@charset "UTF-8";
/**
    Theme Name: VisionSharp Theme
    Author: VisionSharp
    Version: 1.0.0
*/
@import "https://use.typekit.net/wrl6nav.css";
@import url(node_modules/@fortawesome/fontawesome-pro/css/all.min.css);
:root {
  --colour-white: #ffffff;
  --colour-black: #000000; }

/***
    The new CSS reset - version 1.8.4 (last updated 14.2.2023)
    GitHub page: https://github.com/elad2412/the-new-css-reset
***/
/*
    Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
    - The "symbol *" part is to solve Firefox SVG sprite bug
 */
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert; }

/* Preferred box-sizing value */
*,
*::before,
*::after {
  box-sizing: border-box; }

/* Reapply the pointer cursor for anchor tags */
a, button {
  cursor: revert; }

/* Remove list styles (bullets/numbers) */
ol, ul, menu {
  list-style: none; }

/* For images to not be able to exceed their container */
img {
  width: 100%;
  max-width: 100%; }

/* removes spacing between cells in tables */
table {
  border-collapse: collapse; }

/* Safari - solving issue when using user-select:none on the <body> text input doesn't working */
input, textarea {
  -webkit-user-select: auto; }

/* revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert; }

/* minimum style to allow to style meter element */
meter {
  -webkit-appearance: revert;
  appearance: revert; }

/* preformatted text - use only for this feature */
:where(pre) {
  all: revert; }

/* reset default text opacity of input placeholder */
::placeholder {
  color: unset; }

/* remove default dot (•) sign */
::marker {
  content: initial; }

/* fix the feature of 'hidden' attribute.
 display:revert; revert to element instead of attribute */
:where([hidden]) {
  display: none; }

/* revert for bug in Chromium browsers
 - fix for the content editable attribute will work properly.
 - webkit-user-select: auto; added for Safari in case of using user-select:none on wrapper element*/
:where([contenteditable]:not([contenteditable="false"])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto; }

/* apply back the draggable feature - exist only in Chromium and Safari */
:where([draggable="true"]) {
  -webkit-user-drag: element; }

/* Revert Modal native behavior */
:where(dialog:modal) {
  all: revert; }

html {
  scroll-behavior: smooth;
  font-size: 10px; }
  @media (min-width: 992px) {
    html {
      font-size: 7.1145px; } }
  @media (min-width: 1280px) {
    html {
      font-size: 7.5px; } }
  @media (min-width: 1536px) {
    html {
      font-size: 10px; } }

.body, .wp-block-post-content {
  font-weight: 300 !important;
  font-style: normal !important;
  font-size: 2rem !important;
  font-family: 'Montserrat', sans-serif !important;
  line-height: 1.5 !important;
  color: #000000 !important; }

html :where(.wp-block) {
  width: 100%;
  max-width: 100%; }

.body-ptop {
  padding-top: 12.5rem; }
  @media (min-width: 992px) {
    .body-ptop {
      padding-top: 15rem; } }

.container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative; }
  @media (min-width: 992px) {
    .container {
      padding-right: 6.0rem;
      padding-left: 6.0rem; } }
  @media (min-width: 992px) {
    .container-small {
      padding-left: 3.0rem;
      padding-right: 3.0rem; } }

.mobile {
  display: block; }
  @media (min-width: 992px) {
    .mobile {
      display: none; } }

.desktop {
  display: none; }
  @media (min-width: 992px) {
    .desktop {
      display: block; } }

.PoetsenOne {
  font-family: "Poetsen One", sans-serif; }

.icon {
  display: flex;
  align-items: center;
  margin-left: 0.5rem;
  transition: all 0.3s ease-in-out; }

.icon_active {
  width: 1.6rem;
  height: 1.6rem;
  background: #292C30;
  border-radius: 50%;
  transition: all 0.3s ease-in-out; }

.icon_inactive {
  width: 0.4rem;
  height: 0.4rem;
  background: #292C30;
  border-radius: 50%;
  margin-left: 0.5rem;
  transition: all 0.3s ease-in-out; }

