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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

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

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

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

body {
  font-family: 'SF Pro', sans-serif;
  color: #111210;
  font-size: 16px;
  line-height: 20px;
}

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

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

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

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

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

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

p {
  margin-bottom: 30px;
  color: #111210;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
}

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

a:active {
  -webkit-transform: scale(0.96);
  -ms-transform: scale(0.96);
  transform: scale(0.96);
}

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

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

li {
  margin-bottom: 6px;
  color: #111210;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 300;
}

blockquote {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 10px 20px;
  border-left: 5px solid #3a86ff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}

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

figcaption {
  margin-top: 5px;
  color: #d9d9d9;
  font-size: 14px;
  text-align: left;
}

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

.section.grey {
  background-color: #f5f5f5;
}

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

.section.grey.top-padding-40.mob-padding.white {
  background-color: #fff;
}

.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: 0px;
  padding-bottom: 0px;
}

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

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

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

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

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

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

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

.section.hurst._16 {
  background-color: #fff;
}

.container {
  position: relative;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-transition: width 100ms cubic-bezier(.25, .46, .45, .94);
  transition: width 100ms cubic-bezier(.25, .46, .45, .94);
}

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

.container.auth-container {
  max-width: 460px;
}

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

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

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

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

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

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

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

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

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

.grid._3-col.align {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
}

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

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

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

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

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

.grid._2-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  color: #111210;
}

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

.grid._2-row.centered-grid {
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

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

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

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

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

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

.button-wrapper.pos-absolute {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding: 24px;
  border-top: 1px solid #efefef;
  background-color: #fff;
}

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

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

.button-wrapper.add-address {
  display: block;
  width: auto;
  padding-top: 24px;
  border-top: 1px none #d9d9d9;
}

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

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

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

.button.blue-button {
  position: relative;
  padding-right: 0%;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #3a86ff;
  color: #fff;
}

.button.blue-button:hover {
  background-color: #3479e5;
}

.button.blue-button.inside-product-page {
  padding-right: 35px;
  padding-left: 35px;
}

.button.blue-button._50 {
  height: 48px;
  padding-top: 16px;
  padding-bottom: 15px;
}

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

.button.blue-button.verde {
  background-color: #04a777;
}

.button.red-button {
  background-color: #bd3a3a;
  color: #fff;
}

.button.red-button:hover {
  background-color: #a33131;
}

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

.button.red-outline {
  padding-top: 11px;
  padding-bottom: 11px;
  border-style: solid;
  border-width: 1px;
  border-color: #bd3a3a;
  background-color: transparent;
  color: #bd3a3a;
}

.button.red-outline:hover {
  background-color: #bd3a3a;
  color: #fff;
}

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

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

.button.cancel {
  height: 45px;
  padding-top: 14px;
  padding-bottom: 0px;
  border: 1px solid transparent;
  background-color: #fafafa;
  color: #767676;
}

.button.cancel:hover {
  background-color: #f35252;
  color: #fff;
}

.button.submit-button {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #3a86ff;
  color: #fff;
}

.button.submit-button:hover {
  background-color: #3479e5;
}

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

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

.button.blue-outline {
  padding-top: 11px;
  padding-bottom: 11px;
  border-style: solid;
  border-width: 1px;
  border-color: #3a86ff;
  background-color: transparent;
  color: #3a86ff;
}

.button.blue-outline:hover {
  background-color: #3a86ff;
  color: #fff;
}

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

.button.dark-blue {
  background-color: #fff;
  color: #3479e5;
}

.button.dark-blue.with-icon {
  padding-left: 20px;
  background-color: #2e6bcc;
  color: #fff;
  text-align: left;
}

.button.dark-blue.with-icon:hover {
  background-color: #fff;
  color: #2e6bcc;
}

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

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

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

.section-subheader {
  color: #767676;
  font-size: 18px;
  line-height: 1;
}

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

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

.section-header.no-padding.profile-name {
  margin-bottom: 16px;
  line-height: 1.1;
}

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

.section-header.small {
  margin-bottom: 0px;
  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 {
  position: relative;
  z-index: 2;
  height: 48px;
  margin-bottom: 26px;
  border-style: solid;
  border-width: 2px;
  border-color: #d9d9d9;
  border-radius: 12px;
  background-color: transparent;
  font-size: 16px;
}

.text-field:focus {
  border-color: #767676;
  color: #111210;
}

.text-field::-webkit-input-placeholder {
  color: #9c9c9c;
}

.text-field:-ms-input-placeholder {
  color: #9c9c9c;
}

.text-field::-ms-input-placeholder {
  color: #9c9c9c;
}

.text-field::placeholder {
  color: #9c9c9c;
}

.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.with-icon {
  padding-left: 48px;
  border-color: #ccc;
  color: #111210;
  font-size: 16px;
  font-weight: 400;
}

.text-field.with-icon:focus {
  font-size: 16px;
}

.text-field.with-icon::-webkit-input-placeholder {
  color: #9c9c9c;
}

.text-field.with-icon:-ms-input-placeholder {
  color: #9c9c9c;
}

.text-field.with-icon::-ms-input-placeholder {
  color: #9c9c9c;
}

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

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

.text-field.code {
  height: 100px;
  margin-bottom: 0px;
  color: #3a86ff;
  font-size: 48px;
  font-weight: 600;
  text-align: center;
}

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

.field-label {
  margin-bottom: 8px;
  padding-left: 8px;
  color: #767676;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 400;
}

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

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

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

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

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

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

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

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

.choice-icon.loose {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

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

.table-row.table-header {
  position: relative;
  z-index: 1;
  display: none;
  height: 70px;
  border-bottom: 1px solid transparent;
  border-top-style: none;
  border-right-color: transparent;
  border-left-color: transparent;
  background-color: hsla(0, 0%, 80%, 0.5);
  color: #767676;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

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

.table-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.table-block.blobs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
  border-width: 1px;
  border-color: #efefef;
  color: #111210;
}

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

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

.table-wrapper {
  overflow: hidden;
  padding-bottom: 0px;
  border-style: none;
  border-width: 1px;
  border-color: #efefef;
  border-radius: 16px;
}

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

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

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

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

.product-image-tab-link.w--current {
  background-color: transparent;
  opacity: 0.5;
}

.tab-pane {
  height: 100%;
}

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

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

.image-wrapper.rounded-corners.borders {
  border-style: solid;
  border-width: 1px;
  border-color: #efefef;
}

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

.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 {
  height: 277px;
  margin-bottom: 16px;
  border-radius: 12px;
}

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

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

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

.image-wrapper.hero-image-link {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  border-radius: 24px;
}

.image-wrapper.cart-image-wrapper {
  height: 130px;
  border-style: solid;
  border-width: 1px;
  border-color: #efefef;
  border-radius: 12px;
}

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

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

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

.cover-image.hero {
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

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

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

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

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

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

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

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

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

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

.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: #04a777;
}

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

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

.product-in-stock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #767676;
  font-size: 15px;
}

.stock-quantity {
  width: 45px;
  height: 40px;
  margin-right: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #efefef;
  border-radius: 12px;
  line-height: 39px;
  text-align: center;
}

.product-description {
  margin-bottom: 0px;
  line-height: 1.6;
}

.product-items-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.plus-minus-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 120px;
  height: 40px;
  margin-right: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid transparent;
  border-radius: 12px;
  background-color: #fafafa;
  color: #767676;
  font-size: 18px;
  font-weight: 700;
}

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

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

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

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

.plus-minus-button:hover {
  background-color: rgba(17, 18, 16, 0.05);
  color: #111210;
}

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

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

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

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

.product-title {
  font-size: 28px;
  line-height: 1.4;
  font-weight: 500;
}

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

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

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

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

.product-category {
  margin-bottom: -16px;
  color: #bd3a3a;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.product-category.small {
  margin-bottom: -6px;
  font-size: 9px;
}

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

.extra-info-text {
  margin-bottom: 5px;
  color: #767676;
  font-size: 16px;
  line-height: 1.4;
}

.extra-info-text.small {
  color: #767676;
  font-size: 14px;
}

.extra-info-text.categeria-mble {
  margin-bottom: 0px;
  color: #767676;
  font-size: 14px;
}

.product-card {
  overflow: hidden;
  border-radius: 16px;
  background-color: #fff;
}

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

.product-card._3-col-grid.borders {
  margin-bottom: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #d9d9d9;
  background-color: transparent;
}

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

.product-card._2-col-grid.borders {
  margin-bottom: 16px;
  padding: 16px;
  grid-column-gap: 40px;
  -ms-grid-columns: 200px 1fr;
  grid-template-columns: 200px 1fr;
  border-style: solid;
  border-width: 1px;
  border-color: #d9d9d9;
}

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

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

.product-link.grid {
  color: #111210;
}

.product-link.grid._5-row {
  display: -ms-grid;
  display: grid;
  padding-bottom: 16px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-row-gap: 8px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

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

.category-card {
  overflow: hidden;
  padding: 16px;
  border-radius: 24px;
  background-color: #fff;
  color: #111210;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

.extra-info {
  margin-bottom: 0px;
  color: #767676;
  font-size: 14px;
  line-height: 1.4;
}

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

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

.category-card-icon-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 24px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #767676;
}

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

.price-table-wrapper {
  padding: 35px 24px 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #d9d9d9;
  border-radius: 16px;
  color: #111210;
}

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

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

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

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

.header.thinner {
  font-weight: 400;
}

.header.thinner.dark {
  color: #111210;
  font-weight: 600;
}

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

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

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

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

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

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

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

.header.h2 {
  line-height: 1;
}

.price-list-item {
  overflow: hidden;
  height: 20px;
  margin-bottom: 10px;
  color: #767676;
  font-size: 14px;
}

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

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

.price-title._20 {
  color: #545454;
}

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

.price-total {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px none #d9d9d9;
  font-size: 16px;
  font-weight: 600;
}

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

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

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

.footer {
  padding-top: 80px;
  padding-bottom: 0px;
  background-color: #111210;
}

.navigator {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  height: 80px;
  background-color: transparent;
}

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

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

.choice-tab-link {
  height: 96px;
  padding: 0px;
  border-style: solid;
  border-width: 3px;
  border-color: hsla(0, 0%, 80%, 0.5);
  border-radius: 16px;
  background-color: transparent;
  color: #767676;
}

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

.choice-tab-link.w--current {
  border-color: #3a86ff;
  background-color: #fff;
  color: #111210;
}

.selected-tab-pane {
  min-height: 200px;
  border-style: none;
  border-width: 1px;
  border-color: #3a86ff;
  border-radius: 16px;
}

.category-tab-link {
  display: block;
  overflow: hidden;
  padding: 0px 16px;
  border-radius: 12px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #111210;
  font-size: 16px;
  line-height: 41px;
  font-weight: 500;
}

.category-tab-link:hover {
  background-color: #fafafa;
}

.category-tab-link.w--current {
  background-color: transparent;
  color: #bd3a3a;
  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 {
  position: relative;
  margin-right: 0px;
  margin-left: 10px;
  font-size: 18px;
}

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

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

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

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

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

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

.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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

.button-2:hover {
  opacity: 0.95;
  -webkit-transform: translate(3.5px, 0px);
  -ms-transform: translate(3.5px, 0px);
  transform: translate(3.5px, 0px);
}

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

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

.button-2.resources-menu-link.w--current {
  color: #bd3a3a;
}

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

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

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

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

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

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

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

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

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

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

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

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

.table-scroll {
  overflow: visible;
  border-style: none;
  border-width: 1px;
  border-color: #efefef;
}

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

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

.project-state.done {
  background-color: #04a777;
}

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

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

.status-content-wrapper {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.center-text {
  margin-top: 32px;
  color: #9c9c9c;
}

.center-text.confirmed {
  color: #111210;
}

.linesman {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 34px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #d9d9d9;
  border-radius: 16px;
}

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

.confirmed-line {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  height: 2px;
  border-style: solid;
  border-width: 2px;
  border-color: #04a777;
  border-radius: 10px;
  background-color: #04a777;
}

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

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

.line-seperator {
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
  background-color: #d9d9d9;
}

.estado.em-processo {
  color: #f8c005;
}

.estado.entregue {
  color: #04a777;
}

.estado.cancelado {
  color: #f35252;
}

.nav-shadow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  background-color: #fff;
  box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.2);
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand.at-auth {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: auto;
  margin-bottom: 1vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav-buttons-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

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

.nav-menu {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1200;
  display: none;
  overflow: auto;
  width: 40vw;
  height: 100vh;
  max-height: 100vh;
  max-width: 650px;
  min-height: 500px;
  min-width: 480px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.overlay {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1100;
  display: none;
  background-color: rgba(0, 0, 0, 0.35);
}

.close-nav {
  position: absolute;
  left: auto;
  top: 6vh;
  right: 5vw;
  bottom: auto;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #111210;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}

.close-nav:hover {
  color: #111210;
}

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

.close-nav.close-search {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  margin-top: 21px;
  margin-right: 16px;
  margin-bottom: 21px;
  color: #111210;
}

.close-nav.cat {
  left: 0%;
  top: -14px;
  right: -300px;
  bottom: auto;
  z-index: 1;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

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

.nav-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding-top: 0vh;
  padding-right: 16px;
  padding-bottom: 0vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  -webkit-transition: background-color 200ms ease, -webkit-transform 50ms cubic-bezier(.455, .03, .515, .955);
  transition: background-color 200ms ease, -webkit-transform 50ms cubic-bezier(.455, .03, .515, .955);
  transition: background-color 200ms ease, transform 50ms cubic-bezier(.455, .03, .515, .955);
  transition: background-color 200ms ease, transform 50ms cubic-bezier(.455, .03, .515, .955), -webkit-transform 50ms cubic-bezier(.455, .03, .515, .955);
  color: #111210;
  font-size: 18px;
  line-height: 1;
}

.nav-link:hover {
  background-color: #f5f5f5;
}

.nav-link.w--current {
  color: #bd3a3a;
}

.ham-menu {
  overflow: hidden;
  width: 45px;
  height: 45px;
  border-radius: 12px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #111210;
  cursor: pointer;
}

.ham-menu:hover {
  background-color: #f5f5f5;
}

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

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

.close-cart {
  position: absolute;
  left: auto;
  top: 18px;
  right: 18px;
  bottom: auto;
  z-index: 2;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #111210;
  font-size: 25px;
  cursor: pointer;
}

.close-cart:hover {
  color: #111210;
}

.cart-title-wrapper {
  position: absolute;
  left: 24px;
  top: 24px;
  right: auto;
  bottom: auto;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding-left: 3px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.white-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 80px;
  border-bottom: 1px solid #efefef;
  background-color: #fff;
}

.cart-icon {
  position: relative;
  overflow: hidden;
  width: 45px;
  height: 45px;
  border-radius: 12px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #111210;
  cursor: pointer;
}

.cart-icon:hover {
  background-color: #f5f5f5;
}

.pop-up-wrapper {
  position: relative;
  z-index: 12000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.decoy {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 1px;
}

.gray-body {
  background-color: #f5f5f5;
}

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

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

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

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

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

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

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

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

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

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

.material-icons.bigger {
  padding-top: 0px;
  padding-bottom: 0px;
  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 {
  padding-top: 3px;
  line-height: 1.2;
}

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

.search-icon {
  overflow: hidden;
  width: 45px;
  height: 45px;
  border-radius: 12px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #111210;
  cursor: pointer;
}

.search-icon:hover {
  background-color: #f5f5f5;
}

.navigator-link {
  display: inline-block;
  height: 40px;
  margin-right: 9%;
  color: #111210;
  font-size: 15px;
  line-height: 42px;
  font-weight: 500;
}

.navigator-link.w--current {
  color: #bd3a3a;
  font-weight: 700;
}

.navigator-menu {
  overflow: hidden;
  height: 40px;
}

.auth-section {
  overflow: hidden;
}

.cometa-sidebar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 30%;
  height: 100vh;
  max-height: 100vh;
  max-width: 30%;
  min-height: 100vh;
  min-width: 30%;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3a86ff;
}

.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 {
  position: relative;
  margin-bottom: 26px;
}

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

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

.form-field-icon {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  overflow: hidden;
  width: 48px;
  height: 48px;
  padding-left: 2px;
  color: #9c9c9c;
}

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

.add-image-icon {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #bd3a3a;
  color: #fff;
}

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

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

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

.nav-profile {
  position: relative;
}

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

.address-form {
  width: 500px;
}

.address-wrapper {
  padding: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #3a86ff;
  border-radius: 16px;
}

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

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

.login-nav {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none #efefef;
}

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

.heading {
  text-align: center;
}

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

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

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

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

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

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

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

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

.tc {
  margin-left: 3px;
  color: #3479e5;
  text-decoration: underline;
}

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

.counter-auth.float {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 3vh;
  margin-top: 0px;
  margin-left: 0%;
}

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

.counter-auth.password-rcvr {
  margin-top: 16px;
  margin-bottom: 40px;
  padding-left: 8px;
  color: hsla(0, 0%, 46.3%, 0.5);
  font-size: 15px;
  font-weight: 400;
  text-align: left;
}

.counter-auth-link {
  margin-left: 2px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #3479e5;
}

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

.counter-auth-link.dark {
  color: #767676;
}

.edit-profile {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5000000;
  display: none;
  overflow: hidden;
  height: 100vh;
  max-height: 100vh;
  min-height: 600px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

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

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

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

.slide-arrow {
  display: none;
}

.slide {
  overflow: hidden;
}

.slide-nav {
  left: 43px;
  top: auto;
  right: auto;
  bottom: 0%;
  display: none;
  width: 50px;
  height: 15px;
  padding-top: 0px;
  color: #fff;
  font-size: 5px;
  text-align: left;
}

.banner {
  overflow: hidden;
  height: 220px;
  border-radius: 24px;
  background-color: #111210;
}

.text-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
  color: #fff;
}

.red-price {
  color: #bd3a3a;
}

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

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

.search-content {
  position: fixed;
  left: 0%;
  top: 20px;
  right: 0%;
  bottom: auto;
  z-index: 5000000;
  display: none;
  overflow: hidden;
  width: 610px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 3px 24px 0 rgba(0, 0, 0, 0.2);
}

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

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

.search::-webkit-input-placeholder {
  color: #9c9c9c;
  font-weight: 400;
}

.search:-ms-input-placeholder {
  color: #9c9c9c;
  font-weight: 400;
}

.search::-ms-input-placeholder {
  color: #9c9c9c;
  font-weight: 400;
}

.search::placeholder {
  color: #9c9c9c;
  font-weight: 400;
}

.search-button {
  position: absolute;
  left: 16px;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 45px;
  height: 45px;
  margin-top: 18px;
  margin-bottom: 19px;
  padding: 1px 0px 0px;
  background-color: transparent;
  font-family: Material, sans-serif;
  color: #9c9c9c;
  font-size: 23px;
  line-height: 1;
  text-align: center;
}

.cart-item-counter {
  position: absolute;
  left: auto;
  top: 1px;
  right: 4px;
  bottom: auto;
  height: 14px;
  min-width: 14px;
  padding-top: 2px;
  padding-right: 4px;
  padding-left: 4px;
  border-radius: 200px;
  background-color: #f35252;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
}

.uploaded-photo-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  max-width: 150px;
  min-width: 150px;
  padding: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #d9d9d9;
}

.div-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.uploaded-image-resolution {
  color: #767676;
  font-size: 14px;
}

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

.sub-delete-button:active {
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
}

.sub-delete-button.gray {
  display: inline-block;
  margin-right: 8px;
  margin-left: 0px;
  padding-top: 9px;
  padding-right: 15px;
  padding-left: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 80%, 0.5);
  border-radius: 8px;
  background-color: #fafafa;
  color: #767676;
}

.sub-delete-button.gray:hover {
  border-color: transparent;
  background-color: #3a86ff;
  color: #fff;
}

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

.sub-delete-button.gray.eliminar:hover {
  background-color: #f35252;
}

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

.sub-delete-button.gray.logout-button {
  width: 100px;
}

.sub-delete-button.gray.logout-button:hover {
  background-color: #f35252;
}

.sub-delete-button.gray.logout-button._20 {
  width: 120px;
}

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

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

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

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

.photo-upload-input-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 170px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: dashed;
  border-width: 2px;
  border-color: #d0d3dd;
  border-radius: 16px;
  background-color: #f8f8f8;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  text-align: center;
  cursor: pointer;
}

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

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

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

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

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

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

.photo-upload-input-field.no-bg-fill {
  border-width: 2px;
  border-color: #3a86ff;
  background-color: transparent;
  color: #111210;
}

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

.uploaded-photo-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 130px;
  margin-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #d9d9d9;
  border-radius: 16px;
  background-color: hsla(0, 0%, 96%, 0.35);
}

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

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

.photo-upload-text {
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 100%;
}

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

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

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

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

.cometa-info-contain {
  position: relative;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  max-width: 250px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
  color: #fff;
}

.cometa-paragraph {
  margin-bottom: 0px;
  color: #fff;
  font-weight: 400;
}

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

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

.cometa-flow {
  position: absolute;
  left: -2%;
  top: auto;
  right: auto;
  bottom: -3%;
  z-index: 2;
  opacity: 0.1;
}

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

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

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

.slider-wrapper {
  display: none;
}

.nav-link-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
}

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

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

.nav-link-icon._22 {
  margin-right: 2px;
}

.tabed-section {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  z-index: 10;
  display: none;
  height: 70px;
  border-bottom: 1px solid #d9d9d9;
  background-color: #fff;
}

.tab-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tab-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 1px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 3px solid transparent;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #767676;
  font-size: 16px;
}

.tab-link:hover {
  color: #111210;
}

.tab-link.w--current {
  color: #bd3a3a;
  font-weight: 500;
}

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

.tab-link.hover-effect:hover {
  background-color: #f5f5f5;
}

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

.user-info {
  font-size: 20px;
  line-height: 1.1;
  font-weight: 400;
}

.edit-profile-button-wrapper {
  position: absolute;
  left: auto;
  top: 0px;
  right: 40px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.profile-edit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 1px;
  margin-right: 0px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 3px solid transparent;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #767676;
  font-size: 16px;
  cursor: pointer;
}

.profile-edit:hover {
  color: #111210;
}

.profile-edit.w--current {
  border-bottom-color: #bd3a3a;
  color: #111210;
  font-size: 16px;
}

.logout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 1px 0px 0px 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 3px solid transparent;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #767676;
  font-size: 16px;
  cursor: pointer;
}

