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

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

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

@font-face {
  font-family: Clashgrotesk;
  src: url('../fonts/ClashGrotesk-Semibold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Agrandir;
  src: url('../fonts/PPAgrandir-NarrowBlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Agrandir;
  src: url('../fonts/PPAgrandir-TextRegularItalic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

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

@font-face {
  font-family: Agrandir;
  src: url('../fonts/PPAgrandir-TextBoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Extralight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-ExtralightItalic.otf') format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-SemiboldItalic.otf') format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Nippo;
  src: url('../fonts/Nippo-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nippo;
  src: url('../fonts/Nippo-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Uncutsans;
  src: url('../fonts/UncutSans-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --midnight-blue: #142568b3;
  --_colours---red: #e83a4c;
  --_colours---panna: #ffeacf;
  --_colours---black: #050603;
  --_colours---green: #008e72;
  --_colours---yellow: #f7931e;
  --medium-aquamarine: #55d099;
  --steel-blue: #2c7fc9;
  --powder-blue: #8fe2f3;
  --midnight-blue-2: #1e3079;
  --midnight-blue-3: #141c3f;
  --violet: #f38aff;
  --dark-orchid: #7b39b8;
  --_colours---dark-red: #580306;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  color: #1d1d1dd9;
  background-color: #f4f7f6;
  font-family: Generalsans, sans-serif;
  font-weight: 500;
  line-height: 1.5;
}

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

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

h3 {
  color: #ffffffd9;
  margin-top: 10px;
  font-family: Generalsans, sans-serif;
  font-size: 1.8em;
  font-weight: 600;
  line-height: 1.3;
}

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

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

p {
  color: #000000b3;
  letter-spacing: -.02em;
  margin-bottom: 10px;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.5;
}

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

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

li {
  color: #142568b3;
  padding-top: 6px;
  padding-bottom: 6px;
}

blockquote {
  color: #ffffff80;
  background-color: #ffffff0f;
  border: 1px solid #fff3;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 30px 35px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}

figcaption {
  color: #949494d9;
  text-align: center;
  margin-top: 5px;
  font-size: 12px;
}

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

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

.section.titles.bg-red {
  background-color: var(--_colours---red);
  padding-top: 226px;
}

.section.bg-dark-gray {
  background-color: var(--_colours---red);
}

.section.bg-dark-gray.green {
  z-index: 21;
  background-color: var(--_colours---panna);
  overflow: visible;
}

.section.overflow {
  width: 100%;
  overflow: hidden;
}

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

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

.section.bg-light-gray.no-flow {
  overflow: visible;
}

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

.section.bg-light-gray {
  background-color: var(--_colours---black);
  background-image: linear-gradient(#00000080, #00000080), url('../images/DSC06908.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section.stretch {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  min-height: 100vh;
  padding-top: 20vh;
  display: flex;
}

.section.stretch.bg-color.green {
  background-color: var(--_colours---green);
}

.section.bg-color {
  background-color: var(--_colours---red);
}

.section.page {
  min-height: 500px;
}

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

.section.form-page {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.section.form-page.bg-dark-titles {
  background-color: #202020;
  background-image: url('../images/bg-cta.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.section.full {
  align-items: center;
  height: 100vh;
  display: flex;
}

.section.yellow {
  background-color: var(--_colours---yellow);
}

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

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

.container.inner-padding-medium.faq {
  display: none;
}

.container.titles {
  color: #ffffffd9;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: auto;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 120px;
  display: flex;
}

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

.container.top-padding-large {
  padding-top: 20vh;
}

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

.container.footer {
  padding-top: 120px;
  padding-bottom: 80px;
}

.container.padding-hero {
  padding-top: 20vh;
  padding-bottom: 5vh;
}

.container.header {
  padding-top: 30px;
  padding-bottom: 60px;
}

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

.container.page {
  padding-top: 250px;
}

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

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

.main-grid.no-gap {
  grid-column-gap: 0vw;
  grid-row-gap: 0px;
  background-color: #008e7200;
  align-items: center;
}

.main-grid.padding-bottom-medium {
  padding-bottom: 76px;
}

.main-grid.padding-bottom-medium.green {
  background-color: #008e72;
}

.main-grid.stretch {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  align-content: space-between;
  height: 100%;
}

.main-grid.stretch.padding-bottom-medium {
  margin-bottom: 15px;
}

.main-grid.align-top {
  align-items: start;
}

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

.main-grid.agenda {
  z-index: 10;
}

.main-grid.footer {
  grid-column-gap: 48px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr auto auto auto auto auto auto;
  align-content: start;
}

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

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

.content-wrapper.inner-padding-small {
  padding-top: 17px;
  padding-bottom: 17px;
}

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

.content-wrapper.cards {
  height: auto;
  max-height: none;
  text-decoration: none;
}

.content-wrapper.cards:hover {
  text-decoration: none;
}

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

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

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

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

.content-wrapper.padding-bottom-medium.grid.d-svfz {
  padding-bottom: 16px;
}

.content-wrapper.hp {
  background-color: #fff;
  border: 1px solid #0000;
  border-radius: 20px;
  padding: 15px 30px 30px;
}

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

.margin-bottom-medium {
  margin-bottom: 12em;
}

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

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

.hero-grid-header {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 135px auto auto auto auto 15vh;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  min-height: 100vh;
  overflow: hidden;
}

.title-tag {
  color: #65a8d4;
  text-align: left;
  text-transform: uppercase;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 1em;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.title-tag.text-dark-blue {
  color: #2e6f9b;
  margin-bottom: 15px;
}

.grid-rail {
  grid-column-gap: 2vw;
  white-space: nowrap;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: auto;
  min-width: 60vw;
  min-height: auto;
  margin-left: 1vw;
  margin-right: 1vw;
  padding-top: 10vh;
  padding-bottom: 2vh;
}

.hero-rail {
  align-items: flex-end;
  display: flex;
}

.hero-rail.gap {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 15px;
  margin-bottom: 15px;
}

.logos-wrapper {
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 2em;
  display: flex;
}

.image-logo {
  object-fit: contain;
  flex: 1;
  width: 100%;
  max-width: 125px;
  height: 100%;
  max-height: 45px;
}

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

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

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

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

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

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

.image-tiles-hero {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: none;
  position: relative;
}

.image-tiles-hero._3d-flip {
  max-height: 38vh;
}

.wrappernav {
  z-index: 20;
  width: 100%;
  position: relative;
  inset: 0% auto auto 0%;
}

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

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

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

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

.heading-xlarge-hero.margin-bottom-small {
  margin-bottom: 6vh;
}

.navbar {
  background-color: #0000;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.button:hover {
  box-shadow: none;
  color: #fff;
  background-color: #050603ed;
}

.button.outline {
  color: #fffc;
  background-color: #0000;
  border: 1px solid #ffffff4d;
}

.button.outline:hover {
  color: #ffffffd9;
  border-color: #b3b3b3cc;
}

.button.outline.dark {
  color: #494949cc;
  border-color: #4e4e4e4d;
}

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

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

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

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

.button.bg-white:hover {
  background-color: #d6d6d6;
}

.button.bg-dark-blue {
  background-color: #0a1953;
}

.button.inline {
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 0;
  padding: 10px 0;
  font-family: Agrandir, Arial, sans-serif;
  font-size: 21px;
  font-weight: 400;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 -2px #fff3;
}

.button.bg-mid-green {
  background-color: var(--medium-aquamarine);
}

.button.small {
  background-color: var(--_colours---yellow);
  box-shadow: none;
  padding: 14px 30px 14px 20px;
  font-size: 14px;
  font-weight: 500;
}

.button.small.inverse {
  background-color: var(--_colours---red);
}

.button.yellow {
  background-color: var(--_colours---yellow);
  margin-bottom: 14px;
}

.button.yellow.ds {
  padding-left: 39px;
  padding-right: 39px;
  font-size: 12px;
}

.button.green {
  background-color: var(--_colours---green);
}

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

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

.p-small-size {
  color: var(--midnight-blue);
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

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

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

.nav-link.w--current {
  color: var(--_colours---panna);
  font-family: Agrandir, Arial, sans-serif;
  font-weight: 400;
}

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

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

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

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

.link-icons.center {
  color: var(--_colours---black);
  justify-content: center;
  width: 36px;
  height: 36px;
}

.list-flex {
  color: #ffffffb3;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.2em;
  font-weight: 500;
  display: flex;
}

.icon-check {
  height: 9px;
}

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

.tabs-nav-menu {
  justify-content: center;
  margin-top: 35px;
  margin-bottom: 35px;
  display: flex;
  box-shadow: inset 0 -1px #d1d1d1;
}

.tabs-nav-menu.in-line {
  box-shadow: none;
  padding-top: 23px;
  padding-bottom: 23px;
}

.button-tab {
  color: #9094a1;
  text-align: center;
  background-color: #fff;
  border: 1px #000;
  border-radius: 100px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 500;
  box-shadow: inset 0 -1px #0000;
}

.button-tab.w--current {
  box-shadow: none;
  color: #fff;
  background-color: #f36d97;
}

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

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

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

.box-wrapper.inner-form-medium {
  align-items: center;
  padding-top: 5em;
  padding-bottom: 5em;
}

.box-wrapper.inner-form-medium.form {
  justify-content: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.box-wrapper.inner-padding-medium.justify {
  justify-content: center;
  max-width: 550px;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
}

.box-wrapper.page {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 35px;
  min-height: auto;
  padding: 45px 50px;
  box-shadow: 7px 7px #0000001a;
}

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

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

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

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

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

.text-field.dark-blue {
  background-color: #081642;
  border-color: #091a52;
  min-width: auto;
}

.text-field.dark-blue::placeholder {
  color: #5e7799;
}

.text-field.forms {
  color: #fff;
  background-color: #0003;
  border-style: none;
  margin-bottom: 10px;
}

.text-field.forms::placeholder {
  color: #ffffff80;
}

.icon-social {
  color: var(--_colours---black);
  max-height: 18px;
}

.icon-social.profile {
  max-height: 20px;
}

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

.link-footer {
  color: #7e7e7eb3;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

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

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

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

.image-profile-wrapper.small {
  width: 45px;
  height: 45px;
}

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

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

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

.paragraph-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

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

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

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

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

.icon-content {
  max-width: 55px;
  max-height: 45px;
}

.icon-content.medium {
  width: 100%;
  max-width: 90px;
  height: 100%;
  max-height: 90px;
}

.big-heading-wrapper {
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
  overflow: hidden;
}

.xlarge-scroll-heading {
  color: #3f56b6;
  letter-spacing: -.02em;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Generalsans, sans-serif;
  font-size: 19vh;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
}

.xlarge-scroll-heading.text-salmon {
  color: #f36d97;
}

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

.logo-footer {
  max-height: 35px;
  margin-bottom: 25px;
}

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

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

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

.main-paragraph {
  color: #000000b3;
  letter-spacing: -.1em;
  font-family: Agrandir, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.2;
}

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

.main-paragraph.split {
  column-count: 2;
  column-gap: 5em;
}

.main-paragraph.size-large {
  font-size: 2.6em;
  font-weight: 500;
  line-height: 1.25;
}

.main-paragraph.size-large.text-white-opacity {
  color: var(--_colours---black);
  font-family: Agrandir, Arial, sans-serif;
  font-size: 2.2em;
  line-height: 1.1;
}

.main-paragraph.size-small {
  font-size: 16px;
  line-height: 1.4;
}

.main-paragraph.size-medium {
  font-weight: 500;
}

.main-paragraph.bold {
  color: #ffffffb3;
}

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

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

.button-play {
  background-color: #000000e6;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  transition: background-color .2s;
  display: flex;
  overflow: hidden;
}

.button-play:hover {
  background-color: #000000b3;
}

.media-videos {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.media-videos.absolute {
  position: absolute;
  inset: 0% auto auto 0%;
}

.icon-play {
  max-height: 22px;
  margin-left: 5px;
}

.circle-check {
  background-color: var(--_colours---black);
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 14px;
  display: flex;
}

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

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

.faq-wrapper.divider {
  border-bottom: 1px solid #585858;
}

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

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

.plus-icon {
  opacity: .5;
  height: 20px;
}

.faq-container {
  color: #747474;
}

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

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

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

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

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

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

.icon-arrow.opacity {
  opacity: .5;
}

.full-form {
  width: 100%;
}

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

.frame-image-overflow {
  perspective: 2000px;
  border: 6px solid #fff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 25vw;
  height: 40em;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 12px 12px #0003;
}

.frame-image-overflow.no-frame {
  max-height: none;
}

.frame-image-overflow.no-frame.flip-right {
  align-items: flex-end;
  width: 20vw;
  max-height: 32vh;
  transform: rotate(16deg);
}

.frame-image-overflow.no-frame.flip-left {
  transform: rotate(-12deg);
}

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

.small-paragraph-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.icon-wrapper {
  flex: none;
  width: auto;
  min-height: auto;
  margin-top: 0;
  margin-right: 10px;
  padding: 10px 15px 10px 0;
}

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

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

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

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

.value.large {
  font-size: 8.9em;
}

.value.large.text-yellow {
  color: var(--_colours---panna);
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: var(--_colours---black);
  font-family: Oi, sans-serif;
  font-size: 7.7em;
  font-weight: 400;
  line-height: 1.1;
}

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

.center-wrapper.padding-hero {
  padding-top: 10em;
  padding-bottom: 0;
}

.center-wrapper.z-index {
  z-index: 6;
}

.center-wrapper.inner-padding-medium {
  z-index: 5;
  position: relative;
}

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

.heading-medium {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Agrandir, Arial, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.25;
}

.heading-medium.margin-bottom-xsmall {
  margin-bottom: 15px;
}

.heading-medium.text-white.margin-bottom-xsmall {
  color: var(--_colours---black);
  text-transform: uppercase;
  font-family: Agrandir, Arial, sans-serif;
  font-size: 2.2em;
  font-style: italic;
  font-weight: 900;
}

.heading-medium.text-white.margin-bottom-small {
  margin-bottom: 80px;
}

.heading-medium.text-black {
  font-weight: 600;
}

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

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

.heading-medium.margin {
  margin-top: 28px;
}

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

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

.heading-large.text-white.margin-bottom-xsmall {
  color: var(--_colours---green);
  letter-spacing: 0;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--_colours---black);
  font-family: Oi, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.heading-large.margin-bottom-small {
  flex: 0 auto;
}

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

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

.heading-large.medium-comp {
  max-width: 7ch;
  font-size: 3.5em;
}

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

.heading-regular.text-black {
  text-transform: uppercase;
  font-family: Agrandir, Arial, sans-serif;
  font-style: italic;
  font-weight: 900;
}

.heading-regular.uppercase {
  color: var(--_colours---panna);
  text-transform: uppercase;
  font-family: Agrandir, Arial, sans-serif;
  font-size: 20px;
  font-weight: 900;
}

.heading-small {
  color: var(--_colours---black);
  text-transform: uppercase;
  margin-top: 3px;
  margin-bottom: 3px;
  font-family: Agrandir, Arial, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

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

.heading-small.text-gray {
  color: var(--_colours---black);
}

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

.flex-name {
  font-size: 16px;
}

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

.text-white {
  color: #fff;
}

.text-gray {
  color: #797979;
}

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

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

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

.text-white-opacity {
  color: #ffffffc7;
}

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

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

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

.hero-ticker-images {
  flex-direction: column;
  justify-content: flex-start;
  min-height: auto;
  padding-top: 4vh;
  padding-bottom: 3vh;
  display: flex;
  overflow: hidden;
}

.dropdown-list {
  background-color: #fff;
  border-radius: 12px;
  min-width: 150px;
  box-shadow: 0 15px 15px #0000000d;
}

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

.dropdown-link {
  color: #000000a6;
  font-weight: 500;
}

.dropdown-link:hover {
  background-color: #58659408;
}

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

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

.text-orange {
  color: #f5841b;
}

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

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

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

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

.wrapper-full-image.blog-post-grid {
  border-radius: 25px;
  height: 40vh;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.wrapper-image-blog {
  overflow: hidden;
}

.wrapper-image-blog.list {
  border-radius: 20px;
  height: 30vh;
  max-height: 220px;
}

.wrapper-image-blog.featured {
  border-radius: 35px;
  height: 48vh;
}

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

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

.label-form {
  color: #707588b3;
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}

.label-form.left {
  color: #808080d9;
  text-align: left;
  font-size: 14px;
}

.inner-input.flex-horizontal {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.text-red {
  color: #ff7553;
}

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

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

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

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

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

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

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

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

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

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

.full-hero-image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 80vh;
  position: relative;
}

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

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

.social-icons-wrapper {
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.link-social {
  flex: 1;
  order: 1;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  transition: padding-bottom .2s, background-color .2s;
  display: flex;
}

.link-social:hover {
  background-color: #fff;
  padding-bottom: 10px;
}

.link-social.small {
  flex: none;
  justify-content: flex-start;
  height: 45px;
  min-height: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.link-social.small:hover {
  background-color: #112264;
  padding-bottom: 0;
}

.blog-link-wrapper {
  width: 100%;
  text-decoration: none;
}

.blog-link-wrapper.outline {
  border: 1px solid #d3d3d3;
  border-radius: 35px;
  height: 100%;
  overflow: hidden;
}

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

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

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

.overflow-wrapper.wide-image.rounded {
  box-shadow: 25px 25px #0000001a;
}

.overflow-wrapper.image {
  width: 100%;
  height: 100%;
  max-height: 700px;
}

.overflow-wrapper.signup {
  padding: 25px;
}

.overflow-wrapper.image-post {
  border-radius: 35px;
  height: 45vh;
  min-height: 525px;
}

.overflow-wrapper.image-post.header {
  height: 65vh;
}

.overflow-wrapper.image-contact {
  border-radius: 45px;
  height: 65vh;
  margin-bottom: 35px;
  box-shadow: 13px 13px #0000001a;
}

.wrapper-sticky {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  top: 0;
}

.wrapper-sticky.blog {
  top: 50px;
}

.label {
  color: #292828d9;
  font-weight: 400;
}

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

.text-black-opacity {
  color: #3a3a3ab3;
}

.checkout-form, .paypal-checkout-form, .order-confirmation {
  background-color: #0000;
}

.wrap-form-checkout {
  color: #000000d9;
  border-radius: 12px;
  overflow: hidden;
}

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

.main-richtext p {
  color: #000000b3;
  letter-spacing: 0;
  margin-bottom: 35px;
}

.main-richtext blockquote {
  color: #000000b3;
  background-color: #ffffffb3;
  margin-top: 30px;
  margin-bottom: 40px;
  padding-left: 57px;
  padding-right: 57px;
  font-weight: 500;
  line-height: 1.4;
}

.main-richtext h3 {
  color: #000000d9;
}

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

.container-wrapper {
  width: 100%;
}

.container-wrapper.header {
  padding-top: 80px;
}

.container-wrapper.bg-color {
  z-index: 5;
  position: relative;
}

.container-wrapper.prezzi {
  padding-top: 45px;
  padding-bottom: 45px;
}

.container-wrapper.spec {
  margin-top: 150px;
}

.container-wrapper.spec.sfx {
  margin-top: 0;
}

.footer-inner {
  justify-content: flex-start;
  display: flex;
}

.content-grid {
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  align-content: space-between;
  width: 100%;
  height: 100%;
}

.content-grid.center {
  grid-row-gap: 1.5em;
  text-align: center;
  justify-items: center;
}

.content-grid._3-rows {
  grid-row-gap: 24px;
  grid-template-rows: auto auto auto;
}

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

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

.progress-bar-wrapper {
  background-color: #1745fa1a;
  border-radius: 20px;
  width: 350px;
  height: 6px;
  margin-top: 52px;
  margin-bottom: 52px;
  overflow: hidden;
}

.progress-bar {
  background-color: #0a195333;
  width: 100%;
  height: 6px;
}

.images-features-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.licenses-image-wrapper {
  height: 180px;
  min-height: auto;
  overflow: hidden;
}

.heading-style-guide {
  align-items: center;
  margin-top: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.styleguide-color-wrapper {
  flex-direction: column;
  justify-content: center;
  height: 100%;
  display: flex;
}

.color-swatch {
  background-color: #363636;
  height: 120px;
  margin-bottom: 25px;
}

.color-swatch.bg-dark-gray {
  background-color: #1b1b1b;
}

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

.color-swatch.bg-light-grey {
  background-color: #a5a5a5;
}

.color-swatch.bg-smoke-grey {
  background-color: #e9e8e8;
}

.color-swatch.bg-mid-green {
  background-color: var(--medium-aquamarine);
}

.styleguide-elements {
  height: auto;
  margin-bottom: 10px;
}

.label-styleguide {
  color: #a5a5a5;
}

.grid-style-guide {
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-flow: column;
  justify-content: start;
  place-items: center start;
}

.grid-style-guide.inner-padding-xsmall {
  grid-column-gap: 60px;
  grid-template-columns: 1fr 2fr;
  align-content: start;
  align-items: start;
}

.line {
  background-color: #d4d4d4;
  flex: 1;
  height: 1px;
  margin-left: 10px;
}

.row-changelog {
  border: 1px solid #ddd;
  width: 100%;
  padding: 20px 25px;
}

.home-link-grid {
  background-color: #f8f8f8;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 12px 25px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .35s;
  display: flex;
}

.home-link-grid:hover {
  background-color: #d9dce9;
  box-shadow: 0 1px 1px #00000026;
}

.home-small-text {
  color: #3f3f3fd9;
  font-size: 15px;
  font-weight: 500;
}

.textarea-message {
  background-color: #fff;
  border: 2px solid #d1d1d3;
  border-radius: 4px;
  min-height: 180px;
  padding-top: 12px;
  padding-left: 16px;
  font-size: 18px;
}

.textarea-message::placeholder {
  color: #a3a3a3;
}

.textarea-message.forms {
  color: #ffffff80;
  background-color: #0003;
  border-style: none;
  border-radius: 15px;
}

.textarea-message.forms::placeholder {
  color: #ffffff80;
}

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

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

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

.image-locker {
  height: 55px;
}

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

.out-stock {
  color: #b6b6b6d9;
  background-color: #575757;
  border-radius: 4px;
}

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

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

.bg-light-green {
  background-color: #147970;
}

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

.grid-bg {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 2200px;
  margin-left: auto;
  margin-right: auto;
}

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

.bg-salmon {
  background-color: #f06262;
}

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

.grid-hero {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-content: space-around;
  width: 100%;
  min-height: 125vh;
}

.rail-gallery {
  justify-content: space-between;
  min-height: 25vh;
  display: flex;
}

.grid-rail-images {
  grid-column-gap: 0vw;
  grid-row-gap: 0px;
  grid-template-rows: 10vh auto 10vh;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.inner-frame {
  background-color: #4b17e9;
  border-radius: 100%;
  width: 15vw;
  height: 15vw;
  overflow: hidden;
}

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

.heading-xlarge.margin-bottom-small {
  margin-bottom: 60px;
}

.heading-xlarge.text-yellow.margin-bottom-small {
  color: var(--_colours---black);
  font-family: Agrandir, Arial, sans-serif;
  font-size: 6.3em;
  font-weight: 900;
  line-height: 1;
}

.heading-xlarge.xxlarge {
  font-size: 19em;
}

.heading-xlarge.heading-sm {
  font-size: 4em;
  line-height: .95;
}

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

.heading-xxlarge {
  letter-spacing: -.02em;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 6.5em;
  font-style: italic;
  font-weight: 700;
  line-height: .85;
}

.hero-grid-header-blue {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 10vh auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  min-height: 100vh;
}

.hero-grid-header-blue.align-top {
  grid-template-rows: 10vh auto auto auto auto auto auto auto;
}

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

.image-wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 45vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.image-wrapper.medium {
  height: 60vh;
  min-height: auto;
}

.image-wrapper.speakers {
  border: 1px solid #000;
  border-radius: 40px;
  height: 380px;
  min-height: auto;
  overflow: hidden;
  box-shadow: 16px 21px #00000026;
}

.main-grid-hero {
  z-index: 20;
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  position: relative;
}

.main-grid-hero.hero {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: none;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  place-content: start center;
}

.main-grid-hero.hero.padding-bottom-medium {
  place-content: center space-between;
}

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

.size-medium {
  font-size: 1.7em;
  line-height: 1.35;
}

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

.width-wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

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

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

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

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

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

.topnav-button.outline {
  color: #fffc;
  background-color: #0000;
  border: 2px solid #fff3;
  padding-top: 14px;
  padding-bottom: 14px;
  transition: border .2s;
}

.topnav-button.outline:hover {
  color: #ffffffd9;
  border-color: #fffc;
}

.text-opacity {
  color: #0c0c0c73;
}

.inner-padding {
  padding: 35px 45px 45px;
}

.inner-padding.bg-whitesmoke.small-rounded {
  border: 1px solid #000;
  width: auto;
  height: 300px;
  padding: 0;
  box-shadow: 6px 6px #0000001a;
}

.contain-image {
  flex: 0 auto;
  width: 100%;
  height: auto;
}

.contain-image.img-rounded {
  border-radius: 5px;
}

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

.bg-whitesmoke {
  background-color: #f5f5f5;
}

.bg-light-gray {
  background-color: #dcdee5;
}

.grid-card {
  grid-row-gap: 0px;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  height: auto;
}

.inner-card-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: none;
  padding: 50px 40px 60px;
  display: flex;
  position: relative;
}

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

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

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

.grid-hero-mosaic {
  grid-column-gap: 2vw;
  white-space: nowrap;
  flex: none;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-content: start;
  width: auto;
  min-width: 60vw;
  min-height: auto;
  margin-left: 1vw;
  margin-right: 1vw;
  padding-top: 2vh;
  padding-bottom: 2vh;
}

.overlayer-nav {
  display: none;
}

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

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

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

.inner-hero {
  z-index: 3;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: auto;
  padding-top: 220px;
  display: flex;
  position: relative;
}

.inner-hero.bg-color {
  overflow: hidden;
}

.bg-blue-sky {
  background-color: #187adb;
}

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

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

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

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

.inner-section {
  height: 100%;
}

.text-white-opacity-strong {
  color: #ffffff80;
}

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

.center-flex-wrapper-device.square {
  border-radius: 35px;
  height: 40em;
}

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

.circle-wrapper {
  z-index: 7;
  border-radius: 100%;
  width: 14em;
  height: 14em;
  position: relative;
  overflow: visible;
}

.circle-wrapper.first {
  width: 10em;
  height: 10em;
  overflow: visible;
}

.circle-wrapper.third.small {
  width: 9em;
  height: 9em;
}

.flex-scrolling {
  display: flex;
  overflow: hidden;
}

.logo-grid-ticker {
  grid-column-gap: 2vw;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.logo-wrap-ticker {
  justify-content: center;
  align-items: center;
  min-width: 200px;
  display: flex;
}

.company-logo {
  object-fit: contain;
  flex: 1;
  width: 100%;
  max-width: 110px;
  max-height: 35px;
}

.big-heading-wrapper-reverse {
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
  overflow: hidden;
}

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

.callout-box-wrapper.blogpost {
  padding-bottom: 45px;
  padding-left: 46px;
  padding-right: 46px;
}

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

.thumb-wrapper {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

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

.cover-image.circle {
  border-radius: 10%;
}

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

.link.text-white:hover {
  color: #b1b1b1;
}

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

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

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

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

.grid-contact {
  grid-column-gap: 26px;
  grid-template-rows: auto;
}

.outline-hover {
  color: var(--_colours---panna);
  background-color: #fff;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.track {
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  min-height: 400vh;
  display: flex;
  position: relative;
}

.section-wide {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.section-wide.bg-color {
  background-color: var(--_colours---red);
  overflow: hidden;
}

.section-wide.bg-dark-gray {
  overflow: hidden;
}

.circle-section {
  border-radius: 100%;
  width: 1em;
  height: 1em;
  position: absolute;
}

.circle-section.bg-yellow {
  background-color: var(--_colours---black);
}

.inner-section-content {
  background-color: var(--_colours---red);
  height: auto;
  min-height: 100vh;
}

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

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

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

.circle-image-hero {
  border: 3px solid #cc94ff;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-shadow: 8px 8px #0000001a;
}

.circle-image-hero.josh {
  border-color: #6ab46d;
}

.circle-image-hero.monica {
  border-color: #e99761;
}

.circle-image-hero.johnnie {
  border-color: #8faaf3;
}

.circle-image-hero.linda {
  border-color: #e544b5;
}

.circle-image-hero.sergie {
  border-color: #8faaf3;
}

.circle-image-hero.natasha {
  border-color: #f1635e;
}

.name-wrapper {
  color: #ffffffd9;
  background-color: #8faaf3;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 9px 19px;
  display: flex;
  position: absolute;
  inset: auto -1% -10% auto;
}

.name-wrapper.left {
  inset: auto auto -5% -10%;
}

.name-wrapper.left.red {
  background-color: #f1635e;
}

.name-wrapper.left.yellow {
  background-color: #e99761;
}

.name-wrapper.green {
  background-color: #6ab46d;
}

.name-wrapper.magenta {
  background-color: #e544b5;
  right: 2%;
}

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

.circular-arrow {
  z-index: 2;
  background-color: #f1ad2e;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  margin-right: 10px;
  display: flex;
  position: relative;
}

.heading-xlarge-hero {
  color: var(--_colours---panna);
  letter-spacing: 0;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--_colours---black);
  font-family: Oi, sans-serif;
  font-size: 6.3em;
  font-style: normal;
  font-weight: 400;
}

.heading-xlarge-hero.panna {
  color: var(--_colours---panna);
  font-size: 5em;
}

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

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

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

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

.tab {
  color: #fff6;
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 35px;
  font-size: 28px;
  font-weight: 600;
}

.tab:hover {
  color: #ccc6;
}

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

.tab.small {
  color: #fff6;
  padding-right: 90px;
  font-size: 22px;
}

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

.tab.outline {
  border-radius: 200px;
  margin-top: 0;
  margin-bottom: 8px;
  box-shadow: inset 0 0 0 2px #fff3;
}

.tab.outline.w--current {
  box-shadow: inset 0 0 0 2px #f03e82;
}

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

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

.auto-grid.header {
  border-bottom: 1px solid #dadada;
  padding-bottom: 20px;
}

.column-timeline {
  color: #ffffffd9;
  text-align: left;
  justify-content: space-between;
  align-items: center;
  padding: 8px 10px 15px;
  display: flex;
}

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

.bold-paragraph {
  color: #ffffff73;
  letter-spacing: 0;
  font-size: 1.8em;
  font-weight: 500;
}

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

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

.main-button-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.m-button-shadow {
  background-color: #0003;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

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

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

.collection-item {
  width: 100%;
}

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

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

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

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

.overflow.flip {
  height: 14em;
}

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

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

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

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

.circle-large {
  z-index: 6;
  border-radius: 100%;
  width: 32em;
  height: 32em;
  position: relative;
  overflow: hidden;
  box-shadow: 8px 8px #00000026;
}

.circle-medium {
  z-index: 5;
  border-radius: 100%;
  width: 20em;
  height: 20em;
  position: relative;
  overflow: hidden;
  box-shadow: 8px 8px #0000001a;
}

.circle-small {
  border-radius: 100%;
  width: 12em;
  height: 12em;
  overflow: hidden;
  box-shadow: 6px 6px #00000026;
}

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

.xlarge {
  color: var(--_colours---panna);
  letter-spacing: 0;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--_colours---black);
  text-transform: uppercase;
  font-family: Oi, sans-serif;
  font-size: 9em;
  font-style: normal;
  font-weight: 400;
  line-height: .8;
}

.xlarge.text-white {
  color: var(--_colours---panna);
  line-height: 1;
}

.xlarge.text-white.small {
  font-size: 25px;
}

.image-smile {
  z-index: 99;
  width: 10em;
  height: 10em;
  position: relative;
}

.image-smile.ticker {
  margin-left: 20px;
  margin-right: 20px;
}

.image-smile.absolute {
  z-index: 5;
  position: absolute;
  inset: 0% auto auto 0%;
}

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

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

.text-date {
  color: #ffffffb3;
  background-color: #0000001a;
  border-radius: 20px;
  margin-right: 10px;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}

.text-date.bg-color {
  background-color: var(--steel-blue);
}

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

.square-profile {
  border-radius: 20px;
  width: 80px;
  height: 80px;
  overflow: hidden;
}

.square-profile.large {
  border: 1px solid #000;
  border-radius: 40px;
  width: 160px;
  height: 160px;
  box-shadow: 4px 6px #00000026;
}

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

.circle-user-one {
  background-color: #351313;
  border-radius: 100%;
  width: 15vw;
  height: 15vw;
  overflow: hidden;
}

.circle-user-two {
  transform-origin: 0 0;
  background-color: #351313;
  border-radius: 100%;
  width: 15vw;
  height: 15vw;
  overflow: hidden;
}

.circle-user-three, .circle-user-four, .circle-user-five, .circle-user-six {
  background-color: #351313;
  border-radius: 100%;
  width: 15vw;
  height: 15vw;
  overflow: hidden;
}

.m-button-hover {
  background-color: var(--_colours---black);
  border-radius: 100px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.m-button-hover.yellow {
  background-color: var(--_colours---red);
}

.m-button-label {
  z-index: 4;
  align-items: center;
  display: flex;
  position: relative;
}

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

.text-black {
  color: #000000d9;
}

.label-button {
  color: var(--_colours---panna);
  text-transform: uppercase;
  font-family: Agrandir, Arial, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}

.label-button.black {
  color: var(--_colours---black);
}

.label-button.small {
  font-size: 16px;
}

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

.link-block-tickets {
  background-color: var(--_colours---panna);
  border: 2px solid #000;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  min-height: 400px;
  margin-top: 27px;
  padding: 20px 21px;
  text-decoration: none;
  position: relative;
}

.link-block-tickets.flex-card {
  background-color: #383838;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.ul-wrapper {
  color: #fff;
  border-top: 1px solid #ffffff1a;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  display: flex;
}

.ul-wrapper.text-black {
  color: #616161;
  border-top-color: #4646461a;
  align-items: center;
  display: flex;
}

.ul-wrapper.bg-dark {
  color: #bbb;
  background-color: #302f2f;
  border-top-style: none;
  border-radius: 8px;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 20px 23px;
}

.rounded-box {
  border-radius: 30px;
  margin-bottom: 11px;
  padding: 33px 37px;
}

.text-yellow {
  color: #fdc577;
}

.image-circle {
  border-radius: 100%;
  width: 12em;
  height: 12em;
  overflow: hidden;
  box-shadow: 7px 8px #0000001a;
}

.image-circle.large {
  width: 22em;
  height: 22em;
}

.image-circle.small {
  width: 9em;
  height: 9em;
}

.logo-scrolling {
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  overflow: hidden;
}

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

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

.image-ui-scroll {
  width: 320px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% -31%;
  transform: none;
}

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

.date-spot {
  background-color: #444;
  border-radius: 300px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  display: flex;
}

.medium-paragraph {
  color: var(--_colours---panna);
  letter-spacing: 0;
  font-family: Agrandir, Arial, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.1;
}

.medium-paragraph.text-mid-gray {
  color: var(--_colours---panna);
  margin-bottom: 30px;
}

.medium-paragraph.align-center._50 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.medium-paragraph.none {
  display: none;
}

.text-brush-large {
  letter-spacing: -.05em;
  font-family: Fingerpaint, sans-serif;
  font-size: 12em;
  font-style: italic;
  line-height: .8;
}

.text-brush-large.overlayer {
  color: #f36d97;
  position: relative;
  top: -15px;
  left: -15px;
}

.text-mid-gray {
  color: #7a7a7ad9;
}

.script {
  color: #fd64b6;
  padding-top: 15px;
  font-family: Fingerpaint, sans-serif;
  font-size: 8.5rem;
  font-weight: 400;
  display: inline-block;
}

.logo-small {
  height: 50px;
}

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

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

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

.small-circle {
  background-color: #dfdddd;
  border-radius: 100px;
  width: 45px;
  height: 45px;
  overflow: hidden;
}

.small-circle.second {
  margin-left: -10px;
}

.inner-button {
  background-color: var(--_colours---green);
  color: var(--_colours---black);
  text-transform: uppercase;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
  font-family: Agrandir, Arial, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
  display: flex;
}

.inner-button.gray {
  background-color: #8b8b8b;
}

.inner-circle {
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.inner-circle.bg-dark-gray {
  background-color: var(--_colours---green);
}

.image-ui-c {
  height: 100px;
}

.image-ui-c.divider {
  height: 20px;
  margin-top: 45px;
  margin-bottom: 45px;
}

.bg-yellow {
  background-color: #ffb42a;
}

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

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

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

.inner-padding-large {
  padding-top: 180px;
  padding-bottom: 180px;
}

.tag {
  color: #ffffff80;
  text-transform: uppercase;
  font-family: IBM Plex Mono, sans-serif;
  text-decoration: none;
}

.tag.large {
  font-size: 26px;
  font-weight: 300;
}

.tag.text-cyan {
  color: var(--steel-blue);
}

.circle-user-speaker {
  background-color: #351313;
  border: 2px solid #000;
  border-radius: 10%;
  width: 19vw;
  height: 20vw;
  margin-right: 13px;
  position: relative;
  overflow: visible;
}

.alt-speakers {
  transform-origin: 0%;
  color: #e2e2e2d9;
  text-align: center;
  background-color: #000;
  border-radius: 100px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 19px 30px;
  font-size: 20px;
  position: absolute;
  inset: 0% 0% auto;
}

.small {
  font-size: 12px;
}

.overlap-text {
  position: absolute;
  inset: auto 0% 0% auto;
}

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

.lottie-animation-2.page {
  width: 80%;
  height: 80%;
}

.lottie-animation-2.small {
  max-width: 80px;
  margin-left: 15px;
  margin-right: 15px;
}

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

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

.flex.space {
  padding-left: 35px;
  padding-right: 35px;
}

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

.tag-title {
  color: #666;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

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

.link-clean {
  color: #fff;
}

.link-clean:hover {
  color: #fff9;
}

.vertical-line {
  background-color: #d3d3d3;
  width: 2px;
  height: 100%;
}

.image-2 {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto -26% 0% 0%;
}

.main-button-wrap {
  position: relative;
  overflow: visible;
}

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

.image-3 {
  width: 80px;
}

.text-block {
  color: var(--_colours---black);
  font-family: Agrandir, Arial, sans-serif;
  font-size: 17px;
  font-weight: 900;
}

.text-block-2 {
  color: var(--_colours---black);
  font-family: Agrandir, Arial, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
}

.promo {
  z-index: 3;
  background-color: var(--_colours---red);
  border-radius: 500px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: -7% -10% auto auto;
}

.text-block-3 {
  color: var(--_colours---panna);
  font-family: Agrandir, Arial, sans-serif;
  font-size: 37px;
  font-weight: 900;
  line-height: 1.2;
}

.text-block-4 {
  color: var(--_colours---panna);
  text-align: center;
  font-size: 16px;
  line-height: 1.1;
}

.div-block {
  z-index: 6;
  aspect-ratio: auto;
  background-color: var(--_colours---panna);
  position: absolute;
  inset: -9% 15% auto auto;
  overflow: visible;
}

.text-block-5 {
  padding-right: 8px;
  font-family: Agrandir, Arial, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 900;
}

.text-block-6 {
  color: var(--_colours---panna);
}

.image-4 {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.text-block-7 {
  color: var(--_colours---black);
  font-family: Agrandir, Arial, sans-serif;
  font-style: italic;
  font-weight: 700;
}

.text-block-8, .text-block-9 {
  color: var(--_colours---black);
  font-family: Agrandir, Arial, sans-serif;
  font-style: italic;
}

.text-block-10 {
  color: var(--_colours---black);
  font-family: Agrandir, Arial, sans-serif;
}

.image-5 {
  margin-bottom: 26px;
}

.image-6 {
  position: relative;
  overflow: clip;
}

.div-block-2 {
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-span, .text-span-2, .text-span-3 {
  font-style: italic;
}

.text-span-4, .text-span-5, .text-span-6, .text-span-7 {
  font-style: italic;
  font-weight: 700;
}

.code-embed {
  margin-right: 10px;
}

.grid_1 {
  margin-bottom: 62px;
}

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

.text-block-11 {
  flex: 0 auto;
  margin-bottom: 10px;
  font-size: 21px;
}

.title-food {
  color: var(--_colours---panna);
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--_colours---black);
  font-family: Oi, sans-serif;
  font-weight: 400;
}

.title-food.spec {
  font-size: 22px;
}

.title-food.smaller {
  font-size: 24px;
}

.div-block-4 {
  background-color: var(--_colours---black);
  height: 100%;
  padding: 2px 25px;
}

.div-block-5 {
  border: 2px solid #000;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  height: 100%;
  padding-left: 22px;
  padding-right: 22px;
}

.text-block-12 {
  color: var(--_colours---black);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 17px 20px;
  font-family: Agrandir, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

.text-block-12.spec {
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  line-height: 1.5;
}

.text-block-12.centr {
  text-align: center;
}

.text-block-12.white {
  color: var(--_colours---panna);
  text-align: center;
}

.titolo {
  color: var(--_colours---panna);
  text-align: center;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--_colours---black);
  font-family: Oi, sans-serif;
  font-size: 55px;
}

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

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

.image-7 {
  width: 70px;
  margin-bottom: 11px;
}

.image-7._120 {
  width: 120px;
}

.text-block-13 {
  margin-bottom: 13px;
  font-family: Generalsans, sans-serif;
  font-weight: 700;
}

.div-block-6 {
  flex-flow: column;
  display: flex;
}

.div-block-7 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.div-block-8 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-8.none {
  display: none;
}

.div-block-8.fllex_vert {
  flex-flow: column;
  width: 100%;
}

.text-span-8 {
  vertical-align: baseline;
  font-size: 19px;
  display: block;
}

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

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

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

  .section.titles.bg-red {
    padding-top: 76px;
  }

  .section.mobile-titles {
    padding-top: 5vh;
  }

  .section.full-page.bg-dark-gray {
    height: auto;
  }

  .section.form-page.bg-dark-titles {
    justify-content: flex-start;
    height: 100%;
    min-height: 100vh;
  }

  .section.full {
    align-items: flex-start;
    height: auto;
  }

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

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

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

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

  .container.top-padding-large {
    padding-top: 5vh;
  }

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

  .container.hero-blog {
    padding-top: 125px;
    padding-bottom: 60px;
  }

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

  .main-grid.padding-bottom-medium, .main-grid.stretch.padding-bottom-medium {
    grid-template-columns: 1fr;
  }

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

  .main-grid.center-form {
    padding-top: 80px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .content-wrapper.inner-padding-small.none {
    display: none;
  }

  .content-wrapper.sticky-faq {
    position: relative;
  }

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

  .content-wrapper.speaker {
    padding-top: 50px;
  }

  .content-wrapper.box-mobile {
    padding-top: 60px;
  }

  .margin-bottom-medium {
    margin-bottom: 6em;
  }

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

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

  .hero-grid-header {
    grid-template-rows: 200px auto auto auto auto auto;
    grid-template-columns: 30px 1fr 30px;
    min-height: auto;
  }

  .grid-rail {
    min-width: 100vw;
    min-height: auto;
  }

  .logos-wrapper {
    width: auto;
  }

  .image-logo {
    max-height: 22px;
  }

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

  .paragraph {
    margin-bottom: 5vh;
  }

  .wrappernav {
    position: relative;
  }

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

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

  .menu-button.w--open {
    background-color: #0000;
  }

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

  .navbar {
    z-index: 5;
  }

  .button {
    padding: 18px 40px;
  }

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

  .button.outline:hover {
    background-color: #0000;
    border-color: #b3b3b34d;
  }

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

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

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

  .button.inline:hover {
    background-color: #0000;
  }

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

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

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

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

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

  .padding-bottom-small {
    padding-bottom: 4vh;
  }

  .icon-check {
    margin-right: 0;
  }

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

  .tabs-nav-menu {
    justify-content: space-between;
  }

  .tabs-nav-menu.in-line {
    justify-content: center;
  }

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

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

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

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

  .logo-footer {
    max-height: 18px;
    margin-bottom: 10px;
  }

  .main-paragraph.split {
    column-count: 1;
  }

  .main-paragraph.size-large.text-white-opacity {
    font-size: 1.7em;
  }

  .nav-menu {
    z-index: 5;
    background-color: var(--_colours---red);
    padding: 90px 5px 5px;
    inset: 0% auto auto 0%;
  }

  .nav-menu.w--open {
    background-color: #0000;
  }

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

  .frame-image-overflow {
    width: 45vw;
    height: 35vh;
    max-height: 55vh;
  }

  .frame-image-overflow.no-frame {
    width: 35vw;
    max-height: 35vh;
  }

  .frame-image-overflow.no-frame.flip-right {
    width: 35vw;
  }

  .value.large {
    font-size: 70px;
  }

  .center-wrapper.padding-hero {
    padding-top: 80px;
    padding-bottom: 0;
  }

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

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

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

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

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

  .hero-ticker-images {
    padding-bottom: 0;
  }

  .dropdown-list {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .full-hero-image {
    height: 100%;
    max-height: none;
  }

  .link-social:hover {
    background-color: #0000;
    padding-bottom: 0;
  }

  .overflow-wrapper.signup {
    height: 50vh;
  }

  .wrapper-sticky.blog {
    position: relative;
    top: 0;
  }

  .container-wrapper.header {
    padding-top: 140px;
  }

  .images-features-wrapper {
    justify-content: center;
    display: flex;
  }

  .grid-style-guide {
    place-content: center;
    place-items: center;
    width: 100%;
  }

  .home-link-grid {
    background-color: #0000;
    border-radius: 4px;
    padding: 0;
  }

  .home-link-grid:hover {
    box-shadow: none;
    background-color: #fff;
  }

  .more-images {
    width: 100%;
  }

  .mobile-image {
    height: 100%;
  }

  .rail-gallery {
    justify-content: center;
  }

  .grid-rail-images {
    min-width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-xlarge {
    font-size: 80px;
  }

  .heading-xlarge.text-yellow.margin-bottom-small {
    font-size: 3.3em;
  }

  .heading-xlarge.xxlarge {
    font-size: 100px;
  }

  .heading-xlarge.heading-sm {
    font-size: 60px;
  }

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

  .content-wrapper-page.inner-padding-medium {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading-xxlarge {
    font-size: 60px;
  }

  .hero-grid-header-blue {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 30px 1fr 30px;
    min-height: auto;
  }

  .hero-grid-header-blue.align-top {
    grid-template-rows: auto auto auto auto auto auto;
  }

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

  .main-grid-hero {
    grid-row-gap: 3vh;
    grid-template-columns: 1fr 1fr;
  }

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

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

  .width-wrapper {
    padding: 40px 30px;
  }

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

  .topnav-button:hover {
    background-color: #80808033;
  }

  .topnav-button.outline {
    color: #fff;
    font-size: 18px;
    box-shadow: inset -1px -1px #0a19531a, inset 1px 1px #0a19531a;
  }

  .topnav-button.outline:hover {
    background-color: #0000;
  }

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

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

  .inner-card-content {
    max-width: 100%;
  }

  .nav-wrapper {
    z-index: 9999;
    width: 100%;
    position: absolute;
    inset: 0% 0% auto;
  }

  .grid-hero-mosaic {
    min-width: 100vw;
    min-height: auto;
  }

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

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

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

  .inner-hero {
    flex-wrap: wrap;
    min-height: auto;
  }

  .center-flex-wrapper-device.square {
    height: auto;
  }

  .company-logo {
    max-height: 22px;
  }

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

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

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

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

  .heading-xlarge-hero {
    font-size: 67px;
    line-height: 1;
  }

  .heading-xlarge-hero.panna {
    font-size: 3.8em;
  }

  .tabs {
    flex-direction: column;
  }

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

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

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

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

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

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

  .column-timeline {
    justify-content: flex-start;
  }

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

  .social-wrapper {
    flex-direction: row;
    justify-content: space-around;
  }

  .box-speakers {
    display: none;
  }

  .overflow.flip {
    height: 135px;
  }

  .circle-large {
    width: 40vw;
    height: 40vw;
  }

  .circle-medium {
    width: 30vw;
    height: 30vw;
  }

  .circle-small {
    width: 20vw;
    height: 20vw;
  }

  .xlarge {
    font-size: 150px;
  }

  .xlarge.text-white {
    font-size: 80px;
  }

  .image-smile.absolute {
    width: 6em;
    height: 6em;
  }

  .lottie-animation {
    display: none;
  }

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

  .circle-user-one {
    width: 45vw;
    height: 45vw;
  }

  .circle-user-two {
    width: 30vw;
    height: 30vw;
  }

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

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

  .rounded-box {
    padding-left: 0;
    padding-right: 0;
  }

  .image-circle.large {
    width: 28vw;
    height: 28vw;
  }

  .image-circle.small {
    width: 12vw;
    height: 12vw;
  }

  .image-ui {
    max-width: 15vw;
  }

  .text-brush-large.overlayer, .script {
    font-size: 90px;
  }

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

  .lottie-menu {
    height: 76px;
  }

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

  .b-wrapper {
    height: auto;
  }

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

  .overlap-text {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    inset: -48px 0% 0%;
  }

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

  .div-block-2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

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

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

  h4 {
    font-size: 16px;
  }

  p {
    font-size: 18px;
  }

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

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

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

  .main-grid.footer {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .main-grid.gap-hp {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .margin-bottom-medium {
    margin-bottom: 60px;
  }

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

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

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

  .navgrid {
    min-height: 75px;
  }

  .form {
    flex-direction: column;
  }

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

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

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

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

  .tabs-nav-menu {
    flex-direction: column;
  }

  .tabs-nav-menu.in-line {
    flex-direction: row;
  }

  .box-wrapper {
    padding: 35px;
  }

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

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

  .form-block {
    width: 100%;
  }

  .nav-menu.w--open {
    background-color: #0000;
  }

  .value {
    font-size: 36px;
  }

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

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

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

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

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

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

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

  .full-hero-image {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
  }

  .link-social {
    flex: 0 20%;
  }

  .overflow-wrapper.image-contact {
    height: 35vh;
  }

  .grid-style-guide {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    place-content: space-around space-between;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .grid-style-guide.inner-padding-xsmall {
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

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

  .main-grid-hero {
    grid-row-gap: 1.5vh;
  }

  .brand {
    padding-left: 0;
  }

  .size-medium {
    font-size: 20px;
  }

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

  .call {
    text-align: center;
  }

  .overlap {
    height: 300px;
  }

  .grid-contact.no-gap {
    grid-row-gap: 0px;
  }

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

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

  .column-timeline {
    padding-left: 0;
  }

  .overflow.flip {
    height: 75px;
  }

  .xlarge {
    font-size: 80px;
  }

  .image-circle {
    width: 8em;
    height: 8em;
  }

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

  .b-wrapper {
    height: auto;
  }
}

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

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

  h4 {
    font-size: 14px;
  }

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

  .section.titles.bg-red {
    padding-top: 74px;
  }

  .section.bg-light-gray {
    text-align: center;
    padding-left: 0;
  }

  .section.stretch.bg-color.green {
    padding-top: 20vh;
    padding-left: 0;
  }

  .section.form-page.bg-dark-titles {
    min-height: 120vh;
  }

  .menu-mobile {
    align-items: flex-end;
    width: 84px;
    height: 85px;
    padding-top: 0;
    padding-right: 0;
  }

  .container {
    text-align: center;
    flex: 0 auto;
    padding-left: 27px;
    padding-right: 27px;
  }

  .container.inner-padding-medium {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

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

  .container.top-padding-large {
    padding-top: 5em;
    padding-left: 30px;
  }

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

  .container.no-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .container.header.green {
    padding-left: 30px;
  }

  .main-grid {
    grid-row-gap: 36px;
    text-align: center;
    grid-template-columns: 1fr;
    align-content: space-between;
    place-items: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

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

  .main-grid.padding-bottom-medium {
    margin-left: auto;
    margin-right: auto;
  }

  .main-grid.stretch.padding-bottom-medium {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

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

  .content-wrapper.inner-padding-small {
    display: block;
  }

  .content-wrapper.inner-padding-small.none {
    display: none;
  }

  .content-wrapper.hp {
    border-radius: 12px;
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

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

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

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

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

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

  .title-tag {
    font-size: 12px;
  }

  .grid-rail {
    grid-column-gap: 1.5vw;
    flex: none;
    min-width: auto;
    min-height: auto;
    margin-right: 1.5vw;
    padding-top: .75vw;
    padding-bottom: .75vw;
  }

  .hero-rail {
    align-items: flex-end;
    height: auto;
  }

  .hero-rail.gap {
    flex: 0 auto;
    align-items: flex-end;
    margin-top: 0;
    margin-bottom: 0;
  }

  .logos-wrapper {
    padding: 1em 1.5em;
  }

  .image-logo {
    max-width: 100px;
    max-height: 24px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .button.small {
    width: 100%;
  }

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

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

  .p-small-size {
    font-size: 14px;
  }

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

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

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

  .list-flex {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .icon-check {
    margin-bottom: 0;
  }

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

  .tabs-nav-menu.in-line {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .box-wrapper.inner-form-medium.form {
    padding-top: 0;
  }

  .box-wrapper.page {
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

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

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

  .icon-social.profile {
    max-height: 15px;
  }

  .paragraph-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 18px;
  }

  .paragraph-wrapper.margin-bottom-xsmall {
    align-items: flex-start;
  }

  .form-wrapper {
    width: 100%;
  }

  .xlarge-scroll-heading {
    font-size: 8vh;
    line-height: 1;
  }

  .main-paragraph.size-large {
    font-size: 22px;
  }

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

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

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

  .plus-icon {
    height: 12px;
  }

  .nav-menu {
    background-color: var(--_colours---red);
    min-height: 100vh;
    inset: 0%;
  }

  .nav-menu.w--open {
    background-color: #0000;
  }

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

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

  .frame-image-overflow {
    border-radius: 30px;
    width: auto;
    height: 25vh;
  }

  .frame-image-overflow.no-frame {
    width: 60vw;
    max-height: 25vh;
  }

  .frame-image-overflow.no-frame.flip-right, .frame-image-overflow.no-frame.flip-left {
    width: 65vw;
  }

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

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

  .value {
    font-size: 28px;
  }

  .value.large.text-yellow {
    -webkit-text-stroke-width: 2px;
    font-size: 4em;
  }

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

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

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

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

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

  .heading-large.medium-comp {
    font-size: 38px;
  }

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

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

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

  .hero-ticker-images {
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 30px;
    display: block;
  }

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

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

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

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

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

  .wrapper-full-image.blog-post-grid {
    height: 30vh;
  }

  .wrapper-full-image.blog-post-grid.margin-bottom-small {
    min-height: 300px;
  }

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

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

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

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

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

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

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

  .wrapper-image-blog.list {
    height: 15vh;
  }

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

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

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

  .dropdown {
    padding-left: 10px;
  }

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

  .full-hero-image {
    object-fit: contain;
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .link-social {
    min-height: 60px;
  }

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

  .overflow-wrapper.image-post {
    height: 30vh;
    min-height: 300px;
  }

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

  .content-grid {
    grid-row-gap: 36px;
    grid-template-rows: auto auto;
    align-content: stretch;
    align-items: start;
  }

  .content-grid._3-rows {
    grid-row-gap: 24px;
  }

  .images-features-wrapper {
    flex-direction: column;
    height: 100%;
    display: flex;
  }

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

  .home-link-grid {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

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

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

  .grid-bg {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

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

  .inner-frame {
    width: 28vw;
    height: 28vw;
  }

  .heading-xlarge {
    font-size: 55px;
  }

  .heading-xlarge.text-yellow.margin-bottom-small {
    font-size: 2.4em;
  }

  .heading-xlarge.xxlarge {
    font-size: 80px;
  }

  .heading-xlarge.heading-sm {
    font-size: 35px;
  }

  .heading-xxlarge {
    font-size: 42px;
  }

  .hero-grid-header-blue {
    grid-template-rows: auto auto auto auto auto auto;
  }

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

  .image-wrapper {
    align-items: stretch;
    min-height: auto;
    max-height: none;
  }

  .main-grid-hero {
    grid-row-gap: 3vh;
  }

  .main-grid-hero.hero {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

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

  .size-medium {
    font-size: 20px;
  }

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

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

  .inner-padding {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-card {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .inner-card-content {
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
  }

  .nav-wrapper {
    height: auto;
  }

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

  .grid-hero-mosaic {
    grid-column-gap: 1.5vw;
    flex: none;
    min-width: auto;
    min-height: auto;
    margin-right: 1.5vw;
    padding-top: .75vw;
    padding-bottom: .75vw;
  }

  .inner-nav-wrapper {
    box-shadow: none;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 57px;
  }

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

  .callout-wrapper.inner-padding-medium {
    padding-top: 0;
    padding-bottom: 0;
  }

  .square-wrapper {
    height: 15vh;
  }

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

  .center-flex-wrapper-device.square {
    height: 40vh;
  }

  .center-flex-wrapper-device.square.bg-blue {
    width: 100%;
  }

  .center-flex-wrapper-device.auto {
    padding-top: 0;
    padding-bottom: 0;
  }

  .logo-wrap-ticker {
    min-width: 35vw;
  }

  .company-logo {
    max-width: 100px;
    max-height: 24px;
  }

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

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

  .callout-box-wrapper.blogpost {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

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

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

  .heading-xlarge-hero.panna {
    font-size: 2.3em;
  }

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

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

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

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

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

  .auto-grid.header {
    grid-column-gap: 10px;
  }

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

  .bold-paragraph {
    font-size: 20px;
  }

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

  .link-block {
    height: 35vh;
  }

  .circle-small {
    width: 20vw;
    height: 20vw;
  }

  .xlarge {
    font-size: 70px;
  }

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

  .image-smile {
    width: 6em;
    height: 6em;
  }

  .image-smile.absolute {
    width: 15vw;
    height: 15vw;
  }

  .circle-user-one {
    margin-left: 15px;
  }

  .circle-user-two {
    width: 35vw;
    height: 35vw;
    margin-top: 20px;
  }

  .circle-user-three {
    width: 22vw;
    height: 22vw;
  }

  .circle-user-four {
    width: 28vw;
    height: 28vw;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .circle-user-six {
    width: 33vw;
    height: 33vw;
  }

  .label-button {
    font-size: 15px;
  }

  .link-block-tickets {
    padding-left: 25px;
    padding-right: 25px;
  }

  .rounded-box {
    padding-left: 0;
    padding-right: 0;
  }

  .image-circle {
    width: 25vw;
    height: 25vw;
  }

  .medium-paragraph {
    font-size: 17px;
    line-height: 1.35;
  }

  .script {
    padding-top: 0;
    font-size: 60px;
  }

  .lottie-menu {
    height: 85px;
  }

  .tag.large {
    font-size: 16px;
  }

  .circle-user-speaker {
    width: 80vw;
    height: 75vw;
    margin-bottom: 26px;
  }

  .overlap-text {
    top: -40px;
  }

  .lottie-animation-2.small {
    max-width: 20vw;
  }

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

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

  .div-block-2 {
    flex-flow: column;
    display: flex;
  }

  .div-block-3 {
    text-align: left;
    grid-template-columns: 1fr;
    font-size: 11px;
  }

  .title-food {
    font-size: 23px;
  }

  .div-block-5 {
    padding: 0;
  }

  .text-block-12 {
    padding: 14px;
  }

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

  .div-block-9, .div-block-10 {
    margin-bottom: 28px;
  }
}

#w-node-f16383f7-a435-9fbd-d177-bd0fbd8c4c1c-f94b070a {
  grid-area: 1 / 11 / 2 / 13;
  justify-self: center;
}

#w-node-ae5371f1-ea6b-f73d-e623-8dcc38a6a0c7-f94b070a {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: center;
}

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

#w-node-d0a5ca32-c852-da7c-b576-7f40495022cb-f94b070a {
  grid-area: 2 / 2 / 3 / 13;
  place-self: start end;
}

#w-node-_2b6e6bfb-df51-26f9-8670-bce9cb867456-f94b070a {
  grid-area: 1 / 5 / 2 / 11;
}

#w-node-_6341ee7c-c590-47e8-d3cc-5c75418cc276-f94b070a {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-_81188912-1a14-4c5a-bc90-bdd228b6ae42-f94b070a {
  grid-area: 2 / 5 / 3 / 9;
}

#w-node-dadea747-ea25-224d-7849-85ced49188e8-f94b070a {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-_43192203-25be-720a-b09d-58d8129a6b51-f94b070a {
  grid-area: 3 / 9 / 4 / 13;
}

#w-node-f7d7c5ec-455e-8ae7-b61e-26ef975f4ca9-f94b070a {
  grid-area: 3 / 5 / 4 / 9;
}

#w-node-b0816f0d-a2b5-4786-b910-6eec436879a1-f94b070a {
  grid-area: 4 / 5 / 5 / 9;
}

#w-node-_55075f62-690f-f6f4-7528-b8a1240e4726-f94b070a {
  grid-area: 4 / 9 / 5 / 13;
}

#w-node-_2b376790-c2c4-c3ef-f140-0d969fe3e9a7-f94b070a {
  grid-area: 1 / 1 / 2 / 13;
  align-self: start;
}

#w-node-_2b376790-c2c4-c3ef-f140-0d969fe3e9aa-f94b070a {
  grid-area: 1 / 1 / 2 / 12;
}

#w-node-_2b376790-c2c4-c3ef-f140-0d969fe3e9b2-f94b070a {
  grid-area: 3 / 1 / 4 / 10;
  align-self: center;
}

#w-node-cae82847-a881-ddab-f10d-5b1cfc59963e-f94b070a {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_85ee8ffa-20a2-a2d3-520a-08407d583662-f94b070a {
  grid-area: span 1 / span 12 / span 1 / span 12;
  place-self: end center;
}

#w-node-_2b376790-c2c4-c3ef-f140-0d969fe3e9bc-f94b070a, #w-node-_2b376790-c2c4-c3ef-f140-0d969fe3e9c3-f94b070a, #w-node-_2b376790-c2c4-c3ef-f140-0d969fe3e9ca-f94b070a, #w-node-_2b376790-c2c4-c3ef-f140-0d969fe3e9d1-f94b070a {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: end center;
}

#w-node-_9088d6c6-88de-9ea2-c7ed-b2bfa4356ca6-f94b070a {
  grid-area: 1 / 1 / 3 / 6;
}

#w-node-_28280f35-779c-5cf2-008c-0516b6395e27-f94b070a {
  grid-area: 1 / 8 / 2 / 12;
}

#w-node-_9088d6c6-88de-9ea2-c7ed-b2bfa4356cac-f94b070a, #w-node-_08554a2f-2762-7f3f-016d-3410720612af-f94b070a, #w-node-_12b2382e-5e38-aaa8-1ee9-c06ea75b302b-f94b070a {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-a3e877e3-7b7f-cde1-2eef-6623daf8a1c6-f94b070a {
  grid-area: 1 / 1 / 2 / 7;
  align-self: center;
}

#w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e46-07bf8e43 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: start;
}

#w-node-_6b00483b-9d6f-1b79-81ab-0281770edf52-07bf8e43 {
  grid-area: 1 / 8 / 2 / 9;
}

#w-node-d6133a47-301a-a6de-46fb-2533b7c7a68a-07bf8e43 {
  grid-area: 2 / 1 / 3 / 8;
  place-self: center start;
}

#w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e80-07bf8e43 {
  grid-area: 2 / 7 / 3 / 13;
  place-self: center end;
}

#w-node-d41b965a-3369-4e38-eaaf-3dd2604b7b56-07bf8e43 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-e2859498-0993-2f9f-534e-3b34e3fb87e5-e3fb87e4 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: start;
}

#w-node-e2859498-0993-2f9f-534e-3b34e3fb87e8-e3fb87e4 {
  grid-area: 1 / 7 / 2 / 12;
}

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

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

#w-node-_6c50a0de-2bdb-fe9b-4c18-7dd94a7ef40e-f94b072a, #w-node-c00d5d48-6379-8b8e-8977-f308b2f89920-f94b0755, #w-node-b7304429-e291-1339-73ba-50f5b3cd9d0c-f94b0757 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-ea8e25de-0207-1edb-7105-4c755145e22e-0e30ec73 {
  align-self: center;
}

#w-node-ea8e25de-0207-1edb-7105-4c755145e230-0e30ec73 {
  grid-area: 1 / 2 / 2 / 4;
  place-self: center end;
}

#w-node-_2b376790-c2c4-c3ef-f140-0d969fe3e9a7-0e30ec73 {
  grid-area: 1 / 1 / 2 / 13;
  align-self: start;
}

#w-node-_2b376790-c2c4-c3ef-f140-0d969fe3e9aa-0e30ec73 {
  grid-area: 1 / 1 / 2 / 12;
}

#w-node-_2b376790-c2c4-c3ef-f140-0d969fe3e9b2-0e30ec73 {
  grid-area: 3 / 1 / 4 / 10;
  align-self: center;
}

#w-node-a3e877e3-7b7f-cde1-2eef-6623daf8a1c6-0e30ec73 {
  grid-area: 1 / 1 / 2 / 7;
  align-self: center;
}

#w-node-cc6f43b0-9165-79d9-7e77-bce8d9e35d31-21c9dd7e {
  align-self: center;
}

#w-node-cc6f43b0-9165-79d9-7e77-bce8d9e35d33-21c9dd7e {
  grid-area: 1 / 2 / 2 / 4;
  place-self: center end;
}

#w-node-_2b376790-c2c4-c3ef-f140-0d969fe3e9a7-21c9dd7e {
  grid-area: 1 / 1 / 2 / 13;
  align-self: start;
}

#w-node-_2b376790-c2c4-c3ef-f140-0d969fe3e9aa-21c9dd7e {
  grid-area: 1 / 1 / 2 / 12;
}

#w-node-_2b376790-c2c4-c3ef-f140-0d969fe3e9b2-21c9dd7e {
  grid-area: 2 / 1 / 3 / 10;
  align-self: center;
}

#w-node-d4a3e11c-4ae8-ad41-3c26-e9861709d1ab-21c9dd7e, #w-node-_7620b9a9-c152-0bc7-6321-3b1358051e66-21c9dd7e, #w-node-d4340887-b3c8-b397-ab7b-dc31403acad6-21c9dd7e, #w-node-_45cd73f1-b44e-af27-da66-b4caaf96a73d-21c9dd7e, #w-node-_4fc869cb-fb34-eaa3-461c-3faa5de313c1-21c9dd7e, #w-node-_6034bb18-f3aa-e2b9-695c-4b4540ffb0d4-21c9dd7e {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_4e6552b6-cec0-cd69-60f7-baa31d673dec-21c9dd7e {
  grid-area: span 1 / span 12 / span 1 / span 12;
  align-self: start;
}

#w-node-_4e6552b6-cec0-cd69-60f7-baa31d673def-21c9dd7e {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_4e6552b6-cec0-cd69-60f7-baa31d673df3-21c9dd7e {
  grid-area: 2 / 1 / 3 / 13;
  align-self: center;
}

#w-node-_39618cc6-9948-224a-c791-79f8189880e1-21c9dd7e {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_39618cc6-9948-224a-c791-79f81898810d-21c9dd7e {
  grid-area: 1 / 5 / 2 / 9;
}

#w-node-_39618cc6-9948-224a-c791-79f81898812a-21c9dd7e {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-d3978806-d779-f588-0aa7-bcf2071a28cf-21c9dd7e {
  grid-area: span 1 / span 12 / span 1 / span 12;
  align-self: start;
}

#w-node-d3978806-d779-f588-0aa7-bcf2071a28d2-21c9dd7e {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-d3978806-d779-f588-0aa7-bcf2071a28d6-21c9dd7e {
  grid-area: 2 / 1 / 3 / 13;
  align-self: center;
}

#w-node-d3978806-d779-f588-0aa7-bcf2071a28da-21c9dd7e {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-d3978806-d779-f588-0aa7-bcf2071a2906-21c9dd7e {
  grid-area: 1 / 5 / 2 / 9;
}

#w-node-d3978806-d779-f588-0aa7-bcf2071a2923-21c9dd7e {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-a3e877e3-7b7f-cde1-2eef-6623daf8a1c6-21c9dd7e {
  grid-area: 1 / 1 / 2 / 7;
  align-self: center;
}

#w-node-cc6f43b0-9165-79d9-7e77-bce8d9e35d31-0e0aee9b {
  align-self: center;
}

#w-node-cc6f43b0-9165-79d9-7e77-bce8d9e35d33-0e0aee9b {
  grid-area: 1 / 2 / 2 / 4;
  place-self: center end;
}

#w-node-cc6f43b0-9165-79d9-7e77-bce8d9e35d47-0e0aee9b {
  place-self: center;
}

#w-node-_2b376790-c2c4-c3ef-f140-0d969fe3e9a7-0e0aee9b {
  grid-area: 1 / 1 / 2 / 13;
  align-self: start;
}

#w-node-_2b376790-c2c4-c3ef-f140-0d969fe3e9aa-0e0aee9b {
  grid-area: 1 / 1 / 2 / 12;
}

#w-node-_4e6552b6-cec0-cd69-60f7-baa31d673dec-0e0aee9b {
  grid-area: span 1 / span 12 / span 1 / span 12;
  align-self: start;
}

#w-node-_2cb7cb20-5e3f-776d-3555-3b78c64e1586-0e0aee9b {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_2cb7cb20-5e3f-776d-3555-3b78c64e1594-0e0aee9b {
  grid-area: 1 / 5 / 2 / 9;
}

