@font-face {
  font-family: Regular Material;
  src: url('../fonts/MaterialIcons-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: SF Pro;
  src: url('../fonts/SF-Pro-Display-HeavyItalic.otf') format("opentype");
  font-weight: 800;
  font-style: italic;
  font-display: block;
}

@font-face {
  font-family: SF Pro;
  src: url('../fonts/SF-Pro-Display-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: SF Pro;
  src: url('../fonts/SF-Pro-Display-BlackItalic.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: block;
}

@font-face {
  font-family: SF Pro;
  src: url('../fonts/SF-Pro-Display-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: block;
}

@font-face {
  font-family: SF Pro;
  src: url('../fonts/SF-Pro-Display-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: SF Pro;
  src: url('../fonts/SF-Pro-Display-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: block;
}

@font-face {
  font-family: SF Pro;
  src: url('../fonts/SF-Pro-Display-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: SF Pro;
  src: url('../fonts/SF-Pro-Display-RegularItalic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: block;
}

@font-face {
  font-family: SF Pro;
  src: url('../fonts/SF-Pro-Display-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: block;
}

@font-face {
  font-family: SF Pro;
  src: url('../fonts/SF-Pro-Display-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: SF Pro;
  src: url('../fonts/SF-Pro-Display-SemiboldItalic.otf') format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: block;
}

@font-face {
  font-family: SF Pro;
  src: url('../fonts/SF-Pro-Display-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: SF Pro;
  src: url('../fonts/SF-Pro-Display-Heavy.otf') format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: SF Pro;
  src: url('../fonts/SF-Pro-Display-ThinItalic.otf') format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: block;
}

@font-face {
  font-family: SF Pro;
  src: url('../fonts/SF-Pro-Display-UltralightItalic.otf') format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: block;
}

@font-face {
  font-family: SF Pro;
  src: url('../fonts/SF-Pro-Display-Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: SF Pro;
  src: url('../fonts/SF-Pro-Display-Ultralight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: SF Pro;
  src: url('../fonts/SF-Pro-Display-Thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: Material;
  src: url('../fonts/MaterialIconsOutlined-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

:root {
  --background-main: #030511;
  --black-33: #333;
  --dodger-blue: #3a86ff;
  --light-grey: #cae1f063;
  --table-header: whitesmoke;
  --white: white;
  --borders: #efefef;
  --hover-blue: #1dccc8;
  --lime-green: #04a777;
  --firebrick: #bd3a3a;
  --hover-red: #a33131;
  --white-2: #fff;
  --grey: #767676;
  --tomato: #f35252;
  --royal-blue: #2e6bcc;
  --grey-2: #9c9c9c;
  --neu: #0a0d1fcf;
  --bleed: #44e4cf;
  --balck: black;
  --goldenrod: #f8c005;
  --ghost-white: #f7faff;
  --dark-slate-blue: #235099;
  --royal-blue-2: #4574bf;
  --midnight-blue: #11284c;
  --dark-slate-blue-2: #1d4380;
  --white-3: #ffffff26;
}

.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-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  background-color: var(--background-main);
  color: #333;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

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

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

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
}

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

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
}

p {
  color: var(--black-33);
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

a {
  cursor: pointer;
  text-decoration: none;
  transition: transform 50ms cubic-bezier(.455, .03, .515, .955);
}

a:active {
  transform: scale(.96);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 24px;
  padding-left: 40px;
}

li {
  color: var(--black-33);
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;
}

blockquote {
  border-left: 5px solid var(--dodger-blue);
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

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

figcaption {
  color: var(--light-grey);
  text-align: left;
  margin-top: 5px;
  font-size: 14px;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.grey {
  background-color: var(--table-header);
}

.section.grey.top-padding-40 {
  padding-top: 40px;
}

.section.grey.top-padding-40.mob-padding.white {
  background-color: var(--white);
}

.section.min-height {
  min-height: 70vh;
}

.section._40-top {
  padding-top: 45px;
}

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

.section.resources-page {
  min-height: 70vh;
  padding-top: 0;
  padding-bottom: 0;
}

.section.no-mini-height {
  min-height: auto;
}

.section.no-mini-height.no-bottom-padding {
  padding-bottom: 0;
}

.section.first-section {
  min-height: auto;
  padding-top: 40px;
  padding-bottom: 0;
  position: relative;
}

.section.first-section._0-top-mob.overflow-hidden {
  margin-bottom: -40px;
  padding-bottom: 40px;
  overflow: hidden;
}

.section.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section.product-section {
  padding-top: 45px;
  padding-bottom: 45px;
}

.section.hurst {
  min-height: 65vh;
  padding-top: 40px;
}

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

.section._100 {
  height: auto;
  padding-top: 0;
  padding-bottom: 10px;
}

.container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  transition: width .1s cubic-bezier(.25, .46, .45, .94);
  position: relative;
}

.container.nav-container {
  z-index: 1;
  height: 100%;
  position: relative;
}

.container.auth-container {
  background-color: #030511;
  border-radius: 5px;
  max-width: 460px;
  margin-bottom: 10px;
  padding: 0;
}

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

.container.mob-percent {
  height: 100%;
}

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

.grid._4-col.section-head-grid {
  margin-bottom: 24px;
}

.grid._4-col.home-prod {
  max-height: 902px;
  overflow: hidden;
}

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

.grid._2-col.percentage-gap {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
}

.grid._7-row {
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 45px;
  padding-bottom: 24px;
  display: grid;
}

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

.grid._3-col.align {
  align-items: start;
}

.grid._3-col._40-gap {
  grid-column-gap: 40px;
}

.grid._3-col.navigate {
  grid-column-gap: 24px;
  grid-template-columns: minmax(200px, 200px) 1fr;
  align-items: center;
  height: 100%;
}

.grid._3-col.home-cat {
  max-height: 369px;
  overflow: hidden;
}

.grid._3-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--black-33);
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid._3-row._16px-top-padding {
  padding-top: 16px;
}

.grid._2-row {
  color: var(--black-33);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.grid._2-row._16px-top-padding {
  padding-top: 16px;
  padding-bottom: 8px;
  position: relative;
}

.grid._2-row.centered-grid {
  text-align: center;
  place-items: center;
}

.grid.scroll-on-mobile {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.button-wrapper.add-to-cart-button {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 16px;
  display: grid;
}

.button-wrapper.add-to-cart-button._00 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.button-wrapper._10px {
  margin-bottom: 10px;
}

.button-wrapper._120 {
  width: 140px;
}

.button-wrapper.pos-absolute {
  border-top: 1px solid var(--borders);
  background-color: var(--white);
  padding: 24px;
  position: absolute;
  inset: auto 0% 0%;
}

.button-wrapper.pos-absolute.in-dropdown-cart {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.button-wrapper.cometa-cta {
  margin-top: 25px;
}

.button-wrapper.add-address {
  border-top: 1px none var(--light-grey);
  width: auto;
  padding-top: 24px;
  display: block;
}

.button-wrapper.bottom-button-wrapper {
  display: none;
}

.button-text {
  height: 17px;
  display: inline-block;
  overflow: hidden;
}

.button {
  text-align: center;
  background-image: linear-gradient(90deg, #207cd5, #2de1ca);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 15px 25px;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  transition: all .35s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button:hover {
  background-color: #235099;
}

.button.blue-button {
  background-color: var(--dodger-blue);
  color: var(--white);
  flex: 1;
  padding-left: 0;
  padding-right: 0%;
  position: relative;
}

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

.button.blue-button.inside-product-page {
  background-image: linear-gradient(98deg, #207ad6, #1ddac7);
  padding-left: 35px;
  padding-right: 35px;
}

.button.blue-button._50 {
  background-image: linear-gradient(80deg, #2079d6, #1dd0c8);
  height: 50px;
  padding-top: 16px;
  padding-bottom: 15px;
}

.button.blue-button._50.short {
  width: 200px;
}

.button.blue-button._50.registo {
  background-color: #3a86ff0f;
  background-image: none;
  margin-top: 25px;
}

.button.blue-button.verde {
  background-color: var(--lime-green);
}

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

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

.button.red-button.with-chevron {
  text-align: left;
}

.button.red-outline {
  border: 1px solid var(--firebrick);
  color: var(--firebrick);
  background-color: #0000;
  padding-top: 11px;
  padding-bottom: 11px;
}

.button.red-outline:hover {
  background-color: var(--firebrick);
  color: var(--white);
}

.button.red-outline.remover, .button.red-outline.remover-copy {
  width: 120px;
}

.button.cancel {
  background-color: var(--white-2);
  color: var(--grey);
  border: 1px solid #0000;
  height: 45px;
  padding-top: 14px;
  padding-bottom: 0;
}

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

.button.submit-button {
  background-color: var(--dodger-blue);
  color: var(--white);
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

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

.button.submit-button.hide {
  display: none;
}

.button.submit-button._50 {
  height: 45px;
}

.button.blue-outline {
  border: 1px solid var(--dodger-blue);
  color: var(--dodger-blue);
  background-color: #0000;
  padding-top: 11px;
  padding-bottom: 11px;
}

.button.blue-outline:hover {
  background-color: var(--dodger-blue);
  color: var(--white);
}

.button.blue-outline.with-icon {
  padding-left: 5px;
}

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

.button.dark-blue.with-icon {
  background-color: var(--royal-blue);
  color: var(--white);
  text-align: left;
  padding-left: 20px;
}

.button.dark-blue.with-icon:hover {
  background-color: var(--white);
  color: var(--royal-blue);
}

.button-icon {
  height: 16px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 20px;
  line-height: 16px;
  display: inline-block;
}

.section-header-wrapper {
  margin-bottom: 24px;
}

.section-header-wrapper.no-padding {
  margin-bottom: 0;
}

.section-header-wrapper.mbl-chkout.small {
  width: 55%;
}

.section-subheader {
  color: var(--grey);
  font-size: 18px;
  line-height: 1;
}

.section-header {
  margin-bottom: 7px;
  font-size: 40px;
}

.section-header.no-padding {
  margin-bottom: 0;
}

.section-header.no-padding.profile-name {
  color: #fff;
  margin-bottom: 16px;
  font-family: Cal Sans, sans-serif;
  font-size: 34px;
  font-weight: 300;
  line-height: 1.1;
}

.section-header.padding {
  text-align: center;
  margin-bottom: 60px;
}

.section-header.small {
  margin-bottom: 0;
  font-size: 25px;
}

.section-header.small._2 {
  margin-bottom: 35px;
}

.section-button-wrapper {
  width: 150px;
  max-width: 150px;
  padding-bottom: 2px;
}

.section-button-wrapper.longger {
  width: 170px;
  max-width: 190px;
}

.text-field {
  z-index: 2;
  color: #fff;
  background-color: #0a0d1fcf;
  border: 1px #c9d7f0;
  border-radius: 5px;
  height: 50px;
  margin-bottom: 26px;
  font-size: 15px;
  position: relative;
}

.text-field:focus {
  border-style: solid;
  border-color: var(--hover-blue);
  color: var(--white);
}

.text-field::placeholder {
  color: var(--grey-2);
}

.text-field.text-area {
  height: 100px;
}

.text-field.text-area._3 {
  height: 400px;
  padding-bottom: 8px;
}

.text-field.text-area._300 {
  height: 300px;
}

.text-field.text-area._300::placeholder {
  background-color: #0000;
}

.text-field.text-area._150 {
  height: 100px;
}

.text-field.with-icon {
  background-color: var(--neu);
  color: var(--white);
  border-style: none;
  border-color: #ccc;
  padding-left: 48px;
  font-size: 15px;
  font-weight: 400;
}

.text-field.with-icon:active {
  border-style: solid;
  border-color: #1dd0c8;
}

.text-field.with-icon:focus {
  border-style: solid;
  border-color: #1dcfc9;
  font-size: 15px;
}

.text-field.with-icon::placeholder {
  color: #ffffff47;
}

.text-field.with-icon._10-margin {
  margin-bottom: 8px;
}

.text-field.code {
  color: var(--dodger-blue);
  text-align: center;
  height: 100px;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
}

.text-field._3 {
  margin-bottom: 10px;
}

.text-field._3::placeholder {
  background-color: #0000;
}

.text-field.time {
  width: 50%;
}

.field-label {
  color: #ffffffa8;
  margin-bottom: 8px;
  padding-left: 0;
  font-family: Cal Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
}

.field-label._300 {
  font-size: 12px;
}

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

.choice-item {
  text-align: center;
  height: 94px;
}

.choice-item.no-line {
  padding-bottom: 3px;
}

.choice-content {
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 50px 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.choice-content.wider {
  grid-column-gap: 8px;
}

.choice-icon {
  text-align: center;
  border-radius: 50%;
  width: auto;
  height: 35px;
  margin-right: 16px;
  font-family: Material, sans-serif;
  font-size: 50px;
  line-height: 35px;
}

.choice-icon.storefront {
  font-size: 46px;
}

.choice-icon.loose {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 0;
  display: flex;
}

.choice-header {
  font-size: 16px;
  font-weight: 500;
}

.choice-subheader {
  font-size: 12px;
}

.table-column {
  align-items: center;
  width: 20%;
  height: 100%;
  padding-left: 24px;
  display: flex;
}

.table-row {
  background-color: #fff;
  border-radius: 16px;
  height: 90px;
  margin-bottom: 8px;
  display: flex;
  overflow: hidden;
}

.table-row.table-header {
  z-index: 1;
  color: var(--grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #cccccc80;
  border-top-style: none;
  border-bottom: 1px solid #0000;
  border-left-color: #0000;
  border-right-color: #0000;
  height: 70px;
  font-size: 13px;
  font-weight: 600;
  display: none;
  position: relative;
}

.table-text {
  height: 20px;
  font-size: 15px;
  line-height: 21px;
  overflow: hidden;
}

.table-text._13 {
  letter-spacing: .25px;
  font-size: 12px;
}

.table-block {
  flex: 1;
}

.table-block._90 {
  flex: 1;
  height: 100%;
  padding-top: 4px;
  display: flex;
}

.table-block.blobs {
  border: 1px none var(--borders);
  color: var(--black-33);
  flex: 1;
  height: 100%;
  display: flex;
}

.table-estado {
  background-color: #0000;
  flex: 1;
  max-width: 95px;
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
  line-height: 100%;
  overflow: hidden;
}

.table-estado.pendente {
  color: #e8a21e;
  background-color: #f6e7d1;
  max-width: 120px;
}

.table-wrapper {
  border: 1px none var(--borders);
  border-radius: 16px;
  padding-bottom: 0;
  overflow: hidden;
}

.product-image-tabs {
  height: 100%;
  min-height: 600px;
}

.product-images-gallery {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  height: 19%;
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.product-image-content {
  height: 81%;
  max-height: 500px;
  padding-bottom: 16px;
}

.product-image-tab-link {
  background-color: #0000;
  width: 25%;
  min-width: 25%;
  max-width: 25%;
  padding: 0 8px;
}

.product-image-tab-link.w--current {
  opacity: .5;
  background-color: #0000;
}

.tab-pane {
  height: 100%;
}

.image-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.image-wrapper.rounded-corners {
  border-radius: 16px;
}

.image-wrapper.rounded-corners.borders {
  border: 1px solid var(--borders);
}

.image-wrapper.product-card-image-wrapper {
  border-radius: 5px;
  height: 207px;
}

.image-wrapper.product-card-image-wrapper.shorter {
  height: 150px;
}

.image-wrapper.product-card-image-wrapper.space-20px {
  margin-top: 43px;
}

.image-wrapper.category-card-image-wrapper {
  border-radius: 12px;
  height: 277px;
  margin-bottom: 16px;
}

.image-wrapper.profile-thumbnail {
  border-radius: 50%;
  width: 250px;
  height: 250px;
  margin-right: 4vw;
}

.image-wrapper.profile-image {
  cursor: pointer;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: visible;
}

.image-wrapper.nav-profile-thumbnail {
  border-radius: 50%;
  width: 27px;
  height: 27px;
  margin-right: 8px;
}

.image-wrapper.hero-image-link {
  border-radius: 24px;
  position: absolute;
  inset: 0%;
}

.image-wrapper.cart-image-wrapper {
  border: 1px solid var(--borders);
  border-radius: 12px;
  height: 130px;
}

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

.cover-image.float {
  object-position: 50% 0%;
}

.cover-image.round {
  border-radius: 50%;
}

.cover-image.hero, .cover-image.random-1 {
  object-position: 50% 50%;
}

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

.contain-image {
  object-fit: contain;
  width: 100%;
  max-width: none;
  height: 100%;
}

.contain-image.big-image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 120%;
}

.contain-image.align-left {
  object-position: 0% 50%;
}

.product-price {
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
}

.product-price.kz {
  margin-left: 2px;
  font-size: 14px;
  position: relative;
  top: -12px;
}

.product-price.kz.small {
  font-size: 10px;
  top: -5px;
}

.product-price.kz.medium {
  font-size: 11px;
  top: -7px;
}

.product-price.kz.green {
  color: #04a777;
}

.product-price.small {
  font-size: 16px;
}

.product-price.small.thinner {
  font-weight: 600;
}

.product-price.medium {
  font-size: 20px;
}

.product-price.blue {
  color: #1883d9f0;
  line-height: 100%;
}

.product-price.yellow {
  color: #f8c005;
}

.product-price.red {
  color: #bd3a3a;
}

.product-in-stock {
  color: var(--grey);
  align-items: center;
  margin-bottom: 3px;
  font-size: 15px;
  display: flex;
}

.stock-quantity {
  border: 1px solid var(--borders);
  text-align: center;
  border-radius: 12px;
  width: 45px;
  height: 40px;
  margin-right: 10px;
  line-height: 39px;
}

.product-description {
  color: var(--white);
  margin-bottom: 0;
  line-height: 1.6;
}

.product-items-wrapper {
  display: flex;
}

.plus-minus-wrapper {
  background-color: var(--white-2);
  color: var(--grey);
  border: 1px solid #0000;
  border-radius: 12px;
  justify-content: space-between;
  width: 120px;
  height: 40px;
  margin-right: 16px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  overflow: hidden;
}

.plus-minus-wrapper.no-margin {
  margin-right: 0;
}

.plus-minus-wrapper.no-margin.lngrs {
  width: auto;
}

.plus-minus-wrapper._100 {
  width: 100%;
}

.plus-minus-button {
  text-align: center;
  cursor: pointer;
  width: 33.33%;
  height: 100%;
  margin-top: 0;
  font-size: 20px;
  line-height: 40px;
  transition: all .2s;
  display: inline-block;
}

.plus-minus-button:hover {
  color: var(--black-33);
  background-color: #1112100d;
}

.plus-minus-button.minus {
  float: left;
  padding-left: 3%;
}

.plus-minus-button.plus {
  float: right;
  padding-right: 2%;
}

.quantity {
  text-align: center;
  cursor: default;
  width: 33.33%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10%;
  padding-right: 10%;
  line-height: 39px;
  display: inline-block;
}

.quantity.no-padding {
  padding-left: 0%;
  padding-right: 0%;
}

.product-title {
  color: #fff;
  font-family: Cal Sans, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
}

.product-title.small {
  max-height: 42px;
  font-size: 15px;
  font-weight: 400;
  overflow: hidden;
}

.product-title.small.max-width {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.product-title.small.bottom-margin {
  max-height: 62px;
  margin-bottom: 16px;
}

.product-title.midium {
  font-size: 18px;
  font-weight: 400;
  overflow: hidden;
}

.product-category {
  color: var(--firebrick);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: -16px;
  font-size: 14px;
}

.product-category.small {
  color: var(--bleed);
  margin-bottom: -6px;
  font-family: Cal Sans, sans-serif;
  font-size: 9px;
}

.product-category._0-padding {
  margin-bottom: 0;
}

.product-category._0-padding._10 {
  color: var(--hover-blue);
  font-family: Cal Sans, sans-serif;
}

.extra-info-text {
  color: var(--grey);
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.4;
}

.extra-info-text.small {
  color: var(--white);
  font-size: 14px;
}

.extra-info-text.categeria-mble {
  color: var(--grey);
  margin-bottom: 0;
  font-size: 14px;
}

.product-card {
  background-color: var(--white);
  border-radius: 16px;
  overflow: hidden;
}

.product-card._3-col-grid {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 16px;
  display: grid;
}

.product-card._3-col-grid.borders {
  border: 1px solid var(--light-grey);
  background-color: #0000;
  margin-bottom: 16px;
}

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

.product-card._2-col-grid.borders {
  grid-column-gap: 40px;
  border: 1px solid var(--light-grey);
  grid-template-columns: 200px 1fr;
  margin-bottom: 16px;
  padding: 16px;
}

.product-card._2-col-grid.borders.in-srch {
  grid-template-columns: 151px 1fr;
  margin-bottom: 0;
}

.product-card._33 {
  background-color: var(--neu);
  border: 1px #c9d7f07d;
  border-radius: 5px;
  transition: all .35s;
}

.product-card._33:hover {
  transform: translate(0, -2px);
  box-shadow: 0 2px 5px #3898ec14;
}

.product-link {
  padding: 16px 16px 40px;
  display: block;
}

.product-link.grid {
  color: var(--black-33);
}

.product-link.grid._5-row {
  grid-row-gap: 8px;
  color: var(--white);
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-bottom: 16px;
  display: grid;
}

.product-link.grid._5-row.fliped {
  text-align: center;
  grid-template-rows: auto auto auto auto;
  padding-top: 40px;
  padding-bottom: 24px;
}

.category-card {
  background-color: var(--white);
  color: var(--black-33);
  border-radius: 24px;
  padding: 16px;
  overflow: hidden;
}

.flex {
  display: flex;
}

.category-title {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
}

.extra-info {
  color: var(--grey);
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.4;
}

.extra-info.sided {
  font-size: 13px;
  line-height: 1;
}

.category-card-text-wrapper {
  flex: 1;
}

.category-card-icon-wrapper {
  color: var(--grey);
  justify-content: flex-end;
  align-items: center;
  padding-left: 24px;
  display: flex;
  position: relative;
}

.category-card-icon-wrapper.float-on-top {
  display: none;
}

.price-table-wrapper {
  border: 1px solid var(--light-grey);
  color: var(--black-33);
  border-radius: 16px;
  padding: 35px 24px 24px;
}

.header-wrapper.h4 {
  margin-bottom: 35px;
}

.header-wrapper._16 {
  margin-bottom: 24px;
}

.header-wrapper.purchase {
  margin-bottom: 16px;
}

.header {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.header.thinner {
  color: #ffffffbf;
  font-weight: 400;
  line-height: 25px;
}

.header.thinner.dark {
  color: var(--black-33);
  font-weight: 600;
}

.header.thinner.cntrd.pgmnto {
  margin-bottom: 6px;
}

.header.thinner.bold {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

.header.thinner.thin-thin {
  font-weight: 300;
  line-height: 1.1;
}

.header.form-section {
  text-align: center;
  margin-bottom: 24px;
}

.header._212.cntrd._2 {
  font-size: 20px;
  font-weight: 400;
}

.header.dropdown-link-text {
  line-height: 1;
  display: inline-block;
}

.header.dropdown-link-text.page-title {
  font-size: 40px;
  line-height: 1.1;
}

.header.h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}

.header.h2.ative {
  font-weight: 600;
}

.price-list-item {
  color: var(--grey);
  height: 20px;
  margin-bottom: 10px;
  font-size: 14px;
  overflow: hidden;
}

.price-title {
  display: inline-block;
}

.price-title.total {
  margin-right: 6px;
  font-size: 16px;
}

.price-title._20 {
  color: var(--balck);
}

.price-numbers {
  float: right;
  display: inline-block;
}

.price-total {
  border-top: 1px solid var(--light-grey);
  border-bottom: 1px none var(--light-grey);
  margin-top: 24px;
  margin-bottom: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 16px;
  font-weight: 600;
}

.price-total.no-btm-padding {
  margin-bottom: 0;
}

.price-total._800 {
  border-top-style: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.fixed-sidebar {
  position: sticky;
  top: 120px;
}

.footer {
  background-color: #0000;
  padding-bottom: 0;
  display: none;
}

.navigator {
  z-index: 1000;
  background-color: #0000;
  border-bottom: 1px #ffffff0d;
  height: 80px;
  position: sticky;
  inset: 0% 0% auto;
}

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

.choice-tab-content {
  min-height: 100px;
  padding-top: 16px;
}

.choice-tab-link {
  color: var(--grey);
  background-color: #0000;
  border: 3px solid #cccccc80;
  border-radius: 16px;
  height: 96px;
  padding: 0;
}

.choice-tab-link:hover {
  border-color: #ccc;
}

.choice-tab-link.w--current {
  border-color: var(--dodger-blue);
  background-color: var(--white);
  color: var(--black-33);
}

.selected-tab-pane {
  border: 1px none var(--dodger-blue);
  border-radius: 16px;
  min-height: 200px;
}

.category-tab-link {
  color: var(--black-33);
  background-color: #0000;
  border-radius: 12px;
  padding: 0 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 41px;
  transition: all .2s;
  display: block;
  overflow: hidden;
}

.category-tab-link:hover {
  background-color: var(--white-2);
}

.category-tab-link.w--current {
  color: var(--firebrick);
  background-color: #0000;
  font-weight: 700;
}

.dropdown-icon {
  margin-right: 20px;
  font-size: 12px;
}

.dropdown-icon._8px-padding {
  margin-right: 11px;
  font-size: 11px;
}

.dropdown-icon.on-category-dropdown {
  margin-left: 10px;
  margin-right: 0;
  font-size: 18px;
  position: relative;
}

.dropdown-icon.in-nav-profile {
  margin-right: 8px;
  font-size: 11px;
  line-height: 1;
  top: 2px;
}

.dropdown-icon.on-faq-title {
  margin-left: 0;
  margin-right: 24px;
  font-size: 16px;
  position: absolute;
}

.chevron-icon {
  margin-right: 12px;
  font-size: 12px;
  transform: rotate(-90deg);
}

.chevron-icon._25 {
  margin-right: 18px;
}

.chevron-icon._0 {
  margin-right: 0;
  font-size: 16px;
}

.chevron-icon.hidden, .chevron-icon._00 {
  display: none;
}

.product-category-link {
  margin-bottom: -16px;
}

.button-wrapper-2 {
  height: 40px;
}

.button-wrapper-2._20-left {
  margin-left: -17px;
}

.button-wrapper-2._20-left.resources-menu-link {
  margin-bottom: 10px;
}

.resources-wrapper {
  display: flex;
}

.resources-nav {
  width: 316px;
  padding-top: 65px;
  padding-bottom: 100px;
  padding-right: 40px;
}

.resources-block {
  max-width: 654px;
  margin-left: auto;
  margin-right: auto;
}

.button-2 {
  color: #0582ff;
  text-align: center;
  height: 40px;
  padding: 12px 17px;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.button-2:hover {
  opacity: .95;
  transform: translate(3.5px);
}

.button-2.resources-menu-link {
  color: #667081;
}

.button-2.resources-menu-link:hover {
  transform: none;
}

.button-2.resources-menu-link.w--current {
  color: var(--firebrick);
}

.resources-content {
  flex: 1;
  min-height: 30vh;
  padding-top: 60px;
  padding-bottom: 50px;
}

.resources-nav-menu {
  float: right;
  width: 210px;
  height: 300px;
  position: sticky;
  top: 120px;
}

.button-text-2 {
  float: left;
  height: 16px;
  display: inline-block;
}

.header-title-wrapper.h1-header {
  margin-bottom: 25px;
  overflow: hidden;
}

.header-title-wrapper.h1-header._2 {
  margin-bottom: 55px;
}

.section-subheading {
  color: #8f9ba6;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 28px;
  font-size: .9em;
  font-weight: 500;
  line-height: 100%;
  display: inline-block;
}

.section-subheading.smaller-txt {
  font-size: .8em;
  font-weight: 400;
}

.section-subheading.smaller-txt.form {
  color: var(--grey);
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 16px;
  margin-left: 1px;
  font-size: 16px;
}

.contact-block._500px {
  padding-top: 0;
}

.contact-item {
  max-width: 360px;
  margin-bottom: 56px;
}

.contact-item._000 {
  margin-bottom: 0;
}

.contact-txt {
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 130%;
}

.table-scroll {
  border: 1px none var(--borders);
  overflow: visible;
}

.status-circles-wrapper {
  cursor: default;
  width: 30px;
  height: 30px;
  overflow: hidden;
}

.project-state {
  color: #fff;
  text-align: center;
  background-color: #a6a6a6;
  border-radius: 12px;
  width: 30px;
  height: 30px;
  font-size: 20px;
  overflow: hidden;
}

.project-state.done {
  background-color: var(--lime-green);
}

.project-state.done.hidden {
  display: none;
}

.project-state.in-progress {
  background-color: #ccc;
}

.status-content-wrapper {
  z-index: 5;
  flex-direction: column;
  flex: none;
  align-items: center;
  display: flex;
  position: relative;
}

.center-text {
  color: var(--grey-2);
  margin-top: 32px;
}

.center-text.confirmed {
  color: var(--black-33);
}

.linesman {
  border: 1px solid var(--light-grey);
  border-radius: 16px;
  align-items: center;
  padding: 34px;
  display: flex;
}

.status-line {
  flex: 1;
  height: 3px;
  position: relative;
  top: -26px;
}

.confirmed-line {
  z-index: 2;
  border: 2px solid var(--lime-green);
  background-color: var(--lime-green);
  border-radius: 10px;
  height: 2px;
  position: absolute;
  inset: 0% 0% auto;
}

.confirmed-line.hidden {
  z-index: 2;
  display: none;
}

.in-progress-line {
  border: 1px dashed #ccc;
  border-radius: 10px;
}

.line-seperator {
  background-color: var(--light-grey);
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.estado.em-processo {
  color: var(--goldenrod);
}

.estado.entregue {
  color: var(--lime-green);
}

.estado.cancelado {
  color: var(--tomato);
}

.nav-shadow {
  z-index: 0;
  box-shadow: none;
  background-color: #030511;
  position: absolute;
  inset: 0%;
}

.brand {
  align-items: center;
  width: 150px;
  height: 55px;
  display: flex;
}

.brand.at-auth {
  justify-content: center;
  width: 140px;
  height: auto;
  margin-bottom: 0;
  display: flex;
}

.nav-buttons-container {
  height: 100%;
  display: flex;
  position: relative;
}

.nav-menu-wrapper {
  z-index: 10000;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.nav-menu {
  z-index: 1200;
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 40vw;
  min-width: 480px;
  max-width: 650px;
  height: 100vh;
  min-height: 500px;
  max-height: 100vh;
  display: none;
  position: fixed;
  inset: 0% 0% 0% auto;
  overflow: auto;
}

.overlay {
  z-index: 1100;
  background-color: #00000059;
  display: none;
  position: fixed;
  inset: 0%;
}

.close-nav {
  color: var(--black-33);
  text-align: center;
  cursor: pointer;
  border-radius: 12px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  transition: all .2s;
  position: absolute;
  inset: 6vh 5vw auto auto;
  box-shadow: 0 0 12px #0000001a;
}

.close-nav:hover {
  color: var(--black-33);
}

.close-nav.close-edit-profile {
  z-index: 10;
  background-color: var(--white);
  width: 45px;
  height: 45px;
  top: 18px;
  right: 18px;
  overflow: hidden;
}

.close-nav.close-search {
  z-index: 2;
  color: var(--black-33);
  margin-top: 21px;
  margin-bottom: 21px;
  margin-right: 16px;
  inset: 0% 0% 0% auto;
}

.close-nav.cat {
  z-index: 1;
  background-color: var(--white);
  margin-left: auto;
  margin-right: auto;
  inset: -14px -300px auto 0%;
}

.menu {
  margin-left: 5vw;
  margin-right: 40px;
}

.nav-link {
  color: var(--black-33);
  border-radius: 8px;
  align-items: center;
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 16px;
  font-size: 18px;
  line-height: 1;
  transition: background-color .2s, transform 50ms cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: relative;
}

.nav-link:hover {
  background-color: var(--table-header);
}

.nav-link.w--current {
  color: var(--firebrick);
}

.ham-menu {
  color: var(--black-33);
  cursor: pointer;
  border-radius: 12px;
  width: 45px;
  height: 45px;
  transition: background-color .2s;
  overflow: hidden;
}

.ham-menu:hover {
  background-color: var(--table-header);
}

.dropdown-cart-wrapper {
  z-index: 10000;
  align-items: center;
  height: 100%;
  padding-left: 16px;
  display: none;
  position: relative;
}

.dropdown-cart {
  z-index: 5000000;
  background-color: var(--white);
  border-radius: 24px;
  width: 350px;
  height: 80vh;
  min-height: 500px;
  max-height: 700px;
  padding-top: 80px;
  padding-bottom: 88px;
  display: none;
  position: absolute;
  inset: 90px 16px 0% auto;
  overflow: hidden;
  box-shadow: 0 3px 24px #0003;
}

.close-cart {
  z-index: 2;
  color: var(--black-33);
  cursor: pointer;
  border-radius: 12px;
  width: 40px;
  height: 40px;
  font-size: 25px;
  transition: all .2s;
  position: absolute;
  inset: 18px 18px auto auto;
  box-shadow: 0 0 12px #0000001a;
}

.close-cart:hover {
  color: var(--black-33);
}

.cart-title-wrapper {
  z-index: 1;
  align-items: center;
  height: 40px;
  padding-left: 3px;
  display: flex;
  position: absolute;
  inset: 24px auto auto 24px;
}

.white-bg {
  border-bottom: 1px solid var(--borders);
  background-color: var(--white);
  height: 80px;
  position: absolute;
  inset: 0% 0% auto;
}

.cart-icon {
  color: var(--black-33);
  cursor: pointer;
  border-radius: 12px;
  width: 45px;
  height: 45px;
  transition: background-color .2s;
  position: relative;
  overflow: hidden;
}

.cart-icon:hover {
  background-color: var(--table-header);
}

.pop-up-wrapper {
  z-index: 12000;
  align-items: center;
  padding-left: 16px;
  display: block;
  position: relative;
}

.decoy {
  height: 1px;
  position: absolute;
  inset: 0% 0% auto;
}

.gray-body {
  background-color: var(--table-header);
}

.nav-auth-buttons-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 270px;
  padding-left: 32px;
  display: grid;
}

.nav-auth-buttons-wrapper._0-padding {
  padding-left: 0;
}

.nav-auth-buttons-wrapper.hidden {
  display: none;
}

.material-icons {
  text-align: center;
  width: 100%;
  height: 100%;
  padding-top: 12px;
  padding-bottom: 0;
  font-family: Material, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 1;
}

.material-icons.more-padding {
  padding-top: 13px;
}

.material-icons.close {
  padding-top: 8px;
  padding-bottom: 0;
  font-size: 24px;
}

.material-icons.close.white {
  z-index: 1;
  background-color: var(--white);
  text-align: center;
  padding-top: 11px;
  padding-bottom: 9px;
  position: relative;
}

.material-icons.on-40 {
  padding-top: 8px;
  padding-bottom: 9px;
}

.material-icons.on-40._35, .material-icons.on-40.product-page-add {
  padding-top: 8px;
}

.material-icons.bigger {
  color: var(--white);
  padding-top: 0;
  padding-bottom: 0;
  font-size: 32px;
}

.material-icons.checker {
  padding-top: 5px;
  padding-bottom: 4px;
  font-size: 20px;
}

.material-icons.on-35 {
  padding-top: 9px;
  padding-bottom: 9px;
}

.material-icons.resrc {
  position: relative;
  top: -10px;
}

.material-icons._2 {
  color: #fff;
  padding-top: 0;
  line-height: 1.2;
}

.material-icons._1 {
  display: none;
}

.search-button-wrapper {
  align-items: center;
  padding-left: 16px;
  display: flex;
}

.search-icon {
  color: var(--black-33);
  cursor: pointer;
  border-radius: 12px;
  width: 45px;
  height: 45px;
  transition: background-color .2s;
  overflow: hidden;
}

.search-icon:hover {
  background-color: var(--table-header);
}

.navigator-link {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  color: #ffffffcf;
  height: 40px;
  margin-right: 35px;
  font-size: 15px;
  font-weight: 400;
  line-height: 42px;
  display: flex;
}

.navigator-link.w--current {
  color: var(--hover-blue);
  align-items: center;
  font-weight: 500;
}

.navigator-menu {
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 40px;
  display: flex;
  overflow: hidden;
}

.navigator-menu.mobile {
  flex-flow: column;
  display: none;
}

.auth-section {
  overflow: hidden;
}

.cometa-sidebar {
  background-color: var(--dodger-blue);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 30%;
  min-width: 30%;
  max-width: 30%;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.auth-content-wrapper {
  margin-left: 30%;
}

.auth-content-wrapper.log-in {
  margin-left: 0%;
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.auth-content-wrapper.no-sidebar {
  height: 100vh;
  margin-left: 0%;
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.form-field-wrapper {
  margin-bottom: 35px;
  position: relative;
}

.form-field-wrapper.terms-cond {
  margin-bottom: 32px;
}

.form-field-wrapper.code-filed-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 7vh;
  display: grid;
}

.form-field-icon {
  color: var(--grey-2);
  width: 48px;
  height: 48px;
  padding-left: 2px;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.profile-image-wrapper {
  margin-bottom: 5vh;
}

.add-image-icon {
  background-color: var(--firebrick);
  color: var(--white);
  border-radius: 50%;
  width: 45px;
  height: 45px;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.nav-profile-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-left: 23px;
  display: flex;
}

.nav-profile-wrapper.hidden {
  display: block;
}

.nav-profile-wrapper.no-padding {
  padding-left: 0;
}

.nav-profile {
  position: relative;
}

.nav-profile.w--current {
  padding-right: 17px;
}

.address-form {
  width: 500px;
}

.address-wrapper {
  border: 1px solid var(--dodger-blue);
  border-radius: 16px;
  padding: 24px;
}

.address-wrapper._40 {
  border-style: none;
  padding: 40px 40px 24px;
  display: none;
}

.instructions-wrapper {
  padding-top: 20px;
}

.login-nav {
  border-bottom: 1px none var(--borders);
  flex-direction: column;
  align-items: center;
  margin-bottom: 5vh;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.login-nav._5 {
  margin-bottom: 7vh;
}

.heading {
  text-align: center;
}

.heading.blue {
  color: #ffffffbf;
  font-size: 25px;
  font-weight: 600;
}

.cart-alert {
  width: 12px;
  height: 12px;
}

.checkbox-wrapper {
  margin-bottom: 0;
  padding-left: 31px;
}

.checkbox-wrapper.cntrd {
  justify-content: center;
  margin-top: 44px;
  padding-left: 0;
  display: flex;
}

.checkbox {
  border-width: 2px;
  border-color: #ccc;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: -31px;
}

.checkbox.w--redirected-checked {
  background-size: 14px;
}

.checkbox.free {
  float: none;
  margin-left: 0;
  margin-right: 10px;
  display: inline-block;
}

.checkbox-label {
  color: #fff;
  margin-bottom: 0;
  font-size: 15px;
}

.checkbox-label.free-2 {
  display: inline-block;
}

.tc {
  color: var(--hover-blue);
  margin-left: 3px;
  text-decoration: underline;
}

.counter-auth {
  text-align: center;
  margin-top: 50px;
  font-weight: 500;
}

.counter-auth.float {
  margin-top: 0;
  margin-left: 0%;
}

.counter-auth.float.no-margin {
  margin-left: 0%;
}

.counter-auth.password-rcvr {
  color: #76767680;
  text-align: left;
  margin-top: 16px;
  margin-bottom: 40px;
  padding-left: 8px;
  font-size: 15px;
  font-weight: 400;
}

.counter-auth-link {
  color: var(--hover-blue);
  margin-left: 2px;
  transition: all .2s;
}

.counter-auth-link:hover {
  text-decoration: underline;
}

.counter-auth-link.dark {
  color: #ffffff6b;
  text-decoration: underline;
}

.edit-profile {
  z-index: 5000000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 600px;
  max-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.edit-profile-form {
  grid-row-gap: 60px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  height: 100%;
  padding: 40px;
  overflow: auto;
}

.edit-profile-section {
  margin-bottom: 60px;
}

.wrapper {
  z-index: 5;
  background-color: var(--white);
  border-radius: 26px;
  width: 500px;
  height: 90vh;
  min-height: 500px;
  max-height: 950px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  inset: 0%;
  overflow: hidden;
  box-shadow: 0 0 100px #0003;
}

.hero-wrapper._250px {
  border-radius: 24px;
  height: 200px;
  position: relative;
  overflow: hidden;
}

.hero-wrapper.in-catgry {
  border-radius: 16px;
  height: 150px;
  position: relative;
  overflow: hidden;
}

.hero-slider {
  background-color: #0000;
  height: 430px;
}

.slide-arrow {
  display: none;
}

.slide {
  overflow: hidden;
}

.slide-nav {
  color: var(--white);
  text-align: left;
  width: 50px;
  height: 15px;
  padding-top: 0;
  font-size: 5px;
  display: none;
  inset: auto auto 0% 43px;
}

.banner {
  background-color: var(--black-33);
  border-radius: 24px;
  height: 220px;
  overflow: hidden;
}

.text-wrapper {
  color: var(--white);
  background-image: linear-gradient(#00000059, #00000059);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.red-price {
  color: var(--firebrick);
}

.cart-product-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 130px;
  margin-bottom: 16px;
  display: grid;
  overflow: hidden;
}

.cart-products-content-wrapper {
  height: 100%;
  padding: 24px 24px 4px;
  overflow: auto;
}

.search-content {
  z-index: 5000000;
  background-color: var(--white);
  border-radius: 24px;
  flex-direction: column;
  width: 610px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 20px 0% auto;
  overflow: hidden;
  box-shadow: 0 3px 24px #0003;
}

.search-wrapper {
  height: 100%;
  margin-bottom: 0;
  margin-right: 70px;
}

.search {
  z-index: 1;
  background-color: #0000;
  border: 1px #000;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 80px;
  margin-bottom: 0;
  padding-left: 60px;
  padding-right: 0;
  font-size: 20px;
  position: relative;
}

.search::placeholder {
  color: var(--grey-2);
  font-weight: 400;
}

.search-button {
  color: var(--grey-2);
  text-align: center;
  background-color: #0000;
  width: 45px;
  height: 45px;
  margin-top: 18px;
  margin-bottom: 19px;
  padding: 1px 0 0;
  font-family: Material, sans-serif;
  font-size: 23px;
  line-height: 1;
  position: absolute;
  inset: 0% auto auto 16px;
}

.cart-item-counter {
  background-color: var(--tomato);
  color: var(--white);
  text-align: center;
  cursor: pointer;
  border-radius: 200px;
  min-width: 14px;
  height: 14px;
  padding-top: 2px;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  display: none;
  position: absolute;
  inset: 1px 4px auto auto;
}

.uploaded-photo-div {
  border-right: 1px solid var(--light-grey);
  justify-content: center;
  align-items: center;
  width: 150px;
  min-width: 150px;
  max-width: 150px;
  padding: 15px;
  display: flex;
}

.uploaded-photo-div.chat {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: 230px;
  margin-bottom: 8px;
  padding: 0;
}

.div-block {
  flex: 1;
}

.uploaded-image-resolution {
  color: var(--grey);
  font-size: 14px;
}

.uploaded-image-resolution.sender {
  color: var(--borders);
  align-items: flex-start;
}

.sub-delete-button {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  cursor: pointer;
  border-radius: 4px;
  height: 40px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 9px 25px;
  font-size: 14px;
  text-decoration: none;
  transition: transform 50ms cubic-bezier(.455, .03, .515, .955), border-color .2s, color .2s, background-color .2s;
}

.sub-delete-button:active {
  transform: scale(.98);
}

.sub-delete-button.gray {
  background-color: var(--white-2);
  color: var(--grey);
  border: 1px solid #cccccc80;
  border-radius: 8px;
  margin-left: 0;
  margin-right: 8px;
  padding-top: 9px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
}

.sub-delete-button.gray:hover {
  background-color: var(--dodger-blue);
  color: #fff;
  border-color: #0000;
}

.sub-delete-button.gray.eliminar {
  width: 105px;
}

.sub-delete-button.gray.eliminar:hover {
  background-color: var(--tomato);
}

.sub-delete-button.gray.eliminar.longersss {
  width: auto;
}

.sub-delete-button.gray.logout-button {
  border-color: #c9d7f07d;
  width: 125px;
}

.sub-delete-button.gray.logout-button:hover {
  background-color: var(--tomato);
}

.sub-delete-button.gray.logout-button.w--current {
  width: 43%;
}

.sub-delete-button.gray.logout-button._20 {
  border-radius: 5px;
  width: auto;
  min-width: 120px;
}

.sub-delete-button.gray.sender {
  background-color: var(--dodger-blue);
  color: var(--ghost-white);
  border-style: none;
}

.uploaded-photo-wrapper {
  display: none;
}

.uploaded-photo-wrapper.chat {
  border-top-right-radius: 24px;
  width: 100%;
  display: block;
}

.photo-upload-input-wrapper {
  border-bottom: 1px solid #e0e2e7;
  min-height: 170px;
  margin-bottom: 25px;
  padding-top: 0;
  padding-bottom: 30px;
}

.photo-upload-input-wrapper.no-line {
  border-bottom-style: none;
}

.photo-upload-input-wrapper.no-line.chat {
  background-color: #eaeff5;
  border-radius: 4px 24px 24px;
  margin-bottom: 0;
}

.photo-upload-input-wrapper.no-line.chat.receiver {
  background-color: #eaeff5;
  border-top-left-radius: 24px;
}

.photo-upload-input-wrapper.no-line.chat.sender {
  background-color: #4a99f5;
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  border-bottom-right-radius: 4px;
  width: 100%;
}

.photo-contain {
  max-width: 90px;
}

.photo-contain.chat {
  width: 100%;
  max-width: none;
  height: 100%;
}

.photo-upload-input-field {
  text-align: center;
  cursor: pointer;
  background-color: #f8f8f8;
  border: 2px dashed #d0d3dd;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 170px;
  transition: all .1s;
  display: flex;
}

.photo-upload-input-field:hover {
  background-color: #fff;
}

.photo-upload-input-field:focus {
  background-color: #fff;
  border-color: #ff5c4b;
}

.photo-upload-input-field::placeholder {
  color: #9c9c9c;
}

.photo-upload-input-field.no-bg-fill {
  color: var(--black-33);
  background-color: #0000;
  border-width: 1px;
  border-color: #568ceeed;
  border-radius: 5px;
}

.photo-upload-input-field.no-bg-fill:hover {
  background-color: #090c1c;
}

.uploaded-photo-content {
  border: 1px solid var(--light-grey);
  background-color: #f5f5f559;
  border-radius: 16px;
  height: 130px;
  margin-bottom: 10px;
  display: flex;
}

.uploaded-photo-content.chat {
  background-color: #f5f5f500;
  border-style: none;
  flex-flow: column;
  height: 230px;
}

.form-button-icon {
  float: left;
  margin-right: 8px;
  font-family: Material, sans-serif;
  font-size: 18px;
  position: relative;
  top: 0;
}

.uploaded-image-name {
  height: 16px;
  margin-bottom: 3px;
  line-height: 100%;
  overflow: hidden;
}

.uploaded-image-name.sender {
  color: #fff;
  align-items: flex-start;
}

.photo-upload-text {
  color: var(--white);
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 100%;
}

.photo-upload-text.small-gray {
  color: var(--grey);
  margin-bottom: 0;
  margin-left: 25px;
  margin-right: 25px;
  font-size: 16px;
  font-weight: 400;
}

.photo-upload-text.small-gray.click {
  font-size: 14px;
}

.photo-upload-text.small-gray.tap {
  display: none;
}

.uploaded-photo-info {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.uploaded-photo-info.chat {
  padding-left: 23px;
}

.comprovativo-icon {
  cursor: pointer;
  border-radius: 12px;
  width: 45px;
  margin-bottom: 14px;
  overflow: hidden;
}

.cometa-info-contain {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  color: var(--white);
  flex: 1;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 250px;
  display: grid;
  position: relative;
}

.cometa-paragraph {
  color: var(--white);
  margin-bottom: 0;
  font-weight: 400;
}

.cometa-logo {
  text-align: left;
  height: 33px;
  margin-bottom: 20px;
}

.cometa-header {
  font-size: 43px;
  line-height: 1.1;
}

.cometa-flow {
  z-index: 2;
  opacity: .1;
  position: absolute;
  inset: auto auto -3% -2%;
}

.code-info-wrapper {
  text-align: center;
  max-width: 350px;
  margin-top: 5vh;
  line-height: 1.3;
}

.toal-price {
  float: right;
  display: inline-block;
}

.auth-menu-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 5vw;
  display: grid;
  position: relative;
  top: 9vh;
}

.slider-wrapper {
  display: none;
}

.nav-link-text {
  align-items: center;
  height: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 45px;
  display: flex;
}

.nav-link-text._6785 {
  position: relative;
  top: -2px;
}

.nav-link-icon {
  width: 45px;
  height: 100%;
  margin-right: 8px;
  position: relative;
}

.nav-link-icon._22 {
  align-items: center;
  width: auto;
  margin-right: 0;
  padding-right: 5px;
  display: flex;
}

.tabed-section {
  z-index: 10;
  border-bottom: 1px solid var(--light-grey);
  background-color: var(--white);
  height: 70px;
  display: none;
  position: sticky;
  top: 80px;
}

.tab-menu {
  flex-direction: column;
  display: flex;
}

.tab-link {
  color: var(--grey);
  border-top: 3px solid #0000;
  border-bottom: 2px solid #0000;
  align-items: center;
  height: 100%;
  margin-top: 1px;
  margin-bottom: 0;
  font-size: 16px;
  transition: all .2s;
  display: flex;
}

.tab-link:hover {
  color: var(--black-33);
}

.tab-link.w--current {
  color: var(--firebrick);
  font-weight: 500;
}

.tab-link.hover-effect {
  border-top-style: none;
  border-bottom-style: none;
  border-radius: 8px;
  padding: 3px 16px;
}

.tab-link.hover-effect:hover {
  background-color: var(--table-header);
}

.tab-link-icon {
  align-items: center;
  width: 23px;
  height: 100%;
  margin-right: 7px;
  padding-top: 8px;
  display: flex;
  position: relative;
}

.user-info {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1;
}

.edit-profile-button-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 70px;
  display: flex;
  position: absolute;
  inset: 0 40px auto auto;
}

.profile-edit {
  color: var(--grey);
  cursor: pointer;
  border-top: 3px solid #0000;
  border-bottom: 2px solid #0000;
  align-items: center;
  height: 100%;
  margin-top: 1px;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 16px;
  transition: all .2s;
  display: flex;
}

.profile-edit:hover {
  color: var(--black-33);
}

.profile-edit.w--current {
  border-bottom-color: var(--firebrick);
  color: var(--black-33);
  font-size: 16px;
}

.logout {
  color: var(--grey);
  cursor: pointer;
  border-top: 3px solid #0000;
  border-bottom: 2px solid #0000;
  align-items: center;
  height: 100%;
  margin: 1px 0 0 40px;
  font-size: 16px;
  transition: all .2s;
  display: flex;
}

.logout:hover {
  color: var(--black-33);
}

.logout.w--current {
  border-bottom-color: var(--firebrick);
  color: var(--black-33);
  font-size: 16px;
}

.tab-triggered-element {
  height: 100%;
}

.tab-overlay {
  z-index: 1;
  background-color: #00000059;
  display: none;
  position: fixed;
  inset: 0%;
}

.tab-trigger, .close-tab {
  display: none;
}

.checkout-button {
  text-align: center;
  border-radius: 12px;
  height: 45px;
  padding: 15px 20px 8px;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  transition: color .2s, border-color .2s, background-color .2s cubic-bezier(1, 0, 0, 1);
  display: block;
  position: relative;
  overflow: hidden;
}

.checkout-button.blue-button {
  background-color: var(--dodger-blue);
  color: var(--white);
  flex: 1;
  padding-left: 0;
  padding-right: 0%;
  position: relative;
}

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

.checkout-trigger, .embed {
  display: none;
}

.user-with-address {
  border: 1px none var(--dodger-blue);
  min-height: 351px;
  padding: 20px 0 0;
}

.address-tab-content {
  height: 0;
}

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

.adress-tabs {
  margin-bottom: 8px;
}

.adress-tab-link {
  color: var(--grey);
  background-color: #0000;
  border: 3px solid #cccccc80;
  border-radius: 12px;
  margin-bottom: 16px;
  padding: 24px;
  font-weight: 400;
  transition: all .2s;
  display: block;
}

.adress-tab-link:hover {
  border-color: #ccc;
}

.adress-tab-link.w--current {
  border-color: var(--dodger-blue);
  background-color: var(--white);
  color: var(--black-33);
}

.adress-tab-link.thin {
  background-color: var(--white);
  color: var(--black-33);
  border-width: 1px;
  margin-bottom: 0;
}

.adress-tab-link.thin:hover {
  border-color: var(--light-grey);
}

.address-link-text {
  height: 20px;
  margin-bottom: 10px;
  overflow: hidden;
}

.add-icon {
  width: auto;
  height: 46px;
  margin-right: 8px;
}

.cart-price {
  color: var(--grey);
}

.cart-price.margin {
  margin-top: 8px;
}

.cart-prod-name-link {
  color: var(--black-33);
}

.delete-icon {
  background-color: var(--table-header);
  color: var(--grey-2);
  cursor: pointer;
  border-radius: 12px;
  width: 45px;
  height: 40px;
  margin-right: 0;
  transition: all .2s;
  position: absolute;
  inset: auto 8px 0% auto;
}

.delete-icon:hover {
  background-color: var(--tomato);
  color: var(--white);
}

.quantity-delete {
  position: relative;
}

.checkout-mobile, .checkout-mobile-nav, .checkout-content-wrapper.pay-4 {
  display: none;
}

.form-button-text {
  display: inline-block;
}

.address-cta-wrapper {
  margin-top: 28px;
  display: flex;
}

.address-cta-wrapper.edit-logout-profile {
  margin-top: 40px;
}

.cart-icon-link {
  color: var(--black-33);
  cursor: pointer;
  border-radius: 12px;
  width: 45px;
  height: 45px;
  transition: background-color .2s;
  display: none;
  position: relative;
  overflow: hidden;
}

.cart-icon-link:hover {
  background-color: var(--table-header);
}

.edit-address {
  z-index: 5000000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 600px;
  max-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.close-edit-stuff {
  position: absolute;
  inset: 0%;
}

.edit-popup-wrapper {
  z-index: 11000;
  align-items: center;
  padding-left: 16px;
  display: flex;
  position: relative;
}

.new-address {
  z-index: 5000000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 600px;
  max-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.new-address-button {
  background-color: var(--dodger-blue);
  color: var(--grey);
  cursor: pointer;
  border-top: 3px solid #0000;
  border-bottom: 2px solid #0000;
  align-items: center;
  height: 100%;
  margin-top: 1px;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 15px;
  transition: transform 50ms cubic-bezier(.455, .03, .515, .955), border-color .2s, color .2s, background-color .2s;
  display: flex;
}

.new-address-button:hover {
  color: var(--black-33);
}

.new-address-button.w--current {
  border-bottom-color: var(--firebrick);
  color: var(--black-33);
  font-size: 16px;
}

.new-address-button.add-button {
  background-color: var(--dodger-blue);
  color: var(--white);
  text-align: center;
  border-radius: 12px;
  justify-content: center;
  width: 184.641px;
  height: 45px;
  margin-top: 0;
  padding-left: 25px;
  padding-right: 27px;
  font-size: 16px;
  overflow: hidden;
}

.new-address-button.add-button:hover {
  background-color: var(--hover-blue);
}

.new-address-button.add-button:active {
  transform: scale(.98);
}

.address-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 32px;
  display: grid;
}

.edit-button {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  cursor: pointer;
  border-radius: 4px;
  height: 40px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 9px 25px;
  font-size: 14px;
  text-decoration: none;
  transition: transform 50ms cubic-bezier(.455, .03, .515, .955), border-color .2s, color .2s, background-color .2s;
}

.edit-button:active {
  transform: scale(.98);
}

.edit-button.gray {
  background-color: var(--white-2);
  color: var(--grey);
  border: 1px solid #cccccc80;
  border-radius: 5px;
  margin-left: 0;
  margin-right: 8px;
  padding-top: 9px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
}

.edit-button.gray:hover {
  background-color: var(--dodger-blue);
  color: #fff;
  border-color: #0000;
}

.edit-button.gray.edit-addrss {
  width: 92px;
  display: flex;
}

.edit-button.gray.edit-profile-button {
  background-color: var(--dodger-blue);
  color: var(--white);
  background-image: linear-gradient(100deg, #207cd5, #1dd7c7);
  border-style: none;
  border-color: #0000;
  display: flex;
}

.edit-button.gray.edit-profile-button:hover {
  background-color: var(--royal-blue);
}

.edit-button.gray.ver-detalhes {
  border-color: var(--dodger-blue);
  background-color: var(--dodger-blue);
  color: var(--white);
  margin-right: 0;
}

.edit-button.gray._9 {
  background-color: var(--neu);
  border-style: solid;
  border-color: #c9d7f07d;
  width: 100%;
  transition: all .35s;
}

.edit-button.gray._9:hover {
  background-color: var(--dark-slate-blue);
}

.edit-button.gray.green {
  background-color: var(--lime-green);
  color: #fff;
  border-style: none;
}

.edit-button.gray._1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white-2);
  color: var(--black-33);
  border-style: solid;
  border-color: #c9d7f07d;
  flex-flow: row-reverse wrap;
  justify-content: center;
  align-items: center;
  width: 163px;
  font-size: 16px;
  transition: all .35s;
  display: flex;
}

.edit-button.gray._1:hover {
  background-color: var(--dark-slate-blue);
  color: var(--white);
}

.edit-button._1 {
  justify-content: center;
  align-items: center;
  width: 163px;
  display: flex;
}

.button-in-header {
  min-width: 150px;
  height: 44px;
  position: absolute;
  inset: -2px 40px auto auto;
}

.button-line {
  display: none;
}

.resumo-table-wrapper {
  border: 1px solid var(--light-grey);
  color: var(--black-33);
  border-radius: 16px;
  padding: 35px 24px 24px;
}

.resumo-table-wrapper._2 {
  margin-bottom: 25px;
}

.lottie-animation {
  z-index: 5;
  background-color: var(--lime-green);
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: none;
  position: absolute;
  inset: 0% 3px auto auto;
}

.lottie-spinner {
  z-index: 2;
  border-radius: 50%;
  width: 11px;
  height: 11px;
  display: none;
  position: absolute;
  inset: 0 5px auto auto;
}

.pagamento-date-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 28px;
  background-color: var(--table-header);
  border: 1px solid #0000;
  border-radius: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 32px 24px;
  display: grid;
}

.pagamento-data {
  color: var(--grey);
  font-size: 18px;
  line-height: 1;
}

.comprovativo-data {
  padding-top: 36px;
}

.modal-wrapper {
  z-index: 50000;
  background-image: linear-gradient(#00000059, #00000059);
  justify-content: center;
  align-items: center;
  padding-bottom: 10vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.close-modal {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.modal {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  background-color: var(--white);
  border-radius: 24px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 380px;
  padding: 50px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.modal.sucesso {
  color: var(--lime-green);
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.modal.alerta {
  color: var(--goldenrod);
  display: none;
}

.modal.danger {
  color: var(--tomato);
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.modal-icon {
  text-align: center;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-family: Regular Material, sans-serif;
  font-size: 50px;
  line-height: 50px;
}

.modal-icon.success {
  background-color: var(--lime-green);
  color: var(--white);
}

.modal-icon.danger {
  transform: scale(1.27);
}

.modal-header-wrapper {
  text-align: center;
}

.modal-paragraph {
  color: var(--black-33);
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

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

.modal-cta-wrapper.alerta {
  display: block;
}

.modal-button {
  text-align: center;
  border-radius: 12px;
  height: 45px;
  padding: 14px 20px 0;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  transition: transform 50ms cubic-bezier(.455, .03, .515, .955), border-color .2s, color .2s, background-color .2s cubic-bezier(1, 0, 0, 1);
  display: block;
  position: relative;
  overflow: hidden;
}

.modal-button.sucesso {
  background-color: var(--lime-green);
  color: var(--white);
  flex: 1;
  padding-left: 0;
  padding-right: 0%;
  position: relative;
}

.modal-button.secundario {
  border: 1px solid var(--light-grey);
  background-color: var(--white-2);
  color: var(--grey);
}

.modal-button.perigo {
  background-color: var(--tomato);
  color: var(--white);
  flex: 1;
  padding-left: 0;
  padding-right: 0%;
  position: relative;
}

.modal-button.alerta {
  background-color: var(--goldenrod);
  color: var(--white);
  flex: 1;
  padding-left: 0;
  padding-right: 0%;
  position: relative;
}

.social-media-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 40px 40px 40px 40px;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.social-links {
  width: 23px;
  height: 23px;
  margin-right: 16px;
}

.copyright-dev {
  text-align: center;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.copyright {
  color: var(--light-grey);
  align-items: center;
  font-size: 15px;
  display: flex;
}

.developer {
  color: var(--light-grey);
  height: 25px;
}

.powered-by {
  color: var(--grey);
  margin-right: 10px;
  font-size: 13px;
  line-height: 1;
  display: inline-block;
}

.cat-dropdown-toggle {
  color: var(--white);
  align-items: center;
  padding: 2px 7px 6px;
  display: flex;
  top: 0;
}

.prfl-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 10px;
  display: flex;
}

.prfl-grid._1 {
  margin-top: 35px;
}

.profile-header-link {
  color: var(--grey);
  border-left-style: none;
  border-radius: 12px;
  margin-right: 24px;
  padding: 12px 8px;
  transition: color .2s, transform 50ms cubic-bezier(.455, .03, .515, .955);
  overflow: hidden;
}

.profile-header-link:hover, .profile-header-link.w--current {
  color: var(--black-33);
}

.profile-header-link.active {
  color: var(--balck);
}

.profile-header-link.active.w--current {
  color: var(--bleed);
}

.profile-content-wrapper {
  background-color: var(--neu);
  border: 1px #c9d7f07d;
  border-radius: 5px;
  align-items: center;
  margin-top: 25px;
  padding: 32px 32px 32px 4vw;
  display: flex;
}

.compras-table-wrapper {
  border: 1px solid var(--light-grey);
  background-color: var(--borders);
  border-radius: 12px;
  overflow: hidden;
}

.table-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  color: var(--black-33);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 100px 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 80px;
  margin-top: 1px;
  display: grid;
}

.table-grid.table-header {
  color: var(--black-33);
  background-color: #0000;
  grid-template-columns: 1fr 1fr 100px 1fr 1fr 1fr;
  height: 70px;
  margin-top: 0;
  margin-bottom: -1px;
  font-size: 17px;
  font-weight: 500;
}

.table-grid.table-header.categorias {
  grid-template-columns: 2fr 1fr 100px 1fr 1fr;
}

.table-grid.table-header.clientes {
  grid-template-columns: 100px 2fr 100px 1fr 1fr;
}

.table-grid.table-header.faq {
  border-style: none;
  grid-template-columns: 1.5fr 1.5fr .5fr;
}

.table-grid.cat {
  grid-template-columns: 2fr 1fr 100px 1fr 1fr;
}

.table-grid.cliente {
  grid-template-columns: 100px 2fr 100px 1fr 1fr;
}

.table-grid.faq-1 {
  grid-template-columns: 1.5fr 1.5fr .5fr;
}

.table-content-block {
  padding-left: 24px;
  padding-right: 6px;
}

.table-content-block.cta {
  padding-left: 0;
  padding-right: 0;
}

.table-content-text {
  cursor: default;
  height: 20px;
  overflow: hidden;
}

.table-content-text.estado {
  font-weight: 700;
}

.table-content-text.estado.yellow {
  color: #edb805;
}

.table-content-text.estado.green {
  color: var(--lime-green);
}

.table-content-text.estado.red {
  color: var(--tomato);
}

.table-content-text.estado.grey {
  color: #888;
}

.table-content-text.estado.a-caminho {
  color: var(--royal-blue-2);
}

.table-content-text.description {
  display: none;
}

.table-content-text.azul {
  color: var(--hover-blue);
}

.section-decoy {
  height: 41px;
  position: absolute;
  inset: 0% 0% auto;
}

.profile-dropdown-toggle {
  color: #ffffff96;
  border-radius: 12px;
  align-items: center;
  height: 45px;
  padding: 0 22px 0 0;
  font-size: 15px;
  font-weight: 500;
  transition: transform 50ms cubic-bezier(.455, .03, .515, .955), background-color .2s, color .2s;
  display: flex;
  overflow: hidden;
}

.profile-dropdown-toggle:active {
  transform: scale(.95);
}

.profile-dropdown-toggle.w--open {
  background-color: var(--table-header);
  color: var(--black-33);
}

.dropdown-text {
  line-height: 1;
  position: relative;
  top: 1px;
}

.cat-tab-menu {
  background-color: var(--white);
  border-radius: 16px;
  flex-direction: column;
  align-items: stretch;
  width: 23%;
  min-width: 230px;
  height: 260px;
  margin-bottom: 24px;
  padding-top: 24px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: sticky;
  top: 96px;
}

.cat-tabs {
  display: flex;
}

.cat-tab-content {
  flex: 0 auto;
  width: 77%;
  margin-left: 16px;
}

.dropdown-wrap {
  text-align: center;
  border-bottom: 1px solid #0000;
  padding-top: 32px;
  padding-bottom: 8px;
}

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

.result-wrapper {
  border-top: 1px solid var(--light-grey);
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  max-height: 70vh;
  padding: 24px 40px 40px;
  display: none;
  overflow: auto;
}

.no-results {
  color: var(--grey-2);
  text-align: center;
  font-size: 18px;
  display: block;
}

.yes-results {
  display: none;
}

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

.mobile-results {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.profile-dropdown-list.w--open {
  border: 1px solid var(--light-grey);
  background-color: var(--white);
  border-radius: 12px;
  flex-direction: column;
  width: 170px;
  display: flex;
  inset: 45px 0% auto auto;
  overflow: hidden;
  box-shadow: 0 4px 32px #00000024;
}

.profile-dropdown-link {
  border-bottom: 1px solid var(--light-grey);
  color: var(--black-33);
  align-items: center;
  height: auto;
  padding: 5px 8px 0;
  font-size: 18px;
  line-height: 1;
  transition: background-color .2s, transform 50ms cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: relative;
}

.profile-dropdown-link:hover {
  background-color: var(--table-header);
}

.profile-dropdown-link.w--current {
  display: none;
}

.profile-dropdown-link.logout-from-profile {
  border-bottom-style: none;
  padding-top: 5px;
}

.added-to-cart {
  background-color: var(--lime-green);
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.lottie-holder {
  width: 35px;
  min-width: 35px;
  height: 40px;
  padding-top: 2px;
}

.hero-slide-nav {
  color: var(--white);
  text-align: center;
  width: 100%;
  height: 15px;
  padding-top: 0;
  font-size: 8px;
  inset: auto auto -35px;
}

.hero-slide-mask {
  border-radius: 24px;
}

.dropdown-content {
  background-color: var(--white);
  border-radius: 16px;
  width: 320px;
  max-height: 380px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 16px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 24px #0003;
}

.cat-drops-wrapper {
  z-index: 5;
  background-image: linear-gradient(#00000059, #00000059);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cat-list {
  z-index: 1200;
  width: 320px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 230px 0% auto;
}

.drop-link-wrapper {
  color: var(--black-33);
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  padding-left: 16px;
  padding-right: 16px;
  transition: background-color .2s, transform 50ms cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.drop-link-wrapper:hover {
  background-color: var(--table-header);
}

.drop-link-wrapper.w--current {
  color: var(--firebrick);
}

.drop-link-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}

.drop-link-container {
  height: 100%;
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
  overflow: auto;
}

.pop-shadow {
  opacity: 0;
}

.dec-oy {
  z-index: -1;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.resource-sticky-wrapper {
  border: 1px solid var(--light-grey);
  border-radius: 16px;
  padding: 24px 16px;
  position: sticky;
  top: 140px;
}

.bg-video {
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blur-bg {
  z-index: 1;
  background-color: var(--dodger-blue);
  position: absolute;
  inset: 0%;
}

.faq {
  border: 1px solid var(--light-grey);
  border-radius: 16px;
  margin-top: 24px;
  margin-bottom: 54px;
  overflow: hidden;
}

.faq-title-wrapper {
  color: var(--black-33);
  align-items: center;
  padding: 33px 75px 32px 24px;
  display: flex;
  position: relative;
}

.faq-title-wrapper:active {
  transform: none;
}

.faq-single {
  border-top: 1px solid var(--light-grey);
  margin-top: -1px;
  overflow: hidden;
}

.faq-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

.faq-title.small {
  max-height: 42px;
  font-size: 15px;
  font-weight: 400;
  overflow: hidden;
}

.faq-title.small.max-width {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.faq-title.small.bottom-margin {
  max-height: 62px;
  margin-bottom: 16px;
}

.faq-title.midium {
  font-size: 18px;
  font-weight: 400;
  overflow: hidden;
}

.faq-content {
  padding-left: 24px;
  padding-right: 24px;
}

.assistencia-block {
  margin-top: 20px;
  margin-bottom: 54px;
}

.duvida-block {
  border: 1px solid var(--light-grey);
  border-radius: 16px;
  margin-top: 24px;
  padding: 24px;
}

.section-2 {
  width: 100%;
  height: 100%;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.section-2._1 {
  height: 100vh;
}

.master-nav {
  background-color: #fff;
  width: 270px;
  min-width: 270px;
  max-width: 270px;
  height: 100vh;
}

.content-wrapper {
  height: 100vh;
  padding-bottom: 100px;
  position: fixed;
  inset: 0% 0% 0% 270px;
  overflow: auto;
}

.master-nav_brand {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  height: 17%;
  padding-top: 2vw;
}

.link-block {
  background-image: url('../images/logotipo_simples_so_nacional.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 120px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  left: -25px;
}

.buttons_master_nav {
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  height: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-right: 0;
}

.buttons_master_nav._1 {
  padding-top: 0;
}

.logout_master_nav {
  height: 10%;
}

.menu-dashboard {
  margin-left: 0;
  margin-right: 0;
}

.backoffice-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.main-wrapper-no-dashboard {
  margin-top: 50px;
}

.div-block-2 {
  justify-content: space-between;
  margin-bottom: 20px;
  display: flex;
}

.div-block-2._9 {
  margin-bottom: 35px;
}

.div-block-2._2 {
  justify-content: flex-start;
  margin-bottom: 35px;
}

.div-block-3 {
  width: 100%;
  height: 100%;
  display: flex;
}

.dropdown {
  display: block;
}

.div-block-4 {
  align-items: center;
  display: flex;
}

.div-block-5 {
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 10px 20px;
}

.img {
  background-image: url('../images/placeholder-face-big.png');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #d5d5d5;
  border-radius: 200px;
  width: 45px;
  height: 45px;
}

.img-banner {
  background-image: url('../images/placeholder4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #d5d5d5;
  border-radius: 8px;
  width: 70px;
  height: 45px;
}

.div-block-6 {
  color: var(--midnight-blue);
  margin-top: 6px;
  margin-left: -12.5px;
  margin-right: 25px;
  padding-left: 12.5px;
  padding-right: 12.5px;
}

.form-wrapper {
  background-color: #fff;
  border-radius: 12px;
  padding: 50px;
}

.address-form-80 {
  background-color: var(--background-main);
  border: 1px solid #c9d7f021;
  border-radius: 5px;
  width: 600px;
  padding: 50px;
}

.address-form-80.bg {
  background-color: var(--background-main);
  border-color: #c9d7f01c;
  width: 100%;
}

.imagem-upload-wrapper {
  padding-top: 0;
}

.imagem-upload-wrapper._2 {
  margin-top: 20px;
}

.div-block-7 {
  width: 200px;
}

.radio-button {
  width: 20px;
  height: 20px;
  margin-top: 0;
}

.div-block-8 {
  margin-bottom: 50px;
}

.div-block-8._3 {
  margin-top: 35px;
  margin-bottom: 0;
}

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

.link {
  color: #1882d7;
  text-align: center;
  border: 1px #000;
  border-top: 1px solid #d9d9d9;
  height: 50px;
  line-height: 50px;
}

.table-content-text-copy {
  color: #333333ad;
  cursor: default;
  margin-bottom: 0;
  font-weight: 500;
}

.div-block-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px solid #c9d7f07d;
  border-radius: 5px;
  flex-flow: row;
  justify-content: space-between;
  height: 100px;
  padding: 35px 50px;
  display: flex;
  position: relative;
}

.div-block-9.short {
  height: 170px;
  padding-bottom: 35px;
}

.content-wrapper-copy {
  height: 100vh;
  padding-top: 50px;
  padding-bottom: 100px;
  position: fixed;
  inset: 0% 0% 0% 270px;
  overflow: auto;
}

.div-block-10 {
  padding-top: 25px;
}

.div-block-11 {
  margin-top: 50px;
  padding-top: 0;
}

.encomenda-filtros {
  margin-bottom: 50px;
}

.form-2 {
  display: flex;
}

.select-field {
  border-radius: 5px;
  height: 50px;
  margin-bottom: 0;
}

.grid-3 {
  grid-template-rows: auto;
  width: 100%;
}

.form-block {
  border: 1px dashed var(--light-grey);
  border-radius: 5px;
  margin-bottom: 0;
  padding: 20px;
}

.form-block._2 {
  margin-bottom: 20px;
}

.report-wrapper {
  margin-top: 25px;
}

.report-content-div {
  border: 1px solid var(--borders);
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 50px;
}

.cont {
  margin-top: 25px;
  display: flex;
}

.div-block-12 {
  background-image: url('../images/Screen-Shot-2021-12-16-at-6.26.21-AM.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 70%;
  height: 300px;
}

.div-block-13 {
  width: 30%;
  padding-left: 50px;
}

.text-block {
  margin-bottom: 5px;
  font-weight: 600;
}

.div-block-14 {
  margin-bottom: 25px;
}

.text-block-2 {
  color: var(--grey);
}

.div-block-15 {
  margin-top: 25px;
  display: flex;
}

.div-block-16 {
  width: 50%;
}

.div-block-16._3 {
  padding-left: 50px;
}

.div-block-17 {
  border: 1px dashed var(--borders);
  color: #8b8b8b;
  border-radius: 5px;
  margin-top: 15px;
  padding: 15px;
  display: block;
}

.text-block-3 {
  margin-bottom: 5px;
}

.text-block-4 {
  font-weight: 500;
}

.grid-4 {
  grid-template-columns: 1fr 1fr 1fr;
}

.link-block-2 {
  color: var(--black-33);
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 250px;
  padding: 40px;
  display: flex;
}

.link-block-2:hover {
  border: 1px solid var(--hover-blue);
}

.text-block-5 {
  margin-bottom: 25px;
  font-family: Material, sans-serif;
  font-size: 40px;
  line-height: 100%;
}

.text-block-6 {
  color: var(--black-33);
  font-weight: 500;
}

.div-block-18 {
  margin-bottom: 50px;
}

.div-block-19 {
  border: 1px dashed var(--grey-2);
  border-radius: 12px;
  padding: 10px;
}

.div-block-20 {
  background-color: var(--hover-red);
  border-radius: 5px;
  width: 35%;
  height: 40px;
}

.line {
  height: 20px;
}

.endere-o-title {
  color: var(--balck);
  margin-bottom: 15px;
  line-height: 140%;
  display: block;
}

.endere-o-title.total {
  margin-right: 6px;
  font-size: 16px;
}

.endere-o-title._20 {
  color: var(--balck);
}

.div-block-21 {
  padding-top: 35px;
}

.div-block-22 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.item-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #333;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-right: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 16px;
  text-decoration: none;
}

.item-menu.w--current {
  color: #2e6bcc;
}

.link-menu {
  font-weight: 500;
  text-decoration: none;
}

.link-menu:hover {
  color: #2e6bcc;
}

.body {
  background-color: #1885db12;
}

.div-block-317 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tabs-menu {
  padding-top: 15px;
}

.name {
  color: #fff;
  flex: 1;
  height: 18px;
  margin-top: 1px;
  margin-right: 15px;
  font-size: 14px;
  line-height: 18px;
  overflow: hidden;
}

.name.with-bottom-margin {
  margin-bottom: 3px;
  font-size: 16px;
}

.name.with-bottom-margin.smaller-text {
  color: #fff;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
}

.btn-icon, .btn-icon.outline {
  font-size: 16px;
}

.btn-icon.outline.docuent {
  color: #0084d1;
  font-weight: 400;
}

.btn-icon.liight {
  color: #979da9;
  background-color: #fff;
  font-size: 17px;
}

.btn-icon.liight:hover {
  background-color: #f5f8fd;
}

.btn-icon.liight.solid.rounded {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.search-box {
  z-index: 10;
  background-color: var(--neu);
  border-top-left-radius: 5px;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding-top: 20px;
  padding-bottom: 12px;
  padding-left: 20px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.search-input {
  background-color: var(--neu);
  color: #d2e2e9;
  border: 1px solid #c9d7f029;
  border-radius: 4px;
  min-width: 220px;
  height: 44px;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 35px;
}

.chat-info-nav {
  background-color: #090c1c;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 25px;
  display: flex;
  box-shadow: 0 2px 5px #0000001a;
}

.icon {
  border: 1px #6a7282;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 17px;
}

.icon.text {
  color: #95a0b5;
}

.icon.search {
  color: #b5b8bc;
  width: auto;
  padding: 10px;
  font-size: 14px;
  position: absolute;
  top: 2px;
  left: 5px;
}

.icon.search._1 {
  width: 30px;
  min-width: auto;
  max-width: none;
  height: auto;
}

.right-chevron {
  color: #d0d3dd;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  position: static;
  transform: rotate(-90deg);
}

.tab-filter {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #6a7282;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-flex;
}

.tab-filter.w--current {
  color: #6a7282;
  background-color: #e8eefc;
  border-radius: 8px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 400;
}

.chat-message {
  width: 80%;
  min-width: 168px;
  max-width: 320px;
  margin-bottom: 4px;
  position: relative;
}

.chat-message.sendets {
  float: right;
  margin-bottom: 10px;
}

.photo {
  background-image: url('../images/placeholder-face-big.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 200px;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  position: relative;
}

.photo.small {
  width: 35px;
  height: 35px;
}

.chat-delete {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #dd4040;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 16px 10px 15px;
  font-weight: 400;
  line-height: 15px;
  text-decoration: none;
  display: inline-flex;
}

.chat-delete:hover {
  color: #fff;
  background-color: #dd4040;
}

.flex-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.flex-block-2.space {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  margin-bottom: 10px;
}

.abbout-members {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 71vh;
  padding: 350px 20px 40px;
  display: flex;
  overflow: auto;
}

.div-block-324 {
  z-index: 212;
  align-items: flex-end;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 20px 20px;
  display: flex;
}

.chat-choice-wrapper {
  color: #171f36;
  background-color: #0000;
  border: 1px #0000;
  align-items: center;
  height: 73px;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 25px;
  padding-right: 25px;
  text-decoration: none;
  transition: all .1s;
  display: flex;
  position: relative;
}

.chat-choice-wrapper:hover {
  background-color: #f8f8f8;
}

.chat-choice-wrapper.w--current {
  color: #091426;
  background-color: #7ea7e22e;
  font-weight: 600;
}

.relative {
  position: relative;
}

.chat-nfo-title {
  color: #101828;
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 600;
}

.documents-fixed {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: inline-flex;
}

.documents-fixed.chat {
  width: 100%;
}

.departamentos-content {
  margin-top: 20px;
  overflow: auto;
}

.document-box {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #fff;
  border: 1px solid #c9d7f0;
  border-radius: 4px;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  text-decoration: none;
  display: inline-flex;
}

.document-box:hover {
  border-color: #667999;
}

.file-size {
  color: #898989;
  font-size: 12px;
}

.div-block-319 {
  padding: 141px 46px 46px;
}

.departamento-icon {
  color: #fff;
  background-color: #c9d7f0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  font-size: 16px;
  display: flex;
}

.chat-content {
  position: relative;
}

.chat-receiver-info {
  color: #171f36;
  border: 1px #0000;
  align-items: center;
  width: 92%;
  height: 41px;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  transition: all .1s;
  display: flex;
  position: relative;
}

.chat-receiver-info:hover {
  background-color: #0000;
}

.chat-receiver-info.link {
  border-radius: 8px;
  height: auto;
  padding: 7px 10px;
}

.chat-receiver-info.link:hover {
  background-color: #f5f8fd;
}

.chat-receiver-info.link.selected {
  background-color: #e6edfd;
}

.chat-receiver-info.link.departameno {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.chat-receiver-info.center {
  justify-content: space-between;
  width: 100%;
}

.file-icon {
  background-image: url('../images/doc-file_1doc-file.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 40px;
  height: 45px;
}

.file-icon.excel {
  background-image: url('../images/xls_1xls.png');
}

.file-icon.ppt {
  background-image: url('../images/ppt_1ppt.png');
}

.new-group-box {
  z-index: 30;
  background-color: #f8fafc;
  border-radius: 10px;
  width: 31%;
  height: 88vh;
  padding: 0;
  display: none;
  position: absolute;
  inset: 60px auto 0 0;
  overflow: hidden;
  transform: translate(-100%);
}

.chat-picker-wrapper {
  background-color: #fff;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  width: 40%;
  min-width: 40%;
  max-width: 40%;
  height: 100%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.chat-picker-wrapper._80 {
  float: left;
  flex-direction: column;
  width: 30%;
  min-width: 30%;
  max-width: 30%;
  height: 88vh;
  padding-top: 80px;
  display: block;
  overflow: auto;
}

.div-block-325 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: scale-down;
  height: 71vh;
  overflow: auto;
}

.btn {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  background-color: #3461ff;
  border: 1px #0084d1;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 0 30px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.btn.full {
  width: 100%;
}

.btn.outline {
  color: #6a7282;
  cursor: pointer;
  background-color: #fff;
  border-style: solid;
  border-color: #c9d7f0;
  border-radius: 10px;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.btn.outline.close {
  width: 40px;
  height: 40px;
  margin-top: 10px;
  margin-left: 10px;
  padding: 5px 10px;
  display: flex;
}

.btn.outline.close.no-margin {
  color: #a7afbd;
  margin-top: 0;
  margin-left: 0;
  font-size: 16px;
}

.chat-bubble-container {
  border-top: 1px solid #e9e9e9;
  flex-direction: column-reverse;
  height: 585px;
  padding: 25px 16px 0;
  display: flex;
  overflow: auto;
}

.chat-bubble-container._25px-padding {
  height: 80vh;
  padding-bottom: 44px;
  padding-left: 25px;
  padding-right: 25px;
}

.group-image-code {
  background-color: #0000;
  background-image: url('../images/OMI_logo-removebg-preview.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 3px solid #0084d1;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form-block-2 {
  width: 82%;
  margin-bottom: 0;
  position: relative;
}

.form-block-2.new-chat {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.chat-text-field {
  color: #333;
  resize: none;
  background-color: #7499da17;
  border: 1px solid #0000;
  border-radius: 50px;
  width: 92%;
  margin-bottom: 0;
  padding: 10px;
  font-size: 17px;
  line-height: 18px;
  display: none;
  position: relative;
  overflow: auto;
}

.chat-text-field:focus {
  border-color: #0081f63d;
}

.chat-text-field::placeholder {
  color: #668bcc;
}

.tab-pane-tab-1-4 {
  border-left: 1px solid #dfdfdf;
  height: 87vh;
  padding-top: 0;
}

.text-block-208 {
  font-weight: 400;
}

.text-block-204 {
  text-align: center;
  padding: 42px;
  font-size: 20px;
}

.receiver {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 16px;
  display: flex;
}

.container-2 {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.container-2.relative {
  position: relative;
  overflow: hidden;
}

.chat-info {
  z-index: 30;
  opacity: 0;
  background-color: #f8fafc;
  border-radius: 10px;
  width: 370px;
  height: 88vh;
  padding: 0 0 10px;
  display: block;
  position: absolute;
  inset: 60px 0 0 auto;
  overflow: visible;
  transform: translate(380px);
}

.sender {
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 16px;
  display: flex;
}

.text-block-7 {
  color: #6a7282;
  font-weight: 600;
}

.chat-send-button {
  color: #89919b;
  text-align: center;
  background-color: #0000;
  border-radius: 4px;
  width: 45px;
  height: 45px;
  padding-top: 11px;
  padding-left: 0;
  padding-right: 0;
  font-size: 22px;
  transition: all .1s;
  position: absolute;
  inset: 16px 16px auto auto;
  overflow: hidden;
}

.chat-send-button:hover, .chat-send-button:focus {
  color: #0081f6;
}

.chat-send-button._25-position-margin {
  color: #7499da;
  border-radius: 100px;
  justify-content: center;
  padding: 0;
  transition-duration: .35s;
  display: flex;
  position: static;
  top: 17px;
  right: 25px;
}

.chat-send-button._25-position-margin.left {
  inset: 18% auto 0% 3%;
}

.chat-send-button.left-file {
  color: #7499da;
  margin-bottom: 0;
  margin-left: 25px;
  transition-duration: .35s;
  position: static;
  inset: auto auto 0% 0%;
}

.cliente-choice-info {
  flex: 1;
}

.card-time-info {
  color: #6a7282;
  font-size: 13px;
  font-weight: 400;
}

.div-block-326 {
  margin-top: 20px;
  margin-left: 20px;
}

.div-block-322 {
  display: none;
}

.contacts-container {
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.chat-wrapper {
  float: left;
  background-color: #fff;
  border-left: 1px #0000;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 70%;
  min-width: 70%;
  max-width: 70%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.group-info {
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 30px;
  padding-bottom: 15px;
}

.mt-10 {
  margin-top: 10px;
}

.chat-text-filed-form-wrapper {
  background-color: #090c1c;
  width: 100%;
  margin-bottom: 0;
  position: sticky;
  inset: auto 0% 0%;
}

.flexed-block {
  background-color: #fff;
  flex: none;
  height: 88vh;
}

.chat-info-wrapper {
  border: 1px #e0e2e7;
  border-radius: 4px;
  display: flex;
}

.chat-info-wrapper.minus-margin {
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column-reverse;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  position: relative;
}

.chat-time-stamp {
  color: #171f3659;
  font-size: 11px;
  display: inline-block;
  position: absolute;
  inset: auto auto 8px 24px;
}

.chat-time-stamp.sndrs {
  color: #ffffff59;
  inset: auto 24px 8px auto;
}

.text-block-205 {
  color: #6a7282;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.main-chat-wrapper.fg {
  margin-top: 20px;
  overflow: auto;
}

.chat-text-form {
  padding: 16px;
  position: relative;
}

.chat-text-form._25-margin {
  background-color: #fff;
  border-top: 1px solid #e2e2e24a;
  align-items: center;
  padding: 10px 25px;
  display: flex;
}

.chat-user-status {
  color: #9c9c9c;
  height: 20px;
  margin-top: 2px;
  padding-right: 8px;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
}

.chat-user-status.online {
  color: #40bb5d;
  height: 16px;
  margin-top: 0;
  line-height: 16px;
}

.comment-input {
  border: 1px solid #c9d7f0;
  border-radius: 10px;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 12px;
}

.text-block-209 {
  font-size: 15px;
  font-weight: 400;
}

.chat-here-3 {
  background-color: #fff;
  border-left: 1px #e2e2e2;
  border-right: 1px #e2e2e2;
  border-radius: 5px;
  margin-top: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.chat-here-3.mobile {
  display: none;
}

.text-block-206 {
  font-weight: 600;
}

.link-5 {
  color: #191c41;
  margin-right: 10px;
  font-size: 22px;
  text-decoration: none;
}

.link-5:hover {
  color: #3039ff;
}

.chat-uploads {
  width: 100%;
  margin-top: 30px;
  padding-left: 0;
  padding-right: 0;
}

.chat-contata-list {
  margin-top: 20px;
}

.chat-contata-list.group {
  padding-bottom: 20px;
}

.form {
  position: relative;
}

.form.new-chaat {
  width: 100%;
  margin-top: 10px;
}

.nome-do-anuncio {
  font-weight: 700;
}

.avatar.chat {
  width: 110px;
  max-width: none;
  height: 110px;
  margin-top: 30px;
}

.image-2 {
  object-fit: contain;
  width: 200px;
  height: 200px;
}

.input-file-label {
  display: none;
}

.chat-title {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
}

.message {
  border-radius: 4px;
  min-width: 50px;
  margin-bottom: 0;
  padding: 16px 24px 24px;
  font-size: 15px;
  line-height: 24px;
  display: inline-block;
}

.message.sender-message {
  float: right;
  color: #ffffffe6;
  background-color: #4a99f5;
  border-radius: 24px 24px 4px;
  min-width: 40%;
  padding-bottom: 28px;
}

.message.receiver-message {
  color: #171f36;
  background-color: #eaeff5;
  border-radius: 4px 24px 24px;
  min-width: 50%;
  padding-bottom: 28px;
}

.price {
  font-weight: 700;
}

.body-2 {
  background-color: #1885db0f;
}

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

.icon-svg {
  color: #33333396;
  width: 25px;
}

.icon-svg._1 {
  font-weight: 400;
}

.side-a {
  width: 90%;
  display: flex;
}

.text-block-242 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 100%;
}

.text-block-243 {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1;
}

.div-block-358 {
  color: #333;
  background-color: #0000;
  border: 1px dashed #c9d7f02e;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 112px;
  min-height: 105px;
  padding: 14px 20px;
  display: flex;
}

.div-block-38 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  display: flex;
}

.side-b {
  justify-content: center;
  align-items: center;
  width: 10%;
  display: flex;
  position: relative;
}

.card-wrapper {
  background-color: var(--neu);
  border: 1px #c9d7f07d;
  border-radius: 5px;
  height: 75px;
  margin-bottom: 10px;
  text-decoration: none;
  transition-property: all;
  transition-duration: .35s;
  display: flex;
}

.card-wrapper:hover {
  box-shadow: 0 1px 5px #5495db33;
}

.side-a-1 {
  width: 50%;
  display: flex;
}

.select-filtro {
  flex: 1;
  margin-left: 0;
  padding-left: 0;
}

.botao-anterior {
  background-color: #0088a8;
  border-radius: 6px;
}

.botao-anterior._1 {
  color: #423f3f;
  background-color: #fff;
  border: 1px solid #c9d7f0;
  border-radius: 4px;
  height: 40px;
  padding: 10px 30px 12px;
  font-size: 15px;
  transition-property: all;
  transition-duration: .35s;
}

.botao-anterior._1:hover {
  border-color: #235099;
}

.txt {
  color: #798baaa8;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
}

.form-block-5 {
  margin-bottom: 0;
}

.filtre-search {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 35px;
  display: flex;
}

.search-input-2 {
  background-color: var(--neu);
  color: #fff;
  border: 1px #c9d7f0f0;
  border-radius: 4px;
  height: 50px;
  margin-bottom: 0;
  padding-left: 38px;
  padding-right: 15px;
  transition: all .35s;
}

.search-input-2:focus {
  color: #171f36;
  background-color: #0000;
}

.search-input-2::placeholder {
  color: #ffffff91;
  font-size: 14px;
}

.filters-flex {
  max-width: 600px;
  margin-right: -15px;
  display: flex;
}

.text-block-244 {
  color: #fff;
  font-size: 25px;
  line-height: 30px;
}

.grid-26 {
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-left: 25px;
}

.grid-26._1 {
  grid-template-columns: 1fr;
}

.text-block-245 {
  color: #ffffffb8;
  align-items: center;
  padding-left: 0;
  font-size: 1rem;
  line-height: 1.1;
  display: flex;
}

.text-block-245.verde {
  color: var(--lime-green);
}

.text-block-245.pendente {
  color: var(--goldenrod);
}

.text-block-245.expirado {
  color: var(--firebrick);
}

.div-block-295 {
  padding-top: 40px;
}

.image-12 {
  object-fit: cover;
  border: 1px solid #c9d7f0;
  border-radius: 2px;
  width: 50px;
  height: 50px;
}

.search-no-filtro {
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  position: relative;
}

.form-3.bg {
  justify-content: flex-end;
  display: flex;
}

.card-item {
  height: 100%;
}

.card-item.data-1 {
  width: 25%;
  padding-right: 1rem;
  display: flex;
}

.card-item.data-1.price.sb {
  font-weight: 500;
}

.card-item.data-1.price-table {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.card-item.data-1.sb {
  padding-left: 20px;
}

.card-item.name {
  color: #fff;
  align-items: center;
  width: 80%;
  padding-right: 1rem;
  display: flex;
}

.card-item.img {
  background-image: none;
  border-style: none;
  justify-content: center;
  align-items: center;
  width: 20%;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.card-item.img.i {
  background-image: none;
  border-style: none;
  padding-left: 0;
}

.botao-proximo {
  color: #fff;
  background-color: #3898ec;
  border-radius: 3px;
  height: 40px;
  padding: 10px 30px 12px;
  font-size: 15px;
  transition-property: all;
  transition-duration: .35s;
}

.botao-proximo:hover {
  background-color: #235099;
}

.div-block-296 {
  padding-top: 50px;
}

.div-block-296._5 {
  padding-top: 0;
}

.div-block-359 {
  padding-top: 40px;
}

.select-field-2 {
  background-color: var(--neu);
  color: #fff;
  border: 1px #c9d7f0f0;
  border-radius: 4px;
  flex: 1;
  height: 50px;
  margin-bottom: 0;
  margin-right: 10px;
  transition: all .35s;
}

.select-field-2._1 {
  background-color: #f8fbfe;
}

._1card {
  text-align: center;
  background-color: #fff;
  border: 1px solid #c9d7f0;
  border-radius: 5px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  padding: 30px;
  display: flex;
  position: static;
}

._1card.grid {
  background-color: #0000;
  border-style: dashed;
  border-color: #c9d7f02e;
  min-height: 100px;
}

._1card.grid.bg {
  width: 100%;
}

.text-block-246 {
  color: #000;
  background-color: #fff;
  border-radius: 5px;
  padding: 5px 15px;
  font-size: 13px;
}

.legenda-wrapper {
  border-top: 1px solid #c9d7f012;
  border-bottom: 1px #c9c9c9;
  margin-bottom: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.search-button-3 {
  color: #b8bac1;
  background-color: #0000;
  width: 25px;
  padding: 0;
  font-size: 16px;
  line-height: 40px;
  position: absolute;
  inset: 0 0 0 10px;
}

.search-button-3._89 {
  width: 27px;
  height: 40px;
  left: 5px;
}

.link-12 {
  color: #185997;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.div-block-360 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  display: flex;
}

.icon-menu {
  width: 17px;
  margin-top: 0;
  margin-bottom: 0;
}

.icon-menu._1 {
  width: 20px;
}

.form-left {
  padding-right: 10px;
}

.form-rigth {
  border-left: 1px #c9d7f07d;
  padding-left: 25px;
}

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

.div-block-361 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-362 {
  z-index: 212;
  align-items: flex-end;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 20px 20px;
  display: flex;
}

.div-block-363 {
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 141px 46px 46px;
  display: flex;
}

.new-group-box-2 {
  z-index: 30;
  background-color: #f8fafc;
  border-radius: 10px;
  width: 31%;
  height: 88vh;
  padding: 0;
  display: block;
  position: absolute;
  inset: 60px auto 0 0;
  overflow: hidden;
  transform: translate(-100%);
}

.div-block-364 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: scale-down;
  height: 71vh;
  overflow: auto;
}

.form-block-6 {
  width: 95%;
  margin-bottom: 0;
  position: relative;
}

.form-block-6.new-chat {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.text-block-248 {
  text-align: center;
  padding: 42px;
  font-size: 20px;
}

.text-block-249 {
  color: #6a7282;
  font-weight: 600;
}

.div-block-365 {
  margin-top: 20px;
  margin-left: 20px;
}

.div-block-366 {
  display: none;
}

.text-block-250 {
  color: #6a7282;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.text-block-251 {
  font-size: 15px;
  font-weight: 400;
}

.chat-here-4 {
  border: 1px solid #c9d7f07d;
  border-radius: 5px;
  margin-top: 0;
}

.chat-here-4.mobile, .chat-here-4.teste {
  display: none;
}

.text-block-252 {
  font-weight: 600;
}

.link-13 {
  color: #191c41;
  margin-right: 10px;
  font-size: 22px;
  text-decoration: none;
}

.link-13:hover {
  color: #3039ff;
}

.form-5 {
  position: relative;
}

.form-5.new-chaat {
  width: 100%;
  margin-top: 10px;
}

.chat-center {
  padding-top: 0;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.div-block-367 {
  background-image: url('../images/Doca-logo-original.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 175px;
  height: 65px;
  margin-bottom: 20px;
}

.div-block-368 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  display: flex;
}

.svg, .icon-btn {
  width: 25px;
}

.pay-price-text {
  color: #fff;
  text-align: center;
  width: 6em;
  font-size: 1.7em;
  font-weight: 400;
}

.pay-price-text.price {
  color: #fff;
  text-align: center;
  width: auto;
  font-size: 2.2em;
  font-weight: 700;
  line-height: 120%;
}

.div-block-369 {
  text-align: center;
}

.pages-headet-wrapper {
  margin-bottom: 55px;
}

.pages-h2 {
  color: #cecece;
  max-width: 25.8em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3em;
}

.container-3 {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3em;
  padding-right: 3em;
}

.container-3.pagamentos {
  grid-column-gap: 6em;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pacote-button-wrapper {
  display: inline-block;
}

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

.currency {
  margin-left: .2em;
  display: inline-block;
}

.currency.lil-bigger {
  margin-left: 0;
  margin-right: .3em;
  font-size: .7em;
  top: -.28em;
}

.link-block-3 {
  background-color: var(--neu);
  color: #2d7dd2;
  border: 1px #e3e4e8;
  border-radius: .5em;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  place-items: center;
  height: 250px;
  padding: 25px 3em;
  transition: all .2s;
  display: flex;
}

.link-block-3:hover {
  background-color: #070913;
  border-color: #4daa57;
}

.assinar-pacote-button {
  background-color: var(--hover-blue);
  color: #fff;
  background-image: linear-gradient(102deg, #207ad6, #36e0cc);
  border-radius: .2em;
  justify-content: center;
  align-items: center;
  width: 14em;
  height: 3em;
  padding-left: 1.79em;
  padding-right: 1.79em;
  font-size: .9em;
  display: flex;
}

.assinar-pacote-button.hide {
  display: none;
}

.assinar-pacote-button.pacote {
  background-color: var(--white);
  color: #07101d;
  background-image: none;
}

.pages-h1 {
  margin-top: 0;
  margin-bottom: 1.2em;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1;
}

.pages-h1.instrc {
  margin-bottom: .5em;
}

.div-block-370 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.text-block-136 {
  color: #fff;
  background-color: #e79333d9;
  border-radius: 5px;
  margin-top: 10px;
  padding: 12px;
  font-size: 14px;
}

.validar-pagamento-wrapper {
  grid-column-gap: 0px;
  border: 2px dashed var(--bleed);
  border-radius: .5em;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1100px;
  display: grid;
}

.pagamento-field-lable {
  color: #fff;
  margin-bottom: .7em;
  font-size: 1em;
  font-weight: 400;
}

.number-system {
  font-weight: 500;
  display: inline-block;
  position: absolute;
  inset: 0% auto 0% .5em;
}

.pagamento-referencia-info {
  color: #fff;
  margin-top: 0;
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1;
}

.instructions-wrapper-2 {
  grid-row-gap: 2em;
  color: #7d7d7f;
  border-left: 2px dashed #4daa57;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  padding: 3em 3em 3em 5em;
  display: grid;
}

.instruction {
  margin-top: 0;
  padding-left: 2em;
  font-size: 1em;
  line-height: 1.3;
  position: relative;
}

.validar-wrap {
  grid-row-gap: 1.6em;
  background-color: #19325882;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 3em;
  display: grid;
}

.submit-button-2 {
  color: #fff;
  text-align: center;
  background-color: #2d7dd2;
  border-radius: .2em;
  width: 100%;
  height: 3.3em;
  margin-top: 2.7em;
  padding: 0;
  font-size: 1.3em;
  line-height: 3.3em;
  display: block;
}

.submit-button-2.validar {
  background-color: var(--royal-blue);
  color: #fff;
  background-image: linear-gradient(100deg, #207cd5, #1ddac7);
  margin-top: 1em;
  font-size: .9em;
}

.body-3 {
  background-color: #1885db21;
}

.div-block-371 {
  height: 220px;
}

.div-block-372 {
  justify-content: space-between;
  margin-bottom: 20px;
  display: flex;
}

.profile-header-link-2 {
  color: #767676;
  border-left-style: none;
  border-radius: 12px;
  margin-right: 24px;
  padding: 12px 0;
  transition: color .2s, transform 50ms cubic-bezier(.455, .03, .515, .955);
  overflow: hidden;
}

.profile-header-link-2:hover, .profile-header-link-2.w--current {
  color: #333;
}

.profile-header-link-2.active {
  color: #000;
}

.profile-header-link-2.active.w--current {
  color: var(--bleed);
  padding-left: 0;
  padding-right: 0;
}

.button-3 {
  text-align: center;
  border-radius: 5px;
  height: 40px;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  transition: all .35s;
  display: block;
  position: relative;
  overflow: hidden;
}

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

.div-block-373 {
  align-items: center;
  display: flex;
}

.img-chat {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block-374 {
  justify-content: flex-end;
}

.imagem-chat-center {
  object-fit: cover;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  width: 100%;
  height: 100%;
}

.div-block-375 {
  justify-content: flex-end;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-376 {
  margin-bottom: 25px;
  display: flex;
}

.messanger-content {
  width: 60%;
  height: 40px;
  margin-top: 0;
  padding-left: 50px;
  position: relative;
}

.chat-info-2 {
  height: 15px;
  max-height: 20px;
  margin-bottom: 1px;
  line-height: 15px;
  overflow: hidden;
}

.chat-info-2.user {
  text-align: right;
}

.search-v2 {
  float: left;
  width: 55%;
  margin-bottom: 0;
  margin-right: 10px;
}

.file-uploaded {
  background-color: #fff;
  border: 1px solid #c9d7f0b3;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-top: 0;
  margin-bottom: 15px;
  padding: 10px;
}

.file-uploaded.reciever {
  border-top-left-radius: 10px;
  border-top-right-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.search-and-group {
  z-index: 100;
  border-bottom: 1px solid #c9d7f0b3;
  width: 30%;
  height: 80px;
  margin-top: 0;
  padding: 20px 15px;
  position: fixed;
  inset: 8% 0% auto;
}

.messanger-avatar {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 200px;
  width: 40px;
  height: 40px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.ups {
  font-size: 18px;
  display: inline-block;
  position: relative;
  top: 4px;
}

.div-block-93 {
  border: 1px #c9d7f0b3;
  margin-top: 90px;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  inset: 0%;
}

.criar-grupo {
  float: right;
  color: #2c3884;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #3c86e7;
  border-radius: 4px;
  width: 40%;
  height: 40px;
  margin-left: 0;
  margin-right: 0;
  padding: 0 10px;
  font-size: 14px;
  line-height: 40px;
  text-decoration: none;
  transition: all .1s;
}

.criar-grupo:hover {
  color: #fff;
  background-color: #2ecc71;
  border-style: none;
}

.sender-2 {
  margin-bottom: 30px;
}

.chat-box {
  z-index: 2;
  background-color: #fff;
  border-top: 1px solid #e2e2e2;
  width: 70%;
  height: 70px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 25px;
  padding-right: 25px;
  position: fixed;
  inset: auto 0% 0 30%;
}

.search-input-2-copy {
  float: left;
  background-color: #0000;
  border: 1px solid #c9d7f0b3;
  border-right-color: #0000;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  max-width: 70%;
  height: 40px;
  margin-bottom: 0;
  padding-top: 9px;
  padding-bottom: 9px;
}

.div-das-mensagens {
  height: 100vh;
  margin-top: -60px;
  padding: 70px 25px 350px;
  overflow: auto;
}

.search-button-2 {
  float: left;
  color: #89919b;
  background-color: #0000;
  border: 1px solid #c9d7f0b3;
  border-left-color: #0000;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 30%;
  height: 40px;
}

.mbox {
  margin-bottom: 0;
  margin-right: 0;
  padding: 0;
}

.receiver-2 {
  margin-bottom: 25px;
}

.messanger-text-block {
  flex-direction: column;
  justify-content: center;
  height: 40px;
  display: flex;
}

.o-messanger {
  background-color: #0000;
  border-bottom: 1px #e2e2e2;
  border-right: 3px solid #0000;
  height: 60px;
  margin-bottom: 0;
  margin-right: -1px;
  padding: 10px 25px 0 35px;
  display: block;
}

.o-messanger.w--current {
  background-color: #00000008;
  border-right-color: #f58437;
}

.notification-counter-ball {
  z-index: 5;
  background-color: #e71f1f;
  border: 1px #fff;
  border-radius: 200px;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 9px;
  right: 8px;
}

.notification-counter-ball.avatar-notifications {
  width: auto;
  min-width: 13px;
  max-width: 20px;
  top: -1px;
  right: -1px;
}

.chat-avatar {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 200px;
  width: 30px;
  height: 30px;
}

.choose-user-p1 {
  background-color: #fff;
  border-right: 1px solid #c9d7f0b3;
  flex-direction: column;
  width: 30%;
  height: 100vh;
  padding-top: 80px;
  padding-bottom: 25px;
  display: flex;
  overflow: auto;
}

.link-10 {
  float: right;
  color: #89919b;
  text-align: center;
  width: 30px;
  height: 30px;
  font-size: 20px;
  line-height: 30px;
  text-decoration: none;
}

.link-10:hover {
  color: #fc3636;
}

.link-10.baixar {
  border: 1px solid #c9d7f0b3;
  border-radius: 200px;
  font-size: 13px;
}

.link-10.baixar:hover {
  color: #fff;
  background-color: #2ecc71;
  border-style: none;
}

.link-10.baixar.revi {
  float: left;
}

.link-10.baixar.revi:hover {
  color: #fff;
  background-color: #2ecc71;
  border-style: none;
  border-color: #e74c3c;
}

.notification-counter-text {
  color: #fff;
  text-align: center;
  font-size: 9px;
  line-height: 15px;
}

.chat-box-field {
  background-color: #00000008;
  border: 1px #000;
  border-radius: 5px;
  height: 50px;
  margin-bottom: 0;
  padding-left: 25px;
  padding-right: 100px;
}

.uploads-do-chat {
  color: #89919b;
  margin-left: 15px;
  font-size: 14px;
  line-height: 40px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  top: -5px;
}

.uploads-do-chat:hover {
  color: #2c3884;
}

.chat-message-2 {
  text-align: left;
  width: 80%;
  min-width: 168px;
  max-width: 350px;
  margin-bottom: 4px;
}

.chat-message-2.user {
  float: right;
  text-align: right;
}

.settings {
  color: #89919b;
  margin-left: 25px;
  font-size: 18px;
  line-height: 40px;
  text-decoration: none;
}

.settings:hover {
  color: #ff5a5a;
}

.tab-wrapper {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.text-block-88 {
  float: left;
  color: #89919b;
  width: 260px;
  margin-top: 3px;
  line-height: 17px;
  overflow: hidden;
}

.text-block-88.ko {
  width: 260px;
}

.message-2 {
  color: #000000a1;
  background-color: #c9d7f0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  min-width: 50px;
  padding: 6px 10px 7px;
  font-size: 14px;
  display: inline-block;
}

.message-2.user {
  color: #fff;
  text-align: left;
  background-color: #298fd3;
  border-top-left-radius: 10px;
  border-top-right-radius: 0;
}

.chat-content-p2 {
  border-left: 1px #c9d7f0b3;
  flex-direction: column;
  flex: 1;
  width: 70%;
  height: 100vh;
  margin-top: 0;
  display: flex;
}

.chat-info-text {
  color: #707070;
  font-size: 11px;
  display: inline-block;
}

.chat-info-text.name {
  margin-left: 10px;
}

.messanger-time {
  color: gray;
  font-size: 11px;
  line-height: 14px;
}

.messanger-time._333.membros {
  height: 12px;
  overflow: hidden;
}

.div-block-94 {
  text-align: right;
  width: 40%;
  height: 40px;
}

.tabs-2 {
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.chat-info-message {
  flex: 1;
  padding-left: 10px;
}

.messanger-in-chat {
  z-index: 4;
  background-color: #fff;
  border-bottom: 1px solid #c9d7f0b3;
  height: 60px;
  padding-top: 10px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: relative;
}

.section-5 {
  min-height: 700px;
  margin-top: 90px;
  padding-top: 35px;
  padding-bottom: 50px;
}

.section-5._100 {
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.messanger-name {
  max-height: 21px;
  font-weight: 400;
  overflow: hidden;
}

.messanger-name._22 {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.upload-file {
  text-align: center;
  background-color: #89919b;
  border-radius: 200px;
  width: 40px;
  height: 40px;
  margin-top: 5px;
  margin-right: 50px;
  padding: 0;
  font-size: 17px;
  line-height: 40px;
  position: absolute;
  inset: 10px 25px auto auto;
}

.upload-file:hover {
  background-color: #1da256;
}

.send-message {
  text-align: center;
  background-color: #27b664;
  border-radius: 200px;
  width: 40px;
  height: 40px;
  margin-top: 5px;
  margin-right: 5px;
  padding: 0;
  font-size: 17px;
  line-height: 40px;
  position: absolute;
  inset: 10px 25px auto auto;
}

.send-message:hover {
  background-color: #1da256;
}

.div-block-59 {
  float: left;
  background-image: url('../images/Captura-de-ecrã-2020-01-05-às-12.54.11.png');
  background-position: 50%;
  background-size: cover;
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

.div-block-59.recieve {
  margin-left: 5px;
  margin-right: 0;
}

.div-block-59.ficheiro {
  background-image: url('../images/337946.png');
}

.chat-content-2 {
  margin-bottom: 8px;
  display: flex;
}

.chat-avatar-wrapper {
  padding-top: 2px;
}

.icon-search {
  color: #a4b4d1;
  width: 25px;
  margin-left: 5px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div-block-377 {
  margin-top: 25px;
}

.chat-text-area {
  background-color: #f0f0f0;
  border-radius: 12px;
  height: 45px;
}

.svg-2 {
  width: 30px;
}

.tabs-menu-2 {
  flex-flow: column;
  width: 30%;
  display: flex;
}

.tabs-content {
  width: 70%;
}

.tabs-3 {
  height: 88vh;
  display: flex;
}

.div-block-378 {
  background-color: #fff;
}

.chat-doca {
  height: 100vh;
  margin-top: 82px;
  position: fixed;
  inset: 0% 0% auto;
}

.sidebar {
  background-color: var(--neu);
  width: 30%;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.chat-header {
  z-index: 10;
  background-color: #090c1c;
  height: 9vh;
  position: absolute;
  inset: 0% 0% auto;
}

.chat-header.mobile {
  background-color: #090c1c;
}

.contacts {
  background-color: var(--neu);
  scrollbar-width: thin;
  scrollbar-color: #242f4f transparent;
  border-right: 1px solid #eeeeee0f;
  height: 91vh;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  inset: auto 0% 0%;
  overflow: scroll;
}

.contact {
  color: #333;
  align-items: center;
  height: 73px;
  padding: 5px 10px 5px 20px;
  transition-property: all;
  transition-duration: .35s;
  display: flex;
}

.contact:hover {
  background-color: #879fb336;
}

.contact:active {
  background-color: #879fb336;
  width: 100%;
}

.contact:visited {
  background-color: #879fb336;
}

.search-contacto {
  border-right: 1px solid #eeeeee0f;
  width: 100%;
}

.chat-view {
  border-left: 1px solid #1a1a1a12;
  flex-flow: column;
  width: 70%;
  position: relative;
}

.chat-view._2, .chat-view._3 {
  display: none;
}

.chat-view.active {
  display: flex;
}

.chat-view.hide {
  display: none;
}

.messages {
  scrollbar-width: thin;
  scrollbar-color: #242f4f transparent;
  background-image: linear-gradient(#0a0d1ff0, #0a0d1ff0), url('../images/abstract_pattern_design_background_2007.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  height: 91vh;
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
  overflow: scroll;
}

.chat {
  background-color: var(--neu);
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.mensage {
  flex-flow: column;
  display: none;
}

.back-button {
  color: #7499da;
  width: 4%;
  margin-right: 20px;
  display: none;
}

.attach-btn-icon-btn {
  color: #3898ece0;
  background-color: #0000;
}

.icon-input {
  color: #7499da;
  width: 25px;
}

.icon-input:hover {
  color: #4ea4ebcc;
}

.icon-input._1 {
  color: #585858c9;
  width: 22px;
}

.input-area {
  padding: 20px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.message-input {
  color: #fff;
  scrollbar-width: thin;
  scrollbar-color: #242f4f transparent;
  background-color: #ffffff05;
  border: 1px solid #0000;
  border-radius: 8px;
  min-height: 40px;
  max-height: 160px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 0;
  overflow: visible;
}

.message-input::placeholder {
  color: #fff6;
  font-size: 16px;
}

.send-btn-icon-btn {
  background-color: #0000;
}

.record-btn-icon-btn {
  background-color: #3898ec00;
}

.file-options {
  z-index: 10;
  background-color: #fff;
  border: 1px solid #ffffff69;
  border-radius: 20px;
  min-height: 40px;
  max-height: 150px;
  display: none;
  position: absolute;
  bottom: 50px;
  left: 10px;
  box-shadow: 0 2px 5px #0003;
}

.file-chat {
  color: #333;
  background-color: #0000;
  display: flex;
}

.file-chat._1 {
  display: none;
}

.file-chat {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  color: #585858;
  flex-flow: row-reverse;
  justify-content: flex-end;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  transition-property: all;
  transition-duration: .35s;
}

.file-chat:hover {
  background-color: #4a99f505;
}

.button-4 {
  display: flex;
}

.file-input {
  display: none;
}

.text-block-253 {
  color: #333333b0;
  margin-bottom: 10px;
  line-height: 25px;
}

.text-block-253._1 {
  color: #333333b5;
  font-weight: 500;
}

.qr-code {
  justify-content: center;
  width: 230px;
  height: 230px;
}

.code-embed {
  height: 100%;
}

.div-block-380 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-6 {
  height: 100vh;
  margin-top: 10px;
  display: flex;
}

.conexao {
  align-items: center;
  height: 85vh;
  margin-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.conexao._1 {
  z-index: 50;
  background-color: #706868c4;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0%;
}

.heading-2 {
  color: #1b1b1bb0;
  font-weight: 500;
}

.heading-3 {
  color: #1366b2ba;
  font-weight: 500;
}

.conteudo {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px solid #538fce26;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 50px;
  display: grid;
}

.conteudo._1 {
  border-style: none;
  box-shadow: 0 2px 5px #00000024;
}

.div-block-383 {
  border-left: 1px solid #c9d7f07d;
}

.div-block-384 {
  padding-right: 20px;
}

.div-block-385 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.conectar-btn {
  border: 1px solid var(--dodger-blue);
  background-color: var(--dodger-blue);
  color: #fff;
  text-align: center;
  border-radius: 5px;
  justify-content: flex-start;
  width: 200px;
  height: 45px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition-property: all;
  transition-duration: .4s;
}

.conectar-btn:hover {
  background-color: var(--dodger-blue);
}

.conectar-btn.desativado {
  border-color: var(--ghost-white);
  background-color: var(--borders);
  color: var(--balck);
}

.conectar-btn.desativado:hover {
  border-color: var(--firebrick);
  color: var(--hover-red);
}

.div-block-386 {
  background-color: #fff;
  border: 1px solid #c9d7f07d;
  border-radius: 5px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.icon-perfil {
  width: 20px;
}

.div-block-387 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  display: flex;
}

.div-block-388 {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.abrirmodal {
  border: 1px solid var(--light-grey);
  background-color: var(--light-grey);
  color: var(--royal-blue);
  text-align: center;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  font-weight: 500;
  transition-property: all;
  transition-duration: .37s;
  display: flex;
  box-shadow: 0 2px 5px #00000014;
}

.abrirmodal:hover {
  box-shadow: 0 2px 5px #00000059;
}

.div-block-389 {
  flex-flow: column;
  justify-content: center;
  height: 80vh;
  margin-top: 80px;
  display: flex;
}

.modalqr {
  z-index: 80;
  background-color: #e8e8e9e6;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 800px;
  margin-top: 80px;
  padding-top: 100px;
  padding-bottom: 140px;
  display: none;
  position: absolute;
  inset: 0%;
}

.fechar-btn {
  background-color: var(--white);
  color: #333;
}

.modal-qr-code {
  flex-flow: column;
  justify-content: center;
}

.section-8 {
  padding-bottom: 40px;
}

.text-block-254 {
  color: #ffffff30;
}

.div-block-390 {
  background-image: linear-gradient(98deg, #030511, #207fd5d9 55%, #00b9a2ed), url('../images/doca-img.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  min-height: 370px;
  padding-top: 70px;
  padding-bottom: 70px;
}

.div-block-391 {
  color: #fff;
  margin-bottom: 25px;
}

.text-block-256 {
  font-family: Cal Sans, sans-serif;
  font-size: 20px;
}

.text-block-257 {
  color: #fff9;
  font-size: 14px;
}

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

.div-block-392 {
  background-color: #03051152;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 150px;
  padding: 35px;
  display: flex;
}

.text-block-258 {
  color: #ffffffc9;
  margin-bottom: 10px;
  font-family: Cal Sans, sans-serif;
  font-size: 15px;
}

.text-block-259 {
  color: #fff;
  font-size: 34px;
  line-height: 120%;
}

.div-block-393 {
  padding-top: 50px;
  padding-bottom: 50px;
}

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

.link-block-4 {
  background-color: var(--neu);
  color: #fff;
  border-radius: 8px;
  padding: 35px;
}

.link-block-4:hover {
  border: 1px solid var(--bleed);
}

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

.icx {
  color: var(--bleed);
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-bottom: 15px;
  display: block;
}

.icx._1 {
  width: 20px;
}

.text-block-261 {
  font-size: 15px;
}

.div-block-394 {
  text-align: center;
  border: 1px solid #ffffff0d;
  border-radius: 8px;
  margin-top: 150px;
  padding: 30px;
}

.text-block-262 {
  color: #ffffff26;
  font-size: 13px;
}

.text-block-263 {
  color: #ffffff47;
  font-size: 12px;
}

.div-block-395 {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
}

.div-block-396 {
  color: var(--white);
}

.div-block-398 {
  background-color: var(--neu);
  border: 1px #fff3;
  border-radius: 5px;
  padding: 50px;
}

.image-13 {
  object-fit: contain;
  width: 100%;
  height: 400px;
}

.text-block-264 {
  color: #fff;
  line-height: 150%;
}

.loading-1 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-14 {
  width: 250px;
  height: 250px;
  margin-bottom: 10px;
}

.text-block-265 {
  color: #fff;
}

.onboarding {
  z-index: 10000;
  background-color: #030511e0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 27px;
  display: none;
  position: absolute;
  inset: 0%;
}

.text-block-266 {
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
  font-family: Cal Sans, sans-serif;
  font-size: 20px;
}

.video {
  width: 600px;
  height: 250px;
}

.button-5 {
  background-image: linear-gradient(103deg, #207cd6, #1dd8c8);
  border-radius: 5px;
  margin-top: 25px;
  font-size: 15px;
}

.div-block-401 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  display: flex;
}

.notifica-oes {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 6%;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: none;
}

.div-block-402 {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-flow: column;
  height: 85vh;
  padding-top: 20px;
  display: flex;
}

.div-block-403 {
  display: flex;
  position: relative;
}

.text-block-267 {
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
}

.div-block-404 {
  background-color: #fff;
  border-radius: 200%;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  margin-right: -4px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.icc {
  color: #ffffff5e;
  width: 30px;
}

.text-block-268 {
  color: #979797;
  font-size: 14px;
}

.usuario {
  cursor: pointer;
  align-items: center;
  display: flex;
}

.usuario.mobile {
  display: none;
}

.link-2 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  color: #ffffff87;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.destop {
  z-index: 1100;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #030511;
  border: 1px solid #fafafa1a;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  width: 160px;
  height: 200px;
  margin-top: 40px;
  margin-right: -20px;
  padding: 10px;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
  box-shadow: 0 2px 5px #14141433;
}

.svg-3 {
  width: 15px;
  margin-top: 3px;
  margin-left: 5px;
}

.menu-mobile {
  display: none;
}

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

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 15px;
  }

  h6 {
    font-size: 11px;
  }

  p {
    margin-bottom: 24px;
    font-size: 17px;
    line-height: 1.4;
  }

  li {
    font-size: 17px;
    line-height: 1.2;
  }

  blockquote {
    font-size: 16px;
    font-weight: 500;
  }

  .section.grey.top-padding-40._16 {
    padding-top: 30px;
  }

  .section.first-section._0-top-mob, .section.first-section.no-top-padding {
    padding-top: 0;
  }

  .section.first-section.no-top-padding.gray-body.top-pad, .section.hurst {
    padding-top: 30px;
  }

  .container {
    max-width: 850px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .container.nav-container {
    max-width: none;
  }

  .container.auth-container {
    border-radius: 9px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .container.wide-on-mobile {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .container.mob-percent {
    max-width: none;
  }

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

  .grid._4-col.section-head-grid {
    justify-content: space-between;
    display: flex;
  }

  .grid._4-col.home-prod {
    max-height: none;
  }

  .grid._4-col.show-4 {
    max-height: 777px;
    overflow: hidden;
  }

  .grid._2-col.percentage-gap {
    grid-column-gap: 0px;
  }

  .grid._2-col.percentage-gap.prod-img-grid {
    grid-column-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .grid._7-row {
    padding-top: 24px;
  }

  .grid._7-row.prod-content {
    padding-top: 0;
    padding-bottom: 4px;
  }

  .grid._3-col._40-gap.align {
    grid-column-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr minmax(240px, 260px);
  }

  .grid._3-col.navigate {
    grid-template-columns: minmax(200px, 200px) 1fr;
  }

  .grid._3-col.home-cat {
    grid-template-columns: 1fr 1fr;
    max-height: none;
  }

  .grid.scroll-on-mobile {
    max-width: 850px;
  }

  .button-wrapper.add-to-cart-button {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .button-text {
    height: 16px;
  }

  .button {
    font-size: 15px;
  }

  .button.blue-button.inside-product-page {
    padding-top: 13px;
    padding-bottom: 0;
  }

  .button.blue-button.comprar {
    height: 35px;
    padding-top: 10px;
    padding-bottom: 9px;
  }

  .button.red-button.with-chevron {
    padding-top: 13px;
  }

  .button.red-outline, .button.blue-outline {
    padding-top: 12px;
  }

  .section-header-wrapper.mbl-chkout.small {
    width: 70%;
  }

  .section-header {
    font-size: 34px;
  }

  .section-header.no-padding.profile-name {
    margin-top: 0;
  }

  .choice-item.no-line {
    justify-content: center;
    height: auto;
    padding-top: 26px;
    padding-bottom: 26px;
    display: flex;
  }

  .choice-content {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    grid-template-columns: 30px 1fr;
    justify-items: center;
  }

  .choice-icon {
    margin-bottom: 6px;
    margin-right: 0;
  }

  .choice-icon.loose {
    width: 40px;
    height: 40px;
  }

  .choice-icon.loose.phone {
    width: 26px;
  }

  .choice-header.pgmnt {
    text-align: center;
    width: 150px;
  }

  .choice-subheader {
    line-height: 1;
  }

  .product-image-tabs {
    min-height: auto;
    display: none;
  }

  .product-images-gallery {
    height: 14%;
  }

  .product-image-content {
    height: 86%;
    max-height: none;
  }

  .image-wrapper.product-card-image-wrapper {
    height: 160px;
  }

  .image-wrapper.category-card-image-wrapper {
    height: 20vw;
  }

  .image-wrapper.profile-thumbnail {
    width: 200px;
    height: 200px;
  }

  .product-price {
    font-size: 22px;
  }

  .product-price.kz {
    font-size: 12px;
    top: -9px;
  }

  .stock-quantity {
    height: 35px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1;
  }

  .product-description {
    color: var(--white);
    font-size: 15px;
  }

  .plus-minus-wrapper, .plus-minus-wrapper._100.hidden-on-home {
    height: 35px;
  }

  .plus-minus-wrapper._40 {
    height: 40px;
  }

  .quantity {
    padding-left: 1%;
    padding-right: 1%;
    line-height: 35px;
  }

  .quantity.no-padding {
    line-height: 33px;
  }

  .quantity._40 {
    line-height: 40px;
  }

  .product-title {
    font-size: 22px;
    line-height: 1.3;
  }

  .product-category {
    font-size: 12px;
  }

  .product-card._2-col-grid.borders {
    grid-column-gap: 24px;
    grid-template-columns: .5fr 1fr;
  }

  .product-link.grid._5-row {
    padding-bottom: 6px;
  }

  .category-card-icon-wrapper.float-on-top {
    color: var(--grey-2);
    padding-left: 0;
    display: block;
    position: absolute;
    inset: 0% 24px 0% auto;
  }

  .header.dropdown-link-text {
    font-weight: 500;
  }

  .header.dropdown-link-text.page-title {
    font-weight: 700;
  }

  .fixed-sidebar {
    position: sticky;
    top: 90px;
  }

  .grid-half-content {
    margin-top: 40px;
  }

  .grid-half-content._00 {
    margin-top: 0;
  }

  .footer {
    padding-top: 80px;
  }

  .navigator {
    height: 70px;
  }

  .choice-tab-menu {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .choice-tab-link {
    height: auto;
  }

  .category-tab-link {
    display: inline-block;
  }

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

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

  .resources-nav {
    flex: none;
    width: auto;
    padding-top: 40px;
  }

  .resources-content {
    padding: 40px 0 0;
  }

  .status-line {
    top: -25px;
  }

  .nav-menu {
    padding-bottom: 5vh;
  }

  .close-nav {
    width: 45px;
    height: 45px;
  }

  .dropdown-cart {
    right: -130px;
  }

  .close-cart {
    width: 45px;
    height: 45px;
  }

  .material-icons.close {
    padding-top: 11px;
  }

  .material-icons.on-40 {
    padding-top: 5px;
    padding-bottom: 0;
  }

  .material-icons.on-40._35 {
    padding-top: 6px;
  }

  .material-icons.on-40.product-page-add {
    padding-top: 8px;
  }

  .material-icons.on-35 {
    padding-top: 6px;
    padding-bottom: 0;
  }

  .material-icons.resrc {
    top: -7px;
  }

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

  .navigator-menu {
    display: flex;
  }

  .navigator-menu.mobile {
    z-index: 1300;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    height: 100vh;
    display: none;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .navigator-menu.desktop, .cometa-sidebar {
    display: none;
  }

  .auth-content-wrapper.log-in {
    margin-left: 0%;
  }

  .nav-profile {
    padding-left: 0;
    padding-right: 17px;
  }

  .instructions-wrapper {
    border-style: none;
    border-color: #0000;
  }

  .counter-auth.float {
    margin-left: 0%;
  }

  .hero-wrapper._250px {
    border-radius: 0;
    height: 150px;
  }

  .hero-wrapper.in-catgry {
    height: 150px;
  }

  .hero-slider {
    border-radius: 0;
    height: 320px;
    margin-top: 24px;
  }

  .slide-nav.visible {
    text-align: center;
    width: 100%;
    height: 40px;
    padding-top: 14px;
    padding-bottom: 15px;
    font-size: 7px;
    display: block;
    position: absolute;
    inset: auto 0% 0%;
  }

  .search-content {
    right: 0;
  }

  .search::placeholder {
    font-weight: 400;
  }

  .photo-upload-input-wrapper.no-line {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .prod-img-slider {
    background-color: #0000;
    height: 100%;
    display: block;
  }

  .slider-wrapper {
    border: 1px solid var(--borders);
    border-radius: 16px;
    display: block;
    overflow: hidden;
  }

  .img-slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .tabed-section {
    height: 55px;
    top: 70px;
  }

  .tab-link {
    margin-right: 30px;
  }

  .tab-link.hover-effect {
    margin-right: 0;
  }

  .tab-link-icon {
    padding-top: 2px;
  }

  .edit-profile-button-wrapper {
    height: 60px;
  }

  .profile-edit {
    border: 1px solid var(--firebrick);
    color: var(--firebrick);
    border-radius: 12px;
    padding: 0 15px 0 12px;
    font-weight: 600;
  }

  .profile-edit.hided {
    display: none;
  }

  .checkout-button {
    font-size: 15px;
  }

  .address-tab-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .delete-icon {
    width: 40px;
    height: 35px;
  }

  .new-address-button {
    border: 1px solid var(--firebrick);
    color: var(--firebrick);
    border-radius: 12px;
    padding: 0 15px 0 12px;
    font-weight: 600;
  }

  .new-address-button.add-button {
    border-style: solid;
    border-color: #0000;
    width: 200px;
  }

  .address-grid {
    grid-template-columns: 1fr 1fr;
  }

  .edit-button.gray.ver-detalhes {
    text-align: center;
    border-radius: 12px;
    height: 45px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 15px;
    display: block;
  }

  .button-in-header {
    justify-content: center;
    margin-top: 40px;
    display: flex;
    position: static;
    top: -5px;
  }

  .modal-button {
    font-size: 15px;
  }

  .prfl-grid {
    justify-content: center;
  }

  .profile-header-link {
    margin-left: 12px;
    margin-right: 12px;
  }

  .compras-table-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #0000;
    border-style: none;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .table-grid {
    grid-row-gap: 8px;
    border: 1px solid var(--light-grey);
    border-radius: 16px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    align-items: start;
    height: auto;
    margin-top: 0;
    padding: 30px 24px 24px;
    position: relative;
  }

  .table-grid.table-header {
    display: none;
  }

  .table-content-block {
    justify-content: flex-start;
    padding-left: 0;
    display: flex;
  }

  .table-content-block.cta {
    margin-top: 24px;
    display: none;
  }

  .table-content-text {
    color: var(--grey);
  }

  .table-content-text.description {
    color: var(--black-33);
    margin-right: 6px;
    display: block;
  }

  .section-decoy {
    height: 41px;
  }

  .cat-tab-menu {
    z-index: 1500;
    background-color: #0000;
    flex-direction: row;
    align-items: center;
    width: auto;
    min-width: auto;
    height: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .cat-tabs {
    display: block;
  }

  .cat-tab-content {
    width: auto;
    margin-left: 0;
  }

  .lottie-holder {
    width: 30px;
    min-width: 30px;
    height: 35px;
  }

  .hero-slide-nav {
    font-size: 7px;
    bottom: -31px;
  }

  .cat-list {
    top: 180px;
  }

  .pop-shadow {
    z-index: 900;
    background-color: var(--white);
    height: 51px;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
    position: fixed;
    inset: 70px 0% auto;
    box-shadow: 0 1px 12px #0000001a;
  }

  .resource-sticky-wrapper {
    display: inline-block;
  }

  .faq {
    margin-bottom: 48px;
  }

  .faq-title-wrapper {
    padding-right: 65px;
  }

  .faq-title {
    line-height: 1.3;
  }

  .assistencia-block {
    margin-top: 20px;
    margin-bottom: 48px;
  }

  .address-form-80 {
    width: auto;
  }

  .address-form-80.bg {
    padding: 25px;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .table-content-text-copy {
    color: #767676;
  }

  .item-menu {
    flex-flow: column;
    align-items: flex-start;
    padding-left: 20px;
    display: flex;
  }

  .link-menu {
    color: #fff;
  }

  .name.with-bottom-margin.smaller-text {
    color: #6a7282;
  }

  .search-box.mobile {
    z-index: 1001;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 95%;
    min-width: auto;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    top: 65px;
    left: 0;
    right: 0;
  }

  .chat-info-nav {
    z-index: 100;
    border-bottom: 1px #f5f5f5;
    width: 63%;
    margin-top: 82px;
    display: flex;
    position: fixed;
    inset: 0% 0% auto auto;
  }

  .chat-info-nav.new-chat {
    top: -79px;
  }

  .chat-info-nav.mobile {
    position: static;
  }

  .flex-block-2 {
    display: flex;
  }

  .div-block-324 {
    margin-top: 0;
    position: fixed;
    top: auto;
    bottom: 0;
  }

  .new-group-box {
    z-index: 1009;
    width: 100%;
    bottom: auto;
    transform: translate(-100%);
  }

  .chat-picker-wrapper._80 {
    z-index: 88;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    padding-top: 75px;
    display: block;
    position: relative;
    top: 60px;
  }

  .div-block-325 {
    height: 76vh;
  }

  .btn.outline {
    display: inline-flex;
  }

  .chat-bubble-container._25px-padding {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 32px;
    padding-bottom: 140px;
  }

  .form-block-2 {
    width: 95%;
  }

  .tab-pane-tab-1-4 {
    z-index: 100;
    padding-top: 60px;
  }

  .text-block-208 {
    font-weight: 300;
  }

  .container-2.relative.none {
    padding-left: 0;
    padding-right: 0;
  }

  .chat-info {
    z-index: 1000;
    opacity: 1;
    background-color: #fff;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 50px;
    left: 0;
    right: auto;
    transform: translate(-100%);
  }

  .div-block-326 {
    margin-top: 20px;
  }

  .div-block-322 {
    align-items: center;
    margin-right: 15px;
    display: flex;
  }

  .contacts-container {
    margin-top: 60px;
  }

  .chat-wrapper {
    z-index: 10;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .chat-wrapper.mobile {
    z-index: 0;
    left: 0%;
    right: 0%;
  }

  .group-info {
    margin-top: 60px;
  }

  .chat-text-filed-form-wrapper {
    z-index: 100;
    width: 65%;
    margin-bottom: 0;
    position: fixed;
    inset: auto 0% 0% auto;
  }

  .flexed-block.mobile {
    width: 100%;
  }

  .chat-here-3 {
    display: none;
  }

  .chat-here-3.mobile {
    display: block;
  }

  .link-5 {
    color: #6a7282;
  }

  .side-a {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
  }

  .card-wrapper {
    height: auto;
    padding: 10px;
  }

  .side-a-1 {
    width: 90%;
  }

  .filtre-search {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column-reverse wrap-reverse;
  }

  .grid-26 {
    width: 100%;
    margin-left: 0;
  }

  .image-12 {
    width: 40px;
    height: 40px;
  }

  .card-item.data-1 {
    width: 40%;
    margin-left: 13px;
  }

  .card-item.img {
    flex: none;
    width: 13%;
  }

  ._1card {
    width: 100%;
    padding: 25px;
  }

  .legenda-wrapper {
    display: none;
  }

  .icon-menu.m {
    color: #c3bbbb;
    width: 35px;
  }

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

  .div-block-362 {
    margin-top: 0;
    position: fixed;
    top: auto;
    bottom: 0;
  }

  .new-group-box-2 {
    z-index: 1009;
    width: 100%;
    bottom: auto;
    transform: translate(-100%);
  }

  .div-block-364 {
    height: 76vh;
  }

  .form-block-6 {
    width: 95%;
  }

  .div-block-365 {
    margin-top: 20px;
  }

  .div-block-366 {
    align-items: center;
    margin-right: 15px;
    display: flex;
  }

  .chat-here-4 {
    display: none;
  }

  .chat-here-4.mobile {
    display: block;
    position: relative;
  }

  .chat-here-4.mobile.teste {
    display: none;
  }

  .link-13 {
    color: #6a7282;
  }

  .chat-center {
    display: block;
  }

  .container-3.pagamentos {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    max-width: 60em;
  }

  .container-3.pagamentos._2 {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-6 {
    grid-template-columns: 1fr;
  }

  .assinar-pacote-button {
    height: 3.4em;
    font-size: 1.3em;
  }

  .pages-h1 {
    font-size: 1.6em;
  }

  .submit-button-2 {
    font-size: 1.4em;
  }

  .profile-header-link-2 {
    margin-left: 12px;
    margin-right: 12px;
  }

  .button-3 {
    font-size: 15px;
  }

  .chat-box {
    width: 100%;
    inset: auto 0% 0%;
  }

  .div-das-mensagens {
    height: auto;
    margin-top: 0;
    padding-top: 142px;
    padding-bottom: 80px;
  }

  .o-messanger {
    text-decoration: none;
  }

  .text-block-88.ko {
    font-size: 12px;
  }

  .message-2 {
    font-size: 12px;
    line-height: 16px;
  }

  .section-5 {
    margin-top: 70px;
    padding-top: 25px;
  }

  .messanger-name {
    color: #353535;
  }

  .tabs-menu-2 {
    width: 38%;
  }

  .tabs-content {
    width: 62%;
  }

  .sidebar {
    width: 35%;
  }

  .chat-header.mobile {
    inset: 0% 0% auto;
  }

  .chat-view {
    width: 65%;
  }

  .div-block-392 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .text-block-259 {
    font-size: 29px;
  }

  .grid-28 {
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .div-block-399 {
    margin-bottom: 25px;
  }

  .notifica-oes {
    width: 8%;
  }

  .usuario {
    display: none;
  }

  .usuario.mobile {
    display: flex;
  }

  .link-2.hide, .svg-3 {
    display: none;
  }

  .menu-mobile {
    align-items: center;
    display: flex;
  }

  .div-block-405 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    height: 80vh;
    padding-top: 20px;
    display: flex;
  }

  .div-block-406 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .svg-4 {
    color: #e2e2e2d6;
    width: 35px;
  }

  .text-block-269 {
    color: #c9bdbd78;
  }

  .div-block-407 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-408 {
    background-color: #030511f5;
    width: 50%;
    height: 100%;
    padding: 15px 20px 20px 40px;
    position: absolute;
    inset: 0% 0% 0% auto;
  }
}

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

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 18px;
  }

  h4 {
    font-size: 16px;
  }

  h5 {
    font-size: 14px;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .section.grey.top-padding-40.mob-padding {
    padding-top: 16px;
  }

  .section.grey.top-padding-40.mob-padding._4090 {
    padding-top: 0;
  }

  .section.grey.top-padding-40._16 {
    padding-top: 27px;
  }

  .section.min-height._40-top {
    padding-top: 24px;
  }

  .section.min-height._40-top.chkout {
    padding-bottom: 77px;
  }

  .section._40-top.chkout {
    display: block;
  }

  .section._40-top._565 {
    padding-top: 30px;
  }

  .section.resources-page {
    min-height: auto;
  }

  .section.no-mini-height.no-bottom-padding._40-top._565 {
    padding-top: 30px;
  }

  .section.first-section._0-top-mob.overflow-hidden {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .section.first-section.no-top-padding.gray-body.top-pad {
    padding-top: 16px;
  }

  .section.product-section {
    padding-top: 24px;
    padding-bottom: 40px;
  }

  .section.hurst {
    padding-top: 17px;
  }

  .section.hurst._16 {
    padding-top: 16px;
  }

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

  .container.auth-container {
    border-radius: 14px;
    padding: 0;
  }

  .container.mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .grid._4-col {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr 1fr;
  }

  .grid._4-col.home-prod {
    max-height: 1582px;
  }

  .grid._4-col.show-4 {
    max-height: 1184px;
  }

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

  .grid._2-col.percentage-gap.prod-img-grid {
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid._7-row.prod-content {
    padding-left: 0;
  }

  .grid._3-col {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .grid._3-col._40-gap.align {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid._3-col._40-gap.align._0000._554 {
    margin-top: 8px;
  }

  .grid._3-col.navigate {
    margin-top: 5px;
  }

  .grid._3-col._2-on-mobile {
    grid-template-columns: 1fr 1fr;
  }

  .grid.scroll-on-mobile {
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-wrapper._10px {
    margin-bottom: 0;
  }

  .button-wrapper.pos-absolute {
    padding: 16px;
  }

  .button-wrapper.hidden-on-mobile {
    display: none;
  }

  .button-wrapper.comprar-button.on-prod-page {
    flex: 1;
  }

  .button-wrapper.add-address {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .button-wrapper.bottom-button-wrapper {
    max-width: 190px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button-text {
    height: 18px;
  }

  .button.blue-button._50.short {
    width: auto;
  }

  .button.red-button.with-chevron.bottom {
    border: 1px solid var(--firebrick);
    color: var(--firebrick);
    text-align: center;
    background-color: #0000;
    height: 40px;
    padding: 12px 0 0;
    font-weight: 600;
  }

  .button.red-outline.remover-copy {
    border-color: var(--light-grey);
    background-color: var(--white-2);
    color: var(--grey);
    cursor: pointer;
    width: auto;
    height: 35px;
    padding-top: 9px;
    padding-bottom: 0;
  }

  .button.red-outline.remover-copy:hover {
    background-color: var(--tomato);
    color: var(--white);
    border-color: #0000;
  }

  .section-header-wrapper.mbl-chkout.centereds {
    text-align: center;
  }

  .section-header-wrapper.mbl-chkout.small {
    width: 100%;
  }

  .section-subheader {
    font-size: 16px;
  }

  .section-header {
    align-items: center;
    height: 100%;
    font-size: 28px;
    display: flex;
  }

  .section-header.no-padding.profile-name {
    height: auto;
    margin-bottom: 10px;
    font-size: 23px;
  }

  .section-header.padding {
    justify-content: center;
    height: auto;
    font-weight: 600;
  }

  .section-header.chkout-header {
    margin-bottom: 0;
    font-size: 21px;
    font-weight: 600;
    line-height: 1;
  }

  .text-field {
    border-color: #ccc;
    font-weight: 500;
  }

  .text-field::placeholder {
    font-weight: 400;
  }

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

  .choice-item.no-line {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .choice-content {
    grid-column-gap: 12px;
    grid-row-gap: 0px;
    flex-direction: row;
  }

  .choice-content.wider {
    grid-column-gap: 0px;
    grid-template-columns: minmax(40px, 40px) 1fr 1fr 1fr;
  }

  .choice-icon {
    margin-bottom: 0;
    font-size: 40px;
  }

  .choice-icon.storefront {
    font-size: 36px;
  }

  .choice-icon.loose {
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    margin-right: 10px;
  }

  .choice-icon.loose.phone {
    min-width: 26px;
    max-width: 26px;
  }

  .choice-header.pgmnt {
    text-align: left;
    width: auto;
  }

  .image-wrapper.product-card-image-wrapper {
    height: 170px;
  }

  .image-wrapper.category-card-image-wrapper {
    height: 140px;
  }

  .image-wrapper.profile-thumbnail {
    width: 160px;
    height: 160px;
  }

  .image-wrapper.nav-profile-thumbnail {
    width: 45px;
    height: 45px;
  }

  .image-wrapper.hero-image-link {
    border-radius: 16px;
  }

  .cover-image.contain {
    object-fit: contain;
  }

  .product-price {
    font-size: 20px;
  }

  .product-price.kz {
    font-size: 12px;
    top: -6px;
  }

  .product-price.kz.small {
    font-size: 11px;
    top: -4px;
  }

  .product-price.kz.small._2 {
    top: -6px;
  }

  .product-price.small.thinner {
    font-size: 20px;
    font-weight: 700;
  }

  .stock-quantity {
    border-color: var(--light-grey);
  }

  .product-description {
    font-size: 17px;
  }

  .plus-minus-wrapper {
    border: 1px solid var(--light-grey);
    background-color: var(--white-2);
  }

  .plus-minus-wrapper._40.wide._20 {
    flex: 1;
    max-width: 200px;
  }

  .product-title {
    line-height: 1.3;
  }

  .product-title.midium {
    height: 46px;
  }

  .product-category.small.off {
    display: none;
  }

  .product-card._2-col-grid.borders {
    border-color: var(--light-grey);
    margin-bottom: 8px;
  }

  .product-card._33 {
    border: 1px none var(--light-grey);
    flex: none;
  }

  .category-card {
    border: 1px solid var(--light-grey);
    border-radius: 16px;
  }

  .category-title {
    height: 20px;
    font-size: 16px;
    overflow: hidden;
  }

  .category-card-icon-wrapper.float-on-top {
    right: 16px;
  }

  .price-table-wrapper {
    border-style: solid none none;
    border-top-color: var(--light-grey);
    background-color: var(--white);
    box-shadow: none;
    border-radius: 0;
    padding: 16px;
  }

  .header-wrapper.h4 {
    padding-top: 35px;
  }

  .header-wrapper.h4.yeah {
    margin-bottom: 24px;
    padding-top: 0;
  }

  .header-wrapper.purchase {
    text-align: center;
  }

  .header-wrapper.purchase.hidden-on-mobiles {
    display: none;
  }

  .header, .header.thinner {
    font-weight: 600;
  }

  .header.thinner.cntrd {
    text-align: center;
  }

  .header.thinner.cntrd.pgmnto {
    text-align: left;
    font-size: 17px;
    font-weight: 400;
  }

  .header.thinner.bold {
    text-align: center;
    font-size: 24px;
  }

  .header.form-section {
    font-size: 21px;
  }

  .header._212.cntrd._2 {
    font-weight: 600;
  }

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

  .header.dropdown-link-text {
    font-size: 18px;
    font-weight: 400;
  }

  .header.dropdown-link-text.page-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
  }

  .header.dropdown-link-text.page-title.drop-title {
    font-size: 23px;
  }

  .header.h2 {
    font-size: 16px;
  }

  .price-content {
    border: 1px solid var(--light-grey);
    border-radius: 16px;
    padding: 24px 16px 14px;
  }

  .price-content._6756 {
    border-style: none;
    border-radius: 0;
    padding: 0;
  }

  .price-list-item {
    color: var(--black-33);
  }

  .price-title.total {
    color: var(--grey);
    margin-bottom: 5px;
    margin-right: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
  }

  .price-total.mobile {
    border-top-style: none;
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .fixed-sidebar {
    z-index: 10;
    height: auto;
    position: fixed;
    inset: auto 0% 0%;
  }

  .grid-half-content._565 {
    margin-top: 28px;
  }

  .footer {
    padding-top: 25px;
  }

  .navigator {
    height: 60px;
  }

  .choice-tab-link {
    flex: 1;
  }

  .category-tab-link {
    background-color: var(--table-header);
    border: 1px solid #0000;
    flex: none;
    height: 41px;
    margin-right: 8px;
    line-height: 40px;
  }

  .category-tab-link.w--current {
    border-color: var(--firebrick);
    font-weight: 500;
  }

  .dropdown-icon.on-category-dropdown, .dropdown-icon.on-faq-title {
    margin-left: 7px;
    font-size: 13px;
  }

  .chevron-icon._25 {
    margin-right: 34px;
  }

  .chevron-icon._0 {
    font-size: 14px;
  }

  .chevron-icon._00 {
    height: 45px;
    margin-left: 6px;
    margin-right: 0;
    font-size: 13px;
    position: relative;
    top: -4px;
  }

  .resources-wrapper {
    flex-direction: column-reverse;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .resources-nav {
    padding-top: 24px;
    padding-bottom: 40px;
    padding-right: 24px;
  }

  .resources-block {
    margin-bottom: 0;
  }

  .resources-content {
    min-height: auto;
    padding-top: 40px;
  }

  .status-line {
    top: -26px;
  }

  .line-seperator {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .brand {
    width: 150px;
    height: 40px;
  }

  .close-nav {
    top: 5vh;
    right: 9vw;
  }

  .close-nav.close-edit-profile {
    top: 16px;
    right: 16px;
  }

  .close-nav.cat {
    right: -332px;
  }

  .menu {
    margin-top: 0;
    margin-left: 10vw;
  }

  .nav-link {
    height: 45px;
    line-height: 1.5;
  }

  .dropdown-cart {
    height: 94vh;
    min-height: 320px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 67px;
    position: fixed;
    inset: 2vh 0%;
  }

  .close-cart {
    top: 10px;
    right: 11px;
  }

  .cart-title-wrapper {
    height: 60px;
    top: 0;
    left: 16px;
  }

  .white-bg {
    height: 60px;
  }

  .cart-icon {
    display: none;
  }

  .pop-up-wrapper {
    height: 0%;
  }

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

  .nav-auth-buttons-wrapper {
    display: none;
  }

  .nav-auth-buttons-wrapper._0-padding {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .material-icons {
    padding-top: 11px;
  }

  .material-icons.on-40._35 {
    padding-top: 5px;
  }

  .material-icons.on-40.product-page-add {
    padding-top: 8px;
  }

  .material-icons.on-35 {
    padding-top: 5px;
  }

  .material-icons.resrc {
    top: -6px;
  }

  .navigator-menu.mobile {
    width: 86%;
  }

  .nav-profile-wrapper {
    display: none;
  }

  .nav-profile {
    padding-right: 0;
  }

  .edit-profile {
    border-radius: 0;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .wrapper {
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
  }

  .hero-wrapper._250px, .hero-wrapper.in-catgry {
    height: 80px;
  }

  .hero-slider {
    height: 250px;
    max-height: none;
    margin-top: 16px;
  }

  .banner {
    border-radius: 16px;
  }

  .cart-product-wrapper {
    align-items: center;
  }

  .cart-products-content-wrapper {
    padding: 16px 16px 0;
  }

  .search-content {
    box-shadow: none;
    border-radius: 0;
    width: 100vw;
    height: 100vh;
    inset: 0%;
  }

  .search-wrapper {
    height: auto;
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 16px;
    position: relative;
  }

  .search {
    border-style: none;
    border-color: var(--light-grey);
    border-radius: 12px;
    height: 50px;
    margin-bottom: 16px;
    padding-left: 45px;
  }

  .search-button {
    left: 0;
  }

  .sub-delete-button.gray.eliminar {
    font-weight: 400;
  }

  .sub-delete-button.gray.eliminar.longersss {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .photo-upload-input-field.no-bg-fill {
    border-width: 2px;
    border-color: #568cee87;
    height: auto;
    min-height: 170px;
    padding: 24px;
  }

  .photo-upload-text {
    font-size: 17px;
  }

  .photo-upload-text.small-gray.click {
    display: none;
  }

  .photo-upload-text.small-gray.tap {
    display: block;
  }

  .stock-quantity-text {
    font-size: 14px;
  }

  .toal-price {
    letter-spacing: .2px;
  }

  .auth-menu-wrapper {
    margin-left: 10vw;
  }

  .scroll-on-mobile {
    margin-left: -16px;
    margin-right: -16px;
    padding-right: 16px;
    overflow: auto;
  }

  .slider-wrapper {
    border-style: none;
    border-radius: 0;
    height: 300px;
  }

  .tabed-section {
    top: 60px;
  }

  .tabed-section.show-on-landscape {
    display: none;
  }

  .tab-menu {
    justify-content: space-between;
  }

  .tab-link {
    margin-right: 0;
  }

  .tab-link.hover-effect {
    padding: 4px 8px 2px;
  }

  .tab-link-icon {
    margin-top: -2px;
    padding-top: 0;
  }

  .user-info {
    font-size: 18px;
  }

  .edit-profile-button-wrapper {
    display: none;
  }

  .profile-edit {
    border: 1px solid var(--firebrick);
  }

  .checkout-button {
    height: 45px;
    padding-top: 14px;
    padding-bottom: 0;
    font-size: 16px;
  }

  .checkout-button.blue-button {
    font-weight: 500;
  }

  .checkout-details.hide {
    display: none;
  }

  .checkout-details.dtls {
    background-color: var(--white);
    padding-top: 20px;
  }

  .checkout-cta {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
  }

  .cancel-button-wrapper {
    margin-top: 16px;
  }

  .cancel-button-wrapper.hidden-on-mobile {
    display: none;
  }

  .checkout-trigger {
    z-index: 1;
    opacity: .6;
    justify-content: center;
    height: 90px;
    margin-bottom: -40px;
    padding-top: 20px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .trigger-icon {
    background-color: var(--light-grey);
    border-radius: 200px;
    width: 28px;
    height: 5px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .user-with-address {
    padding-top: 20px;
  }

  .adress-tab-link {
    margin-bottom: 8px;
  }

  .adress-tab-link.thin {
    background-color: var(--white);
  }

  .address-link-text {
    height: auto;
  }

  .cart-price {
    color: var(--black-33);
  }

  .delete-icon {
    border: 1px solid var(--light-grey);
    background-color: var(--white-2);
  }

  .delete-icon:hover {
    border-color: #0000;
  }

  .checkout-mobile {
    z-index: 1500;
    background-color: var(--white);
    height: 100vh;
    display: block;
    position: fixed;
    inset: 0%;
    overflow: hidden;
  }

  .checkout-mobile-nav {
    z-index: 2;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--white);
    grid-template-rows: auto;
    grid-template-columns: 45px 1fr .75fr;
    grid-auto-columns: 1fr;
    align-items: center;
    height: 60px;
    padding-left: 16px;
    padding-right: 16px;
    display: grid;
    position: relative;
    box-shadow: 0 1px 12px #00000026;
  }

  .back-icon {
    color: var(--black-33);
    width: 45px;
    height: 45px;
    margin-left: -9px;
    overflow: hidden;
  }

  .checkout-content-wrapper {
    padding: 27px 16px 16px;
    position: fixed;
    inset: 60px 0% 77px;
    overflow: auto;
  }

  .checkout-content-wrapper.pay-4 {
    padding-bottom: 24px;
    display: block;
  }

  .checkout-content-wrapper._100 {
    bottom: 0;
  }

  .address-cta-wrapper.edit-logout-profile {
    margin-top: 28px;
  }

  .address-cta-wrapper.dfaas.cancel-on-mobile {
    display: none;
  }

  .cart-icon-link {
    display: block;
  }

  .edit-address {
    border-radius: 0;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .details-wrapper {
    z-index: 3;
    background-color: var(--white);
    flex-direction: column;
    justify-content: flex-end;
    display: block;
  }

  .close-details {
    color: var(--grey);
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 15px;
    display: none;
  }

  .edit-popup-wrapper {
    height: 0%;
  }

  .new-address {
    border-radius: 0;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .new-address-button {
    border: 1px solid var(--firebrick);
  }

  .new-address-button.add-button {
    color: var(--dodger-blue);
    background-color: #0000;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .new-address-button.add-button.short {
    z-index: 1;
    width: 200px;
    position: relative;
  }

  .new-address-button.add-button.short:hover {
    background-color: #0000;
  }

  .address-grid {
    grid-template-columns: 1fr;
    margin-top: 10px;
  }

  .edit-button.gray {
    margin-bottom: 35px;
  }

  .edit-button.gray.edit-addrss {
    font-weight: 400;
  }

  .button-in-header {
    background-color: var(--white);
    height: auto;
    margin: 16px -16px -24px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    position: sticky;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
  }

  .button-line {
    border-top: 1px solid var(--light-grey);
    display: block;
    position: absolute;
    inset: 0%;
  }

  .resumo-table-wrapper {
    border: 1px solid var(--light-grey);
    background-color: var(--white);
    box-shadow: none;
    padding: 24px 16px 16px;
  }

  .pagamento-date-wrapper.btm-mrgn {
    margin-bottom: 16px;
  }

  .modal {
    width: 340px;
    padding: 32px;
  }

  .social-media-wrapper {
    grid-template-columns: 40px 40px;
    margin-bottom: 0;
  }

  .social-links {
    margin-left: 8px;
    margin-right: 8px;
  }

  .copyright-dev {
    justify-items: center;
    margin-top: 50px;
  }

  .developer {
    height: auto;
  }

  .cat-dropdown-toggle {
    padding-left: 8px;
    padding-right: 16px;
  }

  .prfl-grid {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 6px;
  }

  .profile-header-link {
    margin-left: 4px;
    margin-right: 4px;
  }

  .table-grid {
    padding-left: 16px;
    padding-right: 16px;
  }

  .table-content-block.cta {
    padding-left: 0;
    padding-right: 0;
  }

  .cat-tab-menu {
    z-index: 950;
    background-color: var(--white);
    border-radius: 0;
    flex-direction: row;
    align-items: flex-start;
    height: 57px;
    margin-bottom: 16px;
    margin-left: -16px;
    margin-right: -16px;
    padding: 8px 16px 0;
    display: flex;
    position: sticky;
    top: 60px;
    overflow: auto;
  }

  .cat-tabs {
    margin-top: 16px;
  }

  .grid-grid {
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .result-wrapper {
    max-height: none;
  }

  .desktop-results {
    display: none;
  }

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

  .profile-dropdown-link {
    height: 45px;
    line-height: 1.5;
  }

  .hero-slide-nav {
    display: none;
  }

  .dropdown-content {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    width: 350px;
    max-height: 80vh;
  }

  .estado-da-compra {
    margin-bottom: 30px;
  }

  .cat-list {
    width: 350px;
    inset: auto 0% 0%;
  }

  .pop-shadow {
    border-bottom: 1px solid var(--light-grey);
    box-shadow: none;
    height: 58px;
    display: none;
    top: 60px;
  }

  .dec-oy {
    height: 111px;
    display: block;
    position: absolute;
    inset: 0% 0% auto;
  }

  .resource-sticky-wrapper {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .faq-title-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .faq-title {
    font-size: 18px;
    line-height: 1.3;
  }

  .faq-title.midium {
    height: 46px;
  }

  .faq-content {
    padding-bottom: 10px;
  }

  .menu-dashboard {
    margin-top: 0;
    margin-left: 10vw;
  }

  .div-block-2._2 {
    margin-bottom: 50px;
  }

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

  .address-form-80.bg {
    border-style: none;
    margin-bottom: 0;
    padding: 0;
  }

  .div-block-7 {
    margin-top: 20px;
  }

  .endere-o-title.total {
    color: var(--grey);
    margin-bottom: 5px;
    margin-right: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
  }

  .item-menu {
    flex-flow: column;
    padding-left: 20px;
    display: flex;
  }

  .name.with-bottom-margin.smaller-text {
    flex-flow: wrap;
    display: flex;
  }

  .search-box.mobile {
    padding-top: 0;
    padding-bottom: 0;
    top: 0;
  }

  .chat-info-nav {
    justify-content: flex-start;
    width: 100%;
    height: 9vh;
    margin-top: 81px;
  }

  .chat-receiver-info {
    width: 90%;
  }

  .chat-picker-wrapper._80 {
    background-color: #fff;
    padding-top: 78px;
    display: block;
    inset: -18px auto auto 0;
  }

  .chat-bubble-container._25px-padding {
    padding-bottom: 108px;
  }

  .tab-pane-tab-1-4 {
    padding-top: 80px;
  }

  .container-2.relative.none {
    padding-left: 0;
    padding-right: 0;
  }

  .chat-wrapper {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .chat-text-filed-form-wrapper {
    z-index: 1003;
    width: 100%;
    margin-bottom: 0;
    inset: auto 0% 0%;
  }

  .chat-info-wrapper.minus-margin {
    position: relative;
    overflow: visible;
  }

  .card-wrapper {
    padding-right: 20px;
  }

  .side-a-1 {
    width: 100%;
  }

  .search-no-filtro {
    min-width: 100%;
  }

  .card-item.data-1 {
    width: 55%;
    margin-left: 5px;
  }

  .card-item.img {
    padding-left: 0;
  }

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

  .form-rigth {
    border-left-style: none;
    padding-left: 0;
  }

  .form-4 {
    grid-template-columns: 1fr;
  }

  .form-block-6 {
    width: 96%;
  }

  .pay-price-text {
    width: 5em;
  }

  .pay-price-text.price {
    font-size: 2.5em;
  }

  .div-block-369 {
    flex: none;
  }

  .pages-h2 {
    letter-spacing: -.015em;
    font-size: 1.5em;
  }

  .container-3.pagamentos._2 {
    max-width: 50em;
    padding-left: 3em;
    padding-right: 3em;
  }

  .link-block-3 {
    justify-content: space-between;
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .assinar-pacote-button {
    width: 12.5em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .div-block-370 {
    margin-top: 20px;
  }

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

  .instructions-wrapper-2 {
    border-top: 2px dashed #4daa57;
    border-left-style: none;
  }

  .profile-header-link-2 {
    margin-left: 0;
    margin-right: 20px;
  }

  .tabs-menu-2 {
    width: 100%;
  }

  .tabs-content {
    width: 100%;
    display: none;
  }

  .tabs-3, .div-block-379 {
    display: block;
  }

  .tab-contacto {
    background-color: #f0eded;
  }

  .tab-contacto.w--current {
    background-color: #c8d5e8;
  }

  .sidebar {
    width: 100%;
  }

  .contacts {
    scrollbar-color: #eee transparent;
    border-right-style: none;
  }

  .search-contacto {
    border-right-style: none;
  }

  .chat-view {
    z-index: 5;
    width: 100%;
    display: none;
  }

  .back-button {
    color: #333;
    justify-content: flex-start;
    width: 5%;
    margin-right: 20px;
    padding-left: 0;
    display: flex;
  }

  .input-area {
    z-index: 101;
    background-color: #090c1c;
  }

  .text-block-255 {
    margin-top: 50px;
  }

  .grid-27, .grid-28 {
    grid-template-columns: 1fr 1fr;
  }

  .video {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .notifica-oes {
    z-index: 100;
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    background-color: #0a0d1f;
    flex-flow: row;
    justify-content: center;
    align-items: baseline;
    width: 100%;
    height: 7%;
    position: fixed;
    inset: auto 0% 0%;
    box-shadow: 0 2px 5px #030511;
  }

  .div-block-402 {
    flex-flow: row;
    height: auto;
  }

  .div-block-408 {
    width: 85%;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.grey.top-padding-40.mob-padding._4090 {
    padding-top: 8px;
  }

  .section.grey.top-padding-40._16 {
    padding-top: 16px;
  }

  .section.min-height._40-top.chkout {
    padding-bottom: 85px;
  }

  .section._40-top.chkout {
    padding-top: 28px;
  }

  .section._40-top._565 {
    padding-top: 24px;
    padding-bottom: 16px;
  }

  .section.no-mini-height.no-bottom-padding._40-top._565 {
    padding-bottom: 16px;
  }

  .section.first-section._0-top-mob.overflow-hidden {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .section.first-section.no-top-padding.hiddenn {
    display: none;
  }

  .section.product-section {
    padding-top: 0;
    padding-bottom: 16px;
  }

  .section.hurst {
    padding-top: 27px;
  }

  .container.nav-container {
    padding-right: 2vw;
  }

  .container.auth-container {
    max-width: 90%;
  }

  .container.mob-percent {
    padding-left: 0;
    padding-right: 0;
  }

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

  .container._24-mob {
    padding-left: 24px;
    padding-right: 24px;
  }

  .grid._4-col.section-head-grid {
    margin-bottom: 8px;
    display: block;
  }

  .grid._4-col.home-prod, .grid._4-col.show-4 {
    max-height: none;
  }

  .grid._2-col.percentage-gap.prod-img-grid {
    grid-row-gap: 30px;
  }

  .grid._7-row.prod-content {
    grid-row-gap: 16px;
    padding-bottom: 0;
  }

  .grid._3-col._40-gap.align {
    grid-template-rows: auto;
    margin-left: -16px;
    margin-right: -16px;
    padding-bottom: 16px;
  }

  .grid._3-col._40-gap.align._0000 {
    margin-left: 0;
    margin-right: 0;
  }

  .grid._3-col.navigate {
    grid-template-columns: 1fr 1.5fr;
    justify-content: space-between;
    display: flex;
  }

  .button-wrapper.add-to-cart-button {
    display: block;
  }

  .button-wrapper._10px {
    min-width: 107px;
  }

  .button-wrapper.pos-absolute {
    z-index: 2;
    position: fixed;
  }

  .button-wrapper.pos-absolute.in-dropdown-cart {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .button-wrapper.hidden-on-mobile {
    display: none;
  }

  .button-wrapper.comprar-button {
    flex: 1;
    max-width: 50%;
  }

  .button-wrapper.add-address {
    margin-left: 0;
    margin-right: 0;
    padding-top: 16px;
    padding-bottom: 24px;
    padding-left: 0;
  }

  .button-wrapper.bottom-button-wrapper {
    margin-top: 30px;
  }

  .button-text.pay-2 {
    height: auto;
    overflow: visible;
  }

  .button.blue-button.inside-product-page {
    z-index: 1;
  }

  .button.blue-button._50.registo {
    margin-top: 15px;
  }

  .button.red-outline.remover-copy {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .button.cancel {
    border-color: var(--light-grey);
  }

  .section-header-wrapper {
    margin-bottom: 24px;
  }

  .section-header-wrapper.mbl-chkout {
    margin-bottom: 16px;
  }

  .section-header {
    text-align: center;
    justify-content: center;
    font-size: 23px;
  }

  .section-header.no-padding.profile-name {
    text-align: left;
    margin-bottom: 10px;
    font-size: 25px;
    display: block;
  }

  .section-header.no-padding.profile-name.gh {
    text-align: center;
  }

  .section-header.chkout-header {
    text-align: left;
    justify-content: flex-start;
  }

  .text-field.with-icon {
    font-size: 14px;
  }

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

  .choice-item.no-line {
    height: auto;
    padding-top: 4.5vw;
    padding-bottom: 5vw;
  }

  .choice-content {
    text-align: center;
    flex-direction: column;
    grid-template-columns: 50px 1fr;
    justify-content: center;
    width: auto;
    display: flex;
  }

  .choice-icon {
    margin-bottom: 8px;
    margin-right: 0;
  }

  .choice-icon.loose {
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    margin-bottom: 10px;
    margin-right: 0%;
  }

  .choice-icon.loose.phone {
    width: 32px;
    min-width: 30px;
    max-width: 35px;
    padding-left: 3px;
    padding-right: 3px;
  }

  .choice-header {
    width: 84px;
  }

  .choice-header.pgmnt {
    text-align: center;
    max-width: 150px;
  }

  .choice-subheader {
    line-height: 1.2;
    display: none;
  }

  .image-wrapper.product-card-image-wrapper {
    height: 32vw;
  }

  .image-wrapper.category-card-image-wrapper {
    height: 12vh;
  }

  .image-wrapper.profile-thumbnail {
    width: 120px;
    height: 120px;
    margin: 8px auto 25px;
  }

  .image-wrapper.nav-profile-thumbnail {
    width: 30px;
    height: 30px;
  }

  .product-price.kz.small._2 {
    top: -6px;
  }

  .product-price.small {
    font-size: 13px;
    font-weight: 700;
  }

  .product-in-stock {
    margin-bottom: 8px;
  }

  .product-items-wrapper {
    z-index: 10;
    justify-content: center;
    align-items: center;
    margin-left: -16px;
    margin-right: -16px;
    padding: 24px 16px;
    position: sticky;
    inset: auto 0% 0;
  }

  .plus-minus-wrapper.no-margin {
    width: 100px;
  }

  .plus-minus-wrapper._100.hidden-on-home {
    display: none;
  }

  .plus-minus-wrapper._40.wide {
    flex: 1;
    width: auto;
    max-width: 50%;
  }

  .plus-minus-wrapper._40.wide._20 {
    z-index: 2;
    position: relative;
  }

  .product-title.small {
    max-height: 38px;
    font-size: 14px;
  }

  .product-title.midium {
    height: 45px;
    font-size: 17px;
  }

  .product-category._0-padding._10 {
    margin-bottom: 8px;
  }

  .extra-info-text.small {
    display: none;
  }

  .product-link.grid._5-row {
    grid-template-rows: auto auto auto auto;
  }

  .category-card {
    border-color: var(--light-grey);
  }

  .category-title {
    font-size: 15px;
  }

  .category-card-icon-wrapper.float-on-top {
    right: 6vw;
  }

  .header-wrapper._16.xyz {
    margin-bottom: 16px;
  }

  .header-wrapper.purchase {
    text-align: center;
    margin-bottom: 24px;
  }

  .header.thinner {
    line-height: 1.15;
  }

  .header.thinner.bold {
    font-size: 22px;
  }

  .header.dropdown-link-text {
    font-size: 18px;
  }

  .price-total {
    border-top-style: none;
    height: 20px;
    margin-top: 10px;
    margin-bottom: 16px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .price-total.no-btm-padding._23 {
    border-top-style: solid;
    height: auto;
    margin-top: 16px;
    margin-bottom: 8px;
    padding-top: 16px;
    padding-bottom: 0;
  }

  .price-total.mobile {
    height: auto;
  }

  .grid-half-content._565 {
    margin-top: 30px;
  }

  .footer {
    padding-top: 60px;
  }

  .navigator {
    height: 70px;
  }

  .choice-tab-menu {
    grid-column-gap: 8px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
  }

  .selected-tab-pane {
    min-height: auto;
  }

  .category-tab-link {
    border-color: var(--light-grey);
    background-color: var(--table-header);
    flex: none;
    line-height: 39px;
  }

  .category-tab-link:hover {
    background-color: var(--borders);
  }

  .category-tab-link.w--current {
    display: block;
  }

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

  .dropdown-icon._8px-padding.tabss {
    margin-right: 24px;
    font-size: 13px;
  }

  .dropdown-icon.on-faq-title {
    margin-right: 16px;
  }

  .chevron-icon._0 {
    bottom: -6px;
  }

  .resources-wrapper {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }

  .resources-nav {
    display: none;
  }

  .resources-block {
    padding-bottom: 24px;
  }

  .resources-content {
    padding: 24px 8px 20px;
  }

  .status-circles-wrapper {
    margin-right: 16px;
  }

  .status-content-wrapper {
    flex-direction: row;
    height: 30px;
  }

  .center-text {
    margin-top: 2px;
  }

  .linesman {
    flex-direction: column;
    align-items: flex-start;
  }

  .status-line {
    flex: 0 auto;
    width: 3px;
    height: 50px;
    margin-bottom: -3px;
    margin-left: 13px;
    margin-right: 0;
    top: -2px;
  }

  .confirmed-line {
    height: 100%;
  }

  .in-progress-line {
    border-style: none dashed none none;
    border-right-width: 2px;
    border-right-color: var(--light-grey);
    height: 100%;
  }

  .brand {
    width: 110px;
    min-width: 60px;
    height: 45px;
  }

  .brand.at-auth {
    margin-bottom: 2.5vh;
  }

  .nav-menu-wrapper {
    padding-left: 1vw;
  }

  .nav-menu {
    justify-content: center;
    width: 100vw;
    min-width: 100vw;
    max-width: 100vw;
    min-height: 100vh;
    padding-bottom: 0;
  }

  .close-nav {
    z-index: 10;
    top: 16px;
    right: 16px;
  }

  .close-nav.close-edit-profile {
    z-index: 1000;
  }

  .close-nav.close-search {
    margin-top: 16px;
    margin-bottom: 0;
    inset: 0% 0% auto auto;
  }

  .close-nav.cat {
    opacity: 0;
    display: none;
    top: 16px;
    right: 16px;
  }

  .menu {
    width: 100%;
    max-width: 340px;
    margin-top: 3vh;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
    position: relative;
  }

  .nav-link {
    line-height: 1.6;
  }

  .dropdown-cart-wrapper {
    padding-left: 1vw;
  }

  .dropdown-cart {
    border-radius: 0 0 24px 24px;
    width: auto;
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
    padding-bottom: 88px;
    top: 0;
  }

  .cart-title-wrapper {
    top: 8px;
  }

  .pop-up-wrapper {
    padding-left: 0;
  }

  .nav-auth-buttons-wrapper._0-padding {
    width: 100%;
  }

  .material-icons.round, .material-icons.paper {
    padding-top: 10px;
  }

  .material-icons.power {
    padding-top: 12px;
  }

  .material-icons.house, .material-icons.resrc {
    padding-top: 10px;
  }

  .search-button-wrapper {
    padding-left: 0;
  }

  .navigator-menu.mobile {
    width: 82%;
    padding-left: 30px;
  }

  .auth-content-wrapper.log-in {
    padding-top: 6vh;
  }

  .form-field-wrapper {
    margin-bottom: 35px;
  }

  .address-wrapper._40 {
    padding: 16px;
  }

  .login-nav {
    margin-bottom: 6vh;
  }

  .edit-profile-form {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-slider {
    height: 52vw;
  }

  .slide {
    margin-right: 8px;
  }

  .banner {
    height: 46vw;
  }

  .cart-product-wrapper {
    grid-template-columns: 1fr 1.25fr;
  }

  .cart-products-content-wrapper {
    padding-bottom: 16px;
  }

  .search-wrapper {
    margin-left: 4px;
    margin-right: 16px;
  }

  .search {
    border-color: #0000;
    height: 46px;
    margin-bottom: 16px;
    padding-right: 42px;
  }

  .search-button {
    font-size: 23px;
  }

  .sub-delete-button.gray.eliminar.longersss {
    margin-left: auto;
    margin-right: auto;
  }

  .sub-delete-button.gray.logout-button {
    flex: none;
    justify-content: flex-start;
    align-items: center;
    width: 70%;
    margin-left: 4px;
    margin-right: 4px;
    display: flex;
  }

  .photo-upload-input-field.no-bg-fill {
    padding-left: 16px;
    padding-right: 16px;
  }

  .photo-upload-text {
    font-size: 15px;
  }

  .photo-upload-text.small-gray {
    line-height: 1.1;
  }

  .photo-upload-text.small-gray.tap {
    font-size: 13px;
  }

  .code-info-wrapper {
    max-width: 290px;
  }

  .tabs {
    width: 100%;
  }

  .auth-menu-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 60px;
    padding-left: 24px;
    padding-right: 24px;
    position: relative;
    inset: 7vh 0% 0%;
  }

  .slider-wrapper {
    border-style: none;
    border-radius: 0;
    height: 50vh;
    max-height: 340px;
    margin-left: -16px;
    margin-right: -16px;
  }

  .slider-mask {
    overflow: visible;
  }

  .tabed-section, .tabed-section.show-on-landscape {
    display: block;
  }

  .tab-menu {
    flex-direction: column;
    height: auto;
    min-height: auto;
    padding: 60px 24px 5px;
  }

  .tab-link {
    height: 55px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 600;
    line-height: 1;
  }

  .tab-link.w--current {
    color: var(--black-33);
    border-bottom-color: #0000;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    position: absolute;
    inset: 0% 24px auto;
  }

  .tab-link-icon {
    flex: none;
    margin-top: 5px;
    margin-right: 16px;
  }

  .tab-link-icon._2 {
    margin-top: 0;
    padding-top: 1px;
  }

  .tab-link-icon._1 {
    margin-top: 0;
    padding-top: 0;
  }

  .user-info {
    font-size: 15px;
  }

  .edit-profile-button-wrapper {
    border-top: 1px solid var(--light-grey);
    height: auto;
    padding: 2px 24px;
    display: block;
    position: relative;
    right: 0;
  }

  .profile-edit {
    height: 50px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 600;
    display: none;
  }

  .logout {
    height: 55px;
    margin-top: 0;
    margin-left: 0;
    font-size: 17px;
    font-weight: 600;
  }

  .tab-triggered-element {
    z-index: 2;
    border-bottom: 1px solid var(--light-grey);
    background-color: var(--white);
    height: auto;
    position: relative;
    overflow: hidden;
  }

  .tab-trigger {
    z-index: 10;
    border-bottom: 1px solid var(--light-grey);
    color: var(--grey);
    cursor: pointer;
    height: 55px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    inset: 0% 0% auto;
  }

  .close-tab {
    z-index: 12;
    border-bottom: 1px solid var(--borders);
    height: 55px;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
    position: absolute;
    inset: 0% 0% auto;
  }

  .checkout-button.blue-button.pay {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
  }

  .checkout-details.hide-mobile {
    display: none;
  }

  .checkout-cta {
    grid-template-columns: minmax(110px, 125px) 1fr;
  }

  .checkout-cta.pay-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: minmax(110px, 125px) 1fr;
  }

  .cancel-button-wrapper {
    margin-top: 8px;
  }

  .cancel-button-wrapper.hidden-on-mobile {
    display: none;
  }

  .trigger-icon {
    width: 32px;
  }

  .user-with-address {
    border-style: none;
    padding: 16px 0 0;
  }

  .adress-tab-link.thin:hover {
    border-color: var(--light-grey);
  }

  .checkout-mobile {
    padding-bottom: 85px;
  }

  .back-icon {
    margin-left: -13px;
  }

  .address-cta-wrapper.edit-logout-profile {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    padding-bottom: 50px;
    display: flex;
  }

  .address-cta-wrapper.dfaas {
    text-align: center;
    margin-top: 16px;
  }

  .edit-popup-wrapper {
    padding-left: 0;
  }

  .new-address-button {
    height: 50px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 600;
    display: none;
  }

  .new-address-button.add-button {
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

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

  .edit-button.gray.edit-profile-button {
    flex: none;
    width: 70%;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .edit-button.gray.ver-detalhes {
    flex: none;
    margin-right: 0;
  }

  .edit-button.gray._1 {
    width: 100%;
  }

  .pagamento-date-wrapper {
    padding: 27px 16px;
  }

  .pagamento-date-wrapper.btm-mrgn {
    grid-row-gap: 24px;
  }

  .modal-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .modal {
    flex: 1;
    width: auto;
    max-width: 320px;
    padding: 52px 10vw;
  }

  .modal-header-wrapper {
    max-width: 240px;
  }

  .modal-paragraph {
    padding-left: 4px;
    padding-right: 4px;
    line-height: 1.25;
  }

  .modal-button.secundario {
    border: 1px solid var(--light-grey);
    padding-top: 13px;
  }

  .social-links {
    width: 30px;
    height: 30px;
  }

  .copyright-dev {
    grid-row-gap: 24px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .copyright {
    justify-content: center;
    max-width: 220px;
    font-size: 16px;
  }

  .developer {
    display: block;
  }

  .powered-by {
    margin-bottom: 0;
    margin-right: 10px;
  }

  .cat-dropdown-toggle {
    border-radius: 12px;
    justify-content: center;
    padding-left: 16px;
  }

  .prfl-grid {
    display: block;
  }

  .profile-content-wrapper {
    border-style: none;
    border-radius: 0;
    flex-direction: column;
    padding: 25px 8vw;
  }

  .profile-info-wrapper {
    text-align: center;
    align-self: center;
    width: 100%;
  }

  .compras-table-wrapper {
    grid-template-columns: 1fr;
  }

  .table-grid {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .dropdown-text {
    font-size: 14px;
  }

  .cat-tab-menu {
    height: 57px;
    margin-bottom: 0;
    padding-bottom: 8px;
  }

  .cat-tabs {
    margin-top: 0;
  }

  .cat-tab-content._8 {
    padding-top: 8px;
  }

  .dropdown-wrap {
    border-bottom-color: var(--table-header);
    padding-bottom: 16px;
    display: block;
  }

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

  .bvbv {
    margin-bottom: 16px;
  }

  .result-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .mobile-results {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .profile-dropdown-list.w--open {
    z-index: 10;
    border-radius: 16px;
    padding-top: 32px;
    box-shadow: 0 15px 50px #0000004d;
  }

  .profile-dropdown-link {
    line-height: 1.6;
  }

  .hero-slide-nav {
    display: none;
    bottom: -23px;
  }

  .hero-slide-mask {
    border-radius: 0;
    margin-right: 0;
    overflow: visible;
  }

  .dropdown-content {
    border-radius: 24px 24px 0 0;
    width: auto;
    max-height: 500px;
    position: absolute;
    inset: auto 0% 0%;
    box-shadow: 0 -3px 24px #0003;
  }

  .cat-list {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .drop-link-wrapper {
    border-top: 1px solid #0000;
    height: auto;
    padding: 16px 8px;
    transition-property: background-color;
  }

  .drop-link-wrapper:hover {
    background-color: #0000;
  }

  .drop-link-wrapper:active {
    background-color: var(--table-header);
    transform: none;
  }

  .drop-link-container {
    padding-top: 8px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .dec-oy {
    z-index: -1;
    opacity: 0;
    height: 103px;
  }

  .faq-title-wrapper {
    padding-left: 16px;
    padding-right: 45px;
  }

  .faq-title.small {
    max-height: 38px;
  }

  .faq-title.midium {
    height: 45px;
    font-size: 17px;
  }

  .faq-content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .assistencia-block {
    margin-bottom: 32px;
  }

  .menu-dashboard {
    width: 100%;
    max-width: 340px;
    margin-top: 3vh;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
    position: relative;
  }

  .main-wrapper-no-dashboard {
    margin-top: 35px;
  }

  .div-block-2 {
    justify-content: space-between;
    align-items: center;
  }

  .div-block-2._9 {
    flex-flow: column;
    align-items: flex-start;
  }

  .div-block-5 {
    height: 70px;
  }

  .div-block-6 {
    margin-top: -2px;
    margin-right: 15px;
  }

  .address-form-80 {
    padding: 25px 20px;
  }

  .div-block-7 {
    margin-top: 10px;
  }

  .div-block-9 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .line {
    height: 10px;
  }

  .item-menu {
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-start;
    padding-left: 20px;
    display: flex;
  }

  .link-menu {
    color: #fff;
  }

  .text-block-207 {
    font-size: 13px;
  }

  .tabs-menu {
    display: flex;
  }

  .name.with-bottom-margin.smaller-text {
    color: #6a7282;
    font-size: 14px;
  }

  .search-box.mobile {
    left: 0;
  }

  .search-input {
    min-width: 180px;
    height: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .chat-info-nav {
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
  }

  .chat-info-nav.new-chat {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .icon.search {
    top: 6px;
  }

  .icon.small {
    font-size: 14px;
  }

  .chat-message {
    width: 90%;
  }

  .photo {
    width: 35px;
    height: 35px;
  }

  .flex-block-2 {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    flex-flow: column;
  }

  .flex-block-2.space.row {
    margin-bottom: 20px;
  }

  .flex-block-2.row {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    margin-bottom: 0;
  }

  .abbout-members {
    height: 80vh;
    margin-top: 0;
    padding-top: 500px;
  }

  .div-block-324 {
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 5px;
    bottom: 15px;
  }

  .documents-fixed {
    width: 100%;
  }

  .document-box {
    width: 100%;
    margin-bottom: 10px;
  }

  .new-group-box {
    overflow: hidden;
    transform: translate(-100%);
  }

  .chat-picker-wrapper._80 {
    padding-top: 60px;
    display: block;
    top: 0;
    left: 0;
  }

  .btn.full {
    width: 100%;
  }

  .btn.outline {
    display: flex;
  }

  .chat-bubble-container._25px-padding {
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .form-block-2 {
    width: 100%;
  }

  .tab-pane-tab-1-4 {
    padding-top: 54px;
  }

  .container-2 {
    width: 100%;
  }

  .container-2.relative.none {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .chat-info {
    z-index: 10000;
    opacity: 100;
    display: none;
    top: 58px;
    transform: translate(0%);
  }

  .card-time-info {
    font-weight: 400;
  }

  .div-block-326 {
    margin-top: 20px;
  }

  .div-block-322 {
    margin-right: 5px;
  }

  .contacts-container {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .chat-wrapper {
    position: absolute;
    inset: 0%;
  }

  .chat-wrapper.mobile {
    left: 0%;
  }

  .group-info {
    margin-left: 10px;
    margin-right: 10px;
  }

  .chat-text-filed-form-wrapper {
    margin-bottom: 0;
    position: fixed;
  }

  .chat-text-form._25-margin {
    padding-left: 15px;
    padding-right: 15px;
  }

  .chat-user-status.online {
    font-size: 13px;
  }

  .comment-input {
    width: 100%;
    margin-top: 0;
  }

  .link-5:hover {
    color: #0084d1;
  }

  .message.sender-message {
    min-width: 60%;
  }

  .side-a {
    flex-direction: column;
    width: 100%;
    margin-bottom: 10px;
  }

  .text-block-243 {
    font-size: .9rem;
  }

  .div-block-38 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: space-between;
  }

  .side-b {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-left: 0;
  }

  .card-wrapper {
    flex-flow: column;
    height: auto;
    padding: 15px;
  }

  .side-a-1 {
    align-items: center;
    width: 100%;
    margin-bottom: 0;
  }

  .select-filtro {
    width: 100%;
  }

  .form-block-5 {
    width: auto;
  }

  .filters-flex {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    max-width: 100%;
  }

  .grid-26 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .text-block-245 {
    color: #ffffff6b;
    margin-bottom: .3rem;
    font-size: .8rem;
  }

  .search-no-filtro, .form-3 {
    width: 100%;
  }

  .card-item.data-1 {
    width: 100%;
    margin-left: 0;
  }

  .card-item.data-1.sb {
    padding-left: 0;
  }

  .card-item.img {
    width: 20%;
    padding-left: 0;
  }

  .select-field-2 {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }

  ._1card {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    padding: 15px;
  }

  .text-block-246 {
    margin-top: 2px;
  }

  .div-block-360 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: space-between;
  }

  .form-rigth {
    padding-left: 0;
  }

  .text-block-247 {
    font-size: 13px;
  }

  .div-block-362 {
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 5px;
    bottom: 15px;
  }

  .new-group-box-2 {
    overflow: hidden;
    transform: translate(-100%);
  }

  .form-block-6 {
    width: 94%;
  }

  .div-block-365 {
    margin-top: 20px;
  }

  .div-block-366 {
    margin-right: 5px;
  }

  .link-13:hover {
    color: #0084d1;
  }

  .div-block-367 {
    width: 135px;
    height: 50px;
  }

  .pay-price-text {
    text-align: center;
    font-size: 1.6em;
  }

  .pay-price-text.price {
    font-size: 2.3em;
  }

  .pages-h2 {
    max-width: none;
    font-size: 18px;
  }

  .por-x-mes {
    display: none;
  }

  .container-3 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .container-3.pagamentos {
    max-width: none;
  }

  .container-3.pagamentos._2 {
    max-width: 35em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .pacote-button-wrapper {
    width: 100%;
  }

  .grid-6 {
    grid-column-gap: 0em;
  }

  .link-block-3 {
    grid-row-gap: 3em;
    text-align: center;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    height: auto;
    padding: 3em 1em 1em;
    display: grid;
  }

  .assinar-pacote-button {
    width: 100%;
  }

  .pages-h1.instrc {
    font-size: 1.2em;
  }

  .validar-pagamento-wrapper {
    border-style: none;
    border-radius: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .pagamento-field-lable {
    color: #fff;
  }

  .pagamento-referencia-info {
    font-size: 1.5em;
  }

  .instructions-wrapper-2 {
    color: #fff;
    border-top-style: none;
    padding-top: 5em;
    padding-left: 0;
    padding-right: 0;
  }

  .instruction {
    font-size: .9em;
  }

  .validar-wrap {
    border: 2px dashed #4daa57;
    border-radius: .5em;
    grid-template-rows: auto auto auto;
    align-content: start;
    align-items: start;
    padding-bottom: 3em;
    padding-left: 1.3em;
    padding-right: 1.3em;
  }

  .submit-button-2.validar {
    z-index: 10;
    border-radius: 0;
    position: fixed;
    inset: auto 0% 0%;
  }

  .file-uploaded.reciever {
    float: right;
    text-align: right;
  }

  .messanger-avatar {
    width: 30px;
    height: 30px;
    top: 11%;
  }

  .chat-box {
    height: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .search-input-2-copy {
    height: 30px;
    font-size: 12px;
  }

  .div-das-mensagens {
    height: auto;
    margin-top: 0;
    padding: 129px 10px 60px;
  }

  .search-button-2 {
    height: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
  }

  .notification-counter-ball {
    z-index: 5;
    color: #fff;
    background-color: #e71f1f;
    border: 3px solid #fff;
    border-radius: 200px;
    width: 22px;
    height: 22px;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    position: absolute;
    inset: 19px 9px auto auto;
  }

  .notification-counter-ball.avatar-notifications {
    border-style: none;
    height: 14px;
  }

  .link-10.baixar.revi {
    margin-right: 15px;
  }

  .chat-box-field {
    height: 40px;
    padding-left: 10px;
    padding-right: 85px;
  }

  .uploads-do-chat {
    margin-left: 0;
    font-size: 12px;
    line-height: 30px;
  }

  .settings {
    margin-left: 10px;
    line-height: 30px;
  }

  .text-block-88 {
    color: #949494;
    max-width: 160px;
    font-size: 12px;
    line-height: 16px;
  }

  .text-block-88.ko {
    width: 100px;
    font-size: 11px;
    line-height: 14px;
  }

  .messanger-time._333 {
    font-size: 10px;
    line-height: 10px;
  }

  .section-5 {
    padding-top: 20px;
  }

  .upload-file {
    width: 30px;
    height: 30px;
    margin-right: 25px;
    line-height: 30px;
  }

  .send-message {
    width: 30px;
    height: 30px;
    font-size: 13px;
    line-height: 30px;
    right: 10px;
  }

  .div-block-59 {
    width: 30px;
    height: 30px;
  }

  .text-block-254 {
    font-size: 14px;
  }

  .text-block-255 {
    font-size: 15px;
  }

  .div-block-390 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .text-block-256 {
    font-size: 18px;
  }

  .text-block-257 {
    font-size: 13px;
  }

  .div-block-392 {
    justify-content: center;
    align-items: flex-start;
    min-height: 100px;
    padding: 20px;
  }

  .text-block-258 {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 120%;
  }

  .text-block-259 {
    font-size: 25px;
  }

  .div-block-393 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grid-28 {
    grid-template-columns: 1fr;
  }

  .link-block-4 {
    justify-content: flex-start;
    align-items: center;
    min-height: 50px;
    padding: 20px 25px;
    display: flex;
  }

  .icx {
    margin-bottom: 0;
    margin-right: 10px;
  }

  .text-block-261 {
    font-size: 13px;
  }

  .div-block-398 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-13 {
    height: 300px;
  }

  .div-block-399, .div-block-400 {
    margin-bottom: 15px;
  }

  .image-14 {
    width: 200px;
    height: 200px;
  }

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

  .onboarding {
    padding-left: 15px;
    padding-right: 15px;
  }

  .video {
    width: 100%;
  }

  .div-block-408 {
    width: 82%;
  }
}

#w-node-bbec5aa6-4c20-a6c1-6e1a-592007002b57-b074c3c6 {
  place-self: center start;
}

#w-node-_69f53b13-6c0f-7402-7ed7-b185f62dcbde-451ec52d {
  justify-self: end;
}

#w-node-_50fc72c1-366a-0662-0051-9216ddd1a00c-292ea558 {
  place-self: center start;
}

#w-node-_0c8976e2-c62f-9351-925e-4ee9ec27dff4-292ea558 {
  justify-self: end;
}

#w-node-_352783a2-2f90-8fdf-e2a3-e9c8a55b10eb-b074c453 {
  place-self: center start;
}

#w-node-_25fe072d-1094-b38c-1bc3-3917fef606df-b074c455, #w-node-_5b2e4b14-a30c-3ee7-b2ca-7d75f3a5fa52-b074c455, #w-node-_37947a5c-1094-16b4-b66c-020d7312f3be-b074c455, #w-node-_37947a5c-1094-16b4-b66c-020d7312f3c1-b074c455, #w-node-e5fae3ba-df33-5f5c-e4e1-510a39e1c9fb-b074c455, #w-node-e5fae3ba-df33-5f5c-e4e1-510a39e1c9fe-b074c455 {
  justify-self: center;
}

#w-node-_7be2ee81-af34-5054-31fa-6d7964712e91-b074c459, #w-node-fa8e54f1-4dd1-538d-b0af-a7f01a325e44-b074c459, #w-node-_16522ae1-affa-7fde-352e-8614c988b92f-b074c459, #w-node-_756a83ec-9384-8cca-a7f2-cc6ed48b0efd-b074c459, #w-node-ff3e3e72-338a-1088-5fc7-ae13eacae4d1-b074c459, #w-node-_95af02df-efa3-0f0b-c745-20fbf56db534-b074c459, #w-node-_8472a708-b977-d3c8-350c-972313bccc01-b074c459, #w-node-_11da7999-a754-68d0-1a0e-b25671446a5d-b074c459, #w-node-_0ea82e00-a006-b948-ace3-76a4be617a32-b074c459, #w-node-_2f4050e1-251f-4f6d-bb55-4c2843f3bf86-b074c459, #w-node-f890eb15-fb84-00e4-2966-74fec66e28d1-b074c459, #w-node-_79401781-acb2-b883-b5e5-bcc545910c4b-b074c459 {
  align-self: start;
}

#w-node-b8198d5e-25b4-0e6d-8212-141796c7c446-b074c47b {
  align-self: baseline;
}

#w-node-b8198d5e-25b4-0e6d-8212-141796c7c471-b074c47b {
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-b8198d5e-25b4-0e6d-8212-141796c7c446-b074c47b {
    align-self: baseline;
  }

  #w-node-b8198d5e-25b4-0e6d-8212-141796c7c471-b074c47b {
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_69f53b13-6c0f-7402-7ed7-b185f62dcbde-451ec52d {
    justify-self: stretch;
  }
}


@font-face {
  font-family: 'Regular Material';
  src: url('../fonts/MaterialIcons-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SF-Pro-Display-HeavyItalic.otf') format('opentype');
  font-weight: 800;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SF-Pro-Display-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SF-Pro-Display-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SF-Pro-Display-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SF-Pro-Display-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SF-Pro-Display-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SF-Pro-Display-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SF-Pro-Display-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SF-Pro-Display-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SF-Pro-Display-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SF-Pro-Display-SemiboldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SF-Pro-Display-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SF-Pro-Display-Heavy.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SF-Pro-Display-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SF-Pro-Display-UltralightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SF-Pro-Display-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SF-Pro-Display-Ultralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SF-Pro-Display-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Material';
  src: url('../fonts/MaterialIconsOutlined-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}