@charset "UTF-8";
/* 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;
}
.heading-xl {
  font-size: clamp(65px, 5.2083333333vw, 100px);
  line-height: 1.1;
}
@media only screen and (min-width: 1921px) {
  .heading-xl {
    font-size: clamp(100px, 3.90625vw, 150px);
  }
}

.heading-l {
  font-size: clamp(33px, 2.6041666667vw, 50px);
}
@media only screen and (min-width: 1921px) {
  .heading-l {
    font-size: clamp(50px, 1.953125vw, 75px);
  }
}

h1,
.heading-ml {
  font-size: clamp(23px, 1.8229166667vw, 35px);
  font-weight: 300;
}
@media only screen and (min-width: 1921px) {
  h1,
  .heading-ml {
    font-size: clamp(35px, 1.3671875vw, 52.5px);
  }
}

h2,
.heading {
  font-size: clamp(22px, 1.71875vw, 33px);
}
@media only screen and (min-width: 1921px) {
  h2,
  .heading {
    font-size: clamp(33px, 1.2890625vw, 49.5px);
  }
}

h3,
.heading-ms {
  font-size: clamp(20px, 1.5625vw, 30px);
}
@media only screen and (min-width: 1921px) {
  h3,
  .heading-ms {
    font-size: clamp(30px, 1.171875vw, 45px);
  }
}

h4,
.heading-s {
  font-size: clamp(18px, 1.4583333333vw, 28px);
}
@media only screen and (min-width: 1921px) {
  h4,
  .heading-s {
    font-size: clamp(28px, 1.09375vw, 42px);
  }
}

/*
.text-l {
  font-size: cross-media(??px, 1920px, ??px);

  @include view(xxl) {
    font-size: cross-media(??px, 3840px, calc(??px * $xxl-scale));
  }
}
*/
/*
.text-ml {
  font-size: cross-media(??px, 1920px, ??px);

  @include view(xxl) {
    font-size: cross-media(??px, 3840px, calc(??px * $xxl-scale));
  }
}
*/
p,
.text {
  font-size: clamp(13px, 1.3333333333vw, 20px);
}
@media only screen and (min-width: 1921px) {
  p,
  .text {
    font-size: clamp(20px, 0.78125vw, 30px);
  }
}

.button {
  font-size: clamp(12px, 1.3333333333vw, 20px);
}
@media only screen and (min-width: 1921px) {
  .button {
    font-size: clamp(20px, 0.78125vw, 30px);
  }
}

.text-ms {
  font-size: clamp(12px, 1.0666666667vw, 16px);
}
@media only screen and (min-width: 1921px) {
  .text-ms {
    font-size: clamp(16px, 0.625vw, 24px);
  }
}

.text-s {
  font-size: clamp(12px, 0.8666666667vw, 13px);
}
@media only screen and (min-width: 1921px) {
  .text-s {
    font-size: clamp(13px, 0.5078125vw, 19.5px);
  }
}

.body {
  overflow-x: hidden;
  background-color: #ced0d7;
  font-family: "Commissioner", system-ui;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "slnt" 0, "FLAR" 0, "VOLM" 0;
}

main {
  overflow-x: hidden;
}

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

button {
  cursor: pointer;
}

p {
  font-size: inherit;
}

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

.boxed {
  max-width: 1540px;
  padding-inline: 40px;
}
@media only screen and (min-width: 1921px) {
  .boxed {
    max-width: clamp(1500px, 72.9166666667vw, 2800px);
  }
}
@media only screen and (max-width: 1024px) {
  .boxed {
    padding-inline: 20px;
  }
}

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

@media only screen and (max-width: 1024px) {
  .boxed-mobile {
    max-width: 1540px;
    padding-inline: 20px;
  }
}

.boxed-sm {
  max-width: 1120px;
  padding-inline: 40px;
}
@media only screen and (min-width: 1921px) {
  .boxed-sm {
    max-width: clamp(1080px, 50vw, 1920px);
  }
}

