:root {
  --dark-gray: #302f2c;
  --white: white;
  --primary: #477673;
  --secundary: #fefcc2;
  --tertiary: #2e524f;
  --black: #1d1c1a;
  --light-gray: #dfddd6;
  --mid-gray: #888680;
  --transparent: rgba(255, 255, 255, 0);
  --white-2: white;
  --black-2: black;
}

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

body {
  pointer-events: auto;
  color: var(--dark-gray);
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.9;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 300;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3.8rem;
  font-weight: 300;
  line-height: 1.1;
}

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

p {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.6;
}

a {
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  line-height: 1.5;
}

.hero-section {
  width: 100%;
  height: 100svh;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: var(--white);
  background-color: #494949;
  flex-direction: column;
  justify-content: space-around;
  padding: 35px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-section.teste-1 {
  height: auto;
  color: var(--primary);
  background-color: #fff;
}

.hero-5col-grid {
  z-index: 20;
  max-width: 1220px;
  clear: none;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 29px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
  overflow: visible;
}

.hero-5col-grid.teste-1 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 146px;
}

.hero-exclusividade_img-logo-sonotto {
  width: 45px;
}

.hero-titulo_site {
  color: #fff;
  text-align: left;
  letter-spacing: -.03em;
  text-transform: none;
  margin-top: -15px;
  margin-bottom: 10px;
  font-size: 6rem;
  font-weight: 200;
  line-height: 1;
  position: static;
}

.hero-titulo_site.teste-1 {
  color: var(--primary);
}

.image {
  z-index: 15;
  width: 200px;
  position: relative;
}