#w-node-_2cb7cb20-5e3f-776d-3555-3b78c64e159c-0e0aee9b {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_7bf474de-203e-809c-b2c6-f44815df0fa7-0e0aee9b {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-_7bf474de-203e-809c-b2c6-f44815df0faf-0e0aee9b {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-a3e877e3-7b7f-cde1-2eef-6623daf8a1c6-0e0aee9b {
  grid-area: 1 / 1 / 2 / 7;
  align-self: center;
}

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

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

#w-node-e783b201-d201-c5c6-467f-83e7095d95e6-db55efbd {
  grid-area: 1 / 7 / 2 / 12;
  place-self: center;
}

#w-node-cc6f43b0-9165-79d9-7e77-bce8d9e35d31-dc87db55 {
  align-self: center;
}

#w-node-cc6f43b0-9165-79d9-7e77-bce8d9e35d33-dc87db55 {
  grid-area: 1 / 2 / 2 / 4;
  place-self: center end;
}

#w-node-cc6f43b0-9165-79d9-7e77-bce8d9e35d47-dc87db55 {
  place-self: center;
}

#w-node-_2b376790-c2c4-c3ef-f140-0d969fe3e9a7-dc87db55 {
  grid-area: 1 / 1 / 2 / 13;
  align-self: start;
}

