:root {
  --white: white;
  --black: black;
}

.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;
  -webkit-appearance: none;
  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;
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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;
  -webkit-appearance: none;
  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-commercepaypalcheckoutformcontainer {
  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-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  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-commercecheckoutshippingsummarywrapper {
  margin-bottom: 20px;
}

@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: #000;
  flex-direction: column;
  display: flex;
}

.navbar-logo-left {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: flex;
  position: fixed;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  justify-content: center;
  width: 90%;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.container {
  justify-content: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.navbar-brand {
  width: 80px;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.menu-button {
  display: none;
}

.section {
  background-image: url('/images/matthew-brodeur-qcCPIhhdgTw-unsplash.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100vw;
}

.container-2 {
  background-color: #00000069;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.div-block {
  flex-direction: column;
  justify-content: center;
  height: 100%;
  margin-top: 450px;
  margin-bottom: 450px;
  display: flex;
}

.heading1 {
  color: #fff;
  text-align: center;
  font-family: Exo, sans-serif;
  font-size: 7rem;
  font-weight: 600;
}

.heading1.hero {
  font-size: 7rem;
}

.subheading1 {
  color: #fff;
  text-align: center;
  font-family: Exo, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
}

.subheading1.findus {
  margin-bottom: 40px;
  font-size: 3rem;
  font-weight: 600;
}

.white-button {
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  font-size: 1rem;
  line-height: 1;
}

.div-block-2 {
  width: 66%;
  height: 100%;
}

.nav__item-bg {
  z-index: 1;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #ffffff1a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 16px;
  display: flex;
  position: relative;
}

.nav__label {
  opacity: .75;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 4px;
  font-size: .7rem;
  font-weight: 800;
}

.nav {
  background-color: #fff0;
  border-radius: 40px;
  justify-content: center;
  display: flex;
  overflow: hidden;
}

.nav__icon {
  opacity: .75;
  height: 27px;
}

.nav__icon.cloud9 {
  width: 29px;
  height: 27px;
}

.nav__item {
  color: #fff;
  flex-direction: column;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.nav__indicator {
  background-color: #7df124;
  border-radius: 4px;
  width: 36px;
  height: 8px;
  position: absolute;
  top: 100%;
  transform: translate(0, -100%);
}

.nav__indicator.dribbble, .nav__indicator.facebook, .nav__indicator.twitter, .nav__indicator.youtube {
  background-color: #1eef79;
}

.image {
  background-image: url('/images/shopping-cart-1.svg');
  background-position: 0 0;
  background-size: auto;
  width: 80px;
  height: 35px;
}

.div-block-3 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.link-block {
  letter-spacing: 1.3px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 35px;
  display: flex;
}

.link-block.w--current {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  justify-content: center;
  align-self: center;
  margin-top: 20px;
}

.heading {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
}

.section-2 {
  background-color: #000;
  flex-direction: column;
  align-self: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-4 {
  width: 100%;
  height: 30%;
  margin-top: 80px;
  margin-bottom: 50px;
}

.div-block-5 {
  justify-content: space-around;
  width: 100%;
  max-width: 1800px;
  height: 100%;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.div6 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33%;
  margin-bottom: 100px;
  display: flex;
}

.div6.image {
  width: 25%;
  height: 100%;
}

.image-2 {
  object-fit: cover;
  order: 1;
  min-height: 600px;
  max-height: 800px;
  margin-top: 0;
  overflow: visible;
}

.heading-2 {
  color: #fff;
  text-align: center;
  align-self: flex-end;
  font-family: Varela, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.heading-2.left {
  text-align: left;
  align-self: center;
  width: 276px;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-2.right {
  text-align: right;
  align-self: flex-end;
  width: 276px;
}

.section-3 {
  background-color: #a4cea3;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 0;
  display: flex;
}

.div-block-6 {
  align-items: center;
  width: 100vw;
  height: 100%;
  display: flex;
}

.collection-list-wrapper {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 100vw;
  height: 100%;
  margin-top: 0;
  display: flex;
}

.collection-list {
  justify-content: space-around;
  align-self: center;
  align-items: stretch;
  width: 100vw;
  height: 100%;
  display: flex;
}

.ci-stores {
  flex-direction: column;
  justify-content: space-between;
  align-self: center;
  width: 100vw;
  height: 100%;
  display: flex;
}

.image-3 {
  max-width: 80%;
  max-height: 80%;
  margin-bottom: 10px;
  padding: 0 15px;
}

.link-block-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
}

.heading-3 {
  direction: ltr;
  color: #fff;
  text-align: center;
  margin: 0;
  font-size: 1rem;
  text-decoration: none;
}

.heading-3.address {
  font-size: .8125rem;
  font-weight: 400;
}

.fieldlabel {
  color: #fff;
}

.form-block {
  background-color: #000000a8;
  align-self: center;
  width: 33vw;
  min-width: 300px;
  max-width: 650px;
  margin-top: 100px;
  margin-bottom: 100px;
  margin-right: 100px;
  padding: 16px 15px;
}

.text-field {
  opacity: 1;
  color: #fff;
  background-color: #fff0;
  border: 1px solid #000;
  border-bottom-color: #c2c2c278;
  margin-bottom: 20px;
}

.text-field:focus-visible, .text-field[data-wf-focus-visible] {
  color: #fff;
}

.section-4 {
  color: #3330;
  align-self: flex-end;
  margin-right: 100px;
  display: flex;
}

.div-block-7 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.textarea {
  color: #fff;
  background-color: #fff0;
  border: 1px solid #000;
  border-bottom-color: #c2c2c278;
}

.heading-4 {
  color: #fff;
  margin-bottom: 40px;
}

.contactus {
  flex: 1;
  justify-content: flex-end;
  align-self: stretch;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section-5 {
  flex-direction: row;
  justify-content: space-around;
  align-self: stretch;
  display: flex;
}

.navbar-mobile {
  display: none;
}

.marquee {
  object-fit: fill;
  background: linear-gradient(90deg, #2d5a3d 0%, #3d7a4d 50%, #2d5a3d 100%);
  justify-content: flex-start;
  min-width: 240vw;
  padding: 30px 0;
  display: flex;
  overflow: hidden;
  position: relative;
}

.marquee::before,
.marquee::after {
  content: '';
  position: absolute;
  top: 0;
  width: 100px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.marquee::before {
  left: 0;
  background: linear-gradient(90deg, #2d5a3d, transparent);
}

.marquee::after {
  right: 0;
  background: linear-gradient(-90deg, #2d5a3d, transparent);
}

.wrapper {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  min-width: auto;
  display: flex;
  overflow: hidden;
  gap: 20px;
}

.list {
  justify-content: flex-start;
  align-items: center;
  min-width: auto;
  display: flex;
  overflow: hidden;
  gap: 20px;
}

.image-5 {
  width: 100%;
  height: 100px;
  object-fit: contain;
  overflow: hidden;
  border-radius: 8px;
  transition: transform 0.3s ease, filter 0.3s ease;
  display: block;
}

.collection-item {
  justify-content: center;
  align-self: center;
  min-width: auto;
  display: flex;
  overflow: hidden;
  flex-shrink: 0;
}

.section-6 {
  overflow: hidden;
}

.div-block-9 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.image-6 {
  order: -1;
  align-self: center;
  height: 36px;
}

.heading-5 {
  text-align: center;
  align-items: center;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.link-block-3 {
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 160px;
  min-width: 160px;
  max-width: 160px;
  padding: 15px 15px 10px;
  text-decoration: none;
  display: flex;
  transition: background-color 0.3s ease;
  border-radius: 12px;
}

.link-block-3:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

.link-block-3:hover .image-5 {
  filter: brightness(1.2);
}

.loading {
  z-index: 999;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
}

.logo-container {
  color: #fff;
  width: 120px;
  font-size: 40px;
  position: relative;
}

.logo-container.bigger {
  height: 115px;
  transform: scale(1.5);
}

.logo-half-top {
  width: 100%;
  height: 88px;
  position: absolute;
  overflow: hidden;
}

.logo-text {
  letter-spacing: -2px;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 1;
}

.logo-text.outline {
  position: absolute;
  transform: translate(0, -50%);
}

.logo-half-bottom {
  width: 100%;
  height: 83px;
  position: absolute;
  top: 0%;
  overflow: hidden;
  transform: translate(0, 100%);
}

.logo {
  z-index: 200;
  color: #fff;
  cursor: none;
  text-decoration: none;
  position: fixed;
  top: 32px;
  left: 32px;
}

.clone-button {
  z-index: 30;
  color: #fff;
  cursor: none;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  text-decoration: none;
  display: flex;
  position: fixed;
  top: 32px;
  right: 32px;
}

.clone-button-label {
  text-transform: uppercase;
  font-size: 1em;
  line-height: 1.1;
}

.clone-button-arrow {
  width: 1.5em;
  height: 2em;
}

.mouse-cursor-container {
  z-index: 40;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
}

.mouse-cursor-wrapper {
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: relative;
}

.mouse-cursor {
  background-color: #fff;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  overflow: hidden;
}

.cursor-icon {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.content-container {
  background-color: #000;
  width: 100vw;
  display: block;
  overflow: visible;
}

.projects {
  position: static;
  top: 0;
}

.projects-list {
  display: block;
}

.projects-list.camera {
  margin-bottom: -50vh;
  padding-top: 100vh;
  overflow: visible;
}

.project-slider-container {
  width: 100vw;
  height: 200vh;
  position: relative;
}

.project-slider-container.with-margin {
  margin-top: -150vh;
  position: static;
}

.about-section {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.container-3 {
  color: #fff;
  max-width: 640px;
  font-size: 12px;
}

.h2 {
  margin-bottom: 40px;
  font-size: 5em;
  font-weight: 400;
  line-height: 1.1;
}

.paragraph-big {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 200;
}

.project-slide {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
  top: 0;
}

.project-content-container {
  width: 50vw;
  height: 50vh;
  position: relative;
  overflow: visible;
}

.heading-6 {
  z-index: 0;
  opacity: 1;
  color: #fff;
  text-transform: uppercase;
  white-space: normal;
  width: 70%;
  font-size: 8vw;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  top: 0%;
  left: 0%;
  transform: translate(-5vw, -5vw);
}

.heading-6.outline {
  z-index: 10;
  opacity: 1;
  font-family: Anton, sans-serif;
  transform: translate(-5vw, -5vw);
}

.heading-6.cultivars {
  font-family: Anton, sans-serif;
}

.project-content-info {
  text-align: right;
  margin-top: 8px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.project-content-details {
  z-index: 10;
  color: #fff;
  background-color: #67965a00;
  width: 100%;
  max-width: 240px;
  padding: 40px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.image-container {
  cursor: none;
  background-color: #0006;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.image-7 {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.image-overlay {
  z-index: 2;
  background-image: linear-gradient(340deg, #00000080, #0000 35%);
  width: 100%;
  height: 70%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.sticky-camera {
  z-index: 1;
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.container-4 {
  flex-direction: column;
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 120px;
  display: flex;
}

.text-underline {
  background-image: url('/images/Underline.svg');
  background-position: 50% 110%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -8px;
  margin-bottom: -8px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: inline-block;
}

.section-timeline {
  z-index: -3;
  background-color: #0a0a0a;
  position: relative;
}

.timeline_image-wrapper {
  border-radius: 12px;
  overflow: hidden;
}

.section-timeline-cta {
  background-color: #0a0a0a;
}

.button-wrapper {
  justify-content: center;
  display: flex;
}

.section-hero {
  position: relative;
}

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

.timeline-hero_heading-wrapper {
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.footer_credits-wrapper {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.timeline_circle {
  background-color: #fff;
  border-radius: 100%;
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  min-height: 15px;
  max-height: 15px;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 0 8px #0a0a0a;
}

.timeline_quote-text-wrapper {
  flex: 1;
}

.hero-nav_button-wrapper {
  display: flex;
}

.timeline_quote-title {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.relume-logo-secondary {
  z-index: 1;
  color: #fff;
  position: absolute;
  inset: 0%;
}

.timeline_progress-bar {
  z-index: -1;
  background-color: #fff;
  background-image: linear-gradient(#ff7448, #ff4848 51%, #6248ff);
  width: 3px;
  height: 50vh;
  position: fixed;
  inset: 0 auto 50vh;
}

.text-colour-lightgrey {
  color: #ffffffc9;
  margin-bottom: 40px;
  font-family: Exo, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.margin-bottom-medium {
  margin-bottom: 10px;
}

.timeline_quote-image {
  border-radius: 8px;
  width: 48px;
  height: 48px;
  margin-right: 24px;
}

.timeline_right {
  margin-bottom: 60px;
}

.button-icon-small-secondary {
  z-index: 500;
  color: #161616;
  letter-spacing: .8px;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #0a0a0a;
  border-radius: 8px;
  align-items: center;
  padding: 12px 20px 12px 18px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.button-icon-small-secondary:hover {
  transform: translate(0, -2px);
}

.button-icon-small-secondary.margin-right-small {
  margin-right: 16px;
}

.button-icon {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  position: relative;
}

.button-icon-small {
  z-index: 500;
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  background-color: #0a0a0a;
  border: 2px solid #0a0a0a;
  border-radius: 8px;
  align-items: center;
  padding: 12px 20px 12px 18px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.button-icon-small:hover {
  transform: translate(0, -2px);
}

.button-icon-small.margin-right-small {
  margin-right: 16px;
}

.hero-nav {
  justify-content: space-between;
  align-items: center;
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.timeline_definition-wrapper {
  background-color: #ffffff0d;
  border-radius: 16px;
  padding: 16px;
}

.timeline_centre {
  justify-content: center;
  display: flex;
}

.margin-bottom-xlarge {
  margin-bottom: 10px;
}

.timeline_progress {
  z-index: -2;
  background-color: #414141;
  width: 3px;
  height: 100%;
  position: absolute;
}

.footer_text-wrapper {
  text-align: center;
  max-width: 640px;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.timeline_item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.padding-vertical-xlarge {
  justify-content: center;
  padding-top: 120px;
  padding-bottom: 0;
  display: flex;
}

.paragraph-large {
  letter-spacing: -.02em;
  font-family: Exo, sans-serif;
  font-size: 20px;
}

.timeline_quote-wrapper {
  border: 2px solid #fff;
  border-radius: 16px;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

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

.text-link {
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: underline;
}

.timeline-main_heading-wrapper {
  color: #fff;
  text-align: center;
  max-width: 900px;
  margin-left: 50px;
  margin-right: 50px;
}

.margin-bottom-small {
  margin-bottom: 24px;
}

.timelineheadline {
  color: #fff;
  font-family: Exo, sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.3;
}

.overlay-fade-top {
  background-image: linear-gradient(#0a0a0a, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: 0% 0% auto;
}

.timeline_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.link-icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.relume-logo-primary {
  z-index: 0;
  color: #000;
  position: absolute;
  inset: 0%;
}

.page-wrapper {
  z-index: 0;
  position: relative;
}

.timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
}

.overlay-fade-bottom {
  background-image: linear-gradient(to top, #0a0a0a, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: auto 0% 0%;
}

.timeline_link {
  opacity: .6;
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  border-radius: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.timeline_link:hover {
  opacity: 1;
}

.padding-vertical-xxlarge {
  padding-top: 160px;
  padding-bottom: 160px;
}

.timeline_date-text {
  color: #fff;
  letter-spacing: 0;
  font-family: Exo, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  position: sticky;
  top: 50vh;
}

.timeline_milestone-badge {
  color: #161616;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.margin-bottom-large {
  margin-bottom: 40px;
}

.section-timeline-heading {
  background-color: #0a0a0a;
}

.timeline_badge {
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #ffffff26;
  border-radius: 8px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 6px 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

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

.section-footer {
  position: relative;
}

.timeline_quote {
  color: #fff;
  margin-bottom: 16px;
  font-size: 14px;
}

.background-layer {
  z-index: 0;
  background-color: #d8d5d1;
  background-image: url('/images/Grain-Background.png'), url('/images/Gaussian-Blur---Brighter.svg');
  background-position: 0 0, 50% 80%;
  background-repeat: repeat, no-repeat;
  background-size: 300px 300px, cover;
  position: absolute;
  inset: 0%;
}

.button-inverted {
  color: #161616;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 8px;
  padding: 14px 32px;
  font-weight: 700;
  line-height: 20px;
  transition: all .4s;
}

.button-inverted:hover {
  transform: translate(0, -4px);
}

.relume-link {
  width: 124px;
  height: 33.33px;
  position: relative;
}

.image-8 {
  width: 100%;
}

.bold-text, .bold-text-2 {
  font-weight: 400;
}

.heading-7 {
  font-family: Exo, sans-serif;
  font-size: 48px;
}

.footer-dark {
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-brand {
  max-width: 20%;
}

.footer-content {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 40%;
  display: flex;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.title-small {
  color: #aaa;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #dfdfdf;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #91ffa7bf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  width: 60px;
  height: 60px;
  margin-left: 12px;
}

.footer-divider {
  background-color: #757575;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: #7a7a7a;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.image-9 {
  max-width: 100%;
}

.image-10 {
  width: 60px;
  height: 60px;
}

.body-3 {
  background-color: #000;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section-7 {
  background-image: url('/images/IMG_1202.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 2400px;
  height: 750px;
  margin-top: 0;
  display: flex;
}

.image-11 {
  margin-top: 200px;
}

.container-6 {
  background-color: #00000087;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 2400px;
  height: 100%;
  display: flex;
}

.heading-8 {
  color: #fff;
  letter-spacing: 10px;
  margin-top: 250px;
  font-family: Exo, sans-serif;
  font-size: 120px;
  font-weight: 500;
}

.section-8 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 500px;
  margin-bottom: 100px;
  display: flex;
}

.image-12 {
  border-radius: 5%;
  margin-top: 100px;
  margin-bottom: 80px;
}

.heading-9 {
  color: #fff;
  max-width: 1200px;
  margin-left: 30px;
  margin-right: 30px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 40px;
}

.heading-10 {
  color: #fff;
  letter-spacing: 7px;
  font-family: Exo, sans-serif;
  font-size: 50px;
  font-weight: 500;
}

.header-11 {
  color: #fff;
  font-family: Exo, sans-serif;
  font-size: 22px;
  font-weight: 300;
}

.body-4 {
  background-color: #000;
}

.section-9 {
  justify-content: center;
  align-items: center;
  margin-bottom: 200px;
  display: flex;
}

.collection-list-wrapper-2 {
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-top: 200px;
  display: flex;
}

.collection-list-2 {
  width: 80%;
}

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

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

.collection-item-2 {
  border-top: 1px solid #706f6f;
  justify-content: space-around;
  display: flex;
}

.link {
  color: #fff;
  margin-top: 10px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  display: block;
}

.div-block-11 {
  flex-direction: column;
  justify-content: space-around;
  display: flex;
}

.body-5 {
  background-color: #000;
}

.div-block-12 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.heading-12 {
  color: #fff;
  margin-top: 200px;
  font-size: 50px;
}

.heading-13 {
  color: #fff;
  margin-top: 0;
  font-size: 24px;
  font-weight: 400;
}

.main-button {
  text-align: center;
  background-color: #25cea2;
  border-radius: 3px;
  width: 300px;
  height: 45px;
  margin-top: 30px;
  margin-left: 72px;
  margin-right: 72px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  transition: box-shadow .4s;
  box-shadow: 0 30px 30px 5px #25cea23b;
}

.main-button:hover {
  box-shadow: 0 40px 20px 5px #25cea23b;
}

.button {
  color: #000;
  background-color: #fff;
  font-family: Exo, sans-serif;
  font-weight: 600;
  box-shadow: 0 20px 20px 3px #fff3;
}

.div-block-13 {
  border-top: 1px solid #a0a0a080;
  border-bottom: 1px solid #a0a0a080;
  flex: 0 auto;
  display: flex;
}

.div-block-14 {
  align-self: center;
  margin-left: 40px;
}

.div-block-15 {
  margin-top: 200px;
}

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

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
    display: none;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

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

  .heading1.hero {
    font-size: 6.5rem;
  }

  .subheading1.findus {
    margin-bottom: 20px;
  }

  .nav__item-bg {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav {
    background-color: #fff0;
  }

  .nav__item {
    background-color: #0000;
  }

  .div-block-5 {
    justify-content: space-around;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-2 {
    min-height: 550px;
  }

  .heading-2.left, .heading-2.right {
    width: 225px;
    font-size: 1.25rem;
  }

  .div-block-6, .collection-list-wrapper {
    width: 100vw;
  }

  .collection-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .image-3 {
    max-width: 100%;
    max-height: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .link-block-2 {
    min-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .icon {
    display: none;
  }

  .link-block-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .logo {
    display: block;
  }

  .mouse-cursor-container {
    display: none;
  }

  .container-3 {
    max-width: 640px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .button-icon-small-secondary, .button-icon-small {
    position: static;
    top: 16px;
  }

  .container-5 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
    width: 70%;
  }

  .section-7 {
    background-position: 50%;
    height: 550px;
  }

  .heading-8 {
    font-size: 100px;
  }

  .heading-9 {
    line-height: 38px;
  }

  .collection-list-wrapper-2 {
    width: 90%;
  }

  .heading-11 {
    font-size: 25px;
  }

  .link {
    font-size: 14px;
  }

  .div-block-15 {
    margin-top: 200px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-logo-left-container.shadow-three {
    width: 100%;
  }

  .container, .navbar-wrapper {
    max-width: 100%;
  }

  .navbar-brand {
    width: 60px;
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .div-block {
    margin-top: 300px;
    margin-bottom: 300px;
  }

  .heading1 {
    font-size: 5.1rem;
  }

  .heading1.hero {
    font-size: 5rem;
    line-height: 65px;
  }

  .subheading1 {
    margin-top: 10px;
    font-size: 1.6rem;
  }

  .nav__item-bg {
    width: 70px;
  }

  .nav__label {
    font-size: .55rem;
  }

  .nav {
    display: flex;
  }

  .nav__icon, .nav__icon.cloud9 {
    height: 24px;
  }

  .image {
    width: 60px;
  }

  .link-block.w--current {
    margin-top: 0;
  }

  .div-block-5 {
    justify-content: space-between;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .div6 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    align-items: flex-start;
  }

  .div6.image {
    margin-right: 30px;
  }

  .image-2 {
    width: 300px;
    min-height: 350px;
  }

  .heading-2.left {
    width: 130px;
    line-height: 26px;
  }

  .heading-2.right {
    width: 125px;
    line-height: 26px;
  }

  .div-block-6 {
    flex: none;
    width: 200vw;
    min-width: 200vw;
  }

  .collection-list-wrapper {
    flex: none;
    justify-content: flex-start;
    width: 100vw;
    min-width: 100vw;
  }

  .collection-list {
    min-width: 100vw;
  }

  .heading-3 {
    font-size: .8rem;
  }

  .heading-3.address {
    font-size: .65rem;
  }

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

  .contactus {
    justify-content: center;
    align-self: center;
    width: 100%;
  }

  .marquee {
    display: flex;
  }

  .wrapper {
    flex: none;
  }

  .list {
    display: flex;
  }

  .image-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .collection-item {
    align-self: center;
  }

  .heading-5 {
    font-size: 12px;
  }

  .link-block-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-3 {
    max-width: 100vw;
  }

  .container-4 {
    padding-bottom: 60px;
  }

  .footer_credits-wrapper {
    flex-direction: column-reverse;
  }

  .timeline_quote-image {
    margin-top: 24px;
    margin-right: 0;
  }

  .button-icon-small-secondary {
    padding: 10px 16px 10px 14px;
  }

  .button-icon-small-secondary.margin-right-small.mobile-margin-right-zero {
    margin-right: 0;
  }

  .button-icon-small {
    padding: 10px 16px 10px 14px;
  }

  .button-icon-small.hide-mobile {
    display: none;
  }

  .hero-nav {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .timeline_centre {
    justify-content: flex-start;
  }

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

  .timeline_progress {
    left: 6px;
  }

  .timeline_item {
    grid-template-columns: 64px 1fr;
    width: 100%;
  }

  .padding-vertical-xlarge {
    padding-top: 80px;
    padding-bottom: 20px;
  }

  .paragraph-large {
    font-size: 18px;
  }

  .timeline_quote-wrapper {
    flex-direction: column-reverse;
  }

  .text-link.text-light-grey.privacy-policy {
    margin-bottom: 16px;
  }

  .margin-bottom-small {
    margin-bottom: 24px;
  }

  .timelineheadline {
    font-size: 20px;
  }

  .timeline_left {
    text-align: left;
  }

  .padding-vertical-xxlarge {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .timeline_date-text {
    height: 44px;
    margin-bottom: 24px;
    font-size: 36px;
  }

  .padding-vertical-footer {
    padding-top: 80px;
    padding-bottom: 64px;
  }

  .background-layer {
    background-position: 0 0, 50% 100%;
    background-size: 300px 300px, auto;
  }

  .button-inverted {
    padding: 14px 24px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: flex-start;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .section-7 {
    height: 450px;
  }

  .heading-8 {
    font-size: 80px;
  }

  .heading-9 {
    line-height: 35px;
  }

  .collection-list-wrapper-2 {
    width: 90%;
  }

  .heading-11 {
    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  .navbar-logo-left {
    display: block;
  }

  .navbar-logo-left-container.shadow-three {
    color: #050505;
  }

  .container {
    max-width: none;
  }

  .navbar-brand {
    width: 50px;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .menu-button {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 35px;
    height: 35px;
    padding: 0;
    display: flex;
  }

  .div-block {
    margin-top: 275px;
    margin-bottom: 275px;
  }

  .heading1 {
    margin-top: 10px;
    font-size: 3.6rem;
    line-height: 33px;
  }

  .heading1.hero {
    font-size: 4.8rem;
    line-height: 66px;
  }

  .subheading1 {
    margin-bottom: 0;
    font-size: 1.4rem;
    line-height: 25px;
  }

  .subheading1.findus {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.6rem;
  }

  .nav__item-bg {
    width: 65px;
    height: 100%;
  }

  .nav__icon {
    height: 22px;
  }

  .nav__icon.cloud9 {
    width: 25px;
    height: 22px;
  }

  .image {
    width: 50px;
    height: 30px;
  }

  .div-block-4 {
    height: 30%;
    margin-top: 65px;
    margin-bottom: 40px;
    line-height: 20px;
  }

  .div-block-5 {
    justify-content: center;
    align-self: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div6 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .div6.image {
    display: none;
  }

  .section-3 {
    padding-top: 20px;
  }

  .icon {
    color: #fff;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 45px;
    height: 45px;
    display: flex;
  }

  .navbar-mobile {
    color: #fff0;
    display: none;
    position: fixed;
    inset: 0% 0% auto;
  }

  .div-block-8 {
    align-self: center;
    align-items: center;
    display: flex;
  }

  .image-4 {
    width: 70px;
    height: 35px;
  }

  .marquee {
    background-color: #a4cea3;
    overflow: hidden;
  }

  .wrapper {
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    overflow: hidden;
  }

  .div-block-9 {
    justify-content: center;
    align-self: center;
  }

  .link-block-3 {
    width: 20vw;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .body-2 {
    background-color: #000;
  }

  .loading {
    background-color: #000;
    display: flex;
  }

  .logo-container.bigger {
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
  }

  .clone-button {
    font-size: 16px;
  }

  .container-3 {
    max-width: 100%;
    padding-left: 32px;
    padding-right: 32px;
    font-size: 8px;
  }

  .project-slide {
    position: relative;
    overflow: visible;
  }

  .project-content-container {
    width: 80vw;
    height: 50vh;
  }

  .heading-6 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15vw;
    transform: translate(-5vw, -10vw);
  }

  .heading-6.outline {
    font-size: 15vw;
    transform: translate(-5vw, -10vw);
  }

  .project-content-info {
    font-family: Oswald, sans-serif;
    font-size: 18px;
  }

  .image-container {
    width: 80vw;
    height: 50vh;
  }

  .image-7 {
    height: 100%;
  }

  .sticky-camera {
    width: 100vw;
    height: 100vh;
    position: sticky;
    top: 0;
    overflow: hidden;
  }

  .container-4 {
    padding-bottom: 20px;
  }

  .margin-bottom-medium {
    margin-bottom: 24px;
  }

  .button-icon-small-secondary {
    padding: 10px 14px;
    font-size: 13px;
    top: 18px;
  }

  .button-icon {
    display: none;
  }

  .button-icon-small {
    padding: 10px 14px;
    font-size: 13px;
    top: 18px;
  }

  .timeline_item {
    grid-template-columns: 48px 1fr;
  }

  .paragraph-large {
    font-size: 16px;
  }

  .timeline-main_heading-wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }

  .timelineheadline {
    font-size: 18px;
  }

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

  .footer-content {
    width: 100%;
  }

  .footer-block {
    align-items: flex-start;
  }

  .section-7 {
    height: 450px;
  }

  .heading-8 {
    margin-top: 150px;
    font-size: 45px;
  }

  .image-12 {
    max-width: 90%;
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-9 {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 15px;
    line-height: 32px;
  }

  .heading-10 {
    font-size: 36px;
  }

  .header-11 {
    margin-top: 10px;
    font-size: 26px;
  }

  .collection-list-wrapper-2, .collection-list-2 {
    width: 95%;
  }

  .heading-11 {
    font-size: 14px;
  }

  .link {
    font-size: 12px;
  }

  .main-button {
    width: 250px;
    margin-left: 20px;
    margin-right: 20px;
  }
}

#w-node-_15abf730-c3c4-05bd-6225-f868c40c8b6d-c40c8b67, #w-node-_15abf730-c3c4-05bd-6225-f868c40c8b76-c40c8b67, #w-node-b6600cce-b221-77a7-02c8-ea9e83d08b86-3fb9f69b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_9d84c0da-2364-b339-72de-76d9c2666cd3-3fb9f69b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_9d84c0da-2364-b339-72de-76d9c2666cd6-3fb9f69b {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_9d84c0da-2364-b339-72de-76d9c2666cd8-3fb9f69b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9d84c0da-2364-b339-72de-76d9c2666cdf-3fb9f69b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_9d84c0da-2364-b339-72de-76d9c2666ce2-3fb9f69b {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_9d84c0da-2364-b339-72de-76d9c2666cf2-3fb9f69b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_9d84c0da-2364-b339-72de-76d9c2666cf5-3fb9f69b {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_9d84c0da-2364-b339-72de-76d9c2666d8a-3fb9f69b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_9d84c0da-2364-b339-72de-76d9c2666d8d-3fb9f69b {
    grid-area: 1 / 1 / 3 / 2;
  }
}



.store-name {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  margin-top: 12px;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.5px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

/* Marquee Animation - Smooth infinite scroll */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.wrapper {
  animation: scroll 40s linear infinite;
  will-change: transform;
}

.marquee:hover .wrapper {
  animation-play-state: paused;
}

/* Section 3 styling for Find Us header */
.section-3 {
  background: linear-gradient(135deg, #1a3a2a 0%, #2d5a3d 100%);
  padding: 50px 20px 30px;
  text-align: center;
}

.section-3 .subheading1.findus {
  margin: 0;
  font-size: 2.5rem;
  letter-spacing: 3px;
  text-transform: uppercase;
}

/* Fix timeline progress bar - hide when past timeline */
.timeline_progress-bar {
  max-height: calc(100% - 200px);
}

.section-timeline-cta ~ .contactus .timeline_progress-bar,
.section-timeline-cta ~ * .timeline_progress-bar {
  display: none !important;
}
