@charset "UTF-8";
:root {
  --font-size-title--5xl: 6.4rem;
  --font-size-title--4xl: 5.6rem;
  --font-size-title--3xl: 4.2rem;
  --font-size-title--xxl: 4rem;
  --font-size-title--xl: 3.6rem;
  --font-size-title--lg: 3rem;
  --font-size-title--md: 2.8rem;
  --font-size-title--sm: 2.6rem;
  --font-size-title--msm: 2.1rem;
  --font-size-title--xsm: 2rem;
  --font-size-title--2xsm: 1.8rem;
  --font-size-title--5xsm: 1.3rem;
  --font-size-toptitle: 1.6rem;
  --font-size-text: 1.6rem;
  --header-height: 10rem;
  --container-pusher: calc((100vw - var(--container-width)) / 2);
  --container-pusher-small: calc((100vw - var(--container-width-small)) / 2);
  --container-width: 124rem;
  --container-width-small: 108rem;
}
@media (min-width: 1800px) {
  :root {
    --container-width: 140rem;
  }
}
@media (max-width: 991px) {
  :root {
    --font-size-title--5xl: 3.4rem;
    --font-size-title--4xl: 5rem;
    --font-size-title--xxl: 3rem;
    --container-pusher: 18px;
    --font-size-title--xl: 2.6rem;
    --font-size-title--sm: 2.4rem;
  }
}
@media (max-width: 576px) {
  :root {
    --font-size-title--lg: 2rem;
    --header-height: 7.8rem;
    --font-size-title--sm: 1.8rem;
    --font-size-title--msm: 1.8rem;
    --font-size-title--xl: 2rem;
    --font-size-toptitle: 1.5rem;
    --font-size-title--md: 1.8rem;
    --font-size-title--2xsm: 1.7rem;
    --font-size-title--4xl: 2.7rem;
    --font-size-text: 1.4rem;
    --font-size-title--xsm: 1.8rem;
    --font-size-title--3xl: 2.2rem;
  }
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 400;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

a {
  color: #1C3257;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

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

a {
  text-decoration: none;
  transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}

p {
  margin: 0;
}

.icon-font {
  display: inline-block;
  display: inline-flex;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

button {
  border: 0;
  cursor: pointer;
}
button:focus {
  outline: 0;
}

.swiper-nav {
  pointer-events: none;
  display: flex;
  gap: 1rem;
  align-items: center;
}
@media (max-width: 576px) {
  .swiper-nav {
    display: none;
  }
}
.swiper-nav .btn {
  pointer-events: all;
}
.swiper-nav .btn__icon {
  transition: 0s;
}

.swiper-pagination {
  width: auto !important;
  pointer-events: all;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.3rem;
  position: static;
  margin-top: 3rem;
}
@media (max-width: 576px) {
  .swiper-pagination {
    gap: 1rem;
  }
}
.swiper-pagination-bullet {
  height: 1.4rem;
  width: 1.4rem;
  opacity: 1;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  position: relative;
  background-color: rgba(28, 50, 87, 0.1);
  border-radius: 50%;
  margin: 0 !important;
}
@media (max-width: 576px) {
  .swiper-pagination-bullet {
    width: 1.1rem;
    height: 1.1rem;
  }
}
.swiper-pagination-bullet-active {
  background-color: #1C3257;
}
.swiper-pagination-bullet-active::after {
  opacity: 1;
}

.swiper-button:hover .btn {
  color: #fff !important;
}
.swiper-button-disabled {
  background: transparent !important;
  color: rgba(28, 50, 87, 0.1) !important;
  pointer-events: none !important;
}
.swiper-button-disabled .btn__icon {
  color: rgba(28, 50, 87, 0.1) !important;
}
.swiper-button-disabled .btn__icon svg {
  color: rgba(28, 50, 87, 0.1) !important;
}
.swiper-button-disabled:hover {
  color: rgba(28, 50, 87, 0.1) !important;
}

.swiper-container.visible-active {
  overflow: visible;
}
.swiper-container.visible-active .swiper-slide {
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
  transition-property: transform, opacity;
}
.swiper-container.visible-active .swiper-slide.is-visible {
  opacity: 1;
  transition: 0.3s;
  transition-property: transform, opacity;
  transform: translateZ(0) scale(1, 1);
  pointer-events: all;
}

.swiper-container {
  overflow: visible;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.swiper-container-3d {
  transform-style: preserve-3d;
}
.swiper-container .swiper-slide {
  height: auto;
}
.swiper-container .swiper-slide .feature-card {
  height: 100%;
}

.swiper-notification {
  display: none;
}

.fade-slider {
  overflow: visible !important;
}
.fade-slider .swiper-slide {
  z-index: -1;
}
.fade-slider .swiper-slide.is-visible {
  z-index: 1;
  opacity: 1 !important;
  pointer-events: all;
}
@media (max-width: 991px) {
  .fade-slider .swiper-slide.is-visible {
    height: auto;
    overflow: visible;
  }
}

input.wpcf7-not-valid,
textarea.wpcf7-not-valid,
select.wpcf7-not-valid {
  border: 1px solid #E23731 !important;
}

.wpcf7 {
  width: 100%;
}

.wpcf7-form-control-wrap {
  border-radius: 0 !important;
  width: 100%;
  height: 100%;
  display: block;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  padding: 2rem;
  color: #E23731;
  font-weight: 500;
  background: transparent;
  border: 0 !important;
  margin-left: 0;
  font-size: 1.5rem;
  margin-right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.6;
  margin: 0 !important;
}
@media (max-width: 576px) {
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output,
  .wpcf7 form.failed .wpcf7-response-output,
  .wpcf7 form.aborted .wpcf7-response-output {
    font-size: 1.4rem;
  }
}

.wpcf7 form.sent .wpcf7-response-output {
  padding: 2rem;
  color: #5FBD0D;
  font-size: 1.5rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent !important;
  margin: 0 !important;
  text-align: center;
  border: 0;
  margin-left: 0;
  margin-right: 0;
  border-radius: 1rem !important;
}
@media (max-width: 576px) {
  .wpcf7 form.sent .wpcf7-response-output {
    font-size: 1.4rem;
  }
}

.modal-map .acf-map {
  height: 100% !important;
}

.wpcf7-not-valid-tip {
  color: #E23731;
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 0.5rem;
  position: absolute;
}

form, .form {
  margin: 0;
  width: 100%;
}

.grecaptcha-badge {
  opacity: 0 !important;
  pointer-events: none !important;
}

.swal2-popup {
  padding: 3rem !important;
}

.swal2-title {
  font-family: "Poppins", sans-serif !important;
  color: #031b3b !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.swal2-icon {
  margin: 0 auto !important;
}

.wpcf7-spinner {
  position: absolute;
  margin-top: 1rem;
  margin-left: 0;
  left: 50%;
  transform: translateX(-50%);
}

.wpcf7-list-item label {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
}
.wpcf7-list-item label input {
  cursor: pointer;
}
.wpcf7-list-item-label {
  color: rgba(28, 50, 87, 0.6);
  font-size: 1.4rem;
  font-weight: 300;
  user-select: none;
  line-height: 1.3em;
  margin-left: 2rem;
  margin-top: -0.3rem;
}

input[type=checkbox] {
  position: relative;
  cursor: pointer;
  padding: 0;
}

input[type=checkbox]:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  width: 2.2rem;
  height: 2.2rem;
  background: #f8f9fb;
  border-radius: 0;
  left: -1px;
  top: -2px;
  position: absolute;
  border: 1px solid rgba(28, 50, 87, 0.1);
  border-radius: 0.3rem;
}
@media (max-width: 1200px) {
  input[type=checkbox]:before {
    left: -0.1rem;
    top: -0.1rem;
  }
}
@media (max-width: 576px) {
  input[type=checkbox]:before {
    width: 1.8rem;
    height: 1.8rem;
  }
}

input[type=checkbox]:checked:before {
  background: #1C3257;
}

input[type=checkbox]:disabled {
  color: #b8b8b8;
  cursor: auto;
}

input[type=checkbox]:disabled:before {
  box-shadow: none;
  background: #ddd;
}

input[type=checkbox]:checked:after {
  content: "";
  background-image: url("../img/tik.svg");
  background-size: 1em;
  background-repeat: no-repeat;
  background-position: 15% 18%;
  position: absolute;
  left: 4px;
  top: 3px;
  width: 1em;
  height: 1em;
  font-size: 1.3rem;
}
@media (max-width: 1200px) {
  input[type=checkbox]:checked:after {
    left: 3px;
    top: 2.5px;
    background-position: 19% 18%;
  }
}
@media (max-width: 576px) {
  input[type=checkbox]:checked:after {
    background-position: 15% 18%;
  }
}

span.wpcf7-list-item {
  margin: 0 0 0 0;
}

.checkbox-group .wpcf7-form-control-wrap .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
  justify-content: flex-start;
}

.loader {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: rgba(28, 50, 87, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
.loader.active {
  opacity: 1;
  pointer-events: auto;
}
.loader img {
  width: 5rem;
  height: 5rem;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
html,
body {
  width: 100%;
  font-family: "Poppins", sans-serif;
}

html {
  font-size: 10px;
}
@media (max-width: 1367px) {
  html {
    font-size: 9px;
  }
}
@media (max-width: 1200px) {
  html {
    font-size: 7px;
  }
}
@media (max-width: 991px) {
  html {
    font-size: 8px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 7px;
  }
}
@media (max-width: 576px) {
  html {
    font-size: 10px;
  }
}
@media (max-width: 374px) {
  html {
    font-size: 9px;
  }
}
@media (max-width: 350px) {
  html {
    font-size: 8px;
  }
}

body {
  font-size: 1.6rem;
  background: linear-gradient(0deg, #F2F5F9 0%, #F2F5F9 100%), #F8FAFB;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  color: #1C3257;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility !important;
}

.container {
  max-width: var(--container-width);
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (max-width: 991px) {
  .container {
    max-width: 100% !important;
    padding-left: var(--container-pusher);
    padding-right: var(--container-pusher);
  }
}
.container--small {
  max-width: var(--container-width-small);
}
.container--xsmall {
  max-width: 100rem;
}
.container--xxsmall {
  max-width: 90rem;
}

.overlay {
  background: rgba(28, 50, 87, 0.6);
  position: fixed;
  z-index: 1200;
  z-index: 102;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s;
}
.overlay.active {
  opacity: 1;
  pointer-events: all;
}

.hidden {
  display: none !important;
}

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  background: #ffffff;
  width: 46px;
  height: 46px;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 576px) {
  .modal-video-close-btn {
    top: -5px;
    width: 40px;
    height: 40px;
    transform: translateY(-100%);
  }
}
.modal-video-close-btn:hover, .modal-video-close-btn:focus {
  background-color: rgb(229.5, 229.5, 229.5);
  outline: 0;
}
.modal-video-close-btn:hover::after, .modal-video-close-btn:hover::before, .modal-video-close-btn:focus::after, .modal-video-close-btn:focus::before {
  background: #1C3257;
}
.modal-video-close-btn:hover::before, .modal-video-close-btn:focus::before {
  transform: rotate(180deg);
}
.modal-video-close-btn:hover::after, .modal-video-close-btn:focus::after {
  opacity: 0;
  transform: rotate(180deg);
}
.modal-video-close-btn::before {
  transform: rotate(45deg);
}
.modal-video-close-btn::after {
  transform: rotate(-45deg);
}
.modal-video-close-btn::after, .modal-video-close-btn::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 13px;
  width: 20px;
  height: 3px;
  background-color: #1C3257;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
@media (max-width: 576px) {
  .modal-video-close-btn::after, .modal-video-close-btn::before {
    left: 10px;
    top: 25px;
  }
}

@media (min-width: 1350px) {
  .modal-video-body {
    max-width: var(--container-width);
  }
}

*[data-fancybox]:focus {
  outline: 0;
  box-shadow: none;
}

.nice-scroll::-webkit-scrollbar {
  width: 4px;
  margin-right: 2rem;
}
.nice-scroll::-webkit-scrollbar-track {
  background: transparent;
  margin-right: 1rem;
  padding-right: 1rem;
}
.nice-scroll::-webkit-scrollbar-thumb {
  background: rgba(28, 50, 87, 0.1);
}

@media (max-width: 991px) {
  .only-desktop {
    display: none !important;
  }
}

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

.js-modal-btn {
  cursor: pointer;
}

.mb-0 {
  margin-bottom: 0rem;
}

.mbi-0 {
  margin-bottom: 0rem !important;
}

.mt-0 {
  margin-top: 0rem;
}

.ml-0 {
  margin-left: 0rem;
}

.mr-0 {
  margin-right: 0rem;
}

.pb-0 {
  padding-bottom: 0rem;
}

.pt-0 {
  padding-top: 0rem;
}

.pi-0 {
  padding: 0rem !important;
}

.pri-0 {
  padding-right: 0rem !important;
}

.pbi-0 {
  padding-bottom: 0rem !important;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mbi-1 {
  margin-bottom: 1rem !important;
}

.mt-1 {
  margin-top: 1rem;
}

.ml-1 {
  margin-left: 1rem;
}

.mr-1 {
  margin-right: 1rem;
}

.pb-1 {
  padding-bottom: 1rem;
}

.pt-1 {
  padding-top: 1rem;
}

.pi-1 {
  padding: 1rem !important;
}

.pri-1 {
  padding-right: 1rem !important;
}

.pbi-1 {
  padding-bottom: 1rem !important;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mbi-2 {
  margin-bottom: 2rem !important;
}

.mt-2 {
  margin-top: 2rem;
}

.ml-2 {
  margin-left: 2rem;
}

.mr-2 {
  margin-right: 2rem;
}

.pb-2 {
  padding-bottom: 2rem;
}

.pt-2 {
  padding-top: 2rem;
}

.pi-2 {
  padding: 2rem !important;
}

.pri-2 {
  padding-right: 2rem !important;
}

.pbi-2 {
  padding-bottom: 2rem !important;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mbi-3 {
  margin-bottom: 3rem !important;
}

.mt-3 {
  margin-top: 3rem;
}

.ml-3 {
  margin-left: 3rem;
}

.mr-3 {
  margin-right: 3rem;
}

.pb-3 {
  padding-bottom: 3rem;
}

.pt-3 {
  padding-top: 3rem;
}

.pi-3 {
  padding: 3rem !important;
}

.pri-3 {
  padding-right: 3rem !important;
}

.pbi-3 {
  padding-bottom: 3rem !important;
}

.mb-4 {
  margin-bottom: 4rem;
}

.mbi-4 {
  margin-bottom: 4rem !important;
}

.mt-4 {
  margin-top: 4rem;
}

.ml-4 {
  margin-left: 4rem;
}

.mr-4 {
  margin-right: 4rem;
}

.pb-4 {
  padding-bottom: 4rem;
}

.pt-4 {
  padding-top: 4rem;
}

.pi-4 {
  padding: 4rem !important;
}

.pri-4 {
  padding-right: 4rem !important;
}

.pbi-4 {
  padding-bottom: 4rem !important;
}

.mb-5 {
  margin-bottom: 5rem;
}

.mbi-5 {
  margin-bottom: 5rem !important;
}

.mt-5 {
  margin-top: 5rem;
}

.ml-5 {
  margin-left: 5rem;
}

.mr-5 {
  margin-right: 5rem;
}

.pb-5 {
  padding-bottom: 5rem;
}

.pt-5 {
  padding-top: 5rem;
}

.pi-5 {
  padding: 5rem !important;
}

.pri-5 {
  padding-right: 5rem !important;
}

.pbi-5 {
  padding-bottom: 5rem !important;
}

.mb-6 {
  margin-bottom: 6rem;
}

.mbi-6 {
  margin-bottom: 6rem !important;
}

.mt-6 {
  margin-top: 6rem;
}

.ml-6 {
  margin-left: 6rem;
}

.mr-6 {
  margin-right: 6rem;
}

.pb-6 {
  padding-bottom: 6rem;
}

.pt-6 {
  padding-top: 6rem;
}

.pi-6 {
  padding: 6rem !important;
}

.pri-6 {
  padding-right: 6rem !important;
}

.pbi-6 {
  padding-bottom: 6rem !important;
}

.scroll-disabled {
  overflow: hidden !important;
}

.delay-1 {
  transition-delay: 100ms !important;
}
@media (max-width: 991px) {
  .delay-1 {
    transition-delay: 0s !important;
  }
}

.delay-2 {
  transition-delay: 200ms !important;
}
@media (max-width: 991px) {
  .delay-2 {
    transition-delay: 0s !important;
  }
}

.delay-3 {
  transition-delay: 300ms !important;
}
@media (max-width: 991px) {
  .delay-3 {
    transition-delay: 0s !important;
  }
}

.delay-4 {
  transition-delay: 400ms !important;
}
@media (max-width: 991px) {
  .delay-4 {
    transition-delay: 0s !important;
  }
}

.delay-5 {
  transition-delay: 500ms !important;
}
@media (max-width: 991px) {
  .delay-5 {
    transition-delay: 0s !important;
  }
}

.delay-6 {
  transition-delay: 600ms !important;
}
@media (max-width: 991px) {
  .delay-6 {
    transition-delay: 0s !important;
  }
}

.delay-7 {
  transition-delay: 700ms !important;
}
@media (max-width: 991px) {
  .delay-7 {
    transition-delay: 0s !important;
  }
}

.delay-8 {
  transition-delay: 800ms !important;
}
@media (max-width: 991px) {
  .delay-8 {
    transition-delay: 0s !important;
  }
}

.delay-9 {
  transition-delay: 900ms !important;
}
@media (max-width: 991px) {
  .delay-9 {
    transition-delay: 0s !important;
  }
}

.delay-10 {
  transition-delay: 1000ms !important;
}
@media (max-width: 991px) {
  .delay-10 {
    transition-delay: 0s !important;
  }
}

.delay-11 {
  transition-delay: 1100ms !important;
}
@media (max-width: 991px) {
  .delay-11 {
    transition-delay: 0s !important;
  }
}

.delay-12 {
  transition-delay: 1200ms !important;
}
@media (max-width: 991px) {
  .delay-12 {
    transition-delay: 0s !important;
  }
}

.delay-13 {
  transition-delay: 1300ms !important;
}
@media (max-width: 991px) {
  .delay-13 {
    transition-delay: 0s !important;
  }
}

.delay-14 {
  transition-delay: 1400ms !important;
}
@media (max-width: 991px) {
  .delay-14 {
    transition-delay: 0s !important;
  }
}

.delay-15 {
  transition-delay: 1500ms !important;
}
@media (max-width: 991px) {
  .delay-15 {
    transition-delay: 0s !important;
  }
}

.delay-16 {
  transition-delay: 1600ms !important;
}
@media (max-width: 991px) {
  .delay-16 {
    transition-delay: 0s !important;
  }
}

.delay-17 {
  transition-delay: 1700ms !important;
}
@media (max-width: 991px) {
  .delay-17 {
    transition-delay: 0s !important;
  }
}

.delay-18 {
  transition-delay: 1800ms !important;
}
@media (max-width: 991px) {
  .delay-18 {
    transition-delay: 0s !important;
  }
}

.delay-19 {
  transition-delay: 1900ms !important;
}
@media (max-width: 991px) {
  .delay-19 {
    transition-delay: 0s !important;
  }
}

.delay-20 {
  transition-delay: 2000ms !important;
}
@media (max-width: 991px) {
  .delay-20 {
    transition-delay: 0s !important;
  }
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

span.colored-black {
  color: #1C3257;
}

span.colored-red {
  color: #E23731;
}

span.colored-green {
  color: #5FBD0D;
}

span.colored-light-gray-2 {
  color: rgba(28, 50, 87, 0.7);
}

.d-block {
  display: block;
}

.title {
  font-style: normal;
  line-height: 1.3;
  color: #1C3257;
  font-weight: 600;
}
.title--underline {
  position: relative;
  width: fit-content;
}
.title--underline:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.3rem;
  width: 100%;
  height: 2px;
  background-color: #1C3257;
}
.title--gradient-blue {
  background: linear-gradient(90deg, #0D57F5 0%, #4F86FF 50%, rgba(102, 143, 255, 0.3) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.title--line-through {
  position: relative;
}
.title--line-through .title-cover {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.title span.gradient {
  background: linear-gradient(135.54deg, rgba(28, 50, 87, 0.5) 49.21%, rgba(13, 87, 245, 0.5) 86.66%), linear-gradient(0deg, #1C3257, #1C3257);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background-size: 250% 250%;
  background-position: 100% 50%;
}
.title--w-bottom-border {
  border-bottom: 1px solid rgba(194, 202, 214, 0.5);
  padding-bottom: 1.5rem;
  width: 100%;
}
.title--w-img {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.title--w-img img {
  height: 2.4rem;
  width: 2.4rem;
  flex-shrink: 0;
  object-fit: contain;
}
.title--uppercase {
  text-transform: uppercase;
}
.title--black {
  color: #1C3257;
}
.title--medium-light {
  color: rgba(28, 50, 87, 0.8);
}
.title--light {
  color: rgba(28, 50, 87, 0.6);
}
.title--light-white {
  color: #F2F5F9;
}
.title--white {
  color: #fff;
}
.title--orange {
  color: #1C3257;
}
.title--center {
  text-align: center;
}
.title--xl {
  font-size: var(--font-size-title--xl);
}
.title--sm {
  font-size: var(--font-size-title--sm);
}
.title--md {
  font-size: var(--font-size-title--md);
}
.title--lg {
  font-size: var(--font-size-title--lg);
}
.title--4xl {
  font-size: var(--font-size-title--4xl);
}
.title--3xl {
  font-size: var(--font-size-title--3xl);
}
.title--xsm {
  font-size: var(--font-size-title--xsm);
}
.title--2xsm {
  font-size: var(--font-size-title--2xsm);
}
.title--msm {
  font-size: var(--font-size-title--msm);
}
.title--5xsm {
  font-size: var(--font-size-title--5xsm);
}

@keyframes shine {
  0% {
    background-position: 0% 50%;
    background-size: 200% 200%;
  }
  50% {
    background-position: 100% 50%;
    background-size: 250% 250%;
  }
  100% {
    background-position: 0% 100%;
    background-size: 200% 200%;
  }
}
.text {
  font-size: var(--font-size-text);
  line-height: 1.8em;
  font-weight: 300;
  color: #1C3257;
  letter-spacing: 0.28px;
}
.text strong,
.text b {
  font-weight: 600;
}
.text--w-icon {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.text--w-icon img {
  width: 1.4rem;
  height: 1.4rem;
  object-fit: contain;
  flex-shrink: 0;
}
.text--w-dot {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  position: relative;
}
.text--w-dot::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  background: rgba(115, 123, 139, 0.4);
  border-radius: 50%;
}
.text span.colored-black {
  color: #1C3257;
}
.text--white {
  color: #fff;
}
.text--black {
  color: #1C3257;
}
.text--medium-light {
  color: rgba(28, 50, 87, 0.8);
}
.text--light {
  color: rgba(28, 50, 87, 0.7);
}
.text--xlight {
  color: rgba(28, 50, 87, 0.6);
}
.text--xxlight {
  color: rgba(28, 50, 87, 0.4);
}
.text--gray {
  color: #737B8B;
}
.text--center {
  text-align: center;
}
.text--lg {
  font-size: 1.7rem;
}
@media (max-width: 576px) {
  .text--lg {
    font-size: 1.5rem;
  }
}
.text--md {
  font-size: 1.5rem;
}
@media (max-width: 576px) {
  .text--md {
    font-size: 1.4rem;
  }
}
.text--sm {
  font-size: 1.4rem;
}
.text--xsm {
  font-size: 1.3rem;
}
@media (max-width: 576px) {
  .text--xsm {
    font-size: 1.2rem;
  }
}
.text--xl {
  font-size: 3rem;
}
.text--clickable {
  cursor: pointer;
}

.toptitle {
  font-size: var(--font-size-toptitle);
  line-height: 1.45em;
  font-weight: 700;
  color: rgba(28, 50, 87, 0.6);
  display: flex;
  align-items: center;
  letter-spacing: 0.36px;
}
.toptitle--md {
  font-size: 1.7rem;
}
@media (max-width: 576px) {
  .toptitle--md {
    font-size: 1.4rem;
  }
}
.toptitle--xsm {
  font-size: 1.2rem;
}
.toptitle--light-gray {
  color: rgba(28, 50, 87, 0.4);
}

.modal {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -48%);
  background: #ffffff;
  z-index: 103;
  pointer-events: none;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  display: flex;
  flex-direction: column;
  opacity: 0;
  width: 60rem;
  max-width: calc(100% - 3.6rem);
  box-shadow: 0 8px 20px -12px rgba(177, 188, 209, 0.1);
  visibility: hidden;
  max-height: 90vh;
  border-radius: 2.4rem;
}
@media (max-width: 991px) {
  .modal {
    width: 100% !important;
    max-width: none;
    transform: unset !important;
    left: 0;
    top: 0;
    height: 100dvh;
    max-height: unset;
    max-width: unset;
    border-radius: 0;
  }
}
.modal.active {
  transform: translate(-50%, -50%);
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3rem;
  border-bottom: 1px solid #E3E5F1;
}
@media (max-width: 991px) {
  .modal-header {
    position: relative;
    padding: 2rem var(--container-pusher);
  }
}
.modal-content {
  padding: 3rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  overflow-y: auto;
}
@media (max-width: 991px) {
  .modal-content {
    padding: 2rem var(--container-pusher);
  }
}
.modal-close {
  cursor: pointer;
  display: flex;
  font-size: 1.5rem;
  height: 3rem;
  width: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  position: absolute;
  right: 2rem;
  top: 2rem;
  background-color: #fff;
  padding: 1rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .modal-close {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 992px) {
  .modal-close:hover {
    color: #fff;
  }
}
.modal-close::before, .modal-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 3px;
  background-color: #1C3257;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  border-radius: 1rem;
}
.modal-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (min-width: 992px) {
  .modal-close:hover::before {
    transform: translate(-50%, -50%) rotate(180deg);
  }
  .modal-close:hover::after {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(180deg);
  }
}
@media (max-width: 576px) {
  .modal-close {
    height: 2.2rem;
    width: 2.2rem;
    font-size: 1.1rem;
  }
}
@media (max-width: 991px) {
  .modal--discover {
    border-radius: 1.2rem;
    height: auto;
    width: 50rem !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -48%) !important;
  }
}
@media (max-width: 576px) {
  .modal--discover {
    width: calc(100% - 2 * var(--container-pusher)) !important;
  }
}
.modal--discover .btn-column {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.modal--discover .modal-header {
  justify-content: center;
}
.modal--discover .modal-header-title {
  font-size: 1.5rem;
  letter-spacing: 0.3px;
  font-weight: 700;
}
.modal--discover .modal-close {
  display: none;
}

.js-open-modal {
  cursor: pointer;
}

.btn {
  width: auto;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 4.8rem;
  user-select: none;
  position: relative;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  font-size: 1.4rem;
  font-weight: 500;
  padding: 0 1.8rem;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 1rem;
  text-decoration: none;
  letter-spacing: -0.14px;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .btn {
    height: 5.2rem;
  }
}
@media (max-width: 576px) {
  .btn {
    height: 4.4rem;
  }
}
.btn__icon {
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
.btn--md {
  height: 4.6rem;
}
.btn--black {
  background-color: #1C3257;
  color: #ffffff;
  box-shadow: 0 2px 3px 0 rgba(48, 49, 61, 0.05);
}
.btn--black:hover {
  background: rgb(15.5826086957, 27.8260869565, 48.4173913043);
}
.btn--black.btn--i-right .btn__icon {
  border-left-color: rgba(255, 255, 255, 0.1);
}
.btn--light-black {
  border: 1px solid rgba(233, 234, 239, 0.05);
  background: radial-gradient(73.44% 103.3% at 0% 14.58%, #224C95 0%, #1C3257 100%);
  box-shadow: 0 2px 3px 0 rgba(48, 49, 61, 0.05);
  color: #ffffff;
  background-size: 100%;
}
.btn--light-black:hover {
  background-size: 200%;
}
.btn--light-black.btn--i-right .btn__icon {
  border-left-color: rgba(255, 255, 255, 0.1);
}
.btn--white {
  background-color: #ffffff;
  color: #1C3257;
  border: 1px solid #E3E5F1;
  box-shadow: 0 2px 3px 0 rgba(48, 49, 61, 0.05);
}
.btn--white:hover {
  background: rgb(229.5, 229.5, 229.5);
}
.btn--white:hover.btn--i-right .btn__icon {
  border-left-color: #cccccc;
}
.btn--white.btn--i-right .btn__icon {
  border-left-color: #E3E5F1;
}
.btn--light-white {
  border: 1px solid rgba(227, 229, 241, 0.05);
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 2px 3px 0 rgba(48, 49, 61, 0.1);
  color: #ffffff;
}
.btn--light-white:hover {
  background: rgb(229.5, 229.5, 229.5);
  color: #1C3257;
}
.btn--light-white:hover.btn--i-right .btn__icon {
  border-left-color: #cccccc;
}
.btn--light-white.btn--i-right .btn__icon {
  border-left-color: #E3E5F1;
}
.btn--i {
  padding: 0;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
}
.btn--i-right {
  padding-right: 0;
  gap: 1.8rem;
}
.btn--i-right .btn__icon {
  height: 100%;
  width: 4rem;
  border-left: 1px solid transparent;
  font-size: 1.1rem;
}
.btn--i-right-end {
  padding-right: 1.8rem;
}
.btn--i-right-end .btn__icon {
  position: absolute;
  right: 0;
}
.btn--full {
  width: 100%;
}
.btn__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-row {
  display: flex;
  gap: 1.2rem;
}

.loadmore {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5rem;
}
@media (max-width: 991px) {
  .loadmore {
    margin-top: 4rem;
  }
}

.section {
  padding: 8rem 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .section {
    padding: 6rem 0;
  }
}
@media (max-width: 576px) {
  .section {
    padding: 4rem 0;
  }
}
.section--center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section--center .section-head {
  flex-direction: column;
  gap: 2rem;
  text-align: center;
}
.section--center .section-head-title {
  max-width: 46rem;
  max-width: 52rem;
  line-height: 1.6;
}
@media (max-width: 576px) {
  .section--center .section-head-title {
    max-width: 35rem;
  }
}
.section--center .section-head-text {
  max-width: 60rem;
}
@media (max-width: 991px) {
  .section--center .section-head-text br {
    display: none;
  }
}
.section--center .section-head-left {
  align-items: center;
}
@media (max-width: 576px) {
  .section--center .certificate-item-row {
    place-items: center;
  }
}
.section--row .section-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .section--row .section-content {
    flex-direction: column;
    gap: 3rem;
  }
}
.section--row .section-content-left {
  flex: 0 0 39%;
  max-width: 39%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 3.5rem;
}
@media (max-width: 991px) {
  .section--row .section-content-left {
    flex: unset !important;
    max-width: unset !important;
    width: 100% !important;
  }
}
@media (max-width: 576px) {
  .section--row .section-content-left {
    gap: 2.5rem;
  }
}
.section--row .section-content-right {
  flex: 0 0 48%;
  max-width: 48%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 3.5rem;
}
@media (max-width: 991px) {
  .section--row .section-content-right {
    flex: unset !important;
    max-width: unset !important;
    width: 100% !important;
  }
}
@media (max-width: 576px) {
  .section--row .section-content-right {
    gap: 2.5rem;
  }
}
.section--row .section-content .section-content-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6rem;
}
@media (max-width: 991px) {
  .section-head {
    margin-bottom: 4rem;
  }
}
.section-head-title {
  letter-spacing: -0.6px;
}
.section-head-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 991px) {
  .section-head-left {
    flex: unset !important;
    max-width: unset !important;
    width: 100% !important;
  }
}
.section.with-top-border {
  border-top: 1px solid #E3E5F1;
}
.section.slider-section {
  overflow: hidden;
  height: max-content;
}
.section.bg-linear {
  position: relative;
}
.section.bg-linear::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.8;
  background: linear-gradient(180deg, #DDE5F0 0%, #F2F5F9 100%), #CBD3DE;
  z-index: -1;
}
.section.bg-linear .tab-link-wrapper {
  border-bottom: 1px solid rgba(194, 202, 214, 0.6);
}
.section.bg-linear-2 {
  position: relative;
}
.section.bg-linear-2::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.8;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: -1;
}
.section.bg-linear-white {
  position: relative;
}
.section.bg-linear-white::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, #FFF 0%, #F2F5F9 100%), #CBD3DE;
  z-index: -1;
}
.section.dashboard-info-section .section-head-title {
  line-height: 1.6;
}
.section.dashboard-info-section .section-content .dashboard-img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 36.9rem;
  object-fit: contain;
}
@media (max-width: 991px) {
  .section.dashboard-info-section .section-content .dashboard-img {
    height: 40rem;
  }
}
@media (max-width: 576px) {
  .section.dashboard-info-section .section-content .dashboard-img {
    height: 22rem;
  }
}
.section.dashboard-info-section .section-content .dashboard-img-absolute {
  position: absolute;
  left: -10%;
  top: 40%;
  height: 14.9rem;
  object-fit: contain;
}
@media (max-width: 576px) {
  .section.dashboard-info-section .section-content .dashboard-img-absolute {
    left: 9%;
    height: 10.9rem;
  }
}
.section.dashboard-info-section .section-content .dashboard-img-absolute.absolute-1 {
  left: auto;
  right: -10%;
  top: 30%;
  height: 16.5rem;
}
@media (max-width: 576px) {
  .section.dashboard-info-section .section-content .dashboard-img-absolute.absolute-1 {
    right: 4%;
    height: 11.5rem;
  }
}
.section.circle-animate-section {
  overflow: hidden;
}
.section.circle-animate-section .section-content-right {
  height: 61.6rem;
  width: 61.6rem;
  flex: unset;
  max-width: unset;
  position: relative;
}
@media (max-width: 991px) {
  .section.circle-animate-section .section-content-right {
    width: 50rem !important;
    height: 50rem;
  }
}
@media (max-width: 576px) {
  .section.circle-animate-section .section-content-right {
    width: 40rem !important;
    height: 40rem;
  }
}
.section.circle-animate-section .circle {
  height: 100%;
  width: 100%;
  object-fit: contain;
  animation: rotateLeft 25s linear infinite;
}
.section.circle-animate-section .feature-item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media (max-width: 576px) {
  .section.brands-section-wrapper .section-head {
    margin-bottom: 2rem;
  }
}
.section.demo-section .section-content {
  align-items: flex-start;
}
.section.demo-section .section-content-left {
  gap: 2rem;
}
.section.demo-request-section .section-content-left {
  flex: 0 0 58%;
  max-width: 58%;
}
.section.demo-request-section .section-content-right {
  flex: 0 0 37%;
  max-width: 37%;
}
.section.contact-form-section .section-content-left {
  flex: 0 0 58%;
  max-width: 58%;
}
.section.contact-form-section .section-content-right {
  flex: 0 0 38%;
  max-width: 38%;
}
.section.contact-form-section .address-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
}
.section.sector-section .step-item-grid {
  row-gap: 4rem;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 576px) {
  .section.sector-section .step-item-grid {
    row-gap: 2rem;
    grid-template-columns: repeat(1, 1fr);
  }
}
.section.sss-section .banner-content {
  gap: 4rem;
}
@media (max-width: 576px) {
  .section.sss-section .banner-content {
    gap: 3rem;
  }
}
.section.sss-section .banner-title {
  font-size: 2.4rem;
}
@media (max-width: 576px) {
  .section.sss-section .banner-title {
    font-size: 2rem;
  }
}
.section.sss-section .certificate-item-row {
  gap: 0.9rem;
}
.section.sss-section .section-content-left {
  flex: 0 0 38%;
  max-width: 38%;
}
.section.sss-section .section-content-right {
  flex: 0 0 57%;
  max-width: 57%;
}
.section.migration-section .section-content {
  align-items: flex-start;
}
.section.migration-section .section-content-left {
  gap: 2rem;
  flex: 0 0 46%;
  max-width: 46%;
}
.section.migration-section .section-content-right {
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 576px) {
  .section.migration-section .section-content-right {
    border-radius: 1.2rem;
  }
}
.section.migration-section .section-content-right::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(13, 87, 245, 0) 50%, rgba(13, 87, 245, 0.7) 100%);
}
.section.migration-section .step-item-grid,
.section.migration-section .custom-list,
.section.migration-section .step-items {
  margin-top: 5rem;
}
@media (max-width: 991px) {
  .section.migration-section .step-item-grid,
  .section.migration-section .custom-list,
  .section.migration-section .step-items {
    margin-top: 0;
  }
}
.section.migration-section .step-items.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}
@media (max-width: 991px) {
  .section.migration-section .step-items.grid-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section.migration-section .step-items.grid-2 .step-item::before {
  display: none;
}
.section.migration-section.no-image .section-content-left {
  flex: unset;
  max-width: unset;
  width: 100%;
}
.section.why-section .section-head-left {
  flex: 0 0 58%;
  max-width: 58%;
}
.section.content-right .section-content-left {
  height: 42.6rem;
  flex: 0 0 45.8%;
  max-width: 45.8%;
  overflow: hidden;
  border-radius: 2.4rem;
}
@media (max-width: 576px) {
  .section.content-right .section-content-left {
    height: 30rem;
    border-radius: 1.2rem;
  }
}
.section.content-right .section-content-right {
  flex: 0 0 50.5%;
  max-width: 50.5%;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  align-items: flex-start;
}
.section.content-right .section-content-right-head {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: center;
}
@media (max-width: 576px) {
  .section.content-right .section-content-right-head {
    flex-direction: column;
    align-items: flex-start;
  }
}
.section.content-right .section-content-right-head-left {
  flex: 0 0 80%;
  max-width: 80%;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  align-items: flex-start;
}
.section.content-right .trust-logo {
  height: 13.7rem;
  width: auto;
  object-fit: contain;
  flex-shrink: 0;
}
@media (max-width: 576px) {
  .section.content-right .trust-logo {
    height: 10rem;
  }
}

@keyframes rotateLeft {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.link {
  font-size: 1.6rem;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  cursor: pointer;
  color: #1C3257;
}
@media (max-width: 576px) {
  .link {
    font-size: 1.4rem;
  }
}
.link:hover {
  color: #1C3257;
}
.link--white {
  color: #ffffff;
}
.link--white:hover {
  color: rgb(229.5, 229.5, 229.5);
}
.link--blue {
  color: #0D57F5;
}
.link--blue:hover {
  color: rgb(8.2142857143, 69, 198.7857142857);
}
.link--underline {
  text-decoration: underline;
}
.link__icon {
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  display: flex;
  align-items: center;
}
.link--i-right, .link--i-left {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.link--sm {
  font-size: 1.5rem;
}
.link--xsm {
  font-size: 1.4rem;
}

.badge {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 1.1rem;
  border-radius: 4.6rem;
  font-size: 1.2rem;
  font-weight: 700;
  height: 3.4rem;
  border-radius: 6rem;
  letter-spacing: 0.36px;
}
.badge--sm {
  height: 3rem;
  font-size: 1.1rem;
}
.badge--sm .badge__icon {
  font-size: 1.3rem;
}
.badge--uppercase {
  text-transform: uppercase;
}
.badge .badge__img {
  height: 1.6rem;
  width: 1.6rem;
  object-fit: contain;
  flex-shrink: 0;
}
.badge--i-right, .badge--i-left {
  gap: 0.6rem;
  padding-right: 1.6rem;
}
.badge--i-left {
  padding-right: 1.6rem;
}
.badge--white {
  background: #ffffff;
  color: #1C3257;
}
.badge--blue {
  background: #0D57F5;
  color: #ffffff;
}
.badge--light-white {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
.badge--gradient-blue {
  background: linear-gradient(107deg, rgba(238, 246, 255, 0.5) 2.94%, rgba(208, 230, 255, 0.5) 92.26%), #EBF0F8;
  box-shadow: 0 2px 5px 3px rgba(111, 127, 154, 0.08) inset, 0 0 20px 0 rgba(111, 127, 154, 0.1) inset, 0 0 80px 10px #FFF;
}

.tab-content {
  opacity: 1;
  animation: filteredScale 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74) alternate forwards;
}
.tab-content.filtering {
  animation: filteringScale 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74) alternate forwards;
}
.tab-content.filtered {
  display: none;
}
@keyframes filteringScale {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes filteredScale {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.tab {
  position: relative;
  width: 100%;
}
.tab-link-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  padding-left: var(--container-pusher);
  padding-right: var(--container-pusher);
  border-bottom: 1px solid #E3E5F1;
  margin-bottom: 6rem;
}
.tab-link-wrapper::-webkit-scrollbar {
  display: none;
}
@media (max-width: 991px) {
  .tab-link-wrapper {
    justify-content: flex-start;
  }
}
@media (max-width: 576px) {
  .tab-link-wrapper {
    margin-bottom: 4rem;
  }
}
.tab-link-wrapper.button-type {
  border-bottom: 0 !important;
  justify-content: flex-start;
}
.tab-link-wrapper.button-type .animated-tabs {
  gap: 1.2rem;
  justify-content: flex-start;
}
.tab-link-wrapper.button-type .animated-tabs-item {
  height: 4.2rem;
  padding: 0 1.8rem;
  font-size: 1.4rem;
  letter-spacing: -0.14px;
  font-weight: 500;
  color: #1C3257;
  border-radius: 99rem;
  border: 1px solid #E3E5F1;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tab-link-wrapper.button-type .animated-tabs-item.active {
  color: #ffffff;
  background: #0D57F5;
  border: 1px solid #0D57F5;
}
@media (min-width: 992px) {
  .tab-link-wrapper.button-type .animated-tabs-item:hover {
    color: #ffffff;
    background: #0D57F5;
    border: 1px solid #0D57F5;
  }
}
.tab-link-wrapper.center .animated-tabs {
  justify-content: center;
}
@media (max-width: 991px) {
  .tab-link-wrapper.center .animated-tabs {
    justify-content: flex-start;
  }
}
.tab .animated-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  gap: 6rem;
}
@media (max-width: 991px) {
  .tab .animated-tabs {
    width: max-content;
    justify-content: flex-start;
  }
}
@media (max-width: 576px) {
  .tab .animated-tabs {
    gap: 1.6rem;
  }
}
.tab .animated-tabs-item {
  display: flex;
  gap: 2.4rem;
  padding: 3.8rem 2rem;
  font-size: 1.5rem;
  cursor: pointer;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  font-weight: 600;
  z-index: 2;
  position: relative;
  width: max-content;
  color: #737B8B;
  letter-spacing: 0.3px;
  flex-shrink: 0;
}
@media (max-width: 576px) {
  .tab .animated-tabs-item {
    font-size: 1.4rem;
    padding: 2.8rem 1rem;
  }
}
.tab .animated-tabs-item.active {
  color: #1C3257;
}
@media (min-width: 992px) {
  .tab .animated-tabs-item:hover {
    color: #1C3257;
  }
}
.tab .animated-tabs-line {
  background: #0D57F5;
  height: 0.3rem;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}

.filtered-item {
  animation: fadeIn 0.6s alternate forwards;
}
.filtered-item.hide {
  display: none !important;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.checkbox {
  display: flex;
  justify-content: center;
  cursor: pointer;
  position: relative;
  margin-bottom: 0;
  margin: 2rem 0;
}
@media (max-width: 576px) {
  .checkbox {
    align-items: flex-start;
  }
}
.checkbox.input-error .error {
  position: absolute;
}
.checkbox .error {
  position: absolute;
  bottom: -1.5rem;
}
.checkbox__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  visibility: hidden;
  width: 0;
}
.checkbox__input:checked ~ span {
  background-image: url("../img/tik.svg");
}
.checkbox__input:checked ~ .tick-checkbox-content .tick-checkbox__title {
  color: #1C3257;
}
.checkbox__input:not(:checked):hover ~ .tick-checkbox-content .tick-checkbox__title {
  color: rgba(28, 50, 87, 0.8);
}
.checkbox--radio .checkbox__input ~ span {
  background: transparent;
  position: relative;
}
.checkbox--radio .checkbox__input ~ span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-48%, -52%);
  width: 1em;
  height: 1em;
  border-radius: 50%;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  opacity: 0;
  font-size: 10px;
}
.checkbox--radio .checkbox__input:checked ~ span {
  box-shadow: 0 0 0 2px red;
  background: #F2F5F9;
}
.checkbox--radio .checkbox__input:checked ~ span::after {
  opacity: 1;
}
.checkbox--radio .checkbox__toggle {
  border-radius: 50%;
  font-size: 18px;
}
.checkbox__toggle {
  outline: none;
  height: 1em;
  width: 1em;
  display: inline-flex;
  position: relative;
  margin: 0;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid rgba(28, 50, 87, 0.6);
  flex-shrink: 0;
  transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: 45%;
  background-size: 0.5em;
  font-size: 1.8rem;
  box-shadow: 0px 4px 6px -5px rgba(177, 188, 209, 0.3);
}
@media (max-width: 767px) {
  .checkbox__toggle {
    font-size: 18px;
    margin-top: 0.2rem;
  }
}
.checkbox-content {
  margin-left: 1rem;
  width: 100%;
}
.checkbox-content .text,
.checkbox-content .link {
  letter-spacing: -0.28px;
}

.checkbox__title-highlighted {
  color: #1C3257;
  font-weight: 600;
  text-decoration-line: underline;
}

.checkbox__title {
  color: rgba(28, 50, 87, 0.6);
  font-size: 1.4rem;
  line-height: 20px;
}

.input {
  outline: none;
  width: 100%;
  color: #1C3257;
  font-size: 1.5rem;
  height: 5rem;
  border-radius: 1.2rem;
  padding: 0 2rem;
  border: 1px solid rgba(194, 202, 214, 0.6);
  transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  background: #ffffff;
  font-weight: 400;
  -webkit-appearance: none;
  position: relative;
  letter-spacing: -0.3px;
}
@media (max-width: 576px) {
  .input {
    font-size: 1.4rem;
    border-radius: 1rem;
  }
}
.input.error {
  border: 1px solid #cc0000 !important;
}
.input::placeholder {
  color: rgba(28, 50, 87, 0.6);
  font-size: 1.5rem;
  font-weight: 400;
}
@media (max-width: 576px) {
  .input::placeholder {
    font-size: 1.4rem;
  }
}
.input::-webkit-outer-spin-button, .input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.input:focus {
  border: 1px solid #1C3257;
}
.input__title {
  color: rgba(28, 50, 87, 0.7);
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 0.9rem;
  letter-spacing: -0.3px;
}
@media (max-width: 576px) {
  .input__title {
    font-size: 1.4rem;
  }
}
.input-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
  gap: 2.4rem;
}
@media (max-width: 576px) {
  .input-row {
    flex-direction: column;
    margin-bottom: 2.4rem;
  }
}
.input-row:last-child {
  margin-bottom: 0;
}
.input-row .input-wrapper {
  width: 100%;
  position: relative;
}
.input-row .input-wrapper.input-error {
  overflow: initial;
}
.input-row .input-wrapper.input-error .input {
  border: 1px solid #E23731 !important;
  box-shadow: unset;
}
.input-row .input-wrapper textarea {
  width: 100%;
  height: 15rem;
  max-height: 18rem;
  outline: none;
  padding: 2rem;
  font-weight: 400;
  resize: none;
}
.input-icon {
  position: absolute;
  font-size: 1.2rem;
  color: rgba(28, 50, 87, 0.6);
  right: 2rem;
  display: flex;
  z-index: 1;
  bottom: 2.4rem;
  transform: translateY(50%);
}
.input-disabled {
  pointer-events: none;
  border-color: transparent;
}

label.error {
  margin-bottom: 0;
  margin-top: 1rem;
  color: #E23731 !important;
  font-weight: 400;
  font-size: 1.2rem;
  left: 0rem;
  line-height: 1em;
  white-space: nowrap;
}
@media (max-width: 576px) {
  label.error {
    bottom: -1.8rem;
  }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0px 34px 34px 35px white inset !important;
  -webkit-background-clip: text;
}

input::-webkit-contacts-auto-fill-button {
  display: none !important;
  visibility: hidden !important;
}

input:-webkit-autofill {
  -webkit-text-fill-color: #1C3257 !important;
}

textarea[data-autoheight=true] {
  overflow: visible;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  margin-bottom: 1.5rem;
  line-height: 1.5em;
  color: rgba(28, 50, 87, 0.8);
  font-weight: 600;
}
@media (max-width: 991px) {
  .content h1,
  .content h2,
  .content h3,
  .content h4,
  .content h5,
  .content h6 {
    margin-top: 0;
  }
}
@media (max-width: 576px) {
  .content h1,
  .content h2,
  .content h3,
  .content h4,
  .content h5,
  .content h6 {
    margin-bottom: 1rem;
  }
}
.content b,
.content strong {
  font-weight: 600;
}
.content h1 {
  font-size: 3rem;
}
@media (max-width: 576px) {
  .content h1 {
    font-size: 2rem;
  }
}
.content h2 {
  font-size: 3rem;
}
@media (max-width: 576px) {
  .content h2 {
    font-size: 1.8rem;
  }
}
.content h3 {
  font-size: 2.4rem;
}
@media (max-width: 576px) {
  .content h3 {
    font-size: 2rem;
  }
}
.content h4 {
  font-size: 2.2rem;
}
@media (max-width: 576px) {
  .content h4 {
    font-size: 1.8rem;
  }
}
.content h5 {
  font-size: 2rem;
}
@media (max-width: 576px) {
  .content h5 {
    font-size: 1.6rem;
  }
}
.content h6 {
  font-size: 1.8rem;
}
@media (max-width: 576px) {
  .content h6 {
    font-size: 1.6rem;
  }
}
.content p {
  margin-bottom: 2.5rem;
  color: #737B8B;
  line-height: 1.9;
  font-size: var(--font-size-text);
  font-weight: 300;
  letter-spacing: 0.32px;
}
.content p:last-child:last-of-type {
  margin-bottom: 0;
}
.content p b,
.content p strong {
  font-weight: 600;
  color: inherit;
}
.content blockquote {
  margin-bottom: 1.5rem;
  padding-left: 3.8rem;
  position: relative;
}
@media (max-width: 576px) {
  .content blockquote {
    padding-left: 1.6rem;
  }
}
.content blockquote::before {
  content: "";
  height: 100%;
  width: 3px;
  position: absolute;
  left: 0;
  top: 0;
  background: #D9D9D9;
}
.content blockquote b,
.content blockquote strong {
  font-weight: 600;
  color: inherit;
}
.content a:not(.btn) {
  color: #1C3257;
  opacity: 1;
}
.content a:not(.btn):hover, .content a:not(.btn).active {
  text-decoration: underline;
}
.content img {
  height: 40rem;
  object-fit: cover;
  border-radius: 2.4rem;
  overflow: hidden;
}
@media (max-width: 576px) {
  .content img {
    margin: 1rem 0;
  }
}
.content img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.content video {
  width: 100%;
  object-fit: cover;
  overflow: hidden;
  border-radius: 2.4rem;
}
.content ul {
  margin-bottom: 2.5rem;
  padding-left: 2.5rem;
}
@media (max-width: 991px) {
  .content ul {
    font-size: 1.8rem;
  }
}
@media (max-width: 576px) {
  .content ul {
    margin-bottom: 2rem;
    padding-left: 1.5rem;
  }
}
.content ul li {
  font-size: 1.6rem;
  margin-bottom: 0;
  position: relative;
  color: #737B8B;
  list-style: none;
  line-height: 1.9;
  letter-spacing: 0.32px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .content ul li {
    padding-left: 1rem;
  }
}
@media (max-width: 576px) {
  .content ul li {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    padding-left: 0;
  }
}
.content ul li:last-child {
  margin-bottom: 0;
}
.content ul li::before {
  content: "";
  width: 1em;
  height: 1em;
  font-size: 5px;
  border-radius: 50%;
  position: absolute;
  left: -1.5rem;
  top: 1.3rem;
  border-radius: 50%;
  background: rgba(28, 50, 87, 0.8);
}
@media (max-width: 576px) {
  .content ul li::before {
    font-size: 4px;
    left: -1.5rem;
  }
}
.content ul li b,
.content ul li strong {
  font-weight: 600;
  color: inherit;
}
.content ul li.has-h3::before {
  top: 50%;
  transform: translateY(-50%);
}
.content ol {
  margin-bottom: 2rem;
  padding-left: 2rem;
}
@media (max-width: 991px) {
  .content ol {
    font-size: 1.8rem;
  }
}
@media (max-width: 576px) {
  .content ol {
    margin-bottom: 3rem;
    padding-left: 1.5rem;
  }
}
.content ol li {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  position: relative;
  color: #737B8B;
  line-height: 1.9;
}
@media (max-width: 991px) {
  .content ol li {
    padding-left: 1rem;
  }
}
@media (max-width: 576px) {
  .content ol li {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    padding-left: 0;
  }
}
.content ol li:last-child {
  margin-bottom: 0;
}
.content ol li b,
.content ol li strong {
  font-weight: 600;
  color: inherit;
}
.content ol li.has-h3::before {
  top: 50%;
  transform: translateY(-50%);
}
.content .table-wrapper {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 576px) {
  .content .table-wrapper {
    width: 100vw;
    margin-left: calc(-1 * var(--container-pusher));
    padding-left: var(--container-pusher);
    padding-right: var(--container-pusher);
  }
}
.content .table-wrapper::-webkit-scrollbar {
  display: none;
}
.content .table-wrapper table {
  width: 100% !important;
  border-radius: 1rem;
  overflow: hidden;
  border-collapse: separate;
  border: 1px solid #E3E5F1;
}
@media (max-width: 576px) {
  .content .table-wrapper table {
    min-width: 700px;
  }
}
.content .table-wrapper table tr th:not(:last-child) {
  border-right: 1px solid #E3E5F1;
}
.content .table-wrapper table tr td:not(:last-child) {
  border-right: 1px solid #E3E5F1;
}
.content .table-wrapper table th {
  padding: 2rem 1rem;
}
@media (max-width: 576px) {
  .content .table-wrapper table th {
    padding: 1.5rem 1rem;
  }
}
.content .table-wrapper table td {
  padding: 2rem 1rem;
  border-top: 1px solid #E3E5F1;
  color: #737B8B;
}
@media (max-width: 576px) {
  .content .table-wrapper table td {
    padding: 1.5rem 1rem;
  }
}
.content--center {
  text-align: center;
}
.content--small p {
  font-size: 1.4rem;
}
.content--small ul li {
  font-size: 1.4rem;
}
.content--small ol li {
  font-size: 1.4rem;
}

.social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2.4rem;
}
@media (max-width: 576px) {
  .social-title {
    font-size: 1.4rem;
  }
}
.social__item {
  cursor: pointer;
  color: #1C3257;
  display: flex;
  flex-shrink: 0;
  width: 4.5rem;
  height: 4.5rem;
  background: #ffffff;
  border-radius: 50%;
  font-size: 2rem;
  align-items: center;
  justify-content: center;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
@media (min-width: 992px) {
  .social__item:hover {
    background: rgb(229.5, 229.5, 229.5);
  }
}

.animate {
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.animate.animated {
  opacity: 1;
  transform: none !important;
}
.animate.fade-up {
  transform: translateY(4rem);
}
.animate.fade-down {
  transform: translateY(-4rem);
}
.animate.fade-left {
  transform: translateX(-4rem);
}
.animate.fade-right {
  transform: translateX(4rem);
}
.animate.zoom-in {
  transform: scale(0.9);
}

/**
 * Scroll-scrubbed video section
 * Works with GSAP ScrollTrigger pin — no sticky CSS required on the section.
 */
.scroll-video-section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  background: #040e23;
  overflow: hidden;
  isolation: isolate;
}
.scroll-video-section__inner {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.scroll-video-section__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
}
.scroll-video-section--ready .scroll-video-section__video {
  opacity: 1;
}
.scroll-video-section--reduced-motion {
  min-height: auto;
}
.scroll-video-section--reduced-motion .scroll-video-section__inner {
  height: auto;
  min-height: 50vh;
}
.scroll-video-section--reduced-motion .scroll-video-section__video {
  object-fit: contain;
}

@media (prefers-reduced-motion: reduce) {
  .scroll-video-section:not(.scroll-video-section--ready) .scroll-video-section__video {
    object-fit: contain;
  }
}
.hero-scroll-section {
  height: 100vh;
  height: 100dvh;
  min-height: 100vh;
  min-height: 100dvh;
  position: relative;
  overflow: hidden;
  background: #040e23;
}
.hero-scroll-section--loop .hero-opening-curtain {
  display: none;
}
.hero-scroll-section--loop .hero-video-stack {
  opacity: 1;
  animation: none;
  transform: none;
}
.hero-scroll-section--loop .hero-video-stack.is-revealed {
  opacity: 1;
  animation: none;
  transform: none;
}
.hero-scroll-section--poster .hero-video-cover {
  z-index: 5;
}
.hero-scroll-section--poster .hero-overlay--title-intro.is-visible {
  opacity: 1;
}
.hero-scroll-section--reduced-motion {
  height: auto;
  min-height: 100dvh;
}
.hero-scroll-section--reduced-motion .hero-mouse-wrapper,
.hero-scroll-section--reduced-motion .hero-scroll-progress,
.hero-scroll-section--reduced-motion .hero-hotspots {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
.hero-scroll-section--past .hero-video-stack,
.hero-scroll-section--past .hero-vignette {
  z-index: 0;
}
.hero-scroll-section--past .hero-mouse-wrapper,
.hero-scroll-section--past .hero-scroll-progress,
.hero-scroll-section--past .hero-hotspots,
.hero-scroll-section--past .hero-overlay--title-intro {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.hero-scroll-section--past .hero-overlay--title-end.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: none;
  z-index: 5;
}
.hero-scroll-section .hero-overlay {
  position: absolute;
  inset: 0;
}

.hero {
  position: relative;
  pointer-events: none;
  z-index: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
}
.hero-opening-curtain {
  position: absolute;
  inset: 0;
  z-index: 8;
  background: #040e23;
  opacity: 1;
  pointer-events: none;
}
.hero-opening-curtain.is-fading {
  animation: heroCurtainFade 1.75s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.hero-opening-curtain.is-gone {
  opacity: 0;
  visibility: hidden;
}
.hero-video-stack {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform-origin: center center;
  will-change: opacity, transform;
}
.hero-video-stack.is-revealed {
  animation: heroVideoReveal 1.75s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.hero-video-stack.is-ready .hero-video-cover, .hero-video-stack.is-playing .hero-video-cover {
  opacity: 0;
  visibility: hidden;
  transition: none;
}
.hero-video-cover {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  pointer-events: none;
  opacity: 1;
}
.hero-video-cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-video-layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  will-change: opacity;
  transform: translateZ(0);
  pointer-events: none;
  transition: none;
}
.hero-video-layer.active {
  opacity: 1;
}
.hero-video-layer--intro-loop {
  z-index: 1;
}
.hero-video-layer--hero-loop {
  z-index: 2;
}
.hero-video-layer--mid {
  z-index: 3;
}
.hero-video-layer--end-loop {
  z-index: 4;
}
.hero-vignette {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(rgba(4, 14, 35, 0.38), rgba(4, 14, 35, 0.38)), radial-gradient(ellipse at center, transparent 48%, rgba(0, 0, 0, 0.4) 100%);
}
.hero-vignette.is-revealed {
  animation: heroVignetteReveal 1.55s cubic-bezier(0.22, 1, 0.36, 1) 0.18s forwards;
}
.hero-content {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 6rem;
  z-index: 2;
}
@media (max-width: 991px) {
  .hero-content {
    padding: 0 var(--container-pusher);
    padding-bottom: 4rem;
  }
}
.hero-mouse {
  position: relative;
  width: 2.6rem;
  height: 4rem;
  margin: 0 auto;
}
.hero-mouse-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  position: absolute;
  left: 50%;
  bottom: 6rem;
  transform: translateX(-50%);
  text-align: center;
  z-index: 12;
  pointer-events: none;
  opacity: 0;
}
@media (max-width: 991px) {
  .hero-mouse-wrapper {
    bottom: 4rem;
  }
}
.hero-mouse-wrapper.is-visible {
  opacity: 1;
  animation: heroMouseReveal 0.9s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.hero-mouse-wrapper.is-animating .mouse-line {
  animation: mouseWheelScroll 1.5s ease-in-out infinite;
}
.hero-mouse-wrapper.is-fading {
  opacity: 0 !important;
  transition: opacity 0.45s ease;
}
.hero-mouse-wrapper.is-fading .mouse-line {
  animation: none !important;
}
.hero-mouse-img {
  display: block;
  width: 2.6rem;
  height: auto;
  margin: 0 auto;
}
.hero-mouse .mouse-line {
  height: 0.7rem;
  width: 0.35rem;
  background: #ffffff;
  position: absolute;
  left: 50%;
  top: 0.55rem;
  border-radius: 99rem;
  transform: translateX(-50%);
  opacity: 0;
}
.hero-title {
  max-width: 71.4rem;
}
.hero-scroll-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  z-index: 13;
  background: rgba(255, 255, 255, 0.15);
  pointer-events: none;
}
.hero-scroll-progress__fill {
  height: 100%;
  width: 0%;
  background: #0D57F5;
  transition: none;
}

@keyframes heroVideoReveal {
  from {
    opacity: 0;
    transform: scale(1.045);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes heroVignetteReveal {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes heroCurtainFade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes heroMouseReveal {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}
@keyframes mouseWheelScroll {
  0% {
    transform: translateX(-50%) translateY(0);
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  45% {
    transform: translateX(-50%) translateY(0.85rem);
    opacity: 1;
  }
  70% {
    opacity: 0.35;
  }
  100% {
    transform: translateX(-50%) translateY(0);
    opacity: 0;
  }
}
.hero-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #040e23;
  opacity: 1;
  visibility: visible;
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), visibility 0s linear 1s;
}
.hero-loader.is-exiting {
  opacity: 0;
  pointer-events: none;
}
.hero-loader.is-exiting .hero-loader__inner {
  transform: scale(0.9);
  opacity: 0;
}
.hero-loader.is-gone {
  visibility: hidden;
  pointer-events: none;
}
.hero-loader__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.85s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.7s cubic-bezier(0.33, 1, 0.68, 1);
}
.hero-loader__ring {
  position: relative;
  width: 9.6rem;
  height: 9.6rem;
}
.hero-loader__ring svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
.hero-loader__ring-bg {
  fill: none;
  stroke: rgba(255, 255, 255, 0.12);
  stroke-width: 3;
}
.hero-loader__ring-fill {
  fill: none;
  stroke: #0D57F5;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-dasharray: 276.46;
  stroke-dashoffset: 276.46;
  transition: stroke-dashoffset 0.15s ease-out;
}
.hero-loader:not(.is-complete):not(.is-progress) .hero-loader__ring-fill {
  animation: heroLoaderPulse 1.15s ease-in-out infinite;
}
.hero-loader.is-complete .hero-loader__ring-fill {
  animation: none;
  stroke-dashoffset: 0;
}
.hero-loader__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.4rem;
  height: auto;
  transform: translate(-50%, -50%);
  filter: brightness(0) invert(1);
  transition: opacity 0.5s ease;
}
.hero-loader.is-exiting .hero-loader__icon {
  opacity: 0;
}

@keyframes heroLoaderPulse {
  0%, 100% {
    stroke-dashoffset: 230;
  }
  50% {
    stroke-dashoffset: 90;
  }
}
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  will-change: opacity;
}
.hero-overlay--title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 2.4rem;
  opacity: 0;
}
@media (max-width: 991px) {
  .hero-overlay--title {
    padding: 0 var(--container-pusher);
  }
}
.hero-overlay--title.is-visible {
  opacity: 1;
  animation: heroTitleReveal 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.hero-overlay--title.is-dismissed {
  animation: none !important;
  opacity: 0 !important;
  transition: opacity 0.55s ease, transform 0.55s ease, filter 0.55s ease;
  transform: translateY(-12px);
  filter: blur(4px);
  pointer-events: none;
}
.hero-overlay--title-end {
  opacity: 0;
  pointer-events: none;
}
.hero-overlay--subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 28vh 2.4rem 0;
}
.hero-overlay--micro {
  font-family: ui-monospace, "SF Mono", "Cascadia Code", monospace;
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.05em;
  top: auto;
  right: auto;
  bottom: 15%;
  left: 50%;
  width: auto;
  height: auto;
  transform: translateX(-50%);
  text-align: center;
  white-space: nowrap;
}
.hero-overlay--final {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 2rem;
  padding: 0 2.4rem;
}
.hero-overlay__title {
  font-size: clamp(2rem, 5vw, 4.5rem);
  font-weight: 700;
  color: #ffffff;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.6);
  line-height: 1.15;
  max-width: 71.4rem;
}
.hero-overlay__title-accent {
  color: #ffffff;
}

.hero-typo {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: min(94vw, 140rem);
  color: #ffffff;
  font-family: "Poppins", sans-serif;
}
.hero-typo__headline {
  font-family: "Poppins", sans-serif;
  font-size: clamp(4rem, 6.5vw, 8.8rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.05;
  color: #ffffff;
  margin: 0;
  text-shadow: 0 2px 28px rgba(0, 0, 0, 0.45);
}
.hero-typo__lede {
  font-family: "Poppins", sans-serif;
  font-size: clamp(4rem, 6.5vw, 8.8rem);
  font-weight: 300;
  letter-spacing: -0.035em;
  line-height: 1.05;
  color: #ffffff;
  margin: 0.4rem 0 0;
  text-shadow: 0 2px 28px rgba(0, 0, 0, 0.45);
}
.hero-typo__desc {
  max-width: 64rem;
  margin: 2.4rem 0 0;
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.5rem, 1.4vw, 1.8rem);
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.78);
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
}
.hero-typo__desc strong {
  font-weight: 600;
  color: #ffffff;
}
.hero-typo-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin-top: 2.8rem;
  pointer-events: auto;
}
.hero-typo-actions .btn {
  min-width: 16.8rem;
}
@media (max-width: 991px) {
  .hero-typo__headline, .hero-typo__lede {
    font-size: clamp(2.8rem, 7vw, 5.6rem);
  }
  .hero-typo__lede {
    margin-top: 0.4rem;
  }
}
@media (max-width: 576px) {
  .hero-typo__headline, .hero-typo__lede {
    font-size: clamp(2.4rem, 8vw, 3.6rem);
  }
  .hero-typo__desc {
    margin-top: 1.6rem;
    font-size: 1.4rem;
  }
  .hero-typo-actions {
    width: 100%;
    margin-top: 2.4rem;
  }
  .hero-typo-actions .btn {
    min-width: 0;
  }
}

