@font-face {
  font-family: Brice;
  src: url('../fonts/Brice-Bold.woff2') format("woff2"), url('../fonts/Brice-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: Brice SemiExpanded;
  src: url('../fonts/Brice-SemiExpanded-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Brice SemiExpanded;
  src: url('../fonts/Brice-SemiExpanded-Black.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --black-200: #404040;
  --yellow-medium: #ffce0c;
  --black-100: #1a1a1a;
  --yelllow-default: #fba03b;
  --white: white;
  --yellow-light: #ffe3be;
  --yellow-dark: #e36f00;
  --blue-default: #0571bf;
  --bronw-light: #be3700;
  --black-300: #595959;
  --black-400: #ccc;
  --black-500: #e4e4e4;
  --pink-default: #eb0c77;
  --green-default: #12703e;
  --cyan-default: #00b1bb;
  --yellow-lighter: #fff7ec;
  --brown-dark: #432003;
  --brown-default: #8c2b09;
  --purple-dark: #49303f;
  --purple-default: #5f4574;
  --red-default: #df110c;
}

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

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

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

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

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

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

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

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

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

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

body {
  color: var(--black-200);
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  letter-spacing: -.078125rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Brice, sans-serif;
  font-size: 3.875rem;
  line-height: 1;
}

h2 {
  letter-spacing: -.0625rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Brice, sans-serif;
  font-size: 3.25rem;
  line-height: 1.1;
}

h3 {
  letter-spacing: -.08rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Brice, sans-serif;
  font-size: 2.5rem;
  line-height: 1.1;
}

h4 {
  letter-spacing: -.04rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Brice, sans-serif;
  font-size: 2rem;
  line-height: 1.2;
}

h5 {
  letter-spacing: -.025rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Brice, sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
}

h6 {
  letter-spacing: -.025rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Brice, sans-serif;
  font-size: 1.25rem;
  line-height: 1.2;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.25rem;
}

ol {
  margin-top: 0;
  margin-bottom: .625rem;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .625rem;
}

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

label {
  margin-bottom: 8px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.2;
}

em {
  font-style: italic;
}

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

figure {
  margin-top: 32px;
  margin-bottom: 32px;
}

figcaption {
  text-align: center;
  margin-top: .75rem;
  font-size: .8rem;
}

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.button {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border: .0625rem solid var(--yellow-medium);
  background-color: var(--yellow-medium);
  color: var(--black-100);
  text-align: center;
  letter-spacing: .035rem;
  text-transform: uppercase;
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 2rem .8125rem;
  font-family: Brice, sans-serif;
  font-size: .9375rem;
  font-weight: 600;
  transition: all .15s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  box-shadow: 1px 2px .5rem .25rem #ffce0c0f, 3px 8px 1.5rem .5rem #803e0024;
}

.button:hover {
  border-color: var(--yelllow-default);
  background-color: var(--yelllow-default);
  box-shadow: 1px 2px .5rem .25rem #fba03b05, 3px 8px 1.5rem .5rem #fba03b0f;
}

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

.button.is-large {
  letter-spacing: .045rem;
  border-radius: 2.125rem;
  padding: 1rem 2.25rem 1.0625rem;
}

.button.is-large.is-submit {
  font-size: 1.125rem;
}

.button.is-light {
  border-color: var(--white);
  color: #000;
  background-color: #fff;
}

.button.is-light.is-secondary {
  border-color: var(--white);
  color: var(--white);
}

.button.is-light.is-link {
  color: var(--white);
}

.button.is-secondary {
  border-color: var(--black-100);
  box-shadow: none;
  background-color: #0000;
}

.button.is-secondary:hover {
  border-color: var(--yellow-light);
  background-color: var(--yellow-light);
}

.button.is-secondary.is-light:hover {
  border-color: var(--yellow-dark);
  background-color: var(--yellow-dark);
}

.button.is-secondary.is-yellow-light:hover {
  border-color: var(--white);
  background-color: var(--white);
}

.button.is-full-width {
  flex: 1;
  width: 100%;
}

.button.is-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  box-shadow: none;
  background-color: #0000;
  border-style: none;
  border-radius: 1.5rem;
  padding: .25rem;
  text-decoration: underline;
}

.button.is-link.custom-padding {
  cursor: pointer;
  padding-left: 0;
}

.button.is-black-100 {
  border-color: var(--black-100);
  background-color: var(--black-100);
  color: var(--white);
  box-shadow: 1px 2px .5rem .25rem #1a1a1a0f, 3px 8px 1.5rem .5rem #1a1a1a24;
}

.button.is-black-100:hover {
  border-color: var(--yellow-dark);
  background-color: var(--yellow-dark);
  color: var(--white);
  box-shadow: 1px 2px .5rem .25rem #fba03b0f, 3px 8px 1.5rem .5rem #fba03b24;
}

.button.is-blue-default {
  border-color: var(--blue-default);
  background-color: var(--blue-default);
  color: var(--white);
  box-shadow: 1px 2px .5rem .25rem #0571bf08, 3px 8px 1.5rem .5rem #0571bf12;
}

.button.is-blue-default:hover {
  border-color: var(--yellow-dark);
  background-color: var(--yellow-dark);
  box-shadow: 1px 2px .5rem .25rem #e36f000f, 3px 8px 1.5rem .5rem #e36f0012;
}

.button.is-brown-light {
  border-color: var(--bronw-light);
  background-color: var(--bronw-light);
  color: var(--white);
}

.button.is-brown-light:hover {
  border-color: var(--yellow-dark);
  background-color: var(--yellow-dark);
}

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

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

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

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

.hide {
  display: none;
}

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

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

.rich-text h1 {
  margin-bottom: 1.875rem;
}

.rich-text h2 {
  margin-bottom: 1.5rem;
}

.rich-text h3 {
  margin-bottom: 1.25rem;
}

.rich-text h4 {
  margin-bottom: 1rem;
}

.rich-text h5, .rich-text h6 {
  margin-bottom: .5rem;
}

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

.rich-text blockquote {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.rich-text ul {
  margin-bottom: 2rem;
}

.rich-text ol {
  list-style-type: decimal;
}

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

.container-large.is-navigation {
  max-width: 84rem;
}

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

.padding-global.position-relative {
  position: relative;
}

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

.show-tablet {
  display: none;
}

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

.utility-page_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

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

.ss_utility_class {
  color: #fff;
  background-color: #1e7bfa;
  border-radius: 4px;
  padding: .5rem .625rem;
  font-size: .8rem;
  line-height: 1.3;
}

.ss_utility_class.html-class {
  background-color: #cf4bb3;
}

.ss_utility_class.remove-half-borders {
  border-radius: 4px 4px 0 0;
}

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

.ss_utility_spacing-item {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.overflow-visible {
  overflow: visible;
}

.text-size-medium {
  font-size: 1rem;
  line-height: 1.5;
}

.ss_text_item-label {
  color: #333333a6;
  flex: none;
  font-size: 1rem;
}

.ss_utility_spacing-items {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 2rem;
  font-size: 15px;
  line-height: 150%;
  display: grid;
}

.ss_content_item-label-wrap {
  grid-row-gap: .75rem;
  flex-direction: column;
  place-content: flex-start;
  align-items: flex-start;
  width: 12rem;
  min-width: 12rem;
  display: flex;
}

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

.show-mobile {
  display: none;
}

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

.text-size-huge {
  font-size: 1.25rem;
  line-height: 1.5;
}

.ss_utility_alignment-wrap {
  flex: 1;
}

.ss_utility_headings-wrap {
  z-index: 5;
  flex-direction: column;
  display: flex;
  position: relative;
}

.heading-style-h1 {
  letter-spacing: -.078125rem;
  font-family: Brice, sans-serif;
  font-size: 3.875rem;
  line-height: 1;
}

.heading-style-h2 {
  letter-spacing: -.0625rem;
  font-family: Brice, sans-serif;
  font-size: 3.25rem;
  line-height: 1.1;
}

.heading-style-h3 {
  letter-spacing: -.08rem;
  font-family: Brice, sans-serif;
  font-size: 2.5rem;
  line-height: 1.1;
}

.heading-style-h4 {
  letter-spacing: -.04rem;
  font-family: Brice, sans-serif;
  font-size: 2rem;
  line-height: 1.2;
}

.heading-style-h5 {
  letter-spacing: -.025rem;
  font-family: Brice, sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
}

.heading-style-h6 {
  letter-spacing: -.025rem;
  font-family: Brice, sans-serif;
  font-size: 1.25rem;
  line-height: 1.2;
}

.ss_utility_class-wrap {
  position: absolute;
  inset: -2.1rem auto auto -1px;
}

.ss_utility_color-items {
  grid-column-gap: 0rem;
  grid-row-gap: 4rem;
  flex-wrap: wrap;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: grid;
}

.ss_utility_color-item {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.background-color-black-100.zy-stylesystem-color {
  min-height: 1px;
}

.zy-stylesystem-color {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
}

.ss_utility_color-block {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.ss_utility_color-block.is-gap-smaller {
  grid-row-gap: .75rem;
}

.ss_utility_color-text-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  display: flex;
}

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

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

.background-color-black-200.zy-stylesystem-color {
  min-height: 1px;
}

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

.background-color-black-300.zy-stylesystem-color {
  min-height: 1px;
}

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

.text-color-black-200.is-75 {
  color: #404040bf;
}

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

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

.background-color-black-400.zy-stylesystem-color {
  min-height: 1px;
}

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

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

.background-color-black-500.zy-stylesystem-color {
  min-height: 1px;
}

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

.text-color-pink-default {
  color: var(--pink-default);
}

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

.background-color-green-default.zy-stylesystem-color {
  min-height: 1px;
}

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

.background-color-cyan-default {
  background-color: var(--cyan-default);
}

.background-color-cyan-default.zy-stylesystem-color {
  min-height: 1px;
}

.text-color-cyan-default {
  color: var(--cyan-default);
}

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

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

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

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

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

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

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

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

.ss_utility_max {
  border: 1px solid #1e7bfa;
  width: 100%;
  height: 3rem;
  display: flex;
  position: relative;
}

.ss_utility_max-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.ss_utility_spacing-box {
  background-image: url('../images/webflow-spacing-bg-final_1webflow-spacing-bg-final.png');
  background-position: 0 0;
  background-size: 122px;
  border: 1px solid #1e7bfa;
  width: 100%;
  position: relative;
}

.ss_utility_structure-wrap {
  border: 1px solid #1e7bfa;
  margin-top: 2rem;
  position: relative;
}

.ss_utility_structure-box {
  z-index: -1;
  border: 1px #acacac;
  border-style: none dashed;
  height: 3rem;
  position: relative;
}

.display-block {
  display: block;
}

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

.display-flex {
  display: flex;
}

.display-inlineblock {
  display: inline-block;
}

.display-inline {
  display: inline;
}

.spacing-block-tiny {
  width: 100%;
  height: .125rem;
}

.spacing-block-xxsmall {
  width: 100%;
  height: .25rem;
}

.spacing-block-xsmall {
  width: 100%;
  height: .5rem;
}

.spacing-block-small {
  width: 100%;
  height: 1rem;
}

.spacing-block-medium {
  width: 100%;
  height: 2rem;
}

.spacing-block-large {
  width: 100%;
  height: 3rem;
}

.spacing-block-xlarge {
  width: 100%;
  height: 4rem;
}

.spacing-block-xxlarge {
  width: 100%;
  height: 5rem;
}

.spacing-block-huge {
  width: 100%;
  height: 6rem;
}

.spacing-block-xhuge {
  width: 100%;
  height: 8rem;
}

.spacing-block-xxhuge {
  width: 100%;
  height: 12rem;
}

.spacing-section-small {
  width: 100%;
  height: 6.25rem;
}

.spacing-section-medium {
  width: 100%;
  height: 7.5rem;
}

.spacing-section-large {
  width: 100%;
  height: 9.375rem;
}

.spacing-section-xlarge {
  width: 100%;
  height: 12.5rem;
}

.spacing-section-xxlarge {
  width: 100%;
  height: 13.75rem;
}

.spacing-section-huge {
  width: 100%;
  height: 15.625rem;
}

.spacing-block-custom1 {
  width: 100%;
  height: .625rem;
}

.spacing-block-custom2 {
  width: 100%;
  height: 1.25rem;
}

.spacing-block-custom3 {
  width: 100%;
  height: 1.5rem;
}

.spacing-block-custom5 {
  width: 100%;
  height: 2.5rem;
}

.spacing-block-custom4 {
  width: 100%;
  height: 1.875rem;
}

.ss_text_item-description {
  font-size: 1rem;
  line-height: 1.5;
}

.ss_text_sidebar-heading {
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

.ss_content {
  width: 100%;
  max-width: 62em;
  margin-left: auto;
  margin-right: auto;
  padding: 1.25rem 2rem 15em;
}

.ss_sidebar_sticky {
  padding-bottom: 5rem;
  position: sticky;
  top: 5rem;
}

.ss_nav_content {
  -webkit-backdrop-filter: saturate(150%) blur(7px);
  backdrop-filter: saturate(150%) blur(7px);
  background-color: #000c;
  justify-content: center;
  align-items: center;
  margin-left: .75rem;
  margin-right: .75rem;
  display: flex;
}

.ss_footer_item {
  padding-left: .75rem;
  padding-right: .75rem;
}

.ss_sections {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 62px;
}

.ss_content_items-wrap {
  border-bottom: 1px solid #ddd;
  flex-flow: column wrap;
  justify-content: flex-start;
  margin-bottom: -2rem;
  display: flex;
}

.ss_content_items-wrap.with-gap-row {
  grid-row-gap: 6rem;
}

.ss_content_items-wrap.remove-border {
  border-bottom-style: none;
}

.ss_text_sidebar-description {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.4;
}

.ss_text_heading {
  color: #fff;
  letter-spacing: -.01em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 8em;
  font-weight: 300;
  line-height: 1;
}

.ss_nav {
  z-index: 99999;
  max-width: 100rem;
  margin-bottom: .75rem;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  inset: 0% 0% auto;
}

.ss_content_item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-top: 1px solid #ddd;
  flex-direction: column;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
}

.ss_content_item.is-horizontal {
  flex-direction: row;
  align-items: flex-start;
}

.ss_text_label {
  letter-spacing: .01em;
  text-transform: uppercase;
  margin-bottom: 8rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .625rem;
  font-weight: 600;
  line-height: 1.2;
}

.ss_sidebar {
  flex: none;
  width: 16rem;
  padding: 1.25rem 2.5em 1.5rem;
  box-shadow: 2px 0 4px #0000000d, inset -1px 0 #0000001a;
}

.ss_section {
  background-color: #fff;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-bottom: .75rem;
  margin-left: .75rem;
  margin-right: .75rem;
  display: flex;
}

.ss_section.light {
  background-color: #fff;
}

.ss_section.is-header {
  color: #acacac;
  background-color: #1a1a1a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.ss_footer {
  text-align: center;
  justify-content: center;
  padding-top: 6rem;
  padding-bottom: 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 11px;
  line-height: 20px;
  display: flex;
}

.ss_nav_link {
  opacity: .5;
  color: #f5f5f7;
  margin-left: .75rem;
  margin-right: .75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  line-height: 20px;
  transition: background-color .25s, opacity .25s;
}

.ss_nav_link:hover {
  opacity: 1;
  color: #fff;
  box-shadow: inset 0 -3px #0003;
}

.ss_nav_link.w--current {
  opacity: 1;
  color: #fff;
  box-shadow: inset 0 -2px #121619;
}

.ss_nav_link.is--docs {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  padding-left: .75rem;
  padding-right: .75rem;
}

.ss_body {
  background-color: #ddd;
}

.ss_utility_paragraph-wrap {
  max-width: 24rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.ss_utility_paragraph-wrap.is-top-smaller {
  margin-top: 1.5rem;
}

.ss_utility_heading-asterisk-blue {
  color: #227bfa;
}

.ss_utility_heading-asterisk-pink {
  color: #cf4bb4;
}

.spacing-section-xsmall {
  width: 100%;
  height: 4rem;
}

.ss_utility_visibility-bg {
  opacity: .7;
  background-image: url('../images/grey-transparent_1grey-transparent.png');
  background-position: 50%;
  background-size: 40px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.ss_utility_visibility-wrap {
  padding: 1.5rem 2rem;
  position: relative;
}

.ss_utility_visibility-text {
  z-index: 4;
  position: relative;
}

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

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

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

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

.form_component {
  margin-bottom: 0;
}

.form_checkbox-icon {
  border-width: .0625rem;
  border-color: var(--black-200);
  cursor: pointer;
  background-color: #0000;
  border-radius: .3125rem;
  width: 1.125rem;
  height: 1.125rem;
  margin: 0 .75rem 0 0;
  transition: all 50ms;
}

.form_checkbox-icon.w--redirected-checked {
  border-width: .0625rem;
  border-color: var(--black-100);
  background-color: var(--black-100);
  background-size: 100%;
  border-radius: .3125rem;
  width: 1.125rem;
  height: 1.125rem;
  margin: 0 .75rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-width: .0625rem;
  border-color: var(--black-100);
  box-shadow: none;
  border-radius: .3125rem;
  width: 1.125rem;
  height: 1.125rem;
  margin: 0 .75rem 0 0;
}

.form_checkbox-icon.is-light {
  border-color: var(--white);
}

.form_checkbox-icon.is-light.w--redirected-checked {
  border-color: var(--yelllow-default);
  background-color: var(--yelllow-default);
}

.form_input {
  border: .0625rem solid var(--black-200);
  background-color: #0000;
  border-radius: .75rem;
  outline: .03125px solid #0000;
  min-height: 3rem;
  margin-bottom: 0;
  padding: .75rem 1rem;
  transition: all .2s;
}

.form_input:focus-visible, .form_input[data-wf-focus-visible] {
  border-color: var(--black-100);
  outline-color: var(--black-100);
  color: var(--black-100);
  outline-width: .03125rem;
  outline-style: solid;
}

.form_input::placeholder {
  color: #1a1a1ab8;
}

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

.form_input.is-light {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--black-100);
}

.form_input.is-light:focus-visible, .form_input.is-light[data-wf-focus-visible] {
  outline-width: .125rem;
  outline-color: #bc8ae6;
}

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

.form_message-success {
  padding: 1.25rem;
}

.form_field-wrapper.is-full-width {
  width: 100%;
}

.form_field-wrapper.is-full-width.custom-max-width {
  max-width: 22.25rem;
}

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

.form_checkbox-label {
  padding-right: .25rem;
  font-size: 1rem;
}

.form_checkbox-label.is-light {
  color: var(--white);
}

.ss_utility_combo-classes-wrap {
  grid-column-gap: .5rem;
  flex-wrap: wrap;
  display: flex;
}

.ss_utility_button-wrap {
  background-color: #000;
  border-radius: .25rem;
  padding: 1.5rem 2rem;
}

.ss_text_heading-description {
  color: #727272;
  text-align: center;
  margin-top: 2rem;
}

.heading-style-display {
  letter-spacing: -.1rem;
  font-family: Brice, sans-serif;
  font-size: 4.5rem;
  line-height: 1;
}

.text-style-semiexpanded {
  font-family: Brice SemiExpanded, sans-serif;
}

.text-style-semiexpanded.text-weight-xbold.text-color-tropa {
  color: var(--yellow-dark);
}

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

.background-color-yellow-dark.zy-stylesystem-color {
  min-height: 1px;
}

.text-color-yellow-dark {
  color: var(--yellow-dark);
}

.background-color-yellow-default {
  background-color: var(--yelllow-default);
}

.background-color-yellow-default.zy-stylesystem-color {
  min-height: 1px;
}

.text-color-yellow-default {
  color: var(--yelllow-default);
}

.background-color-yellow-light {
  background-color: var(--yellow-light);
}

.background-color-yellow-light.zy-stylesystem-color {
  min-height: 1px;
}

.background-color-yellow-medium {
  background-color: var(--yellow-medium);
}

.background-color-yellow-medium.zy-stylesystem-color {
  min-height: 1px;
}

.text-color-yelllow-medium {
  color: var(--yellow-medium);
}

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

.text-color-yellow-lighter {
  color: var(--yellow-lighter);
}

.text-color-yellow-lighter._80 {
  color: #fff7eccc;
}

.background-color-yellow-lighter {
  background-color: var(--yellow-lighter);
}

.background-color-yellow-lighter.zy-stylesystem-color {
  min-height: 1px;
}

.text-color-brown-dark {
  color: var(--brown-dark);
}

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

.background-color-brown-dark.zy-stylesystem-color {
  min-height: 1px;
}

.background-color-brown-default {
  background-color: var(--brown-default);
}

.background-color-brown-default.zy-stylesystem-color {
  min-height: 1px;
}

.text-color-brown-default {
  color: var(--brown-default);
}

.background-color-brown-light {
  background-color: var(--bronw-light);
}

.background-color-brown-light.zy-stylesystem-color {
  min-height: 1px;
}

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

.background-color-purple-dark.zy-stylesystem-color {
  min-height: 1px;
}

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

.text-color-purple-dark.is-90 {
  color: #49303fe6;
}

.background-color-purple-default {
  background-color: var(--purple-default);
}

.background-color-purple-default.zy-stylesystem-color {
  min-height: 1px;
}

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

.background-color-pink-default {
  background-color: var(--pink-default);
}

.background-color-pink-default.zy-stylesystem-color {
  min-height: 1px;
}

.text-color-red-default {
  color: var(--red-default);
}

.background-color-red-default {
  background-color: var(--red-default);
}

.background-color-red-default.zy-stylesystem-color {
  min-height: 1px;
}

.background-color-blue-default {
  background-color: var(--blue-default);
}

.background-color-blue-default.zy-stylesystem-color {
  min-height: 1px;
}

.text-color-blue-default {
  color: var(--blue-default);
}

.section_home-header {
  position: relative;
  overflow: hidden;
}

.home-header_swiper {
  background-color: #2e1c27;
  position: relative;
}

.swiper-slide {
  background-image: radial-gradient(circle, #4320030d, #43200326), url('../images/images-texture_1.avif'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%, 50%;
  background-size: auto, cover, cover;
  background-attachment: scroll, scroll, fixed;
  flex-direction: column;
  justify-content: center;
  padding-top: 10rem;
  padding-bottom: 5rem;
}

.swiper-slide._1 {
  background-image: radial-gradient(circle, #4320030d, #43200326), url('../images/images-texture_2.avif'), url('../images/slide-image-1_1.avif');
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 96vh;
  max-height: 55.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.swiper-slide.is-card {
  background-image: none;
  background-size: auto;
  background-attachment: scroll;
  padding-top: 0;
  padding-bottom: 0;
}

.swiper-slide._2 {
  background-image: url('../images/images-texture_2.avif'), radial-gradient(circle, #43200366, #432003a3), url('../images/slide-image-2_2.avif');
  background-position: 100% 0, 0 0, 50%;
  background-size: cover, auto, cover;
  background-attachment: scroll, scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  max-height: 56.25rem;
  display: flex;
}

.swiper-slide._3 {
  background-image: url('../images/images-texture_2.avif'), radial-gradient(circle, #49303fcc, #49303fd1), url('../images/night-event-image_1.avif');
  background-position: 50%, 0 0, 50%;
  background-size: cover, auto, cover;
  background-attachment: scroll, scroll, fixed;
  flex-direction: column;
  justify-content: center;
  min-height: 102vh;
  padding-top: 13.5rem;
  padding-bottom: 7rem;
  display: flex;
  position: relative;
}

.swiper-button-prev {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.swiper-navigation-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.swiper-button-next {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.swipe-navgation-wrap {
  justify-content: space-between;
  align-items: center;
  margin-top: 3rem;
  display: flex;
  position: relative;
}

.swipe-navgation-wrap.tropa {
  margin-top: -1rem;
}

.swiper-button-bg {
  width: 4.5rem;
  height: 4.5rem;
}

.swiper-button-arrow {
  width: 4.25rem;
  height: 4.25rem;
  position: absolute;
}

.swiper-button-arrow.right {
  right: 1.5rem;
}

.swiper-button-arrow.left {
  left: 1.5rem;
}

.home-header_slide-content {
  flex-direction: column;
  align-items: flex-start;
  width: 80%;
  max-width: 50.75rem;
  display: flex;
}

.text-style-link {
  text-decoration: underline;
}

.button-text {
  font-size: .9375rem;
}

.button-text.is-large {
  font-size: 1.125rem;
}

.button-text.no-wrap {
  white-space: nowrap;
}

.swiper-slide-wrapper {
  width: 100%;
  padding-left: 3rem;
  padding-right: 3rem;
}

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

.background-color-white.zy-stylesystem-color {
  min-height: 1px;
}

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

.text-color-white.is-opacity-75 {
  color: #ffffffbf;
}

.nav-main {
  z-index: 99;
  background-color: var(--yellow-lighter);
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.nav-mensagens {
  z-index: 1;
  background-color: var(--yelllow-default);
  perspective-origin: 50% 0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  overflow: hidden;
}

.nav-mensagens_content-group {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-mensagens_text {
  color: var(--black-100);
  letter-spacing: .0125rem;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: .8125rem;
  font-weight: 700;
  text-decoration: underline;
}

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

.nav-mensagens_mask {
  background-image: linear-gradient(to right, #fba03b 55%, #fba03bc2 73%, #fba03b00);
  width: 8rem;
  height: 100%;
  position: absolute;
}

.nav-mensagens_mask.left {
  background-image: linear-gradient(to right, #fba03b 8%, #fba03bc2 37%, #fba03b00 59%);
  inset: 0% auto 0% 0;
}

.nav-mensagens_mask.right {
  background-image: linear-gradient(270deg, #fba03b 50%, #fba03bc2 73%, #fba03b00);
  inset: 0% 0 0% auto;
}

.nav-mensagens_close-button {
  z-index: 1;
  cursor: pointer;
  padding: .25rem;
  transition: all .2s;
  position: absolute;
  right: 0;
}

.nav-mensagens_close-button:hover {
  opacity: .75;
}

.nav-mensagens_content-groups {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-mensagens_close-icon {
  z-index: 1;
  width: 1.5rem;
  height: 1.5rem;
}

.nav-main_component {
  grid-column-gap: 3.25rem;
  grid-row-gap: 3.25rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-main_progress-wrap {
  background-color: var(--yellow-light);
  width: 100%;
  height: .25rem;
}

.nav-main_progress {
  background-color: var(--yellow-medium);
  height: .25rem;
}

.nav-main_logo {
  width: 11rem;
}

.nav-main_wrap {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  box-shadow: 9px 21px 3rem -.75rem #0708051a;
}

.nav-main_menu {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-main_buttons-wrap {
  grid-column-gap: 1.5rem;
  align-items: center;
  display: flex;
}

.button-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.button-icon.is-40x {
  width: 2.5rem;
  height: 2.5rem;
}

.nav-main_links-wrapper {
  grid-column-gap: 3.25rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-main_menu-link {
  opacity: .75;
  color: var(--black-100);
  letter-spacing: .035rem;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Brice, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  transition: all .15s cubic-bezier(.215, .61, .355, 1);
}

.nav-main_menu-link:hover {
  opacity: 1;
}

.nav-main_menu-link.w--current {
  opacity: 1;
  letter-spacing: .045rem;
  font-family: Brice SemiExpanded, sans-serif;
  font-weight: 700;
  text-decoration: underline;
  transition-timing-function: linear;
}

.nav {
  z-index: 99;
  background-color: var(--yellow-lighter);
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.cursor {
  z-index: 999;
  background-color: var(--yellow-medium);
  border-radius: 150%;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  padding-bottom: .05rem;
  font-size: 0;
  line-height: 1;
  transition: height .2s cubic-bezier(.175, .885, .32, 1.275), width .2s cubic-bezier(.175, .885, .32, 1.275), line-height .2s cubic-bezier(.175, .885, .32, 1.275), font-size .2s cubic-bezier(.175, .885, .32, 1.275), background-color .2s cubic-bezier(.175, .885, .32, 1.275), opacity .2s cubic-bezier(.175, .885, .32, 1.275);
  display: flex;
  position: absolute;
}

.cursor.cursor-hover {
  width: 2.5rem;
  height: 2.5rem;
  padding-top: .125rem;
  padding-bottom: 0;
  font-size: 1.75rem;
}

.modals-page {
  flex-direction: column;
  display: flex;
}

.modals-page_component {
  grid-column-gap: 100%;
  grid-row-gap: 100%;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.modals-page_component.right {
  justify-content: flex-end;
}

.cookies-modal {
  z-index: 102;
  background-color: var(--white);
  border-radius: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 30.5rem;
  padding: 2.5rem;
  display: none;
  position: fixed;
  bottom: 1.875rem;
  box-shadow: 2px 3px 2rem 0 #00000029;
}

.cookies-modal_buttons-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.cookies-modal_close-button {
  cursor: pointer;
  padding: .25rem;
  transition: all .2s;
  position: absolute;
  right: 0;
}

.cookies-modal_close-button:hover {
  opacity: .75;
}

.cookies-modal_content {
  background-color: var(--white);
  border-radius: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 30.5rem;
  display: flex;
  position: relative;
}

.cookies-modal_close-icon {
  z-index: 1;
  width: 2rem;
  height: 2rem;
}

.fav-buttons_wrap {
  z-index: 99;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  align-items: center;
  display: flex;
  position: fixed;
  bottom: 1.5rem;
}

.fav-buttons_go-to-top {
  background-color: var(--white);
  border-radius: 50%;
  padding: 1rem;
  box-shadow: 2px 3px 2rem 0 #00000029;
}

.fav-buttons_whtsapp {
  background-color: var(--green-default);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 5.875rem;
  height: 5.875rem;
  display: flex;
  position: relative;
  box-shadow: 0 0 .5rem .25rem #13442a0a, 6px 6px 1.5rem .25rem #13442a29;
}

.fav-buttons_whtsapp-icon {
  width: 2.625rem;
  height: 2.75rem;
}

.fav-buttons_whatsapp-cta {
  width: 5.25rem;
  position: absolute;
}

.fav-buttons_go-to-top-arrow {
  width: 1.75rem;
  height: 1.75rem;
}

.event-pop-up {
  z-index: 101;
  background-color: var(--yellow-lighter);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  max-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.more-18 {
  z-index: 102;
  background-image: url('../images/images-texture_2.avif'), radial-gradient(circle farthest-corner at 50% 50%, #4320033d, #43200366), url('../images/more-18-bg_2.avif'), linear-gradient(to bottom, var(--brown-dark), var(--brown-dark));
  background-position: 50%, 0 0, 50%, 0 0;
  background-size: cover, auto, cover, auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.more-18_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.more-18_content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 42.5rem;
  display: flex;
}

.more-18_logo {
  width: 15.25rem;
  height: 5.875rem;
}

.more-18_buttons-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.more-18_form-block {
  margin-bottom: 0;
}

.section_vila-header {
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

.vila-header_component {
  flex-direction: row;
  min-height: 100vh;
  display: flex;
}

.more-18_barley-ilustration {
  position: absolute;
}

.more-18_barley-ilustration._01 {
  width: 13rem;
  inset: auto auto -8% -7%;
  transform: rotate(-320deg);
}

.more-18_barley-ilustration._02 {
  width: 16.5rem;
  inset: auto auto -20% -4%;
  transform: rotate(49deg);
}

.more-18_barley-ilustration._03 {
  width: 19rem;
  inset: -30% 0% auto auto;
  transform: rotate(-146deg);
}

.more-18_barley-ilustration._04 {
  width: 16.1rem;
  inset: -40% 1% auto auto;
  transform: rotate(-130deg);
}

.vila-header_content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 34rem;
  display: flex;
}

.vila-header_buttons-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.vila-header_label-text {
  font-family: Brice SemiExpanded, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.2;
}

.vila-header_gallery-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--blue-default);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 48%;
  height: 100vh;
  display: flex;
  position: absolute;
  right: 0%;
  overflow: hidden;
}

.vila-header_content-wrap {
  z-index: 1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  position: relative;
}

.vila-header_gallery-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vila-header_gallery-image-wrap {
  border-radius: 1.5rem;
  width: 26.25rem;
  height: 26.25rem;
  overflow: hidden;
  box-shadow: 17px 17px 3rem -.75rem #0000002e;
}

.vila-header_gallery-image {
  width: 100%;
  height: 100%;
}

.vila-header_gallery-wave-wrap {
  z-index: 0;
  display: flex;
  position: absolute;
  left: -.2%;
}

.vila-header_gallery-wave.main {
  z-index: 1;
  position: relative;
}

.vila-header_gallery-wave.main.hide-tablet {
  display: none;
}

.vila-header_gallery-wave.secondary {
  position: absolute;
  inset: 0% auto 0% .25rem;
}

.vila-header_gallery-main-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.nav-main_hamburguer-button {
  display: none;
}

.nav-main_menu-cta {
  background-color: var(--purple-dark);
  border-radius: 1rem;
  flex-direction: column;
  align-items: stretch;
  padding: 1.5rem 1.75rem;
  display: none;
}

.nav-main_menu-cta-text {
  color: var(--white);
  text-transform: uppercase;
  font-family: Brice SemiExpanded, sans-serif;
  font-weight: 700;
}

.nav-main_menu-wrapper.hide-desktop {
  display: none;
}

.nav-main_menu-shadow {
  display: none;
  box-shadow: 10px 26px 3rem -.75rem #0708051a;
}

.more-18_ilustration-wrap {
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.more-18_wrapper {
  margin-top: auto;
  margin-bottom: auto;
}

.vila-header_gallery-animation {
  grid-column-gap: 1.5rem;
  flex-direction: row;
  display: flex;
}

.footer {
  background-color: var(--purple-dark);
  flex-direction: column;
  display: flex;
  position: relative;
}

.footer_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  align-items: stretch;
  padding-top: 4.5rem;
  display: flex;
}

.footer_map-wrap {
  z-index: 1;
  width: 100%;
  position: relative;
}

.footer_map-embed {
  max-width: 100%;
  height: 72vh;
  min-height: 32rem;
}

.footer_about-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom: 1px solid #ffffff40;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 4rem;
  display: flex;
}

.footer_about-wrap {
  max-width: 39.125rem;
}

.footer_about-text-wrap {
  flex-direction: column;
  align-items: flex-start;
  max-width: 27.75rem;
  display: flex;
}

.footer_logo-image {
  width: 11.125rem;
}

.footer_about-title {
  color: var(--white);
  text-transform: uppercase;
  font-family: Brice, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.2;
}

.footer_about-title-link {
  color: var(--yelllow-default);
  text-decoration: underline;
  transition: all .15s cubic-bezier(.215, .61, .355, 1);
}

.footer_about-title-link:hover {
  color: var(--yellow-dark);
}

.footer_about-links {
  grid-column-gap: 1.5rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer_about-link {
  color: var(--black-500);
  letter-spacing: .035rem;
  white-space: nowrap;
  font-family: Brice, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: underline;
  transition: all .2s;
}

.footer_comercial-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.footer_comercial {
  border: 1px solid var(--white);
  border-radius: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2.5rem;
  display: flex;
}

.footer_comercial.resale {
  max-width: 44.375rem;
}

.footer_comercial.rent {
  max-width: 30.75rem;
}

.footer_comercial-title {
  color: var(--white);
  text-transform: uppercase;
  font-family: Brice, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.2;
}

.footer_comercial-title-link {
  color: var(--yelllow-default);
  text-decoration: underline;
  transition: all .15s cubic-bezier(.215, .61, .355, 1);
}

.footer_comercial-title-link:hover {
  color: var(--yellow-dark);
}

.footer_contacts {
  grid-column-gap: 3.25rem;
  grid-row-gap: 3.25rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer_contacts-form-block {
  width: 100%;
  max-width: 34rem;
  margin-bottom: 0;
}

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

.footer_contacts-form-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer_contacts-form-subtitle {
  color: var(--yelllow-default);
  text-transform: uppercase;
  font-family: Brice, sans-serif;
  font-weight: 700;
}

.footer_contacts-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer_contacts-wrap {
  font-style: normal;
}

.footer_contacts-wrap.is-custom-max-width {
  max-width: 18.375rem;
}

.footer_contacts-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.footer_contacts-links {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer_contacts-link-text {
  color: var(--black-500);
  text-transform: uppercase;
  font-family: Brice, sans-serif;
  font-size: .9375rem;
  font-weight: 600;
  text-decoration: underline;
}

.footer_contacts-link-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.footer_more-infos {
  border-top: 1px solid #ffffff40;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 1.25rem;
  padding-bottom: 7.5rem;
  display: flex;
}

.footer_more-infos-main {
  grid-column-gap: 1rem;
  grid-row-gap: .375rem;
  flex-wrap: wrap;
  display: flex;
}

.footer_site-author {
  white-space: nowrap;
}

.footer_more-infos-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1.75rem;
  justify-content: space-between;
  display: flex;
}

.footer_words-loop-wrapper {
  grid-column-gap: .375rem;
  flex-direction: column;
  max-width: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% -.75%;
  overflow: hidden;
}

.footer_words-loop-wrap {
  grid-column-gap: 2.5rem;
  display: flex;
}

.footer_words-loop-text {
  color: #ffffff1a;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Brice, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}

.footer_words-loop-animate-block {
  grid-column-gap: 2.5rem;
  justify-content: flex-end;
  display: flex;
}

.be-parttern-modal {
  z-index: 100;
  background-color: #1a1a1acc;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.be-parttern_bg-close {
  position: fixed;
  inset: 0%;
}

.be-partern_container {
  background-color: var(--white);
  border-radius: 5rem;
  margin-top: 5rem;
  margin-bottom: 5rem;
  overflow: hidden;
}

.be-partern_header-block {
  background-image: url('../images/images-texture_1.avif'), linear-gradient(to bottom, var(--blue-default), var(--blue-default));
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  padding: 6.25rem 4.5rem 19rem;
  position: relative;
  overflow: hidden;
}

.be-partern_header-content {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.be-partern_header-logo {
  width: 15.375rem;
}

.be-partern_close-button {
  cursor: pointer;
  position: absolute;
  inset: 2.5rem 2.5rem auto auto;
}

.be-partern_close-icon {
  width: 3rem;
  height: 3rem;
}

.be-partern_advantagens {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.be-partern_advantage-wrap {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  align-items: center;
  max-width: 14.5rem;
  display: flex;
}

.be-partern_advantage-icon {
  background-color: var(--white);
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  font-family: Brice, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  display: flex;
}

.be-partern_advantage-text {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  font-family: Brice, sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

.be-partern_form-container {
  flex-direction: column;
  align-items: flex-start;
  padding: 4rem 4.5rem 6.25rem;
  display: flex;
}

.be-parttern_form-block {
  width: 100%;
  margin-bottom: 0;
}

.be-parttern_form-title-wrap {
  max-width: 41rem;
}

.be-parttern_form-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.be-parttern_form-required {
  grid-column-gap: 1.5rem;
  grid-row-gap: .625rem;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.be-parttern_form-buttons-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.be-partern_imagen {
  width: 38%;
  max-width: 22rem;
}

.be-partern_imagen._2 {
  width: 31%;
  max-width: 18rem;
}

.be-partern_imagens-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% -9%;
}

.section_404-header {
  flex-direction: column;
  height: 100vh;
  min-height: 50.75rem;
  display: flex;
}

._404-header_component {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 100%;
  display: flex;
}

._404-header_heading {
  flex-direction: column;
  align-items: flex-start;
  width: 57%;
  max-width: 43.5rem;
  display: flex;
}

._404-header_heading-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

._404-header_heading-list {
  width: 40%;
  max-width: 27.5rem;
  margin-bottom: 1.5rem;
}

._404-header_heading-list-item {
  margin-bottom: 0;
}

._404-header_heading-image {
  width: 30%;
  max-width: 20rem;
  position: absolute;
  bottom: 115%;
  left: -5%;
}

._404-header_gallery-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--yelllow-default);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 50vh;
  min-height: 22.5rem;
  display: flex;
  overflow: hidden;
}

._404-header_gallery-main-wrap {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  align-items: center;
  margin-bottom: 11.25rem;
  display: flex;
}

._404-header_gallery-animation {
  grid-column-gap: 1.25rem;
  flex-direction: row;
  display: flex;
}

._404-header_gallery-row {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

._404-header_gallery-image-wrap {
  border-radius: 1.125rem;
  width: 21rem;
  height: 21rem;
  overflow: hidden;
  box-shadow: 17px 17px 3rem -.75rem #0000002e;
}

._404-header_gallery-image {
  width: 100%;
  height: 100%;
}

._404-header_heading-wrapper {
  background-color: var(--yellow-lighter);
  padding-top: 5.25rem;
  padding-bottom: 4rem;
  position: relative;
}

.home-for-you_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section_home-our-beers, .section_home-our-products {
  background-color: var(--yellow-lighter);
  position: relative;
}

.home-our-beers_wrap {
  grid-column-gap: 4rem;
  grid-row-gap: 2.5rem;
  background-image: url('../images/images-texture_2.avif'), linear-gradient(to bottom, var(--green-default), var(--green-default));
  background-position: 0 0, 0 0;
  background-size: cover, auto;
  border-radius: 4rem;
  justify-content: flex-start;
  padding: 2.5rem 4.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-events_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section_home-testimonials {
  background-color: var(--yellow-light);
  position: relative;
}

.home-testimonials_component, .home-about-us_component {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.section_cta {
  background-image: url('../images/images-texture_2.avif'), radial-gradient(circle, #4320033d, #43200361), url('../images/cta-image_1.avif');
  background-position: 50%, 0 0, 50%;
  background-size: cover, auto, cover;
  background-attachment: scroll, scroll, fixed;
  flex-direction: column;
  justify-content: center;
  height: 120vh;
  min-height: 50.75rem;
  max-height: 57rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
}

.cta_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.cta_content {
  flex-direction: column;
  align-items: center;
  max-width: 53.125rem;
  margin-bottom: 4rem;
  display: flex;
}

.cta_images-wrap {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% -40%;
}

.cta_imagage-beer {
  width: 100%;
  max-width: 30rem;
  position: relative;
}

.wave-wrapper {
  z-index: 2;
  flex-direction: column;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.wave-wrapper.reverse {
  inset: auto 0% 0%;
  transform: rotate(180deg);
}

.wave-wrapper.top {
  top: 0;
}

.wave-wrapper.top-reverse {
  transform: rotate(180deg);
}

.wave-wrapper.bottom {
  top: auto;
  bottom: 0%;
}

.wave-wrapper.bottom.fixed {
  position: fixed;
}

.wave-wrap {
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: -96% 0% auto;
  overflow: hidden;
}

.wave-wrap.main.top-reverse {
  top: 10%;
}

.wave-wrap.main.bottom {
  top: .25rem;
}

.wave-wrap.secondary {
  top: -110%;
}

.wave-wrap.top-reverse {
  top: 1%;
}

.wave-wrap.bottom {
  top: 0%;
}

.wave-lottie {
  min-width: 100vw;
  display: flex;
}

.wave-lottie.opacity-0 {
  opacity: 0;
}

.wave-lottie.bigger {
  min-width: 140vw;
}

.wave-lottie.opacity-30 {
  opacity: .3;
}

.wave-anchor {
  width: 100%;
  overflow: hidden;
}

.section_terms-header {
  background-image: url('../images/images-texture_2.avif'), radial-gradient(circle, #43200347, #43200366), url('../images/night-event-image_2.avif');
  background-position: 50% 100%, 0 0, 50%;
  background-size: cover, auto, cover;
  background-attachment: scroll, scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 78vh;
  max-height: 43.5rem;
  padding-top: 11rem;
  padding-bottom: 6rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.terms-header_component {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.terms-header_content {
  width: 60%;
  max-width: 43.5rem;
}

.terms-terms_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.terms-terms_right-side {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--yellow-lighter);
  border-radius: 2.5rem;
  flex-direction: column;
  width: 100%;
  max-width: 20.375rem;
  margin-top: 6.75rem;
  padding: 2.5rem;
  display: flex;
  position: sticky;
  top: 12rem;
}

.terms-terms_left-side {
  width: 67%;
  max-width: 48rem;
}

.terms-terms_main-side-list {
  margin-top: .125rem;
}

.terms-terms_main-side-item {
  margin-bottom: 1.25rem;
}

.terms-terms_main-block {
  padding-top: 3rem;
}

.terms-terms_suport-block {
  background-image: url('../images/images-texture_2.avif'), linear-gradient(to bottom, var(--green-default), var(--green-default));
  background-position: 50%, 0 0;
  background-size: cover, auto;
  border-radius: 2.5rem;
  flex-direction: column;
  align-items: flex-start;
  padding: 2.5rem 3.5rem;
  display: flex;
}

.terms-terms_sticky-link {
  opacity: .75;
  color: var(--black-100);
  letter-spacing: -.02rem;
  text-transform: uppercase;
  font-family: Brice, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  transition: all .15s cubic-bezier(.215, .61, .355, 1);
}

.terms-terms_sticky-link:hover {
  opacity: 1;
}

.terms-terms_sticky-link.w--current {
  opacity: 1;
  letter-spacing: -.0375rem;
  font-family: Brice SemiExpanded, sans-serif;
  font-weight: 700;
}

.home-for-you_heading {
  flex-direction: column;
  align-items: center;
  max-width: 47rem;
  display: flex;
}

.home-for-you_list {
  grid-column-gap: 3rem;
  grid-row-gap: 3.5rem;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.home-for-you_item {
  flex-direction: column;
  align-items: center;
  max-width: 21.125rem;
  display: flex;
}

.home-for-you_item-image-wrap {
  border-radius: 4rem;
  overflow: hidden;
}

.home-for-you_subcontent {
  grid-column-gap: 4rem;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.home-for-you_subcontent-content {
  max-width: 46.75rem;
}

.home-for-you_item-text {
  color: var(--brown-dark);
  text-align: center;
  letter-spacing: -.055rem;
  text-transform: uppercase;
  font-family: Brice, sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.4;
}

.home-for-you_item-image {
  width: 14rem;
  height: 14rem;
}

.home-events_heading {
  flex-direction: column;
  align-items: center;
  max-width: 46rem;
  display: flex;
}

.home-events_images-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.home-events_image {
  border-radius: 4.5rem;
  width: 50%;
  max-width: 38rem;
  max-height: 38rem;
  box-shadow: 0 6px 2rem -.75rem #0000003d;
}

.home-events_image.left {
  transform: rotate(-3.5deg);
}

.home-events_image.right {
  margin-top: 5rem;
  margin-left: -2.25rem;
  transform: rotate(3.5deg);
}

.home-events_content {
  flex-direction: column;
  align-items: center;
  max-width: 49.75rem;
  display: flex;
}

.home-events_buttons-wrap {
  grid-column-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-testimonials_heading {
  flex-direction: column;
  align-items: flex-start;
  width: 61%;
  max-width: 41.625rem;
  display: flex;
}

.home-testimonials_heading-wrap {
  grid-column-gap: 4rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.home-testimonials_content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 25.75rem;
  display: flex;
}

.home-testimonials_social-wrap.swiper {
  width: 100%;
  padding-top: 4.75rem;
  padding-bottom: 4.75rem;
  overflow: hidden;
}

.home-testimonials_social-block.swiper-wrapper {
  grid-column-gap: 0px;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
  overflow: visible;
}

.home-testimonials_social-card {
  background-color: var(--white);
  border-radius: 3.25rem;
  flex-direction: column;
  align-items: flex-start;
  min-width: 28rem;
  max-width: 28rem;
  min-height: 24.625rem;
  padding: 2.5rem;
  transition: all .2s cubic-bezier(.175, .885, .32, 1.275);
  display: flex;
  box-shadow: -17px 17px 3rem -.75rem #0000002e;
}

.home-testimonials_social-card.is-social {
  background-image: radial-gradient(circle, #49303f1a, #49303f33), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: flex-end;
  transform: rotate(3deg);
}

.home-testimonials_social-card.is-social:hover {
  z-index: 1;
  position: relative;
  transform: scale(1.1)rotate(0);
}

.home-testimonials_social-card.is-social._1 {
  background-image: radial-gradient(circle, #49303f1a, #49303f33), url('../images/testimonial-image-4_1.avif');
}

.home-testimonials_social-card.is-social._2 {
  background-image: radial-gradient(circle, #49303f1a, #49303f33), url('../images/testimonial-image-3_1.avif');
}

.home-testimonials_social-card.is-social._3 {
  background-image: url('../images/testimonial-image-1_1.avif');
  background-size: cover;
}

.home-testimonials_social-card.is-social._4 {
  background-image: radial-gradient(circle, #49303f1a, #49303f33), url('../images/testimonial-image-5_1.avif');
}

.home-testimonials_social-card.is-feedback {
  justify-content: space-between;
  transform: rotate(-3deg);
}

.home-testimonials_social-card.is-feedback:hover {
  z-index: 1;
  position: relative;
  transform: scale(1.1)rotate(0);
}

.home-testimonials_social-card-title {
  color: var(--yellow-dark);
  letter-spacing: -.035rem;
  text-transform: uppercase;
  font-family: Brice, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
}

.home-testimonials_social-author {
  grid-column-gap: .875rem;
  align-items: center;
  display: flex;
}

.home-testimonials_social-emoji-wrap {
  background-color: var(--blue-default);
  border-radius: .875rem;
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
}

.home-testimonials_social-emoji-wrap._2 {
  background-color: var(--pink-default);
}

.home-testimonials_social-emoji-wrap._3 {
  background-color: var(--purple-default);
}

.home-testimonials_social-emoji-wrap._4 {
  background-color: var(--cyan-default);
}

.home-about-us_heading {
  flex-direction: column;
  align-self: center;
  align-items: center;
  max-width: 46rem;
  display: flex;
}

.home-about-us_heading-wrap {
  flex-direction: column;
  display: flex;
}

.home-about-us_heading-image-wrap {
  border-radius: 4rem;
  width: 100%;
  max-height: 32.75rem;
  overflow: hidden;
}

.home-about-us_heading-image {
  object-fit: cover;
  width: 100%;
}

.home-about-us_about-wrap {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-about-us_about-content {
  flex-direction: column;
  align-items: flex-start;
  width: 46%;
  max-width: 34.75rem;
  display: flex;
}

.home-about-us_about-content.is-right-side {
  align-items: stretch;
}

.home-about-us_about-wrapper-2 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 36%;
  display: flex;
}

.home-about-us_about-image-wrap {
  position: relative;
}

.home-about-us_about-image {
  border-radius: 3rem;
  width: 100%;
  max-width: 26rem;
  box-shadow: 11px 21px 3rem -.75rem #0000002e;
}

.home-about-us_about-message {
  background-color: var(--blue-default);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 1rem;
  padding: 1.25rem 2rem;
  font-family: Brice, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
  position: absolute;
  bottom: 18%;
  left: -30%;
  box-shadow: 10px 22px 3rem -.75rem #0000002e;
}

.home-about-us_about-proccess-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--yellow-light);
  border-radius: 1.75rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 2rem;
  display: flex;
}

.home-about-us_about-proccess-text {
  color: var(--brown-dark);
  text-transform: uppercase;
  font-family: Brice, sans-serif;
  font-size: .9375rem;
  font-weight: 600;
}

.home-about-us_about-proccess-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.home-header_slide-content-2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 61.125rem;
  display: flex;
}

.home-header_slide-component-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.home-header_buttons-wrap-slide-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-about-us_about-cards {
  border-radius: 3rem;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  max-width: 28.5rem;
  display: flex;
  overflow: hidden;
  box-shadow: 14px 19px 3rem #00000012;
}

.home-about-us_about-cards.swiper-slide {
  background-image: none;
  background-size: auto;
  background-attachment: scroll;
  padding-top: 0;
  padding-bottom: 0;
}

.home-about-us_about-card-image {
  box-shadow: none;
  object-fit: cover;
  min-width: 100%;
}

.home-about-us_about-wrap-2 {
  grid-column-gap: 6.5rem;
  grid-row-gap: 4rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-our-beers_heading {
  flex-direction: column;
  align-items: flex-start;
  width: 65%;
  max-width: 46.75rem;
  display: flex;
}

.cta_imagage-barley-right {
  width: 100%;
  max-width: 13.125rem;
  position: absolute;
  right: 1%;
  transform: rotate(32deg);
}

.cta_imagage-barley-left {
  width: 100%;
  max-width: 17.5rem;
  position: absolute;
  left: 0%;
  transform: rotate(-28deg);
}

.cta_images-wrap-images {
  justify-content: center;
  align-items: center;
  width: 38%;
  display: flex;
  position: relative;
}

.home-header_slide-points {
  grid-column-gap: 2.5rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-header_slide-point {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.home-header_slide-point-icon {
  background-color: var(--white);
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  min-width: 3rem;
  min-height: 3rem;
  display: flex;
}

.home-header_slide-point-text {
  color: var(--white);
  text-transform: uppercase;
  font-family: Brice, sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

.home-our-products_point-icon-text {
  text-align: center;
  font-family: Brice, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.home-our-beers_products-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.home-our-beers_products-wrap {
  border-top-left-radius: 5rem;
  border-top-right-radius: 5rem;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  display: flex;
  position: sticky;
  top: 12rem;
}

.home-our-beers_products-header {
  background-image: url('../images/images-texture_2.avif'), radial-gradient(circle, #4320031a, #43200340), url('../images/slide-image-2_1.avif');
  background-position: 50%, 0 0, 100%;
  background-size: cover, auto, cover;
  border-top-left-radius: 5rem;
  border-top-right-radius: 5rem;
  align-items: flex-start;
  padding: 4rem 4.5rem 6rem;
  display: flex;
  position: relative;
}

.home-our-beers_products-header.is-chopp-large {
  background-image: url('../images/images-texture_2.avif'), radial-gradient(circle, #4320031a, #43200340), url('../images/slide-image-2_2.avif');
}

.home-our-beers_products-header.is-chopp-hop-large {
  background-image: url('../images/images-texture_2.avif'), radial-gradient(circle, #4320031a, #43200340), url('../images/vila-arejo-image_1.avif');
  background-position: 50%, 0 0, 50% 100%;
}

.home-our-beers_products-header.is-chopp-ipa {
  background-image: url('../images/images-texture_2.avif'), radial-gradient(circle, #4320031a, #43200340), url('../images/more-18-bg_2.avif');
  background-position: 50%, 0 0, 100% 60%;
}

.home-our-beers_products-header.is-reverse-atributes {
  border-radius: 0 0 5rem 5rem;
  padding-top: 6rem;
  padding-bottom: 4rem;
}

.home-our-beers_products-header.is-chopp-vinho {
  background-image: url('../images/images-texture_2.avif'), radial-gradient(circle, #4320031a, #43200340), url('../images/cta-image_1.avif');
  background-position: 50%, 0 0, 50% 20%;
}

.home-our-beers_products-footer {
  z-index: 1;
  border-bottom-right-radius: 5rem;
  border-bottom-left-radius: 5rem;
  padding: 2.5rem 4.5rem 4rem;
  position: relative;
}

.home-our-beers_products-footer.is-reverse-atributes {
  border-radius: 5rem 5rem 0 0;
  padding-top: 4rem;
  padding-bottom: 2.5rem;
}

.home-our-beers_products-title {
  text-transform: uppercase;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1;
}

.home-our-beers_products-point {
  z-index: 10;
  background-color: var(--yellow-lighter);
  border-radius: 1.5rem;
  padding: 1.5rem;
}

.home-our-beers_products-point-title {
  color: var(--brown-dark);
  text-transform: uppercase;
  font-family: Brice SemiExpanded, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.home-our-beers_products-point-title.is-purple-default {
  color: var(--purple-default);
}

.home-our-beers_products-point-text {
  text-transform: uppercase;
  font-family: Brice, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
}

.home-our-beers_products-text {
  text-transform: uppercase;
  font-family: Brice SemiExpanded, sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
}

.footer_contacts-form-success {
  background-color: var(--yellow-medium);
  border-radius: 1.75rem;
}

.footer_contacts-form-succes-mensagem {
  color: var(--black-100);
  font-family: Brice, sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
}

.footer_contacts-form-success-wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer_contacts-form-success-icon {
  width: 2.5rem;
  height: 2.5rem;
}

.footer_contacts-form-erro {
  border-radius: 1rem;
  margin-top: .75rem;
  padding: .5rem 2rem;
}

.footer_contacts-form-erro-text {
  color: var(--brown-dark);
}

.section_events-header {
  background-image: url('../images/images-texture_2.avif'), radial-gradient(circle, #49303fbf, #49303fe6), url('../images/night-event-image_2.avif');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  flex-direction: column;
  justify-content: center;
  height: 102vh;
  min-height: 48rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_events-about {
  background-color: var(--yellow-lighter);
  position: relative;
}

.section_events-pricing {
  background-color: var(--purple-dark);
  position: relative;
}

.section_events-moments {
  overflow: hidden;
}

.section_events-questions {
  position: relative;
}

.events-header_component {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 11rem;
  margin-bottom: 6rem;
  display: flex;
}

.events-header_component.tropa {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.events-header_content {
  width: 50%;
  max-width: 37.25rem;
}

.events-header_content-titles-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.events-header_logo-humor {
  width: 10rem;
}

.events-header_content-titles-wrap {
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.events-header_content-titles-tag {
  border: .1875rem solid var(--yellow-dark);
  background-color: var(--yellow-light);
  border-radius: 1.75rem;
  padding: .5rem 2rem;
}

.events-header_content-titles-tag-text {
  color: var(--yellow-dark);
  text-align: center;
  text-transform: uppercase;
  font-family: Brice, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.events-header_content-titles-text {
  color: var(--yellow-dark);
  text-align: center;
  text-transform: uppercase;
  font-family: Brice SemiExpanded, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
}

.cta_images-wrapper {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.section_events-intro_title {
  z-index: 3;
  color: var(--purple-dark);
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 4rem var(--white);
  max-width: 54rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
}

.section_events-intro_component {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.events-about_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.events-about_left-wrap {
  flex-direction: column;
  align-items: flex-start;
  width: 53%;
  max-width: 38.25rem;
  display: flex;
}

.events-about_right-wrap {
  width: 43%;
  max-width: 30.75rem;
  position: relative;
}

.events-artist_component {
  grid-column-gap: 4rem;
  grid-row-gap: 2.75rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.events-artist_component.tropa {
  grid-column-gap: 2rem;
}

.events-artist_left-wrap {
  flex-direction: column;
  align-items: flex-start;
  width: 53%;
  max-width: 41.25rem;
  display: flex;
}

.events-artist_right-wrap {
  background-color: var(--blue-default);
  border-radius: 4rem;
  justify-content: center;
  align-items: flex-end;
  width: 38%;
  max-width: 27.5rem;
  display: flex;
}

.events-pricing_component {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.events-pricing_heading {
  text-align: center;
  max-width: 49.75rem;
}

.events-pricing_princing-table {
  grid-row-gap: 1.75rem;
  flex-direction: column;
  display: flex;
}

.events-pricing_content {
  text-align: center;
  max-width: 49.75rem;
}

.events-pricing_princing-row {
  grid-column-gap: 2rem;
  grid-row-gap: 1.25rem;
  border-bottom: 1px solid #ffffff40;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.events-pricing_princing-image {
  object-fit: cover;
  border-radius: 2.75rem;
  width: 100%;
  min-height: 9rem;
  max-height: 14.625rem;
}

.events-pricing_princing-row-title {
  color: var(--white);
  text-transform: uppercase;
  font-family: Brice SemiExpanded, sans-serif;
  font-weight: 700;
}

.events-pricing_princing-row-price-wrap {
  grid-column-gap: .75rem;
  background-color: var(--blue-default);
  cursor: pointer;
  border-radius: 2.125rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: .75rem 2.25rem;
  font-weight: 700;
  transition: all .15s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.events-pricing_princing-row-price-wrap:hover {
  background-color: var(--yellow-dark);
  font-weight: 900;
}

.events-pricing_princing-price {
  color: var(--white);
  white-space: nowrap;
  font-family: Brice SemiExpanded, sans-serif;
}

.events-pricing_princing-infos {
  grid-column-gap: 1rem;
  grid-row-gap: .5rem;
  background-color: var(--yellow-light);
  border-radius: 1.75rem;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.events-pricing_princing-info-wrap {
  background-color: var(--yelllow-default);
  border-radius: 1.75rem;
  flex: 1;
  padding: 1rem 2.25rem;
}

.events-pricing_content-buttons-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hover-opacity-75 {
  transition: all .15s cubic-bezier(.215, .61, .355, 1);
}

.hover-opacity-75:hover {
  opacity: .75;
}

.terms-terms_suport-title {
  letter-spacing: -.04rem;
  font-family: Brice, sans-serif;
  font-size: 2rem;
  line-height: 1.2;
}

.home-our-beers_products-images-wrap {
  justify-content: flex-start;
  align-items: center;
  width: 36%;
  display: flex;
  position: absolute;
  bottom: -3.25rem;
  left: 5rem;
}

.home-our-beers_products-images-wrap.is-right {
  justify-content: flex-end;
  left: auto;
  right: 5rem;
}

.home-our-beers_products-images-wrap.is-reverse-vertical {
  z-index: 1;
  bottom: 0;
  left: auto;
  overflow: hidden;
}

.home-our-beers_product-image {
  max-width: 18.75rem;
  position: relative;
}

.home-our-beers_product-image._2 {
  width: 52%;
  max-width: 14rem;
  margin-bottom: -3.5rem;
  margin-left: -5.5rem;
}

.home-our-beers_product-image._1 {
  z-index: 1;
  width: 70%;
}

.home-our-beers_products-points {
  grid-column-gap: 1.5rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  margin-left: auto;
  display: flex;
}

.home-our-beers_products-points.is-left {
  margin-left: 0;
}

.home-our-beers_product-larger {
  max-width: 18.75rem;
  position: relative;
}

.home-our-beers_product-larger._2 {
  width: 52%;
  max-width: 14rem;
  margin-bottom: -3.5rem;
}

.home-our-beers_product-larger._1 {
  width: 70%;
  margin-left: -30%;
  position: static;
}

.home-our-beers_product-larger.is-reverse-vertical {
  width: 71%;
  max-width: 22rem;
  margin-bottom: -22%;
}

.events-pricing_princing-info-text {
  text-align: center;
  letter-spacing: -.025rem;
  font-family: Brice, sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
}

.events-questions_content-right {
  flex-direction: column;
  align-items: flex-start;
  width: 46%;
  max-width: 38.25rem;
  display: flex;
  position: sticky;
  top: 18rem;
}

.events-questions_component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.events-questions_content-left {
  grid-row-gap: 2rem;
  flex-direction: column;
  width: 51%;
  max-width: 36.875rem;
  display: flex;
}

.events-questions_list-wrap {
  grid-column-gap: 1rem;
  align-items: flex-start;
  display: flex;
}

.events-questions_list-icon {
  opacity: .75;
  width: 2.5rem;
  height: 2.5rem;
}

.events-moments_component {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.events-moments_heading {
  flex-direction: column;
  align-items: center;
  max-width: 49.5rem;
  display: flex;
}

.events-moments_sub-heading {
  grid-column-gap: .75rem;
  grid-row-gap: 1.25rem;
  align-items: center;
  display: flex;
}

.events-moments_gallery-wrap {
  grid-column-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.events-moments_gallery-column {
  z-index: 0;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.events-moments_gallery-column.is-bellow {
  padding-top: 3rem;
}

.events-moments_gallery-image {
  border-radius: 3.25rem;
  width: 22.125rem;
  max-width: 22.125rem;
  transition: all .15s cubic-bezier(.215, .61, .355, 1);
  box-shadow: 5px 11px 4rem -.75rem #0000001a;
}

.events-moments_gallery-image:hover {
  z-index: 2;
  transform: scale(1.09);
}

.be-parttern_form-error {
  border-radius: 1rem;
  margin-top: 2rem;
  padding: .75rem 1.5rem;
}

.be-parttern_form-error-wrap {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block {
  grid-column-gap: .25rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.be-partern_form-succes {
  background-color: #12703e14;
  border-radius: 2rem;
  padding: 2rem;
}

.be-partern_form-success-wrap {
  text-align: center;
}

.terms-header_images-wrap {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  width: 48%;
  max-width: 35.25rem;
  display: flex;
  position: absolute;
  inset: 3% 0% auto auto;
}

.terms-header_image-1 {
  max-width: 23rem;
}

.terms-header_image-1.z-index-1 {
  width: 66%;
}

.terms-header_image-2 {
  width: 57%;
  max-width: 20rem;
  margin-left: -25%;
}

.event-pop-up_component {
  grid-column-gap: 0rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.event-pop-up_content-side {
  flex-direction: column;
  align-items: center;
  width: 51%;
  max-width: 36.75rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding-left: 1.5rem;
  display: flex;
  position: relative;
}

.event-pop-up_humor-logo {
  width: 13rem;
}

.event-pop-up_tag {
  border: .1875rem solid var(--yellow-dark);
  background-color: #ffe3bebf;
  border-radius: 1.75rem;
  padding: .75rem 2rem;
}

.event-pop-up_tag-text {
  color: var(--yellow-dark);
  text-align: center;
  letter-spacing: .035rem;
  text-transform: uppercase;
  font-family: Brice SemiExpanded, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.event-pop-up_close-button {
  z-index: 1;
  width: 3rem;
  height: 3rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.event-pop-up_close-button.hover-opacity-75 {
  cursor: pointer;
}

.event-pop-up_image-side {
  background-image: url('../images/images-texture_2.avif'), radial-gradient(circle, #ffa32e24, #e36f0066), url('../images/night-event-image_1.avif');
  background-position: 50%, 0 0, 0 0;
  background-size: cover, auto, cover;
  background-attachment: scroll, scroll, fixed;
  justify-content: center;
  align-items: flex-end;
  width: 46%;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.event-pop-up_image-side.is-birthday {
  background-image: url('../images/images-texture_2.avif'), radial-gradient(circle, #ffc942bf, #cc8729f0), url('../images/night-event-image_1.avif');
  background-position: 50%, 0 0, 0 0;
  background-size: cover, auto, cover;
  background-attachment: scroll, scroll, fixed;
}

.event-pop-up_wave-wrapper {
  z-index: 1;
  justify-content: flex-end;
  max-height: 100%;
  display: flex;
  position: absolute;
  inset: 0% -1% 0% 0%;
  overflow: hidden;
}

.event-pop-up_wave {
  justify-content: flex-end;
  align-items: flex-end;
  min-height: 150%;
  display: flex;
}

.event-pop-up_wave.main {
  z-index: 1;
  position: relative;
}

.event-pop-up_wave.is-secondary {
  margin-right: .25rem;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.event-pop-up_image-side-wrap {
  width: 50%;
  position: relative;
  overflow: hidden;
}

.event-pop-up_image-1 {
  z-index: 1;
  width: 64%;
  max-width: 23rem;
  position: absolute;
  bottom: -20%;
  left: -14%;
}

.event-pop-up_image-2 {
  z-index: 2;
  width: 60%;
  max-width: 20rem;
  position: absolute;
  inset: auto -15% -15% auto;
}

.event-pop-up_image-artist {
  width: 100%;
  max-width: 31rem;
}

.event-pop-up_image-artist.is-birthday {
  width: 100%;
  max-width: 37rem;
}

.event-pop-up_image-artist.tropa {
  border-radius: 2rem;
  width: 60%;
  max-width: none;
  display: block;
}

.home-our-products_heading {
  flex-direction: column;
  align-items: flex-start;
  max-width: 23.625rem;
  display: flex;
}

.home-our-beers_resale-headin-subtitle {
  font-family: Brice SemiExpanded, sans-serif;
  font-weight: 700;
}

.home-our-beers_resale-points-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.home-our-products_point {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.home-our-products_point-text {
  color: var(--white);
  text-transform: uppercase;
  font-family: Brice, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

.home-our-products_point-icon {
  background-color: var(--white);
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  min-width: 2.5rem;
  min-height: 2.5rem;
  display: flex;
}

.home-our-beers_image-map {
  background-image: url('../images/our-map-image_1.avif');
  background-position: 50%;
  background-size: cover;
  width: 25%;
  position: absolute;
  inset: 0% -1% 0% auto;
  transform: skew(-2deg);
}

.events-about_main-image {
  border-radius: 4rem;
  width: 100%;
}

.events-about_secondary-image {
  border-radius: 3rem;
  width: 47%;
  max-width: 14.5rem;
  position: absolute;
  inset: auto 10% -15% auto;
  box-shadow: 8px 14px 3rem -.75rem #00000029;
}

.events-artist_artist-image {
  background-color: var(--pink-default);
  border-radius: 4rem;
  width: 100%;
}

.events-artist_artist-image.tropa {
  background-color: var(--yellow-dark);
  max-width: 33rem;
  overflow: hidden;
}

.events-artist_artist {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.events-artist_artist.is-luana {
  min-width: 94%;
  max-width: 100%;
}

.section_events-intro_beer-splash-1 {
  z-index: 2;
  width: 32%;
  max-width: 22.8125rem;
  position: absolute;
  top: -140%;
  left: -4%;
}

.section_events-intro_beer-splash-2 {
  z-index: 2;
  width: 40%;
  max-width: 23.75rem;
  position: absolute;
  top: -200%;
  right: -3%;
}

.events-header_artist {
  width: 48%;
  max-width: 56rem;
}

.home-header_slide-component-3 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.home-header_slide-content-3 {
  width: 60%;
  max-width: 37.25rem;
  margin-top: 1rem;
}

.home-header_slide-content-3.is-birthday {
  width: 80%;
  max-width: 42rem;
}

.home-header_slide-logo-humor {
  width: 14rem;
}

.home-header_slide-titles-tag {
  border: .1875rem solid var(--yellow-dark);
  background-color: var(--yellow-light);
  border-radius: 1.75rem;
  padding: .5rem 2rem;
}

.home-header_slide-titles-text-humor {
  color: var(--yellow-dark);
  text-transform: uppercase;
  font-family: Brice SemiExpanded, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
}

.home-header_slide-tag-text {
  color: var(--yellow-dark);
  text-align: center;
  text-transform: uppercase;
  font-family: Brice, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.home-header_slide-3-artist {
  object-fit: cover;
  border-radius: 1rem;
  width: 78%;
  max-width: 34rem;
}

.home-header_slide-3-artist.tropa {
  aspect-ratio: auto;
  object-fit: cover;
  width: 40%;
  max-width: 38rem;
  bottom: 0;
  right: 0%;
  box-shadow: 0 0 4rem #270419cc;
}

.home-our-products_component {
  grid-column-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-our-products_content {
  flex-direction: column;
  align-items: flex-start;
  width: 57%;
  max-width: 41.5rem;
  display: flex;
}

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

.home-header_slide-1-beer-1 {
  width: 59%;
  max-width: 28.75rem;
  transform: rotate(5.5deg);
}

.home-header_slide-1-beer-2 {
  width: 43%;
  max-width: 21rem;
  margin-bottom: -5%;
  margin-right: -25%;
  transform: rotate(-7.5deg);
}

.home-header_slide-1-ilustration-wrap {
  justify-content: flex-end;
  align-items: flex-end;
  width: 64%;
  max-width: 49rem;
  display: flex;
  position: absolute;
  inset: auto 15% -12% auto;
}

.home-header_slide-1-barley-1 {
  width: 28%;
  max-width: 13.5rem;
  position: absolute;
  inset: auto auto 0% 20%;
  transform: rotate(-30deg);
}

.home-header_slide-1-barley-2 {
  width: 33%;
  max-width: 16.25rem;
  position: absolute;
  inset: auto -14% -5% auto;
  transform: rotate(25deg);
}

.home-our-products_products-image {
  width: 30%;
  max-width: 20rem;
}

.partterns-list-modal {
  z-index: 100;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.parttern-list_bg-close {
  background-color: #1a1a1acc;
  position: fixed;
  inset: 0%;
}

.parttern-list_container {
  background-color: var(--white);
  border-radius: 5rem;
  margin-top: 5rem;
  margin-bottom: 5rem;
  overflow: hidden;
}

.parttern-list_header-block {
  background-image: url('../images/images-texture_1.avif'), linear-gradient(to bottom, var(--green-default), var(--green-default));
  background-position: 0 100%, 0 0;
  background-size: auto, auto;
  padding: 6.25rem 4.5rem 9rem;
  position: relative;
  overflow: hidden;
}

.parttern-list_places-container {
  flex-direction: column;
  align-items: flex-start;
  padding: 4rem 4.5rem 4.5rem;
  display: flex;
}

.parttern-list_close-button {
  cursor: pointer;
  position: absolute;
  inset: 2.5rem 2.5rem auto auto;
}

.parttern-list_close-icon {
  width: 3rem;
  height: 3rem;
}

.parttern-list_header-content {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.parttern-list_header-logo {
  width: 15.375rem;
}

.parttern-list_place {
  background-color: #12703e1a;
  border-radius: 2.5rem;
  padding: 2rem;
}

.parttern-list_place.is-beach {
  background-color: #e36f001a;
}

.parttern-list_place.is-city {
  background-color: #0571bf1a;
}

.parttern-list_place-icon {
  width: 2.5625rem;
  height: 2.5625rem;
}

.parttern-list_placetitle-wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.parttern-list_place-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--white);
  border-radius: 1.125rem;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: .75rem 1.625rem;
  display: flex;
}

.parttern-list_place-item-title {
  color: var(--black-100);
  letter-spacing: -.0225rem;
  font-family: Roboto, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
}

.parttern-list_place-list {
  grid-row-gap: .75rem;
  flex-direction: column;
  display: flex;
}

.parttern-list_places {
  grid-row-gap: 2rem;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.parttern-list_places-map-wrap {
  width: 100%;
}

.parttern-list_places-map {
  background-color: var(--black-500);
  border-radius: 3rem;
  flex-direction: column;
  width: 100%;
  height: 22rem;
  display: flex;
  overflow: hidden;
}

.parttern-list_place-item-icon {
  width: 1.5rem;
}

.parttern-list_places-map-enbed {
  width: 100%;
  height: 100%;
}

.no-scroll {
  overflow: hidden;
}

.text-is-birthday {
  text-shadow: 0 1px 3px #0006;
}

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

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 2.125rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  h5 {
    font-size: 1.5rem;
  }

  h6, blockquote {
    font-size: 1.125rem;
  }

  .hide-tablet {
    display: none;
  }

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

  .show-tablet {
    display: block;
  }

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

  .ss_text_item-label {
    font-size: 15px;
  }

  .ss_utility_spacing-items {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .text-size-huge {
    font-size: 1.125rem;
  }

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

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

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

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

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

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

  .ss_utility_color-items {
    grid-column-gap: 1rem;
  }

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

  .spacing-block-medium {
    height: 1.5rem;
  }

  .spacing-block-large {
    height: 2.5rem;
  }

  .spacing-block-xlarge {
    height: 3rem;
  }

  .spacing-block-xlarge.is-tablet-bigger {
    height: 3.25rem;
  }

  .spacing-block-xxlarge {
    height: 4rem;
  }

  .spacing-block-huge {
    height: 5rem;
  }

  .spacing-block-xhuge {
    height: 6rem;
  }

  .spacing-block-xxhuge {
    height: 8rem;
  }

  .spacing-section-small {
    height: 5.125rem;
  }

  .spacing-section-medium {
    height: 6.25rem;
  }

  .spacing-section-large, .spacing-section-xlarge, .spacing-section-xxlarge {
    height: 7.5rem;
  }

  .spacing-section-huge {
    height: 9.375rem;
  }

  .spacing-block-custom5 {
    height: 2rem;
  }

  .spacing-block-custom5.is-tablet-smaller, .spacing-block-custom4 {
    height: 1.5rem;
  }

  .ss_content_item.is-horizontal {
    flex-direction: column;
  }

  .ss_footer {
    grid-row-gap: 1rem;
    flex-wrap: wrap;
    padding-top: 4rem;
  }

  .ss_utility_visibility-wrap.show-tablet {
    display: block;
  }

  .form_field-wrapper.is-full-width.custom-max-width {
    max-width: 36.5rem;
  }

  .heading-style-display {
    font-size: 3.5rem;
  }

  .swiper-slide {
    padding-bottom: 7rem;
  }

  .swiper-slide.is-card {
    padding-top: 0;
    padding-bottom: 0;
  }

  .swiper-slide._3 {
    padding-top: 12rem;
    padding-bottom: 0;
  }

  .swiper-navigation-wrapper {
    display: none;
  }

  .swiper-button-bg, .swiper-button-arrow {
    width: 3.5rem;
    height: 3.5rem;
  }

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

  .swiper-slide-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-main {
    position: relative;
  }

  .nav-mensagens {
    padding-top: .875rem;
    padding-bottom: .875rem;
  }

  .nav-mensagens_mask.left {
    background-image: linear-gradient(to right, #fba03b 8%, #fba03bc2 36%, #fba03b00 56%);
  }

  .nav-main_wrap {
    box-shadow: none;
    position: relative;
  }

  .nav-main_menu {
    flex-direction: column;
  }

  .button-icon.is-40x {
    width: 2.25rem;
    height: 2.25rem;
  }

  .nav-main_menu-link {
    font-size: 1.375rem;
  }

  .nav {
    max-width: 100vw;
  }

  .cursor {
    display: none;
  }

  .cookies-modal {
    padding: 2.125rem;
  }

  .cookies-modal_close-icon {
    width: 1.875rem;
    height: 1.875rem;
  }

  .fav-buttons_go-to-top.w--current {
    padding: .75rem;
  }

  .fav-buttons_whtsapp {
    width: 5.625rem;
    height: 5.625rem;
  }

  .fav-buttons_whtsapp-icon {
    width: 2.5rem;
    height: 2.625rem;
  }

  .fav-buttons_whatsapp-cta {
    max-width: 80%;
  }

  .fav-buttons_go-to-top-arrow {
    width: 1.5rem;
    height: 1.5rem;
  }

  .more-18_logo {
    width: 14rem;
  }

  .more-18_barley-ilustration._01 {
    width: 10rem;
    bottom: -6%;
  }

  .more-18_barley-ilustration._02 {
    width: 13.5rem;
    bottom: -17%;
  }

  .more-18_barley-ilustration._03 {
    width: 14.5rem;
    top: -28%;
  }

  .more-18_barley-ilustration._04 {
    width: 13.75rem;
    top: -37%;
  }

  .vila-header_content {
    max-width: 29.25rem;
  }

  .vila-header_label-text {
    font-size: 1.5rem;
  }

  .vila-header_gallery-wrapper {
    width: 45%;
  }

  .nav-main_hamburguer-button {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    cursor: pointer;
    background-color: #ffce0c63;
    border-radius: 1rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1.25rem 1.125rem;
    display: flex;
  }

  .nav-main_hamburguer-line {
    background-color: var(--black-200);
    width: 2rem;
    height: .2rem;
  }

  .nav-main_menu-wrap {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-direction: column;
    justify-content: flex-start;
    height: 100vh;
    min-height: 40rem;
    padding: 4rem 1.5rem 7rem;
    display: flex;
  }

  .nav-main_menu-cta {
    z-index: 1;
    margin-top: auto;
    display: flex;
  }

  .nav-main_menu-wrapper {
    background-color: var(--white);
    max-height: 100vh;
    padding-bottom: 5rem;
    position: absolute;
    inset: 100% 0% auto;
    overflow: auto;
  }

  .nav-main_menu-wrapper.hide-desktop {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .nav-main_menu-shadow {
    z-index: 0;
    min-height: 100%;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    inset: 0%;
    box-shadow: 0 4px .375rem -2px #0000000a, -4px 11px 2rem -.4rem #07080514;
  }

  .footer_component {
    padding-top: 3rem;
  }

  .footer_about-wrapper {
    flex-wrap: wrap;
  }

  .footer_about-wrap, .footer_about-text-wrap {
    max-width: none;
  }

  .footer_about-links {
    flex-direction: row;
  }

  .footer_comercial-wrapper {
    flex-direction: column;
  }

  .footer_comercial.resale, .footer_comercial.rent {
    max-width: none;
  }

  .footer_contacts {
    flex-wrap: wrap;
  }

  .footer_contacts-form-block {
    max-width: none;
  }

  .footer_contacts-form-wrap {
    flex-wrap: nowrap;
  }

  .footer_more-infos-wrapper {
    grid-column-gap: 4rem;
  }

  .footer_words-loop-text {
    font-size: 2.25rem;
  }

  .be-partern_container {
    border-radius: 4rem;
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .be-partern_header-block {
    padding: 5rem 3rem 17rem;
  }

  .be-partern_header-logo {
    width: 15rem;
  }

  .be-partern_advantagens {
    grid-row-gap: 2rem;
    justify-content: center;
  }

  .be-partern_form-container {
    padding-bottom: 5rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .be-partern_imagen._2 {
    width: 36%;
  }

  .be-partern_imagens-wrap {
    bottom: -6%;
  }

  ._404-header_heading {
    width: auto;
  }

  ._404-header_heading-list {
    width: 90%;
  }

  ._404-header_heading-image {
    width: 40%;
    bottom: 110%;
  }

  ._404-header_gallery-main-wrap {
    margin-bottom: 9rem;
  }

  ._404-header_gallery-image-wrap {
    width: 18rem;
    height: 18rem;
  }

  .home-our-beers_wrap {
    grid-column-gap: 1.75rem;
    justify-content: space-between;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .cta_images-wrap {
    bottom: -35%;
  }

  .wave-lottie {
    min-width: 150vw;
  }

  .wave-lottie.bigger {
    min-width: 200vw;
  }

  .terms-header_content.z-index-2 {
    width: 80%;
  }

  .terms-terms_component {
    grid-column-gap: 2.5rem;
  }

  .terms-terms_right-side {
    max-width: 15.5rem;
    padding: 2rem 1.5rem;
  }

  .terms-terms_left-side {
    width: 60%;
  }

  .terms-terms_suport-block {
    padding: 1.5rem 2rem;
  }

  .home-for-you_list {
    grid-column-gap: 1.5rem;
  }

  .home-for-you_item {
    max-width: 17rem;
  }

  .home-for-you_item-image-wrap {
    border-radius: 3rem;
  }

  .home-for-you_subcontent {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    align-items: center;
  }

  .home-for-you_item-text {
    font-size: 1.125rem;
  }

  .home-for-you_item-image {
    width: 10rem;
    height: 10rem;
  }

  .home-events_image {
    border-radius: 3rem;
  }

  .home-testimonials_heading {
    width: 80%;
  }

  .home-testimonials_heading-wrap {
    grid-row-gap: 2rem;
    flex-wrap: wrap;
    width: 90%;
  }

  .home-testimonials_content {
    max-width: 41.625rem;
  }

  .home-testimonials_social-card {
    min-width: 26rem;
    min-height: 23rem;
  }

  .home-testimonials_social-card-title {
    font-size: 1.5rem;
  }

  .home-about-us_about-wrap {
    grid-column-gap: 2rem;
  }

  .home-about-us_about-content {
    width: 48%;
  }

  .home-about-us_about-wrapper-2, .home-about-us_about-wrapper-2.swiper {
    width: 46%;
  }

  .home-about-us_about-message {
    left: -10%;
  }

  .home-header_buttons-wrap-slide-2 {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .home-about-us_about-wrap-2 {
    grid-column-gap: 2rem;
  }

  .home-our-beers_heading {
    width: 90%;
  }

  .cta_images-wrap-images {
    width: 60%;
  }

  .home-header_slide-points {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

  .home-our-beers_products-header {
    grid-column-gap: 1.25rem;
    border-top-left-radius: 4rem;
    border-top-right-radius: 4rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .home-our-beers_products-header.is-reverse-atributes {
    border-bottom-right-radius: 4rem;
    border-bottom-left-radius: 4rem;
  }

  .home-our-beers_products-footer {
    border-bottom-right-radius: 4rem;
    border-bottom-left-radius: 4rem;
    padding-bottom: 3rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .home-our-beers_products-footer.is-reverse-atributes {
    border-top-left-radius: 4rem;
    border-top-right-radius: 4rem;
    padding-top: 3rem;
  }

  .home-our-beers_products-title {
    font-size: 3.25rem;
  }

  .home-our-beers_products-point {
    border-radius: 1.25rem;
    padding: 1rem;
  }

  .home-our-beers_products-point-title {
    font-size: 1.5rem;
  }

  .home-our-beers_products-text {
    font-size: 1.25rem;
  }

  .section_events-header.tropa {
    justify-content: center;
    align-items: center;
    height: auto;
    padding-bottom: 0;
  }

  .events-header_component {
    margin-top: 12rem;
  }

  .events-header_component.tropa {
    flex-flow: column;
    margin-top: 8rem;
    margin-bottom: 2rem;
  }

  .events-header_content {
    width: 60%;
  }

  .events-header_content.z-index-1.tropa {
    width: auto;
    max-width: none;
  }

  .events-header_logo-humor {
    width: 6rem;
  }

  .events-header_content-titles-tag {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .events-header_content-titles-tag-text {
    font-size: 1.25rem;
  }

  .events-header_content-titles-text {
    font-size: 1.125rem;
  }

  .events-about_right-wrap {
    width: 52%;
  }

  .events-pricing_princing-row-title, .events-pricing_princing-price {
    font-size: 1.75rem;
  }

  .events-pricing_princing-info-wrap {
    border-radius: 1.25rem;
    flex: 0 auto;
    padding: .75rem 1.5rem;
  }

  .terms-terms_suport-title {
    font-size: 1.25rem;
  }

  .home-our-beers_products-images-wrap {
    width: 48%;
    left: 2.5rem;
  }

  .home-our-beers_products-images-wrap.is-right {
    right: 2.5rem;
  }

  .events-pricing_princing-info-text {
    font-size: 1.25rem;
  }

  .events-questions_content-right {
    width: 50%;
  }

  .events-questions_content-left {
    width: 46%;
  }

  .events-questions_list-icon {
    width: 2rem;
    height: 2rem;
  }

  .events-moments_gallery-image {
    border-radius: 2.75rem;
    width: 17rem;
  }

  .terms-header_images-wrap {
    width: 60%;
    top: 15%;
  }

  .event-pop-up_content-side {
    padding-left: 0;
  }

  .event-pop-up_humor-logo {
    width: 9rem;
  }

  .event-pop-up_humor-logo.is-birthday {
    width: 11rem;
  }

  .event-pop-up_tag-text {
    font-size: 1.25rem;
  }

  .event-pop-up_close-button {
    width: 2.5rem;
    height: 2.5rem;
  }

  .event-pop-up_image-1 {
    width: 70%;
  }

  .event-pop-up_image-2 {
    width: 55%;
  }

  .event-pop-up_image-artist {
    width: 100%;
  }

  .event-pop-up_image-artist.tropa {
    border-radius: 1rem;
    max-width: 38rem;
  }

  .home-our-beers_image-map {
    display: none;
  }

  .events-about_main-image {
    border-radius: 3.5rem;
  }

  .events-about_secondary-image {
    border-radius: 2.5rem;
  }

  .events-artist_artist {
    min-width: 100%;
  }

  .section_events-intro_beer-splash-1 {
    top: -100%;
    left: -12%;
  }

  .section_events-intro_beer-splash-2 {
    top: -150%;
    right: -10%;
  }

  .events-header_artist {
    width: 58%;
    bottom: 0%;
    right: 0%;
  }

  .events-header_artist.tropa {
    border-radius: 1rem;
    width: 100%;
    max-width: none;
    position: static;
  }

  .home-header_slide-component-3 {
    flex-flow: column;
  }

  .home-header_slide-content-3 {
    width: 60%;
  }

  .home-header_slide-content-3.z-index-1 {
    width: 70%;
  }

  .home-header_slide-content-3.is-birthday.z-index-1.tropa {
    width: auto;
    max-width: none;
  }

  .home-header_slide-titles-tag {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .home-header_slide-titles-text-humor {
    font-size: 1.125rem;
  }

  .home-header_slide-tag-text {
    font-size: 1.25rem;
  }

  .home-header_slide-3-artist {
    width: 79%;
    max-width: 28rem;
    bottom: -6rem;
    right: -10%;
  }

  .home-header_slide-3-artist.tropa {
    width: auto;
    max-width: 100%;
    position: static;
  }

  .home-our-products_products-image {
    width: 40%;
  }

  .parttern-list_container {
    border-radius: 4rem;
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .parttern-list_header-block {
    padding: 5rem 3rem 17rem;
  }

  .parttern-list_places-container {
    padding-bottom: 3.5rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .parttern-list_header-logo {
    width: 15rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2rem;
    line-height: 1.2;
  }

  h2 {
    font-size: 1.875rem;
  }

  h3 {
    font-size: 1.75rem;
  }

  h4 {
    font-size: 1.5rem;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  blockquote {
    font-size: 1rem;
  }

  .button {
    padding-bottom: .75rem;
  }

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

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

  .rich-text blockquote {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
  }

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

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

  .hide-mobile {
    display: none;
  }

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

  .ss_utility_spacing-items {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .show-mobile {
    display: block;
  }

  .text-size-huge {
    font-size: 1.125rem;
  }

  .ss_utility_alignment-wrap {
    width: 100%;
  }

  .heading-style-h1 {
    font-size: 2rem;
    line-height: 1.2;
  }

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

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

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

  .heading-style-h5 {
    font-size: 1.25rem;
  }

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

  .ss_utility_color-items {
    width: 100%;
  }

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

  .spacing-block-medium {
    height: 1.25rem;
  }

  .spacing-block-large {
    height: 1.5rem;
  }

  .spacing-block-xlarge {
    height: 2rem;
  }

  .spacing-block-xlarge.is-tablet-bigger {
    height: 3.5rem;
  }

  .spacing-block-xxlarge {
    height: 3rem;
  }

  .spacing-block-huge {
    height: 3.5rem;
  }

  .spacing-block-xhuge {
    height: 4rem;
  }

  .spacing-block-xxhuge {
    height: 4.5rem;
  }

  .spacing-section-small {
    height: 2.5rem;
  }

  .spacing-section-small.is-mobile-bigger {
    height: 5rem;
  }

  .spacing-section-medium {
    height: 3.75rem;
  }

  .spacing-section-medium.is-mobile-bigger {
    height: 5rem;
  }

  .spacing-section-medium.is-mobile-bigger.x {
    height: 6.25rem;
  }

  .spacing-section-large {
    height: 5rem;
  }

  .spacing-section-large.is-mobile-bigger {
    height: 7rem;
  }

  .spacing-section-xlarge {
    height: 6.25rem;
  }

  .spacing-section-xlarge.is-mobile-bigger {
    height: 9rem;
  }

  .spacing-section-xlarge.is-mobile-bigger.x {
    height: 8rem;
  }

  .spacing-section-xxlarge {
    height: 6.25rem;
  }

  .spacing-section-xxlarge.is-mobile-bigger {
    height: 8.25rem;
  }

  .spacing-section-xxlarge.is-mobile-bigger.x {
    height: 10rem;
  }

  .spacing-section-huge {
    height: 7.5rem;
  }

  .spacing-block-custom1.is-mobile-bigger {
    height: .875rem;
  }

  .spacing-block-custom3 {
    height: 1.25rem;
  }

  .spacing-block-custom5 {
    height: 1.5rem;
  }

  .spacing-block-custom5.is-tablet-smaller {
    height: .5rem;
  }

  .spacing-block-custom4 {
    height: 1.25rem;
  }

  .ss_text_sidebar-heading {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
  }

  .ss_content {
    padding-top: 2rem;
    padding-bottom: 8em;
  }

  .ss_sidebar_sticky {
    padding-bottom: 0;
    position: relative;
    top: 0;
  }

  .ss_nav_content {
    justify-content: flex-start;
    padding-left: 1rem;
    padding-right: 1rem;
    overflow: auto;
  }

  .ss_content_items-wrap {
    border-bottom-style: none;
  }

  .ss_content_items-wrap.with-gap-row {
    grid-row-gap: 2rem;
  }

  .ss_text_heading {
    font-size: 2.5em;
  }

  .ss_content_item.remove-border-mobile {
    border-top-style: none;
  }

  .ss_text_label {
    margin-bottom: 4rem;
    display: none;
  }

  .ss_sidebar {
    z-index: 3;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
    width: 100%;
    padding: 4rem 2em;
    position: relative;
  }

  .ss_section {
    flex-direction: column-reverse;
  }

  .ss_section.is-header {
    height: auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .spacing-section-xsmall {
    height: 2.5rem;
  }

  .spacing-section-xsmall.is-mobile-smaller {
    height: 1.5rem;
  }

  .ss_utility_visibility-wrap.show-mobile {
    display: block;
  }

  .heading-style-display {
    font-size: 2.5rem;
    line-height: 1.2;
  }

  .swiper-slide {
    padding-top: 12rem;
    padding-bottom: 7rem;
  }

  .swiper-slide._1 {
    grid-row-gap: 2.5rem;
    align-items: center;
    min-height: 75vh;
  }

  .swiper-slide._2 {
    min-height: 75vh;
  }

  .swiper-navigation-wrapper {
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 6rem;
    display: none;
  }

  .swipe-navgation-wrap {
    grid-column-gap: 6rem;
    justify-content: center;
    margin-top: 0;
  }

  .button-text.is-large {
    font-size: 1rem;
  }

  .nav-mensagens {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .nav-mensagens_text {
    font-size: .75rem;
  }

  .nav-main_logo {
    width: 10rem;
  }

  .button-icon.is-40x {
    width: 1.75rem;
    height: 1.75rem;
  }

  .nav-main_menu-link {
    font-size: 1.25rem;
  }

  .cookies-modal {
    margin-right: 1.5rem;
    padding: 1.875rem;
  }

  .cookies-modal_buttons-wrap {
    grid-row-gap: .75rem;
    justify-content: center;
  }

  .cookies-modal_close-button {
    padding: .125rem;
  }

  .fav-buttons_wrap {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-direction: column;
  }

  .fav-buttons_go-to-top.w--current {
    padding: .625rem;
  }

  .fav-buttons_whtsapp {
    width: 4.5rem;
    height: 4.5rem;
  }

  .fav-buttons_whtsapp-icon {
    width: 2rem;
    height: 2.125rem;
  }

  .fav-buttons_whatsapp-cta {
    max-width: 90%;
  }

  .more-18 {
    background-image: url('../images/images-texture_2.avif'), radial-gradient(circle farthest-corner at 50% 50%, #4320034d, #43200380), url('../images/more-18-bg_1.avif'), linear-gradient(to bottom, var(--brown-dark), var(--brown-dark));
    background-position: 50%, 0 0, 50%, 0 0;
    background-size: cover, auto, cover, auto;
    padding-top: 4rem;
    padding-bottom: 8rem;
  }

  .more-18_logo {
    width: 14rem;
  }

  .more-18_buttons-wrap {
    flex-flow: column wrap;
    width: 100%;
  }

  .section_vila-header {
    overflow: hidden;
  }

  .vila-header_component {
    grid-row-gap: 2.5rem;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .more-18_barley-ilustration._01 {
    width: 11rem;
    bottom: -8%;
    left: -12%;
  }

  .more-18_barley-ilustration._02 {
    width: 13rem;
    bottom: -15%;
    left: -6%;
  }

  .more-18_barley-ilustration._03 {
    width: 13rem;
    top: -25%;
  }

  .more-18_barley-ilustration._04 {
    width: 11rem;
    top: -24%;
    right: 5%;
  }

  .vila-header_content {
    max-width: none;
  }

  .vila-header_buttons-wrap {
    justify-content: center;
  }

  .vila-header_label-text {
    font-size: 1.375rem;
  }

  .vila-header_gallery-wrapper {
    width: auto;
    max-width: 100vw;
    height: auto;
    max-height: 41.25rem;
    display: block;
    position: relative;
    right: auto;
    overflow: visible;
  }

  .vila-header_content-wrap {
    grid-row-gap: 4rem;
    align-items: flex-start;
    width: 100%;
  }

  .vila-header_gallery-row {
    grid-column-gap: 1.25rem;
  }

  .vila-header_div-balance-flex {
    display: none;
  }

  .vila-header_gallery-image-wrap {
    width: 22rem;
    height: 22rem;
  }

  .vila-header_gallery-wave-wrap {
    align-items: flex-start;
    margin-top: -1rem;
    inset: 0% 0% auto;
  }

  .vila-header_gallery-wave.main {
    min-width: 280%;
    display: none;
    transform: rotate(180deg);
  }

  .vila-header_gallery-wave.main.hide-tablet {
    display: block;
  }

  .vila-header_gallery-wave.secondary {
    top: auto;
    bottom: auto;
    left: auto;
  }

  .vila-header_gallery-main-wrap {
    grid-row-gap: 1.125rem;
    position: relative;
  }

  .nav-main_hamburguer-button {
    padding: 1rem .875rem;
  }

  .nav-main_hamburguer-line {
    height: .1875rem;
  }

  .nav-main_menu-cta {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .nav-main_menu-cta-text {
    font-size: .875rem;
  }

  .nav-main_menu-wrapper.hide-desktop {
    padding-bottom: 7rem;
    display: none;
  }

  .vila-header_gallery-animation {
    grid-column-gap: 1.25rem;
  }

  .footer_component {
    grid-column-gap: 3.25rem;
    grid-row-gap: 3.25rem;
  }

  .footer_map-embed {
    height: 78vh;
  }

  .footer_about-wrapper {
    padding-bottom: 3.25rem;
  }

  .footer_logo-image {
    width: 10rem;
  }

  .footer_about-title {
    font-size: 1.375rem;
  }

  .footer_about-links {
    flex-wrap: wrap;
  }

  .footer_comercial {
    padding: 1.5rem;
  }

  .footer_comercial-title {
    font-size: 1.375rem;
  }

  .footer_contacts-form-wrap {
    grid-column-gap: .75rem;
    flex-wrap: wrap;
  }

  .footer_contacts-link-text {
    font-size: .875rem;
  }

  .footer_more-infos {
    padding-bottom: 6rem;
  }

  .footer_more-infos-wrapper {
    flex-direction: column;
  }

  .footer_words-loop-text {
    font-size: 2rem;
  }

  .be-partern_container {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .be-partern_header-block {
    padding: 3rem 1.5rem 11rem;
  }

  .be-partern_header-logo {
    width: 13rem;
  }

  .be-partern_form-container {
    padding-bottom: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .be-partern_imagens-wrap {
    display: none;
  }

  ._404-header_heading-wrap.z-index-2 {
    flex-wrap: wrap;
  }

  ._404-header_heading-list {
    width: auto;
  }

  ._404-header_heading-image {
    width: 44%;
  }

  ._404-header_gallery-wrapper {
    width: auto;
    max-width: 100vw;
    height: auto;
    max-height: 41.25rem;
    display: block;
    position: relative;
    right: auto;
    overflow: visible;
  }

  ._404-header_gallery-main-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-bottom: 0;
    position: relative;
  }

  ._404-header_gallery-animation {
    grid-column-gap: 1rem;
  }

  ._404-header_gallery-row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  ._404-header_gallery-image-wrap {
    border-radius: 1rem;
    width: 14rem;
    height: 14rem;
  }

  .home-our-beers_wrap {
    border-radius: 3.5rem;
    flex-direction: column;
  }

  .wave-wrap.main.top-reverse {
    top: 15%;
  }

  .wave-lottie {
    min-width: 170vw;
  }

  .wave-lottie.bigger {
    min-width: 260vw;
  }

  .terms-header_content.z-index-2 {
    width: auto;
  }

  .terms-terms_component {
    grid-row-gap: 0rem;
    flex-direction: column;
  }

  .terms-terms_right-side {
    grid-column-gap: 2rem;
    border-radius: 1.5rem 1.5rem 0 0;
    flex-direction: row;
    order: -1;
    max-width: none;
    margin-top: 0;
    padding-bottom: 2.125rem;
    position: fixed;
    inset: auto 0% 0%;
    overflow: auto;
    box-shadow: 1px 0 3rem -.75rem #0000001f;
  }

  .terms-terms_left-side {
    width: auto;
  }

  .terms-terms_sticky-link {
    white-space: nowrap;
  }

  .home-for-you_list {
    grid-row-gap: 3rem;
  }

  .home-for-you_item {
    max-width: 20rem;
  }

  .home-for-you_item-image-wrap {
    border-radius: 4.5rem;
  }

  .home-for-you_subcontent {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-wrap: wrap;
  }

  .home-for-you_item-text {
    max-width: 92%;
  }

  .home-for-you_item-image {
    width: 18rem;
    height: 18rem;
  }

  .home-events_images-wrapper {
    flex-direction: column;
    align-items: center;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .home-events_image {
    border-radius: 2.75rem;
    width: 100%;
  }

  .home-events_image.right {
    margin-top: -2.5rem;
    margin-left: 0;
  }

  .home-events_buttons-wrap {
    grid-row-gap: 1rem;
    flex-wrap: wrap;
  }

  .home-testimonials_heading {
    width: auto;
  }

  .home-testimonials_social-wrap.swiper {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .home-testimonials_social-block.swiper-wrapper {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .home-testimonials_social-card {
    box-shadow: none;
    border-radius: 2.5rem;
    width: 100%;
    min-width: 24rem;
    padding: 1.75rem;
  }

  .home-testimonials_social-card-title {
    font-size: 1.25rem;
  }

  .home-about-us_heading-image-wrap {
    border-radius: 3rem;
  }

  .home-about-us_heading-image {
    height: 100%;
  }

  .home-about-us_about-wrap {
    flex-direction: column;
  }

  .home-about-us_about-content {
    width: auto;
  }

  .home-about-us_about-content.is-right-side {
    order: -1;
  }

  .home-about-us_about-wrapper-2 {
    align-items: center;
    width: auto;
  }

  .home-about-us_about-wrapper-2.swiper {
    width: 100%;
    padding-left: 4.5rem;
    padding-right: 4.5rem;
    overflow: hidden;
  }

  .home-about-us_about-image-wrap.swiper-wrapper {
    width: 100%;
  }

  .home-about-us_about-image {
    max-width: none;
  }

  .home-about-us_about-message {
    font-size: 1.5rem;
    bottom: 7%;
    left: -2%;
  }

  .home-header_buttons-wrap-slide-2 {
    grid-row-gap: 1rem;
    flex-wrap: wrap;
  }

  .home-about-us_about-cards.swiper-slide {
    box-shadow: none;
    width: 100%;
    max-width: 100%;
  }

  .home-about-us_about-wrap-2 {
    flex-direction: column;
    align-items: flex-end;
  }

  .home-our-beers_heading {
    width: auto;
  }

  .home-header_slide-point-icon {
    min-width: 2.5rem;
    min-height: 2.5rem;
  }

  .home-header_slide-point-text {
    font-size: .875rem;
  }

  .home-our-products_point-icon-text {
    font-size: 1.25rem;
  }

  .home-our-beers_products-header {
    grid-column-gap: 1rem;
    grid-row-gap: .75rem;
    border-top-left-radius: 3rem;
    border-top-right-radius: 3rem;
    flex-wrap: wrap;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .home-our-beers_products-header.is-reverse-atributes {
    border-bottom-right-radius: 3rem;
    border-bottom-left-radius: 3rem;
  }

  .home-our-beers_products-footer {
    border-bottom-right-radius: 3rem;
    border-bottom-left-radius: 3rem;
    padding-top: 2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .home-our-beers_products-footer.is-reverse-atributes {
    border-top-left-radius: 3rem;
    border-top-right-radius: 3rem;
    padding-bottom: 2rem;
  }

  .home-our-beers_products-title {
    font-size: 2.125rem;
  }

  .home-our-beers_products-point {
    padding: 1.25rem;
  }

  .home-our-beers_products-point-title {
    font-size: 1.25rem;
  }

  .home-our-beers_products-point-text {
    font-size: 1rem;
  }

  .home-our-beers_products-text {
    font-size: 1.125rem;
    line-height: 1.2;
  }

  .section_events-header {
    grid-row-gap: 2.5rem;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section_events-header.tropa {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .events-header_component {
    margin-top: 14rem;
    margin-bottom: 0;
  }

  .events-header_component.tropa {
    margin-top: 8rem;
    margin-bottom: 1rem;
  }

  .events-header_content {
    width: auto;
    max-width: none;
  }

  .events-header_content-titles-wrapper {
    grid-column-gap: 1.25rem;
  }

  .events-header_content-titles-tag {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .events-header_content-titles-tag-text {
    font-size: 1.125rem;
  }

  .events-header_content-titles-text {
    font-size: 1rem;
  }

  .events-about_component {
    flex-direction: column;
    align-items: flex-start;
  }

  .events-about_left-wrap {
    width: auto;
  }

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

  .events-artist_component {
    grid-row-gap: 4rem;
    flex-direction: column;
    align-items: stretch;
  }

  .events-artist_component.tropa {
    grid-row-gap: 0rem;
    justify-content: space-between;
    align-items: stretch;
  }

  .events-artist_left-wrap {
    width: auto;
  }

  .events-artist_right-wrap {
    order: 1;
    width: auto;
  }

  .events-pricing_princing-table {
    grid-row-gap: 1.25rem;
  }

  .events-pricing_princing-row {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .events-pricing_princing-image {
    border-radius: 1.75rem;
  }

  .events-pricing_princing-row-title {
    font-size: 1.25rem;
  }

  .events-pricing_princing-row-price-wrap {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .events-pricing_princing-price {
    font-size: 1.25rem;
  }

  .events-pricing_princing-infos {
    border-radius: 1rem;
    flex-wrap: wrap;
    padding: .75rem;
  }

  .events-pricing_princing-info-wrap {
    border-radius: 1rem;
    flex: 1;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .terms-terms_suport-title {
    font-size: 1.5rem;
  }

  .home-our-beers_products-images-wrap {
    width: 54%;
    min-width: 23rem;
    top: auto;
    left: 1.5rem;
  }

  .home-our-beers_products-images-wrap.is-right {
    right: 1.5rem;
  }

  .home-our-beers_product-image._1 {
    width: 70%;
    max-width: none;
  }

  .home-our-beers_products-points {
    grid-column-gap: 1rem;
  }

  .home-our-beers_product-larger._1 {
    width: 70%;
    max-width: none;
  }

  .home-our-beers_product-larger.is-reverse-vertical {
    min-width: 17.5rem;
  }

  .events-pricing_princing-info-text {
    font-size: 1.125rem;
  }

  .events-questions_content-right {
    width: auto;
    position: static;
  }

  .events-questions_component {
    flex-direction: column;
  }

  .events-questions_content-left {
    width: auto;
  }

  .events-questions_list-icon {
    width: 1.5rem;
    height: 1.5rem;
  }

  .events-moments_sub-heading {
    flex-direction: column;
  }

  .events-moments_gallery-wrap {
    grid-column-gap: .75rem;
  }

  .events-moments_gallery-column {
    grid-row-gap: .75rem;
  }

  .events-moments_gallery-image {
    border-radius: 1.75rem;
    width: 13rem;
  }

  .events-moments_local-text {
    text-align: center;
    order: -1;
  }

  .terms-header_images-wrap {
    width: 70%;
    min-width: 26rem;
    margin-left: auto;
    margin-right: auto;
    inset: 86% 0% auto;
  }

  .event-pop-up_component {
    grid-row-gap: 3rem;
    flex-direction: column;
    padding-bottom: 3rem;
  }

  .event-pop-up_content-side {
    width: auto;
    max-width: none;
    margin-bottom: 0;
    padding-left: 0;
  }

  .event-pop-up_humor-logo {
    width: 8rem;
  }

  .event-pop-up_humor-logo.is-birthday {
    width: 14rem;
  }

  .event-pop-up_tag {
    border-width: .2rem;
    border-radius: 1.25rem;
    padding: .5rem 1.5rem;
  }

  .event-pop-up_tag-text {
    font-size: 1.125rem;
  }

  .event-pop-up_image-side {
    width: auto;
    position: relative;
  }

  .event-pop-up_wave-wrapper {
    align-items: flex-start;
    margin-top: -1rem;
    display: none;
    inset: 0% 0% auto;
  }

  .event-pop-up_wave.main {
    min-width: 280%;
    display: none;
    transform: rotate(180deg);
  }

  .event-pop-up_image-side-wrap {
    border-radius: 2.75rem;
    order: 1;
    width: auto;
  }

  .event-pop-up_image-1 {
    width: 60%;
    bottom: -25%;
  }

  .event-pop-up_image-1.tropa {
    display: none;
  }

  .event-pop-up_image-2 {
    width: 48%;
    bottom: -20%;
  }

  .event-pop-up_image-2.tropa {
    display: none;
  }

  .event-pop-up_image-artist {
    max-width: none;
  }

  .event-pop-up_image-artist.tropa {
    width: 100%;
    max-width: none;
  }

  .home-our-products_heading {
    max-width: none;
  }

  .home-our-beers_resale-points-wrap {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .home-our-products_point-text {
    font-size: .875rem;
  }

  .home-our-products_point-icon {
    min-width: 2.5rem;
    min-height: 2.5rem;
  }

  .events-about_secondary-image {
    width: 40%;
    bottom: -6%;
  }

  .events-artist_artist-image {
    width: 100%;
    max-width: none;
    margin-top: 6.25rem;
  }

  .events-artist_artist-image.tropa {
    max-width: none;
    margin-top: 3rem;
  }

  .events-artist_artist {
    max-width: none;
  }

  .events-header_artist {
    position: static;
  }

  .home-header_slide-component-3 {
    grid-row-gap: 2.5rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .home-header_slide-content-3 {
    width: auto;
    max-width: none;
  }

  .home-header_slide-content-3.z-index-1 {
    width: auto;
  }

  .home-header_slide-logo-humor {
    width: 9.5rem;
  }

  .home-header_slide-titles-tag {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .home-header_slide-titles-text-humor {
    font-size: 1rem;
  }

  .home-header_slide-tag-text {
    font-size: 1.125rem;
  }

  .home-header_slide-3-artist {
    width: 80%;
    margin-right: 0;
    position: static;
    bottom: 0;
    right: 0%;
  }

  .home-our-products_component {
    grid-row-gap: 2.5rem;
    flex-direction: column;
    align-items: stretch;
  }

  .home-our-products_content {
    width: auto;
    max-width: none;
  }

  .home-header_slide-1-beer-1 {
    margin-bottom: -1rem;
  }

  .home-header_slide-1-ilustration-wrap {
    order: 1;
    width: 88%;
    margin-bottom: -35%;
    margin-left: -30%;
    position: static;
  }

  .home-header_slide-1-barley-1 {
    bottom: -15%;
    left: 10%;
  }

  .home-header_slide-1-barley-2 {
    bottom: -15%;
    right: 3%;
  }

  .home-our-products_products-image {
    width: 70%;
    max-width: 22rem;
    margin-left: auto;
    margin-right: auto;
  }

  .parttern-list_container {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .parttern-list_header-block {
    padding: 3rem 1.5rem 8rem;
  }

  .parttern-list_places-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .parttern-list_header-logo {
    width: 13rem;
  }

  .parttern-list_place {
    border-radius: 1.75rem;
    padding: 1.5rem;
  }

  .parttern-list_place-icon {
    width: 2rem;
    height: 2rem;
  }

  .parttern-list_placetitle-wrap {
    flex-wrap: wrap;
  }

  .parttern-list_place-item {
    grid-row-gap: .5rem;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .parttern-list_place-item-title {
    letter-spacing: -.0125rem;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 479px) {
  blockquote {
    padding-left: 1.5rem;
  }

  .ss_utility_spacing-items, .ss_utility_color-items {
    grid-template-columns: 1fr 1fr;
  }

  .zy-stylesystem-color {
    width: 4rem;
    height: 4rem;
  }

  .text-color-black-100.custom-mobile-max-width {
    max-width: 85%;
  }

  .spacing-block-custom5.is-tablet-smaller {
    height: .75rem;
  }

  .swipe-navgation-wrap {
    grid-column-gap: 4rem;
  }

  .button-text.is-large {
    font-size: .875rem;
  }

  .nav-main_logo {
    width: 8.5rem;
  }

  .cookies-modal {
    padding: 1.5rem;
  }

  .more-18 {
    background-image: url('../images/images-texture_2.avif'), radial-gradient(circle farthest-corner at 50% 50%, #4320037a, #432003a3), url('../images/more-18-bg_1.avif'), linear-gradient(to bottom, var(--brown-dark), var(--brown-dark));
    background-position: 50%, 0 0, 50%, 0 0;
    background-size: cover, auto, cover, auto;
  }

  .more-18_logo {
    width: 13rem;
  }

  .more-18_barley-ilustration._01 {
    bottom: -7%;
    left: -15%;
    transform: rotate(-327deg);
  }

  .more-18_barley-ilustration._02 {
    bottom: -14%;
    left: -11%;
  }

  .more-18_barley-ilustration._03 {
    top: -23%;
  }

  .more-18_barley-ilustration._04 {
    top: -21%;
    right: 8%;
  }

  .vila-header_label-text {
    font-size: 1.125rem;
  }

  .vila-header_gallery-wave.main {
    min-width: 380%;
  }

  .footer_map-embed {
    min-height: 28rem;
  }

  .footer_contacts-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: auto;
    width: 100%;
  }

  .footer_contacts-wrap.is-custom-max-width {
    max-width: none;
  }

  .footer_more-infos-wrapper {
    grid-row-gap: 2.25rem;
  }

  .be-partern_container {
    border-radius: 3rem;
  }

  .be-partern_container.z-index-1 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .be-partern_header-block {
    padding-bottom: 8.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .be-partern_header-logo {
    width: 10rem;
  }

  .be-partern_close-button.close-modal {
    top: 1.5rem;
    right: 1.5rem;
  }

  .be-partern_close-icon {
    width: 2rem;
    height: 2rem;
  }

  .be-partern_form-container {
    padding: 3rem 1.25rem 2rem;
  }

  ._404-header_heading-image {
    width: 52%;
  }

  ._404-header_gallery-wrapper {
    min-height: 20rem;
  }

  ._404-header_gallery-main-wrap {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    margin-top: -1rem;
  }

  ._404-header_gallery-row {
    grid-column-gap: .75rem;
  }

  ._404-header_gallery-image-wrap {
    width: 10rem;
    height: 10rem;
  }

  .cta_images-wrap {
    bottom: -30%;
  }

  .wave-lottie {
    min-width: 260vw;
  }

  .wave-lottie.bigger {
    min-width: 500vw;
  }

  .home-for-you_item {
    max-width: none;
  }

  .home-for-you_item-text {
    font-size: 1.25rem;
  }

  .home-for-you_item-image {
    width: 100%;
    height: auto;
  }

  .home-events_image {
    border-radius: 2rem;
  }

  .home-events_image.right {
    margin-top: -1rem;
  }

  .home-testimonials_social-block {
    overflow: hidden;
  }

  .home-testimonials_social-card {
    min-width: 22rem;
    max-width: 28%;
    min-height: 20rem;
  }

  .home-about-us_heading-image-wrap {
    border-radius: 2.25rem;
  }

  .home-about-us_about-wrapper-2.swiper {
    max-width: 100%;
    padding-left: 3.25rem;
    padding-right: 2.5rem;
  }

  .cta_imagage-barley-right {
    max-width: 11.625rem;
  }

  .cta_imagage-barley-left {
    max-width: 16rem;
  }

  .cta_images-wrap-images {
    width: 90%;
  }

  .home-header_slide-points {
    justify-content: flex-start;
  }

  .home-header_slide-point {
    justify-content: center;
  }

  .home-our-beers_products-wrapper {
    grid-row-gap: 2.5rem;
    overflow: hidden;
  }

  .home-our-beers_products-wrap {
    top: 0;
  }

  .home-our-beers_products-header.is-reverse-atributes {
    overflow: hidden;
  }

  .home-our-beers_products-point {
    padding: 1rem;
  }

  .home-our-beers_products-point-title {
    font-size: 1.125rem;
  }

  .home-our-beers_products-text {
    font-size: 1rem;
  }

  .events-header_component {
    margin-top: 12rem;
  }

  .events-header_content-titles-wrapper {
    grid-row-gap: .75rem;
    justify-content: flex-start;
  }

  .events-header_content-titles-wrap {
    align-items: flex-start;
  }

  .events-artist_right-wrap {
    border-radius: 3rem;
    margin-top: 0;
  }

  .events-pricing_princing-row-price-wrap {
    flex: 1;
  }

  .events-pricing_princing-infos {
    flex-direction: column;
    align-items: stretch;
  }

  .home-our-beers_products-images-wrap {
    width: 100%;
    min-width: auto;
    left: 0%;
    right: 0%;
  }

  .events-moments_gallery-image {
    width: 11rem;
  }

  .terms-header_images-wrap {
    width: auto;
    min-width: 18rem;
    top: 84%;
  }

  .event-pop-up_tag-text {
    font-size: 1rem;
  }

  .event-pop-up_wave.main {
    min-width: 380%;
  }

  .event-pop-up_image-1 {
    width: 66%;
    bottom: -15%;
    left: -16%;
  }

  .event-pop-up_image-2 {
    width: 61%;
    right: -17%;
  }

  .event-pop-up_image-artist {
    width: 80%;
  }

  .event-pop-up_image-artist.tropa {
    z-index: 1;
    margin-bottom: 0;
    position: relative;
  }

  .home-our-products_point {
    justify-content: center;
  }

  .section_events-intro_beer-splash-1 {
    display: none;
  }

  .section_events-intro_beer-splash-2 {
    width: 70%;
    top: -100%;
    right: auto;
  }

  .events-header_artist, .home-header_slide-3-artist {
    width: 100%;
  }

  .home-header_slide-1-beer-1 {
    width: 60%;
    margin-bottom: -2.5rem;
  }

  .home-header_slide-1-beer-2 {
    width: 45%;
  }

  .home-header_slide-1-ilustration-wrap {
    width: 100%;
  }

  .home-header_slide-1-barley-1 {
    width: 38%;
    bottom: -13%;
    left: 6%;
  }

  .home-header_slide-1-barley-2 {
    width: 44%;
    bottom: -13%;
    right: -3%;
  }

  .home-our-products_products-image {
    width: auto;
  }

  .parttern-list_container {
    border-radius: 3rem;
  }

  .parttern-list_container.z-index-1 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .parttern-list_header-block {
    padding-bottom: 7rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .parttern-list_places-container {
    padding-top: 3rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .parttern-list_close-button.close-modal {
    top: 1.5rem;
    right: 1.5rem;
  }

  .parttern-list_close-icon {
    width: 2rem;
    height: 2rem;
  }

  .parttern-list_header-logo {
    width: 10rem;
  }

  .parttern-list_place {
    padding: 1rem;
  }

  .parttern-list_place-item-title {
    font-size: 1rem;
  }

  .parttern-list_places {
    grid-row-gap: 1.5rem;
  }
}

#w-node-_2d16a5b2-03c5-f80b-40b0-e4def80a7085-35b4f4b3, #w-node-_950414df-fd97-1130-566a-649d1ceea266-35b4f4b3, #w-node-_4af9b17e-b314-e1b2-1ca5-d401a762fcb5-35b4f4b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#NAME.w-node-_0722d42c-3360-32d4-ce43-1bdb58e38063-58e3801a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#cpf.w-node-_0722d42c-3360-32d4-ce43-1bdb58e38064-58e3801a, #telefone.w-node-_0722d42c-3360-32d4-ce43-1bdb58e38065-58e3801a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#cnpj.w-node-_0722d42c-3360-32d4-ce43-1bdb58e38066-58e3801a, #F-EMAIL.w-node-_0722d42c-3360-32d4-ce43-1bdb58e38067-58e3801a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_62d1bfc6-c1f7-0d0c-6e73-9a21f5da558f-f5da558e {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

@media screen and (max-width: 991px) {
  #w-node-_3eacc892-6463-dc57-551b-87f4692790d0-69279074 {
    order: 9999;
  }
}

@media screen and (max-width: 767px) {
  #cpf.w-node-_0722d42c-3360-32d4-ce43-1bdb58e38064-58e3801a, #telefone.w-node-_0722d42c-3360-32d4-ce43-1bdb58e38065-58e3801a {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3eacc892-6463-dc57-551b-87f4692790d0-69279074 {
    order: -9999;
  }
}


@font-face {
  font-family: 'Brice';
  src: url('../fonts/Brice-Bold.woff2') format('woff2'), url('../fonts/Brice-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Brice SemiExpanded';
  src: url('../fonts/Brice-SemiExpanded-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Brice SemiExpanded';
  src: url('../fonts/Brice-SemiExpanded-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Brice';
  src: url('../fonts/Brice-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}