#w-node-_2b376790-c2c4-c3ef-f140-0d969fe3e9aa-dc87db55 {
  grid-area: 1 / 1 / 2 / 12;
}

#w-node-_2b376790-c2c4-c3ef-f140-0d969fe3e9b2-dc87db55 {
  grid-area: 2 / 1 / 3 / 10;
  align-self: center;
}

#w-node-_85d12a81-f870-48d1-1469-5d1d88c5956e-dc87db55 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_85d12a81-f870-48d1-1469-5d1d88c5959a-dc87db55 {
  grid-area: 1 / 5 / 2 / 9;
}

#w-node-_1b42975b-0dbb-bad4-60e3-d058704966e5-dc87db55 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_4e6552b6-cec0-cd69-60f7-baa31d673dec-dc87db55 {
  grid-area: span 1 / span 12 / span 1 / span 12;
  align-self: start;
}

#w-node-a3e877e3-7b7f-cde1-2eef-6623daf8a1c6-dc87db55 {
  grid-area: 1 / 1 / 2 / 7;
  align-self: center;
}

#w-node-cc6f43b0-9165-79d9-7e77-bce8d9e35d31-5984081a {
  align-self: center;
}

#w-node-cc6f43b0-9165-79d9-7e77-bce8d9e35d33-5984081a {
  grid-area: 1 / 2 / 2 / 4;
  place-self: center end;
}

