@charset "UTF-8";
/*!
Theme Name: MERAK
Theme URI: https://merak.systems
Description: A bespoke website by MERAK Systems for MERAK Systems
Author: MERAK Systems
Author URI: https://merak.systems
Version: 1.0
Requires at least: 6.7.1
Tested up to: 6.7.1
Requires PHP: 8.0
Tags: Custom Site, SASS, FlexBox, Bulma, MERAK, bespoke, Private Theme
Text Domain: merak

License: GNU General Public License v2.0 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
.breakpointWrapper {
  position: relative;
}
.breakpointWrapper::after {
  content: "desktop";
  position: fixed;
  bottom: 7.5%;
  right: 0;
  background-color: black;
  color: white;
  padding: 20px;
  font-size: 18px;
  font-weight: bold;
  z-index: 99999;
}
@media screen and (max-width: 768px) {
  .breakpointWrapper::after {
    content: "mobile";
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .breakpointWrapper::after {
    content: "tablet";
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .breakpointWrapper::after {
    content: "desktop";
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .breakpointWrapper::after {
    content: "widescreen";
  }
}
@media screen and (min-width: 1408px) and (max-width: 1919px) {
  .breakpointWrapper::after {
    content: "fullhd (1440p)";
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559px) {
  .breakpointWrapper::after {
    content: "ultrahd (1080p+)";
  }
}
@media screen and (min-width: 2560px) {
  .breakpointWrapper::after {
    content: "qhd (1440p+)";
  }
}
.breakpointWrapper::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  z-index: 999998;
  opacity: 0.25;
}
@media screen and (max-width: 768px) {
  .breakpointWrapper::before {
    background: repeating-linear-gradient(90deg, transparent 0px, transparent calc(8.333% - 1px), rgba(255, 0, 0, 0.9) calc(8.333% - 1px), rgba(255, 0, 0, 0.9) 8.333%);
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .breakpointWrapper::before {
    background: repeating-linear-gradient(90deg, transparent 0px, transparent calc(8.333% - 1px), rgba(0, 0, 255, 0.9) calc(8.333% - 1px), rgba(0, 0, 255, 0.9) 8.333%);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .breakpointWrapper::before {
    background: repeating-linear-gradient(90deg, transparent 0px, transparent calc(8.333% - 1px), rgba(0, 255, 0, 0.9) calc(8.333% - 1px), rgba(0, 255, 0, 0.9) 8.333%);
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .breakpointWrapper::before {
    background: repeating-linear-gradient(90deg, transparent 0px, transparent calc(8.333% - 1px), rgba(255, 165, 0, 0.9) calc(8.333% - 1px), rgba(255, 165, 0, 0.9) 8.333%);
  }
}
@media screen and (min-width: 1408px) {
  .breakpointWrapper::before {
    background: repeating-linear-gradient(90deg, transparent 0px, transparent calc(8.333% - 1px), rgba(128, 0, 128, 0.9) calc(8.333% - 1px), rgba(128, 0, 128, 0.9) 8.333%);
  }
}

.merak-container {
  width: 100% !important;
  margin: 0 auto !important;
  position: relative !important;
  max-width: 83.3333% !important;
}
@media screen and (min-width: 1024px) {
  .merak-container.is-fluid {
    max-width: 95% !important;
    width: 95% !important;
  }
}
@media screen and (min-width: 1408px) {
  .merak-container.is-fluid {
    max-width: 95% !important;
    width: 95% !important;
  }
}
@media screen and (min-width: 1920px) {
  .merak-container.is-fluid {
    max-width: 95% !important;
    width: 95% !important;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover .slick-prev-icon:before, .slick-prev:hover .slick-next-icon:before, .slick-prev:focus .slick-prev-icon:before, .slick-prev:focus .slick-next-icon:before,
.slick-next:hover .slick-prev-icon:before,
.slick-next:hover .slick-next-icon:before,
.slick-next:focus .slick-prev-icon:before,
.slick-next:focus .slick-next-icon:before {
  opacity: 1;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  cursor: default;
}
.slick-prev.slick-disabled .slick-prev-icon:before, .slick-prev.slick-disabled .slick-next-icon:before,
.slick-next.slick-disabled .slick-prev-icon:before,
.slick-next.slick-disabled .slick-next-icon:before {
  opacity: 0.25;
}
.slick-prev .slick-prev-icon:before, .slick-prev .slick-next-icon:before,
.slick-next .slick-prev-icon:before,
.slick-next .slick-next-icon:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev .slick-prev-icon:before {
  content: "←";
}
[dir=rtl] .slick-prev .slick-prev-icon:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next .slick-next-icon:before {
  content: "→";
}
[dir=rtl] .slick-next .slick-next-icon:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover .slick-dot-icon, .slick-dots li button:focus .slick-dot-icon {
  opacity: 1;
}
.slick-dots li button .slick-dot-icon {
  color: black;
  opacity: 0.25;
}
.slick-dots li button .slick-dot-icon:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
}
.slick-dots li.slick-active button .slick-dot-icon {
  color: black;
  opacity: 0.75;
}

/**
 Improved .sr-only class by ffoodd: https://gist.github.com/ffoodd/000b59f431e3e64e4ce1a24d5bb36034
 */
.slick-sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important; /* 1 */
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important; /* 2 */
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; /* 3 */
}

.slick-autoplay-toggle-button {
  position: absolute;
  left: 48%;
  bottom: -25px;
  z-index: 10;
  opacity: 0.75;
  background: none;
  border: 0;
  cursor: pointer;
}
.slick-autoplay-toggle-button:hover, .slick-autoplay-toggle-button:focus {
  outline: none;
  opacity: 1;
}
.slick-autoplay-toggle-button .slick-pause-icon:before {
  content: "⏸";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}
.slick-autoplay-toggle-button .slick-play-icon:before {
  content: "▶";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

.block-editor-block-list__layout.is-root-container > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: none !important;
}

.interface-interface-skeleton__sidebar {
  width: 650px !important;
}

.interface-complementary-area {
  width: 650px !important;
}

.cky-btn-revisit {
  height: 100%;
  width: 100%;
}

.screen-reader-text:focus {
  background-color: #A72F2A;
  border: 1px solid #FFF;
  border-radius: 14px;
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "Lato";
}

html,
body {
  background-color: #FFF;
}
html a:where(:not(.wp-element-button)),
body a:where(:not(.wp-element-button)) {
  text-decoration: none;
}

.iris-square {
  display: none !important;
}

.iris-border .iris-palette-container {
  left: 0 !important;
  top: 12px !important;
  margin-top: 9.5vh !important;
}

.iris-slider.iris-strip {
  width: 46% !important;
  height: 8vh !important;
  margin-left: 1px !important;
}

.iris-slider.iris-strip.iris-strip-alpha {
  width: 46% !important;
  height: 8vh !important;
  margin-left: 8px !important;
  float: right !important;
}

.iris-picker .iris-palette {
  height: 24px !important;
  width: 24px !important;
  margin-bottom: 1vh !important;
  margin-left: 11px !important;
}

.iris-picker.iris-border {
  height: 230px !important;
}

