@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
.spacer {
  height: 64px;
}

.spacer_mini {
  height: 32px;
}

.spacer_tiny {
  height: 1.25rem;
}

.padding-top {
  padding-top: 64px;
}

.padding-top_mini {
  padding-top: 32px;
}

.padding-top_small {
  padding-top: 64px;
}

.padding-top_large {
  padding-top: 128px;
}

.padding-bottom {
  padding-bottom: 64px;
}

.padding-bottom_mini {
  padding-bottom: 32px;
}

.padding-bottom_small {
  padding-bottom: 64px;
}

.padding-bottom_large {
  padding-bottom: 128px;
}

.margin-top {
  margin-top: 64px;
}

.margin-top_mini {
  margin-top: 32px;
}

.margin-top_small {
  margin-top: 64px;
}

.margin-top_large {
  margin-top: 128px;
}

.margin-bottom {
  margin-bottom: 64px;
}

.margin-bottom_mini {
  margin-bottom: 32px;
}

.margin-bottom_small {
  margin-bottom: 64px;
}

.margin-bottom_large {
  margin-bottom: 128px;
}

.background-colour_white {
  background-color: #FEFEFE;
}

.background-colour_company-primary-50 {
  background-color: #F1F7FE;
}

.background-colour_company-primary-100 {
  background-color: #E2EEFC;
}

.background-colour_company-primary-200 {
  background-color: #BEDDF9;
}

.background-colour_company-primary-300 {
  background-color: #85C0F4;
}

.background-colour_company-primary-400 {
  background-color: #43A1ED;
}

.background-colour_company-primary-500 {
  background-color: #238DE4;
}

.background-colour_company-primary-600 {
  background-color: #0E68BB;
}

.background-colour_company-primary-700 {
  background-color: #0C5298;
}

.background-colour_company-primary-800 {
  background-color: #0E477E;
}

.background-colour_company-primary-900 {
  background-color: #123C68;
}

.background-colour_company-primary-950 {
  background-color: #0C2645;
}

.background-colour_company-neutral-50 {
  background-color: #F5F7FA;
}

.background-colour_company-neutral-100 {
  background-color: #E6EAF0;
}

.background-colour_company-neutral-200 {
  background-color: #CBD3DD;
}

.background-colour_company-neutral-300 {
  background-color: #AAB4C2;
}

.background-colour_company-neutral-400 {
  background-color: #7F8A9A;
}

.background-colour_company-neutral-500 {
  background-color: #5B6676;
}

.background-colour_company-neutral-600 {
  background-color: #3F4857;
}

.background-colour_company-neutral-700 {
  background-color: #2B3340;
}

.background-colour_company-neutral-800 {
  background-color: #1C222D;
}

.background-colour_company-neutral-900 {
  background-color: #121720;
}

.background-colour_company-neutral-950 {
  background-color: #0A0F17;
}

@media screen and (min-width: 768px) {
  .spacer {
    height: 96px;
  }
  .spacer_mini {
    height: 48px;
  }
  .padding-top {
    padding-top: 96px;
  }
  .padding-top_mini {
    padding-top: 48px;
  }
  .padding-top_large {
    padding-top: 192px;
  }
  .padding-bottom {
    padding-bottom: 96px;
  }
  .padding-bottom_mini {
    padding-bottom: 48px;
  }
  .padding-bottom_large {
    padding-bottom: 192px;
  }
  .margin-top {
    margin-top: 96px;
  }
  .margin-top_mini {
    margin-top: 48px;
  }
  .margin-top_large {
    margin-top: 192px;
  }
  .margin-bottom {
    margin-bottom: 96px;
  }
  .margin-bottom_mini {
    margin-bottom: 48px;
  }
  .margin-bottom_large {
    margin-bottom: 192px;
  }
}
@media screen and (min-width: 1200px) {
  .spacer {
    height: 128px;
  }
  .spacer_mini {
    height: 64px;
  }
  .padding-top {
    padding-top: 128px;
  }
  .padding-top_mini {
    padding-top: 64px;
  }
  .padding-top_large {
    padding-top: 256px;
  }
  .padding-bottom {
    padding-bottom: 128px;
  }
  .padding-bottom_mini {
    padding-bottom: 64px;
  }
  .padding-bottom_large {
    padding-bottom: 256px;
  }
  .margin-top {
    margin-top: 128px;
  }
  .margin-top_mini {
    margin-top: 64px;
  }
  .margin-top_large {
    margin-top: 256px;
  }
  .margin-bottom {
    margin-bottom: 128px;
  }
  .margin-bottom_mini {
    margin-bottom: 64px;
  }
  .margin-bottom_large {
    margin-bottom: 256px;
  }
}
* {
  font-family: "Inter", sans-serif;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 600;
}

h1 {
  font-size: clamp(2.25rem, 5vw + 1rem, 4rem);
}

h2 {
  font-size: clamp(2rem, 4vw + 0.5rem, 3rem);
}

h3 {
  font-size: clamp(1.75rem, 3vw + 0.5rem, 2.5rem);
}

h4 {
  font-size: clamp(1.5rem, 2.5vw + 0.25rem, 2rem);
}

h5 {
  font-size: clamp(1.25rem, 2vw + 0.25rem, 1.5rem);
}