#w-node-_2b376790-c2c4-c3ef-f140-0d969fe3e9a7-5984081a {
  grid-area: 1 / 1 / 2 / 13;
  align-self: start;
}

#w-node-_2b376790-c2c4-c3ef-f140-0d969fe3e9aa-5984081a {
  grid-area: 1 / 1 / 2 / 12;
}

#w-node-_2b376790-c2c4-c3ef-f140-0d969fe3e9b2-5984081a {
  grid-area: 2 / 1 / 3 / 10;
  align-self: center;
}

#w-node-_0b8ca0e8-c5d4-ee9c-a406-6367d58f3f1e-5984081a, #w-node-d4a3e11c-4ae8-ad41-3c26-e9861709d1ab-5984081a, #w-node-_7620b9a9-c152-0bc7-6321-3b1358051e66-5984081a, #w-node-d4340887-b3c8-b397-ab7b-dc31403acad6-5984081a {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4e6552b6-cec0-cd69-60f7-baa31d673dec-5984081a {
  grid-area: span 1 / span 12 / span 1 / span 12;
  align-self: start;
}

#w-node-_4e6552b6-cec0-cd69-60f7-baa31d673def-5984081a {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_4e6552b6-cec0-cd69-60f7-baa31d673df3-5984081a {
  grid-area: 2 / 1 / 3 / 13;
  align-self: center;
}

