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

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
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 {
  scroll-behavior: smooth;
  height: 100vh;
}

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

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  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;
}

button, input[type=submit], input[type=reset] {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@font-face {
  font-display: swap;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/manrope-v19-latin-regular.woff2") format("woff2"), url("../fonts/manrope-v19-latin-regular.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/manrope-v19-latin-500.woff2") format("woff2"), url("../fonts/manrope-v19-latin-500.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/manrope-v19-latin-600.woff2") format("woff2"), url("../fonts/manrope-v19-latin-600.woff") format("woff");
}
body {
  background-color: #ffffff;
  font-family: "Manrope", sans-serif;
  color: #000000;
}

.container {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1400px) {
  .container {
    padding: 80px 48px;
  }
}
@media only screen and (max-width: 1024px) {
  .container {
    padding: 64px 48px;
  }
}
@media only screen and (max-width: 768px) {
  .container {
    padding: 48px 24px;
  }
}

.inner-wrapper {
  width: 100%;
  max-width: 1536px;
  margin: 0 auto;
  padding: 0 48px;
}
@media only screen and (max-width: 1400px) {
  .inner-wrapper {
    padding: 0;
  }
}

.content-container {
  width: 100%;
  margin: 0 auto;
}

.line-break {
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus,
button:focus,
input:focus,
textarea:focus {
  outline: 2px solid #004a94;
  outline-offset: 3px;
  border-radius: 4px;
  box-shadow: 0 0 0 2px #ffffff;
}

section {
  padding: 80px 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  section {
    padding: 64px 0;
  }
}

p {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: -0.005px;
  color: #000000;
}
@media only screen and (max-width: 768px) {
  p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: -0.005px;
  }
}

sup {
  font-size: 12px;
  font-weight: 400;
  line-height: initial;
  padding-left: 1px;
}

.first-sup {
  padding-right: 3px;
  padding-left: 0;
}

.p-margin-bottom {
  margin-bottom: 24px;
}

.left-aligned {
  text-align: left;
}

.right-aligned {
  text-align: right;
}

.lock-scroll {
  overflow: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.lock-scroll ::-webkit-scrollbar {
  display: none;
  width: 0;
  background: transparent;
}

.no-scroll {
  overflow: hidden;
  height: 100vh;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

h1.h1-hero {
  font-size: 3.625rem;
  line-height: 75px;
  font-weight: 600;
  letter-spacing: -0.064px;
  color: #000000;
  text-align: left;
  padding-bottom: 24px;
}
@media only screen and (max-width: 1024px) {
  h1.h1-hero {
    font-size: 2.375rem;
    line-height: 46px;
    padding-bottom: 16px;
  }
}
@media only screen and (max-width: 768px) {
  h1.h1-hero {
    font-size: 1.625rem;
    padding-bottom: 16px;
    line-height: normal;
  }
}

.h1 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 62px;
  letter-spacing: -0.064px;
  color: #000000;
}
@media only screen and (max-width: 1024px) {
  .h1 {
    font-size: 2.375rem;
    font-weight: 600;
    line-height: 46px;
    letter-spacing: -0.064px;
  }
}
@media only screen and (max-width: 768px) {
  .h1 {
    font-size: 1.625rem;
    font-weight: 600;
    letter-spacing: -0.064px;
    line-height: normal;
  }
}

.h2 {
  font-size: 2.375rem;
  font-weight: 600;
  line-height: 46px;
  letter-spacing: -0.064px;
  color: #000000;
}

.h3 {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -0.064px;
  color: #000000;
}

.h4 {
  font-size: 1.625rem;
  font-weight: 600;
  letter-spacing: -0.064px;
  line-height: normal;
  color: #000000;
}

.h5 {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: -0.064px;
  color: #000000;
}

.h6 {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.064px;
  color: #000000;
}

.body.body--large {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: -0.005px;
  color: #000000;
}

.body.body--medium {
  font-size: 1rem;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.005px;
  color: #000000;
}

.body.body--small {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.005px;
  color: #000000;
}

.subtitle.subtitle--large {
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.48px;
}

.subtitle.subtitle--medium {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.48px;
}

.subtitle.subtitle--small {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.48px;
}

.caption.caption--large {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: -0.005px;
}

a.link.link--large {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: -0.005px;
  color: #004a94;
  text-decoration: none;
}

a.link.link--medium {
  font-size: 1rem;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: -0.005px;
  color: #004a94;
  text-decoration: none;
}

a.link.link--small {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: -0.005px;
  color: #004a94;
  text-decoration: none;
}

button.btn.btn-large {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.25px;
  margin: 0;
}

button.btn.btn-medium {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.25px;
  margin: 0;
}

.number.number-large {
  font-size: 3.625rem;
  font-weight: 400;
  letter-spacing: 2px;
}

.number.number-small {
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 2px;
}

.container__hero {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 80px;
  padding: 0 48px;
  box-sizing: border-box;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .container__hero {
    padding: 0 24px;
  }
}
@media only screen and (max-width: 768px) {
  .container__hero {
    padding: 0 16px;
  }
}
.container__hero .copy-cta {
  flex: 1;
  max-width: 600px;
}
@media only screen and (max-width: 1439px) {
  .container__hero .copy-cta {
    position: absolute;
    left: 80px;
    bottom: 80px;
    background-color: #ffffff;
    padding: 32px;
    border-radius: 16px;
    z-index: 2;
    max-width: 664px;
  }
  .container__hero .copy-cta .h1-hero {
    font-size: 3rem;
    font-weight: 600;
    line-height: 62px;
    letter-spacing: -0.064px;
  }
}
@media only screen and (max-width: 1024px) {
  .container__hero .copy-cta {
    padding: 24px;
    max-width: 500px;
    left: 48px;
    bottom: 72px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  .container__hero .copy-cta .h1-hero {
    font-size: 2.375rem;
    font-weight: 600;
    line-height: 46px;
    letter-spacing: -0.064px;
  }
}
@media only screen and (max-width: 768px) {
  .container__hero .copy-cta {
    max-width: calc(100vw - 32px);
    left: 16px;
    bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 0;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .container__hero .copy-cta .h1-hero {
    font-size: 1.625rem;
    font-weight: 600;
    letter-spacing: -0.064px;
    line-height: normal;
  }
}
.container__hero .copy-cta .text {
  padding-bottom: 48px;
}
@media only screen and (max-width: 1439px) {
  .container__hero .copy-cta .text {
    padding-bottom: 32px;
  }
}
@media only screen and (max-width: 1024px) {
  .container__hero .copy-cta .text p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: -0.005px;
  }
}
@media only screen and (max-width: 768px) {
  .container__hero .copy-cta .text p {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: -0.005px;
  }
}
.container__hero .hero-image {
  flex: 1;
  background-image: url("../images/hero/hero-large-portrait.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  min-height: calc(100vh - 149px);
  min-height: calc(100dvh - 149px);
  max-width: 900px;
  border-radius: 16px;
  margin-bottom: 48px;
}
@media only screen and (max-width: 1439px) {
  .container__hero .hero-image {
    background-image: url("../images/hero/hero-large-landscape.jpg");
    position: relative;
    width: 100%;
    max-width: none;
  }
}
@media only screen and (max-width: 1024px) {
  .container__hero .hero-image {
    min-height: calc(100vh - 133px);
    min-height: calc(100dvh - 133px);
  }
}
@media only screen and (max-width: 768px) {
  .container__hero .hero-image {
    background-image: url("../images/hero/hero-small-portrait.jpg");
    background-position: center top;
    min-height: calc(100vh - 88px);
    min-height: calc(100dvh - 88px);
    margin-bottom: 24px;
  }
}

.container__about {
  background-color: #f7f5f5;
}
.container__about .inner-wrapper {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media only screen and (max-width: 1024px) {
  .container__about .inner-wrapper {
    gap: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .container__about .inner-wrapper {
    gap: 24px;
  }
}
.container__about .inner-wrapper .title-text-wrapper {
  display: flex;
  align-items: start;
  gap: 80px;
  justify-content: space-between;
  width: 100%;
}
@media only screen and (max-width: 1400px) {
  .container__about .inner-wrapper .title-text-wrapper {
    flex-direction: column;
    gap: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .container__about .inner-wrapper .title-text-wrapper {
    gap: 24px;
  }
}
.container__about .inner-wrapper .title-text-wrapper .title {
  width: 600px;
}
@media only screen and (max-width: 768px) {
  .container__about .inner-wrapper .title-text-wrapper .title {
    width: 100%;
  }
}
.container__about .inner-wrapper .title-text-wrapper .text {
  width: 680px;
}
@media only screen and (max-width: 1400px) {
  .container__about .inner-wrapper .title-text-wrapper .text {
    width: 750px;
  }
}
@media only screen and (max-width: 846px) {
  .container__about .inner-wrapper .title-text-wrapper .text {
    width: 100%;
  }
}
.container__about .inner-wrapper .title-text-wrapper .text p {
  color: #3a3436;
}
@media only screen and (max-width: 1024px) {
  .container__about .inner-wrapper .title-text-wrapper .text p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: -0.005px;
  }
}
.container__about .inner-wrapper .images {
  display: flex;
  width: 100%;
  gap: 24px;
}
@media only screen and (max-width: 1024px) {
  .container__about .inner-wrapper .images {
    flex: none;
    display: grid;
    grid-template-rows: repeat(1, minmax(0, 1fr));
    grid-auto-rows: minmax(0, 1fr);
    gap: 16px;
    height: 408px;
    ustify-content: center;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .container__about .inner-wrapper .images {
    height: 250px;
    gap: 8px;
  }
}
@media only screen and (max-width: 1024px) {
  .container__about .inner-wrapper .images .image {
    position: relative;
    overflow: hidden;
  }
  .container__about .inner-wrapper .images .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .container__about .inner-wrapper .images .image:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .container__about .inner-wrapper .images .image:nth-child(2) {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .container__about .inner-wrapper .images .image:nth-child(3) {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
.container__about .inner-wrapper .images img {
  border-radius: 16px;
}

.container__services .inner-wrapper {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media only screen and (max-width: 768px) {
  .container__services .inner-wrapper {
    gap: 32px;
  }
}
.container__services .inner-wrapper .title-text-wrapper {
  display: flex;
  align-items: end;
  gap: 80px;
  justify-content: space-between;
  width: 100%;
}
@media only screen and (max-width: 1400px) {
  .container__services .inner-wrapper .title-text-wrapper {
    flex-direction: column;
    align-items: start;
    gap: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .container__services .inner-wrapper .title-text-wrapper {
    gap: 24px;
  }
}
.container__services .inner-wrapper .title-text-wrapper .title {
  max-width: 600px;
}
@media only screen and (max-width: 768px) {
  .container__services .inner-wrapper .title-text-wrapper .title {
    width: 100%;
  }
}
.container__services .inner-wrapper .title-text-wrapper .text {
  max-width: 680px;
}
@media only screen and (max-width: 1400px) {
  .container__services .inner-wrapper .title-text-wrapper .text {
    max-width: 750px;
  }
}
@media only screen and (max-width: 846px) {
  .container__services .inner-wrapper .title-text-wrapper .text {
    width: 100%;
  }
}
.container__services .inner-wrapper .title-text-wrapper .text p {
  color: #000000;
}
@media only screen and (max-width: 1024px) {
  .container__services .inner-wrapper .title-text-wrapper .text p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: -0.005px;
  }
}

@media only screen and (max-width: 1024px) {
  .container__why-us {
    padding-top: 0;
  }
}
.container__why-us .inner-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 80px;
}
@media only screen and (max-width: 1400px) {
  .container__why-us .inner-wrapper {
    gap: 48px;
  }
}
@media only screen and (max-width: 1300px) {
  .container__why-us .inner-wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1024px) {
  .container__why-us .inner-wrapper {
    gap: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .container__why-us .inner-wrapper {
    gap: 32px;
  }
}
.container__why-us .inner-wrapper .title-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 48px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .container__why-us .inner-wrapper .title-text-wrapper {
    gap: 24px;
  }
}
.container__why-us .inner-wrapper .title-text-wrapper .title-text {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .container__why-us .inner-wrapper .title-text-wrapper .title-text {
    gap: 24px;
  }
}
.container__why-us .inner-wrapper .title-text-wrapper .title-text .title {
  max-width: 600px;
}
@media only screen and (max-width: 768px) {
  .container__why-us .inner-wrapper .title-text-wrapper .title-text .title {
    width: 100%;
  }
}
@media only screen and (max-width: 1300px) {
  .container__why-us .inner-wrapper .title-text-wrapper .title-text .text {
    width: 750px;
  }
}
@media only screen and (max-width: 846px) {
  .container__why-us .inner-wrapper .title-text-wrapper .title-text .text {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .container__why-us .inner-wrapper .title-text-wrapper .title-text .text p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: -0.005px;
  }
}
.container__why-us .inner-wrapper .title-text-wrapper .subititle-text-button {
  width: 100%;
}
@media only screen and (max-width: 1300px) {
  .container__why-us .inner-wrapper .title-text-wrapper .subititle-text-button {
    width: 750px;
    display: none;
  }
}
.container__why-us .inner-wrapper .title-text-wrapper .subititle-text-button .subtitle {
  margin-bottom: 24px;
}
.container__why-us .inner-wrapper .title-text-wrapper .subititle-text-button .text {
  margin-bottom: 32px;
}
.container__why-us .inner-wrapper .subititle-text-button.last-element {
  display: none;
  width: 100%;
}
@media only screen and (max-width: 1300px) {
  .container__why-us .inner-wrapper .subititle-text-button.last-element {
    display: block;
    width: 750px;
  }
}
@media only screen and (max-width: 846px) {
  .container__why-us .inner-wrapper .subititle-text-button.last-element {
    width: 100%;
  }
}
.container__why-us .inner-wrapper .subititle-text-button.last-element .subtitle {
  margin-bottom: 24px;
}
.container__why-us .inner-wrapper .subititle-text-button.last-element .text {
  margin-bottom: 32px;
}
@media only screen and (max-width: 768px) {
  .container__why-us .inner-wrapper .subititle-text-button.last-element .text {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .container__why-us .inner-wrapper .subititle-text-button.last-element .text p {
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: -0.005px;
  }
}

.container__faq {
  background-color: #f7f5f5;
}
.container__faq .inner-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 80px;
}
@media only screen and (max-width: 1400px) {
  .container__faq .inner-wrapper {
    gap: 48px;
  }
}
@media only screen and (max-width: 1200px) {
  .container__faq .inner-wrapper {
    flex-direction: column;
  }
}
@media only screen and (max-width: 1024px) {
  .container__faq .inner-wrapper {
    gap: 40px;
  }
}
.container__faq .inner-wrapper .title-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 48px;
  max-width: 680px;
  width: 100%;
}
.container__faq .inner-wrapper .title-text-wrapper .title-text {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .container__faq .inner-wrapper .title-text-wrapper .title-text {
    gap: 24px;
  }
}
.container__faq .inner-wrapper .title-text-wrapper .title-text .title {
  max-width: 600px;
}
.container__faq .inner-wrapper .title-text-wrapper .title-text .text p {
  color: #3a3436;
}
@media only screen and (max-width: 1024px) {
  .container__faq .inner-wrapper .title-text-wrapper .title-text .text p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 21px;
  }
}

.container__contact {
  background-color: #131010;
}
.container__contact .inner-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 80px;
}
@media only screen and (max-width: 1400px) {
  .container__contact .inner-wrapper {
    gap: 48px;
  }
}
@media only screen and (max-width: 1300px) {
  .container__contact .inner-wrapper {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 768px) {
  .container__contact .inner-wrapper {
    gap: 32px;
  }
}
.container__contact .inner-wrapper .contact-info {
  display: flex;
  gap: 48px;
  flex-direction: column;
}
@media only screen and (max-width: 1024px) {
  .container__contact .inner-wrapper .contact-info {
    gap: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .container__contact .inner-wrapper .contact-info {
    gap: 32px;
  }
}
.container__contact .inner-wrapper .contact-info .title-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 48px;
  max-width: 680px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .container__contact .inner-wrapper .contact-info .title-text-wrapper {
    gap: 24px;
  }
}
.container__contact .inner-wrapper .contact-info .title-text-wrapper .title-text {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .container__contact .inner-wrapper .contact-info .title-text-wrapper .title-text {
    gap: 24px;
  }
}
.container__contact .inner-wrapper .contact-info .title-text-wrapper .title-text .title {
  max-width: 600px;
}
.container__contact .inner-wrapper .contact-info .title-text-wrapper .title-text .title h2 {
  color: #ffffff;
}
@media only screen and (max-width: 1300px) {
  .container__contact .inner-wrapper .contact-info .title-text-wrapper .title-text .text {
    width: 750px;
  }
}
@media only screen and (max-width: 846px) {
  .container__contact .inner-wrapper .contact-info .title-text-wrapper .title-text .text {
    width: 100%;
  }
}
.container__contact .inner-wrapper .contact-info .title-text-wrapper .title-text .text p {
  color: #d9d4d5;
}
@media only screen and (max-width: 1024px) {
  .container__contact .inner-wrapper .contact-info .title-text-wrapper .title-text .text p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 21px;
  }
}
.container__contact .inner-wrapper .contact-info .contact-info-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px 80px;
  padding-bottom: 48px;
  border-bottom: 1px solid #666666;
}
@media only screen and (max-width: 1024px) {
  .container__contact .inner-wrapper .contact-info .contact-info-wrapper {
    gap: 16px 48px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .container__contact .inner-wrapper .contact-info .contact-info-wrapper {
    padding-bottom: 32px;
  }
}
.container__contact .inner-wrapper .contact-info .contact-info-wrapper .contact-info__location,
.container__contact .inner-wrapper .contact-info .contact-info-wrapper .contact-info__email,
.container__contact .inner-wrapper .contact-info .contact-info-wrapper .contact-info__phone-number {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .container__contact .inner-wrapper .contact-info .contact-info-wrapper .contact-info__location,
  .container__contact .inner-wrapper .contact-info .contact-info-wrapper .contact-info__email,
  .container__contact .inner-wrapper .contact-info .contact-info-wrapper .contact-info__phone-number {
    flex-direction: column;
    align-items: start;
    gap: 8px;
  }
}
.container__contact .inner-wrapper .contact-info .contact-info-wrapper h3 {
  color: #ffffff;
}
@media only screen and (max-width: 1024px) {
  .container__contact .inner-wrapper .contact-info .contact-info-wrapper h3 {
    font-size: 1rem;
    font-weight: 600;
  }
}
.container__contact .inner-wrapper .contact-info .contact-info-wrapper p {
  color: #d9d4d5;
  position: relative;
}
.container__contact .inner-wrapper .contact-info .contact-info-wrapper p:before, .container__contact .inner-wrapper .contact-info .contact-info-wrapper p:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #d9d4d5;
}
.container__contact .inner-wrapper .contact-info .contact-info-wrapper p:before {
  opacity: 0;
  transform: translateY(-6px);
  transition: transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s;
}
.container__contact .inner-wrapper .contact-info .contact-info-wrapper p:after {
  opacity: 0;
  transform: 3px;
  transition: transform 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 350ms;
}
.container__contact .inner-wrapper .contact-info .contact-info-wrapper p:hover:before, .container__contact .inner-wrapper .contact-info .contact-info-wrapper p:hover:after, .container__contact .inner-wrapper .contact-info .contact-info-wrapper p:focus:before, .container__contact .inner-wrapper .contact-info .contact-info-wrapper p:focus:after {
  opacity: 1;
  transform: translateY(0);
}
.container__contact .inner-wrapper .contact-info .contact-info-wrapper p:hover:before, .container__contact .inner-wrapper .contact-info .contact-info-wrapper p:focus:before {
  transition: transform 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 350ms;
}
.container__contact .inner-wrapper .contact-info .contact-info-wrapper p:hover:after, .container__contact .inner-wrapper .contact-info .contact-info-wrapper p:focus:after {
  transition: transform 0s 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s 350ms;
}
@media only screen and (max-width: 1024px) {
  .container__contact .inner-wrapper .contact-info .contact-info-wrapper p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 21px;
  }
}
.container__contact .inner-wrapper .contact-info .socail-media-info h4 {
  color: #ffffff;
  margin-bottom: 24px;
}
@media only screen and (max-width: 768px) {
  .container__contact .inner-wrapper .contact-info .socail-media-info h4 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 16px;
  }
}
.container__contact .inner-wrapper .contact-info .socail-media-info .social-media-icon {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .container__contact .inner-wrapper .contact-info .socail-media-info .social-media-icon {
    width: 36px;
    height: 36px;
  }
  .container__contact .inner-wrapper .contact-info .socail-media-info .social-media-icon svg {
    width: 36px;
    height: 36px;
  }
}

.container__cookie-policy {
  background-color: #f7f5f5;
}
.container__cookie-policy .inner-wrapper {
  display: flex;
  flex-direction: column;
}
.container__cookie-policy .inner-wrapper .cookie-policy__hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 80px;
  gap: 24px;
}
@media only screen and (max-width: 1024px) {
  .container__cookie-policy .inner-wrapper .cookie-policy__hero {
    gap: 16px;
    padding-bottom: 64px;
  }
}
@media only screen and (max-width: 768px) {
  .container__cookie-policy .inner-wrapper .cookie-policy__hero {
    gap: 16px;
    padding-bottom: 48px;
  }
}
.container__cookie-policy .inner-wrapper .cookie-policy__hero p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 21px;
}
@media only screen and (max-width: 768px) {
  .container__cookie-policy .inner-wrapper .cookie-policy__hero p {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 21px;
  }
}
.container__cookie-policy .inner-wrapper .chapters {
  max-width: 900px;
  margin: 0 auto;
  padding: 32px;
  background-color: #ffffff;
  border-radius: 16px;
}
@media only screen and (max-width: 1024px) {
  .container__cookie-policy .inner-wrapper .chapters {
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .container__cookie-policy .inner-wrapper .chapters {
    padding: 24px;
  }
}
.container__cookie-policy .inner-wrapper .chapters .chapter {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 48px;
}
.container__cookie-policy .inner-wrapper .chapters .chapter:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .container__cookie-policy .inner-wrapper .chapters .chapter {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .container__cookie-policy .inner-wrapper .chapters .chapter h2 {
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: -0.064px;
  }
}
.container__cookie-policy .inner-wrapper .chapters .chapter h3 {
  margin-top: 8px;
}
@media only screen and (max-width: 768px) {
  .container__cookie-policy .inner-wrapper .chapters .chapter h3 {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: -0.064px;
  }
}
.container__cookie-policy .inner-wrapper .chapters .chapter p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 21px;
}
@media only screen and (max-width: 768px) {
  .container__cookie-policy .inner-wrapper .chapters .chapter p {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 21px;
  }
}
.container__cookie-policy .inner-wrapper .chapters .chapter ul {
  margin: 0;
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.container__cookie-policy .inner-wrapper .chapters .chapter a {
  font-size: 1rem;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: -0.005px;
  color: #004a94;
  word-break: break-word;
  overflow-wrap: anywhere;
}
@media only screen and (max-width: 768px) {
  .container__cookie-policy .inner-wrapper .chapters .chapter a {
    font-size: 0.875rem;
  }
}
.container__cookie-policy .inner-wrapper .chapters .chapter button {
  width: fit-content;
}
.container__cookie-policy .inner-wrapper .chapters .chapter .contact-info-wrapper {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media only screen and (max-width: 768px) {
  .container__cookie-policy .inner-wrapper .chapters .chapter .contact-info-wrapper {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 21px;
    margin-top: 0;
  }
}

.container__privacy-policy {
  background-color: #f7f5f5;
}
.container__privacy-policy .inner-wrapper {
  display: flex;
  flex-direction: column;
}
.container__privacy-policy .inner-wrapper .privacy-policy__hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 80px;
  gap: 24px;
}
@media only screen and (max-width: 1024px) {
  .container__privacy-policy .inner-wrapper .privacy-policy__hero {
    gap: 16px;
    padding-bottom: 64px;
  }
}
@media only screen and (max-width: 768px) {
  .container__privacy-policy .inner-wrapper .privacy-policy__hero {
    gap: 16px;
    padding-bottom: 48px;
  }
}
.container__privacy-policy .inner-wrapper .privacy-policy__hero p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 21px;
}
@media only screen and (max-width: 768px) {
  .container__privacy-policy .inner-wrapper .privacy-policy__hero p {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 21px;
  }
}
.container__privacy-policy .inner-wrapper .chapters {
  max-width: 900px;
  margin: 0 auto;
  padding: 32px;
  background-color: #ffffff;
  border-radius: 16px;
}
@media only screen and (max-width: 1024px) {
  .container__privacy-policy .inner-wrapper .chapters {
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .container__privacy-policy .inner-wrapper .chapters {
    padding: 24px;
  }
}
.container__privacy-policy .inner-wrapper .chapters .chapter {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 48px;
}
.container__privacy-policy .inner-wrapper .chapters .chapter:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .container__privacy-policy .inner-wrapper .chapters .chapter {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .container__privacy-policy .inner-wrapper .chapters .chapter h2 {
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: -0.064px;
  }
}
.container__privacy-policy .inner-wrapper .chapters .chapter h3 {
  margin-top: 8px;
}
@media only screen and (max-width: 768px) {
  .container__privacy-policy .inner-wrapper .chapters .chapter h3 {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: -0.064px;
  }
}
.container__privacy-policy .inner-wrapper .chapters .chapter p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 21px;
}
@media only screen and (max-width: 768px) {
  .container__privacy-policy .inner-wrapper .chapters .chapter p {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 21px;
  }
}
.container__privacy-policy .inner-wrapper .chapters .chapter ul {
  margin: 0;
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media only screen and (max-width: 768px) {
  .container__privacy-policy .inner-wrapper .chapters .chapter ul {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 21px;
    gap: 4px;
  }
}
.container__privacy-policy .inner-wrapper .chapters .chapter a {
  font-size: 1rem;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: -0.005px;
  color: #004a94;
  word-break: break-word;
  overflow-wrap: anywhere;
}
@media only screen and (max-width: 768px) {
  .container__privacy-policy .inner-wrapper .chapters .chapter a {
    font-size: 0.875rem;
  }
}
.container__privacy-policy .inner-wrapper .chapters .chapter .contact-info-wrapper {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media only screen and (max-width: 768px) {
  .container__privacy-policy .inner-wrapper .chapters .chapter .contact-info-wrapper {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 21px;
    margin-top: 0;
  }
}

.header {
  padding: 0 48px;
  height: 101px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 80px;
  z-index: 999;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  transition: padding 0.5s ease, box-shadow 0.5s ease;
  background-color: #ffffff;
}
@media only screen and (max-width: 1024px) {
  .header {
    padding: 16px 24px;
    height: 85px;
  }
}
@media only screen and (max-width: 768px) {
  .header {
    padding: 16px;
    height: 64px;
  }
}
.header.scrolled {
  padding: 0 32px;
  height: 85px;
  background-color: #ffffff;
  position: fixed;
}
@media only screen and (max-width: 1024px) {
  .header.scrolled {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 768px) {
  .header.scrolled {
    height: 56px;
  }
}
.header.scrolled .menu-toggle {
  top: 12px;
}

.header__logo-wrapper {
  transition: all 250ms ease;
  flex-shrink: 0;
}
@media not all and (hover: none) {
  .header__logo-wrapper:hover {
    opacity: 0.75;
  }
}
@media only screen and (max-width: 768px) {
  .header__logo-wrapper .logo__desktop {
    display: none;
  }
}
.header__logo-wrapper .logo__mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .header__logo-wrapper .logo__mobile {
    display: block;
  }
}

.navigation .navigation__wrapper {
  display: flex;
  align-items: center;
}
.navigation .navigation__wrapper .navigation__link-wrapper {
  display: inline-block;
  padding: 11.5px 24px;
  align-items: center;
}
.navigation .navigation__wrapper .navigation__link-wrapper:last-child {
  padding-right: 0;
}
@media only screen and (max-width: 1024px) {
  .navigation .navigation__wrapper .navigation__link-wrapper {
    padding: 12px 16px;
  }
}
.navigation .navigation__wrapper .navigation-link {
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.48px;
  position: relative;
  padding-bottom: 8px;
}
.navigation .navigation__wrapper .navigation-link:before, .navigation .navigation__wrapper .navigation-link:after {
  content: "";
  position: absolute;
  bottom: 1.5px;
  left: 0;
  right: 0;
  height: 1.5px;
  background-color: #000000;
}
.navigation .navigation__wrapper .navigation-link:before {
  opacity: 0;
  transform: translateY(-6px);
  transition: transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s;
}
.navigation .navigation__wrapper .navigation-link:after {
  opacity: 0;
  transform: 3px;
  transition: transform 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 350ms;
}
.navigation .navigation__wrapper .navigation-link:hover:before, .navigation .navigation__wrapper .navigation-link:hover:after, .navigation .navigation__wrapper .navigation-link:focus:before, .navigation .navigation__wrapper .navigation-link:focus:after {
  opacity: 1;
  transform: translateY(0);
}
.navigation .navigation__wrapper .navigation-link:hover:before, .navigation .navigation__wrapper .navigation-link:focus:before {
  transition: transform 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 350ms;
}
.navigation .navigation__wrapper .navigation-link:hover:after, .navigation .navigation__wrapper .navigation-link:focus:after {
  transition: transform 0s 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s 350ms;
}
@media only screen and (max-width: 1024px) {
  .navigation .navigation__wrapper .navigation-link {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.48px;
  }
}
@media only screen and (max-width: 768px) {
  .navigation .navigation__wrapper {
    display: none;
  }
}

.menu-toggle {
  display: none;
}
@media only screen and (max-width: 768px) {
  .menu-toggle {
    display: block;
    position: absolute;
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
    z-index: 1001;
    cursor: pointer;
  }
  .menu-toggle .menu-icon {
    display: flex;
    gap: 5px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
  }
  .menu-toggle .menu-icon span {
    height: 2px;
    width: 24px;
    background-color: #000000;
  }
}

.navigation__mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .navigation__mobile {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    height: 100dvh;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(8px);
    padding: 24px;
    z-index: 1001;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-24px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  }
  .navigation__mobile.open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .navigation__mobile .mobile-menu__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .navigation__mobile .mobile-menu__logo {
    height: 32px;
  }
  .navigation__mobile .close-button {
    cursor: pointer;
    width: 32px;
    height: 32px;
  }
  .navigation__mobile .navigation__wrapper {
    display: flex;
    flex-direction: column;
    gap: 32px;
    min-height: calc(100vh - 80px);
    min-height: calc(100dvh - 80px);
    justify-content: center;
  }
  .navigation__mobile .navigation__wrapper .navigation-link {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: -0.064px;
  }
}

.footer {
  background-color: #d1e4ff;
  padding: 80px 0;
  color: #000000;
}
@media only screen and (max-width: 1024px) {
  .footer {
    padding: 64px 0;
  }
}
@media only screen and (max-width: 768px) {
  .footer {
    padding: 48px 0;
  }
}
.footer .inner-wrapper {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1400px) {
  .footer .inner-wrapper {
    padding: 0 48px;
  }
}
@media only screen and (max-width: 768px) {
  .footer .inner-wrapper {
    padding: 0 24px;
    flex-direction: column;
    gap: 32px;
  }
}
.footer .inner-wrapper .footer_logo-copyright {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer .inner-wrapper .footer_logo-copyright .footer__logo {
  width: 100px;
  transition: all 250ms ease;
}
@media not all and (hover: none) {
  .footer .inner-wrapper .footer_logo-copyright .footer__logo:hover {
    opacity: 0.75;
  }
}
.footer .inner-wrapper .footer_logo-copyright #copyright {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: -0.005px;
  line-height: initial;
}
@media only screen and (max-width: 768px) {
  .footer .inner-wrapper .footer_logo-copyright #copyright {
    display: none;
  }
}
.footer .shortcuts {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media only screen and (max-width: 1024px) {
  .footer .shortcuts {
    gap: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .footer .shortcuts {
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.062745098);
  }
}
@media only screen and (max-width: 1024px) {
  .footer .shortcuts h2 {
    font-size: 1.625rem;
    font-weight: 600;
  }
}
.footer .shortcuts .shortcut-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 80px;
}
@media only screen and (max-width: 768px) {
  .footer .shortcuts .shortcut-links {
    grid-template-columns: 1fr;
  }
}
.footer .shortcuts .shortcut-links .shortcut-link {
  padding: 10px 0;
  position: relative;
}
.footer .shortcuts .shortcut-links .shortcut-link:nth-child(1) {
  padding-top: 0;
}
.footer .shortcuts .shortcut-links .shortcut-link:nth-child(2) {
  padding-top: 0;
}
@media only screen and (max-width: 768px) {
  .footer .shortcuts .shortcut-links .shortcut-link:nth-child(2) {
    padding-top: 10px;
  }
}
.footer .shortcuts .shortcut-links .shortcut-link:nth-child(5) {
  padding-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .footer .shortcuts .shortcut-links .shortcut-link:nth-child(5) {
    padding-bottom: 10px;
  }
}
.footer .shortcuts .shortcut-links .shortcut-link:nth-child(6) {
  padding-bottom: 0;
}
.footer #copyright-mobile {
  display: none;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: -0.005px;
  line-height: initial;
}
@media only screen and (max-width: 768px) {
  .footer #copyright-mobile {
    display: block;
  }
}