@media only screen and (min-width: 1921px) {
  .boxed-4k {
    max-width: clamp(1500px, 72.9166666667vw, 2800px);
    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: 1500px) {
  .push-left {
    margin-left: calc((100vw - 1500px) / 2);
  }
}
@media only screen and (min-width: 1921px) {
  .push-left {
    margin-left: calc((100vw - clamp(1500px, 72.9166666667vw, 2800px)) / 2);
  }
}

@media only screen and (min-width: 1500px) {
  .push-right {
    margin-right: calc((100vw - 1500px) / 2);
  }
}
@media only screen and (min-width: 1921px) {
  .push-right {
    margin-right: calc((100vw - clamp(1500px, 72.9166666667vw, 2800px)) / 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.125vw, 120px);
  }
}

.first-section {
  padding-block: clamp(100px, 19.53125vw, 200px) clamp(75px, 9.765625vw, 100px);
}
@media only screen and (min-width: 1921px) {
  .first-section {
    padding-block: clamp(200px, 7.8125vw, 300px) clamp(100px, 3.90625vw, 150px);
  }
}

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

.basic-section {
  padding-block: clamp(50px, 6.6666666667vw, 100px);
}
@media only screen and (min-width: 1921px) {
  .basic-section {
    padding-block: clamp(100px, 3.90625vw, 150px);
  }
}

.last-section {
  padding-bottom: clamp(40px, 13.3333333333vw, 200px);
}
@media only screen and (min-width: 1921px) {
  .last-section {
    padding-bottom: clamp(200px, 7.8125vw, 300px);
  }
}

.text-container {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 2.6666666667vw, 40px);
}
@media only screen and (min-width: 1921px) {
  .text-container {
    gap: clamp(40px, 1.5625vw, 60px);
  }
}
.text-container--center {
  align-items: center;
}

.thin {
  font-weight: 100;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.semibold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.extrabold {
  font-weight: 700;
}

.italic {
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

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

.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;
  }
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.radius {
  border-radius: 35px;
}

.black {
  color: #273449;
}

.white {
  color: #fff;
}

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

.primary {
  color: #0b76bd;
}

.primary-bg {
  background-color: #0b76bd;
}

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

.accent {
  color: #6ccff6;
}

.accent-bg {
  background-color: #6ccff6;
}

.gradient-blue {
  background: linear-gradient(90deg, #0b76bd, #6ccff6);
}

.gradient-green {
  background: linear-gradient(90deg, #00a8aa, #33beaa);
}

.gradient-white {
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.header {
  position: fixed;
  z-index: 100;
  inset-inline: 0;
  background-color: rgba(255, 255, 255, 0.2);
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  padding-block: clamp(20px, 2.6666666667vw, 40px);
}
@media only screen and (min-width: 1921px) {
  .header {
    padding-block: clamp(40px, 1.5625vw, 60px);
  }
}
.header:before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0;
  backdrop-filter: blur(10px);
}
.header--sticky:before {
  opacity: 1;
}
.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 {
  max-width: clamp(80px, 15.625vw, 160px);
}
@media only screen and (min-width: 1921px) {
  .header__container img {
    max-width: clamp(160px, 6.25vw, 240px);
  }
}
.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 40px;
    background-color: #fff;
    visibility: visible;
    opacity: 1;
    transform: translateX(0%);
    transition: all ease 300ms;
  }
}
@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 (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 #0b76bd;
  }
  .main-menu__list li:last-child {
    border-bottom: none;
  }
}
.main-menu__list a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1px;
  width: fit-content;
  font-size: clamp(14px, 1.5625vw, 16px);
  font-weight: 400;
  text-transform: uppercase;
  color: #273449;
  transition: color ease 300ms;
}
@media only screen and (min-width: 1921px) {
  .main-menu__list a {
    font-size: clamp(16px, 0.625vw, 24px);
  }
}
@media only screen and (max-width: 1024px) {
  .main-menu__list a {
    align-items: revert;
    font-size: 20px;
    padding-block: 20px;
  }
}
.main-menu__list a:hover {
  color: #6ccff6;
}
.main-menu__list ul {
  position: absolute;
  padding: 16px 16px;
  margin-top: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  visibility: hidden;
  opacity: 0;
  transition: all ease 300ms;
}
@media only screen and (max-width: 1024px) {
  .main-menu__list ul {
    position: revert;
    display: none;
    padding: revert;
  }
}
.main-menu__list ul a {
  text-transform: none;
}
.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 {
  background-repeat: no-repeat;
  background-size: cover;
}
.hero__img {
  max-height: 460px;
}
@media only screen and (min-width: 1921px) {
  .hero__img {
    max-height: clamp(460px, 17.96875vw, 690px);
  }
}
.hero__wysiwyg {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 2.6666666667vw, 40px);
}
.hero__wysiwyg p {
  font-size: clamp(13px, 1.953125vw, 20px);
}
@media only screen and (min-width: 1921px) {
  .hero__wysiwyg p {
    font-size: clamp(20px, 0.78125vw, 30px);
  }
}
.hero__wysiwyg h3 {
  font-size: clamp(22px, 3.22265625vw, 33px);
}
@media only screen and (min-width: 1921px) {
  .hero__wysiwyg h3 {
    font-size: clamp(33px, 1.2890625vw, 49.5px);
  }
}

