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

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

/*
// Variable Font
@font-face {
  font-family: "EBGaramond";
  src: url("../../assets/fonts/EBGaramond-VariableFont_wght.ttf");
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("../../assets/fonts/Manrope-VariableFont_wght.ttf");
  font-display: swap;
}
*/
/*
// Not Variable font
@font-face {
  font-family: "Cera";
  src: url("../../assets/fonts/Cera/Cera-GR.eot");
  src: url("../../assets/fonts/Cera/Cera-GR.eot?#iefix")
      format("embedded-opentype"),
    url("../../assets/fonts/Cera/Cera-GR.woff") format("woff"),
    url("../../assets/fonts/Cera/Cera-GR.ttf") format("truetype"),
    url("../../assets/fonts/Cera/Cera-GR.svg") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cera";
  src: url("../../assets/fonts/Cera/Cera-GR-Light.eot");
  src: url("../../assets/fonts/Cera/Cera-GR-Light.eot?#iefix")
      format("embedded-opentype"),
    url("../../assets/fonts/Cera/Cera-GR-Light.woff2") format("woff2"),
    url("../../assets/fonts/Cera/Cera-GR-Light.woff") format("woff"),
    url("../../assets/fonts/Cera/Cera-GR-Light.ttf") format("truetype"),
    url("../../assets/fonts/Cera/Cera-GR-Light.svg") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cera";
  src: url("../../assets/fonts/Cera/Cera-GR-Bold.eot");
  src: url("../../assets/fonts/Cera/Cera-GR-Bold.eot?#iefix")
      format("embedded-opentype"),
    // url("../../assets/fonts/Cera/Cera-GR-Bold.woff2") format("woff2"),
    url("../../assets/fonts/Cera/Cera-GR-Bold.woff") format("woff"),
    url("../../assets/fonts/Cera/Cera-GR-Bold.ttf") format("truetype"),
    url("../../assets/fonts/Cera/Cera-GR-Bold.svg") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cera";
  src: url("../../assets/fonts/Cera/Cera-GR-Black.eot");
  src: url("../../assets/fonts/Cera/Cera-GR-Black.eot?#iefix")
      format("embedded-opentype"),
    // url("../../assets/fonts/Cera/Cera-GR-Black.woff2") format("woff2"),
    url("../../assets/fonts/Cera/Cera-GR-Black.woff") format("woff"),
    url("../../assets/fonts/Cera/Cera-GR-Black.ttf") format("truetype"),
    url("../../assets/fonts/Cera/Cera-GR-Black.svg") format("svg");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
*/
@font-face {
  font-family: "icomoon";
  src: url("../../assets/fonts/icomoon.eot?dd4hcc");
  src: url("../../assets/fonts/icomoon.eot?dd4hcc#iefix") format("embedded-opentype"), url("../../assets/fonts/icomoon.ttf?dd4hcc") format("truetype"), url("../../assets/fonts/icomoon.woff?dd4hcc") format("woff"), url("../../assets/fonts/icomoon.svg?dd4hcc#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
h1,
.heading-l {
  font-size: clamp(40px, 5.1388888889vw, 74px);
}
@media only screen and (max-width: 640px) {
  h1,
  .heading-l {
    font-size: clamp(25px, 8vw, 40px);
  }
}
@media only screen and (min-width: 1921px) {
  h1,
  .heading-l {
    font-size: clamp(74px, 3.2066666667vw, 96.2px);
  }
}

h2,
.heading {
  font-size: clamp(30px, 2.7083333333vw, 39px);
}
@media only screen and (min-width: 1921px) {
  h2,
  .heading {
    font-size: clamp(39px, 1.69vw, 50.7px);
  }
}

h3,
.heading-ms {
  font-size: clamp(24px, 2.2222222222vw, 32px);
}
@media only screen and (min-width: 1921px) {
  h3,
  .heading-ms {
    font-size: clamp(32px, 1.3866666667vw, 41.6px);
  }
}

h4,
.heading-s {
  font-size: clamp(20px, 1.9444444444vw, 28px);
}
@media only screen and (min-width: 1921px) {
  h4,
  .heading-s {
    font-size: clamp(28px, 1.2133333333vw, 36.4px);
  }
}

.text {
  font-size: clamp(18px, 1.5277777778vw, 22px);
}
@media only screen and (min-width: 1921px) {
  .text {
    font-size: clamp(22px, 0.9533333333vw, 28.6px);
  }
}

.text-ms {
  font-size: clamp(16px, 1.25vw, 18px);
}
@media only screen and (min-width: 1921px) {
  .text-ms {
    font-size: clamp(18px, 0.78vw, 23.4px);
  }
}

.text-s {
  font-size: clamp(12px, 0.9722222222vw, 14px);
}
@media only screen and (min-width: 1921px) {
  .text-s {
    font-size: clamp(14px, 0.6066666667vw, 18.2px);
  }
}

.text-xs {
  font-size: 12px;
}
@media only screen and (min-width: 1921px) {
  .text-xs {
    font-size: clamp(12px, 0.52vw, 15.6px);
  }
}

.button {
  font-size: clamp(16px, 1.25vw, 18px);
}
@media only screen and (min-width: 1921px) {
  .button {
    font-size: clamp(18px, 0.78vw, 23.4px);
  }
}

.body {
  overflow: hidden-x;
  background-color: #fff;
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  color: #393939;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
}

main {
  overflow: hidden;
}

a {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  text-decoration: none;
  list-style-type: none;
  color: #006ebc;
}

button {
  cursor: pointer;
}

p {
  font-size: inherit;
}

h1,
h2,
h3,
h4 {
  font-weight: 400;
}

.boxed-l {
  max-width: 1695px;
  padding-inline: clamp(20px, 3.3898305085vw, 40px);
}
@media only screen and (min-width: 1921px) {
  .boxed-l {
    max-width: clamp(1655px, 93.7833333333vw, 2813.5px);
  }
}

.boxed {
  max-width: 1480px;
  padding-inline: clamp(20px, 3.3898305085vw, 40px);
}
@media only screen and (min-width: 1921px) {
  .boxed {
    max-width: clamp(1440px, 81.6vw, 2448px);
  }
}

@media only screen and (min-width: 1025px) {
  .boxed-desktop {
    max-width: 1480px;
    padding-inline: 40px;
  }
}

.boxed-sm {
  max-width: 1220px;
  padding-inline: clamp(20px, 3.3898305085vw, 40px);
}
@media only screen and (min-width: 1921px) {
  .boxed-sm {
    max-width: clamp(1180px, 66.8666666667vw, 2006px);
  }
}

@media only screen and (min-width: 1921px) {
  .boxed-4k {
    max-width: clamp(1440px, 81.6vw, 2448px);
    padding-inline: 40px;
  }
}

.centered {
  margin-inline: auto;
}

@media only screen and (min-width: 1921px) {
  .centered-4k {
    margin-inline: auto;
  }
}

@media only screen and (min-width: 1025px) {
  .centered-desktop {
    margin-inline: auto;
  }
}

@media only screen and (max-width: 1024px) {
  .centered-mob {
    margin-inline: auto;
  }
}

@media only screen and (min-width: 1440px) {
  .push-left {
    margin-left: calc((100vw - 1440px) / 2);
  }
}
@media only screen and (min-width: 1921px) {
  .push-left {
    margin-left: calc((100vw - clamp(1440px, 96vw, 2880px)) / 2);
  }
}

@media only screen and (min-width: 1440px) {
  .push-right {
    margin-right: calc((100vw - 1440px) / 2);
  }
}
@media only screen and (min-width: 1921px) {
  .push-right {
    margin-right: calc((100vw - clamp(1440px, 96vw, 2880px)) / 2);
  }
}

.no-padding {
  padding-inline: 0;
}

.inline-padding {
  padding-inline: 20px;
}

.bottom-padding {
  padding-bottom: clamp(40px, 7.8125vw, 80px);
}
@media only screen and (min-width: 1921px) {
  .bottom-padding {
    padding-bottom: clamp(80px, 3.4666666667vw, 104px);
  }
}

.first-section {
  padding-block: clamp(120px, 13.8888888889vw, 200px) clamp(55px, 6.5972222222vw, 95px);
}
@media only screen and (min-width: 1921px) {
  .first-section {
    padding-block: clamp(200px, 8.6666666667vw, 260px) clamp(95px, 4.1166666667vw, 123.5px);
  }
}

.basic {
  padding-block: clamp(20px, 2.7777777778vw, 40px);
}
@media only screen and (min-width: 1921px) {
  .basic {
    padding-block: clamp(40px, 1.7333333333vw, 52px);
  }
}

.basic-section {
  padding-block: clamp(35px, 5.37109375vw, 55px) clamp(55px, 9.27734375vw, 95px);
}
@media only screen and (min-width: 1921px) {
  .basic-section {
    padding-block: clamp(55px, 2.3833333333vw, 71.5px) clamp(95px, 4.1166666667vw, 123.5px);
  }
}

.last-section {
  padding-bottom: clamp(150px, 19.53125vw, 200px);
}
@media only screen and (min-width: 1921px) {
  .last-section {
    padding-bottom: clamp(200px, 8.6666666667vw, 260px);
  }
}

.container {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 2.2222222222vw, 32px);
}

.full-width {
  width: 100%;
}

.p-margin p {
  margin-block: 20px;
}
@media only screen and (min-width: 1921px) {
  .p-margin p {
    margin-block: clamp(20px, 0.8666666667vw, 26px);
  }
}

.extralight {
  font-weight: 200;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.semibold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.extrabold {
  font-weight: 800;
}

.italic {
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.letter-spacing-s {
  letter-spacing: 0.025em;
}

.letter-spacing-m {
  letter-spacing: 0.045em;
}

.letter-spacing-wide {
  letter-spacing: 0.15em;
}

.line-height-s {
  line-height: 1.2;
}

.line-height-m {
  line-height: 1.4;
}

.line-height-l {
  line-height: 1.6;
}

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

.hidden {
  display: none !important;
}

@media only screen and (min-width: 1025px) {
  .hidden-desktop {
    display: none !important;
  }
}

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

.black {
  color: #000;
}

.white {
  color: #fff;
}

.white-bg {
  background-color: #fff;
}

.primary {
  color: #393939;
}

.primary-bg {
  background-color: #393939;
}

.accent {
  color: #006ebc;
}

.accent-bg {
  background-color: #006ebc;
}

.dark-blue {
  color: #1b3281;
}

.secondary-bg {
  background-color: #f3f7ff;
}

.gradient-bg {
  background: linear-gradient(-20deg, #006ebc, #63d3ff);
}

.text-gradient {
  background: linear-gradient(to right, #006ebc, #63d3ff);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  display: inline-block;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.radius {
  display: block;
  border-radius: clamp(20px, 2.9296875vw, 30px);
  overflow: hidden;
}

.radius-no-right {
  display: block;
  border-radius: 30px 0px 30px 30px;
  overflow: hidden;
}

.radius-no-left {
  display: block;
  border-radius: 0px 30px 30px 30px;
  overflow: hidden;
}

.bg-lines {
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 1200px;
  opacity: 0.7;
  z-index: -1;
}
.bg-lines--top {
  top: 0;
}
.bg-lines--bottom {
  bottom: 0;
  transform: translateX(-50%) scaleX(-1) scaleY(-1);
}
.bg-lines--center {
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.ic-facebook::after {
  content: "\e906";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ic-linkedin::after {
  content: "\e908";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.header {
  position: fixed;
  z-index: 100;
  inset-inline: 0;
  background-color: transparent;
  padding-bottom: 30px;
}
@media only screen and (min-width: 1921px) {
  .header {
    padding-bottom: clamp(30px, 1.3vw, 39px);
  }
}
.header:before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0;
  background-color: #fff;
  backdrop-filter: blur(10px);
}
.header--sticky:before {
  opacity: 1;
}
.header__banner-container {
  max-width: 600px;
}
@media only screen and (min-width: 1921px) {
  .header__banner-container {
    max-width: clamp(600px, 26vw, 780px);
  }
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .header__container {
    gap: 20px;
  }
}
.header__container img {
  width: clamp(120px, 18.75vw, 270px);
}
@media only screen and (min-width: 1921px) {
  .header__container img {
    width: clamp(270px, 11.7vw, 351px);
  }
}
.header ul {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  text-decoration: none;
  list-style-type: none;
}

@media only screen and (max-width: 1024px) {
  .main-menu {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
    height: 100vh;
    padding: 100px clamp(20px, 3.90625vw, 40px);
    background-color: #fff;
    visibility: visible;
    opacity: 1;
    transform: translateX(0%);
    transition: all ease 300ms;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 1921px) {
  .main-menu {
    gap: clamp(40px, 1.7333333333vw, 52px);
  }
}
@media only screen and (max-width: 1024px) {
  .main-menu--closed {
    visibility: hidden;
    opacity: 0;
    transform: translateX(100%);
  }
}
.main-menu__list {
  display: flex;
  gap: 40px;
  position: relative;
}
@media only screen and (min-width: 1921px) {
  .main-menu__list {
    gap: clamp(40px, 1.7333333333vw, 52px);
  }
}
@media only screen and (max-width: 1024px) {
  .main-menu__list {
    flex-direction: column;
    gap: revert;
  }
}
@media only screen and (max-width: 1024px) {
  .main-menu__list li {
    border-bottom: solid 1px #393939;
  }
}
.main-menu__list a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1px;
  width: fit-content;
  font-size: clamp(14px, 1.1111111111vw, 16px);
  color: #000;
  transition: color ease 300ms;
}
.main-menu__list a:hover {
  color: #006ebc;
}
@media only screen and (min-width: 1921px) {
  .main-menu__list a {
    font-size: clamp(16px, 0.6933333333vw, 20.8px);
  }
}
@media only screen and (max-width: 1024px) {
  .main-menu__list a {
    align-items: revert;
    font-size: clamp(18px, 2.44140625vw, 25px);
    padding-block: 20px;
  }
}
.main-menu__list ul {
  position: absolute;
  padding: 8px 16px;
  background-color: #393939;
  visibility: hidden;
  opacity: 0;
  transition: all ease 300ms;
}
@media only screen and (min-width: 1921px) {
  .main-menu__list ul {
    padding: clamp(8px, 0.3466666667vw, 10.4px) clamp(16px, 0.6933333333vw, 20.8px);
  }
}
@media only screen and (max-width: 1024px) {
  .main-menu__list ul {
    position: revert;
    display: none;
    padding: revert;
  }
}
.main-menu__list > li:hover ul {
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width: 1024px) {
  .main-menu__list > li:hover ul {
    display: block;
  }
}

.hero__container {
  display: flex;
  align-items: center;
  height: clamp(275px, 38.1944444444vw, 550px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1921px) {
  .hero__container {
    height: clamp(550px, 23.8333333333vw, 715px);
  }
}
.hero__text-container {
  width: 100%;
}
.hero__heading {
  max-width: 585px;
}
@media only screen and (min-width: 1921px) {
  .hero__heading {
    max-width: clamp(585px, 25.35vw, 760.5px);
  }
}

.archive-blog__filters {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(25px, 2.7777777778vw, 40px);
  padding-bottom: clamp(30px, 2.7777777778vw, 40px);
}
@media only screen and (min-width: 1921px) {
  .archive-blog__filters {
    gap: clamp(40px, 1.7333333333vw, 52px);
    padding-bottom: clamp(40px, 1.7333333333vw, 52px);
  }
}
.archive-blog__filters .category-filter {
  color: #1b3281;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease;
}
.archive-blog__filters .category-filter:hover, .archive-blog__filters .category-filter.archive-blog__category--active {
  color: #006ebc;
}

.archive-grid {
  position: relative;
  display: grid;
  gap: clamp(40px, 5.5555555556vw, 80px);
}
@media only screen and (min-width: 1025px) {
  .archive-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1921px) {
  .archive-grid {
    gap: clamp(80px, 3.4666666667vw, 104px);
  }
}
.archive-grid__post {
  display: grid !important;
  align-items: start !important;
  grid-template-rows: max-content max-content max-content 1fr max-content;
}
.archive-grid__bottom {
  display: grid;
  place-content: center;
  padding-block: clamp(16px, 2.2222222222vw, 32px);
}
@media only screen and (min-width: 1921px) {
  .archive-grid__bottom {
    padding-block: clamp(32px, 1.3866666667vw, 41.6px);
  }
}
.archive-grid__no-more-posts {
  display: none;
}
.archive-grid__loader {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: grid;
  place-content: center;
  background-color: rgba(0, 0, 0, 0.3);
}

.post-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: clamp(40px, 5.5555555556vw, 80px);
}
@media only screen and (min-width: 1921px) {
  .post-card {
    gap: clamp(80px, 3.4666666667vw, 104px);
  }
}
.post-card__img-container {
  width: 100%;
  height: clamp(240px, 25vw, 360px);
  overflow: hidden;
  border: 1px solid #efefef;
}
@media only screen and (min-width: 1921px) {
  .post-card__img-container {
    height: clamp(360px, 15.6vw, 468px);
  }
}
.post-card__img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease-out;
}
.post-card:hover .post-card__img-container img {
  transform: scale(1.1);
}

.carousel__track {
  overflow-x: hidden;
}
.carousel__container {
  display: flex;
  gap: clamp(40px, 5.5555555556vw, 80px);
}
@media only screen and (min-width: 1921px) {
  .carousel__container {
    gap: clamp(80px, 3.4666666667vw, 104px);
  }
}
.carousel__slide {
  color: #000;
  cursor: grab;
}
@media only screen and (min-width: 1025px) {
  .carousel__slide {
    width: 33.3333333333%;
  }
}
.carousel__button {
  cursor: pointer;
  transform: rotate(0deg);
}
.carousel__button--previous {
  transform: rotate(180deg);
}
.carousel__button::after {
  content: "\e901";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 8px;
}
@media only screen and (min-width: 1921px) {
  .carousel__button::after {
    padding: clamp(8px, 0.3466666667vw, 10.4px);
  }
}
.carousel__controls {
  display: flex;
  align-items: center;
  gap: clamp(20px, 4.0363269425vw, 40px);
  margin-top: clamp(40px, 8.072653885vw, 80px);
  margin-inline: auto;
}
@media only screen and (min-width: 1921px) {
  .carousel__controls {
    gap: clamp(40px, 1.7333333333vw, 52px);
    margin-top: clamp(80px, 3.4666666667vw, 104px);
  }
}
.carousel__dots {
  display: flex;
  align-items: center;
  width: 100%;
}
.carousel__dot {
  height: 2px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.carousel .glide__bullet--active {
  background-color: #000;
}

.tabs__buttons {
  display: flex;
}
.tabs__button {
  padding: clamp(8px, 1.1111111111vw, 16px) clamp(16px, 2.2222222222vw, 32px);
  border: solid 1px rgba(57, 57, 57, 0.2);
  cursor: pointer;
  transition: all ease 300ms;
}
.tabs__button:hover {
  border: solid 1px #393939;
}
.tabs__button--active {
  background-color: #393939;
  color: #f3f7ff;
}
.tabs__content {
  padding: clamp(8px, 1.1111111111vw, 16px);
}
.tabs__content--hidden {
  display: none;
}

.accordion__item {
  border: solid 1px rgba(57, 57, 57, 0.2);
  transition: border ease 300ms;
}
.accordion__item:hover {
  border: solid 1px #393939;
}
.accordion__item--open {
  border: solid 1px #393939;
}
.accordion__button, .accordion__text {
  padding: clamp(8px, 1.1111111111vw, 16px);
}
.accordion__button {
  cursor: pointer;
  transition: all ease 300ms;
}
.accordion__button--active {
  background-color: #393939;
  color: #fff;
}
.accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height ease 300ms;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(8px, 1.1111111111vw, 16px);
}
@media only screen and (max-width: 1024px) {
  .gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
.gallery__item {
  cursor: pointer;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  align-items: center;
  padding-bottom: clamp(24px, 3.3333333333vw, 48px);
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: center;
  visibility: visible;
  opacity: 1;
}
.lightbox--hidden {
  visibility: hidden;
  opacity: 0;
}
.lightbox__container {
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr auto;
}
.lightbox__img-container {
  margin-inline: auto;
  padding-bottom: clamp(20px, 2.7777777778vw, 40px);
}
.lightbox__img-container img {
  margin-inline: auto;
}
@media only screen and (min-width: 1025px) {
  .lightbox__img-container img {
    height: 100%;
  }
}
.lightbox__close {
  width: 100%;
  color: #fff;
  text-align: right;
}
.lightbox__close-button {
  opacity: 0.8;
  cursor: pointer;
}
.lightbox__close-button:hover {
  opacity: 1;
}
.lightbox .carousel__container {
  height: 100%;
}
.lightbox .carousel__slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.lightbox .carousel__button:after {
  color: #fff;
}
.lightbox .carousel__dot {
  height: 2px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
}
.lightbox .glide__bullet--active {
  background-color: #fff;
}

.footer {
  padding-top: clamp(20px, 2.7777777778vw, 40px);
}
@media only screen and (min-width: 1921px) {
  .footer {
    padding-top: clamp(40px, 1.7333333333vw, 52px);
  }
}
.footer__banner-container {
  max-width: 800px;
}
.footer__top {
  margin-top: clamp(32px, 4.4444444444vw, 64px);
  padding-block: clamp(40px, 5.5555555556vw, 80px);
}
@media only screen and (min-width: 1921px) {
  .footer__top {
    margin-top: clamp(64px, 2.7733333333vw, 83.2px);
    padding-block: clamp(80px, 3.4666666667vw, 104px);
  }
}
.footer__top a {
  color: #fff;
  transition: 0.3s ease;
}
.footer__top a:hover {
  color: #63d3ff;
}
.footer__bottom {
  padding-block: clamp(10px, 1.3888888889vw, 20px);
}
@media only screen and (min-width: 1921px) {
  .footer__bottom {
    padding-block: clamp(20px, 0.8666666667vw, 26px);
  }
}
.footer__bottom a {
  color: #393939;
  transition: 0.3s ease;
}
.footer__bottom a:hover {
  color: #006ebc;
}
.footer__bottom-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media only screen and (min-width: 1921px) {
  .footer__bottom-container {
    gap: clamp(8px, 0.3466666667vw, 10.4px);
  }
}
.footer__container {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .footer__container {
    flex-direction: column;
    gap: 40px;
  }
}
.footer__logo-menu {
  display: flex;
  gap: clamp(40px, 5.5555555556vw, 80px);
}
@media only screen and (min-width: 1921px) {
  .footer__logo-menu {
    gap: clamp(80px, 3.4666666667vw, 104px);
  }
}
@media only screen and (max-width: 1024px) {
  .footer__logo-menu {
    flex-direction: column;
    gap: 40px;
  }
}
.footer__logo-container img {
  width: clamp(120px, 16.6666666667vw, 240px);
}
@media only screen and (min-width: 1921px) {
  .footer__logo-container img {
    width: clamp(240px, 10.4vw, 312px);
  }
}
.footer ul {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  text-decoration: none;
  list-style-type: none;
}
.footer__contact-info {
  display: flex;
  flex-direction: column;
  gap: clamp(4px, 0.5555555556vw, 8px);
  max-width: 450px;
}
@media only screen and (min-width: 1921px) {
  .footer__contact-info {
    gap: clamp(8px, 0.3466666667vw, 10.4px);
    max-width: clamp(450px, 19.5vw, 585px);
  }
}
.footer__social {
  margin-top: clamp(10px, 1.3888888889vw, 20px);
  display: flex;
  align-items: flex-end;
  gap: 16px;
}
@media only screen and (min-width: 1921px) {
  .footer__social {
    margin-top: clamp(20px, 0.8666666667vw, 26px);
    gap: clamp(20px, 0.8666666667vw, 26px);
  }
}

.footer-menu__list {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 1.3888888889vw, 20px);
}
@media only screen and (min-width: 1921px) {
  .footer-menu__list {
    gap: clamp(20px, 0.8666666667vw, 26px);
  }
}

.legal-menu__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 1.3888888889vw, 20px);
}
@media only screen and (min-width: 1921px) {
  .legal-menu__list {
    gap: clamp(20px, 0.8666666667vw, 26px);
  }
}

.table {
  text-align: left;
  padding-block: clamp(25px, 2.7777777778vw, 40px);
}
@media only screen and (min-width: 1921px) {
  .table {
    padding-block: clamp(40px, 1.7333333333vw, 52px);
  }
}
.table__labels, .table__row-container {
  display: grid;
  padding: 10px clamp(20px, 2.7777777778vw, 40px);
}
@media only screen and (min-width: 1025px) {
  .table__labels, .table__row-container {
    grid-template-columns: 1.8fr 1fr 140px 1.8fr 1fr;
    gap: clamp(12px, 1.3888888889vw, 20px);
  }
}
@media only screen and (min-width: 1921px) {
  .table__labels, .table__row-container {
    padding: clamp(10px, 0.4333333333vw, 13px) clamp(40px, 1.7333333333vw, 52px);
    grid-template-columns: 1.8fr 1fr clamp(140px, 6.0666666667vw, 182px) 1.8fr 1fr;
  }
}
.table__rows {
  display: grid;
  margin-top: 10px;
  gap: 10px;
  letter-spacing: 0;
}
@media only screen and (min-width: 1921px) {
  .table__rows {
    margin-top: clamp(10px, 0.4333333333vw, 13px);
    gap: clamp(10px, 0.4333333333vw, 13px);
  }
}
.table__labels {
  align-items: center;
  background-color: #006ebc;
  border-radius: 12px 12px 0 0;
  color: #fff;
  line-height: 1.1;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 1024px) {
  .table__labels {
    display: none;
  }
}
@media only screen and (min-width: 1921px) {
  .table__labels {
    border-radius: clamp(12px, 0.52vw, 15.6px) clamp(12px, 0.52vw, 15.6px) 0 0;
  }
}
.table__row {
  background-color: rgba(99, 211, 255, 0.15);
}
.table__row:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.6);
}
.table__row:last-child {
  border-radius: 0 0 12px 12px;
}
@media only screen and (min-width: 1921px) {
  .table__row:last-child {
    border-radius: 0 0 clamp(12px, 0.52vw, 15.6px) clamp(12px, 0.52vw, 15.6px);
  }
}
@media only screen and (max-width: 1024px) {
  .table__row:first-child {
    border-radius: 12px 12px 0 0;
  }
}
@media only screen and (max-width: 1024px) {
  .table__row-container {
    padding: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .table__entry {
    display: grid;
    grid-template-columns: 1.2fr 2fr;
    gap: 16px;
    padding-block: 8px;
    border-bottom: 1px solid rgba(0, 110, 188, 0.6);
  }
}
@media only screen and (max-width: 1024px) {
  .table__entry::before {
    content: attr(data-label);
    text-align: right;
    font-weight: 600;
    color: #393939;
  }
}

.simple-page__text {
  padding-top: clamp(40px, 6.7796610169vw, 80px);
}
@media only screen and (min-width: 1921px) {
  .simple-page__text {
    padding-top: clamp(80px, 3.4666666667vw, 104px);
  }
}
.simple-page__text h2, .simple-page__text h3, .simple-page__text h4 {
  padding-top: 20px;
}
@media only screen and (min-width: 1921px) {
  .simple-page__text h2, .simple-page__text h3, .simple-page__text h4 {
    padding-top: clamp(20px, 0.8666666667vw, 26px);
  }
}

.error-page__container {
  display: grid;
  align-items: center;
  justify-content: center;
  justify-items: center;
  gap: clamp(40px, 5.5555555556vw, 80px);
}
@media only screen and (min-width: 1921px) {
  .error-page__container {
    gap: clamp(80px, 3.4666666667vw, 104px);
  }
}

.loader {
  display: grid;
  place-content: center;
  background-color: #f3f7ff;
  position: fixed;
  inset: 0;
  z-index: 999;
}
.loader__spinner {
  width: 48px;
  height: 48px;
  display: flex;
  margin: auto;
  position: relative;
  padding-block: 40px;
}
.loader__spinner::after, .loader__spinner::before {
  content: "";
  width: 48px;
  height: 48px;
  border: 2px solid #006ebc;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  animation: rotation 2s ease-in-out infinite;
}
.loader__spinner::after {
  border-color: #1b3281;
  animation-delay: 1s;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader__percentage {
  padding: 20px;
  text-align: center;
  color: #393939;
}

.button {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  text-decoration: none;
  list-style-type: none;
  width: fit-content;
  padding: clamp(12px, 1.3888888889vw, 20px) clamp(20px, 2.7777777778vw, 40px);
  background-color: #006ebc;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  min-width: 180px;
  text-align: center;
  transition: background-color ease 300ms;
}
.button:hover {
  background-color: #1b3281;
}

.link {
  color: #006ebc;
}

.hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 30px;
  cursor: pointer;
  z-index: 10;
}
@media only screen and (min-width: 1025px) {
  .hamburger {
    display: none;
  }
}
.hamburger--pressed .hamburger__button {
  transform: translateX(-50px);
  background: transparent;
}
.hamburger--pressed .hamburger__button:before {
  transform: rotate(45deg) translate(35px, -35px);
}
.hamburger--pressed .hamburger__button:after {
  transform: rotate(-45deg) translate(35px, 35px);
}
.hamburger__button {
  display: flex;
  position: relative;
  z-index: 2;
  width: 30px;
  height: 2px;
  background: #393939;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
@media only screen and (min-width: 1025px) {
  .hamburger__button {
    display: none;
  }
}
.hamburger__button:before, .hamburger__button:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background: #393939;
  transition: all 0.5s ease-in-out;
}
.hamburger__button:before {
  transform: translateY(-7px);
}
.hamburger__button:after {
  transform: translateY(7px);
}

.cta-arrow-container {
  display: flex;
  align-items: center;
  gap: clamp(6px, 0.8333333333vw, 12px);
}
.cta-arrow-container:hover .cta-arrow::before {
  transform: translateX(2px);
}
.cta-arrow-container:hover .cta-arrow--flip::before {
  transform: scaleX(-1) translateX(2px);
}

.cta-arrow {
  border: solid 2px #006ebc;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(24px, 2.7777777778vw, 40px);
  height: clamp(24px, 2.7777777778vw, 40px);
  margin-left: auto;
}
.cta-arrow::before {
  content: "\e901";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: transform ease 300ms;
  line-height: 1;
  font-weight: 600;
  font-size: clamp(14px, 1.1111111111vw, 16px);
}
@media only screen and (min-width: 1921px) {
  .cta-arrow::before {
    font-size: clamp(16px, 0.6933333333vw, 20.8px);
  }
}
.cta-arrow--flip {
  margin-left: revert;
}
.cta-arrow--flip::before {
  transform: scaleX(-1);
}

.contact-banner {
  padding-block: clamp(30px, 3.4722222222vw, 50px) clamp(40px, 4.1666666667vw, 60px);
  z-index: 0;
}
@media only screen and (min-width: 1921px) {
  .contact-banner {
    padding-block: clamp(50px, 2.1666666667vw, 65px) clamp(60px, 2.6vw, 78px);
  }
}
.contact-banner .bg-lines {
  opacity: 0.4;
}
.contact-banner__email {
  position: relative;
  z-index: 20;
}

.back-to-top {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: clamp(24px, 4.6875vw, 48px);
  width: clamp(46px, 3.4722222222vw, 50px);
  height: clamp(46px, 3.4722222222vw, 50px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  opacity: 0;
  transform: rotate(-90deg);
  transition: opacity ease 0.2s;
  cursor: pointer;
  overflow: hidden;
}
@media only screen and (min-width: 1921px) {
  .back-to-top {
    width: clamp(50px, 2.1666666667vw, 65px);
    height: clamp(50px, 2.1666666667vw, 65px);
  }
}
.back-to-top--visible {
  visibility: visible;
  opacity: 1;
}
.back-to-top::after {
  content: "\e901";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.back-to-top::before {
  content: "";
  position: absolute;
  width: 180%;
  height: 180%;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: linear-gradient(-20deg, #006ebc, #63d3ff);
  transition: 0.3s ease;
  z-index: -1;
}
.back-to-top:hover::before {
  transform: translateX(-50%) translateY(-50%) rotate(180deg);
}

.search-form__button {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  text-decoration: none;
  list-style-type: none;
}
.search-form__button:before {
  content: "\e902";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.error-message {
  color: red;
}

.hero-home__container {
  height: clamp(300px, 55.5555555556vw, 800px);
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 1921px) {
  .hero-home__container {
    height: clamp(800px, 34.6666666667vw, 1040px);
  }
}
.hero-home__text-container {
  margin-top: clamp(40px, 5.5555555556vw, 80px);
}
@media only screen and (min-width: 1921px) {
  .hero-home__text-container {
    margin-top: clamp(80px, 3.4666666667vw, 104px);
  }
}

.intro-home__container {
  align-items: center;
}
.intro-home__container-gradient {
  margin-top: clamp(45px, 4.1666666667vw, 60px);
}
@media only screen and (min-width: 1921px) {
  .intro-home__container-gradient {
    margin-top: clamp(60px, 2.6vw, 78px);
  }
}
.intro-home__cards {
  display: grid;
  column-gap: clamp(16px, 2.2222222222vw, 32px);
  row-gap: 20px;
  margin-top: clamp(16px, 2.2222222222vw, 32px);
}
@media only screen and (min-width: 1025px) {
  .intro-home__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1921px) {
  .intro-home__cards {
    column-gap: clamp(32px, 1.3866666667vw, 41.6px);
    row-gap: clamp(20px, 0.8666666667vw, 26px);
    margin-top: clamp(32px, 1.3866666667vw, 41.6px);
  }
}
.intro-home__card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(12px, 1.3888888889vw, 20px) clamp(12px, 1.3888888889vw, 20px) 12px;
}
@media only screen and (min-width: 1921px) {
  .intro-home__card {
    padding: clamp(20px, 0.8666666667vw, 26px) clamp(20px, 0.8666666667vw, 26px) clamp(12px, 0.52vw, 15.6px);
  }
}
.intro-home__card-image {
  max-width: 380px;
}
@media only screen and (min-width: 1921px) {
  .intro-home__card-image {
    max-width: clamp(380px, 16.4666666667vw, 494px);
  }
}

.services-home {
  z-index: -2;
}
.services-home__cards {
  display: grid;
  gap: clamp(16px, 2.2222222222vw, 32px);
  margin-top: clamp(35px, 3.4722222222vw, 50px);
}
@media only screen and (max-width: 1024px) {
  .services-home__cards {
    gap: 50px;
  }
}
.services-home__card {
  display: grid;
  gap: clamp(16px, 2.2222222222vw, 32px);
}
@media only screen and (min-width: 1025px) {
  .services-home__card {
    grid-template-columns: repeat(2, 1fr);
  }
}
.services-home__card-image {
  border-radius: 30px 30px 30px 0;
}
@media only screen and (max-width: 1024px) {
  .services-home__card-image {
    grid-row: 1;
  }
}
.services-home__card-text-container {
  border-radius: 30px 30px 0 30px;
}
@media only screen and (max-width: 1024px) {
  .services-home__card-text-container {
    border-radius: 0 30px 30px 30px;
  }
}
.services-home__card-watermark {
  height: 100%;
  inset-block: 0;
  opacity: 65%;
  right: 0;
}
@media only screen and (min-width: 1025px) {
  .services-home__card:nth-child(odd) .services-home__card-text-container {
    order: 2;
    border-radius: 30px 30px 30px 0;
  }
  .services-home__card:nth-child(odd) .services-home__card-image {
    order: 1;
    border-radius: 30px 30px 0 30px;
  }
}
.services-home__card:nth-child(odd) .services-home__card-watermark {
  left: 0;
  right: auto;
}
.services-home__card-text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(10px, 1.3888888889vw, 20px);
  padding: clamp(20px, 4.1666666667vw, 60px);
}

.news-home__container {
  transform: translateY(calc(clamp(120px, 13.1944444444vw, 190px) * -1));
  margin-bottom: calc(clamp(120px, 13.1944444444vw, 190px) * -1);
}
@media only screen and (min-width: 1025px) {
  .news-home__container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (min-width: 1921px) {
  .news-home__container {
    transform: translateY(calc(clamp(190px, 8.2333333333vw, 247px) * -1));
    margin-bottom: calc(clamp(190px, 8.2333333333vw, 247px) * -1);
  }
}
.news-home__posts-bg {
  margin-top: clamp(160px, 15.2777777778vw, 220px);
  padding-bottom: clamp(55px, 6.5972222222vw, 95px);
  overflow: visible;
}
@media only screen and (min-width: 1921px) {
  .news-home__posts-bg {
    margin-top: clamp(220px, 9.5333333333vw, 286px);
    padding-bottom: clamp(95px, 4.1166666667vw, 123.5px);
  }
}
.news-home__cta-container {
  margin-top: clamp(24px, 3.8888888889vw, 56px);
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 1921px) {
  .news-home__cta-container {
    margin-top: clamp(56px, 2.4266666667vw, 72.8px);
  }
}

.intro-about__img-container {
  margin-top: clamp(30px, 4.1666666667vw, 60px);
}
.intro-about__heading {
  margin-top: clamp(30px, 4.1666666667vw, 60px);
}

.cards-about__container {
  display: grid;
  gap: clamp(80px, 11.1111111111vw, 160px);
}
.cards-about__card {
  display: grid;
  gap: clamp(40px, 5.5555555556vw, 80px);
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .cards-about__card {
    gap: clamp(20px, 3.90625vw, 40px);
  }
}
@media only screen and (min-width: 1025px) {
  .cards-about__card {
    grid-template-columns: 1fr 2fr;
  }
}
.cards-about__info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
  justify-content: space-between;
}
.cards-about__info h3 {
  margin-bottom: 10px;
}
@media only screen and (min-width: 1921px) {
  .cards-about__info {
    gap: clamp(20px, 0.8666666667vw, 26px);
  }
  .cards-about__info h3 {
    margin-bottom: clamp(10px, 0.4333333333vw, 13px);
  }
}
.cards-about__logo img {
  max-height: clamp(100px, 14.6484375vw, 150px);
}
@media only screen and (min-width: 1921px) {
  .cards-about__logo img {
    max-height: clamp(150px, 6.5vw, 195px);
  }
}
.cards-about__img-container {
  aspect-ratio: 16/12;
  max-width: 500px;
  border-radius: 30px 30px 0 30px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .cards-about__img-container {
    aspect-ratio: auto;
    max-width: 100%;
    height: clamp(240px, 46.875vw, 480px);
  }
}
@media only screen and (min-width: 1921px) {
  .cards-about__img-container {
    max-width: clamp(500px, 21.6666666667vw, 650px);
  }
}
.cards-about__img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cards-about__text {
  position: relative;
  padding: clamp(30px, 4.1666666667vw, 60px) 0 clamp(30px, 4.1666666667vw, 60px) clamp(50px, 6.9444444444vw, 100px);
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  .cards-about__text {
    padding: clamp(20px, 3.90625vw, 40px);
  }
}
@media only screen and (min-width: 1921px) {
  .cards-about__text {
    padding: clamp(60px, 2.6vw, 78px) 0 clamp(60px, 2.6vw, 78px) clamp(100px, 4.3333333333vw, 130px);
  }
}
.cards-about__text::before, .cards-about__text::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f3f7ff;
  border-radius: 30px 30px 30px 0;
}
.cards-about__text::after {
  transform: scaleX(2);
  transform-origin: left;
}

.intro-services__list {
  display: flex;
  gap: clamp(16px, 2.2222222222vw, 32px);
  align-items: center;
}
@media only screen and (min-width: 1921px) {
  .intro-services__list {
    gap: clamp(32px, 1.3866666667vw, 41.6px);
  }
}
@media only screen and (max-width: 767px) {
  .intro-services__list {
    flex-direction: column;
    align-items: flex-start;
  }
}
.intro-services__list-item {
  display: flex;
  gap: 12px;
  align-items: center;
}
@media only screen and (min-width: 1921px) {
  .intro-services__list-item {
    gap: clamp(12px, 0.52vw, 15.6px);
  }
}
.intro-services__list-item img {
  width: clamp(60px, 5.5555555556vw, 80px);
}
@media only screen and (min-width: 1921px) {
  .intro-services__list-item img {
    width: clamp(80px, 3.4666666667vw, 104px);
  }
}

.cards-services__container {
  display: grid;
  gap: clamp(40px, 5.5555555556vw, 80px);
}
@media only screen and (min-width: 1921px) {
  .cards-services__container {
    gap: clamp(80px, 3.4666666667vw, 104px);
  }
}
.cards-services__card {
  display: grid;
  gap: clamp(20px, 2.7777777778vw, 40px);
  align-items: center;
}
@media only screen and (min-width: 1921px) {
  .cards-services__card {
    gap: clamp(40px, 1.7333333333vw, 52px);
  }
}
@media only screen and (min-width: 1025px) {
  .cards-services__card {
    grid-template-columns: 1fr 1.4fr;
    align-items: stretch;
  }
  .cards-services__card--flip {
    grid-template-columns: 1.4fr 1fr;
  }
}
.cards-services__info {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 2.7777777778vw, 40px);
}
@media only screen and (min-width: 1921px) {
  .cards-services__info {
    gap: clamp(40px, 1.7333333333vw, 52px);
  }
}
@media only screen and (min-width: 1025px) {
  .cards-services__img-container {
    height: max(100%, 640px);
    min-height: clamp(500px, 44.4444444444vw, 640px);
  }
}
@media only screen and (max-width: 1024px) {
  .cards-services__img-container {
    border-radius: 30px 30px 30px 0;
    max-width: 100%;
    width: 100%;
    height: clamp(225px, 37.109375vw, 380px);
  }
}
.cards-services__img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cards-services__text {
  position: relative;
  justify-content: center;
  padding: clamp(30px, 4.1666666667vw, 60px) 0 clamp(30px, 4.1666666667vw, 60px) clamp(50px, 6.9444444444vw, 100px);
}
@media only screen and (max-width: 1024px) {
  .cards-services__text {
    padding: clamp(30px, 4.1666666667vw, 60px) 20px;
  }
}
@media only screen and (min-width: 1921px) {
  .cards-services__text {
    padding: clamp(60px, 2.6vw, 78px) 0 clamp(60px, 2.6vw, 78px) clamp(100px, 4.3333333333vw, 130px);
  }
}
.cards-services__text::before, .cards-services__text::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f3f7ff;
  border-radius: 0 30px 30px 30px;
}
.cards-services__text::after {
  transform: scaleX(2);
  transform-origin: left;
}
.cards-services__text--flip {
  padding: clamp(30px, 4.1666666667vw, 60px) clamp(50px, 6.9444444444vw, 100px) clamp(30px, 4.1666666667vw, 60px) 0;
}
@media only screen and (max-width: 1024px) {
  .cards-services__text--flip {
    grid-row: 2;
    padding: clamp(30px, 4.1666666667vw, 60px) 20px;
  }
}
@media only screen and (min-width: 1921px) {
  .cards-services__text--flip {
    padding: clamp(60px, 2.6vw, 78px) clamp(100px, 4.3333333333vw, 130px) clamp(60px, 2.6vw, 78px) 0;
  }
}
.cards-services__text--flip::before {
  border-radius: 30px 0 30px 30px;
}
.cards-services__text--flip::after {
  transform: scaleX(2);
  transform-origin: right;
}
@media only screen and (max-width: 1024px) {
  .cards-services__card--flip .cards-services__img-container {
    border-radius: 30px 30px 0 30px;
  }
}
.cards-services__card--flip .cards-services__watermark {
  right: 0;
  left: auto;
  object-position: right;
}
@media only screen and (min-width: 1921px) {
  .cards-services__diagram img {
    width: clamp(810px, 35.1vw, 1053px);
  }
}
.cards-services__watermark {
  max-height: 50%;
  max-width: 50%;
  opacity: 65%;
  left: 0;
  bottom: 0;
  object-fit: contain !important;
  object-position: left;
}

.banner-services {
  margin-top: clamp(40px, 5.5555555556vw, 80px);
}
@media only screen and (min-width: 1921px) {
  .banner-services {
    margin-top: clamp(80px, 3.4666666667vw, 104px);
  }
}
.banner-services a {
  color: #fff;
  font-weight: 700;
  transition: 0.3s ease;
}
.banner-services a:hover {
  text-decoration: underline;
}

.actions-services {
  margin-top: clamp(40px, 5.5555555556vw, 80px);
}
@media only screen and (min-width: 1921px) {
  .actions-services {
    margin-top: clamp(80px, 3.4666666667vw, 104px);
  }
}
.interest-fields-services {
  margin-top: clamp(40px, 5.5555555556vw, 80px);
}
@media only screen and (min-width: 1921px) {
  .interest-fields-services {
    margin-top: clamp(80px, 3.4666666667vw, 104px);
  }
}
.interest-fields-services__cards {
  margin-top: clamp(20px, 2.7777777778vw, 40px);
  display: grid;
  gap: clamp(20px, 9.7222222222vw, 140px);
}
@media only screen and (min-width: 1921px) {
  .interest-fields-services__cards {
    margin-top: clamp(40px, 1.7333333333vw, 52px);
    gap: clamp(140px, 6.0666666667vw, 182px);
  }
}
@media only screen and (min-width: 1025px) {
  .interest-fields-services__cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
.interest-fields-services__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(20px, 2.7777777778vw, 40px);
}
@media only screen and (min-width: 1921px) {
  .interest-fields-services__card {
    margin-top: clamp(40px, 1.7333333333vw, 52px);
  }
}
.interest-fields-services__img-container {
  max-width: clamp(110px, 13.0555555556vw, 188px);
}

.contact-form form {
  width: 100%;
  display: grid;
  column-gap: clamp(20px, 2.7777777778vw, 40px);
  row-gap: clamp(12px, 1.3888888889vw, 20px);
}
@media only screen and (min-width: 1025px) {
  .contact-form form {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1921px) {
  .contact-form form {
    column-gap: clamp(40px, 1.7333333333vw, 52px);
    row-gap: clamp(20px, 0.8666666667vw, 26px);
  }
}
@media only screen and (min-width: 1025px) {
  .contact-form__field--full {
    grid-column: span 2;
  }
}
.contact-form__field input, .contact-form__field textarea {
  width: 100%;
  padding: clamp(10px, 1.3888888889vw, 20px);
  border-radius: clamp(8px, 0.9722222222vw, 14px);
  color: #747474;
  border: solid 1px rgba(0, 110, 188, 0.5);
  outline: none;
}
@media only screen and (min-width: 1921px) {
  .contact-form__field input, .contact-form__field textarea {
    border-radius: clamp(14px, 0.6066666667vw, 18.2px);
    padding: clamp(20px, 0.8666666667vw, 26px);
  }
}
.contact-form__field textarea {
  resize: vertical;
}
.contact-form__acceptance {
  margin-top: clamp(10px, 1.3888888889vw, 20px);
  width: 100%;
}
@media only screen and (min-width: 1921px) {
  .contact-form__acceptance {
    margin-top: clamp(20px, 0.8666666667vw, 26px);
  }
}
.contact-form__acceptance p {
  margin: 0;
  text-align: center;
}
.contact-form__acceptance label {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #747474;
}
@media only screen and (min-width: 1921px) {
  .contact-form__acceptance label {
    gap: clamp(12px, 0.52vw, 15.6px);
  }
}
.contact-form__acceptance label input {
  width: revert;
  padding: revert;
  border-radius: revert;
  color: revert;
}
.contact-form__acceptance input[type=checkbox] {
  appearance: none;
  background-color: #fff;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 1px solid #006ebc;
  position: relative;
}
.contact-form__acceptance input[type=checkbox]::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  top: 2px;
  left: 2px;
  background-color: #63d3ff;
  transform: scale(0);
  transition: all 0.3s ease;
}
.contact-form__acceptance input[type=checkbox]:checked::before {
  transform: scale(1);
}
@media only screen and (min-width: 1921px) {
  .contact-form__acceptance input[type=checkbox] {
    width: clamp(20px, 0.6770833333vw, 26px);
    height: clamp(20px, 0.6770833333vw, 26px);
  }
  .contact-form__acceptance input[type=checkbox]::before {
    width: clamp(14px, 0.4739583333vw, 18.2px);
    height: clamp(14px, 0.4739583333vw, 18.2px);
    top: clamp(2px, 0.0677083333vw, 2.6px);
    left: clamp(2px, 0.0677083333vw, 2.6px);
  }
}
@media only screen and (min-width: 1025px) {
  .contact-form__acceptance {
    grid-column: span 2;
    justify-self: center;
  }
}
.contact-form__button {
  justify-self: center;
}
.contact-form input[type=submit] {
  background-color: transparent;
  border: none;
  color: #fff;
  width: revert;
  padding: revert;
  border-radius: revert;
  color: #fff;
}
.contact-form .wpcf7-spinner {
  position: absolute;
}

.contact-info__social {
  display: flex;
  gap: 16px;
  align-items: flex-end;
  justify-content: center;
}
@media only screen and (min-width: 1921px) {
  .contact-info__social {
    gap: clamp(16px, 0.6933333333vw, 20.8px);
  }
}
@media only screen and (max-width: 640px) {
  .contact-info__social {
    flex-wrap: wrap;
  }
  .contact-info__social span {
    width: 100%;
  }
}
.contact-info__social a {
  font-size: clamp(20px, 1.6666666667vw, 24px);
  font-weight: 600;
  transition: 0.3s ease;
}
@media only screen and (min-width: 1921px) {
  .contact-info__social a {
    font-size: clamp(24px, 1.04vw, 31.2px);
  }
}
.contact-info__social a:hover {
  color: #1b3281;
}

/*# sourceMappingURL=main.css.map */
