:root {
  --outlaw_black: #0e0e0e;
  --white: white;
  --light-grey: #f4f4f4;
  --outlaw_pink: #ffbbac;
  --outlaw_red: #692617;
  --0-5-rem: .5rem;
  --glass-border: #ffffff45;
  --black: black;
  --grey: #272727;
  --outlaw_red_hover_off: #502016;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  background-color: var(--outlaw_black);
  color: var(--outlaw_black);
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
}

a {
  border-color: var(--outlaw_black);
  color: var(--white);
  text-decoration: underline;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

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

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .1875rem solid var(--outlaw_black);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

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

.max-width-full {
  width: 100%;
  max-width: none;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

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

.hide {
  display: none;
}

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

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 25rem;
}

.hide-mobile-landscape.invert {
  filter: invert();
}

.max-width-xxsmall {
  width: 100%;
  max-width: 20rem;
}

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

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

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

.max-width-small {
  width: 100%;
  max-width: 30rem;
}

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.utility_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.main-wrapper {
  flex-flow: column;
}

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

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

.margin-tiny {
  margin: .25rem;
}

.margin-xxsmall {
  margin: .5rem;
}

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .25rem;
}

.padding-xxsmall {
  padding: .5rem;
}

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

.margin-top, .margin-top.margin-custom1, .margin-top.margin-huge, .margin-top.margin-small, .margin-top.margin-tiny, .margin-top.margin-custom3, .margin-top.margin-medium, .margin-top.margin-xxsmall, .margin-top.margin-xxhuge, .margin-top.margin-custom2, .margin-top.margin-xsmall, .margin-top.margin-large, .margin-top.margin-xxlarge, .margin-top.margin-xlarge, .margin-top.margin-0, .margin-top.margin-xhuge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom, .margin-bottom.margin-xxlarge, .margin-bottom.margin-medium, .margin-bottom.margin-custom3 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-custom1 {
  margin: 0 0 20px;
}

.margin-bottom.margin-tiny, .margin-bottom.margin-small, .margin-bottom.margin-large, .margin-bottom.margin-0, .margin-bottom.margin-xlarge, .margin-bottom.margin-xhuge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-huge, .margin-bottom.margin-xxsmall, .margin-bottom.margin-custom2, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  text-align: left;
}