.stacked-items-section {
  position: relative;
}

.stacked-items {
  position: relative;
  background-color: #ced0d7;
}
.stacked-items__item {
  position: absolute;
  inset-inline: 0;
  padding-block: 20px 160px;
  background: linear-gradient(to bottom, #fff 0%, #ced0d7 100%);
}
.stacked-items__item-container {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
.stacked-items__heading {
  padding-block: 20px;
}
@media only screen and (min-width: 1500px) {
  .stacked-items__text-container {
    max-width: 50%;
  }
}
.stacked-items__img-container img {
  aspect-ratio: 7/8;
  object-fit: cover;
  max-height: 800px;
  width: 100%;
}

@media only screen and (min-width: 1025px) {
  .cards-alternate__item {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1025px) {
  .cards-alternate__item:nth-child(even) {
    grid-template-columns: 1fr 1fr;
  }
  .cards-alternate__item:nth-child(even) .cards-alternate__item-text-container {
    order: 1;
  }
  .cards-alternate__item:nth-child(even) .cards-alternate__item-img-container {
    order: 2;
  }
  .cards-alternate__item:not(:nth-child(even)) .cards-alternate__item-img-container {
    order: 1;
  }
  .cards-alternate__item:not(:nth-child(even)) .cards-alternate__item-text-container {
    order: 2;
  }
}
.cards-alternate__item-img-container {
  align-self: center;
}
.cards-alternate__item-img-container img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.cards-alternate__item-text-container {
  padding: clamp(40px, 5.3333333333vw, 80px);
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 1.3333333333vw, 20px);
}
.cards-alternate__item-text-container::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: #fff;
}
@media only screen and (min-width: 1025px) {
  .cards-alternate__item-text-container::before {
    transform-origin: right;
    transform: scaleX(1.05) scaleY(0.9);
  }
}
@media only screen and (min-width: 1025px) {
  .cards-alternate__item:nth-child(even) .cards-alternate__item-text-container::before {
    transform-origin: left;
  }
  .cards-alternate__item:not(:nth-child(even)) .cards-alternate__item-text-container::before {
    transform-origin: right;
  }
}
@media only screen and (min-width: 1921px) {
  .cards-alternate__item-text-container {
    padding: clamp(80px, 3.125vw, 120px);
  }
}

.gradient-overflow-card {
  --peek: cross-media(75px, $box, 150px);
  margin-bottom: var(--peek);
}
@media only screen and (max-width: 1024px) {
  .gradient-overflow-card {
    margin-bottom: revert;
  }
}
.gradient-overflow-card__inner {
  padding: clamp(40px, 5.3333333333vw, 80px);
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1921px) {
  .gradient-overflow-card__inner {
    padding: clamp(80px, 3.125vw, 120px);
  }
}
@media only screen and (max-width: 1024px) {
  .gradient-overflow-card__inner {
    padding: clamp(40px, 5.3333333333vw, 80px);
  }
}
.gradient-overflow-card__inner--clipped {
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0 85%);
}
@media only screen and (max-width: 1024px) {
  .gradient-overflow-card__inner--clipped {
    clip-path: revert;
  }
}
.gradient-overflow-card__overflow-img {
  position: relative;
  z-index: 0;
  padding-inline: clamp(40px, 5.3333333333vw, 80px);
  transform: translateY(10%);
}
@media only screen and (min-width: 1921px) {
  .gradient-overflow-card__overflow-img {
    padding-inline: clamp(80px, 3.125vw, 120px);
  }
}
@media only screen and (max-width: 1024px) {
  .gradient-overflow-card__overflow-img {
    margin-top: revert;
    padding-inline: revert;
    padding-bottom: revert;
    transform: revert;
  }
}
.gradient-overflow-card__overflow-img img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.archive-grid {
  position: relative;
  display: grid;
  gap: clamp(40px, 5.3333333333vw, 80px);
}
@media only screen and (min-width: 1025px) {
  .archive-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.archive-grid__bottom {
  display: grid;
  place-content: center;
  padding-block: clamp(16px, 2.1333333333vw, 32px);
}
.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(39, 52, 73, 0.3);
}