.button-primary.large {
  position: relative;
  overflow: hidden;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.25px;
  padding: 8px 8px 8px 24px;
  display: flex;
  align-items: center;
  gap: 20px;
  background-color: #e8e5e6;
  border-radius: 56px;
  transition: background-color 0.3s ease;
}
.button-primary.large::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background-color: #000000;
  z-index: 0;
  transition: width 0.4s ease;
  border-radius: 56px;
}
.button-primary.large .button-text,
.button-primary.large .button-icon {
  position: relative;
  z-index: 1;
  transition: color 0.3s ease, transform 0.3s ease;
}
.button-primary.large .button-icon {
  width: 40px;
  height: 40px;
  transition: transform 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .button-primary.large .button-icon {
    width: 32px;
    height: 32px;
  }
}
.button-primary.large .button-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.button-primary.large .button-icon rect,
.button-primary.large .button-icon path {
  transition: fill 0.3s ease;
}
.button-primary.large:hover {
  color: #ffffff;
}
.button-primary.large:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}
.button-primary.large:hover .button-icon rect {
  fill: #ffffff;
}
.button-primary.large:hover .button-icon path {
  fill: #000000;
}
@media only screen and (max-width: 768px) {
  .button-primary.large {
    font-size: 0.875rem;
    padding: 8px 8px 8px 16px;
    gap: 16px;
    border-radius: 48px;
  }
  .button-primary.large svg {
    width: 32px;
    height: 32px;
  }
}