.logout:hover {
  color: #111210;
}

.logout.w--current {
  border-bottom-color: #bd3a3a;
  color: #111210;
  font-size: 16px;
}

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

.tab-overlay {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: none;
  background-color: rgba(0, 0, 0, 0.35);
}

.tab-trigger {
  display: none;
}

.close-tab {
  display: none;
}

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

.checkout-button.blue-button {
  position: relative;
  padding-right: 0%;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #3a86ff;
  color: #fff;
}

.checkout-button.blue-button:hover {
  background-color: #3479e5;
}

.checkout-trigger {
  display: none;
}

.embed {
  display: none;
}

.user-with-address {
  min-height: 351px;
  padding: 20px 0px 0px;
  border-style: none;
  border-width: 1px;
  border-color: #3a86ff;
}

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

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

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

.adress-tab-link {
  display: block;
  margin-bottom: 16px;
  padding: 24px;
  border-style: solid;
  border-width: 3px;
  border-color: hsla(0, 0%, 80%, 0.5);
  border-radius: 12px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #767676;
  font-weight: 400;
}

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

.adress-tab-link.w--current {
  border-color: #3a86ff;
  background-color: #fff;
  color: #111210;
}

.adress-tab-link.thin {
  margin-bottom: 0px;
  border-width: 1px;
  background-color: #fff;
  color: #111210;
}

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

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

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

.cart-price {
  color: #767676;
}

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

.cart-prod-name-link {
  color: #111210;
}

.delete-icon {
  position: absolute;
  left: auto;
  top: auto;
  right: 8px;
  bottom: 0%;
  width: 45px;
  height: 40px;
  margin-right: 0px;
  border-radius: 12px;
  background-color: #f5f5f5;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #9c9c9c;
  cursor: pointer;
}

.delete-icon:hover {
  background-color: #f35252;
  color: #fff;
}

.quantity-delete {
  position: relative;
}

.checkout-mobile {
  display: none;
}

.checkout-mobile-nav {
  display: none;
}

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

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

.address-cta-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 28px;
}

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

.cart-icon-link {
  position: relative;
  display: none;
  overflow: hidden;
  width: 45px;
  height: 45px;
  border-radius: 12px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #111210;
  cursor: pointer;
}

.cart-icon-link:hover {
  background-color: #f5f5f5;
}

.edit-address {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5000000;
  display: none;
  overflow: hidden;
  height: 100vh;
  max-height: 100vh;
  min-height: 600px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.close-edit-stuff {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

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

.new-address {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5000000;
  display: none;
  overflow: hidden;
  height: 100vh;
  max-height: 100vh;
  min-height: 600px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.new-address-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 1px;
  margin-right: 0px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 3px solid transparent;
  border-bottom: 2px solid transparent;
  background-color: #3a86ff;
  -webkit-transition: border-color 200ms ease, color 200ms ease, background-color 200ms ease, -webkit-transform 50ms cubic-bezier(.455, .03, .515, .955);
  transition: border-color 200ms ease, color 200ms ease, background-color 200ms ease, -webkit-transform 50ms cubic-bezier(.455, .03, .515, .955);
  transition: transform 50ms cubic-bezier(.455, .03, .515, .955), border-color 200ms ease, color 200ms ease, background-color 200ms ease;
  transition: transform 50ms cubic-bezier(.455, .03, .515, .955), border-color 200ms ease, color 200ms ease, background-color 200ms ease, -webkit-transform 50ms cubic-bezier(.455, .03, .515, .955);
  color: #767676;
  font-size: 15px;
  cursor: pointer;
}

.new-address-button:hover {
  color: #111210;
}

.new-address-button.w--current {
  border-bottom-color: #bd3a3a;
  color: #111210;
  font-size: 16px;
}

.new-address-button.add-button {
  overflow: hidden;
  width: 184.640625px;
  height: 45px;
  margin-top: 0px;
  padding-right: 27px;
  padding-left: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 12px;
  background-color: #3a86ff;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.new-address-button.add-button:hover {
  background-color: #3479e5;
}

.new-address-button.add-button:active {
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
}

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

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

.edit-button:active {
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
}

.edit-button.gray {
  display: inline-block;
  margin-right: 8px;
  margin-left: 0px;
  padding-top: 9px;
  padding-right: 15px;
  padding-left: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 80%, 0.5);
  border-radius: 8px;
  background-color: #fafafa;
  color: #767676;
}

.edit-button.gray:hover {
  border-color: transparent;
  background-color: #3a86ff;
  color: #fff;
}

.edit-button.gray.edit-addrss {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 92px;
}

.edit-button.gray.edit-profile-button {
  width: 124px;
  border-color: transparent;
  background-color: #3a86ff;
  color: #fff;
}

.edit-button.gray.edit-profile-button:hover {
  background-color: #2e6bcc;
}

.edit-button.gray.ver-detalhes {
  margin-right: 0px;
  border-color: #3a86ff;
  background-color: #3a86ff;
  color: #fff;
}

.edit-button.gray._9 {
  width: 100%;
}

.edit-button.gray.green {
  border-style: none;
  background-color: #04a777;
  color: #fff;
}

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

.button-line {
  display: none;
}

.resumo-table-wrapper {
  padding: 35px 24px 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #d9d9d9;
  border-radius: 16px;
  color: #111210;
}

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

.lottie-animation {
  position: absolute;
  left: auto;
  top: 0%;
  right: 3px;
  bottom: auto;
  z-index: 5;
  display: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #04a777;
}

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

.pagamento-date-wrapper {
  display: -ms-grid;
  display: grid;
  padding: 32px 24px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 28px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  border: 1px solid transparent;
  border-radius: 16px;
  background-color: #f5f5f5;
}

.pagamento-data {
  color: #767676;
  font-size: 18px;
  line-height: 1;
}

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

.modal-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 50000;
  display: none;
  overflow: hidden;
  padding-bottom: 10vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
}

.close-modal {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.modal.sucesso {
  display: none;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  color: #04a777;
}

.modal.alerta {
  display: none;
  color: #f8c005;
}

.modal.danger {
  display: none;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  color: #f35252;
}

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

.modal-icon.success {
  background-color: #04a777;
  color: #fff;
}

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

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

.modal-paragraph {
  margin-top: 20px;
  margin-bottom: 0px;
  color: #111210;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
}

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

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

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

.modal-button.sucesso {
  position: relative;
  padding-right: 0%;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #04a777;
  color: #fff;
}

.modal-button.secundario {
  border-style: solid;
  border-width: 1px;
  border-color: #d9d9d9;
  background-color: #fafafa;
  color: #767676;
}

.modal-button.perigo {
  position: relative;
  padding-right: 0%;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f35252;
  color: #fff;
}

.modal-button.alerta {
  position: relative;
  padding-right: 0%;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f8c005;
  color: #fff;
}

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

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

.copyright-dev {
  display: block;
  margin-top: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: rgba(0, 0, 0, 0.55);
  text-align: center;
}

.copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #d9d9d9;
  font-size: 15px;
}

.developer {
  height: 25px;
  color: #d9d9d9;
}

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

.cat-dropdown-toggle {
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2px 7px 6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.prfl-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.profile-header-link:hover {
  color: #111210;
}

.profile-header-link.w--current {
  color: #111210;
}

.profile-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 32px 32px 4vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #d9d9d9;
  border-radius: 24px;
}

.compras-table-wrapper {
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #d9d9d9;
  border-radius: 12px;
  background-color: #efefef;
}

.table-grid {
  display: -ms-grid;
  display: grid;
  height: 80px;
  margin-top: 1px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 100px 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 100px 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #fff;
  color: #111210;
}

.table-grid.table-header {
  height: 70px;
  margin-top: 0px;
  margin-bottom: -1px;
  -ms-grid-columns: 1fr 1fr 100px 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 100px 1fr 1fr 1fr;
  background-color: transparent;
  color: #111210;
  font-size: 17px;
  font-weight: 500;
}

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

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

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

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

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

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

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

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

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

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

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

.table-content-text.estado.green {
  color: #04a777;
}

.table-content-text.estado.red {
  color: #f35252;
}

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

.table-content-text.estado.a-caminho {
  color: #4574bf;
}

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

.table-content-text.azul {
  color: #3479e5;
}

.section-decoy {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 41px;
}

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

.profile-dropdown-toggle:hover {
  background-color: #f5f5f5;
  color: #545454;
}

.profile-dropdown-toggle:active {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.profile-dropdown-toggle.w--open {
  background-color: #f5f5f5;
  color: #111210;
}

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

.cat-tab-menu {
  position: -webkit-sticky;
  position: sticky;
  top: 96px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 23%;
  height: 260px;
  min-width: 230px;
  margin-bottom: 24px;
  padding-top: 24px;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 16px;
  background-color: #fff;
}

.cat-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

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

.no-results {
  display: block;
  color: #9c9c9c;
  font-size: 18px;
  text-align: center;
}

.yes-results {
  display: none;
}

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

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

.profile-dropdown-list.w--open {
  left: auto;
  top: 45px;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 170px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: #d9d9d9;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.14);
}

.profile-dropdown-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 57px;
  padding: 5px 8px 0vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
  -webkit-transition: background-color 200ms ease, -webkit-transform 50ms cubic-bezier(.455, .03, .515, .955);
  transition: background-color 200ms ease, -webkit-transform 50ms cubic-bezier(.455, .03, .515, .955);
  transition: background-color 200ms ease, transform 50ms cubic-bezier(.455, .03, .515, .955);
  transition: background-color 200ms ease, transform 50ms cubic-bezier(.455, .03, .515, .955), -webkit-transform 50ms cubic-bezier(.455, .03, .515, .955);
  color: #111210;
  font-size: 18px;
  line-height: 1;
}

.profile-dropdown-link:hover {
  background-color: #f5f5f5;
}

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

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

.added-to-cart {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #04a777;
}

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

.hero-slide-nav {
  left: auto;
  top: auto;
  right: auto;
  bottom: -35px;
  width: 100%;
  height: 15px;
  padding-top: 0px;
  color: #fff;
  font-size: 8px;
  text-align: center;
}

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

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

.cat-drops-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
}

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

.drop-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  -webkit-transition: background-color 200ms ease, -webkit-transform 50ms cubic-bezier(.455, .03, .515, .955);
  transition: background-color 200ms ease, -webkit-transform 50ms cubic-bezier(.455, .03, .515, .955);
  transition: background-color 200ms ease, transform 50ms cubic-bezier(.455, .03, .515, .955);
  transition: background-color 200ms ease, transform 50ms cubic-bezier(.455, .03, .515, .955), -webkit-transform 50ms cubic-bezier(.455, .03, .515, .955);
  color: #111210;
}

.drop-link-wrapper:hover {
  background-color: #f5f5f5;
}

.drop-link-wrapper.w--current {
  color: #bd3a3a;
}

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

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

.pop-shadow {
  opacity: 0;
}

.dec-oy {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  display: none;
}

.resource-sticky-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
  padding: 24px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #d9d9d9;
  border-radius: 16px;
}

.bg-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100%;
}

.blur-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-color: #3a86ff;
}

.faq {
  overflow: hidden;
  margin-top: 24px;
  margin-bottom: 54px;
  border-style: solid;
  border-width: 1px;
  border-color: #d9d9d9;
  border-radius: 16px;
}

.faq-title-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 33px 75px 32px 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #111210;
}

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

.faq-single {
  overflow: hidden;
  margin-top: -1px;
  border-top: 1px solid #d9d9d9;
}

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

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

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

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

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

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

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

.duvida-block {
  margin-top: 24px;
  padding: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #d9d9d9;
  border-radius: 16px;
}