.simple-page__text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.carousel__track {
  overflow-x: hidden;
}
.carousel__container {
  display: flex;
}
@media only screen and (min-width: 1025px) {
  .carousel__container {
    gap: 16px;
  }
}
.carousel__slide {
  color: #273449;
  cursor: grab;
}
.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;
}
.carousel__controls {
  display: flex;
  align-items: center;
  gap: clamp(20px, 4.0363269425vw, 40px);
  margin-top: clamp(40px, 8.072653885vw, 80px);
  margin-inline: auto;
}
.carousel__dots {
  display: flex;
  align-items: center;
  width: 100%;
}
.carousel__dot {
  height: 2px;
  width: 100%;
  background-color: rgba(39, 52, 73, 0.3);
  cursor: pointer;
}
.carousel .glide__bullet--active {
  background-color: #273449;
}

.tabs__buttons {
  display: flex;
}
.tabs__button {
  padding: clamp(8px, 1.5625vw, 16px) clamp(16px, 3.125vw, 32px);
  border: solid 1px rgba(11, 118, 189, 0.2);
  cursor: pointer;
  transition: all ease 300ms;
}
.tabs__button:hover {
  border: solid 1px #0b76bd;
}
.tabs__button--active {
  background-color: #0b76bd;
  color: #ced0d7;
}
.tabs__content {
  padding: clamp(8px, 1.5625vw, 16px);
}
.tabs__content--hidden {
  display: none;
}

.accordion__item {
  border: solid 1px rgba(11, 118, 189, 0.2);
  transition: border ease 300ms;
}
.accordion__item:hover {
  border: solid 1px #0b76bd;
}
.accordion__item--open {
  border: solid 1px #0b76bd;
}
.accordion__button, .accordion__text {
  padding: clamp(8px, 1.5625vw, 16px);
}
.accordion__button {
  cursor: pointer;
  transition: all ease 300ms;
}
.accordion__button--active {
  background-color: #0b76bd;
  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.5625vw, 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, 4.6875vw, 48px);
  background-color: rgba(39, 52, 73, 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, 3.90625vw, 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__top {
  background-color: #fff;
}
.footer__container {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .footer__container {
    flex-direction: column-reverse;
    gap: 40px;
  }
}
.footer ul {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  text-decoration: none;
  list-style-type: none;
}
.footer__info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 100px;
}
@media only screen and (max-width: 1024px) {
  .footer__info {
    row-gap: 40px;
  }
}
.footer__info-heading {
  padding-bottom: 8px;
}
.footer__contact-info {
  max-width: 100px;
}
.footer__social-links {
  display: flex;
  gap: 20px;
}
@media only screen and (min-width: 1025px) {
  .footer__certifications {
    grid-column: 2/3;
  }
}
.footer__certifications-img-container {
  max-width: 60px;
}
.footer__bottom-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 500;
}
.footer__bottom-container a {
  color: #273449;
  font-weight: 500;
}

.footer-menu__list {
  max-height: 100px;
  column-count: 2;
  column-gap: 80px;
}
.footer-menu__list a {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.loader {
  display: grid;
  place-content: center;
  background-color: #ced0d7;
  position: fixed;
  inset: 0;
  z-index: 999;
}
.loader__spinner {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  border: 4px solid #0b76bd;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.loader__spinner::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 8px;
  top: 8px;
  border: 4px solid #0b76bd;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader__percentage {
  padding: 20px;
  text-align: center;
  color: #0b76bd;
}

.language-switcher a {
  color: #273449;
}

.button {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  text-decoration: none;
  list-style-type: none;
  display: flex;
  gap: clamp(5px, 0.6666666667vw, 10px);
  align-items: center;
}
.button::after {
  content: "\e900";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: transform 300ms;
  transform: translateX(0);
  font-size: 10px;
}
.button:hover::after, .button:focus::after {
  transform: translateX(6px);
}

.link {
  color: #0b76bd;
  display: flex;
  gap: clamp(5px, 0.6666666667vw, 10px);
  justify-content: end;
  align-items: center;
}
.link::after {
  content: "\e900";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: transform 300ms;
  transform: translateX(0);
  font-size: 10px;
}
.link:hover::after, .link:focus::after {
  transform: translateX(6px);
}

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

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

.post-card__text-container {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 1.3333333333vw, 20px);
}
.post-card__heading {
  margin-top: 20px;
}
.post-card__exceprt {
  color: #273449;
}
.post-card img {
  aspect-ratio: 12/9;
  object-fit: cover;
}

