@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%;
}

@supports (-webkit-touch-callout: none) {
  html, body {
    -webkit-overflow-scrolling: touch;
  }
}
.research-driven {
  overflow-x: hidden;
  overflow-y: hidden;
  margin: 0;
  padding: 0;
}
@supports (-webkit-touch-callout: none) {
  .research-driven {
    -webkit-overflow-scrolling: touch;
  }
}
.research-driven .vertexxa-content {
  overflow-x: visible;
  margin-bottom: 0;
  padding-bottom: 0;
}
.research-driven .vertexxa-content__nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  padding: 1.5rem 0;
}
@media (max-width: 768px) {
  .research-driven .vertexxa-content__nav {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
  }
}
.research-driven .vertexxa-content__nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0 2rem;
  list-style: none;
  width: 100%;
}
@media (max-width: 768px) {
  .research-driven .vertexxa-content__nav ul {
    padding: 0 1rem;
  }
}
.research-driven .vertexxa-content__nav .logo {
  display: flex;
  align-items: center;
}
.research-driven .vertexxa-content__nav .logo img {
  height: 90px;
  width: auto;
  max-width: 130.87px;
}
@media (max-width: 768px) {
  .research-driven .vertexxa-content__nav .logo img {
    height: 70px;
    max-width: 100px;
  }
}
.research-driven .vertexxa-content__nav .chat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  background: transparent;
  border: 2px solid #535867;
  border-radius: 50px;
  color: #535867;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}
