@font-face {
  font-family: Fondamento;
  src: url('../fonts/fondamento-v20-latin_latin-ext-regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/roboto-v47-latin_latin-ext-italic.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/roboto-v47-latin_latin-ext-700italic.woff2') format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/roboto-v47-latin_latin-ext-700.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/roboto-v47-latin_latin-ext-regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black-90: #110415e6;
  --black: #110415;
  --white: white;
  --green: #829c5f;
  --black-25: #11041540;
  --green-light-25: #ece7e040;
  --green-light: #ece7e0;
  --purple: #a078da;
  --purple-light: #f3eaff;
  --purple-light-50: #f3eaff80;
}

body {
  color: var(--black-90);
  letter-spacing: 0;
  background-color: #fdf4ed;
  background-image: url('../images/noise.png');
  background-position: 0 0;
  background-size: auto;
  font-family: Roboto, Arial, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6, p {
  margin-top: 0;
  margin-bottom: 0;
}

a {
  color: var(--black);
}

ul {
  margin: 0;
  padding-left: 1em;
  list-style-type: none;
}

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

label {
  margin-bottom: .3em;
  font-size: 1.25em;
  font-weight: 700;
  display: block;
}

blockquote {
  border-left: .3em solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 2em 1em 1.7em;
  font-size: 1.2em;
  line-height: 1.6;
}

.container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.global_embed {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.global_symbol {
  z-index: 9999;
  position: fixed;
  inset: 0% 0% auto;
}

.rich-text p {
  margin-top: 0;
  margin-bottom: 1.6em;
}

.rich-text h1 {
  margin-top: 0;
  margin-bottom: .2em;
  font-size: 3.28em;
}

.rich-text h2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: .2em;
  font-family: Fondamento, Georgia, sans-serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.1;
}

.rich-text h3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: .3em;
  font-family: Fondamento, Georgia, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.1;
}

.rich-text h4 {
  margin-top: 0;
  margin-bottom: .4em;
  font-size: 1.88em;
}

.rich-text h5 {
  margin-top: 0;
  margin-bottom: .6em;
  font-size: 1.67em;
}

.rich-text h6 {
  margin-top: 0;
  margin-bottom: .7em;
  font-size: 1.46em;
}

.page-wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  font-size: 1em;
  display: block;
  position: relative;
  overflow: hidden;
}

.page-wrapper.overflow-normal {
  overflow: visible;
}

.h1 {
  color: var(--black);
  font-family: Fondamento, Georgia, sans-serif;
  font-size: 5.5em;
  font-weight: 400;
  line-height: 1.1;
}

.h1.big {
  font-size: 8em;
}

.h2 {
  color: var(--black);
  font-family: Fondamento, Georgia, sans-serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.1;
}

.h3 {
  color: var(--black);
  font-family: Fondamento, Georgia, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.1;
}

.h4 {
  font-size: 1.88em;
  line-height: 1.3;
}

.h5 {
  font-size: 1.67em;
  line-height: 1.3;
}

.h6 {
  font-size: 1.46em;
}

.styleguide_layout {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40em;
  display: flex;
}

.page-padding {
  width: 100%;
  height: 100%;
  padding: 4em;
}

.page-padding.is-home-hero {
  padding-top: 7.2em;
  padding-bottom: 5em;
}

.page-padding.is-nav {
  padding-top: 1em;
  padding-bottom: 1em;
}

.page-padding.is-footer {
  padding-top: 8em;
}

.page-padding.is-section-800 {
  padding-top: 5em;
  padding-bottom: 5em;
}

.page-padding.top-0 {
  padding-top: 0;
}

.h3-r {
  color: var(--black);
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.2;
}

.h3-r.inherit-text {
  color: inherit;
}

.link-14 {
  font-size: .88em;
  text-decoration: none;
}

.link-14:where(.w-variant-0714e546-d974-a617-98b6-e70e0eb58e0f) {
  color: var(--white);
}

.link-14.white-text {
  transition: all .3s ease-in-out;
}

.link-14.white-text:hover {
  transform: translate(0, -8px);
}

.section {
  width: 100%;
  position: relative;
}

.section.is-events {
  margin-top: -8em;
}