.icon-white .icon_active {
  background: #ffffff; }

.icon-white .icon_inactive {
  background: #ffffff; }

.icon-blue .icon_active {
  background: #6FA7CC; }

.icon-blue .icon_inactive {
  background: #6FA7CC; }

.btn {
  display: inline-flex;
  align-items: center;
  border-radius: 10.9rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
  width: fit-content;
  margin-left: auto;
  color: #fff;
  background-color: #292C30;
  min-width: 22rem;
  justify-content: space-between; }
  @media (min-width: 992px) {
    .btn {
      padding-left: 2rem;
      padding-right: 2rem;
      padding-top: 2.2rem;
      padding-bottom: 2.2rem; } }
  .btn-blue {
    background-color: #6FA7CC; }
  .btn_text {
    font-size: 1.8rem;
    padding-right: 2rem; }
    @media (min-width: 992px) {
      .btn_text {
        font-size: 2rem;
        padding-right: 3.2rem; } }
  .btn_icon {
    display: flex;
    align-items: center;
    margin-left: 0.5rem; }
    .btn_icon_active {
      width: 1.6rem;
      height: 1.6rem;
      background: #fff;
      border-radius: 50%; }
    .btn_icon_inactive {
      width: 0.4rem;
      height: 0.4rem;
      background: #fff;
      border-radius: 50%;
      margin-left: 0.5rem; }

.wysiwyg {
  font-size: 2rem;
  line-height: 1.75;
  font-weight: 300;
  color: #000; }
  .wysiwyg p {
    margin-bottom: 4rem; }
    .wysiwyg p:last-child {
      margin-bottom: 0; }
  .wysiwyg strong {
    font-weight: 700; }

.js-point-reveal {
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: translateY(50px); }
  .js-point-reveal.visible {
    opacity: 1;
    transform: none; }

.js-fade-in-left,
.js-fade-in-right,
.js-fade-in-top {
  opacity: 0; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 9999;
  display: none; }
  @media (min-width: 992px) {
    .modal {
      justify-content: center;
      align-items: center; } }

.modal.modal-active {
  display: flex; }

.modal_container {
  background: #FFFFFF;
  border-radius: 2rem;
  width: 100%;
  position: relative;
  padding: 2rem; }
  @media (min-width: 992px) {
    .modal_container {
      max-width: 70%;
      padding: 6rem; } }

.modal_close {
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
  font-size: 2.5rem; }

.modal_content {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  overflow-y: scroll;
  height: 100%; }
  @media (min-width: 992px) {
    .modal_content {
      gap: 6rem;
      flex-direction: row;
      height: auto;
      overflow-y: hidden; } }

.modal_image {
  width: 100%;
  max-width: 70%; }
  @media (min-width: 992px) {
    .modal_image {
      max-width: calc(33.33% - 3rem); } }
  .modal_image img {
    width: 100%;
    border-radius: 2rem;
    object-fit: cover; }

.modal_text {
  width: 100%; }
  @media (min-width: 992px) {
    .modal_text {
      max-width: calc(66.66% - 3rem); } }

.modal_text_title {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 2rem; }
  @media (min-width: 992px) {
    .modal_text_title {
      font-size: 2.4rem; } }

.modal_text_content p {
  margin-bottom: 2rem; }

.gform_wrapper {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative; }
  @media (min-width: 992px) {
    .gform_wrapper {
      padding-right: 6.0rem;
      padding-left: 6.0rem; } }

.gfield_radio {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  max-width: 50% !important;
  margin-left: auto !important;
  margin-right: auto !important; }

.gchoice {
  border: none !important;
  box-shadow: none !important; }

.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-style-square.gfield--image-choice-appearance-card .gchoice:where(:has(input:checked))::after {
  display: none; }

#wpadminbar {
  display: none; }

.headerMenu {
  width: 40rem;
  height: 100%;
  display: block;
  background-color: #292C30;
  overflow-y: auto;
  padding-right: 3.0rem;
  padding-left: 3.0rem;
  padding-top: 3.0rem;
  padding-bottom: 3.0rem;
  position: fixed;
  left: -40rem;
  transition: all .3s ease-in-out;
  z-index: 1000;
  top: 0;
  opacity: 0; }
  .headerMenu-open {
    left: 0;
    opacity: 1; }
  .headerMenu_button {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    color: #ffffff;
    cursor: pointer; }
    .headerMenu_button_circle {
      width: 6rem;
      height: 6rem;
      border: 0.1rem solid #ffffff;
      border-radius: 50%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      .headerMenu_button_circle_dot {
        width: 0.5rem;
        height: 0.5rem;
        background-color: #ffffff;
        border-radius: 50%;
        margin: 0.5rem 0; }
  .headerMenu_list {
    margin-top: 3rem; }
  .headerMenu_item {
    margin-bottom: 2rem; }
    .headerMenu_item i {
      color: #ffffff;
      cursor: pointer; }
  .headerMenu_link {
    line-height: 1;
    font-size: 2.5rem;
    font-weight: 500;
    color: #ffffff;
    text-decoration: none; }
  .headerMenu_megamenu-wrapper {
    display: flex;
    position: absolute;
    width: 100%;
    left: -40rem;
    top: 10rem;
    z-index: 1;
    min-height: calc(100vh - 10rem);
    background-color: #292C30;
    flex-direction: column;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-top: 2rem;
    transition: all .3s ease-in-out;
    opacity: 0; }
    .headerMenu_megamenu-wrapper.active {
      opacity: 1;
      left: 0; }
  .headerMenu_megamenu-title {
    line-height: 1;
    font-size: 2.5rem;
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
    margin-bottom: 4rem;
    cursor: pointer; }
  .headerMenu_megamenu-group-link {
    margin-bottom: 2rem; }
    .headerMenu_megamenu-group-link-link {
      line-height: 1;
      font-size: 2.5rem;
      font-weight: 500;
      color: #ffffff;
      text-decoration: none; }

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: transparent;
  color: black;
  display: flex;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  transition: all 0.3s ease-in-out; }
  .header-active .header_flex_col_button {
    color: #292C30; }
  .header-active .header_flex_col_button_circle {
    border: 0.1rem solid #292C30; }
  .header-active .header_flex_col_button_circle_dot {
    background-color: #292C30; }
  .header-active .header_flex_col_search {
    color: #292C30;
    border: 1px solid #292C30; }
    .header-active .header_flex_col_search .header_flex_col_search_input::placeholder {
      color: #292C30; }
  .header-active .icon-white .icon_active {
    background-color: #292C30; }
  .header-active .icon-white .icon_inactive {
    background-color: #292C30; }
  .header-active .header_flex_underlay {
    right: 0;
    max-width: 100%;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem; }
    @media (min-width: 992px) {
      .header-active .header_flex_underlay {
        right: auto;
        left: 0; } }
  .header-active .header_flex_col_search_input {
    color: #292C30; }
  .header_flex {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    padding-left: 3rem;
    padding-right: 3rem; }
    .header_flex_col {
      flex: 1; }
      .header_flex_col:nth-child(3) {
        display: none; }
        @media (min-width: 992px) {
          .header_flex_col:nth-child(3) {
            display: flex; } }
      .header_flex_col-logo {
        display: flex;
        justify-content: flex-end; }
        @media (min-width: 992px) {
          .header_flex_col-logo {
            justify-content: center; } }
      .header_flex_col_button {
        display: flex;
        align-items: center;
        color: white;
        cursor: pointer;
        gap: 1rem;
        transition: all 0.3s ease-in-out; }
        @media (min-width: 992px) {
          .header_flex_col_button {
            gap: 1.5rem; } }
        .header_flex_col_button-black {
          color: #292C30; }
          .header_flex_col_button-black .header_flex_col_button_circle {
            border-color: #292C30; }
          .header_flex_col_button-black .header_flex_col_button_circle_dot {
            background-color: #292C30; }
        .header_flex_col_button_label {
          font-size: 1.8rem; }
          @media (min-width: 992px) {
            .header_flex_col_button_label {
              font-size: 2rem; } }
        .header_flex_col_button_circle {
          border: 0.1rem solid white;
          border-radius: 50%;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          width: 4rem;
          height: 4rem;
          transition: all 0.3s ease-in-out; }
          @media (min-width: 992px) {
            .header_flex_col_button_circle {
              width: 6rem;
              height: 6rem; } }
          .header_flex_col_button_circle_dot {
            width: 0.2rem;
            height: 0.2rem;
            background-color: white;
            border-radius: 50%;
            margin: 0.4rem 0;
            transition: all 0.3s ease-in-out; }
            @media (min-width: 992px) {
              .header_flex_col_button_circle_dot {
                width: 0.5rem;
                height: 0.5rem;
                margin: 0.5rem 0; } }
      .header_flex_col_logo {
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        max-width: 12rem;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        border-bottom-left-radius: 2rem;
        border-bottom-right-radius: 2rem; }
        @media (min-width: 640px) {
          .header_flex_col_logo {
            max-width: 16rem; } }
        @media (min-width: 992px) {
          .header_flex_col_logo {
            max-width: 24.3rem; } }
        .header_flex_col_logo img {
          width: 100%;
          max-width: 12rem;
          padding-left: 1.5rem;
          padding-right: 1.5rem;
          display: block; }
          @media (min-width: 640px) {
            .header_flex_col_logo img {
              max-width: 16rem;
              padding-left: 3rem;
              padding-right: 3rem; } }
          @media (min-width: 992px) {
            .header_flex_col_logo img {
              max-width: 24.3rem; } }
      .header_flex_col_search {
        max-width: 21.9rem;
        display: flex;
        align-items: center;
        border: 1px solid white;
        border-radius: 10.9rem;
        padding-left: 2.5rem;
        padding-right: 2.5rem;
        padding-top: 1.7rem;
        padding-bottom: 1.7rem;
        width: fit-content;
        margin-left: auto;
        color: white;
        background-color: transparent;
        transition: all 0.3s ease-in-out; }
        @media (min-width: 992px) {
          .header_flex_col_search {
            padding-left: 2rem;
            padding-right: 2rem;
            padding-top: 2.2rem;
            padding-bottom: 2.2rem; } }
        .header_flex_col_search-black {
          color: #292C30;
          border: 1px solid #292C30; }
        .header_flex_col_search_input {
          width: 100%;
          background: transparent;
          border: none;
          outline: none;
          font-size: 1.8rem;
          line-height: 1;
          color: #ffffff;
          transition: all 0.3s ease-in-out; }
          .header_flex_col_search_input::placeholder {
            color: white;
            transition: all 0.3s ease-in-out; }
          .header_flex_col_search_input-black {
            color: #292C30; }
            .header_flex_col_search_input-black::placeholder {
              color: #292C30; }
    .header_flex_underlay {
      position: absolute;
      top: 0;
      left: auto;
      right: 3rem;
      width: 100%;
      max-width: 12rem;
      height: 100%;
      background: #ffffff;
      border-bottom-left-radius: 2rem;
      border-bottom-right-radius: 2rem;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      z-index: -1;
      transition: all 0.3s ease-in-out; }
      @media (min-width: 640px) {
        .header_flex_underlay {
          max-width: 16rem; } }
      @media (min-width: 992px) {
        .header_flex_underlay {
          max-width: 24.3rem;
          left: calc(50% - 12.15rem);
          right: auto; } }

#lottie-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  width: 100%;
  height: 100%;
  transition: opacity 2s ease-out;
  opacity: 1;
  background-size: cover;
  background-position: left center;
  z-index: 1; }
  #lottie-wrapper .lottie-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #6FA7CC;
    transition: opacity 2s ease-out; }
  #lottie-wrapper.loaded {
    opacity: 0;
    z-index: -1; }

@media (max-width: 992px) {
  #lottie-wrapper {
    background-image: none !important; } }

.home #lottie-wrapper {
  position: absolute; }
  .home #lottie-wrapper .fade-out {
    opacity: 0; }
  .home #lottie-wrapper.loaded {
    z-index: 1;
    opacity: 1; }

.footerContact {
  position: relative;
  margin-bottom: 5rem; }
  @media (min-width: 992px) {
    .footerContact {
      margin-top: 20rem;
      margin-bottom: 0; } }
  .footerContact_container {
    background-color: #6FA7CC;
    border-radius: 2rem;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 5rem;
    padding-bottom: 5rem; }
    @media (min-width: 992px) {
      .footerContact_container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        padding-left: 6rem;
        padding-right: 6rem;
        padding-top: 10rem;
        padding-bottom: 10rem;
        left: 6rem;
        right: 6rem; } }
  .footerContact_title {
    font-size: 3rem;
    line-height: 1.2;
    font-weight: 600;
    color: #fff;
    margin-bottom: 2rem; }
    @media (min-width: 992px) {
      .footerContact_title {
        font-size: 5rem;
        margin-bottom: 0; } }
  .footerContact_link {
    display: flex;
    align-items: center;
    border-radius: 10.9rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 1.7rem;
    padding-bottom: 1.7rem;
    width: fit-content;
    color: #fff;
    background-color: #292C30; }
    @media (min-width: 992px) {
      .footerContact_link {
        margin-left: auto;
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: 2.2rem;
        padding-bottom: 2.2rem; } }
    .footerContact_link_text {
      font-size: 1.8rem;
      padding-right: 2rem; }
      @media (min-width: 992px) {
        .footerContact_link_text {
          font-size: 2rem;
          padding-right: 3.2rem; } }
    .footerContact_link_icon {
      display: flex;
      align-items: center;
      margin-left: 0.5rem; }
      .footerContact_link_icon_active {
        width: 1.6rem;
        height: 1.6rem;
        background: #fff;
        border-radius: 50%; }
      .footerContact_link_icon_inactive {
        width: 0.4rem;
        height: 0.4rem;
        background: #fff;
        border-radius: 50%;
        margin-left: 0.5rem; }

.footer {
  background-color: #E9ECEE;
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-image: url("assets/images/footer_bg.svg");
  background-size: cover;
  background-position: top right; }
  @media (min-width: 992px) {
    .footer {
      padding-top: 23rem; } }
  .footer_flex {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start; }
    @media (min-width: 992px) {
      .footer_flex-first {
        padding-bottom: 10.6rem; } }
  .footer_col {
    margin-bottom: 5rem; }
    @media (min-width: 992px) {
      .footer_col {
        margin-bottom: 0; } }
    .footer_col:nth-child(1) {
      width: 100%; }
      @media (min-width: 992px) {
        .footer_col:nth-child(1) {
          max-width: 23.22%; } }
    .footer_col:nth-child(2) {
      width: 100%; }
      @media (min-width: 992px) {
        .footer_col:nth-child(2) {
          max-width: 28.49%; } }
    .footer_col:nth-child(3) {
      width: 100%; }
      @media (min-width: 992px) {
        .footer_col:nth-child(3) {
          max-width: 48.27%; } }
    .footer_col_inner {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      justify-content: space-between;
      align-items: flex-start; }
      .footer_col_inner_col {
        width: 100%;
        margin-bottom: 5rem; }
        @media (min-width: 640px) {
          .footer_col_inner_col {
            margin-bottom: 0; } }
        @media (min-width: 992px) {
          .footer_col_inner_col:nth-child(1) {
            max-width: 60%; } }
        @media (min-width: 1280px) {
          .footer_col_inner_col:nth-child(1) {
            max-width: 48%; } }
        @media (min-width: 992px) {
          .footer_col_inner_col:nth-child(2) {
            max-width: 35%; } }
        @media (min-width: 1280px) {
          .footer_col_inner_col:nth-child(2) {
            max-width: 48%; } }
  .footer_title {
    font-size: 3rem;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 3rem;
    color: #292C30; }
  .footer_address p {
    color: #292C30;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.66;
    margin-bottom: 3rem; }
  .footer_tel, .footer_email {
    color: #292C30;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.66;
    display: block; }
  .footer_tel {
    margin-bottom: 3rem; }
  @media (min-width: 640px) {
    .footer_links {
      column-count: 2; } }
  .footer_links_link {
    margin-bottom: 2rem; }
  .footer_links_link {
    color: #292C30;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1; }
  .footer_newsletter {
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
    .footer_newsletter_input {
      width: 100%;
      max-width: 25rem;
      height: 6rem;
      display: flex;
      align-items: center;
      padding-left: 2rem;
      padding-right: 2rem;
      border-radius: 3rem;
      background-color: #fff;
      border: none;
      outline: none;
      font-size: 1.8rem;
      line-height: 1;
      color: #292C30;
      margin-right: 1rem; }
      @media (min-width: 992px) {
        .footer_newsletter_input {
          max-width: 29rem; } }
      .footer_newsletter_input::placeholder {
        color: #292C30; }
    .footer_newsletter_button {
      width: 6rem;
      height: 6rem;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #ffffff;
      border-radius: 3rem;
      border: none;
      cursor: pointer; }
      .footer_newsletter_button_icon {
        display: flex;
        align-items: center;
        margin-left: 0.5rem; }
        .footer_newsletter_button_icon_active {
          width: 1.6rem;
          height: 1.6rem;
          background: #292C30;
          border-radius: 50%; }
        .footer_newsletter_button_icon_inactive {
          width: 0.4rem;
          height: 0.4rem;
          background: #292C30;
          border-radius: 50%;
          margin-left: 0.5rem; }
  .footer_accreditations_logo {
    width: 100%;
    max-width: 27rem;
    margin-bottom: 2rem; }
  .footer_bottom {
    color: #292C30;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 3rem; }
    @media (min-width: 992px) {
      .footer_bottom {
        margin-bottom: 0; } }
    .footer_bottom:last-child {
      margin-bottom: 0; }
    .footer_bottom a {
      color: #292C30;
      text-decoration: none; }

.wysiwyg ul {
  margin-left: 0.5rem; }
  .wysiwyg ul li {
    padding-left: 3.7rem;
    position: relative; }
    .wysiwyg ul li:before {
      content: '';
      position: absolute;
      width: 1.6rem;
      height: 1.6rem;
      background: #292C30;
      border-radius: 50%;
      left: 0;
      top: 0.9rem; }
    .wysiwyg ul li:after {
      content: '';
      position: absolute;
      width: 0.4rem;
      height: 0.4rem;
      background: #292C30;
      border-radius: 50%;
      left: 2.1rem;
      top: 1.6rem; }

.fade-in-top {
  -webkit-animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both; }

.fade-in-bottom {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both; }

.fade-in-left {
  -webkit-animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both; }

.fade-in-right {
  -webkit-animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both; }

.scroll-transform-top {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1.2s ease-out;
  -moz-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 1.2s ease-out; }

.scroll-transform-cancel {
  opacity: 1 !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important; }

@keyframes progress-bar-anim {
  from {
    width: 0%; }
  to {
    width: 100%; } }

@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes gradientLoop {
  from {
    background-position: left center; }
  to {
    background-position: right center; } }

@keyframes fadeSiteIn {
  /* [1] */
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeSiteOut {
  /* [2] */
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.searchFormSection {
  display: flex;
  align-items: center;
  border: 1px solid white;
  border-radius: 10.9rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
  width: 100%;
  color: white;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  color: #292C30;
  border: 1px solid #292C30;
  margin-bottom: 4rem;
  max-width: 50%; }
  @media (min-width: 992px) {
    .searchFormSection {
      padding-left: 2rem;
      padding-right: 2rem;
      padding-top: 2.2rem;
      padding-bottom: 2.2rem; } }

.searchPage_result {
  margin-bottom: 4rem; }

.searchForm_input {
  width: 100%;
  max-width: 100%; }

.searchForm_button {
  cursor: pointer; }

.searchPage_result_title {
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
  color: #292C30; }
  @media (min-width: 992px) {
    .searchPage_result_title {
      font-size: 3rem; } }

.single_container {
  margin-top: 3rem; }
  @media (min-width: 992px) {
    .single_container {
      margin-top: 6rem; } }

.single_breadcrumbs {
  margin-bottom: 4rem; }

.single_title {
  font-size: 5rem;
  line-height: 1;
  font-weight: 600;
  color: #000000;
  margin-bottom: 3rem; }
  @media (min-width: 992px) {
    .single_title {
      font-size: 5rem; } }

.single_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 5rem;
  grid-gap: 10rem; }

.single_col {
  width: 100%; }
  @media (min-width: 992px) {
    .single_col:first-child {
      max-width: calc(75% - 5rem); } }
  @media (min-width: 992px) {
    .single_col:last-child {
      max-width: calc(25% - 5rem); } }

.singleHeader {
  height: calc(60vh - 6rem);
  overflow: hidden;
  margin-top: 3rem;
  margin-bottom: 3rem; }
  @media (min-width: 992px) {
    .singleHeader {
      height: calc(100vh - 6rem); } }

.singleHeader_image {
  position: relative;
  height: calc(60vh - 6rem);
  overflow: hidden;
  border-radius: 2rem; }
  @media (min-width: 992px) {
    .singleHeader_image {
      height: calc(100vh - 6rem); } }
  .singleHeader_image img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    object-position: center center; }

.singleHeader_image_overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  background-color: #000;
  opacity: 0.2; }

.singleHeader_content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1; }

.singleHeader_content_curve {
  width: 2rem;
  height: 2rem;
  border-bottom-right-radius: 2rem;
  position: absolute;
  top: -1.9rem;
  left: 1.9rem;
  box-shadow: 0.6rem 0.6rem 0 #ffffff;
  rotate: 90deg; }
  @media (min-width: 992px) {
    .singleHeader_content_curve {
      left: 2.9rem; } }

.singleHeader_content_flex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between; }

.singleHeader_content_text {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 1rem;
  padding-right: 2rem;
  border-top-right-radius: 2rem;
  position: relative; }

.singleHeader_content_text_curve {
  width: 2rem;
  height: 2rem;
  border-bottom-right-radius: 2rem;
  position: absolute;
  top: auto;
  bottom: -0.1rem;
  left: auto;
  box-shadow: 0.6rem 0.6rem 0 #ffffff;
  rotate: 90deg;
  right: -1.9rem; }

.singleHeader_content_avatar {
  margin-right: 1rem; }
  .singleHeader_content_avatar img {
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    display: block; }

.singleHeader_content_info_name {
  font-size: 2rem;
  line-height: 1;
  font-weight: 400;
  color: #000000; }
  @media (min-width: 992px) {
    .singleHeader_content_info_name {
      font-size: 3rem; } }

.singleHeader_content_info_date {
  color: #C6C7C7;
  font-size: 1.6rem; }
  @media (min-width: 992px) {
    .singleHeader_content_info_date {
      font-size: 2rem; } }

.singleHeader_content_social {
  background-color: #ffffff;
  border-top-left-radius: 2rem;
  padding-top: 2rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  display: none;
  align-items: center;
  gap: 1.5rem;
  position: relative; }
  @media (min-width: 992px) {
    .singleHeader_content_social {
      display: flex; } }

.singleHeader_content_social_curve {
  width: 2rem;
  height: 2rem;
  border-bottom-right-radius: 2rem;
  position: absolute;
  top: auto;
  bottom: -0.1rem;
  left: -1.9rem;
  box-shadow: 0.6rem 0.6rem 0 #ffffff; }

.singleHeader_content_social_curve2 {
  width: 2rem;
  height: 2rem;
  border-bottom-right-radius: 2rem;
  position: absolute;
  top: -1.9rem;
  right: -0.1rem;
  box-shadow: 0.6rem 0.6rem 0 #ffffff; }

.singleHeader_content_social_title {
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
  color: #292C30;
  display: flex;
  grid-gap: 1rem; }

.singleHeader_content_social_links {
  display: flex;
  align-items: center;
  gap: 0.75rem; }

.singleHeader_content_social_link {
  border-radius: 50%;
  font-size: 2rem;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center; }

.singleHeader_content_social_link-facebook {
  font-size: 2rem;
  color: #1977F3; }
  @media (min-width: 992px) {
    .singleHeader_content_social_link-facebook {
      font-size: 3rem; } }

.singleHeader_content_social_link-twitter {
  color: #ffffff;
  background-color: #000000; }

.singleHeader_content_social_link-linkedin {
  color: #ffffff;
  background-color: #0274b3;
  border-radius: 50%; }

.aboutGrid {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden; }
  @media (min-width: 992px) {
    .aboutGrid {
      padding-top: 10rem;
      padding-bottom: 10rem; } }
  .aboutGrid-bg {
    background-image: url("assets/images/aboutGrid.svg");
    background-size: cover; }

.aboutGrid_title {
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 2rem;
  color: #292C30;
  display: flex;
  grid-gap: 1rem; }
  @media (min-width: 992px) {
    .aboutGrid_title {
      font-size: 3rem; } }

.aboutGrid_description {
  font-size: 2rem;
  line-height: 1.25;
  font-weight: 500;
  color: #292C30;
  margin-bottom: 5rem; }
  @media (min-width: 992px) {
    .aboutGrid_description {
      margin-bottom: 0;
      font-size: 2.5rem;
      font-weight: 400;
      line-height: 1.6; } }

.aboutGrid_image img {
  border-radius: 2rem; }

.aboutGrid_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap; }

.aboutGrid_col:first-child {
  width: 100%; }
  @media (min-width: 992px) {
    .aboutGrid_col:first-child {
      max-width: 49%; } }

.aboutGrid_col:last-child {
  width: 100%; }
  @media (min-width: 992px) {
    .aboutGrid_col:last-child {
      max-width: 37%; } }

.allArticles_title {
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
  color: #292C30;
  display: flex;
  grid-gap: 1rem;
  margin-bottom: 2rem; }
  @media (min-width: 992px) {
    .allArticles_title {
      font-size: 3rem;
      margin-bottom: 0; } }

.allArticles_content {
  margin-top: 2rem;
  margin-bottom: 4rem; }
  @media (min-width: 992px) {
    .allArticles_content {
      margin-bottom: 0; } }

.allArticles_header {
  width: 100%;
  margin-bottom: 4rem; }
  @media (min-width: 992px) {
    .allArticles_header {
      display: flex;
      align-items: center;
      justify-content: space-between; } }

.allArticles_header_col {
  width: 100%; }
  @media (min-width: 992px) {
    .allArticles_header_col {
      max-width: 37%; } }
  @media (min-width: 992px) {
    .allArticles_header_col:last-child {
      display: flex;
      justify-content: flex-end; } }

.allArticles_header_col_search {
  display: flex;
  align-items: center;
  border: 1px solid white;
  border-radius: 10.9rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
  width: fit-content;
  color: white;
  background-color: transparent; }
  @media (min-width: 992px) {
    .allArticles_header_col_search {
      max-width: 21.9rem; } }
  .allArticles_header_col_search-black {
    color: #000000;
    border: 1px solid #000000; }
  .allArticles_header_col_search_input {
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
    font-size: 1.8rem;
    line-height: 1;
    color: #000000; }
    .allArticles_header_col_search_input::placeholder {
      color: white; }
    .allArticles_header_col_search_input-black::placeholder {
      color: #000000; }

.allArticles_body {
  position: relative; }

.allArticles_grid {
  margin-bottom: 6rem; }
  @media (min-width: 768px) {
    .allArticles_grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 2rem; } }
  @media (min-width: 992px) {
    .allArticles_grid {
      grid-template-columns: repeat(3, 1fr); } }

.allArticles_post {
  position: relative;
  overflow: hidden;
  margin-bottom: 3rem;
  border-radius: 2.2rem;
  border-radius: 2.2rem;
  background-color: #535353; }
  @media (min-width: 992px) {
    .allArticles_post {
      margin-bottom: 0; } }
  .allArticles_post:hover .allArticles_post_image img {
    transform: scale(1.1); }

.allArticles_post_image {
  position: relative;
  border-top-right-radius: 2rem;
  border-top-left-radius: 2rem;
  transition: transform 0.3s ease;
  height: 42rem;
  overflow: hidden;
  width: 100%;
  display: block;
  margin-bottom: 2rem; }
  .allArticles_post_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    display: block; }

.allArticles_post_content {
  background-color: #535353;
  border-bottom-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  flex: 1;
  margin-top: 0; }

.allArticles_post_title {
  font-size: 3rem;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 2rem; }

.allArticles_post_excerpt {
  font-size: 1.6rem;
  line-height: 1.4;
  color: #ffffff;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 2rem; }

.allArticles_recentPosts_title {
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
  color: #292C30;
  display: flex;
  grid-gap: 1rem;
  margin-bottom: 2rem; }
  @media (min-width: 992px) {
    .allArticles_recentPosts_title {
      font-size: 3rem;
      margin-bottom: 3rem; } }

.allArticles_recentPost_image {
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 2rem; }
  .allArticles_recentPost_image img {
    object-fit: cover;
    position: absolute;
    object-position: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%; }

.allArticles_recentPost_title {
  font-size: 3rem;
  line-height: 1;
  font-weight: 600;
  color: #292C30;
  display: flex;
  grid-gap: 1rem;
  margin-bottom: 4rem;
  margin-top: 2rem; }

.allArticles_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  z-index: 10;
  display: none;
  padding-top: 5rem; }

.allArticles_overlay i {
  font-size: 5rem;
  color: #333; }

.pagination {
  text-align: center;
  margin-top: 2rem; }

.pagination__list {
  display: inline-flex;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0; }

.pagination__link {
  display: inline-block;
  padding: 0.5em 0.75em;
  border-radius: 0.25em;
  background: #f2f2f2;
  color: #333;
  text-decoration: none; }

.pagination__link:hover {
  background: #ddd; }

.pagination__link.is-current {
  background: #333;
  color: #fff;
  font-weight: bold;
  cursor: default; }

.pagination__link.is-dots {
  background: transparent;
  pointer-events: none;
  color: #aaa; }

.pagination__link.is-next,
.pagination__link.is-prev {
  font-weight: bold; }

.backgroundInfo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative; }
  @media (min-width: 992px) {
    .backgroundInfo {
      padding-top: 12rem;
      padding-bottom: 12rem; } }

.backgroundInfo_background_image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1; }
  .backgroundInfo_background_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }

.backgroundInfo_background_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5); }

.backgroundInfo_content {
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 992px) {
    .backgroundInfo_content {
      max-width: 70%; } }

.backgroundInfo_title {
  text-align: center;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 500;
  color: #fff;
  margin-bottom: 3rem; }
  @media (min-width: 992px) {
    .backgroundInfo_title {
      font-size: 4rem; } }

.backgroundInfo_description {
  text-align: center;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 300;
  color: #fff;
  margin-bottom: 3rem; }
  @media (min-width: 992px) {
    .backgroundInfo_description {
      margin-bottom: 5rem; } }

.backgroundInfo_button {
  text-align: center; }

.cardColumnRepeater_columns {
  margin-bottom: 3rem; }
  @media (min-width: 992px) {
    .cardColumnRepeater_columns {
      display: flex;
      gap: 6rem;
      position: relative;
      flex-wrap: wrap;
      align-items: flex-start;
      justify-content: space-between;
      margin-bottom: 6rem; } }
  .cardColumnRepeater_columns-marginTop {
    margin-top: 5rem; }
    @media (min-width: 992px) {
      .cardColumnRepeater_columns-marginTop {
        margin-top: 9rem; } }

.cardColumnRepeater_columns_columnLeft {
  width: 100%; }
  @media (min-width: 992px) {
    .cardColumnRepeater_columns_columnLeft {
      max-width: calc(50% - 3rem);
      position: sticky;
      top: 15.1rem; } }

.cardColumnRepeater_columns_columnLeft_title {
  font-size: 3rem;
  line-height: 1.25;
  font-weight: 500;
  color: #000000;
  margin-bottom: 3rem; }
  @media (min-width: 992px) {
    .cardColumnRepeater_columns_columnLeft_title {
      font-size: 4rem; } }

.cardColumnRepeater_columns_columnLeft_description {
  margin-bottom: 3rem; }

.cardColumnRepeater_columns_columnRight {
  width: 100%; }
  @media (min-width: 992px) {
    .cardColumnRepeater_columns_columnRight {
      max-width: calc(50% - 3rem); } }

@media (min-width: 640px) {
  .cardColumnRepeater_columns_columnRight_rows {
    display: flex;
    gap: 3rem; } }

@media (min-width: 992px) {
  .cardColumnRepeater_columns_columnRight_rows {
    gap: 6rem; } }

.cardColumnRepeater_columns_columnRight_rows_columns {
  width: 100%;
  background-color: #E9ECEE;
  border-radius: 2rem;
  padding: 3rem;
  margin-bottom: 3rem; }
  @media (min-width: 640px) {
    .cardColumnRepeater_columns_columnRight_rows_columns {
      max-width: calc(50% - 1.5rem); } }
  @media (min-width: 992px) {
    .cardColumnRepeater_columns_columnRight_rows_columns {
      max-width: calc(50% - 3rem); } }

@media (min-width: 640px) {
  .cardColumnRepeater_columns_columnRight_rows_columns-full {
    max-width: 100%; } }

@media (min-width: 992px) {
  .cardColumnRepeater_columns_columnRight_rows_columns-full {
    max-width: 100%; } }

.cardColumnRepeater_columns_columnRight_rows_columns_number {
  font-size: 5rem;
  color: #6FA7CC;
  font-weight: 500;
  line-height: 1.2; }
  @media (min-width: 992px) {
    .cardColumnRepeater_columns_columnRight_rows_columns_number {
      font-size: 10rem; } }

.cardColumnRepeater_columns_columnRight_rows_columns_title {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.66;
  margin-bottom: 2rem;
  color: #000000; }

.cardColumnRepeater_columns_columnRight_rows_columns_description {
  /* Add your styles here */ }

.contact_flex {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 10rem; }

.contact_col {
  width: 100%; }
  @media (min-width: 992px) {
    .contact_col:first-child {
      max-width: calc(66.6% - 5rem); } }
  @media (min-width: 992px) {
    .contact_col:last-child {
      max-width: calc(33.3% - 5rem); } }

.contact_title {
  color: #000000;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 3rem; }

.contact_details {
  margin-bottom: 5rem; }

.contact_type {
  margin-bottom: 2.5rem; }
  .contact_type:last-child {
    margin-bottom: 0; }

.contact_details_flex {
  display: flex;
  align-items: center;
  gap: 1.2rem; }

.contact_details_label {
  font-weight: 600;
  margin-bottom: 0.4rem;
  font-size: 2rem;
  line-height: 1.4;
  color: #000000; }

.contact_details_icon {
  height: 4rem;
  width: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: EEF8FF;
  border: 1px solid #D5D5D5;
  border-radius: 0.8rem;
  color: #6EC6FF;
  font-size: 2rem; }

.contact_offices_title {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 600;
  color: #000000;
  display: flex;
  grid-gap: 1rem;
  margin-bottom: 2rem; }

.contact_offices {
  background: #E4E6E8;
  border-radius: 1.2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  margin-bottom: 1.6rem;
  cursor: pointer; }

.contact_offices_department {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.4;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.contact_offices_department_chevron {
  transition: transform 0.3s ease; }

.contact_offices_department_chevron-active {
  transform: rotate(180deg); }

.contact_offices_details {
  display: none;
  padding-top: 1.6rem; }

.gfield_label {
  font-size: 2rem !important;
  line-height: 1.4 !important;
  font-weight: 600 !important;
  color: #000000 !important; }

.gfield_required {
  font-size: 2rem !important;
  line-height: 1.4 !important;
  font-weight: 600 !important;
  color: #D5D5D5 !important; }

.gform-theme--foundation .gfield .ginput_password.large,
.gform-theme--foundation .gfield input.large,
.gform-theme--foundation .gfield select.large,
.gform-theme--foundation .gfield textarea.large,
.gform-theme--foundation .gfield textarea.medium,
.gform-theme--foundation .gfield textarea.medium,
.gform-theme--foundation .gfield textarea.small {
  font-size: 2rem !important;
  line-height: 1 !important;
  font-weight: 400 !important;
  color: #000000 !important;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  padding-top: 1.6rem !important;
  padding-bottom: 1.6rem !important;
  border-radius: 1.2rem !important;
  border: 1px solid #D5D5D5 !important;
  box-shadow: none !important; }

.gform-theme--foundation .gfield .ginput_password.large,
.gform-theme--foundation .gfield input.large,
.gform-theme--foundation .gfield select.large,
.gform-theme--foundation .gfield textarea.large {
  height: auto !important; }

.gform-theme--framework .gform-field-label--type-inline {
  font-size: 2rem !important;
  line-height: 1.4 !important;
  font-weight: 400 !important;
  color: #000000 !important; }

.customFooterButton {
  display: flex !important;
  align-items: center !important;
  border-radius: 10.9rem !important;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  padding-top: 2.2rem !important;
  padding-bottom: 2.2rem !important;
  width: fit-content !important;
  color: #fff !important;
  background-color: #292C30 !important;
  font-size: 2rem !important;
  font-weight: 300 !important; }

.customFooterButton_icon {
  display: flex !important;
  align-items: center !important;
  margin-left: 0.5rem !important; }

.customFooterButton_icon_active {
  width: 1.6rem !important;
  height: 1.6rem !important;
  background: #fff !important;
  border-radius: 50% !important; }

.customFooterButton_icon_inactive {
  width: 0.4rem !important;
  height: 0.4rem !important;
  background: #fff !important;
  border-radius: 50% !important;
  margin-left: 0.5rem !important; }

.acf-map {
  width: 100%;
  height: 28rem;
  position: relative;
  margin-bottom: 3rem;
  border-radius: 2rem; }

.marker {
  display: none; }

.fullContentWidth {
  background-image: url(assets/images/aboutGrid.svg);
  background-size: cover; }

.fullContentWidth_content {
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 992px) {
    .fullContentWidth_content {
      max-width: calc(66.6% - 5rem); } }

.gridHero {
  overflow: hidden;
  margin-top: 3rem;
  margin-bottom: 3rem; }
  @media (min-width: 992px) {
    .gridHero {
      height: calc(100vh - 6rem); } }

.gridHero_columns {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  flex-direction: row; }
  @media (min-width: 992px) {
    .gridHero_columns {
      height: calc(100vh - 6rem);
      flex-direction: column; } }

.gridHero_columns_columnLeft {
  width: 100%;
  position: relative;
  max-width: 100%;
  height: 70vh; }
  @media (min-width: 992px) {
    .gridHero_columns_columnLeft {
      max-width: calc(50% - 1.5rem);
      height: calc(100vh - 6rem); } }

.gridHero_columns_columnLeft a:hover .gridHero_columns_columnLeft_image img {
  transform: scale(1.1); }

.gridHero_columns_columnLeft a:hover .gridHero_columns_columnLeft_video video {
  transform: scale(1.1); }

.gridHero_columns_columnLeft a:hover .gridHero_columns_columnLeft_image_overlay2 {
  opacity: 0.3; }

.gridHero_columns_columnLeft a:hover .gridHero_columns_columnLeft_video_overlay2 {
  opacity: 0.3; }

.gridHero_columns_columnLeft_content {
  position: absolute;
  bottom: 3rem;
  left: 3rem;
  right: 3rem;
  z-index: 2;
  width: 100%;
  max-width: 80%; }

.gridHero_columns_columnLeft_title {
  font-size: 4rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
  text-align: left;
  margin-bottom: 3rem;
  height: 100%; }
  @media (min-width: 992px) {
    .gridHero_columns_columnLeft_title {
      font-size: 5rem; } }

.gridHero_columns_columnLeft_subtitle {
  font-size: 2rem;
  font-weight: 300;
  color: #fff;
  line-height: 1.4;
  text-align: left; }
  @media (min-width: 992px) {
    .gridHero_columns_columnLeft_subtitle {
      font-size: 2rem; } }

.gridHero_columns_columnLeft_image {
  position: relative;
  height: 70vh;
  overflow: hidden;
  border-radius: 2rem;
  z-index: 1; }
  @media (min-width: 992px) {
    .gridHero_columns_columnLeft_image {
      height: calc(100vh - 6rem); } }
  .gridHero_columns_columnLeft_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transition: transform 0.3s ease-in-out; }

.gridHero_columns_columnLeft_image_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 70%, rgba(0, 0, 0, 0.9) 100%);
  opacity: 1;
  border-radius: 2rem; }

.gridHero_columns_columnLeft_image_overlay2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background: #000000;
  opacity: 0;
  transition: all 0.3s ease-in-out; }

.gridHero_columns_columnLeft_video {
  position: relative;
  height: calc(100vh - 6rem);
  overflow: hidden;
  border-radius: 2rem;
  z-index: 1;
  transition: transform 0.3s ease-in-out; }
  .gridHero_columns_columnLeft_video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 2rem;
    transition: transform 0.3s ease-in-out; }

.gridHero_columns_columnLeft_video_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 70%, rgba(0, 0, 0, 0.9) 100%);
  opacity: 1;
  border-radius: 2rem; }

.gridHero_columns_columnLeft_video_overlay2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background: #000000;
  opacity: 0;
  transition: all 0.3s ease-in-out; }

.gridHero_columns_columnRight {
  width: 100%;
  max-width: 100%;
  display: grid;
  row-gap: 3rem;
  grid-template-rows: repeat(auto-fit, minmax(0, 1fr)); }
  @media (min-width: 992px) {
    .gridHero_columns_columnRight {
      padding-top: 11.1rem;
      max-width: calc(50% - 1.5rem);
      height: 100%; } }

.gridHero_columns_columnRight_rows {
  display: flex;
  grid-gap: 3rem;
  flex-wrap: wrap;
  width: 100%; }

.gridHero_columns_columnRight_rows_columns {
  width: 100%;
  max-width: 100%;
  position: relative;
  height: 30vh; }
  @media (min-width: 992px) {
    .gridHero_columns_columnRight_rows_columns {
      max-width: calc(50% - 1.5rem);
      height: 100%; } }

.gridHero_columns_columnRight_rows_columns a:hover .gridHero_columns_columnRight_rows_columns_image img {
  transform: scale(1.1); }

.gridHero_columns_columnRight_rows_columns a:hover .gridHero_columns_columnRight_rows_columns_video video {
  transform: scale(1.1); }

.gridHero_columns_columnRight_rows_columns a:hover .gridHero_columns_columnRight_rows_columns_image_overlay2 {
  opacity: 0.3; }

.gridHero_columns_columnRight_rows_columns a:hover .gridHero_columns_columnRight_rows_columns_video_overlay2 {
  opacity: 0.3; }

.gridHero_columns_columnRight_rows_columns-full {
  max-width: 100%; }

.gridHero_columns_columnRight_rows_columns_title {
  position: absolute;
  bottom: 3rem;
  left: 2.2rem;
  right: 2.2rem;
  z-index: 4;
  font-size: 2.6rem;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.gridHero_columns_columnRight_rows_columns_image {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 2rem;
  overflow: hidden; }
  .gridHero_columns_columnRight_rows_columns_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transition: transform 0.3s ease-in-out; }

.gridHero_columns_columnRight_rows_columns_image_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 70%, rgba(0, 0, 0, 0.9) 100%);
  opacity: 1;
  border-radius: 2rem; }

.gridHero_columns_columnRight_rows_columns_image_overlay2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background: #000000;
  opacity: 0;
  transition: all 0.3s ease-in-out; }

.gridHero_columns_columnRight_rows_columns_video {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 2rem;
  overflow: hidden; }
  .gridHero_columns_columnRight_rows_columns_video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 2rem;
    transition: transform 0.3s ease-in-out; }

.gridHero_columns_columnRight_rows_columns_video_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.2;
  border-radius: 2rem; }

.gridHero_columns_columnRight_rows_columns_video_overlay2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background: #000000;
  opacity: 0;
  transition: all 0.3s ease-in-out; }

html {
  margin-top: 0 !important; }

.homepageHero {
  height: calc(100vh - 6rem);
  overflow: hidden;
  margin-top: 3rem;
  margin-bottom: 3rem; }

.homepageHero_video_url {
  position: relative;
  height: calc(100vh - 6rem);
  overflow: hidden;
  border-radius: 2rem; }
  .homepageHero_video_url video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    object-position: center center; }

.homepageHero_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #fff;
  height: calc(100vh - 6rem);
  z-index: 2; }

.homepageHero_overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  background-color: #000;
  opacity: 0.2; }

.homepageHero_mask {
  z-index: 3;
  width: 100%;
  max-width: 100%;
  height: 30rem;
  background-color: #fff;
  position: absolute;
  bottom: -2px;
  right: 0;
  border-top-left-radius: 2rem; }
  @media (min-width: 992px) {
    .homepageHero_mask {
      max-width: 50%; } }

.homepageHero_mask_curve {
  width: 2rem;
  height: 2rem;
  border-bottom-right-radius: 2rem;
  position: absolute;
  top: -1.9rem;
  left: 1.9rem;
  box-shadow: 0.6rem 0.6rem 0 #ffffff;
  rotate: 90deg; }
  @media (min-width: 992px) {
    .homepageHero_mask_curve {
      top: auto;
      bottom: -0.1rem;
      left: -1.9rem;
      rotate: 0deg; } }

.homepageHero_mask_curve2 {
  width: 2rem;
  height: 2rem;
  border-bottom-right-radius: 2rem;
  position: absolute;
  top: -1.9rem;
  right: 1.9rem;
  box-shadow: 0.6rem 0.6rem 0 #ffffff; }
  @media (min-width: 992px) {
    .homepageHero_mask_curve2 {
      right: 2.9rem; } }

.homepageHero_mask_flex {
  display: flex;
  gap: 3rem;
  height: 100%;
  padding-top: 3rem;
  padding-left: 2rem;
  padding-right: 2rem;
  flex-direction: column; }
  @media (min-width: 992px) {
    .homepageHero_mask_flex {
      padding-left: 3rem;
      padding-right: 3rem;
      flex-direction: row; } }

.homepageHero_title {
  position: absolute;
  width: 100%;
  height: calc(100vh - 30rem);
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (min-width: 992px) {
    .homepageHero_title {
      height: calc(100vh - 6rem); } }

.homepageHero_title_title {
  font-size: 5rem;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  padding-left: 4rem;
  padding-right: 4rem; }
  @media (min-width: 992px) {
    .homepageHero_title_title {
      font-size: 10rem; } }

.homepageHero_subtitle {
  position: absolute;
  top: 30rem;
  left: auto;
  width: 100%;
  color: #fff;
  line-height: 1.4;
  text-align: left;
  z-index: 2;
  display: none;
  max-width: 50%;
  right: 0;
  padding-left: 6rem;
  padding-right: 9rem;
  text-align: center;
  font-weight: 500;
  font-size: 3.2rem; }
  @media (min-width: 992px) {
    .homepageHero_subtitle {
      display: block; } }

.homepageHero_pageSelector {
  border-radius: 2rem;
  overflow: hidden;
  position: relative;
  flex: 1;
  transition: flex 0.3s ease; }

.homepageHero_mask_flex:hover .homepageHero_pageSelector {
  flex: 4; }
  .homepageHero_mask_flex:hover .homepageHero_pageSelector .homepageHero_PageSelector_overlay {
    opacity: 0.8; }

.homepageHero_mask_flex:hover .homepageHero_pageSelector:hover {
  flex: 6; }
  .homepageHero_mask_flex:hover .homepageHero_pageSelector:hover .homepageHero_PageSelector_overlay {
    opacity: 0.3; }

.homepageHero_PageSelector_overlay {
  position: absolute;
  background: #000000 0% 0% no-repeat padding-box;
  inset: 0;
  opacity: 0.6;
  z-index: 1;
  transition: opacity 0.3s ease; }

.homepageHero_pageSelector_title {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  right: 2rem;
  text-align: left;
  color: #fff;
  z-index: 2;
  font-size: 3rem;
  line-height: 1;
  font-weight: 600; }

.homepageHero_pageSelector_image {
  width: 100%;
  height: 100%; }
  .homepageHero_pageSelector_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center; }

.homepageHero_PageSelector_icon {
  display: flex;
  align-items: center;
  margin-left: 0.5rem;
  position: absolute;
  bottom: 4.5rem;
  right: 5rem;
  z-index: 2; }

.homepageHero_PageSelector_icon_active {
  width: 1.6rem;
  height: 1.6rem;
  background: white;
  border-radius: 50%; }

.homepageHero_PageSelector_icon_inactive {
  width: 0.4rem;
  height: 0.4rem;
  background: white;
  border-radius: 50%;
  margin-left: 0.5rem; }

.latestCarousel {
  background-color: #E9ECEE;
  padding-top: 5rem;
  padding-bottom: 3rem;
  overflow: hidden; }
  @media (min-width: 992px) {
    .latestCarousel {
      padding-top: 10rem; } }

.latestCarousel_title {
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
  color: #292C30;
  display: flex;
  grid-gap: 1rem;
  width: 100%;
  margin-bottom: 2rem; }
  @media (min-width: 992px) {
    .latestCarousel_title {
      font-size: 3rem;
      max-width: 50%;
      margin-bottom: 0; } }

.latestCarousel_button {
  width: 100%; }
  @media (min-width: 992px) {
    .latestCarousel_button {
      display: flex;
      justify-content: flex-end;
      max-width: 50%; } }

.latestCarousel_header {
  margin-bottom: 7rem; }
  @media (min-width: 992px) {
    .latestCarousel_header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 9rem; } }

.latestCarousel_post {
  position: relative;
  height: 100%;
  border-radius: 2.2rem;
  border-radius: 2.2rem;
  background-color: #535353; }
  .latestCarousel_post:hover .latestCarousel_post_image img {
    transform: scale(1.1); }

.latestCarousel_post_link {
  height: 100%;
  display: flex;
  flex-direction: column; }

.latestCarousel_post_image {
  position: relative;
  border-top-right-radius: 2rem;
  border-top-left-radius: 2rem;
  transition: transform 0.3s ease;
  height: 30rem;
  overflow: hidden;
  width: 100%;
  display: block;
  margin-bottom: 2rem; }
  .latestCarousel_post_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    display: block; }

.latestCarousel_post_content {
  background-color: #535353;
  border-bottom-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  flex: 1;
  margin-top: 0; }

.latestCarousel_post_title {
  font-size: 3rem;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 2rem; }

.latestCarousel_post_excerpt {
  font-size: 1.6rem;
  line-height: 1.4;
  color: #ffffff;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 2rem; }

.latestCarousel .swiper-container {
  overflow: visible; }

.latestCarousel .swiper-scrollbar {
  position: relative;
  margin-top: 5rem;
  left: 0;
  width: 100%;
  height: 0.2rem;
  background: #DBDFE2; }
  @media (min-width: 992px) {
    .latestCarousel .swiper-scrollbar {
      margin-top: 10rem; } }

.latestCarousel .swiper-scrollbar-drag {
  background: #000000; }

.latestCarousel .swiper-slide {
  height: 100%; }

.ourTeam {
  margin-bottom: 10rem; }

.ourTeam_title {
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
  color: #292C30;
  display: flex;
  grid-gap: 1rem;
  margin-bottom: 2rem; }
  @media (min-width: 992px) {
    .ourTeam_title {
      font-size: 3rem; } }

@media (min-width: 640px) {
  .ourTeam_team_members {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem; } }

@media (min-width: 992px) {
  .ourTeam_team_members {
    grid-template-columns: repeat(4, 1fr);
    gap: 6rem; } }

.ourTeam_member {
  position: relative;
  margin-bottom: 3rem;
  cursor: pointer; }
  @media (min-width: 640px) {
    .ourTeam_member {
      margin-bottom: 0; } }

.ourTeam_member_image {
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 2rem; }
  .ourTeam_member_image img {
    object-fit: cover;
    position: absolute;
    object-position: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%; }

.ourTeam_member_info {
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 68%;
  background: #fff;
  border-top-left-radius: 2rem;
  padding-left: 1rem;
  padding-top: 1rem; }
  @media (min-width: 992px) {
    .ourTeam_member_info {
      padding-left: 2rem;
      padding-top: 2rem;
      padding-bottom: 2rem; } }

.ourTeam_member_info_curve {
  width: 2rem;
  height: 2rem;
  border-bottom-right-radius: 2rem;
  position: absolute;
  bottom: -0.1rem;
  left: -1.9rem;
  box-shadow: 0.6rem 0.6rem 0 #ffffff; }

.ourTeam_member_info_curve2 {
  width: 2rem;
  height: 2rem;
  border-bottom-right-radius: 2rem;
  position: absolute;
  top: -1.9rem;
  right: -0.1rem;
  box-shadow: 0.6rem 0.6rem 0 #ffffff; }

.ourTeam_member_name {
  text-align: right;
  font-weight: 700;
  font-size: 2rem; }
  @media (min-width: 992px) {
    .ourTeam_member_name {
      font-size: 2.4rem; } }

.ourTeam_member_job_title {
  text-align: right;
  font-size: 1.6rem; }
  @media (min-width: 992px) {
    .ourTeam_member_job_title {
      font-size: 2rem; } }

.supportAccordion {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #292C30;
  margin-bottom: 5rem; }
  @media (min-width: 992px) {
    .supportAccordion {
      padding-top: 10rem;
      padding-bottom: 23rem;
      margin-bottom: 20rem; } }

.supportAccordion_title {
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
  color: #6FA7CC;
  display: flex;
  grid-gap: 1rem;
  margin-bottom: 2rem;
  width: 100%; }
  @media (min-width: 992px) {
    .supportAccordion_title {
      font-size: 3rem;
      margin-bottom: 5rem; } }

.supportAccordion_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative; }

.supportAccordion_description {
  width: 100%;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 500;
  color: #fff;
  top: 0;
  margin-bottom: 5rem; }
  @media (min-width: 992px) {
    .supportAccordion_description {
      max-width: 50%;
      font-size: 5rem;
      margin-bottom: 0;
      position: sticky;
      top: 15.1rem; } }

.supportAccordion_categoryRepeater {
  width: 100%;
  display: grid;
  grid-gap: 1.9rem; }
  @media (min-width: 992px) {
    .supportAccordion_categoryRepeater {
      max-width: 44.44%; } }

.supportAccordion_categoryRepeater_item {
  border-top: 1px solid #54565A;
  border-right: 1px solid #54565A;
  border-left: 1px solid #54565A;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem; }

.supportAccordion_categoryRepeater_title {
  font-size: 2.5rem;
  line-height: 1.33;
  font-weight: 600;
  color: #fff;
  padding-top: 1.5rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media (min-width: 992px) {
    .supportAccordion_categoryRepeater_title {
      font-size: 3rem;
      padding-top: 1.9rem;
      padding-right: 1.9rem;
      padding-left: 1.9rem; } }

.supportAccordion_categoryRepeater_description {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 300;
  color: #fff;
  display: none;
  padding-right: 1.9rem;
  padding-bottom: 1.9rem;
  padding-left: 1.9rem; }

.supportAccordion_categoryRepeater_item-active {
  background-color: #fff;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem; }
  .supportAccordion_categoryRepeater_item-active .supportAccordion_categoryRepeater_title {
    color: #292C30;
    padding-bottom: 2rem; }
  .supportAccordion_categoryRepeater_item-active .supportAccordion_categoryRepeater_description {
    color: #292C30; }

.textColumns {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #292C30;
  overflow: hidden; }
  @media (min-width: 992px) {
    .textColumns {
      padding-top: 10rem;
      padding-bottom: 10rem; } }
  .textColumns-paddingmargin {
    margin-bottom: 5rem; }
    @media (min-width: 992px) {
      .textColumns-paddingmargin {
        padding-bottom: 25rem;
        margin-bottom: -20rem; } }

@media (min-width: 992px) {
  .textColumns_columns {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 10rem; } }

.textColumns_columns_columnLeft {
  width: 100%; }
  @media (min-width: 992px) {
    .textColumns_columns_columnLeft {
      max-width: 42.83%; } }

.textColumns_columns_columnLeft_title {
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
  color: #6FA7CC;
  display: flex;
  grid-gap: 1rem;
  margin-bottom: 2rem;
  width: 100%; }
  @media (min-width: 992px) {
    .textColumns_columns_columnLeft_title {
      font-size: 3rem;
      margin-bottom: 5rem; } }

.textColumns_columns_columnLeft_sub_title {
  color: #ffffff;
  font-size: 3rem;
  line-height: 1.25;
  font-weight: 500;
  margin-bottom: 4rem; }
  @media (min-width: 992px) {
    .textColumns_columns_columnLeft_sub_title {
      font-size: 4rem;
      margin-bottom: 0; } }

.textColumns_columns_columnRight {
  width: 100%; }
  @media (min-width: 992px) {
    .textColumns_columns_columnRight {
      max-width: 51.55%; } }

.textColumns_columns_columnRight_description p {
  color: #ffffff; }

.textHero {
  margin-top: 3rem;
  margin-bottom: 7rem; }
  @media (min-width: 992px) {
    .textHero {
      min-height: calc(100vh - 6rem);
      margin-bottom: 3rem; } }
  .textHero-auto {
    min-height: auto; }

@media (min-width: 992px) {
  .textHero_columns {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    min-height: 100vh;
    padding-bottom: 6rem; } }

.textHero-auto .textHero_columns {
  min-height: auto; }

.textHero_columns_columnLeft {
  width: 100%;
  position: relative; }
  @media (min-width: 992px) {
    .textHero_columns_columnLeft {
      max-width: calc(50% - 1.5rem); } }

.textHero_columns_columnLeft_title {
  font-size: 3rem;
  line-height: 1.25;
  font-weight: 500;
  color: #000000;
  margin-bottom: 3rem; }
  @media (min-width: 992px) {
    .textHero_columns_columnLeft_title {
      font-size: 4rem; } }

.textHero_columns_columnLeft_image {
  position: relative;
  height: 100%;
  border-radius: 2rem; }

.textHero_columns_columnLeft_image_img {
  display: block;
  border-radius: 2rem; }
  @media (min-width: 992px) {
    .textHero_columns_columnLeft_image_img {
      position: absolute;
      top: 50%;
      left: 50%;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      transform: translate(-50%, -50%);
      object-fit: cover;
      object-position: center center; } }

.textHero_columns_columnLeft_image_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.2;
  border-radius: 2rem; }

.textHero_columns_columnLeft_image_overlay2 {
  position: sticky;
  top: 50%;
  display: none; }
  @media (min-width: 992px) {
    .textHero_columns_columnLeft_image_overlay2 {
      display: block; } }

.textHero_columns_columnLeft_image_overlay2_img {
  width: 18%;
  margin-left: 3%;
  margin-top: -22%; }

.textHero_columns_columnLeft_video {
  position: relative;
  height: calc(100vh - 6rem);
  overflow: hidden;
  border-radius: 2rem; }
  .textHero_columns_columnLeft_video video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    object-position: center center; }

.textHero_columns_columnLeft_video_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.2;
  border-radius: 2rem; }

.textHero_columns_columnLeft_video_overlay2 {
  position: sticky;
  top: 50%;
  display: none; }
  @media (min-width: 992px) {
    .textHero_columns_columnLeft_video_overlay2 {
      display: block; } }

.textHero_columns_columnLeft_video_overlay2_img {
  width: 18%;
  margin-left: 3%;
  margin-top: -22%; }

.textHero_columns_columnRight {
  width: 100%;
  padding-top: 3rem; }
  @media (min-width: 992px) {
    .textHero_columns_columnRight {
      max-width: calc(50% - 1.5rem);
      padding-top: 22.1rem; } }

.textHero_columns_columnRight-small {
  padding-top: 3rem; }
  @media (min-width: 992px) {
    .textHero_columns_columnRight-small {
      padding-top: 6.6rem; } }

.textHero_columns_columnRight-none {
  padding-top: 0; }

.textHero_columns_columnRight_title {
  font-size: 3rem;
  line-height: 1.25;
  font-weight: 500;
  color: #000000;
  margin-bottom: 3rem; }
  @media (min-width: 992px) {
    .textHero_columns_columnRight_title {
      font-size: 4rem; } }

.titleHero {
  overflow: hidden;
  margin-top: 3rem;
  margin-bottom: 5rem; }
  @media (min-width: 992px) {
    .titleHero {
      min-height: calc(100vh - 6rem);
      margin-bottom: 7rem; } }

@media (min-width: 992px) {
  .titleHero_columns {
    display: flex;
    flex-wrap: wrap;
    gap: 6rem;
    min-height: 100vh;
    padding-bottom: 6rem; } }

.titleHero-auto .titleHero_columns {
  min-height: auto; }

.titleHero_columns_columnLeft {
  width: 100%;
  position: relative;
  margin-bottom: 3rem; }
  @media (min-width: 992px) {
    .titleHero_columns_columnLeft {
      max-width: calc(50% - 3rem); } }

.titleHero_columns_columnLeft_title {
  font-size: 4rem;
  line-height: 1.25;
  font-weight: 500;
  color: #000000;
  margin-bottom: 3rem; }

.titleHero_columns_columnLeft_image {
  position: relative;
  overflow: hidden;
  border-radius: 2rem; }
  @media (min-width: 992px) {
    .titleHero_columns_columnLeft_image {
      height: 100%; } }
  .titleHero_columns_columnLeft_image img {
    display: block; }
    @media (min-width: 992px) {
      .titleHero_columns_columnLeft_image img {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        transform: translate(-50%, -50%);
        object-fit: cover;
        object-position: center center; } }

.titleHero_columns_columnLeft_image_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.2;
  border-radius: 2rem; }

.titleHero_columns_columnLeft_video {
  position: relative;
  height: calc(100vh - 6rem);
  overflow: hidden;
  border-radius: 2rem; }
  .titleHero_columns_columnLeft_video video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    object-position: center center; }

.titleHero_columns_columnLeft_video_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.2;
  border-radius: 2rem; }

.titleHero_columns_columnRight {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  opacity: 0; }
  @media (min-width: 992px) {
    .titleHero_columns_columnRight {
      max-width: calc(50% - 3rem); } }

.titleHero_columns_columnRight_title {
  font-size: 5rem;
  line-height: 1;
  font-weight: 600;
  color: #000000;
  margin-bottom: 2rem; }
  @media (min-width: 992px) {
    .titleHero_columns_columnRight_title {
      margin-bottom: 3rem;
      font-size: 10rem; } }

.titleHero_columns_columnRight_description p {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 500;
  color: #000; }
  @media (min-width: 992px) {
    .titleHero_columns_columnRight_description p {
      font-size: 3.5rem;
      font-weight: 400; } }

.snapTextImage {
  position: relative;
  overflow: hidden; }
  @media (min-width: 992px) {
    .snapTextImage {
      height: 100vh; } }

.snapTextImage .swiper-wrapper {
  flex-direction: column; }
  @media (min-width: 992px) {
    .snapTextImage .swiper-wrapper {
      flex-direction: row; } }

@media (min-width: 992px) {
  .snapTextImage .swiper {
    height: 100vh; } }

.snapTextImage_title {
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
  color: #292C30;
  display: flex;
  grid-gap: 1rem;
  width: 100%;
  margin-bottom: 2rem; }
  @media (min-width: 992px) {
    .snapTextImage_title {
      font-size: 3rem;
      max-width: 50%;
      margin-bottom: 3rem; } }

.snapTextImage_item {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  padding-top: 5rem;
  padding-bottom: 5rem; }
  @media (min-width: 992px) {
    .snapTextImage_item {
      padding-top: 15rem;
      padding-bottom: 15rem;
      height: calc(100vh - 3rem); } }

.snapTextImage_column {
  width: 100%; }
  @media (min-width: 992px) {
    .snapTextImage_column {
      max-width: calc(50% - 1.5rem); } }
  @media (min-width: 992px) {
    .snapTextImage_column:first-child {
      align-self: center; } }

.snapTextImage_image {
  position: relative;
  overflow: hidden;
  border-radius: 2rem; }
  @media (min-width: 992px) {
    .snapTextImage_image {
      height: 100%; } }
  .snapTextImage_image img {
    display: block; }
    @media (min-width: 992px) {
      .snapTextImage_image img {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        transform: translate(-50%, -50%);
        object-fit: cover;
        object-position: center center; } }

.snapTextImage_image_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0;
  border-radius: 2rem; }

.snapTextImage_video {
  position: relative;
  overflow: hidden;
  border-radius: 2rem; }
  @media (min-width: 992px) {
    .snapTextImage_video {
      height: 100%; } }
  .snapTextImage_video video {
    display: block; }
    @media (min-width: 992px) {
      .snapTextImage_video video {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        transform: translate(-50%, -50%);
        object-fit: cover;
        object-position: center center; } }

.snapTextImage_video_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.2;
  border-radius: 2rem; }

@media (min-width: 992px) {
  #pinContainer {
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-perspective: 1000;
    perspective: 1000; } }

@media (min-width: 992px) {
  #slideContainer {
    width: 300%;
    height: 100%; } }

@media (min-width: 992px) {
  .panel {
    height: 100%;
    width: 100%;
    float: left; } }

@media (min-width: 992px) {
  .scrollmagic-pin-spacer {
    height: 100vh !important; } }

.snapTextImage_pagination {
  display: none; }
  @media (min-width: 992px) {
    .snapTextImage_pagination {
      display: block;
      position: absolute;
      bottom: 6rem;
      left: 0;
      right: 0;
      text-align: center;
      z-index: 10; } }

.snapTextImage_pagination_item {
  cursor: pointer;
  line-height: 1;
  font-weight: 600;
  color: rgba(41, 44, 48, 0.5);
  transition: color 0.3s ease;
  position: relative;
  padding-left: 1.5em;
  margin-right: 3rem; }
  .snapTextImage_pagination_item::before {
    content: '';
    display: inline-block;
    width: 0.75em;
    height: 0.75em;
    border-radius: 50%;
    background: currentColor;
    opacity: 0.5;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 0.3s, background 0.3s; }
  .snapTextImage_pagination_item.active {
    color: #292c30; }
    .snapTextImage_pagination_item.active::before {
      opacity: 1;
      background: #292c30; }

.sliderFakes {
  opacity: 0; }

@media (min-width: 992px) {
  .snapTextImage {
    width: 100vw;
    position: unset; }
  .slider {
    width: 100vw;
    overflow: hidden; }
    .slider .slides {
      width: fit-content;
      display: flex;
      justify-content: start; }
      .slider .slides .slide {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100vw;
        min-width: 100vw;
        height: 100vh;
        flex-shrink: 0; }
    .slider .snapTextImage_pagination {
      display: inline-flex;
      justify-content: center;
      position: absolute;
      bottom: 6rem;
      width: 100vw;
      text-align: center;
      z-index: 10; }
  .snap {
    scroll-snap-type: y mandatory; }
  .sliderFakes {
    opacity: 0;
    position: absolute; }
    .sliderFakes > div {
      scroll-snap-align: center;
      height: 100vh;
      width: 100px; }
  .slidesPin {
    position: absolute; } }
