:root {
  --seashell: #f1ebe7;
  --black: black;
}

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

.w-commerce-commercecheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  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;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  min-height: 30px;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  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;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: -webkit-sticky;
  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;
  -ms-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-commerceorderconfirmationcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  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 {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  padding: 20px;
}

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

.w-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

@media screen and (max-width: 767px) {
  .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 {
  color: #333;
  font-family: "Editorial new 400", sans-serif;
  font-size: 14px;
  font-weight: 200;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 5em;
  font-weight: 700;
  line-height: 1;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1;
}

p {
  margin-bottom: 10px;
  font-size: 1.3em;
  line-height: 1.4;
}

.caps {
  text-transform: uppercase;
  padding-top: 1px;
  padding-bottom: 1px;
}

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

.p-lg {
  font-size: 1.8em;
}

.pad-right {
  padding-right: 10px;
}

.flex-cc-h {
  justify-content: center;
  align-items: center;
  display: flex;
}

.super-text {
  white-space: nowrap;
  font-size: 9em;
}

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

.heading-md {
  z-index: 2;
  font-size: 3.5em;
  line-height: 1;
}

.heading-md.text-align-center {
  font-size: 2.5em;
  line-height: 1.4;
}

.text-white {
  color: #fff;
}

.ab {
  position: absolute;
}

.styleguide-parent {
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  align-items: center;
  padding: 82px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.div-hide._1em-padding {
  padding-top: .2em;
}

.div-hide._1em-pad-l {
  padding-right: .5em;
}

.div-hide._1-em-pad-btm {
  padding-bottom: .4em;
}

.heading-xsm {
  z-index: 1;
  font-size: 1.5em;
  line-height: 1;
  position: relative;
}

.bg-blue {
  background-color: #2e36cb;
}

.flex-cl-h {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex-cc-v {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-lg {
  font-size: 5em;
  line-height: 1.5;
}

.heading-lg.neue-mont.italics {
  font-family: "Editorial new 200", sans-serif;
  font-style: normal;
  line-height: 1.5em;
}

.heading-lg.text-white.text-width-header {
  display: none;
}

.pad-left {
  padding-left: 10px;
}

.flex-cr-h {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.heading-sm {
  z-index: 1;
  padding-left: 5px;
  font-size: 2.5em;
  line-height: 1;
  position: static;
}

.bold {
  font-weight: 700;
}

.editorial-400 {
  font-family: "Editorial new 400", sans-serif;
}

.editorial-200 {
  font-family: "Editorial new 200", sans-serif;
}

.editorial-800 {
  font-family: "Editorial new 800", sans-serif;
}

.anon-pro {
  font-family: Anonymous pro, sans-serif;
  font-weight: 400;
}

.anon-pro-bold {
  font-family: Anonymous pro b, sans-serif;
}

.anon-pro-italics {
  font-family: Anonymous pro i, sans-serif;
}

.neue-mont {
  font-family: Ppneuemontreal book, sans-serif;
  font-weight: 400;
}

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

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

.body-change {
  background-color: var(--black);
  color: var(--black);
  font-family: "Editorial new 200", sans-serif;
  font-size: 1vw;
  line-height: 1.2;
}

.menu {
  z-index: 5;
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.navigation {
  z-index: 6;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.container.flex-cc-v {
  background-color: #e5ded9;
  border-radius: 20px;
  padding: 62px;
}

.container.sticky-container {
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.nav-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.8em;
  padding-bottom: 1.8em;
  display: grid;
}

.nav-button {
  color: var(--black);
  text-decoration: none;
}

.nav-logo {
  align-items: flex-start;
  display: flex;
}

.garoa-nav-logo {
  display: none;
}

.garoa-nav {
  align-items: flex-end;
  display: flex;
}

.garoa-nav-logo-r {
  width: .4em;
  margin-top: .5em;
  margin-left: -.1em;
}

.box {
  z-index: 5;
  width: 100%;
  height: auto;
  border-radius: 1em;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: auto;
}

.box.reels.rel {
  position: relative;
}

.box.contact {
  display: flex;
}

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

.home, .home-wrapper {
  width: 100%;
  position: relative;
}

.home-hero {
  height: 100vh;
  flex-direction: column;
  justify-content: space-around;
  display: flex;
}

.home-header-box {
  width: 100%;
  height: 100%;
  min-width: 550px;
  border-radius: 1em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.home-header-img {
  width: 100%;
  position: relative;
}

.home-blank {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.home-season-flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-header-content {
  z-index: 1;
  width: 100%;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

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

.text-align-center.mb-64.slide-1 {
  font-size: 2rem;
  line-height: 1.2;
}

.text-size-caption {
  font-size: .6em;
}

.home-season-head {
  width: 23.1em;
}

.home-season-pg {
  max-width: 17.5em;
  margin-top: 1em;
}

.rel {
  position: relative;
}

.season-picture-1 {
  z-index: 1;
  border-radius: 1em;
  flex-direction: column;
  align-items: flex-start;
  display: inline-block;
  position: absolute;
  overflow: hidden;
}

.season-img-1 {
  width: 12em;
  object-fit: cover;
}

.season-picture-2 {
  border-radius: 1em;
  flex-direction: column;
  align-items: flex-start;
  display: inline-block;
  position: absolute;
  overflow: hidden;
}

.season-img-2 {
  width: 30em;
  object-fit: cover;
}

.season-picture-3 {
  border-radius: 1em;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 29px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: -2.5em;
  overflow: hidden;
}

.season-img-3 {
  width: 32em;
  object-fit: cover;
  border-radius: 1em;
}

.season-picture-4 {
  z-index: 1;
  border-radius: 1em;
  flex-direction: column;
  align-items: flex-start;
  display: inline-block;
  position: absolute;
  top: 16%;
  bottom: auto;
  left: auto;
  right: 21%;
  overflow: hidden;
}

.season-img-4 {
  width: 12em;
  object-fit: cover;
}

.home-highlights {
  height: 110vh;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom-right-radius: 1em;
  border-bottom-left-radius: 1em;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.embed-video {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  align-items: center;
  display: flex;
  position: absolute;
}

.home-photopreview {
  background-color: #f1ebe7;
  padding-top: 11.9em;
  padding-bottom: 11.9em;
}

.home-highlight-box {
  width: 90%;
  text-align: center;
}

.img-highlight-1 {
  color: rgba(0, 0, 0, 0);
  object-fit: cover;
  background-image: url('../images/categories-3.webp');
  background-position: 85%;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 100%;
  font-size: 1.4em;
}

.img-highlight-2 {
  color: rgba(0, 0, 0, 0);
  object-fit: cover;
  background-image: url('../images/seasons-4.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 100%;
  font-size: 1.4em;
}

.img-highlight-3 {
  color: rgba(0, 0, 0, 0);
  object-fit: cover;
  background-image: url('../images/highlights-3_1highlights-3.webp');
  background-position: 85%;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 100%;
  font-size: 1.4em;
}

.heading-md-copy {
  z-index: 2;
  width: 7em;
  font-size: 3.5em;
  line-height: 1;
}

.text-width-header {
  width: 6.4em;
  text-align: center;
}

.neue-mont-bold {
  font-family: Ppneuemontreal, sans-serif;
  font-weight: 400;
}

.italics {
  font-style: italic;
}

.button-parent {
  border-radius: 1em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: .6em 2.2em;
  display: flex;
  position: relative;
}

.button-parent.bg-white {
  display: none;
}

.button-text-ab {
  width: 8.9em;
  position: absolute;
}

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

.menu-box {
  z-index: 1;
  width: 30em;
  height: 100%;
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: relative;
}

.menu-list {
  grid-row-gap: 1.2em;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 10%;
  display: flex;
}

.menu-footer {
  grid-row-gap: .5em;
  flex-direction: column;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: 10%;
  right: auto;
}

.menu-social {
  grid-column-gap: 1em;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: auto;
  right: 10%;
}

.menu-social-img {
  width: 1.2em;
}

.garoa-g {
  align-items: flex-end;
}

.horizontal-section {
  width: 100%;
  height: 245vh;
}

.horizontal-item {
  margin-left: -23.7em;
  display: flex;
  position: relative;
}

.horiazontal-item-box {
  width: 45em;
  height: 70vh;
  border-radius: 1em;
  overflow: hidden;
}

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

.sticky {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.home-ingredients {
  width: 100%;
  border-bottom-right-radius: 1em;
  border-bottom-left-radius: 1em;
  padding-top: 2.5%;
  padding-bottom: 2.5%;
}

.horizontal-section-text {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 38%;
  left: 40%;
  overflow: hidden;
}

.hz-scroll-text-box {
  grid-row-gap: 2em;
  flex-direction: column;
  display: flex;
}

.heading-xl {
  white-space: nowrap;
  font-size: 7em;
}

.heading-xl.text-white.text-align-center {
  line-height: 1.2;
}

.txt-height-1 {
  line-height: .9;
}

.page-load {
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: var(--black);
  display: none;
  position: absolute;
}

.horiazontal-item-box-last {
  width: 70em;
  height: 70vh;
  border-radius: 1em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.horizontal-item-container {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  left: 25%;
}

.horizontal-list-parent {
  z-index: 5;
  width: 100%;
  color: var(--black);
  padding-top: 2em;
  padding-bottom: 2em;
  text-decoration: none;
  position: relative;
}

.hz-list-img-parent {
  width: 25vw;
  height: 55vh;
  position: absolute;
  left: 28%;
}

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

.hz-text-parent {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.heading-lg-ap {
  padding-top: .1em;
  font-size: 5.4em;
  line-height: 1;
  position: absolute;
}

.hz-images {
  grid-column-gap: 2em;
  display: flex;
  position: relative;
}

.hz-list-box {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.home-ingredients-box {
  width: 95%;
  height: 100%;
  border-radius: 1em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.home-ingredients-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-ingredients-content {
  z-index: 3;
  width: 95%;
  height: 100%;
  grid-row-gap: 4em;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
  position: relative;
}

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

.ng-description {
  width: 42%;
}

.ng-list-box {
  max-width: 68%;
  min-width: 55%;
}

.ng-list {
  width: 100%;
  padding-top: .6em;
  padding-bottom: .6em;
  position: relative;
}

.ng-line {
  width: 100%;
  height: 1px;
  background-color: var(--black);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.ng-text-box {
  width: 90%;
  justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.ng-text {
  flex: 1;
  padding-right: 6em;
}

.ng-text.neue-mont {
  text-align: justify;
}

.footer-wrapper {
  width: 100%;
  background-color: var(--black);
  color: #fff;
  padding-top: 4em;
  padding-bottom: 4em;
  display: block;
  position: static;
}

.footer-grid {
  width: 100%;
  grid-row-gap: 8em;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

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

.footer-list-item {
  font-family: Ppneuemontreal book, sans-serif;
  text-decoration: none;
}

.footer-list-item.w--current {
  color: #fff;
  text-decoration: none;
}

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

.footer-newsletter-box {
  margin-top: 0;
}

.newsletter-form-flex {
  flex-flow: column;
  display: flex;
  position: relative;
}

.submit-arrow {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .8em;
}

.newsletter-txt-field {
  background-color: rgba(0, 0, 0, 0);
  border: 0 #000;
}

.news-ab-line {
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-social {
  grid-row-gap: 1em;
  flex-direction: column;
  display: flex;
}

.footer-social.neue-mont {
  display: flex;
}

.footer-social-box {
  grid-column-gap: 1em;
  display: flex;
}

.footer-copyright {
  font-size: .8vw;
}

.footer-credits {
  grid-row-gap: .25em;
  flex-direction: column;
  display: flex;
}

.footer-credits-list {
  font-size: .8vw;
}

.footer-logo {
  align-items: flex-start;
  display: flex;
}

.footer-copy-r-img {
  width: .6em;
  filter: invert();
  padding-top: .525em;
}

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

.footer-social-icon {
  width: 1.4em;
}

.footer-newsletter-flex {
  grid-row-gap: 1em;
  flex-direction: column;
  display: flex;
}

.button-box {
  height: 2em;
  justify-content: center;
  align-items: center;
  margin-top: 1.4em;
  display: flex;
  position: relative;
}

.button-shape {
  width: 3rem;
  height: 3rem;
  background-color: #fff;
  border-radius: 1.6em;
  position: absolute;
}

.button-text-box {
  z-index: 1;
  font-family: Anonymous pro, sans-serif;
  font-size: .8vw;
  position: relative;
}

.text-block {
  font-size: .9vw;
}

.home-header-text-box {
  color: #fff;
}

.home-header-text-top {
  grid-column-gap: .6em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block {
  background-image: linear-gradient(to bottom, var(--black), var(--black));
}

.div-block-2 {
  height: 100%;
  background-image: url('../images/Schweitzer_0260.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-2-copy {
  height: 100%;
  background-image: url('../images/Schweitzer_0272.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-nevermine {
  height: 120vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.text-block-2, .text-block-3 {
  text-transform: uppercase;
}

.text-block-4 {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

.text-block-5 {
  text-transform: uppercase;
}

.wrapper {
  background-color: var(--seashell);
  padding-top: 10vh;
}

.container-2 {
  width: 100%;
  height: 120vh;
  justify-content: space-around;
  align-items: flex-start;
  padding-top: 60px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.column {
  width: 28vw;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.column._2 {
  margin-top: 100px;
}

.img-wrapper {
  width: 28vw;
  height: 28vw;
  cursor: pointer;
  border-radius: 20px;
  margin-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 0%;
}

.img.low {
  object-position: 50% 80%;
}

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

.navigation-gallery {
  z-index: 6;
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.link-block {
  text-decoration: none;
}

.home-nevermine-mobile {
  height: 120vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
}

.home-blank-mobile {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.home-nevermine-mobile-copy {
  height: 120vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
}

.img-shirt, .img-copy {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 0%;
}

._2-col-flex {
  grid-column-gap: 104px;
  grid-row-gap: 104px;
  justify-content: space-between;
  display: flex;
}

.contact-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.p-large {
  font-size: 1.5rem;
  line-height: 1.5;
}

.contact-icon {
  width: 16px;
  height: 16px;
  color: #3e6af2;
}

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

.section.hero {
  padding-top: 86px;
  padding-bottom: 29px;
}

.border-radius-4px {
  border-radius: 4px;
  padding-left: 16px;
  display: block;
  overflow: hidden;
}

.flex-expand {
  flex: 1;
}

.flex-expand.flex-48 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  padding-right: 46px;
  display: flex;
}

.container-3 {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.contact-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  display: flex;
}

.p-medium {
  font-size: 1.25rem;
  line-height: 1.5;
}

.education-skills-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.education-skills-wrapper.slide-2 {
  padding-right: 17px;
}

.mb-16 {
  margin-bottom: 16px;
}

.employment-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.employment-wrapper.slide-1 {
  padding-left: 16px;
}

.skill {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.skills-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bullet-icon {
  width: 16px;
  height: 16px;
  color: #3e6af2;
}

.resume-grid {
  grid-column-gap: 104px;
  grid-row-gap: 104px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .75fr;
  grid-auto-columns: 1fr;
  padding-bottom: 32px;
  display: grid;
  position: static;
}

.education-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #ece7e3;
  border-radius: 20px;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 18px;
  display: flex;
}

.education-wrapper:hover {
  background-color: #e0dad6;
}

.small-heading {
  font-size: 1.5rem;
  line-height: 1.2;
}

.mb-32 {
  margin-bottom: 32px;
}

.container-4 {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.logo-height {
  height: 36px;
}

.logo-flex {
  grid-column-gap: 104px;
  grid-row-gap: 104px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.logo-wrapper {
  padding: 8px;
}

.paragraph {
  height: 20px;
}

.paragraph-2 {
  line-height: 1.7;
}

.list {
  list-style-type: none;
}

.columns {
  padding-bottom: 5px;
}

.experience {
  padding-top: 4px;
  padding-bottom: 4px;
}

.heading {
  margin-bottom: 2px;
  padding-bottom: 13px;
}

.body-2 {
  background-color: var(--black);
}

.text-block-6 {
  width: 100%;
  color: #79726e;
  background-image: linear-gradient(#e0dbd7, #e0dbd7);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  padding: 24px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  padding-top: 72px;
  display: flex;
}

.link-block-2 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  margin-right: 8px;
  padding-left: 0;
  text-decoration: none;
  display: flex;
}

.work-indicator-number {
  font-size: .625em;
  font-weight: 500;
  line-height: 1;
}

.work-indicator-way {
  width: 1.5px;
  height: 100%;
  background-color: rgba(0, 0, 0, .1);
  border-radius: 10px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: auto;
}

.image-background-parallax {
  width: 100%;
  height: 120%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.content-section {
  z-index: 5;
  width: 100%;
  background-color: #fff5ee;
  margin-top: 0;
  position: static;
}

.work-sticky-aspect-ratio {
  z-index: 10;
  width: 100%;
  background-color: #fff;
  border-radius: 1.5em;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

.work-indicator-progress-dot {
  width: 4.5px;
  height: 4.5px;
  background-color: #000;
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  box-shadow: 0 0 0 2px #fff;
}

.secton-title {
  font-variation-settings: "wght"350;
  text-align: center;
  letter-spacing: -.04em;
  text-transform: uppercase;
  white-space: nowrap;
  margin-left: -.05em;
  padding-top: .1em;
  font-size: 31.5vw;
  font-weight: 400;
  line-height: .8;
}

.work-sticky-list {
  flex-direction: column;
  padding: 10vh 5vw 50vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-title-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.work-sticky-wrapper {
  width: 100%;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.work-sticky-item-1 {
  width: 100%;
  perspective: 100vw;
  perspective-origin: 50%;
  flex-direction: column;
  justify-content: center;
  margin-top: -20vh;
  margin-bottom: -20vh;
  display: flex;
  position: relative;
}

.work-indicator-progress {
  width: 1.5px;
  height: 100%;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.work-indicator-wrapper {
  width: 5vw;
  grid-row-gap: .5em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: none;
}

.work-indicator-way-wrapper {
  width: 7px;
  height: 64px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.global-styles {
  display: none;
}

.link-block-3 {
  width: 100%;
  height: 50vh;
  letter-spacing: .02em;
  text-transform: uppercase;
  background-color: #f5f5f5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.text-block-7 {
  letter-spacing: -.03em;
  font-size: 8vw;
  font-weight: 400;
  line-height: 1.25;
}

.button-live {
  z-index: 100;
  color: #fff;
  background-color: #000;
  border-radius: 9999px;
  padding-left: 1em;
  padding-right: 1em;
  font-size: .75rem;
  line-height: 3;
  position: fixed;
  top: auto;
  bottom: 24px;
  left: auto;
  right: 24px;
}

.body-3 {
  background-color: var(--black);
  padding-top: 0;
}

.section-2 {
  position: relative;
}

.m-nav-toggle {
  z-index: 99;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.m-nav-close-icon {
  width: 23px;
  padding: 1px;
}

.nav-overlay-gradient-bottom {
  z-index: 4;
  height: 130px;
  background-image: linear-gradient(to top, #242423 15%, rgba(36, 36, 35, 0));
  position: absolute;
  bottom: 0;
  left: 0%;
  right: 0%;
}

.m-nav-toggle-open {
  z-index: 1;
  text-decoration: none;
  display: block;
  position: absolute;
  bottom: 55px;
}

.m-nav-overlay {
  z-index: 95;
  width: 100%;
  height: 90%;
  background-color: #242423;
  align-items: flex-end;
  display: none;
  position: fixed;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.m-nav-toggle-inner {
  box-shadow: none;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  background-color: #000;
  border-radius: 99em;
  justify-content: center;
  align-items: center;
  padding: 17px 25px;
  transition: transform .25s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: relative;
}

.m-nav-toggle-inner:active {
  transform: scale(.88);
}

.m-nav-toggle-inner.close {
  padding: 18px;
}

.m-nav-toggle-description {
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1;
}

.m-nav-link {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 54px;
  text-decoration: none;
}

.m-nav-list {
  z-index: 2;
  width: 100%;
  max-height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: block;
}

.m-nav-toggle-close {
  z-index: 1;
  text-decoration: none;
  display: none;
  position: absolute;
  bottom: 55px;
}

.nav-overlay-gradient-top {
  z-index: 4;
  height: 65px;
  background-image: linear-gradient(#242423 15%, rgba(36, 36, 35, 0));
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.mobile-nav {
  display: none;
  position: relative;
}

.m-nav-toggle-bg {
  z-index: 1;
  height: 125px;
  background-image: linear-gradient(rgba(238, 238, 238, 0), #fff 98%);
  position: fixed;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.m-nav-content {
  width: 100%;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: auto;
}

.m-nav-link-item {
  text-align: center;
}

.m-nav-link-item.last-item {
  padding-bottom: 135px;
}

.m-nav-link-item.first-item {
  padding-top: 65px;
}

.paragraph-small {
  font-size: 14px;
  line-height: 20px;
}

.form_field-label {
  color: #2b2b2b;
  margin-bottom: 6px;
  font-family: "Editorial new 400", sans-serif;
  font-size: 1em;
  font-weight: 200;
}

.width-60percent {
  width: 60%;
  line-height: 1.3em;
}

.link-2 {
  color: #000;
}

.is--second {
  color: #000;
  margin-left: 32px;
}

.button {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #0b6dff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 18px 48px;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.button:hover {
  background-color: #284ee7;
}

.button.is--secondary {
  color: #080808;
  background-color: rgba(237, 237, 237, 0);
  border: 1px solid #080808;
  border-radius: 20px;
  padding: 10px 12px;
}

.button.mg-top-36px {
  background-color: #000;
  border-radius: 50px;
  margin-top: 36px;
  font-weight: 500;
}

.form_section {
  width: 100%;
  height: 100vh;
  background-color: #f8f8f8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 64px;
  display: flex;
}

.button-_icon {
  margin-left: 12px;
}

.page-wrapper {
  z-index: 5;
  width: 100vw;
  height: 100vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.form_block {
  width: 400px;
}

.form_error-message {
  background-color: #ffecec;
  border-radius: 6px;
}

.form_text-field {
  border: 1px solid #ededed;
  border-radius: 20px;
  margin-bottom: 37px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: "Editorial new 200", sans-serif;
}

.form_text-field.message {
  padding-bottom: 114px;
}

.text-span-8 {
  color: #5600e3;
}

.display-1 {
  margin-bottom: 40px;
  font-size: 50px;
  line-height: 62px;
}

.display-1.width-80percent {
  width: 80%;
  color: #0c0c0c;
  margin-top: 197px;
  font-family: "Editorial new 200", sans-serif;
  font-weight: 700;
}

.divider {
  width: 100%;
  height: 1px;
  max-width: 300px;
  background-color: #ccc;
  margin-top: 56px;
  margin-bottom: 16px;
}

.form_success-message {
  background-color: #eaf3ff;
  border-radius: 6px;
}

.information_header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 96px;
  display: flex;
}

.information_section {
  width: 100%;
  height: 100vh;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  display: flex;
}

.information_section.background-color.neutral-200 {
  background-color: #fff;
  justify-content: space-between;
}

.information_section.background-color.neutral-200.is--footer.hide-desktop {
  display: none;
}

.body-4 {
  background-color: var(--black);
}

.neue-mont-copy {
  color: var(--black);
  font-family: Ppneuemontreal book, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.link-block-4 {
  text-decoration: none;
}

.gallery-reel-link {
  line-height: .9;
}

.heading-xl-link {
  white-space: nowrap;
  font-size: 2em;
  text-decoration: none;
}

.heading-xl-link.text-white.text-align-center {
  line-height: 1.2;
}

.heading-xl-link.text-white.text-align-center.gallery {
  text-decoration: underline;
}

.heading-xl-link.text-white.text-align-center.reels {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 2em;
  text-decoration: underline;
}

.link-block-5 {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 2em;
  text-decoration: none;
}

.div-block-4 {
  height: auto;
  padding-top: 102px;
}

.grid-1 {
  width: 90%;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.color {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.color.cc-sunset-forest {
  background-image: linear-gradient(225deg, #e3bf54, #23bcba);
}

.color.cc-pulm-sunset {
  background-image: linear-gradient(225deg, #764ba2, #fb8332);
}

.color.cc-sunset {
  background-image: linear-gradient(225deg, #fb8332, #e3bf54);
}

.color.cc-forest-pulm {
  background-image: linear-gradient(225deg, #23bcba, #764ba2);
}

.color.cc-forest {
  background-image: linear-gradient(225deg, #23bcba, #45e994);
}

.color.cc-pulm {
  background-image: linear-gradient(225deg, #d8d9db, #fff5ee);
}

.text-block-grid-1 {
  width: 90%;
  color: #fff;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  position: relative;
}

.item-wrap {
  margin-bottom: auto;
  padding-bottom: 111px;
}

.play-icon {
  z-index: 7;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-grid {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-gradient-2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-gradient-2._5 {
  z-index: 5;
}

.button-gradient-2._2 {
  z-index: 2;
}

.button-gradient-2._1 {
  z-index: 1;
}

.button-gradient-2._3 {
  z-index: 3;
}

.button-gradient-2.static {
  opacity: 0;
  position: static;
}

.button-gradient-2._6 {
  z-index: 6;
}

.button-gradient-2._4 {
  z-index: 4;
}

.img-grid {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .68), rgba(0, 0, 0, 0)), url('../images/Dance-still.jpg');
  background-position: 0 0, 65%;
  background-size: auto, cover;
  border-radius: 8px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.img-grid.view-lake {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .68), rgba(0, 0, 0, 0)), url('../images/Classical-Still.jpg');
  background-position: 0 0, 50%;
}

.img-grid.view-waterfall {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .68) 31%, rgba(0, 0, 0, 0) 50%), url('../images/Romantic-Comedy-Still.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.img-grid.view-sea {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .68), rgba(0, 0, 0, 0)), url('../images/Contemporary-Vocal-Reel-Still.jpg');
  background-position: 0 0, 65%;
}

.img-grid.view-river {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .68), rgba(0, 0, 0, 0)), url('../images/Monologue-still.jpg');
}

.divider-2 {
  width: 100%;
  height: 1px;
  background-color: #f1f1f1;
  margin-top: 20px;
  margin-bottom: 20px;
}

.button-block-2 {
  z-index: 99;
  width: 80px;
  height: 80px;
  cursor: pointer;
  border-radius: 8px;
  transition: transform .2s;
  display: block;
  position: relative;
  overflow: hidden;
}

.button-block-2:hover {
  transform: scale(1.05);
}

.button-block-2.small {
  width: 66px;
  height: 66px;
}

._5-cards-grid {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.label {
  color: #333;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}

.label.cc-grey {
  color: #939393;
  display: none;
}

.video-card-grid {
  width: 100%;
  height: 479px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 4px 24px 16px;
  display: flex;
  position: relative;
}

.video-card-grid:hover {
  box-shadow: none;
}

.videos {
  z-index: 1;
  width: 30%;
  aspect-ratio: auto;
  position: absolute;
}

.youtube {
  display: none;
}

.close-3 {
  cursor: pointer;
  order: -1;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  transition: transform .2s;
  display: none;
  position: static;
  top: 24px;
  bottom: auto;
  left: auto;
  right: 24px;
}

.close-3:hover {
  transform: scale(1.05);
}

.div-block-5 {
  z-index: 10;
  width: 85%;
  height: 50%;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 30%;
  bottom: auto;
  left: 7.5%;
  right: auto;
}

.dance-reel {
  z-index: 20;
  width: 100%;
  height: 500vh;
  background-color: rgba(2, 2, 2, .78);
  justify-content: center;
  align-items: flex-end;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-2 {
  background-color: #000;
  border: 5px solid #fff;
  border-radius: 20px;
  margin-bottom: 64px;
  font-family: Droid Sans, sans-serif;
  font-size: 35px;
  font-weight: 700;
  display: block;
}

.romantic-comedy, .julia-monologue, .vocal-reel, .classic-reel {
  z-index: 9;
  width: 100%;
  height: 500vh;
  background-color: rgba(2, 2, 2, .78);
  justify-content: center;
  align-items: flex-end;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

@media screen and (min-width: 1440px) {
  .anon-pro.text-align-center {
    padding-left: 0;
  }

  .navigation {
    position: absolute;
    bottom: auto;
  }

  .container.flex-cc-v {
    width: 65%;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .box.contact {
    flex-flow: column;
  }

  .home-wrapper.bg-seashell {
    background-color: var(--seashell);
  }

  .menu-box {
    z-index: 1;
  }

  .horizontal-section {
    text-decoration: underline;
  }

  .hz-list-box {
    align-items: center;
  }

  .footer-list-item {
    text-decoration: none;
  }

  .text-block-4 {
    color: #fff;
    text-decoration: none;
  }

  .image-background-parallax {
    object-fit: fill;
    overflow: visible;
  }

  .width-60percent, .link-2, .is--second {
    font-size: .8em;
  }

  .neue-mont-copy {
    text-decoration: none;
  }

  .link-block-4 {
    color: var(--black);
    text-decoration: none;
  }

  .gallery-reel-link {
    flex-direction: row;
    justify-content: space-between;
    padding-left: 0;
    display: flex;
  }

  .heading-xl-link {
    padding-left: 0;
    font-size: 2em;
    text-decoration: none;
  }

  .heading-xl-link.text-white.text-align-center.gallery {
    padding-right: 0;
    text-decoration: underline;
  }

  .heading-xl-link.text-white.text-align-center.reels {
    padding: 0;
    text-decoration: underline;
  }

  .link-block-5 {
    font-size: 2em;
    text-decoration: none;
  }

  .div-block-4 {
    height: 100vh;
    background-color: var(--seashell);
  }

  .div-block-6 {
    flex-flow: row;
    display: flex;
  }
}

@media screen and (min-width: 1920px) {
  .heading-md.text-align-center {
    line-height: 1.51;
  }

  .heading-sm {
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
  }

  .neue-mont {
    position: relative;
  }

  .neue-mont.text-align-center {
    line-height: 1.5;
  }

  .navigation {
    align-items: center;
  }

  .container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    padding-top: 25px;
    display: block;
  }

  .container.flex-cc-v {
    display: flex;
  }

  .nav-flex {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    padding-top: 1em;
    display: grid;
  }

  .nav-button {
    padding-top: 0;
    padding-left: 0;
    position: static;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .nav-logo {
    flex: 0 auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .season-picture-3 {
    top: -16%;
  }

  .season-picture-4 {
    top: 2%;
  }

  .menu-box {
    width: 20em;
  }

  .footer-list-item {
    color: #fff;
    text-decoration: none;
  }

  .navigation-gallery {
    top: -1%;
  }

  .link-block-2 {
    padding-left: 13px;
    padding-right: 13px;
  }

  .image-background-parallax {
    height: auto;
    padding-top: 0;
  }

  .work-sticky-aspect-ratio {
    background-color: rgba(255, 255, 255, 0);
  }

  .form_field-label, .width-60percent, .link-2, .is--second {
    font-size: .8em;
  }

  .display-1 {
    font-size: 94px;
    line-height: 92px;
  }

  .display-1.width-80percent {
    font-size: 66px;
    line-height: 80px;
  }

  .neue-mont-copy {
    position: relative;
  }

  .neue-mont-copy.text-align-center {
    line-height: 1.5;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 6vw;
  }

  h2 {
    font-size: 4vw;
  }

  h3 {
    font-size: 3vw;
  }

  h4 {
    font-size: 2vw;
  }

  p {
    font-size: 15px;
  }

  .p-lg {
    font-size: 20px;
  }

  .super-text {
    font-size: 12vw;
  }

  .heading-md {
    font-size: 4vw;
  }

  .div-hide._1em-pad-l._1-em-pad-btm {
    flex: 0 auto;
  }

  .heading-xsm {
    font-size: 2vw;
  }

  .heading-lg {
    font-size: 6vw;
  }

  .heading-lg.neue-mont.italics {
    display: block;
    position: static;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

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

  .anon-pro.text-align-center.text-white, .neue-mont {
    display: none;
  }

  .body-change {
    background-color: var(--seashell);
  }

  .menu {
    display: none;
  }

  .container.rel {
    padding-top: 10vh;
  }

  .box {
    background-color: rgba(0, 0, 0, 0);
  }

  .box.gallery {
    position: static;
  }

  .box.contact {
    flex-flow: column;
  }

  .content {
    height: auto;
  }

  .home {
    display: block;
    position: static;
  }

  .home.mob {
    display: block;
  }

  .home-hero {
    height: 57vh;
  }

  .home-header-box {
    height: 50vh;
    padding-top: 10vh;
  }

  .home-blank {
    display: none;
  }

  .home-header-content {
    height: auto;
  }

  .home-season-head {
    width: 45em;
  }

  .home-season-pg {
    max-width: 25.5em;
    padding-bottom: 18px;
  }

  .season-picture-1 {
    left: 183px;
  }

  .season-picture-3 {
    top: 103%;
  }

  .season-picture-4 {
    top: 110%;
    right: 33%;
  }

  .home-highlights {
    height: 40vh;
  }

  .embed-video {
    width: 100%;
  }

  .heading-md-copy {
    font-size: 4vw;
  }

  .heading-xl {
    font-size: 10vw;
  }

  .heading-xl.text-white.text-align-center {
    display: none;
  }

  .heading-lg-ap {
    font-size: 6.5vw;
  }

  .footer-wrapper {
    display: none;
  }

  .home-nevermine {
    height: 100vh;
    justify-content: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

  .wrapper.gallery {
    height: auto;
  }

  .container-2 {
    height: 120vh;
    padding-top: 0;
  }

  .navigation-gallery {
    min-height: 8vh;
  }

  .html-embed {
    display: none;
  }

  .home-nevermine-mobile {
    height: 60vh;
    justify-content: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .home-blank-mobile {
    height: 60vh;
    display: flex;
  }

  .home-nevermine-mobile-copy {
    height: 60vh;
    justify-content: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

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

  ._2-col-flex {
    flex-direction: column;
  }

  .section {
    padding-top: 104px;
  }

  .section.hero {
    padding-top: 0;
  }

  .border-radius-4px {
    padding: 30px;
  }

  .resume-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1.25fr;
  }

  .logo-flex {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

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

  .work-sticky-aspect-ratio {
    border-radius: 1em;
  }

  .work-sticky-list {
    grid-row-gap: 2em;
    padding-top: 0;
  }

  .work-sticky-item-1 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .m-nav-overlay {
    display: none;
  }

  .mobile-nav, .m-nav-link-item, .m-nav-link-item.last-item {
    display: block;
  }

  .m-nav-link-item.last-item.hidden, .m-nav-link-item.hidden {
    display: none;
  }

  .form_field-label {
    font-size: 1.7em;
  }

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

  .information_content.hide-tablet {
    display: none;
  }

  .information_content.is--centered {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .form_section {
    height: auto;
    max-width: 100%;
    justify-content: center;
    align-items: center;
  }

  .page-wrapper {
    height: auto;
    max-width: 100%;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .form_block {
    width: 540px;
  }

  .display-1 {
    margin-bottom: 0;
    font-size: 60px;
    line-height: 66px;
  }

  .display-1.width-80percent {
    width: 82%;
    text-align: center;
    margin-top: 59px;
  }

  .information_section {
    height: auto;
  }

  .information_section.background-color {
    min-height: auto;
  }

  .information_section.background-color.neutral-200 {
    max-width: 100%;
    flex-flow: column;
  }

  .information_section.background-color.neutral-200.is--footer {
    text-align: center;
    padding-bottom: 8px;
  }

  .information_section.background-color.neutral-200.is--footer.hide-desktop {
    display: flex;
  }

  .neue-mont-copy {
    display: none;
  }

  .heading-xl-link {
    font-size: 10vw;
  }

  .heading-xl-link.text-white.text-align-center {
    display: none;
  }

  ._5-cards-grid {
    grid-template: "."
                   "."
                   "."
                   / 1fr 1fr;
    grid-auto-columns: 1.5fr;
  }

  .label.cc-grey {
    text-align: center;
  }
}

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

  h2 {
    font-size: 5vw;
  }

  h3 {
    font-size: 4vw;
  }

  h4 {
    font-size: 3vw;
  }

  .super-text {
    font-size: 14vw;
  }

  .heading-md {
    font-size: 6vw;
  }

  .styleguide-parent {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .heading-lg {
    font-size: 8vw;
  }

  .heading-sm {
    font-size: 4vw;
  }

  .box.reels {
    background-color: #cfbbbb;
  }

  .season-picture-1 {
    left: 350px;
  }

  .season-picture-2 {
    bottom: -245.398px;
    left: 32px;
  }

  .season-picture-3 {
    top: 149%;
    right: -4.5em;
  }

  .season-picture-4 {
    top: 100%;
    left: 165px;
    right: 36%;
  }

  .season-img-4 {
    position: static;
    top: -25px;
    left: -86px;
  }

  .heading-md-copy {
    font-size: 6vw;
  }

  .heading-xl {
    font-size: 10vw;
  }

  .heading-lg-ap {
    font-size: 8.8vw;
  }

  .home-nevermine {
    height: 55vh;
    justify-content: flex-start;
  }

  .wrapper.gallery {
    height: 300vw;
  }

  .home-nevermine-mobile, .home-nevermine-mobile-copy {
    height: 55vh;
    justify-content: flex-start;
  }

  .p-large {
    font-size: 1.2rem;
  }

  .section {
    padding-top: 88px;
  }

  .container-3, .container-4 {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .logo-height {
    height: 32px;
  }

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

  .container-5 {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .work-sticky-aspect-ratio {
    border-radius: 1em;
    margin-top: 57px;
    padding-top: 54%;
  }

  .work-sticky-list {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .work-indicator-wrapper {
    width: 10vw;
  }

  .form_field-label {
    font-size: .6em;
  }

  .button {
    padding-left: 40px;
    padding-right: 40px;
  }

  .form_section {
    padding: 56px 40px;
  }

  .page-wrapper {
    width: 100%;
    grid-template-columns: 100vw;
  }

  .form_block {
    width: 100%;
  }

  .display-1 {
    margin-bottom: 24px;
    font-size: 52px;
    line-height: 55px;
  }

  .display-1.width-80percent {
    width: 100%;
    font-size: 32px;
    line-height: 38px;
  }

  .information_header {
    margin-bottom: 56px;
  }

  .information_section.background-color.neutral-200 {
    padding-bottom: 16px;
  }

  .heading-xl-link {
    font-size: 10vw;
  }

  ._5-cards-grid {
    grid-template: "."
                   "."
                   "."
                   "."
                   / 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 7.3vw;
  }

  h2 {
    font-size: 8vw;
  }

  h3 {
    font-size: 6vw;
  }

  h4 {
    font-size: 4vw;
  }

  .p-lg {
    font-size: 18px;
  }

  .super-text {
    font-size: 16vw;
  }

  .heading-md {
    font-size: 7vw;
  }

  .heading-xsm {
    font-size: 4vw;
  }

  .heading-lg, .heading-lg.neue-mont.italics {
    font-size: 8vw;
  }

  .heading-sm {
    font-size: 6vw;
  }

  .neue-mont.text-align-center {
    font-size: 2vw;
  }

  .container.rel {
    padding-top: 2vh;
  }

  .container.flex-cc-v {
    padding: 21px;
  }

  .nav-flex {
    padding-bottom: 5.3em;
    position: relative;
    bottom: -8px;
  }

  .nav-logo {
    height: 3vh;
  }

  .garoa-nav {
    padding-bottom: 0;
  }

  .box {
    padding: 0;
  }

  .box.gallery {
    position: static;
  }

  .home-hero {
    height: 30vh;
  }

  .home-header-box {
    height: 25vh;
    min-width: auto;
    padding-top: 10vw;
  }

  .home-header-img {
    padding-top: 7vh;
    position: static;
  }

  .home-header-content {
    flex-direction: column;
  }

  .home-season-pg {
    max-width: 45.5em;
  }

  .season-picture-1 {
    left: 66px;
  }

  .season-picture-2 {
    bottom: -105.398px;
    left: 8px;
  }

  .season-picture-3 {
    top: 110%;
  }

  .season-picture-4 {
    left: 125px;
    right: 0%;
  }

  .season-img-4 {
    width: auto;
    height: 12em;
    margin-right: 0;
    padding-left: 47px;
    padding-right: 0;
  }

  .home-highlights {
    height: 25vh;
    padding-top: 0;
  }

  .heading-md-copy {
    font-size: 7vw;
  }

  .heading-xl {
    font-size: 12vw;
  }

  .heading-lg-ap {
    font-size: 13.2vw;
  }

  .button-shape {
    width: 2rem;
    height: 1.5rem;
  }

  .text-block {
    font-size: 2.3vw;
  }

  .home-header-text-top {
    flex-direction: row;
    display: flex;
  }

  .home-nevermine {
    display: none;
  }

  .wrapper.gallery, .container-2 {
    height: auto;
  }

  .column._2 {
    margin-top: 0;
  }

  .html-embed {
    display: none;
  }

  .home-nevermine-mobile {
    height: 30vh;
    margin-top: 66px;
  }

  .home-nevermine-mobile-copy {
    height: 25vh;
  }

  ._2-col-flex {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .p-large {
    font-size: 1.4rem;
  }

  .p-medium {
    font-size: 1.2rem;
  }

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

  .div-block-3 {
    flex-flow: column;
  }

  .link-block-2 {
    padding-top: 16px;
    padding-bottom: 15px;
  }

  .image-background-parallax {
    height: 80%;
  }

  .work-sticky-aspect-ratio {
    margin-top: 50px;
    padding-top: 53%;
  }

  .secton-title {
    font-size: 35.5vw;
  }

  .work-sticky-list {
    grid-row-gap: 1em;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .work-indicator-wrapper {
    display: none;
  }

  .paragraph-small.width-60percent {
    width: 100%;
  }

  .form_field-label {
    font-size: 1em;
  }

  .button {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 19px;
  }

  .button.is--secondary {
    width: auto;
    padding-left: 12px;
    padding-right: 12px;
  }

  .form_section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-_icon {
    margin-left: 6px;
  }

  .page-wrapper {
    max-width: 100%;
  }

  .information_section.background-color.neutral-200 {
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .neue-mont-copy.text-align-center {
    font-size: 2vw;
  }

  .heading-xl-link {
    font-size: 12vw;
  }

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

#w-node-_5feaf82c-5f9a-e1ec-731b-18b76cea4621-6cea461e, #w-node-_5feaf82c-5f9a-e1ec-731b-18b76cea4625-6cea461e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5feaf82c-5f9a-e1ec-731b-18b76cea4633-6cea461e, #w-node-_5feaf82c-5f9a-e1ec-731b-18b76cea4646-6cea461e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_5feaf82c-5f9a-e1ec-731b-18b76cea4651-6cea461e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6208fda3-ccba-14ad-d702-cb8c00e5b71f-00e5b71c {
  align-self: start;
}

#w-node-_6208fda3-ccba-14ad-d702-cb8c00e5b723-00e5b71c {
  align-self: center;
  justify-self: center;
}

#w-node-_3071057a-64bb-d377-aee8-4a51f56af364-be78e93b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3071057a-64bb-d377-aee8-4a51f56af36d-be78e93b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-_3071057a-64bb-d377-aee8-4a51f56af389-be78e93b, #w-node-_3071057a-64bb-d377-aee8-4a51f56af38d-be78e93b, #w-node-_3071057a-64bb-d377-aee8-4a51f56af391-be78e93b, #w-node-_3071057a-64bb-d377-aee8-4a51f56af395-be78e93b, #w-node-_3071057a-64bb-d377-aee8-4a51f56af399-be78e93b, #w-node-_3071057a-64bb-d377-aee8-4a51f56af39d-be78e93b, #w-node-_77156fda-f989-0729-188c-925ef85b9f4b-be78e93b, #w-node-_342c99b6-6bf5-0695-511a-81d32a46bd4b-be78e93b, #w-node-d64cc1fd-2b41-1bd7-718f-15da095ed337-be78e93b, #w-node-_77b5cb66-5cbd-f0c4-3932-8c3d8d5d3d53-be78e93b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56c6a0c9-3591-2bee-62be-963dc2610572-4b4be549 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_56c6a0c9-3591-2bee-62be-963dc261058b-4b4be549 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_56c6a0c9-3591-2bee-62be-963dc26105a4-4b4be549 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_56c6a0c9-3591-2bee-62be-963dc26105bd-4b4be549, #w-node-_56c6a0c9-3591-2bee-62be-963dc26105d6-4b4be549 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (min-width: 1920px) {
  #w-node-_6208fda3-ccba-14ad-d702-cb8c00e5b71f-00e5b71c {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-_6208fda3-ccba-14ad-d702-cb8c00e5b723-00e5b71c {
    align-self: center;
    justify-self: center;
  }

  #w-node-_3071057a-64bb-d377-aee8-4a51f56af364-be78e93b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3071057a-64bb-d377-aee8-4a51f56af36d-be78e93b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
    justify-self: auto;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_56c6a0c9-3591-2bee-62be-963dc2610572-4b4be549, #w-node-_56c6a0c9-3591-2bee-62be-963dc261058b-4b4be549, #w-node-_56c6a0c9-3591-2bee-62be-963dc26105a4-4b4be549, #w-node-_56c6a0c9-3591-2bee-62be-963dc26105bd-4b4be549 {
    grid-column: span 1 / span 1;
  }

  #w-node-_56c6a0c9-3591-2bee-62be-963dc26105d6-4b4be549 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_56c6a0c9-3591-2bee-62be-963dc26105d6-4b4be549 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Anonymous pro b';
  src: url('../fonts/Anonymous-Pro-B.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Anonymous pro bi';
  src: url('../fonts/Anonymous-Pro-BI.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Anonymous pro i';
  src: url('../fonts/Anonymous-Pro-I.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Anonymous pro';
  src: url('../fonts/Anonymous-Pro.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Editorial new 400';
  src: url('../fonts/Editorial-New-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Editorial new 800';
  src: url('../fonts/Editorial-New-Ultrabold-800.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Editorial new 200';
  src: url('../fonts/Editorial-New-Ultralight-200.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontreal book';
  src: url('../fonts/PPNeueMontreal-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontreal';
  src: url('../fonts/PPNeueMontreal-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontreal';
  src: url('../fonts/PPNeueMontreal-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontreal';
  src: url('../fonts/PPNeueMontreal-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontreal';
  src: url('../fonts/PPNeueMontreal-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontreal';
  src: url('../fonts/PPNeueMontreal-SemiBolditalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}