.content h1,
.full-text h1,
.merak-custom-container-section h1,
.merak-smart-cards h1,
.post-type-post .editor-styles-wrapper h1,
.post-type-marketing .editor-styles-wrapper h1,
.post-type-press .editor-styles-wrapper h1,
.post-type-work .editor-styles-wrapper h1 {
  font-size: 1.95rem;
  font-weight: 700;
  margin-bottom: 1rem;
  font-family: "Lato";
  color: #0077A8;
  line-height: 1.2;
}
.content h1 strong,
.full-text h1 strong,
.merak-custom-container-section h1 strong,
.merak-smart-cards h1 strong,
.post-type-post .editor-styles-wrapper h1 strong,
.post-type-marketing .editor-styles-wrapper h1 strong,
.post-type-press .editor-styles-wrapper h1 strong,
.post-type-work .editor-styles-wrapper h1 strong {
  color: #000;
}
@media screen and (min-width: 769px) {
  .content h1,
  .full-text h1,
  .merak-custom-container-section h1,
  .merak-smart-cards h1,
  .post-type-post .editor-styles-wrapper h1,
  .post-type-marketing .editor-styles-wrapper h1,
  .post-type-press .editor-styles-wrapper h1,
  .post-type-work .editor-styles-wrapper h1 {
    font-size: 1.99rem;
  }
}
@media screen and (min-width: 1024px) {
  .content h1,
  .full-text h1,
  .merak-custom-container-section h1,
  .merak-smart-cards h1,
  .post-type-post .editor-styles-wrapper h1,
  .post-type-marketing .editor-styles-wrapper h1,
  .post-type-press .editor-styles-wrapper h1,
  .post-type-work .editor-styles-wrapper h1 {
    font-size: 2.6rem;
  }
}
.content h2:not(.wp-block-heading),
.full-text h2:not(.wp-block-heading),
.merak-custom-container-section h2:not(.wp-block-heading),
.merak-smart-cards h2:not(.wp-block-heading),
.post-type-post .editor-styles-wrapper h2:not(.wp-block-heading),
.post-type-marketing .editor-styles-wrapper h2:not(.wp-block-heading),
.post-type-press .editor-styles-wrapper h2:not(.wp-block-heading),
.post-type-work .editor-styles-wrapper h2:not(.wp-block-heading) {
  font-size: 1.55rem;
  font-weight: 700;
  margin-bottom: 1rem;
  font-family: "Lato";
  color: #0077A8;
  line-height: 1.2;
}
.content h2:not(.wp-block-heading) strong,
.full-text h2:not(.wp-block-heading) strong,
.merak-custom-container-section h2:not(.wp-block-heading) strong,
.merak-smart-cards h2:not(.wp-block-heading) strong,
.post-type-post .editor-styles-wrapper h2:not(.wp-block-heading) strong,
.post-type-marketing .editor-styles-wrapper h2:not(.wp-block-heading) strong,
.post-type-press .editor-styles-wrapper h2:not(.wp-block-heading) strong,
.post-type-work .editor-styles-wrapper h2:not(.wp-block-heading) strong {
  color: #000;
}
@media screen and (min-width: 769px) {
  .content h2:not(.wp-block-heading),
  .full-text h2:not(.wp-block-heading),
  .merak-custom-container-section h2:not(.wp-block-heading),
  .merak-smart-cards h2:not(.wp-block-heading),
  .post-type-post .editor-styles-wrapper h2:not(.wp-block-heading),
  .post-type-marketing .editor-styles-wrapper h2:not(.wp-block-heading),
  .post-type-press .editor-styles-wrapper h2:not(.wp-block-heading),
  .post-type-work .editor-styles-wrapper h2:not(.wp-block-heading) {
    font-size: 1.99rem;
  }
}
@media screen and (min-width: 1024px) {
  .content h2:not(.wp-block-heading),
  .full-text h2:not(.wp-block-heading),
  .merak-custom-container-section h2:not(.wp-block-heading),
  .merak-smart-cards h2:not(.wp-block-heading),
  .post-type-post .editor-styles-wrapper h2:not(.wp-block-heading),
  .post-type-marketing .editor-styles-wrapper h2:not(.wp-block-heading),
  .post-type-press .editor-styles-wrapper h2:not(.wp-block-heading),
  .post-type-work .editor-styles-wrapper h2:not(.wp-block-heading) {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .content h2:not(.wp-block-heading).accordion-trigger,
  .full-text h2:not(.wp-block-heading).accordion-trigger,
  .merak-custom-container-section h2:not(.wp-block-heading).accordion-trigger,
  .merak-smart-cards h2:not(.wp-block-heading).accordion-trigger,
  .post-type-post .editor-styles-wrapper h2:not(.wp-block-heading).accordion-trigger,
  .post-type-marketing .editor-styles-wrapper h2:not(.wp-block-heading).accordion-trigger,
  .post-type-press .editor-styles-wrapper h2:not(.wp-block-heading).accordion-trigger,
  .post-type-work .editor-styles-wrapper h2:not(.wp-block-heading).accordion-trigger {
    font-size: 1.35rem;
  }
}
@media screen and (min-width: 769px) {
  .content h2:not(.wp-block-heading).accordion-trigger,
  .full-text h2:not(.wp-block-heading).accordion-trigger,
  .merak-custom-container-section h2:not(.wp-block-heading).accordion-trigger,
  .merak-smart-cards h2:not(.wp-block-heading).accordion-trigger,
  .post-type-post .editor-styles-wrapper h2:not(.wp-block-heading).accordion-trigger,
  .post-type-marketing .editor-styles-wrapper h2:not(.wp-block-heading).accordion-trigger,
  .post-type-press .editor-styles-wrapper h2:not(.wp-block-heading).accordion-trigger,
  .post-type-work .editor-styles-wrapper h2:not(.wp-block-heading).accordion-trigger {
    font-size: 1.59rem;
  }
}
@media screen and (min-width: 1024px) {
  .content h2:not(.wp-block-heading).accordion-trigger,
  .full-text h2:not(.wp-block-heading).accordion-trigger,
  .merak-custom-container-section h2:not(.wp-block-heading).accordion-trigger,
  .merak-smart-cards h2:not(.wp-block-heading).accordion-trigger,
  .post-type-post .editor-styles-wrapper h2:not(.wp-block-heading).accordion-trigger,
  .post-type-marketing .editor-styles-wrapper h2:not(.wp-block-heading).accordion-trigger,
  .post-type-press .editor-styles-wrapper h2:not(.wp-block-heading).accordion-trigger,
  .post-type-work .editor-styles-wrapper h2:not(.wp-block-heading).accordion-trigger {
    font-size: 2rem;
  }
}
.content .wp-block-heading,
.full-text .wp-block-heading,
.merak-custom-container-section .wp-block-heading,
.merak-smart-cards .wp-block-heading,
.post-type-post .editor-styles-wrapper .wp-block-heading,
.post-type-marketing .editor-styles-wrapper .wp-block-heading,
.post-type-press .editor-styles-wrapper .wp-block-heading,
.post-type-work .editor-styles-wrapper .wp-block-heading {
  font-size: 1.55rem;
  font-weight: 700;
  font-family: "Lato";
  color: #0077A8;
  line-height: 1.5;
}
.content .wp-block-heading strong,
.full-text .wp-block-heading strong,
.merak-custom-container-section .wp-block-heading strong,
.merak-smart-cards .wp-block-heading strong,
.post-type-post .editor-styles-wrapper .wp-block-heading strong,
.post-type-marketing .editor-styles-wrapper .wp-block-heading strong,
.post-type-press .editor-styles-wrapper .wp-block-heading strong,
.post-type-work .editor-styles-wrapper .wp-block-heading strong {
  color: #000;
}
@media screen and (min-width: 769px) {
  .content .wp-block-heading,
  .full-text .wp-block-heading,
  .merak-custom-container-section .wp-block-heading,
  .merak-smart-cards .wp-block-heading,
  .post-type-post .editor-styles-wrapper .wp-block-heading,
  .post-type-marketing .editor-styles-wrapper .wp-block-heading,
  .post-type-press .editor-styles-wrapper .wp-block-heading,
  .post-type-work .editor-styles-wrapper .wp-block-heading {
    font-size: 1.99rem;
  }
}
@media screen and (min-width: 1024px) {
  .content .wp-block-heading,
  .full-text .wp-block-heading,
  .merak-custom-container-section .wp-block-heading,
  .merak-smart-cards .wp-block-heading,
  .post-type-post .editor-styles-wrapper .wp-block-heading,
  .post-type-marketing .editor-styles-wrapper .wp-block-heading,
  .post-type-press .editor-styles-wrapper .wp-block-heading,
  .post-type-work .editor-styles-wrapper .wp-block-heading {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .content .wp-block-heading.accordion-trigger,
  .full-text .wp-block-heading.accordion-trigger,
  .merak-custom-container-section .wp-block-heading.accordion-trigger,
  .merak-smart-cards .wp-block-heading.accordion-trigger,
  .post-type-post .editor-styles-wrapper .wp-block-heading.accordion-trigger,
  .post-type-marketing .editor-styles-wrapper .wp-block-heading.accordion-trigger,
  .post-type-press .editor-styles-wrapper .wp-block-heading.accordion-trigger,
  .post-type-work .editor-styles-wrapper .wp-block-heading.accordion-trigger {
    font-size: 1.35rem;
  }
}
@media screen and (min-width: 769px) {
  .content .wp-block-heading.accordion-trigger,
  .full-text .wp-block-heading.accordion-trigger,
  .merak-custom-container-section .wp-block-heading.accordion-trigger,
  .merak-smart-cards .wp-block-heading.accordion-trigger,
  .post-type-post .editor-styles-wrapper .wp-block-heading.accordion-trigger,
  .post-type-marketing .editor-styles-wrapper .wp-block-heading.accordion-trigger,
  .post-type-press .editor-styles-wrapper .wp-block-heading.accordion-trigger,
  .post-type-work .editor-styles-wrapper .wp-block-heading.accordion-trigger {
    font-size: 1.59rem;
  }
}
@media screen and (min-width: 1024px) {
  .content .wp-block-heading.accordion-trigger,
  .full-text .wp-block-heading.accordion-trigger,
  .merak-custom-container-section .wp-block-heading.accordion-trigger,
  .merak-smart-cards .wp-block-heading.accordion-trigger,
  .post-type-post .editor-styles-wrapper .wp-block-heading.accordion-trigger,
  .post-type-marketing .editor-styles-wrapper .wp-block-heading.accordion-trigger,
  .post-type-press .editor-styles-wrapper .wp-block-heading.accordion-trigger,
  .post-type-work .editor-styles-wrapper .wp-block-heading.accordion-trigger {
    font-size: 2rem;
  }
}
.content h3,
.full-text h3,
.merak-custom-container-section h3,
.merak-smart-cards h3,
.post-type-post .editor-styles-wrapper h3,
.post-type-marketing .editor-styles-wrapper h3,
.post-type-press .editor-styles-wrapper h3,
.post-type-work .editor-styles-wrapper h3 {
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 1rem;
  margin-top: 2rem;
  font-family: "Lato";
  color: #535867;
  line-height: 1.5;
}
.content h3 strong,
.full-text h3 strong,
.merak-custom-container-section h3 strong,
.merak-smart-cards h3 strong,
.post-type-post .editor-styles-wrapper h3 strong,
.post-type-marketing .editor-styles-wrapper h3 strong,
.post-type-press .editor-styles-wrapper h3 strong,
.post-type-work .editor-styles-wrapper h3 strong {
  color: #000;
}
@media screen and (min-width: 769px) {
  .content h3,
  .full-text h3,
  .merak-custom-container-section h3,
  .merak-smart-cards h3,
  .post-type-post .editor-styles-wrapper h3,
  .post-type-marketing .editor-styles-wrapper h3,
  .post-type-press .editor-styles-wrapper h3,
  .post-type-work .editor-styles-wrapper h3 {
    font-size: 1.59rem;
  }
}
@media screen and (min-width: 1024px) {
  .content h3,
  .full-text h3,
  .merak-custom-container-section h3,
  .merak-smart-cards h3,
  .post-type-post .editor-styles-wrapper h3,
  .post-type-marketing .editor-styles-wrapper h3,
  .post-type-press .editor-styles-wrapper h3,
  .post-type-work .editor-styles-wrapper h3 {
    font-size: 1.6rem;
  }
}
.content h4,
.full-text h4,
.merak-custom-container-section h4,
.merak-smart-cards h4,
.post-type-post .editor-styles-wrapper h4,
.post-type-marketing .editor-styles-wrapper h4,
.post-type-press .editor-styles-wrapper h4,
.post-type-work .editor-styles-wrapper h4 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
  margin-top: 2rem;
  font-family: "Lato";
  color: #2F3546;
  line-height: 1.5;
}
.content h4 strong,
.full-text h4 strong,
.merak-custom-container-section h4 strong,
.merak-smart-cards h4 strong,
.post-type-post .editor-styles-wrapper h4 strong,
.post-type-marketing .editor-styles-wrapper h4 strong,
.post-type-press .editor-styles-wrapper h4 strong,
.post-type-work .editor-styles-wrapper h4 strong {
  color: #000;
}
@media screen and (min-width: 769px) {
  .content h4,
  .full-text h4,
  .merak-custom-container-section h4,
  .merak-smart-cards h4,
  .post-type-post .editor-styles-wrapper h4,
  .post-type-marketing .editor-styles-wrapper h4,
  .post-type-press .editor-styles-wrapper h4,
  .post-type-work .editor-styles-wrapper h4 {
    font-size: 1.29rem;
  }
}
@media screen and (min-width: 1024px) {
  .content h4,
  .full-text h4,
  .merak-custom-container-section h4,
  .merak-smart-cards h4,
  .post-type-post .editor-styles-wrapper h4,
  .post-type-marketing .editor-styles-wrapper h4,
  .post-type-press .editor-styles-wrapper h4,
  .post-type-work .editor-styles-wrapper h4 {
    font-size: 1.4rem;
  }
}
.content h5,
.full-text h5,
.merak-custom-container-section h5,
.merak-smart-cards h5,
.post-type-post .editor-styles-wrapper h5,
.post-type-marketing .editor-styles-wrapper h5,
.post-type-press .editor-styles-wrapper h5,
.post-type-work .editor-styles-wrapper h5 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1rem;
  margin-top: 2rem;
  font-family: "Lato";
  color: #000;
  line-height: 1.5;
}
.content h5 strong,
.full-text h5 strong,
.merak-custom-container-section h5 strong,
.merak-smart-cards h5 strong,
.post-type-post .editor-styles-wrapper h5 strong,
.post-type-marketing .editor-styles-wrapper h5 strong,
.post-type-press .editor-styles-wrapper h5 strong,
.post-type-work .editor-styles-wrapper h5 strong {
  color: #000;
}
@media screen and (min-width: 1024px) {
  .content h5,
  .full-text h5,
  .merak-custom-container-section h5,
  .merak-smart-cards h5,
  .post-type-post .editor-styles-wrapper h5,
  .post-type-marketing .editor-styles-wrapper h5,
  .post-type-press .editor-styles-wrapper h5,
  .post-type-work .editor-styles-wrapper h5 {
    font-size: 1.2rem;
  }
}
.content h6,
.full-text h6,
.merak-custom-container-section h6,
.merak-smart-cards h6,
.post-type-post .editor-styles-wrapper h6,
.post-type-marketing .editor-styles-wrapper h6,
.post-type-press .editor-styles-wrapper h6,
.post-type-work .editor-styles-wrapper h6 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 1rem;
  margin-top: 2rem;
  font-family: "Lato";
  color: #005C8A;
  line-height: 1.5;
}
.content h6 strong,
.full-text h6 strong,
.merak-custom-container-section h6 strong,
.merak-smart-cards h6 strong,
.post-type-post .editor-styles-wrapper h6 strong,
.post-type-marketing .editor-styles-wrapper h6 strong,
.post-type-press .editor-styles-wrapper h6 strong,
.post-type-work .editor-styles-wrapper h6 strong {
  color: #000;
}
@media screen and (min-width: 769px) {
  .content h6,
  .full-text h6,
  .merak-custom-container-section h6,
  .merak-smart-cards h6,
  .post-type-post .editor-styles-wrapper h6,
  .post-type-marketing .editor-styles-wrapper h6,
  .post-type-press .editor-styles-wrapper h6,
  .post-type-work .editor-styles-wrapper h6 {
    font-size: 1.09rem;
  }
}
@media screen and (min-width: 1024px) {
  .content h6,
  .full-text h6,
  .merak-custom-container-section h6,
  .merak-smart-cards h6,
  .post-type-post .editor-styles-wrapper h6,
  .post-type-marketing .editor-styles-wrapper h6,
  .post-type-press .editor-styles-wrapper h6,
  .post-type-work .editor-styles-wrapper h6 {
    font-size: 1.125rem;
  }
}
.content p,
.full-text p,
.merak-custom-container-section p,
.merak-smart-cards p,
.post-type-post .editor-styles-wrapper p,
.post-type-marketing .editor-styles-wrapper p,
.post-type-press .editor-styles-wrapper p,
.post-type-work .editor-styles-wrapper p {
  font-size: 1.05rem;
  margin-bottom: 1rem;
  line-height: 1.5;
}
.content p strong,
.full-text p strong,
.merak-custom-container-section p strong,
.merak-smart-cards p strong,
.post-type-post .editor-styles-wrapper p strong,
.post-type-marketing .editor-styles-wrapper p strong,
.post-type-press .editor-styles-wrapper p strong,
.post-type-work .editor-styles-wrapper p strong {
  color: #000;
}
.content p a,
.full-text p a,
.merak-custom-container-section p a,
.merak-smart-cards p a,
.post-type-post .editor-styles-wrapper p a,
.post-type-marketing .editor-styles-wrapper p a,
.post-type-press .editor-styles-wrapper p a,
.post-type-work .editor-styles-wrapper p a {
  position: relative;
  bottom: 1px;
}
@media screen and (min-width: 769px) {
  .content p,
  .full-text p,
  .merak-custom-container-section p,
  .merak-smart-cards p,
  .post-type-post .editor-styles-wrapper p,
  .post-type-marketing .editor-styles-wrapper p,
  .post-type-press .editor-styles-wrapper p,
  .post-type-work .editor-styles-wrapper p {
    font-size: 1.09rem;
  }
}
@media screen and (min-width: 1024px) {
  .content p,
  .full-text p,
  .merak-custom-container-section p,
  .merak-smart-cards p,
  .post-type-post .editor-styles-wrapper p,
  .post-type-marketing .editor-styles-wrapper p,
  .post-type-press .editor-styles-wrapper p,
  .post-type-work .editor-styles-wrapper p {
    font-size: 1.125rem;
  }
}
.content ul,
.full-text ul,
.merak-custom-container-section ul,
.merak-smart-cards ul,
.post-type-post .editor-styles-wrapper ul,
.post-type-marketing .editor-styles-wrapper ul,
.post-type-press .editor-styles-wrapper ul,
.post-type-work .editor-styles-wrapper ul {
  list-style: square;
  list-style-position: outside;
  margin-top: 1rem;
  padding-left: 42px;
}
.content li,
.full-text li,
.merak-custom-container-section li,
.merak-smart-cards li,
.post-type-post .editor-styles-wrapper li,
.post-type-marketing .editor-styles-wrapper li,
.post-type-press .editor-styles-wrapper li,
.post-type-work .editor-styles-wrapper li {
  font-size: 1.05rem;
  margin-bottom: 0.5rem;
}
.content li strong,
.full-text li strong,
.merak-custom-container-section li strong,
.merak-smart-cards li strong,
.post-type-post .editor-styles-wrapper li strong,
.post-type-marketing .editor-styles-wrapper li strong,
.post-type-press .editor-styles-wrapper li strong,
.post-type-work .editor-styles-wrapper li strong {
  color: #000;
  font-size: inherit;
}
.content li p,
.full-text li p,
.merak-custom-container-section li p,
.merak-smart-cards li p,
.post-type-post .editor-styles-wrapper li p,
.post-type-marketing .editor-styles-wrapper li p,
.post-type-press .editor-styles-wrapper li p,
.post-type-work .editor-styles-wrapper li p {
  display: inline;
  font-size: inherit;
}
@media screen and (min-width: 769px) {
  .content li,
  .full-text li,
  .merak-custom-container-section li,
  .merak-smart-cards li,
  .post-type-post .editor-styles-wrapper li,
  .post-type-marketing .editor-styles-wrapper li,
  .post-type-press .editor-styles-wrapper li,
  .post-type-work .editor-styles-wrapper li {
    font-size: 1.09rem;
  }
}
@media screen and (min-width: 1024px) {
  .content li,
  .full-text li,
  .merak-custom-container-section li,
  .merak-smart-cards li,
  .post-type-post .editor-styles-wrapper li,
  .post-type-marketing .editor-styles-wrapper li,
  .post-type-press .editor-styles-wrapper li,
  .post-type-work .editor-styles-wrapper li {
    font-size: 1.125rem;
  }
}
.content table,
.full-text table,
.merak-custom-container-section table,
.merak-smart-cards table,
.post-type-post .editor-styles-wrapper table,
.post-type-marketing .editor-styles-wrapper table,
.post-type-press .editor-styles-wrapper table,
.post-type-work .editor-styles-wrapper table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.content table thead,
.full-text table thead,
.merak-custom-container-section table thead,
.merak-smart-cards table thead,
.post-type-post .editor-styles-wrapper table thead,
.post-type-marketing .editor-styles-wrapper table thead,
.post-type-press .editor-styles-wrapper table thead,
.post-type-work .editor-styles-wrapper table thead {
  color: #0077A8 !important;
}
.content table th,
.full-text table th,
.merak-custom-container-section table th,
.merak-smart-cards table th,
.post-type-post .editor-styles-wrapper table th,
.post-type-marketing .editor-styles-wrapper table th,
.post-type-press .editor-styles-wrapper table th,
.post-type-work .editor-styles-wrapper table th {
  font-weight: 700;
  color: #0077A8 !important;
  font-family: "Lato";
  font-size: 1.05rem;
  line-height: 1.5;
  padding: 0.75rem;
  text-align: left !important;
  border-bottom: 2px solid #005C8A;
  background-color: #F8F9FA;
}
.content table th strong,
.full-text table th strong,
.merak-custom-container-section table th strong,
.merak-smart-cards table th strong,
.post-type-post .editor-styles-wrapper table th strong,
.post-type-marketing .editor-styles-wrapper table th strong,
.post-type-press .editor-styles-wrapper table th strong,
.post-type-work .editor-styles-wrapper table th strong {
  color: #000;
}
@media screen and (min-width: 769px) {
  .content table th,
  .full-text table th,
  .merak-custom-container-section table th,
  .merak-smart-cards table th,
  .post-type-post .editor-styles-wrapper table th,
  .post-type-marketing .editor-styles-wrapper table th,
  .post-type-press .editor-styles-wrapper table th,
  .post-type-work .editor-styles-wrapper table th {
    font-size: 1.09rem;
  }
}
@media screen and (min-width: 1024px) {
  .content table th,
  .full-text table th,
  .merak-custom-container-section table th,
  .merak-smart-cards table th,
  .post-type-post .editor-styles-wrapper table th,
  .post-type-marketing .editor-styles-wrapper table th,
  .post-type-press .editor-styles-wrapper table th,
  .post-type-work .editor-styles-wrapper table th {
    font-size: 1.2rem;
  }
}
.content table td,
.full-text table td,
.merak-custom-container-section table td,
.merak-smart-cards table td,
.post-type-post .editor-styles-wrapper table td,
.post-type-marketing .editor-styles-wrapper table td,
.post-type-press .editor-styles-wrapper table td,
.post-type-work .editor-styles-wrapper table td {
  font-family: "Lato";
  color: #000;
  font-size: 1.05rem;
  line-height: 1.5;
  padding: 0.75rem;
  border-bottom: 1px solid #E6EFF3;
}
.content table td strong,
.full-text table td strong,
.merak-custom-container-section table td strong,
.merak-smart-cards table td strong,
.post-type-post .editor-styles-wrapper table td strong,
.post-type-marketing .editor-styles-wrapper table td strong,
.post-type-press .editor-styles-wrapper table td strong,
.post-type-work .editor-styles-wrapper table td strong {
  color: #000;
  font-weight: 700;
}
.content table td a,
.full-text table td a,
.merak-custom-container-section table td a,
.merak-smart-cards table td a,
.post-type-post .editor-styles-wrapper table td a,
.post-type-marketing .editor-styles-wrapper table td a,
.post-type-press .editor-styles-wrapper table td a,
.post-type-work .editor-styles-wrapper table td a {
  color: #005C8A;
  text-decoration: underline;
  padding: 0;
}
.content table td a:hover,
.full-text table td a:hover,
.merak-custom-container-section table td a:hover,
.merak-smart-cards table td a:hover,
.post-type-post .editor-styles-wrapper table td a:hover,
.post-type-marketing .editor-styles-wrapper table td a:hover,
.post-type-press .editor-styles-wrapper table td a:hover,
.post-type-work .editor-styles-wrapper table td a:hover {
  color: #0077A8;
}
@media screen and (min-width: 769px) {
  .content table td,
  .full-text table td,
  .merak-custom-container-section table td,
  .merak-smart-cards table td,
  .post-type-post .editor-styles-wrapper table td,
  .post-type-marketing .editor-styles-wrapper table td,
  .post-type-press .editor-styles-wrapper table td,
  .post-type-work .editor-styles-wrapper table td {
    font-size: 1.09rem;
  }
}
@media screen and (min-width: 1024px) {
  .content table td,
  .full-text table td,
  .merak-custom-container-section table td,
  .merak-smart-cards table td,
  .post-type-post .editor-styles-wrapper table td,
  .post-type-marketing .editor-styles-wrapper table td,
  .post-type-press .editor-styles-wrapper table td,
  .post-type-work .editor-styles-wrapper table td {
    font-size: 1.125rem;
  }
}
.content table tr:hover,
.full-text table tr:hover,
.merak-custom-container-section table tr:hover,
.merak-smart-cards table tr:hover,
.post-type-post .editor-styles-wrapper table tr:hover,
.post-type-marketing .editor-styles-wrapper table tr:hover,
.post-type-press .editor-styles-wrapper table tr:hover,
.post-type-work .editor-styles-wrapper table tr:hover {
  background-color: #F8F9FA;
}
.content table tr:nth-child(even),
.full-text table tr:nth-child(even),
.merak-custom-container-section table tr:nth-child(even),
.merak-smart-cards table tr:nth-child(even),
.post-type-post .editor-styles-wrapper table tr:nth-child(even),
.post-type-marketing .editor-styles-wrapper table tr:nth-child(even),
.post-type-press .editor-styles-wrapper table tr:nth-child(even),
.post-type-work .editor-styles-wrapper table tr:nth-child(even) {
  background-color: rgba(230, 239, 243, 0.3);
}
.content a,
.full-text a,
.merak-custom-container-section a,
.merak-smart-cards a,
.post-type-post .editor-styles-wrapper a,
.post-type-marketing .editor-styles-wrapper a,
.post-type-press .editor-styles-wrapper a,
.post-type-work .editor-styles-wrapper a {
  padding: 0.79rem 0;
  line-height: 1.5;
  color: #005C8A;
  text-decoration: underline;
}
.content blockquote,
.full-text blockquote,
.merak-custom-container-section blockquote,
.merak-smart-cards blockquote,
.post-type-post .editor-styles-wrapper blockquote,
.post-type-marketing .editor-styles-wrapper blockquote,
.post-type-press .editor-styles-wrapper blockquote,
.post-type-work .editor-styles-wrapper blockquote {
  background-color: transparent;
  border-left: 4px solid #005C8A;
}
.content blockquote p,
.full-text blockquote p,
.merak-custom-container-section blockquote p,
.merak-smart-cards blockquote p,
.post-type-post .editor-styles-wrapper blockquote p,
.post-type-marketing .editor-styles-wrapper blockquote p,
.post-type-press .editor-styles-wrapper blockquote p,
.post-type-work .editor-styles-wrapper blockquote p {
  padding-bottom: 0;
  color: #2F3546;
  font-size: 1.25rem;
  margin-bottom: 0;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .content blockquote p,
  .full-text blockquote p,
  .merak-custom-container-section blockquote p,
  .merak-smart-cards blockquote p,
  .post-type-post .editor-styles-wrapper blockquote p,
  .post-type-marketing .editor-styles-wrapper blockquote p,
  .post-type-press .editor-styles-wrapper blockquote p,
  .post-type-work .editor-styles-wrapper blockquote p {
    font-size: 1.39rem;
  }
}
@media screen and (min-width: 1024px) {
  .content blockquote p,
  .full-text blockquote p,
  .merak-custom-container-section blockquote p,
  .merak-smart-cards blockquote p,
  .post-type-post .editor-styles-wrapper blockquote p,
  .post-type-marketing .editor-styles-wrapper blockquote p,
  .post-type-press .editor-styles-wrapper blockquote p,
  .post-type-work .editor-styles-wrapper blockquote p {
    font-size: 1.5rem;
  }
}
.content img,
.full-text img,
.merak-custom-container-section img,
.merak-smart-cards img,
.post-type-post .editor-styles-wrapper img,
.post-type-marketing .editor-styles-wrapper img,
.post-type-press .editor-styles-wrapper img,
.post-type-work .editor-styles-wrapper img {
  max-width: 100%;
  height: auto;
}
.content img.alignright,
.full-text img.alignright,
.merak-custom-container-section img.alignright,
.merak-smart-cards img.alignright,
.post-type-post .editor-styles-wrapper img.alignright,
.post-type-marketing .editor-styles-wrapper img.alignright,
.post-type-press .editor-styles-wrapper img.alignright,
.post-type-work .editor-styles-wrapper img.alignright {
  float: right;
  margin-left: 2rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .content img.alignright,
  .full-text img.alignright,
  .merak-custom-container-section img.alignright,
  .merak-smart-cards img.alignright,
  .post-type-post .editor-styles-wrapper img.alignright,
  .post-type-marketing .editor-styles-wrapper img.alignright,
  .post-type-press .editor-styles-wrapper img.alignright,
  .post-type-work .editor-styles-wrapper img.alignright {
    float: none;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 1rem;
    display: block;
  }
}
.content img.alignleft,
.full-text img.alignleft,
.merak-custom-container-section img.alignleft,
.merak-smart-cards img.alignleft,
.post-type-post .editor-styles-wrapper img.alignleft,
.post-type-marketing .editor-styles-wrapper img.alignleft,
.post-type-press .editor-styles-wrapper img.alignleft,
.post-type-work .editor-styles-wrapper img.alignleft {
  float: left;
  margin-right: 2rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .content img.alignleft,
  .full-text img.alignleft,
  .merak-custom-container-section img.alignleft,
  .merak-smart-cards img.alignleft,
  .post-type-post .editor-styles-wrapper img.alignleft,
  .post-type-marketing .editor-styles-wrapper img.alignleft,
  .post-type-press .editor-styles-wrapper img.alignleft,
  .post-type-work .editor-styles-wrapper img.alignleft {
    float: none;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 1rem;
    display: block;
  }
}
.content img.aligncenter,
.full-text img.aligncenter,
.merak-custom-container-section img.aligncenter,
.merak-smart-cards img.aligncenter,
.post-type-post .editor-styles-wrapper img.aligncenter,
.post-type-marketing .editor-styles-wrapper img.aligncenter,
.post-type-press .editor-styles-wrapper img.aligncenter,
.post-type-work .editor-styles-wrapper img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  clear: both;
}