.section-2 {
  width: 100%;
  height: 100%;
}

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

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

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

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

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

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

.logout_master_nav {
  height: 10%;
}

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

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

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

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.dropdown {
  display: block;
}

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

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

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

.div-block-6 {
  margin-right: 25px;
  margin-left: -12.5px;
  padding-right: 12.5px;
  padding-left: 12.5px;
  color: #11284c;
}

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

.address-form-80 {
  width: 600px;
  padding: 50px;
  border-radius: 12px;
  background-color: #fff;
}

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

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

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

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

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

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

.link {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 50px;
  border-style: solid none none;
  border-width: 1px;
  border-color: #d9d9d9 #000 #000;
  color: #3a86ff;
  line-height: 50px;
  text-align: center;
}

.table-content-text-copy {
  overflow: hidden;
  height: 20px;
  margin-bottom: 25px;
  font-weight: 500;
  cursor: default;
}

.div-block-9 {
  position: relative;
  height: 200px;
  padding: 35px 50px 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #d9d9d9;
  border-radius: 8px;
  background-color: #fff;
}

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

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

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

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

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

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

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

.form-block {
  margin-bottom: 0px;
  padding: 20px;
  border-style: dashed;
  border-width: 1px;
  border-color: #d9d9d9;
  border-radius: 5px;
}

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

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

.report-content-div {
  margin-bottom: 25px;
  padding: 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #efefef;
  border-radius: 5px;
  background-color: #fff;
}

.cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}

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

.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: #767676;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}

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

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

.div-block-17 {
  display: block;
  margin-top: 15px;
  padding: 15px;
  border-style: dashed;
  border-width: 1px;
  border-color: #efefef;
  border-radius: 5px;
  color: #8b8b8b;
}

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

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

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

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #fff;
  color: #111210;
  text-align: center;
}

.link-block-2:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #3479e5;
}

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

.text-block-6 {
  color: #111210;
  font-weight: 500;
}

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

.div-block-19 {
  padding: 10px;
  border-style: dashed;
  border-width: 1px;
  border-color: #9c9c9c;
  border-radius: 12px;
}

.div-block-20 {
  width: 35%;
  height: 40px;
  border-radius: 5px;
  background-color: #a33131;
}

.line {
  margin-bottom: 35px;
}

.endere-o-title {
  display: block;
  margin-bottom: 15px;
  color: #545454;
  line-height: 140%;
}

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

.endere-o-title._20 {
  color: #545454;
}

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