.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: 36px;
  height: 3px;
  background: #0b76bd;
  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: 36px;
  height: 3px;
  background: #0b76bd;
  transition: all 0.5s ease-in-out;
}
.hamburger__button:before {
  transform: translateY(-10px);
}
.hamburger__button:after {
  transform: translateY(10px);
}

.back-to-top {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: clamp(24px, 4.6875vw, 48px);
  padding: clamp(12px, 2.34375vw, 24px);
  background-color: #6ccff6;
  color: #fff;
  opacity: 0;
  transform: rotate(-90deg);
  transition: opacity ease 0.2s;
  cursor: pointer;
}
.back-to-top--visible {
  visibility: visible;
  opacity: 1;
}
.back-to-top::after {
  content: "\e900";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.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 {
  min-height: 100vh;
  min-height: 100dvh;
}
.hero-home__container {
  min-height: 100vh;
  min-height: 100dvh;
  display: grid;
}
@media only screen and (min-width: 1025px) {
  .hero-home__container {
    grid-template-columns: 1fr 3fr;
    align-items: center;
  }
}
@media only screen and (max-width: 1024px) {
  .hero-home__container {
    min-height: 75vh;
    min-height: 75dvh;
    padding-top: clamp(90px, 15.6453715776vw, 120px);
  }
}
.hero-home__img-container {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.hero-home__img-container picture, .hero-home__img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-home__heading {
  padding-bottom: 20px;
}

.intro-home {
  background: linear-gradient(90deg, transparent 0%, #fff 50%, transparent 100%);
}

@media only screen and (min-width: 1025px) {
  .about-home__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.about-home__img-container img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
@media only screen and (min-width: 1025px) {
  .about-home__img-container {
    transform: translateY(10%);
  }
}
.about-home__text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(40px, 5.3333333333vw, 80px);
}
@media only screen and (min-width: 1921px) {
  .about-home__text-container {
    padding: clamp(80px, 3.125vw, 120px);
  }
}
.about-home__text-container::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, #33beaa, #0b76bd);
}
@media only screen and (min-width: 1025px) {
  .about-home__text-container::before {
    transform-origin: right;
    transform: scaleX(1.2);
  }
}

.services-home__text-container {
  display: flex;
  justify-content: space-between;
  padding: clamp(20px, 2.6666666667vw, 40px);
}
@media only screen and (max-width: 1024px) {
  .services-home__text-container {
    flex-direction: column;
  }
}
@media only screen and (min-width: 1921px) {
  .services-home__text-container {
    padding: clamp(40px, 1.5625vw, 60px);
  }
}
.services-home__text-container::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
@media only screen and (min-width: 1025px) {
  .services-home__text-container::before {
    transform: scaleY(4.1);
    transform-origin: top;
  }
}
.services-home__button-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .services-home__button-container {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .services-home__cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.services-home__cards .link::after {
  margin-left: auto;
  color: #fff;
}
.services-home__cards img {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 1025px) {
  .services-home__card--1 {
    transform: translateY(10%);
  }
}
.services-home__card:hover .link::after {
  transform: translateX(6px);
}
.services-home__cards-text-container {
  padding: clamp(20px, 2.6666666667vw, 40px);
}
@media only screen and (min-width: 1921px) {
  .services-home__cards-text-container {
    padding: clamp(40px, 1.5625vw, 60px);
  }
}

.products-home__heading {
  padding-block: clamp(10px, 1.3333333333vw, 20px);
}

.market-about__item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(10px, 1.3333333333vw, 20px);
}
.market-about__item::before {
  content: "✔";
}

.certifications__card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: clamp(30px, 4vw, 60px) clamp(40px, 5.3333333333vw, 80px);
}
@media only screen and (min-width: 1921px) {
  .certifications__card {
    padding: clamp(60px, 2.34375vw, 90px) clamp(80px, 3.125vw, 120px);
  }
}
@media only screen and (max-width: 1024px) {
  .certifications__card {
    flex-direction: column;
  }
}
.certifications__list {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 1.3333333333vw, 20px);
}
.certifications__item {
  color: #273449;
  transition: color ease 300ms;
}
.certifications__item:hover {
  color: #0b76bd;
}
.certifications__img-container {
  max-width: clamp(150px, 13.3333333333vw, 200px);
}

