.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;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.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;
}

body {
  color: #f4edcb;
  background-color: #231f20;
  font-family: Bitter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

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

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_form-block {
  max-width: 20rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

.margin-tiny {
  margin: .125rem;
}

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xsmall {
  padding: .5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  width: .875rem;
  height: .875rem;
  background-color: #fff;
  border-width: 0;
  border-color: #231f20;
  border-radius: 0;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  background-color: #231f20;
  background-size: 90%;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
  padding-right: .02rem;
}

.form_checkbox-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, .1);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, rgba(0, 115, 230, .1), rgba(255, 255, 255, 0));
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: stretch;
  display: grid;
  position: relative;
}

.form_checkbox-label {
  color: #231f20;
}

.icon-1x1-small {
  width: 1rem;
  height: 1rem;
  flex: none;
}

.icon-1x1-small.is-back {
  transform: rotate(-135deg);
}

.overflow-auto {
  overflow: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  background-color: #f4edcb;
  justify-items: stretch;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.fs-styleguide_item-header {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-bottom: 2rem;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #231f20;
}

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

.text-color-black {
  color: #000;
}

.text-color-grey {
  color: gray;
}

.fs-styleguide_2-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  margin-bottom: 2rem;
  font-family: Bitter, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h3.is-dark {
  color: #231f20;
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1.3rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

.text-rich-text a {
  color: #bd9b60;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.container-small.padding-section-medium {
  max-width: 60vw;
  margin-left: 5%;
  margin-right: 5%;
}

.icon-height-small {
  height: 1rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.heading-style-h1 {
  margin-bottom: 2rem;
  font-family: willy, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1.1;
}

.heading-style-h1.title-top {
  margin-bottom: 3rem;
}

.heading-style-h1.title-top.is-post {
  text-align: center;
}

.heading-style-h1.text-align-center.is-hero {
  font-family: willy, sans-serif;
  font-size: 11vh;
  font-weight: 400;
}

.heading-style-h1.text-align-center.is-about {
  font-size: 11vw;
}

.heading-style-h1.text-align-center.is-about-copy {
  font-size: 13vh;
}

.heading-style-h1.text-align-center.is-about-copy.blog {
  margin-bottom: -1vw;
  font-size: 12vw;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.text-weight-normal {
  font-weight: 400;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

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

.text-style-italic {
  font-style: italic;
}

.text-weight-medium {
  font-weight: 500;
}

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #f4edcb;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-tiny {
  font-size: .75rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_1-col {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  height: 3rem;
  min-width: 3rem;
  background-color: rgba(0, 115, 230, .1);
  border: 1px dashed #0073e6;
  position: relative;
}

.text-weight-light {
  font-weight: 300;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_4-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-regular {
  font-size: 1rem;
}

.text-size-regular.is-dark {
  color: #231f20;
}

.text-size-regular.is-dark.is-margin-right {
  margin-right: 15%;
}

.text-size-regular.is-dark.top-paragraph {
  margin-right: 60%;
}

.text-size-regular.is-dark.bottom-paragraph {
  margin-left: 40%;
}

.text-weight-xbold {
  font-weight: 800;
}

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

.text-weight-bold {
  font-weight: 700;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.fs-styleguide_item-wrapper {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  display: grid;
}

.background-color-white {
  background-color: #fff;
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: .875rem;
}

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.form_label {
  color: #231f20;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  border-width: .25rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

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

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

.background-color-grey {
  background-color: #f4edcb;
}

.form_input {
  min-height: 3rem;
  text-align: center;
  background-color: #fff;
  border-bottom: 0 solid #000;
  border-radius: 100px;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

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

.fs-styleguide_3-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: #bd9b60;
  text-decoration: underline;
}

.text-size-large {
  font-size: 1.5rem;
}

.fs-styleguide_header {
  background-color: rgba(0, 0, 0, .05);
}

.heading-style-h2 {
  font-family: willy, sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.2;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #0073e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_version {
  z-index: 5;
  color: #f4edcb;
  text-align: left;
  font-weight: 500;
  text-decoration: none;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.container-large {
  width: 100%;
  max-width: 90vw;
  margin-left: auto;
  margin-right: auto;
}

.container-large.padding-section-small.is-footer {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container-large.padding-section-small.is-post-bar {
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.container-large.is-footer {
  justify-content: space-between;
  align-items: center;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  display: flex;
}

.container-large.is-hero {
  z-index: 1;
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container-large.padding-section-medium.is-vanilla {
  color: #231f20;
  background-color: #f4edcb;
}

.container-large.is-product {
  min-height: 100vh;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.icon-height-medium {
  height: 2rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.icon-height-large {
  height: 3rem;
}

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

.text-align-center.is-dark {
  color: #231f20;
}

.form_component {
  margin-bottom: 0;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.button {
  color: #231f20;
  background-color: #f4edcb;
  border-radius: 30px;
  padding: .5rem 1.8rem;
  font-weight: 700;
  transition: all .2s ease-in-out;
}

.button:hover {
  transform: scale(1.1);
}

.button:active {
  transform: scale(.95);
}

.button.is-text {
  color: #f4edcb;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-form-submit {
  width: 100%;
  color: #f4edcb;
  text-transform: uppercase;
  background-color: #231f20;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  color: #f4edcb;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #f4edcb;
}

.button.is-secondary:hover {
  color: #231f20;
  background-color: #f4edcb;
}

.button.is-secondary.is-hero {
  text-align: center;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is-hero {
  width: 280px;
}

.button.is-back {
  grid-column-gap: 1rem;
  color: #f4edcb;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding: .5rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.button.is-dark {
  color: #f4edcb;
  background-color: #231f20;
}

.button.is-dark.is-bottom {
  margin-top: auto;
}

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

.text-size-medium {
  font-size: 1.25rem;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hide {
  display: none;
}

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

.container-medium {
  width: 100%;
  max-width: 75vw;
  margin-left: auto;
  margin-right: auto;
}

.container-medium.padding-section-medium.min-83vh {
  min-height: 100vh;
}

.container-medium.padding-section-medium.is-bottom {
  padding-bottom: 0;
}

.container-medium.is-hero {
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-medium.padding-section-large.is-blog {
  padding-bottom: 0;
}

.form_radio {
  color: #231f20;
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.home-message_content-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: start;
  display: grid;
}

.home-message_component {
  min-height: 100vh;
  color: #fff;
  padding: 3rem;
  display: flex;
}

.home-message_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.home-message_content {
  width: 100%;
  color: #000;
  background-color: rgba(0, 0, 0, .05);
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.home-message_heading-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item-icon {
  width: 1.75rem;
  height: 1.75rem;
  color: #000;
  background-color: #fff;
  flex: none;
}

.home-message_logo {
  width: 4rem;
}

.fs-styleguide_spacing-all {
  display: none;
}

.heading {
  font-family: willy, sans-serif;
  font-size: 5rem;
  font-weight: 400;
}

.heading-2 {
  font-family: willy, sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
}

.heading-3 {
  font-size: 2em;
}

.paragraph, .block-quote {
  font-family: Bitter, sans-serif;
  font-weight: 400;
}

.list-item {
  font-family: Bitter, sans-serif;
}

.heading-4 {
  font-family: Bitter, sans-serif;
  font-weight: 700;
}

.navbar1_container {
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dropdown-chevron {
  width: 1rem;
  height: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar1_dropdown-link {
  padding: .5rem 1rem;
}

.navbar1_dropdown-link.w--current {
  color: rgba(0, 0, 0, 0);
}

.navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.navbar1_menu-button {
  padding: 0;
}

.navbar1_dropdown-list.w--open {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .5rem;
}

.navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.navbar1_dropdown-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.button-2 {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .75rem 1.5rem;
}

.button-2.is-small {
  padding: .5rem 1.25rem;
}

.button-2.is-secondary {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
}

.navbar1_component {
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #000;
  align-items: center;
  padding: 2rem 5%;
  display: flex;
  position: fixed;
  top: 0;
}

.navbar1_logo-link {
  padding-left: 0;
}

.navbar1_link {
  color: #f4edcb;
  text-transform: uppercase;
  padding: .5rem 0 .5rem 1.3rem;
  font-size: .9rem;
  font-weight: 400;
  transition: all .2s ease-in-out;
}

.navbar1_link:active {
  transform: scale(.95);
}

.navbar1_link.w--current {
  color: rgba(244, 237, 203, .65);
}

.navbar1_logo {
  width: 24vw;
  max-width: 340vw;
}

.footer {
  z-index: 995;
}

.footer.is-home {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.icon-embed-medium {
  width: 3rem;
  height: 3rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-footer-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  display: flex;
}

.footer-text {
  font-size: .8rem;
}

.footer-link {
  color: #f4edcb;
  font-size: .8rem;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-link-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
  display: flex;
}

.hero-home-wrapper.is-hero {
  background-image: linear-gradient(#000, #231f20 0%, rgba(35, 31, 32, 0)), url('../images/hero-willy-optim.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-hero-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
}

.contact-popup-wrapper {
  z-index: 2;
  text-align: right;
  position: absolute;
  top: 13%;
  right: 5%;
}

.form-popup-wrapper {
  z-index: 99;
  min-width: 24vw;
  margin-top: 2rem;
  display: none;
  position: relative;
}

.form-wrapper {
  z-index: 99;
  background-color: #f4edcb;
  padding: 1.5rem;
  position: relative;
  box-shadow: 0 2px 15px rgba(35, 31, 32, .15);
}

.form-bg {
  z-index: 98;
  background-color: #231f20;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: rotate(6deg);
  box-shadow: 0 2px 15px rgba(35, 31, 32, .15);
}

.transition-wrapper {
  z-index: 999;
  background-color: #231f20;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

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

.section.is-vanilla {
  background-color: #f4edcb;
}

.section.is-about {
  background-image: radial-gradient(circle at 50% 100%, rgba(35, 31, 32, 0), #231f20), url('../images/local.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-bottom: -13rem;
  padding-top: 5rem;
  padding-bottom: 10rem;
}

.section.is-aside {
  min-height: 100vh;
  min-width: 100%;
  justify-content: space-between;
  display: flex;
}

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

.intro-about {
  color: #231f20;
  text-align: center;
  font-family: willy, sans-serif;
  font-size: 1.8rem;
}

.intro-about.container-small {
  font-size: 1.5rem;
}

.top-oso {
  z-index: 2;
  position: relative;
}

.oso-width {
  min-width: 100%;
}

.padding-page-top {
  margin-top: 9rem;
}

.aside-image {
  width: 47vw;
  min-height: 100vh;
  position: relative;
}

.aside-content {
  width: 53vw;
  padding: 5vw;
}

.image {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.overlay-aside {
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle at 100% 100%, rgba(35, 31, 32, 0), #231f20);
  position: absolute;
  top: 0;
}

.comercial-list-wrapper {
  margin-top: 4.5rem;
}

.comercial-list {
  grid-column-gap: 1.8rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: center;
  display: grid;
}

.comercial-item-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  display: inline-block;
}

.comercial-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.comercial-heading {
  margin-top: .5rem;
  font-size: 1rem;
  font-weight: 400;
}

.comercial-logo {
  max-height: 3.65rem;
  max-width: 6.77rem;
  object-fit: contain;
}

.image-aside {
  z-index: 1;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
}

.post-main-image {
  width: 100%;
  max-height: 55vh;
  object-fit: cover;
}

.social-share-wrapper {
  grid-column-gap: .8rem;
  align-items: center;
  display: flex;
}

.share-link {
  color: #f4edcb;
}

.icon-embed-xsmall {
  width: 1.5rem;
  height: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-embed-xxsmall {
  width: 1rem;
  height: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-list-wrapper {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.blog-list-wrapper.is-related {
  width: 100%;
}

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

.blog-list.is-related {
  grid-template-rows: auto;
}

.blog-item-wrapper {
  text-align: center;
}

.icon-embed-xlarge {
  width: 6.5rem;
  height: 6.5rem;
  color: #231f20;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.blog-item {
  grid-row-gap: 1.5rem;
  color: #231f20;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.blog-title-post {
  font-size: 1.8rem;
  font-weight: 700;
}

.content-wrapper {
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.empty-state {
  background-color: rgba(0, 0, 0, 0);
}

.previous {
  background-color: rgba(0, 0, 0, 0);
  border-width: 0;
  font-size: 2rem;
}

.pagination {
  font-family: Bitter, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
}

.icon, .icon-2 {
  display: none;
}

.next {
  background-color: rgba(0, 0, 0, 0);
  border-width: 0;
  font-size: 2rem;
}

.overlay {
  min-height: 100vh;
}

.product-detail-stack {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 0px;
  padding: 0;
}

.product-detail-packaging {
  justify-content: flex-end;
  align-items: flex-end;
}

.product-detail-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  padding-top: 20%;
  padding-right: 20%;
}

.product-detail-image {
  justify-content: center;
  align-items: center;
  padding-top: 6%;
}

.packaging-detail-image {
  max-height: 33vh;
  margin-top: -5%;
  margin-right: 3%;
}

.product-detail-title {
  font-family: willy, sans-serif;
  font-size: 4.3vw;
  font-weight: 400;
}

.product-detail-text {
  font-size: 1.3vw;
}

.image-detail-product {
  width: 100%;
  max-height: 65vh;
  max-width: 80%;
  object-fit: contain;
  position: absolute;
}

.icon-embed-xlarge-2 {
  width: 6.5rem;
  height: 6.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.shape-detail-product {
  width: 100%;
  height: 100%;
  padding-left: 15%;
  padding-right: 15%;
}

.imagen-detail-wrapper {
  width: 100%;
  height: 73vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.slider-gallery-component {
  width: 100%;
  height: 63vh;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.slider-bg_component {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.swiper.is-slider-bg, .swiper.is-slider-titles {
  width: 100%;
  height: 100%;
}

.swiper.is-slider1 {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.swiper-wrapper.is-slider-bg {
  width: 100%;
  height: 100%;
}

.swiper-wrapper.is-slider-titles {
  height: 100%;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.swiper-wrapper.is-slider1 {
  width: 100%;
  height: 100%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.swiper-slide.is-slider-bg {
  width: 100%;
  height: 100%;
}

.swiper-slide.is-slider-titles {
  width: auto;
  justify-content: flex-start;
  align-items: center;
  padding: 4%;
  display: flex;
}

.swiper-slide.is-slider1 {
  width: 100%;
  height: 68vh;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-items: center;
  margin-top: 15vh;
  margin-bottom: 9vh;
  display: flex;
}

.slider-bg_img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.slider-titles_component {
  width: 100%;
  height: 100%;
  position: relative;
}

.slider-titles_heading {
  text-align: center;
  font-family: Bitter, sans-serif;
  font-size: 1.8vw;
  font-weight: 700;
}

.slider-gallery_bottom-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 3em;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.slider-gallery_button-wrapper {
  justify-content: space-between;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-gallery_button {
  color: #f4edcb;
  border: 1px solid #f4edcb;
  border-radius: 100%;
  padding: 15px;
}

.slider-gallery_button.is-right {
  transform: rotate(180deg);
}

.slider-gallery-arrow {
  width: 2rem;
  height: 2rem;
  color: #f4edcb;
  -webkit-text-stroke-width: 5px;
  -webkit-text-stroke-color: transparent;
}

.page_code_custom {
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.productos-wrapper {
  display: none;
}

.productos-wrapper.is-hero {
  background-image: linear-gradient(#000, #231f20 0%, rgba(35, 31, 32, 0)), url('../images/hero-willy-optim.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.carousel_component {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.carousel_arrow_link {
  color: #f4edcb;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #f4edcb;
  border-radius: 100vw;
  padding: .5rem;
  transition: all .2s ease-in-out;
}

.carousel_arrow_link:hover {
  color: #231f20;
  background-color: #231f20;
  border-width: 4px;
  transform: translate(0, 4px);
}

.carousel_arrow_link.is-right {
  transform: rotate(-180deg);
}

.carousel_arrow_wrap {
  z-index: 3;
  width: 100%;
  height: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  padding: 2rem 5% 7rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.carousel_wrap {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  margin-top: -6%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.carousel_item {
  width: 65vw;
  height: 50vh;
  border-radius: .5rem;
  flex: none;
  align-items: center;
  margin-top: 3vh;
  position: absolute;
  overflow: hidden;
}

.carousel_list {
  grid-column-gap: 15rem;
  justify-content: center;
  align-items: center;
  margin-top: 5vh;
  display: flex;
  position: relative;
}

.carousel_img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-3 {
  color: #000;
  background-color: #c8ff00;
  border-radius: 100vw;
  margin-top: 1.5rem;
  padding: .9rem 2.4rem;
  font-size: .8rem;
  font-weight: 700;
  transition: background-color .15s;
}

.button-3:hover {
  background-color: #c8ff00;
}

.carousel_ratio {
  width: 100%;
  padding-top: 60%;
}

.slider-button_product {
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100vw;
  padding: .9rem;
  font-family: Bitter, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  transition: background-color .15s;
}

.product-link-wrapper {
  z-index: 9999;
  position: absolute;
  top: 5%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.icon-embed-large {
  width: 5rem;
  height: 5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.shape-slider {
  height: 100%;
}

.back-product-wrapper {
  grid-column-gap: .5rem;
  color: #f4edcb;
  align-items: center;
  font-size: .8rem;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 13%;
  bottom: auto;
  left: 5%;
  right: auto;
}

.back-product-wrapper:hover {
  text-decoration: underline;
}

.empty-state-2 {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
}

.empty-state-3 {
  display: none;
}

._3-photos-stacks {
  min-height: 55vh;
  grid-row-gap: 20px;
  padding: 0 0 4rem 5%;
}

.container-xsmall {
  max-width: 45%;
  margin-left: auto;
  margin-right: auto;
}

._3-image-column {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

._1-photo-stack {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  padding-left: 5%;
  padding-right: 5%;
}

.realated-post-stack {
  padding: 0;
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .container-small.padding-section-medium {
    max-width: 80vw;
  }

  .heading-style-h1.text-align-center.is-hero {
    font-size: 7vh;
  }

  .heading-style-h1.text-align-center.is-about {
    font-size: 12vw;
  }

  .heading-style-h1.text-align-center.is-about-copy {
    font-size: 7vh;
  }

  .heading-style-h1.text-align-center.is-about-copy.blog {
    margin-bottom: -1.2vw;
    font-size: 13vw;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .text-size-regular.is-dark, .text-size-regular.is-dark.top-paragraph {
    margin-right: 0%;
  }

  .text-size-regular.is-dark.bottom-paragraph {
    margin-left: 0%;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .container-large.is-product {
    min-height: auto;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

  .menu-icon1_line-middle {
    width: 24px;
    height: 2px;
    background-color: rgba(0, 0, 0, 0);
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .dropdown-chevron {
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .navbar1_menu {
    -webkit-text-fill-color: inherit;
    background-color: rgba(0, 0, 0, 0);
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu.is-page-height-tablet {
    height: 100dvh;
    background-color: #231f20;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .menu-icon1_line-bottom {
    width: 24px;
    height: 2px;
    background-color: #f4edcb;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .navbar1_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-icon1 {
    width: 48px;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .menu-icon1_line-top {
    width: 24px;
    height: 2px;
    background-color: #f4edcb;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_component {
    z-index: 999;
  }

  .navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 2rem;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_logo {
    width: 34vw;
  }

  .footer.is-home {
    margin-top: -75px;
    position: relative;
  }

  .hero-home-wrapper.is-product {
    padding-bottom: 9rem;
  }

  .form-popup-wrapper {
    min-width: 45vw;
  }

  .aside-image {
    width: 40vw;
  }

  .aside-content {
    width: 60vw;
  }

  .comercial-list {
    grid-template-columns: 1fr 1fr;
  }

  .blog-title-post {
    font-size: 1.5rem;
  }

  .product-detail-content {
    text-align: center;
    align-items: center;
    padding-top: 10%;
    padding-right: 0%;
  }

  .product-detail-image {
    padding-right: 35%;
  }

  .packaging-detail-image {
    max-height: 15vh;
    margin-top: 5%;
  }

  .product-detail-title {
    font-size: 3rem;
  }

  .product-detail-text {
    font-size: 1.8vw;
  }

  .shape-detail-product {
    width: 100%;
    height: auto;
    min-height: 100%;
  }

  .imagen-detail-wrapper {
    height: auto;
    padding-top: 9rem;
    padding-right: 0;
  }

  .swiper-slide.is-slider1 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .slider-titles_heading {
    font-size: 2.6vw;
  }

  .productos-wrapper.is-product {
    padding-bottom: 9rem;
  }

  .slider-button_product {
    font-size: 2vw;
  }

  .product-link-wrapper {
    z-index: 10;
  }

  .shape-slider {
    padding-top: 2rem;
  }

  ._3-photos-stacks {
    padding: 5%;
  }

  ._1-photo-stack {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .container-small.padding-section-medium {
    max-width: 90vw;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .heading-style-h1.title-top {
    font-size: 3rem;
  }

  .heading-style-h1.text-align-center.is-hero {
    font-size: 5vh;
  }

  .heading-style-h1.text-align-center.is-about {
    font-size: 5rem;
  }

  .heading-style-h1.text-align-center.is-about-copy {
    font-size: 3vh;
  }

  .heading-style-h1.text-align-center.is-about-copy.blog {
    margin-bottom: -1.5vw;
    font-size: 5rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .text-size-regular.is-dark {
    text-align: center;
  }

  .text-size-regular.is-dark.is-margin-right {
    margin-right: 0%;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

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

  .text-size-large {
    font-size: 1.25rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .fs-styleguide_version, .heading-style-h5 {
    font-size: .875rem;
  }

  .container-large.is-product {
    min-height: auto;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .container-medium {
    max-width: 90vw;
  }

  .container-medium.padding-section-medium.is-bottom {
    padding-top: 2rem;
  }

  .home-message_component {
    padding: 0;
  }

  .home-message_content {
    border-radius: 0;
  }

  .navbar1_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .navbar1_component {
    height: auto;
    min-height: 4rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar1_logo-link {
    max-width: 65vw;
    padding-left: 0;
  }

  .footer.is-home {
    margin-top: -100px;
    position: relative;
  }

  .content-footer-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .hero-home-wrapper.is-hero {
    min-height: 110vh;
    position: static;
  }

  .button-hero-wrapper {
    flex-direction: column;
  }

  .form-popup-wrapper {
    min-width: 65vw;
    margin-top: 1.5rem;
  }

  .section.is-aside {
    flex-direction: column;
  }

  .padding-page-top {
    margin-top: 5rem;
  }

  .padding-page-top.is-aside {
    display: none;
  }

  .aside-image {
    width: 100vw;
    height: 33vh;
    min-height: auto;
  }

  .aside-content {
    width: 100vw;
    padding: 5%;
  }

  .overlay-aside {
    width: 100%;
  }

  .image-aside {
    height: 33vh;
    position: -webkit-sticky;
    position: sticky;
    left: auto;
  }

  .blog-list {
    grid-template-columns: 1fr 1fr;
  }

  .blog-list.is-related {
    grid-template-columns: 1fr;
  }

  .product-detail-stack {
    margin-top: 13rem;
  }

  .product-detail-content {
    align-items: center;
  }

  .product-detail-image {
    padding-top: 0%;
    padding-right: 0%;
  }

  .product-detail-title {
    text-align: center;
  }

  .product-detail-text {
    text-align: center;
    font-size: 1rem;
  }

  .image-detail-product {
    max-width: 90%;
  }

  .shape-detail-product {
    height: 55vh;
    padding-left: 10%;
    padding-right: 10%;
  }

  .imagen-detail-wrapper {
    padding-top: 0;
  }

  .productos-wrapper.is-hero {
    min-height: 110vh;
    position: static;
  }

  .carousel_component {
    margin-bottom: 89px;
  }

  .carousel_wrap {
    height: 100%;
  }

  .carousel_img {
    height: 80%;
    margin-top: auto;
    margin-bottom: auto;
  }

  .slider-button_product {
    font-size: 3vw;
  }

  .shape-slider {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .heading-style-h1.title-top.is-post.container-medium {
    font-size: 2.4rem;
  }

  .heading-style-h1.text-align-center.is-hero {
    font-size: 4.5vh;
  }

  .heading-style-h1.text-align-center.is-about, .heading-style-h1.text-align-center.is-about-copy.blog {
    font-size: 3rem;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .container-large.padding-section-small.is-post-bar {
    grid-column-gap: 0rem;
    grid-row-gap: 2rem;
    flex-direction: column-reverse;
  }

  .container-large.is-footer {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .button.is-dark.is-bottom {
    align-self: center;
  }

  .navbar1_logo {
    width: 65vw;
  }

  .footer.is-home {
    margin-top: -222px;
  }

  .content-footer-wrapper {
    grid-row-gap: 2rem;
  }

  .footer-link-wrapper {
    flex-direction: column;
  }

  .hero-home-wrapper.is-hero {
    position: relative;
  }

  .form-popup-wrapper {
    min-width: 90vw;
  }

  .padding-page-top {
    margin-top: 7rem;
  }

  .social-share-wrapper {
    justify-content: space-between;
  }

  .icon-embed-xxsmall {
    width: 2rem;
    height: 2rem;
  }

  .blog-list {
    grid-template-columns: 1fr;
  }

  .content-wrapper {
    flex-direction: column-reverse;
    display: flex;
  }

  .content-wrapper.alt {
    flex-direction: column;
  }

  .product-detail-stack {
    margin-bottom: 9rem;
  }

  .product-detail-packaging {
    align-items: flex-end;
  }

  .product-detail-title {
    font-size: 2.4rem;
  }

  .image-detail-product {
    max-width: 100%;
  }

  .shape-detail-product {
    height: auto;
    max-height: none;
    padding-left: 7%;
    padding-right: 7%;
  }

  .swiper.is-slider1 {
    height: 100vh;
  }

  .swiper-slide.is-slider1 {
    height: 67%;
    max-height: 75%;
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .slider-titles_heading {
    font-size: 5vw;
  }

  .productos-wrapper.is-hero {
    position: relative;
  }

  .carousel_component {
    margin-bottom: 185px;
  }

  .carousel_wrap {
    height: 80%;
  }

  .carousel_img {
    width: 100%;
    height: 70%;
  }

  .carousel_ratio {
    height: 100%;
  }

  .slider-button_product {
    font-size: 4vw;
  }

  .product-link-wrapper {
    z-index: 995;
  }

  .shape-slider {
    color: #f4edcb;
  }

  .back-button-text {
    display: none;
  }
}

#w-node-efa72c8f-4c96-05cf-6460-1096f02b7177-ec8cfcd3 {
  align-self: start;
  justify-self: center;
}

#w-node-_66b34352-5700-480d-f590-06cde97744f5-ec8cfcd5 {
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr;
}

#w-node-a849cdee-501b-7410-aba9-1f5e56fb5962-ec8cfcd5 {
  align-self: start;
  justify-self: center;
}

#w-node-e7f28af5-6665-8a49-734f-59d7b3119318-ec8cfcd6 {
  grid-template-rows: 1.5fr .5fr;
  grid-template-columns: 1fr 1fr;
}

#w-node-e7f28af5-6665-8a49-734f-59d7b3119319-ec8cfcd6 {
  grid-row: span 2 / span 2;
}

#w-node-_64ffa54c-036d-d7b6-b546-8b1fccae57c8-ec8cfcdd {
  grid-template-rows: auto auto;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
}

#w-node-_64ffa54c-036d-d7b6-b546-8b1fccae57ca-ec8cfcdd, #w-node-_1f0d54b3-046b-ecb8-6a33-cd0fb645b511-ec8cfcdd, #w-node-a5b968a3-0f72-ca30-6926-d0279f25544d-ec8cfcdd {
  grid-row: span 2 / span 2;
}

#w-node-d984bb84-d614-7f34-f77d-0e6e63947a1f-ec8cfcdd {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d984bb84-d614-7f34-f77d-0e6e63947a20-ec8cfcdd {
  grid-row: span 2 / span 2;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-ec8cfcde, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-ec8cfcde, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-ec8cfcde, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-ec8cfcde, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-ec8cfcde, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-ec8cfcde, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-ec8cfcde {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-ec8cfcde, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-ec8cfcde {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-ec8cfcde {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-ec8cfcde {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-ec8cfcde {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-ec8cfcde, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-ec8cfcde, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-ec8cfcde {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-ec8cfcde, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-ec8cfcde, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-ec8cfcde, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-ec8cfcde, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-ec8cfcde, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-ec8cfcde, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-ec8cfcde, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-ec8cfcde, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-ec8cfcde, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-ec8cfcde, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-ec8cfcde, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-ec8cfcde, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-ec8cfcde, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-ec8cfcde, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-ec8cfcde, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-ec8cfcde, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-ec8cfcde {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-ec8cfcde {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-ec8cfcde {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8d-ec8cfcde {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-ec8cfcde, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-ec8cfcde, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-ec8cfcde, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-ec8cfcde, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-ec8cfcde, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-ec8cfcde, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-ec8cfcde, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-ec8cfcde, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-ec8cfcde, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-ec8cfcde, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-ec8cfcde, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-ec8cfcde, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-ec8cfcde, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-ec8cfcde, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-ec8cfcde, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-ec8cfcde, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-ec8cfcde, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-ec8cfcde, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-ec8cfcde, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-ec8cfcde {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-ec8cfcde {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-ec8cfcde, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-ec8cfcde, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-ec8cfcde, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-ec8cfcde {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-ec8cfcde {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-ec8cfcde {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_66b34352-5700-480d-f590-06cde97744f6-ec8cfcd5, #w-node-_66b34352-5700-480d-f590-06cde97744f7-ec8cfcd5 {
    grid-column: span 2 / span 2;
  }

  #w-node-e7f28af5-6665-8a49-734f-59d7b3119318-ec8cfcd6 {
    grid-template-rows: 1.5fr .5fr;
    grid-template-columns: 1fr;
  }

  #w-node-e7f28af5-6665-8a49-734f-59d7b3119319-ec8cfcd6 {
    grid-row: span 2 / span 2;
  }

  #w-node-_64ffa54c-036d-d7b6-b546-8b1fccae57c8-ec8cfcdd {
    grid-template-rows: auto auto;
    grid-template-columns: 1.4fr 1fr;
  }

  #w-node-_64ffa54c-036d-d7b6-b546-8b1fccae57c9-ec8cfcdd {
    grid-column: span 2 / span 2;
  }

  #w-node-_64ffa54c-036d-d7b6-b546-8b1fccae57ca-ec8cfcdd, #w-node-_1f0d54b3-046b-ecb8-6a33-cd0fb645b511-ec8cfcdd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a5b968a3-0f72-ca30-6926-d0279f25544d-ec8cfcdd {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e7f28af5-6665-8a49-734f-59d7b3119318-ec8cfcd6 {
    grid-template-rows: 2fr 1fr;
    grid-template-columns: 1fr;
  }

  #w-node-e7f28af5-6665-8a49-734f-59d7b3119319-ec8cfcd6 {
    grid-row: span 2 / span 2;
  }

  #w-node-_73d25826-cd68-32cf-64e4-f976763fe9b8-ec8cfcdd {
    grid-column: span 2 / span 2;
  }

  #w-node-d984bb84-d614-7f34-f77d-0e6e63947a20-ec8cfcdd {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d984bb84-d614-7f34-f77d-0e6e63947a21-ec8cfcdd, #w-node-_62814dd0-6ccd-c9cc-fda7-3101ea940d8a-ec8cfcdd {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_73d25826-cd68-32cf-64e4-f976763fe9b8-ec8cfcdd {
    grid-column: span 2 / span 2;
  }
}


@font-face {
  font-family: 'Bitter';
  src: url('../fonts/bitter-semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bitter';
  src: url('../fonts/bitter-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'willy';
  src: url('../fonts/hold-fast-foundry-gin.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}