.hero-overlay__subtitle {
  font-size: clamp(1.2rem, 1.5vw, 1.8rem);
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.6;
  max-width: 56rem;
}
.hero-overlay__final-title {
  font-size: clamp(2.5rem, 5.5vw, 5rem);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.1;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.6);
}
.hero-overlay__final-subtitle {
  font-size: clamp(1.2rem, 1.5vw, 1.8rem);
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.6;
}
.hero-overlay__final-cta {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin-top: 8rem;
  pointer-events: auto;
}
@media (max-width: 576px) {
  .hero-overlay__final-cta {
    flex-direction: column;
    width: 100%;
    margin-top: 4rem;
  }
}
.hero-overlay__copyright {
  position: absolute;
  bottom: 2.8rem;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: 0.02em;
}

.hero-entrance {
  opacity: 0;
  animation: heroEntrance 1.2s cubic-bezier(0.16, 1, 0.3, 1) 1.2s forwards;
}

.hero-overlay--subtitle .hero-entrance {
  animation-delay: 1.8s;
}

@keyframes heroTitleReveal {
  from {
    opacity: 0;
    transform: translateY(28px);
    filter: blur(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}
@keyframes heroEntrance {
  from {
    opacity: 0;
    transform: translateY(30px);
    filter: blur(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}
@keyframes heroMouseEntrance {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(30px);
    filter: blur(6px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
    filter: blur(0);
  }
}
@keyframes heroScrollBlink {
  0%, 100% {
    opacity: 0.45;
  }
  50% {
    opacity: 1;
  }
}
.scene-six-overlay {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 12rem 8rem 8rem;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  will-change: opacity;
}
.scene-six-overlay__content {
  max-width: 56rem;
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
}
.scene-six-overlay__heading {
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 700;
  line-height: 1.1;
  color: #ffffff;
  letter-spacing: -0.02em;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.5);
}
.scene-six-overlay__description {
  font-size: 1.7rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
  max-width: 44rem;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.5);
}
@media (max-width: 991px) {
  .scene-six-overlay {
    grid-template-columns: 1fr;
    padding: 10rem 3.2rem 4rem;
    align-items: flex-end;
  }
  .scene-six-overlay__content {
    max-width: none;
  }
  .scene-six-overlay__heading {
    font-size: 2rem;
  }
}

.spec-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
  margin-top: 0.4rem;
}
@media (max-width: 576px) {
  .spec-grid {
    grid-template-columns: 1fr;
  }
}

.spec-card {
  padding: 1.6rem;
  background: rgba(4, 14, 35, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.2rem;
  backdrop-filter: blur(16px);
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  transition: border-color 0.3s ease, background 0.3s ease;
}
.spec-card:hover {
  border-color: rgba(13, 87, 245, 0.3);
  background: rgba(4, 14, 35, 0.75);
}
.spec-card__label {
  font-family: ui-monospace, "SF Mono", "Cascadia Code", monospace;
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.spec-card__value {
  font-size: 1.8rem;
  font-weight: 600;
  color: #ffffff;
  margin-top: 0.2rem;
}
.spec-card__meta {
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.55);
  margin-top: 0.4rem;
}

.hero-scroll-indicator {
  position: absolute;
  bottom: 3rem;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  font-family: ui-monospace, "SF Mono", "Cascadia Code", monospace;
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  pointer-events: none;
  opacity: 0;
  animation: heroEntrance 0.8s cubic-bezier(0.16, 1, 0.3, 1) 2.4s forwards;
}
.hero-scroll-indicator__arrow {
  display: block;
  animation: heroScrollBounce 1.5s ease-in-out infinite;
}

@keyframes heroScrollBounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(6px);
  }
}
.hero-hotspots {
  position: fixed;
  inset: 0;
  z-index: 15;
  pointer-events: none;
}