.imagem-overlay {
  z-index: 10;
  width: 100vw;
  height: 100vh;
  mix-blend-mode: normal;
  background-color: rgba(0, 0, 0, .45);
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.text-span-2 {
  color: #fefcc2;
  font-weight: 400;
}

.onde-comprar {
  z-index: 15;
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-direction: row;
  justify-content: center;
  display: flex;
  position: relative;
}

.hero-exclusividade_linha-exclusiva {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  flex: 0 auto;
  font-size: 6px;
  font-weight: 300;
}

.hero-exclusividade {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  align-content: space-between;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-bg {
  z-index: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.text-span-3 {
  color: var(--secundary);
}

.text-span-3.teste-1 {
  color: var(--tertiary);
}

.hero-mensagem {
  z-index: 50;
  width: auto;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  border-left: 1px #e6e6e6;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
  position: static;
}

.hero-mensagem.teste-1 {
  max-width: 100%;
}

.nav-trigger {
  z-index: 999;
  width: 50px;
  height: 40px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.nav-trigger__line {
  width: 40px;
  height: 2px;
  background-color: #fff;
  border-radius: 20px;
}

.nav-trigger__line.line_2 {
  width: 30px;
}

.nav-overlay {
  z-index: 100;
  width: 100vw;
  height: 100svh;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--tertiary);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.header-block {
  z-index: 999;
  width: 100%;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 25px;
  display: grid;
  position: fixed;
}

.background-images {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-container {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-hamb-link {
  color: #fff;
  font-size: 5vw;
  line-height: .9;
  text-decoration: none;
}

.nav-hamb-link:hover {
  color: #fff04b;
  font-style: italic;
  text-decoration: none;
}

.styles__global-embed-code {
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.styles__selector-callout {
  color: #fff;
  letter-spacing: .01em;
  background-color: #0073e6;
  border-radius: 3px;
  margin-top: .1em;
  margin-bottom: .1em;
  margin-right: .2em;
  padding: .08em .6em;
  font-size: .8rem;
  line-height: 1.7;
  display: inline-block;
  position: relative;
  top: -1px;
}

.styles__selector-callout.cc-element {
  background-color: #d13591;
}

.input-radio {
  width: 20px;
  height: 20px;
  background-color: rgba(0, 0, 0, 0);
  border-color: #888680;
  margin-top: 2px;
  margin-left: -28px;
  box-shadow: inset 0 0 0 3px #fff;
}

.input-radio:hover {
  border-color: var(--primary);
  background-color: #dfddd6;
}

.input-radio.w--redirected-checked {
  background-color: #f3447b;
  border-width: 1px;
  border-color: #f3447b;
}

.input-radio.w--redirected-focus {
  box-shadow: none;
  outline-offset: 0px;
  border-color: #f3447b;
  outline: 2px solid #f3447b;
}

.input-radio.cc-light {
  box-shadow: inset 0 0 0 3px #302f2c;
}

.input-radio.cc-light:hover {
  background-color: #888680;
}

.styles__visual-div {
  text-align: center;
  background-color: rgba(0, 115, 230, .1);
  border: 1px solid #0073e6;
  border-radius: 3px;
  padding: 16px;
  position: relative;
}

.u-text-primary {
  color: var(--primary);
}

.u-p-0 {
  padding: 0;
}

.u-text-darkgray {
  color: var(--dark-gray);
}

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

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

.u-h-100 {
  height: 100%;
}

.h3 {
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.2;
}

.u-text-lightgray {
  color: var(--light-gray);
}

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

.styles__nav {
  z-index: 2;
  text-transform: uppercase;
  background-color: #1d1c1a;
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 1.1;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.input-group {
  text-align: left;
  flex-direction: column;
  margin-bottom: 12px;
  padding-top: 1px;
  padding-bottom: 40px;
  padding-right: 1px;
  display: block;
  position: relative;
}

.input-group.cc-textarea {
  min-height: 140px;
}

.input-group.cc-toggle {
  margin-bottom: 8px;
  padding: 0 0 0 28px;
}

.u-bg-midgray {
  background-color: var(--mid-gray);
}

.u-link-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.u-border {
  width: 100%;
  height: 1px;
}

.styles__card {
  background-color: rgba(0, 115, 230, .1);
  border: 1px solid #0073e6;
  border-radius: 8px;
  overflow: hidden;
}

.styles__nav-version {
  background-color: var(--primary);
  color: #fff;
  text-transform: none;
  border-radius: 4px;
  margin-left: .8em;
  padding: .35em .5em .4em;
  font-size: .7em;
  display: inline-block;
}

.h2 {
  margin-top: 0;
  margin-bottom: .3em;
  font-size: 3.8rem;
  font-weight: 400;
  line-height: 1.1;
}

.u-img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.paragraph-1-25 {
  font-size: 1.25rem;
}

.h1 {
  margin-top: 0;
  margin-bottom: .2em;
  font-size: 5.5rem;
  font-weight: 400;
  line-height: 1.1;
}

.form_required-note {
  font-size: .8rem;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.styles__card-preview {
  width: 100%;
  min-height: 120px;
  text-align: center;
  border-bottom: 1px solid #1d1c1a;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.u-d-flex {
  display: flex;
}

.u-d-flex.cc-align-center {
  align-items: center;
}

.row {
  flex-wrap: wrap;
  align-content: stretch;
  margin-bottom: -40px;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.row.row-justify-center {
  justify-content: center;
}

.row.row-justify-between {
  justify-content: space-between;
}

.row.row-justify-around {
  justify-content: space-around;
}

.row.row-justify-end {
  justify-content: flex-end;
}

.row.row-no-gutters {
  margin-left: 0;
  margin-right: 0;
}

.row.row-align-center {
  align-items: center;
}

.row.row-align-end {
  align-items: flex-end;
}

.h4 {
  margin-top: 0;
  margin-bottom: .8em;
  font-size: 1.2rem;
  font-weight: 400;
}

.u-pt-3 {
  padding-top: 3em;
}

.page-wrapper {
  color: #fff;
  background-color: #1d1c1a;
  position: relative;
}

.u-w-100 {
  width: 100%;
}

.form-success_flex {
  width: 100%;
  height: 100%;
  max-width: 500px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.u-mt-3 {
  margin-top: 3em;
}

.u-p-1 {
  padding: 1em;
}

.u-bg-lightgray {
  background-color: var(--light-gray);
}

.styles__nav-link {
  color: #fff;
  letter-spacing: .03em;
  padding: .6em .8em;
  font-size: .85em;
  font-weight: 300;
  text-decoration: none;
  display: inline-block;
}

.styles__nav-link:hover, .styles__nav-link.w--current {
  text-decoration: underline;
}

.styles__nav-link.cc-cta {
  background-color: var(--primary);
  border-radius: 4px;
  margin-left: .4em;
}

.styles__nav-link.cc-cta:hover {
  background-color: #302f2c;
  text-decoration: none;
}

.u-pt-0 {
  padding-top: 0;
}

.u-mb-2 {
  margin-bottom: 2em;
}

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

.u-text-midgray {
  color: var(--mid-gray);
}

.u-mb-0 {
  margin-bottom: 0;
}

.card-body {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  position: relative;
}

.u-bg-white {
  background-color: var(--white);
}

.u-d-block {
  display: block;
}

.u-z-index-1 {
  z-index: 1;
  position: relative;
}

.u-mt-0 {
  margin-top: 0;
}

.paragraph-0-9 {
  font-size: .9rem;
}

.u-pb-3 {
  padding-bottom: 3em;
}

.styles__row-example {
  height: 200px;
  border: 1px dashed #888680;
  margin-top: 4px;
  padding: 20px;
}

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

.u-aspect-1x1 {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.form-success {
  min-height: 320px;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

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

.col {
  flex: 1;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.col.col-lg-11 {
  max-width: 91.6667%;
  flex-basis: 91.67%;
}

.col.col-lg-6 {
  max-width: 50%;
  flex-basis: 50%;
}

.col.col-lg-12 {
  max-width: 100%;
  flex-basis: 100%;
}

.col.col-lg-4 {
  max-width: 33.3333%;
  flex-basis: 33.33%;
}

.col.col-no-gutters {
  padding-left: 0;
  padding-right: 0;
}

.col.col-shrink {
  flex: 0 auto;
}

.col.col-lg-2 {
  max-width: 16.6667%;
  flex-basis: 16.67%;
}

.col.col-lg-10 {
  max-width: 83.3333%;
  flex-basis: 83.33%;
}

.col.col-lg-5 {
  max-width: 41.6667%;
  flex-basis: 41.67%;
}

.col.col-lg-last {
  order: 1;
}

.col.col-lg-3 {
  max-width: 25%;
  flex-basis: 25%;
}

.col.col-lg-7 {
  max-width: 58.3333%;
  flex-basis: 58.33%;
}

.col.col-lg-1 {
  max-width: 8.33333%;
  flex-basis: 8.33%;
}

.col.col-lg-first {
  order: -1;
}

.col.col-lg-8 {
  max-width: 66.6667%;
  flex-basis: 66.67%;
}

.col.col-lg-9 {
  max-width: 75%;
  flex-basis: 75%;
}

.styles__section-label {
  letter-spacing: 0;
  text-transform: none;
  border-bottom: 2px dotted #888680;
  margin-top: 6rem;
  margin-bottom: 2rem;
  padding-bottom: 8px;
}

.u-ml-1 {
  margin-left: 1em;
}

.u-mt-1 {
  margin-top: 1em;
}

.u-mt-2 {
  margin-top: 2em;
}

.u-position-relative {
  position: relative;
}

.u-sr-only {
  width: 1px;
  height: 1px;
  white-space: nowrap;
  border: 0 solid rgba(0, 0, 0, 0);
  margin-top: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.u-pb-0 {
  padding-bottom: 0;
}

.u-mr-1 {
  margin-right: 1em;
}

.paragraph-1-5 {
  font-size: 1.5rem;
}

.u-bg-primary {
  background-color: var(--primary);
}

.styles__utility-wrap {
  margin-bottom: 40px;
  padding: 1px;
}

.styles__utility-wrap.cc-padding {
  background-image: url('../images/bg-padding.svg');
  background-position: 0 0;
  background-size: 4px;
}

.styles__utility-wrap.cc-margin {
  background-image: url('../images/bg-margin.svg');
  background-position: 0 0;
  background-size: 4px;
}

.u-text-black {
  color: var(--black);
}

.u-bg-darkgray {
  background-color: var(--dark-gray);
}

.btn {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  background-color: var(--primary);
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 100px;
  align-items: center;
  padding: .7em 1.2em;
  text-decoration: none;
  transition: box-shadow .3s cubic-bezier(.165, .84, .44, 1), border-color .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  box-shadow: inset 0 0 rgba(0, 0, 0, 0);
}

.btn:hover {
  color: #fff;
  box-shadow: inset 0 0 0 100px rgba(0, 0, 0, .15);
}

.btn.cc-secondary {
  border-color: var(--primary);
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
}

.btn.cc-secondary.cc-light {
  background-color: var(--transparent);
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-color: #fff;
}

.btn.cc-secondary.cc-light:hover {
  box-shadow: inset 0 0 0 100px rgba(255, 255, 255, .15);
}

.btn.cc-light {
  background-color: var(--white);
  color: var(--dark-gray);
}

.u-mb-1 {
  margin-bottom: 1em;
}

.u-mt-auto {
  margin-top: auto;
}

.u-pt-2 {
  padding-top: 2em;
}

.u-pb-1 {
  padding-bottom: 1em;
}

.u-mb-3 {
  margin-bottom: 3em;
}

.heading {
  font-size: 3.8rem;
}

.u-pb-2 {
  padding-bottom: 2em;
}

.u-pt-1 {
  padding-top: 1em;
}

.section {
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
}

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

.input {
  height: 100%;
  min-height: 65px;
  color: #1d1c1a;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #888680;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 32px 16px 8px;
  font-size: 1rem;
  transition: border-color .3s cubic-bezier(.165, .84, .44, 1);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.input:hover, .input:focus {
  border-color: var(--primary);
}

.input::-ms-input-placeholder {
  color: #888680;
}

.input::placeholder {
  color: #888680;
}

.input.cc-select {
  background-image: url('../images/arrow-black.svg');
  background-position: 98%;
  background-repeat: no-repeat;
  background-size: 24px;
  padding-left: 12px;
}

.input.cc-light {
  color: #fff;
}

.input.cc-light:hover, .input.cc-light:focus {
  border-color: var(--primary);
}

.u-minh-100vh {
  min-height: 100vh;
}

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

.u-mlr-auto {
  margin-left: auto;
  margin-right: auto;
}

.eyebrow {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 1.5em;
  font-size: .8rem;
  font-weight: 300;
  line-height: 1.5;
}

.u-overflow-visible {
  overflow: visible;
}

.card {
  border-radius: 8px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  margin-bottom: 1em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container {
  width: 90%;
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container.scrool-texto {
  width: auto;
  max-width: 40rem;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.u-m-0 {
  margin: 0;
}

.form-error {
  color: #e31700;
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px solid #e31700;
  margin-top: 16px;
  padding: 8px 0 0;
}

.styles_utility-card {
  background-color: rgba(0, 115, 230, .1);
  border: 1px solid #0073e6;
  padding: 20px;
}

.input-label {
  z-index: 1;
  color: #1d1c1a;
  border-top-right-radius: 3px;
  margin-bottom: 0;
  margin-left: 16px;
  padding-top: 12px;
  padding-bottom: 4px;
  font-size: .9rem;
  line-height: 1;
  position: relative;
}

.input-label.cc-static {
  background-color: rgba(0, 0, 0, 0);
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

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

.input-check {
  width: 20px;
  height: 20px;
  background-color: rgba(0, 0, 0, 0);
  border-color: #888680;
  margin-top: 2px;
  margin-left: -28px;
  box-shadow: 0 0 rgba(0, 0, 0, 0);
}

.input-check:hover {
  border-color: var(--primary);
  background-color: #dfddd6;
}

.input-check.w--redirected-checked {
  background-color: #f3447b;
  background-size: 16px;
  border-color: #f3447b;
}

.input-check.w--redirected-focus {
  box-shadow: none;
  outline-offset: 0px;
  border-color: #f3447b;
  outline: 2px solid #f3447b;
}

.input-check.cc-light:hover {
  background-color: #888680;
}

.u-bg-secundary {
  background-color: var(--secundary);
}

.u-bg-tertiary {
  background-color: var(--tertiary);
}

.heading-2 {
  font-size: 5.5rem;
  line-height: 1.1;
}

.heading-3 {
  font-weight: 300;
}

.eyebrow-thin {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 1.5em;
  font-size: .8rem;
  font-weight: 300;
  line-height: 2;
}

.eyebrow-thin.indicador-txt {
  width: auto;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.eyebrow-thin.indicador-titulo {
  width: auto;
  border-bottom: .5px solid var(--secundary);
  color: var(--secundary);
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 1.5rem;
  line-height: 1.5;
}

.eyebrow-thin.teste-1 {
  font-weight: 300;
}

.scroll_track {
  height: 500svh;
  position: relative;
}

.quick-stack {
  overflow: visible;
}

.grid_mask {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.other_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 100%;
}

.main-image {
  width: 100%;
  height: 100%;
  object-fit: fill;
  flex: 0 auto;
}

.main-image-mask {
  height: 100%;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: block;
  position: relative;
  overflow: hidden;
}

.loader-section {
  z-index: 99999;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: var(--tertiary);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.logo_durevole {
  width: 200px;
  color: var(--white);
}

.loader-head {
  margin-right: 0;
  padding-right: 30px;
  font-weight: 200;
}

.loader-block {
  width: 100svw;
  height: 30px;
  min-width: 200px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  align-items: center;
  display: flex;
  overflow: visible;
}

.loader-color {
  width: 0%;
  height: 3px;
  background-color: var(--light-gray);
}

.teste-cell {
  z-index: 999;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: var(--white);
  justify-content: center;
  align-items: center;
  padding: 58px 73px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.indicador-txt {
  width: 50%;
  color: #fff;
  text-align: right;
  margin-top: auto;
  text-decoration: none;
}

.u-text-high-light {
  border-bottom: 2px solid var(--secundary);
  color: var(--secundary);
  cursor: pointer;
  padding-bottom: 10px;
  font-size: 14px;
  text-decoration: none;
  transition: color .5s cubic-bezier(.737, -.023, .25, 1);
}

.u-text-high-light:hover {
  border-bottom-color: var(--white);
  color: var(--white);
}

.header-botao-destaque {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 20px;
  padding: 5px 15px;
  font-weight: 400;
  text-decoration: none;
}

.apres-titulo {
  color: var(--primary);
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.2;
}

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

.apres-titulo.text-light.test-align {
  text-align: left;
}

.apres-subtitulo {
  color: var(--tertiary);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
}

.apres-subtitulo.text-light {
  color: var(--white);
  margin-bottom: 3rem;
}

.apres-subtitulo.text-light.test-align {
  text-align: left;
}

.grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto;
  align-self: flex-start;
}

.body {
  font-weight: 300;
}

.u-text-high-dark {
  border-bottom: 2px solid var(--primary);
  color: var(--primary);
  cursor: pointer;
  margin-top: 20px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  transition: color .5s cubic-bezier(.737, -.023, .25, 1);
}

.u-text-high-dark:hover {
  border-bottom-color: var(--tertiary);
  color: var(--tertiary);
}

.indicador-gif {
  width: 120px;
  object-fit: fill;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image-inside-texto {
  max-width: 400px;
}

.sessao {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.sessao.light-bg {
  background-image: linear-gradient(rgba(255, 255, 255, 0) 32%, #fff), url('../images/bg.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
  padding-bottom: 0;
}

.sessao.light-bg.colecoes {
  padding-bottom: 0rem;
}

.sessao.colheita {
  background-color: var(--tertiary);
  background-image: linear-gradient(to bottom, var(--tertiary), var(--primary));
  color: var(--white);
  position: relative;
}

.image-3 {
  height: 100%;
  object-fit: cover;
  object-position: 95% 50%;
}

.background-video {
  z-index: 10;
  width: 100%;
  object-fit: cover;
}

.play-pause-button {
  display: none;
}

.quick-stack-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.heading-5 {
  color: var(--light-gray);
  margin-top: auto;
  font-size: 9vw;
  font-weight: 100;
  line-height: 1;
}

.text-span-5 {
  font-weight: 400;
}

.restauracao-block {
  width: 100%;
  height: 100%;
  background-color: var(--transparent);
  color: #97bbb8;
  cursor: pointer;
  border: 2px solid #5a8885;
  border-radius: 10px;
  transition: color .2s ease-in-out, border-color .2s ease-in-out;
  position: relative;
  overflow: hidden;
}

.restauracao-block:hover {
  border-color: var(--secundary);
  color: #dbfffc;
}

.image-colheita {
  width: 100%;
  height: 170px;
  object-fit: cover;
}

.image-colheita:hover {
  filter: none;
}

.restauracao-texto {
  padding: 2rem;
  font-size: .8rem;
}

.restauracao-titulo {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}

.restauracao-numero {
  color: var(--white);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  position: absolute;
  top: 8rem;
  bottom: auto;
  left: 2rem;
  right: auto;
}

.footer-inner {
  max-width: 1000px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-top: .5px solid var(--light-gray);
  color: var(--mid-gray);
  justify-content: space-between;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem;
  display: flex;
}

.assinatura-sonotto {
  font-size: .6rem;
}

.fsc-block {
  grid-column-gap: 15svw;
  grid-row-gap: 15svw;
  background-color: var(--mid-gray);
  color: var(--white);
  justify-content: center;
  align-items: center;
  padding: 3rem;
  font-size: 16px;
  display: flex;
}

.durevole-assinatura {
  height: 100%;
  max-width: 200px;
}

.destaque-frase {
  color: var(--secundary);
}

.slider {
  width: 100vw;
  height: 100vh;
}

.slide-nav, .right-arrow, .left-arrow {
  display: none;
}

.grid-scroll {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: 15vh 30svh 25svh 15svh;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: 20px;
}

.grid-wrapper {
  max-width: 1220px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.grid-wrapper.processo {
  border-top: 1px solid #577573;
  margin-top: 30px;
  padding-top: 30px;
}

.colecoes-box {
  height: 400px;
  position: relative;
  overflow: hidden;
}

.colecoes-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.colecoes-img:hover {
  width: 100%;
}

.colecoes-texto_block {
  z-index: 10;
  color: var(--white);
  padding: 30px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.colecoes-img_overlay {
  z-index: 5;
  width: 100%;
  height: 100%;
  background-color: rgba(29, 28, 26, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.colecoes-texto {
  margin-bottom: 21px;
}

.body-2, .body-3 {
  font-family: DM Sans, sans-serif;
}

.paragraph {
  font-size: 16px;
}

.hero-text {
  text-align: left;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.5;
}

.hero-texto-bloco {
  z-index: 99;
  max-width: 1220px;
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  border-top: 1px solid var(--secundary);
  margin-left: auto;
  margin-right: auto;
  padding: 50px 35px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

@media screen and (max-width: 991px) {
  .hero-titulo_site {
    font-size: 5rem;
  }

  .u-p-0 {
    padding: 0;
  }

  .h2 {
    font-size: 3.2rem;
  }

  .h1 {
    font-size: 4.8rem;
  }

  .u-pt-0 {
    padding-top: 0;
  }

  .u-mb-0 {
    margin-bottom: 0;
  }

  .u-mt-0 {
    margin-top: 0;
  }

  .col.col-md-4 {
    max-width: 33.3333%;
    flex-basis: 33.33%;
  }

  .col.col-md-8 {
    max-width: 66.6667%;
    flex-basis: 66.67%;
  }

  .col.col-md-3 {
    max-width: 25%;
    flex-basis: 25%;
  }

  .col.col-md-first {
    order: -1;
  }

  .col.col-md-7 {
    max-width: 58.3333%;
    flex-basis: 58.33%;
  }

  .col.col-md-1 {
    max-width: 8.33333%;
    flex-basis: 8.33%;
  }

  .col.col-md-last {
    order: 1;
  }

  .col.col-md-10 {
    max-width: 83.3333%;
    flex-basis: 83.33%;
  }

  .col.col-md-9 {
    max-width: 75%;
    flex-basis: 75%;
  }

  .col.col-md-5 {
    max-width: 41.6667%;
    flex-basis: 41.67%;
  }

  .col.col-md-11 {
    max-width: 91.6667%;
    flex-basis: 91.67%;
  }

  .col.col-md-12 {
    max-width: 100%;
    flex-basis: 100%;
  }

  .col.col-md-6 {
    max-width: 50%;
    flex-basis: 50%;
  }

  .col.col-md-2 {
    max-width: 16.6667%;
    flex-basis: 16.67%;
  }

  .u-pb-0 {
    padding-bottom: 0;
  }

  .u-m-0 {
    margin: 0;
  }

  .eyebrow-thin {
    font-size: .7rem;
  }

  .hero-texto-bloco {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .hero-5col-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-titulo_site {
    margin-bottom: 0;
    font-size: 5rem;
  }

  .u-p-0 {
    padding: 0;
  }

  .h3 {
    font-size: 1.4rem;
  }

  .styles__nav-btn-icon {
    width: 28px;
    height: 28px;
  }

  .styles__nav-btn {
    margin-top: -2px;
    padding: 0 2px;
    font-size: 1.8rem;
    line-height: 1;
  }

  .styles__nav-btn:hover {
    background-color: #302f2c;
  }

  .styles__nav-btn.w--open {
    background-color: #302f2c;
    border-radius: 4px;
  }

  .h2 {
    font-size: 2.5rem;
  }

  .paragraph-1-25 {
    font-size: 1.1rem;
  }

  .h1 {
    font-size: 3.6rem;
  }

  .form-success_flex {
    max-width: 340px;
  }

  .styles__nav-link {
    text-align: left;
    padding: .6em 0;
    display: block;
  }

  .styles__nav-link.cc-cta {
    background-color: rgba(0, 0, 0, 0);
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .styles__nav-link.cc-cta:hover {
    background-color: rgba(0, 0, 0, 0);
    text-decoration: underline;
  }

  .u-pt-0 {
    padding-top: 0;
  }

  .styles__nav-menu {
    background-color: #302f2c;
    padding: 12px 5% 20px;
  }

  .card-body {
    padding: 20px;
  }

  .col.col-sm-5 {
    max-width: 41.6667%;
    flex-basis: 41.67%;
  }

  .col.col-sm-8 {
    max-width: 66.6667%;
    flex-basis: 66.67%;
  }

  .col.col-sm-6 {
    max-width: 50%;
    flex-basis: 50%;
  }

  .col.col-sm-7 {
    max-width: 58.3333%;
    flex-basis: 58.33%;
  }

  .col.col-sm-4 {
    max-width: 33.3333%;
    flex-basis: 33.33%;
  }

  .col.col-sm-9 {
    max-width: 75%;
    flex-basis: 75%;
  }

  .col.col-sm-12 {
    max-width: 100%;
    flex-basis: 100%;
  }

  .col.col-sm-10 {
    max-width: 83.3333%;
    flex-basis: 83.33%;
  }

  .col.col-sm-2 {
    max-width: 16.6667%;
    flex-basis: 16.67%;
  }

  .col.col-sm-1 {
    max-width: 8.33333%;
    flex-basis: 8.33%;
  }

  .col.col-sm-last {
    order: 1;
  }

  .col.col-sm-3 {
    max-width: 25%;
    flex-basis: 25%;
  }

  .col.col-sm-11 {
    max-width: 91.6667%;
    flex-basis: 91.67%;
  }

  .col.col-sm-first {
    order: -1;
  }

  .styles__section-label {
    padding-bottom: 10px;
  }

  .u-pb-0 {
    padding-bottom: 0;
  }

  .paragraph-1-5 {
    font-size: 1.3rem;
  }

  .btn {
    padding: .5em 1em;
  }

  .section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .other_image.hide_mobile {
    display: none;
  }

  .apres-titulo {
    font-size: 3rem;
  }

  .apres-subtitulo {
    font-size: 15px;
  }

  .indicador-gif {
    display: none;
  }

  .grid-scroll {
    grid-template-rows: 15vh 30svh 25svh 15svh;
  }

  .grid-wrapper.processo {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    padding: 20px;
  }

  .hero-5col-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: minmax(auto, 1fr);
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .hero-titulo_site {
    text-align: left;
    letter-spacing: 0;
    font-size: 13vw;
    line-height: 1;
  }

  .onde-comprar {
    display: none;
  }

  .hero-mensagem {
    padding-left: 0;
  }

  .header-block {
    padding: 20px;
    display: flex;
  }

  .u-p-0 {
    padding: 0;
  }

  .h2 {
    font-size: 2rem;
  }

  .h1 {
    font-size: 2.8rem;
  }

  .u-pt-0 {
    padding-top: 0;
  }

  .styles__nav-menu {
    padding-left: 7%;
    padding-right: 7%;
  }

  .u-mb-0 {
    margin-bottom: 0;
  }

  .u-mt-0 {
    margin-top: 0;
  }

  .styles__row-example {
    height: auto;
  }

  .col {
    max-width: 100%;
    flex-basis: 100%;
  }

  .col.col-xs-3 {
    max-width: 25%;
    flex-basis: 25%;
  }

  .col.col-xs-1 {
    max-width: 8.33333%;
    flex-basis: 8.33%;
  }

  .col.col-xs-6 {
    max-width: 50%;
    flex-basis: 50%;
  }

  .col.col-xs-7 {
    max-width: 58.3333%;
    flex-basis: 58.33%;
  }

  .col.col-xs-4 {
    max-width: 33.3333%;
    flex-basis: 33.33%;
  }

  .col.col-xs-11 {
    max-width: 91.6667%;
    flex-basis: 91.67%;
  }

  .col.col-xs-5 {
    max-width: 41.6667%;
    flex-basis: 41.67%;
  }

  .col.col-xs-10 {
    max-width: 83.3333%;
    flex-basis: 83.33%;
  }

  .col.col-xs-8 {
    max-width: 66.6667%;
    flex-basis: 66.67%;
  }

  .col.col-xs-first {
    order: -1;
  }

  .col.col-xs-9 {
    max-width: 75%;
    flex-basis: 75%;
  }

  .col.col-xs-12 {
    max-width: 100%;
    flex-basis: 100%;
  }

  .col.col-xs-2 {
    max-width: 16.6667%;
    flex-basis: 16.67%;
  }

  .u-pb-0 {
    padding-bottom: 0;
  }

  .section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .container {
    width: 86%;
  }

  .u-m-0 {
    margin: 0;
  }

  .teste-cell {
    padding: 30px 20px;
  }

  .apres-titulo {
    font-size: 2.3rem;
  }

  .sessao.light-bg {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .background-video {
    height: 260px;
  }

  .footer-inner {
    flex-direction: column;
  }

  .grid-scroll {
    width: 100svw;
  }

  .grid-wrapper {
    flex-direction: column;
    display: flex;
  }

  .hero-texto-bloco {
    border-top-style: none;
    padding-left: 20px;
    padding-right: 20px;
  }
}

#w-node-_35c58df6-6e57-19e6-3384-27c73f13a115-fa03ea0f {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_523db8cd-ad35-a13c-74c5-e2aad2159f13-fa03ea0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a7bbc2e6-b2c0-7919-71ff-666ae8130428-fa03ea0f, #w-node-e24c28d5-7088-d91f-5be5-134a6cd01358-fa03ea0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-bdbc99f6-1440-152a-ec1f-c50e829e0ede-fa03ea0f, #w-node-_31180810-2d9a-317b-cdf9-8222924d9f6d-fa03ea0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-f7c47e2b-eec3-00a4-c4ee-037391d7de46-fa03ea0f {
  grid-area: 4 / 5 / 5 / 6;
  align-self: end;
  justify-self: end;
}

#w-node-f36d651b-7bfc-964c-25bb-c6c324f354ec-fa03ea0f {
  grid-area: 1 / 5 / 2 / 6;
  align-self: center;
  justify-self: end;
}

#w-node-adc37fc5-51a4-c892-3b0d-cf710f8a894d-fa03ea0f {
  grid-area: 3 / 1 / 4 / 4;
  align-self: start;
  justify-self: center;
}

#w-node-_95a12cc8-0134-2ca0-1f5b-a567b0762418-fa03ea0f, #w-node-_13fa53a0-b6ec-c1d0-4a63-d7cdbc7716e7-fa03ea0f {
  grid-area: 3 / 4 / 4 / 6;
  align-self: start;
}

#w-node-_2c9d5fc3-fa42-6124-7a8d-300477d24aa4-fa03ea0f {
  grid-area: 3 / 4 / 4 / 6;
}

#w-node-_6800e2f7-93b9-b8ff-e073-be55df41436b-fa03ea0f {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_94ab5e8f-949b-4333-4410-347fd1b22a7d-fa03ea0f {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-c1e9edc2-cb30-42ca-7378-f997ffc12505-fa03ea0f {
  grid-area: 2 / 2 / 4 / 4;
}

#w-node-_19069e51-d0fa-99c4-abca-f2f5b0b5083e-fa03ea0f {
  grid-area: 1 / 1 / 4 / 2;
}

#w-node-d2481b5b-447d-66a7-3cf1-bad2a36dda7e-fa03ea0f {
  grid-area: 4 / 1 / 5 / 3;
}

#w-node-_485bbafe-17a6-5c84-fdcd-9400fa0b6781-fa03ea0f {
  grid-area: 2 / 4 / 5 / 5;
}

#w-node-b551f96a-0ff4-b373-948c-68095689f70d-fa03ea0f {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_2b145d00-f92d-4659-a914-915e96012dc7-fa03ea0f {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-b551f96a-0ff4-b373-948c-68095689f71a-fa03ea0f {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-b551f96a-0ff4-b373-948c-68095689f71c-fa03ea0f {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-_76d0224d-3f77-fa91-8ecb-3b5967a3dd2d-fa03ea0f {
  grid-area: 3 / 4 / 4 / 5;
}

#w-node-b99045ba-e882-d972-a5d2-40f3c31c222a-fa03ea0f {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-a403e67a-b342-748e-7f52-6bf0d788a8b4-fa03ea0f {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_7f6bf6d7-4d50-a176-92c6-411dde3180ba-fa03ea0f {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_7f6bf6d7-4d50-a176-92c6-411dde3180c4-fa03ea0f {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_7f6bf6d7-4d50-a176-92c6-411dde3180ce-fa03ea0f {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_7f6bf6d7-4d50-a176-92c6-411dde3180d8-fa03ea0f {
  grid-area: 3 / 4 / 4 / 5;
}

#w-node-ffc6515f-2bce-83ca-5d75-12ec9cb8aacf-fa03ea0f {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_7d454411-a48c-0e02-3cdf-1b0b0f5c95c3-fa03ea0f {
  grid-area: auto;
}

#w-node-_976b50e9-901e-ad71-2b90-b06b4f025280-fa03ea0f {
  grid-area: auto;
}

#w-node-be7a6bfb-1c31-e603-3e8c-ef4d2cd9848f-fa03ea15 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: start;
}

#w-node-_35c58df6-6e57-19e6-3384-27c73f13a115-fa03ea15 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_523db8cd-ad35-a13c-74c5-e2aad2159f13-fa03ea15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e24c28d5-7088-d91f-5be5-134a6cd01358-fa03ea15 {
  justify-self: center;
}

#w-node-bdbc99f6-1440-152a-ec1f-c50e829e0ede-fa03ea15, #w-node-_31180810-2d9a-317b-cdf9-8222924d9f6d-fa03ea15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-f7c47e2b-eec3-00a4-c4ee-037391d7de46-fa03ea15 {
  grid-area: 3 / 5 / 4 / 6;
  align-self: end;
  justify-self: end;
}

#w-node-f36d651b-7bfc-964c-25bb-c6c324f354ec-fa03ea15 {
  grid-area: 1 / 5 / 2 / 6;
  align-self: center;
  justify-self: end;
}

#w-node-adc37fc5-51a4-c892-3b0d-cf710f8a894d-fa03ea15 {
  grid-area: 3 / 1 / 4 / 4;
  align-self: end;
  justify-self: start;
}

#w-node-ca4ce9d0-0511-57e5-9d50-704e6c517b8b-fa03ea15 {
  grid-area: 2 / 4 / 3 / 6;
  align-self: end;
}

#w-node-_13fa53a0-b6ec-c1d0-4a63-d7cdbc7716e7-fa03ea15 {
  grid-area: 2 / 4 / 3 / 5;
  align-self: end;
}

#w-node-ac925649-ec0d-34b4-411b-4a5209403c7d-fa03ea15 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_996deb71-7594-e7d5-49c2-7305bffed907-fa03ea15, #w-node-ac925649-ec0d-34b4-411b-4a5209403c7e-fa03ea15, #w-node-a7467f1d-8b50-46a3-35c6-b53af8ca6e28-fa03ea15 {
  grid-column: span 2 / span 2;
}

#w-node-_7b031d7d-6413-c028-7b02-3361721d1d7f-fa03ea15 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_7b031d7d-6413-c028-7b02-3361721d1d80-fa03ea15 {
  grid-column: span 4 / span 4;
}

#w-node-a1547e7a-8484-b353-7089-e36fd1d628d5-fa03ea15 {
  grid-template-rows: 15svh 60svh 15svh;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: grid;
}

#w-node-f45ee6f0-0465-c353-520a-712571988df9-fa03ea15, #w-node-_9f24d314-5468-8455-f504-19fac90623c9-fa03ea15 {
  grid-column: span 2 / span 2;
}

#w-node-_4c49a331-1fff-902a-e41e-b950643c3436-fa03ea15 {
  grid-row: span 2 / span 2;
}

#w-node-_51a27b01-053d-e830-cad1-a715e84e878d-fa03ea15 {
  grid-column: span 2 / span 2;
}

#w-node-be7a6bfb-1c31-e603-3e8c-ef4d2cd9848f-fa03ea16 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: start;
}

#w-node-_35c58df6-6e57-19e6-3384-27c73f13a115-fa03ea16 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_523db8cd-ad35-a13c-74c5-e2aad2159f13-fa03ea16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e24c28d5-7088-d91f-5be5-134a6cd01358-fa03ea16 {
  justify-self: center;
}

#w-node-bdbc99f6-1440-152a-ec1f-c50e829e0ede-fa03ea16, #w-node-_31180810-2d9a-317b-cdf9-8222924d9f6d-fa03ea16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-adc37fc5-51a4-c892-3b0d-cf710f8a894d-fa03ea16 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: end;
  justify-self: start;
}

#w-node-ca4ce9d0-0511-57e5-9d50-704e6c517b8b-fa03ea16, #w-node-_13fa53a0-b6ec-c1d0-4a63-d7cdbc7716e7-fa03ea16 {
  grid-area: 2 / 4 / 3 / 5;
  align-self: end;
}

#w-node-a1547e7a-8484-b353-7089-e36fd1d628d5-fa03ea16 {
  grid-template-rows: 15svh 60svh 15svh;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: grid;
}

#w-node-a1547e7a-8484-b353-7089-e36fd1d628d7-fa03ea16 {
  grid-column: span 3 / span 3;
}

#w-node-_9f24d314-5468-8455-f504-19fac90623c9-fa03ea16 {
  grid-column: span 2 / span 2;
}

