/* 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;
}

@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(38px, 3.375vw, 54px);
}
@media only screen and (min-width: 1921px) {
  h1,
  .heading-l {
    font-size: clamp(54px, 2.34vw, 70.2px);
  }
}

.heading-ml {
  font-size: clamp(30px, 2.75vw, 44px);
}
@media only screen and (min-width: 1921px) {
  .heading-ml {
    font-size: clamp(44px, 1.9066666667vw, 57.2px);
  }
}

h2,
.heading {
  font-size: clamp(24px, 2.125vw, 34px);
}
@media only screen and (min-width: 1921px) {
  h2,
  .heading {
    font-size: clamp(34px, 1.4733333333vw, 44.2px);
  }
}

h3,
.heading-ms {
  font-size: clamp(20px, 1.5vw, 24px);
}
@media only screen and (min-width: 1921px) {
  h3,
  .heading-ms {
    font-size: clamp(24px, 1.04vw, 31.2px);
  }
}

h4,
.heading-s {
  font-size: clamp(18px, 1.25vw, 20px);
}
@media only screen and (min-width: 1921px) {
  h4,
  .heading-s {
    font-size: clamp(20px, 0.8666666667vw, 26px);
  }
}

.text-l {
  font-size: clamp(18px, 1.375vw, 22px);
}
@media only screen and (min-width: 1921px) {
  .text-l {
    font-size: clamp(22px, 0.9533333333vw, 28.6px);
  }
}

.text-ml {
  font-size: clamp(16px, 1.125vw, 18px);
}
@media only screen and (min-width: 1921px) {
  .text-ml {
    font-size: clamp(18px, 0.78vw, 23.4px);
  }
}

.text {
  font-size: clamp(14px, 1vw, 16px);
}
@media only screen and (min-width: 1921px) {
  .text {
    font-size: clamp(16px, 0.6933333333vw, 20.8px);
  }
}

.text-ms {
  font-size: 14px;
}
@media only screen and (min-width: 1921px) {
  .text-ms {
    font-size: clamp(14px, 0.6066666667vw, 18.2px);
  }
}

.text-s {
  font-size: 12px;
}
@media only screen and (min-width: 1921px) {
  .text-s {
    font-size: clamp(12px, 0.52vw, 15.6px);
  }
}

.text-xs {
  font-size: 10px;
}
@media only screen and (min-width: 1921px) {
  .text-xs {
    font-size: clamp(10px, 0.4333333333vw, 13px);
  }
}

.button {
  font-size: clamp(16px, 1.125vw, 18px);
  text-transform: uppercase;
}
@media only screen and (min-width: 1921px) {
  .button {
    font-size: clamp(18px, 0.78vw, 23.4px);
  }
}

.body {
  overflow-x: hidden;
  background-color: #D0DCE1;
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
}

main {
  overflow-x: hidden;
}

a {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  text-decoration: none;
  list-style-type: none;
  color: #94bf86;
}

button {
  cursor: pointer;
}

p {
  font-size: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Google Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "GRAD" 0;
  line-height: 1.2;
}

.boxed {
  max-width: 1640px;
  padding-inline: clamp(20px, 2.5vw, 40px);
}
@media only screen and (min-width: 1921px) {
  .boxed {
    max-width: clamp(1600px, 90.6666666667vw, 2720px);
  }
}

@media only screen and (min-width: 1025px) {
  .boxed-desktop {
    max-width: 1640px;
    padding-inline: 40px;
  }
}

.boxed-sm {
  max-width: 1240px;
  padding-inline: clamp(20px, 3.3333333333vw, 40px);
}
@media only screen and (min-width: 1921px) {
  .boxed-sm {
    max-width: clamp(1200px, 68vw, 2040px);
  }
}

@media only screen and (min-width: 1921px) {
  .boxed-4k {
    max-width: clamp(1600px, 90.6666666667vw, 2720px);
    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: 1600px) {
  .push-left {
    margin-left: calc((100vw - 1600px) / 2);
  }
}
@media only screen and (min-width: 1921px) {
  .push-left {
    margin-left: calc((100vw - clamp(1600px, 90.6666666667vw, 2720px)) / 2);
  }
}

@media only screen and (min-width: 1600px) {
  .push-right {
    margin-right: calc((100vw - 1600px) / 2);
  }
}
@media only screen and (min-width: 1921px) {
  .push-right {
    margin-right: calc((100vw - clamp(1600px, 90.6666666667vw, 2720px)) / 2);
  }
}

.no-padding {
  padding-inline: 0;
}

.inline-padding {
  padding-inline: 20px;
}

.bottom-padding {
  padding-bottom: clamp(40px, 5vw, 80px);
}
@media only screen and (min-width: 1921px) {
  .bottom-padding {
    padding-bottom: clamp(80px, 3.4666666667vw, 104px);
  }
}

.first-section {
  padding-block: clamp(120px, 10vw, 160px) clamp(40px, 3.75vw, 60px);
}
@media only screen and (min-width: 1921px) {
  .first-section {
    padding-block: clamp(160px, 6.9333333333vw, 208px) clamp(60px, 2.6vw, 78px);
  }
}

.basic-section {
  padding-block: clamp(80px, 7.5vw, 120px);
}
@media only screen and (min-width: 1921px) {
  .basic-section {
    padding-block: clamp(120px, 5.2vw, 156px);
  }
}

.basic {
  padding-block: clamp(20px, 2.5vw, 40px);
}
@media only screen and (min-width: 1921px) {
  .basic {
    padding-block: clamp(40px, 1.7333333333vw, 52px);
  }
}

.last-section {
  padding-bottom: clamp(150px, 12.5vw, 200px);
}
@media only screen and (min-width: 1921px) {
  .last-section {
    padding-bottom: clamp(200px, 8.6666666667vw, 260px);
  }
}

.radius-section {
  border-radius: clamp(35px, 4.375vw, 70px);
}
@media only screen and (min-width: 1921px) {
  .radius-section {
    border-radius: clamp(70px, 3.0333333333vw, 91px);
  }
}

.radius {
  border-radius: clamp(25px, 2.5vw, 40px);
  overflow: hidden;
}
@media only screen and (min-width: 1921px) {
  .radius {
    border-radius: clamp(40px, 1.7333333333vw, 52px);
  }
}

.text-container {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 1.875vw, 30px);
}
@media only screen and (min-width: 1921px) {
  .text-container {
    gap: clamp(30px, 1.3vw, 39px);
  }
}

.fixed {
  position: fixed;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.full-width {
  width: 100%;
}

.fit-content {
  width: fit-content;
}

.text-font {
  font-family: "Manrope", sans-serif;
}

.heading-font {
  font-family: "Google Sans", sans-serif;
}

.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;
}

.line-height-s {
  line-height: 1.2;
}

.line-height-l {
  line-height: 1.6;
}

.letter-spacing-wide {
  letter-spacing: 0.1em;
}

.letter-spacing-s {
  letter-spacing: -0.03em;
}

.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;
}

.black-bg {
  background-color: #000;
}

.white {
  color: #fff;
}

.white-bg {
  background-color: #fff;
}

.primary {
  color: #D0DCE1;
}

.primary-bg {
  background-color: #D0DCE1;
}

.secondary {
  color: #417369;
}

.secondary-bg {
  background-color: #417369;
}

.accent {
  color: #94bf86;
}

.gradient-bg {
  background-image: linear-gradient(to right, #D0DCE1, #417369);
}

.glow {
  background-image: radial-gradient(circle, #fff, transparent 70%);
  width: 70%;
  opacity: 0.7;
  aspect-ratio: 1;
  z-index: -1;
}
.glow--top-left {
  top: 0;
  left: 0;
  transform: translateX(-20%) translateY(-20%);
}
.glow--middle {
  top: 50%;
  left: 0;
  transform: translateX(10%) translateY(-50%);
}

.line-seperator {
  width: 220px;
  height: 1px;
  background-color: #417369;
}
@media only screen and (min-width: 1921px) {
  .line-seperator {
    width: clamp(220px, 9.5333333333vw, 286px);
  }
}

.ic-fb::after {
  content: "\e906";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ic-ig::after {
  content: "\e907";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ic-x::after {
  content: "\e910";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ic-youtube::after {
  content: "\e909";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ic-mail::after {
  content: "\e905";
  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: #D0DCE1;
  transition: 0.3s ease;
}
.header--sticky {
  background-color: #D0DCE1;
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 16px;
}
@media only screen and (min-width: 1921px) {
  .header__container {
    padding-block: clamp(16px, 0.6933333333vw, 20.8px);
  }
}
@media only screen and (max-width: 1024px) {
  .header__container {
    gap: 20px;
  }
}
.header__container img {
  width: clamp(140px, 17.5vw, 280px);
}
@media only screen and (min-width: 1921px) {
  .header__container img {
    width: clamp(280px, 12.1333333333vw, 364px);
  }
}
.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;
    overflow-y: auto;
    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) {
  .main-menu--closed {
    visibility: hidden;
    opacity: 0;
    transform: translateX(100%);
  }
}
.main-menu__list {
  display: flex;
  gap: clamp(20px, 2.5vw, 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 #D0DCE1;
  }
}
.main-menu__list > li:last-child {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .main-menu__list > li:last-child::before {
    content: "";
    display: block;
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    width: 1px;
    background: #000;
  }
}
.main-menu__list a {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  transition: 0.3s ease;
}
.main-menu__list a:hover {
  color: #417369;
}
@media only screen and (min-width: 1921px) {
  .main-menu__list a {
    font-size: clamp(14px, 0.6066666667vw, 18.2px);
  }
}
@media only screen and (max-width: 1024px) {
  .main-menu__list a {
    align-items: revert;
    font-size: 20px;
    padding-block: 16px;
    color: #417369;
  }
}
.main-menu__list ul {
  position: absolute;
  padding: 8px 16px;
  background-color: #D0DCE1;
  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 > 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;
  background-position: center;
  min-height: clamp(300px, 48.828125vw, 500px);
  display: grid;
  align-items: center;
}
.hero::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  background-image: linear-gradient(to right, black, transparent);
  opacity: 0.7;
}
.hero__image-caption {
  background-color: rgba(217, 232, 226, 0.9);
  color: #417369;
  padding: 4px 16px;
  bottom: 0;
  right: 0;
}
@media only screen and (min-width: 1921px) {
  .hero__image-caption {
    padding: clamp(4px, 0.1733333333vw, 5.2px) clamp(16px, 0.6933333333vw, 20.8px);
  }
}
@media only screen and (min-width: 1921px) {
  .hero {
    min-height: clamp(500px, 21.6666666667vw, 650px);
  }
}

.archive-grid {
  position: relative;
  display: grid;
  gap: 16px;
}
@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(16px, 0.6933333333vw, 20.8px);
  }
}
.archive-grid__post {
  display: grid;
  grid-template-rows: max-content 1fr;
}
.archive-grid__post:hover .archive-grid__featured-img {
  transform: scale(1.1);
}
.archive-grid__featured-img-container {
  width: 100%;
  height: clamp(250px, 18.75vw, 300px);
  overflow: hidden;
}
@media only screen and (min-width: 1921px) {
  .archive-grid__featured-img-container {
    height: clamp(300px, 13vw, 390px);
  }
}
.archive-grid__featured-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.3s ease-out;
}
.archive-grid__text-container {
  display: grid;
  grid-template-rows: max-content max-content max-content 1fr;
}
.archive-grid__post-button {
  align-self: end;
}
.archive-grid__bottom {
  display: grid;
  place-content: center;
  padding-block: clamp(40px, 3.75vw, 60px);
}
@media only screen and (min-width: 1921px) {
  .archive-grid__bottom {
    padding-block: clamp(60px, 2.6vw, 78px);
  }
}
.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);
}

.carousel__track {
  overflow-x: hidden;
}
.carousel__container {
  display: flex;
}
@media only screen and (min-width: 1025px) {
  .carousel__container {
    gap: 16px;
  }
}
.carousel__slide {
  color: #000;
  cursor: grab;
  display: grid;
}
@media only screen and (min-width: 641px) {
  .carousel__slide {
    grid-template-columns: 1fr 1.3fr;
  }
}
.carousel__post-image {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 640px) {
  .carousel__post-image {
    height: 280px;
  }
}
.carousel__post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.carousel__post-text-container {
  background-color: #fff;
  padding: clamp(40px, 3.75vw, 60px) clamp(20px, 1.875vw, 30px) clamp(30px, 2.5vw, 40px);
}
.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;
  color: #417369;
}
.carousel__controls {
  display: flex;
  align-items: center;
  gap: clamp(20px, 3.90625vw, 40px);
  margin-top: clamp(40px, 7.8125vw, 80px);
  margin-inline: auto;
}
.carousel__dots {
  display: flex;
  align-items: center;
  width: 100%;
}
.carousel__dot {
  height: 2px;
  width: 100%;
  background-color: rgba(65, 115, 105, 0.3);
  cursor: pointer;
}
.carousel .glide__bullet--active {
  background-color: #417369;
}

.tabs__buttons {
  display: flex;
}
.tabs__button {
  padding: clamp(8px, 1vw, 16px) clamp(16px, 2vw, 32px);
  border: solid 1px rgba(208, 220, 225, 0.2);
  cursor: pointer;
  transition: all ease 300ms;
}
.tabs__button:hover {
  border: solid 1px #d0dce1;
}
.tabs__button--active {
  background-color: #D0DCE1;
  color: #417369;
}
.tabs__content {
  padding: clamp(8px, 1vw, 16px);
}
.tabs__content--hidden {
  display: none;
}

.accordion {
  display: grid;
  gap: 10px;
}
@media only screen and (min-width: 1921px) {
  .accordion {
    gap: clamp(10px, 0.4333333333vw, 13px);
  }
}
.accordion__item {
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (min-width: 1921px) {
  .accordion__item {
    border-radius: clamp(10px, 0.4333333333vw, 13px);
  }
}
.accordion__item:hover .accordion__button {
  background-color: #94bf86;
}
.accordion__button, .accordion__text {
  padding-inline: clamp(20px, 2.5vw, 40px);
}
@media only screen and (min-width: 1921px) {
  .accordion__button, .accordion__text {
    padding-inline: clamp(40px, 1.7333333333vw, 52px);
  }
}
.accordion__button {
  cursor: pointer;
  background-color: #417369;
  color: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding-block: clamp(8px, 1vw, 16px);
  transition: all ease 300ms;
}
@media only screen and (min-width: 1921px) {
  .accordion__button {
    gap: clamp(20px, 0.8666666667vw, 26px);
    padding-block: clamp(16px, 0.6933333333vw, 20.8px);
  }
}
.accordion__button--active {
  background-color: #94bf86;
}
.accordion__text {
  padding-block: clamp(40px, 3.75vw, 60px);
}
@media only screen and (min-width: 1921px) {
  .accordion__text {
    padding-block: clamp(60px, 2.6vw, 78px);
  }
}
.accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height ease 300ms;
  background-color: #fff;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(8px, 1vw, 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, 3vw, 48px);
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: center;
  visibility: visible;
  opacity: 1;
}
@media only screen and (min-width: 1921px) {
  .lightbox {
    padding-bottom: clamp(48px, 2.08vw, 62.4px);
  }
}
.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.5vw, 40px);
}
@media only screen and (min-width: 1921px) {
  .lightbox__img-container {
    padding-bottom: clamp(40px, 1.7333333333vw, 52px);
  }
}
.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;
  min-height: 0;
}
.lightbox__img-container {
  margin-inline: auto;
  padding-bottom: clamp(20px, 3.90625vw, 40px);
  min-height: 0;
  overflow: hidden;
}
@media only screen and (min-width: 1921px) {
  .lightbox__img-container {
    padding-bottom: clamp(40px, 1.7333333333vw, 52px);
  }
}
.lightbox__img-container img {
  margin-inline: auto;
  max-height: 100%;
  width: auto;
  display: block;
}
@media only screen and (min-width: 1025px) {
  .lightbox__img-container img {
    height: 100%;
  }
}
.lightbox .carousel__button:after {
  color: #fff;
}
.lightbox .carousel__dot {
  height: 2px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
}
.lightbox .carousel__controls {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 20px;
  width: 100%;
}
@media only screen and (min-width: 1921px) {
  .lightbox .carousel__controls {
    gap: clamp(20px, 0.8666666667vw, 26px);
  }
}
.lightbox .glide__bullet--active {
  background-color: #fff;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  align-items: center;
  padding-bottom: clamp(24px, 4.6875vw, 48px);
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: center;
  visibility: visible;
  opacity: 1;
}
@media only screen and (min-width: 1921px) {
  .lightbox {
    padding-bottom: clamp(48px, 2.08vw, 62.4px);
  }
}
.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);
}
@media only screen and (min-width: 1921px) {
  .lightbox__img-container {
    padding-bottom: clamp(40px, 1.7333333333vw, 52px);
  }
}
.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;
  min-height: 0;
}
.lightbox__img-container {
  margin-inline: auto;
  padding-bottom: clamp(20px, 3.90625vw, 40px);
  min-height: 0;
  overflow: hidden;
}
@media only screen and (min-width: 1921px) {
  .lightbox__img-container {
    padding-bottom: clamp(40px, 1.7333333333vw, 52px);
  }
}
.lightbox__img-container img {
  margin-inline: auto;
  max-height: 100%;
  width: auto;
  display: block;
}
@media only screen and (min-width: 1025px) {
  .lightbox__img-container img {
    height: 100%;
  }
}
.lightbox .carousel__button:after {
  color: #fff;
}
.lightbox .carousel__dot {
  height: 2px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
}
.lightbox .carousel__controls {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 20px;
  width: 100%;
}
@media only screen and (min-width: 1921px) {
  .lightbox .carousel__controls {
    gap: clamp(20px, 0.8666666667vw, 26px);
  }
}
.lightbox .glide__bullet--active {
  background-color: #fff;
}

.marquee {
  --gap: 1.5rem;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
  transition: all ease 200ms 200ms;
  padding-block: clamp(20px, 3.125vw, 50px);
}
@media only screen and (min-width: 1921px) {
  .marquee {
    padding-block: clamp(50px, 2.1666666667vw, 65px);
  }
}
.marquee__content {
  color: #fff;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  width: fit-content;
  white-space: nowrap;
  gap: 30px;
  animation: scroll 60s linear infinite;
}
@media only screen and (min-width: 1921px) {
  .marquee__content {
    gap: clamp(30px, 1.3vw, 39px);
  }
}
.marquee__content .marquee__text-1,
.marquee__content .marquee__text-2 {
  position: relative;
  white-space: nowrap;
  display: flex;
  align-items: center;
  margin-left: 0;
}
.marquee__content .marquee__text-1:not(:first-of-type),
.marquee__content .marquee__text-2:not(:first-of-type) {
  margin-left: 0;
}
.marquee__content .marquee__text-1::before,
.marquee__content .marquee__text-2::before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  margin-right: 30px;
  background-color: #fff;
  opacity: 1;
  vertical-align: middle;
  flex-shrink: 0;
}
.marquee--active {
  visibility: visible;
  opacity: 1;
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}

.footer {
  padding-block: clamp(20px, 2.5vw, 40px);
  background-color: white;
}
@media only screen and (min-width: 1921px) {
  .footer {
    padding-block: clamp(40px, 1.7333333333vw, 52px);
  }
}
.footer__contributors {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
@media only screen and (min-width: 1025px) {
  .footer__contributors {
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid rgba(65, 115, 105, 0.6);
  }
}
@media only screen and (max-width: 1024px) {
  .footer__contributors {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(65, 115, 105, 0.6);
  }
}
@media only screen and (min-width: 1921px) {
  .footer__contributors {
    gap: clamp(16px, 0.6933333333vw, 20.8px);
    padding-right: clamp(20px, 0.8666666667vw, 26px);
    margin-right: clamp(20px, 0.8666666667vw, 26px);
  }
}
.footer__contributors img {
  height: 55px;
}
@media only screen and (min-width: 1921px) {
  .footer__contributors img {
    height: clamp(55px, 2.3833333333vw, 71.5px);
  }
}
.footer__contributor-item {
  display: grid;
  justify-items: center;
  gap: 6px;
}
@media only screen and (min-width: 1921px) {
  .footer__contributor-item {
    gap: clamp(6px, 0.26vw, 7.8px);
  }
}
.footer__contributor-image {
  width: max-content;
}
.footer__logos-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .footer__logos-container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer__logos {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1921px) {
  .footer__logos {
    gap: clamp(16px, 0.6933333333vw, 20.8px);
  }
}
.footer__logos img {
  height: 50px;
}
@media only screen and (min-width: 1921px) {
  .footer__logos img {
    height: clamp(50px, 2.1666666667vw, 65px);
  }
}
.footer__social {
  display: flex;
  gap: clamp(20px, 3.75vw, 60px);
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1921px) {
  .footer__social {
    gap: clamp(60px, 2.6vw, 78px);
  }
}
.footer__social-icons {
  display: flex;
  gap: clamp(20px, 2.5vw, 40px);
}
@media only screen and (min-width: 1921px) {
  .footer__social-icons {
    gap: clamp(40px, 1.7333333333vw, 52px);
  }
}
.footer__bottom-container {
  border-top: 1px solid rgba(65, 115, 105, 0.6);
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .footer__bottom-container {
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 1921px) {
  .footer__bottom-container {
    gap: clamp(20px, 0.8666666667vw, 26px);
  }
}
.footer__legal-menu-list {
  display: flex;
  gap: 20px;
}
@media only screen and (min-width: 1921px) {
  .footer__legal-menu-list {
    gap: clamp(20px, 0.8666666667vw, 26px);
  }
}
.footer a {
  color: #417369;
  transition: color 0.3s ease;
}
.footer a:hover {
  color: #94bf86;
}
.footer ul {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  text-decoration: none;
  list-style-type: none;
}

.single-post__image-container {
  width: 100%;
  height: clamp(300px, 37.5vw, 600px);
}
.single-post__image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 1921px) {
  .single-post__image-container {
    height: clamp(600px, 26vw, 780px);
  }
}
.single-post__date {
  padding-bottom: clamp(16px, 1.25vw, 20px);
}
@media only screen and (min-width: 1921px) {
  .single-post__date {
    padding-bottom: clamp(20px, 0.8666666667vw, 26px);
  }
}
.single-post__text h1, .single-post__text h2, .single-post__text h3, .single-post__text h4 {
  color: #417369;
}
.single-post__text a {
  color: #417369;
  font-weight: 600;
  transition: color 0.3s ease;
}
.single-post__text a:hover {
  color: #94bf86;
}

.directory-listing__grid {
  padding-inline-start: 0;
}
.directory-listing__item, .directory-listing__empty {
  list-style-type: none;
  padding-block: 20px;
  border-bottom: 1px solid rgba(65, 115, 105, 0.6);
  font-size: clamp(18px, 1.375vw, 22px);
  font-weight: 600;
}
@media only screen and (min-width: 1921px) {
  .directory-listing__item, .directory-listing__empty {
    font-size: clamp(22px, 0.9533333333vw, 28.6px);
    padding-block: clamp(20px, 0.8666666667vw, 26px);
  }
}
.directory-listing__item:last-child, .directory-listing__empty:last-child {
  border-bottom: none;
}
.directory-listing__link {
  color: #417369;
  transition: 0.3s ease;
}
.directory-listing__link:hover {
  color: #94bf86;
}

.directory-letters {
  display: flex;
  gap: 8px;
}
.directory-letters__item {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  text-decoration: none;
  list-style-type: none;
  padding: 12px 16px;
  background-color: #94bf86;
  transition: 0.3s ease;
}
.directory-letters__item:hover {
  background-color: #417369;
}
.directory-letters__item--active {
  background-color: #417369;
}

.loader {
  display: grid;
  place-content: center;
  background-color: #417369;
  position: fixed;
  inset: 0;
  z-index: 999;
}
.loader__spinner {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  border: 4px solid #D0DCE1;
  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 #D0DCE1;
  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: #D0DCE1;
}

.button {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  text-decoration: none;
  list-style-type: none;
  position: relative;
  display: block;
  z-index: 1;
  overflow: hidden;
  max-width: fit-content;
  padding: clamp(6px, 1.171875vw, 12px) clamp(22px, 4.39453125vw, 45px);
  background: #417369;
  color: #fff;
  cursor: pointer;
}
.button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  background-color: #94bf86;
  transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  transform-origin: 0% 100%;
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.button:hover {
  color: #fff;
}
.button:hover:before {
  opacity: 1;
  transform: rotate3d(0, 0, 1, 0deg);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.link {
  color: #94bf86;
}

.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: 28px;
  height: 2px;
  background: #417369;
  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: 28px;
  height: 2px;
  background: #417369;
  transition: all 0.5s ease-in-out;
}
.hamburger__button:before {
  transform: translateY(-7px);
}
.hamburger__button:after {
  transform: translateY(7px);
}

.back-to-top {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: clamp(24px, 3vw, 48px);
  margin-bottom: 0;
  padding: clamp(12px, 1.5vw, 24px);
  background-color: #94bf86;
  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: "\e901";
  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;
}

.home .header {
  background-color: transparent;
}
.home .header--sticky {
  background-color: #D0DCE1;
}

.hero-home {
  padding-block: 80px clamp(75px, 6.25vw, 100px);
}
@media only screen and (min-width: 1921px) {
  .hero-home {
    padding-block: clamp(80px, 3.4666666667vw, 104px) clamp(100px, 4.3333333333vw, 130px);
  }
}
.hero-home__container {
  display: grid;
  align-items: center;
  gap: clamp(20px, 6.25vw, 100px);
  padding-bottom: clamp(50px, 5.859375vw, 60px);
}
@media only screen and (min-width: 1025px) {
  .hero-home__container {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1921px) {
  .hero-home__container {
    gap: clamp(100px, 4.3333333333vw, 130px);
    padding-bottom: clamp(60px, 2.6vw, 78px);
  }
}
.hero-home__text {
  max-width: 600px;
}
@media only screen and (min-width: 1921px) {
  .hero-home__text {
    max-width: clamp(600px, 26vw, 780px);
  }
}
.hero-home__logo-container {
  bottom: 0;
  right: 20px;
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
@media only screen and (min-width: 1921px) {
  .hero-home__logo-container {
    right: clamp(20px, 0.8666666667vw, 26px);
    gap: clamp(10px, 0.4333333333vw, 13px);
  }
}
.hero-home__logo-container img {
  max-height: clamp(50px, 5.859375vw, 60px);
}
@media only screen and (min-width: 1921px) {
  .hero-home__logo-container img {
    height: clamp(60px, 2.6vw, 78px);
  }
}

.quote-carousel .glide__bullet--active {
  background-color: #417369;
}
.quote-carousel__text-container strong {
  color: #417369;
}

.contact-form__form {
  display: grid;
  row-gap: 12px;
}
@media only screen and (min-width: 1025px) {
  .contact-form__form {
    grid-template-columns: 1fr 1fr;
    column-gap: 12px;
  }
}
@media only screen and (min-width: 1921px) {
  .contact-form__form {
    gap: clamp(12px, 0.52vw, 15.6px);
  }
}
@media only screen and (min-width: 1025px) {
  .contact-form__field--extend {
    grid-column: span 2;
  }
  .contact-form__submit-container {
    grid-column: span 2;
  }
}
.contact-form__field {
  width: 100%;
}
.contact-form__field--terms label {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media only screen and (min-width: 1921px) {
  .contact-form__field--terms label {
    gap: clamp(8px, 0.3466666667vw, 10.4px);
  }
}
.contact-form__input {
  width: 100%;
  background-color: #fff;
  outline: none;
  box-shadow: none;
  border: none;
  padding: 16px 20px;
  color: #417369;
}
@media only screen and (min-width: 1921px) {
  .contact-form__input {
    padding: clamp(16px, 0.6933333333vw, 20.8px) clamp(20px, 0.8666666667vw, 26px);
  }
}
.contact-form__submit-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  width: 100%;
}
@media only screen and (min-width: 1921px) {
  .contact-form__submit-container {
    gap: clamp(16px, 0.6933333333vw, 20.8px);
  }
}
.contact-form__submit-container .contact-form__field {
  width: fit-content;
}

.wpcf7-list-item {
  margin: 0;
}

input[type=checkbox] {
  appearance: none;
  background-color: #fff;
  margin: 0;
  padding: 0;
  width: 20px !important;
  height: 20px !important;
  position: relative;
  flex-shrink: 0;
}
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: 3px;
  left: 4px;
  background-color: #94bf86;
  transform: scale(0);
  transition: all 0.3s ease;
}
input[type=checkbox]:checked::before {
  transform: scale(1);
}
@media only screen and (min-width: 1921px) {
  input[type=checkbox] {
    width: clamp(20px, 0.6770833333vw, 26px);
    height: clamp(20px, 0.6770833333vw, 26px);
  }
  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);
  }
}

input[type=submit] {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  text-decoration: none;
  list-style-type: none;
  color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
}
input[type=submit]:disabled {
  opacity: 0.5;
}

.button:has(input[type=submit]:disabled) {
  cursor: not-allowed;
}
.button:has(input[type=submit]:disabled):hover::before {
  display: none;
}

/*# sourceMappingURL=main.css.map */