.margin-left, .margin-left.margin-tiny, .margin-left.margin-xxlarge, .margin-left.margin-0, .margin-left.margin-small, .margin-left.margin-xsmall, .margin-left.margin-large, .margin-left.margin-huge, .margin-left.margin-xlarge, .margin-left.margin-custom3, .margin-left.margin-xxsmall, .margin-left.margin-custom1, .margin-left.margin-custom2, .margin-left.margin-xhuge, .margin-left.margin-xxhuge, .margin-left.margin-medium {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right, .margin-right.margin-huge, .margin-right.margin-xsmall, .margin-right.margin-xxhuge, .margin-right.margin-small, .margin-right.margin-medium, .margin-right.margin-xlarge, .margin-right.margin-custom3, .margin-right.margin-custom2, .margin-right.margin-xxsmall, .margin-right.margin-xhuge, .margin-right.margin-custom1, .margin-right.margin-large, .margin-right.margin-0, .margin-right.margin-xxlarge, .margin-right.margin-tiny {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical, .margin-vertical.margin-medium, .margin-vertical.margin-xlarge, .margin-vertical.margin-xxsmall, .margin-vertical.margin-xxlarge, .margin-vertical.margin-huge, .margin-vertical.margin-0, .margin-vertical.margin-xxhuge, .margin-vertical.margin-tiny, .margin-vertical.margin-xsmall, .margin-vertical.margin-custom1, .margin-vertical.margin-small, .margin-vertical.margin-large, .margin-vertical.margin-xhuge, .margin-vertical.margin-custom2, .margin-vertical.margin-custom3 {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal, .margin-horizontal.margin-medium, .margin-horizontal.margin-tiny, .margin-horizontal.margin-custom3, .margin-horizontal.margin-0, .margin-horizontal.margin-xxlarge, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-huge, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-custom1, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-large, .margin-horizontal.margin-custom2, .margin-horizontal.margin-small, .margin-horizontal.margin-xxhuge {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top, .padding-top.padding-xhuge, .padding-top.padding-xxhuge, .padding-top.padding-0, .padding-top.padding-large, .padding-top.padding-custom2, .padding-top.padding-xlarge, .padding-top.padding-huge, .padding-top.padding-xxsmall, .padding-top.padding-custom3, .padding-top.padding-tiny, .padding-top.padding-medium, .padding-top.padding-xxlarge, .padding-top.padding-small, .padding-top.padding-xsmall, .padding-top.padding-custom1 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom, .padding-bottom.padding-xlarge, .padding-bottom.padding-small, .padding-bottom.padding-xxhuge, .padding-bottom.padding-large, .padding-bottom.padding-xhuge, .padding-bottom.padding-custom2, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xxlarge, .padding-bottom.padding-custom3, .padding-bottom.padding-custom1, .padding-bottom.padding-xsmall, .padding-bottom.padding-huge, .padding-bottom.padding-tiny, .padding-bottom.padding-medium, .padding-bottom.padding-0 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left, .padding-left.padding-xhuge, .padding-left.padding-xlarge, .padding-left.padding-0, .padding-left.padding-small, .padding-left.padding-xsmall, .padding-left.padding-medium, .padding-left.padding-xxhuge, .padding-left.padding-huge, .padding-left.padding-custom1, .padding-left.padding-tiny, .padding-left.padding-xxsmall, .padding-left.padding-custom3, .padding-left.padding-custom2, .padding-left.padding-xxlarge, .padding-left.padding-large {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right, .padding-right.padding-xxhuge, .padding-right.padding-custom2, .padding-right.padding-large, .padding-right.padding-xlarge, .padding-right.padding-tiny, .padding-right.padding-custom3, .padding-right.padding-custom1, .padding-right.padding-xsmall, .padding-right.padding-xxlarge, .padding-right.padding-xxsmall, .padding-right.padding-medium, .padding-right.padding-xhuge, .padding-right.padding-huge, .padding-right.padding-0, .padding-right.padding-small {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical, .padding-vertical.padding-0, .padding-vertical.padding-xxhuge, .padding-vertical.padding-large, .padding-vertical.padding-custom3, .padding-vertical.padding-medium, .padding-vertical.padding-tiny, .padding-vertical.padding-xxlarge, .padding-vertical.padding-custom1, .padding-vertical.padding-xsmall, .padding-vertical.padding-xhuge, .padding-vertical.padding-xlarge, .padding-vertical.padding-custom2, .padding-vertical.padding-xxsmall, .padding-vertical.padding-huge, .padding-vertical.padding-small {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-0, .padding-horizontal.padding-custom3, .padding-horizontal.padding-huge, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-medium, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-large, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-custom1, .padding-horizontal.padding-tiny, .padding-horizontal.padding-custom2, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-small, .padding-horizontal.padding-xlarge {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.text-weight-medium {
  font-weight: 500;
}

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

.rl-styleguide-message-delete-this {
  text-align: center;
  background-color: #f1f0ee;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.rl-styleguide-message-wrapper {
  text-align: left;
  background-color: #e4e2df;
  border-radius: 16px;
  padding: 2.5rem;
}

.rl-styleguide-message-fixed {
  z-index: 99;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2.5rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.margin-top-auto {
  margin-top: auto;
}

.text-style-quote {
  border-left: .1875rem solid #000;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.icon-embed-small {
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-styleguide_tutorial-callout {
  grid-column-gap: 2rem;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding: .75rem .75rem .75rem 1rem;
  display: flex;
}

.rl-styleguide_callout-link-wrapper {
  background-image: linear-gradient(135deg, #ff744826, #ff484826 50%, #6248ff26), linear-gradient(#fff, #fff);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .75rem 1rem;
  display: flex;
}

.rl-styleguide_heading {
  z-index: 4;
  color: #fff;
  background-color: #000;
  padding: .25rem .5rem;
  position: sticky;
  top: 0;
}

.styleguide_grid-colours {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.background-color-gray {
  background-color: var(--light-grey);
}

.heading-style-h6 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.rl-styleguide_item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.rl-styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px #00000024;
}

.rl-styleguide_icons-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

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

.form-radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.heading-style-h5 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.heading-style-h1 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.form-checkbox-icon {
  border: 1px solid var(--outlaw_black);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form-checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form-checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.form-checkbox-label {
  margin-bottom: 0;
}

.text-size-tiny {
  font-size: .75rem;
}

.field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.button {
  border: 1px solid var(--outlaw_black);
  background-color: var(--outlaw_black);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  border-radius: 9px;
  padding: .85rem 2.5rem;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: transform .25s, box-shadow .3s;
  box-shadow: 0 12px 32px -3px #1a1a1a78;
}

.button:hover {
  border-color: var(--outlaw_pink);
  background-color: var(--outlaw_red);
  color: #ffede9;
  transform: scale(1.03);
  box-shadow: 0 1px #fff0, 0 2px 3.2px #ffffff05, 0 4px 6.5px #ffffff07, 0 5px 9.7px #ffffff08, 0 10px 13.1px #ffffff08, 0 11px 16.6px #ffffff08, 0 14px 20.3px #ffffff09, 1px 21.9px 24.4px #ffffff09, -2px 30.3px 29.2px #ffffff09, 1px 44.3px 35.5px #ffffff0a, 1px 73.3px 45.5px #ffffff0a;
}

.button.is-link {
  color: var(--outlaw_black);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-alternate {
  color: var(--white);
  background-color: #0000;
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button.is-secondary {
  color: var(--outlaw_black);
  background-color: #0000;
}

.button.is-secondary.is-alternate {
  border-color: var(--white);
  color: var(--white);
  background-color: #0000;
}

.button.is-secondary.is-small {
  color: var(--white);
  background-color: #252525;
  border-style: none;
  border-radius: .25rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-alternate {
  background-color: var(--white);
  color: #000;
}

.button.is-alternate:hover {
  border-color: var(--white);
  background-color: var(--outlaw_black);
  color: var(--white);
}

.button.is-alternate.is-small {
  opacity: 1;
  white-space: nowrap;
  background-color: #fff;
  border-style: none;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  padding-left: 3rem;
  padding-right: 3rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button.is-alternate.is-small:hover {
  border-style: solid;
  border-color: var(--outlaw_pink);
  background-color: var(--outlaw_red);
  color: var(--outlaw_pink);
  transform: translate(-3px, -3px);
  box-shadow: 6px 5px 16px #ffbbac66;
}

.text-weight-normal {
  font-weight: 400;
}

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.text-style-italic {
  font-style: italic;
}

.icon-1x1-xxsmall {
  width: 1rem;
  height: 1rem;
}

.form-radio-label {
  margin-bottom: 0;
}

.rl-styleguide_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 1rem;
  display: grid;
}

.rl-styleguide_item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px #0000002e;
}

.text-weight-light {
  font-weight: 300;
}

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

.rl-styleguide_label.is-html-tag {
  background-color: #be4aa5;
}

.text-size-regular {
  font-size: 1rem;
}

.text-weight-xbold {
  font-weight: 800;
}

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

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

.icon-height-xlarge {
  height: 6.5rem;
}

.heading-style-h3 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.icon-1x1-large {
  width: 5rem;
  height: 5rem;
}

.form-input {
  border: 1px solid var(--outlaw_black);
  background-color: var(--white);
  color: var(--outlaw_black);
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: #000;
}

.form-input::placeholder {
  color: #0009;
}

.form-input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form-input.is-select-input {
  background-image: none;
}

.rl-styleguide_paste-text {
  color: #00000080;
  text-align: center;
  border: 1px dashed #00000026;
  padding: 1rem;
}

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.rl-styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

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

.rl-styleguide_color {
  padding-bottom: 8rem;
}

.rl-styleguide_color.is-black {
  background-color: var(--outlaw_black);
}

.rl-styleguide_color.is-gray {
  background-color: var(--light-grey);
}

.rl-styleguide_color.is-white {
  background-color: var(--white);
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

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

.background-color-white {
  background-color: var(--white);
}

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

.text-style-nowrap {
  white-space: nowrap;
}

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

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

.shadow-xxsmall {
  box-shadow: 0 1px 2px #0000000d;
}

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

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

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

.icon-embed-xsmall.invert {
  filter: invert();
}

.icon-height-xxsmall {
  height: 1rem;
}

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

.shadow-xsmall {
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

.icon-1x1-custom1 {
  width: 1.25rem;
  height: 1.25rem;
}

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.rl-styleguide_subheading {
  z-index: 3;
  color: #000;
  background-color: #d3d3d3;
  padding: .25rem .5rem;
  position: sticky;
  top: 2rem;
}

.form-radio-icon {
  border: 1px solid var(--outlaw_black);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form-radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

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

.text-style-allcaps {
  text-transform: uppercase;
}

.rl-styleguide_callout-link {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  justify-content: space-between;
  align-items: center;
  padding: 1px;
  text-decoration: none;
  display: flex;
}

.icon-height-custom1 {
  height: 1.25rem;
}

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

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

.text-size-small.text-weight-semibold {
  color: var(--white);
}

.class-label-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-field-wrapper {
  position: relative;
}

.icon-height-small {
  height: 2rem;
}

.icon-height-large {
  height: 5rem;
}

.shadow-large {
  box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #00000008;
}

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

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text a {
  text-decoration: underline;
}

.text-rich-text figcaption {
  border-left: 2px solid var(--outlaw_black);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

.icon-height-medium {
  height: 3rem;
}

.form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.shadow-small {
  box-shadow: 0 4px 8px -2px #0000001a, 0 2px 4px -2px #0000000f;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.rl-styleguide_button-row {
  grid-column-gap: 1rem;
  display: flex;
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #00000008;
}

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

.icon-height-xsmall {
  height: 1.5rem;
}

.rl-styleguide_spacing-all {
  display: none;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: #eee;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.rl-styleguide_spacing {
  border: 1px dashed #d3d3d3;
}

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

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.banner5_component {
  background-image: radial-gradient(circle closest-corner at 30% -500%, var(--outlaw_red), var(--outlaw_black));
  color: var(--white);
}

.banner5_wrapper {
  border: 1px none var(--outlaw_black);
  justify-content: flex-start;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
  position: relative;
}

.banner5_content {
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 3rem;
  display: flex;
}

.banner5_close-button {
  margin-left: 1rem;
}

.cms-item-link {
  color: var(--white);
  text-decoration: none;
  transition: all .2s;
}

.cms-item-link:hover {
  color: var(--outlaw_pink);
}

.text-span {
  margin-right: 1rem;
  font-size: 1.125rem;
  font-weight: 500;
}

.link-2 {
  color: var(--white);
  margin-left: .5rem;
}

.navbar10_dropdown-toggle {
  grid-column-gap: .5rem;
  color: var(--white);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  min-width: 90px;
  padding: 1.15rem 1.4rem;
  font-weight: 500;
  transition: all .25s;
  display: flex;
}

.navbar10_dropdown-toggle:hover {
  background-color: var(--outlaw_red);
  border-radius: .25rem;
}

.navbar10_logo-link {
  flex: 1;
  padding-left: 0;
}

.navbar10_menu-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.navbar10_blog-item-content {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.navbar10_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: 1rem;
  color: var(--white);
  grid-template-rows: max-content max-content max-content max-content max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  min-width: 20%;
  padding-top: 1.5rem;
  display: grid;
}

.navbar10_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar10_blog-item-image {
  aspect-ratio: 1;
  border-radius: var(--0-5-rem);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.navbar10_link {
  padding: 1.5rem 1rem;
}

.navbar10_link.w--current {
  color: var(--outlaw_black);
}

.navbar10_component {
  border-bottom: 1px none var(--outlaw_black);
  background-color: #000;
  align-items: center;
  width: 100%;
  min-height: 4rem;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
  box-shadow: 0 0 #0000, 0 .5px .1px #00000049, 0 1.2px .2px #0000005a, 0 2px .5px #00000063, 0 3.4px 1.3px #00000068, 0 5.7px 2.9px #0000006c, 0 9.8px 6px #00000070, 0 17.7px 12.5px #00000075, 0 36.3px 28.1px #0000007f;
}

.navbar10_dropdown-content-right {
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-height: 50svh;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
  position: relative;
  overflow: scroll;
}

.navbar10_dropdown-link {
  grid-column-gap: 8px;
  grid-row-gap: 0px;
  color: var(--white);
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}

.navbar10_dropdown-link:hover {
  color: var(--outlaw_pink);
}

.navbar10_dropdown-link.w--current {
  background-color: #0000;
}

.navbar10_menu-dropdown {
  color: var(--outlaw_black);
  position: static;
}

.navbar10_menu-dropdown.coming-soon {
  opacity: .59;
}

.navbar10_blog-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  border-radius: var(--0-5-rem);
  color: var(--white);
  border: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  transition: all .25s;
  display: grid;
}

.navbar10_blog-item:hover {
  border: .5px solid var(--glass-border);
  background-image: linear-gradient(166deg, #69261780, #000 85%);
  transform: translate(-3px, -3px);
  box-shadow: 6px 5px 17px 1px #eec2c229;
}

.navbar10_menu-left {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar10_dropdown-list {
  box-shadow: 0 0 #0000, 0 2px .2px #00000006, 0 4px .4px #00000007, 0 6.1px .7px #00000008, 0 8.3px .9px #00000009, 0 10.7px 1.2px #00000009, 0 13.5px 1.6px #0000000a, 0 16.6px 2.1px #0000000a, 0 20.2px 2.7px #0000000a, 0 24.6px 3.5px #0000000b, 0 30.1px 4.4px #0000000b, 0 36.8px 5.8px #0000000b, 0 45.5px 7.5px #0000000b, 0 56.9px 9.9px #0000000b, 0 72.2px 13.2px #0000000c, 0 93.6px 17.8px #0000000c, 0 125px 24.8px #0000000c, 0 175.1px 36px #0000000d, 0 270.8px 57.8px #0000000e;
}

.navbar10_dropdown-list.w--open {
  background-color: var(--outlaw_black);
  background-image: radial-gradient(circle farthest-side at 0% 0%, var(--outlaw_red), black 38%);
  color: var(--white);
  border-bottom: 1px solid #000;
  width: 100vw;
  max-width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

.navbar10_dropdown-content {
  width: 100%;
  display: flex;
}

.navbar10_dropdown-content.manual {
  display: none;
}

.navbar10_menu {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.navbar10_menu-button {
  padding: 0;
}

.navbar10_blog-item-image-wrapper {
  width: 100%;
  display: flex;
}

.navbar10_blog-list {
  grid-column-gap: 3rem;
  grid-row-gap: .5rem;
  color: var(--white);
  flex-flow: wrap;
  grid-template-rows: max-content;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: max-content;
  justify-content: center;
  width: 100%;
  display: flex;
}

.navbar10_dropdown-content-left {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 15rem;
  padding: 2rem 2rem 2rem 0;
}

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

.heading {
  color: var(--white);
  letter-spacing: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

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

.header34_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: grid;
}

.header34_form-block {
  max-width: 30rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.header34_content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100svh;
  max-height: 60rem;
  padding-top: 3rem;
  display: flex;
}

.header34_content.about {
  min-height: 60svh;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.header34_background-video-wrapper {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.header34_background-video {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
}

.section_header34 {
  margin-top: 0;
  position: relative;
}

.video-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.success-message {
  background-color: var(--light-grey);
  padding: 1.5rem;
}

.navbar {
  z-index: 888;
  background-color: var(--black);
  width: 100vw;
  position: sticky;
  inset: 0% auto auto;
}

.link-3 {
  color: var(--white);
}

.section-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 2px #eaff0078;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding-bottom: 6rem;
  display: grid;
}

.button-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  display: flex;
}

.div-block-4 {
  align-self: center;
}

.div-block-5 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-overlay-layer {
  z-index: 1;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #00000063;
  background-image: linear-gradient(#000 9%, #0000 29%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  box-shadow: inset 0 2px 32px #000000c4;
}

.image-overlay-layer.hero-transition {
  z-index: 99;
}

.image-overlay-layer._1 {
  background-color: #0000008c;
  background-image: linear-gradient(189deg, #0000 41%, #000 88%);
}

.image-overlay-layer._2 {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-image: linear-gradient(0deg, #000 9%, #0000 83%);
}

.section_header5 {
  position: relative;
}

.header5_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.header5_content {
  justify-content: flex-start;
  align-items: center;
  min-height: 100svh;
  max-height: 60rem;
  display: flex;
}

.header5_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.modal1_close-button {
  filter: invert();
  display: none;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.modal1_component {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.text-span-10 {
  background-image: linear-gradient(0deg, var(--outlaw_red), var(--outlaw_pink) 73%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.success-message-2 {
  color: #fff;
  background-color: #000;
  border-radius: 100rem;
}

.form-input-2 {
  background-color: var(--white);
  color: #000;
  border: 2px solid #000;
  border-radius: 100rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input-2:focus {
  border-color: #000;
}

.form-input-2::placeholder {
  color: #0009;
}

.spaces-pill {
  border: 1px dashed var(--outlaw_pink);
  background-color: var(--outlaw_red);
  border-radius: 100px;
  padding: .1rem 1rem;
  display: inline-block;
}

.modal1_content-wrapper {
  color: var(--white);
  background-image: none;
  border-width: 1px;
  border-color: #000;
  border-radius: 1.25rem;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 48rem;
  height: auto;
  max-height: 80vh;
  padding: 4rem;
  position: relative;
  overflow: hidden;
}

.orange-dot {
  background-color: var(--outlaw_pink);
  border-radius: 100rem;
  width: .5rem;
  height: .5rem;
}

.text-span-11 {
  color: #0000;
  background-image: url('../images/652003b56a1c8cc78ef10421_webflow-black.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.show-mobile-landscape {
  display: none;
}

.flex-horizontal {
  grid-column-gap: .25rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 1000rem;
  padding: .75rem 1.5rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform .3s;
}

.button-2:hover {
  transform: translate(-3px, -3px);
  box-shadow: 5px 5px #baddfc;
}

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

.background-video {
  z-index: 999999;
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
  max-height: 35vh;
}

.tools {
  z-index: 999;
  background-color: #fff;
  border: 1px solid #999;
  border-radius: .25rem;
  padding: .5rem .9rem;
  text-decoration: none;
  position: fixed;
  inset: auto 1rem 4rem auto;
}

.div-block-12 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  cursor: pointer;
  justify-content: center;
  margin-bottom: 0;
  display: flex;
}

.text-block-3 {
  font-weight: 600;
}

.div-block-13 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  margin-top: 1rem;
  display: flex;
}

.div-block-14 {
  background-color: #f4f4f4;
  border-radius: 100rem;
  align-self: center;
  padding: .75rem;
}

.heading_style-3 {
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 400;
}

.nav_mob.hide-desktop {
  display: none;
}

.photo_wrapper {
  padding-top: 75%;
  position: relative;
}

.social_links-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 2.75fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.journal_inner-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  align-items: stretch;
  display: grid;
}

.email-link {
  text-transform: uppercase;
}

.signup-form {
  justify-content: space-between;
  display: flex;
}

.button__wrapper {
  color: #2e2e2d;
  flex: none;
  align-self: center;
  align-items: center;
  padding: .2rem .6rem;
  text-decoration: none;
  display: flex;
}

.grid_img-wapper {
  margin-top: 1rem;
  padding-top: 70%;
  position: relative;
}

.heading_style-4 {
  font-weight: 500;
}

.heading_style-4.allcaps {
  text-transform: uppercase;
  font-weight: 500;
}

.text_block-wrapper {
  margin-top: 1rem;
}

.journal_photo-wrapper {
  flex-direction: column;
  justify-content: space-between;
  padding-top: 90%;
  position: relative;
}

.hero_title {
  letter-spacing: -10px;
  display: inline-block;
}

.hero_photo-wrapper {
  margin-top: 2rem;
  padding-top: 60%;
  position: relative;
}

.email-input-field {
  color: #b6b6b6;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #e9e9e9;
  border-bottom-color: #2e2e2d;
  margin-bottom: 1rem;
  padding: 5px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.button__text {
  color: var(--outlaw_pink);
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
}

.text_size-xlarge {
  font-size: 2.5rem;
}

.modern_grid-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template: "Area Area"
                 ". ."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.email_text-wrapper {
  margin-bottom: .5em;
}

.journal_grid-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  display: grid;
}

.col {
  flex: 1;
  padding-left: .5rem;
  padding-right: .5rem;
}

.col.col-lg-2 {
  flex: 16.6667%;
  max-width: 16.6667%;
}

.col.col-lg-2.col-sm-12 {
  max-width: 20%;
}

.col.col-lg-2.col-sm-12.desktop_hide {
  display: none;
}

.col.col-lg-3 {
  flex: 25%;
  max-width: 25%;
}

.col.col-lg-10 {
  flex: 83.3333%;
  max-width: 83.3333%;
}

.col.col-lg-10.col-sm-12.desktop_hide {
  display: none;
}

.col.col-lg-6 {
  flex: 50%;
  max-width: 50%;
}

.footer_email-info {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.body_text-wrapper.is--link {
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.body_text-wrapper.justify-end {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.address_wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.timeless_photo-wrapper {
  margin-top: 2rem;
  padding-top: 60%;
  position: relative;
}

.heading_style-2 {
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Changa One, Impact, sans-serif;
  font-size: 7rem;
  font-weight: 400;
  line-height: .9;
}

.heading_style-2.small {
  font-size: 6rem;
  font-weight: 600;
}

.header_wrapper {
  padding-top: 3rem;
}

.arrow {
  filter: hue-rotate(263deg);
  width: 1.45rem;
  margin-left: .5rem;
}

.arrow.pink {
  filter: sepia() invert() hue-rotate(110deg);
}

.row {
  flex-wrap: wrap;
  align-content: stretch;
  margin-left: -.5rem;
  margin-right: -.5rem;
  display: flex;
}

.row.justify-between {
  justify-content: space-between;
}

.row.justify-end {
  justify-content: flex-end;
}

.row.align-end {
  align-items: flex-end;
}

.img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  inset: 0%;
}

.img.is--up {
  object-position: 50% 88%;
}

.img.contain {
  object-fit: contain;
}

.modern_photo-wrapper2 {
  margin-top: 1rem;
  padding-top: 80%;
  position: relative;
}

.nav_link-wrapper {
  margin-top: .4rem;
  margin-bottom: .4rem;
}

.nav_link-wrapper.is-last {
  margin-bottom: .4rem;
}

.spacer {
  padding-top: 3rem;
  padding-bottom: 3rem;
  box-shadow: 0 0 #0000, 0 .4px #00000006, 0 .8px #00000007, 0 1.4px .1px #00000008, 0 2px .1px #00000009, 0 2.9px .3px #00000009, 0 4px .6px #0000000a, 0 5.6px .9px #0000000a, 0 7.7px 1.5px #0000000a, 0 10.6px 2.3px #0000000b, 0 14.6px 3.5px #0000000b, 0 19.9px 5.1px #0000000b, 0 27.3px 7.4px #0000000b, 0 37.4px 10.6px #0000000b, 0 51.5px 15.1px #0000000c, 0 71.9px 21.6px #0000000c, 0 102.6px 31.5px #0000000c, 0 152.7px 47.8px #0000000d, 0 249.7px 79.4px #0000000e;
}

.link_text {
  color: #2e2e2d;
  letter-spacing: -1px;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.link_text.text-weight_regular {
  font-weight: 500;
}

.news_form-wrapper {
  margin-top: 2rem;
}

.journal_link-wrapper.is--link {
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.nav_menu {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: end;
  display: grid;
}

.body_text-regular {
  color: var(--light-grey);
}

.inspired_text-wrapper {
  padding-top: 1rem;
  padding-bottom: 4rem;
}

.modern_photo-wrapper {
  padding-top: 100%;
  position: relative;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.section.is--timeless {
  padding-bottom: 10rem;
}

.section.is--footer {
  padding-bottom: 2rem;
}

.section.is--modern {
  background-image: linear-gradient(180deg, black, var(--outlaw_black) 87%);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.section.is--journal {
  padding-bottom: 10rem;
}

.section.is--news {
  padding-bottom: 0;
}

.section.is--inspired {
  padding-top: 4rem;
  padding-bottom: 2rem;
}

.modern_grid2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer_img {
  padding-top: 80%;
  position: relative;
}

.loading-wrapper {
  z-index: 999;
  background-color: #0000;
  justify-content: space-between;
  align-items: stretch;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.intro-video {
  width: 100%;
  height: 100%;
}

.intro-video-mobile {
  width: 100%;
  height: 100%;
  display: none;
}

.grid-item {
  border: 1px red;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.grid-content {
  border: 2px green;
}

.grid-content.center {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 14rem;
  padding-right: 14rem;
  display: flex;
}

.grid-content.right {
  width: 100%;
  display: block;
}

.section-heading {
  color: var(--white);
  margin-bottom: 1rem;
  font-weight: 700;
  line-height: 1.05;
}

.section-paragraph {
  color: var(--white);
  font-size: 1.3rem;
  line-height: 1.5;
}

.content_text_wrap {
  width: 100%;
  max-width: 38rem;
}

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #57bb5e;
  min-width: 10rem;
  padding: 1rem 2.1rem;
  line-height: 1;
}

.button-3.alt {
  color: #fff;
  background-color: #57bb5e;
}

.top_trigger {
  pointer-events: none;
  height: 100vh;
  position: absolute;
  inset: 0% 0% auto;
}

.hero_section {
  text-align: center;
  background-image: url('../images/pexels-ivan-samkov-7621536.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-height: 80vh;
  display: flex;
  position: relative;
}

.footer_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.footer_bottom_wrap {
  grid-column-gap: .75em;
  grid-row-gap: .5em;
  color: #fff9;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer_title {
  color: var(--white);
  margin-bottom: .8rem;
  font-size: 1.4rem;
  line-height: 1;
}

.cta_section {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-image: url('../images/pexels-ivan-samkov-7621385.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 120vh;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.scroll_trigger {
  pointer-events: none;
  height: 100%;
  min-height: 100vh;
  position: absolute;
  inset: auto 0% 0%;
}

.content_img {
  aspect-ratio: 1.2;
  width: 100%;
}

.content_img.is-top {
  object-position: 50% 0%;
}

.footer_bottom_link:hover {
  color: #fff;
}

.cta_title {
  letter-spacing: -.06em;
  max-width: 10ch;
  font-size: 8rem;
  font-weight: 300;
  line-height: .8;
}

.footer_wrap {
  background-color: #0f2010;
  background-image: radial-gradient(circle farthest-side at 85% 119%, #4a2822, var(--outlaw_black) 52%);
  flex-direction: column;
  justify-content: center;
  min-height: 60vh;
  display: flex;
}

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

.top_wrap {
  position: relative;
  overflow: hidden;
}

.footer_list {
  grid-column-gap: 2em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.scroll_wrap {
  position: relative;
  overflow: hidden;
}

.container-2 {
  z-index: 2;
  width: 100%;
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
  padding: 5rem 4rem;
  position: relative;
}

.container-2.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.container-2.no-top {
  padding-top: 0;
}

.container-2.layout {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.footer_logo_text {
  color: var(--white);
  letter-spacing: -.04em;
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 1;
}

.title {
  letter-spacing: -.04em;
  margin-bottom: .75rem;
  font-size: 4rem;
  font-weight: 300;
  line-height: .9;
}

.heading-2 {
  letter-spacing: -.06em;
  max-width: 9ch;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 8rem;
  font-weight: 300;
  line-height: .8;
}

.content_list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.p {
  max-width: 34em;
  margin-bottom: 2rem;
}

.p.alt {
  margin-bottom: 0;
}

.footer_link {
  color: #fff9;
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.9;
  transition: color .1s;
  display: block;
}

.footer_link:hover {
  color: #fff;
}

.opacity-animation-wrapper {
  z-index: 3;
  min-height: 120vh;
  position: sticky;
  top: 0;
}

.section-2 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 150vh;
  display: flex;
  position: fixed;
}

.section-2.green {
  z-index: 5;
  background-image: url('../images/AdobeStock_946685589.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section-2.red {
  z-index: 4;
  background-color: #c46e6e;
  background-image: url('../images/AdobeStock_890137743.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
}

.section-2.blue {
  z-index: 3;
  background-color: #77a5f3;
  background-image: url('../images/AdobeStock_868542034.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  display: flex;
}

.section-2.yellow {
  z-index: 1;
  background-color: #d6b664;
  background-image: url('../images/AdobeStock_848029838.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
}

.section-2.purple {
  z-index: 0;
  background-color: #8a80f3;
  background-image: url('../images/AdobeStock_1015298577.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-3.is-grid {
  background-color: var(--outlaw_black);
  position: relative;
}

.container-3 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 9.2em 2em;
  display: flex;
}

.bp-2 {
  padding-bottom: 2em;
}

.grid_list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.photo_height {
  aspect-ratio: 1;
  position: relative;
}

.img-2 {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.container-4 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 9.2em 14em;
  display: flex;
}

.container-4.is-wide {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80vw;
  height: 100vh;
  padding: 2.1em;
  display: flex;
}

.panel2 {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex: none;
  width: 100vw;
  height: auto;
  display: block;
  position: relative;
}

.button_fill {
  z-index: 1;
  background-color: #f8f8f8;
  border-radius: 100vw;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.page-wrapper-2 {
  width: 100%;
  font-size: 1em;
  position: relative;
  overflow: visible;
}

.track {
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
  transform: translate(0%);
}

.hero_photo-height {
  width: 100%;
  height: 100%;
  position: relative;
}

.button_text {
  z-index: 2;
  position: relative;
}

.track-flex {
  justify-content: flex-start;
  align-items: stretch;
  margin-right: -100vw;
  display: flex;
}

.sticky-element {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  margin-bottom: -100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: scroll;
}

.sticky-element.disable-overflow {
  overflow: scroll;
}

.panel4 {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex: none;
  width: 130vh;
  height: 100%;
  display: none;
}

.button-4 {
  z-index: 2;
  background-color: var(--outlaw_red);
  color: var(--light-grey);
  border-radius: 100vw;
  margin: 1.9em;
  padding: 1.1em 2.6em;
  font-weight: 500;
  text-decoration: none;
  transition: all .4s;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.button-4:hover {
  border: 1px solid var(--white);
  background-color: var(--outlaw_black);
  transform: translate(-7px, -7px);
}

.global-styles-2 {
  position: fixed;
  inset: 0% 0% auto;
}

.panel3 {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex: none;
  width: 80vh;
  height: 100%;
  display: none;
}

.section-height {
  width: 100%;
  height: 500vw;
}

.section-wrapper {
  width: 100%;
  padding-bottom: 100vh;
  display: none;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.page-content {
  z-index: 2;
  width: 100%;
  position: relative;
}

.panel1 {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 820px;
  height: 100%;
  padding: 135px;
  display: flex;
  position: relative;
}

.panel5 {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex: none;
  justify-content: flex-end;
  width: 100vw;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.heading-3 {
  color: var(--white);
}

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

.rich-text-block {
  color: var(--white);
}

.background_image_wrapper {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.recipe-title {
  z-index: 2;
  color: var(--light-grey);
  text-transform: uppercase;
  text-shadow: 0 1px 9px #0000007a;
  padding-right: 200px;
  position: absolute;
  inset: 8% auto auto 7%;
}

.hero-image-overlay {
  z-index: 1;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
  background-image: linear-gradient(#000, #0000);
  position: absolute;
  inset: 0%;
}

.navbar_button {
  grid-column-gap: .5rem;
  color: var(--white);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  min-width: 90px;
  padding: 1.15rem 1.4rem;
  font-weight: 500;
  transition: all .25s;
  display: flex;
}

.navbar_button:hover {
  background-color: var(--outlaw_red);
  border-radius: .25rem;
}

.heading-style-h2-2 {
  line-height: .9;
}

.heading-style-h2-2.is-gold {
  color: var(--white);
}

.text-size-medium-2 {
  font-size: 1rem;
}

.text-size-medium-2.aling-middle-small-size {
  text-align: center;
  width: 41ch;
  font-size: 1rem;
}

.uni-middle-heading_wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.short-heading {
  color: var(--outlaw_pink);
  letter-spacing: 4px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: .5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}

.uni-middle-heading_content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.intro-line {
  z-index: 1;
  color: #3e3e3e;
  background-color: #3e3e3e;
  width: 1px;
  height: 7rem;
  position: absolute;
  inset: auto;
}

.intro-line_wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1px;
  height: 7rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.padding-global-2 {
  padding: 100px 0;
}

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

.intro-line_top {
  z-index: 2;
  background-color: var(--outlaw_pink);
  width: 1px;
  height: 7rem;
  position: absolute;
  inset: auto;
  overflow: hidden;
}

.padding-section-large-2 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.padding-section-large-2.is-intro {
  margin-top: 8rem;
  padding-bottom: 0;
}

.padding-section-large-2.no-arg-top {
  padding-top: 0;
  padding-bottom: 0;
}

.section_intro {
  background-color: #000;
  background-image: linear-gradient(#0d0606, #050507);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.uni-heading_space-between {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.uni-heading_space-between.align-right {
  justify-content: flex-start;
  align-items: center;
}

.uni-heading_wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.uni-heading_wrapper.align-right {
  justify-content: flex-start;
  align-items: flex-start;
}

.short-heading-2 {
  color: var(--outlaw_pink);
  letter-spacing: 4px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: .5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}

.uni_para {
  width: 40ch;
  margin-top: 0;
  font-size: 1rem;
}

.div-block-15 {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-end;
  width: 50%;
  margin-top: auto;
  display: flex;
}

.disaster-img_11 {
  opacity: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.disaster-img_3 {
  z-index: 3;
  opacity: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.disaster-img_6 {
  z-index: 6;
  opacity: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.disaster-img_1 {
  z-index: 1;
  opacity: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.disaster-img_2 {
  z-index: 2;
  opacity: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.disaster-img_10 {
  z-index: 10;
  opacity: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.disaster-img_7 {
  z-index: 7;
  opacity: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.disaster-img_5 {
  z-index: 5;
  opacity: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.disaster-img_8 {
  z-index: 8;
  opacity: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.disaster_wrapper {
  z-index: -1;
  background-image: url('../images/outlaw_spice-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 90svh;
  margin-top: 4rem;
  margin-bottom: 0;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
  position: relative;
}

.disaster-img_9 {
  z-index: 9;
  opacity: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.disaster-img_4 {
  z-index: 4;
  opacity: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.testimonial_person {
  grid-column-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 1rem;
  display: flex;
}

.short-heading-3 {
  color: #4adeff;
  letter-spacing: 4px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: .5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}

.short-heading-3.is-grey {
  color: var(--outlaw_pink);
}

.icon-1x1-medium-2 {
  color: var(--outlaw_pink);
  justify-content: center;
  align-items: center;
  width: 1.3rem;
  height: 1.5rem;
  display: flex;
}

.icon-1x1-medium-2.is-right {
  color: var(--outlaw_pink);
  width: 1.3rem;
  transform: rotate(180deg);
}

.testimonial_details {
  grid-row-gap: .25rem;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1rem;
  display: flex;
}

.heading-style-h4-2 {
  color: #fff;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: .9;
}

.heading-style-h4-2.is-grey {
  color: #d4d4d4;
  text-transform: capitalize;
}

.slider1_arrow-wrapper {
  color: #232322;
  border: 1px solid #fff3;
  border-radius: 100vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  transition: color .2s, background-color .2s;
  display: flex;
}

.slider1_arrow-wrapper:hover {
  color: #fff;
  background-color: #232322;
}

.slider1_arrow-wrapper.is-right {
  width: 3rem;
  height: 3rem;
  margin-top: 10rem;
  margin-left: 2rem;
  inset: 0% 0% 0% 100%;
}

.slider1_arrow-wrapper.is-left {
  width: 3rem;
  height: 3rem;
  margin-top: 10rem;
  margin-right: 2rem;
  inset: 0% 100% 0% 0%;
}

.testimonial_image {
  object-fit: cover;
  border-radius: 100vw;
  width: 4rem;
  height: 4rem;
}

.slider1_slide {
  height: auto;
}

.slider_nav {
  grid-column-gap: .3rem;
  color: #bd4d94;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  position: static;
}

.section_review {
  background-color: var(--outlaw_black);
  background-image: radial-gradient(circle farthest-side at 50% 100%, var(--outlaw_red), var(--outlaw_black) 72%);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100vw;
  display: flex;
  position: relative;
}

.slider_card {
  background-color: #0e0e0ec2;
  background-image: linear-gradient(#000, #0000);
  border: .5px solid #ffbbac54;
  border-radius: 9px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  height: 19rem;
  padding: 2.5rem;
  display: flex;
  position: relative;
}

.review_wrapper {
  grid-row-gap: 5rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.slider1_mask {
  height: auto;
}

.slider1_content {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-size-medium-3 {
  font-size: 1.25rem;
}

.text-size-medium-3.is-quote {
  color: var(--white);
  margin-top: 0;
  font-size: 1rem;
  font-weight: 400;
}

.text-size-medium-3.is-spice {
  color: var(--outlaw_pink);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: .7rem;
  font-size: .8rem;
  font-weight: 400;
}

.slider1 {
  background-color: #0000;
  width: 80%;
  height: auto;
}

.bull-tag {
  aspect-ratio: 1;
  filter: brightness(69%);
  mix-blend-mode: luminosity;
  width: 50px;
  position: absolute;
  inset: auto 2% 2% auto;
}

.recipe-overlay {
  z-index: 1;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #00000063;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.recipe-overlay.hero-transition {
  z-index: 99;
}

.recipe-overlay._1 {
  background-color: #0000008c;
  background-image: linear-gradient(189deg, #0000 41%, #000 88%);
}

.recipe-title-grid {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  padding-left: 5%;
  padding-right: 5%;
  font-size: 1.8rem;
}

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

.k-accordian {
  display: block;
  position: relative;
  overflow: hidden;
}

.base-line {
  background-color: var(--outlaw_pink);
  width: 12px;
  height: 2px;
}

.k-add-to-cart-wrap {
  margin-top: 24px;
  display: flex;
}

.k-price-widget {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  display: flex;
}

.k-product-slider {
  z-index: 95;
  background-color: var(--outlaw_black);
  position: fixed;
  inset: 75px 0% 0% 30vw;
  overflow: scroll;
}

.base-line-vr {
  background-color: var(--outlaw_pink);
  transform-origin: 50%;
  width: 12px;
  height: 2px;
  position: absolute;
  transform: rotate(90deg);
}

.k-accordian-icon-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.k-slider-mask {
  height: 100%;
  display: flex;
}

.k-accordian-toggle {
  color: var(--outlaw_pink);
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  font-weight: 600;
  line-height: 1;
  display: flex;
}

.k-mr-1 {
  margin-right: 5px;
  font-weight: 200;
}

.solid-btn {
  background-color: #040404;
  justify-content: center;
  align-items: center;
  width: 64px;
  max-width: 64px;
  height: 64px;
  padding: 10px 16px;
  display: flex;
}

.k-product-details {
  z-index: 99;
  color: var(--white);
  background-color: #000;
  border-right: 1px solid #040404;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  min-width: 30vw;
  max-width: 30vw;
  padding: 2vw 4vw;
  display: flex;
  position: fixed;
  top: 75px;
  bottom: 0%;
  overflow: hidden;
  box-shadow: 0 0 #0000, .4px 0 #00000014, .8px 0 #0000001a, 1.4px 0 .1px #0000001e, 2px 0 .1px #00000020, 2.9px 0 .3px #0002, 4px 0 .6px #00000023, 5.6px 0 .9px #00000024, 7.7px 0 1.5px #00000025, 10.6px 0 2.3px #00000026, 14.6px 0 3.5px #00000027, 19.9px 0 5.1px #00000027, 27.3px 0 7.4px #00000028, 37.4px 0 10.6px #00000029, 51.5px 0 15.1px #0000002a, 71.9px 0 21.6px #0000002b, 102.6px 0 31.5px #0000002c, 152.7px 0 47.8px #0000002e, 249.7px 0 79.4px #00000031;
}

.k-accordian-title {
  color: var(--outlaw_pink);
}

.k-product-main {
  position: relative;
}

.k-breadcrumbs-wrap {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 64px;
  display: flex;
}

.k-accordian-desc {
  background-color: #0000;
  display: block;
  position: relative;
}

.k-accordian-desc.w--open {
  position: relative;
}

.hero-content-wrapper {
  background-color: var(--outlaw_black);
  flex-direction: column;
  flex: 1;
  display: none;
  position: relative;
}

.k-accrodian-inner {
  padding-top: 8px;
  padding-bottom: 20px;
}

.k-slider-img {
  object-fit: cover;
  width: 64.5vw;
  min-width: 64.5vw;
  height: 100%;
  margin-right: 1.5vw;
}

.k-slider-img.k-product-main {
  background-color: var(--outlaw_black);
  object-fit: contain;
  padding: 11vw;
  box-shadow: 0 0 #0000, .4px 0 #00000014, .8px 0 #0000001a, 1.4px 0 .1px #0000001e, 2px 0 .1px #00000020, 2.9px 0 .3px #0002, 4px 0 .6px #00000023, 5.6px 0 .9px #00000024, 7.7px 0 1.5px #00000025, 10.6px 0 2.3px #00000026, 14.6px 0 3.5px #00000027, 19.9px 0 5.1px #00000027, 27.3px 0 7.4px #00000028, 37.4px 0 10.6px #00000029, 51.5px 0 15.1px #0000002a, 71.9px 0 21.6px #0000002b, 102.6px 0 31.5px #0000002c, 152.7px 0 47.8px #0000002e, 249.7px 0 79.4px #00000031;
}

.k-fake-scrolling {
  height: 300vh;
}

.btn {
  border: 1px solid var(--light-grey);
  color: var(--white);
  background-color: #0000;
  border-radius: 20px;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 64px;
  margin-right: 5px;
  padding-top: 10px;
  padding-left: 24px;
  padding-right: 24px;
  font-weight: 600;
  line-height: 1;
  transition: color .2s, background-color .2s;
  display: flex;
}

.btn:hover {
  color: #f9e5cc;
  background-color: #040404;
}

.text-block-4 {
  margin-right: 3px;
}

.global-styles-3 {
  position: fixed;
  inset: 0% 0% auto;
}

.button-5 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button-5.is-secondary {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  font-family: Montserrat, sans-serif;
}

.slider-wrapper {
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: flex;
}

.left {
  justify-content: space-between;
  align-items: center;
  width: 50%;
  display: flex;
}

.heading-wrapper {
  overflow: hidden;
}

.text-size-medium-4 {
  font-size: 1.25rem;
}

.text-size-medium-4.text-color-secondary {
  color: var(--outlaw_pink);
}

.text-size-medium-4.text-color-primary {
  color: #ababab;
}

.right {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.details-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.heading-style-h2-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h2-3.text-color-primary {
  color: #fff;
  font-family: Inconsolata, monospace;
}

.card-detail {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 55px 20px;
  display: flex;
}

.gsap-section {
  background-color: #000;
  width: 100%;
  height: 100vh;
  padding: 0 5%;
  overflow: hidden;
}

.card {
  transform-origin: 100%;
  background-color: #000;
  background-image: url('../images/outlaw_spice_favicon.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #fff;
  border-radius: 20px;
  width: 200px;
  height: 300px;
  position: absolute;
  top: 29%;
  bottom: 29%;
  left: 20%;
  transform: perspective(2000px);
  box-shadow: -20px 0 20px -3px #fff3;
}

.heading-style-h1-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.card-wrapper {
  transform-origin: 0%;
  width: 100%;
  height: 100%;
  position: relative;
  transform: perspective(2000px);
}

.animation-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.style-circle {
  z-index: 2;
  background-color: var(--outlaw_red);
  border-radius: 50%;
  width: 180px;
  height: 180px;
  position: absolute;
  top: 115px;
  left: 71px;
  box-shadow: 0 0 20px 2px #00000087;
}

.slide-nav {
  display: none;
}

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

.plate-container {
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  top: -3vw;
  right: -55vw;
}

.mask {
  z-index: 3;
}

.dish-name {
  text-transform: uppercase;
  text-shadow: 0 1px 20px #0000009c;
  margin-top: 0;
  margin-bottom: 17px;
  font-size: 60px;
  line-height: 60px;
}

.total-slides {
  z-index: 12;
  position: absolute;
  top: 200px;
  left: 200px;
}

.paragraph {
  color: #c5c5c5;
  max-width: 30vw;
  margin-top: 105px;
  margin-bottom: 0;
  line-height: 26px;
}

.arrow-2 {
  border: 1px solid var(--outlaw_pink);
  background-color: var(--outlaw_red);
  color: var(--outlaw_pink);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 20px;
  line-height: 20px;
  transition: color .2s;
  display: flex;
  position: static;
  box-shadow: 0 15px 50px -20px #000000b0;
}

.arrow-2:hover {
  border-color: var(--outlaw_red);
  background-color: var(--outlaw_pink);
  color: var(--outlaw_red);
}

.slide-overflow {
  overflow: hidden;
}

.book-now {
  z-index: 5;
  background-color: var(--white);
  color: var(--outlaw_black);
  text-transform: uppercase;
  border-radius: .5rem;
  padding: 16px 30px;
  font-size: 12px;
  line-height: 18px;
  text-decoration: none;
  position: absolute;
  bottom: 153px;
  left: 108px;
}

.slider {
  z-index: 10;
  background-color: var(--outlaw_black);
  color: var(--white);
  height: 100vh;
}

.plate {
  background-color: #fff;
  border-radius: 50%;
  width: 39vw;
  padding: 45px;
  display: inline-block;
  overflow: hidden;
  box-shadow: 0 20px 50px 1px #0000001a;
}

.main-content {
  z-index: 10;
  position: absolute;
  top: 123px;
  left: 108px;
}

.lazy-susan {
  z-index: 2;
  background-color: #fff;
  border-radius: 50%;
  width: 100vw;
  height: 100vw;
  position: absolute;
  top: -272px;
  right: -50vw;
  box-shadow: 16px 179px 300px -25px #00000012;
}

.arrow-link {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin: 85vh 0 0;
  display: flex;
  bottom: 0;
  left: 32vw;
  overflow: visible;
}

.arrow-link.right {
  left: 39vw;
}

.slide-line {
  z-index: 12;
  background-color: var(--outlaw_pink);
  width: 60px;
  height: 2px;
  position: absolute;
  top: 211px;
  left: 131px;
}

.style-circle-2 {
  z-index: 2;
  background-color: var(--outlaw_pink);
  border-radius: 50%;
  width: 210px;
  height: 210px;
  position: absolute;
  top: 101px;
  left: 55px;
  box-shadow: 0 22px 120px -25px #00000026;
}

.frame-item {
  margin-right: 30px;
  padding-top: 0%;
  position: relative;
}

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

.timeline-slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.timeline-nav {
  width: 100%;
  max-width: 945px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 21px;
  padding-left: 50px;
  padding-right: 50px;
}

.slider-title {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 55px;
  font-weight: 600;
  line-height: 55px;
}

.timeline-text {
  color: #a9a9a9;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
}

.frame-imgblock {
  width: 100%;
  max-width: none;
  height: auto;
  max-height: none;
  padding-top: 67%;
  position: relative;
  overflow: hidden;
}

.slider-content {
  color: #3caab4;
  text-align: center;
  background-color: #0000;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 970px;
  height: 100%;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  display: flex;
  position: relative;
}

.main-slider {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.timeline-item {
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.slider-text {
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

.timeline-frame {
  margin-bottom: 50px;
}

.right-arrow {
  display: none;
  inset: auto 35% 0% auto;
}

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

.button-block {
  justify-content: center;
  align-items: center;
  min-height: 90px;
  padding: 25px 15px;
  display: flex;
}

.slider-left {
  border: 2px solid var(--outlaw_pink);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  padding: 15px;
  display: flex;
}

.pricing {
  background-color: #1a1a1a;
  border: 1px solid #000;
  border-radius: .2rem;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  font-size: 22px;
  line-height: 1;
  position: relative;
}

.feature-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px dotted #ffffff5c;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin: 0;
  padding: 11px;
  display: grid;
}

.slider-product-title {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.content-wrap {
  background-color: #252525;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
  position: relative;
  inset: 0%;
}

.pricing-rate {
  opacity: .5;
}

.slider-right {
  border: 2px solid var(--outlaw_pink);
  background-color: #0000;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  padding: 15px;
  display: flex;
  box-shadow: 1px 1px 55px #00163214;
}

.slider-right:hover {
  border-color: var(--outlaw_black);
  filter: invert();
  background-color: #8ed7e5;
}

.arrow-bottom {
  display: none;
}

.title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.price-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 0 0 15px;
  display: flex;
}

.arrow-right {
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.car-icon {
  filter: brightness(200%) brightness(200%) hue-rotate(75deg);
  width: 25px;
  margin-right: 14px;
}

.button-6 {
  color: #fff;
  background-color: #8c54ff;
  justify-content: center;
  align-items: center;
  min-width: 170px;
  min-height: 55px;
  font-size: 15px;
  text-decoration: none;
  display: flex;
  box-shadow: -5px 30px 20px -20px #565d7161;
}

.product-base {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 33%;
  min-height: 500px;
  margin-top: 65px;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.product-slider-section {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 100px 5%;
  display: flex;
  position: relative;
}

.product-logo {
  width: 80px;
  margin-bottom: 8px;
}

.mask-2 {
  overflow: hidden;
}

.product-card {
  color: var(--white);
  background-image: none;
  flex-flow: column;
  min-width: 90vw;
  height: 100%;
  padding: 30px 15px;
  display: flex;
  position: relative;
}

.product-image {
  object-fit: contain;
  width: 100%;
  min-width: 500px;
  height: 100%;
  position: absolute;
}

.feature-column {
  width: 100%;
}

.product-wrap {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.product-slider {
  background-color: #0000;
  height: 100%;
}

.icon-3 {
  color: #4c4172;
}

.arrow-3 {
  filter: hue-rotate(266deg) invert();
  width: 20px;
}

.arrow-left {
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
  position: absolute;
  inset: auto auto auto 0;
}

.left-arrow {
  display: none;
  position: absolute;
  inset: auto 40% 0% auto;
}

.header5_background-video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hflex {
  justify-content: center;
  align-items: center;
  position: relative;
}

.description_card {
  border: 3px solid var(--white);
  border-radius: .4rem;
  max-width: 450px;
  position: relative;
  overflow: hidden;
}

.k-product-details-2 {
  z-index: 99;
  color: var(--light-grey);
  background-color: #f9e5cc;
  border-right: 1px solid #040404;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  min-width: 30vw;
  max-width: 30vw;
  padding: 2vw 4vw;
  display: flex;
  position: fixed;
  top: 75px;
  bottom: 0%;
  overflow: auto;
}

.product-wrapper {
  background-color: var(--outlaw_black);
  color: #040404;
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}

.hero-content-wrapper-2 {
  flex-direction: column;
  flex: 1;
  position: relative;
}

.btn-2 {
  color: var(--outlaw_pink);
  background-color: #0000;
  border: 1px solid #040404;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 64px;
  margin-right: 5px;
  padding-top: 10px;
  padding-left: 24px;
  padding-right: 24px;
  font-weight: 600;
  line-height: 1;
  transition: color .2s, background-color .2s;
  display: flex;
}

.btn-2:hover {
  color: #f9e5cc;
  background-color: #040404;
}

.heading-4 {
  font-size: 2.3rem;
}

.image-2 {
  filter: hue-rotate(328deg);
}

.collection-list {
  flex-flow: wrap;
  display: flex;
}

.spice_rack_image {
  border-radius: 20px;
  width: 45vw;
  min-width: 30vw;
  max-width: 45vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: 0 -8px 32px 8px #0003;
}

.highlight {
  color: var(--outlaw_pink);
}

.highlight.gradient {
  background-image: linear-gradient(192deg, var(--outlaw_red), var(--outlaw_pink) 70%, white);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.container-6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  padding-left: 19px;
  padding-right: 19px;
}

.product-container {
  color: #fff;
  cursor: pointer;
  border: 3px solid #fff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 55px 40px;
  display: flex;
  position: relative;
}

.product-container.dan-s, .product-container.rosie-s, .product-container.miami-j:hover {
  color: #fff;
}

.product-image-archive {
  max-height: 350px;
}

.product-image-archive.miami-j {
  max-height: 320px;
  margin-bottom: -65px;
}

.product-image-archive.miami-j.dropper {
  margin-bottom: -25px;
}

.text-block {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.text-block.product-detail-archive {
  font-size: 20px;
}

.text-block.product-detail-archive.price {
  inset: 20px 20px auto auto;
}

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

.product-grid-section {
  padding-bottom: 75px;
}

.section-5 {
  margin-left: 30px;
  margin-right: 30px;
}

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

.container-7.cc-heading-wrap {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 50px;
}

.our-beers {
  color: var(--white);
}

.store-categories-wrap {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.products-category-link {
  opacity: .6;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.products-category-link:hover {
  opacity: 1;
  color: #fff;
}

.products-category-link:active {
  opacity: .8;
}

.products-category-link.w--current {
  opacity: 1;
  letter-spacing: 1px;
  font-weight: 600;
}

.products-category-link.w--current:hover {
  opacity: .8;
}

.products-category-link.w--current:active {
  opacity: .7;
}

.collection-list-2 {
  justify-content: center;
  display: flex;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 14px 30px;
  font-size: 22px;
  line-height: 26px;
}

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

.dash-line {
  background-color: var(--outlaw_pink);
  color: var(--outlaw_pink);
  justify-content: flex-start;
  align-items: center;
  width: 8px;
  height: 2px;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 8px;
  padding-right: 0;
  display: flex;
  position: relative;
}

.ingredient-item-wrapper {
  border-radius: 10px;
  padding: 5px 10px;
}

.slider-2 {
  width: 100%;
  height: 100%;
}

.subtle-text {
  opacity: .5;
}

.text-block-5 {
  font-weight: 600;
}

.link-block {
  color: var(--white);
  font-weight: 400;
  text-decoration: none;
  transition: all .35s;
}

.link-block:hover {
  color: var(--outlaw_pink);
  font-weight: 600;
}

.slide, .lightbox-link, .image-3 {
  width: 100%;
  height: 100%;
}

.ai-assistant-wrapper {
  z-index: 999;
  aspect-ratio: 1;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  object-fit: contain;
  border-radius: 20px;
  justify-content: center;
  align-items: flex-end;
  height: 25vh;
  padding: 0;
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.ai-assistant-wrapper.absolute {
  position: absolute;
}

.spline-scene {
  transform: scale3d(1none, 1none, 1none);
  object-fit: contain;
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  position: relative;
}

.ai-assistant-wrapper-2 {
  z-index: 999;
  aspect-ratio: 1;
  object-fit: contain;
  background-color: #ff5d5d38;
  justify-content: center;
  align-items: flex-end;
  height: 25vh;
  padding: 0;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.spline-scene-2 {
  transform: scale3d(1none, 1none, 1none);
  object-fit: contain;
  transform-style: preserve-3d;
  background-color: #ff00003d;
  width: 100%;
  height: 100%;
  position: relative;
  bottom: 0;
}

.heading-style-h5-2 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.component-16-2 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #ebdaff;
  border-radius: 0;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 331px;
  height: 134px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.component-16-2.full-width {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: #000;
  background-color: #f6eeee40;
  border-color: #0000;
  width: 100%;
  box-shadow: -7px 20px 25px #b170ff2b;
}

.stars-div {
  background-color: #ffffffa6;
  border: .5px solid #eedfff;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 74px;
  height: 16px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% -9%;
}

.logo {
  color: #fff;
  width: 18%;
  font-size: 2rem;
}

.stars-grid {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial21_loop-trigger {
  flex-direction: row;
  display: flex;
}

.animated-gradient_embed {
  display: none;
}

.button-7 {
  color: #fff;
  text-align: center;
  background-color: #8055db;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
}

.button-7.is-secondary {
  color: #000;
  background-color: #0000;
}

.button-7.is-secondary.is-buy-now-button {
  width: 100%;
  margin-bottom: 1rem;
  font-weight: 700;
}

.button-7.is-add-to-cart-button {
  width: 100%;
  margin-top: .5rem;
  margin-bottom: 1rem;
}

.button-7.is-add-to-cart-button.primary-brand-color {
  background-color: #8055db;
}

.button-7.is-add-to-cart-button.primary-brand-color.black {
  background-color: #000;
  font-weight: 600;
}

.product-header8_price-wrapper {
  align-items: stretch;
  display: flex;
}

.product-header8_price-wrapper.price-right {
  margin-bottom: 1.5rem;
}

.product-header8_reviews-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.product-header8_rating-icon {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-right: .25rem;
  display: flex;
}

.margin-top-2 {
  margin: 2rem 0 0;
}

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

.product-header8_component {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 2.25fr 1.5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: grid;
}

.background-noise {
  opacity: .4;
  background-image: url('../images/noise.png');
  background-position: 0 0;
  background-size: auto;
  display: none;
  position: absolute;
  inset: 0%;
}

.text-block-wrapper-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 222px;
  height: 87.81px;
  margin: 14.81px 17.76px 18.35px 16.39px;
  display: flex;
}

.text-block-wrapper-2._14 {
  height: 100px;
  margin: 10px 0;
}

.product-header8_rating-wrapper {
  color: #000;
  margin-bottom: .25rem;
  display: flex;
}

.product-header8_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.product-page-wrapper {
  display: none;
}

.product-header8_image {
  border: 2px solid var(--white);
  object-fit: cover;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  box-shadow: 15px 15px 25px #000000b0;
}

.section_testimonial21 {
  overflow: hidden;
}

.product-header8_tab-link {
  background-color: #0000;
  border-bottom: 1.5px solid #0000;
  margin-right: 1.5rem;
  padding: .5rem 0;
}

.product-header8_tab-link.w--current {
  background-color: #0000;
  border-bottom-color: #000;
}

._16-text-block {
  color: #000;
  margin-left: 5px;
  font-size: 12px;
  font-weight: 600;
  line-height: 140%;
}

.product-header8_content-middle {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.navigation_buttons-wrapper {
  grid-column-gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.product-header8_list-wrapper.hide-tablet {
  background-color: #f7f4ff00;
  border: 1px #000;
  padding: 3%;
}

.flex-2 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.navigation_button {
  color: #1a1a1a;
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
  border-radius: 10rem;
  padding: .5rem 1.5rem;
  font-size: .875rem;
  text-decoration: none;
  transition: all .3s ease-out;
}

.navigation_button:hover {
  transform: translate(0, -.125rem);
  box-shadow: 0 0 0 1px #1a1a1a80, 0 0 12px 6px #fff3;
}

.navigation_button.is-secondary {
  color: #f2f2f2;
  background-color: #1a1a1a;
  font-weight: 600;
}

.error-state {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.heading-style-h1-3 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h1-3.primary-brand-color {
  color: #8055db;
}

.heading-style-h1-3.primary-brand-color.mega-text {
  font-size: 4rem;
  line-height: 1.1;
}

.heading-style-h1-3.primary-brand-color.mega-text.black {
  color: #000;
  text-align: left;
  font-size: 3.4rem;
}

.product-header8_text-divider {
  background-color: #000;
  width: 1px;
  margin-left: 1rem;
  margin-right: 1rem;
  display: block;
}

.testimonial21_client {
  text-align: left;
  align-items: center;
  margin-top: auto;
  display: flex;
}

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

.padding-global-3 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.product-header8_content-left {
  background-color: #fff0;
}

.product-header8_content-left.white {
  border: 3px solid var(--white);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #ffffff57;
  border-radius: 8px;
  padding: 10% 2rem;
  box-shadow: 0 2px 32px #000000b0;
}

.product-header8_image-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.navigation_component {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #131313d4;
}

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

.product-header8_main-image-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.product-header8_main-image-wrapper.circle {
  background-image: linear-gradient(#ffffff8c 19%, #fff0);
  border-radius: 100%;
}

.product-header8_default-state.secondary {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff4f;
  padding: 5%;
}

.testimonial21_rating-wrapper {
  margin-bottom: 1.5rem;
  display: flex;
}

.testimonial21_client-info {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: wrap;
  display: flex;
}

.product-header8_lightbox-link {
  width: 100%;
  display: block;
}

.testimonial21_content-2 {
  border: 2px solid #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 25rem;
  min-width: 25rem;
  margin-right: 2rem;
  padding: 2rem;
  display: flex;
}

.product-header8_tabs-menu {
  flex-flow: column;
  align-items: center;
  display: flex;
}

._16-paragraph {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4rem;
}

.testimonial21_component {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.text-size-small-2 {
  color: #000;
  font-size: .875rem;
}

.section-features {
  text-align: center;
  border: 1px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.section-features.product {
  min-height: 100%;
  padding-top: 0;
  padding-bottom: 4rem;
  display: block;
}

.navigation_layout {
  justify-content: space-between;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.product-header8_main-image {
  object-fit: contain;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  padding: 17px;
  position: absolute;
  inset: 0%;
}

._16-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 9px 15px 10.18px;
  display: flex;
}

._16-doc-img {
  position: absolute;
  inset: -21% 0% 0% 14%;
}

._16-doc-img:hover {
  transform: translate(0, -2px);
}

.paragraph-2 {
  text-align: left;
}

.testimonial21_rating-icon-2 {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

.image-div-16 {
  background-image: radial-gradient(circle, #973fff, #3e0284);
  border-radius: 8px 42px 8px 8px;
  width: 104px;
  height: 91px;
  margin-left: auto;
  margin-right: 26.98px;
  position: relative;
}

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

.gallery-left {
  width: 49.5%;
  margin-bottom: 1%;
  margin-right: 1%;
  position: relative;
  overflow: hidden;
}

.product-page-2 {
  color: var(--white);
  background-color: #000;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 60px;
  position: relative;
}

.product-tag {
  z-index: 10;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-top: 10px;
  margin-right: 10px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 600;
  line-height: 11px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.content-wrapper-2 {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1290px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

.intro-product-items {
  flex-direction: column;
  width: 24%;
  margin-right: 1%;
  display: flex;
}

.text-link-2 {
  font-size: 14px;
  transition: opacity .2s;
}

.text-link-2:hover {
  opacity: .85;
}

.text-link-2.medium {
  color: var(--light-grey);
  font-size: 16px;
  text-decoration: none;
}

.text-link-2.medium:hover {
  color: var(--white);
}

.accordion-wrapper {
  margin-bottom: 10px;
}

.accordion-wrapper.product {
  border-bottom: 1px solid #a2a3a3;
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.product-description {
  color: var(--outlaw_pink);
  font-size: 16px;
  font-weight: 500;
}

.expand {
  flex: 1;
}

.store-perks {
  text-align: center;
  border-right: 1px solid #a2a3a3;
  width: 33%;
  margin-right: 1px;
  padding: 30px 20px;
}

.store-perks._3 {
  border-right-style: none;
  padding-left: 5%;
}

.store-perks._2 {
  padding-left: 5%;
}

.flex-no-wrap {
  flex-wrap: nowrap;
  display: flex;
}

.no-top-margin {
  margin-top: 0;
}

.h6-small {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 22px;
}

.horizontal {
  background-color: #4e91bb;
  width: 14px;
  height: 2px;
}

.horizontal.color {
  background-color: #8a8a8a;
}

.gallery-right {
  width: 49.5%;
  margin-bottom: 1%;
  position: relative;
  overflow: hidden;
}

.open-close-box {
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  height: 28px;
  margin-left: 10px;
  display: flex;
  position: relative;
}

.price-2 {
  color: #fff;
  margin-right: 8px;
  font-weight: 500;
  display: inline-block;
}

.sticky-bar {
  position: sticky;
  top: 70px;
}

.sticky-bar._20-pixels {
  top: 20px;
}

.breadcrumbs {
  margin-bottom: 20px;
}

.breadcrumb-link-2 {
  color: var(--white);
  margin-right: 3px;
  font-size: 13px;
  text-decoration: none;
  transition: opacity .2s;
  display: inline-block;
}

.breadcrumb-link-2:hover {
  opacity: .85;
}

.product-title {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 1.3;
}

.hover-bg {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.flex-space {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.sku {
  margin-right: 3px;
  font-size: 11px;
  font-weight: 600;
  line-height: 11px;
  display: inline-block;
}

.text-small {
  font-size: 14px;
}

.text-small.grey {
  color: #8a8a8a;
}

.accordion-item-trigger {
  align-items: flex-start;
  width: 100%;
  padding-bottom: 5px;
  text-decoration: none;
  display: flex;
}

.accordion-item-trigger:hover {
  text-decoration: none;
}

.empty-state {
  background-color: #0000;
}

.accordion-item-content {
  padding-left: 30px;
  padding-right: 0;
  overflow: hidden;
}

.accordion-item-content.no-padding {
  padding-left: 0;
}

.category-link {
  text-decoration: none;
  transition: opacity .2s;
}

.category-link:hover {
  opacity: .85;
}

.main-image {
  aspect-ratio: 1;
  width: 100%;
  margin-bottom: 1%;
  position: relative;
  overflow: hidden;
}

.vertical {
  background-color: #4e91bb;
  width: 2px;
  height: 14px;
  position: absolute;
}

.vertical.color {
  background-color: #8a8a8a;
}

.flex {
  flex-wrap: wrap;
  display: flex;
  position: relative;
}

.top-margin-2 {
  position: relative;
}

.top-margin-2._40-pixels {
  margin-top: 40px;
}

.top-margin-2._20-pixels {
  margin-top: 20px;
}

.top-margin-2._60-pixels {
  background-color: var(--black);
  color: var(--white);
  margin-top: 60px;
}

.top-margin-2._10-pixels {
  margin-top: 10px;
}

.top-margin-2._4-pixels {
  margin-top: 4px;
}

.top-margin-2._30-pixels {
  margin-top: 20px;
}

.breadcrumb-2 {
  margin-right: 3px;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
}

.full-width {
  flex: 1;
  width: 100%;
}

.right-product-column {
  width: 30%;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.product-images {
  flex-wrap: wrap;
  flex: 1;
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.compare-price {
  color: #a2a3a3;
  margin-right: 8px;
  font-style: italic;
  font-weight: 500;
  text-decoration: line-through;
  display: inline-block;
}

.image-4 {
  filter: invert();
}

.image-5 {
  aspect-ratio: 1;
  object-fit: cover;
}

.text-span-12 {
  font-size: 5.2rem;
}

.title-2 {
  color: var(--outlaw_pink);
  font-size: 16px;
}

.image-8 {
  width: 22px;
  margin-right: 6px;
}

.feature-wrapper {
  z-index: 99;
  flex-direction: row;
  align-items: center;
  width: 100%;
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.hero-header {
  color: #fff;
  max-width: 60vw;
  margin-top: 10px;
  margin-bottom: 32px;
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
}

.container-8 {
  z-index: 2;
  width: 100%;
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.scroll {
  opacity: .5;
  width: 24px;
}

.return-text {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.link-block-2 {
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
  text-decoration: none;
  display: flex;
}

.recipe-header {
  background-image: url('../images/Home-Image.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  min-height: 770px;
  padding: 140px 3% 100px;
  display: flex;
  position: relative;
}

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

.collection-list-wrapper {
  margin-top: 25px;
}

.content-h5 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 2px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

.recipe-sticky {
  position: sticky;
  top: 180px;
}

.content-h3 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 17px;
  font-size: 32px;
  line-height: 1.1;
}

.ingredient-content {
  padding: 40px;
}

.line-break {
  background-color: #e8e8e8;
  width: 100%;
  height: 1px;
  margin-top: 45px;
  margin-bottom: 45px;
}

.ingredient-block {
  color: var(--white);
  background-color: #100f0d;
  border: 1px solid #e8e8e8;
  margin-top: 60px;
}

.recipe-icon-wrap {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 100px;
  width: 52px;
  height: 52px;
  margin-right: 12px;
  padding: 14px;
}

.form-block-2 {
  width: 100%;
  margin-top: 20px;
}

.text-field {
  border: 1px solid #e7e7e7;
  border-radius: 50px;
  min-height: 52px;
}

.other-recipes {
  margin-bottom: 40px;
}

.container-9 {
  width: 100%;
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.newsletter {
  border-radius: var(--0-5-rem);
  background-color: var(--black);
  background-image: radial-gradient(circle farthest-side at 50% 50%, var(--grey), var(--outlaw_black) 87%);
  text-align: center;
  border: 1px solid #e8e8e8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  padding: 60px 28px;
  display: flex;
}

.content-heading {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 1.6rem;
  font-size: 40px;
  line-height: 1;
}

.heading-5 {
  color: var(--white);
  margin-top: 0;
  font-size: 2.8rem;
}

.recipe-grid {
  grid-column-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

.recipe-detail-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
}

.recipe-detail-block {
  align-items: center;
  display: flex;
}

.ingredient-block-header {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px;
}

.recipe-detail-small {
  color: var(--outlaw_pink);
  font-size: 16px;
}

.content-section {
  padding: 100px 3%;
}

.recipe-extra-item {
  margin-bottom: 20px;
}

.recipe-block {
  color: var(--white);
}

.submit-button {
  border: 1px solid var(--outlaw_red);
  background-color: var(--outlaw_red_hover_off);
  border-radius: 50px;
  width: 100%;
  min-height: 52px;
}

.paragraph-3, .paragraph-4 {
  color: var(--white);
}

.side-blog {
  border-radius: var(--0-5-rem);
  text-decoration: none;
  transition: all .25s;
  overflow: hidden;
}

.side-blog:hover {
  border: 1px solid var(--outlaw_pink);
  background-color: #6926178a;
}

.side-blog.w--current {
  color: var(--white);
}

.recipe-extra-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
}

.div-block-7 {
  height: 120px;
}

.blog-image-small {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.recipe-title-wrap {
  align-items: center;
  padding: 8px 12px 8px 0;
  font-size: 1rem;
  display: flex;
}

.content-h6 {
  color: var(--white);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 1.1rem;
  line-height: 1.2;
}

.ingredients-slider-wrapper {
  flex-flow: row;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slider_track {
  min-width: 100%;
  height: 100%;
  position: sticky;
  inset: 0%;
  overflow: scroll;
}

.bold-text {
  font-weight: 900;
}

.form-2 {
  margin-bottom: 8px;
}

.pop-up-form {
  text-align: left;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  margin-top: 24px;
  display: flex;
}

.pop-up-text-input {
  background-color: #f7f9fa;
  border: 1px solid #eff1f3;
  border-radius: 3px;
  height: 44px;
  margin-bottom: 16px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.4px;
}

.pop-up-text-input::placeholder {
  color: #c2cdd8;
}

.pop-up-header {
  text-align: center;
}

.pop-up-button {
  color: #fff;
  text-align: center;
  background-color: #272727;
  border-radius: 3px;
  flex: none;
  margin-bottom: 8px;
  padding: 8px 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  transition: all .2s;
}

.pop-up-button:hover {
  background-color: var(--white);
  color: var(--outlaw_black);
}

.pop-up-button:active {
  opacity: 1;
}

.pop-up-back {
  background-color: #20202099;
  position: absolute;
  inset: 0%;
}

.pop-up-exit-button {
  opacity: .64;
  filter: invert();
  cursor: pointer;
  transition: opacity .2s;
  position: absolute;
  inset: 20px 20px auto auto;
}

.pop-up-exit-button:hover {
  opacity: 1;
}

.popup-form-error {
  color: #444;
  background-color: #dee5eb;
  border-radius: 6px;
  padding: 16px;
}

.pop-up-form-success {
  color: #33383f;
  background-color: #e9e9e9;
  border-radius: 4px;
  padding: 32px;
  font-size: 16px;
  line-height: 1.4em;
}

.pop-up-wrapper {
  z-index: 999;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.pop-up-box {
  background-color: var(--outlaw_black);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--grey), black);
  color: var(--white);
  cursor: auto;
  border-radius: 8px;
  max-width: 80vw;
  padding: 40px 40px 32px;
  position: relative;
  box-shadow: 0 8px 32px -8px #00000073;
}

.pop-up-text-box {
  max-width: 650px;
}

.pop-up-paragraph {
  text-align: center;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.4em;
}

.modal-wrapper---image-wrapper {
  border-radius: 1.5rem;
  overflow: hidden;
}

.spice-rack-slider-wrapper {
  border-radius: 20px;
  width: 45vw;
  min-width: 30vw;
  max-width: 45vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: hidden;
  box-shadow: 0 -8px 32px 8px #0003;
}

.slider-3 {
  width: 100%;
  height: 100%;
}

.dropdown_collectiontion_item {
  width: 45%;
}

.collection-item-2 {
  position: relative;
}

.splide__slide {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex: none;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.paragraph-5 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.splide_img-wrapper {
  width: 40%;
  height: 100%;
}

.splide_wrapper {
  z-index: 800;
  background-image: linear-gradient(270deg, #d9ff0099, #64f6ed99);
  border: 1px solid #000;
  border-radius: 2rem;
  width: 80rem;
  max-height: 80px;
  padding: 2.5rem;
  position: relative;
}

.splide__list {
  display: flex;
}

.picto-1x1 {
  width: 2rem;
  height: 2rem;
}

.splide_content-wrapper {
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  min-height: 22rem;
  padding-bottom: 2.5rem;
  display: flex;
}

.splide_img {
  width: 100%;
}

.splide__track {
  overflow: hidden;
}

.collection-item-3 {
  position: relative;
}

.collection-list-3 {
  position: relative;
  overflow: hidden;
}

.opacity-70 {
  opacity: .7;
}

@media screen and (min-width: 1280px) {
  .grid_list {
    grid-auto-columns: 1fr;
  }

  .photo_height {
    aspect-ratio: auto;
    height: 33vh;
  }

  .top-margin-2._30-pixels {
    margin-top: 30px;
  }
}

@media screen and (min-width: 1440px) {
  .grid_list {
    grid-auto-columns: 1fr;
  }

  .photo_height {
    aspect-ratio: auto;
  }

  .uni-middle-heading_content {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .container-large-2 {
    max-width: 80rem;
  }

  .section_intro {
    position: relative;
  }

  .heading-style-h4-2 {
    color: #fff;
    font-size: 1.9rem;
    line-height: .9;
  }

  .section_review {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .k-product-slider {
    left: 22.5vw;
  }

  .k-product-details, .k-product-details-2 {
    min-width: 22.5vw;
    max-width: 22.5vw;
  }
}

@media screen and (min-width: 1920px) {
  .recipe-title-grid {
    font-size: 2.5rem;
  }

  .spice_rack_image, .spice-rack-slider-wrapper {
    max-width: 50%;
  }
}

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

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

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

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

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

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

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

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

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .navbar10_dropdown-toggle {
    align-items: center;
    padding: .75rem 0;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar10_menu-right {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
  }

  .navbar10_blog-item-content {
    width: 100%;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-middle {
    background-color: var(--white);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar10_blog-item-image {
    width: 100%;
  }

  .menu-icon_line-bottom {
    background-color: var(--white);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar10_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar10_dropdown-content-right {
    align-items: flex-start;
    max-width: none;
    padding-top: 0;
  }

  .navbar10_menu-dropdown {
    width: 100%;
  }

  .navbar10_blog-item {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    display: flex;
  }

  .navbar10_dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .navbar10_dropdown-list.w--open {
    border-style: none;
    align-items: flex-start;
    padding: 0 0 0;
    position: absolute;
    top: 100px;
    overflow: scroll;
  }

  .navbar10_dropdown-content {
    flex-direction: column;
  }

  .navbar10_dropdown-content.cms {
    flex-flow: row;
  }

  .navbar10_menu {
    background-color: var(--white);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    align-items: flex-start;
    height: 100dvh;
    margin-left: 0;
    padding: 1rem 5% 6.5rem;
    transition: height .5s;
    position: absolute;
    overflow: auto;
  }

  .navbar10_menu-button.w--open {
    background-color: #0000;
  }

  .navbar10_blog-item-image-wrapper {
    aspect-ratio: 1;
    object-fit: cover;
    flex-direction: column;
    width: 100px;
    position: relative;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-top {
    background-color: var(--white);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar10_blog-list {
    grid-row-gap: 2rem;
    flex-flow: wrap;
    width: 100%;
    height: 100%;
    display: flex;
    overflow: scroll;
  }

  .navbar10_dropdown-content-left {
    align-content: start;
    align-items: start;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .button-container {
    flex-flow: row;
    justify-content: center;
  }

  .modal1_content-wrapper {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .text_size-xlarge {
    font-size: 2rem;
  }

  .heading_style-2 {
    font-size: 7rem;
  }

  .heading_style-2.small {
    letter-spacing: -5px;
    font-size: 4.8rem;
  }

  .spacer._2rem {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .footer_img {
    margin-bottom: 5rem;
  }

  .intro-video-mobile {
    display: none;
  }

  .grid-item {
    flex-flow: column;
  }

  .grid-content {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

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

  .section-paragraph {
    font-size: 1.1rem;
  }

  .content_text_wrap {
    width: 100%;
  }

  .cta_title {
    font-size: 6rem;
  }

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

  .container-2 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-2 {
    font-size: 6rem;
  }

  .content_list {
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    max-width: 30em;
  }

  .content_list.is-alt {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .container-3 {
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .grid_list {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    grid-template-columns: 1fr 1fr;
  }

  .photo_height {
    aspect-ratio: auto;
    width: 100%;
    height: 30svh;
  }

  .container-4 {
    padding-left: 12vw;
    padding-right: 12vw;
  }

  .panel5 {
    width: 120vw;
  }

  .navbar_button {
    align-items: center;
    padding: .75rem 0;
    font-size: 1.125rem;
    display: flex;
  }

  .padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uni-heading_space-between.align-right {
    justify-content: flex-start;
    align-items: center;
  }

  .uni_para {
    text-align: center;
  }

  .slider1_arrow-wrapper, .slider_card._3 {
    display: none;
  }

  .k-product-desc {
    margin-top: 16px;
  }

  .k-product-slider {
    padding-left: 4vw;
    padding-right: 4vw;
    position: static;
  }

  .k-slider-mask {
    overflow: scroll;
  }

  .k-product-details {
    border-right-style: none;
    max-width: none;
    padding-top: 4vw;
    padding-bottom: 4vw;
    position: static;
  }

  .k-breadcrumbs-wrap {
    margin-bottom: 32px;
  }

  .hero-content-wrapper {
    flex-direction: column-reverse;
    padding-top: 2vw;
    display: flex;
  }

  .k-slider-img {
    min-height: 45vh;
  }

  .k-slider-img.last-img {
    margin-right: 0;
  }

  .k-fake-scrolling {
    display: none;
  }

  .style-circle {
    left: 1vw;
  }

  .total-slides {
    left: 16vw;
  }

  .book-now {
    bottom: 25vw;
    left: 4vw;
  }

  .plate {
    top: 26vw;
  }

  .main-content {
    left: 4vw;
  }

  .lazy-susan {
    top: -10vw;
  }

  .arrow-link {
    left: 13vw;
  }

  .arrow-link.right {
    left: 25vw;
  }

  .slide-line {
    left: 7vw;
  }

  .style-circle-2 {
    left: 1vw;
  }

  .timeline-nav {
    padding-left: 50px;
    padding-right: 50px;
  }

  .slider-left {
    border-style: solid;
    border-radius: 2rem 0 0 2rem;
    width: 80px;
    height: 50px;
    padding: 7px;
  }

  .slider-left:hover {
    background-color: var(--outlaw_red);
  }

  .content-wrap {
    z-index: 20;
    position: relative;
  }

  .slider-right {
    border-style: solid;
    border-radius: 0 2rem 2rem 0;
    width: 80px;
    height: 50px;
    padding: 7px;
  }

  .slider-right:hover {
    filter: invert();
  }

  .arrow-bottom {
    z-index: 5;
    justify-content: center;
    align-items: center;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    display: flex;
    position: absolute;
    inset: auto 0 0%;
  }

  .arrow-right {
    display: none;
  }

  .product-base {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .product-slider-section {
    overflow: hidden;
  }

  .mask-2 {
    overflow: visible;
  }

  .product-card {
    padding-bottom: 50px;
    position: relative;
  }

  .product-image {
    max-width: 130%;
  }

  .arrow-3 {
    filter: invert();
  }

  .arrow-left {
    display: none;
  }

  .k-product-details-2 {
    border-right-style: none;
    max-width: none;
    padding-top: 4vw;
    padding-bottom: 4vw;
    position: static;
  }

  .hero-content-wrapper-2 {
    flex-direction: column-reverse;
    padding-top: 2vw;
    display: flex;
  }

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

  .our-beers {
    font-size: 36px;
  }

  .ai-assistant-wrapper {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    left: 0;
    right: auto;
  }

  .component-16-2 {
    width: 305px;
  }

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

  .product-header8_component {
    grid-column-gap: 4rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 3.5rem;
    padding-bottom: 6rem;
  }

  .text-block-wrapper-2._14 {
    width: 226px;
  }

  .heading-style-h1-3 {
    font-size: 3.25rem;
  }

  ._16-paragraph {
    margin-top: 5px;
  }

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

  ._16-wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }

  .image-div-16 {
    margin-right: 11px;
  }

  .content-wrapper-2 {
    max-width: 100%;
  }

  .no-top-margin {
    font-size: 26px;
    line-height: 32px;
  }

  .title-2 {
    color: #0bd95a;
  }

  .hero-header {
    font-size: 55px;
  }

  .other-recipes {
    padding: 40px;
  }

  .recipe-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
  }

  .recipe-extra-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-7 {
    height: 240px;
  }

  .pop-up-button {
    position: relative;
  }

  .spice-rack-slider-wrapper {
    width: 75vw;
    max-width: 75vw;
  }
}

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-xsmall {
    margin: .75rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

  .padding-xsmall {
    padding: .75rem;
  }

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

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

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

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

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

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

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

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

  .text-style-quote {
    font-size: 1.125rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .button.is-alternate.is-small {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

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

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .banner5_wrapper {
    padding-right: .5rem;
  }

  .banner5_content {
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 1rem;
  }

  .banner5_close-button {
    margin-left: 0;
  }

  .cms-item-link {
    border-radius: var(--0-5-rem);
    width: 100%;
  }

  .cms-item-link:hover {
    background-color: #6926174f;
    background-image: radial-gradient(circle farthest-corner at 0% 0%, #632315b3, var(--outlaw_black) 66%);
  }

  .navbar10_dropdown-link-list {
    justify-content: center;
    align-items: center;
    max-width: none;
    margin-bottom: 1.5rem;
    padding: 0;
    display: flex;
  }

  .navbar10_blog-item-image {
    border-radius: var(--0-5-rem);
    margin-bottom: 0;
  }

  .navbar10_component {
    min-height: 4rem;
  }

  .navbar10_dropdown-content-right {
    max-height: 300px;
    padding-bottom: 1.5rem;
    overflow: scroll;
  }

  .navbar10_dropdown-link {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: .6rem;
    display: flex;
  }

  .navbar10_dropdown-link.w--current {
    padding: 0;
  }

  .navbar10_blog-item {
    grid-row-gap: 1rem;
    border-radius: var(--0-5-rem);
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    transition: all .25s;
  }

  .navbar10_blog-item:hover {
    border: 1px solid #4e4e4e57;
    transform: translate(0);
    box-shadow: 3px 3px 15px #0000008f;
  }

  .navbar10_dropdown-list.w--open {
    z-index: 999;
    top: 65px;
  }

  .navbar10_dropdown-content.cms {
    flex-flow: column;
  }

  .navbar10_menu {
    padding-bottom: 6rem;
  }

  .navbar10_blog-item-image-wrapper {
    width: auto;
    max-width: 100%;
    height: 100%;
    max-height: 120px;
  }

  .navbar10_blog-list {
    grid-row-gap: .4rem;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 2%;
    padding-right: 2%;
  }

  .navbar10_dropdown-content-left {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .modal1_component {
    align-items: flex-start;
    width: 100vw;
  }

  .modal1_content-wrapper {
    width: 90%;
    height: 90svh;
    max-height: none;
    margin-top: 5svh;
    padding-bottom: 4rem;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .show-mobile-landscape {
    display: block;
  }

  .heading_style-3 {
    font-size: 1.5rem;
  }

  .nav_mob {
    justify-content: space-between;
    display: flex;
  }

  .nav_mob.hide-desktop {
    margin-bottom: 2.5rem;
    display: flex;
  }

  .social_links-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 2.75fr;
  }

  .email-link {
    font-size: 2.5rem;
  }

  .social_link-wapper {
    margin-top: .5rem;
  }

  .heading_style-4.allcaps {
    font-size: .8rem;
  }

  .hero_title {
    letter-spacing: -6px;
    justify-content: center;
    align-items: center;
    font-size: 13.5vw;
    display: inline-block;
  }

  .button__text {
    font-size: .8rem;
  }

  .text_size-xlarge {
    font-size: 1.5rem;
  }

  .modern_grid-wrapper {
    margin-top: 4rem;
  }

  .journal_grid-wrapper {
    margin-top: 2rem;
  }

  .col.col-lg-2.col-sm-12.desktop_hide, .col.col-lg-10.col-sm-12.desktop_hide {
    display: block;
  }

  .body_text-wrapper {
    margin-top: 1rem;
  }

  .heading_style-2 {
    letter-spacing: -6px;
    font-size: 3.5rem;
  }

  .header_wrapper {
    padding-top: 1.5rem;
  }

  .arrow {
    width: 1.1rem;
  }

  .modern_photo-wrapper2 {
    margin-top: 1rem;
  }

  .link_text {
    font-size: .8rem;
  }

  .link_text.text-weight_regular {
    font-size: .8rem;
    display: inline-block;
  }

  .journal_link-wrapper {
    margin-top: 1rem;
  }

  .nav_menu {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    justify-items: stretch;
    margin-bottom: 2.5rem;
  }

  .nav_menu.hide-mob {
    display: none;
  }

  .body_text-regular {
    font-size: 1rem;
  }

  .inspired_text-wrapper {
    padding-top: 5rem;
    padding-bottom: 2rem;
  }

  .modern_photo-wrapper {
    margin-top: 1rem;
  }

  .section.is--timeless {
    padding-bottom: 5rem;
  }

  .section.is--modern {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section.is--journal, .section.is--news, .section.is--inspired {
    padding-bottom: 5rem;
  }

  .intro-video-mobile {
    display: none;
  }

  .section-paragraph {
    font-size: 1rem;
  }

  .cta_title {
    font-size: 5.3rem;
  }

  .title {
    font-size: 3.2em;
  }

  .heading-2 {
    font-size: 5.3rem;
  }

  .photo_height {
    height: 25svh;
  }

  .heading-style-h2-2 {
    font-size: 4rem;
  }

  .text-size-medium-2.aling-middle-small-size {
    text-align: left;
  }

  .uni-middle-heading_wrapper {
    align-items: flex-start;
    margin-top: 2rem;
  }

  .uni-middle-heading_content {
    align-items: flex-start;
  }

  .intro-line_wrapper {
    margin-top: 3rem;
    margin-left: auto;
    margin-right: auto;
  }

  .padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-section-large-2.is-intro {
    margin-top: 0;
    padding-top: 0;
  }

  .section_intro {
    height: 60vh;
  }

  .uni-heading_space-between {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  .uni-heading_wrapper {
    align-items: flex-start;
  }

  .short-heading-2 {
    font-size: .8rem;
  }

  .uni_para {
    text-align: left;
    font-size: .8rem;
  }

  .testimonial_person {
    grid-column-gap: 1rem;
  }

  .heading-style-h4-2 {
    font-size: 1.8rem;
  }

  .heading-style-h4-2.is-grey {
    font-size: 1.5rem;
  }

  .slider_card {
    padding: .7rem;
  }

  .slider_card._2 {
    display: none;
  }

  .review_wrapper {
    grid-row-gap: 3rem;
  }

  .slider1_content {
    padding: 2rem;
  }

  .bull-tag {
    width: 33px;
  }

  .recipe-title-grid {
    font-size: 1.6rem;
  }

  .k-price-widget {
    font-size: 18px;
    font-weight: 600;
  }

  .k-product-details {
    border-right-style: none;
    flex: 1;
  }

  .k-breadcrumbs-wrap {
    margin-bottom: 16px;
  }

  .hero-content-wrapper {
    justify-content: space-between;
  }

  .heading-style-h2-3 {
    font-size: 2rem;
  }

  .heading-style-h1-2 {
    font-size: 2.5rem;
  }

  .total-slides {
    left: 22vw;
  }

  .paragraph {
    max-width: 34vw;
  }

  .plate {
    width: 59vw;
    top: 38vw;
    right: -44px;
  }

  .lazy-susan {
    top: 16vw;
    right: -51vw;
  }

  .arrow-link {
    left: 4vw;
  }

  .arrow-link.right {
    left: 16vw;
  }

  .slide-line {
    left: 9vw;
  }

  .timeline-nav {
    max-width: 600px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .slider-title {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 45px;
    line-height: 46px;
  }

  .timeline-text {
    font-size: 14px;
  }

  .slider-content {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .slider-text {
    font-size: 16px;
    line-height: 25px;
  }

  .feature-text {
    font-size: .8rem;
  }

  .pricing {
    line-height: 1;
  }

  .product-base {
    min-height: 300px;
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .product-card {
    min-width: 80%;
  }

  .product-image {
    min-width: 300px;
    max-width: 100%;
  }

  .feature-column {
    padding-left: 0;
    padding-right: 0;
  }

  .product-wrap {
    flex-direction: column;
  }

  .description_card {
    max-width: 350px;
  }

  .k-product-details-2 {
    border-right-style: none;
    flex: 1;
  }

  .hero-content-wrapper-2 {
    justify-content: space-between;
  }

  .section-5 {
    margin-left: 15px;
    margin-right: 15px;
  }

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

  .container-7.cc-heading-wrap {
    margin-bottom: 50px;
  }

  .our-beers {
    font-size: 28px;
  }

  .store-categories-wrap {
    flex-direction: column;
  }

  .products-category-link {
    margin-bottom: 10px;
  }

  .collection-list-2 {
    flex-direction: column;
  }

  .heading-style-h5-2 {
    font-size: 1.25rem;
  }

  .component-16-2 {
    width: 324px;
  }

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

  .product-header8_component {
    grid-column-gap: 4rem;
    grid-row-gap: 2rem;
    padding-top: 2.5rem;
    padding-bottom: 4rem;
  }

  .text-block-wrapper-2._14 {
    margin-left: 10px;
  }

  .product-header8_list {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .product-header8_content-middle {
    grid-template-columns: 1fr;
  }

  .heading-style-h1-3 {
    font-size: 2.5rem;
  }

  .testimonial21_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .padding-global-3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .text-size-medium-5 {
    font-size: 1rem;
  }

  .testimonial21_content-2 {
    padding: 1.5rem;
  }

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

  .content-wrapper-2 {
    z-index: 5;
  }

  .product-description {
    font-size: 16px;
    line-height: 25px;
  }

  .no-top-margin {
    font-size: 24px;
    line-height: 30px;
  }

  .right-product-column {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .product-images {
    flex: 0 auto;
    width: 100%;
    margin-bottom: 20px;
  }

  .ingredient-content, .other-recipes {
    padding-left: 32px;
    padding-right: 32px;
  }

  .recipe-detail-grid {
    grid-row-gap: 32px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .pop-up-form {
    flex-direction: column;
  }

  .collection-item, .dropdown_collectiontion_item {
    width: 100%;
  }
}

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

  .hide-mobile-portrait {
    display: none;
  }

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

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

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

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

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

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

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

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .text-size-small {
    font-size: .6rem;
  }

  .navbar10_blog-item {
    flex-flow: row;
  }

  .navbar10_blog-item-image-wrapper {
    max-height: 97px;
  }

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

  .navbar10_dropdown-content-left {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .text-weight-semibold {
    font-size: .9rem;
    line-height: 1.2;
  }

  .banner-text {
    text-align: left;
  }

  .header34_form {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .button-container {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    flex-flow: column;
  }

  .modal1_content-wrapper {
    height: 95svh;
    margin-top: 2.5svh;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .journal_inner-grid {
    margin-top: 1.5rem;
  }

  .email-link {
    letter-spacing: -3px;
    font-size: 1.9rem;
  }

  .signup-form {
    flex-direction: column;
    align-items: flex-start;
  }

  .button__wrapper {
    align-self: flex-start;
  }

  .heading_style-4.allcaps {
    margin-left: 0;
    font-size: .8rem;
  }

  .hero_title {
    letter-spacing: -4px;
    font-size: 14vw;
  }

  .text_size-xlarge {
    font-size: 1.2rem;
  }

  .modern_grid-wrapper {
    margin-top: 2rem;
  }

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

  .heading_style-2 {
    letter-spacing: -4px;
    font-size: 4rem;
  }

  .arrow {
    width: 1rem;
  }

  .sub_header-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .nav_link-wrapper.is-last {
    margin-bottom: .4rem;
    margin-right: 0;
  }

  .spacer {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .link_text, .link_text.text-weight_regular {
    justify-content: space-between;
    align-items: center;
    font-size: .8rem;
    display: flex;
  }

  .journal_link-wrapper.is--link {
    margin-top: 1rem;
  }

  .body_text-regular {
    font-size: 1rem;
  }

  .inspired_text-wrapper {
    padding-top: 2rem;
  }

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

  .section.is--timeless {
    padding-bottom: 5rem;
  }

  .section.is--modern {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section.is--journal, .section.is--news, .section.is--inspired {
    padding-bottom: 5rem;
  }

  .section-paragraph {
    text-align: center;
    font-size: 1.2rem;
  }

  .cta_title {
    font-size: 19vw;
  }

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

  .title {
    font-size: 2.6em;
  }

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

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

  .heading-style-h2-2 {
    text-align: left;
    font-size: 3rem;
  }

  .text-size-medium-2.aling-middle-small-size {
    text-align: left;
    width: 100%;
    font-size: .8rem;
  }

  .uni-middle-heading_wrapper {
    align-items: flex-start;
  }

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

  .uni-heading_space-between {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .uni-heading_space-between.align-right {
    text-align: center;
    justify-content: flex-end;
    align-items: center;
  }

  .uni-heading_wrapper, .uni-heading_wrapper.align-right {
    justify-content: flex-start;
    align-items: center;
  }

  .short-heading-2 {
    font-size: .8rem;
  }

  .uni_para {
    text-align: left;
    margin-top: .8rem;
    font-size: .8rem;
  }

  .div-block-15 {
    justify-content: center;
    align-items: flex-end;
    width: 96%;
  }

  .disaster_wrapper {
    margin-bottom: 2rem;
  }

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

  .review_wrapper {
    grid-row-gap: 0rem;
  }

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

  .text-size-medium-3.is-quote, .text-size-medium-3.is-spice {
    font-size: .8rem;
  }

  .k-product-details {
    flex: 1;
  }

  .hero-content-wrapper {
    justify-content: space-between;
    padding-top: 5vw;
  }

  .k-slider-img {
    height: 26vh;
  }

  .k-slider-img.last-img {
    min-width: 64.5vw;
    min-height: 26vh;
  }

  .style-circle {
    top: 83px;
    left: -5vw;
  }

  .dish-name {
    margin-bottom: 20px;
  }

  .total-slides {
    top: 203px;
  }

  .paragraph {
    max-width: 90%;
    margin-top: 16px;
  }

  .book-now {
    bottom: 77vw;
  }

  .plate {
    top: 67vw;
  }

  .lazy-susan {
    top: 42vw;
  }

  .arrow-link.right {
    left: 20vw;
  }

  .slide-line {
    top: 212px;
  }

  .style-circle-2 {
    top: 83px;
    left: -5vw;
  }

  .button-block {
    width: 100%;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .feature-block {
    margin-top: 0;
    margin-bottom: 0;
    padding: 7px 8px;
  }

  .slider-product-title {
    margin-bottom: 20px;
  }

  .content-wrap {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .price-block {
    width: 100%;
    padding: 16px 0;
  }

  .car-icon {
    margin-right: 8px;
  }

  .product-slider-section {
    justify-content: center;
    align-items: center;
    min-height: 140vh;
    padding-top: 0;
    padding-bottom: 80px;
  }

  .product-card {
    min-height: 80svh;
  }

  .product-image {
    min-height: 300px;
    top: 54px;
  }

  .feature-column {
    padding-left: 0;
    padding-right: 0;
  }

  .product-wrap {
    justify-content: flex-end;
    align-items: center;
  }

  .hflex {
    flex-flow: column-reverse;
  }

  .description_card {
    left: auto;
  }

  .k-product-details-2 {
    flex: 1;
  }

  .hero-content-wrapper-2 {
    justify-content: space-between;
    padding-top: 5vw;
  }

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

  .section-5 {
    padding-top: 40px;
  }

  .our-beers {
    margin-bottom: 0;
    font-size: 22px;
  }

  .store-categories-wrap {
    margin-top: 10px;
  }

  .products-category-link {
    font-size: 14px;
  }

  .component-16-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 279px;
  }

  .product-header8_price-wrapper {
    flex-direction: column;
  }

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

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

  .text-block-wrapper-2 {
    width: 145px;
    margin-top: -11px;
    margin-bottom: 0;
    margin-right: 0;
  }

  .navigation_buttons-wrapper {
    grid-column-gap: .5rem;
  }

  .flex-2 {
    margin-top: 5px;
  }

  .navigation_button {
    white-space: nowrap;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navigation_button.is-secondary {
    margin-top: 12px;
  }

  .product-header8_tabs-menu {
    align-items: flex-start;
  }

  ._16-paragraph {
    font-size: 12px;
  }

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

  .image-div-16 {
    width: 122px;
    margin-right: 20px;
  }

  .content-wrapper-2 {
    margin-bottom: 144px;
  }

  .intro-product-items {
    flex-direction: column;
    width: 100%;
    max-width: 350px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .store-perks {
    border-bottom: 1px solid #a2a3a3;
    border-right-style: none;
    width: 100%;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
  }

  .no-top-margin {
    font-size: 22px;
    line-height: 28px;
  }

  .right-product-column {
    width: 100%;
  }

  .hero-header {
    font-size: 48px;
  }

  .recipe-header {
    height: 100vh;
    min-height: 400px;
  }

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

  .content-h3 {
    margin-bottom: 24px;
  }

  .ingredient-content {
    padding: 32px 20px;
  }

  .other-recipes {
    padding-left: 24px;
    padding-right: 24px;
  }

  .recipe-detail-grid {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

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

  .ingredients-slider-wrapper {
    flex-flow: row;
    display: flex;
    overflow: scroll;
  }

  .slider_track {
    height: 100%;
  }

  .pop-up-text-input {
    width: 100%;
  }

  .pop-up-button {
    width: 100%;
    font-size: 16px;
  }

  .pop-up-box {
    max-width: 90vw;
    padding: 48px 24px 16px;
  }
}

#w-node-_4fca15a2-7256-1b8b-c140-9505515d36e8-31d08910 {
  grid-area: 1 / 1 / 2 / 3;
  place-self: center;
}

#w-node-_0bbd96a1-0710-7f12-de5e-c32a228f6300-31d08910 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0bfd5a91-ebd2-6cce-47bc-0e6a1686d572-1686d50f, #w-node-_2cccc3d3-bf31-ee42-8dbc-f5d816fe144c-1686d50f, #w-node-_68494513-b838-6240-3fa1-07f739aca5b8-1686d50f, #w-node-fed1ecac-948b-cb0d-ccd4-ae288fea9085-1686d50f, #w-node-_786aee0d-cca2-b900-1790-244f59337372-1686d50f, #w-node-_4fa853b1-fb15-4f66-e432-cf9601df1894-1686d50f, #w-node-_0bfd5a91-ebd2-6cce-47bc-0e6a1686d548-1686d50f, #w-node-_66895368-0de3-5098-d7d7-9d5a73a2f1e5-1686d50f, #w-node-_0b5cc189-aa86-889e-7106-639bddae3e0b-1686d50f, #w-node-_7ca0fb78-d8df-cfaf-c68e-26bf3d5363c3-1686d50f, #w-node-_6b710c2c-ca0f-55f5-eafc-c098cef78bb5-1686d50f, #w-node-_8a33672f-d7b9-4a23-df91-b195f2f9e1c9-1686d50f {
  align-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-31d08916 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-31d08916 {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-31d08916 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-31d08916 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-31d08916 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-31d08916 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-31d08916 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-31d08916 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-31d08916 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-31d08916 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-31d08916 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-31d08916 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-31d08916 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-31d08916 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-31d08916 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-31d08916 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-31d08916 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-31d08916 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-31d08916 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-31d08916 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-31d08916 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-31d08916 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-31d08916 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-31d08916 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-31d08916 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-31d08916 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-31d08916 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-31d08916 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-31d08916 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-31d08916 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-31d08916 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-31d08916 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-31d08916 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-31d08916 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-31d08916 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-31d08916 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-31d08916 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-31d08916 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-31d08916 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-31d08916 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-31d08916 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-31d08916 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-31d08916 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-31d08916 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86367-31d08916, #w-node-_336be75c-ab2b-838b-5642-972b6cc86386-31d08916, #w-node-_336be75c-ab2b-838b-5642-972b6cc86393-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86394-31d08916 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638e-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638f-31d08916 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863a4-31d08916, #w-node-_336be75c-ab2b-838b-5642-972b6cc863b0-31d08916, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-31d08916, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-31d08916, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-31d08916, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-31d08916, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-31d08916, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-31d08916, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-31d08916, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-31d08916, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-31d08916, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-31d08916, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-31d08916, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-31d08916, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-31d08916, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-31d08916, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-31d08916 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-31d08916, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-31d08916, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-31d08916 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-31d08916, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-31d08916, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-31d08916 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-31d08916, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-31d08916 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-31d08916, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-31d08916 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-31d08916, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-31d08916, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-31d08916, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-31d08916 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-31d08916, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-31d08916, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-31d08916 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-31d08916, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-31d08916, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-31d08916 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-31d08916, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-31d08916, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-31d08916 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-31d08916, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-31d08916, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-31d08916 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-31d08916, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-31d08916 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-31d08916, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-31d08916, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-31d08916 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-31d08916, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-31d08916, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-31d08916 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-31d08916, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-31d08916, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-31d08916 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-31d08916, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-31d08916 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-31d08916, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-31d08916, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-31d08916, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-31d08916 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-31d08916, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-31d08916, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-31d08916, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-31d08916, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-31d08916, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-31d08916, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-31d08916, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-31d08916, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-31d08916, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-31d08916, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-31d08916 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-31d08916, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-31d08916, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-31d08916 {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-31d08916, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-31d08916, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-31d08916, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-31d08916, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-31d08916 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-31d08916, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-31d08916 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-31d08916 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-31d08916 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-31d08916 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-31d08916 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-31d08916 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-31d08916, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-31d08916 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-31d08916, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-31d08916, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-31d08916 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-31d08916, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-31d08916, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-31d08916 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-31d08916, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-31d08916, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-31d08916 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-31d08916, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-31d08916, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-31d08916 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-31d08916, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-31d08916 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-31d08916 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-31d08916 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-31d08916 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-31d08916 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-31d08916 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-31d08916 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-31d08916 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-31d08916 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-31d08916 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-31d08916 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-31d08916, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-31d08916, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-31d08916, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-31d08916, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-31d08916 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-31d08916 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-31d08916, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-31d08916, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-31d08916 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-31d08916, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-31d08916, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-31d08916 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-31d08916, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-31d08916, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-31d08916 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-31d08916, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-31d08916, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-31d08916 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-31d08916, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-31d08916, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-31d08916 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-31d08916, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-31d08916, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-31d08916 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-31d08916, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-31d08916, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-31d08916 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-31d08916, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-31d08916, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-31d08916 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-31d08916, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-31d08916, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-31d08916 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-31d08916, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-31d08916, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-31d08916 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-31d08916, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-31d08916, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-31d08916 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-31d08916, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-31d08916, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-31d08916 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-31d08916, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-31d08916, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-31d08916 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-31d08916, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-31d08916, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-31d08916 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-31d08916, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-31d08916, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-31d08916 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-31d08916, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-31d08916, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-31d08916, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-31d08916, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-31d08916 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-31d08916 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-31d08916, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-31d08916, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-31d08916 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-31d08916, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-31d08916, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-31d08916 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-31d08916, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-31d08916, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-31d08916 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-31d08916, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-31d08916, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-31d08916 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-31d08916, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-31d08916, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-31d08916 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-31d08916, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-31d08916, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-31d08916 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-31d08916, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-31d08916, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-31d08916 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-31d08916, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-31d08916, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-31d08916 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-31d08916, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-31d08916, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-31d08916 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-31d08916, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-31d08916, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-31d08916 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-31d08916, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-31d08916, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-31d08916 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-31d08916, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-31d08916, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-31d08916 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-31d08916, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-31d08916, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-31d08916 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-31d08916, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-31d08916, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-31d08916 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-31d08916, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-31d08916, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-31d08916, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-31d08916 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-31d08916, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-31d08916 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-31d08916 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-31d08916 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-31d08916 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-31d08916 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-31d08916 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-31d08916 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-31d08916 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-31d08916 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-31d08916 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369536-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369537-31d08916 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-31d08916 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-31d08916 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-31d08916 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-31d08916 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-31d08916 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-31d08916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-31d08916 {
  justify-self: start;
}

#w-node-_91613f99-2bfa-c1db-53e8-c325c2af6038-ac7c36f4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_91613f99-2bfa-c1db-53e8-c325c2af603b-ac7c36f4, #w-node-_91613f99-2bfa-c1db-53e8-c325c2af603d-ac7c36f4, #w-node-_91613f99-2bfa-c1db-53e8-c325c2af604b-ac7c36f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_91613f99-2bfa-c1db-53e8-c325c2af604e-ac7c36f4, #w-node-e2ec1a37-d83f-0a51-a567-d8a26edee8d1-ac7c36f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-e2ec1a37-d83f-0a51-a567-d8a26edee8d3-ac7c36f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e2ec1a37-d83f-0a51-a567-d8a26edee8d9-ac7c36f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_91613f99-2bfa-c1db-53e8-c325c2af60d5-ac7c36f4, #w-node-_91613f99-2bfa-c1db-53e8-c325c2af60d6-ac7c36f4, #w-node-_91613f99-2bfa-c1db-53e8-c325c2af60d9-ac7c36f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_91613f99-2bfa-c1db-53e8-c325c2af60dc-ac7c36f4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: end;
}

#w-node-_2ce99d03-26bf-4fb7-6a87-a04cffc347a9-40c79998 {
  align-self: center;
}

#w-node-_2ce99d03-26bf-4fb7-6a87-a04cffc347d0-40c79998 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2ce99d03-26bf-4fb7-6a87-a04cffc347e6-40c79998 {
  align-self: center;
}

#w-node-_2ce99d03-26bf-4fb7-6a87-a04cffc34804-40c79998 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2ce99d03-26bf-4fb7-6a87-a04cffc34805-40c79998 {
  place-self: center start;
}

#w-node-_2ce99d03-26bf-4fb7-6a87-a04cffc3480e-40c79998 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_0bbd96a1-0710-7f12-de5e-c32a228f6300-31d08910 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2ce99d03-26bf-4fb7-6a87-a04cffc347d0-40c79998 {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_91613f99-2bfa-c1db-53e8-c325c2af60dc-ac7c36f4 {
    justify-self: start;
  }

  #w-node-_2ce99d03-26bf-4fb7-6a87-a04cffc347d4-40c79998 {
    order: 9999;
  }
}


