:root {
  --midnight-blue: rgba(20, 37, 104, .7);
  --black-16: #161616;
  --black: #212121;
  --white: white;
  --pink: #fe12a8;
  --pink-cl: #ea5db6;
  --medium-aquamarine: #55d099;
  --powder-blue: #8fe2f3;
  --midnight-blue-2: #1e3079;
  --midnight-blue-3: #141c3f;
  --steel-blue: #2c7fc9;
  --violet: #f38aff;
  --dark-orchid: #7b39b8;
  --grey: #868686;
  --grey-2: #3f3e3e;
}

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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: -webkit-sticky;
  position: sticky;
  top: 20px;
}

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

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

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

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

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

.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

.w-commerce-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  color: rgba(29, 29, 29, .85);
  background-color: #f4f7f6;
  font-family: Saira, sans-serif;
  font-weight: 500;
  line-height: 1.5;
}

h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Saira, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.4;
}

h2 {
  font-family: Saira, sans-serif;
  font-size: 2.4em;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}

h3 {
  color: rgba(255, 255, 255, .85);
  margin-top: 10px;
  font-family: Saira, sans-serif;
  font-size: 1.8em;
  font-weight: 600;
  line-height: 1.3;
}

h4 {
  margin-top: 25px;
  font-family: Saira, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Hauora;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

p {
  color: rgba(0, 0, 0, .7);
  letter-spacing: -.02em;
  margin-bottom: 10px;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.5;
}

a {
  color: #0a1953;
  text-decoration: underline;
}

a:hover {
  color: var(--midnight-blue);
}

li {
  color: rgba(20, 37, 104, .7);
  padding-top: 6px;
  padding-bottom: 6px;
}

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

blockquote {
  color: rgba(255, 255, 255, .5);
  background-color: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .2);
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 30px 35px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}

figcaption {
  color: rgba(148, 148, 148, .85);
  text-align: center;
  margin-top: 5px;
  font-size: 12px;
}

.section {
  background-color: var(--black-16);
  position: relative;
  top: 0;
  overflow: hidden;
}

.section.titles {
  border: 1px #000;
  min-height: auto;
  padding-top: 155px;
  padding-bottom: 0;
}

.section.titles.bg-black {
  border-color: var(--black);
  background-color: var(--black-16);
  width: 100%;
}