.hero-hotspot {
  position: absolute;
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}
.hero-hotspot__trigger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8rem;
  height: 8rem;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  pointer-events: auto;
  filter: drop-shadow(0 0 18px rgba(0, 174, 255, 0.65));
}
.hero-hotspot__pulse {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid rgba(0, 210, 255, 0.85);
  background: rgba(0, 174, 255, 0.08);
  box-shadow: 0 0 20px rgba(0, 174, 255, 0.35);
  animation: heroHotspotPulse 1.8s ease-out infinite;
  pointer-events: none;
}
.hero-hotspot__pulse:nth-child(2) {
  animation-delay: 0.9s;
}
.hero-hotspot__dot {
  position: relative;
  z-index: 2;
  width: 2.4rem;
  height: 2.4rem;
  pointer-events: none;
  border-radius: 50%;
  background: #00d4ff;
  border: 3px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 0 5px rgba(0, 174, 255, 0.4), 0 0 22px rgb(0, 210, 255), 0 0 48px rgba(0, 174, 255, 0.75);
  animation: heroHotspotDotGlow 1.8s ease-in-out infinite;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.hero-hotspot__label {
  position: absolute;
  top: calc(100% + 0.4rem);
  left: 50%;
  transform: translateX(-50%);
  padding: 1rem 1.5rem;
  border-radius: 999px;
  background: rgba(4, 14, 35, 0.9);
  border: 1.5px solid rgba(0, 210, 255, 0.75);
  backdrop-filter: blur(12px);
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #ffffff;
  text-shadow: 0 0 12px rgba(0, 210, 255, 0.6);
  box-shadow: 0 0 20px rgba(0, 174, 255, 0.35), inset 0 0 12px rgba(0, 174, 255, 0.12);
  white-space: nowrap;
  z-index: 2;
}
.hero-hotspot__card {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 1.6rem);
  transform: translateX(-50%) translateY(8px) scale(0.96);
  width: min(28rem, 78vw);
  padding: 1.6rem 1.8rem;
  border-radius: 1.2rem;
  background: rgba(4, 14, 35, 0.88);
  border: 1px solid #00aeff;
  box-shadow: 0 5px 30px 0 rgba(0, 174, 255, 0.4);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s linear 0.3s;
}
.hero-hotspot__card-abbr {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #00aeff;
}
.hero-hotspot__card-title {
  margin: 0 0 0.6rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.3;
  color: #ffffff;
}
.hero-hotspot__card-text {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.72);
}
.hero-hotspot.is-active {
  z-index: 2;
}
.hero-hotspot.is-active .hero-hotspot__dot {
  animation: none;
  transform: scale(1.25);
  box-shadow: 0 0 0 6px rgba(0, 174, 255, 0.45), 0 0 24px rgb(0, 210, 255), 0 0 52px rgba(0, 174, 255, 0.8);
}
.hero-hotspot.is-active .hero-hotspot__label {
  border-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 28px rgba(0, 210, 255, 0.55), inset 0 0 14px rgba(0, 174, 255, 0.2);
}
.hero-hotspot.is-active .hero-hotspot__card {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0) scale(1);
  pointer-events: auto;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s;
}
.hero-hotspot--align-right .hero-hotspot__card {
  left: calc(100% + 1.2rem);
  right: auto;
  bottom: auto;
  top: 50%;
  transform: translateY(calc(-50% + 8px)) scale(0.96);
}
.hero-hotspot--align-left .hero-hotspot__card {
  left: auto;
  right: calc(100% + 1.2rem);
  bottom: auto;
  top: 50%;
  transform: translateY(calc(-50% + 8px)) scale(0.96);
}
.hero-hotspot.is-active.hero-hotspot--align-right .hero-hotspot__card, .hero-hotspot.is-active.hero-hotspot--align-left .hero-hotspot__card {
  transform: translateY(-50%) scale(1);
}
@media (max-width: 576px) {
  .hero-hotspot__trigger {
    width: 6.8rem;
    height: 6.8rem;
  }
  .hero-hotspot__dot {
    width: 2rem;
    height: 2rem;
  }
  .hero-hotspot__label {
    font-size: 1.2rem;
    padding: 0.45rem 0.85rem;
  }
  .hero-hotspot__card {
    width: min(26rem, 86vw);
    padding: 1.4rem 1.5rem;
  }
  .hero-hotspot__card-title {
    font-size: 1.35rem;
  }
  .hero-hotspot__card-text {
    font-size: 1.2rem;
  }
}