.button-primary.xsmall {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.25px;
  padding: 8px 12px 8px 12px;
  display: flex;
  align-items: center;
  background-color: #000000;
  color: #ffffff;
  border-radius: 35px;
  transition: all 250ms ease;
}
.button-primary.xsmall:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.button-secondary.large {
  position: relative;
  overflow: hidden;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.25px;
  padding: 17px 24px 17px 24px;
  display: flex;
  align-items: center;
  background-color: #000000;
  color: #ffffff;
  border-radius: 56px;
  transition: color 0.3s ease, background-color 0.3s ease;
  /*   &:hover {
    background-color: rgba(0, 0, 0, 0.7);
  } */
}
.button-secondary.large::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background-color: #333333;
  z-index: 0;
  transition: width 0.4s ease;
  border-radius: 56px;
}
.button-secondary.large .button-text {
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
}
.button-secondary.large:hover {
  color: #ffffff;
}
.button-secondary.large:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}
@media only screen and (max-width: 768px) {
  .button-secondary.large {
    font-size: 0.875rem;
    padding: 16px 12px 16px 12px;
    border-radius: 48px;
    justify-content: center;
  }
}

.button-secondary.xsmall {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.25px;
  padding: 8px 12px 8px 12px;
  display: flex;
  align-items: center;
  background-color: #e8e5e6;
  color: #000000;
  border-radius: 35px;
  transition: all 250ms ease;
}
.button-secondary.xsmall:hover {
  background-color: #d9d4d5;
}