.section.bg-dark-gray {
  background-color: var(--white);
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/2de51371-0ad7-493d-ab50-53b7af4fc49e.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section.light-blue {
  background-color: #ebf0f7;
}

.section.bg-dark-blue {
  overflow: hidden;
}

.section.full-page {
  min-height: 100vh;
}

.nav-li {
  color: #fff;
  letter-spacing: 0;
  text-transform: capitalize;
  border-bottom: 2px #e0e0e0;
  padding: 10px 15px;
  font-size: 24px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container {
  z-index: 2;
  flex: 0 auto;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.container.titles {
  color: rgba(255, 255, 255, .85);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: auto;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 120px;
  display: flex;
}

.container.titles.checkout {
  padding-bottom: 8em;
}

.container.header {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.container.footer {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 100px;
  padding-bottom: 80px;
}

.container.header {
  border: 1px #000;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 60px;
}

.main-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: minmax(auto, .25fr);
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 3.5fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  align-items: start;
  width: 100%;
  position: relative;
}

.main-grid.inner-padding-medium {
  align-items: start;
}

.main-grid.no-gap {
  grid-column-gap: 0vw;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.main-grid.full-page {
  min-height: 100vh;
}

.content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: block;
  position: relative;
}

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

.content-wrapper.inner-padding-small {
  position: absolute;
  top: -35%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.content-wrapper.sticky-faq {
  padding-top: 45px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.content-wrapper.flex-horizontal {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.inner-padding-xsmall {
  margin-bottom: 0;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.inner-padding-medium {
  padding-top: 115px;
  padding-bottom: 115px;
}

.grid-gallery {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex: none;
  grid-template-rows: 6vh 6vh 6vh 6vh 6vh 6vh 6vh 6vh;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  min-width: 120vw;
  max-width: 1980px;
  min-height: 60vh;
  padding-right: 36px;
}

.frame-image-hero {
  background-color: #f44;
  border-radius: 25px;
  min-height: auto;
  position: relative;
  overflow: hidden;
}

.small-legal-text {
  color: #6e6e6e;
  font-size: 13px;
}

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

.wrapper-heading.inner-padding-small {
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.paragraph {
  color: #383838;
  margin-bottom: 60px;
  font-size: 1.65em;
  font-weight: 400;
  line-height: 1.7;
}

.paragraph.white {
  color: #fff;
  margin-bottom: 30px;
}

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

.image-tiles-hero {
  object-fit: cover;
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  position: relative;
  transform: translate(0);
}

.image-tiles-hero:hover {
  transform: scale3d(1none, 1none, 1none);
}

.wrappernav {
  z-index: 20;
  width: 100%;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.navgrid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto 2fr auto;
  align-items: center;
  width: 100%;
  max-width: 1500px;
  min-height: 15vh;
  padding-left: 30px;
  padding-right: 30px;
}

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

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

.heading-xlarge-hero {
  color: #fff;
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-style: italic;
  font-weight: 700;
  line-height: .8;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.button {
  z-index: 5;
  background-color: var(--pink);
  color: #fff;
  text-align: center;
  white-space: nowrap;
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 22px 50px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 2px #f36d97;
}

.button:hover {
  background-color: var(--black);
  box-shadow: none;
  color: #fff;
}

.button.color-red {
  white-space: nowrap;
  background-color: #ff0062;
}

.button.color-red:hover {
  background-color: #4400c3;
}

.button.color-blue {
  background-color: #1745fa;
}

.button.inline {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  padding: 10px 0;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 -2px rgba(255, 255, 255, .2);
}

.button.small {
  box-shadow: none;
  transform-style: preserve-3d;
  border-radius: 0;
  max-width: 200px;
  padding: 25px 30px;
  font-size: 14px;
  font-weight: 500;
  transition: transform .2s, background-color .2s;
  transform: translate(0);
}

.button.small:hover {
  background-color: var(--pink-cl);
  transform: translate3d(0, -3px, .01px);
}

.grid-buttons {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-flow: column;
  justify-content: start;
  align-items: center;
  justify-items: end;
}

.nav-link {
  z-index: 4;
  color: #fff;
  border-radius: 8px;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 15px;
  font-size: 16px;
  font-weight: 500;
  transition: color .2s;
}

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

.nav-link.w--current {
  color: rgba(255, 255, 255, .8);
}

.image-brand {
  height: 100%;
  padding-bottom: 3px;
}

.padding-bottom-medium {
  padding-bottom: 120px;
}

.link-icons {
  justify-content: flex-start;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.link-icons.center {
  justify-content: center;
  width: 40px;
  height: 40px;
}

.dropdown-toggle {
  color: #fff;
  margin-left: 4px;
  margin-right: 4px;
  padding-left: 10px;
  padding-right: 28px;
  font-size: 16px;
  font-weight: 500;
}

.box-wrapper {
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 220px;
  margin-bottom: 0;
  padding: 2.5em;
  display: flex;
  position: relative;
}

.box-wrapper.no-padding {
  padding: 0;
}

.box-wrapper.float-bottom {
  padding-top: 6vh;
  padding-bottom: 0;
  padding-left: 4vw;
  overflow: hidden;
}

.text-field {
  border: 2px solid #d1d1d3;
  border-radius: 100px;
  width: 100%;
  min-width: 15vw;
  height: 65px;
  margin-bottom: 0;
  margin-right: 15px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 28px;
  font-size: 18px;
  font-weight: 500;
}

.text-field::placeholder {
  color: #a3a3a3;
}

.text-field.dark {
  box-shadow: none;
  color: #fff;
  background-color: #3a3a3a;
  border-color: #3a3a3a;
  border-radius: 0;
}

.text-field.dark::placeholder {
  color: #727272;
}

.text-field.password {
  min-width: auto;
}

.icon-social {
  max-height: 30px;
}

.icon-social.link {
  max-width: 100%;
  max-height: 80px;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
  padding-right: 10px;
}

.profile {
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
}

.image-profile-wrapper {
  border-radius: 100px;
  width: 85px;
  height: 85px;
  position: relative;
  overflow: hidden;
}

.image-profile-wrapper.large {
  width: 220px;
  height: 220px;
}

.image-profile-wrapper.large.margin-bottom-xsmall {
  border-radius: 300px;
}

.ratings {
  align-items: center;
  display: flex;
}

.ratings-stars {
  max-height: 16px;
  margin-right: 5px;
}

.ratings-stars.large {
  max-height: 24px;
}

.form-wrapper.left {
  justify-content: flex-start;
  margin-bottom: 15px;
  display: flex;
}

.quote-icon {
  opacity: .15;
  margin-bottom: 4%;
}

.full-image {
  object-fit: cover;
  flex: 1;
  width: 100%;
  height: 100%;
  position: relative;
}

.full-image.inner-rounded {
  border-radius: 0;
}

.main-paragraph {
  color: var(--white);
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 500;
}

.main-paragraph.size-small {
  color: var(--white);
  justify-content: flex-start;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.main-paragraph.price-tag {
  border: 1px solid #e2e2e2;
  border-radius: 20px;
  margin-bottom: 0;
  padding: 10px 20px;
  font-size: 12px;
}

.main-paragraph.black-bold {
  font-weight: 600;
}

.faq-wrapper {
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.faq-link {
  color: #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.faq-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
}

.plus-icon {
  opacity: .5;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(22, 22, 22, 0);
  height: 30px;
}

.faq-container {
  color: #747474;
  border: 1px #000;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.icon {
  opacity: .35;
  margin-right: 10px;
  font-size: 12px;
}

.link-wrapper {
  color: #1b1b1b;
  white-space: nowrap;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.link-wrapper:hover {
  color: #464646;
  padding-right: 0;
}

.icon-arrow {
  height: 20px;
  margin-top: 2px;
}

.full-form {
  width: 100%;
}

.wrapper-user-info {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.inner-padding-micro {
  padding-top: 1em;
  padding-bottom: 1em;
}

.margin-bottom-xsmall {
  margin-bottom: 25px;
}

.text-small {
  color: #0a1953;
  font-size: 13px;
}

.text-small.bold {
  font-weight: 600;
}

.value {
  font-family: Generalsans, sans-serif;
  font-size: 5em;
  font-weight: 600;
  line-height: 1;
}

.center-wrapper {
  perspective: 2000px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  transform: perspective(2000px);
}

.center-wrapper.cta {
  z-index: 10;
}

.heading-medium {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 2.9em;
  font-weight: 500;
  line-height: 1.25;
}

.heading-medium.uppercase {
  text-transform: uppercase;
  font-family: Generalsans, sans-serif;
  font-style: italic;
  font-weight: 700;
  line-height: 1.15;
}

.heading-medium.uppercase.margin-bottom-small {
  margin-bottom: 35px;
}

.heading-large {
  color: #fff;
  letter-spacing: -.02em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Saira, sans-serif;
  font-size: 4em;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}

.heading-large.margin-bottom-xsmall {
  color: #000;
  font-family: Saira, sans-serif;
  font-style: normal;
}

.heading-large.margin-bottom-xsmall.text-white {
  color: #fff;
}

.heading-large.text-white.margin-bottom-xsmall {
  color: #000;
}

.heading-large.text-white.margin-bottom-xsmall.h2 {
  font-size: 50px;
}

.heading-large._20ch {
  max-width: 20ch;
}

.heading-large.no-wrap {
  white-space: nowrap;
}

.heading-regular {
  color: #fff;
  font-family: Generalsans, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.25;
  text-decoration: none;
}

.heading-regular.uppercase {
  text-transform: uppercase;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.heading-regular.program-presentation-name {
  color: var(--black-16);
  font-family: Saira, sans-serif;
}

.heading-small {
  color: rgba(255, 255, 255, .85);
  margin-top: 3px;
  margin-bottom: 3px;
  font-family: Saira, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
}

.heading-small.w--current {
  color: var(--midnight-blue);
}

.heading-small.uppercase {
  text-transform: uppercase;
}

.bg-blue {
  background-color: #0059be;
}

.text-white {
  color: #fff;
}

.collection-list-news {
  grid-column-gap: 36px;
  grid-row-gap: 56px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-news._3-col {
  grid-template-columns: 1fr 1fr 1fr;
}

.color-red {
  background-color: #ff0062;
}

.text-white-opacity {
  color: rgba(255, 255, 255, .78);
}

.color-blue {
  background-color: #4700e0;
}

.rounded {
  border-radius: 50px;
  overflow: hidden;
}

.wrap-summary {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 60em;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.dropdown-list {
  background-color: #fff;
  border-radius: 12px;
  min-width: 150px;
  box-shadow: 0 15px 15px rgba(0, 0, 0, .05);
}

.dropdown-list.w--open {
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, .15);
}

.dropdown-link {
  color: rgba(0, 0, 0, .65);
  font-weight: 500;
}

.dropdown-link:hover {
  background-color: rgba(88, 101, 148, .03);
}

.dropdown-link.w--current {
  color: #757575;
}

.padding-top-large {
  padding-top: 12em;
}

.text-cyan {
  color: #6fddf3;
}

.bg-dark-gray {
  background-color: #272727;
}

.wrapper-full-image {
  width: 100%;
  height: 75vh;
  position: relative;
  overflow: hidden;
}

.wrapper-full-image.margin-bottom-small {
  min-height: 650px;
}

.wrapper-legal-page {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.collection-list-products {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-products._3col {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
}

.product-image-wrapper {
  flex: 1;
  height: 27vh;
  min-height: auto;
  overflow: hidden;
}

.product-image-wrapper.home {
  border-bottom: 1px solid #adadad;
  border-radius: 0;
  height: 340px;
}

.sidebar-product {
  position: -webkit-sticky;
  position: sticky;
  top: 14vh;
}

.default-state {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.wrapper-image-product {
  justify-content: center;
  align-items: center;
  padding: 31px 35px;
  display: flex;
}

.inner-grid-cms {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 48px;
  text-decoration: none;
  display: grid;
}

.inner-grid-cms.vertical {
  grid-row-gap: 0px;
  background-color: #fff;
  border: 1px #000;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  align-content: stretch;
  align-items: start;
  height: 100%;
  overflow: hidden;
  box-shadow: -14px 14px rgba(0, 0, 0, .1);
}

.inner-grid-cms.vertical.short-gap {
  grid-row-gap: 16px;
}

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

.inner-form {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.form-container {
  color: #747474;
  width: 100%;
  max-width: none;
}

.label-form {
  color: rgba(112, 117, 136, .7);
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}

.label-form.left {
  color: rgba(128, 128, 128, .85);
  text-align: left;
  font-size: 14px;
}

.inner-input.password {
  width: 100%;
  margin-bottom: 10px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.info-members {
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 25px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.info-members.flex {
  flex-direction: row;
  align-items: center;
  padding: 40px;
}

.dropdown {
  margin-left: 0;
  margin-right: 0;
}

.main-navbar {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.field-label {
  color: #a5a5a5;
  font-size: 12px;
  font-weight: 400;
}

.option-button {
  color: #7a7a7a;
  background-color: #f7f7f7;
  border-color: #e4e4e4;
  font-size: 12px;
  font-weight: 500;
}

.option-button.w--ecommerce-pill-selected {
  background-color: #2c7fc9;
}

.inner-padding-small {
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.logo-quote {
  width: 100%;
  max-width: 70%;
  height: 100%;
  max-height: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-gray-light {
  color: #a5a5a5;
  font-family: Generalsans, sans-serif;
  font-weight: 500;
}

.overflow-wrapper {
  position: relative;
  overflow: hidden;
}

.overflow-wrapper.flex {
  align-items: flex-start;
  padding: 10px 15px;
  display: flex;
}

.overflow-wrapper.wide-image {
  width: 100%;
  height: 90vh;
  max-height: 950px;
  margin-left: auto;
  margin-right: auto;
}

.label {
  color: rgba(41, 40, 40, .85);
  font-weight: 400;
}

.label.text-bold {
  font-weight: 600;
}

.text-black-opacity {
  color: rgba(58, 58, 58, .7);
}

.checkout-form, .paypal-checkout-form, .order-confirmation {
  background-color: rgba(0, 0, 0, 0);
}

.wrap-form-checkout {
  color: rgba(0, 0, 0, .85);
  border-radius: 12px;
  overflow: hidden;
}

.main-richtext h2 {
  color: #000;
  margin-top: 30px;
  margin-bottom: 30px;
}

.main-richtext p {
  color: rgba(0, 0, 0, .7);
  letter-spacing: 0;
  margin-bottom: 35px;
}

.main-richtext blockquote {
  color: rgba(0, 0, 0, .7);
  background-color: rgba(255, 255, 255, .7);
  margin-top: 30px;
  margin-bottom: 40px;
  padding-left: 57px;
  padding-right: 57px;
  font-weight: 500;
  line-height: 1.4;
}

.main-richtext h3 {
  color: rgba(0, 0, 0, .85);
}

.main-richtext h4 {
  color: #000;
}

.container-wrapper {
  width: 100%;
}

.loader {
  z-index: 9999;
  background-color: #f5f5f5;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
}

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

.progress-bar-wrapper {
  background-color: rgba(23, 69, 250, .1);
  border-radius: 20px;
  width: 350px;
  height: 6px;
  margin-top: 52px;
  margin-bottom: 52px;
  overflow: hidden;
}

.progress-bar {
  background-color: rgba(10, 25, 83, .2);
  width: 100%;
  height: 6px;
}

.success {
  color: #313d17;
  background-color: #c4f85c;
}

.error {
  color: #8a0a0a;
  background-color: #f76969;
  border-radius: 4px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.image-locker {
  height: 55px;
}

.more-images {
  width: 100%;
  margin-bottom: 45px;
}

.out-stock {
  color: rgba(182, 182, 182, .85);
  background-color: #575757;
  border-radius: 4px;
}

.quantity-field {
  background-color: #464646;
  border-color: #464646;
}

.inner-image-cta {
  justify-content: center;
  align-items: center;
  padding-top: 10vh;
  display: flex;
}

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

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

.mobile-image {
  max-height: 70vh;
}

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

.brand {
  height: 35px;
  padding-bottom: 0;
  padding-right: 35px;
}

.inner-bg {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.half-grid {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.small-column {
  grid-column-gap: 20px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  width: 100%;
}

.bullet-check {
  margin-right: 10px;
}

.grid-mosaic {
  grid-template-rows: 1fr 1fr;
  height: 100%;
}

.topnav-button {
  background-color: var(--medium-aquamarine);
  color: #fff;
  text-align: center;
  white-space: nowrap;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 17px 35px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.topnav-button:hover {
  background-color: var(--medium-aquamarine);
  color: #fff;
}

.topnav-button.outline {
  color: rgba(255, 255, 255, .8);
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(255, 255, 255, .2);
  border-radius: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  transition: border .2s;
}

.topnav-button.outline:hover {
  color: rgba(255, 255, 255, .85);
  border-color: rgba(255, 255, 255, .8);
}

.nav-wrapper {
  width: 100%;
  position: absolute;
}

.link-wrap {
  color: #1b1b1b;
  white-space: nowrap;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.link-wrap:hover {
  color: #464646;
  padding-right: 0;
}

.overlayer-nav {
  display: none;
}

.inner-nav-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.callout-wrapper {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: auto;
  display: flex;
  position: relative;
}

.square-wrapper {
  border-radius: 0;
  height: 25vh;
  min-height: auto;
  position: relative;
  overflow: hidden;
}

.overlap {
  color: #272727;
  background-color: #272727;
  width: 100%;
  height: 45vh;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.overlap.blog-post {
  background-color: #272727;
  height: 25vh;
}

.bg-dark-blue {
  background-color: #4433c5;
}

.inner-section {
  height: 100%;
}

.text-white-opacity-strong {
  color: rgba(255, 255, 255, .5);
}

.bg-color {
  background-color: #7b39b8;
}

.bg-mid-gray {
  background-color: #eee;
}

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

.cover-image.program-presentation-presenter-image {
  width: 100%;
  max-width: 100px;
  height: 100%;
  max-height: 100px;
  margin-right: 15px;
}

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

.link:hover {
  color: var(--pink);
  text-decoration: underline;
}

.link.text-cyan {
  color: #7d98cf;
}

.link.text-cyan:hover {
  color: #c9d6f0;
}

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

.main-profile-wrapper {
  z-index: 6;
  border: 8px solid #faf8f8;
  border-radius: 40px;
  height: 75vh;
  max-height: 700px;
  position: relative;
  overflow: hidden;
}

.heading-speakers {
  opacity: .4;
  letter-spacing: -.03em;
  text-transform: uppercase;
  white-space: nowrap;
  padding-right: 10px;
  font-family: Generalsans, sans-serif;
  font-size: 15em;
  font-style: italic;
  font-weight: 700;
  line-height: .8;
}

.speakers-hero {
  flex-direction: column;
  padding-top: 100px;
  display: flex;
}

.collection-list-col {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.circular-arrow {
  z-index: 2;
  background-color: rgba(241, 173, 46, 0);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 2em;
  margin-left: 10px;
  margin-right: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.heading-xlarge-hero {
  font-family: Saira, sans-serif;
  font-size: 7em;
}

.tabs-menu {
  flex-direction: column;
  width: 20vw;
  max-width: 340px;
  display: flex;
}

.tabs-menu.small {
  width: auto;
}

.tabs-menu.small.program {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
}

.tabs-content {
  flex: 1;
  justify-content: flex-end;
  padding-left: 69px;
  padding-right: 69px;
  display: flex;
}

.tabs-content.program-presentations {
  padding-left: 50px;
  padding-right: 50px;
}

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

.auto-grid.profile {
  grid-column-gap: 32px;
  grid-template-columns: auto 1fr;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.auto-grid.profile.program-presentation-presenter {
  border-radius: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.content-list-wrapper {
  max-width: 700px;
}

.divider-bullet {
  background-color: #fff;
  border-radius: 20px;
  width: 10px;
  height: 10px;
}

.divider-bullet.ticker {
  flex: none;
  margin-left: 20px;
  margin-right: 20px;
}

.main-button-wrapper {
  position: relative;
}

.m-button-shadow {
  background-color: rgba(0, 0, 0, .2);
  border-radius: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.social-wrapper {
  grid-column-gap: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block {
  background-color: #a8a8a8;
  border: 5px solid #fff;
  border-radius: 0;
  width: 100%;
  height: 50vh;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 13px 13px rgba(0, 0, 0, .1);
}

.collection-item {
  width: 100%;
}

.box-speakers {
  z-index: 4;
  background-color: #90e8fa;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.box-speakers.bg-dark {
  z-index: 2;
  background-color: #292929;
  align-items: center;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.speaker-ticker-wrapper {
  align-items: center;
  display: flex;
}

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

.overflow.flex {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  align-items: center;
  display: flex;
}

.overflow.flex.speakers {
  padding-top: 0;
  padding-bottom: 0;
}

.dot-divider {
  background-color: #464646;
  border-radius: 20px;
  width: 10px;
  height: 10px;
  margin: 20px;
}

.s-ticker-flex, .ticker {
  align-items: center;
  display: flex;
}

.xlarge {
  color: #fdc577;
  letter-spacing: -.05em;
  text-transform: uppercase;
  font-size: 16em;
  font-style: normal;
  font-weight: 700;
  line-height: .85;
}

.xlarge.white {
  color: #fff;
  font-size: 228px;
}

.xlarge.white.medio {
  text-align: center;
  font-size: 150px;
}

.lottie-animation {
  opacity: .25;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-item-wrapper {
  position: relative;
}

.text-date {
  color: rgba(255, 255, 255, .7);
  background-color: rgba(0, 0, 0, .1);
  border-radius: 20px;
  margin-right: 10px;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}

.text-date.program-presentation-time {
  color: var(--black);
  border-radius: 0;
}

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

.m-button-hover {
  background-color: var(--pink);
  border-radius: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.m-button-label {
  z-index: 4;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 0;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-flex-ticker {
  flex: none;
  align-items: center;
  width: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  overflow: hidden;
}

.text-black {
  color: rgba(0, 0, 0, .85);
}

.label-button {
  font-weight: 500;
}

.inner-flip {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.bg-red {
  background-color: #f5516a;
}

.medium-paragraph {
  color: #000;
  letter-spacing: 0;
  font-size: 28px;
  font-weight: 400;
}

.bg-black {
  background-color: #161616;
}

.lottie-animation-second {
  position: relative;
  bottom: -5px;
}

.lottie-cta.overlap-down {
  position: relative;
  bottom: -200px;
}

.b-wrapper {
  height: 470px;
  position: relative;
  overflow: hidden;
}

.tag {
  color: rgba(255, 255, 255, .5);
  text-transform: uppercase;
  font-family: IBM Plex Mono, sans-serif;
  text-decoration: none;
}

.circle-user-speaker {
  background-color: #351313;
  border-radius: 100%;
  width: 15vw;
  height: 15vw;
  position: relative;
  overflow: visible;
}

.small {
  font-size: 12px;
}

.lottie-animation-2 {
  width: auto;
  height: auto;
}

.flex {
  justify-content: space-between;
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

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

.padding-bottom-large {
  padding-bottom: 200px;
}

.main-button-wrap {
  background-color: var(--pink);
  color: var(--white);
  border-radius: 0;
  position: relative;
}

.text-position {
  color: #fff;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 20px;
  margin-bottom: 25px;
  padding: 10px 20px;
  font-size: 12px;
  display: block;
}

.div-block {
  max-width: 600px;
}

.div-block-2 {
  max-width: none;
  margin-bottom: 60px;
}

.program-presentation-presenter-name {
  display: flex;
}

.main-paragraph-3 {
  color: rgba(0, 0, 0, .7);
  letter-spacing: 0;
  font-weight: 500;
}

.main-paragraph-3.size-small {
  line-height: 1.4;
}

.main-paragraph-3.size-small.text-white-opacity.program-presentation-presenter-bio {
  color: var(--black);
}

.main-paragraph-3.bold {
  color: rgba(255, 255, 255, .7);
}

.main-paragraph-3.bold.program-presentation-presenter-name {
  color: var(--black-16);
}

.main-paragraph-3.text-white-opacity {
  letter-spacing: 0;
  font-weight: 500;
}

.main-paragraph-3.text-white-opacity.program-presentation-description {
  color: var(--black);
  font-size: 1.2em;
  font-weight: 400;
}

.container-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1480px;
  padding: 60px 30px 100px;
  display: flex;
  position: relative;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  justify-items: center;
  width: 100%;
}

.text-block-2 {
  text-transform: uppercase;
  font-size: 18px;
}

.square-profile-3 {
  border-radius: 0;
  width: 100px;
  height: 100px;
  overflow: hidden;
}

.faq-container-3 {
  color: #747474;
}

.section-2 {
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  top: 0;
  overflow: hidden;
}

.section-2.bg-color {
  background-color: #fff;
  height: 100%;
}

.content-wrapper-3 {
  flex-direction: column;
  align-items: flex-start;
  min-height: auto;
  display: block;
  position: relative;
}

.content-wrapper-3.agenda {
  z-index: 10;
}

.content-wrapper-3.inner-padding-micro {
  display: flex;
}

.content-wrapper-3.inner-padding-micro.program-presentation-presenters-list {
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.tab-3 {
  color: rgba(255, 255, 255, .4);
  background-color: rgba(0, 0, 0, 0);
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 35px;
  font-size: 28px;
  font-weight: 600;
}

.tab-3:hover {
  color: rgba(204, 204, 204, .4);
}

.tab-3.w--current {
  color: #fff;
  background-color: #f03e82;
  background-image: url('../images/icon-arrow.svg');
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 200px;
  font-size: 28px;
}

.tab-3.small {
  color: rgba(255, 255, 255, .4);
  background-color: #fcfcfc;
  border: 2px solid #000;
  padding-right: 35px;
  font-size: 22px;
}

.tab-3.small.w--current {
  color: #fff;
  background-color: #934dd4;
}

.tab-3.small.program-day {
  color: var(--black);
  text-transform: uppercase;
}

.tab-3.small.program-day.w--current {
  background-color: var(--black-16);
  color: #fff;
  background-image: none;
  border-radius: 0;
}

.main-grid-2 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.main-grid-2.agenda {
  z-index: 10;
  justify-items: start;
}

.program-presentation-button {
  background-color: var(--pink);
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.program-presentation-button:hover {
  color: #fff;
}

.timeline-wrapper-2 {
  margin-bottom: 20px;
  padding-top: 0;
  display: flex;
}

.tabs-2 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.heading-large-2 {
  color: var(--black-16);
  letter-spacing: -.02em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Saira, sans-serif;
  font-size: 4em;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}

.heading-large-2.white {
  color: #fff;
  justify-content: center;
  display: flex;
}

.container-6 {
  z-index: 2;
  flex: 0 auto;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.logo-grid-ticker {
  grid-column-gap: 2vw;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
  justify-items: center;
  padding-left: 100px;
  padding-right: 100px;
  display: grid;
}

.logo-wrap-ticker {
  justify-content: center;
  align-items: center;
  max-width: 50%;
  max-height: 43%;
  margin-bottom: 0;
  display: flex;
}

.company-logo {
  object-fit: contain;
  flex: 1;
}

.container-sponsors {
  max-width: 1480px;
  margin-bottom: 80px;
  padding: 0 30px;
}

.grid-3 {
  grid-template: "Area"
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: space-between;
  justify-content: space-between;
  align-items: stretch;
  justify-items: stretch;
  padding-left: 30px;
  padding-right: 30px;
}

.div-block-11 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 2px;
  display: flex;
}

.container-artist {
  border: 3px solid var(--white);
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.container-name-artist {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
}

.name-artist {
  color: var(--black-16);
  text-align: center;
  justify-content: space-between;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 600;
  display: flex;
}

.link-artist {
  color: var(--black-16);
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  align-content: space-between;
  justify-content: space-between;
  align-items: center;
  justify-items: center;
  max-width: none;
  margin-bottom: 100px;
  padding-left: 10px;
  padding-right: 10px;
}

.image-5 {
  max-width: 90%;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-content: space-between;
  justify-content: space-between;
  align-items: center;
  justify-items: center;
  max-width: none;
  margin-bottom: 100px;
}

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-content: space-between;
  justify-content: space-between;
  align-items: center;
  justify-items: center;
  max-width: none;
  margin-bottom: 100px;
}

.grid-5.core {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-content: space-between;
  justify-content: space-between;
  align-items: center;
  justify-items: center;
  max-width: none;
  margin-bottom: 100px;
}

.grid-6.sponsors {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-left: 50px;
  margin-right: 50px;
}

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

.image-10, .image-11, .image-12 {
  max-width: 100%;
}

@media screen and (min-width: 1280px) {
  .grid-2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

@media screen and (min-width: 1440px) {
  .main-paragraph.size-small {
    text-align: left;
    font-size: 20px;
  }

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

  .container-sponsors {
    margin-bottom: 100px;
  }

  .grid-6.sponsors {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    margin-left: 100px;
    margin-right: 100px;
  }
}

@media screen and (min-width: 1920px) {
  .container.footer {
    max-width: 1520px;
    padding-left: 0;
    padding-right: 0;
  }

  .container.header {
    max-width: 1520px;
  }

  .content-wrapper.inner-padding-small {
    top: -25%;
    right: 3%;
  }

  .main-button-wrap {
    display: none;
  }

  .container-5 {
    max-width: 1520px;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
  }

  .container-6.inner-padding-medium {
    max-width: 1520px;
  }

  .name-artist {
    font-size: 20px;
  }

  .grid-6.sponsors {
    margin-left: 200px;
    margin-right: 200px;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 16px;
  }

  .section.titles {
    min-height: auto;
    padding-top: 0;
  }

  .menu-mobile {
    border-radius: 200px;
    flex-direction: column;
    flex: none;
    justify-content: center;
    align-items: flex-start;
    width: 60px;
    height: 60px;
    min-height: auto;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 5px;
    display: flex;
    position: relative;
  }

  .nav-li {
    margin-left: 0;
    margin-right: 0;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 32px;
  }

  .container {
    flex: 0 auto;
    order: -1;
  }

  .container.titles {
    text-align: center;
    padding-top: 150px;
    padding-bottom: 100px;
  }

  .container.header {
    padding-top: 120px;
  }

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

  .content-wrapper.inner-padding-small, .content-wrapper.sticky-faq {
    position: relative;
  }

  .content-wrapper.flex-horizontal {
    flex-direction: column;
  }

  .inner-padding-xsmall {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .inner-padding-medium {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .grid-gallery {
    min-width: 250vw;
    min-height: 30vh;
  }

  .paragraph {
    margin-bottom: 5vh;
  }

  .paragraph.white {
    font-size: 1.5em;
  }

  .wrappernav {
    position: relative;
  }

  .navgrid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 1;
    grid-template-columns: auto 1fr auto;
    min-height: 8vh;
    padding-right: 10px;
  }

  .menu-button {
    z-index: 5;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    min-height: 45px;
    padding: 10px 0 10px 10px;
    display: flex;
    overflow: hidden;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .heading-xlarge-hero {
    font-size: 90px;
  }

  .navbar {
    z-index: 5;
  }

  .button {
    padding: 18px 40px;
  }

  .button:hover {
    background-color: #2c7fc9;
  }

  .button.color-red:hover {
    background-color: #ff0062;
  }

  .button.color-blue, .button.color-blue:hover {
    background-color: #4700e0;
  }

  .button.inline:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .button.small {
    font-size: 20px;
  }

  .grid-buttons {
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
    width: 100%;
  }

  .grid-buttons.nav {
    justify-content: start;
    justify-items: start;
    width: 100%;
    padding: 20px;
  }

  .nav-link {
    color: #fff;
    width: 100%;
    padding: 10px 20px;
    font-size: 32px;
  }

  .padding-bottom-medium {
    padding-bottom: 6vh;
  }

  .dropdown-toggle {
    margin-left: 0;
    padding: 10px 45px 10px 0;
    font-size: 32px;
  }

  .box-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .text-field {
    min-width: auto;
  }

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

  .image-profile-wrapper.large {
    width: 120px;
    height: 120px;
  }

  .main-paragraph.size-small {
    text-align: center;
    flex: 0 auto;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .nav-menu {
    z-index: 5;
    background-color: #050505;
    padding: 90px 5px 5px;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .nav-menu.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .icon.text-white {
    color: #fff;
    margin-left: 15px;
    font-size: 18px;
  }

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

  .heading-large {
    font-size: 38px;
    line-height: 1.2;
  }

  .heading-small.uppercase.side {
    display: none;
  }

  .collection-list-news, .collection-list-news._3-col {
    grid-template-columns: 1fr 1fr;
  }

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

  .dropdown-list {
    width: 100%;
  }

  .dropdown-list.w--open {
    min-width: auto;
    position: relative;
  }

  .wrapper-full-image {
    height: 35vh;
  }

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

  .collection-list-products._3col {
    grid-template-columns: 1fr 1fr;
  }

  .product-image-wrapper {
    border-radius: 8px;
    flex: none;
    height: 35vh;
  }

  .product-image-wrapper.home {
    height: 280px;
  }

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

  .info-members.flex {
    flex-direction: column;
  }

  .dropdown {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-navbar {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 20px;
  }

  .inner-padding-small {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .more-images {
    width: 100%;
  }

  .mobile-image {
    height: 100%;
  }

  .master-grid {
    grid-template-columns: 15px 1fr 15px;
  }

  .brand {
    z-index: 20;
    padding-left: 0;
  }

  .topnav-button {
    width: auto;
    padding: 18px 40px;
  }

  .topnav-button:hover {
    background-color: rgba(128, 128, 128, .2);
  }

  .topnav-button.outline {
    color: #fff;
    font-size: 18px;
    box-shadow: inset -1px -1px rgba(10, 25, 83, .1), inset 1px 1px rgba(10, 25, 83, .1);
  }

  .topnav-button.outline:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-wrapper {
    z-index: 9999;
    width: 100%;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .overlayer-nav {
    background-color: #000;
    width: 100%;
    height: 100vh;
    display: none;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .inner-nav-wrapper {
    border-radius: 2px;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: 0 15px 25px -4px rgba(0, 0, 0, .07);
  }

  .callout-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .cover-image.program-presentation-presenter-image {
    align-self: center;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .link {
    margin-bottom: 15px;
  }

  .main-profile-wrapper {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

  .collection-list-col {
    grid-template-columns: 1fr;
  }

  .tabs-menu {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    max-width: none;
  }

  .tabs-menu.small {
    margin-bottom: 45px;
  }

  .tabs-menu.small.program {
    flex-direction: row;
  }

  .tabs-content {
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-content.program-presentations {
    padding-left: 15px;
    padding-right: 15px;
  }

  .divider-bullet {
    margin-left: 15px;
  }

  .social-wrapper {
    flex-direction: row;
    justify-content: center;
    width: 100%;
  }

  .box-speakers {
    display: none;
  }

  .xlarge, .xlarge.white {
    font-size: 150px;
  }

  .xlarge.white.medio {
    font-size: 100px;
  }

  .lottie-animation {
    display: none;
  }

  .nav-item-wrapper {
    width: 100%;
  }

  .m-button-hover {
    display: none;
  }

  .padding-cta {
    padding-top: 120px;
  }

  .lottie-menu {
    height: 60px;
  }

  .lottie-cta.overlap-down {
    bottom: 0;
  }

  .b-wrapper {
    height: auto;
  }

  .circle-user-speaker {
    width: 40vw;
    height: 40vw;
  }

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

  .tab-3 {
    text-align: center;
    flex: none;
    padding-left: 30px;
    font-size: 2em;
  }

  .tab-3.w--current {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .tab-3.small {
    flex: none;
    padding: 15px 20px;
    font-size: 20px;
  }

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

  .timeline-wrapper-2 {
    padding-top: 0;
  }

  .tabs-2 {
    flex-direction: column;
  }

  .heading-large-2 {
    margin-bottom: 0;
    font-size: 38px;
    line-height: 1.2;
  }

  .heading-large-2.white {
    margin-bottom: 30px;
  }

  .container-6 {
    flex: 0 auto;
    order: -1;
  }

  .logo-grid-ticker {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .logo-wrap-ticker {
    max-width: 100%;
    max-height: 100%;
  }

  .container-sponsors {
    margin-bottom: 50px;
  }

  .grid-3 {
    grid-column-gap: 20px;
    flex-direction: column;
    grid-template: "."
                   "."
                   "."
                   / 1fr 1fr;
    grid-auto-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-11 {
    margin-bottom: 20px;
    padding-bottom: 5px;
  }

  .name-artist {
    font-size: 25px;
  }

  .grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 40px;
    padding-left: 200px;
    padding-right: 200px;
  }

  .image-5 {
    max-width: 90%;
  }

  .grid-4, .grid-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .grid-5.core {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 40px;
    margin-left: 10px;
    margin-right: 10px;
  }

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

  .grid-6.sponsors {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    margin-left: 10px;
    margin-right: 10px;
  }

  .image-9, .image-10 {
    height: 70px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 20px;
    font-weight: 700;
  }

  h4 {
    font-size: 16px;
  }

  p {
    font-size: 18px;
  }

  .container.titles {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .container.header {
    padding-top: 120px;
  }

  .main-grid {
    grid-row-gap: 36px;
  }

  .inner-padding-xsmall {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .inner-padding-medium {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .paragraph {
    margin-bottom: 35px;
    font-size: 22px;
    line-height: 1.4;
  }

  .navgrid {
    min-height: 75px;
  }

  .form {
    flex-direction: column;
  }

  .button {
    width: auto;
    font-size: 16px;
  }

  .grid-buttons {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-content: space-around;
    justify-content: center;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .grid-buttons.nav {
    justify-items: center;
  }

  .padding-bottom-medium {
    padding-bottom: 6vh;
  }

  .box-wrapper {
    padding: 35px;
  }

  .text-field {
    text-align: left;
    margin-bottom: 15px;
  }

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

  .form-block {
    width: 100%;
  }

  .main-paragraph.size-small {
    padding-left: 100px;
    padding-right: 100px;
  }

  .nav-menu.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .value {
    font-size: 36px;
  }

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

  .collection-list-news._3-col {
    grid-template-columns: 1fr;
  }

  .wrapper-full-image {
    height: 35vh;
  }

  .collection-list-products._3col {
    grid-template-columns: 1fr;
  }

  .product-image-wrapper.home {
    height: 350px;
  }

  .inner-form {
    flex-direction: column;
  }

  .inner-padding-small {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .brand {
    padding-left: 0;
  }

  .topnav-button {
    width: 100%;
    font-size: 16px;
  }

  .overlap {
    height: 300px;
  }

  .cover-image.program-presentation-presenter-image {
    margin-bottom: 10px;
  }

  .link {
    margin-bottom: 15px;
  }

  .tabs-content.program-presentations {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .xlarge {
    font-size: 80px;
  }

  .xlarge.white.medio {
    font-size: 80px;
    display: block;
  }

  .medium-paragraph {
    font-size: 22px;
    line-height: 1.25;
  }

  .b-wrapper {
    height: auto;
  }

  .main-grid-2 {
    grid-row-gap: 36px;
  }

  .heading-large-2 {
    font-size: 32px;
  }

  .logo-grid-ticker {
    padding-left: 0;
    padding-right: 0;
  }

  .name-artist {
    font-size: 18px;
  }

  .grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-columns: 1fr;
    margin-bottom: 30px;
    padding-left: 100px;
    padding-right: 100px;
    display: flex;
  }

  .grid-4, .grid-5, .grid-6 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .image-9 {
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    line-height: 1.2;
  }

  h2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.35;
  }

  h4 {
    font-size: 14px;
  }

  p {
    font-size: 18px;
    line-height: 1.4;
  }

  .menu-mobile {
    align-items: flex-end;
    padding-right: 0;
  }

  .container {
    flex: 0 auto;
  }

  .container.titles {
    padding-top: 120px;
  }

  .container.footer {
    padding-top: 80px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container.header {
    padding-left: 16px;
    padding-right: 16px;
  }

  .main-grid {
    grid-row-gap: 36px;
    align-content: space-between;
    justify-items: center;
  }

  .main-grid.inner-padding-medium {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .main-grid.full-page {
    align-content: center;
  }

  .content-wrapper.inner-padding-small {
    width: 100%;
  }

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

  .inner-padding-xsmall {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .inner-padding-medium {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .grid-gallery {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: 2vh 2vh 2vh 2vh 2vh 2vh 2vh 2vh;
    min-width: 300vw;
  }

  .frame-image-hero {
    max-width: none;
  }

  .small-legal-text {
    font-size: 11px;
  }

  .wrapper-heading {
    align-items: center;
  }

  .wrapper-heading.inner-padding-small {
    width: 100%;
  }

  .paragraph {
    margin-bottom: 35px;
    font-size: 18px;
    line-height: 1.65;
  }

  .paragraph.white {
    font-size: 1.3em;
  }

  .image-tiles-hero {
    object-fit: cover;
    flex: 0 auto;
    width: 100%;
    max-width: none;
    max-height: none;
  }

  .navgrid {
    padding-left: 30px;
    padding-right: 15px;
  }

  .menu-button {
    padding-left: 5px;
    padding-right: 0;
  }

  .heading-xlarge-hero {
    font-size: 50px;
    line-height: 1.1;
  }

  .button {
    justify-content: center;
    width: auto;
    padding-left: 35px;
    padding-right: 35px;
  }

  .button.small {
    width: 100%;
    max-width: none;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 30px;
  }

  .grid-buttons {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: space-around;
    justify-items: stretch;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-buttons.nav {
    grid-template-columns: auto auto;
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link {
    padding-left: 10px;
    font-size: 28px;
  }

  .image-brand {
    max-height: none;
  }

  .padding-bottom-medium {
    padding-bottom: 6vh;
  }

  .link-icons.center {
    width: 40px;
    height: 40px;
  }

  .dropdown-toggle {
    font-size: 28px;
  }

  .box-wrapper {
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .text-field {
    text-align: left;
    max-width: none;
    height: 60px;
    margin-right: 0;
  }

  .text-field.dark {
    text-align: left;
    min-width: auto;
  }

  .form-wrapper {
    width: 100%;
  }

  .main-paragraph {
    text-align: center;
    font-size: 15px;
  }

  .main-paragraph.size-small {
    text-align: center;
    margin-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
  }

  .main-paragraph.size-small.text-white-opacity-strong {
    font-size: 12px;
  }

  .faq-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-icon {
    flex: none;
    width: 25px;
    height: 25px;
  }

  .plus-icon {
    height: 12px;
  }

  .nav-menu {
    min-height: 100vh;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .nav-menu.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .icon.text-white {
    color: #0a1953;
  }

  .link-wrapper {
    font-size: 16px;
  }

  .margin-bottom-xsmall {
    margin-bottom: 30px;
  }

  .text-small {
    font-size: 13px;
  }

  .value {
    font-size: 28px;
  }

  .center-wrapper {
    font-size: 18px;
  }

  .heading-medium {
    font-size: 28px;
    line-height: 1.15;
  }

  .heading-large {
    margin-top: 0;
    font-size: 38px;
    line-height: 1;
  }

  .heading-large.text-white.margin-bottom-xsmall.h2 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 35px;
  }

  .heading-regular {
    font-size: 22px;
  }

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

  .collection-list-news._3-col {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    align-content: stretch;
  }

  .dropdown-list.w--open {
    border: 1px solid #e5e9f3;
  }

  .dropdown-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .padding-top-large {
    padding-top: 6em;
  }

  .wrapper-full-image {
    height: 35vh;
  }

  .wrapper-full-image.margin-bottom-small {
    min-height: 400px;
  }

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

  .product-image-wrapper {
    border-radius: 6px;
    height: 260px;
    min-height: auto;
  }

  .product-image-wrapper.home {
    height: 250px;
  }

  .wrapper-image-product {
    height: 100%;
  }

  .inner-grid-cms {
    grid-column-gap: 24px;
  }

  .inner-grid-cms.vertical {
    grid-row-gap: 0px;
    margin-bottom: 0;
  }

  .inner-grid-cms.vertical.short-gap {
    grid-row-gap: 10px;
  }

  .form-container {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

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

  .info-members {
    padding-right: 20px;
  }

  .dropdown {
    padding-left: 10px;
  }

  .inner-padding-small {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .overflow-wrapper.wide-image {
    height: 40vh;
  }

  .main-richtext blockquote {
    padding: 20px 25px;
  }

  .more-images {
    width: 100%;
    margin-bottom: 20px;
  }

  .inner-image-cta {
    padding-top: 2vh;
  }

  .mobile-image {
    height: auto;
    max-height: 35vh;
  }

  .master-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-items: center;
  }

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

  .bullet-check {
    margin-top: 0;
  }

  .topnav-button {
    justify-content: center;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .nav-wrapper {
    height: auto;
  }

  .link-wrap {
    font-size: 16px;
  }

  .inner-nav-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .callout-wrapper {
    justify-content: center;
  }

  .square-wrapper {
    height: 15vh;
  }

  .checkbox-label {
    text-align: left;
    font-size: 13px;
  }

  .cover-image.program-presentation-presenter-image {
    align-self: center;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .link {
    margin-bottom: 10px;
    font-size: 15px;
  }

  .main-profile-wrapper {
    border-width: 5px;
    height: 35vh;
  }

  .heading-speakers {
    font-size: 10em;
  }

  .collection-list-col {
    grid-template-columns: 1fr;
  }

  .heading-xlarge-hero {
    line-height: 1;
  }

  .tabs-menu {
    width: 100%;
    max-width: none;
  }

  .tabs-menu.small {
    margin-bottom: 25px;
  }

  .tabs-menu.small.program {
    grid-column-gap: 20px;
    flex-direction: column;
    width: 100%;
    margin-bottom: 25px;
  }

  .tabs-content.program-presentations {
    padding-left: 5px;
    padding-right: 5px;
  }

  .content-list-wrapper {
    max-width: none;
  }

  .main-button-wrapper {
    width: 100%;
  }

  .link-block {
    height: 35vh;
  }

  .xlarge {
    font-size: 70px;
  }

  .xlarge.white {
    font-size: 75px;
  }

  .xlarge.white.medio {
    text-align: center;
    font-size: 50px;
  }

  .medium-paragraph {
    text-align: left;
    line-height: 1.35;
  }

  .medium-paragraph.margin-bottom-small.paragraph {
    text-align: center;
  }

  .main-paragraph-3.text-white-opacity.program-presentation-description {
    font-size: 1em;
  }

  .container-5 {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .text-block-2 {
    font-size: 16px;
  }

  .content-wrapper-3.inner-padding-micro.program-presentation-presenters-list {
    margin-bottom: 20px;
  }

  .tab-3 {
    flex: 1;
    padding-left: 3vw;
    padding-right: 3vw;
    font-size: 16px;
  }

  .tab-3.w--current {
    flex: 1;
    font-size: 16px;
  }

  .tab-3.small {
    font-size: 16px;
  }

  .main-grid-2 {
    grid-row-gap: 36px;
    align-content: space-between;
  }

  .tabs-2 {
    flex-direction: column;
  }

  .heading-large-2 {
    text-align: left;
    margin-top: 0;
    font-size: 38px;
    line-height: 1;
  }

  .heading-large-2.white {
    text-align: center;
    margin-bottom: 30px;
  }

  .container-6 {
    flex: 0 auto;
  }

  .container-6.inner-padding-medium {
    padding-left: 16px;
    padding-right: 16px;
  }

  .logo-grid-ticker {
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .grid-3 {
    grid-column-gap: 1px;
    grid-template: "Area Area"
                   ". ."
                   ". ."
                   / 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-11 {
    margin-bottom: 15px;
  }

  .grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-columns: 1fr;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

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

  .grid-4, .grid-5 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .grid-5.core {
    margin-left: 40px;
    margin-right: 40px;
  }

  .grid-6 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .grid-6.sponsors {
    margin-left: 40px;
    margin-right: 40px;
  }

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

#w-node-_457eb3c8-9b36-effc-ee78-fda56a38a58f-62b57af3 {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-d0a5ca32-c852-da7c-b576-7f40495022cb-62b57af3 {
  grid-area: 2 / 1 / 3 / 13;
  align-self: start;
  justify-self: end;
}

#w-node-_84e54d6a-c03e-8eca-f89d-4458298d5bba-62b57af3, #w-node-_49540f2c-f940-64b0-ce9b-fc642fa793a3-62b57af3, #w-node-d9289b69-43fe-3736-b71d-fba741294dae-62b57af3, #w-node-_8c4a7989-9470-e980-cd86-722317d0e2df-62b57af3, #w-node-_5438b560-5f6c-9f73-a089-a8b1d8c76af6-62b57af3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6eac2d1d-7776-722b-a726-805a105efc82-62b57af3 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: start;
}

#w-node-_6eac2d1d-7776-722b-a726-805a105efc87-62b57af3 {
  grid-area: 1 / 5 / 2 / 13;
  align-self: start;
}

#w-node-_9143adf5-d4d9-54ca-8794-8c02662f8c25-07bf8e43, #w-node-_9143adf5-d4d9-54ca-8794-8c02662f8c26-07bf8e43, #w-node-_9143adf5-d4d9-54ca-8794-8c02662f8c27-07bf8e43, #w-node-b29407ba-ab51-2e58-0bd2-9550fa524a52-07bf8e43, #w-node-_9143adf5-d4d9-54ca-8794-8c02662f8c29-07bf8e43, #w-node-_9143adf5-d4d9-54ca-8794-8c02662f8c28-07bf8e43 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_01303410-f853-b973-eb20-80bfe97addd6-07bf8e43 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_0bae9e82-9b29-b0df-f69c-0f24674e559d-07bf8e43 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: end;
}

#w-node-_703e939d-fb81-d5e3-3360-68b6ba39a388-ba39a384 {
  align-self: center;
}

#w-node-_703e939d-fb81-d5e3-3360-68b6ba39a38a-ba39a384 {
  grid-area: 1 / 2 / 2 / 4;
  align-self: center;
  justify-self: end;
}

#w-node-_703e939d-fb81-d5e3-3360-68b6ba39a3da-ba39a384 {
  justify-self: end;
}

#w-node-_6c50a0de-2bdb-fe9b-4c18-7dd94a7ef40e-62b57b5a, #w-node-_7bcd4d68-cc5e-2b58-49a8-bd5b7bb4a406-62b57b5b {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-afdd43e7-7df4-cab4-f4ac-b9183975a493-62b57b5b {
  align-self: center;
}

#w-node-fbb9027a-71bc-03d5-2a8e-6a1937d88265-62b57b5c {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-d15bb096-b534-7de3-5a78-6f0a85479ac1-62b57b5c {
  align-self: start;
}

#w-node-d15bb096-b534-7de3-5a78-6f0a85479ac3-62b57b5c {
  align-self: stretch;
}

#w-node-d15bb096-b534-7de3-5a78-6f0a85479ac5-62b57b5c {
  align-self: center;
}

#w-node-_65ba0c04-5639-bfe4-55f2-ad705707c699-62b57b5c {
  align-self: start;
}

#w-node-_65ba0c04-5639-bfe4-55f2-ad705707c69b-62b57b5c {
  align-self: stretch;
}

#w-node-_65ba0c04-5639-bfe4-55f2-ad705707c69d-62b57b5c, #w-node-bcf9455a-9d12-8a9e-94c2-12f63d52c132-62b57b5c {
  align-self: center;
}

#w-node-_6a70193b-2d4e-7983-39a3-f168ca329ac1-62b57b5d {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-d3dbb496-5ba9-ca25-254b-dbf3db55efbe-db55efbd {
  grid-area: 1 / 6 / 2 / 13;
  align-self: stretch;
}

#w-node-d3dbb496-5ba9-ca25-254b-dbf3db55efc0-db55efbd {
  grid-area: 1 / 1 / 2 / 13;
  align-self: center;
}

#w-node-d3dbb496-5ba9-ca25-254b-dbf3db55efc3-db55efbd {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_0a86feaf-c06c-7116-cbf2-8b742fe80e3b-62b57b5e {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-e1dc66fb-bf88-2cf1-1bca-006b5e6d4019-62b57b5e {
  grid-area: 1 / 1 / 2 / 7;
  align-self: start;
}

#w-node-_57198bed-cc0e-e250-6f72-f2fa069b2b16-62b57b5e {
  grid-area: 1 / 8 / 2 / 12;
  align-self: start;
}

#w-node-d8bf417a-a584-1ff9-efdd-26f8c07d8034-62b57b5e {
  align-self: center;
}

#w-node-b1108245-de2e-f506-e36c-b0198097cf09-62b57b60 {
  grid-area: 1 / 1 / 2 / 13;
  align-self: center;
}

#w-node-_910983c8-5f52-2b1a-b70f-9cae1fe8fae6-62b57b60 {
  grid-area: 1 / 5 / 2 / 9;
  align-self: center;
}

#w-node-e7fa34d2-9046-815d-57f0-c0f6b1afe4b8-62b57b60 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-b8e7adf6-6f29-d974-73b5-6d21f8012fd6-62b57b60 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-b9eefda5-c1b6-6539-6c06-1711afc97205-62b57b60 {
  justify-self: center;
}

#w-node-c00d5d48-6379-8b8e-8977-f308b2f89920-62b57b61, #w-node-b7304429-e291-1339-73ba-50f5b3cd9d0c-62b57b62 {
  grid-area: 1 / 3 / 2 / 11;
}

@media screen and (min-width: 1440px) {
  #w-node-_462891c3-8b87-9a42-56fd-1c7b92d6243a-62b57af3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_457eb3c8-9b36-effc-ee78-fda56a38a58f-62b57af3 {
    grid-area: 1 / 1 / 2 / 3;
    align-self: end;
  }

  #w-node-d0a5ca32-c852-da7c-b576-7f40495022cb-62b57af3 {
    grid-column: 1 / 3;
  }

  #w-node-_6eac2d1d-7776-722b-a726-805a105efc82-62b57af3 {
    grid-column-end: 3;
    justify-self: start;
  }

  #w-node-_6eac2d1d-7776-722b-a726-805a105efc87-62b57af3 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-d6133a47-301a-a6de-46fb-2533b7c7a68b-07bf8e43 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0bae9e82-9b29-b0df-f69c-0f24674e559d-07bf8e43 {
    grid-area: 3 / 1 / 4 / 3;
    align-self: start;
    justify-self: center;
  }

  #w-node-_703e939d-fb81-d5e3-3360-68b6ba39a3da-ba39a384 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: stretch;
  }

  #w-node-_703e939d-fb81-d5e3-3360-68b6ba39a3de-ba39a384 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_703e939d-fb81-d5e3-3360-68b6ba39a3e4-ba39a384 {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: end;
  }

  #w-node-_6c50a0de-2bdb-fe9b-4c18-7dd94a7ef40e-62b57b5a, #w-node-_7bcd4d68-cc5e-2b58-49a8-bd5b7bb4a406-62b57b5b, #w-node-fbb9027a-71bc-03d5-2a8e-6a1937d88265-62b57b5c, #w-node-_6a70193b-2d4e-7983-39a3-f168ca329ac1-62b57b5d, #w-node-d3dbb496-5ba9-ca25-254b-dbf3db55efbe-db55efbd {
    grid-column: 1 / 3;
  }

  #w-node-d3dbb496-5ba9-ca25-254b-dbf3db55efc0-db55efbd {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-f22dbb03-ea9e-a94b-045a-7963939b43b3-939b43b2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0a86feaf-c06c-7116-cbf2-8b742fe80e3b-62b57b5e {
    grid-column: 1 / 3;
  }

  #w-node-e1dc66fb-bf88-2cf1-1bca-006b5e6d4019-62b57b5e {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_57198bed-cc0e-e250-6f72-f2fa069b2b16-62b57b5e {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-b1108245-de2e-f506-e36c-b0198097cf09-62b57b60 {
    grid-column-end: 3;
  }

  #w-node-_910983c8-5f52-2b1a-b70f-9cae1fe8fae6-62b57b60 {
    grid-column: 1 / 3;
  }

  #w-node-e7fa34d2-9046-815d-57f0-c0f6b1afe4b8-62b57b60 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-b8e7adf6-6f29-d974-73b5-6d21f8012fd6-62b57b60 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-c00d5d48-6379-8b8e-8977-f308b2f89920-62b57b61, #w-node-b7304429-e291-1339-73ba-50f5b3cd9d0c-62b57b62 {
    grid-column: 1 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0bae9e82-9b29-b0df-f69c-0f24674e559d-07bf8e43 {
    grid-row: 5 / 6;
  }

  #w-node-_703e939d-fb81-d5e3-3360-68b6ba39a388-ba39a384 {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_457eb3c8-9b36-effc-ee78-fda56a38a58f-62b57af3 {
    grid-row: 2 / 3;
    justify-self: center;
  }

  #w-node-d0a5ca32-c852-da7c-b576-7f40495022cb-62b57af3 {
    grid-row: 3 / 4;
    justify-self: center;
  }

  #w-node-d6133a47-301a-a6de-46fb-2533b7c7a68b-07bf8e43 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_0bae9e82-9b29-b0df-f69c-0f24674e559d-07bf8e43 {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-_703e939d-fb81-d5e3-3360-68b6ba39a388-ba39a384 {
    justify-self: auto;
  }

  #w-node-_703e939d-fb81-d5e3-3360-68b6ba39a3da-ba39a384 {
    grid-column-end: 3;
  }

  #w-node-_703e939d-fb81-d5e3-3360-68b6ba39a3dd-ba39a384 {
    grid-area: 2 / 1 / 3 / 3;
  }
}


@font-face {
  font-family: 'Clashgrotesk';
  src: url('../fonts/ClashGrotesk-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashgrotesk';
  src: url('../fonts/ClashGrotesk-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashgrotesk';
  src: url('../fonts/ClashGrotesk-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashgrotesk';
  src: url('../fonts/ClashGrotesk-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fingerpaint';
  src: url('../fonts/FingerPaint-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Extralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-ExtralightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-SemiboldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Nippo';
  src: url('../fonts/Nippo-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nippo';
  src: url('../fonts/Nippo-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Uncutsans';
  src: url('../fonts/UncutSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}