@keyframes heroHotspotPulse {
  0% {
    transform: scale(0.35);
    opacity: 1;
  }
  60% {
    opacity: 0.35;
  }
  100% {
    transform: scale(1.65);
    opacity: 0;
  }
}
@keyframes heroHotspotDotGlow {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 0 5px rgba(0, 174, 255, 0.4), 0 0 22px rgb(0, 210, 255), 0 0 48px rgba(0, 174, 255, 0.75);
  }
  50% {
    transform: scale(1.14);
    box-shadow: 0 0 0 7px rgba(0, 174, 255, 0.55), 0 0 30px rgb(0, 230, 255), 0 0 64px rgba(0, 174, 255, 0.9);
  }
}
.why-page .subpage-intro.why-hero {
  position: relative;
  height: 100vh;
  height: 100dvh;
  min-height: 100vh;
  min-height: 100dvh;
  padding: 0;
  gap: 0;
  overflow: hidden;
  background: radial-gradient(ellipse 70% 55% at 50% 72%, #ffffff 0%, #f2f5f9 72%);
}
@media (max-width: 576px) {
  .why-page .subpage-intro.why-hero {
    height: 90dvh;
    min-height: unset;
    height: 60rem;
    overflow: hidden;
  }
}
.why-page .why-hero__copy {
  position: absolute;
  top: calc(var(--header-height) + 4.8rem);
  left: 0;
  right: 0;
  z-index: 2;
  pointer-events: none;
}
.why-page .why-hero__copy .badge,
.why-page .why-hero__copy .title,
.why-page .why-hero__copy .content {
  pointer-events: auto;
}
.why-page .why-hero__copy .subpage-hero {
  gap: 1.6rem;
}
.why-page .why-hero__copy .subpage-hero-title {
  max-width: 64rem;
  letter-spacing: -0.04em;
}
@media (max-width: 991px) {
  .why-page .why-hero__copy {
    top: calc(var(--header-height) + 3.2rem);
  }
}
.why-page .why-hero .hero-mouse-wrapper {
  position: absolute;
  left: 50%;
  bottom: 3.2rem;
  transform: translateX(-50%);
  z-index: 3;
  opacity: 1;
  color: #1C3257;
}
@media (max-width: 991px) {
  .why-page .why-hero .hero-mouse-wrapper {
    bottom: 2rem;
  }
}
.why-page .why-hero .hero-mouse-wrapper .text {
  color: #1C3257;
}
.why-page .why-hero .hero-mouse-wrapper .hero-mouse-img {
  filter: brightness(0);
  opacity: 0.8;
}
.why-page .why-hero .hero-mouse-wrapper .mouse-line {
  background: #1C3257;
}
.why-page .why-hero .hero-mouse-wrapper.is-visible {
  animation: none;
  opacity: 1;
  transform: translateX(-50%);
}

.why-network {
  position: absolute;
  top: calc(var(--header-height) + 35px);
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: auto;
  margin: 0;
  pointer-events: none;
  overflow: visible;
}
@media (max-width: 991px) {
  .why-network {
    top: auto;
    bottom: 8rem;
    height: auto;
    aspect-ratio: 390/254;
  }
}
@media (max-width: 576px) {
  .why-network {
    bottom: 7.6rem;
  }
}
.why-network svg, .why-network__svg {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  color: #667085;
}
.why-network__svg--static {
  z-index: 1;
}
.why-network__svg--flow {
  z-index: 0;
  pointer-events: none;
}
.why-network__hotspots {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
}
.why-network__hotspot {
  position: absolute;
  z-index: 1;
  padding: 0;
  border: 0;
  background: transparent;
  transform: translate(-50%, -50%);
  pointer-events: auto;
  cursor: pointer;
  border-radius: 50%;
  color: inherit;
  text-decoration: none;
  appearance: none;
  -webkit-appearance: none;
}
.why-network__hotspot::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 0;
  background: transparent;
  box-shadow: 0 0 48px 14px rgba(235, 240, 248, 0.95);
  opacity: 0;
  transition: opacity 0.22s ease;
  pointer-events: none;
}
.why-network__hotspot:hover, .why-network__hotspot:focus-visible, .why-network__hotspot.is-active {
  z-index: 2;
  outline: none;
  color: inherit;
}
.why-network__hotspot:hover::before, .why-network__hotspot:focus-visible::before, .why-network__hotspot.is-active::before {
  opacity: 1;
}
.why-network__hotspot:hover .why-network__tooltip, .why-network__hotspot:focus-visible .why-network__tooltip, .why-network__hotspot.is-active .why-network__tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(calc(-50% + var(--why-shift, 0px))) translateY(0);
}
.why-network__hotspot--above .why-network__tooltip {
  top: auto;
  bottom: calc(100% + 1.2rem);
  transform: translateX(calc(-50% + var(--why-shift, 0px))) translateY(-6px);
}
.why-network__hotspot--above:hover .why-network__tooltip, .why-network__hotspot--above:focus-visible .why-network__tooltip, .why-network__hotspot--above.is-active .why-network__tooltip {
  transform: translateX(calc(-50% + var(--why-shift, 0px))) translateY(0);
}
.why-network__tooltip {
  position: absolute;
  top: calc(100% + 1.2rem);
  left: 50%;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  min-width: 12rem;
  max-width: min(28rem, 100vw - 4rem);
  padding: 0 2.6rem;
  border-radius: 10rem;
  border: 1px solid #E3E5F1;
  background: #ffffff;
  color: #1C3257;
  box-shadow: none;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.02em;
  white-space: nowrap;
  text-align: center;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: translateX(calc(-50% + var(--why-shift, 0px))) translateY(6px);
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0s linear 0.22s;
}
.why-network__glyph {
  color: #667085;
  fill: currentColor;
  transition: color 0.22s ease;
}
.why-network__glyph.is-active {
  color: #0D57F5;
}
.why-network .why-network__hotspot.is-active .why-network__tooltip,
.why-network .why-network__hotspot:hover .why-network__tooltip,
.why-network .why-network__hotspot:focus-visible .why-network__tooltip {
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0s;
}
.why-network__layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.why-network__layer--desktop {
  display: block;
}
.why-network__layer--mobile {
  display: none;
}
@media (max-width: 991px) {
  .why-network .why-network__layer--desktop {
    display: none;
  }
  .why-network .why-network__layer--mobile {
    display: block;
  }
  .why-network .why-network__hotspots {
    display: none;
    pointer-events: none;
  }
}
.why-network__flow {
  fill: none;
  stroke: #0d57f5;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.why-network__flow-glow {
  display: none;
}
.why-network__wave {
  animation-name: whyNetworkWave;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 3.2s;
}
.why-network__wave--0 {
  animation-delay: 0s;
}
.why-network__wave--1 {
  animation-delay: 0.7s;
}
.why-network__wave--2 {
  animation-delay: 1.4s;
}