.section.img-break {
  text-align: center;
  background-image: linear-gradient(#11041533, #11041533), url('../images/20221106_114410-min.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 37.5em;
  overflow: hidden;
}

.section.is-about {
  margin-top: -10em;
  overflow: hidden;
}

.section.overflow-normal {
  overflow: visible;
}

.section.overflow-hidden {
  overflow: hidden;
}

.footer {
  background-color: var(--green);
  color: var(--white);
  border-top-left-radius: 4em;
  border-top-right-radius: 4em;
  position: relative;
  overflow: hidden;
}

.nav-l-col {
  align-items: center;
  display: flex;
}

.mobile-nav-link-wrap {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  align-items: center;
  display: flex;
}

.nav-bar-desktop {
  z-index: 900;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-bar-desktop:where(.w-variant-0714e546-d974-a617-98b6-e70e0eb58e0f) {
  color: var(--white);
}

.nav-r-col {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  align-items: center;
  display: flex;
}

.nav-logo-wrap {
  display: flex;
}

.nav-bar-mobile {
  z-index: 900;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.nav_layout {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.mobile-nav-menu {
  display: none;
}

.p-16.opacity-90 {
  opacity: .9;
}

.flex-hor-8 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  display: flex;
}

.flex-hor-8.centre {
  justify-content: flex-start;
  align-items: center;
}

.flex-hor-8.centre:where(.w-variant-b971759c-c09f-bb22-c58c-4a2d35e16b35) {
  display: flex;
}

.flex-hor-8.centre._100.mobile {
  width: auto;
}

.flex-hor-8.centre.is-cta:where(.w-variant-b971759c-c09f-bb22-c58c-4a2d35e16b35) {
  display: none;
}

.flex-hor-8.is-events {
  border-bottom: 1px solid var(--black-25);
  justify-content: flex-start;
  align-items: center;
  padding-bottom: .5em;
}

.flex-hor-8.is-copy {
  height: 1.5em;
}

.copy {
  cursor: pointer;
  width: 1.25em;
  height: 1.25em;
  display: flex;
}

.copy-done {
  justify-content: flex-start;
  align-items: center;
  height: 1.25em;
  display: none;
}

.faq-h-wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.faq_card_toggle {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: inherit;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
}

.faq_card_toggle.faq_card_padding {
  text-align: left;
  padding: 0;
}

.faq_card_toggle.faq_card_padding.is-faq-section {
  margin-top: 1em;
}

.faq_card_icon {
  color: #0f090c;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  transition: transform .2s;
  display: flex;
}

.faq_card_content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 0fr;
  grid-template-columns: minmax(0, 1fr);
  grid-auto-columns: 1fr;
  transition-property: all;
  transition-duration: .4s;
  transition-timing-function: ease;
  display: grid;
}

.faq_card_checkbox {
  z-index: 2;
  cursor: pointer;
  border-radius: inherit;
  -webkit-appearance: none;
  appearance: none;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.faq_card_padding {
  margin-top: 2em;
  display: flex;
}

.faq_card_wrap {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
}

.faq_card_clip {
  border-bottom: 1px solid var(--black-25);
  padding-bottom: 2em;
  overflow: hidden;
}

.flex-ver-16 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  display: flex;
}

.flex-ver-16.is-faq-section {
  border-top: 1px solid var(--black-25);
  padding-top: 1em;
}

.flex-ver-16.is-text-centre {
  text-align: center;
}

.p-14 {
  font-size: .88em;
}

.label {
  color: var(--black);
  letter-spacing: .03em;
  text-transform: uppercase;
  font-size: .88em;
  line-height: 1;
}

.flex-ver-48 {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  display: flex;
}

.flex-ver-48.centre-left {
  justify-content: center;
  align-items: flex-start;
}

.service-card {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  background-color: var(--green-light);
  border-radius: 2em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 28em;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.service-text-wrapper {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 4em;
  display: flex;
}

.service-text-wrapper.is-blog {
  justify-content: space-around;
}

.service-img {
  flex: none;
  width: 40em;
}

.flex-hor-space-bet {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.flex-hor-space-bet.is-services {
  border-bottom: 1px solid var(--black-25);
  cursor: pointer;
  padding-bottom: .25em;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.flex-hor-space-bet.is-services:hover {
  border-bottom-color: var(--purple);
  color: var(--purple);
}

.flex-hor-space-bet.is-footer {
  border-bottom: 1px solid var(--green-light-25);
  cursor: pointer;
  padding-bottom: .25em;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.flex-hor-space-bet.is-footer:hover {
  border-bottom-color: var(--purple-light);
}

.flex-hor-space-bet.is-footer.is-contact_page {
  border-bottom-color: var(--black-25);
}

.flex-hor-space-bet.is-footer.is-contact_page:hover {
  border-bottom-color: var(--purple);
  color: var(--purple);
}

.flex-hor-space-bet.footer {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  justify-content: space-between;
  align-items: flex-start;
}

.flex-hor-space-bet.is-venue-spec {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-bottom: 1px solid var(--black-25);
  justify-content: space-between;
  align-items: center;
  padding-bottom: .5em;
}

.flex-hor-space-bet.is-venue-spec.vertical {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
}

.flex-hor-space-bet.is-blog-post {
  border-bottom: 1px solid var(--black-25);
  padding-bottom: 1em;
}

.svg {
  color: var(--black-90);
  flex: none;
  width: 1.5em;
  height: 1.5em;
}

.svg.crown {
  width: 16.38em;
  height: 4.63em;
}

.svg.crown:where(.w-variant-77a2f446-9ace-8f92-98b8-c26c96b296e1) {
  color: var(--white);
}

.svg.stars {
  color: var(--purple);
  width: 8.25em;
  height: auto;
}

.svg.arrow {
  color: var(--purple-light);
  width: 2em;
  height: auto;
}

.svg._20 {
  width: 1.25em;
  height: 1.25em;
}

.svg._16x20 {
  width: 1em;
  height: 1.25em;
}

.svg._32 {
  width: 2em;
  height: 2em;
}

.svg.arrow-18 {
  color: var(--purple-light);
  width: 1.13em;
  height: auto;
}

.svg.nav-logo {
  width: 5.63em;
  height: auto;
}

.svg.nav-logo:where(.w-variant-0714e546-d974-a617-98b6-e70e0eb58e0f) {
  color: var(--white);
}

.svg.cta {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.svg._16 {
  width: 1em;
  height: 1em;
}

.svg._40 {
  width: 2.5em;
  height: 2.5em;
}

.wrap-432 {
  max-width: 27em;
}

.flex-ver-64 {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-flow: column;
  display: flex;
}

.flex-ver-64.centre-flex-text {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.flex-ver-64.is-hosts {
  justify-content: center;
  align-items: flex-start;
  padding-right: 3em;
}

.flex-ver-64.centre-left {
  justify-content: center;
  align-items: flex-start;
}

.wrap-1088 {
  max-width: 68em;
}

.flex-hor-32 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  width: 100%;
  display: flex;
}

.flex-hor-32.footer {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  width: auto;
}

.feature-card {
  background-color: var(--green-light);
  border-radius: 1em;
  width: 26em;
  text-decoration: none;
  transition: all .3s ease-in-out;
  overflow: hidden;
}

.feature-card.is-stays {
  height: 31.75em;
}

.feature-card.is-about {
  height: 29.88em;
}

.feature-card.is-about:hover {
  background-color: #ece7e080;
  box-shadow: 0 0 40px #0000001a;
}

.feature-card.is-team {
  width: 33em;
}

.square-image {
  aspect-ratio: 1;
  height: 26em;
}

.feature-text-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  text-align: left;
  flex-flow: column;
  padding: 1.5em;
  display: flex;
}

.feature-text-wrapper.is-stays {
  justify-content: space-between;
  height: 11.75em;
}

.feature-text-wrapper.is-about {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 11.88em;
}

.feature-text-wrapper.is-team {
  padding: 3em 2em;
}

.flex-ver-88 {
  grid-column-gap: 5.5em;
  grid-row-gap: 5.5em;
  flex-flow: column;
  display: flex;
}

.map-card {
  background-color: var(--green-light);
  background-image: linear-gradient(90deg, #ece7e0 34%, #ece7e000 57%), url('../images/dryad-arbor-istira-map.png');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 2em;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 38.5em;
  padding: 5em 4em;
  display: flex;
  overflow: hidden;
}

.map-card.is-big {
  background-position: 0 0, 100% 0;
  background-size: auto, 82em;
  height: auto;
}

.flex-ver-32 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  display: flex;
}

.flex-ver-32.centre-flex-text {
  z-index: 10;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.flex-ver-32.centre-left {
  justify-content: center;
  align-items: flex-start;
}

.grid-map {
  grid-column-gap: 0em;
  grid-row-gap: 2em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.wrap-463 {
  max-width: 29em;
}

.flex-ver-128 {
  grid-column-gap: 8em;
  grid-row-gap: 8em;
  flex-flow: column;
  display: flex;
}

.flex-hor-96 {
  grid-column-gap: 6em;
  grid-row-gap: 6em;
  display: flex;
}

.flex-hor-96.centre {
  justify-content: flex-start;
  align-items: center;
}

.hosts-img {
  border-radius: 1em;
  flex: none;
  width: 40em;
  height: 35em;
}

.button {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: var(--purple);
  color: var(--white);
  letter-spacing: .03em;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: .25em;
  justify-content: center;
  align-items: center;
  min-width: 10em;
  padding: .75em 1.5em;
  font-size: .88em;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.button:hover {
  background-color: var(--green);
}

.button.white {
  background-color: var(--white);
  color: var(--black);
}

.button.white:hover {
  background-color: var(--green);
  color: var(--white);
}

.button.white.purple-hover:where(.w-variant-b971759c-c09f-bb22-c58c-4a2d35e16b35) {
  display: flex;
}

.button.white.purple-hover:hover:where(.w-variant-b971759c-c09f-bb22-c58c-4a2d35e16b35) {
  background-color: var(--purple);
}

.button.white.purple-hover.is-cta {
  display: none;
}

.button.white.purple-hover.is-cta:where(.w-variant-b971759c-c09f-bb22-c58c-4a2d35e16b35) {
  display: flex;
}

.splide {
  cursor: grab;
  width: 100%;
  position: relative;
}

.splide.slider {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  max-width: 84em;
  display: flex;
}

.splide__arrows.splide__arrows--ltr {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  margin-top: 3.38em;
  display: flex;
}

.splide__track {
  width: 100%;
}

.review-card {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: var(--green-light);
  border-radius: 1em;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 33em;
  height: 20em;
  padding: 2em;
  display: flex;
}

.splide__arrow {
  background-color: var(--purple);
  cursor: pointer;
  border-radius: 1.5em;
  justify-content: center;
  align-items: center;
  width: 4em;
  padding: .5em 1.13em;
  transition: all .6s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.splide__arrow:hover {
  background-color: var(--green);
  color: #f5f5f5;
}

.splide__arrow.splide__arrow--next {
  transform: rotate(180deg);
}

.my-slider-progress-bar {
  background-color: var(--purple);
  width: 30vw;
  height: 2px;
}

.my-slider-progress {
  background-color: var(--green-light);
  width: 80%;
  height: 2px;
  position: absolute;
  inset: auto auto 1em 0%;
  overflow: hidden;
}

.splide__list {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex-hor-4 {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  display: flex;
}

.flex-hor-4.centre {
  justify-content: flex-start;
  align-items: center;
}

.flex-ver-24 {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  display: flex;
}

.flex-ver-24.centre-flex {
  justify-content: flex-start;
  align-items: center;
}

._100 {
  width: 100%;
}

.blog-card {
  background-color: var(--green-light);
  text-align: left;
  border-radius: 1em;
  flex-flow: column;
  width: 26em;
  height: 29.25em;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.blog-img {
  height: 17.25em;
}

.blog_card-text-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: space-around;
  width: 100%;
  height: 100%;
  padding: 1.5em 2em;
  display: flex;
}

.wrap-528 {
  width: 33em;
  max-width: 33em;
}

.light-green-text {
  color: var(--green-light);
}

.white-text {
  color: var(--white);
}

.line-hor {
  background-color: var(--green-light-25);
  width: 100%;
  height: 1px;
}

.line-hor.black {
  background-color: var(--black-25);
}

.line-ver {
  background-color: var(--green-light-25);
  width: 2px;
  height: .8em;
}

.line-ver.small {
  background-color: var(--black-25);
  height: .5em;
}

.section-800 {
  color: var(--white);
  background-image: linear-gradient(160deg, #15140ccc, #15140c00 58%), url('../images/temp-img_1.webp');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 50em;
}

.section-800.bot-round-corners {
  background-position: 0 0, 50%;
  border-bottom-right-radius: 8em;
  border-bottom-left-radius: 8em;
  overflow: hidden;
}

.section-800.is-about_page {
  background-image: linear-gradient(160deg, #15140ccc, #15140c00 58%), url('../images/IMG-deac3beacea7af1eb814cea27730dd46-V.jpg');
  margin-top: -10em;
}

.section-800.no-img {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.section-800.venue {
  background-image: linear-gradient(160deg, #15140ccc, #15140c00 58%), url('../images/WhatsApp-Image-2025-07-01-at-15.59.24.jpeg');
}

.section-800.stays {
  background-image: linear-gradient(160deg, #15140ccc, #15140c00 58%), url('../images/1imanje.png');
}

.section-800.about {
  background-image: linear-gradient(160deg, #15140ccc, #15140c00 58%), url('../images/WhatsApp-Image-2025-07-01-at-16.07.43.jpeg');
}

.wrap-878 {
  max-width: 54.87em;
}

.flex-ver-space-bet {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.flex-hor-16 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  display: flex;
}

.marquee {
  grid-column-gap: 2em;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.marquee-content {
  grid-column-gap: 2em;
  flex: none;
  justify-content: space-around;
  min-width: 100%;
  display: flex;
}

.moving-logos-bar {
  background-color: #d9e2ce;
  width: 100%;
  padding-top: .75em;
  padding-bottom: .75em;
}

.logo-card {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: var(--white);
  border-radius: 100px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: .5em .63em;
  display: flex;
}

.logos-list {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.logos-item {
  width: 100%;
}

.flex-hor-0-centre {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

._24x24-img {
  border-radius: 100%;
  width: 1.5em;
  height: 1.5em;
  display: flex;
  overflow: hidden;
}

.home-hero-section {
  background-image: url('../images/noise.png'), linear-gradient(45deg, #f6d8ff, #fdf4ed 56%, #faf5db 103%);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.flex-hor-64 {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  display: flex;
}

.flex-hor-64.is-hero {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 74.13em;
}

.hero-img-wrapper {
  width: 100%;
  height: 37.5em;
  position: relative;
}

.hero-arrow {
  z-index: 10;
  background-color: var(--purple);
  border-radius: 1.5em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 2.13em;
  margin-left: auto;
  margin-right: auto;
  padding: 1.13em .5em;
  display: flex;
  position: absolute;
  inset: -2em 0% auto;
}

.hero-arrow:where(.w-variant-ee236887-80bd-cec8-d2fc-a6a4a57bb81d) {
  inset: auto 0% -2em;
}

.hero-arrow:where(.w-variant-b764401a-e3cb-9601-a5d4-bc6450faa874) {
  position: static;
}

.hero-img {
  border-top-left-radius: 16em;
  border-top-right-radius: 16em;
}

.white-90-text {
  opacity: .9;
}

.wrap-294 {
  max-width: 18.38em;
}

.button-arrow {
  border-bottom: 1px solid var(--green-light);
  color: var(--white);
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  width: 18.38em;
  padding-bottom: .5em;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.button-arrow:hover {
  border-bottom-color: var(--purple);
  color: var(--purple);
}

.events-list-wrapper {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  background-color: var(--green-light);
  border-radius: 3em;
  flex-flow: column;
  padding: 4em;
  display: flex;
}

.events-list-wrapper.is-about_page {
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

._640x640-img-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  text-align: left;
  border-radius: 1em;
  flex-flow: column;
  width: 40em;
  height: 40em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.img-text-wrap {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  background-image: linear-gradient(0deg, #131111, #131111 0%, #13111100);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 1.5em 2em;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.img-text-wrap.top {
  background-image: linear-gradient(#131111, #131111 0%, #13111100);
  inset: 0% 0% auto;
}

._640xfill-img-wrapper {
  border-radius: 1em;
  width: 40em;
  height: 33%;
  position: relative;
  overflow: hidden;
}

._640xfill-img-wrapper._50--height {
  height: 50%;
}

._416x416-img-wrapper {
  border-radius: 1em;
  width: 26em;
  height: 26em;
  position: relative;
  overflow: hidden;
}

.cta-card {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: var(--purple);
  color: var(--white);
  text-align: center;
  border-radius: 4em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 23.13em;
  padding: 4em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-card:where(.w-variant-b971759c-c09f-bb22-c58c-4a2d35e16b35) {
  background-color: var(--green);
}

.wrap-594 {
  z-index: 10;
  max-width: 37.13em;
}

.flex-hor-12 {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  display: flex;
}

.purple-text {
  color: var(--purple);
}

.wrap-576 {
  max-width: 36em;
}

.wrap-752 {
  width: 100%;
  max-width: 47em;
}

.general-64-card {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  background-color: var(--green-light);
  border-radius: 2em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 34em;
  display: flex;
  overflow: hidden;
}

.general-64-card.is-stays {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  padding: 4em;
}

.list-item {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  padding-left: 0;
  display: flex;
}

.flex-ver-8 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  display: flex;
}

._416x320-img {
  height: 20em;
}

.amenity-item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-bottom: 1px solid var(--black-25);
  padding-bottom: 1em;
  display: flex;
}

.amenity-item.two-rows {
  height: 100%;
}

.big-text-wrapper {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

._2-col-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-card {
  background-color: var(--green-light);
  border-radius: 1em;
  width: 100%;
  overflow: hidden;
}

._416x160-img {
  height: 10em;
}

.pricing-text-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  text-align: left;
  flex-flow: column;
  padding: 2em;
  display: flex;
}

.wrap-640 {
  width: 100%;
  max-width: 40em;
}

.wrap-640.left-text {
  text-align: left;
}

.about-story-img {
  border-radius: 1em;
  height: 26em;
}

._416x288-img {
  height: 18em;
}

.sticky {
  position: sticky;
  top: 2em;
}

._528x416-img {
  width: 33em;
  height: 26em;
}

.blog-post-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5em;
  display: flex;
}

.blog-post {
  grid-column-gap: 9em;
  grid-row-gap: 9em;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.share-code.mobile {
  display: none;
}

.social_link {
  background-color: var(--purple);
  background-image: url('../images/facebook-logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 50%;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  transition: margin .2s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.social_link:hover {
  margin-top: -8px;
}

.social_link.twitter {
  background-image: url('../images/x--icon.svg');
}

.social_link.link {
  background-image: url('../images/link-alt.svg');
}

.social_link.whatsapp {
  background-image: url('../images/whatsapp.svg');
  background-size: auto 57%;
  height: 3em;
}

.social_link.linkedin {
  background-image: url('../images/linkedin-logo.svg');
  background-size: auto 45%;
}

.social_link.viber {
  background-image: url('../images/viber.svg');
  background-size: auto 57%;
}

.social_link.email {
  background-image: url('../images/mail-logo.svg');
  background-size: auto 40%;
}

.share-wrapper {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.none {
  display: none;
}

._640x400-img {
  border-radius: 1em;
  height: 25em;
}

.side-blog-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 100vh;
  display: flex;
}

.wrap-416 {
  max-width: 26em;
}

.tabs {
  display: flex;
}

.tabs-menu {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  width: 100%;
  max-width: 19em;
  display: flex;
}

.tabs-content {
  width: 100%;
  margin-left: 2em;
}

.tab-link {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: var(--green-light);
  border-radius: .5em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2em;
  transition: all .3s ease-in-out;
  display: flex;
}

.tab-link:hover {
  background-color: #ece7e080;
}

.tab-link.w--current {
  background-color: var(--green);
  color: var(--white);
}

.blog-list {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: wrap;
  display: flex;
}

.wrap-1200 {
  width: 100%;
  max-width: 75em;
}

.blog-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.map-wrapper {
  border-radius: 1em;
  width: 40em;
  height: 20.5em;
  overflow: hidden;
}

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

.text-inherit {
  color: inherit;
}

.copy-icon {
  justify-content: center;
  align-items: center;
  height: 1.25em;
  display: flex;
}

.blur-ellipse {
  z-index: -10;
  filter: blur(300px);
  background-color: #b99cdf;
  border-radius: 58%;
  width: 41em;
  height: 25em;
  position: absolute;
}

.blur-ellipse.right {
  inset: 0% -25% 0% auto;
}

.blur-ellipse.right.top {
  inset: -5% -5% auto auto;
}

.blur-ellipse.right.bot {
  inset: auto -10% 0% auto;
}

.blur-ellipse.left {
  inset: 0% auto 0% -25%;
}

.blur-ellipse.left.centre {
  left: -5%;
}

.blur-ellipse.left.bot {
  inset: auto auto 0% 0%;
}

.blur-ellipse.left.bot-about {
  inset: auto auto 4% 8%;
}

.blur-ellipse.centre {
  margin: auto;
  inset: 0%;
}

.blur-ellipse.centre:where(.w-variant-b971759c-c09f-bb22-c58c-4a2d35e16b35) {
  background-color: var(--green);
}

.blur-ellipse.centre.left {
  left: -86%;
}

.blur-ellipse.centre.right {
  margin-left: auto;
  margin-right: auto;
  inset: 0% -10% 0% auto;
}

.blur-ellipse.centre.top {
  inset: 0% 0% auto;
}

.eu-logo {
  width: 8em;
}

.eu-logo.big {
  width: 60em;
  height: auto;
}

.centre-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

@media screen and (max-width: 991px) {
  .h1 {
    font-size: 5em;
  }

  .h2 {
    font-size: 2.6em;
  }

  .page-padding {
    padding-left: 6%;
    padding-right: 6%;
  }

  .link-14 {
    font-size: 1em;
  }

  .hamburger-open {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 3em;
    height: 3em;
    padding: .5em;
    display: flex;
    position: relative;
  }

  .mobile-nav-text {
    font-family: Roboto, Arial, sans-serif;
    font-size: 3em;
    font-weight: 400;
    line-height: 1.2;
  }

  .menu-line {
    background-color: var(--black);
    width: 100%;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-line:where(.w-variant-0714e546-d974-a617-98b6-e70e0eb58e0f) {
    background-color: var(--white);
  }

  .mobile-nav-link-wrap {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .nav-bar-desktop {
    display: none;
  }

  .hamburger-close {
    z-index: 1;
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 3em;
    height: 3em;
    padding: .5em;
    display: none;
  }

  .nav-r-col.mobile {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

  .mobile-link-wrap {
    border-bottom: 1px solid var(--black-25);
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 1em;
    text-decoration: none;
    display: flex;
  }

  .mobile-link-wrap:where(.w-variant-0714e546-d974-a617-98b6-e70e0eb58e0f) {
    border-bottom-color: var(--green-light-25);
    color: var(--white);
  }

  .nav-bar-mobile {
    display: block;
  }

  .mobile-nav-menu {
    z-index: -1;
    background-color: var(--green-light);
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 100vh;
    padding: 8em 6%;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .mobile-nav-menu:where(.w-variant-0714e546-d974-a617-98b6-e70e0eb58e0f) {
    background-color: var(--green);
    color: var(--white);
  }

  .p-16 {
    font-size: 1.3em;
  }

  .copy {
    width: 1.25rem;
    height: 1.25rem;
  }

  .p-14 {
    font-size: 1em;
  }

  .service-card {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

  .service-text-wrapper {
    width: 60%;
  }

  .service-img {
    width: 40%;
  }

  .flex-hor-space-bet.footer {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }

  .flex-hor-space-bet.events {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .flex-hor-space-bet.mobile-ver, .flex-hor-space-bet.is-about {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    flex-flow: column;
  }

  .svg, .svg._20 {
    width: 1.6em;
    height: 1.6em;
  }

  .svg._20.white-text {
    width: 1.6em;
  }

  .svg.nav-logo {
    width: 10em;
  }

  .svg._64 {
    width: 4em;
    height: 4em;
  }

  .svg._64:where(.w-variant-0714e546-d974-a617-98b6-e70e0eb58e0f) {
    color: var(--white);
  }

  .svg.cta {
    transform: scale(1.18);
  }

  .flex-hor-32 {
    flex-flow: column;
  }

  .flex-hor-32.is-mobile {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .flex-hor-32.is-blog {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .square-image {
    height: 20em;
  }

  .hosts-img {
    width: 30em;
    height: 28em;
  }

  .splide.slider {
    max-width: 80em;
  }

  .review-card {
    height: 30em;
  }

  .flex-ver-24.centre-flex.is-contact_page, .blog-card {
    width: 100%;
  }

  .blog_card-text-wrapper {
    justify-content: space-between;
  }

  .section-800.bot-round-corners {
    border-bottom-right-radius: 4em;
    border-bottom-left-radius: 4em;
  }

  ._640x640-img-wrapper {
    width: 100%;
    height: 60em;
  }

  ._640x640-img-wrapper.first {
    height: 40em;
  }

  ._640xfill-img-wrapper {
    width: 100%;
  }

  .general-64-card {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

  .general-64-card.is-stays {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }

  .sticky {
    position: static;
  }

  .share-code.mobile {
    display: block;
  }

  .blog-list {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .wrap-1200 {
    max-width: none;
  }

  .map-wrapper {
    width: 100%;
    height: 32em;
  }

  .eu-logo {
    width: 12em;
  }
}

@media screen and (max-width: 767px) {
  .h1 {
    font-size: 3.6em;
  }

  .page-padding.is-footer {
    padding-top: 6em;
  }

  .h3-r {
    font-size: 1.6em;
  }

  .link-14.white-text.w--current {
    font-size: 1.2em;
  }

  .section.is-events {
    margin-top: -10em;
  }

  .mobile-nav-text {
    font-size: 4em;
  }

  .faq-h-wrap {
    width: 100%;
  }

  .faq_card_toggle.faq_card_padding {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .faq_card_toggle.faq_card_padding.is-faq-section {
    flex-flow: row;
  }

  .p-14, .label {
    font-size: 1.2em;
  }

  .service-card {
    flex-flow: column;
    height: auto;
  }

  .service-text-wrapper {
    width: 100%;
    height: auto;
  }

  .service-img {
    order: -1;
    width: 100%;
    height: 28em;
  }

  .flex-hor-space-bet.is-services {
    font-size: 1.2em;
  }

  .flex-hor-space-bet.footer {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .flex-hor-space-bet.events {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
  }

  .flex-hor-space-bet.mobile-ver {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
  }

  .flex-hor-space-bet.mobile-ver.is-contact {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }

  .flex-hor-space-bet.is-faq {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
  }

  .svg.white-text.mobile-none {
    display: none;
  }

  .svg._20, .svg._16x20 {
    width: 1.6em;
    height: 1.6em;
  }

  .svg._32.mobile-hide, .svg.cta {
    display: none;
  }

  .wrap-432 {
    max-width: 34em;
  }

  .wrap-432._100 {
    order: -1;
    max-width: none;
  }

  .flex-ver-64.is-hosts {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    padding-right: 0;
  }

  .flex-hor-32.is-mobile {
    flex-flow: column;
  }

  .flex-hor-32.is-blog {
    flex-flow: column;
    display: flex;
  }

  .flex-hor-32.footer, .feature-card {
    width: 100%;
  }

  .feature-card.is-stays {
    height: 36em;
  }

  .feature-card.is-team {
    width: 100%;
  }

  .feature-text-wrapper.is-stays {
    height: 16em;
  }

  .flex-ver-88 {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }

  .map-card {
    background-image: linear-gradient(0deg, #ece7e0 46%, #ece7e000 59%), url('../images/dryad-arbor-istira-map.png');
    background-position: 0 0, 100% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 40em;
    justify-content: flex-start;
    align-items: flex-end;
    height: 69em;
  }

  .map-card.is-big {
    padding-top: 33em;
  }

  .flex-hor-96.centre.mobile {
    flex-flow: column;
  }

  .hosts-img {
    width: 100%;
    height: auto;
  }

  .button {
    font-size: 1.1em;
  }

  .splide.slider {
    max-width: none;
  }

  .splide__arrows.splide__arrows--ltr {
    display: none;
  }

  .review-card {
    border-radius: 1rem;
  }

  .splide__arrow {
    border-radius: 2rem;
  }

  .my-slider-progress {
    width: 100%;
    margin-top: 3em;
    position: static;
  }

  .blog-card {
    height: auto;
  }

  .wrap-528 {
    width: 100%;
    max-width: none;
  }

  .line-hor.mobile-hidden {
    display: none;
  }

  .flex-ver-space-bet.is-venue {
    padding-top: 3em;
  }

  .flex-hor-64.is-hero {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
  }

  .hero-img {
    border-top-left-radius: 8em;
    border-top-right-radius: 8em;
  }

  .wrap-294 {
    max-width: 30em;
  }

  .cta-card {
    height: auto;
  }

  .flex-hor-12.is-event {
    grid-column-gap: 3em;
    grid-row-gap: 1em;
    flex-flow: wrap;
    width: 100%;
  }

  .general-64-card {
    flex-flow: column;
    height: auto;
  }

  .general-64-card.is-stays {
    padding: 2.5em;
  }

  .wrap-640 {
    max-width: none;
  }

  ._528x416-img {
    width: 100%;
  }

  .blog-post {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    flex-flow: column;
  }

  .side-blog-wrapper {
    width: 100%;
    padding-top: 0;
  }

  .wrap-416 {
    width: 100%;
    max-width: none;
  }

  .tabs {
    flex-flow: column;
  }

  .tabs-menu {
    max-width: none;
    margin-bottom: 3em;
  }

  .tabs-content {
    margin-left: 0;
  }

  .eu-logo {
    width: 14em;
  }
}

@media screen and (max-width: 479px) {
  .page-padding.is-footer {
    padding-top: 4em;
  }

  .page-padding.top-0.is-events {
    padding-left: 0%;
    padding-right: 0%;
  }

  .footer {
    border-top-left-radius: 3em;
    border-top-right-radius: 3em;
  }

  .mobile-nav-text {
    font-size: 3em;
  }

  .flex-hor-8.centre._100.mobile {
    flex-flow: wrap;
  }

  .label {
    font-size: 1em;
  }

  .service-text-wrapper {
    padding: 2.5em;
  }

  .service-img {
    height: 24em;
  }

  .flex-ver-64.centre-left {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .flex-hor-32.footer {
    flex-flow: wrap;
  }

  .map-card {
    padding: 3em;
  }

  .flex-ver-128, .flex-hor-96.centre.mobile {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }

  .review-card {
    width: 84vw;
    height: 38em;
  }

  .blog-item {
    width: 100%;
  }

  .flex-hor-16.mobile {
    flex-flow: wrap;
  }

  .events-list-wrapper {
    padding-left: 2em;
    padding-right: 2em;
  }

  .cta-card {
    border-radius: 2em;
    padding: 2.5em;
  }

  ._2-col-grid {
    flex-flow: column;
    display: flex;
  }

  .share-code.mobile {
    display: block;
  }

  .social_link {
    width: 3em;
    height: 3em;
  }

  .tab-link {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .blog-list {
    display: flex;
  }
}


@font-face {
  font-family: 'Fondamento';
  src: url('../fonts/fondamento-v20-latin_latin-ext-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto-v47-latin_latin-ext-italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto-v47-latin_latin-ext-700italic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto-v47-latin_latin-ext-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto-v47-latin_latin-ext-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}