:root {
  --extol-dark-gray: #2d383c;
  --dark-slate-grey: #3e3d3b;
  --white: white;
  --extol-darker: #d73923;
  --dark-khaki: #bcac72;
  --extol-gray: #d9d8d2;
  --error-color: #e54c29;
  --dark-slate-grey-2: #393836;
  --flowui-component-library--grey-300: #e4e6f1;
  --flowui-component-library--gray-500: #6b7094;
}

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

body {
  color: var(--extol-dark-gray);
  font-family: Exo, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

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

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

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

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

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

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

p {
  margin-bottom: 0;
  font-size: 24px;
}

a {
  color: var(--extol-dark-gray);
  text-decoration: none;
}

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

li {
  margin-bottom: .25rem;
}

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

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

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

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

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

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

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

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

.overflow-hidden.margin-bottom.margin-xsmall {
  position: relative;
}

.overflow-hidden.margin-bottom.left {
  margin-left: auto;
}

.overflow-hidden.wrap-image-hover {
  align-items: center;
}

.button {
  width: 343%;
  max-width: 343px;
  height: 45px;
  min-height: 45px;
  color: var(--dark-slate-grey);
  text-align: center;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

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

.button._404 {
  text-transform: uppercase;
  background-color: #0000;
  width: 100%;
  max-width: none;
  height: 100%;
  font-size: 2.5vw;
  transition: color .4s ease-in-out, background-color .4s ease-in-out;
  display: flex;
}

.button._404:hover {
  background-color: var(--dark-slate-grey);
  color: var(--white);
}

.heading-medium {
  font-size: 80px;
  font-weight: 700;
  line-height: 1.2;
}

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

.text-size-large {
  font-size: 36px;
}

.text-size-regular {
  font-size: 18px;
}

.text-size-medium {
  font-size: 24px;
}

.form {
  flex-direction: column;
  padding-right: 40px;
  display: flex;
}

.text-style-link {
  transition: color .2s;
}

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

.text-size-small {
  font-size: 14px;
}

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

.text-rich-text h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
}

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

.text-rich-text h5 {
  margin-top: 1.25rem;
  margin-bottom: .75rem;
}

.text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: .5rem;
}

.text-rich-text p {
  margin-bottom: .75rem;
  font-size: 1.1rem;
}

.text-rich-text blockquote, .text-rich-text ul {
  margin-bottom: .75rem;
}

.heading-xlarge {
  font-size: 200px;
  font-weight: 700;
  line-height: 1.1;
}

.page-wrapper.background-color-custom {
  background-color: #bcac72;
}

.page-wrapper.background-color-custom.overflow-hidden {
  background-color: var(--extol-gray);
  position: relative;
}

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

.show-tablet {
  display: none;
}

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

.utility-component.custom-background {
  background-color: var(--dark-khaki);
  height: 100vh;
  padding: 0 0;
}

.utility-component.custom-background.overflow-hidden {
  background-color: var(--extol-gray);
  min-height: 100vh;
}