.list-services__container {
  display: flex;
  flex-direction: column;
  gap: clamp(75px, 10vw, 150px);
}
@media only screen and (min-width: 1921px) {
  .list-services__container {
    gap: clamp(150px, 5.859375vw, 225px);
  }
}

.info-research__list {
  display: grid;
  justify-items: center;
  gap: 40px;
}
@media only screen and (min-width: 1025px) {
  .info-research__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.info-research__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.info-research__item-img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  border-radius: 100%;
  background-color: #68cdce;
  padding: 40px;
}
.info-research__item-img-container img {
  max-width: 100px;
}

.downloads-sustainability__wrapper {
  background-color: #dee0e4;
  padding: clamp(40px, 5.3333333333vw, 80px) clamp(40px, 5.3333333333vw, 80px);
}
@media only screen and (min-width: 1921px) {
  .downloads-sustainability__wrapper {
    padding: clamp(80px, 3.125vw, 120px) clamp(80px, 3.125vw, 120px);
  }
}
.downloads-sustainability__container {
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 1024px) {
  .downloads-sustainability__container {
    flex-direction: column;
  }
}
.downloads-sustainability__item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(8px, 1.0666666667vw, 16px);
  border: solid 1px #0b76bd;
  border-radius: 60px;
  padding: clamp(6px, 0.8vw, 12px) clamp(12px, 1.6vw, 24px);
  text-align: center;
  transition: all 0.2s;
}
@media only screen and (min-width: 1921px) {
  .downloads-sustainability__item {
    padding: clamp(12px, 0.46875vw, 18px) clamp(24px, 0.9375vw, 36px);
  }
}
.downloads-sustainability__item::before {
  content: "\e90a";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #0b76bd;
  transition: color 0.2s;
}
.downloads-sustainability__item:hover {
  background-color: #0b76bd;
}
.downloads-sustainability__item:hover a {
  color: #fff;
}
.downloads-sustainability__item:hover::before {
  color: #fff;
}

@media only screen and (min-width: 1025px) {
  .list-sustainability__text {
    grid-column: span 2;
  }
}
.list-sustainability__list {
  display: grid;
  gap: clamp(40px, 5.3333333333vw, 80px);
  padding: clamp(40px, 5.3333333333vw, 80px) clamp(60px, 8vw, 120px);
}
@media only screen and (min-width: 1921px) {
  .list-sustainability__list {
    padding: clamp(80px, 3.125vw, 120px) clamp(120px, 4.6875vw, 180px);
  }
}
@media only screen and (min-width: 1025px) {
  .list-sustainability__list {
    grid-template-columns: 1fr 1fr;
  }
}
.list-sustainability__item {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 1024px) {
  .list-sustainability__item {
    flex-direction: column;
    text-align: center;
  }
}
.list-sustainability__item-img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  border-radius: 100%;
  background-color: #0b76bd;
  padding: 40px;
}
.list-sustainability__item-img-container img {
  max-width: 100px;
}

.productivity-facilities__header, .productivity-facilities__item {
  display: grid;
  align-items: center;
  padding-bottom: clamp(20px, 2.6666666667vw, 40px);
}
@media only screen and (min-width: 1025px) {
  .productivity-facilities__header, .productivity-facilities__item {
    grid-template-columns: 1fr 2fr 2fr;
    gap: clamp(40px, 5.3333333333vw, 80px);
  }
}
@media only screen and (max-width: 1024px) {
  .productivity-facilities__cell {
    display: grid;
    padding-bottom: 20px;
  }
}
.productivity-facilities__cell:before {
  content: attr(data-label);
  color: #273449;
  text-transform: uppercase;
  font-size: 12px;
}
@media only screen and (min-width: 1025px) {
  .productivity-facilities__cell:before {
    display: none;
  }
}
.productivity-facilities__item-img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  border-radius: 100%;
  background-color: #0b76bd;
  padding: 40px;
  max-width: 140px;
}
@media only screen and (max-width: 1024px) {
  .productivity-facilities__item-img-container {
    justify-self: center;
  }
}