.merak-three-card-icon-section a:has(img.aligncenter) {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0rem;
  margin-top: 3rem;
  clear: both;
  text-align: center;
}
.merak-three-card-icon-section a:has(img.alignright) {
  float: right;
  margin-left: 2rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .merak-three-card-icon-section a:has(img.alignright) {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
    display: block;
    text-align: center;
  }
}
.merak-three-card-icon-section a:has(img.alignleft) {
  float: left;
  margin-right: 2rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .merak-three-card-icon-section a:has(img.alignleft) {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
    display: block;
    text-align: center;
  }
}
.merak-three-card-icon-section p:has(img.aligncenter),
.merak-three-card-icon-section p:has(a img.aligncenter) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: center;
}
.merak-three-card-icon-section p:has(img.alignright),
.merak-three-card-icon-section p:has(a img.alignright) {
  display: block;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .merak-three-card-icon-section p:has(img.alignright),
  .merak-three-card-icon-section p:has(a img.alignright) {
    text-align: center;
  }
}
.merak-three-card-icon-section p:has(img.alignleft),
.merak-three-card-icon-section p:has(a img.alignleft) {
  display: block;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .merak-three-card-icon-section p:has(img.alignleft),
  .merak-three-card-icon-section p:has(a img.alignleft) {
    text-align: center;
  }
}

