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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.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-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

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

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

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

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

.w-commerce-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-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.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-commerceboldtextblock {
  font-weight: 700;
}

.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-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-commercecheckoutlabel {
  margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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;
  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;
  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;
  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-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

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

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

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

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

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

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

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

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

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

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

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

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

.w-users-useraccountsubscriptionlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  overflow: auto;
}

.w-users-useraccountsubscriptionlistitem {
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

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

.w-users-gridrow {
  grid-column-gap: 8px;
  grid-template-columns: auto auto;
  justify-content: flex-start;
  display: grid;
}

.w-users-flexcolumn {
  flex-direction: column;
  display: flex;
}

.w-users-useraccountsubscriptioncancelbutton {
  color: #3898ec;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #0000;
  padding: 0;
}

@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-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

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

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

@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: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

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

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #43464d;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.divider.cc-dark-divider {
  background-color: #202020;
  height: 1px;
}

.styleguide-content-wrap {
  text-align: center;
}

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

.section.cc-store-home-wrap {
  background-color: var(--white);
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.section.cc-subscribe-form {
  background-color: #f4f4f4;
  margin-left: 0;
  margin-right: 0;
}

.section.cc-product-detail {
  align-items: center;
  display: flex;
}

.section.hide {
  display: none;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

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

.container.cc-subscription-form {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: auto;
  padding-top: 130px;
  padding-bottom: 140px;
  display: flex;
}

.container.cc-heading-wrap {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 80px;
}

.container.cc-full-width-form-wrap {
  align-items: flex-start;
  display: flex;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-tiny.cc-paragraph-tiny-light {
  opacity: .7;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

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

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.button.cc-add-to-cart-btn {
  margin-top: 10px;
  margin-right: 10px;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-cart-remove-link {
  color: #a7a7a7;
  margin-top: 4px;
  margin-bottom: 5px;
  font-weight: 400;
  text-decoration: none;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.paragraph-light {
  opacity: .6;
  letter-spacing: 0;
  text-transform: none;
  font-size: 14px;
  line-height: 26px;
}

.paragraph-light.cc-subscribe-paragraph {
  width: 40%;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

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

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.cart-footer {
  padding-top: 20px;
}

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

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.product-name-text {
  color: #010611;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

.product-name-text.cc-name-text-cart {
  font-size: 14px;
  line-height: 26px;
}

.product-name-text.cc-shipping-option {
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 26px;
}

.cart-item-info-wrap {
  margin-top: -5px;
  margin-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
}

.cart-quantity {
  color: #fff;
  letter-spacing: 0;
  background-color: #0000;
  border-radius: 0;
  min-width: auto;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

.navigation-items {
  background-color: var(--white);
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cart {
  margin-left: 20px;
}

.navigation {
  background-color: #fff;
  align-items: center;
  padding: 30px 50px;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus, .text-field.-wfp-focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-subscribe-text-field {
  width: 330px;
  margin-bottom: 0;
  margin-right: 10px;
}

.text-field.cc-subscribe-text-field:focus {
  border-color: #32343a;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.text-field.cc-quantity-field {
  background-color: #fff;
  border-color: #e6e6e6;
  width: 80px;
  height: auto;
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 8px 12px 8px 20px;
}

.cart-list {
  padding-top: 20px;
  padding-bottom: 20px;
}

.cart-line-item {
  margin-bottom: 10px;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.icon {
  display: block;
}

.logo-image {
  display: none;
}

.remove-button {
  text-decoration: none;
}

.cart-header {
  padding-top: 16px;
  padding-bottom: 16px;
}

.navigation-wrap {
  align-items: center;
  display: none;
}

.cart-container {
  min-width: 400px;
  box-shadow: 0 2px 10px #00000014;
}

.products-heading {
  text-align: center;
  margin-bottom: 0;
}

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.intro-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/placeholder-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.collection-item {
  flex-flow: column;
  width: 33.33%;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
  margin-bottom: 20px;
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.main-heading-wrap {
  margin-bottom: 60px;
}

.main-paragraph-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-areas: ". .";
  margin-top: 60px;
  margin-bottom: 150px;
}

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

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

.footer {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . . . ."
                 ". . . . ."
                 / 2fr 1fr 1fr 1.25fr 1fr;
  place-items: start;
  padding-top: 120px;
  padding-bottom: 60px;
}

.footer-link {
  opacity: .6;
  margin-bottom: 15px;
  font-size: 14px;
  text-decoration: none;
  transition: color .2s, opacity .2s;
}

.footer-link:hover {
  opacity: 1;
}

.made-with-webflow {
  opacity: .5;
  align-items: center;
  margin-top: 70px;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.made-with-webflow:hover {
  opacity: 1;
}

.made-with-webflow:active {
  opacity: .8;
}

.links-section-footer {
  margin-top: 40px;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.product-image-wrap {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 400px;
  transition: opacity .6s;
  display: block;
  position: relative;
}

.product-image-wrap:hover {
  opacity: .9;
  color: #fff;
}

.product-image-wrap:active {
  opacity: .85;
  color: #fff;
}

.product-description {
  background-color: var(--white);
  position: absolute;
  inset: auto auto 30px 30px;
}

.product-price-text {
  opacity: .6;
  color: #000309;
  font-size: 14px;
  line-height: 26px;
}

.about-quote {
  text-align: center;
  width: 70%;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
}

.picture-placeholder {
  background-color: #f4f4f4;
  background-image: url('../images/Placeholder-1_1.svg');
  background-position: 45%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 460px;
}

.picture-placeholder.cc-about-2 {
  background-image: url('../images/placeholder-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  height: 620px;
}

.picture-placeholder.cc-about-3 {
  background-image: url('../images/placeholder-2.svg');
  background-position: 50%;
  background-size: cover;
}

.picture-placeholder.cc-about-1 {
  background-image: url('../images/placeholder-1.svg');
  background-position: 50%;
  background-size: cover;
}

.about-pictures-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 150px;
}

.contact-name-field-wrap {
  width: 50%;
  padding-right: 10px;
}

.email-name-field-wrap {
  width: 50%;
  padding-left: 10px;
}

.get-in-touch-form-wrap {
  flex-direction: column;
  align-items: stretch;
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.credentials-inputs-wrap {
  display: flex;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.paragraph-contact-text {
  margin-bottom: 10px;
}

.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . . ."
  / 1fr 1fr 1fr 1fr;
  margin-top: 60px;
}

.support-link {
  opacity: .7;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
  transition: opacity .2s;
}

.support-link:hover {
  opacity: 1;
}

.support-link:active {
  opacity: .8;
}

.contacts-section {
  text-align: center;
  margin-bottom: 100px;
}

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

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

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

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

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

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

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

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

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

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

.product-detail-measurement {
  align-items: center;
  display: flex;
}

.product-detail-main-details {
  margin-bottom: 30px;
}

.product-details-wrap {
  width: 50%;
  max-width: 470px;
  margin-bottom: 20px;
  margin-left: 100px;
}

.add-to-cart {
  margin-top: 30px;
}

.product-image {
  background-color: #f4f4f4;
  background-image: url('../images/placeholder-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 700px;
  margin-bottom: 30px;
  display: flex;
}

.product-detail-cta-wrap {
  margin-top: 0;
  display: flex;
}

.product-informations {
  margin-top: 25px;
  margin-bottom: 25px;
}

.list-item {
  justify-content: space-between;
  padding-top: 5px;
  padding-bottom: 5px;
  display: none;
}

.product-detail-price {
  opacity: .6;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 52px;
}

.product-detail-name {
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 52px;
}

.product-detail-unit-text {
  margin-left: 6px;
}

.product-detail-unit-text.cc-middle-text {
  margin-right: 6px;
}

.total-count-text {
  font-weight: 600;
}

.block-header {
  border-color: #e4e4e4;
  padding: 16px 24px;
}

.block-content {
  border-bottom-color: #e4e4e4;
  border-left-color: #e4e4e4;
  border-right-color: #e4e4e4;
  padding: 24px 24px 12px;
  font-weight: 400;
}

.full-width-form {
  background-color: #f4f4f4;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding-top: 50px;
  padding-bottom: 50px;
}

.order-item-list {
  margin-bottom: -5px;
}

.order-item-description-wrap {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.order-item-content-wrap {
  margin-left: 24px;
}

.order-item-price {
  font-size: 14px;
}

.checkout-quantity-wrap {
  opacity: .6;
  font-size: 14px;
  line-height: 26px;
}

.order-confirmation-header-wrapper {
  font-weight: 100;
}

.select {
  height: 42px;
  margin-bottom: 16px;
}

.checkbox-label {
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
  margin-left: 12px;
  font-size: 14px;
  line-height: 26px;
}

.billing-address-toggle {
  align-items: center;
  margin-bottom: 20px;
}

.checkbox {
  margin-top: 0;
  margin-bottom: 4px;
}

.shipping-method {
  border-bottom-color: #e4e4e4;
  padding: 20px 24px;
}

.shipping-method-list {
  border-left-color: #e4e4e4;
  border-right-color: #e4e4e4;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.blog-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.blog-header-image.w--current {
  margin-bottom: 60px;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.option-list {
  font-size: 14px;
  line-height: 26px;
}

.option {
  margin-bottom: 25px;
}

.cart-option-list {
  color: #a7a7a7;
  margin-top: 0;
  font-size: 14px;
  line-height: 26px;
}

.cart-option-wrap {
  margin-bottom: 0;
}

.option-item-value {
  color: #1a1b1f;
}

.apple-pay, .pay-with-browser {
  height: 42px;
}

.order-wrap {
  flex-basis: 750px;
}

.order-summary {
  flex-basis: 370px;
}

.billing-address-toggle-2 {
  align-items: stretch;
  margin-bottom: 10px;
}

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

.checkbox-2 {
  margin-top: 2px;
}

.cc-quantity-field-label {
  margin-bottom: 0;
}

.text-block-2 {
  color: #0c0000;
  font-family: Oswald, sans-serif;
  font-size: 26px;
}

.nav-menu {
  display: flex;
}

.nav-link {
  color: #000;
  text-align: center;
  text-transform: capitalize;
  padding: 12px 20px;
  font-size: .9rem;
  line-height: 1;
  text-decoration: none;
}

.nav-link:hover {
  text-decoration: underline;
}

.nav-link.w--current {
  color: #000;
  font-weight: 700;
}

.nav-link.button {
  color: #fff;
  background-color: #111;
  border-radius: 4px;
  margin-left: 20px;
  transition: all .2s;
}

.nav-link.button:hover {
  background-color: #333;
  text-decoration: none;
}

.nav-link.button.hide, .nav-link.hide, .nav-link.hide.w--current {
  display: none;
}

.hero-section {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}

.hero-section.hero {
  color: #fff;
  justify-content: center;
  align-items: center;
  min-height: 600px;
  display: flex;
  position: relative;
}

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

.hero-wrapper {
  z-index: 2;
  background-color: #1113;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.page-title-over-image {
  text-align: center;
  letter-spacing: .04em;
  text-transform: capitalize;
  text-shadow: 0 2px 2px #0003;
  margin-bottom: 20px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
}

.page-subtitle-over-image {
  background-color: var(--black);
  text-align: center;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1;
}

.lottie-scroll-down {
  width: 16px;
  position: absolute;
  bottom: 12px;
}

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

.section-2 {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-2.book-class-page {
  justify-content: flex-start;
  align-items: center;
  min-height: 90vh;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 1440px;
  padding-left: 80px;
  padding-right: 80px;
}

.horisontal-wrapper {
  grid-column-gap: 120px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 50%;
  grid-auto-columns: 1fr;
  place-content: start space-between;
  align-items: start;
  width: 100%;
  display: grid;
}

.block-title-big {
  text-align: right;
  width: 100%;
  max-width: 15ch;
  font-size: 3rem;
  line-height: 1.1;
}

.italic {
  font-style: italic;
}

.max-60ch {
  max-width: none;
  font-size: 14px;
  line-height: 22px;
}

.vertical-wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.vertical-wrapper.portfolio {
  display: flex;
}

.class-card-title {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
}

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

.decorative-link {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: .75rem;
  font-weight: 600;
  text-decoration: none;
  display: none;
}

.grid-clw {
  width: 100%;
  margin-top: 40px;
}

.title-decorative-block {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  text-decoration: none;
  display: flex;
}

.font-align-center {
  text-align: center;
  font-weight: 700;
}

.paragraph-smaller {
  color: var(--black);
  font-size: .875rem;
}

.grid-cli {
  width: 100%;
  max-width: 400px;
}

.grid-card-link-block {
  border-radius: 4px;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 66.66%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.container-3 {
  width: 100%;
  max-width: 1440px;
  padding-left: 80px;
  padding-right: 80px;
}

.container-3.bio {
  padding-left: 0;
  padding-right: 0;
}

.container-3.hide {
  display: none;
}

.grid-cl {
  grid-column-gap: 40px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: auto;
  grid-auto-flow: row;
  justify-content: stretch;
  justify-items: stretch;
  width: 100%;
  display: grid;
}

.collection-list-wrapper {
  display: none;
}

.image-small-wrap {
  border-radius: 4px;
  width: 400px;
  padding-top: 135%;
  position: relative;
  overflow: hidden;
}

.image-big-wrap {
  border-radius: 4px;
  width: 100%;
  padding-top: 66.66%;
  position: relative;
  overflow: hidden;
}

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

.horisontal-images-grid {
  grid-column-gap: 120px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin-top: 40px;
  display: flex;
}

.text-field-2 {
  border: 1px solid #707070;
  border-radius: 2px;
  width: 100%;
  height: 44px;
  margin-bottom: 12px;
  padding: 12px 20px;
  line-height: 1;
}

.text-field-2:hover {
  border-color: #000;
}

.text-field-2:focus {
  border-color: #111;
}

.text-field-2::placeholder {
  color: #727272;
  line-height: 1;
}

.book-class-form-title {
  color: #fff;
  margin-bottom: 30px;
  font-size: 40px;
}

.submit-button {
  color: #fff;
  background-color: #111;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  transition: all .2s;
  display: flex;
}

.submit-button:hover {
  background-color: #333;
}

.checkbox-field {
  align-items: center;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 0;
  display: flex;
}

.success-message {
  color: #111;
  text-align: center;
  background-color: #fff;
  font-size: 1rem;
}

.success-message.booking-form {
  color: #111;
  background-color: #f8f8f8;
}

.book-class-wrapper {
  z-index: 10;
  color: #fffc;
  background-color: #797e8e80;
  border-radius: 4px;
  width: 100%;
  max-width: 800px;
  padding: 40px;
  position: relative;
  box-shadow: 0 10px 20px #00000059;
}

.error-message {
  color: #fff;
  background-color: #b81c1c;
  padding-left: 20px;
  padding-right: 20px;
  font-size: .75rem;
}

.checkbox-3 {
  border-color: #727272;
  flex: none;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
}

.checkbox-3.w--redirected-checked {
  background-color: #111;
  border-color: #111;
}

.checkbox-3.w--redirected-focus {
  border-color: #111;
  box-shadow: 0 0 3px 1px #ffffff1a;
}

.preloader {
  z-index: 3000;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.lottie-animation {
  max-width: 60px;
  max-height: 60px;
}

.checkbox-label-3 {
  margin-bottom: 0;
  line-height: 1.5;
}

.form {
  grid-column-gap: 20px;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.select-field {
  background-color: #fff;
  border: 1px solid #727272;
  border-radius: 2px;
  width: 100%;
  height: 44px;
  padding-left: 20px;
  padding-right: 20px;
}

.select-field:focus {
  color: #000;
  background-color: #fff;
}

.link-in-checkbox-label {
  color: #fff;
}

.booking-form {
  width: 100%;
  margin-bottom: 0;
}

.headline-6-col {
  width: 460px;
  margin-bottom: 50px;
}

._6-col {
  width: 460px;
  margin-right: 20px;
  display: inline-block;
}

._6-col._6-col-last {
  margin-right: 0;
}

.blog3-card {
  color: #fff;
  background-image: linear-gradient(#000, #000);
  border-radius: 8px;
  height: 340px;
  padding: 30px;
  transition: box-shadow .4s;
  position: relative;
}

.blog3-card.blog3-card1-content.music-cards {
  background-image: url('../images/Mixing-for-Spotify.jpg'), url('../images/card1.jpg');
  background-position: 0 0, 50%;
  background-size: cover, cover;
}

.blog3-card.blog3-card5-content {
  opacity: 1;
  color: #111212;
  background-image: url('../images/Music-Creativity.jpg'), linear-gradient(#000, #000);
  background-position: 0 0, 0 0;
  background-size: cover, auto;
}

.blog3-card.blog3-card5-content.border {
  border: 1px solid #000;
}

.blog3-card.blog3-card5-content.border.music {
  background-image: url('../images/Music-Creativity.jpg');
  background-position: 0 0;
  background-size: cover;
}

.blog3-card.blog3-card6-content.music {
  background-image: url('../images/Advanced-Mixing-Techniques.jpg');
  background-position: 50%;
  background-size: cover;
}

.blog3-card.blog3-card4-content.border.music {
  background-image: url('../images/DAW.jpg');
  background-position: 0 0;
  background-size: cover;
}

.blog3-card.blog3-card3-content.music {
  background-image: url('../images/Music-Production-Studio.jpg');
  background-position: 0 0;
  background-size: cover;
}

.blog3-card.blog3-card2-content.music {
  background-image: url('../images/Vocal-Recording.jpg');
  background-position: 0 0;
  background-size: cover;
}

.blog3-card.blog3-card1-content {
  color: #fff;
  background-image: url('../images/card1.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.blog3-card.blog3-card5-content {
  color: #111212;
  background-image: url('../images/card52x.jpg');
  background-position: 50%;
  background-size: cover;
}

.blog3-card.blog3-card6-content {
  color: #fff;
  background-image: url('../images/card62x.jpg');
  background-position: 50%;
  background-size: cover;
}

.blog3-card.blog3-card4-content {
  color: #111212;
  background-image: url('../images/card42x.jpg');
  background-position: 50%;
  background-size: cover;
}

.blog3-card.blog3-card3-content {
  color: #111212;
  background-image: url('../images/card3.jpg');
  background-position: 50%;
  background-size: cover;
}

.blog3-card.blog3-card2-content {
  color: #fff;
  background-image: url('../images/card2.jpg');
  background-position: 50%;
  background-size: cover;
}

._3-col {
  width: 220px;
  margin-right: 20px;
  display: inline-block;
}

._3-col._3-col-last {
  margin-right: 0;
}

.btn {
  float: none;
  color: #fff;
  text-align: center;
  background-color: #1991eb;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 11px 25px;
  line-height: 24px;
  transition: color .2s, box-shadow .2s, background-color .2s, transform .4s;
  display: inline-block;
}

.btn:hover {
  color: #fff;
  background-color: #1386dd;
  border-color: #0c6eb8;
  transform: translate(0, -2px);
  box-shadow: 0 1px 3px #0000001a;
}

.btn:active {
  transform: translate(0, -1px);
  box-shadow: 0 1px 1px #0000001a;
}

.btn.btn-white {
  color: #111212;
  background-color: #fff;
  align-items: flex-end;
  display: inline-block;
}

.btn.btn-white.blog2-card-cta {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 30px;
}

.card-headline {
  margin-top: 10px;
}

.card-headline._6col-card {
  color: #fff;
  width: 50%;
}

.blog3-articles-wrap {
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.tagline {
  opacity: .6;
  color: #f3ffff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
}

.tagline.dark {
  color: #000;
}

.wrap {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wrap.w50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.wrap.w80-50 {
  padding-top: 80px;
  padding-bottom: 50px;
}

.price-wrap {
  align-items: flex-end;
  margin-bottom: 20px;
  line-height: 1.4;
  display: flex;
}

.cta-button {
  letter-spacing: .12em;
  text-transform: uppercase;
  background-color: #c83232;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  line-height: 2em;
  transition: all .25s;
  box-shadow: 0 1px 6px #0003;
}

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

.cta-button.hero {
  color: #030000;
  text-align: center;
  cursor: pointer;
  background-color: #f8f5f4;
  border-radius: 50px;
  width: auto;
  height: 48px;
  display: block;
}

.cta-button.hero:hover {
  background-color: #ff5100;
}

.image-wrap-3 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  display: flex;
  position: relative;
  inset: 0% 0% auto auto;
}

.absolute-image-2 {
  outline-offset: 0px;
  object-fit: cover;
  outline: 3px dotted #eee;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-span-3 {
  color: var(--white);
  margin-top: 20px;
  font-family: Lato, sans-serif;
  display: none;
}

.image-box-2 {
  z-index: 1;
  border-radius: 0;
  flex: none;
  width: 100%;
  max-width: none;
  max-height: none;
  padding-top: 66.66%;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: -7px 7px 30px #00000040;
}

.dots-image {
  position: absolute;
}

.dots-image.bottom-left {
  mix-blend-mode: normal;
  filter: none;
  mix-blend-mode: hue;
  inset: auto auto -5% -5%;
  inset: auto auto -5% -5%;
}

.dots-image.top-right {
  filter: none;
  inset: -5% -5% auto auto;
}

.hero-wrapper-4 {
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.price {
  color: #eee;
  margin-right: 8px;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1;
}

.price.hide {
  display: none;
}

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

.margin-bottom-24px-4 {
  color: #eee;
  text-align: left;
  margin-bottom: 24px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.live-mixing-sessions {
  color: #900a0a;
  background-color: #070000;
  border-bottom: 1px #e4ebf3;
  margin-top: 20px;
  padding: 40px 10px 60px;
  display: block;
  position: relative;
}

.hero-split-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

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

.heading-135 {
  color: #f8f5f4;
  text-align: center;
  margin-bottom: 60px;
  font-weight: 500;
}

._2-column-grid-2 {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.button-22 {
  filter: brightness();
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: #0e0400;
  border-radius: 50px;
  padding: 12px 32px;
  font-family: Lato, sans-serif;
  font-weight: 600;
  transition: all .3s;
}

.button-22:hover {
  filter: brightness(110%);
}

.subheading-2 {
  color: #1b0101;
  text-align: left;
  max-width: 40ch;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 20px;
}

.text-column-wrap-2 {
  opacity: 1;
  background-color: #0000;
  border: 1px #c4c4c4;
  flex-direction: column;
  flex: 1;
  max-width: none;
  padding: 10px;
  display: flex;
}

.container-46 {
  text-align: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 40px;
  position: relative;
}

.template-section {
  width: 100%;
  padding: 60px 10px;
  display: flex;
}

.heading-136 {
  color: #0c0401;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 50px;
}

.heading-137 {
  font-size: 50px;
  font-weight: 700;
}

.heading-138 {
  color: var(--black);
  font-size: 50px;
  font-weight: 500;
}

.caption {
  color: #d8d8cc;
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 150%;
}

.grid-thirds {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.arrow {
  color: #d8d8cc;
  max-width: 20%;
}

.div-block-22 {
  max-width: 100%;
}

.collection-item-7 {
  background-image: url('../images/Music-Production-Recording-Studio.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 10px;
  height: 350px;
  padding-left: 5px;
  padding-right: 5px;
  position: static;
}

.section-13 {
  margin-top: 140px;
  padding-top: 0;
  padding-bottom: 0;
}

.section-13.hide {
  display: none;
}

.card-content {
  background-color: #ff5100;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px 24px;
  display: flex;
}

.top-header {
  margin-bottom: 52px;
}

.container-default-2 {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.view-all {
  color: #d8d8cc;
  margin-right: 8px;
  font-size: 15px;
}

.view-all:hover {
  color: #413e52;
}

.section-title {
  border-bottom: 4px solid #413e52;
  padding-bottom: 8px;
}

.blog-card {
  z-index: 2;
  background-color: #ff5100;
  border: 1px #ebeaf2;
  border-radius: 8px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  transition: box-shadow .4s, transform .4s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 24px 24px -24px #34349352;
}

.blog-card:hover {
  transform: translate(0, -8px);
  box-shadow: 0 40px 24px -24px #34349352;
}

.heading-143 {
  color: #d8d8cc;
}

.section-header-2 {
  border-bottom: 1px solid #868297;
  justify-content: space-between;
  margin-bottom: 32px;
  display: flex;
}

.view-all-wrapper {
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  margin-top: auto;
  padding-bottom: 8px;
  display: block;
}

.view-all-wrapper:hover {
  color: #413e52;
  text-decoration: none;
}

.category {
  color: #5c5cff;
  margin-bottom: 0;
}

.load-second-2 {
  background-color: var(--white);
  color: var(--black);
}

.card-thumbnail {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  order: -1;
  min-width: 200px;
  min-height: 200px;
  position: relative;
}

.card-thumbnail.large {
  width: 100%;
  min-height: 360px;
}

.heading-144 {
  color: var(--black);
  text-align: center;
  -webkit-text-stroke-color: #5d24ff;
  max-width: 100%;
  font-size: 2em;
}

.empty-state {
  background-color: #ebeaf2;
  padding: 24px;
}

.container-default-3 {
  max-width: 1199px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.section-default {
  padding-top: 128px;
  padding-bottom: 128px;
  position: relative;
}

.section-default.reduced-top-padding {
  padding-top: 56px;
  display: none;
}

.section-default.no-top-padding {
  padding-top: 0;
  padding-bottom: 60px;
}

.section-default.no-top-padding.hide {
  display: none;
}

.section-default.reduced-top-padding {
  padding-top: 56px;
}

.section-14 {
  margin-top: 140px;
  padding-top: 0;
  padding-bottom: 0;
}

.container-default-4 {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.heading-145 {
  color: #d8d8cc;
}

.heading-146 {
  color: #110500;
  text-align: center;
  -webkit-text-stroke-color: #5d24ff;
  max-width: 100%;
  font-size: 2em;
}

.blog-outer-wrapper {
  display: flex;
}

.bottom-pad-40 {
  color: #ff5100;
  margin-bottom: 40px;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2;
}

.load-second {
  margin-top: 90px;
  padding-top: 40px;
}

.justify-center {
  text-align: center;
  background-color: #1d1524;
  border: 2px solid #ff5100;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  display: flex;
}

.icon-3 {
  color: #fff;
  justify-content: flex-end;
  font-size: 2vw;
  display: flex;
}

.heading-140 {
  color: #d8d8cc;
  margin-top: 10px;
}

.blog-content-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 66.6667%;
  margin-right: 56px;
  display: flex;
  position: static;
}

.container-default-5 {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.blog-sidebar-wrapper {
  width: 33.3333%;
  font-family: Lato, sans-serif;
}

.heading-147 {
  color: #d8d8cc;
  margin-top: 20px;
  font-family: Lato, sans-serif;
  font-size: 1.5em;
}

.dropdown-toggle-2 {
  padding-left: 0;
}

.dropdown-toggle-2.transcropt2 {
  margin-left: 0;
}

.button-25 {
  background-color: #ff5100;
  border-radius: 50px;
  margin-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 2em;
}

.text-block-7 {
  color: #d8d8cc;
  margin-right: 20px;
  font-size: 1.5em;
  display: block;
}

.rich-text-block-3 {
  color: #fff;
  background-color: #5d24ff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
}

.dropdown-2 {
  background-color: #0000;
  width: 776px;
  height: auto;
  min-height: 100%;
  display: block;
}

.dropdown-2.w--open {
  background-color: #5d24ff;
}

.dropdown-2.transcriopt {
  height: 100px;
}

.container-47 {
  display: none;
}

.cta-category {
  color: #5d24ff;
  margin-bottom: 24px;
  font-size: 2.5em;
  display: none;
}

.heading-142 {
  color: #d8d8cc;
  margin-top: 5px;
  font-family: Lato, sans-serif;
  font-size: 1em;
}

.heading-141 {
  color: #d8d8cc;
  font-size: 1.5em;
}

.heading-139 {
  color: #ff5100;
  margin-top: 40px;
  font-size: 1.6em;
}

.container-34 {
  max-width: none;
  margin-bottom: 10px;
  padding: 2px;
}

.player-elem {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #272727;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .5fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding: 15px 10px;
  display: grid;
}

.video-player-container {
  background-color: #000;
}

.video-button-col {
  min-height: 300px;
  position: relative;
}

.videos-collection {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: auto;
}

.videos-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  background-color: #fffcfc;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-rows: minmax(auto, 1fr);
  grid-auto-columns: 1fr;
  height: auto;
  padding-left: 1px;
  padding-right: 1px;
  line-height: 1.5;
  display: grid;
  position: relative;
  overflow: auto;
}

.video-item {
  color: #ff5100;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 10px;
  line-height: 1;
  display: block;
}

.html-embed {
  color: #fffbf9;
  font-size: 12px;
}

.html-embed.no-underline {
  font-family: Lato, sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.section-72 {
  margin-top: 0;
}

.card-container {
  background-color: #28282e;
  border-radius: 8px;
  text-decoration: none;
  overflow: hidden;
  transform: translate(0);
}

.cell {
  background-color: #181818;
}

.title-3.text-color-neutral-100 {
  color: #fff;
}

.title-3.text-color-neutral-100.home-hero {
  color: #faf8f8;
  text-shadow: 1px 1px #000;
  margin-bottom: 32px;
  font-size: 24px;
}

.title-3.text-color-neutral-100.home-hero.name {
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  display: none;
}

.quick-stack {
  max-height: 500px;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.heading-size-h3-2 {
  color: #fffdfc;
  letter-spacing: .05em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
}

.event-card-text-container {
  background-color: #272727;
  padding: 10px;
}

.event-paragraph {
  color: #c4c4c8;
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
}

.image-wrapper-2 {
  overflow: hidden;
  transform: translate(0);
}

.rich-text-2 {
  color: #f8f9fc;
  max-height: 350px;
  margin-top: 0;
  padding-top: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1;
  overflow: scroll;
}

.paragraph-47.text-color-neutral-100 {
  color: #fff;
}

.paragraph-47.text-color-neutral-100.home-hero {
  text-shadow: 1px 1px #000;
  max-width: 100%;
  margin-bottom: 47px;
  font-size: 16px;
  font-weight: 300;
  display: none;
}

.event-image {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  width: 100%;
}

.blog-content-wrapper-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-right: 0;
  padding: 20px;
  font-weight: 400;
  display: flex;
  position: static;
  overflow: scroll;
}

.instagram-link {
  font-size: 1rem;
  text-decoration: none;
}

.instagram-grid-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 40px;
  display: grid;
}

.instagram-link-block {
  border-radius: 4px;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.heading-148 {
  font-size: 24px;
}

.mp-progress-bar-wrapper {
  cursor: pointer;
  flex: 1;
  height: 3px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 13px;
}

.track-3 {
  cursor: pointer;
  background-color: #3f1d1d0d;
  border-bottom: 1px solid #ffffff1a;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 12px 20px;
  transition: all .2s;
  display: flex;
}

.track-3:hover {
  background-color: #ffffff0d;
}

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

.heading-80.orange {
  color: #ff5100;
  font-weight: 500;
}

.sp-artist-name {
  color: #ff5100;
  flex-wrap: wrap;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  display: flex;
}

.progress-bar {
  background-color: #fff;
  width: 50%;
  height: 3px;
  position: relative;
}

.mp-track {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px 20px;
  display: flex;
}

.mp-track-time {
  color: #ffffff80;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1;
}

.sp-title-3 {
  color: #ffffffd9;
  font-size: .875rem;
  font-weight: 300;
  display: none;
}

.tracklist-4 {
  background-color: #3a3939;
  border-top: 1px solid #ffffff1a;
  border-left: 1px solid #ffffff1a;
  border-right: 1px solid #ffffff1a;
  border-radius: 4px;
  flex: 1;
  width: 100%;
  max-width: 840px;
}

.track-genres {
  display: none;
}

.mp-artist-name-3 {
  color: #ffffffd9;
  font-size: .875rem;
  font-weight: 400;
  display: flex;
}

.collection-item-11 {
  display: flex;
}

.mp-pause {
  cursor: pointer;
  width: 30px;
}

.track-genre-2 {
  color: #ffffffd9;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1;
  display: none;
}

.true-media-player-single-track {
  display: none;
}

.mp-previous {
  cursor: pointer;
  width: 13px;
}

.mp-single-track {
  cursor: pointer;
  background-color: #ffffff1a;
  border-top: 1px solid #ffffff1a;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
  transition: all .2s ease-in-out;
  display: flex;
}

.mp-single-track:hover {
  background-color: #ffffff26;
}

.mp-audio-bar {
  cursor: pointer;
  width: 15px;
  margin-right: 10px;
  display: none;
}

.track-details-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.track-list-wrapper-4 {
  background-color: #04010e14;
}

.div-block-80 {
  grid-column-gap: 10px;
  margin-right: 20px;
  display: flex;
}

.mp-title-2 {
  color: #fff;
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 400;
}

.heading-165 {
  color: #ff5100;
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: 500;
}

.mp-elapsed {
  flex-direction: row;
  display: flex;
}

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

.mp-example-wrapper-2 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  min-width: 600px;
  max-width: 940px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.mp-track-wrapper {
  -webkit-backdrop-filter: saturate(200%) blur(15px);
  backdrop-filter: saturate(200%) blur(15px);
  background-color: #ffffff1a;
  border: 1px solid #ffffff1a;
  border-radius: 4px;
  width: 100%;
  padding: 0;
  display: none;
}

.sp-details-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.sp-details-wrapper.playlest {
  flex-direction: row;
  justify-content: space-between;
}

.sp-thumbnail-3 {
  border-radius: 4px;
  width: 50px;
  height: 50px;
}

.mp-title-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.true-progress-head {
  background-color: #fff;
  border-radius: 20px;
  width: 10px;
  height: 10px;
  position: absolute;
  inset: -3px 0% auto auto;
}

.mp-controla-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

.mp-progress-bar-background {
  background-color: #f0f0f00f;
}

.mp-track-time-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.track-time {
  color: #0a000080;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1;
}

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

.text-block-81.genre {
  display: flex;
}

.tl-track-time-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.section-77 {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.mp-media-player-bar-wrapper {
  color: #ffffff73;
  flex: 1;
  align-items: center;
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.mp-next {
  cursor: pointer;
  width: 13px;
}

.track-number {
  color: #0e000080;
  margin-right: 20px;
  font-size: .875rem;
  line-height: 1;
}

.true-media-player-track {
  display: none;
}

.track-title-2 {
  color: #0c0000;
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}

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

.track-thumbnail-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  width: 65px;
  min-width: 65px;
  height: 65px;
  min-height: 65px;
  margin-right: 15px;
}

.sp-title-wrapper {
  color: #fff;
  flex-direction: column;
  align-items: center;
  font-size: 1px;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.sp-title-wrapper.playlist {
  align-items: flex-start;
}

.mp-play {
  cursor: pointer;
  width: 30px;
}

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

.heading-166.orange {
  color: #ff5100;
  font-weight: 500;
}

.collection-item-12 {
  display: flex;
}

.heading-167 {
  color: #080300;
  text-align: center;
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: 500;
  line-height: 50px;
}

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

.text-block-82.genre {
  display: flex;
}

.section-78 {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

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

.main-media-player-3 {
  z-index: 999;
  -webkit-backdrop-filter: saturate(200%) blur(15px);
  backdrop-filter: saturate(200%) blur(15px);
  background-color: #050505e6;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.elapsed {
  flex-direction: row;
  display: flex;
}

.previous-song-icon {
  cursor: pointer;
  width: 12px;
  height: 12px;
}

.thumbnail-2 {
  border-radius: 4px;
  width: 55px;
  height: 55px;
  margin-right: 10px;
  display: none;
}

.volume-toggle {
  cursor: pointer;
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

.progress-bar-background {
  background-color: #f0f0f00f;
}

.next-song-icon {
  cursor: pointer;
  width: 12px;
  height: 12px;
}

.media-player-exit-icon {
  cursor: pointer;
  width: 14px;
  height: 14px;
}

.media-player-play-button {
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 1px;
  padding-left: 2px;
  display: flex;
}

.pause-button-icon {
  width: 11px;
}

.media-player-pause-button {
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
}

.title {
  color: #fff;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.title.truncate {
  color: #fffffff2;
  font-weight: 600;
}

.media-player-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  display: flex;
}

.media-player-controls-wrapper {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.volume-bar {
  background-color: #fff;
  width: 50%;
  height: 3px;
}

.media-player-wrapper {
  flex-direction: column;
  flex: 1;
  align-items: center;
  display: flex;
}

.media-player-volume-wrapper {
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.volume-bar-wrapper {
  background-color: #f0f0f00f;
  width: 100px;
  height: 3px;
}

.media-player-song {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.media-player-control-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.media-player-bar-wrapper {
  color: #ffffff73;
  flex: 1;
  align-items: center;
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.progress-bar-wrapper {
  cursor: pointer;
  flex: 1;
  height: 3px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 13px;
}

.genre {
  color: #ffffffb3;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  display: none;
}

.container-63 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  display: flex;
}

.play-button-icon {
  width: 11px;
  height: 11px;
}

.media-player-content-wrapper {
  flex: 1;
  align-items: center;
  display: flex;
}

.example-badge {
  color: #15e6cd;
  text-transform: uppercase;
  background-color: #15e6cd1a;
  border-radius: 4px;
  margin-bottom: 15px;
  margin-right: 10px;
  padding: 7px 10px;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1;
}

.track-time-2 {
  color: #ffffff80;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1;
  display: none;
}

.track-details-wrapper-2 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.track {
  cursor: pointer;
  background-color: #0000000d;
  border-bottom: 1px solid #ffffff1a;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 12px 20px;
  transition: all .2s;
  display: flex;
}

.track:hover {
  background-color: #ffffff0d;
}

.track-thumbnail {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  width: 65px;
  height: 65px;
  margin-right: 15px;
}

.track-genre {
  color: #ffffffd9;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1;
}

.track-number-2 {
  color: #ffffff80;
  margin-right: 20px;
  font-size: .875rem;
  line-height: 1;
}

.section-button {
  color: #fff;
  background-color: #4968be;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 200px;
  height: 50px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1;
  transition: all .2s;
  display: flex;
  box-shadow: 0 0 50px -20px #4968be;
}

.section-button:hover {
  background-color: #4968becc;
}

.tracklist-content {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.section-paragraph {
  color: #ffffffbf;
  margin-bottom: 25px;
  font-size: 1.15rem;
  font-weight: 200;
  line-height: 2;
}

.playlist-wrapper {
  grid-column-gap: 100px;
  display: flex;
}

.playlist-wrapper.example-one {
  text-align: center;
  background-color: #0f000000;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 100px;
}

.section-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 2.75rem;
  font-weight: 800;
  line-height: 1.5;
}

.track-title {
  color: #fff;
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}

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

.thumbnail-3 {
  border-radius: 4px;
  width: 55px;
  height: 55px;
  margin-right: 10px;
}

.progress-bar-wrapper-2 {
  cursor: pointer;
  flex: 1;
  height: 3px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 13px;
}

.genre-2 {
  color: #ffffffb3;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.heading-168 {
  color: #020202;
  margin-bottom: 20px;
}

.heading-168.aylist {
  text-align: center;
}

.section-79 {
  height: 200px;
}

.collection-item-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

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

.collection-list-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  line-height: 1.3em;
  display: grid;
}

.heading-169 {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2em;
}

.heading-170 {
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
}

.heading-171 {
  font-size: 10px;
  font-weight: 300;
  line-height: 14px;
}

.div-block-90 {
  width: 832px;
}

.hero-overlay {
  color: #fff;
  background-image: url('../images/LAAMP-Webinar-Pict.jpg');
  background-position: 0 0;
  background-size: contain;
  justify-content: center;
  align-items: center;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  font-size: 2rem;
  display: flex;
}

.centered-container-3 {
  text-align: center;
  flex: 1;
}

.image-41 {
  box-shadow: 0 2px 5px 3px #000;
}

.heading-30 {
  color: #fffefe;
  font-size: 50px;
  line-height: 50px;
}

.button-11 {
  background-color: #ff5100;
  margin-top: 20px;
  font-size: 1rem;
  display: none;
}

.hero-subscribe-right-2 {
  background-color: #d1cece;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-5 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two-4 {
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px-5 {
  margin-bottom: 24px;
  line-height: 1.3;
}

.submit-button-9 {
  background-color: #5d24ff;
}

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

.heading-173 {
  color: #f2f4f8;
  font-weight: 700;
}

.heading-173.centered {
  text-align: center;
  text-shadow: 0 4px 1px #0003;
}

.heading-174 {
  color: #f5f7fa;
  text-shadow: 0 1px 1px #0003;
}

.link-block {
  display: flex;
  position: relative;
}

.link-block.no-underline {
  justify-content: center;
  width: 100%;
  height: 28%;
  text-decoration: none;
}

.div-block-91 {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  top: 100px;
}

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

.section-80 {
  background-color: var(--white);
  height: 200px;
}

.sp-progress-bar-wrapper {
  cursor: pointer;
  flex: 1;
  height: 3px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 13px;
}

.sp-thumbnail {
  border-radius: 4px;
  width: 50px;
  height: 50px;
}

.sp-media-player-bar-wrapper {
  color: #ffffff73;
  flex: 1;
  align-items: center;
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.sp-track-wrapper {
  -webkit-backdrop-filter: saturate(200%) blur(15px);
  backdrop-filter: saturate(200%) blur(15px);
  background-color: #290000;
  border: 1px solid #ffffff1a;
  border-radius: 4px;
  width: 100%;
  height: 400px;
  padding: 25px 30px;
}

.sp-title-wrapper-2 {
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.sp-elapsed {
  flex-direction: row;
  display: flex;
}

.sp-progress-bar-background {
  background-color: #f0f0f00f;
}

.sp-details-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

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

.sp-example-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 400px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.sp-pause {
  cursor: pointer;
  width: 30px;
  margin-right: 10px;
}

.sp-artist-name-2 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 500;
}

.sp-title {
  color: #ffffffd9;
  font-size: .875rem;
  font-weight: 300;
}

.sp-play {
  cursor: pointer;
  width: 30px;
  margin-right: 10px;
}

.sp-controla-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

.mp-artist-name {
  color: #ffffffd9;
  font-size: .875rem;
  font-weight: 300;
}

.sp-title-wrapper-3 {
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.mp-track-time-2 {
  color: #ffffff80;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1;
}

.example {
  -webkit-backdrop-filter: blur(120px);
  backdrop-filter: blur(120px);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 100px 50px;
  display: flex;
}

.mp-title {
  color: #fff;
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 500;
}

.mp-single-track-2 {
  cursor: pointer;
  background-color: #ffffff1a;
  border-top: 1px solid #ffffff1a;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
  transition: all .2s ease-in-out;
  display: flex;
}

.mp-single-track-2:hover {
  background-color: #ffffff26;
}

.mp-track-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px 20px;
  display: flex;
}

.mp-example-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.sp-title-4 {
  color: #ffffffd9;
  font-size: .875rem;
  font-weight: 300;
}

.example-wrapper {
  grid-column-gap: 100px;
  display: flex;
}

.mp-track-wrapper-2 {
  -webkit-backdrop-filter: saturate(200%) blur(15px);
  backdrop-filter: saturate(200%) blur(15px);
  background-color: #ffffff1a;
  border: 1px solid #ffffff1a;
  border-radius: 4px;
  width: 100%;
  padding: 0;
}

.body-2 {
  background-color: #0e1e29;
}

.sp-track-wrapper-2 {
  -webkit-backdrop-filter: saturate(200%) blur(15px);
  backdrop-filter: saturate(200%) blur(15px);
  background-color: #ffffff1a;
  border: 1px solid #ffffff1a;
  border-radius: 4px;
  width: 100%;
  padding: 25px 30px;
}

.sp-title-wrapper-4 {
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.sp-example-wrapper-2 {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.sp-title-5 {
  color: #ffffffd9;
  font-size: .875rem;
  font-weight: 300;
}

.empty-state-2 {
  background-color: #ebeaf2;
  padding: 24px;
}

.section-title-2 {
  letter-spacing: 2px;
  margin-top: 60px;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}

.success-message-2 {
  color: #ababfa;
  text-align: center;
  background-color: #0000;
  border: 1px solid #9898e5;
  border-radius: 4px;
  padding: 16px;
  font-size: 14px;
}

.button-26 {
  color: #fff;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #5c5cff;
  background-image: linear-gradient(135deg, #5c5cff, #8989f8);
  border-radius: 4px;
  max-width: none;
  margin-top: 32px;
  padding: 12px 24px;
  font-size: 15px;
  font-weight: 500;
  transition: box-shadow .2s;
}

.button-26:hover {
  color: #fff;
  text-decoration: none;
  box-shadow: 0 16px 16px -16px #5c5cff;
}

.button-26.forms {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 56px;
  margin-top: 0;
  display: flex;
}

.button-26.forms:hover {
  box-shadow: 0 24px 24px -24px #000;
}

.view-all-2 {
  margin-right: 8px;
  font-size: 15px;
}

.view-all-2:hover {
  color: #413e52;
}

.arrow-pattern {
  position: absolute;
}

.arrow-pattern.lower-left {
  z-index: 1;
  inset: auto auto -71px -16px;
}

.arrow-pattern.top-right {
  z-index: 1;
  inset: -48px -56px auto auto;
}

.cta-category-2 {
  color: #cbcbf0;
  margin-bottom: 24px;
}

.hero-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 560px;
}

.section-header {
  border-bottom: 1px solid #868297;
  justify-content: space-between;
  margin-bottom: 32px;
  display: none;
}

.category-2 {
  color: #5c5cff;
  margin-bottom: 32px;
  display: none;
}

.section-title-3 {
  border-bottom: 4px solid #413e52;
  padding-bottom: 8px;
}

.highlight-wrapper {
  width: 4px;
  height: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.vertical-article-grid {
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.highlight {
  background-color: #5c5cff;
  width: 100%;
  height: 100%;
}

.cta-wrapper {
  color: #fff;
  background-color: #111131;
  background-image: linear-gradient(to top, #1b1b4d, #111131);
  border-radius: 8px;
  padding: 48px;
}

.caption-2 {
  color: #868297;
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 150%;
}

.hero-content {
  flex-direction: column;
  align-items: flex-start;
  min-height: 560px;
  padding: 65px 48px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.feature-grid {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.med-divider {
  background-color: #dedede;
  width: 20%;
  height: 1px;
  margin: 16px auto;
  list-style-type: lower-alpha;
  display: block;
}

.collection-list-wrapper-18 {
  display: block;
}

.load-first {
  position: relative;
}

.white-background {
  background-color: #fff;
  height: 50%;
  position: absolute;
  inset: 0% 0% auto;
}

.heading-6 {
  font-size: 14px;
  line-height: 20px;
}

.heading-5 {
  color: #5c5cff;
  font-size: 16px;
}

.text-field-3 {
  color: #8989f8;
  text-align: center;
  background-color: #1b1b4d;
  border: 1px solid #8989f8;
  border-radius: 4px;
  min-height: 56px;
  margin-bottom: 16px;
  padding: 16px 24px;
  font-size: 18px;
}

.text-field-3:focus {
  border-style: solid;
  border-color: #8989f8;
}

.text-field-3::placeholder {
  color: #8989f8;
  font-size: 18px;
}

.form-block-2 {
  margin-bottom: 0;
}

.error-message-2 {
  color: #ababfa;
  background-color: #0000;
  border: 1px solid #ababfa;
  border-radius: 4px;
  margin-top: 16px;
  padding: 15px;
  font-size: 14px;
}

.view-all-wrapper-2 {
  cursor: pointer;
  align-items: center;
  margin-top: auto;
  padding-bottom: 8px;
  display: flex;
}

.view-all-wrapper-2:hover {
  color: #413e52;
  text-decoration: none;
}

.grid-halves {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-halves.no-padding {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.featuredthumbnail {
  padding-top: 7px;
  padding-bottom: 7px;
}

.main-section {
  background-color: #f7f7f7;
  padding-top: 62px;
  padding-bottom: 62px;
}

.main-section.bottom-padding {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 89px;
}

.blog-card-2 {
  z-index: 2;
  background-color: #fff;
  border: 1px solid #ebeaf2;
  border-radius: 8px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: box-shadow .4s, transform .4s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 24px 24px -24px #34349352;
}

.blog-card-2:hover {
  transform: translate(0, -8px);
  box-shadow: 0 40px 24px -24px #34349352;
}

.section-heading-2 {
  text-align: center;
}

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

.cta-grid {
  grid-column-gap: 56px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  height: 100%;
  display: grid;
}

.card-content-2 {
  flex-direction: column;
  align-items: flex-start;
  padding: 32px 24px;
  display: flex;
  box-shadow: 1px 1px 3px #000;
}

.card-content-2.no-padding {
  padding: 0;
}

.heading-175 {
  display: none;
}

.link-block-2 {
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.collection-item-14 {
  display: flex;
}

.card-content-3 {
  flex-direction: column;
  align-items: flex-start;
  padding: 32px 24px;
  text-decoration: none;
  display: flex;
  box-shadow: 1px 1px 3px #000;
}

.card-content-3.no-padding {
  padding: 0 0 0 5px;
  text-decoration: none;
}

.caption-3 {
  color: #868297;
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 150%;
}

.grid-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .5fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: grid;
}

.link-block-3 {
  text-align: center;
  background-color: #ff5100;
  border-radius: 10px;
  width: 300px;
  height: 400px;
  padding: 10px;
  text-decoration: none;
}

.heading-87 {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 1px #1d1524;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 2em;
  font-weight: 700;
  position: relative;
  top: 250px;
}

.heading-88 {
  color: #fff;
  text-shadow: 0 1px 1px #1d1524;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  top: 245px;
}

.text-block-6 {
  color: #fff;
  text-shadow: 0 1px 1px #1d1524;
  margin-left: 20px;
  padding-right: 20px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  line-height: .9;
  position: relative;
  top: 250px;
}

.blog2-articles-wrap {
  align-items: flex-start;
  display: flex;
}

.blog2-article-details {
  margin-bottom: 10px;
}

.text-16 {
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
}

.text-16.text-16-60 {
  opacity: .6;
}

.blog2-article-cover {
  background-image: linear-gradient(#f1f1f1, #f1f1f1);
  border-radius: 8px;
  height: 230px;
  margin-bottom: 25px;
}

.blog2-article-cover.blog2-article-content1 {
  background-image: url('../images/CharliXCX.png'), linear-gradient(#f1f1f1, #f1f1f1);
  background-position: 0 0, 0 0;
  background-size: cover, auto;
}

.blog2-article-cover.blog2-article-content2 {
  background-image: url('../images/thumb-00.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-size: cover, cover;
}

.tagline-2 {
  opacity: .6;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
}

.label-text {
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  line-height: 17px;
}

.blog5-articles-wrapper {
  align-items: flex-start;
  display: flex;
}

.blog5-article-cover {
  border-radius: 8px;
  width: 100%;
  height: 270px;
  margin-bottom: 20px;
}

.blog5-article-cover.blog5-article-image3 {
  background-image: url('../images/article-cover-3.jpg');
  background-position: 50%;
  background-size: cover;
}

.blog5-article-cover.blog5-article-image1 {
  background-image: url('../images/card-cover.jpg');
  background-position: 50%;
  background-size: cover;
}

.blog5-article-cover.blog5-article-image2 {
  background-image: url('../images/article-cover-2.jpg');
  background-position: 50%;
  background-size: cover;
}

.label-2 {
  background-color: #1991eb;
  border-radius: 4px;
  padding: 4px 10px;
  display: inline-block;
}

.label-2.label-pink {
  background-color: #c47ca2;
}

.label-2.label-grey {
  background-color: #858589;
}

.label-2.label-cyan {
  background-color: #28998a;
}

._4-col {
  width: 300px;
  margin-right: 20px;
  display: inline-block;
}

._4-col._4-col-last {
  margin-right: 0;
  display: inline-block;
}

.cta1-image {
  background-image: linear-gradient(#111212bf, #111212bf), url('../images/CTA2-Background.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

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

.cta1-content {
  margin-top: 5px;
}

.btn-big {
  float: none;
  color: #fff;
  text-align: center;
  background-color: #1991eb;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 16px 35px;
  font-size: 16px;
  line-height: 26px;
  transition: color .2s, box-shadow .2s, background-color .2s, transform .4s;
  display: inline-block;
}

.btn-big:hover {
  color: #fff;
  background-color: #1386dd;
  border-color: #0c6eb8;
  transform: translate(0, -2px);
  box-shadow: 0 1px 3px #0000001a;
}

.btn-big:active {
  transform: translate(0, -1px);
  box-shadow: 0 1px 1px #0000001a;
}

.btn-big.btn-white {
  color: #111212;
  background-color: #fff;
  display: inline-block;
}

.content4-image {
  background-image: url('../images/inma-santiago-746452-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  height: 340px;
  margin-bottom: 30px;
}

.content4-image.content4-image4 {
  background-image: url('../images/olena-sergienko-725307-unsplash.jpg');
}

.content4-image.content4-image6 {
  background-image: url('../images/zohre-nemati-446136-unsplash.jpg');
}

.content4-image.content4-image7 {
  background-image: url('../images/brooke-lark-609908-unsplash.jpg');
}

.content4-image.content4-image8 {
  background-image: url('../images/natalia-y-469694-unsplash.jpg');
}

.content4-image.content4-image5 {
  background-image: url('../images/shifaaz-shamoon-300079-unsplash.jpg');
}

.content4-image.content4-image3 {
  background-image: url('../images/annie-spratt-216207-unsplash.jpg');
}

.content4-image.content4-image9 {
  background-image: url('../images/jeremy-bishop-334996-unsplash.jpg');
}

.content4-image.content4-image2 {
  background-image: url('../images/nathan-dumlao-483396-unsplash.jpg');
}

.content4-items, .content4-item {
  margin-bottom: 20px;
}

.text-field-4 {
  border: 1px solid #707070;
  border-radius: 2px;
  width: 100%;
  height: 44px;
  margin-bottom: 12px;
  padding: 12px 20px;
  line-height: 1;
}

.text-field-4:hover {
  border-color: #000;
}

.text-field-4:focus {
  border-color: #111;
}

.text-field-4::placeholder {
  color: #727272;
  line-height: 1;
}

.button-27 {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: #111;
  border-radius: 4px;
  padding: 12px 24px;
  font-size: .9rem;
  line-height: 1;
  transition: opacity .2s;
}

.button-27:hover {
  background-color: #333;
}

.style-guide-wrapper {
  flex-direction: column;
  width: 100%;
  max-width: 70ch;
  margin-top: 60px;
  display: flex;
}

.radio-button-label {
  margin-bottom: 0;
  line-height: 1.5;
}

.decorative-link-2 {
  color: #111;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: .75rem;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.paragraph-big {
  width: 100%;
  max-width: 640px;
  font-size: 1.333rem;
}

.page-title-over-image-2 {
  text-align: center;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 5rem;
  line-height: 1;
}

.style-guide-component {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.radio-button-field {
  align-items: center;
  margin-bottom: 12px;
  padding-left: 0;
  display: flex;
}

.quote-author {
  letter-spacing: .04em;
  text-transform: uppercase;
  width: 100%;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1;
}

.checkbox-label-4 {
  margin-bottom: 0;
  line-height: 1.5;
}

.subtitle {
  max-width: 640px;
}

.style-guide-component-name {
  color: #000;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: .75rem;
  font-weight: 500;
}

.radio-button {
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
}

.radio-button:hover, .radio-button.w--redirected-checked, .radio-button.w--redirected-focus {
  border-color: #111;
}

.hide {
  display: block;
}

.link-block-4 {
  background-image: url('../images/Thomas-Warrent-and-Vic-Cuccia.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  min-width: 600px;
  height: auto;
  min-height: 500px;
}

.font-size-3em {
  font-size: 3em;
  line-height: 1;
}

.font-size-3em.font-normal {
  color: var(--black);
  font-size: 24px;
  font-weight: 400;
}

.button-28 {
  background-color: var(--black);
  filter: brightness();
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  border-radius: 50px;
  padding: 12px 32px;
  font-family: Lato, sans-serif;
  font-weight: 600;
  transition: all .3s;
}

.button-28:hover {
  filter: brightness(110%);
}

.html-embed-4 {
  display: block;
}

.subheading-3 {
  color: var(--black);
  text-align: center;
  max-width: 40ch;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 20px;
}

.container-64 {
  text-align: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 40px;
  position: relative;
}

.code-embed {
  width: 100%;
}

.class-card-title-2 {
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
}

.container-65 {
  width: 100%;
  max-width: 1440px;
  padding-left: 80px;
  padding-right: 80px;
}

.div-block-102 {
  flex-flow: column;
  max-width: 400px;
  display: flex;
}

.paragraph-smaller-2 {
  font-size: .875rem;
}

.vertical-wrapper-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: grid;
}

.title-decorative-block-2 {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  text-decoration: none;
  display: flex;
}

.font-align-center-2 {
  color: var(--black);
  text-align: center;
  text-transform: capitalize;
  font-family: Montserrat, sans-serif;
}

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

@media screen and (min-width: 1280px) {
  .horisontal-images-grid {
    grid-column-gap: 140px;
  }

  .instagram-link-block {
    height: 180px;
  }
}

@media screen and (min-width: 1440px) {
  .submit-button {
    transition: all .2s;
  }

  .container-46 {
    text-align: center;
    background-color: #0000;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .section-13 {
    padding-top: 0;
    padding-bottom: 240px;
  }

  .container-default-3 {
    max-width: 1222px;
  }

  .section-14 {
    padding-top: 0;
    padding-bottom: 240px;
  }

  .instagram-link-block {
    height: 205px;
  }

  .container-64 {
    text-align: center;
    background-color: #0000;
    flex-direction: column;
    align-items: center;
    display: flex;
  }
}

@media screen and (min-width: 1920px) {
  .nav-link {
    font-size: 16px;
  }

  .hero-wrapper {
    margin-bottom: 30px;
  }

  .page-title-over-image {
    margin-bottom: 30px;
    font-size: 101px;
  }

  .page-subtitle-over-image {
    font-size: 35px;
  }

  .section-2.book-class-page {
    align-items: center;
    display: flex;
  }

  .container-2 {
    max-width: 1600px;
  }

  .vertical-wrapper {
    margin-bottom: 30px;
  }

  .class-card-title {
    font-size: 35px;
  }

  .decorative-link {
    font-size: 21px;
  }

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

  .grid-card-link-block {
    height: 260px;
  }

  .container-3 {
    max-width: 1600px;
  }

  .image-big {
    height: 640px;
  }

  .horisontal-images-grid {
    grid-column-gap: 255px;
  }

  .lottie-animation {
    max-width: 50px;
    max-height: 50px;
  }

  .live-mixing-sessions {
    height: 600px;
  }

  .section-13, .section-14 {
    padding-top: 0;
  }

  .text-block-7 {
    margin-right: 20px;
  }

  .player-elem {
    border-radius: 0;
    padding: 3px 2px 2px;
  }

  .videos-list {
    padding-left: 2px;
    padding-right: 2px;
  }

  .video-item {
    padding-top: 1px;
  }

  .instagram-link-block {
    height: 235px;
  }

  .heading-80, .heading-166 {
    margin-bottom: 40px;
  }

  .button-27 {
    font-size: 18px;
  }

  .decorative-link-2 {
    font-size: 21px;
  }

  .paragraph-big {
    font-size: 25px;
  }

  .page-title-over-image-2 {
    margin-bottom: 30px;
    font-size: 101px;
  }

  .subtitle {
    text-align: center;
    width: 100%;
    max-width: 640px;
  }

  .class-card-title-2 {
    font-size: 35px;
  }

  .container-65 {
    max-width: 1600px;
  }

  .paragraph-smaller-2 {
    font-size: 18px;
  }

  .vertical-wrapper-2 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 991px) {
  .section.cc-product-detail {
    flex-direction: column;
  }

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

  .button {
    justify-content: center;
  }

  .paragraph-light.cc-subscribe-paragraph {
    width: 60%;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .navigation-items {
    background-color: #fff;
  }

  .cart {
    margin-left: 0;
    margin-right: 30px;
  }

  .navigation {
    padding: 25px 30px;
  }

  .text-field.cc-quantity-field {
    text-align: center;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

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

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .collection-item {
    width: 100%;
    max-width: 620px;
    margin-bottom: 30px;
    margin-left: 30px;
    margin-right: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .intro-text {
    width: auto;
  }

  .picture-placeholder.cc-about-2 {
    height: 460px;
  }

  .contact-name-field-wrap {
    width: 100%;
    padding-right: 0;
  }

  .email-name-field-wrap {
    width: 100%;
    padding-left: 0;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .credentials-inputs-wrap {
    flex-direction: column;
    align-items: stretch;
  }

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

  .number-contact-wrap {
    margin-bottom: 20px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .product-details-wrap {
    text-align: center;
    width: 100%;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
  }

  .product-image {
    width: 100%;
    margin-bottom: 40px;
  }

  .product-detail-cta-wrap {
    flex-direction: column;
    justify-content: center;
  }

  .full-width-form {
    padding: 40px;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .blog-header-image {
    height: 460px;
  }

  .order-summary {
    flex-basis: 320px;
  }

  .nav-menu {
    background-color: #fff;
    padding: 20px 20px 40px;
    box-shadow: 0 4px 4px #0000001a;
  }

  .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link.button {
    margin-top: 12px;
    margin-left: 0;
  }

  .hero-section.hero {
    min-height: 70vh;
  }

  .container-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .horisontal-wrapper {
    grid-column-gap: 60px;
  }

  .block-title-big {
    text-align: left;
  }

  .container-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .horisontal-images-grid {
    grid-column-gap: 60px;
    flex-direction: column;
  }

  .headline-6-col {
    text-align: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  ._6-col {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  ._6-col._6-col-last {
    width: 100%;
  }

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

  .blog3-card.blog3-card1-content {
    width: auto;
  }

  ._3-col {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .btn.btn-white.blog2-card-cta {
    text-align: center;
    display: block;
    bottom: 20px;
    left: 30px;
  }

  .card-headline {
    width: 60%;
    max-width: 100%;
    display: block;
  }

  .card-headline._6col-card {
    width: 60%;
    display: block;
  }

  .blog3-articles-wrap {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }

  .wrap {
    width: 645px;
  }

  .image-wrap-3 {
    width: 100%;
  }

  .hero-wrapper-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

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

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  ._2-column-grid-2 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-direction: column;
  }

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

  .container-46 {
    flex-direction: row;
    display: flex;
  }

  .template-section {
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden;
  }

  .grid-thirds {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .section-13 {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 148px;
  }

  .container-default-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .blog-card:hover {
    transform: translate(0);
  }

  .container-default-3 {
    flex-direction: column;
    align-items: stretch;
  }

  .section-default {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .section-default.reduced-top-padding {
    padding-top: 0;
  }

  .section-14 {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 148px;
  }

  .container-default-4 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .blog-outer-wrapper {
    flex-direction: column;
  }

  .blog-content-wrapper {
    width: 100%;
  }

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

  .blog-sidebar-wrapper {
    width: 100%;
  }

  .title-3.text-color-neutral-100.home-hero {
    margin-bottom: 15px;
  }

  .paragraph-47.text-color-neutral-100.home-hero {
    margin-bottom: 40px;
  }

  .blog-content-wrapper-2 {
    width: 100%;
  }

  .instagram-grid-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .mp-elapsed, .mp-duration {
    display: flex;
  }

  .main-media-player-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .elapsed {
    display: none;
  }

  .title.truncate {
    color: #ff5100;
  }

  .media-player-volume-wrapper, .duration {
    display: none;
  }

  .media-player-bar-wrapper {
    position: absolute;
    inset: 0% 0% auto;
  }

  .progress-bar-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .playlist-wrapper {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .playlist-wrapper.example-one {
    flex-direction: column-reverse;
  }

  .progress-bar-wrapper-2 {
    margin-left: 0;
    margin-right: 0;
  }

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

  .hero-wrapper-5 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-4 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .sp-duration, .sp-elapsed {
    display: flex;
  }

  .example {
    padding: 75px 20px;
  }

  .example-wrapper {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .example-wrapper.example-three {
    flex-direction: column-reverse;
  }

  .example-wrapper.example-two {
    flex-direction: column;
  }

  .arrow-pattern.lower-left, .arrow-pattern.top-right {
    display: none;
  }

  .hero-image {
    padding-top: 66%;
  }

  .cta-wrapper {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 24px;
    padding: 32px 24px;
  }

  .hero-content {
    min-height: auto;
  }

  .feature-grid {
    grid-column-gap: 24px;
    grid-row-gap: 32px;
    grid-template-columns: 2fr;
  }

  .form-block-2 {
    width: 100%;
  }

  .grid-halves {
    grid-column-gap: 24px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .featuredthumbnail {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .main-section {
    padding: 40px 10px;
  }

  .blog-card-2:hover {
    transform: translate(0);
  }

  .section-heading-2 {
    text-align: center;
    display: block;
  }

  .cta-grid {
    grid-row-gap: 32px;
    text-align: center;
    grid-template-columns: 1fr;
  }

  .blog2-article {
    text-align: center;
    margin-bottom: 20px;
  }

  .blog2-articles-wrap {
    flex-direction: column;
  }

  .text-16.text-16-60 {
    width: 100%;
  }

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

  .blog5-article-wrapper {
    text-align: center;
    margin-bottom: 20px;
  }

  ._4-col {
    width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  ._4-col._4-col-last {
    margin-bottom: 0;
    margin-right: auto;
  }

  .cta1-wrap {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .cta1-content, .content4-items {
    margin-bottom: 0;
  }

  .content4-item {
    text-align: center;
    margin-bottom: 40px;
  }

  .container-64 {
    flex-direction: row;
    display: flex;
  }

  .container-65 {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .section, .section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
  }

  .container.cc-subscription-form {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container.cc-heading-wrap {
    margin-bottom: 50px;
  }

  .container.cc-full-width-form-wrap {
    text-align: left;
    flex-direction: column;
    align-items: stretch;
  }

  .paragraph-bigger, .heading-jumbo-tiny {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .paragraph-light.cc-subscribe-paragraph {
    width: 80%;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .cart-item-info-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navigation {
    padding: 20px 30px;
  }

  .text-field.cc-subscribe-text-field {
    text-align: center;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .cart-container {
    min-width: 360px;
  }

  .intro-content {
    width: 80%;
  }

  .main-paragraph-wrap {
    grid-row-gap: 30px;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .subscribe-form {
    flex-direction: column;
    align-items: stretch;
  }

  .form-block {
    width: 90%;
    max-width: 470px;
  }

  .footer {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
    display: flex;
  }

  .logo-footer {
    margin-bottom: 70px;
  }

  .links-section-footer {
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .about-quote {
    width: 80%;
    max-width: 470px;
  }

  .get-in-touch-form-wrap {
    width: 90%;
    max-width: 470px;
  }

  .paragraph-contact-text {
    font-size: 16px;
    line-height: 28px;
  }

  .store-categories-wrap {
    flex-direction: column;
  }

  .products-category-link {
    margin-bottom: 10px;
  }

  .collection-list {
    flex-direction: column;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

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

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .product-details-wrap {
    width: 90%;
  }

  .product-image {
    height: 500px;
  }

  .full-width-form {
    padding: 30px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .horisontal-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .class-card-title {
    text-align: center;
  }

  .grid-cli {
    max-width: none;
  }

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

  .horisontal-images-grid {
    flex-direction: column;
    grid-auto-columns: 1fr;
  }

  ._6-col {
    margin-right: 0;
  }

  .btn.btn-white.blog2-card-cta {
    bottom: 20px;
    left: 30px;
    right: auto;
  }

  .card-headline {
    width: 60%;
    display: block;
  }

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

  .image-wrap-3 {
    padding: 20px;
  }

  .live-mixing-sessions {
    padding: 60px 15px;
  }

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

  .container-46 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .section-13 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .card-thumbnail.large {
    min-height: 200px;
  }

  .section-14 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .player-elem {
    grid-template-columns: 1fr;
  }

  .video-button-col {
    min-height: 320px;
  }

  .title-3.text-color-neutral-100.home-hero {
    max-width: 552px;
    margin-bottom: 10px;
  }

  .event-card-text-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-47.text-color-neutral-100.home-hero {
    max-width: 552px;
  }

  .instagram-grid-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .track-3 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .mp-track {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .media-info-wrapper {
    display: none;
  }

  .media-player-play-button, .media-player-pause-button {
    margin-left: 15px;
    margin-right: 15px;
  }

  .media-player-control-wrapper {
    margin-bottom: 0;
  }

  .progress-bar-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .track {
    padding-left: 12px;
    padding-right: 12px;
  }

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

  .progress-bar-wrapper-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .media-info-wrapper-2 {
    display: none;
  }

  .hero-overlay {
    padding: 40px 20px;
  }

  .hero-subscribe-right-2 {
    padding: 60px 15px;
  }

  .sp-track-wrapper {
    padding: 20px;
  }

  .example {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .mp-track-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .sp-track-wrapper-2 {
    padding: 20px;
  }

  .highlight-wrapper {
    height: auto;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .hero-content {
    min-height: auto;
    padding: 32px 24px 32px 28px;
  }

  .feature-grid {
    grid-template-columns: 1.5fr;
  }

  .grid-halves.no-padding {
    grid-template-columns: 1fr;
  }

  .featuredthumbnail {
    padding: 10px 0;
  }

  .main-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog2-article-cover.blog2-article-content1 {
    background-image: url('../images/rawpixel-589084-unsplash.jpg');
  }

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

  .container-64 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .class-card-title-2 {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  h2 {
    font-size: 34px;
    line-height: 46px;
  }

  .section.cc-store-home-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .section.cc-product-detail {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container.cc-subscription-form {
    padding-left: 15px;
    padding-right: 15px;
  }

  .paragraph-bigger.cc-bigger-light {
    display: none;
  }

  .button.cc-cart {
    padding-left: 16px;
    padding-right: 16px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .paragraph-light.cc-subscribe-paragraph {
    width: 100%;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .status-message.cc-no-data {
    width: 100%;
  }

  .menu-icon {
    text-align: justify;
  }

  .cart-item-info-wrap {
    margin-left: 10px;
    margin-right: 10px;
  }

  .cart {
    margin-right: 20px;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .cart-container {
    min-width: 320px;
  }

  .form-block, .about-quote, .get-in-touch-form-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .blog-preview-image {
    height: 400px;
  }

  .product-details-wrap {
    width: 100%;
    max-width: none;
  }

  .list-item {
    flex-direction: column;
    align-items: center;
  }

  .full-width-form {
    padding: 15px;
  }

  .order-item-description-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .order-item-content-wrap {
    margin-bottom: 5px;
  }

  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }

  .text-block-2 {
    font-size: 16px;
    line-height: 1.3em;
  }

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

  .hero-section.hero {
    min-height: 500px;
  }

  .absolute-image {
    overflow: hidden;
  }

  .hero-wrapper {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .page-title-over-image {
    font-size: 3.5rem;
  }

  .page-subtitle-over-image {
    background-color: var(--black);
    font-size: .75rem;
  }

  .section-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-2.book-class-page {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .horisontal-wrapper {
    grid-row-gap: 20px;
  }

  .block-title-big {
    max-width: 20ch;
    font-size: 2.5rem;
  }

  .max-60ch {
    line-height: 15px;
  }

  .grid-clw {
    margin-top: 40px;
  }

  .font-align-center {
    overflow-wrap: anywhere;
    font-size: 30px;
    line-height: 30px;
    display: none;
  }

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

  .container-3.book-class-page {
    padding-left: 0;
    padding-right: 0;
  }

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

  .horisontal-images-grid {
    grid-column-gap: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .book-class-form-title {
    font-size: 35px;
  }

  .book-class-wrapper {
    box-shadow: none;
    border-radius: 0;
    padding: 40px 20px;
    overflow: hidden;
  }

  .checkbox-label-3 {
    font-size: 12px;
  }

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

  .btn {
    text-align: center;
    display: block;
  }

  .btn.btn-white {
    display: block;
  }

  .cta-button {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
  }

  .image-wrap-3 {
    opacity: 1;
    padding: 0;
    position: relative;
  }

  .absolute-image-2 {
    border-radius: 5px;
    box-shadow: 0 2px 5px #0003;
  }

  .text-span-3 {
    display: none;
  }

  .hero-wrapper-4 {
    margin-top: 20px;
  }

  .container-30 {
    flex-direction: column;
    justify-content: flex-start;
    max-width: none;
    display: flex;
    overflow: hidden;
  }

  .margin-bottom-24px-4 {
    font-family: Lato, sans-serif;
    font-size: 18px;
    font-weight: 300;
  }

  .live-mixing-sessions {
    background-image: none;
    background-size: auto;
    margin-top: 0;
  }

  .hero-split-3 {
    align-items: center;
    margin-top: 40px;
  }

  .heading-135 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 30px;
    overflow: visible;
  }

  ._2-column-grid-2 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .button-22 {
    text-transform: none;
    background-color: #050505;
    width: 100%;
  }

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

  .text-column-wrap-2 {
    flex-flow: column;
    align-items: center;
    width: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .container-46 {
    flex-direction: column;
    padding: 10px;
    display: flex;
  }

  .template-section {
    padding-top: 10px;
    padding-bottom: 40px;
    display: flex;
  }

  .heading-136 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 30px;
    overflow: visible;
  }

  .heading-137 {
    overflow-wrap: anywhere;
    font-size: 36px;
    line-height: 36px;
  }

  .heading-138 {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
  }

  .caption {
    font-size: 12px;
  }

  .arrow {
    width: 12px;
  }

  .div-block-22 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .collection-item-7 {
    padding-left: 0;
    padding-right: 10px;
  }

  .section-13 {
    margin-top: 60px;
    padding-top: 10px;
    padding-bottom: 96px;
  }

  .card-content {
    padding: 24px 16px;
  }

  .top-header {
    margin-bottom: 0;
  }

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

  .view-all {
    margin-right: 5px;
    font-size: 13px;
  }

  .section-title {
    border-bottom-style: none;
    padding-bottom: 0;
  }

  .section-header-2 {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 24px;
  }

  .view-all-wrapper {
    padding-bottom: 4px;
  }

  .category {
    margin-bottom: 16px;
    font-size: 13px;
  }

  .heading-144 {
    color: #050200;
    font-size: 2.3em;
  }

  .collection-list-wrapper-17 {
    margin-left: 0;
  }

  .container-default-3 {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

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

  .collection-item-8 {
    padding-left: 0;
    padding-right: 10px;
  }

  .section-14 {
    margin-top: 60px;
    padding-top: 10px;
    padding-bottom: 96px;
  }

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

  .heading-146 {
    color: #ff5100;
    font-size: 2.3em;
  }

  .bottom-pad-40 {
    display: flex;
  }

  .load-second {
    margin-top: 80px;
    padding-top: 0;
  }

  .justify-center {
    background-color: #0000;
    border-style: solid;
    border-width: 1px;
    font-size: 14px;
  }

  .icon-3 {
    font-size: 3vw;
  }

  .blog-content-wrapper {
    margin-bottom: 40px;
  }

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

  .heading-147 {
    font-size: 1.52em;
  }

  .button-25 {
    font-size: 1.5em;
  }

  .text-block-7 {
    margin-right: 0;
  }

  .dropdown-2.transcriopt, .cta-category {
    display: none;
  }

  .heading-142 {
    font-size: 1.5em;
    display: none;
  }

  .player-elem {
    padding: 6px;
  }

  .cell {
    display: none;
  }

  .title-3.text-color-neutral-100.home-hero {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.3em;
  }

  .title-3.text-color-neutral-100.home-hero.name {
    font-size: 28px;
    font-weight: 400;
  }

  .quick-stack {
    padding-left: 0;
    padding-right: 0;
  }

  .cell-2 {
    display: flex;
  }

  .heading-size-h3-2 {
    font-size: 22px;
    line-height: 28px;
  }

  .event-card-text-container {
    background-color: #181818;
  }

  .event-paragraph {
    font-weight: 400;
    line-height: 1.3;
  }

  .rich-text-2 {
    margin-top: 40px;
    padding-top: 0;
    font-weight: 400;
    line-height: 1.3;
  }

  .paragraph-47.text-color-neutral-100.home-hero {
    text-align: left;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3;
  }

  .blog-content-wrapper-2 {
    display: flex;
  }

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

  .instagram-grid-wrapper {
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
  }

  .heading-148 {
    text-align: center;
    margin-bottom: 0;
    line-height: 30px;
  }

  .heading-80.orange {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
  }

  .sp-artist-name {
    font-size: 12px;
  }

  .mp-track {
    padding-top: 0;
  }

  .mp-track-time {
    font-size: 12px;
  }

  .mp-single-track {
    background-color: #383634;
    padding-left: 10px;
    padding-right: 10px;
  }

  .track-details-wrapper {
    text-transform: uppercase;
    flex-wrap: wrap;
    font-size: 1px;
  }

  .mp-title-2 {
    font-size: 12px;
    line-height: 1.2em;
  }

  .heading-165 {
    -webkit-text-stroke-color: #0c0400;
    font-size: 25px;
    line-height: 20px;
  }

  .mp-example-wrapper-2 {
    min-width: 0;
    max-width: none;
    margin-left: 5px;
    margin-right: 5px;
  }

  .sp-thumbnail-3 {
    display: none;
  }

  .text-block-81.genre {
    text-transform: capitalize;
    display: flex;
  }

  .section-77 {
    align-items: stretch;
    margin-top: 0;
  }

  .track-number {
    margin-right: 10px;
    display: none;
  }

  .track-title-2 {
    flex-wrap: wrap;
    margin-left: 10px;
    font-size: 13px;
    display: flex;
  }

  .div-block-88 {
    margin-left: 10px;
  }

  .track-thumbnail-2 {
    width: 50px;
    min-width: 50px;
    max-width: 50px;
    height: 50px;
    min-height: 50px;
    margin-right: 5px;
  }

  .sp-title-wrapper {
    flex-wrap: wrap;
  }

  .heading-166.orange {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
  }

  .heading-167 {
    font-size: 25px;
    line-height: 20px;
  }

  .text-block-82.genre {
    text-transform: capitalize;
    display: flex;
  }

  .section-78 {
    align-items: stretch;
    margin-top: 0;
  }

  .div-block-89 {
    margin-left: 10px;
  }

  .thumbnail-2 {
    display: none;
  }

  .media-info-wrapper {
    display: flex;
  }

  .title.truncate {
    font-size: 12px;
    font-weight: 500;
  }

  .progress-bar-wrapper {
    padding-top: 15px;
  }

  .example-badge {
    font-size: 10px;
  }

  .track-thumbnail {
    width: 55px;
    height: 55px;
  }

  .track-number-2 {
    margin-right: 10px;
    display: none;
  }

  .section-button {
    height: 45px;
  }

  .section-paragraph {
    font-size: 1rem;
  }

  .track-title {
    text-align: left;
    font-size: 12px;
  }

  .heading-168 {
    font-weight: 700;
    line-height: 36px;
  }

  .collection-list-3 {
    grid-template-columns: .5fr .5fr;
  }

  .heading-169 {
    margin-top: 5px;
    margin-bottom: 2px;
  }

  .heading-170 {
    margin-top: 2px;
    margin-bottom: 0;
  }

  .heading-171 {
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .hero-overlay {
    background-image: url('../images/LAAMP-Webinar-Pict.jpg');
    background-position: 0 0;
    background-size: contain;
    height: auto;
    max-height: none;
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .centered-container-3 {
    text-align: center;
  }

  .image-41 {
    max-width: 300px;
  }

  .heading-30 {
    text-align: center;
    margin-top: 20px;
    font-size: 28px;
    line-height: 30px;
  }

  .button-11 {
    font-size: 22px;
  }

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

  .heading-172 {
    text-align: center;
    font-size: 30px;
    line-height: 30px;
  }

  .margin-bottom-24px-5 {
    line-height: 1.2;
  }

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

  .div-block-92 {
    display: flex;
    overflow: visible;
  }

  .quick-stack-2 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-93 {
    text-align: center;
  }

  .div-block-94 {
    max-width: 400px;
  }

  .div-block-94.bio {
    max-width: none;
  }

  .sp-track-wrapper {
    opacity: 1;
    -webkit-backdrop-filter: saturate(25%);
    backdrop-filter: saturate(25%);
    background-image: url('../images/Brett-Performing-at-Troubadour.jpg');
    background-position: 50%;
    background-size: cover;
    flex-direction: column;
    justify-content: flex-end;
    display: flex;
  }

  .button-26 {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 14px;
  }

  .view-all-2 {
    margin-right: 5px;
    font-size: 13px;
  }

  .hero-image {
    min-height: 200px;
    padding-top: 0%;
  }

  .section-header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 24px;
  }

  .category-2 {
    margin-bottom: 16px;
    font-size: 13px;
  }

  .section-title-3 {
    border-bottom-style: none;
    padding-bottom: 0;
  }

  .vertical-article-grid {
    grid-row-gap: 32px;
  }

  .cta-wrapper {
    margin-top: 16px;
    margin-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .caption-2 {
    font-size: 12px;
  }

  .feature-grid {
    grid-row-gap: 32px;
  }

  .med-divider {
    width: 60%;
  }

  .text-field-3, .text-field-3::placeholder {
    font-size: 16px;
  }

  .view-all-wrapper-2 {
    padding-bottom: 4px;
  }

  .featuredthumbnail {
    padding: 5px 0;
  }

  .main-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .arrow-2 {
    width: 12px;
  }

  .section-heading-2 {
    display: block;
  }

  .card-content-2, .card-content-3 {
    padding: 24px 16px;
  }

  .caption-3 {
    font-size: 12px;
  }

  .grid-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .link-block-3 {
    width: 100%;
    height: 600px;
  }

  .heading-88 {
    line-height: 1.3;
  }

  .cta1-wrap {
    align-items: stretch;
  }

  .btn-big {
    text-align: center;
    padding: 14px 25px;
    display: block;
  }

  .btn-big.btn-white {
    display: block;
  }

  .paragraph-big {
    max-width: none;
  }

  .page-title-over-image-2 {
    font-size: 3.5rem;
  }

  .link-block-4 {
    min-width: 200px;
    min-height: 300px;
  }

  .font-size-3em {
    font-size: 2.5em;
  }

  .font-size-3em.font-normal {
    font-size: 30px;
  }

  .button-28 {
    background-color: var(--black);
    text-transform: none;
    width: 100%;
  }

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

  .container-64 {
    flex-direction: column;
    padding: 10px;
    display: flex;
  }

  .container-65 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-102 {
    width: 100%;
  }

  .vertical-wrapper-2 {
    padding-right: 10px;
    display: flex;
  }
}

#w-node-_1c1b9033-2103-2153-2726-d8c02f3ea906-c5233bcb {
  justify-self: end;
}

#w-node-_3cf25481-9a87-d096-5231-42a09d506b8d-c5233bce {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_973a817f-6f8e-9824-d3b6-e9141c215c75-c5233bce {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_973a817f-6f8e-9824-d3b6-e9141c215c76-c5233bce {
  place-self: center start;
}

#w-node-_973a817f-6f8e-9824-d3b6-e9141c215c79-c5233bce {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2971b-87e29718 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2971d-87e29718, #w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2971f-87e29718 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e29724-87e29718, #w-node-_88a386dd-8f07-0c34-70f0-2d9f87e29726-87e29718 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2972d-87e29718, #w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2972f-87e29718 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e29736-87e29718, #w-node-_88a386dd-8f07-0c34-70f0-2d9f87e29738-87e29718 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2973f-87e29718 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_016410b9-f46c-d5d0-c671-ed1d7aa23d84-c5233bd1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_016410b9-f46c-d5d0-c671-ed1d7aa23d8d-c5233bd1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_016410b9-f46c-d5d0-c671-ed1d7aa23d96-c5233bd1 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_016410b9-f46c-d5d0-c671-ed1d7aa23d9f-c5233bd1 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_1950a1ab-ebdc-7358-315e-b955ca8b2609-51497131, #w-node-_1950a1ab-ebdc-7358-315e-b955ca8b260b-51497131, #w-node-_1950a1ab-ebdc-7358-315e-b955ca8b260c-51497131 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3bd36f5e-e450-d698-246d-28b1b0fb2ab0-51497131 {
  grid-template-rows: auto;
  grid-template-columns: .75fr .25fr;
}

#w-node-_3bd36f5e-e450-d698-246d-28b1b0fb2ab1-51497131, #w-node-_3bd36f5e-e450-d698-246d-28b1b0fb2aeb-51497131 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_1c1b9033-2103-2153-2726-d8c02f3ea906-c5233bcb {
    justify-self: start;
  }

  #w-node-_145a3e1c-aa86-094f-384f-37a4b8999a2a-c5233bcf {
    order: -9999;
  }

  #w-node-_016410b9-f46c-d5d0-c671-ed1d7aa23d8d-c5233bd1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_016410b9-f46c-d5d0-c671-ed1d7aa23d96-c5233bd1 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_016410b9-f46c-d5d0-c671-ed1d7aa23d9f-c5233bd1 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_3bd36f5e-e450-d698-246d-28b1b0fb2ab0-51497131 {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-_56f6b073-1bc9-6981-856a-2f06f9dcbdb3-88f8770b {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d521864b-1f18-4559-4482-ff8d000486ac-c5233bcb, #w-node-d752a66c-ac62-9e51-c754-45ee1174950f-c5233bcb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_145a3e1c-aa86-094f-384f-37a4b8999a2a-c5233bcf {
    order: -9999;
  }

  #w-node-_3bd36f5e-e450-d698-246d-28b1b0fb2ab0-51497131 {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-_56f6b073-1bc9-6981-856a-2f06f9dcbdb3-88f8770b {
    order: -9999;
  }

  #w-node-d752a66c-ac62-9e51-c754-45ee1174950f-508a6c22 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1c1b9033-2103-2153-2726-d8c02f3ea90a-c5233bcb {
    justify-self: start;
  }

  #w-node-_3cf25481-9a87-d096-5231-42a09d506b8d-c5233bce {
    grid-template-rows: auto;
    grid-template-columns: .25fr;
  }

  #w-node-_973a817f-6f8e-9824-d3b6-e9141c215c79-c5233bce {
    grid-column-start: 1;
  }

  #w-node-_3bd36f5e-e450-d698-246d-28b1b0fb2ab0-51497131 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3bd36f5e-e450-d698-246d-28b1b0fb2ab1-51497131, #w-node-_3bd36f5e-e450-d698-246d-28b1b0fb2aeb-51497131 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

/* =========================
   PLAYER: WIDTH UNCAP + RESPONSIVE
   Paste at the very end of your stylesheet
   ========================= */

/* 1) Make player elements intrinsically fluid */
mux-player,
iframe[src*="player.vimeo.com"],
.video-player-container iframe,
.video-player-container video,
video {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  height: auto;
  /* Keep shape without fixed height; change if your aspect is different */
  aspect-ratio: 16 / 9;
  border: 0;
}

/* 2) Uncap common wrappers ONLY when they contain a player */
.w-layout-blockcontainer:has(mux-player, iframe[src*="player.vimeo.com"], video, .video-player-container),
.container:has(mux-player, iframe[src*="player.vimeo.com"], video, .video-player-container),
.container-2:has(mux-player, iframe[src*="player.vimeo.com"], video, .video-player-container),
.container-3:has(mux-player, iframe[src*="player.vimeo.com"], video, .video-player-container),
.container-30:has(mux-player, iframe[src*="player.vimeo.com"], video, .video-player-container),
.container-50:has(mux-player, iframe[src*="player.vimeo.com"], video, .video-player-container),
.container-64:has(mux-player, iframe[src*="player.vimeo.com"], video, .video-player-container),
.container-65:has(mux-player, iframe[src*="player.vimeo.com"], video, .video-player-container),
.wrap:has(mux-player, iframe[src*="player.vimeo.com"], video, .video-player-container),
.code-embed:has(mux-player, iframe[src*="player.vimeo.com"], video) {
  max-width: none !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* 3) Let grid/flex parents expand fully if a player sits inside */
.w-layout-grid:has(mux-player, iframe[src*="player.vimeo.com"], video, .video-player-container),
.grid:has(mux-player, iframe[src*="player.vimeo.com"], video, .video-player-container),
.player-elem:has(mux-player, iframe[src*="player.vimeo.com"], video, .video-player-container) {
  max-width: none !important;
  width: 100% !important;
}

/* 4) Prevent inner columns from constraining the player */
.video-player-container,
.html-embed,
.code-embed,
.w-embed {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0; /* critical inside grid/flex to avoid shrink */
}

/* 5) Full-bleed option (use by adding .fullbleed to a parent wrapper) */
.fullbleed,
.fullbleed .w-layout-blockcontainer,
.fullbleed .container,
.fullbleed .wrap {
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  width: 100vw !important;
  max-width: 100vw !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* 6) Vimeo/Webflow widgets sometimes set fixed heights—neutralize */
.w-video:has(iframe[src*="player.vimeo.com"]) {
  height: auto !important;
}

/* 7) Optional: if you ever see horizontal scroll near players */
body { overflow-x: clip; }

<div class="player-unbounded">
  <!-- mux-player / Vimeo iframe / <video> here -->
</div>

.player-unbounded,
.player-unbounded .w-layout-blockcontainer,
.player-unbounded .container,
.player-unbounded .wrap,
.player-unbounded .code-embed,
.player-unbounded .w-embed {
  max-width: none !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
