@font-face {
  font-family: Urbanist;
  src: url('../fonts/Urbanist-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Urbanist;
  src: url('../fonts/Urbanist-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Urbanist;
  src: url('../fonts/Urbanist-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Urbanist;
  src: url('../fonts/Urbanist-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Urbanist;
  src: url('../fonts/Urbanist-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Cormorantgaramond;
  src: url('../fonts/CormorantGaramond-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Cormorantgaramond;
  src: url('../fonts/CormorantGaramond-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fontspring Demo Proximanova;
  src: url('../fonts/Fontspring-DEMO-proximanova-light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fontspring Demo Proximanova;
  src: url('../fonts/Fontspring-DEMO-proximanova-medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fontspring Demo Proximanova;
  src: url('../fonts/Fontspring-DEMO-proximanova-regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fontspring Demo Proximanova;
  src: url('../fonts/Fontspring-DEMO-proximanova-semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: white;
  --tan: white;
  --bg: #0a0a0a;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.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-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

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

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

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

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

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

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

.w-commerce-commercecheckoutcardexpirationdate {
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

.w-commerce-commercecheckoutcardsecuritycode {
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

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

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

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

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

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

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

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutshippingsummarywrapper, .w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

body {
  background-color: var(--black);
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  letter-spacing: -2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cormorant SC, sans-serif;
  font-size: 96px;
  font-weight: 300;
  line-height: 80px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cormorant SC, sans-serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 58px;
}

h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lexend Tera, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 33px;
}

h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lexend Tera, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 36px;
}

h5 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lexend Tera, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

h6 {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lexend Tera, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 13px;
}

p {
  color: #c4c4c4;
  text-transform: uppercase;
  width: auto;
  margin-bottom: 10px;
  font-family: Lexend Tera, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 17px;
}

a {
  color: var(--black);
  text-transform: uppercase;
  padding: 0;
  font-family: Lexend Tera, sans-serif;
  font-size: 10px;
  font-weight: 400;
  text-decoration: none;
  transition: color .725s;
}

a:hover {
  color: var(--tan);
}

.l-container {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding-top: 140px;
  padding-bottom: 140px;
  display: block;
  overflow: hidden;
}

.l-container.is--black {
  background-color: #0a0a0a;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 140px;
  padding-bottom: 140px;
}

.l-container.is--black.is--footer {
  height: auto;
  margin: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.l-container.is--black.is-hero {
  background-color: #171717;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.l-container.is--black.end {
  padding-top: 0;
  padding-bottom: 0;
}

.l-container.is--bg {
  background-image: url('../images/Rectangle-2.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.l-container.is--nomargin {
  padding-top: 0;
  padding-bottom: 0;
}

.l-container.is--footer {
  background-color: #000;
  padding-top: 70px;
  padding-bottom: 70px;
}

.div-block {
  padding-left: 90px;
  padding-right: 90px;
}

.link-block {
  background-color: var(--tan);
  justify-content: center;
  align-items: center;
  width: 285px;
  height: 48px;
  margin-top: 0;
  text-decoration: none;
  display: flex;
}

.link-block:hover {
  background-color: #000;
}

.text-block {
  color: #fff;
  letter-spacing: -.5px;
  text-transform: uppercase;
  font-family: Fontspring Demo Proximanova, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  text-decoration: none;
}

.c-hero__img {
  position: absolute;
  inset: auto auto -2% 22%;
}

.c-hero__img._2 {
  opacity: 1;
  object-fit: cover;
  border-radius: 50%;
  width: 500px;
  height: 500px;
  margin-top: 34px;
  margin-bottom: 34px;
  position: static;
  inset: 10% auto auto 0%;
}

.navbar {
  background-color: #0000;
  width: 100%;
  max-width: 1920px;
  height: 110px;
  display: flex;
  position: fixed;
  top: 0;
}

.heading-3 {
  color: var(--black);
  margin-top: 7px;
  font-family: Cormorantgaramond, sans-serif;
  font-size: 2.3rem;
  font-weight: 300;
}

.nav-menu {
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-start;
  width: auto;
  padding-top: 20px;
  padding-left: 40px;
  display: flex;
}

.nav-menu.right {
  align-items: flex-end;
  padding-left: 0;
  padding-right: 40px;
}

.brand {
  flex: 1;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6px;
  display: flex;
}

.brand.w--current {
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  padding-top: 10px;
  display: flex;
}

.paragraph-2 {
  width: auto;
}

.l-grid {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1200px;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: visible;
}

.l-grid.is--1000 {
  width: 1920%;
  height: 100vh;
  position: relative;
}

.l-grid.is--hero {
  width: auto;
}

.l-grid__item {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  inset: 0%;
}

.l-grid__item.is--grid {
  flex-direction: row-reverse;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .75fr;
  grid-auto-columns: 1fr;
  width: 1200px;
  height: auto;
  margin-top: 67px;
  padding: 0;
  display: flex;
}

.l-grid__item.is--hero {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100vh;
  display: grid;
  position: absolute;
  inset: 0%;
}

.c-hero__text {
  color: #fff;
  text-align: center;
}

.c-hero__text.is--gold {
  color: var(--tan);
}

.c-hero__text.is--gold.tricks {
  font-weight: 300;
  line-height: 92px;
}

.c-hero__text.tricks {
  font-family: Cormorantgaramond, sans-serif;
  font-size: 6rem;
  font-weight: 300;
  line-height: 94px;
}

.c-hero__text.tricks.is--gold {
  color: var(--black);
  margin-bottom: 1rem;
}

.c-testimonial__text {
  color: #fff;
  font-family: Cormorantgaramond, sans-serif;
  font-size: 5rem;
  font-weight: 300;
}

.c-testimonial__text.is--paragraph {
  color: #ffffffb3;
  text-align: center;
  text-transform: none;
  width: 850px;
  margin-top: 26px;
  margin-bottom: 26px;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.3rem;
}

.c-testimonial__text.is--gold {
  color: var(--tan);
}

.c-testimonial {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.c-newproduct {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-right: 47px;
  display: flex;
}

.c-newproduct__text {
  text-align: left;
  margin-top: 0;
  margin-bottom: 7px;
  transition: color .75s;
}

.c-newproduct__text:hover {
  color: #000;
}

.c-newproduct__text.is--gold {
  color: var(--tan);
}

.c-newproduct__text.is--gold.is--center {
  margin-bottom: 14px;
}

.c-newproduct__text.is--center {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.c-newproduct__text.is--item {
  margin-bottom: 0;
  margin-left: 0;
}

.c-newproduct__img {
  object-fit: cover;
  border-radius: 20px;
  height: 500px;
}

.c-material {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.c-material__text {
  color: #fff;
  text-align: center;
  margin-bottom: 31px;
  line-height: 17px;
}

.c-material__text.is--gold.is--center {
  color: var(--tan);
  text-align: center;
  margin-bottom: 42px;
}

.c-material__text.is--paragraph {
  width: 670px;
  margin-top: 29px;
  margin-bottom: 0;
}

.c-material__text.is--button {
  margin-top: 0;
  margin-bottom: 0;
}

.c-material__palette {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: 1200px;
  margin-top: 110px;
  margin-bottom: 116px;
  display: grid;
}

.c-installation {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.c-installation__text {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.slider-pill_photo {
  object-fit: contain;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  inset: 0%;
}

.c-roundbutton {
  border: 1px solid var(--tan);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 85px;
  height: 85px;
  margin-left: 10px;
  display: flex;
  position: static;
  inset: auto 0% auto auto;
}

.c-roundbutton.left {
  transform-style: preserve-3d;
  margin-left: 0;
  margin-right: 10px;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.images {
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: auto;
  display: block;
}

.c-footer {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.c-footer__text.is--white {
  color: var(--black);
  text-align: center;
  margin-top: 11px;
  margin-bottom: 0;
  display: inline-block;
}

.overflow {
  background-color: #0a0a0a;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  overflow: visible;
}

.html-embed, .html-embed-2 {
  display: none;
}

.c-button {
  background-color: var(--tan);
  color: #fff;
  text-transform: uppercase;
  border-radius: 5rem;
  width: auto;
  padding-left: 36px;
  padding-right: 36px;
  font-family: Lexend Tera, sans-serif;
  font-size: 10px;
  transition: background-color .75s;
}

.c-button.discover {
  width: 15rem;
}

.c-button.discover:hover {
  background-color: var(--black);
}

.c-decor__img {
  object-fit: contain;
  width: 100%;
  max-width: none;
  height: auto;
}

.div-block-5 {
  width: auto;
  height: auto;
  position: relative;
  top: auto;
  left: auto;
}

.div-block-6 {
  z-index: 1;
  opacity: 1;
  background-color: #0a0a0a;
  line-height: 20px;
  display: block;
  position: absolute;
  inset: 0%;
}

.c-material__wrap {
  position: relative;
}

.c-material__button {
  z-index: 99;
  opacity: 1;
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 154px;
  height: 154px;
  display: flex;
  position: absolute;
  inset: 60px auto auto -80px;
}

.c-hero__mask {
  z-index: 0;
  background-color: #00000082;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.c-hero__imgwrapper {
  background-color: #0000;
  width: 100%;
  height: 100vh;
  display: block;
  position: static;
  inset: 0%;
  overflow: hidden;
}

.image-1, .image-2, .image-3, .image-4, .image-5, .image-6 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.box1 {
  overflow: visible;
}

.c-decor {
  justify-content: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.c-arrow {
  opacity: 1;
}

.c-newproduct__item {
  opacity: 1;
  border-bottom: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  height: 36px;
  display: flex;
}

.bg_image {
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-image: linear-gradient(#e4e4e480, #e4e4e480);
  background-clip: border-box;
  border-radius: 110px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 19px;
  padding-top: 56%;
  display: block;
  position: relative;
  overflow: hidden;
}

.slider {
  width: auto;
  max-width: 1200px;
  margin-top: 70px;
  display: block;
  position: relative;
}

.slider.slider1 {
  display: block;
}

.slider.slider1.pill {
  position: relative;
}

.image-7 {
  width: 100%;
}

.image-8 {
  object-fit: cover;
  height: 270px;
}

.div-block-9 {
  margin-top: 23px;
  margin-bottom: 23px;
  display: flex;
}

.heading-4, .heading-5 {
  text-align: center;
}

.slide__track {
  width: 100%;
}

.splide__list {
  flex-direction: row;
  display: flex;
}

.splide__slide {
  flex: none;
  width: 33.33%;
  position: relative;
}

.c-title-y-c {
  color: var(--tan);
  text-align: center;
  margin-top: 106px;
  margin-bottom: 80px;
  font-family: Cormorantgaramond, sans-serif;
  font-size: 4.5rem;
}

.c-title-y-c.about-us {
  max-width: 1000px;
  margin: 5rem auto 1rem;
}

.c-paragraph {
  text-align: center;
  width: auto;
}

.c-paragraph.is--700 {
  letter-spacing: .125px;
  width: 700px;
  font-family: Fontspring Demo Proximanova, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.c-paragraph.is--700.cit {
  text-transform: uppercase;
  width: auto;
  max-width: 900px;
  font-family: Cormorantgaramond, sans-serif;
  font-size: 2.5rem;
  line-height: 3rem;
}

.c-paragraph.is--700.cit.name {
  font-family: Fontspring Demo Proximanova, sans-serif;
  font-size: 1.3rem;
}

.c-paragraph.is--700.cit.name.our-cigars {
  color: #fffc;
  text-transform: none;
  max-width: 950px;
  font-family: Inter, sans-serif;
  font-size: 1.1rem;
  line-height: 1.4rem;
}

.c-paragraph.is--700.cit.our-cigars {
  color: #fff;
}

.c-paragraph.is--700.about-us {
  margin-bottom: 2rem;
}

.c-paragraph.is--700.about-us._1 {
  text-transform: none;
  width: 950px;
  margin-bottom: 4rem;
  font-family: Inter, sans-serif;
  line-height: 1.3rem;
}

.c-paragraph.is--700.about-us._2 {
  text-transform: none;
  width: 950px;
  margin-top: 4rem;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  line-height: 1.3rem;
}

.c-paragraph.is--white {
  color: #fff;
  letter-spacing: .125px;
  text-transform: none;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2rem;
}

.image-9 {
  object-fit: cover;
  width: 100%;
  height: 600px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.image-9.about-us {
  height: 800px;
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.c-about__content {
  background-color: #848366;
  width: 50vw;
  height: 1000px;
}

.c-about__content.is--green {
  background-color: #0a0a0a;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.c-about__content.is--red, .c-about__content.is--purple {
  background-color: #0a0a0a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.div-block-11-copy {
  background-color: #848366;
  background-image: url('../images/Rectangle-34.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50vw;
  height: 1000px;
}

.c-about__img {
  background-color: #848366;
  background-image: url('../images/Rectangle-36.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50vw;
  height: 1000px;
}

.c-about__img.is--1 {
  background-image: url('../images/M1160701.JPG');
  background-position: 0%;
  background-size: cover;
  flex: 1;
  width: 100%;
}

.c-about__img.is--2 {
  background-image: url('../images/M1170163.JPG');
  background-position: 0%;
  width: 100%;
}

.c-about__img.is--2.about-us {
  background-image: url('../images/M1160385.JPG');
  background-position: 50%;
}

.c-about__img.is--3 {
  background-image: url('../images/M1170018.JPG');
  background-position: 100%;
  width: 100%;
}

.image-10 {
  width: 380px;
  margin-top: 42px;
  margin-bottom: 42px;
}

.heading-6 {
  color: #fff;
  text-align: center;
  margin-bottom: .75rem;
  font-family: Cormorantgaramond, sans-serif;
  font-size: 3.9rem;
  line-height: 3.5rem;
}

.grid {
  grid-template-rows: auto;
  width: 100%;
  margin-top: 19px;
}

.text-field {
  background-color: #2e2e2e;
  border: 1px #000;
  height: 30px;
  margin-bottom: 22px;
}

.text-field.is-message {
  height: auto;
}

.field-label {
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: 4px;
  font-family: Lexend Tera, sans-serif;
  font-size: 10px;
  font-weight: 400;
}

.textarea {
  background-color: #2e2e2e;
  border: 1px #000;
  margin-bottom: 25px;
}

.textarea::placeholder {
  color: #5a5a5a;
  text-transform: uppercase;
  font-family: Lexend Tera, sans-serif;
  font-size: 10px;
}

.div-block-11 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.div-block-12 {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.div-block-13 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

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

.form {
  margin-top: 22px;
}

.div-block-10-copy {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.body {
  background-color: var(--black);
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.body-2 {
  display: flex;
}

.link {
  font-family: Fontspring Demo Proximanova, sans-serif;
  font-size: .9rem;
}

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

.slider-list {
  display: flex;
}

.slider-item {
  cursor: grab;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 760px;
  margin-right: 32px;
  padding: 36px 10px;
  display: flex;
  overflow: hidden;
}

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

.section.slider-section {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.section-tittle {
  margin-bottom: 0;
}

.slider-navigation {
  border: 1px solid var(--tan);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  transition: opacity .2s;
  display: flex;
}

.slider-navigation:hover {
  opacity: .7;
}

.slider-navigation.next-slide {
  border: 1px solid var(--tan);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-left: 10px;
  display: flex;
}

.slider-navigation.prev-slide {
  margin-right: 10px;
  transform: rotate(180deg);
}

.slider-wrapper {
  margin-top: 60px;
  margin-bottom: 0;
}

.pagination {
  margin-left: 29px;
  margin-right: 29px;
}

.container {
  width: 100%;
  max-width: 100%;
  padding-left: 60px;
  padding-right: 60px;
}

.slider-navigation-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 4px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.section-header {
  flex-direction: column;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.image-11 {
  object-fit: fill;
  height: 100%;
}

.div-block-15, .slick-next {
  border: 1px solid #000;
  width: 30px;
  height: 30px;
}

.div-block-16 {
  border: 1px solid var(--tan);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.div-block-17 {
  background-color: #e3e3e380;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 440px;
  margin-bottom: 26px;
  padding: 26px 39px;
  display: flex;
}

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

.div-block-18 {
  flex-direction: column;
  align-items: center;
  height: 90px;
  display: flex;
}

.text-gray {
  color: var(--black);
}

.material-block-wrapper {
  z-index: 1;
  position: relative;
  overflow: visible;
}

.c-material__vinyl {
  z-index: 99;
  opacity: 1;
  border: 1px solid #fff;
  border-radius: 50%;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 154px;
  height: 154px;
  display: flex;
  position: absolute;
}

.c-material__fabrics {
  z-index: 99;
  opacity: 1;
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 154px;
  height: 154px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto;
}

.c-material__wood, .c-material__chair, .c-material__metal, .c-material__nail {
  z-index: 99;
  opacity: 1;
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 154px;
  height: 154px;
  display: flex;
  position: absolute;
}

.menu {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.material-wrapper {
  z-index: 99;
  flex-flow: column wrap;
  place-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-19 {
  flex-direction: column;
  align-items: center;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 92px;
  padding-bottom: 92px;
  display: flex;
}

.heading-8 {
  text-align: center;
  margin-bottom: 34px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.paragraph-3 {
  color: #000;
  text-transform: none;
  margin-top: 28px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
}

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

.body2 {
  background-color: #0a0a0a;
}

.material-section {
  background-color: #0b0b0b;
  margin-top: 4rem;
}

.heading-9 {
  width: 550px;
  color: var(--tan);
  font-family: Cormorantgaramond, sans-serif;
  font-weight: 300;
}

.grid-2 {
  grid-template-rows: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.text-color-grey {
  color: var(--black);
  letter-spacing: -.0125px;
  font-family: Fontspring Demo Proximanova, sans-serif;
  font-size: 1rem;
}

.paragraph-4 {
  letter-spacing: -.0125px;
  width: 500px;
  margin-top: -52px;
  font-family: Fontspring Demo Proximanova, sans-serif;
  font-size: .8rem;
  font-weight: 400;
}

.container-80rem {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.div-block-20 {
  border-bottom: 1px solid var(--black);
  padding-top: 42px;
  padding-bottom: 42px;
}

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

.div-block-22 {
  justify-content: center;
  width: 75%;
  height: 800px;
  display: flex;
  position: relative;
}

.div-block-23 {
  border-right: 1px solid var(--black);
  text-align: left;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.metal-stack-bg {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.wood-text {
  color: #fff;
  text-transform: uppercase;
  font-family: Lexend Tera, sans-serif;
  font-size: 60px;
  line-height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.div-block-24 {
  position: static;
  bottom: 200px;
  left: -110px;
  transform: rotate(-90deg);
}

.grid-3 {
  grid-column-gap: 29px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-content: center;
  justify-items: center;
  max-width: 1000px;
  position: absolute;
  inset: auto auto 6%;
}

.metal-stack-box {
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  transition: all .4s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.metal-stack-box:hover, .metal-stack-box.active {
  border-color: var(--tan);
  background-color: var(--tan);
}

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

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

.text-align-center.text-color-white {
  font-family: Fontspring Demo Proximanova, sans-serif;
  font-size: .9rem;
  font-weight: 300;
}

.fabric-bg, .vinyl-bg, .nail-bg, .metal-bg, .wood-bg {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.fabric-box {
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  transition: all .4s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.fabric-box:hover, .fabric-box.active {
  border-color: var(--tan);
  background-color: var(--tan);
}

.vinyl-box {
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  transition: all .4s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.vinyl-box:hover, .vinyl-box.active {
  border-color: var(--tan);
  background-color: var(--tan);
}

.nail-box {
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  transition: all .4s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.nail-box:hover, .nail-box.active {
  border-color: var(--tan);
  background-color: var(--tan);
}

.metal-box {
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  transition: all .4s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.metal-box:hover, .metal-box.active {
  border-color: var(--tan);
  background-color: var(--tan);
}

.wood-box {
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  transition: all .4s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.wood-box:hover, .wood-box.active {
  border-color: var(--tan);
  background-color: var(--tan);
}

.div-block-25 {
  background-image: linear-gradient(#0000, #000000cf 90%);
  width: 100%;
  height: 360px;
  position: absolute;
  inset: auto 0% 0%;
}

.metal-chair-text {
  color: #fff;
  letter-spacing: -.0125px;
  text-transform: uppercase;
  font-family: Cormorantgaramond, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.div-block-26 {
  position: absolute;
  bottom: 45px;
  left: 42px;
  transform: rotate(-90deg);
}

.fabric-text, .nail-text, .vinyl-text, .metal-text {
  color: #fff;
  text-transform: uppercase;
  font-family: Lexend Tera, sans-serif;
  font-size: 50px;
  line-height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

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

.loader-3-instructions-delete {
  text-align: left;
  background-color: #0000;
  padding: 2rem;
  display: block;
}

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

.margin-bottom.margin-xxlarge.store-location {
  margin-bottom: 4rem;
}

.hide {
  display: none;
}

.loader3_content-wrapper {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 12rem;
  position: relative;
}

.loader3_instructions-callout {
  background-color: #0000001a;
  align-items: center;
  padding: 1.5rem;
  line-height: 1.6;
}

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

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

.loader3_background {
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.loader3_component {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  height: 100dvh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.loader3_image-overlay {
  z-index: 1;
  background-color: #0000;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 100% 0% 0%;
}

.loader3_instructions-list {
  padding-left: 1.25rem;
}

.loader3_instructions-list-item {
  padding-left: .5rem;
}

.stylesystem-class-label {
  cursor: context-menu;
  background-color: #83747426;
  border-radius: 4px;
  padding-left: .5rem;
  padding-right: .5rem;
  display: inline-block;
}

.stylesystem-class-label.is-animation {
  background-image: none;
  background-position: 8px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 2rem;
}

.loader3_image {
  width: 100%;
  height: 100%;
}

.rl-styleguide_label {
  color: #0000;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.loader-wrapper {
  min-height: 100vh;
}

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

.loader3_background-2 {
  background-color: #0000;
  position: absolute;
  inset: 0%;
}

.loader3_component-2 {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  height: 100dvh;
  display: flex;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

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

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

.padding-vertical.padding-large {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.padding-vertical.padding-large.cigar {
  margin-bottom: 2rem;
  display: flex;
}

.padding-vertical.padding-xxhuge.cigar {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

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

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

.footer4_legal-link {
  font-size: .875rem;
  text-decoration: underline;
}

.footer4_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer4_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.footer4_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  justify-content: space-between;
  align-items: center;
}

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

.footer4_link {
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

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

.line-divider {
  background-color: #0000;
  width: 100%;
  height: 1px;
}

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

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

.footer-wrapper {
  background-color: #fff;
  border-top: 1px solid #f7f7fc;
}

.social-icon-square {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.footer-logo {
  transform-style: preserve-3d;
  transition: transform .3s;
}

.footer-logo:hover {
  transform: scale3d(.92, .92, 1.01);
}

.footer-list-item {
  margin-bottom: 18px;
  padding-left: 0;
}

.footer-list-item.horizontal {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.footer-logo-wrapper {
  margin-bottom: 24px;
}

.footer-logo-wrapper.mg-bottom-0 {
  margin-bottom: 0;
}

.social-icon-font {
  line-height: 21px;
}

.elements---element-title {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 12px;
  margin-top: 72px;
  margin-bottom: 32px;
  padding: 24px 32px;
  box-shadow: 0 2px 8px #14142b0f;
}

.social-media-grid-top {
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: start;
  justify-items: start;
}

.social-media-grid-top.right {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: end;
  justify-items: end;
}

.footer-link {
  color: gray;
  text-decoration: none;
}

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

.footer-list-wrapper {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.footer-list-wrapper.horizontal {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-top {
  padding-top: 120px;
  padding-bottom: 120px;
}

.footer-top.pd-72px {
  padding-top: 72px;
  padding-bottom: 72px;
}

.container-default {
  justify-content: center;
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.grid-footer-3-columns {
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr .3fr;
  align-items: center;
}

.mg-bottom-0 {
  margin-bottom: 0;
}

.footer-bottom {
  text-align: center;
  border-top: 1px solid #eff0f6;
  padding-top: 32px;
  padding-bottom: 32px;
}

.mg-bottom-64px {
  margin-bottom: 64px;
}

.subtitle {
  color: #4a3aff;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 700;
  line-height: 20px;
}

.text-area {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 22px;
  min-height: 144px;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 28px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px #14142b14;
}

.text-area:hover {
  border-color: #4a3aff;
  box-shadow: 0 2px 12px #14142b1a;
}

.text-area:focus {
  color: #211f54;
  border-color: #4a3aff;
}

.text-area::placeholder {
  color: #6e7191;
  font-size: 18px;
}

.error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
}

.input {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 100px;
  min-height: 70px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px #14142b14;
}

.input:hover {
  border-color: #4a3aff;
  box-shadow: 0 2px 12px #14142b1a;
}

.input:focus {
  color: #211f54;
  border-color: #4a3aff;
}

.input::placeholder {
  color: #6e7191;
  font-size: 18px;
}

.grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-2-columns.align-top {
  align-items: start;
}

.mg-bottom-48px {
  margin-bottom: 48px;
}

.half-bg-bottom {
  z-index: -1;
  background-color: #f7f7fc;
  width: 100%;
  height: 60%;
  position: absolute;
  inset: auto 0% 0%;
}

.line-rounded-icon.success-message-check {
  margin-bottom: 6px;
  font-size: 22px;
}

.line-rounded-icon.success-message-check.large {
  margin-bottom: 16px;
  font-size: 80px;
  line-height: 88px;
}

.text-200 {
  line-height: 20px;
}

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

.section-2 {
  padding-top: 176px;
  padding-bottom: 176px;
}

.success-message {
  color: #4a3aff;
  background-color: #f3f2ff;
  border-radius: 24px;
  padding: 28px 28px 32px;
}

.square-icon {
  border-radius: 16px;
}

.square-icon.mg-right-16px.mg-bottom-16px-mb {
  margin-right: 1rem;
}

.card {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  box-shadow: 0 2px 7px #14142b0f;
}

.card.form {
  min-height: 620px;
  margin-bottom: 0;
  padding: 72px 40px;
}

.card.form.pd-sides-78px {
  padding-left: 78px;
  padding-right: 78px;
}

.btn-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary:hover {
  color: #fff;
  background-color: #3324d5;
  transform: translate3d(0, -3px, .01px);
}

.social-icon-square-2 {
  background-color: #f2f1ff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.social-icon-square-2:hover {
  color: #fff;
  background-color: #4a3aff;
}

.color-neutral-300 {
  color: #eff0f6;
}

.card-link-icon {
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #f7f7fc;
  border-radius: 14px;
  align-items: center;
  padding: 14px 18px;
  text-decoration: none;
  transition: transform .3s, border-color .3s, color .3s;
  display: flex;
  box-shadow: 0 2px 6px #14142b0f;
}

.card-link-icon:hover {
  border-color: #4a3aff;
  transform: scale3d(.96, .96, 1.01);
}

.inner-container._460px {
  max-width: 460px;
}

.inner-container._752px.center {
  max-width: 752px;
}

.inner-container._600px {
  max-width: 600px;
}

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

.contact-id {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-default-contact {
  justify-content: center;
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.text-info-final {
  color: #ffffffb3;
  letter-spacing: .05em;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: .7rem;
  font-weight: 300;
  line-height: 1.5;
}

.text-info-final.link:hover {
  color: #c9b27d;
}

.heading-footer {
  text-align: center;
  letter-spacing: .1em;
  white-space: nowrap;
  flex-direction: column;
  font-size: 4em;
  line-height: 1.2;
  display: flex;
}

.gdpr-text-wrapper {
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.container-2 {
  width: 1560px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5em;
}

.container-2.footer-copywriting {
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 5.21em;
  padding-right: 5.21em;
}

.container-2.footer {
  border-top: 2px solid #202020;
  border-bottom: 2px solid #202020;
  width: auto;
  margin-top: 5em;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.social-wrapper {
  align-items: baseline;
  width: 50%;
  padding-right: 0;
  display: flex;
}

.grid_item {
  width: 100%;
  padding: 1.5em;
}

.grid_item.subscribe-heading {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1.5em;
  display: flex;
}

.grid_item.text-links {
  border-right: 2px solid #202020;
  flex-direction: row;
  align-items: baseline;
  width: 50%;
  padding: 6.25em 1.8em 4.28em;
  display: flex;
}

.grid_item.contact-social {
  flex-direction: column;
  width: 50%;
  padding: 0;
  display: flex;
}

.grid_item.footer-copywriting {
  justify-content: space-between;
  align-items: center;
  height: 13em;
  padding: 2em 0 0;
  display: flex;
}

.grid_item.subscribe-form {
  justify-content: center;
  align-items: center;
  padding-top: 3.5em;
  padding-left: 10em;
  padding-right: 10em;
  display: flex;
}

.form-2 {
  position: static;
}

.form-block-2 {
  width: 44em;
  position: relative;
}

.logo-middle {
  mix-blend-mode: difference;
  width: 8rem;
}

.grid-4.footer-text-contact {
  display: flex;
}

.contact-social {
  width: 100%;
  padding-top: 5em;
  padding-bottom: 5em;
}

.contact-social.column-2-vertical {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 50%;
  padding: 0 5.21em 0 6.93em;
  display: flex;
}

.contact-social.column-1-vertical {
  border-bottom: 2px solid #202020;
  align-items: center;
  width: auto;
  height: 50%;
  padding: 5em 5.21em 5em 6.93em;
  display: flex;
}

.text-link-footer {
  color: #7e7e7e;
  letter-spacing: .25em;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  font-size: .75em;
  line-height: 1.5;
}

.submit-button {
  color: #7e7e7e;
  letter-spacing: .2em;
  text-transform: uppercase;
  background-color: #3898ec00;
  border: 2px solid #ebeaea;
  border-radius: .8em;
  height: 5em;
  padding: .3em 2em 0;
  position: absolute;
  inset: 0% 0% auto auto;
}

.text-gdpr {
  color: #9c9c9c;
  letter-spacing: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: .8em;
  font-weight: 300;
  line-height: 1.5;
}

.link-2 {
  text-decoration: none;
  overflow: visible;
}

.text-link_wrapper {
  display: flex;
}

.text-link_wrapper.column-2 {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  padding-left: 5em;
  display: flex;
}

.text-link_wrapper.column-1 {
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.contact-text {
  color: #ffffffb3;
  letter-spacing: .1em;
  padding-top: .31em;
  padding-bottom: .31em;
  font-family: Inter, sans-serif;
  font-size: .6rem;
  line-height: 1.5;
}

.wrapper-text-final {
  overflow: hidden;
}

.social-icon {
  align-items: baseline;
  width: 4.2em;
  padding-right: 2.71em;
  display: flex;
}

.contact-wrapper {
  flex-direction: column;
  align-items: flex-end;
  width: 55%;
  padding-top: 1.5em;
  display: flex;
  overflow: hidden;
}

.text-field-2 {
  z-index: 0;
  color: #cacbcb;
  letter-spacing: .2em;
  background-color: #fff0;
  border: 2px solid #ebeaea;
  border-radius: .8em;
  width: 25em;
  height: 5em;
  margin-bottom: 0;
  padding: .3em 0 0 2.1em;
  font-size: 1vw;
  line-height: 1.3;
  position: relative;
}

.text-field-2::placeholder {
  color: #cacbcb;
  font-size: .8em;
}

.fullsize-img-outer-wrapper {
  color: #fff;
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-2 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 40px;
  font-size: 50px;
}

.heading-2.center {
  font-family: Cormorantgaramond, sans-serif;
}

.c-1300 {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.btn-secondary {
  background-color: #3898ec00;
  border: 1px solid #fff;
  border-radius: 2px;
  padding: 20px 50px;
  font-family: Fontspring Demo Proximanova, sans-serif;
  font-size: 20px;
  font-weight: 400;
  transition: color .5s cubic-bezier(.165, .84, .44, 1), background-color .5s cubic-bezier(.165, .84, .44, 1);
}

.btn-secondary:hover {
  color: #000;
  background-color: #fff;
}

.fullsize-img-wrapper {
  z-index: 1;
  color: #fff;
  text-align: center;
  background-color: #f6f6f6;
  background-image: url('../images/WhatsApp-Image-2024-02-28-at-17.11.09.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section-4 {
  margin-top: 16rem;
  padding: 100px 50px;
}

.section-4.our-cigar {
  margin-top: 0;
}

.subheader {
  opacity: .75;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
}

.subheader.full-opacity {
  opacity: 1;
  letter-spacing: -.0125px;
  font-family: Fontspring Demo Proximanova, sans-serif;
  font-weight: 400;
}

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

.image-13 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: static;
  top: 0;
  overflow: visible;
}

.div-block-7 {
  height: 45em;
}

.grid-5 {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.grid-5.is--margin {
  margin-top: 6em;
  padding-bottom: 3.5em;
}

.div-block-27 {
  z-index: 1;
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

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

.container-3 {
  width: 1560px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 2.7em 6.25em;
}

.container-3.is--no-padding {
  padding-left: 1em;
  padding-right: 1em;
}

.text--middle {
  text-align: center;
  font-size: 2.6em;
  font-weight: 400;
}

.text--middle.fade-up3.tricks {
  color: #fff;
  letter-spacing: -.5px;
  font-family: Cormorantgaramond, sans-serif;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 2.2rem;
  overflow: hidden;
}

.text--middle.fade-up3.tricks._1 {
  line-height: 2.2rem;
}

.grid_item-2 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 1.04em;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
  display: block;
}

.grid_item-2.is--text-middle {
  object-fit: fill;
  margin-top: 0;
  padding-top: 13.28em;
  padding-bottom: 7.55em;
  overflow: visible;
}

.grid_item-2.is--image1 {
  z-index: 1;
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 37em;
  margin-top: 5.13em;
  padding: 0;
  display: block;
  position: static;
  overflow: visible;
}

.grid_item-2.is--img4 {
  justify-content: center;
  align-items: center;
  width: 25%;
  margin-left: 0;
  display: flex;
}

.grid_item-2.is--img1, .grid_item-2.is--img3 {
  justify-content: center;
  align-items: center;
  width: 25%;
  display: flex;
}

.grid_item-2.is--img2 {
  width: 25%;
  padding-top: 12em;
}

.grid_item-2.is--text-1 {
  width: 75%;
  margin-top: -10em;
  padding-left: 6em;
}

.grid_item-2.is--text-1-copy {
  flex-direction: row;
  justify-content: flex-start;
  width: 67%;
  margin-top: -4em;
  padding-left: 11em;
  display: flex;
}

.grid_item-2.is--text-2 {
  width: 35%;
  margin-left: -10%;
  padding-top: 5.64em;
}

.grid_item-2.is--grid-3 {
  justify-content: flex-start;
  align-items: center;
  width: 33.3333%;
  display: flex;
  position: relative;
}

.grid_item-2.is--grid-2 {
  width: 33.3333%;
  position: relative;
}

.grid_item-2.is--grid-1 {
  flex-flow: column;
  flex: 0 auto;
  place-content: flex-start center;
  align-items: center;
  width: 33.3333%;
  display: flex;
  position: relative;
}

.grid_item-2.is--margin {
  padding-top: 14em;
}

.image-5 {
  height: 22em;
}

.image-4 {
  height: 17.4em;
}

.image-6 {
  height: 20em;
}

.image-6-copy {
  width: 100%;
  height: 25em;
}

.text-img {
  color: #fff;
  font-family: Cormorantgaramond, sans-serif;
  font-size: 1.5em;
  font-weight: 300;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  padding-left: 1.72em;
  display: flex;
}

.is--p-title-1 {
  color: #fff;
  letter-spacing: -.5px;
  font-family: Fontspring Demo Proximanova, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
}

.text-span-4 {
  text-decoration: underline;
}

.link-img {
  color: #fff;
  letter-spacing: -.5px;
  padding-top: 1.56em;
  font-family: Fontspring Demo Proximanova, sans-serif;
  font-size: 1.2em;
}

.image-14 {
  height: 2em;
}

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

.link-3 {
  color: var(--black);
  font-family: Fontspring Demo Proximanova, sans-serif;
  font-size: .9rem;
}

.heading-10 {
  color: #fff;
  text-transform: uppercase;
  font-family: Cormorantgaramond, sans-serif;
  font-size: 2.3rem;
}

.max {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.div-img-right {
  display: none;
  position: absolute;
}

.div-img {
  justify-content: center;
  display: none;
  position: absolute;
}

.image-15 {
  object-fit: fill;
  height: 31.35em;
  display: block;
}

.image-15._2 {
  object-fit: contain;
}

.div-img2 {
  display: block;
  position: absolute;
}

.h-colorized {
  color: #d8d8d8;
  text-align: center;
  padding-top: .3em;
  padding-bottom: .3em;
  display: block;
}

.h-colorized._1, .h-colorized._2 {
  font-size: 3rem;
}

.h-colorized._3, .h-colorized._4, .h-colorized._5 {
  font-size: 3rem;
  display: none;
}

.h-colorized._6 {
  display: none;
}

.div-img4-right {
  display: none;
  position: absolute;
  top: 43%;
}

.div-img6 {
  display: none;
  position: absolute;
}

.div-2 {
  flex-direction: column;
  display: flex;
}

.div-img6-right {
  display: none;
  position: absolute;
  top: 43%;
}

.div-img5 {
  display: none;
  position: absolute;
}

.div-img5-right {
  display: none;
  position: absolute;
  top: 43%;
}

.div-img3, .div-img4 {
  display: none;
  position: absolute;
}

.image-16 {
  object-fit: cover;
  height: 20.73em;
  overflow: visible;
}

.div-img2-right {
  display: block;
  position: absolute;
}

.div-img3-right {
  display: none;
  position: absolute;
}

.heading-11 {
  color: #fff;
  font-family: Cormorantgaramond, sans-serif;
}

.heading-11.cigars {
  margin-bottom: 1rem;
}

.btn-text {
  color: #fff;
  text-transform: uppercase;
  padding: 2px 4px;
  font-family: Cormorantgaramond, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.btn-text:hover {
  color: #fff;
}

.btn-text.footer {
  margin-right: 1rem;
}

.btn-text.footer.location {
  margin-right: 0;
}

.btn-text.cta-home {
  font-size: 1.5rem;
}

.border-line-text {
  z-index: 1;
  background-color: #c9b27d;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.terms-text {
  font-size: .7rem;
}

.text-footer {
  font-size: .9rem;
}

.section-cit {
  margin-top: 8rem;
  margin-bottom: 7rem;
}

.section-cit.cigars {
  margin-top: 12rem;
}

.border-gradient {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  min-height: 550px;
  position: absolute;
  transform: rotate(-55deg);
}

.input-2 {
  color: #fff;
  background-color: #1a1a1a;
  border: 1px solid #2e2e2e;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 35px 20px 12px;
  position: relative;
  inset: 0%;
}

.input-2:focus-visible, .input-2[data-wf-focus-visible] {
  background-color: #313131;
  border-color: #555;
}

.input-2.message {
  padding-bottom: 80px;
}

.button-wrap {
  margin-top: 20px;
}

.button-bg {
  z-index: 1;
  opacity: 1;
  text-align: center;
  background-color: #151515;
  border-radius: 8px;
  width: 100%;
  position: relative;
}

.main-button-n {
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 50px #c9b27d99;
}

.main-button-n:hover {
  box-shadow: 0 0 80px #c9b27d;
}

.button-inside {
  z-index: 2;
  opacity: 1;
  text-align: center;
  white-space: nowrap;
  -webkit-text-fill-color: transparent;
  background-color: #151515;
  background-image: linear-gradient(to right, #ffffffb3, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  font-size: 1.2rem;
  font-weight: 400;
  display: flex;
  position: static;
  inset: 1%;
}

.conatiner {
  width: 100%;
  max-width: 400px;
}

.label {
  z-index: 1;
  color: #d6d6d6;
  margin-bottom: -30px;
  padding-top: 12px;
  padding-left: 20px;
  font-size: 13px;
  font-weight: 400;
  position: relative;
}

.label.for-phone {
  padding-left: 70px;
}

.input-wrap {
  z-index: 1;
  height: 70px;
  position: relative;
}

.input-wrap.for-phone {
  z-index: 3;
}

.input-wrap.message {
  height: 140px;
}

.form-3 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

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

.heading-contact {
  color: #fff;
  margin-bottom: 1rem;
  font-family: Cormorantgaramond, sans-serif;
  font-size: 3rem;
}

.body-3 {
  background-color: var(--bg);
}

.section-6 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.glow-circle {
  z-index: 1;
  opacity: 1;
  filter: blur(120px);
  background-color: #f8f3ea;
  border-radius: 100vw;
  width: 15rem;
  height: 15rem;
  position: relative;
  inset: 0% auto auto 0%;
}

.bg {
  z-index: 2;
  background-image: linear-gradient(#00000080, #00000080), url('../images/background.png');
  background-position: 0 0, 0 0;
  background-size: auto, 162px;
  background-attachment: scroll, fixed;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0% auto auto 0%;
}

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

.div_cigars {
  width: 350px;
  height: 350px;
}

.div_cigars:hover {
  background-color: #6666661a;
}

.img-cigars {
  width: 300px;
  margin-bottom: 2rem;
}

.img-cigars.coming-soon {
  margin-top: 2rem;
}

.text-cigars {
  color: #fff;
  text-align: center;
  letter-spacing: .125px;
  font-family: Cormorantgaramond, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.text-cigars.comingsoon {
  margin-top: .5rem;
  font-size: 1rem;
}

.contain-cigars {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
}

.quick-stack {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.text-block-2 {
  font-size: 1.3rem;
  font-weight: 400;
}

.rl-header_heading-wrapper {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.text-background-scribble {
  background-image: url('../images/text-scribble-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: -2.5rem;
  padding-left: 2.5rem;
  padding-right: 0;
  display: inline-block;
}

.section-rl-header {
  margin-top: 12rem;
  margin-bottom: 6rem;
}

.rl-header_component {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.rl-header_heading {
  color: #fff;
  letter-spacing: -.03em;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}

.text-background-box {
  background-image: url('../images/text-box-bg.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: -1rem;
  margin-left: -.25rem;
  margin-right: -1.5rem;
  padding-bottom: 1rem;
  padding-left: 1.25rem;
  padding-right: 2rem;
  display: inline-block;
}

.button-icon {
  margin-right: .5rem;
}

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

.button-secondary {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 8px;
  padding: .75rem 1.5rem;
  font-weight: 500;
  line-height: 1;
  transition: all .2s;
}

.button-secondary:hover {
  background-color: #d8d5d1;
}

.button-secondary.button-large {
  height: 56px;
  padding: 1rem 2rem;
  font-size: 1.125rem;
}

.button-secondary.button-large.with-icon {
  align-items: center;
  height: 56px;
  padding-left: 1.5rem;
  display: flex;
}

.rl-page-padding {
  padding-left: 2.5vw;
  padding-right: 2.5vw;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #161616;
  border: 2px solid #161616;
  border-radius: 8px;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  transition: all .2s;
}

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

.button.button-large {
  align-items: center;
  height: 56px;
  padding: 1rem 2rem;
  font-size: 1.125rem;
  display: flex;
}

.rl-header_content-wrapper {
  background-color: #d8d5d1;
  border-radius: 1.5rem;
  height: 60vh;
  min-height: 25px;
  margin-top: 1.5rem;
  padding-left: 3rem;
  padding-right: 3rem;
  position: relative;
  overflow: hidden;
}

.rl-header_content-wrapper.overflow-safari {
  border-radius: 0;
  height: auto;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

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

.button-row {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-row.button-row-center {
  justify-content: center;
}

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

.text-size-large.text-align-center {
  color: #ffffffb3;
  text-transform: none;
  font-size: 1.1rem;
}

.text-size-large.text-weight-medium {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
}

.text-size-large.text-weight-medium.secondary {
  color: #ffffffb3;
  margin-top: .5rem;
  font-size: .9rem;
}

.text-size-large.text-weight-medium.secondary.locations {
  margin-top: 0;
}

.text-size-large.text-weight-medium.location-st {
  border-top: 1px #68686880;
  border-bottom: 1px solid #68686880;
  width: 190px;
  margin-bottom: 1rem;
  padding-bottom: .25rem;
}

.text-size-large.text-weight-medium.location-st._2 {
  width: 170px;
}

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

.button-wrapper {
  margin-top: 1rem;
  margin-right: 1rem;
}

.button-wrapper.button-wrapper-center {
  margin-left: .5rem;
  margin-right: .5rem;
}

.image-17 {
  height: 100vh;
}

.image-18 {
  width: 350px;
  margin-bottom: .5rem;
}

.rl-faq_accordion {
  border-top: 1px solid #68686880;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.rl-faq_accordion.top {
  border-top-style: none;
}

.rl-faq_accordion.bottom {
  border-bottom: 1px solid #68686880;
}

.rl-faq_component {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.section-rl-spec {
  margin-top: 10rem;
}

.section-rl-spec.store-location {
  margin-top: 12rem;
}

.text-style-link {
  text-decoration: underline;
}

.heading-xxlarge {
  color: #fff;
  margin-bottom: 2rem;
  font-family: Cormorant SC, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1;
}

.rl-faq_question {
  cursor: pointer;
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  transition: background-color .2s;
  display: flex;
}

.rl-faq_list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-bottom: 1px solid #16161626;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  width: 500px;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

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

.grid-1-column.gap-row-28px {
  grid-row-gap: 28px;
}

.grid-1-column.gap-row-28px.mg-top-110px {
  margin-top: 110px;
}

.section-gallery {
  padding-top: 176px;
  padding-bottom: 176px;
}

.container-default-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.heading-12 {
  color: #fff;
  font-size: 2rem;
}

.section-picture, .section-parallax, .section-parallax-text, .section-our-cigars {
  z-index: 2;
  position: relative;
}

.container-4, .our-cigar {
  display: none;
}

.c-hero__img-mobile {
  position: absolute;
  inset: auto auto -2% 22%;
}

.c-hero__img-mobile._2 {
  opacity: 1;
  object-fit: cover;
  border-radius: 50%;
  width: 500px;
  height: 500px;
  margin-top: 34px;
  margin-bottom: 34px;
  position: static;
  inset: 10% auto auto 0%;
}

@media screen and (min-width: 1440px) {
  .grid-2-columns.form {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 80px;
    line-height: 67px;
  }

  .l-container {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .l-container.is--black {
    padding: 93px 20px;
  }

  .l-container.is--black.is-hero {
    padding-left: 0;
    padding-right: 0;
  }

  .l-container.is--bg {
    background-color: #0000;
    padding-top: 60px;
    padding-bottom: 102px;
  }

  .navbar {
    height: 70px;
  }

  .nav-menu {
    background-color: var(--tan);
    margin-top: -6px;
    margin-left: 6px;
    margin-right: 6px;
    padding-bottom: 20px;
  }

  .nav-menu.right {
    display: none;
  }

  .brand {
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-left: 20px;
  }

  .brand.w--current {
    flex: 1;
    justify-content: flex-start;
    padding-top: 0;
    padding-left: 20px;
    display: flex;
  }

  .l-grid {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .l-grid.is--1000 {
    padding-left: 0;
    padding-right: 0;
  }

  .l-grid__item.is--grid {
    justify-content: center;
    width: auto;
  }

  .l-grid__item.is--hero {
    height: 100vh;
  }

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

  .c-testimonial {
    align-items: center;
  }

  .c-newproduct {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .c-newproduct__img {
    border-radius: 0;
    padding-left: 35px;
  }

  .c-material__text {
    margin-bottom: 0;
    line-height: 68px;
  }

  .c-material__text.is--gold.is--center {
    margin-bottom: 0;
  }

  .c-material__text.is--paragraph {
    line-height: 17px;
  }

  .c-material__palette {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    margin-top: 60px;
    margin-bottom: 0;
    display: grid;
  }

  .overflow {
    width: auto;
  }

  .c-material__button {
    display: none;
  }

  .icon {
    color: #000;
    display: block;
  }

  .image-9 {
    height: 380px;
  }

  .div-block-10 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-10.is--red {
    flex-direction: column-reverse;
    display: flex;
  }

  .c-about__content.is--green {
    display: flex;
  }

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

  .div-block-11, .div-block-12 {
    align-items: flex-start;
  }

  .div-block-13 {
    align-items: flex-start;
    margin-top: 41px;
    margin-bottom: 41px;
  }

  .menu-button {
    background-color: var(--tan);
    margin-right: 6px;
    display: block;
  }

  .menu-button.w--open {
    background-color: var(--tan);
  }

  .link {
    color: #000;
    font-size: 14px;
  }

  .link.w--current {
    color: #000;
  }

  .div-block-14 {
    align-items: center;
  }

  .c-material__vinyl, .c-material__fabrics, .c-material__wood, .c-material__chair, .c-material__metal, .c-material__nail {
    display: none;
  }

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

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

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

  .footer4_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

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

  .social-media-grid-top.right {
    grid-column-gap: 10px;
  }

  .social-media-grid-top.right.center-tablet {
    justify-content: center;
  }

  .footer-top {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .footer-top.pd-72px {
    padding-top: 64px;
    padding-bottom: 64px;
  }

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

  .footer-bottom {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .mg-bottom-48px {
    margin-bottom: 40px;
  }

  .section-2 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .card.form {
    padding: 54px 32px;
  }

  .card.form.pd-sides-78px {
    padding-left: 40px;
    padding-right: 40px;
  }

  .btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .text-info-final {
    font-size: 1em;
  }

  .container-2 {
    font-size: 1vw;
  }

  .container-2.footer {
    border-bottom-style: none;
  }

  .grid_item.subscribe-heading {
    font-size: 1.5vw;
  }

  .grid_item.text-links {
    border-right-style: none;
    width: 100%;
    padding-left: 20em;
    padding-right: 20em;
  }

  .grid_item.contact-social {
    border-top: 2px solid #ebeaea;
    border-bottom: 2px solid #ebeaea;
    flex-direction: row;
    align-items: baseline;
    width: 100%;
  }

  .grid_item.subscribe-form, .form-2 {
    font-size: 1vw;
  }

  .form-block-2 {
    width: 44em;
    font-size: 1vw;
  }

  .grid-4.footer-text-contact {
    flex-direction: column;
  }

  .contact-social.column-2-vertical {
    width: 50%;
  }

  .contact-social.column-1-vertical {
    border-bottom-style: none;
    border-right: 2px solid #ebeaea;
    width: 50%;
  }

  .text-link-footer {
    font-size: 1.2em;
  }

  .text-gdpr {
    font-size: 1em;
  }

  .text-link_wrapper.column-2 {
    padding-left: 10em;
  }

  .text-link_wrapper.column-1 {
    justify-content: center;
    padding-left: 5em;
  }

  .contact-text {
    font-size: 1em;
  }

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

  .heading-2 {
    font-size: 40px;
  }

  .grid-5.is--tablet {
    flex-flow: wrap;
    place-content: stretch space-around;
  }

  .grid-5.is--margin {
    justify-content: center;
  }

  .text--middle {
    font-size: 4.2em;
  }

  .grid_item-2.is--image1 {
    background-position: 50% 20%;
    height: 48em;
    margin-top: 0;
  }

  .grid_item-2.is--img4 {
    width: 50%;
    margin-top: -13em;
    margin-bottom: 0;
    padding-left: 2em;
    padding-right: 2em;
    display: block;
  }

  .grid_item-2.is--img1 {
    width: 50%;
    padding-top: 12em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .grid_item-2.is--img3 {
    width: 50%;
    margin-top: 2.5em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .grid_item-2.is--img2 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    width: 50%;
    padding-top: 1.04em;
    padding-left: 2em;
    padding-right: 2em;
    display: block;
  }

  .grid_item-2.is--text-1 {
    width: 60%;
    margin-top: 0;
    padding-left: 1.04em;
  }

  .grid_item-2.is--text-1-copy {
    flex-direction: row;
    width: 100%;
    margin-top: 0;
    padding-left: 1.04em;
    display: none;
  }

  .grid_item-2.is--text-2 {
    flex: 0 auto;
    width: 40%;
    margin-left: 0;
    padding-top: 1.04em;
  }

  .grid_item-2.is--grid-3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    display: flex;
  }

  .grid_item-2.is--grid-2 {
    height: auto;
  }

  .grid_item-2.is--grid-1 {
    height: auto;
    display: flex;
  }

  .grid_item-2.is--margin {
    padding-top: 14em;
  }

  .image-5, .image-4, .image-6, .image-6-copy {
    height: auto;
  }

  .is--p-title-1 {
    text-align: left;
    font-size: 2em;
  }

  .link-img {
    padding-top: .6em;
    font-size: 2.5em;
  }

  .text-background-scribble {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    margin-left: 0;
    padding-left: 0;
  }

  .rl-header_heading {
    font-size: 3.75rem;
  }

  .text-background-box {
    margin-bottom: -.75rem;
    margin-left: 0;
    padding-bottom: .875rem;
    padding-left: 1rem;
    padding-right: 1.75rem;
  }

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

  .rl-page-padding {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .rl-header_content-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .rl-faq_component {
    grid-column-gap: 2rem;
    grid-row-gap: 0rem;
  }

  .heading-xxlarge {
    font-size: 3.25rem;
  }

  .section-gallery {
    padding-top: 118px;
    padding-bottom: 118px;
  }
}

@media screen and (max-width: 767px) {
  .text-size-medium {
    font-size: 1rem;
  }

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

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

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

  .footer4_credit-text {
    margin-top: 1rem;
  }

  .footer4_link-list {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .footer4_bottom-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
    justify-items: center;
    padding-bottom: 1rem;
  }

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

  .footer-list-item {
    margin-bottom: 10px;
  }

  .elements---element-title {
    margin-top: 48px;
    padding-bottom: 20px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer-top {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .footer-top.pd-72px {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .mg-bottom-64px {
    margin-bottom: 48px;
  }

  .text-area {
    border-radius: 18px;
  }

  .input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

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

  .grid-2-columns.form {
    grid-row-gap: 20px;
  }

  .mg-bottom-48px {
    margin-bottom: 32px;
  }

  .line-rounded-icon.success-message-check.large {
    font-size: 68px;
    line-height: 73px;
  }

  .text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .square-icon {
    border-radius: 12px;
    max-width: 56px;
  }

  .card.form {
    padding: 56px 32px;
  }

  .card.form.pd-sides-78px {
    padding-left: 32px;
    padding-right: 32px;
  }

  .btn-primary {
    padding: 20px 32px;
  }

  .fullsize-img-outer-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .heading-2 {
    font-size: 35px;
  }

  .content-center-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .grid_item-2.is--grid-3, .grid_item-2.is--grid-1 {
    display: flex;
  }

  .text-background-scribble {
    margin-left: -2rem;
    padding-left: 2rem;
  }

  .rl-header_heading {
    font-size: 2.5rem;
  }

  .text-background-box {
    margin-bottom: -.6rem;
    margin-left: 0;
    padding-bottom: .6rem;
    padding-left: .75rem;
    padding-right: 1.25rem;
  }

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

  .rl-header_content-wrapper {
    height: 50vh;
    margin-top: 1rem;
  }

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

  .rl-faq_component {
    grid-template-columns: 1fr;
  }

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

  .rl-faq_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .rl-faq_list.top {
    border-bottom-style: none;
  }

  .grid-1-column.gap-row-28px.mg-top-110px.mg-top-0-mbl {
    margin-top: 0;
  }

  .section-gallery {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 50px;
    line-height: 48px;
  }

  h2 {
    font-size: 40px;
    line-height: 35px;
  }

  h3 {
    font-size: 20px;
    line-height: 40px;
  }

  h4 {
    font-size: 16px;
  }

  h5 {
    font-size: 13px;
  }

  p {
    font-size: 9px;
    line-height: 15px;
  }

  .l-container {
    padding-top: 80px;
    padding-bottom: 80px;
    display: flex;
  }

  .l-container.is--black {
    flex-direction: column;
    margin-top: 4rem;
    padding: 0 0 90px;
    display: flex;
  }

  .l-container.is--black.is--footer {
    display: flex;
  }

  .l-container.is--black.is-hero {
    height: 100vh;
  }

  .l-container.is--black.is-hero.home, .l-container.is--black.end {
    margin-top: 0;
  }

  .link-block {
    width: auto;
    padding-left: 34px;
    padding-right: 34px;
  }

  .c-hero__img._2 {
    width: 330px;
    height: 330px;
    position: static;
  }

  .navbar {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    display: flex;
  }

  .heading-3 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    font-size: 1.8rem;
    display: flex;
  }

  .nav-menu {
    background-color: var(--tan);
    width: auto;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 0;
    display: none;
  }

  .nav-menu.right {
    display: none;
  }

  .brand {
    justify-content: flex-start;
    padding-top: 0;
    padding-left: 20px;
  }

  .brand.w--current {
    flex: 1;
    justify-content: center;
    align-items: center;
    width: auto;
    padding-top: 1rem;
    padding-left: 0;
  }

  .l-grid {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .l-grid.is--1000 {
    height: 100vh;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .l-grid.is--hero {
    padding-left: 10px;
    padding-right: 10px;
  }

  .l-grid__item.is--grid {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    width: auto;
    margin-top: 51px;
  }

  .l-grid__item.is--hero {
    display: none;
  }

  .c-hero__text.tricks {
    font-size: 2.3rem;
    line-height: 36px;
  }

  .c-hero__text.tricks.is--gold {
    line-height: 36px;
  }

  .c-testimonial__text {
    font-size: 2.3rem;
    line-height: 36px;
  }

  .c-testimonial__text.is--paragraph {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: .9rem;
  }

  .c-testimonial__text.roots {
    font-size: 1.8rem;
  }

  .c-newproduct {
    flex-direction: column-reverse;
    margin-top: 0;
    margin-right: 0;
  }

  .c-newproduct__text {
    line-height: 26px;
  }

  .c-newproduct__text.is--center {
    line-height: 47px;
  }

  .c-newproduct__img {
    height: 400px;
    padding-left: 0;
  }

  .c-newproduct__list {
    margin-top: 0;
  }

  .c-newproduct__heading {
    margin-top: 56px;
  }

  .c-material__text {
    line-height: 48px;
  }

  .c-material__text.is--gold.is--center {
    margin-bottom: 15px;
  }

  .c-material__text.is--paragraph {
    width: auto;
    margin-top: 0;
    line-height: 21px;
  }

  .c-material__palette {
    grid-template-columns: 1fr 1fr;
    width: auto;
    margin-top: 68px;
    margin-bottom: 0;
  }

  .images {
    flex-direction: column;
    width: auto;
  }

  .c-footer__text.is--white {
    text-align: left;
  }

  .overflow {
    width: auto;
    overflow: hidden;
  }

  .c-decor__img {
    object-fit: cover;
    height: 400px;
  }

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

  .c-material__button {
    opacity: 0;
  }

  .c-hero__imgwrapper {
    height: 100vh;
  }

  .image-2, .image-3, .image-4, .image-5, .image-6 {
    display: none;
  }

  .bg_image {
    margin-bottom: 0;
  }

  .slider {
    margin-top: 44px;
  }

  .heading-4 {
    margin-top: 20px;
    line-height: 25px;
  }

  .icon {
    color: #000;
  }

  .c-title-y-c {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .c-title-y-c.about-us {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .c-paragraph.is--700 {
    width: auto;
  }

  .c-paragraph.is--700.cit {
    font-size: 1.5rem;
    line-height: 1.7rem;
  }

  .c-paragraph.is--700.cit.name.our-cigars {
    font-size: .9rem;
    line-height: 1.3rem;
  }

  .c-paragraph.is--700.cit.our-cigars {
    font-size: 2.3rem;
    line-height: 2.4rem;
  }

  .c-paragraph.is--700.about-us._1, .c-paragraph.is--700.about-us._2 {
    width: 100%;
    font-size: .9rem;
    line-height: 1.2rem;
  }

  .c-paragraph.is--white {
    font-size: .9rem;
  }

  .image-9 {
    object-fit: cover;
    height: 310px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .image-9.about-us {
    height: auto;
  }

  .div-block-10 {
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 2rem;
    display: flex;
  }

  .div-block-10.is--red {
    flex-direction: column-reverse;
    margin-top: 6rem;
  }

  .c-about__content.is--green {
    flex: 0 auto;
    width: auto;
    height: auto;
    padding: 0 20px;
  }

  .c-about__content.is--red {
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-about__content.is--purple {
    width: auto;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-about__img.is--1 {
    flex: 0 auto;
    width: auto;
    height: 400px;
  }

  .c-about__img.is--2 {
    width: 100%;
    height: 500px;
    margin-top: 2rem;
  }

  .c-about__img.is--3 {
    width: auto;
    height: 400px;
  }

  .heading-6 {
    font-size: 2.3rem;
    line-height: 2.5rem;
  }

  .grid {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .div-block-11 {
    margin-top: 20px;
  }

  .div-block-12 {
    align-items: flex-start;
    width: 100%;
    margin-bottom: 23px;
  }

  .div-block-13 {
    align-items: flex-start;
    width: 100%;
    margin-bottom: 24px;
  }

  .div-block-10-copy {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: stretch;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: none;
    overflow: visible;
  }

  .menu-button {
    background-color: var(--tan);
    display: none;
  }

  .link {
    color: #2e1a1a;
  }

  .link.w--current {
    color: #000;
    font-size: 14px;
  }

  .div-block-14 {
    justify-content: center;
    align-items: center;
  }

  .slider-item {
    width: 78vw;
    height: auto;
    margin-right: 17px;
    padding: 0;
  }

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

  .slider-navigation-wrapper {
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 0;
  }

  .section-header {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
  }

  .div-block-17 {
    border-radius: 30px;
    height: 200px;
  }

  .heading-7 {
    line-height: 100%;
  }

  .c-material__vinyl, .c-material__fabrics, .c-material__wood, .c-material__chair, .c-material__metal, .c-material__nail {
    opacity: 0;
  }

  .heading-9 {
    width: auto;
  }

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

  .paragraph-4 {
    width: auto;
    margin-top: auto;
  }

  .div-block-21 {
    align-items: center;
  }

  .div-block-22 {
    flex: 1;
    align-items: center;
    width: auto;
    height: 540px;
  }

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

  .grid-3 {
    grid-column-gap: 0px;
    grid-row-gap: 7px;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
    inset: auto 0% 4%;
  }

  .metal-stack-box.active, .fabric-box, .vinyl-box, .nail-box, .metal-box, .wood-box {
    width: 100px;
    height: 100px;
  }

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

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

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

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

  .social-icon-square {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .footer-logo {
    width: 100%;
    max-width: 240px;
  }

  .footer-list-item.horizontal {
    margin-bottom: 6px;
    padding-left: 0;
    padding-right: 0;
  }

  .social-media-grid-top {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .social-media-grid-top.right.center-mbp {
    place-content: center;
    justify-items: center;
  }

  .footer-list-wrapper.horizontal {
    flex-direction: column;
  }

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

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

  .mg-bottom-64px {
    margin-bottom: 40px;
  }

  .input {
    font-size: 16px;
    line-height: 18px;
  }

  .input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .grid-2-columns.align-top._2-col-mbl {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .mg-bottom-48px {
    margin-bottom: 32px;
  }

  .line-rounded-icon.success-message-check.large {
    font-size: 58px;
    line-height: 64px;
  }

  .section-2 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .square-icon {
    border-radius: 14px;
    max-width: 56px;
  }

  .square-icon.mg-right-16px.mg-bottom-16px-mb {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .card.form {
    padding-left: 23px;
    padding-right: 23px;
  }

  .card.form.pd-sides-78px {
    padding-left: 24px;
    padding-right: 24px;
  }

  .btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .social-icon-square-2 {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .card-link-icon {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 26px 24px;
  }

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

  .text-info-final.link {
    color: #fff;
  }

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

  .gdpr-text-wrapper {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    font-size: 3vw;
    display: block;
  }

  .container-2 {
    padding-top: 10em;
  }

  .container-2.footer-copywriting {
    padding-top: 0;
    padding-left: 2em;
    padding-right: 2em;
  }

  .container-2.footer {
    padding-top: 5em;
    padding-bottom: 0;
  }

  .social-wrapper {
    width: 100%;
    font-size: 1vw;
  }

  .grid_item.subscribe-heading {
    font-size: 2vw;
  }

  .grid_item.text-links {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 7em 3em 10em;
    display: block;
  }

  .grid_item.contact-social {
    border-top-color: #202020;
    border-bottom-color: #202020;
    align-items: center;
  }

  .grid_item.footer-copywriting {
    font-size: 2vw;
  }

  .form-2 {
    font-size: 1vw;
  }

  .form-block-2 {
    width: 80em;
    font-size: 1vw;
  }

  .logo-middle {
    width: 6rem;
  }

  .contact-social.column-2-vertical {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-left: 2em;
    padding-right: 2em;
    display: flex;
  }

  .contact-social.column-1-vertical {
    border-right-color: #202020;
    flex-direction: column;
    padding-top: 10em;
    padding-bottom: 10em;
    padding-left: 5em;
  }

  .submit-button {
    border-width: 1px;
    font-size: 2vw;
  }

  .text-gdpr {
    padding-bottom: 1.5em;
  }

  .link-2 {
    font-size: 2vw;
  }

  .text-link_wrapper.column-2 {
    align-items: flex-start;
    width: 42%;
    padding-left: 0;
  }

  .text-link_wrapper.column-1 {
    text-align: center;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
    font-size: 1vw;
    display: flex;
  }

  .contact-text {
    font-size: 1em;
  }

  .section-3 {
    font-size: 1vw;
  }

  .social-icon {
    width: 5em;
    font-size: 2vw;
  }

  .contact-wrapper {
    align-items: flex-start;
    width: 100%;
    padding-top: 5em;
  }

  .page-wrapper {
    font-size: 1vw;
  }

  .text-field-2 {
    border-width: 1px;
    width: 24em;
    padding-top: 0;
    font-size: 2vw;
  }

  .fullsize-img-outer-wrapper {
    text-align: center;
    height: 75vh;
  }

  .heading-2 {
    text-align: left;
    font-size: 25px;
  }

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

  .section-4 {
    margin-top: 4rem;
    padding: 75px 25px;
  }

  .subheader.full-opacity {
    text-align: center;
  }

  .grid-5 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .grid-5.is--margin {
    flex-direction: row;
    align-items: center;
  }

  .container-3 {
    padding-left: 1em;
    padding-right: 1em;
    display: none;
  }

  .container-3.is--no-padding {
    padding-top: 10em;
    padding-bottom: 10em;
  }

  .grid_item-2.is--grid-3 {
    justify-content: flex-start;
    width: 30%;
    height: 30vh;
    display: flex;
  }

  .grid_item-2.is--grid-2 {
    width: 40%;
  }

  .grid_item-2.is--grid-1 {
    width: 30%;
    height: 30vh;
    display: flex;
  }

  .image-header {
    display: block;
  }

  .div-img-right {
    align-items: flex-start;
    display: block;
  }

  .h-colorized {
    font-size: 7em;
  }

  .div-img4-right {
    align-items: flex-start;
    display: block;
  }

  .div-2 {
    flex-direction: column;
  }

  .div-img6-right, .div-img5-right, .div-img2-right, .div-img3-right {
    align-items: flex-start;
    display: block;
  }

  .btn-text {
    display: inline-block;
  }

  .btn-text.footer {
    margin-right: .5rem;
  }

  .btn-text.footer._1 {
    margin-right: 0;
  }

  .section-cit {
    margin-top: 0;
    margin-bottom: 1.5rem;
  }

  .section-cit.cigars {
    margin-top: 8rem;
    margin-bottom: 0;
  }

  .heading-contact {
    font-size: 2.3rem;
    line-height: 2.5rem;
  }

  .text-background-scribble {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    margin-left: 0;
    padding-left: 0;
    display: inline;
  }

  .section-rl-header {
    margin-top: 8rem;
  }

  .rl-header_heading {
    font-size: 2rem;
  }

  .text-background-box {
    background-position: 50% 100%;
    background-size: contain;
    margin-right: 0;
    padding: .15rem 1rem .4rem .5rem;
  }

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

  .button-secondary.button-large {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button.button-large {
    justify-content: center;
  }

  .rl-header_content-wrapper {
    height: 35vh;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .button-wrapper.button-wrapper-center.max-width-full-mobile-portrait {
    margin-left: 0;
    margin-right: 0;
  }

  .image-17 {
    width: auto;
    height: auto;
  }

  .image-18 {
    margin-bottom: 1rem;
  }

  .rl-faq_accordion.top {
    width: 100%;
  }

  .rl-faq_component {
    width: 100%;
    display: block;
  }

  .section-rl-spec.store-location {
    margin-top: 8rem;
  }

  .heading-xxlarge {
    font-size: 2.3rem;
  }

  .rl-faq_list, .rl-faq_list.top {
    width: 100%;
    max-width: 100%;
  }

  .rl-faq_list._1 {
    margin-top: 2rem;
  }

  .image-wrapper.overflow-hidden.border-radius-24px {
    border-radius: 16px;
  }

  .section-gallery {
    padding-top: 96px;
    padding-bottom: 96px;
  }

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

  .section-picture {
    margin-bottom: 2rem;
  }

  .section-our-cigars {
    margin-top: 4rem;
  }

  .heading-13 {
    color: #fff;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.6rem;
  }

  .container-4 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .image-19 {
    margin-bottom: .5rem;
  }

  .our-cigar {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-14 {
    color: #fff;
    text-align: center;
    margin-bottom: 2rem;
    font-size: 2.3rem;
  }

  .heading-15 {
    color: #fffc;
    text-align: center;
    font-size: 2rem;
  }

  .heading-15._1 {
    margin-bottom: 2rem;
  }

  .c-hero__img-mobile._2 {
    width: 330px;
    height: 330px;
    position: static;
  }
}

#w-node-_77e166ef-1bb2-5951-1e71-bd836e6b6260-17d9b879 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_587ddcaa-3d33-17b6-d1eb-021fdbe9ca53-14fd7462 {
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (max-width: 479px) {
  #w-node-_77e166ef-1bb2-5951-1e71-bd836e6b6260-17d9b879 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Urbanist';
  src: url('../fonts/Urbanist-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Urbanist';
  src: url('../fonts/Urbanist-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Urbanist';
  src: url('../fonts/Urbanist-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Urbanist';
  src: url('../fonts/Urbanist-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Urbanist';
  src: url('../fonts/Urbanist-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Urbanist';
  src: url('../fonts/Urbanist-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorantgaramond';
  src: url('../fonts/CormorantGaramond-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorantgaramond';
  src: url('../fonts/CormorantGaramond-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorantgaramond';
  src: url('../fonts/CormorantGaramond-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fontspring Demo Proximanova';
  src: url('../fonts/Fontspring-DEMO-proximanova-light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fontspring Demo Proximanova';
  src: url('../fonts/Fontspring-DEMO-proximanova-medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fontspring Demo Proximanova';
  src: url('../fonts/Fontspring-DEMO-proximanova-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fontspring Demo Proximanova';
  src: url('../fonts/Fontspring-DEMO-proximanova-semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}