body {
  color: #333;
  font-family: Dinpro;
  font-size: 1vw;
  line-height: 1;
}

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

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

.w-commerce-commercecartcontainer {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px #00000040;
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.w-commerce-commercecartproductname {
  font-weight: 700;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

.w-commerce-commercecartoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercecartquantity {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecartquantity::placeholder {
  color: #999;
}

.w-commerce-commercecartquantity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

.w-commerce-commercecartordervalue {
  font-weight: 700;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .w-commerce-commercecartquantity {
    font-size: 16px;
  }
}

.page-wrapper {
  overflow: hidden;
}

.page-wrapper.visible {
  overflow: visible;
}

.body {
  color: #000;
  font-family: Din Pro, Arial, sans-serif;
  font-size: 1.37vw;
  line-height: 1.5;
}

.menu-btn-wrap {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  cursor: pointer;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: .75rem;
  padding-bottom: .75rem;
  padding-left: .75rem;
  display: grid;
}

.black-div-4 {
  background-color: #000;
  width: 4px;
  height: 4px;
}

.cart-button {
  background-color: #3898ec00;
  padding: .563em .938em;
}

.cart-quantity {
  color: #fff;
  background-color: #07f;
  border: 3px #f8f8f8;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: .6em;
  font-weight: 700;
  line-height: 18px;
  display: flex;
  position: absolute;
  bottom: .5em;
  right: .8em;
}

.header-cool {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  order: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.header-cool.open-men {
  position: absolute;
  inset: 0% 0% auto auto;
}

.txt-16 {
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 400;
  line-height: 2;
}

.txt-16.height-1-4 {
  line-height: 1.4;
}

.txt-16.font {
  font-family: Vastine, Arial, sans-serif;
  line-height: 1.5;
}

.txt-16.normal {
  color: gray;
  text-transform: none;
}

.txt-16.normal:hover {
  opacity: 1;
  color: red;
}

.txt-16.normal.height-1-5 {
  max-width: 75%;
  line-height: 1.5;
  display: block;
}

.txt-16.normal.height-1-5:hover {
  color: #000;
}

.txt-16.normal.height-1-5.maxw-50 {
  max-width: 50%;
}

.txt-16.normal.height-1-5.details {
  text-align: center;
  align-self: center;
}

.txt-16.normal.height-1-5.details-subtitle {
  display: none;
}

.txt-16.normal.blue-hover {
  font-size: 16px;
  line-height: 24px;
}

.txt-16.normal.blue-hover:hover {
  color: #07f;
}

.txt-16.small {
  line-height: 1;
}

.txt-16.bold {
  font-weight: 700;
  line-height: 1.5;
}

.footer {
  flex-flow: column;
  justify-content: flex-end;
  min-height: 100vh;
  padding: 48px;
  display: flex;
}

.footer.grid-hover {
  z-index: 25;
  z-index: 25;
  height: 100svh;
  min-height: auto;
  padding: 14em 3em 3em;
  position: relative;
  bottom: 0;
}

.footer-grid {
  z-index: 2;
  grid-column-gap: 3rem;
  grid-row-gap: 18.75em;
  border-top: 1px #00000040;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  height: 75vh;
  min-height: auto;
  padding-top: 0;
  display: grid;
  position: relative;
}

.footer-logo {
  grid-column-gap: 190px;
  grid-row-gap: 190px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 15.625em;
  display: block;
}

.footer-social-wrap {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.social-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: flex-end;
  font-family: Vastine, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: .9;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.social-block:hover {
  color: #07f;
}

.social-embed {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-policy-wrap {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.footer-link-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.top-btn {
  flex: none;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  inset: 0 0% auto auto;
}

.div-block-28 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-policy {
  color: #000;
  text-transform: uppercase;
  font-size: .875em;
  line-height: 1.5em;
  text-decoration: none;
}

.footer-wrap-page {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-link {
  color: #000;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5em;
  text-decoration: none;
}

.footer-link:hover {
  color: #07f;
}

.cart-container {
  background-color: #fff0;
  min-width: 100%;
  max-width: 100%;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  margin-right: 0;
}

.cart-space {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  padding: 3.5rem 1.5rem 1.5rem;
  position: relative;
}

.cart-content {
  z-index: 3;
  grid-column-gap: 4.25em;
  grid-row-gap: 4.25em;
  background-color: #fff;
  flex-flow: column;
  justify-content: space-between;
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
  padding: 1.5rem 0;
  display: flex;
  position: relative;
  overflow: auto;
}

.cart-bg {
  z-index: 1;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-color: #00000014;
  position: absolute;
  inset: 0%;
}

.close-button {
  cursor: pointer;
  width: 24px;
  height: 24px;
  margin-top: .7rem;
}

.cart-header {
  border-bottom-style: none;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.5rem;
}

.h4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
}

.cart-list {
  padding: 0;
  overflow: auto;
}

.checkout-button {
  color: #000;
  background-color: #3898ec00;
  border-radius: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.4;
}

.cart-line-item {
  grid-column-gap: .625em;
  grid-row-gap: .625em;
  flex-flow: row;
  justify-content: flex-end;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
}

.all-price {
  font-weight: 400;
}

.cart-footer {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top-style: none;
  justify-content: center;
  align-items: flex-end;
  padding: 0 24px;
}

.checkout-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.default-state {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  justify-content: space-between;
  overflow: auto;
}

.cart-item {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  color: #000;
  border-top: 1px solid #00000040;
  grid-template-rows: auto;
  grid-template-columns: 30% 65%;
  grid-auto-columns: 1fr;
  align-items: stretch;
  max-width: 100%;
  margin-top: -.0625em;
  padding: 1.5em;
  display: grid;
}

.cart-item:hover {
  color: #fff;
  background-color: #000;
}

.item-text-left-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.cart-product-tittle {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.cart-product-tittle.mob {
  display: none;
}

.cart-product-description {
  opacity: .5;
  max-width: 75%;
  font-size: 1em;
  line-height: 1.5em;
}

.price-container {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.cart-all-price-container {
  display: flex;
}

.remove-button {
  color: #000;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 1.4;
  text-decoration: none;
}

.remove-button:hover {
  color: red;
}

.quantity-container {
  border: 1px solid #00000024;
  border-radius: 4px;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.cart-item-img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: 50% 50%;
  width: auto;
  min-height: 100%;
  max-height: 8.5em;
}

.cart-item-quantity {
  text-align: center;
  appearance: textfield;
  background-color: #fafafa00;
  border-style: none;
  border-color: #00000021;
  border-radius: 4px;
  margin-bottom: 0;
  padding-left: 6px;
}

.menu-social-wrap {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.tabs {
  flex-flow: column;
  display: flex;
}

.tabs-menu-2 {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 1em;
  display: flex;
}

._w-tab-link {
  color: #00000040;
  background-color: #ddd0;
  padding: 0 0 0;
  display: block;
}

._w-tab-link.w--current {
  color: #000;
  background-color: #fff0;
  padding-top: 0;
}

.menu-video {
  aspect-ratio: 16 / 9;
  filter: brightness(95%);
  object-fit: fill;
  width: 100%;
  height: 100%;
}

.menu-wrap {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  opacity: 1;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 25.875em;
  padding-top: 3em;
  display: flex;
}

.menu-link {
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: color .2s;
}

.menu-link:hover {
  color: #07f;
}

.menu-link.w--current {
  display: block;
}

.options-list {
  display: none;
}

.logo-header {
  height: .75em;
  transition: all .2s;
}

.logo-header:hover {
  opacity: .5;
}

.cart-item-text-container {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: 50% 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  height: 100%;
  min-height: 100%;
  max-height: 15.625em;
  display: grid;
}

.item-right-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.more-collection-section {
  padding: 100px 48px 48px;
}

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

.collection-card {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  color: #000;
  flex-flow: column;
  height: 100%;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.collection-card:hover {
  color: #07f;
}

.collection-card-img-container {
  background-color: #f8f8f8;
  width: 100%;
}

.collection-card-img {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: 50% 100%;
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
}

.collection-card-tittle-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.collection-card-tittle {
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5em;
}

.text-block-36 {
  color: #000;
  font-size: 1em;
  line-height: 1.5em;
}

.category-grid-item {
  display: block;
}

.collection-wrapper {
  padding: 48px;
}

.collection-container {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.collection-content {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  display: flex;
}

.collection-img-container {
  background-color: #f8f8f8;
  width: 100%;
}

.collection-img {
  object-fit: contain;
  min-width: 100%;
  max-height: 100%;
}

.collection-description-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-description {
  font-size: 16px;
  line-height: 1.4;
}

.collection-description.typing-effect {
  max-width: 75%;
  font-size: 1em;
  line-height: 1.5em;
}

.collection-tittle-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-tittle {
  text-transform: uppercase;
  font-size: 32px;
  line-height: 1.2;
}

.collection-tittle.typing-effect {
  font-size: 1.5em;
  line-height: 1.5em;
}

.collection-tittle-block {
  max-width: 25em;
}

.collection-tab {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px #00000040;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.collection {
  color: #000;
  background-color: #fff;
  border-bottom: 4px solid #fff;
  justify-content: center;
  align-items: center;
  height: 3.5em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  font-size: 16px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

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

.collection.w--current {
  border-bottom-color: #000;
}

.collection-list3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.all_collection-list-wrapper {
  border-bottom: 1px solid #00000024;
  border-radius: 1px;
  width: 100%;
  overflow: auto;
}

.collection-text-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.empty-state {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
}

.text-block-40 {
  font-size: 15px;
  line-height: 1.4;
}

.grid-holder {
  z-index: 1;
  position: absolute;
  inset: 0 0% 0%;
}

.navbar-2 {
  z-index: 99;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #ddd0;
  width: 100%;
  position: fixed;
  top: 0;
}

.header-content {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  display: flex;
  position: relative;
}

.menu-btn {
  z-index: 5;
  padding: 0;
  display: block;
}

.menu-btn.w--open {
  z-index: 99;
  background-color: #0000;
  position: static;
  inset: 0% 0% auto auto;
}

.open-menu {
  z-index: 5;
  background-color: #fff;
  justify-content: space-between;
  align-items: stretch;
  min-width: 0%;
  min-height: auto;
  margin-top: 1.75rem;
  margin-left: .75rem;
  margin-right: .75rem;
  padding: 1.75rem .75rem 1.5rem;
  display: flex;
  position: fixed;
  top: 0;
}

.menu-grid {
  z-index: 10;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  max-width: 100%;
  max-height: 100%;
  padding: 1.5rem;
  display: grid;
  position: relative;
}

.menu-right-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  max-width: 50em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header-wrapper {
  z-index: 5;
  width: 100%;
  padding: 1.5rem 1.5rem 0;
  position: relative;
}

.navbar-background {
  z-index: 5;
  opacity: .61;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-color: #0003;
  width: 120vw;
  height: 120vh;
  position: absolute;
  inset: -8% 0% 0% -5%;
}

.social-icon {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.menu-video-link {
  z-index: 2;
  width: 100em;
  max-width: 100%;
  position: relative;
}

.collection-list-5 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.txt-16-upp {
  text-transform: uppercase;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

.txt-16-upp.menu-link {
  line-height: 24px;
}

.menu-colection-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.menu-cms-wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 2em;
  padding-bottom: 2em;
  padding-left: 1em;
  display: flex;
  overflow: hidden;
}

.collection-item-5 {
  min-width: 25%;
  display: block;
}

.div-block-212 {
  background-color: #000;
  width: 6px;
  min-width: 6px;
  max-width: 6px;
  height: 6px;
  min-height: 6px;
  max-height: 6px;
}

.div-block-213 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-10 {
  color: #000;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.link-10:hover {
  color: #07f;
}

.explore {
  color: currentColor;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.explore.mob, .image-27 {
  display: none;
}

.all_collection-list-nav_button {
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 56px;
  min-width: 56px;
  max-width: 56px;
  height: 56px;
  min-height: 56px;
  max-height: 56px;
  display: flex;
}

.arrow-left {
  align-self: flex-start;
  width: 1em;
  height: .875em;
}

.arrow-right {
  align-self: flex-end;
  width: 1em;
  height: .875em;
}

.cookie-banner {
  z-index: 99;
  background-color: #000;
  max-width: 720px;
  padding: 48px;
  position: fixed;
  inset: auto 0% 0% auto;
}

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

.text-block-62 {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.text-block-63 {
  color: #98a2b3;
  font-size: 16px;
  line-height: 24px;
}

.div-block-229 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cookie-buttons {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-3 {
  color: #98a2b3;
  text-transform: uppercase;
  background-color: #0000;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
}

.button-4 {
  color: #fff;
  text-transform: uppercase;
  background-color: #0000;
  border-bottom: 1px solid #fff;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
}

.menu-pane {
  max-width: 100%;
}

.cart-item-left-container {
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
}

.item-text-left-block {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
}

.main-top {
  margin-top: 12em;
}

.main-top.art {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  margin-top: 9em;
  display: flex;
}

.nav-wrapper {
  height: 0;
}

.svg {
  color: #000;
  width: 56px;
}

.navbar-overlay {
  z-index: 90;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #0000000d;
  width: 100%;
  height: 100%;
  transition: opacity .2s;
  display: none;
  position: fixed;
  inset: 0%;
}

.quantity-button {
  color: #000;
  text-align: center;
  background-color: #3898ec00;
  font-size: 12px;
  line-height: 12px;
  text-decoration: none;
}

.text-block-64 {
  text-transform: none;
  font-size: 1em;
  line-height: 1.5em;
}

.svg-2 {
  color: #000;
  width: 15px;
  height: 24px;
}

.svg-2:hover {
  color: #07f;
}

.svg-3 {
  color: #000;
  width: 36px;
  height: 31px;
  transition: all .2s;
}

.svg-3:hover {
  opacity: .5;
}

@media screen and (min-width: 1280px) {
  .txt-16.normal:hover {
    color: red;
  }

  .tabs-menu-2 {
    padding-bottom: 48px;
  }

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

  .menu-wrap {
    padding-top: 77px;
  }

  .s-global {
    position: relative;
  }

  .header-content {
    padding: 24px;
  }

  .header-wrapper {
    padding: 24px 24px 0;
  }

  .txt-16-upp {
    position: static;
  }

  .mission-card._3 {
    max-height: none;
  }

  .collection-title.normal:hover {
    color: red;
  }
}

@media screen and (min-width: 1440px) {
  .page-wrapper {
    overflow: hidden;
  }

  .body {
    font-size: 1.1vw;
  }

  .tabs {
    width: 50em;
  }

  .tabs-menu-2 {
    padding-bottom: 48px;
  }

  .menu-wrap {
    padding-top: 77px;
  }

  .object-img {
    right: 3%;
  }

  .transition {
    grid-auto-columns: 0;
  }

  .header-content {
    margin-left: 0;
    margin-right: 0;
    padding: 24px;
  }

  .menu-right-wrap {
    align-items: flex-end;
    width: 57em;
    max-width: none;
  }

  .header-wrapper {
    padding-top: 56px;
  }

  .menu-video-link {
    width: 50em;
  }

  .mission-card._1, .mission-card._2, .mission-card._3, .mission-card._1, .mission-card._2, .mission-card._3, .card-img {
    max-height: none;
  }

  .container-gl {
    width: 100%;
  }

  .cms-wraper {
    height: 450vh;
  }

  .art-oject-slider {
    height: 47em;
  }

  .popup-wrap {
    padding-top: 69px;
  }

  .menu-tab-rig {
    justify-content: flex-end;
    display: flex;
  }
}

@media screen and (min-width: 1920px) {
  .body {
    font-size: .87vw;
  }

  .div-block-12 {
    grid-column-gap: 96px;
    grid-row-gap: 96px;
  }

  .hero-content {
    margin-left: 0;
    bottom: 2.5vw;
    left: 96px;
  }

  .txt-16 {
    line-height: 32px;
  }

  .txt-48 {
    margin-top: .416667vw;
  }

  .tabs {
    width: auto;
  }

  .tabs-menu-2 {
    padding-bottom: 48px;
  }

  .menu-wrap {
    padding-top: 77px;
  }

  .object-img {
    right: 5%;
  }

  .faq-question, .attribute-tittle {
    font-weight: 500;
  }

  .attribute-item-container {
    align-items: center;
    margin-top: 0;
  }

  .header-content {
    padding: 24px;
  }

  .open-menu {
    position: absolute;
  }

  .menu-right-wrap {
    width: 100%;
  }

  .menu-video-link {
    width: 57em;
  }

  .mission-card._1, .mission-card._2, .mission-card._3, .mission-card._1, .mission-card._2, .mission-card._3, .card-img {
    max-height: none;
  }

  .mission-card-img {
    aspect-ratio: auto;
  }

  .cms-header-div {
    top: 96px;
    left: 96px;
  }

  .art-img, .art-img-container, .art-img-container.margin-top0, .art-img-container.margin-top0 {
    width: 100%;
  }

  .art-oject-slider {
    height: 62em;
  }

  .popup-wrap {
    padding-top: 70px;
  }

  .popup-icon-close {
    width: 24px;
    height: 24px;
  }

  .progress-lines {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .progress-line-item {
    min-width: 200px;
  }

  .navbar-overlay {
    z-index: 98;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #0000000d;
    width: 100%;
    height: 100%;
    transition: filter .2s, opacity .2s;
    position: fixed;
    inset: 0%;
  }

  .collection-title {
    line-height: 32px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    padding: 0 1rem;
  }

  .runner-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .body {
    font-size: 2.09vw;
  }

  .marquee-content.scroll {
    height: 24px;
  }

  .div-block-11 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    padding-right: 16px;
  }

  .div-block-12 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .div-block-13 {
    margin-top: 0;
    position: absolute;
    inset: 8px 16px auto auto;
  }

  .div-block-16 {
    display: none;
  }

  .cart-quantity {
    border-style: none;
    border-radius: 0;
  }

  .header-cool {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .hero-content {
    margin-left: 4.688em;
    bottom: 6.25815vw;
    left: 12.5163vw;
  }

  .txt-16.normal {
    display: none;
  }

  .txt-16.normal.height-1-5 {
    text-align: center;
    font-size: .875em;
    display: block;
  }

  .txt-16.normal.height-1-5.maxw-50.typing-effect {
    text-align: left;
    text-align: left;
    max-width: 75%;
  }

  .txt-16.normal.height-1-5.details-subtitle {
    display: block;
  }

  .txt-48 {
    font-size: 2em;
  }

  .navbar-wrapper-1, .footer {
    padding: 24px;
  }

  .footer.grid-hover {
    padding-bottom: 1.5em;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .footer-grid {
    grid-column-gap: 6em;
    grid-row-gap: 6em;
    flex-flow: column;
    justify-content: space-between;
    display: flex;
  }

  .footer-logo {
    grid-column-gap: 96px;
    grid-row-gap: 96px;
    order: -9999;
  }

  .footer-social-wrap {
    order: 0;
    margin-bottom: -4em;
  }

  .footer-link-wrap {
    order: -9999;
    position: static;
  }

  .footer-policy {
    font-size: .75em;
  }

  .footer-link {
    font-size: .875em;
    line-height: 1.25em;
  }

  .cart-space {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .cart-list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .checkout-button {
    color: #fff;
    text-transform: uppercase;
    background-color: #000;
    justify-content: center;
    align-items: center;
    height: 48px;
    display: flex;
  }

  .cart-line-item {
    border-bottom: 1px dashed #00000040;
    justify-content: space-between;
    padding-bottom: 16px;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
  }

  .all-price {
    font-weight: 700;
  }

  .cart-footer {
    align-items: stretch;
  }

  .cart-item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #f8f8f8;
    border-top-style: none;
    flex-flow: column;
    grid-template-columns: 30% 65%;
    margin-top: 0;
    padding: 16px;
    display: flex;
    position: relative;
  }

  .cart-item:hover {
    color: #000;
    background-color: #f8f8f8;
  }

  .cart-product-tittle.mob {
    display: block;
  }

  .cart-product-tittle.desk {
    display: none;
  }

  .price-container {
    justify-content: center;
  }

  .remove-button {
    position: absolute;
    inset: 20px 16px auto auto;
  }

  .quantity-container {
    justify-content: center;
    align-items: center;
  }

  .cart-item-img {
    min-height: 100%;
  }

  .div-block-41 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .div-block-43 {
    display: none;
  }

  .menu-wrap {
    margin-top: 2em;
    padding-top: 0;
  }

  .div-block-46 {
    display: none;
  }

  .object-content {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    height: auto;
    position: relative;
  }

  .btn-grid-home {
    grid-template-rows: auto auto;
    align-content: start;
    align-items: start;
  }

  .btn-black.mob-text {
    color: #000;
    background-color: #fff0;
    height: auto;
    padding: 0;
    font-weight: 700;
  }

  .object-img {
    object-fit: contain;
    width: 150%;
    max-width: none;
    min-height: auto;
    right: auto;
  }

  .logo-header {
    height: .625em;
  }

  .cart-item-text-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 33% 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .item-right-block {
    border-top: 1px solid #00000021;
    grid-template-columns: 1fr 1fr 1fr;
    place-items: center stretch;
    width: 100%;
    padding-top: 16px;
  }

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

  .contact-wrapper {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

  .contact-form-wrap {
    grid-row-gap: 0em;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column dense;
    place-content: stretch space-between;
    place-items: stretch stretch;
    height: 100%;
    display: flex;
  }

  .lab-wrapper {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .h1-w {
    font-size: 24px;
    line-height: 30px;
  }

  .h1-w.typing-effect {
    font-size: 2em;
  }

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

  .lab-big-img-container {
    aspect-ratio: 1;
  }

  .lab-text-container {
    padding-left: 0;
  }

  .div-block-120 {
    width: auto;
  }

  .mission-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .product-grid {
    flex-flow: column;
    display: flex;
  }

  .product-img-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    max-height: 720px;
    padding-bottom: 10px;
    overflow: auto;
  }

  .product-right-container {
    min-width: 0;
    position: static;
  }

  .product-top-info.desk {
    display: none;
  }

  .product-top-info.mob {
    display: flex;
  }

  .h1 {
    font-size: 1.5em;
    font-weight: 700;
    line-height: 2em;
  }

  .txt-24 {
    font-size: 1.5em;
    line-height: 2em;
  }

  .more-product-grid {
    overflow: auto;
  }

  .product-img {
    object-position: 50% 100%;
  }

  .product-short-description {
    max-width: 75%;
  }

  .product-left-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .checkout-form {
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .more-collection-section {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .collection-card-tittle {
    font-size: 1em;
    line-height: 1.5em;
  }

  .collection-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .collection-img-container {
    height: auto;
    max-height: none;
  }

  .collection-description.typing-effect {
    max-width: 100%;
    font-size: .875em;
    line-height: 1.25em;
  }

  .collection-tittle.typing-effect {
    font-size: 1em;
  }

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

  .div-block-170 {
    grid-column-gap: 96px;
    grid-row-gap: 96px;
  }

  .checkout-footer {
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-172 {
    flex-flow: column;
    display: flex;
  }

  .div-block-173 {
    flex-basis: auto;
  }

  .items-block {
    order: -1;
    position: static;
  }

  .order-summary {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .order-item-list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .div-block-178 {
    width: 100%;
  }

  .s-global.s-object {
    justify-content: center;
    display: flex;
  }

  .header-content {
    justify-content: space-between;
    padding: 16px;
  }

  .menu-logo-container, .cart-btn-container {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .open-menu {
    flex-flow: row;
    padding-top: 2.5rem;
  }

  .menu-grid {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    flex-flow: column;
    padding-top: 0;
    display: flex;
  }

  .div-block-194 {
    justify-content: flex-start;
  }

  .menu-right-wrap {
    justify-content: space-between;
    max-width: 100%;
    margin-top: 2em;
    padding-bottom: 24px;
    overflow: visible;
  }

  .header-wrapper {
    padding: 1.5rem 1.5rem 0;
  }

  .weare-wrapper {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .collection-item-5 {
    min-width: 33.3333%;
  }

  .explore.desk {
    display: none;
  }

  .explore.mob {
    display: block;
  }

  .remove {
    display: none;
  }

  .image-27 {
    width: 16px;
    min-width: 16px;
    height: 16px;
    min-height: 16px;
    display: block;
  }

  .checkout-actions {
    width: 100%;
  }

  .all_collection-list-nav_button {
    display: none;
  }

  .mission-tittle-container {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .mission-subtittle {
    font-size: 14px;
    line-height: 20px;
  }

  .mission-cards {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .mission-card {
    height: auto;
    max-height: none;
    padding: 12px;
    top: 48px;
  }

  .mission-card._1, .mission-card._2 {
    max-height: none;
  }

  .mission-card._1, .mission-card._2 {
    max-height: none;
  }

  .mission-card._3 {
    height: auto;
    max-height: none;
  }

  .mission-card-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .mission-card-info {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .card-text.mob {
    max-width: 480px;
    font-size: 14px;
    line-height: 20px;
    display: block;
  }

  .card-text.desk {
    display: none;
  }

  .tittle-text, .subtittle-text {
    font-size: 14px;
    line-height: 1.5em;
  }

  .card-video {
    text-align: left;
    min-height: 0;
  }

  .card-img {
    min-height: 100%;
    max-height: none;
  }

  .mission-card-img {
    aspect-ratio: auto;
  }

  .slide-nav-2 {
    display: block;
  }

  .slider-wrapper-2 {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .slider-mask {
    margin-bottom: 32px;
  }

  .mob-slider-content {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    display: flex;
  }

  .txt-14 {
    max-width: 75%;
    font-size: 14px;
    line-height: 20px;
  }

  .txt-14.caps {
    color: #00000080;
    font-size: .875em;
    line-height: 1.25em;
  }

  .weare-info-container {
    display: none;
  }

  .cookie-banner {
    padding: 24px;
  }

  .padding-gl {
    padding: 1.5rem;
  }

  .padding-gl.ptop-6-5 {
    height: 100%;
    padding: 3.5rem 1.5rem 1.5rem;
  }

  .container-gl {
    width: auto;
  }

  .content-wrap.art-object {
    height: 120vh;
    padding: 0;
  }

  .content-wrap.art {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

  .txt-12 {
    font-size: 12px;
  }

  .hero-grid {
    grid-template-rows: 7.69231vw 7.69231vw 7.69231vw 7.69231vw 7.69231vw 7.69231vw;
    grid-template-columns: 7.69231vw 7.69231vw 7.69231vw 7.69231vw 7.69231vw 7.69231vw 7.69231vw 7.69231vw 7.69231vw 7.69231vw 7.69231vw 7.69231vw 7.69231vw;
    grid-auto-columns: 0;
  }

  .hero-square.tab-none {
    display: none;
  }

  .mob-tittle-container {
    width: 100%;
  }

  .mission-card-video {
    aspect-ratio: 16 / 9;
  }

  .s-contact {
    height: 100svh;
  }

  .contact-form-container {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .txt-40, .txt-40.object-txt, .txt-40.object-txt {
    font-size: 2em;
  }

  .main-top {
    margin-top: 7.5em;
  }

  .cms-img {
    aspect-ratio: 9 / 16;
    object-fit: cover;
    min-height: 80%;
    display: none;
  }

  .cms-img.mobile {
    display: inline-block;
  }

  .cms-img.video {
    display: none;
  }

  .cms-img.video.mobile {
    display: inline-flex;
  }

  .cms-subheading {
    max-width: 100%;
  }

  .cms-small-div {
    max-width: 190px;
  }

  .cms-header-div {
    top: 48px;
    left: 48px;
  }

  .cms-small-img-div {
    height: 108px;
  }

  .cms-btn-wrap {
    grid-column-gap: 84px;
    grid-row-gap: 84px;
  }

  .txt-32.art {
    font-size: 1.5em;
  }

  .h2-48 {
    font-size: 2em;
  }

  .h1-art {
    font-size: 3em;
  }

  .description-slider-container, .shipping-info-container {
    max-width: 30em;
  }

  .pre-order-btn {
    width: 100%;
  }

  .pre-order-btn.margin-top0.mob-flex {
    margin-top: 1.5em;
    display: flex;
  }

  .art-oject-slider {
    height: 25em;
  }

  .art-oject-tabs-menu {
    display: block;
  }

  .left-arrow-slider, .right-arrow-slider {
    display: none;
  }

  .popup-wrap {
    justify-content: center;
    align-items: center;
    padding: 29px 1.5em 1.5em;
  }

  .popup-content {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider-wrapper {
    min-height: auto;
  }

  .progress-lines {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .progress-line-item {
    min-width: 80px;
  }

  .svg {
    width: 48px;
  }

  .collection-title.normal.height-1-5 {
    font-size: .875em;
  }
}

@media screen and (max-width: 767px) {
  .container, .container.h-100, .container.h-100 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .wrapper.mob {
    display: block;
  }

  .wrapper.none-m {
    display: none;
  }

  .marquee-content.scroll {
    height: 24px;
  }

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

  .div-block-12 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .div-block-13 {
    right: 8px;
  }

  .hero-content {
    bottom: 16.3444vw;
    left: -10.2222vw;
  }

  .txt-16 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    font-size: 1.5em;
    line-height: 1em;
    display: flex;
  }

  .txt-16.normal.height-1-5 {
    display: block;
  }

  .txt-16.mobtxt {
    font-size: .875em;
    font-weight: 700;
  }

  .txt-48 {
    font-size: 2em;
  }

  .navbar-wrapper-1 {
    padding: 16px;
  }

  .footer-grid {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    padding-top: 32px;
  }

  .footer-logo {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .footer-social-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
  }

  .social-block {
    font-size: 12px;
  }

  .footer-policy-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-link-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .top-btn {
    top: 0;
  }

  .div-block-28 {
    grid-row-gap: 12px;
    flex-flow: wrap;
  }

  .footer-policy, .footer-link {
    font-size: 14px;
  }

  .cart-space {
    padding: 24px 16px;
  }

  .text-block-8 {
    font-size: 14px;
  }

  .cart-line-item {
    font-size: 24px;
  }

  .cart-footer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .checkout-container {
    justify-content: center;
    align-items: flex-start;
  }

  .cart-item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    padding: 16px;
    display: flex;
  }

  .cart-product-tittle {
    font-size: 16px;
  }

  .cart-product-description, .remove-button, .cart-price {
    font-size: 14px;
  }

  .cart-item-img {
    min-height: auto;
    max-height: 190px;
  }

  .menu-social-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
  }

  .tabs-menu-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    width: 100%;
  }

  ._w-tab-link {
    font-size: 14px;
    line-height: 24px;
  }

  .menu-link {
    font-size: 14px;
  }

  .object-content {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .btn-grid-home {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    justify-content: start;
    width: 100%;
  }

  .btn-black {
    color: #000;
    background-color: #0000;
    order: 1;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-left: 0;
    position: static;
  }

  .btn-black.mob-text {
    width: auto;
  }

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

  .div-block-79 {
    display: none;
  }

  .div-block-93 {
    height: 16px;
  }

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

  .contact-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .contact-info-tittle {
    font-size: 14px;
  }

  .lab-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .h1-w {
    font-size: 32px;
  }

  .lab-img-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex;
  }

  .lab-text-container {
    padding-left: 0;
  }

  .mission-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .product-img-container {
    max-height: 420px;
  }

  .h1, .txt-24 {
    font-size: 24px;
  }

  .more-product-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 300px 300px 300px 300px;
    padding-bottom: 10px;
    padding-left: 16px;
    padding-right: 16px;
    overflow: visible;
  }

  .collection-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .collection-item-2 {
    width: 100%;
    height: 100%;
  }

  .attribute-header {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .faq-question {
    line-height: 140%;
  }

  .attribute-txt {
    margin-top: 30px;
    font-size: 14px;
    line-height: 140%;
  }

  .option-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .button-group {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .product-bottom-info {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .collection-item-3 {
    aspect-ratio: 1;
  }

  .attribute-item-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .more-product-tittle-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .checkout-form {
    padding: 24px 16px 16px;
  }

  .more-collection-section {
    padding: 24px 16px;
  }

  .category-grid, .collection-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .collection-card-tittle {
    font-size: 1em;
    line-height: 1.5em;
  }

  .collection-wrapper {
    padding: 24px 16px;
  }

  .collection-description-container {
    display: block;
  }

  .collection-description {
    font-size: 14px;
  }

  .collection-tittle-container {
    padding-left: 0;
  }

  .collection-tittle {
    font-size: 16px;
  }

  .collection {
    flex-flow: row;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 10px;
    line-height: 20px;
  }

  .collection-list3 {
    grid-template-columns: 1fr;
    margin-top: 1em;
  }

  .collection-text-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .div-block-170 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .checkout-footer {
    padding-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-172 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .order-items {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    margin-bottom: 64px;
  }

  .item-total-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .h2 {
    font-size: 16px;
    line-height: 24px;
  }

  .order-item-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .order-item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex;
  }

  .div-block-175 {
    display: none;
  }

  .div-block-176 {
    border-top: 1px solid #00000040;
    flex-flow: row;
    align-items: flex-end;
    padding-top: 16px;
    display: flex;
  }

  .div-block-178 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .field-label-3 {
    font-size: 14px;
  }

  .grid-holder {
    display: none;
  }

  .open-menu {
    height: 70vh;
    max-height: 70vh;
  }

  .menu-grid {
    grid-column-gap: 5vh;
    grid-row-gap: 5vh;
    height: 100%;
  }

  .menu-right-wrap {
    grid-column-gap: 5vh;
    grid-row-gap: 5vh;
    display: none;
  }

  .social-icon {
    width: 24px;
    height: 24px;
  }

  .menu-video-link {
    height: auto;
  }

  .txt-16-upp {
    font-size: 14px;
  }

  .weare-wrapper {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .link-10, .link-11, .div-block-214 {
    font-size: 14px;
  }

  .all_collection-list-nav_button {
    width: 10px;
    min-width: 10px;
    max-width: 10px;
  }

  .mission-subtittle {
    max-width: none;
  }

  .mission-card {
    padding: 8px;
  }

  .card-text.mob {
    max-width: none;
  }

  .card-video {
    min-height: 0;
  }

  .slider-img {
    object-position: 50% 30%;
  }

  .cookie-banner {
    padding: 16px;
  }

  .text-block-62, .text-block-63 {
    font-size: 14px;
    line-height: 20px;
  }

  .button-3, .button-4 {
    font-size: 14px;
  }

  .padding-gl {
    width: 100%;
  }

  .container-gl {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .content-wrap.art-object {
    align-items: flex-start;
    height: 100vh;
  }

  .hero-grid {
    grid-template-rows: 12.5vw 12.5vw 12.5vw 12.5vw 12.5vw;
    grid-template-columns: 12.5vw 12.5vw 12.5vw 12.5vw 12.5vw 12.5vw 12.5vw 12.5vw;
    grid-auto-columns: 12.5vw;
  }

  .hero-square.mob-none, .div-block-230 {
    display: none;
  }

  .txt-16_mob-8 {
    font-size: 8px;
  }

  .cms-small-div {
    max-width: 96px;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .cms-botton-wrap {
    position: static;
  }

  .div-block-103 {
    display: none;
  }

  .cms-small-img-line {
    height: 16px;
  }

  .cms-link-wrap {
    display: none;
  }

  .text-block-22 {
    text-transform: uppercase;
    font-size: 16px;
    display: none;
  }

  .cms-header-div {
    margin-top: 3em;
    position: static;
    left: 0;
  }

  .cms-small-img-div {
    height: 54px;
  }

  .cms-btn-wrap2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
    align-items: center;
  }

  .cms-div-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .cms-wraper {
    margin-bottom: 0;
  }

  .slider-block {
    margin-bottom: 3em;
  }

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

  .art-oject-slider {
    aspect-ratio: 1;
    height: auto;
  }

  .art-oject-slid {
    aspect-ratio: 1;
  }

  .art-oject-slid-img {
    aspect-ratio: 1;
    object-fit: cover;
  }

  .art-oject-mask {
    aspect-ratio: 1;
  }

  .popup-icon-close {
    width: 24px;
    height: 24px;
  }

  .progress-lines {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .progress-line-item {
    min-width: 65px;
  }

  .progress-line-label {
    font-size: 14px;
  }

  .collection-title {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    font-size: 1.5em;
    line-height: 1em;
    display: flex;
  }

  .collection-title.mobtxt {
    font-size: .875em;
    font-weight: 700;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .wrapper.none-m {
    display: none;
  }

  .icon-embed-custom {
    width: 7rem;
  }

  ._2-clmn.h-100svh {
    flex-flow: column;
  }

  .email-footer {
    font-size: 2rem;
    line-height: 1.5;
  }

  .icon-embed-medium.mob {
    inset: 0% 0% auto auto;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .nav-footer {
    font-weight: 400;
  }

  .nav-link-footer, .flex-list.gap-8, .flex-list.gap-8, .text-block-3 {
    font-size: 1rem;
  }

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

  .runner-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .body {
    font-size: 5vw;
  }

  .menu-btn-wrap {
    grid-column-gap: .18rem;
    grid-row-gap: .18rem;
    width: 2.95rem;
    max-width: 1.65rem;
    height: 2.95rem;
    max-height: 1.65rem;
    padding: 0;
  }

  .black-div-4 {
    width: .25rem;
    max-width: .25em;
    height: .25rem;
    max-height: .25em;
  }

  .cart-quantity {
    min-width: 1.2em;
    height: 1.2em;
    padding-top: 0;
    font-size: .8em;
    bottom: .5em;
    right: .5em;
  }

  .cart {
    width: 3em;
    max-width: 4em;
    height: 3em;
  }

  .header-cool {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex: none;
  }

  .header-cool.open-men {
    top: 2%;
    right: .6rem;
  }

  .hero-content {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    width: 12.4em;
    margin-left: .1em;
    bottom: 6vw;
    left: -1.42222vw;
  }

  .txt-16 {
    justify-content: center;
    align-items: flex-start;
    font-size: .875em;
    font-weight: 400;
    line-height: 1em;
  }

  .txt-16.normal.height-1-5 {
    justify-content: center;
    align-items: flex-start;
    font-size: .75em;
  }

  .txt-16.normal.height-1-5.maxw-50.typing-effect {
    max-width: 100%;
  }

  .txt-16.normal.height-1-5.details {
    text-align: center;
  }

  .txt-16.bold {
    font-size: .75em;
    line-height: 1em;
  }

  .txt-16.font {
    text-align: center;
    font-size: 1em;
  }

  .txt-48 {
    font-size: 1.5em;
  }

  .footer.grid-hover {
    padding: 6em 1em 1em;
  }

  .footer-grid {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    padding-top: 0;
  }

  .footer-social-wrap {
    margin-bottom: -9em;
  }

  .footer-link-wrap {
    margin-top: -9em;
  }

  .footer-policy {
    font-size: .75em;
  }

  .footer-link {
    font-size: .875em;
    line-height: 1.25em;
  }

  .cart-container {
    height: 100svh;
    min-height: 100svh;
    max-height: 100svh;
  }

  .menu-social-wrap {
    margin-top: 1em;
  }

  .tabs-menu-2 {
    padding-bottom: 1rem;
  }

  .menu-wrap {
    width: 100%;
    height: auto;
    margin-top: .5em;
  }

  .btn-black:hover {
    background-color: #52525200;
  }

  .object-img {
    width: 130%;
  }

  .contact-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .contact-form-left-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .contact-info-tittle, .contact-info {
    font-size: .875em;
    line-height: 1.25em;
  }

  .contact-form {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .text-field-3 {
    font-size: .875em;
    line-height: 1.25em;
  }

  .textarea {
    min-height: 6em;
    font-size: .875em;
    line-height: 1.25em;
  }

  .submit-button-2 {
    height: 56px;
    font-size: .875em;
    line-height: 1.25em;
  }

  .lab-wrapper {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .h1-w.typing-effect {
    font-size: 1.5em;
  }

  .product-grid, .product-right-container {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }

  .h1 {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.5em;
  }

  .txt-24 {
    font-size: 1em;
    line-height: 1.5em;
  }

  .attribute-header {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
  }

  .attribute-txt {
    font-size: .75em;
    line-height: 1.25em;
  }

  .attribute-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .attribute-tittle {
    font-size: .875em;
    line-height: 1.25em;
  }

  .product-bottom-info {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }

  .product-short-description {
    max-width: 100%;
    font-size: .75em;
    line-height: 1.25em;
  }

  .collection-card-tittle-container {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .collection-card-tittle, .text-block-36 {
    font-size: .75em;
    line-height: 1em;
  }

  .collection-description.typing-effect {
    font-size: .75em;
    line-height: 1.25em;
  }

  .collection-tittle-container {
    grid-template-columns: 1fr;
  }

  .collection-tittle.typing-effect {
    font-size: .875em;
    line-height: 1.25em;
  }

  .collection-tab {
    justify-content: center;
    align-items: center;
  }

  .collection {
    text-transform: none;
    border-bottom-width: 1px;
    justify-content: center;
    align-items: center;
    height: 3.5em;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11px;
    line-height: 14px;
    transition: all .3s;
  }

  .collection-list3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
  }

  .all_collection-list-wrapper {
    align-self: center;
  }

  .menu-logo-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .open-menu {
    width: 92%;
    min-width: auto;
    height: auto;
    max-height: 100vh;
    margin: 1.75rem 1rem 1rem;
    padding: 1.75rem 0 0;
  }

  .menu-grid {
    grid-column-gap: 2vh;
    grid-row-gap: 2vh;
    flex-flow: column;
    width: 20em;
    height: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .menu-right-wrap {
    width: 100%;
    margin-top: 0;
    display: block;
    position: static;
  }

  .header-wrapper {
    padding: 1rem 1rem 0;
  }

  .navbar-background {
    height: 120vh;
    top: -7%;
    left: -13%;
  }

  .menu-cms-wrap {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .collection-item-5 {
    width: 33%;
    min-width: 33%;
  }

  .hero-bg-video {
    height: 100%;
    min-height: auto;
  }

  .all_collection-list-nav_button {
    height: 0;
    min-height: 0;
    max-height: 0;
    margin-bottom: 4px;
  }

  .mission-tittle-container {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .mission-card._1, .mission-card._2, .mission-card._3, .mission-card._1, .mission-card._2, .mission-card._3 {
    padding: 1em;
  }

  .slider-img {
    object-position: 50% 0%;
  }

  .txt-14 {
    max-width: 100%;
    font-size: .75em;
    line-height: 1.25em;
  }

  .txt-14.caps {
    text-transform: uppercase;
    text-transform: uppercase;
  }

  .s-hero {
    height: 650px;
  }

  .padding-gl {
    padding: 1em 1rem 1rem;
  }

  .padding-gl.ptop-6-5 {
    padding: 3rem 1rem 1rem;
  }

  .container-gl {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container-gl.mob-gl {
    padding-left: 0;
    padding-right: 0;
  }

  .content-wrap.art-object {
    height: 80vh;
  }

  .content-wrap.art {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

  .txt-12 {
    font-size: 12px;
  }

  .bag-icon {
    width: 36px;
    height: 36px;
  }

  .mission-card-video {
    width: 100%;
  }

  .mission-card-tittle {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

  .s-contact {
    height: 100svh;
  }

  .contact-form-container {
    justify-content: space-between;
  }

  .txt-40 {
    font-size: 1.5em;
    line-height: 2em;
  }

  .txt-40.object-txt {
    font-size: .75em;
    line-height: 1em;
  }

  .div-block-230 {
    display: block;
  }

  .main-top {
    margin-top: 6em;
  }

  .main-top.art {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    margin-top: 6em;
  }

  .cms-img {
    aspect-ratio: 9 / 16;
    object-fit: cover;
    height: 100vh;
    min-height: 100%;
  }

  .cms-subheading.typing-effect {
    font-size: .75em;
    line-height: 1em;
  }

  .cms-header-div {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .txt-32.art {
    font-size: 1em;
  }

  .cms-wraper {
    max-width: 100vw;
    overflow: hidden;
  }

  .h2-48 {
    font-size: 1.5em;
    line-height: 2em;
  }

  .h1-art {
    font-size: 1.5em;
    font-weight: 400;
  }

  .art-img-container {
    margin-top: 2em;
  }

  .art-img-container.margin-top0 {
    margin-top: 0;
  }

  .slider-block {
    justify-content: space-between;
    align-items: center;
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .details-card {
    justify-content: space-between;
    align-items: center;
  }

  .pre-order-btn {
    font-size: .8em;
    display: flex;
  }

  .pre-order-btn.margin-top0 {
    margin-top: 1em;
  }

  .pre-order-btn.margin-top0.mob-flex {
    margin-top: 1em;
    font-size: .8em;
    display: flex;
  }

  .shipping-info {
    font-size: .75em;
  }

  .art-oject-slider {
    box-sizing: border-box;
    aspect-ratio: 1;
    object-fit: cover;
    height: auto;
  }

  .art-oject-slid {
    aspect-ratio: 1;
  }

  .art-oject-slid-img {
    aspect-ratio: 1;
    object-fit: cover;
  }

  .art-oject-mask {
    aspect-ratio: 1;
  }

  .slider-item.product-large {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .s-item-img.product-large {
    height: auto;
  }

  .s-item-description {
    font-size: 12px;
  }

  .popup-wrap {
    padding: 1em;
    display: none;
  }

  .popup-content {
    padding: 35px 16px 1em;
  }

  .popup-logo {
    width: 6.5em;
  }

  .popup-icon-close {
    width: 24px;
    height: 24px;
  }

  .decore-topleft, .decore-bottomleft, .decore-bottomright, .decore-topright {
    width: .7em;
    height: .7em;
  }

  .popup-field, .submit-button-4 {
    font-size: .8em;
  }

  .stiky-wrap {
    height: 100vh;
  }

  .slider-wrapper {
    height: auto;
  }

  .progress-lines {
    padding-bottom: 1em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .brand {
    padding-left: 0;
  }

  .svg {
    width: 32px;
  }

  .collection-title {
    justify-content: center;
    align-items: center;
    font-size: 11px;
    line-height: 14px;
  }

  .collection-title.normal.height-1-5 {
    justify-content: center;
    align-items: flex-start;
    font-size: .75em;
  }

  .collection-title.normal.height-1-5.details {
    text-align: center;
    text-align: center;
  }

  .collection-title.font {
    text-align: center;
    font-size: 1em;
  }

  .quick-stack {
    height: 125px;
    padding-top: 32px;
  }
}

#w-node-eabf71b1-21a1-6534-3e2f-2c2266ed150f-b469ed6e {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-eabf71b1-21a1-6534-3e2f-2c2266ed1513-b469ed6e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0301bbc3-6702-316d-cc81-d7b6b07217db-b469ed6e, #w-node-f5f8ca31-6cd6-9c50-897a-610e0c69cc32-0c69cc2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_008fd418-e9e8-4f33-8c77-737e1974587d-19745861 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: stretch;
}

#w-node-_008fd418-e9e8-4f33-8c77-737e1974587e-19745861 {
  align-self: stretch;
}

#w-node-_008fd418-e9e8-4f33-8c77-737e1974588e-19745861 {
  align-self: start;
}

#w-node-_008fd418-e9e8-4f33-8c77-737e19745892-19745861 {
  align-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-f5f8ca31-6cd6-9c50-897a-610e0c69cc4b-0c69cc2f {
    order: -9999;
  }

  #w-node-_008fd418-e9e8-4f33-8c77-737e1974587b-19745861 {
    align-self: stretch;
  }

  #w-node-_008fd418-e9e8-4f33-8c77-737e1974587d-19745861 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_008fd418-e9e8-4f33-8c77-737e1974587e-19745861 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_008fd418-e9e8-4f33-8c77-737e1974588b-19745861 {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_008fd418-e9e8-4f33-8c77-737e1974588e-19745861 {
    place-self: end center;
  }

  #w-node-_008fd418-e9e8-4f33-8c77-737e19745892-19745861 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_008fd418-e9e8-4f33-8c77-737e1974588e-19745861 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-eabf71b1-21a1-6534-3e2f-2c2266ed150f-b469ed6e {
    grid-column-start: 1;
  }
}
