:root {
  --color: #0f4c81;
  --highlight: orange;
  --border: #e4e4e4;
  --black: black;
  --white: white;
  --light: #e9e9e9;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Fira Sans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Fira Sans, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Fira Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Fira Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Fira Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Fira Sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
  font-family: Fira Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.checkout-link {
  color: #0f4c81;
  text-decoration: none;
}

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

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

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

.rl-styleguide_nav {
  z-index: 1000;
  background-color: #000;
  border-radius: .75rem;
  margin-top: 1rem;
  padding: .5rem;
  position: sticky;
  top: 1rem;
}

.rl-styleguide_nav-link {
  color: #fff;
  border-radius: .25rem;
  padding: .5rem 1rem;
  text-decoration: none;
}

.rl-styleguide_nav-link.w--current {
  color: #000;
  background-color: #fff;
}

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.margin-bottom, .margin-bottom.margin-small, .margin-bottom.margin-0, .margin-bottom.margin-tiny, .margin-bottom.margin-xxsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xsmall {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.margin-bottom.margin-medium, .margin-bottom.margin-large, .margin-bottom.margin-xlarge, .margin-bottom.margin-xxlarge, .margin-bottom.margin-huge, .margin-bottom.margin-xhuge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-custom1, .margin-bottom.margin-custom2, .margin-bottom.margin-custom3 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.heading-style-h6.text-color-primary {
  margin-top: 0;
  margin-bottom: 0;
}

.rl-styleguide_button-row {
  grid-column-gap: 1rem;
  display: flex;
}

.button {
  background-color: var(--color);
  color: #fff;
  text-align: center;
  border: 1px #000;
  border-radius: 5px;
  align-self: auto;
  width: auto;
  padding: .75rem 2.3rem;
  font-family: Fira Sans, sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s cubic-bezier(.596, .106, .848, .375);
}

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

.button.is-secondary {
  border-style: solid;
  border-color: var(--color);
  border-width: 1px;
  background-color: var(--border);
  color: var(--color);
}

.button.is-secondary:hover {
  color: var(--black);
  background-color: #818181;
  border-style: none;
}

.button.is-secondary.is-alternate {
  color: #fff;
  vertical-align: baseline;
  background-color: #0000;
}

.button.is-secondary.is-alternate:hover {
  background-color: var(--highlight);
  border-style: none;
}

.button.is-secondary.is-icon {
  background-color: #fff;
}

.button.is-secondary.is-icon:hover {
  background-color: #fff;
  border-style: solid;
}

.button.is-secondary.checkout {
  color: #d12923;
  background-color: #e4e4e400;
  border-style: solid;
  border-width: 2px;
  border-color: #d12923;
  line-height: 1;
}

.button.is-secondary.checkout:hover {
  color: var(--white);
  background-color: #d12923;
}

.button.calc-total {
  color: #0f4c81;
  background-color: #fff;
  border-style: solid;
  border-color: #0f4c81;
  border-width: 2px;
  padding: .25rem 0;
  line-height: 1;
}

.button.calc-total:hover {
  background-color: var(--highlight);
  color: #fff;
  border-style: solid;
  border-color: var(--highlight);
}

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

.button.is-small.is-icon-only {
  padding-left: .5rem;
  padding-right: .5rem;
}

.button.is-tertiary {
  color: #000;
  background-color: #0000;
  border-color: #0000;
}

.button.is-link {
  color: #000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-alternate {
  color: #fff;
  background-color: #0000;
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button.is-link.is-icon:hover {
  color: var(--color);
}

.button.is-alternate {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.button.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button.is-icon-only {
  padding-left: .75rem;
  padding-right: .75rem;
}

.button.max-width-full {
  padding: .95rem 2.3rem;
}

.button.checkout {
  padding: 1.35rem 3.6rem;
  font-size: 1rem;
}

.button.is-outline {
  border-style: solid;
  border-color: var(--color);
  color: var(--color);
  background-color: #0f4c8100;
}

.button.is-outline:hover {
  color: var(--white);
  background-color: #082c4b;
}

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

.rl-styleguide_heading {
  z-index: 4;
  color: #000;
  margin-bottom: 1.5rem;
  padding: .25rem .5rem;
  font-size: 3.5rem;
  font-weight: 700;
}

.rl-styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

.rl-styleguide_subheading {
  z-index: 3;
  color: #000;
  background-color: #eee;
  border-radius: .75rem;
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.rl-styleguide_subheading-small {
  font-size: 1rem;
  font-weight: 400;
}

.rl-styleguide_item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.rl-styleguide_item-row.is-button-row {
  grid-template-columns: 19rem 1fr;
}

.rl-styleguide_label {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #ebeffa;
  padding: .25rem .5rem;
  font-family: Fira Sans, sans-serif;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide_label.is-html-tag {
  color: #bb4198;
  background-color: #f9eff6;
}

.heading-style-h1 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h1.text-color-alternate {
  text-align: center;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h3 {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h3.text-color-primary {
  color: var(--color);
}

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

.heading-style-h4.text-color-primary {
  color: var(--color);
  margin-top: 0;
  margin-bottom: 0;
}

.heading-style-h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-style-h5.text-color-primary {
  color: var(--color);
  margin-top: 0;
  margin-bottom: 0;
}

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

.heading-style-h5.text-align-center.text-color-primary {
  margin-top: 20px;
  margin-bottom: 10px;
}

.heading-style-h5.price {
  color: var(--color);
  margin-top: 14px;
  margin-bottom: 0;
}

.text-size-large {
  font-family: Fira Sans, sans-serif;
  font-size: 1.25rem;
}

.text-size-large.text-weight-semibold.text-color-primary {
  color: var(--color);
}

.text-size-medium {
  align-self: auto;
  font-family: Fira Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  text-decoration: none;
}

.text-size-medium:hover {
  border-bottom: 1px none var(--white);
}

.text-size-medium.text-weight-bold {
  color: #333;
  align-self: auto;
}

.text-size-medium.text-weight-bold.text-color-primary {
  color: var(--color);
}

.text-size-medium.text-weight-bold.text-color-white {
  color: var(--white);
}

.text-size-regular {
  align-self: auto;
  margin-bottom: 0;
  font-family: Fira Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  overflow: hidden;
}

.text-size-regular.align-center {
  text-align: center;
  font-family: Fira Sans, sans-serif;
  line-height: 1.4;
}

.text-size-regular.hide-on-desktop {
  display: none;
}

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

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

.text-weight-xbold {
  font-family: Fira Sans, sans-serif;
  font-weight: 800;
}

.text-weight-bold {
  font-family: Fira Sans, sans-serif;
  font-weight: 700;
}

.text-weight-semibold {
  font-family: Fira Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

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

.text-weight-medium {
  font-family: Fira Sans, sans-serif;
  font-weight: 500;
}

.text-weight-normal {
  font-family: Fira Sans, sans-serif;
  font-weight: 400;
}

.text-weight-light {
  font-family: Fira Sans, sans-serif;
  font-weight: 300;
}

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

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

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

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

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

.text-style-link {
  color: var(--color);
  font-family: Fira Sans, sans-serif;
  text-decoration: none;
}

.text-style-link:hover {
  font-family: Fira Sans, sans-serif;
  font-weight: 800;
}

.text-style-link.text-weight-medium {
  transition: all .3s linear;
}

.text-style-link.text-weight-medium:hover {
  text-decoration: underline;
}

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

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

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

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

.rl-styleguide_callout-link_colors {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  border-radius: .75rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding: 1px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.rl-styleguide_callout-link-wrapper-colors {
  background-image: linear-gradient(135deg, #ff744826, #ff484826 50%, #6248ff26), linear-gradient(#fff, #fff);
  border-radius: .6875rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .75rem 1rem;
  display: flex;
}

.rl-styleguide_callout-heading-wrapper {
  font-size: 1.25rem;
  font-weight: 600;
}

.rl-styleguide_background-color-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

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

.rl-styleguide_color-spacer {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

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

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

.background-color-secondary {
  background-color: #eee;
}

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

.background-color-alternative {
  background-color: #000;
}

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

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

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

.text-color-secondary {
  color: var(--border);
}

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

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

.shadow-xxsmall {
  box-shadow: 0 1px 2px #0000000d;
}

.rl-styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.shadow-xsmall {
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

.shadow-small {
  box-shadow: 0 4px 8px -2px #0000001a, 0 2px 4px -2px #0000000f;
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #00000008;
}

.shadow-large {
  box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #00000008;
}

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px #0000002e;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px #00000024;
}

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

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

.button-group.is-right {
  justify-content: flex-end;
  align-items: flex-end;
}

.form_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.class-label-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_field-wrapper {
  position: relative;
}

.form_field-label {
  color: var(--color);
  margin-bottom: 0;
  font-family: Fira Sans, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
}

.form_input {
  border: 1px solid var(--border);
  color: #000;
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .35rem;
  font-family: Fira Sans, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  display: block;
}

.form_input:focus {
  border-color: #000;
}

.form_input::placeholder {
  color: #0009;
}

.form_input.is-text-area {
  height: auto;
  min-height: 92%;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form_input.is-select-input {
  border-color: var(--border);
  background-image: none;
  margin-top: 6px;
}

.form_input.is-quantity-input {
  border-color: var(--border);
  width: 4rem;
  margin-top: 6px;
}

.form_input.is-quantity-input::placeholder {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

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

.form_checkbox-icon {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form_checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form_checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.form_checkbox-label {
  margin-bottom: 0;
}

.form_radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.form_radio-icon {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form_radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.form_radio-label {
  margin-bottom: 0;
}

.form_message-success-wrapper {
  padding: 0;
}

.form_message-success {
  color: #027a48;
  background-color: #ecfdf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.form_message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.form_message-error {
  color: #b42318;
  background-color: #fef3f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.rl-styleguide_icons-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.rl-styleguide_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 1rem;
  display: grid;
}

.rl-styleguide_item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

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

.icon-height-xsmall {
  height: 1.5rem;
}

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

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

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

.icon-height-xlarge {
  height: 6.5rem;
}

.icon-height-custom1 {
  height: 1.25rem;
}

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

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

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

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

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

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.icon-1x1-custom1 {
  width: 1.25rem;
  height: 1.25rem;
}

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

.icon-embed-small {
  color: var(--color);
  border: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  text-decoration: none;
  display: flex;
}

.icon-embed-small.arrow {
  color: #0f4c81;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: none;
}

.icon-embed-small.user, .icon-embed-small.text-color-secondary {
  color: var(--color);
}

.icon-embed-small.text-color-light {
  color: #0f4c81a8;
}

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

.icon-embed-medium.text-color-primary {
  position: absolute;
  inset: 3% 3% auto auto;
}

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

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

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

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: #eee;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

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

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

.rl-styleguide_spacing {
  border: 1px dashed #000;
}

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

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

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

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

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

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

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

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

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

.max-width-xsmall {
  align-self: center;
  width: 100%;
  max-width: 25rem;
}

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

.padding-bottom, .padding-bottom.padding-0, .padding-bottom.padding-tiny, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xsmall, .padding-bottom.padding-small, .padding-bottom.padding-medium, .padding-bottom.padding-large, .padding-bottom.padding-xlarge, .padding-bottom.padding-xxlarge, .padding-bottom.padding-huge, .padding-bottom.padding-xhuge, .padding-bottom.padding-xxhuge, .padding-bottom.padding-custom1, .padding-bottom.padding-custom2, .padding-bottom.padding-custom3 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-top, .padding-top.padding-0, .padding-top.padding-tiny, .padding-top.padding-xxsmall, .padding-top.padding-xsmall, .padding-top.padding-small, .padding-top.padding-medium, .padding-top.padding-large, .padding-top.padding-xlarge, .padding-top.padding-xxlarge, .padding-top.padding-huge, .padding-top.padding-xhuge, .padding-top.padding-xxhuge, .padding-top.padding-custom1, .padding-top.padding-custom2, .padding-top.padding-custom3 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical, .padding-vertical.padding-0, .padding-vertical.padding-tiny, .padding-vertical.padding-xxsmall, .padding-vertical.padding-xsmall, .padding-vertical.padding-small, .padding-vertical.padding-medium, .padding-vertical.padding-large, .padding-vertical.padding-xlarge, .padding-vertical.padding-xxlarge, .padding-vertical.padding-huge, .padding-vertical.padding-xhuge, .padding-vertical.padding-xxhuge, .padding-vertical.padding-custom1, .padding-vertical.padding-custom2, .padding-vertical.padding-custom3 {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal, .padding-horizontal.padding-0, .padding-horizontal.padding-tiny, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-small, .padding-horizontal.padding-medium, .padding-horizontal.padding-large, .padding-horizontal.padding-xlarge, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-huge, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-custom1, .padding-horizontal.padding-custom2, .padding-horizontal.padding-custom3 {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-left, .padding-left.padding-0, .padding-left.padding-tiny, .padding-left.padding-xxsmall, .padding-left.padding-xsmall, .padding-left.padding-small, .padding-left.padding-medium, .padding-left.padding-large, .padding-left.padding-xlarge, .padding-left.padding-xxlarge, .padding-left.padding-huge, .padding-left.padding-xhuge, .padding-left.padding-xxhuge, .padding-left.padding-custom1, .padding-left.padding-custom2, .padding-left.padding-custom3 {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right, .padding-right.padding-0, .padding-right.padding-tiny, .padding-right.padding-xxsmall, .padding-right.padding-xsmall, .padding-right.padding-small, .padding-right.padding-medium, .padding-right.padding-large, .padding-right.padding-xlarge, .padding-right.padding-xxlarge, .padding-right.padding-huge, .padding-right.padding-xhuge, .padding-right.padding-xxhuge, .padding-right.padding-custom1, .padding-right.padding-custom2, .padding-right.padding-custom3 {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-0 {
  padding: 0;
}

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

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

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

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

.margin-top.margin-tiny {
  margin: .75rem 0 0;
}

.margin-top.margin-xxsmall, .margin-top.margin-xsmall, .margin-top.margin-small, .margin-top.margin-medium, .margin-top.margin-large, .margin-top.margin-xlarge, .margin-top.margin-xxlarge, .margin-top.margin-huge, .margin-top.margin-xhuge, .margin-top.margin-xxhuge, .margin-top.margin-custom1, .margin-top.margin-custom2, .margin-top.margin-custom3 {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-vertical, .margin-vertical.margin-0, .margin-vertical.margin-tiny, .margin-vertical.margin-xxsmall, .margin-vertical.margin-xsmall, .margin-vertical.margin-small, .margin-vertical.margin-medium, .margin-vertical.margin-large, .margin-vertical.margin-xlarge, .margin-vertical.margin-xxlarge, .margin-vertical.margin-huge, .margin-vertical.margin-xhuge, .margin-vertical.margin-xxhuge, .margin-vertical.margin-custom1, .margin-vertical.margin-custom2, .margin-vertical.margin-custom3 {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal, .margin-horizontal.margin-0, .margin-horizontal.margin-tiny, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-small, .margin-horizontal.margin-medium, .margin-horizontal.margin-large, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-xxlarge, .margin-horizontal.margin-huge, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-xxhuge, .margin-horizontal.margin-custom1, .margin-horizontal.margin-custom2, .margin-horizontal.margin-custom3 {
  margin-top: 0;
  margin-bottom: 0;
}

.margin-left, .margin-left.margin-0, .margin-left.margin-tiny, .margin-left.margin-xxsmall, .margin-left.margin-xsmall, .margin-left.margin-small, .margin-left.margin-medium, .margin-left.margin-large, .margin-left.margin-xlarge, .margin-left.margin-xxlarge, .margin-left.margin-huge, .margin-left.margin-xhuge, .margin-left.margin-xxhuge, .margin-left.margin-custom1, .margin-left.margin-custom2, .margin-left.margin-custom3 {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right, .margin-right.margin-0, .margin-right.margin-tiny, .margin-right.margin-xxsmall, .margin-right.margin-xsmall, .margin-right.margin-small, .margin-right.margin-medium, .margin-right.margin-large, .margin-right.margin-xlarge, .margin-right.margin-xxlarge, .margin-right.margin-huge, .margin-right.margin-xhuge, .margin-right.margin-xxhuge, .margin-right.margin-custom1, .margin-right.margin-custom2, .margin-right.margin-custom3 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-0 {
  margin: 0;
}

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

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

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-xsmall {
  width: 100%;
  padding-top: 1rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1.5rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.spacer-large {
  width: 100%;
  padding-top: 3rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 7rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 10rem;
}

.rl-styleguide_spacing-all, .hide {
  display: none;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-auto {
  overflow: auto;
}

.overflow-scroll {
  overflow: scroll;
}

.pointer-events-auto {
  pointer-events: auto;
}

.pointer-events-none {
  pointer-events: none;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

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

.align-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

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

.aspect-ratio-square {
  aspect-ratio: 1;
}

.rl-styleguide_ratio-bg {
  z-index: -1;
  background-color: #eee;
  min-width: 3rem;
  height: 100%;
  position: relative;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
}

.navbar_component {
  border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .375fr 1fr .375fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.navbar_button-wrapper {
  grid-column-gap: 1rem;
  margin-left: 0;
  display: flex;
}

.section_home_hero-header {
  position: relative;
}

.home_logo-list_component {
  display: flex;
  overflow: hidden;
}

.home_logo-list_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  white-space: nowrap;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center start;
  margin-right: 0;
  display: grid;
}

.home_logo-list_wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.home_logo-list_logo {
  width: 100%;
  height: auto;
  padding-left: 1.1rem;
  padding-right: 1.1rem;
}

.ecommerce-products-list-_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  display: grid;
}

.home_ecommerce-products-list-1_heading {
  flex: 1;
}

.ecommerce-products-list_component {
  background-color: #0000;
  flex-flow: column;
  align-items: stretch;
  width: 100%;
  height: auto;
  padding-bottom: 3.8rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ecommerce-products-list_component.hidden {
  display: none;
}

.ecommerce-products-list_mask {
  flex: auto;
  order: 0;
  width: 25%;
  height: 100%;
  overflow: visible;
}

.ecommerce-products-list_slide {
  vertical-align: baseline;
  padding-right: 2rem;
  overflow: visible;
}

.ecommerce-products_card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 1px solid var(--border);
  background-color: var(--white);
  text-align: center;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 1.3rem;
  transition: all .2s cubic-bezier(.55, .085, .68, .53);
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.ecommerce-products_card:hover {
  border-width: 2.5px;
  border-color: var(--highlight);
}

.ecommerce-products_card.list-view {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--border);
  box-shadow: none;
  border-radius: 0;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
}

.home_ecommerce-products-list-1_image-link {
  display: block;
}

.home_ecommerce-products-list-1_image-link.list-view {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  text-align: left;
  justify-content: flex-start;
  text-decoration: none;
  display: flex;
}

.ecommerce-products-list_image-wrapper {
  aspect-ratio: auto;
  width: 100%;
  height: 10rem;
  overflow: visible;
}

.ecommerce-products-list_image-wrapper.list-view {
  aspect-ratio: auto;
  width: 200px;
  height: 200px;
}

.ecommerce-products-list_image {
  aspect-ratio: auto;
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
}

.ecommerce-products-list_left {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: stretch;
  display: flex;
}

.ecommerce-products-list_left.list-viw {
  color: var(--black);
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
}

.ecommerce-products-list-1_arrow {
  background-color: var(--color);
  border-style: solid;
  border-width: 1px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: all .3s cubic-bezier(.55, .055, .675, .19);
  display: flex;
  inset: auto 0% 0% auto;
}

.ecommerce-products-list-1_arrow:hover {
  background-color: var(--highlight);
}

.ecommerce-products-list-1_arrow.left {
  width: 3rem;
  height: 3rem;
  right: 4rem;
}

.home_ecommerce-products-list-1_arrow-icon {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.ecommerce-products-list-1_slide-nav {
  font-size: .5rem;
  display: block;
  position: absolute;
  inset: auto auto 0% 0%;
}

.home_feature_component {
  grid-column-gap: 1rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

.footer_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  border: 1px #000;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: start;
  padding: 3rem 0;
}

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

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

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.footer_menu-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.footer9_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.footer_link {
  color: var(--white);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1rem;
  text-decoration: none;
}

.footer9_social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--white);
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.footer_bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.footer_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.footer9_legal-link {
  color: var(--\<unknown\|relume-variable-link-color-1\>);
  font-size: .875rem;
  text-decoration: underline;
}

.mega-menu_menu-dropdown {
  color: var(--white);
  padding-left: 0;
  padding-right: 0;
  position: static;
}

.mega-menu_dropdown-toggle {
  grid-column-gap: .5rem;
  color: var(--white);
  flex-flow: column;
  align-items: center;
  padding: 0;
  display: flex;
}

.mega-menu_dropdown-toggle.hide-on-desktop-and-tablet {
  display: none;
}

.mega-menu_item-text {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  border-top: 1px solid var(--border);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 10px;
  display: flex;
}

.mega-menu-button {
  padding: 0;
}

.navbar-user-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
}

.nav-icon {
  color: var(--color);
  transition: all .3s;
}

.nav-icon:hover {
  color: var(--highlight);
}

.nav-icon.hide-mobile-landscape {
  cursor: pointer;
}

.hero-slider {
  height: 60vh;
}

.side-nav {
  display: none;
  overflow: hidden;
}

.hero-slider_wrapper {
  background-image: linear-gradient(#00000080, #00000080), url('../images/RAW-20th-Anniversary-Papers-Slider-1.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.hero-slider_wrapper.slider2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Elements-Prism-Tips-Slider-1.png');
}

.hero-slider_wrapper.slider3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/RAW-Lighters-and-Accessories-Category-Slider.png');
}

.hero-slider-content-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.padding-section-tiny {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.section.background-watermark {
  background-image: url('../images/Layer-1.png');
  background-position: 50%;
  background-size: auto;
}

.section.background-watermark.overflow-hidden {
  width: 100%;
}

.section.background-image {
  background-image: url('../images/white_arrow_right.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.background-color-smoke {
  background-image: url('../images/login-background-new.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100vh;
  padding: 10.3rem;
  display: flex;
}

.section.background-color-secondary {
  background-color: #f8f8f8;
}

.category-image-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.category-image-wrapper._4-col-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.location-info {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-xtiny {
  padding-left: 1.3rem;
  padding-right: 1.3rem;
}

.image {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.favorite-icon-wrapper {
  justify-content: flex-end;
  display: flex;
}

.mega-menu_accordion {
  border: 1px #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.mega-menu_question {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
}

.user_icon-wrappper {
  align-self: center;
  width: 2rem;
  display: flex;
}

.mega-menu_answer {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.mega-menu-link {
  color: var(--black);
  font-size: .875rem;
  text-decoration: none;
}

.mega-menu-link:hover {
  color: var(--black);
}

.mega-menu-compnent {
  z-index: auto;
  background-color: var(--color);
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.mega-menu-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.mega-menu {
  grid-column-gap: 2.2rem;
  grid-row-gap: 2.2rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  display: flex;
  position: relative;
}

.menu-underline {
  background-color: var(--white);
  align-self: flex-start;
  width: auto;
  height: 1px;
  margin-top: 6px;
  padding-top: 0;
}

.mobile_nav_component {
  display: none;
}

.text-size-samll {
  color: var(--black);
  text-decoration: none;
}

.text-size-samll.text-weight-light {
  color: var(--black);
  transition: all .2s;
}

.text-size-samll.text-weight-light:hover {
  color: var(--highlight);
}

.services_content_wrapper {
  aspect-ratio: 300 / 300;
  object-fit: cover;
  border-radius: 100%;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  text-decoration: none;
  transition: all .3s cubic-bezier(.55, .085, .68, .53);
  display: flex;
  position: relative;
  overflow: hidden;
}

.services_content_wrapper:hover {
  box-shadow: 0 20px 20px -11px #00000073;
}

.services_content_wrapper.shadow-large {
  border-radius: 100%;
  flex-flow: column;
  width: 100%;
  overflow: hidden;
}

.service_color_hover_wrapper {
  z-index: 1;
  background-color: #1c1e21bf;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 1.2rem;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.services_header-wrapper {
  z-index: 2;
  justify-content: center;
  align-self: auto;
  align-items: center;
  padding-left: 7px;
  padding-right: 7px;
  display: flex;
  position: relative;
}

.services_image {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.my_account-wrapper {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.account-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template: "graph1 graph1 graph2 graph2"
                 "promotion promotion promotion promotion"
                 "Area-5 Area-5 Area-6 Area-6"
                 "Area-7 Area-7 Area-8 Area-8"
                 "Area-9 Area-9 Area-10 Area-10"
                 "Area-11 Area-11 Area-12 Area-12"
                 / 1.25fr 1.25fr 1.25fr 1.25fr;
  position: relative;
}

.user_content-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--white);
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  display: flex;
}

.user_content-wrapper.shadow-medium {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
  position: sticky;
  top: 2rem;
}

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

.user-graph.shadow-medium {
  border: 1px solid var(--border);
  border-radius: 10px;
  overflow: hidden;
}

.account-feature-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--white);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.account-feature-content.shadow-medium {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--border);
  color: var(--black);
  border-radius: 10px;
  width: 100%;
  padding: 1.7rem;
  text-decoration: none;
  overflow: hidden;
}

.page-button-wrapper {
  justify-content: space-between;
  align-self: center;
  align-items: stretch;
  margin-bottom: 7px;
  display: flex;
}

.nav-link-wrapper.mobile {
  display: none;
}

.user-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.user-icon {
  color: var(--color);
}

.user_info-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px none var(--\<unknown\|relume-variable-border-color-1\>);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.user_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem .8rem;
  display: flex;
}

.user-info {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.sales-graph {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.promotion-wrapper {
  background-color: #0f4c8100;
  background-image: linear-gradient(#00000080, #00000080), url('../images/elements-banner3.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 10px;
  justify-content: space-between;
  padding: 2.1rem;
  display: flex;
}

.products_ecommerce-products-list_component {
  width: auto;
  position: relative;
}

.products_ecommerce-products-list_list-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  width: auto;
  position: relative;
}

.products_ecommerce-products-list_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  width: auto;
  display: grid;
  position: relative;
  top: 0;
}

.product-title-wrapper {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  display: flex;
  position: static;
  top: 2rem;
}

.product-title-wrapper.filter {
  height: auto;
  display: flex;
  position: static;
  top: auto;
}

.accordian-section {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.faq-p {
  background-color: #f4f6f8;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}

.accordian {
  color: #fff;
  white-space: break-spaces;
  align-items: center;
  width: 100%;
  height: 80px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 50px;
  font-size: 16px;
  font-weight: 600;
  transition: all .2s linear;
  display: flex;
}

.accordian:hover {
  background-color: #a08c74;
}

.accordian.w--open {
  border-bottom: 1px solid #0000001a;
}

.accordian.background-color-primary {
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding: 1rem 1.6rem;
  transition-property: none;
  overflow: hidden;
}

.accordian.background-color-primary:hover {
  background-color: var(--color);
}

.faq-icon-3 {
  z-index: 2;
  color: #38b769;
  width: 24px;
  margin-left: 16px;
  margin-right: 16px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.faq-body {
  background-color: #0000;
  width: 100%;
  display: block;
  position: relative;
}

.faq-body.w--open {
  background-color: #0000;
}

.accordian-body-cont {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--border);
  background-color: #fff;
  flex-flow: column;
  max-height: 25rem;
  padding: 1rem 1.5rem;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
  display: flex;
  position: relative;
  overflow: auto;
}

.accordian-body-cont.is-details {
  max-height: none;
  padding-bottom: 2rem;
  overflow: visible;
}

.search-product-wrapper {
  z-index: 3;
  border: 1px solid var(--border);
  background-color: var(--white);
  color: var(--black);
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  display: block;
  position: relative;
  overflow: hidden;
}

.search-product-wrapper.hide-desktop {
  display: none;
}

.filter-search-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: static;
}

.rolling-papers_ecommerce-product-header_component {
  padding-bottom: 3rem;
}

.ecommerce-product-header_layout {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.breadcrumb_component {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  width: 100%;
  display: flex;
}

.rolling-papers_ecommerce-product-header_price-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.ecommerce-product-header_default-state {
  margin-bottom: 2rem;
}

.ecommerce-product-header_option {
  margin-bottom: 1.5rem;
}

.ecommerce-product-header_form-wrapper {
  grid-template-rows: auto;
  grid-template-columns: max-content max-content;
  grid-auto-columns: 1fr;
  display: flex;
}

.ecommerce-product-header_variant-wrapper {
  flex: 1;
  margin-right: 1rem;
}

.error-state {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.ecommerce-product-header_gallery {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.rolling-papers_ecommerce-product-header_lightbox-link {
  width: 100%;
  display: block;
}

.rolling-papers_ecommerce-product-header_main-image-wrapper {
  width: 100%;
  height: auto;
}

.rolling-papers_ecommerce-product-header_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.rolling-papers_ecommerce-product-header_image-wrapper {
  width: 100%;
}

.detail-info-wrapper {
  border-bottom: 1px solid var(--border);
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.product-header_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.product-header_heading {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: 1px none var(--\<unknown\|relume-variable-border-color-1\>);
  border-bottom: 1px solid var(--border);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.product-header3_accordion-icon {
  align-self: flex-start;
  width: 1.5rem;
  height: 1.5rem;
}

.product-header_details {
  overflow: hidden;
}

._2-col-grid {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
}

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

.checkbox-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.checkbox {
  flex-flow: column;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  height: 100%;
  margin-top: 4px;
  padding-left: 0;
  display: block;
}

.checkbox-field {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.form-block {
  margin-bottom: 8px;
}

.form-search {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
  overflow: visible;
}

.search-form-block {
  flex-flow: column;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.search-form-block.is-nav-search {
  width: 60%;
  position: relative;
  overflow: visible;
}

.search-form-block.is-nav-search.is-mobile {
  align-items: flex-start;
}

.search-form-block.is-nav-search.hide-mobile-landscape {
  width: 75%;
}

.promotions-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template: "."
                 "."
                 "."
                 "."
                 / 1fr 1fr 1fr;
}

.promtoion-content-wrapper {
  border: 1px solid var(--border);
  color: var(--black);
  border-radius: 10px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

.promtoion-content-wrapper.shadow-large {
  background-color: var(--white);
  color: var(--black);
  padding: 1.6rem;
  text-decoration: none;
}

.deal-product-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--black);
  text-decoration: none;
  display: flex;
  position: relative;
}

.deal-product-wrapper.shadow-large {
  border: 1px solid var(--border);
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 4.3rem 1rem 2rem;
  text-decoration: none;
  overflow: hidden;
}

.display-contest-header-wrapper {
  justify-content: flex-start;
  align-items: center;
  padding: 1.3rem 1.3rem 0;
  display: flex;
}

.display-contest-link-wrapper.shadow-large {
  border: 1px solid var(--border);
  border-radius: 10px;
  overflow: hidden;
}

.sales-wrapper {
  padding-right: 6px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.sales-wrapper.background-color-primary {
  background-color: var(--highlight);
  border-bottom-right-radius: 10px;
  padding: .9rem;
  overflow: hidden;
}

.reward-content-wrapper {
  grid-column-gap: 1.7rem;
  grid-row-gap: 1.7rem;
  border: 1px none var(--border);
  border-radius: 0;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  position: relative;
}

.table_row {
  border: 1px #000;
  font-family: Fira Sans, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.table_body {
  border: 1px solid var(--border);
  border-radius: 10px;
}

.table_header {
  border: 1px solid var(--border);
  color: var(--color);
  text-align: center;
  width: auto;
  margin-top: 0;
  padding: 1rem;
  font-weight: 700;
}

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

.table_component {
  border: 1px solid var(--border);
  width: 100%;
  margin-top: 1rem;
}

.reward-points-wrapper.background-color-primary {
  object-fit: cover;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 6rem;
  height: 6rem;
  padding: 12px;
  display: flex;
}

.header {
  justify-content: space-between;
  margin-top: .5rem;
  display: flex;
}

.report-table-container {
  width: 100%;
  max-width: 100%;
  position: static;
  overflow: auto;
}

.full-width-custom {
  width: 100%;
  margin-top: 0;
  position: relative;
  overflow: visible;
}

.exec-time.pull-right {
  align-self: center;
  font-family: Fira Sans, sans-serif;
  font-size: 1rem;
}

.mega-menu-link-3 {
  color: var(--black);
  font-size: 1rem;
  text-decoration: none;
}

.mega-menu-link-3:hover {
  color: var(--black);
}

.table_cell {
  border: 1px solid var(--border);
  text-align: center;
  padding: 1rem;
}

.table_cell.mobile {
  text-align: center;
  border-style: none;
  font-family: Fira Sans, sans-serif;
  font-size: 1rem;
}

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

.table_cell._10 {
  width: 10%;
}

.table-kink-wraper {
  color: var(--color);
  text-align: left;
  align-self: auto;
  font-weight: 400;
  transition: all .3s cubic-bezier(.95, .05, .795, .035);
}

.table-kink-wraper:hover {
  text-decoration: underline;
}

.input {
  border: 1px solid var(--border);
  background-color: var(--white);
  color: var(--black);
  text-align: right;
  border-radius: 0;
  justify-content: flex-end;
  padding: .3rem;
  font-family: Fira Sans, sans-serif;
  font-size: 1rem;
  display: inline-block;
}

.form-table_cell {
  color: var(--color);
  border: 1px #000;
  padding: 1rem;
  font-family: Fira Sans, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.form-table_row {
  padding: 1rem;
}

.form-tabke_block {
  width: auto;
  display: flex;
}

.input--time {
  background-color: #38383800;
  border: 1px #cdc0c0;
  border-radius: .25rem;
  padding: .5rem;
}

.input--time:hover {
  background-color: #3d3d3d00;
}

.revward-content-wrapper {
  border: 1px solid var(--border);
  background-color: var(--white);
  border-radius: 10px;
  flex-flow: column;
  align-items: center;
  padding: 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.revward-content-wrapper.shadow-large {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  justify-content: space-between;
  align-items: stretch;
}

.points-wrapper {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.reward-banner-wrapper {
  border: 1px none var(--border);
  border-radius: 10px;
  overflow: hidden;
}

.reward-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

.reward-content {
  background-color: var(--white);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.checkout-image {
  aspect-ratio: auto;
  object-fit: contain;
  padding: 2rem;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
}

.columns-container {
  grid-column-gap: 2.2rem;
  grid-row-gap: 2.2rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
}

.form-wrapper {
  grid-column-gap: 7rem;
  grid-row-gap: 1rem;
  border: 1px none var(--border);
  border-radius: 5px;
  flex-flow: column;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: auto;
  padding: 0;
  display: grid;
  position: relative;
  top: 0;
}

.astrige {
  color: #ff0b0b;
}

.form-checkbox {
  margin-left: 0;
}

.checkout-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template: "Area"
                 "Area"
                 "Area"
                 "Area"
                 "Area"
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  margin-top: 40px;
  display: grid;
  position: static;
}

.checkout-form {
  position: relative;
}

.form-lable-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.filter_accordion {
  background-color: var(--white);
  border-style: none;
  border-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.filter_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: .35rem 0;
  display: flex;
}

.filter_icon-wrappper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.filter_answer {
  padding: 0 0 0 .9rem;
  overflow: hidden;
}

.my_info_accordion {
  border: 1px solid var(--border);
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.my_info_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.faq4_icon-wrappper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.my_info_answer {
  border: 1px none var(--border);
  border-radius: 10px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.tab-menu-wrapper {
  background-color: #f7f7f794;
  border-radius: 10px;
  padding: 1rem;
  display: block;
}

.tab-menu-bar {
  margin-bottom: 13px;
}

.tab-link-tab-1-2 {
  background-color: #c7c6c6;
}

.tab-link-tab-1-2.w--current {
  background-color: var(--color);
  color: var(--white);
  border-radius: 5px;
  font-family: Fira Sans, sans-serif;
  font-size: 1rem;
}

.tab-panel {
  width: 100%;
}

.checkout-image-wrapper {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  width: 100%;
  height: 80px;
}

.check-field {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: .35rem 0;
  display: flex;
}

.table-item-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  text-align: left;
  flex-flow: column;
  display: flex;
}

.search-grid {
  z-index: 2;
  background-color: var(--white);
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 3fr;
  padding: 1.3rem;
  position: absolute;
  inset: 0% 0% auto;
}

.search-grid.shadow-medium {
  z-index: auto;
  grid-column-gap: 1.3rem;
  grid-row-gap: 1.3rem;
  transform-style: preserve-3d;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 2.5fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  margin: 0;
  padding: 1.6rem;
  display: grid;
  top: 109%;
  overflow: hidden;
  transform: rotateX(0)rotateY(-90deg)rotateZ(0);
}

.search-content-wrapper {
  grid-column-gap: 1.7rem;
  grid-row-gap: 1.7rem;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.flex-block-vertical {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  align-self: center;
}

.search-bar-wrapper {
  height: auto;
  position: relative;
  overflow: visible;
}

.search-all-product-wrapper {
  border: 1px solid var(--border);
  border-radius: 10px;
  width: 100%;
  height: auto;
  margin-bottom: .5rem;
  padding: 1rem;
}

.filter-icon-button.hide-on-desktop {
  display: none;
}

.search-category-wrapper {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  border-left: 1px solid var(--border);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 1rem;
  display: flex;
}

.table-element {
  width: 100%;
}

.cateogry-drop-down {
  height: 3rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.cateogry-drop-down.mobile {
  display: none;
}

.category-dropdown-link {
  color: var(--black);
  align-self: center;
  font-family: Fira Sans, sans-serif;
  font-size: 1rem;
  text-decoration: none;
  transition: all .2s;
}

.category-dropdown-link:hover {
  color: var(--highlight);
}

.category-dropdown-link.w--current {
  color: var(--black);
  align-self: center;
  transition: all .2s;
}

.category-dropdown-link.w--current:hover {
  color: var(--highlight);
}

.category-dropdown-list.w--open {
  background-color: var(--white);
  height: 20rem;
  overflow: auto;
}

.category-dropdown-list.shadow-medium.w--open {
  height: 20rem;
  top: 57px;
  overflow: auto;
}

.categries-search-dropdown {
  justify-content: center;
  align-self: auto;
  height: 100%;
  display: flex;
  overflow: visible;
}

.reward-tab-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.reard-tabs-link-block {
  border: 1px solid var(--border);
  background-color: #ddd0;
  border-radius: 5px;
  font-family: Fira Sans, sans-serif;
  font-size: 1rem;
}

.reard-tabs-link-block.w--current {
  background-color: var(--color);
  color: var(--white);
  border-radius: 5px;
  justify-content: center;
  font-family: Fira Sans, sans-serif;
  font-size: 1rem;
  display: flex;
}

.input-number {
  border: 1px solid var(--border);
  text-align: center;
  width: 75%;
  min-height: 2.75rem;
  padding-left: 9px;
  display: block;
  overflow: clip;
}

.input-number:active, .input-number:focus {
  border-color: var(--black);
}

.input-date, .input-due-date {
  border: 1px none var(--border);
  outline-offset: 0px;
  outline: 3px #333;
  padding: .5rem;
}

.nav-dropdown {
  justify-content: center;
  min-width: 55rem;
  margin-left: auto;
  margin-right: auto;
  inset: 0% 0% auto;
  overflow: visible;
  box-shadow: 8px 18px 60px 4px #00000040, 0 50px 25px -50px #20355a30;
}

.nav-dropdown.w--open {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #ddd0;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  display: flex;
  inset: 100% auto auto -28%;
  overflow: hidden;
  box-shadow: 8px 18px 60px 4px #00000021, 0 50px 25px -50px #20355a26;
}

.nav-dropdown.align-left.w--open {
  min-width: 55rem;
  top: 103%;
  left: -275%;
  box-shadow: 8px 18px 60px 4px #0000001f, 0 50px 25px -50px #0000001f;
}

.nav-dropdown.align-left.align-more.w--open {
  left: -346%;
}

.nav-dropdown.single-col {
  box-shadow: 8px 18px 60px 4px #00000059, 0 50px 25px -50px #00000059;
}

.nav-dropdown.single-col.w--open {
  min-width: 12rem;
  box-shadow: 8px 18px 60px 4px #0000001f, 0 50px 25px -50px #00000059;
}

.nav-menu-dropdown {
  grid-column-gap: 3rem;
  grid-row-gap: 0rem;
  background-color: var(--white);
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  min-width: 0;
  margin-left: auto;
  padding: .4rem 1.5rem;
  display: grid;
}

.nav-menu-dropdown.single-col {
  grid-column-gap: 3rem;
  background-image: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: auto;
  min-width: 12rem;
  margin-left: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  overflow: visible;
}

.favorite-item-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  padding-top: .7rem;
  padding-bottom: .7rem;
  display: grid;
}

.icon-tab-menu {
  background-color: #fff;
  padding-left: 9px;
  padding-right: 9px;
}

.icon-tab-menu.w--current {
  border-bottom: 1.5px solid var(--highlight);
  background-color: #fff;
  padding-left: 9px;
  padding-right: 9px;
}

.favorite-item-list {
  margin-top: 1rem;
}

.favorite-item-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.favorite-icon-link {
  border: 1px #000;
  text-decoration: none;
}

.sort-by-selector {
  border: 1px solid var(--border);
  background-color: var(--white);
  color: #999;
  border-radius: 5px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3rem;
  margin-bottom: .5rem;
  padding: .6rem 1rem;
  display: flex;
}

.user-login-wrapper {
  background-color: #ffffffde;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 2.6rem 1.7rem 1.7rem;
  display: flex;
}

.user-login-form {
  width: 100%;
  padding: 0%;
}

.login-form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.login-checkbox {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  display: flex;
}

.login-checkboxc-checker {
  align-self: flex-start;
}

.service-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: block;
  height: 100%;
}

.service-wrapper.hidden {
  display: none;
}

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

.new-item-image-wrapper {
  width: 6rem;
  height: 6rem;
}

.checkout-wrapper {
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 1rem;
}

.checkout-head.hide-on-mobile {
  border: 1px none var(--border);
  border-radius: 5px;
  position: relative;
}

.checkout-row {
  border: 1px none var(--border);
}

.checkout-header {
  border: 1px none var(--border);
  color: var(--color);
  padding: 1rem;
  font-family: Fira Sans, sans-serif;
  font-size: 1rem;
}

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

.diplicate-order-content-wrapper {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-flow: column;
  display: flex;
}

.flex-box-vertical {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  justify-content: space-between;
}

.orders-container {
  border: 1px solid var(--border);
  border-radius: 10px;
  grid-template-columns: .5fr 1fr;
  justify-content: space-between;
  align-items: stretch;
  padding: 1.3rem;
  display: flex;
}

.orders-container.shadow-small {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  padding: 1rem;
  display: grid;
}

.button-wrapper.flex-box-vertical {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  flex-flow: column;
  justify-content: center;
  display: flex;
}

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

.text-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.order-details-grid {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 3fr 1fr;
  position: relative;
}

.order-summery-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--white);
  border-radius: 10px;
  flex-flow: column;
  padding: 1.4rem;
  display: flex;
}

.order-summery-wrapper.shadow-small {
  border: 1px solid var(--border);
  width: 30%;
  display: inline-flex;
  position: sticky;
  inset: 2rem 0% auto auto;
}

.order-summery-info-wrapper {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  flex-flow: column;
  display: flex;
}

.line-divider {
  background-color: var(--border);
  width: 100%;
  height: 1px;
}

.order-content {
  border: 1px solid var(--border);
  border-radius: 10px;
  flex-flow: column;
  width: 70%;
  padding: 1.4rem;
  display: flex;
}

.my-orders-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.my-order-image-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  padding-right: .5rem;
  display: flex;
}

.my-order-image-wrapper.shadow-small {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  flex-flow: row;
  padding-right: 0;
}

.my-order-image-container {
  border: 1px solid var(--border);
  width: 4rem;
  height: 4rem;
}

.my-order-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding: 4px;
}

.recent-orders-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.my-order-qty-wrapper {
  text-align: center;
  justify-content: center;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 10px;
  padding: 7px;
  font-family: Fira Sans, sans-serif;
  font-size: .075px;
  line-height: 1.4;
  text-decoration: none;
  display: flex;
}

.view-all-link {
  color: #424242;
  font-family: Fira Sans, sans-serif;
  font-size: .9rem;
  text-decoration: none;
  transition: all .3s;
}

.view-all-link:hover {
  color: var(--highlight);
}

.dropdown-toggle {
  padding: 0;
}

.menu-dropdown-link {
  padding: 0 0 1rem;
  font-family: Fira Sans, sans-serif;
  font-size: 1rem;
  transition: all .2s;
}

.menu-dropdown-link:hover {
  color: var(--highlight);
}

.menu-dropdown-link.w--current {
  color: var(--highlight);
  font-family: Fira Sans, sans-serif;
  font-size: 1rem;
}

.menu-dropdown-link.hide-on-desktop {
  display: none;
}

.dropdown-list {
  right: -199.875px;
}

.dropdown-list.w--open {
  border: 1px solid var(--border);
  background-color: var(--white);
  padding: .5rem;
  right: -156%;
}

.dropdown-list.shadow-medium.w--open {
  padding: 1rem;
  right: -365%;
  overflow: hidden;
}

.dropdown-list.shadow-medium.checkout {
  top: 51px;
  right: -127%;
}

.dropdown-list.shadow-medium.checkout.w--open {
  min-width: 350px;
  padding: 1rem;
  top: auto;
}

.align-right {
  align-self: flex-end;
}

.product-card-hover-wrapper {
  background-color: #fffc;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 0;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.product-hover-icon-container {
  background-color: var(--highlight);
  border-radius: 100%;
  justify-content: center;
  padding: .5rem;
  transition: all .2s;
  display: flex;
}

.product-hover-icon-container:hover {
  background-color: var(--black);
}

.product-hover-icon-container:active {
  background-color: #ad1f2c;
}

.icon-icon-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.total-item-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.total-item-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  margin: .6rem;
  padding: 0;
  display: flex;
}

.style-text-link {
  color: var(--black);
  font-family: Fira Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
}

.style-text-link:hover {
  color: var(--highlight);
}

.style-text-link.text-size-small {
  color: var(--black);
  text-decoration: none;
  transition: all .2s;
}

.style-text-link.text-size-small:hover {
  color: var(--highlight);
}

.div-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

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

.tabs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  display: grid;
}

.category-tab-image {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.tab-link-tab-1-3.w--current {
  width: auto;
  padding: 0;
}

.tab-image-panel {
  width: 100%;
  height: 100%;
}

.tab-image-link, .tab-image-link.w--current {
  padding: 0;
}

.tab-content, .image-2 {
  width: 100%;
  height: 100%;
}

.div-block-2 {
  display: flex;
}

.category-wrapper {
  padding-bottom: 1rem;
}

.sales_sheet-wrapper {
  border: 1px solid var(--border);
  background-color: var(--white);
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 3.5rem;
  display: flex;
}

.sales_sheet-wrapper.shadow-medium {
  flex-flow: column;
  position: relative;
}

.sales_sheet_grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template: "."
                 "."
                 "."
                 "."
                 / 1.75fr 1fr 1fr 1fr;
  width: 100%;
}

.sales_sheet_content-wrapper.align-center {
  border: 1px solid var(--border);
  background-color: var(--white);
  border-radius: 10px;
  width: 100%;
  padding: 1.2rem;
}

.sales-photo {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.product-info-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--border);
  background-color: var(--white);
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 1.4rem;
  display: flex;
}

.sales-image-wrapper {
  aspect-ratio: 1;
  object-fit: fill;
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
}

.sales-content-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.sales-content-wrapper.flex-down {
  flex-flow: wrap;
}

.barcode-wrapper {
  border: 1px solid var(--border);
  background-color: var(--white);
  border-radius: 10px;
  flex-flow: row;
  justify-content: space-between;
  padding: 1.3rem;
  display: flex;
}

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

.sales-group-wrapper {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.notes-section {
  padding: 0;
}

.barcode {
  aspect-ratio: 1;
}

.barcode.case {
  aspect-ratio: auto;
}

.barcode-image-wrapper {
  width: 100%;
}

.sales-bottom-content-wrapper {
  border: 1px solid var(--border);
  background-color: var(--white);
  border-radius: 10px;
  justify-content: space-between;
  align-items: stretch;
  padding: 1.4rem;
  display: flex;
}

.sales-bottom-info-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.contact-wrapper {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  display: flex;
}

.print-button {
  position: absolute;
  inset: 3% 3% auto auto;
}

.promo-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.button-wrapper-custom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

/*NEW BREADCRUMBS*/
.breadcrumb { display:flex; list-style:none; padding: .5rem .5rem .5rem 0; background:#ffffff; font-family: Fira Sans, sans-serif; }
.breadcrumb-item+*.breadcrumb-item::before { content:"›"; margin:0 .5rem; color:#999; }
.breadcrumb-item a { text-decoration:none; }
.breadcrumb-item.active { color:#555; }

/*Item Page Brand Link*/
.brand-link, .brand-link:visited {
  color: #0f4c81;
  font-family: Fira Sans, sans-serif;
  text-decoration: none;
  transition: all .2s;
}

.brand-link:hover {
  color: var(--highlight);
}

.bulk-discount-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.bulk-discount-wrapper {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  display: flex;
}

.rolling-papers_ecommerce-product-header_quantity-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

@media screen and (max-width: 991px) {
  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .button.is-secondary.is-alternate {
    justify-content: center;
    align-self: center;
    display: flex;
  }

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

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

  .heading-style-h3 {
    padding: 0;
    font-size: 2.25rem;
  }

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

  .text-size-medium, .text-size-regular {
    align-self: auto;
  }

  .text-size-regular.hide-on-desktop {
    order: -1;
    display: block;
  }

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

  .icon-embed-small.arrow {
    display: flex;
  }

  .icon-embed-small.mobile-menu {
    color: var(--white);
  }

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

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

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

  .max-width-xsmall {
    align-self: auto;
  }

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

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

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

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

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

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

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

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

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

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

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

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xlarge {
    padding-top: 3.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4.5rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 7.5rem;
  }

  .hide-tablet {
    display: none;
  }

  .navbar_container {
    grid-template-columns: .25fr 1fr;
    align-self: center;
    display: flex;
  }

  .navbar_button-wrapper {
    align-items: center;
  }

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

  .ecommerce-products-list-_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .home_ecommerce-products-list-1_heading {
    margin-right: 3rem;
  }

  .ecommerce-products-list_component {
    padding-left: 0;
    padding-right: 0;
  }

  .ecommerce-products-list_mask {
    width: 50%;
  }

  .ecommerce-products-list_slide {
    width: 17rem;
    padding-right: 2rem;
  }

  .ecommerce-products_card {
    width: 100%;
    height: 25em;
    padding: 1.3rem;
  }

  .ecommerce-products-list_image {
    overflow: visible;
  }

  .home_feature_component {
    grid-column-gap: 1rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .home_feature_image-wrapper {
    width: 100%;
    height: 100%;
  }

  .footer_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .mega-menu_menu-dropdown {
    vertical-align: baseline;
    width: 100%;
    padding: .75rem 5%;
    display: block;
  }

  .mega-menu_dropdown-toggle {
    justify-content: flex-start;
    align-items: flex-start;
    padding: .75rem 5%;
    font-size: 1.125rem;
    display: flex;
    overflow: hidden;
  }

  .mega-menu_dropdown-toggle.hide-on-desktop-and-tablet {
    display: none;
  }

  .mega-menu_item-text {
    grid-column-gap: 1.3rem;
    grid-row-gap: 1.3rem;
  }

  .mega-menu-button.w--open {
    background-color: #0000;
  }

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

  .menu-icon_line-top {
    background-color: var(--white);
    color: var(--white);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .menu-icon_line-bottom {
    background-color: var(--white);
    color: var(--white);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar-user-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .section.background-color-smoke {
    padding: 5.5rem;
  }

  .category-image-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .category-image-wrapper._4-col-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .container-xtiny {
    padding: .7rem;
  }

  .image {
    order: -1;
    width: auto;
    height: 100%;
  }

  .mega-menu-compnent {
    padding-left: 5%;
    padding-right: 5%;
  }

  .mega-menu-container {
    justify-content: flex-end;
    align-items: center;
  }

  .mega-menu {
    z-index: 999;
    background-color: #023058;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 0;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 0;
    display: flex;
    position: absolute;
  }

  .menu-underline {
    width: 0;
  }

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

  .mobile-menu-link {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    color: var(--white);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 1.2rem;
    text-decoration: none;
    display: flex;
  }

  .mobile-menu-wrapper {
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .services_content_wrapper {
    aspect-ratio: 1;
  }

  .service_color_hover_wrapper {
    background-color: #1c1e2100;
  }

  .my_account-wrapper {
    flex-flow: column;
    display: flex;
    position: static;
  }

  .account-grid {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
    grid-template-columns: 1fr;
    grid-template-areas: "Area";
  }

  .user_content-wrapper.shadow-medium {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
    width: 100%;
    display: flex;
    position: static;
  }

  .page-button-wrapper {
    align-self: auto;
  }

  .nav-link-wrapper.mobile {
    display: block;
  }

  .nav-link-wrapper.desktop {
    display: none;
  }

  .user-content {
    justify-content: center;
    align-items: center;
  }

  .user_info-wrapper {
    align-self: auto;
  }

  .products_ecommerce-products-list_list-wrapper {
    grid-template-columns: 1.75fr;
  }

  .products_ecommerce-products-list_list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .product-title-wrapper.filter, .accordian-section, .faq-p, .faq-body, .accordian-body-cont {
    position: static;
  }

  .search-product-wrapper {
    display: block;
    position: static;
  }

  .filter-search-wrapper {
    z-index: auto;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    position: static;
  }

  .rolling-papers_ecommerce-product-header_component {
    padding-bottom: 2.5rem;
  }

  .ecommerce-product-header_layout {
    grid-column-gap: 5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  ._2-col-grid {
    grid-row-gap: 2.8rem;
    grid-template-columns: 1fr;
  }

  .form-search {
    display: block;
    position: static;
  }

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

  .promtoion-content-wrapper.shadow-large {
    z-index: auto;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .deal-product-wrapper.shadow-large {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .sales-wrapper.background-color-primary {
    z-index: auto;
  }

  .promotion_content-wrapper {
    max-width: 22rem;
  }

  .reward-content-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
    position: static;
  }

  .table_row {
    flex-flow: column;
    align-items: stretch;
  }

  .table_header.text-align-left {
    display: block;
  }

  .table_head.hide-on-mobile {
    display: none;
  }

  .report-table-container {
    width: 100%;
    max-width: 90rem;
    position: static;
    overflow: auto;
  }

  .full-width-custom {
    z-index: auto;
    flex-flow: column;
    width: 100%;
    display: block;
    position: static;
    overflow: visible;
  }

  .table_cell.mobile {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: space-between;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .table_cell.mobile.hide-on-mobile {
    display: none;
  }

  .table_cell.mobile._10 {
    width: auto;
  }

  .table-kink-wraper {
    align-self: auto;
  }

  .form-table_row {
    width: 100%;
  }

  .form-tabke_block {
    width: auto;
  }

  .revward-content-wrapper.shadow-large {
    position: static;
  }

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

  .checkout-image {
    width: 80px;
    height: 100%;
    overflow: clip;
  }

  .columns-container {
    grid-template-columns: 1fr;
    position: static;
  }

  .form-wrapper {
    position: static;
    top: 0;
  }

  .checkout-grid {
    z-index: auto;
    grid-column-gap: 1.3rem;
    grid-row-gap: 1.3rem;
    grid-template-columns: 1.5fr;
    position: static;
  }

  .checkout-form {
    position: static;
  }

  .tab-menu-wrapper {
    position: static;
    overflow: hidden;
  }

  .tab-menu-bar, .tab-link-tab-1-2.w--current, .tab-panel {
    position: static;
  }

  .checkout-image-wrapper {
    order: 0;
    width: 80%;
    display: flex;
  }

  .table-item-wrapper {
    align-items: flex-start;
  }

  .search-grid.shadow-medium, .search-bar-wrapper {
    width: 100%;
  }

  .tabs-content {
    position: static;
  }

  .search-all-product-wrapper {
    border: 1px solid var(--border);
    border-radius: 10px;
    width: 100%;
    height: 100%;
    padding: 1rem;
  }

  .filter-icon-button {
    justify-content: center;
    align-items: center;
    width: auto;
    height: 3rem;
    display: flex;
  }

  .filter-icon-button.hide-on-desktop {
    display: flex;
  }

  .table-element {
    width: 100%;
  }

  .cateogry-drop-down.mobile {
    display: none;
  }

  .categries-search-dropdown {
    display: flex;
  }

  .input-number {
    width: 90%;
  }

  .input-number.check-out {
    width: 10%;
  }

  .nav-dropdown {
    position: relative;
    overflow: hidden;
  }

  .nav-dropdown.w--open {
    flex-flow: column;
    min-width: 0;
    display: block;
    left: auto;
  }

  .nav-dropdown.align-left.w--open {
    top: auto;
    left: auto;
  }

  .nav-dropdown.align-left.align-more.w--open {
    min-width: 0;
    left: auto;
  }

  .nav-menu-dropdown {
    flex-flow: column;
    padding-left: 5%;
    padding-right: 5%;
  }

  .nav-dropdown-menu {
    align-self: auto;
    width: 100%;
  }

  .favorite-item-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .sort-by-selector {
    height: 3rem;
  }

  .user-login-wrapper {
    padding: 2rem;
  }

  .checkout-element {
    width: 100%;
  }

  .checkout-head.hide-on-mobile {
    display: none;
  }

  .orders-container.shadow-small {
    grid-template-columns: .5fr 1fr .5fr;
  }

  .order-details-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1.75fr;
  }

  .order-summery-wrapper.shadow-small {
    width: 100%;
    position: relative;
    top: auto;
  }

  .order-content {
    width: 100%;
  }

  .my-orders-wrapper {
    flex-flow: column;
  }

  .my-order-image-wrapper.shadow-small {
    flex-flow: row;
  }

  .my-order-image-container {
    width: auto;
    height: auto;
  }

  .my-order-qty-wrapper {
    width: auto;
    height: auto;
    padding: 9px;
  }

  .view-all-link {
    font-size: .75rem;
  }

  .menu-dropdown-link.hide-on-desktop {
    display: block;
  }

  .dropdown-list.shadow-medium.w--open {
    right: -235%;
  }

  .dropdown-list.shadow-medium.checkout.w--open {
    right: -116%;
  }

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

@media screen and (max-width: 767px) {
  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

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

  .heading-style-h1.text-color-alternate {
    text-align: center;
    align-self: center;
  }

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

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

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

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

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

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

  .text-size-regular {
    align-self: auto;
  }

  .text-size-regular.text-weight-medium.text-color-alternate {
    text-align: center;
  }

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

  .text-style-quote {
    font-size: 1.125rem;
  }

  .form_input.is-text-area {
    min-height: 11.25rem;
  }

  .icon-embed-small.arrow {
    display: flex;
  }

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

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

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

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

  .max-width-medium {
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    max-width: 60rem;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

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

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

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

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

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

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

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

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

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

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

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

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

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

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

  .spacer-xsmall {
    padding-top: .75rem;
  }

  .spacer-small {
    padding-top: 1.25rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-large {
    padding-top: 2rem;
  }

  .spacer-xlarge {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 5rem;
  }

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

  .navbar_component {
    min-height: 4rem;
  }

  .home_logo-list_component {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .home_logo-list_list {
    grid-column-gap: 1rem;
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    padding-top: 1rem;
  }

  .home_logo-list_wrapper {
    object-fit: fill;
    padding: 0;
  }

  .home_logo-list_logo {
    object-fit: cover;
    height: 100%;
    max-height: none;
    overflow: clip;
  }

  .ecommerce-products-list-_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .home_ecommerce-products-list-1_heading {
    margin-right: 0;
  }

  .ecommerce-products-list_mask {
    width: 80%;
  }

  .ecommerce-products-list_slide {
    padding-right: 1.5rem;
  }

  .ecommerce-products_card {
    height: 100%;
  }

  .ecommerce-products-list_image-wrapper {
    height: 10rem;
  }

  .ecommerce-products-list_image-wrapper.list-view {
    width: 100px;
    height: 100px;
  }

  .ecommerce-products-list_image {
    overflow: clip;
  }

  .ecommerce-products-list-1_arrow.left {
    right: 3.5rem;
  }

  .home_feature_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .footer_top-wrapper {
    grid-row-gap: 3rem;
    padding: 2rem;
  }

  .footer_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .footer_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer_credit-text {
    margin-top: 1.5rem;
  }

  .footer_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .mega-menu_dropdown-toggle {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 1.5rem;
  }

  .mega-menu_dropdown-toggle.hide-on-desktop-and-tablet {
    display: flex;
  }

  .menu-icon {
    justify-content: center;
    align-items: center;
  }

  .navbar-user-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .hero-slider_wrapper {
    background-image: linear-gradient(to bottom, null, null), url('../images/raw-rulez-bundle-desktop_1.avif');
    background-position: 0 0, 0%;
  }

  .section.background-color-smoke {
    padding: 5.1rem;
  }

  .category-image-wrapper {
    overflow: auto;
  }

  .category-image-wrapper._4-col-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .mega-menu_question {
    padding: 0;
  }

  .user_icon-wrappper {
    width: 1.75rem;
  }

  .mega-menu_answer {
    padding-left: 0;
    padding-right: 0;
  }

  .mega-menu-container {
    justify-content: flex-end;
    align-items: center;
  }

  .mega-menu {
    padding-left: 0;
  }

  .mobile_nav_component {
    z-index: 99;
    display: none;
    position: fixed;
    inset: auto 0% 0%;
  }

  .services_content_wrapper {
    padding: 1.5rem;
  }

  .account-grid {
    grid-template-columns: 1fr;
    grid-template-areas: "Area"
                         "Area"
                         "Area"
                         "Area"
                         "Area";
  }

  .user_content-wrapper.shadow-medium {
    align-items: flex-start;
  }

  .page-button-wrapper {
    align-self: center;
  }

  .user-content {
    justify-content: flex-start;
  }

  .user_question {
    padding: 1rem 1.25rem;
  }

  .promotion-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .products_ecommerce-products-list_list {
    grid-column-gap: 1.25rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .search-product-wrapper {
    display: block;
  }

  .search-product-wrapper.hide-desktop {
    border-radius: 5px;
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
    display: block;
  }

  .rolling-papers_ecommerce-product-header_component {
    padding-bottom: 1.5rem;
  }

  .ecommerce-product-header_layout {
    grid-column-gap: 5rem;
    grid-row-gap: 2rem;
  }

  .ecommerce-product-header_gallery {
    grid-template-columns: 1fr;
  }

  .rolling-papers_ecommerce-product-header_list {
    grid-template-rows: auto;
  }

  .product-header_heading {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .product-header3_accordion-icon {
    width: 1.75rem;
  }

  ._2-col-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1.25fr;
  }

  .search-form-block.is-nav-search {
    width: auto;
  }

  .search-form-block.is-nav-search.is-mobile {
    padding-bottom: .75rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .deal-product-wrapper.shadow-large {
    align-items: center;
  }

  .promotion_content-wrapper {
    flex-flow: column;
    align-self: center;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .reward-content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .header {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 14px;
  }

  .report-table-container {
    overflow: scroll;
  }

  .full-width-custom {
    width: 800px;
    overflow: visible;
  }

  .exec-time.pull-right {
    align-self: auto;
  }

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

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

  .form-wrapper {
    grid-column-gap: 2rem;
  }

  .checkout-grid {
    grid-row-gap: 1.3rem;
    grid-template: "Area"
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .filter_question {
    padding: 1rem 1.25rem;
  }

  .filter_icon-wrappper {
    width: 1.75rem;
  }

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

  .my_info_question {
    padding: 1rem 1.25rem;
  }

  .faq4_icon-wrappper {
    width: 1.75rem;
  }

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

  .tab-menu-wrapper {
    overflow: hidden;
  }

  .search-grid.shadow-medium {
    display: none;
  }

  .cateogry-drop-down.mobile {
    display: block;
    inset: 4% 6% auto auto;
  }

  .category-dropdown-list.shadow-medium.w--open {
    top: 97%;
    left: -93%;
  }

  .reard-tabs-link-block.w--current {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .reard-tabs-link-block.shadow-medium {
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .input-number {
    width: 75%;
  }

  .input-number.check-out {
    width: 15%;
  }

  .mega-menu-text-link {
    color: var(--white);
    font-size: 1rem;
    text-decoration: none;
  }

  .favorite-item-grid {
    grid-template-columns: 1fr 1fr;
  }

  .user-login-wrapper {
    height: auto;
    padding: 1.2rem;
  }

  .orders-container.shadow-small {
    grid-template-columns: 1.25fr;
  }

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

  .my-order-qty-wrapper {
    padding: 9px;
  }

  .dropdown-list.shadow-medium.checkout.w--open {
    min-width: 300px;
  }

  .sales-bottom-content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    align-items: center;
  }

  .print-button {
    inset: 1% 1% auto auto;
  }
}

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

  .button {
    justify-content: center;
    align-self: auto;
    width: 100%;
    padding-left: 1.1rem;
    padding-right: 1.1rem;
    font-size: 1rem;
    line-height: 1.5;
    display: flex;
  }

  .button.is-secondary.checkout {
    justify-content: center;
    align-self: auto;
  }

  .button.is-outline {
    font-size: 1rem;
  }

  .heading-style-h1.text-color-alternate {
    align-self: center;
  }

  .heading-style-h4.text-color-primary {
    align-self: auto;
  }

  .form_input.is-text-area {
    min-height: 0;
  }

  .icon-embed-small.mobile-menu {
    align-self: auto;
  }

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

  .max-width-medium {
    flex-flow: column;
    justify-content: center;
    align-self: auto;
    align-items: center;
    max-width: 45rem;
    display: block;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .navbar_button-wrapper {
    margin-left: .2rem;
  }

  .home_logo-list_list {
    justify-content: center;
  }

  .home_logo-list_wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .home_logo-list_logo {
    max-height: none;
  }

  .ecommerce-products-list_component {
    height: 23rem;
  }

  .ecommerce-products-list_mask {
    width: 95%;
    overflow: visible;
  }

  .ecommerce-products_card {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    aspect-ratio: auto;
    height: 100%;
  }

  .ecommerce-products_card.list-view {
    flex-flow: row;
    align-items: center;
    padding-bottom: 1.2rem;
  }

  .home_ecommerce-products-list-1_image-link.list-view {
    text-align: left;
    flex-flow: column;
    align-items: flex-start;
  }

  .ecommerce-products-list_image-wrapper {
    aspect-ratio: 1;
    height: 10rem;
  }

  .ecommerce-products-list_image {
    aspect-ratio: auto;
    overflow: hidden;
  }

  .ecommerce-products-list_left.list-viw {
    align-items: flex-start;
    max-width: 10rem;
  }

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

  .footer_top-wrapper {
    grid-row-gap: 48px;
    padding: 0;
  }

  .footer_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .mega-menu_menu-dropdown {
    overflow: hidden;
  }

  .mega-menu_dropdown-toggle {
    justify-content: center;
    align-items: flex-start;
    overflow: hidden;
  }

  .navbar-user-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .hero-slider_wrapper {
    background-image: linear-gradient(to bottom, null, null), url('../images/raw-rulez-bundle-desktop_1.avif');
    background-position: 0 0, 50%;
  }

  .hero-slider-content-wrapper {
    max-width: 200px;
  }

  .section.background-color-smoke {
    padding: 2.2rem;
  }

  .category-image-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    overflow: visible;
  }

  .category-image-wrapper._4-col-grid {
    grid-template-columns: 1fr 1fr;
  }

  .mega-menu_question, .mega-menu_answer {
    padding-left: 0;
    padding-right: 0;
  }

  .mega-menu-compnent {
    min-height: 3.5rem;
  }

  .mobile_nav_component {
    background-color: #023058;
    justify-content: center;
    display: flex;
    position: sticky;
    overflow: hidden;
  }

  .text-size-samll.text-weight-medium.text-color-white {
    color: var(--white);
  }

  .mobile-menu-link {
    justify-content: space-between;
    align-self: center;
    align-items: center;
    height: 100%;
  }

  .services_header-wrapper {
    padding-left: 12px;
    padding-right: 12px;
  }

  .account-grid {
    grid-template-areas: "Area Area";
  }

  .page-button-wrapper {
    flex-flow: column;
    display: flex;
  }

  .product-title-wrapper.filter {
    z-index: 1;
    position: relative;
    top: 0;
  }

  .search-product-wrapper {
    display: block;
  }

  .ecommerce-product-header_layout {
    grid-template-columns: 1fr;
  }

  .rolling-papers_ecommerce-product-header_price-wrapper {
    flex-direction: column;
  }

  .search-form-block.is-nav-search {
    width: auto;
  }

  .search-form-block.is-nav-search.is-mobile {
    width: 100%;
    height: 100%;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .promtoion-content-wrapper.shadow-large {
    padding-top: 2.7rem;
  }

  .deal-product-wrapper.shadow-large {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .reward-content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .table_body {
    width: 100%;
  }

  .table_component {
    overflow: visible;
  }

  .reward-points-wrapper.background-color-primary {
    align-self: auto;
  }

  .report-table-container {
    width: 100%;
    max-width: 90rem;
    overflow: auto;
  }

  .full-width-custom {
    width: 800px;
    overflow: visible;
  }

  .table_cell.mobile.align-left {
    text-align: center;
  }

  .table_cell._10 {
    width: 10%;
  }

  .table-kink-wraper {
    align-self: center;
  }

  .form-tabke_block {
    width: 100%;
    display: block;
  }

  .input--time {
    background-color: #38383800;
  }

  .points-wrapper {
    grid-column-gap: 1.9rem;
    grid-row-gap: 1.9rem;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

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

  .reward-content {
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .form-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    position: static;
  }

  .tab-menu-wrapper {
    overflow: hidden;
  }

  .checkout-image-wrapper {
    justify-content: center;
    width: 100%;
  }

  .table-item-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .search-grid.shadow-medium {
    display: none;
  }

  .cateogry-drop-down.mobile {
    display: block;
    inset: 5% 8% auto auto;
  }

  .category-dropdown-list.shadow-medium.w--open {
    width: auto;
    inset: 97% -9% auto auto;
  }

  .categries-search-dropdown.w--open {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .reward-tab-menu {
    flex-flow: column;
  }

  .reard-tabs-link-block, .reard-tabs-link-block.shadow-medium {
    justify-content: center;
    display: flex;
  }

  .input-number {
    text-align: right;
    width: 75px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .input-number.check-out {
    width: 20%;
  }

  .favorite-item-grid {
    grid-column-gap: 1.1rem;
    grid-row-gap: 1.1rem;
  }

  .tab-menu {
    display: flex;
  }

  .sort-by-selector {
    text-align: left;
    align-items: center;
    height: 3rem;
    font-family: Fira Sans, sans-serif;
  }

  .user-login-wrapper {
    height: auto;
    padding: 1.2rem;
  }

  .orders-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .orders-container.shadow-small {
    padding: 1rem;
  }

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

  .order-summery-wrapper.shadow-small {
    position: static;
  }

  .my-order-image-container {
    width: auto;
    height: auto;
  }

  .my-order-image {
    padding-right: 0;
  }

  .my-order-qty-wrapper {
    padding: 0;
  }

  .dropdown-list.shadow-medium.w--open {
    top: 47px;
    right: -206%;
  }

  .dropdown-list.shadow-medium.checkout.w--open {
    top: 47px;
    right: -44%;
  }

  .category-wrapper {
    padding-bottom: 2rem;
  }

  .sales_sheet-wrapper.shadow-medium {
    padding: 1.6rem;
  }

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

  .logo-wrapper.align-center {
    width: 8rem;
  }

  .barcode-wrapper.shadow-medium {
    flex-flow: row;
  }

  .barcode.case {
    width: 100%;
  }

  .sales-bottom-content-wrapper, .sales-bottom-content-wrapper.shadow-medium {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .print-button {
    inset: 1% 1% auto auto;
  }

  .promo-wrapper {
    flex-flow: column;
  }
}

#w-node-_66e48ac9-f7e0-3fa7-db81-5c7ee7d9a261-f48ff0a5, #w-node-_66e48ac9-f7e0-3fa7-db81-5c7ee7d9a263-f48ff0a5, #w-node-_66e48ac9-f7e0-3fa7-db81-5c7ee7d9a265-f48ff0a5, #w-node-_66e48ac9-f7e0-3fa7-db81-5c7ee7d9a267-f48ff0a5, #w-node-_66e48ac9-f7e0-3fa7-db81-5c7ee7d9a269-f48ff0a5, #w-node-_66e48ac9-f7e0-3fa7-db81-5c7ee7d9a26b-f48ff0a5, #w-node-_369bf0b4-2e0c-2e79-694f-3efe54ffb185-f48ff0a5, #w-node-e16a95dd-98a4-d47b-98e4-906ec0dadaf7-f48ff0a5, #w-node-_3dc7f459-d888-2736-f546-1c816588a78b-f48ff0a5, #w-node-_3dc7f459-d888-2736-f546-1c816588a78d-f48ff0a5, #w-node-_3dc7f459-d888-2736-f546-1c816588a78f-f48ff0a5, #w-node-_3dc7f459-d888-2736-f546-1c816588a791-f48ff0a5, #w-node-_3dc7f459-d888-2736-f546-1c816588a793-f48ff0a5, #w-node-_3dc7f459-d888-2736-f546-1c816588a795-f48ff0a5, #w-node-_3dc7f459-d888-2736-f546-1c816588a797-f48ff0a5, #w-node-_3dc7f459-d888-2736-f546-1c816588a799-f48ff0a5 {
  justify-self: center;
}

#w-node-d7a589b4-6fc0-9b7f-7a90-6a04147ecd18-78366988 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_53c54751-fb19-8ac9-baac-3ddf097cca53-78366988 {
  align-self: center;
}

#w-node-_8ddd063a-f8d5-0db2-3161-dc1aac826021-78366988 {
  grid-area: 1 / 2 / 6 / 3;
  justify-self: auto;
}

#w-node-e5cff67a-0bfb-9ee9-0717-21c7237eb8ab-78366988, #w-node-aa63175e-1a39-c8a3-ae77-788e6146dd65-78366988 {
  align-self: center;
}

#w-node-eb168a7f-3413-d5e5-2be2-727d78366991-78366988 {
  justify-self: end;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb688-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb68a-5c3b0700 {
  justify-self: center;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb69e-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb69f-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb6a3-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb6a4-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb6a8-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb6a9-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb6ad-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb6ae-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb6b2-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb6b3-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb6b7-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb6b8-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb6c2-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb6c3-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb6c7-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb6c8-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb6cc-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb6cd-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb6d1-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb6d2-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb6d6-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb6d7-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb6db-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb6dc-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb6e6-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb6e7-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb6eb-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb6ec-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb6f0-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb6f1-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb6f5-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb6f6-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb6ff-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb700-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb709-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb70a-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb71c-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb71d-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb721-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb722-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb726-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb727-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb72b-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb72c-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb730-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb731-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb73b-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb73c-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb740-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb741-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb745-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb746-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb74a-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb74b-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb74f-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb750-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb754-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb755-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb760-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb761-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb765-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb766-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb76a-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb76b-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb76f-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb770-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb774-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb775-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb779-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb77a-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb77e-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb77f-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb783-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb784-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb788-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb789-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb793-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb794-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb798-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb799-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb79d-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb79e-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb7a5-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb7a6-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb7eb-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bb7ee-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bb7ef-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bb7f2-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bb7f6-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bb7f7-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bb7fa-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bb7fb-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bb7fe-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bb805-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb806-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb80b-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb80c-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb810-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb811-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb815-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb816-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb81a-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb81b-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb82b-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bb82e-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bb82f-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bb832-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bb833-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bb836-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bb837-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bb83b-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bb83e-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bb83f-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bb842-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bb843-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bb846-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bb84e-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bb84f-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb850-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb852-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bb855-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bb856-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb857-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb85b-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bb85e-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bb85f-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb860-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb864-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bb868-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb869-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb86f-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bb872-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bb873-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb874-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb878-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bb87b-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bb87c-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb87d-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb883-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bb887-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb888-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb88c-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bb88f-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bb894-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bb895-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb896-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb89a-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bb89d-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bb89e-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb89f-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb8a5-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bb8a8-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bb8a9-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb8aa-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb8b0-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bb8b3-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bb8b4-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb8b5-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb8bd-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bb8c0-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bb8c1-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb8c2-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb8ce-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bb8cf-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb8d0-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb8d4-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bb8d9-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bb8da-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb8db-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb8e1-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bb8e6-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bb8e7-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb8e8-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb8ee-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bb8f3-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bb8f4-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb8f5-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb8fd-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bb903-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb904-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb90a-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bb90f-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bb910-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb911-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb915-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bb918-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bb919-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb91a-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb920-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bb923-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bb924-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb925-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb92b-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bb92e-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bb92f-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb930-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb938-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bb93b-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bb93c-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb93d-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb943-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bb946-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bb947-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb948-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb950-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bb954-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb955-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb95b-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bb963-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bb964-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bb965-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb966-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb968-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bb96b-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bb96f-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bb970-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bb971-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bb97a-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bb97b-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bb97c-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bb985-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bb986-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bb987-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb988-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb98e-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bb98f-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bb990-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb991-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb993-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bb997-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bb998-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bb999-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bb99a-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bb99c-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bba0a-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bba0e-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bba0f-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bba11-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bba13-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bba14-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bba16-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bba18-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bba19-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bba1b-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bba1d-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bba1e-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bba20-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bba22-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bba23-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bba25-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bba27-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bba28-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bba2a-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bba2c-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bba2e-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bba30-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bba32-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bba33-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bba35-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bba36-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bba38-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bba39-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bba3b-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bba3c-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bba3e-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bba3f-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bba41-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bba42-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bba44-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bba45-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bba47-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bba4d-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bba51-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bba52-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bba54-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bba56-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bba57-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bba59-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bba5b-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bba5c-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bba5e-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bba60-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bba61-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bba63-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bba65-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bba66-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bba68-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bba6a-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bba6b-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bba6d-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bba6f-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bba70-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bba72-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bba74-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bba75-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bba77-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bba79-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bba7a-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bba7c-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bba7e-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bba7f-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bba81-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bba83-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bba84-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bba86-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bba8b-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bba8f-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bba91-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bba94-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bba99-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bba9e-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbaa3-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbaa8-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbaaf-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbab0-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbab2-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbab3-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbab5-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbab6-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbab8-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbab9-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbabb-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbabc-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbabe-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbabf-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbac1-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbac2-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbac4-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbac5-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbac7-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbac8-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbaca-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbacb-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbacd-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbace-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbad0-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbad1-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbad3-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbad4-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbad6-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbad7-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbad9-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbada-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbadc-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbadd-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbadf-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbae0-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbae2-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbae3-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbae5-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbae6-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbae8-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbae9-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbaeb-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbaec-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbaee-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbaef-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbaf1-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbaf2-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbaf4-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbaf5-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbaf7-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbaf8-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbafa-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbafb-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbafd-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbafe-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbb00-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbb01-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbb03-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbb04-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbb06-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbb07-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbb0c-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbb10-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbb12-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbb15-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbb1a-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbb1f-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbb24-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbb29-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbb30-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbb31-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbb33-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbb34-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbb36-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbb37-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbb39-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbb3a-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbb3c-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbb3d-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbb3f-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbb40-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbb42-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbb43-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbb45-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbb46-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbb48-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbb49-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbb4b-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbb4c-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbb4e-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbb4f-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbb51-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbb52-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbb54-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbb55-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbb57-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbb58-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbb5a-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbb5b-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbb5d-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbb5e-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbb60-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbb61-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbb63-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbb64-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbb66-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbb67-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbb69-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbb6a-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbb6c-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbb6d-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbb6f-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbb70-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbb72-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbb73-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbb75-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbb76-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbb78-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbb79-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbb7b-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbb7c-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbb7e-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbb7f-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbb81-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbb82-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbb84-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbb85-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbb87-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbb88-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbb8d-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbb90-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbb91-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbb93-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbb94-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbb96-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbb97-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbb99-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbb9a-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbb9c-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbb9d-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbb9f-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbba0-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbba2-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbba3-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbba5-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbba6-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbba8-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbba9-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbbab-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbbac-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbbae-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbbaf-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbbb1-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbbb2-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbbb4-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbbb5-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbbb7-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbbb8-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbbba-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbbbb-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbbbd-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbbbe-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbbc0-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbbc1-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbbc3-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbbc4-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbbc6-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbbc7-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbbc9-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbbca-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbbcc-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbbcd-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbbcf-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbbd0-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbcc2-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbcc6-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbcc7-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbccb-5c3b0700, #w-node-dc62efca-885e-e4cb-194d-afd24c4bbccd-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbcce-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbcd2-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbcd3-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbcd7-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbcd8-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbcdc-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbcdd-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbce1-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbce2-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbce6-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbce7-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbceb-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbcec-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbcf0-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbcf1-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbcf5-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbcf6-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbcfa-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbcfb-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbcfe-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbcff-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbd03-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbd04-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbd08-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbd09-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbd0d-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbd0e-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbd12-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbd13-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbd17-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbd18-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbd1c-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbd1d-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbd21-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbd22-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbd26-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbd27-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbd2b-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbd2c-5c3b0700 {
  justify-self: start;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbd30-5c3b0700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc62efca-885e-e4cb-194d-afd24c4bbd31-5c3b0700 {
  justify-self: start;
}

#w-node-_9fed766b-af68-7d7f-a41e-88f573ca68ee-6176257b, #w-node-_12c7d8bc-2de2-d991-8605-6b9bcf4ade0c-6176257b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0c72b222-435c-1daa-5928-122326d001d2-6176257b {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: auto;
}

#w-node-a022987b-c9d2-a7f8-cb0d-beca8891d5e5-6176257b, #w-node-_0a4ecfb2-c387-75dc-dbc7-453efce93a4a-6176257b, #w-node-_785c9dae-42a8-656e-01bf-48761a06ac45-6176257b, #w-node-_5f20eeaa-c7cf-b01f-5018-5c2efa1564e7-6176257b, #w-node-_76b6a11b-12cc-fe9e-397b-a40b1d029168-6176257b, #w-node-_9c5d1a28-a7a3-b8a1-fe4c-ed3796b4e1e5-6176257b, #w-node-_478eec2f-7550-f51c-3d5a-54de71326da0-6176257b, #w-node-ae13f588-2600-8cc1-687d-09999b63a7de-6176257b {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-a250dcd1-4be1-6ae4-bc03-3c385abc634d-5abc634d {
  grid-area: 1 / 1 / 6 / 2;
  justify-self: auto;
}

#w-node-_66f15c4f-11a8-47a0-b1f4-aef55dd5a00d-eac55e93 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1ce54ab8-fe74-a4b1-e374-01f3c15a9271-c15a9271 {
  order: -9999;
}

#w-node-c1506599-8184-19ab-4423-5dbdf735febb-cbad5046, #w-node-c1506599-8184-19ab-4423-5dbdf735febc-cbad5046 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff606f8c-6027-efd9-76dd-ead426d6f7a6-72ecaf78 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_342be391-f2cb-f546-fa22-e0c92029bdcc-72ecaf78 {
  place-self: center;
}

#w-node-df2a2629-5b70-9d1a-00c0-48ea090a19dc-72ecaf78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e575f077-f7b9-050f-c394-c61b8b781fdf-72ecaf78 {
  justify-self: stretch;
}

#w-node-_08deaec2-4432-c753-b167-0700da3a723e-72ecaf78, #w-node-_02ca5f94-7824-1129-72e9-82d6ae398fde-87d4f1f0 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_863c2db9-efb5-a8dc-cb7f-9eeda5aaddd6-87d4f1f0 {
  place-self: auto center;
}

#w-node-_609893e6-65ce-f117-d19d-05c5cd4bcd82-87d4f1f0, #w-node-_88defd8d-bcf8-c8ca-1ec5-1a9ea6e591ae-87d4f1f0 {
  place-self: auto;
}

#w-node-c86ae0a4-874a-2923-5284-1c63a4741188-87d4f1f0 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c43ccc8e-9a95-4a39-016b-ac93fe4b7ef9-87d4f1f0 {
  grid-area: 4 / 1 / 5 / 4;
}

#w-node-_82ab4581-4145-02bf-94bf-279a7165e585-f0f6ff10 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1970a3c0-f6a4-ad4c-31d5-5e1fbaa33502-f0f6ff10 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_2b70ccdc-cee6-1d32-edb4-2e0172dbdcd5-f0f6ff10 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_097828bf-0516-1300-463c-2d61bf14c75f-f0f6ff10 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-fa5f7606-4945-1aaf-3f60-b651d487427f-a335bd91, #w-node-e571870d-26f6-3d27-d963-e8f10691b8ea-b4ab9bb9, #w-node-_6f37976a-3826-26e3-df44-71a3dcb0561b-73246d7e, #w-node-c65bd298-b529-bbe0-e6c1-91e405cd8541-a0e7b67a, #w-node-_574c134c-f688-2df4-5fc1-46bb69a24926-2715b1da, #w-node-_9d6b9a1a-9a11-6a51-7c7c-8fae08b03fc3-bf088947, #w-node-_1a69f1b0-5fd0-0a6b-1396-b093af22f1e4-53007f58, #w-node-_47a2509c-2afa-7045-1f5a-5bddb287f87d-b2b4f112, #w-node-_6e535783-9c70-dd1c-1d88-7e1465596b43-0868e579, #w-node-ba8797b7-ecfe-ad97-b4aa-51f967bcdef7-9cb7f27c, #w-node-_48c1d9e0-75e9-d315-3d12-f254ea323840-f468eaf0, #w-node-_346b5e1f-acd9-7625-bc1f-c5d77d2728a0-b4ae5d2a, #w-node-_5facd0fb-abc2-42dd-7a68-dfe258ae082c-491b2fc9, #w-node-f3089b28-2b20-0e01-0d45-fb6af8b77ed4-8fa4a5dd, #w-node-_8f31f89c-bf0e-60b6-66ae-65de6220d039-ae1c214c, #w-node-_41609d0f-d56e-76d8-b617-67e29ce1a7f7-83ffb7aa, #w-node-_24366f27-3e0f-d2b7-b475-82d70f82b523-b2b67165, #w-node-_39c2b3af-f67c-6fa7-3615-318a84b6c19e-f8c0dc23, #w-node-_3f7f6364-2d48-8ce9-f6d6-871557ec6877-a339aefa, #w-node-_30a0b933-2bca-54dd-904a-abe145002b23-ce32c6c6, #w-node-e710675c-a471-67ed-8e25-815878a513ab-92930a2b, #w-node-_764b3f76-7847-fe64-797b-7b9b1c254284-aa6848d4, #w-node-ab670731-7488-d24d-a386-909af261e36c-d2520308, #w-node-f47464ed-fa82-f698-e60d-9c739e40a968-60efad19, #w-node-e1c11e0b-734c-9a02-3749-5605736d660a-8e9a6ac8, #w-node-ce2d6486-36e1-1b16-0405-c5014b5f503d-37250624, #w-node-f209f34a-322c-154a-9251-57c31932b38e-834b3b80, #w-node-a4802e9d-8e9f-1212-abed-831b46e39d6d-4e1d51ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-be4b5be9-b92c-69dd-863e-e355e78c31fc-15546a80 {
  grid-area: 1 / 1 / 2 / 2;
}

#Transaction.w-node-_93b5b32d-dbbe-f902-6dbe-cc7a0444b4f7-15546a80 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_45b112b5-49b5-d109-c33c-172233afb8bb-15546a80 {
  grid-area: 2 / 1 / 3 / 2;
}

#Payment-Terms.w-node-a30320e1-2ae0-cfff-7548-f96d8a50b237-15546a80 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_5b95e791-1171-c4fd-388c-1a06bee38af2-15546a80 {
  grid-area: 3 / 1 / 4 / 2;
}

#Business-Partner.w-node-eafc3ccb-16f5-8c7d-2cda-6f085cc03010-15546a80 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_2738cbf5-e879-6cbe-cbc5-71a879105e3f-15546a80 {
  grid-area: 4 / 1 / 5 / 2;
}

#Document-Type-2.w-node-_2738cbf5-e879-6cbe-cbc5-71a879105e42-15546a80 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-b9547576-f0e4-0c41-08cd-951f82011d4c-15546a80 {
  grid-area: 5 / 1 / 6 / 2;
}

#To.w-node-ffe6d694-6f2b-16bd-30f5-665573fe950c-15546a80 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-_2e8179a9-1b5f-5fb8-92da-b61071702d30-15546a80 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: auto;
}

#w-node-ac814cb9-539c-edea-76b1-945ed0f0c28b-15546a80 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_2fb49333-672c-3fb5-4b43-1fb075b0489a-15546a80 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-c10f0896-4c39-68b5-8a95-b3ce0ccc35cd-15546a80 {
  grid-area: 4 / 2 / 5 / 3;
}

#Customer-Ref-NO-2.w-node-c10f0896-4c39-68b5-8a95-b3ce0ccc35d0-15546a80 {
  grid-area: 3 / 4 / 4 / 5;
}

#w-node-_743285cf-6153-8cab-ca8d-de82927ef2bb-15546a80 {
  grid-area: 3 / 2 / 4 / 3;
}

#Customer-Ref-NO.w-node-_715967ab-37b2-d3d0-f1d5-7b3aaa68e0e4-15546a80 {
  grid-area: 3 / 4 / 4 / 5;
}

#w-node-a1f55cd2-6e7e-c493-5bf5-8069507739f1-15546a80 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b86ef18c-474a-bcf6-c2d0-1a16f63a25e5-15546a80 {
  grid-area: span 5 / span 1 / span 5 / span 1;
}

#w-node-_9f4ad0ce-f120-46ca-0216-bd0b2144acde-15546a80 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-df4d4d4c-8dd9-7233-0bb9-49435680cd77-15546a80, #w-node-d7a8c506-ef0e-3f8c-2d52-a5a8407b5013-15546a80, #w-node-_8ade2248-da51-fa00-4b7c-873b023137f0-15546a80, #w-node-ccf2c7f6-2090-c32b-02aa-7341aec6d8d5-15546a80, #w-node-_04f0a2c4-a20e-8e8a-fcc8-5a944e360409-15546a80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_57f5ceba-8453-9af3-1af5-e0f9c61b5a2b-15546a80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_99426d87-9d40-257f-6f95-82b159a59bb4-15546a80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e16b8dc9-75e0-4082-212c-220c64beae74-15546a80 {
  grid-area: 5 / 2 / 6 / 4;
}

#w-node-a3c4df3a-a6b6-40f6-379b-18b4746e76b9-a86c2a2e {
  order: -9999;
  align-self: center;
}

#w-node-da14cee7-47e5-e928-8189-a0efb8977f33-54beed94, #w-node-_1d99d7d4-1c61-a87d-a93c-bd693433c4ba-54beed94 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_17fa50e9-b8de-4e9e-d03b-3c7c7071ee5a-54beed94 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_203398d3-7dab-ab7b-ea43-aab27c40b421-54beed94 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_65f07f3b-7968-eebe-ba48-3052b654a429-54beed94 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: center;
}


.wb-swiper {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.wb-swiper_wrapper {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  gap: 0rem;
}

.wb-swiper_slide {
  position: relative;
  width: 25%;
  margin-right: 1rem;
  flex: 0 0 auto;
}

.wb-swiper_controls {
  display: flex;
  overflow: hidden;
  margin-top: 1rem;
  justify-content: space-between;
  align-items: center;
}

.wb-swiper_button-wrap {
  display: flex;
  gap: 8px;
}

.wb-swiper_button {
  display: flex;
  width: 3rem;
  height: 3rem;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0px;
  justify-content: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: black;
  border-radius: 100%;
  background-color: var(--color);
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: ease;
  cursor: pointer;
}

.wb-swiper_button.-wfp-hover,
.wb-swiper_button:hover {
  background-color: rgb(36, 36, 36);
}

.wb-swiper_pagination {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.25rem;
}

.wb-swiper_bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgb(222, 222, 222);
  cursor: pointer;
}

.wb-swiper_bullet.is-active {
  background-color: rgb(44, 44, 44);
  opacity: 1;
  cursor: pointer;
  box-sizing: border-box;
}

.wb-swiper_bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgb(222, 222, 222);
  cursor: pointer;
}

/*
 *  Remodal - v1.0.4
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden; }

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none; }

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none; }

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch; }

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: ""; }

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; }

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block; }

/*
 *  Remodal - v1.0.4
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px); }

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9); }

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.remodal-overlay.remodal-is-opening {
  -webkit-animation: remodal-overlay-opening-keyframes 0.3s;
  animation: remodal-overlay-opening-keyframes 0.3s; }

.remodal-overlay.remodal-is-closing {
  -webkit-animation: remodal-overlay-closing-keyframes 0.3s;
  animation: remodal-overlay-closing-keyframes 0.3s; }

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0; }

/* Default theme styles of the modal dialog */
.remodal {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff; 
  height: auto;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.remodal.remodal-is-opening {
  -webkit-animation: remodal-opening-keyframes 0.3s;
  animation: remodal-opening-keyframes 0.3s; }

.remodal.remodal-is-closing {
  -webkit-animation: remodal-closing-keyframes 0.3s;
  animation: remodal-closing-keyframes 0.3s; }

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle; }

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent; }

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38; }

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center; }

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0; }

.remodal-confirm {
  color: #fff;
  background: #81c784; }

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a; }

.remodal-cancel {
  color: #fff;
  background: #e57373; }

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350; }

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0; } }
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0; } }
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px; } }
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38; }

.lt-ie9 .remodal {
  width: 700px; }

.remodal {
  padding: 10px 20px 20px;
  text-align: left; 
}
.remodal .remodal-close {
    right: -17px;
    top: -17px;
    left: inherit;
    border-radius: 100px;
    background-color: #ccc;
    opacity: 0.9;
    color: #666;
    text-align: center; 
}
  
.remodal table {
  border-collapse: collapse;
  table-layout: auto; 
  border: 1px solid #e4e4e4;
  margin-top: 1rem;
}

.remodal table tr.GeneralTlt {
  color: #0f4c81;
  font-weight: 700;
  text-align: center;
}

.remodal table td input, .remodal table td input:focus{
  border: none;
  outline: none;
  box-shadow: none;
}

.remodal table th, .remodal table td {
  padding: 0.5rem;
  border: 1px solid #e4e4e4;
  vertical-align: top; 
}

.remodal table th:nth-child(1), .remodal table td:nth-child(1) {
  width: 33%;
}
    
.remodal table tr th:first-child, .remodal table tr td:first-child {
      padding-left: 0; }
    
.remodal table tr th:last-child, .remodal table tr td:last-child {
      padding-right: 0; 
}

.remodal table tr td:last-child {
  width: 99%; 
}

/*Item detail Image Slider*/
.product-slider {
  height: 100%;
  background-color: rgba(221, 221, 221, 0);
}
.slider-mask {
  height: 100%;
}
.slide {
  height: 100%;
}

.arrow-left {
  .slider-arrow-icon {
  position: absolute;
  width: 2rem;
  height: 2rem;
  margin: 198.992px 24px;
  aspect-ratio: auto;
  color: rgb(51, 51, 51);
  }

  @media screen and (max-width: 479px) {
    .slider-arrow-icon {
      margin-top: 87.992px;
      margin-bottom: 87.992px;
    }
  }
}
.arrow-right {
  .slider-arrow-icon {
  position: absolute;
  width: 2rem;
  height: 2rem;
  margin: 198.992px 24px;
  aspect-ratio: auto;
  color: rgb(51, 51, 51);
  }
  @media screen and (max-width: 479px) {
    .slider-arrow-icon {
      margin-top: 87.992px;
      margin-bottom: 87.992px;
    }
  }
}

.slider-nav {
  inset: auto 0% -7%;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  color: rgb(51, 51, 51);
}



@media screen and (max-width: 991px) {
  #w-node-a250dcd1-4be1-6ae4-bc03-3c385abc634d-5abc634d {
    justify-self: center;
  }

  #w-node-c1506599-8184-19ab-4423-5dbdf735febb-cbad5046 {
    order: -9999;
  }

  #w-node-ff606f8c-6027-efd9-76dd-ead426d6f7a6-72ecaf78 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_02ca5f94-7824-1129-72e9-82d6ae398fde-87d4f1f0 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: auto;
  }

  #w-node-b86ef18c-474a-bcf6-c2d0-1a16f63a25e5-15546a80 {
    grid-area: span 5 / span 1 / span 5 / span 1;
  }

  #w-node-da14cee7-47e5-e928-8189-a0efb8977f33-54beed94, #w-node-_1d99d7d4-1c61-a87d-a93c-bd693433c4ba-54beed94 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_17fa50e9-b8de-4e9e-d03b-3c7c7071ee5a-54beed94 {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-_203398d3-7dab-ab7b-ea43-aab27c40b421-54beed94, #w-node-_65f07f3b-7968-eebe-ba48-3052b654a429-54beed94 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0c72b222-435c-1daa-5928-122326d001d2-6176257b {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-c1506599-8184-19ab-4423-5dbdf735febf-cbad5046 {
    order: 9999;
  }

  #w-node-ff606f8c-6027-efd9-76dd-ead426d6f7a6-72ecaf78 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_02ca5f94-7824-1129-72e9-82d6ae398fde-87d4f1f0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_863c2db9-efb5-a8dc-cb7f-9eeda5aaddd6-87d4f1f0 {
    justify-self: auto;
  }

  #w-node-c86ae0a4-874a-2923-5284-1c63a4741188-87d4f1f0, #w-node-c43ccc8e-9a95-4a39-016b-ac93fe4b7ef9-87d4f1f0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b86ef18c-474a-bcf6-c2d0-1a16f63a25e5-15546a80 {
    grid-area: Area;
  }

  #w-node-_9f4ad0ce-f120-46ca-0216-bd0b2144acde-15546a80, #w-node-_99426d87-9d40-257f-6f95-82b159a59bb4-15546a80, #w-node-e16b8dc9-75e0-4082-212c-220c64beae74-15546a80 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a3c4df3a-a6b6-40f6-379b-18b4746e76b9-a86c2a2e {
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0c72b222-435c-1daa-5928-122326d001d2-6176257b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_478eec2f-7550-f51c-3d5a-54de71326da0-6176257b, #w-node-ae13f588-2600-8cc1-687d-09999b63a7de-6176257b {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-ff606f8c-6027-efd9-76dd-ead426d6f7a6-72ecaf78 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_342be391-f2cb-f546-fa22-e0c92029bdcc-72ecaf78 {
    place-self: auto;
  }

  #w-node-_609893e6-65ce-f117-d19d-05c5cd4bcd82-87d4f1f0 {
    justify-self: auto;
  }

  #w-node-c43ccc8e-9a95-4a39-016b-ac93fe4b7ef9-87d4f1f0, #w-node-_2e8179a9-1b5f-5fb8-92da-b61071702d30-15546a80, #w-node-ac814cb9-539c-edea-76b1-945ed0f0c28b-15546a80, #w-node-c10f0896-4c39-68b5-8a95-b3ce0ccc35cd-15546a80, #w-node-_743285cf-6153-8cab-ca8d-de82927ef2bb-15546a80 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b86ef18c-474a-bcf6-c2d0-1a16f63a25e5-15546a80 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_99426d87-9d40-257f-6f95-82b159a59bb4-15546a80 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto stretch;
  }

  #w-node-da14cee7-47e5-e928-8189-a0efb8977f33-54beed94, #w-node-_1d99d7d4-1c61-a87d-a93c-bd693433c4ba-54beed94 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_17fa50e9-b8de-4e9e-d03b-3c7c7071ee5a-54beed94 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_203398d3-7dab-ab7b-ea43-aab27c40b421-54beed94, #w-node-_65f07f3b-7968-eebe-ba48-3052b654a429-54beed94 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  .wb-swiper_slide {
    width: 75%;
  }
}