.research-driven .vertexxa-content__nav .chat:hover {
  background: #535867;
  color: white;
  transform: translateY(-2px);
}
@media (max-width: 768px) {
  .research-driven .vertexxa-content__nav .chat {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
  }
}
.research-driven .vertexxa-content__wrapper {
  padding-top: 120px;
  overflow-x: visible;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .research-driven .vertexxa-content__wrapper {
    padding-top: 70px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.research-driven .vertexxa-content__primary_hero {
  background: linear-gradient(180deg, rgba(90, 160, 196, 0.11) 0%, rgba(255, 255, 255, 0.2) 31.73%);
  min-height: max(100vh, 800px);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: visible;
}
@media (max-width: 1200px) {
  .research-driven .vertexxa-content__primary_hero {
    min-height: 90vh;
  }
}
@media (max-width: 1024px) {
  .research-driven .vertexxa-content__primary_hero {
    min-height: 80vh;
  }
}
@media (max-width: 768px) {
  .research-driven .vertexxa-content__primary_hero {
    min-height: 70vh;
  }
}
@media (max-width: 480px) {
  .research-driven .vertexxa-content__primary_hero {
    min-height: auto;
    padding: 0;
  }
}
@media (max-height: 600px) {
  .research-driven .vertexxa-content__primary_hero {
    min-height: auto;
  }
}
.research-driven .vertexxa-content__primary_hero_content {
  flex: 0.5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 3rem 2rem;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  background: transparent;
  pointer-events: none;
}
@supports (-webkit-touch-callout: none) {
  .research-driven .vertexxa-content__primary_hero_content h1, .research-driven .vertexxa-content__primary_hero_content p {
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@media (max-width: 768px) {
  .research-driven .vertexxa-content__primary_hero_content {
    padding: 0 1.5rem;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .research-driven .vertexxa-content__primary_hero_content {
    padding: 0 1rem;
    justify-content: center;
  }
}
.research-driven .vertexxa-content__primary_hero_content h1 {
  font-size: clamp(1.5rem, 5vw, 4rem);
  line-height: 1.25;
  color: #535867;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  font-weight: 510;
  max-width: 889px;
  letter-spacing: 0.02em;
  font-family: "Roboto Flex", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  pointer-events: auto;
  overflow: visible;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media (max-width: 768px) {
  .research-driven .vertexxa-content__primary_hero_content h1 {
    font-kerning: normal;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    margin-bottom: 1.5rem;
    padding-top: 4rem;
  }
}
@media (max-width: 480px) {
  .research-driven .vertexxa-content__primary_hero_content h1 {
    padding-top: 4.5rem;
  }
}
.research-driven .vertexxa-content__primary_hero_content h1 strong {
  font-weight: 700;
  color: inherit;
}
.research-driven .vertexxa-content__primary_hero_content h1 .animated-purpose {
  color: #005C8A;
  font-weight: 860;
  display: inline-block;
  margin: 0 0.25em;
  overflow: visible;
  position: relative;
  height: auto;
  min-height: 1.2em;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media (max-width: 768px) {
  .research-driven .vertexxa-content__primary_hero_content h1 .animated-purpose {
    display: block;
    margin: 0.5em auto;
    margin-top: 0rem;
    width: fit-content;
    height: auto;
    min-height: 1.2em;
    font-kerning: normal;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }
}
.research-driven .vertexxa-content__primary_hero_content h1 .animated-purpose::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 0;
}
.research-driven .vertexxa-content__primary_hero_content h1 .animated-text-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  z-index: 1;
}
.research-driven .vertexxa-content__primary_hero_content h1 .animated-word {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #005C8A;
  font-weight: 860;
  font-size: inherit;
  font-family: inherit;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
@media (max-width: 768px) {
  .research-driven .vertexxa-content__primary_hero_content h1 .animated-word {
    padding: 0.3em 0;
    line-height: 1.2;
    overflow: visible;
    text-overflow: clip;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.research-driven .vertexxa-content__primary_hero_content p {
  font-size: 32px;
  color: #000000;
  max-width: 850px;
  margin: 0 auto;
  line-height: 1.6;
  font-family: "IBM Plex Serif";
  pointer-events: auto;
}
@media (max-width: 768px) {
  .research-driven .vertexxa-content__primary_hero_content p {
    font-size: 24px;
    line-height: 1.5;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .research-driven .vertexxa-content__primary_hero_content p {
    font-size: 20px;
    line-height: 1.4;
  }
}
.research-driven .vertexxa-content__primary_hero_images {
  flex: 0 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: visible;
  height: 450px;
}
@media (max-width: 768px) {
  .research-driven .vertexxa-content__primary_hero_images {
    flex: 0 0 auto;
    height: 280px;
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 480px) {
  .research-driven .vertexxa-content__primary_hero_images {
    flex: 0 0 auto;
    height: 240px;
    padding: 0;
    margin: 0;
  }
}
.research-driven .vertexxa-content__primary_hero_images .filmstrip {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 350px;
  max-width: none;
  z-index: 50;
  opacity: 0.9;
  visibility: visible;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
}
@supports (-webkit-touch-callout: none) {
  .research-driven .vertexxa-content__primary_hero_images .filmstrip {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    -webkit-transform: translate(-50%, -50%) translateZ(0);
    transform: translate(-50%, -50%) translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
}
@media (max-width: 768px) {
  .research-driven .vertexxa-content__primary_hero_images .filmstrip {
    height: 240px;
    -webkit-transform: translate(-50%, -50%) translateZ(0);
    transform: translate(-50%, -50%) translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
@media (max-width: 480px) {
  .research-driven .vertexxa-content__primary_hero_images .filmstrip {
    height: 200px;
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
  }
}
.research-driven .vertexxa-content__primary_hero_images .laptop-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-7deg);
  transform-origin: center;
  z-index: 100;
  width: 100%;
  max-width: 900px;
}
@media (max-width: 1024px) {
  .research-driven .vertexxa-content__primary_hero_images .laptop-frame {
    max-width: 700px;
  }
}
@media (max-width: 768px) {
  .research-driven .vertexxa-content__primary_hero_images .laptop-frame {
    max-width: 450px;
  }
}
@media (max-width: 480px) {
  .research-driven .vertexxa-content__primary_hero_images .laptop-frame {
    max-width: 280px;
  }
}
@media (max-width: 360px) {
  .research-driven .vertexxa-content__primary_hero_images .laptop-frame {
    max-width: 250px;
  }
}
.research-driven .vertexxa-content__primary_hero_images .laptop-frame img {
  width: 100%;
  height: auto;
  display: block;
  pointer-events: none;
}
.research-driven .vertexxa-content__primary_hero_images .laptop-screen-slider-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-7deg);
  transform-origin: center;
  z-index: 99;
  width: 80%;
  max-width: 720px;
  height: auto;
  margin-top: -2px;
}
@media (max-width: 1024px) {
  .research-driven .vertexxa-content__primary_hero_images .laptop-screen-slider-container {
    max-width: 560px;
    margin-top: -0.2%;
  }
}
@media (max-width: 768px) {
  .research-driven .vertexxa-content__primary_hero_images .laptop-screen-slider-container {
    max-width: 360px;
    margin-top: -0.6%;
  }
}
@media (max-width: 480px) {
  .research-driven .vertexxa-content__primary_hero_images .laptop-screen-slider-container {
    max-width: 224px;
    margin-top: 1%;
  }
}
@media (max-width: 360px) {
  .research-driven .vertexxa-content__primary_hero_images .laptop-screen-slider-container {
    max-width: 200px;
    margin-top: 0.5%;
  }
}
.research-driven .vertexxa-content__primary_hero_images .laptop-screen-slider-container .laptop-slider {
  margin: 0;
  padding: 0;
}
.research-driven .vertexxa-content__primary_hero_images .laptop-screen-slider-container .laptop-slider .slick-track {
  margin: 0;
}
.research-driven .vertexxa-content__primary_hero_images .laptop-screen-slider-container .laptop-slider .slick-slide {
  margin: 0;
  padding: 0;
}
.research-driven .vertexxa-content__primary_hero_images .laptop-screen-slider-container .laptop-slide {
  display: none;
}
.research-driven .vertexxa-content__primary_hero_images .laptop-screen-slider-container .laptop-slide:first-child {
  display: block;
}
.research-driven .vertexxa-content__primary_hero_images .laptop-screen-slider-container .laptop-slider.slick-initialized .laptop-slide {
  display: block;
}
.research-driven .vertexxa-content__primary_hero_images .laptop-screen {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}
.research-driven .vertexxa-content__primary_hero_images .slick-slider .slick-dots {
  bottom: -50px;
}
.research-driven .vertexxa-content__primary_hero_images .slick-slider .slick-dots li button:before {
  color: #535867;
  font-size: 12px;
}
.research-driven .vertexxa-content__primary_hero_images .slick-slider .slick-dots li.slick-active button:before {
  color: #005C8A;
}
.research-driven .vertexxa-content__primary_hero_images .slick-slider .slick-arrow:before {
  color: #535867;
  font-size: 20px;
}
.research-driven .vertexxa-content__primary_hero_images .slick-slider .slick-arrow.slick-prev {
  left: -50px;
}
.research-driven .vertexxa-content__primary_hero_images .slick-slider .slick-arrow.slick-next {
  right: -50px;
}
@media (max-width: 768px) {
  .research-driven .vertexxa-content__primary_hero_images .slick-slider .slick-arrow {
    display: none !important;
  }
}
.research-driven .vertexxa-content__statistics {
  padding: 4rem 0;
  background: rgba(204, 222, 232, 0.3294117647);
  transform: translateZ(0);
  backface-visibility: hidden;
}
@media (max-width: 1024px) {
  .research-driven .vertexxa-content__statistics {
    -webkit-perspective: 1000px;
    perspective: 1000px;
    margin-top: -10vh;
  }
}
@media (max-width: 768px) {
  .research-driven .vertexxa-content__statistics {
    margin-top: -8vh;
  }
}
@media (max-width: 480px) {
  .research-driven .vertexxa-content__statistics {
    margin-top: -5vh;
  }
}
.research-driven .vertexxa-content__statistics .vertexxa-content__statistics_content {
  width: 95%;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (max-width: 1024px) {
  .research-driven .vertexxa-content__statistics .vertexxa-content__statistics_content {
    width: 97%;
    padding: 0 1rem;
  }
}
@media (max-width: 480px) {
  .research-driven .vertexxa-content__statistics .vertexxa-content__statistics_content {
    width: 98%;
    padding: 0 0.5rem;
  }
}
@media (max-width: 1024px) {
  .research-driven .vertexxa-content__statistics .columns {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: flex-start !important;
  }
}
.research-driven .vertexxa-content__statistics .column {
  text-align: center;
  padding: 2rem 1rem;
  transform: translateZ(0);
  backface-visibility: hidden;
}
@media (max-width: 1024px) {
  .research-driven .vertexxa-content__statistics .column {
    padding: 1.5rem 0.5rem;
  }
}
.research-driven .vertexxa-content__statistics h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1rem;
  padding-top: 1rem;
  contain: layout style paint;
  isolation: isolate;
}
.research-driven .vertexxa-content__statistics h3 .stat-number {
  font-family: "Roboto Flex", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 128px;
  font-weight: 700;
  color: rgba(0, 92, 138, 0.8);
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 1.5rem;
  overflow: visible;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeSpeed;
  font-display: block;
  contain: layout;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
  will-change: contents;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  font-variation-settings: "wght" 700;
  -webkit-font-variation-settings: "wght" 700;
}
@supports (-webkit-touch-callout: none) {
  .research-driven .vertexxa-content__statistics h3 .stat-number {
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: auto;
    line-height: 1.6 !important;
  }
}
@media (max-width: 768px) {
  .research-driven .vertexxa-content__statistics h3 .stat-number {
    font-size: 80px;
    line-height: 1.5;
    font-kerning: normal;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: contents;
    font-variation-settings: "wght" 700;
    -webkit-font-variation-settings: "wght" 700;
    -webkit-text-stroke: 0px transparent;
    text-stroke: 0px transparent;
  }
}
@media (max-width: 480px) {
  .research-driven .vertexxa-content__statistics h3 .stat-number {
    font-size: 64px;
  }
}
.research-driven .vertexxa-content__statistics h3 .stat-number.animating {
  text-rendering: optimizeSpeed !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  transform: translate3d(0, 0, 0) !important;
  backface-visibility: hidden !important;
  will-change: contents !important;
}
@media (max-width: 768px) {
  .research-driven .vertexxa-content__statistics h3 .stat-number.animating {
    font-synthesis: none;
    -webkit-font-synthesis: none;
    -moz-font-synthesis: none;
  }
}
.research-driven .vertexxa-content__statistics h3 .stat-description {
  font-family: "Roboto Flex", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 36px;
  font-weight: 400;
  color: #535867;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  position: relative;
  padding-top: 0.5rem;
  overflow: visible;
}
.research-driven .vertexxa-content__statistics h3 .stat-description::before {
  content: "";
  position: absolute;
  top: -0.75rem;
  left: 50%;
  transform: translateX(-50%);
  width: 250px;
  height: 4px;
  background: #C4CBCC;
}
@media (max-width: 768px) {
  .research-driven .vertexxa-content__statistics h3 .stat-description::before {
    width: 150px;
  }
}
@media (max-width: 480px) {
  .research-driven .vertexxa-content__statistics h3 .stat-description::before {
    width: 100px;
  }
}
@media (max-width: 768px) {
  .research-driven .vertexxa-content__statistics h3 .stat-description {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .research-driven .vertexxa-content__statistics h3 .stat-description {
    font-size: 24px;
  }
}
.research-driven .vertexxa-content__statistics p {
  font-family: "IBM Plex Serif";
  font-size: 22px;
  font-weight: 400;
  color: #2F3546;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  margin-top: 0.5rem;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .research-driven .vertexxa-content__statistics p {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .research-driven .vertexxa-content__statistics p {
    font-size: 14px;
  }
}
.research-driven .vertexxa-content__services {
  padding: 4rem 0;
  background: #ffffff;
}
.research-driven .vertexxa-content__services .vertexxa-content__services_content {
  width: 95%;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (max-width: 768px) {
  .research-driven .vertexxa-content__services .vertexxa-content__services_content {
    width: 97%;
    padding: 0 1rem;
  }
}
@media (max-width: 480px) {
  .research-driven .vertexxa-content__services .vertexxa-content__services_content {
    width: 98%;
    padding: 0 0.5rem;
  }
}
.research-driven .vertexxa-content__services .columns {
  align-items: stretch;
}
@media (max-width: 768px) {
  .research-driven .vertexxa-content__services .columns {
    flex-direction: column;
    align-items: center;
  }
}
.research-driven .vertexxa-content__services .services-text {
  padding: 2rem;
}
@media (max-width: 768px) {
  .research-driven .vertexxa-content__services .services-text {
    padding: 1rem;
    text-align: center;
  }
}
.research-driven .vertexxa-content__services .services-text h2 {
  font-family: "Roboto Flex", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-weight: 900;
  font-size: 58.25px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #535867;
  margin-bottom: 1.5rem;
  overflow: visible;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
@media (max-width: 768px) {
  .research-driven .vertexxa-content__services .services-text h2 {
    font-size: 42px;
    line-height: 1.5;
    padding-top: 0.15em;
    padding-bottom: 0.15em;
    font-kerning: normal;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-variation-settings: "wght" 900;
    -webkit-font-variation-settings: "wght" 900;
    will-change: auto;
    contain: layout;
  }
}
@media (max-width: 480px) {
  .research-driven .vertexxa-content__services .services-text h2 {
    font-size: 32px;
  }
}
.research-driven .vertexxa-content__services .services-text p {
  font-family: "IBM Plex Serif";
  font-weight: 500;
  font-size: 29.12px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #535867;
  margin-bottom: 2rem;
  overflow: visible;
  padding-top: 0.05em;
  padding-bottom: 0.05em;
}
@media (max-width: 768px) {
  .research-driven .vertexxa-content__services .services-text p {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .research-driven .vertexxa-content__services .services-text p {
    font-size: 20px;
  }
}
.research-driven .vertexxa-content__services .services-text .services-cta {
  font-family: "Roboto Flex", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-weight: 556;
  font-size: 29.12px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #5AA0C4;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  overflow: visible;
  padding-top: 0.05em;
  padding-bottom: 0.05em;
}
.research-driven .vertexxa-content__services .services-text .services-cta:hover {
  color: #005C8A;
  transform: translateX(5px);
}
@media (max-width: 768px) {
  .research-driven .vertexxa-content__services .services-text .services-cta {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .research-driven .vertexxa-content__services .services-text .services-cta {
    font-size: 20px;
  }
}
.research-driven .vertexxa-content__services .services-image {
  padding: 2rem;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .research-driven .vertexxa-content__services .services-image {
    padding: 1rem;
    margin-top: 2rem;
    height: auto;
  }
}
.research-driven .vertexxa-content__services .services-image img {
  width: 100%;
  height: 100%;
  min-height: 200px;
  max-height: 400px;
  display: block;
  object-fit: cover;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .research-driven .vertexxa-content__services .services-image img {
    height: auto;
    max-height: 300px;
  }
}
@media (max-width: 480px) {
  .research-driven .vertexxa-content__services .services-image img {
    max-height: 250px;
  }
}
.research-driven .vertexxa-content__services-flipped {
  padding: 4rem 0;
  background: #F7FAFC;
  border-top: 4px solid #E0E1E3;
  border-bottom: 4px solid #E0E1E3;
}
.research-driven .vertexxa-content__services-flipped .vertexxa-content__services-flipped_content {
  width: 95%;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (max-width: 768px) {
  .research-driven .vertexxa-content__services-flipped .vertexxa-content__services-flipped_content {
    width: 97%;
    padding: 0 1rem;
  }
}
@media (max-width: 480px) {
  .research-driven .vertexxa-content__services-flipped .vertexxa-content__services-flipped_content {
    width: 98%;
    padding: 0 0.5rem;
  }
}
.research-driven .vertexxa-content__services-flipped .columns {
  align-items: stretch;
}
@media (max-width: 768px) {
  .research-driven .vertexxa-content__services-flipped .columns {
    flex-direction: column;
    align-items: center;
  }
}
.research-driven .vertexxa-content__services-flipped .services-text {
  padding: 2rem;
}
@media (max-width: 768px) {
  .research-driven .vertexxa-content__services-flipped .services-text {
    padding: 1rem;
    text-align: center;
  }
}
.research-driven .vertexxa-content__services-flipped .services-text h2 {
  font-family: "Roboto Flex", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-weight: 900;
  font-size: 58.25px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #535867;
  margin-bottom: 1.5rem;
  overflow: visible;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
@media (max-width: 768px) {
  .research-driven .vertexxa-content__services-flipped .services-text h2 {
    font-size: 42px;
    line-height: 1.5;
    padding-top: 0.15em;
    padding-bottom: 0.15em;
    font-kerning: normal;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-variation-settings: "wght" 900;
    -webkit-font-variation-settings: "wght" 900;
    will-change: auto;
    contain: layout;
  }
}
@media (max-width: 480px) {
  .research-driven .vertexxa-content__services-flipped .services-text h2 {
    font-size: 32px;
  }
}
.research-driven .vertexxa-content__services-flipped .services-text p {
  font-family: "IBM Plex Serif";
  font-weight: 500;
  font-size: 29.12px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #535867;
  margin-bottom: 2rem;
  overflow: visible;
  padding-top: 0.05em;
  padding-bottom: 0.05em;
}
@media (max-width: 768px) {
  .research-driven .vertexxa-content__services-flipped .services-text p {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .research-driven .vertexxa-content__services-flipped .services-text p {
    font-size: 20px;
  }
}
.research-driven .vertexxa-content__services-flipped .services-text .services-cta {
  font-family: "Roboto Flex", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-weight: 556;
  font-size: 29.12px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #5AA0C4;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  overflow: visible;
  padding-top: 0.05em;
  padding-bottom: 0.05em;
}
.research-driven .vertexxa-content__services-flipped .services-text .services-cta:hover {
  color: #005C8A;
  transform: translateX(5px);
}
@media (max-width: 768px) {
  .research-driven .vertexxa-content__services-flipped .services-text .services-cta {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .research-driven .vertexxa-content__services-flipped .services-text .services-cta {
    font-size: 20px;
  }
}
.research-driven .vertexxa-content__services-flipped .services-image {
  padding: 2rem;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .research-driven .vertexxa-content__services-flipped .services-image {
    padding: 1rem;
    margin-bottom: 2rem;
    height: auto;
  }
}
.research-driven .vertexxa-content__services-flipped .services-image img {
  width: 100%;
  height: 100%;
  min-height: 200px;
  max-height: 400px;
  display: block;
  object-fit: cover;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .research-driven .vertexxa-content__services-flipped .services-image img {
    height: auto;
    max-height: 300px;
  }
}
@media (max-width: 480px) {
  .research-driven .vertexxa-content__services-flipped .services-image img {
    max-height: 250px;
  }
}
.research-driven .vertexxa-content__services-second {
  padding: 4rem 0;
  background: #ffffff;
}
.research-driven .vertexxa-content__services-second .vertexxa-content__services-second_content {
  width: 95%;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (max-width: 768px) {
  .research-driven .vertexxa-content__services-second .vertexxa-content__services-second_content {
    width: 97%;
    padding: 0 1rem;
  }
}
@media (max-width: 480px) {
  .research-driven .vertexxa-content__services-second .vertexxa-content__services-second_content {
    width: 98%;
    padding: 0 0.5rem;
  }
}
.research-driven .vertexxa-content__services-second .columns {
  align-items: stretch;
}
@media (max-width: 768px) {
  .research-driven .vertexxa-content__services-second .columns {
    flex-direction: column;
    align-items: center;
  }
}
.research-driven .vertexxa-content__services-second .services-text {
  padding: 2rem;
}
@media (max-width: 768px) {
  .research-driven .vertexxa-content__services-second .services-text {
    padding: 1rem;
    text-align: center;
  }
}
.research-driven .vertexxa-content__services-second .services-text h2 {
  font-family: "Roboto Flex", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-weight: 900;
  font-size: 58.25px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #535867;
  margin-bottom: 1.5rem;
  overflow: visible;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
@media (max-width: 768px) {
  .research-driven .vertexxa-content__services-second .services-text h2 {
    font-size: 42px;
    line-height: 1.5;
    padding-top: 0.15em;
    padding-bottom: 0.15em;
    font-kerning: normal;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-variation-settings: "wght" 900;
    -webkit-font-variation-settings: "wght" 900;
    will-change: auto;
    contain: layout;
  }
}
@media (max-width: 480px) {
  .research-driven .vertexxa-content__services-second .services-text h2 {
    font-size: 32px;
  }
}
.research-driven .vertexxa-content__services-second .services-text p {
  font-family: "IBM Plex Serif";
  font-weight: 500;
  font-size: 29.12px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #535867;
  margin-bottom: 2rem;
  overflow: visible;
  padding-top: 0.05em;
  padding-bottom: 0.05em;
}
@media (max-width: 768px) {
  .research-driven .vertexxa-content__services-second .services-text p {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .research-driven .vertexxa-content__services-second .services-text p {
    font-size: 20px;
  }
}
.research-driven .vertexxa-content__services-second .services-text .services-cta {
  font-family: "Roboto Flex", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-weight: 556;
  font-size: 29.12px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #5AA0C4;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  overflow: visible;
  padding-top: 0.05em;
  padding-bottom: 0.05em;
}
.research-driven .vertexxa-content__services-second .services-text .services-cta:hover {
  color: #005C8A;
  transform: translateX(5px);
}
@media (max-width: 768px) {
  .research-driven .vertexxa-content__services-second .services-text .services-cta {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .research-driven .vertexxa-content__services-second .services-text .services-cta {
    font-size: 20px;
  }
}
.research-driven .vertexxa-content__services-second .services-image {
  padding: 2rem;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .research-driven .vertexxa-content__services-second .services-image {
    padding: 1rem;
    margin-top: 2rem;
    height: auto;
  }
}
.research-driven .vertexxa-content__services-second .services-image img {
  width: 100%;
  height: 100%;
  min-height: 200px;
  max-height: 400px;
  display: block;
  object-fit: cover;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .research-driven .vertexxa-content__services-second .services-image img {
    height: auto;
    max-height: 300px;
  }
}
@media (max-width: 480px) {
  .research-driven .vertexxa-content__services-second .services-image img {
    max-height: 250px;
  }
}
.research-driven .vertexxa-content__testimonial {
  padding: 4rem 0;
  background: #005C8A;
}
.research-driven .vertexxa-content__testimonial .vertexxa-content__testimonial_content {
  width: 95%;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (max-width: 768px) {
  .research-driven .vertexxa-content__testimonial .vertexxa-content__testimonial_content {
    width: 97%;
    padding: 0 1rem;
  }
}
@media (max-width: 480px) {
  .research-driven .vertexxa-content__testimonial .vertexxa-content__testimonial_content {
    width: 98%;
    padding: 0 0.5rem;
  }
}
.research-driven .vertexxa-content__testimonial .columns {
  align-items: center;
}
@media (max-width: 768px) {
  .research-driven .vertexxa-content__testimonial .columns {
    flex-direction: column;
    text-align: center;
  }
}
.research-driven .vertexxa-content__testimonial .testimonial-images {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  padding: 2rem;
}
@media (max-width: 768px) {
  .research-driven .vertexxa-content__testimonial .testimonial-images {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.research-driven .vertexxa-content__testimonial .testimonial-images .testimonial-logo {
  width: 100%;
  max-width: 400px;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .research-driven .vertexxa-content__testimonial .testimonial-images .testimonial-logo {
    max-width: 200px;
  }
}
@media (max-width: 480px) {
  .research-driven .vertexxa-content__testimonial .testimonial-images .testimonial-logo {
    max-width: 150px;
  }
}
.research-driven .vertexxa-content__testimonial .testimonial-images .testimonial-stars {
  width: 100%;
  max-width: 200px;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .research-driven .vertexxa-content__testimonial .testimonial-images .testimonial-stars {
    max-width: 150px;
  }
}
@media (max-width: 480px) {
  .research-driven .vertexxa-content__testimonial .testimonial-images .testimonial-stars {
    max-width: 120px;
  }
}
.research-driven .vertexxa-content__testimonial .testimonial-text {
  padding: 2rem;
}
@media (max-width: 768px) {
  .research-driven .vertexxa-content__testimonial .testimonial-text {
    padding: 1rem;
    text-align: center;
  }
}
.research-driven .vertexxa-content__testimonial .testimonial-text h2 {
  font-family: "Roboto Flex", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-weight: 600;
  font-size: 55px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #FFBA00;
  text-align: left;
  margin-bottom: 1.5rem;
  max-width: 934px;
  overflow: visible;
  padding-top: 0.05em;
  padding-bottom: 0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media (max-width: 768px) {
  .research-driven .vertexxa-content__testimonial .testimonial-text h2 {
    font-size: 42px;
    text-align: center;
    font-kerning: normal;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }
}
@media (max-width: 480px) {
  .research-driven .vertexxa-content__testimonial .testimonial-text h2 {
    font-size: 32px;
  }
}
.research-driven .vertexxa-content__testimonial .testimonial-text p {
  font-family: "IBM Plex Serif";
  font-weight: 500;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #FFF;
  text-align: left;
  overflow: visible;
  padding-top: 0.05em;
  padding-bottom: 0.05em;
}
@media (max-width: 768px) {
  .research-driven .vertexxa-content__testimonial .testimonial-text p {
    font-size: 24px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .research-driven .vertexxa-content__testimonial .testimonial-text p {
    font-size: 20px;
  }
}
.research-driven .vertexxa-content__technologies {
  padding: 4rem 0;
  background: #ffffff;
}
.research-driven .vertexxa-content__technologies .vertexxa-content__technologies_content {
  width: 90%;
  margin: 0 auto;
  padding: 0 3rem;
}
@media (max-width: 768px) {
  .research-driven .vertexxa-content__technologies .vertexxa-content__technologies_content {
    width: 95%;
    padding: 0 1rem;
  }
}
@media (max-width: 480px) {
  .research-driven .vertexxa-content__technologies .vertexxa-content__technologies_content {
    width: 95%;
    padding: 0 1rem;
  }
}
.research-driven .vertexxa-content__technologies .vertexxa-content__technologies_content h2 {
  font-family: "Roboto Flex", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #535867;
  text-align: left;
  margin-bottom: 3rem;
  overflow: visible;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@supports (-webkit-touch-callout: none) {
  .research-driven .vertexxa-content__technologies .vertexxa-content__technologies_content h2 {
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
    padding-top: 0.2em !important;
    padding-bottom: 0.2em !important;
    line-height: 1.7 !important;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    font-variant-ligatures: none;
    font-feature-settings: normal;
  }
}
@media (max-width: 768px) {
  .research-driven .vertexxa-content__technologies .vertexxa-content__technologies_content h2 {
    font-size: 48px;
    margin-bottom: 2rem;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    font-kerning: normal;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }
}
@media (max-width: 480px) {
  .research-driven .vertexxa-content__technologies .vertexxa-content__technologies_content h2 {
    font-size: 36px;
    margin-bottom: 1.5rem;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
  }
}
.research-driven .vertexxa-content__technologies .vertexxa-content__technologies_content_grid .columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
  display: flex;
}
.research-driven .vertexxa-content__technologies .vertexxa-content__technologies_content_grid .columns.is-multiline {
  margin-bottom: -0.75rem;
}
.research-driven .vertexxa-content__technologies .vertexxa-content__technologies_content_grid .column {
  padding: 0.75rem;
}
@media (max-width: 768px) {
  .research-driven .vertexxa-content__technologies .vertexxa-content__technologies_content_grid .column {
    padding: 0.5rem;
  }
}
@media (max-width: 480px) {
  .research-driven .vertexxa-content__technologies .vertexxa-content__technologies_content_grid .column {
    padding: 0.25rem;
  }
}
.research-driven .vertexxa-content__technologies .technology-item {
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border-radius: 12px;
  width: 100%;
  height: 200px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  margin: 0.5rem 0;
  position: relative;
  z-index: 10;
}
.research-driven .vertexxa-content__technologies .technology-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.research-driven .vertexxa-content__technologies .technology-item img {
  max-width: 75%;
  max-height: 75%;
  width: auto;
  height: auto;
  display: block;
  object-fit: contain;
  cursor: pointer;
}
@media (max-width: 768px) {
  .research-driven .vertexxa-content__technologies .technology-item {
    height: 180px;
    margin: 0.25rem 0;
  }
  .research-driven .vertexxa-content__technologies .technology-item img {
    max-width: 70%;
    max-height: 70%;
  }
  .research-driven .vertexxa-content__technologies .technology-item::after {
    font-size: 12px;
    padding: 6px 10px;
    bottom: -35px;
  }
}
@media (max-width: 480px) {
  .research-driven .vertexxa-content__technologies .technology-item {
    height: 150px;
    margin: 0.125rem 0;
  }
  .research-driven .vertexxa-content__technologies .technology-item img {
    max-width: 65%;
    max-height: 65%;
  }
  .research-driven .vertexxa-content__technologies .technology-item::after {
    font-size: 11px;
    padding: 5px 8px;
    bottom: -30px;
  }
}
.research-driven .vertexxa-content__cta {
  padding: 5rem 0;
  background: url("../merak/images/cosmos.jpg") center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 4rem;
  min-height: 50vh;
  overflow: hidden;
}
@media (max-width: 768px) {
  .research-driven .vertexxa-content__cta {
    min-height: 20vh;
  }
}
@media (max-width: 480px) {
  .research-driven .vertexxa-content__cta {
    min-height: 15vh;
  }
}
.research-driven .vertexxa-content__cta .particles-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  will-change: transform;
  transform: translateZ(0);
}
.research-driven .vertexxa-content__cta .particle {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  will-change: transform;
  transform: translateZ(0);
}
.research-driven .vertexxa-content__cta .particle.particle-1 {
  width: 4px;
  height: 4px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.3) 70%, transparent 100%);
  box-shadow: 0 0 6px rgba(255, 255, 255, 0.6);
}
.research-driven .vertexxa-content__cta .particle.particle-2 {
  width: 3px;
  height: 3px;
  background: radial-gradient(circle, rgba(173, 216, 230, 0.8) 0%, rgba(173, 216, 230, 0.3) 70%, transparent 100%);
  box-shadow: 0 0 5px rgba(173, 216, 230, 0.6);
}
.research-driven .vertexxa-content__cta .particle.particle-3 {
  width: 5px;
  height: 5px;
  background: radial-gradient(circle, rgba(255, 182, 193, 0.8) 0%, rgba(255, 182, 193, 0.3) 70%, transparent 100%);
  box-shadow: 0 0 7px rgba(255, 182, 193, 0.6);
}
.research-driven .vertexxa-content__cta .particle.particle-4 {
  width: 2px;
  height: 2px;
  background: radial-gradient(circle, rgba(255, 255, 224, 0.8) 0%, rgba(255, 255, 224, 0.3) 70%, transparent 100%);
  box-shadow: 0 0 4px rgba(255, 255, 224, 0.6);
}
.research-driven .vertexxa-content__cta .particle.particle-5 {
  width: 6px;
  height: 6px;
  background: radial-gradient(circle, rgba(221, 160, 221, 0.8) 0%, rgba(221, 160, 221, 0.3) 70%, transparent 100%);
  box-shadow: 0 0 8px rgba(221, 160, 221, 0.6);
}
.research-driven .vertexxa-content__cta .shooting-star {
  position: absolute;
  width: 8px;
  height: 8px;
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.6) 50%, transparent 100%);
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.9);
  pointer-events: none;
  --tail-angle: 0deg;
  transition: all 0.1s ease;
  will-change: transform;
  transform: translateZ(0);
}
.research-driven .vertexxa-content__cta .shooting-star::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 0%, transparent 100%);
  top: 50%;
  left: 50%;
  transform: translate(8px, -50%) rotate(var(--tail-angle));
  transform-origin: -8px center;
  border-radius: 1px;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.6);
}
.research-driven .vertexxa-content__cta .shooting-star:hover {
  transform: scale(1.2);
  box-shadow: 0 0 20px rgb(255, 255, 255);
}
.research-driven .vertexxa-content__cta .shooting-star:hover::after {
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.8);
}
.research-driven .vertexxa-content__cta .dust-particle {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(0.8px);
  transition: opacity 0.1s ease-out;
  will-change: transform, opacity;
  transform: translateZ(0);
}
.research-driven .vertexxa-content__cta .dust-particle.dust-white {
  background: radial-gradient(circle, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.5) 40%, transparent 100%);
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.4);
}
.research-driven .vertexxa-content__cta .dust-particle.dust-blue {
  background: radial-gradient(circle, rgba(173, 216, 230, 0.9) 0%, rgba(173, 216, 230, 0.5) 40%, transparent 100%);
  box-shadow: 0 0 8px rgba(173, 216, 230, 0.4);
}
.research-driven .vertexxa-content__cta .dust-particle.dust-pink {
  background: radial-gradient(circle, rgba(255, 182, 193, 0.9) 0%, rgba(255, 182, 193, 0.5) 40%, transparent 100%);
  box-shadow: 0 0 8px rgba(255, 182, 193, 0.4);
}
.research-driven .vertexxa-content__cta .dust-particle.dust-purple {
  background: radial-gradient(circle, rgba(221, 160, 221, 0.9) 0%, rgba(221, 160, 221, 0.5) 40%, transparent 100%);
  box-shadow: 0 0 8px rgba(221, 160, 221, 0.4);
}
.research-driven .vertexxa-content__cta .dust-particle.dust-gold {
  background: radial-gradient(circle, rgba(255, 215, 0, 0.9) 0%, rgba(255, 215, 0, 0.5) 40%, transparent 100%);
  box-shadow: 0 0 8px rgba(255, 215, 0, 0.4);
}
.research-driven .vertexxa-content__cta .dust-particle.dust-cyan {
  background: radial-gradient(circle, rgba(0, 255, 255, 0.9) 0%, rgba(0, 255, 255, 0.5) 40%, transparent 100%);
  box-shadow: 0 0 8px rgba(0, 255, 255, 0.4);
}
.research-driven .vertexxa-content__cta .dust-particle.dust-small {
  width: 4px;
  height: 4px;
  filter: blur(0.5px);
}
.research-driven .vertexxa-content__cta .dust-particle.dust-medium {
  width: 6px;
  height: 6px;
  filter: blur(0.8px);
}
.research-driven .vertexxa-content__cta .dust-particle.dust-large {
  width: 8px;
  height: 8px;
  filter: blur(1.2px);
}
.research-driven .vertexxa-content__cta .explosion-particle {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 110;
  transition: all 0.1s ease-out;
  will-change: transform, opacity;
  transform: translateZ(0);
}
.research-driven .vertexxa-content__cta .space-balls-rv {
  position: absolute;
  z-index: 150;
  pointer-events: none;
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.5));
  transition: all 0.1s ease-out;
  will-change: transform;
  transform: translateZ(0);
}
.research-driven .vertexxa-content__cta .twinkling-star {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 5;
  will-change: transform, opacity;
  transform: translateZ(0);
}
.research-driven .vertexxa-content__cta .twinkling-star.twinkle-1 {
  width: 4px;
  height: 4px;
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.6) 50%, transparent 100%);
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.9), 0 0 16px rgba(255, 255, 255, 0.4);
  animation: twinkle-bright 2s infinite ease-in-out;
}
.research-driven .vertexxa-content__cta .twinkling-star.twinkle-2 {
  width: 3px;
  height: 3px;
  background: radial-gradient(circle, rgb(173, 216, 230) 0%, rgba(173, 216, 230, 0.6) 50%, transparent 100%);
  box-shadow: 0 0 6px rgba(173, 216, 230, 0.8), 0 0 12px rgba(173, 216, 230, 0.4);
  animation: twinkle-blue 2.5s infinite ease-in-out;
}
.research-driven .vertexxa-content__cta .twinkling-star.twinkle-3 {
  width: 5px;
  height: 5px;
  background: radial-gradient(circle, rgb(255, 182, 193) 0%, rgba(255, 182, 193, 0.6) 50%, transparent 100%);
  box-shadow: 0 0 10px rgba(255, 182, 193, 0.8), 0 0 20px rgba(255, 182, 193, 0.4);
  animation: twinkle-pink 3s infinite ease-in-out;
}
.research-driven .vertexxa-content__cta .twinkling-star.twinkle-4 {
  width: 3.5px;
  height: 3.5px;
  background: radial-gradient(circle, rgb(221, 160, 221) 0%, rgba(221, 160, 221, 0.6) 50%, transparent 100%);
  box-shadow: 0 0 7px rgba(221, 160, 221, 0.8), 0 0 14px rgba(221, 160, 221, 0.4);
  animation: twinkle-purple 2.2s infinite ease-in-out;
}
.research-driven .vertexxa-content__cta .twinkling-star.twinkle-5 {
  width: 4.5px;
  height: 4.5px;
  background: radial-gradient(circle, rgb(255, 215, 0) 0%, rgba(255, 215, 0, 0.6) 50%, transparent 100%);
  box-shadow: 0 0 9px rgba(255, 215, 0, 0.8), 0 0 18px rgba(255, 215, 0, 0.4);
  animation: twinkle-gold 2.8s infinite ease-in-out;
}
@keyframes twinkle-bright {
  0%, 100% {
    opacity: 0.2;
    transform: scale(0.6);
  }
  50% {
    opacity: 1;
    transform: scale(1.4);
  }
}
@keyframes twinkle-blue {
  0%, 100% {
    opacity: 0.1;
    transform: scale(0.5);
  }
  50% {
    opacity: 0.9;
    transform: scale(1.3);
  }
}
@keyframes twinkle-pink {
  0%, 100% {
    opacity: 0.15;
    transform: scale(0.4);
  }
  50% {
    opacity: 0.85;
    transform: scale(1.5);
  }
}
@keyframes twinkle-purple {
  0%, 100% {
    opacity: 0.1;
    transform: scale(0.3);
  }
  50% {
    opacity: 0.9;
    transform: scale(1.2);
  }
}
@keyframes twinkle-gold {
  0%, 100% {
    opacity: 0.2;
    transform: scale(0.5);
  }
  50% {
    opacity: 1;
    transform: scale(1.6);
  }
}
.research-driven .vertexxa-content__cta .vertexxa-content__cta_content {
  width: 95%;
  margin: 0 auto;
  padding: 0 2rem;
  text-align: center;
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: inherit;
}
@media (max-width: 768px) {
  .research-driven .vertexxa-content__cta .vertexxa-content__cta_content {
    width: 97%;
    padding: 0 1rem;
  }
}
@media (max-width: 480px) {
  .research-driven .vertexxa-content__cta .vertexxa-content__cta_content {
    width: 98%;
    padding: 0 0.5rem;
  }
}
.research-driven .vertexxa-content__cta .vertexxa-content__cta_content h2 {
  font-family: "Roboto Flex", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-weight: 700;
  font-size: 96px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #ffffff;
  text-align: center;
  margin-bottom: 1.5rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  max-width: 1056px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
  padding-top: 0.1em;
  padding-bottom: 0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@supports (-webkit-touch-callout: none) {
  .research-driven .vertexxa-content__cta .vertexxa-content__cta_content h2 {
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
    line-height: 1.7 !important;
    padding-top: 0.15em !important;
    padding-bottom: 0.1em !important;
  }
}
@media (max-width: 900px) {
  .research-driven .vertexxa-content__cta .vertexxa-content__cta_content h2 {
    font-size: 72px;
    line-height: 1.5;
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 768px) {
  .research-driven .vertexxa-content__cta .vertexxa-content__cta_content h2 {
    font-size: 59px;
    line-height: 1.5;
    margin-bottom: 1rem;
    padding-top: 0.15em;
    padding-bottom: 0.1em;
    font-kerning: normal;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-text-stroke: 0px transparent;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
  }
}
@media (max-width: 480px) {
  .research-driven .vertexxa-content__cta .vertexxa-content__cta_content h2 {
    font-size: 48px;
    line-height: 1.5;
    margin-bottom: 0.75rem;
    padding-top: 0.2em;
    padding-bottom: 0.15em;
  }
}
.research-driven .vertexxa-content__cta .vertexxa-content__cta_content .cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.55rem 5rem;
  background: #FFBA00;
  border: 2.74px solid #094F72;
  border-radius: 43.79px;
  font-family: "Roboto Flex", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-weight: 700;
  font-size: 43.79px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #2F3546;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease;
  min-width: 400px;
  text-align: center;
  vertical-align: middle;
  margin-top: 6rem;
}
@supports (-webkit-touch-callout: none) {
  .research-driven .vertexxa-content__cta .vertexxa-content__cta_content .cta-button {
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
    line-height: 1.5;
  }
}
.research-driven .vertexxa-content__cta .vertexxa-content__cta_content .cta-button:hover {
  background: #094F72;
  color: #FFBA00;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 900px) {
  .research-driven .vertexxa-content__cta .vertexxa-content__cta_content .cta-button {
    margin-top: 0rem !important;
    padding: 1.45rem 5rem !important;
    font-size: 38px !important;
    min-width: 360px !important;
  }
}
@media screen and (max-width: 768px) {
  .research-driven .vertexxa-content__cta .vertexxa-content__cta_content .cta-button {
    padding: 1.45rem 4rem !important;
    font-size: 32px !important;
    min-width: 320px !important;
    border-radius: 32px !important;
    margin-top: 3rem !important;
  }
}
@media screen and (max-width: 480px) {
  .research-driven .vertexxa-content__cta .vertexxa-content__cta_content .cta-button {
    padding: 1.25rem 2rem !important;
    font-size: 24px !important;
    min-width: 280px !important;
    border-radius: 24px !important;
    margin-top: 1rem !important;
  }
}
.research-driven .vertexxa-content__canadian-partner {
  background: #535867;
  padding: 80px 0;
}
.research-driven .vertexxa-content__canadian-partner .vertexxa-content__canadian-partner_content {
  max-width: 90%;
  margin: 0 auto;
}
.research-driven .vertexxa-content__canadian-partner .vertexxa-content__canadian-partner_content .vertexxa-content__canadian-partner_content_columns {
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .research-driven .vertexxa-content__canadian-partner .vertexxa-content__canadian-partner_content .vertexxa-content__canadian-partner_content_columns {
    text-align: center;
  }
}
.research-driven .vertexxa-content__canadian-partner .vertexxa-content__canadian-partner_content .vertexxa-content__canadian-partner_content_columns .canadian-partner-text {
  padding-right: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .research-driven .vertexxa-content__canadian-partner .vertexxa-content__canadian-partner_content .vertexxa-content__canadian-partner_content_columns .canadian-partner-text {
    padding-right: 0;
    text-align: center;
    margin-bottom: 2rem;
  }
}
.research-driven .vertexxa-content__canadian-partner .vertexxa-content__canadian-partner_content .vertexxa-content__canadian-partner_content_columns .canadian-partner-text h2 {
  font-family: "Roboto Flex";
  font-weight: 500;
  font-size: 48px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #ffffff;
  margin-bottom: 30px;
  overflow: visible;
  padding-top: 0.1em;
  padding-bottom: 0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.research-driven .vertexxa-content__canadian-partner .vertexxa-content__canadian-partner_content .vertexxa-content__canadian-partner_content_columns .canadian-partner-text p {
  font-family: "IBM Plex Serif";
  font-weight: 500;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #ffffff;
  margin-bottom: 20px;
}
.research-driven .vertexxa-content__canadian-partner .vertexxa-content__canadian-partner_content .vertexxa-content__canadian-partner_content_columns .canadian-partner-text .canadian-partner-bottom {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.research-driven .vertexxa-content__canadian-partner .vertexxa-content__canadian-partner_content .vertexxa-content__canadian-partner_content_columns .canadian-partner-text .canadian-partner-bottom img {
  width: 42px;
  height: 40px;
  margin-right: 12px;
}
@media all and (max-width: 1023px) {
  .research-driven .vertexxa-content__canadian-partner .vertexxa-content__canadian-partner_content .vertexxa-content__canadian-partner_content_columns .canadian-partner-text .canadian-partner-bottom img {
    margin-left: 12px;
  }
}
.research-driven .vertexxa-content__canadian-partner .vertexxa-content__canadian-partner_content .vertexxa-content__canadian-partner_content_columns .canadian-partner-text .canadian-partner-bottom span {
  font-family: "Roboto Flex";
  font-weight: 510;
  font-size: 24px;
  line-height: 1.5;
  color: #ffffff;
  text-align: left;
}
.research-driven .vertexxa-content__canadian-partner .vertexxa-content__canadian-partner_content .vertexxa-content__canadian-partner_content_columns .canadian-partner-image {
  padding-left: 40px;
}
@media screen and (max-width: 1023px) {
  .research-driven .vertexxa-content__canadian-partner .vertexxa-content__canadian-partner_content .vertexxa-content__canadian-partner_content_columns .canadian-partner-image {
    padding-left: 0;
    margin-top: 2rem;
  }
}
.research-driven .vertexxa-content__canadian-partner .vertexxa-content__canadian-partner_content .vertexxa-content__canadian-partner_content_columns .canadian-partner-image img {
  width: 100%;
  height: auto;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1023px) {
  .research-driven .vertexxa-content__canadian-partner {
    padding: 40px 0;
  }
  .research-driven .vertexxa-content__canadian-partner .canadian-partner-text h2 {
    font-size: 36px;
  }
  .research-driven .vertexxa-content__canadian-partner .canadian-partner-text p {
    font-size: 18px;
  }
  .research-driven .vertexxa-content__canadian-partner .canadian-partner-text .canadian-partner-bottom {
    justify-content: center;
  }
  .research-driven .vertexxa-content__canadian-partner .canadian-partner-text .canadian-partner-bottom span {
    font-size: 20px;
  }
}
.research-driven .vertexxa-content__footer {
  background: #2F3546;
  height: 55px;
  width: 100%;
  margin: 0;
  padding: 0;
}
.research-driven .vertexxa-content__footer .vertexxa-content__footer_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 13px 0;
  max-width: 90%;
  margin: 0 auto;
}
.research-driven .vertexxa-content__footer .vertexxa-content__footer_content .footer-left p {
  font-family: "Roboto Flex", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-weight: 457;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #ffffff;
  margin: 0;
  text-align: left;
}
@supports (-webkit-touch-callout: none) {
  .research-driven .vertexxa-content__footer .vertexxa-content__footer_content .footer-left p {
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
    line-height: 1.6 !important;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
  }
}
.research-driven .vertexxa-content__footer .vertexxa-content__footer_content .footer-right .footer-nav {
  display: flex;
  align-items: center;
  gap: 0;
}
.research-driven .vertexxa-content__footer .vertexxa-content__footer_content .footer-right .footer-nav a {
  font-family: "Roboto Flex", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-weight: 457;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #ffffff;
  text-decoration: none;
  text-align: right;
  transition: color 0.3s ease;
}
@supports (-webkit-touch-callout: none) {
  .research-driven .vertexxa-content__footer .vertexxa-content__footer_content .footer-right .footer-nav a {
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
    line-height: 1.6 !important;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
  }
}
.research-driven .vertexxa-content__footer .vertexxa-content__footer_content .footer-right .footer-nav a:hover {
  color: #5AA0C4;
}
.research-driven .vertexxa-content__footer .vertexxa-content__footer_content .footer-right .footer-nav .footer-separator {
  font-family: "Roboto Flex", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-weight: 457;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #ffffff;
  margin: 0 15px;
}
@supports (-webkit-touch-callout: none) {
  .research-driven .vertexxa-content__footer .vertexxa-content__footer_content .footer-right .footer-nav .footer-separator {
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
    line-height: 1.6 !important;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
  }
}
@media screen and (max-width: 1023px) {
  .research-driven .vertexxa-content__footer {
    height: auto;
    min-height: unset;
    max-height: none;
    padding: 1.5rem 0;
    text-align: center;
  }
  .research-driven .vertexxa-content__footer .vertexxa-content__footer_content {
    height: auto !important;
    min-height: unset !important;
    max-height: none !important;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding: 0 !important;
    margin: 0 auto !important;
    max-width: 95%;
    width: 100%;
    flex-shrink: 0;
    flex-grow: 0;
  }
  .research-driven .vertexxa-content__footer .vertexxa-content__footer_content .footer-left {
    order: 2;
    flex-shrink: 0;
    flex-grow: 0;
    width: 100%;
  }
  .research-driven .vertexxa-content__footer .vertexxa-content__footer_content .footer-left p {
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
    opacity: 0.8;
    margin: 0 !important;
    padding: 0 !important;
    height: auto;
    display: block;
  }
  .research-driven .vertexxa-content__footer .vertexxa-content__footer_content .footer-right {
    order: 1;
    flex-shrink: 0;
    flex-grow: 0;
    width: 100%;
  }
  .research-driven .vertexxa-content__footer .vertexxa-content__footer_content .footer-right .footer-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.25rem;
    line-height: 1;
    margin: 0 !important;
    padding: 0 !important;
    height: auto;
    width: 100%;
  }
  .research-driven .vertexxa-content__footer .vertexxa-content__footer_content .footer-right .footer-nav a {
    font-size: 16px;
    text-align: center;
    padding: 0.25rem 0.5rem;
    text-decoration: none;
    transition: color 0.3s ease;
    white-space: nowrap;
    border: none;
    background: none;
    border-radius: 0;
  }
  .research-driven .vertexxa-content__footer .vertexxa-content__footer_content .footer-right .footer-nav a:hover {
    color: #5AA0C4;
  }
  .research-driven .vertexxa-content__footer .vertexxa-content__footer_content .footer-right .footer-nav .footer-separator {
    font-size: 14px;
    margin: 0 0.25rem;
    opacity: 0.6;
    display: inline;
  }
}
@media screen and (max-width: 400px) {
  .research-driven .vertexxa-content__footer .vertexxa-content__footer_content .footer-right .footer-nav a {
    font-size: 15px;
  }
  .research-driven .vertexxa-content__footer .vertexxa-content__footer_content .footer-left p {
    font-size: 13px;
  }
}

@media (max-width: 1024px) {
  .research-driven .vertexxa-content__primary_hero_content {
    padding: 1.5rem;
  }
}
@media (max-width: 768px) {
  .research-driven .vertexxa-content__primary_hero_content {
    padding: 1rem;
    padding-top: 4rem;
  }
  .research-driven .vertexxa-content__primary_hero_content h1 {
    margin-bottom: 1rem;
  }
}
@media (max-width: 480px) {
  .research-driven .vertexxa-content__nav ul {
    padding: 0 0.5rem;
  }
  .research-driven .vertexxa-content__primary_hero_content {
    padding: 0.5rem;
  }
}
.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 */