@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 {
    padding-top: 0px;
  }

  .section.first-section.no-top-padding {
    padding-top: 0px;
  }

  .section.first-section.no-top-padding.gray-body.top-pad {
    padding-top: 30px;
  }

  .section.hurst {
    padding-top: 30px;
  }

  .container {
   /* max-width: 850px;*/
  }

  .container.nav-container {
    max-width: none;
  }

  .container.wide-on-mobile {
    max-width: none;
    padding-right: 0px;
    padding-left: 0px;
  }

  .container.mob-percent {
    max-width: none;
  }

  .grid._4-col {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid._4-col.section-head-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .grid._4-col.home-prod {
    max-height: none;
  }

  .grid._4-col.show-4 {
    overflow: hidden;
    max-height: 777px;
  }

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

  .grid._2-col.percentage-gap.prod-img-grid {
    grid-auto-columns: 1fr;
    grid-column-gap: 24px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .grid._7-row {
    padding-top: 24px;
  }

  .grid._7-row.prod-content {
    padding-top: 0px;
    padding-bottom: 4px;
  }

  .grid._3-col._40-gap.align {
    grid-column-gap: 16px;
    -ms-grid-columns: 1fr minmax(240px, 260px);
    grid-template-columns: 1fr minmax(240px, 260px);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .grid._3-col.navigate {
    -ms-grid-columns: minmax(200px, 200px) 1fr;
    grid-template-columns: minmax(200px, 200px) 1fr;
  }

  .grid._3-col.home-cat {
    max-height: none;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .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: 0px;
  }

  .button.blue-button.comprar {
    height: 35px;
    padding-top: 10px;
    padding-bottom: 9px;
  }

  .button.red-button.with-chevron {
    padding-top: 13px;
  }

  .button.red-outline {
    padding-top: 12px;
  }

  .button.blue-outline {
    padding-top: 12px;
  }

  .section-header {
    font-size: 34px;
  }

  .section-header.no-padding.profile-name {
    margin-top: 0px;
  }

  .choice-item.no-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-top: 26px;
    padding-bottom: 26px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .choice-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-items: center;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    -ms-grid-columns: 30px 1fr;
    grid-template-columns: 30px 1fr;
  }

  .choice-icon {
    margin-right: 0px;
    margin-bottom: 6px;
  }

  .choice-icon.loose {
    width: 40px;
    height: 40px;
  }

  .choice-icon.loose.phone {
    width: 26px;
  }

  .choice-header.pgmnt {
    width: 150px;
    text-align: center;
  }

  .choice-subheader {
    line-height: 1;
  }

  .product-image-tabs {
    display: none;
    min-height: auto;
  }

  .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: 24px;
  }

  .product-price.kz {
    top: -9px;
    font-size: 12px;
  }

  .stock-quantity {
    height: 35px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1;
  }

  .product-description {
    color: #111210;
  }

  .plus-minus-wrapper {
    height: 35px;
  }

  .plus-minus-wrapper._100.hidden-on-home {
    height: 35px;
  }

  .plus-minus-wrapper._40 {
    height: 40px;
  }

  .quantity {
    padding-right: 1%;
    padding-left: 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;
    -ms-grid-columns: 0.5fr 1fr;
    grid-template-columns: 0.5fr 1fr;
  }

  .product-link.grid._5-row {
    padding-bottom: 6px;
  }

  .category-card-icon-wrapper.float-on-top {
    position: absolute;
    left: auto;
    top: 0%;
    right: 24px;
    bottom: 0%;
    display: block;
    padding-left: 0px;
    color: #9c9c9c;
  }

  .header.dropdown-link-text {
    font-weight: 500;
  }

  .header.dropdown-link-text.page-title {
    font-weight: 700;
  }

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

  .grid-half-content {
    margin-top: 40px;
  }

  .grid-half-content._00 {
    margin-top: 0px;
  }

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

  .category-tab-link.w--current {
    background-color: #fff;
  }

  .resources-nav {
    width: auto;
    padding-top: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .resources-content {
    padding: 40px 0px 0px;
  }

  .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: 0px;
  }

  .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: 0px;
  }

  .material-icons.resrc {
    top: -7px;
  }

  .navigator-menu {
    display: none;
  }

  .cometa-sidebar {
    display: none;
  }

  .auth-content-wrapper.log-in {
    margin-left: 0%;
  }

  .nav-profile {
    padding-right: 17px;
    padding-left: 0px;
  }

  .instructions-wrapper {
    border-style: none;
    border-color: transparent;
  }

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

  .hero-wrapper._250px {
    height: 150px;
    border-radius: 0px;
  }

  .hero-wrapper.in-catgry {
    height: 150px;
  }

  .hero-slider {
    height: 320px;
    margin-top: 24px;
    border-radius: 0px;
  }

  .slide-nav.visible {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    width: 100%;
    height: 40px;
    padding-top: 14px;
    padding-bottom: 15px;
    font-size: 7px;
    text-align: center;
  }

  .search-content {
    right: 0px;
  }

  .search::-webkit-input-placeholder {
    font-weight: 400;
  }

  .search:-ms-input-placeholder {
    font-weight: 400;
  }

  .search::-ms-input-placeholder {
    font-weight: 400;
  }

  .search::placeholder {
    font-weight: 400;
  }

  .photo-upload-input-wrapper.no-line {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .prod-img-slider {
    display: block;
    height: 100%;
    background-color: transparent;
  }

  .slider-wrapper {
    display: block;
    overflow: hidden;
    border-style: solid;
    border-width: 1px;
    border-color: #efefef;
    border-radius: 16px;
  }

  .img-slide {
    overflow: hidden;
    width: 100%;
    height: 100%;
  }

  .tabed-section {
    top: 70px;
    height: 55px;
  }

  .tab-link {
    margin-right: 30px;
  }

  .tab-link.hover-effect {
    margin-right: 0px;
  }

  .tab-link-icon {
    padding-top: 2px;
  }

  .edit-profile-button-wrapper {
    height: 60px;
  }

  .profile-edit {
    padding: 0px 15px 0px 12px;
    border-style: solid;
    border-width: 1px;
    border-color: #bd3a3a;
    border-radius: 12px;
    color: #bd3a3a;
    font-weight: 600;
  }

  .profile-edit.hided {
    display: none;
  }

  .checkout-button {
    font-size: 15px;
  }

  .address-tab-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .delete-icon {
    width: 40px;
    height: 35px;
  }

  .new-address-button {
    padding: 0px 15px 0px 12px;
    border-style: solid;
    border-width: 1px;
    border-color: #bd3a3a;
    border-radius: 12px;
    color: #bd3a3a;
    font-weight: 600;
  }

  .new-address-button.add-button {
    width: 200px;
    border-style: solid;
    border-color: transparent;
  }

  .address-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .edit-button.gray.ver-detalhes {
    display: block;
    height: 45px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 12px;
    font-size: 15px;
    text-align: center;
  }

  .button-in-header {
    position: static;
    top: -5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .modal-button {
    font-size: 15px;
  }

  .prfl-grid {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .profile-header-link {
    margin-right: 12px;
    margin-left: 12px;
  }

  .compras-table-wrapper {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    border-style: none;
    background-color: transparent;
  }

  .table-grid {
    position: relative;
    height: auto;
    margin-top: 0px;
    padding: 30px 24px 24px;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    grid-row-gap: 8px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
    border-style: solid;
    border-width: 1px;
    border-color: #d9d9d9;
    border-radius: 16px;
  }

  .table-grid.table-header {
    display: none;
  }

  .table-content-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .table-content-block.cta {
    display: none;
    margin-top: 24px;
  }

  .table-content-text {
    color: #767676;
  }

  .table-content-text.description {
    display: block;
    margin-right: 6px;
    color: #111210;
  }

  .section-decoy {
    height: 41px;
  }

  .cat-tab-menu {
    position: static;
    z-index: 1500;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    min-width: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
  }

  .cat-tabs {
    display: block;
  }

  .cat-tab-content {
    width: auto;
    margin-left: 0px;
  }

  .lottie-holder {
    width: 30px;
    height: 35px;
    min-width: 30px;
  }

  .hero-slide-nav {
    bottom: -31px;
    font-size: 7px;
  }

  .cat-list {
    top: 180px;
  }

  .pop-shadow {
    position: fixed;
    left: 0%;
    top: 70px;
    right: 0%;
    bottom: auto;
    z-index: 900;
    display: none;
    height: 51px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #fff;
    box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.1);
  }

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

  .table-content-text-copy {
    color: #767676;
  }
}

@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: #fff;
  }

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

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

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

  .section.min-height._40-top {
    padding-top: 24px;
  }

  .section.min-height._40-top.chkout {
    display: none;
    padding-bottom: 77px;
  }

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

  .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: 0px;
    padding-bottom: 0px;
  }

  .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-right: 16px;
    padding-left: 16px;
  }

  .grid._4-col {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    -ms-grid-columns: 1fr 1fr;
    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;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .grid._2-col.percentage-gap.prod-img-grid {
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .grid._7-row.prod-content {
    padding-left: 0vw;
  }

  .grid._3-col {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .grid._3-col._40-gap.align {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .grid._3-col._40-gap.align._0000._554 {
    margin-top: 8px;
  }

  .grid._3-col._2-on-mobile {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid.scroll-on-mobile {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 16px;
    padding-left: 16px;
  }

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

  .button-wrapper.pos-absolute {
    padding: 16px;
  }

  .button-wrapper.hidden-on-mobile {
    display: none;
  }

  .button-wrapper.comprar-button.on-prod-page {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .button-wrapper.add-address {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
  }

  .button-wrapper.bottom-button-wrapper {
    display: block;
    max-width: 190px;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
  }

  .button-text {
    height: 18px;
  }

  .button.blue-button._50.short {
    width: auto;
  }

  .button.red-button.with-chevron.bottom {
    height: 40px;
    padding: 12px 0px 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #bd3a3a;
    background-color: transparent;
    color: #bd3a3a;
    font-weight: 600;
    text-align: center;
  }

  .button.red-outline.remover-copy {
    width: auto;
    height: 35px;
    padding-top: 9px;
    padding-bottom: 0px;
    border-color: #d9d9d9;
    background-color: #fafafa;
    color: #767676;
    cursor: pointer;
  }

  .button.red-outline.remover-copy:hover {
    border-color: transparent;
    background-color: #f35252;
    color: #fff;
  }

  .section-header-wrapper.mbl-chkout.centereds {
    text-align: center;
  }

  .section-subheader {
    font-size: 16px;
  }

  .section-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 28px;
  }

  .section-header.no-padding.profile-name {
    height: auto;
    margin-bottom: 10px;
    font-size: 23px;
  }

  .section-header.padding {
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
  }

  .section-header.chkout-header {
    margin-bottom: 0px;
    font-size: 21px;
    line-height: 1;
    font-weight: 600;
  }

  .text-field {
    border-color: #ccc;
    font-weight: 500;
  }

  .text-field::-webkit-input-placeholder {
    font-weight: 400;
  }

  .text-field:-ms-input-placeholder {
    font-weight: 400;
  }

  .text-field::-ms-input-placeholder {
    font-weight: 400;
  }

  .text-field::placeholder {
    font-weight: 400;
  }

  .field-label {
    color: #111210;
    font-size: 16px;
  }

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

  .choice-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-column-gap: 12px;
    grid-row-gap: 0px;
  }

  .choice-content.wider {
    grid-column-gap: 0px;
    -ms-grid-columns: minmax(40px, 40px) 1fr 1fr 1fr;
    grid-template-columns: minmax(40px, 40px) 1fr 1fr 1fr;
  }

  .choice-icon {
    margin-bottom: 0px;
    font-size: 40px;
  }

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

  .choice-icon.loose {
    width: 40px;
    max-width: 40px;
    min-width: 40px;
    margin-right: 10px;
  }

  .choice-icon.loose.phone {
    max-width: 26px;
    min-width: 26px;
  }

  .choice-header.pgmnt {
    width: auto;
    text-align: left;
  }

  .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 {
    -o-object-fit: contain;
    object-fit: contain;
  }

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

  .product-price.kz {
    top: -6px;
    font-size: 12px;
  }

  .product-price.kz.small {
    top: -4px;
    font-size: 11px;
  }

  .product-price.kz.small._2 {
    top: -6px;
  }

  .product-price.small.thinner {
    font-size: 20px;
    font-weight: 700;
  }

  .stock-quantity {
    border-color: #d9d9d9;
  }

  .product-description {
    font-size: 17px;
  }

  .plus-minus-wrapper {
    border-style: solid;
    border-width: 1px;
    border-color: #d9d9d9;
    background-color: #fafafa;
  }

  .plus-minus-wrapper._40.wide._20 {
    max-width: 200px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .product-title {
    line-height: 1.3;
  }

  .product-title.midium {
    height: 46px;
  }

  .product-category.small.off {
    display: none;
  }

  .product-card._2-col-grid.borders {
    margin-bottom: 8px;
    border-color: #d9d9d9;
  }

  .product-card._33 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-style: solid;
    border-width: 1px;
    border-color: #d9d9d9;
  }

  .category-card {
    border-style: solid;
    border-width: 1px;
    border-color: #d9d9d9;
    border-radius: 16px;
  }

  .category-title {
    overflow: hidden;
    height: 20px;
    font-size: 16px;
  }

  .category-card-icon-wrapper.float-on-top {
    right: 16px;
  }

  .price-table-wrapper {
    padding: 16px;
    border-style: solid none none;
    border-top-color: #d9d9d9;
    border-radius: 0px;
    background-color: #fff;
    box-shadow: none;
  }

  .header-wrapper.h4 {
    padding-top: 35px;
  }

  .header-wrapper.h4.yeah {
    margin-bottom: 24px;
    padding-top: 0px;
  }

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

  .header-wrapper.purchase.hidden-on-mobiles {
    display: none;
  }

  .header {
    font-weight: 600;
  }

  .header.thinner {
    font-weight: 600;
  }

  .header.thinner.cntrd {
    text-align: center;
  }

  .header.thinner.cntrd.pgmnto {
    font-size: 17px;
    font-weight: 400;
    text-align: left;
  }

  .header.thinner.bold {
    font-size: 24px;
    text-align: center;
  }

  .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;
    line-height: 1;
    font-weight: 600;
  }

  .header.dropdown-link-text.page-title.drop-title {
    font-size: 23px;
  }

  .price-content {
    padding: 24px 16px 14px;
    border-style: solid;
    border-width: 1px;
    border-color: #d9d9d9;
    border-radius: 16px;
  }

  .price-content._6756 {
    padding: 0px;
    border-style: none;
    border-radius: 0px;
  }

  .price-list-item {
    color: #111210;
  }

  .price-title.total {
    margin-right: 0px;
    margin-bottom: 5px;
    color: #767676;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
  }

  .price-total.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top-style: none;
  }

  .fixed-sidebar {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 10;
    height: auto;
  }

  .grid-half-content._565 {
    margin-top: 28px;
  }

  .navigator {
    height: 60px;
  }

  .choice-tab-link {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .category-tab-link {
    height: 41px;
    margin-right: 8px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border: 1px solid transparent;
    background-color: #f5f5f5;
    line-height: 40px;
  }

  .category-tab-link.w--current {
    border-color: #bd3a3a;
    font-weight: 500;
  }

  .dropdown-icon.on-category-dropdown {
    margin-left: 7px;
    font-size: 13px;
  }

  .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 {
    position: relative;
    top: -4px;
    height: 45px;
    margin-right: 0px;
    margin-left: 6px;
    font-size: 13px;
  }

  .resources-wrapper {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .resources-nav {
    padding-top: 24px;
    padding-right: 24px;
    padding-bottom: 40px;
  }

  .resources-block {
    margin-bottom: 0px;
  }

  .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: 0vh;
    margin-left: 10vw;
  }

  .nav-link {
    height: 45px;
    line-height: 1.5;
  }

  .dropdown-cart {
    position: fixed;
    left: 0%;
    top: 2vh;
    right: 0%;
    bottom: 2vh;
    height: 94vh;
    min-height: 320px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 60px;
    padding-bottom: 67px;
  }

  .close-cart {
    top: 10px;
    right: 11px;
  }

  .cart-title-wrapper {
    left: 16px;
    top: 0px;
    height: 60px;
  }

  .white-bg {
    height: 60px;
  }

  .cart-icon {
    display: none;
  }

  .pop-up-wrapper {
    height: 0%;
  }

  .gray-body {
    background-color: #fff;
  }

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

  .nav-auth-buttons-wrapper._0-padding {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

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

  .nav-profile-wrapper {
    display: none;
  }

  .nav-profile {
    padding-right: 0px;
  }

  .edit-profile {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 0px;
  }

  .wrapper {
    width: 100%;
    height: 100%;
    min-height: 100%;
    border-radius: 0px;
    box-shadow: none;
  }

  .hero-wrapper._250px {
    height: 80px;
  }

  .hero-wrapper.in-catgry {
    height: 80px;
  }

  .hero-slider {
    height: 250px;
    max-height: none;
    margin-top: 16px;
  }

  .banner {
    border-radius: 16px;
  }

  .cart-product-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cart-products-content-wrapper {
    padding: 16px 16px 0px;
  }

  .search-content {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100vw;
    height: 100vh;
    border-radius: 0px;
    box-shadow: none;
  }

  .search-wrapper {
    position: relative;
    height: auto;
    margin-right: 40px;
    margin-left: 40px;
    padding-top: 16px;
  }

  .search {
    height: 50px;
    margin-bottom: 16px;
    padding-left: 45px;
    border-style: none;
    border-color: #d9d9d9;
    border-radius: 12px;
  }

  .search-button {
    left: 0px;
  }

  .sub-delete-button.gray.eliminar {
    font-weight: 400;
  }

  .sub-delete-button.gray.eliminar.longersss {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .photo-upload-input-field.no-bg-fill {
    height: auto;
    min-height: 170px;
    padding: 24px;
    border-width: 3px;
  }

  .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: 0.2px;
  }

  .auth-menu-wrapper {
    margin-left: 10vw;
  }

  .scroll-on-mobile {
    overflow: auto;
    margin-right: -16px;
    margin-left: -16px;
    padding-right: 16px;
  }

  .slider-wrapper {
    height: 300px;
    border-style: none;
    border-radius: 0px;
  }

  .tabed-section {
    top: 60px;
  }

  .tabed-section.show-on-landscape {
    display: none;
  }

  .tab-menu {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .tab-link {
    margin-right: 0px;
  }

  .tab-link.hover-effect {
    padding: 4px 8px 2px;
  }

  .tab-link-icon {
    margin-top: -2px;
    padding-top: 0px;
  }

  .user-info {
    font-size: 18px;
  }

  .edit-profile-button-wrapper {
    display: none;
  }

  .profile-edit {
    border-style: solid;
    border-width: 1px;
    border-color: #bd3a3a;
  }

  .checkout-button {
    height: 45px;
    padding-top: 14px;
    padding-bottom: 0px;
    font-size: 16px;
  }

  .checkout-button.blue-button {
    font-weight: 500;
  }

  .checkout-details.hide {
    display: none;
  }

  .checkout-details.dtls {
    padding-top: 20px;
    background-color: #fff;
  }

  .checkout-cta {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 0.75fr 1fr;
    grid-template-columns: 0.75fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .cancel-button-wrapper {
    margin-top: 16px;
  }

  .cancel-button-wrapper.hidden-on-mobile {
    display: none;
  }

  .checkout-trigger {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 90px;
    margin-bottom: -40px;
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0.6;
  }

  .trigger-icon {
    width: 28px;
    height: 5px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 200px;
    background-color: #d9d9d9;
  }

  .user-with-address {
    padding-top: 20px;
  }

  .adress-tab-link {
    margin-bottom: 8px;
  }

  .adress-tab-link.thin {
    background-color: #fff;
  }

  .address-link-text {
    height: auto;
  }

  .cart-price {
    color: #111210;
  }

  .delete-icon {
    border-style: solid;
    border-width: 1px;
    border-color: #d9d9d9;
    background-color: #fafafa;
  }

  .delete-icon:hover {
    border-color: transparent;
  }

  .checkout-mobile {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1500;
    display: block;
    overflow: hidden;
    height: 100vh;
    background-color: #fff;
  }

  .checkout-mobile-nav {
    position: relative;
    z-index: 2;
    display: -ms-grid;
    display: grid;
    height: 60px;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 45px 1fr 0.75fr;
    grid-template-columns: 45px 1fr 0.75fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    background-color: #fff;
    box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.15);
  }

  .back-icon {
    overflow: hidden;
    width: 45px;
    height: 45px;
    margin-left: -9px;
    color: #111210;
  }

  .checkout-content-wrapper {
    position: fixed;
    left: 0%;
    top: 60px;
    right: 0%;
    bottom: 77px;
    overflow: auto;
    padding: 27px 16px 16px;
  }

  .checkout-content-wrapper.pay-4 {
    display: block;
    padding-bottom: 24px;
  }

  .checkout-content-wrapper._100 {
    bottom: 0px;
  }

  .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 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 0px;
  }

  .details-wrapper {
    z-index: 3;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: #fff;
  }

  .close-details {
    display: none;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #767676;
    font-size: 15px;
  }

  .edit-popup-wrapper {
    height: 0%;
  }

  .new-address {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 0px;
  }

  .new-address-button {
    border-style: solid;
    border-width: 1px;
    border-color: #bd3a3a;
  }

  .new-address-button.add-button {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    background-color: transparent;
    color: #3a86ff;
  }

  .new-address-button.add-button.short {
    position: relative;
    z-index: 1;
    width: 200px;
  }

  .new-address-button.add-button.short:hover {
    background-color: transparent;
  }

  .address-grid {
    margin-top: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .edit-button.gray.edit-addrss {
    font-weight: 400;
  }

  .button-in-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    overflow: hidden;
    height: auto;
    margin: 16px -16px -24px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
  }

  .button-line {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    border-top: 1px solid #d9d9d9;
  }

  .resumo-table-wrapper {
    padding: 24px 16px 16px;
    border-style: solid;
    border-width: 1px;
    border-color: #d9d9d9;
    background-color: #fff;
    box-shadow: none;
  }

  .pagamento-date-wrapper.btm-mrgn {
    margin-bottom: 16px;
  }

  .modal {
    width: 340px;
    padding: 32px;
  }

  .social-media-wrapper {
    margin-bottom: 0px;
    -ms-grid-columns: 40px 40px;
    grid-template-columns: 40px 40px;
  }

  .social-links {
    margin-right: 8px;
    margin-left: 8px;
  }

  .copyright-dev {
    margin-top: 50px;
    justify-items: center;
  }

  .developer {
    height: auto;
  }

  .cat-dropdown-toggle {
    padding-right: 16px;
    padding-left: 8px;
  }

  .prfl-grid {
    margin-bottom: 6px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .profile-header-link {
    margin-right: 4px;
    margin-left: 4px;
  }

  .table-grid {
    padding-right: 16px;
    padding-left: 16px;
  }

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

  .cat-tab-menu {
    position: -webkit-sticky;
    position: sticky;
    top: 60px;
    z-index: 950;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    height: 57px;
    margin-right: -16px;
    margin-bottom: 16px;
    margin-left: -16px;
    padding: 8px 16px 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 0px;
    background-color: #fff;
  }

  .cat-tabs {
    margin-top: 16px;
  }

  .grid-grid {
    justify-items: center;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .result-wrapper {
    max-height: none;
  }

  .desktop-results {
    display: none;
  }

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

  .profile-dropdown-link {
    height: 45px;
    line-height: 1.5;
  }

  .hero-slide-nav {
    display: none;
  }

  .dropdown-content {
    width: 350px;
    max-height: 80vh;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .estado-da-compra {
    margin-bottom: 30px;
  }

  .cat-list {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 350px;
  }

  .pop-shadow {
    top: 60px;
    display: none;
    height: 58px;
    border-bottom: 1px solid #d9d9d9;
    box-shadow: none;
  }

  .dec-oy {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
    height: 111px;
  }

  .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: 0vh;
    margin-left: 10vw;
  }

  .endere-o-title.total {
    margin-right: 0px;
    margin-bottom: 5px;
    color: #767676;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
  }
}

@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: 0px;
    padding-bottom: 0px;
  }

  .section.first-section.no-top-padding.hiddenn {
    display: none;
  }

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

  .section.hurst {
    padding-top: 27px;
  }

  .container.nav-container {
    padding-right: 2vw;
  }

  .container.mob-percent {
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .container._24-mob {
    padding-right: 24px;
    padding-left: 24px;
  }

  .grid._4-col.section-head-grid {
    display: block;
    margin-bottom: 8px;
  }

  .grid._4-col.home-prod {
    max-height: none;
  }

  .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 {
    padding-bottom: 0px;
    grid-row-gap: 16px;
  }

  .grid._3-col._40-gap.align {
    margin-right: -16px;
    margin-left: -16px;
    padding-bottom: 16px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .grid._3-col._40-gap.align._0000 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .grid._3-col.navigate {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-grid-columns: 1fr 1.5fr;
    grid-template-columns: 1fr 1.5fr;
  }

  .button-wrapper.add-to-cart-button {
    display: block;
  }

  .button-wrapper._10px {
    min-width: 107px;
  }

  .button-wrapper.pos-absolute {
    position: fixed;
    z-index: 2;
  }

  .button-wrapper.pos-absolute.in-dropdown-cart {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .button-wrapper.hidden-on-mobile {
    display: none;
  }

  .button-wrapper.comprar-button {
    max-width: 50%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .button-wrapper.add-address {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 16px;
    padding-bottom: 24px;
    padding-left: 0px;
  }

  .button-wrapper.bottom-button-wrapper {
    margin-top: 30px;
  }

  .button-text.pay-2 {
    overflow: visible;
    height: auto;
  }

  .button.blue-button.inside-product-page {
    z-index: 1;
  }

  .button.red-outline.remover-copy {
    padding-right: 4vw;
    padding-left: 4vw;
  }

  .button.cancel {
    border-color: #d9d9d9;
  }

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

  .section-header-wrapper.mbl-chkout {
    margin-bottom: 16px;
  }

  .section-header {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 23px;
    text-align: center;
  }

  .section-header.no-padding.profile-name {
    display: block;
    font-size: 26px;
  }

  .section-header.chkout-header {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }

  .choice-item.no-line {
    height: auto;
    padding-top: 4.5vw;
    padding-bottom: 5vw;
  }

  .choice-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-grid-columns: 50px 1fr;
    grid-template-columns: 50px 1fr;
    text-align: center;
  }

  .choice-icon {
    margin-right: 0px;
    margin-bottom: 8px;
  }

  .choice-icon.loose {
    width: 40px;
    height: 40px;
    max-width: 40px;
    min-width: 40px;
    margin-right: 0%;
    margin-bottom: 10px;
  }

  .choice-icon.loose.phone {
    width: 32px;
    max-width: 35px;
    min-width: 30px;
    padding-right: 3px;
    padding-left: 3px;
  }

  .choice-header {
    width: 84px;
  }

  .choice-header.pgmnt {
    max-width: 150px;
    text-align: center;
  }

  .choice-subheader {
    display: none;
    line-height: 1.2;
  }

  .image-wrapper.product-card-image-wrapper {
    height: 32vw;
  }

  .image-wrapper.category-card-image-wrapper {
    height: 12vh;
  }

  .image-wrapper.profile-thumbnail {
    width: 200px;
    height: 200px;
    margin: 8px auto 40px;
  }

  .product-price.kz.small._2 {
    top: -6px;
  }

  .product-price.small {
    font-weight: 700;
  }

  .product-in-stock {
    margin-bottom: 8px;
  }

  .product-items-wrapper {
    position: -webkit-sticky;
    position: sticky;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0px;
    z-index: 10;
    margin-right: -16px;
    margin-left: -16px;
    padding: 24px 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }

  .plus-minus-wrapper.no-margin {
    width: 100px;
  }

  .plus-minus-wrapper._100.hidden-on-home {
    display: none;
  }

  .plus-minus-wrapper._40.wide {
    width: auto;
    max-width: 50%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .plus-minus-wrapper._40.wide._20 {
    position: relative;
    z-index: 2;
  }

  .product-title.small {
    max-height: 38px;
  }

  .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 {
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .category-card {
    border-color: #d9d9d9;
  }

  .category-title {
    font-size: 15px;
  }

  .category-card-icon-wrapper.float-on-top {
    right: 6vw;
  }

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

  .header-wrapper.purchase {
    margin-bottom: 24px;
    text-align: center;
  }

  .header.thinner {
    line-height: 1.15;
  }

  .header.thinner.bold {
    font-size: 22px;
  }

  .header.dropdown-link-text {
    font-size: 18px;
  }

  .price-total {
    height: 20px;
    margin-top: 10px;
    margin-bottom: 16px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-top-style: none;
  }

  .price-total.no-btm-padding._23 {
    height: auto;
    margin-top: 16px;
    margin-bottom: 8px;
    padding-top: 16px;
    padding-bottom: 0px;
    border-top-style: solid;
  }

  .price-total.mobile {
    height: auto;
  }

  .grid-half-content._565 {
    margin-top: 30px;
  }

  .footer {
    padding-top: 60px;
  }

  .choice-tab-menu {
    width: 100%;
    grid-auto-columns: 1fr;
    grid-column-gap: 8px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .selected-tab-pane {
    min-height: auto;
  }

  .category-tab-link {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-color: #d9d9d9;
    background-color: #f5f5f5;
    line-height: 39px;
  }

  .category-tab-link:hover {
    background-color: #efefef;
  }

  .category-tab-link.w--current {
    display: block;
  }

  .category-tab-link.w--current:hover {
    background-color: #fff;
  }

  .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-right: auto;
    margin-left: 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 {
    height: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .center-text {
    margin-top: 2px;
  }

  .linesman {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .status-line {
    top: -2px;
    width: 3px;
    height: 50px;
    margin-right: 0px;
    margin-bottom: -3px;
    margin-left: 13px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .confirmed-line {
    height: 100%;
  }

  .in-progress-line {
    height: 100%;
    border-style: none dashed none none;
    border-right-width: 2px;
    border-right-color: #d9d9d9;
  }

  .brand {
    width: 140px;
    height: 45px;
    min-width: 60px;
  }

  .brand.at-auth {
    margin-bottom: 2.5vh;
  }

  .nav-menu-wrapper {
    padding-left: 1vw;
  }

  .nav-menu {
    width: 100vw;
    max-width: 100vw;
    min-height: 100vh;
    min-width: 100vw;
    padding-bottom: 0vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .close-nav {
    top: 16px;
    right: 16px;
    z-index: 10;
  }

  .close-nav.close-edit-profile {
    z-index: 1000;
  }

  .close-nav.close-search {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-top: 16px;
    margin-bottom: 0px;
  }

  .close-nav.cat {
    top: 16px;
    right: 16px;
    display: none;
    opacity: 0;
  }

  .menu {
    position: relative;
    width: 100%;
    max-width: 340px;
    margin-top: 3vh;
    margin-right: auto;
    margin-left: auto;
    padding-right: 24px;
    padding-left: 24px;
  }

  .nav-link {
    line-height: 1.6;
  }

  .dropdown-cart-wrapper {
    padding-left: 1vw;
  }

  .dropdown-cart {
    top: 0vh;
    width: auto;
    height: 100vh;
    max-height: 100vh;
    min-height: 100vh;
    padding-bottom: 88px;
    border-radius: 0px 0px 24px 24px;
  }

  .cart-title-wrapper {
    top: 8px;
  }

  .pop-up-wrapper {
    padding-left: 0px;
  }

  .nav-auth-buttons-wrapper._0-padding {
    width: 100%;
  }

  .material-icons.round {
    padding-top: 10px;
  }

  .material-icons.paper {
    padding-top: 10px;
  }

  .material-icons.power {
    padding-top: 12px;
  }

  .material-icons.house {
    padding-top: 10px;
  }

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

  .search-button-wrapper {
    padding-left: 0px;
  }

  .auth-content-wrapper.log-in {
    padding-top: 6vh;
  }

  .address-wrapper._40 {
    padding: 16px;
  }

  .login-nav {
    margin-bottom: 8vh;
  }

  .edit-profile-form {
    padding-right: 16px;
    padding-left: 16px;
  }

  .hero-slider {
    height: 52vw;
  }

  .slide {
    margin-right: 8px;
  }

  .banner {
    height: 46vw;
  }

  .cart-product-wrapper {
    -ms-grid-columns: 1fr 1.25fr;
    grid-template-columns: 1fr 1.25fr;
  }

  .cart-products-content-wrapper {
    padding-bottom: 16px;
  }

  .search-wrapper {
    margin-right: 16px;
    margin-left: 4px;
  }

  .search {
    height: 46px;
    margin-bottom: 16px;
    padding-right: 42px;
    border-color: transparent;
  }

  .search-button {
    font-size: 23px;
  }

  .sub-delete-button.gray.eliminar.longersss {
    margin-right: auto;
    margin-left: auto;
  }

  .sub-delete-button.gray.logout-button {
    display: none;
    margin-right: 4px;
    margin-left: 4px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .photo-upload-input-field.no-bg-fill {
    padding-right: 16px;
    padding-left: 16px;
  }

  .photo-upload-text.small-gray {
    line-height: 1.1;
  }

  .code-info-wrapper {
    max-width: 290px;
  }

  .tabs {
    width: 100%;
  }

  .auth-menu-wrapper {
    position: relative;
    left: 0%;
    top: 7vh;
    right: 0%;
    bottom: 0%;
    width: 100%;
    max-width: 340px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 24px;
    padding-bottom: 60px;
    padding-left: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .slider-wrapper {
    height: 50vh;
    max-height: 340px;
    margin-right: -16px;
    margin-left: -16px;
    border-style: none;
    border-radius: 0px;
  }

  .slider-mask {
    overflow: visible;
  }

  .tabed-section {
    display: block;
  }

  .tabed-section.show-on-landscape {
    display: block;
  }

  .tab-menu {
    height: auto;
    min-height: auto;
    padding: 60px 24px 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tab-link {
    height: 55px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 17px;
    line-height: 1;
    font-weight: 600;
  }

  .tab-link.w--current {
    position: absolute;
    left: 24px;
    top: 0%;
    right: 24px;
    bottom: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    border-bottom-color: transparent;
    color: #111210;
    font-weight: 600;
  }

  .tab-link-icon {
    margin-top: 5px;
    margin-right: 16px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .tab-link-icon._2 {
    margin-top: 0px;
    padding-top: 1px;
  }

  .tab-link-icon._1 {
    margin-top: 0px;
    padding-top: 0px;
  }

  .edit-profile-button-wrapper {
    position: relative;
    right: 0px;
    display: block;
    height: auto;
    padding: 2px 24px;
    border-top: 1px solid #d9d9d9;
  }

  .profile-edit {
    display: none;
    height: 50px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 17px;
    font-weight: 600;
  }

  .logout {
    height: 55px;
    margin-top: 0px;
    margin-left: 0px;
    font-size: 17px;
    font-weight: 600;
  }

  .tab-triggered-element {
    position: relative;
    z-index: 2;
    overflow: hidden;
    height: auto;
    border-bottom: 1px solid #d9d9d9;
    background-color: #fff;
  }

  .tab-trigger {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 10;
    display: block;
    height: 55px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-bottom: 1px solid #d9d9d9;
    color: #767676;
    cursor: pointer;
  }

  .close-tab {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 12;
    display: none;
    height: 55px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-bottom: 1px solid #efefef;
  }

  .checkout-button.blue-button.pay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .checkout-details.hide-mobile {
    display: none;
  }

  .checkout-cta {
    -ms-grid-columns: minmax(110px, 125px) 1fr;
    grid-template-columns: minmax(110px, 125px) 1fr;
  }

  .checkout-cta.pay-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: minmax(110px, 125px) 1fr;
    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 {
    padding: 16px 0px 0px;
    border-style: none;
  }

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

  .checkout-mobile {
    padding-bottom: 85px;
  }

  .back-icon {
    margin-left: -13px;
  }

  .address-cta-wrapper.edit-logout-profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .address-cta-wrapper.dfaas {
    margin-top: 16px;
    text-align: center;
  }

  .edit-popup-wrapper {
    padding-left: 0px;
  }

  .new-address-button {
    display: none;
    height: 50px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 17px;
    font-weight: 600;
  }

  .new-address-button.add-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
  }

  .address-grid {
    margin-top: 0px;
  }

  .edit-button.gray.edit-profile-button {
    width: 124px;
    margin-right: 0px;
    margin-bottom: 16px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .edit-button.gray.ver-detalhes {
    margin-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .pagamento-date-wrapper {
    padding: 27px 16px;
  }

  .pagamento-date-wrapper.btm-mrgn {
    grid-row-gap: 24px;
  }

  .modal-wrapper {
    padding-right: 16px;
    padding-left: 16px;
  }

  .modal {
    width: auto;
    max-width: 320px;
    padding: 52px 10vw;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .modal-header-wrapper {
    max-width: 240px;
  }

  .modal-paragraph {
    padding-right: 4px;
    padding-left: 4px;
    line-height: 1.25;
  }

  .modal-button.secundario {
    padding-top: 13px;
    border-style: solid;
    border-width: 1px;
    border-color: #d9d9d9;
  }

  .social-links {
    width: 30px;
    height: 30px;
  }

  .copyright-dev {
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .copyright {
    max-width: 220px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
  }

  .developer {
    display: block;
  }

  .powered-by {
    margin-right: 10px;
    margin-bottom: 0px;
  }

  .cat-dropdown-toggle {
    padding-left: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 12px;
  }

  .prfl-grid {
    display: none;
  }

  .profile-content-wrapper {
    padding: 0px 0vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-style: none;
    border-radius: 0px;
  }

  .profile-info-wrapper {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .compras-table-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .table-grid {
    padding-right: 6vw;
    padding-left: 6vw;
  }

  .cat-tab-menu {
    height: 57px;
    margin-bottom: 0px;
    padding-bottom: 8px;
  }

  .cat-tabs {
    margin-top: 0px;
  }

  .cat-tab-content._8 {
    padding-top: 8px;
  }

  .dropdown-wrap {
    display: block;
    padding-bottom: 16px;
    border-bottom-color: #f5f5f5;
  }

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

  .bvbv {
    margin-bottom: 16px;
  }

  .result-wrapper {
    padding-right: 16px;
    padding-left: 16px;
  }

  .mobile-results {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .profile-dropdown-list.w--open {
    z-index: 10;
    padding-top: 32px;
    border-radius: 16px;
    box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.3);
  }

  .profile-dropdown-link {
    line-height: 1.6;
  }

  .hero-slide-nav {
    bottom: -23px;
    display: none;
  }

  .hero-slide-mask {
    overflow: visible;
    margin-right: 0px;
    border-radius: 0px;
  }

  .dropdown-content {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: auto;
    max-height: 500px;
    border-radius: 24px 24px 0px 0px;
    box-shadow: 0 -3px 24px 0 rgba(0, 0, 0, 0.2);
  }

  .cat-list {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .drop-link-wrapper {
    height: auto;
    padding: 16px 8px;
    border-top: 1px solid transparent;
    -webkit-transition-property: background-color;
    transition-property: background-color;
  }

  .drop-link-wrapper:hover {
    background-color: transparent;
  }

  .drop-link-wrapper:active {
    background-color: #f5f5f5;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .drop-link-container {
    padding-top: 8px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .dec-oy {
    z-index: -1;
    height: 103px;
    opacity: 0;
  }

  .faq-title-wrapper {
    padding-right: 45px;
    padding-left: 16px;
  }

  .faq-title.small {
    max-height: 38px;
  }

  .faq-title.midium {
    height: 45px;
    font-size: 17px;
  }

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

  .assistencia-block {
    margin-bottom: 32px;
  }

  .menu-dashboard {
    position: relative;
    width: 100%;
    max-width: 340px;
    margin-top: 3vh;
    margin-right: auto;
    margin-left: auto;
    padding-right: 24px;
    padding-left: 24px;
  }
}

#w-node-bbec5aa6-4c20-a6c1-6e1a-592007002b57-2827402d {
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_1f39de84-a488-161e-b16d-7dfb45c97a9d-5a27402e {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_1f39de84-a488-161e-b16d-7dfb45c97a9f-5a27402e {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_1f39de84-a488-161e-b16d-7dfb45c97aac-5a27402e {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_1f39de84-a488-161e-b16d-7dfb45c97aaf-5a27402e {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_1f39de84-a488-161e-b16d-7dfb45c97ab9-5a27402e {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_1f39de84-a488-161e-b16d-7dfb45c97abc-5a27402e {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_0e92e2ca-82ea-7e93-87ac-4fb5752d22cc-752d22cc {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_0e92e2ca-82ea-7e93-87ac-4fb5752d22d7-752d22cc {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_0e92e2ca-82ea-7e93-87ac-4fb5752d22e9-752d22cc {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_0e92e2ca-82ea-7e93-87ac-4fb5752d22fb-752d22cc {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_0e92e2ca-82ea-7e93-87ac-4fb5752d230d-752d22cc {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_0e92e2ca-82ea-7e93-87ac-4fb5752d231f-752d22cc {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_0e92e2ca-82ea-7e93-87ac-4fb5752d2331-752d22cc {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_0e92e2ca-82ea-7e93-87ac-4fb5752d2343-752d22cc {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_0e92e2ca-82ea-7e93-87ac-4fb5752d2355-752d22cc {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-ab67f7c6-4ab4-323c-0729-8508e076a084-e076a082 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_69f53b13-6c0f-7402-7ed7-b185f62dcbde-451ec52d {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_50fc72c1-366a-0662-0051-9216ddd1a00c-292ea558 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_0c8976e2-c62f-9351-925e-4ee9ec27dff4-292ea558 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_9c267aa7-f234-c7a9-ee60-df14608286f9-292ea558 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_1e555db1-6c3b-6643-0c5e-18e9a5bd7000-292ea558 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-d25f0b9d-2c7e-e53e-141f-2f39008c27a6-292ea558 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_1d56e27d-c2d0-afb6-a93c-8aa4a103be8c-292ea558 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-e78efbed-c278-3617-a348-93fa405227d8-292ea558 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_836bafca-faf5-28fb-944a-9297a41a7a83-292ea558 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_30bd2da6-2393-abe7-64d5-3f8e17ef154d-292ea558 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_7b5121b3-c03b-e47c-0f82-f26841bd650f-292ea558 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_58ec7900-76d0-e38c-347c-230e8e485b60-292ea558 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_36314697-6029-fe61-723a-df02f06898cd-292ea558 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_37e1977d-83f9-3b42-c0e4-d8751b2f617b-292ea558 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-c09fd213-7d56-b44a-0ee2-51d2fb997c3b-292ea558 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_9c95f775-f746-6100-284f-1f128c748fd1-58274034 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_9c95f775-f746-6100-284f-1f128c748fd4-58274034 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_9c95f775-f746-6100-284f-1f128c748fd7-58274034 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_9c95f775-f746-6100-284f-1f128c748fda-58274034 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_9c95f775-f746-6100-284f-1f128c748ff9-58274034 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_9c95f775-f746-6100-284f-1f128c748ffe-58274034 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_9c95f775-f746-6100-284f-1f128c749003-58274034 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_9c95f775-f746-6100-284f-1f128c749008-58274034 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_9c95f775-f746-6100-284f-1f128c74900d-58274034 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-a5d2e6d5-5e82-5c38-652a-87b24e5a14bf-58274034 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-a5d2e6d5-5e82-5c38-652a-87b24e5a14c3-58274034 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-a5d2e6d5-5e82-5c38-652a-87b24e5a14c8-58274034 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-a5d2e6d5-5e82-5c38-652a-87b24e5a14cd-58274034 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-a5d2e6d5-5e82-5c38-652a-87b24e5a14d2-58274034 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-bb95d4cc-8a19-ee2c-d79a-5a3445a2e316-58274034 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-bb95d4cc-8a19-ee2c-d79a-5a3445a2e31a-58274034 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-bb95d4cc-8a19-ee2c-d79a-5a3445a2e31f-58274034 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-bb95d4cc-8a19-ee2c-d79a-5a3445a2e324-58274034 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-bb95d4cc-8a19-ee2c-d79a-5a3445a2e329-58274034 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_23be1429-6d30-1c68-b653-c60abc7d46b4-58274034 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_23be1429-6d30-1c68-b653-c60abc7d46b8-58274034 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_23be1429-6d30-1c68-b653-c60abc7d46bd-58274034 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_23be1429-6d30-1c68-b653-c60abc7d46c2-58274034 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_23be1429-6d30-1c68-b653-c60abc7d46c7-58274034 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c30a3045-fff6-4f9e-6448-d960c4a38d80-f9274035 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c30a3045-fff6-4f9e-6448-d960c4a38d82-f9274035 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c30a3045-fff6-4f9e-6448-d960c4a38d8f-f9274035 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c30a3045-fff6-4f9e-6448-d960c4a38d92-f9274035 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c30a3045-fff6-4f9e-6448-d960c4a38d9c-f9274035 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c30a3045-fff6-4f9e-6448-d960c4a38d9f-f9274035 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ddcef654-2fc1-66a0-3410-203f8e8e5d3c-8e8e5d3c {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-ddcef654-2fc1-66a0-3410-203f8e8e5d44-8e8e5d3c {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-ddcef654-2fc1-66a0-3410-203f8e8e5d5d-8e8e5d3c {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-ddcef654-2fc1-66a0-3410-203f8e8e5d76-8e8e5d3c {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-ddcef654-2fc1-66a0-3410-203f8e8e5d8f-8e8e5d3c {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-b81590fb-56e1-6c82-bdd5-f9be5b7a0790-b6274038 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-b81590fb-56e1-6c82-bdd5-f9be5b7a0793-b6274038 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-b81590fb-56e1-6c82-bdd5-f9be5b7a0796-b6274038 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-b81590fb-56e1-6c82-bdd5-f9be5b7a0799-b6274038 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-b81590fb-56e1-6c82-bdd5-f9be5b7a07a0-b6274038 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-b81590fb-56e1-6c82-bdd5-f9be5b7a07a5-b6274038 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-b81590fb-56e1-6c82-bdd5-f9be5b7a07aa-b6274038 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-b81590fb-56e1-6c82-bdd5-f9be5b7a07af-b6274038 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-b81590fb-56e1-6c82-bdd5-f9be5b7a07b9-b6274038 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-dfcc65cc-a37c-f613-5486-cc27f483231a-b6274038 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-dfcc65cc-a37c-f613-5486-cc27f483231f-b6274038 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-dfcc65cc-a37c-f613-5486-cc27f4832324-b6274038 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-dfcc65cc-a37c-f613-5486-cc27f4832329-b6274038 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-dfcc65cc-a37c-f613-5486-cc27f483232e-b6274038 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_58370f3a-d00c-874f-7850-d851adf52503-b6274038 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_58370f3a-d00c-874f-7850-d851adf52508-b6274038 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_58370f3a-d00c-874f-7850-d851adf5250d-b6274038 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_58370f3a-d00c-874f-7850-d851adf52512-b6274038 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_58370f3a-d00c-874f-7850-d851adf52517-b6274038 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_423cb471-a8f8-bc7c-8cac-f33b51c4aecf-b6274038 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_423cb471-a8f8-bc7c-8cac-f33b51c4aed4-b6274038 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_423cb471-a8f8-bc7c-8cac-f33b51c4aed9-b6274038 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_423cb471-a8f8-bc7c-8cac-f33b51c4aede-b6274038 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_423cb471-a8f8-bc7c-8cac-f33b51c4aee3-b6274038 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-f8933cc6-3b1e-1ad7-882a-55c9c6da5f84-b6274038 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-f8933cc6-3b1e-1ad7-882a-55c9c6da5f89-b6274038 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-f8933cc6-3b1e-1ad7-882a-55c9c6da5f8e-b6274038 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-f8933cc6-3b1e-1ad7-882a-55c9c6da5f93-b6274038 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-f8933cc6-3b1e-1ad7-882a-55c9c6da5f98-b6274038 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_5e41e65b-16a0-451b-4246-2cdc03a68b00-6b27403b {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_5e41e65b-16a0-451b-4246-2cdc03a68b03-6b27403b {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_5e41e65b-16a0-451b-4246-2cdc03a68b06-6b27403b {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_5e41e65b-16a0-451b-4246-2cdc03a68b09-6b27403b {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_5e41e65b-16a0-451b-4246-2cdc03a68b0d-6b27403b {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_5e41e65b-16a0-451b-4246-2cdc03a68b11-6b27403b {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_5e41e65b-16a0-451b-4246-2cdc03a68b16-6b27403b {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_5e41e65b-16a0-451b-4246-2cdc03a68b1b-6b27403b {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_5e41e65b-16a0-451b-4246-2cdc03a68b20-6b27403b {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e5e271fa-de93-193d-09d6-ae98564959e2-6b27403b {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-e5e271fa-de93-193d-09d6-ae98564959e6-6b27403b {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-e5e271fa-de93-193d-09d6-ae98564959eb-6b27403b {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-e5e271fa-de93-193d-09d6-ae98564959f0-6b27403b {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-e5e271fa-de93-193d-09d6-ae98564959f5-6b27403b {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-af308efb-d057-601c-110b-60b209a72178-6b27403b {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-af308efb-d057-601c-110b-60b209a7217c-6b27403b {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-af308efb-d057-601c-110b-60b209a72181-6b27403b {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-af308efb-d057-601c-110b-60b209a72186-6b27403b {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-af308efb-d057-601c-110b-60b209a7218b-6b27403b {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_45b3dfc8-fbb5-b978-fe08-3baaf822d2a0-6b27403b {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_45b3dfc8-fbb5-b978-fe08-3baaf822d2a4-6b27403b {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_45b3dfc8-fbb5-b978-fe08-3baaf822d2a9-6b27403b {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_45b3dfc8-fbb5-b978-fe08-3baaf822d2ae-6b27403b {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_45b3dfc8-fbb5-b978-fe08-3baaf822d2b3-6b27403b {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c8e317f0-b508-7af9-943d-8e8d502e0122-cb27403f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-a42bd44c-c466-bf29-80d8-8ed544d21cfd-cb27403f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_7f4d3f73-7c54-a939-2562-26314eccb520-cb27403f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_677139f3-e58b-de4c-5dd2-0d19751950e4-cb27403f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_0295464e-d726-0ea3-db98-d8a276c7014e-cb27403f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_2a854bf4-e90b-6535-a2e3-8f4d8437eee2-cb27403f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_39f79a06-a164-44cc-9242-17a3ecbc377b-cb27403f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_6ab8f254-f7a3-06e4-855f-787fb8693a37-cb27403f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_3f40becf-5354-1f51-1b31-169b66e79b44-cb27403f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-bcd9675a-c845-7632-6442-bb714665927a-cb27403f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_5549d4f3-5f34-f052-abf4-e384512c8eca-cb27403f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_8754ccb7-034c-5516-40f0-8bad67188af2-cb27403f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_8754ccb7-034c-5516-40f0-8bad67188af7-cb27403f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_8754ccb7-034c-5516-40f0-8bad67188afc-cb27403f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_8754ccb7-034c-5516-40f0-8bad67188b01-cb27403f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_8754ccb7-034c-5516-40f0-8bad67188b06-cb27403f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_8754ccb7-034c-5516-40f0-8bad67188b0b-cb27403f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_6c3f9bf9-02b1-02d1-abef-4212aef05c20-cb27403f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_6c3f9bf9-02b1-02d1-abef-4212aef05c25-cb27403f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_6c3f9bf9-02b1-02d1-abef-4212aef05c2a-cb27403f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_6c3f9bf9-02b1-02d1-abef-4212aef05c2f-cb27403f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_6c3f9bf9-02b1-02d1-abef-4212aef05c34-cb27403f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_6c3f9bf9-02b1-02d1-abef-4212aef05c39-cb27403f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_1f9adae0-de2d-0e07-9639-69ae44df72d8-cb27403f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_1f9adae0-de2d-0e07-9639-69ae44df72dd-cb27403f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_1f9adae0-de2d-0e07-9639-69ae44df72e2-cb27403f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_1f9adae0-de2d-0e07-9639-69ae44df72e7-cb27403f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_1f9adae0-de2d-0e07-9639-69ae44df72ec-cb27403f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_1f9adae0-de2d-0e07-9639-69ae44df72f1-cb27403f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f6d-45274049 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f70-45274049 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f73-45274049 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f76-45274049 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f79-45274049 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f7d-45274049 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f82-45274049 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f87-45274049 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f8c-45274049 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f91-45274049 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f96-45274049 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f9d-45274049 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fa2-45274049 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fa7-45274049 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fac-45274049 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fb1-45274049 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fb8-45274049 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-bf13d722-c046-186e-3a7c-3bda93f16f84-45274049 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-bf13d722-c046-186e-3a7c-3bda93f16f89-45274049 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-bf13d722-c046-186e-3a7c-3bda93f16f8e-45274049 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-bf13d722-c046-186e-3a7c-3bda93f16f93-45274049 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-bf13d722-c046-186e-3a7c-3bda93f16f98-45274049 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-bf13d722-c046-186e-3a7c-3bda93f16f9d-45274049 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fbf-45274049 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fc4-45274049 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fc9-45274049 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fce-45274049 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fd3-45274049 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fd8-45274049 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fdf-45274049 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fe4-45274049 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fe9-45274049 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fee-45274049 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23ff3-45274049 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23ff8-45274049 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b7e80ab0-12fe-6752-a3ec-1344071367a8-fc274051 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b7e80ab0-12fe-6752-a3ec-1344071367aa-fc274051 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b7e80ab0-12fe-6752-a3ec-1344071367b7-fc274051 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b7e80ab0-12fe-6752-a3ec-1344071367ba-fc274051 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b7e80ab0-12fe-6752-a3ec-1344071367c4-fc274051 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b7e80ab0-12fe-6752-a3ec-1344071367c7-fc274051 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-db7a7bae-4d98-3ef0-a079-0992e74301b3-31274053 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-db7a7bae-4d98-3ef0-a079-0992e74301b8-31274053 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d47e3ba3-ee07-ce2c-c113-98dac26da2a3-31274053 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-c7d79d08-f700-59b5-3365-c15652cd3dc5-31274053 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_5b91b144-fda8-ad76-2044-d980e15a9ee0-31274053 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-e73f6fbf-22aa-b5c0-a324-ec58aba26500-31274053 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-d988078a-5c8a-77b4-8647-beffa7e38445-31274053 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-d988078a-5c8a-77b4-8647-beffa7e38448-31274053 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cf4f5b28-654b-429d-de55-8a55904f3e97-31274053 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-c91e421d-5231-0cf3-6869-cbb1dc745774-31274053 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_29f98748-d0cd-b516-d727-e813c0bf53ad-31274053 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_867a3f50-2cc0-0576-b1f8-c90b864852f5-31274053 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-b919b853-732e-0ee8-0c3b-da80ab52c409-31274053 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_74296f8b-a74e-7e91-9c84-541b6c3d7455-31274053 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_9e7a64a5-4877-0f8e-8c1c-080ef2863a1e-31274053 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_6728fb6b-0b12-005e-388f-d6f14ce7ef68-31274053 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-a3ab2ce4-42ca-22b5-320b-1af445967b75-31274053 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-a3ab2ce4-42ca-22b5-320b-1af445967b7b-31274053 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c8a118a5-6d35-bfae-ec5f-7f7fe076b4c2-31274053 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c8a118a5-6d35-bfae-ec5f-7f7fe076b4c3-31274053 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_71959700-f9b2-e2f2-0dba-5646da5e41ca-31274053 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_2fce295e-8a87-f290-1e18-672177aff39d-31274053 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_9c95f775-f746-6100-284f-1f128c748fd1-40274055 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_9c95f775-f746-6100-284f-1f128c748fd4-40274055 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_9c95f775-f746-6100-284f-1f128c748fd7-40274055 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_9c95f775-f746-6100-284f-1f128c748fda-40274055 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_7fd7e54d-a397-35dd-f69b-1e6fa84986cf-40274055 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_7fd7e54d-a397-35dd-f69b-1e6fa84986d3-40274055 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_7fd7e54d-a397-35dd-f69b-1e6fa84986d8-40274055 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_7fd7e54d-a397-35dd-f69b-1e6fa84986dd-40274055 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_7fd7e54d-a397-35dd-f69b-1e6fa84986e2-40274055 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_68652fe3-89a4-16ee-b635-b7e24e442d60-40274055 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_68652fe3-89a4-16ee-b635-b7e24e442d64-40274055 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_68652fe3-89a4-16ee-b635-b7e24e442d69-40274055 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_68652fe3-89a4-16ee-b635-b7e24e442d6e-40274055 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_68652fe3-89a4-16ee-b635-b7e24e442d73-40274055 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_80505b4d-2ca2-7a8e-f00c-920e04258af9-40274055 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_80505b4d-2ca2-7a8e-f00c-920e04258afd-40274055 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_80505b4d-2ca2-7a8e-f00c-920e04258b02-40274055 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_80505b4d-2ca2-7a8e-f00c-920e04258b07-40274055 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_80505b4d-2ca2-7a8e-f00c-920e04258b0c-40274055 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_9f89f3ad-3088-2a7b-25b1-2fa75e87ebd4-09274056 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_5561b4c3-302d-e658-6cf3-322a43abd30f-09274056 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_5561b4c3-302d-e658-6cf3-322a43abd311-09274056 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_5561b4c3-302d-e658-6cf3-322a43abd31e-09274056 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_5561b4c3-302d-e658-6cf3-322a43abd321-09274056 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_5561b4c3-302d-e658-6cf3-322a43abd32b-09274056 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_5561b4c3-302d-e658-6cf3-322a43abd32e-09274056 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_88c6d08b-2869-b058-9bf1-4aa59af83592-9af8358a {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_88c6d08b-2869-b058-9bf1-4aa59af8359d-9af8358a {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-_32cec5da-5a77-8fb7-5206-ce82e7a531a0-32274057 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_60dfafcc-0a29-78c0-8c13-b4c5dbe67077-32274057 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_759152a9-ef31-dc68-f56e-a596ba197fa1-32274057 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_6a56c5ef-b510-5797-f836-64106f92f376-32274057 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-bed42a8d-209d-013a-7e3a-1b4fe9b1bd10-32274057 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_2af10334-3c8d-c450-f628-5d635a074941-32274057 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-cd8f45c1-ce46-5612-6954-0539c97121da-32274057 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_27d3045e-7423-d2e9-8cd8-05b110e3bb61-32274057 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_8bbeb040-a660-3ecc-0500-690df3d2789b-32274057 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_8bbeb040-a660-3ecc-0500-690df3d278ba-32274057 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_8bbeb040-a660-3ecc-0500-690df3d278d9-32274057 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_8bbeb040-a660-3ecc-0500-690df3d278f8-32274057 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_8bbeb040-a660-3ecc-0500-690df3d27917-32274057 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_8bbeb040-a660-3ecc-0500-690df3d27936-32274057 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_8bbeb040-a660-3ecc-0500-690df3d27955-32274057 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_8bbeb040-a660-3ecc-0500-690df3d27974-32274057 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-b67beda1-6fb7-8496-64f8-c12748000c34-32274057 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-b67beda1-6fb7-8496-64f8-c12748000c53-32274057 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-b67beda1-6fb7-8496-64f8-c12748000c72-32274057 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-b67beda1-6fb7-8496-64f8-c12748000c91-32274057 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-b67beda1-6fb7-8496-64f8-c12748000cb0-32274057 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-b67beda1-6fb7-8496-64f8-c12748000ccf-32274057 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-b67beda1-6fb7-8496-64f8-c12748000cee-32274057 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-b67beda1-6fb7-8496-64f8-c12748000d0d-32274057 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-dc622124-de5f-8c41-2e75-ae83b9115944-32274057 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-dc622124-de5f-8c41-2e75-ae83b9115963-32274057 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-dc622124-de5f-8c41-2e75-ae83b9115982-32274057 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-dc622124-de5f-8c41-2e75-ae83b91159a1-32274057 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-dc622124-de5f-8c41-2e75-ae83b91159c0-32274057 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-dc622124-de5f-8c41-2e75-ae83b91159df-32274057 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-dc622124-de5f-8c41-2e75-ae83b91159fe-32274057 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-dc622124-de5f-8c41-2e75-ae83b9115a1d-32274057 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_2923aa82-1af6-a27f-58d2-d13b09841f24-32274057 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_2923aa82-1af6-a27f-58d2-d13b09841f43-32274057 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_2923aa82-1af6-a27f-58d2-d13b09841f62-32274057 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_2923aa82-1af6-a27f-58d2-d13b09841f81-32274057 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_2923aa82-1af6-a27f-58d2-d13b09841fa0-32274057 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_2923aa82-1af6-a27f-58d2-d13b09841fbf-32274057 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_2923aa82-1af6-a27f-58d2-d13b09841fde-32274057 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_2923aa82-1af6-a27f-58d2-d13b09841ffd-32274057 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-bf4cc47a-2207-09bb-fec0-fcf3a1db3719-cd274058 {
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
}

#w-node-bf4cc47a-2207-09bb-fec0-fcf3a1db3734-cd274058 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_08b9f050-0e87-e79c-3005-032faebe14a9-cd274058 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-_08b9f050-0e87-e79c-3005-032faebe14ae-cd274058 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_25914640-25b5-e7a8-794e-62bd091c936b-cd274058 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-f9a9841f-9716-098d-b0d4-e46d22a21ba8-cd274058 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-c0c7e0a3-9719-26bc-de66-24487574d3c3-cd274058 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_37c54036-35e0-4f25-4669-2c942fe65881-cd274058 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_70afb708-7395-ea77-0661-ddb9f2201bed-cd274058 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_12513b2c-3852-f2f5-b5bc-29adccab04f7-cd274058 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-f09fe09e-1f4c-bde0-152b-f33bea7607cf-cd274058 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-b7beb512-ba6d-8960-5686-054f1240b3aa-cd274058 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_352783a2-2f90-8fdf-e2a3-e9c8a55b10eb-83274059 {
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_9f89f3ad-3088-2a7b-25b1-2fa75e87ebd4-9527407e {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_25fe072d-1094-b38c-1bc3-3917fef606df-9527407e {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_5b2e4b14-a30c-3ee7-b2ca-7d75f3a5fa52-9527407e {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_37947a5c-1094-16b4-b66c-020d7312f3be-9527407e {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_37947a5c-1094-16b4-b66c-020d7312f3c1-9527407e {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e5fae3ba-df33-5f5c-e4e1-510a39e1c9fb-9527407e {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e5fae3ba-df33-5f5c-e4e1-510a39e1c9fe-9527407e {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c5e151f4-8ab8-ddcc-aa56-d3ea0fb2f59e-0fb2f599 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-c5e151f4-8ab8-ddcc-aa56-d3ea0fb2f5a0-0fb2f599 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-c5e151f4-8ab8-ddcc-aa56-d3ea0fb2f5a8-0fb2f599 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#field.w-node-f06d3af2-0074-3926-8ea0-25149bac5bce-7d2740a3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#field-2.w-node-f06d3af2-0074-3926-8ea0-25149bac5bcf-7d2740a3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7be2ee81-af34-5054-31fa-6d7964712e91-7d2740a3 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-fa8e54f1-4dd1-538d-b0af-a7f01a325e44-7d2740a3 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_16522ae1-affa-7fde-352e-8614c988b92f-7d2740a3 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_756a83ec-9384-8cca-a7f2-cc6ed48b0efd-7d2740a3 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-ff3e3e72-338a-1088-5fc7-ae13eacae4d1-7d2740a3 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_95af02df-efa3-0f0b-c745-20fbf56db534-7d2740a3 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_8472a708-b977-d3c8-350c-972313bccc01-7d2740a3 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_11da7999-a754-68d0-1a0e-b25671446a5d-7d2740a3 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-ee803303-e2a7-dfa9-70c8-7ea23422719e-8e2740a7 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-fb075e6b-4d60-90ed-637e-3aebe4b665c9-8e2740a7 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_3aa9dbdd-aa65-44a6-604e-4b72e57786af-8e2740a7 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-a69d7336-c5a3-b972-1a22-aa766fac415a-8e2740a7 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-ef38eecd-9c3a-654e-f1f1-db3825fef038-8e2740a7 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-ef38eecd-9c3a-654e-f1f1-db3825fef03d-8e2740a7 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-_274b46fd-3167-40b0-941b-62cccd7d8037-8e2740a7 {
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
}

#w-node-_80c032cd-6ad5-1eaa-6cf4-b6498fa750a4-8e2740a7 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_7d9ad055-348c-b9b3-a599-ed58328fffdc-8e2740a7 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_20c702ec-3eee-f6b9-0bfc-0541d967044e-8e2740a7 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_6e29f27f-b83a-c3ac-b9eb-0eb1fb208e50-8e2740a7 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-c99ef40f-5883-45b0-d1ba-fabe478bf11f-8e2740a7 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_74a18d50-5a20-e42b-3f2e-4101c7cc2172-8e2740a7 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_8e702f38-6708-5413-6738-dca1a54bf42e-8e2740a7 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_4ca89138-d152-5eb9-b298-71eba05466fe-8e2740a7 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_87b77183-7732-e343-d91f-191292020f72-8e2740a7 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e44a68a3-3ed9-a08e-76e7-8591a4a541ef-8e2740a7 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-e44a68a3-3ed9-a08e-76e7-8591a4a541f2-8e2740a7 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-e44a68a3-3ed9-a08e-76e7-8591a4a541f7-8e2740a7 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-e44a68a3-3ed9-a08e-76e7-8591a4a541f8-8e2740a7 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_485e0351-e11d-b135-fca0-71e535cb7894-8e2740a7 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-b4567343-4a07-f8bf-2746-ec1d947d16a5-8e2740a7 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-c42db691-7b0b-ff71-38bf-96c501b88349-8e2740a7 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-b81590fb-56e1-6c82-bdd5-f9be5b7a0790-432740a9 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-b81590fb-56e1-6c82-bdd5-f9be5b7a0793-432740a9 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-b81590fb-56e1-6c82-bdd5-f9be5b7a0796-432740a9 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-b81590fb-56e1-6c82-bdd5-f9be5b7a0799-432740a9 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-b81590fb-56e1-6c82-bdd5-f9be5b7a07a0-432740a9 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-b81590fb-56e1-6c82-bdd5-f9be5b7a07a5-432740a9 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-b81590fb-56e1-6c82-bdd5-f9be5b7a07aa-432740a9 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-b81590fb-56e1-6c82-bdd5-f9be5b7a07af-432740a9 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-b81590fb-56e1-6c82-bdd5-f9be5b7a07b9-432740a9 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_9e54c278-af60-87f9-078c-2b4d2ab8abb5-432740a9 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_9e54c278-af60-87f9-078c-2b4d2ab8abba-432740a9 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_9e54c278-af60-87f9-078c-2b4d2ab8abbf-432740a9 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_9e54c278-af60-87f9-078c-2b4d2ab8abc4-432740a9 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_9e54c278-af60-87f9-078c-2b4d2ab8abc9-432740a9 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_61efd531-a893-8f9d-9282-da65c0b66366-432740a9 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_61efd531-a893-8f9d-9282-da65c0b6636b-432740a9 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_61efd531-a893-8f9d-9282-da65c0b66370-432740a9 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_61efd531-a893-8f9d-9282-da65c0b66375-432740a9 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_61efd531-a893-8f9d-9282-da65c0b6637a-432740a9 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d055e3be-b1a0-af68-6d67-2cf8b466d276-382740ab {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_05ad6233-7d0e-acaf-3fe8-4abe371a973e-382740ab {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-fb3ab5b5-990a-383d-2e84-91df4c7513f8-382740ab {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_38e5c580-8369-6949-3f45-550267c3651b-382740ab {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_5aac9972-b552-c69b-58c6-0d7b01f886f4-382740ab {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_0f80553a-ef54-3081-529b-fbf75d9f7cce-382740ab {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_57426b10-4f79-3b29-19ea-4492f325d888-382740ab {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-bd0e181c-dcb8-0195-eef8-8f164a95cf67-382740ab {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_3426b8fc-c077-82cc-b5e0-56a428c3a04d-f02740ac {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_991019c8-c179-f757-6884-238e0702802c-f02740ac {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-ae34106e-63fb-929b-b418-37306e20c6e1-f02740ac {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_9db7f10a-fa8a-8a47-5ec0-ba8246be40b3-f02740ac {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-efb91f1c-7e08-4aa4-b044-9690ff1fa098-f02740ac {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_68c08416-2168-f7d1-d16f-971cdf41ca4a-f02740ac {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_37f8db5a-9af6-f845-8f1c-8a90524c2b8d-f02740ac {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_16da5180-eaa0-354d-d409-407648625664-f02740ac {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_2856a932-9342-6eb6-edac-7779a234f8d7-f02740ac {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_417b038e-8491-a238-4685-f24e22f285f7-f02740ac {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_8c5ef7b8-2e72-7b0b-1500-ae75eeb1e6ab-f02740ac {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_526a9b0b-e5a2-e174-4a75-4cec81f48834-29c3a8fd {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#field.w-node-ec8274c6-6e0c-67c0-3396-1b4cec7e0d4f-48e75289 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#field-2.w-node-_388b88d9-3d4a-b254-8dba-a736fe3d4330-48e75289 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f6d-48e75289 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f70-48e75289 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f73-48e75289 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f76-48e75289 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f79-48e75289 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f7d-48e75289 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f82-48e75289 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f87-48e75289 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f8c-48e75289 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f91-48e75289 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f96-48e75289 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f9d-48e75289 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fa2-48e75289 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fa7-48e75289 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fac-48e75289 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fb1-48e75289 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fb8-48e75289 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-bf13d722-c046-186e-3a7c-3bda93f16f84-48e75289 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-bf13d722-c046-186e-3a7c-3bda93f16f89-48e75289 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-bf13d722-c046-186e-3a7c-3bda93f16f8e-48e75289 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-bf13d722-c046-186e-3a7c-3bda93f16f93-48e75289 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-bf13d722-c046-186e-3a7c-3bda93f16f98-48e75289 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-bf13d722-c046-186e-3a7c-3bda93f16f9d-48e75289 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fbf-48e75289 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fc4-48e75289 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fc9-48e75289 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fce-48e75289 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fd3-48e75289 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fd8-48e75289 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fdf-48e75289 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fe4-48e75289 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fe9-48e75289 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fee-48e75289 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23ff3-48e75289 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23ff8-48e75289 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#field.w-node-_10155109-1789-b998-ab9b-3ba7e3a3fc2d-1b8c7528 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_077d40a2-2132-20a0-b8e6-5d7197681a73-b347b314 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_055215e8-a61e-9c28-1934-46488099229d-b347b314 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_321598eb-a5fa-8b6d-91f3-b6d9d7b19e18-b347b314 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1426d481-2c86-a88a-e512-2a9eb85fabb4-b347b314 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3cba73fa-650b-5406-e838-f629f8433bd5-b347b314 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9c95f775-f746-6100-284f-1f128c748fd1-7e601058 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_9c95f775-f746-6100-284f-1f128c748fd4-7e601058 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_9c95f775-f746-6100-284f-1f128c748fd7-7e601058 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_9c95f775-f746-6100-284f-1f128c748fda-7e601058 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_9c95f775-f746-6100-284f-1f128c748ff9-7e601058 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_9c95f775-f746-6100-284f-1f128c748ffe-7e601058 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_9c95f775-f746-6100-284f-1f128c749003-7e601058 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_9c95f775-f746-6100-284f-1f128c749008-7e601058 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_9c95f775-f746-6100-284f-1f128c74900d-7e601058 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_977b4551-3055-7df9-7505-e367890d7669-7e601058 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_977b4551-3055-7df9-7505-e367890d766d-7e601058 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_977b4551-3055-7df9-7505-e367890d7672-7e601058 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_977b4551-3055-7df9-7505-e367890d7677-7e601058 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_977b4551-3055-7df9-7505-e367890d767c-7e601058 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_8e6fe44c-49aa-6490-3ed1-08ada9a926f8-7e601058 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_8e6fe44c-49aa-6490-3ed1-08ada9a926fc-7e601058 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_8e6fe44c-49aa-6490-3ed1-08ada9a92701-7e601058 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_8e6fe44c-49aa-6490-3ed1-08ada9a92706-7e601058 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_8e6fe44c-49aa-6490-3ed1-08ada9a9270b-7e601058 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_9224f3cf-25f8-2fa9-af74-14561ab82920-7e601058 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_9224f3cf-25f8-2fa9-af74-14561ab82924-7e601058 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_9224f3cf-25f8-2fa9-af74-14561ab82929-7e601058 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_9224f3cf-25f8-2fa9-af74-14561ab8292e-7e601058 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_9224f3cf-25f8-2fa9-af74-14561ab82933-7e601058 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_9c95f775-f746-6100-284f-1f128c748fd1-111e7106 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_9c95f775-f746-6100-284f-1f128c748fd4-111e7106 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_9c95f775-f746-6100-284f-1f128c748fd7-111e7106 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_9c95f775-f746-6100-284f-1f128c748ffe-111e7106 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_9c95f775-f746-6100-284f-1f128c749003-111e7106 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_9c95f775-f746-6100-284f-1f128c74900d-111e7106 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b5e0cd66-0afd-571b-4503-2e049871b316-111e7106 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-b5e0cd66-0afd-571b-4503-2e049871b31b-111e7106 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-b5e0cd66-0afd-571b-4503-2e049871b320-111e7106 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e075f6ba-7ce8-c952-1ed0-743a5602d43f-111e7106 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-e075f6ba-7ce8-c952-1ed0-743a5602d444-111e7106 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-e075f6ba-7ce8-c952-1ed0-743a5602d449-111e7106 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_9c95f775-f746-6100-284f-1f128c748fd1-0952869c {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_9c95f775-f746-6100-284f-1f128c748fd4-0952869c {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_9c95f775-f746-6100-284f-1f128c748fd7-0952869c {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_9c95f775-f746-6100-284f-1f128c748ffe-0952869c {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_9c95f775-f746-6100-284f-1f128c749003-0952869c {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_9c95f775-f746-6100-284f-1f128c74900d-0952869c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b5e0cd66-0afd-571b-4503-2e049871b316-0952869c {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-b5e0cd66-0afd-571b-4503-2e049871b31b-0952869c {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-b5e0cd66-0afd-571b-4503-2e049871b320-0952869c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e075f6ba-7ce8-c952-1ed0-743a5602d43f-0952869c {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-e075f6ba-7ce8-c952-1ed0-743a5602d444-0952869c {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-e075f6ba-7ce8-c952-1ed0-743a5602d449-0952869c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f6d-5eff462d {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f70-5eff462d {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f73-5eff462d {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f76-5eff462d {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f79-5eff462d {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f7d-5eff462d {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f82-5eff462d {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f87-5eff462d {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f8c-5eff462d {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f91-5eff462d {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f96-5eff462d {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-bf13d722-c046-186e-3a7c-3bda93f16f84-5eff462d {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-bf13d722-c046-186e-3a7c-3bda93f16f89-5eff462d {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-bf13d722-c046-186e-3a7c-3bda93f16f8e-5eff462d {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-bf13d722-c046-186e-3a7c-3bda93f16f93-5eff462d {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-bf13d722-c046-186e-3a7c-3bda93f16f98-5eff462d {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-bf13d722-c046-186e-3a7c-3bda93f16f9d-5eff462d {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fbf-5eff462d {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fc4-5eff462d {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fc9-5eff462d {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fce-5eff462d {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fd3-5eff462d {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fd8-5eff462d {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fdf-5eff462d {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fe4-5eff462d {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fe9-5eff462d {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fee-5eff462d {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23ff3-5eff462d {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23ff8-5eff462d {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_526a9b0b-e5a2-e174-4a75-4cec81f48834-02db84f2 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#field.w-node-ec8274c6-6e0c-67c0-3396-1b4cec7e0d4f-38c1c5fb {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#field-2.w-node-_388b88d9-3d4a-b254-8dba-a736fe3d4330-38c1c5fb {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f6d-38c1c5fb {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f70-38c1c5fb {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f73-38c1c5fb {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f76-38c1c5fb {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f79-38c1c5fb {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f7d-38c1c5fb {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f82-38c1c5fb {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f87-38c1c5fb {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f8c-38c1c5fb {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f91-38c1c5fb {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f96-38c1c5fb {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f9d-38c1c5fb {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fa2-38c1c5fb {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fa7-38c1c5fb {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fac-38c1c5fb {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fb1-38c1c5fb {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fb8-38c1c5fb {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-bf13d722-c046-186e-3a7c-3bda93f16f84-38c1c5fb {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-bf13d722-c046-186e-3a7c-3bda93f16f89-38c1c5fb {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-bf13d722-c046-186e-3a7c-3bda93f16f8e-38c1c5fb {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-bf13d722-c046-186e-3a7c-3bda93f16f93-38c1c5fb {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-bf13d722-c046-186e-3a7c-3bda93f16f98-38c1c5fb {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-bf13d722-c046-186e-3a7c-3bda93f16f9d-38c1c5fb {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fbf-38c1c5fb {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fc4-38c1c5fb {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fc9-38c1c5fb {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fce-38c1c5fb {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fd3-38c1c5fb {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fd8-38c1c5fb {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fdf-38c1c5fb {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fe4-38c1c5fb {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fe9-38c1c5fb {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fee-38c1c5fb {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23ff3-38c1c5fb {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23ff8-38c1c5fb {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344db3-30d64b91 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344db6-30d64b91 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344db9-30d64b91 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344dbc-30d64b91 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344dbf-30d64b91 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344dc3-30d64b91 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344dc8-30d64b91 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344dcd-30d64b91 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344dd2-30d64b91 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344dd7-30d64b91 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344ddc-30d64b91 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344de3-30d64b91 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344de8-30d64b91 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344ded-30d64b91 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344df2-30d64b91 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344df7-30d64b91 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344dfc-30d64b91 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e03-30d64b91 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e08-30d64b91 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e0d-30d64b91 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e12-30d64b91 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e17-30d64b91 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e1c-30d64b91 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e23-30d64b91 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e28-30d64b91 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e2d-30d64b91 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e32-30d64b91 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e37-30d64b91 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e3c-30d64b91 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e43-30d64b91 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e48-30d64b91 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e4d-30d64b91 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e52-30d64b91 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e57-30d64b91 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e5c-30d64b91 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b8198d5e-25b4-0e6d-8212-141796c7c446-96f390a1 {
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
}

#w-node-b8198d5e-25b4-0e6d-8212-141796c7c471-96f390a1 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_9c95f775-f746-6100-284f-1f128c748ff9-58274034 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_9c95f775-f746-6100-284f-1f128c748ffe-58274034 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_9c95f775-f746-6100-284f-1f128c749003-58274034 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_9c95f775-f746-6100-284f-1f128c749008-58274034 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_9c95f775-f746-6100-284f-1f128c74900d-58274034 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-a5d2e6d5-5e82-5c38-652a-87b24e5a14bf-58274034 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-a5d2e6d5-5e82-5c38-652a-87b24e5a14c3-58274034 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-a5d2e6d5-5e82-5c38-652a-87b24e5a14c8-58274034 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-a5d2e6d5-5e82-5c38-652a-87b24e5a14cd-58274034 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-a5d2e6d5-5e82-5c38-652a-87b24e5a14d2-58274034 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-bb95d4cc-8a19-ee2c-d79a-5a3445a2e316-58274034 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-bb95d4cc-8a19-ee2c-d79a-5a3445a2e31a-58274034 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-bb95d4cc-8a19-ee2c-d79a-5a3445a2e31f-58274034 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-bb95d4cc-8a19-ee2c-d79a-5a3445a2e324-58274034 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-bb95d4cc-8a19-ee2c-d79a-5a3445a2e329-58274034 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_23be1429-6d30-1c68-b653-c60abc7d46b4-58274034 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_23be1429-6d30-1c68-b653-c60abc7d46b8-58274034 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_23be1429-6d30-1c68-b653-c60abc7d46bd-58274034 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_23be1429-6d30-1c68-b653-c60abc7d46c2-58274034 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_23be1429-6d30-1c68-b653-c60abc7d46c7-58274034 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-ddcef654-2fc1-66a0-3410-203f8e8e5d3c-8e8e5d3c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-b81590fb-56e1-6c82-bdd5-f9be5b7a07a0-b6274038 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-b81590fb-56e1-6c82-bdd5-f9be5b7a07a5-b6274038 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-b81590fb-56e1-6c82-bdd5-f9be5b7a07aa-b6274038 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-b81590fb-56e1-6c82-bdd5-f9be5b7a07af-b6274038 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-b81590fb-56e1-6c82-bdd5-f9be5b7a07b9-b6274038 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-dfcc65cc-a37c-f613-5486-cc27f483231a-b6274038 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-dfcc65cc-a37c-f613-5486-cc27f483231f-b6274038 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-dfcc65cc-a37c-f613-5486-cc27f4832324-b6274038 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-dfcc65cc-a37c-f613-5486-cc27f4832329-b6274038 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-dfcc65cc-a37c-f613-5486-cc27f483232e-b6274038 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_58370f3a-d00c-874f-7850-d851adf52503-b6274038 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_58370f3a-d00c-874f-7850-d851adf52508-b6274038 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_58370f3a-d00c-874f-7850-d851adf5250d-b6274038 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_58370f3a-d00c-874f-7850-d851adf52512-b6274038 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_58370f3a-d00c-874f-7850-d851adf52517-b6274038 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_423cb471-a8f8-bc7c-8cac-f33b51c4aecf-b6274038 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_423cb471-a8f8-bc7c-8cac-f33b51c4aed4-b6274038 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_423cb471-a8f8-bc7c-8cac-f33b51c4aed9-b6274038 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_423cb471-a8f8-bc7c-8cac-f33b51c4aede-b6274038 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_423cb471-a8f8-bc7c-8cac-f33b51c4aee3-b6274038 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-f8933cc6-3b1e-1ad7-882a-55c9c6da5f84-b6274038 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-f8933cc6-3b1e-1ad7-882a-55c9c6da5f89-b6274038 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-f8933cc6-3b1e-1ad7-882a-55c9c6da5f8e-b6274038 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-f8933cc6-3b1e-1ad7-882a-55c9c6da5f93-b6274038 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-f8933cc6-3b1e-1ad7-882a-55c9c6da5f98-b6274038 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_5e41e65b-16a0-451b-4246-2cdc03a68b0d-6b27403b {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_5e41e65b-16a0-451b-4246-2cdc03a68b11-6b27403b {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_5e41e65b-16a0-451b-4246-2cdc03a68b16-6b27403b {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_5e41e65b-16a0-451b-4246-2cdc03a68b1b-6b27403b {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_5e41e65b-16a0-451b-4246-2cdc03a68b20-6b27403b {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-e5e271fa-de93-193d-09d6-ae98564959e2-6b27403b {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-e5e271fa-de93-193d-09d6-ae98564959e6-6b27403b {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-e5e271fa-de93-193d-09d6-ae98564959eb-6b27403b {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-e5e271fa-de93-193d-09d6-ae98564959f0-6b27403b {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-e5e271fa-de93-193d-09d6-ae98564959f5-6b27403b {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-af308efb-d057-601c-110b-60b209a72178-6b27403b {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-af308efb-d057-601c-110b-60b209a7217c-6b27403b {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-af308efb-d057-601c-110b-60b209a72181-6b27403b {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-af308efb-d057-601c-110b-60b209a72186-6b27403b {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-af308efb-d057-601c-110b-60b209a7218b-6b27403b {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_45b3dfc8-fbb5-b978-fe08-3baaf822d2a0-6b27403b {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_45b3dfc8-fbb5-b978-fe08-3baaf822d2a4-6b27403b {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_45b3dfc8-fbb5-b978-fe08-3baaf822d2a9-6b27403b {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_45b3dfc8-fbb5-b978-fe08-3baaf822d2ae-6b27403b {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_45b3dfc8-fbb5-b978-fe08-3baaf822d2b3-6b27403b {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_2a854bf4-e90b-6535-a2e3-8f4d8437eee2-cb27403f {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_39f79a06-a164-44cc-9242-17a3ecbc377b-cb27403f {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_6ab8f254-f7a3-06e4-855f-787fb8693a37-cb27403f {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_3f40becf-5354-1f51-1b31-169b66e79b44-cb27403f {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-bcd9675a-c845-7632-6442-bb714665927a-cb27403f {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_5549d4f3-5f34-f052-abf4-e384512c8eca-cb27403f {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_8754ccb7-034c-5516-40f0-8bad67188af2-cb27403f {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_8754ccb7-034c-5516-40f0-8bad67188af7-cb27403f {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_8754ccb7-034c-5516-40f0-8bad67188afc-cb27403f {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_8754ccb7-034c-5516-40f0-8bad67188b01-cb27403f {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_8754ccb7-034c-5516-40f0-8bad67188b06-cb27403f {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_8754ccb7-034c-5516-40f0-8bad67188b0b-cb27403f {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_6c3f9bf9-02b1-02d1-abef-4212aef05c20-cb27403f {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_6c3f9bf9-02b1-02d1-abef-4212aef05c25-cb27403f {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_6c3f9bf9-02b1-02d1-abef-4212aef05c2a-cb27403f {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_6c3f9bf9-02b1-02d1-abef-4212aef05c2f-cb27403f {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_6c3f9bf9-02b1-02d1-abef-4212aef05c34-cb27403f {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_6c3f9bf9-02b1-02d1-abef-4212aef05c39-cb27403f {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_1f9adae0-de2d-0e07-9639-69ae44df72d8-cb27403f {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_1f9adae0-de2d-0e07-9639-69ae44df72dd-cb27403f {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_1f9adae0-de2d-0e07-9639-69ae44df72e2-cb27403f {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_1f9adae0-de2d-0e07-9639-69ae44df72e7-cb27403f {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_1f9adae0-de2d-0e07-9639-69ae44df72ec-cb27403f {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_1f9adae0-de2d-0e07-9639-69ae44df72f1-cb27403f {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f7d-45274049 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f82-45274049 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f87-45274049 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f8c-45274049 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f91-45274049 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f96-45274049 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f9d-45274049 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fa2-45274049 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fa7-45274049 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fac-45274049 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fb1-45274049 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fb8-45274049 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-bf13d722-c046-186e-3a7c-3bda93f16f84-45274049 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-bf13d722-c046-186e-3a7c-3bda93f16f89-45274049 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-bf13d722-c046-186e-3a7c-3bda93f16f8e-45274049 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-bf13d722-c046-186e-3a7c-3bda93f16f93-45274049 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-bf13d722-c046-186e-3a7c-3bda93f16f98-45274049 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-bf13d722-c046-186e-3a7c-3bda93f16f9d-45274049 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fbf-45274049 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fc4-45274049 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fc9-45274049 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fce-45274049 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fd3-45274049 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fd8-45274049 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fdf-45274049 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fe4-45274049 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fe9-45274049 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fee-45274049 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23ff3-45274049 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23ff8-45274049 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_7fd7e54d-a397-35dd-f69b-1e6fa84986cf-40274055 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_7fd7e54d-a397-35dd-f69b-1e6fa84986d3-40274055 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_7fd7e54d-a397-35dd-f69b-1e6fa84986d8-40274055 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_7fd7e54d-a397-35dd-f69b-1e6fa84986dd-40274055 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_7fd7e54d-a397-35dd-f69b-1e6fa84986e2-40274055 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_68652fe3-89a4-16ee-b635-b7e24e442d60-40274055 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_68652fe3-89a4-16ee-b635-b7e24e442d64-40274055 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_68652fe3-89a4-16ee-b635-b7e24e442d69-40274055 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_68652fe3-89a4-16ee-b635-b7e24e442d6e-40274055 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_68652fe3-89a4-16ee-b635-b7e24e442d73-40274055 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_80505b4d-2ca2-7a8e-f00c-920e04258af9-40274055 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_80505b4d-2ca2-7a8e-f00c-920e04258afd-40274055 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_80505b4d-2ca2-7a8e-f00c-920e04258b02-40274055 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_80505b4d-2ca2-7a8e-f00c-920e04258b07-40274055 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_80505b4d-2ca2-7a8e-f00c-920e04258b0c-40274055 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_9f89f3ad-3088-2a7b-25b1-2fa75e87ebd4-09274056 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_88c6d08b-2869-b058-9bf1-4aa59af83592-9af8358a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_88c6d08b-2869-b058-9bf1-4aa59af8359d-9af8358a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-bf4cc47a-2207-09bb-fec0-fcf3a1db3719-cd274058 {
    -webkit-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline;
  }

  #w-node-bf4cc47a-2207-09bb-fec0-fcf3a1db3734-cd274058 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_9f89f3ad-3088-2a7b-25b1-2fa75e87ebd4-9527407e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-b81590fb-56e1-6c82-bdd5-f9be5b7a07a0-432740a9 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-b81590fb-56e1-6c82-bdd5-f9be5b7a07a5-432740a9 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-b81590fb-56e1-6c82-bdd5-f9be5b7a07aa-432740a9 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-b81590fb-56e1-6c82-bdd5-f9be5b7a07af-432740a9 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-b81590fb-56e1-6c82-bdd5-f9be5b7a07b9-432740a9 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_9e54c278-af60-87f9-078c-2b4d2ab8abb5-432740a9 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_9e54c278-af60-87f9-078c-2b4d2ab8abba-432740a9 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_9e54c278-af60-87f9-078c-2b4d2ab8abbf-432740a9 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_9e54c278-af60-87f9-078c-2b4d2ab8abc4-432740a9 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_9e54c278-af60-87f9-078c-2b4d2ab8abc9-432740a9 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_61efd531-a893-8f9d-9282-da65c0b66366-432740a9 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_61efd531-a893-8f9d-9282-da65c0b6636b-432740a9 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_61efd531-a893-8f9d-9282-da65c0b66370-432740a9 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_61efd531-a893-8f9d-9282-da65c0b66375-432740a9 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_61efd531-a893-8f9d-9282-da65c0b6637a-432740a9 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f7d-48e75289 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f82-48e75289 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f87-48e75289 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f8c-48e75289 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f91-48e75289 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f96-48e75289 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f9d-48e75289 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fa2-48e75289 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fa7-48e75289 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fac-48e75289 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fb1-48e75289 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fb8-48e75289 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-bf13d722-c046-186e-3a7c-3bda93f16f84-48e75289 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-bf13d722-c046-186e-3a7c-3bda93f16f89-48e75289 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-bf13d722-c046-186e-3a7c-3bda93f16f8e-48e75289 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-bf13d722-c046-186e-3a7c-3bda93f16f93-48e75289 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-bf13d722-c046-186e-3a7c-3bda93f16f98-48e75289 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-bf13d722-c046-186e-3a7c-3bda93f16f9d-48e75289 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fbf-48e75289 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fc4-48e75289 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fc9-48e75289 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fce-48e75289 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fd3-48e75289 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fd8-48e75289 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fdf-48e75289 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fe4-48e75289 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fe9-48e75289 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fee-48e75289 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23ff3-48e75289 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23ff8-48e75289 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_9c95f775-f746-6100-284f-1f128c748ff9-7e601058 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_9c95f775-f746-6100-284f-1f128c748ffe-7e601058 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_9c95f775-f746-6100-284f-1f128c749003-7e601058 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_9c95f775-f746-6100-284f-1f128c749008-7e601058 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_9c95f775-f746-6100-284f-1f128c74900d-7e601058 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_977b4551-3055-7df9-7505-e367890d7669-7e601058 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_977b4551-3055-7df9-7505-e367890d766d-7e601058 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_977b4551-3055-7df9-7505-e367890d7672-7e601058 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_977b4551-3055-7df9-7505-e367890d7677-7e601058 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_977b4551-3055-7df9-7505-e367890d767c-7e601058 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_8e6fe44c-49aa-6490-3ed1-08ada9a926f8-7e601058 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_8e6fe44c-49aa-6490-3ed1-08ada9a926fc-7e601058 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_8e6fe44c-49aa-6490-3ed1-08ada9a92701-7e601058 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_8e6fe44c-49aa-6490-3ed1-08ada9a92706-7e601058 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_8e6fe44c-49aa-6490-3ed1-08ada9a9270b-7e601058 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_9224f3cf-25f8-2fa9-af74-14561ab82920-7e601058 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_9224f3cf-25f8-2fa9-af74-14561ab82924-7e601058 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_9224f3cf-25f8-2fa9-af74-14561ab82929-7e601058 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_9224f3cf-25f8-2fa9-af74-14561ab8292e-7e601058 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_9224f3cf-25f8-2fa9-af74-14561ab82933-7e601058 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_9c95f775-f746-6100-284f-1f128c748ffe-111e7106 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_9c95f775-f746-6100-284f-1f128c749003-111e7106 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_9c95f775-f746-6100-284f-1f128c74900d-111e7106 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-b5e0cd66-0afd-571b-4503-2e049871b316-111e7106 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-b5e0cd66-0afd-571b-4503-2e049871b31b-111e7106 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-b5e0cd66-0afd-571b-4503-2e049871b320-111e7106 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-e075f6ba-7ce8-c952-1ed0-743a5602d43f-111e7106 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-e075f6ba-7ce8-c952-1ed0-743a5602d444-111e7106 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-e075f6ba-7ce8-c952-1ed0-743a5602d449-111e7106 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_9c95f775-f746-6100-284f-1f128c748ffe-0952869c {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_9c95f775-f746-6100-284f-1f128c749003-0952869c {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_9c95f775-f746-6100-284f-1f128c74900d-0952869c {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-b5e0cd66-0afd-571b-4503-2e049871b316-0952869c {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-b5e0cd66-0afd-571b-4503-2e049871b31b-0952869c {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-b5e0cd66-0afd-571b-4503-2e049871b320-0952869c {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-e075f6ba-7ce8-c952-1ed0-743a5602d43f-0952869c {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-e075f6ba-7ce8-c952-1ed0-743a5602d444-0952869c {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-e075f6ba-7ce8-c952-1ed0-743a5602d449-0952869c {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f7d-5eff462d {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f82-5eff462d {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f87-5eff462d {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f8c-5eff462d {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f91-5eff462d {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f96-5eff462d {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-bf13d722-c046-186e-3a7c-3bda93f16f84-5eff462d {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-bf13d722-c046-186e-3a7c-3bda93f16f89-5eff462d {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-bf13d722-c046-186e-3a7c-3bda93f16f8e-5eff462d {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-bf13d722-c046-186e-3a7c-3bda93f16f93-5eff462d {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-bf13d722-c046-186e-3a7c-3bda93f16f98-5eff462d {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-bf13d722-c046-186e-3a7c-3bda93f16f9d-5eff462d {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fbf-5eff462d {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fc4-5eff462d {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fc9-5eff462d {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fce-5eff462d {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fd3-5eff462d {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fd8-5eff462d {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fdf-5eff462d {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fe4-5eff462d {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fe9-5eff462d {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fee-5eff462d {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23ff3-5eff462d {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23ff8-5eff462d {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f7d-38c1c5fb {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f82-38c1c5fb {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f87-38c1c5fb {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f8c-38c1c5fb {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f91-38c1c5fb {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f96-38c1c5fb {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f9d-38c1c5fb {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fa2-38c1c5fb {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fa7-38c1c5fb {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fac-38c1c5fb {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fb1-38c1c5fb {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fb8-38c1c5fb {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-bf13d722-c046-186e-3a7c-3bda93f16f84-38c1c5fb {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-bf13d722-c046-186e-3a7c-3bda93f16f89-38c1c5fb {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-bf13d722-c046-186e-3a7c-3bda93f16f8e-38c1c5fb {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-bf13d722-c046-186e-3a7c-3bda93f16f93-38c1c5fb {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-bf13d722-c046-186e-3a7c-3bda93f16f98-38c1c5fb {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-bf13d722-c046-186e-3a7c-3bda93f16f9d-38c1c5fb {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fbf-38c1c5fb {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fc4-38c1c5fb {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fc9-38c1c5fb {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fce-38c1c5fb {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fd3-38c1c5fb {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fd8-38c1c5fb {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fdf-38c1c5fb {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fe4-38c1c5fb {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fe9-38c1c5fb {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fee-38c1c5fb {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23ff3-38c1c5fb {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23ff8-38c1c5fb {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344dc3-30d64b91 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344dc8-30d64b91 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344dcd-30d64b91 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344dd2-30d64b91 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344dd7-30d64b91 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344ddc-30d64b91 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344de3-30d64b91 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344de8-30d64b91 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344ded-30d64b91 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344df2-30d64b91 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344df7-30d64b91 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344dfc-30d64b91 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e03-30d64b91 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e08-30d64b91 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e0d-30d64b91 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e12-30d64b91 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e17-30d64b91 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e1c-30d64b91 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e23-30d64b91 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e28-30d64b91 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e2d-30d64b91 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e32-30d64b91 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e37-30d64b91 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e3c-30d64b91 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e43-30d64b91 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e48-30d64b91 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e4d-30d64b91 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e52-30d64b91 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e57-30d64b91 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e5c-30d64b91 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-b8198d5e-25b4-0e6d-8212-141796c7c446-96f390a1 {
    -webkit-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline;
  }

  #w-node-b8198d5e-25b4-0e6d-8212-141796c7c471-96f390a1 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9befe05d-2f8f-d705-0e19-f55ebeca60ef-5a27402e {
    -ms-grid-column-align: end;
    justify-self: end;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_179855cc-b961-6c07-2ca5-de22e8edad30-e8edad30 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_6140f0e3-5769-7be2-9d75-02111c43034b-f9274035 {
    -ms-grid-column-align: end;
    justify-self: end;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-e5b15211-f232-3d54-d29f-8f74ed7e0bfb-09274056 {
    -ms-grid-column-align: end;
    justify-self: end;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_149d4ccb-e87c-fa6b-3817-9cb1a4dc5714-9527407e {
    -ms-grid-column-align: end;
    justify-self: end;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-b7ac2f7e-0157-83fe-afb6-cdab6168581f-61685816 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_93f59c0c-f23f-b46f-8334-ea1301a48c89-29c3a8fd {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_93f59c0c-f23f-b46f-8334-ea1301a48c89-02db84f2 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_179855cc-b961-6c07-2ca5-de22e8edad30-e8edad30 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_69f53b13-6c0f-7402-7ed7-b185f62dcbde-451ec52d {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_88c6d08b-2869-b058-9bf1-4aa59af83592-9af8358a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_88c6d08b-2869-b058-9bf1-4aa59af8359d-9af8358a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_93f59c0c-f23f-b46f-8334-ea1301a48c89-29c3a8fd {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_93f59c0c-f23f-b46f-8334-ea1301a48c89-02db84f2 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

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