.accordions {
  display: flex;
  align-items: center;
  gap: 80px;
}
@media only screen and (max-width: 1400px) {
  .accordions {
    gap: 48px;
  }
}
@media only screen and (max-width: 1200px) {
  .accordions {
    flex-direction: column;
  }
}
@media only screen and (max-width: 1024px) {
  .accordions {
    gap: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .accordions {
    gap: 32px;
  }
}
.accordions .accordions-wrapper {
  width: 100%;
}
.accordions .accordions-wrapper .accordion {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #d9d4d5;
}
.accordions .accordions-wrapper .accordion .accordion_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 48px;
  position: relative;
  padding: 24px 0;
  cursor: pointer;
}
@media only screen and (max-width: 1300px) {
  .accordions .accordions-wrapper .accordion .accordion_title {
    gap: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .accordions .accordions-wrapper .accordion .accordion_title {
    padding: 20px 0;
  }
}
.accordions .accordions-wrapper .accordion .accordion_title h3 {
  color: #000000;
  font-size: 1.625rem;
  font-weight: 600;
  letter-spacing: -0.064px;
}
@media only screen and (max-width: 768px) {
  .accordions .accordions-wrapper .accordion .accordion_title h3 {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: -0.064px;
  }
}
.accordions .accordions-wrapper .accordion .accordion_title .icon {
  transform: rotate(0);
  transition: all 500ms ease;
  height: 36px;
  width: 36px;
}
@media only screen and (max-width: 768px) {
  .accordions .accordions-wrapper .accordion .accordion_title .icon {
    height: 30px;
    width: 30px;
  }
  .accordions .accordions-wrapper .accordion .accordion_title .icon svg {
    height: 30px;
    width: 30px;
  }
}
.accordions .accordions-wrapper .accordion .accordion_content {
  color: #000000;
  max-height: 0;
  overflow: hidden;
  will-change: max-height;
  transition: all 500ms ease;
  opacity: 0;
}
.accordions .accordions-wrapper .accordion:first-child .accordion_title {
  padding-top: 0;
}
.accordions .accordions-wrapper .accordion_active {
  border-bottom: 1px solid #d9d4d5;
  padding-bottom: 24px;
}
@media only screen and (max-width: 768px) {
  .accordions .accordions-wrapper .accordion_active {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .accordions .accordions-wrapper .accordion_active .accordion_title {
    padding-bottom: 16px;
  }
}
.accordions .accordions-wrapper .accordion_active .accordion_title .icon {
  transform: rotate(180deg);
  transition: transform 500ms;
  height: 36px;
  width: 36px;
}
@media only screen and (max-width: 768px) {
  .accordions .accordions-wrapper .accordion_active .accordion_title .icon {
    height: 30px;
    width: 30px;
  }
  .accordions .accordions-wrapper .accordion_active .accordion_title .icon svg {
    height: 30px;
    width: 30px;
  }
}
.accordions .accordions-wrapper .accordion_active .accordion_content {
  padding: 0;
  opacity: 1;
}
.accordions .accordions-wrapper p {
  color: #000000;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: -0.005px;
  margin: 0;
}
@media only screen and (max-width: 1200px) {
  .accordions .accordions-wrapper p {
    width: 750px;
  }
}
@media only screen and (max-width: 1024px) {
  .accordions .accordions-wrapper p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 21px;
  }
}
@media only screen and (max-width: 846px) {
  .accordions .accordions-wrapper p {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .accordions .accordions-wrapper p {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 21px;
  }
}
.accordions .accordions-wrapper img {
  width: 100%;
}
.accordions .accordions-wrapper .accordion_image {
  display: none;
}
.accordions .accordion_images {
  position: relative;
  width: 100%;
}
.accordions .accordion_images img {
  opacity: 0;
  transition: all 500ms ease;
  width: 100%;
  height: 740px;
  object-fit: cover;
  border-radius: 16px;
}
@media only screen and (max-width: 1200px) {
  .accordions .accordion_images img {
    height: 600px;
  }
}
@media only screen and (max-width: 1024px) {
  .accordions .accordion_images img {
    height: 535px;
  }
}
@media only screen and (max-width: 768px) {
  .accordions .accordion_images img {
    height: 250px;
  }
}
.accordions .accordion_images img:not(:first-child) {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.accordions .accordion_images img.active {
  opacity: 1;
  width: 100%;
}

.text-accordions {
  width: 100%;
}
.text-accordions .text-accordion {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #d9d4d5;
}
.text-accordions .text-accordion .text-accordion_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 48px;
  position: relative;
  padding: 24px 0;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .text-accordions .text-accordion .text-accordion_title {
    padding: 20px 0;
  }
}
.text-accordions .text-accordion .text-accordion_title h3 {
  color: #000000;
  font-size: 1.625rem;
  font-weight: 600;
  letter-spacing: -0.064px;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .text-accordions .text-accordion .text-accordion_title h3 {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: -0.064px;
  }
}
.text-accordions .text-accordion .text-accordion_title .icon {
  transform: rotate(0);
  transition: all 500ms ease;
  height: 36px;
  width: 36px;
}
@media only screen and (max-width: 768px) {
  .text-accordions .text-accordion .text-accordion_title .icon {
    height: 30px;
    width: 30px;
  }
  .text-accordions .text-accordion .text-accordion_title .icon svg {
    height: 30px;
    width: 30px;
  }
}
.text-accordions .text-accordion .text-accordion_content {
  color: #000000;
  max-height: 0;
  overflow: hidden;
  will-change: max-height;
  transition: all 500ms ease;
  opacity: 0;
}
@media only screen and (max-width: 1200px) {
  .text-accordions .text-accordion .text-accordion_content p {
    width: 750px;
  }
}
@media only screen and (max-width: 1024px) {
  .text-accordions .text-accordion .text-accordion_content p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 21px;
  }
}
@media only screen and (max-width: 846px) {
  .text-accordions .text-accordion .text-accordion_content p {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .text-accordions .text-accordion .text-accordion_content p {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 21px;
  }
}
.text-accordions .text-accordion:first-child .text-accordion_title {
  padding-top: 0;
}
.text-accordions .text-accordion_active {
  padding-bottom: 24px;
}
@media only screen and (max-width: 768px) {
  .text-accordions .text-accordion_active {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .text-accordions .text-accordion_active .text-accordion_title {
    padding-bottom: 16px;
  }
}
.text-accordions .text-accordion_active .text-accordion_title .icon {
  transform: rotate(180deg);
  transition: transform 500ms;
}
.text-accordions .text-accordion_active .text-accordion_content {
  opacity: 1;
}
.text-accordions .text-accordion_active p {
  color: #3a3436;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: -0.005px;
  margin: 0;
}
.text-accordions .text-accordion_active p a {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: -0.005px;
  color: #004a94;
  text-decoration: none;
}

.usps {
  display: flex;
  gap: 80px;
  margin-top: 24px;
}
@media only screen and (max-width: 1300px) {
  .usps {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .usps {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px 80px;
  }
}
@media only screen and (max-width: 768px) {
  .usps {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.usps .usp {
  width: 100%;
}
@media only screen and (max-width: 1300px) {
  .usps .usp {
    width: 300px;
  }
}
@media only screen and (max-width: 768px) {
  .usps .usp {
    width: 100%;
  }
}
.usps .usp .title-number h3 {
  font-size: 3.625rem;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 768px) {
  .usps .usp .title-number h3 {
    font-size: 3rem;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 12px;
  }
}
.usps .usp .subtitle h4 {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: -0.064px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 768px) {
  .usps .usp .subtitle h4 {
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: -0.064px;
    margin-bottom: 8px;
  }
}
.usps .usp .text p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.005px;
  color: #3a3436;
}

.usp-cards {
  padding: 8px;
  width: 100%;
  background-color: #d1e4ff;
  border-radius: 16px;
  width: 100%;
}
.usp-cards .usp-cards__inner-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media only screen and (max-width: 1300px) {
  .usp-cards .usp-cards__inner-wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 1fr;
  }
}
@media only screen and (max-width: 1024px) {
  .usp-cards .usp-cards__inner-wrapper {
    grid-template-columns: 1fr;
    grid-auto-rows: initial;
  }
}
.usp-cards .usp-cards__inner-wrapper .usp-card {
  padding: 32px;
  background-color: #ffffff;
  border-radius: 8px;
}
@media only screen and (max-width: 768px) {
  .usp-cards .usp-cards__inner-wrapper .usp-card {
    padding: 24px;
  }
}
.usp-cards .usp-cards__inner-wrapper .usp-card .usp-card__number {
  margin-bottom: 24px;
}
@media only screen and (max-width: 768px) {
  .usp-cards .usp-cards__inner-wrapper .usp-card .usp-card__number {
    margin-bottom: 16px;
  }
}
.usp-cards .usp-cards__inner-wrapper .usp-card .usp-card__number h4 {
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 2px;
}
.usp-cards .usp-cards__inner-wrapper .usp-card .usp-card__subtitle {
  margin-bottom: 16px;
}
@media only screen and (max-width: 768px) {
  .usp-cards .usp-cards__inner-wrapper .usp-card .usp-card__subtitle h5 {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: -0.064px;
  }
}
.usp-cards .usp-cards__inner-wrapper .usp-card .usp-card__text p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.005px;
}
@media only screen and (max-width: 768px) {
  .usp-cards .usp-cards__inner-wrapper .usp-card .usp-card__text p {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 21px;
  }
}

.contact-form {
  background-color: #ffffff;
  color: #000000;
  border-radius: 16px;
  padding: 32px;
  flex: 1;
  box-shadow: 0px 12px 42px rgba(0, 0, 0, 0.8);
  max-width: 600px;
}
@media only screen and (max-width: 1300px) {
  .contact-form {
    margin: 0 auto;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .contact-form {
    margin: 0 auto;
    width: 100%;
    max-width: none;
  }
}
@media only screen and (max-width: 768px) {
  .contact-form {
    padding: 24px;
  }
}
.contact-form label {
  display: block;
  margin-bottom: 12px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.005px;
}
@media only screen and (max-width: 768px) {
  .contact-form label {
    font-size: 0.875rem;
    font-weight: 400;
    margin-bottom: 8px;
  }
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 13px 12px;
  border-radius: 8px;
  border: 1px solid #e8e5e6;
  background-color: #f7f5f5;
  margin-bottom: 24px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.005px;
  resize: vertical;
}
@media only screen and (max-width: 768px) {
  .contact-form input,
  .contact-form textarea {
    font-size: 0.875rem;
    font-weight: 400;
    margin-bottom: 16px;
  }
}
.contact-form textarea {
  margin-bottom: 16px;
}
.contact-form input.invalid,
.contact-form textarea.invalid {
  border: 1px solid #e84c4c;
}
.contact-form button {
  margin-top: 32px;
}
@media only screen and (max-width: 768px) {
  .contact-form button {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 576px) {
  .contact-form button {
    width: 100%;
  }
}
.contact-form .policy-text {
  font-size: 0.875rem;
  line-height: 21px;
}
.contact-form .policy-text a {
  font-size: 0.875rem;
  font-weight: 500;
  color: #004a94;
}
.contact-form #form-status {
  display: none;
  margin-top: 24px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.005px;
}
.contact-form #form-status.visible {
  display: block;
}

.cookie-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 9998;
  opacity: 0;
  pointer-events: none;
  transition: opacity 400ms ease;
}
.cookie-overlay.visible {
  opacity: 1;
  pointer-events: auto;
}
.cookie-overlay.hide {
  opacity: 0;
  pointer-events: none;
}
.cookie-overlay.hidden {
  display: none;
}

.cookie-consent,
.cookie-overlay {
  pointer-events: auto;
}

.cookie-consent {
  position: fixed;
  bottom: 24px;
  left: 24px;
  right: 24px;
  background-color: #ffffff;
  color: #000000;
  padding: 20px;
  max-width: 375px;
  z-index: 9999;
  box-shadow: 0 3.2px 6.4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  opacity: 0;
  transform: translateY(250px);
  transition: transform 600ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 600ms ease;
  pointer-events: none;
}
.cookie-consent.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  transition-delay: 250ms;
}
.cookie-consent.hide {
  opacity: 0;
  transform: translateY(250px);
  pointer-events: none;
  transition-delay: 0ms;
}
.cookie-consent p {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.005px;
  margin-bottom: 16px;
}
.cookie-consent p a {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: -0.005px;
  color: #004a94;
  text-decoration: none;
}
.cookie-consent .cookie-consent__buttons {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 8px;
  width: 100%;
}
.cookie-consent .cookie-consent__buttons .small {
  width: 100%;
  display: flex;
  justify-content: center;
}

#status-banner {
  display: none;
}

