@font-face {
  font-family: Cabinetgrotesk;
  src: url('../fonts/CabinetGrotesk-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Cabinetgrotesk;
  src: url('../fonts/CabinetGrotesk-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Cabinetgrotesk;
  src: url('../fonts/CabinetGrotesk-Extrabold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Cabinetgrotesk;
  src: url('../fonts/CabinetGrotesk-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Cabinetgrotesk;
  src: url('../fonts/CabinetGrotesk-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Cabinetgrotesk;
  src: url('../fonts/CabinetGrotesk-Extralight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Cabinetgrotesk;
  src: url('../fonts/CabinetGrotesk-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Quincy cf;
  src: url('../fonts/Quincy-CF-Bold-Italic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

:root {
  --link-default: #694fc2;
  --gradient-purple: #61296b;
  --black: black;
  --white-smoke: whitesmoke;
  --yellow: #ffea00;
  --purple: #61296b;
  --midnight-blue: #102465;
  --silver: #b9bbc8;
  --grey: #7c7c7c;
  --dim-grey: #494949;
  --workshop-e: #adc940;
  --gradient-bg-blue: #102465;
  --black-2: #2c2c2c;
  --red: #ff3a1b;
  --dark-green: #00663f;
  --link-hover: #c24fa3;
  --workshop-a: #e93960;
  --dim-grey-2: #6d6d6d;
  --white-smoke-2: #ebebeb;
  --indian-red: #e93960;
  --light-grey: #cdcdcd;
  --dark-grey: #a0a0a0;
  --workshop-b: #df583b;
  --workshop-c: #521cf3;
  --workshop-d: #52bc8d;
  --workshop-f: #ec4695;
  --acting: #521cf3;
  --clown: #ec4696;
}

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  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-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

.w-commerce-commercecartcontainer {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px #00000040;
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

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

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

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

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

.w-commerce-commercecartquantity {
  -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-commercecartquantity::placeholder {
  color: #999;
}

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

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

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

.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-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

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

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

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

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

.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-commercecheckoutordersummarywrapper {
  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-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

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

.w-commerce-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

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

.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-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

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

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

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

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

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

.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-users-userformheader {
  text-align: center;
}

.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-users-usersignupverificationmessage {
  display: none;
}

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

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

.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-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;
}

.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;
}

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

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

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

@media screen and (max-width: 479px) {
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .w-commerce-commercecartquantity, .w-commerce-commercecheckoutdiscountsinput, .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: #2c2c2c;
  background-color: #fff;
  font-family: Cabinetgrotesk, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6rem;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 4vw;
  font-weight: 600;
  line-height: 4vw;
}

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 3.2rem;
}

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

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.8rem;
}

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

h6 {
  color: #e93960;
  letter-spacing: .05vw;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: .5vw;
  font-size: 1.3vw;
  font-weight: 700;
  line-height: 1.7vw;
}

p {
  color: #535353;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6rem;
}

a {
  color: var(--link-default);
  cursor: pointer;
  text-decoration: underline;
}

a:hover {
  color: var(--gradient-purple);
}

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

li {
  color: #535353;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 16px;
}

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

strong {
  font-weight: bold;
}

blockquote {
  border-left: 3px solid var(--black);
  color: #12141d;
  text-align: left;
  width: 100%;
  margin-bottom: 10px;
  padding: 0 20px 0 30px;
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
}

figure {
  margin-top: 30px;
  margin-bottom: 30px;
}

figcaption {
  color: #9c9c9c;
  text-align: center;
  margin-top: 5px;
  font-size: 15px;
}

.go-top {
  z-index: 9990;
  background-color: #ececec;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding-bottom: 4px;
  display: flex;
  position: fixed;
  inset: auto 10px 10px auto;
  overflow: hidden;
}

.utility-page-wrap {
  z-index: 2;
  color: var(--white-smoke);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-bottom: 50px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

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

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

.page-content {
  margin-left: auto;
  margin-right: auto;
}

.container {
  flex: 0 auto;
  order: 1;
  width: 98%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container._60 {
  max-width: 60%;
}

.container.nav-container {
  width: 100%;
  max-width: 100%;
}

.container.cta-container {
  z-index: 2;
}

.container.split-content {
  justify-content: space-between;
  display: flex;
}

.brand {
  flex-direction: column;
  order: -1;
  align-items: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 21px;
  display: flex;
}

.brand.absolute-logo {
  padding-right: 0;
  position: absolute;
  inset: 30px auto auto 50%;
  transform: translate(-50%);
}

.section {
  background-color: #0000;
  padding: 100px 5%;
  position: relative;
}

.section.testimonials {
  justify-content: center;
  align-items: center;
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
  overflow: hidden;
}

.section.take-off {
  background-color: var(--yellow);
  color: #ffffff52;
  cursor: none;
  justify-content: center;
  align-items: center;
  padding-top: 10rem;
  padding-bottom: 10rem;
  display: flex;
}

.section.shop {
  padding-top: 0;
  padding-left: 0%;
  padding-right: 0%;
}

.section.no-top-margin {
  z-index: 3;
  padding-top: 0;
}

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

.section.section-cta {
  padding-top: 50px;
}

.button {
  background-color: var(--purple);
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 30px;
  width: auto;
  padding: 1rem 3rem;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2rem;
  transition: all .2s;
  display: inline-block;
  position: relative;
}

.button:hover {
  background-color: var(--midnight-blue);
  color: #fff;
}

.button.discount {
  border-radius: 20px;
  height: 42px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.5vw;
}

.button.full {
  width: 100%;
}

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

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

.button.cancel-button {
  background-color: var(--silver);
}

.button.cancel-button:hover {
  background-color: var(--grey);
}

.button.btn-pods {
  color: var(--dim-grey);
  background-color: #ebe7e7;
  background-image: url('../images/YouTube-Colour.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: auto 70%;
  padding-left: 4rem;
}

.button.btn-pods:hover {
  background-color: #f7f7f7;
}

.button.btn-pods.btn-pods-spotify {
  background-image: url('../images/Spotify-Colour.svg');
}

.button.btn-pods.btn-pods-apple {
  background-image: url('../images/Apple-Colour.svg');
}

.button.smaller-button {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.4rem;
  text-decoration: none;
}

.button.smaller-button.grey-button {
  color: #313653;
  background-color: #d5d7e4;
  margin-left: 1rem;
}

.button.smaller-button.grey-button:hover {
  background-color: #aeb1c4;
}

.button.sold-out {
  background-color: #acacac;
}

.button.button-performers {
  background-image: linear-gradient(148deg, #d74962, #d2854a);
}

.button.button-professionals {
  background-image: linear-gradient(148deg, #8d70f1, #69add2);
}

.button.button-groups {
  background-image: linear-gradient(148deg, #b2c857, #8dc9a8);
}

.button.button-hero {
  margin-left: .5rem;
  margin-right: .5rem;
}

.button.small-cart-button {
  margin-top: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1rem;
  font-weight: 500;
}

.button.small-cart-button.outline-button {
  border: 1px solid var(--midnight-blue);
  background-color: var(--workshop-e);
  opacity: .75;
  color: var(--midnight-blue);
}

.button.small-cart-button.outline-button:hover {
  opacity: 1;
}

.remove-pop-up {
  cursor: pointer;
  background-color: #f1f1f7;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
  position: absolute;
  top: 10px;
  right: 10px;
}

.remove-pop-up.in-produce-sidebar {
  background-color: var(--gradient-bg-blue);
  background-image: url('../images/cross.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 10px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-top: 5px;
  margin-right: 5px;
  position: absolute;
  top: 0;
  right: 0;
}

.text-field {
  color: var(--dim-grey);
  background-color: #fff;
  border-color: #e6e6e6;
  height: 55px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.2rem;
  line-height: 1.2rem;
}

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

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

.text-field:focus, .text-field.-wfp-focus {
  border-color: #3ccf91;
}

.text-field::placeholder {
  color: var(--dim-grey);
  font-size: 1.2rem;
  line-height: 1.2rem;
}

.text-field.discount {
  height: 42px;
}

.text-field._55px {
  height: 55px;
  padding-left: 17px;
  font-size: 16px;
}

.text-field._55px:hover {
  color: var(--dim-grey);
}

.text-field._55px:active, .text-field._55px:focus {
  border: 1px solid var(--yellow);
}

.text-field.area {
  height: auto;
  padding-top: 12px;
  padding-bottom: 104px;
}

.text-field.tf-name {
  background-image: url('../images/Icon-Name.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.text-field.tf-corp {
  padding-left: 3.5rem;
}

.text-field.tf-corp.tf-name {
  background-size: contain;
}

.text-field.tf-corp.tf-email {
  background-image: url('../images/Icon-Email.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.text-field.tf-corp.tf-phone {
  background-image: url('../images/Icon-Phone.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.text-field.tf-corp.tf-business {
  background-image: url('../images/Icon-Company.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

.text-field.tf-corp.tf-date {
  background-image: url('../images/Icon-Date.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.text-field.tf-corp.tf-people {
  background-image: url('../images/Icon-Number.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.text-field.tf-corp.tf-preference {
  background-image: url('../images/Icon-Preference.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

.text-field.tf-corp.tf-url {
  display: none;
}

.text-field.text-area {
  height: auto;
  min-height: 150px;
}

.cart-quantity {
  z-index: 2;
  color: #fff;
  background-color: #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  margin-left: 5px;
  padding-left: 1px;
  padding-right: 0;
  font-size: 10px;
  display: flex;
}

.cart-wrapper {
  z-index: 999;
  background-color: #102465de;
}

.cart-container {
  background-color: var(--white-smoke);
  box-shadow: none;
  color: var(--black-2);
  border-radius: 2px;
}

.product-price {
  color: #535353;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
}

.product-price.in-sidebar {
  color: #696969;
  font-size: 18px;
  font-weight: 500;
}

.product-price.in-sidebar.no-margin {
  margin-top: 0;
}

.product-title-sidebar {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
}

.apple-pay {
  border-radius: 25px;
  height: 48px;
}

.cart-quantity-sidebar {
  border-color: var(--black);
  background-color: #0000;
  border-radius: 2px;
  width: 50px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1rem;
}

.cart-header {
  background-color: #f0f0f0;
  border-bottom-style: none;
  padding: 13px 25px;
}

.paypal {
  text-align: center;
  width: 100%;
  max-width: 500px;
  margin-bottom: 4px;
  margin-left: auto;
  margin-right: auto;
}

.no-items-found {
  color: #696969;
  font-size: 18px;
  font-weight: 500;
}

.empty-state {
  background-color: #0000;
  flex-direction: column;
  padding: 1rem 0;
}

.field-label {
  color: var(--grey);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 700;
}

.field-label.bigger {
  font-size: 14px;
}

.reqiured {
  color: var(--grey);
  font-size: 14px;
}

.reqiured.checkout-required {
  position: absolute;
  inset: 0% 0% auto auto;
}

.checkbox-label {
  color: var(--grey);
  margin-left: 0;
  font-weight: 500;
  position: relative;
  top: 2px;
}

.first-checkout {
  flex: none;
  width: 100%;
  margin-right: 0;
  padding-right: 0;
}

.second-checkout {
  flex: none;
  width: 100%;
  padding-left: 0;
  top: 100px;
}

.quantity-number {
  color: #696969;
  font-size: 16px;
}

.checkout-container {
  justify-content: space-between;
  display: block;
}

.order-item {
  border-bottom: 1px solid #ececec;
  margin-bottom: 0;
  padding-top: 2vw;
  padding-bottom: 2vw;
}

.strange-wrapper {
  margin-left: 0;
}

.paypal-name {
  color: #696969;
  margin-bottom: 2px;
  font-size: 16px;
}

.cart-button {
  background-color: #0000;
  padding: 0;
}

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

.header {
  z-index: 9999;
  width: 100vw;
  position: fixed;
  top: 0;
}

.circle-plus {
  background-color: #7567f8;
  background-image: url('../images/add-plus-button.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  border-radius: 40px;
  width: 35px;
  height: 35px;
  position: absolute;
  inset: auto 10px 10px auto;
}

.radio-button {
  border: 2px solid #7567f8;
  margin-top: 0;
  display: none;
}

.radio-button.w--redirected-checked {
  border-color: #7567f8;
}

.image-small-product {
  width: 40px;
  margin-right: 10px;
  display: none;
}

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

.display-1 {
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 10vw;
  font-weight: 700;
  line-height: 1;
}

.display-1._2 {
  color: #fff;
  text-align: center;
  text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
  position: relative;
}

.display-1._3 {
  text-align: right;
}

.display-1.center {
  text-align: center;
  font-size: 5vw;
}

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

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

.subhead {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

.subhead.gray {
  color: var(--dim-grey);
}

.display-2 {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
  font-weight: 700;
  line-height: 1.1;
}

.display-2.absolute {
  z-index: 2;
  position: absolute;
  inset: 50px 145px auto auto;
}

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

.checkbox {
  background-color: #fff;
  border-radius: 4px;
  width: 16px;
  height: 16px;
  margin-right: 7px;
}

.checkbox.w--redirected-checked {
  background-color: #ff715b;
  background-size: 8px;
  border-color: #ff715b;
}

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

.block-header, .block-content {
  background-color: #fff;
}

.block-content.discount {
  margin-bottom: 3rem;
}

.display-3 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: Cabinetgrotesk, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
}

.remove-button {
  color: var(--purple);
  margin-top: 10px;
  text-decoration: none;
  display: flex;
}

.sticky-left {
  position: sticky;
  top: 120px;
}

.style-guide-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.style-guide-grid.for-buttons {
  place-items: center;
}

.yellow-background {
  background-color: var(--black);
  width: 100%;
  height: 100%;
  padding: 20px 20px 10px;
}

.paragraph-red {
  color: var(--yellow);
}

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

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

.components-grid-style {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-bottom: 100px;
  display: grid;
}

.components-grid-style._0-bottom {
  margin-bottom: 0;
}

.paragraph-big {
  font-size: 24px;
  line-height: 32px;
}

.paragraph-big.white {
  color: #fff;
}

.color-block {
  background-color: var(--yellow);
  color: #fff;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  font-size: 17px;
  font-weight: 500;
  display: flex;
  position: relative;
}

.color-block._3 {
  background-color: var(--dim-grey);
  color: #fff;
}

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

.body-link {
  color: #535353;
  font-size: 17px;
}

.body-link.big {
  font-size: 20px;
}

.body-link.small {
  font-size: 14px;
}

.nav-text {
  letter-spacing: .3vw;
  font-size: 4vw;
  line-height: .8;
  transition: all .1s;
}

.nav-text:hover {
  color: var(--black);
  text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
}

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

.paragraph-white {
  color: #fffc;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
}

.paragraph-white.paragraph-smallest {
  font-size: 1rem;
  line-height: 1.3rem;
}

.photo-animation {
  flex: none;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  transition: all .3s;
  position: relative;
}

.photo-animation.right, .photo-animation.faq {
  margin-right: 0;
}

.cart-footer {
  border-top-style: none;
  border-top-color: var(--black);
  background-color: #f0f0f0;
  padding-top: 25px;
}

.white {
  color: #fff;
}

.checkout-title {
  color: var(--black);
  font-weight: 700;
}

.hero {
  z-index: 1;
  justify-content: center;
  align-items: center;
  padding: 80px 5% 140px;
  display: flex;
  position: relative;
}

.hero.sub {
  z-index: 45;
  color: #fff;
  padding-top: 150px;
  padding-bottom: 150px;
  overflow: hidden;
}

.hero.sub.hero-sub-corp {
  padding-top: 400px;
  padding-bottom: 0;
  overflow: visible;
}

.hero.main {
  z-index: 2;
  color: #fff;
  padding-top: 150px;
  padding-bottom: 200px;
  overflow: hidden;
}

.navigation-wrapper {
  z-index: 99999;
  background-color: #fff0;
  align-items: center;
  width: 100%;
  min-height: 100px;
  padding-left: 1.5%;
  padding-right: 1%;
  display: flex;
  position: relative;
}

.navigation-grid {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
  position: relative;
}

.button-liner {
  color: var(--black);
  font-size: 19px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
  position: relative;
}

.button-liner.smaller {
  font-size: 17px;
}

.button-liner.white {
  color: #fff;
}

.button-liner.bl-profile {
  font-size: 1rem;
  line-height: 1.2rem;
}

.button-line {
  background-color: #343362;
  width: 100%;
  height: 1px;
  margin-top: 2px;
  position: relative;
}

.button-line-absolute {
  z-index: 1;
  background-color: #707070;
  width: 100%;
  height: 1px;
  position: absolute;
}

.button-line-absolute._2 {
  background-color: #387bac;
}

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

.hamburger-menu {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: relative;
}

.menu {
  z-index: 9999;
  opacity: 0;
  background-color: #090b33;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.menu-grid {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  background-color: #090b33;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.nav-wrapper {
  color: #fff;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 30px;
  font-weight: 900;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-wrapper._0-padding {
  padding-bottom: 0;
}

.nav-paragraph {
  color: #ffffff85;
  text-transform: none;
  margin-bottom: 3px;
  margin-left: 15px;
  font-size: 18px;
  font-weight: 500;
}

.navigation-line {
  background-color: #fff3;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.menu-overlay {
  cursor: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.remove-circle {
  cursor: none;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: none;
  transform: scale(0);
}

.remove {
  width: 16px;
}

.space-logo {
  align-self: flex-start;
  height: 45px;
}

.logo-link {
  flex-direction: column;
  align-items: flex-start;
  height: 45px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-title-flex {
  flex-direction: column;
  justify-content: flex-start;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-title-flex._100 {
  max-width: 100%;
}

.we-are-grid {
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 48%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.max-w-width {
  text-align: center;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.max-w-width.left {
  text-align: left;
  max-width: 75%;
  margin-left: 0;
}

.max-w-width.center {
  max-width: 90%;
}

.flex-lottie {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0;
}

.lottie-animation {
  width: 22px;
  position: relative;
  top: 2px;
}

.lottie-animation.right {
  width: 30px;
}

.lottie-animation.right._2 {
  width: 34px;
}

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

.blog-link {
  color: #000;
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  max-width: 80%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  font-size: 70px;
  font-weight: 400;
  line-height: 70px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.social-wrapper {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.social-wrapper.left {
  flex-direction: column;
  justify-content: center;
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.social-icon {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.social-icon.down {
  width: 60px;
  height: 60px;
}

.social-icon.services {
  width: 110px;
  height: 110px;
}

.social-icon.white {
  background-color: #343362;
  border-radius: 100%;
  margin-right: 6px;
}

.social-icon.white.footer-icon {
  margin-bottom: 8px;
  margin-right: 8px;
}

.animation-image {
  z-index: 1;
  width: 16px;
  position: relative;
}

.animation-image._2 {
  width: 20px;
}

.animation-image._3 {
  width: 36px;
}

.animation-image._3.absolute {
  opacity: 0;
  position: absolute;
}

.animation-image._4 {
  width: 24px;
  top: 2px;
}

.animation-image._4.rotate {
  filter: invert();
  top: 0;
  transform: rotate(180deg);
}

.animation-image._5 {
  width: 48px;
}

.social-circle {
  background-color: var(--midnight-blue);
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.social-circle.black {
  background-color: var(--gradient-bg-blue);
  width: 60px;
  height: 60px;
  transform: scale(0);
}

.social-circle._2 {
  border-radius: 0%;
  width: 107%;
  height: 112%;
}

.collection-item {
  flex: none;
  align-items: flex-end;
  width: 40%;
  padding-right: 40px;
  display: flex;
}

.project-circle {
  z-index: 10;
  background-color: var(--yellow);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  display: flex;
  position: absolute;
}

.project-circle.black {
  cursor: none;
  background-color: #090b33;
}

.who-we-are-wrapper {
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.absolute-background {
  z-index: 1;
  background-color: #fff;
  margin-right: auto;
  display: none;
  position: absolute;
  inset: 0%;
}

.absolute-background._2 {
  margin-left: auto;
  margin-right: 0;
}

.photo-animation-flex {
  justify-content: center;
  align-items: center;
  max-width: 77%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title-line {
  color: #fff;
  text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
}

.title-line._2 {
  color: #fff;
}

.lightbox-link {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
  position: absolute;
  left: 580px;
}

.play-icon {
  width: 11px;
  position: absolute;
}

.photo-left {
  flex: none;
  width: 559px;
}

.photo-right {
  flex: none;
  width: 50%;
}

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

.h2-bigger {
  font-size: 42px;
  line-height: 44px;
}

.project-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}

.paragraph-0px {
  margin-bottom: 0;
}

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

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

.fun-line {
  background-color: #000;
  height: 3px;
}

.skills-grid {
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  display: grid;
}

.skills-text {
  color: var(--black);
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 700;
  display: flex;
}

.skills-wrapper {
  background-color: #0000;
  width: 100%;
  height: 2px;
  position: relative;
  overflow: hidden;
}

.skills-overlay {
  background-color: #000;
  width: 80%;
  position: absolute;
  inset: 0%;
}

.skills-overlay.lead {
  width: 41%;
}

.skills-overlay.photoshop {
  width: 70%;
}

.skills-overlay.illustration {
  width: 100%;
}

.star-image {
  margin-right: 3px;
}

.quote-text {
  color: #696969;
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
}

.quote-text._2 {
  color: var(--black);
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.mask {
  width: 100%;
  overflow: visible;
}

.client-wrapper {
  text-align: center;
  background-color: #eef7ff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 45px 40px;
  display: flex;
}

.client-wrapper._2 {
  text-align: left;
  background-color: #fff;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 320px;
  padding: 40px 57px 35px;
}

.start-flex {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.slide-nav {
  margin-bottom: -50px;
  font-size: 10px;
}

.slide-1 {
  width: 500px;
  overflow: visible;
}

.testimonials-photo {
  background-image: url('../images/people-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  margin-right: 15px;
}

.testimonials-photo._4 {
  background-image: url('../images/people-6.jpg');
}

.testimonials-photo._5 {
  background-image: url('../images/people-3.jpg');
}

.testimonials-photo._6 {
  background-image: url('../images/people-2.jpg');
}

.testimonials-photo._7 {
  background-image: url('../images/people-5.jpg');
}

.testimonials-photo._3 {
  background-image: url('../images/people-1.jpg');
}

.slider-flex {
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.slider-testimonials {
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  max-width: 600px;
  height: auto;
  padding: 25px 50px;
  display: flex;
  overflow: visible;
}

.hide-arrow {
  display: none;
}

.author-flex {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.slide-content {
  margin-left: 20px;
  margin-right: 20px;
  padding-right: 0;
  position: relative;
  overflow: visible;
}

.testimonials-name {
  color: var(--black);
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
}

.testimonials-name._2 {
  color: #696969;
  margin-bottom: 0;
  font-weight: 500;
}

.testimonials-name._3 {
  font-size: 20px;
  line-height: 22px;
}

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

.logo-grid {
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  opacity: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 79%;
  display: grid;
}

.fun-wrapper {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: grid;
  position: relative;
}

.fun-facts-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.fun-image {
  width: 60px;
  margin-right: 25px;
}

.fun-number {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 47px;
  font-weight: 700;
  line-height: 44px;
}

.div-block {
  padding-top: 10px;
}

.footer {
  background-color: #090b33;
  padding: 80px 5% 30px;
}

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

.footer-column {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 100px;
  display: flex;
}

.footer-title {
  color: #50afd6;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

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

.copyright-flex {
  text-align: right;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: block;
}

.copyright {
  color: #ffffff3d;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.dark-link {
  color: #696969;
}

.dark-link.white {
  color: #fffc;
}

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

.team-flex {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.team-photo {
  background-image: url('../images/team-1.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 150px;
  height: 150px;
  margin-bottom: 20px;
}

.team-photo._2 {
  background-image: url('../images/team-2.jpg');
  background-position: 50% 20%;
}

.team-photo._3 {
  background-image: url('../images/team-4.jpg');
}

.legal-wrapper {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

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

.form-grid {
  grid-column-gap: 16px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.success-message {
  color: var(--dark-green);
  background-color: #c2ffe4;
  border-radius: 2px;
  font-size: 17px;
  font-weight: 500;
}

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

.feature {
  color: var(--dim-grey);
  font-size: 19px;
  font-weight: 500;
}

.pricing-type {
  margin-top: 30px;
  margin-bottom: 18px;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}

.pricing-title {
  color: var(--grey);
  margin-bottom: 16px;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
}

.card-container {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.feature-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.feature-grid {
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  margin-top: 30px;
}

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

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

.toggle-space {
  padding: 15px 0;
}

.toggle-content {
  overflow: hidden;
}

.toggle-wrapper {
  text-align: left;
  margin-top: -1px;
}

.line-4 {
  background-color: var(--black);
  width: 100%;
  height: 2px;
}

.toggle-header {
  color: var(--black);
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 25px 0;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.line-3 {
  background-color: var(--black);
  width: 100%;
  height: 2px;
  position: absolute;
  transform: rotate(90deg);
}

.toogle-icon {
  justify-content: center;
  align-items: center;
  width: 13px;
  height: 13px;
  margin-right: 14px;
  display: flex;
  position: relative;
}

.photo-animation-2 {
  transition: all .3s;
  position: relative;
}

.remove-circe-mobile {
  display: none;
}

.gradient {
  z-index: 1;
  background-image: radial-gradient(circle at 100% 0, #52bc8d1c, #52bc8d00 22%), linear-gradient(310deg, #50afd661, #50afd600 26%), linear-gradient(120deg, #61296b, #61296b00 79%), linear-gradient(#102465, #102465);
  position: absolute;
  inset: 0%;
}

.gradient.fixed-bg {
  position: fixed;
}

.gradient.full-height {
  width: 100vw;
  height: 100vh;
}

.gradient.spark-bg {
  z-index: -1;
  background-image: linear-gradient(to top, #000 11%, #00000005 70%), radial-gradient(circle at 100% 0, #52bc8d1c, #52bc8d00 22%), linear-gradient(310deg, #50afd661, #50afd600 26%), linear-gradient(120deg, #61296b, #61296b00 79%), linear-gradient(#102465, #102465);
  position: fixed;
  inset: 0%;
}

.footer-discord-link {
  margin-bottom: 2rem;
}

.discord-social {
  position: relative;
}

.discord-social-text {
  margin-left: .5rem;
  display: inline-block;
}

.column.left-column {
  width: 30%;
  padding-top: 3vw;
  position: relative;
}

.column.left-column.no-reverse {
  margin-top: 3vw;
}

.column.right-column {
  width: 65%;
}

.product-columns {
  justify-content: space-between;
  display: flex;
}

.workshop-card {
  color: #f9f4ed;
  background-color: #0000;
  width: 100%;
  position: relative;
}

.workshop-card.wc-related {
  width: 100%;
  height: 100%;
}

.workshop-card.instructors-card {
  color: var(--black-2);
  margin-bottom: 2rem;
}

.workshop-card.instructors-card.instructors-home-card {
  max-width: 11%;
  margin-bottom: 0;
}

.wc-title {
  text-align: center;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 100%;
  margin-left: 10%;
  margin-right: 10%;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5rem;
  display: flex;
}

.wc-title.related-title {
  font-size: 2.4vw;
  line-height: 2.4vw;
}

.wc-title-name {
  margin-bottom: .5vw;
}

.wc-title-name.smaller-titles {
  margin-bottom: .3vw;
  font-size: 1.4rem;
  line-height: 1.4rem;
}

.wc-instructors {
  text-transform: none;
  width: 80%;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.2rem;
}

.wc-instructors.smaller-instructors {
  font-size: 1.1rem;
  line-height: 1.1rem;
}

.wc-instructors.smaller-instructors.pro-hide {
  display: none;
}

.wc-instructor-name {
  display: inline-block;
}

.wc-dates {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 1vw;
  font-family: Quincy cf, sans-serif;
  font-size: 1.3vw;
  font-style: italic;
  font-weight: 700;
  line-height: 1.3vw;
  display: flex;
  position: absolute;
  inset: auto 0% 0;
}

.wc-dates.wpc-dates {
  font-size: 2vw;
  line-height: 2vw;
}

.price-section {
  border-bottom: 1px solid #eaeaea;
  width: 100%;
  padding-top: 1vw;
  padding-bottom: 3vw;
}

.ghost {
  z-index: 1;
  padding-bottom: 100%;
  padding-right: 0;
  position: relative;
}

.ghost.long-ghost {
  padding-bottom: 110%;
}

.ghost.coming-soon {
  opacity: .2;
}

.card-content {
  z-index: 3;
  color: #f9f4ed;
  text-decoration: none;
  position: absolute;
  inset: 0%;
}

.card-content:hover {
  color: #f9f4ed;
}

.card-content.card-image, .card-content.instructor-card {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.price-block {
  text-align: center;
  font-size: 3.7rem;
  font-weight: 700;
  line-height: 3.9rem;
  display: inline-block;
}

.button-holder {
  text-align: center;
  justify-content: center;
  margin-top: .5vw;
  display: flex;
}

.button-holder:hover {
  opacity: 1;
}

.button-holder.button-holder-padding {
  padding-top: 2vw;
  padding-bottom: 2vw;
}

.button-holder.button-holder-padding.button-left {
  justify-content: flex-start;
}

.button-holder.button-holder-padding.button-left.button-pod-holder {
  text-align: left;
  padding-top: 1vw;
  display: block;
}

.button-holder.button-holder-padding.button-left.zup {
  z-index: 3;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.button-holder.button-holder-padding.button-left.less-top-margin {
  padding-top: 0;
  padding-bottom: 0;
}

.button-holder.button-holder-padding.button-left.no-top-padding {
  padding-top: 0;
}

.button-holder.button-holder-padding.btn-holder-smaller-padding {
  text-align: left;
  justify-content: flex-start;
  margin-top: 1rem;
  padding-top: 1rem;
  padding-bottom: 0;
}

.button-holder.button-holder-padding.btn-holder-smaller-padding.workshop-buttons {
  display: block;
}

.price-currency {
  text-align: center;
  margin-top: 2vw;
  margin-bottom: 2vw;
}

.currency {
  text-align: center;
  letter-spacing: .05rem;
  font-size: .9rem;
  line-height: 1.4rem;
  display: inline-block;
}

.extras-holder {
  z-index: 2;
  letter-spacing: .1vw;
  text-transform: uppercase;
  font-size: 1.1vw;
  font-weight: 700;
  line-height: 1vw;
  position: relative;
  inset: auto 0% 0%;
}

.extra-info {
  align-items: stretch;
  padding-bottom: 1.5rem;
  display: flex;
}

.card-block {
  align-items: center;
  padding: 1rem;
  display: flex;
}

.card-block.last-block {
  border-right-style: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.card-block.first-block {
  padding-left: 0;
}

.card-block.cb-vertical {
  flex-direction: column;
  align-items: flex-start;
}

.ei-level-text {
  margin-top: 0;
  display: inline-block;
}

.ei-level-text.ei-level-sessions {
  margin-left: .2rem;
}

.ei-level-text.location-text {
  line-height: .9vw;
}

.ei-level-text.and-dates {
  padding-left: .2rem;
  padding-right: .2rem;
}

.ei-venue-type-text {
  color: #fff;
  background-color: #ffffff38;
  background-image: url('../images/Map.svg');
  background-position: 5%;
  background-repeat: no-repeat;
  background-size: auto 70%;
  border-radius: 1rem;
  align-items: center;
  padding: .4rem 1.3rem .4rem 2rem;
  font-size: .9vw;
  line-height: 1.1vw;
  text-decoration: none;
  display: flex;
}

.ei-level-stars {
  margin-left: .5rem;
  margin-right: .5rem;
  display: flex;
}

.ei-level-stars.ei-beginner.card-stars, .ei-level-stars.ei-intermediate.card-stars, .ei-level-stars.ei-advanced.card-stars, .ei-level-stars.ei-masterclass.card-stars {
  margin-left: 0;
  margin-right: 0;
}

.ei-circ {
  background-color: #fff;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin-left: .15rem;
  margin-right: .15rem;
}

.ei-circ.ei-circ-fade {
  opacity: .2;
}

.ei-circ.ei-circ-small {
  width: 6px;
  height: 6px;
  margin-left: 0;
  margin-right: .3rem;
}

.course-info {
  padding-top: 3vw;
}

.ci-heading {
  margin-bottom: 2vw;
}

.ci-type {
  color: #e93960;
  letter-spacing: .05vw;
  text-transform: uppercase;
  margin-bottom: .5vw;
  font-size: 1.3vw;
  font-weight: 700;
  line-height: 1.7vw;
}

.h2 {
  font-size: 4vw;
  font-weight: 700;
  line-height: 4vw;
}

.ci-body {
  margin-bottom: 2vw;
}

.ci-description.white p {
  color: #fff;
}

.ci-description.white h3 {
  color: #ac71bb;
}

.ci-description.white a {
  color: #fff;
}

.ci-description li {
  font-size: 1.2rem;
}

.ci-description a {
  color: var(--link-default);
}

.ci-description a:hover {
  color: var(--link-hover);
}

.ci-description.zup {
  z-index: 3;
  position: relative;
}

.ci-description blockquote {
  border-style: solid;
  border-width: 1px 1px 1px 5px;
  border-color: #eaeaea #eaeaea #eaeaea var(--workshop-a);
  color: var(--dim-grey-2);
  background-color: #fafafa;
  margin-bottom: 1rem;
  padding: 1rem 1.5rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6rem;
}

.ci-description h3 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.ci-details {
  margin-bottom: 2vw;
}

.ci-details.detail-list {
  margin-top: 1vw;
}

.cid-rows {
  width: 100%;
  padding: .7rem .8rem;
  display: flex;
}

.cid-title {
  width: 22%;
}

.cid-title.bc-cid {
  width: 30%;
}

.cid-info {
  width: 75%;
  display: block;
}

.cid-info.cid-info-session-dates {
  border: 1px #eaeaea;
  display: flex;
}

.cid-title-text {
  color: #bcbcbc;
}

.cid-info-text {
  padding-left: .2rem;
  padding-right: .2rem;
  display: inline-block;
}

.cid-info-text.cid-info-text-date {
  font-size: 1.4rem;
  line-height: 1.8rem;
}

.cid-info-text.cid-info-date-month {
  font-size: 1rem;
  line-height: 1.2rem;
}

.cid-info-text.inline-block {
  display: inline-block;
}

.cid-info-text.inline-block.end-bracket {
  padding-left: 0;
}

.cid-info-text.inline-block.start-bracket {
  padding-right: 0;
}

.cid-info-text.inline-block.address-block {
  opacity: .3;
}

.cid-info-text.important {
  color: #c71b00;
}

.cid-info-text.faded {
  opacity: .3;
}

.cid-info-date {
  text-align: center;
  border-right: 1px solid #eaeaea;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6vw;
  height: auto;
  display: flex;
}

.instructor-image {
  width: 35%;
  margin-bottom: 1vw;
  position: relative;
}

.instructor-image-crop {
  border-radius: 50%;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.ci-name {
  color: var(--black-2);
  font-weight: 700;
  text-decoration: none;
}

.ci-short-bio {
  margin-bottom: 1vw;
  font-size: .9rem;
  line-height: 1.2rem;
}

.ci-short-bio.teacher-listing-bio {
  margin-top: .2vw;
  margin-bottom: .5rem;
  font-size: 1.1rem;
  line-height: 1.5rem;
}

.ci-short-bio.teacher-listing-bio.teacher-listing-pronoun {
  opacity: .5;
  margin-top: .5rem;
  margin-bottom: 0;
  font-size: 1rem;
}

.ci-link {
  color: #2c2c2c;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2vw;
  text-decoration: none;
  display: flex;
}

.instructor-link {
  opacity: .3;
  transition: opacity .2s;
}

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

.column-instructors {
  padding-top: 1vw;
}

.column-instructors.responsive-instructors {
  display: none;
}

.master-star {
  width: 13px;
  height: 13px;
}

.master-star.master-star-small {
  width: 10px;
  height: 10px;
}

.podcast-embed {
  margin-bottom: 1rem;
  position: relative;
}

.related-block {
  padding-top: 2rem;
}

.related-block.home-eventer, .related-block.home-hide, .related-block.shows-block {
  display: none;
}

.related-block-holder {
  justify-content: space-between;
  display: flex;
}

.related-titles {
  border-top: 1px solid #ececec;
  margin-top: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.related-titles.footer-related-title {
  padding-top: 5rem;
}

.related-titles.rt-workshop-eoi {
  border-top-style: none;
  margin-top: 0;
  padding-top: 0;
}

.related-titles.rt-workshop-eoi.zup {
  z-index: 3;
  padding-bottom: 1rem;
  position: relative;
}

.h3 {
  font-size: 3vw;
  font-weight: 700;
  line-height: 3vw;
  display: inline-block;
}

.nbsp {
  display: inline-block;
}

.related-workshops {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr minmax(200px, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch space-between;
  align-items: stretch;
  width: 100%;
  display: block;
}

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

.g-level {
  z-index: 3;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.g-level.g-beginner.coming-soon, .g-level.g-intermediate.coming-soon, .g-level.g-advanced.coming-soon, .g-level.g-masterclass.coming-soon {
  border: 2px dashed #000;
}

.disclaimer {
  opacity: .5;
  text-align: center;
  max-width: 90%;
  margin-bottom: 2vw;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  font-style: italic;
  line-height: 1.2rem;
  display: block;
}

.disclaimer.disclaimer-presale {
  margin-bottom: 1vw;
}

.disclaimer.hidden-disc {
  display: none;
}

.warning-note {
  padding-right: .2rem;
  display: inline-block;
}

.warning-note.wn-main {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2rem;
}

.details-title {
  margin-bottom: 1vw;
}

.cid-row-holder {
  border: 1px solid #eaeaea;
}

.landing-page {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.landing-page.auto-height {
  height: auto;
  min-height: 100%;
  position: relative;
}

.landing-logo {
  width: 80%;
  max-width: 250px;
}

.landing-logo.application-logo {
  max-width: 100px;
  margin-bottom: 2rem;
}

.landing-content {
  z-index: 10;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.landing-text {
  color: #fefefe;
  letter-spacing: .1rem;
  text-transform: none;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-family: Quincy cf, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.3rem;
}

.apply-link {
  color: #fff;
  cursor: pointer;
  background-color: #ffffff4f;
  border: 1px solid #fff;
  border-radius: .5rem;
  margin-bottom: 1rem;
  padding: 1rem 2rem;
  text-decoration: none;
  transition: all .2s;
}

.apply-link:hover {
  background-color: #ffffff8f;
}

.apply-links {
  flex-direction: column;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.applications-content {
  z-index: 10;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 600px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: block;
  position: relative;
  inset: 0%;
}

.contact-apply {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.apply-block {
  border-bottom: 1px solid #fff3;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}

.container-2 {
  width: 100vw;
  max-width: 100vw;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem .5rem 50rem;
}

.row {
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: block;
}

.row.hide-this {
  display: none;
}

.row.sugg-row {
  width: 100vw;
  padding: 1rem .5rem;
  position: fixed;
  inset: auto 0% 0%;
}

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

.button-2 {
  background-color: #ec3871;
}

.htmlembed {
  width: 100%;
  height: 0;
  overflow: hidden;
}

.body-2 {
  background-color: #ececec;
  font-family: Open Sans, sans-serif;
  font-size: 2rem;
  line-height: 2.4rem;
}

.date-holder {
  display: flex;
}

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

.video.video-margin {
  margin-bottom: 2rem;
}

.total-session-length {
  opacity: .3;
  display: inline-block;
}

.dates-blocks {
  display: inline-block;
}

.location-holder.linkblock {
  color: #2c2c2c;
  text-decoration: none;
}

.location-open {
  opacity: .3;
  max-width: 20px;
  margin-bottom: .2rem;
  margin-left: .2rem;
}

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

.social-link {
  color: var(--link-default);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding-top: .2rem;
  padding-bottom: .2rem;
  text-decoration: none;
  display: flex;
}

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

.social-image {
  width: 100%;
  max-width: 28px;
  margin-right: .5rem;
}

.social-text {
  font-size: 1rem;
  line-height: 1rem;
  display: inline-block;
}

.teaches {
  text-align: center;
}

.disc-block-title {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding-top: 1vw;
  padding-bottom: 1vw;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.1rem;
  display: flex;
  position: relative;
}

.disc-block-title.disc-block-small-title {
  letter-spacing: .05rem;
  width: 100%;
  height: 100%;
  font-size: .7rem;
  line-height: .7rem;
  position: absolute;
  inset: 0%;
}

.disc-block-title.dst-home {
  padding-top: .5vw;
  padding-bottom: .5vw;
}

.disc-block-title.dst-home.dst-home-test {
  opacity: .3;
  font-size: 2rem;
  line-height: 2rem;
}

.disc-listing {
  display: block;
  position: relative;
}

.disc-listing.square-disc {
  width: 12%;
  display: inline-block;
  overflow: hidden;
}

.disc-listing.square-disc:hover {
  overflow: visible;
}

.disc-link {
  text-decoration: none;
  position: relative;
}

.border-section {
  border-bottom: 1px solid #eaeaea;
  width: 100%;
  margin-top: 1vw;
  margin-bottom: 1vw;
}

.spacer {
  height: 2rem;
}

.instructor-blocks {
  position: relative;
}

.instructor-card-holder {
  position: relative;
  overflow: hidden;
}

.square-disc-listings {
  display: flex;
  position: relative;
  overflow: hidden;
}

.square-disc-collection {
  z-index: 3;
  width: 100%;
  margin-bottom: .5rem;
  position: relative;
}

.page-title-holder {
  z-index: 2;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.page-title-holder.corporate-page-title {
  flex-direction: column;
}

.page-title-holder.home-page-title {
  mix-blend-mode: normal;
  flex-direction: column;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
}

.page-title {
  font-size: 5vw;
  line-height: 5vw;
}

.page-title.title-subheading {
  font-family: Quincy cf, sans-serif;
  font-size: 3vw;
  font-style: italic;
  font-weight: 700;
  line-height: 3vw;
}

.page-title.main-title {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 7rem;
  line-height: 6.7rem;
}

.page-title.main-subtitle {
  background-color: var(--yellow);
  color: var(--workshop-a);
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(157deg, #9852a5, #4a63b4);
  -webkit-background-clip: text;
  background-clip: text;
  width: 70%;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 2.5rem;
}

.members-title-hold {
  text-align: center;
  padding-top: 1rem;
}

.instructor-card-link {
  z-index: 5;
  position: absolute;
  inset: 0%;
}

.disc-hover-name {
  z-index: 1;
  opacity: 0;
  color: #7a7a7a;
  letter-spacing: .02rem;
  white-space: nowrap;
  background-color: #fff;
  align-items: center;
  min-width: 300px;
  height: 100%;
  padding: .4rem .8rem .3rem;
  font-size: .8rem;
  font-weight: 700;
  line-height: .9rem;
  display: flex;
  position: absolute;
  left: 100%;
}

.instructor-info {
  position: relative;
}

.eoi.eoi-footer {
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
}

.eoi.eoi-workshop {
  background-color: var(--white-smoke);
  border: 1px solid #ececec;
  margin-top: 3vw;
  margin-bottom: 3vw;
  padding: 4vw;
}

.collection-list-2.instructor-list-home {
  flex-wrap: wrap;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  justify-content: center;
  display: flex;
}

.card-level {
  opacity: .5;
  position: absolute;
  inset: 0% auto auto 0%;
}

.card-level.cl-top-right {
  inset: 0% 0% auto auto;
}

.card-level.cl-bottom-left {
  opacity: .5;
  inset: auto auto 0% 0%;
}

.card-level.cl-bottom-right {
  opacity: 1;
  inset: auto 0% 0% auto;
}

.ws-dates {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-gradient {
  z-index: 40;
  width: 100%;
  height: 100px;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.nav-title {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.nav-title-text {
  opacity: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 2vw;
  font-weight: 700;
  line-height: 2vw;
}

.inline {
  display: inline-block;
}

.inline.cw-heading-small {
  font-size: 1rem;
  line-height: 1.4rem;
}

.inline.hyphen-inline {
  margin-left: .3rem;
  margin-right: .3rem;
}

.paragraph-smaller {
  font-size: 1.1rem;
  line-height: 1.5rem;
}

.paragraph-smaller.italic {
  font-style: italic;
}

.paragraph-smaller.italic.grey {
  color: var(--dim-grey-2);
}

.responsive-socials {
  display: none;
}

.category-filters {
  border-bottom: 1px solid var(--white-smoke);
  margin-bottom: 2vw;
}

.filter-field {
  background-color: var(--white-smoke);
  color: silver;
  margin-bottom: 0;
  padding: .6vw 2vw;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
}

.filter-field.w--current {
  background-color: var(--gradient-purple);
  color: var(--white-smoke);
}

.filter-field.filter-design {
  cursor: pointer;
}

.filter-field.policy-filter-field {
  color: #c7c7c7;
  background-color: #0000;
  border-bottom: 1px solid #f3f3f3;
  width: 100%;
  padding: 1vw;
  line-height: 1.2rem;
}

.filter-field.policy-filter-field.w--current {
  color: var(--gradient-purple);
}

.filter-list-item {
  cursor: pointer;
  margin-bottom: .6vw;
  margin-right: .6vw;
}

.filter-list-item.filter-policies {
  width: 100%;
  margin-bottom: 0;
  margin-right: 0;
}

.radio-button-label {
  color: var(--silver);
  letter-spacing: .02rem;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1rem;
}

.selectors {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.filter-heading {
  margin-bottom: 1vw;
}

.grey-heading {
  color: var(--silver);
}

.lesson-navbar {
  background-color: #f1707b;
}

.lesson-heading {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Merriweather, serif;
  font-size: 1.8rem;
  line-height: 2rem;
}

.lesson-total-hold {
  justify-content: space-around;
  align-items: center;
  width: 100px;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.lesson-ex-title {
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.lesson-session {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}

.lesson-ex {
  cursor: pointer;
  background-image: linear-gradient(#0000000a, #0000000a);
  border-radius: .5rem;
  flex: none;
  margin: .5rem .3rem;
  padding: 1rem;
  position: relative;
}

.lesson-ex.selected {
  opacity: .4;
}

.lesson-ex.lesson-wordplay-ex {
  color: #1e969b;
  background-image: linear-gradient(#e4fbfc, #e4fbfc), linear-gradient(#0000000a, #0000000a);
}

.lesson-ex.lesson-object-work {
  color: #803c2b;
  background-image: linear-gradient(#f5e0da, #f5e0da), linear-gradient(#0000000a, #0000000a);
}

.lesson-ex.lesson-initiations {
  color: #1e969b;
  background-image: linear-gradient(#e4fbfc, #e4fbfc), linear-gradient(#0000000a, #0000000a);
}

.lesson-ex.lesson-focus {
  color: #fff;
  background-image: linear-gradient(#c2479b, #c2479b), linear-gradient(#0000000a, #0000000a);
}

.lesson-ex.lesson-patterns {
  color: #fff;
  background-image: linear-gradient(#8747c2, #8747c2), linear-gradient(#0000000a, #0000000a);
}

.lesson-ex.lesson-wordplay {
  color: #fff;
  background-image: linear-gradient(#47c2b3, #47c2b3), linear-gradient(#0000000a, #0000000a);
}

.lesson-ex.lesson-energy {
  color: #fff;
  background-image: linear-gradient(#91c247, #91c247), linear-gradient(#0000000a, #0000000a);
  transition: all .2s;
}

.lesson-ex.lesson-physicality {
  color: #fff;
  background-image: linear-gradient(#e2a14e, #e2a14e), linear-gradient(#0000000a, #0000000a);
}

.lesson-ex.lesson-characters {
  color: #2b803f;
  background-image: linear-gradient(#dcf1e1, #dcf1e1), linear-gradient(#0000000a, #0000000a);
}

.lesson-form-block {
  display: none;
}

.lesson-sub-section {
  padding: 1rem;
}

.lesson-container {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
}

.lesson-warm-ups {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}

.lesson-session-heading {
  background-image: linear-gradient(#00000008, #00000008);
  padding: .5rem 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2rem;
  position: relative;
}

.lesson-timer {
  cursor: pointer;
  background-color: #ffffff26;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.lesson-sub-heading-text {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4rem;
}

.lesson-sub-heading-text.physicality {
  color: #e2a14e;
}

.lesson-sub-heading-text.wordplay {
  color: #47c2b3;
}

.lesson-sub-heading-text.wordplay-ex {
  color: #1e969b;
}

.lesson-sub-heading-text.patterns {
  color: #8747c2;
}

.lesson-sub-heading-text.lesson-energy {
  color: #91c247;
}

.lesson-sub-heading-text.object-work {
  color: #803c2b;
}

.lesson-sub-heading-text.initiations {
  color: #1e969b;
}

.lesson-sub-heading-text.focus {
  color: #c2479b;
}

.lesson-sub-heading-text.characters {
  color: #2b803f;
}

.lesson-timer-number {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  height: 100%;
  display: flex;
  position: relative;
  top: 0;
  right: 0;
}

.lesson-total {
  position: relative;
}

.lesson-section {
  text-align: center;
  flex-flow: wrap;
  place-content: space-between flex-start;
  align-items: stretch;
  display: flex;
}

.policy-headings {
  border-top: 1px solid #f5f5f5;
  margin-top: 2rem;
  padding-top: 2rem;
  padding-bottom: 1rem;
}

.policy-headings.policy-bold {
  font-weight: 700;
}

.block {
  border-bottom: 1px solid #f5f5f5;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.block.block-intro.centred {
  text-align: center;
  display: block;
  position: relative;
}

.block.block-intro.centred.no-top-margin {
  padding-top: 0;
}

.block.image-text-block {
  display: flex;
}

.block.image-text-block.reverse {
  flex-direction: row-reverse;
}

.block.image-text-block.reverse.no-padding {
  border-bottom-style: none;
  padding-top: 0;
  padding-bottom: 0;
}

.block.image-text-block.what-is-it {
  background-color: #fafafa;
  border-left: 1px solid #f5f5f5;
  border-right: 1px solid #f5f5f5;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.block.image-text-block.no-padding-top {
  padding-top: 1rem;
}

.block.image-text-block.no-padding-top.two-items-block {
  justify-content: space-between;
}

.block.image-text-block.no-padding-top.two-items-block.types.types-hide {
  display: none;
}

.block.image-text-block.no-padding-top.contact-block {
  justify-content: space-between;
  margin-bottom: 5rem;
  padding-bottom: 3rem;
}

.block.block-grid-icons.centred, .block.block-pricing.centred {
  text-align: center;
}

.block.block-pricing.centred.hidden {
  display: none;
}

.block.block-form.centred {
  text-align: center;
}

.block.block-split {
  outline-offset: 0px;
  border-bottom-style: none;
  outline: 0 #0000;
  justify-content: space-between;
  display: flex;
}

.block.reduce-top-padding {
  padding-top: 2rem;
}

.block.reduce-top-padding.no-border-bottom {
  border-bottom-style: none;
  padding-bottom: 2rem;
}

.block.great-for-blocker {
  padding-top: 0;
  padding-bottom: 0;
}

.info-block.info-block-48 {
  width: 47%;
}

.info-block.info-block-small {
  width: 30%;
}

.info-block.info-block-small.grey-box {
  background-color: #fafafa;
  border: 1px solid #f5f5f5;
  width: 32%;
  padding: 2rem;
}

.info-block.info-block-small.grey-box.full-ticket-width {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.info-block.ib-hero {
  border: 1px solid var(--white-smoke-2);
  width: 32%;
  padding: 2vw 2vw 1vw;
}

.image-block {
  flex: none;
  max-width: 33%;
  margin-right: 6%;
}

.image-block.reverse {
  margin-left: 6%;
  margin-right: 0%;
}

.max-800px {
  max-width: 800px;
}

.max-800px.centred {
  margin-left: auto;
  margin-right: auto;
}

.max-800px.centred.text-centred {
  text-align: center;
}

.intro-paragraph {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 1.4rem;
  line-height: 2rem;
}

.intro-paragraph.icon-paragraph {
  margin-top: 0;
  margin-bottom: 0;
}

.intro-paragraph.not-sure-paragraph {
  color: #8a8a8a;
  text-align: center;
  width: 90%;
  max-width: 800px;
  margin: 1rem auto;
}

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

.block-grid-item {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.block-grid-icon {
  width: 100%;
  max-width: 70px;
}

.pricing-blocks {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fafafa;
  border: 1px solid #f3f3f3;
  grid-template-rows: auto;
  grid-template-columns: 1fr .3fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-block {
  position: relative;
}

.pb-heading {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
}

.pb-heading-text {
  z-index: 2;
  color: var(--white-smoke);
  position: relative;
}

.pb-info {
  max-width: 500px;
  height: 100%;
  padding: 5vw;
}

.pricing-block-plus {
  color: #d4d4d4;
  font-size: 4rem;
  font-weight: 500;
  line-height: 4rem;
}

.pricing-heading {
  color: var(--gradient-purple);
  font-size: 1.6vw;
  font-weight: 700;
  line-height: 1.6vw;
}

.pricing-block-pricing {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1vw;
  display: flex;
}

.block-form-holder {
  margin-top: 3vw;
}

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

.max-600px.centred {
  margin-left: auto;
  margin-right: auto;
}

.fee-calculator {
  padding-top: 0;
}

.fee-cal-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #818181;
  text-align: left;
  border-bottom: 1px solid #e9e9e9;
  grid-template-rows: auto;
  grid-template-columns: 1fr .3fr;
  grid-auto-columns: 1fr;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  font-size: 1.3rem;
  display: grid;
}

.fee-cal-row.fcr-gst {
  color: var(--silver);
  border-bottom-style: none;
  padding-top: .5vw;
}

.fee-cal-row.fcr-last-row {
  border-bottom-style: none;
  padding-bottom: .3vw;
}

.fcr-number-holder {
  text-align: center;
}

.fcr-number-holder.fcr-gst {
  font-size: 1.2rem;
  line-height: 1.2rem;
}

.fcr-number, .fcr-dollar-sign {
  display: inline-block;
}

.fee-paragraph {
  color: #818181;
  margin-bottom: 0;
  font-size: 1.3rem;
  line-height: 1.7rem;
}

.fee-paragraph.fee-paragraph-small {
  color: #818181;
  font-size: 1rem;
  line-height: 1.2rem;
}

.fee-paragraph.fee-paragraph-small.fp-silver {
  color: var(--silver);
  font-size: 1.2rem;
  font-style: italic;
  line-height: 1.2rem;
}

.fee-paragraph.bold-p {
  font-weight: 700;
}

.title-subheading {
  font-family: Quincy cf, sans-serif;
  font-weight: 700;
  display: block;
}

.space-at-work-logo-heading {
  width: 100%;
  max-width: 340px;
  margin-bottom: 1vw;
}

.corporate-intro-image {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  left: 0%;
  right: 0%;
}

.test-fade {
  z-index: 5;
  background-image: linear-gradient(#ffffff82, #fff);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.block-split-hold {
  width: 50%;
}

.block-split-hold.bsh-40 {
  width: 35%;
}

.block-split-hold.bsh-60 {
  width: 60%;
}

.split-discipline-holder {
  max-width: 600px;
}

.disc-home {
  flex: 0 auto;
  padding-left: 0;
  padding-right: 1.4rem;
}

.disc-home-list {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h3-margin-bottom {
  margin-bottom: 1rem;
}

.h3-margin-bottom.tagline-red {
  color: var(--indian-red);
  margin-top: .5rem;
}

.h3-margin-bottom.tagline-blue {
  color: #102465;
  margin-top: .5rem;
}

.corporate-video {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.video-holder {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.user-account-wrapper {
  background-color: #0000;
  min-height: auto;
  padding: 0;
}

.user-account-block {
  border: 1px solid #ececec;
  width: 49%;
  padding: 3vw;
}

.user-account-form {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.user-account-form.subscriptions-account-box {
  display: none;
}

.account-block-content {
  border: 0 solid #000;
  padding: 0;
}

.user-account-buttons {
  padding-top: 2vw;
  padding-bottom: 2vw;
}

.input {
  font-size: 1.2rem;
}

.user-headings {
  border-bottom: 1px solid #ececec;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  position: relative;
}

.user-detail {
  margin-bottom: 1.5rem;
}

.hero-section {
  z-index: 10;
  position: relative;
}

.ws-header {
  color: var(--white-smoke);
  width: 100vw;
  height: auto;
  display: none;
  position: relative;
}

.new-gradient {
  z-index: 1;
  background-image: radial-gradient(circle farthest-corner at 100% 50%, #52bc8d1c, #52bc8d00 22%), linear-gradient(270deg, #50afd661, #50afd600 26%), linear-gradient(to right, var(--gradient-purple), #61296b00 79%), linear-gradient(to bottom, var(--gradient-bg-blue), var(--gradient-bg-blue));
  position: absolute;
  inset: 0%;
}

.new-gradient.inside-bg {
  z-index: 1;
  background-image: linear-gradient(322deg, #fff0, #fff 39%, #fff 59%, #fff0), radial-gradient(circle farthest-corner at 100% 50%, #52bc8d1c, #52bc8d00 22%), linear-gradient(270deg, #50afd661, #50afd600 26%), linear-gradient(to right, var(--gradient-purple), #61296b00 79%), linear-gradient(to bottom, var(--gradient-bg-blue), var(--gradient-bg-blue));
  opacity: .1;
}

.instructor-card-image {
  z-index: 2;
  opacity: 1;
  width: 55px;
  height: 55px;
  margin-top: .5vw;
  position: relative;
  inset: 0%;
}

.instructor-card-image.pro-hide {
  display: none;
}

.image {
  border-radius: 50%;
}

.coming-soon-bg {
  opacity: .2;
  position: absolute;
  inset: 0%;
}

.ei-level-stars-holder {
  margin-top: .4vw;
  display: block;
}

.card-info {
  letter-spacing: .1vw;
  text-transform: uppercase;
  font-size: .9rem;
  font-weight: 700;
  line-height: .9rem;
}

.card-info.small {
  letter-spacing: .075vw;
  font-size: .9rem;
  line-height: .9rem;
}

.account-form {
  width: 90%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.optional {
  background-color: #f5f5f5;
  border: 1px solid #ececec;
  margin-bottom: 3vw;
  padding: 4vw;
}

.checkbox-field {
  border-bottom: 1px solid #ececec;
  margin-bottom: 2vw;
  padding-bottom: 2vw;
}

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

._404-logo {
  max-width: 100px;
}

.checkout-block {
  border: 1px solid #ececec;
  padding: 3vw;
}

.checkout-block.summary-block {
  background-color: var(--white-smoke);
}

.order-items {
  margin-bottom: 5vw;
}

.date-hyphen-block {
  display: inline-block;
}

.menu-closer {
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.burger-buttons {
  width: 50%;
  height: 50%;
  position: relative;
}

.menu-opener {
  position: absolute;
  inset: 0%;
}

.home-intro-heading-mobile-image {
  display: none;
}

.corporate-video-hold {
  text-align: center;
  position: relative;
}

.footer-socials {
  justify-content: space-between;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: flex;
}

.fs-link {
  opacity: .3;
  cursor: pointer;
  max-width: 50px;
}

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

.venue-info-row {
  position: relative;
}

.vib-title {
  margin-right: .5rem;
  font-weight: 700;
  display: inline-block;
}

.vib-description {
  cursor: pointer;
  display: inline-block;
}

.vib-title-p {
  font-weight: 700;
}

.vib-title-p.no-margin {
  margin-bottom: 0;
}

.venue-info-block {
  margin-top: 1rem;
}

.venue-para {
  margin-bottom: .5rem;
  display: inline-block;
}

.heading-fade {
  opacity: .2;
}

.events-holder {
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.home-event-item {
  width: 28%;
}

.home-events {
  justify-content: space-between;
  display: flex;
}

.home-event-text {
  margin-top: 1rem;
}

.multibutton {
  margin-right: 1.5rem;
  display: inline-block;
}

.cart-item {
  border-bottom: 1px solid #e0e0e0;
}

.remove-text {
  color: #707070;
  font-size: .9rem;
  line-height: 1rem;
}

.cart-heading {
  color: var(--gradient-bg-blue);
  font-size: 1.5rem;
  line-height: 2rem;
}

.contact-para {
  margin-bottom: 0;
}

.ws-branding {
  max-width: 80%;
}

.ws-member-free.ws-member-free-edit {
  background-color: #fcfcfc;
  border: 1px solid #ececec;
  margin-top: 3vw;
  margin-bottom: 3vw;
  padding: 4vw;
  position: relative;
}

.link-block.disco {
  color: #ffffff52;
  text-decoration: none;
}

.policy-links {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: block;
}

.footer-policy-link {
  color: #ffffff4d;
  cursor: pointer;
  padding: .5rem;
  font-size: 1rem;
  line-height: 1.2rem;
}

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

.footer-policy-link.first-footer-privacy {
  padding-left: 0;
}

.policy-copy {
  justify-content: space-between;
  margin-bottom: 2rem;
  display: flex;
}

.policy-selector {
  width: 30%;
  margin-bottom: 3rem;
}

.cc-field {
  text-align: left;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 1rem;
  padding: .8rem 2rem .8rem 3.2rem;
  position: relative;
}

.cc-field.cccw1 {
  background-image: url('../images/CW-1.svg');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: auto 50%;
}

.cc-field.cccw2 {
  background-image: url('../images/CW-2.svg');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: auto 50%;
}

.cc-field.cccw3 {
  background-image: url('../images/CW-3.svg');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: auto 50%;
}

.cc-field.cccw4 {
  background-image: url('../images/CW-4.svg');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: auto 50%;
}

.cc-field.cccw5 {
  background-image: url('../images/CW-5.svg');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: auto 50%;
}

.cc-field.cccw7 {
  background-image: url('../images/CW-7.svg');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: auto 50%;
}

.cc-field.cccw6 {
  background-image: url('../images/CW-6.svg');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: auto 50%;
}

.cc-field.cccw8 {
  background-image: url('../images/CW-9_1.svg');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: auto 50%;
}

.cc-field.cccw9 {
  background-image: url('../images/CW-10.svg');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: auto 50%;
}

.cc-box {
  z-index: 5;
  opacity: 0;
  cursor: pointer;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.cc-label {
  position: relative;
}

.form-heading {
  color: var(--purple);
  text-align: left;
  font-size: 1.6rem;
  font-weight: 700;
}

.form-heading.dark-grey {
  color: #818181;
}

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

.form-section {
  margin-bottom: 2rem;
}

.form-section.quote-section {
  background-color: #fafafa;
  border: 1px solid #e6e6e6;
  padding: 2rem 2.5rem;
}

.form-section.quote-section.hidden {
  display: none;
}

.cw-list-item {
  border: 1px solid var(--light-grey);
  width: 32%;
  margin-bottom: 2%;
  padding: 2rem 2rem 2.5rem;
  position: relative;
}

.cw-list-item.full-width {
  width: 100%;
}

.cw-list-item.full-width.no-padding {
  margin-bottom: 0%;
  padding: 0;
}

.cw-list {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.cw-list-icon {
  max-width: 40px;
  margin-bottom: .8rem;
}

.h6-smaller {
  color: var(--dark-grey);
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2rem;
}

.small-accent-title {
  color: var(--dark-grey);
  margin-bottom: .4vw;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2rem;
}

.cw-list-headings {
  margin-bottom: 1.5rem;
  font-size: 2.2vw;
  line-height: 2.4vw;
}

.cw-list-headings.reduce-margin {
  margin-bottom: .5rem;
}

.bcsc-heading {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2rem;
}

.bcsc-heading.bfc-text {
  color: var(--purple);
}

.bcsc-heading.sc-text {
  color: var(--midnight-blue);
}

.great-for-block {
  border-top: 1px solid var(--white-smoke-2);
  border-bottom: 1px solid var(--white-smoke-2);
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.cw-blurb {
  margin-bottom: .5rem;
}

.great-for-blocks {
  background-color: #fafafa;
  padding: 2rem;
}

.great-for-blocks-inside {
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.gft-spacer {
  background-color: #e4e4e4;
  width: 1px;
  min-height: 100%;
}

.current-cw-item {
  background-color: #fffffff5;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.current-cw-text {
  background-color: var(--white-smoke);
  color: #cfcfcf;
  border-radius: 1rem;
  padding: .5rem 1rem;
  font-weight: 500;
}

.cc-box-check {
  opacity: 0;
  background-image: url('../images/CW-9.svg');
  background-position: 98%;
  background-repeat: no-repeat;
  background-size: auto 50%;
  position: absolute;
  inset: 0%;
}

.cc-box-bg {
  background-image: url('../images/CW-9.svg');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: auto 50%;
  position: absolute;
  inset: 0%;
}

.bold {
  font-weight: 700;
}

.bold.underline {
  border-bottom: 1px solid #000;
  display: inline-block;
}

.bold.underline.cw-a {
  border-bottom-color: var(--workshop-a);
  color: var(--workshop-a);
}

.bold.underline.cw-b {
  border-bottom-color: var(--workshop-b);
  color: var(--workshop-b);
}

.bold.underline.cw-c {
  border-bottom-color: var(--workshop-c);
  color: var(--workshop-c);
}

.bold.underline.cw-d {
  border-bottom-color: var(--workshop-d);
  color: var(--workshop-d);
}

.bold.underline.cw-e {
  border-bottom-color: var(--workshop-e);
  color: var(--workshop-e);
}

.bold.underline.cw-f {
  border-bottom-color: var(--workshop-f);
  color: var(--workshop-f);
}

.bold.underline.cw-g {
  color: #dfb13b;
  border-bottom-color: #dfb13b;
}

.bold.underline.cw-h {
  color: #50afd6;
  border-bottom-color: #50afd6;
}

.rich-text-bigger-p {
  font-size: 3rem;
}

.rich-text-bigger-p p {
  font-size: 24px;
  line-height: 32px;
}

.paragraph-micro {
  color: var(--dark-grey);
  font-size: 1rem;
  line-height: 1.4rem;
}

.workshop-highlight-heading {
  color: var(--indian-red);
  letter-spacing: .06rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.7rem;
}

.workshop-highlight-heading.wl-small.inline {
  color: var(--workshop-a);
}

.workshop-highlight-heading.wl-small.inline.cw-02-creativity {
  color: var(--workshop-b);
}

.workshop-highlight-heading.wl-small.inline.cw-03-leadership {
  color: var(--workshop-c);
}

.workshop-highlight-heading.wl-small.inline.cw-04-presentation {
  color: var(--workshop-d);
}

.workshop-highlight-heading.wl-small.inline.cw-05-collaboration {
  color: var(--workshop-e);
}

.workshop-highlight-heading.wl-small.inline.cw-06-team-bonding {
  color: var(--workshop-f);
}

.workshop-highlight-heading.wl-small.inline.cw-07-improv {
  color: #dfb13b;
}

.workshop-highlight-heading.wl-small.inline.cw-08-improv {
  color: #50afd6;
}

.workshop-highlight-heading.smaller {
  font-size: 1rem;
  line-height: 1.2rem;
}

.workshop-highlight-heading.smaller.cw-02-creativity {
  color: #df583b;
}

.workshop-highlight-heading.smaller.cw-03-leadership {
  color: #521cf3;
}

.workshop-highlight-heading.smaller.cw-04-presentation {
  color: #52bc8d;
}

.workshop-highlight-heading.smaller.cw-05-collaboration {
  color: #adc940;
}

.workshop-highlight-heading.smaller.cw-06-team-bonding {
  color: #ec4695;
}

.hidden-text {
  display: none;
}

.dark-grey {
  color: #818181;
}

.fee-cal-two-rows {
  background-color: #fcfcfc;
  border: 1px solid #e6e6e6;
}

.italic {
  font-style: italic;
}

.cw-thumb-image {
  max-width: 100%;
  margin-bottom: .8rem;
}

.workshop-text blockquote {
  background-color: #fafafa;
  border-left-style: none;
  padding: 2rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.workshop-text h3 {
  margin-bottom: 1rem;
  font-weight: 400;
}

.great-for-text-block {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.great-for-text-block p {
  flex: none;
  align-self: stretch;
  width: 34%;
  margin-bottom: 0;
  padding-right: 3%;
  font-size: 1.1rem;
  line-height: 1.4rem;
}

.pricing {
  padding-top: 2rem;
  display: none;
}

.breakdown-text {
  width: 27%;
}

.details-rtf p {
  color: #464646;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8rem;
}

.show-info {
  width: 100%;
  max-width: 70%;
  padding-left: 2rem;
}

.info-image {
  width: 100%;
  max-width: 30%;
}

.artwork-horizontal {
  display: none;
}

.out-of-stock-holder {
  text-align: center;
  background-color: #0000;
}

.less-than-6 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.spots-left {
  color: var(--red);
  margin-bottom: 0;
  margin-left: .15rem;
  margin-right: .15rem;
  font-style: italic;
  font-weight: 500;
}

.spaces-left {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.spaces {
  background-color: var(--red);
  letter-spacing: .04rem;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  margin-bottom: .3rem;
  padding: .3rem .6rem .2rem;
  font-size: .8rem;
  line-height: .8rem;
  display: flex;
}

.spaces.sold-out-spaces {
  background-color: var(--workshop-b);
  color: var(--white-smoke-2);
}

.spaces-text {
  align-self: center;
  margin-bottom: 0;
  margin-left: .15rem;
  margin-right: .15rem;
  padding-bottom: 0;
}

.waitlist {
  background-color: var(--white-smoke);
  padding: 1.5rem;
  display: none;
}

.current-url-workshop {
  display: none;
}

.alternate-class {
  border: 1px solid var(--light-grey);
  background-color: var(--white-smoke);
  margin-bottom: 2rem;
  padding: 2rem;
}

.alternate-class-text {
  color: var(--workshop-a);
  text-transform: uppercase;
  font-weight: 700;
}

.heading-span {
  color: #e0e0e0;
}

.h2-home-intro {
  color: var(--midnight-blue);
  margin-bottom: 3rem;
  font-size: 3.6rem;
  line-height: 3.6rem;
}

.submarket-headings {
  color: var(--midnight-blue);
}

.submarket-headings.smh-pro {
  color: #8d70f1;
}

.submarket-headings.smh-perf {
  color: #d74962;
}

.submarket-headings.smh-gro {
  color: #b2c857;
}

.hero-down-arrow {
  width: 100%;
  max-width: 50px;
}

.hero-down-link {
  margin-top: 1rem;
  padding: 1rem;
}

.type-icon {
  max-height: 30px;
  margin-bottom: 1.3vw;
}

.empower-performers {
  color: #d74962;
}

.empower-professionals {
  color: #8d70f1;
}

.div-block-2 {
  margin-bottom: 1rem;
}

.div-block-3 {
  margin-bottom: 2px;
}

.div-block-4 {
  margin-bottom: 2rem;
}

.test-bg-video {
  opacity: .08;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.video-overlay.gradient.vid-grad {
  mix-blend-mode: lighten;
}

.weekend-intensive {
  width: 100%;
}

.smh-perf {
  color: #d74962;
}

.smh-pro {
  color: #8d70f1;
}

.smh-gro {
  color: #b2c857;
}

.h-blue {
  color: #102465;
}

.price-line-item {
  border-bottom: 1px solid #eaeaea;
  justify-content: space-between;
  padding: .6rem .7rem;
  display: flex;
}

.price-line-item.full-course {
  background-color: #f5f5f5;
}

.price-line-item.last-one {
  border-bottom-style: none;
}

.price-breakdown {
  opacity: .6;
  border: 1px solid #eaeaea;
  display: none;
}

.pli-left {
  font-size: 1.1rem;
}

._2-part-discount {
  color: var(--workshop-a);
}

.hidden {
  display: none;
}

.hero-banner-link {
  margin-bottom: 2rem;
  display: none;
}

.disclaimer-section {
  border: 1px solid #eaeaea;
}

.suggestion {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 1rem 1rem 0 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 25vh;
  margin-bottom: 0;
  padding: 2rem;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4rem;
  display: flex;
}

.suggs {
  color: #fff;
  text-align: center;
  background-color: #0003;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 28%;
  margin: .5vw;
  padding: 1.5rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem;
  display: flex;
}

.suggs.button-active {
  background-color: #f0b;
  background-image: linear-gradient(144deg, #640074, #c3008f);
}

.hold {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.filtering {
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.radio-field {
  z-index: 1;
  text-align: center;
  background-color: #fff0;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 33.333%;
  height: 100%;
  margin-bottom: 0;
  padding: .5rem 2rem;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1rem;
  display: flex;
  position: relative;
}

.radio-label {
  color: #fff;
  margin-bottom: 0;
  font-size: .8rem;
  font-weight: 600;
  line-height: .9rem;
}

.radio-btn {
  z-index: -1;
  opacity: 0;
  position: absolute;
}

.spark-body {
  background-color: #ececec;
  font-family: Open Sans, sans-serif;
  font-size: 2rem;
  line-height: 2.4rem;
}

.spark-body.gradient.spark-gradient {
  background-image: none;
}

.sugg-holder {
  color: #fff;
  text-align: center;
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 50px;
  padding: 2px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2rem;
  display: flex;
}

.sugg-holder.button-gradient {
  flex-direction: column;
}

.button-gradient {
  background-image: linear-gradient(99deg, #e9c130, #85bd67 11%, #91aa9e 34%, #7f9fc1 47%, #ab5bbb 69%, #a62b91 82%, #900029);
}

.filter-form {
  width: 70%;
  height: 100%;
  margin-bottom: 0;
}

.filter-track {
  background-color: #00000038;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: .5rem;
  display: flex;
  position: relative;
}

.filter {
  display: block;
}

.filter.hide-this {
  display: none;
}

.filter.sugg-row {
  width: 100vw;
  height: 25vh;
  padding: 1rem;
  position: fixed;
  inset: auto 0% 0%;
}

.buttons {
  border: 1px solid #ffffff0d;
  border-radius: 1rem;
  width: 100%;
  margin-top: 0;
  margin-bottom: 1rem;
  padding: 1rem .5rem;
  display: block;
}

.buttons.hide-this {
  display: none;
}

.buttons.sugg-row {
  width: 100vw;
  height: 25vh;
  padding: 1rem;
  position: fixed;
  inset: auto 0% 0%;
}

.selector {
  z-index: 0;
  border-radius: 1rem;
  justify-content: center;
  align-items: stretch;
  width: 33.333%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.selector-inside {
  background-color: #517920;
  border-radius: .5rem;
  width: 100%;
  position: relative;
  inset: 0%;
}

.selector-track {
  z-index: 0;
  border-radius: 2rem;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.new-button {
  color: #553652;
  text-align: center;
  background-color: #000;
  width: 100%;
  padding-top: .7rem;
  padding-bottom: .7rem;
  font-size: 1.1rem;
  line-height: 1.2rem;
}

.new-button.refresh-button-inactive {
  color: #313131;
}

.refresh-holder {
  background-color: #000;
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: .7rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  overflow: hidden;
}

.hide {
  display: none;
}

.combo-mode-holder {
  color: #fff;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.4rem;
}

.suggestions-box {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 1.5rem 1.5rem 0 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 20vh;
  margin-bottom: 0;
  padding-top: .5rem;
  padding-left: .5rem;
  padding-right: .5rem;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4rem;
  display: flex;
}

.scraps {
  display: none;
}

.suggestion-slot {
  border: 1px solid #111;
  border-radius: 1rem;
  width: 100%;
  min-height: 4rem;
  margin-bottom: .4rem;
  padding: .3rem .5rem 0;
  position: relative;
}

.suggestion-slot.empty-slot {
  background-color: #111;
  border: 1px dotted #111;
}

.refresh-button {
  opacity: .4;
  text-indent: -9999px;
  background-color: #fff0;
  background-image: url('../images/Refresh.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50% 50%;
  width: 100%;
  height: 100%;
  padding: .5rem .5rem .3rem;
  display: block;
  position: relative;
}

.duplicate-suggestion-button {
  opacity: .4;
  text-indent: -9999px;
  background-color: #fff0;
  background-image: url('../images/Duplicate.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50% 50%;
  border-left: 1px solid #333;
  width: 3rem;
  height: 100%;
  padding: 1rem;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.duplicate-suggestion-button.disabled-button {
  opacity: .1;
}

.remove-suggestion-button {
  opacity: .4;
  text-indent: -9999px;
  background-color: #fff0;
  background-image: url('../images/Remove.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50% 50%;
  border-right: 1px solid #333;
  width: 3rem;
  height: 100%;
  padding: 1rem;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.remove-suggestion-button.disabled-button {
  opacity: .1;
}

.suggestion-text {
  padding-top: .5rem;
}

.suggestions-box {
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.suggestion-label {
  margin-bottom: .2rem;
}

.category-label {
  color: #444;
  text-transform: uppercase;
  font-size: .8rem;
  font-weight: 600;
  line-height: 1rem;
  position: relative;
}

.placeholder-text {
  color: gray;
  font-style: italic;
}

.html-embed {
  border-radius: 1.5rem;
  overflow: hidden;
}

.refresh-icon {
  width: 20px;
  height: 20px;
}

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

.form-hold.hide-this {
  display: none;
}

.form-hold.sugg-row {
  width: 100vw;
  height: 25vh;
  padding: 1rem;
  position: fixed;
  inset: auto 0% 0%;
}

.mode-form {
  width: 70%;
  height: 100%;
  margin-bottom: 0;
}

.suggestion-menu {
  background-color: #0006;
  padding: .5rem .5rem .2rem;
  position: relative;
  overflow: hidden;
}

.menu-text {
  color: #666;
  text-align: center;
  letter-spacing: .04rem;
  text-transform: uppercase;
  width: 30%;
  font-size: .7rem;
  font-weight: 600;
  line-height: 1.2rem;
}

.logo-holder {
  z-index: 9999;
  position: relative;
}

.spark-heading {
  text-align: center;
  border-bottom: 1px solid #ffffff0f;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  padding: .7rem 1rem;
  display: flex;
}

.spark-soe {
  width: 8vw;
  max-width: 40px;
}

.spark-logo {
  width: 50vw;
  max-width: 200px;
}

.spark-help {
  width: 8vw;
  max-width: 40px;
  padding: .5rem;
}

.message {
  padding-top: .8rem;
  padding-bottom: 1.4rem;
}

.message-text {
  color: #d4d4d4;
  text-align: center;
  width: 90%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4rem;
  position: relative;
}

.spark-menu {
  z-index: 999;
  background-color: #000000ed;
  width: 100vw;
  height: 100dvh;
  position: fixed;
  inset: 0% 0% 0% 100vw;
}

.spark-menu-inside {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  display: flex;
}

.mini-menu-text {
  color: #666;
  text-align: center;
  letter-spacing: .04rem;
  text-transform: uppercase;
  padding: .5rem;
  font-size: .7rem;
  font-weight: 600;
  line-height: 1.2rem;
}

.mini-menu-text.mmt-white {
  color: #fff;
  text-decoration: underline;
}

.mm-hold {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.mm-hold.hide-this {
  display: none;
}

.mm-hold.sugg-row {
  width: 100vw;
  height: 25vh;
  padding: 1rem;
  position: fixed;
  inset: auto 0% 0%;
}

.mini-menu {
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.bc-list-item {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  background-color: #fafafa;
  border: 1px solid #cdcdcd82;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 2%;
  padding: 1.5rem 2rem;
  display: grid;
  position: relative;
}

.bc-list-item.full-width {
  width: 100%;
}

.bc-list-item.full-width.no-padding {
  margin-bottom: 0%;
  padding: 0;
}

.add-default {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 100%;
  display: grid;
}

.quantity-list {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.quantity-list.ql-one {
  display: none;
}

.date {
  border: 1px solid var(--light-grey);
  background-color: var(--white-smoke);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.date.bc-date {
  background-color: #0000;
  background-image: linear-gradient(159deg, #ececec, #ececec00 52%, #ececec);
  border-style: none;
  border-radius: 50%;
  width: 85px;
  height: 85px;
}

.time-block {
  letter-spacing: .05rem;
  text-transform: uppercase;
  background-color: #e9e9e9;
  border-radius: 1rem;
  margin-top: .3rem;
  margin-right: .4rem;
  padding: .2rem 1rem;
  font-size: .8rem;
  font-weight: 500;
  display: inline-block;
  position: relative;
}

.add-to-cart {
  height: 100%;
}

.bc-month {
  letter-spacing: .03rem;
  text-transform: uppercase;
  font-size: .9rem;
  font-weight: 500;
}

.bc-date {
  font-size: 1.5rem;
  font-weight: 500;
}

.bc-day {
  letter-spacing: .07rem;
  text-transform: uppercase;
  font-size: .8rem;
  font-weight: 500;
  display: inline;
}

.bc-day.bc-venue {
  display: inline;
}

.bc-day.bc-venue.bc-venue-at {
  padding-left: .2rem;
  padding-right: .2rem;
}

.bc-background {
  z-index: -2;
  background-image: linear-gradient(167deg, #dfa63b2e, #0000 34%);
  position: absolute;
  inset: 0%;
}

.bc-background.bcsc-bg {
  background-image: linear-gradient(167deg, #590cdf2e, #0000 34%);
}

.bc-quantity {
  letter-spacing: .07rem;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: .8rem;
  font-weight: 700;
}

.quantity {
  background-color: #fff;
}

.bc-small-headshot {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-right: .5rem;
}

.workshop-price {
  font-size: 2rem;
  line-height: 2rem;
}

.upcoming-bc {
  margin-bottom: 3rem;
}

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

.rt-bc {
  margin-bottom: 2rem;
}

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

.div-block-5 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 3rem;
  display: flex;
}

.web-payments {
  width: 100%;
  max-width: 500px;
}

.clubs-venue {
  opacity: .4;
  display: inline-block;
}

@media screen and (min-width: 1280px) {
  ul {
    padding-top: 0;
  }

  li {
    font-size: 1.2rem;
  }

  .wc-title {
    font-size: 1.9rem;
    line-height: 2.1rem;
  }

  .wc-instructors {
    font-size: 1.5rem;
    line-height: 1.6rem;
  }

  .related-block.workshops-shop {
    width: 90%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }

  .related-titles {
    outline-offset: 0px;
    outline: 0 #2c2c2c;
  }

  .page-title.main-title {
    font-size: 8.3rem;
    line-height: 8.3rem;
  }

  .policy-brief-purpose {
    display: block;
  }

  .input.input-email {
    height: auto;
  }

  .small-accent-title {
    letter-spacing: .05rem;
    text-transform: uppercase;
    font-weight: 700;
  }

  .paragraph-micro {
    color: var(--dark-grey);
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2rem;
  }

  .workshop-highlight-heading.wl-small {
    letter-spacing: .05rem;
    font-size: 1rem;
    line-height: 1rem;
  }

  .heading-mid-page {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 3rem;
  }

  .instructor-list-names {
    font-size: 2.6rem;
    line-height: 2.8rem;
  }

  .waitlist {
    background-color: var(--white-smoke);
    text-align: center;
    border: 1px solid #ececec;
    margin-bottom: 1.5rem;
    padding-top: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .current-url-workshop {
    display: none;
  }

  .waitlist-success {
    background-color: #0000;
    border: 1px #000;
  }

  .policy-text {
    display: block;
  }
}

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

  h3 {
    font-size: 5vw;
    line-height: 5vw;
  }

  h4 {
    font-size: 4vw;
    line-height: 4vw;
  }

  h6 {
    margin-bottom: 1vw;
    font-size: 2vw;
    line-height: 2vw;
  }

  .utility-page-wrap {
    padding-bottom: 6px;
  }

  .page-content {
    padding-left: 0;
  }

  .brand {
    margin-right: 10px;
  }

  .section.testimonials {
    min-height: auto;
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section.take-off {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .button {
    padding: 1rem 2rem;
    font-size: 2.2vw;
    line-height: 2.6vw;
  }

  .first-checkout {
    width: 100%;
    margin-right: 0;
  }

  .second-checkout {
    flex-basis: auto;
    width: 100%;
    position: relative;
    top: 0;
  }

  .checkout-container {
    flex-direction: column-reverse;
  }

  .display-2 {
    font-size: 47px;
  }

  .display-2.absolute {
    top: 28px;
    right: 58px;
  }

  .sticky-left {
    position: relative;
    top: 0;
  }

  .components-grid-style {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .photo-animation.faq {
    max-width: 100%;
    margin-bottom: 50px;
  }

  .hero.sub.hero-sub-corp {
    padding-top: 350px;
  }

  .hero.main {
    padding-top: 150px;
    padding-bottom: 100px;
  }

  .navigation-wrapper {
    min-height: auto;
    padding-top: 2vw;
    padding-bottom: 2vw;
  }

  .hamburger-menu {
    width: 60px;
    height: 60px;
  }

  .menu-grid {
    background-color: #0000;
  }

  .nav-paragraph {
    margin-bottom: 0;
  }

  .menu-overlay {
    cursor: auto;
  }

  .space-logo {
    width: 60px;
    height: auto;
  }

  .space-logo.hide {
    display: none;
  }

  .logo-link {
    height: auto;
    padding-left: 10px;
  }

  .logo-link.logo-footer-link {
    padding-left: 0;
  }

  .we-are-grid {
    max-width: 80%;
  }

  .max-w-width.left {
    max-width: 100%;
  }

  .lottie-animation.right {
    width: 26px;
  }

  .lottie-animation.right._2 {
    width: 24px;
  }

  .collection-item {
    flex: 0 auto;
    width: 50%;
    padding-right: 0;
  }

  .project-circle, .project-circle.black {
    width: 80px;
    height: 80px;
  }

  .photo-animation-flex {
    max-width: 100%;
  }

  .lightbox-link {
    width: 100px;
    height: 100px;
    left: auto;
  }

  .photo-left {
    flex: 1;
    width: 80%;
    margin-right: 27px;
  }

  .photo-right {
    flex: 1;
  }

  .grid-3-columns {
    grid-column-gap: 30px;
  }

  .h2-bigger {
    font-size: 36px;
    line-height: 38px;
  }

  .grid-2-columns {
    grid-column-gap: 30px;
  }

  .grid-2-columns.reverse {
    flex-direction: column-reverse;
    display: flex;
  }

  .fun-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .fun-facts-wrapper {
    justify-content: center;
  }

  .grid-4-columns {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .copyright-flex {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
  }

  .copyright {
    margin-bottom: 0;
  }

  .legal-wrapper {
    width: 100%;
  }

  .contact-grid, .pricing-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .card-container {
    width: auto;
    min-width: 420px;
  }

  .remove-circe-mobile {
    background-color: #fff;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    display: flex;
    position: absolute;
    inset: 20px 20px auto auto;
  }

  .wc-title-name.smaller-titles {
    font-size: 4vw;
    line-height: 4vw;
  }

  .wc-instructors {
    font-size: 2.3vw;
    line-height: 2.3vw;
  }

  .wc-instructors.smaller-instructors {
    font-size: 2.4vw;
    line-height: 2.4vw;
  }

  .wc-dates {
    padding-bottom: 1.7vw;
    font-size: 3vw;
    line-height: 3vw;
  }

  .card-block {
    padding: 2vw;
  }

  .cid-title {
    width: 30%;
  }

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

  .disc-block-title.inst-disc-block {
    font-size: 1.3vw;
    line-height: 2vw;
  }

  .disc-block-title.dst-home {
    border: 2px solid #000;
    border-radius: 2rem;
    padding: .5rem 1.5rem;
  }

  .disc-listing {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .page-title {
    font-size: 8vw;
    line-height: 8vw;
  }

  .page-title.title-subheading {
    font-size: 5vw;
    line-height: 5vw;
  }

  .page-title.main-title {
    margin-bottom: 2rem;
    font-size: 6.4rem;
    line-height: 5.2rem;
  }

  .page-title.main-subtitle {
    width: 80%;
    font-size: 2.3rem;
    line-height: 2.3rem;
  }

  .nav-title-text {
    font-size: 3vw;
    line-height: 3vw;
  }

  .heading {
    font-size: 8vw;
    line-height: 8vw;
  }

  .block {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .block.image-text-block.what-is-it {
    padding: 3rem 2rem;
  }

  .block.image-text-block.no-padding-top.two-items-block.types {
    flex-direction: column;
  }

  .info-block.ib-hero {
    width: 100%;
    margin-bottom: 3vw;
    padding: 5vw;
  }

  .intro-paragraph {
    margin-top: 0;
  }

  .block-grid-icon {
    max-width: 60px;
  }

  .pricing-heading {
    font-size: 3vw;
    line-height: 3vw;
  }

  .block-form-holder {
    margin-top: 6vw;
  }

  .fee-cal-row {
    padding-top: 3vw;
    padding-bottom: 3vw;
  }

  .space-at-work-logo-heading {
    max-width: 260px;
    margin-bottom: 2vw;
  }

  .block-split-hold.bsh-40.bsh-hide-mobile {
    display: none;
  }

  .block-split-hold.bsh-60.bsh-full-width-mobile {
    width: 100%;
  }

  .disc-home {
    margin-bottom: .5rem;
    padding-right: .5rem;
  }

  .instructor-card-image {
    width: 7vw;
    height: 7vw;
    margin-top: 1vw;
  }

  .card-info.small {
    font-size: 2.4vw;
    line-height: 2.4vw;
  }

  .home-intro-heading {
    align-items: center;
    display: flex;
  }

  .home-intro-heading-heading {
    width: 70%;
  }

  .home-intro-heading-mobile-image {
    width: 30%;
    display: block;
  }

  .multibutton {
    margin-bottom: 1rem;
    margin-right: 1rem;
  }

  .link-block {
    color: #ffffff52;
    text-decoration: none;
  }

  .policy-links {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
  }

  .footer-policy-link {
    padding-left: 0;
    display: block;
  }

  .cw-list-item {
    width: 49%;
  }

  .great-for-blocks-inside, .great-for-text-block {
    display: block;
  }

  .great-for-text-block p {
    border-bottom: 1px solid #e9e9e9;
    width: 100%;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    padding-right: 0%;
  }

  .breakdown-text {
    width: 100%;
    margin-bottom: 2rem;
  }

  .show-info {
    max-width: 100%;
    padding-left: 0;
  }

  .info-image {
    max-width: 100%;
    display: none;
  }

  .artwork-horizontal {
    margin-bottom: 1rem;
    display: block;
  }

  .bc-list-item {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .bc-info {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  h1, h2 {
    font-size: 8vw;
    line-height: 8vw;
  }

  h3 {
    font-size: 6vw;
    line-height: 6vw;
  }

  h4 {
    font-size: 5vw;
    line-height: 5vw;
  }

  h6 {
    font-size: 2.6vw;
    line-height: 2.6vw;
  }

  .container._60 {
    max-width: 90%;
  }

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

  .button {
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 3vw;
    line-height: 5vw;
  }

  .button.discount {
    margin-top: .5rem;
    margin-left: 0;
  }

  .button.smaller-button {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .button.smaller-button.grey-button {
    margin-top: 1rem;
    margin-left: 0;
  }

  .button.small-cart-button {
    padding: .7rem 1.4rem;
  }

  .button.small-cart-button.outline-button {
    margin-bottom: .5rem;
  }

  .cart-container {
    max-width: 480px;
  }

  .circle-plus {
    bottom: 20px;
    right: 20px;
  }

  .display-1 {
    font-size: 70px;
  }

  .subhead {
    font-size: 23px;
    line-height: 26px;
  }

  .display-2 {
    font-size: 38px;
    line-height: 38px;
  }

  .style-guide-grid {
    grid-template-columns: 1fr 1fr;
  }

  .nav-text {
    font-size: 40px;
  }

  .photo-animation {
    max-width: 100%;
  }

  .photo-animation.faq {
    margin-bottom: 30px;
  }

  .hero {
    padding-bottom: 140px;
  }

  .hero.sub {
    padding-bottom: 50px;
  }

  .hero.sub.hero-sub-corp {
    padding-top: 200px;
  }

  .hero.sub.hs-bc {
    padding-bottom: 100px;
  }

  .hero.main {
    min-height: 100vh;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .menu-grid {
    grid-row-gap: 20px;
  }

  .nav-wrapper {
    padding-bottom: 20px;
  }

  .nav-paragraph {
    display: none;
  }

  .remove-circle {
    top: 15px;
    right: 15px;
  }

  .space-logo {
    width: 40px;
  }

  .max-w-width {
    max-width: 100%;
  }

  .social-wrapper.left {
    padding-left: 2%;
    padding-right: 0;
  }

  .project-circle {
    display: none;
  }

  .grid-3-columns {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-2-columns {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .skills-grid {
    width: 100%;
  }

  .quote-text._2 {
    font-size: 17px;
    line-height: 20px;
  }

  .client-wrapper._2 {
    min-height: auto;
    padding-bottom: 25px;
  }

  .slide-1 {
    width: 450px;
  }

  .testimonials-photo {
    width: 46px;
    height: 46px;
  }

  .slider-testimonials {
    max-width: 450px;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonials-name {
    margin-bottom: 3px;
    font-size: 16px;
  }

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

  .copyright {
    margin-bottom: 5px;
  }

  .team-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .card-container {
    min-width: auto;
  }

  .column.left-column {
    width: 100%;
    margin-top: 0;
  }

  .column.left-column.no-reverse, .column.right-column {
    width: 100%;
  }

  .product-columns {
    flex-direction: column;
    padding-top: 6vw;
  }

  .wc-title.wpc-title {
    font-size: 9vw;
    line-height: 9vw;
  }

  .wc-instructors {
    font-size: 5vw;
    line-height: 5vw;
  }

  .wc-instructors.smaller-instructors {
    font-size: 3vw;
    line-height: 3vw;
  }

  .wc-dates.wpc-dates {
    padding-bottom: 3.2vw;
    font-size: 6vw;
    line-height: 6vw;
  }

  .extra-info {
    display: none;
  }

  .card-block {
    padding: 2.5vw;
  }

  .card-block.cb-main {
    padding: 4vw;
  }

  .h2 {
    font-size: 6vw;
    line-height: 6vw;
  }

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

  .column-instructors.desktop-instructor {
    display: none;
  }

  .column-instructors.responsive-instructors {
    margin-top: 3vw;
    padding-top: 4vw;
    padding-bottom: 4vw;
    display: block;
  }

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

  .social-link.sl-mob {
    padding-top: 2vw;
    padding-bottom: 2vw;
  }

  .teaches {
    margin-bottom: 1vw;
  }

  .disc-block-title.inst-disc-block {
    padding-top: 1.8vw;
    padding-bottom: 1.8vw;
    font-size: 2.2vw;
    line-height: 2.2vw;
  }

  .disc-block-title.dst-home {
    font-size: .8rem;
    line-height: .8rem;
  }

  .disc-listing.disc-instructor-page {
    flex: 1;
  }

  .disc-link.disc-link-instructor {
    width: 100%;
  }

  .page-title {
    text-align: center;
    margin-top: 10vw;
    font-size: 10vw;
    line-height: 10vw;
  }

  .page-title.title-subheading, .page-title.corporate-page-title {
    margin-top: 0;
  }

  .page-title.main-title {
    margin-top: 0;
    font-size: 5.8rem;
    line-height: 4.7rem;
  }

  .page-title.main-subtitle {
    width: 100%;
    margin-top: 0;
    font-size: 2.1rem;
    line-height: 2.3rem;
  }

  .nav-gradient {
    height: 80px;
  }

  .nav-title-text {
    font-size: 4vw;
    line-height: 4vw;
  }

  .disc-list.disc-list-instructor {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .paragraph-smaller {
    font-size: 1.1rem;
    line-height: 1.4rem;
  }

  .responsive-socials {
    border: 1px solid #eaeaea;
    display: block;
  }

  .desktop-socials {
    display: none;
  }

  .block.image-text-block, .block.image-text-block.reverse {
    flex-direction: column;
  }

  .block.image-text-block.what-is-it {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .info-block.info-block-48 {
    width: 100%;
    margin-bottom: 2rem;
  }

  .info-block.info-block-small.grey-box.full-ticket-width {
    padding: 1rem;
  }

  .info-block.ib-hero {
    width: 100%;
    margin-bottom: 2rem;
  }

  .image-block {
    max-width: 100%;
    margin-bottom: 4vw;
    margin-right: 0%;
  }

  .image-block.reverse {
    margin-left: 0%;
  }

  .intro-paragraph.icon-paragraph {
    margin-top: 1vw;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .block-grid {
    margin-top: 4vw;
  }

  .block-grid-item {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .block-grid-icon {
    max-width: 50px;
  }

  .pricing-blocks {
    grid-template-columns: 1fr;
  }

  .pb-info {
    padding: 8vw 15vw;
  }

  .pricing-heading {
    font-size: 4vw;
    line-height: 4vw;
  }

  .pricing-block-pricing {
    margin-bottom: 4vw;
  }

  .fee-cal-row {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }

  .split-discipline-holder {
    margin-top: 1rem;
  }

  .instructor-card-image {
    width: 9vw;
    height: 9vw;
    margin-top: 1vw;
  }

  .instructor-card-image.ici-main {
    width: 14vw;
    height: 14vw;
  }

  .card-info {
    letter-spacing: .3vw;
    font-size: 4vw;
    line-height: 4vw;
  }

  .home-intro-heading {
    justify-content: space-between;
  }

  .home-intro-heading-heading {
    width: 50%;
  }

  .home-intro-heading-mobile-image {
    width: 40%;
  }

  .footer-socials {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .fs-link {
    max-width: 80px;
    padding: 20px;
  }

  .home-event-item {
    width: 47%;
  }

  .home-events {
    flex-wrap: wrap;
  }

  .policy-links {
    flex-direction: column;
    align-items: flex-start;
  }

  .cw-list-item {
    text-align: center;
    width: 100%;
  }

  .cw-list-item.full-width {
    text-align: left;
  }

  .bcsc-heading {
    font-size: 2.4rem;
    line-height: 2.6rem;
  }

  .paragraph-micro {
    font-size: 1.1rem;
    line-height: 1.4rem;
  }

  .great-for-text-block p {
    text-align: left;
  }

  .spaces.spaces-single {
    padding: .5rem 1rem;
    font-size: 1rem;
    line-height: 1rem;
  }

  .heading-span {
    display: block;
  }

  .h2-home-intro {
    font-size: 6vw;
    line-height: 6vw;
  }

  .stars-embed {
    display: none;
  }

  .suggs {
    width: 48%;
    margin-top: .3rem;
    margin-bottom: .3rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .bc-list-item {
    text-align: center;
    width: 100%;
    display: block;
  }

  .bc-list-item.full-width {
    text-align: left;
  }

  .add-default {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    display: block;
  }

  .date.bc-date {
    margin-bottom: .5rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .bc-title, .workshop-price {
    margin-bottom: 1rem;
  }

  .bc-img {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 479px) {
  h1, h2 {
    font-size: 10vw;
    line-height: 10vw;
  }

  h3 {
    font-size: 7vw;
    line-height: 7vw;
  }

  h4 {
    font-size: 6vw;
    line-height: 6vw;
  }

  h6 {
    margin-bottom: 1.4vw;
    font-size: 4vw;
    line-height: 4vw;
  }

  .container.split-content {
    flex-wrap: wrap;
  }

  .brand {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .section.testimonials {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .section.take-off {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .button {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 5vw;
  }

  .button.smaller-button {
    font-size: 1rem;
    line-height: 1.8rem;
  }

  .button.button-hero.button-performers.hero-button {
    margin-left: 0;
    margin-right: 0;
    padding: .6rem .8rem;
  }

  .remove-pop-up {
    top: 10px;
    right: 10px;
  }

  .text-field, .text-field::placeholder {
    font-size: .9rem;
    line-height: 1rem;
  }

  .text-field.tf-corp {
    padding-left: 2.2rem;
  }

  .text-field.tf-corp.tf-name, .text-field.tf-corp.tf-email, .text-field.tf-corp.tf-phone, .text-field.tf-corp.tf-business, .text-field.tf-corp.tf-date, .text-field.tf-corp.tf-people, .text-field.tf-corp.tf-preference {
    background-position: 0%;
    background-size: auto 70%;
  }

  .product-title-sidebar {
    font-size: 16px;
  }

  .order-item {
    flex-direction: column;
  }

  .strange-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .circle-plus {
    bottom: 10px;
    right: 10px;
  }

  .image-small-product {
    margin-bottom: 20px;
  }

  .display-1 {
    font-size: 45px;
    line-height: 1.1;
  }

  .display-1.center {
    font-size: 10vw;
  }

  .subhead.gray {
    font-size: 20px;
    line-height: 24px;
  }

  .display-2 {
    font-size: 34px;
    line-height: 38px;
  }

  .display-2.absolute {
    margin-bottom: 30px;
    position: relative;
    top: 0;
    right: 0;
  }

  .display-3 {
    font-size: 29px;
  }

  .style-guide-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

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

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

  .hero {
    padding-top: 40px;
    padding-bottom: 108px;
  }

  .hero.sub {
    padding-bottom: 0;
  }

  .hero.sub.hero-sub-corp {
    padding-top: 250px;
  }

  .hero.main {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .navigation-wrapper {
    padding-left: 3%;
    padding-right: 3%;
  }

  .hamburger-menu {
    width: 65px;
  }

  .remove {
    width: 14px;
  }

  .hero-title-flex, .we-are-grid {
    max-width: 100%;
  }

  .flex-lottie {
    z-index: 2;
  }

  .blog-link {
    max-width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .social-wrapper.left {
    display: none;
  }

  .collection-item {
    width: 100%;
  }

  .photo-animation-flex {
    flex-direction: column-reverse;
  }

  .lightbox-link {
    top: 250px;
  }

  .photo-left {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
    margin-right: 0;
  }

  .photo-right {
    width: 100%;
  }

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

  .h2-bigger {
    font-size: 30px;
    line-height: 32px;
  }

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

  .skills-text {
    font-size: 15px;
    font-weight: 700;
  }

  .quote-text {
    font-size: 30px;
    line-height: 32px;
  }

  .quote-text._2 {
    font-size: 17px;
    line-height: 20px;
  }

  .client-wrapper {
    padding: 30px 20px 25px;
  }

  .client-wrapper._2 {
    padding-top: 24px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .slide-nav {
    margin-bottom: -70px;
  }

  .slide-1 {
    width: 100%;
  }

  .slider-testimonials {
    max-width: 300px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .slide-content {
    margin-left: 4px;
    margin-right: 4px;
  }

  .fun-wrapper {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .fun-facts-wrapper {
    border-right-style: none;
  }

  .fun-number {
    font-size: 40px;
    line-height: 40px;
  }

  .grid-4-columns {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .copyright-flex {
    flex-direction: column;
  }

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

  .form-grid {
    max-width: 100%;
  }

  .card-container {
    min-width: 0;
    padding-left: 4px;
    padding-right: 4px;
  }

  .toggle-space {
    padding-right: 0;
  }

  .toggle-header {
    line-height: 24px;
  }

  .remove-circe-mobile {
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
  }

  .workshop-card.instructors-card {
    margin-bottom: 0;
  }

  .wc-title.related-title {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }

  .wc-title-name {
    margin-top: .5rem;
    margin-bottom: .5rem;
    font-size: 8vw;
    line-height: 8vw;
  }

  .wc-title-name.smaller-titles {
    margin-top: 0;
    font-size: 4vw;
    line-height: 4vw;
  }

  .wc-instructors {
    margin-bottom: .5rem;
    font-size: 3.4vw;
    line-height: 3.4vw;
  }

  .wc-instructors.smaller-instructors {
    margin-bottom: 0;
  }

  .wc-instructor-name {
    font-size: 3vw;
    line-height: 3vw;
  }

  .wc-dates {
    padding-bottom: 1.5vw;
    font-size: 4vw;
    line-height: 4vw;
  }

  .button-holder.button-holder-padding.btn-holder-smaller-padding {
    margin-top: .5rem;
    padding-top: .5rem;
  }

  .card-block {
    padding: 3vw;
  }

  .ei-level-text {
    font-size: 2.8vw;
  }

  .ei-level-stars.ei-advanced.card-stars {
    padding-top: .1rem;
  }

  .h2 {
    font-size: 8vw;
    line-height: 8vw;
  }

  .cid-title {
    width: 50%;
  }

  .ci-short-bio.teacher-listing-bio {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .ci-short-bio.teacher-listing-bio.teacher-listing-pronoun {
    margin-top: .3rem;
    margin-bottom: .2rem;
    font-size: .9rem;
    line-height: 1.1rem;
  }

  .related-titles {
    padding-bottom: 1rem;
  }

  .social-link.sl-mob {
    padding-top: 2.5vw;
    padding-bottom: 2.5vw;
  }

  .teaches {
    margin-bottom: 2vw;
  }

  .disc-block-title.inst-disc-block {
    padding-top: 2.5vw;
    padding-bottom: 2.5vw;
    font-size: 3vw;
    line-height: 3vw;
  }

  .disc-listing.disc-instructor-page {
    min-width: 30%;
  }

  .page-title-holder.corporate-page-title {
    padding-top: 50px;
  }

  .page-title-holder.home-page-title {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .page-title {
    margin-top: 20vw;
    font-size: 10vw;
    line-height: 10vw;
  }

  .page-title.corporate-page-title {
    font-size: 12vw;
    line-height: 12vw;
  }

  .page-title.main-title {
    text-align: center;
    margin-top: 0;
    margin-bottom: .5rem;
    font-size: 3.5rem;
    line-height: 3rem;
  }

  .page-title.main-subtitle {
    text-align: center;
    width: 100%;
    margin-top: .5rem;
    font-size: 1.6rem;
    line-height: 1.7rem;
  }

  .disc-hover-name {
    min-width: 100vw;
  }

  .collection-list-2 {
    grid-template-columns: minmax(45%, 1fr) minmax(45%, 1fr);
    grid-auto-columns: 1fr;
  }

  .nav-gradient {
    height: 74px;
  }

  .nav-title-text {
    font-size: 4vw;
    line-height: 4vw;
  }

  .disc-list.disc-list-instructor {
    flex-wrap: wrap;
  }

  .heading {
    font-size: 10vw;
    line-height: 10vw;
  }

  .paragraph-smaller {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .block.image-text-block.what-is-it {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .intro-paragraph {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }

  .intro-paragraph.icon-paragraph {
    font-size: 1rem;
    line-height: 1.1rem;
  }

  .block-grid {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    display: flex;
  }

  .block-grid-item {
    width: 46%;
    padding-top: .4rem;
    padding-bottom: .4rem;
  }

  .block-grid-icon {
    max-width: 39px;
  }

  .pricing-heading {
    font-size: 6vw;
    line-height: 6vw;
  }

  .block-form-holder {
    margin-top: 10vw;
  }

  .fee-cal-row {
    padding-top: 6vw;
    padding-bottom: 6vw;
  }

  .space-at-work-logo-heading {
    max-width: 50%;
    margin-bottom: 4vw;
  }

  .corporate-intro-image {
    max-width: 100vw;
  }

  .corporate-video {
    width: 100%;
  }

  .instructor-card-image {
    width: 8vw;
    height: 8vw;
    margin-top: 0;
    margin-bottom: -1vw;
  }

  .card-info {
    font-size: 5.5vw;
    line-height: 5.5vw;
  }

  .home-intro-heading {
    flex-direction: column-reverse;
  }

  .home-intro-heading-heading {
    width: 100%;
  }

  .home-intro-heading-mobile-image {
    width: 100%;
    margin-bottom: 1rem;
  }

  .footer-socials {
    justify-content: flex-start;
  }

  .fs-link {
    max-width: 58px;
    padding: 10px;
  }

  .home-event-item {
    width: 100%;
  }

  .policy-links {
    flex-direction: column;
  }

  .policy-selector {
    width: 100%;
  }

  .cc-label {
    font-size: 1.1rem;
    line-height: 1.3rem;
  }

  .form-section.quote-section {
    padding: 1rem 1.5rem;
  }

  .cw-list-item {
    text-align: center;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .bcsc-heading {
    font-size: 1.8rem;
    line-height: 2rem;
  }

  .great-for-block {
    margin-bottom: .5rem;
  }

  .great-for-blocks {
    padding: 1rem;
  }

  .cc-box-bg {
    background-size: 20px 20px;
  }

  .paragraph-micro {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .workshop-highlight-heading {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }

  .spaces {
    padding-top: .2rem;
    padding-bottom: .1rem;
  }

  .spaces.spaces-single {
    padding-top: .3rem;
    padding-bottom: .3rem;
  }

  .spaces-text {
    margin-left: .1rem;
    margin-right: .1rem;
    font-size: .5rem;
    line-height: .5rem;
  }

  .spaces-text.st-single {
    font-size: .9rem;
    line-height: .9rem;
  }

  .heading-span {
    color: #dfe1e9;
  }

  .h2-home-intro {
    margin-bottom: 0;
    font-size: 12vw;
    line-height: 13vw;
  }

  .submarket-headings {
    font-size: 9vw;
    line-height: 9vw;
  }

  .price-breakdown, .disclaimer-section {
    margin-bottom: 2rem;
  }

  .filter.sugg-row, .buttons.sugg-row, .form-hold.sugg-row, .mm-hold.sugg-row {
    z-index: 99999;
  }

  .bc-list-item {
    text-align: center;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

#w-node-e54526aa-d068-6e0e-dea9-fef78eee5001-afc14936 {
  justify-self: center;
}

#w-node-_8658530b-0fed-c1b5-16af-5f3f792bee54-afc14936 {
  justify-self: start;
}

#w-node-_6f47e19d-5f05-2daa-701c-bd1394a8c4a3-afc14936 {
  justify-self: center;
}

#w-node-d27ee516-ba33-752a-62f9-77377fa2c537-7fa2c520, #w-node-f54e4414-b59f-2797-7e6d-2ecd204b8da6-7fa2c520, #w-node-_89762ab9-38ea-5311-073c-0a56fef79250-7fa2c520, #w-node-_8de6f46d-12ca-781b-5630-40ad4e8e0739-7fa2c520, #w-node-d27ee516-ba33-752a-62f9-77377fa2c53d-7fa2c520, #w-node-d27ee516-ba33-752a-62f9-77377fa2c543-7fa2c520, #w-node-d27ee516-ba33-752a-62f9-77377fa2c549-7fa2c520, #w-node-d27ee516-ba33-752a-62f9-77377fa2c54f-7fa2c520, #w-node-e5c74dc3-e165-7046-9444-aeb42abd18fc-7fa2c520, #w-node-_13589c92-c989-6265-31fb-54f758b44de6-7fa2c520, #w-node-_28436c6d-64e3-c89e-c527-b9902c57ff96-7fa2c520, #w-node-_676ddde1-49b9-31bf-96d8-b8bd36ae2876-7fa2c520, #w-node-_23215dd2-cbb7-afbd-fd30-6d85edcea80e-7fa2c520 {
  justify-self: start;
}

#w-node-_67d3612f-57cd-156a-d3a5-112b06455ae1-06455ad9 {
  justify-self: end;
}

#w-node-b715968d-942c-11c1-bc48-e7761a9af8b2-ffc14988 {
  justify-self: center;
}

#w-node-b715968d-942c-11c1-bc48-e7761a9af8b6-ffc14988 {
  justify-self: start;
}

#w-node-b715968d-942c-11c1-bc48-e7761a9af8b8-ffc14988 {
  justify-self: center;
}

#w-node-_7d19749d-11de-06f5-7231-3b94e56481d1-e564819b, #w-node-_7d19749d-11de-06f5-7231-3b94e56481d7-e564819b, #w-node-_7d19749d-11de-06f5-7231-3b94e56481e3-e564819b, #w-node-_7d19749d-11de-06f5-7231-3b94e56481f5-e564819b, #w-node-f0e779f9-1f67-6cfc-9d18-3bde939c12d4-e564819b, #w-node-_7d19749d-11de-06f5-7231-3b94e56481e9-e564819b, #w-node-_53f77015-5c92-b753-4819-68c65eaf9c2c-e564819b, #w-node-b6d8cbb9-c499-e274-5ae3-a5cddf9b644d-e564819b, #w-node-_34def707-8ca0-8fab-f37d-8a650413f15e-e564819b, #w-node-_34def707-8ca0-8fab-f37d-8a650413f164-e564819b, #w-node-_72a78396-6fcf-2e38-3e07-d0a3b8ffb43a-e564819b {
  justify-self: start;
}

#w-node-_7d19749d-11de-06f5-7231-3b94e5648228-e564819b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4bd48564-1cfa-26d7-5a96-e07af1f899d2-f1f899cb {
  justify-self: end;
}

#w-node-_706a5e46-e2f9-4f33-5ca1-4cee84c0c965-2cc149de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a28e0a1d-f352-9e22-f1cc-954e22e1bb74-1bc14a09, #w-node-f8cca7e9-0112-bcbc-1098-3bb14425c165-d9d1dbf9 {
  align-self: center;
}

#w-node-_76f7eacb-cf22-a0e5-4f02-753b373e0df4-d9d1dbf9 {
  justify-self: start;
}

#w-node-_62356e9d-e4bc-6247-47db-7531bbe5fccf-d9d1dbf9 {
  align-self: center;
}

#w-node-_0098d155-1b69-f1b7-4e7a-010fe6d67f05-d9d1dbf9 {
  justify-self: start;
}

#w-node-_0098d155-1b69-f1b7-4e7a-010fe6d67f0b-d9d1dbf9 {
  align-self: center;
}

#w-node-_3929629c-8dd9-c1de-27e0-7eb4935ad487-d9d1dbf9 {
  justify-self: start;
}

#w-node-_3929629c-8dd9-c1de-27e0-7eb4935ad48d-d9d1dbf9 {
  align-self: center;
}

#w-node-_9afb94b3-1306-002b-fd39-bd3720f942c9-d9d1dbf9 {
  justify-self: start;
}

#w-node-_9afb94b3-1306-002b-fd39-bd3720f942cf-d9d1dbf9, #w-node-f8cca7e9-0112-bcbc-1098-3bb14425c165-afe180aa {
  align-self: center;
}

#w-node-_76f7eacb-cf22-a0e5-4f02-753b373e0df4-afe180aa {
  justify-self: start;
}

#w-node-_62356e9d-e4bc-6247-47db-7531bbe5fccf-afe180aa {
  align-self: center;
}

#w-node-_0098d155-1b69-f1b7-4e7a-010fe6d67f05-afe180aa {
  justify-self: start;
}

#w-node-_0098d155-1b69-f1b7-4e7a-010fe6d67f0b-afe180aa {
  align-self: center;
}

#w-node-_3929629c-8dd9-c1de-27e0-7eb4935ad487-afe180aa {
  justify-self: start;
}

#w-node-_3929629c-8dd9-c1de-27e0-7eb4935ad48d-afe180aa {
  align-self: center;
}

#w-node-_9afb94b3-1306-002b-fd39-bd3720f942c9-afe180aa {
  justify-self: start;
}

#w-node-_9afb94b3-1306-002b-fd39-bd3720f942cf-afe180aa, #w-node-f8cca7e9-0112-bcbc-1098-3bb14425c165-f12718f4 {
  align-self: center;
}

#w-node-_76f7eacb-cf22-a0e5-4f02-753b373e0df4-f12718f4 {
  justify-self: start;
}

#w-node-_62356e9d-e4bc-6247-47db-7531bbe5fccf-f12718f4 {
  align-self: center;
}

#w-node-_0098d155-1b69-f1b7-4e7a-010fe6d67f05-f12718f4 {
  justify-self: start;
}

#w-node-_0098d155-1b69-f1b7-4e7a-010fe6d67f0b-f12718f4 {
  align-self: center;
}

#w-node-_3929629c-8dd9-c1de-27e0-7eb4935ad487-f12718f4 {
  justify-self: start;
}

#w-node-_3929629c-8dd9-c1de-27e0-7eb4935ad48d-f12718f4 {
  align-self: center;
}

#w-node-_9afb94b3-1306-002b-fd39-bd3720f942c9-f12718f4 {
  justify-self: start;
}

#w-node-_9afb94b3-1306-002b-fd39-bd3720f942cf-f12718f4 {
  align-self: center;
}

#w-node-cda7b548-3775-6cdf-2b7c-8f34936fd1cf-936fd1c7 {
  justify-self: start;
}

#w-node-cda7b548-3775-6cdf-2b7c-8f34936fd1d5-936fd1c7 {
  align-self: center;
}

#w-node-cda7b548-3775-6cdf-2b7c-8f34936fd1db-936fd1c7 {
  justify-self: start;
}

#w-node-cda7b548-3775-6cdf-2b7c-8f34936fd1e7-936fd1c7 {
  align-self: center;
}

#w-node-cda7b548-3775-6cdf-2b7c-8f34936fd1ed-936fd1c7 {
  justify-self: start;
}

#w-node-cda7b548-3775-6cdf-2b7c-8f34936fd1f3-936fd1c7 {
  align-self: center;
}

#w-node-cda7b548-3775-6cdf-2b7c-8f34936fd1f9-936fd1c7 {
  justify-self: start;
}

#w-node-cda7b548-3775-6cdf-2b7c-8f34936fd1fc-936fd1c7 {
  align-self: center;
}

#w-node-_799eb15f-1695-1007-82fd-87769713101e-eb0c6802 {
  place-self: stretch center;
}

#w-node-_799eb15f-1695-1007-82fd-877697131029-eb0c6802 {
  align-self: center;
}

#w-node-_76b146f9-500f-52df-0f79-5e67ffd75ba6-a799d148 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f27a1d0b-680f-0ab9-d973-d64f7652b8a6-51fc691d {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_007b02d1-3dd7-a026-6bf8-c19b4d8e6012-51fc691d {
  place-self: center;
}

#w-node-ed9806d0-7968-73d7-7210-69e7fe89bdd5-51fc691d {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_7a312a81-7f23-a8e2-7e54-a08375c9a4c0-51fc691d {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-ea1faf2a-1915-e7b1-8380-65ba5debd0a9-51fc691d {
  grid-area: 1 / 5 / 2 / 9;
}

#w-node-dc437ff8-ca39-d446-6338-277e4567588a-51fc691d, #w-node-_4eff7aba-4b1a-3f10-0fbd-5849076debb3-51fc691d {
  place-self: center;
}

@media screen and (min-width: 1280px) {
  #w-node-b6d8cbb9-c499-e274-5ae3-a5cddf9b644d-e564819b {
    justify-self: start;
  }
}

@media screen and (max-width: 991px) {
  #w-node-d27ee516-ba33-752a-62f9-77377fa2c523-7fa2c520, #w-node-_7d19749d-11de-06f5-7231-3b94e56481b6-e564819b {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-ed9806d0-7968-73d7-7210-69e7fe89bdd5-51fc691d {
    grid-column-end: 4;
  }

  #w-node-ea1faf2a-1915-e7b1-8380-65ba5debd0a9-51fc691d {
    grid-area: 2 / 1 / 3 / 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d27ee516-ba33-752a-62f9-77377fa2c523-7fa2c520, #w-node-_7d19749d-11de-06f5-7231-3b94e56481b6-e564819b, #w-node-b9bd930d-5918-0cf4-e47e-e2e9a615e0ff-32040ca6, #w-node-_75a90c9b-c85f-d3f8-5f45-06deaefe9e31-51a05ca4, #w-node-d63f7912-dba7-da12-13c9-1c8d25a58043-11ac9804, #w-node-d63f7912-dba7-da12-13c9-1c8d25a58043-c2d52f14, #w-node-d63f7912-dba7-da12-13c9-1c8d25a58043-cec98432 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Extrabold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Extralight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Quincy cf';
  src: url('../fonts/Quincy-CF-Bold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}