@keyframes whyNetworkWave {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 0.28;
  }
}
@media (prefers-reduced-motion: reduce) {
  .why-network__flow,
  .why-network__flow-glow {
    animation: none;
    opacity: 0;
  }
  .why-network__wave {
    animation: none;
  }
}
.solution-card {
  height: 46rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7.3rem;
  border-radius: 3rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .solution-card {
    border-radius: 2rem;
  }
}
@media (max-width: 576px) {
  .solution-card {
    flex-direction: column;
    padding: 2rem;
    border-radius: 1.2rem;
    height: 49rem;
    gap: 1rem;
  }
}
@media (min-width: 992px) {
  .solution-card:hover .solution-card-img {
    transform: scale(1.1);
  }
}
.solution-card-left {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  align-items: flex-start;
  flex: 0 0 49%;
  max-width: 49%;
}
@media (max-width: 576px) {
  .solution-card-left {
    flex: unset;
    max-width: unset;
    width: 100%;
    gap: 2rem;
  }
}
.solution-card-img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
.solution-card-right {
  flex: 0 0 41.5%;
  max-width: 41.5%;
  height: 35rem;
}
@media (max-width: 576px) {
  .solution-card-right {
    flex: unset;
    max-width: unset;
    width: 100%;
    height: 19rem;
  }
}
.solution-card-cover {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -1;
}
.solution-card-slider {
  overflow: visible;
}