.gfield_required,
.gfield_description.validation_message.gfield_validation_message,
.gform_submission_error.hide_summary {
  color: #7a0000 !important;
}

div[aria-live=assertive][aria-atomic=true][aria-relevant="additions text"] {
  display: none !important;
}

.gform-theme--framework input {
  font-size: 16px !important;
}

.gform_button.button {
  background-color: #005C8A !important;
  color: #FFF !important;
  font-family: "Lato" !important;
  font-size: 1.25rem !important;
  padding: 0.79rem 1.5rem !important;
}

#skip-link a {
  color: #000;
  outline-offset: 0;
  border: none;
}

.aligncenter {
  justify-self: center !important;
}

.wp-block-post-content {
  padding: 2rem;
}

.columns {
  margin-inline-start: auto;
  margin-inline-end: auto;
  margin-block-start: auto;
  margin-block-end: auto;
}

h1, h2, h3 {
  line-height: 1.22 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
  padding: 9px 0px 9px 0px !important;
}
@media screen and (min-width: 769px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    font-size: 15px !important;
  }
}
@media screen and (min-width: 1408px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    font-size: 17px !important;
  }
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
  padding: 0 1rem !important;
}
@media screen and (max-width: 1077px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    padding: 0 0.25rem !important;
  }
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:last-of-type {
  padding-right: 0 !important;
}
@media screen and (max-width: 1023px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:last-of-type {
    padding-right: 0.6rem !important;
    padding-left: 0.6rem !important;
  }
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:first-of-type {
  padding-left: 0 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  font-family: "Lato" !important;
  font-size: 1rem !important;
}
@media screen and (max-width: 1023px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    background-color: rgb(70, 70, 70) !important;
    color: white !important;
    padding: 0.5rem 15px !important;
  }
}

