@font-face {
  font-family: Boska;
  src: url('../fonts/Boska-Italic.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Updock;
  src: url('../fonts/Updock-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Boska;
  src: url('../fonts/Boska-BoldItalic.woff2') format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Boska;
  src: url('../fonts/Boska-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Boska;
  src: url('../fonts/Boska-MediumItalic.woff2') format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-VariableItalic.ttf') format("truetype");
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi Variable;
  src: url('../fonts/Satoshi-Variable.ttf') format("truetype");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --color--white: #f3f6f3;
  --color--neutral-darkest: #202f21;
  --size--16: 1rem;
  --percentage--100: 100%;
  --opacity--white-80: #f3f6f3cc;
  --font-family--boska: Boska, "Palatino Linotype", sans-serif;
  --opacity--white-50: #f3f6f380;
  --opacity--white-20: #f3f6f333;
  --opacity--transparent: #f3f6f300;
  --font-family--updock: Updock, "Palatino Linotype", sans-serif;
  --opacity--white-90: #f3f6f3e6;
  --color--neutral-darker-60: #314b3399;
  --size--8: .5rem;
  --size--1440: 90rem;
  --size--64: 4rem;
  --size--100: 6.25rem;
  --size--18: 1.13em;
  --percentage--90: 90%;
  --size--90: 5.63rem;
  --size--32: 2rem;
  --color--neutral-lightest: #e3eae1;
  --size--120: 7.5rem;
  --size--48: 3rem;
  --color--neutral-lighter: #c7d5c5;
  --size--24: 1.5rem;
  --size--12: .75rem;
  --color--neutral-darker: #314b33;
  --color--neutral: #527752;
  --opacity--neutral-darkest-60: #0009;
  --size--14: .88rem;
  --color--neutral-dark: #3d5e3e;
  --size--4: .25rem;
  --size--21: 1.31rem;
  --size--200: 12.5rem;
  --color--neutral-light: #739572;
  --opacity--white-5: #f3f6f30d;
  --opacity--white-10: #f3f6f31a;
  --opacity--white-15: #f3f6f326;
  --opacity--white-30: #f3f6f34d;
  --opacity--neutral-darkest-5: #0000000d;
  --opacity--neutral-darkest-10: #0000001a;
  --opacity--neutral-darkest-15: #00000026;
  --opacity--neutral-darkest-20: #0003;
  --opacity--neutral-darkest-30: #0000004d;
  --opacity--neutral-darkest-40: #0006;
  --opacity--neutral-darkest-50: #00000080;
  --font-family--satoshi: "Satoshi Variable", Verdana, sans-serif;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  background-color: var(--color--white);
  color: var(--color--neutral-darkest);
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: var(--size--16);
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  letter-spacing: -.04em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Boska, Palatino Linotype, sans-serif;
  font-size: 38px;
  font-style: italic;
  font-weight: 400;
  line-height: 44px;
}

h2 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Boska, Palatino Linotype, sans-serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Boska, Palatino Linotype, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
}

p {
  margin-bottom: 0;
}

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

img {
  object-fit: cover;
  max-width: 100%;
  display: inline-block;
}

.css_embed {
  pointer-events: none;
  width: 0;
  height: 0;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}

.crisp-header {
  justify-content: center;
  align-items: center;
  height: 100dvh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.crisp-loader {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100dvh;
  font-size: 1vw;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.crisp-header__content {
  width: var(--percentage--100);
  min-height: 100dvh;
  color: var(--opacity--white-80);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2.5em;
  position: relative;
}

.crisp-header__center {
  width: var(--percentage--100);
  height: var(--percentage--100);
  justify-content: center;
  align-items: center;
  padding: 1.5em;
  display: flex;
  position: absolute;
  left: 0;
}

.header__h1 {
  font-family: var(--font-family--boska);
  text-align: center;
  margin-top: 0;
  margin-bottom: .125em;
  font-size: 9vw;
  font-style: italic;
  font-weight: 400;
  line-height: 1.2;
  position: absolute;
  left: 7.4vw;
}

.header__h1.is--date {
  margin-top: -7dvh;
  font-size: 3vw;
  font-weight: 700;
  left: 25.4vw;
}

.header__h1.is--2 {
  margin-top: 25dvh;
  left: auto;
  right: 19vw;
}

.header__h1.is--and {
  color: var(--opacity--white-50);
  margin-left: 5vw;
  font-size: 25vw;
  top: 29.8dvh;
  left: auto;
}

.crisp-loader__group {
  z-index: 0;
  border-radius: .5em;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.crisp-loader__group.is--relative {
  position: relative;
  left: 100%;
}

.crisp-loader__group.is--relative.is-invert {
  left: auto;
  right: 100%;
}

.crisp-loader__group.is--duplicate {
  position: absolute;
}

.crisp-loader__cover-img {
  width: var(--percentage--100);
  height: var(--percentage--100);
  object-fit: cover;
  border-radius: inherit;
  position: absolute;
}

.crisp-loader__cover-img.is--scale-down {
  will-change: transform;
}

.crisp-loader__single {
  padding-left: 1em;
  padding-right: 1em;
  position: relative;
}

.crisp-loader__groups {
  z-index: 0;
  flex-flow: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.crisp-loader__media {
  border-radius: .5em;
  justify-content: center;
  align-items: center;
  width: 15em;
  height: 15em;
  display: flex;
  position: relative;
}

.crisp-loader__media.is--scaling {
  will-change: transform;
  border-radius: 0;
  transition-property: border-radius;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
  display: flex;
}

.crisp-loader__media.is--scaling.is--radius {
  border-radius: .5em;
}

.crisp-loader__fade {
  z-index: 2;
  background-image: linear-gradient(90deg, var(--color--white) 20%, var(--opacity--transparent));
  pointer-events: none;
  width: 5em;
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: -1px;
}

.crisp-loader__fade.is--duplicate {
  left: auto;
  right: -1px;
  transform: scaleX(-1);
}

.crisp-loader__wrap {
  z-index: 0;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  font-size: var(--size-font);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.crisp-header__slider-slide-inner {
  width: var(--percentage--100);
  height: var(--percentage--100);
  pointer-events: none;
  object-fit: cover;
  will-change: transform;
  position: absolute;
}

.crisp-header__slider {
  width: var(--percentage--100);
  height: var(--percentage--100);
  border-radius: .5em;
  position: absolute;
  inset: 0%;
}

.h_updock {
  font-family: var(--font-family--updock);
  letter-spacing: -.1em;
  font-size: 2em;
  font-style: normal;
  font-weight: 400;
}

.crisp-loader__initials {
  z-index: 0;
  aspect-ratio: 178 / 161;
  width: 25em;
  position: absolute;
}

.crisp-header__cut-out {
  z-index: 1;
  width: var(--percentage--100);
  height: var(--percentage--100);
  pointer-events: none;
  object-fit: cover;
  will-change: transform;
  position: absolute;
  inset: 0%;
}

.progress-nav {
  z-index: 200;
  width: 100%;
  color: var(--opacity--white-90);
  padding: 2em;
  position: fixed;
  bottom: 0;
  left: 0;
}

.page-wrapper {
  width: var(--percentage--100);
  position: relative;
  overflow: clip;
}

.progress-nav__wrapper {
  border: 1px solid var(--opacity--white-20);
  background-color: var(--color--neutral-darker-60);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 50em;
  padding: .5em;
}

.h2_160 {
  font-size: 11.25em;
  line-height: 1;
}

.progress-nav__btn {
  z-index: 3;
  height: 2em;
  padding-right: var(--size--8);
  padding-left: var(--size--8);
  cursor: pointer;
  color: inherit;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.progress-nav__btn.is--after {
  z-index: 1;
  width: 2.5em;
  height: 2.5em;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  left: 100%;
}

.progress-nav__btn.is--before {
  z-index: 1;
  width: 2.5em;
  height: 2.5em;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  right: 100%;
}

.section {
  z-index: 0;
  min-height: 100vh;
  position: relative;
}

.section.is--sticky {
  z-index: 0;
  position: sticky;
  top: 0;
}

.section.bg_dark.smooth-letters {
  overflow: clip;
}

.section.bg_dark.z_2 {
  z-index: 2;
}

.section.bg_dark.z_2.height-max__900 {
  min-height: auto;
}

.progress-nav__btn-text {
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1em;
  font-weight: 500;
  display: flex;
}

.progress-nav__btn-text.is--duplicate {
  position: absolute;
  top: 100%;
}

.progress-nav__list {
  border-radius: 50em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.progress-nav__inner {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.progress-nav__indicator {
  z-index: 2;
  background-color: var(--color--neutral-darkest);
  border-radius: 50em;
  width: 2.5em;
  height: 2.5em;
  position: absolute;
  left: -2.5em;
}

.bg_dark {
  background-color: var(--color--neutral-darkest);
  color: var(--color--white);
}

.bg_light {
  background-color: var(--color--white);
  color: var(--color--neutral-darkest);
}

.smooth-letters {
  background-color: var(--color--neutral-darkest);
  position: relative;
}

.smooth-letters__container {
  z-index: 1;
  width: var(--percentage--100);
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.smooth-letters__text {
  color: var(--opacity--white-80);
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: max-content;
  padding-left: 101vw;
  padding-right: 101vw;
  font-family: Boska, Palatino Linotype, sans-serif;
  font-size: 6vw;
  font-style: italic;
  line-height: .9;
  display: flex;
}

.code-embed {
  width: 0;
  height: 0;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.container {
  width: var(--percentage--100);
  max-width: var(--size--1440);
  padding-right: var(--size--64);
  padding-left: var(--size--64);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.padding_0 {
  padding-left: 0;
  padding-right: 0;
}

.spacer_100 {
  width: var(--percentage--100);
  padding-top: var(--size--100);
}

.grid_10 {
  width: var(--percentage--100);
  grid-column-gap: var(--size--16);
  grid-row-gap: var(--size--100);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.p_18 {
  font-size: var(--size--18);
}

.p_18.text_medium {
  font-weight: 500;
}

.text_indent-push-2 {
  margin-left: 2em;
}

.op_90 {
  opacity: var(--percentage--90);
}

.svg-embed {
  width: var(--percentage--100);
  height: var(--percentage--100);
  position: absolute;
  inset: 0%;
}

.svg-contain {
  z-index: 3;
  width: var(--percentage--100);
  padding-top: 9.5%;
  position: relative;
}

.container__minus-100 {
  z-index: 1;
  margin-top: -100vh;
  position: relative;
}

.background-zoom__start {
  aspect-ratio: 2 / 3;
  border-radius: 16em;
  width: 20em;
  position: relative;
}

.background-zoom__content {
  border-radius: inherit;
  will-change: width, height, transform;
  background-color: #aba994;
  width: 100%;
  height: 100%;
  margin-top: 1em;
  position: absolute;
  top: 0%;
  left: 0%;
  overflow: hidden;
}

.background-zoom__end {
  width: 100vw;
  height: 100vh;
}

.background-zoom__img {
  z-index: 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.background-zoom {
  z-index: 2;
  color: #f4f4f4;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  padding-top: calc(50dvh - 20em);
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
  position: relative;
  overflow: clip;
}

.background-zoom__dark {
  opacity: 0;
  background-color: #0d0f0d;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.parallax-content__wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.parallax-content_img-circle {
  aspect-ratio: 842 / 853;
  max-width: none;
}

.parallax-content_img-circle.is--1 {
  width: 30rem;
  position: absolute;
  bottom: 18.75rem;
  left: -175.8%;
}

.parallax-content_img-circle.is--2 {
  width: 22.32rem;
  position: absolute;
  left: 98.85%;
}

.parallax-content_img-door {
  aspect-ratio: 700 / 919;
  max-width: none;
}

.parallax-content_img-door.is--1 {
  width: 37rem;
  position: absolute;
  bottom: -6rem;
  left: 173%;
}

.parallax-content_img-door.is--2 {
  width: 40.01rem;
  position: absolute;
  top: -5.9rem;
  right: 91.75%;
}

.bg_noise {
  z-index: 0;
  pointer-events: none;
  mix-blend-mode: darken;
  background-image: url('../images/Noise.avif');
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.bg_noise.op_50 {
  opacity: .5;
}

.bg_noise.z-2 {
  z-index: 2;
}

.bg_texture {
  z-index: 0;
  opacity: .19;
  pointer-events: none;
  background-image: url('../images/bg_texture.avif');
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.bg_texture.is--dark {
  opacity: 1;
  background-image: url('../images/bg_texture-dark.avif');
  background-size: cover;
}

.bg_texture-gradient {
  z-index: 0;
  background-image: linear-gradient(180deg, var(--color--neutral-darkest), var(--opacity--transparent));
  pointer-events: none;
  height: 50vh;
  position: absolute;
  inset: 0%;
}

.parallax-content_img-square {
  aspect-ratio: 672 / 692;
  max-width: none;
}

.parallax-content_img-square.is--1 {
  width: 21.8rem;
  margin-top: 2rem;
  position: absolute;
  right: 231.7%;
}

.parallax-content_img-square.is--2 {
  width: 33.32rem;
  position: absolute;
  left: 144.65%;
}

.details__wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 72.63rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.details__wrapper.is--right {
  justify-content: center;
  align-items: flex-end;
}

.details__with-updock {
  margin: -6.3em 5em -4.1em auto;
}

.details__with-updock.is--ro {
  margin-right: 1.7em;
}

.details__with-updock.is--hu {
  margin-top: -3.8em;
}

.details__text-1 {
  margin-left: 9.5em;
  margin-right: auto;
}

.details__text-1.is--ro {
  margin-left: 7em;
}

.details__text-1.is--hu {
  margin-left: 5.4em;
}

.details__text-2 {
  margin-right: auto;
}

.details__text-4 {
  margin-left: 5rem;
  margin-right: auto;
}

.details__text-4.is--ro {
  margin-left: 0;
}

.details__paragraph-1 {
  max-width: 36.06rem;
  position: absolute;
  top: 15.1rem;
  right: 0;
}

.details__paragraph-1.is--hu {
  max-width: 23.8rem;
}

.details__paragraph-3 {
  max-width: 18.3rem;
  position: absolute;
  bottom: .5rem;
  left: auto;
  right: 9.6rem;
}

.details__paragraph-3.is--ro {
  max-width: 20.1rem;
  bottom: 1rem;
  right: 0;
}

.details__img {
  aspect-ratio: 920 / 683;
  width: 28.75rem;
  position: absolute;
  inset: -5.5rem -3.8rem auto auto;
}

.spacer_64 {
  width: var(--percentage--100);
  padding-top: var(--size--64);
}

.h2_90 {
  font-size: var(--size--90);
  line-height: 1;
}

.h2_90.is--right {
  align-self: flex-end;
  margin-top: -.25em;
}

.h2_90.is--right.is--date {
  margin-top: 0;
  margin-bottom: -.9em;
  margin-right: 1em;
}

.h2_90.is--right.is--date.is--hu {
  margin-top: 0;
  margin-right: 1.8em;
}

.text-max__470 {
  width: var(--percentage--100);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 29.38rem;
  display: flex;
  position: relative;
}

.text-max__470.is--ro {
  max-width: 29.7rem;
}

.text-max__470.is--hu {
  max-width: 40rem;
}

.spacer_32 {
  width: var(--percentage--100);
  padding-top: var(--size--32);
}

.details__time-wrapper {
  max-width: 16rem;
}

.h_32 {
  font-size: var(--size--32);
}

.details__time {
  font-family: Boska, Palatino Linotype, sans-serif;
  font-size: 7.5rem;
  font-style: normal;
  font-weight: 300;
}

.details_time-line-wrap {
  width: 1.5px;
  height: 9.38rem;
  position: relative;
}

.details_time-line {
  background-color: var(--color--neutral-darkest);
  width: 1.5px;
  height: 0%;
  position: absolute;
  inset: 0% 0% auto;
}

.details_time-line.is--white {
  background-color: var(--color--neutral-lightest);
}

.details__ending-wrapper {
  z-index: 2;
  width: var(--percentage--100);
  justify-content: center;
  align-items: flex-end;
  margin-top: 10dvh;
  display: flex;
  position: relative;
}

.details__ending-svg {
  aspect-ratio: 1424 / 341;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: -2px;
  display: flex;
}

.detials_bg-img {
  z-index: -1;
  width: var(--percentage--100);
  aspect-ratio: 2199 / 2199;
  pointer-events: none;
  max-width: none;
  margin-bottom: -22%;
  position: absolute;
}

.vertical_cetner {
  justify-content: center;
  display: flex;
}

.smooth-letters__scroll-indicator {
  z-index: 1;
  width: var(--percentage--100);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100svh;
  display: flex;
  position: absolute;
  top: 0;
}

.scroll-indicator__line-wrap {
  width: 1.5px;
  height: 2rem;
  position: relative;
}

.text-max__975 {
  width: var(--percentage--100);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 60.94rem;
  display: flex;
}

.h2_120 {
  font-size: var(--size--120);
  line-height: 1;
}

.h2_120.is--right {
  align-self: flex-end;
  margin-top: -.25em;
}

.h2_48 {
  font-size: var(--size--48);
  font-style: italic;
  line-height: 1;
}

.text__neutral-lighter {
  color: var(--color--neutral-lighter);
}

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

.text__minus-05em {
  margin-top: -.5em;
}

.text__max-380 {
  align-self: flex-start;
  max-width: 23.75rem;
}

.spacer_24 {
  width: var(--percentage--100);
  padding-top: var(--size--24);
}

.text_indent-push-1 {
  margin-left: 1em;
}

.journey-content_img {
  aspect-ratio: 1378 / 1725;
  width: 28.13rem;
  max-width: none;
  position: absolute;
  top: 2.5rem;
  left: 100%;
}

.journey-content_img.is--2 {
  aspect-ratio: 1213 / 1668;
  inset: auto 100% -6.9rem auto;
}

.journey-content__flower {
  aspect-ratio: 547 / 1081;
  width: 20rem;
  position: absolute;
  top: 20rem;
  right: -7.3rem;
  transform: rotate(-30deg);
}

.text__satoshi {
  font-family: Satoshi Variable, Verdana, sans-serif;
}

.text__bold {
  font-weight: 700;
}

.multi-form_field-wrapper {
  position: relative;
}

.multi-form_step-tag {
  margin-top: var(--size--8);
}

.multi-form_block {
  width: var(--percentage--100);
  max-width: 37.5rem;
  margin-bottom: 0;
}

.multi-form_form-content {
  grid-column-gap: var(--size--24);
  grid-row-gap: var(--size--24);
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.button {
  padding: var(--size--12) var(--size--24);
  border: 2px solid var(--color--neutral-darker);
  border-radius: var(--size--100);
  background-color: var(--color--neutral-darker);
  color: var(--color--white);
  font-variation-settings: "wght" 500;
  text-align: center;
  line-height: 1;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
}

.button:hover {
  font-variation-settings: "wght" 700;
}

.form_message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.form_field-label {
  z-index: 1;
  padding: 2px var(--size--12);
  background-color: var(--color--white);
  font-size: var(--size--12);
  font-weight: 700;
  text-decoration: none;
  position: absolute;
  top: -1em;
  left: 1.25rem;
}

.multi-form_step {
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.form_message-success {
  min-height: 35rem;
  padding: var(--size--48) var(--size--32);
  color: var(--color--neutral-darkest);
  text-align: left;
  background-color: #ecfdf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-group {
  grid-column-gap: var(--size--16);
  grid-row-gap: var(--size--16);
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group.is-right {
  justify-content: flex-end;
  align-self: flex-end;
  align-items: center;
  margin-top: auto;
}

.form_message-success-wrapper {
  padding: 0;
}

.form_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.form_input {
  height: auto;
  min-height: var(--size--48);
  padding: var(--size--8) var(--size--12);
  border: 1px solid var(--color--neutral);
  border-radius: var(--size--8);
  background-color: var(--color--white);
  color: var(--color--neutral-darkest);
  font-variation-settings: "wght" 500;
  margin-bottom: 0;
  line-height: 1.6;
}

.form_input:focus {
  border-color: var(--color--neutral-darkest);
  color: var(--color--neutral-darkest);
  font-variation-settings: "wght" 700;
}

.form_input::placeholder {
  color: var(--opacity--neutral-darkest-60);
  font-weight: 400;
}

.form_input.cc-valid {
  background-color: var(--color--neutral-lightest);
  background-image: url('../images/fi_check-circle.svg');
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: auto;
}

.form_input.text-area {
  min-height: var(--size--100);
}

.form_input.cc-error {
  background-color: #ff00000d;
  background-image: url('../images/fi_alert-circle.svg');
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: auto;
}

.form_message-error {
  color: #b42318;
  background-color: #fef3f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.slider_slide {
  width: 100%;
  height: 100%;
}

.form_image-flower {
  aspect-ratio: 1417 / 1256;
  width: 100%;
  position: absolute;
  inset: auto -30% -27% auto;
}

.form_image-flower.is--2 {
  width: 60%;
  inset: -10% auto auto -16%;
}

.text__medium {
  font-weight: 500;
}

.multi-form_image-wrapper {
  position: relative;
}

.multi-form_form {
  min-height: 35rem;
  padding: var(--size--48) var(--size--32);
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: var(--size--8);
  background-color: var(--color--white);
  color: var(--color--neutral-darkest);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  display: flex;
  overflow: hidden;
}

.multi-form_form.is--center {
  justify-content: center;
}

.multi-form_content-left {
  padding: var(--size--64);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.multi-form_progress {
  width: var(--percentage--100);
  height: var(--size--8);
  border-radius: var(--size--32);
  background-color: var(--color--neutral-lighter);
  display: flex;
  overflow: clip;
}

.multi-form_progress-bar {
  border-radius: var(--size--32);
  flex: 1;
  width: 100%;
  height: 100%;
}

.multi-form_progress-bar.current {
  background-color: var(--color--neutral-dark);
  border-radius: 0;
}

.multi-form_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 100vh;
  display: grid;
}

.p_14 {
  font-size: var(--size--14);
}

.p_14.text_medium {
  font-weight: 500;
}

.text_indent-push-4 {
  margin-left: 4em;
}

.text__minus-1em {
  margin-top: -1em;
}

.btn-animate-chars {
  max-width: 12em;
  padding-top: var(--size--12);
  padding-right: var(--size--24);
  padding-bottom: var(--size--12);
  padding-left: var(--size--24);
  border-top-left-radius: var(--size--100);
  border-top-right-radius: var(--size--100);
  border-bottom-left-radius: var(--size--100);
  border-bottom-right-radius: var(--size--100);
  color: var(--color--white);
  cursor: pointer;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  font-size: 1em;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn-animate-chars.is--secondary {
  color: var(--color--neutral-darker);
}

.btn-animate-chars__bg {
  border: 1px solid var(--color--neutral-darker);
  border-radius: var(--size--100);
  background-color: var(--color--neutral-darker);
  position: absolute;
  inset: 0;
}

.btn-animate-chars__bg.is--secondary {
  border: 1px solid var(--color--neutral-darker);
  background-color: var(--opacity--transparent);
}

.btn-animate-chars__text {
  white-space: nowrap;
  line-height: 1.3;
}

.c-error-message {
  display: none;
}

.c-error-message.cc-time-visit {
  position: absolute;
  inset: -3% 0% auto 43%;
}

.c-form_field {
  position: relative;
}

.c-text-3 {
  font-size: var(--size--12);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.2em;
}

.c-form_error-img {
  display: none;
}

.c-text-field {
  height: var(--size--48);
  padding: var(--size--12);
  border: 1px solid var(--color--neutral-darker);
  border-radius: var(--size--8);
  background-color: var(--color--white);
  color: var(--color--neutral-darkest);
}

.c-text-field::placeholder {
  color: var(--color--neutral-darker-60);
}

.c-text-field.c-text-1.cc-valid {
  background-color: var(--color--neutral-lightest);
  background-image: url('../images/fi_check-circle.svg');
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: auto;
}

.c-text-field.c-text-1.cc-error {
  background-color: #f0130033;
  border-color: #f003;
}

.c-text-field.c-text-1.cc-select {
  background-image: url('../images/fi_chevron-down.svg');
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: auto;
}

.c-tool-tip_error-img {
  position: absolute;
  inset: auto 0% -78% 44%;
}

.c-tool-tip_arrow {
  width: var(--size--8);
  height: var(--size--8);
  border-right: 1px solid var(--color--neutral-darker);
  border-bottom: 1px solid var(--color--neutral-darker);
  background-color: var(--color--white);
  position: absolute;
  inset: auto 0% -.3rem 48%;
  transform: rotate(45deg);
}

.c-tool-tip {
  width: var(--size--120);
  border: 1px solid var(--color--neutral-darker);
  border-radius: var(--size--8);
  background-color: var(--color--white);
  text-align: center;
  padding: 5px;
  position: absolute;
  inset: -2.2rem -5% auto auto;
}

.c-text-2 {
  font-size: var(--size--12);
  margin-top: 0;
  margin-bottom: 0;
  line-height: 16.2px;
}

.c-text-2.cc-field-header {
  padding: var(--size--4) var(--size--12);
  border-radius: var(--size--8);
  background-color: var(--color--white);
  display: block;
  position: absolute;
  inset: -1em auto auto 8%;
}

.c-text-2.cc-field-header.cc-red {
  color: #ff0000e3;
}

.c-checkbox-field {
  align-items: center;
  padding-left: 0;
  display: flex;
}

.form {
  margin-top: 30px;
}

.c-text-1 {
  font-size: var(--size--16);
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5;
  position: static;
}

.c-text-1.cc-bold {
  font-weight: 600;
  display: none;
}

.c-text-1.cc-grey {
  color: #252728;
}

.c-checkbox {
  border-radius: 0;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 18px;
}

.c-checkbox.w--redirected-checked {
  background-color: #fff;
  background-image: url('../images/Vector.svg');
  background-size: auto;
  border-width: 0;
  border-radius: 0;
}

.c-checkbox.w--redirected-focus {
  box-shadow: none;
}

.c-form_field-icon {
  display: none;
  position: absolute;
  inset: 32.5% 9% 0% auto;
}

.c-form_submit {
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  display: flex;
}

.c-button-l {
  color: #fff3;
  cursor: not-allowed;
  background-color: #0000;
  border: 1px solid #fff3;
  padding: 18px 60px;
  font-size: 16px;
  font-weight: 700;
  line-height: 12.6px;
  text-decoration: none;
  transition: all .3s;
}

.c-button-l:hover {
  color: #19191b;
  background-color: #fff;
}

.c-form_radio {
  justify-content: space-between;
  align-items: center;
  margin-top: 1em;
  display: flex;
}

.c-form_radio-field {
  justify-content: space-around;
  align-items: center;
  margin-right: 35px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.c-form_radio-field.cc-less-margin {
  margin-right: 20px;
}

.c-radio-button {
  border-color: #ffffff1c;
  flex: none;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  margin-left: 0;
  margin-right: 10px;
}

.c-radio-button.w--redirected-checked {
  background-image: url('../images/White.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
  border-width: 1px;
  border-color: #fff6;
}

.c-radio-button.w--redirected-focus {
  box-shadow: none;
}

.c-form_radio-wrapper {
  margin-top: 2.5em;
  margin-bottom: 6em;
  position: relative;
}

.c-form_block {
  z-index: 5;
}

.text_indent-push-8 {
  margin-left: 8em;
}

.p_21 {
  font-size: var(--size--21);
}

.smooth-letters__container_mobile-l {
  display: none;
}

.gallery_list {
  column-count: 3;
  column-gap: 2rem;
  position: relative;
}

.gallery_image-wide {
  width: var(--percentage--100);
  height: var(--percentage--100);
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.gallery_lightbox-link {
  width: var(--percentage--100);
  margin-bottom: var(--size--32);
}

.gallery_image-wrapper {
  width: var(--percentage--100);
  border-radius: var(--\<unknown\|relume-variable-radius-medium\>);
  overflow: hidden;
}

.gallery_image-square {
  width: var(--percentage--100);
  height: var(--percentage--100);
  aspect-ratio: 1;
  object-fit: cover;
}

.footer__content-wrapper {
  justify-content: center;
  align-items: center;
  min-height: 100dvh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer__h1 {
  opacity: var(--percentage--90);
  font-family: var(--font-family--boska);
  color: var(--color--white);
  font-size: var(--size--90);
  text-align: center;
  margin-top: -28.4rem;
  margin-left: -10.7rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.2;
  position: absolute;
}

.footer__h1.is--date {
  margin-top: -30.7rem;
  margin-left: -4.4rem;
  font-size: 2rem;
  font-weight: 700;
}

.footer__h1.is--2 {
  margin-top: -11.4rem;
  margin-left: 28.3rem;
}

.footer__h1.is--and {
  color: var(--opacity--white-50);
  margin-top: -21.3rem;
  margin-left: 12.7rem;
  font-size: 16.25rem;
}

.footer__image {
  z-index: 1;
  aspect-ratio: 1460 / 1084;
  width: 30rem;
  margin-top: -2.1rem;
  margin-left: -14rem;
  position: absolute;
}

.footer__image.is--2 {
  aspect-ratio: 1462 / 4000;
  margin-top: 3rem;
  top: 0;
  left: -3%;
}

.footer__image.is--3 {
  aspect-ratio: 1462 / 4000;
  margin-top: 3rem;
  margin-left: 0;
  top: 0;
  right: -14%;
}

.footer__image.is--4 {
  aspect-ratio: 1;
  width: 80vw;
  margin-top: 83dvh;
}

.spacer_8 {
  width: var(--percentage--100);
  padding-top: var(--size--8);
}

.text_05em {
  font-size: .5em;
}

.text_05em.is--hu {
  font-size: .35em;
}

.color-block {
  z-index: 2;
  aspect-ratio: 1;
  background-color: var(--color--white);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.color-block._100 {
  background-color: var(--color--neutral-lightest);
}

.color-block._200 {
  background-color: var(--color--neutral-lighter);
}

.color-block._300 {
  background-color: var(--color--neutral-light);
}

.color-block._500 {
  background-color: var(--color--neutral);
  color: var(--color--neutral-lightest);
}

.color-block._600 {
  background-color: var(--color--neutral-dark);
  color: var(--color--neutral-lightest);
}

.color-block._700 {
  background-color: var(--color--neutral-darker);
  color: var(--color--neutral-lightest);
}

.color-block._900 {
  background-color: var(--color--neutral-darkest);
  color: var(--color--neutral-lightest);
}

.color-block.gold {
  color: var(--color--neutral-darkest);
  background-color: #d9a443;
}

.grid_12 {
  width: var(--percentage--100);
  grid-column-gap: var(--size--16);
  grid-row-gap: var(--size--16);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

@media screen and (max-width: 991px) {
  .crisp-loader {
    font-size: 2vw;
  }

  .header__h1 {
    left: 0;
  }

  .header__h1.is--date {
    margin-top: -4dvh;
    left: 19.1vw;
  }

  .header__h1.is--and {
    top: 38.7dvh;
  }

  .h2_160 {
    font-size: 14vw;
  }

  .container {
    padding-right: var(--size--16);
    padding-left: var(--size--16);
  }

  .p_18.text_medium {
    max-width: 17.5rem;
  }

  .grid_empty.hide_tablet {
    display: none;
  }

  .container__minus-100 {
    margin-top: -60vh;
  }

  .parallax-content_img-circle.is--1 {
    width: 20rem;
    bottom: 6.25rem;
    left: -28.95%;
  }

  .parallax-content_img-circle.is--2 {
    width: 16rem;
    top: -14.7rem;
    left: 141.85%;
  }

  .parallax-content_img-door.is--1 {
    width: 20rem;
    bottom: -5.2rem;
    left: 124.5%;
  }

  .parallax-content_img-door.is--2 {
    width: 20.005rem;
    right: 103.75%;
  }

  .parallax-content_img-square.is--1 {
    width: 17rem;
    right: 115.5%;
  }

  .parallax-content_img-square.is--2 {
    width: 19rem;
    top: -17.05rem;
    left: 22.4125%;
  }

  .details__with-updock {
    margin-left: auto;
    margin-right: 0;
  }

  .details__with-updock.is--ro {
    margin-bottom: -2.5em;
  }

  .details__text-1 {
    margin-left: 7.2vw;
  }

  .details__text-1.is--ro {
    margin-left: 0;
  }

  .details__text-1.is--hu {
    margin-left: -.1em;
  }

  .details__text-4 {
    margin-bottom: 2em;
  }

  .details__paragraph-1 {
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: 10vw;
    position: static;
  }

  .details__paragraph-3 {
    margin-bottom: 2em;
    position: static;
  }

  .details__img {
    width: 60vw;
    margin-bottom: -11.9rem;
    margin-left: auto;
    margin-right: -11vw;
    position: static;
  }

  .h2_90 {
    font-size: 5.63rem;
  }

  .h2_120 {
    font-size: var(--size--90);
  }

  .journey-content_img {
    width: 17rem;
  }

  .journey-content_img.is--2 {
    bottom: -2.6rem;
  }

  .journey-content__flower {
    width: 13rem;
    top: 16.4rem;
  }

  .form_image-flower {
    bottom: -33%;
    right: -29%;
  }

  .multi-form_image-wrapper {
    aspect-ratio: 1;
  }

  .multi-form_component {
    grid-template-columns: 1fr;
  }

  .c-error-message.cc-time-visit {
    top: 0%;
    left: 56%;
  }

  .c-form_error-img {
    display: block;
    position: absolute;
    inset: 27% 0% auto 90%;
  }

  .c-text-field {
    height: 45px;
    margin-bottom: -5px;
  }

  .c-form_tip-error {
    display: none;
  }

  .c-text-2.cc-field-header {
    left: 5%;
  }

  .c-checkbox-field {
    align-self: flex-start;
    margin-top: 1em;
    margin-bottom: 3em;
    padding-left: 3px;
  }

  .c-checkbox {
    margin-right: 10px;
  }

  .c-form_field-icon {
    right: 11%;
  }

  .c-form_submit {
    flex-direction: column;
  }

  .c-form_radio {
    flex-direction: column;
    align-items: flex-start;
  }

  .c-form_radio-field {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .c-form_radio-wrapper {
    margin-bottom: 0;
  }

  .footer__image.is--2 {
    left: -3.8rem;
  }

  .footer__image.is--3 {
    right: -12.2rem;
  }

  .footer__image.is--4 {
    width: 60rem;
    margin-top: 0;
    bottom: -17.3rem;
  }
}

@media screen and (max-width: 767px) {
  .crisp-header__content {
    padding-top: 1.75em;
    padding-left: 1.75em;
    padding-right: 1.75em;
  }

  .header__h1 {
    margin-top: -20dvh;
    font-size: 15vw;
  }

  .header__h1.is--date {
    margin-top: -24dvh;
    font-size: 5vw;
    left: 31.6vw;
  }

  .header__h1.is--2 {
    margin-top: 0;
    right: .25em;
  }

  .header__h1.is--and {
    margin-top: 0;
    font-size: 45vw;
  }

  .smooth-letters__container {
    height: auto;
  }

  .smooth-letters__text {
    white-space: normal;
    padding-left: 0;
    padding-right: 0;
    font-size: 3rem;
    line-height: 1.1;
    display: none;
  }

  .container__minus-100 {
    margin-top: 0;
  }

  .parallax-content_img-circle.is--1 {
    bottom: 8.25rem;
  }

  .parallax-content_img-circle.is--2 {
    left: 67.75vw;
    right: auto;
  }

  .parallax-content_img-door.is--1 {
    left: 13.8rem;
  }

  .details__with-updock {
    margin-top: -4.1em;
    margin-bottom: -2.8em;
  }

  .details__text-1 {
    margin-left: 13.2vw;
    position: relative;
    left: -3em;
  }

  .details__text-1.is--ro {
    left: 0;
  }

  .details__text-1.is--hu {
    margin-left: 0;
    left: 0;
  }

  .details__text-4 {
    margin-right: auto;
  }

  .h2_90.is--right.is--date.is--hu {
    margin-right: .8em;
  }

  .details__time {
    font-size: 6rem;
  }

  .details__ending-wrapper {
    pointer-events: none;
  }

  .smooth-letters__scroll-indicator {
    pointer-events: none;
    display: none;
  }

  .h2_120 {
    font-size: var(--size--64);
  }

  .h2_120.is--right.op_90.text__neutral-lighter {
    text-align: right;
  }

  .h2_120.is--right.op_90.text__neutral-lighter.is--last {
    margin-top: 0;
  }

  .h2_48 {
    font-size: var(--size--32);
  }

  .journey-content__flower {
    top: 13.5rem;
  }

  .form_message-success {
    padding: var(--size--24) 6vw;
  }

  .multi-form_form {
    padding: 2rem;
  }

  .multi-form_content-left {
    padding: 6vw;
  }

  .c-error-message.cc-time-visit {
    left: 44%;
  }

  .c-text-2 {
    font-size: 12px;
  }

  .c-text-2.cc-field-header {
    left: 3%;
  }

  .c-checkbox-field {
    margin-bottom: 5em;
  }

  .c-text-1 {
    font-size: 16px;
    line-height: 28px;
  }

  .smooth-letters__container_mobile-l {
    width: var(--percentage--100);
    padding-right: var(--size--48);
    padding-left: var(--size--48);
    display: block;
  }

  .spacer_200 {
    width: var(--percentage--100);
    padding-top: var(--size--200);
  }

  .gallery_list {
    column-count: 2;
    column-gap: 1.5rem;
  }

  .gallery_lightbox-link {
    margin-bottom: 1.5rem;
  }

  .footer__h1.is--2 {
    margin-left: 12.6rem;
  }

  .footer__image {
    margin-left: -18.3rem;
  }

  .footer__image.is--2 {
    display: none;
    left: 1.4rem;
  }

  .footer__image.is--3 {
    right: -14.6rem;
  }

  .footer__image.is--4 {
    width: 55rem;
    max-width: none;
    margin-left: 0;
    bottom: -25.5rem;
  }
}

@media screen and (max-width: 479px) {
  .header__h1.is--and {
    color: var(--opacity--white-20);
    font-size: 100vw;
    top: 21.6dvh;
  }

  .h2_160 {
    font-size: 22vw;
  }

  .h2_160.is--ro {
    font-size: 15vw;
  }

  .section.bg_dark.is--footer {
    min-height: 43.75rem;
  }

  .spacer_100.hide_mobile {
    display: none;
  }

  .grid_10 {
    grid-row-gap: var(--size--64);
  }

  .grid_empty {
    display: none;
  }

  .background-zoom__start {
    width: 15em;
  }

  .parallax-content_img-circle.is--1 {
    width: 83vw;
    margin-top: -9.3rem;
    margin-left: auto;
    margin-right: -19vw;
    position: static;
  }

  .parallax-content_img-circle.is--2 {
    width: 83vw;
    position: static;
  }

  .parallax-content_img-door.is--1 {
    width: 83vw;
    margin-left: -20vw;
    margin-right: auto;
    position: static;
  }

  .parallax-content_img-door.is--2 {
    width: 150vw;
    margin-top: -23.5rem;
    margin-left: -33vw;
    position: static;
  }

  .bg_texture-gradient {
    height: 25vh;
  }

  .parallax-content_img-square.is--1 {
    width: 83vw;
    margin-top: 0;
    position: static;
  }

  .parallax-content_img-square.is--2 {
    width: 120vw;
    margin-right: -70vw;
    position: static;
  }

  .text_max-mobile-250 {
    max-width: 15.69rem;
  }

  .details__wrapper {
    justify-content: center;
    align-items: center;
  }

  .details__with-updock {
    margin: -3.5em auto -1.8em 0;
  }

  .details__with-updock.is--ro {
    margin-top: -2.8em;
    margin-bottom: -1.1em;
  }

  .details__with-updock.is--hu {
    margin-left: -5vw;
  }

  .details__text-1.is--ro {
    margin-left: 0;
    left: 0;
  }

  .details__text-2 {
    margin-left: auto;
    margin-right: 0;
  }

  .details__text-4 {
    margin-left: 0;
    margin-right: 0;
  }

  .details__text-4.is--ro {
    margin-left: 0;
  }

  .details__paragraph-1 {
    margin-right: 0;
  }

  .details__paragraph-3 {
    margin-left: auto;
  }

  .details__paragraph-3.is--ro {
    margin-left: 0;
    margin-right: auto;
  }

  .details__img {
    width: 90vw;
    margin-bottom: -2rem;
  }

  .h2_90 {
    font-size: 22vw;
  }

  .h2_90.is--right.is--date {
    margin-bottom: -.5em;
  }

  .h2_90.is--right.is--date.is--hu {
    margin-bottom: -1.2em;
    margin-right: .7em;
    font-size: 12vw;
  }

  .h2_90.text__medium.mobile_smaller {
    font-size: 15vw;
  }

  .h2_90.is--ro {
    font-size: 14vw;
  }

  .h2_90.is--hu {
    font-size: 15vw;
  }

  .details_time-line-wrap {
    height: 4.69rem;
  }

  .details__ending-wrapper {
    width: 200%;
  }

  .detials_bg-img {
    width: 60%;
    margin-bottom: 0%;
  }

  .vertical_cetner {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .h2_120 {
    font-size: 12.3vw;
  }

  .text__max-380 {
    align-self: center;
    max-width: 16rem;
  }

  .journey-content_img {
    width: 80vw;
    margin-left: auto;
    position: static;
  }

  .journey-content_img.is--2 {
    width: 90vw;
  }

  .journey-content__flower {
    width: 30vw;
    top: 13.1rem;
    right: -13.7vw;
  }

  .form_field-label {
    left: .5rem;
  }

  .form_image-flower {
    right: -12%;
  }

  .multi-form_form {
    padding-right: var(--size--14);
    padding-left: var(--size--14);
  }

  .text_indent-push-4 {
    margin-left: 2em;
  }

  .c-error-message.cc-time-visit {
    left: 64%;
  }

  .c-text-2.cc-field-header {
    left: 4%;
  }

  .c-checkbox-field {
    margin-bottom: 10em;
  }

  .text_indent-push-8 {
    margin-left: 5em;
  }

  .p_21 {
    font-size: var(--size--16);
  }

  .smooth-letters__container_mobile-l {
    padding-right: var(--size--16);
    padding-left: var(--size--16);
  }

  .spacer_200.hide_mobile {
    display: none;
  }

  .gallery_list {
    column-count: 1;
  }

  .footer__content-wrapper {
    min-height: 43.75rem;
  }

  .footer__h1 {
    font-size: var(--size--48);
    margin-left: -4.9rem;
  }

  .footer__h1.is--date {
    margin-top: -30rem;
    margin-left: -1.7rem;
    font-size: 1rem;
  }

  .footer__h1.is--2 {
    margin-top: -20.2rem;
    margin-left: 6.6rem;
  }

  .footer__h1.is--and {
    color: var(--opacity--white-20);
    margin-left: 0;
  }

  .footer__image {
    margin-left: 0;
    left: -2.4rem;
  }

  .footer__image.is--3 {
    left: auto;
    right: -9.6rem;
  }

  .footer__image.is--4 {
    left: auto;
  }

  .mobile_inline-flex {
    display: inline-flex;
  }

  .text_05em.is--hu {
    font-size: .6em;
  }

  .grid_12 {
    grid-row-gap: var(--size--64);
  }
}

#w-node-fa933e42-ad84-127b-db94-7ff10b252c48-d4327cba, #w-node-_7ba3853f-eb37-b87e-ca3f-d655ce929433-d4327cba {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_47b0b7c2-c904-b0bf-e1e5-e1f58a647abb-d4327cba, #w-node-_6abf459e-638b-0a9f-9f75-be1aec4a31ed-d4327cba {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_745e7c81-4a30-5e1c-87e6-8a4e966e50ea-d4327cba, #w-node-c048deea-995e-1181-2003-b6c44afb826d-d4327cba, #w-node-b4e9332f-4634-6e60-d682-1836794ae1f9-d4327cba, #w-node-b5a5d86b-b369-76d3-7c01-0b2c8b2e15b4-d4327cba {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c112ff8a-888e-e895-4028-34d13dd158ef-d4327cba {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-b339fe9f-c871-a16c-b373-81b3021cd739-d4327cba {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_12cc1571-5741-d246-e124-b0baa7a23f7e-d4327cba {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d2763c21-8769-8106-0a4b-af09a6ff688a-d4327cba {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_4aac97bd-5ce7-0df5-7f0c-9ca6f1803548-d4327cba {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4aac97bd-5ce7-0df5-7f0c-9ca6f1803549-d4327cba {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4aac97bd-5ce7-0df5-7f0c-9ca6f1803561-d4327cba {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-_4aac97bd-5ce7-0df5-7f0c-9ca6f1803563-d4327cba {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_4aac97bd-5ce7-0df5-7f0c-9ca6f1803564-d4327cba {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_5f209eb3-979e-948a-97ef-8a5a3f9c2653-d4327cba {
  justify-self: end;
}

#w-node-_5f209eb3-979e-948a-97ef-8a5a3f9c2658-d4327cba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1920806c-5370-ca08-4424-18950894d0ab-d4327cba, #w-node-d6367fa8-c81a-5840-dac9-72f3a384cda6-d4327cba, #w-node-e46760d6-ba38-8d39-8870-bca9c909d113-d4327cba {
  justify-self: end;
}

#w-node-_5f209eb3-979e-948a-97ef-8a5a3f9c26e3-d4327cba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6824a8ef-8cf0-fb50-13d7-a33ee191b79e-783d7f1b {
  justify-self: end;
}

#w-node-fa933e42-ad84-127b-db94-7ff10b252c48-d148f90a, #w-node-_7ba3853f-eb37-b87e-ca3f-d655ce929433-d148f90a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_47b0b7c2-c904-b0bf-e1e5-e1f58a647abb-d148f90a, #w-node-_6abf459e-638b-0a9f-9f75-be1aec4a31ed-d148f90a {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_745e7c81-4a30-5e1c-87e6-8a4e966e50ea-d148f90a, #w-node-c048deea-995e-1181-2003-b6c44afb826d-d148f90a, #w-node-b4e9332f-4634-6e60-d682-1836794ae1f9-d148f90a, #w-node-b5a5d86b-b369-76d3-7c01-0b2c8b2e15b4-d148f90a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c112ff8a-888e-e895-4028-34d13dd158ef-d148f90a {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-b339fe9f-c871-a16c-b373-81b3021cd739-d148f90a {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_12cc1571-5741-d246-e124-b0baa7a23f7e-d148f90a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d2763c21-8769-8106-0a4b-af09a6ff688a-d148f90a {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_4aac97bd-5ce7-0df5-7f0c-9ca6f1803548-d148f90a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4aac97bd-5ce7-0df5-7f0c-9ca6f1803549-d148f90a {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4aac97bd-5ce7-0df5-7f0c-9ca6f1803561-d148f90a {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-_4aac97bd-5ce7-0df5-7f0c-9ca6f1803563-d148f90a {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_4aac97bd-5ce7-0df5-7f0c-9ca6f1803564-d148f90a {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_5f209eb3-979e-948a-97ef-8a5a3f9c2653-d148f90a {
  justify-self: end;
}

#w-node-_5f209eb3-979e-948a-97ef-8a5a3f9c2658-d148f90a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1920806c-5370-ca08-4424-18950894d0ab-d148f90a, #w-node-d6367fa8-c81a-5840-dac9-72f3a384cda6-d148f90a, #w-node-e46760d6-ba38-8d39-8870-bca9c909d113-d148f90a {
  justify-self: end;
}

#w-node-_5f209eb3-979e-948a-97ef-8a5a3f9c26e3-d148f90a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa933e42-ad84-127b-db94-7ff10b252c48-4053d9bd, #w-node-_7ba3853f-eb37-b87e-ca3f-d655ce929433-4053d9bd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_47b0b7c2-c904-b0bf-e1e5-e1f58a647abb-4053d9bd, #w-node-_6abf459e-638b-0a9f-9f75-be1aec4a31ed-4053d9bd {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_745e7c81-4a30-5e1c-87e6-8a4e966e50ea-4053d9bd, #w-node-c048deea-995e-1181-2003-b6c44afb826d-4053d9bd, #w-node-b4e9332f-4634-6e60-d682-1836794ae1f9-4053d9bd, #w-node-b5a5d86b-b369-76d3-7c01-0b2c8b2e15b4-4053d9bd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c112ff8a-888e-e895-4028-34d13dd158ef-4053d9bd {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-b339fe9f-c871-a16c-b373-81b3021cd739-4053d9bd {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_12cc1571-5741-d246-e124-b0baa7a23f7e-4053d9bd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d2763c21-8769-8106-0a4b-af09a6ff688a-4053d9bd {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_4aac97bd-5ce7-0df5-7f0c-9ca6f1803548-4053d9bd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4aac97bd-5ce7-0df5-7f0c-9ca6f1803549-4053d9bd {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4aac97bd-5ce7-0df5-7f0c-9ca6f1803561-4053d9bd {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-_4aac97bd-5ce7-0df5-7f0c-9ca6f1803563-4053d9bd {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_4aac97bd-5ce7-0df5-7f0c-9ca6f1803564-4053d9bd {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_5f209eb3-979e-948a-97ef-8a5a3f9c2653-4053d9bd {
  justify-self: end;
}

#w-node-_5f209eb3-979e-948a-97ef-8a5a3f9c2658-4053d9bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1920806c-5370-ca08-4424-18950894d0ab-4053d9bd, #w-node-d6367fa8-c81a-5840-dac9-72f3a384cda6-4053d9bd, #w-node-e46760d6-ba38-8d39-8870-bca9c909d113-4053d9bd {
  justify-self: end;
}

#w-node-_5f209eb3-979e-948a-97ef-8a5a3f9c26e3-4053d9bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13e81743-f80b-2da6-4274-304fcb0d17e8-2dba9177, #w-node-_13e81743-f80b-2da6-4274-304fcb0d17f2-2dba9177 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_13e81743-f80b-2da6-4274-304fcb0d17fc-2dba9177 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_13e81743-f80b-2da6-4274-304fcb0d1806-2dba9177 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_774c0377-72d0-3dae-90a3-a44bf785e934-2dba9177, #w-node-_4b88c51d-9cf8-408f-a4f0-f531cb5f2ebe-2dba9177, #w-node-_083703d7-6a8e-6864-0776-5c1fb873d99b-2dba9177, #w-node-_8e3a125a-65a4-c1a4-da29-351ace3a8704-2dba9177, #w-node-c4ef55ad-7c69-5f0d-a75b-3082a1db28e5-2dba9177, #w-node-cf9738ed-f40c-482e-c704-63c48f39545e-2dba9177, #w-node-_9b996fef-824b-adb3-1a47-ddd4f49da571-2dba9177, #w-node-_49ea1626-29eb-414b-a011-b807710566ab-2dba9177, #w-node-c5ac430d-a7da-df35-b06f-1caaad590f3a-2dba9177 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (max-width: 991px) {
  #w-node-fa933e42-ad84-127b-db94-7ff10b252c48-d4327cba {
    grid-column: span 1 / span 1;
  }

  #w-node-_7ba3853f-eb37-b87e-ca3f-d655ce929433-d4327cba {
    grid-column: span 4 / span 4;
  }

  #w-node-_47b0b7c2-c904-b0bf-e1e5-e1f58a647abb-d4327cba {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_6abf459e-638b-0a9f-9f75-be1aec4a31ed-d4327cba {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_745e7c81-4a30-5e1c-87e6-8a4e966e50ea-d4327cba, #w-node-c048deea-995e-1181-2003-b6c44afb826d-d4327cba {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-b5a5d86b-b369-76d3-7c01-0b2c8b2e15b4-d4327cba {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-c112ff8a-888e-e895-4028-34d13dd158ef-d4327cba {
    grid-column: span 5 / span 5;
  }

  #w-node-b339fe9f-c871-a16c-b373-81b3021cd739-d4327cba {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_12cc1571-5741-d246-e124-b0baa7a23f7e-d4327cba {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-d2763c21-8769-8106-0a4b-af09a6ff688a-d4327cba {
    grid-column: span 2 / span 2;
  }

  #w-node-_4aac97bd-5ce7-0df5-7f0c-9ca6f1803548-d4327cba {
    grid-column: span 1 / span 1;
  }

  #w-node-_4aac97bd-5ce7-0df5-7f0c-9ca6f1803549-d4327cba {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_4aac97bd-5ce7-0df5-7f0c-9ca6f1803561-d4327cba, #w-node-_4aac97bd-5ce7-0df5-7f0c-9ca6f1803563-d4327cba {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_4aac97bd-5ce7-0df5-7f0c-9ca6f1803564-d4327cba {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_5f209eb3-979e-948a-97ef-8a5a3f9c26e3-d4327cba {
    order: -9999;
  }

  #w-node-fa933e42-ad84-127b-db94-7ff10b252c48-d148f90a {
    grid-column: span 1 / span 1;
  }

  #w-node-_7ba3853f-eb37-b87e-ca3f-d655ce929433-d148f90a {
    grid-column: span 4 / span 4;
  }

  #w-node-_47b0b7c2-c904-b0bf-e1e5-e1f58a647abb-d148f90a {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_6abf459e-638b-0a9f-9f75-be1aec4a31ed-d148f90a {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_745e7c81-4a30-5e1c-87e6-8a4e966e50ea-d148f90a, #w-node-c048deea-995e-1181-2003-b6c44afb826d-d148f90a {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-b5a5d86b-b369-76d3-7c01-0b2c8b2e15b4-d148f90a {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-c112ff8a-888e-e895-4028-34d13dd158ef-d148f90a {
    grid-column: span 5 / span 5;
  }

  #w-node-b339fe9f-c871-a16c-b373-81b3021cd739-d148f90a {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_12cc1571-5741-d246-e124-b0baa7a23f7e-d148f90a {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-d2763c21-8769-8106-0a4b-af09a6ff688a-d148f90a {
    grid-column: span 2 / span 2;
  }

  #w-node-_4aac97bd-5ce7-0df5-7f0c-9ca6f1803548-d148f90a {
    grid-column: span 1 / span 1;
  }

  #w-node-_4aac97bd-5ce7-0df5-7f0c-9ca6f1803549-d148f90a {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_4aac97bd-5ce7-0df5-7f0c-9ca6f1803561-d148f90a, #w-node-_4aac97bd-5ce7-0df5-7f0c-9ca6f1803563-d148f90a {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_4aac97bd-5ce7-0df5-7f0c-9ca6f1803564-d148f90a {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_5f209eb3-979e-948a-97ef-8a5a3f9c26e3-d148f90a {
    order: -9999;
  }

  #w-node-fa933e42-ad84-127b-db94-7ff10b252c48-4053d9bd {
    grid-column: span 1 / span 1;
  }

  #w-node-_7ba3853f-eb37-b87e-ca3f-d655ce929433-4053d9bd {
    grid-column: span 4 / span 4;
  }

  #w-node-_47b0b7c2-c904-b0bf-e1e5-e1f58a647abb-4053d9bd {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_6abf459e-638b-0a9f-9f75-be1aec4a31ed-4053d9bd {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_745e7c81-4a30-5e1c-87e6-8a4e966e50ea-4053d9bd, #w-node-c048deea-995e-1181-2003-b6c44afb826d-4053d9bd {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-b5a5d86b-b369-76d3-7c01-0b2c8b2e15b4-4053d9bd {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-c112ff8a-888e-e895-4028-34d13dd158ef-4053d9bd {
    grid-column: span 5 / span 5;
  }

  #w-node-b339fe9f-c871-a16c-b373-81b3021cd739-4053d9bd {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_12cc1571-5741-d246-e124-b0baa7a23f7e-4053d9bd {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-d2763c21-8769-8106-0a4b-af09a6ff688a-4053d9bd {
    grid-column: span 2 / span 2;
  }

  #w-node-_4aac97bd-5ce7-0df5-7f0c-9ca6f1803548-4053d9bd {
    grid-column: span 1 / span 1;
  }

  #w-node-_4aac97bd-5ce7-0df5-7f0c-9ca6f1803549-4053d9bd {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_4aac97bd-5ce7-0df5-7f0c-9ca6f1803561-4053d9bd, #w-node-_4aac97bd-5ce7-0df5-7f0c-9ca6f1803563-4053d9bd {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_4aac97bd-5ce7-0df5-7f0c-9ca6f1803564-4053d9bd {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_5f209eb3-979e-948a-97ef-8a5a3f9c26e3-4053d9bd {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4aac97bd-5ce7-0df5-7f0c-9ca6f1803563-d4327cba {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_4aac97bd-5ce7-0df5-7f0c-9ca6f1803564-d4327cba {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-_4aac97bd-5ce7-0df5-7f0c-9ca6f1803563-d148f90a {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_4aac97bd-5ce7-0df5-7f0c-9ca6f1803564-d148f90a {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-_4aac97bd-5ce7-0df5-7f0c-9ca6f1803563-4053d9bd {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_4aac97bd-5ce7-0df5-7f0c-9ca6f1803564-4053d9bd {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7ba3853f-eb37-b87e-ca3f-d655ce929433-d4327cba, #w-node-_745e7c81-4a30-5e1c-87e6-8a4e966e50ea-d4327cba, #w-node-b5a5d86b-b369-76d3-7c01-0b2c8b2e15b4-d4327cba, #w-node-_12cc1571-5741-d246-e124-b0baa7a23f7e-d4327cba, #w-node-_4aac97bd-5ce7-0df5-7f0c-9ca6f1803549-d4327cba, #w-node-_4aac97bd-5ce7-0df5-7f0c-9ca6f1803564-d4327cba {
    grid-column: span 10 / span 10;
  }

  #w-node-_5f209eb3-979e-948a-97ef-8a5a3f9c2653-d4327cba, #w-node-_1920806c-5370-ca08-4424-18950894d0ab-d4327cba, #w-node-d6367fa8-c81a-5840-dac9-72f3a384cda6-d4327cba, #w-node-e46760d6-ba38-8d39-8870-bca9c909d113-d4327cba, #w-node-_6824a8ef-8cf0-fb50-13d7-a33ee191b79e-783d7f1b {
    justify-self: auto;
  }

  #w-node-_7ba3853f-eb37-b87e-ca3f-d655ce929433-d148f90a, #w-node-_745e7c81-4a30-5e1c-87e6-8a4e966e50ea-d148f90a, #w-node-b5a5d86b-b369-76d3-7c01-0b2c8b2e15b4-d148f90a, #w-node-_12cc1571-5741-d246-e124-b0baa7a23f7e-d148f90a, #w-node-_4aac97bd-5ce7-0df5-7f0c-9ca6f1803549-d148f90a, #w-node-_4aac97bd-5ce7-0df5-7f0c-9ca6f1803564-d148f90a {
    grid-column: span 10 / span 10;
  }

  #w-node-_5f209eb3-979e-948a-97ef-8a5a3f9c2653-d148f90a, #w-node-_1920806c-5370-ca08-4424-18950894d0ab-d148f90a, #w-node-d6367fa8-c81a-5840-dac9-72f3a384cda6-d148f90a, #w-node-e46760d6-ba38-8d39-8870-bca9c909d113-d148f90a {
    justify-self: auto;
  }

  #w-node-_7ba3853f-eb37-b87e-ca3f-d655ce929433-4053d9bd, #w-node-_745e7c81-4a30-5e1c-87e6-8a4e966e50ea-4053d9bd, #w-node-b5a5d86b-b369-76d3-7c01-0b2c8b2e15b4-4053d9bd, #w-node-_12cc1571-5741-d246-e124-b0baa7a23f7e-4053d9bd, #w-node-_4aac97bd-5ce7-0df5-7f0c-9ca6f1803549-4053d9bd, #w-node-_4aac97bd-5ce7-0df5-7f0c-9ca6f1803564-4053d9bd {
    grid-column: span 10 / span 10;
  }

  #w-node-_5f209eb3-979e-948a-97ef-8a5a3f9c2653-4053d9bd, #w-node-_1920806c-5370-ca08-4424-18950894d0ab-4053d9bd, #w-node-d6367fa8-c81a-5840-dac9-72f3a384cda6-4053d9bd, #w-node-e46760d6-ba38-8d39-8870-bca9c909d113-4053d9bd {
    justify-self: auto;
  }
}


@font-face {
  font-family: 'Boska';
  src: url('../fonts/Boska-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Updock';
  src: url('../fonts/Updock-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Boska';
  src: url('../fonts/Boska-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Boska';
  src: url('../fonts/Boska-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Boska';
  src: url('../fonts/Boska-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-VariableItalic.ttf') format('truetype');
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi Variable';
  src: url('../fonts/Satoshi-Variable.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}