.count-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
  text-align: center;
  padding-bottom: 4rem;
  border-bottom: 1px solid #E3E5F1;
}
@media (max-width: 576px) {
  .count-item {
    padding-bottom: 3rem;
    gap: 2rem;
  }
}
.count-item-title {
  background: linear-gradient(90deg, #0D57F5 0%, #4F86FF 50%, rgba(102, 143, 255, 0.3) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 6.2rem;
}
@media (max-width: 576px) {
  .count-item-title {
    font-size: 4rem;
  }
}
.count-item-title .small-text {
  font-size: 3.4rem;
}
@media (max-width: 576px) {
  .count-item-title .small-text {
    font-size: 2.8rem;
  }
}
.count-item-title-wrapper {
  position: relative;
  overflow: hidden;
}
.count-item-title-wrapper .count-title-cover {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.count-item-text {
  letter-spacing: 0.3px;
  font-size: 1.5rem;
  max-width: 28rem;
}
@media (max-width: 576px) {
  .count-item-text {
    font-size: 1.4rem;
  }
}
.count-item-top {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.count-item-subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 576px) {
  .count-item-subtitle {
    flex-direction: column;
    font-size: 1.4rem;
  }
}
.count-item-subtitle-img {
  width: 2.4rem;
  height: 2.4rem;
  object-fit: contain;
  flex-shrink: 0;
}
@media (max-width: 576px) {
  .count-item-subtitle-img {
    width: 2rem;
    height: 2rem;
  }
}
.count-item--row {
  flex-direction: row;
  justify-content: space-between;
  border-top: 1px solid #E3E5F1;
  border-bottom: 0;
  padding-top: 6rem;
  text-align: left;
}
@media (max-width: 991px) {
  .count-item--row {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 576px) {
  .count-item--row {
    padding-top: 4rem;
  }
}
.count-item--row:last-child {
  border-bottom: 0;
}
@media (max-width: 576px) {
  .count-item--row:last-child {
    padding-bottom: 0;
  }
}
.count-item--row .count-item-subtitle {
  font-size: 2.4rem;
}
@media (max-width: 576px) {
  .count-item--row .count-item-subtitle {
    font-size: 2rem;
  }
}
.count-item--row .count-item-text {
  max-width: 59rem;
}
@media (max-width: 991px) {
  .count-item--row .count-item-text {
    max-width: 100%;
  }
}
.count-item--row .count-item-top {
  flex-direction: row;
}
.count-item--small {
  padding-bottom: 4rem;
}
@media (max-width: 576px) {
  .count-item--small {
    padding-bottom: 3rem;
  }
}
.count-item--small .count-item-title {
  font-size: 4.4rem;
}
@media (max-width: 576px) {
  .count-item--small .count-item-title {
    font-size: 2.8rem;
  }
}
.count-item--small .count-item-subtitle {
  font-size: 1.8rem;
}
@media (max-width: 576px) {
  .count-item--small .count-item-subtitle {
    font-size: 1.4rem;
  }
}
.count-item-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 6.5rem;
  grid-row-gap: 6.5rem;
}
@media (max-width: 991px) {
  .count-item-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .count-item-grid {
    grid-column-gap: 2rem !important;
    grid-row-gap: 3rem !important;
  }
}
.count-item-grid.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 991px) {
  .count-item-grid.grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.brands-item-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
  width: calc(var(--container-width) + 5rem);
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 5%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
}
@media (max-width: 576px) {
  .brands-item-wrapper {
    width: 100%;
    padding: 0 var(--container-gutter);
  }
}
.brands-item-wrapper.no-mask {
  width: var(--container-width);
  mask-image: unset;
  mask-repeat: unset;
  mask-size: unset;
}
@media (max-width: 576px) {
  .brands-item-wrapper.no-mask {
    width: 100%;
    padding: 0 var(--container-gutter);
  }
}
.brands-item-wrapper.no-mask .brands-item-content {
  justify-content: center;
}

.brands-item-content {
  display: flex;
  align-items: center;
  gap: 7rem;
  white-space: nowrap;
  will-change: transform;
}
@media (max-width: 991px) {
  .brands-item-content {
    gap: 4rem;
  }
}
.brands-item-content .brands-item {
  height: 11rem;
  object-fit: contain;
  flex-shrink: 0;
  filter: grayscale(1);
  opacity: 0.7;
}
@media (max-width: 576px) {
  .brands-item-content .brands-item {
    height: 8rem;
  }
}

.feature-card {
  border-radius: 2.4rem;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 8px 20px -12px rgba(177, 188, 209, 0.1);
  display: block;
  position: relative;
}
@media (max-width: 991px) {
  .feature-card {
    border-radius: 1.2rem;
  }
}
@media (min-width: 992px) {
  .feature-card:hover .feature-card-img img {
    transform: scale(1.1);
  }
}
.feature-card-text {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.feature-card-detail {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.feature-card-img {
  position: relative;
  height: 24.8rem;
  overflow: hidden;
  flex-shrink: 0;
}
@media (max-width: 576px) {
  .feature-card-img {
    height: 20rem;
  }
}
.feature-card-img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(216.15deg, #FFFFFF 4.54%, rgba(255, 255, 255, 0) 34.42%), linear-gradient(158.16deg, #FFFFFF -4.28%, rgba(255, 255, 255, 0) 36.09%);
  height: 100%;
  width: 100%;
  pointer-events: none;
  z-index: 1;
}
.feature-card-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
.feature-card .category-badge {
  position: absolute;
  top: 2rem;
  left: 2rem;
  z-index: 2;
}
@media (max-width: 991px) {
  .feature-card .category-badge {
    top: var(--container-pusher);
    left: var(--container-pusher);
  }
}
.feature-card-top {
  padding: 2.4rem 4rem 4rem 4rem;
  border-bottom: 1px solid #E3E5F1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.feature-card-content {
  padding: 2.4rem 4rem 4rem 4rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.2rem;
  width: 100%;
}
@media (max-width: 991px) {
  .feature-card-content {
    padding: 2.4rem;
  }
}
.feature-card-content .btn {
  margin-top: 1rem;
}
.feature-card--blue .feature-card-content {
  padding: 2.4rem 3rem 4rem 3rem;
}
@media (max-width: 991px) {
  .feature-card--blue .feature-card-content {
    padding: 2.4rem;
  }
}
.feature-card--blue .feature-card-img::before {
  background: linear-gradient(0deg, rgba(13, 87, 245, 0.2) 0%, rgba(13, 87, 245, 0.2) 100%), linear-gradient(180deg, rgba(13, 87, 245, 0) 50%, rgba(13, 87, 245, 0.5) 100%);
}
.feature-card--row {
  display: flex;
  align-items: center;
  height: 40rem;
}
@media (max-width: 991px) {
  .feature-card--row {
    flex-direction: column;
    height: auto;
  }
}
.feature-card--row .feature-card-img {
  height: 100%;
  width: 54rem;
}
@media (max-width: 991px) {
  .feature-card--row .feature-card-img {
    width: 100%;
    height: 40rem;
  }
}
@media (max-width: 576px) {
  .feature-card--row .feature-card-img {
    height: 20rem;
  }
}
.feature-card--row .feature-card-img::before {
  display: none;
}
.feature-card--row .feature-card-content {
  padding: 3rem;
}
@media (max-width: 991px) {
  .feature-card--row .feature-card-content {
    padding: 2.4rem;
  }
}
.feature-card--row .feature-card-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.feature-card--blog .feature-card-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.feature-card--blog .feature-card-content {
  padding: 2.4rem 3rem;
}
@media (max-width: 991px) {
  .feature-card--blog .feature-card-content {
    padding: 2.4rem;
  }
}
.feature-card--product .feature-card-top {
  padding: 2.4rem 3rem;
}
@media (max-width: 991px) {
  .feature-card--product .feature-card-top {
    padding: 2.4rem;
  }
}
.feature-card--product .category-badge {
  position: static;
}
.feature-card--product .feature-card-content {
  padding: 2.4rem 3rem;
  gap: 1.2rem;
}
@media (max-width: 991px) {
  .feature-card--product .feature-card-content {
    padding: 2.4rem;
  }
}
.feature-card--product .feature-card-img {
  height: 6rem;
  width: 6rem;
  object-fit: contain;
}
@media (max-width: 576px) {
  .feature-card--product .feature-card-img {
    height: 5rem;
    width: 5rem;
  }
}
.feature-card--post .feature-card-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.feature-card--post .feature-card-img::before {
  background: linear-gradient(180deg, rgba(13, 87, 245, 0) 50%, rgba(13, 87, 245, 0.7) 100%);
}
.feature-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}
@media (max-width: 991px) {
  .feature-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .feature-card-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.feature-card-grid.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 576px) {
  .feature-card-grid.grid-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.feature-card-slider {
  overflow: visible;
}

.blog-card {
  height: 42rem;
  border-radius: 2.4rem;
  box-shadow: 0 1.5px 2.25px 0 rgba(48, 49, 61, 0.05);
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 4rem 2.6rem;
}
@media (max-width: 991px) {
  .blog-card {
    border-radius: 1.2rem;
  }
}
@media (max-width: 576px) {
  .blog-card {
    padding: 2.4rem;
    height: 37rem;
  }
}
@media (min-width: 992px) {
  .blog-card:hover .blog-card-img {
    transform: scale(1.2);
  }
}
.blog-card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
  pointer-events: none;
}
.blog-card-title {
  font-weight: 500;
  letter-spacing: -0.2px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-card-content {
  position: relative;
  z-index: 1;
}
.blog-card .date-wrapper {
  display: flex;
  align-items: center;
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.16px;
  margin-top: 2rem;
}
@media (max-width: 576px) {
  .blog-card .date-wrapper {
    font-size: 1.4rem;
  }
}
.blog-card .date-wrapper .read-time {
  padding-left: 1.4rem;
  margin-left: 1.4rem;
  position: relative;
}
.blog-card .date-wrapper .read-time::before {
  content: "";
  height: 0.5rem;
  width: 0.5rem;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.blog-card-img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  pointer-events: none;
}

.info-banner {
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6rem 4.4rem;
  padding-right: var(--container-pusher);
  gap: 8rem;
  position: relative;
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
  overflow: hidden;
}
@media (min-width: 1800px) {
  .info-banner {
    margin: 0 var(--container-pusher);
    padding-right: 7rem;
  }
}
@media (max-width: 991px) {
  .info-banner {
    margin: 0 var(--container-pusher);
    flex-direction: column;
    text-align: center;
    gap: 6rem;
  }
}
@media (max-width: 576px) {
  .info-banner {
    padding: 4rem var(--container-pusher);
    gap: 4rem;
  }
}
.info-banner-lines {
  position: absolute;
  object-fit: cover;
  right: 0;
  top: 0;
  height: 100%;
  pointer-events: none;
}
.info-banner-title {
  background: linear-gradient(96deg, #FFF 0%, #789CFE 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 50rem;
}
.info-banner-cover {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.info-banner .btn-row {
  padding-right: 5rem;
}
@media (max-width: 991px) {
  .info-banner .btn-row {
    padding-right: 0;
  }
}
@media (max-width: 410px) {
  .info-banner .btn-row .btn {
    font-size: 1.3rem;
  }
}

.subpage-intro {
  padding-top: calc(var(--header-height) + 6rem);
  padding-bottom: 8rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
@media (max-width: 991px) {
  .subpage-intro {
    padding-top: calc(var(--header-height) + 4rem);
    padding-bottom: 4rem;
    gap: 4rem;
  }
}
.subpage-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .subpage-hero {
    flex-direction: column;
    gap: 3rem;
  }
}
.subpage-hero.column {
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
}
.subpage-hero.center {
  text-align: center;
  align-items: center;
}
.subpage-hero-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3rem;
  flex: 0 0 50.8%;
  max-width: 50.8%;
}
@media (max-width: 991px) {
  .subpage-hero-left {
    flex: unset;
    max-width: unset;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .subpage-hero-left {
    gap: 2rem;
  }
}
.subpage-hero-right {
  flex: 0 0 47%;
  max-width: 47%;
  height: 51rem;
}
@media (max-width: 576px) {
  .subpage-hero-right {
    flex: unset;
    max-width: unset;
    width: 100%;
    height: auto;
  }
}
.subpage-hero-img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
@media (max-width: 576px) {
  .subpage-hero-img {
    height: auto;
  }
}
.subpage.solution-detail .subpage-intro {
  padding-bottom: 0;
}
.subpage.solution-detail .counter-section {
  border-top: 0;
}
.subpage.post-list .subpage-intro {
  padding-bottom: 10rem;
}
.subpage.post-list section.tab {
  overflow: visible;
}
.subpage.post-list section.tab .tab-link-wrapper {
  margin-top: -15rem;
}
@media (max-width: 991px) {
  .subpage.post-list section.tab .tab-link-wrapper {
    margin-top: -13rem;
  }
}
@media (max-width: 576px) {
  .subpage.post-list section.tab .tab-link-wrapper {
    margin-top: -10.5rem;
  }
}
.subpage.post-detail .post-title {
  letter-spacing: -0.84px;
}
.subpage.post-detail .post-detail-info {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  width: 100%;
}
@media (max-width: 576px) {
  .subpage.post-detail .post-detail-info {
    flex-wrap: wrap;
  }
}
.subpage.post-detail .post-detail-info .author {
  margin-left: auto;
}
.subpage.post-detail .post-detail-img {
  height: 42rem;
  width: 100%;
  border-radius: 2.4rem 2.4rem 0 0;
  overflow: hidden;
}
@media (max-width: 576px) {
  .subpage.post-detail .post-detail-img {
    height: 20rem;
    border-radius: 1.2rem 1.2rem 0 0;
  }
}
.subpage.post-detail .post-detail-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.subpage.post-detail .subpage-intro {
  padding-bottom: 0;
}
.subpage.contact .social-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 2rem;
}
.subpage.contact .social-wrapper .social-title {
  font-size: 2.4rem;
  letter-spacing: -0.48px;
}
@media (max-width: 576px) {
  .subpage.contact .social-wrapper .social-title {
    font-size: 2rem;
  }
}

.table {
  width: 100%;
  margin-bottom: 0;
}
.table-header {
  border-bottom: 1px solid #DBDFEE;
  padding-bottom: 2.5rem;
}
.table-header .table-row {
  padding: 0;
}
.table-header .table-row-item {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
@media (max-width: 767px) {
  .table-header .table-row-item {
    align-items: center;
    text-align: center;
  }
}
.table-header .table-row-item::before {
  content: unset;
}
.table-row {
  display: flex;
  align-items: center;
  padding: 2rem 0;
  border-bottom: 1px solid #DBDFEE;
}
@media (max-width: 767px) {
  .table-row {
    align-items: flex-start;
  }
}
.table-row:last-child {
  border-bottom: 0;
}
.table-row:last-child {
  margin-bottom: 0;
}
.table-row-item.size--0 {
  flex: 0;
}
.table-row-item.size--1 {
  flex: 1;
}
.table-row-item.size--2 {
  flex: 2;
}
.table-row-item.size--3 {
  flex: 3;
}
.table-row-item.size--4 {
  flex: 4;
}
.table-row-item.size--5 {
  flex: 5;
}
.table-row-item-icon {
  height: 1.2rem;
  width: 1.2rem;
  object-fit: contain;
}
@media (max-width: 767px) {
  .table-row .text--w-icon {
    flex-direction: column;
    text-align: center;
  }
}

.banner {
  border-radius: 1.2rem;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 2rem;
  width: 100%;
}
.banner::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(0deg, rgba(28, 50, 87, 0.2) 0%, rgba(28, 50, 87, 0.2) 100%), linear-gradient(180deg, rgba(28, 50, 87, 0) 38.76%, rgba(28, 50, 87, 0.8) 79.31%);
  z-index: 1;
}
.banner-img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.banner-title {
  letter-spacing: -0.4px;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 500;
}
.banner-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  width: 100%;
}
@media (max-width: 576px) {
  .banner .certificate-item-row {
    display: flex;
  }
}

.info-item {
  padding-bottom: 6rem;
  border-bottom: 1px solid #DBDFEE;
}
@media (max-width: 991px) {
  .info-item {
    padding-bottom: 3rem;
  }
}
.info-item-top {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
@media (max-width: 576px) {
  .info-item-top {
    gap: 1.8rem;
  }
}
.info-item-text {
  margin-top: 3rem;
}
@media (max-width: 576px) {
  .info-item-text {
    margin-top: 2rem;
  }
}
.info-item-icon {
  width: 3.4rem;
  height: 3.4rem;
  object-fit: contain;
  flex-shrink: 0;
}
@media (max-width: 576px) {
  .info-item-icon {
    width: 2.3rem;
    height: 2.3rem;
  }
}
.info-item-title {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .info-item-title {
    font-size: 1.8rem;
  }
}
.info-item-grid {
  display: flex;
  justify-content: center;
  row-gap: 8rem;
  column-gap: 6.5rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .info-item-grid {
    column-gap: 4.5rem;
    row-gap: 4rem;
  }
}
@media (max-width: 576px) {
  .info-item-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 3rem;
  }
}
.info-item-grid .info-item {
  width: 29.8%;
}
@media (max-width: 576px) {
  .info-item-grid .info-item {
    width: 100%;
  }
}
.info-item-grid.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem;
}
@media (max-width: 991px) {
  .info-item-grid.grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .info-item-grid.grid-4 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.info-item-grid.grid-4 .info-item {
  width: 100%;
}
.info-item--column .info-item-top {
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 576px) {
  .info-item--column .info-item-top {
    gap: 1.2rem;
  }
}
.info-item--column .info-item-title {
  max-width: unset;
}

.info {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.info-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.info-icon {
  width: 2.4rem;
  height: 2.4rem;
  object-fit: contain;
  flex-shrink: 0;
}
@media (max-width: 576px) {
  .info-icon {
    width: 2rem;
    height: 2rem;
  }
}
.info-title {
  font-size: 2.2rem;
  font-feature-settings: "ss04" on;
}
@media (max-width: 576px) {
  .info-title {
    font-size: 1.8rem;
  }
}
.info-text {
  letter-spacing: 0.78px;
  font-weight: 600;
  text-transform: uppercase;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 2.8rem;
  font-size: 1.4rem;
  font-weight: 500;
}
@media (max-width: 991px) {
  .breadcrumb {
    overflow-x: auto;
    overflow-y: hidden;
    gap: 2rem;
    width: 100vw;
    padding: 0.1rem var(--container-pusher);
    margin-left: calc(var(--container-pusher) * -1);
    font-size: 1.3rem;
  }
  .breadcrumb::-webkit-scrollbar {
    display: none;
  }
}
.breadcrumb a {
  color: rgba(115, 123, 139, 0.8);
}
.breadcrumb a:hover {
  color: #1C3257;
}
@media (max-width: 991px) {
  .breadcrumb > span {
    flex-shrink: 0;
    width: max-content;
  }
}
.breadcrumb > span + span {
  position: relative;
}
.breadcrumb > span + span::before {
  content: "";
  position: absolute;
  left: -1.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.8rem;
  height: 1rem;
  background-image: url("../img/breadcrumb-right-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .breadcrumb > span + span::before {
    left: -1.3rem;
    width: 0.6rem;
    height: 0.8rem;
  }
}

.box {
  padding: 4rem 3rem;
  border-radius: 2.4rem;
  border: 1px solid #E3E5F1;
  background: #ffffff;
  box-shadow: 0 8px 20px -12px rgba(177, 188, 209, 0.1);
  width: 100%;
}
@media (max-width: 576px) {
  .box {
    padding: 2.4rem var(--container-pusher);
    border-radius: 1.6rem;
  }
}
.box .input {
  border: 1px solid #DBDFEE;
  background: linear-gradient(0deg, rgba(219, 223, 238, 0.15) 0%, rgba(219, 223, 238, 0.15) 100%), #FFF;
  height: 4.8rem;
  border-radius: 0.8rem;
}

.map {
  height: 42rem;
  width: 100%;
  border-radius: 2.4rem;
  border: 1px solid rgba(194, 202, 214, 0.4);
  overflow: hidden;
}
.map iframe {
  border: none !important;
  height: 100% !important;
  width: 100% !important;
}

.gpu-card {
  border-radius: 2.4rem;
  border: 1px solid rgba(194, 202, 214, 0.4);
  background: #ffffff;
  box-shadow: 0 8px 20px -12px rgba(177, 188, 209, 0.4);
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 3.3rem 3rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 576px) {
  .gpu-card {
    padding: 2rem;
    border-radius: 1.2rem;
  }
}
.gpu-card-bottom {
  padding-top: 2rem;
  border-top: 1px solid rgba(194, 202, 214, 0.4);
}
.gpu-card-infos {
  margin-top: 1.5rem;
}
@media (max-width: 576px) {
  .gpu-card-infos {
    margin-top: 0;
  }
}
.gpu-card-infos .info + .info {
  margin-top: 3rem;
}
@media (max-width: 576px) {
  .gpu-card-infos .info + .info {
    margin-top: 2rem;
  }
}
.gpu-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 991px) {
  .gpu-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .gpu-card-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.gpu-card .popular-badge {
  height: 3.3rem;
  font-size: 1.3rem;
  letter-spacing: 0.78px;
  font-weight: 900;
  color: #ffffff;
  border-radius: 0 0 0 1.8rem;
  background: linear-gradient(178deg, rgba(255, 255, 255, 0) 2.09%, rgba(255, 255, 255, 0.1) 97.93%), #0D57F5;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 1.6rem;
}
.gpu-card--popular {
  border: 2px solid #0D57F5;
  background: linear-gradient(180deg, rgba(13, 87, 245, 0) 0%, rgba(13, 87, 245, 0.03) 100%), #FFF;
  box-shadow: 0 8px 20px -6px rgba(13, 87, 245, 0.4);
}

.feature-item {
  height: 6.4rem;
  display: flex;
  align-items: center;
  border-radius: 5.4rem;
  border: 1px solid #E3E5F1;
  background: #ffffff;
  box-shadow: 0 8px 20px -12px rgba(177, 188, 209, 0.1);
  padding: 0.8rem 1rem;
  padding-right: 4rem;
  gap: 1.8rem;
}
@media (max-width: 576px) {
  .feature-item {
    height: 5.5rem;
  }
}
.feature-item-title {
  color: #1C3257;
  font-size: 1.6rem;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 576px) {
  .feature-item-title {
    font-size: 1.5rem;
  }
}
.feature-item-icon {
  width: 6.2rem;
  height: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 99rem;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
@media (max-width: 576px) {
  .feature-item-icon {
    width: 5.2rem;
    height: 3.8rem;
  }
}
.feature-item-icon::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.1;
  background: linear-gradient(0deg, #0D57F5 0%, #0D57F5 100%), #FFF;
}
.feature-item-icon img {
  width: 2.4rem;
  height: 2.4rem;
  object-fit: contain;
}
@media (max-width: 576px) {
  .feature-item-icon img {
    width: 2rem;
    height: 2rem;
  }
}

.step-item {
  display: flex;
  align-items: flex-start;
  gap: 1.6rem;
}
.step-item-icon {
  width: 5.6rem;
  height: 5.6rem;
  flex-shrink: 0;
  border-radius: 1.6rem;
  border: 1px solid #E3E5F1;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 576px) {
  .step-item-icon {
    height: 4.6rem;
    width: 4.6rem;
    border-radius: 1rem;
  }
}
.step-item-icon img {
  height: 2.4rem;
  width: 2.4rem;
  object-fit: contain;
}
@media (max-width: 576px) {
  .step-item-icon img {
    height: 2rem;
    width: 2rem;
  }
}
.step-item-text {
  margin-top: 0.5rem;
}
@media (max-width: 576px) {
  .step-item-text {
    margin-top: 0.3rem;
  }
}
.step-item-title {
  font-weight: 500;
}
@media (max-width: 576px) {
  .step-item-title {
    font-size: 1.5rem;
  }
}
.step-item--center {
  align-items: center;
}
.step-item--small .step-item-icon {
  height: 4.2rem;
  width: 4.2rem;
  border-radius: 1.2rem;
}
@media (max-width: 576px) {
  .step-item--small .step-item-icon {
    height: 4rem;
    width: 4rem;
    border-radius: 1rem;
  }
}
.step-item--small .step-item-icon img {
  height: 2.2rem;
  width: 2.2rem;
}
@media (max-width: 576px) {
  .step-item--small .step-item-icon img {
    height: 2rem;
    width: 2rem;
  }
}
.step-item-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 3rem;
  grid-column-gap: 7rem;
}
@media (max-width: 576px) {
  .step-item-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
  }
}

.step-items .step-item {
  padding-bottom: 3rem;
  position: relative;
}
.step-items .step-item::before {
  content: "";
  position: absolute;
  left: 2.8rem;
  transform: translateX(-50%);
  top: 5.8rem;
  width: 1px;
  height: calc(100% - 6rem);
  background: #E3E5F1;
}
@media (max-width: 576px) {
  .step-items .step-item::before {
    top: 4.8rem;
    left: 2.3rem;
    height: calc(100% - 5rem);
  }
}
.step-items .step-item:last-child {
  padding-bottom: 0;
}
.step-items .step-item:last-child::before {
  display: none;
}

.info-card {
  padding: 3rem;
  border-radius: 2.4rem;
  border: 1px solid rgba(194, 202, 214, 0.4);
  background: #ffffff;
  box-shadow: 0 8px 20px -12px rgba(177, 188, 209, 0.4);
}
@media (max-width: 576px) {
  .info-card {
    padding: 2rem;
    border-radius: 1.2rem;
  }
}
.info-card-top {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid rgba(194, 202, 214, 0.4);
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
@media (max-width: 576px) {
  .info-card-top {
    gap: 1.6rem;
  }
}
.info-card-top-content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.info-card-icon {
  width: 3.4rem;
  height: 3.4rem;
  object-fit: contain;
  flex-shrink: 0;
}
@media (max-width: 576px) {
  .info-card-icon {
    width: 2.8rem;
    height: 2.8rem;
  }
}
.info-card .number {
  font-size: 3rem;
  font-feature-settings: "ss04" on;
  font-weight: 500;
}
@media (max-width: 576px) {
  .info-card .number {
    font-size: 2.6rem;
  }
}
.info-card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media (max-width: 576px) {
  .info-card-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.info-card-grid.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 991px) {
  .info-card-grid.grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .info-card-grid.grid-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.info-card-grid.type-two {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
@media (max-width: 991px) {
  .info-card-grid.type-two {
    grid-template-columns: repeat(1, 1fr);
  }
}
.info-card-grid.type-two .info-card:first-child {
  grid-row: span 2/span 2;
}
@media (max-width: 991px) {
  .info-card-grid.type-two .info-card:first-child {
    grid-row: unset;
  }
}
.info-card--certificate .info-card-icon {
  height: 6.6rem;
  width: 6.6rem;
  object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 576px) {
  .info-card--certificate .info-card-icon {
    height: 5rem;
    width: 5rem;
  }
}
.info-card--feature {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
}
.info-card--feature .info-card-top {
  flex-direction: column;
  align-items: flex-start;
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.info-card--feature .info-card-icon {
  height: 4.8rem;
  width: 4.8rem;
}
@media (max-width: 576px) {
  .info-card--feature .info-card-icon {
    height: 3.5rem;
    width: 3.5rem;
  }
}
.info-card--feature .info-card-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.info-card--feature .info-card-img img {
  height: auto;
  width: 100%;
  object-fit: contain;
}

.certificate-item {
  width: 12.5rem;
  height: 12.5rem;
  overflow: hidden;
  border-radius: 50%;
  display: block;
}
@media (max-width: 576px) {
  .certificate-item {
    width: 10rem;
    height: 10rem;
  }
}
.certificate-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.certificate-item-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
@media (max-width: 576px) {
  .certificate-item-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.certificate-item-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
.certificate-item--small {
  width: 6.6rem;
  height: 6.6rem;
}
@media (max-width: 576px) {
  .certificate-item--small {
    width: 5rem;
    height: 5rem;
  }
}

.accordion-content {
  overflow: hidden;
  height: 0;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  width: 100%;
}
.accordion-content .content {
  padding: 1.6rem 3.2rem;
}
@media (max-width: 576px) {
  .accordion-content .content {
    padding: 1rem 2.2rem;
  }
}
.accordion-content .content p {
  font-size: 1.5rem;
}
@media (max-width: 576px) {
  .accordion-content .content p {
    font-size: 1.4rem;
  }
}
.accordion-wrapper {
  width: 100%;
}
.accordion-item {
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  border-radius: 1.6rem;
}
.accordion-item-title {
  color: #1C3257;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
}
@media (max-width: 576px) {
  .accordion-item-title {
    font-size: 1.6rem var(--container-pusher);
  }
}
.accordion-item.active {
  background: rgba(219, 223, 238, 0.24);
}
.accordion-item.active .accordion-item-header-icon span:first-child {
  transform: rotate(0deg);
}
.accordion-item.active .accordion-item-title {
  color: #1C3257;
}
.accordion-item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  border-bottom: 1px solid rgba(194, 202, 214, 0.5);
  padding: 1.6rem 1.6rem;
}
.accordion-item-header-icon {
  position: relative;
  transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  flex-shrink: 0;
}
@media (max-width: 576px) {
  .accordion-item-header-icon {
    padding-right: var(--container-pusher);
  }
}
.accordion-item-header-icon span {
  position: absolute;
  width: 1.4rem;
  height: 2px;
  background: #1C3257;
  transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  right: 0;
  border-radius: 0.5rem;
}
.accordion-item-header-icon span:first-child {
  transform: rotate(90deg);
}

.thank-you-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 3rem;
}
@media (max-width: 767px) {
  .thank-you-box {
    gap: 2rem;
  }
}
.thank-you-box-img {
  height: 9rem;
  object-fit: contain;
  width: max-content;
}
@media (max-width: 767px) {
  .thank-you-box-img {
    height: 6rem;
  }
}
@media (max-width: 576px) {
  .thank-you-box-title {
    font-size: 2.2rem;
  }
}
.thank-you-box-text {
  font-size: 2rem;
}
@media (max-width: 576px) {
  .thank-you-box-text {
    font-size: 1.6rem;
  }
}

.author {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 576px) {
  .author {
    gap: 0.8rem;
  }
}
.author-img {
  height: 4rem;
  width: 4rem;
  flex-shrink: 0;
  border-radius: 50%;
}
@media (max-width: 576px) {
  .author-img {
    height: 3.5rem;
    width: 3.5rem;
  }
}
.author-name {
  font-size: 1.6rem;
  font-weight: 500;
  color: #1C3257;
}
@media (max-width: 576px) {
  .author-name {
    font-size: 1.5rem;
  }
}

.cookie-policy {
  position: fixed;
  width: 100%;
  border-radius: 1.6rem;
  background: #ffffff;
  box-shadow: 0 8px 20px -12px rgba(177, 188, 209, 0.1);
  border: 1px solid #E3E5F1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  bottom: 3rem;
  max-width: var(--container-width);
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 2rem;
  gap: 2rem;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}
.cookie-policy.active {
  pointer-events: all;
  visibility: visible;
  opacity: 1;
}
@media (max-width: 991px) {
  .cookie-policy {
    max-width: calc(100% - 2 * var(--container-pusher));
  }
}
@media (max-width: 576px) {
  .cookie-policy {
    flex-direction: column;
    text-align: center;
  }
}

.custom-list-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding-bottom: 2rem;
}
.custom-list-item:last-child {
  padding-bottom: 0;
}
.custom-list-item-icon {
  width: 1.6rem;
  height: 1.6rem;
  flex-shrink: 0;
  object-fit: contain;
  margin-top: 0.1rem;
}
.custom-list-item-text {
  margin-top: 0.5rem;
}
@media (max-width: 576px) {
  .custom-list-item-text {
    margin-top: 0.3rem;
  }
}
.custom-list-item-title {
  font-weight: 500;
}
@media (max-width: 576px) {
  .custom-list-item-title {
    font-size: 1.5rem;
  }
}

.reference-item {
  height: 16rem;
  border: 1px solid rgba(194, 202, 214, 0.4);
  border-radius: 2.4rem;
  object-fit: cover;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 576px) {
  .reference-item {
    height: 13rem;
    border-radius: 1.6rem;
  }
}
.reference-item-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}
@media (max-width: 991px) {
  .reference-item-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 576px) {
  .reference-item-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.legal-docs {
  min-width: 0;
  max-width: 100%;
  overflow-x: clip;
}
.legal-docs .section-head-left {
  flex: unset;
  max-width: none;
  width: 100%;
  min-width: 0;
}
.legal-docs__head {
  margin-bottom: 3.2rem;
  min-width: 0;
}
@media (max-width: 576px) {
  .legal-docs__head {
    margin-bottom: 2.4rem;
  }
}
.legal-docs__title {
  letter-spacing: -0.04em;
}
.legal-docs__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  min-width: 0;
  width: 100%;
}
@media (max-width: 991px) {
  .legal-docs__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.2rem;
  }
}
.legal-docs__card {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  min-width: 0;
  max-width: 100%;
  width: 100%;
  padding: 2.2rem 2.4rem;
  border-radius: 2rem;
  border: 1px solid rgba(194, 202, 214, 0.4);
  background: #ffffff;
  box-shadow: 0 8px 20px -12px rgba(177, 188, 209, 0.4);
  text-decoration: none;
  color: #1C3257;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  min-height: 9.2rem;
  overflow: hidden;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .legal-docs__card {
    padding: 1.8rem 1.6rem;
    border-radius: 1.4rem;
    min-height: 7.2rem;
    gap: 1.2rem;
  }
}
.legal-docs__card:hover {
  border-color: rgba(13, 87, 245, 0.45);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px -14px rgba(13, 87, 245, 0.28);
}
.legal-docs__card:hover .legal-docs__arrow {
  color: #0D57F5;
  transform: translate(2px, -2px);
}
.legal-docs__icon {
  flex: 0 0 auto;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #eef4ff 0%, #dce8ff 100%);
  color: #0D57F5;
}
.legal-docs__icon svg {
  width: 2.2rem;
  height: 2.2rem;
  display: block;
}
@media (max-width: 991px) {
  .legal-docs__icon {
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 1rem;
  }
  .legal-docs__icon svg {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.legal-docs__name {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.35;
  overflow-wrap: anywhere;
  word-break: break-word;
}
@media (max-width: 991px) {
  .legal-docs__name {
    font-size: 1.5rem;
  }
}
.legal-docs__arrow {
  flex: 0 0 auto;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #737B8B;
  background: #F2F5F9;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
.legal-docs__arrow svg {
  width: 1.2rem;
  height: 1.2rem;
  display: block;
}
@media (max-width: 991px) {
  .legal-docs__arrow {
    display: none;
  }
}

.header {
  width: 100%;
  border-bottom: 1px solid #E3E5F1;
  height: var(--header-height);
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 3rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
@media (min-width: 1900px) {
  .header {
    padding: 0 var(--container-pusher);
  }
}
@media (max-width: 991px) {
  .header {
    padding: 0 var(--container-pusher);
  }
}
.header.active {
  background: #F2F5F9 !important;
  border-bottom: 1px solid #E3E5F1 !important;
}
.header.active .header-menu {
  opacity: 1;
  pointer-events: auto;
}
.header.active .logo img {
  filter: unset !important;
}
.header.active .discover-link {
  color: #1C3257 !important;
}
.header.header--light {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background: transparent;
}
.header.header--light.header--await-reveal {
  transform: translateY(calc(-1 * var(--header-height)));
  opacity: 0;
  pointer-events: none;
}
.header.header--light.header--revealed {
  animation: headerReveal 0.85s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.header.header--light .logo img {
  filter: brightness(0) invert(1);
}
.header.header--light .discover-link {
  color: #ffffff;
}
.header.header--light .header-buttons .btn.btn--white {
  border: 1px solid rgba(227, 229, 241, 0.05);
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 2px 3px 0 rgba(48, 49, 61, 0.1);
  color: #ffffff;
}
.header.header--light .header-buttons .btn.btn--white:hover {
  background: rgb(229.5, 229.5, 229.5);
  color: #1C3257;
}
.header.header--light .header-buttons .btn.btn--white:hover.btn--i-right .btn__icon {
  border-left-color: #cccccc;
}
.header.header--light .header-buttons .btn.btn--black {
  border: 1px solid rgba(233, 234, 239, 0.05);
  background: radial-gradient(73.44% 103.3% at 0% 14.58%, #224C95 0%, #1C3257 100%);
  box-shadow: 0 2px 3px 0 rgba(48, 49, 61, 0.05);
  background-size: 100%;
}
.header.header--light .header-buttons .btn.btn--black:hover {
  background-size: 200%;
}
.header.header--light .header-menu-item::after {
  display: none;
}
.header.header--light .header-menu-item__title {
  color: #ffffff;
}
.header.header--light .header-menu-item__title:hover {
  color: #cccccc;
}
.header.header--light .header-menu-opener span {
  background: #ffffff;
}
.header.header--light.scrolled {
  background: #F2F5F9 !important;
  border-bottom: 1px solid #E3E5F1 !important;
}
.header.header--light.scrolled .header-menu-item::after {
  display: block;
}
.header.header--light.scrolled .header-menu-item__title {
  color: #1C3257;
}
.header.header--light.scrolled .logo img {
  filter: unset !important;
}
.header.header--light.scrolled .header-menu-opener span {
  background: #1C3257;
}
.header.header--light.scrolled .discover-link {
  color: #1C3257;
}
.header.header--light.scrolled .header-buttons .btn.btn--white {
  background-color: #ffffff;
  color: #1C3257;
  border: 1px solid #E3E5F1;
  box-shadow: 0 2px 3px 0 rgba(48, 49, 61, 0.05);
}
.header.header--light.scrolled .header-buttons .btn.btn--white:hover {
  background: rgb(229.5, 229.5, 229.5);
}
.header.header--light.scrolled .header-buttons .btn.btn--white:hover.btn--i-right .btn__icon {
  border-left-color: #cccccc;
}
.header.header--light.active .header-buttons .btn.btn--white {
  background-color: #ffffff;
  color: #1C3257;
  border: 1px solid #E3E5F1;
  box-shadow: 0 2px 3px 0 rgba(48, 49, 61, 0.05);
}
.header.header--light.active .header-buttons .btn.btn--white:hover {
  background: rgb(229.5, 229.5, 229.5);
}
.header.header--light.active .header-buttons .btn.btn--white:hover.btn--i-right .btn__icon {
  border-left-color: #cccccc;
}
.header.header--light.active .header-buttons .btn.btn--white.btn--i-right .btn__icon {
  border-left-color: #E3E5F1;
}
.header.scrolled {
  background: #F2F5F9;
  border-bottom: 1px solid #E3E5F1;
}
.header-buttons {
  display: flex;
  gap: 1.2rem;
}
@media (max-width: 991px) {
  .header-buttons {
    padding: 1rem var(--container-pusher);
    border-bottom: 1px solid #E3E5F1;
    width: 100%;
    gap: 1rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 576px) {
  .header-buttons .btn {
    width: 100%;
  }
}
.header .logo {
  height: 2.1rem;
}
@media (max-width: 576px) {
  .header .logo {
    height: 2rem;
  }
}
.header .logo img {
  height: 100%;
  width: auto;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
.header .discover-link {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #1C3257;
  margin-left: auto;
  margin-right: 2.9rem;
  height: 100%;
}
.header .discover-link .discover-icon {
  font-size: 1.2rem;
}
.header-menu {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 2.6rem;
}
@media (max-width: 991px) {
  .header-menu {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    flex-direction: column;
    height: calc(100dvh - var(--header-height));
    gap: 0;
    left: 0;
    align-items: flex-start;
    width: 100vw;
    top: calc(var(--header-height));
    background: #F2F5F9;
    opacity: 0;
    pointer-events: none;
    overflow-y: auto;
    overflow-x: hidden;
    transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  }
}
.header-menu-item {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 991px) {
  .header-menu-item {
    padding: 0 var(--container-pusher);
    width: 100%;
    color: #1C3257;
    height: unset;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (min-width: 992px) {
  .header-menu-item:hover::after {
    opacity: 1;
    width: 100%;
  }
}
.header-menu-item::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: 2px;
  width: 0;
  background: #1C3257;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
@media (max-width: 991px) {
  .header-menu-item::after {
    display: none;
  }
}
.header-menu-item.active::after {
  opacity: 1;
  width: 100%;
}
.header-menu-item.has-submenu {
  cursor: pointer;
}
.header-menu-item.has-submenu::after {
  bottom: 0.7rem;
}
@media (min-width: 992px) {
  .header-menu-item.has-submenu:hover .submenu {
    opacity: 1;
    pointer-events: auto;
  }
  .header-menu-item.has-submenu:hover .header-menu-item-icon {
    transform: scale(1, -1);
  }
}
.header-menu-item.has-submenu.simple .submenu {
  border-radius: 1.5rem;
  min-width: 20rem;
  position: absolute;
}
@media (max-width: 991px) {
  .header-menu-item.has-submenu.simple .submenu {
    position: fixed;
  }
}
.header-menu-item__title {
  font-size: 1.4rem;
  font-weight: 500;
  color: #1C3257;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  height: 100%;
}
@media (max-width: 991px) {
  .header-menu-item__title {
    height: 5rem;
    width: 100%;
    justify-content: space-between;
    color: #1C3257 !important;
    font-size: 1.5rem;
  }
}
@media (max-width: 991px) {
  .header-menu-item__title.active + .submenu {
    opacity: 1;
    pointer-events: all;
  }
}
.header-menu-item-icon {
  font-size: 1.1rem;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
@media (max-width: 991px) {
  .header-menu-item-icon {
    transform: rotate(-90deg);
  }
}
.header-menu-item .submenu {
  display: flex;
  gap: 2rem;
  padding: 2rem;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: calc(var(--header-height) - 0.8rem);
  border: 1px solid #E3E5F1;
  background: #ffffff;
  border-radius: 2.4rem;
  box-shadow: 0 8px 20px -12px rgba(177, 188, 209, 0.4);
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  min-width: 100rem;
}
@media (max-width: 991px) {
  .header-menu-item .submenu {
    left: 0;
    top: 0;
    height: 100dvh;
    width: 100%;
    box-shadow: none;
    border: none;
    padding: 0 var(--container-pusher);
    width: 100%;
    min-width: unset;
    transform: unset;
    flex-direction: column;
    background: #F2F5F9;
    padding: 0;
    gap: 0;
    border-radius: 0;
  }
}
.header-menu-item .submenu-links {
  display: flex;
  flex-direction: column;
}
.header-menu-item .submenu-link {
  font-size: 1.4rem;
  font-weight: 500;
  color: #1C3257;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  height: 3.5rem;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .header-menu-item .submenu-link {
    height: 5rem;
    width: 100%;
    justify-content: space-between;
    color: #1C3257 !important;
    font-size: 1.5rem;
    padding: 0 var(--container-pusher);
  }
}
@media (min-width: 992px) {
  .header-menu-item .submenu-link:hover {
    color: #0D57F5;
  }
}
.header-menu-item .submenu-item {
  padding: 1.5rem;
  border-bottom: 1px solid #DBDFEE;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
@media (max-width: 991px) {
  .header-menu-item .submenu-item {
    padding: 1.5rem var(--container-pusher);
  }
}
@media (min-width: 992px) {
  .header-menu-item .submenu-item:hover {
    background: rgba(219, 223, 238, 0.15);
  }
}
.header-menu-item .submenu-item-top {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.header-menu-item .submenu-item-title {
  font-size: 1.5rem;
  font-weight: 500;
}
.header-menu-item .submenu-item-text {
  margin-top: 1.5rem;
  font-size: 1.3rem;
  font-weight: 400;
  color: rgba(28, 50, 87, 0.8);
  line-height: 1.6em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 576px) {
  .header-menu-item .submenu-item-text {
    margin-top: 0.8rem;
  }
}
.header-menu-item .submenu-item-icon {
  width: 2.8rem;
  height: 2.8rem;
  object-fit: contain;
  flex-shrink: 0;
}
@media (max-width: 576px) {
  .header-menu-item .submenu-item-icon {
    width: 2rem;
    height: 2rem;
  }
}
.header-menu-item .submenu-item-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
}
@media (max-width: 991px) {
  .header-menu-item .submenu-item-grid {
    grid-template-columns: repeat(1, 1fr) !important;
    grid-row-gap: 0;
  }
}
.header-menu-item .submenu-item-grid.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 991px) {
  .header-menu-item .submenu-item-left {
    display: none;
  }
}
.header-menu-item .submenu-item-right {
  width: 100%;
  padding-top: 1rem;
}
@media (max-width: 991px) {
  .header-menu-item .submenu-item-right {
    padding-top: 2rem;
    overflow: scroll;
  }
}
.header-menu-item .submenu-header {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: var(--header-height);
  padding: 0 var(--container-pusher);
  border-bottom: 1px solid #E3E5F1;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .header-menu-item .submenu-header {
    display: none;
  }
}
.header-menu-item .submenu-header-icon {
  position: absolute;
  left: var(--container-pusher);
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
}
.header-menu-item .submenu-header-title {
  font-size: 1.6rem;
  font-weight: 500;
}
.header-menu-item .submenu-section-title {
  color: #737B8B;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.36px;
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .header-menu-item .submenu-section-title {
    padding: 0 var(--container-pusher);
    margin-bottom: 0;
  }
}
.header-menu-item .submenu .submenu-section + .submenu-section {
  margin-top: 3rem;
}
@media (max-width: 991px) {
  .header-menu-item .submenu .submenu-section + .submenu-section {
    margin-top: 2rem;
  }
}
.header-menu-item .submenu .banner {
  height: 100%;
  width: 28rem;
  min-height: 32rem;
}
.header-menu-item .submenu .banner-title {
  padding-right: 1.8rem;
  line-height: 1.4;
}
.header-menu-item .submenu .banner.center .banner-content {
  align-items: center;
}
.header-menu-item .submenu .certificate-item {
  width: 10.4rem;
  height: 10.4rem;
}
.header-menu-opener {
  display: flex;
  width: 2.5rem;
  height: 100%;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
}
@media (min-width: 992px) {
  .header-menu-opener {
    display: none;
  }
}
.header-menu-opener span {
  display: block;
  height: 2px;
  background: #1C3257;
  width: 100%;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  border-radius: 1rem;
}
.header-menu-opener.active {
  height: unset;
  align-self: unset;
  justify-content: unset;
  gap: 14px;
}
.header-menu-opener.active .header-menu {
  opacity: 1;
}
.header-menu-opener.active span {
  background: #1C3257 !important;
}
.header-menu-opener.active span:nth-child(2) {
  display: none;
}
.header-menu-opener.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.header-menu-opener.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
.header .social-media-section {
  width: 100%;
  border-top: 1px solid #E3E5F1;
  margin-top: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  padding: 1.6rem var(--container-pusher);
}
@media (min-width: 992px) {
  .header .social-media-section {
    display: none;
  }
}
.header .social-media-section .social__item {
  border: 1px solid #E3E5F1;
}
.header .mobile-menu {
  display: flex;
  flex-direction: column;
  padding: 1rem var(--container-pusher);
  margin-top: 1rem;
  border-top: 1px solid #E3E5F1;
  width: 100%;
}
@media (min-width: 992px) {
  .header .mobile-menu {
    display: none;
  }
}

@keyframes headerReveal {
  from {
    transform: translateY(calc(-1 * var(--header-height)));
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.footer {
  position: relative;
  height: auto;
}
@media (min-width: 1800px) {
  .footer {
    margin: 0 var(--container-pusher);
  }
}
@media (max-width: 991px) {
  .footer {
    margin: 0 var(--container-pusher);
  }
}
.footer-wrapper {
  background: linear-gradient(0deg, #F2F5F9 0%, #F2F5F9 100%), #F8FAFB;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.footer-wrapper .footer-bg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  height: 100%;
  width: calc(100% - 2.8rem);
  border-radius: 3.6rem 3.6rem 0 0;
}
@media (min-width: 1800px) {
  .footer-wrapper .footer-bg {
    width: calc(100% - 2 * var(--container-pusher));
  }
}
@media (max-width: 991px) {
  .footer-wrapper .footer-bg {
    width: calc(100% - 2 * var(--container-pusher));
  }
}
@media (max-width: 576px) {
  .footer-wrapper .footer-bg {
    border-radius: 2rem 2rem 0 0;
  }
}
.footer-content {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
@media (max-width: 991px) {
  .footer-content {
    flex-direction: column;
  }
}
.footer-content-left {
  padding: 5rem 4.4rem;
  padding-right: 4.4rem;
  width: 72%;
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}
@media (max-width: 991px) {
  .footer-content-left {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding: 6rem var(--container-pusher);
  }
}
@media (max-width: 576px) {
  .footer-content-left {
    padding: 4rem var(--container-pusher);
  }
}
.footer-content-left::after {
  content: "";
  width: 1.1rem;
  height: 1.1rem;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background: #ffffff;
  transform: translate(50%, 50%);
}
@media (max-width: 991px) {
  .footer-content-left::after {
    right: unset;
    left: 50%;
    transform: translate(-50%, 50%);
  }
}
.footer-content-left::before {
  content: "";
  width: 1.1rem;
  height: 1.1rem;
  position: absolute;
  right: 0;
  top: 5.6rem;
  border-radius: 50%;
  background: #ffffff;
  transform: translateX(50%);
}
@media (max-width: 991px) {
  .footer-content-left::before {
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: unset;
  }
}
.footer-content-right {
  padding: 5rem 4.4rem;
  width: 28%;
  gap: 3.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .footer-content-right {
    width: 100%;
    padding: 6rem var(--container-pusher);
  }
}
@media (max-width: 576px) {
  .footer-content-right {
    padding: 4rem var(--container-pusher);
  }
}
.footer-content-right .social {
  justify-content: center;
}
.footer-middle {
  display: flex;
}
.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  position: relative;
}
@media (max-width: 991px) {
  .footer-contact {
    align-items: center;
    text-align: center;
  }
}
.footer-contact-link {
  font-weight: 400;
  letter-spacing: 0.32px;
}
.footer-contact-link.address {
  align-items: flex-start;
  line-height: 1.8em;
}
.footer-contact-link.address .link__icon {
  margin-top: 0.7rem;
}
.footer-menu {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  position: relative;
  margin-top: 6rem;
}
@media (max-width: 991px) {
  .footer-menu {
    display: none;
  }
}
.footer-menu-column {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.footer-menu-title {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
.footer-menu-links {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  margin-top: 1.3rem;
}
.footer-menu-link {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .footer-menu a:hover {
    color: rgb(229.5, 229.5, 229.5);
  }
}
.footer .logo {
  height: 2.8rem;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .footer .logo {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .footer .logo {
    height: 2rem;
  }
}
.footer .logo img {
  height: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 2rem 4.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1800px) {
  .footer-bottom {
    padding: 5rem 7rem;
  }
}
@media (max-width: 991px) {
  .footer-bottom {
    justify-content: center;
    text-align: center;
    position: relative;
  }
}
.footer-bottom-links {
  display: flex;
  gap: 3rem;
  align-items: center;
}
@media (max-width: 991px) {
  .footer-bottom-links {
    display: none;
  }
}
.footer-bottom-link {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 400;
}
@media (min-width: 992px) {
  .footer-bottom-link:hover {
    color: rgb(229.5, 229.5, 229.5);
  }
}

.index-content {
  position: relative;
  z-index: auto;
  background: linear-gradient(0deg, #f2f5f9 0%, #f2f5f9 100%), #f8fafb;
}
.index-content .section {
  padding: 0;
  padding-top: 8rem;
}
@media (max-width: 991px) {
  .index-content .section {
    padding-top: 6rem;
  }
}
@media (max-width: 576px) {
  .index-content .section {
    padding-top: 4rem;
  }
}
.index-content .section:last-child {
  padding-bottom: 8rem;
}
@media (max-width: 991px) {
  .index-content .section:last-child {
    padding-bottom: 6rem;
  }
}
@media (max-width: 576px) {
  .index-content .section:last-child {
    padding-bottom: 4rem;
  }
}
/*# sourceMappingURL=style.css.map */