.utility-form-block {
  border-top: 1px solid var(--dark-slate-grey);
  border-bottom: 1px solid var(--dark-slate-grey);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.utility-form-block.password {
  border: 1px #000;
}

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

.padding-small {
  padding: 1rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

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

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

.margin-bottom {
  margin: 0 0 4rem;
}

.margin-bottom.margin-small.password {
  font-size: 144px;
}

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

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

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

.styleguide-page-header {
  z-index: 1;
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 2rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}

.styleguide-page-header.container {
  border-bottom-style: solid;
  border-bottom-color: var(--dark-slate-grey);
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.container {
  padding-left: 80px;
  padding-right: 80px;
  position: relative;
}

.container.padding-custom-first {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding-top: 20vh;
  padding-bottom: 15vh;
  display: flex;
}

.container.padding-vertical.padding-custom-second {
  z-index: 1;
  padding-top: 220px;
  padding-bottom: 220px;
  position: relative;
}

.container.display-flex-horizontal {
  z-index: 1;
  justify-content: space-between;
  position: relative;
}

.container.padding-custom-second {
  z-index: 1;
  padding-top: 170px;
  position: relative;
}

.hero-section {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.main-heading.password {
  font-size: 96px;
}

.main-heading.password.text-style-allcaps.secondary-font.text-weight-bold {
  font-size: 80px;
}

.main-paragraph.text-size-medium.max-width {
  width: 100%;
  max-width: 543px;
}

.paragraph-wrap.margin-left {
  margin-left: 75px;
}

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

.main-image.hero {
  z-index: 1;
  background-image: url('../images/hero-img-02.avif');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 40vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.main-image.hero.first {
  background-image: url('../images/hero-img-01.avif');
}

.main-image.absolute {
  position: absolute;
}

.main-image.product-line {
  background-image: url('../images/thumb_EI.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 7px;
}

.shop-section {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.shop-section.tint {
  background-color: var(--extol-gray);
}

.grid-2-columns {
  grid-column-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .7fr;
}

.grid-2-columns.border {
  z-index: 1;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  position: relative;
}

.grid-2-columns.menu {
  z-index: 1;
  grid-column-gap: 136px;
  grid-row-gap: 16px;
  grid-template-columns: auto auto;
  justify-items: start;
  margin-top: 40px;
  position: relative;
}

.column.padding-left.padding-xxlarge.padding-custom {
  padding-top: 40px;
  padding-bottom: 40px;
}

.column.padding-left.padding-xxlarge.padding-custom.second {
  padding-left: 1.8rem;
  padding-right: 1.8rem;
}

.column.padding-left.padding-xxlarge.padding-custom.border-right {
  border-right: 1px solid #000;
}

.column.max-width {
  width: 50%;
}

.column.max-width.second {
  max-width: 510px;
}

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

.main-text.secondary-font.text-weight-bold.second {
  font-size: 4vw;
}

.main-text.secondary-font.text-weight-bold.second.text-style-allcaps {
  line-height: 1;
}

.main-text.secondary-font.text-weight-bold.second.text-style-allcaps.text-color-white {
  z-index: 1;
  font-size: 3vw;
  position: relative;
}

.main-text.secondary-font.text-weight-bold.text-size-large {
  font-size: 3vw;
}

.main-text.secondary-font.text-color-white.menu {
  font-size: 14vw;
}

.main-text.secondary-font.text-color-white.menu.text-style-allcaps.text-weight-bold {
  z-index: 1;
  margin-left: -16px;
  position: relative;
}

.main-text.secondary-font.text-color-white.menu.text-style-allcaps.text-weight-bold.black {
  color: var(--dark-slate-grey);
}

.main-text.text-size-regular.margin-top.margin-xsmall {
  margin-right: 5px;
}

.main-text.text-size-medium {
  font-size: 18px;
}

.main-text.text-size-medium.secondary-font.text-style-allcaps.text-weight-bold, .main-text.text-size-medium.secondary-font.text-style-allcaps.text-weight-bold.text-color-white {
  margin-right: 5px;
}

.main-text.text-size-medium.text-style-allcaps.text-color-white.secondary-font.text-weight-bold {
  font-size: 22px;
}

.main-text.text-size-medium.text-style-allcaps.text-color-white.secondary-font.text-weight-bold.password {
  color: var(--white);
}

.main-text.text-size-medium.text-color-white {
  font-size: 18px;
}

.main-text.heading-xlarge.secondary-font {
  z-index: 1;
  white-space: nowrap;
  mix-blend-mode: darken;
  font-size: 13.6vw;
  line-height: 1;
  position: relative;
}

.main-text.heading-xlarge.secondary-font.text-style-allcaps.color-text-white {
  color: var(--white);
  mix-blend-mode: normal;
  font-size: 10vw;
}

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

.main-text.heading-small.secondary-font {
  font-weight: 400;
}

.main-text.heading-small.secondary-font.margin-bottom {
  margin-bottom: 82px;
}

.main-text.heading-small.secondary-font.margin-bottom.text-color-white {
  margin-bottom: 36px;
}

.main-text.text-size-large {
  font-weight: 700;
}

.main-text.text-size-large.text-color-white {
  text-transform: capitalize;
}

.main-text.text-size-xlarge {
  font-size: 48px;
}

.collection-list-wrapper-product {
  z-index: 1;
  width: 100%;
  position: relative;
}

.collection-list-grid-3-columns {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-item {
  border-bottom: 1px solid #000;
}

.collection-item:nth-child(odd) {
  border-left: 1px #000;
}

.collection-item:nth-child(2n) {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

.card-product {
  width: 100%;
  padding: 45px 70px;
}

.card-product.container {
  position: relative;
}

.card-product.container.hover-shop.padding {
  height: 100%;
}

.info-card-wrapper.padding-vertical.padding-small.display-flex-horizontal {
  z-index: 1;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

.display-flex-horizontal {
  display: flex;
}

.components-section {
  width: 100vw;
}

.components-section.position-relative {
  background-color: #0000;
  position: relative;
}

.outline {
  color: var(--extol-gray);
  text-shadow: -2px -2px 0 var(--dark-slate-grey), 2px -2px 0 var(--dark-slate-grey), -2px 2px 0 var(--dark-slate-grey), 2px 2px 0 var(--dark-slate-grey);
  line-height: 1;
}

.outline.shop {
  opacity: 1;
  color: #fff;
  mix-blend-mode: lighten;
}

.outline.shop.white {
  color: var(--dark-slate-grey);
  text-shadow: -2px -2px 0 #fff, 2px -2px 0 var(--white), -2px 2px 0 var(--white), 2px 2px 0 var(--white);
}

.outline.shop.white.cart {
  text-shadow: 0 -1px 0 #fff, 1px -1px 0 var(--white), -1px 1px 0 var(--white), 1px 1px 0 var(--white);
}

.row.container.padding-vertical.padding {
  border-top: 1px solid var(--dark-slate-grey);
  border-right: 1px solid var(--dark-slate-grey);
  border-bottom: 1px solid var(--dark-slate-grey);
  padding-top: 30px;
  padding-bottom: 30px;
}

.row.display-flex-horizontal {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  position: relative;
  inset: 0% 0% auto auto;
}

.row.display-flex-horizontal.second {
  justify-content: flex-start;
}

.row.padding-vertical.padding-custom-second {
  border-top: 1px solid var(--dark-slate-grey);
  padding-top: 40px;
  padding-bottom: 40px;
}

.row.padding-vertical.padding-custom-second.display-flex-horizontal {
  justify-content: flex-start;
}

.row.padding-vertical.padding-custom-second.display-flex-horizontal.second {
  justify-content: flex-end;
}

.footer {
  z-index: 10;
  background-color: var(--extol-dark-gray);
  padding-top: 110px;
  padding-bottom: 60px;
  position: relative;
}

.main-form {
  width: 100%;
  max-width: 500px;
  padding-right: 25px;
}

.text-field {
  color: #fff;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #fff;
  height: auto;
  margin-top: 35px;
  padding-top: 0;
  padding-bottom: 5px;
  padding-left: 0;
}

.text-field.secondary-font:focus {
  border-bottom-style: solid;
  border-bottom-color: var(--dark-khaki);
}

.main-button {
  background-color: #0000;
  margin-top: 30px;
  margin-left: auto;
  padding: 0;
  font-family: Noto Sans, sans-serif;
  font-weight: 700;
}

.main-button.black {
  color: var(--dark-slate-grey);
  text-transform: uppercase;
  margin-top: 0;
  padding-top: 24px;
  padding-bottom: 6px;
}

.filter {
  mix-blend-mode: multiply;
  background-image: url('../images/noise-texture.avif');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.filter.fixed {
  z-index: 0;
  position: fixed;
  inset: 0%;
}

._404-grid {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr .45fr;
  width: 100%;
  position: relative;
}

.navbar {
  background-color: #0000;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar.container {
  z-index: 999;
  justify-content: space-between;
  align-items: center;
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: flex;
}

.navbar.container.just-logo {
  justify-content: flex-start;
  align-items: flex-start;
  height: 10vh;
  padding-top: 0;
  padding-bottom: 0;
}

.brand-image {
  width: 20vw;
}

.brand {
  z-index: 1;
}

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

.line {
  background-color: #fff;
  width: 2px;
  position: absolute;
  inset: 0% auto 0% 50%;
  transform: translate(-50%);
}

.line.position-absolute.black {
  background-color: var(--dark-slate-grey);
}

.filter-card-image {
  background-color: #3e3d3b82;
  border-radius: 7px;
  position: absolute;
  inset: 0%;
}

.wrapper-image {
  border-radius: 0;
  position: relative;
}

.cursor-clickable {
  display: none;
}

.view-more {
  opacity: 0;
  color: #fff;
  width: 120px;
  height: 120px;
  position: absolute;
  transform: scale(0);
}

.cursor {
  z-index: 1;
  opacity: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: #fff;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  position: absolute;
}

.main-cursor {
  z-index: 10016;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: fixed;
  inset: -50px auto auto -50px;
}

.read-more {
  opacity: 0;
  width: 120px;
  max-width: none;
  transform: scale(0);
}

.brand-image-hero {
  z-index: 3;
  width: 50vw;
  margin-bottom: 2.1rem;
  position: relative;
}

.brand-image-footer {
  object-fit: cover;
  width: 90%;
  margin-top: 90px;
  margin-bottom: 20px;
}

.line.position-absolute {
  width: auto;
  height: 2px;
  inset: auto 0 0% 0%;
  transform: none;
}

.link {
  color: var(--white);
  transition: color .2s;
}

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

.error-message {
  z-index: 2;
  color: var(--error-color);
  text-align: center;
  background-color: #0000;
  font-weight: 700;
  position: relative;
}

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

.succes-message {
  background-color: var(--extol-gray);
  border-radius: 5px;
  margin-top: 20px;
  font-size: 18px;
}

.heading-2 {
  color: #253b47;
  text-align: center;
  margin-bottom: 50px;
  padding-bottom: 0;
  font-size: 3.4vw;
  font-weight: 900;
  line-height: 1.1;
}

.heading-2.region-name {
  text-align: left;
  margin-top: 0;
}

.block__region {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 2.5fr;
  grid-auto-columns: 1fr;
  width: 80%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.faq-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 49px;
  display: flex;
}

.faq-wrap.stretch-content {
  align-items: stretch;
}

.action-button {
  z-index: 5;
  background-color: var(--extol-dark-gray);
  letter-spacing: .4px;
  border-radius: 110px;
  flex-wrap: nowrap;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 16px 40px;
  font-size: 16px;
  transition: transform .2s ease-in-out, box-shadow .2s ease-in-out;
  display: block;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 10px 20px #00000047;
}

.action-button:hover {
  color: #fff;
  transform: scale(1.01);
  box-shadow: 0 10px 26px #00000047;
}

.action-button.find-store {
  box-shadow: none;
  align-self: flex-start;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: transform .2s ease-in-out;
}

.size8-text {
  height: 31px;
  font-size: 12px;
  line-height: 16px;
  overflow: hidden;
}

.accordion-content {
  background-color: #fff;
  border: 1px dotted #a9a9a9;
  border-radius: 3px 3px 7px 7px;
  flex-direction: column;
  width: 100%;
  padding: 20px;
  display: flex;
}

.size5-text {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.block__intro {
  border-style: none;
  border-width: 1px;
  flex-wrap: nowrap;
  flex: 1;
  place-content: flex-start;
  align-items: flex-start;
  width: 80%;
  min-width: auto;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.heading-3 {
  font-size: 2.2vw;
  font-weight: 700;
}

.f-accordian-toggle {
  background-color: var(--extol-darker);
  border-radius: 7px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 10px 20px;
}

.f-accordian-dropdown {
  width: 100%;
  transition: all .3s;
  display: block;
}

.f-accordian-title-wrapper {
  white-space: normal;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.f-accordian-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  max-width: 500px;
  display: flex;
}

.f-accordian-icon {
  width: 24px;
  height: 24px;
  color: var(--white);
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  display: flex;
}

.f-accordian-list {
  background-color: #0000;
  width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.f-accordian-title {
  color: var(--white);
  letter-spacing: -.01em;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 24px;
}

.hero-image-link.position-absolute {
  z-index: 3;
  width: 246px;
  height: 246px;
  color: var(--extol-darker);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
  position: absolute;
  inset: 15vh 15vw auto auto;
}

.hero-image-link.position-absolute:hover {
  color: var(--white);
}

.hero-link-label {
  text-align: center;
  flex: 0 auto;
  align-self: center;
  width: 160px;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.5rem;
  line-height: 1;
  position: absolute;
}

.form-note-text {
  color: var(--white);
  padding-right: 40px;
  font-size: .8rem;
}

.hero-overlay-image {
  z-index: 2;
  opacity: .11;
  mix-blend-mode: multiply;
  width: 70vw;
  position: fixed;
  inset: 0% 0% auto auto;
}

.top-text-line {
  text-align: right;
  font-size: 24px;
  font-weight: 400;
  position: absolute;
  inset: 10% 10% auto auto;
}

.privacypolicy-section {
  flex-flow: column;
  max-width: 1000px;
  margin-top: 5rem;
  display: flex;
}

@media screen and (min-width: 1440px) {
  h2 {
    font-size: 3vw;
  }

  h3 {
    font-size: 2vw;
  }

  ul {
    padding-left: 1.25vw;
  }

  .overflow-hidden.margin-bottom.margin-xsmall.hover {
    padding-top: 2px;
  }

  .button._404 {
    max-width: none;
    height: 100%;
    display: flex;
  }

  .heading-medium {
    font-size: 5.56vw;
  }

  .text-size-large {
    font-size: 2.5vw;
  }

  .utility-component.custom-background {
    height: 100vh;
    padding-top: 220px;
    padding-bottom: 140px;
  }

  .utility-form-block {
    border-top: 1px solid var(--dark-slate-grey);
    border-bottom: 1px solid var(--dark-slate-grey);
    height: 100%;
  }

  .container {
    padding-left: 5.55vw;
    padding-right: 5.55vw;
  }

  .container.padding-custom-first {
    z-index: 1;
    padding-top: 9vw;
    padding-bottom: 10vw;
  }

  .container.padding-vertical.padding-custom-second {
    z-index: 1;
    position: relative;
  }

  .main-paragraph.text-size-medium {
    font-size: 1.5vw;
  }

  .paragraph-wrap.margin-left {
    margin-left: 12.5vw;
  }

  .grid-2-columns.menu {
    justify-items: start;
  }

  .column.padding-left.padding-xxlarge.padding-custom.second {
    padding-top: 2.7vw;
    padding-bottom: 2.7vw;
    padding-left: 2vw;
  }

  .column.padding-left.padding-xxlarge.padding-custom.border-right {
    padding-top: 2.7vw;
    padding-bottom: 2.7vw;
    padding-left: 5.5vw;
  }

  .column.max-width.second {
    flex-direction: column;
    flex: 0 auto;
    align-items: flex-start;
    width: auto;
    max-width: none;
    margin-left: auto;
    display: flex;
  }

  .column.display-flex-vertical {
    align-items: flex-start;
  }

  .main-text.secondary-font.text-weight-bold.second.text-style-allcaps {
    font-size: 3.33vw;
    line-height: .9;
  }

  .main-text.secondary-font.text-weight-bold.second.text-style-allcaps.text-color-white {
    font-size: 3vw;
  }

  .main-text.text-size-medium.text-style-allcaps.text-color-white.secondary-font.text-weight-bold.password {
    color: var(--white);
    font-size: 22px;
  }

  .main-text.heading-xlarge.secondary-font {
    z-index: 1;
    color: var(--dark-slate-grey);
    mix-blend-mode: darken;
    line-height: .9;
    position: relative;
  }

  .main-text.text-style-allcaps.text-size-medium.secondary-font.text-weight-bold.text-color-white {
    font-size: 1.65vw;
  }

  .main-text.heading-small.secondary-font.margin-bottom {
    margin-bottom: 5.55vw;
  }

  .collection-list-grid-3-columns {
    grid-column-gap: 0vw;
    grid-row-gap: 0px;
  }

  .card-product.container.hover-shop {
    padding: 0 0;
  }

  .card-product.container.hover-shop.padding {
    padding: 50px 5.5vw;
  }

  .outline {
    line-height: .9;
  }

  .row.display-flex-horizontal {
    margin-bottom: 20px;
  }

  .row.display-flex-horizontal.second {
    justify-content: flex-start;
  }

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

  .brand-image {
    width: 17vw;
  }

  .view-more, .read-more {
    opacity: 0;
    transform: scale(0);
  }

  .brand-image-footer {
    width: 30vw;
  }

  .line.position-absolute.background-color-black {
    height: 1px;
  }

}

@media screen and (max-width: 991px) {
  .hide-tablet {
    display: none;
  }

  .show-tablet {
    display: block;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

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

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

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

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

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

  .container {
    padding-left: 60px;
    padding-right: 60px;
  }

  .container.padding-custom-first {
    padding: 200px 60px 60px;
  }

  .container.padding-vertical.padding-xlarge {
    padding-left: 60px;
    padding-right: 60px;
  }

  .container.padding-vertical.padding-custom-second {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .container.display-flex-horizontal {
    flex-direction: column;
    padding-left: 60px;
    padding-right: 60px;
  }

  .container.padding-custom-second {
    padding-top: 100px;
  }

  .main-paragraph.text-size-medium {
    font-size: 18px;
  }

  .paragraph-wrap {
    margin-top: 20px;
    margin-left: auto;
  }

  .paragraph-wrap.margin-left {
    margin-left: auto;
  }

  .main-image.hero {
    height: 500px;
  }

  .grid-2-columns.menu {
    grid-column-gap: 98px;
  }

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

  .column.padding-left.padding-xxlarge.padding-custom.border-right {
    padding-left: 60px;
    padding-right: 60px;
  }

  .column.max-width {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .column.max-width.second {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .column.display-flex-vertical {
    align-items: flex-start;
    padding-left: 0;
  }

  .main-text.secondary-font.text-weight-bold.second.text-style-allcaps {
    font-size: 28px;
    font-style: normal;
  }

  .main-text.secondary-font.text-weight-bold.second.text-style-allcaps.text-color-white, .main-text.secondary-font.text-weight-bold.text-size-large.text-color-white {
    font-size: 24px;
  }

  .main-text.secondary-font.text-color-white.menu.text-style-allcaps.text-weight-bold {
    text-align: left;
    margin-left: -8px;
  }

  .main-text.text-size-medium, .main-text.text-size-medium.secondary-font.text-style-allcaps.text-weight-bold.text-color-white {
    font-size: 18px;
  }

  .main-text.heading-small.secondary-font.margin-bottom {
    margin-bottom: 40px;
  }

  .main-text.heading-small.secondary-font.margin-bottom.text-color-white {
    margin-bottom: 10px;
    font-size: 45px;
  }

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

  .card-product.container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .row.display-flex-horizontal {
    flex-direction: column;
    align-items: flex-start;
  }

  .row.display-flex-horizontal.second {
    flex-direction: row;
    align-items: center;
  }

  .row.padding-vertical.padding-custom-second.display-flex-horizontal {
    flex-direction: column;
  }

  .row.padding-vertical.padding-custom-second.display-flex-horizontal._404 {
    flex-direction: row;
  }

  .footer {
    padding-top: 60px;
  }

  .main-form {
    max-width: none;
  }

  .navbar.container {
    padding: 20px 60px;
  }

  .line.position-absolute, .line.position-absolute.black, .main-cursor {
    display: none;
  }

  .brand-image-hero {
    width: 60vw;
  }

  .brand-image-footer.show-tablet {
    max-width: 50%;
    margin-top: 0;
  }

  .block__intro {
    flex: 0 0 100%;
    align-self: stretch;
    width: auto;
    min-height: auto;
  }

  .heading-3 {
    font-size: 3.5vw;
  }

  .f-accordian-list {
    width: 100%;
  }

  .hero-image-link.position-absolute {
    width: 200px;
    height: 200px;
    top: 20%;
    right: 7%;
  }

  .hero-link-label {
    width: 140px;
    font-size: 1.4rem;
  }

  .top-text-line {
    font-size: 18px;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .button._404 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 3.85rem;
    padding-bottom: 3.85rem;
  }

  .heading-medium {
    font-size: 1.5rem;
  }

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

  .text-rich-text h2 {
    font-size: 1.7rem;
  }

  .heading-xlarge {
    font-size: 2.5rem;
  }

  .utility-component.custom-background {
    padding-top: 0;
    padding-bottom: 0;
  }

  .utility-component.custom-background.overflow-hidden {
    min-height: 100vh;
  }

  .utility-form-block {
    margin-bottom: 0;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

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

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

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

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

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

  .styleguide-page-header {
    margin-bottom: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.padding-custom-first, .container.padding-vertical.padding-custom-second {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container.display-flex-horizontal {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.padding-custom-second {
    padding-left: 0;
    padding-right: 0;
  }

  .main-heading.heading-medium {
    font-size: 1.7rem;
  }

  .grid-2-columns.menu {
    grid-column-gap: 43px;
  }

  .column {
    padding-top: 33px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .column.padding-left.padding-xxlarge.padding-custom.border-right {
    padding-left: 40px;
    padding-right: 30px;
  }

  .column.display-flex-vertical {
    justify-content: flex-start;
  }

  .main-text.heading-small.secondary-font.margin-bottom.text-color-white {
    margin-bottom: 0;
    font-size: 31px;
  }

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

  .card-product.container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .row.container.padding-vertical.padding {
    width: 100%;
  }

  .row.display-flex-horizontal.second {
    flex-direction: row;
    margin-bottom: 10px;
  }

  ._404-grid {
    grid-template-columns: 100vw;
  }

  .navbar.container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand-image {
    width: 25vw;
  }

  .line.position-absolute.black {
    display: none;
  }

  .brand-image-hero {
    width: 55vw;
  }

  .brand-image-footer.show-tablet {
    max-width: 90%;
  }

  .block__region {
    width: 100%;
  }

  .block__intro {
    flex: 0 0 100%;
  }

  .heading-3 {
    margin-bottom: 10px;
    font-size: 2em;
  }

  .hero-image-link.position-absolute {
    width: 150px;
    height: 150px;
    top: 25%;
  }

  .hero-link-label {
    width: 100px;
    font-size: 1.1rem;
  }

  .hero-overlay-image {
    display: none;
  }

  .top-text-line {
    top: 18%;
  }
}

@media screen and (max-width: 479px) {
  .button._404 {
    padding-top: 2.55rem;
    padding-bottom: 2.55rem;
    font-size: 10vw;
  }

  .form {
    padding-right: 0;
  }

  .text-rich-text h2 {
    font-size: 1.5rem;
  }

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

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

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

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

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

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.padding-custom-first {
    padding-top: 17rem;
  }

  .container.padding-vertical.padding-xlarge {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-heading.password.text-style-allcaps.secondary-font.text-weight-bold {
    font-size: 35px;
    font-weight: 700;
  }

  .main-image.hero {
    height: 400px;
  }

  .grid-2-columns.border {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.menu {
    grid-template-columns: auto;
  }

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

  .column.padding-left.padding-xxlarge.padding-custom.second {
    border-top: 1px solid #000;
    padding: 20px;
  }

  .column.padding-left.padding-xxlarge.padding-custom.border-right {
    padding: 20px;
  }

  .column.display-flex-vertical.hide-mobile-landscape {
    display: none;
  }

  .main-text.secondary-font.text-weight-bold.second {
    font-size: 1.5rem;
  }

  .main-text.secondary-font.text-weight-bold.second.text-style-allcaps {
    font-size: 24px;
  }

  .main-text.secondary-font.text-weight-bold.text-size-large {
    font-size: 1.2rem;
  }

  .main-text.secondary-font.text-color-white.menu.text-style-allcaps.text-weight-bold {
    font-size: 21vw;
  }

  .main-text.text-size-medium.text-style-allcaps.text-color-white.secondary-font.text-weight-bold {
    font-size: 13px;
  }

  .main-text.heading-xlarge.secondary-font {
    font-size: 26vw;
    line-height: .9;
  }

  .main-text.heading-xlarge.secondary-font.text-style-allcaps.color-text-white {
    font-size: 16vw;
  }

  .main-text.heading-small.secondary-font.margin-bottom {
    font-size: 2.1rem;
  }

  .card-product.container.hover-shop {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .info-card-wrapper.padding-vertical.padding-small.display-flex-horizontal {
    align-items: flex-start;
    padding-top: 20px;
  }

  .outline {
    line-height: .9;
  }

  .row.display-flex-horizontal.second {
    flex-direction: row;
  }

  .filter.fixed {
    background-image: url('../images/noise-texture.avif');
    background-size: cover;
    background-attachment: fixed;
  }

  .navbar.container.just-logo {
    height: 7vh;
  }

  .brand-image {
    width: 40vw;
  }

  .line.position-absolute {
    display: none;
  }

  .brand-image-hero {
    width: 80vw;
  }

  .heading-2 {
    margin-bottom: 30px;
  }

  .heading-2.region-name {
    font-size: 7vw;
  }

  .block__region {
    grid-template-columns: 1.5fr;
  }

  .action-button.find-store {
    text-align: center;
  }

  .block__intro {
    flex: 0 0 100%;
  }

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

  .hero-image-link.position-absolute {
    width: 150px;
    height: 150px;
    top: 23%;
  }

  .hero-overlay-image {
    width: 80vw;
  }

  .top-text-line {
    max-width: 80vw;
    top: 5rem;
  }
}

#w-node-_1f6c8c3e-aed7-e56f-e1d4-07801e07064a-e0b3da5b, #w-node-_934566e1-2eb4-5582-3016-ac33654ed0c1-e0b3da5b, #w-node-ca73a632-e5a3-a54d-e578-7e077dc49a0e-e0b3da5b, #w-node-a7edf05e-3ecb-ae13-1e01-e1f7add7630f-add762f9, #w-node-a7edf05e-3ecb-ae13-1e01-e1f7add7631a-add762f9, #w-node-a7edf05e-3ecb-ae13-1e01-e1f7add76323-add762f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fec4aa3e-01df-8c96-6fe4-372cddd4ab8e-e0b3da5d, #w-node-ccc81907-8dbc-e99f-e6d9-a28cf8534a07-e0b3da5d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8a564554-1632-7be1-3196-27f9911b3cd9-e0b3da5d, #w-node-a30f3749-5169-c8e9-d0a1-d7d7321496d2-321496ca, #w-node-a30f3749-5169-c8e9-d0a1-d7d7321496db-321496ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a4d8fa66-efdc-b2bd-188a-3f459896ad21-321496ca {
  align-self: center;
}

@media screen and (min-width: 1440px) {
  #w-node-a7edf05e-3ecb-ae13-1e01-e1f7add7630f-add762f9 {
    justify-self: start;
  }

  #w-node-a7edf05e-3ecb-ae13-1e01-e1f7add7631a-add762f9, #w-node-a7edf05e-3ecb-ae13-1e01-e1f7add76323-add762f9 {
    justify-self: end;
  }

  #w-node-_60d3fe8d16a07670a7e520bf00000000000b-e0b3da5d {
    align-self: stretch;
  }

  #w-node-a30f3749-5169-c8e9-d0a1-d7d7321496d2-321496ca, #w-node-a30f3749-5169-c8e9-d0a1-d7d7321496db-321496ca {
    justify-self: start;
  }
}

@media screen and (max-width: 991px) {
  #w-node-a7edf05e-3ecb-ae13-1e01-e1f7add7630f-add762f9 {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-fec4aa3e-01df-8c96-6fe4-372cddd4ab8e-e0b3da5d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ccc81907-8dbc-e99f-e6d9-a28cf8534a07-e0b3da5d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-_8a564554-1632-7be1-3196-27f9911b3cd9-e0b3da5d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