h6 {
  font-size: clamp(1rem, 1.5vw + 0.25rem, 1.25rem);
}

p {
  margin: 0rem 0rem 1rem 0rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

strong {
  font-weight: 600;
}

a {
  text-decoration: none;
}

.default-content_text * {
  color: #2B3340;
}
.default-content_text *:last-child:not(.ignore) {
  margin-bottom: 0;
}
.default-content_text h1, .default-content_text h2, .default-content_text h3 {
  margin: 2.8125rem 0rem 1.875rem 0rem;
}
.default-content_text h1:first-child, .default-content_text h1:first-of-type, .default-content_text h2:first-child, .default-content_text h2:first-of-type, .default-content_text h3:first-child, .default-content_text h3:first-of-type {
  margin: 0rem 0rem 1.875rem 0rem;
}
.default-content_text h4, .default-content_text h5, .default-content_text h6 {
  margin: 1.875rem 0rem 1.25rem 0rem;
}
.default-content_text h4:first-child, .default-content_text h4:first-of-type, .default-content_text h5:first-child, .default-content_text h5:first-of-type, .default-content_text h6:first-child, .default-content_text h6:first-of-type {
  margin: 0rem 0rem 1.25rem 0rem;
}
.default-content_text ul, .default-content_text ol {
  padding: 0;
  margin: 0rem 0rem 1rem 1.875rem;
}
.default-content_text ul li, .default-content_text ol li {
  padding: 0rem 0rem 0.625rem 0rem;
}
.default-content_text ul li:last-child, .default-content_text ol li:last-child {
  padding: 0;
}
.default-content_text p {
  color: #5B6676;
}
.default-content_text ul {
  list-style: circle;
}
.default-content_text a.link_text_underline:before {
  background-color: rgba(43, 51, 64, 0.35);
}
.default-content_text a.link_text_underline:after {
  background-color: #2b3340;
}
.default-content_text a.link_text_transform_with-underline .before {
  background-color: rgba(43, 51, 64, 0.35);
}
.default-content_text a.link_text_transform_with-underline .after {
  background-color: #2b3340;
}
.default-content_text a:not(.ignore) {
  display: inline-block;
  border-bottom: 1px solid #2B3340;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s cubic-bezier(0.51, 0.18, 0, 0.88);
}
.default-content_text a:not(.ignore):hover, .default-content_text a:not(.ignore):focus {
  color: #238DE4;
  border-bottom: 1px solid #238DE4;
}
.default-content_text button:not(.ignore) {
  display: inline-block;
  border-bottom: 1px solid #2B3340;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s cubic-bezier(0.51, 0.18, 0, 0.88);
}
.default-content_text button:not(.ignore):hover, .default-content_text button:not(.ignore):focus {
  color: #238DE4;
  border-bottom: 1px solid #238DE4;
}
.default-content_text.background-colour_company-primary-500 * {
  color: #F1F7FE;
}
.default-content_text.background-colour_company-primary-500 p {
  color: #BEDDF9;
}
.default-content_text.background-colour_company-primary-500 a.link_text_underline:before {
  background-color: rgba(241, 247, 254, 0.35);
}
.default-content_text.background-colour_company-primary-500 a.link_text_underline:after {
  background-color: #f1f7fe;
}
.default-content_text.background-colour_company-primary-500 a.link_text_transform_with-underline .before {
  background-color: rgba(241, 247, 254, 0.35);
}
.default-content_text.background-colour_company-primary-500 a.link_text_transform_with-underline .after {
  background-color: #f1f7fe;
}
.default-content_text.background-colour_company-primary-500 a:not(.ignore) {
  border-bottom: 1px solid #BEDDF9;
}
.default-content_text.background-colour_company-primary-500 a:not(.ignore):hover, .default-content_text.background-colour_company-primary-500 a:not(.ignore):focus {
  border-bottom: 1px solid #F1F7FE;
}
.default-content_text.background-colour_company-primary-500 button:not(.ignore) {
  border-bottom: 1px solid #BEDDF9;
}
.default-content_text.background-colour_company-primary-500 button:not(.ignore):hover, .default-content_text.background-colour_company-primary-500 button:not(.ignore):focus {
  border-bottom: 1px solid #F1F7FE;
}
.default-content_text.background-colour_company-neutral-950 * {
  color: #F5F7FA;
}
.default-content_text.background-colour_company-neutral-950 p {
  color: #CBD3DD;
}
.default-content_text.background-colour_company-neutral-950 a.link_text_underline:before {
  background-color: rgba(245, 247, 250, 0.35);
}
.default-content_text.background-colour_company-neutral-950 a.link_text_underline:after {
  background-color: #f5f7fa;
}
.default-content_text.background-colour_company-neutral-950 a.link_text_transform_with-underline .before {
  background-color: rgba(245, 247, 250, 0.35);
}
.default-content_text.background-colour_company-neutral-950 a.link_text_transform_with-underline .after {
  background-color: #f5f7fa;
}
.default-content_text.background-colour_company-neutral-950 a:not(.ignore) {
  border-bottom: 1px solid #F5F7FA;
}
.default-content_text.background-colour_company-neutral-950 a:not(.ignore):hover, .default-content_text.background-colour_company-neutral-950 a:not(.ignore):focus {
  border-bottom: 1px solid #238DE4;
}
.default-content_text.background-colour_company-neutral-950 button:not(.ignore) {
  border-bottom: 1px solid #F5F7FA;
}
.default-content_text.background-colour_company-neutral-950 button:not(.ignore):hover, .default-content_text.background-colour_company-neutral-950 button:not(.ignore):focus {
  border-bottom: 1px solid #238DE4;
}

@media screen and (min-width: 768px) {
  .default-content_text ul, .default-content_text ol {
    margin: 0rem 0rem 1rem 2.8125rem;
  }
  .default-content_text ul li, .default-content_text ol li {
    padding: 0rem 0rem 0.9375rem 0rem;
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(35, 141, 228, 0.3);
  }
  100% {
    box-shadow: 0 0 0 12px rgba(35, 141, 228, 0);
  }
}
/* @keyframes flicker {
    0% {
        opacity: .3;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: .3;
    }
} */
.link_text_transform {
  position: relative;
  border-bottom: none !important;
  vertical-align: top;
  overflow: hidden;
  transition: 0.9s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.link_text_transform span {
  display: inline-block;
  transition: transform 0.3s cubic-bezier(0.51, 0.18, 0, 0.88);
}
.link_text_transform:after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  transform: translate3d(0, 240%, 0);
  transform-origin: 100% 50%;
  transition: transform 0.3s cubic-bezier(0.51, 0.18, 0, 0.88);
  content: attr(data-replace-text);
}
.link_text_transform:hover span, .link_text_transform:focus span {
  transform: translate3d(0, -240%, 0);
}
.link_text_transform:hover:after, .link_text_transform:focus:after {
  transform: translate3d(0, 0, 0);
}

.link_text_underline {
  position: relative;
  border-bottom: none !important;
  transition: 0.9s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.link_text_underline:before, .link_text_underline:after {
  width: 0%;
  height: 1px;
  top: 100%;
  right: 0;
  position: absolute;
  content: "";
}
.link_text_underline:before {
  transition: 0.9s cubic-bezier(0.51, 0.18, 0, 0.88) 0.225s;
}
.link_text_underline:after {
  transition: 0.45s cubic-bezier(0.29, 0.18, 0.26, 0.83);
}
.link_text_underline:hover:before, .link_text_underline:hover:after, .link_text_underline:focus:before, .link_text_underline:focus:after {
  width: 100%;
  left: 0;
}

.link_text_transform_with-underline {
  position: relative;
  border-bottom: none !important;
  vertical-align: top;
  overflow: hidden;
  transition: 0.9s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.link_text_transform_with-underline .text {
  display: inline-block;
  transition: transform 0.3s cubic-bezier(0.51, 0.18, 0, 0.88);
}
.link_text_transform_with-underline .before, .link_text_transform_with-underline .after {
  width: 0%;
  height: 1px;
  bottom: 0;
  right: 0;
}
.link_text_transform_with-underline .before {
  transition: 0.9s cubic-bezier(0.51, 0.18, 0, 0.88) 0.225s;
}
.link_text_transform_with-underline .after {
  transition: 0.45s cubic-bezier(0.29, 0.18, 0.26, 0.83);
}
.link_text_transform_with-underline:after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  transform: translate3d(0, 240%, 0);
  transform-origin: 100% 50%;
  transition: transform 0.3s cubic-bezier(0.51, 0.18, 0, 0.88);
  content: attr(data-replace-text);
}
.link_text_transform_with-underline:hover .text, .link_text_transform_with-underline:focus .text {
  transform: translate3d(0, -240%, 0);
}
.link_text_transform_with-underline:hover .before, .link_text_transform_with-underline:hover .after, .link_text_transform_with-underline:focus .before, .link_text_transform_with-underline:focus .after {
  width: 100%;
  left: 0;
}
.link_text_transform_with-underline:hover:after, .link_text_transform_with-underline:focus:after {
  transform: translate3d(0, 0, 0);
}

.link_button {
  min-width: 128px;
  height: auto;
  padding: 0.75rem 1.25rem;
  margin: 0;
  background-color: transparent;
  border: none;
  border-radius: 0.625rem;
  outline: none;
  box-shadow: none;
  color: #F5F7FA;
  font-size: 1.125rem;
  font-weight: 600;
  transition: 0.3s cubic-bezier(0.51, 0.18, 0, 0.88);
}
.link_button.primary {
  background-color: #238DE4;
}
.link_button.primary:hover, .link_button.primary:focus {
  background-color: #43A1ED;
}
.link_button.secondary {
  border: 1px solid #1C222D;
}
.link_button.secondary:hover, .link_button.secondary:focus {
  background-color: #1C222D;
}
.link_button.tertiary {
  border: 1px solid #E6EAF0;
  color: #2B3340;
}
.link_button.tertiary:hover, .link_button.tertiary:focus {
  background-color: #E6EAF0;
}
.link_button.quaternary {
  background-color: #0C2645;
  color: #F1F7FE;
}
.link_button.quaternary:hover, .link_button.quaternary:focus {
  background-color: #123C68;
}
.link_button.quinary {
  border: 1px solid #43A1ED;
}
.link_button.quinary:hover, .link_button.quinary:focus {
  background-color: #43A1ED;
}

.link_button-group {
  margin: 2rem 0rem 0rem 0rem;
  gap: 1.5rem;
}

.frm_forms form .frm_form_fields fieldset {
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: max-content;
  grid-gap: 1.5rem 0rem;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field {
  margin: 0;
  grid-column: span 12/span 12;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_primary_label {
  padding: 0;
  margin: 0rem 0rem 0.3125rem 0rem;
  color: #2B3340;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_primary_label .frm_required {
  left: -3px;
  position: relative;
  color: #EB5757;
  font-weight: 600;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field input[type=text], .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field input[type=email], .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field input[type=tel], .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field select, .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field textarea {
  width: 100%;
  height: 46px;
  padding: 0px 20px 0px 20px;
  margin: 0;
  background-color: transparent !important;
  border: 1px solid #AAB4C2 !important;
  border-radius: 8px;
  outline: none !important;
  box-shadow: none !important;
  color: #2B3340 !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  transition: 0.3s cubic-bezier(0.51, 0.18, 0, 0.88);
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field input[type=text]:focus, .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field input[type=email]:focus, .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field input[type=tel]:focus, .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field select:focus, .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field textarea:focus {
  border: 1px solid #0C5298 !important;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field input[type=checkbox] {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
  padding: 0;
  margin: 0;
  position: relative;
  background-color: transparent !important;
  border: 1px solid #AAB4C2 !important;
  border-radius: 4px;
  outline: none;
  box-shadow: none;
  color: #2B3340;
  font-size: 12px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field select {
  background: url("../images/select_arrow_dark.svg") calc(100% - 20px) 16px/16px no-repeat;
  background-color: transparent !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field select option {
  color: #2B3340;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field textarea {
  height: 150px;
  padding: 20px;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_opt_container .frm_checkbox label {
  padding: 0px 0px 0px 22px;
  color: #2B3340;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-indent: -20px;
  cursor: pointer;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_opt_container .frm_checkbox label input {
  top: -1px;
  left: -2px;
  cursor: pointer;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_error {
  padding: 0;
  margin: 0;
  color: #EB5757;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field ::-webkit-input-placeholder {
  color: rgba(91, 102, 118, 0.5);
  font-size: 16px;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field :-moz-placeholder {
  color: rgba(91, 102, 118, 0.5);
  font-size: 16px;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field ::-moz-placeholder {
  color: rgba(91, 102, 118, 0.5);
  font-size: 16px;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field :-ms-input-placeholder {
  color: rgba(91, 102, 118, 0.5);
  font-size: 16px;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_submit {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_submit .frm_button_submit {
  min-width: 128px;
  height: auto;
  padding: 0.75rem 1.25rem;
  margin: 1.5rem 0rem 0rem 0rem;
  background-color: #238DE4;
  border: none;
  border-radius: 0.625rem;
  outline: none;
  box-shadow: none;
  color: #F5F7FA;
  font-size: 1.125rem;
  font-weight: 600;
  transition: 0.3s cubic-bezier(0.51, 0.18, 0, 0.88);
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_submit .frm_button_submit:hover, .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_submit .frm_button_submit:focus {
  background-color: #43A1ED;
}
.frm_forms form .frm_message {
  padding: 1.5rem;
  margin: 0rem 0rem 1.5rem 0rem;
  background-color: #ECFDF4;
  border: 1px solid #3FD599;
  border-radius: 0.5rem;
  color: #2B3340;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6;
}

@media screen and (min-width: 1200px) {
  .frm_forms form .frm_form_fields fieldset .frm_fields_container {
    grid-gap: 1.5rem 1.5rem;
  }
  .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field#frm_field_1_container, .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field#frm_field_2_container, .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field#frm_field_3_container, .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field#frm_field_7_container {
    grid-column: span 6/span 6;
  }
}
.mf-cursor {
  z-index: 97;
}
.mf-cursor .mf-cursor-inner .mf-cursor-text {
  width: 60px;
  height: 60px;
  top: -30px;
  left: -30px;
  transform: scale(0) rotate(-30deg);
  color: #F5F7FA;
  transition: transform 0.3s cubic-bezier(0.51, 0.18, 0, 0.88), opacity 0.3s cubic-bezier(0.51, 0.18, 0, 0.88);
}
.mf-cursor .mf-cursor-inner .mf-cursor-media {
  width: 360px;
  height: 360px;
  margin: -180px 0px 0px -180px;
}
.mf-cursor .mf-cursor-inner .mf-cursor-media .mf-cursor-media-box {
  width: 100%;
  height: 100%;
  padding: 0;
  transform: translateZ(0) scale(0) rotate(-15deg);
  border-radius: 100%;
  transition: transform 0.3s, opacity 0.15s 0.15s;
}
.mf-cursor:before {
  width: 60px;
  height: 60px;
  top: -30px;
  left: -30px;
  transform: scale(0.3);
  background-color: #1C222D;
  border-radius: 100%;
  opacity: 1;
  transition: transform 0.3s cubic-bezier(0.51, 0.18, 0, 0.88), opacity 0.3s cubic-bezier(0.51, 0.18, 0, 0.88);
}
.mf-cursor.-pointer:before {
  transform: scale(0.15);
  opacity: 1;
}
.mf-cursor.-pointer.-text:before {
  transform: scale(2);
  opacity: 1;
}
.mf-cursor.-pointer.-text .mf-cursor-inner .mf-cursor-text {
  transform: scale(1) rotate(0deg);
}
.mf-cursor.-pointer.-media .mf-cursor-inner .mf-cursor-media .mf-cursor-media-box {
  transform: translateZ(0) scale(1) rotate(0deg);
  transition-duration: 0.45s, 0.45s;
  transition-delay: 0s, 0s;
}
.mf-cursor.-hidden:before {
  transform: scale(0.3);
  opacity: 0;
}

.html.lenis {
  height: auto;
}
.html.lenis .body {
  height: auto;
}
.html.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.html.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.html.lenis.lenis-stopped {
  overflow: hidden;
}
.html.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

.html {
  scrollbar-width: none;
}
.html.lenis.lenis-scrolling .scrollbar {
  opacity: 1;
}
.html::-webkit-scrollbar {
  display: none;
}

.scrollbar {
  width: 6px;
  top: 6px;
  bottom: 6px;
  right: 6px;
  opacity: 0;
  z-index: 96;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.scrollbar .scrollbar_thumb {
  width: 100%;
  min-height: 1.875rem;
  height: 2.8125rem;
  border-radius: 3px;
  cursor: grab;
}
.scrollbar[data-scrollbar-dragging=true] {
  opacity: 1;
}
.scrollbar:hover, .scrollbar:focus {
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .scrollbar {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .html.lenis.lenis-smooth .scrollbar {
    display: flex;
    justify-content: center;
  }
}
.block_header {
  width: 100%;
  height: 96px;
  top: 0;
  left: 0;
  border-bottom: 1px solid #AAB4C2;
  z-index: 3;
}
.block_header .company-logo {
  width: 100%;
  max-width: 128px;
  height: 100%;
  max-height: 64px;
}
.block_header .company-logo .company-logo_img {
  width: 100%;
  max-width: 128px;
  height: 100%;
  max-height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}
.block_header .link_button.primary {
  margin: 0rem calc(48px + 1.5rem) 0rem 0rem;
  animation: pulse 1.2s infinite;
}
.block_header .hamburger_navigation {
  inset: 0;
  pointer-events: none;
  z-index: 4;
}
.block_header .hamburger_navigation .overlay {
  inset: 0;
  background-color: #0A0A0A;
  opacity: 0;
  visibility: hidden;
  pointer-events: auto;
  transition: all 0.7s cubic-bezier(0.5, 0.5, 0, 1);
}
.block_header .hamburger_navigation .navigation_container {
  width: calc(100% - 24px - 24px);
  margin: 0px 24px;
}
.block_header .hamburger_navigation .navigation_container .background {
  width: 48px;
  height: 48px;
  top: 24px;
  right: 24px;
  background-color: #2B3340;
  border-radius: 0.625rem;
  transition: all 0.7s cubic-bezier(0.5, 0.5, 0, 1);
}
.block_header .hamburger_navigation .navigation_container .navigation_wrapper {
  padding: 7.5rem 1.5rem 1.5rem 1.5rem;
  transform: scale(0.15) rotate(0.001deg);
  transform-origin: 100% 0%;
  gap: 1em;
  opacity: 0;
  visibility: hidden;
  pointer-events: auto;
  transition: all 0.5s cubic-bezier(0.5, 0.5, 0, 1), transform 0.7s cubic-bezier(0.5, 0.5, 0, 1);
}
.block_header .hamburger_navigation .navigation_container .navigation_wrapper .title {
  top: 51px;
  left: 1.5rem;
  color: #AAB4C2;
}
.block_header .hamburger_navigation .navigation_container .navigation_wrapper .navigation {
  padding: 0;
  margin: 0;
  gap: 0.375em;
}
.block_header .hamburger_navigation .navigation_container .navigation_wrapper .navigation .item {
  padding: 0;
  margin: 0;
  list-style: none;
}
.block_header .hamburger_navigation .navigation_container .navigation_wrapper .navigation .item .anchor {
  padding: 0rem 0.75rem 0rem 0rem;
  text-decoration: none;
  opacity: 0.3;
  transition: all 0.7s cubic-bezier(0.5, 0.5, 0, 1);
}
.block_header .hamburger_navigation .navigation_container .navigation_wrapper .navigation .item .anchor .text {
  padding: 0;
  margin: 0;
  color: #F5F7FA;
  font-size: 2rem;
  font-weight: 600;
  white-space: nowrap;
}
.block_header .hamburger_navigation .navigation_container .navigation_wrapper .navigation .item .anchor .dot {
  width: 0.5em;
  height: 0.5em;
  transform: scale(0) rotate(0.001deg);
  flex-shrink: 0;
  background-color: #F5F7FA;
  border-radius: 100%;
  opacity: 0.5;
  transition: all 0.7s cubic-bezier(0.5, 0.5, 0, 1);
}
.block_header .hamburger_navigation .navigation_container .navigation_wrapper .navigation .item .anchor.is_active {
  opacity: 1;
}
.block_header .hamburger_navigation .navigation_container .navigation_wrapper .navigation .item .anchor.is_active .dot {
  transform: scale(1) rotate(0.001deg);
}
.block_header .hamburger_navigation .navigation_container .hamburger {
  width: 48px;
  height: 48px;
  top: 24px;
  right: 24px;
  transform: translate(0em, 0em) rotate(0.001deg);
  border-radius: 0.625rem;
  pointer-events: auto;
  cursor: pointer;
  transition: transform 0.7s cubic-bezier(0.5, 0.5, 0, 1);
}
.block_header .hamburger_navigation .navigation_container .hamburger .patty {
  width: 24px;
  height: 2px;
  transform: translateY(-0.15em) rotate(0.001deg);
  background-color: #F5F7FA;
  transition: transform 0.7s cubic-bezier(0.5, 0.5, 0, 1);
}
.block_header .hamburger_navigation .navigation_container .hamburger .patty:last-child {
  transform: translateY(0.15em) rotate(0.001deg);
  transition: transform 0.7s cubic-bezier(0.5, 0.5, 0, 1);
}
.block_header .hamburger_navigation .navigation_container .hamburger {
  /* &:hover {
      transform: translateY(.15em) rotate(.001deg);

      .patty {
          &:last-child {
              transform: translateY(-.15em) rotate(.001deg);
          }
      }
  } */
}

.block_header .hamburger_navigation[data-hamburger-navigation-status=is_active] .overlay {
  opacity: 0.3;
  visibility: visible;
}

.block_header .hamburger_navigation[data-hamburger-navigation-status=is_active] .navigation_container .background {
  width: calc(100% - 24px - 24px);
  height: 392px;
}

.block_header .hamburger_navigation[data-hamburger-navigation-status=is_active] .navigation_container .navigation_wrapper {
  transform: scale(1) rotate(0.001deg);
  opacity: 1;
  visibility: visible;
}

.block_header .hamburger_navigation[data-hamburger-navigation-status=is_active] .navigation_container .hamburger {
  transform: translate(-1em, 1em) rotate(0.001deg);
}

.block_header .hamburger_navigation[data-hamburger-navigation-status=is_active] .navigation_container .hamburger .patty {
  transform: translateY(0em) rotate(45deg);
}

.block_header .hamburger_navigation[data-hamburger-navigation-status=is_active] .navigation_container .hamburger .patty:last-child {
  transform: translateY(0em) rotate(-45deg);
}

.whatsapp {
  width: 64px;
  height: 64px;
  bottom: 1.5rem;
  right: 1.5rem;
  background-color: #25D366;
  border-radius: 100%;
  z-index: 1;
}
.whatsapp i {
  color: #FEFEFE;
  font-size: 32px;
}

@media screen and (min-width: 1200px) {
  .block_header a {
    font-size: 1rem;
  }
  .block_header .link_button.primary {
    margin: 0;
  }
  .block_header .navigation_nav {
    flex: 1;
  }
  .block_header .navigation_nav .navigation_list {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
    list-style: none;
  }
  .block_header .navigation_nav .navigation_list .navigation_indicator {
    width: 68.5333px;
    height: 48px;
    left: 0;
    background-color: #0A0F17;
    border-radius: 0.625rem;
    z-index: 1;
    transition: all 1.2s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .block_header .navigation_nav .navigation_list .navigation_li {
    padding: 0;
    z-index: 2;
  }
  .block_header .navigation_nav .navigation_list .navigation_li .navigation_a {
    padding: 0.75rem;
    border-bottom: none !important;
    font-weight: 400;
    transition: all 1.2s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .block_header .navigation_nav .navigation_list .navigation_li .navigation_a:focus {
    color: #2B3340;
  }
  .block_header .navigation_nav .navigation_list .navigation_li .navigation_a.is_active {
    color: #F5F7FA;
  }
}
.block_hero p {
  font-size: 1rem;
}
.block_hero .link_button {
  padding: 1rem 1.25rem;
}
.block_hero .image {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0.1;
  z-index: 0;
}
.block_hero .container {
  z-index: 1;
}

.block_text_with-image h6 {
  margin: 0rem 0rem 0.625rem 0rem !important;
  color: #238DE4;
}
.block_text_with-image .image {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 1rem;
}

.block_text_with-form h6 {
  margin: 0rem 0rem 0.625rem 0rem !important;
  color: #238DE4;
}
.block_text_with-form .form_wrapper {
  width: 100%;
  padding: 1.5rem;
  border-radius: 1rem;
}

.block_services h6 {
  margin: 0rem 0rem 0.625rem 0rem !important;
  color: #238DE4;
}
.block_services .services .service .icon_container {
  padding: 0.75rem;
  border-radius: 100%;
}
.block_services .services .service .icon_container .icon_wrapper {
  padding: 0.75rem;
  border-radius: 100%;
}
.block_services .services .service .icon_container .icon_wrapper i {
  height: 1.25rem;
  color: #238DE4;
  font-size: 1.25rem;
}
.block_services .services .service h5 {
  margin: 1.25rem 0rem 0.625rem 0rem;
}
.block_services .services .service p {
  max-width: 360px;
}

.block_testimonials .swiper_testimonials {
  height: 100%;
}
.block_testimonials .swiper_testimonials .swiper_wrapper .swiper_slide .top .rating {
  margin: 0px 0px 24px 0px;
  gap: 0.25rem;
}
.block_testimonials .swiper_testimonials .swiper_wrapper .swiper_slide .top .rating i {
  color: #FFCC00;
  font-size: 1rem;
}
.block_testimonials .swiper_testimonials .swiper_wrapper .swiper_slide .bottom {
  max-width: calc(100% - 1.5rem - 56px - 0.5rem - 56px);
  gap: 1.5rem;
}
.block_testimonials .swiper_testimonials .swiper_wrapper .swiper_slide .bottom .avatar {
  width: 56px;
  min-width: 56px;
  height: 56px;
  border-radius: 100%;
  font-size: 1rem;
  font-weight: 600;
}
.block_testimonials .swiper_testimonials .swiper_wrapper .swiper_slide .bottom .deets h6 {
  margin: 0;
}
.block_testimonials .swiper_testimonials .swiper_testimonials_navigation_wrapper {
  bottom: 0;
  right: 0;
  gap: 0.5rem;
  z-index: 1;
}
.block_testimonials .swiper_testimonials .swiper_testimonials_navigation_wrapper .swiper_testimonials_navigation {
  width: 56px;
  height: 56px;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: 1px solid #3F4857;
  border-radius: 100%;
  transition: 0.3s cubic-bezier(0.51, 0.18, 0, 0.88);
}
.block_testimonials .swiper_testimonials .swiper_testimonials_navigation_wrapper .swiper_testimonials_navigation i {
  color: #F5F7FA;
  font-size: 1rem;
}
.block_testimonials .swiper_testimonials .swiper_testimonials_navigation_wrapper .swiper_testimonials_navigation.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.block_testimonials .swiper_testimonials .swiper_testimonials_navigation_wrapper .swiper_testimonials_navigation:hover:not(.swiper-button-disabled), .block_testimonials .swiper_testimonials .swiper_testimonials_navigation_wrapper .swiper_testimonials_navigation:focus:not(.swiper-button-disabled) {
  background-color: #238DE4;
  border: 1px solid #238DE4;
}
.block_testimonials .image {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 1rem;
}

.block_usps .usps_wrapper {
  border-radius: 1rem;
}
.block_usps .usps_wrapper .usps .usp h1 {
  margin: 0rem 0rem 0.9375rem 0rem;
  color: #238DE4;
}
.block_usps .usps_wrapper .usps .usp p {
  font-size: 1rem;
}

.block_call-to-action .call-to-action_wrapper {
  padding-left: 32px;
  padding-right: 32px;
  border-radius: 1rem;
}
.block_call-to-action .call-to-action_wrapper .call-to-action h3 {
  margin: 0rem 0rem 1rem 0rem;
}

#home, #testimonials {
  scroll-margin-top: 96px;
}

#about-us, #our-services, #contact-us {
  scroll-margin-top: 160px;
}

@media screen and (min-width: 768px) {
  .block_hero {
    min-height: 768px;
  }
  .block_hero p {
    font-size: 1.125rem;
  }
  .block_text_with-image .image {
    height: 100%;
  }
  .block_testimonials .image {
    height: 100%;
  }
  .block_usps .usps_wrapper .usps .usp p {
    font-size: 1.125rem;
  }
  .block_call-to-action .call-to-action_wrapper {
    padding-left: 48px;
    padding-right: 48px;
  }
  #about-us, #our-services, #contact-us {
    scroll-margin-top: 192px;
  }
}
@media screen and (min-width: 1200px) {
  .block_hero p {
    font-size: 1.25rem;
  }
  .block_hero .image {
    width: 33.33333333%;
    left: auto;
    right: 0;
    opacity: 1;
  }
  .block_text_with-form .form_wrapper {
    padding: 64px;
  }
  .block_usps .usps_wrapper .usps .usp p {
    font-size: 1.25rem;
  }
  .block_call-to-action .call-to-action_wrapper {
    padding-left: 64px;
    padding-right: 64px;
  }
  .block_call-to-action .call-to-action_wrapper .call-to-action .link_button-group {
    margin: 0;
  }
  #about-us, #our-services, #contact-us {
    scroll-margin-top: 224px;
  }
}
.block_footer .company-logo {
  width: 128px;
  max-width: 100%;
  height: auto;
  margin: 0rem 0rem 2rem 0rem;
}
.block_footer .company-logo .company-logo_img {
  width: 100%;
  height: auto;
}
.block_footer p, .block_footer a, .block_footer span {
  font-size: 0.75rem !important;
  font-weight: 400 !important;
}
.block_footer ul {
  margin: 0;
  list-style: none;
}
.block_footer ul li {
  padding: 0rem 0rem 0.25rem 0rem;
}
.block_footer ul li a {
  position: relative;
  border-bottom: none !important;
  color: #CBD3DD !important;
  font-size: 0.75rem;
  transition: 0.9s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.block_footer ul li a:before, .block_footer ul li a:after {
  width: 0%;
  height: 1px;
  top: 100%;
  right: 0;
  position: absolute;
  content: "";
}
.block_footer ul li a:before {
  background-color: rgba(245, 247, 250, 0.35);
  transition: 0.9s cubic-bezier(0.51, 0.18, 0, 0.88) 0.225s;
}
.block_footer ul li a:after {
  background-color: #f5f7fa;
  transition: 0.45s cubic-bezier(0.29, 0.18, 0.26, 0.83);
}
.block_footer ul li a:hover, .block_footer ul li a:focus {
  color: #F5F7FA !important;
}
.block_footer ul li a:hover:before, .block_footer ul li a:hover:after, .block_footer ul li a:focus:before, .block_footer ul li a:focus:after {
  width: 100%;
  left: 0;
}
.block_footer ul li:last-child {
  padding: 0;
}
.block_footer span {
  color: #CBD3DD !important;
  line-height: 1.6;
}
.block_footer hr {
  width: 100%;
  margin: 0;
  border-top: 1px solid #2B3340;
  opacity: 1;
}
.block_footer .socials {
  margin-top: 2rem;
  gap: 0.75rem;
}
.block_footer .socials .social {
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  background-color: transparent;
  border: 1px solid #7F8A9A;
  border-radius: 100%;
  transition: 0.3s cubic-bezier(0.51, 0.18, 0, 0.88);
}
.block_footer .socials .social i {
  color: #CBD3DD !important;
  font-size: 1rem !important;
  transition: 0.3s cubic-bezier(0.51, 0.18, 0, 0.88);
}
.block_footer .socials .social:hover, .block_footer .socials .social:focus {
  border: 1px solid #CBD3DD;
}
.block_footer .socials .social:hover i, .block_footer .socials .social:focus i {
  color: #F5F7FA !important;
}
.block_footer .watermark {
  margin: 0.5rem 0rem 0rem 0rem;
  color: #CBD3DD !important;
  line-height: 1.6;
}
.block_footer .watermark:hover, .block_footer .watermark:focus {
  color: #F5F7FA !important;
}

@media screen and (min-width: 768px) {
  .block_footer p, .block_footer a, .block_footer span {
    font-size: 0.875rem !important;
  }
  .block_footer ul li {
    padding: 0rem 0rem 0.5rem 0rem;
  }
  .block_footer .socials {
    gap: 1.125rem;
  }
  .block_footer .socials .social {
    width: 52px;
    min-width: 52px;
    height: 52px;
    min-height: 52px;
  }
  .block_footer .watermark {
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
  .block_footer p, .block_footer a, .block_footer span {
    font-size: 1rem !important;
  }
  .block_footer ul li {
    padding: 0rem 0rem 0.75rem 0rem;
  }
  .block_footer .socials {
    gap: 1.5rem;
  }
  .block_footer .socials .social {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
  }
}
.skip-to_content {
  width: 1px;
  height: 1px;
  top: auto;
  left: -99999px;
  position: absolute;
  overflow: hidden;
}
.skip-to_content:focus {
  width: auto;
  height: auto;
  position: static;
}

.html, .body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.main {
  visibility: hidden;
}

.content {
  padding-top: 96px;
}

.container-fluid {
  width: 100%;
  max-width: none;
}
.container-fluid .container {
  width: 100%;
  max-width: none;
}

img.lazy-load {
  opacity: 0;
}
img.lazy-load:not(.initial) {
  transition: opacity 1.2s cubic-bezier(0.51, 0.18, 0, 0.88);
}
img.initial, img.loaded, img.error {
  opacity: 1;
}

.image_wrapper {
  transform: translateZ(0);
  isolation: isolate;
}
.image_wrapper .image {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transform: translateZ(0);
  isolation: isolate;
}
.image_wrapper.portrait {
  padding: 125% 0% 0% 0%;
}
.image_wrapper.portrait .image.parallax_vertical {
  height: 150%;
  top: -25%;
}
.image_wrapper.portrait .image.parallax_horizontal {
  width: 120%;
  left: -10%;
}
.image_wrapper.square {
  padding: 100% 0% 0% 0%;
}
.image_wrapper.square .image.parallax_vertical {
  height: 140%;
  top: -20%;
}
.image_wrapper.square .image.parallax_horizontal {
  width: 130%;
  left: -15%;
}
.image_wrapper.landscape {
  padding: 75% 0% 0% 0%;
}
.image_wrapper.landscape .image.parallax_vertical {
  height: 130%;
  top: -15%;
}
.image_wrapper.landscape .image.parallax_horizontal {
  width: 140%;
  left: -20%;
}
.image_wrapper.landscape_alt {
  padding: 62.5% 0% 0% 0%;
}
.image_wrapper.landscape_alt .image.parallax_vertical {
  height: 120%;
  top: -10%;
}
.image_wrapper.landscape_alt .image.parallax_horizontal {
  width: 150%;
  left: -25%;
}

.iframe_wrapper {
  transform: translateZ(0);
  isolation: isolate;
}
.iframe_wrapper .iframe {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: none;
  transform: translateZ(0);
  isolation: isolate;
}
.iframe_wrapper.portrait {
  padding: 125% 0% 0% 0%;
}
.iframe_wrapper.square {
  padding: 100% 0% 0% 0%;
}
.iframe_wrapper.landscape {
  padding: 75% 0% 0% 0%;
}
.iframe_wrapper.landscape_alt {
  padding: 62.5% 0% 0% 0%;
}

@media screen and (min-width: 1400px) {
  .container-fluid .container {
    max-width: 1320px;
  }
}/*# sourceMappingURL=app.css.map */