@media screen and (max-width: 1023px) {
  #mega-menu-wrap-primary:has(.mega-menu-open) #mega-menu-primary[data-effect-mobile^=slide_] + button.mega-close:before {
    width: 55px !important;
    height: 55px !important;
    font-size: 39px !important;
  }
}

#mega-menu-wrap-primary #mega-menu-primary {
  padding-top: 2rem !important;
  padding-bottom: 1rem !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-673 > ul.mega-sub-menu {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media screen and (max-width: 1023px) {
  #mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-673 > ul.mega-sub-menu {
    background-color: rgb(70, 70, 70) !important;
  }
  #mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-673 > ul.mega-sub-menu a {
    color: white !important;
  }
}
#mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-673 > ul.mega-sub-menu li.mega-menu-item {
  z-index: 10 !important;
}
@media screen and (min-width: 1024px) {
  #mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-673 > ul.mega-sub-menu::after {
    content: "" !important;
    display: block !important;
    width: 100% !important;
    height: 85% !important;
    background-image: url("../merak/images/hero_bg_blue.png") !important;
    filter: opacity(0.1) !important;
    opacity: 0.68;
    position: absolute !important;
    bottom: 0 !important;
    background-size: contain !important;
    background-position: bottom center !important;
    background-repeat: no-repeat !important;
  }
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
  position: absolute !important;
}