.info-facilities__text-container {
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0 85%);
  padding: clamp(40px, 5.3333333333vw, 80px) clamp(40px, 5.3333333333vw, 80px) clamp(200px, 26.6666666667vw, 400px);
}
@media only screen and (min-width: 1921px) {
  .info-facilities__text-container {
    padding: clamp(80px, 3.125vw, 120px) clamp(80px, 3.125vw, 120px) clamp(400px, 15.625vw, 600px);
  }
}
@media only screen and (max-width: 1024px) {
  .info-facilities__text-container {
    padding: clamp(40px, 5.3333333333vw, 80px);
    clip-path: revert;
  }
}

.contact-intro {
  position: relative;
}
.contact-intro__map-container {
  position: relative;
  overflow: hidden;
  border: solid 8px #fff;
}
.contact-intro__map-container iframe {
  filter: grayscale(1);
  height: 800px;
  margin-block: -150px;
}
.contact-intro__map-container iframe .gm-style .place-card {
  display: none !important;
}
@media only screen and (min-width: 1921px) {
  .contact-intro__map-container iframe {
    height: clamp(800px, 40vw, 1200px);
    margin-block: calc(clamp(150px, 7.5vw, 225px) * -1);
  }
}
.contact-intro__wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  bottom: 0;
  left: 8px;
  width: calc(100% - 16px);
  max-width: 387px;
  height: fit-content;
}
@media only screen and (max-width: 767px) {
  .contact-intro__wrapper {
    top: 8px;
    transform: none;
  }
}
@media only screen and (max-width: 640px) {
  .contact-intro__wrapper {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1921px) {
  .contact-intro__wrapper {
    max-width: clamp(387px, 19.35vw, 580.5px);
    width: calc(100% - clamp(16px, 0.8vw, 24px));
    left: clamp(8px, 0.4vw, 12px);
  }
}
.contact-intro__info {
  width: 100%;
  background-color: #e4eec6;
  padding: clamp(20px, 2.6666666667vw, 40px);
  line-height: 1.3;
}
@media only screen and (min-width: 1921px) {
  .contact-intro__info {
    padding: clamp(40px, 2vw, 60px);
  }
}
.contact-intro__info a:not(.button) {
  color: #273449;
}

.contact-form {
  display: grid;
  justify-items: center;
}
.contact-form label {
  text-transform: uppercase;
  font-size: clamp(12px, 1.5625vw, 16px);
  font-weight: 400;
}
@media only screen and (min-width: 1921px) {
  .contact-form label {
    font-size: clamp(16px, 0.625vw, 24px);
  }
}
.contact-form .wpcf7 {
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .contact-form .wpcf7 {
    max-width: 1000px;
  }
}
.contact-form input:not([type=submit]):not([type=checkbox]), .contact-form textarea {
  width: 100%;
  padding-block: 20px;
  border: 1px solid transparent;
  outline: 1px solid transparent;
}
.contact-form input:not([type=submit]):not([type=checkbox]):focus, .contact-form textarea:focus {
  border: 1px solid #273449;
  outline: 1px solid #273449;
}
.contact-form textarea {
  max-height: 200px;
  max-width: 1000px;
}
@media only screen and (min-width: 1921px) {
  .contact-form textarea {
    max-width: clamp(1000px, 39.0625vw, 1500px);
    max-height: clamp(200px, 7.8125vw, 300px);
  }
}
.contact-form form {
  display: grid;
}
@media only screen and (min-width: 1025px) {
  .contact-form form {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
.contact-form .wpcf7-submit {
  background-color: transparent;
  border: none;
}
.contact-form .wpcf7-spinner {
  position: absolute;
}

@media only screen and (min-width: 1025px) {
  .contact__name, .contact__subject, .contact__textarea, .contact__submit-container {
    grid-column: span 2;
  }
}
.contact__submit-container {
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 1025px) {
  .contact__submit-container {
    align-items: end;
  }
}
@media only screen and (max-width: 1024px) {
  .contact__submit-container {
    flex-direction: column;
  }
}
.contact__form-acceptance span {
  text-transform: none;
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  .contact__form-button {
    margin-left: auto;
  }
}

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