
:root {
  --white-smoke: #f7f7f7;
  --ivory: #fffcef;
  --dim-grey: #747474;
  --floral-white: #fffdf7;
  --orange-red: #ff5c00;
  --card: #e6e6e6;
  --dark-slate-grey: #414141;
  --cancel: #ec383b;
  --black-2: #333;
  --black: #070707;
  --black-3: #333;
  --black-2-2: #141414;
  --light-sea-green: #22aba8;
  --medium-turquoise: #56dbdb;
  --spring-green: #00ff62;
  --indigo: #540197;
}

.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;
  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;
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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;
  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: #333;
  font-family: fieldwork-hum, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1em;
}

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

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

.body {
  padding: 0 0 90px;
}

.navigation {
  background-color: #0000;
  align-items: center;
  max-width: 1280px;
  padding: 30px 50px;
  display: flex;
}

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

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

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

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

.logo-image {
  max-width: 50%;
  display: block;
}

.navigation-wrap {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

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

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

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

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

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

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

.nav-link-styleguide {
  color: #fff;
  align-items: center;
  padding: 8px 0 8px 16px;
  font-size: 16px;
  font-weight: 500;
  transition: opacity .25s;
  display: block;
}

.nav-link-styleguide:hover {
  opacity: .72;
}

.nav-link-styleguide.w--current {
  color: #f4fa94;
  background-image: url('../images/yellow-dot.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
}

.style-guide-block {
  margin-bottom: 32px;
}

.style-guide-title {
  color: #fff;
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 1.4em;
}

.copyright-link {
  color: #fffc;
}

.style-guide-menu-brand {
  margin-top: 40px;
  margin-bottom: 48px;
  margin-left: 48px;
  padding-left: 0;
}

.style-guide-nav-container {
  background-color: #0a0a09;
  width: 240px;
  height: 100vh;
}

.form-dropdown {
  color: #ffffffa3;
  background-color: #ffffff1f;
  border: 2px solid #0000;
  border-radius: 6px;
  width: 100%;
  min-height: 56px;
  margin-bottom: 16px;
  padding: 16px 24px 16px 22px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
}

.form-dropdown:hover {
  background-color: #ffffff1a;
}

.form-dropdown:focus-visible, .form-dropdown[data-wf-focus-visible] {
  border: 2px solid #ffffffa3;
}

.form-dropdown::placeholder {
  color: #999;
  font-size: 15px;
}

.button {
  color: #0a0a09;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #f4fa94;
  border-radius: 6px;
  flex: none;
  min-height: 56px;
  padding: 15px 24px 14px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  transition: transform .25s, opacity .25s;
}

.button:hover {
  opacity: .8;
}

.button:active {
  background-color: #f4fa94;
  transform: scale(.98);
}

.button.small {
  min-height: 40px;
  padding: 9px 20px;
  font-size: 14px;
}

.style-guide-colour-grid {
  flex-wrap: wrap;
  margin-top: 24px;
  display: flex;
}

.block-quote {
  letter-spacing: .015em;
  border-left: 4px solid #f4fa94;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 0 0 0 32px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}

._12-columns {
  flex-flow: wrap;
  place-content: stretch center;
  align-items: center;
  margin-left: -16px;
  margin-right: -16px;
  display: flex;
}

._12-columns.align-left {
  justify-content: flex-start;
  align-items: flex-start;
}

.logo {
  padding-left: 0;
  display: flex;
}

.logo.w--current {
  padding-left: 0;
}

.style-guide-nav {
  width: 240px;
  height: 0;
  display: flex;
  position: fixed;
  inset: 0% auto 0 0;
}

.spacer {
  background-color: #ece7e0;
  height: 48px;
}

.spacer._16 {
  background-color: #0000;
  width: 16px;
  height: 16px;
  display: block;
}

.spacer._48 {
  background-color: #0000;
  border-radius: 6px;
  width: 48px;
}

.spacer._80 {
  background-color: #0000;
  width: 80px;
  height: 80px;
}

.spacer._96 {
  background-color: #0000;
  width: 96px;
  height: 96px;
}

.spacer._64 {
  background-color: #0000;
  width: 64px;
  height: 64px;
}

.spacer._24 {
  text-transform: uppercase;
  background-color: #0000;
  width: 24px;
  height: 24px;
}

.spacer._32 {
  background-color: #0000;
  border-radius: 6px;
  width: 32px;
  height: 32px;
}

.spacer._128 {
  background-color: #0000;
  width: 128px;
  height: 128px;
}

.style-guide-section-header {
  margin-bottom: 48px;
}

.style-guide-section {
  z-index: 0;
  text-align: left;
  background-color: #ffffff0f;
  border-bottom: 1px solid #ffffff0f;
  padding: 112px 80px;
  position: relative;
}

.style-guide-section.header {
  color: #fff;
  background-color: #ffffff1f;
  border-bottom-style: none;
}

.form-checkbox {
  margin-bottom: 16px;
  padding-left: 24px;
}

.radio-button {
  border-width: 2px;
  border-color: #fff;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: -24px;
  margin-right: 10px;
}

.radio-button.w--redirected-checked {
  border-width: 6px;
  border-color: #2b95ff;
}

.copyright-wrapper {
  grid-column-gap: 48px;
  display: flex;
}

.style-guide-description {
  color: #929aa1;
}

.form-success {
  text-align: left;
  background-color: #ffffff1f;
  border-radius: 6px;
  padding: 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.field-block {
  z-index: 1;
  border: 1px #0000;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  min-width: 50px;
  min-height: 20px;
  margin-bottom: 8px;
  display: flex;
}

.form {
  margin-bottom: 8px;
}

.field-label {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.nav-menu-styleguide {
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
  display: block;
}

.style-guide-colour-block {
  width: 12.5%;
  padding-right: 16px;
  display: inline-block;
}

.rich-text {
  text-align: left;
  line-height: 1.5;
  display: block;
}

.heading.medium {
  color: #fff;
  letter-spacing: .015em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}

.heading.large {
  color: #fff;
  letter-spacing: .015em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.1;
}

.heading.regular {
  color: #fff;
  letter-spacing: .015em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25;
}

.heading.extra-small {
  color: #fff;
  letter-spacing: .015em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
}

.heading.extra-large {
  color: #fff;
  letter-spacing: .025em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 96px;
  font-weight: 500;
  line-height: 1;
}

.heading.small {
  color: #fff;
  letter-spacing: .015em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
}

.style-guide-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-left: 240px;
  display: flex;
}

.form-error {
  color: #0a0a09;
  background-color: #f8b0b0;
  border-radius: 6px;
  margin-top: 24px;
  padding: 24px;
  font-weight: 500;
}

.paragraph {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.5;
}

.paragraph.small {
  color: #fff;
  letter-spacing: .02em;
  font-size: 16px;
  line-height: 1.5;
}

.paragraph.large {
  color: #fff;
  letter-spacing: .01em;
  font-size: 32px;
  line-height: 1.5;
}

.column {
  flex-flow: column;
  flex: 0 auto;
  align-items: stretch;
  min-height: 32px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.column.desk-9 {
  width: 75%;
}

.column.desk-3 {
  flex: none;
  width: 25%;
}

.column.desk-4 {
  width: 33.33%;
}

.color-block {
  background-color: #0a0a09;
  border-radius: 5px;
  width: 100%;
  height: 60px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
}

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

.color-block.white-12 {
  background-color: #ffffff1f;
}

.color-block.white-18 {
  background-color: #ffffff2e;
}

.color-block.white-80 {
  background-color: #fffc;
}

.color-block.white-50 {
  background-color: #ffffff80;
}

.color-block.white-6 {
  background-color: #ffffff0f;
}

.color-block._4 {
  background-color: #f4fa94;
}

.color-block.white-64 {
  background-color: #ffffffa3;
}

.text-input {
  color: #fff;
  background-color: #ffffff1f;
  border: 2px solid #0000;
  border-radius: 6px;
  min-height: 56px;
  margin-bottom: 16px;
  padding: 16px 24px;
  font-size: 16px;
  line-height: 1.5;
  transition: border .25s, background-color .25s;
}

.text-input:hover {
  background-color: #ffffff1a;
}

.text-input:focus {
  border: 2px solid #ffffffa3;
}

.text-input::placeholder {
  color: #ffffffa3;
}

.text-input.form {
  background-color: #ffffff1f;
  min-height: 120px;
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 1.4em;
}

.text-input.form:hover {
  background-color: #ffffff1a;
}

.copyright-text {
  color: #ffffff80;
  font-size: 14px;
  font-weight: 500;
}

.form-radio-button {
  margin-bottom: 16px;
  padding-left: 24px;
}

.button-secondary {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #ffffff1f;
  border-radius: 6px;
  flex: none;
  min-height: 56px;
  padding: 15px 24px 14px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  transition: transform .25s, background-color .25s;
}

.button-secondary:hover {
  opacity: 1;
  background-color: #ffffff2e;
}

.button-secondary:active {
  background-color: #ffffff2e;
  transform: scale(.98);
}

.button-secondary.small {
  min-height: 40px;
  padding: 9px 20px;
  font-size: 14px;
}

.hover-dot-styleguide {
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  background-color: #ffffff80;
  border-radius: 100%;
  width: 0;
  height: 0;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.style-guide-label {
  color: #ffffff8f;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2em;
}

.image {
  max-height: 60px;
}

.logo-wrapper {
  flex: 1;
}

.logo-wrapper.mobile-menu-style-guide {
  display: none;
}

.check-box {
  border-width: 2px;
  border-color: #fff;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: -24px;
  margin-right: 10px;
}

.check-box.w--redirected-checked {
  background-color: #2b95ff;
  background-position: 50%;
  background-size: 16px;
  border-color: #2b95ff;
}

.text-box {
  max-width: 700px;
}

.text-box._600px {
  max-width: 600px;
  min-height: 64px;
}

.text-box._600px.visible {
  background-color: #ffffff1f;
  border-radius: 6px;
}

.text-box._800px {
  max-width: 800px;
  min-height: 64px;
}

.text-box._800px.visible {
  background-color: #ffffff1f;
  border-radius: 6px;
}

.text-box._700px {
  max-width: 700px;
  min-height: 64px;
}

.text-box._700px.visible {
  background-color: #ffffff1f;
  border-radius: 6px;
}

.text-box._500px {
  max-width: 500px;
  min-height: 64px;
}

.text-box._500px.visible {
  background-color: #ffffff1f;
  border-radius: 6px;
}

.text-box._400px {
  max-width: 400px;
  min-height: 64px;
}

.text-box._400px.visible {
  background-color: #ffffff1f;
  border-radius: 6px;
}

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

.wrapper {
  width: 100%;
  min-height: 100vh;
}

.visible-spacer {
  background-color: #ffffff1f;
  border-radius: 5px;
  display: inline-block;
}

.wp-loggedin-bar {
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
}

.wp-logout-button {
  color: var(--white-smoke);
  background-color: #fff0;
  border-radius: 12px;
  margin-left: auto;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
}

.wp-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--white-smoke);
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/IMAGE2.png');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
  flex-flow: column;
  padding: 32px;
  font-size: 32px;
  font-weight: 700;
  display: flex;
}

.wp-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-bottom: 1px solid var(--white-smoke);
  justify-content: flex-start;
  align-items: center;
  padding: 16px 32px;
  display: flex;
}

.wp-menu-pills {
  background-color: var(--dim-grey);
  color: var(--floral-white);
  cursor: pointer;
  border-radius: 20px;
  padding: 8px 10px;
  font-size: 14px;
}

.wp-menu-pills.isselected {
  background-color: var(--orange-red);
  color: var(--white-smoke);
  cursor: pointer;
  border-radius: 20px;
  padding: 8px 10px;
  font-size: 14px;
}

.wp-mypredictions {
  background-color: var(--card);
  border-radius: 24px;
  width: 50%;
  padding: 16px;
  box-shadow: 0 1px 4px #0003;
}

.pin-input {
  width: 44px;
  height: 44px;
}

.wp-field-label {
  color: var(--dim-grey);
  font-size: 14px;
  font-weight: 400;
}

.wp-title {
  margin-bottom: 12px;
  font-size: 18px;
}

.wp-predictions-modal {
  padding: 32px;
}

.pin-input-div {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.wp-continue {
  background-color: var(--orange-red);
  border-radius: 8px;
  margin-top: 12px;
}

.wp-description {
  margin-bottom: 24px;
}

.team-away {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: var(--dim-grey);
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  font-size: 14px;
  display: flex;
}

.wp-group-name-header {
  background-color: var(--dark-slate-grey);
  color: var(--white-smoke);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 10px;
}

.wp-group-name-header.a {
  color: var(--dim-grey);
  background-color: #fff;
  background-image: radial-gradient(circle at 20% 300%, #fff 70%, #78b578 70%);
  border: 1px #78b578;
  font-size: 16px;
}

.wp-group-name-header.b {
  background-color: var(--white-smoke);
  color: var(--dim-grey);
  background-image: radial-gradient(circle at 20% 300%, #fff 70%, #c73834 70%);
  border: 1px #000;
  font-size: 16px;
}

.wp-group-name-header.c {
  color: var(--dim-grey);
  background-color: #e5e788;
  background-image: radial-gradient(circle at 20% 300%, #fff 70%, #e5e788 70%);
  border: 1px #000;
  font-size: 16px;
}

.wp-group-name-header.d {
  color: var(--dim-grey);
  background-color: #335c98;
  background-image: radial-gradient(circle at 20% 300%, #fff 70%, #335c98 70%);
  border: 1px #000;
  font-size: 16px;
}

.wp-group-name-header.e {
  color: var(--dim-grey);
  background-color: #d87d3f;
  background-image: radial-gradient(circle at 20% 300%, #fff 70%, #d87d3f 70%);
  border: 1px #000;
  font-size: 16px;
}

.wp-group-name-header.f {
  color: var(--dim-grey);
  background-color: #1b5d4f;
  background-image: radial-gradient(circle at 20% 300%, #fff 70%, #1b5d4f 70%);
  border: 1px #000;
  font-size: 16px;
}

.wp-group-name-header.g {
  color: var(--dim-grey);
  background-color: #a8a1c0;
  background-image: radial-gradient(circle at 20% 300%, #fff 70%, #a8a1c0 70%);
  border: 1px #000;
}

.wp-group-name-header.h {
  color: var(--dim-grey);
  background-color: #71b2a9;
  background-image: radial-gradient(circle at 20% 300%, #fff 70%, #71b2a9 70%);
  border: 1px #000;
  font-size: 16px;
}

.wp-group-name-header.i {
  color: var(--dim-grey);
  background-color: #41377b;
  background-image: radial-gradient(circle at 20% 300%, #fff 70%, #41377b 70%);
  border: 1px #000;
  font-size: 16px;
}

.wp-group-name-header.j {
  color: var(--dim-grey);
  background-color: #e4a797;
  background-image: radial-gradient(circle at 20% 300%, #fff 70%, #e4a797 70%);
  border: 1px #000;
  font-size: 16px;
}

.wp-group-name-header.k {
  color: var(--dim-grey);
  background-color: #cb496c;
  background-image: radial-gradient(circle at 20% 300%, #fff 70%, #cb496c 70%);
  border: 1px #000;
  font-size: 16px;
}

.wp-group-name-header.l {
  color: var(--dim-grey);
  background-color: #5f1b23;
  background-image: radial-gradient(circle at 20% 300%, #fff 70%, #5f1b23 70%);
  border: 1px #000;
  font-size: 16px;
}

.wp-games-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.match-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.wp-group-div {
  border-radius: 8px;
  flex: 0 auto;
  box-shadow: 0 1px 4px #0003;
}

.match-form {
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--card) black black;
  margin-bottom: 0;
  padding: 12px 16px;
}

.team-home {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: var(--dim-grey);
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  font-size: 14px;
  display: flex;
}

.score-home {
  text-align: center;
  flex: 0 auto;
  width: 40px;
  height: 40px;
  margin-bottom: 0;
  padding: 0;
  font-size: 24px;
}

.wp-vs {
  color: var(--dim-grey);
  justify-content: center;
  align-items: center;
  display: flex;
}

.wp-save-button {
  background-color: var(--orange-red);
  border-radius: 12px;
  padding: 8px 16px;
}

.score-away {
  text-align: center;
  flex: 0 auto;
  width: 40px;
  height: 40px;
  margin-bottom: 0;
  padding: 0;
  font-size: 24px;
}

.wp-leaderboard {
  padding: 32px;
}

.wp-leaderboard-div {
  border-radius: 8px;
}

.wp-leaderboard-name-header {
  background-color: var(--dark-slate-grey);
  color: var(--white-smoke);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 10px;
}

.wp-table {
  justify-content: flex-start;
  align-items: center;
  margin-top: 4px;
  margin-bottom: 8px;
  display: flex;
}

.wp-leaderboard-label {
  flex: 1;
  margin-left: 8px;
}

.wp-results {
  padding: 32px;
}

.wp-delete-button {
  color: var(--cancel);
  background-color: #3898ec00;
  border-radius: 12px;
  margin-left: auto;
  padding: 0;
  font-size: 14px;
  text-decoration: underline;
}

.group-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 16px;
  display: flex;
}

.buttons-div {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  margin-top: 32px;
  display: flex;
}

.countdown-timer {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--card);
  width: auto;
  color: var(--dim-grey);
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 16px;
  display: flex;
  box-shadow: 0 1px 4px #0003;
}

.countdown-div {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--dark-slate-grey);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.digit {
  font-size: 48px;
  line-height: 1;
}

.header {
  filter: drop-shadow(0 2px 5px #000000b3);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  line-height: 1;
}

.language-toggle {
  border: 1px solid var(--white-smoke);
  border-radius: 12px;
  margin-left: 12px;
  padding: 10px;
  font-size: 16px;
}

.language-toggle.modal {
  color: var(--white-smoke);
}

.language-toggle.light-text {
  color: var(--white-smoke);
  cursor: pointer;
  margin-left: 0;
  font-size: 18px;
}

.language-toggle.light-text:hover {
  color: var(--orange-red);
}

.instructions {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  filter: drop-shadow(0 2px 5px #000000b3);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-flow: column;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  display: flex;
}

.modal {
  background-image: url('../images/IMAGE2.png');
  background-position: 0 0;
  background-size: auto;
  padding: 40px;
  display: block;
  position: fixed;
  inset: 0%;
  transform: translate(100%);
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000000a6;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.subhead {
  color: var(--white-smoke);
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 600;
}

.bodytext {
  max-width: 60ch;
  color: var(--white-smoke);
  font-size: 16px;
  font-weight: 300;
}

.div-block-2 {
  -webkit-backdrop-filter: drop-shadow(0 2px 5px #000000b3);
  backdrop-filter: drop-shadow(0 2px 5px #000000b3);
}

.button-2 {
  background-color: var(--orange-red);
  border-radius: 12px;
}

.wp-link {
  color: var(--black-2);
  cursor: pointer;
  margin-left: auto;
  font-size: 16px;
  text-decoration: underline;
}

.div-block-3 {
  width: 10%;
}

.loggedinas {
  margin-right: 8px;
}

.wp-menu-pills-copy {
  background-color: var(--dim-grey);
  color: var(--floral-white);
  border-radius: 20px;
  padding: 8px 10px;
  font-size: 14px;
}

.wp-menu-pills-copy.isselected {
  background-color: var(--orange-red);
  color: var(--white-smoke);
  border-radius: 20px;
  padding: 8px 10px;
  font-size: 14px;
}

.flag {
  border-radius: 100px;
  width: 30px;
  box-shadow: 0 2px 5px #0003;
}

.wp-share {
  color: var(--ivory);
  text-align: center;
  background-color: #03c04b;
  border-radius: 12px;
  padding: 8px 16px;
  text-decoration: none;
}

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

.wp-header-div {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.wp-timer {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .wp-description {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 991px) {
  .navigation {
    padding: 25px 30px;
  }

  .navigation-items {
    background-color: #fff;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .navigation-wrap {
    margin-right: 0;
  }

  .navigation-item {
    text-align: center;
    background-color: #33333340;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button-3 {
    padding: 0;
  }

  .menu-button-3.w--open {
    background-color: #0000;
  }

  .menu-icon {
    display: block;
  }

  .nav-link-styleguide {
    padding: 12px 0 12px 16px;
    font-size: 20px;
  }

  .nav-link-styleguide.w--current {
    background-position: 0%;
  }

  .style-guide-block {
    margin-bottom: 40px;
  }

  .style-guide-menu-brand {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .menu-icon-line-middle-inner {
    background-color: #fff;
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .style-guide-nav-container {
    background-color: #0000;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    width: auto;
    max-width: 1400px;
    height: 100%;
    padding-left: 64px;
    padding-right: 64px;
    display: flex;
    position: relative;
  }

  .menu-button {
    margin-right: -20px;
    padding: 2px 0 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .form-dropdown {
    padding-right: 4px;
  }

  .button {
    position: relative;
  }

  .menu-icon-line-bottom {
    background-color: #fff;
    width: 32px;
    height: 4px;
    padding-bottom: 0;
    padding-right: 0;
  }

  ._12-columns {
    flex-flow: wrap;
  }

  .style-guide-nav {
    z-index: 1;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    background-color: #0a0a09d9;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 76px;
    display: flex;
    position: sticky;
    inset: 0 0 auto auto;
  }

  .style-guide-section {
    padding-left: 64px;
    padding-right: 64px;
  }

  .style-guide-section.header {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .form-success {
    padding-top: 4px;
  }

  .nav-menu-styleguide {
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    background-color: #0a0a09d9;
    width: 280px;
    height: 100vh;
    margin-right: 0;
    padding: 27px 64px 64px;
  }

  .style-guide-content {
    border-left-style: none;
    width: 100%;
    margin-left: 0;
    position: static;
  }

  .form-error {
    padding-left: 4px;
  }

  .menu-icon-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    display: flex;
  }

  .menu-icon-line-top {
    background-color: #fff;
    width: 32px;
    height: 4px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .column {
    width: 50%;
  }

  .column.desk-3 {
    flex-wrap: nowrap;
    width: 33.33%;
  }

  .menu-icon-line-middle {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 4px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .button-secondary {
    position: relative;
  }

  .logo-wrapper.mobile-menu-style-guide {
    margin-bottom: 64px;
    display: flex;
  }

  .nav-link-wrapper {
    margin-left: -16px;
  }

  .wp-group-div {
    flex: 1;
  }
}

@media screen and (max-width: 767px) {
  .navigation {
    padding: 20px 30px;
  }

  .logo-link {
    padding-left: 0;
  }

  .nav-link-styleguide {
    padding-left: 16px;
    padding-right: 0;
    font-size: 20px;
  }

  .nav-link-styleguide.w--current {
    background-position: 0%;
  }

  .style-guide-menu-brand.w--current {
    margin-top: 14px;
  }

  .menu-button {
    margin-right: -20px;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  ._12-columns {
    flex-wrap: wrap;
  }

  .spacer {
    height: 40px;
  }

  .spacer._64 {
    height: 48px;
  }

  .copyright-wrapper {
    grid-column-gap: 40px;
  }

  .field-block {
    min-height: auto;
  }

  .nav-menu-styleguide {
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    background-color: #0a0a09d9;
    width: 280px;
    height: 100vh;
    margin-right: 0;
    padding: 27px 64px 64px;
  }

  .style-guide-colour-block {
    width: 25%;
  }

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

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

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

  .heading.extra-large {
    font-size: 52px;
  }

  .style-guide-content {
    margin-left: 0;
  }

  .column.desk-4 {
    width: 100%;
  }

  .menu-icon-line-middle {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hover-dot-styleguide {
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 0;
    top: 0;
    right: auto;
  }

  .logo-wrapper, .logo-wrapper.mobile-menu-style-guide, .wp-title {
    display: flex;
  }

  .wp-group-div {
    flex: 0 auto;
    width: 100%;
    height: 38px;
    overflow: clip;
  }

  .group-container {
    flex-flow: column;
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .body {
    padding: 0;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button-3, .menu-button-3.w--open {
    flex: none;
  }

  .nav-link-styleguide {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .style-guide-menu-brand {
    margin-left: 0;
  }

  .style-guide-nav-container {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .block-quote {
    padding-left: 24px;
  }

  .style-guide-section-header {
    margin-bottom: 32px;
  }

  .style-guide-section {
    padding: 64px 40px;
  }

  .style-guide-section.header {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .copyright-wrapper {
    flex-wrap: wrap;
  }

  .nav-menu-styleguide {
    width: 232px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

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

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

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

  .heading.extra-small {
    font-size: 18px;
  }

  .heading.extra-large {
    font-size: 42px;
  }

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

  .paragraph {
    font-size: 18px;
  }

  .paragraph.large {
    font-size: 24px;
  }

  .column {
    margin-bottom: 0;
  }

  .column.desk-3 {
    width: 100%;
  }

  .color-block {
    margin-bottom: 20px;
  }

  .text-input {
    width: 100%;
  }

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

  .logo-wrapper.mobile-menu-style-guide {
    margin-bottom: 48px;
  }

  .wp-loggedin-bar {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    color: #383838;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    font-size: 16px;
    display: flex;
  }

  .wp-logout-button {
    text-align: center;
    border-radius: 12px;
    margin-top: 0;
    margin-left: auto;
  }

  .wp-header {
    color: var(--ivory);
    background-position: 50%;
    background-size: cover;
    padding: 32px 16px;
    font-size: 28px;
  }

  .wp-menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px 16px;
    display: flex;
  }

  .wp-menu-pills {
    background-color: var(--dim-grey);
    color: var(--floral-white);
    border-radius: 9999px;
    justify-content: flex-start;
    align-items: center;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    display: flex;
  }

  .wp-menu-pills.isselected {
    background-color: var(--orange-red);
    color: var(--white-smoke);
  }

  .wp-mypredictions {
    background-color: var(--card);
    border-radius: 12px;
    width: auto;
    padding: 16px;
  }

  .pin-input {
    border-radius: 4px;
    width: 44px;
    height: 44px;
    padding: 4px;
  }

  .wp-field-label {
    margin-bottom: 4px;
    font-size: 12px;
  }

  .wp-title {
    color: #383838;
    padding: 0;
    font-size: 18px;
  }

  .wp-predictions-modal {
    padding: 16px;
  }

  .pin-input-div {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .wp-submit-form {
    color: #383838;
    margin-top: 16px;
  }

  .wp-continue {
    background-color: var(--orange-red);
    border-radius: 12px;
    width: 100%;
    margin-top: 32px;
  }

  .wp-texfield {
    border-radius: 4px;
    height: 44px;
  }

  .wp-description {
    color: #383838;
    margin-top: 8px;
    font-size: 14px;
  }

  .team-away {
    color: #383838;
    text-align: center;
  }

  .wp-group-name-header {
    background-color: var(--dark-slate-grey);
    color: var(--white-smoke);
    letter-spacing: 1.25px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 10px;
  }

  .wp-group-name-header.a, .wp-group-name-header.b, .wp-group-name-header.c, .wp-group-name-header.d, .wp-group-name-header.e, .wp-group-name-header.f, .wp-group-name-header.g, .wp-group-name-header.h, .wp-group-name-header.i, .wp-group-name-header.j, .wp-group-name-header.k, .wp-group-name-header.l {
    border-style: none;
  }

  .wp-games-div {
    padding: 16px;
    display: block;
  }

  .match-card {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    border-width: 1px;
    border-color: #383838;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .wp-group-div {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    width: 100%;
    height: 36px;
    display: block;
    overflow: hidden;
    box-shadow: 0 2px 5px #0003;
  }

  .match-form {
    border-right: 1px none var(--dim-grey);
    border-bottom: 1px none var(--dim-grey);
    border-left: 1px none var(--dim-grey);
    margin-bottom: 0;
  }

  .team-home {
    color: #383838;
    text-align: center;
    flex-flow: column;
  }

  .score-home {
    color: #383838;
    flex: 0 auto;
    width: 40px;
    height: 40px;
    margin-bottom: 0;
    font-size: 24px;
  }

  .wp-vs {
    color: #383838;
  }

  .wp-save-button {
    background-color: var(--orange-red);
    text-align: center;
    border-radius: 12px;
    width: 100%;
    font-size: 14px;
  }

  .score-away {
    color: #383838;
    flex: 0 auto;
    width: 40px;
    height: 40px;
    margin-bottom: 0;
    font-size: 24px;
  }

  .wp-leaderboard {
    padding: 16px;
    display: block;
  }

  .wp-leaderboard-div {
    border-radius: 8px;
  }

  .wp-leaderboard-name-header {
    background-color: var(--dark-slate-grey);
    color: var(--white-smoke);
    letter-spacing: 1.25px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 10px;
  }

  .wp-table {
    color: #383838;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .wp-leaderboard-label {
    flex: 1;
    margin-left: 8px;
  }

  .wp-results {
    padding: 16px;
    display: block;
  }

  .wp-delete-button {
    width: 100%;
    color: var(--cancel);
    text-align: center;
    border-radius: 12px;
    font-size: 14px;
  }

  .group-container {
    flex-flow: column;
  }

  .buttons-div {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 32px;
  }

  .header {
    line-height: 1;
  }

  .language-toggle {
    font-size: 14px;
  }

  .instructions {
    line-height: 1;
  }

  .modal {
    background-position: 0 0;
    margin-bottom: 0;
    padding: 0;
    display: block;
    inset: 0%;
    overflow: scroll;
    transform: translate(100%);
  }

  .div-block {
    height: auto;
    padding: 32px 16px;
    overflow: scroll;
  }

  .subhead {
    margin-bottom: 16px;
  }

  .button-2 {
    text-align: center;
    width: 100%;
    margin-top: 16px;
  }

  .wp-link {
    text-align: center;
    margin-left: 0;
    font-size: 16px;
  }

  .wp-menu-pills-copy {
    background-color: var(--dim-grey);
    color: var(--floral-white);
    border-radius: 9999px;
    justify-content: flex-start;
    align-items: center;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    display: flex;
  }

  .wp-menu-pills-copy.isselected {
    background-color: var(--orange-red);
    color: var(--white-smoke);
  }

  .flag {
    width: 50px;
  }

  .wp-share {
    width: 100%;
  }

  .wp--name {
    color: var(--white-smoke);
    font-size: 14px;
  }
}