@media screen and (max-width: 768px) {
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-2-columns > ul.mega-sub-menu > li.mega-menu-item {
    width: 100% !important;
    margin-left: 10% !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-2-columns > ul.mega-sub-menu > li.mega-menu-item {
    width: 100% !important;
    margin-left: 10% !important;
  }
}
@media screen and (min-width: 1024px) {
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-2-columns > ul.mega-sub-menu > li.mega-menu-item {
    width: 50% !important;
    margin-left: 0 !important;
  }
}

@media screen and (min-width: 1024px) {
  li.mega-menu-item.mega-current-menu-item:not(.mega-menu-item-708) > a.mega-menu-link {
    color: #000 !important;
  }
}

@media screen and (min-width: 1024px) {
  #mega-menu-wrap-primary #mega-menu-primary img {
    position: absolute !important;
    top: -1rem !important;
    left: 0rem !important;
  }
}

#mega-menu-wrap-primary #mega-menu-primary .mega-menu-logo {
  position: relative !important;
  width: 100px !important;
  padding: 0 !important;
}

#mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-708 > a.mega-menu-link {
  padding: 0 3rem !important;
  border-radius: 1.25rem !important;
}
@media screen and (max-width: 1023px) {
  #mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-708 > a.mega-menu-link {
    text-align: center !important;
  }
}

@media screen and (max-width: 1023px) {
  #mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-797 {
    margin-bottom: 2rem !important;
  }
}

@media screen and (max-width: 1023px) {
  #mega-menu-wrap-primary #mega-menu-primary[data-effect-mobile^=slide_] li.mega-menu-item a.mega-menu-link.mega-menu-logo {
    width: 100% !important;
    background-color: transparent !important;
  }
}

@media screen and (max-width: 1023px) {
  #mega-menu-item-708 {
    margin-bottom: 1rem !important;
  }
}

.mega-search input {
  font-size: 1.15rem !important;
}
.mega-search input::-webkit-input-placeholder {
  color: #2F3546 !important;
  font-size: 1.15rem !important;
}
.mega-search input::-moz-placeholder {
  color: #2F3546 !important;
  font-size: 1.15rem !important;
}
.mega-search .search-icon::before {
  font-size: 1.5rem !important;
}

.mega-search.mega-search-closed {
  border: 1px solid rgba(47, 53, 70, 0) !important;
  transition: all 0.3s ease-in-out !important;
}

.mega-search.mega-search-open {
  right: 5px !important;
  border: 1px solid #2F3546 !important;
  transition: all 0.3s ease-in-out !important;
}
.mega-search.mega-search-open .search-icon::before {
  content: "\f158" !important;
}
.mega-search.mega-search-open input {
  width: 422px !important;
}

@media screen and (max-width: 1023px) {
  #mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-1099 {
    margin-bottom: 1rem !important;
  }
  #mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-1099 .mega-search input[type=text] {
    font-size: 1rem !important;
    height: 45px !important;
  }
  #mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-1099 .mega-search input[type=text]::placeholder {
    font-size: 1rem !important;
  }
}

.header {
  background-color: #FFF !important;
}

.site-footer {
  background-color: #2F3546;
  color: #fff;
  padding-top: 2rem;
  position: relative;
  z-index: 99999;
}
.site-footer .footer-columns {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1023px) {
  .site-footer .footer-columns {
    flex-flow: column;
  }
}
.site-footer .footer-columns .footer-column {
  flex: 1;
}
@media screen and (max-width: 1023px) {
  .site-footer .footer-columns .footer-column {
    padding: 1rem;
  }
}
.site-footer .footer-columns .footer-column.footer-left {
  display: flex;
  justify-content: center;
  flex-flow: column;
}
.site-footer .footer-columns .footer-column.footer-left .footer-address,
.site-footer .footer-columns .footer-column.footer-left .footer-phone {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1023px) {
  .site-footer .footer-columns .footer-column.footer-left .footer-address,
  .site-footer .footer-columns .footer-column.footer-left .footer-phone {
    flex-flow: column;
    justify-content: center;
  }
}
.site-footer .footer-columns .footer-column.footer-left .footer-address .footer-icon,
.site-footer .footer-columns .footer-column.footer-left .footer-phone .footer-icon {
  margin-right: 1rem;
}
.site-footer .footer-columns .footer-column.footer-left .footer-address .footer-icon svg,
.site-footer .footer-columns .footer-column.footer-left .footer-phone .footer-icon svg {
  display: block;
  width: 24px;
  height: 24px;
  fill: #fff;
}
.site-footer .footer-columns .footer-column.footer-left .footer-address .footer-text,
.site-footer .footer-columns .footer-column.footer-left .footer-phone .footer-text {
  font-size: 1.05rem;
  font-family: "Lato";
  color: #fff;
  line-height: 1.5;
  padding-top: 0.56rem;
  padding-bottom: 0.56rem;
}
@media screen and (min-width: 769px) {
  .site-footer .footer-columns .footer-column.footer-left .footer-address .footer-text,
  .site-footer .footer-columns .footer-column.footer-left .footer-phone .footer-text {
    font-size: 1.09rem;
  }
}
@media screen and (min-width: 1024px) {
  .site-footer .footer-columns .footer-column.footer-left .footer-address .footer-text,
  .site-footer .footer-columns .footer-column.footer-left .footer-phone .footer-text {
    font-size: 1.125rem;
  }
}
.site-footer .footer-columns .footer-column.footer-left .footer-phone {
  font-weight: 700;
  margin-top: 1rem;
  margin-bottom: 0rem;
  padding: 7px 0;
}
.site-footer .footer-columns .footer-column.footer-center {
  display: flex;
  align-items: center;
}
.site-footer .footer-columns .footer-column.footer-center .footer-logos {
  display: flex;
  justify-content: space-around;
  width: 100%;
  align-items: center;
  gap: 1rem;
}
.site-footer .footer-columns .footer-column.footer-center .footer-logos .footer-logo {
  display: inline-block;
}
.site-footer .footer-columns .footer-column.footer-center .footer-logos .footer-logo img {
  max-width: 100%;
  height: auto;
}
.site-footer .footer-columns .footer-column.footer-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .site-footer .footer-columns .footer-column.footer-right {
    justify-content: center;
  }
}
.site-footer .footer-columns .footer-column.footer-right .footer-logo {
  justify-content: flex-end;
}
@media screen and (max-width: 1023px) {
  .site-footer .footer-columns .footer-column.footer-right .footer-logo {
    display: flex;
    justify-content: center;
  }
}
.site-footer .footer-columns .footer-column.footer-right .footer-logo img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .site-footer .footer-columns .footer-column.footer-right .footer-logo img {
    max-width: 55%;
  }
}
.site-footer .footer-copyright {
  background-color: #3F4554;
}
.site-footer .footer-copyright .merak-container {
  display: flex;
  padding: 1rem 0;
}
@media screen and (max-width: 1023px) {
  .site-footer .footer-copyright .merak-container {
    flex-flow: column;
  }
}
.site-footer .footer-copyright .copyright-text {
  flex: 3;
  font-family: "Lato";
  font-size: 1.05rem;
  color: white;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .site-footer .footer-copyright .copyright-text {
    font-size: 1.09rem;
  }
}
@media screen and (min-width: 1024px) {
  .site-footer .footer-copyright .copyright-text {
    font-size: 1.125rem;
  }
}
.site-footer .footer-copyright .copyright-menu {
  flex: 2;
  text-align: right;
}
@media screen and (max-width: 1023px) {
  .site-footer .footer-copyright .copyright-menu {
    width: 100%;
    text-align: center;
  }
}
.site-footer .footer-copyright .copyright-menu .copyright-menu-items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
}
@media screen and (max-width: 1023px) {
  .site-footer .footer-copyright .copyright-menu .copyright-menu-items {
    justify-content: center;
  }
}
.site-footer .footer-copyright .copyright-menu .copyright-menu-items li {
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  .site-footer .footer-copyright .copyright-menu .copyright-menu-items li {
    display: flex;
    align-items: center;
  }
}
.site-footer .footer-copyright .copyright-menu .copyright-menu-items li a {
  color: #fff;
  text-decoration: none;
  font-size: 1.05rem;
  font-family: "Lato";
  line-height: 1.5;
  padding: 0.73rem 0;
}
@media screen and (min-width: 769px) {
  .site-footer .footer-copyright .copyright-menu .copyright-menu-items li a {
    font-size: 1.09rem;
  }
}
@media screen and (min-width: 1024px) {
  .site-footer .footer-copyright .copyright-menu .copyright-menu-items li a {
    font-size: 1.125rem;
  }
}
.site-footer .footer-copyright .copyright-menu .copyright-menu-items li a:hover {
  color: #cce4ff;
}
.site-footer .footer-copyright .copyright-menu .copyright-menu-items li .separator {
  padding-left: 1rem;
}