#w-node-_4c49a331-1fff-902a-e41e-b950643c3436-fa03ea16 {
  grid-row: span 2 / span 2;
}

#w-node-_51a27b01-053d-e830-cad1-a715e84e878d-fa03ea16 {
  grid-column: span 2 / span 2;
}

#w-node-ac925649-ec0d-34b4-411b-4a5209403c7d-fa03ea16 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_996deb71-7594-e7d5-49c2-7305bffed907-fa03ea16, #w-node-ac925649-ec0d-34b4-411b-4a5209403c7e-fa03ea16, #w-node-a7467f1d-8b50-46a3-35c6-b53af8ca6e28-fa03ea16, #w-node-_90fb7f73-791e-b2f1-be10-f0d2f4e7cd41-fa03ea16 {
  grid-column: span 2 / span 2;
}

#w-node-_7b031d7d-6413-c028-7b02-3361721d1d7f-fa03ea16 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_7b031d7d-6413-c028-7b02-3361721d1d80-fa03ea16 {
  grid-column: span 4 / span 4;
}

#w-node-b7841f29-80d3-1862-8ff1-6b0aa9553ea0-a9553ea0 {
  grid-area: 1 / 2 / 2 / 5;
  align-self: end;
  justify-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-f7c47e2b-eec3-00a4-c4ee-037391d7de46-fa03ea0f {
    grid-area: 3 / 1 / 4 / 6;
    align-self: end;
    justify-self: end;
  }

  #w-node-adc37fc5-51a4-c892-3b0d-cf710f8a894d-fa03ea0f {
    grid-area: 1 / 1 / 2 / 6;
    align-self: end;
    justify-self: start;
  }

  #w-node-_6800e2f7-93b9-b8ff-e073-be55df41436b-fa03ea0f {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-c1e9edc2-cb30-42ca-7378-f997ffc12505-fa03ea0f {
    grid-area: 2 / 1 / 4 / 5;
  }

  #w-node-_19069e51-d0fa-99c4-abca-f2f5b0b5083e-fa03ea0f {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-d2481b5b-447d-66a7-3cf1-bad2a36dda7e-fa03ea0f, #w-node-b551f96a-0ff4-b373-948c-68095689f70d-fa03ea0f {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-a403e67a-b342-748e-7f52-6bf0d788a8b4-fa03ea0f {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_7f6bf6d7-4d50-a176-92c6-411dde3180ba-fa03ea0f {
    grid-column-end: 3;
  }

  #w-node-_7f6bf6d7-4d50-a176-92c6-411dde3180c4-fa03ea0f {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-_7f6bf6d7-4d50-a176-92c6-411dde3180ce-fa03ea0f {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_7f6bf6d7-4d50-a176-92c6-411dde3180d8-fa03ea0f {
    grid-area: 4 / 3 / 5 / 5;
  }

  #w-node-ffc6515f-2bce-83ca-5d75-12ec9cb8aacf-fa03ea0f {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-f7c47e2b-eec3-00a4-c4ee-037391d7de46-fa03ea15 {
    grid-area: 3 / 1 / 4 / 6;
    align-self: end;
    justify-self: end;
  }

  #w-node-adc37fc5-51a4-c892-3b0d-cf710f8a894d-fa03ea15 {
    grid-area: 1 / 1 / 2 / 6;
    align-self: end;
    justify-self: start;
  }

  #w-node-ca4ce9d0-0511-57e5-9d50-704e6c517b8b-fa03ea15 {
    grid-area: 2 / 1 / 3 / 6;
    align-self: end;
  }

  #w-node-adc37fc5-51a4-c892-3b0d-cf710f8a894d-fa03ea16 {
    grid-area: 1 / 1 / 2 / 6;
    align-self: end;
    justify-self: start;
  }

  #w-node-ca4ce9d0-0511-57e5-9d50-704e6c517b8b-fa03ea16 {
    grid-area: 2 / 1 / 3 / 6;
    align-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e24c28d5-7088-d91f-5be5-134a6cd01358-fa03ea0f {
    justify-self: start;
  }

  #w-node-f7c47e2b-eec3-00a4-c4ee-037391d7de46-fa03ea0f {
    grid-column: 1 / 2;
  }

  #w-node-adc37fc5-51a4-c892-3b0d-cf710f8a894d-fa03ea0f {
    grid-area: 1 / 1 / 2 / 2;
    align-self: end;
    justify-self: start;
  }

  #w-node-f7c47e2b-eec3-00a4-c4ee-037391d7de46-fa03ea15 {
    grid-column: 1 / 2;
  }

  #w-node-adc37fc5-51a4-c892-3b0d-cf710f8a894d-fa03ea15 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: end;
    justify-self: start;
  }

  #w-node-ca4ce9d0-0511-57e5-9d50-704e6c517b8b-fa03ea15 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: end;
  }

  #w-node-adc37fc5-51a4-c892-3b0d-cf710f8a894d-fa03ea16 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: end;
    justify-self: start;
  }

  #w-node-ca4ce9d0-0511-57e5-9d50-704e6c517b8b-fa03ea16 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: end;
  }
}