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

.w-commerce-commercelayoutcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-commerce-commercelayoutmain {
  -webkit-flex-basis: 800px;
  -ms-flex-preferred-size: 800px;
  flex-basis: 800px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin-right: 20px;
}

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

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

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

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

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

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

.w-commerce-commercecheckoutblockheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 20px;
  padding-left: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutcolumn {
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutshippingmethoditem {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 16px;
  padding-left: 16px;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom-color: #e6e6e6;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 0px;
  background-color: #fff;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  margin-left: 12px;
  margin-right: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutcardnumber:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

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

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

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

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

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

.w-commerce-commercecheckoutcardexpirationdate:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

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

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

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

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

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

.w-commerce-commercecheckoutcardsecuritycode:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutsummaryblockheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 20px;
  padding-left: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

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

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

.w-commerce-commercecheckoutorderitemquantitywrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: pre-wrap;
}

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

.w-commerce-commercelayoutsidebar {
  -webkit-flex-basis: 320px;
  -ms-flex-preferred-size: 320px;
  flex-basis: 320px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

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

.w-commerce-commercecheckoutsummarylineitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.w-commerce-commercecheckoutordersummaryextraitemslistitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.w-commerce-commercecheckoutdiscounts {
  background-color: #fff;
  border-bottom-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: #e6e6e6;
  border-top-style: solid;
  border-top-width: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}

.w-commerce-commercecheckoutdiscountslabel {
  margin-bottom: 8px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.w-commerce-commercecheckoutdiscountsinput {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  min-width: 0px;
}

.w-commerce-commercecheckoutdiscountsinput::-webkit-input-placeholder {
  color: #999;
}

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

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

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

.w-commerce-commercecheckoutdiscountsinput:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutdiscountsbutton {
  background-color: #3898ec;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-left: 8px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  height: 38px;
}

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

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

.w-commerce-commerceaddtocartform {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
}

.w-commerce-commerceaddtocartoptionpillgroup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.w-commerce-commerceaddtocartoptionpill {
  margin-right: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 15px;
  padding-right: 15px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #000;
  border-bottom-color: #000;
  border-left-color: #000;
  border-right-color: #000;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  color: #000;
  background-color: #fff;
  cursor: pointer;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #000;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-disabled {
  color: #666;
  background-color: #e6e6e6;
  border-top-color: #e6e6e6;
  border-bottom-color: #e6e6e6;
  border-left-color: #e6e6e6;
  border-right-color: #e6e6e6;
  cursor: not-allowed;
  outline-style: none;
}

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

.w-commerce-commerceaddtocartquantityinput::-webkit-input-placeholder {
  color: #999;
}

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

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

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

.w-commerce-commerceaddtocartquantityinput:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commerceaddtocartbutton {
  background-color: #3898ec;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: #666;
  background-color: #e6e6e6;
  border-top-color: #e6e6e6;
  border-bottom-color: #e6e6e6;
  border-left-color: #e6e6e6;
  border-right-color: #e6e6e6;
  cursor: not-allowed;
  outline-style: none;
}

.w-commerce-commercebuynowbutton {
  background-color: #3898ec;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: inline-block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-top: 10px;
}

.w-commerce-commercebuynowbutton.w--ecommerce-buy-now-disabled {
  color: #666;
  background-color: #e6e6e6;
  border-top-color: #e6e6e6;
  border-bottom-color: #e6e6e6;
  border-left-color: #e6e6e6;
  border-right-color: #e6e6e6;
  cursor: not-allowed;
  outline-style: none;
}

.w-commerce-commerceaddtocartoutofstock {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #ddd;
}

.w-commerce-commerceaddtocarterror {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #ffdede;
}

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

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

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

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

.w-commerce-commercecheckoutsummaryflexboxdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

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

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

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

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

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    margin-right: 0px;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .w-commerce-commercelayoutsidebar {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

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

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

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

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

  .w-commerce-commercecheckoutrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  background-color: #000;
  font-family: Satoshi, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

a {
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  font-weight: 500;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  padding-top: 1px;
  padding-bottom: 1px;
  color: #fff;
  font-size: 17px;
}

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

strong {
  color: #fff;
  font-weight: 700;
}

em {
  font-style: italic;
  font-weight: 400;
}

blockquote {
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 25px;
  border-left: 3px solid #fff;
  font-size: 34px;
  line-height: 1;
  font-weight: 500;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  margin-top: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container._2 {
  max-width: 640px;
  margin-top: 140px;
  padding: 40px;
  border-style: solid;
  border-width: 2px;
  border-color: #5b805b;
  border-radius: 0px;
}

.container.for-footer {
  max-width: 90%;
}

.container._3 {
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
}

.margin-15px {
  margin-top: 15px;
}

.body-content {
  background-color: #3a613a;
  color: #fff;
}

.loader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.error-message {
  border-radius: 3px;
  background-color: #ff131a;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.utility-page-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 370px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section {
  padding: 120px 5%;
}

.section.checkout {
  padding-top: 150px;
  background-color: transparent;
}

.section.animationn {
  display: block;
  max-width: none;
  margin-top: 0px;
  margin-bottom: 40px;
  padding-top: 140px;
  padding-bottom: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #3a613a;
}

.section.animationn._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #e6eae1;
  color: #5b805b;
  font-size: 13px;
}

.section.animationn._3 {
  display: block;
  padding-bottom: 50px;
}

.section.animationn._4 {
  margin-top: -165px;
  padding-top: 60px;
}

.section.animationn.project {
  padding-top: 0px;
  padding-right: 0%;
  padding-left: 0%;
}

.section.animationn.contact {
  padding-top: 0px;
}

.section.animationn.blog {
  padding-top: 40px;
}

.section.animationn.latestnews {
  padding-top: 40px;
}

.section.animationn.strainsmain {
  padding-top: 40px;
}

.section.logo {
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.blog-page {
  padding-top: 180px;
}

.section.project-page {
  padding-top: 0px;
  padding-bottom: 0px;
}

.margin-30px {
  margin-top: 30px;
}

.button {
  padding: 17px 26px;
  border-style: solid;
  border-width: 1px;
  border-color: #3a613a;
  border-radius: 2px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #3a613a;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #3a613a;
  color: #f6f7f9;
}

.button.full {
  width: 100%;
}

.button.discount {
  width: 100%;
  height: 50px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.button._2 {
  background-color: #fff;
  color: #000;
}

.button._2:hover {
  background-color: transparent;
  color: #fff;
}

.margin-40px {
  position: relative;
  margin-top: 40px;
}

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

.copyright-dot {
  width: 4px;
  height: 4px;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 100%;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.title-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
}

.text-field {
  height: 50px;
  margin-top: 8px;
  border-style: none none solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 43.3%, 0.2) hsla(0, 0%, 43.3%, 0.2) #fff;
  border-radius: 0px;
  background-color: transparent;
  color: hsla(0, 0%, 100%, 0.62);
  font-size: 15px;
  font-weight: 400;
}

.text-field::-webkit-input-placeholder {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.text-field:-ms-input-placeholder {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.text-field::-ms-input-placeholder {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.text-field::placeholder {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.text-field.discount {
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.flex-utility {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.shrink-item {
  margin-right: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.shrink-item.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.shrink-item.gird {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.shrink-item.gird.font {
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.shrink-item.gird {
  display: -ms-grid;
  display: grid;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.shrink-item.photo-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.icon-size {
  width: 50px;
}

.licensing-block {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}

.image-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.licensing-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 150px;
  padding: 25px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.2);
  border-radius: 2px;
  background-color: #000;
}

.light-block-second {
  width: 100%;
  padding: 20px 20px 40px 45px;
  border-radius: 3px;
  background-color: #202020;
}

.light-block-second.rounded-bottom {
  padding-bottom: 30px;
  border-radius: 3px;
}

.color-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 85px;
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.3) hsla(0, 0%, 100%, 0.3) hsla(0, 0%, 100%, 0.2);
  border-radius: 2px;
  background-color: #000;
}

.color-block.secondary {
  background-color: #fff;
}

.medium {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1em;
  font-weight: 500;
  text-align: center;
}

.title-4 {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
}

.title-4.your-cart {
  font-size: 16px;
  line-height: 20px;
}

.typography-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 58%;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 17px;
}

.color-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 35px;
  padding: 25px 0px 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.color-row.grey {
  margin-bottom: 25px;
  padding-bottom: 0px;
}

.margin-60px {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.title-1 {
  height: 100%;
  margin: 0px auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0px;
  border-right: 1px none #f6f7f9;
  font-family: Satoshi, sans-serif;
  font-size: 72px;
  line-height: 1.1;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
  text-transform: lowercase;
  white-space: normal;
}

.title-1._2 {
  font-size: 80px;
}

.title-1._3 {
  line-height: 0.9;
}

.title-1._4 {
  font-size: 70px;
  text-transform: capitalize;
}

.title-1.branches {
  border-right-style: none;
}

.title-1.letsbe {
  border-right-style: none;
}

.title-1.projecttitle {
  border-right-style: solid;
}

.light-gray-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16.66666667%;
  height: 100%;
  padding: 10px;
  border-radius: 0px;
  background-color: #a8a8a8;
}

.type-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 35px;
  padding: 25px 0px 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.white-block {
  width: 100%;
  padding: 20px 20px 40px 45px;
  background-color: #171717;
}

.light-gray {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16.66666667%;
  height: 100%;
  padding: 10px;
  border-radius: 4px 0px 0px 4px;
  background-color: #8a8a8a;
}

.margin-25px {
  margin-top: 25px;
}

.text-highlight {
  width: 42%;
  padding: 40px;
  border-radius: 2px;
  background-color: #202020;
}

.grayscale-parent {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 85px;
  margin-right: 0px;
  clear: left;
  border-radius: 4px;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
}

.content-row {
  position: relative;
  width: 100%;
  margin-top: 45px;
  clear: left;
}

.margin-50px {
  margin-top: 50px;
}

.light-block {
  width: 100%;
  padding: 20px 20px 40px 45px;
  border-radius: 3px;
  background-color: #202020;
}

.type-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33333333%;
  margin-right: 20px;
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.2);
  border-radius: 2px;
  background-color: #000;
}

.type-column.right {
  margin-right: 0px;
}

.color-block-parent {
  width: 20%;
  margin-right: 20px;
}

.regular-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1em;
  font-weight: 400;
  text-align: center;
}

.title-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px none #3a613a;
  border-right: 1px solid #3a613a;
  border-bottom: 1px none #3a613a;
  color: #3a613a;
  font-size: 55px;
  line-height: 1;
  font-weight: 700;
  text-transform: lowercase;
}

.title-2.latestnews {
  border-right-style: none;
  color: #f6f7f9;
}

.title-2.ourstrains {
  color: #f6f7f9;
}

.title-2.whatwedo {
  color: #f6f7f9;
}

.title-2.medicalabout {
  color: #f6f7f9;
}

.title-2.wholesale {
  border-right-style: none;
  color: #f6f7f9;
}

.title-2.wholesale.subtitle {
  margin-top: 0px;
  font-size: 16px;
}

.title-2.wholesale.subtitle.aliensmoke {
  margin-top: 15px;
}

.title-2.whitetitle {
  border-right-style: none;
  border-bottom-style: none;
  color: #f6f7f9;
}

.caption {
  color: hsla(0, 0%, 100%, 0.55);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.caption.margined {
  margin-top: 10px;
  color: hsla(0, 0%, 100%, 0.73);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
}

.light-gray-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16.66666667%;
  height: 100%;
  padding: 10px;
  border-radius: 0px;
  background-color: #f7f8f9;
}

.loading-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.subtotal {
  color: hsla(0, 0%, 100%, 0.73);
  font-size: 17px;
  font-weight: 500;
}

.apple-pay {
  height: 48px;
}

.checkbox-label-shop {
  margin-bottom: 0px;
  color: rgba(246, 247, 249, 0.8);
  font-size: 15px;
  font-weight: 500;
}

.discounts {
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-color: #fff;
  background-color: transparent;
}

.required {
  color: hsla(0, 0%, 100%, 0.63);
  font-size: 14px;
  font-weight: 500;
}

.sticky-bar {
  top: 120px;
}

.price-pop {
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 18px;
  font-weight: 500;
}

.product-name {
  margin-bottom: 7px;
  font-size: 20px;
  font-weight: 500;
}

.field-label {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 16px;
  font-weight: 500;
}

.field-label._2 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
}

.checkout-form {
  min-height: auto;
  padding: 0px;
  background-color: transparent;
}

.navigation-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  background-color: #3a613a;
}

.navigation-top-part {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  padding-right: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px solid #fff;
}

.circle-cursor {
  position: fixed;
  left: 48vw;
  top: 50%;
  z-index: 999;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-radius: 100%;
  background-color: hsla(0, 0%, 100%, 0);
}

.zeen-logo {
  width: 140px;
  max-width: 100%;
}

.second-part {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.menu-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  padding-right: 26px;
  padding-left: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 6px;
  text-transform: uppercase;
  cursor: pointer;
}

.close-text {
  position: absolute;
  opacity: 0;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.loading-text {
  opacity: 0.39;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.logo-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 60px;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid transparent;
}

.menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  overflow: visible;
  width: 100%;
  height: 100vh;
  padding-top: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.menu-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 90px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navlinks {
  position: relative;
  z-index: 5;
  margin-right: 1.5vw;
  margin-left: 1.5vw;
  padding-top: 2.2vh;
  padding-bottom: 2.2vh;
  color: #f6f7f9;
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.page-content {
  display: block;
  margin-top: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.contact-information-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
  padding-left: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-grid {
  display: -ms-grid;
  display: grid;
  max-width: 640px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-grid.on-footer {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.paragraph-link {
  display: block;
  margin-bottom: 5px;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 17px;
  line-height: 24px;
}

.paragraph-link:hover {
  color: #fff;
}

.paragraph-link._24px {
  margin-bottom: 10px;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 24px;
  font-weight: 400;
}

.price-tag {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #8a8a8a;
  font-size: 24px;
  line-height: 45px;
  font-weight: 600;
}

.price-tag.small {
  margin-top: 5px;
  margin-bottom: 10px;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
}

.no-item {
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 17px;
  font-weight: 500;
}

.subtotal-2 {
  color: #fff;
  font-size: 18px;
}

.cart-line-item {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.empty-state {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cart-header {
  border-bottom-color: #fff;
}

.cart-quantity {
  width: 50px;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.cart-container {
  max-width: 580px;
  border: 1px solid #fff;
  background-color: #000;
  box-shadow: none;
}

.table-price {
  font-size: 21px;
  line-height: 1;
  font-weight: 500;
}

.button-2 {
  padding: 15px 20px;
  background-color: #ececec;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #000;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-2:hover {
  -webkit-transform: skew(-13deg, 0deg);
  -ms-transform: skew(-13deg, 0deg);
  transform: skew(-13deg, 0deg);
}

.cart-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  background-color: transparent;
}

.close-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 34px;
  height: 34px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}

.cart-footer {
  border-top-color: #fff;
}

.cart-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18px;
  height: 19px;
  margin-left: 5px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #fff;
  border-radius: 100%;
  background-color: transparent;
  color: #fff;
  font-size: 9px;
  font-weight: 900;
}

.cart-wrapper {
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.9);
}

.paypal {
  margin-bottom: 5px;
}

.cart-image {
  position: relative;
  width: 20px;
}

.social-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #c32aa3;
}

.social-overlay.white {
  border-radius: 5px;
  background-color: hsla(0, 0%, 100%, 0.23);
}

.x-button {
  position: relative;
  width: 18px;
}

.photo-animation {
  position: relative;
  overflow: hidden;
  margin-left: -63px;
}

.photo-animation._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.footer-link {
  display: block;
  margin-bottom: 5px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: hsla(0, 0%, 100%, 0.57);
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
}

.footer-link:hover {
  color: #fff;
}

.white-link {
  color: #fff;
}

.button-line {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.line {
  width: 100%;
  height: 1px;
  margin-top: 1px;
  background-color: #fff;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  font-size: 17px;
}

.logo-absolute {
  position: absolute;
  left: 50%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-top: 40px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.cart-flext-left {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.block-header {
  border-color: #fff;
  background-color: #000;
}

.block-content {
  border-right-color: #fff;
  border-bottom-color: #fff;
  border-left-color: #fff;
  background-color: #000;
}

.quantity-text {
  color: hsla(0, 0%, 100%, 0.57);
  font-size: 15px;
}

.paypal-text {
  margin-bottom: 3px;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 17px;
  font-weight: 400;
}

.cart {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.font-share {
  font-size: 80px;
  line-height: 80px;
}

.hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 140px 5% 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: #ee1a1a;
}

.hero.inner {
  display: block;
  height: 60vh;
  margin-bottom: 0px;
  padding-top: 120px;
  padding-bottom: 0px;
}

.play-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 35px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5%;
  padding-left: 85px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.scroll-down-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.scroll-down-link._2 {
  display: none;
}

.scroll-down {
  position: relative;
  z-index: 1;
  width: 60px;
  margin-top: 15px;
}

.switcher-mode {
  position: fixed;
  left: auto;
  right: 12px;
  bottom: 60px;
  z-index: 998;
  display: none;
  width: 51px;
  height: 28px;
  padding: 0px 2px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.3);
  border-radius: 100px;
  cursor: pointer;
}

.circle-switcher {
  position: absolute;
  left: 4px;
  top: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18px;
  height: 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #fff;
}

.top-part {
  position: static;
  display: -ms-grid;
  display: grid;
  margin-top: 0px;
  margin-bottom: 40px;
  padding-top: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 3.5fr 1fr;
  grid-template-columns: 3.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.top-part.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.top-part._2 {
  display: none;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.top-part._1 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.top-part.brands {
  display: block;
  border-bottom: 1px solid #f6f7f9;
}

.left-heading {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
  border-top: 1px solid #f6f7f9;
  border-bottom: 1px solid #f6f7f9;
}

.left-heading.right-line {
  text-align: right;
}

.left-heading._2 {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

.left-heading._3 {
  border-top-style: none;
  border-bottom-style: none;
}

.bottom-part {
  position: relative;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1.5fr 1fr 4fr;
  grid-template-columns: 1.5fr 1fr 4fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.subhead-wrapper {
  padding-top: 20px;
  padding-right: 10px;
  padding-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.subhead {
  margin-top: 0px;
  color: snow;
  font-size: 22px;
  line-height: 25px;
  font-weight: 500;
}

.subhead._2 {
  width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  color: hsla(0, 0%, 100%, 0.97);
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.subhead._3 {
  color: #3a613a;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
}

.left-small-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.shape-1 {
  width: 70px;
}

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

.top-line._2 {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.top-line._3 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 1px;
  height: 100%;
}

.top-line._4 {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.top-line._5 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 1px;
  height: 100%;
}

.top-line._6 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 1px;
  height: 100%;
}

.top-line._7 {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  color: #3a613a;
}

.top-line._8 {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.top-line._9 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 1px;
  height: 100%;
}

.top-line._10 {
  background-color: #3a613a;
}

.button-flex {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-divider {
  width: 10px;
}

.button-divider.divider-center {
  width: 20px;
}

.navlinks-line {
  width: 100%;
  height: 2px;
  margin-top: 15px;
  background-color: #fff;
}

.photo-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/photo-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.section-video {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-video.showreel {
  display: block;
  overflow: hidden;
  min-height: 650px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.lightbox-link-circle {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 110px;
  height: 110px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #000;
}

.play-image {
  position: relative;
  z-index: 1;
  width: 8px;
}

.play-showreel {
  position: absolute;
  width: 75%;
  height: 75%;
}

.high-wrapper {
  display: -ms-grid;
  display: grid;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.high-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 270px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #fff;
}

.filter-image {
  color: #f6f7f9;
}

.high-title {
  margin-top: 16px;
  font-size: 20px;
  font-weight: 700;
}

.view-work-content {
  overflow: hidden;
  font-size: 23px;
  line-height: 30px;
}

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

.project-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 100px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.work-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  text-decoration: none;
  cursor: none;
}

.project-image {
  width: 100%;
  height: 100%;
}

.play-circle {
  position: absolute;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #fff;
  border-radius: 100%;
  background-color: #fff;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

.arrow-image {
  width: 24px;
}

.arrow-image.black {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.grid-2-columns {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-wrapper {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.photo {
  display: block;
  overflow: hidden;
  width: auto;
  height: auto;
  max-height: none;
  max-width: 80%;
  min-height: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.absolute-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  background-color: #171717;
}

.clients-grid {
  display: -ms-grid;
  display: grid;
  width: 150vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.clients-grid.paddingbrand {
  margin-top: 40px;
}

.testimonials-wrapper {
  margin-right: auto;
  margin-left: auto;
}

.testimonials-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #fff;
}

.testiomonials-photo {
  width: 120px;
  height: 126px;
  margin-right: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 4px;
  background-image: url('../images/nug02.png');
  background-position: 50% 50%;
  background-size: cover;
}

.testiomonials-photo._2 {
  height: 134px;
  background-image: url('../images/nug01.png');
}

.testiomonials-photo._3 {
  height: 133px;
  background-image: url('../images/nug03.png');
  background-position: 50% 50%;
}

.testiomonials-photo.no-margin {
  margin-right: 0px;
}

.testiomonials-photo._4 {
  background-image: url('../images/profil-5.jpeg');
}

.testiomonials-photo._5 {
  background-image: url('../images/profil-4.jpeg');
}

.testiomonials-photo._6 {
  background-image: url('../images/profil-6.jpeg');
}

.role-name {
  font-size: 17px;
  font-weight: 500;
}

.margin-80px {
  overflow: visible;
  margin-top: 80px;
  -o-object-fit: fill;
  object-fit: fill;
}

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

.blog-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 10px;
  color: #fff;
}

.blog-image {
  margin-bottom: 30px;
}

.blog-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 29px;
  line-height: 1.1;
  font-weight: 500;
  -o-object-fit: fill;
  object-fit: fill;
}

.blog-category-grid {
  display: -ms-grid;
  display: grid;
  padding-top: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 1px solid #fff;
}

.paragraph-no-margin {
  margin-bottom: 0px;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 15px;
  font-weight: 500;
}

.paragraph-no-margin._2 {
  display: none;
  color: #fff;
  font-size: 16px;
}

.section-cta {
  margin-top: 0px;
  padding: 0px 5%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background-color: #e6eae1;
  color: #3a613a;
}

.top-part-hero {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.top-part-hero._2 {
  position: relative;
  margin-left: 54px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: center;
}

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

.footer-link-2 {
  display: block;
  margin-bottom: 5px;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 12px;
  line-height: 24px;
}

.footer-link-2:hover {
  color: #fff;
}

.footer-title {
  margin-top: 0px;
  font-size: 21px;
  font-weight: 500;
}

.copyright-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.subscribe-field {
  height: 55px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #fff;
  background-color: transparent;
}

.subscribe-field::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 18px;
  font-weight: 500;
}

.subscribe-field:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 18px;
  font-weight: 500;
}

.subscribe-field::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 18px;
  font-weight: 500;
}

.subscribe-field::placeholder {
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 18px;
  font-weight: 500;
}

.submit-button {
  width: 55px;
  height: 55px;
  border-bottom: 1px solid #fff;
  background-color: transparent;
  background-image: url('../images/arrow_right_alt_black_24dp.svg');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.submit-button:hover {
  background-image: url('../images/arrow_right_alt_black_24dp.svg');
  background-position: 90% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.copyright {
  margin-bottom: 0px;
  font-size: 11px;
  font-weight: 300;
}

.success-message {
  background-color: #2e856e;
  font-size: 16px;
}

.form-block {
  max-width: 400px;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer {
  position: relative;
  padding: 50px 5% 30px;
}

.social-wrapper-large {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.social-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  margin-right: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.social-img:hover {
  opacity: 0.6;
}

.social-img._0px {
  margin-right: 0px;
}

.social-image {
  width: 17px;
}

.price-grid {
  display: block;
}

.pricing-title {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.pricing-image {
  display: block;
  width: 300px;
  max-width: 300%;
}

.pricing-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 54px;
  padding: 85px 53px 22px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  font-size: 16px;
  line-height: 1;
  text-align: center;
}

.pricing-photo {
  position: absolute;
  left: 50%;
  top: -55px;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  padding: 22px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px solid #fff;
  border-radius: 0px;
  background-color: transparent;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.price {
  position: relative;
  display: block;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 30px;
  font-weight: 500;
}

.toogle-max-w {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.toggle-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #fff;
}

.toggle-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 26px;
  height: 26px;
  margin-right: 13px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #fff;
  border-radius: 3px;
}

.qa-text {
  color: #fff;
  font-size: 24px;
  line-height: 29px;
  font-weight: 500;
  text-transform: lowercase;
}

.toggle-content {
  position: relative;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  background-color: transparent;
}

.toggle-content.w--open {
  padding-top: 0px;
}

.text-field-form {
  height: 45px;
  margin-left: 24px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #fff;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.text-field-form:active {
  border-bottom-color: #f64d52;
}

.text-field-form:focus {
  border-bottom-color: #f64d52;
}

.text-field-form::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 16px;
  font-weight: 500;
}

.text-field-form:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 16px;
  font-weight: 500;
}

.text-field-form::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 16px;
  font-weight: 500;
}

.text-field-form::placeholder {
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 16px;
  font-weight: 500;
}

.text-field-form.area {
  height: auto;
  margin-top: 20px;
  margin-left: 0px;
  padding-bottom: 11px;
}

.contact-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-flex.vertical {
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.blog-content {
  max-width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.team-grid {
  display: none;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.team-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-content {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.services-flex {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 0.5fr 0.5fr;
  grid-template-columns: 1fr 0.5fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.paragraph {
  color: hsla(0, 0%, 100%, 0.8);
  font-weight: 500;
}

.rich-text-block {
  color: #fff;
}

.body {
  background-color: #000;
}

.nav-icon {
  font-size: 30px;
}

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

.main-slider {
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  background-color: transparent;
}

.slide-collection-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/DSC00250.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-collection-list {
  width: 100%;
  height: 100%;
}

.nav-arrow {
  left: 0%;
  top: 45%;
  right: auto;
  bottom: auto;
  width: 75px;
  height: 10%;
  background-color: rgba(19, 19, 19, 0.5);
}

.nav-arrow.right {
  left: auto;
  right: 0%;
}

.slide-collection-list-wrapper {
  width: 60%;
  height: 60vh;
  margin-right: auto;
  margin-left: auto;
}

.slide-collection-item-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/DSC00283.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-collection-item-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/DSC00433.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-collection-item-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/DSC00433.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-collection-item-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/DSC00307-min.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-collection-item-copy-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/DSC00283.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bold-text {
  color: hsla(0, 0%, 100%, 0.8);
  font-weight: 500;
}

.bold-text-2 {
  color: hsla(0, 0%, 100%, 0.8);
  font-weight: 500;
}

.gallery {
  display: none;
  padding-top: 0px;
  padding-bottom: 100px;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.gallery-grid-container {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 20px auto;
  grid-template-rows: auto auto;
}

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

.gallery-thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.contact-form {
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-form-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.submit-button-2 {
  background-color: #000;
}

.empty-state-2 {
  background-color: transparent;
}

.empty-state-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.text-label {
  display: block;
  margin-bottom: 10px;
  opacity: 0.7;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.section-2 {
  padding-right: 36px;
  padding-left: 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.paragraph-70 {
  margin-bottom: 10px;
  opacity: 0.7;
}

.headline-grid {
  z-index: 1;
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.size1-text {
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 44px;
  line-height: 52px;
  font-weight: 500;
  white-space: normal;
}

.size1-text.size1-top-clear {
  margin-top: 0px;
}

.wrapper.m0-100 {
  margin-top: 79px;
  padding-bottom: 0px;
}

.wrapper.m50-80 {
  padding-top: 50px;
  padding-bottom: 80px;
}

.headline-wrap-centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.category-detail-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 360px;
  padding-top: 70px;
  padding-bottom: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.category-detail-wrap.all-products-header {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 24, 29, 0.45)), to(rgba(24, 24, 29, 0.45))), url('../images/brad-pearson-S9ts_A3-khk-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(24, 24, 29, 0.45), rgba(24, 24, 29, 0.45)), url('../images/brad-pearson-S9ts_A3-khk-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.product5-nav-items-wrap {
  margin-bottom: 40px;
}

.product5-nav-items-wrap.bottom-nav-items-wrap {
  margin-bottom: 15px;
}

.product5-grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.product5-category-link {
  display: block;
  margin-bottom: 10px;
  color: #18181d;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
}

.product5-category-link:hover {
  opacity: 0.7;
}

.product5-category-link.product5-all-items {
  display: block;
  margin-bottom: 10px;
  color: #f6f7f9;
}

.product5-nav-wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 130px;
  padding-right: 50px;
}

.empty-state-4 {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom: 3px solid #eee;
  background-color: #eee;
  color: #18181d;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.product5-nav-lists {
  margin-top: 20px;
}

.product5-feed-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.content35-top-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button-label {
  font-size: 12px;
  font-weight: 600;
}

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

.button-arrow {
  display: inline-block;
  margin-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.content35-pictures-feed {
  display: -ms-grid;
  display: grid;
  min-height: 273px;
  margin-bottom: 56px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.content35-feed-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.content35-feed-image:hover {
  opacity: 0.8;
}

.content35-feed-image.content35-image1 {
  background-image: url('../images/20190706_SFP_Lifestyle_Accessories_JohnKira_FullRes-125.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.content35-feed-image.content35-image5 {
  background-image: url('../images/20190805_SFP_Lifestyle_OSLOuterwear-124.jpg');
  background-position: 50% 50%;
}

.content35-feed-image.content35-image2 {
  background-image: url('../images/20190706_SFP_Lifestyle_Accessories_JohnKira_FullRes-110.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.content35-feed-image.content35-image4 {
  background-image: url('../images/brooke-cagle-KriecpTIWgY-unsplash.jpg');
}

.content35-feed-image.content35-image6 {
  background-image: url('../images/autri-taheri-WjDU5pKWYeo-unsplash.jpg');
}

.content35-feed-image.content35-image3 {
  background-image: url('../images/clarisse-meyer-5xbdx3TqPnw-unsplash.jpg');
  background-position: 50% 50%;
}

.content35-section-headline {
  margin-bottom: 36px;
}

.content35-headline-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content35-bottom-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 0px;
  background-color: #18181d;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button-small:hover {
  background-color: #272731;
}

.content35-item-label {
  margin-top: -4px;
  opacity: 0.7;
  font-size: 11px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.body-2 {
  background-color: #3a613a;
}

.text-block-7 {
  font-family: Montserrat, sans-serif;
  color: #f6f7f9;
  font-weight: 700;
  letter-spacing: 0.25px;
}

.text-block-7:hover {
  color: #000;
}

.text-block-9 {
  font-family: 'Open Sans', sans-serif;
  color: #f6f7f9;
  letter-spacing: 0.25px;
}

.text-block-9:hover {
  color: #000;
}

.tab {
  margin: 20px 10px;
  padding-right: 20px;
  padding-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #e9e9e9;
  border-radius: 3px;
  background-color: #5b805b;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Montserrat, sans-serif;
  color: #252525;
  font-weight: 700;
}

.tab:hover {
  border-color: #3a613a;
  background-color: #b2ceb2;
  color: #000;
}

.tab.w--current {
  border-color: #3a613a;
  background-color: #5b805b;
  font-family: Montserrat, sans-serif;
  color: #252525;
}

.text-block-6 {
  font-family: Montserrat, sans-serif;
  color: #f6f7f9;
  letter-spacing: 0.25px;
}

.text-block-6:hover {
  color: #000;
}

.product-categories {
  position: relative;
  display: block;
  width: 100%;
  padding: 1rem;
  clear: left;
  background-color: transparent;
}

.container-6 {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.container-6.flex {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -o-object-fit: fill;
  object-fit: fill;
}

.grey-section {
  width: 100%;
  padding-bottom: 2rem;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
}

.text-block-8 {
  color: #f6f7f9;
  font-weight: 700;
  letter-spacing: 0.25px;
}

.text-block-8:hover {
  color: #000;
}

.product-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  padding: 10px 10px 175px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-basis: 33.33%;
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.tabs-menu-2 {
  width: 1181px;
  padding-top: 0px;
  border-top: 1px solid hsla(0, 0%, 60.8%, 0.23);
  text-align: center;
}

.empty-state-5 {
  display: block;
}

.tab-pane-tab-1 {
  overflow: visible;
}

.text-block-10 {
  color: #000;
}

.paragraph-71 {
  color: hsla(0, 0%, 100%, 0.78);
}

.paragraph-72 {
  color: hsla(0, 0%, 100%, 0.78);
}

.paragraph-73 {
  color: hsla(0, 0%, 100%, 0.78);
}

.paragraph-74 {
  color: hsla(0, 0%, 100%, 0.78);
}

.collection-item {
  margin-top: 114px;
}

.collection-item-2 {
  margin-bottom: 130px;
}

.text-block-11 {
  font-size: 30px;
}

.text-block-12 {
  font-size: 30px;
}

.text-block-13 {
  font-size: 30px;
}

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

.text-block-15 {
  font-size: 30px;
}

.title-1-copy {
  margin-top: 0px;
  margin-right: -22px;
  margin-bottom: 0px;
  font-family: Satoshi, sans-serif;
  font-size: 105px;
  line-height: 1.1;
  font-weight: 900;
  text-align: center;
}

.title-1-copy._2 {
  font-size: 80px;
}

.title-1-copy._3 {
  line-height: 0.9;
}

.title-1-copy._4 {
  font-size: 70px;
  text-transform: capitalize;
}

.title-1-copy {
  margin-top: 0px;
  margin-right: 16px;
  margin-bottom: 0px;
  font-family: Satoshi, sans-serif;
  font-size: 116px;
  line-height: 1.1;
  font-weight: 900;
  text-align: center;
  letter-spacing: 20px;
  white-space: normal;
}

.title-1-copy._2 {
  font-size: 80px;
}

.title-1-copy._3 {
  line-height: 0.9;
}

.title-1-copy._4 {
  font-size: 70px;
  text-transform: capitalize;
}

.title-1-copy-copy {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Satoshi, sans-serif;
  font-size: 116px;
  line-height: 1.1;
  font-weight: 900;
  text-align: center;
  letter-spacing: 20px;
  white-space: normal;
}

.title-1-copy-copy._2 {
  font-size: 80px;
}

.title-1-copy-copy._3 {
  line-height: 0.9;
}

.title-1-copy-copy._4 {
  font-size: 70px;
  text-transform: capitalize;
}

.title-1-copy-copy {
  margin-top: 0px;
  margin-right: -22px;
  margin-bottom: 0px;
  font-family: Satoshi, sans-serif;
  font-size: 105px;
  line-height: 1.1;
  font-weight: 900;
  text-align: center;
}

.title-1-copy-copy._2 {
  font-size: 80px;
}

.title-1-copy-copy._3 {
  line-height: 0.9;
}

.title-1-copy-copy._4 {
  font-size: 70px;
  text-transform: capitalize;
}

.title-1-copy-copy-copy {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-top: 40px;
  font-family: Satoshi, sans-serif;
  font-size: 80px;
  line-height: 1.1;
  font-weight: 900;
  text-align: center;
}

.title-1-copy-copy-copy._2 {
  font-size: 80px;
}

.title-1-copy-copy-copy._3 {
  line-height: 0.9;
}

.title-1-copy-copy-copy._4 {
  font-size: 70px;
  text-transform: capitalize;
}

.rotating-text-wrapper {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: center;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  white-space: nowrap;
}

.rotating-text-wrapper.bottom-text {
  left: auto;
  right: 0px;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  justify-items: end;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.dot {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #fff;
}

.dot.large {
  width: 12px;
  height: 12px;
  margin-right: 18px;
  margin-left: 18px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  background-color: transparent;
}

.rotate-heading {
  font-size: 6vw;
  line-height: 1.6em;
  letter-spacing: -0.025em;
  white-space: nowrap;
}

.rotate-text-wrapper {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  white-space: nowrap;
}

.rotate-text-wrapper.bottom-text {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-section {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.hero-section.small {
  min-height: auto;
  padding-top: 220px;
  padding-bottom: 170px;
}

.grid-wrapper {
  position: relative;
  z-index: 20;
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-bottom: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: minmax(auto, 1400px);
  grid-template-columns: minmax(auto, 1400px);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hero-content {
  position: relative;
  z-index: 35;
  overflow: hidden;
  width: 100vw;
  max-width: 100vw;
  padding-bottom: 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  justify-items: end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  color: #fff;
}

.project-banner {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  width: 100%;
  min-height: 700px;
  min-width: 80vw;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.about-hero {
  position: relative;
  z-index: 25;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 800px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about-hero.small {
  min-height: 650px;
}

.four-column {
  position: relative;
  z-index: 25;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.body-display {
  font-family: Montserrat, sans-serif;
  color: #a0a1af;
  font-size: 18px;
  line-height: 1.65em;
  font-weight: 300;
}

.body-display.small {
  color: #f6f7f9;
  font-size: 14px;
}

.body-display.small {
  font-size: 13px;
}

.project-description {
  display: -ms-grid;
  display: grid;
  min-width: 265px;
  padding-right: 60px;
  padding-bottom: 80px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  background-color: rgba(3, 6, 12, 0.5);
}

.hero-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/Comp024.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-background.services-background {
  background-image: url('../images/Screen-Shot-2022-04-16-at-4.03.00-PM.png');
  background-position: 100% 50%;
}

.grain {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-image: url('../images/noise.gif');
  background-position: 50% 50%;
  background-size: auto;
  opacity: 0.02;
}

.grain.in-element {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  width: 100vw;
  height: 100vh;
  min-height: 100%;
}

.grain-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-description {
  display: -ms-grid;
  display: grid;
  padding-left: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
}

.subtitle {
  position: relative;
  z-index: 10;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.service-title {
  display: -ms-grid;
  display: grid;
  padding-right: 72px;
  padding-left: 60px;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-right: 1px solid hsla(0, 0%, 100%, 0.1);
}

.heading {
  line-height: 1.3em;
}

.heading.large {
  font-size: 52px;
}

.service-list {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-top: 1px none hsla(0, 0%, 100%, 0.1);
}

.service-icon-image {
  position: relative;
  z-index: 25;
  max-width: 132%;
}

.service-icon {
  position: absolute;
  left: 0%;
  top: 20px;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 60px;
  height: 60px;
  padding: 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.1);
  border-radius: 100%;
  background-color: #161a20;
}

.service-list-item {
  position: relative;
  display: -ms-grid;
  display: grid;
  min-height: 275px;
  padding-top: 80px;
  padding-right: 0px;
  padding-bottom: 80px;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
  border-bottom: 1px none hsla(0, 0%, 100%, 0.1);
}

.service-list-item.bottom {
  padding-bottom: 0px;
}

.section-3 {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 170px;
  padding-bottom: 170px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-3.no-clip {
  overflow: visible;
}

.section-3.no-clip.no-bottom-padding {
  margin-bottom: 140px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.project-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.project-item:nth-child(even) {
  margin-right: -9px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.project-grid-2 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 170px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.sticky-circle {
  position: -webkit-sticky;
  position: sticky;
  bottom: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 120px;
  margin-top: 355px;
  padding-left: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.1);
  border-radius: 100%;
  color: #fff;
  font-size: 11px;
  letter-spacing: 4px;
  text-decoration: none;
  text-transform: uppercase;
}

.outline-clip {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.outline-clip.bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.outline-clip.top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

.outline-circle-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  width: 120px;
  height: 120px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.circle-link-text {
  position: relative;
  z-index: 20;
}

.left-sidebar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.outline-circle {
  width: 120px;
  height: 120px;
  min-height: 120px;
  min-width: 120px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 100%;
}

.speaker-slider-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.speaker-info {
  max-width: 500px;
  margin-bottom: 36px;
}

.clip-text {
  overflow: hidden;
}

.clip-text.speaker-headding {
  margin-top: -48px;
  margin-bottom: 36px;
}

.speaker-image-cover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 101%;
  background-image: url('../images/blog02.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
  cursor: pointer;
}

.body-display-2 {
  color: #8a94a6;
  line-height: 1.55em;
}

.body-display-2.large {
  margin-right: 32px;
  color: #d7dbe2;
  font-size: 18px;
  line-height: 1.6em;
}

.speaker-slide-mask {
  overflow: visible;
  width: 33.33%;
}

.section-4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-4.home-hero-section {
  overflow: hidden;
  min-height: 100vh;
  padding: 0px 0vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.speaker-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 101%;
  margin-right: auto;
  margin-left: auto;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.speaker-image.six {
  background-image: url('../images/Screen-Shot-2022-04-16-at-4.25.35-PM.png');
  background-position: 50% 0%;
}

.speaker-image.one {
  background-image: url('../images/PEPE-Jar--Bottle-Marbel-Floor.png');
}

.speaker-image.two {
  background-image: url('../images/Screen-Shot-2022-04-16-at-4.25.35-PM.png');
}

.speaker-image.three {
  margin-right: 0px;
  background-image: url('../images/PEPE-Jar--Bottle-Marbel-Floor.png');
  background-position: 100% 0%;
}

.speaker-image.four {
  background-image: url('../images/Screen-Shot-2022-04-16-at-4.25.35-PM.png');
  background-position: 50% 0%;
}

.speaker-image.five {
  width: 101%;
  background-image: url('../images/Portrait006.jpg');
  background-position: 0% 0%;
}

.speakers-hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.slide-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 65vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.speaker-slide-content {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-bottom: 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.speaker-name {
  position: relative;
  z-index: 10;
  font-size: 64px;
}

.slide-arrow {
  width: 18px;
}

.speaker-arrow {
  left: auto;
  top: auto;
  right: 5vw;
  bottom: 5vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.04);
  border-radius: 100px;
  background-color: #1e2029;
}

.speaker-arrow.left {
  left: auto;
  right: 5vw;
  margin-right: 72px;
}

.button-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 100px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.speaker-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
}

.slide-collection-item-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/DSC00250.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-collection-item-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/DSC00250.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-collection-item-copy-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/DSC00250.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-collection-item-copy-copy-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/DSC00250.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-collection-item-copy-copy-copy-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/Screen-Shot-2022-04-24-at-11.14.24-PM-min.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image {
  margin-top: 0px;
}

.top-part-copy {
  position: relative;
  display: -ms-grid;
  display: grid;
  margin-top: -200px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 3.5fr 1fr;
  grid-template-columns: 3.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.top-part-copy.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.top-part-copy._2 {
  display: none;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.top-part-copy._1 {
  margin-top: -89px;
}

.heading-3 {
  text-transform: lowercase;
}

.slide-collection-item-copy-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/DSC00307-min.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-collection-item-copy-copy-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/DSC00307-min.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-collection-item-copy-copy-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/CD19A68B-81DF-4531-AFB0-084D75FF1D3E.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-collection-item-copy-copy-copy-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.slide-collection-item-copy-copy-copy-copy-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/Screen-Shot-2022-04-24-at-11.14.24-PM-min.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-collection-item-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/Screen-Shot-2022-04-24-at-11.14.24-PM-min.png');
}

.slide-collection-item-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/DSC00250.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-collection-item-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/DSC00307-min.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-collection-item-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/DSC00250.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-collection-item-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/DSC00250.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-collection-item-copy-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/DSC00250.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-collection-item-copy-copy-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/CD19A68B-81DF-4531-AFB0-084D75FF1D3E.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-collection-list-copy {
  width: 100%;
  height: 100%;
}

.slide-collection-item-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/Screen-Shot-2022-04-24-at-11.14.24-PM-min.png');
}

.slide-collection-item-copy-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/DSC00307-min.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-collection-item-copy-copy-copy-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/150-Nantucket-2-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-collection-item-copy-copy-copy-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/CD19A68B-81DF-4531-AFB0-084D75FF1D3E.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-collection-item-copy-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/Screen-Shot-2022-04-24-at-11.14.24-PM-min.png');
}

.slide-collection-list-copy {
  width: 100%;
  height: 100%;
}

.slide-collection-list-copy-copy {
  width: 100%;
  height: 100%;
}

.slide-collection-item-copy-copy-copy-copy-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/150-Nantucket-2-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-collection-item-new3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/DSC00250.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-collection-item-copy-copy-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/DSC00307-min.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-collection-item-copy-copy-copy-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/DSC00307-min.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-collection-item-copy-copy-copy-copy-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/DSC00307-min.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-collection-item-copy-copy-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/Screen-Shot-2022-04-24-at-11.14.24-PM-min.png');
}

.slide-collection-item-copy-copy-copy-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/Screen-Shot-2022-04-24-at-11.14.24-PM-min.png');
}

.slide-collection-item-copy-copy-copy-copy-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/Screen-Shot-2022-04-24-at-11.14.24-PM-min.png');
}

.slide-collection-item-new3-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/Screen-Shot-2022-04-24-at-11.14.24-PM-min.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-collection-item-new3-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/DSC00250.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-collection-item-new3-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/DSC00307-min.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-collection-item-new3-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/fixedgreener.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-collection-item-new3-copy-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/DSC00307-min.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-collection-item-new3-copy-copy-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/CD19A68B-81DF-4531-AFB0-084D75FF1D3E.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-collection-item-new3-copy-copy-copy-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/150-Nantucket-2-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.top-part-copy-copy {
  position: relative;
  display: -ms-grid;
  display: grid;
  margin-top: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 3.5fr 1fr;
  grid-template-columns: 3.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 1px solid #f6f7f9;
  border-bottom: 1px solid #f6f7f9;
}

.top-part-copy-copy.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.top-part-copy-copy._2 {
  display: none;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.top-part-copy-copy._1 {
  margin-top: -89px;
}

.top-part-copy {
  position: relative;
  display: -ms-grid;
  display: grid;
  margin-top: 32px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 3.5fr 1fr;
  grid-template-columns: 3.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.top-part-copy.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.top-part-copy._2 {
  display: none;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.top-part-copy._1 {
  margin-top: 0px;
}

.gallery-2 {
  display: block;
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-4 {
  padding-bottom: 56px;
  font-size: 55px;
  line-height: 55px;
}

.bold-text-3 {
  text-transform: lowercase;
}

.bold-text-4 {
  text-transform: lowercase;
}

.bold-text-5 {
  text-transform: lowercase;
}

.bold-text-6 {
  text-transform: lowercase;
}

.bold-text-7 {
  text-transform: lowercase;
}

.heading-5 {
  text-transform: lowercase;
}

.button-cta {
  padding: 17px 26px;
  border-style: solid;
  border-width: 1px;
  border-color: #3a613a;
  border-radius: 2px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #3a613a;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-cta:hover {
  background-color: #fff;
  color: #000;
}

.button-cta.full {
  width: 100%;
}

.button-cta.discount {
  width: 100%;
  height: 50px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.button-cta._2 {
  background-color: #fff;
  color: #000;
}

.button-cta._2:hover {
  background-color: transparent;
  color: #fff;
}

.subhead-copy {
  margin-top: -19px;
  color: #3a613a;
  font-size: 22px;
  line-height: 25px;
  font-weight: 500;
  text-align: center;
}

.subhead-copy._2 {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  color: hsla(0, 0%, 100%, 0.97);
  font-size: 30px;
  line-height: 33px;
  font-weight: 400;
}

.subhead-copy._3 {
  color: #3a613a;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
}

.container-cta {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 140px;
  margin-left: auto;
  padding-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-cta.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-cta._2 {
  max-width: 640px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 40px;
  border-style: solid;
  border-width: 2px;
  border-color: #5b805b;
  border-radius: 0px;
}

.container-cta.for-footer {
  max-width: 90%;
}

.container-cta._3 {
  max-width: 940px;
}

.top-part-2 {
  position: relative;
  display: -ms-grid;
  display: grid;
  margin-top: 32px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 3.5fr 1fr;
  grid-template-columns: 3.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 1px solid #3a613a;
  border-bottom: 1px solid #3a613a;
}

.top-part-2.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.top-part-2._2 {
  display: none;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.top-part-2._1 {
  margin-top: 0px;
}

.top-part-2.toplines {
  border-top-color: #f6f7f9;
  border-bottom-style: solid;
  border-bottom-color: #f6f7f9;
}

.top-part-new {
  position: relative;
  display: block;
  margin-top: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 3.5fr 1fr;
  grid-template-columns: 3.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

.top-part-new.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
  margin-top: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.top-part-new._2 {
  display: none;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.top-part-new._1 {
  margin-top: 0px;
}

.collection-item-4 {
  -o-object-fit: fill;
  object-fit: fill;
}

.section-white {
  padding: 120px 5%;
}

.section-white.checkout {
  padding-top: 150px;
  background-color: transparent;
}

.section-white.animation {
  padding-top: 11px;
  padding-bottom: 0px;
}

.section-white.animation._2 {
  padding-top: 54px;
  padding-bottom: 0px;
  font-size: 13px;
}

.section-white.animation._3 {
  display: none;
  padding-bottom: 50px;
}

.section-white.animation._4 {
  margin-top: -165px;
  padding-top: 60px;
}

.section-white.logo {
  overflow: hidden;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.section-white.blog-page {
  padding-top: 180px;
}

.section-white.project-page {
  padding-top: 0px;
}

.left-heading-white {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #3a613a;
}

.left-heading-white.right-line {
  text-align: right;
}

.left-heading-white._2 {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

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

.top-line-white._2 {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.top-line-white._3 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 1px;
  height: 100%;
}

.top-line-white._4 {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.top-line-white._5 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 1px;
  height: 100%;
}

.top-line-white._6 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 1px;
  height: 100%;
}

.top-line-white._7 {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.top-line-white._8 {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.top-line-white._9 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 1px;
  height: 100%;
  background-color: #3a613a;
}

.top-line-white._7-copy {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: #3a613a;
}

.top-line-white._8-copy {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  background-color: #3a613a;
}

.subhead-copy {
  margin-top: -19px;
  color: snow;
  font-size: 22px;
  line-height: 25px;
  font-weight: 500;
}

.subhead-copy._2 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  color: hsla(0, 0%, 100%, 0.97);
  font-size: 30px;
  line-height: 33px;
  font-weight: 400;
}

.subhead-copy._3 {
  color: #3a613a;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
}

.subhead-copy._2-copy {
  width: 100%;
  margin: 0px auto;
  padding-top: 20px;
  padding-bottom: 10px;
  color: #3a613a;
  font-size: 22px;
  line-height: 25px;
  font-weight: 400;
  text-align: left;
}

.intouch-mobile {
  display: block;
  margin-top: -19px;
  color: #3a613a;
  font-size: 22px;
  line-height: 25px;
  font-weight: 500;
  text-align: center;
}

.intouch-mobile._2 {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  color: hsla(0, 0%, 100%, 0.97);
  font-size: 30px;
  line-height: 33px;
  font-weight: 400;
}

.intouch-mobile._3 {
  color: #3a613a;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
}

.section-copy {
  padding: 120px 5%;
}

.section-copy.checkout {
  padding-top: 150px;
  background-color: transparent;
}

.section-copy.animation {
  padding: 40px 0%;
  background-color: #e6eae1;
}

.section-copy.animation._2 {
  padding-top: 54px;
  padding-bottom: 10px;
  background-color: #e6eae1;
  color: #5b805b;
  font-size: 13px;
}

.section-copy.animation._3 {
  display: none;
  padding-bottom: 50px;
}

.section-copy.animation._4 {
  margin-top: -165px;
  padding-top: 60px;
}

.section-copy.logo {
  overflow: hidden;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.section-copy.blog-page {
  padding-top: 180px;
}

.section-copy.project-page {
  padding-top: 0px;
}

.title-1-copy {
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  padding-left: 0px;
  font-family: Satoshi, sans-serif;
  color: #3a613a;
  font-size: 55px;
  line-height: 1.1;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
  text-transform: lowercase;
  white-space: normal;
}

.title-1-copy._2 {
  font-size: 80px;
}

.title-1-copy._3 {
  line-height: 0.9;
}

.title-1-copy._4 {
  font-size: 70px;
  text-transform: capitalize;
}

.title-2-copy {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #3a613a;
  font-size: 55px;
  line-height: 1;
  font-weight: 700;
  text-transform: lowercase;
}

.container-copy {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 140px;
  margin-left: auto;
  padding-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-copy.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-copy._2 {
  max-width: 640px;
  margin-top: 140px;
  padding: 40px;
  border-style: solid;
  border-width: 2px;
  border-color: #5b805b;
  border-radius: 0px;
}

.container-copy.for-footer {
  max-width: 90%;
}

.container-copy._3 {
  max-width: 940px;
}

.photo-copy {
  width: 100%;
  height: 100%;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.collection-list-wrapper-2 {
  display: block;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.title-1-new {
  margin-top: 0px;
  margin-right: 156px;
  margin-bottom: 0px;
  padding-left: 22px;
  font-family: Satoshi, sans-serif;
  font-size: 55px;
  line-height: 1.1;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
  text-transform: lowercase;
  white-space: normal;
}

.title-1-new._2 {
  font-size: 80px;
}

.title-1-new._3 {
  line-height: 0.9;
  text-align: left;
}

.title-1-new._4 {
  font-size: 70px;
  text-transform: capitalize;
}

.high-content-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 270px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #fff;
  background-color: #e6eae1;
  color: #3a613a;
}

.high-title-copy {
  margin-top: 16px;
  color: #3a613a;
  font-size: 20px;
  font-weight: 700;
}

.paragraph-copy {
  color: #3a613a;
  font-weight: 500;
}

.text-block-16 {
  color: #3a613a;
}

.line-copy {
  width: 100%;
  height: 1px;
  margin-top: 1px;
  background-color: #3a613a;
  color: #3a613a;
}

.text-block-17 {
  color: #3a613a;
}

.text-block-18 {
  color: #3a613a;
}

.text-block-19 {
  color: #3a613a;
}

.project-grid-copy {
  display: block;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 14px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-copy {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: solid;
  border-width: 1.5px;
  border-color: #e6eae1;
  background-color: #3a613a;
}

.container-copy.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-copy._2 {
  max-width: 640px;
  margin-top: 140px;
  padding: 40px;
  border-style: solid;
  border-width: 2px;
  border-color: #5b805b;
  border-radius: 0px;
}

.container-copy.for-footer {
  max-width: 90%;
}

.container-copy._3 {
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
}

.align-center-copy {
  display: block;
  max-width: none;
  margin-top: 40px;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: ". Area";
  -ms-grid-columns: 0.5fr 16px 0.75fr;
  grid-template-columns: 0.5fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #f6f7f9;
  border-radius: 0px;
  text-align: center;
}

.margin-60px-copy {
  display: block;
  margin-top: 20px;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.grid {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.our-mission-text {
  display: -ms-grid;
  display: grid;
  margin-top: 60px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.paragraph-76 {
  margin-top: 20px;
  padding-left: 40px;
  color: #3a613a;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
}

.intouch-2 {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #3a613a;
  font-size: 22px;
}

.section-5 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.grid-2 {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.aboutus-section {
  max-width: 1366px;
  padding-top: 140px;
}

.top-part-branch {
  position: relative;
  display: block;
  margin-top: 0px;
  margin-bottom: 100px;
  padding-top: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 3.5fr 1fr;
  grid-template-columns: 3.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.top-part-branch.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.top-part-branch._2 {
  display: none;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.top-part-branch._1 {
  margin-top: 0px;
}

.container-8 {
  padding-bottom: 100px;
}

.div-block-2 {
  width: 1px;
  background-color: #3a613a;
  color: #3a613a;
}

.green-left-heading {
  outline-color: #5b805b;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
}

.buttonwhite {
  padding: 17px 26px;
  border-style: solid;
  border-width: 1px;
  border-color: #f6f7f9;
  background-color: transparent;
  font-size: 16px;
  font-weight: 900;
}

.buttonwhite:hover {
  background-color: #f6f7f9;
  color: #3a613a;
}

.white-left-heading {
  border-top: 1px none #f6f7f9;
  border-right: 1px solid #f6f7f9;
  border-bottom: 1px none #f6f7f9;
}

.bold-text-8 {
  font-size: 20px;
}

.collection-item-5 {
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-3 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 1px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1.25fr;
  grid-template-rows: 1.25fr;
}

.image-2 {
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-3 {
  height: 100%;
}

.image-4 {
  max-width: 100%;
  margin: 20px 0px 0px;
  padding-left: 0px;
}

.link-block-2 {
  max-width: 80%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.link-block-3 {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.link-block-4 {
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.link-block-4.as1 {
  margin-bottom: 15px;
}

.container-15 {
  padding-top: 0px;
}

.section-7 {
  padding-top: 140px;
}

.section-8 {
  padding-top: 140px;
}

.section-9 {
  padding-top: 140px;
}

.section-10 {
  padding-top: 140px;
}

.section-11 {
  padding-top: 140px;
  padding-bottom: 40px;
}

.div-block-4 {
  padding-top: 0px;
}

.container-24 {
  max-width: 100%;
}

.image10 {
  margin-top: 10px;
}

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

.images-cms {
  display: none;
}

.container-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1250px;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hero-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 38px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.stack-image {
  position: absolute;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 0.1875rem;
  border-color: #fff;
  border-top-left-radius: 8rem;
  border-bottom-right-radius: 8rem;
  box-shadow: 4px 4px 20px 3px rgba(0, 0, 0, 0.23);
  -webkit-transition: right 600ms ease-out, left 600ms ease-out, opacity 275ms ease, z-Index 425ms ease-out, -webkit-transform 600ms ease-out;
  transition: right 600ms ease-out, left 600ms ease-out, opacity 275ms ease, z-Index 425ms ease-out, -webkit-transform 600ms ease-out;
  transition: transform 600ms ease-out, right 600ms ease-out, left 600ms ease-out, opacity 275ms ease, z-Index 425ms ease-out;
  transition: transform 600ms ease-out, right 600ms ease-out, left 600ms ease-out, opacity 275ms ease, z-Index 425ms ease-out, -webkit-transform 600ms ease-out;
  -o-object-fit: cover;
  object-fit: cover;
}

.stack-image.stack-2 {
  left: 15%;
  top: 1%;
  z-index: -1;
  opacity: 1;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.stack-image.stack-3 {
  left: 27%;
  top: 1%;
  z-index: -3;
  opacity: 1;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.location-cms {
  display: none;
  width: 100%;
}

.slider-right-button {
  -webkit-transition: -webkit-transform 425ms ease;
  transition: -webkit-transform 425ms ease;
  transition: transform 425ms ease;
  transition: transform 425ms ease, -webkit-transform 425ms ease;
  font-style: italic;
  cursor: pointer;
}

.slider-right-button:hover {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.location-description {
  font-size: 1.1rem;
  line-height: 1.7;
  font-weight: 400;
  letter-spacing: 0.0625rem;
}

.section-slider {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  margin-top: 29px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eff3fe;
  color: #171270;
}

.location-title {
  display: inline;
  font-size: 5.9rem;
  line-height: 1.06;
  font-weight: 600;
  letter-spacing: 0.125rem;
  text-transform: capitalize;
}

.location-title.light {
  color: rgba(23, 18, 112, 0.47);
  font-weight: 400;
}

.image-stack-wrapper {
  position: relative;
  right: auto;
  z-index: 1;
  width: 100%;
  padding-top: 130%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.hero-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.locations-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
}

.bg {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 50%;
  height: 100%;
  background-color: #0e145d;
}

.bg._3 {
  z-index: -3;
  width: 52%;
  background-color: rgba(14, 20, 93, 0.07);
}

.bg._2 {
  z-index: -2;
  width: 51%;
  background-color: #babed7;
}

.hero-content-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 7vw;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.slider-left-button {
  -webkit-transition: -webkit-transform 425ms ease;
  transition: -webkit-transform 425ms ease;
  transition: transform 425ms ease;
  transition: transform 425ms ease, -webkit-transform 425ms ease;
  cursor: pointer;
}

.slider-left-button:hover {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.location-button {
  margin-top: 1.5rem;
  padding: 1.2375rem 1.6rem;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  background-color: #0e145d;
  box-shadow: 5px 5px 0 0 rgba(14, 20, 93, 0.1);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
}

.slider-nav {
  position: absolute;
  left: auto;
  top: auto;
  right: -8%;
  bottom: 6%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6.25rem;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-column-gap: 30px;
  color: #fff;
  font-size: 1.875rem;
}

.location-title-wrapper {
  margin-bottom: 1.6rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-13 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  min-height: 1000px;
  padding-top: 140px;
  padding-bottom: 140px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #202020;
  -webkit-transition: background-color 500ms ease-out;
  transition: background-color 500ms ease-out;
  color: #fdfce5;
}

.card-stack-wrapper {
  position: relative;
  height: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.stack-image-2 {
  position: absolute;
  left: -20%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 5px;
  border-color: #fdfce4;
  border-radius: 100px;
  -webkit-transition: right 600ms ease-out, left 600ms ease-out, opacity 275ms ease, z-Index 425ms ease-out, -webkit-transform 600ms ease-out;
  transition: right 600ms ease-out, left 600ms ease-out, opacity 275ms ease, z-Index 425ms ease-out, -webkit-transform 600ms ease-out;
  transition: transform 600ms ease-out, right 600ms ease-out, left 600ms ease-out, opacity 275ms ease, z-Index 425ms ease-out;
  transition: transform 600ms ease-out, right 600ms ease-out, left 600ms ease-out, opacity 275ms ease, z-Index 425ms ease-out, -webkit-transform 600ms ease-out;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.stack-image-2.stack-1 {
  left: -3%;
  opacity: 1;
}

.stack-image-2.stack-3 {
  left: 27%;
  top: 1%;
  z-index: -3;
  opacity: 1;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.stack-image-2.stack-2 {
  left: 15%;
  top: 1%;
  z-index: -1;
  opacity: 1;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.button-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 300px;
  height: 300px;
  border-style: solid;
  border-width: 2px;
  border-color: #fdfce4;
  border-radius: 0px;
  background-color: #fdfce4;
  -webkit-transform: translate(-57px, 32%);
  -ms-transform: translate(-57px, 32%);
  transform: translate(-57px, 32%);
  -webkit-transition: border-radius 975ms ease-out;
  transition: border-radius 975ms ease-out;
}

.button-bg.active {
  margin-right: auto;
  margin-left: auto;
  border-radius: 30000px;
}

.heading-1 {
  font-size: 65px;
  line-height: 1.2;
  font-weight: 500;
}

.heading-1.smaller {
  margin-top: 0px;
  margin-bottom: 25px;
  -webkit-transition: all 475ms ease-out;
  transition: all 475ms ease-out;
  font-size: 70px;
  line-height: 1.4;
  font-weight: 400;
}

.slide-count-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 4px;
  font-size: 18px;
}

.qf-text {
  margin-left: 10px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.made-for-community {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-line {
  width: 15px;
  height: 2px;
  background-color: #fff;
  opacity: 0.2;
  -webkit-transition: opacity 425ms ease-out;
  transition: opacity 425ms ease-out;
}

.slide-line.black {
  width: 33.333333333333336%;
  height: 100%;
  border-radius: 2000px;
  background-color: #e2e2e2;
  -webkit-transition: opacity 325ms ease-out;
  transition: opacity 325ms ease-out;
}

.slide-line.black.current {
  background-color: #fdfce4;
  opacity: 1;
}

.button-4 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 175px;
  height: 50px;
  margin-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #fdfce4;
  border-radius: 1000px;
  font-family: Lato, sans-serif;
  color: #fdfce4;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
}

.image-5 {
  position: absolute;
  left: -2%;
  top: 4%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 110%;
  height: 100%;
  opacity: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.our-work-card-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}

._wf-logo {
  width: 30px;
  height: 30px;
}

.slide-line-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fdfce4;
  border-radius: 1000px;
}

.container-26 {
  width: 100%;
  max-width: 1250px;
  padding-right: 30px;
  padding-left: 30px;
}

.container-26.horizontal-ends {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container-26.horizontal-ends.centered {
  position: relative;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0vw;
  grid-row-gap: 100px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.hero-content-wrapper {
  width: 100%;
}

.paragraph-77 {
  font-family: Lato, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

.collection-list-wrapper-3 {
  display: none;
}

.html-embed {
  display: none;
}

.div-block-6 {
  position: relative;
  left: 0%;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 3;
  overflow: visible;
  width: 400px;
  height: 70%;
  margin-left: -191px;
  -webkit-transform: rotate(-17deg);
  -ms-transform: rotate(-17deg);
  transform: rotate(-17deg);
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 400px;
  margin-top: 95px;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-3 {
  position: relative;
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
}

.left-arrow {
  left: auto;
  top: auto;
  right: 100px;
  bottom: 0%;
  height: 60px;
}

.div-block-17 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  background-color: #fff;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70%;
  max-width: 56%;
  margin-top: 850px;
  margin-left: 89px;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.slide-nav {
  display: none;
}

.text-block-4 {
  position: static;
  display: none;
  margin-top: 15px;
  margin-left: 15px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
}

.link-block-5 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 65px;
  margin-top: 130px;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  text-decoration: none;
}

.div-block-16 {
  position: absolute;
  right: -31%;
  bottom: 5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-bottom: 13px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-12 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: block;
  background-color: #000;
}

.slider {
  height: 100vh;
}

.icon-2 {
  background-color: transparent;
}

.text-block-2 {
  margin-left: 41px;
  padding-right: 0px;
  font-family: Satoshi, sans-serif;
  color: #080808;
  font-size: 100px;
  line-height: 100px;
  font-weight: 900;
}

.div-block-13 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
}

.right-arrow {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 60px;
}

.div-block-19 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 100%;
  background-color: #3a613a;
}

.image-6 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  -webkit-transform: rotate(-14deg);
  -ms-transform: rotate(-14deg);
  transform: rotate(-14deg);
}

.div-block-15 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: hidden;
}

.div-block-7 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-20 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 70%;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}

.text-block-5 {
  position: static;
  margin-bottom: 79px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-family: Lato, sans-serif;
  color: #fff;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 3px;
  white-space: nowrap;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-6 {
  width: 40px;
  height: 40px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: transparent;
  font-style: normal;
  text-decoration: none;
}

.div-block-11 {
  overflow: hidden;
  color: #000;
}

.paragraph-78 {
  margin-top: 20px;
  margin-left: 24px;
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 10px;
}

.div-block-9 {
  width: 1px;
  height: 100px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #fff;
}

.image-7 {
  position: relative;
  left: 0px;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: block;
  width: auto;
  height: 100%;
  max-width: none;
  background-image: url('../images/150-Nantucket-2-min.jpg');
  background-position: 0px 0px;
  background-size: 125px;
}

.div-block-22 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  height: 60px;
  background-color: #000;
}

.text-block {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 150px;
  line-height: 100px;
  font-weight: 100;
}

.div-block-6-copy {
  position: relative;
  left: 0%;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 3;
  overflow: visible;
  width: 400px;
  height: 70%;
  margin-left: -191px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.image-6-copy {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  margin-top: -35px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.text-block-2-copy {
  margin-left: 41px;
  padding-right: 0px;
  font-family: Satoshi, sans-serif;
  color: #080808;
  font-size: 100px;
  line-height: 100px;
  font-weight: 900;
}

.title-1-copy {
  height: 100%;
  margin: 0px auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0px;
  border-right: 1px none #f6f7f9;
  font-family: Satoshi, sans-serif;
  font-size: 72px;
  line-height: 1.1;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
  text-transform: lowercase;
  white-space: normal;
}

.title-1-copy._2 {
  font-size: 80px;
}

.title-1-copy._3 {
  line-height: 0.9;
}

.title-1-copy._4 {
  font-size: 70px;
  text-transform: capitalize;
}

.title-1-copy.branches {
  border-right-style: none;
}

.title-1-copy.letsbe {
  border-right-style: none;
}

.title-1-copy.projecttitle {
  border-right-style: solid;
}

.title-1-copy-copy {
  height: 100%;
  margin: 0px auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0px;
  border-right: 1px none #f6f7f9;
  font-family: Satoshi, sans-serif;
  font-size: 74px;
  line-height: 1.1;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
  text-transform: lowercase;
  white-space: normal;
}

.title-1-copy-copy._2 {
  font-size: 80px;
}

.title-1-copy-copy._3 {
  line-height: 0.9;
}

.title-1-copy-copy._4 {
  font-size: 70px;
  text-transform: capitalize;
}

.title-1-copy-copy.branches {
  border-right-style: none;
}

.title-1-copy-copy.letsbe {
  border-right-style: none;
}

.title-1-copy-copy.projecttitle {
  border-right-style: solid;
}

.image-8 {
  height: auto;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.link-block-7 {
  padding-left: 80px;
}

.home-video-wrap {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  -webkit-perspective: 922px;
  perspective: 922px;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.play-btn {
  position: relative;
  max-width: 120px;
  min-height: 120px;
  min-width: 120px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  background-image: url('../images/np_play_75071_FFFFFF.png');
  background-position: 50% 50%;
  background-size: 80px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease, opacity 200ms ease;
  transition: background-color 200ms ease, opacity 200ms ease;
}

.floating-masthead1 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: auto;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: perspective(373px);
  transform: perspective(373px);
}

.video-lightbox {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: 0%;
  z-index: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.home-bkg-video {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 90vw;
  height: 90vh;
  margin-top: 5vh;
  margin-left: 5vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.video-hover-annimation {
  min-height: 100vh;
}

.subheading-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.video-hover-hero {
  position: relative;
  z-index: 6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 0px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
}

.div-block-59 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.subheading {
  margin-right: 0px;
  margin-left: 0px;
  color: #fff;
  font-size: 24px;
  line-height: 130%;
  text-align: left;
}

.subheading.center {
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 20px;
  padding-left: 20px;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
}

.masthead {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.home-gradient-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  opacity: 1;
}

.text-span {
  letter-spacing: 14px;
}

.h1 {
  z-index: 500;
  -webkit-transform: perspective(804px);
  transform: perspective(804px);
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 6em;
  font-weight: 800;
  text-align: left;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.h1.center {
  line-height: 100%;
  text-align: center;
  letter-spacing: 5px;
}

.page-nav-header {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 90;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 102px;
  padding-right: 2.4rem;
  padding-left: 2.4rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #313131;
  background-color: #000;
}

.nav-header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-logo {
  width: 60px;
  margin-right: 0.8rem;
}

.simple-nav-header {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #f8f8f8;
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
}

.scroll-down-wrap {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-right: 5vw;
  padding-bottom: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.46;
  color: #fff;
}

.stage-btn-back {
  position: absolute;
  left: -100%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  border-radius: 999em;
  background-color: #bda13e;
}

.home-hero-header {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 5.5rem;
  line-height: 0.9;
  font-weight: 900;
  text-transform: uppercase;
}

.home-hero-header.outline {
  font-family: 'Open Sans', sans-serif;
}

.stage-btn-text {
  position: relative;
  z-index: 1;
  margin-right: 14px;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.stage-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 1.1em 3.1em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #bdbdbd;
  border-radius: 999em;
  background-color: transparent;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  color: #fff;
  font-size: 1em;
  line-height: 1;
  font-weight: 500;
  text-decoration: none;
}

.hero-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(31, 31, 31, 0.42);
}

.home-hero-section {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fcfcfc;
}

.home-hero-text-wrap {
  position: absolute;
  left: 5rem;
  top: auto;
  right: auto;
  bottom: 5rem;
  z-index: 15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.scroll-down-lottie {
  position: relative;
  width: 30px;
}

.stage-button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.stage-button-wrap.margin-top {
  margin-top: 1rem;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.thin-hero-header-2 {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 5px;
  text-transform: uppercase;
}

@media screen and (min-width: 1280px) {
  .title-1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .title-2.medicalabout {
    border-right-color: #f6f7f9;
  }

  .menu {
    display: none;
  }

  .hero {
    position: relative;
  }

  .top-part {
    -ms-grid-columns: 3.5fr 1fr;
    grid-template-columns: 3.5fr 1fr;
  }

  .slide-collection-list-wrapper {
    width: 60%;
    height: 60vh;
  }

  .text-block-11 {
    font-size: 27px;
  }

  .text-block-12 {
    font-size: 27px;
  }

  .text-block-13 {
    font-size: 27px;
  }

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

  .text-block-15 {
    font-size: 27px;
  }

  .body-display.small {
    font-size: 19px;
  }

  .body-display.small {
    font-size: 13px;
  }

  .project-description {
    min-width: 275px;
  }

  .hero-background.services-background {
    height: 500px;
    background-image: none;
  }

  .service-description {
    padding-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .section-3.no-clip.no-bottom-padding {
    margin-top: -200px;
  }

  .video {
    height: 750px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .heading-3 {
    font-size: 31px;
    line-height: 31px;
  }

  .slide-collection-item-new3 {
    width: 100%;
    height: 100%;
    margin: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .subhead-copy._2-copy {
    font-size: 20px;
  }

  .section-5 {
    margin-bottom: 0px;
  }

  .title-1-copy {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .title-1-copy-copy {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    display: block;
  }

  .body-content {
    margin-top: 6px;
    padding-top: 140px;
  }

  .section.animationn.medicalsaintabout {
    padding-top: 40px;
  }

  .section.logo {
    padding-top: 100px;
  }

  .title-1 {
    border-left: 1px none #f6f7f9;
  }

  .title-1._4 {
    border-left-style: none;
  }

  .title-2 {
    font-size: 70px;
  }

  .title-2.medicalabout {
    font-size: 55px;
  }

  .hero {
    padding-top: 0px;
    border-top-color: #fff;
  }

  .hero.inner {
    margin-bottom: 0px;
    padding-top: 630px;
    padding-bottom: 480px;
  }

  .scroll-down-link._2 {
    display: none;
  }

  .top-part.sticky {
    margin-top: 44px;
  }

  .subhead._2 {
    font-size: 22px;
    line-height: 24px;
  }

  .project-grid {
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .photo {
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .testiomonials-photo {
    background-image: url('../images/tree1.png');
  }

  .testiomonials-photo._2 {
    background-image: url('../images/tree2.png');
  }

  .testiomonials-photo._3 {
    background-image: url('../images/tree3.png');
  }

  .project-content {
    max-width: 100%;
  }

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

  .main-slider {
    margin-bottom: 25px;
  }

  .slide-collection-item-copy-copy {
    background-image: url('../images/DSC00283.JPG');
  }

  .slide-collection-item-copy-copy-copy {
    background-image: url('../images/DSC00307-min.JPG');
  }

  .title-1-copy-copy {
    border-right: 1px solid #fff;
    font-size: 125px;
    line-height: 0.9;
    text-align: left;
    letter-spacing: 2px;
  }

  .project-description {
    min-width: 290px;
  }

  .service-icon {
    width: 70px;
    height: 70px;
  }

  .speaker-image-cover {
    display: none;
  }

  .section-4.home-hero-section {
    min-height: 60vh;
  }

  .speaker-image.six {
    background-image: url('../images/Sensitiva-63-min.jpg');
    background-position: 50% 100%;
  }

  .speaker-image.three {
    background-image: url('../images/frontlabelmockup-min.png');
  }

  .speaker-image.four {
    background-image: url('../images/Sensitiva-51-min.jpg');
  }

  .speaker-image.five {
    background-image: url('../images/strawberrymockup01-min.png');
  }

  .slide-collection-item-copy-copy-copy-copy-copy {
    background-image: url('../images/150-Nantucket-1-min.jpg');
  }

  .collection-item-3 {
    display: none;
    height: 750px;
    margin-bottom: 60px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .collection-list {
    padding-right: 0px;
  }

  .image {
    display: inline-block;
    margin-top: 0px;
  }

  .top-part-copy.sticky {
    margin-top: 44px;
  }

  .slide-collection-item-copy-copy-copy {
    background-image: url('../images/DSC00283.JPG');
  }

  .slide-collection-item-copy-copy-copy-copy {
    background-image: url('../images/DSC00283.JPG');
  }

  .slide-collection-item-copy-copy-copy-copy {
    background-image: url('../images/DSC00307-min.JPG');
  }

  .slide-collection-item-copy-copy-copy-copy-copy {
    background-image: url('../images/DSC00283.JPG');
  }

  .slide-collection-item-copy-copy-copy-copy-copy-copy {
    background-image: url('../images/150-Nantucket-1-min.jpg');
  }

  .top-part-copy-copy.sticky {
    margin-top: 44px;
  }

  .top-part-copy.sticky {
    margin-top: 44px;
  }

  .top-part-2.sticky {
    margin-top: 44px;
  }

  .top-part-new.sticky {
    margin-top: 44px;
  }

  .section-white.logo {
    -o-object-fit: fill;
    object-fit: fill;
  }

  .subhead-copy._2-copy {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
  }

  .section-copy.animation {
    padding-bottom: 1px;
  }

  .title-2-copy {
    color: #3a613a;
    font-size: 85px;
  }

  .container-copy {
    display: block;
  }

  .photo-copy {
    height: 50%;
  }

  .container-copy {
    display: block;
  }

  .grid {
    grid-auto-flow: row;
    grid-template-areas: ".";
  }

  .top-part-branch.sticky {
    margin-top: 44px;
  }

  .image-2 {
    width: 100%;
  }

  .section-7.services {
    padding-top: 40px;
  }

  .section-8 {
    padding-top: 0px;
  }

  .section-10.contact {
    padding-top: 0px;
  }

  .section-11.branches {
    padding-top: 40px;
  }

  .container-25 {
    max-width: 1350px;
  }

  .location-title {
    font-size: 6.5rem;
  }

  .title-1-copy {
    border-left: 1px none #f6f7f9;
  }

  .title-1-copy._4 {
    border-left-style: none;
  }

  .title-1-copy-copy {
    border-left: 1px none #f6f7f9;
  }

  .title-1-copy-copy._4 {
    border-left-style: none;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    max-width: 1366px;
  }

  .container.for-footer {
    max-width: 1366px;
  }

  .container._3 {
    max-width: 1366px;
    margin-right: auto;
    margin-left: auto;
  }

  .section.animationn {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 40px;
  }

  .section.logo {
    margin-bottom: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .button {
    font-size: 25px;
  }

  .play-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .subhead {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .subhead._2 {
    font-size: 24px;
    line-height: 26px;
  }

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

  .project-content {
    max-width: 100%;
  }

  .title-1-copy-copy {
    margin-right: 0px;
  }

  .title-1-copy-copy-copy {
    margin-right: 0px;
    padding-top: 20px;
  }

  .subhead-copy._2-copy {
    font-size: 32px;
    line-height: 34px;
  }

  .section-copy.animation {
    padding-bottom: 40px;
  }

  .photo-copy {
    width: 100%;
    height: auto;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
  }

  .paragraph-76 {
    margin-top: 40px;
    font-size: 30px;
    line-height: 32px;
  }

  .section-6 {
    padding-bottom: 40px;
  }

  .grid-2 {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .aboutus-section {
    margin-right: auto;
    margin-left: auto;
  }

  .container-7 {
    overflow: visible;
    max-width: 1366px;
  }

  .container-8 {
    max-width: 1366px;
  }

  .container-9 {
    max-width: 1366px;
  }

  .container-10 {
    max-width: 1366px;
  }

  .container-11 {
    max-width: 1366px;
  }

  .container-12 {
    max-width: 1366px;
  }

  .container-13 {
    max-width: 1366px;
  }

  .container-14 {
    max-width: 1366px;
  }

  .link-block-4 {
    margin-top: 4px;
  }

  .container-16 {
    max-width: 1330px;
  }

  .container-17 {
    max-width: 1330px;
  }

  .container-18 {
    max-width: 1330px;
  }

  .container-19 {
    max-width: 1330px;
  }

  .container-20 {
    max-width: 1330px;
  }

  .container-21 {
    max-width: 1330px;
  }

  .container-22 {
    max-width: 1330px;
  }

  .container-23 {
    max-width: 1330px;
  }

  .container-24 {
    max-width: 1330px;
  }
}

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

  .container._3 {
    max-width: 100%;
  }

  .utility-page-wrap {
    height: 600px;
  }

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

  .section.blog-page {
    padding-top: 120px;
  }

  .title-3 {
    font-size: 40px;
    line-height: 42px;
  }

  .licensing-block {
    width: 100%;
  }

  .title-4 {
    font-size: 34px;
    line-height: 36px;
  }

  .title-1 {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    font-size: 51px;
  }

  .title-1._4 {
    font-size: 40px;
  }

  .light-gray-2 {
    width: 33.3333%;
  }

  .light-gray {
    width: 33.3333%;
  }

  .text-highlight {
    padding: 20px;
  }

  .color-block-parent {
    width: 33.3333%;
  }

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

  .light-gray-3 {
    width: 33.3333%;
  }

  .sticky-bar {
    position: relative;
    top: 0px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .container-pricing {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .information {
    margin-right: 0px;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .circle-cursor {
    display: none;
  }

  .menu-content {
    top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .navlinks {
    padding-top: 1vh;
    padding-bottom: 1vh;
    font-size: 40px;
    line-height: 40px;
  }

  .hero {
    height: auto;
    padding-top: 140px;
    padding-bottom: 0px;
  }

  .hero.inner {
    height: auto;
    padding-top: 150px;
    padding-bottom: 60px;
  }

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

  .bottom-part {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 2fr 1fr 3fr;
    grid-template-columns: 2fr 1fr 3fr;
  }

  .subhead {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .photo-background {
    opacity: 0.6;
  }

  .section-video {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-video.showreel {
    min-height: 450px;
  }

  .high-wrapper {
    max-width: 100%;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .margin-100px._50px {
    margin-top: 40px;
  }

  .play-circle {
    width: 30px;
    height: 30px;
  }

  .grid-2-columns {
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .clients-grid {
    width: 200vw;
  }

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

  .testimonials-quote {
    margin-top: 60px;
  }

  .blog-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .section-cta {
    margin-left: 0px;
    padding: 0px 0%;
  }

  .top-part-hero {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-grid {
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .copyright-flex {
    display: block;
    margin-top: 20px;
  }

  .copyright {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .social-wrapper-large {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .price-grid {
    grid-row-gap: 120px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .toogle-max-w {
    max-width: 100%;
  }

  .qa-text {
    font-size: 21px;
    line-height: 25px;
    white-space: normal;
  }

  .blog-content {
    max-width: 100%;
  }

  .team-grid {
    grid-column-gap: 20px;
  }

  .project-content {
    max-width: 100%;
  }

  .main-slider {
    display: none;
  }

  .gallery-grid-container {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

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

  .headline-grid {
    width: 100%;
    max-width: 738px;
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .product5-grid {
    width: 100%;
    max-width: 738px;
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .product5-nav-wrap {
    position: static;
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .empty-state-4 {
    max-width: 738px;
  }

  .product5-feed-grid {
    width: 100%;
    max-width: 738px;
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .content35-top-grid {
    width: 100%;
    max-width: 738px;
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .content35-pictures-feed {
    min-height: 170px;
  }

  .content35-bottom-grid {
    width: 100%;
    max-width: 738px;
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .tab {
    margin-bottom: 0px;
  }

  .product-categories {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .container-6.flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .product-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .tabs-menu-2 {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .title-1-copy {
    font-size: 51px;
  }

  .title-1-copy._4 {
    font-size: 40px;
  }

  .title-1-copy {
    font-size: 51px;
  }

  .title-1-copy._4 {
    font-size: 40px;
  }

  .title-1-copy-copy {
    margin-right: 0px;
    font-size: 48px;
  }

  .title-1-copy-copy._4 {
    font-size: 40px;
  }

  .title-1-copy-copy {
    font-size: 51px;
  }

  .title-1-copy-copy._4 {
    font-size: 40px;
  }

  .title-1-copy-copy-copy {
    margin-right: 0px;
    padding-top: 0px;
    font-size: 45px;
  }

  .title-1-copy-copy-copy._4 {
    font-size: 40px;
  }

  .rotate-heading {
    font-size: 9vw;
  }

  .rotate-heading.wrap-text {
    margin-bottom: 12px;
    line-height: 1.3em;
    text-align: center;
    white-space: normal;
  }

  .hero-section {
    min-height: 100vh;
  }

  .hero-section.small {
    padding-top: 160px;
    padding-bottom: 100px;
  }

  .project-banner {
    min-height: 500px;
  }

  .about-hero.small {
    min-height: auto;
  }

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

  .project-description {
    padding-bottom: 0px;
  }

  .service-description {
    padding-left: 0px;
    grid-row-gap: 12px;
  }

  .service-title {
    padding-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    border-right-style: none;
  }

  .heading.large {
    font-size: 42px;
  }

  .service-list-item {
    padding-bottom: 60px;
    padding-left: 60px;
    grid-row-gap: 36px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .service-list-item.bottom {
    padding-bottom: 60px;
  }

  .section-3 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .project-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .project-item:nth-child(odd) {
    margin-right: 0px;
  }

  .project-item:nth-child(even) {
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .project-grid-2 {
    grid-row-gap: 80px;
  }

  .sticky-circle {
    width: 90px;
    height: 90px;
  }

  .outline-circle-wrapper {
    width: 90px;
    height: 90px;
  }

  .circle-link-text {
    font-size: 7.5px;
    text-align: center;
  }

  .outline-circle {
    width: 90px;
    height: 90px;
    min-height: 90px;
    min-width: 90px;
  }

  .speaker-info {
    max-width: 470px;
  }

  .clip-text.speaker-headding {
    margin-top: -36px;
    margin-bottom: 24px;
  }

  .speaker-slide-mask {
    width: 65%;
  }

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

  .section-4.home-hero-section {
    min-height: auto;
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .slide-image {
    height: 50vh;
    min-height: 500px;
  }

  .speaker-name {
    font-size: 52px;
  }

  .top-part-copy {
    -ms-grid-columns: 2fr 1fr;
    grid-template-columns: 2fr 1fr;
  }

  .top-part-copy-copy {
    -ms-grid-columns: 2fr 1fr;
    grid-template-columns: 2fr 1fr;
  }

  .top-part-copy {
    -ms-grid-columns: 2fr 1fr;
    grid-template-columns: 2fr 1fr;
  }

  .subhead-copy {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .container-cta._2 {
    max-width: 70%;
  }

  .container-cta._3 {
    max-width: 100%;
  }

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

  .top-part-new {
    -ms-grid-columns: 2fr 1fr;
    grid-template-columns: 2fr 1fr;
  }

  .section-white {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-white.blog-page {
    padding-top: 120px;
  }

  .subhead-copy {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .intouch-mobile {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .section-copy {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-copy.blog-page {
    padding-top: 120px;
  }

  .title-1-copy {
    font-size: 51px;
  }

  .title-1-copy._4 {
    font-size: 40px;
  }

  .title-2-copy {
    font-size: 40px;
  }

  .container-copy._2 {
    max-width: 60%;
  }

  .container-copy._3 {
    max-width: 100%;
  }

  .title-1-new {
    font-size: 51px;
  }

  .title-1-new._4 {
    font-size: 40px;
  }

  .container-copy._2 {
    max-width: 60%;
  }

  .container-copy._3 {
    max-width: 100%;
  }

  .our-mission-text {
    margin-top: 40px;
  }

  .paragraph-76 {
    font-size: 16px;
    line-height: 20px;
  }

  .section-5 {
    margin-bottom: 0px;
  }

  .grid-2 {
    width: 90%;
  }

  .top-part-branch {
    -ms-grid-columns: 2fr 1fr;
    grid-template-columns: 2fr 1fr;
  }

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

  .hero-left {
    width: auto;
  }

  .section-13 {
    height: auto;
  }

  .heading-1.smaller {
    font-size: 45px;
  }

  .slide-count-wrapper {
    width: 100%;
  }

  .qf-text {
    left: 10%;
  }

  .made-for-community {
    margin-bottom: 12px;
  }

  .image-5 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .container-26.horizontal-ends.centered {
    justify-items: center;
    grid-row-gap: 58px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .hero-content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .title-1-copy {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    font-size: 51px;
  }

  .title-1-copy._4 {
    font-size: 40px;
  }

  .title-1-copy-copy {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    font-size: 51px;
  }

  .title-1-copy-copy._4 {
    font-size: 40px;
  }

  .subheading {
    font-size: 22px;
  }

  .h1 {
    font-size: 3em;
  }

  .home-hero-header {
    font-size: 4.5rem;
  }

  .home-hero-text-wrap {
    left: 3.3rem;
    bottom: 4.8rem;
  }

  .scroll-down-lottie {
    width: 25px;
  }

  .stage-button-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .thin-hero-header-2 {
    font-size: 0.8rem;
    letter-spacing: 3px;
  }
}

@media screen and (max-width: 767px) {
  blockquote {
    font-size: 23px;
    line-height: 1.1;
  }

  .container {
    max-width: none;
  }

  .container._2 {
    max-width: 90%;
  }

  .body-content {
    padding-top: 0px;
    padding-left: 0px;
  }

  .section.animationn._2 {
    padding-top: 20px;
  }

  .title-3 {
    font-size: 36px;
  }

  .text-field {
    height: 45px;
  }

  .title-4 {
    font-size: 30px;
    line-height: 32px;
  }

  .margin-60px {
    padding-bottom: 20px;
  }

  .margin-60px.make-30px {
    margin-top: 30px;
  }

  .title-1._4 {
    font-size: 50px;
  }

  .type-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-highlight {
    padding: 26px 9px;
  }

  .type-column {
    width: 100%;
    margin-bottom: 20px;
  }

  .title-2 {
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    border-right-style: solid;
    font-size: 28px;
    line-height: 42px;
  }

  .title-2.wholesale.subtitle {
    overflow: hidden;
    margin-top: 0px;
    padding-bottom: 10px;
    border-right-style: none;
    border-right-color: #613a3b;
  }

  .title-2.wholesale.subtitle.aliensmoke {
    margin-top: 0px;
    padding-top: 40px;
  }

  .navigation-top-part {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .menu-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .logo-flex {
    width: auto;
    margin-right: 20px;
  }

  .menu {
    padding-top: 0px;
    padding-left: 0px;
  }

  .page-content {
    padding-left: 0px;
  }

  .contact-grid {
    display: none;
  }

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

  .hero {
    padding-top: 130px;
    padding-bottom: 0px;
  }

  .hero.inner {
    padding-top: 133px;
    padding-bottom: 154px;
  }

  .play-wrapper {
    padding-left: 0px;
  }

  .scroll-down-link._1 {
    display: block;
    padding-bottom: 10px;
    padding-left: 0px;
  }

  .scroll-down-link._2 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: none;
    padding-bottom: 30px;
    font-size: 10px;
  }

  .scroll-down {
    width: 46px;
    margin-top: 10px;
  }

  .top-part {
    -ms-grid-columns: 1.2fr 0.5fr;
    grid-template-columns: 1.2fr 0.5fr;
  }

  .top-part._1 {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .top-part.brands {
    margin-bottom: 0px;
  }

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

  .left-heading.right-line {
    padding-top: 10px;
    padding-bottom: 0px;
  }

  .left-heading._3 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .bottom-part {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .subhead-wrapper {
    padding-right: 0px;
  }

  .subhead._2 {
    font-size: 14px;
    font-weight: 300;
  }

  .social-wrapper {
    display: none;
  }

  .top-line._1 {
    display: block;
    overflow: hidden;
  }

  .top-line._2 {
    display: block;
    overflow: hidden;
  }

  .top-line._3 {
    display: none;
  }

  .top-line._4 {
    display: none;
  }

  .top-line._5 {
    display: none;
  }

  .top-line._7 {
    display: none;
  }

  .button-divider {
    height: 20px;
  }

  .section-video.showreel {
    min-height: 450px;
  }

  .play-image {
    width: 10px;
  }

  .high-wrapper {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .high-content {
    min-height: 260px;
  }

  .margin-100px._50px {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .project-grid {
    grid-column-gap: 16px;
    grid-row-gap: 19px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .play-circle {
    display: none;
  }

  .grid-2-columns {
    grid-row-gap: 9px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .clients-grid {
    width: 220vw;
  }

  .testiomonials-photo {
    width: 100px;
    height: 100px;
  }

  .footer-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .copyright-flex {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .pricing-box {
    width: 100%;
    min-height: auto;
    padding-right: 5%;
    padding-left: 5%;
    font-size: 14px;
  }

  .toogle-max-w {
    max-width: 100%;
  }

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

  .services-flex {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .main-slider {
    display: none;
  }

  .gallery {
    padding: 40px 20px;
  }

  .gallery-grid-container {
    max-width: none;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .section-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .headline-grid {
    max-width: none;
    grid-column-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .size1-text {
    font-size: 34px;
    line-height: 42px;
  }

  .category-detail-wrap {
    min-height: 300px;
  }

  .product5-grid {
    max-width: none;
    grid-column-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .product5-nav-wrap {
    position: static;
  }

  .empty-state-4 {
    width: 100%;
    max-width: none;
  }

  .product5-feed-grid {
    max-width: none;
    grid-column-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .content35-top-grid {
    max-width: none;
    grid-column-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .content35-pictures-feed {
    min-height: 360px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .content35-bottom-grid {
    max-width: none;
    grid-column-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .tab {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .product-categories {
    padding: 15px 0rem 20px;
  }

  .product-item {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .tabs-menu-2 {
    text-align: center;
  }

  .title-1-copy._4 {
    font-size: 50px;
  }

  .title-1-copy._4 {
    font-size: 50px;
  }

  .title-1-copy-copy {
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .title-1-copy-copy._4 {
    font-size: 50px;
  }

  .title-1-copy-copy._4 {
    font-size: 50px;
  }

  .title-1-copy-copy-copy {
    margin-right: 0px;
  }

  .title-1-copy-copy-copy._4 {
    font-size: 50px;
  }

  .dot.large {
    border-width: 1px;
  }

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

  .hero-section {
    min-height: 600px;
  }

  .hero-section.small {
    padding-top: 140px;
    padding-bottom: 80px;
  }

  .project-banner {
    min-height: 350px;
    margin-bottom: 40px;
  }

  .about-hero.small {
    min-height: auto;
  }

  .four-column {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .heading {
    font-size: 36px;
  }

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

  .service-list {
    padding-bottom: 160px;
  }

  .section-3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .sticky-circle {
    top: 101px;
    bottom: auto;
    z-index: 50;
    width: 80px;
    height: 80px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #161a20;
  }

  .outline-circle-wrapper {
    width: 80px;
    height: 80px;
  }

  .collection-list-wrapper {
    margin-top: 48px;
    margin-bottom: 80px;
  }

  .circle-link-text {
    font-size: 9px;
    line-height: 1.3em;
    text-align: center;
  }

  .left-sidebar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .outline-circle {
    width: 80px;
    height: 80px;
    min-height: 80px;
    min-width: 80px;
  }

  .speaker-slide-mask {
    width: 90%;
  }

  .slide-image {
    min-height: 400px;
  }

  .speaker-name {
    font-size: 48px;
  }

  .top-part-copy {
    -ms-grid-columns: 1.2fr 1fr;
    grid-template-columns: 1.2fr 1fr;
  }

  .top-part-copy._1 {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .top-part-copy-copy {
    -ms-grid-columns: 1.2fr 1fr;
    grid-template-columns: 1.2fr 1fr;
  }

  .top-part-copy-copy._1 {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .top-part-copy {
    -ms-grid-columns: 1.2fr 1fr;
    grid-template-columns: 1.2fr 1fr;
  }

  .top-part-copy._1 {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .gallery-2 {
    padding: 40px 20px;
  }

  .container-cta._2 {
    max-width: 90%;
  }

  .top-part-2 {
    -ms-grid-columns: 1.2fr 1fr;
    grid-template-columns: 1.2fr 1fr;
  }

  .top-part-2._1 {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .top-part-new {
    -ms-grid-columns: 1.2fr 1fr;
    grid-template-columns: 1.2fr 1fr;
  }

  .top-part-new._1 {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .left-heading-white {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .left-heading-white.right-line {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .left-heading-white._3 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .top-line-white._1 {
    display: none;
  }

  .top-line-white._2 {
    display: none;
  }

  .top-line-white._3 {
    display: none;
  }

  .top-line-white._4 {
    display: none;
  }

  .top-line-white._5 {
    display: none;
  }

  .top-line-white._7-copy {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .top-line-white._8-copy {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .title-1-copy._4 {
    font-size: 50px;
  }

  .title-2-copy {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 36px;
    line-height: 42px;
  }

  .container-copy._2 {
    max-width: 90%;
  }

  .title-1-new._4 {
    font-size: 50px;
  }

  .high-content-copy {
    min-height: 260px;
  }

  .container-copy._2 {
    max-width: 90%;
  }

  .margin-60px-copy.make-30px {
    margin-top: 30px;
  }

  .our-mission-text {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .grid-2 {
    width: 100%;
  }

  .top-part-branch {
    -ms-grid-columns: 1.2fr 1fr;
    grid-template-columns: 1.2fr 1fr;
  }

  .top-part-branch._1 {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }

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

  .buttonwhite {
    padding: 10px;
  }

  .image-4 {
    margin-top: 10px;
  }

  .link-block-3 {
    margin-top: 10px;
  }

  .hero-right {
    margin-right: auto;
    margin-left: auto;
    padding-top: 36px;
    padding-right: 0px;
    padding-bottom: 36px;
  }

  .section-slider {
    height: auto;
    min-height: 100vh;
    padding-top: 80px;
  }

  .image-stack-wrapper {
    width: 70%;
    padding-top: 89%;
  }

  .locations-content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .hero-left {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .bg {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 33%;
  }

  .bg._3 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 4%;
    width: 100%;
  }

  .bg._2 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 2%;
    width: 100%;
  }

  .hero-content-grid {
    grid-row-gap: 2rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .slider-nav {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 48%;
    z-index: 10;
  }

  .section-13 {
    min-height: auto;
  }

  .card-stack-wrapper {
    height: 400px;
  }

  .stack-image-2 {
    border-radius: 63px;
  }

  .heading-1 {
    font-size: 45px;
  }

  .slide-count-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .qf-text {
    position: static;
    margin-top: 0px;
    margin-left: 12px;
    padding: 0px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    font-size: 13px;
  }

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

  .container-26.horizontal-ends.centered {
    grid-row-gap: 25px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .title-1-copy._4 {
    font-size: 50px;
  }

  .title-1-copy-copy._4 {
    font-size: 50px;
  }

  .subheading {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 18px;
    text-align: right;
  }

  .h1 {
    font-size: 3em;
    text-align: right;
  }

  .page-nav-header {
    height: 72px;
  }

  .simple-nav-header {
    font-size: 1rem;
  }

  .home-hero-header {
    font-size: 2.8rem;
  }

  .home-hero-text-wrap {
    bottom: 6.6rem;
  }

  .thin-hero-header-2 {
    letter-spacing: 2px;
  }
}

@media screen and (max-width: 479px) {
  blockquote {
    padding-right: 0px;
  }

  .container {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .body-content {
    padding-top: 0px;
    padding-left: 0px;
  }

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

  .section.animationn {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .section.animationn._2 {
    padding-top: 20px;
    padding-bottom: 0px;
  }

  .section.animationn._3 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section.logo {
    margin-bottom: 0px;
    padding-bottom: 40px;
  }

  .margin-30px {
    font-size: 9px;
  }

  .button {
    display: none;
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .button._2.full {
    display: block;
  }

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

  .copyright-dot {
    display: none;
  }

  .title-3 {
    font-size: 28px;
    line-height: 28px;
  }

  .text-field {
    height: 42px;
    margin-bottom: 10px;
  }

  .shrink-item {
    margin-right: 0px;
  }

  .shrink-item.flex {
    margin-top: 20px;
    margin-right: 0px;
  }

  .image-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .licensing-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .color-block {
    width: 100%;
    height: 55px;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .title-4 {
    font-size: 32px;
    line-height: 34px;
  }

  .typography-flex {
    width: 68%;
  }

  .color-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .title-1 {
    display: block;
    margin-right: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
    border-right-style: none;
    font-size: 33px;
  }

  .title-1._4 {
    font-size: 35px;
  }

  .title-1.letsbe {
    margin-right: auto;
  }

  .light-gray-2 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .type-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .light-gray {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .text-highlight {
    width: 32%;
    padding: 20px 10px;
  }

  .grayscale-parent {
    height: 55px;
  }

  .margin-50px {
    margin-top: 30px;
  }

  .type-column {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .color-block-parent {
    width: 100%;
    margin-right: 3%;
  }

  .title-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-right-style: none;
    font-size: 35px;
    line-height: 34px;
  }

  .title-2.wholesale.subtitle.aliensmoke {
    padding-top: 40px;
  }

  .light-gray-3 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .left-block {
    margin-left: 0px;
  }

  .price-pop {
    font-size: 16px;
  }

  .order-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .field-label {
    font-size: 16px;
  }

  .field-label._2 {
    margin-bottom: 5px;
    font-size: 22px;
    font-weight: 900;
  }

  .zeen-logo {
    width: 104px;
    max-width: 100%;
  }

  .menu-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .logo-flex {
    width: auto;
    margin-right: 0px;
  }

  .menu-content {
    padding-right: 40px;
    padding-left: 40px;
  }

  .navlinks {
    font-size: 34px;
    line-height: 34px;
  }

  .price-tag {
    font-size: 22px;
    line-height: 24px;
  }

  .footer-link {
    font-size: 14px;
    line-height: 1;
  }

  .dropdown-toggle {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 18px;
  }

  .hero {
    position: relative;
    margin-bottom: 0px;
    padding-bottom: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .hero.inner {
    padding-bottom: 133px;
  }

  .play-wrapper {
    bottom: 10px;
  }

  .scroll-down-link._1 {
    display: none;
  }

  .scroll-down-link._2 {
    display: none;
  }

  .top-part {
    display: block;
    margin-bottom: 40px;
    grid-row-gap: 25px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .top-part.sticky {
    position: relative;
    top: 0px;
  }

  .top-part._2 {
    display: none;
  }

  .top-part._1 {
    margin-bottom: 10px;
  }

  .top-part.brands {
    display: block;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 25px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

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

  .left-heading._2 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .left-heading.brands {
    border-top-style: none;
    border-bottom-style: none;
  }

  .subhead {
    font-size: 18px;
  }

  .subhead._2 {
    width: 100%;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 300;
  }

  .top-line._7 {
    display: none;
  }

  .top-line._8 {
    display: none;
  }

  .top-line._9 {
    display: none;
  }

  .button-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button-divider {
    height: 15px;
  }

  .button-divider.divider-center {
    height: 15px;
  }

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

  .section-video.showreel {
    min-height: 250px;
  }

  .high-wrapper {
    grid-row-gap: 25px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .margin-100px._50px {
    width: 100%;
    margin-top: 50px;
  }

  .project-grid {
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .grid-2-columns {
    grid-row-gap: 11px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .clients-grid {
    width: 300vw;
  }

  .testimonials-content {
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .testiomonials-photo {
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .testiomonials-photo.no-margin {
    margin-bottom: 0px;
  }

  .blog-list {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .footer-grid {
    grid-column-gap: 0px;
  }

  .footer-link-2 {
    font-size: 11px;
  }

  .footer-title {
    font-size: 14px;
  }

  .copyright-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .copyright {
    margin-bottom: 5px;
  }

  .social-img {
    width: 26px;
    height: 26px;
    margin-right: 3px;
    margin-left: 3px;
    padding: 5px;
  }

  .pricing-box {
    padding-bottom: 16px;
  }

  .toogle-max-w {
    max-width: 100%;
  }

  .qa-text {
    font-size: 16px;
    line-height: 20px;
    white-space: break-spaces;
  }

  .text-field-form {
    height: 40px;
  }

  .paragraph {
    font-size: 16px;
    font-weight: 400;
  }

  .centered-container {
    text-align: left;
  }

  .gallery-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .section-2 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .headline-grid {
    grid-column-gap: 12px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .category-detail-wrap {
    min-height: 260px;
  }

  .product5-grid {
    grid-column-gap: 12px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .product5-nav-wrap {
    display: block;
  }

  .product5-feed-grid {
    grid-column-gap: 12px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .content35-top-grid {
    grid-column-gap: 12px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .content35-pictures-feed {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .content35-bottom-grid {
    grid-column-gap: 12px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .button-small {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .tab {
    display: inline-block;
    margin: 5px;
  }

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

  .container-6.flex {
    padding-right: 0px;
    padding-left: 0px;
  }

  .product-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .tabs-menu-2 {
    padding-top: 10px;
    text-align: center;
  }

  .title-1-copy {
    font-size: 33px;
  }

  .title-1-copy._4 {
    font-size: 40px;
  }

  .title-1-copy {
    font-size: 33px;
  }

  .title-1-copy._4 {
    font-size: 40px;
  }

  .title-1-copy-copy {
    margin-right: 0px;
    font-size: 33px;
    letter-spacing: 0px;
  }

  .title-1-copy-copy._4 {
    font-size: 40px;
  }

  .title-1-copy-copy {
    font-size: 33px;
  }

  .title-1-copy-copy._4 {
    font-size: 40px;
  }

  .title-1-copy-copy-copy {
    margin-right: 0px;
    font-size: 33px;
  }

  .title-1-copy-copy-copy._4 {
    font-size: 40px;
  }

  .dot.large {
    width: 9px;
    height: 9px;
    margin-right: 9px;
    margin-left: 9px;
    border-width: 1px;
  }

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

  .rotate-heading.wrap-text {
    margin-bottom: 6px;
    padding-right: 0px;
    padding-left: 0px;
    line-height: 1.2em;
    text-align: center;
    white-space: normal;
  }

  .rotate-text-wrapper.bottom-text {
    grid-column-gap: 12px;
  }

  .hero-section {
    min-height: 93vh;
  }

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

  .hero-content {
    padding-top: 24px;
    padding-bottom: 0px;
  }

  .project-banner {
    min-height: 300px;
  }

  .project-description {
    padding-right: 0px;
  }

  .service-description {
    max-width: 100%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .heading {
    font-size: 32px;
  }

  .heading.large {
    font-size: 32px;
  }

  .service-list {
    padding-bottom: 140px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .service-icon {
    top: -24px;
    width: 48px;
    height: 48px;
  }

  .service-list-item {
    max-width: none;
    padding: 48px 0px 48px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .sticky-circle {
    width: 72px;
    height: 72px;
    margin-bottom: 0px;
    padding-left: 2px;
  }

  .outline-circle-wrapper {
    width: 72px;
    height: 72px;
    margin-top: -1px;
    margin-left: -1px;
  }

  .collection-list-wrapper {
    margin-bottom: 80px;
  }

  .circle-link-text {
    font-size: 7px;
    line-height: 1.4em;
    letter-spacing: 2px;
  }

  .outline-circle {
    width: 72px;
    height: 72px;
    min-height: 72px;
    min-width: 72px;
  }

  .clip-text.speaker-headding {
    margin-top: -30px;
  }

  .section-4 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-4.home-hero-section {
    padding-bottom: 36px;
  }

  .slide-image {
    height: 40vh;
    min-height: 300px;
  }

  .speaker-slide-content {
    padding-bottom: 6px;
  }

  .speaker-name {
    font-size: 42px;
  }

  .speaker-arrow {
    top: auto;
    right: 5vw;
    bottom: 0px;
  }

  .speaker-arrow.left {
    left: auto;
    right: 0vw;
    margin-right: 84px;
  }

  .top-part-copy {
    grid-row-gap: 25px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .top-part-copy.sticky {
    position: relative;
    top: 0px;
  }

  .slide-collection-item-new3 {
    background-position: 70% 50%;
  }

  .top-part-copy-copy {
    grid-row-gap: 25px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .top-part-copy-copy.sticky {
    position: relative;
    top: 0px;
  }

  .top-part-copy-copy.as {
    padding-bottom: 0px;
  }

  .top-part-copy {
    display: -ms-grid;
    display: grid;
    margin-top: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 25px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .top-part-copy.sticky {
    position: relative;
    top: 0px;
  }

  .gallery-2 {
    display: none;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .heading-4 {
    margin-bottom: 44px;
    text-transform: lowercase;
  }

  .paragraph-75 {
    font-size: 22px;
    font-weight: 400;
  }

  .button-cta {
    padding: 10px 25px;
  }

  .subhead-copy {
    font-size: 18px;
  }

  .subhead-copy._2 {
    width: 100%;
    font-size: 22px;
    line-height: 1.2;
  }

  .container-cta._2 {
    margin: 10px auto;
  }

  .top-part-2 {
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 25px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .top-part-2.sticky {
    position: relative;
    top: 0px;
  }

  .top-part-new {
    grid-row-gap: 25px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    border-bottom: 1px none #000;
  }

  .top-part-new.sticky {
    position: relative;
    top: 0px;
    display: block;
  }

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

  .section-white.animation {
    margin-top: 140px;
  }

  .section-white.animation._2 {
    padding-bottom: 0px;
  }

  .section-white.animation._3 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section-white.logo {
    margin-bottom: 0px;
  }

  .left-heading-white {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .left-heading-white._2 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .top-line-white._7 {
    display: none;
  }

  .top-line-white._8 {
    display: none;
  }

  .top-line-white._9 {
    display: none;
  }

  .top-line-white._7-copy {
    display: none;
  }

  .top-line-white._8-copy {
    display: none;
  }

  .subhead-copy {
    font-size: 18px;
  }

  .subhead-copy._2 {
    width: 100%;
    font-size: 22px;
    line-height: 1.2;
  }

  .subhead-copy._2-copy {
    width: 100%;
    font-size: 22px;
    line-height: 1.2;
  }

  .intouch-mobile {
    display: none;
    font-size: 18px;
  }

  .intouch-mobile._2 {
    width: 100%;
    font-size: 22px;
    line-height: 1.2;
  }

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

  .section-copy.animation {
    margin-top: 0px;
    padding-right: 5%;
    padding-left: 5%;
  }

  .section-copy.animation._2 {
    padding-bottom: 0px;
  }

  .section-copy.animation._3 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section-copy.logo {
    margin-bottom: -200px;
  }

  .title-1-copy {
    margin-right: 0px;
    padding-left: 0px;
    font-size: 33px;
  }

  .title-1-copy._4 {
    font-size: 40px;
  }

  .title-2-copy {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #3a613a;
    border-bottom: 1px solid #3a613a;
    font-size: 30px;
    line-height: 34px;
  }

  .container-copy {
    margin-bottom: 90px;
  }

  .title-1-new {
    margin-right: 0px;
    padding-left: 0px;
    font-size: 33px;
  }

  .title-1-new._4 {
    font-size: 40px;
  }

  .project-grid-copy {
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .container-copy {
    margin-bottom: 0px;
  }

  .our-mission-text {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .paragraph-76 {
    font-size: 16px;
    line-height: 20px;
  }

  .intouch-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
  }

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

  .section-6 {
    padding-right: 5%;
    padding-left: 5%;
  }

  .grid-2 {
    width: 100%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .top-part-branch {
    display: block;
    margin-bottom: 40px;
    grid-row-gap: 25px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .top-part-branch.sticky {
    position: relative;
    top: 0px;
  }

  .top-part-branch._2 {
    display: none;
  }

  .top-part-branch._1 {
    margin-bottom: 10px;
  }

  .container-11 {
    padding-right: 0%;
    padding-left: 0%;
  }

  .buttonwhite {
    display: none;
  }

  .white-left-heading.latestnews {
    border-right-style: none;
  }

  .div-block-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1.25fr auto;
    grid-template-rows: 1.25fr auto;
  }

  .image-4 {
    margin-bottom: 10px;
  }

  .section-11.branches {
    padding-right: 5%;
    padding-left: 5%;
  }

  .section-12 {
    padding-right: 5%;
    padding-left: 5%;
  }

  .div-block-4 {
    grid-column-gap: 0px;
    -ms-grid-columns: minmax(100%, 100%) 1fr;
    grid-template-columns: minmax(100%, 100%) 1fr;
  }

  .div-block-5 {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    border-top: 1px solid #f6f7f9;
  }

  .container-25 {
    min-height: 90vh;
  }

  .hero-right {
    width: 100%;
    height: 38%;
    margin-left: 0px;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .stack-image.stack-3 {
    left: 28%;
  }

  .section-slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 100px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .location-title {
    font-size: 4rem;
  }

  .image-stack-wrapper {
    width: 75%;
    max-width: 300px;
    padding-top: 95%;
  }

  .icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #0e145d;
    border-radius: 50px;
  }

  .hero-left {
    width: 100%;
    min-height: 50%;
  }

  .bg {
    height: 24%;
  }

  .hero-content-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 4.5rem;
  }

  .slider-nav {
    left: 0%;
    top: -39%;
    right: 0%;
    bottom: auto;
    width: 100%;
    margin-top: 4.95rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .card-stack-wrapper {
    height: 350px;
  }

  .stack-image-2 {
    height: 92vw;
    border-radius: 55px;
  }

  .stack-image-2.stack-3 {
    left: 28%;
  }

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

  .heading-1.smaller {
    font-size: 35px;
  }

  .qf-text {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 7px;
    font-size: 10px;
    text-align: left;
  }

  .our-work-card-wrapper {
    margin-left: 0px;
  }

  .container-26 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .hero-content-wrapper {
    width: 100%;
  }

  .title-1-copy {
    display: block;
    margin-right: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
    border-right-style: none;
    font-size: 33px;
  }

  .title-1-copy._4 {
    font-size: 35px;
  }

  .title-1-copy.letsbe {
    margin-right: auto;
  }

  .title-1-copy-copy {
    display: block;
    margin-right: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
    border-right-style: none;
    font-size: 33px;
  }

  .title-1-copy-copy._4 {
    font-size: 35px;
  }

  .title-1-copy-copy.letsbe {
    margin-right: auto;
  }

  .play-btn {
    min-height: 100px;
    min-width: 100px;
    background-color: transparent;
  }

  .play-btn:hover {
    background-color: transparent;
  }

  .video-lightbox {
    min-height: 40vh;
  }

  .home-bkg-video {
    border-style: none;
    border-width: 5px;
  }

  .video-hover-annimation {
    border-style: none;
    border-color: #000;
  }

  .video-hover-hero {
    min-height: 100vh;
    padding-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.7);
  }

  .subheading {
    max-width: 80%;
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 14px;
    text-align: right;
  }

  .subheading.center {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
    border-right-width: 1px;
    border-left-width: 1px;
    font-size: 12px;
  }

  .subheading.right {
    padding-left: 10px;
    font-size: 12px;
  }

  .subheading.home {
    margin-right: 5px;
    font-size: 12px;
  }

  .masthead {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .h1 {
    max-width: 90vw;
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 1.6em;
    text-align: right;
    letter-spacing: 1px;
  }

  .page-nav-header {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .header-logo {
    width: 50px;
    margin-right: 0.5rem;
  }

  .simple-nav-header {
    margin-bottom: 3px;
    font-size: 0.8rem;
  }

  .home-hero-header {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 2.2rem;
  }

  .stage-btn-text {
    margin-bottom: 0px;
    font-weight: 400;
  }

  .stage-button {
    padding-right: 1.7em;
    padding-left: 1.7em;
  }

  .home-hero-section {
    height: 100vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0.45))), url('../images/82386829_1244793252381319_2127189983360974848_n.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url('../images/82386829_1244793252381319_2127189983360974848_n.jpg');
    background-position: 0px 0px, 35% 50%;
  }

  .home-hero-text-wrap {
    left: 1rem;
    bottom: 6rem;
  }

  .scroll-down-lottie {
    width: 20px;
  }

  .stage-button-wrap.margin-top {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .thin-hero-header-2 {
    margin-top: 0px;
    margin-bottom: 5px;
    padding-right: 50px;
    line-height: 1.5;
    letter-spacing: 1px;
  }
}

#w-node-_85aa9abe-e35d-f4ce-5d0f-d112da67b667-98a31a0e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8d2ea78d-bdd7-56e0-310a-53209b835cb7-98a31a0e {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_01cbbe63-4762-42f2-d20d-6c577ac1e378-98a31a0e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-d49e0456-9d8f-5a83-5166-03366531f495-98a31a0e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_264c9505-448c-482d-987d-5a2f74f89649-98a31a0e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_449c63c7-358a-82ab-5451-d703ff256be5-98a31a0e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f1a7af7c-3a82-fcf6-134e-c2846d07c237-98a31a0e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_30373cb0-cf02-8615-37b2-57900f1e8d3b-98a31a0e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_30373cb0-cf02-8615-37b2-57900f1e8d43-98a31a0e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_30373cb0-cf02-8615-37b2-57900f1e8d44-98a31a0e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_520adb09-799e-b458-9100-ff8bef9b72dc-98a31a0e {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-cf30e65d-2d02-7cb5-2dd6-72b6caaac473-98a31a0e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cf30e65d-2d02-7cb5-2dd6-72b6caaac477-98a31a0e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cf30e65d-2d02-7cb5-2dd6-72b6caaac478-98a31a0e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7ee6fa96-5ddb-159a-ab82-b544e288aecb-98a31a0e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7ee6fa96-5ddb-159a-ab82-b544e288aed1-98a31a0e {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_8347ec5a-adf1-f385-dc4b-25b7a44a9f10-98a31a0e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_8347ec5a-adf1-f385-dc4b-25b7a44a9f11-98a31a0e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4f004ee5-a535-f6b6-b98a-48289f93394f-98a31a0e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4f004ee5-a535-f6b6-b98a-48289f933953-98a31a0e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4f004ee5-a535-f6b6-b98a-48289f933954-98a31a0e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9663070e-6472-5e3f-aeae-0e0620ca49d1-98a31a0e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9663070e-6472-5e3f-aeae-0e0620ca49d5-98a31a0e {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_720c40b0-76e6-df13-bb0b-ccbbe5690fa6-98a31a0e {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_720c40b0-76e6-df13-bb0b-ccbbe5690fa8-98a31a0e {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_3ff38ae7-9c4c-a8f7-a89c-4471ac1c8e9b-1ba31a16 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3ff38ae7-9c4c-a8f7-a89c-4471ac1c8ea1-1ba31a16 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-aee65ec2-0a6d-8097-7628-57b62d261dd0-1ba31a16 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-aee65ec2-0a6d-8097-7628-57b62d261dd3-1ba31a16 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-aee65ec2-0a6d-8097-7628-57b62d261dd6-1ba31a16 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-aee65ec2-0a6d-8097-7628-57b62d261dd7-1ba31a16 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3ff38ae7-9c4c-a8f7-a89c-4471ac1c8f2e-1ba31a16 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3ff38ae7-9c4c-a8f7-a89c-4471ac1c8f31-1ba31a16 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3ff38ae7-9c4c-a8f7-a89c-4471ac1c8f32-1ba31a16 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-bd3555b2-f19d-b5b0-8cf2-c234351f40ed-77a31a19 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-bd3555b2-f19d-b5b0-8cf2-c234351f40f1-77a31a19 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-bd3555b2-f19d-b5b0-8cf2-c234351f40f5-77a31a19 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-bd3555b2-f19d-b5b0-8cf2-c234351f40f6-77a31a19 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-bd3555b2-f19d-b5b0-8cf2-c234351f41e3-77a31a19 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-bd3555b2-f19d-b5b0-8cf2-c234351f41e4-77a31a19 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_2e0f41e8-1025-51d0-29b5-5e85d4349067-d5a31a22 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2e0f41e8-1025-51d0-29b5-5e85d434906b-d5a31a22 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_95ae3012-00ba-a94a-06bc-9ba6240cfa23-d5a31a22 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ec7220aa-24c1-e7a6-3909-b9ddc84d82b4-17a31a25 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ec7220aa-24c1-e7a6-3909-b9ddc84d82b8-17a31a25 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ec7220aa-24c1-e7a6-3909-b9ddc84d82bc-17a31a25 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ec7220aa-24c1-e7a6-3909-b9ddc84d82bd-17a31a25 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b8ca735b-c696-2079-d9e8-c9935bf46f22-17a31a25 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b8ca735b-c696-2079-d9e8-c9935bf46f25-17a31a25 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b8ca735b-c696-2079-d9e8-c9935bf46f26-17a31a25 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d0a17a14-c78f-1bf4-6790-8dfa65874f93-f0a31a26 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d0a17a14-c78f-1bf4-6790-8dfa65874f97-f0a31a26 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d0a17a14-c78f-1bf4-6790-8dfa65874f98-f0a31a26 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d0a17a14-c78f-1bf4-6790-8dfa65874f99-f0a31a26 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_71d385c9-8878-7422-2e99-74644e679af6-f0a31a26 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_71d385c9-8878-7422-2e99-74644e679af7-f0a31a26 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_8ec89939-2e76-8e7f-f832-f2d4e7c359c7-17a31a27 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8ec89939-2e76-8e7f-f832-f2d4e7c359cb-17a31a27 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_8ec89939-2e76-8e7f-f832-f2d4e7c359cf-17a31a27 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8ec89939-2e76-8e7f-f832-f2d4e7c359d0-17a31a27 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8ec89939-2e76-8e7f-f832-f2d4e7c359e2-17a31a27 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_8ec89939-2e76-8e7f-f832-f2d4e7c359e3-17a31a27 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_38f082bc-08a7-d5a8-67fd-cd3bcca2e2dd-25a31a28 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_38f082bc-08a7-d5a8-67fd-cd3bcca2e2e1-25a31a28 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_38f082bc-08a7-d5a8-67fd-cd3bcca2e2e5-25a31a28 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_38f082bc-08a7-d5a8-67fd-cd3bcca2e2e6-25a31a28 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_38f082bc-08a7-d5a8-67fd-cd3bcca2e318-25a31a28 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_38f082bc-08a7-d5a8-67fd-cd3bcca2e31b-25a31a28 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_38f082bc-08a7-d5a8-67fd-cd3bcca2e31c-25a31a28 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_14f7462f-b65c-32c4-c70e-c8d9349a0d88-dea31a29 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_14f7462f-b65c-32c4-c70e-c8d9349a0d8c-dea31a29 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_14f7462f-b65c-32c4-c70e-c8d9349a0d90-dea31a29 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a931e394-09e5-4c93-27bd-538d247f1903-dea31a29 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_4a4d7970-1e43-a7ea-4977-30392ddc3a5b-dea31a29 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_79011e53-df2a-3820-f328-6d24c583dfb2-dea31a29 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-dbf910c1-fce5-ae9d-0faa-6a272ab251c7-dea31a29 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4b0aa12c-c10b-129e-db81-8d9e4731a6d6-0fa31a33 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4ca89a19-10ce-4b0b-d5ed-bf4a7ee8c776-0fa31a33 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2fbe1dff-d71c-f20d-b70e-4d4ec297ea0d-0fa31a33 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2fbe1dff-d71c-f20d-b70e-4d4ec297ea0e-0fa31a33 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_26ee9c45-d9c1-010f-42a9-3dc6d33532a4-0fa31a33 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_26ee9c45-d9c1-010f-42a9-3dc6d33532a5-0fa31a33 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f09a8773-55a8-bc69-1c39-ae421f51de27-0fa31a33 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f09a8773-55a8-bc69-1c39-ae421f51de28-0fa31a33 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_68d41eb6-7129-637b-2a87-efce7ccd7ed5-0fa31a33 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_68d41eb6-7129-637b-2a87-efce7ccd7ed6-0fa31a33 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_44b51b35-632a-a2fb-0800-68772a50b2a5-0fa31a33 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_44b51b35-632a-a2fb-0800-68772a50b2a6-0fa31a33 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7f382f00-8092-7b93-7c68-c1c3a1f4ff6d-0fa31a33 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_7f382f00-8092-7b93-7c68-c1c3a1f4ff6f-0fa31a33 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7f382f00-8092-7b93-7c68-c1c3a1f4ff73-0fa31a33 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_21969e47-1795-2b13-3fba-100930d632f4-0fa31a33 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4b7563ba-01f9-5bd9-aece-dbcc8ce8e377-f8a31ac2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4b7563ba-01f9-5bd9-aece-dbcc8ce8e37b-f8a31ac2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4b7563ba-01f9-5bd9-aece-dbcc8ce8e37f-f8a31ac2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4b7563ba-01f9-5bd9-aece-dbcc8ce8e380-f8a31ac2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4b7563ba-01f9-5bd9-aece-dbcc8ce8e397-f8a31ac2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4b7563ba-01f9-5bd9-aece-dbcc8ce8e39a-f8a31ac2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4b7563ba-01f9-5bd9-aece-dbcc8ce8e39b-f8a31ac2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ea7a2a91-0c3c-7b93-4f42-a4a5957e284d-f8a31ac2 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-dd806d5d-f48a-2cd0-795f-1fa8d6e5c74f-30a31ae8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-dd806d5d-f48a-2cd0-795f-1fa8d6e5c753-30a31ae8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_0f4dcc26-48af-534e-b5f4-b5b4033daf6d-43a31afb {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0f4dcc26-48af-534e-b5f4-b5b4033daf71-43a31afb {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-f9f88cf0-7d01-712e-e046-c4893f3f1995-43a31afb {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_659b70a0-dfd1-44ee-ea9c-7e777f7eae0e-43a31afb {
  -ms-grid-column-span: 3;
  grid-column-end: 5;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_659b70a0-dfd1-44ee-ea9c-7e777f7eae14-43a31afb {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_659b70a0-dfd1-44ee-ea9c-7e777f7eae15-43a31afb {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_659b70a0-dfd1-44ee-ea9c-7e777f7eae17-43a31afb {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_659b70a0-dfd1-44ee-ea9c-7e777f7eae19-43a31afb {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_659b70a0-dfd1-44ee-ea9c-7e777f7eae23-43a31afb {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_659b70a0-dfd1-44ee-ea9c-7e777f7eae24-43a31afb {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_659b70a0-dfd1-44ee-ea9c-7e777f7eae26-43a31afb {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_659b70a0-dfd1-44ee-ea9c-7e777f7eae28-43a31afb {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_659b70a0-dfd1-44ee-ea9c-7e777f7eae32-43a31afb {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_659b70a0-dfd1-44ee-ea9c-7e777f7eae33-43a31afb {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_659b70a0-dfd1-44ee-ea9c-7e777f7eae35-43a31afb {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_659b70a0-dfd1-44ee-ea9c-7e777f7eae37-43a31afb {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-a08bfff3-8905-e6ba-acbd-7bef64ae2a8e-43a31afb {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a08bfff3-8905-e6ba-acbd-7bef64ae2a8f-43a31afb {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a08bfff3-8905-e6ba-acbd-7bef64ae2a91-43a31afb {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-a08bfff3-8905-e6ba-acbd-7bef64ae2a95-43a31afb {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-c669956c-2294-2ae5-7dd7-29497029f5f0-43a31afb {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c669956c-2294-2ae5-7dd7-29497029f5f1-43a31afb {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c669956c-2294-2ae5-7dd7-29497029f5f3-43a31afb {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-c669956c-2294-2ae5-7dd7-29497029f5f7-43a31afb {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-bd3555b2-f19d-b5b0-8cf2-c234351f40ed-f5a31b2f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-bd3555b2-f19d-b5b0-8cf2-c234351f40f1-f5a31b2f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-bd3555b2-f19d-b5b0-8cf2-c234351f40f5-f5a31b2f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-bd3555b2-f19d-b5b0-8cf2-c234351f40f6-f5a31b2f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_203c2fa5-911e-30d3-fd83-5c84651410ce-f5a31b2f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_203c2fa5-911e-30d3-fd83-5c84651410d2-f5a31b2f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0b73cb24-c5d3-006f-b0e7-179a5f805bfc-f5a31b2f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_30537c13-450a-8ec5-ff7e-7a5e6987ea43-f5a31b2f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_203c2fa5-911e-30d3-fd83-5c84651410d8-f5a31b2f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_203c2fa5-911e-30d3-fd83-5c84651410dd-f5a31b2f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c89c99a3-8fb1-3b04-57f7-0a9c090c9455-f5a31b2f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c89c99a3-8fb1-3b04-57f7-0a9c090c9459-f5a31b2f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c89c99a3-8fb1-3b04-57f7-0a9c090c945a-f5a31b2f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d29b0978-8985-c5b2-8d27-9417659f0462-f5a31b2f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d29b0978-8985-c5b2-8d27-9417659f0463-f5a31b2f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c89c99a3-8fb1-3b04-57f7-0a9c090c945f-f5a31b2f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c89c99a3-8fb1-3b04-57f7-0a9c090c9464-f5a31b2f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d634e6ba-5f5f-7646-322c-711bac818306-f5a31b2f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e9edfb30-1897-efba-6536-135dafbbc7f2-f5a31b2f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e9edfb30-1897-efba-6536-135dafbbc7f3-f5a31b2f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d634e6ba-5f5f-7646-322c-711bac818310-f5a31b2f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d634e6ba-5f5f-7646-322c-711bac818315-f5a31b2f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_8d2ea78d-bdd7-56e0-310a-53209b835cb7-98a31a0e {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_520adb09-799e-b458-9100-ff8bef9b72dc-98a31a0e {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_7ee6fa96-5ddb-159a-ab82-b544e288aed1-98a31a0e {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_9663070e-6472-5e3f-aeae-0e0620ca49d5-98a31a0e {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-aee65ec2-0a6d-8097-7628-57b62d261dd3-1ba31a16 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_659b70a0-dfd1-44ee-ea9c-7e777f7eae17-43a31afb {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_659b70a0-dfd1-44ee-ea9c-7e777f7eae26-43a31afb {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_659b70a0-dfd1-44ee-ea9c-7e777f7eae35-43a31afb {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-a08bfff3-8905-e6ba-acbd-7bef64ae2a91-43a31afb {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-c669956c-2294-2ae5-7dd7-29497029f5f3-43a31afb {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-c669956c-2294-2ae5-7dd7-29497029f5fa-43a31afb {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-d49e0456-9d8f-5a83-5166-03366531f495-98a31a0e {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-_720c40b0-76e6-df13-bb0b-ccbbe5690fa6-98a31a0e {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_880534a1-7476-6078-bca9-dd69f853b685-f853b665 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-bd3555b2-f19d-b5b0-8cf2-c234351f41e3-77a31a19 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_71d385c9-8878-7422-2e99-74644e679af6-f0a31a26 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_8ec89939-2e76-8e7f-f832-f2d4e7c359e2-17a31a27 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_659b70a0-dfd1-44ee-ea9c-7e777f7eae14-43a31afb {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_659b70a0-dfd1-44ee-ea9c-7e777f7eae17-43a31afb {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }

  #w-node-_659b70a0-dfd1-44ee-ea9c-7e777f7eae23-43a31afb {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_659b70a0-dfd1-44ee-ea9c-7e777f7eae26-43a31afb {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }

  #w-node-_659b70a0-dfd1-44ee-ea9c-7e777f7eae32-43a31afb {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_659b70a0-dfd1-44ee-ea9c-7e777f7eae35-43a31afb {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-a08bfff3-8905-e6ba-acbd-7bef64ae2a8e-43a31afb {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-a08bfff3-8905-e6ba-acbd-7bef64ae2a91-43a31afb {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-c669956c-2294-2ae5-7dd7-29497029f5f0-43a31afb {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-c669956c-2294-2ae5-7dd7-29497029f5f3-43a31afb {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f9f88cf0-7d01-712e-e046-c4893f3f1995-43a31afb {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_659b70a0-dfd1-44ee-ea9c-7e777f7eae0e-43a31afb {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_520adb09-799e-b458-9100-ff8bef9b72dc-98a31a0e {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_7ee6fa96-5ddb-159a-ab82-b544e288aed1-98a31a0e {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_9663070e-6472-5e3f-aeae-0e0620ca49d5-98a31a0e {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_880534a1-7476-6078-bca9-dd69f853b668-f853b665 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_880534a1-7476-6078-bca9-dd69f853b678-f853b665 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_880534a1-7476-6078-bca9-dd69f853b693-f853b665 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_3ff38ae7-9c4c-a8f7-a89c-4471ac1c8ea1-1ba31a16 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-aee65ec2-0a6d-8097-7628-57b62d261dd3-1ba31a16 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-d0a17a14-c78f-1bf4-6790-8dfa65874f99-f0a31a26 {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-ea7a2a91-0c3c-7b93-4f42-a4a5957e283d-f8a31ac2 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-ea7a2a91-0c3c-7b93-4f42-a4a5957e2841-f8a31ac2 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-ea7a2a91-0c3c-7b93-4f42-a4a5957e2845-f8a31ac2 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-ea7a2a91-0c3c-7b93-4f42-a4a5957e2849-f8a31ac2 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_659b70a0-dfd1-44ee-ea9c-7e777f7eae0e-43a31afb {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_0ca12f82-0edd-ccc4-6b75-193d67ce7a35-f5a31b2f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.ttf') format('truetype'), url('../fonts/Satoshi-VariableItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi variable';
  src: url('../fonts/Satoshi-Variable.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}