@import url(./vendor/foundation/css/app.css);
@import url(./vendor/splide/splide.min.css);
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;1,400&display=swap");
@font-face {
  font-family: 'Gilroy';
  src: local("Gilroy Regular"), local("Gilroy-Regular"), url("../fonts/Gilroy/Gilroy-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: local("Gilroy Regular Italic"), local("Gilroy-RegularItalic"), url("../fonts/Gilroy/Gilroy-RegularItalic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: local("Gilroy Medium"), local("Gilroy-Medium"), url("../fonts/Gilroy/Gilroy-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: local("Gilroy Medium Italic"), local("Gilroy-MediumItalic"), url("../fonts/Gilroy/Gilroy-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: local("Gilroy Semibold"), local("Gilroy-Semibold"), url("../fonts/Gilroy/Gilroy-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: local("Gilroy Bold"), local("Gilroy-Bold"), url("../fonts/Gilroy/Gilroy-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

html {
  scroll-behavior: smooth; }

body {
  width: 100%;
  height: auto;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  background: linear-gradient(90deg, #0F1011 15.09%, #101111 94.01%);
  color: #D9D9D9;
  line-height: 1.5;
  box-sizing: border-box;
  font-size: 16px;
  font-size: 1rem;
  overflow-x: hidden;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  z-index: 10; }
  body.modal-open {
    overflow-y: hidden; }
  @media only screen and (max-width: 900px) {
    body.menu-open {
      overflow-y: hidden; } }

.grid-container,
.page-width {
  max-width: 1440px; }

.colorized {
  background: linear-gradient(left, #7DE358, #54AFE2);
  background: -webkit-linear-gradient(left, #7DE358, #54AFE2);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  background-size: 200% 200%;
  -webkit-animation: gradient 5s ease infinite;
  animation: gradient 5s ease infinite; }

@-webkit-keyframes gradient {
  0% {
    background-position: 0% 25%; }
  50% {
    background-position: 50% 25%; }
  100% {
    background-position: 0% 25%; } }

@keyframes gradient {
  0% {
    background-position: 0% 25%; }
  50% {
    background-position: 50% 25%; }
  100% {
    background-position: 0% 25%; } }

.page-width {
  margin: 0 auto;
  padding-right: .9375rem;
  padding-left: .9375rem; }
  .page-width--narrow {
    max-width: 800px;
    margin: 64px auto; }
    @media only screen and (max-width: 600px) {
      .page-width--narrow {
        margin: 32px auto; } }
  .page-width--login {
    max-width: 600px;
    margin: 64px auto; }

a {
  color: inherit; }
  a:focus, a:hover {
    color: inherit; }

p a {
  text-decoration: underline; }

.btn {
  font-size: 16px;
  font-size: 1rem;
  padding: 12px 52px;
  line-height: 1.2;
  letter-spacing: 0.8px;
  font-weight: 600;
  border: 2px solid;
  border-radius: 67px;
  display: inline-block;
  transition: all 0.3s;
  text-decoration: none;
  cursor: pointer; }
  .btn--primary {
    padding: 10px 32px 10px 70px;
    border-radius: 67px;
    position: relative;
    display: inline-block;
    background: linear-gradient(#0C0D0E, #0C0D0E) padding-box, linear-gradient(to left, #7DE358, #54AFE2) border-box;
    border: 2px solid transparent;
    background-size: 200% 200%;
    animation: gradient 15s ease infinite;
    -webkit-animation: gradient 15s ease infinite; }

@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@keyframes gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
    .btn--primary:before {
      content: '';
      width: 20px;
      height: 10px;
      background: url("../images/icon.arrow-right.svg") center center no-repeat;
      position: absolute;
      left: 30px;
      top: 50%;
      z-index: 10;
      display: block;
      transform: translate(0, -50%);
      transition: all 0.2s; }
    .btn--primary:hover:before {
      left: 40px; }
  .btn--secondary {
    color: #FFFFFF;
    padding: 10px 32px;
    background: none;
    opacity: 0.8; }
    .btn--secondary:hover {
      color: #FFFFFF; }
    .btn--secondary:focus, .btn--secondary:active {
      color: #FFFFFF;
      outline: none; }
  .btn--tertiary {
    color: #FFFFFF;
    background: #008ABF;
    border-color: #008ABF; }
    .btn--tertiary:hover {
      background: #009cd9;
      border-color: #008ABF;
      color: #FFFFFF; }
    .btn--tertiary:focus, .btn--tertiary:active {
      background: #008ABF;
      border-color: #008ABF;
      color: #FFFFFF;
      outline: none; }
  .btn--text-link {
    color: #0C0D0E;
    border: none;
    padding: 12px 28px 12px 0;
    display: flex;
    align-items: center;
    width: fit-content;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_2001_207' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='16' height='17'%3E%3Crect y='0.5' width='16' height='16' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2001_207)'%3E%3Cpath d='M10.7837 9.16666H2.66699V7.83333H10.7837L7.05033 4.1L8.00033 3.16666L13.3337 8.5L8.00033 13.8333L7.05033 12.9L10.7837 9.16666Z' fill='%23EB6C75'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px; }
    .btn--text-link:focus, .btn--text-link:active {
      outline: none; }
  .btn--small {
    padding: 8px 32px 10px; }
  .btn--wide {
    min-width: 288px;
    text-align: center; }
  .btn--read-more {
    border: none;
    padding: 0;
    color: #008ABF;
    display: flex;
    align-items: center;
    column-gap: 8px; }
    .btn--read-more:after {
      content: '';
      display: inline-block;
      width: 16px;
      height: 16px;
      background-image: url("data:image/svg+xml;charset=UTF-8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'><mask id='mask0_4161_1598' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='16' height='16'><rect width='16' height='16' fill='%23D9D9D9'/></mask><g mask='url(%23mask0_4161_1598)'><path d='M10.7834 8.66675H2.66675V7.33342H10.7834L7.05008 3.60008L8.00008 2.66675L13.3334 8.00008L8.00008 13.3334L7.05008 12.4001L10.7834 8.66675Z' fill='%23EB6C75'/></g></svg>");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
    @media (hover: hover) {
      .btn--read-more:hover {
        color: #008ABF; } }
  .btn--simple {
    padding: 10px 32px 10px 70px;
    border-radius: 67px;
    position: relative;
    display: inline-block;
    background: linear-gradient(#0C0D0E, #0C0D0E) padding-box, linear-gradient(to left, #7DE358, #54AFE2) border-box;
    border: 2px solid transparent;
    background-size: 200% 200%;
    animation: gradient 15s ease infinite;
    -webkit-animation: gradient 15s ease infinite;
    color: #FFFFFF !important;
    padding: 10px 32px 10px 70px !important; }

@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@keyframes gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
    .btn--simple:before {
      content: '';
      width: 20px;
      height: 10px;
      background: url("../images/icon.arrow-right.svg") center center no-repeat;
      position: absolute;
      left: 30px;
      top: 50%;
      z-index: 10;
      display: block;
      transform: translate(0, -50%);
      transition: all 0.2s; }
    .btn--simple:hover:before {
      left: 40px; }

h1,
.h1 {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  line-height: 1.24; }
  h1,
  .h1 {
    font-size: 32px; }
    @media screen and (min-width: 320px) {
      h1,
      .h1 {
        font-size: calc( 32px + 22 * ( (100vw - 320px) / 1120 )); } }
    @media screen and (min-width: 1440px) {
      h1,
      .h1 {
        font-size: 54px; } }

h2,
.h2 {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 24px; }
  h2,
  .h2 {
    font-size: 28px; }
    @media screen and (min-width: 320px) {
      h2,
      .h2 {
        font-size: calc( 28px + 17 * ( (100vw - 320px) / 1120 )); } }
    @media screen and (min-width: 1440px) {
      h2,
      .h2 {
        font-size: 45px; } }

h3,
.h3 {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  line-height: 1.4; }
  h3,
  .h3 {
    font-size: 22px; }
    @media screen and (min-width: 320px) {
      h3,
      .h3 {
        font-size: calc( 22px + 6 * ( (100vw - 320px) / 1120 )); } }
    @media screen and (min-width: 1440px) {
      h3,
      .h3 {
        font-size: 28px; } }

h4,
.h4 {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  line-height: 1.35; }
  h4,
  .h4 {
    font-size: 20px; }
    @media screen and (min-width: 320px) {
      h4,
      .h4 {
        font-size: calc( 20px + 2 * ( (100vw - 320px) / 1120 )); } }
    @media screen and (min-width: 1440px) {
      h4,
      .h4 {
        font-size: 22px; } }

.pre {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: 1.7px;
  text-transform: uppercase; }

.special-1 {
  font-size: 48px; }
  @media screen and (min-width: 320px) {
    .special-1 {
      font-size: calc( 48px + 8 * ( (100vw - 320px) / 1120 )); } }
  @media screen and (min-width: 1440px) {
    .special-1 {
      font-size: 56px; } }

.outline-text {
  -webkit-text-stroke: 1px #FFFFFF;
  color: #D9D9D9; }

h1,
.h1,
h2,
.h2,
h3,
.h3
h4,
.h4 {
  color: #FFFFFF; }
  h1 a,
  .h1 a,
  h2 a,
  .h2 a,
  h3 a,
  .h3
h4 a,
  .h4 a {
    color: inherit; }

a.pre {
  color: #FFFFFF; }

strong.med {
  font-weight: 500; }

.section--top-border {
  border-top: 1px solid #FFFFFF; }

.section--bottom-border {
  border-bottom: 1px solid #FFFFFF; }

.section-text .cell {
  width: 100%; }

.section-text--align-center {
  text-align: center; }

.section-text--position-top .grid-x {
  align-items: flex-start; }

.section-text--position-middle .grid-x {
  align-items: center; }

.section-text--position-bottom .grid-x {
  align-items: flex-end; }

.section-text--style-row .section-text-text__inner {
  padding: 80px;
  display: flex;
  flex-wrap: wrap; }
  .section-text--style-row .section-text-text__inner .pre-heading {
    width: 100%; }

.section-text--style-row .section-richtext {
  width: 75%; }

.section-text--style-row .section-cta {
  width: 25%;
  display: flex;
  justify-content: flex-end;
  align-items: center; }

.section-image-carousel .splide__slide {
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex !important; }

.section-image-carousel .section-image-carousel__inner--has-intro {
  display: flex;
  gap: 32px;
  padding-left: .9375rem; }
  @media only screen and (max-width: 768px) {
    .section-image-carousel .section-image-carousel__inner--has-intro {
      flex-direction: column;
      flex-wrap: wrap; } }

.section-image-carousel .section-image-carousel__inner .section-image-carousel-inner__intro {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  .section-image-carousel .section-image-carousel__inner .section-image-carousel-inner__intro h2 {
    margin: 0; }
  @media only screen and (max-width: 768px) {
    .section-image-carousel .section-image-carousel__inner .section-image-carousel-inner__intro {
      width: 100%;
      justify-content: center; } }

.section-image-carousel .section-image-carousel__inner .section-image-carousel-inner__images img {
  max-width: 375px; }

.section-image-carousel .section-image-carousel__inner .section-image-carousel-inner__logos {
  width: 100%;
  position: relative; }
  .section-image-carousel .section-image-carousel__inner .section-image-carousel-inner__logos img {
    width: 100%;
    height: auto; }
  @media only screen and (max-width: 768px) {
    .section-image-carousel .section-image-carousel__inner .section-image-carousel-inner__logos {
      width: 100%; } }

.section-image-carousel .section-image-carousel__inner--has-intro .section-image-carousel-inner__logos {
  width: 75%; }

.section-blog-posts__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px; }
  .section-blog-posts__grid .section-blog-posts-grid__post {
    width: calc(50% - 12px); }
    @media only screen and (max-width: 768px) {
      .section-blog-posts__grid .section-blog-posts-grid__post {
        width: 100%; } }
    .section-blog-posts__grid .section-blog-posts-grid__post .section-blog-posts-grid-post__image {
      margin-bottom: 34px; }
      .section-blog-posts__grid .section-blog-posts-grid__post .section-blog-posts-grid-post__image > a {
        display: block; }
    .section-blog-posts__grid .section-blog-posts-grid__post h2 {
      margin-bottom: 34px; }

.pre-heading {
  color: inherit;
  text-transform: uppercase;
  font-size: 16px;
  display: block;
  font-weight: 500;
  position: relative;
  letter-spacing: 1.28px;
  line-height: 1.4; }

body.wp-admin {
  width: 100%;
  height: auto;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  background: #FFFFFF;
  color: #0C0D0E;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 1.4em;
  overflow-x: hidden;
  position: relative;
  font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
  z-index: 10; }
  body.wp-admin a {
    font-weight: normal; }
  body.wp-admin .wp-submenu.wp-submenu-wrap {
    margin-left: 0; }
  body.wp-admin .layout > .acfe-fc-placeholder .acfe-fc-overlay.-hover, body.wp-admin .layout > .acfe-fc-placeholder:hover .acfe-fc-overlay {
    background-color: rgba(0, 0, 0, 0.4); }
  body.wp-admin #poststuff .acfe-flexible-placeholder.-preview {
    font-size: 17px;
    font-size: 1.0625rem; }
    body.wp-admin #poststuff .acfe-flexible-placeholder.-preview p {
      font-size: 17px;
      font-size: 1.0625rem; }
    body.wp-admin #poststuff .acfe-flexible-placeholder.-preview h1,
    body.wp-admin #poststuff .acfe-flexible-placeholder.-preview .h1 {
      font-family: "Gilroy", sans-serif;
      font-weight: 600;
      letter-spacing: 0.56px;
      line-height: 1.25; }
      body.wp-admin #poststuff .acfe-flexible-placeholder.-preview h1,
      body.wp-admin #poststuff .acfe-flexible-placeholder.-preview .h1 {
        font-size: 42px; }
        @media screen and (min-width: 320px) {
          body.wp-admin #poststuff .acfe-flexible-placeholder.-preview h1,
          body.wp-admin #poststuff .acfe-flexible-placeholder.-preview .h1 {
            font-size: calc( 42px + 14 * ( (100vw - 320px) / 1120 )); } }
        @media screen and (min-width: 1440px) {
          body.wp-admin #poststuff .acfe-flexible-placeholder.-preview h1,
          body.wp-admin #poststuff .acfe-flexible-placeholder.-preview .h1 {
            font-size: 56px; } }
    body.wp-admin #poststuff .acfe-flexible-placeholder.-preview h2,
    body.wp-admin #poststuff .acfe-flexible-placeholder.-preview .h2 {
      font-family: "Gilroy", sans-serif;
      font-weight: 600;
      letter-spacing: 0.42px; }
      body.wp-admin #poststuff .acfe-flexible-placeholder.-preview h2,
      body.wp-admin #poststuff .acfe-flexible-placeholder.-preview .h2 {
        font-size: 36px; }
        @media screen and (min-width: 320px) {
          body.wp-admin #poststuff .acfe-flexible-placeholder.-preview h2,
          body.wp-admin #poststuff .acfe-flexible-placeholder.-preview .h2 {
            font-size: calc( 36px + 6 * ( (100vw - 320px) / 1120 )); } }
        @media screen and (min-width: 1440px) {
          body.wp-admin #poststuff .acfe-flexible-placeholder.-preview h2,
          body.wp-admin #poststuff .acfe-flexible-placeholder.-preview .h2 {
            font-size: 42px; } }
    body.wp-admin #poststuff .acfe-flexible-placeholder.-preview h3,
    body.wp-admin #poststuff .acfe-flexible-placeholder.-preview .h3 {
      font-family: "Gilroy", sans-serif;
      font-weight: 600;
      letter-spacing: 0.42px; }
      body.wp-admin #poststuff .acfe-flexible-placeholder.-preview h3,
      body.wp-admin #poststuff .acfe-flexible-placeholder.-preview .h3 {
        font-size: 28px; }
        @media screen and (min-width: 320px) {
          body.wp-admin #poststuff .acfe-flexible-placeholder.-preview h3,
          body.wp-admin #poststuff .acfe-flexible-placeholder.-preview .h3 {
            font-size: calc( 28px + 8 * ( (100vw - 320px) / 1120 )); } }
        @media screen and (min-width: 1440px) {
          body.wp-admin #poststuff .acfe-flexible-placeholder.-preview h3,
          body.wp-admin #poststuff .acfe-flexible-placeholder.-preview .h3 {
            font-size: 36px; } }
    body.wp-admin #poststuff .acfe-flexible-placeholder.-preview .pre {
      font-size: 17px;
      font-size: 1.0625rem;
      font-weight: 700;
      letter-spacing: 1.7px;
      text-transform: uppercase; }
    body.wp-admin #poststuff .acfe-flexible-placeholder.-preview .special-1 {
      font-weight: 700;
      text-transform: uppercase;
      line-height: 1; }
      body.wp-admin #poststuff .acfe-flexible-placeholder.-preview .special-1 {
        font-size: 42px; }
        @media screen and (min-width: 320px) {
          body.wp-admin #poststuff .acfe-flexible-placeholder.-preview .special-1 {
            font-size: calc( 42px + 14 * ( (100vw - 320px) / 1120 )); } }
        @media screen and (min-width: 1440px) {
          body.wp-admin #poststuff .acfe-flexible-placeholder.-preview .special-1 {
            font-size: 56px; } }
    body.wp-admin #poststuff .acfe-flexible-placeholder.-preview .special-2 {
      padding-bottom: 5px;
      max-width: max-content; }
    body.wp-admin #poststuff .acfe-flexible-placeholder.-preview h1,
    body.wp-admin #poststuff .acfe-flexible-placeholder.-preview .h1,
    body.wp-admin #poststuff .acfe-flexible-placeholder.-preview h2,
    body.wp-admin #poststuff .acfe-flexible-placeholder.-preview .h2,
    body.wp-admin #poststuff .acfe-flexible-placeholder.-preview h3,
    body.wp-admin #poststuff .acfe-flexible-placeholder.-preview .h3 {
      padding: 0;
      margin-bottom: 34px; }
      body.wp-admin #poststuff .acfe-flexible-placeholder.-preview h1 a,
      body.wp-admin #poststuff .acfe-flexible-placeholder.-preview .h1 a,
      body.wp-admin #poststuff .acfe-flexible-placeholder.-preview h2 a,
      body.wp-admin #poststuff .acfe-flexible-placeholder.-preview .h2 a,
      body.wp-admin #poststuff .acfe-flexible-placeholder.-preview h3 a,
      body.wp-admin #poststuff .acfe-flexible-placeholder.-preview .h3 a {
        color: #FFFFFF; }
    body.wp-admin #poststuff .acfe-flexible-placeholder.-preview a.pre {
      color: #FFFFFF; }
    body.wp-admin #poststuff .acfe-flexible-placeholder.-preview a {
      color: #FFFFFF;
      font-weight: 700; }
      body.wp-admin #poststuff .acfe-flexible-placeholder.-preview a:focus, body.wp-admin #poststuff .acfe-flexible-placeholder.-preview a:hover {
        color: #FFFFFF; }
    body.wp-admin #poststuff .acfe-flexible-placeholder.-preview .btn {
      font-size: 16px;
      font-size: 1rem;
      padding: 12px 52px;
      line-height: 1.2;
      letter-spacing: 0.8px;
      font-weight: 600;
      border: 2px solid;
      border-radius: 67px;
      display: inline-block;
      transition: all 0.3s;
      text-decoration: none;
      cursor: pointer; }
      body.wp-admin #poststuff .acfe-flexible-placeholder.-preview .btn--primary {
        padding: 10px 32px 10px 70px;
        border-radius: 67px;
        position: relative;
        display: inline-block;
        background: linear-gradient(#0C0D0E, #0C0D0E) padding-box, linear-gradient(to left, #7DE358, #54AFE2) border-box;
        border: 2px solid transparent;
        background-size: 200% 200%;
        animation: gradient 15s ease infinite;
        -webkit-animation: gradient 15s ease infinite; }