.home .merak-content-left-image-right {
  position: relative;
  z-index: 12;
}
@media screen and (max-width: 769px) {
  .home .three-card-icon-wrapper h2[aria-controls=three-card-content-0] svg {
    right: -18px;
  }
}

.single-service .hero {
  min-height: auto;
}
.single-service .merak-content-left-image-right .custom-container {
  padding: 3rem 1.5rem;
}

.single {
  background-color: #FFFFFF;
}
.single .merak-single-post-content {
  padding: 2rem 0;
  color: #000000;
  font-family: "Lato";
}
.single .merak-single-post-content .tags {
  padding-bottom: 2rem;
}
.single .merak-single-post-content .tags .tag {
  background-color: #CACACA;
  color: #000000;
  padding: 1.4rem 1rem;
  border-radius: 14px;
  font-size: 1rem;
  font-family: "Lato";
  text-decoration: none;
}
.single .merak-single-post-content .merak-single-post-image {
  float: right;
  padding: 2rem;
  border-radius: 14px;
}

.single-work .hero .hero-image a, .single-press .hero .hero-image a, .single-post .hero .hero-image a {
  display: inline-block;
  width: 50%;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .single-work .hero .hero-image a, .single-press .hero .hero-image a, .single-post .hero .hero-image a {
    width: 100%;
  }
}
.single-work .hero .hero-image a::after, .single-press .hero .hero-image a::after, .single-post .hero .hero-image a::after {
  content: "";
  background: url("images/expand-solid.svg") no-repeat center center;
  background-size: 100% 100%;
  width: 28px;
  height: 28px;
  position: absolute;
  right: 5px;
  bottom: 10px;
  transition: transform 0.2s ease, filter 0.2s ease;
}
.single-work .hero .hero-image a:hover::after, .single-press .hero .hero-image a:hover::after, .single-post .hero .hero-image a:hover::after {
  transform: scale(1.1);
  filter: brightness(1); /* This makes the SVG white */
}
.single-work .hero .hero-image img, .single-press .hero .hero-image img, .single-post .hero .hero-image img {
  box-shadow: 0 0 20px 5px rgba(255, 255, 255, 0.3);
  border: 1px solid #094f72;
  max-width: 100%;
}