#w-node-_4d770f45-4e52-06fe-e725-e9cddc3a8c8a-5984081a {
  grid-area: span 1 / span 12 / span 1 / span 12;
  place-self: end center;
}

#w-node-_4d770f45-4e52-06fe-e725-e9cddc3a8c8d-5984081a, #w-node-_4d770f45-4e52-06fe-e725-e9cddc3a8c8f-5984081a, #w-node-_4d770f45-4e52-06fe-e725-e9cddc3a8c91-5984081a {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: end center;
}

#w-node-a3e877e3-7b7f-cde1-2eef-6623daf8a1c6-5984081a {
  grid-area: 1 / 1 / 2 / 7;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-f16383f7-a435-9fbd-d177-bd0fbd8c4c1c-f94b070a, #w-node-ae5371f1-ea6b-f73d-e623-8dcc38a6a0c7-f94b070a {
    grid-column: 1 / 3;
    justify-self: end;
  }

  #w-node-_457eb3c8-9b36-effc-ee78-fda56a38a58f-f94b070a {
    grid-area: 1 / 1 / 2 / 3;
    align-self: end;
  }

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

  #w-node-_786cc278-92ec-6bcd-270f-eeb81f660a90-f94b070a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2b6e6bfb-df51-26f9-8670-bce9cb867456-f94b070a {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_6341ee7c-c590-47e8-d3cc-5c75418cc276-f94b070a {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_81188912-1a14-4c5a-bc90-bdd228b6ae42-f94b070a {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-dadea747-ea25-224d-7849-85ced49188e8-f94b070a {
    grid-area: 7 / 1 / 8 / 3;
  }

  #w-node-_43192203-25be-720a-b09d-58d8129a6b51-f94b070a {
    grid-area: 6 / 1 / 7 / 3;
  }

  #w-node-f7d7c5ec-455e-8ae7-b61e-26ef975f4ca9-f94b070a {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-b0816f0d-a2b5-4786-b910-6eec436879a1-f94b070a {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-_55075f62-690f-f6f4-7528-b8a1240e4726-f94b070a {
    grid-area: 8 / 1 / 9 / 3;
  }

  #w-node-_2b376790-c2c4-c3ef-f140-0d969fe3e9a7-f94b070a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2b376790-c2c4-c3ef-f140-0d969fe3e9aa-f94b070a {
    grid-column-end: 2;
  }

  #w-node-_2b376790-c2c4-c3ef-f140-0d969fe3e9b2-f94b070a {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-cae82847-a881-ddab-f10d-5b1cfc59963e-f94b070a {
    grid-column: 1 / 3;
  }

  #w-node-_85ee8ffa-20a2-a2d3-520a-08407d583662-f94b070a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: end center;
  }

  #w-node-_2b376790-c2c4-c3ef-f140-0d969fe3e9bc-f94b070a {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_2b376790-c2c4-c3ef-f140-0d969fe3e9c3-f94b070a {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: center;
  }

  #w-node-_2b376790-c2c4-c3ef-f140-0d969fe3e9ca-f94b070a {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_2b376790-c2c4-c3ef-f140-0d969fe3e9d1-f94b070a {
    grid-area: 4 / 1 / 5 / 2;
    justify-self: center;
  }

  #w-node-_9088d6c6-88de-9ea2-c7ed-b2bfa4356ca6-f94b070a, #w-node-_28280f35-779c-5cf2-008c-0516b6395e27-f94b070a, #w-node-_9088d6c6-88de-9ea2-c7ed-b2bfa4356cac-f94b070a, #w-node-_08554a2f-2762-7f3f-016d-3410720612af-f94b070a, #w-node-_12b2382e-5e38-aaa8-1ee9-c06ea75b302b-f94b070a {
    grid-column: 1 / 3;
  }

  #w-node-a3e877e3-7b7f-cde1-2eef-6623daf8a1c6-f94b070a {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: start;
  }

  #w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e46-07bf8e43 {
    grid-row-end: 3;
    grid-column-end: 3;
  }

  #w-node-_6b00483b-9d6f-1b79-81ab-0281770edf52-07bf8e43 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-d6133a47-301a-a6de-46fb-2533b7c7a68a-07bf8e43 {
    grid-area: 7 / 1 / 8 / 2;
    place-self: center start;
  }

  #w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e80-07bf8e43 {
    grid-area: 8 / 1 / 9 / 3;
    justify-self: start;
  }

  #w-node-e2859498-0993-2f9f-534e-3b34e3fb87e5-e3fb87e4 {
    grid-column-end: 3;
  }

  #w-node-e2859498-0993-2f9f-534e-3b34e3fb87e8-e3fb87e4 {
    grid-area: 2 / 1 / 3 / 3;
  }

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

  #w-node-_6c50a0de-2bdb-fe9b-4c18-7dd94a7ef40e-f94b072a, #w-node-c00d5d48-6379-8b8e-8977-f308b2f89920-f94b0755, #w-node-b7304429-e291-1339-73ba-50f5b3cd9d0c-f94b0757 {
    grid-column: 1 / 3;
  }

  #w-node-ea8e25de-0207-1edb-7105-4c755145e248-0e30ec73 {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: end;
  }

  #w-node-_2b376790-c2c4-c3ef-f140-0d969fe3e9a7-0e30ec73 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2b376790-c2c4-c3ef-f140-0d969fe3e9aa-0e30ec73 {
    grid-column-end: 2;
  }

  #w-node-_2b376790-c2c4-c3ef-f140-0d969fe3e9b2-0e30ec73 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-a3e877e3-7b7f-cde1-2eef-6623daf8a1c6-0e30ec73 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: start;
  }

  #w-node-cc6f43b0-9165-79d9-7e77-bce8d9e35d4b-21c9dd7e {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: end;
  }

  #w-node-_2b376790-c2c4-c3ef-f140-0d969fe3e9a7-21c9dd7e {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2b376790-c2c4-c3ef-f140-0d969fe3e9aa-21c9dd7e {
    grid-column-end: 2;
  }

  #w-node-_2b376790-c2c4-c3ef-f140-0d969fe3e9b2-21c9dd7e {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_4e6552b6-cec0-cd69-60f7-baa31d673dec-21c9dd7e {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_4e6552b6-cec0-cd69-60f7-baa31d673def-21c9dd7e {
    grid-column-end: 2;
  }

  #w-node-_4e6552b6-cec0-cd69-60f7-baa31d673df3-21c9dd7e {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-d3978806-d779-f588-0aa7-bcf2071a28cf-21c9dd7e {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d3978806-d779-f588-0aa7-bcf2071a28d2-21c9dd7e {
    grid-column-end: 2;
  }

  #w-node-d3978806-d779-f588-0aa7-bcf2071a28d6-21c9dd7e {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-a3e877e3-7b7f-cde1-2eef-6623daf8a1c6-21c9dd7e {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: start;
  }

  #w-node-cc6f43b0-9165-79d9-7e77-bce8d9e35d48-0e0aee9b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cc6f43b0-9165-79d9-7e77-bce8d9e35d4b-0e0aee9b {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: end;
  }

  #w-node-_2b376790-c2c4-c3ef-f140-0d969fe3e9a7-0e0aee9b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2b376790-c2c4-c3ef-f140-0d969fe3e9aa-0e0aee9b {
    grid-column-end: 2;
  }

  #w-node-_4e6552b6-cec0-cd69-60f7-baa31d673dec-0e0aee9b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a3e877e3-7b7f-cde1-2eef-6623daf8a1c6-0e0aee9b {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: start;
  }

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

  #w-node-cc6f43b0-9165-79d9-7e77-bce8d9e35d48-dc87db55 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cc6f43b0-9165-79d9-7e77-bce8d9e35d4b-dc87db55 {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: end;
  }

  #w-node-_2b376790-c2c4-c3ef-f140-0d969fe3e9a7-dc87db55 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2b376790-c2c4-c3ef-f140-0d969fe3e9aa-dc87db55 {
    grid-column-end: 2;
  }

  #w-node-_2b376790-c2c4-c3ef-f140-0d969fe3e9b2-dc87db55 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_4e6552b6-cec0-cd69-60f7-baa31d673dec-dc87db55 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a3e877e3-7b7f-cde1-2eef-6623daf8a1c6-dc87db55 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: start;
  }

  #w-node-cc6f43b0-9165-79d9-7e77-bce8d9e35d4b-5984081a {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: end;
  }

  #w-node-_2b376790-c2c4-c3ef-f140-0d969fe3e9a7-5984081a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2b376790-c2c4-c3ef-f140-0d969fe3e9aa-5984081a {
    grid-column-end: 2;
  }

  #w-node-_2b376790-c2c4-c3ef-f140-0d969fe3e9b2-5984081a {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_4e6552b6-cec0-cd69-60f7-baa31d673dec-5984081a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_4e6552b6-cec0-cd69-60f7-baa31d673def-5984081a {
    grid-column-end: 2;
  }

  #w-node-_4e6552b6-cec0-cd69-60f7-baa31d673df3-5984081a {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_4d770f45-4e52-06fe-e725-e9cddc3a8c8a-5984081a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: end center;
  }

  #w-node-_4d770f45-4e52-06fe-e725-e9cddc3a8c8d-5984081a {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_4d770f45-4e52-06fe-e725-e9cddc3a8c8f-5984081a {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: center;
  }

  #w-node-_4d770f45-4e52-06fe-e725-e9cddc3a8c91-5984081a {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-a3e877e3-7b7f-cde1-2eef-6623daf8a1c6-5984081a {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e46-07bf8e43 {
    grid-row-end: 2;
  }

  #w-node-_6b00483b-9d6f-1b79-81ab-0281770edf52-07bf8e43 {
    grid-row: 3 / 4;
  }

  #w-node-d6133a47-301a-a6de-46fb-2533b7c7a68a-07bf8e43 {
    grid-row: 6 / 7;
    grid-column-end: 3;
    justify-self: center;
  }

  #w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e80-07bf8e43 {
    grid-row: 7 / 8;
    grid-column-start: 1;
    justify-self: center;
  }

  #w-node-_703e939d-fb81-d5e3-3360-68b6ba39a388-ba39a384, #w-node-ea8e25de-0207-1edb-7105-4c755145e22e-0e30ec73, #w-node-cc6f43b0-9165-79d9-7e77-bce8d9e35d31-21c9dd7e, #w-node-cc6f43b0-9165-79d9-7e77-bce8d9e35d31-0e0aee9b, #w-node-cc6f43b0-9165-79d9-7e77-bce8d9e35d31-dc87db55, #w-node-cc6f43b0-9165-79d9-7e77-bce8d9e35d31-5984081a {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f16383f7-a435-9fbd-d177-bd0fbd8c4c1c-f94b070a, #w-node-ae5371f1-ea6b-f73d-e623-8dcc38a6a0c7-f94b070a {
    justify-self: center;
  }

  #w-node-_457eb3c8-9b36-effc-ee78-fda56a38a58f-f94b070a {
    grid-row: 2 / 3;
    justify-self: center;
  }

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

  #w-node-_786cc278-92ec-6bcd-270f-eeb81f660a90-f94b070a {
    grid-row: 2 / 3;
    grid-column-start: 1;
    justify-self: center;
  }

  #w-node-dadea747-ea25-224d-7849-85ced49188e8-f94b070a {
    grid-row: 7 / 8;
  }

  #w-node-_43192203-25be-720a-b09d-58d8129a6b51-f94b070a {
    grid-row: 6 / 7;
  }

  #w-node-b0816f0d-a2b5-4786-b910-6eec436879a1-f94b070a {
    grid-row: 5 / 6;
  }

  #w-node-_55075f62-690f-f6f4-7528-b8a1240e4726-f94b070a {
    grid-row: 8 / 9;
  }

  #w-node-_2b376790-c2c4-c3ef-f140-0d969fe3e9b2-f94b070a {
    grid-row: 2 / 3;
  }

  #w-node-a3e877e3-7b7f-cde1-2eef-6623daf8a1c6-f94b070a {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e46-07bf8e43 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_6b00483b-9d6f-1b79-81ab-0281770edf52-07bf8e43 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-d6133a47-301a-a6de-46fb-2533b7c7a68a-07bf8e43 {
    grid-row: 6 / 7;
  }

  #w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e80-07bf8e43 {
    grid-row: 7 / 8;
  }

  #w-node-_703e939d-fb81-d5e3-3360-68b6ba39a388-ba39a384, #w-node-ea8e25de-0207-1edb-7105-4c755145e22e-0e30ec73 {
    justify-self: auto;
  }

  #w-node-_2b376790-c2c4-c3ef-f140-0d969fe3e9b2-0e30ec73 {
    grid-row: 2 / 3;
  }

  #w-node-a3e877e3-7b7f-cde1-2eef-6623daf8a1c6-0e30ec73 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-cc6f43b0-9165-79d9-7e77-bce8d9e35d31-21c9dd7e {
    justify-self: auto;
  }

  #w-node-_2b376790-c2c4-c3ef-f140-0d969fe3e9b2-21c9dd7e, #w-node-_4e6552b6-cec0-cd69-60f7-baa31d673df3-21c9dd7e, #w-node-d3978806-d779-f588-0aa7-bcf2071a28d6-21c9dd7e {
    grid-row: 2 / 3;
  }

  #w-node-a3e877e3-7b7f-cde1-2eef-6623daf8a1c6-21c9dd7e {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-cc6f43b0-9165-79d9-7e77-bce8d9e35d31-0e0aee9b {
    justify-self: auto;
  }

  #w-node-cc6f43b0-9165-79d9-7e77-bce8d9e35d47-0e0aee9b {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-a3e877e3-7b7f-cde1-2eef-6623daf8a1c6-0e0aee9b {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-d3dbb496-5ba9-ca25-254b-dbf3db55efc3-db55efbd {
    grid-column-end: 13;
  }

  #w-node-e783b201-d201-c5c6-467f-83e7095d95e6-db55efbd {
    grid-area: 2 / 1 / 3 / 12;
  }

  #w-node-_8e59a6ec-c717-0a44-13fe-c75bb3ee2749-db55efbd {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-cc6f43b0-9165-79d9-7e77-bce8d9e35d31-dc87db55 {
    justify-self: auto;
  }

  #w-node-cc6f43b0-9165-79d9-7e77-bce8d9e35d47-dc87db55 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_2b376790-c2c4-c3ef-f140-0d969fe3e9b2-dc87db55 {
    grid-row: 2 / 3;
  }

  #w-node-a3e877e3-7b7f-cde1-2eef-6623daf8a1c6-dc87db55 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-cc6f43b0-9165-79d9-7e77-bce8d9e35d31-5984081a {
    justify-self: auto;
  }

  #w-node-_2b376790-c2c4-c3ef-f140-0d969fe3e9b2-5984081a, #w-node-_4e6552b6-cec0-cd69-60f7-baa31d673df3-5984081a {
    grid-row: 2 / 3;
  }

  #w-node-a3e877e3-7b7f-cde1-2eef-6623daf8a1c6-5984081a {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }
}


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