@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@keyframes gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
        body.wp-admin #poststuff .acfe-flexible-placeholder.-preview .btn--primary:before {
          content: '';
          width: 20px;
          height: 10px;
          background: url("../images/icon.arrow-right.svg") center center no-repeat;
          position: absolute;
          left: 30px;
          top: 50%;
          z-index: 10;
          display: block;
          transform: translate(0, -50%);
          transition: all 0.2s; }
        body.wp-admin #poststuff .acfe-flexible-placeholder.-preview .btn--primary:hover:before {
          left: 40px; }

.page-navigation {
  background: #0C0D0E; }
  .page-navigation .quick-links {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .page-navigation .quick-links__title span {
      font-size: 37px;
      text-transform: uppercase;
      font-weight: 700; }
    .page-navigation .quick-links__nav ul {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      align-items: center; }
      .page-navigation .quick-links__nav ul li {
        border-left: 1px solid #4F5154;
        height: 100%;
        padding: 38px 40px; }
        .page-navigation .quick-links__nav ul li a {
          text-transform: uppercase;
          display: flex;
          align-items: center;
          gap: 12px; }
          .page-navigation .quick-links__nav ul li a:after {
            content: '';
            background-image: url("data:image/svg+xml,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.36654 7.83414L0.591797 2.05941L2.24172 0.4095L9.66634 7.83414L2.24172 15.2587L0.591797 13.6088L6.36654 7.83414Z' fill='%23F2E921'/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-size: contain;
            /* Additional styling options */
            background-position: center;
            display: block;
            width: 10px;
            height: 16px;
            position: relative;
            top: -2px; }

.section-current-teams__text {
  text-align: center; }
  .section-current-teams__text .section-header {
    justify-content: center;
    margin: 0 0 16px; }

.section-current-teams-text__inner {
  max-width: 800px;
  margin: 0 auto 80px; }

.current-team {
  display: flex;
  border-top: 1px solid #4F5154;
  border-bottom: 1px solid #4F5154; }
  .current-team__left {
    width: 50%;
    min-width: 50%;
    position: relative; }
    .current-team__left .team-image:before {
      content: '';
      display: block;
      padding-bottom: 80%; }
    .current-team__left .team-image img {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      object-fit: cover; }
  .current-team__right {
    width: 100%;
    padding: 60px 80px;
    display: flex;
    align-items: center;
    max-width: 784px; }
    .current-team__right .team-content {
      width: 100%; }
    .current-team__right .upcoming-game-title {
      font-weight: 700;
      margin: 0 0 16px;
      display: block;
      text-transform: uppercase; }
    .current-team__right .upcoming-game {
      border: 1px solid #4F5154;
      padding: 38px 24px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-weight: 700; }
      .current-team__right .upcoming-game .game-team__logo {
        margin-right: 12px; }
        .current-team__right .upcoming-game .game-team__logo img {
          max-width: 44px; }
      .current-team__right .upcoming-game .game-team__name {
        font-size: 28px;
        font-weight: 700; }
      .current-team__right .upcoming-game .vs {
        color: #4F5154;
        font-size: 28px;
        font-weight: 700;
        margin-right: 16px; }

.section-accent--top-left,
.section-accent--bottom-left,
.section-accent--top-right,
.section-accent--bottom-right {
  position: relative; }
  .section-accent--top-left .grid-container,
  .section-accent--bottom-left .grid-container,
  .section-accent--top-right .grid-container,
  .section-accent--bottom-right .grid-container {
    z-index: 2;
    position: relative; }
  .section-accent--top-left:before,
  .section-accent--bottom-left:before,
  .section-accent--top-right:before,
  .section-accent--bottom-right:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='255' height='537' viewBox='0 0 255 537' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_98_60' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='255' height='537'%3E%3Crect width='255' height='537' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_98_60)'%3E%3Cpath d='M407.561 -62.4131L-376 499.974' stroke='%23437247' stroke-width='76'/%3E%3Cpath d='M555.576 -38.0904L-227.985 524.297' stroke='%23F2E921' stroke-width='76'/%3E%3Cpath d='M703.591 -13.7678L-79.9702 548.62' stroke='%23CB2E2C' stroke-width='76'/%3E%3C/g%3E%3C/svg%3E");
    background-size: cover;
    background-position: center;
    width: 255px;
    height: 537px;
    position: absolute;
    z-index: 1; }

.section-accent--top-left:before {
  top: 0;
  left: 0; }

.section-accent--bottom-left:before {
  bottom: 0;
  left: 0; }

.section-accent--top-right:before {
  top: 0;
  right: 0; }

.section-accent--bottom-right:before {
  bottom: 0;
  right: 0; }

.image-style--icon {
  max-width: 40px;
  margin: 0 0 8px; }

.section-width--narrow .grid-container {
  max-width: 800px; }

.breadcrumbs {
  color: #FFF;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 20px 0; }
  .breadcrumbs a {
    color: #BDBEBF; }

.section-table table thead, .section-table table tbody, .section-table table tfoot {
  border: 1px solid #26282c;
  background-color: #1d1f23; }

.section-table table tbody th,
.section-table table tbody td {
  padding: 26px 24px;
  border: 1px solid #26282c; }

.section-table table tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #1d1f23; }

.section-table table th {
  background: #0C0D0E;
  color: #FFFFFF;
  border: 1px solid #26282c;
  padding: 26px 24px;
  text-transform: uppercase; }

.acf-flexible-content .layout {
  background: #adb9c6 !important; }

.section-header__intro p:last-of-type {
  margin: 0; }

.splide__pagination__page {
  background: #CCCCCC; }
  .splide__pagination__page.is-active {
    background: #008ABF; }

.splide__arrow {
  transform: none;
  background: none;
  border: 1px solid #FFFFFF;
  width: 50px;
  height: 50px; }

.hours ul {
  list-style: none;
  margin: 0 0 12px;
  padding: 0; }

.footer .hours p {
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 0 8px; }

.footer .hours ul li {
  color: #B0B0B0; }

.business-meta {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin: 0 0 8px; }
  @media only screen and (max-width: 600px) {
    .business-meta {
      text-align: center;
      align-items: center;
      justify-content: center; } }

/* Modal Styles */
.form-modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.5);
  /* Black with transparency */ }

/* Modal Content */
.form-modal-content {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #888;
  width: 100%;
  max-width: 800px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  max-height: 90%;
  overflow-y: auto;
  color: #0C0D0E;
  /* Optional Styling for H2 */ }
  .form-modal-content h2,
  .form-modal-content p {
    color: #0C0D0E;
    /* Replace $color-black with a valid color value */ }
  @media only screen and (max-width: 900px) {
    .form-modal-content {
      max-width: calc(100% - 20px); } }

/* Close Button */
.form-modal-close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer; }

.form-modal-close:hover,
.form-modal-close:focus {
  color: black;
  text-decoration: none; }

div.wpforms-container-full input[type=submit],
div.wpforms-container-full button[type=submit],
div.wpforms-container-full .wpforms-page-button,
.wp-core-ui div.wpforms-container-full input[type=submit],
.wp-core-ui div.wpforms-container-full button[type=submit],
.wp-core-ui div.wpforms-container-full .wpforms-page-button {
  font-family: "Barlow", sans-serif !important;
  font-size: 16px !important;
  font-size: 1rem !important;
  padding: 12px 32px 14px !important;
  line-height: 1.2 !important;
  letter-spacing: 0.8px !important;
  font-weight: 600 !important;
  border: 1px solid !important;
  display: inline-block !important;
  transition: all 0.3s !important;
  text-decoration: none !important;
  cursor: pointer !important;
  color: #FFFFFF !important;
  background: #008ABF !important;
  border-color: #008ABF !important;
  border-radius: 40px !important;
  height: auto !important; }

div.wpforms-container-full input[type=submit]:focus:after, div.wpforms-container-full button[type=submit]:focus:after, div.wpforms-container-full .wpforms-page-button:focus:after, .wp-core-ui div.wpforms-container-full input[type=submit]:focus:after, .wp-core-ui div.wpforms-container-full button[type=submit]:focus:after, .wp-core-ui div.wpforms-container-full .wpforms-page-button:focus:after {
  display: none !important; }

@media only screen and (max-width: 900px) {
  .section-location__map iframe {
    height: 400px; } }

.section-product-list .c7-h1 {
  display: none; }

.m-small {
  display: none !important; }
  @media only screen and (max-width: 600px) {
    .m-small {
      display: block !important; } }

.m-medium {
  display: none !important; }
  @media only screen and (max-width: 900px) {
    .m-medium {
      display: block !important; } }

.single-event .single-post .em-item-single {
  display: flex;
  align-items: flex-start;
  gap: 32px; }
  @media only screen and (max-width: 768px) {
    .single-event .single-post .em-item-single {
      flex-wrap: wrap; } }
  .single-event .single-post .em-item-single .single-event__image {
    width: 50%; }
    .single-event .single-post .em-item-single .single-event__image img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
    @media only screen and (max-width: 768px) {
      .single-event .single-post .em-item-single .single-event__image {
        width: 100%;
        margin: 0 0 32px; } }
  .single-event .single-post .em-item-single .single-event__details {
    width: 50%; }
    @media only screen and (max-width: 768px) {
      .single-event .single-post .em-item-single .single-event__details {
        width: 100%; } }
    .single-event .single-post .em-item-single .single-event__details .single-event-details__meta {
      list-style: none;
      margin: 0 0 32px;
      padding: 0; }
      .single-event .single-post .em-item-single .single-event__details .single-event-details__meta li {
        margin: 0 0 8px; }
      .single-event .single-post .em-item-single .single-event__details .single-event-details__meta .meta-address {
        display: flex;
        align-items: flex-start; }
        .single-event .single-post .em-item-single .single-event__details .single-event-details__meta .meta-address .location-address em {
          font-size: 14px; }
    .single-event .single-post .em-item-single .single-event__details .single-event-details__cta {
      margin: 0 0 32px; }

:root {
  --default-color: $color-black; }

.mobile-only {
  display: none !important; }
  @media only screen and (max-width: 900px) {
    .mobile-only {
      display: block !important; } }

.theme-dark {
  color: #FFFFFF; }
  .theme-dark .pre-heading {
    color: #FFFFFF; }

.blur {
  filter: blur(4px);
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */ }
  .blur--children div {
    filter: blur(4px);
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */ }

blockquote {
  color: inherit; }
  blockquote p {
    color: inherit; }
    blockquote p:last-of-type {
      margin: 0; }

.section-template {
  margin: 0 0 120px; }
  @media only screen and (max-width: 600px) {
    .section-template {
      margin: 0 0 60px; } }
  .section-template__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 32px; }
    .section-template__header p:last-of-type {
      margin: 0; }
  .section-template__footer {
    display: none;
    text-align: center;
    margin-top: 32px; }
    @media only screen and (max-width: 768px) {
      .section-template__footer {
        display: block; } }
  .section-template-header__left {
    max-width: 50%; }
    @media only screen and (max-width: 900px) {
      .section-template-header__left {
        max-width: 60%; } }
    @media only screen and (max-width: 768px) {
      .section-template-header__left {
        max-width: 100%; } }
  @media only screen and (max-width: 768px) {
    .section-template-header__right {
      display: none; } }

.locked {
  position: relative; }
  .locked__modal {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #008ABF;
    color: #FFFFFF;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    box-shadow: 0 0 19px 0 rgba(0, 0, 0, 0.44);
    z-index: 2;
    gap: 12px; }
    @media only screen and (max-width: 600px) {
      .locked__modal {
        width: 100%; } }
    .locked__modal img {
      max-width: 40px; }
  .locked-modal__message {
    font-weight: 600;
    margin: 10px 0; }
  .locked-modal__cta {
    display: flex;
    gap: 6px; }
    .locked-modal__cta .btn--secondary {
      color: #FFFFFF; }

.career-path-form.wpforms-container-full button.wpforms-submit,
.career-path-form.wpforms-container-full button[type=submit] {
  display: none !important; }

.career-path-form.wpforms-container-full .btn {
  font-family: "Barlow", sans-serif !important;
  font-size: 16px !important;
  font-size: 1rem !important;
  padding: 12px 32px 14px !important;
  line-height: 1.2 !important;
  letter-spacing: 0.8px !important;
  font-weight: 600 !important;
  border: 1px solid !important;
  display: inline-block !important;
  transition: all 0.3s !important;
  text-decoration: none !important;
  cursor: pointer !important;
  color: #FFFFFF !important;
  background: #008ABF !important;
  border-color: #008ABF !important;
  border-radius: 40px !important;
  height: auto !important;
  margin-top: 0;
  order: 2; }

.career-path-form.wpforms-container-full .wpforms-field-email {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap; }
  .career-path-form.wpforms-container-full .wpforms-field-email input {
    order: 1 !important; }
  .career-path-form.wpforms-container-full .wpforms-field-email .wpforms-error {
    width: 100%;
    order: 9;
    margin: 0; }

.career-path-form.wpforms-container-full .legal {
  color: #FFFFFF !important;
  font-style: italic;
  font-size: 12px; }

.career-path-form.wpforms-container-full .wpforms-field-container .wpforms-field.wpforms-field-content {
  padding: 0; }

.default-content {
  padding: 20px 0px; }

.em-badge {
  background: #3dbcff;
  color: #FFFFFF;
  border-radius: 4px;
  padding: 4px 8px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  display: inline-block; }
  .em-badge--secondary {
    background: #008ABF; }

.em-price {
  display: flex;
  align-items: center;
  gap: 6px; }
  .em-price del {
    opacity: 0.4; }

.divider {
  width: 1px;
  height: 20px;
  background: #0C0D0E;
  display: inline-block; }

.section-header__heading h2, .section-header__heading h3 {
  margin: 0; }

.section-header__intro {
  margin-top: 16px;
  font-size: 18px; }

.page-header {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.title-with-tip {
  display: flex;
  align-items: center; }

.tooltip-container {
  position: relative;
  display: inline-block;
  margin-left: 6px; }

.tooltip-icon {
  display: inline-block;
  background: #555;
  color: #fff;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  font-size: 13px;
  text-align: center;
  line-height: 18px;
  font-weight: bold;
  cursor: pointer;
  user-select: none;
  z-index: 2;
  position: relative; }

.tooltip-text {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 125%;
  /* below the icon */
  left: 0;
  /* right edge of icon */
  background: #333;
  color: #fff;
  padding: 10px 12px;
  font-size: 13px;
  border-radius: 4px;
  width: 200px;
  text-align: left;
  z-index: 5;
  transition: opacity 0.2s ease;
  pointer-events: none;
  white-space: normal; }

.tooltip-text::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  margin-left: 0;
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent #333 transparent;
  transform: translateX(3px) rotate(0deg);
  /* point arrow to left */ }

/* Show on hover/focus/tap */
.tooltip-container:hover .tooltip-text,
.tooltip-container:focus-within .tooltip-text,
.tooltip-container:active .tooltip-text {
  visibility: visible;
  opacity: 1;
  pointer-events: auto; }

.password-toggle-wrapper {
  position: relative !important; }

.toggle-password {
  background: url("../images/icon.eye.svg") center center no-repeat !important;
  background-size: contain !important;
  position: absolute !important;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 30px !important;
  height: 30px !important;
  cursor: pointer;
  display: block;
  z-index: 9; }

.m-only {
  display: none !important; }
  @media only screen and (max-width: 900px) {
    .m-only {
      display: block !important; } }

@media only screen and (max-width: 900px) {
  .m-hide {
    display: none !important; } }

.ajax-load-more-wrap {
  width: 100%; }

.alm-btn-wrap {
  text-align: center;
  margin: 32px auto; }

.alm-load-more-btn.loading {
  position: relative;
  pointer-events: none;
  opacity: 0.7;
  color: transparent !important; }
  .alm-load-more-btn.loading::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1em;
    height: 1em;
    border: 2px solid #fff;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spinner 0.6s linear infinite; }

.alm-load-more-btn.done {
  display: none; }

@keyframes spinner {
  to {
    transform: translate(-50%, -50%) rotate(360deg); } }

.work-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .work-list__item {
    width: calc(50% - 15px);
    flex-shrink: 0;
    margin-bottom: 30px; }
    .work-list__item--is-featured {
      width: 100%; }
      @media only screen and (max-width: 900px) {
        .work-list__item--is-featured img {
          width: 100%; } }
  .work-list-item__media {
    width: 100%; }
    .work-list-item__media video {
      width: 100%; }
  .work-list-item__text {
    margin-top: 24px;
    color: #FFFFFF; }
  .work-list--block .work-list__item {
    width: calc(33% - 15px);
    flex-shrink: 0;
    margin-bottom: 30px; }
    @media only screen and (max-width: 900px) {
      .work-list--block .work-list__item {
        width: calc(50% - 8px); } }
    .work-list--block .work-list__item--is-featured {
      width: 100%; }
      @media only screen and (max-width: 900px) {
        .work-list--block .work-list__item--is-featured {
          width: calc(50% - 8px); } }

.section-work .work-list__item--is-featured {
  position: relative;
  display: flex;
  align-items: flex-end; }
  @media only screen and (max-width: 1440px) {
    .section-work .work-list__item--is-featured {
      min-height: auto; } }
  @media only screen and (max-width: 900px) {
    .section-work .work-list__item--is-featured {
      display: block; } }
  .section-work .work-list__item--is-featured .work-list-item__media {
    display: block;
    overflow: hidden; }
    .section-work .work-list__item--is-featured .work-list-item__media video {
      width: 100%; }
    @media only screen and (max-width: 900px) {
      .section-work .work-list__item--is-featured .work-list-item__media--video {
        display: none; } }
  .section-work .work-list__item--is-featured .work-list-item__text {
    position: relative;
    z-index: 5;
    padding: 48px;
    background: #0C0D0E;
    border: 1px solid;
    border-image-slice: 1;
    border-width: 2px;
    border-image-source: linear-gradient(to left, #7DE358, #54AFE2);
    width: 100%;
    max-width: 500px;
    border-radius: 4px;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: absolute;
    bottom: 32px;
    left: 32px;
    margin-top: 0; }
    @media only screen and (max-width: 900px) {
      .section-work .work-list__item--is-featured .work-list-item__text {
        padding: 0;
        position: static;
        border: none;
        margin-top: 24px; } }
  .section-work .work-list__item--is-featured .work-list-item-text__excerpt {
    line-height: 1.3; }
    .section-work .work-list__item--is-featured .work-list-item-text__excerpt {
      font-size: 28px; }
      @media screen and (min-width: 320px) {
        .section-work .work-list__item--is-featured .work-list-item-text__excerpt {
          font-size: calc( 28px + 20 * ( (100vw - 320px) / 1120 )); } }
      @media screen and (min-width: 1440px) {
        .section-work .work-list__item--is-featured .work-list-item-text__excerpt {
          font-size: 48px; } }
    @media only screen and (max-width: 900px) {
      .section-work .work-list__item--is-featured .work-list-item-text__excerpt {
        font-size: 16px; } }
  .section-work .work-list__item--is-featured .work-list-item-text__arrow {
    max-width: 40px;
    margin-top: 12px; }
    @media only screen and (max-width: 900px) {
      .section-work .work-list__item--is-featured .work-list-item-text__arrow {
        display: none; } }

.archive {
  background: linear-gradient(90deg, #0F1011 15.09%, #101111 94.01%); }
  .archive__hero {
    padding: 80px 0; }
    @media only screen and (max-width: 900px) {
      .archive__hero {
        padding: 40px 0; } }
  .archive-hero__heading {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media only screen and (max-width: 900px) {
      .archive-hero__heading {
        flex-direction: column; } }
    .archive-hero__heading h1,
    .archive-hero__heading p {
      margin: 0; }
    @media only screen and (max-width: 900px) {
      .archive-hero__heading h1 {
        width: 100%; } }
  .archive-hero-heading__description {
    width: 50%;
    color: #FFFFFF; }
    @media only screen and (max-width: 900px) {
      .archive-hero-heading__description {
        width: 100%; } }

body.privacy-policy #maincontent {
  background: #FFFFFF; }

.about-awards .column-image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  height: 100%; }

.splide.is-initialized:not(.is-active) .splide__list {
  display: flex; }

.btn-mobile-menu {
  display: none;
  height: 40px;
  width: 40px;
  position: relative;
  z-index: 9999; }
  .btn-mobile-menu > svg {
    fill: #FFFFFF; }
  @media only screen and (max-width: 900px) {
    .btn-mobile-menu {
      display: block; } }

@media screen and (max-width: 900px) {
  .hide-for-m-only {
    display: none !important; } }

.show-for-m-only {
  display: none !important; }

@media screen and (max-width: 900px) {
  .show-for-m-only {
    display: block !important;
    /* or flex/inline-block depending on your layout */ } }

@media only screen and (max-width: 900px) {
  .work-list--block.work-list--recent .work-list__item:first-of-type {
    width: 100%; }
    .work-list--block.work-list--recent .work-list__item:first-of-type img {
      width: 100%; } }

.wpforms-field-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap; }
  .wpforms-field-container .wpforms-field {
    width: 100%;
    margin: 0 0 30px; }
    @media only screen and (max-width: 600px) {
      .wpforms-field-container .wpforms-field {
        width: 100%; } }
    .wpforms-field-container .wpforms-field.wpforms-field-textarea {
      width: 100%; }
    .wpforms-field-container .wpforms-field .wpforms-field-label {
      color: #0C0D0E;
      font-size: 18px;
      font-size: 1.125rem; }
    .wpforms-field-container .wpforms-field input {
      background: none;
      border: none;
      border-radius: 0;
      border-bottom: 2px solid #0C0D0E;
      color: #0C0D0E; }
    .wpforms-field-container .wpforms-field select {
      border: none;
      border-radius: 0;
      height: 48px;
      border-bottom: 2px solid #0C0D0E; }
    .wpforms-field-container .wpforms-field textarea {
      color: #0C0D0E;
      background: none;
      height: 100px;
      border: none;
      border-radius: 0;
      border-bottom: 2px solid #0C0D0E; }
    .wpforms-field-container .wpforms-field input,
    .wpforms-field-container .wpforms-field textarea,
    .wpforms-field-container .wpforms-field select {
      padding: 5px 10px;
      color: #0C0D0E;
      border-bottom: 2px solid #0C0D0E;
      box-shadow: none; }
      .wpforms-field-container .wpforms-field input:focus,
      .wpforms-field-container .wpforms-field textarea:focus,
      .wpforms-field-container .wpforms-field select:focus {
        outline: none;
        box-shadow: none; }
  .wpforms-field-container .wpforms-field-select {
    position: relative; }
    .wpforms-field-container .wpforms-field-select:after {
      content: '';
      width: 20px;
      height: 15px;
      background: url("../images/icon.down.png");
      background-size: 100%;
      display: inline-block;
      opacity: 0.4;
      transition: all 0.2s;
      margin-left: 5px;
      position: absolute;
      right: 15px;
      top: 50%; }

.block-cms {
  background: #0C0D0E;
  padding: 80px 0; }
  @media only screen and (max-width: 900px) {
    .block-cms {
      padding: 16px 0; } }
  .block-cms .cell {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
    gap: 32px; }
  .block-cms__content {
    width: calc(50% - 16px);
    padding: 32px; }
    @media only screen and (max-width: 900px) {
      .block-cms__content {
        width: 100%; } }
    .block-cms__content--form {
      background: #FFFFFF;
      border-radius: 6px; }
      .block-cms__content--form .wpforms-error {
        color: #D3551D; }
  .block-cms__sidebar {
    width: calc(50% - 16px);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start; }
    @media only screen and (max-width: 900px) {
      .block-cms__sidebar {
        padding: 0;
        justify-content: flex-end;
        width: 100%;
        order: 2; } }
    .block-cms__sidebar p {
      margin: 0 0 10px; }
    .block-cms__sidebar .contact-block {
      margin: 0 0 60px; }

.contact-block ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .contact-block ul li {
    display: block;
    padding-left: 68px;
    position: relative;
    margin-bottom: 32px;
    color: #FFFFFF; }
    .contact-block ul li:before {
      content: '';
      background: url("../images/icons/icon.checkmark.svg") center center no-repeat;
      background-size: 20px;
      height: 48px;
      width: 48px;
      border-radius: 50%;
      display: inline-block;
      text-align: center;
      line-height: 48px;
      position: absolute;
      left: 0;
      top: -7px; }

.wpforms-confirmation-container {
  color: #0C0D0E;
  font-weight: 400; }

body .calendly-overlay .calendly-popup {
  top: 5% !important;
  transform: translateY(0) translateX(-50%) !important;
  height: 90vh !important;
  max-height: 90vh !important; }
  @media screen and (max-width: 975px) {
    body .calendly-overlay .calendly-popup {
      transform: translateY(0) translateX(0) !important; } }

.screenreader-text {
  position: absolute;
  left: -999px;
  width: 1px;
  height: 1px;
  top: auto; }
  .screenreader-text:focus {
    display: inline-block;
    height: auto;
    width: auto;
    position: static;
    margin: auto; }

.header {
  color: #FFFFFF;
  background: #0C0D0E;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 99; }
  .header__wrapper {
    width: 100%;
    max-width: 1440px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    transition: 0.15s all ease; }
    @media only screen and (max-width: 900px) {
      .header__wrapper {
        padding-top: 12px;
        padding-bottom: 12px; } }
  @media only screen and (max-width: 900px) {
    .header__logo {
      max-width: 100%;
      order: 1; } }
  .header__logo a {
    color: #FFFFFF;
    display: flex;
    align-items: center;
    gap: 10px; }
    @media only screen and (max-width: 900px) {
      .header__logo a {
        justify-content: center; } }
  .header__logo img {
    transform: scale(1);
    width: 100%;
    max-width: 156px;
    transition: 0.15s all ease; }
    @media only screen and (max-width: 900px) {
      .header__logo img {
        max-width: 200px; } }
  .header__logo .header-logo__text {
    margin-left: 10px;
    font-size: 24px;
    font-weight: 400;
    display: none; }
  .header__right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px; }
    @media only screen and (max-width: 900px) {
      .header__right {
        order: 3; } }
    .header__right .btn--account,
    .header__right .btn--search {
      display: flex;
      height: 24px;
      width: 24px;
      cursor: pointer; }
      .header__right .btn--account img,
      .header__right .btn--search img {
        width: 100%;
        height: auto; }
    .header__right .btn--account {
      height: 22px;
      width: 22px; }
    @media only screen and (max-width: 900px) {
      .header__right {
        width: 30%;
        min-width: auto; }
        .header__right .btn--login,
        .header__right .btn--sign-up {
          display: none; } }

.search-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  height: 100%;
  width: 100%;
  background: #D8D8D8;
  opacity: 1;
  transition: opacity 0.3s ease-in-out; }
  .search-modal__inner {
    padding: 100px 0;
    max-width: 960px;
    margin: 0 auto; }
    @media (max-width: 900px) {
      .search-modal__inner {
        padding: 40px 0; } }
    .search-modal__inner form.searchwp-form {
      border: 1px solid #D9D9D9;
      width: 100%; }
      .search-modal__inner form.searchwp-form input.swp-input--search {
        background: none;
        border: none;
        outline: none;
        box-shadow: none;
        padding-right: 10px; }
        .search-modal__inner form.searchwp-form input.swp-input--search:focus {
          outline: none;
          box-shadow: none; }
      .search-modal__inner form.searchwp-form .swp-flex--row.swp-items-stretch {
        display: flex;
        align-items: center !important;
        background: #FFFFFF; }
    .search-modal__inner .page-width {
      display: flex;
      align-items: center;
      gap: 32px; }
      .search-modal__inner .page-width .btn--close {
        width: 18px;
        height: 18px;
        display: block;
        cursor: pointer; }
        .search-modal__inner .page-width .btn--close img {
          width: 100%;
          height: auto; }
    .search-modal__inner .search-submit.swp-button {
      background: url("../images/icon.search.svg") center center no-repeat;
      background-size: contain;
      font-size: 0;
      border: none;
      padding: 0;
      height: 32px;
      width: 32px; }
  .search-modal.active {
    display: block;
    opacity: 1; }

.searchwp-live-search-results {
  background: #FFFFFF;
  padding: 40px 20px;
  margin-top: 16px;
  width: 100% !important;
  max-width: 960px;
  overflow-y: auto;
  max-height: 80vh;
  width: calc(100% - 34px) !important; }
  @media (max-width: 900px) {
    .searchwp-live-search-results {
      width: calc(100% - 32px) !important; } }
  .searchwp-live-search-results .searchwp-live-search-results-container {
    display: flex;
    flex-direction: column;
    gap: 32px; }
  .searchwp-live-search-results .searchwp-live-search-result {
    display: flex;
    align-items: center;
    gap: 32px; }
    .searchwp-live-search-results .searchwp-live-search-result--img {
      max-width: 24%;
      width: 100%; }

.main-navigation {
  display: flex;
  justify-content: flex-end;
  width: 80%;
  order: 2; }
  @media only screen and (max-width: 900px) {
    .main-navigation {
      width: auto; } }
  .main-navigation__wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-end; }
  .main-navigation__menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 24px;
    width: 100%;
    justify-content: flex-end; }
    @media screen and (max-width: 1240px) {
      .main-navigation__menu {
        gap: 20px; } }
    .main-navigation__menu > li {
      display: flex;
      align-items: center;
      padding: 12px 14px;
      border-bottom: 3px solid transparent; }
      @media only screen and (max-width: 900px) {
        .main-navigation__menu > li {
          border-bottom: none; } }
      .main-navigation__menu > li:last-of-type {
        padding-right: 0; }
        @media only screen and (max-width: 900px) {
          .main-navigation__menu > li:last-of-type {
            position: fixed;
            bottom: 0;
            padding: 20px 15px;
            background: #0C0D0E; } }
      @media only screen and (max-width: 900px) {
        .main-navigation__menu > li {
          width: 100%; } }
      .main-navigation__menu > li.no-hover a {
        line-height: normal !important; }
      .main-navigation__menu > li.no-hover .btn {
        padding: 10px 32px; }
        .main-navigation__menu > li.no-hover .btn:before {
          display: none; }
      .main-navigation__menu > li > a {
        line-height: 60px;
        display: flex; }
        @media only screen and (max-width: 900px) {
          .main-navigation__menu > li > a {
            line-height: normal; } }
      .main-navigation__menu > li.menu-item-has-children {
        position: relative; }
      .main-navigation__menu > li.menu-item-has-children > a, .main-navigation__menu > li.mega > a {
        background: url("../images/icon.arrow_up.svg") center right no-repeat;
        padding-right: 24px; }
      .main-navigation__menu > li.menu-item-has-children.menu-hover > a, .main-navigation__menu > li.mega.menu-hover > a {
        background: url("../images/icon.arrow_down.svg") center right no-repeat;
        color: #FFFFFF; }
      @media only screen and (max-width: 900px) {
        .main-navigation__menu > li.menu-item-has-children > a, .main-navigation__menu > li.mega > a {
          display: none;
          background: url("../images/icon.arrow_up.svg") center right no-repeat; }
        .main-navigation__menu > li.menu-item-has-children.active > a, .main-navigation__menu > li.mega.active > a {
          background: url("../images/icon.arrow_down.svg") center right no-repeat;
          color: #FFFFFF; } }
      .main-navigation__menu > li a {
        color: #FFFFFF;
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: uppercase; }
        @media only screen and (max-width: 900px) {
          .main-navigation__menu > li a {
            font-size: 16px;
            font-size: 1rem; } }
      .main-navigation__menu > li .sub-menu {
        display: block;
        position: absolute;
        top: calc(100%);
        left: -0;
        margin: 0;
        list-style: none;
        padding: 0;
        width: 220px;
        background: #1d2024;
        opacity: 0;
        transition: opacity 80ms linear;
        transition-delay: 0s;
        height: 0;
        overflow: hidden; }
        @media only screen and (max-width: 900px) {
          .main-navigation__menu > li .sub-menu {
            position: static;
            display: none;
            width: 100%;
            border-top: 0;
            background: none;
            border-left: 3px solid #FFFFFF;
            padding: 0px 12px; } }
        .main-navigation__menu > li .sub-menu li {
          margin: 0 0 8px; }
          .main-navigation__menu > li .sub-menu li:last-of-type {
            margin: 0; }
          .main-navigation__menu > li .sub-menu li a {
            text-transform: none;
            font-weight: 400;
            font-size: 15px;
            padding: 8px 16px;
            display: block; }
            .main-navigation__menu > li .sub-menu li a:hover {
              background: #0C0D0E; }
          .main-navigation__menu > li .sub-menu li:last-of-type {
            margin: 0; }
      .main-navigation__menu > li .mega-menu {
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
        position: absolute;
        width: 100%;
        flex-wrap: wrap;
        left: 0;
        top: 100%;
        background: #FFFFFF;
        z-index: 10; }
        @media only screen and (max-width: 900px) {
          .main-navigation__menu > li .mega-menu {
            opacity: 1;
            visibility: visible; } }
        .main-navigation__menu > li .mega-menu__announcement {
          display: flex;
          flex-wrap: wrap;
          gap: 32px;
          color: #0C0D0E; }
          @media only screen and (max-width: 900px) {
            .main-navigation__menu > li .mega-menu__announcement {
              display: none; } }
          @media only screen and (max-width: 900px) {
            .main-navigation__menu > li .mega-menu__announcement {
              color: #FFFFFF; } }
          .main-navigation__menu > li .mega-menu__announcement-title {
            font-size: 18px;
            font-weight: 600; }
          .main-navigation__menu > li .mega-menu__announcement-image {
            width: 40%;
            position: relative; }
            @media only screen and (max-width: 600px) {
              .main-navigation__menu > li .mega-menu__announcement-image {
                min-height: 180px;
                width: 100%; } }
          .main-navigation__menu > li .mega-menu__announcement-text {
            width: 50%;
            display: flex;
            align-items: center; }
            @media only screen and (max-width: 600px) {
              .main-navigation__menu > li .mega-menu__announcement-text {
                width: 100%; } }
            .main-navigation__menu > li .mega-menu__announcement-text .btn {
              margin-top: 12px; }
          .main-navigation__menu > li .mega-menu__announcement-excerpt {
            font-size: 14px;
            text-transform: none;
            font-weight: 400; }
          .main-navigation__menu > li .mega-menu__announcement .btn {
            font-size: 12px; }
            @media only screen and (max-width: 900px) {
              .main-navigation__menu > li .mega-menu__announcement .btn {
                font-size: 12px; } }
        .main-navigation__menu > li .mega-menu__inner {
          display: grid;
          grid-template-columns: 1fr 0.6fr;
          padding: 32px 18px;
          gap: 64px; }
          @media only screen and (max-width: 900px) {
            .main-navigation__menu > li .mega-menu__inner {
              padding: 0;
              display: flex;
              flex-direction: column;
              gap: 18px; } }
          .main-navigation__menu > li .mega-menu__inner a:not(.btn) {
            color: #0C0D0E; }
            @media only screen and (max-width: 900px) {
              .main-navigation__menu > li .mega-menu__inner a:not(.btn) {
                color: #FFFFFF; } }
          .main-navigation__menu > li .mega-menu__inner .mega-menu__quick .sub-menu {
            position: static;
            background: none;
            border-top: 0; }
            .main-navigation__menu > li .mega-menu__inner .mega-menu__quick .sub-menu li {
              margin: 0; }
              .main-navigation__menu > li .mega-menu__inner .mega-menu__quick .sub-menu li:not(:first-child) {
                margin-top: 18px; }
                @media only screen and (max-width: 900px) {
                  .main-navigation__menu > li .mega-menu__inner .mega-menu__quick .sub-menu li:not(:first-child) {
                    margin-top: 12px; } }
        @media only screen and (max-width: 900px) {
          .main-navigation__menu > li .mega-menu {
            position: static;
            background: none;
            border-top: 0; } }
        .main-navigation__menu > li .mega-menu ul.mega-menu__column {
          display: grid;
          grid-template-columns: 1fr 1fr 1fr;
          gap: 64px; }
          @media only screen and (max-width: 900px) {
            .main-navigation__menu > li .mega-menu ul.mega-menu__column {
              display: flex;
              flex-direction: column;
              gap: 12px;
              padding: 0; } }
          @media only screen and (max-width: 900px) {
            .main-navigation__menu > li .mega-menu ul.mega-menu__column li.menu-item-has-children > a,
            .main-navigation__menu > li .mega-menu ul.mega-menu__column .mega-menu-heading {
              display: block;
              cursor: pointer;
              background: url("../images/icon.arrow_up.svg") center right no-repeat; }
            .main-navigation__menu > li .mega-menu ul.mega-menu__column li.menu-item-has-children.active > a,
            .main-navigation__menu > li .mega-menu ul.mega-menu__column li.menu-item-has-children.active .mega-menu-heading {
              background: url("../images/icon.arrow_down.svg") center right no-repeat;
              color: #FFFFFF; } }
        .main-navigation__menu > li .mega-menu li.menu-item-has-children .mega-menu-heading {
          display: block;
          font-weight: 600;
          text-transform: uppercase; }
        .main-navigation__menu > li .mega-menu li.menu-item-has-children > a,
        .main-navigation__menu > li .mega-menu li.menu-item-has-children .mega-menu-heading {
          color: #0C0D0E;
          width: 100%; }
          @media only screen and (max-width: 900px) {
            .main-navigation__menu > li .mega-menu li.menu-item-has-children > a,
            .main-navigation__menu > li .mega-menu li.menu-item-has-children .mega-menu-heading {
              color: #FFFFFF; } }
          .main-navigation__menu > li .mega-menu li.menu-item-has-children > a:after,
          .main-navigation__menu > li .mega-menu li.menu-item-has-children .mega-menu-heading:after {
            content: '';
            width: 100%;
            height: 1px;
            display: block;
            border-bottom: 1px solid #D9D9D9;
            margin: 6px 0 16px; }
            @media only screen and (max-width: 900px) {
              .main-navigation__menu > li .mega-menu li.menu-item-has-children > a:after,
              .main-navigation__menu > li .mega-menu li.menu-item-has-children .mega-menu-heading:after {
                margin: 6px 0;
                display: none; } }
        .main-navigation__menu > li .mega-menu li.menu-item-has-children ul li a {
          font-weight: 400;
          font-size: 15px;
          text-transform: none;
          display: block;
          padding: 0; }
        .main-navigation__menu > li .mega-menu p {
          margin: 0 0 6px; }
          .main-navigation__menu > li .mega-menu p strong {
            text-transform: uppercase; }
        .main-navigation__menu > li .mega-menu ul {
          list-style: none;
          margin: 0;
          padding: 0; }
          @media only screen and (max-width: 900px) {
            .main-navigation__menu > li .mega-menu ul {
              display: none;
              padding: 8px 0 16px; } }
          .main-navigation__menu > li .mega-menu ul li ul li:not(:first-child) {
            margin-top: 6px; }
            @media only screen and (max-width: 900px) {
              .main-navigation__menu > li .mega-menu ul li ul li:not(:first-child) {
                margin-top: 12px; } }
      .main-navigation__menu > li.mega {
        position: static;
        display: block; }
        .main-navigation__menu > li.mega.menu-hover .mega-menu {
          opacity: 1;
          visibility: visible; }
        .main-navigation__menu > li.mega.active .mega-menu {
          display: block;
          opacity: 1;
          transition-delay: 150ms;
          pointer-events: auto;
          margin-top: 12px; }
    .main-navigation__menu > li.menu-hover .sub-menu {
      opacity: 1;
      transition-delay: 150ms;
      pointer-events: auto;
      height: auto;
      overflow: visible; }
    @media only screen and (max-width: 900px) {
      .main-navigation__menu > li.active .sub-menu {
        opacity: 1;
        transition-delay: 150ms;
        pointer-events: auto;
        height: auto;
        overflow: visible;
        margin-top: 12px;
        display: block; } }
    @media only screen and (max-width: 900px) {
      .main-navigation__menu > li.no-hover a {
        display: flex;
        text-align: center;
        justify-content: center; } }
    @media only screen and (max-width: 900px) {
      .main-navigation__menu {
        display: none;
        background: #0C0D0E;
        width: 100%;
        height: 100%;
        top: 60px;
        left: 0;
        z-index: 99;
        position: fixed;
        gap: 6px;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        padding: 20px 20px 100px;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 180px; }
        .main-navigation__menu.active {
          display: flex; }
        .main-navigation__menu li {
          display: block;
          padding: 0;
          font-size: 16px;
          font-size: 1rem; }
          .main-navigation__menu li a:not(.btn) {
            padding: 12px 0; } }
      @media only screen and (max-width: 900px) and (max-width: 900px) {
        .main-navigation__menu li a:not(.btn) {
          padding: 6px 0; } }
    @media only screen and (max-width: 900px) and (max-width: 900px) {
      .main-navigation__menu li.active .sub-menu {
        display: block; } }

.footer {
  background: #0C0D0E;
  color: #FFFFFF;
  padding: 80px 0 40px; }
  @media only screen and (max-width: 600px) {
    .footer {
      padding: 40px 0; } }
  .footer__inner {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between; }
    .footer__inner h5 {
      text-transform: uppercase;
      font-size: 16px;
      font-weight: 600;
      margin: 0 0 6px; }
    .footer__inner .footer__logo {
      width: 100%;
      max-width: 120px;
      margin-bottom: 16px; }
      @media only screen and (max-width: 600px) {
        .footer__inner .footer__logo {
          max-width: 100%; } }
      .footer__inner .footer__logo img {
        width: 100%;
        height: auto; }
        @media only screen and (max-width: 600px) {
          .footer__inner .footer__logo img {
            max-width: 50%; } }
  .footer-inner__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%; }
    @media only screen and (max-width: 600px) {
      .footer-inner__top {
        flex-wrap: wrap; } }
    .footer-inner__top .footer__cta {
      display: flex;
      align-items: center;
      gap: 16px; }
      @media only screen and (max-width: 600px) {
        .footer-inner__top .footer__cta {
          width: 100%;
          flex-direction: column; }
          .footer-inner__top .footer__cta .btn {
            width: 100%;
            text-align: center; } }
  .footer-inner__bottom {
    padding: 32px 0 8px;
    width: 100%; }
  @media only screen and (max-width: 768px) {
    .footer__logo {
      width: 100%;
      text-align: center;
      margin-bottom: 34px; } }
  .footer__menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column; }
    .footer__menu--social {
      flex-direction: row;
      gap: 12px; }
    .footer__menu li {
      display: inline-block; }
      .footer__menu li a {
        font-size: 15px;
        font-size: 0.9375rem;
        letter-spacing: 0.8px; }
    @media only screen and (max-width: 768px) {
      .footer__menu {
        width: 100%;
        flex-wrap: wrap;
        flex-direction: column;
        gap: 10px; }
        .footer__menu--social {
          flex-direction: row;
          gap: 12px; } }
  .footer-columns {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    width: 100%; }
    @media only screen and (max-width: 600px) {
      .footer-columns {
        gap: 16px; } }
    .footer-columns__column {
      width: calc(15%); }
      .footer-columns__column--logo {
        width: calc(25%); }
        @media only screen and (max-width: 600px) {
          .footer-columns__column--logo {
            width: 100%; } }
        .footer-columns__column--logo .footer__logo {
          margin-bottom: 12px; }
          @media only screen and (max-width: 600px) {
            .footer-columns__column--logo .footer__logo {
              max-width: 120px; } }
        .footer-columns__column--logo p {
          font-size: 14px; }
      .footer-columns__column--newsletter {
        width: calc(100%);
        max-width: 375px; }
        .footer-columns__column--newsletter div.ctct-form-embed div.ctct-form-defaults {
          padding: 0; }
        .footer-columns__column--newsletter #email_address_field_0 {
          margin: 0 0 12px; }
        .footer-columns__column--newsletter .ctct-form-button {
          font-size: 16px;
          font-size: 1rem;
          padding: 12px 52px;
          line-height: 1.2;
          letter-spacing: 0.8px;
          font-weight: 600;
          border: 2px solid;
          border-radius: 67px;
          display: inline-block;
          transition: all 0.3s;
          text-decoration: none;
          cursor: pointer;
          padding: 10px 32px 10px 70px;
          border-radius: 67px;
          position: relative;
          display: inline-block;
          background: linear-gradient(#0C0D0E, #0C0D0E) padding-box, linear-gradient(to left, #7DE358, #54AFE2) border-box;
          border: 2px solid transparent;
          background-size: 200% 200%;
          animation: gradient 15s ease infinite;
          -webkit-animation: gradient 15s ease infinite; }

@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@keyframes gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
          .footer-columns__column--newsletter .ctct-form-button:before {
            content: '';
            width: 20px;
            height: 10px;
            background: url("../images/icon.arrow-right.svg") center center no-repeat;
            position: absolute;
            left: 30px;
            top: 50%;
            z-index: 10;
            display: block;
            transform: translate(0, -50%);
            transition: all 0.2s; }
          .footer-columns__column--newsletter .ctct-form-button:hover:before {
            left: 40px; }
        .footer-columns__column--newsletter div.ctct-form-embed form.ctct-form-custom input.ctct-form-element {
          margin: 0; }
        @media only screen and (max-width: 600px) {
          .footer-columns__column--newsletter {
            max-width: 100%; } }
      .footer-columns__column--meta {
        width: calc(100%);
        max-width: 30%; }
        @media only screen and (max-width: 600px) {
          .footer-columns__column--meta {
            max-width: 100%;
            text-align: center; } }
      .footer-columns__column--links {
        width: 60%;
        display: flex;
        justify-content: space-evenly;
        gap: 16px; }
        @media only screen and (max-width: 600px) {
          .footer-columns__column--links {
            flex-wrap: wrap; }
            .footer-columns__column--links .footer-column__links {
              width: 100%;
              text-align: center; } }
        .footer-columns__column--links .h5 {
          margin-top: 6px;
          font-size: 16px;
          text-transform: uppercase;
          letter-spacing: 1px; }
        .footer-columns__column--links .footer-menu {
          display: flex;
          flex-wrap: wrap;
          gap: 86px; }
          @media only screen and (max-width: 600px) {
            .footer-columns__column--links .footer-menu {
              gap: 64px;
              width: 100%; } }
          @media only screen and (max-width: 600px) {
            .footer-columns__column--links .footer-menu__column {
              width: 30%; } }
          .footer-columns__column--links .footer-menu__column .h5 {
            margin-top: 12px;
            font-size: 14px;
            text-transform: uppercase; }
          .footer-columns__column--links .footer-menu__column ul {
            list-style: none;
            margin: 0;
            padding: 0; }
            .footer-columns__column--links .footer-menu__column ul li {
              margin-bottom: 8px; }
              .footer-columns__column--links .footer-menu__column ul li a {
                color: #B0B0B0; }
        @media only screen and (max-width: 600px) {
          .footer-columns__column--links {
            width: 100%; } }
      @media only screen and (max-width: 600px) {
        .footer-columns__column--social {
          width: 100%; } }
  .footer__copy {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 64px 0 0;
    font-size: 14px;
    gap: 12px; }
    @media only screen and (max-width: 600px) {
      .footer__copy {
        flex-wrap: wrap;
        justify-content: center; } }
    .footer__copy ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      gap: 24px; }
      @media only screen and (max-width: 600px) {
        .footer__copy ul {
          width: 100%;
          justify-content: center;
          text-align: center; } }
      .footer__copy ul li {
        font-size: 14px; }
        .footer__copy ul li a {
          font-size: 14px;
          font-weight: 300; }

.footer__menu--privacy {
  flex-direction: row;
  justify-content: flex-end; }
  .footer__menu--privacy li a {
    font-weight: normal; }

.footer-contact {
  background: #000;
  background: #141516;
  padding: 120px 0; }
  .footer-contact__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 20px; }
  .footer-contact-inner__text {
    max-width: 800px; }
  .footer-contact-inner-text__cta {
    display: flex;
    justify-content: center;
    gap: 16px;
    padding: 16px 0;
    flex-wrap: wrap; }

.aligncenter,
.alignleft,
.alignright {
  display: block;
  padding: 0; }

.aligncenter {
  float: none;
  margin: 0 auto 20px;
  text-align: center; }

.alignright {
  float: right;
  margin: 0 0 20px 20px; }

.alignleft {
  float: left;
  margin: 0 20px 20px 0; }

.wp-caption {
  padding: 0;
  background: #54AFE2;
  text-align: left; }

.wp-caption img {
  display: inline; }

.wp-caption .wp-caption-text {
  margin: 0 0 20px;
  padding: 10px;
  text-align: left; }

.gallery-columns-3 {
  display: flex;
  flex-flow: row wrap; }
  .gallery-columns-3 > .gallery-item {
    width: calc(33.33333% - 1.875rem);
    margin-left: .9375rem;
    margin-right: .9375rem;
    margin-bottom: 30px; }
    @media only screen and (max-width: 768px) {
      .gallery-columns-3 > .gallery-item {
        width: calc(100% - 1.25rem); }
        .gallery-columns-3 > .gallery-item img {
          width: 100%;
          height: auto; } }

@media only screen and (max-width: 480px) {
  figure.wp-caption {
    width: 100% !important; } }

.post {
  background: #FFFFFF;
  width: calc(50% - 24px); }
  .post .post__image,
  .post .post__content {
    width: 100%; }
  .post .post__content {
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .post--featured {
    display: flex;
    margin-bottom: 64px;
    width: 100%; }
    .post--featured .post__image,
    .post--featured .post__content {
      width: 50%; }
    .post--featured .post__image {
      position: relative; }
      .post--featured .post__image a:before {
        content: '';
        display: block;
        padding-bottom: 80%; }
      .post--featured .post__image img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        object-fit: cover; }
    .post--featured .post__content {
      padding: 64px;
      display: flex; }
    @media only screen and (max-width: 768px) {
      .post--featured .post-content {
        flex-wrap: wrap; } }
    .post--featured .post-content__left {
      width: 50%; }
      @media only screen and (max-width: 768px) {
        .post--featured .post-content__left {
          width: 100%; } }
    .post--featured .post-content__right {
      width: 40%; }
      @media only screen and (max-width: 768px) {
        .post--featured .post-content__right {
          width: 100%; } }

.single-post__category {
  width: 100%;
  text-align: center;
  margin: 0 0 12px; }
  .single-post__category a {
    border: 1px solid #0C0D0E;
    border-radius: 40px;
    font-size: 14px;
    padding: 4px 12px;
    display: inline-block; }

.single-post__heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #F4F4F4;
  padding: 90px 0 20px; }
  @media only screen and (max-width: 768px) {
    .single-post__heading {
      padding: 45px 0 20px; } }
  .single-post__heading h1 {
    margin: 0 0 16px;
    width: 100%; }

.single-post-heading__inner {
  max-width: 1160px;
  margin: 0 auto; }

.single-post-heading__term {
  margin: 0 0 24px; }

.single-post-heading__intro {
  margin: 0 0 80px;
  width: 100%;
  max-width: 1000px; }

.single-post__image {
  text-align: center;
  background: linear-gradient(180deg, #F4F4F4 50%, #FFFFFF 50%); }

.single-post-image__wrapper {
  max-width: 1160px;
  margin: 0 auto 100px auto; }
  .single-post-image__wrapper img {
    width: 100%;
    height: auto; }

.single-post-date {
  display: flex;
  gap: 12px; }

.single-post__body {
  max-width: 930px;
  margin: 0 auto 90px;
  color: #0C0D0E; }
  .single-post__body h2, .single-post__body h3, .single-post__body h4, .single-post__body h5, .single-post__body h6 {
    color: inherit; }
  .single-post__body a:not(.btn) {
    text-decoration: none;
    color: #0771a9;
    border-bottom: 1px solid #1289c7; }
  .single-post__body figure {
    max-width: 100%; }

.single-post--blog {
  padding-bottom: 80px; }
  .single-post--blog .single-post__heading {
    min-height: auto; }
  .single-post--blog .single-post__image {
    width: 100%;
    position: relative; }
  .single-post--blog .single-post-image__wrapper {
    position: relative;
    height: 600px;
    z-index: 2; }
    .single-post--blog .single-post-image__wrapper img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .single-post--blog .single-post__body {
    padding-top: 80px; }

.single-post-heading__meta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 0 20px; }

.single-post__footer {
  color: #0C0D0E; }
  .single-post__footer h2, .single-post__footer h3, .single-post__footer h4, .single-post__footer h5, .single-post__footer h6, .single-post__footer p {
    color: inherit; }

.single-post-share {
  display: flex;
  gap: 8px; }
  .single-post-share .share-link {
    cursor: pointer; }
  .single-post-share a,
  .single-post-share span {
    background: #232529;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center; }

@media only screen and (max-width: 768px) {
  .single-post--event .single-post__heading {
    padding-top: 100px; } }

.single-post--event .single-post__heading h1 {
  width: 100%;
  max-width: 1000px; }
  @media only screen and (max-width: 768px) {
    .single-post--event .single-post__heading h1 {
      margin: 0; } }

.related-post {
  padding: 0;
  margin-bottom: 120px; }

.post-page--sticky {
  min-height: 640px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: flex-end; }
  .post-page--sticky .post__image {
    position: absolute;
    width: 100%;
    height: 100%; }
    .post-page--sticky .post__image img,
    .post-page--sticky .post__image picture {
      object-fit: cover;
      width: 100%;
      height: 100%; }
    .post-page--sticky .post__image:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.02) 46%, rgba(0, 0, 0, 0.7) 100%);
      z-index: 8; }
  .post-page--sticky .post__excerpt p:last-of-type {
    margin: 0; }
  .post-page--sticky .post__content {
    position: relative;
    z-index: 9;
    color: #FFFFFF;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-end;
    width: 100%;
    padding: 32px; }
    .post-page--sticky .post__content .post__category {
      margin-bottom: 16px;
      width: 100%; }
      .post-page--sticky .post__content .post__category a {
        border: 1px solid #FFFFFF;
        border-radius: 40px;
        font-size: 14px;
        padding: 4px 12px;
        display: inline-block; }
    .post-page--sticky .post__content .post__date {
      display: flex;
      gap: 12px; }
    .post-page--sticky .post__content .post-meta span {
      display: block; }
      .post-page--sticky .post__content .post-meta span.post-meta--label {
        font-weight: 600;
        font-size: 14px;
        margin-bottom: 12px; }
  .post-page--sticky .post-content__right {
    display: flex;
    justify-content: flex-end; }
    @media only screen and (max-width: 768px) {
      .post-page--sticky .post-content__right {
        margin-top: 10px;
        justify-content: flex-start; } }

.post-index-section .category-section {
  margin-bottom: 64px; }
  .post-index-section .category-section__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px; }
    @media only screen and (max-width: 900px) {
      .post-index-section .category-section__header .btn {
        padding: 0;
        border: 0;
        text-decoration: underline; } }
    .post-index-section .category-section__header h2 {
      margin: 0; }
  .post-index-section .category-section__list {
    display: flex;
    gap: 32px;
    flex-wrap: wrap; }
    @media only screen and (max-width: 768px) {
      .post-index-section .category-section__list .post {
        width: 100%; } }
    .post-index-section .category-section__list .post .post__image {
      border-radius: 20px;
      overflow: hidden;
      position: relative;
      height: 320px;
      display: block;
      margin-bottom: 18px; }
      @media only screen and (max-width: 768px) {
        .post-index-section .category-section__list .post .post__image {
          height: 440px; } }
      .post-index-section .category-section__list .post .post__image img, .post-index-section .category-section__list .post .post__image picture {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .post-index-section .category-section__list .post__content {
      padding: 0; }
  .post-index-section .category-section__footer {
    text-align: center;
    width: 100%; }

.post-list {
  display: flex;
  flex-wrap: wrap;
  /* Ensures items wrap to the next row */
  gap: 32px;
  margin-bottom: 80px; }
  .post-list .post {
    width: calc(33.33% - 21.33px);
    /* Adjusts for gap */
    display: flex;
    flex-direction: column; }
    @media only screen and (max-width: 768px) {
      .post-list .post {
        width: 100%; } }
    .post-list .post .post__image {
      border-radius: 20px;
      overflow: hidden;
      position: relative;
      height: 320px;
      display: block;
      margin-bottom: 12px; }
      .post-list .post .post__image img, .post-list .post .post__image picture {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .post-list .post__date {
      color: #868686;
      font-weight: 500;
      display: flex;
      gap: 8px;
      margin-bottom: 12px; }
    .post-list .post__content {
      padding: 0; }
    .post-list .post__excerpt {
      font-weight: 500;
      color: #868686; }

.post-tags a {
  color: #0771a9;
  border-bottom: 1px solid #0771a9; }

.single-post-nav__exerpt {
  font-size: 16px; }
  @media screen and (min-width: 320px) {
    .single-post-nav__exerpt {
      font-size: calc( 16px + 2 * ( (100vw - 320px) / 1120 )); } }
  @media screen and (min-width: 1440px) {
    .single-post-nav__exerpt {
      font-size: 18px; } }

.home .hero-content-align--left .hero__inner {
  align-items: flex-end;
  padding-bottom: 80px; }
  @media only screen and (max-width: 768px) {
    .home .hero-content-align--left .hero__inner {
      align-items: flex-end;
      justify-content: flex-end;
      padding-bottom: 20px; }
      .home .hero-content-align--left .hero__inner .hero-inner__text {
        padding: 0; } }

.home .hero.hero--has-bgvideo .hero-inner-text__inner {
  max-width: 800px; }
  .home .hero.hero--has-bgvideo .hero-inner-text__inner h1 {
    margin-bottom: 12px; }
  .home .hero.hero--has-bgvideo .hero-inner-text__inner p {
    margin: 0; }
    .home .hero.hero--has-bgvideo .hero-inner-text__inner p {
      font-size: 18px; }
      @media screen and (min-width: 320px) {
        .home .hero.hero--has-bgvideo .hero-inner-text__inner p {
          font-size: calc( 18px + 4 * ( (100vw - 320px) / 1120 )); } }
      @media screen and (min-width: 1440px) {
        .home .hero.hero--has-bgvideo .hero-inner-text__inner p {
          font-size: 22px; } }
  @media only screen and (max-width: 768px) {
    .home .hero.hero--has-bgvideo .hero-inner-text__inner {
      padding: 24px; } }
  @media only screen and (max-width: 600px) {
    .home .hero.hero--has-bgvideo .hero-inner-text__inner {
      padding: 18px 24px; } }

@media (max-width: 1280px) {
  .page-template-page-our-work .our-projects {
    overflow: hidden; } }

.work-section {
  padding: 180px 0; }
  @media only screen and (max-width: 1024px) {
    .work-section {
      padding: 90px 0; } }
  @media only screen and (max-width: 600px) {
    .work-section {
      padding: 60px 0; } }

.work-main {
  position: relative;
  padding: 180px 0; }
  @media only screen and (max-width: 1024px) {
    .work-main {
      padding: 90px 0; } }
  @media only screen and (max-width: 600px) {
    .work-main {
      padding: 60px 0; } }
  @media only screen and (max-width: 900px) {
    .work-main {
      margin-top: 20px;
      padding: 40px 0; } }
  .work-main__image img,
  .work-main__image picture {
    width: 100%; }
  .work-main__wrapper {
    position: relative;
    z-index: 10; }
  .work-main-content__services {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block; }
    .work-main-content__services li {
      display: inline-block;
      margin: 0 16px 0 0; }
      @media only screen and (max-width: 768px) {
        .work-main-content__services li {
          margin: 0 16px 16px 0; } }
      .work-main-content__services li a {
        padding: 8px 16px;
        background: #181A1D;
        border-radius: 50px;
        font-size: 12px;
        font-size: 0.75rem;
        text-transform: uppercase;
        font-weight: 700;
        display: inline-block; }
  .work-main-intro {
    padding: 180px 0;
    color: #FFFFFF; }
    @media only screen and (max-width: 1024px) {
      .work-main-intro {
        padding: 90px 0; } }
    @media only screen and (max-width: 600px) {
      .work-main-intro {
        padding: 60px 0; } }
    @media only screen and (max-width: 900px) {
      .work-main-intro {
        padding: 40px 0; } }
    .work-main-intro__overview {
      line-height: 1.5; }
      .work-main-intro__overview {
        font-size: 16px; }
        @media screen and (min-width: 320px) {
          .work-main-intro__overview {
            font-size: calc( 16px + 11 * ( (100vw - 320px) / 1120 )); } }
        @media screen and (min-width: 1440px) {
          .work-main-intro__overview {
            font-size: 27px; } }
      .work-main-intro__overview p {
        font-size: inherit;
        line-height: inherit;
        color: #FFFFFF;
        font-family: "Roboto", sans-serif; }
    .work-main-intro__highlights {
      line-height: 34px; }
      .work-main-intro__highlights {
        font-size: 16px; }
        @media screen and (min-width: 320px) {
          .work-main-intro__highlights {
            font-size: calc( 16px + 5 * ( (100vw - 320px) / 1120 )); } }
        @media screen and (min-width: 1440px) {
          .work-main-intro__highlights {
            font-size: 21px; } }
      @media only screen and (max-width: 900px) {
        .work-main-intro__highlights {
          margin-top: 40px; } }
      .work-main-intro__highlights ol,
      .work-main-intro__highlights ul {
        list-style: none;
        counter-reset: steps;
        padding: 0;
        margin: 0; }
        .work-main-intro__highlights ol li,
        .work-main-intro__highlights ul li {
          counter-increment: steps;
          display: block;
          padding-left: 68px;
          position: relative;
          margin-bottom: 32px;
          color: #FFFFFF; }
          .work-main-intro__highlights ol li:before,
          .work-main-intro__highlights ul li:before {
            content: counter(steps);
            font-size: 16px;
            font-size: 1rem;
            height: 48px;
            width: 48px;
            border: 1px solid #4F5154;
            border-radius: 50%;
            display: inline-block;
            text-align: center;
            line-height: 48px;
            position: absolute;
            left: 0;
            top: -7px; }
          .work-main-intro__highlights ol li:last-of-type,
          .work-main-intro__highlights ul li:last-of-type {
            margin: 0; }
  .work-main__video video {
    width: 100%;
    height: auto; }
  .work-main-challenge {
    background: #141516;
    padding: 180px 0; }
    @media only screen and (max-width: 1024px) {
      .work-main-challenge {
        padding: 90px 0; } }
    @media only screen and (max-width: 600px) {
      .work-main-challenge {
        padding: 60px 0; } }
    .work-main-challenge .cell {
      position: relative; }
    .work-main-challenge__overview {
      position: sticky;
      max-width: 360px;
      top: calc(30% - 140px); }
      @media only screen and (max-width: 768px) {
        .work-main-challenge__overview {
          max-width: 100%;
          padding: 0 0 60px; } }
    .work-main-challenge h2,
    .work-main-challenge .h2,
    .work-main-challenge h3,
    .work-main-challenge .h3 {
      margin: 0 0 30px; }
    .work-main-challenge p {
      color: #BDBEBF;
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 30px; }
    .work-main-challenge__media img {
      width: 100%;
      height: auto; }
  .work-main-media--angled {
    overflow: hidden; }
    .work-main-media--angled picture,
    .work-main-media--angled img {
      width: 100%; }
    @media only screen and (max-width: 600px) {
      .work-main-media--angled img {
        width: 150%;
        max-width: 150%;
        transform: translateX(-16%); } }
  .work-main-media--lifestyle {
    overflow: hidden; }
    .work-main-media--lifestyle picture,
    .work-main-media--lifestyle img {
      width: 100%; }
    @media only screen and (max-width: 600px) {
      .work-main-media--lifestyle img {
        width: 150%;
        max-width: 150%;
        transform: translateX(-16%); } }
  .work-main-media--overlap .grid-x {
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap; }
    @media only screen and (max-width: 600px) {
      .work-main-media--overlap .grid-x {
        flex-wrap: wrap; } }
  .work-main-media--overlap .overlap-1 {
    width: calc(58.33333% - 1.875rem); }
    @media only screen and (max-width: 600px) {
      .work-main-media--overlap .overlap-1 {
        width: 100%; } }
  .work-main-media--overlap .overlap-2 {
    width: calc(58.33333% - 1.875rem);
    margin-left: -20%;
    margin-top: 20%; }
    @media only screen and (max-width: 600px) {
      .work-main-media--overlap .overlap-2 {
        width: 90%;
        margin: -20% auto 0 auto; } }
  .work-main-media--mobile-gallery {
    background: #181A1D; }
    .work-main-media--mobile-gallery .splide__slide {
      text-align: center;
      width: calc(((90% + 0px) / 4) - 0px) !important; }
      @media only screen and (max-width: 600px) {
        .work-main-media--mobile-gallery .splide__slide {
          width: calc(((80% + 0px) / 3) - 0px) !important; } }
      @media only screen and (max-width: 480px) {
        .work-main-media--mobile-gallery .splide__slide {
          width: calc(((80% + 0px) / 1) - 0px) !important; } }
      .work-main-media--mobile-gallery .splide__slide picture {
        display: block; }
      .work-main-media--mobile-gallery .splide__slide img {
        max-width: 375px;
        width: 90%; }
  @media only screen and (max-width: 600px) {
    .work-main-results--splide .splide__slide {
      width: calc(((80% + 0px) / 1) - 0px) !important; } }
  .work-main-testimonial {
    padding: 180px 0; }
    @media only screen and (max-width: 1024px) {
      .work-main-testimonial {
        padding: 90px 0; } }
    @media only screen and (max-width: 600px) {
      .work-main-testimonial {
        padding: 60px 0; } }
    .work-main-testimonial figure {
      max-width: 990px;
      margin: 0 auto; }
      .work-main-testimonial figure blockquote {
        position: relative;
        font-weight: 400;
        line-height: 1.3;
        padding: 50px 0 0 0;
        margin: 0 auto 50px;
        font-family: "Gilroy", sans-serif;
        border: none;
        background: -webkit-linear-gradient(left, #7DE358, #54AFE2);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: inline-block;
        text-align: center; }
        .work-main-testimonial figure blockquote {
          font-size: 30px; }
          @media screen and (min-width: 320px) {
            .work-main-testimonial figure blockquote {
              font-size: calc( 30px + 18 * ( (100vw - 320px) / 1120 )); } }
          @media screen and (min-width: 1440px) {
            .work-main-testimonial figure blockquote {
              font-size: 48px; } }
        .work-main-testimonial figure blockquote:before {
          content: url("../images/icon.blockquote.svg");
          width: 25px;
          position: absolute;
          top: 10px;
          left: 50%;
          margin-left: -20px;
          transform: translate(0, -50%); }
        .work-main-testimonial figure blockquote p {
          font-size: inherit;
          line-height: inherit;
          margin: 0; }
      .work-main-testimonial figure figcaption {
        text-align: center;
        color: #BDBEBF;
        font-size: 16px;
        font-size: 1rem;
        line-height: 30px; }
  .work-main-solution h2 {
    max-width: 480px;
    margin: 0 0 30px; }
  .work-main-solution p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 30px;
    color: #BDBEBF; }
  .work-main-results .grid-x {
    justify-content: space-between; }
  .work-main-results--no-mobile {
    width: 100%;
    height: auto; }
    .work-main-results--no-mobile picture,
    .work-main-results--no-mobile img {
      width: 100%; }
  .work-main-results__gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    max-width: 830px;
    gap: 0 24px; }
    @media only screen and (max-width: 768px) {
      .work-main-results__gallery {
        justify-content: space-between; } }
    @media only screen and (max-width: 600px) {
      .work-main-results__gallery {
        max-width: 100%;
        justify-content: unset;
        flex-wrap: nowrap;
        gap: 0; } }
    .work-main-results__gallery li {
      display: inline-block;
      margin: 0;
      width: calc(50% - 15px);
      text-align: center; }
      .work-main-results__gallery li:nth-child(odd) {
        padding-top: 270px;
        margin-top: -180px; }
      .work-main-results__gallery li:nth-child(even) {
        margin-top: -180px; }
      .work-main-results__gallery li:nth-child(1), .work-main-results__gallery li:nth-child(2) {
        margin-top: 0; }
      @media only screen and (max-width: 600px) {
        .work-main-results__gallery li {
          padding-top: 0 !important;
          margin-top: 0 !important; } }
      .work-main-results__gallery li img {
        width: 100%; }
  .work-main-results__overview {
    position: sticky;
    max-width: 460px;
    top: calc(30% - 140px);
    float: right; }
    @media only screen and (max-width: 768px) {
      .work-main-results__overview {
        padding: 0 0 60px;
        max-width: 100%; } }
    .work-main-results__overview h2,
    .work-main-results__overview .h2,
    .work-main-results__overview h3,
    .work-main-results__overview .h3 {
      margin: 0 0 30px; }
    .work-main-results__overview p {
      color: #BDBEBF;
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 30px; }
  .work-main h1,
  .work-main .h1 {
    margin: 0; }
  @media only screen and (max-width: 600px) {
    .work-main .intro {
      display: none; } }

.work-pagination {
  padding: 120px 0;
  position: relative;
  overflow: hidden; }
  .work-pagination .next-work__video {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .work-pagination .next-work__video video {
      width: 100%;
      height: auto; }
    @media only screen and (max-width: 600px) {
      .work-pagination .next-work__video {
        width: 150%; } }
  .work-pagination:before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    background: #0C0D0E;
    opacity: 0.6;
    top: 0;
    left: 0;
    z-index: 5; }
  .work-pagination .grid-container {
    z-index: 10;
    position: relative; }
  .work-pagination .cell {
    justify-content: flex-end;
    display: flex; }
    @media only screen and (max-width: 768px) {
      .work-pagination .cell {
        justify-content: center; } }
  .work-pagination__text {
    max-width: 500px;
    padding: 35px 40px;
    border: 1px solid;
    border-image-slice: 1;
    border-width: 2px;
    border-image-source: linear-gradient(to left, #7DE358, #54AFE2); }
    @media only screen and (max-width: 768px) {
      .work-pagination__text {
        margin: 0 20px; } }
    .work-pagination__text h4 {
      margin-top: 0; }
    .work-pagination__text .tagline {
      margin-bottom: 50px;
      font-weight: 700; }
      @media only screen and (max-width: 768px) {
        .work-pagination__text .tagline {
          margin-bottom: 20px; } }
    .work-pagination__text img {
      width: 40px;
      height: auto; }

@media only screen and (max-width: 600px) {
  .work-main-results--cell {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important; } }

body.blog, body.single-post, body.archive {
  background: #FFFFFF;
  color: #0C0D0E; }
  body.blog #content a:not(.btn), body.single-post #content a:not(.btn), body.archive #content a:not(.btn) {
    color: #0C0D0E; }
    body.blog #content a:not(.btn):hover, body.blog #content a:not(.btn):visited, body.blog #content a:not(.btn):visited:hover, body.single-post #content a:not(.btn):hover, body.single-post #content a:not(.btn):visited, body.single-post #content a:not(.btn):visited:hover, body.archive #content a:not(.btn):hover, body.archive #content a:not(.btn):visited, body.archive #content a:not(.btn):visited:hover {
      color: #0C0D0E; }
  body.blog #content hr, body.single-post #content hr, body.archive #content hr {
    margin: 30px 0; }
    body.blog #content hr.wp-block-separator, body.single-post #content hr.wp-block-separator, body.archive #content hr.wp-block-separator {
      border-top: 1px solid #0C0D0E; }
  body.blog #content p, body.single-post #content p, body.archive #content p {
    margin: 0 0 15px;
    color: inherit; }
    body.blog #content p a:not(.btn), body.single-post #content p a:not(.btn), body.archive #content p a:not(.btn) {
      color: #0C0D0E;
      border-bottom: none;
      transition: border 500ms ease-out;
      position: relative;
      display: inline-block; }
      body.blog #content p a:not(.btn):after, body.single-post #content p a:not(.btn):after, body.archive #content p a:not(.btn):after {
        content: '';
        height: 2px;
        width: 100%;
        background: linear-gradient(90deg, #7DE358 0%, #54AFE2 55.94%);
        background-position: 0 0;
        position: absolute;
        display: block;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        transition: all 0.2s; }
      body.blog #content p a:not(.btn):hover, body.blog #content p a:not(.btn):visited:hover, body.single-post #content p a:not(.btn):hover, body.single-post #content p a:not(.btn):visited:hover, body.archive #content p a:not(.btn):hover, body.archive #content p a:not(.btn):visited:hover {
        color: #0C0D0E; }
        body.blog #content p a:not(.btn):hover:after, body.blog #content p a:not(.btn):visited:hover:after, body.single-post #content p a:not(.btn):hover:after, body.single-post #content p a:not(.btn):visited:hover:after, body.archive #content p a:not(.btn):hover:after, body.archive #content p a:not(.btn):visited:hover:after {
          transition: all 0.2s;
          width: 90%; }
      body.blog #content p a:not(.btn):visited, body.single-post #content p a:not(.btn):visited, body.archive #content p a:not(.btn):visited {
        color: #0C0D0E; }

#content {
  margin: 80px 0 0; }
  @media only screen and (max-width: 768px) {
    #content {
      margin: 40px 0 0; } }

.blog-header {
  margin: 0 0 40px; }
  @media only screen and (max-width: 768px) {
    .blog-header {
      margin: 0 0 20px; } }
  .blog-header h1 {
    margin: 0; }

.entry {
  margin: 0 0 60px;
  color: #0C0D0E;
  font-weight: 400;
  background: #FFFFFF; }
  .entry h2,
  .entry h3,
  .entry h4 {
    color: #0C0D0E; }
  .entry p {
    color: inherit; }
  @media only screen and (max-width: 768px) {
    .entry {
      margin: 0 0 60px; } }
  .entry__header {
    margin: 0 0 20px; }
  .entry__title {
    font-size: 28px;
    font-size: 1.75rem;
    color: #0C0D0E;
    font-weight: 700;
    line-height: 1.3;
    position: relative;
    top: auto;
    left: auto;
    margin: 0 0 30px;
    display: block; }
    @media only screen and (max-width: 768px) {
      .entry__title {
        font-size: 22px;
        font-size: 1.375rem; } }
  .entry__seperator-line {
    line-height: 18px;
    padding: 0 3px;
    color: #D9D9D9; }
  .entry__meta {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
    color: #808181; }
    .entry__meta .meta__additional {
      display: inline-block;
      color: #808181; }
      .entry__meta .meta__additional .additional {
        color: #808181; }
        .entry__meta .meta__additional .additional__author {
          color: #808181; }
        .entry__meta .meta__additional .additional__details a {
          text-decoration: underline; }
  .entry__content {
    overflow-wrap: break-word; }
    .entry__content h2 {
      list-style: none;
      margin-bottom: 30px; }
    .entry__content ol li {
      margin-bottom: 5px; }
  .entry .fo-text-link {
    color: inherit; }

.single-post .entry {
  margin: 0; }
  .single-post .entry__header {
    background: #F4F4F4;
    padding: 90px 0;
    margin: 0; }
  .single-post .entry-header__inner {
    max-width: 1160px;
    margin: 0 auto; }
  .single-post .entry-header-inner__category {
    text-align: center;
    margin-bottom: 30px; }
  .single-post .entry__title {
    text-align: center;
    background: linear-gradient(left, #7DE358, #54AFE2);
    background: -webkit-linear-gradient(left, #7DE358, #54AFE2);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0; }
  .single-post .entry__media {
    background: linear-gradient(180deg, #F4F4F4 50%, #FFFFFF 50%);
    background-size: 50% auto; }
  .single-post .entry .post-thumbnail {
    text-align: center;
    max-width: 1160px;
    margin: 0 auto 100px auto; }
  .single-post .entry__content {
    max-width: 930px;
    margin: 0 auto 90px; }
    .single-post .entry__content img {
      width: 120%; }
  .single-post .entry blockquote {
    color: #0C0D0E;
    background: none;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    max-width: 90%;
    margin: 50px auto;
    display: block;
    padding: 0; }
    .single-post .entry blockquote {
      font-size: 22px; }
      @media screen and (min-width: 320px) {
        .single-post .entry blockquote {
          font-size: calc( 22px + 4 * ( (100vw - 320px) / 1120 )); } }
      @media screen and (min-width: 1440px) {
        .single-post .entry blockquote {
          font-size: 26px; } }
    .single-post .entry blockquote:before {
      content: '';
      display: none; }
  .single-post .entry .text-block {
    max-width: 750px;
    margin: 0 auto 48px auto; }
  .single-post .entry .image-block {
    margin: 0 auto 48px auto; }
    .single-post .entry .image-block .wp-caption-text {
      font-size: 16px;
      font-size: 1rem;
      color: #808181; }
  .single-post .entry .quote-block {
    margin: 0 auto 48px auto; }
    .single-post .entry .quote-block blockquote {
      color: #0C0D0E;
      background: none;
      text-align: left;
      line-height: 1.7;
      max-width: 100%;
      -webkit-background-clip: unset;
      -webkit-text-fill-color: unset;
      margin: 50px auto;
      display: block;
      font-style: italic;
      padding: 0 0 0 30px;
      font-weight: 400;
      border-left: 1px solid;
      border-image-slice: 1;
      border-width: 2px;
      border-image-source: linear-gradient(to bottom, #7DE358, #54AFE2); }
      .single-post .entry .quote-block blockquote {
        font-size: 22px; }
        @media screen and (min-width: 320px) {
          .single-post .entry .quote-block blockquote {
            font-size: calc( 22px + 4 * ( (100vw - 320px) / 1120 )); } }
        @media screen and (min-width: 1440px) {
          .single-post .entry .quote-block blockquote {
            font-size: 26px; } }
      .single-post .entry .quote-block blockquote:before {
        content: '';
        display: none; }
      .single-post .entry .quote-block blockquote p {
        line-height: 1.7; }
  .single-post .entry__nav {
    background: #F4F4F4;
    padding: 120px 0;
    margin: 0; }
    @media only screen and (max-width: 768px) {
      .single-post .entry__nav {
        padding: 60px 0; } }
  .single-post .entry-nav__inner {
    max-width: 1160px;
    margin: 0 auto; }

@media only screen and (max-width: 768px) {
  .featured-article .entry__title {
    margin: 0; } }

.featured-article .entry .post-thumbnail {
  margin-bottom: 30px; }

.featured-article .entry-header__cat a {
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  display: block; }

.entry-content__nav-title {
  margin: 60px 0 0; }

.entry-content__nav {
  display: flex;
  justify-content: space-between;
  margin: 60px 0 30px; }
  @media only screen and (max-width: 768px) {
    .entry-content__nav {
      flex-direction: column; } }
  .entry-content__nav .single-post-nav {
    display: block;
    width: 45%;
    margin-bottom: 30px; }
    @media only screen and (max-width: 768px) {
      .entry-content__nav .single-post-nav {
        width: 100%; } }
    .entry-content__nav .single-post-nav__inner h4 {
      margin-bottom: 20px; }

.blog #content,
.archive #content {
  color: #0C0D0E; }
  .blog #content a:not(.btn),
  .blog #content a:not(.btn):hover,
  .blog #content a:not(.btn):visited,
  .archive #content a:not(.btn),
  .archive #content a:not(.btn):hover,
  .archive #content a:not(.btn):visited {
    color: #0C0D0E; }
  .blog #content h2,
  .archive #content h2 {
    font-weight: 400; }
  .blog #content .featured-row,
  .archive #content .featured-row {
    margin-bottom: 180px; }

.blog-listing,
.archive-listing {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 90px; }
  .blog-listing .post,
  .archive-listing .post {
    background: #F4F4F4;
    width: calc(50% - 8px);
    margin-bottom: 16px;
    min-height: 300px;
    display: flex;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .blog-listing .post,
      .archive-listing .post {
        width: 100%; } }
    .blog-listing .post:before,
    .archive-listing .post:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      border-style: solid;
      border-width: 0 0 30px 30px;
      border-color: transparent transparent transparent #008ABF; }
    .blog-listing .post.category-strategy:before,
    .archive-listing .post.category-strategy:before {
      border-color: transparent transparent transparent #bf009c; }
    .blog-listing .post.category-web-design:before,
    .archive-listing .post.category-web-design:before {
      border-color: transparent transparent transparent #dce358; }
    .blog-listing .post.category-web-development:before,
    .archive-listing .post.category-web-development:before {
      border-color: transparent transparent transparent #e35858; }
    .blog-listing .post.category-marketing:before,
    .archive-listing .post.category-marketing:before {
      border-color: transparent transparent transparent #9f58e3; }
    .blog-listing .post.category-e-commerce:before,
    .archive-listing .post.category-e-commerce:before {
      border-color: transparent transparent transparent #7DE358; }
    .blog-listing .post.show-image,
    .archive-listing .post.show-image {
      width: 100%; }
      .blog-listing .post.show-image .entry,
      .archive-listing .post.show-image .entry {
        flex-direction: row;
        justify-content: space-between;
        width: 100%; }
        @media only screen and (max-width: 768px) {
          .blog-listing .post.show-image .entry,
          .archive-listing .post.show-image .entry {
            flex-direction: column; } }
        .blog-listing .post.show-image .entry__image,
        .archive-listing .post.show-image .entry__image {
          height: 100%;
          display: block;
          width: calc(50% - 8px); }
          @media only screen and (max-width: 768px) {
            .blog-listing .post.show-image .entry__image,
            .archive-listing .post.show-image .entry__image {
              width: 100%;
              display: none; } }
        .blog-listing .post.show-image .entry__inner,
        .archive-listing .post.show-image .entry__inner {
          width: calc(50% - 8px); }
          @media only screen and (max-width: 768px) {
            .blog-listing .post.show-image .entry__inner,
            .archive-listing .post.show-image .entry__inner {
              width: 100%; } }
        .blog-listing .post.show-image .entry--image-right .entry__image,
        .archive-listing .post.show-image .entry--image-right .entry__image {
          order: 10; }
        .blog-listing .post.show-image .entry--image-right .entry__inner,
        .archive-listing .post.show-image .entry--image-right .entry__inner {
          order: 5; }
  .blog-listing .entry,
  .archive-listing .entry {
    background: none;
    margin: 0;
    display: flex;
    flex-direction: column; }
    .blog-listing .entry__inner,
    .archive-listing .entry__inner {
      padding: 30px;
      display: flex;
      flex-direction: column;
      height: 100%; }
    .blog-listing .entry-inner__excerpt,
    .archive-listing .entry-inner__excerpt {
      opacity: 0.6; }
    .blog-listing .entry-inner__category,
    .archive-listing .entry-inner__category {
      margin-top: auto;
      display: flex;
      justify-content: space-between; }

.blog-cat-list h4,
.archive-cat-list h4 {
  color: #0C0D0E;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600; }

.blog-cat-list ul,
.archive-cat-list ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .blog-cat-list ul li a,
  .archive-cat-list ul li a {
    color: #0C0D0E;
    font-size: 16px;
    font-size: 1rem; }

.entry-nav__links {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  @media only screen and (max-width: 768px) {
    .entry-nav__links {
      flex-wrap: wrap; } }
  .entry-nav__links .single-post-nav {
    width: calc(50% - 15px);
    background: #FFFFFF;
    padding: 30px;
    min-height: 300px;
    display: flex;
    flex-direction: column; }
    @media only screen and (max-width: 768px) {
      .entry-nav__links .single-post-nav {
        width: 100%;
        margin: 0 15px 32px 15px; } }
    .entry-nav__links .single-post-nav h4 {
      margin: 0 0 30px; }
    .entry-nav__links .single-post-nav__category {
      margin-top: auto;
      display: flex;
      flex-direction: row;
      justify-content: space-between; }
    .entry-nav__links .single-post-nav .single-post-nav-category {
      color: #0C0D0E; }

.entry-nav__title {
  margin-bottom: 64px; }
  .entry-nav__title .h2 {
    margin: 0; }
  @media only screen and (max-width: 768px) {
    .entry-nav__title {
      margin-bottom: 32px; } }

.single-post-nav {
  position: relative; }
  .single-post-nav:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-style: solid;
    border-width: 0 0 30px 30px;
    border-color: transparent transparent transparent #008ABF; }
  .single-post-nav.category-strategy:before {
    border-color: transparent transparent transparent #bf009c; }
  .single-post-nav.category-web-design:before {
    border-color: transparent transparent transparent #dce358; }
  .single-post-nav.category-web-development:before {
    border-color: transparent transparent transparent #e35858; }
  .single-post-nav.category-marketing:before {
    border-color: transparent transparent transparent #9f58e3; }
  .single-post-nav.category-e-commerce:before {
    border-color: transparent transparent transparent #7DE358; }

.blog-cat-list .h4 {
  font-weight: 600; }

.blog-cat-list ul li {
  margin: 0 0 6px; }
  .blog-cat-list ul li a {
    font-weight: 400; }

@media only screen and (max-width: 768px) {
  .blog-cat-list {
    display: none; } }

.section-multicolumn__columns .grid-x {
  justify-content: center;
  gap: 24px; }
  @media only screen and (max-width: 1024px) {
    .section-multicolumn__columns .grid-x {
      gap: 12px; } }

.section-multicolumn__columns hr {
  border-top: 1px solid #FFFFFF;
  width: 40px; }

.section-multicolumn__columns .section-multicolumn-columns__column {
  display: flex;
  flex-direction: column;
  padding: 44px 30px;
  background: #181A1D;
  border-radius: 4px;
  gap: 12px; }
  @media only screen and (max-width: 600px) {
    .section-multicolumn__columns .section-multicolumn-columns__column {
      padding: 22px 15px; } }
  .section-multicolumn__columns .section-multicolumn-columns__column--left {
    text-align: left; }
  .section-multicolumn__columns .section-multicolumn-columns__column--center {
    text-align: center; }
  .section-multicolumn__columns .section-multicolumn-columns__column--right {
    text-align: right; }
  .section-multicolumn__columns .section-multicolumn-columns__column p:last-of-type {
    margin: 0; }
  .section-multicolumn__columns .section-multicolumn-columns__column .column-content {
    display: flex;
    flex-direction: column;
    gap: 12px; }
    .section-multicolumn__columns .section-multicolumn-columns__column .column-content h2, .section-multicolumn__columns .section-multicolumn-columns__column .column-content h3, .section-multicolumn__columns .section-multicolumn-columns__column .column-content h4 {
      margin: 0; }
  .section-multicolumn__columns .section-multicolumn-columns__column--has-img {
    padding: 0;
    gap: 0; }
    .section-multicolumn__columns .section-multicolumn-columns__column--has-img .column-content {
      padding: 24px 30px; }

.section-multicolumn .column-cta {
  margin-top: 12px; }

.section-multicolumn-heading__text {
  font-size: 16px; }
  @media screen and (min-width: 320px) {
    .section-multicolumn-heading__text {
      font-size: calc( 16px + 2 * ( (100vw - 320px) / 1120 )); } }
  @media screen and (min-width: 1440px) {
    .section-multicolumn-heading__text {
      font-size: 18px; } }

.section-multicolumn-heading__button {
  margin: 32px auto; }

.section-multicolumn--direction__heading {
  text-align: center;
  margin-bottom: 32px; }

@media only screen and (max-width: 768px) {
  .section-multicolumn--direction-horizontal .section-multicolumn__columns {
    padding-right: 1.475rem;
    padding-left: 1.475rem; } }

.section-multicolumn--direction-vertical {
  margin-left: auto;
  margin-right: auto; }
  .section-multicolumn--direction-vertical .section-multicolumn > .grid-x {
    flex-direction: row;
    gap: 40px; }
    @media only screen and (max-width: 768px) {
      .section-multicolumn--direction-vertical .section-multicolumn > .grid-x {
        flex-direction: column; } }
  .section-multicolumn--direction-vertical .section-multicolumn__heading {
    width: calc(45% - 80px);
    position: sticky;
    top: 120px;
    align-self: flex-start;
    margin-right: 80px; }
    @media only screen and (max-width: 1024px) {
      .section-multicolumn--direction-vertical .section-multicolumn__heading {
        width: 100%;
        position: static;
        margin-bottom: 80px; } }
  .section-multicolumn--direction-vertical .section-multicolumn-heading__text {
    max-width: 100%; }
  .section-multicolumn--direction-vertical .section-multicolumn-heading__button {
    margin-top: 32px; }
  .section-multicolumn--direction-vertical .section-multicolumn__columns {
    width: calc(55% - 10px); }
    .section-multicolumn--direction-vertical .section-multicolumn__columns .grid-x {
      justify-content: flex-start; }
    @media only screen and (max-width: 1024px) {
      .section-multicolumn--direction-vertical .section-multicolumn__columns {
        width: 100%;
        padding-right: .9375rem;
        padding-left: .9375rem; } }
  .section-multicolumn--direction-vertical .section-multicolumn-columns__column {
    width: 100%; }

.section-multicolumn--direction-rows .section-multicolumn__heading {
  align-self: center;
  justify-content: center;
  text-align: center; }
  .section-multicolumn--direction-rows .section-multicolumn__heading h2 {
    margin: 0 0 48px; }
  @media only screen and (max-width: 768px) {
    .section-multicolumn--direction-rows .section-multicolumn__heading {
      width: 100%;
      position: static;
      margin-bottom: 80px; } }

.section-multicolumn--direction-rows .section-multicolumn__columns > .grid-x {
  gap: 48px; }

@media only screen and (max-width: 768px) {
  .section-multicolumn--direction-rows .section-multicolumn__columns {
    width: 100%;
    padding-right: 1.475rem;
    padding-left: 1.475rem; } }

.section-multicolumn--direction-rows .section-multicolumn__columns .section-multicolumn-columns__column {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 48px;
  padding: 0 !important; }
  .section-multicolumn--direction-rows .section-multicolumn__columns .section-multicolumn-columns__column .column-image {
    width: 30%;
    align-self: stretch; }
    .section-multicolumn--direction-rows .section-multicolumn__columns .section-multicolumn-columns__column .column-image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .section-multicolumn--direction-rows .section-multicolumn__columns .section-multicolumn-columns__column .column-content {
    width: 70%; }

.section-multicolumn--direction-rows .section-multicolumn-columns__column {
  width: 100%; }

.section-multicolumn--direction-rows.section-text--align-center .column-content {
  margin: 0 auto; }

.section-multicolumn.section-text--align-center .section-multicolumn__heading {
  display: flex;
  flex-direction: column;
  align-items: center; }

.section-multicolumn--size-1 .section-multicolumn-columns__column {
  width: calc(100% - 12px); }
  @media only screen and (max-width: 768px) {
    .section-multicolumn--size-1 .section-multicolumn-columns__column {
      width: 100%; } }

.section-multicolumn--size-2 .section-multicolumn-columns__column {
  width: calc(50% - 12px);
  border-radius: 0; }
  @media only screen and (max-width: 768px) {
    .section-multicolumn--size-2 .section-multicolumn-columns__column {
      width: 100%; } }

.section-multicolumn--size-3 .section-multicolumn-columns__column {
  width: calc(33% - 12px);
  border-radius: 0; }
  @media only screen and (max-width: 768px) {
    .section-multicolumn--size-3 .section-multicolumn-columns__column {
      width: 100%; } }

.section-multicolumn--size-4 .section-multicolumn-columns__column {
  width: calc(25% - 18px);
  border-radius: 0; }
  @media only screen and (max-width: 768px) {
    .section-multicolumn--size-4 .section-multicolumn-columns__column {
      width: 100%; } }

.section-multicolumn--intro-heading-bottom .section-multicolumn__heading {
  display: flex;
  flex-direction: column; }
  .section-multicolumn--intro-heading-bottom .section-multicolumn__heading h1, .section-multicolumn--intro-heading-bottom .section-multicolumn__heading h2, .section-multicolumn--intro-heading-bottom .section-multicolumn__heading h3, .section-multicolumn--intro-heading-bottom .section-multicolumn__heading h4, .section-multicolumn--intro-heading-bottom .section-multicolumn__heading h5, .section-multicolumn--intro-heading-bottom .section-multicolumn__heading h6 {
    order: 5; }
  .section-multicolumn--intro-heading-bottom .section-multicolumn__heading .section-multicolumn-heading__text {
    order: 1; }

.section-multicolumn__button {
  margin-top: 64px;
  text-align: center; }

.section-multicolumn-heading__text {
  max-width: 65%; }
  @media only screen and (max-width: 900px) {
    .section-multicolumn-heading__text {
      max-width: 100%; } }
  .section-multicolumn-heading__text p:last-of-type {
    margin: 0; }

.section-multicolumn-block-text--overtop .section-multicolumn-columns__column {
  padding: 0 !important;
  position: relative;
  border: 0;
  display: flex;
  align-items: center;
  overflow: hidden; }
  .section-multicolumn-block-text--overtop .section-multicolumn-columns__column .column-image {
    position: absolute;
    width: 100%;
    height: 100%; }
    .section-multicolumn-block-text--overtop .section-multicolumn-columns__column .column-image img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
    .section-multicolumn-block-text--overtop .section-multicolumn-columns__column .column-image:after {
      content: '';
      background: #0C0D0E;
      position: absolute;
      width: 100%;
      height: 100%;
      opacity: 0.4;
      top: 0;
      left: 0; }
  .section-multicolumn-block-text--overtop .section-multicolumn-columns__column .column-content {
    position: relative;
    z-index: 5;
    padding: 60px 20px;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #FFFFFF;
    font-size: 18px;
    max-width: 80%; }
  .section-multicolumn-block-text--overtop .section-multicolumn-columns__column .column-cta {
    margin-top: 0;
    position: relative;
    z-index: 5; }

.section-multicolumn-columns__column--center {
  text-align: center; }

.section-image-with-text .section-image-with-text__image {
  display: flex;
  justify-content: center; }
  .section-image-with-text .section-image-with-text__image--stacked {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 12px; }
    .section-image-with-text .section-image-with-text__image--stacked div {
      width: 100%; }
    .section-image-with-text .section-image-with-text__image--stacked img {
      width: 100% !important;
      height: auto; }
  .section-image-with-text .section-image-with-text__image img {
    width: auto; }
  .section-image-with-text .section-image-with-text__image--overlap {
    display: grid;
    position: relative;
    grid-template-columns: repeat(12, 1fr); }
    .section-image-with-text .section-image-with-text__image--overlap .section-image-with-text-image__img {
      grid-row: 1;
      grid-column: 4 / span 9;
      padding-top: 40%;
      z-index: 1; }
    .section-image-with-text .section-image-with-text__image--overlap .section-image-with-text-image__img--second {
      grid-column: 1 / -4;
      grid-row: 1;
      padding: 0; }

.section-image-with-text .section-image-with-text__text .pre,
.section-image-with-text .section-image-with-text__text .h1,
.section-image-with-text .section-image-with-text__text .h2 {
  margin-bottom: 16px; }

.section-image-with-text .section-image-with-text__text em, .section-image-with-text .section-image-with-text__text i {
  color: #008ABF;
  font-style: normal; }

.section-image-with-text .section-image-with-text__text .btn {
  margin-top: 12px;
  display: inline-block; }
  .section-image-with-text .section-image-with-text__text .btn:nth-of-type(2) {
    margin-left: 12px; }
    @media only screen and (max-width: 600px) {
      .section-image-with-text .section-image-with-text__text .btn:nth-of-type(2) {
        margin-left: 0; } }

.section-image-with-text .grid-x {
  column-gap: 48px; }

.section-image-with-text .cell {
  width: calc(50% - 24px); }

.section-image-with-text--image-size-full .grid-container {
  max-width: max-content; }

.section-image-with-text--image-size-full .section-image-with-text__text {
  justify-content: center;
  display: flex; }

.section-image-with-text--image-size-full .section-image-with-text-text__inner {
  max-width: 600px; }

.section-image-with-text--image-size-large .section-image-with-text__text {
  width: calc(40% - 24px); }

.section-image-with-text--image-size-large .section-image-with-text__image {
  width: calc(60% - 24px); }

.section-image-with-text--image-size-small .section-image-with-text__text {
  width: 70%; }

.section-image-with-text--image-size-small .section-image-with-text__image {
  width: 25%; }

.section-image-with-text--image-size-cover .section-image-with-text__image {
  align-self: stretch; }
  .section-image-with-text--image-size-cover .section-image-with-text__image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.section-image-with-text--image-first .section-image-with-text__text {
  order: 2; }
  .section-image-with-text--image-first .section-image-with-text__text .section-image-with-text-text__inner {
    padding-right: 50px; }
    @media only screen and (max-width: 1024px) {
      .section-image-with-text--image-first .section-image-with-text__text .section-image-with-text-text__inner {
        padding-right: 0; } }

.section-image-with-text--image-first .section-image-with-text__image {
  order: 1; }

.section-image-with-text--image-second .section-image-with-text__text {
  order: 1; }
  .section-image-with-text--image-second .section-image-with-text__text .section-image-with-text-text__inner {
    padding-left: 50px; }
    @media only screen and (max-width: 1024px) {
      .section-image-with-text--image-second .section-image-with-text__text .section-image-with-text-text__inner {
        padding-left: 0; } }

.section-image-with-text--image-second .section-image-with-text__image {
  order: 2; }

@media only screen and (max-width: 900px) {
  .section-image-with-text.section-image-with-text--image-size-small .section-image-with-text__text,
  .section-image-with-text.section-image-with-text--image-size-small .section-image-with-text__image, .section-image-with-text.section-image-with-text--image-size-medium .section-image-with-text__text,
  .section-image-with-text.section-image-with-text--image-size-medium .section-image-with-text__image, .section-image-with-text.section-image-with-text--image-size-large .section-image-with-text__text,
  .section-image-with-text.section-image-with-text--image-size-large .section-image-with-text__image, .section-image-with-text.section-image-with-text--image-size-full .section-image-with-text__text,
  .section-image-with-text.section-image-with-text--image-size-full .section-image-with-text__image, .section-image-with-text.section-image-with-text--image-size-cover .section-image-with-text__text,
  .section-image-with-text.section-image-with-text--image-size-cover .section-image-with-text__image {
    width: 100%; }
  .section-image-with-text.section-image-with-text--image-size-small .section-image-with-text-text__inner, .section-image-with-text.section-image-with-text--image-size-medium .section-image-with-text-text__inner, .section-image-with-text.section-image-with-text--image-size-large .section-image-with-text-text__inner, .section-image-with-text.section-image-with-text--image-size-full .section-image-with-text-text__inner, .section-image-with-text.section-image-with-text--image-size-cover .section-image-with-text-text__inner {
    max-width: 100%; }
  .section-image-with-text.section-image-with-text--image-size-small .section-image-with-text__text, .section-image-with-text.section-image-with-text--image-size-medium .section-image-with-text__text, .section-image-with-text.section-image-with-text--image-size-large .section-image-with-text__text, .section-image-with-text.section-image-with-text--image-size-full .section-image-with-text__text, .section-image-with-text.section-image-with-text--image-size-cover .section-image-with-text__text {
    order: 2 !important;
    padding-top: 40px;
    padding-bottom: 40px; }
  .section-image-with-text.section-image-with-text--image-size-small .section-image-with-text__image, .section-image-with-text.section-image-with-text--image-size-medium .section-image-with-text__image, .section-image-with-text.section-image-with-text--image-size-large .section-image-with-text__image, .section-image-with-text.section-image-with-text--image-size-full .section-image-with-text__image, .section-image-with-text.section-image-with-text--image-size-cover .section-image-with-text__image {
    order: 1 !important; }
  .section-image-with-text.section-image-with-text--image-size-full .section-image-with-text__image {
    height: 500px;
    max-height: 50vh;
    position: relative; }
    .section-image-with-text.section-image-with-text--image-size-full .section-image-with-text__image img,
    .section-image-with-text.section-image-with-text--image-size-full .section-image-with-text__image picture {
      object-fit: cover;
      height: 100%;
      width: 100%;
      position: absolute; } }

.section-image-with-text--position-top .grid-x {
  align-items: flex-start; }

.section-image-with-text--position-middle .grid-x {
  align-items: center; }

.section-image-with-text--position-bottom .grid-x {
  align-items: flex-end; }

.section-image-banner {
  position: relative;
  display: flex; }
  .section-image-banner--size-small {
    min-height: 400px; }
  .section-image-banner--size-medium {
    min-height: 600px; }
  .section-image-banner--size-large {
    min-height: 800px; }
  @media only screen and (max-width: 768px) {
    .section-image-banner {
      min-height: auto;
      padding: 80px 0; } }
  @media only screen and (max-width: 768px) {
    .section-image-banner.section-image-banner--footer {
      text-align: center; } }
  .section-image-banner .page-width {
    display: flex;
    align-items: flex-end;
    width: 100%;
    justify-content: flex-start;
    padding-bottom: 32px; }
    @media only screen and (max-width: 768px) {
      .section-image-banner .page-width {
        justify-content: center; } }
  .section-image-banner--valign-top .page-width {
    align-items: flex-start; }
  .section-image-banner--valign-middle .page-width {
    align-items: center; }
  .section-image-banner--valign-bottom .page-width {
    align-items: flex-end; }
  .section-image-banner--text-right .page-width {
    justify-content: flex-end; }
  .section-image-banner__image {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    display: block;
    overflow: hidden;
    z-index: 5; }
    .section-image-banner__image img, .section-image-banner__image video {
      object-fit: cover;
      object-position: center center;
      height: 100%;
      width: 100%;
      position: absolute; }
  .section-image-banner__text {
    z-index: 10;
    position: relative; }
  .section-image-banner-text__inner {
    padding: 48px;
    background: #0C0D0E;
    border: 1px solid;
    border-image-slice: 1;
    border-width: 2px;
    border-image-source: linear-gradient(to left, #7DE358, #54AFE2);
    width: 100%;
    max-width: 690px;
    border-radius: 4px;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    gap: 12px; }
    .section-image-banner-text__inner .section-image-banner-text__heading {
      margin-bottom: 4px; }
    .section-image-banner-text__inner .btn {
      display: inline-block; }
    .section-image-banner-text__inner p:last-of-type {
      margin: 0; }
    @media only screen and (max-width: 768px) {
      .section-image-banner-text__inner {
        padding: 40px; } }
    .section-image-banner-text__inner .section-header__heading {
      display: flex;
      flex-direction: column;
      gap: 12px; }
  .section-image-banner.section-image-banner--style-fade .section-image-banner-text__inner {
    background: none;
    padding: 0;
    max-width: 580px; }
  .section-image-banner.section-image-banner--style-fade .section-image-banner__image:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(270deg, rgba(24, 26, 29, 0) 46.7%, #181A1D 100%), linear-gradient(270deg, rgba(24, 26, 29, 0) 38.99%, #181A1D 100%), linear-gradient(270deg, rgba(24, 26, 29, 0) 23.33%, #181A1D 100%), linear-gradient(270deg, rgba(24, 26, 29, 0) 23.33%, #181A1D 100%); }
  .section-image-banner--style-overlay .section-image-banner__image:before {
    content: '';
    position: absolute;
    background: #0E0E0E;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 5; }
  .section-image-banner--style-overlay .section-image-banner-text__inner {
    background: none;
    padding: 0;
    border: none;
    max-width: 800px; }
  .section-image-banner--style-overlay.section-image-banner--text-center .section-image-banner-text__inner {
    align-items: center; }
  .section-image-banner--text-center .section-image-banner__text {
    margin: 40px auto;
    text-align: center; }

.section-image-banner-text__cta {
  display: flex;
  gap: 12px;
  margin-top: 12px; }

.section-image-banner-text__arrow {
  max-width: 40px;
  margin-top: 12px; }

.section-form-form__inner {
  width: 100%;
  background: #E6F0F3;
  padding: 48px 56px; }
  @media only screen and (max-width: 900px) {
    .section-form-form__inner {
      padding: 24px 22px; } }
  .section-form-form__inner div.wpforms-container-full {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
    .section-form-form__inner div.wpforms-container-full .wpforms-form .wpforms-head-container {
      padding: 0; }
      .section-form-form__inner div.wpforms-container-full .wpforms-form .wpforms-head-container .wpforms-title {
        color: #FFFFFF;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        display: none; }
    .section-form-form__inner div.wpforms-container-full .wpforms-form .wpforms-field-sublabel {
      color: #FFFFFF !important; }

.section-form__text .pre,
.section-form__text .h1,
.section-form__text .h2 {
  margin-bottom: 16px; }

.section-form__text .btn {
  margin-top: 40px;
  display: inline-block; }
  .section-form__text .btn:first-of-type {
    margin-right: 40px; }

.section-form .grid-x {
  column-gap: 48px; }

.section-form .cell {
  width: calc(50% - 24px); }

@media only screen and (max-width: 900px) {
  .section-form .section-form__text,
  .section-form .section-form__form {
    width: 100%; }
  .section-form .section-form__form {
    order: 2 !important;
    padding-top: 40px;
    padding-bottom: 40px; }
  .section-form .section-form__text {
    order: 1 !important; } }

.section-form--position-top .grid-x {
  align-items: flex-start; }

.section-form--position-middle .grid-x {
  align-items: center; }

.section-form--position-bottom .grid-x {
  align-items: flex-end; }

.hero {
  display: flex;
  position: relative;
  overflow: hidden;
  color: #FFFFFF; }
  .hero--archive {
    background: none;
    color: inherit; }
  .hero--height-small {
    min-height: 310px; }
  .hero--height-medium {
    height: 30vh;
    min-height: 600px; }
    @media only screen and (max-width: 768px) {
      .hero--height-medium {
        height: 90vh;
        min-height: auto;
        max-height: 600px; } }
  .hero--height-large {
    height: 80vh;
    min-height: 900px; }
    .hero--height-large .hero__inner {
      padding-top: 0; }
    @media only screen and (max-width: 768px) {
      .hero--height-large {
        height: 90vh;
        min-height: auto;
        max-height: 600px; } }
  .hero.hero--has-bgvideo {
    margin-bottom: 80px; }
    .hero.hero--has-bgvideo .hero-inner-text__inner {
      padding: 48px;
      background: #0C0D0E;
      border: 1px solid;
      border-image-slice: 1;
      border-width: 2px;
      border-image-source: linear-gradient(to left, #7DE358, #54AFE2);
      width: 100%;
      max-width: 690px;
      color: #FFFFFF; }
  .hero__image {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    display: block;
    overflow: hidden;
    z-index: 5; }
    @media only screen and (max-width: 768px) {
      .hero__image {
        order: 1; } }
    .hero__image:before {
      content: '';
      position: absolute;
      background: #0C0D0E;
      width: 100%;
      height: 100%;
      opacity: 0.5; }
    .hero__image img {
      object-fit: cover;
      object-position: center center;
      width: 100%;
      height: 100%; }
  .hero__video {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    display: block;
    overflow: hidden;
    z-index: 5; }
    .hero__video video {
      object-fit: cover;
      height: 100%;
      width: 100%; }
  .hero__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10; }
    @media only screen and (max-width: 768px) {
      .hero__inner {
        flex-direction: column; } }
  .hero-inner__text {
    max-width: 680px;
    width: 100%;
    text-align: center;
    font-size: 18px; }
    @media only screen and (max-width: 600px) {
      .hero-inner__text {
        padding: 40px 0; } }
    .hero-inner__text .pre-heading {
      color: #FFFFFF; }
      .hero-inner__text .pre-heading:before {
        display: none; }
    .hero-inner__text h1 {
      margin: 0; }
    @media only screen and (max-width: 600px) {
      .hero-inner__text br {
        display: none; } }
    .hero-inner__text .h2 {
      font-family: "Gilroy", sans-serif;
      font-weight: 700;
      letter-spacing: 0.42px;
      line-height: 1.2;
      text-transform: uppercase; }
      .hero-inner__text .h2 {
        font-size: 50px; }
        @media screen and (min-width: 320px) {
          .hero-inner__text .h2 {
            font-size: calc( 50px + 17 * ( (100vw - 320px) / 1120 )); } }
        @media screen and (min-width: 1440px) {
          .hero-inner__text .h2 {
            font-size: 67px; } }
    .hero-inner__text p:first-of-type {
      margin-top: 16px; }
    .hero-inner__text .btn {
      margin-top: 16px; }
      @media only screen and (max-width: 600px) {
        .hero-inner__text .btn {
          width: 100%;
          text-align: center; } }
  .hero--width-narrow .hero-inner__text {
    max-width: 680px; }
  .hero--width-medium .hero-inner__text {
    max-width: 980px; }
  .hero--width-page .hero-inner__text {
    max-width: 100%; }
  .hero--has-bg-image .hero-inner__text {
    color: #FFFFFF; }
  .hero--height-has-image {
    margin-bottom: 120px; }
    .hero--height-has-image .hero__inner {
      justify-content: center !important;
      max-width: 100%;
      padding: 0;
      gap: 80px; }
      @media only screen and (max-width: 900px) {
        .hero--height-has-image .hero__inner {
          margin-top: 32px; } }
      @media only screen and (max-width: 768px) {
        .hero--height-has-image .hero__inner {
          gap: 0px; } }
    .hero--height-has-image .hero-inner__text {
      display: flex;
      justify-content: flex-end;
      width: 100%;
      max-width: 100%;
      padding-left: .9375rem; }
      @media only screen and (max-width: 768px) {
        .hero--height-has-image .hero-inner__text {
          order: 2; } }
      .hero--height-has-image .hero-inner__text .hero-inner-text__inner {
        max-width: 660px; }
        @media only screen and (max-width: 768px) {
          .hero--height-has-image .hero-inner__text .hero-inner-text__inner {
            max-width: 100%; } }
    .hero--height-has-image .hero-inner__image {
      width: 48%;
      min-width: 48%; }
      @media only screen and (max-width: 768px) {
        .hero--height-has-image .hero-inner__image {
          width: 100%;
          min-width: 100%; } }
      .hero--height-has-image .hero-inner__image img {
        max-width: 800px;
        width: 100%;
        object-fit: cover; }
  .hero-text-align--left .hero-inner__text {
    text-align: left; }
  .hero-text-align--center .hero-inner__text {
    text-align: center; }
  .hero-text-align--right .hero-inner__text {
    text-align: right; }
  .hero-content-align--left .hero__inner {
    width: 100%;
    justify-content: flex-start; }
  .hero-content-align--center .hero__inner {
    width: 100%;
    justify-content: center; }
  .hero-content-align--right .hero__inner {
    width: 100%;
    justify-content: flex-end; }
  .hero.hero--has-video .page-width {
    max-width: 100%;
    padding: 0; }
    .hero.hero--has-video .page-width.hero__inner {
      justify-content: flex-end; }
    .hero.hero--has-video .page-width .hero-inner__image {
      max-width: 50%; }
      @media only screen and (max-width: 768px) {
        .hero.hero--has-video .page-width .hero-inner__image {
          max-width: 100%; } }

.hero-scrolling-gallery {
  width: 50%;
  gap: 16px;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: hidden; }
  @media only screen and (max-width: 768px) {
    .hero-scrolling-gallery {
      order: 2;
      position: static;
      flex-wrap: wrap;
      margin-left: -.9375rem;
      margin-right: -.9375rem;
      width: calc(100% + 1.875rem);
      gap: 8px; } }
  .hero-scrolling-gallery__column {
    width: 50%;
    gap: 16px;
    flex-direction: column;
    display: flex;
    will-change: transform; }
    @media only screen and (max-width: 768px) {
      .hero-scrolling-gallery__column {
        flex-direction: row;
        width: 100%;
        position: relative;
        gap: 8px; } }
    .hero-scrolling-gallery__column .image-column {
      gap: 16px;
      flex-direction: column;
      display: flex; }
      @media only screen and (max-width: 768px) {
        .hero-scrolling-gallery__column .image-column {
          flex-direction: row;
          width: 100%;
          gap: 8px; } }
      .hero-scrolling-gallery__column .image-column img {
        width: 100%;
        height: 350px;
        object-fit: cover;
        object-position: 50% 50%; }
        @media only screen and (max-width: 768px) {
          .hero-scrolling-gallery__column .image-column img {
            width: 270px;
            height: 140px; } }
      .hero-scrolling-gallery__column .image-column:last-of-type {
        display: none; }
    .hero-scrolling-gallery__column.scroll-up {
      justify-content: flex-start;
      align-self: flex-start; }
      @media only screen and (max-width: 768px) {
        .hero-scrolling-gallery__column.scroll-up {
          justify-content: center;
          align-self: center; } }
      .hero-scrolling-gallery__column.scroll-up .image-column {
        margin-top: auto; }
    .hero-scrolling-gallery__column.scroll-down {
      justify-content: flex-end;
      align-self: flex-start;
      transform: translateY(-54%); }
      @media only screen and (max-width: 768px) {
        .hero-scrolling-gallery__column.scroll-down {
          transform: translateY(0); } }
      .hero-scrolling-gallery__column.scroll-down .image-column {
        justify-content: flex-end; }

@keyframes scrolling-left {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-100%); } }

.section-recent-news {
  position: relative; }
  .section-recent-news__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* Large item on left takes 2x the space */
    grid-template-rows: auto;
    /* Automatically adjusts row height */
    gap: 24px;
    /* Adjust spacing between items */
    align-items: start;
    /* Aligns items to the start of the rows */
    height: 100%;
    /* Ensure grid stretches to full height */
    position: relative;
    z-index: 5; }
    @media only screen and (max-width: 900px) {
      .section-recent-news__grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr; } }
    @media only screen and (max-width: 600px) {
      .section-recent-news__grid {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        gap: 24px 0;
        flex-wrap: wrap; } }
    .section-recent-news__grid .recent-post {
      display: flex;
      align-items: center;
      width: 100%;
      background: #FFFFFF;
      align-self: stretch;
      border-radius: 20px;
      overflow: hidden;
      flex-wrap: wrap; }
      @media only screen and (max-width: 900px) {
        .section-recent-news__grid .recent-post {
          align-self: auto; } }
      .section-recent-news__grid .recent-post .post-image {
        width: 50%;
        height: 100%;
        position: relative;
        min-height: 240px; }
        @media only screen and (max-width: 900px) {
          .section-recent-news__grid .recent-post .post-image {
            min-height: 420px; } }
        @media only screen and (max-width: 900px) {
          .section-recent-news__grid .recent-post .post-image {
            min-height: 240px;
            width: 100%; } }
        .section-recent-news__grid .recent-post .post-image img {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .section-recent-news__grid .recent-post .post-content {
        padding: 24px;
        width: 50%;
        height: 100%;
        display: flex;
        align-items: center; }
        @media only screen and (max-width: 900px) {
          .section-recent-news__grid .recent-post .post-content {
            padding: 16px;
            width: 100%; } }
        @media only screen and (max-width: 600px) {
          .section-recent-news__grid .recent-post .post-content {
            width: 100%;
            padding: 24px 16px; } }
        .section-recent-news__grid .recent-post .post-content h3 {
          margin: 0 0 24px; }
        .section-recent-news__grid .recent-post .post-content .post-date {
          font-size: 16px;
          margin: 0 0 8px; }
        .section-recent-news__grid .recent-post .post-content .btn {
          margin-top: 16px; }
    .section-recent-news__grid .recent-post--featured {
      grid-column: 1 / 2;
      /* Span the first column */
      grid-row: 1 / 3;
      /* Span the first three rows */
      flex-direction: column;
      align-self: unset; }
      @media only screen and (max-width: 900px) {
        .section-recent-news__grid .recent-post--featured {
          grid-column: span 2;
          grid-row: span 1; } }
      @media only screen and (max-width: 600px) {
        .section-recent-news__grid .recent-post--featured {
          grid-column: span 1;
          grid-row: span 1; } }
      .section-recent-news__grid .recent-post--featured .post-image {
        width: 100%;
        min-height: 360px; }
      .section-recent-news__grid .recent-post--featured .post-content {
        padding: 28px 48px;
        width: 100%; }
        @media only screen and (max-width: 900px) {
          .section-recent-news__grid .recent-post--featured .post-content {
            padding: 16px; } }
        .section-recent-news__grid .recent-post--featured .post-content h3 {
          margin: 0 0 16px;
          line-height: 1.1; }
        .section-recent-news__grid .recent-post--featured .post-content p {
          margin: 0; }

.section-testimonials {
  border-radius: 14px; }
  .section-testimonials .section-header {
    align-items: center;
    justify-content: center;
    margin: 0 0 24px; }
  .section-testimonials__grid {
    max-width: 1100px;
    margin: auto; }
    .section-testimonials__grid .testimonials {
      position: relative;
      padding: 64px 0; }
      .section-testimonials__grid .testimonials:before {
        content: '';
        width: 25px;
        height: 25px;
        background: url("../images/icon.blockquote.svg") center center no-repeat;
        background-size: contain;
        margin: 0 auto 32px;
        display: block; }
      .section-testimonials__grid .testimonials:not(.splide) .splide__list {
        display: block; }
    .section-testimonials__grid .splide__track {
      max-width: 1100px;
      margin: 0 auto; }
    .section-testimonials__grid .splide__list {
      transition: all 0.2s; }
    .section-testimonials__grid .splide__pagination {
      bottom: -40px; }
    .section-testimonials__grid .splide__arrow {
      top: 20%; }
    @media only screen and (max-width: 1020px) {
      .section-testimonials__grid .splide__arrows {
        display: none; } }
    .section-testimonials__grid .testimonial {
      border: none;
      padding: 0;
      margin: 0; }
      .section-testimonials__grid .testimonial__text {
        line-height: 1.4;
        margin: 0 0 32px; }
        .section-testimonials__grid .testimonial__text {
          font-size: 24px; }
          @media screen and (min-width: 320px) {
            .section-testimonials__grid .testimonial__text {
              font-size: calc( 24px + 24 * ( (100vw - 320px) / 1120 )); } }
          @media screen and (min-width: 1440px) {
            .section-testimonials__grid .testimonial__text {
              font-size: 48px; } }
      .section-testimonials__grid .testimonial__author {
        font-size: 20px; }
      .section-testimonials__grid .testimonial-author__details {
        display: flex;
        align-items: center;
        justify-content: center; }
        .section-testimonials__grid .testimonial-author__details {
          font-size: 16px; }
          @media screen and (min-width: 320px) {
            .section-testimonials__grid .testimonial-author__details {
              font-size: calc( 16px + 2 * ( (100vw - 320px) / 1120 )); } }
          @media screen and (min-width: 1440px) {
            .section-testimonials__grid .testimonial-author__details {
              font-size: 18px; } }
      .section-testimonials__grid .testimonial-author__image {
        overflow: hidden;
        width: 100px;
        height: 100px;
        border-radius: 50%; }
        .section-testimonials__grid .testimonial-author__image img {
          object-fit: cover;
          height: 100%;
          width: 100%; }
      .section-testimonials__grid .testimonial__author--has-img {
        display: flex;
        text-align: left;
        align-items: center;
        justify-content: center;
        gap: 12px; }

.section-image-with-text-text__inner blockquote {
  font-style: italic;
  border-left: 0;
  padding: 0; }
  .section-image-with-text-text__inner blockquote {
    font-size: 25px; }
    @media screen and (min-width: 320px) {
      .section-image-with-text-text__inner blockquote {
        font-size: calc( 25px + 3 * ( (100vw - 320px) / 1120 )); } }
    @media screen and (min-width: 1440px) {
      .section-image-with-text-text__inner blockquote {
        font-size: 28px; } }
  .section-image-with-text-text__inner blockquote p {
    line-height: 1.4; }

.section-custom {
  background: #008ABF;
  color: #FFFFFF; }
  .section-custom__header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 32px; }
  .section-custom-header__left {
    max-width: 40%; }
    @media only screen and (max-width: 768px) {
      .section-custom-header__left {
        max-width: 100%; } }
    .section-custom-header__left h2 {
      margin: 0; }
      @media only screen and (max-width: 768px) {
        .section-custom-header__left h2 {
          margin-bottom: 12px; } }
  .section-custom-header__right {
    max-width: 40%; }
    @media only screen and (max-width: 768px) {
      .section-custom-header__right {
        max-width: 100%; } }
    .section-custom-header__right p {
      margin: 0; }
  .section-custom__stats .stat__value {
    font-family: "Gilroy", sans-serif;
    font-weight: 600; }
    .section-custom__stats .stat__value {
      font-size: 34px; }
      @media screen and (min-width: 320px) {
        .section-custom__stats .stat__value {
          font-size: calc( 34px + 30 * ( (100vw - 320px) / 1120 )); } }
      @media screen and (min-width: 1440px) {
        .section-custom__stats .stat__value {
          font-size: 64px; } }
  .section-custom__stats .stat__details {
    max-width: 80%;
    margin: 0; }
    @media only screen and (max-width: 768px) {
      .section-custom__stats .stat__details {
        max-width: 100%; } }
  .section-custom-stats__inner {
    padding: 32px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center; }
    @media only screen and (max-width: 768px) {
      .section-custom-stats__inner {
        text-align: center;
        gap: 12px; } }
  .section-custom-stats__stat {
    max-width: 30%;
    border-left: 1px solid #FFFFFF;
    padding-left: 32px; }
    @media only screen and (max-width: 768px) {
      .section-custom-stats__stat {
        max-width: 100%;
        padding-left: 0;
        border-left: 0; } }

.section-faqs h2 {
  border-bottom: 1px solid #4D4D4D;
  padding-bottom: 18px;
  margin: 0 40px 0px 40px; }
  @media only screen and (max-width: 768px) {
    .section-faqs h2 {
      margin: 0 10px; } }

.section-faqs .faqs-section h3 {
  margin: 0 40px 0 40px;
  padding-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  border-bottom: 1px solid #4D4D4D; }
  @media only screen and (max-width: 768px) {
    .section-faqs .faqs-section h3 {
      margin: 0 10px; } }
  .section-faqs .faqs-section h3:after {
    content: '';
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 50%;
    background: url("../images/icon.chevron-up.svg") center center no-repeat;
    display: block; }
    @media only screen and (max-width: 768px) {
      .section-faqs .faqs-section h3:after {
        width: 30px;
        height: 30px;
        min-width: 30px;
        background-size: 50%; } }

.section-faqs .faqs-section .faq-item {
  margin: 22px 0; }

.faq-body {
  display: none;
  margin: 0 40px 0 40px; }
  @media only screen and (max-width: 768px) {
    .faq-body {
      margin: 0 10px; } }

.faq-item.open h3 {
  border-bottom: none; }
  .faq-item.open h3:after {
    transform: rotate(180deg); }

.faq-item.open .faq-body {
  display: block;
  border-bottom: 1px solid #4D4D4D; }

/*# sourceMappingURL=maps/theme.css.map */
