:root {
  --black: #05060b;
  --dark: #121628;
  --orange: #ff6e00;
  --white: white;
}

body {
  background-color: var(--black);
  color: #d8d0c3;
  font-family: Albratexttrial, sans-serif;
  font-size: 16px;
  line-height: 140%;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
}

h3 {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 64px;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 0;
}

a {
  color: #fff;
  text-decoration: none;
}

.styleguide-wrapper {
  overflow: hidden;
}

.sg-container {
  grid-row-gap: 80px;
  flex-direction: column;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  display: flex;
}

.sg-container.no-buttom-padding {
  padding-bottom: 0;
}

.sg-container.no-top-padding {
  padding-top: 0;
}

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

.sg-wrapper.active-border {
  border-bottom: 1px solid #d1d5db1a;
  padding-bottom: 60px;
}

.sg-wrapper.heading-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #e5e7eb1a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 30px;
  padding-bottom: 30px;
  display: grid;
}

.sg-wrapper.heading-box-last {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 30px;
  padding-bottom: 30px;
  display: grid;
}

.sg-wrapper.colors {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.sg-wrapper.typeface {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sg-wrapper.typeface.border {
  border-bottom: 1px solid #d1d5db1a;
  padding-bottom: 60px;
}

.sg-inner.font-details {
  grid-column-gap: 15px;
  display: flex;
}

.sg-inner.title-details {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.sg-text {
  white-space: nowrap;
}

.sg-text.light {
  color: #b6b6b6;
}

.sg-text.white {
  color: #fff;
}

.sg-span-color {
  color: #000;
}

.sg-heading {
  font-size: 30px;
  font-weight: 500;
}

.sg-heading.nohemi {
  font-family: Nohemi, sans-serif;
  font-weight: 300;
}

.sg-heading.satoshi {
  font-family: Satoshi, sans-serif;
  font-weight: 400;
}

.sg-text-big {
  font-size: 250px;
  font-weight: 500;
  line-height: 100%;
}

.sg-text-big.nohemi {
  font-family: Nohemi, sans-serif;
  font-size: 220px;
  font-weight: 300;
  line-height: 80%;
}

.sg-text-big.satoshi {
  font-family: Satoshi, sans-serif;
  font-weight: 400;
}

.sg-background {
  background-color: var(--dark);
  border-radius: 25px;
  padding: 40px 30px 30px;
}

.title-h1 {
  letter-spacing: -6px;
  text-indent: -8px;
  white-space: nowrap;
  font-family: Nohemi, sans-serif;
  font-size: 190px;
  font-weight: 300;
  line-height: 120%;
}

.font-details-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  display: flex;
}

.font-details-wrapper.top-margin {
  margin-top: 50px;
}

.class-example {
  color: #fff;
  background-color: #2a80f7;
  border-radius: 4px;
  padding: 5px 10px;
  font-size: 14px;
}

.title-h2 {
  letter-spacing: -6px;
  text-indent: -5px;
  font-family: Nohemi, sans-serif;
  font-size: 140px;
  font-weight: 300;
  line-height: 120%;
  position: relative;
}

.title-h3 {
  letter-spacing: -3px;
  text-indent: -3px;
  font-family: Satoshi, sans-serif;
  font-size: 100px;
  font-weight: 300;
  line-height: 105%;
  position: relative;
}

.title-h3.hide-desktop {
  display: none;
}

.title-h3._2 {
  font-family: Satoshi, sans-serif;
  font-size: 48px;
}

.title-h4 {
  letter-spacing: -4px;
  text-indent: -3px;
  font-family: Nohemi, sans-serif;
  font-size: 80px;
  font-weight: 300;
  line-height: 105%;
  position: relative;
}

.title-h4.orange {
  color: var(--orange);
  letter-spacing: 0;
  transition: all .35s;
}

.title-h4.orange:hover {
  color: #fff;
}

.title-h5 {
  letter-spacing: -1px;
  text-indent: 0;
  font-family: Nohemi, sans-serif;
  font-size: 70px;
  font-weight: 300;
  line-height: 110%;
  position: relative;
}

.title-h5.center {
  text-align: center;
  text-transform: uppercase;
  margin-top: 715px;
  font-family: Satoshi, sans-serif;
  font-size: 50px;
  font-weight: 500;
}

.title-h6 {
  letter-spacing: -1px;
  text-indent: 0;
  font-family: Nohemi, sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 120%;
  position: relative;
}

.paragraph-30px {
  z-index: 1;
  font-size: 30px;
  font-weight: 400;
  line-height: 140%;
}

.paragraph-30px.font---nohemi {
  font-family: Windsorprorg, sans-serif;
  font-weight: 300;
}

.paragraph-30px.opacity-50 {
  opacity: .5;
}

.paragraph-25px {
  font-size: 25px;
  line-height: 140%;
}

.paragraph-23px {
  text-transform: uppercase;
  font-family: Satoshi, sans-serif;
  font-size: 17px;
  line-height: 140%;
}

.paragraph-23px.black {
  color: var(--black);
}

.paragraph-20px {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Bergenmono, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.paragraph-20px._80-opacity {
  opacity: .8;
  letter-spacing: 0;
  font-family: Satoshi, sans-serif;
  font-size: 19px;
  font-weight: 400;
  text-decoration: none;
  overflow: hidden;
}

.paragraph-20px.center {
  text-align: center;
}

.paragraph-20px.text-produtos {
  color: #fff;
  letter-spacing: 0;
  font-family: Satoshi, sans-serif;
}

.paragraph-18px {
  font-size: 18px;
  line-height: 140%;
}

.paragraph-16px {
  font-size: 16px;
  line-height: 140%;
}

.paragraph-16px._60-opacity {
  opacity: .6;
}

.paragraph-16px.left {
  text-align: left;
}

.paragraph-16px.left.center {
  font-family: Windsorprorg, sans-serif;
}

.paragraph-14px {
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}

.paragraph-14px.dark {
  color: var(--black);
}

.paragraph-14px.dark.light {
  font-size: 16px;
  font-weight: 300;
  line-height: 180%;
}

.paragraph-14px.capitalize {
  text-transform: uppercase;
}

.paragraph-14px.capitalize.opacity-50 {
  opacity: .5;
  text-transform: none;
  font-size: 19px;
  line-height: 170%;
}

.paragraph-14px.opacity-50 {
  opacity: .5;
}

.paragraph-14px.allcaps {
  text-transform: uppercase;
  margin-top: -25px;
  font-family: Bergenmono \- Semibold, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.paragraph-14px.product {
  opacity: .62;
  font-size: 19px;
  line-height: 160%;
}

.paragraph-12px {
  font-size: 12px;
  line-height: 140%;
}

.paragraph-12px.black {
  color: var(--black);
}

.paragraph-12px.grey {
  color: #b8b8b8;
}

.top {
  background-color: var(--white);
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  padding: 80px 25px 25px;
}

.top.chocolate {
  background-color: var(--orange);
}

.top.dark {
  background-color: var(--dark);
}

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

.bottom {
  border: 1px solid #e5e7eb;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  padding: 25px;
}

.sg-logo {
  width: 180px;
}

.page-wrapper {
  overflow: hidden;
}

.section.hero-image {
  background-image: linear-gradient(180deg, #05060b33, #05060b33 63%, var(--black)), url('../images/Capa-final-.jpg');
  background-position: 0 0, 100% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 210vw;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.section.terms {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.section.d-none {
  display: none;
}

.section.portal {
  background-image: url('../images/portal.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
}

.section.portal.post {
  position: relative;
}

.section.product {
  background-image: url('../images/divHero.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
}

.section.product.post {
  position: relative;
}

.section.section-hide {
  display: none;
}

.container {
  width: 100%;
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  padding: 150px 60px;
  position: relative;
}

.container.hero {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 160vh;
  display: flex;
}

.container.welcome {
  grid-row-gap: 100px;
  flex-direction: column;
  padding: 0;
  display: flex;
}

.container.map {
  max-width: 1560px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.container.interiors {
  grid-row-gap: 150px;
  flex-direction: column;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.container.location {
  max-width: none;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.container.listings {
  grid-row-gap: 100px;
  flex-direction: column;
  padding-top: 100px;
  display: flex;
}

.container.footer {
  grid-row-gap: 50px;
  flex-direction: column;
  max-width: none;
  padding: 100px 0 25px;
  display: flex;
}

.container.terms {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 300px;
  padding-left: 150px;
  padding-right: 150px;
  display: flex;
}

.container.cms-hero {
  grid-row-gap: 100px;
  flex-direction: column;
  padding: 0 60px 150px;
  display: flex;
}

.container.portal {
  height: 100%;
  padding-bottom: 40px;
}

.mail-link {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

.nav-menu {
  grid-column-gap: 300px;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 34px;
}

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

.nav-link {
  grid-column-gap: 10px;
  opacity: .8;
  color: #fff;
  letter-spacing: .5px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.nav-link:hover {
  opacity: .4;
}

.nav-link.w--current {
  opacity: 1;
}

.navbar {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 3.5rem;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.mail-arrow {
  width: 11px;
}

.nav-link-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.nav-wrapper {
  grid-column-gap: 1px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.menu-mail-wrapper {
  display: none;
}

.padding-button {
  z-index: 1;
  margin-top: -20px;
  margin-left: -20px;
  padding: 20px;
  position: relative;
}

.circle-button {
  grid-row-gap: 0px;
  background-color: var(--black);
  color: var(--black);
  border-radius: 50%;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  overflow: hidden;
}

.icon-wrapper {
  position: relative;
}

.horizontal {
  background-color: #fff;
  width: 30px;
  height: 1px;
}

.vertical {
  background-color: #fff;
  width: 30px;
  height: 1px;
  transform: rotate(90deg);
}

.popup-box {
  grid-row-gap: 10px;
  background-color: #d8d0c3;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 270px;
  padding: 20px;
  display: flex;
  overflow: hidden;
}

.popup-icon-circle {
  border: 1px solid #0003;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
  position: relative;
}

.popup-icon {
  width: 60%;
}

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

.nav-button {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #fff6;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-family: Inconsolata, monospace;
  font-size: 16px;
  font-weight: 700;
  transition: all .35s;
  display: flex;
}

.nav-button:hover {
  background-color: #d17d2a;
  border-color: #fff0;
}

.nav-button.w--current {
  display: none;
}

.nav-button.mobile:hover {
  background-color: #f05c4e;
}

.info-popup {
  align-items: center;
  width: 500px;
  height: 500px;
  display: flex;
  position: absolute;
  inset: auto 10% 29% auto;
}

.hero-heading {
  border-bottom: 1px solid #fff3;
  overflow: hidden;
}

.welcome-grid {
  grid-column-gap: 60px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  display: grid;
  overflow: hidden;
}

.interior-details {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 90vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.welcome-text-wrapper {
  border-right: 1px solid #fff3;
  justify-content: center;
  align-items: center;
  padding-left: 105px;
  padding-right: 105px;
  display: flex;
}

.welcome-image-holder {
  background-image: linear-gradient(#00000080, #00000080), url('../images/image-6.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 570px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.welcome-image {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 8rem;
  width: 500px;
  height: 100%;
}

.welcome-text-holder {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 99ch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.top-padding-60px {
  padding-top: 60px;
  overflow: hidden;
}

.top-padding-60px.d-none {
  display: none;
}

.projects-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template: "."
  / 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.project-element {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-image {
  object-fit: cover;
  background-image: url('../images/house-with-green-wall-plants-front-it-1.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.project-image-overlay {
  z-index: 0;
  background-color: #05060b80;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.project-image-wrapper {
  cursor: default;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.project-title-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.price-badge {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 20px;
  display: grid;
}

.price-badge-wrapper {
  margin-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.badge-title {
  grid-row-gap: 5px;
  flex-direction: column;
  display: flex;
}

.badge-link {
  grid-column-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.link-arrow {
  width: 14px;
}

.project-cta {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-image-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cta-image {
  object-fit: cover;
  background-image: url('../images/house-with-green-wall-plants-front-it-1.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.cta-image-overlay {
  z-index: 0;
  background-color: #05060b33;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cta-button {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.cta-icon {
  grid-column-gap: 10px;
  border-left: 1px solid #05060b1a;
  justify-content: flex-end;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.button-title {
  padding: 30px;
}

.cta-button-mask {
  overflow: hidden;
}

.map-image {
  width: 100%;
}

.black {
  color: #000;
}

.paragraph-wrapper {
  width: 640px;
  overflow: hidden;
}

.paragraph-wrapper.flex {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.paragraph-wrapper.is-22 {
  width: 600px;
}

.paragraph-wrapper.center {
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.interior-text-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area Area"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  display: grid;
}

.interior-text-grid.first {
  margin-bottom: 300px;
}

.interior-text-grid.last {
  padding-bottom: 100px;
}

.interior-cards-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.interior-card {
  border-radius: 10px;
  grid-template: "Area"
                 "Area"
                 / 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 465px;
  height: 564px;
  padding-bottom: 30px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.interior-card.bottom-margin {
  margin-bottom: 70px;
  padding-left: 44px;
  padding-right: 44px;
}

.interior-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.padding-button-interior {
  padding: 50px;
  position: absolute;
}

.heading-absolute {
  position: absolute;
  inset: -20% auto auto 0%;
}

.heading-absolute.right {
  inset: -40% 0% auto auto;
  overflow: hidden;
}

.heading-absolute.left {
  padding-right: 10px;
  overflow: hidden;
}

.location-wrapper {
  grid-row-gap: 150px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  display: flex;
}

.location-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.location-grid.middle {
  margin-top: 200px;
}

.location-grid.last {
  margin-top: 100px;
}

.location-grid.start {
  grid-template-columns: 1fr .25fr 1fr;
}

.location-grid.first {
  margin-top: 50px;
  position: relative;
}

.location-details {
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.location-point {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.location-time {
  display: flex;
}

.ld-circle {
  border: 1px solid var(--orange);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding: 7px;
  transition: all .4s;
  display: flex;
}

.ld-circle:hover {
  border-width: 3px;
  padding: 0;
}

.ld-image {
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.time-inner {
  grid-column-gap: 15px;
  text-align: right;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.time-inner.right {
  align-items: flex-end;
}

.location-grid-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 100px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  max-width: 1200px;
  margin-top: 50px;
  display: grid;
  position: relative;
}

.location-grid-wrapper.mobile {
  display: none;
}

.time-heading {
  margin-top: -8px;
  font-size: 80px;
  font-weight: 400;
  line-height: 100%;
}

.time-heading.green {
  color: #677444;
  line-height: 1;
}

.location-line {
  z-index: -1;
  background-color: #ffffff1a;
  width: 2px;
  height: 1070px;
  position: absolute;
  inset: 0% auto;
}

.car {
  z-index: 10;
  width: 18%;
  margin-right: 20px;
}

.car-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.car-point {
  z-index: -1;
  background-color: #0c1118;
  border-radius: 50%;
  width: 500px;
  height: 500px;
  position: absolute;
}

.location-paragraph-wrapper {
  grid-row-gap: 45px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 530px;
  margin-top: 100px;
  display: flex;
}

.button {
  color: #fff;
  background-color: #11152a;
  border: 1px solid #fff0;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 14px;
  transition: all .35s;
  display: flex;
}

.button:hover {
  background-color: #11152a00;
  border-color: #fff6;
}

.map-wrapper {
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
}

.map-paragraph {
  grid-row-gap: 100px;
  flex-direction: column;
  width: 460px;
  padding-left: 60px;
  display: flex;
}

.circle-arrow {
  width: 18px;
}

.stroke-circle-button {
  grid-row-gap: 0px;
  background-color: var(--black);
  border: 1px solid #161c35;
  border-radius: 50%;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
}

.map-image-wrapper {
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.map-point {
  border: 1.5px solid var(--orange);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  inset: auto auto 54% 21%;
}

.small-point {
  background-color: var(--orange);
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.map-text {
  color: var(--orange);
  white-space: nowrap;
  font-size: 20px;
  position: absolute;
  top: -40px;
}

.map-popup {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: auto;
  padding: 20px;
  display: flex;
  position: absolute;
  top: 50.8125px;
  overflow: hidden;
}

.map-icon-circle {
  border: 1px solid #0003;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
  position: relative;
}

.map-popup-icon {
  width: 60%;
}

.listing-element {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  color: #fff;
  border-bottom: 1px solid #fff3;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr .5fr;
  grid-auto-columns: 1fr;
  padding-top: 60px;
  padding-bottom: 60px;
  display: grid;
}

.listing-title {
  border-bottom: 1px solid #fff3;
  padding-bottom: 30px;
  overflow: hidden;
}

.listing-paragraphs {
  justify-content: space-between;
  display: flex;
}

.stroke-button {
  color: #fff;
  background-color: #11152a00;
  border: 1px solid #fff6;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 14px;
  transition: background-color .35s, border-color .35s;
  display: flex;
}

.stroke-button:hover {
  background-color: #f05c4d;
  border-color: #ffffff1a;
}

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

.name, .title {
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.pricing {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.listing-price {
  z-index: 1;
  margin-top: 0;
  font-family: Windsorprorg, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 140%;
}

.listing-location {
  width: 100%;
}

.footer-social {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  display: grid;
}

.footer-marquee {
  border-top: 1px solid #fff3;
  border-bottom: 1px solid #fff3;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  overflow: hidden;
}

.footer-marquee.d-none {
  display: none;
}

.footer-end {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1560px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  display: grid;
}

.email-wrapper {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  font-size: 20px;
  display: flex;
}

.email-wrapper.hide-mobile {
  font-family: Satoshi, sans-serif;
  transition: all .35s;
}

.email-wrapper.hide-mobile:hover {
  color: #ffffffad;
}

.email-icon-circle {
  background-color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .35s;
  display: flex;
}

.email-icon-circle:hover {
  transform: scale(.9);
}

.social-wrapper {
  grid-column-gap: 30px;
  align-items: center;
  display: flex;
}

.social-link {
  opacity: .6;
  font-size: 20px;
  transition: opacity .35s;
}

.social-link:hover {
  opacity: 1;
}

.marquee-inner {
  grid-column-gap: 50px;
  align-items: center;
  display: flex;
}

.marquee-dot {
  opacity: 1;
  background-color: #fff;
  border-radius: 50%;
  width: 25px;
  height: 25px;
}

.span-opacity-60 {
  opacity: .6;
}

.footer-logo-icon {
  width: 60%;
}

.footer-logo-circle {
  border: 1px solid #fff3;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
  position: relative;
}

.footer-arrow-icon {
  width: 40%;
  transform: rotate(-90deg);
}

.footer-arrow-circle {
  background-color: #fff;
  border: 1px solid #fff3;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
  position: relative;
}

.footer-arrow-circle.hide-mobile {
  background-color: #0000;
  transition: all .35s;
}

.footer-arrow-circle.hide-mobile:hover {
  background-color: #f05c4e;
  transform: scale(1.1);
}

.nav-inner {
  grid-column-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr 6fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.element-title {
  letter-spacing: -1px;
  text-indent: 0;
  margin-top: 0;
  font-family: Windsorprorg, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 110%;
  position: relative;
}

.paragraph {
  font-family: Windsorprorg, sans-serif;
}

.interior-title {
  letter-spacing: -6px;
  text-indent: -5px;
  font-family: Windsorprorg, sans-serif;
  font-size: 140px;
  font-weight: 300;
  line-height: 120%;
  position: relative;
}

.time-paragraph {
  font-size: 14px;
  line-height: 140%;
}

.details {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.grid-column-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: ". ."
                 "Area Area"
                 / 1.75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 30px;
  padding-right: 0;
  display: grid;
}

.grid-column-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-right: 1px solid #fff3;
  grid-template: ". ."
                 "Area Area"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 30px;
  display: grid;
}

.copyright {
  justify-content: space-between;
  display: flex;
}

.span-h5 {
  overflow: hidden;
}

.span-h5.forest, .span-h5.retreat {
  flex-direction: column;
  display: flex;
}

.map-title-wrapper {
  padding-bottom: 100px;
  overflow: hidden;
}

.heading-element, .listing-title-wrapper {
  overflow: hidden;
}

.map-title {
  border-bottom: 1px solid #fff3;
  overflow: hidden;
}

.hero-heading-wrapper {
  overflow: hidden;
}

.map-heading {
  color: #d8d0c3;
  letter-spacing: -6px;
  text-indent: -8px;
  white-space: nowrap;
  font-family: Nohemi, sans-serif;
  font-size: 190px;
  font-weight: 300;
  line-height: 120%;
}

.heading {
  color: #fff;
  letter-spacing: -6px;
  text-indent: -8px;
  white-space: nowrap;
  font-family: Satoshi, sans-serif;
  font-size: 190px;
  font-weight: 500;
  line-height: 100%;
}

.heading.portal {
  white-space: normal;
  font-size: 160px;
}

.heading.portal.post {
  letter-spacing: 0;
  font-size: 110px;
}

.heading.portal.product {
  font-size: 110px;
}

.touch-icon {
  display: none;
  position: absolute;
}

.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: auto;
  display: flex;
}

._404-inner {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.terms-body h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Nohemi, sans-serif;
  font-weight: 300;
}

.terms-body p {
  color: #fff9;
  margin-bottom: 10px;
  line-height: 160%;
}

.terms-shape {
  z-index: -1;
  filter: blur(150px);
  background-color: #161a2e;
  border-radius: 50%;
  width: 30%;
  height: 40%;
  position: absolute;
  inset: 0% auto auto -4%;
}

.terms-shape.right {
  inset: -23% -21% auto auto;
}

.terms-title-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.terms-wrapper {
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
  position: relative;
}

.all-templates-button {
  z-index: 100;
  grid-column-gap: 5px;
  color: var(--black);
  background-color: #fff;
  border: 1px solid #cfcfcf;
  border-radius: 3px;
  justify-content: flex-start;
  align-items: center;
  min-width: 136px;
  padding: 6px;
  font-size: 13px;
  font-weight: 500;
  display: flex;
  position: fixed;
  inset: auto 12px 50px auto;
}

.all-templates-icon {
  width: 18px;
  height: 18px;
}

.spa-vector {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 13.0859px;
  height: 15.3657px;
  display: flex;
}

.lc-column {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.listing-content {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  display: flex;
}

.lc-wrapper {
  grid-column-gap: 130px;
  grid-row-gap: 130px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lc-text-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.lc-inner {
  grid-column-gap: 10px;
  border-top: .5px solid #ffffff1a;
  border-bottom: 0 solid #ffffff1a;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 5px;
  display: flex;
}

.lc-inner.last {
  border-bottom-width: .5px;
}

.lc-features {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: grid;
}

.content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border-top: 1px solid #ffffff1a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: grid;
}

.content-inner {
  flex: 0 auto;
  display: flex;
  overflow: hidden;
}

.h2-listing-icon-circle {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 21px 20px;
  display: flex;
  position: relative;
}

.cms-heading-wrapper {
  overflow: hidden;
}

.cms-heading {
  border-bottom: 1px solid #ffffff1a;
  overflow: hidden;
}

.cms-details {
  grid-column-gap: 60px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.cms-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  overflow: hidden;
}

.cms-main-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.cms-text-holder {
  grid-row-gap: 0px;
  text-transform: uppercase;
  flex-direction: column;
  align-items: center;
  margin-top: -10%;
  padding-bottom: 50px;
  display: flex;
}

.download-plan {
  grid-column-gap: 15px;
  display: flex;
}

.cms-contact {
  grid-column-gap: 15px;
  flex: 0 auto;
  overflow: hidden;
}

.main-image-holder {
  border-radius: 500px;
  height: 650px;
  overflow: hidden;
}

.price {
  font-weight: 500;
}

.title-span-1st, .title-span-2nd {
  font-family: Nohemi, sans-serif;
  font-size: 70px;
  font-weight: 300;
  line-height: 100%;
}

.cms-contact-mask {
  grid-column-gap: 15px;
  display: flex;
}

.logo-header-cms {
  border: 1px solid #fff3;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
  position: relative;
}

.text-span {
  color: #b0d6af;
}

.div-block {
  grid-column-gap: 1rem;
  align-items: center;
  display: flex;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  margin-top: 4vh;
  display: flex;
}

.image {
  width: 30%;
}

.imagepoint {
  margin-top: 14px;
}

.collection-item {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.collection-item.bottom-margin {
  justify-content: flex-start;
}

.collection-list-wrapper-3 {
  margin-top: -30px;
}

.collection-list-wrapper-4 {
  margin-top: 70px;
}

.div-block-3 {
  z-index: 9;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: relative;
}

.div-block-3.small {
  width: 90%;
}

.section-2, .section-3 {
  position: absolute;
}

.div-block-4 {
  background-color: #0000007a;
  position: absolute;
  inset: 0%;
}

.rich-text {
  font-family: Satoshi, sans-serif;
}

.rich-text h2 {
  margin-bottom: 25px;
}

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

.tabs-menu {
  grid-column-gap: 70px;
  flex-direction: row;
  margin-bottom: 61px;
  display: flex;
}

.tab {
  opacity: .47;
  color: #d8d0c3;
  background-color: #0000;
  border-bottom: 1px solid #d8d0c3;
  flex: 1;
  padding: 15px 0;
  font-size: 24px;
  font-weight: 500;
}

.tab.w--current {
  opacity: 1;
  background-color: #0000;
  flex: 1;
}

.image-2 {
  object-fit: cover;
  border-radius: 16px;
  height: 26.4rem;
}

.div-block-5 {
  grid-column-gap: 40px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-3 {
  border-radius: 20px;
}

.image-4 {
  width: 20rem;
  display: none;
}

.italic-text, .italic-text-2 {
  color: #d8d0c3;
  font-family: Windsorprorg, sans-serif;
  font-size: 50px;
  font-style: normal;
}

.italic-text-3 {
  color: #d8d0c3;
  font-family: Windsorprorg, sans-serif;
  font-size: 50px;
  font-style: normal;
  line-height: 1;
}

.text-block {
  font-family: Bergenmono, sans-serif;
}

.text-block.text-block-2:hover {
  color: #d9d0c3;
}

.text-block-2 {
  font-family: Bergenmono, sans-serif;
}

.text-block-2:hover {
  color: #d9d0c3;
}

.text-block-3, .text-block-4 {
  font-family: Bergenmono, sans-serif;
  font-weight: 400;
}

.text-block-5 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Bergenmono, sans-serif;
}

.text-block-6, .text-block-7, .text-block-8, .text-block-9, .text-block-10 {
  font-family: Windsorprorg, sans-serif;
}

.text-block-11 {
  color: #d8d0c3;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Bergenmono, sans-serif;
  font-weight: 600;
}

.text-span-2 {
  color: #a6d7ab;
}

.text-block-12 {
  color: #d8d0c3;
  text-transform: uppercase;
  font-family: Bergenmono, sans-serif;
  font-weight: 600;
}

.text-block-13 {
  color: #d8d0c3;
  font-family: Bergenmono, sans-serif;
  font-weight: 600;
}

.image-5 {
  display: none;
}

.text-block-14, .text-block-15 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Bergenmono, sans-serif;
}

.text-block-16 {
  color: #d8d0c3;
  text-transform: uppercase;
  font-family: Satoshi, sans-serif;
}

.text-block-17, .text-block-18 {
  color: #d8d0c3;
}

.image-6 {
  max-width: 14%;
}

.bold-text {
  color: #f7c44f;
}

.bold-text-2, .bold-text-3 {
  color: #fff;
}

.text-span-3 {
  color: #fff9;
}

.text-span-4 {
  color: #ffffff96;
}

@media screen and (min-width: 1280px) {
  .email-icon-circle {
    color: #d8d0c3;
    background-color: #d8d0c3;
  }

  .text-block-12, .text-block-13, .text-block-16 {
    color: #d8d0c3;
  }
}

@media screen and (max-width: 991px) {
  .sg-wrapper.heading-box, .sg-wrapper.heading-box-last {
    grid-template-columns: 1fr;
  }

  .sg-wrapper.colors {
    grid-template-columns: 1fr 1fr;
  }

  .sg-wrapper.typeface {
    grid-template-columns: 1fr;
  }

  .title-h1 {
    letter-spacing: -6px;
    text-indent: -6px;
    font-size: 150px;
  }

  .title-h2 {
    letter-spacing: -3px;
    font-size: 90px;
  }

  .title-h3 {
    letter-spacing: -3px;
    font-size: 70px;
  }

  .title-h4 {
    letter-spacing: -3px;
    font-size: 60px;
  }

  .title-h5 {
    font-size: 50px;
  }

  .title-h6 {
    font-size: 40px;
  }

  .container {
    padding-bottom: 58px;
  }

  .container.projects {
    padding-top: 70px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .container.map {
    padding-bottom: 0;
  }

  .container.interiors {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container.location {
    padding-bottom: 50px;
  }

  .container.listings {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container.cms-hero {
    padding-bottom: 0;
  }

  .nav-menu {
    z-index: 0;
    grid-column-gap: 140px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
  }

  .lottie-animation {
    width: 60px;
  }

  .menu-button {
    z-index: 10;
    background-color: #0000;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .nav-link {
    font-size: 16px;
  }

  .navbar, .mail-arrow {
    display: block;
  }

  .nav-link-wrapper {
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    display: flex;
  }

  .nav-wrapper {
    justify-content: space-between;
    align-items: flex-start;
  }

  .menu-mail-wrapper {
    grid-column-gap: 20px;
    align-items: baseline;
    margin-top: 60px;
    display: none;
  }

  .circle-button {
    width: 60px;
    height: 60px;
  }

  .horizontal, .vertical {
    width: 25px;
  }

  .welcome-grid {
    grid-column-gap: 30px;
    grid-template-columns: 1fr;
  }

  .welcome-text-wrapper {
    border: 1px #000;
    padding-left: 30px;
    padding-right: 30px;
  }

  .welcome-image-holder {
    height: 770px;
  }

  .projects-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template: "."
    / 1fr;
    grid-auto-columns: 1fr;
    align-items: start;
    display: flex;
  }

  .project-element {
    z-index: 1;
    position: relative;
  }

  .project-image {
    position: static;
  }

  .project-image-overlay {
    inset: 0%;
  }

  .project-image-wrapper {
    height: 100%;
    position: absolute;
    inset: 0%;
  }

  .price-badge {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr .75fr;
  }

  .project-cta {
    width: 100%;
    height: 60vh;
  }

  .cta-image-wrapper {
    height: 100%;
    position: absolute;
    inset: 0%;
  }

  .cta-image {
    position: static;
  }

  .cta-image-overlay {
    inset: 0%;
  }

  .interior-text-grid.first {
    margin-bottom: 14px;
  }

  .interior-cards-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: center;
    display: flex;
  }

  .interior-card {
    width: 360px;
    height: 430px;
  }

  .interior-card.bottom-margin {
    width: 100%;
    margin-bottom: 0;
  }

  .heading-absolute.right {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 56px;
    display: flex;
    position: static;
    top: -31%;
  }

  .heading-absolute.left {
    padding-right: 0;
    position: static;
    top: -12%;
  }

  .location-grid-wrapper {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .car {
    width: 32%;
  }

  .map-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .stroke-circle-button {
    width: 60px;
    height: 60px;
  }

  .listing-element {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: .4fr 1fr .6fr;
  }

  .listing-location {
    width: 60%;
  }

  .footer-social {
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-end {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-logo-circle {
    display: none;
  }

  .nav-inner {
    grid-column-gap: 150px;
  }

  .card-elements {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .element-title {
    font-size: 40px;
  }

  .paragraph {
    display: none;
  }

  .interior-title {
    letter-spacing: -3px;
    margin-top: 0;
    font-size: 90px;
  }

  .grid-column-right {
    border: 1px #000;
    grid-template-rows: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-column-left {
    border: 1px #000;
    border-bottom: 1px solid #fff3;
    grid-template-rows: auto;
    padding-right: 0;
  }

  .map-heading, .heading {
    letter-spacing: -6px;
    text-indent: -6px;
    font-size: 150px;
  }

  .heading.portal {
    white-space: normal;
    font-size: 100px;
    line-height: 100%;
  }

  .heading.portal.post {
    font-size: 70px;
  }

  .touch-icon {
    opacity: 0;
    display: block;
  }

  .terms-body {
    flex-direction: column;
    display: flex;
  }

  .all-templates-button {
    display: none;
  }

  .listing-content {
    flex-direction: column;
  }

  .lc-text-wrapper, .lc-features {
    width: 100%;
  }

  .content-wrapper {
    flex-flow: column wrap;
    grid-template-columns: 1fr 1fr;
  }

  .content-inner {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .content-inner.hide-mobile {
    display: none;
  }

  .cms-details {
    grid-column-gap: 30px;
    grid-template-columns: 1fr;
  }

  .cms-contact {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .main-image-holder {
    height: 770px;
  }

  .cms-contact-mask {
    justify-content: flex-end;
  }

  .collection-list-wrapper-2, .collection-item {
    width: 100%;
  }

  .collection-list-wrapper-3 {
    margin-top: 0;
  }

  .collection-list-wrapper-4 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 35px;
  }

  .div-block-3.small {
    width: 100%;
  }

  .div-block-6 {
    width: 100%;
    margin-top: 43px;
  }
}

@media screen and (max-width: 767px) {
  .sg-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .title-h1 {
    letter-spacing: -3px;
    text-indent: -3px;
    font-size: 100px;
  }

  .title-h2 {
    text-indent: -3px;
    font-size: 90px;
  }

  .title-h3 {
    text-align: center;
    letter-spacing: -1px;
    font-size: 55px;
  }

  .title-h4 {
    font-size: 50px;
  }

  .title-h5 {
    font-size: 45px;
  }

  .container.hero {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container.projects {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .container.interiors {
    grid-row-gap: 50px;
  }

  .container.listings {
    grid-row-gap: 50px;
    padding-bottom: 50px;
  }

  .container.terms {
    padding-top: 150px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .container.cms-hero {
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-menu {
    background-color: var(--dark);
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .navbar {
    padding-top: 30px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .nav-link-wrapper {
    grid-column-gap: 29px;
    flex-direction: row;
    width: 100%;
  }

  .nav-wrapper {
    align-items: center;
  }

  .nav-button {
    display: none;
  }

  .info-popup {
    bottom: 37%;
    right: -16%;
  }

  .welcome-text-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .welcome-image-holder {
    height: 560px;
  }

  .welcome-text-holder {
    grid-row-gap: 40px;
    margin-top: -29%;
  }

  .paragraph-wrapper {
    width: auto;
  }

  .paragraph-wrapper.flex {
    text-align: center;
    align-items: center;
  }

  .interior-text-grid.first {
    margin-bottom: 60px;
  }

  .interior-cards-wrapper {
    grid-template-columns: 1fr;
  }

  .heading-absolute.right {
    position: static;
  }

  .heading-absolute.left {
    width: 100%;
    position: static;
  }

  .location-wrapper {
    padding-top: 50px;
  }

  .location-details {
    text-align: left;
    align-items: flex-start;
  }

  .ld-circle.mobile {
    width: 80px;
    height: 80px;
  }

  .location-grid-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 100px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .location-grid-wrapper.mobile {
    display: none;
  }

  .time-heading.mobile {
    font-size: 50px;
  }

  .location-line {
    height: 690px;
  }

  .car {
    width: 25%;
  }

  .car.mobile {
    margin-right: 11px;
  }

  .location-paragraph-wrapper {
    width: auto;
    margin-top: 13px;
    padding-left: 70px;
    padding-right: 70px;
  }

  .map-popup {
    margin-left: 40px;
  }

  .listing-element {
    grid-template-columns: 1fr;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .listing-paragraphs {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .listing-grid {
    margin-top: 50px;
  }

  .name {
    grid-row-gap: 40px;
    justify-content: space-between;
  }

  .title {
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: flex-start;
  }

  .pricing {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .listing-price {
    font-size: 23px;
  }

  .listing-location {
    width: 80%;
  }

  .footer-social {
    display: flex;
  }

  .footer-end {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    height: auto;
  }

  .email-wrapper.hide-mobile {
    display: none;
  }

  .card-elements {
    grid-template-columns: 1fr;
  }

  .element-title {
    font-size: 50px;
  }

  .interior-title {
    text-indent: -3px;
    font-size: 60px;
  }

  .grid-column-right {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 2.5fr 1.25fr;
  }

  .grid-column-left {
    grid-column-gap: 20px;
    grid-template-columns: 1fr .5fr;
    padding-bottom: 20px;
  }

  .map-heading, .heading {
    letter-spacing: -3px;
    text-indent: -3px;
    font-size: 100px;
  }

  .heading.portal.product {
    font-size: 60px;
    line-height: 120%;
  }

  .content-wrapper {
    flex-direction: column;
    grid-template-columns: 1fr .7fr;
    align-items: flex-start;
  }

  .content-inner {
    padding-right: 0;
  }

  .cms-text-holder {
    grid-row-gap: 0px;
    margin-top: -17%;
  }

  .cms-contact {
    padding-right: 0;
  }

  .main-image-holder {
    height: 560px;
  }

  .div-block-5 {
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: flex-start;
  }

  .image-3 {
    max-width: 70%;
  }
}

@media screen and (max-width: 479px) {
  .sg-wrapper.heading-box {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .sg-inner.title-details {
    align-items: flex-start;
  }

  .title-h1 {
    text-indent: -3px;
  }

  .font-details-wrapper {
    flex-wrap: wrap;
  }

  .title-h2 {
    font-size: 80px;
  }

  .title-h3 {
    font-size: 50px;
  }

  .title-h3.hide-desktop {
    display: block;
  }

  .title-h3._2 {
    font-size: 30px;
  }

  .title-h4 {
    font-size: 45px;
  }

  .title-h5 {
    font-size: 40px;
  }

  .title-h5.center {
    margin-top: 443px;
    font-size: 22px;
  }

  .title-h6 {
    font-size: 35px;
  }

  .paragraph-30px.font---nohemi {
    font-size: 18px;
  }

  .paragraph-20px._80-opacity {
    font-size: 16px;
  }

  .paragraph-16px.left.center {
    text-align: center;
  }

  .paragraph-16px.d-none {
    display: none;
  }

  .paragraph-14px.capitalize.opacity-50 {
    text-align: center;
  }

  .section.hero-image {
    background-position: 0 0, 88%;
    background-size: auto, 313vw;
  }

  .section.portal, .section.product {
    height: 50vh;
  }

  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container.hero {
    grid-row-gap: 5rem;
    justify-content: flex-start;
    height: auto;
    padding: 15vh 16px 150px;
  }

  .container.welcome, .container.projects {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.map {
    padding-top: 100px;
  }

  .container.interiors {
    grid-row-gap: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.location {
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.listings {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.terms {
    padding-top: 150px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.cms-hero {
    grid-row-gap: 50px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.portal {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-menu {
    background-color: var(--black);
    flex-direction: column;
    width: auto;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    overflow: scroll;
  }

  .lottie-animation {
    display: flex;
  }

  .nav-link {
    border-right: 1px #fff3;
    padding-right: 20px;
  }

  .nav-link.w--current, .nav-link.last {
    border-right-style: none;
  }

  .nav-link.first {
    border-right-style: none;
    padding-left: 0;
  }

  .navbar {
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    padding: .5rem 1rem;
  }

  .nav-link-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 20px;
    flex-flow: column;
    place-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-button {
    margin-left: 0;
  }

  .popup-box {
    width: auto;
  }

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

  .info-popup {
    flex-direction: column;
    width: auto;
    height: auto;
    position: static;
    bottom: 34%;
    right: -20%;
  }

  .welcome-grid {
    padding-left: 0;
    padding-right: 0;
  }

  .interior-details {
    justify-content: center;
    width: 100%;
    height: 90vh;
  }

  .welcome-image-holder {
    border-radius: 9px;
    width: auto;
    height: 100%;
  }

  .welcome-text-holder {
    grid-row-gap: 20px;
    width: 100%;
    margin-top: 0%;
    padding-bottom: 0;
    position: relative;
  }

  .top-padding-60px {
    padding-top: 30px;
  }

  .price-badge {
    grid-template-columns: 1.25fr;
  }

  .badge-link {
    display: none;
  }

  .paragraph-wrapper, .paragraph-wrapper.is-22 {
    width: auto;
  }

  .interior-text-grid.first {
    margin-bottom: 1px;
  }

  .interior-cards-wrapper {
    flex-direction: column;
    display: flex;
  }

  .interior-card {
    grid-template-areas: ".";
    width: 100%;
    height: 370px;
    display: flex;
  }

  .interior-card.bottom-margin {
    padding-left: 24px;
    padding-right: 24px;
  }

  .interior-image {
    inset: 0%;
  }

  .location-wrapper {
    grid-row-gap: 100px;
    padding-top: 138px;
  }

  .location-grid.middle {
    flex-direction: column;
    margin-top: 90px;
    display: flex;
  }

  .location-grid.last {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .location-grid.start {
    display: flex;
  }

  .location-grid.first {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
    display: flex;
  }

  .location-details {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .location-point {
    order: -1;
    align-items: flex-start;
  }

  .ld-circle.mobile {
    width: 70px;
    height: 70px;
  }

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

  .time-inner {
    grid-row-gap: 15px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .time-inner.right {
    grid-row-gap: 0px;
    align-items: center;
    width: 100%;
  }

  .location-grid-wrapper {
    grid-row-gap: 0px;
    flex-direction: column;
    margin-top: -109px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .location-grid-wrapper.mobile {
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .time-heading.green {
    font-size: 53px;
  }

  .location-line {
    height: 100%;
  }

  .car {
    display: none;
  }

  .car.mobile {
    width: 40%;
  }

  .car-point.mobile {
    width: 100px;
    height: 100px;
  }

  .location-paragraph-wrapper {
    margin-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    font-size: 16px;
  }

  .map-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .map-paragraph {
    width: auto;
    padding-left: 0;
  }

  .map-image-wrapper {
    width: 600px;
    margin-left: -63px;
  }

  .map-popup {
    flex-direction: row;
    width: 280px;
    margin-left: 141px;
  }

  .listing-element {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .listing-title {
    padding-bottom: 11px;
  }

  .listing-grid {
    margin-top: 0;
  }

  .name {
    grid-row-gap: 20px;
    display: flex;
  }

  .title {
    grid-row-gap: 20px;
  }

  .pricing {
    display: block;
  }

  .listing-location {
    width: 100%;
  }

  .footer-social {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-end {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-logo-circle, .paragraph {
    display: flex;
  }

  .interior-title {
    font-size: 40px;
  }

  .time-paragraph {
    font-size: 12px;
  }

  .hide-mobile {
    display: none;
  }

  .details {
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .grid-column-right {
    flex-direction: column;
    grid-template-columns: auto;
    grid-template-areas: "Area-2 Area-2"
                         "Area Area";
    grid-auto-columns: auto;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .grid-column-left {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-columns: .5fr;
    grid-template-areas: ".";
    width: 100%;
    padding-bottom: 30px;
    display: flex;
  }

  .copyright {
    grid-row-gap: 5px;
    text-align: left;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: start;
    justify-items: start;
    display: flex;
  }

  .map-heading {
    text-indent: -3px;
    font-size: 70px;
  }

  .heading {
    text-indent: -3px;
    font-size: 48px;
  }

  .heading.portal {
    font-size: 70px;
  }

  .heading.portal.post {
    font-size: 43px;
  }

  .heading.portal.product {
    font-size: 41px;
  }

  .touch-icon {
    display: none;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .terms-wrapper {
    width: auto;
  }

  .lc-column, .lc-wrapper {
    width: 100%;
  }

  .lc-features {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .content-wrapper {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .content-inner {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .cms-details {
    padding-left: 0;
    padding-right: 0;
  }

  .cms-text-holder {
    grid-row-gap: 0px;
    margin-top: -23%;
    padding-bottom: 30px;
  }

  .main-image-holder {
    height: 370px;
  }

  .title-span-1st, .title-span-2nd {
    font-size: 50px;
  }

  .cms-contact-mask {
    justify-content: center;
  }

  .logo-header-cms {
    display: flex;
  }

  .collection-list-wrapper-2 {
    width: 100%;
  }

  .div-block-2 {
    margin-top: 0;
  }

  .image {
    width: 70%;
  }

  .collection-item {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .tabs-menu {
    grid-column-gap: 23px;
  }

  .tab.w--current {
    border-bottom-width: 3px;
  }

  .image-4 {
    width: 10rem;
    margin-top: 88px;
  }

  .text-block-8, .text-block-9, .text-block-10 {
    font-size: 20px;
  }

  .image-5 {
    height: 80px;
    display: block;
  }

  .image-6 {
    max-width: 30%;
  }

  .image-6.logo-footter {
    max-width: 16%;
  }
}

#w-node-_00cfa112-3842-e649-36f2-1e8b5b023d8c-5c1f17bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ef7640f9-8f40-4d17-57c1-e8595ff65f83-5c1f17bc, #w-node-_384589ca-48d0-a297-fcf1-ab11dc8e2514-5c1f17bc, #w-node-_30dd30e8-4b28-8e93-64ed-4ad5f261fded-5c1f17bc, #w-node-ae34714e-4850-4461-98d3-14eb9ea69fa5-5c1f17bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e3851703-55a5-3706-cba6-3c5878c5d41e-5c1f17bc {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_497be129-fa0e-886e-93a1-bb046e3c18df-5c1f17bc, #w-node-_497be129-fa0e-886e-93a1-bb046e3c18e4-5c1f17bc, #w-node-_33d068ec-8bc0-7941-4c3c-6b5a65e091e1-5c1f17bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_33d068ec-8bc0-7941-4c3c-6b5a65e091e5-5c1f17bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_33d068ec-8bc0-7941-4c3c-6b5a65e091e7-5c1f17bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-bf633c3a-a3d2-a20c-58c9-ae484072be2a-5c1f17bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_33d068ec-8bc0-7941-4c3c-6b5a65e091ea-5c1f17bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_33d068ec-8bc0-7941-4c3c-6b5a65e091f0-5c1f17bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_33d068ec-8bc0-7941-4c3c-6b5a65e091f1-5c1f17bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_9210e43b-0a2d-5d66-5827-3ed027acf110-5c1f17bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9210e43b-0a2d-5d66-5827-3ed027acf117-5c1f17bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_9210e43b-0a2d-5d66-5827-3ed027acf118-5c1f17bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-c334dce9-454e-a9d0-cac6-f6c5eafb1779-5c1f17bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c334dce9-454e-a9d0-cac6-f6c5eafb1780-5c1f17bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-c334dce9-454e-a9d0-cac6-f6c5eafb1781-5c1f17bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-c7e32971-81f8-91f0-f858-03c9b22a0bcc-5c1f17bc {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-ef186d72-8cd2-a7a4-43f1-537159c6dad4-5c1f17bc {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_6b8fc28d-a7df-dcbb-f400-eb81f720d814-5c1f17bc, #w-node-_5da5e30d-f42b-db83-3784-3fe4e67f54b0-5c1f17bc, #w-node-_951435c3-c769-466f-b148-6989e26faed1-5c1f17bc, #w-node-_951435c3-c769-466f-b148-6989e26faed2-5c1f17bc, #w-node-daf90eff-d22c-a9aa-b334-b7416f80ba09-5c1f17bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4ee71b64-35c2-bb95-0d6b-44f2633ef318-5c1f17bc {
  place-self: center;
}

#w-node-_4ee71b64-35c2-bb95-0d6b-44f2633ef31b-5c1f17bc {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: end center;
}

#w-node-cdaf4ef2-9345-c520-36bc-fcdfb4643b9d-5c1f17bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d4525849-14aa-eca8-b57e-823ee0cc07a0-5c1f17bc {
  place-self: center;
}

#w-node-d4525849-14aa-eca8-b57e-823ee0cc07a3-5c1f17bc {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: end center;
}

#w-node-_9d5c6ea3-ab24-28dc-4809-ae50147bf756-5c1f17bc {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_9bacf3fe-0c7e-b8da-ab51-342b163d4212-5c1f17bc {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_7c85f347-0148-c909-cd32-b1a5f3d19ab8-5c1f17bc, #w-node-_506b23ce-3670-450a-9b6b-7d2c34b5b3be-5c1f17bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb8d803f-eb88-9fec-f708-437e98357879-5c1f17bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_573f336f-6f7e-30e7-c68e-d6a2374dab44-374dab41 {
  justify-self: start;
}

#w-node-_573f336f-6f7e-30e7-c68e-d6a2374dab49-374dab41 {
  place-self: center end;
}

#w-node-_573f336f-6f7e-30e7-c68e-d6a2374dab66-374dab41 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_573f336f-6f7e-30e7-c68e-d6a2374dab71-374dab41 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: end;
}

#w-node-_573f336f-6f7e-30e7-c68e-d6a2374dab72-374dab41 {
  place-self: end start;
}

#w-node-_573f336f-6f7e-30e7-c68e-d6a2374dab78-374dab41, #w-node-_573f336f-6f7e-30e7-c68e-d6a2374dab79-374dab41 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_573f336f-6f7e-30e7-c68e-d6a2374dab7b-374dab41 {
  justify-self: end;
}

#w-node-_573f336f-6f7e-30e7-c68e-d6a2374dab7d-374dab41 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: end;
}

#w-node-_982d6392-62ef-1c3c-7faf-11f5b5728e64-5c1f17be {
  justify-self: start;
}

#w-node-_982d6392-62ef-1c3c-7faf-11f5b5728e69-5c1f17be {
  place-self: center end;
}

#w-node-_982d6392-62ef-1c3c-7faf-11f5b5728e86-5c1f17be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_982d6392-62ef-1c3c-7faf-11f5b5728e8e-5c1f17be {
  justify-self: end;
}

#w-node-_982d6392-62ef-1c3c-7faf-11f5b5728e91-5c1f17be {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: end;
}

#w-node-_982d6392-62ef-1c3c-7faf-11f5b5728e92-5c1f17be {
  place-self: end start;
}

#w-node-_982d6392-62ef-1c3c-7faf-11f5b5728e96-5c1f17be {
  place-self: end;
}

#w-node-_982d6392-62ef-1c3c-7faf-11f5b5728e98-5c1f17be, #w-node-_982d6392-62ef-1c3c-7faf-11f5b5728e99-5c1f17be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_982d6392-62ef-1c3c-7faf-11f5b5728e9b-5c1f17be {
  justify-self: end;
}

#w-node-_982d6392-62ef-1c3c-7faf-11f5b5728e9d-5c1f17be {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: end;
}

#w-node-_805403f1-8921-c648-1499-6d60b5180a39-5c1f17bf, #w-node-_805403f1-8921-c648-1499-6d60b5180a3c-5c1f17bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a43f2fad-45ef-9824-23bf-5fa5960778a2-5c1f17bf {
  justify-self: center;
}

#w-node-a43f2fad-45ef-9824-23bf-5fa5960778b6-5c1f17bf {
  justify-self: end;
}

#w-node-_3ed2c3eb-c406-2bee-4a50-0c18d6130dd8-5c1f17bf, #w-node-_3ed2c3eb-c406-2bee-4a50-0c18d6130ddc-5c1f17bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3ed2c3eb-c406-2bee-4a50-0c18d6130de2-5c1f17bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_982d6392-62ef-1c3c-7faf-11f5b5728e64-5c1f17c0 {
  justify-self: start;
}

#w-node-_982d6392-62ef-1c3c-7faf-11f5b5728e69-5c1f17c0 {
  place-self: center end;
}

#w-node-_982d6392-62ef-1c3c-7faf-11f5b5728e86-5c1f17c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_982d6392-62ef-1c3c-7faf-11f5b5728e8e-5c1f17c0 {
  justify-self: end;
}

#w-node-_982d6392-62ef-1c3c-7faf-11f5b5728e91-5c1f17c0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: end;
}

#w-node-_982d6392-62ef-1c3c-7faf-11f5b5728e92-5c1f17c0 {
  place-self: end start;
}

#w-node-_982d6392-62ef-1c3c-7faf-11f5b5728e96-5c1f17c0 {
  place-self: end;
}

#w-node-_982d6392-62ef-1c3c-7faf-11f5b5728e98-5c1f17c0, #w-node-_982d6392-62ef-1c3c-7faf-11f5b5728e99-5c1f17c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_982d6392-62ef-1c3c-7faf-11f5b5728e9b-5c1f17c0 {
  justify-self: end;
}

#w-node-_982d6392-62ef-1c3c-7faf-11f5b5728e9d-5c1f17c0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: end;
}

#w-node-_1597d6ea-71bd-1d35-dada-0ba8f5cc00e6-5c1f17c1, #w-node-_70fb5b4f-18d7-dcff-ac0e-b1150d035f63-5c1f17c1, #w-node-_272e8ae7-789f-5092-b0fd-1869e995f0bc-5c1f17c1, #w-node-_02df46c2-3f70-1341-dc0c-6e6941592821-5c1f17c1, #w-node-_6a0b7c6a-5f3b-4402-bf19-876ee1294751-5c1f17c1, #w-node-_63286a9c-d2b9-1335-f59e-0e8ba6b84084-5c1f17c1, #w-node-b8a34634-e7fb-3640-24c3-58a6bbd69b93-5c1f17c1, #w-node-_1e7dfb35-7e82-bb07-1fcf-6a561d262c5d-5c1f17c1 {
  place-self: start end;
}

#w-node-_459e7558-c73a-4981-5bc1-875f248a8025-5c1f17c1, #w-node-ac908626-59ee-896c-99a4-7a0b8da45237-5c1f17c1, #w-node-_488885c1-ee55-7e1c-ba88-3fd25c8d1a0c-5c1f17c1, #w-node-_8109dcb3-15d0-6e9b-118c-826ff9227827-5c1f17c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_982d6392-62ef-1c3c-7faf-11f5b5728e64-5c1f17c2 {
  justify-self: start;
}

#w-node-_982d6392-62ef-1c3c-7faf-11f5b5728e69-5c1f17c2 {
  place-self: center end;
}

#w-node-_982d6392-62ef-1c3c-7faf-11f5b5728e86-5c1f17c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_982d6392-62ef-1c3c-7faf-11f5b5728e8e-5c1f17c2 {
  justify-self: end;
}

#w-node-_982d6392-62ef-1c3c-7faf-11f5b5728e91-5c1f17c2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: end;
}

#w-node-_982d6392-62ef-1c3c-7faf-11f5b5728e92-5c1f17c2 {
  place-self: end start;
}

#w-node-_982d6392-62ef-1c3c-7faf-11f5b5728e96-5c1f17c2 {
  place-self: end;
}

#w-node-_982d6392-62ef-1c3c-7faf-11f5b5728e98-5c1f17c2, #w-node-_982d6392-62ef-1c3c-7faf-11f5b5728e99-5c1f17c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_982d6392-62ef-1c3c-7faf-11f5b5728e9b-5c1f17c2 {
  justify-self: end;
}

#w-node-_982d6392-62ef-1c3c-7faf-11f5b5728e9d-5c1f17c2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: end;
}

#w-node-_2e36ee4e-629d-8411-8e34-071d904e7c7d-5c1f17c4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_9d565ecf-8d22-5363-88dd-0cb3d049d8c0-5c1f17c4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_9d565ecf-8d22-5363-88dd-0cb3d049d8c2-5c1f17c4, #w-node-_9d565ecf-8d22-5363-88dd-0cb3d049d8c3-5c1f17c4, #w-node-_9d565ecf-8d22-5363-88dd-0cb3d049d8c5-5c1f17c4, #w-node-_9d565ecf-8d22-5363-88dd-0cb3d049d8c6-5c1f17c4, #w-node-_9d565ecf-8d22-5363-88dd-0cb3d049d8c8-5c1f17c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d565ecf-8d22-5363-88dd-0cb3d049d8ce-5c1f17c4 {
  place-self: center;
}

#w-node-_9d565ecf-8d22-5363-88dd-0cb3d049d8d1-5c1f17c4 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: end center;
}

#w-node-_9d565ecf-8d22-5363-88dd-0cb3d049d8d5-5c1f17c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d565ecf-8d22-5363-88dd-0cb3d049d8db-5c1f17c4 {
  place-self: center;
}

#w-node-_9d565ecf-8d22-5363-88dd-0cb3d049d8de-5c1f17c4 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: end center;
}

#w-node-_9d565ecf-8d22-5363-88dd-0cb3d049d8e2-5c1f17c4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-bff0b3a4-965f-6b86-064c-7a5199cb2414-5c1f17c5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-b2397473-c9da-41d8-d9f6-44968e98ef19-5c1f17c5, #w-node-b2397473-c9da-41d8-d9f6-44968e98ef1c-5c1f17c5, #w-node-b2397473-c9da-41d8-d9f6-44968e98ef1f-5c1f17c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2397473-c9da-41d8-d9f6-44968e98ef25-5c1f17c5 {
  place-self: center;
}

#w-node-b2397473-c9da-41d8-d9f6-44968e98ef28-5c1f17c5 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: end center;
}

#w-node-_50962c78-6f43-26aa-d1d1-7180cdb18568-5c1f17c5 {
  justify-self: start;
}

#w-node-_50962c78-6f43-26aa-d1d1-7180cdb1856d-5c1f17c5 {
  place-self: center end;
}

#w-node-_50962c78-6f43-26aa-d1d1-7180cdb18587-5c1f17c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50962c78-6f43-26aa-d1d1-7180cdb1858a-5c1f17c5 {
  justify-self: end;
}

#w-node-_50962c78-6f43-26aa-d1d1-7180cdb1858d-5c1f17c5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: end;
}

#w-node-_50962c78-6f43-26aa-d1d1-7180cdb1858e-5c1f17c5 {
  place-self: end start;
}

#w-node-_50962c78-6f43-26aa-d1d1-7180cdb18592-5c1f17c5, #w-node-_50962c78-6f43-26aa-d1d1-7180cdb18593-5c1f17c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50962c78-6f43-26aa-d1d1-7180cdb18595-5c1f17c5 {
  justify-self: end;
}

#w-node-_50962c78-6f43-26aa-d1d1-7180cdb18597-5c1f17c5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: end;
}

#w-node-fe678bbe-69cf-2e53-267d-cd1f8f130023-5c1f17c6, #w-node-_408088cc-72da-6675-6102-c0c4656343b8-5c1f17c6, #w-node-_408088cc-72da-6675-6102-c0c4656343bc-5c1f17c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_408088cc-72da-6675-6102-c0c4656343c2-5c1f17c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_58b57ea6-4ffc-879e-af01-24c46b5734bb-5c1f17c6, #w-node-_58b57ea6-4ffc-879e-af01-24c46b5734bd-5c1f17c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_58b57ea6-4ffc-879e-af01-24c46b5734c4-5c1f17c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-e3939b7f-22e7-8c67-9c6f-25b794826ead-5c1f17c6, #w-node-e3939b7f-22e7-8c67-9c6f-25b794826eaf-5c1f17c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e3939b7f-22e7-8c67-9c6f-25b794826eb6-5c1f17c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-bc2adc06-5d8c-9bee-a491-0787b11227a3-5c1f17c6 {
  justify-self: start;
}

#w-node-bc2adc06-5d8c-9bee-a491-0787b11227a8-5c1f17c6 {
  place-self: center end;
}

#w-node-bc2adc06-5d8c-9bee-a491-0787b11227c2-5c1f17c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc2adc06-5d8c-9bee-a491-0787b11227c5-5c1f17c6 {
  justify-self: end;
}

#w-node-bc2adc06-5d8c-9bee-a491-0787b11227c8-5c1f17c6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: end;
}

#w-node-bc2adc06-5d8c-9bee-a491-0787b11227c9-5c1f17c6 {
  place-self: end start;
}

#w-node-bc2adc06-5d8c-9bee-a491-0787b11227cd-5c1f17c6, #w-node-bc2adc06-5d8c-9bee-a491-0787b11227ce-5c1f17c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc2adc06-5d8c-9bee-a491-0787b11227d0-5c1f17c6 {
  justify-self: end;
}

#w-node-bc2adc06-5d8c-9bee-a491-0787b11227d2-5c1f17c6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-a43f2fad-45ef-9824-23bf-5fa5960778b6-5c1f17bf {
    justify-self: end;
  }

  #w-node-_1597d6ea-71bd-1d35-dada-0ba8f5cc00e6-5c1f17c1, #w-node-_70fb5b4f-18d7-dcff-ac0e-b1150d035f63-5c1f17c1, #w-node-_272e8ae7-789f-5092-b0fd-1869e995f0bc-5c1f17c1, #w-node-_02df46c2-3f70-1341-dc0c-6e6941592821-5c1f17c1, #w-node-_6a0b7c6a-5f3b-4402-bf19-876ee1294751-5c1f17c1, #w-node-_63286a9c-d2b9-1335-f59e-0e8ba6b84084-5c1f17c1, #w-node-b8a34634-e7fb-3640-24c3-58a6bbd69b93-5c1f17c1, #w-node-_1e7dfb35-7e82-bb07-1fcf-6a561d262c5d-5c1f17c1 {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e3939b7f-22e7-8c67-9c6f-25b794826eb6-5c1f17c6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-fb8d803f-eb88-9fec-f708-437e98357879-5c1f17bc, #w-node-_573f336f-6f7e-30e7-c68e-d6a2374dab66-374dab41 {
    justify-self: start;
  }

  #w-node-_573f336f-6f7e-30e7-c68e-d6a2374dab79-374dab41 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_573f336f-6f7e-30e7-c68e-d6a2374dab7d-374dab41 {
    place-self: start;
  }

  #w-node-_982d6392-62ef-1c3c-7faf-11f5b5728e86-5c1f17be, #w-node-_982d6392-62ef-1c3c-7faf-11f5b5728e8e-5c1f17be {
    justify-self: start;
  }

  #w-node-_982d6392-62ef-1c3c-7faf-11f5b5728e99-5c1f17be {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_982d6392-62ef-1c3c-7faf-11f5b5728e9d-5c1f17be {
    place-self: start;
  }

  #w-node-a43f2fad-45ef-9824-23bf-5fa59607789d-5c1f17bf {
    place-self: center;
  }

  #w-node-_3ed2c3eb-c406-2bee-4a50-0c18d6130de2-5c1f17bf, #w-node-_982d6392-62ef-1c3c-7faf-11f5b5728e86-5c1f17c0, #w-node-_982d6392-62ef-1c3c-7faf-11f5b5728e8e-5c1f17c0 {
    justify-self: start;
  }

  #w-node-_982d6392-62ef-1c3c-7faf-11f5b5728e99-5c1f17c0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_982d6392-62ef-1c3c-7faf-11f5b5728e9d-5c1f17c0 {
    place-self: start;
  }

  #w-node-_955b474b-d85e-2f83-498b-eada3750ae4a-5c1f17c1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_982d6392-62ef-1c3c-7faf-11f5b5728e86-5c1f17c2, #w-node-_982d6392-62ef-1c3c-7faf-11f5b5728e8e-5c1f17c2 {
    justify-self: start;
  }

  #w-node-_982d6392-62ef-1c3c-7faf-11f5b5728e99-5c1f17c2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_982d6392-62ef-1c3c-7faf-11f5b5728e9d-5c1f17c2 {
    place-self: start;
  }

  #w-node-_50962c78-6f43-26aa-d1d1-7180cdb18587-5c1f17c5, #w-node-_50962c78-6f43-26aa-d1d1-7180cdb1858a-5c1f17c5 {
    justify-self: start;
  }

  #w-node-_50962c78-6f43-26aa-d1d1-7180cdb18593-5c1f17c5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_50962c78-6f43-26aa-d1d1-7180cdb18597-5c1f17c5 {
    place-self: start;
  }

  #w-node-_408088cc-72da-6675-6102-c0c4656343c2-5c1f17c6, #w-node-_58b57ea6-4ffc-879e-af01-24c46b5734c4-5c1f17c6, #w-node-e3939b7f-22e7-8c67-9c6f-25b794826eb6-5c1f17c6, #w-node-bc2adc06-5d8c-9bee-a491-0787b11227c2-5c1f17c6, #w-node-bc2adc06-5d8c-9bee-a491-0787b11227c5-5c1f17c6 {
    justify-self: start;
  }

  #w-node-bc2adc06-5d8c-9bee-a491-0787b11227ce-5c1f17c6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-bc2adc06-5d8c-9bee-a491-0787b11227d2-5c1f17c6 {
    place-self: start;
  }
}


@font-face {
  font-family: 'Nohemi';
  src: url('../fonts/Nohemi-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nohemi';
  src: url('../fonts/Nohemi-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Windsorproulthv';
  src: url('../fonts/WindsorProUltHv.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Windsorprorg';
  src: url('../fonts/WindsorProRg.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Windsor Pro';
  src: url('../fonts/WindsorProXBoldCn.TTF') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Windsor Pro Bold';
  src: url('../fonts/WindsorProBold.TTF') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Windsorproelongated';
  src: url('../fonts/WindsorProElongated.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Albrasanstrial';
  src: url('../fonts/AlbraSansTRIAL-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Albrasanstrial';
  src: url('../fonts/AlbraSansTRIAL-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Albrasanstrial';
  src: url('../fonts/AlbraSansTRIAL-Regular.otf') format('opentype'), url('../fonts/AlbraSansTRIAL-Regular.otf') format('opentype'), url('../fonts/AlbraSansTRIAL-Regular.otf') format('opentype'), url('../fonts/AlbraSansTRIAL-Regular.otf') format('opentype'), url('../fonts/AlbraSansTRIAL-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Albradisplaytrial';
  src: url('../fonts/AlbraDisplayTRIAL-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Albradisplaytrial';
  src: url('../fonts/AlbraDisplayTRIAL-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Albrasanstrial Semi';
  src: url('../fonts/AlbraSansTRIAL-Semi.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Albrasanstrial';
  src: url('../fonts/AlbraSansTRIAL-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Albrabooktrial';
  src: url('../fonts/AlbraBookTRIAL-Medium.otf') format('opentype'), url('../fonts/AlbraBookTRIAL-Medium.otf') format('opentype'), url('../fonts/AlbraBookTRIAL-Medium.otf') format('opentype'), url('../fonts/AlbraBookTRIAL-Medium.otf') format('opentype'), url('../fonts/AlbraBookTRIAL-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Albradisplaytrial Semi';
  src: url('../fonts/AlbraDisplayTRIAL-Semi.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Albrabooktrial';
  src: url('../fonts/AlbraBookTRIAL-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Albrabooktrial Semi';
  src: url('../fonts/AlbraBookTRIAL-Semi.otf') format('opentype'), url('../fonts/AlbraBookTRIAL-Semi.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Albrabooktrial';
  src: url('../fonts/AlbraBookTRIAL-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Albrabooktrial';
  src: url('../fonts/AlbraBookTRIAL-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Albrabooktrial';
  src: url('../fonts/AlbraBookTRIAL-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Albratexttrial';
  src: url('../fonts/AlbraTextTRIAL-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Albratexttrial';
  src: url('../fonts/AlbraTextTRIAL-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Albratexttrial';
  src: url('../fonts/AlbraTextTRIAL-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Albratexttrial Semi';
  src: url('../fonts/AlbraTextTRIAL-Semi.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Albratexttrial';
  src: url('../fonts/AlbraTextTRIAL-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Albratexttrial';
  src: url('../fonts/AlbraTextTRIAL-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Albragrotesktrial';
  src: url('../fonts/AlbraGroteskTRIAL-Black.otf') format('opentype'), url('../fonts/AlbraGroteskTRIAL-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Albrasanstrial';
  src: url('../fonts/AlbraSansTRIAL-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Albragrotesktrial';
  src: url('../fonts/AlbraGroteskTRIAL-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Albragrotesktrial';
  src: url('../fonts/AlbraGroteskTRIAL-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Albragrotesktrial Semi';
  src: url('../fonts/AlbraGroteskTRIAL-Semi.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Albragrotesktrial';
  src: url('../fonts/AlbraGroteskTRIAL-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Albragrotesktrial';
  src: url('../fonts/AlbraGroteskTRIAL-Light.otf') format('opentype'), url('../fonts/AlbraGroteskTRIAL-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Albratrial';
  src: url('../fonts/AlbraTRIAL-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Albratrial';
  src: url('../fonts/AlbraTRIAL-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Albratrial Semi';
  src: url('../fonts/AlbraTRIAL-Semi.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Albratrial';
  src: url('../fonts/AlbraTRIAL-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Albratrial';
  src: url('../fonts/AlbraTRIAL-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Albratrial';
  src: url('../fonts/AlbraTRIAL-Black.otf') format('opentype'), url('../fonts/AlbraTRIAL-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Albratrial';
  src: url('../fonts/AlbraTRIAL-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Albradisplaytrial';
  src: url('../fonts/AlbraDisplayTRIAL-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Albradisplaytrial';
  src: url('../fonts/AlbraDisplayTRIAL-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Albradisplaytrial';
  src: url('../fonts/AlbraDisplayTRIAL-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bergenmono - Semibold';
  src: url('../fonts/BergenMono-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bergenmono';
  src: url('../fonts/BergenMono-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bergenmono';
  src: url('../fonts/BergenMono-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bergenmono';
  src: url('../fonts/BergenMono-SemiBoldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Bergenmono';
  src: url('../fonts/BergenMono-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Bergenmono';
  src: url('../fonts/BergenMono-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Bergenmono';
  src: url('../fonts/BergenMono-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Caught';
  src: url('../fonts/Caught.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}