.status-banner {
  position: relative;
  background-color: #f5a623;
  color: #000000;
  padding: 10px 48px;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
  width: 100%;
  transition: transform 300ms ease, opacity 300ms ease;
  transform: translateY(-100%);
  opacity: 0;
  z-index: 1002;
}
@media only screen and (max-width: 1024px) {
  .status-banner {
    gap: 24px;
    padding: 10px 24px;
  }
}
@media only screen and (max-width: 768px) {
  .status-banner {
    gap: 24px;
    padding: 10px 16px;
  }
}
.status-banner .status-text {
  margin: 0;
  flex: 1;
  font-size: 1rem;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.005px;
}
@media only screen and (max-width: 768px) {
  .status-banner .status-text {
    font-size: 0.875rem;
  }
}
.status-banner .status-close {
  background: none;
  border: none;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.status-banner.visible {
  transform: translateY(0);
  opacity: 1;
}
.status-banner.hidden {
  transform: translateY(-100%);
  opacity: 1;
}

.skip-to-content-link {
  position: absolute;
  top: 0;
  left: 14px;
  transform: translateY(-100%);
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.25px;
  background-color: #131010;
  color: #ffffff;
  padding: 8px 12px;
  z-index: 1003;
  border-radius: 36px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0;
  pointer-events: none;
  white-space: nowrap;
}
.skip-to-content-link:focus {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
  left: 14px;
  top: 14px;
  z-index: 9999;
  border-radius: 36px;
}

main:focus {
  outline: none;
}/*# sourceMappingURL=main.css.map */