.blog .pagination-link {
  color: #000;
  padding: 22px 17px;
  opacity: 1;
}
.blog .pagination-link.is-current {
  background-color: #000;
  color: #fff;
}
.blog .pagination-previous {
  color: #000;
  background-color: #fff;
}
.blog .pagination-next {
  color: #000;
  background-color: #fff;
}
.blog .pagination-next.is-disabled {
  color: #000;
  border: none;
  background-color: rgba(235, 235, 235, 0.7725490196);
}
.blog .pagination-previous.is-disabled {
  color: #000;
  background-color: rgba(235, 235, 235, 0.7725490196);
  border: none;
}
.blog .merak-articles-section .article-card .article-image {
  height: auto;
}
.blog .merak-articles-section .article-card .article-image img {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
}
.blog .article-tags {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.blog .article-tags .tag {
  background-color: #005075;
  color: #fff;
  margin-top: 0.5rem;
}

.search {
  background-color: #fff;
}
.search .merak-container {
  padding: 2rem 0;
}
.search .pagination-link {
  color: #000;
}
.search .image.is-96x96 img {
  border-radius: 8px;
}
.search .section-heading {
  color: #094f72;
  font-size: 2rem;
  font-weight: 700;
  font-family: "Lato";
  margin-bottom: 2rem;
}
.search .result-title {
  color: #005C8A;
  font-weight: 700;
  font-size: 1.375rem;
  font-family: "Lato";
}
.search .result-excerpt {
  font-size: 1.063rem;
  font-family: "Lato";
  color: #2F3546;
}
.search .result-meta, .search .result-url {
  font-size: 0.938rem;
  font-family: "Lato";
  color: #535867;
}
.search .tag.is-light.is-rounded {
  background-color: #fff;
  color: #535867;
  border: 1px solid #000;
}
.search .pagination-link.is-current {
  background-color: #000;
  color: #fff;
}
.search .pagination-previous {
  color: #000;
}
.search .pagination-next {
  color: #000;
}
.search .pagination-next.is-disabled {
  color: #fff;
}
.search .pagination-previous.is-disabled {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .search .merak-articles-section::before {
    bottom: -11rem;
    right: 15%;
    content: "search";
  }
}
.search .search-pagination a {
  background-color: #005C8A;
  color: #fff;
}
.search .search-pagination a:hover {
  background-color: #094f72;
  color: #fff;
}
.search .search-pagination span {
  background-color: #FFBA00;
  color: #000;
}
.search .merak-articles-section .articles-wrapper {
  padding-bottom: 6rem;
}
.search .merak-articles-title {
  display: inline-block;
}
.search .back-to-all-results a {
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "Lato";
  color: #000;
  padding: 0.91rem 0;
}
.search .search-pagination.my-5 .button {
  padding: 12px 20px;
}
.search .search-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .search .search-header {
    flex-direction: column;
    align-items: flex-start;
  }
}
.search .search-header .search-form-container {
  width: 25%;
  display: inline-block;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1023px) {
  .search .search-header .search-form-container {
    width: 100%;
  }
}
.search .search-header .search-form-container .field .control input {
  background-color: #fff;
  color: #000;
}
.search .search-section .search-section-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
  font-family: "Lato";
  color: #000;
}
.search .search-section .columns {
  justify-content: flex-start;
}
.search .search-section .view-all-container {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.search .search-section .view-all-container a {
  padding: 0.91rem 1rem;
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "Lato";
  color: #000;
  border: 1px solid #005C8A;
  transition: all 0.3s ease-in-out;
}
.search .search-section .view-all-container a:hover {
  border: 1px solid #094f72;
  --bulma-button-border-width: max(1px, 0.0625em);
}
.search .search-info, .search .pagination-info {
  color: #2F3546;
}
@media screen and (max-width: 1023px) {
  .search .search-result-item .columns {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
@media screen and (max-width: 1023px) {
  .search .search-result-item .columns .image.is-96x96 {
    height: 193px;
    width: 193px;
  }
}

.contact .merak-three-card-section .container .column.is-one-third .card .card-content .card-text {
  padding-bottom: 0;
}

.careers .full-text .full-text-content .full-text-description {
  font-size: 1.35rem;
}
@media screen and (max-width: 1023px) {
  .careers .full-text .full-text-content .full-text-description {
    font-size: 1.25rem;
  }
}

.post-type-archive-press .article-tags {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.post-type-archive-press .article-tags .tag {
  background-color: #005075;
  color: #fff;
  margin-top: 0.5rem;
}
.post-type-archive-press .pagination-link {
  color: #000;
  padding: 22px 17px;
  opacity: 1;
}
.post-type-archive-press .pagination-link.is-current {
  background-color: #000;
  color: #fff;
}
.post-type-archive-press .pagination-previous {
  color: #000;
  background-color: #fff;
}
.post-type-archive-press .pagination-next {
  color: #000;
  background-color: #fff;
}
.post-type-archive-press .pagination-next.is-disabled {
  color: #000;
  border: none;
  background-color: rgba(235, 235, 235, 0.7725490196);
}
.post-type-archive-press .pagination-previous.is-disabled {
  color: #000;
  background-color: rgba(235, 235, 235, 0.7725490196);
  border: none;
}

.post-type-archive-work .article-tags {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.post-type-archive-work .article-tags .tag {
  background-color: #005075;
  color: #fff;
  margin-top: 0.5rem;
}
.post-type-archive-work .pagination-link {
  color: #000;
  padding: 22px 17px;
  opacity: 1;
}
.post-type-archive-work .pagination-link.is-current {
  background-color: #000;
  color: #fff;
}
.post-type-archive-work .pagination-previous {
  color: #000;
  background-color: #fff;
}
.post-type-archive-work .pagination-next {
  color: #000;
  background-color: #fff;
}
.post-type-archive-work .pagination-next.is-disabled {
  color: #000;
  border: none;
  background-color: rgba(235, 235, 235, 0.7725490196);
}
.post-type-archive-work .pagination-previous.is-disabled {
  color: #000;
  background-color: rgba(235, 235, 235, 0.7725490196);
  border: none;
}
.post-type-archive-work .merak-articles-tag-filter .merak-articles-tag-filter-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1023px) {
  .post-type-archive-work .merak-articles-tag-filter .merak-articles-tag-filter-wrapper {
    flex-wrap: wrap;
    gap: 1rem;
  }
}
.post-type-archive-work .merak-articles-tag-filter .merak-articles-tag-filter-wrapper .merak-articles-tag-filter-item {
  margin-right: 1rem;
}
@media screen and (max-width: 1023px) {
  .post-type-archive-work .merak-articles-tag-filter .merak-articles-tag-filter-wrapper .merak-articles-tag-filter-item {
    margin-right: 0;
  }
}
.post-type-archive-work .merak-articles-tag-filter .merak-articles-tag-filter-wrapper .merak-articles-tag-filter-item .merak-articles-tag-filter-link {
  padding: 22px 28px;
  border-radius: 5px;
  background-color: #003A54;
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
}
.post-type-archive-work .merak-articles-tag-filter .merak-articles-tag-filter-wrapper .merak-articles-tag-filter-item .merak-articles-tag-filter-link:hover {
  background-color: #005075;
}
.post-type-archive-work .merak-articles-tag-filter .merak-articles-tag-filter-wrapper .merak-articles-tag-filter-item .merak-articles-tag-filter-link.is-active {
  padding: 24px 30px;
}
.post-type-archive-work .merak-articles-section .article-card .article-image {
  height: auto;
}
.post-type-archive-work .merak-articles-section .article-card .article-image img {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
}

.post-type-archive-service .article-tags {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.post-type-archive-service .article-tags .tag {
  background-color: #005075;
  color: #fff;
  margin-top: 0.5rem;
}
.post-type-archive-service .pagination-link {
  color: #000;
  padding: 22px 17px;
  opacity: 1;
}
.post-type-archive-service .pagination-link.is-current {
  background-color: #000;
  color: #fff;
}
.post-type-archive-service .pagination-previous {
  color: #000;
  background-color: #fff;
}
.post-type-archive-service .pagination-next {
  color: #000;
  background-color: #fff;
}
.post-type-archive-service .pagination-next.is-disabled {
  color: #000;
  border: none;
  background-color: rgba(235, 235, 235, 0.7725490196);
}
.post-type-archive-service .pagination-previous.is-disabled {
  color: #000;
  background-color: rgba(235, 235, 235, 0.7725490196);
  border: none;
}

body.archive.tag {
  padding-left: 0;
  padding-right: 0;
  align-items: normal;
  display: block;
  white-space: normal;
  height: auto;
  background-color: #fff;
  color: inherit;
  font-size: 1rem;
}

@media screen and (min-width: 1024px) {
  .archive.tag .merak-articles-section::before {
    bottom: -11rem;
    right: 1%;
    content: "";
  }
}
.archive.tag .article-tags {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.archive.tag .article-tags .tag {
  background-color: #0077A8;
  color: #fff;
  margin-top: 0.5rem;
}
.archive.tag .pagination-link {
  color: #000;
  padding: 22px 17px;
}
.archive.tag .pagination-link.is-current {
  background-color: #000;
  color: #fff;
}
.archive.tag .pagination-previous {
  color: #000;
}
.archive.tag .pagination-next {
  color: #000;
}
.archive.tag .pagination-next.is-disabled {
  color: #fff;
}
.archive.tag .pagination-previous.is-disabled {
  color: #fff;
}

.single-work .merak-smart-cards .custom-container {
  width: 100%;
}
.single-work .merak-smart-cards .custom-container .smart-cards__card {
  padding: 0;
}
.single-work .merak-smart-cards .custom-container .smart-cards__card-image img {
  max-width: none;
  width: 35%;
}
@media screen and (max-width: 1023px) {
  .single-work .merak-smart-cards .custom-container .smart-cards__card-image img {
    width: 50%;
  }
}
.single-work .merak-single-post-content .tags {
  padding-top: 2rem;
}
.single-work .hero .hero-image a {
  display: inline-block;
  width: 50%;
  position: relative;
}
.single-work .hero .hero-image a::after {
  content: "";
  background: url("images/expand-solid.svg") no-repeat center center;
  background-size: 100% 100%;
  width: 28px;
  height: 28px;
  position: absolute;
  right: 5px;
  bottom: 10px;
  transition: transform 0.2s ease, filter 0.2s ease;
}
.single-work .hero .hero-image a:hover::after {
  transform: scale(1.1);
  filter: brightness(1); /* This makes the SVG white */
}
.single-work .hero .hero-image img {
  box-shadow: 0 0 20px 5px rgba(255, 255, 255, 0.3);
  border: 1px solid #094f72;
  max-width: 100%;
}
@media screen and (max-width: 1023px) {
  .single-work .merak-smart-cards .smart-cards .column {
    width: 50%;
  }
}

.error404 a.button {
  padding: 0.65rem 1rem;
  font-family: "Lato";
  background-color: #005C8A;
  color: #fff;
}

.page-id-1360 .article-image svg {
  width: 50%;
}

.single-solution .merak-content-left-image-right .right-image img {
  max-width: 75%;
}

.merak-articles-section {
  background-color: #C4CBCC;
  padding: 3rem 0;
  z-index: 10;
  position: relative;
}
@media all and (min-width: 1024px) and (max-width: 1407px) {
  .merak-articles-section::before {
    content: "blog";
    position: absolute;
    bottom: -15%;
    right: 5%;
    font-size: 18.5rem;
    font-weight: 700;
    font-family: "Lato";
    color: #005C8A;
  }
}
@media all and (min-width: 1408px) {
  .merak-articles-section::before {
    content: "blog";
    position: absolute;
    bottom: -15%;
    right: 5%;
    font-size: 18.5rem;
    font-weight: 700;
    font-family: "Lato";
    color: #005C8A;
  }
}
.merak-articles-section .articles-wrapper {
  padding-bottom: 3rem;
  position: relative;
  z-index: 11;
}
.merak-articles-section .merak-articles-title {
  text-align: left;
  font-size: 1.55rem;
  font-weight: 700;
  margin-bottom: 2rem;
  font-family: "Lato";
  color: #2F3546;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .merak-articles-section .merak-articles-title {
    font-size: 1.99rem;
  }
}
@media screen and (min-width: 1024px) {
  .merak-articles-section .merak-articles-title {
    font-size: 2rem;
  }
}
.merak-articles-section .columns {
  justify-content: center;
  --bulma-column-gap: 1rem;
}
@media screen and (max-width: 1023px) {
  .merak-articles-section .columns .column.is-full-mobile {
    padding-left: 0;
    padding-right: 0;
  }
}
.merak-articles-section .article-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.2s ease;
  text-decoration: none;
  color: inherit;
  border: 1px solid #629BB3;
}
.merak-articles-section .article-card:hover {
  transform: translateY(-5px);
}
.merak-articles-section .article-card .article-image {
  height: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.merak-articles-section .article-card .article-image img {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.merak-articles-section .article-card .article-content {
  padding: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.merak-articles-section .article-card .article-content .article-title {
  text-align: center;
  font-size: 1.55rem;
  font-weight: bold;
  margin-bottom: 1rem;
  font-family: "Lato";
  line-height: 1.2;
}
@media screen and (min-width: 769px) {
  .merak-articles-section .article-card .article-content .article-title {
    font-size: 1.99rem;
  }
}
@media screen and (min-width: 1024px) {
  .merak-articles-section .article-card .article-content .article-title {
    font-size: 2rem;
  }
}
.merak-articles-section .article-card .article-content .article-excerpt {
  text-align: left;
  font-size: 1.05rem;
  margin-bottom: auto;
  font-family: "Lato";
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .merak-articles-section .article-card .article-content .article-excerpt {
    font-size: 1.09rem;
  }
}
@media screen and (min-width: 1024px) {
  .merak-articles-section .article-card .article-content .article-excerpt {
    font-size: 1.125rem;
  }
}
.merak-articles-section .article-card .article-content .article-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  justify-content: center;
  padding-top: 1rem;
}
.merak-articles-section .article-card .article-content .article-tags .tag {
  background-color: #e6eff3;
  border: 1px solid #2f3546;
  color: #2f3546;
  padding: 0.25rem 0.75rem;
  border-radius: 1rem;
  font-size: 0.8rem;
  font-weight: 400;
  font-family: "Lato";
  line-height: 1.5;
}
.merak-articles-section .article-card .article-content .article-meta {
  font-size: 0.8rem;
  font-weight: 400;
  color: #535867;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  font-family: "Lato";
  flex-flow: column;
  line-height: 1.5;
}
.merak-articles-section .article-card .article-content .article-meta .article-separator {
  margin: 0 0.5rem;
}

/* Hide the 'blog' text when inside the editor */
#editor .merak-articles-section::before {
  display: none;
}

#editor .article-image {
  height: 15vh;
}

/*# sourceMappingURL=style.css.map */
