:root {
  --black: black;
  --off-white: #f5f3f2;
  --white: white;
  --movemint-gradient-color-1: #ee6a6fcc;
  --movemint-gradient-color-2: #a259ff;
  --movemint-gradient-color-3: #4b97facc;
  --black-almost: #2b2b2b;
  --grey: #d9d9d9;
  --purple: #e6def0;
  --flowui-component-library-grey-300: #e4e6f1;
  --transparent: #fff0;
  --light-grey: #f2f2f2;
  --dark-grey: #595959;
  --untitled-ui-gray200: #eaecf0;
  --hero-form-background: #f5f7fa;
  --flowui-component-library-gray-100: #f7f9fd;
  --flowui-component-library-primary-darker: var(--black);
  --flowui-component-library-primary-base: var(--black);
  --turquoise: #c1dedc;
  --flowui-component-library-gray-900: #160042;
  --flowui-component-library-success-base: #0ebc6e;
  --untitled-ui-gray500: #667085;
  --untitled-ui-gray700: #344054;
  --untitled-ui-primary600: #7f56d9;
  --untitled-ui-white: white;
  --untitled-ui-primary700: #6941c6;
  --untitled-ui-primary100: #f4ebff;
  --untitled-ui-gray600: #475467;
  --untitled-ui-gray50: #f9fafb;
  --untitled-ui-gray300: #d0d5dd;
  --untitled-ui-gray800: #1d2939;
  --untitled-ui-gray100: #f2f4f7;
  --untitled-ui-gray900: #101828;
  --flowui-component-library-white: white;
  --flowui-component-library-gray-400: #b6b9ce;
  --flowui-component-library-gray-700: #282556;
  --flowui-component-library-success-lighter: #ebfff6;
  --flowui-component-library-success-darker: #006638;
  --flowui-component-library-gray-800: #1b114a;
  --flowui-component-library-primary-dark: #2d0896;
  --flowui-component-library-gray-500: #d88b0e;
  --flowui-component-library-gray-200: #f3f5fb;
  --color: white;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-embed-youtubevideo {
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg");
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

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

.w-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: 0.33em;
}

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

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

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}
@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }
  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }
  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
  .w-layout-blockcontainer {
    max-width: none;
  }
}
@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: var(--black);
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 38px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

p {
  letter-spacing: normal;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
}

a {
  color: var(--black);
  text-align: center;
  text-decoration: underline;
}

a.w--current {
  width: auto;
}

strong {
  letter-spacing: normal;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

em {
  font-style: italic;
}

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

.container.margin-l {
  justify-content: center;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 40px;
  display: flex;
}

.section {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

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

._480 {
  max-width: 480px;
}

.feature_image-wrap {
  width: 100%;
  max-width: 567px;
  position: relative;
}

.faq_top {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.tab-link {
  border-left: 4px solid var(--off-white);
  background-color: var(--white);
  color: var(--black);
  letter-spacing: 1px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 24px;
  font-family: Space Mono, sans-serif;
  text-decoration: none;
  display: inline-block;
}

.tab-link.w--current {
  background-color: var(--white);
  border-left: 4px solid #000;
  width: 100%;
  margin-right: 0;
  padding: 16px 24px;
  font-family: Space Mono, sans-serif;
}

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

.utility-page-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  width: 450px;
  display: flex;
}

.footer {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  background-color: #f5f7fa;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  padding: 0;
  display: flex;
}

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

.cohort-section {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 10px 15px 40px;
  display: flex;
  overflow: visible;
}

.cohort-section-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.h2---space-mono {
  color: #2b2b2b;
  text-align: left;
  text-transform: undefined;
  order: -1;
  align-self: center;
  font-family: Space Mono, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 110%;
}

.h2---space-mono.verified-athlete {
  background-color: var(--black);
  background-image: linear-gradient(to right, var(--movemint-gradient-color-1), var(--movemint-gradient-color-2) 49%, var(--movemint-gradient-color-3));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  order: 0;
  padding-top: 5px;
  padding-bottom: 10px;
  font-size: 50px;
  font-weight: 700;
}

.h2---space-mono.cohort {
  text-align: left;
  order: 0;
  font-size: 40px;
}

.h2---space-mono.normal-user {
  order: 0;
}

.h2---space-mono.achievement-page-header {
  word-break: keep-all;
  overflow-wrap: anywhere;
  order: 0;
  align-self: flex-start;
  width: 400px;
  font-size: 30px;
}

.cohort-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.cohort-pfp-column-1 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: row;
  flex: 0 auto;
  place-content: flex-start center;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.cohort-pfp-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.cohort-pfp-image {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 270px;
  height: 270px;
  display: flex;
}

.cohort-pfp-card-copy-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.cohort-pfp-card-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.h5---space-mono {
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  text-transform: undefined;
  margin-top: -10px;
  font-family: Space Mono, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
}

.h5---space-mono.tab-header {
  color: var(--black);
  border: 1px solid rgba(0, 0, 0, 0);
  align-self: center;
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
}

.h5---space-mono.achievement-title-selling {
  text-align: left;
  margin-top: 0;
}

.cohort-pfp-column-2 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.intro-blobs {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.feature-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.movemint-blob {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: contain;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.owned-achievement-label {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.vectors-wrapper-24 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.h5---open-sans-11 {
  color: #3b3b3b;
  text-transform: undefined;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 140%;
}

.home-hero {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  width: 100%;
  min-height: auto;
  max-height: 100vh;
  display: flex;
}

.h1---space-mono {
  color: #2b2b2b;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Mono, sans-serif;
  font-size: 67px;
  font-weight: 700;
}

.h1---space-mono.hero {
  color: var(--black);
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 45px;
  font-weight: 700;
}

.h1---space-mono.about-page {
  color: var(--black-almost);
  background-color: rgba(0, 0, 0, 0);
  font-size: 50px;
}

.h1---space-mono.terms {
  padding-bottom: 20px;
  font-size: 45px;
}

.h1---space-mono.create-page {
  text-align: center;
  margin: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
}

.hero-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.hero-content.feature {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 0;
  padding: 0;
}

.hero-content.hero {
  flex-flow: column;
  order: -1;
  margin: 30px;
}

.button {
  grid-column-gap: 8px;
  grid-row-gap: 12px;
  color: var(--black);
  -webkit-text-stroke-color: #000;
  object-fit: scale-down;
  background-color: #000;
  background-image: linear-gradient(to right, #ff6250, #a259ff 45%, #09b7f6);
  border-radius: 20px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-width: 0;
  height: 60px;
  padding: 12px 24px;
  font-family: Space Mono, sans-serif;
  text-decoration: none;
  display: flex;
}

.button.achievement-card {
  background-image: linear-gradient(315deg, #ff6250, #a259ff 51%, #09b7f6);
  justify-content: center;
  max-width: 100%;
}

.button.achievement-card.unlisted {
  background-color: var(--white);
  background-image: linear-gradient(322deg, rgba(252, 167, 208, 0.5019607843), rgba(162, 89, 255, 0.3019607843) 50%, rgba(75, 224, 250, 0.5019607843));
  border: 1px rgba(0, 0, 0, 0);
}

.button.achievement-card.unlisted.pre {
  background-image: linear-gradient(44deg, var(--movemint-gradient-color-2), var(--movemint-gradient-color-1) 50%, var(--movemint-gradient-color-3));
  max-width: 100%;
}

.button.achievement-card.unlisted.pre.auction {
  background-image: linear-gradient(44deg, rgba(250, 75, 75, 0.8), rgba(75, 151, 250, 0.3019607843) 50%, rgba(162, 89, 255, 0.3019607843));
}

.button.achievement-card.unlisted.pre.auction.create-event-button {
  align-items: center;
  max-width: 350px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.button.achievement-card.unlisted.pre.auction.finished-adding-course-maps {
  width: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.button.achievement-card.unlisted.pre.auction.refresh-routes {
  background-image: linear-gradient(to bottom, var(--grey), var(--grey));
  width: auto;
  margin: 20px 10px;
}

.button.achievement-card.unlisted.pre.auction.save-participant-info {
  align-items: center;
  max-width: 300px;
  margin: 20px 0 10px;
}

.button.achievement-card.unlisted.pre.auction.save-participant-info._1-2 {
  background-image: linear-gradient(120deg, rgba(250, 145, 75, 0.5019607843), rgba(156, 94, 251, 0.2901960784) 48%, rgba(82, 149, 204, 0.2));
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.button.achievement-card.unlisted.pre.auction.save-participant-info._1-2:active {
  box-shadow: none;
}

.button.achievement-card.unlisted.pre.auction.save-participant-info._1-2.tracksmith {
  background-color: #9a825c;
  background-image: none;
  border-radius: 0;
}

.button.achievement-card.unlisted.pre.auction.save-participant-info._1-3 {
  background-color: var(--black);
  background-image: none;
  border-radius: 8px;
}

.button.achievement-card.unlisted.pre.auction.send-email-button {
  margin-top: 20px;
  margin-bottom: 20px;
}

.button.achievement-card.unlisted.pre.auction.send-test-email {
  background-image: linear-gradient(to bottom, var(--grey), var(--grey));
  width: auto;
  min-width: 250px;
  max-width: none;
  margin: 0 20px;
}

.button.achievement-card.unlisted.pre.auction.include-all {
  background-image: linear-gradient(to bottom, var(--grey), var(--grey));
  width: auto;
  max-width: none;
  margin: 10px;
}

.button.achievement-card.unlisted.pre.auction.clear-audience {
  background-image: linear-gradient(to bottom, var(--grey), var(--grey));
  width: auto;
  max-width: none;
  height: auto;
  margin: 10px 0;
  padding: 2px 12px;
  line-height: 2em;
}

.button.achievement-card.unlisted.pre.auction.clear-date-time {
  background-image: linear-gradient(to bottom, var(--grey), var(--grey));
  width: auto;
  min-width: auto;
  max-width: none;
  margin: 10px;
}

.button.achievement-card.unlisted.pre.auction.welcome-organizing {
  align-items: center;
  max-width: 300px;
  margin: 20px 0 10px;
}

.button.achievement-card.unlisted.pre.auction.welcome-organizing._1-2 {
  background-image: linear-gradient(120deg, rgba(94, 144, 251, 0.2901960784), rgba(250, 75, 75, 0.5019607843) 50%, rgba(82, 149, 204, 0.2));
  width: auto;
  min-width: 300px;
  margin-top: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.button.achievement-card.unlisted.pre.auction.participating-welcome {
  align-items: center;
  max-width: 300px;
  margin: 20px 0 10px;
}

.button.achievement-card.unlisted.pre.auction.participating-welcome._1-2 {
  background-image: linear-gradient(234deg, rgba(98, 65, 155, 0.2901960784), rgba(223, 40, 122, 0.2901960784) 48%, rgba(82, 149, 204, 0.2));
  width: auto;
  min-width: 300px;
  margin-top: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.button.achievement-card.unlisted.pre.auction.save-bio {
  align-items: center;
  max-width: 300px;
  margin: 20px 0 10px;
}

.button.achievement-card.unlisted.pre.auction.save-bio._1-2 {
  background-image: linear-gradient(120deg, rgba(250, 163, 75, 0.5019607843) 15%, rgba(94, 144, 251, 0.2901960784) 58%, rgba(204, 82, 188, 0.2) 93%);
  width: auto;
  min-width: 300px;
  margin-top: 0;
  margin-bottom: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.button.achievement-card.unlisted.pre.auction.submit-effort {
  align-items: center;
  max-width: 300px;
  margin: 20px 0 10px;
}

.button.achievement-card.unlisted.pre.auction.submit-effort._1-2 {
  background-image: linear-gradient(20deg, rgba(75, 84, 250, 0.5019607843), rgba(156, 94, 251, 0.2901960784) 48%, rgba(121, 204, 82, 0.2));
  margin-top: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.button.achievement-card.unlisted.pre.auction.volunteer-sign-up {
  align-items: center;
  max-width: 300px;
  margin: 20px 0 10px;
}

.button.achievement-card.unlisted.pre.auction.volunteer-sign-up._1-2 {
  background-image: linear-gradient(20deg, rgba(75, 84, 250, 0.5019607843), rgba(156, 94, 251, 0.2901960784) 48%, rgba(121, 204, 82, 0.2));
  margin-top: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.button.achievement-card.unlisted.hero {
  width: auto;
  min-width: 250px;
  max-width: 350px;
  margin: 10px;
}

.button.achievement-card.unlisted.event-purchase-button {
  background-image: linear-gradient(322deg, var(--movemint-gradient-color-3), var(--movemint-gradient-color-1) 53%, var(--purple));
  width: auto;
  min-width: 150px;
}

.button.achievement-card.unlisted.event-purchase-button.event-header-interim {
  background-color: rgba(13, 199, 231, 0);
  background-image: linear-gradient(290deg, var(--purple), rgba(238, 106, 111, 0.4588235294) 38%, rgba(75, 151, 250, 0.4588235294));
  opacity: 1;
  mix-blend-mode: multiply;
  border: 1.5px #ddd7d7;
  border-radius: 20px;
  align-self: center;
  min-width: 200px;
  box-shadow: inset 0 2px 12px 2px rgba(255, 255, 255, 0.3803921569), 0 2px 5px rgba(0, 0, 0, 0.2);
}

.button.achievement-card.unlisted.event-purchase-button.event-header-interim.donate {
  background-image: linear-gradient(151deg, var(--flowui-component-library-grey-300), rgba(75, 151, 250, 0.4588235294) 43%, rgba(162, 89, 255, 0.4588235294) 91%);
}

.button.achievement-card.unlisted.event-purchase-button.event-header-interim.donate.donation-page {
  cursor: pointer;
  border-radius: 8px;
  width: 100%;
  min-width: auto;
  max-width: none;
}

.button.achievement-card.unlisted.event-purchase-button.event-header-interim.donate.donation-page.athlete {
  background-image: linear-gradient(151deg, rgba(162, 89, 255, 0.4588235294) 6%, rgba(250, 195, 75, 0.4588235294) 58%, var(--flowui-component-library-grey-300) 98%);
  cursor: pointer;
}

.button.achievement-card.unlisted.event-purchase-button.event-header-interim.donate.donation-page.athlete.row,
.button.achievement-card.unlisted.event-purchase-button.event-header-interim.donate.donation-page.athlete.donate-button {
  align-self: flex-end;
  height: auto;
}

.button.achievement-card.unlisted.event-purchase-button.event-header-interim.donate.donation-page.not-ready {
  background-color: #f2f2f2;
  background-image: none;
}

.button.achievement-card.unlisted.event-purchase-button.event-header-interim.alt-setting {
  margin-top: 10px;
}

.button.achievement-card.unlisted.event-purchase-button.event-header-interim.alt-setting.lets-get-started {
  margin-top: 0;
}

.button.achievement-card.unlisted.event-purchase-button.event-header-interim.results {
  background-image: linear-gradient(151deg, var(--flowui-component-library-grey-300), rgba(255, 89, 89, 0.4588235294) 22%, rgba(250, 151, 75, 0.4588235294));
}

.button.achievement-card.unlisted.event-purchase-button.event-header-interim.results.event-management {
  background-image: linear-gradient(151deg, rgba(255, 89, 89, 0.4588235294) 8%, rgba(252, 191, 77, 0.8784313725));
  border-radius: 8px;
  min-width: auto;
  max-width: none;
  height: auto;
  padding: 8px 32px;
}

.button.achievement-card.unlisted.event-purchase-button.event-header-interim.results.event-management._9-10-24-update {
  padding: 8px 16px;
}

.button.achievement-card.unlisted.event-purchase-button.event-header-interim.results.navigation {
  border-radius: 8px;
  min-width: auto;
  max-width: none;
  height: auto;
  padding: 8px 32px;
}

.button.achievement-card.unlisted.event-purchase-button.event-header-interim.entrants {
  background-image: linear-gradient(344deg, rgba(114, 189, 251, 0.4901960784) 22%, rgba(243, 187, 19, 0.3215686275) 74%);
}

.button.achievement-card.unlisted.event-purchase-button.event-header-interim.create-event {
  background-image: linear-gradient(151deg, var(--flowui-component-library-grey-300), rgba(255, 89, 89, 0.4588235294) 22%, rgba(250, 151, 75, 0.4588235294));
  border-radius: 8px;
  width: 100%;
  min-width: auto;
  height: 40px;
}

.button.achievement-card.unlisted.event-purchase-button.event-header-interim.navigation {
  border-radius: 8px;
  min-width: auto;
  max-width: none;
  height: auto;
  padding: 8px 32px;
}

.button.achievement-card.unlisted.event-purchase-button.event-header-interim.shop {
  background-image: linear-gradient(151deg, var(--flowui-component-library-grey-300), rgba(255, 197, 89, 0.4588235294) 22%, rgba(250, 75, 95, 0.4588235294) 73%);
}

.button.achievement-card.unlisted.event-purchase-button.event-header-interim.series-page {
  background-color: var(--grey);
  background-image: none;
  border-style: none;
  border-radius: 8px;
  min-width: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.button.achievement-card.unlisted.event-purchase-button.event-header-interim.series-page.discover-more {
  border: 1.5px solid var(--grey);
  background-color: var(--transparent);
  box-shadow: none;
}

.button.achievement-card.unlisted.event-purchase-button.event-header-interim.series-page.disabled {
  background-color: var(--light-grey);
}

.button.achievement-card.unlisted.event-purchase-button.event-header-interim.iowa-fairfield {
  background-image: linear-gradient(330deg, #cdba99 16%, #e6aa38);
}

.button.achievement-card.unlisted.event-purchase-button.event-header-interim.store {
  width: 100%;
  min-width: auto;
}

.button.achievement-card.unlisted.event-purchase-button.event-header-interim.store.add-to-cart {
  background-image: linear-gradient(89deg, var(--purple), rgba(238, 106, 111, 0.4588235294) 38%, rgba(75, 151, 250, 0.4588235294));
}

.button.achievement-card.unlisted.edit-event-button {
  background-image: linear-gradient(to bottom, var(--grey), var(--grey));
  width: auto;
  max-width: none;
  margin: 10px;
}

.button.achievement-card.unlisted.view-event-button {
  width: auto;
  max-width: none;
  margin: 10px;
}

.button.achievement-card.unlisted.sign-up-button {
  width: 100%;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.button.achievement-card.unlisted.stripe-payment-details {
  width: auto;
  max-width: none;
  margin: 10px;
}

.button.achievement-card.unlisted.continue-to-stripe-button {
  width: 100%;
  font-size: 14px;
  font-weight: 700;
}

.button.achievement-card.unlisted.event-purchase-disabled {
  background-image: linear-gradient(322deg, var(--grey), var(--grey) 52%, rgba(75, 224, 250, 0.5019607843));
  width: auto;
  min-width: 150px;
}

.button.achievement-card.unlisted.learn-more {
  align-items: center;
  width: auto;
  min-width: 250px;
  max-width: none;
  margin: 20px;
}

.button.achievement-card.unlisted.create-events-button {
  text-align: center;
  background-image: linear-gradient(to right, rgba(252, 167, 208, 0.5019607843), rgba(162, 89, 255, 0.3019607843) 50%, rgba(75, 224, 250, 0.5019607843));
  width: auto;
  max-width: none;
  height: auto;
  min-height: 60px;
  margin: 20px;
  font-size: 16px;
  font-weight: 700;
}

.button.achievement-card.unlisted.participate-events-button {
  text-align: center;
  background-image: linear-gradient(270deg, rgba(252, 167, 208, 0.5019607843), rgba(162, 89, 255, 0.3019607843) 50%, rgba(75, 224, 250, 0.5019607843));
  width: auto;
  max-width: none;
  height: auto;
  min-height: 60px;
  margin: 20px;
  font-size: 16px;
  font-weight: 700;
}

.button.achievement-card.unlisted.donation {
  background-image: linear-gradient(322deg, var(--movemint-gradient-color-3), var(--movemint-gradient-color-1) 53%, var(--purple));
  width: auto;
  min-width: 150px;
}

.button.achievement-card.unlisted.add-category,
.button.achievement-card.unlisted.remove-category,
.button.achievement-card.unlisted.choose-cover-photo {
  background-image: linear-gradient(to bottom, var(--grey), var(--grey));
  width: 250px;
  min-width: auto;
  max-width: none;
  margin: 10px;
}

.button.achievement-card.unlisted.copy-event-link-button {
  background-image: linear-gradient(to bottom, var(--grey), var(--grey));
  width: auto;
  max-width: none;
  margin: 10px;
}

.button.achievement-card.listed {
  background-color: var(--white);
  background-image: linear-gradient(35deg, var(--movemint-gradient-color-3), rgba(255, 241, 89, 0.6705882353) 50%, var(--movemint-gradient-color-1));
}

.button.cta {
  background-color: rgba(217, 217, 217, 0.5803921569);
  background-image: none;
  border: 1px #000;
}

.button.cta.feature {
  width: auto;
  min-width: 250px;
  margin: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.button.cta.feature._10px {
  margin: 10px;
}

.button.cta.inspire {
  min-width: 300px;
}

.button.cta.example-event {
  width: auto;
  min-width: 250px;
  margin: 10px;
  padding-top: 0;
  padding-bottom: 0;
}

.button.individual-achievement {
  background-image: linear-gradient(315deg, #ff6250, #a259ff 51%, #09b7f6);
  justify-content: center;
  max-width: 100%;
}

.button.individual-achievement.listed {
  background-color: var(--white);
  background-image: linear-gradient(35deg, var(--movemint-gradient-color-3), rgba(255, 241, 89, 0.6705882353) 50%, var(--movemint-gradient-color-1));
}

.button.copy-participants-to-clipboard {
  background-color: var(--grey);
  background-image: none;
  border: 1px #000;
  width: auto;
}

.button.volunteer-signup {
  background-color: #c4c3c3;
  background-image: none;
  border-radius: 12px;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 35%;
  height: 40px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.button.volunteer-signup:hover {
  mix-blend-mode: multiply;
}

.button.volunteer-signup:active {
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.2);
}

.button.back-to-event {
  background-color: #c4c3c3;
  background-image: none;
  border-radius: 12px;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 35%;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.button.back-to-event:hover {
  mix-blend-mode: multiply;
}

.button.back-to-event:active {
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.2);
}

.button-text {
  color: #2b2b2b;
  text-align: center;
  letter-spacing: 0.1em;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  display: block;
  position: static;
}

.button-text.navbar-content:focus {
  color: var(--black-almost);
}

.button-text.event-purchase-button-text {
  letter-spacing: normal;
  object-fit: fill;
  flex-direction: column;
  align-items: center;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  display: flex;
  position: relative;
}

.button-text.create-event-button {
  letter-spacing: normal;
  font-family: Open Sans, sans-serif;
}

.button-text.skip-participant-details-button-text {
  letter-spacing: normal;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
}

.button-text.remove-category-text {
  letter-spacing: normal;
  object-fit: fill;
  letter-spacing: normal;
  object-fit: fill;
  flex-direction: column;
  align-items: center;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  display: flex;
  position: relative;
}

.button-text.add-category-text {
  letter-spacing: normal;
  flex-direction: column;
  align-items: center;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  display: flex;
  position: relative;
}

.button-text.checkout-button-text {
  letter-spacing: normal;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
}

.button-text.checkout-button-text.tracksmith {
  text-transform: uppercase;
  font-family: Berthold Akzidenz Grotesk Extended, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.button-text.checkout-button-text._1-3 {
  color: var(--white);
}

.button-text.include-all-text {
  letter-spacing: normal;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
}

.button-text.clear-text {
  letter-spacing: normal;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 2em;
}

.button-text.copy-event-link-button-text {
  letter-spacing: normal;
  object-fit: fill;
  flex-direction: column;
  align-items: center;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  display: flex;
  position: relative;
}

.button-text.navbar-content:active,
.button-text.navbar-content:focus {
  color: #2b2b2b;
}

.button-text.navbar-content:active,
.button-text.navbar-content:focus {
  color: #2b2b2b;
}

.button-text.navbar-content:active,
.button-text.navbar-content:focus {
  color: #2b2b2b;
}

.button-text.navbar-content.cta {
  font-size: 14px;
  font-weight: 700;
}

.button-text.navbar-content {
  letter-spacing: normal;
  flex-wrap: nowrap;
  flex: 0 auto;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.button-text.navbar-content:hover {
  color: rgba(238, 106, 111, 0.8);
}

.button-text.navbar-content:active,
.button-text.navbar-content:focus {
  color: #2b2b2b;
}

.button-text.navbar-content.cta {
  color: #000;
  font-size: 14px;
  font-weight: 700;
}

.button-text.navbar-content.cta._9-10-24-update {
  font-weight: 700;
}

.inpiration-cards {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: auto;
  margin-top: 0;
  padding: 80px 24px 60px;
  display: flex;
}

.onboarding-bio-header {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.onboarding-bio-header.connect {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  object-fit: fill;
  max-width: 800px;
}

.onboarding-bio-header.banner-image {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.achievement-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: rgba(133, 133, 132, 0.2);
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 368px;
  display: flex;
}

.image-51 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 335px;
  display: flex;
}

.image-placeholder-7 {
  object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.nft-info-15 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 20px 30px 25px;
  display: flex;
}

.avatar-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.base-body---space-mono-106 {
  color: #3b3b3b;
  letter-spacing: 0.05em;
  font-family: Space Mono, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.athlete-about {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 0 20px;
  display: flex;
  position: relative;
}

.athlete-about-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: block;
}

.athlete-about-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.athlete-about-content.verified-athlete {
  padding-top: 0;
  position: relative;
  top: -40px;
}

.athlete-about-pfp-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.athlete-about-pfp {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
  position: static;
}

.achievement-title {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-height: 1240.59vh;
  padding: 30px 10px;
  display: flex;
}

.achievement-title.athlete-profile-page {
  padding-top: 0;
  padding-bottom: 0;
}

.section-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.section-title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.columns {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  display: flex;
}

.listed-achievement-card-internal {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: block;
}

.athlete-info {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.athlete-avatar {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.link-block-10,
.link-block-11 {
  text-decoration: none;
}

.achievement-card-base {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 20px;
  flex-direction: column;
  order: -1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.base-body---open-sans {
  color: #3b3b3b;
  text-align: left;
  letter-spacing: 1px;
  object-fit: cover;
  flex: 0 auto;
  align-self: center;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.base-body---open-sans.sold-feed-card {
  align-self: flex-start;
  font-size: 16px;
}

.base-body---open-sans.sold-feed-card.right-side {
  align-self: flex-end;
}

.base-body---open-sans.achievement-card-listed {
  font-size: 16px;
}

.base-body---open-sans.athlete-profile-link {
  flex-direction: row;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.base-body---open-sans.usd {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.base-body---open-sans.eth {
  flex: none;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.base-body---open-sans.of-days-card.right-side {
  font-family: Open Sans, sans-serif;
}

.base-body---open-sans.athlete-profile-page {
  text-align: left;
  max-width: 500px;
  margin-top: 20px;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
}

.base-body---open-sans.right-side {
  align-self: flex-end;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.base-body---open-sans.prices {
  flex: none;
  font-size: 16px;
}

.base-body---open-sans.intro {
  font-size: 14px;
}

.base-body---open-sans.verified-athlete {
  color: var(--black);
  margin-top: -10px;
  font-weight: 700;
}

.base-body---open-sans.onboarding {
  text-align: center;
}

.base-body---open-sans.achievement-card-status {
  font-style: italic;
  font-weight: 400;
  text-decoration: none;
}

.base-body---open-sans.semi-bold {
  font-weight: 600;
}

.base-body---open-sans.footer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
}

.base-body---open-sans.footer.copyright {
  align-items: flex-start;
}

.base-body---open-sans.about-body {
  font-size: 14px;
}

.base-body---open-sans.inspire,
.base-body---open-sans.inspire.about {
  font-size: 18px;
}

.base-body---open-sans.inspire.hero {
  text-align: center;
  letter-spacing: normal;
  font-size: 18px;
}

.base-body---open-sans.inspire.hero-sub-text {
  text-align: center;
  letter-spacing: normal;
  align-self: center;
  max-width: 500px;
  font-size: 18px;
}

.base-body---open-sans.about {
  align-self: center;
  font-size: 20px;
}

.base-body---open-sans.confirm-mint-auction {
  min-width: 75%;
  max-width: 50px;
  padding-top: 20px;
}

.base-body---open-sans.confirm-mint-auction.bottom-text {
  padding-top: 60px;
  padding-bottom: 20px;
}

.base-body---open-sans.tab-header {
  color: var(--black);
  text-align: center;
  padding-top: 10px;
  font-size: 14px;
}

.base-body---open-sans.create-page {
  text-align: center;
  letter-spacing: normal;
  align-self: center;
}

.base-body---open-sans.create-page.submit-effort {
  margin-bottom: 20px;
  font-size: 16px;
}

.base-body---open-sans.create-page.submit-effort.register {
  text-align: center;
  font-size: 16px;
}

.base-body---open-sans.feed-search-bar {
  min-width: 100%;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.base-body---open-sans.share,
.base-body---open-sans.more-from-athlete {
  align-self: flex-end;
  font-family: Open Sans, sans-serif;
}

.base-body---open-sans.participant-details-sub-text {
  text-align: center;
  letter-spacing: normal;
  font-size: 14px;
}

.base-body---open-sans.who-is-registering-header {
  text-align: center;
  padding: 20px;
  font-size: 14px;
  font-weight: 700;
}

.base-body---open-sans.who-is-registering-header._1-2 {
  letter-spacing: 0.2px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 0;
  font-size: 16px;
  line-height: 150%;
}

.base-body---open-sans.who-is-registering-header._1-2.what-events {
  color: #000;
  text-align: center;
  letter-spacing: normal;
  font-size: 20px;
  line-height: 120%;
}

.base-body---open-sans.who-is-registering-header._1-2.tracksmith {
  font-family: Saintecolombe, sans-serif;
  font-weight: 300;
}

.base-body---open-sans.welcome-to-movemint {
  text-align: center;
  letter-spacing: normal;
  align-self: center;
  font-size: 16px;
}

.base-body---open-sans.who-is-registering-header-copy {
  text-align: center;
  padding: 20px;
  font-size: 14px;
  font-weight: 700;
}

.base-body---open-sans.who-is-registering-header-copy._1-2 {
  letter-spacing: 0.2px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
  font-size: 16px;
  line-height: 150%;
}

.base-body---open-sans.who-is-registering-header-copy._1-2.what-events {
  margin-top: 60px;
}

.activity-frame {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 3px solid rgba(133, 133, 132, 0.2);
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.activity-frame.achievement-page {
  border-radius: 20px;
}

.activity-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: space-around;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 10px;
  display: flex;
}

.time-left {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.current-price {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  height: 26px;
  padding-bottom: 10px;
  padding-right: 10px;
  display: flex;
}

.eth {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.prices-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.achievement-card-feed-spacing {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 0;
  display: flex;
}

.achievement-card-alignment {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.achievement-card-alignment.achievement-page {
  padding-top: 0;
}

.achievment-info-frame-top {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: rgba(133, 133, 132, 0.2);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 10px 15px;
  display: flex;
}

.athlete-avatar-wrapper-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.athlete-avatar-wrapper-card.auction-information-achievement-page {
  flex-direction: row;
  justify-content: flex-start;
  display: none;
}

.athlete-pfp-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.achievemnt-info-frame-bottom {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: rgba(133, 133, 132, 0.2);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 10px 15px;
  display: flex;
}

.auction-information {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.auction-information.right-side {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.auction-information.right-side.auction-information-achievement-page {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
}

.auction-information.left-side {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: flex-end;
}

.caption---space-mono {
  color: #3b3b3b;
  text-align: right;
  letter-spacing: 0.05em;
  white-space: nowrap;
  font-family: Space Mono, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
}

.caption---space-mono.current-price {
  height: auto;
  padding-bottom: 0;
}

.prices-card-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.auction-information-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex: 0 auto;
  align-self: stretch;
  display: flex;
}

.html-embed {
  flex: 1;
  align-self: auto;
}

.achievement-title-link {
  color: var(--black);
  text-decoration: none;
}

.athlete-profile-link {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.athlete-profile-link.w--current {
  text-decoration: none;
}

.card-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: flex-start;
  display: flex;
}

.see-more-button {
  align-self: center;
}

.see-more-button.feature {
  align-self: center;
  width: 300px;
  max-height: none;
  margin-top: 0;
  padding: 0;
}

.unlisted-achievement-card {
  width: 100%;
  height: 100%;
}

.column-91 {
  position: static;
}

.athlete-profile-banner {
  object-fit: fill;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 28%, #fff);
  justify-content: flex-start;
  width: 10%;
  height: 300px;
  display: flex;
  position: relative;
}

.hero-image {
  object-fit: cover;
  order: 1;
  justify-content: center;
  width: 50vw;
  min-width: 50vw;
  max-width: 50vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.hero-image.organizer-page-hero {
  order: -1;
}

.hero-content-cta-button {
  flex-direction: column;
  align-self: center;
  align-items: center;
  display: flex;
}

.achievement-card-feed-padding {
  margin-top: 0;
  padding-top: 30px;
}

.achievement-card-feed-padding.athlete-profile-page {
  margin-top: 0;
}

.achievement-card-feed-padding.achievement-page {
  margin-top: 0;
  padding-top: 0;
}

.open-sea-wallet-link {
  text-decoration: none;
}

.achievement-card-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 517px;
  display: flex;
}

.h3---space-mono {
  letter-spacing: 1px;
  -webkit-text-stroke-color: rgba(0, 0, 0, 0);
  order: -1;
  align-self: center;
  font-family: Space Mono, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.h3---space-mono.onboarding-bio-header {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  line-height: 37px;
}

.h3---space-mono.about-page {
  color: var(--black-almost);
  text-align: left;
  align-self: center;
  align-items: flex-start;
  line-height: 38px;
}

.h3---space-mono.about-page.cta {
  align-items: center;
}

.h3---space-mono.feature {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  align-self: center;
  margin: 20px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
}

.h3---space-mono.inspo {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  align-self: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 40px;
  font-size: 25px;
}

.h3---space-mono.athletes {
  order: 0;
}

.h3---space-mono.selling-achievement {
  text-align: center;
}

.h3---space-mono.participant-details-header {
  margin: 20px;
  font-family: Open Sans, sans-serif;
  line-height: 37px;
}

.h3---space-mono.participant-details-header.tracksmith {
  color: #0a1e32;
  font-family: Saintecolombe, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.41;
}

.h3---space-mono.welcome-to-movemint-header {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 30px;
  line-height: 37px;
  display: flex;
}

.h3---space-mono.registration-page-header {
  text-align: center;
  letter-spacing: 0.2px;
  order: 1;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  line-height: 37px;
}

.h3---space-mono.registration-page-header._2-0 {
  align-self: flex-start;
  font-size: 16px;
  line-height: 120%;
}

.sold-achievement-card {
  width: 100%;
  height: 100%;
}

.h4---open-sans {
  letter-spacing: 1px;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.cohort-pfp-image-wrapper {
  border-radius: 200px;
}

.athlete-profile-banner-placeholder {
  object-fit: cover;
  flex: 0 auto;
  width: auto;
  min-width: 100vw;
  max-width: 100vw;
  height: 200px;
  min-height: 100%;
  max-height: 100%;
  position: static;
  overflow: auto;
}

.athlete-about-gradient {
  z-index: 0;
  background-image: linear-gradient(to top, var(--white), transparent);
  object-fit: fill;
  min-width: 100vw;
  height: 100px;
  margin-top: -100px;
  margin-bottom: 10px;
  padding-top: 0;
  display: flex;
  position: static;
  inset: 317px 0% 0%;
}

.amity-hero {
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 auto;
  min-width: 100%;
  max-width: 100%;
  display: block;
  position: static;
  overflow: auto;
}

.achievement-info-top-row {
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.h4---space-mono {
  letter-spacing: 1px;
  font-family: Space Mono, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.h4---space-mono.achievement-card-title {
  color: #2b2b2b;
  font-family: Space Mono, sans-serif;
  font-weight: 700;
}

.mint-confirmation-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  max-width: 700px;
  padding-top: 100px;
  display: flex;
}

.mint-confirmation-buttons {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  margin-top: 20px;
  display: flex;
}

.mint-auction-confirmation-alignment {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 0;
  display: flex;
}

.landing-section {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-height: 100vh;
  padding: 0 24px;
  display: flex;
}

.landing-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100vh;
  display: flex;
}

.column-1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.image-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.column-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.icons-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.landing-content-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #2b2b2b;
  flex-direction: column;
  display: flex;
}

.navbar-logged-in-create {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100vw;
  max-height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Open Sans, sans-serif;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbarcontainer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  display: flex;
}

.navbarcontainer.update-5-28 {
  justify-content: space-between;
  margin-left: 20px;
  margin-right: 20px;
}

.navbarcontainer.update-9-10-24 {
  justify-content: space-between;
  margin-left: 40px;
  margin-right: 40px;
}

.navbar-content {
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  padding-top: 0;
  font-family: Space Mono, sans-serif;
  display: flex;
}

.navbar-brand-image-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 150px;
  display: flex;
}

.navbar-link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.navbar-link.w--current {
  max-height: 60px;
}

.navbar-link._5-28-update {
  color: #2b2b2b;
  font-size: 14px;
}

.navbar-link._5-28-update:hover {
  color: var(--movemint-gradient-color-1);
}

.navbar-link._5-28-update:active {
  flex: 1;
}

.navbar-link._5-28-update.event-management-link {
  font-size: 14px;
}

.navbar-link._5-28-update.event-management-link.event-creation {
  background-color: rgba(255, 255, 255, 0);
}

.navbar-link.dropdown {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
}

.navbar-link._9-10-24-update {
  color: #2b2b2b;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
}

.navbar-link._9-10-24-update.event-management-link {
  order: 0;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  line-height: 120%;
}

.navbar-link._9-10-24-update {
  color: #2b2b2b;
  font-size: 14px;
}

.navbar-link._9-10-24-update:hover {
  color: var(--movemint-gradient-color-1);
}

.navbar-link._9-10-24-update:active {
  flex: 1;
}

.navbar-link._9-10-24-update.dropdown {
  padding-left: 0;
  padding-right: 0;
}

.navbar-link._9-10-24-update.event-management-link {
  font-size: 14px;
}

.navbar-link._9-10-24-update.event-management-link.event-creation {
  background-color: rgba(255, 255, 255, 0);
}

.menu-button.w--open {
  background-color: var(--black);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.athlete-sold-achievement-card {
  width: 100%;
  height: 100%;
}

.body-gradient {
  z-index: -1;
  background-image: linear-gradient(103deg, rgba(238, 0, 255, 0), rgba(241, 93, 77, 0.1490196078) 32%, rgba(231, 160, 240, 0.1294117647) 64%, rgba(36, 180, 238, 0.1019607843));
  width: 100%;
  height: 100%;
  font-size: 14px;
  position: fixed;
  overflow: visible;
}

.body-gradient.tracksmith {
  background-color: #fff;
  background-image: none;
}

.navbar-logged-out {
  background-color: var(--white);
  justify-content: space-around;
  min-width: 440px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.navbar-menu-logged-in {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: rgba(255, 255, 255, 0.9019607843);
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  max-height: 60px;
  display: flex;
  position: relative;
}

.navbar-loggen-in-no-create {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100vw;
  height: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.athlete-profile-page-wrapper {
  margin-top: 0;
  padding-top: 0;
  display: block;
}

.onboarding-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
  display: flex;
}

.form-block {
  flex: 0 auto;
  align-self: center;
  width: 100%;
  max-width: 300px;
  margin-bottom: 0;
  display: block;
}

.form-block.interest {
  justify-content: center;
  max-width: 80%;
  display: flex;
}

.form-block.mint-confirmation-buttons {
  align-self: center;
  max-width: 500px;
  margin-top: 0;
  display: block;
}

.form-block.mint-confirmation-buttons.achievement-card-button {
  max-width: 100%;
  margin-top: 0;
}

.form-block.sale-price {
  flex: 0 auto;
  align-self: center;
  width: auto;
  height: auto;
  min-height: 0;
  display: flex;
}

.onboarding-button-wrapper {
  width: 25vw;
  padding-top: 10px;
}

.onboarding-button-wrapper.onboarding-later-button {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-self: center;
  width: auto;
  padding-top: 0;
  display: flex;
}

.onboarding-button-wrapper.interests {
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  width: 50vw;
  padding-top: 0;
  display: flex;
}

.text-field {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 15px;
  font-family: Open Sans, sans-serif;
}

.text-field.sale-price {
  text-align: center;
  border: 1px solid #000;
  align-self: auto;
  align-items: center;
  max-width: 100px;
  display: flex;
}

.submit-button {
  background-color: var(--light-grey);
  color: var(--black);
  font-family: Space Mono, sans-serif;
}

.submit-button.button-text {
  background-color: rgba(217, 217, 217, 0.5803921569);
  border-radius: 10px;
  padding: 20px 40px;
  display: block;
}

.submit-button.button-text.get-post.profile-picture-upload.gradient {
  background-color: var(--white);
  background-image: linear-gradient(44deg, var(--movemint-gradient-color-1), var(--movemint-gradient-color-2) 50%, var(--movemint-gradient-color-3));
  text-align: center;
  flex: 0 auto;
  align-self: flex-end;
  width: 100%;
  min-width: 0%;
  max-width: 300px;
  margin-top: 0;
}

.submit-button.button-text.get-post.gradient {
  background-color: var(--white);
  background-image: linear-gradient(44deg, var(--movemint-gradient-color-1), var(--movemint-gradient-color-2) 50%, var(--movemint-gradient-color-3));
  white-space: normal;
  object-fit: fill;
  border-radius: 20px;
  width: 100%;
  min-width: 100%;
  max-width: 300px;
  min-height: 100%;
  max-height: 900px;
  margin-top: 0;
  overflow: visible;
}

.submit-button.button-text.get-post.gradient.interestes {
  width: 100%;
  min-width: 0%;
  max-width: 300px;
  height: 100%;
  max-height: 179%;
  margin-top: 0;
}

.submit-button.button-text.get-post.gradient.confirm-mint-auction {
  background-image: linear-gradient(45deg, var(--movemint-gradient-color-1), var(--movemint-gradient-color-2) 50%, var(--movemint-gradient-color-3));
  align-self: center;
  min-width: auto;
  max-width: 300px;
  margin-top: 0;
}

.submit-button.button-text.get-post.connect-with-strava {
  background-color: rgba(0, 0, 0, 0);
  background-image: url(https://d25qpvb0plkdqc.cloudfront.net/../images/btn_strava_connectwith_orange-a894c1c9128ea6d3b021029e8e7df4b99d334770c6c7ecf6266d561185929b72.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  align-self: flex-end;
  width: 193px;
  height: 48px;
  padding: 0;
}

.submit-button.button-text.get-post.connect-with-strava.profile-copy {
  width: 100%;
  height: 100%;
}

.submit-button.button-text.get-post.connect-with-rwgps {
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  background-image: url(https://d25qpvb0plkdqc.cloudfront.net/../images/Asset-1RWGPS.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  border-radius: 0;
  align-self: flex-end;
  width: 194px;
  height: 44px;
  padding: 0;
}

.submit-button.button-text.get-post.connect-with-rwgps.profile {
  width: 140px;
  height: 30px;
}

.submit-button.button-text.get-post.grey.confirm-mint-auction {
  width: 100%;
  min-width: auto;
  max-width: none;
}

.submit-button.button-text.get-post.grey {
  background-color: var(--white);
  background-image: linear-gradient(44deg, var(--movemint-gradient-color-1), var(--movemint-gradient-color-2) 50%, var(--movemint-gradient-color-3));
  white-space: normal;
  object-fit: fill;
  border-radius: 20px;
  width: 100%;
  min-width: 100%;
  max-width: 300px;
  min-height: 100%;
  max-height: 900px;
  margin-top: 0;
  overflow: visible;
}

.submit-button.button-text.get-post.grey.confirm-mint-auction {
  background-color: var(--grey);
  background-image: none;
  align-self: center;
  min-width: auto;
  max-width: 300px;
  margin-top: 0;
}

.profile-upload-buttons {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 300px;
  display: flex;
}

.grey-button {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #000;
  -webkit-text-stroke-color: #000;
  object-fit: scale-down;
  background-color: #000;
  background-image: linear-gradient(to right, #ff6250, #a259ff 45%, #09b7f6);
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  min-width: 0;
  max-width: 300px;
  height: 60px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Space Mono, sans-serif;
  text-decoration: none;
  display: flex;
}

.grey-button.cta {
  background-color: rgba(217, 217, 217, 0.5803921569);
  background-image: none;
  border: 1px #000;
  flex: 1;
  padding-top: 20px;
  padding-bottom: 20px;
}

.grey-button.cta.interest-buttons {
  margin-top: 20px;
}

.grey-button.cta.skip-save-participant-details {
  margin: 20px 10px 10px;
}

.grey-button.cta.skip-save-participant-details._1-2 {
  border-radius: 12px;
  height: auto;
  padding: 8px 12px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.grey-button.cta.skip-save-participant-details._1-2:active {
  box-shadow: none;
}

.grey-button.cta.skip-save-participant-details._1-2.component {
  margin-top: 10px;
}

.grey-button.cta.skip-save-participant-details._1-2.component:active {
  box-shadow: none;
}

.grey-button.cta.skip-save-participant-details._1-2.tracksmith {
  box-shadow: none;
  background-color: #9a825c;
  border-radius: 0;
}

.grey-button.cta.remove-participant {
  margin: 20px 10px 10px;
}

.grey-button.cta.remove-participant._1-2 {
  background-color: rgba(217, 217, 217, 0);
  border: 2px solid #d9d9d9;
  border-radius: 12px;
  height: auto;
  margin-top: 10px;
  padding: 8px 12px;
}

.grey-button.cta.remove-participant._1-2.component {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1607843137);
}

.grey-button.cta.remove-participant._1-2.component:active {
  box-shadow: none;
}

.grey-button.cta.remove-participant._1-2.component.tracksmith {
  box-shadow: none;
  background-color: #9a825c;
  border-radius: 0;
}

.grey-button.cta.logout {
  margin: 20px 10px 10px;
}

.grey-button.cta.logout._1-2 {
  background-color: rgba(217, 217, 217, 0);
  border: 2px solid #d9d9d9;
  border-radius: 12px;
  height: auto;
  margin-top: 10px;
  padding: 8px 12px;
}

.grey-button.cta.logout._1-2.settings {
  border-radius: 8px;
  max-width: 100px;
}

.grey-button.cta.logout._1-2.settings:hover {
  background-color: #d9d9d9;
}

.grey-button.cta.logout._1-2.settings:active {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
}

.grey-button.cta.logout._1-2.connect-later {
  border-radius: 8px;
}

.grey-button.cta.logout._1-2.connect-later:hover {
  background-color: #d9d9d9;
}

.grey-button.cta.logout._1-2.connect-later:active {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
}

.grey-button.cta.logout._1-2.settings-copy {
  border-radius: 8px;
  max-width: 100px;
  margin: 0;
}

.grey-button.cta.logout._1-2.settings-copy:hover {
  background-color: #d9d9d9;
}

.grey-button.cta.logout._1-2.settings-copy:active {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
}

.checkbox-label {
  font-family: Open Sans, sans-serif;
}

.checkbox-field {
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  min-width: auto;
  display: flex;
}

.checkbox-field.right {
  align-self: flex-start;
}

.cell {
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: flex-start;
}

.checkbox {
  align-self: auto;
  margin-right: 10px;
}

.quick-stack {
  grid-column-gap: 30px;
  align-self: auto;
  padding: 0;
}

.form-2 {
  flex-direction: column;
  flex: 0 auto;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.interest-save-button {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.achievement-card-status {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.onboarding-header-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-self: auto;
  display: flex;
}

.confirm-mint-auction {
  min-width: 100%;
}

.confirm-mint-auction.top {
  justify-content: center;
  max-width: 500px;
  display: flex;
}

.confirm-mint-auction.mint-achievement-button {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.text-block {
  font-family: Space Mono, sans-serif;
}

.text-block.sale-price {
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 16px;
}

.text-block.dollar-sign {
  text-align: left;
  align-self: flex-start;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
}

.onboarding.bio-form {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 15px;
  font-family: Open Sans, sans-serif;
}

.interests-cell {
  flex-wrap: nowrap;
}

.step-block {
  flex-wrap: nowrap;
  place-content: center space-around;
  align-items: center;
  min-height: 80vh;
  margin-top: -1px;
  display: flex;
  position: relative;
}

.grid-footer-v1---5-column {
  grid-column-gap: 40px;
  grid-template-rows: repeat(auto-fit, minmax(109px, 1fr));
  grid-template-columns: 0.5fr 1fr;
  grid-template-areas: "Area Area";
  grid-auto-rows: 141px;
  grid-auto-flow: row;
}

.footer-logo {
  max-width: 100%;
}

.footer-top {
  min-width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-list-item {
  margin-bottom: 8px;
  padding-left: 0;
}

.social-icon {
  width: 40px;
}

.footer-wrapper {
  background-color: #fff;
  border-top: 1px solid #f7f7fc;
  min-width: 100%;
  max-width: none;
  display: flex;
}

.grid-footer-v1---2-columns {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
}

.grid-footer-v1---2-columns.grid-center {
  align-items: center;
}

.grid-footer-v1---2-columns.grid-center.bottom {
  flex-direction: row;
  grid-template-rows: repeat(auto-fit, minmax(20px, 0));
  grid-template-columns: 1fr;
  justify-content: center;
  display: flex;
}

.footer-list-wrapper {
  text-align: right;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.footer-link {
  opacity: 1;
  color: var(--black);
  mix-blend-mode: normal;
  font-family: Space Mono, sans-serif;
  font-size: 14px;
  text-decoration: none;
}

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

.social-media-grid-top {
  grid-column-gap: 22px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: minmax(38px, 0.25fr);
  grid-template-columns: repeat(auto-fit, 19px);
  justify-content: start;
  justify-items: start;
}

.container-default {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.footer-logo-wrapper {
  max-width: 150px;
  margin-bottom: 0;
}

.footer-bottom {
  border-top: 1px solid #eff0f6;
  padding-top: 24px;
  padding-bottom: 24px;
}

.social-icon-link {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-left-side,
.footer-right-side {
  flex-direction: column;
  display: flex;
}

.feature {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100%;
  max-height: 100vh;
  margin-top: 0;
  padding: 80px 40px;
  display: flex;
}

.feature.section {
  min-height: auto;
}

.cohort {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100%;
  max-height: 100vh;
  margin-top: 0;
  padding: 0 20px 0 0;
  display: none;
}

.hero-content-wrapper {
  order: 0;
  align-self: auto;
  width: 100%;
}

.hero-content-wrapper.feature {
  padding-top: 0;
  padding-bottom: 20px;
}

.chas-hero {
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 auto;
  order: 0;
  min-width: 100%;
  max-width: 100%;
  min-height: auto;
  display: block;
  position: static;
}

.athletes-banner {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  display: flex;
}

.cohort-pfp-columns-mobile {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: row;
  flex: 0 auto;
  place-content: flex-start center;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  display: none;
}

.cohort-wrapper-mobile {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.cohort-pfp-image-mobile {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 270px;
  height: 270px;
  display: flex;
}

.about-page {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-no-image {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 40px 24px;
  display: flex;
}

.small-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 960px;
  padding: 60px 32px;
  display: flex;
}

.movemint-logo-about {
  object-fit: cover;
}

.about-content-header-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 100%;
  display: flex;
}

.features-list {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 40px 15px;
  display: flex;
}

.columns-66 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 960px;
  display: flex;
}

.content-about-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 24px;
  display: flex;
}

.features-copy-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.movemint-explained-globe {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: contain;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 100%;
  height: 100%;
  display: flex;
}

.features-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.athlete-signup-request {
  padding-left: 10px;
  padding-right: 10px;
}

.about-cta {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 40px 24px;
  display: flex;
}

.copyright-wrapper {
  flex: 1;
  display: block;
}

.intro-copy {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.inspo-header {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.html-embed-2 {
  align-self: center;
  margin-bottom: 0;
}

.html-embed-2-mobile {
  align-self: center;
  margin-bottom: 0;
  display: none;
}

.toc-section {
  width: 100%;
  margin-top: 60px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.internationalization-dropdown {
  justify-content: flex-end;
  display: flex;
}

.internationalization-dropdown-wrapper {
  justify-content: flex-end;
  align-self: flex-end;
  max-width: 130px;
  display: flex;
}

.dropdown-toggle {
  padding-top: 10px;
  padding-bottom: 10px;
}

.home-hero-2 {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding: 0;
  display: flex;
}

.hero-image-2 {
  object-fit: fill;
  order: -1;
  justify-content: center;
  width: auto;
  min-width: 50%;
  height: 100vh;
  display: flex;
  position: relative;
}

.hero-image-2.strava-map {
  align-self: stretch;
  display: block;
}

.hero-2-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 100%;
  padding-left: 60px;
  padding-right: 0;
  display: flex;
}

.hero-2-content.hero-copy {
  padding-left: 10px;
  padding-right: 60px;
}

.column-model {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  order: 0;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.movemint-globe-wrapper-1,
.movemint-globe-wrapper-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.content-about-1 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 24px;
  display: flex;
}

.column-model-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  order: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.movemint-explained-globe-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: contain;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 100%;
  height: 100%;
  display: flex;
}

.features-list-bottom {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 40px 15px;
  display: flex;
}

.tab-nav-item {
  grid-column-gap: 0.5em;
  color: rgba(255, 255, 255, 0.5019607843);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 999em;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 0.9em 2em;
  transition: all 0.3s;
  display: flex;
  position: relative;
}

.tab-nav-item:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.tab-nav-item.w--current {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  font-weight: 500;
}

.tab-nav-item._02 {
  grid-column-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  padding: 0.9px 0 10px;
}

.tab-nav-item._02.w--current {
  padding-top: 0;
}

.tab-nav-item._01 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 0 10px;
}

.tab-nav-item._01.w--current {
  flex-direction: column;
  justify-content: center;
  align-self: flex-end;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 10px;
}

.tabs-nav-item-underline2 {
  grid-column-gap: 0.5em;
  color: rgba(255, 255, 255, 0.5019607843);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 999em;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 0.9em 2em;
  transition: all 0.3s;
  display: flex;
  position: relative;
}

.tabs-nav-item-underline2:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.tabs-nav-item-underline2.w--current {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  font-weight: 500;
}

.tabs-container {
  width: 100%;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.selling-tabs-wrapper {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  min-height: 100vh;
  padding: 20px 15px;
  display: flex;
}

.selling-achievenemt-tabs {
  padding-top: 40px;
}

.tab-content {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tabs-nav-item {
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 999em;
  flex: 1;
  padding: 1em 2em;
  transition: all 0.3s;
  position: relative;
}

.tabs-nav-item:hover {
  background-color: #525252;
}

.tabs-nav-item.w--current {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  font-weight: 500;
}

.tab-content-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sale-price-form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.tabs-content-wrapper {
  margin-top: 2em;
  overflow: visible;
}

.tab-underline {
  z-index: 0;
  background-color: var(--black);
  border-radius: 999em;
  height: 2px;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tabs-underline-wrapper {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 1.4em;
  align-items: center;
  padding: 1em 2.5em 1.2em;
  display: flex;
}

.sale-price-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  object-fit: fill;
  flex: 0 auto;
  align-items: center;
  height: 38px;
  display: flex;
  position: relative;
  right: 8px;
}

.buy-now-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.listed-achievement-card-external-buy-now {
  flex: 1;
  width: 100%;
  height: 4%;
}

.mint-sell-form-button {
  max-width: 300px;
}

.mint-sell-form-button.submit-button.button-text {
  background-color: var(--white);
  background-image: linear-gradient(44deg, var(--movemint-gradient-color-1), var(--movemint-gradient-color-2) 50%, var(--movemint-gradient-color-3));
  border-radius: 20px;
  min-width: 300px;
}

.auction-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.create-account-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  display: flex;
}

.create-account-image {
  object-fit: cover;
  min-width: 50vw;
  max-width: 50vw;
  min-height: 100vh;
}

.create-account-content-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  order: 0;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  width: auto;
  max-width: 500px;
  height: auto;
  padding: 0;
  display: flex;
}

.create-account-content-wrapper.submit-effort {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  max-width: none;
  padding-top: 20px;
  padding-bottom: 20px;
}

.create-account-content-wrapper.submit-effort.register {
  padding: 40px 30px;
}

.create-account-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  width: auto;
  max-width: none;
  display: flex;
}

.section-2 {
  order: -1;
  justify-content: center;
  align-self: auto;
  min-width: 50vw;
  min-height: 100vh;
  display: flex;
}

.html-embed-create-account-page {
  align-self: center;
  margin-bottom: 0;
  display: flex;
}

.activity-search-bar {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.search-bar-spacing {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 10px 0;
  display: flex;
}

.activity-search-bar-alignment {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.activity-search-bar-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  max-width: 517px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.activity-search-input {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
}

.activity-search-input.base-body---open-sans {
  letter-spacing: normal;
  font-size: 16px;
  font-weight: 400;
}

.activity-search-input.base-body---open-sans::placeholder {
  font-size: 14px;
}

.activity-search-input.base-body---open-sans.crm-search {
  padding-left: 46px;
}

.activity-search-button.button-text {
  background-color: var(--grey);
  letter-spacing: 0.02em;
  text-transform: none;
  border-radius: 10px;
  min-width: 150px;
  min-height: 35px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.activity-search-button.button-text.dashboard-2-0 {
  text-transform: none;
  min-width: auto;
}

.search {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  order: 0;
  align-self: center;
  align-items: center;
  min-width: 300px;
  display: flex;
}

.search.components.results {
  flex-flow: row;
  min-width: 150px;
}

.search.components-copy {
  flex-flow: row;
}

.search.components-copy-copy {
  flex-flow: row;
  align-self: flex-start;
}

.search.crm {
  line-height: 150px;
}

.text-block-2 {
  background-image: url(https://d25qpvb0plkdqc.cloudfront.net/../images/Movemint-Blob-5.png);
  background-position: 0%;
  background-repeat: repeat;
  background-size: auto;
  border: 1px solid #000;
  padding: 20px;
}

.text-block-2.base-body---open-sans {
  background-image: linear-gradient(115deg, rgba(249, 253, 0, 0.4196078431), rgba(238, 106, 111, 0.6));
  border-style: none;
  border-radius: 20px;
}

.athletes-profile-achievement-tabs {
  flex-direction: column;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.athletes-profile-achievement-tabs-menu {
  flex-direction: row;
  justify-content: center;
  align-self: auto;
  min-width: 517px;
  max-width: 517px;
  display: flex;
}

.athletes-profile-achievement-tab-link-1 {
  background-color: rgba(0, 0, 0, 0);
  min-width: 258.5px;
  display: block;
}

.athletes-profile-achievement-tab-link-1.w--current {
  background-color: var(--white);
  outline-offset: 0px;
  border: 1px #000;
  border-bottom-style: solid;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  outline: 3px #222;
  min-width: 258.5px;
  min-height: 50px;
}

.athletes-profile-achievement-tab-content {
  min-width: 100%;
}

.achievement-content {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.individual-achievement-frame {
  object-fit: fill;
  justify-content: flex-end;
  align-self: auto;
  align-items: flex-end;
  min-width: 50vw;
  height: auto;
  padding-left: 0;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.individual-achievement-frame.achievement-page {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
  margin-top: 0;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
}

.achievement-page-wrapper {
  background-image: url(https://d25qpvb0plkdqc.cloudfront.net/../images/Achievement-Page-Banner-4.jpg);
  background-position: 0 0;
  background-size: cover;
  flex-direction: row;
  justify-content: space-between;
  min-height: 100vh;
  margin-top: 0;
  padding: 0;
  display: block;
}

.achievement-banner-placeholder {
  object-fit: cover;
  flex: 0 auto;
  width: auto;
  min-width: 100vw;
  max-width: 100vw;
  height: 200px;
  min-height: 100%;
  max-height: 100%;
  display: none;
  position: static;
  overflow: auto;
}

.achievement-header-achievement-page {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-end;
  margin-bottom: 10px;
  display: flex;
}

.auction-information-achievement-page {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-radius: 20px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.auction-information-achievement-page.right-side {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.auction-information-achievement-page.left-side {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  width: auto;
}

.auction-information-copy {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.auction-information-copy.right-side {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.auction-information-copy.right-side.auction-information-achievement-page {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: flex-end;
  width: auto;
}

.acheievement-page-info-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50vw;
  margin-top: 0;
  padding: 0 0 0 30px;
  display: flex;
  position: relative;
}

.acheievement-page-info-wrapper.achievement-page {
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 50vw;
  height: 100vh;
  position: relative;
  inset: 0% 0% 0% auto;
}

.achievment-page-button-wrapper {
  align-self: flex-start;
  margin-top: 20px;
}

.achievment-page-button-wrapper.achievement-page {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  display: flex;
}

.sale-state {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.sale-state.w--current {
  text-decoration: none;
}

.achievement-bottom-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-self: auto;
  align-items: flex-start;
  display: flex;
}

.share-to-instagram {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  align-self: flex-start;
  align-items: stretch;
  display: flex;
}

.athlete-avatar-wrapper-card-desktop {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.athlete-avatar-wrapper-card-desktop.auction-information-achievement-page-desktop {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.visit-athlete-profile,
.see-more-info {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  align-self: flex-start;
  align-items: stretch;
  display: flex;
}

.achievement-page-alignment {
  flex-direction: row;
  justify-content: space-around;
  display: flex;
}

.bottom-text-achievement-page {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.hillary-hero {
  object-fit: cover;
  object-position: 100% 50%;
  flex: 0 auto;
  min-width: 100%;
  display: block;
  position: static;
  overflow: auto;
}

.hillary-hero.timer-page,
.hillary-hero.timer-page-2,
.hillary-hero.brand-page,
.hillary-hero.timer-page-2-copy {
  object-position: 50% 50%;
}

.hero-heading-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

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

.hero-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 20px;
  display: flex;
}

.hero-split {
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: relative;
}

.hero-split.admin-page {
  margin-top: auto;
}

.shadow-two {
  border-radius: 8px;
  flex: 1;
  width: 100%;
  box-shadow: 0 4px 24px rgba(150, 163, 181, 0.0784313725);
}

.margin-bottom-24px {
  letter-spacing: normal;
  margin-bottom: 24px;
  font-size: 14px;
}

.heading {
  font-family: Space Mono, sans-serif;
  font-size: 32px;
}

.heading.h2---space-mono {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #ee6a6f, #a259ff 50%, rgba(75, 151, 250, 0.8));
  -webkit-background-clip: text;
  background-clip: text;
  border-radius: 10px;
  align-self: auto;
  font-family: Open Sans, sans-serif;
}

.heading.h2---space-mono.event-title-creation {
  color: var(--black);
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border: 1px solid #e9ecf0;
  max-width: 350px;
  margin: 0 0 5px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.heading.h2---space-mono.event-detail-hero-header {
  background-color: #000;
  background-image: none;
  font-size: 45px;
}

.heading.h2---space-mono.event-detail-interim-banner {
  color: #707070;
  text-align: center;
  background-color: #000;
  background-image: none;
  align-self: center;
  width: auto;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 120%;
}

.heading.h2---space-mono.event-detail-interim-banner.landing-page-mode {
  text-align: left;
  align-self: flex-start;
  margin-left: 0;
  margin-right: 0;
}

.heading.h2---space-mono.event-admin-interim-header {
  color: #707070;
  text-align: left;
  background-color: #000;
  background-image: none;
  align-self: flex-start;
  max-width: 350px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 8px;
  font-size: 24px;
}

.heading-2 {
  padding-left: 10px;
  padding-right: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  display: inline-block;
}

.heading-2.category-registration-title {
  margin-top: 0;
  margin-right: 8px;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  line-height: 120%;
}

.heading-2.category-registration-title._1-2 {
  line-height: 150%;
}

.heading-2.category-registration-title.tracksmith {
  text-align: center;
  font-family: Berthold Akzidenz Grotesk Extended, sans-serif;
}

.heading-2.audience-title {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
}

.heading-2.category-registration-title-copy {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 8px;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  line-height: 120%;
}

.heading-2.category-registration-title-copy._1-2 {
  line-height: 150%;
}

.heading-2.category-registration-title-copy.tracksmith {
  font-family: Saintecolombe, sans-serif;
}

.list-item {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.list-item.sub-event-list-item.optional-variant {
  border-color: var(--dark-grey);
  flex-direction: column;
  justify-content: center;
}

.list-item.sub-event-list-item.show-existing-variant.register-interim {
  max-width: none;
  padding: 20px 0;
}

.list-item.sub-event-list-item.show-existing-variant._1-2,
.list-item.sub-event-list-item.show-existing-variant._1-3,
.list-item.sub-event-list-item.show-existing-variant._1-4 {
  justify-content: space-between;
  max-width: none;
  padding-left: 10px;
  padding-right: 10px;
}

.list-item.sub-event-list-item.show-existing-variant._1-4.merch {
  flex: 1;
}

.list-item.sub-event-list-item.add-category-list-item {
  border-style: none;
  border-color: var(--dark-grey);
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0;
}

.list-item.sub-event-list-item.register-spacer {
  border-top: 1px solid #b6b0b0;
  flex-direction: column;
  justify-content: flex-end;
  align-self: auto;
  width: 100%;
  height: 1px;
  padding-top: 0;
  padding-bottom: 0;
}

.list-item.sub-event-list-item.audience-list-item {
  border-style: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.list-item.sub-event-list-item.audiences-spacer {
  border-top: 1px solid #b6b0b0;
  flex-direction: column;
  justify-content: flex-end;
  align-self: auto;
  width: auto;
  height: 1px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.list-item.donations-list-item {
  border: 1px solid var(--dark-grey);
  border-radius: 10px;
  justify-content: space-between;
  max-width: 940px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.list-item.send-to {
  border: 1px solid var(--dark-grey);
  border-radius: 10px;
  justify-content: space-between;
  max-width: 940px;
  margin: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.list-item.sub-event-list-item {
  border: 1px solid #595959;
  border-radius: 10px;
  justify-content: space-between;
  max-width: 940px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.list-item.sub-event-list-item.sub-event-list-spacer {
  border-top: 1px solid #b6b0b0;
  flex-direction: column;
  justify-content: flex-end;
  align-self: center;
  width: 100%;
  height: 1px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 0;
  padding-bottom: 0;
}

.list-item.sub-event-list-item.show-existing-variant {
  border-style: none;
  margin-top: 0;
  margin-bottom: 0;
}

.list-item.sub-event-list-item.show-existing-variant.activity-list {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: none;
  padding: 2px 0 5px;
}

.list-item.sub-event-list-item.show-existing-variant.register-interim {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  max-width: none;
  padding: 20px 0;
}

.list-item.sub-event-list-item.show-existing-variant.register-interim._1-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  list-style-type: none;
}

.list-item.sub-event-list-item.show-existing-variant.register-interim._1-2.reg-1-3 {
  background-image: linear-gradient(to bottom, var(--light-grey), var(--light-grey));
  border-radius: 8px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px;
  overflow: visible;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.list-item.sub-event-list-item.show-existing-variant.register-interim._1-2.reg-1-3.sub-event-list {
  min-width: 700px;
  position: relative;
}

.list-item.sub-event-list-item.show-existing-variant.register-interim._1-2.reg-1-3.race-day-list {
  border-style: solid;
  border-color: var(--grey);
  background-image: linear-gradient(to bottom, var(--white), var(--white));
  box-shadow: none;
  border-radius: 8px;
  padding-left: 36px;
  position: relative;
}

.list-item.sub-event-list-item.show-existing-variant.register-interim._1-2.reg-1-3.race-day-list.checked-in {
  background-image: linear-gradient(#d5ffcc, #d5ffcc);
}

.list-item.sub-event-list-item.show-existing-variant.register-interim._1-2.reg-1-3 {
  background-image: linear-gradient(#f2f2f2, #f2f2f2);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px;
  overflow: visible;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.list-item.sub-event-list-item.show-existing-variant._1-2 {
  justify-content: space-between;
  max-width: none;
  padding-left: 10px;
  padding-right: 10px;
}

.list-item.sub-event-list-item.show-existing-variant-copy {
  border-style: none;
  margin-top: 0;
  margin-bottom: 0;
}

.list-item.sub-event-list-item.show-existing-variant-copy.activity-list {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: none;
  padding: 2px 0 5px;
}

.list-item.sub-event-list-item.show-existing-variant-copy.register-interim {
  max-width: none;
  padding: 20px 0;
}

.list-item.sub-event-list-item.show-existing-variant-copy._1-2 {
  justify-content: space-between;
  max-width: none;
  padding-left: 10px;
  padding-right: 10px;
}

.sub-events-list {
  flex-direction: column;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.heading-3 {
  flex-flow: column;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.heading-3.interim {
  text-align: center;
}

.event-description {
  text-align: left;
  letter-spacing: normal;
  word-break: normal;
  border-radius: 10px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  line-height: 140%;
  display: block;
}

.event-description.event-page-2-0 {
  margin-top: 0;
}

.event-description.see-more {
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.body-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.paragraph-2 {
  letter-spacing: normal;
  margin-bottom: 0;
  font-size: 14px;
}

.paragraph-2.event-detail-interim-banner {
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  background-image: none;
  min-height: auto;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}

.paragraph-2.event-detail-interim-banner.landing-page-mode {
  text-align: left;
}

.paragraph-2.event-detail-interim-banner.landing-page-mode.date {
  display: none;
}

.paragraph-2.event-admin-interim-subheader {
  text-align: center;
  background-image: none;
  min-height: auto;
  margin-bottom: 0;
  padding-right: 10px;
  font-weight: 600;
}

.paragraph-2.event-admin-interim-subheader-copy {
  text-align: center;
  background-image: none;
  min-width: 50px;
  min-height: auto;
  margin-bottom: 0;
  padding-right: 10px;
  font-weight: 600;
}

.paragraph-2.contact-support-copy {
  text-align: left;
  background-image: none;
  min-width: 125px;
  min-height: auto;
  margin-bottom: 0;
  padding-right: 10px;
  font-weight: 600;
  text-decoration: none;
}

.sub-event-price {
  text-align: right;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}

.sub-event-price.tracksmith {
  font-family: Berthold Akzidenz Grotesk Extended, sans-serif;
}

.sub-event-title-and-price {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  margin: 10px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.sub-event-title-and-price.event-creation-form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.sub-event-title-and-price.donation-creation-form {
  flex-flow: wrap;
  justify-content: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.sub-event-title-and-price.send-email-form {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.course-maps {
  flex-direction: column;
  align-self: center;
  align-items: stretch;
  width: 100%;
  margin-bottom: 20px;
  padding-left: 0;
  display: flex;
}

.course-maps.interim {
  margin-bottom: 0;
}

.registration-info {
  justify-content: center;
  padding: 10px 0;
  font-size: 14px;
  display: flex;
}

.course-map {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 940px;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.course-map-info-frame-bottom {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: rgba(133, 133, 132, 0.2);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 10px 15px;
  display: flex;
}

.course-map-spacing {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
}

.course-map-alignment {
  width: 100%;
  padding-top: 5px;
}

.course-map-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.course-map-base {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 20px;
  flex-direction: column;
  order: -1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.course-map-info-frame-top {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: rgba(133, 133, 132, 0.2);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 10px 15px;
  display: flex;
}

.course-map-frame {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 3px solid rgba(133, 133, 132, 0.2);
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: space-around;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 10px;
  display: flex;
}

.wrapper.route-info-wrapper {
  justify-content: center;
}

.course-map-list-item {
  flex-direction: column;
  align-self: stretch;
  align-items: center;
  width: 100%;
  display: flex;
}

.contact-email {
  flex-direction: row;
  justify-content: center;
  align-self: center;
  font-size: 14px;
  display: flex;
}

.contact-website {
  flex-direction: row;
  place-content: center;
  font-size: 14px;
  display: flex;
}

.contact-phone-number {
  justify-content: center;
  align-self: center;
  font-size: 14px;
  display: flex;
}

.athlete-about-gradient-2 {
  object-fit: fill;
  background-image: linear-gradient(to top, #fff 2%, rgba(0, 0, 0, 0) 65%);
  flex-direction: row;
  justify-content: flex-start;
  width: auto;
  min-width: 100%;
  max-width: none;
  height: 200px;
  min-height: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.strava-routes-html-embed {
  flex: 1;
  align-self: auto;
}

.field-wrap {
  align-self: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.field-wrap.registration-date-wrap {
  margin: 0 5px;
  padding-top: 0;
  padding-bottom: 0;
}

.field-wrap.registration-date-wrap.reg-open {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: -10px;
}

.field-wrap.date-of-birth {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin: 0 10px 10px;
  padding-top: 0;
  padding-bottom: 0;
}

.field-wrap.date-of-birth._1-2 {
  width: 100%;
}

.field-wrap.date-of-birth.emailer {
  background-color: #dedede;
  border-radius: 8px;
  align-self: flex-start;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.field-wrap.date-of-birth.create-event {
  background-color: #dedede;
  border-radius: 8px;
  align-self: flex-start;
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.field-wrap.date-of-birth.create-event.sub-event-creation {
  width: 50%;
}

.field-wrap.date-of-birth.create-event.sub-event-creation.pricing {
  width: 25%;
}

.field-wrap.event-start-date {
  margin-right: -10px;
  padding-top: 0;
  padding-bottom: 0;
}

.field-wrap.reg-close {
  margin-bottom: 0;
  margin-right: -10px;
  padding-top: 0;
  padding-bottom: 0;
}

.field-wrap.profile-set-up {
  width: 100%;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
}

.date-field {
  background-color: var(--untitled-ui-gray200);
  color: #151e24;
  -webkit-text-stroke-color: var(--hero-form-background);
  border: 1px solid #e9ecf0;
  border-radius: 12px;
  width: 100%;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px 12px 52px;
  font-size: 14px;
  transition: all 0.25s;
  box-shadow: 1px 1px 2px rgba(114, 129, 167, 0.0392156863);
}

.date-field:hover {
  border-color: #ccd5e0;
}

.date-field:focus {
  border-color: #642eff;
}

.date-field::placeholder {
  color: #a0a6b0;
}

.date-field.event-start-date {
  background-color: var(--white);
  width: 350px;
  margin: 0 10px 5px 0;
}

.date-field.registration-close-date {
  background-color: var(--white);
  max-width: 350px;
  margin-bottom: 5px;
}

.date-field.date-of-birth {
  background-color: var(--white);
  width: auto;
  min-width: 300px;
  margin-right: 0;
  font-family: Open Sans, sans-serif;
}

.date-field.date-of-birth._1-2 {
  width: 100%;
  min-width: auto;
  margin-left: 10px;
  margin-right: 10px;
}

.date-field.date-of-birth._1-2.tracksmith {
  border-radius: 0;
  font-family: Saintecolombe, sans-serif;
}

.date-field.date-of-birth.emailer {
  box-shadow: none;
  border-color: #000;
  border-radius: 8px;
  width: 150px;
  min-width: auto;
  min-height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
}

.date-field.date-of-birth.emailer.time {
  width: 100px;
  min-width: auto;
  padding-left: 16px;
}

.date-field.date-of-birth.emailer-copy {
  box-shadow: none;
  border-color: #000;
  border-radius: 8px;
  width: 150px;
  min-width: auto;
  min-height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
}

.date-field.date-of-birth.emailer-copy.time {
  width: 100px;
  min-width: auto;
  padding-left: 16px;
}

.date-field.date-of-birth.create-event-field {
  box-shadow: none;
  border-color: #000;
  border-radius: 8px;
  width: 150px;
  min-width: auto;
  min-height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
}

.date-field.date-of-birth.create-event-field.time {
  background-color: rgba(255, 255, 255, 0.5019607843);
  border-style: none;
  width: 100px;
  min-width: auto;
  padding-left: 16px;
  font-size: 18px;
}

.date-field.reg-open-date,
.date-field.reg-close-date {
  background-color: var(--white);
  width: 350px;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 10px;
}

.date-field.event-date {
  background-color: var(--white);
  width: auto;
  min-width: 300px;
  margin-right: 0;
  font-family: Open Sans, sans-serif;
}

.date-field.event-date._1-2 {
  width: 100%;
  min-width: auto;
  margin-left: 10px;
  margin-right: 10px;
}

.date-field.event-date._1-2.tracksmith {
  border-radius: 0;
  font-family: Saintecolombe, sans-serif;
}

.date-field.event-date.emailer {
  box-shadow: none;
  border-color: #000;
  border-radius: 8px;
  width: 150px;
  min-width: auto;
  min-height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
}

.date-field.event-date.emailer.time {
  width: 100px;
  min-width: auto;
  padding-left: 16px;
}

.date-field.event-date.date-picker {
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.5019607843);
  border-style: none;
  border-color: #000;
  border-radius: 8px;
  width: 300px;
  min-width: auto;
  min-height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 18px;
}

.date-field.event-date.date-picker::placeholder {
  color: var(--dark-grey);
}

.date-field.event-date.date-picker.time {
  width: 100px;
  min-width: auto;
  padding-left: 16px;
}

.date-field.event-date.date-picker.create-an-event {
  color: var(--black);
  width: 100%;
  font-size: 14px;
}

.date-field.event-date.date-picker.create-an-event::placeholder {
  color: var(--dark-grey);
}

.date-field.event-date.date-picker.create-an-event.sub-event-creation {
  background-color: var(--white);
  font-size: 14px;
}

.date-field.event-date.date-picker.create-an-event.sub-event-creation::placeholder {
  color: var(--grey);
}

.date-field.event-date.date-picker.create-an-event.sub-event-creation.complex-pricing {
  background-color: #fff;
  background-image: linear-gradient(rgba(253, 161, 161, 0.5019607843), rgba(253, 161, 161, 0.5019607843));
}

.date-field.event-date.date-picker.create-an-event.sub-event-creation.complex-pricing::placeholder {
  background-color: var(--transparent);
  color: var(--movemint-gradient-color-1);
  background-image: none;
}

.field-icon {
  width: 24px;
  height: 24px;
  position: absolute;
  inset: auto auto auto 16px;
}

.field-icon.pick-a-date {
  color: var(--black);
}

.event-blurb {
  background-color: var(--white);
  letter-spacing: normal;
  -webkit-text-stroke-color: var(--hero-form-background);
  border: 1px solid #e9ecf0;
  border-radius: 10px;
  align-self: center;
  min-width: 250px;
  margin-top: 0;
  margin-bottom: 5px;
  margin-left: 0;
  font-size: 14px;
}

.text-field-2 {
  overflow-wrap: break-word;
  border: 1px solid #e9ecf0;
  border-radius: 10px;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
}

.text-field-2.tired-price,
.text-field-2.donation-amount {
  width: 100px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.text-field-2.donation-amount.tracksmith {
  border-radius: 0;
  font-family: Saintecolombe, sans-serif;
}

.text-field-2.sliding-scale-pricing {
  width: 100px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.text-field-2.sliding-scale-pricing.tracksmith {
  border-radius: 0;
  font-family: Saintecolombe, sans-serif;
}

.event-description-creation {
  letter-spacing: normal;
  border: 1px solid #e9ecf0;
  border-radius: 10px;
  min-height: 100px;
  margin: 0 0 5px;
  font-size: 14px;
  display: flex;
}

.text-field-4 {
  border: 1px solid #e9ecf0;
  border-radius: 10px;
}

.text-field-4.participant-limit {
  width: 100px;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
}

.form-block-2 {
  width: 100%;
}

.max-field-size {
  border: 1px solid #e9ecf0;
  border-radius: 10px;
  align-self: flex-start;
  width: 100px;
}

.form-block-3 {
  width: 100%;
}

.checkbox-field-2 {
  flex-direction: row;
  align-self: center;
  padding-top: 5px;
  padding-left: 0;
  display: flex;
}

.checkbox-label-2 {
  margin-right: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.add-course-map-to-event-checkbox {
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  transform: scale(1.8);
}

.fixed-course-map-header {
  z-index: 10;
  background-color: var(--white);
  flex-direction: column;
  margin-top: 50px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.course-map-spacer {
  height: 0;
  margin-top: 200px;
}

.heading-4 {
  background-image: linear-gradient(to right, var(--movemint-gradient-color-3), var(--movemint-gradient-color-1) 56%, var(--movemint-gradient-color-2));
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 32px;
}

.text-block-6 {
  padding: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.div-block-24 {
  border: 1px solid var(--dark-grey);
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
}

.text-block-7 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
}

.text-block-8 {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}

.square {
  z-index: 4;
  border-radius: 0.5em;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  display: flex;
  position: relative;
}

.square.is--hamburger {
  background-color: #131313;
  transition: background-color 0.2s;
}

.square.is--hamburger:hover {
  background-color: #1f1f1f;
}

.container-4 {
  flex-direction: column;
  justify-content: space-around;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 10px;
  display: flex;
}

.participant-grid {
  grid-row-gap: 16px;
  border-radius: 10px;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 1fr 0.5fr;
  grid-auto-flow: row;
  padding: 10px 10px 0;
}

.text-block-9 {
  text-align: center;
  overflow-wrap: anywhere;
  font-size: 14px;
}

.participant-totals {
  text-align: center;
  overflow-wrap: anywhere;
  font-size: 14px;
  font-weight: 700;
}

.container-5 {
  width: auto;
  max-width: none;
}

.f-tab-pane {
  background-color: var(--flowui-component-library-gray-100);
  border-radius: 12px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px;
  font-family: Open Sans, sans-serif;
}

.f-tab-button-line {
  border-bottom: 2px solid var(--flowui-component-library-grey-300);
  color: var(--flowui-component-library-primary-darker);
  text-align: center;
  letter-spacing: -0.01em;
  background-color: #fff;
  border-radius: 10px;
  margin: 5px;
  padding: 12px 44px;
  font-size: 14px;
}

.f-tab-button-line.w--current {
  border-bottom-color: var(--flowui-component-library-primary-base);
  background-color: #fff;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--turquoise), white);
  color: var(--flowui-component-library-primary-base);
  border-radius: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: 400;
}

.f-tab-menu {
  align-self: center;
  margin-bottom: 10px;
}

.f-tab {
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.f-tab._1-2 {
  margin-top: 0;
}

.text-block-10 {
  color: var(--black);
}

.tabs-content {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.f-dropdown {
  width: 100%;
  max-width: 240px;
}

.dropdown-link {
  background-color: var(--white);
  letter-spacing: normal;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.dropdown {
  overflow: visible;
}

.dropdown-list {
  z-index: 100;
  right: 0;
}

.dropdown-list.w--open {
  max-height: 300px;
  overflow: auto;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.f-tab-pane-2 {
  background-color: var(--flowui-component-library-gray-100);
  border-radius: 10px;
  width: 100%;
}

.f-tab-button-line-2 {
  border-bottom: 2px solid var(--flowui-component-library-grey-300);
  color: var(--flowui-component-library-primary-darker);
  text-align: center;
  letter-spacing: -0.01em;
  background-color: #fff;
  border-radius: 10px;
  margin: 5px;
  padding: 12px 44px;
  font-size: 14px;
}

.f-tab-button-line-2.w--current {
  border-bottom-color: var(--flowui-component-library-primary-base);
  background-color: #fff;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--turquoise), white);
  color: var(--flowui-component-library-primary-base);
  border-radius: 10px;
  margin: 5px;
  font-weight: 500;
}

.f-tab-menu-2 {
  margin-bottom: 24px;
}

.price-tier {
  border: 1px solid var(--dark-grey);
  border-radius: 10px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
}

.price-tier.first-price-tier {
  flex-direction: column;
  display: flex;
}

.email,
.password {
  color: var(--black);
  overflow-wrap: break-word;
  border: 1px solid #e9ecf0;
  border-radius: 10px;
  font-family: Open Sans, sans-serif;
}

.form-block-4,
.div-block-25 {
  align-self: center;
}

.link {
  text-align: center;
  align-self: center;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.first-name {
  color: var(--black);
  overflow-wrap: break-word;
  border: 1px solid #e9ecf0;
  border-radius: 10px;
  font-family: Open Sans, sans-serif;
}

.f-paragraph-small-2 {
  letter-spacing: -0.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-margin-bottom-28 {
  margin-bottom: 28px;
}

.f-sub-heading-regular {
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -0.03em;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.f-margin-bottom-12 {
  margin-bottom: 12px;
}

.f-icon-large {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.f-modal-icon-success {
  color: var(--flowui-component-library-success-base);
  background-color: rgba(37, 204, 136, 0.1019607843);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.email-confirmation-modal {
  z-index: 1000;
  border: 1px solid var(--flowui-component-library-gray-100);
  color: var(--flowui-component-library-gray-900);
  text-align: center;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vh;
  max-width: 468px;
  padding: 32px;
  font-family: Open Sans, sans-serif;
  display: block;
  position: fixed;
  inset: auto;
  box-shadow: 105px 105px 144px -32px rgba(27, 9, 67, 0.0392156863);
}

.div-block-26 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.confirm-email-background {
  z-index: 2;
  background-image: linear-gradient(to right, var(--movemint-gradient-color-1), var(--white));
  opacity: 0.5;
  width: 100vw;
  height: 100%;
  font-size: 14px;
  display: block;
  position: fixed;
}

.email-confirmation-wrapper {
  z-index: 999;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
}

.resend-confirmation-email-button {
  background-color: var(--light-grey);
  color: var(--black);
  border: 1px solid #000;
  border-radius: 10px;
  margin: 10px;
  font-size: 14px;
}

.div-block-28 {
  border-top: 1px solid #000;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.log-out {
  background-color: var(--light-grey);
  color: var(--black);
  border: 1px solid #000;
  border-radius: 10px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 14px;
}

.login-image {
  object-fit: cover;
  min-width: 50vw;
  max-width: 50vw;
  min-height: 100vh;
}

.forgot-password-link {
  justify-content: center;
  align-self: center;
  margin: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.location {
  flex-direction: row;
  place-content: center;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.address-no-link {
  justify-content: center;
  align-self: center;
  margin-bottom: 20px;
  font-size: 14px;
  display: flex;
}

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

.event-status-text {
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  display: flex;
}

.event-status {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #000;
  border-radius: 20px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: 60px;
  margin: 0 10px 10px;
  padding: 15px 40px;
  display: flex;
}

.payments-container {
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.payment-status {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #000;
  border-radius: 20px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 96.5733%;
  min-height: 60px;
  margin: 0 10px 10px;
  padding: 15px 40px;
  display: flex;
}

.payments-status-text {
  flex-direction: row;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  display: flex;
}

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

.select-field {
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  border-radius: 20px;
  align-self: center;
  margin-top: 10px;
  margin-left: 10px;
  font-family: Space Mono, sans-serif;
  font-weight: 700;
}

.form-3 {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.update-event-status-form-block {
  align-self: center;
  margin-bottom: 0;
}

.event-status-with-update-wrapper {
  justify-content: center;
  align-self: center;
  display: flex;
}

.event-status-with-update-wrapper.v2 {
  justify-content: space-between;
}

.event-status-modal-wrapper {
  z-index: 1000;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0;
}

.event-status-modal-background {
  z-index: 999;
  background-image: linear-gradient(to bottom, var(--white), var(--white));
  opacity: 0.5;
  width: 100vw;
  height: 100vh;
  font-size: 14px;
  position: fixed;
}

.cancel-confirm-event-status,
.cancel-continue-to-stripe {
  background-color: var(--light-grey);
  color: var(--black);
  border: 1px solid #000;
  border-radius: 10px;
  margin: 10px;
  font-family: Space Mono, sans-serif;
  font-size: 14px;
}

.stripe-confirmation-box {
  z-index: 1000;
  border: 1px solid var(--flowui-component-library-gray-100);
  color: var(--flowui-component-library-gray-900);
  text-align: center;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 468px;
  margin: auto;
  padding: 32px;
  font-family: Open Sans, sans-serif;
  box-shadow: 105px 105px 144px -32px rgba(27, 9, 67, 0.0392156863);
}

.stripe-convirmation-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.resync-routes-wrapper {
  flex-direction: row;
  align-self: center;
  display: flex;
}

.participant-details {
  color: var(--black);
  flex-direction: column;
  align-items: center;
  display: flex;
}

.form-4 {
  flex-direction: column;
  display: flex;
}

.phone-number {
  color: var(--black);
  overflow-wrap: break-word;
  border: 1px solid #e9ecf0;
  border-radius: 10px;
  align-self: center;
  width: auto;
  min-width: 300px;
  min-height: 48px;
  margin: 0 10px 10px;
  font-family: Open Sans, sans-serif;
}

.phone-number._1-2 {
  width: 100%;
  min-width: auto;
  margin-left: 10px;
  margin-right: 10px;
}

.phone-number._1-2.tracksmith {
  border-radius: 0;
  font-family: Saintecolombe, sans-serif;
}

.participant-fields {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  display: flex;
}

.participant-fields._1-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.participant-fields.tracksmith {
  margin-bottom: 0;
}

.address {
  color: var(--black);
  overflow-wrap: break-word;
  border: 1px solid #e9ecf0;
  border-radius: 10px;
  align-self: center;
  width: auto;
  min-width: 300px;
  min-height: 48px;
  margin: 0 10px 10px;
  font-family: Open Sans, sans-serif;
}

.address._1-2 {
  width: 100%;
  min-width: auto;
  margin-left: 10px;
  margin-right: 10px;
}

.address._1-2.tracksmith {
  border-radius: 0;
  font-family: Saintecolombe, sans-serif;
}

.city {
  color: var(--black);
  overflow-wrap: break-word;
  border: 1px solid #e9ecf0;
  border-radius: 10px;
  align-self: center;
  width: auto;
  min-width: 300px;
  min-height: 48px;
  margin: 0 10px 10px;
  font-family: Open Sans, sans-serif;
}

.city._1-2 {
  width: 100%;
  min-width: auto;
  margin-left: 10px;
  margin-right: 10px;
}

.city._1-2.tracksmith {
  border-radius: 0;
  font-family: Saintecolombe, sans-serif;
}

.zip-code {
  color: var(--black);
  overflow-wrap: break-word;
  border: 1px solid #e9ecf0;
  border-radius: 10px;
  align-self: center;
  width: auto;
  max-width: none;
  min-height: 48px;
  margin: 0 10px 10px;
  font-family: Open Sans, sans-serif;
}

.zip-code._1-2 {
  width: 100%;
}

.zip-code._1-2.tracksmith {
  border-radius: 0;
  font-family: Saintecolombe, sans-serif;
}

.country {
  background-color: var(--white);
  color: var(--black);
  text-align: left;
  border-radius: 10px;
  align-self: center;
  width: 140px;
  min-height: 48px;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.country._1-2 {
  width: 100%;
}

.country._1-2.tracksmith {
  border-radius: 0;
  font-family: Saintecolombe, sans-serif;
}

.emergency-contact-name {
  color: var(--black);
  overflow-wrap: break-word;
  border: 1px solid #e9ecf0;
  border-radius: 10px;
  align-self: center;
  width: auto;
  min-width: 300px;
  min-height: 48px;
  margin: 0 10px 10px;
  font-family: Open Sans, sans-serif;
}

.emergency-contact-name._1-2 {
  width: 100%;
  min-width: auto;
  margin-left: 10px;
  margin-right: 10px;
}

.emergency-contact-name._1-2.tracksmith {
  border-radius: 0;
  font-family: Saintecolombe, sans-serif;
}

.emergency-contact-phone-number {
  color: var(--black);
  overflow-wrap: break-word;
  border: 1px solid #e9ecf0;
  border-radius: 10px;
  align-self: center;
  width: auto;
  min-width: 300px;
  min-height: 48px;
  margin: 0 10px 10px;
  font-family: Open Sans, sans-serif;
}

.emergency-contact-phone-number._1-2 {
  width: 100%;
  min-width: auto;
  margin-left: 10px;
  margin-right: 10px;
}

.emergency-contact-phone-number._1-2.tracksmith {
  border-radius: 0;
  font-family: Saintecolombe, sans-serif;
}

.participant-details-row {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.participant-details-row._1-2 {
  flex-flow: row;
  align-items: flex-start;
  width: auto;
}

.participant-details-row._1-2.emergency-contact {
  justify-content: flex-start;
  align-items: flex-end;
}

.participant-details-row.profile-set-up {
  flex-flow: column;
}

.state {
  background-color: var(--white);
  color: var(--black);
  text-align: left;
  border-radius: 10px;
  align-self: center;
  width: 140px;
  min-height: 48px;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.state._1-2 {
  width: 100%;
}

.state._1-2.tracksmith {
  border-radius: 0;
  font-family: Saintecolombe, sans-serif;
}

.participant-details-row-centered {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.participant-details-row-centered._1-2 {
  margin-top: 20px;
}

.participant-field-with-name._1-2 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.participant-detail-field-name {
  margin-left: 20px;
  margin-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
}

.participant-detail-field-name._1-2.waiver {
  margin: 0 10px;
  display: block;
}

.participant-detail-field-name._1-2.waiver.tracksmith,
.participant-detail-field-name._1-2.header.tracksmith,
.participant-detail-field-name._1-2.tracksmith {
  font-family: Saintecolombe, sans-serif;
}

.navbar-logged-in-with-events {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100vw;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 30px;
  padding: 30px;
  display: flex;
}

.margin-bottom-24px-2 {
  color: #3b3b3b;
  text-align: center;
  letter-spacing: normal;
  margin-bottom: 24px;
}

.heading-5 {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 35px;
}

.hero-stack {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

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

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-3 {
  color: #3b3b3b;
  letter-spacing: normal;
  margin-top: 10px;
  margin-bottom: 10px;
}

.margin-bottom-24px-3.let-s-get-started {
  margin-top: 40px;
}

.hero-without-image {
  background-color: var(--white);
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px 30px;
  position: relative;
}

.hero-wrapper-two-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.features-table {
  border-bottom: 1px solid #e4ebf3;
  padding: 30px;
  position: relative;
}

.features-table.launch-2024 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  letter-spacing: normal;
  -webkit-text-stroke-color: #3b3b3b;
  max-width: 530px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.comparison-table {
  flex-direction: column;
  margin-top: 50px;
  display: flex;
}

.comparison-row-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  grid-template: "."/1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-title {
  text-align: center;
  margin: auto;
}

.comparison-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-negative {
  letter-spacing: normal;
  margin-left: 24px;
  padding-left: 40px;
  font-family: Open Sans, sans-serif;
}

.comparison-negative.launch-2024 {
  font-size: 16px;
}

.comparison-positive {
  letter-spacing: normal;
  margin-left: 24px;
  padding-left: 40px;
  font-family: Open Sans, sans-serif;
}

.comparison-positive.launch-2024 {
  font-size: 16px;
}

.image-52 {
  margin: auto;
  display: block;
}

.features-table-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-2 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.comparison-table-2 {
  flex-direction: column;
  margin-top: 50px;
  display: flex;
}

.comparison-row-main-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-title-2 {
  margin-bottom: 0;
  margin-left: 24px;
}

.comparison-row-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-negative-2 {
  background-image: url(https://d25qpvb0plkdqc.cloudfront.net/../images/);
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.comparison-positive-2 {
  background-image: url(https://d25qpvb0plkdqc.cloudfront.net/../images/);
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.who-is-registering-wrapper {
  flex-direction: column;
  margin-top: 10px;
  display: flex;
}

.who-is-registering-wrapper._1-2 {
  width: 100%;
  margin-top: 0;
}

.who-is-registering-tab-menu {
  align-self: center;
  margin-bottom: 24px;
}

.who-is-registering-button {
  border-bottom: 2px solid var(--flowui-component-library-grey-300);
  color: var(--flowui-component-library-primary-darker);
  text-align: center;
  letter-spacing: -0.01em;
  background-color: #fff;
  border-radius: 10px;
  min-width: 175px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 12px 44px;
  font-size: 14px;
}

.who-is-registering-button.w--current {
  border-bottom-color: var(--flowui-component-library-primary-base);
  background-color: #fff;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--turquoise), white);
  color: var(--flowui-component-library-primary-base);
  border-radius: 10px;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 500;
}

.first-name-participant-detail {
  color: var(--black);
  overflow-wrap: break-word;
  border: 1px solid #e9ecf0;
  border-radius: 10px;
  align-self: center;
  width: auto;
  min-width: 300px;
  min-height: 48px;
  margin: 0 10px 10px;
  font-family: Open Sans, sans-serif;
}

.first-name-participant-detail._1-2 {
  width: 100%;
  min-width: auto;
}

.first-name-participant-detail._1-2.tracksmith {
  border-radius: 0;
  font-family: Saintecolombe, sans-serif;
}

.create-your-event-heading {
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.text-block-13 {
  flex-direction: column;
  align-items: center;
  margin: 20px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.create-or-participate-wrapper {
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 20px;
  display: flex;
}

.agree-to-waiver-copy {
  max-width: 500px;
  margin-right: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
}

.agree-to-waiver-copy._1-2 {
  order: 0;
  max-width: none;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.agree-to-waiver-checkbox {
  flex-direction: row;
  align-self: center;
  margin: 10px;
  padding-top: 5px;
  padding-left: 0;
  display: flex;
}

.agree-to-waiver-checkbox._1-2 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.add-course-map-to-event-checkbox-copy {
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  transform: scale(1.8);
}

.add-course-map-to-event-checkbox-copy._1-2 {
  margin-left: 0;
  margin-right: 40px;
  display: inline-flex;
}

.select-event-checkbox {
  margin-top: 0;
  margin-left: 20px;
  margin-right: 10px;
  transform: scale(1.8);
}

.select-event-checkbox-wrapper {
  flex-direction: row;
  align-self: center;
  display: flex;
}

.waiver {
  color: var(--black);
  flex-direction: column;
  align-items: center;
  margin: 30px;
  display: flex;
}

.table_cell {
  width: 204px;
}

.participant-table-wrapper {
  justify-content: center;
  margin: 20px;
  font-family: Open Sans, sans-serif;
  display: block;
}

.event-field-name {
  margin-left: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
}

.event-field-with-name {
  align-self: flex-start;
  min-width: 250px;
  margin: 0 20px;
}

.course-map-home-page-wrapper {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.course-map-data {
  min-width: 50%;
  padding-top: 5px;
}

.text-block-14 {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.new-email-wrapper {
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.email-participants-header {
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.email-page {
  flex-direction: column;
  max-width: 940px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.email-subject {
  overflow-wrap: break-word;
  border: 1px solid #e9ecf0;
  border-radius: 10px;
  font-family: Open Sans, sans-serif;
}

.email-subject-description {
  margin-left: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
}

.test-email-address {
  width: 250px;
  margin-left: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
}

.test-email-field {
  overflow-wrap: break-word;
  border: 1px solid #e9ecf0;
  border-radius: 10px;
  width: 250px;
  font-family: Open Sans, sans-serif;
}

.test-email-confirmation-modal {
  z-index: 1000;
  border: 1px solid var(--flowui-component-library-gray-100);
  color: var(--flowui-component-library-gray-900);
  text-align: center;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 468px;
  height: 300px;
  margin: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  font-family: Open Sans, sans-serif;
  display: none;
  position: absolute;
  inset: 0%;
  box-shadow: 105px 105px 144px -32px rgba(27, 9, 67, 0.0392156863);
}

.test-email-confirmation-text {
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -0.03em;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.donations-list {
  flex-direction: column;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-bottom: 20px;
  padding-left: 0;
  display: flex;
}

.donation-tabs {
  flex-direction: column;
  margin-top: 10px;
  display: flex;
}

.donation-description-field {
  letter-spacing: normal;
  border: 1px solid #e9ecf0;
  border-radius: 10px;
  font-size: 14px;
  display: flex;
}

.donation-tab-pane {
  background-color: var(--flowui-component-library-gray-100);
  border-radius: 12px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 24px;
  font-family: Open Sans, sans-serif;
}

.donation-tab-menu {
  align-self: center;
  margin-bottom: 10px;
}

.donation-tab-menu._1-2.tracksmith {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: grid;
}

.donation-copy {
  width: 100%;
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.custom-waiver-field {
  overflow-wrap: break-word;
  border: 1px solid #e9ecf0;
  border-radius: 10px;
  min-height: 100px;
  margin-left: 20px;
  margin-right: 20px;
}

.address-field {
  overflow-wrap: break-word;
  border: 1px solid #e9ecf0;
  border-radius: 10px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  font-family: Open Sans, sans-serif;
}

.donation-website {
  letter-spacing: normal;
  border: 1px solid #e9ecf0;
  border-radius: 10px;
  font-size: 14px;
  display: flex;
}

.phone-number-field {
  overflow-wrap: break-word;
  border: 1px solid #e9ecf0;
  border-radius: 10px;
  max-width: 350px;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
}

.email-field {
  overflow-wrap: break-word;
  border: 1px solid #e9ecf0;
  border-radius: 10px;
  max-width: 350px;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
}

.website-field {
  overflow-wrap: break-word;
  border: 1px solid #e9ecf0;
  border-radius: 10px;
  max-width: 350px;
  margin-bottom: 20px;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
}

.category-heading {
  align-self: flex-start;
  margin-left: 10px;
}

.category-name {
  overflow-wrap: break-word;
  border: 1px solid #e9ecf0;
  border-radius: 10px;
  align-self: flex-start;
  max-width: 350px;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
}

.category-event-field-with-name {
  align-self: flex-start;
  min-width: 250px;
  margin: 0;
}

.heading-7 {
  margin-left: 10px;
  margin-right: 0;
}

.fixed-price-input {
  overflow-wrap: break-word;
  border: 1px solid #e9ecf0;
  border-radius: 10px;
  width: 100px;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
}

.price-wrapper {
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.text-block-15 {
  width: 14px;
  font-size: 16px;
}

.text-block-15.tracksmith {
  font-family: Saintecolombe, sans-serif;
}

.create-your-event-wrapper {
  flex-direction: column;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.cover-photo-wrapper {
  flex-direction: column;
  margin: 0 20px 20px;
  display: flex;
}

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

.event-category-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  padding-bottom: 16px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.event-category-list.grouped {
  padding-bottom: 0;
}

.event-category-list.merch {
  flex-flow: column;
}

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

.how-can-we-help {
  letter-spacing: normal;
  border: 1px solid #e9ecf0;
  border-radius: 10px;
  min-height: 140px;
  margin: 0 0 10px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  display: flex;
}

.full-width-participant-field-with-name {
  width: 100%;
  margin-left: 10px;
  margin-right: 10px;
}

.contact-us-content {
  flex-direction: column;
  align-self: auto;
  display: flex;
}

.speak-to-us-name,
.speak-to-us-email,
.speak-to-us-phone-number {
  color: var(--black);
  overflow-wrap: break-word;
  border: 1px solid #e9ecf0;
  border-radius: 10px;
  align-self: center;
  width: auto;
  min-width: 300px;
  min-height: 48px;
  margin: 0 10px;
  font-family: Open Sans, sans-serif;
}

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

.donation-description {
  text-align: center;
  max-width: 500px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.donation-description._1-2.tracksmith {
  font-family: Saintecolombe, sans-serif;
}

.donation-tab {
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.donation-tab.tracksmith {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.donation-selection-tab-menu {
  align-self: center;
  margin-bottom: 24px;
}

.i-will-donate-button {
  border-bottom: 2px solid var(--flowui-component-library-grey-300);
  color: var(--flowui-component-library-primary-darker);
  text-align: center;
  letter-spacing: -0.01em;
  background-color: #fff;
  border-radius: 10px;
  min-width: 175px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 12px 44px;
  font-size: 14px;
}

.i-will-donate-button.w--current {
  border-bottom-color: var(--flowui-component-library-primary-base);
  background-color: #fff;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--turquoise), white);
  color: var(--flowui-component-library-primary-base);
  border-radius: 10px;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 500;
}

.i-will-not-donate-button {
  border-bottom: 2px solid var(--flowui-component-library-grey-300);
  color: var(--flowui-component-library-primary-darker);
  text-align: center;
  letter-spacing: -0.01em;
  background-color: #fff;
  border-radius: 10px;
  min-width: 175px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 12px 44px;
  font-size: 14px;
}

.i-will-not-donate-button.w--current {
  border-bottom-color: var(--flowui-component-library-primary-base);
  background-color: #fff;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--turquoise), white);
  color: var(--flowui-component-library-primary-base);
  border-radius: 10px;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 500;
}

.f-tab-pane-2-copy {
  background-color: var(--flowui-component-library-gray-100);
  border-radius: 10px;
  width: 100%;
}

.f-tab-pane-2-copy._1-2 {
  background-color: rgba(247, 249, 253, 0);
}

.donation-wrapper {
  flex-direction: column;
  margin-top: 10px;
  display: flex;
}

.donation-selector-tab-pane {
  background-color: var(--flowui-component-library-gray-100);
  border-radius: 12px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px;
  font-family: Open Sans, sans-serif;
}

.donation-selector-tab-pane._1-2 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, 0.4392156863);
  padding-top: 20px;
}

.pricing-overview {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

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

.centered-heading-3 {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 16px;
  font-size: 35px;
}

.pricing-description {
  text-align: center;
  -webkit-text-stroke-color: #3b3b3b;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

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

.pricing-card-three {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 0;
}

.pricing-card-text {
  color: #3b3b3b;
  margin-bottom: 20px;
}

.hero-heading-left-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

.margin-bottom-24px-4 {
  text-align: center;
  margin-bottom: 24px;
}

.shadow-two-3 {
  box-shadow: 0 4px 24px rgba(150, 163, 181, 0.0784313725);
}

.heading-8 {
  text-align: center;
  align-self: center;
}

.speak-to-an-expert-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
}

.participant-detail-field-name-no-padding {
  margin-left: 10px;
  margin-right: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
}

.salex-tax-description {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.section-3 {
  margin-left: 20px;
  margin-right: 20px;
}

.heading-9 {
  text-align: center;
  display: flex;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

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

.centered-heading-4 {
  text-align: center;
  margin-bottom: 16px;
}

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

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

.margin-bottom-24px-5 {
  margin-bottom: 24px;
}

.shadow-two-4 {
  box-shadow: 0 4px 24px rgba(150, 163, 181, 0.0784313725);
}

.under-map-spacer {
  height: 10px;
}

.footer-light {
  background-image: linear-gradient(to bottom, var(--light-grey), var(--light-grey));
  border-top: 1px solid #e4ebf3;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

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

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: rgba(26, 27, 31, 0.7490196078);
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.dropdown-list-3 {
  right: 0;
}

.speak-to-an-heading {
  padding: 60px 30px 30px;
  position: relative;
}

.test-email-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.send-email-to-wrapper {
  flex-direction: column;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-bottom: 20px;
  padding-left: 0;
  display: flex;
}

.send-to-tabs {
  flex-direction: column;
  margin-top: 10px;
  display: flex;
}

.send-to-tab-menu {
  align-self: center;
  margin-bottom: 10px;
}

.send-email-tab-pane {
  background-color: var(--flowui-component-library-gray-100);
  border-radius: 12px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 24px;
  font-family: Open Sans, sans-serif;
}

.heading-10 {
  margin-left: 30px;
  margin-right: 30px;
}

.number-of-participants {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.include-exclude-clear-all {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.send-to-text {
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.ms-pill-wrap {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-wrap: wrap;
  align-items: center;
  margin: 10px;
  display: flex;
}

.ms-pill-item {
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
}

.ms-pill-radio {
  display: none;
}

.ms-pill-label {
  z-index: 2;
  white-space: nowrap;
  border: 1px solid rgba(18, 19, 49, 0.2509803922);
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-top: 2px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 2em;
  position: relative;
  inset: 0% auto 0% 0%;
}

.ms-pill-label:hover {
  border-color: #2962ff;
}

.event-field-with-name-centered {
  flex-direction: column;
  align-self: flex-start;
  align-items: center;
  min-width: 250px;
  margin: 0 20px;
  display: flex;
}

.send-now-or-later {
  text-align: center;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
}

.date-time-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 300px;
  margin: 10px;
  display: flex;
}

.date-time-clear-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.movemint-supports-you {
  text-align: left;
  letter-spacing: normal;
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
  border-radius: 10px;
  justify-content: flex-start;
  width: 100%;
  margin-top: auto;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 10px;
  font-size: 14px;
  transition: opacity 0.2s;
  display: block;
}

.event-field-with-name-inline {
  align-self: flex-start;
  align-items: center;
  min-width: 250px;
  margin: 0 20px;
  display: flex;
}

.gender-identity-pill-wrap {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-wrap: wrap;
  align-items: center;
  margin-left: 20px;
  padding-top: 5px;
  display: flex;
}

.include-nonbinary-wrapper {
  border: 1px solid #000;
  border-radius: 10px;
  display: flex;
}

.include-nonbinary-text {
  max-width: 500px;
  margin-bottom: 0;
  margin-right: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.collect-gender-identity-checkbox {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 10px;
  display: flex;
}

.prefer-not-to-say-checkbox,
.nonbinary-checkbox {
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  transform: scale(1.8);
}

.prefer-not-to-say-checkbox-field,
.nonbinary-checkbox-field {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 10px;
  display: flex;
}

.include-prefer-not-to-say-wrapper {
  border: 1px solid #000;
  border-radius: 10px;
  display: flex;
}

.collect-gender-identity-copy {
  max-width: 500px;
  margin-right: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
}

.collect-gender-identity {
  margin-top: 0;
  margin-left: 10px;
  margin-right: 0;
  position: relative;
  transform: scale(1.8);
}

.gender-identity {
  background-color: var(--white);
  color: var(--black);
  text-align: left;
  border-radius: 10px;
  align-self: center;
  width: 140px;
  min-height: 48px;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.gender-identity._1-2 {
  width: 100%;
}

.gender-identity._1-2.tracksmith {
  border-radius: 0;
  font-family: Saintecolombe, sans-serif;
}

.c-copy_button {
  color: #fff;
  background-color: #585b6c;
  border-radius: 4px;
  align-items: center;
  margin-right: 0;
  padding: 10px 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.c-copy_button.cc-copylink {
  background-color: var(--grey);
  border-radius: 20px;
  height: 60px;
  margin: 10px;
}

.form-block-5 {
  width: auto;
  margin-bottom: 0;
}

.event-link-field {
  border: 1px solid var(--grey);
  color: var(--black);
  background-image: linear-gradient(#dddde6, #dddde6);
  border-radius: 10px;
  width: 300px;
  margin: 0 10px 10px;
}

.form-6 {
  width: auto;
}

.bottom-40px-spacer {
  height: 40px;
}

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

.accordion-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 30px;
}

.text-center {
  text-align: center;
  font-family: Open Sans, sans-serif;
}

.content-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper.slim {
  max-width: 940px;
  margin-bottom: 20px;
}

.header-center-box {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header-center-box._75 {
  width: 75%;
}

.accordion-item {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.031372549);
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.icon-2.accordion-icon {
  color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  cursor: pointer;
  font-family: Material Icons, sans-serif;
  font-size: 32px;
  line-height: 30px;
}

.still-have-questions {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
}

.how-to-paragraph,
.paragraph-4 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.how-to-header {
  cursor: pointer;
  flex: 1;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 30px;
}

._20px-spacer {
  height: 20px;
}

._10px-spacer {
  height: 10px;
}

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

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

.hero-wrapper-two-3 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-6 {
  margin-bottom: 24px;
}

.hero-image-4 {
  width: 100%;
  margin-top: 50px;
}

.variant-title-price-time {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.price-time {
  font-size: 14px;
  display: flex;
}

.event-variant-copy {
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.remove-admin-button {
  background-color: var(--grey);
  color: var(--black);
  border-radius: 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
}

.fold-triptych {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.heading-11 {
  font-size: 35px;
}

.about-product-fold {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  min-height: 75svh;
  padding: 20px 30px;
  display: flex;
  position: relative;
}

.about-product-2 {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  width: 100%;
  min-height: auto;
  max-height: 100vh;
  display: flex;
}

.about-product-3 {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding: 0;
  display: flex;
}

.header24_form-block {
  max-width: 30rem;
  margin-bottom: 0;
}

.header24_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.margin-top,
.margin-top.margin-xxsmall,
.margin-top.margin-xsmall,
.margin-top.margin-xlarge,
.margin-top.margin-medium,
.margin-top.margin-small,
.margin-top.margin-xxlarge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.success-message-2 {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.error-message-2 {
  margin-top: 1.5rem;
  padding: 0.875rem 1rem;
}

.form-input {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 5px;
  height: auto;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: #000;
}

.form-input::placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.button-2 {
  background-color: var(--grey);
  color: var(--black);
  text-align: center;
  border: 1px solid #008060;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
}

.newsletter-text {
  margin-left: 5px;
  font-size: 14px;
}

.newsletter-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}

.f-logo-plain {
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding: 0;
  display: flex;
}

.f-logo-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.event-page-body {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.sign-up-with-code-wrapper {
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.registration-code {
  flex-direction: row;
  order: -1;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
}

.form-block-6 {
  align-items: center;
  margin-bottom: 0;
}

.form-7 {
  align-items: center;
}

.registration-code-input {
  border-radius: 10px;
  width: 100px;
  margin-bottom: 0;
  display: block;
}

.event-banner-image {
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 auto;
  min-width: 50vw;
  max-width: 50vw;
  min-height: 100%;
  display: block;
  position: fixed;
  inset: auto auto 0% 0%;
  overflow: auto;
}

.event-banner-container {
  object-fit: fill;
  flex-direction: column;
  order: -1;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  min-width: 50vw;
  max-width: 50vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: auto auto 0% 0%;
}

.event-info-container {
  min-width: 50vw;
  max-width: 50vw;
  height: 100%;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.event-container-buttons {
  z-index: auto;
  clear: left;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area" "."/1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  padding-left: 0;
  display: grid;
  position: static;
  inset: auto 7% 0% auto;
}

.register-button {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--black);
  color: var(--black);
  -webkit-text-stroke-color: #000;
  object-fit: scale-down;
  background-image: linear-gradient(to right, #ff6250, #a259ff 45%, #09b7f6);
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-width: 0;
  height: 60px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Space Mono, sans-serif;
  text-decoration: none;
  display: flex;
}

.register-button.achievement-card {
  background-image: linear-gradient(315deg, #ff6250, #a259ff 51%, #09b7f6);
  justify-content: center;
  max-width: 100%;
}

.register-button.achievement-card.unlisted {
  background-color: var(--white);
  background-image: linear-gradient(322deg, rgba(252, 167, 208, 0.5019607843), rgba(162, 89, 255, 0.3019607843) 50%, rgba(75, 224, 250, 0.5019607843));
  border: 1px rgba(0, 0, 0, 0);
}

.register-button.achievement-card.unlisted.event-purchase-button {
  background-image: linear-gradient(322deg, var(--movemint-gradient-color-3), var(--movemint-gradient-color-1) 53%, var(--purple));
  width: auto;
  min-width: 150px;
}

.register-button.achievement-card.unlisted.event-purchase-button.event-container {
  z-index: auto;
  flex-flow: row;
  min-width: 300px;
  max-width: 45%;
  position: relative;
  inset: auto 0% 0%;
}

.event-details-header-info {
  flex-direction: column;
  order: 0;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: auto auto 3% 0%;
}

.event-details-copy {
  color: var(--black);
  letter-spacing: normal;
  margin-bottom: 24px;
  font-size: 16px;
}

.event-details-date {
  color: var(--black);
  letter-spacing: normal;
  font-size: 24px;
  font-weight: 600;
}

.event-details-hero-copy {
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: relative;
}

.event-detail-image-gradient {
  z-index: 0;
  background-image: url(https://d25qpvb0plkdqc.cloudfront.net/../images/Gradient-1.png);
  background-position: 50% 100%;
  background-size: 100% 170%;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.donate-button {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--black);
  color: var(--black);
  -webkit-text-stroke-color: #000;
  object-fit: scale-down;
  background-image: linear-gradient(to right, #ff6250, #a259ff 45%, #09b7f6);
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-width: 0;
  height: 60px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Space Mono, sans-serif;
  text-decoration: none;
  display: flex;
}

.donate-button.achievement-card {
  background-image: linear-gradient(315deg, #ff6250, #a259ff 51%, #09b7f6);
  justify-content: center;
  max-width: 100%;
}

.donate-button.achievement-card.unlisted {
  background-color: var(--white);
  background-image: linear-gradient(322deg, rgba(252, 167, 208, 0.5019607843), rgba(162, 89, 255, 0.3019607843) 50%, rgba(75, 224, 250, 0.5019607843));
  border: 1px rgba(0, 0, 0, 0);
}

.donate-button.achievement-card.unlisted.event-purchase-button {
  background-image: linear-gradient(322deg, var(--movemint-gradient-color-3), var(--movemint-gradient-color-1) 53%, var(--purple));
  width: auto;
  min-width: 150px;
}

.donate-button.achievement-card.unlisted.event-purchase-button.event-container {
  z-index: auto;
  background-image: linear-gradient(322deg, var(--movemint-gradient-color-2), var(--movemint-gradient-color-3) 82%);
  flex-flow: row;
  min-width: 300px;
  max-width: 45%;
  position: relative;
  inset: auto 0% 0%;
}

.date-of-birth-system-picker {
  border: 1px solid #e9ecf0;
  border-radius: 10px;
  align-self: center;
  width: auto;
  min-width: 300px;
  min-height: 48px;
  margin-bottom: 0;
  font-size: 14px;
  display: block;
}

.event-detail-interim-banner {
  background-image: url(https://d25qpvb0plkdqc.cloudfront.net/../images/pexels-run-ffwpu-2526888.jpg);
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  min-height: 150px;
  display: block;
}

.event-detail-interim-banner.button-container {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-image: none;
  width: auto;
  max-width: none;
  min-height: auto;
  margin-top: 24px;
  display: flex;
}

.event-detail-interim-header-text {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
  inset: auto 0% 0%;
}

.event-detail-interim-header-text.landing-page-mode {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.event-detail-temp-banner {
  object-fit: fill;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.event-detail-temp-banner.landing-page-mode {
  z-index: 2;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.button-text-copy {
  color: #2b2b2b;
  text-align: center;
  letter-spacing: 0.1em;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  display: block;
  position: static;
}

.button-text-copy.event-purchase-button-text {
  letter-spacing: 0;
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 150%;
  display: flex;
  position: relative;
}

.button-text-copy.event-purchase-button-text.not-ready {
  color: #dadada;
}

.button-text-copy.event-purchase-button-text.series {
  color: #fff;
}

.event-short-about {
  white-space: normal;
  justify-content: center;
  margin-top: 16px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0;
  font-size: 14px;
  display: flex;
}

.event-short-about.event-detail-2-0 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.actions {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.get-started {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.event-admin-header-interim {
  margin-top: 20px;
  position: relative;
  top: 0;
}

.event-admin-summary-field {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-self: auto;
  align-items: stretch;
  max-width: none;
  min-height: auto;
  margin-left: 0;
  display: flex;
}

.hero-split-event-admin {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.admin-settings-label {
  letter-spacing: normal;
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 110%;
}

.event-status-admin-interim {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #000;
  border-radius: 20px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  min-height: 60px;
  margin: 0 10px 10px;
  padding: 15px 20px;
  display: flex;
}

.event-admin-tab-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.event-admin-tab-container.emailer {
  height: 100%;
}

.event-admin-tab-container.analytics {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.copy-link-form-block {
  align-self: center;
  width: auto;
  margin-bottom: 0;
}

.copy-event-form {
  align-items: stretch;
  width: auto;
  display: flex;
}

.cta-button-teriary {
  grid-column-gap: 8px;
  grid-row-gap: 12px;
  color: #000;
  -webkit-text-stroke-color: #000;
  object-fit: scale-down;
  background-color: #000;
  background-image: linear-gradient(to right, #ff6250, #a259ff 45%, #09b7f6);
  border-radius: 20px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-width: 0;
  height: 60px;
  padding: 12px 24px;
  font-family: Space Mono, sans-serif;
  text-decoration: none;
  display: flex;
}

.cta-button-teriary.achievement-card {
  background-image: linear-gradient(315deg, #ff6250, #a259ff 51%, #09b7f6);
  justify-content: center;
  max-width: 100%;
}

.cta-button-teriary.achievement-card.unlisted {
  background-color: #fff;
  background-image: linear-gradient(322deg, rgba(252, 167, 208, 0.5019607843), rgba(162, 89, 255, 0.3019607843) 50%, rgba(75, 224, 250, 0.5019607843));
  border: 1px rgba(0, 0, 0, 0);
}

.cta-button-teriary.achievement-card.unlisted.event-purchase-button {
  background-image: linear-gradient(322deg, rgba(75, 151, 250, 0.8), rgba(238, 106, 111, 0.8) 53%, #e6def0);
  width: auto;
  min-width: 150px;
}

.cta-button-teriary.achievement-card.unlisted.event-purchase-button.event-header-interim {
  opacity: 1;
  mix-blend-mode: multiply;
  background-color: rgba(13, 199, 231, 0);
  background-image: linear-gradient(290deg, #e6def0, rgba(238, 106, 111, 0.4588235294) 38%, rgba(75, 151, 250, 0.4588235294));
  border: 1.5px #ddd7d7;
  border-radius: 20px;
  align-self: center;
  min-width: 200px;
  margin-top: 0;
  box-shadow: inset 0 2px 12px 2px rgba(255, 255, 255, 0.3803921569), 0 2px 5px rgba(0, 0, 0, 0.2);
}

.cta-button-teriary.achievement-card.unlisted.event-purchase-button.event-header-interim.sold-out {
  background-color: #d9d9d9;
  background-image: none;
}

.cta-button-teriary.achievement-card.unlisted.event-purchase-button.event-header-interim.sold-out.back-to-event {
  margin-top: 0;
  margin-bottom: 0;
}

.cta-button-teriary.achievement-card.unlisted.event-purchase-button.event-header-interim.sold-out.chatbot-submit-form-button {
  color: #2b2b2b;
  width: 100%;
  min-width: auto;
  max-width: none;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.cta-button-teriary.achievement-card.unlisted.event-purchase-button.event-header-interim.see-more {
  background-color: rgba(217, 217, 217, 0);
  background-image: none;
  border-style: solid;
}

.cta-button-teriary.achievement-card.unlisted.event-purchase-button.event-header-interim.view-payment-details-on-stripe {
  background-color: #d9d9d9;
  background-image: none;
  justify-content: center;
  align-items: center;
}

.select-field-status-interim {
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  border-radius: 20px;
  align-self: center;
  margin-top: 10px;
  margin-left: 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.select-field-status-interim.v2 {
  margin-top: 0;
  margin-bottom: 0;
}

.event-status-text-interim {
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}

.event-admin-interim-body {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.tabs-standard {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tabs-menu-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 2px none var(--black);
  background-color: #f7f9fd;
  border-radius: 22px;
  flex-flow: wrap;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch center;
  align-self: stretch;
  place-items: center;
  margin-bottom: 20px;
  padding: 10px;
  display: grid;
}

.tab-button-left {
  color: #160042;
  text-align: center;
  letter-spacing: -0.01em;
  background-color: rgba(0, 0, 0, 0);
  padding: 12px 44px;
  font-size: 14px;
  line-height: 24px;
}

.tab-button-left.w--current {
  color: #fff;
  background-color: #fff;
  background-image: linear-gradient(85deg, rgba(238, 106, 111, 0.7294117647), rgba(162, 89, 255, 0.4392156863));
  border-radius: 20px 0 0 20px;
  font-weight: 500;
}

.tab-button-middle {
  color: #160042;
  text-align: center;
  letter-spacing: -0.01em;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  padding: 12px 44px;
  font-size: 14px;
  line-height: 24px;
}

.tab-button-middle.w--current {
  color: #fff;
  background-color: #fff;
  background-image: linear-gradient(85deg, rgba(238, 106, 111, 0.7294117647), rgba(162, 89, 255, 0.4392156863));
  font-weight: 500;
}

.tab-button-right {
  color: #160042;
  text-align: center;
  letter-spacing: -0.01em;
  background-color: rgba(0, 0, 0, 0);
  flex: 0 auto;
  padding: 5px 20px;
  font-size: 14px;
  overflow: visible;
}

.tab-button-right.w--current {
  color: #fff;
  text-align: center;
  letter-spacing: normal;
  background-color: #fff;
  background-image: linear-gradient(85deg, rgba(238, 106, 111, 0.7294117647), rgba(162, 89, 255, 0.4392156863));
  border-radius: 20px;
  padding: 5px 20px;
  font-weight: 500;
}

.tab-pane {
  background-color: #f7f9fd;
  border-radius: 20px;
  padding: 24px;
}

.tab-pane.emailer {
  height: 100%;
  padding: 0;
}

.event-admin-tab-copy {
  color: var(--black);
  letter-spacing: normal;
  -webkit-text-stroke-color: var(--black);
  font-family: Open Sans, sans-serif;
}

.event-status-box-copy {
  text-align: left;
  letter-spacing: normal;
  border-radius: 10px;
  justify-content: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  display: flex;
}

.text-block-17 {
  align-self: center;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 600;
}

.event-admin-event-url-container {
  flex-direction: column;
  max-width: none;
  display: flex;
}

.copy-svg {
  align-self: center;
  max-width: 20px;
  margin-bottom: 5px;
}

.event-tolls-and-settings-top-container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.image-55 {
  max-width: 20px;
}

.contact-support-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-self: auto;
  align-items: stretch;
  max-width: none;
  min-height: auto;
  margin-left: 0;
  display: flex;
}

.contact-support-link {
  text-decoration: none;
  display: flex;
}

.body-5 {
  padding-bottom: 0;
}

.event-social-container {
  justify-content: center;
  align-self: center;
  max-height: 40px;
  margin-top: 8px;
  display: flex;
}

.event-social-container.donation-page {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  max-height: none;
}

.event-social-container.series-page {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  max-height: none;
  margin-top: 0;
}

.event-social-container.landing-page-mode {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: flex-start;
  align-items: stretch;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.event-detail-social-icon {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  width: 40px;
  height: 40px;
  margin: auto 10px 10px;
}

.event-detail-social-icon.donation {
  margin: 0;
}

.event-detail-social-icon.landing-page-mode {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.t-paragraph-small {
  text-align: left;
  letter-spacing: normal;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 120%;
}

.icon-small {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.navigation-link-icon {
  grid-column-gap: 24px;
  color: #7d8ba1;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px;
  text-decoration: none;
  transition: all 0.3s;
  display: flex;
}

.navigation-link-icon:hover {
  color: #5e53a2;
  background-color: #f3f4f6;
}

.navigation-side-link {
  grid-column-gap: 44px;
  color: #7d8ba1;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 8px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.event-detail-interim-section {
  background-color: #fff;
  padding: 40px 0% 0;
  position: relative;
}

.event-detail-interim-section.about {
  padding-top: 40px;
}

.event-detail-interim-section.about.event-page-2-0 {
  padding-top: 0;
}

.event-detail-interim-section.contact-info {
  min-width: auto;
  margin-bottom: auto;
  padding-bottom: 0;
}

.event-detail-interim-section.event-location {
  min-width: 100vw;
}

.event-detail-interim-section.registration {
  min-width: 100%;
  max-width: none;
  padding-top: 40px;
}

.event-detail-interim-section.registration.event-page-2-0 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.event-detail-interim-section.event-location.event-page {
  width: 100%;
}

.event-detail-interim-section.event-location {
  flex-direction: column;
  align-self: center;
  min-width: auto;
  padding-top: 40px;
  display: flex;
}

.event-detail-interim-section.course-maps {
  width: 100%;
  min-width: auto;
  margin-bottom: 0;
}

.event-detail-interim-section.event-page-2-0 {
  padding-top: 0;
}

.paragraph-small {
  letter-spacing: -0.01em;
  font-size: 14px;
  line-height: 24px;
}

.virtual-event-leaderboard-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: none;
  display: flex;
  position: static;
}

.video-section {
  padding: 0;
}

.video-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.event-detail-body {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
  padding-left: 0;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.event-detail-body.landing-page-mode {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
}

.event-detail-banner-image-placeholder {
  width: 100%;
  max-width: none;
}

.event-detail-banner-image-placeholder.landing-page-mode {
  z-index: 1;
  aspect-ratio: 5/4;
  filter: blur(2px);
  object-fit: cover;
  width: auto;
  height: 100%;
  overflow: visible;
}

.event-detail-content {
  width: 940px;
}

.event-detail-content.landing-page-mode {
  z-index: 4;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  width: auto;
  height: 100%;
  margin-left: 80px;
  margin-right: 80px;
  padding-top: 0;
  display: grid;
  position: relative;
}

.event-detail-banner-gradient {
  object-fit: fill;
  background-image: linear-gradient(to top, #fff 2%, rgba(0, 0, 0, 0) 65%);
  flex-direction: row;
  justify-content: flex-start;
  width: auto;
  min-width: 100%;
  max-width: none;
  height: 200px;
  min-height: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.section-regular-2 {
  flex-direction: column;
  padding: 96px 5%;
  display: none;
  position: relative;
}

.container-large-2 {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.wrap-v-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.wrap-v-x-small.align-c {
  text-align: center;
  align-items: center;
}

.action-l {
  color: var(--black);
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
}

.category-checkbox {
  background-color: #e9eced;
  border-style: none;
  border-width: 0;
  border-radius: 4px;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 12px;
}

.category-checkbox.w--redirected-checked {
  background-color: #e9eced;
  background-image: url(https://d25qpvb0plkdqc.cloudfront.net/../images/check.svg);
  background-size: 26px;
  border-style: none;
  border-width: 0;
  border-radius: 4px;
}

.category-checkbox.w--redirected-focus {
  border-style: none;
  border-width: 0;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(148, 165, 168, 0.2509803922);
}

.paragraph-regular-3 {
  font-size: 16px;
  line-height: 24px;
}

.paragraph-regular-3.text-weight-semibold {
  word-break: normal;
  display: block;
}

.virtual-event-leaderboard-table-mid-row {
  border-left: 1px solid #f5f5f5;
}

.table-submit-hidden {
  display: none;
}

.table-bottom {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.chevron-down {
  margin: 0;
  position: relative;
}

.table-dropdown-base {
  border: 1px solid #ccd4d6;
  border-radius: 8px;
  padding: 12px;
}

.table-all-page-wrap {
  justify-content: space-between;
  align-items: flex-end;
  max-width: 224px;
  margin-left: auto;
  display: flex;
}

.athlete-profile-image-virtual-event-grid {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.virtual-event-leaderboard-spacing {
  padding: 40px 5% 10px;
  position: relative;
}

.athlete-profile-image-virtual-event-grid-container {
  background-color: #f5f5f5;
  border: 0.5px solid #e9eced;
  border-radius: 99px;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  overflow: hidden;
}

.virtual-event-grid-time {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.virtual-event-grid-time.no-link {
  text-decoration: none;
}

.table-dropdown {
  background-color: #b38f8f;
}

.table-dropdown.w--open {
  background-color: #fff;
  border-radius: 10px;
  margin-top: 8px;
}

.table-info-wrapper {
  grid-column-gap: 40px;
  justify-content: flex-end;
  align-items: center;
  max-width: 510px;
  padding: 8px 24px;
  display: flex;
}

.virtual-event-leaderboard-table-top-row {
  background-color: #f5f5f5;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  align-items: center;
  margin-left: 0;
  padding: 16px 10px 16px 30px;
  display: flex;
}

.heading-wrapper-3 {
  text-align: center;
  max-width: 800px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.icon-star {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.virtual-event-leaderboard-table-heading-detail {
  color: #788d91;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  white-space: normal;
  word-break: normal;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.table-check-wrapper {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.virtual-event-leaderboard-table-row-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 0.5fr 1.5fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
}

.table-chevron-wrap {
  justify-content: center;
  align-items: center;
  padding: 12px;
  display: flex;
}

.table-chevron-wrap.disable-button {
  color: #b0bcbf;
  flex: none;
}

.virtual-events-leaderboard-table-card {
  width: 100%;
  max-height: 500px;
  overflow: scroll;
}

.virtual-leaderboard-table-filter-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 10px;
  display: flex;
}

.virtual-event-leaderboard-table-row {
  border-radius: 8px;
  margin-right: 0;
  transition: all 0.3s;
}

.virtual-event-leaderboard-table-row:hover {
  background-color: #e9eced;
}

.caption-regular {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.caption-regular.text-color-gray-700 {
  color: #49575a;
}

.table-full-wrapper {
  padding: 10px;
}

.table-checkbox-field {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.virtual-event-sort-by-table-toggle {
  grid-column-gap: 8px;
  color: #323c3e;
  letter-spacing: -0.02em;
  background-color: #fff;
  border: 1px solid #ccd4d6;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 8px 40px 8px 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
}

.virtual-event-sort-by-table-toggle.crm {
  font-weight: 400;
}

.table-sort-dropdown {
  max-width: 200px;
  margin-left: auto;
  margin-right: 0;
}

.virtual-event-grid-athlete {
  grid-column-gap: 16px;
  flex-wrap: nowrap;
  align-items: flex-start;
  display: flex;
}

.virtual-event-leaderboard-table-grid-number {
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
}

.virtual-event-leaderboard-table-grid-number.text-color-gray-500 {
  color: #788d91;
}

.table-page-numbers {
  grid-column-gap: 4px;
  align-items: center;
  display: flex;
}

.table-label {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
}

.table-line {
  background-color: #e9eced;
  width: 100%;
  height: 1px;
}

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

.table-page-number {
  color: #49575a;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
}

.table-page-number:hover {
  outline-offset: 0px;
  outline: 1px solid #ccd4d6;
}

.table-page-number:active,
.table-page-number.active-button {
  color: #1c2122;
  background-color: #e9eced;
}

.table-sort-selected {
  grid-column-gap: 12px;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
}

.athlete-name-virtual-event-grid {
  word-break: break-all;
  align-self: center;
  padding-right: 20px;
}

.virtual-event-grid-time-continer {
  margin-right: 10px;
}

.event-detail-social-icon-link.donation {
  margin-right: 16px;
}

.virtual-event-overall-wrapper {
  flex-direction: column;
  align-self: auto;
  align-items: stretch;
  width: 100%;
  min-width: auto;
  max-width: 100%;
  max-height: 1000px;
  padding: 10px 0;
  display: flex;
  overflow: auto;
}

.virtual-event-header-text-container {
  margin-right: 0;
}

.close-link-right {
  color: #6b7094;
  justify-content: center;
  align-items: center;
  transition: color 0.2s;
  display: flex;
}

.close-link-right:hover {
  color: #642eff;
}

.sub-heading-regular-bold {
  letter-spacing: -0.03em;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.modal-base {
  z-index: 3;
  border: 1px solid var(--light-grey);
  color: #160042;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  height: auto;
  padding: 24px;
  position: absolute;
  inset: 0% auto auto 0%;
  box-shadow: 105px 105px 144px -32px rgba(27, 9, 67, 0.0392156863);
}

.icon-regular-2 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color 0.2s;
  display: flex;
}

.modal-header {
  color: #160042;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.virtual-event-leaderboard-table-heading-detail-modal {
  color: #788d91;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  white-space: nowrap;
  word-break: normal;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.virtual-event-leaderboard-segment-grid-field {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.virtual-event-leaderboard-segment-number {
  margin-right: 40px;
}

.virtual-event-leaderboard-segment-grid-container {
  border: 1px solid #ccd4d6;
  border-radius: 20px;
  padding: 10px;
}

.virtual-event-leaderboard-table-top-row-cumulative {
  background-color: #f5f5f5;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 10px;
  display: flex;
}

.virtual-event-leaderboard-table-row-grid-cumulative-body {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 0.25fr 2.45fr 1fr;
  align-items: center;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 10px;
}

.virtual-event-leaderboard-table-heading-detail-cumulative {
  color: #788d91;
  text-align: right;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  white-space: nowrap;
  word-break: normal;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.virtual-event-grid-time-continer-cumulative {
  text-align: right;
  padding-right: 10px;
}

.virtual-event-leaderboard-table-row-grid-cumulative-top-fields-cumulative {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "Area Area-2 Area-3"/0.25fr 2.45fr 1fr;
  grid-auto-columns: 0%;
  grid-auto-flow: column;
  align-items: center;
  width: 100%;
  padding-right: 10px;
}

.paragraph-regular-3-number-grid {
  aspect-ratio: auto;
  margin-left: 10px;
  margin-right: 10px;
  padding-right: 0;
  font-size: 12px;
  line-height: 24px;
}

.virtual-event-sort-by-form-block {
  margin-bottom: 0;
}

.virtual-event-leaderboard-subheader {
  text-align: center;
}

.virtual-event-leaderboard-table-row-grid-top {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "Area Area-2 Area-3 Area-4 Area-5 Area-6 Area-7"/0.5fr 1.5fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  width: 100%;
}

.virtual-event-overall-wrapper-cumulative {
  flex-direction: column;
  min-width: auto;
  max-width: none;
  max-height: 800px;
  display: flex;
  overflow: visible;
}

.virtual-leaderboard-table-filter-wrapper-cumulative {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.virtual-leaderboard-table-filter-wrapper-cumulative.twilight-5000-2024 {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}

.virtual-leaderboard-table-filter-wrapper-cumulative.series {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 720px;
}

.comparison-tab-menu {
  background-color: #f3f4f6;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  padding: 4px;
  display: flex;
}

.comparison-tab-link {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #4b5563;
  background-color: rgba(221, 221, 221, 0);
  border-radius: 44px;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  transition: color 0.3s;
  display: flex;
}

.comparison-tab-link:hover {
  color: #030711;
}

.comparison-tab-link.w--current {
  color: #030711;
  background-color: #fff;
}

.comparison-tab-content {
  width: 100%;
}

.comparison-tabs {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-18 {
  order: 0;
}

.virtual-event-leaderboard-cumulative-positioning-container {
  max-width: 1250px;
}

.virtual-events-leaderboard-table-card-cumulative {
  border-width: 1px;
  border-color: #ccd4d6 #f5f5f5;
  border-top-style: none;
  border-left-style: solid;
  border-right-style: solid;
  border-radius: 20px;
  width: 940px;
  min-width: auto;
  max-width: none;
  max-height: 550px;
  overflow: scroll;
}

.virtual-events-leaderboard-table-card-admin {
  border: 1px solid #ccd4d6;
  border-radius: 20px;
  min-width: auto;
}

.virtual-event-leaderboard-table-row-grid-admin-top {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 25% 25% 25% 25% 1fr;
  grid-auto-columns: 20%;
  align-items: center;
  width: 100%;
  margin-left: 10px;
}

.virtual-event-leaderboard-table-row-grid-admin {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 25% 25% 25% 20% 5%;
  grid-auto-columns: 25%;
  align-items: center;
  width: 98.853%;
  margin-left: 10px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 10px;
}

.virtual-event-admin-name-input-field {
  color: var(--black);
  overflow-wrap: break-word;
  border: 1px solid #e9ecf0;
  border-radius: 10px;
  align-self: center;
  width: 150px;
  min-width: 100%;
  min-height: 48px;
  margin: 0;
  font-family: Open Sans, sans-serif;
}

.virtual-event-admin-name-input-form {
  margin-bottom: 0;
}

.virtual-event-admin-segment-selector {
  background-color: var(--white);
  color: var(--black);
  text-align: left;
  border-radius: 10px;
  align-self: center;
  width: 140px;
  min-height: 48px;
  margin: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.virtual-event-admin-button-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  display: flex;
}

.virtual-event-results-admin-body {
  color: var(--black);
  flex-direction: column;
  align-items: center;
  display: flex;
}

.virtual-event-leaderboard-spacing-admin {
  width: 80%;
  padding: 100px 0% 10px;
  position: relative;
}

.virtual-event-admin-name-selector {
  background-color: var(--white);
  color: var(--black);
  text-align: left;
  border-radius: 10px;
  align-self: center;
  width: 140px;
  min-height: 48px;
  margin: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.alert-small {
  color: #160042;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 340px;
  padding: 12px 16px;
  display: flex;
  box-shadow: 35px 35px 50px -20px rgba(57, 59, 106, 0.1411764706);
}

.close-link {
  justify-content: center;
  align-items: center;
  padding: 4px;
  display: flex;
}

.icon-close {
  color: #6b7094;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.virtual-event-leaderboard-table-mid-row-admin {
  margin-left: 20px;
  padding: 8px 8px 8px 0;
}

.virtual-event-header-text-section {
  text-align: left;
  justify-content: center;
  margin-top: 0;
  display: flex;
}

.virtual-event-header-text-spacing {
  justify-content: center;
  width: 60%;
  max-width: none;
  display: flex;
}

.virtual-event-leaderboard-table-top-row-public-facing {
  background-color: #f5f5f5;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 0;
  display: flex;
  position: relative;
}

.virtual-event-overall-wrapper-public-facing {
  flex-direction: column;
  min-width: auto;
  max-width: 1250px;
  max-height: 550px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  overflow: scroll;
}

.virtual-event-admin-time-input-field-copy {
  color: var(--black);
  overflow-wrap: break-word;
  border: 1px solid #e9ecf0;
  border-radius: 10px;
  align-self: center;
  width: 120px;
  min-width: 100%;
  min-height: 48px;
  margin: 0;
  font-family: Open Sans, sans-serif;
}

.leaderboard-h1 {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
  font-size: 45px;
}

.leaderboard-h3 {
  flex-flow: column;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 24px;
  display: flex;
}

.leaderboard-h3.register {
  text-align: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.leaderboard-h3.add-event {
  align-self: center;
  margin-top: 40px;
  padding-top: 0;
  padding-bottom: 0;
}

.leaderboard-h3.series {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
}

.form-block-8 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.remove-choice-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-self: center;
  align-items: center;
  display: flex;
}

.button-link-l {
  grid-column-gap: 16px;
  color: #000;
  letter-spacing: -0.02em;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
  text-decoration: none;
  display: flex;
}

.event-card-image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: auto;
  padding-bottom: 0;
  display: inline-block;
}

.f-h3-heading {
  color: var(--black);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 110%;
}

.event-card-container {
  border-radius: 12px;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto;
  margin-top: 0;
  display: block;
  overflow: hidden;
}

.f-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-self: auto;
  align-items: center;
  display: flex;
}

.event-card-quick-info-badge {
  color: #000;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 4px;
  padding: 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  bottom: auto;
  left: auto;
  box-shadow: 0 24px 64px rgba(217, 217, 217, 0.4784313725);
}

.event-card-content {
  border-radius: 20px;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 2px 1px 9px 1px rgba(0, 0, 0, 0.2);
}

.event-card-content.registration {
  border-radius: 12px;
}

.event-card-title-text {
  text-align: left;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  word-break: normal;
  font-size: 18px;
  line-height: 120%;
}

.hero-container-event-card-left {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  display: grid;
}

.hero-container-event-card-left.about-us {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: none;
  display: grid;
}

.event-card-link-container {
  width: 100%;
  min-width: 87%;
  max-width: none;
  text-decoration: none;
}

.faq-button-padding {
  align-self: center;
  width: auto;
  margin-top: 15px;
}

.event-signup-list-container {
  flex-direction: column;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: none;
  display: flex;
  position: static;
}

.event-card-event-type-text {
  font-size: 10px;
  font-weight: 700;
  line-height: 150%;
}

.event-card-info-section {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #000;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 0 0 20px 20px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  position: absolute;
  inset: auto 0% 0%;
}

.event-card-info-section.registration {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.event-card-location-text {
  text-align: left;
  letter-spacing: normal;
  text-transform: none;
  margin-top: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}

.event-card-date-text {
  text-align: left;
  letter-spacing: normal;
  text-transform: none;
  margin-top: 2px;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}

.top-hero-body-copy {
  color: #3b3b3b;
  letter-spacing: normal;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 150%;
}

.top-hero-body-copy.about-us {
  max-width: 100%;
}

.h2-heading-3 {
  color: #000;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  line-height: 150%;
}

.t-section-dark {
  background-color: #f5f7fa;
  padding: 60px;
  position: relative;
}

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

.t-cta-icon {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.t-cta-icon.icon-yellow {
  opacity: 1;
  color: #f2b02c;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-image: linear-gradient(108deg, rgba(181, 180, 125, 0.3607843137), rgba(0, 241, 137, 0.4));
  background-clip: border-box;
  flex: none;
  align-self: flex-start;
  width: 60px;
  height: 60px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.t-cta-icon.icon-yellow.race-pace-card-icon {
  cursor: default;
  background-image: linear-gradient(108deg, #c4a2ff, #f15e4d);
  align-self: center;
  width: 50px;
  height: 50px;
}

.t-cta-icon.icon-red {
  color: #d74747;
  background-color: #fff;
  background-image: linear-gradient(90deg, rgba(114, 30, 145, 0.431372549), rgba(209, 213, 147, 0.7607843137));
  flex: none;
  align-self: flex-start;
  width: 60px;
  height: 60px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.t-cta-icon.icon-blue {
  color: #4780d7;
  background-color: #fff;
  background-image: linear-gradient(221deg, rgba(21, 11, 211, 0.4588235294), rgba(221, 12, 207, 0.4196078431));
  flex: none;
  align-self: flex-start;
  width: 60px;
  height: 60px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.t-cta-icon.icon-orange {
  color: #4780d7;
  background-color: #fff;
  background-image: linear-gradient(rgba(211, 11, 11, 0.4588235294), rgba(190, 221, 12, 0.4196078431));
  flex: none;
  align-self: flex-start;
  width: 60px;
  height: 60px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.t-grid-three-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.t-cta-card {
  grid-column-gap: 24px;
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 24px 12px 12px 20px;
  text-decoration: none;
  display: flex;
  box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.2);
}

.t-cta-card.race-pace {
  grid-column-gap: 16px;
  flex-flow: row;
  padding: 16px;
}

.cta-blocks-header {
  color: var(--black);
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.cta-blocks-text-container {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 8px;
  display: flex;
}

.cta-blocks-text-container.race-pace {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  margin-top: 0;
}

.image-61 {
  width: 40px;
  max-width: none;
}

.image-62,
.image-63 {
  width: 40px;
}

.wrap-v-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.paragraph-small-3 {
  text-align: left;
  letter-spacing: normal;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 150%;
}

.hidden-element {
  display: none;
}

.icon-large {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.testimonial-slide-2 {
  min-width: 350px;
  height: auto;
  margin-right: 24px;
}

.event-card-link-container-featured-carousel {
  width: 100%;
  min-width: 350px;
  max-width: 500px;
}

.overline-5 {
  letter-spacing: 1.6px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 150%;
}

.title-wrapper {
  z-index: 5;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.hero-container-event-card-right {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.hero-container-event-card-right.top.grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 0.75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.learn-more-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-blocks-header-container {
  display: flex;
}

.link-cta-block {
  text-decoration: none;
}

.hero-copy-content-left {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.hero-copy-content-right {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  order: 1;
  display: flex;
}

.event-card-quick-info-badge-2 {
  color: #000;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 4px;
  padding: 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  position: absolute;
  inset: 16px 95px auto auto;
  box-shadow: 0 24px 64px rgba(217, 217, 217, 0.4784313725);
}

.hero-section-rounded-3 {
  max-width: none;
  margin-left: 100px;
  margin-right: 100px;
  padding: 120px 0;
  position: relative;
}

.hero-section-alignment {
  justify-content: center;
  align-items: center;
  max-width: none;
  display: flex;
}

.paragraph-large-8 {
  letter-spacing: -0.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.8;
}

.paragraph-large-8.text-weight-semibold {
  font-weight: 600;
}

.testimonial-right-arrow-3,
.testimonial-left-arrow-3 {
  color: #000;
  background-color: #f8f9fa;
  border: 1px solid #eaedf0;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.section-slider-2 {
  background-color: #f5f7fa;
  padding: 80px 20px;
  position: relative;
  overflow: hidden;
}

.testimonial-slider-5 {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
}

.container-large-11 {
  width: 100%;
  position: relative;
}

.testimonial-mask-5 {
  max-width: 500px;
  overflow: visible;
}

.gallery-tab-link {
  border: 1px solid var(--grey);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
  margin-bottom: 10px;
  padding: 8px 20px;
  font-size: 18px;
  line-height: 24px;
  transition: background-color 0.3s;
}

.gallery-tab-link:hover {
  color: #000;
  background-color: #d9d9d9;
}

.gallery-tab-link.w--current {
  background-color: #d9d9d9;
  margin-right: 0;
}

.gallery-tab-link.w--current:hover {
  color: #000;
  background-color: rgba(217, 217, 217, 0.4509803922);
}

.tabs-wrap {
  text-align: right;
  width: 100%;
  position: relative;
}

.tabs-menu-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  margin-top: 40px;
  margin-bottom: 0;
  padding-right: 0;
  display: flex;
}

.gallery-tabs {
  text-align: left;
  position: relative;
}

.tabs-buttons-wrap {
  z-index: 2;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: auto;
  left: auto;
  right: 0%;
}

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

.event-sign-ups-wrapper {
  flex-direction: column;
  max-height: 550px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  overflow: scroll;
}

.event-sign-up-table-row-grid-top {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  width: 100%;
  margin-left: 20px;
}

.event-sign-up-table-row-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  width: 100%;
  margin-right: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}

.event-card-2-0-title-link {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.sign-ups-table-card {
  object-fit: fill;
  border: 1px solid #ccd4d6;
  border-radius: 20px;
  width: 940px;
  max-height: 550px;
  overflow: scroll;
}

.event-detail-subheader {
  margin-top: 10px;
}

.event-detail-subheader.event-page-2-0 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  align-self: flex-start;
  margin-top: 0;
  display: flex;
}

.event-detail-subheader.landing-page-mode {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.event-detail-tabs-wrapper {
  text-align: right;
  margin-top: 20px;
  position: relative;
}

.event-detail-tabs-wrapper.event-page-2-0 {
  margin-top: 0;
}

.event-detail-gallery-tabs {
  text-align: left;
  position: relative;
}

.event-detail-gallery-tabs.series,
.event-detail-gallery-tabs.athlete-dashboard-2-0 {
  display: block;
}

.event-detail-gallery-tabs.athlete-profile-1-0 {
  width: 100%;
  display: block;
}

.event-detail-tabs-content {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  overflow: visible;
}

.event-detail-tabs-content.event-page-2-0 {
  margin-top: 20px;
}

.event-detail-tabs-content-wrapper {
  flex-direction: column;
  max-height: none;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.event-detail-tabs-content-wrapper.event-page-2-0 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.event-detail-tab-text {
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  line-height: 100%;
}

.event-detail-tab-text.organizer-page {
  text-transform: none;
  font-size: 10px;
}

.event-detail-all-tabs-wrapper {
  width: 100%;
  display: block;
}

.event-detail-all-tabs-wrapper.event-page-2-0 {
  margin-left: 0;
  margin-right: 0;
}

.event-activit-list {
  flex-direction: column;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.event-activit-list.donation-page {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.leaderboard-tab-text {
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  line-height: 16px;
}

.leaderboard-tab-text.athlete-profile {
  text-transform: none;
  font-size: 10px;
}

.event-activity-details-date-and-time-2 {
  font-family: Open Sans, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 100%;
}

.event-detail-tab-link-2 {
  pointer-events: auto;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  border-radius: 8px;
  align-self: center;
  padding: 12px 24px;
  font-size: 18px;
  line-height: 24px;
  transition: background-color 0.3s;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.event-detail-tab-link-2:hover {
  color: #000;
  background-color: #fff;
  background-image: linear-gradient(111deg, rgba(180, 75, 250, 0.2), rgba(188, 14, 17, 0.1019607843) 83%);
}

.event-detail-tab-link-2.w--current {
  opacity: 1;
  mix-blend-mode: multiply;
  background-color: #fff;
  background-image: linear-gradient(111deg, rgba(180, 75, 250, 0.4705882353), rgba(188, 14, 17, 0.231372549) 83%);
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.event-detail-tab-link-2.w--current:hover {
  color: #000;
  background-color: rgba(217, 217, 217, 0.4509803922);
}

.event-detail-tab-link-2.iowa-gravel-series:hover {
  background-color: var(--light-grey);
  background-image: none;
}

.event-detail-tab-link-2.iowa-gravel-series.w--current {
  background-color: var(--grey);
  background-image: none;
}

.event-detail-tab-link-2.iowa-gravel-series.w--current:hover {
  background-color: var(--light-grey);
}

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

.heading-12 {
  flex-flow: column;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.heading-12.interim {
  text-align: center;
  line-height: 150%;
}

.event-detail-tabs-menu-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: none;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.event-detail-tabs-menu-2.event-page-2-0 {
  justify-content: flex-start;
  align-items: center;
}

.event-activity-details-2 {
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
}

.tabs-menu-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 10px;
  padding-right: 0;
  display: flex;
  overflow: visible;
}

.tabs-menu-4.series {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
}

.event-activity-content-wrapper-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  text-align: left;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  line-height: 100%;
  display: flex;
}

.event-activity-content-wrapper-2.donation-page {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.button-6 {
  grid-column-gap: 8px;
  grid-row-gap: 12px;
  color: #000;
  -webkit-text-stroke-color: #000;
  object-fit: scale-down;
  background-color: #000;
  background-image: linear-gradient(to right, #ff6250, #a259ff 45%, #09b7f6);
  border-radius: 20px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-width: 0;
  height: 60px;
  padding: 12px 24px;
  font-family: Space Mono, sans-serif;
  text-decoration: none;
  display: flex;
}

.button-6.achievement-card {
  background-image: linear-gradient(315deg, #ff6250, #a259ff 51%, #09b7f6);
  justify-content: center;
  max-width: 100%;
}

.button-6.achievement-card.unlisted {
  background-color: #fff;
  background-image: linear-gradient(322deg, rgba(252, 167, 208, 0.5019607843), rgba(162, 89, 255, 0.3019607843) 50%, rgba(75, 224, 250, 0.5019607843));
  border: 1px rgba(0, 0, 0, 0);
}

.button-6.achievement-card.unlisted.event-purchase-button {
  background-image: linear-gradient(322deg, rgba(75, 151, 250, 0.8), rgba(238, 106, 111, 0.8) 53%, #e6def0);
  width: auto;
  min-width: 150px;
}

.button-6.achievement-card.unlisted.event-purchase-button.event-header-interim {
  opacity: 1;
  mix-blend-mode: multiply;
  background-color: rgba(13, 199, 231, 0);
  background-image: linear-gradient(290deg, #e6def0, rgba(238, 106, 111, 0.4588235294) 38%, rgba(75, 151, 250, 0.4588235294));
  border: 1.5px #ddd7d7;
  border-radius: 20px;
  align-self: center;
  min-width: 200px;
  box-shadow: inset 0 2px 12px 2px rgba(255, 255, 255, 0.3803921569), 0 2px 5px rgba(0, 0, 0, 0.2);
}

.button-6.achievement-card.unlisted.event-purchase-button.event-header-interim.sold-out {
  background-color: rgba(255, 255, 255, 0.3098039216);
  background-image: none;
}

.button-6.achievement-card.unlisted.event-purchase-button.event-header-interim.donate {
  background-image: linear-gradient(151deg, #e4e6f1, rgba(75, 151, 250, 0.4588235294) 43%, rgba(162, 89, 255, 0.4588235294) 91%);
}

.button-6.achievement-card.unlisted.event-purchase-button.event-header-interim.donate.reg-1-3 {
  order: 0;
  align-self: flex-end;
}

.button-6.achievement-card.unlisted.event-purchase-button.event-header-interim.reg-1-3 {
  align-self: flex-end;
}

.button-6.achievement-card.unlisted.event-purchase-button.event-header-interim.reg-1-3.sold-out {
  order: 0;
}

.button-6.achievement-card.unlisted.event-purchase-button.event-header-interim.reg-1-3.series-pass {
  background-color: var(--grey);
  background-image: none;
}

.button-6.achievement-card.unlisted.event-purchase-button.event-header-interim.reg-1-3.iowa-gravel {
  background-image: linear-gradient(290deg, #e6aa38, #ceb58b);
}

.button-6.achievement-card.unlisted.event-purchase-button.event-header-interim.reg-1-3.sub-event-creation-list {
  box-shadow: none;
  background-color: #fff;
  background-image: none;
  border-style: solid;
  border-radius: 8px;
  line-height: 120%;
}

.button-6.achievement-card.unlisted.pre {
  background-image: linear-gradient(44deg, #a259ff, rgba(238, 106, 111, 0.8) 50%, rgba(75, 151, 250, 0.8));
  max-width: 100%;
}

.button-6.achievement-card.unlisted.pre.auction {
  background-image: linear-gradient(44deg, rgba(250, 75, 75, 0.8), rgba(75, 151, 250, 0.3019607843) 50%, rgba(162, 89, 255, 0.3019607843));
}

.button-6.achievement-card.unlisted.pre.auction.save-participant-info {
  align-items: center;
  max-width: 300px;
  margin: 20px 0 10px;
}

.button-6.achievement-card.unlisted.pre.auction.save-participant-info._1-2 {
  background-image: linear-gradient(120deg, rgba(250, 145, 75, 0.5019607843), rgba(156, 94, 251, 0.2901960784) 48%, rgba(82, 149, 204, 0.2));
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.button-6.achievement-card.unlisted.pre.auction.save-participant-info._1-2:active {
  box-shadow: none;
}

.virtual-event-leaderboard-container-2 {
  border: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  display: flex;
  position: static;
  overflow: visible;
}

.heading-wrapper-5 {
  text-align: center;
  max-width: 800px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.heading-wrapper-5.series {
  margin-left: 0;
}

.form-8 {
  align-items: center;
}

.form-block-9 {
  align-items: center;
  margin-bottom: 0;
}

.heading-13 {
  padding-left: 10px;
  padding-right: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  display: inline-block;
}

.heading-13.category-registration-title {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 8px;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
}

.heading-13.category-registration-title.event-activity-content-name {
  margin-right: 0;
  font-weight: 600;
  line-height: 150%;
}

.video-wrapper-3 {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sign-ups-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  display: flex;
  position: static;
}

.course-map-example-wrapper {
  padding: 60px 40px;
  position: relative;
}

.organizer-page-blob-text {
  margin-top: 0;
}

.hero-image-rounded {
  border-radius: 20px;
  box-shadow: 2px 1px 9px 1px rgba(0, 0, 0, 0.2);
}

.movemint-hero-square {
  border-radius: 20px;
  width: 100%;
  max-width: none;
}

.movemint-hero-square.hero {
  object-fit: cover;
  height: 100%;
}

.movemint-hero-square._2-0 {
  aspect-ratio: 1;
  object-fit: cover;
  height: 100%;
}

.hero-section-rounded-top {
  max-width: none;
  margin-left: 100px;
  margin-right: 100px;
  padding: 60px 0;
  position: relative;
}

.hero-section-rounded-top.about-us {
  margin-left: 40px;
  margin-right: 40px;
}

.event-card-hero-wrapper.registration-page {
  width: 75%;
  margin-top: auto;
  position: static;
  inset: 100px auto auto 40px;
  overflow: visible;
}

.home-page-hero-without-image {
  background-color: var(--hero-form-background);
  padding: 60px 30px 30px;
  position: relative;
}

.dashboard-large-title {
  color: #1a1a1a;
  margin-bottom: 4px;
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
}

.progress-card-02 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #b2b2b2;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33.3333%;
  min-width: 150px;
  padding: 24px;
  text-decoration: none;
  transition: all 0.3s;
  display: flex;
}

.progress-card-02:hover {
  color: #6070c8;
  border-color: #6070c8;
}

.dashboard-progress-green {
  background-color: #fff;
  background-image: linear-gradient(90deg, rgba(75, 151, 250, 0.4588235294), rgba(162, 89, 255, 0.4588235294));
  width: 80%;
  height: 4px;
}

.dashboard-progress-green.athlete {
  background-image: linear-gradient(90deg, #dab8fb, #fde4b3);
}

.dashboard-filter-link {
  color: #b2b2b2;
  padding: 4px;
  transition: color 0.3s;
}

.dashboard-filter-link:hover {
  color: #4255bd;
}

.progress-bar-base {
  background-color: #f5f5f5;
  border-radius: 24px;
  width: 100%;
  height: 4px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.dashboard-line {
  background-color: #e6e6e6;
  height: 1px;
  margin-top: 14px;
  margin-bottom: 14px;
}

.dashboard-progress-counter {
  color: #40bf6a;
  letter-spacing: -0.01em;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.text-gray-500 {
  color: gray;
}

.dashboard-button-wrapper {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.dashboard-section {
  padding: 32px 2%;
  position: relative;
}

.avatar-wrapper-2 {
  display: flex;
}

.dashboard-counter {
  color: #f99406;
  letter-spacing: -0.01em;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.dashboard-progress-title {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.dashboard-logo {
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
  border-radius: 14px;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-right: 14px;
}

.dashboard-nav-menu {
  width: 100%;
  padding: 24px;
}

.dashboard-block {
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  padding: 24px;
}

.progress-card-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.paragraph-small-9.text-weight-medium {
  font-weight: 500;
}

.paragraph-small-9.text-gray-500 {
  color: gray;
}

.dashboard-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #333;
  border-radius: 14px;
  align-items: center;
  padding: 14px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all 0.2s;
  display: flex;
}

.dashboard-link:hover {
  color: #4255bd;
  background-color: #f4f5fb;
}

.dashboard-link.w--current {
  opacity: 1;
}

.wrap-h-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.wrap-h-x-small.align-c {
  justify-content: flex-start;
  align-items: center;
}

.dashboard-details {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.dashboard-key-yellow {
  grid-column-gap: 8px;
  color: #faa938;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.dashboard-medium {
  color: gray;
  letter-spacing: -0.01em;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.dashboard-star-icon {
  color: #4255bd;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.sub-heading-large {
  letter-spacing: -0.01em;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.sub-heading-large.dash {
  margin-top: 0;
  margin-bottom: 0;
}

.button-primary-7 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  white-space: nowrap;
  background-color: #4255bd;
  border: 1px solid #4255bd;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
  transition: color 0.3s, background-color 0.3s;
  display: flex;
}

.button-primary-7:hover {
  color: #4255bd;
  background-color: #fff;
}

.dashboard-key-green {
  grid-column-gap: 8px;
  color: #6c8;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.dashboard-content {
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dashboard-icon-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #b2b2b2;
  background-color: #f7f7f7;
  border-radius: 8px;
  align-items: center;
  padding: 8px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all 0.3s;
  display: flex;
}

.dashboard-icon-block:hover {
  color: #333;
}

.dashboard-icon-square {
  background-color: #f4f5fb;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 56px;
  min-width: 56px;
  height: 56px;
  min-height: 56px;
  display: flex;
}

.dashboard-title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.dashboard-span-gray {
  color: #333;
}

.dashboard-card {
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  align-items: center;
  padding: 32px;
  display: block;
}

.dashboard-check {
  color: #1a1a1a;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  display: flex;
}

.dashboard-navbar {
  background-color: rgba(0, 0, 0, 0);
  border-right: 1px solid #e6e6e6;
  flex-direction: column;
  justify-content: space-between;
  min-width: 300px;
  height: auto;
  display: flex;
  position: relative;
}

.notification-badge {
  color: #fff;
  text-align: center;
  background-color: #eb4747;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-width: 24px;
  height: 24px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
  position: relative;
}

.dashboard-key-dot-blue {
  background-color: #8e99d7;
  border-radius: 100px;
  width: 8px;
  min-width: 8px;
  height: 8px;
  min-height: 8px;
}

.dashboard-progress {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  padding: 32px;
  display: flex;
}

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

.dashboard {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  min-height: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.dashboard-column {
  grid-row-gap: 24px;
  flex-direction: column;
  min-width: 50%;
  padding: 16px;
  display: flex;
  overflow: auto;
}

.icon-regular-5 {
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: flex-end;
  width: 24px;
  height: 24px;
  display: flex;
}

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

.wrap-h-space-between.align-c {
  align-items: center;
}

.notification-arrow {
  background-color: #eb4747;
  border-radius: 2px;
  width: 10px;
  height: 10px;
  position: absolute;
  inset: auto auto auto -4px;
  transform: rotate(45deg);
}

.dashboard-filter {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.dashboard-moodboard {
  border-radius: 14px;
  height: 160px;
  margin-top: 24px;
  margin-bottom: 24px;
  overflow: hidden;
}

.dashboard-user {
  color: #1a1a1a;
  border-top: 1px solid #ccc;
  width: 100%;
  margin-top: auto;
  padding: 24px;
  font-weight: 500;
}

.dashboard-menu-icon {
  color: #160042;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.wrap-h-small-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.wrap-h-small-2.align-c {
  justify-content: flex-start;
  align-items: center;
}

.dashboard-warning {
  color: #603d2f;
  text-align: center;
  background-color: #fff1eb;
  border-radius: 12px;
  max-width: 950px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  padding: 14px 25px;
  font-size: 14px;
  line-height: 24px;
}

.dashboard-wrapper {
  width: 100%;
  position: relative;
}

.dashboard-icon-tag {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  display: flex;
}

.dashboard-small {
  color: gray;
  font-weight: 400;
  line-height: 24px;
}

.dashboard-avatar {
  background-color: #f3f5fb;
  border: 1px solid #f7f7f7;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 62px;
  min-width: 62px;
  height: 62px;
  min-height: 62px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dashboard-detail {
  color: #b2b2b2;
  text-align: left;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
}

.text-gray-800 {
  color: #333;
}

.dashboard-key-dot-yellow {
  background-color: #fbbf6a;
  border-radius: 100px;
  width: 8px;
  min-width: 8px;
  height: 8px;
  min-height: 8px;
}

.process-bar {
  background-color: #f99406;
  width: 80%;
  height: 4px;
}

.dashboar-key-dot-green {
  background-color: #8cd9a6;
  border-radius: 100px;
  width: 8px;
  min-width: 8px;
  height: 8px;
  min-height: 8px;
}

.wrap-v-xx-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.progress-card-03 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #b2b2b2;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33.3333%;
  min-width: 150px;
  padding: 24px;
  text-decoration: none;
  transition: all 0.3s;
  display: flex;
}

.progress-card-03:hover {
  color: #6c8;
  border-color: #6c8;
}

.dashboard-task {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  align-items: center;
  padding: 32px;
  font-weight: 500;
  display: flex;
}

.h4-heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 1.4;
}

.progress-card-01 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #b2b2b2;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33.3333%;
  min-width: 150px;
  padding: 24px;
  text-decoration: none;
  transition: all 0.3s;
  display: flex;
}

.progress-card-01:hover {
  color: #faa938;
  border-color: #faa938;
}

.dashboard-bell-button {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #1a1a1a;
  align-items: center;
  padding: 14px;
  transition: all 0.3s;
  display: flex;
}

.dashboard-bell-button:hover {
  color: #4255bd;
}

.dashboard-title {
  color: #333;
  letter-spacing: -0.02em;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}

.heading-detail-small-2 {
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

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

.dashboard-key-blue {
  grid-column-gap: 8px;
  color: #6070c8;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.dashboard-progress-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  width: 300px;
  margin-top: 24px;
  display: flex;
}

.dashboard-progress-wrapper.donation-page {
  width: 100%;
  margin-top: 0;
  margin-bottom: 24px;
}

.dashboard-progress-wrapper.donation-page.body {
  width: 70%;
  margin-bottom: 0;
  display: none;
}

.dashboard-progress-wrapper.athlete-profile {
  margin-top: 0;
}

.dashboard-header {
  border-bottom: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: center;
  padding: 24px 32px;
  display: flex;
}

.avatar-dashboard {
  background-color: #e4e6f1;
  border: 3px solid #fff;
  border-radius: 100px;
  width: 42px;
  height: 42px;
  position: relative;
}

.avatar-dashboard.avatar-group {
  margin-right: -12px;
}

.dashboard-chart-detail {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.dashboard-account {
  align-items: center;
  width: 100%;
  display: flex;
}

.dashboard-progress-wrapper-in-registration {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  width: 70%;
  min-width: auto;
  margin-top: 10px;
  display: flex;
}

.list-row-duplicate {
  border-top: 1px #000;
  justify-content: space-between;
  display: flex;
}

.list-row-duplicate.checked-in {
  background-color: rgba(109, 153, 68, 0.7294117647);
}

.list-row-duplicate.athlete-results {
  border-bottom: 1px solid #d9d9d9;
}

.list-text-content-number {
  text-align: center;
  width: 110px;
  font-size: 16px;
  font-weight: 400;
}

.list-text-content-number.primary-time {
  text-align: center;
  padding-right: 0;
  font-weight: 700;
}

.list-text-content-number.primary-time.twilight-5000-2024 {
  width: 50px;
}

.list-text-content-number.primary-time.twilight-5000-2024.option-2 {
  width: 120px;
}

.list-text-content-number.primary-time.athlete-profile-1-0 {
  width: auto;
  font-size: 12px;
  line-height: 100%;
}

.list-text-content-number.primary-time.athlete-profile-1-0.header {
  text-align: center;
  width: 125px;
  font-weight: 600;
}

.list-text-content-number.primary-time.athlete-profile-1-0.header.activity {
  width: 50px;
}

.list-text-content-number.twilight-5000-2024.secondary-results {
  width: 125px;
}

.list-text-content-number.twilight-5000-2024.secondary-results.option-2 {
  width: 120px;
}

.list-text-content-number.twilight-5000-2024.secondary-results.athlete-profile-1-0 {
  font-size: 12px;
  line-height: 120%;
}

.list-wrapper-overflow {
  width: 100%;
  height: 500px;
  overflow: auto;
}

.list-wrapper-overflow.race-day-check-in {
  height: 800px;
}

.list-wrapper-overflow.series {
  max-width: 720px;
}

.list-body-spacing {
  width: 940px;
}

.list-body-spacing.payout-reports,
.list-body-spacing.donation-page,
.list-body-spacing.series,
.list-body-spacing.athlete-dashboard-2-0,
.list-body-spacing.athlete-profile {
  width: 100%;
}

.list-general-content-wrapper {
  flex-flow: column;
  align-self: center;
  width: 100%;
  padding: 10px 16px;
  display: flex;
}

.list-general-content-wrapper.twilght-5000-2024 {
  padding: 0 10px;
}

.list-general-content-wrapper.athlete-profile-1-0 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  height: 100%;
  line-height: 153%;
}

.list-general-content-wrapper.athlete-profile-1-0.handoff-results-strava-icon {
  align-items: flex-end;
  width: auto;
}

.list-general-content-wrapper.athlete-profile-1-0.result {
  justify-content: center;
  align-self: flex-start;
  align-items: center;
}

.list-general-content-wrapper.athlete-profile-1-0.result.activity {
  justify-content: center;
  align-self: center;
  align-items: center;
}

.list-general-content-wrapper.athlete-profile-1-0.result.header {
  height: auto;
}

.list-general-content-wrapper.activity {
  align-items: center;
}

.list-text-content-position {
  color: #000;
  text-align: center;
  width: 40px;
  font-size: 12px;
}

.list-text-content-position.bib-number {
  font-size: 16px;
  font-weight: 700;
}

.list-text-content-position.merch {
  width: 100px;
  font-size: 14px;
  font-weight: 700;
}

.list-text-content-name {
  overflow-wrap: anywhere;
  width: 150px;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
}

.list-text-content-name.twilight-5000-2024 {
  width: 230px;
}

.list-text-content-name.payment-reports {
  font-size: 14px;
}

.list-text-content-name.dontate-to {
  width: 300px;
}

.list-text-content-name.athlete-profile-1-0 {
  width: 250px;
  font-size: 12px;
  line-height: 100%;
}

.list-text-content-name.athlete-profile-1-0.result {
  text-align: right;
  text-align: right;
  width: auto;
}

.list-position-and-names-wrapper {
  border-bottom: 1px solid #d9d9d9;
  justify-content: flex-start;
  padding-left: 20px;
  display: flex;
}

.list-position-and-names-wrapper.athlete-results {
  border-bottom-style: none;
}

.list-position-and-names-wrapper.athlete-results.header {
  padding-top: 10px;
  padding-bottom: 10px;
}

.list-number-wrapper {
  border-bottom: 1px solid #d9d9d9;
  justify-content: flex-end;
  padding-right: 20px;
  display: flex;
}

.list-number-wrapper.athlete-profile-1-0 {
  padding-right: 0;
}

.list-number-wrapper.athlete-profile-1-0.header {
  background-color: var(--grey);
}

.list-number-wrapper.athlete-profile-1-0.header.activity {
  width: 100%;
}

.list-number-wrapper.athlete-profile-1-0.in-line {
  background-color: var(--grey);
}

.list-number-wrapper.athlete-profile-1-0.in-line.activity {
  background-color: var(--white);
  border: 1px #000;
  width: 100%;
}

.list-blank-fill-wrapper {
  border-bottom: 1px solid #d9d9d9;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.list-blank-fill-wrapper.athlete-results {
  border-bottom-style: none;
}

.list-text-content-category {
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 100%;
}

.list-text-content-category.donation-from {
  font-style: italic;
}

.list-text-content-category.athlete-profile-1-0 {
  color: var(--black);
  font-size: 10px;
}

.list-text-content-category.athlete-profile-1-0.sub-event-name {
  overflow: hidden;
}

.list-text-content-category.athlete-profile-1-0.feed-formatting {
  text-transform: none;
  font-weight: 600;
}

.list-text-content-category.athlete-profile-1-0.feed-formatting.subevent-name-with-fundraiser {
  max-width: 50%;
}

.list-row-header {
  justify-content: space-between;
  display: flex;
}

.list-text-content-number-header {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  width: 110px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.list-text-content-number-header.twilight-5000-2024.secondary-results {
  width: 125px;
}

.list-text-content-number-header.twilight-5000-2024.secondary-results.option-2 {
  width: 120px;
}

.list-text-content-number-header.check-in {
  width: 150px;
}

.list-text-content-number-header.athlete-profile-1-0 {
  text-transform: none;
}

.list-text-content-category-header {
  text-transform: uppercase;
  width: 130px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.list-text-content-name-header {
  color: var(--black);
  text-align: left;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  width: 150px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.list-text-content-name-header.twilight-5000-2024 {
  width: 230px;
}

.list-text-content-name-header.athlete-profile-1-0 {
  text-transform: none;
  width: 250px;
}

.list-text-content-name-header.athlete-profile-1-0.results {
  text-align: center;
  width: 125px;
}

.list-text-content-position-header {
  color: var(--black);
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  width: 40px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.list-text-content-position-header.check-in {
  width: 150px;
  margin-right: 24px;
}

.list-text-content-position-header.merch {
  width: 100px;
}

.list-blank-fill-wrapper-header {
  background-color: #d9d9d9;
  justify-content: space-around;
  width: 100%;
  display: flex;
}

.list-number-wrapper-header {
  background-color: #d9d9d9;
  border-bottom: 1px solid #e9eced;
  justify-content: flex-end;
  padding-right: 20px;
  display: flex;
}

.list-position-and-names-wrapper-header {
  background-color: #d9d9d9;
  border-bottom: 1px solid #e9eced;
  justify-content: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

.list-position-and-names-wrapper-header.athlete-results.results-column {
  padding-left: 16px;
}

.participant-form-container {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, 0.4392156863);
  border-radius: 12px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px;
  font-family: Open Sans, sans-serif;
}

.participant-form-container._1-2 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
}

.participant-form-container._1-2.product-v1.tracksmith {
  background-color: #fefefe;
  border-radius: 0;
}

.participant-fields-1-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: flex;
}

.who-is-registering-tab-menu-1-2 {
  align-self: center;
  margin-bottom: 24px;
}

.who-is-registering-tab-menu-1-2.tracksmith {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.registration-tab-1-2 {
  pointer-events: auto;
  background-color: #e9e9e9;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  border-radius: 8px;
  width: 150px;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 24px 8px;
  font-size: 18px;
  line-height: 24px;
  transition: background-color 0.3s;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.registration-tab-1-2:hover {
  color: #000;
  background-color: #fff;
  background-image: linear-gradient(111deg, rgba(180, 75, 250, 0.2), rgba(188, 14, 17, 0.1019607843) 83%);
}

.registration-tab-1-2.w--current {
  opacity: 1;
  mix-blend-mode: multiply;
  background-color: #fff;
  background-image: linear-gradient(111deg, rgba(180, 75, 250, 0.4705882353), rgba(188, 14, 17, 0.231372549) 83%);
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.registration-tab-1-2.w--current:hover {
  color: #000;
  background-color: rgba(217, 217, 217, 0.4509803922);
}

.registration-tab-1-2.tracksmith {
  box-shadow: none;
  background-color: #ddd;
  border-radius: 0;
  width: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.registration-tab-1-2.tracksmith:hover {
  background-color: #b0b0b0;
  background-image: none;
}

.registration-tab-1-2.tracksmith.w--current {
  box-shadow: none;
  background-color: #9a825c;
  background-image: none;
  width: auto;
}

.registration-tab-1-2.tracksmith.w--current:active {
  box-shadow: none;
}

.registration-tab-1-2._1-3 {
  background-color: var(--light-grey);
  min-width: 150px;
}

.registration-tab-1-2._1-3:hover {
  background-color: var(--grey);
  background-image: none;
}

.registration-tab-1-2._1-3:active {
  background-color: var(--dark-grey);
}

.registration-tab-1-2._1-3.w--current {
  background-color: var(--grey);
  background-image: none;
}

.registration-tab-text-1-2 {
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.registration-tab-text-1-2.select-price-registration {
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}

.registration-tab-text-1-2.tracksmith {
  font-family: Berthold Akzidenz Grotesk Extended, sans-serif;
}

.i-ll-donate-tab-1-2 {
  pointer-events: auto;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  border-radius: 8px;
  width: 150px;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 24px 8px;
  font-size: 18px;
  line-height: 24px;
  transition: background-color 0.3s;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.i-ll-donate-tab-1-2:hover {
  color: #000;
  background-color: rgba(255, 255, 255, 0);
  background-image: linear-gradient(111deg, rgba(250, 75, 130, 0.2), rgba(188, 185, 14, 0.1019607843) 83%);
}

.i-ll-donate-tab-1-2.w--current {
  opacity: 1;
  mix-blend-mode: multiply;
  background-color: rgba(255, 255, 255, 0);
  background-image: linear-gradient(111deg, rgba(250, 75, 177, 0.4705882353), rgba(150, 188, 14, 0.231372549) 83%);
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.i-ll-donate-tab-1-2.w--current:hover {
  color: #000;
  background-color: rgba(217, 217, 217, 0.4509803922);
}

.don-t-donate-tab-1-2 {
  pointer-events: auto;
  background-color: rgba(255, 94, 0, 0);
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  border-radius: 8px;
  width: 150px;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 24px 8px;
  font-size: 18px;
  line-height: 24px;
  transition: background-color 0.3s;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.don-t-donate-tab-1-2:hover {
  color: #000;
  background-color: rgba(255, 94, 0, 0.1490196078);
}

.don-t-donate-tab-1-2.w--current {
  opacity: 1;
  mix-blend-mode: multiply;
  background-color: rgba(255, 94, 0, 0.1490196078);
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.don-t-donate-tab-1-2.w--current:hover {
  color: #000;
  background-color: rgba(255, 94, 0, 0.1490196078);
  background-image: none;
}

.don-t-donate-tab-1-2.w--current:active {
  background-color: rgba(255, 255, 255, 0);
}

.tabs-content-7._1-2 {
  width: 100%;
}

.download-icon {
  order: 0;
  width: 25px;
  height: 25px;
}

.download-icon:hover {
  cursor: pointer;
}

.registration-1-2-logged-in-info-field {
  background-color: rgba(255, 255, 255, 0);
  border-bottom: 1px solid #f2eeee;
  flex-direction: column;
  display: flex;
}

.registration-1-2-logged-in-info-field.last-item {
  border-bottom-style: none;
}

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

.subheading-small {
  color: #0a0a0a;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.text-color-purple-600 {
  color: #5c2d5c;
}

.faq-icon-wrap {
  background-color: rgba(255, 255, 255, 0);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.overline-10 {
  letter-spacing: 1.62px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.paragraph-regular-10 {
  letter-spacing: -0.25px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
}

.paragraph-regular-10.text-weight-medium {
  font-size: 14px;
  font-weight: 400;
}

.h5-heading-4 {
  color: #0a0a0a;
  letter-spacing: -1.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.4;
}

.reg-1-2-info-content {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.reg-1-2-info-content.w--open {
  margin-top: 10px;
}

.faq-wrap {
  flex-direction: column;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dropdown-title {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.title-wrapper-s-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-section {
  background-color: #f9f7f7;
  padding: 80px 5%;
  position: relative;
  overflow: hidden;
}

.container-small {
  z-index: 5;
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.reg-1-2-info-toggle {
  z-index: 5;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 0 20px;
  display: flex;
}

.reg-1-2-info-toggle._1-2 {
  margin-bottom: 0;
  padding: 10px 0;
}

.reg-info-edit-text {
  color: #ccc;
  font-size: 12px;
  text-decoration: underline;
}

.reg-info-edit-text.tracksmith {
  color: #9a825c;
  font-family: Saintecolombe, sans-serif;
}

.registration-form-1-2 {
  width: 100%;
}

.registration-1-2-form-block._1-3 {
  border: 1px solid var(--grey);
  border-radius: 8px;
}

.checkbox-field-4 {
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.merch-dropdown {
  background-color: var(--white);
  color: var(--black);
  text-align: left;
  border-radius: 10px;
  align-self: center;
  width: 140px;
  min-height: 48px;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.merch-dropdown._1-2 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.merch-dropdown._1-2.tracksmith {
  background-color: #f3f3f3;
  border-radius: 0;
  font-family: Saintecolombe, sans-serif;
}

.merch-list-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.checkout-50-50 {
  justify-content: space-between;
  align-self: stretch;
  display: flex;
}

.registration-event-info-card-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: fixed;
  inset: 100px 0% auto;
}

.registration-page-top-left-content-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  align-self: flex-start;
  display: flex;
}

.go-back-registration-page {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  line-height: 120%;
  display: flex;
}

.go-back-registration-page-text {
  font-size: 12px;
}

.back-to-event-detail-page {
  text-decoration: none;
}

.registration-event-info-left-side {
  flex-flow: column;
  width: 45%;
  display: flex;
  position: relative;
}

.merch-dropdown-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waiver-checkbox {
  border-radius: 1px;
  margin-top: 0;
  margin-left: 20px;
  margin-right: 10px;
  transform: scale(1.8);
}

.race-selection-checkbox {
  margin-top: 0;
  margin-left: 20px;
  margin-right: 10px;
  transform: scale(1.8);
}

.tabs-content-8 {
  width: 100%;
}

.account-section {
  max-width: 80rem;
  padding-top: 80px;
  padding-bottom: 120px;
  position: relative;
}

.settings-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 2px solid #d9d9d9;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 16px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.integration-card {
  grid-row-gap: 24px;
  flex-direction: column;
  padding: 0;
  display: flex;
}

.account-top-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.account-integration-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.account-block-a {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.account-block-a.emailer {
  max-height: 700px;
}

.account-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.paragraph-regular-11 {
  color: #3b3b3b;
  letter-spacing: normal;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}

.integration-icon {
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
}

.dashboard-wrapper-2 {
  justify-content: center;
  align-items: center;
  margin-left: 60px;
  margin-right: 60px;
  display: flex;
}

.container-small-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}

.action-m {
  color: #030711;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  text-decoration: none;
}

.icon-x-small-3 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.account-divider {
  background-color: #d9d9d9;
  height: 2px;
}

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

.settings-title-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.h5-heading-5 {
  color: #030711;
  letter-spacing: -0.48px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}

.connect-with-button {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  width: auto;
  display: flex;
}

.connect-with-button.settings {
  width: 100%;
}

.connect-with-button.ride-with-gps {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.connect-with-button.ride-with-gps.user-settings-2-0 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border: 1px solid #000;
  border-radius: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 16px;
}

.connect-with-button.ride-with-gps-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.connect-with-button.settings-copy {
  width: auto;
}

.connect-form-block {
  flex: 0 auto;
  align-self: center;
  width: 100%;
  max-width: 300px;
  margin-bottom: 0;
  display: block;
}

.connect-form-block.settings {
  align-self: flex-start;
  width: auto;
}

.connect-form-block.settings.athlete-dashboard-2-0 {
  width: 100%;
  max-width: none;
}

.connect-form-block.settings.athlete-dashboard-2-0-copy {
  width: auto;
  max-width: none;
}

.connect-form-block.settings-copy {
  width: auto;
}

.image-65,
.image-66 {
  width: 30px;
}

.connect-with-text {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  line-height: 100%;
}

.settings-log-out-wrapper {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  margin-top: 60px;
  display: flex;
}

.step-banner-header {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.step-banner-image {
  width: 100%;
  max-width: none;
}

.step-number {
  line-height: 1;
}

.paragraph-regular-12 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.7;
}

.paragraph-regular-12.text-gray-500 {
  color: #666;
}

.paragraph-regular-12.onboarding {
  color: var(--white);
}

.step-form-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.step-content-wrapper {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 96px 56px 96px 12%;
  display: flex;
}

.field-label-2 {
  color: #000;
  letter-spacing: -0.006em;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.slide-embed {
  margin-bottom: 0;
  display: none;
}

.small-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.multi-step-form-block {
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  display: flex;
}

.multi-step-submit-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  background-color: #292929;
  border-radius: 10px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
  box-shadow: inset 1px 1px 0.25px rgba(255, 255, 255, 0.1215686275), inset -1px 1px 0.25px rgba(255, 255, 255, 0.1215686275), 0 0 0 1px #000, 0 1px 2px rgba(0, 0, 0, 0.6392156863);
}

.step-banner-content {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 462px;
  height: 100%;
  display: flex;
  position: relative;
}

.text-field-7 {
  color: #000;
  letter-spacing: -0.006em;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  margin-bottom: 0;
  padding: 10px;
  font-size: 14px;
  line-height: 1.5;
  transition: all 0.3s;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.0392156863), 0 0 0 1px rgba(0, 0, 0, 0.0392156863);
}

.text-field-7:hover {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.0588235294), 0 0 0 1px rgba(0, 0, 0, 0.0784313725);
}

.text-field-7:focus {
  border: 1px solid #000;
}

.text-field-7::placeholder {
  color: #8f8f8f;
}

.text-field-7.text-area {
  min-height: 166px;
}

.form-step-slide {
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}

.step-form-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
}

.section-form {
  position: relative;
}

.step-content {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 520px;
  height: 100%;
  display: flex;
}

.step-breadcrumbs {
  grid-column-gap: 16px;
  grid-row-gap: 6px;
  color: #666;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.next-placeholder {
  justify-content: center;
  align-items: center;
  width: 0;
  max-width: 159px;
  height: 0;
  margin: auto auto 25px;
  display: none;
}

.horizontal-divider {
  align-items: center;
  width: 100%;
  height: 2px;
  display: flex;
}

.previous-placeholder {
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 0;
  max-width: 100px;
  height: 0;
  margin-bottom: 30px;
  transition: opacity 0.2s;
  display: none;
}

.previous-placeholder:hover {
  opacity: 1;
}

.back-button-slide {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  display: inline-block;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.0588235294), 0 1px 2px rgba(0, 0, 0, 0.0588235294);
}

.button-primary-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  background-color: #292929;
  border-radius: 10px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color 0.3s;
  display: flex;
  box-shadow: inset 1px 1px 0.25px rgba(255, 255, 255, 0.1215686275), inset -1px 1px 0.25px rgba(255, 255, 255, 0.1215686275), 0 0 0 1px #000, 0 1px 2px rgba(0, 0, 0, 0.6392156863);
}

.button-primary-small:hover {
  background-color: #141414;
}

.hide {
  display: none;
}

.label-regular {
  color: #000;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}

.label-regular.text-gray-900 {
  color: #000;
}

.wrap-v-xsmall {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.step-arrow {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.step-banner-title {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.multi-step-success {
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.checkbox-content {
  z-index: 2;
  position: absolute;
  left: 20px;
  right: 20px;
}

.form-mask {
  flex: 0 auto;
}

.form-slider-buttons {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.slide-grid-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 0.7fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.step-breadcrumb {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.multi-step-error {
  text-align: center;
  border-radius: 8px;
  margin-top: 0;
  position: static;
  inset: auto 0% 0%;
}

.multi-step-checkbox-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.background-pattern {
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.icon-wrap-small {
  background-color: #fff;
  border-radius: 10px;
  flex: none;
  padding: 12px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.0588235294), 0 1px 2px rgba(0, 0, 0, 0.0588235294);
}

.text-color-primary {
  color: #ff4b0f;
}

.form-slider {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.large-checkbox {
  cursor: pointer;
  border-color: rgba(0, 0, 0, 0.0588235294);
  border-radius: 16px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  transition: all 0.3s;
}

.large-checkbox.w--redirected-checked {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-color: #ff4b0f;
  border-radius: 12px;
}

.large-checkbox.w--redirected-focus {
  box-shadow: none;
}

.next-button {
  background-color: #5b3acc;
  border-radius: 5px;
  flex: 1;
  align-self: center;
  padding: 12px 32px;
  font-size: 15px;
  transition: background-color 0.2s ease-in;
  display: none;
}

.checkbox-wrap {
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.step-banner {
  background-color: #f5f5f5;
  background-image: url(https://d25qpvb0plkdqc.cloudfront.net/../images/DSC_0674.jpeg);
  background-position: 50% 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.paragraph-small-10 {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.7;
}

.paragraph-small-10.text-gray-500 {
  color: #666;
}

.icon-regular-6 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color 0.2s;
  display: flex;
}

.h5-heading-6 {
  letter-spacing: -0.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25;
}

.h5-heading-6.onboarding {
  color: var(--white);
}

.h6-heading-4 {
  letter-spacing: -0.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3;
}

.checkbox-field-5 {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 88px;
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
}

.checkbox-label-3 {
  color: #3d3d3d;
  letter-spacing: -0.006em;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.next-button-slide {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  background-color: #292929;
  border-radius: 10px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
  box-shadow: inset 1px 1px 0.25px rgba(255, 255, 255, 0.1215686275), inset -1px 1px 0.25px rgba(255, 255, 255, 0.1215686275), 0 0 0 1px #000, 0 1px 2px rgba(0, 0, 0, 0.6392156863);
}

.field-wrap-2 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.checkbox-2 {
  border: 1.2px solid #e3e3e3;
  border-radius: 40px;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 8px;
}

.checkbox-2.w--redirected-checked {
  background-color: #ff4b0f;
  background-image: url(https://d25qpvb0plkdqc.cloudfront.net/../images/check-line.svg);
  background-size: 16px;
  border: 1.2px solid #ff4b0f;
  border-radius: 40px;
}

.checkbox-2.w--redirected-focus {
  box-shadow: none;
}

.previous-button {
  opacity: 1;
  color: #5b617c;
  text-indent: -2px;
  flex: none;
  align-self: center;
  padding: 5px 0;
  font-size: 15px;
  transition: opacity 0.2s ease-in;
  display: none;
}

.previous-button:hover {
  opacity: 1;
  border-bottom-color: rgba(0, 0, 0, 0.5490196078);
}

.step-icon {
  color: #666;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 40px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  display: flex;
}

.step-icon.active {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.step-icon.completed {
  background-color: #ff4b0f;
}

.welcome-account-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.welcome-to-movemint-hero-image {
  border-radius: 20px;
  order: 1;
  width: 100%;
  height: 100%;
}

.welcome-to-movemint-content-wrapper {
  order: -1;
  justify-content: center;
  align-self: auto;
  min-width: 50vw;
  min-height: 100vh;
  display: flex;
}

.welcome-to-movemint-content-alignment {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  order: 0;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  width: auto;
  max-width: 500px;
  height: auto;
  padding: 0;
  display: flex;
}

.welcome-to-movemint-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 80%;
  max-width: none;
  display: flex;
}

.hero-heading-welcome-to-movemint {
  text-align: center;
  align-self: center;
  margin-top: 0;
  font-size: 30px;
}

.welcome-buttons-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.onboarding-1-1-button-wrapper {
  align-self: auto;
  width: 25vw;
  padding-top: 10px;
}

.form-block-set-up-profile {
  flex: 0 auto;
  align-self: center;
  width: 100%;
  margin-bottom: 0;
  display: block;
}

.profile-set-up-field {
  color: var(--black);
  overflow-wrap: break-word;
  border: 1px solid #e9ecf0;
  border-radius: 10px;
  align-self: center;
  width: auto;
  min-width: 300px;
  min-height: 48px;
  margin: 0 10px 10px;
  font-family: Open Sans, sans-serif;
}

.profile-set-up-field._1-2 {
  width: 100%;
  min-width: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.sign-up-field-and-title-wrapper._1-2 {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.admin-settings-breadcrumbs-text-layer {
  color: #000;
  font-size: 12px;
}

.admin-settings-breadcrumbs-text-layer:hover {
  color: #969697;
}

.breadcrumb-wrapper {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.breadcrumb-seperator {
  color: #e4e6f1;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.breadcrumb-link {
  color: #393b6a;
  letter-spacing: -0.02em;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: color 0.3s;
}

.breadcrumb-link:hover {
  color: #642eff;
}

.breadcrumb-link.w--current {
  color: #160042;
}

.photo-attribuion-text {
  color: var(--white);
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 12px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.photo-attribution-link {
  color: var(--white);
  text-decoration: none;
}

.event-card-quick-info-badge-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding-left: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  display: flex;
  position: absolute;
  inset: 16px 14px auto auto;
}

.brand-hero-image-container {
  max-height: 874.08vh;
  position: relative;
}

.brand-hero-text-wrapper {
  text-align: center;
  position: absolute;
  inset: 35% 0% 0%;
}

.tracksmith-hero-header-text {
  color: var(--white);
  margin-top: 35px;
  font-family: Saintecolombe, sans-serif;
  font-size: 56px;
  font-weight: 300;
}

.tracksmith-hero-subheader-text {
  color: var(--white);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-top: 35px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.image-67 {
  aspect-ratio: auto;
  width: 175px;
  padding-right: 10px;
}

.brand-events-all-container {
  margin-top: 40px;
  padding-bottom: 40px;
}

.brand-event-row {
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.brand-event-grid {
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.profile-event-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  margin-left: 0;
  display: grid;
}

.profile-event-grid {
  margin-top: 0;
}

.profile-about-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.profile-name-text {
  color: #030711;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
}

.account-header-wrapper {
  flex-flow: column;
  display: flex;
}

.account-header-wrapper.series {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
}

.settings-text-wrapper {
  flex-flow: column;
  font-size: 1px;
  display: flex;
}

.welcome-to-movemint-hero-image-wrapper {
  margin-left: 40px;
  margin-right: 40px;
}

.integrations-butoons-wrapper {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  flex-flow: row;
  display: flex;
}

.button-wrapper-1-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand-community-hero {
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 auto;
  min-width: 100%;
  max-width: 100%;
  display: block;
  position: static;
  overflow: auto;
}

.sumbit-effort-tab-content.register {
  margin-bottom: 40px;
}

.virtual-event-user-submit-time {
  color: var(--black);
  overflow-wrap: break-word;
  border: 1px solid #e9ecf0;
  border-radius: 10px;
  align-self: center;
  width: auto;
  min-width: 300px;
  min-height: 48px;
  margin: 0 10px 10px;
  font-family: Open Sans, sans-serif;
}

.virtual-event-user-submit-time._1-2 {
  border-color: #d9d9d9;
  width: 100%;
  min-width: auto;
  margin-left: 10px;
  margin-right: 10px;
}

.virtual-event-user-submit-url {
  color: var(--black);
  overflow-wrap: break-word;
  border: 1px solid #e9ecf0;
  border-radius: 10px;
  align-self: center;
  width: auto;
  min-width: 300px;
  min-height: 48px;
  margin: 0 10px 10px;
  font-family: Open Sans, sans-serif;
}

.virtual-event-user-submit-url._1-2 {
  border-color: #d9d9d9;
  width: 100%;
  min-width: auto;
}

.virtual-event-user-segment-select {
  background-color: var(--white);
  color: var(--black);
  text-align: left;
  border-radius: 10px;
  align-self: center;
  width: 140px;
  min-height: 48px;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.virtual-event-user-segment-select._1-2 {
  border: 1px solid #d9d9d9;
  width: 100%;
}

.submit-effort-form-wrapper {
  align-self: center;
  width: 600px;
  margin-top: 40px;
}

.submit-effort-form-wrapper.blurred {
  filter: blur(3px);
  margin-bottom: 60px;
}

.submit-effort-button-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.create-account-content-wrapper-align {
  z-index: 1;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 350px;
  margin-top: 40px;
  display: flex;
  position: absolute;
  inset: 0% auto auto;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.create-account-submit-overlay {
  z-index: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.submit-effort-add-another-wrapper {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  flex-flow: column;
  margin-top: 40px;
  padding: 10px 20px;
  display: flex;
}

.submit-effort-form-container {
  margin-bottom: 0;
}

.event-card-hero-slider-mask {
  border-radius: 20px;
  padding: 10px;
}

.event-card-hero-slider {
  background-color: rgba(221, 221, 221, 0);
  border-radius: 20px;
  width: 70%;
  height: 100%;
}

.event-card-hero-slider.athlete-name-virtual-event-grid {
  width: 100%;
  padding-right: 0;
}

.event-card-hero-slider.athlete-name-virtual-event-grid-copy {
  border-radius: 8px;
  width: 100%;
  height: 50vh;
  padding-right: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.event-card-hero-slider-wrapper {
  object-fit: scale-down;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: relative;
}

.event-card-hero-slider-image {
  aspect-ratio: 3/2;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  max-width: none;
}

.event-card-hero-slider-image.featured-events-slider-2-0 {
  border-radius: 8px;
}

.evert-card-hero-slide.grid {
  border-radius: 8px;
  margin-right: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.evert-card-hero-slide.event-card-2-0-carousel {
  margin-right: 0;
}

.right-arrow-2 {
  z-index: 1;
  border-bottom-right-radius: 20px;
  justify-content: center;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
}

.left-arrow-2 {
  z-index: 1;
  border-bottom-left-radius: 20px;
  justify-content: center;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
}

.hero-event-card-slider-link {
  width: 100%;
  overflow: visible;
}

.list-filter-and-search-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 16px;
  display: flex;
}

.list-filter-and-search-wrapper.series {
  width: auto;
}

.list-secondary-info-wrapper {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  margin-top: 4px;
  display: flex;
}

.list-secondary-info-wrapper.twilight-5000-2024 {
  width: 230px;
}

.list-secondary-info-wrapper.twilight-5000-2024.athlete-profile-1-0 {
  justify-content: flex-start;
  align-items: center;
  width: 250px;
  margin-top: 2px;
}

.list-secondary-info-wrapper.twilight-5000-2024.athlete-profile-1-0.result {
  justify-content: center;
  align-items: center;
  width: 125px;
  height: 100%;
  margin-top: 0;
}

.list-secondary-info-wrapper.twilight-5000-2024.athlete-profile-1-0.result.card {
  width: auto;
  height: auto;
}

.list-secondary-info-wrapper.twilight-5000-2024.athlete-profile-1-0.result.donate {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: auto;
  height: auto;
}

.add-event-field {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
}

.add-event-field.base-body---open-sans {
  letter-spacing: normal;
  width: 250px;
  font-size: 14px;
  font-weight: 400;
}

.add-event-field.dashboard-2-0 {
  border: 1px solid #000;
  border-radius: 8px;
  width: 250px;
}

.add-event-search {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.connect-later-button-wrapper {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.payout-reports-filter-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 10px;
  display: flex;
}

.payout-reports-text {
  letter-spacing: normal;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 110%;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 15px;
  display: flex;
}

.recent-payouts-card-date-text {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.text-size-small {
  font-size: 12px;
  line-height: 150%;
}

.text-size-small.text-weight-medium {
  word-break: break-all;
}

.button-7 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
}

.button-7.is-tertiary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.button-7.is-small {
  padding: 0.5rem 1.25rem;
}

.button-7.is-small.is-alternate {
  border-style: none;
  border-radius: 8px;
  position: absolute;
  inset: 0%;
}

.button-7.is-small.is-alternate.add-photos {
  background-image: linear-gradient(to bottom, var(--light-grey), var(--light-grey));
  flex-flow: column;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.button-7.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: rgba(0, 0, 0, 0);
  border-style: solid;
}

.button-7.is-secondary.race-pace {
  border-style: solid;
}

.button-7.is-add-to-cart-button {
  border-radius: 8px;
  width: 100%;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.button-7.is-link {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: 0.25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-7.is-link.is-icon {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
}

.button-7.is-navbar16-button {
  z-index: 1;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  position: relative;
}

.button-7.race-pace {
  border-style: solid;
  border-width: 1px;
  border-radius: 8px;
  padding: 8px 16px;
  font-weight: 600;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.button-7.race-pace.submit {
  background-image: linear-gradient(148deg, #c4a2ff, #ff4200);
  border-style: none;
}

.button-7.is-secondary.is-small.is-grid-list {
  width: 100%;
}

.button-7.is-secondary.is-buy-now-button {
  width: 100%;
  margin-bottom: 1rem;
}

.button-7.is-add-to-cart-button {
  width: 100%;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.button-7.is-navbar2-button {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.button-7.is-navbar3-button {
  margin-left: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.button-7.is-link {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: 0.25rem 0;
  text-decoration: underline;
}

.button-7.is-secondary {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
}

.max-width-large {
  width: 100%;
}

.text-weight-semibold {
  align-self: center;
  margin-bottom: 0;
  font-weight: 600;
}

.padding-bottom,
.padding-bottom.padding-small,
.padding-bottom.padding-xlarge,
.padding-bottom.padding-xxlarge {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

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

.section-header1_content-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  align-items: end;
  display: flex;
}

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

.margin-bottom,
.margin-bottom.margin-tiny {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xsmall {
  margin: 0 0 10px;
}

.margin-bottom.margin-xxsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-medium,
.margin-bottom.margin-xxlarge,
.margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.margin-bottom.margin-xsmall,
.margin-bottom.margin-large,
.margin-bottom.margin-xsmall,
.margin-bottom.margin-xsmall,
.margin-bottom.margin-xsmall,
.margin-bottom.margin-xsmall,
.margin-bottom.margin-xsmall,
.margin-bottom.margin-xsmall,
.margin-bottom.margin-xsmall,
.margin-bottom.margin-xlarge,
.margin-bottom.margin-xsmall,
.margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.payour-reports-list-wrapper {
  justify-content: center;
  align-items: flex-start;
  min-height: auto;
  max-height: 500px;
  display: flex;
  overflow: auto;
}

.volunteer-card-icon {
  color: var(--black);
  width: 20px;
}

.volunteer-card-icon:hover {
  cursor: pointer;
}

.payment-reports-download-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 100%;
  padding: 10px 16px;
  display: flex;
}

.download-payout-report-text {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}

.payout-reports-download-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-decoration: none;
  display: flex;
}

.payout-list-wrapper {
  width: 100%;
  overflow: auto;
}

.stat4_divider {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  height: 1px;
}

.recent-payouts-card-blob-wrapper {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
}

.recent-payouts-card-date-wrapper {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  display: flex;
}

.recent-payouts-blob-photo {
  width: 40px;
}

.recent-payouts-card {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border: 1px solid #d9d9d9;
  border-radius: 20px;
  flex-direction: column;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.recent-payouts-card:active {
  box-shadow: none;
}

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

.recent-payouts-card-top-content-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 0.5rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 15px 10px 10px;
  display: flex;
}

.most-recent-reports-card-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.payment-reports-content-wrapper {
  margin-left: 20px;
  margin-right: 20px;
}

.payoutr-reports-table-filter-wrapper-cumulative {
  display: flex;
}

.payout-reporrts-sort-by-form-block {
  margin-bottom: 0;
}

.payout-reports-sort-by-table-toggle {
  grid-column-gap: 8px;
  color: #323c3e;
  letter-spacing: -0.02em;
  background-color: #fff;
  border: 1px solid #ccd4d6;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 8px 40px 8px 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
}

.recent-payouts-card-link {
  text-decoration: none;
}

.recent-payouts-card-event-text {
  color: var(--black);
  text-align: left;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.payout-reports-stripe-payment-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.most-recent-reports-text-wrapper {
  margin-bottom: 10px;
}

.add-another-effort-button-container {
  justify-content: center;
  align-items: stretch;
  margin-top: 20px;
  display: flex;
}

.remove-effort-button-container {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.sidebar2_menu-top {
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  overflow: auto;
}

.sidebar2_link-wrapper {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  width: 100%;
  display: flex;
}

.sidebar2_component {
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  flex-direction: column;
  width: 19.5rem;
  min-width: 19.5rem;
  height: 100vh;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
  position: sticky;
  top: 0;
}

.sidebar2_menu {
  height: 100%;
}

.sidebar2_dropdown-link {
  padding: 0.5rem 1rem;
}

.sidebar2_dropdown-link.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.sidebar2_card {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  border-radius: 8px;
  flex-direction: column;
  width: 100%;
  padding: 1rem;
  display: flex;
}

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

.sidebar2_dropdown-list.w--open {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  padding: 0.5rem;
  inset: auto 0% 100% auto;
}

.sidebar2_group-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 0.5rem;
  display: flex;
}

.sidebar2_avatar-image {
  object-fit: cover;
  border-radius: 100%;
  width: 2.5rem;
  height: 2.5rem;
}

.sidebar2_group-title {
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  display: flex;
}

.sidebar2_logo-wrapper-tablet {
  display: none;
}

.sidebar2_menu-bottom {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.sidebar2_dropdown-toggle {
  padding: 0;
}

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

.sidebar2_menu-wrapper {
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.sidebar2_menu-button {
  padding: 0;
}

.sidebar2_dropdown-divider {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  height: 1px;
  margin: 0.5rem;
}

.sidebar2_link {
  grid-column-gap: 0.5rem;
  text-align: center;
  align-items: center;
  padding: 0.5rem;
  text-decoration: none;
  display: flex;
}

.sidebar2_link.w--current {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.icon-embed-small {
  width: 25px;
  display: flex;
}

.line-divider {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  width: 100%;
  height: 1px;
}

.sidebar2_close-mobile {
  cursor: pointer;
  display: none;
}

.sidebar2_avatar {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.sidebar2_container {
  flex-direction: column;
  flex: 1;
  display: flex;
  position: relative;
}

.brands-svg {
  color: var(--black);
  width: 40px;
}

.brands-svg:hover {
  cursor: pointer;
}

.event-admin-dashboard-button {
  grid-column-gap: 0.5rem;
  text-align: center;
  background-color: rgba(221, 221, 221, 0);
  border-radius: 8px;
  align-items: center;
  margin-bottom: 10px;
  padding: 0.5rem;
  text-decoration: none;
  display: flex;
}

.event-admin-dashboard-button:hover {
  background-image: linear-gradient(rgba(240, 192, 215, 0.5019607843), rgba(207, 193, 245, 0.5019607843));
}

.event-admin-dashboard-button.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-image: linear-gradient(127deg, #ff8080, #7da2ff);
  margin-bottom: 10px;
}

.event-admin-dashboard-button.w--current:hover {
  background-image: linear-gradient(rgba(240, 192, 215, 0.5019607843), #cfc1f5);
}

.code-embed {
  position: relative;
}

.tabs-menu-6 {
  flex-flow: column;
  width: 19.5rem;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.tabs-content-10 {
  position: absolute;
  inset: 0% 0% 0% 19.5rem;
}

.brand-about-hero {
  max-width: none;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.brand-page-tabs-content {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  overflow: visible;
}

.brand-page-tabs-content.twilight-5000-2024 {
  position: static;
}

.about-us-roll-down {
  overflow: hidden;
}

.movemint-hero-full {
  object-position: 50% 50%;
  border-radius: 20px;
  width: 100%;
}

.movemint-hero-full.race-pace-landing {
  aspect-ratio: 2;
  object-fit: cover;
}

.hero-image-rounded-full {
  border-radius: 20px;
  width: 100%;
  max-height: 80vh;
  position: relative;
  overflow: clip;
  box-shadow: 2px 1px 9px 1px rgba(0, 0, 0, 0.2);
}

.hero-image-rounded-full.race-pace-landing-page {
  max-height: 70vh;
}

.about-us-full-hero-section {
  margin-top: 30px;
  padding-left: 40px;
  padding-right: 40px;
}

.about-us-full-hero-section.race-pace-landing-page {
  display: flex;
}

.div-block-353 {
  position: absolute;
  inset: auto auto 5% 5%;
}

.div-block-353.race-pace-landing {
  width: 30%;
  bottom: 35%;
}

.h1-bold {
  color: var(--black);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 150%;
}

.h1-bold.overlay {
  color: var(--white);
  text-align: left;
  font-size: 60px;
  line-height: 110%;
  position: static;
  inset: 40% 0 auto;
}

.h2-bold {
  color: var(--black);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  line-height: 110%;
}

.about-us-content-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 40px;
  display: flex;
}

.about-us-profile-wrapper {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.about-us-team-circle {
  z-index: 0;
  filter: blur(7px);
  background-image: linear-gradient(110deg, rgba(238, 144, 144, 0.5019607843), rgba(145, 162, 255, 0.5019607843) 59%, rgba(240, 185, 251, 0.5019607843));
  border-radius: 100%;
  width: 105%;
  height: 105%;
  padding: 6px;
  position: absolute;
  box-shadow: 2px 1px 9px 1px rgba(0, 0, 0, 0.2);
}

.about-us-team-title-text {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.about-us-team-body-text {
  margin-top: 10px;
  font-size: 16px;
}

.about-us-team-sub-title-text {
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-top: 2px;
  font-size: 12px;
  font-weight: 600;
  line-height: 150%;
}

.about-us-text-wrapper {
  flex-flow: column;
  max-width: 600px;
  display: flex;
}

.about-us-accordian-arrow-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.about-us-copy-wrapper {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.about-us-copy-wrapper._50-copy-width {
  width: 50%;
}

.about-us-title-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  cursor: pointer;
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  display: flex;
}

.about-us-icon-wrapper {
  align-self: center;
  width: 2rem;
  display: flex;
}

.announcment-banner-padding {
  background-image: linear-gradient(146deg, #ec9085 39%, #7ebed8 60%);
  padding-left: 5%;
  padding-right: 5%;
}

.about-us-headshot {
  z-index: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 300px;
  height: 300px;
  display: flex;
  position: relative;
}

.announcement-banner-wrapper {
  z-index: 2;
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  position: fixed;
  inset: 60px 0% auto;
}

.announcement-banner-content-wrapper {
  justify-content: flex-start;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.announcement-banner-content {
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 3rem;
  display: flex;
}

.about-us-team-container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.about-us-row-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.about-us-sub-heading {
  text-align: center;
  margin-bottom: 60px;
}

.about-us-team-section {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 20px 30px 60px;
  position: relative;
}

.announcement-banner-text.top-hero-body-copy {
  color: #3b3b3b;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  line-height: 150%;
}

.about-us-team-headshot-photo {
  z-index: 1;
  border-radius: 100%;
  position: absolute;
}

.link-2 {
  color: #3b3b3b;
}

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

.volunteer-signup-field-name {
  margin-left: 20px;
  margin-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
}

.volunteer-signup-field-name._1-2.waiver {
  margin: 0 10px;
  display: block;
}

.volunteer-signup-role-select {
  background-color: var(--white);
  color: var(--black);
  text-align: left;
  border-radius: 10px;
  align-self: center;
  width: 140px;
  min-height: 48px;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.volunteer-signup-role-select._1-2 {
  border: 1px solid #d9d9d9;
  width: 100%;
}

.volunteer-signup-info-text {
  text-align: left;
  overflow-wrap: anywhere;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 150%;
}

.volunteer-signup-info-text._1-2 {
  width: 100%;
}

.volunteer-signup-info-text._1-2.waiver {
  margin: 0 10px;
  display: block;
}

.volunteer-fields-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.volunteer-for-event-form-container {
  margin-bottom: 0;
}

.volunteer-for-event-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.volunteer-for-event-confirmation-wrapper {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  flex-flow: column;
  padding: 10px 20px;
  display: flex;
}

.volunteer-confirmation-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.div-block-354 {
  margin-top: 16px;
}

.div-block-355 {
  width: 55%;
}

.volunteer-registration-form-block {
  margin-top: 20px;
  margin-bottom: 40px;
  margin-right: 10px;
}

.sub-event-price-more-info {
  font-size: 12px;
  line-height: 120%;
}

.city-2 {
  color: #000;
  overflow-wrap: break-word;
  border: 1px solid #e9ecf0;
  border-radius: 10px;
  align-self: center;
  width: auto;
  min-width: 300px;
  min-height: 48px;
  margin: 0 10px 10px;
  font-family: Open Sans, sans-serif;
}

.city-2._1-2 {
  width: 100%;
  min-width: auto;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
}

.heading-14 {
  padding-left: 10px;
  padding-right: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  display: inline-block;
}

.heading-14.category-registration-title {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 8px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  line-height: 120%;
}

.heading-14.category-registration-title._1-2 {
  font-size: 16px;
  line-height: 150%;
}

.heading-14.event-registration-title {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 8px;
  padding-left: 0;
  padding-right: 0;
  font-size: 24px;
  line-height: 120%;
}

.heading-14.event-registration-title._1-2 {
  font-size: 16px;
  line-height: 150%;
}

.country-2 {
  color: #000;
  text-align: left;
  background-color: #fff;
  border-radius: 10px;
  align-self: center;
  width: 140px;
  min-height: 48px;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.country-2._1-2 {
  width: 100%;
}

.merch-dropdown-2 {
  color: #000;
  text-align: left;
  background-color: #fff;
  border-radius: 10px;
  align-self: center;
  width: 140px;
  min-height: 48px;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.merch-dropdown-2._1-2 {
  width: 83%;
  margin-right: 0;
}

.address-2 {
  color: #000;
  overflow-wrap: break-word;
  border: 1px solid #e9ecf0;
  border-radius: 10px;
  align-self: center;
  width: auto;
  min-width: 300px;
  min-height: 48px;
  margin: 0 10px 10px;
  font-family: Open Sans, sans-serif;
}

.address-2._1-2 {
  width: 100%;
  min-width: auto;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
}

.emergency-contact-name-2 {
  color: #000;
  overflow-wrap: break-word;
  border: 1px solid #e9ecf0;
  border-radius: 10px;
  align-self: center;
  width: auto;
  min-width: 300px;
  min-height: 48px;
  margin: 0 10px 10px;
  font-family: Open Sans, sans-serif;
}

.emergency-contact-name-2._1-2 {
  width: 100%;
  min-width: auto;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
}

.state-2 {
  color: #000;
  text-align: left;
  background-color: #fff;
  border-radius: 10px;
  align-self: center;
  width: 140px;
  min-height: 48px;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.state-2._1-2 {
  width: 100%;
}

.field-wrap-3 {
  align-self: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.field-wrap-3.date-of-birth {
  margin: 0 10px 10px;
  padding-top: 0;
  padding-bottom: 0;
}

.field-wrap-3.date-of-birth._1-2 {
  width: 100%;
  margin-bottom: 0;
}

.first-name-participant-detail-2 {
  color: #000;
  overflow-wrap: break-word;
  border: 1px solid #e9ecf0;
  border-radius: 10px;
  align-self: center;
  width: auto;
  min-width: 300px;
  min-height: 48px;
  margin: 0 10px 10px;
  font-family: Open Sans, sans-serif;
}

.first-name-participant-detail-2._1-2 {
  width: 100%;
  min-width: auto;
}

.phone-number-2 {
  color: #000;
  overflow-wrap: break-word;
  border: 1px solid #e9ecf0;
  border-radius: 10px;
  align-self: center;
  width: auto;
  min-width: 300px;
  min-height: 48px;
  margin: 0 10px 10px;
  font-family: Open Sans, sans-serif;
}

.phone-number-2._1-2 {
  width: 100%;
  min-width: auto;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
}

.donation-selector-tab-pane-2 {
  background-color: #f7f9fd;
  border-radius: 12px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px;
  font-family: Open Sans, sans-serif;
}

.donation-selector-tab-pane-2._1-2 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, 0.4392156863);
  padding-top: 20px;
}

.text-block-19 {
  width: 14px;
  font-size: 16px;
}

.tabs-content-11 {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.f-tab-pane-3 {
  background-color: #f7f9fd;
  border-radius: 10px;
  width: 100%;
}

.tabs-content-12._1-2 {
  width: 100%;
}

.date-field-2 {
  color: #151e24;
  -webkit-text-stroke-color: #f5f7fa;
  background-color: #eaecf0;
  border: 1px solid #e9ecf0;
  border-radius: 12px;
  width: 100%;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px 12px 52px;
  font-size: 14px;
  transition: all 0.25s;
  box-shadow: 1px 1px 2px rgba(114, 129, 167, 0.0392156863);
}

.date-field-2:hover {
  border-color: #ccd5e0;
}

.date-field-2:focus {
  border-color: #642eff;
}

.date-field-2::placeholder {
  color: #a0a6b0;
}

.date-field-2.date-of-birth {
  background-color: #fff;
  width: auto;
  min-width: 300px;
  margin-right: 0;
  font-family: Open Sans, sans-serif;
}

.date-field-2.date-of-birth._1-2 {
  width: 100%;
  min-width: auto;
  margin-left: 10px;
  margin-right: 10px;
}

.date-field-2.date-of-birth.emailer {
  box-shadow: none;
  border-color: #000;
  border-radius: 8px;
  width: 150px;
  min-width: auto;
  min-height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
}

.date-field-2.date-of-birth.emailer.time.grey {
  color: #686262;
  background-color: #efefef;
}

.date-field-2.date-of-birth.emailer.time.grey::placeholder {
  color: #595959;
}

.date-field-2.date-of-birth.emailer.time.grey._50px {
  width: 50px;
}

.date-field-2.date-of-birth.emailer.time.grey._50px::placeholder {
  color: #595959;
}

.date-field-2.date-of-birth.emailer.time {
  color: #595959;
  border-style: none;
  width: 100px;
  min-width: auto;
  padding-left: 16px;
  font-size: 14px;
}

.date-field-2.date-of-birth.emailer.time::placeholder {
  color: #d9d9d9;
}

.date-field-2.event-date {
  background-color: #fff;
  width: auto;
  min-width: 300px;
  margin-right: 0;
  font-family: Open Sans, sans-serif;
}

.date-field-2.event-date.date-picker {
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.5019607843);
  border-style: none;
  border-color: #000;
  border-radius: 8px;
  width: 300px;
  min-width: auto;
  min-height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 18px;
}

.date-field-2.event-date.date-picker::placeholder {
  color: #595959;
}

.date-field-2.event-date.date-picker.create-an-event {
  color: #000;
  width: 100%;
  font-size: 14px;
}

.date-field-2.event-date.date-picker.create-an-event::placeholder {
  color: #595959;
}

.date-field-2.event-date.custom-name {
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.5019607843);
  border-style: none;
  border-color: #000;
  border-radius: 8px;
  width: 300px;
  min-width: auto;
  min-height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 18px;
}

.date-field-2.event-date.custom-name::placeholder {
  color: #595959;
}

.date-field-2.event-date.custom-name.create-an-event {
  color: #000;
  width: 100%;
}

.date-field-2.event-date.custom-name.create-an-event::placeholder {
  color: #595959;
}

.date-field-2.create-event {
  background-color: #fff;
  width: auto;
  min-width: 300px;
  margin-right: 0;
  font-family: Open Sans, sans-serif;
}

.date-field-2.create-event.date-picker {
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.5019607843);
  border-style: none;
  border-color: #000;
  border-radius: 8px;
  width: 300px;
  min-width: auto;
  min-height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 18px;
}

.date-field-2.create-event.date-picker::placeholder {
  color: #595959;
}

.date-field-2.create-event.date-picker.create-an-event {
  color: #000;
  width: 100%;
}

.date-field-2.create-event.date-picker.create-an-event::placeholder {
  color: #595959;
}

.date-field-2.create-event.custom-name {
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.5019607843);
  border-style: none;
  border-color: #000;
  border-radius: 8px;
  width: 300px;
  min-width: auto;
  min-height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 18px;
}

.date-field-2.create-event.custom-name::placeholder {
  color: #595959;
}

.date-field-2.create-event.custom-name.create-an-event.social-link.contact-email {
  font-size: 14px;
}

.date-field-2.create-event.custom-name.create-an-event.good::placeholder {
  color: var(--flowui-component-library-success-base);
}

.date-field-2.create-event.custom-name.create-an-event.bad::placeholder {
  color: #ff3d3d;
}

.date-field-2.create-event.custom-name.create-an-event {
  color: #000;
  width: 100%;
  padding-left: 10px;
  font-size: 14px;
}

.date-field-2.create-event.custom-name.create-an-event::placeholder {
  color: #595959;
}

.date-field-2.create-event.custom-name.create-an-event.max-participants {
  font-size: 14px;
}

.date-field-2.create-event.custom-name.create-an-event.max-participants::placeholder {
  color: var(--grey);
}

.date-field-2.create-event.custom-name.create-an-event.text-field {
  background-color: var(--white);
  height: 100px;
  font-size: 14px;
}

.date-field-2.create-event.custom-name.create-an-event.text-field::placeholder {
  color: var(--grey);
}

.date-field-2.create-event.custom-name.create-an-event.set-price {
  font-size: 14px;
}

.date-field-2.create-event.custom-name.create-an-event.set-price::placeholder {
  color: #d9d9d9;
}

.date-field-2.create-event.custom-name.create-an-event.social-link {
  background-color: #f2f2f2;
  font-size: 14px;
}

.date-field-2.create-event.custom-name.create-an-event.social-link.organizer-page {
  font-size: 12px;
}

.gender-identity-2 {
  color: #000;
  text-align: left;
  background-color: #fff;
  border-radius: 10px;
  align-self: center;
  width: 140px;
  min-height: 48px;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.gender-identity-2._1-2 {
  width: 100%;
}

.zip-code-2 {
  color: #000;
  overflow-wrap: break-word;
  border: 1px solid #e9ecf0;
  border-radius: 10px;
  align-self: center;
  width: auto;
  max-width: none;
  min-height: 48px;
  margin: 0 10px 10px;
  font-family: Open Sans, sans-serif;
}

.zip-code-2._1-2 {
  width: 100%;
}

.checkbox-field-6 {
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.f-tab-pane-2-copy-2 {
  background-color: #f7f9fd;
  border-radius: 10px;
  width: 100%;
}

.f-tab-pane-2-copy-2._1-2 {
  background-color: rgba(247, 249, 253, 0);
}

.emergency-contact-phone-number-2 {
  color: #000;
  overflow-wrap: break-word;
  border: 1px solid #e9ecf0;
  border-radius: 10px;
  align-self: center;
  width: auto;
  min-width: 300px;
  min-height: 48px;
  margin: 0 10px 10px;
  font-family: Open Sans, sans-serif;
}

.emergency-contact-phone-number-2._1-2 {
  width: 100%;
  min-width: auto;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
}

.text-field-8 {
  overflow-wrap: break-word;
  border: 1px solid #e9ecf0;
  border-radius: 10px;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
}

.text-field-8.donation-amount {
  width: 100px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.div-block-356 {
  position: fixed;
  top: 15px;
  left: 15px;
}

.div-block-357 {
  margin-top: 60px;
  margin-right: 15px;
}

.div-block-358 {
  width: 50%;
  padding-right: 15px;
}

.div-block-359 {
  background-color: rgba(255, 255, 255, 0.4392156863);
  border-radius: 12px;
  padding: 10px;
}

.registration-checkout-info {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.registration-checkout-info.event-creation-form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.registration-checkout-info.donation-creation-form {
  flex-flow: wrap;
  justify-content: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.registration-checkout-info.send-email-form {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.checkout-category-description {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}

.checkout-event-sub-information {
  font-size: 14px;
  line-height: 120%;
}

.checkout-info-card {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, 0.4392156863);
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.radio3_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.volunteer-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--light-grey);
  cursor: pointer;
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.volunteer-card.button-submit {
  flex-flow: column;
}

.radio3_icon-wrapper {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  margin-right: 1rem;
  padding: 0.75rem;
  position: absolute;
  left: 1.5rem;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.volunteer-card-select-radio {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  pointer-events: auto;
  cursor: pointer;
  border-radius: 100px;
  align-self: center;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: 0;
}

.volunteer-card-select-radio.w--redirected-checked {
  border-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #000;
}

.volunteer-card-select-radio.w--redirected-focus {
  border-color: #000;
  margin-top: 0;
  box-shadow: inset -1px 2px 5px rgba(0, 0, 0, 0.2);
}

.radio3_label {
  align-items: flex-end;
  font-size: 1.125rem;
  font-weight: 600;
  display: flex;
}

.volunteer-card-content-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.volunteer-signup-location,
.volunteer-signup-time {
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
}

.volunteer-card-title-text {
  font-weight: 700;
}

.volunteer-card-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.volunteer-card-row._1-2 {
  flex-flow: row;
  align-items: flex-start;
  width: auto;
}

.volunteer-card-row._1-2.emergency-contact {
  justify-content: flex-start;
  align-items: flex-end;
}

.volunteer-card-row.profile-set-up {
  flex-flow: column;
}

.volunteer-date-text {
  text-align: left;
  padding-left: 16px;
  font-weight: 700;
}

.volunteer-content-date-section-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #ebe7e7;
  border-radius: 12px;
  flex-flow: column;
  padding: 16px;
  display: flex;
}

.volunteer-info-card-row-formatting {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.volunteer-info-card-row-formatting.price-increase {
  background-image: linear-gradient(279deg, rgba(192, 75, 250, 0.3019607843), rgba(238, 106, 111, 0.4));
  border-radius: 8px;
  order: -1;
  padding: 4px 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.volunteer-info-card-row-formatting.price-increase.iowa-gravel {
  background-image: linear-gradient(279deg, #e6aa38, #cdb895);
}

.volunteer-info-card-row-formatting.series-card {
  background-image: linear-gradient(335deg, var(--grey), rgba(102, 101, 101, 0.1215686275));
  background-image: linear-gradient(335deg, #d9d9d9, rgba(102, 101, 101, 0.1215686275));
  border-radius: 8px;
  order: -1;
  padding: 4px 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.volunteer-info-card-row-formatting.more-info {
  justify-content: flex-start;
  align-items: flex-start;
}

.volunteer-card-chevron {
  width: 70px;
}

.volunteer-card-chevron:hover {
  cursor: pointer;
}

.volunteer-slots-available {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  line-height: 120%;
}

.virtual-event-user-submit-url-copy {
  color: var(--black);
  overflow-wrap: break-word;
  border: 1px solid #e9ecf0;
  border-radius: 10px;
  align-self: center;
  width: auto;
  min-width: 300px;
  min-height: 48px;
  margin: 0 10px 10px;
  font-family: Open Sans, sans-serif;
}

.virtual-event-user-submit-url-copy._1-2 {
  border-color: #d9d9d9;
  width: 100%;
  min-width: auto;
}

.volunteer-first-name-signup {
  color: var(--black);
  overflow-wrap: break-word;
  border: 1px solid #e9ecf0;
  border-radius: 10px;
  align-self: center;
  width: auto;
  min-width: 300px;
  min-height: 48px;
  margin: 0 10px 10px;
  font-family: Open Sans, sans-serif;
}

.volunteer-first-name-signup._1-2 {
  border-color: #d9d9d9;
  width: 100%;
  min-width: auto;
}

.volunteer-last-name-signup {
  color: var(--black);
  overflow-wrap: break-word;
  border: 1px solid #e9ecf0;
  border-radius: 10px;
  align-self: center;
  width: auto;
  min-width: 300px;
  min-height: 48px;
  margin: 0 10px 10px;
  font-family: Open Sans, sans-serif;
}

.volunteer-last-name-signup._1-2 {
  border-color: #d9d9d9;
  width: 100%;
  min-width: auto;
}

.volunteer-email-signup {
  color: var(--black);
  overflow-wrap: break-word;
  border: 1px solid #e9ecf0;
  border-radius: 10px;
  align-self: center;
  width: auto;
  min-width: 300px;
  min-height: 48px;
  margin: 0 10px 10px;
  font-family: Open Sans, sans-serif;
}

.volunteer-email-signup._1-2 {
  border-color: #d9d9d9;
  width: 100%;
  min-width: auto;
}

.volunteer-signup-form-wrapper {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  flex-flow: column;
  margin-top: 40px;
  padding: 10px 20px;
  display: flex;
}

.submit-effort-button-wrapper-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.radio3_field {
  cursor: pointer;
  border-style: solid;
  border-width: 1px;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.radio3_button {
  cursor: pointer;
  border-style: solid;
  border-width: 1px;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.radio3_button.w--redirected-checked {
  border-width: 1px;
  border-color: var(--movemint-gradient-color-1);
  background-color: var(--black);
}

.radio3_button.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.volunteer-subheading {
  text-align: left;
  font-size: 14px;
}

.volunteer-message-signup {
  color: var(--black);
  overflow-wrap: break-word;
  border: 1px solid #e9ecf0;
  border-radius: 10px;
  align-self: center;
  width: auto;
  min-width: 300px;
  min-height: 48px;
  margin: 0 10px 10px;
  font-family: Open Sans, sans-serif;
}

.volunteer-message-signup._1-2 {
  border-color: #d9d9d9;
  width: 100%;
  min-width: auto;
  height: auto;
  min-height: 100px;
}

.volunteer-tab-content-wrapper {
  align-self: center;
  width: 600px;
  margin-top: 40px;
}

.volunteer-tab-content-wrapper.blurred {
  filter: blur(3px);
  margin-bottom: 60px;
}

.volunteer-form-body {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.volunteer-card-1-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(241, 241, 241, 0.7294117647);
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 16px;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.volunteer-card-icon-1-2,
.volunteer-card-icon-1-2.smaller {
  width: 15px;
}

.volunteer-card-icon-1-2.more-info-location {
  min-width: 15px;
}

.closed-reg-text {
  flex-flow: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  display: flex;
}

.closed-reg-text.register {
  text-align: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.closed-reg-text.add-event {
  align-self: center;
  margin-top: 40px;
  padding-top: 0;
  padding-bottom: 0;
}

.volunteer-form-container {
  margin-bottom: 0;
}

.closed-reg-text-wrapper {
  margin-top: 24px;
}

.results-empty-state-list-svg {
  width: 30%;
  height: auto;
  position: absolute;
}

.results-empty-state-list-svg:hover {
  cursor: pointer;
}

.results-empty-state-image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.empty-state-image-blob {
  z-index: 0;
  opacity: 0.38;
  width: 45%;
  position: relative;
}

.results-empty-state-body-text-wrapper {
  margin-bottom: 40px;
  position: absolute;
  inset: auto 0% 0%;
}

.results-empty-state-text {
  color: #000;
  flex-flow: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  display: flex;
}

.results-empty-state-text.register {
  text-align: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.results-empty-state-text.add-event {
  align-self: center;
  margin-top: 40px;
  padding-top: 0;
  padding-bottom: 0;
}

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

.results-empty-state-padding {
  padding-left: 16px;
  padding-right: 16px;
}

.results-empty-state-text-header {
  z-index: 1;
  color: #000;
  flex-flow: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  display: flex;
}

.results-empty-state-text-header.register {
  text-align: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.results-empty-state-text-header.add-event {
  align-self: center;
  margin-top: 40px;
  padding-top: 0;
  padding-bottom: 0;
}

.results-empty-state-text-header-wrapper {
  margin-top: 40px;
  position: absolute;
  inset: 0% 0% auto;
}

.svg-icon {
  width: 40px;
  height: 40px;
  position: absolute;
  inset: auto 0% 0%;
}

.svg-icon:hover {
  cursor: pointer;
}

.event-management-section-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-field-3 {
  overflow-wrap: break-word;
  border: 1px solid #e9ecf0;
  border-radius: 10px;
  margin-bottom: 5px;
}

.add-another-category-spacer {
  display: flex;
}

.f-paragraph-small {
  letter-spacing: -0.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-dropdown-icon-l {
  margin-right: 16px;
  font-size: 14px;
}

.payments-status-sub-text {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 300px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  display: flex;
}

.payments-status-sub-text.bold-text {
  font-weight: 600;
}

.text-block-12 {
  font-family: Space Mono, sans-serif;
  font-size: 14px;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.test-email-form {
  justify-content: flex-end;
  align-items: center;
  margin-left: 20px;
}

.select-event-checkbox-copy {
  margin-top: 0;
  margin-left: 20px;
  margin-right: 10px;
  transform: scale(1.8);
}

.select-event-checkbox-copy.collect-gender-identity {
  margin-left: 10px;
  margin-right: 0;
}

.c-icon {
  margin-right: 12px;
}

.c-icon.cc-copied {
  width: 18px;
  display: none;
}

.share-event-wrapper {
  display: flex;
}

.copy-event-link-wrapper {
  flex-flow: wrap;
  justify-content: center;
  display: flex;
}

.text-block-16 {
  justify-content: center;
  display: flex;
}

.navigation-link-title {
  letter-spacing: -0.01em;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.custom-question {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  width: 140px;
  min-height: 48px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.virtual-event-overall-wrapper-public-facing-2 {
  flex-direction: column;
  overflow: auto;
}

.sidebar2-background-layer {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  inset: 0;
}

.event-card-text-only {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--light-grey);
  background-color: var(--white);
  border-radius: 8px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.event-management-card-grid {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 2px solid #d9d9d9;
  border-radius: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-height: 500px;
  margin-bottom: 0;
  margin-left: 0;
  padding: 16px;
  display: grid;
  overflow: scroll;
}

.event-mangement-card-title-text {
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
}

.event-mangement-card-title-text.subject-preview {
  align-self: flex-start;
  font-size: 14px;
  font-weight: 600;
}

.event-management-card-content-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.event-management-card-info {
  font-size: 12px;
  font-weight: 600;
  line-height: 120%;
}

.event-management-card-info.send-time-date {
  font-weight: 400;
}

.event-management-card-info.send-time-date.emoji {
  font-size: 16px;
}

.dropdown1_dropdown-list {
  background-color: var(--transparent);
  border: 1px #000;
  margin-top: 10px;
  padding: 0;
  display: block;
}

.dropdown1_dropdown-list.w--open {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  margin-top: 0.5rem;
  padding: 0.5rem;
}

.dropdown1_dropdown-list.is-right {
  right: 0;
}

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

.dropdown1_toggle {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  align-items: center;
  padding: 0;
  display: flex;
}

.section-header1_content-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.heading-style-h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
}

.section-header1_content-wrapper-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  align-items: end;
  display: grid;
}

.stacked-list2_item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: grid;
}

.stacked-list2_status-wrapper {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 0.125rem 0.75rem;
  display: flex;
}

.dropdown1_dropdown-link {
  background-color: var(--white);
  border: 1px solid #000;
  width: 100px;
  margin: 0;
  padding: 8px;
  font-size: 14px;
  line-height: 120%;
}

.dropdown1_dropdown-link:hover {
  background-color: var(--light-grey);
}

.dropdown1_dropdown-link:active {
  background-color: var(--grey);
}

.dropdown1_dropdown-link.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.dropdown1_dropdown-link.first {
  border-bottom-style: none;
}

.dropdown1_dropdown-link.second {
  border-top-style: none;
}

.event-creation-buttons {
  z-index: 3;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 40px 40px 0%;
}

.event-creation-buttons.is-center {
  justify-content: center;
}

.event-creation-buttons.next-and-back {
  justify-content: space-between;
}

.event-creation-buttons.two-buttons {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  left: 40px;
}

.event-creation-buttons.two-buttons.first,
.event-creation-buttons.two-buttons.first.no-number {
  justify-content: flex-end;
}

.event-creation-buttons.two-buttons.shopping {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.event-creation-buttons.two-buttons.shopping.in-cart {
  justify-content: flex-end;
}

.event-creation-buttons.one-button {
  justify-content: flex-end;
  align-items: center;
  position: relative;
  bottom: 0;
  right: 0;
}

.event-creation-buttons.one-button.two-button-1 {
  right: 174px;
}

.event-creation-buttons.two-buttons {
  justify-content: space-between;
  align-items: center;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.event-creation-buttons.two-buttons.two-button-1 {
  right: 174px;
}

.analytics-stacked-list-content-wrapper {
  margin-top: 16px;
}

.stacked-list2_content-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.max-width-large-2 {
  width: 100%;
}

.event-management-card-link {
  text-decoration: none;
}

.event-management-content-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}

.event-managment-settings-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 2px solid #d9d9d9;
  border-radius: 8px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 16px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.event-managment-settings-card.conversations {
  background-image: linear-gradient(113deg, rgba(255, 157, 127, 0.5019607843), rgba(116, 183, 255, 0.5019607843));
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.event-management-filter-dropdown-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.event-management-filter-dropdown-wrapper.twilight-5000-2024 {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}

.event-management-filter-dropdown-wrapper.email {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-style: none;
  justify-content: flex-start;
}

.event-management-filter-dropdown-form-block {
  margin-bottom: 0;
}

.event-management-filter-dropdown-table-toggle {
  grid-column-gap: 8px;
  color: #323c3e;
  letter-spacing: -0.02em;
  background-color: #fff;
  border: 1px solid #ccd4d6;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 8px 40px 8px 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
}

.event-management-card-empty-state-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.event-management-card-empty-state-content-wrapper.email {
  border-style: none;
  margin-top: 0;
}

.event-card-participant-data-svg {
  width: 20px;
}

.event-card-info-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: stretch;
  margin-top: 4px;
  display: grid;
}

.event-card-info-wrapper.draft-card {
  display: block;
}

.event-card-volunteer-svg {
  width: 15px;
}

.event-card-sales-svg,
.event-card-donations-svg {
  width: 20px;
}

.event-card-row-formatting {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.event-card-row-formatting.past-event {
  margin-top: 8px;
  margin-bottom: 0;
  margin-left: 8px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.helpful-resources-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 2px solid #d9d9d9;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.create-an-event-button-nav {
  align-self: center;
}

.navbar-dropdown-list.w--open {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, 0.9490196078);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 0.5rem;
  position: absolute;
  box-shadow: 0 4px 5px -3px rgba(0, 0, 0, 0.2);
}

.navbar14_link {
  color: var(--\<unknown\|relume-variable-link-color-1\>);
  padding: 0.5rem 1rem;
}

.navbar14_link.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.container-small-3 {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.navbar-on-page {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.navbar14_instructions-list-item {
  padding-left: 0.5rem;
}

.navbar14_dropdown-toggle {
  grid-column-gap: 0.5rem;
  color: var(--\<unknown\|relume-variable-link-color-1\>);
  align-items: center;
  padding: 0.5rem 1rem;
  display: flex;
}

.navbar14_dropdown-link {
  color: var(--\<unknown\|relume-variable-link-color-1\>);
  padding: 0.5rem 1rem;
}

.navbar14_dropdown-link.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

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

.navbar-menu-link-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  align-items: center;
  display: flex;
}

.navbar-menu-link-wrapper._9-10-24-update {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.hide-2 {
  display: none;
}

.navbar-14-instructions-delete {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  text-align: left;
  width: 100%;
  padding: 2rem;
}

.rl-styleguide_label {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: rgba(30, 81, 247, 0.1019607843);
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  display: inline-block;
}

.navbar14_component {
  background-color: #fff;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar14_component.delete-this-class {
  margin-top: 0;
  margin-left: 20px;
  margin-right: 20%;
  display: block;
  position: relative;
}

.widget-accordian-top-text {
  font-size: 14px;
  line-height: 100%;
}

.widget-accordian-top-text.text-weight-bold {
  font-size: 14px;
  line-height: 120%;
}

.navbar-mobile-menu-button {
  padding: 0;
}

.navbar14_container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: auto;
  min-height: 4.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.navbar14_button-wrapper {
  grid-column-gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-left: 2rem;
  display: flex;
}

.navbar14_instructions-list {
  padding-left: 1.25rem;
}

.navbar-menu {
  align-items: center;
  display: flex;
  position: static;
}

.code-embed-2 {
  width: 100%;
}

.nav-text {
  font-size: 14px;
}

.list-text-content-city-header {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  width: 250px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.list-text-content-city-header.twilight-5000-2024.secondary-results {
  width: 125px;
}

.list-text-content-city-header.twilight-5000-2024.secondary-results.option-2 {
  width: 120px;
}

.list-text-content-city {
  text-align: center;
  width: 250px;
  font-size: 16px;
  font-weight: 400;
}

.list-text-content-city.primary-time {
  text-align: center;
  padding-right: 0;
  font-weight: 700;
}

.list-text-content-city.primary-time.twilight-5000-2024 {
  width: 50px;
}

.list-text-content-city.primary-time.twilight-5000-2024.option-2 {
  width: 120px;
}

.list-text-content-city.twilight-5000-2024.secondary-results {
  width: 125px;
}

.list-text-content-city.twilight-5000-2024.secondary-results.option-2 {
  width: 120px;
}

.list-text-content-team-header {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  width: 250px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.list-text-content-team-header.twilight-5000-2024.secondary-results {
  width: 125px;
}

.list-text-content-team-header.twilight-5000-2024.secondary-results.option-2 {
  width: 120px;
}

.list-text-content-team {
  text-align: center;
  width: 250px;
  font-size: 16px;
  font-weight: 400;
}

.list-text-content-team.primary-time {
  text-align: center;
  padding-right: 0;
  font-weight: 700;
}

.list-text-content-team.primary-time.twilight-5000-2024 {
  width: 50px;
}

.list-text-content-team.primary-time.twilight-5000-2024.option-2 {
  width: 120px;
}

.list-text-content-team.twilight-5000-2024.secondary-results {
  width: 125px;
}

.list-text-content-team.twilight-5000-2024.secondary-results.option-2 {
  width: 120px;
}

.event-card-icon-date-svg,
.event-card-merch-sales-svg {
  width: 20px;
}

.div-block-362 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

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

.image-68 {
  aspect-ratio: 3/2;
  object-fit: cover;
  border-radius: 8px;
}

.transfer-race-athlete-card-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 8px;
  text-decoration: none;
  display: flex;
}

.transfer-race-athlete-card-wrapper._2-0 {
  flex-flow: column;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
}

.transfer-race-card-svg {
  width: 15px;
}

.div-block-364 {
  text-decoration: none;
  display: flex;
}

.product-header1_component {
  padding-bottom: 3rem;
}

.product-header1_accordion-wrapper {
  border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
}

.product-header1_accordion-icon {
  align-self: flex-start;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 1.5rem;
}

.product-header1_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.product-header1_option {
  margin-bottom: 1.5rem;
}

.text-size-tiny {
  font-size: 0.75rem;
}

.padding-section-medium {
  margin-top: 40px;
  padding-bottom: 40px;
}

.product-header1_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.product-header1_breadcrumb {
  align-items: center;
  width: 100%;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  display: flex;
}

.product-header1_heading {
  border-top: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.product-header1_layout {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.product-header1_image-wrapper {
  width: 100%;
}

.breadcrumb-divider {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

.variant-button {
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  border-style: solid;
  border-width: 1px;
  padding: 0.5rem 1rem;
  display: inline-block;
}

.variant-button.is-disabled {
  opacity: 0.25;
}

.variant-button.is-active {
  border-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
}

.product-header1_gallery {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 5rem 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.product-header1_default-state {
  margin-bottom: 2rem;
}

.form_field-label {
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
}

.variant-button-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  display: flex;
}

.product-header1_rating-icon {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  justify-content: center;
  align-items: center;
  margin-right: 0.25rem;
  display: flex;
}

.breadcrumb-link-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  align-self: center;
  text-decoration: none;
  display: flex;
}

.breadcrumb-link-2.w--current {
  font-weight: 600;
}

.breadcrumb-link-2.is-active {
  font-weight: 500;
}

.product-header1_lightbox-link {
  width: 100%;
  display: block;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

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

.padding-global {
  margin-left: 100px;
  margin-right: 100px;
  padding-bottom: 140px;
}

.form_input {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  color: var(--\<unknown\|relume-variable-text-color-1\>);
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: #000;
}

.form_input::placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.form_input.is-select-input {
  background-image: none;
  border-style: solid;
  border-width: 1px;
  border-radius: 8px;
  height: 40px;
  min-height: auto;
  padding: 4px;
  font-size: 12px;
}

.form_input.is-quantity-input {
  border-style: solid;
  border-width: 1px;
  border-radius: 8px;
  width: 60px;
  height: 40px;
  min-height: auto;
  padding: 4px;
  font-size: 14px;
  line-height: 120%;
}

.form_input.is-quantity-input.select-price-registration {
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  line-height: 120%;
}

.form_input.is-quantity-input.select-price-registration.tracksmith {
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  font-family: Saintecolombe, sans-serif;
}

.form_input.is-icon-left {
  padding-left: 2.75rem;
}

.form_input.is-select-input {
  background-image: none;
}

.form_input.is-select-input.email-audience-dropdown {
  border-style: none;
  padding: 0;
  font-size: 16px;
}

.form_input.is-select-input.email-default {
  border-style: solid;
  font-size: 16px;
}

.form_input.race-pace {
  border-style: solid;
  border-width: 1px;
  border-radius: 8px;
}

.form_input.email-default {
  border-style: solid;
  border-radius: 8px;
}

.form_input.is-quantity-input {
  width: 4rem;
}

.form_input.is-quantity-input::placeholder {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.product-header1_rating-wrapper {
  margin-right: 0.5rem;
  display: flex;
}

.error-state {
  margin-top: 1.5rem;
  padding: 0.875rem 1rem;
}

.heading-style-h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 120%;
}

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

.product-header1_image {
  aspect-ratio: 5/6;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.container-large {
  width: 100%;
}

.product-header1_details {
  overflow: hidden;
}

.product-header3_add-to-cart {
  margin-bottom: 0;
}

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

.product-header3_layout {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.product-header3_accordion-icon {
  align-self: flex-start;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 1.5rem;
}

.product-header3_form-wrapper {
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content;
  grid-auto-columns: 1fr;
  display: flex;
}

.product-header3_form-wrapper.one-size-fits-all {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
}

.product-header3_option-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  margin-top: 8px;
  display: flex;
}

.product-header3_variant-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  flex: 1;
  margin-right: 16px;
  display: flex;
}

.product-header3_image {
  aspect-ratio: 5/4;
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.product-header3_lightbox-link {
  width: 100%;
  display: block;
}

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

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

.product-header3_quantity-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.product-header3_quantity-wrapper.select-price-registration {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: row;
  align-items: center;
  display: flex;
}

.product-header3_product-details {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.product-header3_details {
  overflow: hidden;
}

.product-header3_component {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.product-header3_heading {
  border-top: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.product-header3_image-wrapper {
  width: 100%;
}

.product-header3_main-image-wrapper {
  aspect-ratio: 5/4;
  object-fit: fill;
  width: 100%;
  overflow: clip;
}

.product-header3_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.product-header3_breadcrumb {
  align-items: center;
  width: 100%;
  font-size: 0.875rem;
  display: flex;
}

.product-header3_rating-wrapper {
  margin-right: 0.5rem;
  display: flex;
}

.product-header3_price-wrapper {
  display: flex;
}

.product-header3_accordion-wrapper {
  border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
}

.product-header3_default-state {
  margin-bottom: 16px;
}

.product-header3_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.product-header3_text-divider {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  width: 1px;
  height: auto;
  margin-left: 1rem;
  margin-right: 1rem;
}

.product-header3_rating-icon {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  justify-content: center;
  align-items: center;
  margin-right: 0.25rem;
  display: flex;
}

.transfer-race-athlete-card-wrapper-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid #000;
  border-radius: 8px;
  align-items: center;
  margin-top: 0;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.transfer-race-athlete-card-wrapper-link._2-0 {
  justify-content: center;
  align-items: center;
  width: 100%;
}

.transfer-registration-button-text-athlete-card {
  letter-spacing: normal;
  text-transform: none;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
}

.product-v1-card-info {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  text-align: left;
  background-color: #e6e6e9;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 8px;
  display: flex;
}

.product-v1-card-info.event-creation-form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.product-v1-card-info.donation-creation-form {
  flex-flow: wrap;
  justify-content: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.product-v1-card-info.send-email-form {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block-365 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  align-items: center;
  width: 200px;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.div-block-366 {
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  align-items: center;
  width: 350px;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.image-69 {
  aspect-ratio: 3/2;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
  width: 99.9955%;
  height: 100%;
}

.heading-15 {
  padding-left: 10px;
  padding-right: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  display: inline-block;
}

.heading-15.category-registration-title {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 8px;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  line-height: 120%;
}

.button-8 {
  grid-column-gap: 8px;
  grid-row-gap: 12px;
  color: var(--black);
  -webkit-text-stroke-color: #000;
  object-fit: scale-down;
  background-color: #000;
  background-image: linear-gradient(to right, #ff6250, #a259ff 45%, #09b7f6);
  border-radius: 20px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-width: 0;
  height: 60px;
  padding: 12px 24px;
  font-family: Space Mono, sans-serif;
  text-decoration: none;
  display: flex;
}

.button-8.is-add-to-cart-button {
  width: 100%;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.button-8.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: rgba(0, 0, 0, 0);
}

.button-8.is-secondary.is-buy-now-button {
  width: 100%;
  margin-bottom: 1rem;
}

.registration-tab-text-1-2-copy {
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.registration-tab-text-1-2-copy.select-price-registration {
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}

.select-price-registration-text {
  font-size: 14px;
  line-height: 120%;
}

.select-price-registration-text.tracksmith {
  font-family: Saintecolombe, sans-serif;
}

.sub-event-title-and-check {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: left;
  flex-flow: row;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.sub-event-title-and-check.event-creation-form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.sub-event-title-and-check.donation-creation-form {
  flex-flow: wrap;
  justify-content: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.sub-event-title-and-check.send-email-form {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.at-will-prcing-field-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  align-items: flex-end;
  display: flex;
}

.at-will-pricing-pre-header-text {
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.at-will-pricing-pre-header-text.select-price-registration {
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}

.at-will-pricing-pre-header-text.tracksmith {
  font-family: Berthold Akzidenz Grotesk Extended, sans-serif;
}

.div-block-367,
.div-block-368 {
  width: 500px;
}

.registration-text-sub-header {
  color: var(--dark-grey);
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 150%;
}

.registration-text-sub-header._1-2 {
  width: 100%;
}

.registration-text-sub-header._1-2.waiver {
  margin: 0 10px;
  display: block;
}

.registration-quick-info-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  display: flex;
}

.registration-sub-event-text-wrapper {
  flex-flow: column;
  display: flex;
}

.registration-overall-content-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  margin-right: 0;
  display: flex;
}

.registration-price-text {
  font-weight: 400;
}

.registration-quick-info-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}

.registration-quick-info-text.price {
  font-size: 14px;
  font-weight: 400;
}

.registration-quick-info-text.bold {
  font-weight: 700;
}

.registration-quick-info-text.add-more-merch {
  font-size: 12px;
}

.registration-quick-info-text.more-info-location {
  text-align: left;
  line-height: 120%;
}

.registration-sub-event-title-text {
  font-size: 20px;
  font-weight: 700;
}

.registration-price-wrapper-formatting {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.registration-primary-content-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  align-self: flex-start;
  width: auto;
  margin-bottom: 4px;
  display: flex;
}

.div-block-372 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

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

.div-block-374 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.registration-announcement-pre-header {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  line-height: 120%;
}

.registration-sub-text {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 150%;
}

.registration-sub-text._1-2 {
  width: 100%;
}

.registration-sub-text._1-2.waiver {
  margin: 0 10px;
  display: block;
}

.registration-code-and-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: flex-end;
  display: flex;
}

.div-block-375 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.div-block-376 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-377 {
  flex-flow: column;
  justify-content: space-between;
  align-self: flex-end;
  height: 53.5772%;
}

.div-block-378 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
  display: flex;
}

.div-block-379 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  align-self: flex-start;
  margin-right: 24px;
  display: flex;
}

.div-block-380 {
  width: 100%;
}

.div-block-381 {
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.registration-sub-event-list {
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.sub-event-title-and-price-registration-flow {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.sub-event-title-and-price-registration-flow.event-creation-form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.sub-event-title-and-price-registration-flow.donation-creation-form {
  flex-flow: wrap;
  justify-content: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.sub-event-title-and-price-registration-flow.send-email-form {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.sub-event-copy {
  max-width: 500px;
  margin-right: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}

.sub-event-copy.tracksmith {
  font-family: Saintecolombe, sans-serif;
}

.div-block-382 {
  flex-flow: column;
  justify-content: space-between;
  align-self: flex-end;
  height: 53.5772%;
}

.div-block-383 {
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.div-block-384 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
  display: flex;
}

.div-block-385 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.div-block-386 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  align-self: flex-start;
  margin-right: 24px;
  display: flex;
}

.fixed-form-trigger {
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.5019607843);
  background-image: linear-gradient(117deg, var(--movemint-gradient-color-3), var(--movemint-gradient-color-1));
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  position: fixed;
  inset: auto 24px 24px auto;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3490196078);
}

.fixed-form-trigger:hover {
  background-color: rgba(255, 255, 255, 0.3294117647);
  background-image: linear-gradient(117deg, rgba(75, 151, 250, 0.5019607843), rgba(238, 106, 111, 0.5019607843));
  transform: translate(0, -2px);
}

.chat-icon {
  color: #efeaff;
  justify-content: center;
  align-items: center;
  width: 30px;
  display: flex;
}

.chat-close {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: none;
  position: relative;
}

.close-line-1 {
  background-color: #fff;
  width: 2px;
  height: 32px;
  margin-bottom: 0;
  position: absolute;
  transform: rotate(45deg);
}

.close-line-2 {
  background-color: #fff;
  width: 2px;
  height: 32px;
  position: absolute;
  transform: rotate(-45deg);
}

.form-widget-wrapper {
  z-index: 3;
  background-color: #f6f5fa;
  border-radius: 8px;
  min-width: 425px;
  max-width: 30vw;
  position: fixed;
  top: auto;
  bottom: 104px;
  right: 24px;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2392156863);
}

.widget-title-wrapper {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-flow: column;
  padding: 16px 16px 0;
  display: flex;
}

.widget-title {
  color: var(--black);
  font-size: 24px;
  font-weight: 700;
}

.widget-sub-title {
  color: var(--dark-grey);
  font-size: 14px;
  line-height: 120%;
}

.widget-main-content {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 16px;
  margin-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.widget-top-content {
  align-items: flex-start;
  display: flex;
}

.widget-profile-image {
  object-fit: cover;
  border: 1px solid #8770db;
  border-radius: 50%;
  width: 48px;
  height: 48px;
}

.widget-top-text-wrapper {
  text-align: left;
  background-color: #d1d0d5;
  border: 1px solid #ddd;
  border-radius: 0 8px 8px;
  flex-flow: column;
  flex: 1;
  align-items: flex-start;
  padding: 8px 12px;
  display: flex;
}

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

.chatbot-form {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.field-label {
  font-weight: 600;
}

.text-field-9 {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 15px;
  font-family: Open Sans, sans-serif;
}

.text-field-9.text-area {
  min-height: 166px;
}

.button-9 {
  grid-column-gap: 8px;
  grid-row-gap: 12px;
  color: var(--black);
  -webkit-text-stroke-color: #000;
  object-fit: scale-down;
  background-color: #000;
  background-image: linear-gradient(to right, #ff6250, #a259ff 45%, #09b7f6);
  border-radius: 20px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-width: 0;
  height: 60px;
  padding: 12px 24px;
  font-family: Space Mono, sans-serif;
  text-decoration: none;
  display: flex;
}

.success-message-wrapper {
  grid-column-gap: 12px;
  text-align: left;
  align-items: flex-start;
  display: flex;
}

.success-message-confirmation {
  background-color: #e7eee4;
  border: 1px solid #dce7d7;
  border-radius: 0 20px 20px;
  justify-content: flex-start;
  padding: 8px 22px 21px 8px;
  display: flex;
  position: relative;
}

.success-icon {
  color: #3f5c37;
  justify-content: center;
  align-items: center;
  height: 12px;
  display: flex;
  position: absolute;
  inset: auto 6px 6px auto;
}

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

.close-line-3 {
  background-color: var(--black);
  width: 2px;
  height: 32px;
  position: absolute;
  transform: rotate(-45deg);
}

.section-5 {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.container-13 {
  grid-row-gap: 12px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  display: flex;
}

.intro-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 700px;
  display: flex;
}

.spacer-medium {
  width: 32px;
  height: 32px;
}

.close-line-4 {
  background-color: var(--black);
  width: 2px;
  height: 32px;
  margin-bottom: 0;
  position: absolute;
  transform: rotate(45deg);
}

.field-label-3 {
  font-weight: 600;
  line-height: 120%;
}

.text-field-10 {
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
}

.text-field-10.text-area {
  color: var(--black);
  height: 50px;
}

.widget-text {
  text-align: left;
  font-size: 14px;
  line-height: 140%;
}

.widget-name-field {
  font-size: 14px;
  font-weight: 700;
  line-height: 121%;
}

.widget-top-content-orientation {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.calendly-chat-widget-embed {
  z-index: 4;
  text-align: left;
  background-color: #d1d0d5;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  margin-bottom: 0;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  position: relative;
}

.calendly-chat-widget-embed:hover {
  background-image: linear-gradient(142deg, rgba(125, 250, 225, 0.3019607843), rgba(220, 152, 254, 0.3019607843));
}

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

.div-block-389 {
  background-color: var(--white);
  background-image: linear-gradient(116deg, var(--movemint-gradient-color-1), rgba(255, 255, 255, 0.6901960784) 53%, rgba(246, 189, 84, 0.5882352941));
  border-radius: 0 8px 8px;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 4px;
  text-decoration: none;
}

.chat-widget-roll-down-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  flex-flow: row;
  justify-content: space-between;
  align-self: baseline;
  align-items: center;
  width: 100%;
  display: flex;
}

.widget-accordian-top-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  padding: 4px 4px 8px;
  display: flex;
}

.widget-accordian-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.widget-accordian-bottom-wrapper {
  overflow: hidden;
}

.widget-chevron-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.widget-icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.widget-form-submit-button {
  color: var(--black);
  background-color: #d9d9d9;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 700;
  transition: background-color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.widget-form-submit-button:hover {
  background-color: silver;
}

.widget-form-submit-button:active {
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.2);
}

.widget-success-message {
  text-align: left;
  background-color: rgba(221, 221, 221, 0);
  padding: 16px 16px 16px 0;
}

.field-label-4 {
  font-weight: 600;
}

.widget-form-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
  overflow: visible;
}

.widget-form-field-placeholder {
  color: var(--black);
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  margin-bottom: 0;
  transition: padding 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), border 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.widget-form-field-placeholder:focus {
  border-bottom-color: #9d9ca0;
  padding-left: 18px;
}

.widget-form-field-placeholder.text-area {
  color: var(--black);
  min-height: 80px;
}

.tooltip1_responsive {
  display: none;
}

.tooltip1_card-wrapper {
  z-index: 2;
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  background-color: #fff;
  border-radius: 8px;
  padding: 8px;
}

.rl-styleguide_label-2 {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #dee3f4;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  display: inline-block;
}

.tooltip1_tooltip-wrapper {
  width: 15rem;
  padding-bottom: 0.75rem;
  position: absolute;
  bottom: 100%;
}

.tooltip1_tooltip-wrapper.is-bottom-wrapper {
  z-index: 1;
  background-color: #fff;
  border-radius: 8px;
  width: 120px;
  margin-top: 10px;
  padding-bottom: 0;
  top: 100%;
  bottom: auto;
  left: 60px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.tooltip1_element-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.tooltip1_pointer {
  z-index: 2;
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 0.75rem;
  height: 0.75rem;
  margin-bottom: 0.375rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: rotate(45deg);
}

.tooltip1_pointer.is-bottom-pointer {
  margin-top: 0.375rem;
  margin-bottom: 0;
  top: 0%;
  bottom: auto;
}

.tooltip1_component {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.widget-pfp-and-title {
  flex-flow: column;
  align-items: baseline;
  margin-bottom: 8px;
  display: flex;
}

.widget-title-field {
  font-size: 14px;
  font-weight: 400;
  line-height: 121%;
}

.form-widget-overall-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.widget-error-message {
  background-color: #fff;
  border-radius: 8px;
  padding: 8px;
}

.multi-form13_radio-label {
  z-index: 1;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
}

.multi-form13_block {
  margin-bottom: 0;
}

.multi-form13_radio {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  align-items: center;
  margin-bottom: 0;
  padding: 0.5rem 1rem;
  display: flex;
  position: relative;
}

.multi-form13_radio.is-radio-icon {
  border-style: solid;
  border-radius: 8px;
  padding-left: 0.5rem;
}

.multi-form13_radio.is-radio-icon.is-active-inputactive {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
}

.multi-form13_radio.is-radio-icon.no-icon {
  padding-left: 1rem;
}

.multi-form13_radio.is-active-inputactive {
  background-color: var(--\<unknown\|relume-variable-color-primary-1\>);
  color: var(--\<unknown\|relume-variable-color-primary-2\>);
}

.multi-form13_radio.is-active-inputactive.race-pace {
  border-radius: 8px;
}

.multi-form13_radio.race-pace {
  border-style: solid;
  border-radius: 8px;
}

.section_multi-form13 {
  position: relative;
}

.multi-form13_form {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  display: grid;
}

.padding-section-large {
  justify-content: center;
  align-self: center;
  align-items: stretch;
  padding-top: 60px;
  padding-bottom: 40px;
  display: flex;
  position: static;
}

.multi-form13_form-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.multi-form13_form-content.final {
  grid-template-rows: auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.multi-form13_radio-icon {
  cursor: pointer;
  border-style: none;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  margin: 0;
  transition: all 0.2s;
  position: absolute;
  inset: 0%;
}

.multi-form13_radio-icon.w--redirected-checked {
  border-style: solid;
  border-color: var(--movemint-gradient-color-1);
  order: 1;
}

.multi-form13_radio-icon.w--redirected-focus {
  box-shadow: 0 0 3px 1px var(--movemint-gradient-color-1);
  border-style: solid;
  border-radius: 8px;
}

.multi-form13_radio-icon.race-pace {
  border-style: none;
  border-width: 0.5px;
}

.multi-form13_radio-icon.race-pace.w--redirected-checked {
  box-shadow: 0 0 5px 3px var(--movemint-gradient-color-1);
  border-style: none;
  border-radius: 8px;
}

.multi-form13_radio-icon.race-pace.w--redirected-focus {
  box-shadow: 0 0 5px 3px var(--movemint-gradient-color-1);
}

.multi-step-form-instructions-delete {
  z-index: 1000;
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  text-align: left;
  padding: 2rem;
  position: relative;
}

.multi-form13_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.multi-form13_radio-letter {
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-right: 0.5rem;
  display: flex;
}

.multi-form13_radio-letter.swimming {
  width: 1.8rem;
}

.form_field-label-2 {
  margin-bottom: 0.5rem;
  font-weight: 400;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.multi-form13_progress-divider {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  flex: 1;
  height: 1px;
}

.form-icon-left {
  position: absolute;
  left: 0.75rem;
}

.padding-global-2 {
  padding-left: 60px;
  padding-right: 60px;
}

.padding-global-2.testimonials {
  padding-left: 0;
  padding-right: 0;
}

.formly-multi-step-form-instructions-card {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.6;
  display: flex;
}

.multi-form13_progress {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.multi-form13_progress.completed {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
}

.multi-form13_progress.progress-current {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  border-style: solid;
  border-width: 0.5px;
}

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

.text-align-center-2.final {
  margin-bottom: 36px;
}

.multi-form13_button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.multi-form13_button-group.first {
  justify-content: flex-end;
}

.multi-form13_radio-group {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.multi-form13_step {
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.success-message-3 {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  padding: 1.5rem;
}

.multi-form13_progress-wrapper {
  align-items: center;
  width: 100%;
  margin-bottom: 2rem;
  display: flex;
}

.heading-style-h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 110%;
}

.multi-form13_field-wrapper {
  margin-top: 16px;
}

.multi-form13_input-field {
  align-items: center;
  display: flex;
  position: relative;
}

.checkbox-3 {
  border-color: #b7bbd1;
  width: 14px;
  height: 14px;
  margin-top: 3px;
}

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

.tour-step-2 {
  display: none;
}

.tooltip-author-wrap {
  align-items: center;
  display: flex;
}

.radio-input {
  border-color: #b7bbd1;
  width: 15px;
  height: 15px;
  margin-top: 2px;
  margin-right: 7px;
}

.radio-input.w--redirected-checked {
  border-color: #434de7;
}

.small-h1 {
  color: #000;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2em;
}

.navbar-logo-link {
  max-width: 140px;
  padding-top: 5px;
  padding-left: 0;
}

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

.flex-row-outer.margin-bottom {
  margin: 0 0 12px;
}

.form-container {
  text-align: left;
  flex-flow: column wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 10px;
  display: flex;
  position: relative;
}

.tooltip-wrapper {
  color: #333;
  text-align: left;
  background-color: #fafbfe;
  border: 1px solid #d8e3f0;
  border-radius: 10px;
  width: 300px;
  font-size: 11.5px;
  font-weight: 400;
  line-height: 1.5em;
  display: block;
  position: absolute;
  box-shadow: 1px 1px 8px 1px rgba(45, 62, 80, 0.1215686275);
}

.tooltip-title {
  margin-bottom: 6px;
  font-size: 110%;
  font-weight: 800;
}

.numbers-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.form-block-10 {
  width: 100%;
}

.check-field {
  color: #000;
  margin-top: 5px;
  margin-bottom: 5px;
}

.input {
  color: #000;
  background-color: #fff;
  border: 1px solid #b7bbd1;
  border-radius: 6px;
  height: 48px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 18px;
  font-size: 15px;
  font-weight: 300;
  transition: border-color 0.2s, box-shadow 0.2s;
  box-shadow: 0 3px 6px -2px rgba(29, 1, 80, 0.1019607843);
}

.input:hover {
  box-shadow: none;
  border-color: #434de7;
}

.input:focus {
  border: 1px solid #434de7;
}

.input::placeholder {
  color: #6e6e6e;
}

.tooltip-container {
  z-index: 3;
  background-color: #fafbfe;
  border-radius: 9px 9px 0 0;
  padding: 20px;
  font-size: 12.5px;
  position: relative;
}

.number-step {
  color: #000;
  border: 1px solid #000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  display: flex;
}

.number-step.completed {
  opacity: 0.5;
  color: #fff;
  background-color: #434de7;
  border-color: #434de7;
}

.number-step.active {
  color: #fff;
  background-color: #434de7;
  border-color: #434de7;
}

.spacer-xs {
  width: 100%;
  height: 10px;
}

.logo-img {
  color: #000;
}

.tooltip-close {
  z-index: 5;
  color: #3f3e46;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.tooltip-close:hover {
  background-color: rgba(0, 42, 255, 0.1019607843);
}

.spacer-m {
  width: 100%;
  height: 20px;
}

.tooltip-diamond {
  z-index: 2;
  background-color: #fafbfe;
  border: 1px solid #d8e3f0;
  border-radius: 2px;
  width: 16px;
  height: 16px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -7px 0% auto;
  transform: rotate(45deg);
  box-shadow: 0 -3px 8px rgba(45, 62, 80, 0.0588235294);
}

.tooltip-diamond.left {
  margin-top: auto;
  margin-bottom: auto;
  inset: 0 auto 10px -7px;
}

.tooltip-svg {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.paragraph {
  opacity: 0.9;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.spacer-l {
  width: 100%;
  height: 30px;
}

.tooltip-author {
  border-radius: 50%;
  width: 32px;
  margin-right: 10px;
}

.form-wrapper {
  z-index: 50;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 400px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.form-wrapper.left-align {
  text-align: left;
  align-items: flex-start;
}

.input-label {
  z-index: 2;
  color: #000;
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 0;
  padding-left: 6px;
  padding-right: 7px;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 15px;
  display: inline-block;
  position: relative;
  bottom: -7px;
  left: 6px;
}

.input-label.static {
  margin-top: 10px;
  margin-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
  position: static;
}

.input-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
  display: flex;
  position: relative;
}

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

.content-wrap-center._100-p-width {
  width: 100%;
}

.radio-field {
  color: #000;
  margin-top: 5px;
}

.tooltip-anchor {
  z-index: 100;
  justify-content: center;
  width: 100%;
  height: 10px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  display: flex;
  position: absolute;
  inset: 100% 0% 0;
}

.tooltip-anchor.right {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 100%;
  margin-right: -12px;
  padding-left: 12px;
  inset: 0% 0% 0% auto;
}

.tooltip-navigation {
  z-index: 3;
  color: #64636e;
  background-color: #fafbfe;
  border-top: 1px solid #d8e3f0;
  border-radius: 0 0 9px 9px;
  justify-content: space-between;
  align-items: center;
  min-height: 50px;
  padding: 8px 20px;
  display: flex;
  position: relative;
  bottom: 0;
}

.tooltip-navigation.top {
  border-top-style: none;
  border-bottom: 1px solid #d8e3f0;
  border-radius: 9px 9px 0 0;
}

.relative-block {
  position: relative;
}

.button-10 {
  color: #fff;
  background-color: #434de7;
  border-radius: 10px;
  height: 50px;
  padding: 15px 35px;
  font-size: 15px;
  font-weight: 500;
  box-shadow: 0 10px 20px -3px rgba(29, 1, 80, 0.1019607843);
}

.button-10:hover {
  box-shadow: none;
  background-color: #000;
}

.button-10.in-form {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  display: flex;
}

.tracksmith-link {
  color: #9a825c;
}

.form_input-copy {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  color: var(--\<unknown\|relume-variable-text-color-1\>);
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input-copy:focus {
  border-color: #000;
}

.form_input-copy::placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.form_input-copy.is-select-input {
  background-image: none;
  border-style: solid;
  border-radius: 8px;
  padding: 4px;
}

.form_input-copy.is-quantity-input {
  border-style: solid;
  border-radius: 8px;
  width: 60px;
  padding: 4px;
}

.form_input-copy.is-quantity-input.select-price-registration {
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  line-height: 120%;
}

.form_input-copy.is-quantity-input.select-price-registration.tracksmith {
  border-style: solid;
  border-width: 0.025px;
  border-radius: 0;
  font-family: Saintecolombe, sans-serif;
}

.form_input-copy.is-icon-left {
  padding-left: 2.75rem;
}

.form_input-copy.is-select-input {
  background-image: none;
}

.div-block-390 {
  align-items: flex-end;
  display: flex;
}

.dob {
  background-color: var(--white);
  color: var(--black);
  text-align: left;
  border-radius: 10px;
  align-self: center;
  width: 140px;
  min-height: 48px;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.dob._1-2 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.dob._1-2.tracksmith {
  border-radius: 0;
  font-family: Saintecolombe, sans-serif;
}

.phone-number-copy {
  color: var(--black);
  overflow-wrap: break-word;
  border: 1px solid #e9ecf0;
  border-radius: 10px;
  align-self: center;
  width: auto;
  min-width: 300px;
  min-height: 48px;
  margin: 0 10px 10px;
  font-family: Open Sans, sans-serif;
}

.phone-number-copy._1-2 {
  width: 100%;
  min-width: auto;
  margin-left: 10px;
  margin-right: 10px;
}

.phone-number-copy._1-2.tracksmith {
  border-radius: 0;
  font-family: Saintecolombe, sans-serif;
}

.field-wrap-dob {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-self: center;
  align-items: center;
  padding: 0 10px 10px;
  display: flex;
  position: relative;
}

.field-wrap-dob.registration-date-wrap {
  margin: 0 5px;
  padding-top: 0;
  padding-bottom: 0;
}

.field-wrap-dob.registration-date-wrap.reg-open {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: -10px;
}

.field-wrap-dob.date-of-birth {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin: 0 10px 10px;
  padding-top: 0;
  padding-bottom: 0;
}

.field-wrap-dob.date-of-birth._1-2 {
  width: 100%;
}

.field-wrap-dob.event-start-date {
  margin-right: -10px;
  padding-top: 0;
  padding-bottom: 0;
}

.field-wrap-dob.reg-close {
  margin-bottom: 0;
  margin-right: -10px;
  padding-top: 0;
  padding-bottom: 0;
}

.field-wrap-dob.profile-set-up {
  width: 100%;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
}

.text-size-medium.text-color-white {
  color: var(--white);
}

.text-size-medium.text-weight-bold.unsubscribe {
  letter-spacing: 0;
  font-size: 14px;
}

.text-size-medium.unsubscribe {
  letter-spacing: 0;
  font-size: 14px;
  line-height: 120%;
}

.text-size-medium.text-weight-bold {
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 600;
}

.menu-icon4_line-bottom {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  width: 24px;
  height: 2px;
}

.navbar16_social-list {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-items: stretch;
  display: grid;
}

.navbar16_wrapper {
  grid-column-gap: 1rem;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.portfolio3-related_tag-list {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-flow: wrap;
  margin-top: 1rem;
  display: flex;
}

.portfolio3-related_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar16_logo-link {
  z-index: 1;
  padding-left: 0;
}

.menu-icon_line-middle-base {
  background-color: #000;
  width: 24px;
  height: 2px;
  position: absolute;
}

.padding-vertical,
.padding-vertical.padding-xxlarge,
.padding-vertical.padding-large {
  padding-left: 0;
  padding-right: 0;
}

.portfolio3-header_background-image-wrapper {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.footer8_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 0.75rem;
  display: grid;
}

.page-wrapper.is-relative {
  position: relative;
}

.portfolio3-testimonial_logo {
  width: 100px;
}

.portfolio3-content2_image-wrapper {
  flex: 1;
  width: 100%;
}

.portfolio3-header_content-left {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.portfolio3-content2_component {
  grid-column-gap: 6.3rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.portfolio3-content3_image {
  width: 100%;
  height: 100%;
}

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

.margin-vertical,
.margin-vertical.margin-medium {
  margin-left: 0;
  margin-right: 0;
}

.portfolio3-content2_gallery {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer8_credit-text {
  font-size: 0.875rem;
}

.navbar16_link {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0.5rem 0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
  display: inline-block;
  position: static;
}

.navbar16_link.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.navbar16_menu {
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100dvh;
  padding-left: 5%;
  padding-right: 5%;
  transition: height 0.5s;
  position: absolute;
  inset: 0% 0% auto;
  overflow: auto;
}

.portfolio3-related_component {
  flex-direction: column;
  align-items: center;
}

.footer8_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 0.5fr;
  align-items: start;
}

.portfolio3-related_button-wrapper {
  margin-top: 1.5rem;
  display: flex;
}

.navbar16_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.portfolio3-content1_component {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.portfolio3-content1_component.top {
  flex-flow: column;
  display: flex;
}

.footer8_form-block {
  min-width: 25rem;
  max-width: 35rem;
  margin-bottom: 0;
}

.footer8_link-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

.portfolio3-content3_content-wrapper {
  position: sticky;
  top: 5rem;
}

.portfolio3-header_metatag-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer8_bottom-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.text-style-link {
  color: var(--\<unknown\|relume-variable-link-color-1\>);
  text-decoration: underline;
}

.portfolio3-testimonial_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-size-large {
  font-size: 1.25rem;
}

.portfolio3-header_content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.footer8_logo-link {
  margin-bottom: 2rem;
  padding-left: 0;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.text-size-tiny-2 {
  font-size: 0.75rem;
}

.portfolio3-content3_component {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.portfolio3-content3_gallery {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.portfolio3-header_tag-list {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-flow: wrap;
  margin-top: 1.5rem;
  display: flex;
}

.footer8_right-wrapper {
  flex-direction: column;
  display: flex;
}

.text-size-regular {
  font-size: 1rem;
}

.navbar16_menu-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding-top: 4.5rem;
  display: flex;
  position: relative;
}

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

.portfolio3-related_image {
  aspect-ratio: 16/9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.footer8_link {
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

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

.text-rich-text {
  letter-spacing: 1px;
  font-weight: 400;
}

.portfolio3-header_tag-item {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
}

.portfolio3-header_tag-item.w--current {
  border-bottom: 2px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.navbar16_links-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  display: flex;
}

.portfolio3-content1_gallery {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section_portfolio3-header {
  position: relative;
}

.navbar16_menu-button {
  z-index: 1;
  padding: 0;
  position: relative;
}

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

.footer8_legal-link {
  font-size: 0.875rem;
  text-decoration: underline;
}

.portfolio3-related_tag-item {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
}

.portfolio3-related_tag-item.w--current {
  border-bottom: 2px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.portfolio3-testimonial_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 4rem;
  min-width: 4rem;
  height: 4rem;
  min-height: 4rem;
}

.portfolio3-header_100vh {
  align-items: flex-end;
  min-height: 100vh;
  max-height: 60rem;
  display: flex;
}

.portfolio3-header_overlay {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5019607843);
  position: absolute;
  inset: 0%;
}

.social-icon-2 {
  width: 1.5rem;
  height: 1.5rem;
}

.portfolio3-testimonial_client-image-wrapper {
  align-self: center;
}

.portfolio3-related_image-link {
  width: 100%;
  margin-bottom: 1.5rem;
}

.portfolio3-related_title-link {
  margin-bottom: 0.5rem;
  text-decoration: none;
  display: block;
}

.text-color-white {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.menu-icon4_line-top {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  width: 24px;
  height: 2px;
  padding-bottom: 0;
  padding-right: 0;
}

.footer8_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.portfolio3-content1_content-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  display: flex;
}

.menu-icon4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: relative;
}

.navbar16_bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.portfolio3-content2_image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.portfolio3-content2_image.bottom {
  object-position: 70% 80%;
}

.navbar16_container {
  z-index: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.analytics-tab-section-header-content-spacing {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.analytics-tab-section-header-content-spacing.align-center {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  max-width: none;
  display: flex;
}

.analytics-tab-section-header-content-spacing.align-center.race-pace {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.analytics-tab-section-header-content-spacing.top {
  flex-flow: column;
}

.portfolio3-content1_image-wrapper {
  flex: 1;
  width: 100%;
}

.portfolio3-content2_content-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
  position: sticky;
  top: 5rem;
}

.success-message-4 {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  padding: 1.5rem;
}

.menu-icon4_line-middle {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 6px;
  display: flex;
}

.portfolio3-related_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.container-large-12 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.portfolio3-content3_image-wrapper {
  flex: 1;
  width: 100%;
}

.menu-icon_line-middle-top {
  z-index: 2;
  width: 24px;
  height: 2px;
  position: absolute;
  inset: 0;
}

.portfolio3-content1_image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.portfolio3-content1_image.top {
  object-position: 70% 50%;
}

.navbar16_component {
  border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.padding-top,
.padding-top.padding-medium,
.padding-top.padding-large {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.button-11 {
  text-align: center;
  background-color: #ff4200;
  background-image: linear-gradient(160deg, #c4a2ff 17%, #f15e4d);
  border-radius: 8px;
  width: 50%;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 700;
}

.faq3_answer {
  overflow: hidden;
}

.faq3_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.event-creation-padding {
  z-index: 0;
  flex-flow: column;
  padding-top: 0;
  display: flex;
}

.event-creation-padding.overview {
  justify-content: center;
}

.event-creation-padding.overview.checkpoint-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.icon-embed-small-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq3_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.faq3_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 0.75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: flex;
}

.faq3_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.multi-form14_radio-icon {
  cursor: pointer;
  border-style: none;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  transition: all 0.2s;
  position: absolute;
  inset: 0%;
}

.multi-form14_radio-icon.w--redirected-checked {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-color: rgba(0, 0, 0, 0);
}

.multi-form14_radio-icon.w--redirected-focus {
  box-shadow: none;
}

.multi-form14_radio-letter {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-right: 0.5rem;
  display: flex;
}

.multi-form14_button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.multi-form14_form {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  display: grid;
}

.section_multi-form14 {
  position: relative;
}

.multi-form14_progress-divider {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  flex: 1;
  height: 1px;
}

.multi-form14_input-field {
  align-items: center;
  display: flex;
  position: relative;
}

.multi-form14_progress-wrapper {
  align-items: center;
  width: 100%;
  margin-bottom: 2rem;
  display: flex;
}

.multi-form14_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.multi-form14_radio-label {
  z-index: 1;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
}

.multi-form14_radio-group {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.multi-form14_block {
  margin-bottom: 0;
}

.multi-form14_step {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 3rem;
}

.padding-global-3 {
  padding-left: 5%;
  padding-right: 5%;
}

.multi-form14_progress {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.multi-form14_progress.completed,
.multi-form14_progress.progress-current {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
}

.multi-form14_form-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.multi-form14_radio {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  align-items: center;
  margin-bottom: 0;
  padding: 0.5rem 1rem;
  display: flex;
  position: relative;
}

.multi-form14_radio.is-radio-icon {
  padding-left: 0.5rem;
}

.multi-form14_radio.is-radio-icon.is-active-inputactive {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
}

.multi-form14_radio.is-active-inputactive {
  background-color: var(--\<unknown\|relume-variable-color-primary-1\>);
  color: var(--\<unknown\|relume-variable-color-primary-2\>);
}

.success-message-5 {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  padding: 1.5rem;
}

.padding-global-4 {
  padding-left: 5%;
  padding-right: 5%;
}

.success-message-6 {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  padding: 1.5rem;
}

.race-pace-form-icon {
  width: 20px;
  height: 20px;
}

.text-size-header {
  font-size: 1.125rem;
}

.text-size-header.text-color-white {
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

.div-block-391 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  align-self: center;
  display: flex;
}

.paragraph-5 {
  align-self: center;
  margin-bottom: 0;
  font-size: 14px;
}

.code-embed-3 {
  width: 100%;
  height: 700px;
}

.chart-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  height: 400px;
  display: flex;
}

.chart-container.blurred {
  filter: blur(2.5px);
}

.div-block-392 {
  height: 700px;
}

.heading-16 {
  color: #000;
  margin-top: 0;
}

.image-70 {
  width: 40px;
  max-width: none;
}

.cta-blocks-header-2 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.cta-blocks-header-2.race-pace {
  font-size: 18px;
  line-height: 120%;
}

.image-71,
.image-72 {
  width: 40px;
  max-width: none;
}

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

.tabs {
  width: 100%;
}

.tabs-menu-7 {
  justify-content: space-between;
  display: flex;
}

.analytics-tab-card {
  background-color: var(--black);
}

.analytics-tab-card.w--current {
  background-color: var(--white);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.analytics-tab-card.tab-1 {
  background-color: var(--white);
  border-radius: 8px;
  width: 275px;
  padding: 8px 24px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.analytics-tab-card.tab-1:hover {
  background-color: var(--light-grey);
}

.analytics-tab-card.tab-1.w--current {
  border: 1px solid var(--movemint-gradient-color-1);
  background-color: var(--white);
  width: 275px;
  padding: 8px 24px;
}

.analytics-tab-card.tab-1.w--current:hover {
  background-color: var(--light-grey);
}

.analytics-tab-card-main-conent-text {
  font-size: 30px;
}

.analytics-tab-card-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.analytics-tab-card-main-content-header-text {
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 120%;
}

.analytics-tab-card-header-text {
  border-bottom: 1px dashed #9d9d9d;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.analytics-tab-card-sub-header-percent-change {
  color: #9d9d9d;
  font-size: 14px;
  line-height: 120%;
}

.analytics-tab-card-lower-content-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.analytics-tab-pane-content-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  margin-top: 40px;
  display: flex;
}

.analytics-stacked-list-content-spacing {
  max-height: 300px;
  overflow: auto;
}

.section-header1_content-wrapper-3 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  align-items: end;
  display: flex;
}

.analytics-stacked-list-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-bottom: 1px solid var(--grey);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 8px;
  text-decoration: none;
  display: flex;
}

.visited-data {
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
}

.traffic-source-url {
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}

.analytics-section-header {
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.analytics-tab-card-main-content-wrapper {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-flow: column;
  display: flex;
}

.canvas {
  padding-bottom: 0;
  padding-right: 0;
}

.price-update-card-row-formatting-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.price-update-card-row-formatting-copy.price-increase {
  background-image: linear-gradient(279deg, rgba(192, 75, 250, 0.3019607843), rgba(238, 106, 111, 0.4));
  border-radius: 8px;
  order: -1;
  padding: 4px 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.registration-quick-info-text-price-update {
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}

.div-block-398 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.registration-quick-info-text-price-update-small {
  background-color: var(--grey);
  color: var(--dark-grey);
  border-radius: 8px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
}

.registration-quick-info-text-price-update-small.tracksmith {
  font-family: Saintecolombe, sans-serif;
}

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

.div-block-400 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.div-block-401 {
  margin-right: -8px;
}

.unlayer-box {
  height: 100%;
}

.unlayer-wrapper {
  width: 100%;
  height: 800px;
}

.view-event-in-new-tab-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-decoration: none;
  display: flex;
}

.open-event-setitngs-icon {
  align-self: flex-start;
  width: 20px;
}

.race-pace-card-icon {
  color: #000;
  -webkit-text-stroke-color: #000;
  cursor: default;
  width: 30px;
  height: 30px;
}

.race-pace-card-icon:hover {
  cursor: pointer;
}

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

.race-pace-testimonial-copy {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
}

.race-pace-cards {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.view-event-link-content-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  text-decoration: none;
  display: flex;
}

.view-event-text {
  font-size: 14px;
  line-height: 150%;
}

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

.div-block-403 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.div-block-404 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.div-block-405 {
  margin-top: 16px;
}

.heading-17 {
  margin-top: 0;
}

.div-block-406 {
  width: 100%;
}

.link-3 {
  color: #3b3b3b;
}

.text-block-20 {
  margin-bottom: 0.5rem;
}

.div-block-407 {
  margin-top: 16px;
}

.heading-18 {
  color: #000;
  margin-top: 0;
  font-size: 20px;
}

.email-group-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.sidebar1_menu-wrapper {
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.sidebar1_link-list {
  flex-direction: column;
  display: flex;
}

.shell2_wrapper {
  min-height: 100vh;
  display: flex;
}

.sidebar1_dropdown-toggle {
  padding: 0;
}

.sidebar1_container {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.shell2_main-wrapper {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  flex: 1;
  margin-top: 100px;
  margin-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
}

.shell2-layout_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sidebar1_badge {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  border-radius: 5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.sidebar1_avatar-image {
  object-fit: cover;
  border-radius: 100%;
  width: 2.5rem;
  height: 2.5rem;
}

.sidebar1_accordion-icon {
  width: 1rem;
  height: 1rem;
  display: flex;
}

.sidebar1_link-wrapper {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  align-items: center;
  width: 100%;
  display: flex;
}

.sidebar1_link-wrapper.create-email {
  background-image: linear-gradient(93deg, #98d2ed, #ccfa9b);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 16px;
  position: relative;
}

.sidebar1_search {
  align-items: center;
  display: flex;
  position: relative;
}

.sidebar1_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-horizontal.padding-medium {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-bottom: 30px;
  margin-left: 60px;
  margin-right: 60px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.padding-horizontal.padding-medium.top {
  margin-right: 0;
}

.padding-horizontal.padding-medium {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-left: 40px;
  margin-right: 40px;
  padding-bottom: 40px;
  display: flex;
}

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

.sidebar1_logo-link-tablet {
  display: none;
}

.sidebar1_logo-link {
  align-self: flex-start;
  margin-bottom: 1.5rem;
  margin-left: 1.5rem;
}

.sidebar1_dropdown-list.w--open {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  padding: 0.5rem;
  inset: auto 0% 100% auto;
}

.shell-header-text-replace-this {
  color: rgba(0, 0, 0, 0.5019607843);
  text-align: center;
  border-bottom: 2px dashed #d3d3d3;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.sidebar1_component {
  background-color: var(--white);
  border-top: 0 solid #000;
  border-bottom: 0 #000;
  border-left: 0 solid #000;
  border-right: 1px solid #000;
  flex-direction: column;
  align-content: flex-start;
  width: 19.5rem;
  min-width: 19.5rem;
  height: 100vh;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
  position: sticky;
  top: 0;
}

.sidebar1_avatar {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.text-size-small-2 {
  font-size: 0.875rem;
}

.sidebar1_dropdown-divider {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  height: 1px;
  margin: 0.5rem;
}

.sidebar1_menu-bottom {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.sidebar1_form-block {
  margin-bottom: 1.5rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.sidebar1_dropdown-link {
  padding: 0.5rem 1rem;
}

.sidebar1_dropdown-link.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.sidebar1_menu-button {
  padding: 0;
}

.shell-content-text-replace-this {
  color: rgba(0, 0, 0, 0.5019607843);
  text-align: center;
  border: 2px dashed #d3d3d3;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.sidebar1_menu-top {
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  overflow: auto;
}

.sidebar1_link {
  text-align: center;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.sidebar1_link.w--current {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.sidebar1_link.is-indent {
  padding-left: 2.75rem;
}

.sidebar-type-label-delete-this {
  z-index: 999999;
  grid-column-gap: 0.25rem;
  grid-row-gap: 0.25rem;
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  align-items: center;
  height: 1.5rem;
  padding-left: 0.25rem;
  padding-right: 0.6rem;
  font-size: 0.75rem;
  font-weight: 500;
  display: flex;
  position: absolute;
  top: 0;
  right: 1.5rem;
}

.sidebar-type-label-delete-this.is-level3 {
  color: #6248ff;
  background-color: #e7e4ff;
  border-color: rgba(98, 72, 255, 0.2509803922);
}

.sidebar-type-label-delete-this.is-level1 {
  z-index: 9999;
  color: #ff7448;
  background-color: #ffeae4;
  border: 1px solid rgba(255, 116, 72, 0.2509803922);
}

.sidebar1_background-layer {
  display: none;
}

.form_icon-wrapper {
  position: absolute;
  inset: 0 auto 0 12px;
}

.sidebar1_logo-wrapper-tablet {
  display: none;
}

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

.sidebar1_accordion-list {
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.sidebar1_close-mobile {
  cursor: pointer;
  display: none;
}

.container-large-13 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.sidebar1_menu {
  height: 100%;
}

.create-email-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.create-email-section {
  border: 1px solid var(--light-grey);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.create-email-section.test-email {
  border-style: none;
  margin-top: 30px;
}

.faq3_accreate-email-sectioncordion-copy {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.create-email-section-top {
  z-index: 0;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  display: flex;
  position: relative;
}

.create-email-section-top.test {
  padding-right: 0;
}

.create-email-section-bottom {
  overflow: hidden;
}

.create-email-section-bottom.subject {
  position: relative;
}

.create-email-section-header-text-wrapper {
  flex-flow: column;
  display: flex;
}

.create-email-section-header-text-wrapper.test-email {
  margin-left: 32px;
}

.create-email-section-header-text {
  font-size: 20px;
  font-weight: 600;
}

.create-email-section-header-text.text-color-white {
  color: var(--white);
}

.create-email-section-header-text.text-weight-bold {
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 600;
}

.create-email-section-header-text.sub-header {
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}

.create-email-section-header-text.sub-header.merge-tag-text {
  line-height: 140%;
}

.create-email-section-header-text.sub-header.semi-bold {
  font-weight: 600;
}

.create-email-section-header-text.sub-header.smaller {
  font-size: 12px;
}

.create-email-section-header-text.sub-header.smaller.with-margin._80 {
  width: 80%;
}

.create-email-section-header-text.draft {
  background-color: var(--light-grey);
  border-radius: 8px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 12px;
}

.create-email-section-header-text.selected-text-1 {
  font-size: 16px;
  font-weight: 400;
}

.create-email-section-header-text.selected-text-1.semi-bold {
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 600;
}

.create-email-section-header-text.selected-text-1.grey.long-copy {
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.create-email-section-header-text.selected-text-1.grey.long {
  font-size: 14px;
  line-height: 120%;
  text-decoration: none;
}

.create-email-section-header-text.selected-text-1.grey.long-copy {
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.create-email-section-header-text.selected-text-1.grey {
  color: #595959;
}

.create-email-section-header-text.selected-text-1.grey.long {
  text-align: left;
  font-size: 14px;
  line-height: 120%;
  text-decoration: none;
}

.create-email-section-header-text.selected-text-1.grey.long._80 {
  width: 80%;
}

.create-email-dropdown-toggle {
  align-self: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-408 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.create-email-button-text {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 140px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}

.create-email-button-text.not-ready {
  color: var(--grey);
  justify-content: center;
  align-items: center;
  width: 140px;
  display: flex;
}

.create-email-button-text.normal {
  font-size: 12px;
  font-weight: 400;
}

.create-email-button-text.navigation {
  padding: 0;
  font-size: 16px;
}

.create-email-button-text.send {
  justify-content: center;
  align-items: center;
  width: 140px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.create-email-button-text.send.create-email {
  padding-left: 0;
  padding-right: 0;
}

.div-block-409 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 80rem;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.create-email-check-status {
  width: 30px;
  height: 30px;
}

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

.select1_component {
  align-items: center;
  width: 80%;
  display: flex;
  position: relative;
}

.select1_component.timezone {
  width: 80%;
}

.select1_component.timezone.sub-event-creation {
  width: auto;
}

.select1_component.timezone.sub-event-creation.age-requirements {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
}

.select1_component.timezone.sub-event-creation._100 {
  background-color: #efefef;
  border-radius: 8px;
  width: 100%;
}

.checkbox1_component {
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.form_checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.form_checkbox-icon {
  border: 1px solid var(--black);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: 0.5rem;
  transition: all 0.2s;
}

.form_checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form_checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.form_checkbox-label {
  margin-bottom: 0;
}

.input1_component {
  align-items: center;
  display: flex;
  position: relative;
}

.input1_component.create-email-from {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 80%;
}

.input1_component.create-email-from.test {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
}

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

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

.div-block-412 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.create-email-section-title-text {
  font-size: 16px;
  font-weight: 600;
}

.create-email-section-title-text.text-color-white {
  color: var(--white);
}

.create-email-section-title-text.text-weight-bold {
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 600;
}

.create-email-section-title-text.sub-header {
  font-size: 16px;
}

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

.email-creation-form-block {
  margin-left: 50px;
  margin-right: 16px;
}

.email-creation-form-block.email-name {
  margin-bottom: 0;
  margin-left: 0;
}

.email-creation-form-block.test {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.email-creation-form-block.email-name-copy {
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.radio1_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.form_radio-icon {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: 0.5rem;
}

.form_radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form_radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.form_radio-label {
  margin-bottom: 0;
}

.div-block-415 {
  justify-content: space-between;
  align-items: stretch;
  margin: 16px;
  display: flex;
}

.add-edit-to-email-button {
  border: 1px solid #58c2cc;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.add-edit-to-email-button.to {
  border: 1px solid var(--movemint-gradient-color-1);
  border-radius: 8px;
  align-items: center;
}

.add-edit-to-email-button.add-edit {
  justify-content: center;
  align-items: center;
  width: 140px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.add-edit-to-email-button.save {
  background-image: linear-gradient(150deg, #f9795f, #ffcf21);
  border-style: none;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 8px 0;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

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

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

.create-email-name-input-field-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.create-email-name-input-field {
  border: 1px none var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  color: var(--\<unknown\|relume-variable-text-color-1\>);
  border-radius: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.6;
}

.create-email-name-input-field:focus {
  border-color: #000;
}

.create-email-name-input-field::placeholder {
  color: var(--grey);
}

.create-email-name-input-field.is-select-input {
  background-image: none;
  border-style: solid;
  border-radius: 8px;
  padding: 4px;
}

.create-email-name-input-field.is-quantity-input {
  border-style: solid;
  border-radius: 8px;
  width: 60px;
  padding: 4px;
}

.create-email-name-input-field.is-quantity-input.select-price-registration {
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  line-height: 120%;
}

.create-email-name-input-field.is-quantity-input.select-price-registration.tracksmith {
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  font-family: Saintecolombe, sans-serif;
}

.create-email-name-input-field.is-icon-left {
  padding-left: 2.75rem;
}

.create-email-name-input-field.is-select-input {
  background-image: none;
}

.create-email-name-input-field.race-pace {
  border-style: solid;
  border-width: 1px;
  border-radius: 8px;
}

.create-email-name-input-field-form-container {
  width: 550px;
}

.add-edit-to-email-button-copy {
  border: 1px solid #000;
  border-radius: 8px;
}

.div-block-417 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  align-items: center;
  display: flex;
}

.send-email-top-corner-button {
  border: 1px none var(--movemint-gradient-color-1);
  background-color: var(--movemint-gradient-color-1);
  border-radius: 8px;
}

.send-email-top-corner-button.to {
  border: 1px solid var(--movemint-gradient-color-1);
  border-radius: 8px;
  align-items: center;
}

.send-email-top-corner-button.not-ready {
  background-color: var(--light-grey);
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.send-email-top-corner-button.not-ready.top {
  width: 140px;
}

.send-email-top-corner-button.not-ready.top.create-text {
  position: relative;
}

.send-email-top-corner-button.send {
  background-color: var(--white);
  background-image: linear-gradient(105deg, #ff9d7f, #74b0ff);
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.send-email-top-corner-button.send.create-email {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.send-email-top-corner-button.send.test {
  background-image: linear-gradient(158deg, rgba(116, 212, 233, 0.5019607843), rgba(200, 123, 228, 0.5019607843));
}

.send-email-top-corner-button.text {
  background-color: var(--transparent);
  background-image: linear-gradient(120deg, #fcba4f, #a5eafa);
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.div-block-418 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.email-recpients-open-in-new-tab-icon {
  width: 20px;
}

.email-recpients-open-in-new-tab-icon:hover {
  cursor: pointer;
}

.email-recipients-link-block-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: stretch;
  display: flex;
}

.div-block-419 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.email-audience-dropdown-wrapper {
  align-items: center;
  width: 80%;
  display: flex;
}

.div-block-420 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.div-block-421 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 16px;
  display: flex;
}

.email-creation-form-spacing {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  margin-top: 16px;
  margin-bottom: 16px;
  display: flex;
}

.email-creation-form-spacing.test {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 0;
  margin-bottom: 0;
}

.email-save-cancel-button-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 16px;
  display: flex;
}

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

.div-block-422.test {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
}

.div-block-423 {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.create-email-from-input-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  justify-content: space-around;
  display: flex;
}

.create-email-from-input-wrapper.subject {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
}

.create-email-from-input-wrapper.subject.test {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.create-email-email-addres-select-input-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.create-email-email-addres-select-input-wrapper.select-from {
  width: 100%;
}

.div-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.input-title {
  color: #939393;
  letter-spacing: 0.055em;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}

.html-embed-3 {
  align-self: stretch;
  width: 99.9999%;
}

.form-field-wrapper {
  position: relative;
}

.form-field-wrapper.margin-b40 {
  margin-bottom: 40px;
}

.form-field-label {
  color: #fff;
  background-color: #73cc34;
  border-radius: 25px;
  padding: 3px 12px 2px;
  font-weight: 400;
  display: inline-block;
  position: absolute;
  top: -12px;
  left: 10px;
}

.code-embed-4 {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  font-size: 14px;
}

.link-block-13 {
  text-decoration: none;
}

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

.create-email-default-field {
  background-color: var(--white);
  color: var(--black);
  border: 1px solid #000;
  border-radius: 8px;
  margin-bottom: 0;
}

.create-email-default-field.am-pm {
  width: auto;
}

.create-email-default-field.am-pm.create-event {
  color: #a0a6b0;
  background-color: rgba(255, 255, 255, 0.5019607843);
  border-style: none;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 18px;
  display: flex;
}

.emailer-nav-icon {
  width: 15px;
  height: 15px;
}

.div-block-409-copy {
  justify-content: space-between;
  margin-bottom: 16px;
  display: flex;
}

.div-block-424 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.toggle-tag {
  color: #fff;
  background-color: #000;
  padding: 0.5rem;
  position: relative;
}

.dropdown-toggle-2 {
  border: 1px solid #000;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding: 1rem;
  display: flex;
}

.dropdown-wrapper {
  background-color: #fff;
  border: 1px solid #000;
  width: 100%;
  max-height: 15rem;
  overflow: auto;
}

.dropdown-2 {
  width: 100%;
}

.multicheck {
  width: 31.25rem;
}

.multicheck.is-1 {
  z-index: 2;
  position: relative;
}

.multicheck.is-2 {
  z-index: 1;
  position: relative;
}

.toggle-tags {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 1.25rem;
  display: flex;
}

.toggle-text {
  white-space: pre-wrap;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.drodpown-list {
  background-color: rgba(221, 221, 221, 0);
}

.check-label {
  margin-bottom: 0;
}

.check-field-2 {
  align-items: center;
  height: 4rem;
  margin-bottom: 0;
  padding: 1.25rem;
  display: flex;
}

.check-field-2:hover {
  background-color: rgba(0, 0, 0, 0.031372549);
}

.select-form-block {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: 100%;
  margin-bottom: 0;
  display: grid;
}

.checkbox-4 {
  border-color: #000;
  border-radius: 0;
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0.5rem;
}

.checkbox-4.w--redirected-checked {
  background-color: #000;
  background-size: 0.75rem 0.75rem;
}

.search-result {
  z-index: 2;
  flex: none;
  align-items: center;
  width: 100%;
  margin-bottom: 0.25rem;
  line-height: 1.4em;
  display: flex;
  position: relative;
}

.search-result:hover {
  border-color: #1200ee;
  position: relative;
  box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.1294117647);
}

.search-result.results {
  order: 2;
}

.search-result.noresults {
  display: none;
}

.input-2 {
  color: #000;
  background-color: #fff;
  border: 1px solid #b7bbd1;
  border-radius: 6px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 10px 45px 10px 18px;
  font-size: 1rem;
  transition: border-color 0.2s, box-shadow 0.2s;
  box-shadow: 0 3px 6px -2px rgba(29, 1, 80, 0.1019607843);
}

.input-2:hover {
  box-shadow: none;
  border-color: #000;
}

.input-2:focus {
  border: 1px solid #000;
}

.input-2::placeholder {
  color: #6e6e6e;
}

.input-2.w--open {
  border-color: #1d894e;
}

.input-2.on-page-search {
  width: 100%;
  margin-bottom: 0.5rem;
  padding-left: 44px;
}

.custom-checkbox-label-b {
  z-index: 3;
  color: #000;
  mix-blend-mode: normal;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  font-size: 16px;
  font-weight: 400;
  position: relative;
}

.checkbox_button-b {
  z-index: 3;
  cursor: pointer;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: inline-block;
  position: absolute;
  inset: 0%;
}

.checkbox_button-b.w--redirected-checked {
  -webkit-text-fill-color: inherit;
  background-color: rgba(255, 255, 255, 0);
  background-image: url(https://d25qpvb0plkdqc.cloudfront.net/../images/noun_Close_3610311.svg), linear-gradient(156deg, #9ab4f6, #dbaeae);
  background-position: 98%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 14px, auto;
  background-clip: border-box;
  border-style: none;
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.checkbox_button-b.no-x.w--redirected-checked {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.icon-search {
  opacity: 0.5;
  background-image: url(https://d25qpvb0plkdqc.cloudfront.net/../images/search-5667_a8e43cc6-4999-42ce-91e5-374ec6671433.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 16px auto auto 16px;
}

.multi-select-wrap {
  z-index: 2;
  border: 1px solid var(--grey);
  background-color: var(--white);
  border-radius: 8px;
  flex-wrap: wrap;
  width: 100%;
  min-width: 500px;
  max-height: 150px;
  padding: 0.5px 0 0.25rem;
  display: flex;
  position: absolute;
  overflow: scroll;
}

.results-classes {
  display: none;
}

.text-color-grey {
  opacity: 0.7;
}

.relative {
  position: relative;
}

.checkbox-label-4 {
  color: #000;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  font-weight: 600;
}

.checkbox-field-b {
  z-index: 2;
  flex: none;
  align-items: center;
  margin-bottom: 0;
  padding: 4px 0 4px 8px;
  line-height: 1.4em;
  display: flex;
  position: relative;
}

.checkbox-field-b:hover {
  background-color: rgba(238, 106, 111, 0.0784313725);
  position: relative;
}

.checkbox-field-b.audience-count {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.select-dropdown.w--open {
  background-color: #fff;
  border: 0.5px solid #b8bbd1;
  border-radius: 6px;
  max-height: 150px;
  padding: 0.5rem 0.5rem 0.25rem;
  display: flex;
  overflow: auto;
  box-shadow: 0 10px 12px -3px rgba(0, 0, 0, 0.1019607843);
}

.select-dropdown.select-audience {
  z-index: auto;
  background-color: var(--white);
  display: block;
  position: static;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.select-dropdown.select-audience.w--open {
  z-index: 1;
  max-height: 200px;
  bottom: auto;
}

.svg {
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  margin-left: -0.25rem;
  margin-right: 6px;
  display: flex;
  overflow: hidden;
}

.svg.editted {
  color: #1d894e;
  background-color: #fff;
  margin-right: 0;
  position: absolute;
  inset: 10px 10px auto auto;
}

.event-picker-dropdown-input {
  z-index: 99;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.event-email-list-dropdown-text {
  font-size: 14px;
  line-height: 100%;
}

.event-picker-dropdown {
  z-index: 1;
  border: 1px solid var(--black);
  color: #000;
  background-color: #fff;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 8px 16px;
  font-size: 1rem;
  display: flex;
}

.event-picker-dropdown::placeholder {
  color: #6e6e6e;
}

.event-picker-dropdown.w--open {
  border-color: #1d894e;
}

.event-picker-dropdown.on-page-search {
  width: 100%;
  margin-bottom: 0.5rem;
  padding-left: 44px;
}

.event-picker-dropdown-input-wrapper {
  width: 100.004%;
}

.input-3 {
  color: #000;
  background-color: #fff;
  border: 1px solid #b7bbd1;
  border-radius: 6px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 13px 45px 10px 18px;
  font-size: 1rem;
  transition: border-color 0.2s, box-shadow 0.2s;
  box-shadow: 0 3px 6px -2px rgba(29, 1, 80, 0.1019607843);
}

.input-3:hover {
  box-shadow: none;
  border-color: #000;
}

.input-3:focus {
  border: 1px solid #000;
}

.input-3::placeholder {
  color: #6e6e6e;
}

.input-3.w--open {
  border-color: #1d894e;
}

.input-3.on-page-search {
  width: 100%;
  margin-bottom: 0.5rem;
  padding-left: 44px;
}

.custom-checkbox-label-b-2 {
  z-index: 3;
  color: #000;
  mix-blend-mode: normal;
  width: 100%;
  font-weight: 600;
  position: relative;
}

.field-wrap-4 {
  margin-bottom: 20px;
}

.label {
  font-weight: 500;
}

.select {
  background-color: #fcfcfc;
  border-radius: 5px;
  margin-bottom: 0;
}

.ms-input-wrap {
  padding: 0;
  display: flex;
  position: relative;
}

.ms-input-wrap.timezone {
  width: 100%;
}

.ms-input {
  border: 1px solid var(--black);
  color: #121331;
  background-color: #fff;
  border-radius: 5px;
  height: 92.4228%;
  margin-bottom: 0;
  padding: 8px 12px;
  font-size: 14px;
  position: relative;
}

.ms-input:hover {
  z-index: 2;
  box-shadow: none;
  border-color: #2962ff;
}

.ms-input::placeholder {
  color: #909090;
}

.ms-input.time-zone {
  height: 100%;
}

.ms-select-svg {
  z-index: 6;
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: absolute;
  top: 6px;
  right: 4px;
}

.div-block-425 {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex-flow: row;
  width: 100%;
  display: flex;
}

.icon-3 {
  margin-top: 16px;
  margin-bottom: 16px;
  margin-right: 16px;
}

.create-email-content-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-426 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 50px;
  margin-right: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: grid;
}

.div-block-427 {
  border: 1px solid #000;
  border-radius: 8px;
  height: 100%;
  padding: 16px;
}

.create-email-content-panel-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.create-email-content-panel-wrapper.create-email {
  background-image: linear-gradient(93deg, #98d2ed, #ccfa9b);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 16px;
  position: relative;
}

.create-email-icon {
  width: 20px;
  height: 20px;
  margin-bottom: 4px;
}

.create-email-icon.create-email-button {
  margin-bottom: 0;
}

.create-email-icon.bigger {
  width: 20px;
  height: 20px;
}

.link-block-14,
.link-block-15,
.link-block-16 {
  text-decoration: none;
}

.div-block-428 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  margin: 60px;
  display: flex;
}

.text-block-21 {
  max-width: 550px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6rem;
}

.div-block-417-copy {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.div-block-429 {
  align-items: center;
  display: flex;
}

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

.div-block-431 {
  width: 100%;
}

.email-adudience-size-dropdown-wrapper {
  z-index: 2;
  flex: none;
  align-items: center;
  width: 100%;
  margin-bottom: 0.25rem;
  padding-top: 0.3rem;
  padding-bottom: 0.2rem;
  padding-left: 4px;
  line-height: 1.4em;
  display: flex;
  position: relative;
}

.email-adudience-size-dropdown-wrapper:hover {
  position: relative;
}

.email-adudience-size-dropdown-wrapper.audience-count {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.dropdown-chevron-email {
  width: 15px;
  height: 20px;
}

.dropdown-chevron-email:hover {
  cursor: pointer;
}

.bold-text-2,
.bold-text-3,
.bold-text-4,
.bold-text-5,
.bold-text-6 {
  letter-spacing: normal;
}

.div-block-432 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin: 30px auto;
  display: flex;
}

.div-block-433 {
  text-decoration: none;
}

.div-block-435 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.div-block-436 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.div-block-437 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.navbar-link-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.navbar-link-2.w--current {
  max-height: 60px;
}

.menu-button-2.w--open {
  -webkit-text-fill-color: transparent;
  background-color: #000;
  -webkit-background-clip: text;
  background-clip: text;
}

.email-management-card {
  text-decoration: none;
}

.div-block-424-copy {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.email-card-text-only {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  border: 1px solid var(--light-grey);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 12px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 12px;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.email-management-card-content-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.email-card-info-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-content: start space-around;
  align-self: stretch;
  place-items: center start;
  margin-right: 16px;
  display: grid;
}

.email-card-info-wrapper.draft-card {
  display: block;
}

.div-block-438 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.email-card-row-formatting {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-439 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  display: flex;
}

.email-management-card-info {
  text-align: left;
  width: 169.395px;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
}

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

.email-management-filter-dropdown-table-toggle {
  grid-column-gap: 8px;
  color: #323c3e;
  letter-spacing: -0.02em;
  background-color: #fff;
  border: 1px solid #ccd4d6;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 8px 40px 8px 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
}

.event-management-card-info-copy {
  font-size: 12px;
  font-weight: 600;
  line-height: 120%;
}

.email-mangement-card-title-text {
  text-align: left;
  align-self: flex-start;
  font-size: 12px;
  font-weight: 600;
  line-height: 120%;
}

.email-mangement-card-title-text.subject-preview {
  width: 400px;
  font-size: 14px;
  font-weight: 400;
}

.email-list-management-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.email-management-card-grid {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 2px solid #d9d9d9;
  border-radius: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-height: 700px;
  margin-bottom: 0;
  margin-left: 0;
  padding: 16px;
  display: grid;
  overflow: scroll;
}

.tabs-menu-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.email-management-content-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  width: 100%;
  max-width: 80rem;
  display: flex;
  position: relative;
}

.email-section {
  width: 100%;
  max-width: 80rem;
  margin-top: 60px;
  margin-bottom: 60px;
}

.email-block-a {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.email-integration-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  display: flex;
}

.email-managment-page-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 2px solid #d9d9d9;
  border-radius: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.email-protal-header {
  color: #030711;
  letter-spacing: -0.48px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
}

.link-block-17 {
  width: 100%;
  text-decoration: none;
}

.div-block-440 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.unscheulde-email-card-button-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-self: flex-start;
  text-decoration: none;
  display: flex;
}

.email-management-content-wrapper-copy {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 0.25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.movemint-email-portal-header-content-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1318.75rem;
  margin-bottom: 16px;
  display: flex;
}

.manage-email-card {
  border: 1px #000;
  border-radius: 8px;
  height: 100%;
  padding: 16px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.div-block-441 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 0.5fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: flex;
}

.div-block-442 {
  grid-column-gap: 51px;
  grid-row-gap: 51px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.bold-text-7 {
  letter-spacing: normal;
}

.div-block-443 {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.unscheulde-email-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid #000;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 8px;
  padding: 4px 8px;
  text-decoration: none;
  display: flex;
}

.tabs-menu-9 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  margin-left: 16px;
  display: grid;
}

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

.div-block-444 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.div-block-445 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.text-block-22 {
  align-self: center;
}

.organizer-dashboard-nav-tabs {
  background-color: var(--white);
  padding: 0;
}

.organizer-dashboard-nav-tabs.w--current {
  background-color: rgba(255, 255, 255, 0);
}

.organizer-dashboard-content-panel {
  position: fixed;
  inset: 0% 0% 0% 25%;
}

.product-header2_modal-main-image-wrapper {
  width: 100%;
  height: 100%;
  padding-top: 80%;
  position: relative;
}

.product-header2_modal-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

.product-header2_tab-link {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1.5px solid rgba(0, 0, 0, 0);
  margin-right: 1.5rem;
  padding: 0.5rem 0;
}

.product-header2_tab-link.w--current {
  border-bottom-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: rgba(0, 0, 0, 0);
}

.text-size-tiny-3 {
  font-size: 0.75rem;
}

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

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

.padding-section-medium-2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.product-header2_modal-image-wrapper-small {
  width: 100%;
  height: 100%;
  padding-top: 80%;
  position: relative;
}

.product-header2_tabs-menu {
  align-items: center;
  display: flex;
}

.product-header2_modal {
  z-index: 99;
  align-items: flex-start;
  height: 100vh;
  margin-top: 70px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.product-header2_modal.event-page-2-0 {
  display: none;
}

.product-header2_content-bottom {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr 0.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-header2_modal-lightbox-link {
  width: 100%;
  height: 100%;
  margin-bottom: 1rem;
  display: block;
  position: relative;
}

.breadcrumb-divider-2 {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.product-header2_image-wrapper {
  aspect-ratio: 5/4;
  border-radius: 8px;
}

.product-header2_image-wrapper.event-page-2-0 {
  border-radius: 8px;
}

.product-header2_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between;
  width: 100%;
  display: grid;
}

.product-header2_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  padding-bottom: 3rem;
}

.product-header2_content-top {
  margin-bottom: 30px;
}

.text-size-small-3 {
  font-size: 0.875rem;
}

.variant-button-row-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}

.product-header2_modal_close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.product-header2_rating-icon {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  justify-content: center;
  align-items: center;
  margin-right: 0.25rem;
  display: flex;
}

.product-header2_breadcrumb {
  align-items: center;
  width: 100%;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  display: flex;
}

.product-header2_option {
  margin-bottom: 1.5rem;
}

.product-header2_gallery {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.padding-global-5 {
  padding-left: 5%;
  padding-right: 5%;
}

.product-header2_modal-background-overlay {
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.2509803922);
  position: absolute;
  inset: 0%;
}

.heading-style-h3-2 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.product-header2_main-image {
  aspect-ratio: 5/4;
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.product-header2_rating-wrapper {
  margin-right: 0.5rem;
  display: flex;
}

.product-header2_lightbox-link {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.product-header2_image-small {
  aspect-ratio: 5/4;
  object-fit: cover;
  border-radius: 9px;
  width: 100%;
  height: 100%;
}

.container-large-14 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.product-header2_gallery-button-wrapper {
  z-index: 1;
  cursor: pointer;
  position: absolute;
  inset: auto 0.5rem 0.5rem auto;
}

.product-header2_modal-content-wrapper {
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  width: 100vw;
  height: 100vh;
  padding: 5rem 5%;
  position: absolute;
  overflow: scroll;
}

.spacer-tiny {
  width: 100%;
  padding-top: 0.25rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: 0.5rem;
}

.spacer-xsmall {
  width: 100%;
  padding-top: 1rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1.5rem;
}

.spacer-medium-2 {
  width: 100%;
  padding-top: 2rem;
}

.spacer-large {
  width: 100%;
  padding-top: 3rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 7rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 10rem;
}

.unscheulde-email-text {
  letter-spacing: normal;
  text-transform: none;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
}

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

.div-block-447 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  width: 550px;
  display: flex;
}

.email-status-text {
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
}

.bold-text-8 {
  letter-spacing: normal;
}

.conversations-dashboard-1-0-overall-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.page-header3_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-left: 60px;
  margin-right: 60px;
  position: relative;
}

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

.page-header3_content-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  margin-top: 16px;
  display: flex;
  position: static;
}

.page-header3_content-wrapper.event-page-2-0 {
  grid-column-gap: 26px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.page-header3_search {
  align-items: center;
  display: flex;
  position: relative;
}

.section_page-header3 {
  width: 100%;
  margin-top: 70px;
}

.text-size-small-4 {
  font-size: 10px;
  line-height: 120%;
}

.text-size-small-4.text-weight-semibold.text-inline {
  display: inline;
}

.page-header3_form-block {
  margin-bottom: 0;
  margin-right: 1rem;
}

.page-header3_content-right {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: sticky;
  top: 80px;
}

.page-header3_content-right.event-page-2-0 {
  width: 100%;
}

.page-header3_breadcrumb {
  align-items: center;
  width: 100%;
  display: flex;
}

.container-large-15 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.page-header3_image-wrapper {
  width: 100%;
  height: 15rem;
  position: relative;
}

.max-width-large-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-self: flex-start;
  width: 100%;
  display: flex;
}

.event-donation-page-body {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.radio3_field-2 {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  cursor: pointer;
  flex-direction: column;
  margin-bottom: 0;
  padding: 1.5rem 4rem 1.5rem 6rem;
  font-weight: 400;
  display: flex;
  position: relative;
}

.radio3_button-2 {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  right: 1.5rem;
}

.radio3_button-2.w--redirected-checked {
  border-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-image: url(https://d25qpvb0plkdqc.cloudfront.net/../images/checkbox-check.svg);
  background-position: 50%;
  background-repeat: repeat;
  background-size: 14px 14px;
  background-attachment: scroll;
}

.radio3_button-2.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.ms-radio-group {
  width: 250px;
  margin-bottom: 30px;
}

.ms-svg {
  z-index: 3;
  color: rgba(18, 19, 49, 0.2509803922);
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: absolute;
  inset: 10px auto auto 10px;
}

.ms-svg.is-radio-card {
  z-index: 2;
  color: #2962ff;
  width: 20px;
  height: 22px;
  display: none;
  top: 17px;
  left: auto;
  right: 12px;
}

.ms-help-text {
  opacity: 0.8;
  margin-top: -15px;
  margin-bottom: 15px;
  font-size: 90%;
  font-weight: 300;
}

.ms-radio-card {
  color: #121331;
  border: 1px solid rgba(18, 19, 49, 0.2509803922);
  border-radius: 6px;
  width: 100%;
  padding: 12px 16px 10px;
  font-weight: 700;
  position: relative;
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.1019607843);
}

.ms-hide {
  display: none;
}

.ms-radio-card-botton {
  margin-top: 12px;
  display: inline-block;
}

.ms-radio-wrap {
  align-items: flex-start;
  padding-top: 8px;
  display: flex;
  position: relative;
}

.ms-radio-wrap.is-card,
.ms-radio-wrap.is-button {
  padding-left: 0;
}

.ms-embed {
  background-color: #ededed;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  font-style: italic;
  display: flex;
}

.ms-input-label {
  color: #121331;
  margin-bottom: 5px;
  font-weight: 700;
}

.ms-radio-row {
  grid-column-gap: 3%;
  grid-row-gap: 3%;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.ms-radio-button-tab {
  color: #121331;
  border: 1px solid rgba(18, 19, 49, 0.2509803922);
  border-radius: 6px;
  padding: 8px 16px;
  font-weight: 700;
}

.ms-embed-2,
.ms-embed-3 {
  background-color: #ededed;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  margin-bottom: 10px;
  font-style: italic;
  display: flex;
}

.radio2_component {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.radio2_field {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 0.5rem 1rem;
  display: flex;
  position: relative;
}

.radio2_field.is-active-inputactive {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
}

.radio2_icon {
  cursor: pointer;
  border-style: solid;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  margin: 0;
  transition: all 0.2s;
  position: absolute;
  inset: 0%;
}

.radio2_icon.w--redirected-checked {
  background-color: #ccbcff;
  border-color: rgba(0, 0, 0, 0);
}

.radio2_icon.w--redirected-focus {
  box-shadow: none;
}

.radio2_label {
  z-index: 1;
  margin-bottom: 0;
  font-size: 14px;
  display: flex;
  position: relative;
}

.form-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.button-12 {
  border-radius: 8px;
  font-weight: 600;
}

.grid-list1_image {
  object-fit: cover;
  border-radius: 100%;
  width: 5rem;
  height: 5rem;
}

.grid-list1_component {
  margin-top: 16px;
}

.heading-style-h5-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-style-h5-2.donate-top {
  font-size: 16px;
  font-weight: 600;
}

.heading-style-h5-2.donate-top.find-athlete {
  font-size: 20px;
}

.heading-style-h5-2.donate-top.donation-name,
.heading-style-h5-2.series-date {
  font-size: 16px;
  font-weight: 600;
}

.heading-style-h5-2.series-date.find-athlete {
  font-size: 20px;
}

.heading-style-h5-2.series-date.donation-name {
  font-size: 16px;
  font-weight: 600;
}

.section-header1_content-wrapper-4 {
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.grid-list1_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-list1_item {
  text-align: center;
  flex-direction: column;
  padding: 1.5rem;
  display: flex;
}

.max-width-large-4 {
  flex-flow: column;
  width: 100%;
  display: flex;
}

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

.page-header5_search {
  align-items: center;
  display: flex;
  position: relative;
}

.page-header5_content-right {
  align-items: center;
  display: flex;
}

.heading-style-h5-3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.page-header5_content-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  display: grid;
}

.page-header5_image {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.page-header5_breadcrumb {
  align-items: center;
  width: 100%;
  margin-bottom: 1rem;
  display: flex;
}

.page-header5_form-block {
  margin-bottom: 0;
  margin-right: 1rem;
}

.page-header5_avatar-image {
  object-fit: cover;
  border-radius: 100%;
  width: 10rem;
  height: 10rem;
}

.page-header5_component {
  z-index: 2;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  display: grid;
}

.page-header5_avatar-image-wrapper {
  outline-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  outline-offset: 0px;
  border-radius: 100%;
  outline-width: 4px;
  outline-style: solid;
}

.page-header5_image-wrapper {
  z-index: -1;
  background-image: linear-gradient(126deg, rgba(238, 106, 111, 0.5019607843), rgba(162, 89, 255, 0.5019607843) 51%, rgba(75, 151, 250, 0.5019607843));
  border-radius: 8px;
  width: 100%;
  height: 20rem;
  position: relative;
}

.container-large-16 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

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

.div-block-449 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.div-block-449.fundraising-page {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.div-block-450 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.product-header2_main-image-2,
.product-header2_image-small-2 {
  aspect-ratio: 5/4;
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.product-header2_image-small-2.celebrate {
  aspect-ratio: auto;
  width: 40%;
}

.product-header2_image-small-2.celebrate.event-page-2-0 {
  width: 25%;
}

.div-block-451 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: baseline;
  display: flex;
}

.div-block-452 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.button-13 {
  background-color: var(--white);
  color: var(--black);
  border-radius: 8px;
  font-weight: 600;
}

.div-block-453 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.donation-page-donate-form-content,
.donation-page-donate-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.donation-page-donate-form.non-fixed {
  display: none;
  position: relative;
}

.text-size-tiny-4 {
  font-size: 0.75rem;
}

.variant-button-row-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}

.padding-global-6 {
  padding-left: 5%;
  padding-right: 5%;
}

.heading-style-h3-3 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.product-header2_main-image-3 {
  aspect-ratio: 5/4;
  object-fit: cover;
  border-radius: 8px 0 0 8px;
  width: 100%;
  height: 100%;
}

.product-header2_image-small-3 {
  aspect-ratio: 5/4;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.product-header2_image-small-3.top-right {
  border-top-right-radius: 8px;
}

.product-header2_image-small-3.bottom-right {
  border-bottom-right-radius: 8px;
}

.heading-style-h4-2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.modal3_close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.modal3_component {
  z-index: 99;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal3_background-overlay {
  z-index: -1;
  background-color: var(--white);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.max-width-large-5 {
  width: 100%;
  max-width: 48rem;
}

.modal3_content-wrapper {
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  width: 100vw;
  height: 100vh;
  padding: 5rem 5%;
  position: absolute;
  overflow: scroll;
}

.modal-content-replace-this-div {
  border: 2px dashed rgba(0, 0, 0, 0.1019607843);
  width: 100%;
  height: 150vh;
}

.max-width-large-6 {
  width: 100%;
  max-width: 48rem;
}

.modal3_background-overlay-2 {
  z-index: -1;
  background-color: var(--white);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.max-width-large-7 {
  width: 100%;
  max-width: 48rem;
}

.text-block-23,
.text-block-24 {
  font-size: 16px;
}

.text-size-tiny-5 {
  font-size: 0.75rem;
}

.product-header2_list-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.product-header2_list-2.event-page-2-0 {
  border-radius: 8px;
}

.variant-button-row-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}

.padding-global-7 {
  padding-left: 5%;
  padding-right: 5%;
}

.heading-style-h3-4 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.product-header2_main-image-4 {
  aspect-ratio: 5/4;
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.product-header2_image-small-4 {
  aspect-ratio: 5/4;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.product-header2_image-small-4.event-page-2-0 {
  border-radius: 8px;
}

.heading-style-h4-3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.product-header2_gallery-button-wrapper-2 {
  z-index: 1;
  cursor: pointer;
  position: absolute;
  inset: auto 1rem 1rem auto;
}

.radio2_field-2 {
  border-style: solid;
  border-width: 1px;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 0.5rem 1rem;
  display: flex;
  position: relative;
}

.div-block-454 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.product-header2_modal-content-wrapper-2 {
  width: 100vw;
  height: 100vh;
  padding: 5rem 5%;
  position: absolute;
  overflow: scroll;
}

.button-14 {
  text-align: center;
  border-style: solid;
  border-width: 1px;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
}

.button-14.is-small {
  padding: 0.5rem 1.25rem;
}

.button-14.is-small.is-alternate {
  border-style: solid;
}

.div-block-455 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.donation-page-donate-form-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.list-text-content-name-header-2 {
  color: #000;
  text-align: left;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  width: 150px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.div-block-456 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  width: 250px;
  display: flex;
}

.max-width-large-8 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 100%;
  margin-bottom: 16px;
  display: flex;
}

.max-width-large-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-self: flex-start;
  width: 100%;
  display: flex;
}

.div-block-457 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.button-15 {
  grid-column-gap: 8px;
  grid-row-gap: 12px;
  color: #000;
  -webkit-text-stroke-color: #000;
  object-fit: scale-down;
  background-color: #000;
  background-image: linear-gradient(to right, #ff6250, #a259ff 45%, #09b7f6);
  border-radius: 20px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-width: 0;
  height: 60px;
  padding: 12px 24px;
  font-family: Space Mono, sans-serif;
  text-decoration: none;
  display: flex;
}

.button-15.achievement-card {
  background-image: linear-gradient(315deg, #ff6250, #a259ff 51%, #09b7f6);
  justify-content: center;
  max-width: 100%;
}

.button-15.achievement-card.unlisted {
  background-color: #fff;
  background-image: linear-gradient(322deg, rgba(252, 167, 208, 0.5019607843), rgba(162, 89, 255, 0.3019607843) 50%, rgba(75, 224, 250, 0.5019607843));
  border: 1px rgba(0, 0, 0, 0);
}

.button-15.achievement-card.unlisted.event-purchase-button {
  background-image: linear-gradient(322deg, rgba(75, 151, 250, 0.8), rgba(238, 106, 111, 0.8) 53%, #e6def0);
  width: auto;
  min-width: 150px;
}

.button-15.achievement-card.unlisted.event-purchase-button.event-header-interim {
  opacity: 1;
  mix-blend-mode: multiply;
  background-color: rgba(13, 199, 231, 0);
  background-image: linear-gradient(290deg, #e6def0, rgba(238, 106, 111, 0.4588235294) 38%, rgba(75, 151, 250, 0.4588235294));
  border: 1.5px #ddd7d7;
  border-radius: 20px;
  align-self: center;
  min-width: 200px;
  box-shadow: inset 0 2px 12px 2px rgba(255, 255, 255, 0.3803921569), 0 2px 5px rgba(0, 0, 0, 0.2);
}

.button-15.achievement-card.unlisted.event-purchase-button.event-header-interim.donate {
  background-image: linear-gradient(151deg, #e4e6f1, rgba(75, 151, 250, 0.4588235294) 43%, rgba(162, 89, 255, 0.4588235294) 91%);
}

.button-15.achievement-card.unlisted.event-purchase-button.event-header-interim.donate.donation-page {
  cursor: pointer;
  border-radius: 8px;
  width: 100%;
  min-width: auto;
  max-width: none;
}

.button-15.achievement-card.unlisted.event-purchase-button.event-header-interim.donate.donation-page.athlete {
  cursor: pointer;
  background-image: linear-gradient(151deg, rgba(162, 89, 255, 0.4588235294) 6%, rgba(250, 195, 75, 0.4588235294) 58%, #e4e6f1 98%);
}

.button-15.achievement-card.unlisted.event-purchase-button.event-header-interim.donate.donation-page.athlete.row {
  align-self: flex-end;
  width: 50%;
  height: auto;
}

.button-15.achievement-card.unlisted.event-purchase-button.event-header-interim.donate.event-page-2-0 {
  cursor: pointer;
  border-radius: 8px;
  width: 100%;
  min-width: auto;
  max-width: none;
}

.button-15.achievement-card.unlisted.event-purchase-button.event-header-interim.donate.event-page-2-0.athlete {
  cursor: pointer;
  background-image: linear-gradient(151deg, rgba(162, 89, 255, 0.4588235294) 6%, rgba(250, 195, 75, 0.4588235294) 58%, #e4e6f1 98%);
}

.button-15.achievement-card.unlisted.event-purchase-button.event-header-interim.donate.event-page-2-0.athlete.row {
  align-self: flex-end;
  width: 50%;
  height: auto;
}

.virtual-event-leaderboard-container-3 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  display: flex;
  position: static;
  overflow: visible;
}

.radio2_label-2 {
  z-index: 1;
  display: flex;
  position: relative;
}

.div-block-458 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

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

.product-header2_main-image-5 {
  aspect-ratio: 5/4;
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

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

.heading-19 {
  padding-left: 10px;
  padding-right: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  display: inline-block;
}

.heading-19.category-registration-title {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 8px;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
}

.heading-19.category-registration-title.event-activity-content-name {
  margin-right: 0;
  font-weight: 600;
  line-height: 150%;
}

.section-header1_content-wrapper-5 {
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.div-block-459 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.heading-style-h4-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.product-header2_tab-link-2 {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1.5px solid rgba(0, 0, 0, 0);
  margin-right: 1.5rem;
  padding: 0.5rem 0;
}

.product-header2_tab-link-2.w--current {
  background-color: rgba(0, 0, 0, 0);
}

.div-block-460 {
  flex-flow: column;
  justify-content: space-between;
  align-self: flex-end;
  height: 53.5772%;
}

.virtual-event-user-submit-url-2 {
  color: #000;
  overflow-wrap: break-word;
  border: 1px solid #e9ecf0;
  border-radius: 10px;
  align-self: center;
  width: auto;
  min-width: 300px;
  min-height: 48px;
  margin: 0 10px 10px;
  font-family: Open Sans, sans-serif;
}

.virtual-event-user-submit-url-2._1-2 {
  border-color: #d9d9d9;
  width: 100%;
  min-width: auto;
}

.div-block-461 {
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.registration-quick-info-text-price-update-small-2 {
  color: #595959;
  background-color: #d9d9d9;
  border-radius: 8px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
}

.tabs-menu-10 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 10px;
  padding-right: 0;
  display: flex;
  overflow: visible;
}

.div-block-462 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
  display: flex;
}

.list-text-content-team-header-2 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  width: 250px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.button-16 {
  grid-column-gap: 8px;
  grid-row-gap: 12px;
  color: #000;
  -webkit-text-stroke-color: #000;
  object-fit: scale-down;
  background-color: #000;
  background-image: linear-gradient(to right, #ff6250, #a259ff 45%, #09b7f6);
  border-radius: 20px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-width: 0;
  height: 60px;
  padding: 12px 24px;
  font-family: Space Mono, sans-serif;
  text-decoration: none;
  display: flex;
}

.button-16.achievement-card {
  background-image: linear-gradient(315deg, #ff6250, #a259ff 51%, #09b7f6);
  justify-content: center;
  max-width: 100%;
}

.button-16.achievement-card.unlisted {
  background-color: #fff;
  background-image: linear-gradient(322deg, rgba(252, 167, 208, 0.5019607843), rgba(162, 89, 255, 0.3019607843) 50%, rgba(75, 224, 250, 0.5019607843));
  border: 1px rgba(0, 0, 0, 0);
}

.button-16.achievement-card.unlisted.event-purchase-button {
  background-image: linear-gradient(322deg, rgba(75, 151, 250, 0.8), rgba(238, 106, 111, 0.8) 53%, #e6def0);
  width: auto;
  min-width: 150px;
}

.button-16.achievement-card.unlisted.event-purchase-button.event-header-interim {
  opacity: 1;
  mix-blend-mode: multiply;
  background-color: rgba(13, 199, 231, 0);
  background-image: linear-gradient(290deg, #e6def0, rgba(238, 106, 111, 0.4588235294) 38%, rgba(75, 151, 250, 0.4588235294));
  border: 1.5px #ddd7d7;
  border-radius: 20px;
  align-self: center;
  min-width: 200px;
  box-shadow: inset 0 2px 12px 2px rgba(255, 255, 255, 0.3803921569), 0 2px 5px rgba(0, 0, 0, 0.2);
}

.button-16.achievement-card.unlisted.event-purchase-button.event-header-interim.donate {
  background-image: linear-gradient(151deg, #e4e6f1, rgba(75, 151, 250, 0.4588235294) 43%, rgba(162, 89, 255, 0.4588235294) 91%);
}

.button-16.achievement-card.unlisted.event-purchase-button.event-header-interim.donate.reg-1-3 {
  order: 0;
  align-self: flex-end;
}

.button-16.achievement-card.unlisted.event-purchase-button.event-header-interim.reg-1-3 {
  align-self: flex-end;
}

.button-16.achievement-card.unlisted.event-purchase-button.event-header-interim.reg-1-3.sold-out {
  order: 0;
}

.button-16.achievement-card.unlisted.event-purchase-button.event-header-interim.reg-1-3.event-page-2-0 {
  border-radius: 8px;
}

.list-text-content-number-header-2 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  width: 110px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

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

.list-text-content-position-header-2 {
  color: #000;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  width: 40px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.link-4 {
  text-align: center;
  align-self: center;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.list-text-content-city-header-2 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  width: 250px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

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

.password-2 {
  color: #000;
  overflow-wrap: break-word;
  border: 1px solid #e9ecf0;
  border-radius: 10px;
  font-family: Open Sans, sans-serif;
}

.button-17 {
  grid-column-gap: 8px;
  grid-row-gap: 12px;
  color: #000;
  -webkit-text-stroke-color: #000;
  object-fit: scale-down;
  background-color: #000;
  background-image: linear-gradient(to right, #ff6250, #a259ff 45%, #09b7f6);
  border-radius: 20px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-width: 0;
  height: 60px;
  padding: 12px 24px;
  font-family: Space Mono, sans-serif;
  text-decoration: none;
  display: flex;
}

.button-17.achievement-card {
  background-image: linear-gradient(315deg, #ff6250, #a259ff 51%, #09b7f6);
  justify-content: center;
  max-width: 100%;
}

.button-17.achievement-card.unlisted {
  background-color: #fff;
  background-image: linear-gradient(322deg, rgba(252, 167, 208, 0.5019607843), rgba(162, 89, 255, 0.3019607843) 50%, rgba(75, 224, 250, 0.5019607843));
  border: 1px rgba(0, 0, 0, 0);
}

.button-17.achievement-card.unlisted.sign-up-button {
  width: 100%;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.button-17.achievement-card.unlisted.pre {
  background-image: linear-gradient(44deg, #a259ff, rgba(238, 106, 111, 0.8) 50%, rgba(75, 151, 250, 0.8));
  max-width: 100%;
}

.button-17.achievement-card.unlisted.pre.auction {
  background-image: linear-gradient(44deg, rgba(250, 75, 75, 0.8), rgba(75, 151, 250, 0.3019607843) 50%, rgba(162, 89, 255, 0.3019607843));
}

.button-17.achievement-card.unlisted.pre.auction.submit-effort {
  align-items: center;
  max-width: 300px;
  margin: 20px 0 10px;
}

.button-17.achievement-card.unlisted.pre.auction.submit-effort._1-2 {
  background-image: linear-gradient(20deg, rgba(75, 84, 250, 0.5019607843), rgba(156, 94, 251, 0.2901960784) 48%, rgba(121, 204, 82, 0.2));
  margin-top: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.button-17.achievement-card.unlisted.event-purchase-button {
  background-image: linear-gradient(322deg, rgba(75, 151, 250, 0.8), rgba(238, 106, 111, 0.8) 53%, #e6def0);
  width: auto;
  min-width: 150px;
}

.button-17.achievement-card.unlisted.event-purchase-button.event-header-interim {
  opacity: 1;
  mix-blend-mode: multiply;
  background-color: rgba(13, 199, 231, 0);
  background-image: linear-gradient(290deg, #e6def0, rgba(238, 106, 111, 0.4588235294) 38%, rgba(75, 151, 250, 0.4588235294));
  border: 1.5px #ddd7d7;
  border-radius: 20px;
  align-self: center;
  min-width: 200px;
  box-shadow: inset 0 2px 12px 2px rgba(255, 255, 255, 0.3803921569), 0 2px 5px rgba(0, 0, 0, 0.2);
}

.button-17.volunteer-signup {
  background-color: #c4c3c3;
  background-image: none;
  border-radius: 12px;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 35%;
  height: 40px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.button-17.volunteer-signup:hover {
  mix-blend-mode: multiply;
}

.button-17.volunteer-signup:active {
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.2);
}

.virtual-event-leaderboard-container-4 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  display: flex;
  position: static;
  overflow: visible;
}

.form-block-11 {
  align-self: center;
}

.field-wrap-5 {
  align-self: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.field-wrap-5.date-of-birth {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin: 0 10px 10px;
  padding-top: 0;
  padding-bottom: 0;
}

.field-wrap-5.date-of-birth._1-2 {
  width: 100%;
}

.field-wrap-5.date-of-birth.emailer,
.field-wrap-5.date-of-birth.event-creation,
.field-wrap-5.date-of-birth.create-event {
  background-color: #dedede;
  border-radius: 8px;
  align-self: flex-start;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.field-wrap-5.date-of-birth.create-event {
  background-color: #dedede;
  border-radius: 8px;
  align-self: flex-start;
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.field-wrap-5.date-of-birth.create-event._75 {
  width: 75%;
}

.field-wrap-5.date-of-birth.create-event {
  background-color: #dedede;
  border-radius: 8px;
  align-self: flex-start;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.field-wrap-5.custom-location-name {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin: 0 10px 10px;
  padding-top: 0;
  padding-bottom: 0;
}

.field-wrap-5.custom-location-name._1-2 {
  width: 100%;
}

.field-wrap-5.custom-location-name.emailer,
.field-wrap-5.custom-location-name.event-creation {
  background-color: #dedede;
  border-radius: 8px;
  align-self: flex-start;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.field-wrap-5.custom-location-name.create-event {
  background-color: #dedede;
  border-radius: 8px;
  align-self: flex-start;
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.field-wrap-5.custom-location-name.create-event.create-sub-event.age {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
}

.field-wrap-5.custom-location-name.create-event.create-sub-event.age.grey {
  background-color: #efefef;
}

.field-wrap-5.custom-location-name.create-event.create-sub-event {
  background-color: #fff;
  width: 50%;
}

.field-wrap-5.custom-location-name.create-event.create-sub-event.set-price {
  width: 30%;
}

.field-wrap-5.custom-location-name.group {
  background-color: var(--grey);
  border-radius: 8px;
  align-self: flex-start;
  width: 50%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.field-wrap-5.custom-location-name.group.create-sub-event.age {
  width: 100%;
}

.field-wrap-5.custom-location-name.group.create-sub-event {
  background-color: #fff;
  width: 50%;
}

.field-wrap-5.custom-location-name.group.create-sub-event.set-price {
  width: 30%;
}

.email-2 {
  color: #000;
  overflow-wrap: break-word;
  border: 1px solid #e9ecf0;
  border-radius: 10px;
  font-family: Open Sans, sans-serif;
}

.div-block-464 {
  align-self: center;
}

.virtual-event-user-submit-time-2 {
  color: #000;
  overflow-wrap: break-word;
  border: 1px solid #e9ecf0;
  border-radius: 10px;
  align-self: center;
  width: auto;
  min-width: 300px;
  min-height: 48px;
  margin: 0 10px 10px;
  font-family: Open Sans, sans-serif;
}

.virtual-event-user-submit-time-2._1-2 {
  border-color: #d9d9d9;
  width: 100%;
  min-width: auto;
  margin-left: 10px;
  margin-right: 10px;
}

.div-block-465 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.virtual-event-user-segment-select-2 {
  color: #000;
  text-align: left;
  background-color: #fff;
  border-radius: 10px;
  align-self: center;
  width: 140px;
  min-height: 48px;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.virtual-event-user-segment-select-2._1-2 {
  border: 1px solid #d9d9d9;
  width: 100%;
}

.heading-20 {
  flex-flow: column;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.heading-20.interim {
  text-align: center;
  line-height: 150%;
}

.heading-20.interim.event-page-2-0 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.text-size-small-5 {
  font-size: 12px;
  line-height: 150%;
}

.heading-21 {
  padding-left: 10px;
  padding-right: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  display: inline-block;
}

.heading-21.category-registration-title {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 8px;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
}

.heading-21.category-registration-title.event-activity-content-name {
  margin-right: 0;
  font-weight: 600;
  line-height: 150%;
}

.div-block-466 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  align-self: flex-start;
  margin-right: 24px;
  display: flex;
}

.tooltip1_card-wrapper-2 {
  z-index: 2;
  background-color: #fff;
  border-radius: 8px;
  padding: 8px;
}

.paragraph-6 {
  letter-spacing: normal;
  margin-bottom: 0;
  font-size: 14px;
}

.paragraph-6.event-detail-interim-banner {
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  background-image: none;
  min-height: auto;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}

.paragraph-6.event-detail-interim-banner.event-page-2-0 {
  text-align: left;
  letter-spacing: normal;
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}

.div-block-467 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-bottom: 16px;
  display: flex;
}

.div-block-468 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.text-block-27 {
  white-space: nowrap;
  align-self: center;
  font-size: 14px;
  line-height: 100%;
}

.link-block-18 {
  align-self: center;
}

.div-block-469 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: grid;
}

.div-block-470 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.heading-22 {
  padding-left: 10px;
  padding-right: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  display: inline-block;
}

.heading-22.category-registration-title {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 8px;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
}

.heading-22.category-registration-title.event-activity-content-name {
  margin-right: 0;
  font-weight: 600;
  line-height: 150%;
}

.div-block-471 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.logo1_logo {
  max-height: 3.5rem;
}

.logo1_component {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: flex;
}

.padding-global-8 {
  padding-left: 5%;
  padding-right: 5%;
}

.max-width-large-10 {
  width: 100%;
  max-width: 48rem;
}

.logo5_logo {
  max-height: 3.5rem;
}

.padding-global-9 {
  z-index: 0;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.logo5_component {
  grid-column-gap: 2rem;
  grid-row-gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: flex;
}

.max-width-large-11 {
  width: 100%;
  max-width: 48rem;
}

.heading-23 {
  flex-flow: column;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.heading-23.interim {
  text-align: center;
  line-height: 150%;
}

.text-size-tiny-6 {
  font-size: 0.75rem;
}

.product-header2_modal-2 {
  z-index: 99;
  align-items: flex-start;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.product-header2_list-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.variant-button-row-5 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}

.product-header2_main-image-6,
.product-header2_image-small-5 {
  aspect-ratio: 5/4;
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.heading-style-h4-5 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.product-header2_gallery-button-wrapper-3 {
  z-index: 1;
  cursor: pointer;
  position: absolute;
  inset: auto 0.5rem 0.5rem auto;
}

.event-page-2-0-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.product-header2_breadcrumb-2 {
  align-items: center;
  width: 100%;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  display: flex;
}

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

.event-page-2-0-form-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.text-block-29 {
  font-size: 14px;
  text-decoration: underline;
}

.event-name-form._2-0 {
  color: var(--black);
  font-size: 30px;
  font-weight: 700;
  line-height: 120%;
}

.form-block-12 {
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.create-event-name-input-field {
  border: 1px none var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--light-grey);
  pointer-events: auto;
  color: var(--black);
  cursor: text;
  border-radius: 0;
  padding: 16px 0 16px 8px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.6;
}

.create-event-name-input-field:focus {
  color: var(--black);
  background-image: linear-gradient(121deg, #ffe0a8, #62a2ad);
  border-color: #000;
}

.create-event-name-input-field.is-select-input {
  background-image: none;
  border-style: solid;
  border-radius: 8px;
  padding: 4px;
}

.create-event-name-input-field.is-quantity-input {
  border-style: solid;
  border-radius: 8px;
  width: 60px;
  padding: 4px;
}

.create-event-name-input-field.is-quantity-input.select-price-registration {
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  line-height: 120%;
}

.create-event-name-input-field.is-quantity-input.select-price-registration.tracksmith {
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  font-family: Saintecolombe, sans-serif;
}

.create-event-name-input-field.is-icon-left {
  padding-left: 2.75rem;
}

.create-event-name-input-field.is-select-input {
  background-image: none;
}

.create-event-name-input-field.race-pace {
  border-style: solid;
  border-width: 1px;
  border-radius: 8px;
}

.event-date-form._2-0 {
  color: var(--black);
  font-size: 30px;
  font-weight: 700;
  line-height: 120%;
}

.create-email-default-field-2 {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 8px;
  margin-bottom: 0;
}

.create-email-default-field-2.am-pm {
  border-style: none;
  width: auto;
}

.create-email-default-field-2.am-pm.sub-event-creation {
  font-size: 14px;
}

.create-email-default-field-2.am-pm.sub-event-creation.grey {
  background-color: #efefef;
}

.create-email-default-field-2.am-pm.sub-event-creation.grey._100 {
  width: 100%;
}

.create-email-default-field-2.am-pm.sub-event-creation.grey._6px-margin {
  margin-right: 6px;
}

.create-email-default-field-2.age {
  border-style: none;
  width: auto;
}

.create-email-default-field-2.age.sub-event-creation {
  font-size: 14px;
}

.create-email-default-field-2.age.sub-event-creation.grey {
  background-color: #efefef;
}

.div-block-472 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.div-block-473,
.div-block-474 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.text-block-30 {
  align-self: center;
}

.div-block-475 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.event-creation-2-0-date-form._2-0 {
  color: var(--black);
  font-size: 30px;
  font-weight: 700;
  line-height: 120%;
}

.div-block-476 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.div-block-477 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.div-block-475-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  display: flex;
}

.div-block-474-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-478 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: row;
  display: flex;
}

.add-photos-button {
  z-index: 1;
  cursor: pointer;
  position: absolute;
  top: 38%;
  left: 18%;
}

.text-block-29-copy {
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.create-event-sepecial-input-field {
  border: 1px none var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  color: var(--\<unknown\|relume-variable-text-color-1\>);
  border-radius: 0;
  margin-bottom: 16px;
  padding: 0;
  font-size: 14px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.6;
}

.create-event-sepecial-input-field:focus {
  border-color: #000;
}

.create-event-sepecial-input-field::placeholder {
  color: var(--grey);
}

.create-event-sepecial-input-field.is-select-input {
  background-image: none;
  border-style: solid;
  border-radius: 8px;
  padding: 4px;
}

.create-event-sepecial-input-field.is-quantity-input {
  border-style: solid;
  border-radius: 8px;
  width: 60px;
  padding: 4px;
}

.create-event-sepecial-input-field.is-quantity-input.select-price-registration {
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  line-height: 120%;
}

.create-event-sepecial-input-field.is-quantity-input.select-price-registration.tracksmith {
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  font-family: Saintecolombe, sans-serif;
}

.create-event-sepecial-input-field.is-icon-left {
  padding-left: 2.75rem;
}

.create-event-sepecial-input-field.is-select-input {
  background-image: none;
}

.create-event-sepecial-input-field.race-pace {
  border-style: solid;
  border-width: 1px;
  border-radius: 8px;
}

.create-event-location-input-field {
  border: 1px none var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  border-radius: 0;
  margin-bottom: 16px;
  padding: 0;
  font-weight: 600;
}

.create-event-location-input-field:focus {
  border-color: #000;
}

.create-event-location-input-field::placeholder {
  color: var(--grey);
}

.create-event-location-input-field.is-select-input {
  background-image: none;
  border-style: solid;
  border-radius: 8px;
  padding: 4px;
}

.create-event-location-input-field.is-quantity-input {
  border-style: solid;
  border-radius: 8px;
  width: 60px;
  padding: 4px;
}

.create-event-location-input-field.is-quantity-input.select-price-registration {
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  line-height: 120%;
}

.create-event-location-input-field.is-quantity-input.select-price-registration.tracksmith {
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  font-family: Saintecolombe, sans-serif;
}

.create-event-location-input-field.is-icon-left {
  padding-left: 2.75rem;
}

.create-event-location-input-field.is-select-input {
  background-image: none;
}

.create-event-location-input-field.race-pace {
  border-style: solid;
  border-width: 1px;
  border-radius: 8px;
}

.event-creation-overview-text-header-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

.container-large-17 {
  max-width: 50rem;
}

.text-block-31 {
  font-size: 14px;
  text-decoration: underline;
}

.multi-form1_navbar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 4.5rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.section_multi-form1 {
  position: relative;
}

.multi-form1_step-text {
  margin-right: 0.5rem;
}

.multi-form1_block {
  z-index: 1;
  margin-bottom: 0;
  position: relative;
}

.multi-form1_radio-icon {
  cursor: pointer;
  border-style: none;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  transition: all 0.2s;
  position: absolute;
  inset: 0%;
}

.multi-form1_radio-icon.w--redirected-checked {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-color: rgba(0, 0, 0, 0);
}

.multi-form1_radio-icon.w--redirected-focus {
  box-shadow: none;
}

.multi-form1_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  padding-top: 6rem;
  padding-bottom: 4.5rem;
  display: flex;
  position: relative;
  overflow: auto;
}

.event-creation-form-block-form {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  margin-top: 0;
}

.event-creation-form-block-form.groups {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.multi-form1_progress {
  width: 100%;
  height: 0.25rem;
  display: flex;
  position: absolute;
  top: 4.5rem;
}

.multi-form1_footer {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4.5rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.multi-form1_radio-group {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.multi-form1_progress-bar {
  background-color: rgba(0, 0, 0, 0.1215686275);
  flex: 1;
  width: 100%;
  height: 100%;
}

.multi-form1_progress-bar.current {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.multi-form1_radio-label {
  z-index: 1;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
}

.multi-form1_input-field {
  align-items: center;
  display: flex;
  position: relative;
}

.multi-form1_step {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.success-message-7 {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  padding: 1.5rem;
}

.multi-form1_form-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-style-h4-6 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.multi-form1_button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.multi-form1_radio {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  align-items: center;
  margin-bottom: 0;
  padding: 0.5rem 1rem;
  display: flex;
  position: relative;
}

.multi-form1_radio.is-active-inputactive {
  background-color: var(--\<unknown\|relume-variable-color-primary-1\>);
  color: var(--\<unknown\|relume-variable-color-primary-2\>);
}

.multi-form1_radio.is-radio-icon {
  padding-left: 0.5rem;
}

.multi-form1_radio.is-radio-icon.is-active-inputactive {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
}

.multi-form1_content-bottom {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.multi-form1_radio-letter {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-right: 0.5rem;
  display: flex;
}

.text-weight-semibold {
  align-self: flex-start;
  font-weight: 600;
}

.max-width-medium-copy {
  width: 100%;
}

.movemint-date-field {
  color: #151e24;
  -webkit-text-stroke-color: #f5f7fa;
  background-color: #eaecf0;
  border: 1px solid #e9ecf0;
  border-radius: 12px;
  width: 100%;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px 12px 52px;
  font-size: 14px;
  transition: all 0.25s;
  box-shadow: 1px 1px 2px rgba(114, 129, 167, 0.0392156863);
}

.movemint-date-field:hover {
  border-color: #ccd5e0;
}

.movemint-date-field:focus {
  border-color: #642eff;
}

.movemint-date-field::placeholder {
  color: #a0a6b0;
}

.movemint-date-field.date-of-birth {
  background-color: #fff;
  width: auto;
  min-width: 300px;
  margin-right: 0;
  font-family: Open Sans, sans-serif;
}

.movemint-date-field.date-of-birth._1-2 {
  width: 100%;
  min-width: auto;
  margin-left: 10px;
  margin-right: 10px;
}

.movemint-date-field.date-of-birth.emailer {
  box-shadow: none;
  border-color: #000;
  border-radius: 8px;
  width: 150px;
  min-width: auto;
  min-height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
}

.movemint-date-field.date-of-birth.emailer.time {
  width: 100px;
  min-width: auto;
  padding-left: 16px;
}

.movemint-date-field.event-creation-2-0 {
  background-color: rgba(255, 255, 255, 0.5019607843);
  border-style: none;
  border-radius: 8px;
  width: 300px;
  min-height: 36px;
  margin-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
}

.movemint-date-field.event-creation-2-0:focus {
  color: var(--black);
}

.movemint-date-field.event-creation-2-0._1-2 {
  width: 100%;
  min-width: auto;
  margin-left: 10px;
  margin-right: 10px;
}

.movemint-date-field.event-creation-2-0.emailer {
  box-shadow: none;
  border-color: #000;
  border-radius: 8px;
  width: 150px;
  min-width: auto;
  min-height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
}

.movemint-date-field.event-creation-2-0.emailer.time {
  width: 100px;
  min-width: auto;
  padding-left: 16px;
}

.div-block-479 {
  flex-flow: row;
  display: flex;
}

.div-block-447-copy {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  width: 100px;
  display: flex;
}

.div-block-480 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.div-block-481 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.div-block-482 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.link-block-19 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.create-event-text-field {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: #999;
  background-color: rgba(255, 255, 255, 0.5019607843);
  border: 1px #000;
  border-radius: 8px;
  margin-bottom: 0;
  font-size: 18px;
}

.create-event-text-field:focus {
  color: var(--black);
}

.create-event-text-field.name-your-event {
  background-color: var(--light-grey);
  color: var(--black);
  word-break: normal;
  overflow-wrap: anywhere;
  object-fit: cover;
  padding: 36px 8px;
  font-size: 36px;
  font-weight: 700;
}

.create-event-text-field.name-your-event:focus {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.create-event-text-field.add-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.create-event-text-field.event-time {
  width: 75px;
}

.create-event-text-field.long {
  height: 150px;
}

.name-field-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}

.name-field-wrapper.horizontal {
  flex-flow: row;
  justify-content: space-between;
}

.background {
  z-index: 0;
  background-image: radial-gradient(circle, rgba(244, 146, 146, 0.5019607843), rgba(238, 236, 107, 0.3019607843));
  position: fixed;
  inset: 0%;
}

.background.event-creation-overview {
  background-image: radial-gradient(circle, rgba(146, 164, 244, 0.5019607843), rgba(255, 186, 152, 0.3019607843));
}

.background.event-creation-phase-1 {
  background-color: #fff;
  background-image: none;
  position: fixed;
}

.div-block-485 {
  border: 1px #000;
}

.create-event-links-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.create-event-links-wrapper.test-email {
  border-style: none;
  margin-top: 30px;
}

.div-block-486 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.div-block-487 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.event-creation-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  min-width: 800px;
  display: flex;
}

.div-block-489 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.div-block-490 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.div-block-491 {
  z-index: 2;
  margin-top: 60px;
  margin-bottom: 30px;
  position: relative;
}

.event-creation-date-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.donate-custom-amount-field {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: var(--black);
  background-color: rgba(255, 255, 255, 0.5019607843);
  border: 1px #000;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 0;
  font-size: 15px;
  line-height: 100%;
}

.donate-custom-amount-field:focus {
  color: var(--black);
}

.donate-custom-amount-field.name-your-event {
  color: #000;
  word-break: normal;
  overflow-wrap: anywhere;
  object-fit: cover;
  padding: 40px 8px;
  font-size: 40px;
  font-weight: 700;
}

.donate-custom-amount-field.name-your-event:focus {
  color: var(--black);
}

.donate-custom-amount-field.add-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.donate-custom-amount-field.event-time {
  width: 75px;
}

.div-block-493 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  border: 0.5px solid #ccc;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  padding: 4px 8px;
  display: flex;
}

.text-block-32 {
  font-size: 14px;
}

.slider1_component {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
}

.slider1_mask {
  border-radius: 8px;
}

.slider1_slide {
  padding-left: 4rem;
  padding-right: 4rem;
}

.slider-content-replace-this-div {
  text-align: center;
  border: 2px dashed rgba(0, 0, 0, 0.1019607843);
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 20rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slider1_arrow {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.slider1_arrow.hide-mobile-landscape {
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  border-style: none;
}

.slider1_arrow-icon {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.slider1_slide-nav {
  font-size: 0.5rem;
}

.image-74 {
  aspect-ratio: auto;
  object-fit: fill;
  width: 100%;
}

.image-wrapper-3-2 {
  width: 100%;
  padding-top: 66.66%;
}

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

.image-wrapper-3-2-2 {
  width: 100%;
  padding-top: 66.66%;
  position: relative;
}

.image-wrapper-16-9 {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.div-block-494 {
  width: 200px;
  height: 200px;
  position: absolute;
  inset: 20% auto auto 40px;
}

.div-block-494.logo-only {
  border-radius: 9999px;
  width: auto;
  height: auto;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
}

.div-block-494.logo-only.athlete {
  display: flex;
}

.div-block-495 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.cta1_image {
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.cta1_image-wrapper {
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.cta1_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.div-block-449-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.div-block-493-copy {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  border: 0.5px solid #ccc;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 4px 8px;
  display: flex;
}

.donate-write-a-message-field {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: var(--black);
  background-color: rgba(255, 255, 255, 0.5019607843);
  border: 1px #000;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 0;
  font-size: 14px;
  line-height: 100%;
}

.donate-write-a-message-field:focus {
  color: var(--black);
}

.donate-write-a-message-field.name-your-event {
  color: #000;
  word-break: normal;
  overflow-wrap: anywhere;
  object-fit: cover;
  padding: 40px 8px;
  font-size: 40px;
  font-weight: 700;
}

.donate-write-a-message-field.name-your-event:focus {
  color: var(--black);
}

.donate-write-a-message-field.add-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.donate-write-a-message-field.event-time {
  width: 75px;
}

.div-block-496 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.product-header2_list-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.product-header2_gallery-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.product-header2_main-image-7,
.product-header2_image-small-6 {
  aspect-ratio: 5/4;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.product-header2_gallery-button-wrapper-4 {
  z-index: 1;
  cursor: pointer;
  position: absolute;
  inset: auto 1rem 1rem auto;
}

.product-header2_lightbox-link-wrapper-3._1 {
  height: 50%;
}

.text-size-tiny-7 {
  font-size: 0.75rem;
}

.padding-section-medium-3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.product-header2_component-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
}

.variant-button-row-6 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}

.product-header2_breadcrumb-3 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  margin: 20px 60px 30px;
  font-size: 0.875rem;
  display: flex;
}

.product-header2_gallery-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.product-header2_gallery-3._2 {
  display: flex;
}

.product-header2_gallery-3._1 {
  grid-template-columns: 1fr;
}

.product-header2_main-image-8 {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  max-width: none;
  height: 100%;
}

.product-header2_image-small-7 {
  aspect-ratio: 5/4;
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.heading-style-h4-7 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.product-header2_gallery-button-wrapper-5 {
  z-index: 1;
  cursor: pointer;
  position: absolute;
  inset: 0%;
}

.body-7 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.text-block-33 {
  text-align: left;
  font-size: 11px;
  line-height: 100%;
}

.back-to-chevron {
  width: 15px;
  display: flex;
}

.link-block-20 {
  text-align: left;
  text-decoration: none;
}

.movemint-pfp-placeeholder {
  background-image: linear-gradient(127deg, #3b93ff, rgba(218, 154, 228, 0.8784313725) 47%, #f1f0f0 102%);
  border-radius: 100px;
  width: 200px;
  height: 200px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.movemint-pfp-placeeholder.athlete {
  background-image: linear-gradient(307deg, rgba(218, 154, 228, 0.8784313725) 8%, #fde5b6 57%, #f1f0f0 79%);
  position: relative;
}

.movemint-pfp-placeeholder.athlete.with-image,
.movemint-pfp-placeeholder.with-image {
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 0 0;
  background-size: auto;
}

.movemint-pfp-placeeholder.with-image.athlete-profile-page-1-0 {
  background-image: none;
  border: 2px solid #f2f2f2;
  overflow: hidden;
}

.movemint-pfp-placeeholder.with-image.athlete-profile-page-1-0.card-sate,
.movemint-pfp-placeeholder.with-image.athlete-profile-page-1-0.card-sate.event-card {
  width: 20px;
  height: 20px;
}

.movemint-pfp-placeeholder.with-image.athlete-profile-page-1-0.card-sate.group {
  background-image: linear-gradient(120deg, #ffdbdb, #fee 52%, #ffdbdb);
  border-radius: 20px;
  width: 15px;
  height: 15px;
  overflow: visible;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.movemint-pfp-placeeholder.with-image.athlete-profile-page-1-0.card-sate.group.larger {
  border-radius: 999px;
  width: auto;
  height: auto;
  overflow: hidden;
}

.movemint-pfp-placeeholder.with-image.athlete-profile-page-1-0.card-sate.group.profile {
  width: 20px;
  height: 20px;
}

.movemint-pfp-placeeholder.athlete-profile-page-1-0 {
  box-shadow: none;
  width: 150px;
  height: 150px;
}

.movemint-pfp {
  width: 200px;
  height: 200px;
  display: none;
}

.movemint-pfp.athlete {
  display: block;
}

.multi-form1_block-2 {
  margin-bottom: 0;
}

.multi-form1_form-2 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  display: grid;
}

.success-message-8 {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  padding: 1.5rem;
}

.heading-style-h4-8 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.multi-form3_progress {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.multi-form3_progress.progress-current,
.multi-form3_progress.completed {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
}

.multi-form3_radio-letter {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-right: 0.5rem;
  display: flex;
}

.multi-form3_radio-icon {
  cursor: pointer;
  border-style: none;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  transition: all 0.2s;
  position: absolute;
  inset: 0%;
}

.multi-form3_radio-icon.w--redirected-checked {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-color: rgba(0, 0, 0, 0);
}

.multi-form3_radio-icon.w--redirected-focus {
  box-shadow: none;
}

.multi-form3_progress-divider {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  flex: 1;
  height: 1px;
}

.section_multi-form3 {
  position: relative;
}

.multi-form3_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  padding-top: 6rem;
  padding-bottom: 4.5rem;
  display: flex;
  position: relative;
  overflow: auto;
}

.multi-form3_form {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  display: grid;
}

.multi-form3_form-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.multi-form3_radio-group {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.multi-form3_input-field {
  align-items: center;
  display: flex;
  position: relative;
}

.multi-form3_step {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.multi-form3_navbar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 4.5rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.multi-form3_progress-wrapper {
  align-items: center;
  width: 100%;
  margin-bottom: 2rem;
  display: flex;
}

.multi-form3_block {
  margin-bottom: 0;
}

.multi-form3_button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.multi-form3_footer {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4.5rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.multi-form3_radio-label {
  z-index: 1;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
}

.heading-style-h4-9 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.multi-form3_radio {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  align-items: center;
  margin-bottom: 0;
  padding: 0.5rem 1rem;
  display: flex;
  position: relative;
}

.multi-form3_radio.is-active-inputactive {
  background-color: var(--\<unknown\|relume-variable-color-primary-1\>);
  color: var(--\<unknown\|relume-variable-color-primary-2\>);
}

.multi-form3_radio.is-radio-icon {
  padding-left: 0.5rem;
}

.multi-form3_radio.is-radio-icon.is-active-inputactive {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
}

.form-progress-bar-base {
  z-index: 2;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background-color: rgba(245, 245, 245, 0.1803921569);
  border-radius: 24px;
  width: 100%;
  height: 10px;
  position: relative;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.form-progress-bar {
  background-color: var(--transparent);
  background-image: linear-gradient(90deg, rgba(255, 77, 0, 0.7882352941), rgba(162, 89, 255, 0.4588235294) 50%, rgba(0, 183, 255, 0.4588235294) 103%);
  border-radius: 24px;
  width: 100%;
  height: 100%;
}

.form-progress-bar.athlete {
  background-image: linear-gradient(90deg, #dab8fb, #fde4b3);
}

.form-progress-bar.start {
  width: 5%;
}

.form-progress-bar.overview {
  width: 10%;
}

.form-progress-bar.overview._2 {
  width: 0%;
}

.form-progress-bar._15 {
  width: 15%;
}

.form-progress-bar._30 {
  width: 30%;
}

.form-progress-bar._45 {
  width: 45%;
}

.form-progress-bar._65 {
  width: 65%;
}

.form-progress-bar._85 {
  width: 85%;
}

.form-progress-bar._75 {
  width: 75%;
}

.form-progress-bar._95 {
  width: 95%;
}

.about-us-title-wrapper-copy {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  cursor: pointer;
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
}

.about-us-title-text-wrapper-copy {
  background-image: linear-gradient(rgba(255, 255, 255, 0.5019607843), rgba(255, 255, 255, 0.5019607843));
  border-radius: 8px;
  padding: 8px 16px;
}

.about-us-copy-wrapper-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.about-us-copy-wrapper-copy._50-copy-width {
  width: 50%;
}

.event-creation-date-spacing {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.layout32_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1.5rem;
}

.event-creation-overview-list-item {
  justify-content: flex-start;
  display: flex;
}

.layout32_image {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.event-creation-center-content-overall-spacing {
  z-index: 1;
  height: 100%;
  margin-top: 0;
  margin-left: 40px;
  margin-right: 40px;
  position: relative;
}

.event-creation-center-content-overall-spacing.where-located {
  margin-top: 40px;
}

.event-creation-center-content-overall-spacing.overview {
  justify-content: flex-start;
  align-items: center;
  height: 75%;
  margin-left: 140px;
  margin-right: 140px;
  display: flex;
}

.event-creation-center-content-overall-spacing.centered {
  align-self: center;
}

.event-creation-center-content-overall-spacing.centered.sub-event-set-up {
  margin-top: 105px;
}

.event-creation-center-content-overall-spacing.centered.sub-event-set-up.onboarding-flow-fix,
.event-creation-center-content-overall-spacing.centered.onboarding-flow-fix {
  margin-top: 165px;
}

.event-creation-center-content-overall-spacing.where {
  align-self: center;
  height: auto;
}

.event-creation-center-content-overall-spacing.group {
  margin-top: 40px;
}

.event-creation-overview-wrapper.overview {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.event-creation-layout-component {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: flex;
}

.event-creation-layout-component.checkpoint-3 {
  justify-content: flex-start;
  align-items: center;
}

.event-creation-layout-component.checkpoint-3-copy {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: grid;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

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

.button-7-copy {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  border-style: solid;
  border-width: 1px;
  border-radius: 8px;
  align-self: center;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
}

.button-7-copy.is-small.is-alternate {
  border-style: none;
  border-radius: 8px;
  position: absolute;
  inset: 0%;
}

.form9_radio-label {
  margin-bottom: 0.25rem;
  font-size: 1.125rem;
  font-weight: 600;
}

.form9_radio-button {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  right: 1.5rem;
}

.form9_radio-button.w--redirected-checked {
  border-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-image: url(https://d25qpvb0plkdqc.cloudfront.net/../images/checkbox-check.svg);
  background-position: 50%;
  background-repeat: repeat;
  background-size: 14px 14px;
  background-attachment: scroll;
}

.form9_radio-button.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.form9_radio-label-span {
  font-weight: 400;
}

.form9_radio-icon-wrapper {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  margin-right: 1rem;
  padding-top: 0.75rem;
  position: absolute;
  left: 1.5rem;
}

.form9_radio {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  cursor: pointer;
  flex-direction: column;
  margin-bottom: 0;
  padding: 1.5rem 4rem 1.5rem 6rem;
  font-weight: 400;
  display: flex;
  position: relative;
}

.form9_radio-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-35 {
  font-size: 50px;
}

.two-radio-component {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.two-radio-component.yes {
  background-image: none;
}

.two-radio-content-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--light-grey);
  cursor: pointer;
  border: 1px #000;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  padding: 8px 16px;
  font-weight: 400;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.two-radio-content-wrapper.yes {
  background-image: linear-gradient(111deg, #f9bc9e, #b7b8f7);
}

.two-radio-button-toggle {
  z-index: 3;
  cursor: pointer;
  border-style: none;
  width: auto;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.two-radio-button-toggle:hover {
  background-color: rgba(72, 72, 72, 0.2392156863);
  border-style: none;
  border-radius: 8px;
  display: block;
}

.two-radio-button-toggle.w--redirected-checked {
  z-index: 9;
  background-color: var(--transparent);
  border: 2px solid #ef7c4c;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  display: block;
}

.two-radio-button-toggle.w--redirected-focus {
  box-shadow: none;
  background-color: rgba(249, 178, 178, 0);
  background-image: linear-gradient(#000, #fff);
  border-width: 2px;
  border-color: #ef7c4c;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  margin-top: 0;
}

.two-radio-button-toggle.yes:hover {
  background-color: rgba(193, 193, 193, 0.2392156863);
}

.two-radio-button-toggle.yes:active {
  background-color: rgba(113, 113, 113, 0.2392156863);
}

.two-radio-button-toggle.yes.w--redirected-checked {
  background-image: linear-gradient(165deg, rgba(238, 106, 111, 0.2), rgba(75, 151, 250, 0.3019607843));
}

.two-radio-button-toggle.yes.w--redirected-focus {
  background-image: linear-gradient(129deg, rgba(238, 106, 111, 0.2), rgba(91, 143, 241, 0.2));
}

.two-radio-button-toggle.different-states:hover {
  background-color: rgba(193, 193, 193, 0.1882352941);
}

.two-radio-button-toggle.different-states:active {
  background-color: rgba(113, 113, 113, 0.2392156863);
}

.two-radio-button-toggle.different-states.w--redirected-checked {
  background-image: linear-gradient(165deg, rgba(238, 106, 111, 0.2), rgba(75, 151, 250, 0.3019607843));
  border-color: rgba(239, 124, 76, 0.5019607843);
}

.two-radio-button-toggle.different-states.w--redirected-focus {
  background-image: linear-gradient(129deg, rgba(238, 106, 111, 0.2), rgba(91, 143, 241, 0.2));
  border-color: rgba(239, 124, 76, 0.5019607843);
}

.two-radio-button-toggle.different-states.no.w--redirected-checked {
  background-image: linear-gradient(165deg, rgba(106, 113, 238, 0.2), rgba(0, 251, 255, 0.1490196078));
  border-color: rgba(84, 76, 239, 0.5019607843);
}

.two-radio-button-toggle.different-states.no.w--redirected-focus {
  background-image: linear-gradient(129deg, rgba(106, 113, 238, 0.2), rgba(0, 251, 255, 0.1490196078));
  border-color: rgba(84, 76, 239, 0.5019607843);
}

.multi-form1_form-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start center;
  margin-top: 30px;
  display: flex;
}

.div-block-491-copy {
  z-index: 2;
  flex-flow: column;
  align-items: center;
  max-width: 80rem;
  margin: 20px 40px 30px;
  display: flex;
  position: relative;
}

.text-block-36 {
  width: 400px;
}

.two-radio-text {
  max-width: 400px;
  font-size: 16px;
  line-height: 120%;
}

.two-radio-text.sub-header {
  font-size: 12px;
}

.radio-button-label {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  position: static;
}

.radio-button-label.protection {
  font-size: 18px;
}

.radio-button-label-2 {
  font-size: 24px;
}

.text-block-38 {
  text-align: center;
  font-size: 36px;
}

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

.add-photos-manager {
  background-color: var(--light-grey);
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 700px;
  height: 500px;
  display: flex;
}

.div-block-498 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.create-event-text-field-2 {
  background-color: var(--light-grey);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: var(--black);
  border: 1px #000;
  border-radius: 8px;
  margin-bottom: 0;
  font-size: 18px;
}

.create-event-text-field-2:focus,
.create-event-text-field-2::placeholder {
  background-color: var(--light-grey);
  color: var(--dark-grey);
}

.create-event-text-field-2.long {
  width: 100%;
  height: 50px;
}

.text-block-40 {
  font-size: 45px;
  font-weight: 700;
}

.code-embed-5 {
  border-radius: 8px;
}

.div-block-499 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: 8px;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.account-integration-grid-copy {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: flex;
}

.integration-card-copy {
  grid-row-gap: 24px;
  border: 2px solid #d9d9d9;
  border-radius: 8px;
  flex-direction: column;
  padding: 24px;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.integration-title-copy {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.integration-icon-copy {
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
}

.image-65-copy {
  width: 30px;
}

.div-block-491-copy {
  z-index: 2;
  grid-column-gap: 49px;
  grid-row-gap: 49px;
  margin-top: 60px;
  margin-bottom: 30px;
  position: relative;
}

.event-management-card-link-copy {
  text-decoration: none;
}

.event-mangement-card-title-text-copy {
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
}

.event-mangement-card-title-text-copy.subject-preview {
  align-self: flex-start;
  font-size: 14px;
  font-weight: 600;
}

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

.account-block-copy {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.checkbox1_component-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_checkbox-icon-2 {
  cursor: pointer;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: 0.5rem;
  transition: all 0.2s;
}

.form_checkbox-icon-2.w--redirected-checked {
  box-shadow: none;
  background-color: #c9beff;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #ccc;
}

.form_checkbox-icon-2.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.div-block-492-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.multi-form1_form-copy {
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start center;
  width: 50%;
  margin-top: 0;
  display: flex;
}

.multi-form1_block-copy {
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
  position: relative;
}

.div-block-379-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  align-self: flex-start;
  width: 100%;
  margin-right: 24px;
  display: flex;
}

.div-block-500 {
  flex-flow: column;
  width: 80%;
  display: flex;
}

.volunteer-info-card-row-formatting-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 99.9999%;
  display: flex;
}

.registration-quick-info-wrapper-copy {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  width: 99.9999%;
  display: flex;
}

.registration-primary-content-wrapper-copy {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  align-self: flex-start;
  width: 100%;
  margin-bottom: 4px;
  display: flex;
}

.ms-box {
  grid-column-gap: 6px;
  cursor: move;
  background-color: #fff;
  border: 1px solid rgba(18, 19, 49, 0.2509803922);
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 40px;
  margin-bottom: 6px;
  padding: 8px 12px 8px 6px;
  font-weight: 400;
  transition: box-shadow 0.2s, border-color 0.2s;
  display: flex;
  position: relative;
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.1019607843);
}

.ms-box:hover {
  z-index: 2;
  box-shadow: none;
  border-color: #2962ff;
}

.ms-box::placeholder {
  color: #909090;
}

.ms-button-svg {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.ms-button-svg.is-drag {
  opacity: 0.5;
  width: 18px;
}

.ms-drag-color {
  margin-left: auto;
}

.radio2_component-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.radio2_field-3 {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  flex-flow: column;
  align-items: center;
  margin-bottom: 0;
  padding: 0.5rem 1rem;
  display: flex;
  position: relative;
}

.radio2_field-3.is-active-inputactive {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
}

.radio2_icon-2 {
  cursor: pointer;
  border-style: none;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  transition: all 0.2s;
  position: absolute;
  inset: 0%;
}

.radio2_icon-2.w--redirected-checked {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-color: rgba(0, 0, 0, 0);
}

.radio2_icon-2.w--redirected-focus {
  box-shadow: none;
}

.radio2_label-3 {
  z-index: 1;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
}

.toggle1_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.toggle1_wrapper {
  grid-column-gap: 0.5rem;
  align-items: center;
  display: flex;
}

.toggle1_field {
  cursor: pointer;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 2.5rem;
  margin-bottom: 0;
  padding: 0.25rem;
  display: flex;
  position: relative;
}

.toggle1_dot {
  z-index: 2;
  background-color: var(--black);
  border-radius: 999rem;
  flex: none;
  width: 1rem;
  height: 1rem;
  display: block;
  position: relative;
}

.toggle1_button {
  border-style: none;
  border-radius: 999rem;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.toggle1_button:focus-visible {
  outline-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.toggle1_button[data-wf-focus-visible] {
  outline-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.toggle1_button.w--redirected-checked {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-style: none;
}

.toggle1_button.w--redirected-focus {
  box-shadow: none;
}

.toggle1_label {
  width: auto;
  margin-bottom: 0;
  font-weight: 500;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.toggle1_mask {
  z-index: 1;
  background-color: #c6c6c6;
  border-radius: 999rem;
  position: absolute;
  inset: 0%;
}

.label-2 {
  margin-top: 20px;
  font-weight: 500;
}

.input-4 {
  border: 1px solid #dadada;
  border-radius: 6px;
  margin-bottom: 0;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1019607843);
}

.input-4:focus-visible {
  border-color: #4769ff;
}

.input-4[data-wf-focus-visible] {
  border-color: #4769ff;
}

.uploader {
  background-color: #f1f1f1;
  border: 1px dashed #bdbdbd;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding: 15px 0 0;
}

.ms-toggle-row-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border: 1px solid rgba(18, 19, 49, 0.2509803922);
  border-radius: 10px;
  flex-direction: column;
  margin-bottom: 15px;
  padding: 10px;
  display: flex;
}

.ms-toggle-dot {
  z-index: 1;
  background-color: #fff;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  margin-top: 3px;
  transition: left 0.2s;
  position: absolute;
  left: 3px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.ms-toggle-dot.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  left: 39px;
}

.ms-toggle-dot.is-small {
  width: 20px;
  height: 20px;
}

.ms-toggle-row-divider {
  background-color: rgba(18, 19, 49, 0.1019607843);
  width: 100%;
  height: 1px;
}

.ms-toggle-bg {
  z-index: 0;
  background-color: #e2e2e2;
  border-radius: 100px;
  width: 50px;
  transition: background-color 0.2s;
  position: absolute;
  inset: 0%;
}

.ms-toggle-bg.is-small {
  width: 42px;
  height: 26px;
}

.ms-toggle-wrap {
  width: 50px;
  height: 34px;
  margin-bottom: 15px;
  position: relative;
}

.ms-toggle-wrap.is-row {
  width: 100%;
  height: 26px;
  margin-bottom: 0;
}

.ms-toggle-label {
  z-index: 2;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-left: 65px;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.ms-toggle-label.is-row {
  width: 100%;
  padding-left: 55px;
}

.ms-toggle-checkbox {
  display: none;
}

.multi-form1_form-copy-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start center;
  align-items: stretch;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.event-creation-overview-number {
  border-style: solid;
  border-width: 1px;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.event-creation-overview-number.progress-current {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
}

.event-creation-overview-number.progress-current.done {
  background-image: linear-gradient(128deg, rgba(238, 106, 111, 0.8) 30%, rgba(238, 106, 111, 0.8) 45%, var(--movemint-gradient-color-1) 47%, #f5c34a);
}

.onboarding3_progress-divider {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  flex: 1;
  height: 1px;
}

.onboarding3_progress-wrapper {
  z-index: 3;
  align-items: center;
  margin-top: 20px;
  margin-left: 5%;
  margin-right: 5%;
  display: none;
  position: relative;
}

.div-block-501 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.event-creation-overview-number-text {
  font-size: 14px;
}

.event-creation-heading-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 700;
  line-height: 120%;
}

.event-creation-overview-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.event-creation-button-no-color {
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  background-image: linear-gradient(150deg, #fdc539, #e799ff);
  border-radius: 8px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.event-creation-button-no-color.is-tertiary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.event-creation-button-no-color.is-small {
  padding: 0.5rem 1.25rem;
}

.event-creation-button-no-color.is-small.is-alternate {
  border-style: none;
  border-radius: 8px;
  position: absolute;
  inset: 0%;
}

.event-creation-button-no-color.is-small.is-alternate.add-photos {
  background-image: linear-gradient(to bottom, var(--light-grey), var(--light-grey));
  flex-flow: column;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.event-creation-button-no-color.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: rgba(0, 0, 0, 0);
  border-style: solid;
}

.event-creation-button-no-color.is-secondary.race-pace {
  border-style: solid;
}

.event-creation-button-no-color.is-add-to-cart-button {
  border-radius: 8px;
  width: 100%;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.event-creation-button-no-color.is-link {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: 0.25rem 0;
  line-height: 1;
  text-decoration: none;
}

.event-creation-button-no-color.is-link.is-icon {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
}

.event-creation-button-no-color.is-navbar16-button {
  z-index: 1;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  position: relative;
}

.event-creation-button-no-color.race-pace {
  border-style: solid;
  border-width: 1px;
  border-radius: 8px;
  padding: 8px 16px;
  font-weight: 600;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.event-creation-button-no-color.race-pace.submit {
  background-image: linear-gradient(148deg, #c4a2ff, #ff4200);
  border-style: none;
}

.event-creation-button-no-color.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: rgba(0, 0, 0, 0);
}

.event-creation-button-no-color.is-secondary.is-small.is-grid-list {
  width: 100%;
}

.event-creation-button-no-color.is-secondary.is-buy-now-button {
  width: 100%;
  margin-bottom: 1rem;
}

.event-creation-button-no-color.is-add-to-cart-button {
  width: 100%;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.event-creation-button-no-color.back {
  background-color: var(--transparent);
  box-shadow: none;
  background-image: none;
  padding-left: 0;
  padding-right: 24px;
  font-weight: 400;
  text-decoration: underline;
}

.event-creation-button-no-color.not-ready {
  background-color: var(--grey);
  opacity: 0.5;
  background-image: none;
}

.event-creation-button-no-color.skip {
  background-color: var(--transparent);
  box-shadow: none;
  background-image: none;
  padding-left: 0;
  padding-right: 24px;
  text-decoration: underline;
}

.event-creation-heading-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-self: flex-start;
  display: flex;
}

.event-creation-heading-content-wrapper.checkpoint-3 {
  align-self: stretch;
}

.event-creation-heading-content-wrapper.thank-you {
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
}

.div-block-504 {
  align-self: center;
}

.text-block-42 {
  font-size: 24px;
  font-weight: 600;
}

.event-creation-body {
  height: 100%;
}

.event-creation-body.where {
  height: auto;
}

.event-creation-body._60 {
  height: auto;
  margin-top: -60px;
}

.div-block-505 {
  width: 30%;
}

.event-creation-heading-subtext {
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}

.event-creation-overview-text-body {
  letter-spacing: normal;
  margin-bottom: 0;
  line-height: 120%;
}

.event-creation-overview-text-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.event-creation-nav-wrapper {
  display: block;
}

.two-radio {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.event-kind-choice-icons {
  width: 25px;
  min-width: 25px;
  height: 25px;
}

.event-kind-choice-icons:hover {
  cursor: pointer;
}

.event-kind-choice-icons.smaller {
  width: 5px;
  min-width: 5px;
  height: 5px;
}

.two-radio-copy-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.padding-section-large-2-copy {
  z-index: 0;
  flex-flow: column;
  padding-top: 0;
  display: flex;
  position: relative;
}

.event-creation-width-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.event-creation-width-wrapper.bottom-padding {
  height: auto;
  padding-bottom: 140px;
}

.event-creation-width-wrapper.bottom-padding.event-location {
  padding-top: 0;
  padding-bottom: 0;
}

.event-creation-width-wrapper.bottom-padding.registration {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  margin-left: 0;
  margin-right: 0;
  padding-top: 140px;
  padding-bottom: 140px;
}

.top-nav-event-creation {
  z-index: 999;
  background-color: #fff;
  background-image: linear-gradient(to bottom, var(--white), var(--white));
  justify-content: space-between;
  align-items: center;
  height: 60px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.event-creation-exit-button {
  background-color: var(--transparent);
  color: var(--black);
  border: 1px solid #000;
  border-radius: 8px;
  padding: 8px 24px;
}

.event-creation-exit-button-2 {
  border: 1px solid var(--light-grey);
  color: #000;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 8px;
  padding: 8px 24px;
}

.multi-form1_block-copy {
  z-index: 1;
  width: 80%;
  margin-bottom: 0;
}

.text-block-44 {
  font-size: 14px;
}

.section_layout32-copy {
  z-index: 1;
  position: absolute;
  inset: 5% 0% 0%;
}

.text-block-37-copy {
  font-size: 14px;
  line-height: 120%;
}

.movemint-logo-link-to-home,
.movemint-logo-link-to-home.w--current {
  width: 150px;
}

.div-block-511 {
  margin-bottom: -8px;
}

.div-block-509-copy {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 24px;
  display: grid;
}

.event-creation-header-subtext {
  color: var(--untitled-ui-gray500);
  justify-content: center;
  align-self: center;
  font-size: 16px;
  line-height: 120%;
  display: flex;
}

.event-creation-header-subtext.notice {
  color: var(--black);
  font-weight: 600;
}

.event-creation-header-subtext.semi-bold {
  font-weight: 600;
}

.event-creation-header-subtext.smaller {
  font-size: 14px;
}

.event-creation-header-subtext.event-cancelation {
  margin-left: 100px;
  margin-right: 100px;
  display: block;
}

.event-creation-header-wrapper-and-spacing {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.event-creation-header-wrapper-and-spacing.groups {
  align-items: flex-start;
}

.event-creation-header-text {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 120%;
}

.event-creation-content-spacing-and-margin {
  z-index: 2;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  align-items: center;
  max-width: 80rem;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.event-creation-content-spacing-and-margin.with-subtext {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
}

.event-creation-content-spacing-and-margin.custom-waiver {
  max-width: 700px;
}

.event-creation-content-spacing-and-margin.groups._2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
}

.breadcrumb_component {
  z-index: 3;
  align-items: center;
  width: 100%;
  margin-top: 100px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.breadcrumb-link-4 {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  text-decoration: none;
}

.breadcrumb-link-4.w--current {
  font-weight: 600;
}

.breadcrumb-link-4.is-active {
  font-weight: 500;
}

.breadcrumb-divider-3 {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  display: flex;
}

.text-block-46 {
  color: var(--black);
  font-size: 14px;
}

.div-block-513 {
  z-index: 3;
  flex-flow: row;
  margin-left: 40px;
  display: flex;
  position: relative;
  top: 100px;
}

.back-link-event-creation {
  text-decoration: none;
  display: flex;
}

.back-link-event-creation.w--current {
  font-weight: 600;
}

.back-link-event-creation.is-active {
  font-weight: 500;
}

.create-event-back-chevron {
  width: 15px;
}

.create-event-back-chevron:hover {
  cursor: pointer;
}

.create-event-description-text {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}

.create-event-description-text.left-aligned {
  margin-left: 0;
}

.create-event-description-text.regular {
  font-weight: 400;
}

.create-event-description-text.sub-event {
  font-weight: 600;
}

.create-event-date-description-text {
  margin-left: 10px;
  font-size: 14px;
  line-height: 120%;
}

.create-event-date-description-text.left-aligned {
  margin-left: 0;
}

.create-event-date-description-text.left-aligned.italics,
.create-event-date-description-text.analytics-stacked-list-content-spacing {
  font-style: italic;
}

.create-event-date-description-text.left-title {
  align-self: center;
  margin-left: 0;
}

.create-event-date-description-animation-text-optional {
  margin-left: 10px;
  font-size: 14px;
}

.field-icon-2 {
  -webkit-text-stroke-color: #595959;
  width: 24px;
  height: 24px;
  position: absolute;
  inset: auto auto auto 16px;
}

.create-event-date-content-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.create-event-date-content-wrapper.sub-event {
  width: 100%;
}

.create-event-date-content-wrapper.sub-event.pricing-end {
  width: 50%;
}

.create-event-date-content-wrapper._8px-padding-right {
  padding-right: 8px;
}

.create-event-date-content-wrapper._8px-padding-right._100 {
  padding-right: 0;
}

.div-block-491-copy-copy {
  z-index: 2;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  align-items: center;
  max-width: 80rem;
  margin: 20px 40px 30px;
  display: flex;
  position: relative;
}

.div-block-491-copy-copy.name-and-date {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  margin-top: 0;
}

.div-block-491-copy-copy.name-and-date-copy {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
}

.div-block-491-copy-copy.where-located {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  margin-top: 0;
}

.location-creation-embed-wrapper {
  border-radius: 8px;
  flex-flow: column;
  height: 200px;
  display: flex;
  position: relative;
}

.code-embed-6 {
  border-radius: 8px;
  margin-bottom: 0;
}

.div-block-516 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.create-event-content-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: 8px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.div-block-517 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.text-block-47 {
  color: #667085;
  justify-content: center;
  line-height: 120%;
  display: flex;
}

.section_layout32-copy {
  z-index: 1;
  margin-left: 40px;
  margin-right: 40px;
  position: relative;
}

.field-icon-3 {
  width: 24px;
  height: 24px;
  position: absolute;
  inset: auto auto auto 16px;
}

.field-icon-3.pick-a-date {
  color: #000;
}

.event-creation-bottom-nav-and-progress-overall-wrapper {
  z-index: 3;
  background-color: var(--white);
  flex-flow: column;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  position: fixed;
  inset: auto 0 0;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
}

.event-creation-bottom-nav-and-progress-overall-wrapper.bottom-on-mobile.long-body {
  background-color: var(--transparent);
  left: 0;
  right: 0;
}

.div-block-519-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--white);
  flex-flow: column;
  display: none;
  position: absolute;
  inset: auto 40px 10px;
}

.event-creation-next-button-wrapper.shopping {
  width: 100%;
}

.event-creation-next-button-wrapper.marketing {
  width: 300px;
}

.event-creation-next-button-wrapper.marketing.main-cta {
  width: 620px;
}

.event-creation-next-button-text-not-ready {
  color: var(--grey);
  font-size: 14px;
}

.event-creation-next-button-text-not-ready.shopping.no-show,
.event-creation-next-button-text-not-ready.spacer,
.event-creation-next-button-text-not-ready.spacer.no-show {
  color: var(--transparent);
}

.not-ready-next-button-event-creation {
  background-color: var(--light-grey);
  border-radius: 8px;
  padding: 12px 24px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.not-ready-next-button-event-creation.shopping.no-show,
.not-ready-next-button-event-creation.spacer {
  background-color: var(--transparent);
  box-shadow: none;
}

.event-creation-location-content-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.event-creation-all-content-wrapper-and-bottom-padding {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  margin-top: 0;
  display: flex;
  position: relative;
}

.event-creation-all-content-wrapper-and-bottom-padding._100vh {
  min-height: 100vh;
}

.event-creation-all-content-wrapper-and-bottom-padding._100vh.flow.desktop-scrolling {
  margin-top: 220px;
}

.event-creation-all-content-wrapper-and-bottom-padding._100vh.flow.manage-sub-event,
.event-creation-all-content-wrapper-and-bottom-padding._100vh.flow.onboarding-flow-fix {
  justify-content: flex-start;
  align-items: flex-start;
}

.event-creation-all-content-wrapper-and-bottom-padding._100vh.flow.group {
  justify-content: center;
  align-items: center;
}

.event-creation-bottom-nav-margin-and-gap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.event-creation-next-button {
  font-size: 14px;
}

.event-creation-next-button.checkpoint-3 {
  border: 1px solid var(--light-grey);
  background-color: var(--transparent);
  background-image: none;
  width: 100%;
}

.event-description-creation-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.code-embed-7 {
  height: 100%;
  min-height: 350px;
}

.div-block-491-copy {
  z-index: 2;
  margin: 0;
  position: relative;
}

.add-link-content-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--light-grey);
  border-radius: 8px;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  min-width: 400px;
  padding-left: 14px;
  display: flex;
}

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

.create-event-social-icon {
  width: 25px;
  height: 25px;
}

.create-event-social-icon.smaller {
  color: #595959;
  width: 22px;
  height: 22px;
}

.create-event-social-icon.smaller.even-smaller {
  width: 15px;
}

.multi-form1_form-copy {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start center;
  align-items: center;
  margin-top: 0;
}

.create-event-overall-content-wrapper {
  z-index: 2;
  width: 100%;
  max-width: none;
  margin: 0;
  position: relative;
}

.multi-form1_block-copy {
  z-index: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.div-block-525 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.location-map-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  min-width: 800px;
  display: flex;
}

.location-creation-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.div-block-488-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  min-width: 800px;
  display: flex;
}

.div-block-526 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.add-photos-event-creation-icon {
  width: 25px;
  height: 25px;
}

.create-event-content-wrapper-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.multi-form1_block-copy {
  z-index: 1;
  margin-bottom: 0;
  position: relative;
}

.upload-cover-photo-button {
  background-color: var(--light-grey);
  border-radius: 8px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.upload-cover-photo-button-text {
  font-size: 14px;
}

.upload-cover-photo-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.div-block-528 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-flow: column;
  align-self: center;
  display: flex;
}

.create-event-form {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start center;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.create-event-content-wrapper-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: 8px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.two-radio-form-wrapper {
  z-index: 1;
  width: 80%;
  margin-bottom: 0;
}

.create-event-form-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.create-event-form-2.groups {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: flex-start;
}

.multi-form1_block-copy-copy {
  z-index: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.event-creation-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start center;
  align-items: stretch;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.event-creation-form.no-margin {
  margin-left: 0;
  margin-right: 0;
}

.event-creation-form-3 {
  z-index: 1;
  margin-bottom: 0;
  position: relative;
}

.event-creation-form-block,
.event-creation-form-2 {
  z-index: 1;
  margin-bottom: 0;
}

.create-event-form-wrapper-2 {
  z-index: 1;
  width: 80%;
  margin-bottom: 0;
}

.modal1_close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.show-mobile-landscape {
  display: none;
}

.modal1_content-wrapper {
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 48rem;
  height: auto;
  max-height: 80vh;
  padding: 4rem;
  overflow: scroll;
}

.modal1_component {
  z-index: 99;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.max-width-large-12 {
  width: 100%;
  max-width: 48rem;
}

.modal1_background-overlay {
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.2509803922);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.icon_close {
  color: #000;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  inset: 15px 15px auto auto;
}

.button-icon {
  width: 16px;
  height: 16px;
}

.disclaimer {
  opacity: 0.8;
  margin-top: 10px;
  font-size: 1px;
  font-weight: 400;
  line-height: 1.3;
}

.pick-an-organzation-modal {
  background-color: rgba(255, 255, 255, 0.4);
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

.field-input {
  border: 1px solid #d3d4d8;
  border-radius: 6px;
  height: 40px;
  margin-bottom: 0;
  padding-left: 15px;
  transition: border-color 0.2s;
}

.field-input:hover {
  border-color: #434de7;
}

.field-input:focus {
  border-color: #177fff;
}

.multiple-donation-button {
  background-color: var(--transparent);
  background-image: linear-gradient(151deg, var(--flowui-component-library-grey-300), rgba(75, 151, 250, 0.4588235294) 43%, rgba(162, 89, 255, 0.4588235294) 91%);
  color: var(--black);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  height: 60px;
  padding: 24px 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.multiple-donation-button.in-form {
  width: 100%;
}

.multiple-donation-button.in-form.mb-10 {
  cursor: pointer;
  padding-top: 12px;
  padding-bottom: 12px;
}

.pick-an-organzation-form-wrappeer {
  width: 100%;
  margin-bottom: 0;
}

.google-button {
  grid-column-gap: 10px;
  color: #000;
  border: 1px solid #ccc;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.button-text-2 {
  margin-bottom: 0;
}

.in-form-donation-organization-name-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

.in-form-multiple-donation-field-wrapper-duplicate {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.in-form-multiple-donation-field-wrapper-duplicate.passwordless {
  background-color: #f5f5f5;
  border-radius: 6px;
  padding: 10px;
}

.in-form-multiple-donation-field-wrapper-duplicate.top {
  margin-top: 20px;
}

.pick-an-organzation-header-text {
  color: #000;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2em;
}

.pick-an-organzation-modal-spacing {
  z-index: 999;
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 30px;
  display: flex;
  position: fixed;
  top: 25vh;
  left: 25vw;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.pick-an-organzation-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.in-form-multiple-donation-button-overall-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  max-height: 350px;
  display: flex;
  overflow: auto;
}

.pick-an-organzation-subtext {
  letter-spacing: normal;
  font-size: 16px;
  line-height: 120%;
}

.event-nav-spacer-for-only-next {
  width: 70px;
  height: 0;
}

.not-ready-next-button-event-creation-2 {
  background-color: #f2f2f2;
  border-radius: 8px;
  padding: 12px 24px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.event-creation-next-button-text-not-ready-2 {
  color: #d9d9d9;
}

.not-ready-next-button-event-creation-2-copy {
  background-color: var(--transparent);
  border-radius: 8px;
  padding: 12px 24px;
  font-weight: 600;
  text-decoration: none;
}

.only-one-button-empty-nav-spacer-internal {
  color: var(--transparent);
}

.only-one-button-empty-nav-spacer {
  background-color: var(--transparent);
  border-radius: 8px;
  padding: 12px 24px;
  font-weight: 600;
  text-decoration: none;
}

.only-one-button-empty-nav-spacer-2 {
  cursor: auto;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 8px;
  padding: 12px 24px;
  font-weight: 600;
  text-decoration: none;
}

.only-one-button-empty-nav-spacer-internal-2 {
  color: rgba(255, 255, 255, 0);
  cursor: auto;
}

.radio-button-label-sub-events {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  position: static;
}

.radio3_field-sub-events {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--light-grey);
  cursor: pointer;
  border: 1px #000;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 250px;
  margin-bottom: 0;
  padding: 8px 16px;
  font-weight: 400;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.radio3_field-sub-events:focus {
  background-color: var(--dark-grey);
}

.radio3_field-sub-events.yes {
  background-image: linear-gradient(111deg, #f9bc9e, #b7b8f7);
}

.div-block-530 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 100%;
  display: flex;
}

.radio3_field-3 {
  cursor: pointer;
  border-style: solid;
  border-width: 1px;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.div-block-531 {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex-flow: row;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.div-block-532 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.div-block-533 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  height: 100%;
  display: flex;
}

.text-block-49 {
  align-self: center;
}

.div-block-534 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.radio3_button-3 {
  cursor: pointer;
  border-style: solid;
  border-width: 1px;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.radio3_button-3.w--redirected-checked {
  background-color: #000;
  border-width: 1px;
  border-color: rgba(238, 106, 111, 0.8);
}

.radio3_button-3.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.accordion1_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
}

.accordion1_top {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.accordion1_icon {
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
  display: flex;
}

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

.create-sub-event-section-text {
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
}

.div-block-514-copy {
  width: 50%;
}

.div-block-535 {
  background-color: #efefef;
  border-radius: 8px;
  justify-content: space-between;
  padding: 8px;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.div-block-536 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.create-sub-event-overall-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  min-width: 800px;
  display: flex;
}

.div-block-537 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #f2f2f2;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.add-additional-info-sub-event-creation-icon {
  align-self: center;
  width: 25px;
  height: 24px;
}

.add-additional-info-sub-event-creation-icon.small {
  z-index: 1;
  width: 20px;
  height: 20px;
}

.div-block-538 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #efefef;
  border-radius: 8px;
  flex-flow: column;
  height: 100%;
  padding: 16px;
  display: flex;
}

.div-block-444-copy-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.div-block-516-copy-copy-copy {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--white);
  border-radius: 8px;
  flex-flow: column;
  width: 100%;
  padding: 8px;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.create-sub-event-date-field-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.create-sub-event-date-field-wrapper.start-time-and-date {
  flex-flow: row;
}

.toggle1_dot-copy {
  z-index: 2;
  flex: none;
  width: 1rem;
  height: 1rem;
  display: block;
  position: relative;
}

.div-block-540 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.div-block-516-copy-copy-copy,
.div-block-516-copy-copy-copy-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: 8px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.div-block-541 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.text-block-51 {
  font-size: 14px;
}

.form-progress-bar-section-base {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-radius: 24px;
  justify-content: space-between;
  height: 10px;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}

.div-block-543,
.div-block-544,
.div-block-545,
.div-block-546,
.div-block-547,
.div-block-548 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.sub-event-accordian-padding-and-button-spacing {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  background-color: #efefef;
  border-radius: 8px;
  flex-flow: column;
  height: 100%;
  padding: 16px;
  display: flex;
}

.accordion1_top-copy {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.create-sub-event-time-field-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 100%;
  display: flex;
}

.create-sub-event-time-field-wrapper.auto {
  width: auto;
}

.create-sub-event-time-field-wrapper.no-gap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.create-sub-event-time-content-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.text-block-52 {
  align-self: center;
}

.accordion1_top-copy-copy {
  z-index: 2;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.accordion1_bottom-copy {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.accordion1_component-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  height: 250px;
  display: flex;
  position: relative;
}

.in-form-multiple-donation-button-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-551 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: 8px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.pick-an-organzation-modal-background {
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.6);
  justify-content: center;
  align-items: center;
  padding: 25px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.pick-an-organzation-modal-2 {
  z-index: 2000;
  background-color: rgba(255, 255, 255, 0.4);
  justify-content: center;
  align-items: center;
  padding: 25px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.div-block-553 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.multiple-donation-button-2 {
  color: #000;
  background-color: rgba(255, 255, 255, 0);
  background-image: linear-gradient(151deg, #e4e6f1, rgba(75, 151, 250, 0.4588235294) 43%, rgba(162, 89, 255, 0.4588235294) 91%);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  height: 60px;
  padding: 24px 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.multiple-donation-button-2.in-form {
  width: 100%;
}

.flex-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.div-block-554 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  display: flex;
}

.text-block-53 {
  font-size: 14px;
  line-height: 120%;
}

.donate-from-field {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: var(--black);
  background-color: rgba(255, 255, 255, 0.5019607843);
  border: 1px #000;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 0;
  font-size: 14px;
  line-height: 100%;
}

.donate-from-field:focus {
  color: var(--black);
}

.donate-from-field.name-your-event {
  color: #000;
  word-break: normal;
  overflow-wrap: anywhere;
  object-fit: cover;
  padding: 40px 8px;
  font-size: 40px;
  font-weight: 700;
}

.donate-from-field.name-your-event:focus {
  color: var(--black);
}

.donate-from-field.add-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.donate-from-field.event-time {
  width: 75px;
}

.toggle1_button-2 {
  border-style: none;
  border-radius: 999rem;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.toggle1_button-2:focus-visible {
  outline-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.toggle1_button-2[data-wf-focus-visible] {
  outline-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.toggle1_button-2.w--redirected-checked {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-style: none;
}

.toggle1_button-2.w--redirected-focus {
  box-shadow: none;
}

.text-block-54 {
  margin-bottom: 0;
  padding-top: 2px;
  font-size: 14px;
  line-height: 120%;
}

.bread-crumbs-content-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  display: flex;
}

.div-block-555 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.toggle1_dot-2 {
  z-index: 2;
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  border-radius: 999rem;
  flex: none;
  width: 1rem;
  height: 1rem;
  display: block;
  position: relative;
}

.checkbox-field-7 {
  justify-content: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.checkbox-5 {
  color: #ccc;
  border: 0.5px solid #ccc;
  border-radius: 8px;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 8px;
}

.series-background-image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.series-page-brand-logo-layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.series-page-brand-logo {
  aspect-ratio: auto;
  width: 175px;
  max-width: none;
}

.div-block-556 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  display: flex;
}

.series-header-text {
  color: #fff;
  margin-top: 35px;
  font-family: Open Sans, sans-serif;
  font-size: 56px;
  font-weight: 700;
}

.series-hero-image-container-copy {
  width: 100%;
  height: 50vh;
  position: relative;
}

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

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

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

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

.shadow-two-5 {
  box-shadow: 0 4px 24px rgba(150, 163, 181, 0.0784313725);
}

.margin-bottom-24px-7 {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all 0.2s;
}

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

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

.div-block-495-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.donation-page-donate-form-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.donation-page-donate-form-copy.non-fixed {
  display: none;
  position: relative;
}

.page-header3_content-right-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 2500px;
  display: flex;
  position: sticky;
  top: 20px;
}

.page-header3_content-right-copy.event-page-2-0 {
  width: 100%;
}

.tracksmith-hero-subheader-text-copy {
  color: var(--white);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.event-series-title-subheading {
  letter-spacing: 0.16px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.5;
}

.series-page-content-right-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: sticky;
  top: 80px;
}

.series-page-content-right-wrapper.event-page-2-0 {
  width: 100%;
}

.series-page-content-right-wrapper.moble {
  display: none;
  position: relative;
}

.tabs-menu {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  padding-top: 8px;
  padding-bottom: 16px;
  display: flex;
}

.tabs-menu.event-page-2-0 {
  justify-content: flex-start;
  align-items: center;
}

.tabs-menu.athlete-dashboard-2-0 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  padding-bottom: 30px;
}

.tabs-menu.profile-page {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.all-tabs-content {
  text-align: right;
  margin-top: 0;
  position: relative;
}

.all-tabs-content.event-page-2-0 {
  margin-top: 0;
}

.event-detail-tab-link-2-copy {
  pointer-events: auto;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  border-radius: 8px;
  align-self: center;
  padding: 12px 24px;
  font-size: 18px;
  line-height: 24px;
  transition: background-color 0.3s;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.event-detail-tab-link-2-copy:hover {
  background-color: var(--grey);
  color: #000;
}

.event-detail-tab-link-2-copy.w--current {
  background-color: var(--light-grey);
  opacity: 1;
  mix-blend-mode: multiply;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.event-detail-tab-link-2-copy.w--current:hover {
  background-color: var(--grey);
  color: #000;
  background-image: none;
}

.series-page-content-left-wrrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.tab-content-internal-spacing-and-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.series-all-container-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  padding-bottom: 40px;
  display: flex;
}

.section-header-text {
  color: #000;
  letter-spacing: normal;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  line-height: 150%;
}

.series-event-grid {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 8px;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.brand-event-grid-copy {
  margin-top: 10px;
}

.setion-header-text-wrapper {
  z-index: 5;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.div-block-451-copy {
  flex-flow: column;
  justify-content: flex-start;
  align-items: baseline;
  display: flex;
}

.series-page-content-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  margin-top: 16px;
  display: grid;
  position: static;
}

.series-page-content-grid.event-page-2-0 {
  grid-column-gap: 26px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.registration-announcement-pre-header-copy {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
}

.form-progress-bar-base-3-sections {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background-color: rgba(245, 245, 245, 0.1803921569);
  border-radius: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.div-block-558 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  align-self: flex-start;
  width: 50%;
  padding-right: 16px;
  display: flex;
}

.div-block-558.landing-page-mode {
  width: 400px;
}

.add-contact-email-field-event-creation {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--light-grey);
  border-radius: 8px;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 100%;
  padding-left: 18px;
  display: flex;
}

.check-incon-event-creation-done-stage {
  width: 20px;
  height: 20px;
}

.check-incon-event-creation-done-stage:hover {
  cursor: pointer;
}

.preview-event-ec-button {
  border: 2px solid var(--grey);
  background-color: var(--transparent);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  border-radius: 8px;
  width: 50%;
  padding: 12px 24px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.preview-event-ec-button.is-tertiary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.preview-event-ec-button.is-small {
  padding: 0.5rem 1.25rem;
}

.preview-event-ec-button.is-small.is-alternate {
  border-style: none;
  border-radius: 8px;
  position: absolute;
  inset: 0%;
}

.preview-event-ec-button.is-small.is-alternate.add-photos {
  background-image: linear-gradient(to bottom, var(--light-grey), var(--light-grey));
  flex-flow: column;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.preview-event-ec-button.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: rgba(0, 0, 0, 0);
  border-style: solid;
}

.preview-event-ec-button.is-secondary.race-pace {
  border-style: solid;
}

.preview-event-ec-button.is-add-to-cart-button {
  border-radius: 8px;
  width: 100%;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.preview-event-ec-button.is-link {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: 0.25rem 0;
  line-height: 1;
  text-decoration: none;
}

.preview-event-ec-button.is-link.is-icon {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
}

.preview-event-ec-button.is-navbar16-button {
  z-index: 1;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  position: relative;
}

.preview-event-ec-button.race-pace {
  border-style: solid;
  border-width: 1px;
  border-radius: 8px;
  padding: 8px 16px;
  font-weight: 600;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.preview-event-ec-button.race-pace.submit {
  background-image: linear-gradient(148deg, #c4a2ff, #ff4200);
  border-style: none;
}

.preview-event-ec-button.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: rgba(0, 0, 0, 0);
}

.preview-event-ec-button.is-secondary.is-small.is-grid-list {
  width: 100%;
}

.preview-event-ec-button.is-secondary.is-buy-now-button {
  width: 100%;
  margin-bottom: 1rem;
}

.preview-event-ec-button.is-add-to-cart-button {
  width: 100%;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.preview-event-ec-button.back {
  background-color: var(--transparent);
  box-shadow: none;
  background-image: none;
  padding-left: 0;
  padding-right: 24px;
  text-decoration: underline;
}

.preview-event-ec-button.not-ready {
  background-color: var(--grey);
  opacity: 0.5;
  background-image: none;
}

.preview-event-ec-button.skip {
  background-color: var(--transparent);
  box-shadow: none;
  background-image: none;
  padding-left: 0;
  padding-right: 24px;
  text-decoration: underline;
}

.div-block-488-copy-copy-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  min-width: 800px;
  display: flex;
}

.div-block-488-copy-copy-2.event-page {
  width: 100%;
  min-width: auto;
}

.div-block-559 {
  border-radius: 8px;
  flex-flow: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-559.event-page {
  width: 100%;
}

.code-embed-8 {
  border-radius: 8px;
  margin-bottom: 0;
}

.code-embed-8.event-page {
  width: 100%;
}

.create-sub-event-accordian-bottom {
  border-radius: 8px;
  height: 100%;
  overflow: hidden;
}

.create-sub-event-accordian-bottom.temp {
  display: none;
}

.create-sub-event-section-top {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--light-grey);
  cursor: pointer;
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.create-sub-event-accordian-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.max-width-large-13 {
  width: 100%;
  max-width: 48rem;
}

.create-sub-event-icon-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  align-self: center;
}

.create-event-sub-event-accordian {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.div-block-560 {
  background-color: var(--light-grey);
  border-radius: 8px;
  flex-flow: column;
  align-self: center;
  padding: 8px;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.create-sub-event-sub-content-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: 8px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.create-sub-event-sub-content-wrapper.grid {
  grid-column-gap: 8px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 0.5fr 0.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.create-sub-event-sub-content-wrapper.grid.participants {
  grid-column-gap: 36px;
  grid-template-rows: auto;
}

.create-sub-event-sub-content-wrapper.grid.prricing {
  grid-template-rows: auto auto auto;
}

.create-sub-event-sub-content-wrapper.prricing-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 0.5fr 0.5fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.create-sub-event-sub-content-wrapper.prricing-flex.participants {
  grid-column-gap: 36px;
}

.create-sub-event-sub-content-wrapper.prricing-flex.prricing {
  grid-template-rows: auto auto auto;
}

.sub-event-creation-checkbox-text {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 120%;
}

.sub-event-creation-checkbox-text.event-series-select {
  align-self: center;
}

.sub-event-creation-checkbox-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.sub-event-creation-checkbox-wrapper.gender {
  margin-top: 8px;
}

.sub-event-creation-checkbox-wrapper.event-series-select {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.create-sub-event-bottom-content-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: 8px;
  flex-flow: column;
  display: flex;
}

.sub-event-creation-checkbox-box {
  cursor: pointer;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: 0.5rem;
  transition: all 0.2s;
}

.sub-event-creation-checkbox-box.w--redirected-checked {
  background-color: var(--dark-grey);
  box-shadow: none;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #ccc;
}

.sub-event-creation-checkbox-box.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  border-radius: 4px;
}

.radio3_component-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.radio3_field-4 {
  background-color: var(--white);
  cursor: pointer;
  border-radius: 8px;
  flex-direction: column;
  margin-bottom: 0;
  padding: 8px;
  font-weight: 400;
  display: flex;
  position: relative;
}

.div-block-537-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #f2f2f2;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.add-early-bird-pricing-button {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--white);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 8px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.div-block-469-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: grid;
}

.bold-text-13 {
  letter-spacing: normal;
  font-style: italic;
}

.remove-pricing-category-button-text {
  text-align: center;
  font-size: 14px;
  line-height: 120%;
}

.remove-pricing-category-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: pointer;
  flex-flow: row;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  text-decoration: underline;
  display: flex;
}

.add-early-bird-pricing-button-wrapper-first-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-end;
  align-self: center;
  align-items: flex-end;
  display: none;
}

.create-sub-event-content-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: 8px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.create-sub-event-content-wrapper.age {
  width: auto;
}

.event-creation-sub-event-pricing-set-price-content-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.div-block-564 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.add-early-bird-pricing-button-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-end;
  align-self: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.bold-text-14 {
  letter-spacing: 0;
  font-weight: 600;
}

.event-creation-sub-event-pricing-set-price-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.event-creation-sub-event-pricing-set-price-additional-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 2px solid var(--grey);
  border-radius: 8px;
  flex-flow: column;
  padding: 12px;
  display: flex;
}

.event-creation-sub-event-pricing-set-price-additional-wrapper.first {
  border-style: none;
  border-radius: 0;
  padding: 0;
}

.sub-event-creation-done-with-section-button {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--white);
  cursor: pointer;
  background-image: linear-gradient(333deg, #eaa1e4, #aad8ff 79%);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 8px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.sub-event-creation-done-with-section-button.create-list {
  padding-left: 16px;
  padding-right: 16px;
}

.sub-event-creation-done-button-text {
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
}

.create-sub-event-date-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.delete-sub-event-button {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border: 1px solid var(--grey);
  background-color: var(--transparent);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 40px;
  margin-top: 20px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.create-event-participant-checkbox-wrapper,
.create-event-participant-checkbox-wrapper.participant-info {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.create-event-description-text-copy {
  margin-left: 10px;
  font-size: 14px;
  line-height: 120%;
}

.create-sub-event-participant-field-content-wrapper-copy {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.participant-info-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.event-creation-next-button-copy {
  background-image: none;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.create-event-publich-button {
  background-color: var(--transparent);
  background-image: linear-gradient(135deg, #ff764f, #d9b0f5 50%, #a6dbff);
  width: 100%;
}

.div-block-565 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.pricing-top-overall-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  padding: 0;
  display: flex;
}

.price-field-containter {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.event-creation-radio-label {
  z-index: 1;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 14px;
  line-height: 120%;
}

.event-creation-radio-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.event-creation-radio {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  cursor: pointer;
  border-radius: 8px;
  flex-flow: column;
  align-items: center;
  margin-bottom: 0;
  padding: 1rem;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.event-creation-radio.is-active-inputactive {
  border-color: var(--grey);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
}

.event-creation-radio-toggle {
  z-index: 2;
  background-color: var(--transparent);
  cursor: pointer;
  border-style: none;
  border-radius: 0;
  order: 1;
  width: 100%;
  height: 100%;
  margin: 0;
  transition: all 0.2s;
  position: absolute;
  inset: 0%;
}

.event-creation-radio-toggle:hover {
  z-index: 1;
  border: 1px solid #e2a5ee;
  border-radius: 8px;
}

.event-creation-radio-toggle.w--redirected-focus {
  border: 1px solid #afd4fe;
  border-radius: 8px;
}

.pricing-radio-header {
  z-index: 1;
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
}

.early-bird-pricing-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

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

.dropdown2_toggle {
  grid-column-gap: 0.5rem;
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 1rem;
  display: flex;
}

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

.dropdown2_dropdown-list.w--open {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  margin-top: 0.5rem;
  padding: 0.5rem;
}

.dropdown2_dropdown-link {
  padding: 0.5rem;
}

.dropdown2_dropdown-link.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.bold-text-15 {
  letter-spacing: 0;
}

.start-date-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.edit-fundraiser {
  border: 1px solid #000;
  border-radius: 4px;
  align-items: center;
  height: 35px;
  margin-top: 8px;
  padding: 4px 8px;
  text-decoration: none;
  display: flex;
}

.create-fundraiser {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid #000;
  border-radius: 4px;
  margin-top: 8px;
  padding: 4px 8px;
  text-decoration: none;
  display: flex;
}

.fundraiser-wrapper {
  flex-direction: column;
  margin-top: 10px;
  display: flex;
}

.fundraise-tab {
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.fundraise-tab.tracksmith {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.fundraise-tab-menu {
  align-self: center;
  margin-bottom: 10px;
}

.fundraise-tab-menu._1-2.tracksmith {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: grid;
}

.i-ll-fundraise-tab-1-2 {
  pointer-events: auto;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  border-radius: 8px;
  width: 150px;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 24px 8px;
  font-size: 18px;
  line-height: 24px;
  transition: background-color 0.3s;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.i-ll-fundraise-tab-1-2:hover {
  color: #000;
  background-color: rgba(255, 255, 255, 0);
  background-image: linear-gradient(111deg, rgba(250, 75, 130, 0.2), rgba(188, 185, 14, 0.1019607843) 83%);
}

.i-ll-fundraise-tab-1-2.w--current {
  opacity: 1;
  mix-blend-mode: multiply;
  background-color: rgba(255, 255, 255, 0);
  background-image: linear-gradient(111deg, rgba(250, 75, 177, 0.4705882353), rgba(150, 188, 14, 0.231372549) 83%);
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.i-ll-fundraise-tab-1-2.w--current:hover {
  color: #000;
  background-color: rgba(217, 217, 217, 0.4509803922);
}

.i-ll-fundraise-tab-1-2._1-3 {
  background-color: var(--grey);
}

.i-ll-fundraise-tab-1-2._1-3:hover {
  background-color: var(--grey);
  background-image: none;
}

.i-ll-fundraise-tab-1-2._1-3:active {
  background-color: var(--dark-grey);
}

.i-ll-fundraise-tab-1-2._1-3.w--current {
  background-color: var(--grey);
  background-image: none;
}

.i-ll-fundraise-tab-1-2._1-3.w--current:active {
  background-color: var(--dark-grey);
}

.don-t-fundraise-tab-1-2 {
  pointer-events: auto;
  background-color: rgba(255, 94, 0, 0);
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  border-radius: 8px;
  width: 150px;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 24px 8px;
  font-size: 18px;
  line-height: 24px;
  transition: background-color 0.3s;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.don-t-fundraise-tab-1-2:hover {
  color: #000;
  background-color: rgba(255, 94, 0, 0.1490196078);
}

.don-t-fundraise-tab-1-2.w--current {
  opacity: 1;
  mix-blend-mode: multiply;
  background-color: rgba(255, 94, 0, 0.1490196078);
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.don-t-fundraise-tab-1-2.w--current:hover {
  color: #000;
  background-color: rgba(255, 94, 0, 0.1490196078);
  background-image: none;
}

.don-t-fundraise-tab-1-2.w--current:active {
  background-color: rgba(255, 255, 255, 0);
}

.don-t-fundraise-tab-1-2._1-3 {
  background-color: var(--light-grey);
}

.don-t-fundraise-tab-1-2._1-3:hover {
  background-color: var(--grey);
}

.don-t-fundraise-tab-1-2._1-3:active {
  background-color: var(--dark-grey);
}

.don-t-fundraise-tab-1-2._1-3.w--current {
  background-color: var(--grey);
}

.account-block-a-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.account-block-a-copy.emailer {
  max-height: 700px;
}

.event-management-filter-dropdown-wrapper-copy {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.event-management-filter-dropdown-wrapper-copy.twilight-5000-2024 {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}

.event-management-filter-dropdown-wrapper-copy.email {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-style: none;
  justify-content: flex-start;
}

.sub-event-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--light-grey);
  background-color: var(--white);
  border-radius: 8px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.div-block-375-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.div-block-377-copy {
  flex-flow: column;
  justify-content: space-between;
  align-self: flex-end;
  height: 53.5772%;
}

.event-management-card-grid-copy {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 2px solid #d9d9d9;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-height: 600px;
  margin-bottom: 0;
  margin-left: 0;
  padding: 16px;
  display: grid;
  overflow: scroll;
}

.event-management-card-grid-copy.manage-sub-events {
  min-width: 700px;
  min-height: 0;
}

.registration-code-and-button-wrapper-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: flex-end;
  display: flex;
}

.sub-event-category-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.event-creation-thank-you-image {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 8px;
  height: 99.9998%;
}

.text-block-43-copy {
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
}

.div-block-568 {
  border-radius: 8px;
  height: 100%;
}

.start-daie-padding {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.start-daie-padding.registration-page {
  flex-flow: row;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-end;
}

.start-daie-padding.registration-page.reg-info.vertical {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.create-event-date-content-wrarpper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 92%;
  display: flex;
}

.create-event-date-content-wrarpper.sub-event,
.create-event-date-content-wrarpper.advanced-options {
  width: 100%;
}

.create-event-date-content-wrarpper._50 {
  width: 50%;
}

.div-block-569 {
  margin-top: 16px;
}

.create-event-field-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--light-grey);
  border-radius: 8px;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  min-width: 400px;
  padding-left: 14px;
  display: flex;
}

.radio2_field-4 {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  align-items: center;
  margin-bottom: 0;
  padding: 0.5rem 1rem;
  display: flex;
  position: relative;
}

.radio2_field-4.is-active-inputactive {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
}

.radio2_label-5 {
  z-index: 1;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
}

.create-event-form-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.create-event-form-wrapper.groups {
  justify-content: flex-start;
  align-items: center;
}

.multi-form1_block-copy-copy-copy,
.multi-form1_block-copy-copy {
  z-index: 1;
  margin-bottom: 0;
  position: relative;
}

.race-day-overall-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  display: flex;
  position: static;
  overflow: visible;
}

.race-day-list-wrapper,
.race-day-list-wrapper.payout-reports,
.race-day-list-wrapper.donation-page {
  width: 100%;
}

.race-day-page-spacing {
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 45px;
}

.race-day-list-filter-and-search-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.race-day-race-header-wrapper {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}

.race-title-text {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 36px;
  line-height: 120%;
  display: flex;
}

.race-title-text.register {
  text-align: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.race-title-text.add-event {
  align-self: center;
  margin-top: 40px;
  padding-top: 0;
  padding-bottom: 0;
}

.race-day-list-text-content-name {
  overflow-wrap: anywhere;
  width: 150px;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
}

.race-day-list-text-content-name.twilight-5000-2024 {
  width: 230px;
}

.race-day-list-text-content-name.payment-reports {
  font-size: 14px;
}

.race-day-list-text-content-name.dontate-to {
  width: 300px;
}

.race-day-list-text-content-name.location {
  margin-bottom: 0;
  font-weight: 400;
}

.race-day-check-in-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--grey);
  color: var(--black);
  border-radius: 8px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 160px;
  padding: 8px 16px 8px 8px;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.race-day-check-in-button.checked-in {
  background-color: var(--transparent);
  box-shadow: none;
  width: 160px;
}

.race-day-check-in-button.checked-in.modal {
  background-color: #d5ffcc;
}

.race-day-check-in-button.checked-in.modal-announcment {
  margin-right: 0;
  padding-right: 8px;
}

.race-day-check-in-button.checked-in.list-view {
  justify-content: flex-end;
  align-items: center;
  margin-right: 0;
  padding: 0;
}

.race-day-check-in-button.checked-in.list-view.pop-up {
  background-color: var(--transparent);
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
}

.race-day-check-in-button.checked-in.undo {
  align-self: flex-end;
  width: auto;
  margin-right: 0;
  padding: 0;
  text-decoration: underline;
}

.race-day-check-in-button.active-button {
  width: 100%;
  margin-right: 0;
}

.race-day-check-in-button.active-button.not-ready {
  background-color: var(--light-grey);
  color: var(--grey);
}

.race-day-list-text-content-name-header {
  color: var(--black);
  text-align: left;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  width: 150px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.race-day-list-text-content-name-header.twilight-5000-2024 {
  width: 230px;
}

.race-day-list-text-content-name-header.location {
  margin-bottom: 0;
}

.text-field-11 {
  width: 151px;
  font-weight: 600;
}

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

.add-participant-race-day-button-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-end;
  align-self: center;
  align-items: flex-end;
  width: 100%;
  margin-top: 24px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.add-participant-race-day-button-wrapper.top {
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 20%;
  margin: 0 0 24px;
}

.add-participant-race-day-button {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--grey);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 8px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.race-day-button-text {
  font-size: 14px;
  font-weight: 600;
}

.race-day-button-text.undo {
  white-space: nowrap;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: underline;
}

.race-day-check-in-button-icon {
  width: 15px;
  height: 15px;
}

.race-day-check-in-button-icon:hover {
  cursor: pointer;
}

.race-day-check-in-button-icon.bigger {
  width: 25px;
  height: 25px;
}

.container-large-18 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-section-large-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.faq3_question-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.padding-global-10 {
  padding-left: 5%;
  padding-right: 5%;
}

.faq3_component-2 {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 0.75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.faq3_list-2 {
  border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
}

.add-a-participant-modal {
  background-color: rgba(255, 255, 255, 0.4);
  justify-content: center;
  align-items: center;
  display: none;
  position: relative;
}

.add-a-participant-header {
  color: #000;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2em;
}

.add-a-participant-modal-spacing {
  z-index: 999;
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 30px;
  display: flex;
  position: fixed;
  top: 25vh;
  left: 25vw;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.add-participant-content-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.add-a-participant-subtext {
  letter-spacing: normal;
  font-size: 16px;
  line-height: 120%;
}

.in-form-multiple-donation-button-overall-wrapper-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  max-height: 350px;
  display: flex;
  overflow: auto;
}

.event-creation-form-block-copy {
  z-index: 1;
  align-self: flex-start;
  width: 100%;
  margin-bottom: 0;
}

.event-creation-form-block-form-copy {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.div-block-558-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  align-self: flex-start;
  width: 100%;
  padding-right: 16px;
  display: flex;
}

.create-event-date-description-text-copy {
  margin-left: 10px;
  font-size: 14px;
  line-height: 120%;
}

.create-event-date-description-text-copy.left-aligned {
  margin-left: 0;
}

.create-event-date-description-text-copy.left-aligned.italics,
.create-event-date-description-text-copy.analytics-stacked-list-content-spacing {
  font-style: italic;
}

.add-contact-email-field-event-creation-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--light-grey);
  border-radius: 8px;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 100%;
  padding-left: 18px;
  display: flex;
}

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

.content-block.with-padding {
  margin-left: 40px;
  margin-right: 40px;
}

.content-block.with-padding.updated-top {
  margin-top: 100px;
}

.top-nav-event-creation-padding {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.top-nav-event-creation-2 {
  z-index: 999;
  background-color: #fff;
  background-image: linear-gradient(#fff, #fff);
  justify-content: space-between;
  align-items: center;
  height: 60px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.top-nav-event-creation-padding-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.event-creation-exit-button-3,
.event-creation-exit-button-4 {
  color: #000;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #f2f2f2;
  border-radius: 8px;
  padding: 8px 24px;
}

.race-day-position-wrapper {
  border-bottom: 1px solid #d9d9d9;
  justify-content: space-between;
  width: 100%;
  padding-left: 20px;
  display: flex;
}

.race-day-position-wrapper.header {
  background-color: var(--grey);
}

.race-day-list-row-duplicate {
  border-top: 1px #000;
  justify-content: space-between;
  display: flex;
}

.race-day-list-row-duplicate.checked-in {
  background-color: rgba(109, 153, 68, 0.7294117647);
}

.race-day-list-overall-content-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.race-day-list-overall-content-wrapper.modal {
  border: 2px solid var(--grey);
  border-radius: 8px;
  padding: 16px;
}

.race-day-list-overall-content-wrapper.modal.checked-in {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #d5ffcc;
  flex-flow: column;
}

.race-day-list-right-content-wrapper {
  display: flex;
}

.race-day-check-in-large-text {
  text-align: left;
  overflow-wrap: break-word;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.race-day-check-in-large-text.name.list-view {
  width: 225px;
  font-size: 20px;
}

.race-day-check-in-large-text.list {
  font-size: 16px;
}

.race-day-check-in-large-text.larger,
.race-day-check-in-large-text.larger-copy,
.race-day-check-in-large-text.merch {
  font-size: 45px;
}

.race-day-participant-info-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: stretch;
  width: 100%;
  height: 100%;
  margin-right: 40px;
  display: flex;
}

.race-day-participant-info-grid.draft-card {
  display: block;
}

.race-day-participant-info-grid.wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  padding: 0;
  display: flex;
}

.race-day-name-text-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  width: 300px;
  display: flex;
}

.race-day-content-spacing {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  align-self: flex-start;
  align-items: center;
  width: auto;
  margin-bottom: 0;
  display: flex;
}

.race-day-content-spacing.confirmation-modal {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.race-day-sub-event-text {
  text-align: left;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  line-height: 120%;
}

.race-day-info-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}

.race-day-info-text.price {
  font-size: 14px;
  font-weight: 400;
}

.race-day-info-text.bold {
  font-weight: 700;
}

.div-block-570 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.div-block-570.merch {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  padding-top: 4px;
}

.div-block-570.bib {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border-color: var(--movemint-gradient-color-2);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  padding-top: 4px;
  padding-bottom: 4px;
}

.race-day-info-icon {
  width: 20px;
  max-width: none;
}

.race-day-checkin-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.race-day-check-in-confirmation-modal {
  background-color: rgba(255, 255, 255, 0.4);
  justify-content: center;
  align-items: center;
  position: relative;
}

.race-day-check-in-confirmation-modal.checked-in,
.race-day-check-in-confirmation-modal.standard-check-in {
  display: none;
}

.race-day-check-in-confirmation-modal.add-bib-number {
  display: block;
}

.race-day-check-in-confirmation-modal-spacing {
  z-index: 999;
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 35px;
  display: flex;
  position: fixed;
  top: 15vh;
  left: 25vw;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.race-day-check-in-confirmation-modal-spacing.checked-in {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  padding-bottom: 16px;
}

.race-day-check-in-confirmation-content-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.race-day-check-in-confirmation-header {
  color: #000;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2em;
}

.race-day-check-in-confirmation-subtext {
  letter-spacing: normal;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 120%;
}

.race-day-check-in-modal-content-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.race-day-go-back-modal-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--grey);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 16px;
  display: flex;
}

.volunteer-card-icon-1-2-copy {
  width: 25px;
}

.race-day-card-grid {
  box-sizing: border-box;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 2px solid #d9d9d9;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 650px;
  margin-bottom: 0;
  margin-left: 0;
  padding: 16px;
  display: grid;
  overflow: scroll;
}

.event-card-top-info-wrapper {
  flex-flow: column;
  display: flex;
}

.event-card-date-and-time {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  align-items: flex-end;
  display: flex;
}

.event-card-info-section-spacing {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.race-day-merch-items-wrapper {
  display: flex;
}

.link-block-22 {
  border: 1px solid var(--grey);
  border-radius: 8px;
  justify-content: space-between;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.link-block-22.checked-in {
  background-color: rgba(212, 255, 204, 0.5882352941);
}

.link-block-22.wrapper {
  padding: 16px;
}

.link-block-22.wrapper.checked-in {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
}

.link-block-22.wrapper.add-bib {
  background-color: rgba(255, 212, 179, 0.6705882353);
}

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

.div-block-572 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.race-day-info-formatting {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.race-day-info-formatting.price-increase {
  background-image: linear-gradient(279deg, rgba(192, 75, 250, 0.3019607843), rgba(238, 106, 111, 0.4));
  border-radius: 8px;
  order: -1;
  padding: 4px 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.race-day-info-formatting.price-increase.iowa-gravel {
  background-image: linear-gradient(279deg, #e6aa38, #cdb895);
}

.race-day-info-formatting.series-card {
  background-image: linear-gradient(279deg, rgba(255, 255, 255, 0.3019607843), rgba(135, 135, 135, 0.4));
  border-radius: 8px;
  order: -1;
  padding: 4px 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.race-day-info-formatting.merch {
  border-color: var(--movemint-gradient-color-3);
}

.merch-item-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.div-block-573 {
  flex-flow: column;
  align-self: center;
  margin-right: 16px;
  display: flex;
}

.div-block-575 {
  align-items: center;
  display: flex;
}

.div-block-576 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.div-block-576.merch-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
}

.event-card-row-formatting-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.text-field-12 {
  background-color: var(--transparent);
  color: var(--dark-grey);
  margin-bottom: 0;
  padding: 8px;
  font-size: 45px;
  font-weight: 700;
  line-height: 120%;
}

.text-field-12::placeholder {
  color: #f0a356;
}

.form-10 {
  border: 1px #000;
  font-size: 45px;
  line-height: 120%;
}

.form-block-14 {
  margin-bottom: 0;
  padding-left: 0;
  line-height: 120%;
}

.create-event-text-field-3 {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: #999;
  background-color: rgba(255, 255, 255, 0.5019607843);
  border: 1px #000;
  border-radius: 8px;
  margin-bottom: 0;
  font-size: 18px;
}

.create-event-text-field-3:focus {
  color: #000;
}

.create-event-text-field-3.name-your-event {
  color: #000;
  word-break: normal;
  overflow-wrap: anywhere;
  object-fit: cover;
  background-color: #f2f2f2;
  padding: 36px 8px;
  font-size: 36px;
  font-weight: 700;
}

.create-event-text-field-3.name-your-event:focus {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.create-event-text-field-3.bib-assignment {
  background-color: var(--transparent);
  color: #000;
  word-break: normal;
  overflow-wrap: anywhere;
  object-fit: cover;
  border-style: solid;
  padding: 36px 8px;
  font-size: 45px;
  font-weight: 700;
}

.create-event-text-field-3.bib-assignment:focus {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.name-field-wrapper-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}

.create-event-description-text-copy {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}

.race-day-list-and-filter-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.registration-counter-text {
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 100%;
}

.registration-counter-text.donation-from {
  font-style: italic;
}

.registration-counter-text.start-list {
  font-size: 12px;
}

.div-block-577 {
  margin-bottom: 16px;
}

.recent-activity-text-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.top-reg-acticity-icon {
  width: 15px;
}

.recent-activity-overall-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.recent-activity-overall-wrapper.admin-button {
  justify-content: flex-start;
  align-items: center;
}

.recent-activity-overall-wrapper.list.result {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
}

.event-card-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: 8px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 400px;
  display: flex;
  position: relative;
}

.event-card-2.marketing-view {
  max-width: none;
}

.image-75 {
  aspect-ratio: 3/2;
  object-fit: cover;
  border-radius: 9px;
  width: 100%;
}

.image-75.result {
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 0 0;
  background-size: auto;
}

.div-block-579 {
  position: absolute;
  inset: auto 0% 0%;
  box-shadow: 0 0 5px 9px rgba(0, 0, 0, 0.2);
}

.div-block-579-copy {
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-579-copy-copy {
  position: absolute;
  inset: 0% 0% auto auto;
}

.event-card-2-0-text {
  color: var(--white);
}

.event-card-2-quick-info-content {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.7019607843);
  border-radius: 8px;
  align-self: center;
  align-items: center;
  height: 30px;
  padding: 4px 8px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.event-card-2-quick-info-content.top-10 {
  background-image: linear-gradient(133deg, #ffbcbc, #ffafef);
}

.event-card-2-quick-info-content.with-icon {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.nt-card-2-image-wrapper {
  border-radius: 8px;
  width: 100%;
  position: relative;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.event-card-2-quick-info-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
  margin-left: 16px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.event-card-2-share-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  height: 35px;
  margin-top: 8px;
  margin-right: 8px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.event-card-2-0-more-icon {
  vertical-align: text-top;
  width: 20px;
  height: 20px;
}

.event-card-2-0-more-icon:hover {
  cursor: pointer;
}

.event-card-2-0-more-icon.share {
  width: 15px;
}

.event-card-2-share-icon {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  height: 30px;
  padding: 4px 8px;
  display: block;
  position: relative;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.event-card-2-quick-info-text {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  line-height: 100%;
}

.event-card-2-0-info-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: stretch;
  display: flex;
}

.event-card-2-0-info-wrapper.draft-card {
  display: block;
}

.event-card-2-0-info-wrapper.info-modal {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  margin-top: 0;
}

.event-card-2-0-info-wrapper.info-modal-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: flex;
}

.event-card-2-0-primary-content-wrapper {
  flex-flow: column;
  align-self: flex-start;
  width: auto;
  display: flex;
}

.event-cad-2-0-event-title-text {
  text-align: left;
  word-break: keep-all;
  width: 100%;
  max-width: 255px;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
}

.event-cad-2-0-event-title-text.results {
  font-size: 16px;
}

.event-cad-2-0-event-title-text.athlete-card-page {
  font-size: 24px;
}

.event-card-2-0-sub-event-text {
  color: var(--dark-grey);
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
}

.event-card-2-0-sub-event-text._1-2 {
  width: 100%;
}

.event-card-2-0-sub-event-text._1-2.waiver {
  margin: 0 10px;
  display: block;
}

.event-card-2-0-sub-event-text.results {
  color: var(--black);
}

.event-card-2-0-sub-event-text.athlete-card-page {
  font-size: 14px;
}

.event-card-2-0-text-wrapper {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.event-card-2-0-text-wrapper.athlete-profile {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.event-card-2-0-text-wrapper.with-group {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: flex-start;
}

.participant-event-card-2-0-modal {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(255, 255, 255, 0.4);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  position: relative;
}

.div-block-578-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: 8px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-581-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-582 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  align-self: flex-start;
  display: flex;
}

.event-card-2-0-more-info-top-text {
  color: #000;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2em;
}

.pick-an-organzation-content-wrapper-copy {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.event-card-2-0-close {
  color: #000;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
}

.event-card-2-0-athlete-more-info-modal-spacing {
  z-index: 999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: left;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  padding-bottom: 16px;
  display: flex;
  position: fixed;
  top: 5vh;
  left: 30vw;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.div-block-379-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  align-self: flex-start;
  margin-right: 0;
  display: flex;
}

.event-card-2-0-row-formatting {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.event-card-2-0-lower-info-content-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.event-card-2-0-athlete-more-info-text-padding {
  padding-left: 16px;
  padding-right: 16px;
}

.div-block-584 {
  margin-left: 40px;
  margin-right: 40px;
  display: block;
}

.div-block-379-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  align-self: flex-start;
  display: flex;
}

.event-card-2-0-button-button-link-wrapper {
  padding: 4px;
}

.event-card-2-0-bttom-athlete-button-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  margin-top: 8px;
  text-decoration: none;
  display: flex;
}

.volunteer-signup-info-text-copy {
  width: 100%;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 150%;
}

.volunteer-signup-info-text-copy._1-2 {
  width: 100%;
}

.volunteer-signup-info-text-copy._1-2.waiver {
  margin: 0 10px;
  display: block;
}

.pick-an-organzation-modal-background-copy {
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.8);
  justify-content: center;
  align-items: center;
  padding: 25px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.storefront-product-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.product1_image {
  aspect-ratio: 10/12;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.product1_item-link {
  text-decoration: none;
}

.product1_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  display: grid;
}

.product1_heading {
  flex: 1;
}

.product1_button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.product1_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.max-width-large-14 {
  width: 100%;
  max-width: 48rem;
}

.event-card-grid-profile-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

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

.div-block-585 {
  background-color: rgba(224, 224, 224, 0.6705882353);
  position: absolute;
  inset: 0%;
}

.div-block-585-copy {
  z-index: 3;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-381-copy-copy-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 16px;
  display: flex;
}

.registration-overall-content-wrapper-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  height: 100%;
  margin-right: 0;
  display: flex;
}

.div-block-377-copy-copy {
  flex-flow: column;
  justify-content: space-between;
  align-self: flex-end;
  height: 53.5772%;
}

.event-card-2-0-primary-content-wrapper-copy {
  flex-flow: column;
  align-self: center;
  align-items: center;
  width: auto;
  display: flex;
}

.event-card-row-formatting-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.volunteer-card-icon-1-2-copy {
  width: 20px;
  display: flex;
}

.event-card-2-0-info-wrapper-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.div-block-379-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  align-self: flex-start;
  align-items: center;
  margin-right: 24px;
  display: flex;
}

.profile-image-section {
  width: 200px;
  height: 200px;
  position: absolute;
  inset: 20% auto auto 40px;
}

.profile-image-section.logo-only {
  border-radius: 9999px 0 0 9999px;
  width: auto;
  height: auto;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
}

.profile-image-section.logo-only.athlete {
  display: flex;
}

.profile-top-left-section {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.profile-top-left-section.fundraising-page {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.result-number-text {
  margin-bottom: 4px;
  font-size: 36px;
  font-weight: 700;
}

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

.registration-quick-info-text-copy.semibold {
  font-weight: 600;
}

.registration-quick-info-text-copy.profile-group-text {
  font-size: 14px;
}

.button-7-copy {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
}

.button-7-copy.is-small.is-alternate {
  border-style: none;
  border-radius: 8px;
  position: absolute;
  inset: 0%;
}

.div-block-586 {
  background-color: rgba(255, 255, 255, 0.9019607843);
  border-radius: 8px;
  height: 30px;
  margin-top: 0;
  margin-left: 0;
  padding: 8px;
}

.div-block-586.admin {
  border: 1.5px solid #000;
  height: 30px;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: relative;
}

.div-block-587,
.social-activity-event-card-2-0-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.social-activity-event-card-2-0-wrapper.bold {
  font-weight: 600;
}

.heading-style-h4-copy {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.page-header3_component-copy {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  display: flex;
}

.div-block-588 {
  border-radius: 8px;
  margin-left: 40px;
  margin-right: 40px;
}

.section_page-header3-copy {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 0.75fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 100px;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
}

.text-block-55 {
  font-size: 12px;
  line-height: 120%;
}

.image-76 {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 200px;
}

.div-block-589 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
  position: sticky;
}

.div-block-590 {
  background-color: var(--white);
  border-radius: 8px;
  width: 100%;
  padding: 16px;
  font-size: 14px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.div-block-578-copy-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.event-card-2-0-row-formatting-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-378-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: baseline;
  width: 100%;
  display: flex;
}

.div-block-591 {
  background-image: linear-gradient(119deg, rgba(238, 106, 111, 0.3019607843), rgba(75, 151, 250, 0.3019607843) 50%, rgba(162, 89, 255, 0.3019607843));
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.event-card-2-0-athlete-more-info-text-padding-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.div-block-592 {
  margin-top: 40px;
  margin-left: 220px;
  margin-right: 220px;
}

.div-block-593 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.text-block-56 {
  font-size: 17px;
  font-weight: 600;
}

.athlete-event-card-page-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--grey);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.athlete-event-card-page-button.price-increase {
  background-image: linear-gradient(279deg, rgba(192, 75, 250, 0.3019607843), rgba(238, 106, 111, 0.4));
  border-radius: 8px;
  order: -1;
  padding: 4px 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.athlete-event-card-page-button.price-increase.iowa-gravel {
  background-image: linear-gradient(279deg, #e6aa38, #cdb895);
}

.athlete-event-card-page-button.series-card {
  background-image: linear-gradient(279deg, rgba(255, 255, 255, 0.3019607843), rgba(135, 135, 135, 0.4));
  border-radius: 8px;
  order: -1;
  padding: 4px 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.athlete-event-card-page-button.transfer-pending {
  background-color: var(--white);
  box-shadow: none;
}

.div-block-594 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.div-block-595 {
  height: 10099%;
}

.image-75-copy {
  aspect-ratio: 3/2;
  object-fit: cover;
  border-radius: 9px;
  height: 100%;
}

.image-75-copy.result {
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 0 0;
  background-size: auto;
}

.series-page-header-text-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  display: flex;
}

.div-block-381-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.div-block-597 {
  flex-flow: column;
  justify-content: space-between;
  align-self: flex-end;
  height: 53.5772%;
}

.div-block-598 {
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.div-block-599 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
  display: flex;
}

.button-18 {
  grid-column-gap: 8px;
  grid-row-gap: 12px;
  color: #000;
  -webkit-text-stroke-color: #000;
  object-fit: scale-down;
  background-color: #000;
  background-image: linear-gradient(to right, #ff6250, #a259ff 45%, #09b7f6);
  border-radius: 20px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-width: 0;
  height: 60px;
  padding: 12px 24px;
  font-family: Space Mono, sans-serif;
  text-decoration: none;
  display: flex;
}

.button-18.achievement-card {
  background-image: linear-gradient(315deg, #ff6250, #a259ff 51%, #09b7f6);
  justify-content: center;
  max-width: 100%;
}

.button-18.achievement-card.unlisted {
  background-color: #fff;
  background-image: linear-gradient(322deg, rgba(252, 167, 208, 0.5019607843), rgba(162, 89, 255, 0.3019607843) 50%, rgba(75, 224, 250, 0.5019607843));
  border: 1px rgba(0, 0, 0, 0);
}

.button-18.achievement-card.unlisted.event-purchase-button {
  background-image: linear-gradient(322deg, rgba(75, 151, 250, 0.8), rgba(238, 106, 111, 0.8) 53%, #e6def0);
  width: auto;
  min-width: 150px;
}

.button-18.achievement-card.unlisted.event-purchase-button.event-header-interim {
  opacity: 1;
  mix-blend-mode: multiply;
  background-color: rgba(13, 199, 231, 0);
  background-image: linear-gradient(290deg, #e6def0, rgba(238, 106, 111, 0.4588235294) 38%, rgba(75, 151, 250, 0.4588235294));
  border: 1.5px #ddd7d7;
  border-radius: 20px;
  align-self: center;
  min-width: 200px;
  box-shadow: inset 0 2px 12px 2px rgba(255, 255, 255, 0.3803921569), 0 2px 5px rgba(0, 0, 0, 0.2);
}

.button-18.achievement-card.unlisted.event-purchase-button.event-header-interim.reg-1-3 {
  align-self: flex-end;
}

.button-18.achievement-card.unlisted.event-purchase-button.event-header-interim.reg-1-3.series-pass {
  background-image: linear-gradient(325deg, #fff, #cecece 91%);
}

.div-block-600 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.div-block-601 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  align-self: flex-start;
  margin-right: 24px;
  display: flex;
}

.event-card-2-0-info-wrapper-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.event-card-2-0-text-wrapper-copy {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.link-block-23 {
  text-align: left;
  text-decoration: none;
}

.event-card-2-top-content {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
  display: flex;
}

.all-tabs-wrapper {
  width: 100%;
  max-width: none;
  display: block;
}

.all-tabs-wrapper.event-page-2-0 {
  margin-left: 0;
  margin-right: 0;
}

.div-block-602 {
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.event-detail-tabs-content-wrapper-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  max-height: none;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.event-detail-tabs-content-wrapper-copy.event-page-2-0 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.series-pass-card-and-padding {
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.series-pass-card-and-padding.inline {
  display: none;
}

.series-pass-sub-event-top-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.series-pass-sub-event-top-content.no-gap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.link-block-24 {
  text-decoration: none;
}

.brand-events-all-container-copy-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  padding-bottom: 40px;
  display: flex;
}

.link-block-25 {
  text-decoration: none;
}

.series-page-content-containter {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-self: flex-start;
  width: 100%;
  display: flex;
}

.tabs-content-container {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  overflow: visible;
}

.tabs-content-container.event-page-2-0 {
  margin-top: 20px;
}

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

.serries-pass-list-wrapper.gird {
  grid-template-columns: 1fr 1fr;
}

.link-block-26,
.link-block-27,
.link-block-28 {
  text-decoration: none;
}

.div-block-607 {
  flex-flow: column;
  justify-content: space-between;
  align-self: flex-end;
  height: 53.5772%;
}

.div-block-608 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
  display: flex;
}

.div-block-609 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.button-19 {
  grid-column-gap: 8px;
  grid-row-gap: 12px;
  color: #000;
  -webkit-text-stroke-color: #000;
  object-fit: scale-down;
  background-color: #000;
  background-image: linear-gradient(to right, #ff6250, #a259ff 45%, #09b7f6);
  border-radius: 20px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-width: 0;
  height: 60px;
  padding: 12px 24px;
  font-family: Space Mono, sans-serif;
  text-decoration: none;
  display: flex;
}

.button-19.achievement-card {
  background-image: linear-gradient(315deg, #ff6250, #a259ff 51%, #09b7f6);
  justify-content: center;
  max-width: 100%;
}

.button-19.achievement-card.unlisted {
  background-color: #fff;
  background-image: linear-gradient(322deg, rgba(252, 167, 208, 0.5019607843), rgba(162, 89, 255, 0.3019607843) 50%, rgba(75, 224, 250, 0.5019607843));
  border: 1px rgba(0, 0, 0, 0);
}

.button-19.achievement-card.unlisted.event-purchase-button {
  background-image: linear-gradient(322deg, rgba(75, 151, 250, 0.8), rgba(238, 106, 111, 0.8) 53%, #e6def0);
  width: auto;
  min-width: 150px;
}

.button-19.achievement-card.unlisted.event-purchase-button.event-header-interim {
  opacity: 1;
  mix-blend-mode: multiply;
  background-color: rgba(13, 199, 231, 0);
  background-image: linear-gradient(290deg, #e6def0, rgba(238, 106, 111, 0.4588235294) 38%, rgba(75, 151, 250, 0.4588235294));
  border: 1.5px #ddd7d7;
  border-radius: 20px;
  align-self: center;
  min-width: 200px;
  box-shadow: inset 0 2px 12px 2px rgba(255, 255, 255, 0.3803921569), 0 2px 5px rgba(0, 0, 0, 0.2);
}

.button-19.achievement-card.unlisted.event-purchase-button.event-header-interim.series-page {
  background-color: #d9d9d9;
  background-image: none;
  border-style: none;
  border-radius: 8px;
  min-width: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.button-19.achievement-card.unlisted.event-purchase-button.event-header-interim.series-page.discover-more {
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0);
  border: 1.5px solid #d9d9d9;
}

.div-block-381-copy-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.div-block-610 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  align-self: flex-start;
  margin-right: 24px;
  display: flex;
}

.home7-blog_button-wrapper {
  margin-top: 1.5rem;
  display: flex;
}

.home7-gallery_image6 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home7-cta_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.image-overlay-layer {
  z-index: 1;
  background-color: rgba(188, 188, 188, 0.0588235294);
  position: absolute;
  inset: 0%;
}

.image-overlay-layer.hide {
  background-color: rgba(0, 0, 0, 0.2705882353);
  display: none;
}

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

.home7-gallery_image7 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home7-header_image-wrapper {
  flex: 1;
  position: relative;
}

.home7-blog_heading {
  flex: 1;
}

.footer3_social-list {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

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

.padding-section-large-3 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.home7-blog_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.home7-blog_image-link {
  width: 100%;
  margin-bottom: 1.5rem;
}

.home7-blog_button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.home7-blog_button-row.mobile-landscape {
  display: none;
}

.home7-header_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0.5019607843));
  position: absolute;
  inset: 0%;
}

.navbar2_dropdown-link {
  padding: 0.5rem 1rem;
}

.navbar2_dropdown-link.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.navbar2_component {
  border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar2_component.is-absolute-top {
  position: absolute;
  inset: 0% 0% auto;
}

.home7-details_component {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.home7-gallery_image4 {
  aspect-ratio: 16/9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.footer3_link {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
}

.home7-details_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1.5rem;
}

.home7-header_component {
  flex-direction: column;
  height: 100vh;
  min-height: 100vh;
  max-height: 912px;
  display: flex;
  position: relative;
}

.home7-gallery_lightbox-link {
  width: 100%;
  margin-bottom: 2rem;
}

.navbar2_dropdwn-toggle {
  grid-column-gap: 0.5rem;
  align-items: center;
  padding: 0.5rem 1rem;
  display: flex;
}

.navbar2_dropdown-list.w--open {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  padding: 0.5rem;
  position: absolute;
}

.heading-style-h5-4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.home7-gallery_image5 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.navbar2_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 0.375fr 1fr 0.375fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.footer3_legal-link {
  font-size: 0.875rem;
  text-decoration: underline;
}

.navbar2_menu-button {
  padding: 0;
}

.navbar2_link {
  padding: 0.5rem 1rem;
}

.navbar2_link.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.home7-gallery_image2 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.navbar2_button-wrapper {
  grid-column-gap: 1rem;
  margin-left: 1rem;
  display: flex;
}

.home7-details_item {
  display: flex;
}

.home7-blog_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  display: grid;
}

.home7-about_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.footer3_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.home7-blog_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.home7-gallery_image1 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.footer3_menu-wrapper {
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
}

.button-group.is-right {
  justify-content: flex-end;
  align-items: center;
}

.home7-blog_category-link {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  margin-right: 1rem;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
}

.home7-blog_category-link.w--current {
  border-bottom: 2px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.padding-global-12 {
  padding-left: 5%;
  padding-right: 5%;
}

.footer3_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.home7-blog_title-link {
  margin-bottom: 0.5rem;
  text-decoration: none;
  display: block;
}

.footer3_logo-link {
  float: none;
  padding-left: 0;
}

.footer3_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.bhome7-blog_image {
  aspect-ratio: 3/2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home7-header_content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: block;
}

.max-width-large-15 {
  width: 100%;
  max-width: 48rem;
}

.home7-gallery_image3 {
  aspect-ratio: 16/9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.footer3_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 0.5fr;
  align-items: start;
}

.home7-gallery_component {
  column-count: 3;
  column-gap: 2rem;
}

.container-large-20 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.home7-blog_meta-wrapper {
  margin-bottom: 1rem;
}

.navbar2_menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.footer3_credit-text {
  font-size: 0.875rem;
}

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

.padding-global-12-copy {
  margin-bottom: 16px;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  inset: auto 0% 0%;
}

.button-20 {
  grid-column-gap: 8px;
  grid-row-gap: 12px;
  color: #000;
  -webkit-text-stroke-color: #000;
  object-fit: scale-down;
  background-color: #000;
  background-image: linear-gradient(to right, #ff6250, #a259ff 45%, #09b7f6);
  border-radius: 20px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-width: 0;
  height: 60px;
  padding: 12px 24px;
  font-family: Space Mono, sans-serif;
  text-decoration: none;
  display: flex;
}

.button-20.achievement-card {
  background-image: linear-gradient(315deg, #ff6250, #a259ff 51%, #09b7f6);
  justify-content: center;
  max-width: 100%;
}

.button-20.achievement-card.unlisted {
  background-color: #fff;
  background-image: linear-gradient(322deg, rgba(252, 167, 208, 0.5019607843), rgba(162, 89, 255, 0.3019607843) 50%, rgba(75, 224, 250, 0.5019607843));
  border: 1px rgba(0, 0, 0, 0);
}

.button-20.achievement-card.unlisted.event-purchase-button {
  background-image: linear-gradient(322deg, rgba(75, 151, 250, 0.8), rgba(238, 106, 111, 0.8) 53%, #e6def0);
  width: auto;
  min-width: 150px;
}

.button-20.achievement-card.unlisted.event-purchase-button.event-header-interim {
  opacity: 1;
  mix-blend-mode: multiply;
  background-color: rgba(13, 199, 231, 0);
  background-image: linear-gradient(290deg, #e6def0, rgba(238, 106, 111, 0.4588235294) 38%, rgba(75, 151, 250, 0.4588235294));
  border: 1.5px #ddd7d7;
  border-radius: 20px;
  align-self: center;
  min-width: 200px;
  box-shadow: inset 0 2px 12px 2px rgba(255, 255, 255, 0.3803921569), 0 2px 5px rgba(0, 0, 0, 0.2);
}

.button-20.achievement-card.unlisted.event-purchase-button.event-header-interim.results {
  background-image: linear-gradient(151deg, #e4e6f1, rgba(255, 89, 89, 0.4588235294) 22%, rgba(250, 151, 75, 0.4588235294));
}

.f-h3-heading-2 {
  color: #fff;
  letter-spacing: normal;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 110%;
}

.hero-copy-content-left-copy {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  margin-left: 40px;
  display: flex;
  position: absolute;
  inset: 40% 0% 0%;
}

.top-hero-body-copy-copy {
  color: #fff;
  letter-spacing: normal;
  align-self: flex-start;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 150%;
}

.f-button-wrapper-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-self: center;
  align-items: center;
  display: flex;
}

.home-button-1 {
  border-radius: 8px;
  padding: 16px 24px;
  font-weight: 600;
}

.home-button-1.alt {
  background-color: var(--transparent);
  border: 2px solid #ab76fa;
}

.div-block-611 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-self: flex-start;
  display: flex;
}

.div-block-612 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.7019607843);
  border-radius: 8px;
  align-self: center;
  align-items: center;
  height: 30px;
  margin-top: 30px;
  margin-left: 40px;
  padding: 4px 8px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.event-card-2-0-quick-info-text-copy {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  line-height: 100%;
}

.div-block-613 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 24px;
  margin-left: 24px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.link-block-29 {
  text-decoration: none;
}

.navbar-link-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.navbar-link-3.w--current {
  max-height: 60px;
}

.navbar-link-3._5-28-update {
  color: #2b2b2b;
  font-size: 14px;
}

.navbar-link-3._5-28-update:hover {
  color: rgba(238, 106, 111, 0.8);
}

.navbar-link-3._5-28-update:active {
  flex: 1;
}

.navbar-link-3._5-28-update.event-management-link {
  font-size: 14px;
}

.navbar-link-3._5-28-update.event-management-link.event-creation {
  background-color: rgba(255, 255, 255, 0);
}

.event-creation-text-editor-wrapper {
  width: 700px;
  min-height: 200px;
}

.series-pass-sub-event-card-content-overall {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.series-pass-right-card-content-button-link {
  text-decoration: none;
}

.series-page-header-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.series-page-header-content.fundraising-page {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.series-page-title-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
}

.tabb-content-spacing {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.top-detail-text {
  font-size: 14px;
  line-height: 150%;
}

.event-card-2-bottom-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  align-self: flex-start;
  margin-right: 24px;
  display: flex;
}

.series-pass-sub-event-title-and-sub-title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
  display: flex;
}

.series-pass-sub-event-card-bottom-content-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-right: 24px;
  display: flex;
}

.link-block-30 {
  text-decoration: none;
}

.div-block-381-copy {
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.volunteer-info-card-row-formatting-copy {
  z-index: 0;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  text-decoration: none;
  display: flex;
}

.volunteer-info-card-row-formatting-copy.price-increase {
  background-image: linear-gradient(279deg, rgba(192, 75, 250, 0.3019607843), rgba(238, 106, 111, 0.4));
  border-radius: 8px;
  order: -1;
  padding: 4px 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.volunteer-info-card-row-formatting-copy.price-increase.iowa-gravel {
  background-image: linear-gradient(279deg, #e6aa38, #cdb895);
}

.volunteer-info-card-row-formatting-copy.series-card {
  background-image: linear-gradient(335deg, var(--grey), rgba(102, 101, 101, 0.1215686275));
  background-image: linear-gradient(335deg, #d9d9d9, rgba(102, 101, 101, 0.1215686275));
  border-radius: 8px;
  order: -1;
  padding: 4px 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.volunteer-info-card-row-formatting-copy.edit {
  margin-top: 16px;
  margin-right: 16px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.registration-quick-info-text-copy {
  color: var(--black);
  margin-top: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
}

.div-block-614 {
  border: 1px solid #000;
  border-radius: 99px;
  align-self: center;
  padding: 8px;
  text-decoration: none;
}

.div-block-377-copy-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-self: flex-start;
  height: auto;
  display: flex;
}

.div-block-381-copy-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.subevent-duplicate-name {
  z-index: 999999;
  background-color: rgba(255, 255, 255, 0.4);
  justify-content: center;
  align-items: center;
  display: none;
  position: relative;
}

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

.button-21 {
  grid-column-gap: 8px;
  grid-row-gap: 12px;
  color: #000;
  -webkit-text-stroke-color: #000;
  object-fit: scale-down;
  background-color: #000;
  background-image: linear-gradient(to right, #ff6250, #a259ff 45%, #09b7f6);
  border-radius: 20px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-width: 0;
  height: 60px;
  padding: 12px 24px;
  font-family: Space Mono, sans-serif;
  text-decoration: none;
  display: flex;
}

.button-21.achievement-card {
  background-image: linear-gradient(315deg, #ff6250, #a259ff 51%, #09b7f6);
  justify-content: center;
  max-width: 100%;
}

.button-21.achievement-card.unlisted {
  background-color: #fff;
  background-image: linear-gradient(322deg, rgba(252, 167, 208, 0.5019607843), rgba(162, 89, 255, 0.3019607843) 50%, rgba(75, 224, 250, 0.5019607843));
  border: 1px rgba(0, 0, 0, 0);
}

.button-21.achievement-card.unlisted.event-purchase-button {
  background-image: linear-gradient(322deg, rgba(75, 151, 250, 0.8), rgba(238, 106, 111, 0.8) 53%, #e6def0);
  width: auto;
  min-width: 150px;
}

.button-21.achievement-card.unlisted.event-purchase-button.event-header-interim {
  opacity: 1;
  mix-blend-mode: multiply;
  background-color: rgba(13, 199, 231, 0);
  background-image: linear-gradient(290deg, #e6def0, rgba(238, 106, 111, 0.4588235294) 38%, rgba(75, 151, 250, 0.4588235294));
  border: 1.5px #ddd7d7;
  border-radius: 20px;
  align-self: center;
  min-width: 200px;
  box-shadow: inset 0 2px 12px 2px rgba(255, 255, 255, 0.3803921569), 0 2px 5px rgba(0, 0, 0, 0.2);
}

.button-21.achievement-card.unlisted.event-purchase-button.event-header-interim.series-page {
  background-color: #d9d9d9;
  background-image: none;
  border-style: none;
  border-radius: 8px;
  min-width: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.button-21.achievement-card.unlisted.event-purchase-button.event-header-interim.save-sub-event-name {
  background-color: var(--transparent);
  background-image: none;
  border: 2px solid #a9d8ff;
  border-radius: 8px;
  min-width: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.form-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.pick-an-organzation-modal-spacing-copy {
  z-index: 999;
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 30px;
  display: flex;
  position: fixed;
  top: 25vh;
  left: 25vw;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.portfolio1-related_image {
  aspect-ratio: 16/9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.portfolio1-header_metatag-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.portfolio1-related_component {
  flex-direction: column;
  align-items: center;
}

.portfolio1-testimonial_logo {
  max-height: 3.5rem;
}

.portfolio1-content3_image-wrapper {
  flex: 1;
  width: 100%;
  height: 100%;
}

.portfolio1-header_image-wrapper {
  flex: 1;
  position: relative;
}

.portfolio1-header_component {
  flex-direction: column;
  height: 100vh;
  min-height: 100vh;
  display: flex;
}

.portfolio1-related_image-link {
  width: 100%;
  margin-bottom: 1.5rem;
}

.portfolio1-related_title-link {
  margin-bottom: 0.5rem;
  text-decoration: none;
  display: block;
}

.padding-section-large-4 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.padding-section-medium-4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.portfolio1-content3_image {
  width: 100%;
}

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

.portfolio1-related_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.text-size-tiny-8 {
  font-size: 0.75rem;
}

.portfolio1-gallery_image-wrapper {
  width: 100%;
  height: 100%;
}

.portfolio1-content2_image {
  width: 100%;
}

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

.heading-style-h5-5 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.portfolio1-related_list {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.portfolio1-related_tag-item {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
}

.portfolio1-related_tag-item.w--current {
  border-bottom: 2px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.portfolio1-gallery_image3 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.portfolio1-header_content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.portfolio1-related_title-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.portfolio1-gallery_image1 {
  aspect-ratio: 16/9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.portfolio1-content1_component {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.portfolio1-header_tag-item {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
}

.portfolio1-header_tag-item.w--current {
  border-bottom: 2px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.portfolio1-gallery_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.portfolio1-content2_image-wrapper {
  flex: 1;
  width: 100%;
  height: 100%;
}

.portfolio1-content3_component,
.portfolio1-content2_component {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.portfolio1-related_tag-list {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-flow: wrap;
  margin-top: 1rem;
  display: flex;
}

.portfolio1-gallery_image2 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.portfolio1-testimonial_client-image-wrapper {
  margin-bottom: 1rem;
}

.padding-global-13 {
  padding-left: 5%;
  padding-right: 5%;
}

.portfolio1-gallery_row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.max-width-large-16 {
  width: 100%;
  max-width: 48rem;
}

.portfolio1-header_tag-list {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-flow: wrap;
  margin-top: 1.5rem;
  display: flex;
}

.portfolio1-content1_image-wrapper {
  flex: 1;
  width: 100%;
  height: 100%;
}

.container-large-21 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.portfolio1-content1_image {
  width: 100%;
}

.portfolio1-testimonial_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 4rem;
  min-width: 4rem;
  height: 4rem;
  min-height: 4rem;
}

.portfolio1-gallery_lightbox-link {
  width: 100%;
  height: 100%;
}

.div-block-615 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 24px;
  display: flex;
}

.form_message-success {
  background-color: var(--\<unknown\|relume-variable-background-color-6\>);
  color: var(--\<unknown\|relume-variable-text-color-4\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  font-size: 12px;
  display: flex;
}

.section_cta20 {
  width: 100%;
}

.form_message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.max-width-large-17 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.form_message-error {
  background-color: var(--\<unknown\|relume-variable-background-color-8\>);
  color: var(--\<unknown\|relume-variable-text-color-5\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.text-size-tiny-9 {
  font-size: 0.75rem;
}

.form_message-success-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.error-text {
  color: #e23939;
}

.form_input-2 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input-2:focus {
  border-color: #000;
}

.form_input-2::placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.form_input-2.is-icon-left {
  border-radius: 8px;
  min-height: 2.75px;
  padding: 8px 8px 8px 2.75rem;
}

.cta20_form-block {
  margin-bottom: 0;
  font-size: 1818px;
}

.signup-form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  font-size: 18px;
  display: flex;
}

.success-text-2 {
  font-weight: 600;
}

.padding-global-14 {
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  padding: 16px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.padding-global-14.logged-in {
  display: none;
}

.button-7-copy {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  border-style: solid;
  border-width: 1px;
  width: 29.8392%;
  padding: 8px 16px;
  font-size: 14px;
  text-decoration: none;
}

.button-7-copy.is-tertiary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.button-7-copy.is-small {
  padding: 0.5rem 1.25rem;
}

.button-7-copy.is-small.is-alternate {
  border-style: none;
  border-radius: 8px;
  position: absolute;
  inset: 0%;
}

.button-7-copy.is-small.is-alternate.add-photos {
  background-image: linear-gradient(to bottom, var(--light-grey), var(--light-grey));
  flex-flow: column;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.button-7-copy.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: rgba(0, 0, 0, 0);
  border-style: solid;
}

.button-7-copy.is-secondary.race-pace {
  border-style: solid;
}

.button-7-copy.is-add-to-cart-button {
  border-radius: 8px;
  width: 100%;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.button-7-copy.is-link {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: 0.25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-7-copy.is-link.is-icon {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
}

.button-7-copy.is-navbar16-button {
  z-index: 1;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  position: relative;
}

.button-7-copy.race-pace {
  border-style: solid;
  border-width: 1px;
  border-radius: 8px;
  padding: 8px 16px;
  font-weight: 600;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.button-7-copy.race-pace.submit {
  background-image: linear-gradient(148deg, #c4a2ff, #ff4200);
  border-style: none;
}

.button-7-copy.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: rgba(0, 0, 0, 0);
}

.button-7-copy.is-secondary.is-small.is-grid-list {
  width: 100%;
}

.button-7-copy.is-secondary.is-buy-now-button {
  width: 100%;
  margin-bottom: 1rem;
}

.button-7-copy.is-add-to-cart-button {
  width: 100%;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.button-7-copy.is-navbar2-button {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.button-7-copy.get-updates {
  width: 100%;
}

.event-landing-page-overall-width-and-vh {
  width: 100%;
  height: 100vh;
  position: relative;
}

.event-landing-page-image-position {
  position: absolute;
  inset: 0%;
}

.event-landing-page-image-position-indexing {
  z-index: 3;
  background-color: rgba(235, 224, 224, 0.5490196078);
  position: absolute;
  inset: 0%;
}

.text-size-medium-copy {
  font-size: 14px;
  line-height: 120%;
}

.text-size-medium-copy {
  letter-spacing: normal;
  margin-bottom: 0;
  font-size: 12px;
}

.text-size-medium-copy.text-color-white {
  color: var(--white);
}

.text-size-medium-copy.text-weight-bold {
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 600;
}

.text-size-medium-copy.unsubscribe {
  letter-spacing: 0;
}

.text-size-medium-copy-copy {
  letter-spacing: normal;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.text-size-medium-copy-copy.text-color-white {
  color: var(--white);
}

.text-size-medium-copy-copy.text-weight-bold {
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 600;
}

.text-size-medium-copy-copy.unsubscribe {
  letter-spacing: 0;
}

.div-block-619 {
  display: block;
}

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

.text-block-58 {
  font-size: 14px;
}

.sign-up-button-check {
  width: 20px;
}

.button-7-copy-copy {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  border-style: solid;
  border-width: 1px;
  border-radius: 8px;
  align-self: center;
  width: 120px;
  padding: 8px 16px;
  text-decoration: none;
}

.button-7-copy-copy.is-tertiary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.button-7-copy-copy.is-small {
  padding: 0.5rem 1.25rem;
}

.button-7-copy-copy.is-small.is-alternate {
  border-style: none;
  border-radius: 8px;
  position: absolute;
  inset: 0%;
}

.button-7-copy-copy.is-small.is-alternate.add-photos {
  background-image: linear-gradient(to bottom, var(--light-grey), var(--light-grey));
  flex-flow: column;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.button-7-copy-copy.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: rgba(0, 0, 0, 0);
  border-style: solid;
}

.button-7-copy-copy.is-secondary.race-pace {
  border-style: solid;
}

.button-7-copy-copy.is-add-to-cart-button {
  border-radius: 8px;
  width: 100%;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.button-7-copy-copy.is-link {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: 0.25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-7-copy-copy.is-link.is-icon {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
}

.button-7-copy-copy.is-navbar16-button {
  z-index: 1;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  position: relative;
}

.button-7-copy-copy.race-pace {
  border-style: solid;
  border-width: 1px;
  border-radius: 8px;
  padding: 8px 16px;
  font-weight: 600;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.button-7-copy-copy.race-pace.submit {
  background-image: linear-gradient(148deg, #c4a2ff, #ff4200);
  border-style: none;
}

.button-7-copy-copy.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: rgba(0, 0, 0, 0);
}

.button-7-copy-copy.is-secondary.is-small.is-grid-list {
  width: 100%;
}

.button-7-copy-copy.is-secondary.is-buy-now-button {
  width: 100%;
  margin-bottom: 1rem;
}

.button-7-copy-copy.is-add-to-cart-button {
  width: 100%;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.button-7-copy-copy.check {
  display: none;
}

.bold-text-16 {
  letter-spacing: normal;
}

.div-block-620 {
  grid-column-gap: 16px;
  grid-row-gap: 4px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.div-block-379-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  margin-right: 24px;
  display: flex;
}

.link-block-32 {
  text-align: left;
}

.events-in-series-mobile {
  display: none;
}

.home2-testimonial_customer-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.text-size-medium-2 {
  font-size: 1.125rem;
}

.section_home2-logo {
  overflow: hidden;
}

.home2-blog_component {
  flex-direction: column;
  align-items: center;
}

.home2-logo_logo {
  max-height: 3.5rem;
}

.home2-testimonial_mask {
  width: 33.33%;
  overflow: visible;
}

.home2-testimonial_slide {
  padding-left: 1rem;
  padding-right: 1rem;
}

.navbar3_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.home2-testimonial_rating-wrapper {
  margin-bottom: 1.5rem;
  display: flex;
}

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

.navbar3_menu-button {
  padding: 0;
}

.home2-blog_image {
  aspect-ratio: 3/2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home2-faq_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.section_home2-cta {
  position: relative;
}

.padding-section-medium-5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.footer5_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.home2-testimonial_component {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  padding-bottom: 4rem;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  overflow: hidden;
}

.home2-testimonial_rating-icon {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  justify-content: center;
  align-items: center;
  margin-right: 0.25rem;
  display: flex;
}

.home2-faq_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.navbar3_logo-link-menu {
  padding-left: 0;
  display: none;
}

.footer5_legal-link {
  font-size: 0.875rem;
  text-decoration: underline;
}

.footer5_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

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

.navbar3_dropdown-list.w--open {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  padding: 8px;
  position: absolute;
}

.testimonial19_arrow-icon {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.home2-testimonial_content {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.home2-features_item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: grid;
}

.text-size-tiny-10 {
  font-size: 0.75rem;
}

.home2-blog_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.home2-blog_author-image-wrapper {
  margin-right: 1rem;
}

.home2-blog_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.home2-header_component {
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

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

.navbar3_tablet-menu-button {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  background-color: #000;
  margin-left: 1rem;
  padding: 0.5rem 1.5rem;
  display: none;
}

.heading-style-h5-6 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.home2-blog_item-link {
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.footer5_credit-text {
  font-size: 0.875rem;
}

.navbar3_component {
  border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

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

.home2-testimonial_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.home2-blog_image-wrapper {
  width: 100%;
  overflow: hidden;
}

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

.navbar3_menu-background {
  display: none;
  position: static;
}

.home2-blog_text-divider {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.home2-customers_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.footer5_form-block {
  min-width: 25rem;
  max-width: 35rem;
  margin-bottom: 0;
}

.home2-blog_category-wrapper {
  margin-bottom: 0.5rem;
  display: flex;
}

.home2-blog_author-wrapper {
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.home2-faq_accordion {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.footer5_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.home2-features_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.footer5_link {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  text-decoration: none;
}

.home2-faq_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.footer5_top-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
}

.home2-customers_image-wrapper {
  width: 100%;
  position: relative;
}

.footer5_social-icons {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.home2-logo_wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.form_input-3 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  color: var(--\<unknown\|relume-variable-text-color-1\>);
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input-3:focus {
  border-color: #000;
}

.form_input-3::placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.home2-features_item {
  display: flex;
}

.navbar3_dropdown-toggle {
  grid-column-gap: 0.5rem;
  align-items: center;
  padding: 0.5rem 1rem;
  display: flex;
}

.footer5_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 0.75rem;
  display: grid;
}

.testimonial19_slide-nav {
  height: 1.75rem;
  font-size: 0.5rem;
}

.padding-global-15 {
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.home2-customers_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.home2-logo_component {
  display: flex;
}

.testimonial19_arrow {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  bottom: 4rem;
}

.home2-faq_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
  display: flex;
}

.home2-features_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.footer5_newsletter-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 5rem;
  display: flex;
}

.navbar3_dropdown-link {
  padding: 0.5rem 1rem;
}

.navbar3_dropdown-link.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.home2-blog_item {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
}

.footer5_column-heading {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
}

.home2-blog_date-wrapper {
  display: flex;
}

.max-width-large-18 {
  width: 100%;
  max-width: 48rem;
}

.max-width-large-18.align-center {
  margin-left: auto;
  margin-right: auto;
}

.home2-blog_title-wrapper {
  margin-bottom: 0.5rem;
}

.home2-testimonial_client-image-wrapper {
  margin-right: 1rem;
}

.container-large-23 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.navbar3_link {
  margin-left: 0;
  margin-right: 0;
  padding: 0.5rem 1rem;
}

.navbar3_link.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.home2-logo_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  white-space: nowrap;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center start;
  margin-right: 2rem;
  display: grid;
}

.home2-blog_item-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

.navbar3_menu {
  justify-content: flex-start;
  align-items: center;
  margin-left: -1rem;
  display: flex;
  position: static;
}

.max-width-large-18-copy {
  text-align: left;
  width: 100%;
  max-width: 48rem;
}

.max-width-large-18-copy.align-center {
  margin-left: auto;
  margin-right: auto;
}

.text-align-center-2-copy {
  text-align: center;
  margin-bottom: 40px;
  margin-left: 40px;
  position: absolute;
  inset: auto 0% 0%;
}

.text-align-center-2-copy.final {
  margin-bottom: 36px;
}

.image-77 {
  border-radius: 8px;
}

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

.text-size-medium-2-copy {
  color: var(--white);
  font-size: 1.125rem;
}

.div-block-621 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.topbar2_form-block {
  margin-bottom: 0;
}

.topbar2_search-desktop {
  width: 100%;
  max-width: 250px;
}

.topbar2_search {
  align-items: center;
  display: flex;
  position: relative;
}

.faq3_question-3 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.advanced-registration-accordian {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.faq3_question-3-copy {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.faq3_answer-copy {
  width: 50%;
  overflow: hidden;
}

.sub-event-creation-checkbox-box-2 {
  cursor: pointer;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: 0.5rem;
  transition: all 0.2s;
}

.sub-event-creation-checkbox-box-2.w--redirected-checked {
  box-shadow: none;
  background-color: #595959;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #ccc;
}

.sub-event-creation-checkbox-box-2.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  border-radius: 4px;
}

.price-field-containter-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.event-creation-sub-event-pricing-set-price-content-wrapper-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-self: flex-start;
  width: 100%;
  display: flex;
}

.sub-event-creation-checkbox-wrapper-copy {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.sub-event-creation-checkbox-wrapper-copy.gender {
  margin-top: 8px;
}

.div-block-622 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.div-block-622-copy,
.price-field-containter-copy-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.div-block-623 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--grey);
  border-radius: 8px;
  flex-flow: column;
  padding: 8px;
  display: flex;
}

.topbar2_search-desktop-2 {
  align-self: center;
  max-width: 300px;
}

.topbar2_avatar-image {
  object-fit: cover;
  border-radius: 100%;
  width: 2.5rem;
  height: 2.5rem;
}

.topbar2_dropdown-link {
  padding: 0.5rem 1rem;
  font-size: 14px;
}

.topbar2_dropdown-link.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.topbar2_menu-dropdown {
  z-index: 1;
  align-self: center;
}

.topbar2_dropdown-divider {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  height: 1px;
  margin: 0.5rem 1rem;
}

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

.topbar2_dropdown-list.w--open {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  inset: 100% 0% auto auto;
}

.topbar2_dropdown-toggle {
  padding: 0;
}

.form_input-2-copy {
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  margin-bottom: 0;
  padding: 4px 8px 4px 30px;
  font-size: 14px;
  line-height: 120%;
}

.form_input-2-copy:focus {
  border-color: #000;
}

.form_input-2-copy::placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.form_input-2-copy.is-icon-left {
  border-radius: 8px;
  min-height: 2.75px;
  padding: 8px 8px 8px 2.75rem;
}

.form_icon-wrapper-copy {
  align-self: center;
  position: absolute;
  inset: 0 auto 0 8px;
}

.div-block-624 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-block-59 {
  color: #2b2b2b;
  font-size: 14px;
}

.div-block-625 {
  z-index: 9999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff;
  padding-bottom: 0;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.div-block-627 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
  display: flex;
}

.image-78 {
  aspect-ratio: 3/2;
  background-color: var(--purple);
  background-image: linear-gradient(130deg, var(--movemint-gradient-color-1), var(--movemint-gradient-color-3));
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  max-width: none;
}

.div-block-628 {
  background-color: rgba(255, 255, 255, 0.9019607843);
  border-radius: 8px;
  height: 30px;
  margin-top: 0;
  margin-left: 0;
  padding: 8px;
}

.event-card-2-0-sub-event-text-2 {
  color: #595959;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
}

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

.div-block-630 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  align-self: flex-start;
  display: flex;
}

.div-block-378-copy-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.discover-page-margin-and-padding {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  align-items: flex-start;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 100px;
  padding-bottom: 40px;
  display: flex;
}

.discover-page-margin-and-padding.featured {
  padding-top: 60px;
}

.discover-page-margin-and-padding.home {
  padding-top: 20px;
}

.event-card-2-0-grid {
  grid-column-gap: 16px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.event-card-2-0-grid.athlete-dashboard {
  grid-template-columns: 1fr 1fr 1fr;
}

.event-card-2-0-grid.featured {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.event-card-2-0-grid.profile {
  grid-row-gap: 45px;
  grid-template-columns: 1fr 1fr;
}

.recent-activity-overall-wrapper-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.event-search-input-field-form-container {
  width: 100%;
}

.event-card-2-0 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: 8px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
  position: relative;
}

.event-card-2-0.marketing-view {
  max-width: none;
}

.event-card-2-0-info-wrapper-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: stretch;
  display: flex;
}

.event-card-2-0-info-wrapper-copy.draft-card {
  display: block;
}

.event-card-2-0-info-wrapper-copy.info-modal {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  margin-top: 0;
}

.event-card-2-0-info-wrapper-copy.info-modal-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: flex;
}

.div-block-633 {
  aspect-ratio: 3/2;
  object-fit: cover;
  width: 100%;
  min-width: 100%;
}

.link-block-33 {
  text-decoration: none;
}

.div-block-634 {
  background-color: rgba(255, 255, 255, 0.9019607843);
  border-radius: 8px;
  height: 30px;
  margin-top: 0;
  margin-left: 0;
  padding: 8px;
}

.div-block-634.admin {
  border: 1.5px solid #000;
  height: 30px;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: relative;
}

.div-block-635 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 24px;
  margin-left: 24px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.registration-counter-text-copy {
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 100%;
}

.registration-counter-text-copy.donation-from {
  font-style: italic;
}

.registration-counter-text-copy.start-list {
  font-size: 12px;
}

.div-block-636 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.discover-event-search-input-field-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
  position: relative;
}

.icon-embed-xsmall-copy {
  color: var(--grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25px;
  display: flex;
}

.athlete-profile-avatar-wrapper {
  background-image: linear-gradient(137deg, rgba(255, 99, 99, 0.0901960784), rgba(173, 165, 255, 0.1098039216));
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.athlete-profile-avatar-wrapper-link {
  align-self: center;
  position: relative;
}

.nav-pfp-icon {
  width: 20px;
}

.text-block-60 {
  font-weight: 600;
}

.registration-quick-info-text-copy {
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
}

.registration-quick-info-text-copy.price {
  font-size: 14px;
  font-weight: 400;
}

.registration-quick-info-text-copy.bold {
  font-weight: 700;
}

.text-block-60-copy {
  font-size: 24px;
  font-weight: 700;
}

.create-email-name-input-field-copy {
  border: 1px none var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  color: var(--\<unknown\|relume-variable-text-color-1\>);
  border-radius: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.6;
}

.create-email-name-input-field-copy:focus {
  border-color: #000;
}

.create-email-name-input-field-copy::placeholder {
  color: var(--grey);
}

.create-email-name-input-field-copy.is-select-input {
  background-image: none;
  border-style: solid;
  border-radius: 8px;
  padding: 4px;
}

.create-email-name-input-field-copy.is-quantity-input {
  border-style: solid;
  border-radius: 8px;
  width: 60px;
  padding: 4px;
}

.create-email-name-input-field-copy.is-quantity-input.select-price-registration {
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  line-height: 120%;
}

.create-email-name-input-field-copy.is-quantity-input.select-price-registration.tracksmith {
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  font-family: Saintecolombe, sans-serif;
}

.create-email-name-input-field-copy.is-icon-left {
  padding-left: 2.75rem;
}

.create-email-name-input-field-copy.is-select-input {
  background-image: none;
}

.create-email-name-input-field-copy.race-pace {
  border-style: solid;
  border-width: 1px;
  border-radius: 8px;
}

.link-block-34 {
  text-decoration: none;
}

.div-block-633-copy {
  aspect-ratio: 3/2;
  object-fit: scale-down;
  width: 100%;
  min-width: 100%;
}

.discover-event-search-input-field {
  border-style: none;
  border-width: 1px;
  border-radius: 0;
  height: 100%;
  margin-bottom: 0;
  padding: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.6;
}

.discover-event-search-input-field:focus {
  border-color: #000;
}

.discover-event-search-input-field::placeholder {
  color: #d9d9d9;
}

.discover-event-search-input-field._2-0 {
  font-size: 24px;
}

.discover-event-search-input-field._2-0.border {
  border-style: solid;
  border-color: var(--black);
  border-radius: 8px;
  padding: 8px;
}

.search-for-event-form-wrapper {
  width: 600px;
}

.event-card-2-0-info-and-title-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.event-card-2-0-image-wrapper {
  aspect-ratio: 3/2;
  border-radius: 8px;
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.event-card-2-0-image-wrapper.more-info-card {
  height: 100%;
}

.event-card-2-0-image-wrapper.volunteered {
  background-image: linear-gradient(124deg, #fcecf6, #e3fbff);
}

.event-card-2-0-grid-container {
  width: 100%;
}

.event-card-2-0-lower-content-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.event-card-2-0-image-link {
  object-fit: scale-down;
  width: 100%;
  height: 100%;
}

.event-card-2-0-image-link.results {
  opacity: 0.2;
}

.event-card-2-0-image-link.volunteered {
  background-color: var(--black);
  opacity: 1;
  background-color: var(--white);
  opacity: 0.3;
  position: absolute;
}

.registration-quick-info-text-copy-2 {
  color: var(--black);
  margin-top: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}

.event-card-2-0-event-image {
  aspect-ratio: 3/2;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 8px;
  width: 100%;
  max-width: none;
}

.event-card-2-0-event-image.more-info-card {
  height: 100%;
}

.event-card-2-0-event-image.group {
  background-image: linear-gradient(124deg, rgba(238, 106, 111, 0.1019607843), rgba(54, 245, 255, 0.1882352941));
}

.event-card-2-0-info-section-wwrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  align-self: flex-start;
  display: flex;
}

.discover-page-section-title-text {
  font-size: 24px;
  font-weight: 600;
}

.navbar-brand-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  display: flex;
}

.navbar-menu-link-wrapper-copy {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.navbar-menu-link-wrapper-copy._9-10-24-update {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.navbar-menu-copy {
  align-items: center;
  display: flex;
  position: static;
}

.navbar-dropdown-list-copy.w--open {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, 0.9490196078);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 0.5rem;
  position: absolute;
  box-shadow: 0 4px 5px -3px rgba(0, 0, 0, 0.2);
}

.navbar-dropdown-list-copy.profile {
  left: -85px;
}

.event-card-carousel-image-wrapper {
  position: relative;
}

.shell11_main-wrapper {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  flex: 1;
  position: relative;
}

.shell11_wrapper {
  align-items: flex-start;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.sidebar7_menu-bottom {
  flex-direction: column;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.topbar2_notification-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  padding: 0.5rem 1rem;
  display: flex;
}

.topbar2_close-icon {
  margin-left: 1rem;
}

.topbar2_component {
  z-index: 999;
  border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: sticky;
  top: 0;
}

.shell11-layout_component {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 0.25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sidebar7_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.icon-embed-xsmall-2 {
  color: var(--transparent);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.sidebar7_container {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.sidebar7_badge {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  border-radius: 5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.sidebar7_accordion-icon {
  width: 1rem;
  height: 1rem;
  display: flex;
}

.shell11_sidebar-wrapper {
  flex-direction: column;
  display: flex;
  position: sticky;
  top: 4.5rem;
}

.sidebar7_menu-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.sidebar7_link-wrapper {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  width: 100%;
  display: flex;
}

.topbar2_notification-wrapper {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  max-height: 14rem;
  padding: 0.25rem 0.5rem;
  overflow: auto;
}

.topbar-type-label-delete-this {
  z-index: 999999;
  grid-column-gap: 0.25rem;
  grid-row-gap: 0.25rem;
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
  align-items: center;
  height: 1.5rem;
  padding-left: 0.25rem;
  padding-right: 0.6rem;
  font-size: 0.75rem;
  font-weight: 500;
  display: flex;
  position: absolute;
  top: 3rem;
  right: 2rem;
}

.topbar-type-label-delete-this.is-level2 {
  color: #2e90fa;
  background-color: #e0eefe;
  border-color: rgba(46, 144, 250, 0.2509803922);
}

.topbar2_notification-header {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  display: flex;
}

.topbar2_dropdown-link-2 {
  padding: 0.5rem 1rem;
}

.topbar2_dropdown-link-2.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.topbar2_search-tablet {
  z-index: 6;
  display: none;
}

.sidebar7_background-layer {
  display: none;
}

.topbar2_search-button-tablet {
  padding: 0.5rem;
  display: none;
}

.topbar2_dropdown-list-2.w--open {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  inset: 100% 0% auto auto;
}

.topbar2_bell-dot {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  outline-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  outline-offset: 0px;
  border-radius: 100%;
  outline-width: 3px;
  outline-style: solid;
  justify-content: center;
  align-items: center;
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  inset: 0.5rem 0.5rem auto auto;
}

.shell11_sidebar-height {
  display: none;
}

.topbar2_content-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.topbar2_container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.topbar2_search-overlay {
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  inset: 0%;
}

.topbar2_search-wrapper {
  z-index: 2;
  border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  justify-content: center;
  align-items: center;
  min-height: 4.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: absolute;
  inset: 4.5rem 0% 0%;
}

.sidebar7_link {
  grid-column-gap: 0.5rem;
  text-align: center;
  align-items: center;
  padding: 0.5rem;
  text-decoration: none;
  display: flex;
}

.sidebar7_link.w--current {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.sidebar7_link.is-indent {
  padding-left: 2.75rem;
}

.sidebar7_menu {
  height: 100%;
}

.sidebar7_accordion-list {
  grid-column-gap: 0.25rem;
  grid-row-gap: 0.25rem;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.topbar2_menu-dropdown-2 {
  z-index: 1;
}

.form_input-4 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  color: var(--\<unknown\|relume-variable-text-color-1\>);
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input-4:focus {
  border-color: #000;
}

.form_input-4::placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.form_input-4.is-icon-left {
  padding-left: 2.75rem;
}

.topbar2_dropdown-content {
  flex-direction: column;
  display: flex;
}

.shell11-layout_content-right {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.icon-embed-small-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.form_icon-wrapper-2 {
  position: absolute;
  inset: auto auto auto 12px;
}

.sidebar7_component {
  border-right: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  flex-direction: column;
  width: 19.5rem;
  height: 100vh;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
  position: sticky;
  top: 0;
}

.sidebar7_menu-top {
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  overflow: auto;
}

.sidebar7_close-tablet {
  cursor: pointer;
  display: none;
}

.topbar2_search-desktop-3 {
  width: 100%;
  max-width: 35rem;
}

.container-large-24 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.sidebar7_menu-button {
  padding: 0;
}

.shell11-layout_content-left {
  grid-template-rows: auto;
  grid-template-columns: 0.75fr;
  grid-auto-columns: 1fr;
  display: block;
}

.topbar2_notification {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  min-width: 18rem;
  margin-top: 0.5rem;
  padding: 0.25rem 0.5rem;
  display: grid;
}

.dashboard-wrapper-2-copy {
  justify-content: center;
  align-items: center;
  display: flex;
}

.see-more-events-button-text {
  font-size: 12px;
}

.see-more-button-link-wrapper {
  border: 1px solid var(--dark-grey);
  border-radius: 8px;
  width: auto;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.see-more-button-link-wrapper.athlete-dashboard {
  align-self: flex-start;
}

.div-block-638 {
  justify-content: flex-start;
  display: flex;
}

.div-block-639 {
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.div-block-640 {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.nav-pfp-icon-copy {
  width: 20px;
}

.profile-name-text-copy {
  color: #030711;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.div-block-641 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.account-integration-grid-copy {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.integration-card-copy {
  grid-row-gap: 24px;
  border: 1px solid var(--dark-grey);
  box-shadow: none;
  border-radius: 8px;
  flex-direction: column;
  padding: 16px;
  display: flex;
}

.div-block-642 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.div-block-643 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  align-self: flex-start;
  width: 100%;
  display: flex;
}

.div-block-644 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  margin-top: 40px;
  display: flex;
}

.text-block-61 {
  font-size: 12px;
  line-height: 100%;
}

.div-block-645 {
  align-self: flex-start;
  display: flex;
}

.account-section-copy {
  max-width: 80rem;
  position: relative;
}

.div-block-646 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.add-event-search-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.registration-quick-info-text-copy-copy {
  color: var(--dark-grey);
  margin-top: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}

.registration-quick-info-text-copy-copy.price {
  font-size: 14px;
  font-weight: 400;
}

.registration-quick-info-text-copy-copy.bold {
  font-weight: 700;
}

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

.div-block-648 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.div-block-649 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--dark-grey);
  border-radius: 8px;
  flex-flow: column;
  padding: 12px;
  display: flex;
}

.h5-heading-5-copy {
  color: #030711;
  letter-spacing: -0.48px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.account-integration-grid-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.div-block-650 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.text-block-62 {
  font-size: 16px;
  font-weight: 600;
}

.paragraph-regular-11-copy {
  color: #3b3b3b;
  letter-spacing: normal;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}

.settings-title-wrapper-copy {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.settings-log-out-wrapper-copy {
  text-align: left;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.action-m-copy {
  color: #030711;
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  line-height: 121%;
  text-decoration: none;
}

.div-block-652 {
  margin-top: 40px;
}

.event-detail-tab-link-2-copy-copy {
  pointer-events: auto;
  background-color: rgba(0, 0, 0, 0);
  align-self: center;
  padding: 0 0 4px;
  font-size: 18px;
  line-height: 24px;
  transition: background-color 0.3s;
  display: flex;
}

.event-detail-tab-link-2-copy-copy:hover {
  color: var(--dark-grey);
}

.event-detail-tab-link-2-copy-copy.w--current {
  opacity: 1;
  mix-blend-mode: multiply;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid #000;
  transition-property: none;
}

.event-detail-tab-link-2-copy-copy.w--current:hover {
  color: #000;
}

.tabb-content-spacing-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

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

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

.image-79 {
  width: 100%;
  max-width: none;
}

.link-block-35 {
  width: 100%;
}

.div-block-654 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.text-block-63 {
  font-size: 14px;
  line-height: 120%;
}

.text-block-64 {
  font-size: 12px;
  font-weight: 600;
  line-height: 120%;
}

.div-block-655 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.text-block-63-copy {
  font-size: 12px;
  line-height: 120%;
}

.div-block-656 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.div-block-657 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  display: flex;
}

.div-block-658 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.paragraph-small-3-copy {
  text-align: left;
  letter-spacing: normal;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 120%;
}

.action-l-copy {
  color: var(--black);
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
}

.hero-section-rounded-3-copy {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.announcment-banner-padding-copy {
  background-image: linear-gradient(146deg, #ec9085 39%, #7ebed8 60%);
  padding-left: 5%;
  padding-right: 5%;
}

.hero-section-alignment-copy {
  flex-flow: column;
  max-width: none;
}

.hero-copy-content-left-copy {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  width: 100%;
  margin-left: 0;
  display: flex;
  position: static;
}

.page-padding-and-spacing {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  margin-top: 40px;
  margin-left: 40px;
  margin-right: 40px;
  padding-bottom: 40px;
  display: flex;
}

.page-padding-and-spacing.marketing-home {
  margin-top: 40px;
  margin-left: 40px;
  margin-right: 40px;
  padding-bottom: 40px;
}

.hero-image-rounded-copy {
  border-radius: 20px;
  width: 100%;
  height: 600px;
  position: relative;
  overflow: hidden;
  box-shadow: 2px 1px 9px 1px rgba(0, 0, 0, 0.2);
}

.page-section-spacing {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.div-block-659 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.7019607843);
  border-radius: 8px;
  align-self: center;
  align-items: center;
  height: 30px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding: 4px 8px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.event-card-hero-slider-mask-copy {
  border-radius: 8px;
}

.div-block-660 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.7019607843);
  border-radius: 8px;
  align-self: center;
  align-items: center;
  height: 30px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding: 4px 8px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.right-arrow-2-copy {
  z-index: 1;
  border-bottom-right-radius: 20px;
  justify-content: flex-end;
  align-items: center;
  padding-right: 10px;
  display: flex;
}

.left-arrow-2-copy {
  z-index: 1;
  border-bottom-left-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  display: flex;
}

.hero-container-event-card-left-copy {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.hero-container-event-card-left-copy.about-us {
  max-width: none;
}

.hero-section-rounded-top-copy {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.hero-section-rounded-top-copy.about-us {
  margin-left: 40px;
  margin-right: 40px;
}

.hero-image-rounded-copy {
  border-radius: 20px;
  height: auto;
  box-shadow: 2px 1px 9px 1px rgba(0, 0, 0, 0.2);
}

.hero-image-rounded-copy.hero {
  height: 300px;
}

.top-hero-body-copy-copy {
  color: #3b3b3b;
  letter-spacing: normal;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 150%;
}

.top-hero-body-copy-copy.about-us {
  max-width: 100%;
}

.unsplash-image {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: auto;
  display: block;
}

.hero-copy-content-left-copy-copy {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: 0;
  display: grid;
  position: static;
}

.hero-copy-content-left-copy-copy.brand-page {
  width: 50%;
}

.top-hero-body-copy-copy-copy {
  color: #3b3b3b;
  letter-spacing: normal;
  align-self: flex-end;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 150%;
}

.top-hero-body-copy-copy-copy.about-us {
  max-width: 100%;
}

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

.div-block-661.pre-footer {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.event-card-content-copy {
  border-radius: 8px;
  display: block;
  position: relative;
  box-shadow: 2px 1px 9px 1px rgba(0, 0, 0, 0.2);
}

.event-card-content-copy.registration {
  border-radius: 12px;
}

.event-card-image-copy {
  background-image: linear-gradient(119deg, #ffabab, #b0dfa9 82%);
  border-radius: 8px;
  width: 100%;
  max-width: none;
  height: 250px;
  padding-bottom: 0;
  display: inline-block;
  position: relative;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.event-card-image-copy._2 {
  background-image: linear-gradient(119deg, #b0dfa9 6%, #73bbcf 85%);
}

.event-card-image-copy._3 {
  background-image: linear-gradient(119deg, #73bccf, #ffabab 92%);
}

.event-card-image-copy._4 {
  background-image: linear-gradient(119deg, #c4abff, #a9c7df 82%);
}

.event-card-image-copy._5 {
  background-image: linear-gradient(119deg, #b0dfa9, #fcabff);
}

.event-card-image-copy._6 {
  background-image: linear-gradient(119deg, #ffe4ab, #dfa9ae 82%);
}

.event-card-image-copy.shorter {
  height: 175px;
}

.event-card-image-copy.marketing-pre-footer-section {
  height: 150px;
}

.event-card-info-section-copy {
  background-color: var(--transparent);
  color: #000;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border-radius: 0 0 8px 8px;
  justify-content: space-between;
  align-items: center;
  padding: 24px 12px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.event-card-info-section-copy.registration {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.event-card-info-section-copy.marketing-pre-footer-section {
  flex-flow: row;
  padding: 8px 12px 8px 8px;
}

.event-card-location-text-copy {
  text-align: left;
  letter-spacing: normal;
  text-transform: none;
  width: 200px;
  margin-top: 4px;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
}

.event-card-location-text-copy.marketing-pre-footer {
  font-size: 14px;
}

.organizer-card-plus-icon {
  width: 25px;
}

.div-block-662 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.image-80 {
  width: 20px;
}

.div-block-663 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-664 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.hero-section-alignment-copy {
  justify-content: center;
  align-items: center;
  max-width: none;
  display: flex;
}

.home-page-hero-without-image-copy {
  margin-top: 60px;
  padding: 60px 30px 30px;
  position: relative;
}

.hero-copy-content-left-copy {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.hero-copy-content-left-copy.brand-page {
  width: 50%;
}

.event-card-carousel-image-wrapper-copy {
  position: relative;
}

.event-card-hero-slider-wrapper-copy {
  object-fit: scale-down;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.event-card-carousel-image-wrapper-copy-copy {
  border-radius: 8px;
  align-self: center;
  width: 300px;
  display: flex;
}

.event-card-hero-slider-image-copy {
  border-radius: 20px;
}

.div-block-662-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  align-self: center;
  width: 100%;
  display: flex;
}

.hero-copy-content-left-copy-copy-copy {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: 0;
  display: flex;
  position: static;
}

.top-hero-body-copy-copy-copy-copy {
  color: #3b3b3b;
  letter-spacing: normal;
  align-self: center;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 150%;
}

.top-hero-body-copy-copy-copy-copy.about-us {
  max-width: 100%;
}

.hero-image-rounded-copy-copy {
  border-radius: 20px;
}

.hero-container-event-card-left-copy-copy {
  grid-column-gap: 100px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 0.75fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.hero-container-event-card-left-copy-copy.about-us {
  max-width: none;
}

.hero-container-event-card-left-copy-copy-copy {
  grid-column-gap: 100px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 0.775fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.hero-container-event-card-left-copy-copy-copy.about-us {
  max-width: none;
}

.div-block-662-copy-copy {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  align-self: center;
  width: 100%;
  display: flex;
}

.f-h3-heading-copy-copy,
.f-h3-heading-copy {
  color: var(--black);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 110%;
}

.div-block-665 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  align-self: flex-start;
  width: 100%;
  display: flex;
}

.image-81 {
  width: 149px;
  max-width: none;
}

.submit-button-2 {
  color: #000;
  background-color: #f2f2f2;
  font-family: Space Mono, sans-serif;
}

.submit-button-2.button-text {
  background-color: rgba(217, 217, 217, 0.5803921569);
  border-radius: 10px;
  padding: 20px 40px;
  display: block;
}

.submit-button-2.button-text.get-post.connect-with-rwgps {
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  background-image: url(https://d25qpvb0plkdqc.cloudfront.net/../images/Asset-1RWGPS.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  border-radius: 0;
  align-self: flex-end;
  width: 194px;
  height: 44px;
  padding: 0;
}

.div-block-665-copy {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.f-h3-heading-copy-copy-copy {
  color: var(--black);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 110%;
}

.hero-section-alignment-copy-copy {
  flex-flow: column;
  max-width: none;
}

.f-h3-heading-copy-copy {
  color: var(--black);
  letter-spacing: normal;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  line-height: 110%;
}

.f-h3-heading-copy {
  color: var(--black);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  line-height: 110%;
}

.featured-sponsor-section-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 800px;
  margin-top: 8px;
  display: flex;
}

.featured-spnosor-logo-wrapper {
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 0;
  display: flex;
}

.event-short-about-copy {
  white-space: normal;
  justify-content: center;
  padding: 0;
  font-size: 14px;
  display: flex;
}

.event-short-about-copy.event-detail-2-0 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.featured-sponsor-image {
  color: var(--black);
  max-width: 100px;
}

.f-logo-plain-copy-copy {
  justify-content: center;
  align-items: center;
  width: 75px;
  height: auto;
  padding: 0;
  display: flex;
}

.featured-sponsor-image-2 {
  color: #000;
  max-width: 100px;
}

.top-hero-body-copy-copy-2 {
  color: #3b3b3b;
  letter-spacing: normal;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 150%;
}

.div-block-666 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.7019607843);
  border-radius: 8px;
  align-self: center;
  align-items: center;
  height: 30px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding: 4px 8px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.button-22 {
  grid-column-gap: 8px;
  grid-row-gap: 12px;
  color: #000;
  -webkit-text-stroke-color: #000;
  object-fit: scale-down;
  background-color: #000;
  background-image: linear-gradient(to right, #ff6250, #a259ff 45%, #09b7f6);
  border-radius: 20px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-width: 0;
  height: 60px;
  padding: 12px 24px;
  font-family: Space Mono, sans-serif;
  text-decoration: none;
  display: flex;
}

.button-22.achievement-card {
  background-image: linear-gradient(315deg, #ff6250, #a259ff 51%, #09b7f6);
  justify-content: center;
  max-width: 100%;
}

.button-22.achievement-card.unlisted {
  background-color: #fff;
  background-image: linear-gradient(322deg, rgba(252, 167, 208, 0.5019607843), rgba(162, 89, 255, 0.3019607843) 50%, rgba(75, 224, 250, 0.5019607843));
  border: 1px rgba(0, 0, 0, 0);
}

.button-22.achievement-card.unlisted.event-purchase-button {
  background-image: linear-gradient(322deg, rgba(75, 151, 250, 0.8), rgba(238, 106, 111, 0.8) 53%, #e6def0);
  width: auto;
  min-width: 150px;
}

.button-22.achievement-card.unlisted.event-purchase-button.event-header-interim {
  opacity: 1;
  mix-blend-mode: multiply;
  background-color: rgba(13, 199, 231, 0);
  background-image: linear-gradient(290deg, #e6def0, rgba(238, 106, 111, 0.4588235294) 38%, rgba(75, 151, 250, 0.4588235294));
  border: 1.5px #ddd7d7;
  border-radius: 20px;
  align-self: center;
  min-width: 200px;
  box-shadow: inset 0 2px 12px 2px rgba(255, 255, 255, 0.3803921569), 0 2px 5px rgba(0, 0, 0, 0.2);
}

.button-22.achievement-card.unlisted.event-purchase-button.event-header-interim.results {
  background-image: linear-gradient(151deg, #e4e6f1, rgba(255, 89, 89, 0.4588235294) 22%, rgba(250, 151, 75, 0.4588235294));
}

.f-h3-heading-copy-copy-2 {
  color: #000;
  letter-spacing: normal;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  line-height: 110%;
}

.hero-copy-content-left-copy-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  width: 100%;
  margin-left: 0;
  display: flex;
  position: static;
}

.slide-multiple-view {
  width: 25%;
  padding-bottom: 0;
  padding-right: 0;
}

.featured-events-slider-2-0 {
  justify-content: space-between;
  width: 100%;
}

.pricing-day-of-overall-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  padding: 0;
  display: flex;
}

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

.f-h3-heading-copy-copy-copy {
  color: var(--black);
  letter-spacing: normal;
  letter-spacing: normal;
  letter-spacing: normal;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  line-height: 110%;
}

.div-block-667 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: none;
}

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

.text-block-65 {
  font-size: 45px;
  font-weight: 700;
}

.navbar-link-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.navbar-link-4.w--current {
  max-height: 60px;
}

.navbar-link-4._9-10-24-update {
  color: #2b2b2b;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
}

.navbar-link-4._5-28-update {
  color: #2b2b2b;
  font-size: 14px;
}

.navbar-link-4._5-28-update:hover {
  color: rgba(238, 106, 111, 0.8);
}

.navbar-link-4._5-28-update:active {
  flex: 1;
}

.navbar-link-4._9-10-24-update {
  color: #2b2b2b;
  font-size: 14px;
}

.navbar-link-4._9-10-24-update:hover {
  color: rgba(238, 106, 111, 0.8);
}

.navbar-link-4._9-10-24-update:active {
  flex: 1;
}

.navbar-link-4._9-10-24-update.dropdown {
  padding-left: 0;
  padding-right: 0;
}

.button-23 {
  grid-column-gap: 8px;
  grid-row-gap: 12px;
  color: #000;
  -webkit-text-stroke-color: #000;
  object-fit: scale-down;
  background-color: #000;
  background-image: linear-gradient(to right, #ff6250, #a259ff 45%, #09b7f6);
  border-radius: 20px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-width: 0;
  height: 60px;
  padding: 12px 24px;
  font-family: Space Mono, sans-serif;
  text-decoration: none;
  display: flex;
}

.button-23.achievement-card {
  background-image: linear-gradient(315deg, #ff6250, #a259ff 51%, #09b7f6);
  justify-content: center;
  max-width: 100%;
}

.button-23.achievement-card.unlisted {
  background-color: #fff;
  background-image: linear-gradient(322deg, rgba(252, 167, 208, 0.5019607843), rgba(162, 89, 255, 0.3019607843) 50%, rgba(75, 224, 250, 0.5019607843));
  border: 1px rgba(0, 0, 0, 0);
}

.button-23.achievement-card.unlisted.event-purchase-button {
  background-image: linear-gradient(322deg, rgba(75, 151, 250, 0.8), rgba(238, 106, 111, 0.8) 53%, #e6def0);
  width: auto;
  min-width: 150px;
}

.button-23.achievement-card.unlisted.event-purchase-button.event-header-interim {
  opacity: 1;
  mix-blend-mode: multiply;
  background-color: rgba(13, 199, 231, 0);
  background-image: linear-gradient(290deg, #e6def0, rgba(238, 106, 111, 0.4588235294) 38%, rgba(75, 151, 250, 0.4588235294));
  border: 1.5px #ddd7d7;
  border-radius: 20px;
  align-self: center;
  min-width: 200px;
  box-shadow: inset 0 2px 12px 2px rgba(255, 255, 255, 0.3803921569), 0 2px 5px rgba(0, 0, 0, 0.2);
}

.button-23.achievement-card.unlisted.event-purchase-button.event-header-interim.results {
  background-image: linear-gradient(151deg, #e4e6f1, rgba(255, 89, 89, 0.4588235294) 22%, rgba(250, 151, 75, 0.4588235294));
}

.button-23.achievement-card.unlisted.event-purchase-button.event-header-interim.results.event-management {
  background-image: linear-gradient(151deg, rgba(255, 89, 89, 0.4588235294) 8%, rgba(252, 191, 77, 0.8784313725));
  border-radius: 8px;
  min-width: auto;
  max-width: none;
  height: auto;
  padding: 8px 32px;
}

.button-23.achievement-card.unlisted.event-purchase-button.event-header-interim.results.event-management._9-10-24-update {
  padding: 8px 16px;
}

.event-type-filter-icon-wrapper {
  height: 30px;
}

.div-block-669 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  display: none;
}

.event-type-filter-text {
  font-size: 10px;
  font-weight: 600;
  line-height: 120%;
}

.event-type-filter-button {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  opacity: 0.8;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  margin-bottom: 2px;
  padding-bottom: 3px;
  text-decoration: none;
  display: flex;
}

.event-type-filter-button:hover,
.event-type-filter-button:focus {
  opacity: 1;
  border-bottom: 2px solid #000;
  margin-bottom: 0;
}

.event-type-filter-button:visited {
  border-bottom: 2px solid #000;
}

.f-h3-heading-copy-copy-copy-copy {
  color: var(--black);
  letter-spacing: normal;
  letter-spacing: normal;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  line-height: 110%;
}

.heading-26 {
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-671 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.shell11-layout_content-right-copy {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: block;
}

.action-m-copy-copy {
  color: #030711;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  line-height: 121%;
  text-decoration: none;
}

.action-l-copy-copy {
  color: var(--black);
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.div-block-672 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.participant-details-row-centered-copy {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.participant-details-row-centered-copy._1-2 {
  margin-top: 20px;
}

.event-card-sub-event-name-text,
.text-block-55-copy {
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
}

.profile-top-text-overall-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.div-block-674 {
  border-radius: 8px;
  overflow: hidden;
}

.div-block-675 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: none;
}

.profile-left-side-overall-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.div-block-677 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-top: 1px solid var(--grey);
  flex-flow: column;
  margin-top: 4px;
  padding-top: 8px;
  display: flex;
}

.recent-activity-text-wrapper-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--grey);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.view-activity-icon {
  width: 15px;
}

.social-activity-event-card-2-0-wrapper-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.recent-activity-overall-wrapper-copy {
  justify-content: center;
  align-items: flex-start;
  margin-top: 4px;
  display: flex;
}

.recent-activity-overall-wrapper-copy.admin-button {
  justify-content: flex-start;
  align-items: center;
}

.recent-activity-overall-wrapper-copy.list.result {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
}

.div-block-581-copy-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.paragraph-7 {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 120%;
}

.div-block-678 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.text-block-67 {
  font-size: 10px;
}

.product-spacing-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.event-creation-next-button-copy {
  background-color: var(--light-grey);
  cursor: pointer;
  background-image: none;
  width: 100%;
  font-size: 14px;
  line-height: 120%;
}

.event-creation-next-button-copy.checkpoint-3 {
  border: 1px solid var(--light-grey);
  background-color: var(--transparent);
  background-image: none;
  width: 100%;
}

.event-creation-next-button-copy.add-it-cart {
  background-image: none;
}

.shop-page-product-description-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.event-creation-button-no-color-copy {
  background-color: var(--light-grey);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  border-radius: 8px;
  width: 100%;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.event-creation-button-no-color-copy.is-tertiary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.event-creation-button-no-color-copy.is-small {
  padding: 0.5rem 1.25rem;
}

.event-creation-button-no-color-copy.is-small.is-alternate {
  border-style: none;
  border-radius: 8px;
  position: absolute;
  inset: 0%;
}

.event-creation-button-no-color-copy.is-small.is-alternate.add-photos {
  background-image: linear-gradient(to bottom, var(--light-grey), var(--light-grey));
  flex-flow: column;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.event-creation-button-no-color-copy.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: rgba(0, 0, 0, 0);
  border-style: solid;
}

.event-creation-button-no-color-copy.is-secondary.race-pace {
  border-style: solid;
}

.event-creation-button-no-color-copy.is-add-to-cart-button {
  border-radius: 8px;
  width: 100%;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.event-creation-button-no-color-copy.is-link {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: 0.25rem 0;
  line-height: 1;
  text-decoration: none;
}

.event-creation-button-no-color-copy.is-link.is-icon {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
}

.event-creation-button-no-color-copy.is-navbar16-button {
  z-index: 1;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  position: relative;
}

.event-creation-button-no-color-copy.race-pace {
  border-style: solid;
  border-width: 1px;
  border-radius: 8px;
  padding: 8px 16px;
  font-weight: 600;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.event-creation-button-no-color-copy.race-pace.submit {
  background-image: linear-gradient(148deg, #c4a2ff, #ff4200);
  border-style: none;
}

.event-creation-button-no-color-copy.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: rgba(0, 0, 0, 0);
}

.event-creation-button-no-color-copy.is-secondary.is-small.is-grid-list {
  width: 100%;
}

.event-creation-button-no-color-copy.is-secondary.is-buy-now-button {
  width: 100%;
  margin-bottom: 1rem;
}

.event-creation-button-no-color-copy.is-add-to-cart-button {
  width: 100%;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.event-creation-button-no-color-copy.back {
  background-color: var(--transparent);
  box-shadow: none;
  background-image: none;
  padding-left: 0;
  padding-right: 24px;
  font-weight: 400;
  text-decoration: underline;
}

.event-creation-button-no-color-copy.not-ready {
  background-color: var(--grey);
  opacity: 0.5;
  background-image: none;
}

.event-creation-button-no-color-copy.skip {
  background-color: var(--transparent);
  box-shadow: none;
  background-image: none;
  padding-left: 0;
  padding-right: 24px;
  text-decoration: underline;
}

.event-creation-nav-wrapper-copy {
  display: block;
}

.shopping-cart-icon {
  width: 25px;
}

.shopping-cart-icon.smaller {
  width: 20px;
}

.shopping-cart-info-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.shopping-cart-info-wrapper.in-cart {
  display: none;
}

.cart-iem-counter-text {
  font-size: 16px;
  font-weight: 600;
}

.store-checkout-blurred-background {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: rgba(255, 255, 255, 0.3294117647);
  height: 100%;
  display: block;
  position: fixed;
  inset: 0%;
}

.cart-right-side-panel-container {
  z-index: 3;
  background-color: var(--white);
  border-top-left-radius: 8px;
  width: 400px;
  margin-top: 80px;
  position: fixed;
  inset: 0% 0% 0% auto;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.your-cart-title-wrapper {
  justify-content: space-between;
  display: flex;
}

.cart-right-side-panel-spacing {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  height: 100%;
  padding: 20px 16px;
  display: flex;
  overflow: visible;
}

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

.your-items-list-container.storefront {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.your-items-list-container.more-info-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.your-item-text {
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
}

.your-item-text.more-info-card {
  font-size: 12px;
}

.your-item-image-wrapper {
  aspect-ratio: 1;
  overflow: hidden;
}

.your-item-image-wrapper.storefront {
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.your-item-image-wrapper.more-info-card {
  border-radius: 8px;
  max-width: 50px;
}

.your-item-price-text {
  font-size: 12px;
  line-height: 120%;
}

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

.cart-items-spacing {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.div-block-682 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}

.div-block-682.storefront {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.div-block-683 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.product-header3_option-list-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.div-block-684,
.div-block-685 {
  display: flex;
}

.check-out-delete-icon {
  width: 20px;
}

.your-cart-header-text {
  font-weight: 600;
}

.event-creation-bottom-nav-and-progress-overall-wrapper-copy {
  z-index: 3;
  background-color: var(--white);
  flex-flow: column;
  width: 400px;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  position: fixed;
  inset: auto 0 0;
}

.event-creation-bottom-nav-and-progress-overall-wrapper-copy.bottom-on-mobile.long-body {
  background-color: var(--transparent);
  left: 0;
  right: 0;
}

.shop-bottom-bar-wrapper {
  z-index: 2;
  background-color: var(--white);
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 24px 16px;
  position: fixed;
  inset: auto 0% 0% auto;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.cart-items-wrapper {
  height: 100%;
  overflow: auto;
}

.product-header3_quantity-wrapper-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.product-header3_quantity-wrapper-copy.select-price-registration {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  display: flex;
}

.close-cart-icon {
  width: 20px;
}

.bottom-shop-bar-spacing-placeholder {
  padding-top: 30px;
  padding-bottom: 30px;
}

.delete-cart-item-icon-wrapper {
  margin-right: 3px;
}

.div-block-686-copy {
  background-color: var(--white);
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 800px;
  display: flex;
  position: static;
  inset: auto 0% 0% auto;
}

.product-header3_option-list-copy-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.your-item-subtext {
  color: var(--dark-grey);
  font-size: 12px;
  font-weight: 600;
  line-height: 120%;
}

.submit-email-widget-button {
  background-color: var(--light-grey);
  background-image: none;
  width: 100px;
  font-size: 14px;
  line-height: 120%;
}

.submit-email-widget-button.checkpoint-3 {
  border: 1px solid var(--light-grey);
  background-color: var(--transparent);
  background-image: none;
  width: 100%;
}

.submit-email-widget-button.add-it-cart {
  background-image: none;
}

.create-event-description-text-copy {
  margin-top: 10px;
  font-size: 10px;
  font-weight: 400;
  line-height: 120%;
}

.create-event-content-wrapper-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  align-items: flex-start;
  padding: 16px;
}

.create-event-content-wrapper-copy.organizer-page {
  padding: 8px;
}

.not-ready-next-button-event-creation-3 {
  background-color: #f2f2f2;
  border-radius: 8px;
  padding: 12px 24px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.not-ready-next-button-event-creation-3.organizer-page {
  padding: 8px 12px;
}

.not-ready-next-button-event-creation-3.organizer-page.test {
  margin-top: 8px;
}

.event-creation-next-button-text-not-ready-3,
.event-creation-next-button-text-not-ready-3-copy {
  color: #d9d9d9;
  font-size: 14px;
}

.event-creation-next-button-text-not-ready-3-copy.not-ready {
  font-size: 12px;
}

.event-creation-next-button-text-not-ready-3-copy.not-ready.organizer-page {
  white-space: nowrap;
}

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

.text-block-70.organizer-page {
  white-space: nowrap;
}

.add-link-content-wrapper-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--light-grey);
  border-radius: 8px;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  width: 450px;
  padding-left: 14px;
  display: flex;
}

.email-widget-movemint-logo-small {
  width: 60px;
  padding-bottom: 4px;
}

.email-widget-button-wrapper {
  display: flex;
}

.div-block-689 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex: 0 auto;
  align-items: center;
  display: flex;
}

.form-block-18 {
  width: 500px;
  margin: 16px;
}

.email-widget-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

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

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

.div-block-648-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.profile-overall-grid-layout {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 0.5fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 20px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
}

.heading-style-h4-copy-copy {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

.event-detail-tab-text-copy {
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  line-height: 120%;
}

.event-detail-tab-text-copy.dark-grey {
  color: var(--dark-grey);
}

.image-83 {
  width: 300px;
}

.event-search-container {
  z-index: 99;
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  background-color: var(--white);
  flex-flow: column;
  align-self: center;
  align-items: center;
  margin-top: 60px;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 20px;
  display: flex;
}

.div-block-693 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.text-block-71 {
  font-size: 14px;
  font-weight: 600;
}

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

.div-block-694 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.event-creation-next-button-copy-copy {
  background-color: var(--light-grey);
  background-image: none;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.div-block-695 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.div-block-696 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.marketing-button-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.marketing-button-container.value-prop {
  margin-top: 24px;
}

.marketing-button {
  background-color: var(--light-grey);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  border-radius: 8px;
  width: 100%;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.marketing-button.is-tertiary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.marketing-button.is-small {
  padding: 0.5rem 1.25rem;
}

.marketing-button.is-small.is-alternate {
  border-style: none;
  border-radius: 8px;
  position: absolute;
  inset: 0%;
}

.marketing-button.is-small.is-alternate.add-photos {
  background-image: linear-gradient(to bottom, var(--light-grey), var(--light-grey));
  flex-flow: column;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.marketing-button.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: rgba(0, 0, 0, 0);
  border-style: solid;
}

.marketing-button.is-secondary.race-pace {
  border-style: solid;
}

.marketing-button.is-add-to-cart-button {
  border-radius: 8px;
  width: 100%;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.marketing-button.is-link {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: 0.25rem 0;
  line-height: 1;
  text-decoration: none;
}

.marketing-button.is-link.is-icon {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
}

.marketing-button.is-navbar16-button {
  z-index: 1;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  position: relative;
}

.marketing-button.race-pace {
  border-style: solid;
  border-width: 1px;
  border-radius: 8px;
  padding: 8px 16px;
  font-weight: 600;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.marketing-button.race-pace.submit {
  background-image: linear-gradient(148deg, #c4a2ff, #ff4200);
  border-style: none;
}

.marketing-button.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: rgba(0, 0, 0, 0);
}

.marketing-button.is-secondary.is-small.is-grid-list {
  width: 100%;
}

.marketing-button.is-secondary.is-buy-now-button {
  width: 100%;
  margin-bottom: 1rem;
}

.marketing-button.is-add-to-cart-button {
  width: 100%;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.marketing-button.back {
  background-color: var(--transparent);
  box-shadow: none;
  background-image: none;
  padding-left: 0;
  padding-right: 24px;
  font-weight: 400;
  text-decoration: underline;
}

.marketing-button.not-ready {
  background-color: var(--grey);
  opacity: 0.5;
  background-image: none;
}

.marketing-button.skip {
  background-color: var(--transparent);
  box-shadow: none;
  background-image: none;
  padding-left: 0;
  padding-right: 24px;
  text-decoration: underline;
}

.marketing-button.main-cta {
  background-image: linear-gradient(124deg, rgba(238, 106, 111, 0.5019607843), rgba(75, 151, 250, 0.5019607843));
}

.marketing-button-wrapper {
  width: 300px;
}

.marketing-button-wrapper.shopping {
  width: 100%;
}

.marketing-button-wrapper.marketing {
  width: 300px;
}

.marketing-button-wrapper.marketing.main-cta {
  width: 620px;
}

.marketing-button-wrapper.small {
  width: 200px;
}

.hero-copy-content-left-copy-copy-copy {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: 0;
  display: grid;
  position: static;
}

.hero-copy-content-left-copy-copy-copy.brand-page {
  width: 50%;
}

.hero-copy-content-left-copy-copy-copy-copy {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 0;
  display: flex;
  position: static;
}

.f-h3-heading-copy-copy-copy-copy-copy {
  color: var(--black);
  text-align: center;
  letter-spacing: normal;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  line-height: 110%;
}

.f-h3-heading-copy-copy-copy-copy {
  color: var(--black);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 110%;
}

.hero-copy-content-left-copy-copy-copy-copy {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: 0;
  display: flex;
  position: static;
}

.hero-copy-content-left-copy-copy-copy-copy.brand-page {
  width: 50%;
}

.f-h3-heading-copy-copy-copy-copy-copy,
.f-h3-heading-copy-copy-copy {
  color: var(--black);
  letter-spacing: normal;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  line-height: 110%;
}

.div-block-697 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

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

.div-block-699 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.hero-copy-content-left-copy-copy-copy-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: 0;
  display: grid;
  position: static;
}

.div-block-700 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-h3-heading-copy-2 {
  color: #000;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  line-height: 110%;
}

.image-84 {
  width: 20px;
}

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

.event-card-location-text-copy-copy {
  text-align: left;
  letter-spacing: normal;
  text-transform: none;
  width: 200px;
  margin-top: 4px;
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
}

.event-card-info-section-copy-copy {
  background-color: var(--transparent);
  color: #000;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.event-card-info-section-copy-copy.registration {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.marketing-h3-text {
  margin-top: 0;
  margin-bottom: 0;
}

.marketing-pre-footer-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.div-block-701 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.7019607843);
  border-radius: 8px;
  align-self: center;
  align-items: center;
  height: 30px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding: 4px 8px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.page-section-spacing-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.event-receipt-button {
  text-align: left;
  letter-spacing: normal;
  text-transform: none;
  margin-top: 4px;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
}

.text-block-72 {
  align-self: center;
}

.create-event-registration-dates-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.text-block-73 {
  align-self: center;
}

.div-block-469-copy-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: grid;
}

.event-type-filter-container-and-spacing {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.image-85 {
  color: var(--dark-grey);
}

.event-type-filter-icon {
  width: 100%;
  max-width: none;
  height: 100%;
}

.padding-section-large-2-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.profile-event-card-section-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.profile-given-name-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.profile-left-side-sticky {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
  position: sticky;
  top: 80px;
}

.oragnizer-page-email-form-block {
  width: 100%;
  margin-bottom: 0;
}

.add-link-content-wrapper-copy-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--light-grey);
  border-radius: 8px;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 14px;
  display: flex;
}

.create-event-description-text-copy {
  margin-top: 0;
  margin-left: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
}

.text-size-medium-3 {
  font-size: 1.125rem;
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.max-width-large-19 {
  width: 100%;
  max-width: 48rem;
}

.container-large-25 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.storefront-product-grid-section-spacing {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.storefront-product-grid-section {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.storefront-product-link {
  text-align: left;
  align-items: center;
  width: 100%;
  text-decoration: none;
}

.product1_heading-wrapper-copy {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  display: grid;
}

.organizer-hero-image-container {
  width: 100%;
  height: 50vh;
  position: relative;
}

.email-widget-field-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.email-widget-field-wrapper.test {
  justify-content: flex-end;
  align-items: center;
}

.profile-tab-icon-wrapper {
  width: auto;
  height: 20px;
}

.profile-tab-header-content-wapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.tab-icon-oganizer-page {
  vertical-align: text-top;
  height: 100%;
}

.profile-tab-link {
  pointer-events: auto;
  background-color: rgba(0, 0, 0, 0);
  align-self: center;
  padding: 0 0 4px;
  font-size: 18px;
  line-height: 24px;
  transition: background-color 0.3s;
  display: flex;
}

.profile-tab-link:hover {
  color: var(--dark-grey);
}

.profile-tab-link.w--current {
  opacity: 1;
  mix-blend-mode: multiply;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid #000;
  transition-property: none;
}

.profile-tab-link.w--current:hover {
  color: #000;
}

.organizer-page-email-sign-up-container.bottom {
  display: none;
}

.organizer-page-email-sign-up-container.checkout-test {
  width: 100%;
}

.organizer-background-image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.profile-overall-content-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.profile-bio-text {
  font-size: 12px;
  line-height: 120%;
  text-decoration: none;
}

.profile-event,
.profile-event-card-spacing {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.profile-event-card-section-header-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
}

.profile-event-card-section-header-text {
  font-size: 16px;
  font-weight: 600;
}

.storefront-product-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.storefront-description-text-overall-wrapper {
  display: flex;
}

.storefront-section-header-wrapper {
  flex: 1;
}

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

.div-block-709 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  display: flex;
}

.div-block-710 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.div-block-711 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.more-info-product-grid {
  grid-column-gap: 8px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.div-block-712 {
  z-index: 99;
  position: absolute;
  inset: 60px 0% 0%;
}

.close-icon-more-info-card {
  width: 20px;
}

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

.div-block-594-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.link-block-38 {
  align-self: flex-start;
}

.div-block-592-copy {
  margin-top: 40px;
  margin-left: 220px;
  margin-right: 220px;
}

.results-event-link {
  text-align: left;
}

.handoff-results-strava-icon {
  width: 20px;
  max-width: none;
  height: 20px;
}

.results-time-handoff-link {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  align-self: center;
  align-items: center;
}

.div-block-714 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-378-copy-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: baseline;
  width: 100%;
  display: flex;
}

.section-6 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
}

.section-6.cc-full-center {
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  display: flex;
}

.dev-tabs_list-btn-icon {
  width: 14px;
  height: 20px;
  line-height: 1;
  display: none;
}

.dev-tabs_list {
  width: 350px;
  margin-top: 13px;
  margin-bottom: 0;
  padding-left: 0;
}

.dev-tabs_tab {
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.page-wrapper-2 {
  background-color: var(--white);
  color: #fff;
  position: relative;
}

.dev-tabs_menu {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 20%;
  padding: 4px;
  display: grid;
  position: absolute;
  inset: 0% 0% auto;
}

.dev-tabs_content {
  height: 100%;
  position: absolute;
  inset: 117px 0% auto;
}

.dev-tabs_list-btn {
  color: #737373;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 1em;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.dev-tabs_list-btn:hover {
  color: var(--grey);
}

.dev-tabs_list-btn.cc-active {
  color: #fff;
  text-decoration: none;
}

.dev-tabs_menu-link {
  color: #737373;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  background-image: url(https://d25qpvb0plkdqc.cloudfront.net/../images/Blob-5.png);
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0.4em 2.2em;
  font-size: 1rem;
  line-height: 1;
  display: flex;
}

.dev-tabs_menu-link:hover {
  color: #fff;
}

.dev-tabs_menu-link.w--current {
  color: #fff;
  background-color: rgba(155, 155, 155, 0);
  background-image: url(https://d25qpvb0plkdqc.cloudfront.net/../images/Blob-6.png);
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-15 {
  width: 90%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.dev-tabs_list-content {
  background-color: #1c1c1c;
  border-radius: 10px;
  max-width: 600px;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.dev-tabs_list-content.cc-active {
  background-color: var(--transparent);
  width: 100%;
  margin-top: 45px;
  display: block;
}

.u-img-cover {
  opacity: 0.49;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.dev-tabs_img-aspect {
  border-radius: 12px;
  padding-top: 70%;
  position: relative;
}

.dev-tabs {
  min-height: 480px;
  margin-left: auto;
  margin-right: auto;
}

.dev-tabs_list-item {
  margin-bottom: 0;
}

.section-7 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
}

.section-7.cc-full-center {
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  display: flex;
}

.container-16 {
  width: 90%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-74 {
  color: var(--black);
}

.div-block-715 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.value-prop-icon-arrow {
  color: var(--black);
  width: 40px;
}

.text-block-75 {
  color: var(--black);
  text-align: left;
  white-space: nowrap;
}

.text-block-74-copy {
  z-index: 99;
  color: var(--black);
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  position: absolute;
}

.div-block-716 {
  z-index: 9;
  background-color: var(--white);
  opacity: 0.5;
  position: absolute;
  inset: 0%;
}

.div-block-717 {
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-717-copy {
  z-index: 10;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 38%;
  left: 0%;
  right: 0%;
}

.div-block-717-copy.donated {
  top: 25%;
}

.div-block-717-copy.donated.result {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.text-block-76 {
  font-weight: 600;
  line-height: 120%;
}

.link-block-39 {
  z-index: 10;
  text-align: left;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-718 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.text-block-77,
.text-block-77-copy {
  font-weight: 700;
}

.donate-button-athlete-profile {
  width: auto;
  font-size: 12px;
  font-weight: 600;
}

.athlete-profile-donate-button-wrapper {
  background-color: var(--light-grey);
  border-radius: 8px;
  padding: 4px 16px;
  text-decoration: none;
}

.div-block-719 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-720 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-721 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.event-card-2-0-info-wrapper-copy-copy {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: stretch;
  display: grid;
}

.event-card-2-0-info-wrapper-copy-copy.draft-card {
  display: block;
}

.event-card-2-0-info-wrapper-copy-copy.info-modal {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  margin-top: 0;
}

.event-card-2-0-info-wrapper-copy-copy.info-modal-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: flex;
}

.div-block-722 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 0;
  display: flex;
}

.groups-card-grid {
  grid-column-gap: 16px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.groups-card-grid.athlete-dashboard {
  grid-template-columns: 1fr 1fr 1fr;
}

.groups-card-grid.featured {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.groups-card-grid.profile {
  grid-row-gap: 45px;
  grid-template-columns: 1fr 1fr;
}

.groups-card-grid.groups {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.groups-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: 8px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.groups-card.marketing-view {
  max-width: none;
}

.groups-card-image-wrapper {
  aspect-ratio: 3/2;
  border-radius: 8px;
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.groups-card-image-wrapper.more-info-card {
  height: 100%;
}

.groups-card-image-wrapper.volunteered {
  background-image: linear-gradient(124deg, #fcecf6, #e3fbff);
}

.groups-image-link {
  object-fit: scale-down;
  width: 100%;
  height: 100%;
}

.groups-image-link.results {
  opacity: 0.3;
}

.groups-image-link.volunteered {
  background-color: var(--black);
  opacity: 1;
  background-color: var(--white);
  opacity: 0.3;
  position: absolute;
}

.div-block-723 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: 14px;
  grid-template-columns: 0.25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  line-height: 100%;
}

.strava-integration-results-link {
  padding-bottom: 0;
}

.groups-image {
  aspect-ratio: 3/2;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 8px;
  width: 100%;
  max-width: none;
}

.groups-image.more-info-card {
  height: 100%;
}

.groups-lower-content-container {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.text-block-78 {
  color: var(--dark-grey);
  font-size: 14px;
  line-height: 120%;
}

.home-head-sub-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.div-block-726 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.image-86 {
  aspect-ratio: 1;
  width: 15px;
  max-width: none;
  height: 15px;
  display: block;
}

.image-86.larger {
  border-radius: 99px;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.group-card-title-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.group-title-event-card-text {
  text-align: left;
  word-break: break-all;
  width: 100%;
  max-width: 255px;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
}

.group-title-event-card-text.results {
  font-size: 16px;
}

.group-title-event-card-text.athlete-card-page {
  font-size: 24px;
}

.group-card-top-info-section {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.div-block-727 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-728 {
  border-radius: 99px;
  justify-content: flex-start;
  align-self: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.group-icon-for-default-pfp {
  color: var(--grey);
  background-image: linear-gradient(126deg, rgba(238, 106, 111, 0.3294117647), rgba(75, 151, 250, 0.2));
  border-radius: 99px;
  padding: 4px;
}

.path-4 {
  color: var(--grey);
}

.registration-quick-info-text-copy-3 {
  color: #595959;
  margin-top: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}

.registration-quick-info-text-copy-3.semibold {
  font-weight: 600;
}

.registration-quick-info-text-copy-3.semibold.event-page {
  color: var(--black);
}

.image-87 {
  aspect-ratio: 1;
  width: 20px;
  max-width: none;
  height: 20px;
  display: block;
}

.group-card-title-link-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.event-page-group-wrapper {
  margin-top: 10px;
  margin-bottom: 10px;
}

.event-page-group-wrapper.bottom {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.group-card-top-info-section-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.event-card-2-0-text-wrapper-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.event-card-2-0-text-wrapper-copy.athlete-profile {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.event-card-2-0-text-wrapper-copy.with-group {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: flex-start;
}

.registration-overall-content-wrapper-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-right: 0;
  line-height: 120%;
  display: flex;
}

.div-block-730 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.link-block-42 {
  text-decoration: none;
}

.div-block-731 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.strava-integration-results-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: 14px;
  grid-template-columns: 0.25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 20px;
  display: flex;
}

.div-block-732 {
  justify-content: center;
  align-items: center;
  width: 20px;
  display: flex;
}

.registration-quick-info-text-copy-4 {
  color: #595959;
  margin-top: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}

.registration-quick-info-text-copy-5 {
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
}

.image-88 {
  aspect-ratio: 1;
  width: 15px;
  max-width: none;
  height: 15px;
  display: block;
}

.registration-quick-info-text-copy-6 {
  color: #595959;
  margin-top: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}

.registration-quick-info-text-copy-7 {
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
}

.image-89 {
  aspect-ratio: 1;
  width: 15px;
  max-width: none;
  height: 15px;
  display: block;
}

.registration-quick-info-text-copy-8 {
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
}

.image-90 {
  aspect-ratio: 1;
  width: 15px;
  max-width: none;
  height: 15px;
  display: block;
}

.registration-quick-info-text-copy-9 {
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
}

.image-91 {
  aspect-ratio: 1;
  width: 15px;
  max-width: none;
  height: 15px;
  display: block;
}

.athlete-profile-results-row-header {
  background-color: #d9d9d9;
  justify-content: space-between;
  display: flex;
}

.athlete-profile-results-header-left {
  padding: 16px 10px 16px 36px;
}

.div-block-734-copy {
  justify-content: flex-start;
  align-items: center;
  padding: 10px 26px 10px 16px;
  display: flex;
}

.athlete-profile-results-right-header-wrapper {
  align-self: center;
  padding: 16px;
}

.group-card-title-link-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  aspect-ratio: 1;
  background-image: linear-gradient(120deg, #ffdbdb, #eef5ff 52%, #fcd2f9);
  border-radius: 50%;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 66%;
  text-decoration: none;
  display: flex;
  overflow: clip;
}

.group-card-title-link-copy.creation {
  width: 100px;
}

.div-block-737 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.page-wrapper-3 {
  margin-top: 60px;
  margin-left: 40px;
  margin-right: 40px;
  padding-bottom: 40px;
}

.display-s {
  z-index: 999;
  letter-spacing: -0.02em;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2em;
  position: relative;
}

.display-s.display-s-absolute {
  z-index: 99;
  position: absolute;
}

.card-icon {
  width: 1rem;
  max-height: 1rem;
}

.card-icon.card-icon-absolute {
  position: absolute;
  inset: 100% 0% auto;
}

.about2-testimonial_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.footer1_legal-link {
  font-size: 0.875rem;
  text-decoration: underline;
}

.about2-values_image-wrapper {
  border-radius: 8px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.footer1_left-wrapper {
  flex-direction: column;
  display: flex;
}

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

.card-icon-wrapper {
  display: flex;
  position: relative;
}

.footer1_credit-text {
  font-size: 0.875rem;
}

.success-message-9 {
  padding: 1.5rem;
}

.line-divider-2 {
  width: 100%;
  height: 1px;
}

.button-24 {
  text-align: center;
  border-style: solid;
  border-width: 1px;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
}

.button-24.is-link {
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: 0.25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-24.is-link.is-icon {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
}

.button-24.is-small {
  padding: 0.5rem 1.25rem;
}

.button-24.is-secondary {
  background-color: rgba(0, 0, 0, 0);
}

.card-button-wrapper {
  justify-content: flex-end;
  display: flex;
  position: absolute;
  inset: 1.5rem 1.5rem auto;
}

.footer1_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.navbar1_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar1_dropdown-list.w--open {
  border-style: solid;
  border-width: 1px;
  padding: 0.5rem;
}

.footer1_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 0.75fr 1fr;
  align-items: start;
}

.about2-values_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

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

.footer1_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.about2-testimonial_client-image-wrapper {
  margin-right: 1rem;
}

.navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.navbar1_component {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.footer1_menu-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.footer1_form-block {
  max-width: 35rem;
  margin-bottom: 0;
}

.form_input-5 {
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input-5:focus {
  border-color: #000;
}

.form_input-5::placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.footer1_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 0.75rem;
  display: grid;
}

.card-button {
  z-index: 99;
  background-color: #fff;
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  position: relative;
}

.about2-testimonial_customer-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.container-large-26 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.movemint-middle-value-prop-section-hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.movemint-middle-value-prop-section-hero.hero {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-image: url(https://d25qpvb0plkdqc.cloudfront.net/../images/Value-Prop-Hero-Background.png);
  background-position: 0 0;
  background-size: auto;
  justify-content: flex-start;
  align-items: center;
  margin-top: 100px;
}

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

.text-size-medium-4 {
  font-size: 16px;
  line-height: 140%;
}

.text-size-medium-4.hero-value-prop {
  margin-bottom: 0;
}

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

.navbar1_menu-button {
  padding: 0;
}

.about2-header_image-wrapper {
  border-radius: 8px;
  overflow: hidden;
}

.about2-header_image-wrapper.organizer {
  aspect-ratio: 3/2;
  justify-content: center;
  display: flex;
}

.about2-header_image-wrapper.organizer.test {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-start center;
  display: flex;
}

.about2-header_image-wrapper.side-by-side {
  aspect-ratio: 1;
}

.grid-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(0.5rem, 1fr) minmax(0.5rem, 1fr) minmax(0.5rem, 1fr) minmax(0.5rem, 1fr) minmax(0.5rem, 1fr) minmax(0.5rem, 1fr) minmax(0.5rem, 1fr) minmax(0.5rem, 1fr) minmax(0.5rem, 1fr) minmax(0.5rem, 1fr) minmax(0.5rem, 1fr) minmax(0.5rem, 1fr);
  grid-auto-columns: minmax(0.5rem, 1fr);
  display: none;
}

.heading-style-h4-10 {
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

.card-image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 8px;
}

.about2-testimonial_logo {
  max-height: 3rem;
}

.card-content-title {
  z-index: 99;
  position: relative;
  overflow: hidden;
}

.card-transition-block {
  aspect-ratio: 1;
  background-color: var(--white);
  background-image: linear-gradient(126deg, rgba(238, 106, 111, 0.5019607843), rgba(75, 151, 250, 0.5019607843));
  border-radius: 0.5rem;
  width: 100%;
  position: absolute;
}

.card-transition-block.athletes {
  background-image: linear-gradient(126deg, rgba(106, 152, 238, 0.5019607843), rgba(250, 75, 209, 0.5019607843));
}

.card-transition-block.brands {
  background-image: linear-gradient(126deg, rgba(238, 154, 106, 0.5019607843), rgba(224, 250, 75, 0.5019607843));
}

.card-transition-block.timers {
  background-image: linear-gradient(126deg, rgba(119, 238, 106, 0.5019607843), rgba(75, 151, 250, 0.5019607843));
}

.card-transition-block.marketing {
  background-image: linear-gradient(126deg, rgba(106, 236, 238, 0.5019607843) 26%, rgba(250, 75, 78, 0.5019607843));
}

.about2-values_item {
  flex-direction: column;
  align-items: center;
}

.about2-testimonial_logo-wrapper {
  margin-bottom: 3rem;
}

.about2-testimonial_content {
  border-style: solid;
  border-width: 1px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.footer1_link {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  text-decoration: none;
}

.about2-testimonial_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.navbar1_dropdown-link {
  padding: 0.5rem 1rem;
}

.card-transition-image {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.card-transition-image.organizers {
  aspect-ratio: 1;
  object-fit: cover;
}

.navbar1_dropdown-toggle {
  grid-column-gap: 0.5rem;
  align-items: center;
  padding: 0.5rem 1rem;
  display: flex;
}

.about2-values_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer1_social-link {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  align-items: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  text-decoration: none;
  display: flex;
}

.card-content {
  z-index: 99;
  text-align: left;
  position: absolute;
  inset: auto 1.5rem 1.5rem;
  overflow: hidden;
}

.card-icon-outer-wrapper {
  overflow: hidden;
}

.card {
  color: #fff;
  cursor: pointer;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.navbar1_link {
  padding: 0.5rem 1rem;
}

.container-large-26-copy {
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  flex-flow: column;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-738 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  display: grid;
}

.heading-27 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 120%;
}

.heading-28 {
  margin-bottom: 0;
}

.div-block-739 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  display: flex;
}

.image-92 {
  align-self: center;
  width: 100%;
}

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

.value-prop-hero-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 46px;
}

.div-block-740 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.value-prop-item-text {
  text-align: left;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 140%;
}

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

.features-card-img {
  margin-bottom: 30px;
}

.features-left {
  flex-direction: column;
  align-items: flex-start;
  max-width: 450px;
  display: flex;
  position: sticky;
  top: 150px;
}

.features-card-title {
  letter-spacing: -1px;
  margin-bottom: 12px;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
}

.features-right {
  grid-row-gap: 200px;
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
}

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

.features-card {
  transform-origin: 50% 0;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 15px;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  display: flex;
  position: sticky;
  top: 150px;
}

.features-card.third {
  margin-bottom: 15px;
  top: 100px;
}

.features-card.second {
  background-color: #eee;
  margin-bottom: 30px;
  top: 60px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.features-card.first {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-bottom: 45px;
  padding: 0;
  top: 90px;
}

.features-card.fourth {
  top: 195px;
}

.features-card.fifth {
  top: 140px;
}

.image-94 {
  flex: 0 auto;
  display: block;
}

.div-block-741 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 300px;
  display: flex;
}

.landing-page-body {
  background-image: linear-gradient(225deg, var(--turquoise), white 60%, var(--movemint-gradient-color-1) 102%);
}

.movemint-logo-card {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  margin: 0;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.highlight {
  opacity: 0.08;
  background-color: #fff;
  border-radius: 60%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.value-prop-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: 30vh 30vh 30vh;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.path-5 {
  position: absolute;
  inset: auto 0% 0%;
}

.down-arrow {
  width: 250px;
  height: 250px;
}

.arrow-2 {
  width: 250px;
  height: 250px;
  transform: rotate(0);
}

.arrow-2.down-right {
  width: 100%;
  height: 100%;
  margin-top: 50px;
  transform: rotate(-72deg);
}

.arrow-2.right {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.arrow-2.up-right {
  flex-flow: column;
  width: 100%;
  height: 100%;
  margin-bottom: 50px;
  display: flex;
  transform: rotate(-110deg);
}

.arrow-3 {
  width: 250px;
  height: 250px;
}

.heading-29 {
  font-size: 4vw;
  font-weight: 700;
  text-decoration: none;
}

.link-block-43 {
  text-decoration: none;
}

.div-block-742 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  margin: 120px 80px 40px;
  display: flex;
}

.text-block-81 {
  font-size: 36px;
  font-weight: 700;
  display: flex;
}

.div-block-743 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.text-block-82 {
  color: var(--dark-grey);
  font-size: 14px;
}

.div-block-744 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.registration-quick-info-text-copy-10 {
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
}

.image-95 {
  aspect-ratio: 1;
  width: 15px;
  max-width: none;
  height: 15px;
  display: block;
}

.registration-overall-content-wrapper-with-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-right: 0;
  display: flex;
}

.connect-cevron {
  width: 15px;
}

.div-block-745 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border: 1px solid #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.text-block-83 {
  font-size: 14px;
  line-height: 100%;
}

.div-block-746 {
  overflow: hidden;
}

.padding-global-17-copy {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-flow: column;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.div-block-747 {
  aspect-ratio: 2;
  border-radius: 8px;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.div-block-748 {
  width: 64.7%;
}

.about2-header_image-wrapper-copy {
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 50vh;
  display: flex;
  overflow: hidden;
}

.about2-header_image-wrapper-copy.organizer {
  aspect-ratio: 3/2;
  justify-content: center;
  display: flex;
}

.about2-header_image-wrapper-copy.organizer.test {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-start center;
  display: flex;
}

.about2-header_image-wrapper-copy.side-by-side {
  aspect-ratio: 1;
}

.input-label-2 {
  color: #5e5e5e;
  margin-top: 16.5px;
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: 400;
}

.flex-column {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 90vh;
  display: flex;
}

.divider-text {
  color: #8b8b8b;
  text-align: center;
  background-color: #fff;
  padding-left: 12px;
  padding-right: 12px;
  display: inline;
}

.bank-image {
  max-width: 80px;
  max-height: 70px;
}

.space {
  width: 10px;
  height: 10px;
}

.search-svg {
  opacity: 0.5;
  flex: 1;
  max-width: 11px;
  max-height: 11px;
  position: absolute;
  inset: 25% auto auto 10px;
}

.bank-text {
  padding-top: 10px;
  font-size: 12.5px;
}

.add-to-order {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  align-items: center;
  margin-bottom: -1px;
  margin-left: -16px;
  margin-right: -16px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  font-size: 12.5px;
  display: flex;
}

.stripe-cb {
  border-color: #e7e7e7;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 30px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.0705882353);
}

.product-wrap {
  margin-top: 32px;
  font-size: 17px;
  line-height: 23px;
}

.footer-link-2 {
  color: #8b8b8b;
  border-bottom: 1px dotted #8b8b8b;
  margin-right: 10px;
}

.add-image {
  width: 42px;
  max-width: 42px;
  height: 42px;
  max-height: 42px;
  margin-right: 13px;
  display: none;
}

.pm-tab {
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 6px;
  width: 49%;
  padding: 9px 12px 5px;
}

.pm-tab.w--current {
  background-color: #fff;
  border-color: #000;
  box-shadow: 0 0 0 3px #c3ddf1, 1px 1px 4px rgba(0, 0, 0, 0.0705882353);
}

.total-row {
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 16px;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 22px;
  display: flex;
}

.div-line {
  background-color: #e7e7e7;
  flex: 1;
  height: 1px;
}

.bank-link {
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 111.336px;
  margin-bottom: 0;
  padding: 7px 12px;
  display: flex;
  box-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.0509803922), 2px 0 4px rgba(0, 0, 0, 0.0705882353);
}

.copy-me {
  background-color: #fff;
  margin-top: 40px;
  padding-bottom: 60px;
  font-size: 14px;
  font-weight: 300;
}

.grey-font {
  color: #8b8b8b;
}

.frequency {
  color: #8b8b8b;
  height: 22px;
  font-size: 13.5px;
}

.frequency.dark {
  color: #303030;
}

.right-section {
  z-index: 1;
  background-color: #fff;
  width: 50%;
  min-height: 100vh;
  padding-top: 40px;
  position: fixed;
  inset: 0% 0% 0% auto;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.1803921569);
}

.pm-heading {
  color: #5e5e5e;
  padding-top: 7px;
  padding-bottom: 16px;
  font-size: 16.5px;
  font-weight: 400;
}

.highlight-2 {
  color: #0e6245;
  background-color: #cbf4c9;
  margin-top: -3px;
  margin-bottom: -3px;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 20px;
  display: inline-block;
}

.save-text {
  font-size: 14px;
  line-height: 25px;
}

.vert-div {
  background-color: #e7e7e7;
  width: 1px;
  height: 15px;
  margin-left: 20px;
  margin-right: 18px;
}

.subtotal-row {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 24px;
  padding-top: 11px;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 22px;
  display: flex;
}

.bank-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 8px;
}

.upsell-toggle-dot {
  background-color: #fff;
  border: 1px solid rgba(42, 47, 69, 0.1215686275);
  border-radius: 50%;
  width: 12px;
  height: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.0509803922);
}

.upsell-toggle-dot.on {
  border-color: #1c9064;
  margin-left: 12px;
}

.promo-box {
  color: #1e73bc;
  border: 1px solid #e7e7e7;
  border-style: solid none;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 15px;
}

.flex-row {
  display: flex;
  position: relative;
}

.flex-row.footer {
  color: #8b8b8b;
  align-items: center;
  margin-top: 40px;
  font-size: 12px;
  line-height: 16px;
}

.flex-row.z10 {
  z-index: 10;
  position: relative;
}

.flex-row.center {
  align-items: center;
}

.save {
  color: rgba(26, 26, 26, 0.9019607843);
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 6px;
  margin-top: 25px;
  margin-bottom: 0;
  padding: 6px 11px 15px 38px;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  position: relative;
}

.container-18 {
  width: 100%;
  max-width: 1086px;
  min-height: 200px;
  margin-left: auto;
  margin-right: auto;
}

.container-18._380 {
  width: 380px;
  padding-top: 33px;
}

.container-18._380.left {
  width: 372px;
  padding-top: 53px;
}

.gpay-svg {
  flex: 1;
  max-width: 50px;
}

.total {
  font-size: 17px;
  font-weight: 600;
}

.total.small-grey {
  color: var(--grey);
  font-size: 10px;
  line-height: 100%;
  text-decoration: line-through;
}

.expand {
  color: #5e5e5e;
  justify-content: center;
  align-items: center;
  width: 8px;
  height: 14px;
  margin-top: 5px;
  margin-left: 4px;
  display: flex;
}

.button-25 {
  color: #fff;
  text-align: center;
  background-color: #5f5f5f;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 44px;
  margin-top: 20px;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.button-25.gpay {
  background-color: #000;
  padding-top: 3px;
}

.button-25.gpay:hover {
  background-color: #3b4043;
}

.grey-box {
  background-color: #f3f3f3;
  border: 1px solid #dcdcdc;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  justify-content: space-between;
  align-items: center;
  margin-left: -16px;
  margin-right: -16px;
  padding: 16px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  display: flex;
}

.input-5 {
  letter-spacing: 0.02em;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  height: 37px;
  margin-bottom: 0;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 15px;
  box-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.0509803922), 2px 0 4px rgba(0, 0, 0, 0.0705882353);
}

.input-5:hover {
  box-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.1019607843), 2px 0 4px rgba(0, 0, 0, 0.1019607843);
}

.input-5.bottom {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.input-5.bottom.phone {
  padding-left: 38px;
}

.input-5.bottom-left {
  border-radius: 0 0 0 6px;
}

.input-5.search {
  padding-left: 28px;
}

.input-5.top {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: -1px;
}

.input-5.disabled {
  color: #303030;
  background-color: #f7f7f7;
  justify-content: space-between;
  align-items: center;
  height: 44px;
  margin-bottom: 21px;
  display: flex;
}

.input-5.bottom-right {
  border-radius: 0 0 6px;
}

.pm-tabs {
  justify-content: space-between;
  width: 100%;
  padding-bottom: 8px;
  display: flex;
}

.terms {
  color: #5e5e5e;
  text-align: center;
  padding-top: 14px;
  font-size: 13.5px;
}

.phone-input {
  z-index: 2;
  margin-top: -6px;
  position: relative;
}

.large-frequency {
  color: #8b8b8b;
  padding-top: 4px;
  font-size: 14px;
  line-height: 19px;
}

.normal {
  font-weight: 400;
}

.normal.grey {
  color: #5e5e5e;
}

.pay-another-way {
  justify-content: center;
  align-items: center;
  height: 82px;
  display: flex;
}

.flag-svg {
  flex: 1;
  max-width: 16px;
  max-height: 16px;
  position: absolute;
  inset: 29% auto auto 3%;
}

.cta {
  color: #8b8b8b;
  font-size: 17px;
}

.big-price {
  padding-right: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2em;
}

._100 {
  width: 100%;
}

.card-svg {
  flex: 1;
  max-width: 16px;
  max-height: 16px;
}

.arrow-svg {
  opacity: 0.5;
  color: #8b8b8b;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  padding: 6px;
  display: flex;
  position: absolute;
  left: -22px;
}

.bg-image {
  z-index: 0;
  opacity: 1;
  background-image: url(https://d25qpvb0plkdqc.cloudfront.net/../images/Screen-Shot-2022-07-26-at-1.08.03-PM.jpg);
  background-position: 135.5px 6px;
  background-repeat: no-repeat;
  background-size: 980px;
  display: none;
  position: absolute;
  inset: 0%;
}

.link-5 {
  color: #0074d4;
}

.home-text {
  color: #303030;
  padding-left: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
}

.relative-2 {
  position: relative;
}

.home-svg {
  color: #8b8b8b;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  margin-left: 2px;
  padding: 6px;
  display: flex;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.0705882353);
}

.promo-link {
  color: #0074d4;
  font-weight: 400;
}

.plan-row {
  border: 1px solid #dcdcdc;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  justify-content: space-between;
  align-items: flex-start;
  margin: 16px -16px -1px;
  padding: 16px;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 22px;
  display: flex;
}

.plan-row.no-upsell {
  border-style: none;
}

.plan-row.no-upsell.cross-sell {
  margin-top: -16px;
}

.plan-row.no-upsell.fee {
  margin-bottom: -32px;
}

.upsell-toggle {
  cursor: pointer;
  background-color: #f9f9f9;
  border: 1px solid #dcdcdc;
  border-radius: 100px;
  width: 28px;
  height: 16px;
  margin-right: 8px;
  padding-top: 1px;
  padding-left: 1px;
  display: inline-block;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.0509803922);
}

.upsell-toggle.on {
  background-color: #24b47e;
  border-color: #1c9064;
}

.stripe-svg {
  opacity: 0.5;
  flex: 1;
  max-width: 33px;
  max-height: 16px;
  padding-top: 2px;
  padding-left: 3px;
}

.div-block-749 {
  width: 100px;
}

.div-block-749-copy {
  aspect-ratio: 1;
  object-fit: fill;
  width: 75px;
  height: 100%;
  overflow: hidden;
}

.image-96 {
  background-color: var(--black);
  object-fit: fill;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-750 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  border: 1px solid #dcdcdc;
  flex-flow: column;
  justify-content: space-between;
  margin-top: 40px;
  margin-left: -16px;
  margin-right: -16px;
  padding: 16px;
  display: flex;
}

.text-block-84 {
  text-decoration: line-through;
}

.div-block-751 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.text-block-84-copy,
.text-block-85 {
  text-decoration: none;
}

.button-26 {
  grid-column-gap: 8px;
  grid-row-gap: 12px;
  color: #000;
  -webkit-text-stroke-color: #000;
  object-fit: scale-down;
  background-color: #000;
  background-image: linear-gradient(to right, #ff6250, #a259ff 45%, #09b7f6);
  border-radius: 20px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-width: 0;
  height: 60px;
  padding: 12px 24px;
  font-family: Space Mono, sans-serif;
  text-decoration: none;
  display: flex;
}

.button-26.achievement-card {
  background-image: linear-gradient(315deg, #ff6250, #a259ff 51%, #09b7f6);
  justify-content: center;
  max-width: 100%;
}

.button-26.achievement-card.unlisted {
  background-color: #fff;
  background-image: linear-gradient(322deg, rgba(252, 167, 208, 0.5019607843), rgba(162, 89, 255, 0.3019607843) 50%, rgba(75, 224, 250, 0.5019607843));
  border: 1px rgba(0, 0, 0, 0);
}

.button-26.achievement-card.unlisted.event-purchase-button {
  background-image: linear-gradient(322deg, rgba(75, 151, 250, 0.8), rgba(238, 106, 111, 0.8) 53%, #e6def0);
  width: auto;
  min-width: 150px;
}

.button-26.achievement-card.unlisted.event-purchase-button.event-header-interim {
  opacity: 1;
  mix-blend-mode: multiply;
  background-color: rgba(13, 199, 231, 0);
  background-image: linear-gradient(290deg, #e6def0, rgba(238, 106, 111, 0.4588235294) 38%, rgba(75, 151, 250, 0.4588235294));
  border: 1.5px #ddd7d7;
  border-radius: 20px;
  align-self: center;
  min-width: 200px;
  box-shadow: inset 0 2px 12px 2px rgba(255, 255, 255, 0.3803921569), 0 2px 5px rgba(0, 0, 0, 0.2);
}

.button-26.achievement-card.unlisted.event-purchase-button.event-header-interim.results {
  background-image: linear-gradient(151deg, #e4e6f1, rgba(255, 89, 89, 0.4588235294) 22%, rgba(250, 151, 75, 0.4588235294));
}

.button-26.achievement-card.unlisted.event-purchase-button.event-header-interim.results.event-management {
  background-image: linear-gradient(151deg, rgba(255, 89, 89, 0.4588235294) 8%, rgba(252, 191, 77, 0.8784313725));
  border-radius: 8px;
  min-width: auto;
  max-width: none;
  height: auto;
  padding: 8px 32px;
}

.button-26.achievement-card.unlisted.event-purchase-button.event-header-interim.results.event-management._9-10-24-update {
  padding: 8px 16px;
}

.section-10 {
  z-index: 1;
  width: 100%;
  position: relative;
}

.container-19 {
  width: 1920px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 7.2em;
}

.grid-4 {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.grid-photos {
  height: 80vh;
  position: sticky;
  top: 10vh;
}

.grid2-item {
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.4s, opacity 0.1s;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  transform: translate(0, 4em);
}

.value-prop-list-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  outline-offset: 0px;
  outline: 3px #000;
  flex-flow: column;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.value-prop-list-container.horizontal {
  flex-flow: row;
}

.section-mobile {
  background-color: #000;
  flex-direction: row;
  width: 100%;
  height: 1000px;
  padding-top: 0;
  display: none;
}

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

.value-prop-hover-image._2nd,
.value-prop-hover-image._3rd,
.value-prop-hover-image._1st {
  opacity: 1;
}

.trait-vertica-clair {
  background-color: #636363;
  width: 1px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.value-prop-dropdown-header-text {
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.value-prop-text-content {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.main-wrapper-2 {
  background-color: #fff;
}

.heading-31 {
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 68px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 1;
}

.link-6 {
  color: #333;
}

.value-prop-image-div-container {
  aspect-ratio: 3/2;
  border-radius: 8px;
  position: relative;
  overflow: clip;
}

.button-27 {
  color: #333;
  background-color: rgba(0, 0, 0, 0);
  background-image: url(https://d25qpvb0plkdqc.cloudfront.net/../images/clone_1clone.png);
  background-position: 10%;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 3px solid #000;
  border-radius: 50px;
  padding: 20px 30px 20px 70px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.section-footer-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.rond-vertical {
  background-color: #fff;
  border-radius: 20px;
  width: 10px;
  height: 10px;
  position: absolute;
  inset: 0% auto auto -4px;
}

.vaule-prop-dropdown-section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--white);
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.vaue-prop-accord {
  background-color: var(--light-grey);
  cursor: pointer;
  border-bottom: 1px solid #fff;
  border-radius: 8px;
  flex-flow: column;
  padding: 16px;
  display: flex;
  position: relative;
}

.vaue-prop-accord._3 {
  padding-bottom: 0;
}

.vaue-prop-accord._2 {
  justify-content: space-between;
  margin-top: 0;
  padding-bottom: 0;
}

.vaue-prop-accord._4 {
  padding-bottom: 0;
}

.vaue-prop-accord._1 {
  background-color: var(--light-grey);
  border-bottom-style: none;
  border-radius: 8px;
  width: 100%;
  padding: 8px 16px 16px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.vaue-prop-accord._2,
.vaue-prop-accord._3 {
  background-color: var(--light-grey);
  border-bottom-style: none;
  border-radius: 8px;
  width: 100%;
  padding: 8px 16px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.value-prop-accordian {
  width: 100%;
  height: auto;
  position: static;
  inset: auto 0% 0%;
  overflow: hidden;
}

.heading-32 {
  text-transform: uppercase;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 60px;
  line-height: 1;
}

.value-prop-accordian-lower-text {
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.cloneinwebflow-wrapper-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 10rem;
  padding-bottom: 10rem;
  display: flex;
}

.footer-wrapper-2 {
  border-top: 1px dashed #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 50px;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.section-mobile-2 {
  background-color: #000;
  flex-direction: row;
  width: 100%;
  height: 1000px;
  display: none;
}

.heading-33 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 21px;
  font-family: Open Sans, sans-serif;
}

.main-wrapper-3 {
  background-color: #fff;
  border: 1px dashed #000;
}

.heading-34 {
  color: #beb7b7;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 68px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 1;
}

.link-7 {
  color: #333;
}

.div-image-2 {
  width: 100%;
  height: 90%;
  margin-top: 85px;
  margin-left: 69px;
  padding-top: 3vw;
  position: relative;
}

.button-28 {
  color: #333;
  background-color: rgba(0, 0, 0, 0);
  background-image: url(https://d25qpvb0plkdqc.cloudfront.net/../images/clone_1clone.png);
  background-position: 10%;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 3px solid #000;
  border-radius: 50px;
  padding: 20px 30px 20px 70px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.section-12 {
  background-color: #000;
  flex-direction: row;
  width: 100%;
  height: 1000px;
  padding: 20px;
  display: flex;
}

.accordeon-2 {
  background-color: #000;
  width: 100%;
  height: 0;
  position: static;
  inset: auto 0% 0%;
  overflow: hidden;
}

.heading-35 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 60px;
  line-height: 1;
}

.paragraph-9 {
  color: #fff;
  width: 90%;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.value-prop-plus {
  width: 20px;
}

.value-prop-dropdown-header-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  display: flex;
}

.value-prop-dropdown-header-wrapper.vertical {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  align-items: center;
}

.max-width-large-20-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: flex-start;
  width: 80%;
  display: flex;
}

.max-width-large-20-copy.hero {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 100px;
}

.div-block-754 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  display: flex;
}

.div-block-755 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.7019607843);
  border-radius: 8px;
  align-self: center;
  align-items: center;
  height: 30px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding: 4px 8px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.div-block-756 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.max-width-large-20-copy-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-block-86 {
  font-size: 14px;
}

.div-block-757 {
  border: 1px solid #000;
  border-radius: 8px;
  padding: 8px 16px;
  text-decoration: none;
}

.value-prop-hero-heading-copy {
  z-index: 3;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 120%;
  position: relative;
}

.about2-header_component-copy {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-direction: column;
  align-items: center;
  display: none;
}

.div-block-758 {
  z-index: 3;
  width: 80%;
  position: relative;
}

.div-block-760 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: stretch;
  height: 110vh;
  display: grid;
  position: relative;
  transform: rotate(0);
}

.div-block-761 {
  aspect-ratio: 1;
  background-image: url(https://d25qpvb0plkdqc.cloudfront.net/../images/05.jpg);
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  transform: rotate(0);
  box-shadow: inset 5px 6px 5px 1px rgba(255, 255, 255, 0.5411764706), -3px 3px 11px 6px rgba(0, 0, 0, 0.2);
}

.div-block-761.strava {
  background-image: url(https://d25qpvb0plkdqc.cloudfront.net/../images/34.jpg);
}

.div-block-761.strava.smaller {
  padding: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.div-block-761.groups {
  background-image: url(https://d25qpvb0plkdqc.cloudfront.net/../images/16.jpg);
}

.div-block-761.groups.smaller {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.div-block-761.series-pass {
  background-image: url(https://d25qpvb0plkdqc.cloudfront.net/../images/01.jpg);
}

.div-block-761.series-pass.smaller {
  padding: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.div-block-761.event-reg {
  background-image: url(https://d25qpvb0plkdqc.cloudfront.net/../images/16.jpg);
}

.div-block-761.event-reg.smaller {
  padding: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.div-block-761.e-commerce {
  background-image: url(https://d25qpvb0plkdqc.cloudfront.net/../images/18.jpg);
}

.div-block-761.e-commerce.smaller {
  padding: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.div-block-761.email-campaigns {
  background-image: url(https://d25qpvb0plkdqc.cloudfront.net/../images/09.jpg);
  box-shadow: inset -4px -7px 5px rgba(255, 255, 255, 0.5411764706), inset 5px 6px 5px 1px rgba(255, 255, 255, 0.5411764706), -3px 3px 11px 6px rgba(0, 0, 0, 0.2);
}

.div-block-761.email-campaigns.smaller {
  padding: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.div-block-761.event-protection {
  background-image: url(https://d25qpvb0plkdqc.cloudfront.net/../images/35.jpg);
}

.div-block-761.event-protection.smaller {
  padding: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.div-block-761.nothing-1 {
  background-image: url(https://d25qpvb0plkdqc.cloudfront.net/../images/15.jpg);
}

.div-block-761.api {
  background-image: url(https://d25qpvb0plkdqc.cloudfront.net/../images/44.jpg);
  background-position: 100%;
  background-size: cover;
}

.div-block-761.api.smaller {
  padding: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.div-block-761.discovery {
  background-image: url(https://d25qpvb0plkdqc.cloudfront.net/../images/08.jpg);
}

.div-block-761.volunteer-management {
  background-image: url(https://d25qpvb0plkdqc.cloudfront.net/../images/02.jpg);
}

.div-block-761.volunteer-management.smaller {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.div-block-761.crm {
  background-image: url(https://d25qpvb0plkdqc.cloudfront.net/../images/33.jpg);
}

.div-block-761.crm.smaller {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.div-block-761.partner-program {
  background-image: url(https://d25qpvb0plkdqc.cloudfront.net/../images/24.jpg);
}

.div-block-761.empty {
  box-shadow: none;
  background-image: none;
  transform: none;
}

.div-block-761.empty._5th {
  display: none;
}

.div-block-761.event-metrics.smaller {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.div-block-761.course-maps.smaller {
  padding: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.div-block-762 {
  justify-content: center;
  align-items: center;
  max-height: 100vh;
  display: flex;
  overflow: hidden;
}

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

.form-12 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.div-block-763 {
  border: 1px solid #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.link-block-44 {
  display: flex;
}

.value-prop-hero-square-icon {
  color: var(--black);
  width: 100px;
}

.value-prop-hero-square-icon.event {
  width: 80px;
  height: 80px;
}

.value-prop-hero-square-icon.event.smaller {
  height: 20px;
}

.value-prop-hero-square-icon.smaller {
  width: 25px;
}

.value-prop-hero-square-icon.smaller.api {
  width: 20px;
}

.text-block-88 {
  color: var(--black);
  text-align: center;
  font-weight: 700;
  line-height: 120%;
}

.text-block-88.smaller {
  font-size: 8px;
}

.text-block-88.smaller.non-breaking {
  white-space: nowrap;
}

.div-block-764 {
  opacity: 0.59;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.div-block-764.smaller {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.hero-square-value-prop-internal-container {
  opacity: 0.59;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.hero-square-value-prop-internal-container.events {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.hero-square-value-prop-internal-container.events.smaller {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
}

.div-block-759-copy {
  z-index: 2;
  position: absolute;
}

.max-width-large-20-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.max-width-large-20-copy.hero {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-image: url(https://d25qpvb0plkdqc.cloudfront.net/../images/Value-Prop-Hero-Background.png);
  background-position: 0 0;
  background-size: auto;
  justify-content: flex-start;
  align-items: center;
  margin-top: 100px;
}

.max-width-large-20-copy-copy.hero {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-image: url(https://d25qpvb0plkdqc.cloudfront.net/../images/Value-Prop-Hero-Background.png);
  background-position: 0 0;
  background-size: auto;
  justify-content: flex-start;
  align-items: center;
  margin-top: 100px;
}

.max-width-large-20-copy-copy-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 999px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 60px;
  display: flex;
}

.max-width-large-20-copy-copy-copy.hero {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-image: url(https://d25qpvb0plkdqc.cloudfront.net/../images/Value-Prop-Hero-Background.png);
  background-position: 0 0;
  background-size: auto;
  justify-content: flex-start;
  align-items: center;
  margin-top: 100px;
}

.background-hero-value-prop {
  z-index: 1;
  background-color: var(--white);
  opacity: 0.91;
  filter: blur(17px);
  border-radius: 10000px;
  position: absolute;
  inset: 0%;
}

.div-block-765 {
  width: 150%;
}

.div-block-766 {
  margin-top: 60px;
}

.movemint-middle-value-prop-section-hero-copy {
  z-index: 3;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  display: flex;
  position: absolute;
}

.movemint-middle-value-prop-section-hero-copy.hero {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-image: url(https://d25qpvb0plkdqc.cloudfront.net/../images/Value-Prop-Hero-Background.png);
  background-position: 0 0;
  background-size: auto;
  justify-content: flex-start;
  align-items: center;
  margin-top: 100px;
}

.movemint-middle-value-prop-section-hero-copy.in-card {
  display: block;
}

.movemint-middle-value-prop-section-hero-copy.inside-card {
  display: none;
}

.div-block-767 {
  z-index: 3;
  width: 60%;
  position: relative;
}

.value-prop-fold-header-2 {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
}

.value-prop-square-smaller {
  width: 80px;
  height: 80px;
}

.div-block-768 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  margin-bottom: 10px;
  display: grid;
}

.div-block-768._3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-768._4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.event-page-group-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.event-page-group-container.bottom {
  justify-content: center;
  align-items: center;
}

.ms-profile-icon {
  color: var(--transparent);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 2.2em;
  min-height: 2.2em;
  display: flex;
  position: absolute;
  top: -2px;
}

.ms-dropdown-menu.w--open {
  border: 1px solid var(--grey);
  background-color: #fff;
  border-radius: 4px;
  width: 200px;
  min-width: 200px;
  max-width: 200px;
  margin-top: 10px;
  right: 0;
}

.ms-dropdown-image {
  z-index: 2;
  background-color: var(--grey);
  object-fit: cover;
  border: 1px solid #e1e1e1;
  border-radius: 100%;
  flex: none;
  width: 2.7em;
  height: 2.7em;
  position: relative;
}

.ms-dropdown-image:hover {
  background-color: var(--grey);
}

.ms-dropdown-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #2b2b2b;
  padding: 8px;
  font-size: 14px;
  display: flex;
}

.ms-dropdown-link:hover {
  color: #000;
}

.ms-dropdown-name {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  margin-left: 0;
  padding-left: 0;
  font-weight: 700;
  display: flex;
}

.ms-profile-svg-wrap {
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  display: flex;
  overflow: hidden;
}

.ms-dropdown-text {
  color: #463f3f;
}

.ms-profile-dropdown {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: #a29b9b;
  align-items: center;
  padding: 0 0 0 0;
  font-size: 14px;
  line-height: 1.4em;
  display: flex;
}

.ms-profile-dropdown:hover {
  color: #000;
}

.ms-dropdown-email {
  font-size: 0.8em;
}

.athlete-profile-settings-icon {
  width: 15px;
  height: 15px;
}

.div-block-769,
.div-block-769-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.account-header-wrapper-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.account-header-wrapper-copy.series {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
}

.max-width-large-20-copy-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.max-width-large-20-copy-copy.hero {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 100px;
}

.image-80-copy {
  width: 25px;
}

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

.div-block-770 {
  margin-left: 40px;
  margin-right: 40px;
}

.list-body-spacing-participant-management,
.list-body-spacing-participant-management.payout-reports,
.list-body-spacing-participant-management.donation-page,
.list-body-spacing-participant-management.series,
.list-body-spacing-participant-management.athlete-dashboard-2-0,
.list-body-spacing-participant-management.athlete-profile {
  width: 100%;
}

.div-block-771 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--light-grey);
  background-color: var(--white);
  border-radius: 8px;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 16px;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.div-block-771:hover {
  background-color: var(--light-grey);
}

.div-block-771:active {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
}

.div-block-771:focus {
  background-color: var(--light-grey);
  color: var(--black);
}

.filter-icon {
  color: var(--dark-grey);
  width: 15px;
  height: 15px;
}

.text-block-89 {
  color: var(--dark-grey);
  font-size: 14px;
  line-height: 120%;
}

.text-block-89:focus {
  color: var(--black);
}

.table4_column {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  min-height: 5rem;
  padding: 1rem 1.5rem;
  display: flex;
}

.table4_column.is-width-large {
  min-width: 12rem;
  max-width: 16rem;
}

.table4_column.is-width-medium {
  min-width: 8rem;
  max-width: 12rem;
}

.table4_column.is-width-small {
  min-width: 6rem;
  max-width: 8rem;
}

.table4_column.is-header-column {
  min-height: auto;
}

.table4_filters-results-wrapper {
  display: flex;
}

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

.table4_toggle-button-mask {
  z-index: 1;
  background-color: #c6c6c6;
  border-radius: 999rem;
  position: absolute;
  inset: 0%;
}

.table4_filter-radio2 {
  border: 1px solid rgba(0, 0, 0, 0);
  align-items: center;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  margin-right: 0.5rem;
  padding: 0.5rem 1rem;
  display: inline-block;
  position: relative;
}

.table4_filter-radio2.is-active {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
}

.table4_modal-header {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  width: 40rem;
  margin-bottom: 1.5rem;
  padding: 1rem 3rem;
  display: flex;
  position: sticky;
  top: 0;
}

.table4_filters-close-icon {
  cursor: pointer;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.5rem;
}

.table4_filter-radio1-icon {
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: 0.75rem;
}

.table4_filter-radio1-icon.w--redirected-checked {
  background-color: rgba(0, 0, 0, 0);
  background-image: url(https://d25qpvb0plkdqc.cloudfront.net/../images/checkbox-check.svg);
  background-position: 50%;
  background-size: 14px 14px;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0);
  width: 1.125rem;
  height: 1.125rem;
}

.table4_filter-radio1-icon.w--redirected-focus {
  box-shadow: none;
  margin-top: 0;
}

.table4_filters-results-text {
  font-size: 0.875rem;
}

.table4_item {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 0.5fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.table4_filter-checkbox1-icon {
  border: 1px solid var(--grey);
  cursor: pointer;
  border-radius: 4px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 0.75rem;
  transition: all 0.2s;
}

.table4_filter-checkbox1-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-image: url(https://d25qpvb0plkdqc.cloudfront.net/../images/checkbox-check.svg);
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.table4_filter-checkbox1-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.table4_filters-form {
  width: 100%;
}

.table4_rangeslider1-handle {
  z-index: 1;
  cursor: grab;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 100rem;
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  position: absolute;
  top: 50%;
  left: 0.5rem;
  right: 0.5rem;
  transform: translate(-50%, -50%);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1019607843);
}

.table4_rangeslider1-handle:focus {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.2509803922), 1px 1px 10px rgba(0, 0, 0, 0.1019607843);
}

.table4_rangeslider1-handle:focus-visible {
  outline-offset: 0px;
  outline: 0 solid #000;
}

.table4_rangeslider1-handle[data-wf-focus-visible] {
  outline-offset: 0px;
  outline: 0 solid #000;
}

.table4_rangeslider1-track {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 0.25rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.table4_rangeslider1-fill {
  background-color: rgba(0, 0, 0, 0);
  width: 20%;
  height: 100%;
  position: absolute;
}

.table4_filter-checkbox1 {
  flex-flow: row;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.table4_toggle-button-checkbox {
  border-style: none;
  border-radius: 999rem;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.table4_toggle-button-checkbox:focus-visible {
  outline-offset: 4px;
  outline: 2px solid rgba(0, 0, 0, 0);
}

.table4_toggle-button-checkbox[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid rgba(0, 0, 0, 0);
}

.table4_toggle-button-checkbox.w--redirected-checked {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-style: none;
}

.table4_toggle-button-checkbox.w--redirected-focus {
  box-shadow: none;
}

.table4_toggle-button {
  cursor: pointer;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 2.5rem;
  margin-bottom: 0;
  margin-right: 1.5rem;
  padding: 0.25rem;
  display: flex;
  position: relative;
}

.table4_rangeslider2-fill {
  background-color: rgba(0, 0, 0, 0);
  width: 20%;
  height: 100%;
  position: absolute;
}

.table4_filter-checkbox2-icon {
  cursor: pointer;
  border: 1px rgba(0, 0, 0, 0);
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  transition: all 0.2s;
  position: absolute;
  inset: 0%;
}

.table4_filter-checkbox2-icon.w--redirected-checked {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-color: rgba(0, 0, 0, 0);
}

.table4_filter-checkbox2-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.table4_rangeslider2-values {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.table4_rangeslider2-handle-right {
  z-index: 1;
  cursor: grab;
  background-color: #fff;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 999rem;
  flex: none;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1019607843);
}

.table4_rangeslider2-handle-right:focus {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.2509803922), 0 0 10px rgba(0, 0, 0, 0.1019607843);
}

.table4_rangeslider2-handle-right:focus-visible {
  outline-offset: 0px;
  outline: 0 solid #000;
}

.table4_rangeslider2-handle-right[data-wf-focus-visible] {
  outline-offset: 0px;
  outline: 0 solid #000;
}

.table4_header-link {
  align-items: center;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.table4_header-link:hover {
  background-image: none;
  background-position: 100%;
  background-repeat: no-repeat;
}

.table4_column-button-wrapper {
  justify-content: center;
  align-items: center;
  width: 6rem;
  margin-left: auto;
  padding: 1.5rem 1rem;
  display: flex;
}

.table4_filter-radio1 {
  align-items: center;
  margin-bottom: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.125rem;
  display: flex;
}

.table4_toggle-button-circle {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 999rem;
  flex: none;
  width: 1rem;
  height: 1rem;
  display: block;
  position: relative;
}

.table4_filters-button {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-left: 1rem;
  padding: 0.5rem 1.5rem;
  display: flex;
}

.table4_filters-tags-wrapper {
  flex-wrap: wrap;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.table4_tablet-modal-menu {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px solid rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  width: 40rem;
  margin-top: 3rem;
  padding: 0.75rem 3rem;
  display: flex;
  position: sticky;
  top: 0;
  bottom: 0;
  left: 0%;
}

.table4_modal-content-wrapper {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 40rem;
  height: auto;
  max-height: 80vh;
  position: static;
  overflow: scroll;
}

.table4_filter-group-heading {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.table4_rangeslider2-wrapper {
  align-items: center;
  width: 100%;
  padding: 1rem 0.75rem 0.5rem;
  position: relative;
}

.table4_filter-group {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.table4_filter-group.last {
  border-bottom-style: none;
}

.table4_filter-group.more {
  border-top: 1px solid #000;
  padding-top: 16px;
}

.text-size-medium-5 {
  font-size: 1.125rem;
}

.table4_button {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  min-width: 6.5rem;
  min-height: 2.5rem;
  padding: 0.5rem 1.25rem;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
}

.table4_button.is-previous {
  justify-content: flex-start;
  margin-right: auto;
}

.table4_button.is-next {
  justify-content: flex-end;
  margin-left: auto;
}

.table4_content {
  border: 1px solid rgba(0, 0, 0, 0);
  border-bottom-style: none;
  flex-direction: column;
  overflow: auto;
}

.table4_page-button {
  border: 1px solid rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0.5rem 1rem;
  display: flex;
}

.table4_page-button.w--current {
  border-color: rgba(0, 0, 0, 0);
}

.manage-participants-main-content-container {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  position: relative;
}

.table4_filters-tag {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  display: flex;
}

.table4_filter-checkbox2-label {
  z-index: 1;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
}

.table4_filters-keyword-search {
  flex: 1;
  align-items: center;
  max-width: 25rem;
  display: flex;
  position: relative;
}

.table4_filters-content-left {
  flex: 1;
  display: flex;
}

.table4_button-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.form-input-2 {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input-2:focus {
  border-color: #000;
}

.form-input-2::placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.form-input-2.is-search-input {
  padding-left: 3rem;
}

.table4_pagination {
  justify-content: center;
  margin-top: 2rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.table4_rangeslider1-wrapper {
  align-items: center;
  width: 100%;
  padding: 1rem 0.75rem 3rem;
  display: block;
  position: relative;
}

.table4_rangeslider2-input {
  display: none;
}

.table4_pagination-page-button-wrapper {
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
}

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

.table4_filter-radio2-icon {
  cursor: pointer;
  border: 1px rgba(0, 0, 0, 0);
  border-radius: 0%;
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  inset: 0%;
}

.table4_filter-radio2-icon.w--redirected-checked {
  border-color: rgba(0, 0, 0, 0);
}

.table4_filter-radio2-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.table4_modal-heading {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.table4_toggle-button-label {
  width: auto;
  margin-bottom: 0;
  font-weight: 500;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.table4_header-row {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 0.5fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.table4_filter-radio2-label {
  z-index: 1;
  margin-bottom: 0;
  position: relative;
}

.table4_filter-checkbox2 {
  border: 1px solid rgba(0, 0, 0, 0);
  align-items: center;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  margin-right: 0.5rem;
  padding: 0.5rem 1rem;
  display: flex;
  position: relative;
}

.table4_filter-checkbox2.is-active {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
}

.table4_modal {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
  transform: translate(0, 100%);
}

.table4_rangeslider2-handle-left {
  z-index: 1;
  cursor: grab;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 999rem;
  flex: none;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1019607843);
}

.table4_rangeslider2-handle-left:focus {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.2509803922), 0 0 10px rgba(0, 0, 0, 0.1019607843);
}

.table4_rangeslider2-handle-left:focus-visible {
  outline-offset: 0px;
  outline: 0 solid rgba(0, 0, 0, 0);
}

.table4_rangeslider2-handle-left[data-wf-focus-visible] {
  outline-offset: 0px;
  outline: 0 solid rgba(0, 0, 0, 0);
}

.table4_rangeslider1-text {
  text-align: center;
  font-size: 1.125rem;
  position: absolute;
  top: 1.5rem;
  left: auto;
  right: auto;
}

.table4_filters-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0);
  border-left: 1px solid rgba(0, 0, 0, 0);
  border-right: 1px solid rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.5rem;
  display: flex;
}

.data-export-filter-option-text {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 120%;
}

.table4_rangeslider2-track {
  background-color: rgba(0, 0, 0, 0);
  height: 0.25rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.table4_filter-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.table4_filter-list.is-checkbox2,
.table4_filter-list.is-radio2 {
  flex-wrap: wrap;
  display: flex;
}

.table4_filter-radio1-label {
  margin-bottom: 0;
}

.table4_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0);
  border-left: 1px solid rgba(0, 0, 0, 0);
  border-right: 1px solid rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.table4_rangeslider2-text {
  text-align: center;
  font-size: 1.125rem;
  position: relative;
}

.container-large-27 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.page-padding {
  padding-left: 5%;
  padding-right: 5%;
}

.table4_link {
  font-weight: 600;
  text-decoration: none;
}

.table4_keyword-search {
  align-items: center;
  display: flex;
  position: relative;
}

.text-weight-semibold-2 {
  font-weight: 600;
}

.table4_rangeslider1-input {
  display: none;
}

.table4_modal-background-overlay {
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.2509803922);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.export-crm-data-icon {
  width: 15px;
  height: 15px;
}

.div-block-772 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.text-block-90 {
  font-size: 14px;
  line-height: 120%;
}

.dropdown1_dropdown-list-2 {
  background-color: rgba(255, 255, 255, 0);
  border: 1px #000;
  margin-top: 10px;
  padding: 0;
  display: block;
}

.dropdown1_dropdown-list-2.w--open {
  border-style: solid;
  border-width: 1px;
  margin-top: 0.5rem;
  padding: 0.5rem;
}

.dropdown1_dropdown-link-2 {
  text-align: left;
  background-color: #fff;
  width: auto;
  margin: 0;
  padding: 8px 16px;
  font-size: 12px;
  line-height: 120%;
  text-decoration: none;
}

.dropdown1_dropdown-link-2:hover {
  background-color: #f2f2f2;
}

.dropdown1_dropdown-link-2:active {
  background-color: #d9d9d9;
}

.dropdown1_dropdown-link-2.first {
  border-style: none;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  font-size: 12px;
}

.dropdown1_dropdown-link-2.second {
  border-style: none;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  font-size: 12px;
}

.dropdown1_dropdown-list-2-copy {
  background-color: var(--white);
  border-radius: 8px;
  display: block;
  position: static;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.dropdown1_dropdown-list-2-copy.w--open {
  border-style: solid;
  border-width: 1px;
  margin-top: 0.5rem;
  padding: 0.5rem;
}

.dropdown1_component-copy {
  border-radius: 8px;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 16px;
}

.dropdown1_toggle-copy {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  align-items: center;
  padding: 8px;
  display: flex;
}

.export-dropdown {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.dropdown1_dropdown-list-2-copy-copy {
  background-color: var(--white);
  border-radius: 8px;
  flex-flow: column;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.dropdown1_dropdown-list-2-copy-copy.w--open {
  border-style: solid;
  border-width: 1px;
  margin-top: 0.5rem;
  padding: 0.5rem;
}

.crm-filter-bar-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.crm-filter-bar-wrapper.grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.crm-search-bar {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.div-block-773 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
  position: relative;
}

.participant-management-title-text {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 20px;
  line-height: 120%;
  display: flex;
}

.participant-management-title-text.register {
  text-align: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.participant-management-title-text.add-event {
  align-self: center;
  margin-top: 40px;
  padding-top: 0;
  padding-bottom: 0;
}

.participant-management-header-wrapper-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: left;
  flex-flow: column;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  display: flex;
}

.manage-participants-list-wrapper-div,
.manage-participants-list-wrapper-div.payout-reports,
.manage-participants-list-wrapper-div.donation-page {
  width: 100%;
}

.crm-search-field {
  border-radius: 8px;
  margin-bottom: 0;
  line-height: 24px;
}

.crm-search-field:focus {
  color: var(--black);
}

.remove-filter-icon {
  width: 15px;
  height: 15px;
}

.div-block-774 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.link-block-45 {
  align-self: center;
}

.text-block-91 {
  font-size: 14px;
}

.div-block-775 {
  z-index: 2;
  position: absolute;
  top: 47px;
  left: auto;
  right: 0;
}

.crm-search-mobile {
  display: none;
}

.text-size-medium-6 {
  font-size: 1.125rem;
}

.table4_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 5rem;
  position: relative;
}

.table4_filters-tag-2 {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  margin-top: 1rem;
  margin-right: 0.5rem;
  padding: 0.5rem 0.75rem 0.5rem 1rem;
  display: flex;
}

.search-icon-2 {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  inset: auto auto auto 12px;
}

.table4_filters-wrapper-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0);
  border-left: 1px solid rgba(0, 0, 0, 0);
  border-right: 1px solid rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.container-large-28 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.race-day-check-in-confirmation-content-container-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  height: 400px;
  display: flex;
}

.race-day-check-in-confirmation-modal-spacing-copy {
  z-index: 999;
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 45px 35px 35px;
  display: flex;
  position: fixed;
  top: 15vh;
  left: 25vw;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.race-day-check-in-confirmation-modal-spacing-copy.checked-in {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  padding-bottom: 16px;
}

.form-block-21 {
  margin-bottom: 0;
  padding-right: 4px;
  overflow: auto;
}

.text-block-93 {
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
}

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

.race-day-check-in-confirmation-modal-copy {
  background-color: rgba(255, 255, 255, 0.4);
  justify-content: center;
  align-items: center;
  position: relative;
}

.race-day-check-in-confirmation-modal-copy.checked-in,
.race-day-check-in-confirmation-modal-copy.standard-check-in {
  display: none;
}

.race-day-check-in-confirmation-modal-copy.add-bib-number {
  display: block;
}

.div-block-776 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.link-block-46 {
  text-decoration: none;
}

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

.textarea {
  border: 1px solid #000;
  border-radius: 8px;
}

.textarea:focus {
  color: var(--black);
}

.rl-styleguide_label-3 {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #ebeffa;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  display: inline-block;
}

.tooltip1_card-wrapper-3 {
  z-index: 2;
  padding: 0.75rem;
}

.tooltip1_component-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-block-93-copy {
  font-size: 14px;
}

.form-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.breadcrumb-wrapper-copy {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.div-block-777 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.breadcrumb-seperator-copy {
  color: var(--black);
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  display: flex;
}

.create-event-description-text-copy {
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}

.create-event-description-text-copy.left-aligned {
  margin-left: 0;
}

.create-event-description-text-copy.regular {
  font-weight: 400;
}

.create-event-description-text-copy.sub-event {
  font-weight: 600;
}

.create-event-description-text-copy.group {
  margin-left: 10px;
}

.div-block-778 {
  width: 100%;
  display: flex;
}

.form1_text-area-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.form_message-success-2 {
  background-color: var(--\<unknown\|relume-variable-background-color-6\>);
  color: var(--\<unknown\|relume-variable-text-color-4\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.icon-embed-xsmall-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.form-icon-right {
  position: absolute;
  right: 0.75rem;
}

.form1_input-field {
  align-items: center;
  display: flex;
  position: relative;
}

.form1_avatar {
  object-fit: cover;
  border-radius: 100%;
  width: 5rem;
  height: 5rem;
}

.form1_avatar-wrapper {
  border: 1px solid var(--grey);
  border-radius: 99px;
  margin-right: 1.5rem;
}

.form1_block {
  margin-bottom: 0;
}

.form1_input-text-wrapper {
  border-top: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  border-left: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  align-self: stretch;
  padding: 0.5rem 0.75rem;
}

.form_input-6 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input-6:focus {
  border-color: #000;
}

.form_input-6::placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.form_input-6.is-icon-left {
  padding-left: 2.75rem;
}

.form_input-6.is-select-input {
  background-image: url(https://d25qpvb0plkdqc.cloudfront.net/../images/chevron-down.svg);
  background-position: 99%;
  background-repeat: no-repeat;
  background-size: auto;
}

.form_input-6.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  overflow: auto;
}

.form_input-6.is-icon-right {
  padding-right: 2.75rem;
}

.field-caption {
  margin-top: 0.5rem;
  font-size: 0.875rem;
}

.form1_file-upload {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.form1_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form1_field-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form1_field-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.upload-cover-photo-button-2 {
  background-color: #f2f2f2;
  border-radius: 8px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.upload-cover-photo-button-text-2 {
  font-size: 14px;
}

.div-block-779 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.group-event-and-series-selection-wrapper {
  width: 700px;
  height: 200px;
}

.form_checkbox-icon-3 {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: 0.5rem;
  transition: all 0.2s;
}

.form_checkbox-icon-3.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form_checkbox-icon-3.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.event-and-series-checkbox-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.event-and-series-checkbox-wrapper.participant-info {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.checkbox1_component-2-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--grey);
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding: 8px;
  overflow: auto;
}

.events-search-field {
  border: 1px solid var(--grey);
  border-radius: 8px;
  margin-bottom: 0;
  line-height: 24px;
}

.events-search-field:focus {
  color: var(--black);
}

.event-creation-text-editor-wrapper-copy {
  border: 1px solid var(--grey);
  border-radius: 8px;
  width: 100%;
  height: 200px;
}

.image-98 {
  aspect-ratio: 1;
  width: 15px;
  max-width: none;
  height: 15px;
  display: block;
}

.image-98.larger {
  border-radius: 99px;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.crop-image-tool-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.crop-image-tool-wrapper.creation {
  width: 100px;
}

.race-day-check-in-confirmation-content-container-copy-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.div-block-780 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.race-day-check-in-confirmation-modal-spacing-copy-copy {
  z-index: 999;
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 45px 35px 35px;
  display: flex;
  position: fixed;
  top: 5vh;
  left: 25vw;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.race-day-check-in-confirmation-modal-spacing-copy-copy.checked-in {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  padding-bottom: 16px;
}

.input-6 {
  color: #000;
  background-color: #fff;
  border: 1px solid #b7bbd1;
  border-radius: 6px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 13px 45px 10px 18px;
  font-size: 1rem;
  transition: border-color 0.2s, box-shadow 0.2s;
  box-shadow: 0 3px 6px -2px rgba(29, 1, 80, 0.1019607843);
}

.input-6:hover {
  box-shadow: none;
  border-color: #000;
}

.input-6:focus {
  border: 1px solid #000;
}

.input-6::placeholder {
  color: #6e6e6e;
}

.input-6.w--open {
  border-color: #1d894e;
}

.input-6.on-page-search {
  width: 100%;
  min-height: auto;
  margin-bottom: 0.5rem;
  padding: 8px;
  font-size: 14px;
}

.custom-checkbox-label-b-3 {
  z-index: 3;
  color: #000;
  mix-blend-mode: normal;
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  position: relative;
}

.checkbox_button-b-2 {
  z-index: 3;
  cursor: pointer;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: inline-block;
  position: absolute;
  inset: 0%;
}

.checkbox_button-b-2:hover {
  background-color: rgba(0, 0, 0, 0.0509803922);
}

.checkbox_button-b-2.w--redirected-checked {
  background-color: rgba(29, 137, 78, 0.0509803922);
  background-image: url(https://d25qpvb0plkdqc.cloudfront.net/../images/noun_Close_3610311.svg);
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 14px;
  border-width: 2px;
  border-color: #1d894e;
  border-radius: 6px;
  width: 100%;
  height: 100%;
}

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

.div-block-781 {
  position: relative;
}

.input-7 {
  border: 1px solid var(--grey);
  color: #000;
  background-color: #fff;
  border-radius: 6px;
  margin-bottom: 0;
  padding: 4px 41px 4px 8px;
  font-size: 15px;
  transition: border-color 0.2s, box-shadow 0.2s;
  box-shadow: 0 3px 6px -2px rgba(29, 1, 80, 0.1019607843);
}

.input-7:hover {
  box-shadow: none;
  border-color: #000;
}

.input-7:focus {
  border: 1px solid #000;
}

.input-7::placeholder {
  color: #6e6e6e;
}

.input-7.w--open {
  border-color: #1d894e;
}

.custom-checkbox-label-b-4 {
  z-index: 3;
  color: #000;
  mix-blend-mode: normal;
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
  position: relative;
}

.checkbox_button-b-3 {
  z-index: 3;
  cursor: pointer;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: inline-block;
  position: absolute;
  inset: 0%;
}

.checkbox_button-b-3:hover {
  background-color: rgba(0, 0, 0, 0.0509803922);
}

.checkbox_button-b-3.w--redirected-checked {
  background-color: rgba(29, 137, 78, 0.0509803922);
  background-image: url(https://d25qpvb0plkdqc.cloudfront.net/../images/noun_Close_3610311.svg);
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 14px;
  border-width: 2px;
  border-color: #1d894e;
  border-radius: 6px;
  width: 100%;
  height: 100%;
}

.select-dropdown-2.w--open {
  background-color: #fff;
  border: 0.5px solid #b8bbd1;
  border-radius: 6px;
  padding: 0.5rem 0.5rem 0.25rem;
  box-shadow: 0 10px 12px -3px rgba(0, 0, 0, 0.1019607843);
}

.checkbox-field-b-2 {
  z-index: 2;
  flex: none;
  align-items: center;
  width: 100%;
  margin-bottom: 0.25rem;
  padding-top: 0.3rem;
  padding-bottom: 0.2rem;
  padding-left: 0.7rem;
  line-height: 1.4em;
  display: flex;
  position: relative;
}

.checkbox-field-b-2:hover {
  border-color: #1200ee;
  position: relative;
  box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.1294117647);
}

.select-input {
  margin-left: 0;
  margin-right: 0;
}

.text-block-96 {
  color: var(--dark-grey);
  font-size: 14px;
}

.icon-5 {
  color: var(--grey);
  margin-right: 7px;
}

.text-block-93-copy {
  font-size: 16px;
  font-weight: 400;
}

.text-block-93-copy-copy {
  color: var(--dark-grey);
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
}

.div-block-782 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.div-block-771-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px none var(--light-grey);
  background-color: var(--white);
  border-radius: 8px;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 8px;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.div-block-771-copy:hover {
  background-color: var(--light-grey);
}

.div-block-771-copy:active {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
}

.div-block-771-copy:focus {
  background-color: var(--light-grey);
  color: var(--black);
}

.select-field-2 {
  border: 1px solid var(--grey);
  background-color: var(--white);
  color: var(--dark-grey);
  border-radius: 8px;
  margin-bottom: 0;
  font-size: 14px;
}

.text-block-89-copy {
  color: var(--dark-grey);
  font-size: 12px;
  line-height: 120%;
}

.text-block-89-copy:focus {
  color: var(--black);
}

.form-progress-bar-base-one-section {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background-color: rgba(245, 245, 245, 0.1803921569);
  border-radius: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

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

.dropdown-3 {
  width: 100%;
}

.dropdown-toggle-3 {
  padding: 8px 12px;
}

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

.text-block-97.organizer-page {
  white-space: nowrap;
}

.create-event-content-wrapper-copy-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  flex-flow: column;
  align-items: flex-start;
  padding: 16px;
}

.create-event-content-wrapper-copy-2.organizer-page {
  padding: 8px;
}

.create-event-content-wrapper-copy-2.organizer-page.checkout-test {
  border-style: none;
  width: 100%;
}

.create-event-description-text-copy-2 {
  margin-top: 0;
  margin-left: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
}

.add-link-content-wrapper-copy-copy-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #f2f2f2;
  border-radius: 8px;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 14px;
  display: flex;
}

.event-creation-next-button-text-not-ready-3-copy-2 {
  color: #d9d9d9;
  font-size: 14px;
}

.event-creation-next-button-text-not-ready-3-copy-2.not-ready {
  font-size: 12px;
}

.event-creation-next-button-text-not-ready-3-copy-2.not-ready.organizer-page {
  white-space: nowrap;
}

.form-14 {
  width: 100%;
}

.div-block-784 {
  grid-column-gap: 53px;
  grid-row-gap: 53px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-785 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.div-block-786 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.race-day-check-in-confirmation-modal-copy-2 {
  background-color: rgba(255, 255, 255, 0.4);
  justify-content: center;
  align-items: center;
  position: relative;
}

.race-day-check-in-button-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  background-color: #d9d9d9;
  border-radius: 8px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 160px;
  padding: 8px 16px 8px 8px;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.race-day-check-in-button-2.active-button {
  width: 100%;
  margin-right: 0;
}

.div-block-787 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.div-block-788 {
  z-index: 2;
  background-color: #fff;
  width: 100%;
  height: 100vh;
  position: sticky;
  inset: 0%;
}

.see-more-container {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.see-more-chevron-svg {
  width: 15px;
}

.div-block-790 {
  max-height: 300px;
  margin-bottom: 16px;
  overflow: hidden;
}

.see-more-link {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  text-decoration: none;
  display: flex;
}

.div-block-791 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.div-block-792 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 2px solid var(--light-grey);
  border-radius: 8px;
  flex-flow: column;
  margin-bottom: 16px;
  padding: 8px;
  display: flex;
}

.text-block-98 {
  color: var(--black);
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
}

.div-block-793,
.div-block-794 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.button-29 {
  grid-column-gap: 8px;
  grid-row-gap: 12px;
  color: #000;
  -webkit-text-stroke-color: #000;
  object-fit: scale-down;
  background-color: #000;
  background-image: linear-gradient(to right, #ff6250, #a259ff 45%, #09b7f6);
  border-radius: 20px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-width: 0;
  height: 60px;
  padding: 12px 24px;
  font-family: Space Mono, sans-serif;
  text-decoration: none;
  display: flex;
}

.button-29.achievement-card {
  background-image: linear-gradient(315deg, #ff6250, #a259ff 51%, #09b7f6);
  justify-content: center;
  max-width: 100%;
}

.button-29.achievement-card.unlisted {
  background-color: #fff;
  background-image: linear-gradient(322deg, rgba(252, 167, 208, 0.5019607843), rgba(162, 89, 255, 0.3019607843) 50%, rgba(75, 224, 250, 0.5019607843));
  border: 1px rgba(0, 0, 0, 0);
}

.button-29.achievement-card.unlisted.event-purchase-button {
  background-image: linear-gradient(322deg, rgba(75, 151, 250, 0.8), rgba(238, 106, 111, 0.8) 53%, #e6def0);
  width: auto;
  min-width: 150px;
}

.button-29.achievement-card.unlisted.event-purchase-button.event-header-interim {
  opacity: 1;
  mix-blend-mode: multiply;
  background-color: rgba(13, 199, 231, 0);
  background-image: linear-gradient(290deg, #e6def0, rgba(238, 106, 111, 0.4588235294) 38%, rgba(75, 151, 250, 0.4588235294));
  border: 1.5px #ddd7d7;
  border-radius: 20px;
  align-self: center;
  min-width: 200px;
  box-shadow: inset 0 2px 12px 2px rgba(255, 255, 255, 0.3803921569), 0 2px 5px rgba(0, 0, 0, 0.2);
}

.button-29.achievement-card.unlisted.event-purchase-button.event-header-interim.results {
  background-image: linear-gradient(151deg, #e4e6f1, rgba(255, 89, 89, 0.4588235294) 22%, rgba(250, 151, 75, 0.4588235294));
}

.button-29.achievement-card.unlisted.event-purchase-button.event-header-interim.results.event-management {
  background-image: linear-gradient(151deg, rgba(255, 89, 89, 0.4588235294) 8%, rgba(252, 191, 77, 0.8784313725));
  border-radius: 8px;
  min-width: auto;
  max-width: none;
  height: auto;
  padding: 8px 32px;
}

.button-29.achievement-card.unlisted.event-purchase-button.event-header-interim.results.event-management._9-10-24-update {
  padding: 8px 16px;
}

.ms-dropdown-image-2 {
  z-index: 2;
  object-fit: cover;
  background-color: #d9d9d9;
  border: 1px solid #e1e1e1;
  border-radius: 100%;
  flex: none;
  width: 2.7em;
  height: 2.7em;
  position: relative;
}

.ms-dropdown-image-2:hover {
  background-color: #d9d9d9;
}

.div-block-795 {
  grid-column-gap: 53px;
  grid-row-gap: 53px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-796 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.div-block-797 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  display: flex;
}

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

.select-field-3 {
  border: 1.5px solid var(--grey);
  color: var(--black);
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 0;
}

.div-block-798 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.flex-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
}

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

.share-icon-button {
  color: var(--black);
  width: 20px;
}

.share-icon-link-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.div-block-799 {
  justify-content: space-between;
  display: flex;
}

.text-block-99 {
  text-decoration: none;
}

@media screen and (min-width: 1440px) {
  h1 {
    font-family: Open Sans, sans-serif;
  }
  .cohort-section-wrapper {
    max-width: 80vw;
  }
  .h2---space-mono.verified-athlete {
    background-image: linear-gradient(to right, var(--movemint-gradient-color-1), var(--movemint-gradient-color-2) 50%, var(--movemint-gradient-color-3));
    color: var(--black);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
  }
  .h2---space-mono.cohort {
    order: 0;
  }
  .h2---space-mono.home-hero-2 {
    justify-content: flex-start;
    align-self: flex-start;
  }
  .h2---space-mono.achievement-page-header {
    word-break: keep-all;
    overflow-wrap: anywhere;
  }
  .h5---space-mono {
    color: #2b2b2b;
  }
  .intro-blobs {
    order: 0;
    padding-left: 100px;
    padding-right: 100px;
  }
  .hero-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
  }
  .hero-content.feature {
    padding-top: 80px;
  }
  .button.achievement-card.unlisted {
    border: 1px none var(--white);
    background-color: var(--white);
    background-image: linear-gradient(270deg, rgba(238, 106, 111, 0.2), rgba(162, 89, 255, 0.3019607843) 50%, rgba(75, 151, 250, 0.3019607843));
  }
  .button.achievement-card.unlisted.event-purchase-button.event-header-interim.donate._11-13-25 {
    height: 40px;
  }
  .button.achievement-card.unlisted.event-purchase-button.event-header-interim.shop._111325 {
    background-color: var(--grey);
    background-image: none;
    border-radius: 8px;
    height: 40px;
  }
  .button.achievement-card.unlisted.event-purchase-button.event-header-interim.silver-city {
    background-image: linear-gradient(341deg, #68a2b9 54%, #e1e1e1);
  }
  .button.achievement-card.unlisted.event-purchase-button.event-header-interim._11-13-25 {
    background-color: var(--grey);
    background-image: none;
    border-radius: 8px;
    height: 40px;
  }
  .button.achievement-card.listed {
    background-color: var(--white);
  }
  .button.cta {
    background-color: rgba(217, 217, 217, 0.5803921569);
    background-image: none;
    border: 1px #20475b;
    justify-content: center;
  }
  .button.cta.feature,
  .button.cta.example-event {
    padding-left: 40px;
    padding-right: 40px;
  }
  .button.individual-achievement.listed {
    background-color: var(--white);
  }
  .button.copy-participants-to-clipboard {
    background-color: rgba(217, 217, 217, 0.5803921569);
    background-image: none;
    border: 1px #20475b;
    justify-content: center;
  }
  .onboarding-bio-header {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .athlete-about {
    padding-top: 0;
    padding-bottom: 0;
  }
  .athlete-about-content {
    align-items: center;
    margin-left: 0;
    padding-left: 40px;
    padding-right: 40px;
  }
  .achievement-title {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .columns {
    max-width: 1500px;
  }
  .achievement-card-base {
    order: -1;
  }
  .base-body---open-sans {
    order: 0;
  }
  .base-body---open-sans.sold-feed-card,
  .base-body---open-sans.usd,
  .base-body---open-sans.eth {
    font-size: 16px;
  }
  .base-body---open-sans.athlete-profile-page {
    display: block;
  }
  .base-body---open-sans.prices,
  .base-body---open-sans.intro {
    font-size: 16px;
  }
  .base-body---open-sans.inspire {
    align-self: center;
    font-size: 20px;
  }
  .base-body---open-sans.inspire.about {
    font-size: 20px;
  }
  .base-body---open-sans.confirm-mint-auction {
    align-items: flex-start;
  }
  .achievement-card-feed-spacing {
    flex-direction: column;
    align-self: stretch;
    align-items: center;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
  .achievement-card-alignment {
    border-radius: 0;
    flex: 0 auto;
    margin-top: 0;
    padding: 5px;
  }
  .achievment-info-frame-top {
    padding-top: 10px;
    padding-left: 20px;
  }
  .achievemnt-info-frame-bottom {
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 10px;
    padding-left: 20px;
    display: flex;
  }
  .achievement-title-link {
    color: #2b2b2b;
  }
  .see-more-button.feature {
    margin-top: 10px;
  }
  .see-more-button.inspiration {
    min-width: 300px;
  }
  .athlete-profile-banner {
    height: 300px;
  }
  .hero-image {
    object-fit: cover;
    background-image: none;
    width: 50vw;
    max-width: 50vw;
  }
  .hero-content-cta-button {
    margin-top: 0;
  }
  .h3---space-mono.about-page {
    align-items: flex-start;
  }
  .h3---space-mono.about-page.cta {
    align-items: center;
  }
  .h3---space-mono.selling-achievement {
    text-align: center;
  }
  .athlete-profile-banner-placeholder {
    height: 300px;
    overflow: hidden;
  }
  .athlete-about-gradient {
    top: 200px;
  }
  .amity-hero {
    object-fit: cover;
    min-width: 100%;
    height: 100%;
  }
  .h4---space-mono.achievement-card-title {
    color: #2b2b2b;
  }
  .mint-confirmation-wrapper {
    max-width: 1200px;
  }
  .navbar-logged-in-create {
    justify-content: center;
    max-width: 100vw;
    display: flex;
  }
  .navbarcontainer {
    max-width: 100vw;
  }
  .navbarcontainer.update-9-10-24 {
    justify-content: space-between;
    margin-left: 40px;
    margin-right: 40px;
  }
  .navbar-content {
    max-width: 100vw;
  }
  .navbar-loggen-in-no-create {
    justify-content: center;
    max-width: 100vw;
    display: flex;
  }
  .form-block.interest {
    justify-content: center;
  }
  .form-block.mint-confirmation-buttons {
    min-width: 40%;
    height: auto;
    margin-top: 0;
    display: block;
    position: relative;
  }
  .form-block.mint-confirmation-buttons.achievement-card-button {
    width: 100%;
    min-width: auto;
    margin-top: 0;
  }
  .onboarding-button-wrapper.onboarding-later-button {
    width: auto;
  }
  .onboarding-button-wrapper.interests {
    flex-direction: column;
    align-self: auto;
    display: flex;
  }
  .submit-button.button-text.get-post.gradient {
    background-color: var(--white);
    background-image: linear-gradient(44deg, var(--movemint-gradient-color-2), var(--movemint-gradient-color-1) 50%, var(--movemint-gradient-color-3));
    max-width: 300px;
    height: 60px;
    margin-top: 0;
    overflow: visible;
  }
  .submit-button.button-text.get-post.gradient.confirm-mint-auction {
    align-self: auto;
    width: 100%;
    min-width: 300px;
    max-width: 300px;
    height: 60px;
  }
  .submit-button.button-text.get-post.grey {
    background-color: var(--white);
    background-image: linear-gradient(44deg, var(--movemint-gradient-color-2), var(--movemint-gradient-color-1) 50%, var(--movemint-gradient-color-3));
    width: 100%;
    max-width: 300px;
    height: 60px;
    margin-top: 0;
    overflow: visible;
  }
  .submit-button.button-text.get-post.grey.confirm-mint-auction {
    align-self: auto;
    width: 100%;
    min-width: 300px;
    max-width: 300px;
    height: 60px;
  }
  .grey-button.cta {
    background-color: rgba(217, 217, 217, 0.5803921569);
    background-image: none;
    border: 1px #20475b;
    justify-content: center;
  }
  .grey-button.cta.interest-buttons {
    margin-top: 20px;
  }
  .form-2 {
    align-items: center;
  }
  .interest-save-button {
    min-width: 300px;
  }
  .achievement-card-status {
    justify-content: flex-start;
  }
  .confirm-mint-auction {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }
  .success-message,
  .error-message {
    overflow: hidden;
  }
  .grid-footer-v1---5-column {
    grid-column-gap: 40px;
    grid-row-gap: 16px;
    grid-template-columns: 0.5fr 1fr;
  }
  .container-default {
    padding-left: 60px;
    padding-right: 60px;
  }
  .feature {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    align-items: center;
    min-height: 0;
    padding: 0 40px;
  }
  .feature.section {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-bottom: 80px;
    padding-left: 60px;
  }
  .cohort {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    align-items: center;
    min-height: 0;
    padding: 0 40px 0 0;
    display: block;
  }
  .hero-content-wrapper {
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
  }
  .hero-content-wrapper.feature {
    padding-top: 0;
    padding-bottom: 20px;
  }
  .chas-hero {
    object-fit: cover;
    min-width: 100%;
  }
  .athletes-banner {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .small-container {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    border-radius: 0;
  }
  .features-list {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .content-about-2 {
    padding-top: 0;
  }
  .movemint-explained-globe {
    justify-content: center;
    align-self: center;
    max-width: 80%;
  }
  .intro-copy {
    order: 0;
  }
  .inspo-header {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .html-embed-2 {
    align-self: center;
  }
  .hero-image-2 {
    object-fit: cover;
    background-image: none;
    width: 50vw;
    max-width: 50vw;
  }
  .hero-2-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
  }
  .hero-2-content.hero-copy {
    padding-left: 60px;
  }
  .movemint-globe-wrapper-1,
  .movemint-globe-wrapper-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: space-between;
    align-self: center;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }
  .content-about-1 {
    padding-top: 0;
  }
  .movemint-explained-globe-2 {
    justify-content: center;
    align-self: center;
    max-width: 80%;
  }
  .features-list-bottom {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .tab-nav-item._01.w--current {
    padding-top: 0;
    padding-bottom: 1em;
  }
  .tab-nav-item._02 {
    flex: 1;
    order: 1;
    justify-content: space-around;
    align-self: center;
    align-items: stretch;
  }
  .sale-price-form,
  .buy-now-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  .create-account-wrapper {
    min-width: 100vw;
    max-width: 100%;
    min-height: 100vh;
  }
  .create-account-image {
    min-width: 50vw;
    min-height: 100vh;
  }
  .create-account-content-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-self: center;
    align-items: flex-start;
    min-width: auto;
    min-height: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .create-account-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }
  .section-2 {
    order: -1;
    justify-content: center;
    min-width: 50vw;
    max-width: none;
    min-height: 100vh;
    display: flex;
  }
  .html-embed-create-account-page {
    align-self: flex-start;
  }
  .activity-search-bar {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }
  .search-bar-spacing {
    flex-direction: column;
    align-self: stretch;
    align-items: center;
    max-width: none;
    padding: 10px 0;
  }
  .activity-search-bar-alignment {
    border-radius: 0;
    flex: 0 auto;
    margin-top: 0;
    padding: 5px;
  }
  .activity-search-input {
    border-radius: 10px;
    font-family: Open Sans, sans-serif;
  }
  .activity-search-button {
    background-color: var(--grey);
  }
  .activity-search-button.button-text {
    text-align: center;
    border-radius: 10px;
    min-width: 150px;
    min-height: 30px;
    font-weight: 400;
  }
  .search {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-self: center;
    min-width: 300px;
    display: flex;
  }
  .achievement-content {
    align-items: flex-start;
    margin-left: 0;
    padding-left: 40px;
    padding-right: 40px;
  }
  .achievement-content.achievement-page {
    padding-left: 0;
    padding-right: 0;
  }
  .individual-achievement-frame {
    height: 300px;
  }
  .achievement-page-wrapper {
    align-items: center;
    min-height: 100vh;
    transform: rotate(0);
  }
  .achievement-banner-placeholder {
    height: 300px;
    overflow: hidden;
  }
  .achievement-header-achievement-page {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  .acheievement-page-info-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
  .individual-achievement-page {
    transform: translate(0);
  }
  .hillary-hero {
    object-position: 100% 50%;
  }
  .list-item.sub-event-list-item,
  .list-item.donations-list-item,
  .list-item.send-to,
  .list-item.sub-event-list-item {
    flex: 0 auto;
  }
  .course-map-info-frame-bottom {
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 10px;
    padding-left: 20px;
    display: flex;
  }
  .course-map-spacing {
    flex-direction: column;
    align-self: stretch;
    align-items: center;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
  .course-map-alignment {
    border-radius: 0;
    flex: 0 auto;
    margin-top: 0;
    padding: 5px;
  }
  .course-map-base {
    order: -1;
  }
  .course-map-info-frame-top {
    padding-top: 10px;
    padding-left: 20px;
  }
  .athlete-about-gradient-2 {
    background-image: linear-gradient(to top, #fff, rgba(0, 0, 0, 0) 65%);
  }
  .date-field {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .date-field.event-start-date {
    margin-top: 0;
    margin-bottom: 0;
  }
  .date-field.registration-close-date {
    margin-top: 0;
  }
  .date-field.date-of-birth {
    margin-top: 0;
    margin-bottom: 0;
  }
  .date-field.reg-open-date,
  .date-field.reg-close-date {
    margin-top: 0;
  }
  .date-field.event-date {
    margin-top: 0;
    margin-bottom: 0;
  }
  .participant-grid {
    grid-template-rows: auto auto;
  }
  .login-image {
    min-width: 50vw;
    min-height: 100vh;
  }
  .event-status-with-update-wrapper.v2 {
    align-self: flex-start;
  }
  .navbar-logged-in-with-events {
    justify-content: center;
    max-width: 100vw;
    display: flex;
  }
  .hero-split-2 {
    width: 100%;
  }
  .margin-bottom-24px-2 {
    letter-spacing: normal;
  }
  .agree-to-waiver-copy._1-2 {
    max-width: none;
  }
  .agree-to-waiver-checkbox._1-2 {
    justify-content: flex-start;
  }
  .course-map-data {
    border-radius: 0;
    flex: 0 auto;
    margin-top: 0;
    padding: 5px;
  }
  .fixed-price-input {
    width: 100px;
  }
  .price-wrapper {
    display: flex;
  }
  .event-banner-image {
    object-fit: cover;
    min-width: 100%;
  }
  .event-banner-container {
    object-fit: cover;
    background-image: none;
    width: 50vw;
    max-width: 50vw;
  }
  .register-button.achievement-card.unlisted,
  .donate-button.achievement-card.unlisted {
    border: 1px none var(--white);
    background-color: var(--white);
    background-image: linear-gradient(270deg, rgba(238, 106, 111, 0.2), rgba(162, 89, 255, 0.3019607843) 50%, rgba(75, 151, 250, 0.3019607843));
  }
  .event-detail-interim-header-text {
    align-self: center;
    inset: auto 0% 0%;
  }
  .event-detail-temp-banner {
    flex-direction: column;
    align-items: center;
  }
  .button-text-copy.event-purchase-button-text._11-13-25 {
    color: #fff;
  }
  .cta-button-teriary.achievement-card.unlisted {
    background-color: #fff;
    background-image: linear-gradient(270deg, rgba(238, 106, 111, 0.2), rgba(162, 89, 255, 0.3019607843) 50%, rgba(75, 151, 250, 0.3019607843));
    border: 1px #fff;
  }
  .cta-button-teriary.achievement-card.unlisted.event-purchase-button.event-header-interim.sold-out {
    max-width: 940px;
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    font-weight: 700;
  }
  .cta-button-teriary.achievement-card.unlisted.event-purchase-button.event-header-interim.see-more,
  .cta-button-teriary.achievement-card.unlisted.event-purchase-button.event-header-interim.view-payment-details-on-stripe {
    max-width: 940px;
  }
  .event-detail-interim-section.about {
    background-color: rgba(255, 255, 255, 0);
  }
  .virtual-event-leaderboard-container {
    max-width: none;
  }
  .event-detail-banner-image-placeholder {
    height: auto;
  }
  .event-detail-banner-image-placeholder.landing-page-mode {
    width: 100%;
  }
  .event-detail-content.landing-page-mode {
    margin-left: 140px;
    margin-right: 140px;
  }
  .event-detail-content._11-13-25 {
    width: auto;
    margin-top: 120px;
  }
  .event-detail-banner-gradient {
    background-image: linear-gradient(to top, #fff, rgba(0, 0, 0, 0) 65%);
  }
  .athlete-name-virtual-event-grid {
    padding-right: 0;
  }
  .virtual-event-leaderboard-table-row-grid-cumulative-body {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .virtual-event-overall-wrapper-cumulative {
    align-items: stretch;
    max-width: none;
  }
  .virtual-leaderboard-table-filter-wrapper-cumulative.series {
    max-width: none;
  }
  .virtual-event-leaderboard-cumulative-positioning-container {
    justify-content: center;
    max-width: 1250px;
    display: block;
  }
  .virtual-events-leaderboard-table-card-cumulative {
    align-self: center;
    min-width: auto;
    overflow: scroll;
  }
  .virtual-events-leaderboard-table-card-admin {
    min-width: 1109px;
  }
  .virtual-event-leaderboard-table-row-grid-admin-top {
    margin-left: 10px;
  }
  .virtual-event-leaderboard-table-row-grid-admin {
    justify-content: stretch;
    justify-items: stretch;
    margin-left: 0;
    padding-right: 0;
    overflow: visible;
  }
  .virtual-event-admin-name-input-field,
  .virtual-event-admin-name-input-form {
    margin-bottom: 0;
  }
  .virtual-event-admin-segment-selector {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .virtual-event-admin-button-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    display: flex;
  }
  .virtual-event-admin-name-selector {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .virtual-event-leaderboard-table-mid-row-admin {
    margin-left: 30px;
  }
  .virtual-event-admin-time-input-field-copy {
    margin-bottom: 0;
  }
  .leaderboard-h3.series {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .f-h3-heading {
    text-align: left;
    line-height: 100%;
  }
  .hero-container-event-card-left {
    max-width: none;
  }
  .event-card-link-container {
    min-width: auto;
  }
  .event-signup-list-container {
    max-width: none;
  }
  .top-hero-body-copy {
    width: 80%;
  }
  .top-hero-body-copy.twilight-5000-2024 {
    text-align: left;
  }
  .t-container-regular {
    max-width: 80%;
  }
  .event-card-link-container-featured-carousel {
    order: 1;
  }
  .learn-more-button-wrapper {
    text-align: left;
    justify-content: center;
    align-items: center;
  }
  .cta-blocks-header-container {
    display: flex;
  }
  .link-cta-block {
    text-decoration: none;
  }
  .hero-copy-content-left {
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: 20px;
  }
  .hero-copy-content-left.brand-page {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .hero-copy-content-right {
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 20px;
  }
  .hero-copy-content-right.brand-page {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .hero-section-alignment {
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .event-detail-gallery-tabs.series,
  .event-detail-gallery-tabs.athlete-dashboard-2-0,
  .event-detail-gallery-tabs.athlete-profile-1-0 {
    width: 100%;
  }
  .event-detail-all-tabs-wrapper.event-page-2-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .event-detail-tab-link-2._11-13-25:hover {
    background-color: var(--light-grey);
    background-image: none;
  }
  .event-detail-tab-link-2._11-13-25.w--current {
    background-color: var(--grey);
    background-image: none;
  }
  .tabs-menu-4.series {
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
  }
  .button-6.achievement-card.unlisted {
    background-color: #fff;
    background-image: linear-gradient(270deg, rgba(238, 106, 111, 0.2), rgba(162, 89, 255, 0.3019607843) 50%, rgba(75, 151, 250, 0.3019607843));
    border: 1px #fff;
  }
  .button-6.achievement-card.unlisted.event-purchase-button.event-header-interim.donate.reg-1-3._11-13-25 {
    background-color: var(--grey);
    mix-blend-mode: normal;
  }
  .button-6.achievement-card.unlisted.event-purchase-button.event-header-interim.reg-1-3.sold-out._11-13-25 {
    background-color: var(--transparent);
  }
  .button-6.achievement-card.unlisted.event-purchase-button.event-header-interim.reg-1-3._11-13-25 {
    background-color: var(--black);
    background-image: none;
    border-radius: 8px;
  }
  .heading-wrapper-5.series {
    margin-left: 0;
  }
  .dashboard-progress-green._11-13-25 {
    background-image: linear-gradient(90deg, rgba(175, 175, 175, 0.4588235294), rgba(0, 0, 0, 0.4588235294));
  }
  .list-row-duplicate.athlete-results.header {
    background-color: #d9d9d9;
  }
  .list-text-content-number.primary-time.athlete-profile-1-0 {
    height: auto;
  }
  .list-wrapper-overflow.series {
    max-width: none;
  }
  .list-general-content-wrapper.athlete-profile-1-0 {
    align-items: stretch;
  }
  .list-general-content-wrapper.athlete-profile-1-0.result {
    align-self: flex-start;
  }
  .list-general-content-wrapper.athlete-profile-1-0.result.activity.header,
  .list-general-content-wrapper.athlete-profile-1-0.result.activity.heading {
    background-color: #d9d9d9;
  }
  .list-general-content-wrapper.athlete-profile-1-0.result.header {
    background-color: #d9d9d9;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }
  .list-general-content-wrapper.athlete-profile-1-0.result.number {
    width: 125px;
    margin-left: 16px;
    margin-right: 16px;
  }
  .list-general-content-wrapper.results {
    padding-left: 0;
    padding-right: 16px;
  }
  .list-position-and-names-wrapper.athlete-results.header {
    background-color: #d9d9d9;
    padding-top: 10px;
  }
  .list-blank-fill-wrapper.athlete-results.header {
    background-color: #d9d9d9;
  }
  .list-position-and-names-wrapper-header.athlete-results.results-column {
    justify-content: center;
    align-items: center;
  }
  .dropdown-title {
    justify-content: space-between;
  }
  .merch-dropdown._1-2 {
    max-width: 150px;
    margin-right: 0;
  }
  .registration-event-info-left-side {
    width: 50%;
  }
  .welcome-account-wrapper {
    min-width: 100vw;
    max-width: 100%;
    min-height: 100vh;
  }
  .welcome-to-movemint-content-wrapper {
    order: -1;
    justify-content: center;
    min-width: 50vw;
    max-width: none;
    min-height: 100vh;
    display: flex;
  }
  .welcome-to-movemint-content-alignment {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-self: center;
    align-items: flex-start;
    min-width: auto;
    min-height: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .welcome-to-movemint-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex: 0 auto;
    display: flex;
  }
  .brand-hero-background-image {
    width: 100%;
    max-width: none;
  }
  .profile-about-container {
    padding-top: 0;
    padding-bottom: 0;
  }
  .brand-community-hero {
    object-fit: cover;
    min-width: 100%;
    height: 100%;
  }
  .event-card-hero-slider {
    width: 50%;
  }
  .event-card-hero-slider.athlete-name-virtual-event-grid-copy {
    height: 600px;
  }
  .evert-card-hero-slide.grid.event-card-2-0,
  .evert-card-hero-slide.event-card-2-0-carousel.event-card-2-0 {
    box-shadow: none;
    border-radius: 0;
    width: auto;
  }
  .list-filter-and-search-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }
  .add-event-field {
    border-radius: 10px;
    font-family: Open Sans, sans-serif;
  }
  .add-event-search {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }
  .hero-image-rounded-full {
    max-height: 90vh;
  }
  .div-block-353.race-pace-landing {
    bottom: 35%;
  }
  .h1-bold {
    line-height: 100%;
  }
  .h2-bold {
    text-align: center;
    line-height: 100%;
  }
  .about-us-profile-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }
  .about-us-team-circle {
    width: 105%;
    height: 105%;
  }
  .about-us-headshot {
    z-index: 1;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 300px;
    display: flex;
    position: relative;
  }
  .announcement-banner-text.top-hero-body-copy {
    width: auto;
  }
  .merch-dropdown-2._1-2 {
    width: 83%;
    margin-right: 0;
  }
  .date-field-2 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .date-field-2.date-of-birth,
  .date-field-2.event-date {
    margin-top: 0;
    margin-bottom: 0;
  }
  .date-field-2.event-date.date-picker.create-an-event {
    min-width: 100%;
  }
  .date-field-2.create-event {
    margin-top: 0;
    margin-bottom: 0;
  }
  .volunteer-info-card-row-formatting.price-increase._11-13-25 {
    background-color: var(--grey);
    background-image: none;
    border-radius: 4px;
  }
  .results-empty-state-list-svg {
    opacity: 0.25;
    align-self: auto;
    width: 30%;
    height: auto;
    position: absolute;
  }
  .results-empty-state-image-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .empty-state-image-blob {
    opacity: 0.68;
    width: 50%;
    position: relative;
  }
  .svg-icon,
  .event-mangement-card-title-text.subject-preview {
    width: auto;
  }
  .event-management-filter-dropdown-wrapper.series {
    justify-content: flex-end;
  }
  .padding-global {
    margin-left: 140px;
    margin-right: 140px;
  }
  .product-header3_main-image-wrapper {
    overflow: clip;
  }
  .widget-title-wrapper {
    padding-bottom: 0;
  }
  .widget-main-content {
    grid-row-gap: 16px;
  }
  .close-line-3 {
    background-color: var(--black);
  }
  .widget-text {
    line-height: 140%;
  }
  .widget-name-field,
  .widget-title-field {
    line-height: 120%;
  }
  .analytics-tab-card-header-text {
    line-height: 180%;
  }
  .div-block-400 {
    flex-flow: column;
    align-items: flex-end;
    display: flex;
  }
  .view-event-in-new-tab-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    text-decoration: none;
    display: flex;
  }
  .div-block-405 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    display: flex;
  }
  .div-block-407 {
    margin-top: 16px;
  }
  .shell2_main-wrapper {
    padding-left: 80px;
    padding-right: 80px;
  }
  .sidebar1_link-wrapper.create-email {
    background-image: linear-gradient(154deg, #98d2ed, #fabb9b);
  }
  .padding-horizontal.padding-medium {
    margin-left: 80px;
    margin-right: 80px;
  }
  .create-email-section-top.test {
    padding-right: 0;
  }
  .create-email-content-panel-wrapper.create-email {
    background-image: linear-gradient(154deg, #98d2ed, #fabb9b);
  }
  .div-block-432 {
    max-width: 80rem;
  }
  .email-management-card-content-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .email-management-card-info {
    letter-spacing: normal;
    width: 200px;
    font-weight: 400;
  }
  .email-list-management-wrapper {
    align-items: stretch;
    width: 100%;
  }
  .email-section {
    flex-flow: column;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }
  .div-block-440 {
    justify-content: space-between;
  }
  .email-management-content-wrapper-copy {
    align-self: center;
  }
  .movemint-email-portal-header-content-wrapper {
    justify-content: space-between;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
  }
  .bold-text-8,
  .bold-text-9,
  .bold-text-10,
  .bold-text-11,
  .bold-text-12 {
    letter-spacing: normal;
  }
  .conversations-dashboard-1-0-overall-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
  .page-header3_component {
    margin-left: 80px;
    margin-right: 80px;
  }
  .page-header3_content-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 0.75fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  .page-header3_content-wrapper.event-page-2-0 {
    grid-template-columns: 1fr 0.3fr;
  }
  .container-large-15 {
    margin-left: 0;
    margin-right: 0;
  }
  .radio2_component {
    justify-content: flex-start;
  }
  .button-15.achievement-card.unlisted,
  .button-16.achievement-card.unlisted,
  .button-17.achievement-card.unlisted {
    background-color: #fff;
    background-image: linear-gradient(270deg, rgba(238, 106, 111, 0.2), rgba(162, 89, 255, 0.3019607843) 50%, rgba(75, 151, 250, 0.3019607843));
    border: 1px #fff;
  }
  .container-large-17 {
    max-width: 100rem;
  }
  .multi-form1_block {
    z-index: 1;
  }
  .movemint-date-field {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .movemint-date-field.date-of-birth,
  .movemint-date-field.event-creation-2-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .create-event-text-field {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: rgba(255, 255, 255, 0.5019607843);
    border: 1px #000;
  }
  .div-block-484 {
    background-color: var(--purple);
    display: block;
    position: fixed;
    inset: 0%;
  }
  .background.event-creation-phase-1 {
    position: absolute;
  }
  .donate-custom-amount-field {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: rgba(255, 255, 255, 0.5019607843);
    border: 1px #000;
  }
  .donate-custom-amount-field.name-your-event:focus {
    background-color: var(--movemint-gradient-color-1);
  }
  .donate-custom-amount-field.name-your-event::placeholder {
    color: rgba(123, 123, 123, 0.7490196078);
  }
  .div-block-494 {
    left: 80px;
  }
  .donate-write-a-message-field {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: rgba(255, 255, 255, 0.5019607843);
    border: 1px #000;
  }
  .donate-write-a-message-field.name-your-event:focus {
    background-color: var(--movemint-gradient-color-1);
  }
  .donate-write-a-message-field.name-your-event::placeholder {
    color: rgba(123, 123, 123, 0.7490196078);
  }
  .product-header2_breadcrumb-3 {
    margin-left: 80px;
  }
  .event-creation-center-content-overall-spacing.overview {
    margin-left: 140px;
    margin-right: 140px;
  }
  .event-creation-center-content-overall-spacing.overview.final {
    justify-content: center;
    align-items: center;
  }
  .event-creation-layout-component {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  .two-radio-button-toggle.w--redirected-checked,
  .two-radio-button-toggle.w--redirected-focus {
    border-style: solid;
  }
  .div-block-491-copy {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    margin-top: 40px;
  }
  .create-event-text-field-2 {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: rgba(255, 255, 255, 0.5019607843);
    border: 1px #000;
  }
  .event-mangement-card-title-text-copy.subject-preview {
    width: auto;
  }
  .event-creation-heading-text {
    font-size: 60px;
    line-height: 60px;
  }
  .event-creation-button-no-color {
    background-color: #fff;
  }
  .event-creation-heading-content-wrapper {
    max-width: 700px;
  }
  .event-creation-width-wrapper {
    justify-content: center;
    align-items: center;
  }
  .event-creation-width-wrapper.bottom-padding.registration._80-padding {
    padding-top: 80px;
    padding-bottom: 140px;
  }
  .text-block-37-copy {
    font-size: 14px;
  }
  .event-creation-header-subtext {
    color: var(--dark-grey);
  }
  .event-creation-header-text {
    text-align: center;
  }
  .event-creation-content-spacing-and-margin {
    margin-bottom: 0;
  }
  .div-block-491-copy-copy.where-located {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
  .text-block-47 {
    color: #595959;
  }
  .event-creation-bottom-nav-and-progress-overall-wrapper.bottom-on-mobile.long-body {
    margin-top: 10px;
  }
  .event-creation-all-content-wrapper-and-bottom-padding._100vh.final {
    justify-content: center;
    align-items: center;
  }
  .div-block-491-copy {
    margin-top: 0;
  }
  .create-event-social-icon.smaller.even-smaller {
    width: 20px;
    height: 20px;
  }
  .multi-form1_block-copy {
    z-index: 1;
    z-index: 1;
  }
  .two-radio-form-wrapper,
  .multi-form1_block-copy-copy,
  .event-creation-form-3,
  .event-creation-form-block,
  .event-creation-form-2,
  .create-event-form-wrapper-2 {
    z-index: 1;
  }
  .multiple-donation-button._11-13-25 {
    background-color: var(--grey);
    background-image: none;
    border-radius: 8px;
    height: 40px;
    line-height: 150%;
  }
  .pick-an-organzation-modal-spacing {
    width: 35%;
    left: 32.5vw;
  }
  .add-additional-info-sub-event-creation-icon.small {
    position: relative;
  }
  .donate-from-field {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: rgba(255, 255, 255, 0.5019607843);
    border: 1px #000;
  }
  .donate-from-field.name-your-event:focus {
    background-color: var(--movemint-gradient-color-1);
  }
  .donate-from-field.name-your-event::placeholder {
    color: rgba(123, 123, 123, 0.7490196078);
  }
  .series-background-image {
    width: 100%;
    max-width: none;
    height: 100%;
  }
  .series-header-text {
    font-family: Open Sans, sans-serif;
    font-weight: 700;
  }
  .tabs-menu,
  .all-tabs-content {
    width: 100%;
  }
  .series-page-content-left-wrrapper {
    align-items: flex-start;
  }
  .tab-content-internal-spacing-and-wrapper {
    width: 100%;
  }
  .series-page-content-grid {
    grid-column-gap: 26px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 2fr 1fr;
    grid-auto-columns: 1fr;
  }
  .series-page-content-grid.event-page-2-0 {
    grid-template-columns: 1fr 0.3fr;
  }
  .form-progress-bar-base-3-sections {
    grid-auto-columns: 1fr;
  }
  .preview-event-ec-button {
    background-color: #fff;
  }
  .create-sub-event-bottom-content-wrapper.participant-grid {
    padding: 0;
  }
  .create-event-participant-checkbox-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    display: flex;
  }
  .create-sub-event-participant-field-content-wrapper-copy.participant-grid {
    padding: 0;
  }
  .event-creation-radio-toggle {
    border-radius: 8px;
    display: block;
  }
  .event-creation-radio-toggle:hover {
    background-color: var(--light-grey);
  }
  .pricing-radio-header {
    position: relative;
  }
  .create-event-form-wrapper,
  .multi-form1_block-copy-copy-copy,
  .multi-form1_block-copy-copy {
    z-index: 1;
  }
  .race-day-list-filter-and-search-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }
  .add-a-participant-modal-spacing {
    width: 35%;
    left: 32.5vw;
  }
  .event-creation-form-block-copy {
    z-index: 1;
  }
  .div-block-570 {
    border-color: var(--movemint-gradient-color-1);
  }
  .div-block-570.merch {
    border-color: var(--movemint-gradient-color-3);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .race-day-check-in-confirmation-modal-spacing {
    width: 35%;
    left: 32.5vw;
  }
  .race-day-card-grid {
    height: 750px;
  }
  .div-block-571 {
    flex-flow: row;
    display: flex;
  }
  .create-event-text-field-3 {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: rgba(255, 255, 255, 0.5019607843);
    border: 1px #000;
  }
  .race-day-list-and-filter-wrapper {
    width: 100%;
  }
  .event-card-2-0-athlete-more-info-modal-spacing {
    width: 35%;
    left: 32.5vw;
  }
  .div-block-583 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .div-block-584 {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }
  .storefront-product-grid {
    grid-row-gap: 1.7rem;
  }
  .profile-image-section {
    left: 80px;
  }
  .div-block-583-copy {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .section_page-header3-copy {
    padding-left: 80px;
    padding-right: 80px;
  }
  .div-block-578-copy-copy {
    flex-flow: row;
  }
  .div-block-591 {
    min-height: 100vh;
  }
  .button-18.achievement-card.unlisted {
    background-color: #fff;
    background-image: linear-gradient(270deg, rgba(238, 106, 111, 0.2), rgba(162, 89, 255, 0.3019607843) 50%, rgba(75, 151, 250, 0.3019607843));
    border: 1px #fff;
  }
  .all-tabs-wrapper {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
  .all-tabs-wrapper.event-page-2-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .series-page-overall-content-wrapper {
    margin-right: 16px;
  }
  .tab-content-wrapper,
  .tabs-content-container {
    width: 100%;
  }
  .button-19.achievement-card.unlisted,
  .button-20.achievement-card.unlisted {
    background-color: #fff;
    background-image: linear-gradient(270deg, rgba(238, 106, 111, 0.2), rgba(162, 89, 255, 0.3019607843) 50%, rgba(75, 151, 250, 0.3019607843));
    border: 1px #fff;
  }
  .f-h3-heading-2 {
    text-align: left;
    line-height: 100%;
  }
  .button-21.achievement-card.unlisted {
    background-color: #fff;
    background-image: linear-gradient(270deg, rgba(238, 106, 111, 0.2), rgba(162, 89, 255, 0.3019607843) 50%, rgba(75, 151, 250, 0.3019607843));
    border: 1px #fff;
  }
  .pick-an-organzation-modal-spacing-copy {
    width: 35%;
    left: 32.5vw;
  }
  .section_cta20 {
    width: 75%;
  }
  .event-landing-page-overall-width-and-vh {
    position: absolute;
    left: 0;
    right: 0;
  }
  .event-landing-page-image-position-indexing {
    background-color: rgba(235, 224, 224, 0.6901960784);
  }
  .topbar2_form {
    max-width: 300px;
  }
  .topbar2_search-desktop-2 {
    width: 300px;
    max-width: none;
  }
  .div-block-629 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .add-event-search-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }
  .f-h3-heading-copy {
    text-align: left;
    line-height: 100%;
  }
  .page-padding-and-spacing.email-marketing-page {
    margin-top: 0;
  }
  .hero-container-event-card-left-copy {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    grid-auto-columns: 1fr;
    max-width: none;
  }
  .hero-image-rounded-copy {
    width: 100%;
  }
  .hero-image-rounded-copy.hero {
    height: 400px;
  }
  .top-hero-body-copy-copy {
    width: 100%;
  }
  .top-hero-body-copy-copy.twilight-5000-2024 {
    text-align: left;
  }
  .hero-copy-content-left-copy-copy {
    justify-content: flex-start;
    place-items: flex-start center;
    margin-right: 20px;
  }
  .hero-copy-content-left-copy-copy.brand-page {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .top-hero-body-copy-copy-copy {
    width: 80%;
  }
  .top-hero-body-copy-copy-copy.twilight-5000-2024 {
    text-align: left;
  }
  .hero-section-alignment-copy {
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .hero-copy-content-left-copy {
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: 20px;
  }
  .hero-copy-content-left-copy.brand-page {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .top-hero-body-copy-copy-copy-copy {
    text-align: center;
    width: 80%;
  }
  .top-hero-body-copy-copy-copy-copy.twilight-5000-2024 {
    text-align: left;
  }
  .hero-image-rounded-copy-copy {
    width: 100%;
  }
  .hero-container-event-card-left-copy-copy,
  .hero-container-event-card-left-copy-copy-copy {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    grid-auto-columns: 1fr;
    max-width: none;
  }
  .f-h3-heading-copy-copy,
  .f-h3-heading-copy,
  .f-h3-heading-copy-copy-copy {
    text-align: left;
    line-height: 100%;
  }
  .hero-section-alignment-copy-copy {
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .f-h3-heading-copy-copy,
  .f-h3-heading-copy {
    text-align: left;
    line-height: 100%;
  }
  .featured-sponsor-section-wrapper {
    flex-flow: wrap;
  }
  .featured-spnosor-logo-wrapper {
    max-width: none;
  }
  .featured-sponsor-image,
  .featured-sponsor-image-2 {
    width: 100px;
    max-width: none;
  }
  .top-hero-body-copy-copy-2 {
    width: 80%;
  }
  .button-22.achievement-card.unlisted {
    background-color: #fff;
    background-image: linear-gradient(270deg, rgba(238, 106, 111, 0.2), rgba(162, 89, 255, 0.3019607843) 50%, rgba(75, 151, 250, 0.3019607843));
    border: 1px #fff;
  }
  .f-h3-heading-copy-copy-2 {
    text-align: left;
    line-height: 100%;
  }
  .hero-copy-content-left-copy-2 {
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: 20px;
  }
  .f-h3-heading-copy-copy-copy {
    text-align: left;
    text-align: left;
    text-align: left;
    line-height: 100%;
  }
  .button-23.achievement-card.unlisted {
    background-color: #fff;
    background-image: linear-gradient(270deg, rgba(238, 106, 111, 0.2), rgba(162, 89, 255, 0.3019607843) 50%, rgba(75, 151, 250, 0.3019607843));
    border: 1px #fff;
  }
  .f-h3-heading-copy-copy-copy-copy {
    text-align: left;
    text-align: left;
    line-height: 100%;
  }
  .product-spacing-wrapper {
    flex-flow: column;
    display: flex;
  }
  .your-items-list-container.storefront {
    flex-flow: column;
    grid-template-columns: 0.5fr;
    display: flex;
  }
  .your-item-text.storefront,
  .your-item-text.more-info-card {
    font-size: 16px;
  }
  .your-item-image-wrapper.storefront {
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }
  .your-item-price-text.storefront {
    font-size: 14px;
  }
  .cart-items-spacing {
    height: 80vh;
  }
  .event-creation-bottom-nav-and-progress-overall-wrapper-copy.bottom-on-mobile.long-body {
    margin-top: 10px;
  }
  .your-item-subtext.storefront {
    font-size: 14px;
  }
  .create-event-content-wrapper-copy {
    margin-top: 16px;
  }
  .not-ready-next-button-event-creation-3.organizer-page {
    padding: 8px 12px;
  }
  .event-creation-next-button-text-not-ready-3-copy.not-ready.organizer-page {
    white-space: nowrap;
  }
  .text-block-70 {
    word-break: normal;
  }
  .text-block-70.organizer-page {
    white-space: nowrap;
  }
  .profile-overall-grid-layout {
    padding-left: 80px;
    padding-right: 80px;
  }
  .form-block-19 {
    margin-bottom: 0;
  }
  .hero-copy-content-left-copy-copy-copy {
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: 20px;
  }
  .hero-copy-content-left-copy-copy-copy.brand-page {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .hero-copy-content-left-copy-copy-copy-copy {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: 20px;
    display: flex;
  }
  .f-h3-heading-copy-copy-copy-copy {
    text-align: left;
    line-height: 100%;
  }
  .hero-copy-content-left-copy-copy-copy-copy {
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: 20px;
  }
  .hero-copy-content-left-copy-copy-copy-copy.brand-page {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .f-h3-heading-copy-copy-copy-copy-copy,
  .f-h3-heading-copy-copy-copy {
    text-align: left;
    line-height: 100%;
  }
  .hero-copy-content-left-copy-copy-copy-2 {
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: 20px;
  }
  .f-h3-heading-copy-2 {
    text-align: left;
    line-height: 100%;
  }
  .page-section-spacing-copy {
    width: 100%;
  }
  .organizer-email-preferences-form-block {
    margin-bottom: 0;
  }
  .profile-given-name-text {
    font-size: 24px;
  }
  .create-event-description-text-copy {
    font-weight: 400;
  }
  .storefront-product-grid-section-spacing {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }
  .padding-global-16 {
    padding-left: 0%;
    padding-right: 0%;
  }
  .storefront-product-grid-section {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    display: flex;
  }
  .storefront-product-link {
    text-align: left;
    text-decoration: none;
  }
  .product1_heading-wrapper-copy {
    display: block;
  }
  .email-widget-field-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }
  .profile-tab-icon-wrapper {
    width: 20px;
    height: 20px;
  }
  .profile-tab-link {
    padding-bottom: 8px;
  }
  .organizer-background-image {
    width: 100%;
    max-width: none;
    height: 100%;
  }
  .profile-overall-content-container.athlete {
    margin-top: 40px;
  }
  .more-info-product-grid {
    grid-row-gap: 1.7rem;
  }
  .handoff-results-strava-icon {
    display: block;
  }
  .results-time-handoff-link {
    width: auto;
  }
  .div-block-721 {
    width: 100%;
  }
  .div-block-722 {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }
  .registration-quick-info-text-copy-3.semibold.event-page {
    color: #000;
  }
  .group-card-title-link-2 {
    justify-content: flex-start;
    align-items: center;
  }
  .event-page-group-wrapper {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .div-block-733 {
    justify-content: center;
    align-items: center;
    width: 20%;
    display: flex;
  }
  .athlete-profile-results-row-header {
    background-color: #d9d9d9;
    display: flex;
  }
  .text-block-79 {
    width: 250px;
  }
  .athlete-profile-results-header-left {
    align-items: center;
    padding: 16px 10px 16px 36px;
    display: flex;
  }
  .text-block-80 {
    text-align: center;
    width: 125px;
  }
  .div-block-735 {
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .div-block-734-copy {
    align-items: center;
    padding: 16px 26px 16px 10px;
    display: flex;
  }
  .div-block-736 {
    width: 100%;
  }
  .athlete-profile-results-right-header-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .highlight {
    opacity: 0.07;
    background-color: silver;
  }
  .div-block-744 {
    width: 100%;
  }
  .subtotal-row,
  .promo-box {
    margin-top: 10px;
  }
  .button-26.achievement-card.unlisted {
    background-color: #fff;
    background-image: linear-gradient(270deg, rgba(238, 106, 111, 0.2), rgba(162, 89, 255, 0.3019607843) 50%, rgba(75, 151, 250, 0.3019607843));
    border: 1px #fff;
  }
  .value-prop-hero-heading-copy {
    font-size: 36px;
  }
  .div-block-758 {
    width: 80%;
  }
  .container-large-27 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
  .crm-filter-bar-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }
  .crm-search-bar {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }
  .race-day-check-in-confirmation-modal-spacing-copy {
    width: 35%;
    left: 32.5vw;
  }
  .div-block-776 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    display: flex;
  }
  .link-block-46 {
    text-decoration: none;
  }
  .div-block-778 {
    width: 102%;
  }
  .event-and-series-checkbox-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    display: flex;
  }
  .race-day-check-in-confirmation-modal-spacing-copy-copy {
    width: 35%;
    left: 32.5vw;
  }
  .form-progress-bar-base-one-section {
    grid-auto-columns: 1fr;
  }
  .text-block-97 {
    word-break: normal;
  }
  .text-block-97.organizer-page {
    white-space: nowrap;
  }
  .create-event-content-wrapper-copy-2 {
    margin-top: 16px;
  }
  .create-event-description-text-copy-2 {
    font-weight: 400;
  }
  .event-creation-next-button-text-not-ready-3-copy-2.not-ready.organizer-page {
    white-space: nowrap;
  }
  .div-block-786 {
    width: 100%;
  }
  .button-29.achievement-card.unlisted {
    background-color: #fff;
    background-image: linear-gradient(270deg, rgba(238, 106, 111, 0.2), rgba(162, 89, 255, 0.3019607843) 50%, rgba(75, 151, 250, 0.3019607843));
    border: 1px #fff;
  }
  .text-block-24-copy {
    font-weight: 600;
  }
  .share-icon-link-wrapper {
    display: flex;
  }
}
@media screen and (max-width: 991px) {
  .container {
    width: 90%;
  }
  .container.margin-l {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .section {
    padding-left: 0;
    padding-right: 0;
  }
  .cohort-section {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
  .cohort-section-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .h2---space-mono {
    text-align: left;
    align-self: flex-start;
    font-size: 35px;
  }
  .h2---space-mono.verified-athlete {
    align-self: center;
  }
  .h2---space-mono.cohort {
    align-self: center;
    margin-top: 0;
    padding-bottom: 0;
    font-size: 35px;
  }
  .h2---space-mono.normal-user {
    align-self: center;
  }
  .h2---space-mono.home-hero-2 {
    align-self: center;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .h2---space-mono.achievement-page-header {
    word-break: keep-all;
    overflow-wrap: anywhere;
    width: 320px;
  }
  .cohort-pfp-column-1,
  .cohort-pfp-column-2 {
    flex-direction: column;
    align-items: center;
    display: none;
  }
  .home-hero {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    width: auto;
    max-height: 1477.44vh;
    padding: 0 0 60px;
  }
  .h1---space-mono.hero {
    letter-spacing: normal;
    font-size: 45px;
  }
  .h1---space-mono.about-page {
    font-size: 40px;
  }
  .h1---space-mono.create-page {
    font-size: 30px;
  }
  .hero-content {
    padding-left: 0;
    padding-right: 0;
  }
  .hero-content.feature {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
  .button.achievement-card.unlisted.hero {
    text-align: center;
    align-items: flex-start;
  }
  .button.achievement-card.unlisted.event-purchase-button.event-header-interim.donate.donation-page {
    background-image: linear-gradient(151deg, var(--flowui-component-library-grey-300), rgba(75, 151, 250, 0.4588235294) 43%, rgba(162, 89, 255, 0.4588235294) 91%), linear-gradient(to bottom, #fff, #fff);
  }
  .button.achievement-card.unlisted.event-purchase-button.event-header-interim.donate.donation-page.athlete {
    background-color: var(--white);
  }
  .button.achievement-card.unlisted.event-purchase-button.event-header-interim.donate.donation-page.athlete.row,
  .button.achievement-card.unlisted.event-purchase-button.event-header-interim.donate.donation-page.athlete.donate-button {
    display: block;
  }
  .button.achievement-card.unlisted.event-purchase-button.event-header-interim.results.event-management {
    order: -5;
  }
  .button.achievement-card.unlisted.event-purchase-button.event-header-interim.results.event-management._9-10-24-update {
    order: 0;
  }
  .button.achievement-card.unlisted.event-purchase-button.event-header-interim.navigation {
    order: 0;
    width: 30%;
  }
  .button.cta.feature {
    max-height: none;
    margin-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }
  .button.cta.inspire {
    width: 300px;
  }
  .button.cta.example-event {
    max-height: none;
    margin-top: 10px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .button-text {
    align-self: center;
  }
  .button-text.navbar-content {
    justify-content: flex-end;
  }
  .button-text.navbar-content.cta {
    justify-content: center;
    align-items: center;
  }
  .inpiration-cards {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
  .athlete-about-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .athlete-about-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  .athlete-about-content.verified-athlete {
    padding-left: 0;
    padding-right: 0;
  }
  .achievement-title {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section-title {
    padding-top: 0;
  }
  .columns {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: center;
  }
  .base-body---open-sans {
    text-align: left;
    align-self: center;
    font-weight: 400;
  }
  .base-body---open-sans.athlete-profile-page {
    text-align: left;
    align-self: center;
    max-width: 400px;
    padding-left: 0;
    padding-right: 0;
  }
  .base-body---open-sans.right-side {
    align-self: flex-end;
  }
  .base-body---open-sans.intro {
    align-self: flex-start;
  }
  .base-body---open-sans.verified-athlete,
  .base-body---open-sans.onboarding {
    align-self: center;
  }
  .base-body---open-sans.semi-bold {
    align-self: flex-start;
  }
  .base-body---open-sans.footer {
    align-self: flex-start;
    max-width: 300px;
  }
  .base-body---open-sans.footer.copyright {
    max-width: 100%;
  }
  .base-body---open-sans.inspire {
    text-align: left;
    align-self: center;
  }
  .base-body---open-sans.confirm-mint-auction {
    align-self: center;
    max-width: 90%;
    padding-top: 20px;
  }
  .base-body---open-sans.participant-details-sub-text,
  .base-body---open-sans.who-is-registering-header,
  .base-body---open-sans.who-is-registering-header-copy {
    align-self: center;
  }
  .achievement-card-feed-spacing {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }
  .achievement-card-alignment {
    padding-top: 0;
    padding-bottom: 0;
  }
  .achievment-info-frame-top {
    padding-top: 10px;
  }
  .card-grid {
    flex-direction: column;
    align-items: center;
  }
  .see-more-button.feature {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-self: center;
  }
  .athlete-profile-banner {
    background-image: linear-gradient(rgba(0, 0, 0, 0) 28%, #fff);
  }
  .hero-image {
    object-fit: cover;
    object-position: 50% 100%;
    background-image: none;
    order: -1;
    min-width: 100vw;
    height: 50vh;
  }
  .hero-content-cta-button {
    align-self: center;
  }
  .achievement-card-feed-padding {
    margin-top: 0;
    padding-top: 30px;
  }
  .achievement-card-feed-padding.athlete-profile-page,
  .achievement-card-feed-padding.achievement-page {
    padding-top: 20px;
  }
  .h3---space-mono.about-page {
    align-self: flex-start;
    align-items: center;
  }
  .h3---space-mono.feature {
    padding-left: 0;
  }
  .h3---space-mono.inspo {
    align-self: center;
    padding-left: 0;
  }
  .athlete-about-gradient {
    background-image: linear-gradient(to top, var(--white), transparent);
  }
  .amity-hero {
    object-fit: cover;
    object-position: 50% 45%;
    min-width: 100vw;
    max-height: 50vh;
  }
  .landing-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .column-2 {
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
  }
  .icons-2 {
    justify-content: center;
  }
  .navbar-logged-in-create {
    max-height: 60px;
    padding-right: 0;
    inset: 0% 0% auto;
  }
  .navbarcontainer.update-5-28,
  .navbarcontainer.update-9-10-24 {
    justify-content: space-between;
  }
  .navbar-link {
    background-color: var(--white);
    flex: 0 auto;
    justify-content: flex-start;
    align-self: flex-start;
    overflow: visible;
  }
  .navbar-link._5-28-update {
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
  }
  .navbar-link._5-28-update.dropdown {
    order: -4;
    justify-content: center;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .navbar-link._5-28-update.event-management-link {
    order: -4;
  }
  .navbar-link._9-10-24-update {
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
  }
  .navbar-link._9-10-24-update.dropdown {
    order: -4;
    justify-content: center;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .navbar-link._9-10-24-update.event-management-link {
    order: -4;
  }
  .menu-button {
    background-color: rgba(0, 0, 0, 0);
  }
  .menu-button.w--open {
    background-color: var(--black);
  }
  .icon {
    background-color: var(--black);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
  }
  .body-gradient {
    background-image: linear-gradient(135deg, rgba(238, 0, 255, 0), rgba(241, 93, 77, 0.1215686275) 32%, rgba(231, 160, 240, 0.2) 64%, rgba(36, 180, 238, 0.231372549));
  }
  .navbar-menu-logged-in {
    max-width: unset;
    background-color: rgba(255, 255, 255, 0.9019607843);
    margin-right: 20px;
  }
  .navbar-menu-logged-in._5-28-update {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    position: static;
  }
  .navbar-loggen-in-no-create {
    padding-right: 0;
    inset: 0% 0% auto;
  }
  .form-block.interest {
    max-width: 100%;
  }
  .onboarding-button-wrapper {
    width: 30vw;
  }
  .submit-button.button-text.get-post.gradient.confirm-mint-auction,
  .submit-button.button-text.get-post.grey.confirm-mint-auction {
    max-width: 300px;
  }
  .cell {
    justify-content: center;
  }
  .quick-stack {
    padding-left: 0;
  }
  .text-block.sale-price {
    margin-bottom: 0;
  }
  .interests-cell {
    justify-content: center;
  }
  .grid-footer-v1---5-column {
    grid-row-gap: 10px;
    grid-template-rows: repeat(auto-fit, minmax(109px, 3.5fr)) minmax(0, 5fr);
    grid-template-columns: 1fr 1fr 1fr;
  }
  .footer-logo {
    max-width: 100%;
  }
  .footer-top {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .grid-footer-v1---2-columns.grid-center {
    grid-template-columns: 0.6fr;
  }
  .footer-list-wrapper {
    text-align: left;
    flex-direction: column;
    flex: 1;
    justify-content: flex-start;
    align-self: auto;
    display: flex;
  }
  .footer-logo-wrapper {
    max-width: 200px;
  }
  .footer-bottom {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .footer-left-side {
    padding-right: 197px;
  }
  .feature {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    object-fit: fill;
    flex-direction: column;
    width: auto;
    max-height: 1477.44vh;
    padding: 0 0 60px;
  }
  .cohort {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    width: auto;
    max-height: 1477.44vh;
    padding: 0 0 60px;
  }
  .hero-content-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
  .hero-content-wrapper.feature {
    padding-top: 60px;
  }
  .chas-hero {
    object-fit: cover;
    object-position: 50% 20%;
    min-width: 100%;
    height: 100%;
  }
  .athletes-banner {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: center;
    align-items: center;
    min-height: 175px;
  }
  .cohort-pfp-columns-mobile {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
  }
  .hero-no-image {
    padding-bottom: 10px;
  }
  .small-container {
    border-radius: 0;
    padding: 0 40px;
  }
  .columns-66 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: row;
    align-items: center;
  }
  .content-about-2 {
    align-self: center;
  }
  .features-copy-wrapper {
    align-self: flex-start;
    padding-left: 40px;
    padding-right: 40px;
  }
  .movemint-explained-globe {
    max-height: 100%;
  }
  .athlete-signup-request {
    padding-left: 0;
    padding-right: 0;
  }
  .about-cta {
    padding-top: 60px;
    padding-bottom: 10px;
  }
  .inspo-header {
    align-items: center;
  }
  .html-embed-2 {
    display: block;
  }
  .html-embed-2-mobile {
    align-self: center;
    display: none;
  }
  .toc-section {
    padding-left: 0;
    padding-right: 0;
  }
  .internationalization-dropdown-wrapper {
    justify-content: center;
    align-self: flex-start;
  }
  .dropdown-toggle {
    padding-left: 0;
    display: flex;
  }
  .home-hero-2 {
    flex-direction: column;
    width: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .hero-image-2 {
    object-fit: cover;
    object-position: 50% 100%;
    background-image: none;
    order: -1;
    width: 100vw;
    min-width: 100vw;
    max-width: 100vw;
    height: 50vh;
  }
  .hero-image-2.strava-map {
    height: auto;
  }
  .hero-2-content {
    padding-left: 0;
    padding-right: 0;
  }
  .hero-2-content.hero-copy {
    align-items: center;
    padding-right: 0;
  }
  .movemint-globe-wrapper-1,
  .movemint-globe-wrapper-2 {
    align-self: center;
    height: auto;
    max-height: 10%;
  }
  .content-about-1 {
    align-self: center;
  }
  .movemint-explained-globe-2 {
    max-height: 100%;
  }
  .buy-now-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  .create-account-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .create-account-content-wrapper {
    justify-content: center;
    align-items: flex-start;
    min-width: 50vw;
    min-height: 100vh;
    padding-left: 20px;
    padding-right: 15px;
  }
  .create-account-content-wrapper.submit-effort {
    min-width: auto;
    min-height: auto;
  }
  .html-embed-create-account-page {
    width: 100%;
    display: block;
  }
  .activity-search-bar.twilight-5000-2024 {
    width: 100%;
  }
  .search-bar-spacing {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }
  .activity-search-bar-alignment {
    padding-top: 0;
    padding-bottom: 0;
  }
  .search.components.results.twilight-5000-2024,
  .search.components.results.twilight-5000-2024-copy {
    width: 100%;
  }
  .search.crm {
    width: 250px;
    min-width: auto;
  }
  .achievement-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  .individual-achievement-frame {
    background-image: linear-gradient(rgba(0, 0, 0, 0) 28%, #fff);
  }
  .individual-achievement-frame.achievement-page {
    background-image: none;
    justify-content: flex-end;
  }
  .achievement-page-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .acheievement-page-info-wrapper {
    padding-right: 30px;
  }
  .athlete-avatar-wrapper-card-desktop.auction-information-achievement-page-desktop {
    display: flex;
  }
  .hillary-hero {
    object-fit: cover;
    object-position: 50% 70%;
    min-width: 100vw;
    max-height: 50vh;
  }
  .hillary-hero.brand-page,
  .hillary-hero.timer-page-2-copy {
    object-position: 50% 25%;
  }
  .container-2 {
    max-width: 728px;
  }
  .hero-wrapper {
    margin-bottom: auto;
  }
  .hero-split {
    max-width: 100%;
    height: 100%;
    margin-bottom: auto;
  }
  .heading.h2---space-mono.event-admin-interim-header {
    max-width: 300px;
  }
  .list-item.sub-event-list-item.show-existing-variant.register-interim._1-2.reg-1-3.sub-event-list {
    min-width: auto;
  }
  .list-item.sub-event-list-item.show-existing-variant.register-interim._1-2.reg-1-3.race-day-list {
    flex-flow: row;
    padding-left: 16px;
  }
  .list-item.sub-event-list-item.show-existing-variant.register-interim._1-2.reg-1-3 {
    flex-flow: column;
  }
  .sub-event-price {
    margin-right: 10px;
  }
  .course-map-spacing {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }
  .course-map-alignment {
    padding-top: 0;
    padding-bottom: 0;
  }
  .course-map-info-frame-top {
    padding-top: 10px;
  }
  .athlete-about-gradient-2 {
    background-image: linear-gradient(to top, #fff 2%, rgba(0, 0, 0, 0) 65%);
  }
  .field-wrap.date-of-birth.create-event.sub-event-creation {
    width: 100%;
  }
  .field-wrap.date-of-birth.create-event.sub-event-creation.pricing {
    width: 50%;
  }
  .date-field.date-of-birth.emailer,
  .date-field.date-of-birth.emailer-copy,
  .date-field.date-of-birth.create-event-field,
  .date-field.event-date.emailer,
  .date-field.event-date.date-picker {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .participant-details-row {
    flex-flow: row;
  }
  .participant-detail-field-name._1-2.header {
    margin-left: 0;
    margin-right: 0;
  }
  .navbar-logged-in-with-events {
    max-height: 60px;
    padding-right: 0;
    inset: 0% 0% auto;
  }
  .hero-split-2 {
    max-width: 100%;
  }
  .container-7 {
    max-width: 728px;
  }
  .hero-wrapper-two {
    margin: 30px;
  }
  .container-8 {
    max-width: 728px;
  }
  .who-is-registering-wrapper._1-2 {
    width: 100%;
  }
  .course-map-home-page-wrapper {
    max-width: 728px;
  }
  .course-map-data {
    padding-top: 0;
    padding-bottom: 0;
  }
  .event-category-list {
    flex-flow: column;
    display: flex;
  }
  .container-9 {
    max-width: 728px;
  }
  .pricing-grid {
    grid-column-gap: 30px;
  }
  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }
  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 40px;
  }
  .container-10 {
    max-width: 728px;
  }
  .hero-wrapper-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }
  .hero-split-4 {
    max-width: 100%;
    margin-bottom: 40px;
  }
  .container-11 {
    max-width: 728px;
  }
  .footer-wrapper-two {
    flex-wrap: wrap;
  }
  .dropdown-list-3.w--open {
    position: absolute;
    inset: 0% 0% auto auto;
  }
  .dropdown-list-3.update-5-28-24.w--open {
    inset: 0% 0% 0% auto;
  }
  .dropdown-list-3._5-28-update {
    position: absolute;
  }
  .container-12 {
    max-width: 728px;
  }
  .about-product-2 {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }
  .about-product-3 {
    flex-direction: column;
  }
  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .event-banner-image {
    object-fit: cover;
    object-position: 50% 30%;
    min-width: 100vw;
    max-height: 50vh;
  }
  .event-banner-container {
    object-fit: cover;
    object-position: 50% 100%;
    background-image: none;
    order: -1;
    width: 100vw;
    min-width: 100vw;
    max-width: 100vw;
    height: 50vh;
  }
  .event-details-hero-copy {
    max-width: 100%;
    margin-bottom: 40px;
  }
  .event-detail-interim-banner.button-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    width: 100%;
    max-width: 300px;
    margin-left: 0;
    margin-right: 0;
  }
  .button-text-copy {
    align-self: center;
  }
  .hero-split-event-admin {
    margin-bottom: 40px;
  }
  .cta-button-teriary.achievement-card.unlisted.event-purchase-button.event-header-interim.sold-out.back-to-event {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .tabs-menu-menu {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .event-tolls-and-settings-top-container {
    max-width: 728px;
  }
  .event-social-container.donation-page,
  .event-social-container.series-page,
  .event-social-container.series-page {
    justify-content: flex-start;
  }
  .virtual-event-leaderboard-container {
    display: block;
  }
  .event-detail-body {
    overflow: visible;
  }
  .event-detail-content {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .event-detail-content.landing-page-mode {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 40px;
    margin-left: 140px;
    margin-right: 140px;
    display: flex;
  }
  .event-detail-banner-gradient {
    background-image: linear-gradient(to top, #fff 2%, rgba(0, 0, 0, 0) 65%);
    height: 150px;
  }
  .table-bottom {
    grid-row-gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .table-all-page-wrap {
    margin-right: auto;
  }
  .table-info-wrapper {
    grid-row-gap: 14px;
    text-align: center;
    flex-direction: column;
  }
  .virtual-event-leaderboard-table-heading-detail {
    padding-right: 5px;
  }
  .table-full-wrapper {
    overflow: scroll;
  }
  .virtual-event-overall-wrapper {
    min-width: 0;
    overflow: scroll;
  }
  .virtual-event-leaderboard-table-row-grid-cumulative-body {
    grid-template-columns: 0.3fr 2.45fr 1fr;
    grid-template-areas: "Area";
    place-items: center stretch;
  }
  .virtual-event-leaderboard-table-heading-detail-cumulative {
    text-align: right;
    padding-right: 10px;
  }
  .virtual-event-grid-time-continer-cumulative {
    text-align: right;
    padding-right: 20px;
  }
  .virtual-event-leaderboard-table-row-grid-cumulative-top-fields-cumulative {
    grid-template-columns: 0.3fr 2.45fr 1fr;
    grid-template-areas: "Area Area-2 Area-3";
    place-items: center stretch;
  }
  .virtual-event-leaderboard-table-row-grid-top {
    place-items: center stretch;
  }
  .virtual-event-overall-wrapper-cumulative {
    overflow: hidden;
  }
  .virtual-leaderboard-table-filter-wrapper-cumulative.twilight-5000-2024,
  .virtual-leaderboard-table-filter-wrapper-cumulative.series {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }
  .virtual-leaderboard-table-filter-wrapper-cumulative.series {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    max-width: none;
  }
  .virtual-events-leaderboard-table-card-cumulative {
    width: 100%;
    min-width: auto;
  }
  .virtual-events-leaderboard-table-card-admin {
    width: 1040px;
  }
  .virtual-event-leaderboard-table-row-grid-admin-top {
    grid-template-columns: 25% 25% 25% 25%;
    grid-template-areas: "Area";
    place-items: center stretch;
  }
  .virtual-event-leaderboard-table-row-grid-admin {
    grid-template-areas: "Area";
    place-items: center stretch;
  }
  .virtual-event-results-admin-body {
    display: flex;
  }
  .virtual-event-overall-wrapper-public-facing {
    overflow: scroll;
  }
  .leaderboard-h1 {
    word-break: normal;
    padding-left: 20px;
    padding-right: 20px;
  }
  .event-card-container {
    max-width: 100%;
    margin-top: 0;
    display: block;
  }
  .event-card-title-text {
    font-size: 14px;
  }
  .hero-container-event-card-left {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }
  .hero-container-event-card-left.about-us {
    display: flex;
  }
  .event-card-link-container {
    order: -1;
    width: auto;
    max-width: none;
  }
  .event-signup-list-container {
    display: block;
  }
  .event-card-info-section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }
  .event-card-location-text,
  .event-card-date-text {
    font-size: 12px;
  }
  .t-cta-icon.icon-yellow,
  .t-cta-icon.icon-red,
  .t-cta-icon.icon-blue,
  .t-cta-icon.icon-orange {
    align-self: center;
  }
  .t-grid-three-column {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }
  .t-cta-card {
    flex-flow: row;
    padding-bottom: 24px;
    text-decoration: none;
  }
  .event-card-link-container-featured-carousel {
    width: auto;
  }
  .hero-container-event-card-right {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }
  .hero-container-event-card-right.top.grid {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  .learn-more-button-wrapper {
    justify-content: center;
    align-items: center;
  }
  .link-cta-block {
    text-decoration: none;
  }
  .hero-copy-content-left {
    width: 100%;
  }
  .hero-copy-content-left.brand-page {
    order: -1;
    width: auto;
  }
  .hero-copy-content-right {
    width: 100%;
  }
  .hero-copy-content-right.brand-page {
    order: -1;
  }
  .hero-section-rounded-3 {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .gallery-tab-link {
    background-color: rgba(0, 0, 0, 0);
    margin-right: 20px;
    padding: 8px 20px;
    font-size: 16px;
    line-height: 18px;
  }
  .gallery-tab-link.w--current {
    margin-right: 10px;
  }
  .tabs-menu-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
  }
  .event-sign-ups-wrapper {
    overflow: scroll;
  }
  .event-sign-up-table-row-grid-top {
    grid-template-areas: "Area";
    place-items: center stretch;
  }
  .event-sign-up-table-row-grid {
    place-items: center stretch;
  }
  .event-detail-button-div {
    width: 100%;
    margin-top: 15px;
  }
  .sign-ups-table-card {
    width: 100%;
  }
  .event-detail-subheader {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .event-detail-tab-text {
    text-align: center;
  }
  .event-activit-list.donation-page {
    grid-column-gap: 40px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }
  .event-detail-tab-link-2 {
    justify-content: center;
    align-items: flex-start;
    font-size: 16px;
    line-height: 18px;
  }
  .event-detail-tab-link-2.w--current {
    justify-content: center;
    align-items: flex-start;
  }
  .event-detail-tabs-menu-2 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: grid;
  }
  .tabs-menu-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
  }
  .button-6.achievement-card.unlisted.event-purchase-button.event-header-interim.donate.reg-1-3 {
    align-self: flex-start;
  }
  .button-6.achievement-card.unlisted.event-purchase-button.event-header-interim.reg-1-3 {
    order: -1;
    align-self: flex-start;
  }
  .virtual-event-leaderboard-container-2 {
    display: block;
  }
  .youtube-3 {
    border-radius: 20px;
  }
  .video-wrapper-3 {
    border-width: 20px;
  }
  .sign-ups-content-wrapper {
    display: block;
  }
  .course-map-example-wrapper {
    height: auto;
  }
  .hero-image-rounded {
    object-position: 50% 100%;
    order: -1;
    width: auto;
    height: 10%;
    max-height: 400px;
    overflow: hidden;
  }
  .movemint-hero-square {
    object-fit: fill;
  }
  .hero-section-rounded-top {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .event-card-hero-wrapper {
    order: -1;
    width: 100%;
  }
  .event-card-hero-wrapper.registration-page {
    width: 100%;
  }
  .dashboard-button-wrapper {
    display: none;
  }
  .dashboard-nav-menu {
    background-color: #fff;
    flex-direction: column;
    align-items: flex-start;
    width: 320px;
    height: auto;
    padding: 80px 32px 32px;
    display: flex;
    box-shadow: 25px 25px 64px -14px rgba(77, 77, 77, 0.1490196078);
  }
  .dashboard-content {
    flex-direction: column;
  }
  .dashboard-navbar {
    justify-content: flex-start;
    align-items: flex-end;
    min-width: auto;
    display: flex;
    position: absolute;
    inset: auto 0% auto auto;
  }
  .dashboard {
    position: relative;
  }
  .dashboard-column {
    width: 100%;
    min-width: auto;
    max-height: none;
    overflow: visible;
  }
  .dashboard-menu-button {
    background-color: #1a1a1a;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    padding: 28px;
    display: flex;
  }
  .dashboard-menu-button.w--open {
    z-index: 99;
    background-color: #000;
    width: 80px;
    height: 80px;
  }
  .dashboard-user {
    display: none;
  }
  .dashboard-menu-icon {
    color: #fff;
  }
  .dashboard-title {
    text-align: left;
  }
  .dashboard-progress-wrapper.donation-page {
    display: none;
  }
  .dashboard-progress-wrapper.donation-page.body {
    width: 100%;
    display: flex;
  }
  .dashboard-header {
    height: 80px;
  }
  .dashboard-account {
    text-align: left;
  }
  .list-wrapper-overflow.series {
    max-width: none;
  }
  .list-body-spacing {
    width: 100%;
  }
  .participant-form-container._1-2 {
    background-color: rgba(255, 255, 255, 0.631372549);
  }
  .registration-tab-1-2,
  .i-ll-donate-tab-1-2,
  .don-t-donate-tab-1-2 {
    font-size: 16px;
    line-height: 18px;
  }
  .registration-form-1-2 {
    width: 100%;
  }
  .registration-1-2-form-block {
    align-self: center;
    width: 96%;
  }
  .merch-list-wrapper {
    flex-flow: row;
  }
  .checkout-50-50 {
    flex-flow: column;
  }
  .registration-event-info-card-wrapper {
    align-self: center;
    width: 45%;
    margin-left: 0;
    position: relative;
    top: auto;
  }
  .registration-page-top-left-content-wrapper {
    position: relative;
  }
  .registration-event-info-left-side {
    width: 100%;
  }
  .merch-dropdown-wrapper {
    margin-top: 10px;
  }
  .account-top-wrapper {
    flex-flow: column;
    align-items: flex-start;
  }
  .dashboard-wrapper-2 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .step-content-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }
  .multi-step-submit-button {
    display: flex;
  }
  .step-banner-content {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }
  .step-form-grid {
    grid-template-columns: 1fr;
  }
  .step-content {
    max-width: none;
  }
  .step-breadcrumbs {
    margin-left: auto;
    margin-right: auto;
  }
  .button-primary-small {
    display: flex;
  }
  .slide-grid-wrapper {
    flex-direction: column-reverse;
    display: flex;
  }
  .step-banner {
    align-items: center;
    padding-left: 5%;
    padding-right: 5%;
  }
  .next-button-slide {
    display: flex;
  }
  .welcome-account-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }
  .welcome-to-movemint-hero-image {
    object-fit: cover;
    order: -1;
    max-width: none;
    height: 40vh;
    margin-left: auto;
    margin-right: auto;
  }
  .welcome-to-movemint-hero-image.hero-image-fit-25 {
    object-position: 50% 25%;
  }
  .welcome-to-movemint-content-wrapper {
    min-height: 100%;
  }
  .welcome-to-movemint-content-alignment {
    justify-content: flex-start;
    align-items: center;
    min-width: 50vw;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 15px;
  }
  .welcome-to-movemint-content {
    width: auto;
  }
  .onboarding-1-1-button-wrapper {
    width: 30vw;
  }
  .photo-attribuion-text {
    font-size: 10px;
  }
  .brand-hero-text-wrapper {
    top: 25%;
  }
  .image-67 {
    padding-right: 22px;
  }
  .brand-events-all-container {
    margin-left: 0;
    margin-right: 0;
  }
  .brand-event-row {
    flex-flow: column;
    margin: 0 10px;
  }
  .brand-event-grid {
    margin-bottom: 10px;
  }
  .profile-event-row {
    flex-flow: row;
    display: flex;
  }
  .welcome-to-movemint-hero-image-wrapper {
    order: -1;
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .brand-community-hero {
    object-fit: cover;
    object-position: 50% 20%;
    min-width: 100vw;
    max-height: 50vh;
  }
  .event-card-hero-slider-mask {
    margin-left: -10px;
    margin-right: -10px;
  }
  .event-card-hero-slider {
    order: -1;
    width: 100%;
  }
  .event-card-hero-slider.athlete-name-virtual-event-grid-copy {
    height: auto;
  }
  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .recent-payouts-card-top-content-wrapper {
    flex-wrap: wrap;
  }
  .sidebar2_component {
    border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
    border-right-style: none;
    width: auto;
    min-width: auto;
    height: auto;
    min-height: 4.5rem;
    padding: 0 2rem;
  }
  .menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -0.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }
  .menu-icon.is-left {
    margin-left: -0.5rem;
    margin-right: 0;
  }
  .sidebar2_menu {
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    max-width: 19.5rem;
    height: 100dvh;
  }
  .menu-icon_line-middle {
    background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }
  .menu-icon_line-bottom {
    background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }
  .sidebar2_dropdown-list {
    position: static;
    overflow: hidden;
  }
  .sidebar2_dropdown-list.w--open {
    position: absolute;
  }
  .sidebar2_logo-wrapper-tablet {
    justify-content: space-between;
    align-items: center;
    min-height: 4.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: flex;
  }
  .sidebar2_menu-bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
  .sidebar2_dropdown-toggle {
    align-items: center;
    display: flex;
  }
  .sidebar2_menu-wrapper {
    background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
    text-align: left;
    height: 100dvh;
    padding-top: 0;
    padding-bottom: 1.5rem;
    overflow: auto;
  }
  .sidebar2_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }
  .sidebar2_link {
    width: auto;
  }
  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }
  .menu-icon_line-top {
    background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }
  .sidebar2_container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .event-admin-dashboard-button {
    width: auto;
  }
  .brand-about-hero {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .movemint-hero-full {
    object-position: 50% 50%;
  }
  .hero-image-rounded-full {
    object-position: 50% 100%;
    order: -1;
    width: auto;
    height: 10%;
    max-height: 400px;
    overflow: hidden;
  }
  .about-us-full-hero-section {
    padding-left: 40px;
    padding-right: 40px;
  }
  .div-block-353.race-pace-landing {
    width: 50%;
    bottom: 25%;
  }
  .about-us-content-wrapper {
    flex-flow: column;
  }
  .about-us-profile-wrapper {
    justify-content: flex-start;
    align-items: center;
  }
  .about-us-team-circle {
    object-position: 50% 100%;
    background-image: linear-gradient(314deg, rgba(238, 144, 144, 0.5019607843), rgba(145, 162, 255, 0.5019607843) 59%, rgba(251, 233, 185, 0.8));
    order: -1;
  }
  .about-us-text-wrapper {
    max-width: none;
  }
  .about-us-team-container {
    max-width: 728px;
  }
  .volunteer-signup-field-name._1-2.header,
  .volunteer-signup-info-text._1-2.header {
    margin-left: 0;
    margin-right: 0;
  }
  .volunteer-registration-form-block {
    align-self: center;
    width: 96%;
  }
  .merch-dropdown-2._1-2 {
    width: 87%;
    margin-left: auto;
    margin-right: auto;
  }
  .date-field-2.date-of-birth.emailer,
  .date-field-2.event-date.date-picker,
  .date-field-2.event-date.custom-name,
  .date-field-2.create-event.date-picker,
  .date-field-2.create-event.custom-name {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .radio3_component {
    grid-template-columns: 1fr;
  }
  .volunteer-card {
    height: 100%;
  }
  .volunteer-signup-location {
    text-transform: none;
    text-decoration: none;
  }
  .volunteer-card-row {
    flex-flow: column;
  }
  .volunteer-info-card-row-formatting.price-increase,
  .volunteer-info-card-row-formatting.series-card,
  .volunteer-info-card-row-formatting.series-card {
    border-radius: 8px;
  }
  .event-management-section-wrapper {
    margin-bottom: 16px;
  }
  .virtual-event-overall-wrapper-public-facing-2 {
    overflow: scroll;
  }
  .event-card-text-only {
    padding: 8px;
  }
  .event-management-card-grid {
    flex-flow: row;
    grid-auto-columns: 1fr;
    display: grid;
  }
  .event-mangement-card-title-text {
    font-size: 16px;
  }
  .dropdown1_dropdown-list {
    overflow: hidden;
  }
  .dropdown1_toggle {
    align-items: center;
    display: flex;
  }
  .event-creation-buttons.two-buttons.shopping.in-cart {
    justify-content: space-around;
  }
  .event-management-filter-dropdown-wrapper.twilight-5000-2024 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }
  .event-card-info-wrapper {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  .event-card-row-formatting {
    width: 100%;
  }
  .menu-icon2_line-bottom {
    background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }
  .navbar-dropdown-list {
    position: static;
    overflow: hidden;
  }
  .navbar-dropdown-list.w--open {
    box-shadow: none;
    border-style: none;
    padding: 0;
    position: static;
  }
  .menu-icon2_line-top {
    background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }
  .navbar14_link {
    padding: 0.75rem 0;
    font-size: 1.125rem;
  }
  .dropdown-chevron {
    inset: auto 0% auto auto;
  }
  .navbar14_dropdown-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 0.75rem 2rem 0.75rem 0;
    display: flex;
  }
  .menu-icon2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -0.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }
  .navbar14_dropdown-link {
    text-align: center;
    width: auto;
    padding: 0.75rem 0;
    font-size: 16px;
  }
  .navbar14_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    font-size: 1.125rem;
    display: flex;
  }
  .navbar-menu-link-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #fff;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    flex-direction: column;
    padding: 60px 16px 16px;
  }
  .navbar14_component {
    background-color: #fff;
    width: 100%;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-mobile-menu-button {
    padding: 0;
  }
  .navbar-mobile-menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }
  .menu-icon2_line-middle {
    background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }
  .navbar14_button-wrapper {
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: stretch;
    margin-top: 1rem;
    margin-left: 0;
  }
  .navbar-menu {
    -webkit-text-fill-color: inherit;
    background-color: rgba(0, 0, 0, 0);
    background-clip: border-box;
    width: 100%;
    position: absolute;
    inset: 0% 0 0% auto;
  }
  .list-text-content-city-header {
    width: 180px;
  }
  .list-text-content-city {
    width: 180px;
    line-height: 120%;
  }
  .list-text-content-team {
    line-height: 120%;
  }
  .transfer-race-athlete-card-wrapper {
    margin-top: 0;
  }
  .product-header1_component {
    padding-bottom: 2.5rem;
  }
  .product-header1_layout {
    grid-column-gap: 5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }
  .padding-global {
    margin-left: 40px;
    margin-right: 40px;
  }
  .text-align-center {
    margin-top: 16px;
  }
  .product-header3_layout {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    min-height: auto;
  }
  .product-header3_component {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-bottom: 0;
  }
  .transfer-registration-button-text-athlete-card {
    line-height: 120%;
  }
  .registration-text-sub-header._1-2.header {
    margin-left: 0;
    margin-right: 0;
  }
  .registration-quick-info-wrapper {
    flex-flow: row;
  }
  .registration-overall-content-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .registration-price-text {
    font-size: 20px;
  }
  .registration-sub-text._1-2.header {
    margin-left: 0;
    margin-right: 0;
  }
  .registration-code-and-button-wrapper,
  .div-block-375 {
    align-self: flex-start;
  }
  .div-block-377 {
    justify-content: space-between;
    align-self: flex-start;
  }
  .div-block-379 {
    margin-bottom: 16px;
    margin-right: 0;
  }
  .div-block-381 {
    flex-flow: column;
  }
  .registration-sub-event-list {
    flex-flow: column;
    display: flex;
  }
  .sub-event-copy {
    width: auto;
    margin-right: 10px;
  }
  .div-block-382 {
    justify-content: space-between;
    align-self: flex-start;
  }
  .div-block-383 {
    flex-flow: column;
  }
  .div-block-385 {
    align-self: flex-start;
  }
  .div-block-386 {
    margin-bottom: 16px;
    margin-right: 0;
  }
  .chat-icon {
    height: 30px;
  }
  .form-widget-wrapper {
    max-width: 50vw;
  }
  .section-5 {
    padding-left: 36px;
    padding-right: 36px;
  }
  .container-13 {
    max-width: 100%;
  }
  .padding-section-large {
    padding-top: 2rem;
    padding-bottom: 0;
  }
  .heading-style-h4 {
    font-size: 30px;
  }
  .field-wrap-dob {
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .menu-icon4_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }
  .portfolio3-related_list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
  .menu-icon_line-middle-base {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
  }
  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }
  .portfolio3-content2_component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }
  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }
  .navbar16_link {
    margin-top: 0;
    margin-bottom: 0;
    padding: 1rem 0;
    position: static;
  }
  .navbar16_menu {
    flex-direction: column;
    justify-content: center;
    position: absolute;
  }
  .footer8_top-wrapper {
    grid-row-gap: 3.5rem;
    grid-template-columns: 1fr;
  }
  .portfolio3-content1_component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }
  .footer8_form-block {
    min-width: auto;
  }
  .portfolio3-content3_content-wrapper {
    position: static;
  }
  .portfolio3-header_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }
  .portfolio3-content3_component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }
  .menu-icon4_wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
  .navbar16_links-wrapper {
    flex: 1;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .navbar16_menu-button {
    margin-left: -0.5rem;
    padding: 0;
  }
  .navbar16_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }
  .menu-icon4_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }
  .portfolio3-content1_content-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    position: static;
  }
  .menu-icon4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -0.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }
  .navbar16_bottom {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .navbar16_container {
    grid-auto-columns: 1fr;
  }
  .portfolio3-content2_content-wrapper {
    position: static;
  }
  .menu-icon4_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }
  .menu-icon_line-middle-top {
    z-index: 2;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 0;
  }
  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .faq3_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }
  .tabs-menu-7 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
  .analytics-tab-card-main-conent-text {
    font-size: 25px;
  }
  .price-update-card-row-formatting-copy.price-increase {
    border-radius: 8px;
  }
  .open-event-setitngs-icon {
    order: -1;
  }
  .race-pace-testimonial-copy {
    font-size: 16px;
  }
  .race-pace-cards {
    grid-template-columns: 1fr 1fr;
  }
  .view-event-link-content-wrapper {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: row;
  }
  .view-event-text {
    font-size: 12px;
  }
  .email-group-list {
    flex-flow: column;
    display: flex;
  }
  .sidebar1_menu-wrapper {
    border-right: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
    background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
    height: 100dvh;
    padding-bottom: 1.5rem;
  }
  .shell2_wrapper {
    flex-direction: column;
  }
  .sidebar1_dropdown-toggle {
    align-items: center;
    display: flex;
  }
  .sidebar1_container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .sidebar1_accordion-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }
  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }
  .padding-horizontal.padding-medium {
    margin-left: 16px;
    margin-right: 16px;
  }
  .sidebar1_logo-link-tablet {
    display: flex;
  }
  .sidebar1_logo-link {
    justify-content: flex-start;
    align-self: center;
    margin-bottom: 0;
    margin-left: 0;
  }
  .sidebar1_dropdown-list {
    position: static;
    overflow: hidden;
  }
  .sidebar1_dropdown-list.w--open {
    position: absolute;
  }
  .sidebar1_component {
    border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
    border-right-style: none;
    width: auto;
    min-width: auto;
    height: auto;
    min-height: 4.5rem;
    padding: 0 2rem;
  }
  .sidebar1_menu-bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
  .sidebar1_form-block {
    z-index: 999;
    margin-bottom: 1rem;
  }
  .sidebar1_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }
  .sidebar-type-label-delete-this {
    left: 2rem;
    right: auto;
  }
  .sidebar-type-label-delete-this.is-level1 {
    min-width: 4.75rem;
  }
  .sidebar1_background-layer {
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    inset: 0%;
  }
  .sidebar1_logo-wrapper-tablet {
    justify-content: space-between;
    align-items: center;
    min-height: 4.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: flex;
  }
  .sidebar1_menu {
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    max-width: 19.5rem;
    height: 100dvh;
  }
  .create-email-section-top {
    justify-content: space-between;
    align-items: flex-start;
  }
  .create-email-section-header-text-wrapper.test-email {
    margin-left: 0;
  }
  .div-block-408 {
    flex-flow: column;
  }
  .create-email-button-text.normal {
    line-height: 100%;
  }
  .create-email-check-status {
    width: 20px;
  }
  .select1_component,
  .input1_component.create-email-from {
    width: 100%;
  }
  .email-creation-form-block {
    margin-left: 16px;
  }
  .div-block-416 {
    justify-content: flex-start;
  }
  .create-email-name-input-field-form-container {
    width: 100%;
  }
  .div-block-417.top {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }
  .email-audience-dropdown-wrapper {
    width: 100%;
  }
  .div-block-422.test {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
  }
  .create-email-content-grid {
    grid-template-columns: 1fr;
  }
  .div-block-426 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 16px;
  }
  .div-block-428 {
    margin-left: 16px;
    margin-right: 16px;
  }
  .text-block-21 {
    max-width: 450px;
  }
  .icon-4 {
    -webkit-text-fill-color: transparent;
    background-color: #000;
    -webkit-background-clip: text;
    background-clip: text;
  }
  .navbar-link-2 {
    background-color: #fff;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: flex-start;
    overflow: visible;
  }
  .menu-button-2 {
    background-color: rgba(0, 0, 0, 0);
  }
  .menu-button-2.w--open {
    background-color: #000;
  }
  .email-card-text-only {
    padding: 8px;
  }
  .email-card-info-wrapper {
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  .email-mangement-card-title-text {
    font-size: 16px;
  }
  .email-management-card-grid {
    flex-flow: row;
    grid-auto-columns: 1fr;
    display: grid;
  }
  .email-section {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }
  .div-block-440 {
    flex-flow: column;
  }
  .email-management-content-wrapper-copy {
    flex-flow: column;
    grid-template-columns: 0.25fr;
    justify-items: stretch;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }
  .div-block-441 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }
  .div-block-442 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
  .padding-section-medium-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .product-header2_content-bottom {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr minmax(16rem, 0.5fr);
    max-width: 100%;
  }
  .product-header2_list {
    border-radius: 8px;
  }
  .product-header2_component {
    padding-bottom: 2.5rem;
  }
  .heading-style-h3-2 {
    font-size: 2.25rem;
  }
  .product-header2_gallery-button-wrapper {
    z-index: 0;
  }
  .product-header2_modal-content-wrapper {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .spacer-large {
    padding-top: 2.5rem;
  }
  .spacer-xlarge {
    padding-top: 3.5rem;
  }
  .spacer-xxlarge {
    padding-top: 4.5rem;
  }
  .spacer-huge {
    padding-top: 5rem;
  }
  .spacer-xhuge {
    padding-top: 6rem;
  }
  .spacer-xxhuge {
    padding-top: 7.5rem;
  }
  .page-header3_component {
    margin-left: 16px;
    margin-right: 16px;
  }
  .page-header3_content-wrapper {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }
  .page-header3_content-wrapper.event-page-2-0 {
    grid-template-columns: 2.5fr;
    display: flex;
  }
  .page-header3_form-block {
    z-index: 999;
  }
  .page-header3_content-right {
    width: 100%;
    display: none;
  }
  .event-donation-page-body {
    padding-bottom: 0;
    overflow: visible;
  }
  .radio2_component {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: space-between;
  }
  .radio2_field,
  .radio2_field.is-active-inputactive {
    background-image: linear-gradient(to bottom, var(--white), var(--white));
    width: 20%;
  }
  .heading-style-h5-2.donate-top {
    display: none;
  }
  .heading-style-h5-2.donate-top.find-athlete,
  .heading-style-h5-2.donate-top.donation-name,
  .heading-style-h5-2.series-date.find-athlete,
  .heading-style-h5-2.series-date.donation-name {
    display: block;
  }
  .grid-list1_list {
    grid-template-columns: 1fr 1fr;
  }
  .page-header5_content-wrapper {
    flex-direction: column;
  }
  .page-header5_form-block {
    z-index: 999;
  }
  .page-header5_avatar-image {
    width: 8rem;
    height: 8rem;
  }
  .page-header5_component {
    grid-template-columns: 1fr max-content;
  }
  .page-header5_image-wrapper {
    margin-bottom: 0;
  }
  .div-block-449 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    display: flex;
  }
  .donation-page-donate-form-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template: "." "Area"/1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }
  .donation-page-donate-form {
    z-index: 3;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--white);
    margin-bottom: 0;
    margin-left: 0;
    padding: 16px 16px 15px;
    position: fixed;
    inset: auto 0% 0;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
  }
  .donation-page-donate-form.non-fixed {
    box-shadow: none;
    padding: 0;
    display: block;
  }
  .heading-style-h3-3 {
    font-size: 2.25rem;
  }
  .product-header2_main-image-3 {
    border-radius: 8px;
  }
  .heading-style-h4-2 {
    font-size: 1.75rem;
  }
  .modal3_content-wrapper {
    padding: 4rem 5%;
  }
  .heading-style-h3-4 {
    font-size: 2.25rem;
  }
  .heading-style-h4-3 {
    font-size: 1.75rem;
  }
  .radio2_field-2,
  .radio2_field-2.is-active-inputactive {
    background-image: linear-gradient(#fff, #fff);
    width: 20%;
  }
  .product-header2_modal-content-wrapper-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .donation-page-donate-form-2 {
    z-index: 3;
    background-color: #fff;
    margin-bottom: 0;
    margin-left: 0;
    padding: 15px 40px;
    position: fixed;
    inset: auto 0% 0;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
  }
  .button-15.achievement-card.unlisted.event-purchase-button.event-header-interim.donate.donation-page {
    background-image: linear-gradient(151deg, #e4e6f1, rgba(75, 151, 250, 0.4588235294) 43%, rgba(162, 89, 255, 0.4588235294) 91%), linear-gradient(#fff, #fff);
  }
  .button-15.achievement-card.unlisted.event-purchase-button.event-header-interim.donate.donation-page.athlete {
    background-color: #fff;
  }
  .button-15.achievement-card.unlisted.event-purchase-button.event-header-interim.donate.event-page-2-0 {
    background-image: linear-gradient(151deg, #e4e6f1, rgba(75, 151, 250, 0.4588235294) 43%, rgba(162, 89, 255, 0.4588235294) 91%), linear-gradient(#fff, #fff);
  }
  .button-15.achievement-card.unlisted.event-purchase-button.event-header-interim.donate.event-page-2-0.athlete {
    background-color: #fff;
  }
  .button-15.achievement-card.unlisted.event-purchase-button.event-header-interim.donate.event-page-2-0.circle {
    border-radius: 8px;
  }
  .virtual-event-leaderboard-container-3 {
    display: block;
  }
  .radio2_label-2 {
    background-image: linear-gradient(#fff, #fff), url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
    background-position: 0 0, 0 0;
    background-size: auto, auto;
  }
  .div-block-458 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    display: flex;
  }
  .product-header2_main-image-5 {
    border-radius: 8px;
  }
  .heading-style-h4-4 {
    font-size: 30px;
    line-height: 120%;
  }
  .div-block-460 {
    justify-content: space-between;
    align-self: flex-start;
  }
  .div-block-461 {
    flex-flow: column;
  }
  .tabs-menu-10 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
  }
  .button-16.achievement-card.unlisted.event-purchase-button.event-header-interim.donate.reg-1-3 {
    align-self: flex-start;
  }
  .button-16.achievement-card.unlisted.event-purchase-button.event-header-interim.reg-1-3 {
    order: -1;
    align-self: flex-start;
  }
  .list-text-content-city-header-2 {
    width: 180px;
  }
  .virtual-event-leaderboard-container-4 {
    display: block;
  }
  .div-block-465 {
    align-self: flex-start;
  }
  .heading-20.interim.event-page-2-0.section-header {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .div-block-466 {
    margin-bottom: 16px;
    margin-right: 0;
  }
  .paragraph-6.event-detail-interim-banner.event-page-2-0 {
    font-size: 16px;
  }
  .padding-global-9 {
    position: relative;
  }
  .heading-style-h4-5 {
    font-size: 1.75rem;
  }
  .event-page-2-0-form {
    z-index: 3;
    background-color: #fff;
    margin-bottom: 0;
    margin-left: 0;
    padding: 15px 40px;
    position: fixed;
    inset: auto 0% 0;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
  }
  .event-page-2-0-form-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 0.25fr 0.25fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  .event-creation-overview-text-header-2 {
    line-height: 100%;
  }
  .event-creation-form-block-form.add-media {
    width: 100%;
  }
  .heading-style-h4-6 {
    font-size: 1.75rem;
  }
  .movemint-date-field.date-of-birth.emailer,
  .movemint-date-field.event-creation-2-0.emailer {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .div-block-447-copy {
    display: flex;
  }
  .event-creation-content-wrapper {
    min-width: 100%;
  }
  .div-block-491 {
    margin-left: 16px;
    margin-right: 16px;
  }
  .div-block-493 {
    width: 100%;
  }
  .slider1_component {
    z-index: 0;
  }
  .div-block-494 {
    left: 16px;
  }
  .cta1_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }
  .div-block-449-copy {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    display: flex;
  }
  .div-block-493-copy {
    justify-content: flex-start;
    align-items: baseline;
  }
  .div-block-496 {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    justify-content: space-between;
    display: flex;
  }
  .padding-section-medium-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .product-header2_component-2 {
    padding-bottom: 2.5rem;
  }
  .product-header2_breadcrumb-3 {
    margin-bottom: 16px;
    margin-left: 16px;
    margin-right: 16px;
  }
  .heading-style-h4-7 {
    font-size: 1.75rem;
  }
  .movemint-pfp-placeeholder {
    width: 150px;
    height: 150px;
  }
  .heading-style-h4-8,
  .heading-style-h4-9 {
    font-size: 1.75rem;
  }
  .event-creation-date-spacing {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
  }
  .event-creation-center-content-overall-spacing {
    top: 15%;
  }
  .event-creation-center-content-overall-spacing.overview {
    height: auto;
    margin-top: 105px;
    margin-left: 40px;
    margin-right: 40px;
  }
  .event-creation-center-content-overall-spacing.centered {
    width: 100%;
    margin-top: 105px;
  }
  .event-creation-center-content-overall-spacing.group {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .event-creation-layout-component {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    align-self: flex-start;
    margin-top: 0;
    display: flex;
  }
  .event-creation-layout-component.checkpoint-3-copy {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    display: flex;
  }
  .form9_radio-group,
  .two-radio-component {
    grid-template-columns: 1fr;
  }
  .two-radio-button-toggle.w--redirected-checked {
    border-style: solid;
  }
  .two-radio-text {
    max-width: none;
  }
  .add-photos-manager {
    width: 100%;
  }
  .div-block-491-copy {
    margin-left: 16px;
    margin-right: 16px;
  }
  .event-mangement-card-title-text-copy {
    font-size: 16px;
  }
  .form_checkbox-icon-2 {
    border-style: solid;
    border-radius: 4px;
  }
  .registration-quick-info-wrapper-copy {
    flex-flow: row;
  }
  .multi-form1_form-copy-copy {
    flex-flow: column;
    margin-left: 0;
    margin-right: 0;
  }
  .event-creation-overview-content-wrapper {
    width: 100%;
  }
  .event-creation-heading-content-wrapper {
    align-items: flex-start;
  }
  .event-creation-body {
    height: auto;
  }
  .event-creation-overview-text-container {
    flex-flow: column;
    display: flex;
  }
  .event-creation-width-wrapper {
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
  }
  .event-creation-width-wrapper.bottom-padding {
    justify-content: flex-start;
    align-items: center;
  }
  .event-creation-width-wrapper.bottom-padding.registration {
    padding-top: 0;
  }
  .text-block-44 {
    font-size: 12px;
  }
  .event-creation-header-subtext {
    justify-content: flex-start;
    align-self: flex-start;
  }
  .event-creation-header-subtext.advanced-options {
    align-self: auto;
  }
  .event-creation-header-subtext.event-cancelation {
    margin-left: 0;
    margin-right: 0;
  }
  .event-creation-header-text {
    text-align: left;
  }
  .event-creation-content-spacing-and-margin {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .event-creation-content-spacing-and-margin.where {
    width: 100%;
  }
  .create-event-date-content-wrapper.sub-event {
    justify-content: flex-end;
    align-items: flex-start;
  }
  .div-block-491-copy-copy {
    margin-left: 0;
    margin-right: 0;
  }
  .div-block-517 {
    align-self: flex-start;
    align-items: flex-start;
  }
  .text-block-47 {
    justify-content: flex-start;
  }
  .section_layout32-copy {
    top: 15%;
  }
  .event-creation-next-button-wrapper.shopping,
  .event-creation-next-button-wrapper.shopping.bottom-bar,
  .event-creation-next-button-wrapper.marketing,
  .event-creation-next-button-wrapper.marketing.bottom-bar {
    display: block;
  }
  .event-creation-all-content-wrapper-and-bottom-padding._100vh {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: -60px;
  }
  .event-creation-all-content-wrapper-and-bottom-padding._100vh.flow {
    margin-left: 40px;
    margin-right: 40px;
  }
  .event-description-creation-wrapper {
    width: 100%;
  }
  .div-block-491-copy {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
  .add-link-content-wrapper {
    align-self: flex-start;
    width: 400px;
    min-width: auto;
  }
  .multi-form1_form-copy {
    width: 100%;
  }
  .multi-form1_block-copy {
    justify-content: flex-start;
    align-items: center;
  }
  .location-map-container {
    min-width: 100%;
  }
  .location-creation-content-wrapper {
    width: 100%;
  }
  .div-block-488-copy {
    min-width: auto;
  }
  .div-block-526 {
    width: 21.5104%;
  }
  .create-event-content-wrapper-3,
  .multi-form1_block-copy {
    width: 100%;
  }
  .upload-cover-photo-button-text {
    color: var(--black);
  }
  .upload-cover-photo-content-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .div-block-528 {
    text-align: left;
    align-self: flex-start;
    align-items: flex-start;
  }
  .create-event-form,
  .two-radio-form-wrapper {
    width: 100%;
  }
  .create-event-form-2 {
    width: 100%;
  }
  .multi-form1_block-copy-copy {
    justify-content: flex-start;
    align-items: center;
  }
  .event-creation-form {
    flex-flow: column;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .event-creation-form.sub-events {
    flex-flow: row;
  }
  .event-creation-form.sub-events.left {
    justify-content: flex-start;
    align-items: stretch;
  }
  .event-creation-form-block,
  .event-creation-form-2,
  .create-event-form-wrapper-2 {
    width: 100%;
  }
  .modal1_content-wrapper {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .pick-an-organzation-modal {
    z-index: 9;
    background-color: var(--transparent);
  }
  .multiple-donation-button {
    object-fit: scale-down;
    max-width: 200px;
  }
  .multiple-donation-button.in-form {
    min-width: 150px;
  }
  .pick-an-organzation-modal-spacing {
    z-index: 999;
    width: 80%;
    left: 10vw;
  }
  .radio-button-label-sub-events {
    align-self: center;
    font-size: 14px;
  }
  .radio3_field-sub-events {
    width: 100%;
  }
  .create-sub-event-overall-wrapper {
    min-width: 100%;
  }
  .div-block-538 {
    box-shadow: none;
    padding-left: 0;
  }
  .div-block-444-copy-copy {
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
  }
  .sub-event-accordian-padding-and-button-spacing {
    background-color: #f2f2f2;
  }
  .create-sub-event-time-content-wrapper {
    justify-content: flex-end;
    align-items: flex-start;
  }
  .multiple-donation-button-wrapper {
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }
  .div-block-552 {
    position: fixed;
    inset: 0%;
  }
  .pick-an-organzation-modal-background {
    z-index: 9;
  }
  .pick-an-organzation-modal-2 {
    z-index: 9;
    background-color: rgba(255, 255, 255, 0);
  }
  .multiple-donation-button-2 {
    object-fit: scale-down;
    max-width: 200px;
  }
  .multiple-donation-button-2.in-form {
    min-width: 150px;
  }
  .div-block-555 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex;
  }
  .series-background-image {
    object-fit: cover;
  }
  .series-hero-image-container-copy {
    height: 50vh;
  }
  .container-14 {
    max-width: 728px;
  }
  .hero-wrapper-5 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }
  .hero-split-5 {
    max-width: 100%;
    margin-bottom: 40px;
  }
  .donation-page-donate-form-copy {
    z-index: 3;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--white);
    margin-bottom: 0;
    margin-left: 0;
    padding: 16px 16px 15px;
    position: fixed;
    inset: auto 0% 0;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
  }
  .donation-page-donate-form-copy.non-fixed {
    box-shadow: none;
    padding: 0;
    display: block;
  }
  .page-header3_content-right-copy {
    width: 100%;
    display: none;
  }
  .series-page-content-right-wrapper {
    width: 100%;
    display: none;
  }
  .series-page-content-right-wrapper.moble {
    border-radius: 8px;
    padding: 16px;
    display: flex;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }
  .tabs-menu {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: grid;
  }
  .tabs-menu.profile-page {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
  }
  .event-detail-tab-link-2-copy {
    justify-content: center;
    align-items: flex-start;
    font-size: 16px;
    line-height: 18px;
  }
  .event-detail-tab-link-2-copy.w--current {
    justify-content: center;
    align-items: flex-start;
  }
  .tab-content-internal-spacing-and-wrapper.events-in-series {
    order: 1;
  }
  .series-all-container-copy {
    margin-left: 0;
    margin-right: 0;
  }
  .series-event-grid {
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 0;
  }
  .brand-event-grid-copy {
    margin-bottom: 10px;
  }
  .series-page-content-grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }
  .series-page-content-grid.event-page-2-0 {
    grid-template-columns: 2.5fr;
    display: flex;
  }
  .div-block-558 {
    width: 100%;
    padding-right: 0;
  }
  .add-contact-email-field-event-creation {
    align-self: flex-start;
  }
  .div-block-488-copy-copy-2 {
    min-width: 100%;
  }
  .create-sub-event-sub-content-wrapper.grid {
    grid-column-gap: 25px;
  }
  .create-sub-event-sub-content-wrapper.grid.participants {
    grid-template-rows: auto;
  }
  .create-sub-event-sub-content-wrapper.prricing-flex {
    grid-column-gap: 25px;
  }
  .create-sub-event-sub-content-wrapper.prricing-flex.participants {
    grid-template-rows: auto;
  }
  .create-sub-event-bottom-content-wrapper {
    box-shadow: none;
    padding-left: 0;
  }
  .sub-event-creation-checkbox-box {
    border-style: solid;
    border-radius: 4px;
  }
  .radio3_component-2 {
    grid-template-columns: 1fr;
  }
  .create-sub-event-participant-field-content-wrapper-copy {
    padding-left: 0;
  }
  .event-creation-radio-toggle {
    background-color: var(--purple);
  }
  .i-ll-fundraise-tab-1-2,
  .don-t-fundraise-tab-1-2 {
    font-size: 16px;
    line-height: 18px;
  }
  .event-management-filter-dropdown-wrapper-copy.twilight-5000-2024 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }
  .sub-event-card {
    padding: 8px;
  }
  .div-block-375-copy {
    align-self: flex-start;
  }
  .div-block-377-copy {
    justify-content: space-between;
    align-self: flex-start;
  }
  .event-management-card-grid-copy {
    flex-flow: row;
    grid-auto-columns: 1fr;
    display: grid;
  }
  .event-management-card-grid-copy.manage-sub-events {
    min-width: auto;
  }
  .registration-code-and-button-wrapper-copy {
    align-self: flex-start;
  }
  .sub-event-category-list {
    flex-flow: column;
    display: flex;
  }
  .event-creation-thank-you-image {
    object-position: 0% 100%;
    height: auto;
  }
  .div-block-568 {
    align-items: center;
    height: 250px;
    display: flex;
    overflow: hidden;
  }
  .start-daie-padding {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }
  .start-daie-padding.registration-page {
    align-self: flex-start;
  }
  .create-event-field-wrapper {
    align-self: flex-start;
    width: 400px;
    min-width: auto;
  }
  .create-event-form-wrapper {
    justify-content: flex-start;
    align-items: center;
  }
  .multi-form1_block-copy-copy-copy,
  .multi-form1_block-copy-copy,
  .race-day-list-wrapper {
    width: 100%;
  }
  .race-day-page-spacing {
    margin-left: 16px;
    margin-right: 16px;
    display: block;
  }
  .race-day-check-in-button {
    width: 100%;
    margin-right: 0;
  }
  .race-day-check-in-button.checked-in {
    width: 200px;
    padding-right: 8px;
  }
  .race-day-check-in-button.checked-in.list-view {
    order: -1;
    justify-content: flex-end;
    align-items: center;
    width: 120px;
  }
  .race-day-check-in-button.checked-in.undo {
    align-self: auto;
    width: auto;
  }
  .padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .faq3_component-2 {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }
  .add-a-participant-modal {
    z-index: 9;
    background-color: var(--transparent);
  }
  .add-a-participant-modal-spacing {
    z-index: 999;
    width: 80%;
    left: 10vw;
  }
  .event-creation-form-block-copy,
  .event-creation-form-block-form-copy.add-media {
    width: 100%;
  }
  .div-block-558-copy {
    width: 100%;
    padding-right: 0;
  }
  .add-contact-email-field-event-creation-copy {
    align-self: flex-start;
  }
  .top-nav-event-creation-padding,
  .top-nav-event-creation-padding-2 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .race-day-list-overall-content-wrapper {
    flex-flow: column;
    align-self: flex-start;
  }
  .race-day-check-in-large-text {
    max-width: 550px;
  }
  .race-day-check-in-large-text.name.list-view {
    width: 400px;
    max-width: none;
    font-size: 24px;
  }
  .race-day-check-in-large-text.list {
    font-size: 20px;
  }
  .race-day-participant-info-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }
  .race-day-name-text-wrapper {
    width: 100%;
  }
  .race-day-content-spacing {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }
  .race-day-info-icon {
    min-width: 20px;
  }
  .race-day-checkin-list {
    flex-flow: column;
    display: flex;
  }
  .race-day-check-in-confirmation-modal {
    z-index: 9;
    background-color: var(--transparent);
  }
  .race-day-check-in-confirmation-modal.add-bib-number {
    display: none;
  }
  .race-day-check-in-confirmation-modal-spacing {
    z-index: 999;
    width: 80%;
    left: 10vw;
  }
  .race-day-card-grid {
    flex-flow: row;
    grid-auto-columns: 1fr;
    display: grid;
  }
  .link-block-22 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    padding: 16px;
  }
  .link-block-22.checked-in {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    padding: 16px;
  }
  .race-day-info-formatting {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }
  .race-day-info-formatting.price-increase,
  .race-day-info-formatting.series-card {
    border-radius: 8px;
  }
  .race-day-info-formatting.bib {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }
  .div-block-573 {
    order: 1;
    justify-content: space-between;
    align-self: flex-start;
    align-items: flex-end;
    margin-right: 0;
    display: flex;
  }
  .div-block-576 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
  }
  .event-card-row-formatting-copy {
    justify-content: flex-start;
    align-items: center;
  }
  .event-card-2-quick-info-content,
  .event-card-2-share-icon {
    border-radius: 8px;
  }
  .event-card-2-0-info-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: flex-start;
  }
  .event-card-2-0-info-wrapper.info-modal,
  .event-card-2-0-info-wrapper.info-modal-copy {
    display: flex;
  }
  .event-card-2-0-sub-event-text._1-2.header {
    margin-left: 0;
    margin-right: 0;
  }
  .div-block-381-copy {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }
  .participant-event-card-2-0-modal {
    z-index: 9;
    background-color: var(--transparent);
  }
  .div-block-582 {
    margin-right: 0;
  }
  .event-card-2-0-athlete-more-info-modal-spacing {
    z-index: 999;
    width: 80%;
    left: 10vw;
  }
  .event-card-2-0-row-formatting {
    width: 100.32%;
  }
  .div-block-583 {
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }
  .div-block-379-copy {
    margin-right: 0;
  }
  .event-card-2-0-bttom-athlete-button-wrapper {
    margin-top: 0;
  }
  .volunteer-signup-info-text-copy._1-2.header {
    margin-left: 0;
    margin-right: 0;
  }
  .pick-an-organzation-modal-background-copy {
    z-index: 9;
  }
  .storefront-product-grid {
    grid-template-columns: 1fr 1fr;
  }
  .product1_heading-wrapper {
    grid-column-gap: 3rem;
  }
  .product1_heading {
    margin-right: 3rem;
  }
  .product1_button-row {
    flex: none;
  }
  .event-card-row-formatting-copy {
    width: 100.32%;
  }
  .volunteer-card-icon-1-2-copy {
    min-width: 20px;
  }
  .profile-image-section {
    left: 16px;
  }
  .profile-top-left-section {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    display: flex;
  }
  .div-block-583-copy {
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }
  .heading-style-h4-copy {
    font-size: 30px;
  }
  .page-header3_component-copy {
    margin-left: 16px;
    margin-right: 16px;
  }
  .div-block-578-copy-copy {
    grid-template-columns: 1fr;
  }
  .event-card-2-0-row-formatting-copy {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100.32%;
  }
  .div-block-591 {
    justify-content: center;
    align-items: center;
  }
  .div-block-592 {
    margin-top: 16px;
    margin-left: 16px;
    margin-right: 16px;
  }
  .athlete-event-card-page-button.price-increase,
  .athlete-event-card-page-button.series-card {
    border-radius: 8px;
  }
  .div-block-597 {
    justify-content: space-between;
    align-self: flex-start;
  }
  .div-block-598 {
    flex-flow: column;
  }
  .button-18.achievement-card.unlisted.event-purchase-button.event-header-interim.reg-1-3 {
    order: -1;
    align-self: flex-start;
  }
  .div-block-600 {
    align-self: flex-start;
  }
  .div-block-601 {
    margin-bottom: 16px;
    margin-right: 0;
  }
  .event-card-2-0-info-wrapper-copy.info-modal,
  .event-card-2-0-info-wrapper-copy.info-modal-copy {
    display: flex;
  }
  .all-tabs-wrapper {
    max-width: none;
  }
  .brand-events-all-container-copy-copy {
    margin-left: 0;
    margin-right: 0;
  }
  .div-block-607 {
    justify-content: space-between;
    align-self: flex-start;
  }
  .div-block-381-copy-2 {
    flex-flow: column;
  }
  .div-block-610 {
    margin-bottom: 16px;
    margin-right: 0;
  }
  .home7-cta_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }
  .home7-blog_heading {
    margin-right: 3rem;
  }
  .padding-section-large-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .home7-blog_button-row {
    flex: none;
  }
  .navbar2_dropdown-link {
    text-align: center;
    width: auto;
    padding: 0.75rem 0;
    font-size: 16px;
  }
  .home7-details_component {
    grid-column-gap: 2rem;
  }
  .navbar2_dropdwn-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 0.75rem 2rem 0.75rem 0;
    display: flex;
  }
  .navbar2_dropdown-list {
    position: static;
    overflow: hidden;
  }
  .navbar2_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }
  .navbar2_container {
    grid-template-columns: 0.25fr 1fr;
    display: flex;
  }
  .navbar2_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: flex;
  }
  .navbar2_menu-button {
    padding: 0;
  }
  .navbar2_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }
  .navbar2_link {
    text-align: center;
    padding: 0.75rem 0;
    font-size: 1.125rem;
  }
  .navbar2_button-wrapper {
    align-items: center;
  }
  .home7-blog_heading-wrapper {
    grid-column-gap: 3rem;
  }
  .home7-about_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }
  .home7-blog_list {
    grid-template-columns: 1fr 1fr;
  }
  .home7-header_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }
  .footer3_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }
  .navbar2_menu {
    border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
    background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }
  .div-block-612 {
    border-radius: 8px;
  }
  .navbar-link-3 {
    background-color: #fff;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: flex-start;
    overflow: visible;
  }
  .navbar-link-3._5-28-update {
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
  }
  .navbar-link-3._5-28-update.event-management-link {
    order: -4;
  }
  .event-creation-text-editor-wrapper {
    width: 100%;
  }
  .series-pass-sub-event-card-content-overall {
    flex-flow: column;
  }
  .series-page-header-content {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    display: flex;
  }
  .series-page-title-text {
    font-size: 30px;
  }
  .event-card-2-bottom-content,
  .series-pass-sub-event-card-bottom-content-wrapper {
    margin-bottom: 16px;
    margin-right: 0;
  }
  .link-block-30 {
    text-decoration: none;
  }
  .div-block-381-copy {
    flex-flow: column;
  }
  .volunteer-info-card-row-formatting-copy {
    margin-top: 0;
    inset: auto 0% 0% auto;
  }
  .volunteer-info-card-row-formatting-copy.price-increase,
  .volunteer-info-card-row-formatting-copy.series-card,
  .volunteer-info-card-row-formatting-copy.series-card {
    border-radius: 8px;
  }
  .link-block-31 {
    position: static;
  }
  .div-block-614 {
    align-self: center;
  }
  .div-block-377-copy-copy {
    justify-content: space-between;
    align-self: flex-start;
  }
  .div-block-381-copy-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }
  .subevent-duplicate-name {
    z-index: 9;
    background-color: var(--transparent);
  }
  .pick-an-organzation-modal-spacing-copy {
    z-index: 999;
    width: 80%;
    left: 10vw;
  }
  .padding-section-large-4 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .padding-section-medium-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .portfolio1-related_list {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }
  .portfolio1-header_content-wrapper,
  .portfolio1-content1_component,
  .portfolio1-content3_component,
  .portfolio1-content2_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }
  .section_cta20 {
    width: 100%;
  }
  .max-width-large-17 {
    flex-flow: column;
    max-width: none;
    display: flex;
  }
  .heading-style-h2 {
    font-size: 2.75rem;
  }
  .signup-form-wrapper {
    grid-column-gap: 1rem;
  }
  .padding-global-14 {
    height: auto;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }
  .button-7-copy {
    width: auto;
  }
  .event-landing-page-overall-width-and-vh {
    width: 100%;
    position: absolute;
  }
  .event-landing-page-image-position {
    inset: 0%;
  }
  .div-block-379-copy {
    margin-bottom: 16px;
    margin-right: 0;
  }
  .link-block-32 {
    text-align: left;
  }
  .events-in-series-mobile {
    display: block;
  }
  .home2-testimonial_mask {
    width: 50%;
  }
  .home2-testimonial_slide {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .navbar3_container {
    grid-auto-columns: 1fr;
    display: grid;
  }
  .footer5_bottom-wrapper {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .navbar3_menu-button {
    margin-left: -0.5rem;
    padding: 0;
  }
  .navbar3_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }
  .padding-section-medium-5 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .menu-icon3_line-bottom {
    background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }
  .navbar3_logo-link-menu {
    float: none;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
    display: flex;
    position: static;
  }
  .navbar3_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: block;
    position: relative;
  }
  .navbar3_dropdown-list {
    position: static;
    overflow: hidden;
  }
  .navbar3_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }
  .home2-blog_list {
    grid-template-columns: 1fr 1fr;
  }
  .navbar3_tablet-menu-button {
    width: 100%;
    margin-top: 1.5rem;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
  }
  .menu-icon3_line-middle {
    background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }
  .navbar3_menu-background {
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.5019607843);
    width: 100vw;
    height: 100vh;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
    position: absolute;
    inset: 0%;
  }
  .footer5_newsletter-text-wrapper {
    margin-bottom: 1.5rem;
  }
  .footer5_form-block {
    min-width: auto;
  }
  .menu-icon3_line-top {
    background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }
  .footer5_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .footer5_social-icons {
    margin-bottom: 2rem;
  }
  .menu-icon3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -0.5px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }
  .navbar3_dropdown-toggle {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 0.75rem 2rem 0.75rem 0;
    position: relative;
  }
  .home2-customers_list {
    grid-column-gap: 2rem;
  }
  .testimonial19_arrow {
    width: 3rem;
    height: 3rem;
  }
  .home2-features_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }
  .footer5_newsletter-wrapper {
    justify-content: flex-start;
    margin-bottom: 4.5rem;
    display: block;
  }
  .navbar3_dropdown-link {
    padding: 0.75rem 0 0.75rem 5%;
  }
  .navbar3_link {
    padding: 0.75rem 0;
    font-size: 1.125rem;
    position: static;
  }
  .navbar3_menu {
    z-index: 1;
    background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-right: 1px solid #000;
    flex-direction: column;
    justify-content: center;
    width: 80vw;
    height: 100dvh;
    margin-left: 0;
    padding-bottom: 6.5rem;
    padding-left: 5vw;
    padding-right: 5vw;
    transition: height 0.5s;
    display: block;
    position: absolute;
    inset: 0% auto 0% 0%;
    overflow: auto;
  }
  .topbar2_form-block {
    z-index: 999;
    width: 100%;
  }
  .topbar2_search-desktop {
    display: none;
  }
  .topbar2_search {
    width: auto;
  }
  .advanced-registration-accordian {
    align-self: flex-start;
    width: 100%;
  }
  .faq3_answer-copy {
    align-self: flex-start;
  }
  .sub-event-creation-checkbox-box-2 {
    border-style: solid;
    border-radius: 4px;
  }
  .topbar2_search-desktop-2 {
    order: -1;
    max-width: 300px;
  }
  .div-block-624 {
    align-self: center;
  }
  .div-block-629 {
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }
  .div-block-630 {
    margin-bottom: 16px;
    margin-right: 0;
  }
  .discover-page-margin-and-padding {
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 40px;
  }
  .event-card-2-0-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .event-search-input-field-form-container {
    width: 100%;
  }
  .event-card-2-0-info-wrapper-copy.info-modal,
  .event-card-2-0-info-wrapper-copy.info-modal-copy {
    display: flex;
  }
  .event-card-2-0-info-wrapper-copy {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: flex-start;
  }
  .event-card-2-0-info-wrapper-copy.info-modal,
  .event-card-2-0-info-wrapper-copy.info-modal-copy {
    display: flex;
  }
  .search-for-event-form-wrapper {
    width: 100%;
  }
  .event-card-2-0-image-link {
    height: 101%;
  }
  .event-card-2-0-event-image.group {
    background-image: linear-gradient(124deg, rgba(238, 106, 111, 0.1019607843), rgba(54, 245, 255, 0.1882352941));
  }
  .event-card-2-0-info-section-wwrapper {
    margin-bottom: 16px;
    margin-right: 0;
  }
  .navbar-menu-link-wrapper-copy {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    background-color: #fff;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    flex-direction: column;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding: 60px 16px 16px;
  }
  .navbar-menu-copy {
    -webkit-text-fill-color: inherit;
    background-color: rgba(0, 0, 0, 0);
    background-clip: border-box;
    width: 100%;
    position: absolute;
    inset: 0% 0 0% auto;
  }
  .navbar14_menu-dropdown-copy {
    flex-direction: column;
    justify-content: center;
    font-size: 1.125rem;
    display: flex;
  }
  .navbar-dropdown-list-copy {
    position: static;
    overflow: hidden;
  }
  .navbar-dropdown-list-copy.w--open {
    box-shadow: none;
    border-style: none;
    padding: 0;
    position: static;
  }
  .navbar-dropdown-list-copy.profile.w--open {
    flex-flow: column;
    display: flex;
  }
  .topbar2_close-icon {
    cursor: pointer;
  }
  .shell11-layout_component {
    grid-template-columns: 1fr;
  }
  .sidebar7_container {
    flex-direction: row;
    align-items: center;
  }
  .sidebar7_accordion-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }
  .shell11_sidebar-wrapper {
    height: auto;
    position: absolute;
    top: -4.5rem;
  }
  .topbar2_logo-link {
    margin-left: 3.5rem;
  }
  .sidebar7_menu-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .sidebar7_background-layer {
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    inset: 0%;
  }
  .topbar2_search-button-tablet {
    cursor: pointer;
    display: block;
  }
  .topbar2_container {
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
  }
  .sidebar7_menu {
    background-color: rgba(0, 0, 0, 0);
    width: 19.5rem;
    height: 100dvh;
  }
  .sidebar7_component {
    background-color: rgba(0, 0, 0, 0);
    border-right-style: none;
    width: auto;
    height: auto;
    min-height: 4.5rem;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 2rem;
  }
  .sidebar7_close-tablet {
    z-index: 1;
    color: var(--\<unknown\|relume-variable-color-neutral-2\>);
    position: fixed;
    top: 1rem;
    right: 1rem;
  }
  .topbar2_search-desktop-3 {
    display: none;
  }
  .sidebar7_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }
  .event-detail-tab-link-2-copy-copy {
    justify-content: center;
    align-items: flex-start;
    font-size: 16px;
    line-height: 18px;
  }
  .event-detail-tab-link-2-copy-copy.w--current {
    justify-content: center;
    align-items: flex-start;
  }
  .hero-section-rounded-3-copy {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .page-padding-and-spacing {
    margin-left: 16px;
    margin-right: 16px;
  }
  .hero-image-rounded-copy {
    object-position: 50% 100%;
    order: -1;
    width: auto;
    height: 10%;
    max-height: 400px;
    overflow: hidden;
  }
  .div-block-659,
  .div-block-660 {
    border-radius: 8px;
  }
  .hero-container-event-card-left-copy {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }
  .hero-image-rounded-copy {
    object-position: 50% 100%;
    order: -1;
    width: auto;
    height: auto;
  }
  .hero-copy-content-left-copy-copy {
    flex-flow: column;
    grid-template-columns: 0.75fr;
    width: 100%;
    display: flex;
  }
  .hero-copy-content-left-copy-copy.brand-page {
    order: -1;
    width: auto;
  }
  .event-card-info-section-copy {
    display: flex;
  }
  .event-card-info-section-copy.marketing-pre-footer-section {
    display: flex;
    inset: 0%;
  }
  .event-card-location-text-copy {
    width: auto;
    font-size: 16px;
  }
  .hero-copy-content-left-copy {
    width: 100%;
  }
  .hero-copy-content-left-copy.brand-page {
    order: -1;
    width: auto;
  }
  .hero-copy-content-left-copy-copy-copy {
    width: 100%;
  }
  .hero-image-rounded-copy-copy {
    object-position: 50% 100%;
    order: -1;
    width: auto;
    height: auto;
  }
  .hero-container-event-card-left-copy-copy,
  .hero-container-event-card-left-copy-copy-copy {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }
  .div-block-666 {
    border-radius: 8px;
  }
  .hero-copy-content-left-copy-2 {
    width: 100%;
  }
  .text-block-65 {
    line-height: 120%;
  }
  .navbar-link-4 {
    background-color: #fff;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: flex-start;
    overflow: visible;
  }
  .navbar-link-4._5-28-update,
  .navbar-link-4._9-10-24-update {
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
  }
  .navbar-link-4._9-10-24-update {
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
  }
  .navbar-link-4._9-10-24-update.dropdown {
    order: -4;
    justify-content: center;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .button-23.achievement-card.unlisted.event-purchase-button.event-header-interim.results.event-management {
    order: -5;
  }
  .button-23.achievement-card.unlisted.event-purchase-button.event-header-interim.results.event-management._9-10-24-update {
    order: 0;
  }
  .profile-left-side-overall-container {
    top: 0;
  }
  .shopping-cart-info-wrapper.in-cart {
    display: flex;
  }
  .cart-items-spacing {
    height: 90%;
  }
  .shop-bottom-bar-wrapper {
    z-index: 3;
  }
  .bottom-shop-bar-spacing-placeholder.button-placeholder {
    display: none;
  }
  .not-ready-next-button-event-creation-3.organizer-page {
    padding-top: 8px;
  }
  .event-creation-next-button-text-not-ready-3-copy.not-ready.organizer-page,
  .text-block-70.organizer-page {
    white-space: nowrap;
  }
  .add-link-content-wrapper-copy {
    align-self: flex-start;
  }
  .profile-overall-grid-layout {
    grid-column-gap: 40px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }
  .heading-style-h4-copy-copy {
    font-size: 30px;
  }
  .event-search-container {
    width: 100%;
    margin-top: 60px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .marketing-button-container,
  .marketing-button-wrapper {
    width: 100%;
  }
  .marketing-button-wrapper.shopping,
  .marketing-button-wrapper.shopping.bottom-bar,
  .marketing-button-wrapper.marketing,
  .marketing-button-wrapper.marketing.bottom-bar {
    display: block;
  }
  .hero-copy-content-left-copy-copy-copy {
    grid-template-columns: 0.75fr;
    width: 100%;
  }
  .hero-copy-content-left-copy-copy-copy.brand-page {
    order: -1;
    width: auto;
  }
  .hero-copy-content-left-copy-copy-copy-copy {
    width: 100%;
  }
  .hero-copy-content-left-copy-copy-copy-copy.brand-page {
    order: -1;
    width: auto;
  }
  .hero-copy-content-left-copy-copy-copy-2 {
    grid-template-columns: 0.75fr;
    width: 100%;
  }
  .event-card-location-text-copy-copy {
    width: auto;
    font-size: 16px;
  }
  .event-card-info-section-copy-copy {
    display: flex;
  }
  .div-block-701 {
    border-radius: 8px;
  }
  .event-receipt-button {
    font-size: 12px;
  }
  .profile-event-card-section-wrapper {
    padding-bottom: 0;
  }
  .profile-given-name-text {
    font-size: 18px;
  }
  .profile-left-side-sticky {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex;
  }
  .profile-left-side-sticky.athlete {
    height: auto;
  }
  .add-link-content-wrapper-copy-copy {
    align-self: flex-start;
  }
  .storefront-product-grid-section-spacing {
    padding-top: 0;
    padding-bottom: 0;
  }
  .product1_heading-wrapper-copy {
    grid-column-gap: 3rem;
  }
  .organizer-hero-image-container {
    height: 50vh;
    display: none;
  }
  .profile-tab-link {
    justify-content: center;
    align-items: flex-start;
    font-size: 16px;
    line-height: 18px;
  }
  .profile-tab-link.w--current {
    justify-content: center;
    align-items: flex-start;
  }
  .organizer-page-email-sign-up-container.top {
    display: none;
  }
  .organizer-page-email-sign-up-container.bottom {
    display: block;
  }
  .organizer-background-image {
    object-fit: cover;
  }
  .profile-overall-content-container {
    padding-bottom: 0;
    overflow: visible;
  }
  .profile-event-card-section-header-wrapper {
    grid-column-gap: 3rem;
  }
  .storefront-section-header-wrapper {
    margin-right: 3rem;
  }
  .div-block-592-copy {
    margin-top: 16px;
    margin-left: 0;
    margin-right: 0;
  }
  .dev-tabs_list-btn-icon {
    display: block;
  }
  .dev-tabs_list {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .dev-tabs_tab {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }
  .dev-tabs_menu {
    margin-left: auto;
    margin-right: auto;
    position: static;
  }
  .dev-tabs_content {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }
  .dev-tabs_list-btn {
    background-color: #212121;
  }
  .dev-tabs_list-content {
    width: 100%;
    max-width: none;
    margin-top: 16px;
    position: static;
  }
  .dev-tabs_list-item {
    margin-bottom: 16px;
  }
  .event-card-2-0-info-wrapper-copy-copy {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: flex-start;
  }
  .event-card-2-0-info-wrapper-copy-copy.info-modal,
  .event-card-2-0-info-wrapper-copy-copy.info-modal-copy {
    display: flex;
  }
  .groups-card-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .groups-card-grid.groups {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .groups-image-link {
    height: 101%;
  }
  .registration-overall-content-wrapper-copy {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .div-block-732 {
    width: 20px;
  }
  .div-block-737 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    display: flex;
  }
  .about2-testimonial_component {
    grid-template-columns: 1fr 1fr;
  }
  .padding-section-large-7 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }
  .menu-icon1_line-middle {
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }
  .navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }
  .navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }
  .footer1_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }
  .about2-values_list {
    grid-column-gap: 2rem;
  }
  .navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }
  .navbar1_menu {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }
  .menu-icon1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -0.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }
  .navbar1_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }
  .grid-3 {
    grid-template-columns: minmax(0.5rem, 1fr) minmax(0.5rem, 1fr) minmax(0.5rem, 1fr) minmax(0.5rem, 1fr) minmax(0.5rem, 1fr) minmax(0.5rem, 1fr) minmax(0.5rem, 1fr) minmax(0.5rem, 1fr);
  }
  .heading-style-h4-10 {
    font-size: 1.75rem;
  }
  .menu-icon1_line-bottom {
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }
  .card-transition-block {
    inset: 0%;
  }
  .menu-icon1_line-top {
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }
  .navbar1_dropdown-link {
    width: auto;
    padding: 0.75rem 0 0.75rem 5%;
  }
  .navbar1_dropdown-toggle {
    align-items: center;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 0;
    display: flex;
  }
  .navbar1_link {
    width: auto;
    padding: 0.75rem 0;
    font-size: 1.125rem;
  }
  .div-block-739 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }
  .value-prop-item-text {
    line-height: 120%;
  }
  .registration-overall-content-wrapper-with-button {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .button-26.achievement-card.unlisted.event-purchase-button.event-header-interim.results.event-management {
    order: -5;
  }
  .button-26.achievement-card.unlisted.event-purchase-button.event-header-interim.results.event-management._9-10-24-update {
    order: 0;
  }
  .container-19 {
    padding-left: 3em;
    padding-right: 3em;
  }
  .grid-4 {
    grid-template-columns: 1fr;
  }
  .grid-photos {
    display: none;
  }
  .section-mobile {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    background-color: var(--white);
    flex-flow: column;
    height: auto;
    display: flex;
  }
  .image-9 {
    object-fit: cover;
    border-radius: 8px;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
  }
  .value-prop-dropdown-header-text {
    line-height: 120%;
  }
  .heading-31 {
    margin-bottom: 29px;
  }
  .div-block-87 {
    aspect-ratio: 2;
    object-position: 50% 0%;
    height: 100%;
  }
  .section-footer-2 {
    height: 50vh;
  }
  .vaule-prop-dropdown-section {
    display: none;
  }
  .vaue-prop-accord {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 16px;
  }
  .vaue-prop-accord._2,
  .vaue-prop-accord._4 {
    margin-top: 50px;
    padding-bottom: 50px;
  }
  .vaue-prop-accord._1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    padding: 16px 16px 0;
    display: flex;
  }
  .vaue-prop-accord._3,
  .vaue-prop-accord._2,
  .vaue-prop-accord._4 {
    margin-top: 50px;
    padding-bottom: 50px;
  }
  .vaue-prop-accord._1,
  .vaue-prop-accord._2,
  .vaue-prop-accord._3 {
    padding-bottom: 50px;
  }
  .value-prop-accordian-lower-text {
    width: 100%;
    line-height: 120%;
  }
  .section-mobile-2 {
    height: auto;
    padding: 30px 10px;
    display: block;
  }
  .image-97 {
    object-fit: cover;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
  }
  .heading-34 {
    margin-bottom: 29px;
  }
  .div-block-752 {
    height: 350px;
  }
  .section-12 {
    display: none;
  }
  .paragraph-9 {
    width: 100%;
  }
  .max-width-large-20-copy {
    display: none;
  }
  .max-width-large-20-copy.mobile {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }
  .div-block-755 {
    border-radius: 8px;
  }
  .value-prop-hero-heading-copy {
    font-size: 24px;
  }
  .div-block-761.empty._5th,
  .movemint-middle-value-prop-section-hero-copy {
    display: none;
  }
  .movemint-middle-value-prop-section-hero-copy.inside-card {
    display: flex;
  }
  .ms-dropdown-menu.w--open {
    left: -80px;
    right: auto;
  }
  .max-width-large-20-copy-copy.mobile {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }
  .list-body-spacing-participant-management {
    width: 100%;
  }
  .table4_modal-header {
    width: 100vw;
  }
  .table4_item {
    min-width: 72rem;
  }
  .table4_rangeslider1-handle,
  .table4_rangeslider2-handle-right {
    width: 1.75rem;
    height: 1.75rem;
  }
  .table4_tablet-modal-menu {
    width: 100vw;
  }
  .table4_modal-content-wrapper {
    max-width: none;
    max-height: 100vh;
  }
  .manage-participants-main-content-container {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }
  .table4_header-row {
    min-width: 72rem;
  }
  .table4_rangeslider2-handle-left {
    width: 1.75rem;
    height: 1.75rem;
  }
  .table4_rangeslider1-text {
    top: 2rem;
  }
  .dropdown1_dropdown-list-2,
  .dropdown1_dropdown-list-2-copy {
    overflow: hidden;
  }
  .dropdown1_toggle-copy {
    align-items: center;
    display: flex;
  }
  .crm-filter-bar-wrapper.grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .crm-search-bar.twilight-5000-2024,
  .manage-participants-list-wrapper-div {
    width: 100%;
  }
  .table4_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }
  .race-day-check-in-confirmation-modal-spacing-copy {
    z-index: 999;
    width: 80%;
    left: 10vw;
  }
  .race-day-check-in-confirmation-modal-copy {
    z-index: 9;
    background-color: var(--transparent);
  }
  .race-day-check-in-confirmation-modal-copy.add-bib-number {
    display: none;
  }
  .upload-cover-photo-button-text-2 {
    color: #000;
  }
  .group-event-and-series-selection-wrapper,
  .event-creation-text-editor-wrapper-copy {
    width: 100%;
  }
  .race-day-check-in-confirmation-modal-spacing-copy-copy {
    z-index: 999;
    width: 50%;
    left: 25vw;
  }
  .text-block-97.organizer-page {
    white-space: nowrap;
  }
  .add-link-content-wrapper-copy-copy-2 {
    align-self: flex-start;
  }
  .event-creation-next-button-text-not-ready-3-copy-2.not-ready.organizer-page {
    white-space: nowrap;
  }
  .race-day-check-in-confirmation-modal-copy-2 {
    z-index: 9;
    background-color: rgba(255, 255, 255, 0);
  }
  .race-day-check-in-button-2 {
    width: 100%;
    margin-right: 0;
  }
  .icon-6 {
    -webkit-text-fill-color: transparent;
    background-color: #000;
    -webkit-background-clip: text;
    background-clip: text;
  }
  .button-29.achievement-card.unlisted.event-purchase-button.event-header-interim.results.event-management {
    order: -5;
  }
  .button-29.achievement-card.unlisted.event-purchase-button.event-header-interim.results.event-management._9-10-24-update {
    order: 0;
  }
}
@media screen and (max-width: 767px) {
  .container {
    width: 90%;
  }
  .container.margin-l {
    padding-top: 40px;
    padding-bottom: 64px;
  }
  .section {
    padding-left: 0;
    padding-right: 0;
  }
  .how_block {
    max-width: 300px;
  }
  ._480 {
    max-width: none;
    margin-bottom: 40px;
  }
  .feature_image-wrap {
    max-width: none;
    height: auto;
  }
  .grid {
    grid-template-columns: 1.75fr;
  }
  .tabs-wrapper {
    display: flex;
  }
  .tab-link {
    border-bottom: 2px solid var(--off-white);
    text-align: center;
    border-left-style: none;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 16px 8px;
    display: flex;
  }
  .tab-link.w--current {
    border-bottom-color: var(--black);
    border-left-style: none;
    margin-left: 0;
    padding: 16px 8px;
  }
  .legal-text-wrapper {
    padding-top: 24px;
  }
  .footer {
    margin-top: 40px;
  }
  .cohort-section {
    padding-top: 40px;
  }
  .cohort-section-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .h2---space-mono {
    text-align: left;
  }
  .h2---space-mono.verified-athlete {
    flex: 0 auto;
  }
  .h2---space-mono.cohort {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
  .h2---space-mono.normal-user {
    align-self: center;
  }
  .h2---space-mono.achievement-page-header {
    word-break: keep-all;
    overflow-wrap: anywhere;
    width: 300px;
  }
  .cohort-pfp-column-1 {
    display: none;
  }
  .cohort-pfp-card {
    justify-content: flex-start;
  }
  .cohort-pfp-card-copy,
  .h5---space-mono {
    align-self: center;
  }
  .cohort-pfp-column-2 {
    display: none;
  }
  .home-hero {
    flex-direction: column;
    padding-bottom: 0;
  }
  .h1---space-mono.about-page {
    font-size: 30px;
  }
  .hero-content {
    padding-left: 0;
  }
  .hero-content.feature {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
  .hero-content.hero {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .button.achievement-card.unlisted.event-purchase-button.event-header-interim.donate.donation-page.athlete.row,
  .button.achievement-card.unlisted.event-purchase-button.event-header-interim.donate.donation-page.athlete.donate-button,
  .button.achievement-card.unlisted.event-purchase-button.event-header-interim.results.event-management,
  .button.achievement-card.unlisted.event-purchase-button.event-header-interim.navigation {
    width: 100%;
  }
  .button.cta.feature {
    align-self: center;
    margin-top: 20px;
  }
  .button.cta.example-event {
    align-self: center;
    margin-top: 10px;
  }
  .button.individual-achievement.listed {
    flex-direction: row;
  }
  .button.copy-participants-to-clipboard {
    align-self: flex-start;
  }
  .button.volunteer-signup,
  .button.back-to-event {
    width: 100%;
  }
  .button-text.navbar-content._5-28-update {
    justify-content: flex-end;
    align-items: center;
  }
  .button-text.navbar-content.cta {
    justify-content: center;
    align-items: center;
  }
  .inpiration-cards {
    padding-top: 60px;
  }
  .athlete-about {
    align-items: center;
  }
  .athlete-about-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
  }
  .athlete-about-content.verified-athlete {
    align-items: center;
  }
  .athlete-about-pfp-wrapper {
    justify-content: flex-start;
    align-self: center;
  }
  .athlete-about-pfp {
    flex: 0 auto;
    justify-content: center;
  }
  .base-body---open-sans {
    text-align: left;
    align-self: center;
  }
  .base-body---open-sans.sold-feed-card.right-side,
  .base-body---open-sans.right-side {
    align-self: flex-end;
  }
  .base-body---open-sans.verified-athlete {
    text-align: left;
    align-self: center;
  }
  .base-body---open-sans.footer {
    margin-top: 0;
    margin-bottom: 0;
  }
  .base-body---open-sans.about {
    align-self: center;
  }
  .base-body---open-sans.who-is-registering-header._1-2 {
    margin-top: 0;
  }
  .base-body---open-sans.who-is-registering-header._1-2.what-events.merch.tracksmith {
    margin-top: 40px;
  }
  .base-body---open-sans.who-is-registering-header-copy._1-2 {
    margin-top: 0;
  }
  .achievement-card-feed-spacing {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
  .athlete-avatar-wrapper-card.auction-information-achievement-page {
    justify-content: flex-start;
    align-self: flex-start;
    width: auto;
    margin-top: 20px;
    margin-bottom: 10px;
    display: flex;
  }
  .achievemnt-info-frame-bottom,
  .card-grid {
    flex-direction: column;
  }
  .athlete-profile-banner {
    background-image: linear-gradient(rgba(0, 0, 0, 0) 28%, #fff);
  }
  .achievement-card-feed-padding {
    padding-top: 30px;
    position: static;
  }
  .achievement-card-feed-padding.achievement-page {
    align-self: center;
    padding-top: 0;
  }
  .h3---space-mono.onboarding-bio-header {
    text-align: center;
  }
  .h3---space-mono.about-page {
    font-size: 25px;
  }
  .h3---space-mono.feature {
    padding-left: 0;
  }
  .h3---space-mono.athletes {
    text-align: center;
    line-height: 37px;
  }
  .h3---space-mono.selling-achievement {
    font-size: 25px;
  }
  .h3---space-mono.participant-details-header,
  .h3---space-mono.welcome-to-movemint-header,
  .h3---space-mono.registration-page-header {
    text-align: center;
  }
  .amity-hero {
    object-fit: cover;
  }
  .mint-confirmation-wrapper {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }
  .navbar-logged-in-create {
    position: fixed;
    inset: 0% 0% auto;
  }
  .navbarcontainer {
    position: relative;
  }
  .navbarcontainer.update-5-28,
  .navbarcontainer.update-9-10-24 {
    margin-left: 0;
    margin-right: 0;
  }
  .navbar-link {
    background-color: var(--white);
  }
  .navbar-link._5-28-update {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }
  .navbar-link._5-28-update.event-management-link.event-creation {
    width: auto;
  }
  .navbar-link._9-10-24-update.event-management-link {
    justify-content: center;
    align-items: center;
  }
  .navbar-link._9-10-24-update {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }
  .navbar-link._9-10-24-update.event-management-link.event-creation {
    width: auto;
  }
  .menu-button {
    background-color: var(--white);
  }
  .navbar-menu-logged-in {
    background-color: rgba(255, 255, 255, 0.9019607843);
    border-radius: 20px 0 20px 20px;
  }
  .navbar-loggen-in-no-create {
    position: fixed;
    inset: 0% 0% auto;
  }
  .onboarding-wrapper {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }
  .form-block.interest {
    max-width: 80%;
  }
  .form-block.sale-price {
    align-self: flex-start;
    align-items: center;
    max-width: none;
    min-height: auto;
    display: flex;
  }
  .onboarding-button-wrapper {
    width: 50vw;
  }
  .onboarding-button-wrapper.interests {
    width: 80vw;
  }
  .text-field.sale-price {
    max-width: 100px;
  }
  .submit-button.button-text.get-post.connect-with-strava.left,
  .grey-button.cta {
    align-self: flex-start;
  }
  .grey-button.cta.interest-buttons {
    align-self: center;
  }
  .text-block.sale-price {
    margin-bottom: 0;
  }
  .text-block.dollar-sign {
    align-self: flex-start;
    align-items: center;
    display: flex;
  }
  .step-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 110vh;
  }
  .grid-footer-v1---5-column {
    grid-row-gap: 20px;
    grid-template-rows: repeat(auto-fit, minmax(109px, 3.75fr)) minmax(0, 5fr);
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "Area Area" "Area Area";
    grid-auto-rows: minmax(9px, 1fr);
  }
  .footer-top {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .footer-list-item {
    margin-bottom: 10px;
  }
  .grid-footer-v1---2-columns.grid-center {
    grid-template-columns: 0.8fr;
  }
  .grid-footer-v1---2-columns.grid-center.bottom {
    text-align: center;
    grid-template-columns: 1fr;
  }
  .footer-list-wrapper {
    flex-direction: column;
    justify-content: flex-start;
  }
  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer-logo-wrapper {
    max-width: 150px;
  }
  .footer-left-side {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
  }
  .feature,
  .cohort {
    flex-direction: column;
    padding-bottom: 60px;
  }
  .hero-content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .hero-content-wrapper.feature {
    padding-bottom: 20px;
  }
  .chas-hero {
    object-fit: cover;
    order: -1;
  }
  .athletes-banner {
    min-height: 175px;
    padding: 20px;
  }
  .cohort-pfp-image-mobile {
    max-width: 200px;
    max-height: 200px;
  }
  .hero-no-image {
    padding-left: 15px;
    padding-right: 15px;
  }
  .features-list {
    padding-bottom: 0;
  }
  .columns-66 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    max-width: 178%;
  }
  .content-about-2 {
    order: -1;
    padding-bottom: 0;
  }
  .features-copy-wrapper {
    align-self: flex-start;
    padding-left: 0;
    padding-right: 0;
  }
  .movemint-explained-globe {
    max-width: none;
    height: 150px;
    max-height: none;
  }
  .intro-copy,
  .inspo-header {
    padding-left: 0;
    padding-right: 0;
  }
  .html-embed-2 {
    display: none;
  }
  .html-embed-2-mobile {
    display: block;
  }
  .toc-section {
    padding-left: 0;
    padding-right: 0;
  }
  .home-hero-2 {
    flex-direction: column;
  }
  .hero-2-content {
    padding-left: 0;
  }
  .hero-2-content.hero-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .movemint-globe-wrapper-1 {
    height: auto;
    min-height: 100%;
    max-height: 61%;
  }
  .movemint-globe-wrapper-2 {
    height: auto;
    max-height: 100%;
  }
  .content-about-1 {
    padding-bottom: 0;
  }
  .column-model-2 {
    order: 1;
  }
  .movemint-explained-globe-2 {
    max-width: none;
    height: 200px;
    max-height: none;
  }
  .features-list-bottom {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .tab-nav-item._01 {
    flex-direction: column;
  }
  .tabs-container {
    padding-top: 10px;
  }
  .selling-tabs-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
  .tab-content {
    align-items: center;
  }
  .sale-price-form {
    flex-direction: column;
    align-self: auto;
    height: auto;
  }
  .sale-price-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    align-items: center;
    display: flex;
    right: 11px;
  }
  .buy-now-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    display: flex;
  }
  .auction-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    display: flex;
  }
  .create-account-wrapper {
    flex-direction: column;
  }
  .create-account-image {
    order: -1;
    min-width: 100vw;
    max-width: 100vw;
    min-height: 40vh;
  }
  .create-account-content-wrapper {
    align-items: center;
    min-width: 100vw;
    min-height: 50vh;
  }
  .create-account-copy {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
  }
  .section-2 {
    min-width: 100vw;
    min-height: 50vh;
  }
  .html-embed-create-account-page {
    align-self: center;
    display: block;
  }
  .activity-search-bar {
    width: 100%;
  }
  .search-bar-spacing {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
  .activity-search-input.base-body---open-sans,
  .activity-search-button.button-text {
    width: 100%;
  }
  .search.components.results {
    width: 100%;
  }
  .search.components-copy,
  .search.components-copy-copy {
    flex-flow: column;
    width: 100%;
  }
  .search.crm {
    align-self: flex-start;
  }
  .achievement-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
  }
  .achievement-content.achievement-page {
    flex-direction: column;
    flex: 0 auto;
    align-self: auto;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  .individual-achievement-frame {
    background-image: linear-gradient(rgba(0, 0, 0, 0) 28%, #fff);
  }
  .individual-achievement-frame.achievement-page {
    background-image: none;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    min-width: auto;
    height: auto;
    padding-right: 0;
  }
  .achievement-page-wrapper {
    flex-direction: column;
    align-items: center;
    padding-bottom: 10px;
  }
  .acheievement-page-info-wrapper {
    align-items: center;
  }
  .acheievement-page-info-wrapper.achievement-page {
    justify-content: flex-end;
    align-self: auto;
    width: auto;
    min-width: auto;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .achievment-page-button-wrapper.achievement-page {
    width: 100%;
    height: 47%;
  }
  .achievement-bottom-content {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 100%;
  }
  .athlete-avatar-wrapper-card-desktop.auction-information-achievement-page-desktop {
    display: none;
  }
  .achievement-page-alignment {
    flex-direction: column;
    align-items: center;
    max-width: 330px;
  }
  .hillary-hero {
    object-fit: cover;
  }
  .hero-heading-right {
    padding: 60px 15px;
  }
  .hero-wrapper {
    flex-direction: column;
    margin-bottom: -20px;
  }
  .hero-split {
    margin-bottom: auto;
  }
  .heading.h2---space-mono.event-admin-interim-header {
    text-align: center;
    order: 0;
    align-self: center;
    max-width: 450px;
  }
  .list-item.sub-event-list-item.show-existing-variant._1-4.merch {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }
  .list-item.sub-event-list-item.register-spacer {
    border: 1px solid #e8e3e3;
  }
  .list-item.sub-event-list-item.show-existing-variant.register-interim._1-2.reg-1-3.race-day-list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }
  .list-item.sub-event-list-item.show-existing-variant.register-interim._1-2.reg-1-3.race-day-list.checked-in {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }
  .list-item.sub-event-list-item.show-existing-variant.register-interim._1-2.reg-1-3 {
    max-width: 100%;
  }
  .heading-3 {
    white-space: normal;
    overflow-wrap: normal;
  }
  .sub-event-price {
    text-align: left;
  }
  .course-map-info-frame-bottom {
    flex-direction: column;
  }
  .course-map-spacing {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
  .athlete-about-gradient-2 {
    background-image: linear-gradient(to top, #fff 2%, rgba(0, 0, 0, 0) 65%);
  }
  .field-wrap.date-of-birth.emailer,
  .field-wrap.date-of-birth.create-event,
  .field-wrap.date-of-birth.create-event.sub-event-creation {
    width: 100%;
  }
  .date-field.date-of-birth._1-2 {
    width: 100%;
    min-width: auto;
  }
  .date-field.date-of-birth.emailer,
  .date-field.date-of-birth.emailer-copy,
  .date-field.date-of-birth.create-event-field {
    width: 100%;
  }
  .date-field.event-date._1-2 {
    width: 100%;
    min-width: auto;
  }
  .date-field.event-date.emailer,
  .date-field.event-date.date-picker {
    width: 100%;
  }
  .tabs-content._1-2 {
    justify-content: flex-start;
    align-items: center;
    width: auto;
  }
  .f-tab-button-line-2.w--current {
    width: auto;
  }
  .login-image {
    order: -1;
    min-width: 100vw;
    max-width: 100vw;
    min-height: 40vh;
  }
  .form-4 {
    flex-flow: column;
  }
  .phone-number._1-2 {
    width: 100%;
    min-width: auto;
  }
  .participant-fields._1-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .participant-details-row._1-2 {
    flex-flow: row;
  }
  .participant-details-row.date-row {
    flex-flow: column;
  }
  .state._1-2,
  .participant-field-with-name {
    width: auto;
  }
  .navbar-logged-in-with-events {
    position: fixed;
    inset: 0% 0% auto;
  }
  .nav-bar-drop-down._5-28-update {
    display: flex;
  }
  .hero-split-2 {
    padding: 30px;
  }
  .hero-stack {
    padding-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .hero-without-image {
    padding: 60px 15px;
  }
  .comparison-title {
    font-size: 24px;
  }
  .features-table-2 {
    padding: 60px 15px;
  }
  .who-is-registering-wrapper._1-2 {
    width: auto;
  }
  .agree-to-waiver-checkbox {
    margin-left: 5px;
  }
  .agree-to-waiver-checkbox._1-2 {
    margin-bottom: 40px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .agree-to-waiver-checkbox._1-2.volunteer {
    margin-bottom: 10px;
  }
  .select-event-checkbox-wrapper {
    margin: 0;
    padding-top: 0;
  }
  .event-category-list {
    display: flex;
  }
  .pricing-overview,
  .hero-heading-left-2 {
    padding: 60px 15px;
  }
  .speak-to-an-expert-wrapper {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }
  .hero-heading-center {
    padding: 60px 15px;
  }
  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }
  .footer-social-block-two {
    margin-top: 20px;
  }
  .footer-social-link {
    margin-left: 20px;
  }
  .speak-to-an-heading {
    padding: 60px 15px;
  }
  .movemint-supports-you {
    text-align: center;
    justify-content: center;
    align-self: auto;
  }
  .accordion-item-content {
    margin-right: 0;
  }
  .hero-stack-2,
  .fold-triptych,
  .about-product-fold {
    padding: 60px 15px;
  }
  .about-product-2 {
    flex-direction: column;
    padding-bottom: 0;
  }
  .about-product-3 {
    flex-direction: column;
  }
  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .f-container-regular {
    margin-bottom: 0;
  }
  .event-banner-image {
    object-fit: cover;
  }
  .event-detail-interim-header-text {
    padding-right: 0;
  }
  .event-detail-temp-banner {
    background-image: linear-gradient(rgba(0, 0, 0, 0) 28%, #fff);
    position: relative;
  }
  .event-detail-temp-banner.landing-page-mode {
    height: 100%;
    position: static;
  }
  .event-admin-summary-field {
    flex-direction: row;
    justify-content: center;
    align-self: center;
    align-items: stretch;
    margin-left: auto;
  }
  .hero-split-event-admin {
    align-self: center;
    align-items: center;
  }
  .admin-settings-label {
    align-self: center;
  }
  .tabs-standard {
    border-radius: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .tabs-menu-menu {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    border-radius: 8px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    width: 100%;
    display: grid;
  }
  .tab-button-left {
    border-radius: 20px;
  }
  .tab-button-left.w--current {
    border-radius: 20px 20px 0 0;
  }
  .tab-pane.analytics {
    border-radius: 8px;
  }
  .image-55 {
    max-width: 20px;
  }
  .contact-support-container {
    flex-direction: row;
    justify-content: center;
    align-self: center;
    align-items: stretch;
    margin-left: auto;
  }
  .contact-support-link {
    justify-content: center;
  }
  .event-social-container.donation-page {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
  }
  .event-social-container.donation-page.event-page-2-0 {
    justify-content: space-between;
    align-items: center;
  }
  .event-social-container.series-page {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
  }
  .event-social-container.series-page.event-page-2-0 {
    justify-content: space-between;
    align-items: center;
  }
  .event-social-container.landing-page-mode {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }
  .event-detail-social-icon.landing-page-mode {
    text-shadow: none;
  }
  .event-detail-interim-section {
    padding-top: 40px;
    padding-bottom: 0;
  }
  .event-detail-interim-section.about,
  .event-detail-interim-section.registration,
  .event-detail-interim-section.event-location {
    padding-bottom: 0;
  }
  .event-detail-interim-section.event-location {
    padding-bottom: 0;
  }
  .event-detail-interim-section.course-maps {
    padding-top: 40px;
    padding-bottom: 0;
  }
  .event-detail-body.landing-page-mode {
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
  }
  .event-detail-content {
    width: 100%;
  }
  .event-detail-content.landing-page-mode {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 16px;
    margin-right: 16px;
    padding-top: 60px;
    display: flex;
  }
  .event-detail-banner-gradient {
    background-image: linear-gradient(to top, #fff 2%, rgba(0, 0, 0, 0) 65%);
    height: 100px;
  }
  .section-regular-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .virtual-event-leaderboard-table-heading-detail {
    padding-right: 10px;
  }
  .virtual-event-leaderboard-table-row-grid {
    grid-template-columns: 0.6fr 1.5fr 1fr 1fr 1fr 1fr 1fr;
  }
  .virtual-events-leaderboard-table-card {
    width: 150%;
  }
  .virtual-event-leaderboard-table-top-row-cumulative {
    padding-right: 0;
  }
  .virtual-event-leaderboard-table-row-grid-cumulative-body {
    grid-template-columns: 0.6fr 2.45fr 1fr;
  }
  .virtual-event-leaderboard-table-heading-detail-cumulative,
  .virtual-event-grid-time-continer-cumulative {
    text-align: right;
  }
  .virtual-event-leaderboard-table-row-grid-cumulative-top-fields-cumulative {
    grid-template-columns: 0.6fr 2.45fr 1fr;
    grid-template-areas: "Area Area-2 Area-3";
  }
  .virtual-event-sort-by-form-block {
    width: 100%;
  }
  .virtual-event-leaderboard-table-row-grid-top {
    grid-template-columns: 0.6fr 1.5fr 1fr 1fr 1fr 1fr 1fr;
  }
  .virtual-leaderboard-table-filter-wrapper-cumulative {
    width: 100%;
  }
  .virtual-leaderboard-table-filter-wrapper-cumulative.twilight-5000-2024,
  .virtual-leaderboard-table-filter-wrapper-cumulative.series,
  .virtual-leaderboard-table-filter-wrapper-cumulative.series {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }
  .comparison-tab-menu {
    border-radius: 28px;
    flex-direction: column;
    width: 100%;
  }
  .comparison-tab-link,
  .virtual-events-leaderboard-table-card-cumulative {
    width: 100%;
  }
  .leaderboard-h1 {
    margin-bottom: 20px;
  }
  .f-h3-heading {
    font-size: 40px;
  }
  .event-card-container {
    min-width: auto;
  }
  .event-card-title-text {
    text-align: left;
  }
  .hero-container-event-card-left.about-us {
    grid-template-rows: auto;
    display: flex;
  }
  .event-card-link-container {
    min-width: 100%;
  }
  .event-card-location-text,
  .event-card-date-text {
    text-align: left;
  }
  .h2-heading-3 {
    font-size: 35px;
  }
  .t-section-dark {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .t-grid-three-column {
    grid-template-columns: 1fr;
  }
  .hero-container-event-card-right {
    display: flex;
  }
  .hero-copy-content-left.brand-page,
  .hero-copy-content-right.brand-page {
    order: -1;
  }
  .hero-section-rounded-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .testimonial-right-arrow-3,
  .testimonial-left-arrow-3 {
    width: 44px;
    height: 44px;
  }
  .section-slider-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .gallery-tab-link {
    margin-right: 10px;
    font-size: 16px;
    line-height: 22px;
  }
  .tabs-menu-3 {
    justify-content: center;
    margin-top: 0;
    padding-right: 0;
  }
  .tabs-buttons-wrap {
    justify-content: center;
    margin-bottom: 40px;
    position: static;
  }
  .event-detail-tab-link-2 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
  }
  .event-detail-tab-link-2.w--current {
    margin-bottom: 10px;
  }
  .heading-12 {
    white-space: normal;
    overflow-wrap: normal;
  }
  .event-detail-tabs-menu-2 {
    flex-flow: wrap;
    justify-content: center;
  }
  .tabs-menu-4 {
    justify-content: center;
    margin-top: 0;
    padding-right: 0;
  }
  .button-6.achievement-card.unlisted.event-purchase-button.event-header-interim.reg-1-3.sub-event-creation-list {
    width: 100%;
    min-width: auto;
  }
  .video-wrapper-3 {
    border-width: 10px;
    height: auto;
    margin-bottom: 0;
  }
  .hero-section-rounded-top {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .event-card-hero-wrapper.registration-page {
    width: 100%;
  }
  .home-page-hero-without-image {
    padding: 60px 15px;
  }
  .progress-bar-base {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }
  .dashboard-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .dashboard-progress {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .dashboard {
    flex-direction: column;
  }
  .dashboard-wrapper {
    width: 100%;
  }
  .h4-heading-2 {
    font-size: 32px;
  }
  .dashboard-progress-wrapper.donation-page.body,
  .dashboard-progress-wrapper-in-registration {
    width: 100%;
  }
  .list-text-content-number.primary-time.twilight-5000-2024 {
    width: 50px;
  }
  .list-text-content-name.dontate-to {
    width: 150px;
  }
  .list-text-content-name.athlete-profile-1-0 {
    width: 200px;
  }
  .list-position-and-names-wrapper {
    padding-left: 20px;
  }
  .list-number-wrapper {
    padding-right: 20px;
  }
  .list-text-content-name-header.athlete-profile-1-0 {
    width: 200px;
  }
  .list-number-wrapper-header {
    padding-right: 20px;
  }
  .list-position-and-names-wrapper-header {
    padding-left: 20px;
  }
  .participant-form-container._1-2 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .who-is-registering-tab-menu-1-2.tracksmith {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-flow: column;
    align-self: stretch;
    display: flex;
  }
  .registration-tab-1-2 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
  }
  .registration-tab-1-2.w--current {
    margin-bottom: 10px;
  }
  .i-ll-donate-tab-1-2 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
  }
  .i-ll-donate-tab-1-2.w--current {
    margin-bottom: 10px;
  }
  .don-t-donate-tab-1-2 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
  }
  .don-t-donate-tab-1-2.w--current {
    margin-bottom: 10px;
  }
  .h5-heading-4 {
    font-size: 32px;
  }
  .faq-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .registration-form-1-2 {
    width: auto;
  }
  .registration-1-2-form-block {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
  .checkbox-field-4 {
    margin-bottom: 0;
    padding-left: 0;
  }
  .merch-list-wrapper {
    flex-flow: row;
    justify-content: space-between;
    padding-right: 0;
  }
  .checkout-50-50 {
    flex-flow: column;
    align-self: center;
  }
  .registration-event-info-card-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
    top: auto;
  }
  .registration-page-top-left-content-wrapper {
    margin-left: 30px;
    position: relative;
  }
  .merch-dropdown-wrapper {
    width: 100%;
    margin-top: 0;
    padding-right: 0;
  }
  .account-section.no-max {
    width: 100%;
  }
  .account-top-wrapper {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: column;
  }
  .account-integration-grid {
    grid-template-columns: 1fr;
  }
  .account-integration-grid.vertical {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
  .dashboard-wrapper-2 {
    margin-left: 16px;
    margin-right: 16px;
  }
  .step-form-content {
    width: 100%;
    min-width: auto;
  }
  .step-content-wrapper {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .next-placeholder,
  .previous-placeholder {
    z-index: 6;
    position: fixed;
  }
  .step-banner {
    padding-top: 72px;
  }
  .welcome-account-wrapper {
    background-color: rgba(255, 255, 255, 0);
    flex-direction: column;
  }
  .welcome-to-movemint-hero-image {
    order: -1;
  }
  .welcome-to-movemint-content-wrapper {
    min-width: 100vw;
    min-height: 50vh;
  }
  .welcome-to-movemint-content-alignment {
    align-items: center;
    min-width: 100vw;
    min-height: 50vh;
  }
  .welcome-to-movemint-content {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    width: auto;
  }
  .onboarding-1-1-button-wrapper {
    width: 50vw;
  }
  .profile-set-up,
  .sign-up-field-and-title-wrapper {
    width: auto;
  }
  .photo-attribuion-text {
    margin-bottom: 0;
  }
  .brand-hero-text-wrapper {
    top: 15%;
  }
  .brand-event-row {
    flex-flow: column;
    margin-left: 10px;
    margin-right: 10px;
  }
  .profile-event-row {
    flex-flow: column;
  }
  .profile-about-container {
    align-items: center;
  }
  .account-header-wrapper.series {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }
  .integrations-butoons-wrapper {
    flex-flow: column;
  }
  .brand-community-hero {
    object-fit: cover;
    object-position: 50% 20%;
  }
  .virtual-event-user-submit-time._1-2 {
    width: 100%;
    min-width: auto;
  }
  .submit-effort-form-wrapper {
    width: 100%;
  }
  .list-filter-and-search-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }
  .list-secondary-info-wrapper.twilight-5000-2024.athlete-profile-1-0 {
    width: 200px;
  }
  .add-event-field.base-body---open-sans {
    width: 100%;
  }
  .add-event-search {
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    margin-bottom: 16px;
  }
  .payout-reports-text {
    align-self: center;
  }
  .button-7.is-small.is-alternate {
    border-width: 0.5px;
  }
  .button-7.is-navbar16-button,
  .button-7.is-navbar2-button,
  .button-7.is-navbar3-button {
    padding: 0.25rem 1rem;
  }
  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .section-header1_component,
  .section-header1_content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }
  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .recent-payouts-card-blob-wrapper {
    margin-bottom: 0;
  }
  .recent-payouts-card {
    justify-content: space-between;
  }
  .most-recent-reports-card-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }
  .payoutr-reports-table-filter-wrapper-cumulative {
    width: 100%;
  }
  .payout-reporrts-sort-by-form-block {
    width: 100%;
  }
  .remove-effort-button-container {
    justify-content: center;
    align-items: stretch;
    display: flex;
  }
  .sidebar2_component {
    min-height: 4rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sidebar2_menu {
    width: 80vw;
    max-width: none;
  }
  .sidebar2_logo-wrapper-tablet {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    min-height: 4rem;
  }
  .sidebar2_menu-bottom {
    max-width: none;
  }
  .sidebar2_menu-wrapper {
    border-right-style: none;
  }
  .sidebar2_menu-button.w--open {
    color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  }
  .sidebar2_close-mobile {
    display: flex;
  }
  .brand-about-hero {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .brand-page-tabs-content {
    margin-left: 20px;
    margin-right: 20px;
  }
  .movemint-hero-full {
    aspect-ratio: 1/2.3;
    object-fit: cover;
    object-position: 55% 50%;
  }
  .movemint-hero-full.race-pace-landing {
    object-fit: cover;
    height: 100%;
  }
  .hero-image-rounded-full {
    width: 100%;
    height: auto;
    min-height: 80vh;
    max-height: 80vh;
  }
  .about-us-full-hero-section {
    padding-left: 40px;
    padding-right: 40px;
  }
  .div-block-353 {
    top: auto;
    right: auto;
  }
  .div-block-353.race-pace-landing {
    width: 70%;
    bottom: 40%;
  }
  .h1-bold {
    font-size: 40px;
  }
  .h1-bold.overlay.hero {
    font-size: 45px;
  }
  .h2-bold {
    font-size: 40px;
  }
  .about-us-content-wrapper {
    flex-flow: column;
    margin-top: 50px;
  }
  .about-us-team-circle {
    background-image: linear-gradient(110deg, rgba(238, 144, 144, 0.5019607843), rgba(145, 162, 255, 0.5019607843) 59%, rgba(240, 185, 251, 0.5019607843));
  }
  .about-us-team-body-text {
    font-size: 14px;
    line-height: 130%;
  }
  .about-us-copy-wrapper._50-copy-width {
    width: 100%;
  }
  .about-us-icon-wrapper {
    width: 1.75rem;
  }
  .announcement-banner-content-wrapper {
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .announcement-banner-content {
    margin-left: 0;
  }
  .about-us-row-wrapper {
    flex-flow: column;
  }
  .about-us-team-section {
    padding: 60px 15px;
  }
  .announcement-banner-text.top-hero-body-copy {
    text-align: center;
  }
  .volunteer-registration-form-block {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
  .state-2._1-2 {
    width: auto;
  }
  .phone-number-2._1-2 {
    width: 100%;
    min-width: auto;
  }
  .tabs-content-11._1-2 {
    justify-content: flex-start;
    align-items: center;
    width: auto;
  }
  .date-field-2.date-of-birth._1-2 {
    width: 100%;
    min-width: auto;
  }
  .date-field-2.date-of-birth.emailer,
  .date-field-2.date-of-birth.emailer.time,
  .date-field-2.date-of-birth.emailer.time,
  .date-field-2.event-date.date-picker,
  .date-field-2.event-date.custom-name,
  .date-field-2.create-event.date-picker,
  .date-field-2.create-event.custom-name {
    width: 100%;
  }
  .date-field-2.create-event.custom-name.create-an-event {
    cursor: text;
    cursor: text;
  }
  .checkbox-field-6 {
    margin-bottom: 0;
    padding-left: 0;
  }
  .registration-checkout-info {
    margin-right: 10px;
  }
  .radio3_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
  .radio3_icon-wrapper {
    left: 1rem;
  }
  .volunteer-card-select-radio {
    right: 1rem;
  }
  .volunteer-card-row._1-2 {
    flex-flow: row;
  }
  .radio3_button {
    right: 1rem;
  }
  .volunteer-tab-content-wrapper {
    width: 100%;
  }
  .volunteer-card-icon-1-2.smaller {
    min-width: auto;
  }
  .results-empty-state-body-text-wrapper {
    margin-bottom: 20px;
  }
  .results-empty-state-text {
    margin-bottom: 0;
  }
  .results-empty-state-text-header-wrapper {
    margin-top: 20px;
  }
  .hero-heading-left {
    padding: 60px 15px;
  }
  .event-management-card-grid {
    flex-flow: column;
  }
  .event-mangement-card-title-text {
    text-align: left;
  }
  .section-header1_content-right {
    justify-content: space-between;
  }
  .section-header1_content-wrapper-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }
  .stacked-list2_item {
    grid-template-columns: 1fr;
  }
  .event-creation-buttons {
    justify-content: center;
    align-items: center;
    bottom: 60px;
    left: 0;
    right: 0;
  }
  .event-creation-buttons.two-buttons {
    justify-content: space-between;
    width: 100%;
  }
  .event-creation-buttons.two-buttons.shopping {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }
  .event-creation-buttons.one-button {
    left: 0;
  }
  .event-creation-buttons.one-button.two-button-2 {
    margin-bottom: 66px;
  }
  .event-creation-buttons.two-buttons {
    top: 0;
  }
  .event-creation-buttons.two-buttons.two-button-2 {
    margin-bottom: 66px;
  }
  .stacked-list2_content-right {
    justify-content: space-between;
  }
  .event-management-filter-dropdown-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    width: 100%;
  }
  .event-management-filter-dropdown-wrapper.twilight-5000-2024 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }
  .event-management-filter-dropdown-form-block {
    width: 100%;
  }
  .event-card-info-wrapper {
    display: flex;
  }
  .create-an-event-button-event-management-wrapper {
    order: -1;
    align-self: flex-start;
  }
  .create-an-event-button-event-management-wrapper.series {
    order: 1;
  }
  .create-an-event-button-nav {
    order: -1;
    align-self: flex-start;
  }
  .navbar-menu-link-wrapper {
    padding: 1.25rem;
  }
  .navbar14_component {
    padding-left: 20px;
    padding-right: 20px;
  }
  .widget-accordian-top-text {
    font-size: 14px;
  }
  .navbar14_container {
    min-height: 4rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .list-text-content-city.primary-time.twilight-5000-2024,
  .list-text-content-team.primary-time.twilight-5000-2024 {
    width: 50px;
  }
  .product-header1_component {
    padding-bottom: 1.5rem;
  }
  .product-header1_accordion-icon {
    width: 1.75rem;
  }
  .product-header1_list {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .product-header1_heading {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .product-header1_layout {
    grid-column-gap: 5rem;
    grid-row-gap: 2rem;
  }
  .product-header1_gallery {
    grid-template-columns: 1fr;
  }
  .padding-global {
    margin-left: 16px;
    margin-right: 16px;
  }
  .product-header3_layout {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }
  .product-header3_accordion-icon {
    width: 1.75rem;
  }
  .product-header3_gallery {
    grid-template-columns: 1fr;
  }
  .product-header3_component {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-bottom: 0;
  }
  .product-header3_heading {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .product-header3_list {
    grid-template-rows: auto;
  }
  .transfer-race-athlete-card-wrapper-link.event-2-0 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .transfer-registration-button-text-athlete-card {
    line-height: 150%;
  }
  .div-block-366,
  .at-will-prcing-field-wrapper._1-2 {
    width: 100%;
  }
  .registration-quick-info-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }
  .registration-price-text {
    order: 1;
    margin-top: 8px;
  }
  .div-block-374 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
  }
  .div-block-379 {
    margin-bottom: 0;
  }
  .div-block-381 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }
  .registration-sub-event-list {
    display: flex;
  }
  .sub-event-copy {
    text-align: left;
  }
  .div-block-386 {
    margin-top: 8px;
  }
  .section-5 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .container-13 {
    width: auto;
    max-width: 100%;
  }
  .intro-content {
    max-width: 100%;
  }
  .widget-icon-wrapper {
    width: 1.75rem;
  }
  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .padding-global-2 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .heading-style-h4 {
    line-height: 1.4;
  }
  .phone-number-copy._1-2 {
    width: 100%;
    min-width: auto;
  }
  .text-size-medium {
    font-size: 1rem;
  }
  .portfolio3-related_list {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }
  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }
  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }
  .portfolio3-content2_gallery {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }
  .footer8_credit-text {
    margin-top: 2rem;
  }
  .navbar16_link {
    font-size: 1.5rem;
  }
  .footer8_top-wrapper {
    grid-row-gap: 2.5rem;
  }
  .footer8_link-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-items: start;
    width: 100%;
  }
  .portfolio3-header_metatag-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }
  .footer8_bottom-wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 1rem;
  }
  .text-size-large {
    font-size: 1.125rem;
  }
  .portfolio3-header_content-wrapper {
    grid-template-columns: 1fr;
  }
  .portfolio3-content3_component {
    margin-bottom: 3rem;
  }
  .portfolio3-content3_gallery {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }
  .navbar16_menu-wrapper {
    padding-top: 4rem;
  }
  .navbar16_links-wrapper {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .portfolio3-content1_gallery {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }
  .footer8_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
    justify-items: start;
  }
  .navbar16_bottom {
    height: 4rem;
  }
  .analytics-tab-section-header-content-spacing.align-center.race-pace {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }
  .navbar16_component {
    min-height: 4rem;
  }
  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .event-creation-padding.overview.live {
    padding-bottom: 140px;
  }
  .faq3_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .faq3_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }
  .faq3_icon-wrapper {
    width: 1.75rem;
  }
  .multi-form14_step {
    padding: 2rem;
  }
  .padding-global-4 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .text-size-header {
    font-size: 1rem;
  }
  .tabs-menu-7 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }
  .analytics-tab-card.tab-1,
  .analytics-tab-card.tab-1.w--current {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
  .analytics-tab-card-main-conent-text {
    font-size: 30px;
  }
  .analytics-tab-card-header-text {
    font-size: 16px;
  }
  .section-header1_content-wrapper-3 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }
  .analytics-stacked-list-row {
    grid-template-columns: 1fr;
  }
  .view-event-in-new-tab-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    margin-top: 8px;
  }
  .open-event-setitngs-icon {
    align-self: flex-end;
  }
  .race-pace-testimonial-copy {
    font-size: 1.25rem;
  }
  .race-pace-cards {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }
  .view-event-link-content-wrapper {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: row;
    justify-content: flex-start;
    align-self: flex-end;
    align-items: baseline;
  }
  .view-event-text {
    order: -1;
    align-self: center;
    line-height: 100%;
  }
  .div-block-403 {
    align-self: center;
  }
  .email-group-list {
    display: flex;
  }
  .sidebar1_menu-wrapper {
    border-right-style: none;
    padding-top: 0;
  }
  .shell2_main-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }
  .padding-horizontal.padding-medium {
    margin-top: 0;
    margin-left: 16px;
    margin-right: 16px;
  }
  .sidebar1_component {
    min-height: 4rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sidebar1_form-block {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .sidebar1_menu-button.w--open {
    color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  }
  .sidebar-type-label-delete-this {
    left: 1rem;
  }
  .sidebar1_logo-wrapper-tablet {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    min-height: 4rem;
    margin-bottom: 0;
  }
  .sidebar1_close-mobile {
    display: flex;
  }
  .sidebar1_menu {
    width: 80vw;
    max-width: none;
  }
  .create-email-section-header-text.draft {
    order: 0;
    padding-top: 2px;
    padding-bottom: 2px;
    line-height: 120%;
  }
  .create-email-dropdown-toggle {
    width: 1.75rem;
  }
  .create-email-button-text {
    white-space: nowrap;
  }
  .create-email-button-text.normal {
    padding-left: 0;
    padding-right: 0;
  }
  .select1_component {
    width: 100%;
  }
  .div-block-412 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .create-email-section-title-text {
    line-height: 120%;
  }
  .create-email-name-input-field {
    font-size: 24px;
  }
  .create-email-name-input-field-form-container {
    width: 300px;
  }
  .div-block-417 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
  }
  .div-block-422 {
    order: -1;
  }
  .div-block-422.test {
    order: 0;
  }
  .create-email-default-field,
  .multicheck {
    width: 100%;
  }
  .icon-search {
    top: 17px;
  }
  .div-block-425 {
    flex-flow: column;
  }
  .create-email-content-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
  .navbar-link-2,
  .menu-button-2 {
    background-color: #fff;
  }
  .email-card-info-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
  .email-card-info-wrapper.updated {
    grid-template-rows: auto auto auto;
  }
  .div-block-439 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }
  .email-management-card-info {
    width: auto;
  }
  .email-mangement-card-title-text {
    font-size: 14px;
  }
  .email-management-card-grid {
    flex-flow: column;
  }
  .email-section {
    margin-left: 16px;
    margin-right: 16px;
  }
  .email-integration-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  .movemint-email-portal-header-content-wrapper {
    flex-flow: column;
  }
  .div-block-444 {
    flex-flow: column;
    width: auto;
  }
  .div-block-445 {
    align-self: flex-start;
  }
  .product-header2_lightbox-link-wrapper {
    width: 100%;
    height: 100%;
  }
  .padding-section-medium-2 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .product-header2_content-bottom {
    grid-column-gap: 5rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }
  .product-header2_list {
    display: none;
  }
  .product-header2_content-top {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    margin-bottom: 16px;
    display: flex;
  }
  .product-header2_gallery {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    display: flex;
  }
  .heading-style-h3-2 {
    font-size: 2rem;
  }
  .product-header2_gallery-button-wrapper {
    z-index: 0;
  }
  .product-header2_modal-content-wrapper {
    padding-bottom: 7rem;
  }
  .spacer-xsmall {
    padding-top: 0.75rem;
  }
  .spacer-small {
    padding-top: 1.25rem;
  }
  .spacer-medium-2 {
    padding-top: 1.5rem;
  }
  .spacer-large {
    padding-top: 2rem;
  }
  .spacer-xlarge {
    padding-top: 2.5rem;
  }
  .spacer-xxlarge {
    padding-top: 3rem;
  }
  .spacer-huge {
    padding-top: 3.5rem;
  }
  .spacer-xhuge {
    padding-top: 4rem;
  }
  .spacer-xxhuge {
    padding-top: 5rem;
  }
  .div-block-446 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }
  .div-block-447 {
    width: auto;
  }
  .conversations-dashboard-1-0-overall-wrapper {
    align-items: center;
  }
  .page-header3_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    justify-items: start;
    margin-right: 0;
  }
  .section_page-header3 {
    margin-top: 80px;
  }
  .page-header3_form-block {
    margin-bottom: 1rem;
    margin-right: 0;
  }
  .page-header3_content-right {
    flex-direction: column;
    align-items: stretch;
  }
  .radio3_field-2 {
    padding-left: 5.5rem;
    padding-right: 3.5rem;
  }
  .radio3_button-2 {
    right: 1rem;
  }
  .radio2_field,
  .radio2_field.is-active-inputactive {
    border-style: none;
    border-color: #000;
  }
  .radio2_icon {
    border: 0.5px solid var(--black);
    border-radius: 8px;
  }
  .heading-style-h5-2 {
    font-size: 1.25rem;
  }
  .heading-style-h5-2.donate-top {
    display: none;
  }
  .section-header1_content-wrapper-4,
  .grid-list1_list {
    grid-template-columns: 1fr;
  }
  .max-width-large-4 {
    margin-bottom: 0;
  }
  .page-header5_main-content {
    flex-direction: column;
    align-items: flex-start;
  }
  .page-header5_content-right {
    flex-direction: column;
    align-items: stretch;
  }
  .heading-style-h5-3 {
    font-size: 1.25rem;
  }
  .page-header5_content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }
  .page-header5_form-block {
    margin-bottom: 1rem;
    margin-right: 0;
  }
  .section_page-header5 {
    display: none;
  }
  .page-header5_avatar-image {
    width: 6rem;
    height: 6rem;
  }
  .donation-page-donate-form-content {
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template: "Area-3 Area-2" "Area ."/1fr 1fr;
    display: flex;
  }
  .donation-page-donate-form {
    bottom: 0;
  }
  .donation-page-donate-form.non-fixed {
    z-index: 0;
    box-shadow: none;
    padding: 0;
    display: block;
    top: 0;
  }
  .heading-style-h3-3 {
    font-size: 2rem;
  }
  .heading-style-h4-2 {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .modal3_content-wrapper {
    padding-bottom: 7rem;
  }
  .product-header2_list-2 {
    display: none;
  }
  .padding-global-7 {
    margin-bottom: 50px;
  }
  .heading-style-h3-4 {
    font-size: 2rem;
  }
  .heading-style-h4-3 {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .product-header2_modal-content-wrapper-2 {
    padding-bottom: 7rem;
  }
  .button-14.is-small.is-alternate {
    position: relative;
  }
  .donation-page-donate-form-2 {
    width: 100%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 16px 16px 30px;
    bottom: 0;
  }
  .section-header1_content-wrapper-5 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }
  .heading-style-h4-4 {
    font-size: 24px;
    line-height: 120%;
  }
  .tabs-menu-10 {
    justify-content: center;
    margin-top: 0;
    padding-right: 0;
  }
  .button-17.volunteer-signup,
  .field-wrap-5.date-of-birth.emailer {
    width: 100%;
  }
  .field-wrap-5.date-of-birth.emailer.auto {
    width: auto;
  }
  .field-wrap-5.date-of-birth.event-creation,
  .field-wrap-5.date-of-birth.create-event,
  .field-wrap-5.date-of-birth.create-event,
  .field-wrap-5.date-of-birth.create-event,
  .field-wrap-5.date-of-birth.create-event,
  .field-wrap-5.custom-location-name.emailer,
  .field-wrap-5.custom-location-name.emailer,
  .field-wrap-5.custom-location-name.event-creation,
  .field-wrap-5.custom-location-name.create-event,
  .field-wrap-5.custom-location-name.group {
    width: 100%;
  }
  .virtual-event-user-submit-time-2._1-2 {
    width: 100%;
    min-width: auto;
  }
  .heading-20 {
    white-space: normal;
    overflow-wrap: normal;
  }
  .div-block-466 {
    margin-top: 8px;
  }
  .div-block-467 {
    margin-bottom: 0;
  }
  .logo1_logo {
    max-height: 3rem;
  }
  .logo1_component {
    padding-top: 1rem;
  }
  .logo5_logo {
    max-height: 3rem;
  }
  .logo5_component {
    padding-top: 1rem;
  }
  .heading-23 {
    white-space: normal;
    overflow-wrap: normal;
  }
  .product-header2_list-3 {
    display: none;
  }
  .heading-style-h4-5 {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .event-page-2-0-form {
    width: 100%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 16px 16px 30px;
    bottom: 0;
  }
  .product-header2_breadcrumb-2 {
    margin-top: 1.5rem;
    margin-bottom: 0;
  }
  .event-page-2-0-form-content {
    grid-template-rows: auto;
  }
  .create-event-name-input-field {
    font-size: 24px;
  }
  .create-email-default-field-2 {
    width: 100%;
  }
  .div-block-472 {
    align-self: flex-start;
  }
  .div-block-475,
  .div-block-475-copy {
    flex-flow: column;
    width: auto;
  }
  .create-event-sepecial-input-field,
  .create-event-location-input-field {
    font-size: 24px;
  }
  .event-creation-overview-text-header-2 {
    line-height: 100%;
  }
  .multi-form1_navbar {
    height: 4rem;
  }
  .multi-form1_progress {
    top: 4rem;
  }
  .multi-form1_footer {
    height: 4rem;
  }
  .multi-form1_logo-link {
    padding-left: 0;
  }
  .hide-mobile-landscape {
    display: none;
  }
  .heading-style-h4-6 {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .movemint-date-field.date-of-birth._1-2 {
    width: 100%;
    min-width: auto;
  }
  .movemint-date-field.date-of-birth.emailer {
    width: 100%;
  }
  .movemint-date-field.event-creation-2-0 {
    font-size: 16px;
  }
  .movemint-date-field.event-creation-2-0._1-2 {
    width: 100%;
    min-width: auto;
  }
  .movemint-date-field.event-creation-2-0.emailer {
    width: 100%;
  }
  .div-block-447-copy {
    width: 150px;
  }
  .link-block-19 {
    width: auto;
  }
  .create-event-text-field {
    font-size: 16px;
  }
  .create-event-text-field.name-your-event {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 24px;
  }
  .div-block-486 {
    flex-flow: column;
    width: 100%;
  }
  .event-creation-content-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
  .donate-custom-amount-field.name-your-event {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 30px;
  }
  .slider1_slide {
    padding-left: 0;
    padding-right: 0;
  }
  .div-block-494.logo-only {
    width: 150px;
    height: 150px;
    margin-left: 16px;
    display: block;
    position: static;
  }
  .div-block-494.logo-only.athlete {
    width: auto;
    height: auto;
  }
  .div-block-495 {
    flex-flow: column;
    display: flex;
  }
  .cta1_component {
    grid-row-gap: 3rem;
  }
  .donate-write-a-message-field.name-your-event {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 30px;
  }
  .div-block-496 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }
  .product-header2_list-4 {
    display: none;
  }
  .product-header2_gallery-2 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }
  .padding-section-medium-3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .product-header2_component-2 {
    padding-bottom: 1.5rem;
  }
  .product-header2_content-top-2 {
    flex-direction: column-reverse;
    margin-bottom: 2rem;
    display: flex;
  }
  .product-header2_breadcrumb-3 {
    margin-left: 16px;
  }
  .product-header2_gallery-3 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }
  .heading-style-h4-7 {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .movemint-pfp-placeeholder.athlete {
    width: 100px;
    height: 100px;
  }
  .heading-style-h4-8 {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .multi-form3_logo-link {
    padding-left: 0;
  }
  .multi-form3_navbar,
  .multi-form3_footer {
    height: 4rem;
  }
  .heading-style-h4-9 {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .form-progress-bar-base {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }
  .about-us-copy-wrapper-copy._50-copy-width {
    width: 100%;
  }
  .event-creation-date-spacing {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
  }
  .event-creation-date-spacing.no-spacing.horizontal-mobile {
    flex-flow: row;
  }
  .event-creation-center-content-overall-spacing {
    margin-left: 16px;
    margin-right: 16px;
    top: 0%;
  }
  .event-creation-center-content-overall-spacing.overview {
    margin-left: 16px;
    margin-right: 16px;
    padding-bottom: 140px;
  }
  .event-creation-layout-component {
    flex-flow: wrap;
    grid-template-columns: 1fr;
  }
  .event-creation-layout-component.checkpoint-3-copy {
    display: flex;
  }
  .overview-list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
  .form9_radio-button {
    right: 1rem;
  }
  .form9_radio-icon-wrapper {
    left: 1rem;
  }
  .form9_radio {
    padding-left: 5.5rem;
    padding-right: 3.5rem;
  }
  .form9_radio-group {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
  .two-radio-button-toggle {
    right: 1rem;
  }
  .two-radio-text {
    font-size: 14px;
  }
  .radio-button-label {
    font-size: 18px;
  }
  .create-event-text-field-2 {
    font-size: 16px;
  }
  .event-mangement-card-title-text-copy {
    text-align: left;
  }
  .registration-quick-info-wrapper-copy {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }
  .event-creation-heading-text {
    font-size: 30px;
  }
  .event-creation-button-no-color.is-small.is-alternate {
    border-width: 0.5px;
  }
  .event-creation-button-no-color.is-navbar16-button {
    padding: 0.25rem 1rem;
  }
  .event-creation-button-no-color.back.first-page {
    display: none;
  }
  .event-creation-button-no-color.not-ready {
    display: block;
  }
  .event-creation-button-no-color.skip.first-page {
    display: none;
  }
  .event-creation-heading-content-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
  .div-block-505 {
    width: 30%;
  }
  .event-creation-heading-subtext,
  .event-creation-overview-text-body {
    font-size: 16px;
    line-height: 120%;
  }
  .event-creation-overview-text-container {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }
  .event-creation-nav-wrapper {
    z-index: 3;
    display: flex;
  }
  .event-creation-nav-wrapper.one-button.first {
    align-self: flex-end;
  }
  .event-kind-choice-icons {
    width: 20px;
    min-width: 20px;
    height: 20px;
  }
  .two-radio-copy-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }
  .padding-section-large-2-copy {
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .event-creation-width-wrapper {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }
  .event-creation-width-wrapper.bottom-padding {
    margin-top: 0;
  }
  .event-creation-width-wrapper.bottom-padding.event-location {
    padding-bottom: 140px;
  }
  .event-creation-exit-button-2 {
    width: 100%;
  }
  .section_layout32-copy {
    margin-top: 30px;
    top: 0%;
  }
  .event-creation-header-subtext {
    font-size: 16px;
  }
  .event-creation-header-text {
    font-size: 24px;
  }
  .event-creation-content-spacing-and-margin {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .event-creation-content-spacing-and-margin.with-subtext {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
  .div-block-513 {
    margin-top: 0;
    margin-left: 16px;
    top: 80px;
  }
  .create-event-date-content-wrapper.sub-event {
    justify-content: flex-end;
    align-items: flex-start;
  }
  .create-event-date-content-wrapper.sub-event.pricing-end {
    margin-top: 8px;
  }
  .div-block-491-copy-copy {
    margin-top: 60px;
  }
  .div-block-491-copy-copy.where-located {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
  .text-block-47 {
    font-size: 16px;
  }
  .div-block-488-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
  .section_layout32-copy {
    margin-top: 90px;
    margin-left: 16px;
    margin-right: 16px;
    top: 0%;
  }
  .div-block-518 {
    display: flex;
  }
  .event-creation-bottom-nav-and-progress-overall-wrapper.bottom-on-mobile {
    margin-top: 30px;
    padding-bottom: 20px;
  }
  .event-creation-bottom-nav-and-progress-overall-wrapper.bottom-on-mobile.transparent {
    margin-top: 30px;
  }
  .div-block-519-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    display: flex;
    inset: auto 0 0;
  }
  .event-creation-next-button-wrapper.shopping,
  .event-creation-next-button-wrapper.marketing {
    flex-flow: column;
    width: 100%;
  }
  .not-ready-next-button-event-creation.shopping {
    width: 100%;
  }
  .event-creation-all-content-wrapper-and-bottom-padding._100vh.flow,
  .event-creation-bottom-nav-margin-and-gap {
    margin-left: 16px;
    margin-right: 16px;
  }
  .add-link-content-wrapper {
    width: 100%;
    min-width: auto;
  }
  .multi-form1_form-copy {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }
  .create-event-overall-content-wrapper {
    margin-top: 0;
  }
  .location-map-container,
  .div-block-488-copy,
  .create-event-content-wrapper-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
  .create-event-form-2 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }
  .event-creation-form.sub-events {
    flex-flow: column;
  }
  .event-creation-form.sub-events.left {
    justify-content: center;
    align-items: flex-start;
  }
  .show-mobile-landscape {
    display: block;
  }
  .modal1_content-wrapper {
    width: 100%;
    height: 100vh;
    max-height: none;
    padding-bottom: 7rem;
    padding-left: 5%;
    padding-right: 5%;
  }
  .modal1_component {
    align-items: flex-start;
  }
  .icon_close {
    top: 8px;
  }
  .pick-an-organzation-modal {
    padding-left: 16px;
    padding-right: 16px;
  }
  .multiple-donation-button.in-form.mb-10.in-modal {
    min-width: 150px;
  }
  .in-form-multiple-donation-button-overall-wrapper {
    max-height: 300px;
  }
  .div-block-530 {
    align-self: flex-start;
  }
  .div-block-531 {
    flex-flow: column;
  }
  .div-block-534 {
    flex-flow: column;
    width: auto;
  }
  .radio3_button-3 {
    right: 1rem;
  }
  .accordion1_top {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .accordion1_icon {
    width: 1.75rem;
  }
  .create-sub-event-overall-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
  .add-additional-info-sub-event-creation-icon.small {
    align-self: flex-start;
  }
  .div-block-444-copy-copy {
    flex-flow: row;
    width: auto;
  }
  .create-sub-event-date-field-wrapper,
  .create-sub-event-date-field-wrapper.advanced {
    flex-flow: column;
  }
  .accordion1_top-copy {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .create-sub-event-time-field-wrapper {
    align-self: flex-start;
  }
  .accordion1_top-copy-copy {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .pick-an-organzation-modal-background,
  .pick-an-organzation-modal-2 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .donate-from-field.name-your-event {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 30px;
  }
  .series-hero-image-container-copy {
    height: 300px;
  }
  .hero-heading-right-2 {
    padding: 60px 15px;
  }
  .div-block-495-copy {
    flex-flow: column;
    display: flex;
  }
  .donation-page-donate-form-copy {
    bottom: 0;
  }
  .donation-page-donate-form-copy.non-fixed {
    z-index: 0;
    box-shadow: none;
    padding: 0;
    display: block;
    top: 0;
  }
  .page-header3_content-right-copy {
    flex-direction: column;
    align-items: stretch;
  }
  .event-series-title-subheading,
  .heading-style-h4-copy {
    line-height: 1.4;
  }
  .series-page-content-right-wrapper {
    flex-direction: column;
    align-items: stretch;
  }
  .series-page-content-right-wrapper.moble {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-bottom: 16px;
  }
  .tabs-menu {
    grid-column-gap: 8px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    justify-content: center;
    margin-bottom: 16px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .event-detail-tab-link-2-copy {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
  }
  .event-detail-tab-link-2-copy.w--current {
    margin-bottom: 10px;
  }
  .section-header-text {
    font-size: 35px;
  }
  .series-event-grid {
    flex-flow: column;
    grid-template-columns: 1fr;
  }
  .add-contact-email-field-event-creation {
    width: 100%;
    min-width: auto;
  }
  .preview-event-ec-button.is-small.is-alternate {
    border-width: 0.5px;
  }
  .preview-event-ec-button.is-navbar16-button {
    padding: 0.25rem 1rem;
  }
  .preview-event-ec-button.back.first-page {
    display: none;
  }
  .preview-event-ec-button.not-ready {
    display: block;
  }
  .preview-event-ec-button.skip.first-page {
    display: none;
  }
  .div-block-488-copy-copy-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
  .create-sub-event-section-top {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .create-sub-event-icon-wrapper {
    width: 1.75rem;
  }
  .create-sub-event-sub-content-wrapper.grid,
  .create-sub-event-sub-content-wrapper.prricing-flex {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  .radio3_component-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
  .radio3_field-4 {
    padding-left: 5.5rem;
    padding-right: 3.5rem;
  }
  .div-block-469-copy {
    flex-flow: column;
    display: flex;
  }
  .add-early-bird-pricing-button-wrapper,
  .participant-info-wrapper {
    margin-top: 36px;
  }
  .event-creation-radio {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .start-date-wrapper.reg-info {
    margin-right: 8px;
  }
  .i-ll-fundraise-tab-1-2 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
  }
  .i-ll-fundraise-tab-1-2.w--current {
    margin-bottom: 10px;
  }
  .don-t-fundraise-tab-1-2 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
  }
  .don-t-fundraise-tab-1-2.w--current {
    margin-bottom: 10px;
  }
  .event-management-filter-dropdown-wrapper-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    width: 100%;
  }
  .event-management-filter-dropdown-wrapper-copy.twilight-5000-2024 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }
  .div-block-377-copy {
    width: 100%;
  }
  .event-management-card-grid-copy {
    flex-flow: column;
  }
  .registration-code-and-button-wrapper-copy {
    width: 100%;
  }
  .sub-event-category-list {
    display: flex;
  }
  .event-creation-thank-you-image {
    object-fit: cover;
    object-position: 50% 30%;
    align-self: auto;
    width: 100%;
    height: 100%;
  }
  .text-block-43-copy {
    font-size: 16px;
    line-height: 120%;
  }
  .div-block-568 {
    object-position: 50% 50%;
    width: 100%;
    height: 150px;
    display: block;
  }
  .start-daie-padding {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
  }
  .start-daie-padding.registration-page.reg-info {
    width: 100%;
  }
  .create-event-date-content-wrarpper.sub-event.pricing-end {
    margin-top: 8px;
  }
  .create-event-field-wrapper {
    width: 100%;
    min-width: auto;
  }
  .race-day-list-filter-and-search-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 24px;
  }
  .race-day-list-text-content-name.dontate-to {
    width: 150px;
  }
  .race-day-check-in-button {
    width: 100%;
    margin-right: 0;
  }
  .race-day-check-in-button.checked-in.list-view {
    padding-bottom: 0;
  }
  .add-participant-race-day-button-wrapper {
    margin-top: 36px;
  }
  .padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .faq3_question-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .faq3_component-2 {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }
  .add-a-participant-modal {
    padding-left: 16px;
    padding-right: 16px;
  }
  .in-form-multiple-donation-button-overall-wrapper-copy {
    max-height: 300px;
  }
  .add-contact-email-field-event-creation-copy {
    width: 100%;
    min-width: auto;
  }
  .content-block.with-padding.updated-top {
    margin-top: 80px;
    margin-left: 16px;
    margin-right: 16px;
  }
  .top-nav-event-creation-padding,
  .top-nav-event-creation-padding-2 {
    margin-left: 16px;
    margin-right: 16px;
  }
  .event-creation-exit-button-3,
  .event-creation-exit-button-4 {
    width: 100%;
  }
  .race-day-position-wrapper {
    padding-left: 20px;
  }
  .race-day-check-in-large-text {
    max-width: 350px;
  }
  .race-day-check-in-large-text.name.list-view {
    width: 225px;
  }
  .race-day-check-in-large-text.larger {
    min-width: 400px;
    max-width: 200px;
    font-size: 24px;
  }
  .race-day-check-in-large-text.larger-copy {
    max-width: 200px;
    font-size: 24px;
  }
  .race-day-check-in-large-text.merch {
    font-size: 24px;
  }
  .race-day-participant-info-grid {
    display: flex;
  }
  .race-day-content-spacing {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }
  .race-day-checkin-list {
    display: flex;
  }
  .race-day-check-in-confirmation-modal {
    padding-left: 16px;
    padding-right: 16px;
  }
  .race-day-check-in-confirmation-modal.add-bib-number {
    display: none;
  }
  .race-day-card-grid {
    flex-flow: column;
    padding: 8px;
  }
  .link-block-22.checked-in {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }
  .div-block-574 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
  .div-block-576.merch-text {
    width: 100%;
  }
  .event-card-row-formatting-copy {
    width: auto;
  }
  .create-event-text-field-3 {
    font-size: 16px;
  }
  .create-event-text-field-3.name-your-event,
  .create-event-text-field-3.bib-assignment {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 24px;
  }
  .recent-activity-text-wrapper.divider {
    display: none;
  }
  .recent-activity-text-wrapper.divider.list {
    display: block;
  }
  .recent-activity-overall-wrapper {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .recent-activity-overall-wrapper.admin-button {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }
  .recent-activity-overall-wrapper.list {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row;
  }
  .event-card-2-0-info-wrapper {
    display: flex;
  }
  .event-cad-2-0-event-title-text {
    word-break: keep-all;
  }
  .participant-event-card-2-0-modal {
    padding-left: 16px;
    padding-right: 16px;
  }
  .div-block-583 {
    grid-row-gap: 16px;
  }
  .div-block-584 {
    margin-left: 16px;
    margin-right: 16px;
  }
  .div-block-379-copy {
    margin-top: 0;
  }
  .event-card-2-0-bttom-athlete-button-wrapper {
    width: 100%;
  }
  .pick-an-organzation-modal-background-copy {
    padding-left: 16px;
    padding-right: 16px;
  }
  .storefront-product-grid {
    grid-column-gap: 1.25rem;
    grid-row-gap: 3rem;
  }
  .product1_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .product1_heading {
    margin-right: 0;
  }
  .product1_button-row {
    justify-content: flex-start;
    width: 100%;
  }
  .product1_image-wrapper {
    height: 100%;
  }
  .div-block-377-copy-copy {
    width: 100%;
  }
  .profile-image-section.logo-only {
    width: 150px;
    height: 150px;
    display: block;
    position: static;
  }
  .profile-image-section.logo-only.athlete {
    width: auto;
    height: auto;
  }
  .div-block-583-copy {
    grid-row-gap: 16px;
  }
  .div-block-586 {
    height: auto;
  }
  .heading-style-h4-copy {
    line-height: 1.4;
  }
  .page-header3_component-copy {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    justify-items: start;
    margin-left: 0;
    margin-right: 0;
  }
  .section_page-header3-copy {
    margin-top: 80px;
  }
  .div-block-592 {
    width: 100%;
  }
  .div-block-594 {
    display: flex;
  }
  .div-block-601 {
    margin-bottom: 0;
  }
  .all-tabs-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
  .photo-grid-preview {
    flex-direction: column-reverse;
    display: flex;
  }
  .series-page-overall-content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .serries-pass-list-wrapper {
    grid-template-columns: 1fr;
  }
  .serries-pass-list-wrapper.gird {
    flex-flow: column;
    display: flex;
  }
  .div-block-610 {
    margin-bottom: 0;
  }
  .home7-cta_component {
    grid-row-gap: 3rem;
  }
  .home7-blog_heading {
    margin-right: 0;
  }
  .padding-section-large-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .home7-blog_button-row {
    justify-content: flex-start;
    width: 100%;
  }
  .home7-blog_button-row.mobile-landscape {
    margin-top: 2.5rem;
    display: flex;
  }
  .navbar2_component {
    min-height: 4rem;
  }
  .home7-details_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }
  .home7-header_component {
    height: auto;
  }
  .heading-style-h5-4 {
    font-size: 1.25rem;
  }
  .home7-blog_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .home7-about_component,
  .home7-blog_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }
  .footer3_menu-wrapper {
    grid-column-gap: 1.5rem;
  }
  .footer3_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }
  .home7-header_content-wrapper {
    grid-template-columns: 1fr;
  }
  .footer3_top-wrapper {
    grid-row-gap: 3rem;
  }
  .home7-gallery_component {
    column-count: 1;
    column-gap: 1.5rem;
  }
  .footer3_credit-text {
    margin-top: 2rem;
  }
  .footer3_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }
  .f-h3-heading-2 {
    font-size: 40px;
  }
  .div-block-613 {
    flex-flow: row;
    justify-content: space-between;
    width: 90%;
  }
  .link-block-29 {
    order: 1;
  }
  .navbar-link-3 {
    background-color: #fff;
  }
  .navbar-link-3._5-28-update {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }
  .navbar-link-3._5-28-update.event-management-link.event-creation {
    width: auto;
  }
  .series-page-title-text {
    line-height: 1.4;
  }
  .event-card-2-bottom-content,
  .series-pass-sub-event-card-bottom-content-wrapper {
    margin-bottom: 0;
  }
  .div-block-381-copy {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }
  .volunteer-info-card-row-formatting-copy {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    inset: 0% 0% auto auto;
  }
  .registration-quick-info-text-copy {
    color: var(--black);
    font-size: 12px;
  }
  .div-block-377-copy-copy {
    justify-content: flex-start;
    width: 100%;
  }
  .div-block-381-copy-copy {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }
  .subevent-duplicate-name {
    padding-left: 16px;
    padding-right: 16px;
  }
  .portfolio1-header_metatag-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }
  .padding-section-large-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .padding-section-medium-4 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .heading-style-h5-5 {
    font-size: 1.25rem;
  }
  .portfolio1-related_list {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }
  .portfolio1-header_content-wrapper {
    grid-template-columns: 1fr;
  }
  .portfolio1-related_title-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }
  .portfolio1-content1_component {
    grid-template-columns: 1fr;
  }
  .portfolio1-gallery_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }
  .portfolio1-content3_component,
  .portfolio1-content2_component {
    grid-template-columns: 1fr;
  }
  .portfolio1-gallery_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
  .section_cta20 {
    position: static;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
  .heading-style-h2 {
    font-size: 2.25rem;
  }
  .signup-form-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }
  .button-7-copy.is-small.is-alternate {
    border-width: 0.5px;
  }
  .button-7-copy.is-navbar16-button,
  .button-7-copy.is-navbar2-button {
    padding: 0.25rem 1rem;
  }
  .event-landing-page-overall-width-and-vh {
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  .event-landing-page-image-position {
    z-index: 2;
    height: 100%;
    position: absolute;
    overflow: hidden;
  }
  .event-landing-page-image-position-indexing {
    height: 100%;
    overflow: hidden;
  }
  .text-size-medium-copy {
    font-size: 12px;
  }
  .button-7-copy-copy {
    width: 100%;
  }
  .button-7-copy-copy.is-small.is-alternate {
    border-width: 0.5px;
  }
  .button-7-copy-copy.is-navbar16-button {
    padding: 0.25rem 1rem;
  }
  .div-block-379-copy {
    margin-bottom: 0;
  }
  .text-size-medium-2 {
    font-size: 1rem;
  }
  .home2-logo_logo {
    max-height: 3rem;
  }
  .home2-testimonial_mask {
    width: 100%;
  }
  .home2-testimonial_slide {
    margin-right: 2rem;
    padding-left: 0;
    padding-right: 0;
  }
  .footer5_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }
  .home2-faq_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .padding-section-medium-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .home2-testimonial_component {
    padding-bottom: 3rem;
    padding-left: 0;
    padding-right: 0;
  }
  .home2-faq_question {
    padding: 1rem 1.25rem;
  }
  .home2-testimonial_content {
    padding: 1.5rem;
  }
  .home2-blog_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }
  .heading-style-h5-6 {
    font-size: 1.25rem;
  }
  .footer5_credit-text {
    margin-top: 1rem;
  }
  .navbar3_component {
    min-height: 4rem;
  }
  .home2-testimonial_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .footer5_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }
  .footer5_top-wrapper {
    grid-row-gap: 2.5rem;
  }
  .home2-logo_wrapper {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .home2-customers_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }
  .testimonial19_arrow {
    bottom: 3rem;
  }
  .home2-faq_icon-wrapper {
    width: 1.75rem;
  }
  .home2-features_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }
  .footer5_newsletter-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 3rem;
  }
  .home2-testimonial_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }
  .home2-logo_list {
    grid-column-gap: 1rem;
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    padding-top: 1rem;
  }
  .navbar3_menu {
    width: 90vw;
    padding-bottom: 5rem;
  }
  .text-size-medium-2-copy {
    font-size: 1rem;
  }
  .faq3_question-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .div-block-628 {
    height: auto;
  }
  .div-block-629 {
    grid-row-gap: 16px;
  }
  .div-block-630 {
    margin-bottom: 0;
  }
  .discover-page-margin-and-padding {
    margin-left: 16px;
    margin-right: 16px;
    padding-top: 40px;
  }
  .discover-page-margin-and-padding.featured {
    padding-top: 40px;
  }
  .event-card-2-0-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }
  .event-card-2-0-info-wrapper-copy {
    display: flex;
  }
  .link-block-33 {
    order: 1;
  }
  .div-block-634 {
    height: auto;
  }
  .div-block-635 {
    flex-flow: row;
    justify-content: space-between;
    width: 90%;
  }
  .create-email-name-input-field-copy,
  .discover-event-search-input-field {
    font-size: 24px;
  }
  .event-card-2-0-image-wrapper.more-info-card {
    height: auto;
  }
  .event-card-2-0-info-section-wwrapper {
    margin-bottom: 0;
  }
  .navbar-menu-link-wrapper-copy {
    padding: 1.25rem;
  }
  .topbar2_component {
    height: auto;
    min-height: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .shell11_sidebar-wrapper {
    top: -4rem;
  }
  .topbar2_logo-link {
    padding-left: 0;
  }
  .topbar-type-label-delete-this {
    top: 2.5rem;
    right: 1rem;
  }
  .topbar2_content-right {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
  }
  .topbar2_search-wrapper {
    min-height: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
    top: 4rem;
  }
  .sidebar7_menu {
    width: 80vw;
  }
  .sidebar7_component {
    min-height: 4rem;
    padding-left: 1.5rem;
  }
  .dashboard-wrapper-2-copy {
    margin-left: 16px;
    margin-right: 16px;
  }
  .add-event-search-copy {
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    margin-bottom: 16px;
  }
  .account-integration-grid-copy {
    grid-template-columns: 1fr;
  }
  .event-detail-tab-link-2-copy-copy {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
  }
  .event-detail-tab-link-2-copy-copy.w--current {
    margin-bottom: 10px;
  }
  .hero-section-rounded-3-copy {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .left-arrow-2-copy {
    justify-content: flex-start;
    align-items: center;
    padding-left: 10px;
  }
  .hero-container-event-card-left-copy {
    grid-template-columns: 1fr;
  }
  .hero-copy-content-left-copy-copy.brand-page {
    order: -1;
  }
  .div-block-661 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }
  .event-card-location-text-copy {
    text-align: left;
  }
  .home-page-hero-without-image-copy {
    padding: 60px 15px;
  }
  .hero-copy-content-left-copy {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }
  .hero-copy-content-left-copy.brand-page {
    order: -1;
  }
  .hero-copy-content-left-copy-copy-copy {
    grid-template-columns: 1fr;
  }
  .hero-container-event-card-left-copy-copy,
  .hero-container-event-card-left-copy-copy-copy {
    grid-template-columns: 1fr;
  }
  .f-h3-heading-copy-copy {
    font-size: 40px;
  }
  .f-h3-heading-copy {
    font-size: 30px;
  }
  .f-h3-heading-copy-copy-copy,
  .f-h3-heading-copy-copy,
  .f-h3-heading-copy {
    font-size: 40px;
  }
  .div-block-666 {
    margin-bottom: 8px;
    margin-left: 8px;
  }
  .f-h3-heading-copy-copy-2,
  .f-h3-heading-copy-copy-copy,
  .f-h3-heading-copy-copy-copy,
  .f-h3-heading-copy-copy-copy {
    font-size: 40px;
  }
  .div-block-667 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    width: 100%;
  }
  .text-block-65 {
    font-size: 36px;
  }
  .navbar-link-4 {
    background-color: #fff;
  }
  .navbar-link-4._9-10-24-update,
  .navbar-link-4._5-28-update,
  .navbar-link-4._9-10-24-update,
  .navbar-link-4._9-10-24-update {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }
  .button-23.achievement-card.unlisted.event-purchase-button.event-header-interim.results.event-management {
    width: 100%;
  }
  .div-block-669 {
    justify-content: space-around;
    width: 100%;
  }
  .recent-activity-text-wrapper-copy.divider {
    display: none;
  }
  .recent-activity-text-wrapper-copy.divider.list {
    display: block;
  }
  .recent-activity-overall-wrapper-copy {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .recent-activity-overall-wrapper-copy.admin-button {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }
  .recent-activity-overall-wrapper-copy.list {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row;
  }
  .div-block-581-copy-copy,
  .div-block-678 {
    flex-flow: column;
  }
  .event-creation-button-no-color-copy {
    width: 100%;
  }
  .event-creation-button-no-color-copy.is-small.is-alternate {
    border-width: 0.5px;
  }
  .event-creation-button-no-color-copy.is-navbar16-button {
    padding: 0.25rem 1rem;
  }
  .event-creation-button-no-color-copy.back.first-page {
    display: none;
  }
  .event-creation-button-no-color-copy.not-ready {
    display: block;
  }
  .event-creation-button-no-color-copy.skip.first-page {
    display: none;
  }
  .event-creation-nav-wrapper-copy {
    z-index: 3;
    display: flex;
  }
  .event-creation-nav-wrapper-copy.one-button.first {
    align-self: flex-end;
  }
  .shopping-cart-info-wrapper.in-cart {
    display: flex;
  }
  .cart-right-side-panel-container {
    box-shadow: none;
    border-top-left-radius: 0;
    width: 100%;
    margin-top: 60px;
  }
  .div-block-685 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
  .event-creation-bottom-nav-and-progress-overall-wrapper-copy.bottom-on-mobile {
    margin-top: 30px;
    padding-bottom: 20px;
  }
  .event-creation-bottom-nav-and-progress-overall-wrapper-copy.bottom-on-mobile.transparent {
    margin-top: 30px;
  }
  .shop-bottom-bar-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
  .bottom-shop-bar-spacing-placeholder {
    display: none;
  }
  .div-block-686-copy {
    padding-left: 16px;
    padding-right: 16px;
  }
  .add-link-content-wrapper-copy {
    width: 100%;
    min-width: auto;
  }
  .form-block-18 {
    width: auto;
    max-width: 500px;
  }
  .profile-overall-grid-layout {
    padding-left: 16px;
    padding-right: 16px;
  }
  .heading-style-h4-copy-copy {
    line-height: 1.4;
  }
  .event-search-container {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
  .div-block-694,
  .marketing-button-container {
    flex-flow: column;
  }
  .marketing-button {
    width: 100%;
  }
  .marketing-button.is-small.is-alternate {
    border-width: 0.5px;
  }
  .marketing-button.is-navbar16-button {
    padding: 0.25rem 1rem;
  }
  .marketing-button.back.first-page {
    display: none;
  }
  .marketing-button.not-ready {
    display: block;
  }
  .marketing-button.skip.first-page {
    display: none;
  }
  .marketing-button.main-cta {
    background-image: linear-gradient(124deg, rgba(238, 106, 111, 0.8), rgba(75, 151, 250, 0.8));
  }
  .marketing-button-wrapper.shopping,
  .marketing-button-wrapper.marketing {
    flex-flow: column;
    width: 100%;
  }
  .hero-copy-content-left-copy-copy-copy.brand-page {
    order: -1;
  }
  .f-h3-heading-copy-copy-copy-copy {
    font-size: 40px;
  }
  .hero-copy-content-left-copy-copy-copy-copy {
    grid-template-columns: 1fr;
  }
  .hero-copy-content-left-copy-copy-copy-copy.brand-page {
    order: -1;
  }
  .f-h3-heading-copy-copy-copy-copy-copy,
  .f-h3-heading-copy-copy-copy {
    font-size: 40px;
  }
  .div-block-698 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }
  .f-h3-heading-copy-2 {
    font-size: 40px;
  }
  .div-block-698-copy {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }
  .event-card-location-text-copy-copy,
  .event-receipt-button {
    text-align: left;
  }
  .create-event-registration-dates-container {
    width: 100%;
  }
  .div-block-469-copy-copy {
    flex-flow: row;
    align-items: flex-end;
    display: flex;
  }
  .event-type-filter-container-and-spacing {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: flex-start;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
  .padding-section-large-2-copy {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .profile-event-card-section-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
  .profile-given-name-text {
    line-height: 120%;
  }
  .profile-left-side-sticky {
    width: 100%;
    position: static;
  }
  .oragnizer-page-email-form-block {
    width: auto;
  }
  .add-link-content-wrapper-copy-copy {
    width: 100%;
    min-width: auto;
  }
  .text-size-medium-3 {
    font-size: 1rem;
  }
  .storefront-product-grid-section-spacing {
    padding-top: 0;
    padding-bottom: 0;
  }
  .product1_heading-wrapper-copy {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .organizer-hero-image-container {
    height: 300px;
  }
  .profile-tab-icon-wrapper {
    width: auto;
  }
  .profile-tab-header-content-wapper {
    flex-flow: column;
  }
  .profile-tab-link {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
  }
  .profile-tab-link.w--current {
    margin-bottom: 10px;
  }
  .profile-event {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .profile-event-card-section-header-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .storefront-description-text-overall-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
  .storefront-section-header-wrapper {
    margin-right: 0;
  }
  .div-block-713 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
  .div-block-594-copy {
    display: flex;
  }
  .div-block-592-copy {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .section-6 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .dev-tabs_list {
    width: 100%;
  }
  .section-7 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .groups-card-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }
  .groups-card-grid.groups {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
  }
  .groups-card-image-wrapper.more-info-card {
    height: auto;
  }
  .event-card-2-0-text-wrapper-copy {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }
  .div-block-737 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    display: flex;
  }
  .page-wrapper-3 {
    margin-top: 40px;
    margin-left: 16px;
    margin-right: 16px;
  }
  .about2-testimonial_component {
    grid-template-columns: 1fr;
  }
  .padding-section-large-7 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .navbar1_logo-link {
    padding-left: 0;
  }
  .footer1_credit-text {
    margin-top: 1.5rem;
  }
  .footer1_top-wrapper {
    grid-row-gap: 3rem;
  }
  .about2-values_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }
  .footer1_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }
  .about2-testimonial_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }
  .navbar1_component {
    height: auto;
    min-height: 4rem;
  }
  .footer1_menu-wrapper {
    grid-column-gap: 1.5rem;
  }
  .text-size-medium-4 {
    font-size: 1rem;
  }
  .text-size-medium-4.hero-value-prop {
    text-align: left;
  }
  .footer1_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }
  .grid-3 {
    grid-template-columns: minmax(0.5rem, 1fr) minmax(0.5rem, 1fr) minmax(0.5rem, 1fr) minmax(0.5rem, 1fr);
  }
  .heading-style-h4-10 {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .about2-testimonial_content {
    padding: 1.5rem;
  }
  .about2-testimonial_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .heading-27 {
    font-size: 20px;
  }
  .value-prop-hero-heading {
    text-align: left;
  }
  .heading-29 {
    font-size: 3vw;
  }
  .upsell-toggle-dot {
    left: 5px;
  }
  .button-26.achievement-card.unlisted.event-purchase-button.event-header-interim.results.event-management {
    width: 100%;
  }
  .container-19 {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .grid-4 {
    display: block;
  }
  .link-6 {
    font-size: 14px;
  }
  .vaue-prop-accord._3 {
    margin-top: 0;
  }
  .vaue-prop-accord._1 {
    padding-bottom: 16px;
  }
  .link-7 {
    font-size: 14px;
  }
  .max-width-large-20-copy.mobile {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .value-prop-hero-heading-copy {
    font-size: 18px;
    font-weight: 700;
  }
  .div-block-760 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr 1fr;
    height: 70vh;
  }
  .div-block-761.empty {
    display: none;
  }
  .div-block-761.empty._5th {
    display: flex;
  }
  .value-prop-hero-square-icon {
    width: 50px;
  }
  .value-prop-hero-square-icon.event {
    width: 30px;
    height: auto;
  }
  .text-block-88 {
    font-size: 14px;
  }
  .div-block-764,
  .hero-square-value-prop-internal-container.events {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }
  .movemint-middle-value-prop-section-hero-copy {
    width: 150px;
  }
  .div-block-767 {
    width: 100%;
  }
  .ms-dropdown-image {
    width: 2em;
    height: 2em;
  }
  .account-header-wrapper-copy.series {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }
  .max-width-large-20-copy-copy.mobile {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .table4_filters-results-wrapper {
    margin-top: 1rem;
  }
  .table4_filters-content {
    flex-direction: column;
    align-items: flex-start;
  }
  .table4_modal-content-wrapper {
    width: 100%;
    height: 100vh;
    max-height: none;
  }
  .text-size-medium-5 {
    font-size: 1rem;
  }
  .manage-participants-main-content-container {
    grid-row-gap: 3rem;
  }
  .table4_pagination-page-button-wrapper {
    display: none;
  }
  .table4_modal {
    align-items: flex-start;
  }
  .div-block-772 {
    align-self: flex-start;
    width: 100%;
  }
  .crm-filter-bar-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }
  .crm-filter-bar-wrapper.grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .crm-search-bar {
    width: 100%;
  }
  .crm-search-bar.mobile {
    display: block;
  }
  .div-block-773 {
    margin-top: -25px;
  }
  .div-block-775 {
    position: relative;
    top: 66px;
    right: 108px;
  }
  .text-block-92 {
    white-space: nowrap;
    word-break: normal;
  }
  .crm-search-mobile {
    display: block;
  }
  .text-size-medium-6 {
    font-size: 1rem;
  }
  .table4_component {
    grid-row-gap: 3rem;
  }
  .race-day-check-in-confirmation-modal-copy {
    padding-left: 16px;
    padding-right: 16px;
  }
  .race-day-check-in-confirmation-modal-copy.add-bib-number {
    display: none;
  }
  .race-day-check-in-confirmation-modal-spacing-copy-copy {
    width: 80%;
    left: 10vw;
  }
  .form-block-22,
  .input-7,
  .select-input {
    width: 100%;
  }
  .add-link-content-wrapper-copy-copy-2 {
    width: 100%;
    min-width: auto;
  }
  .race-day-check-in-confirmation-modal-copy-2 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .race-day-check-in-button-2 {
    width: 100%;
    margin-right: 0;
  }
  .button-29.achievement-card.unlisted.event-purchase-button.event-header-interim.results.event-management {
    width: 100%;
  }
  .ms-dropdown-image-2 {
    width: 2em;
    height: 2em;
  }
  .add-ons-reg-section {
    margin-top: 24px;
  }
}
@media screen and (max-width: 479px) {
  body {
    font-size: 16px;
  }
  .feature_image-wrap {
    margin-left: auto;
    margin-right: auto;
  }
  .faq_top {
    align-items: flex-start;
  }
  .footer {
    margin-top: 0;
  }
  .cohort-section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 0 15px 40px;
    display: flex;
  }
  .cohort-section-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
  .h2---space-mono {
    text-align: left;
    font-size: 30px;
  }
  .h2---space-mono.verified-athlete {
    background-image: linear-gradient(to right, var(--movemint-gradient-color-1), var(--movemint-gradient-color-2) 50%, var(--movemint-gradient-color-3));
    text-align: center;
    letter-spacing: 1px;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    align-self: center;
    margin-top: 10px;
    padding-top: 0;
    padding-bottom: 10px;
    font-size: 35px;
  }
  .h2---space-mono.cohort {
    text-align: center;
    align-self: center;
    align-items: center;
    margin-top: 0;
    font-size: 30px;
  }
  .h2---space-mono.normal-user {
    text-align: center;
    margin-top: 10px;
  }
  .h2---space-mono.home-hero-2 {
    padding-top: 10px;
  }
  .h2---space-mono.achievement-page-header {
    word-break: keep-all;
    overflow-wrap: anywhere;
    width: 340px;
  }
  .cohort-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }
  .cohort-pfp-column-1 {
    display: none;
  }
  .cohort-pfp-image,
  .cohort-pfp-card-copy {
    text-decoration: none;
  }
  .h5---space-mono {
    text-align: center;
    letter-spacing: 1px;
    align-self: center;
    font-size: 18px;
  }
  .h5---space-mono.tab-header {
    color: var(--black);
    align-self: center;
    margin-top: 0;
    font-size: 14px;
    overflow: visible;
  }
  .h5---space-mono.achievement-title-selling {
    text-align: left;
  }
  .cohort-pfp-column-2 {
    display: none;
  }
  .intro-blobs {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }
  .feature-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
  }
  .home-hero {
    clear: none;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 0;
  }
  .h1---space-mono {
    margin-top: 10px;
    font-size: 35px;
  }
  .h1---space-mono.hero {
    margin-top: auto;
    font-size: 35px;
  }
  .h1---space-mono.about-page {
    text-align: center;
    align-self: center;
    align-items: center;
    font-size: 30px;
  }
  .h1---space-mono.create-page {
    margin-top: 0;
    font-size: 35px;
  }
  .hero-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  .hero-content.feature {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    flex-direction: column;
  }
  .button {
    flex-direction: row;
    flex: 0 auto;
    align-self: center;
    max-width: 300px;
    padding-left: 40px;
    padding-right: 40px;
    font-family: Space Mono, sans-serif;
    font-size: 14px;
    font-weight: 400;
  }
  .button.achievement-card.unlisted {
    background-color: var(--white);
    background-image: linear-gradient(322deg, rgba(252, 167, 208, 0.5019607843), rgba(162, 89, 255, 0.5019607843) 50%, rgba(75, 224, 250, 0.5019607843));
  }
  .button.achievement-card.unlisted.pre {
    background-image: linear-gradient(44deg, var(--movemint-gradient-color-2), var(--movemint-gradient-color-1) 50%, var(--movemint-gradient-color-3));
  }
  .button.achievement-card.unlisted.pre.auction {
    background-image: linear-gradient(44deg, rgba(250, 75, 75, 0.8), rgba(75, 151, 250, 0.3019607843) 46%, rgba(162, 89, 255, 0.3019607843));
  }
  .button.achievement-card.unlisted.hero {
    max-width: none;
  }
  .button.achievement-card.unlisted.event-purchase-button.event-header-interim {
    min-width: 300px;
  }
  .button.achievement-card.unlisted.event-purchase-button.event-header-interim.donate {
    margin-right: 0;
  }
  .button.achievement-card.unlisted.event-purchase-button.event-header-interim.donate.donation-page.athlete.row,
  .button.achievement-card.unlisted.event-purchase-button.event-header-interim.donate.donation-page.athlete.donate-button {
    width: 50%;
  }
  .button.achievement-card.unlisted.event-purchase-button.event-header-interim.alt-setting {
    margin-top: 10px;
  }
  .button.achievement-card.unlisted.event-purchase-button.event-header-interim.results.event-management,
  .button.achievement-card.unlisted.event-purchase-button.event-header-interim.results.navigation {
    display: flex;
  }
  .button.achievement-card.unlisted.event-purchase-button.event-header-interim.register {
    min-width: 100%;
  }
  .button.achievement-card.unlisted.event-purchase-button.event-header-interim.shop {
    margin-right: 0;
  }
  .button.achievement-card.unlisted.edit-event-button,
  .button.achievement-card.unlisted.view-event-button,
  .button.achievement-card.unlisted.stripe-payment-details {
    margin-left: 10px;
    margin-right: 10px;
  }
  .button.achievement-card.unlisted.add-category,
  .button.achievement-card.unlisted.remove-category,
  .button.achievement-card.unlisted.choose-cover-photo {
    min-width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
  .button.achievement-card.unlisted.copy-event-link-button {
    margin-left: 10px;
    margin-right: 10px;
  }
  .button.achievement-card.listed {
    background-image: linear-gradient(35deg, var(--movemint-gradient-color-3), rgba(255, 241, 89, 0.6705882353) 50%, var(--movemint-gradient-color-1));
  }
  .button.cta.feature {
    min-width: 100%;
    margin-top: 20px;
  }
  .button.cta.feature._10px {
    min-width: 250px;
    max-width: none;
  }
  .button.cta.inspire {
    min-width: 100%;
  }
  .button.cta.example-event {
    min-width: 250px;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
  }
  .button.individual-achievement.listed {
    background-image: linear-gradient(35deg, var(--movemint-gradient-color-3), rgba(255, 241, 89, 0.6705882353) 50%, var(--movemint-gradient-color-1));
  }
  .button.copy-participants-to-clipboard {
    justify-content: center;
    align-items: center;
    max-width: none;
  }
  .button-text {
    align-self: center;
    font-family: Open Sans, sans-serif;
  }
  .button-text.checkout-button-text {
    font-size: 14px;
  }
  .inpiration-cards {
    padding: 40px 15px 60px;
  }
  .onboarding-bio-header {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  .onboarding-bio-header.banner-image {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .athlete-about {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    position: static;
  }
  .athlete-about-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-bottom: 0;
    position: static;
    top: auto;
    bottom: auto;
  }
  .athlete-about-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-self: center;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    position: static;
    top: 0;
  }
  .athlete-about-content.verified-athlete {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
    position: relative;
    top: -40px;
  }
  .athlete-about-pfp-wrapper {
    align-self: center;
    position: relative;
  }
  .athlete-about-pfp {
    justify-content: center;
  }
  .achievement-title {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 40px 20px 20px;
  }
  .achievement-title.athlete-profile-page {
    padding-top: 0;
    padding-bottom: 10px;
    position: relative;
  }
  .section-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
  .section-title {
    padding-top: 0;
  }
  .columns {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
  .listed-achievement-card-internal {
    height: auto;
    max-height: none;
  }
  .achievement-card-base {
    text-decoration: none;
  }
  .base-body---open-sans {
    text-align: left;
    white-space: normal;
    object-fit: cover;
    flex: 1;
    align-self: center;
    max-width: 100%;
    font-size: 16px;
    text-decoration: none;
    display: block;
    overflow: visible;
  }
  .base-body---open-sans.sold-feed-card {
    flex: 0 auto;
    align-self: flex-start;
    max-width: 250px;
  }
  .base-body---open-sans.sold-feed-card.right-side {
    align-self: flex-end;
  }
  .base-body---open-sans.achievement-card-listed {
    white-space: normal;
    width: 100%;
  }
  .base-body---open-sans.athlete-profile-link {
    font-size: 16px;
  }
  .base-body---open-sans.eth {
    flex-flow: row;
    flex: 1;
    min-width: 100%;
    display: flex;
  }
  .base-body---open-sans.athlete-profile-page {
    white-space: normal;
    width: auto;
    margin-top: 20px;
    display: block;
  }
  .base-body---open-sans.right-side {
    align-self: flex-end;
  }
  .base-body---open-sans.cohort {
    white-space: normal;
    flex: 0 auto;
    align-self: flex-start;
    display: block;
  }
  .base-body---open-sans.intro {
    text-align: left;
    white-space: normal;
    font-size: 14px;
  }
  .base-body---open-sans.verified-athlete {
    margin-top: 0;
    font-size: 12px;
  }
  .base-body---open-sans.onboarding {
    text-align: left;
  }
  .base-body---open-sans.semi-bold {
    text-align: left;
    font-size: 14px;
  }
  .base-body---open-sans.semi-bold.cohort {
    text-align: center;
    padding-bottom: 0;
  }
  .base-body---open-sans.footer {
    background-color: rgba(0, 0, 0, 0);
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 14px;
  }
  .base-body---open-sans.footer.copyright {
    margin-top: 0;
  }
  .base-body---open-sans.cohort-banner {
    flex: 0 auto;
  }
  .base-body---open-sans.inspire {
    text-align: left;
    align-self: center;
    font-size: 18px;
  }
  .base-body---open-sans.inspire.about {
    text-align: left;
    font-size: 18px;
  }
  .base-body---open-sans.about {
    text-align: center;
  }
  .base-body---open-sans.confirm-mint-auction {
    max-width: 100%;
  }
  .base-body---open-sans.tab-header {
    font-size: 14px;
    position: relative;
  }
  .base-body---open-sans.tab-header.auction-tab {
    top: -8px;
  }
  .base-body---open-sans.create-page {
    align-self: center;
    font-size: 20px;
    display: block;
  }
  .base-body---open-sans.create-page.submit-effort.register {
    font-size: 16px;
  }
  .base-body---open-sans.feed-search-bar {
    text-align: center;
  }
  .base-body---open-sans.participant-details-sub-text {
    text-align: left;
  }
  .base-body---open-sans.who-is-registering-header._1-2 {
    width: 100%;
    max-width: none;
    font-size: 16px;
  }
  .base-body---open-sans.who-is-registering-header._1-2.what-events.merch {
    margin-top: 40px;
  }
  .base-body---open-sans.welcome-to-movemint {
    align-self: center;
    display: block;
  }
  .base-body---open-sans.who-is-registering-header-copy._1-2 {
    width: 100%;
    max-width: none;
    font-size: 16px;
  }
  .activity-frame {
    align-items: center;
    width: auto;
    min-width: 100%;
    height: auto;
  }
  .activity-wrapper {
    justify-content: space-around;
    align-items: flex-start;
    width: auto;
    min-width: 100%;
    height: auto;
    padding: 5px;
  }
  .current-price {
    padding-bottom: 0;
    padding-right: 0;
  }
  .achievement-card-feed-spacing {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    min-width: auto;
    max-height: none;
    padding: 0;
  }
  .achievement-card-alignment {
    margin-top: 0;
    padding: 0;
  }
  .achievement-card-alignment.confirm-mint-auction {
    padding-left: 10px;
    padding-right: 10px;
  }
  .achievment-info-frame-top {
    flex: 1;
    justify-content: center;
    align-items: stretch;
    padding: 10px;
  }
  .athlete-avatar-wrapper-card.auction-information-achievement-page {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-self: flex-start;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 0;
    display: flex;
  }
  .achievemnt-info-frame-bottom {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    padding: 10px;
  }
  .auction-information {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .auction-information.right-side {
    border-radius: 0;
    flex-wrap: nowrap;
    flex: 0 auto;
    align-self: auto;
    min-width: auto;
    max-width: 250px;
    overflow: visible;
  }
  .auction-information.left-side {
    flex-flow: column wrap;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-end;
    min-width: 0;
    max-width: 150em;
  }
  .caption---space-mono {
    text-align: right;
    white-space: nowrap;
  }
  .prices-card-wrapper {
    object-fit: fill;
    flex-wrap: nowrap;
    min-width: auto;
  }
  .auction-information-wrapper {
    flex-wrap: nowrap;
    flex: 0 auto;
    place-content: center space-between;
    align-self: stretch;
    display: flex;
  }
  .html-embed {
    min-width: 100%;
    margin-bottom: 0;
  }
  .achievement-title-link,
  .athlete-profile-link {
    text-decoration: none;
  }
  .body {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .card-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }
  .see-more-button {
    object-fit: fill;
    align-self: stretch;
    min-width: 100%;
  }
  .see-more-button.feature {
    min-width: 100%;
    margin-top: 20px;
  }
  .see-more-button.inspiration {
    width: 100%;
    min-width: 100%;
  }
  .unlisted-achievement-card {
    min-width: 335px;
  }
  .column-91 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .athlete-profile-banner {
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(rgba(0, 0, 0, 0) 28%, #fff);
    height: 200px;
  }
  .hero-image {
    object-fit: cover;
    background-image: none;
    height: 40vh;
    position: relative;
  }
  .hero-content-cta-button {
    margin-top: 0;
  }
  .column-92 {
    padding-left: 0;
    padding-right: 0;
  }
  .achievement-card-feed-padding {
    margin-top: 0;
    padding: 30px 10px 0;
  }
  .achievement-card-feed-padding.achievement-page {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .div-block-13,
  .div-block-14,
  .div-block-15,
  .div-block-16,
  .div-block-17,
  .div-block-18,
  .div-block-19,
  .div-block-20,
  .open-sea-wallet-link {
    text-decoration: none;
  }
  .achievement-card-wrapper {
    min-width: 360px;
    height: auto;
  }
  .h3---space-mono {
    align-self: auto;
    font-size: 20px;
    font-weight: 700;
  }
  .h3---space-mono.onboarding-bio-header {
    text-align: center;
  }
  .h3---space-mono.about-page {
    text-align: center;
    line-height: 110%;
  }
  .h3---space-mono.feature {
    padding-left: 0;
    font-size: 30px;
    line-height: 27px;
  }
  .h3---space-mono.inspo {
    line-height: 27px;
  }
  .h3---space-mono.athletes {
    text-align: center;
    font-size: 24px;
    line-height: 27px;
  }
  .h3---space-mono.selling-achievement {
    line-height: 26px;
  }
  .h3---space-mono.participant-details-header,
  .h3---space-mono.welcome-to-movemint-header,
  .h3---space-mono.registration-page-header {
    text-align: center;
    align-self: auto;
    line-height: 28px;
  }
  .h4---open-sans {
    font-family: Open Sans, sans-serif;
    font-weight: 400;
    line-height: 26px;
  }
  .athlete-profile-banner-placeholder {
    object-fit: cover;
    height: 200px;
    min-height: auto;
    max-height: none;
    overflow: hidden;
  }
  .athlete-about-gradient {
    float: none;
    background-image: linear-gradient(to top, var(--white), transparent 50%);
    height: 200px;
    display: block;
  }
  .amity-hero {
    object-position: 50% 50%;
  }
  .achievement-info-top-row {
    flex: 1;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }
  .h4---space-mono {
    text-align: left;
    align-self: flex-start;
    font-family: Space Mono, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
  }
  .mint-confirmation-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .mint-confirmation-buttons {
    margin-top: 0;
  }
  .landing-section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: nowrap;
    align-items: stretch;
    max-height: 100vh;
    padding-top: 160px;
  }
  .landing-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  .column-1 {
    margin-bottom: 20px;
    padding-top: 0;
  }
  .image-wrapper {
    padding-top: 0;
  }
  .landing-content-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    display: flex;
  }
  .landing-movemint-logo-gradient {
    object-fit: contain;
    height: 100%;
    margin-bottom: 0;
    padding-top: 0;
  }
  .navbar-logged-in-create {
    padding-left: 10px;
    position: fixed;
    inset: 0% 0% auto;
  }
  .navbarcontainer {
    flex: 0 auto;
    align-self: auto;
    max-height: 60px;
  }
  .navbar-content {
    max-height: 100%;
  }
  .navbar-brand-image-wrapper {
    max-width: 40%;
    max-height: 100%;
  }
  .navbar-link {
    background-color: var(--white);
    flex: 0 auto;
  }
  .menu-button.w--open {
    background-color: #fff;
  }
  .icon {
    background-color: var(--black);
  }
  .athlete-sold-achievement-card {
    width: 100%;
    min-width: 335px;
  }
  .movemint-nav-logo {
    width: auto;
    max-width: 100%;
  }
  .navbar-logged-out {
    z-index: 1;
    flex-flow: column;
    align-items: stretch;
    min-width: 360px;
    padding-left: 20px;
    padding-right: 20px;
    position: fixed;
    inset: 0% 0% auto;
  }
  .navbar-menu-logged-in {
    background-color: rgba(255, 255, 255, 0.9490196078);
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 5px;
  }
  .navbar-loggen-in-no-create {
    height: auto;
    padding-left: 10px;
    position: fixed;
    inset: 0% 0% auto;
  }
  .athlete-profile-page-wrapper {
    margin-top: 0;
    padding-top: 0;
  }
  .onboarding-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 0;
    padding: 120px 20px 40px;
  }
  .form-block {
    width: 100%;
    margin-bottom: 0;
  }
  .form-block.interest {
    max-width: 100%;
  }
  .form-block.sale-price {
    order: 1;
    align-self: center;
    align-items: flex-start;
    min-width: 100%;
  }
  .onboarding-button-wrapper {
    width: 100%;
  }
  .onboarding-button-wrapper.onboarding-later-button {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
  }
  .text-field {
    border-radius: 15px;
  }
  .text-field.sale-price {
    min-width: 100%;
    max-width: 100px;
    margin-bottom: 0;
  }
  .submit-button.button-text {
    border-radius: 20px;
    margin-top: 20px;
  }
  .submit-button.button-text.get-post.profile-picture-upload.gradient {
    background-color: var(--white);
    background-image: linear-gradient(44deg, var(--movemint-gradient-color-1), var(--movemint-gradient-color-2) 50%, var(--movemint-gradient-color-3));
    border-radius: 20px;
    align-self: center;
    width: 100%;
    min-width: 0%;
    max-width: none;
    height: 60px;
    max-height: none;
    margin-top: 0;
  }
  .submit-button.button-text.get-post.gradient {
    border-radius: 20px;
    min-width: 100%;
  }
  .submit-button.button-text.get-post.gradient.interestes {
    max-width: 300px;
  }
  .submit-button.button-text.get-post.gradient.confirm-mint-auction {
    min-width: 100%;
  }
  .submit-button.button-text.get-post.connect-with-strava.profile,
  .submit-button.button-text.get-post.connect-with-strava.profile-copy,
  .submit-button.button-text.get-post.connect-with-strava.profile-copy,
  .submit-button.button-text.get-post.connect-with-rwgps.profile,
  .submit-button.button-text.get-post.connect-with-rwgps.profile-copy {
    margin-top: 0;
  }
  .submit-button.button-text.get-post.grey {
    border-radius: 20px;
    min-width: 100%;
  }
  .submit-button.button-text.get-post.grey.confirm-mint-auction {
    max-width: 100%;
  }
  .profile-upload-buttons {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: auto;
    max-width: 100vw;
  }
  .grey-button {
    flex-direction: row;
    flex: 0 auto;
    align-self: center;
    max-width: 300px;
    padding-left: 40px;
    padding-right: 40px;
    font-family: Space Mono, sans-serif;
    font-size: 14px;
    font-weight: 400;
  }
  .grey-button.cta {
    justify-content: center;
    align-items: center;
    max-width: none;
  }
  .grey-button.cta.interest-buttons,
  .grey-button.cta.onboarding,
  .grey-button.cta.skip-save-participant-details,
  .grey-button.cta.remove-participant,
  .grey-button.cta.logout {
    align-self: center;
    max-width: 300px;
  }
  .grey-button.cta.logout._1-2.settings,
  .grey-button.cta.logout._1-2.connect-later,
  .grey-button.cta.logout._1-2.settings-copy {
    justify-content: center;
    align-items: flex-start;
  }
  .checkbox-label {
    font-family: Open Sans, sans-serif;
    font-weight: 400;
  }
  .quick-stack {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }
  .interest-save-button {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .achievement-card-status {
    align-self: center;
    align-items: center;
  }
  .onboarding-header-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-self: flex-start;
    display: flex;
  }
  .text-block.dollar-sign {
    align-self: center;
  }
  .grid-footer-v1---5-column {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    display: block;
  }
  .footer-logo {
    width: 100%;
    max-width: 200px;
  }
  .footer-top {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .grid-footer-v1---2-columns.grid-center {
    grid-template-columns: 1fr;
  }
  .grid-footer-v1---2-columns.grid-center.bottom {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-link {
    text-align: left;
  }
  .social-media-grid-top {
    grid-template-columns: repeat(auto-fit, 30px);
    margin-top: 20px;
  }
  .container-default {
    padding-left: 16px;
    padding-right: 15px;
  }
  .footer-logo-wrapper {
    max-width: 150px;
  }
  .footer-left-side {
    grid-row-gap: 0px;
    padding-right: 0;
  }
  .footer-right-side {
    margin-top: 20px;
  }
  .feature {
    clear: none;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    margin-top: 0;
    padding: 0 15px 60px;
    position: relative;
    top: 0;
  }
  .feature.section {
    padding-bottom: 100px;
  }
  .cohort {
    clear: none;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    margin-top: 0;
    padding: 0 0 60px;
    position: relative;
    top: 0;
  }
  .hero-content-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .hero-content-wrapper.feature {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .chas-hero {
    object-position: 0% 30%;
  }
  .athletes-banner {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    min-height: 200px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .cohort-pfp-columns-mobile {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: start;
    display: grid;
  }
  .cohort-wrapper-mobile {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }
  .cohort-pfp-image-mobile {
    max-width: 100px;
    max-height: 100px;
    text-decoration: none;
  }
  .hero-no-image {
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .small-container {
    text-align: left;
    align-items: flex-start;
    padding: 0;
  }
  .movemint-logo-about {
    align-self: center;
  }
  .about-content-header-wrapper {
    align-items: flex-start;
  }
  .features-list {
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 10px;
  }
  .content-about-2 {
    align-self: center;
    align-items: center;
    width: auto;
    padding-bottom: 0;
  }
  .features-copy-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  .movemint-explained-globe {
    object-fit: fill;
    align-self: center;
    width: auto;
    max-width: none;
    max-height: none;
  }
  .features-copy {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }
  .athlete-signup-request {
    text-align: left;
    justify-content: flex-start;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }
  .about-cta {
    text-align: left;
    align-items: flex-start;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }
  .copyright-wrapper {
    margin-bottom: 0;
  }
  .intro-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  .inspo-header {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  .html-embed-2 {
    align-self: center;
    display: none;
  }
  .html-embed-2-mobile {
    align-self: center;
    margin-bottom: 0;
    display: block;
  }
  .home-hero-2 {
    clear: none;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    margin-top: 0;
    padding: 0;
    position: relative;
    top: 0;
  }
  .hero-image-2 {
    object-fit: cover;
    background-position: 0 0;
    background-size: cover;
    height: 40vh;
  }
  .hero-2-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  .hero-2-content.hero-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 0;
  }
  .movemint-globe-wrapper-1 {
    align-self: center;
    align-items: flex-start;
    height: 150px;
    min-height: auto;
    max-height: none;
    overflow: auto;
  }
  .movemint-globe-wrapper-2 {
    align-self: center;
    align-items: flex-start;
    height: 200px;
    max-height: 100%;
    overflow: auto;
  }
  .content-about-1 {
    align-self: center;
    align-items: center;
    padding-bottom: 0;
  }
  .movemint-explained-globe-2 {
    object-fit: fill;
    align-self: center;
    width: auto;
    max-width: 100%;
    height: 200px;
    max-height: 100%;
  }
  .features-list-bottom {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 10px;
  }
  .tab-nav-item {
    grid-row-gap: 0.5em;
    flex-direction: column;
  }
  .tab-nav-item._02.w--current {
    white-space: nowrap;
    object-fit: fill;
  }
  .tab-nav-item._01 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .tab-nav-item._01.w--current {
    grid-column-gap: 0.5px;
    grid-row-gap: 0.5px;
    align-self: stretch;
    align-items: center;
    padding-left: 1em;
    padding-right: 1em;
  }
  .tab-nav-item._02 {
    border-radius: 0;
    flex: 1;
    justify-content: space-between;
    align-self: stretch;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    top: 15px;
  }
  .tab-nav-item._01.w--current {
    border-radius: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }
  .tabs-nav-item-underline2 {
    grid-row-gap: 0.5em;
    flex-direction: column;
  }
  .tabs-container {
    padding-top: 20px;
  }
  .selling-tabs-wrapper {
    background-color: rgba(0, 0, 0, 0);
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }
  .selling-achievenemt-tabs {
    padding-top: 40px;
  }
  .sale-price-form {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-self: flex-start;
    min-width: 100%;
  }
  .tabs-underline-wrapper {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    padding: 0;
  }
  .sale-price-wrapper {
    align-self: center;
    align-items: flex-start;
    max-width: 100%;
    right: 20px;
  }
  .buy-now-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  .listed-achievement-card-external-buy-now {
    width: 100%;
    min-width: 335px;
  }
  .auction-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }
  .create-account-wrapper {
    flex-direction: column;
  }
  .create-account-image {
    order: -1;
    min-height: 20vh;
  }
  .create-account-content-wrapper {
    padding-top: 20px;
    padding-left: 15px;
  }
  .create-account-content-wrapper.submit-effort {
    width: 100%;
  }
  .create-account-copy {
    align-items: center;
  }
  .html-embed-create-account-page {
    align-self: center;
    display: block;
  }
  .search-bar-spacing {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    min-width: auto;
    max-height: none;
    padding: 0;
  }
  .activity-search-bar-alignment {
    margin-top: 0;
    padding: 0;
  }
  .activity-search-bar-wrapper {
    min-width: auto;
    max-width: none;
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .activity-search-input.base-body---open-sans {
    font-size: 14px;
  }
  .activity-search-button.button-text {
    width: 100%;
    min-width: auto;
  }
  .search.components.results {
    flex-flow: column;
  }
  .search.components.results.donations {
    min-width: 100%;
  }
  .search.components-copy,
  .search.components-copy-copy {
    flex-flow: column;
    min-width: auto;
  }
  .search.crm {
    width: 100%;
  }
  .text-block-2.base-body---open-sans {
    background-color: var(--white);
    text-align: center;
    background-image: linear-gradient(115deg, rgba(249, 253, 0, 0.4196078431), rgba(75, 151, 250, 0.5215686275) 53%, rgba(238, 106, 111, 0.6));
  }
  .athletes-profile-achievement-tabs {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .athletes-profile-achievement-tabs-menu {
    min-width: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }
  .athletes-profile-achievement-tab-link-1,
  .athletes-profile-achievement-tab-link-1.w--current {
    min-width: 50%;
  }
  .achievement-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-self: center;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    position: static;
    top: 0;
  }
  .achievement-content.achievement-page {
    align-self: flex-start;
    padding-top: 10px;
  }
  .individual-achievement-frame {
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(rgba(0, 0, 0, 0) 28%, #fff);
    height: 200px;
  }
  .individual-achievement-frame.achievement-page {
    background-image: none;
    align-self: center;
    min-width: auto;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .achievement-page-wrapper {
    flex-direction: column;
    align-items: center;
    width: auto;
    margin-top: 0;
    padding-top: 0;
  }
  .achievement-banner-placeholder {
    object-fit: cover;
    height: 200px;
    min-height: auto;
    max-height: none;
    overflow: hidden;
  }
  .achievement-header-achievement-page {
    flex: 1;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }
  .auction-information-achievement-page {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .auction-information-achievement-page.right-side {
    border-radius: 0;
    flex-wrap: nowrap;
    flex: 0 auto;
    align-self: auto;
    min-width: auto;
    max-width: 250px;
    overflow: visible;
  }
  .auction-information-achievement-page.left-side {
    flex-flow: column wrap;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-end;
    min-width: 0;
    max-width: 150em;
  }
  .auction-information-achievement-page.left-side.achievement-page {
    flex-direction: row;
  }
  .auction-information-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .auction-information-copy.right-side {
    border-radius: 0;
    flex-wrap: nowrap;
    flex: 0 auto;
    align-self: auto;
    min-width: auto;
    max-width: 250px;
    overflow: visible;
  }
  .auction-information-copy.right-side.auction-information-achievement-page {
    align-items: flex-end;
  }
  .acheievement-page-info-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    position: static;
  }
  .acheievement-page-info-wrapper.achievement-page {
    align-items: stretch;
    width: auto;
    height: auto;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  .achievment-page-button-wrapper.achievement-page {
    align-self: flex-start;
    width: 100%;
    margin-top: 0;
  }
  .sale-state {
    text-decoration: none;
  }
  .achievement-bottom-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
    margin-top: 10px;
  }
  .athlete-avatar-wrapper-card-desktop.auction-information-achievement-page-desktop {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-self: auto;
    margin-top: 20px;
    margin-bottom: 10px;
    display: none;
  }
  .achievement-page-alignment {
    max-width: 360px;
  }
  .hillary-hero {
    object-position: 50% 70%;
  }
  .container-2 {
    max-width: none;
  }
  .hero-wrapper {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
  }
  .hero-split {
    margin-bottom: 0;
  }
  .heading.h2---space-mono.event-detail-interim-banner {
    word-break: normal;
  }
  .heading.h2---space-mono.event-detail-interim-banner.landing-page-mode {
    text-align: left;
  }
  .heading.h2---space-mono.event-admin-interim-header {
    text-align: center;
    order: 0;
    max-width: 300px;
    font-size: 24px;
  }
  .list-item.sub-event-list-item.optional-variant {
    justify-content: center;
  }
  .list-item.sub-event-list-item.show-existing-variant.activity-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .list-item.sub-event-list-item.show-existing-variant._1-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }
  .list-item.sub-event-list-item.show-existing-variant._1-4 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }
  .list-item.sub-event-list-item.add-category-list-item {
    justify-content: center;
  }
  .list-item.sub-event-list-item.show-existing-variant.activity-list.donation-page.see-more {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }
  .list-item.sub-event-list-item.show-existing-variant.register-interim {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
  }
  .list-item.sub-event-list-item.show-existing-variant.register-interim._1-2.reg-1-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 8px;
  }
  .list-item.sub-event-list-item.show-existing-variant._1-2 {
    flex-flow: row;
  }
  .list-item.sub-event-list-item.show-existing-variant-copy.register-interim {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
  }
  .list-item.sub-event-list-item.show-existing-variant-copy._1-2 {
    flex-flow: row;
  }
  .event-description {
    letter-spacing: normal;
  }
  .sub-event-title-and-price {
    flex-direction: column;
    align-items: flex-start;
    margin-right: 0;
  }
  .sub-event-title-and-price:active {
    mix-blend-mode: lighten;
  }
  .sub-event-title-and-price.merch {
    padding-left: 10px;
  }
  .course-map {
    min-width: 250px;
    height: auto;
    max-height: none;
  }
  .course-map-info-frame-bottom {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    padding: 10px;
  }
  .course-map-spacing {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    min-width: auto;
    max-height: none;
    padding: 0;
  }
  .course-map-alignment {
    margin-top: 0;
    padding: 0;
  }
  .course-map-wrapper {
    min-width: 250px;
    height: auto;
  }
  .course-map-base {
    flex: 1;
    order: -1;
    height: auto;
    text-decoration: none;
  }
  .course-map-info-frame-top {
    flex: 1;
    justify-content: center;
    align-items: stretch;
    padding: 10px;
  }
  .course-map-frame {
    align-items: center;
    width: auto;
    min-width: 100%;
    height: auto;
  }
  .wrapper {
    justify-content: space-around;
    align-items: flex-start;
    width: auto;
    min-width: 100%;
    height: auto;
    padding: 5px;
  }
  .course-map-list-item {
    margin-bottom: 10px;
  }
  .athlete-about-gradient-2 {
    z-index: auto;
    float: none;
    background-image: linear-gradient(to top, #fff 2%, rgba(0, 0, 0, 0) 65%);
    height: 50px;
    display: block;
  }
  .strava-routes-html-embed {
    min-width: 100%;
    margin-bottom: 0;
  }
  .field-wrap.date-of-birth {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: row;
    width: 100%;
  }
  .field-wrap.date-of-birth._1-2,
  .field-wrap.date-of-birth.create-event.sub-event-creation,
  .field-wrap.date-of-birth.create-event.sub-event-creation.pricing {
    width: 100%;
  }
  .field-wrap.dob {
    flex-flow: column;
    align-items: center;
  }
  .date-field.event-start-date {
    color: #000;
  }
  .date-field.date-of-birth._1-2,
  .date-field.date-of-birth.emailer.time,
  .date-field.date-of-birth.emailer-copy.time,
  .date-field.date-of-birth.create-event-field.time,
  .date-field.event-date._1-2,
  .date-field.event-date.emailer.time,
  .date-field.event-date.date-picker.time {
    width: 100%;
  }
  .event-blurb {
    margin-right: 10px;
  }
  .event-description-creation {
    letter-spacing: normal;
  }
  .course-map-spacer {
    width: 100%;
    height: 140px;
    margin-top: 0;
    display: flex;
  }
  .text-block-6 {
    line-height: 44px;
  }
  .container-5 {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }
  .f-tab-menu,
  .f-tab-menu-2 {
    width: 100%;
  }
  .link {
    text-align: center;
  }
  .login-image {
    order: -1;
    min-height: 20vh;
  }
  .payment-status {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  .payments-status-text {
    flex-flow: column;
  }
  .phone-number._1-2,
  .city._1-2 {
    width: 100%;
  }
  .country._1-2 {
    align-self: flex-start;
  }
  .emergency-contact-name._1-2,
  .emergency-contact-phone-number._1-2 {
    width: 100%;
  }
  .participant-details-row {
    flex-flow: column;
  }
  .participant-details-row._1-2 {
    flex-flow: wrap;
    width: 100%;
  }
  .state._1-2 {
    width: 100%;
  }
  .participant-field-with-name._1-2 {
    flex-flow: column;
    width: 100%;
    display: flex;
  }
  .participant-detail-field-name._1-2 {
    margin-left: 10px;
  }
  .participant-detail-field-name._1-2.zip {
    margin-left: 20px;
  }
  .participant-detail-field-name._1-2.waiver {
    margin-right: 20px;
  }
  .participant-detail-field-name._1-2.header {
    font-size: 14px;
  }
  .navbar-logged-in-with-events {
    padding-left: 10px;
    position: fixed;
    inset: 0% 0% auto;
  }
  .hero-split-2.strava-maps-example {
    margin-top: 0;
    padding-top: 0;
  }
  .heading-5 {
    font-size: 30px;
  }
  .container-7 {
    max-width: none;
  }
  .hero-without-image {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .centered-heading {
    margin-bottom: 24px;
  }
  .comparison-row-main {
    grid-column-gap: 20px;
  }
  .comparison-title {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
  }
  .comparison-row {
    grid-column-gap: 20px;
  }
  .comparison-negative {
    background-position: 0 5px;
    background-size: 14px;
    margin-left: 10px;
    padding-left: 20px;
  }
  .comparison-positive {
    background-position: 0 4px;
    background-size: 16px;
    margin-left: 10px;
    padding-left: 20px;
  }
  .image-52 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .container-8 {
    max-width: none;
  }
  .centered-heading-2 {
    margin-bottom: 24px;
  }
  .comparison-row-main-2 {
    grid-column-gap: 20px;
  }
  .comparison-title-2 {
    margin-left: 10px;
  }
  .comparison-row-2 {
    grid-column-gap: 20px;
  }
  .comparison-negative-2 {
    background-position: 0 5px;
    background-size: 14px;
    margin-left: 10px;
    padding-left: 20px;
  }
  .comparison-positive-2 {
    background-position: 0 4px;
    background-size: 16px;
    margin-left: 10px;
    padding-left: 20px;
  }
  .who-is-registering-tab-menu {
    width: 100%;
  }
  .first-name-participant-detail._1-2.tracksmith {
    border-radius: 0;
  }
  .agree-to-waiver-copy._1-2 {
    margin-right: 10px;
  }
  .agree-to-waiver-checkbox._1-2 {
    align-items: center;
  }
  .agree-to-waiver-checkbox._1-2.volunteer {
    margin-left: 20px;
  }
  .select-event-checkbox {
    margin-left: 0;
  }
  .select-event-checkbox-wrapper._1-2 {
    flex-flow: column;
  }
  .course-map-home-page-wrapper {
    max-width: none;
  }
  .course-map-data {
    margin-top: 0;
    padding: 0;
  }
  .donation-description-field {
    letter-spacing: normal;
    min-height: 100px;
  }
  .custom-waiver-field {
    margin-left: 0;
    margin-right: 0;
  }
  .donation-website,
  .how-can-we-help {
    letter-spacing: normal;
  }
  .full-width-participant-field-with-name {
    margin-right: 10px;
  }
  .contact-us-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-self: flex-start;
    display: flex;
  }
  .donation-description._1-2 {
    text-align: left;
  }
  .donation-selection-tab-menu {
    width: 100%;
  }
  .donation-selector-tab-pane._1-2 {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
  .container-9 {
    max-width: none;
  }
  .centered-heading-3 {
    margin-bottom: 24px;
    font-size: 30px;
  }
  .pricing-grid {
    grid-template-columns: 1fr;
  }
  .speak-to-an-expert-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 0;
    padding: 20px;
  }
  .container-10 {
    max-width: none;
  }
  .centered-heading-4 {
    margin-bottom: 24px;
  }
  .container-11 {
    max-width: none;
  }
  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .footer-block-two {
    margin-top: 40px;
  }
  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .footer-social-block-two {
    margin-top: 20px;
  }
  .movemint-supports-you {
    letter-spacing: normal;
  }
  .gender-identity._1-2 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .header-center-box._75 {
    width: 90%;
  }
  .container-12 {
    max-width: none;
  }
  .variant-title-price-time,
  .price-time {
    flex-wrap: wrap;
  }
  .heading-11 {
    font-size: 30px;
  }
  .about-product-fold {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .about-product-2 {
    clear: none;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    width: 100%;
    min-height: 0;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 0;
  }
  .about-product-3 {
    clear: none;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    margin-top: 0;
    padding: 0;
    position: relative;
    top: 0;
  }
  .header24_form {
    grid-row-gap: 0.75rem;
    grid-template-columns: 1fr;
  }
  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .sign-up-with-code-wrapper.register-interim {
    flex-direction: column;
  }
  .registration-code {
    order: -1;
    align-self: flex-start;
  }
  .registration-code-input {
    margin-top: 0;
  }
  .event-banner-image {
    object-position: 50% 50%;
  }
  .event-banner-container {
    object-fit: cover;
    background-position: 0 0;
    background-size: cover;
    height: 40vh;
  }
  .register-button {
    flex-direction: row;
    flex: 0 auto;
    align-self: center;
    max-width: 300px;
    padding-left: 40px;
    padding-right: 40px;
    font-family: Space Mono, sans-serif;
    font-size: 14px;
    font-weight: 400;
  }
  .register-button.achievement-card.unlisted {
    background-color: var(--white);
    background-image: linear-gradient(322deg, rgba(252, 167, 208, 0.5019607843), rgba(162, 89, 255, 0.5019607843) 50%, rgba(75, 224, 250, 0.5019607843));
  }
  .donate-button {
    flex-direction: row;
    flex: 0 auto;
    align-self: center;
    max-width: 300px;
    padding-left: 40px;
    padding-right: 40px;
    font-family: Space Mono, sans-serif;
    font-size: 14px;
    font-weight: 400;
  }
  .donate-button.achievement-card.unlisted {
    background-color: var(--white);
    background-image: linear-gradient(322deg, rgba(252, 167, 208, 0.5019607843), rgba(162, 89, 255, 0.5019607843) 50%, rgba(75, 224, 250, 0.5019607843));
  }
  .event-detail-interim-banner.button-container {
    flex-direction: column;
    margin-top: 60px;
  }
  .event-detail-interim-header-text {
    position: relative;
    overflow: visible;
  }
  .event-detail-interim-header-text.landing-page-mode {
    width: 100%;
  }
  .event-detail-temp-banner {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    flex-wrap: nowrap;
    height: 250px;
    display: flex;
    overflow: hidden;
  }
  .event-detail-temp-banner.landing-page-mode {
    height: 100%;
  }
  .button-text-copy {
    align-self: center;
    font-family: Open Sans, sans-serif;
  }
  .event-short-about {
    margin-left: 0;
    margin-right: 0;
  }
  .hero-split-event-admin {
    margin-bottom: auto;
    padding-top: 0;
  }
  .event-admin-tab-container.analytics {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .cta-button-teriary {
    flex-direction: row;
    flex: 0 auto;
    align-self: center;
    max-width: 300px;
    padding-left: 40px;
    padding-right: 40px;
    font-family: Space Mono, sans-serif;
    font-size: 14px;
    font-weight: 400;
  }
  .cta-button-teriary.achievement-card.unlisted {
    background-color: #fff;
    background-image: linear-gradient(322deg, rgba(252, 167, 208, 0.5019607843), rgba(162, 89, 255, 0.5019607843) 50%, rgba(75, 224, 250, 0.5019607843));
  }
  .cta-button-teriary.achievement-card.unlisted.event-purchase-button.event-header-interim {
    min-width: 300px;
    max-width: 100vw;
    margin-top: 0;
  }
  .cta-button-teriary.achievement-card.unlisted.event-purchase-button.event-header-interim.sold-out.back-to-event {
    margin-left: 0;
    margin-right: 0;
  }
  .cta-button-teriary.achievement-card.unlisted.event-purchase-button.event-header-interim.sold-out.register,
  .cta-button-teriary.achievement-card.unlisted.event-purchase-button.event-header-interim.view-payment-details-on-stripe {
    min-width: 100%;
  }
  .tabs-standard {
    padding-left: 8px;
    padding-right: 8px;
  }
  .tabs-menu-menu {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: none;
    display: grid;
  }
  .tab-pane {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .tab-pane.analytics {
    padding-top: 24px;
  }
  .event-status-box-copy {
    letter-spacing: normal;
  }
  .event-tolls-and-settings-top-container {
    max-width: none;
  }
  .image-55 {
    max-width: 20px;
  }
  .event-social-container {
    flex-wrap: wrap;
    grid-template: ". ." ". Area"/1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-self: stretch;
    min-width: auto;
    max-width: 300px;
    max-height: 40px;
    display: flex;
  }
  .event-social-container.landing-page-mode {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    place-content: stretch flex-start;
    align-items: center;
    width: 100%;
    max-width: none;
    display: flex;
  }
  .event-detail-social-icon {
    max-width: 40px;
  }
  .event-detail-interim-section.about {
    padding-top: 20px;
  }
  .event-detail-interim-section.course-maps {
    padding-left: 10px;
    padding-right: 10px;
  }
  .video-section {
    padding-top: 0;
  }
  .event-detail-body.landing-page-mode {
    height: 100%;
  }
  .event-detail-banner-image-placeholder {
    background-image: linear-gradient(#000, #fff);
    align-self: center;
    width: auto;
    height: 250px;
    display: block;
  }
  .event-detail-banner-image-placeholder.landing-page-mode {
    overflow: hidden;
  }
  .event-detail-content {
    margin-left: 15px;
    margin-right: 15px;
  }
  .event-detail-content.landing-page-mode {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .event-detail-banner-gradient {
    z-index: auto;
    float: none;
    background-image: linear-gradient(to top, #fff 2%, rgba(0, 0, 0, 0) 65%);
    height: 150px;
    display: block;
  }
  .paragraph-regular-3.text-weight-semibold {
    overflow-wrap: normal;
  }
  .virtual-event-leaderboard-spacing {
    padding-left: 10px;
    padding-right: 10px;
  }
  .virtual-event-leaderboard-table-row-grid {
    grid-column-gap: 0px;
    order: 1;
    grid-template-columns: 0.6fr 1.5fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-areas: "Area Area-2";
    justify-content: space-between;
    justify-items: baseline;
  }
  .virtual-events-leaderboard-table-card {
    width: 200%;
  }
  .virtual-leaderboard-table-filter-wrapper {
    justify-content: flex-start;
    align-items: stretch;
    width: 150px;
    padding-right: 0;
    display: inline-block;
  }
  .table-sort-dropdown {
    display: block;
    position: static;
  }
  .athlete-name-virtual-event-grid {
    overflow-wrap: anywhere;
  }
  .virtual-event-overall-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .modal-base {
    width: 100%;
    max-width: none;
    display: block;
    inset: 50% 20px auto 0%;
  }
  .virtual-event-leaderboard-table-top-row-cumulative {
    padding-right: 0;
  }
  .virtual-event-leaderboard-table-row-grid-cumulative-body {
    order: 1;
    grid-template-columns: 1fr 2.45fr 1fr;
    padding-right: 0;
  }
  .virtual-event-leaderboard-table-heading-detail-cumulative {
    text-align: center;
    padding-right: 0;
  }
  .virtual-event-grid-time-continer-cumulative {
    text-align: center;
  }
  .virtual-event-leaderboard-table-row-grid-cumulative-top-fields-cumulative {
    grid-template-columns: 1fr 2.45fr 1fr;
    grid-template-areas: "Area Area-2 Area-3";
  }
  .paragraph-regular-3-number-grid {
    font-size: 12px;
  }
  .virtual-event-leaderboard-subheader {
    text-align: left;
  }
  .virtual-event-leaderboard-table-row-grid-top {
    grid-column-gap: 0px;
    order: 1;
    grid-template-columns: 0.6fr 1.5fr 1fr 1fr 1fr 1fr 1fr;
    justify-content: space-between;
    justify-items: baseline;
  }
  .virtual-event-overall-wrapper-cumulative {
    object-fit: contain;
    max-height: 500px;
    padding-left: 0;
    padding-right: 0;
    overflow: auto;
  }
  .virtual-leaderboard-table-filter-wrapper-cumulative {
    justify-content: flex-start;
    align-items: stretch;
    padding-right: 0;
    display: inline-block;
  }
  .virtual-leaderboard-table-filter-wrapper-cumulative.twilight-5000-2024,
  .virtual-leaderboard-table-filter-wrapper-cumulative.series,
  .virtual-leaderboard-table-filter-wrapper-cumulative.series {
    display: flex;
  }
  .comparison-tab-link {
    min-width: auto;
    font-size: 16px;
  }
  .virtual-events-leaderboard-table-card-cumulative {
    width: 100%;
  }
  .virtual-event-leaderboard-table-row-grid-admin-top,
  .virtual-event-leaderboard-table-row-grid-admin {
    grid-column-gap: 0px;
    order: 1;
    grid-template-areas: "Area Area-2";
    justify-content: space-between;
    justify-items: baseline;
  }
  .virtual-event-admin-button-row {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }
  .virtual-event-leaderboard-spacing-admin {
    width: 100%;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .virtual-event-overall-wrapper-public-facing {
    padding-left: 0;
    padding-right: 0;
  }
  .leaderboard-h1 {
    margin-bottom: 20px;
  }
  .leaderboard-h3.register,
  .leaderboard-h3.add-event {
    text-align: center;
  }
  .f-h3-heading {
    font-size: 35px;
  }
  .event-card-container {
    height: 300px;
  }
  .f-button-wrapper {
    justify-content: center;
    align-items: center;
  }
  .event-card-content {
    border-radius: 20px;
    height: auto;
    display: block;
  }
  .event-card-content.registration {
    border-radius: 12px;
  }
  .event-card-title-text {
    font-size: 16px;
  }
  .event-card-link-container {
    order: -1;
  }
  .event-card-info-section.registration {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }
  .h2-heading-3 {
    font-size: 24px;
  }
  .t-section-dark {
    padding-left: 20px;
    padding-right: 20px;
  }
  .event-card-link-container-featured-carousel {
    order: -1;
    width: auto;
    min-width: auto;
    margin-left: 0;
  }
  .hero-container-event-card-right.top {
    margin-top: 20px;
  }
  .learn-more-button-wrapper {
    justify-content: center;
  }
  .section-slider-2 {
    margin-left: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .testimonial-slider-5 {
    height: auto;
  }
  .testimonial-mask-5 {
    max-width: none;
    height: 100%;
    margin-right: 0;
  }
  .gallery-tab-link {
    text-align: center;
  }
  .gallery-tab-link.w--current {
    border-radius: 20px;
  }
  .tabs-menu-3 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-left: 0;
  }
  .event-sign-ups-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .event-sign-up-table-row-grid-top {
    order: 1;
    grid-template-columns: 1fr 0.5fr 1fr;
    grid-template-areas: "Area Area-2";
  }
  .event-sign-up-table-row-grid {
    grid-column-gap: 0px;
    order: 1;
    grid-template-columns: 1fr 0.5fr 1fr;
    justify-content: space-between;
    justify-items: baseline;
  }
  .event-detail-button-div {
    margin-top: 0;
  }
  .event-detail-tabs-wrapper {
    margin-top: 20px;
  }
  .event-detail-tabs-content {
    margin-left: 0;
    margin-right: 0;
  }
  .event-detail-tab-link-2,
  .event-detail-tab-link-2.w--current {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }
  .event-detail-tabs-menu-2 {
    grid-auto-columns: 1fr;
    justify-items: center;
  }
  .event-detail-tabs-menu-2.event-page-2-0 {
    padding: 0;
  }
  .tabs-menu-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: center;
    place-items: center;
    margin-top: 0;
    margin-left: 0;
    display: grid;
  }
  .button-6 {
    flex-direction: row;
    flex: 0 auto;
    align-self: center;
    max-width: 300px;
    padding-left: 40px;
    padding-right: 40px;
    font-family: Space Mono, sans-serif;
    font-size: 14px;
    font-weight: 400;
  }
  .button-6.achievement-card.unlisted {
    background-color: #fff;
    background-image: linear-gradient(322deg, rgba(252, 167, 208, 0.5019607843), rgba(162, 89, 255, 0.5019607843) 50%, rgba(75, 224, 250, 0.5019607843));
  }
  .button-6.achievement-card.unlisted.event-purchase-button.event-header-interim {
    min-width: 300px;
  }
  .button-6.achievement-card.unlisted.event-purchase-button.event-header-interim.donate {
    margin-right: 0;
  }
  .button-6.achievement-card.unlisted.event-purchase-button.event-header-interim.donate.reg-1-3 {
    align-self: center;
  }
  .button-6.achievement-card.unlisted.event-purchase-button.event-header-interim.reg-1-3 {
    order: -1;
    align-self: center;
    min-width: 100%;
  }
  .button-6.achievement-card.unlisted.event-purchase-button.event-header-interim.reg-1-3.sold-out {
    align-self: center;
  }
  .button-6.achievement-card.unlisted.event-purchase-button.event-header-interim.reg-1-3.sub-event-creation-list {
    min-width: auto;
  }
  .button-6.achievement-card.unlisted.pre {
    background-image: linear-gradient(44deg, #a259ff, rgba(238, 106, 111, 0.8) 50%, rgba(75, 151, 250, 0.8));
  }
  .button-6.achievement-card.unlisted.pre.auction {
    background-image: linear-gradient(44deg, rgba(250, 75, 75, 0.8), rgba(75, 151, 250, 0.3019607843) 46%, rgba(162, 89, 255, 0.3019607843));
  }
  .hero-image-rounded {
    width: 100%;
  }
  .movemint-hero-square.hero {
    object-fit: cover;
    height: 100%;
  }
  .hero-section-rounded-top.about-us {
    margin-left: 15px;
    margin-right: 15px;
  }
  .event-card-hero-wrapper.registration-page {
    margin-top: 0;
  }
  .home-page-hero-without-image {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .dashboard-nav-menu {
    width: auto;
  }
  .dashboard-progress-wrapper {
    width: 300px;
  }
  .dashboard-progress-wrapper.donation-page.body {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .list-text-content-number,
  .list-text-content-number.primary-time {
    font-size: 14px;
  }
  .list-text-content-number.primary-time.athlete-profile-1-0.header {
    width: 100px;
  }
  .list-general-content-wrapper.athlete-profile-1-0 {
    justify-content: center;
    align-items: stretch;
  }
  .list-general-content-wrapper.athlete-profile-1-0.result {
    justify-content: center;
    padding-right: 8px;
  }
  .list-general-content-wrapper.athlete-profile-1-0.result.card {
    padding-right: 16px;
  }
  .list-text-content-name {
    width: 120px;
    font-size: 14px;
  }
  .list-text-content-name.twilight-5000-2024 {
    width: 200px;
  }
  .list-text-content-name.dontate-to {
    width: 100px;
  }
  .list-text-content-name.athlete-profile-1-0 {
    white-space: nowrap;
    width: 117.32px;
    min-width: 100px;
    max-width: 150px;
  }
  .list-text-content-name.athlete-profile-1-0.result {
    text-align: center;
    text-align: center;
  }
  .list-position-and-names-wrapper {
    padding-left: 10px;
  }
  .list-position-and-names-wrapper.start-list {
    padding-left: 20px;
  }
  .list-position-and-names-wrapper.athlete-results {
    padding-left: 4px;
  }
  .list-number-wrapper {
    padding-right: 10px;
  }
  .list-text-content-category {
    font-size: 10px;
  }
  .list-text-content-category-header {
    width: 100px;
  }
  .list-text-content-name-header {
    width: 120px;
  }
  .list-text-content-name-header.twilight-5000-2024 {
    width: 200px;
  }
  .list-text-content-name-header.athlete-profile-1-0,
  .list-text-content-name-header.athlete-profile-1-0.results {
    width: 100px;
  }
  .list-number-wrapper-header {
    padding-right: 10px;
  }
  .list-position-and-names-wrapper-header {
    padding-left: 10px;
  }
  .list-position-and-names-wrapper-header.start-list {
    padding-left: 20px;
  }
  .list-position-and-names-wrapper-header.athlete-results {
    padding-left: 4px;
  }
  .participant-form-container._1-2 {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
  .who-is-registering-tab-menu-1-2 {
    flex-flow: column;
    width: 100%;
    display: flex;
  }
  .registration-tab-1-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 8px;
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
  }
  .registration-tab-1-2.w--current,
  .i-ll-donate-tab-1-2,
  .i-ll-donate-tab-1-2.w--current,
  .don-t-donate-tab-1-2,
  .don-t-donate-tab-1-2.w--current {
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .reg-1-2-info-toggle {
    width: 100%;
  }
  .registration-1-2-form-block {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .checkbox-field-4._1-4 {
    padding-left: 10px;
  }
  .merch-dropdown._1-2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .merch-list-wrapper {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }
  .checkout-50-50 {
    width: 100%;
  }
  .registration-event-info-card-wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }
  .registration-page-top-left-content-wrapper {
    margin-left: 20px;
  }
  .merch-dropdown-wrapper {
    width: 100%;
    margin-top: 10px;
  }
  .waiver-checkbox,
  .race-selection-checkbox {
    margin-left: 0;
  }
  .tabs-content-8 {
    overflow: visible;
  }
  .integration-icon {
    display: none;
  }
  .connect-with-button {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: auto;
    max-width: 100vw;
  }
  .connect-with-button.settings {
    display: block;
  }
  .connect-with-button.ride-with-gps {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }
  .connect-with-button.ride-with-gps-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }
  .connect-with-button.settings-copy {
    display: block;
  }
  .connect-form-block {
    width: 100%;
    margin-bottom: 0;
  }
  .connect-form-block.settings {
    height: 100%;
  }
  .connect-form-block.settings-copy {
    align-self: center;
    height: 100%;
  }
  .step-form-content {
    width: 100%;
    max-width: none;
  }
  .step-breadcrumbs {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }
  .previous-placeholder {
    max-width: 75px;
    display: flex;
  }
  .back-button-slide {
    flex: none;
  }
  .button-primary-small {
    width: 100%;
  }
  .form-slider {
    height: auto;
    min-height: 80vh;
  }
  .welcome-account-wrapper {
    flex-direction: column;
  }
  .welcome-to-movemint-hero-image {
    order: -1;
    height: 30vh;
  }
  .welcome-to-movemint-content-alignment {
    padding-top: 20px;
    padding-left: 15px;
  }
  .welcome-to-movemint-content {
    align-items: center;
    width: auto;
  }
  .hero-heading-welcome-to-movemint {
    font-size: 25px;
  }
  .onboarding-1-1-button-wrapper {
    width: 100%;
  }
  .form-block-set-up-profile {
    width: 100%;
    margin-bottom: 0;
  }
  .sign-up-field-and-title-wrapper._1-2 {
    flex-flow: column;
    width: 100%;
    display: flex;
  }
  .brand-hero-background-image {
    object-fit: cover;
    object-position: 25% 50%;
    width: auto;
    height: 100%;
  }
  .brand-hero-image-container {
    height: 500px;
  }
  .brand-hero-text-wrapper {
    top: 25%;
  }
  .tracksmith-hero-header-text {
    margin-top: 0;
    font-size: 40px;
    line-height: 150%;
  }
  .tracksmith-hero-subheader-text {
    margin-top: 0;
    font-size: 10px;
  }
  .image-67 {
    width: 150px;
  }
  .brand-event-row {
    flex-flow: column;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .brand-event-grid {
    margin-left: 15px;
    margin-right: 15px;
  }
  .profile-event-row {
    flex-flow: column;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .profile-about-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    position: static;
  }
  .profile-name-text {
    font-size: 35px;
  }
  .button-wrapper-1-1 {
    justify-content: center;
  }
  .brand-community-hero {
    object-position: 50% 20%;
  }
  .virtual-event-user-submit-time._1-2 {
    width: 100%;
  }
  .virtual-event-user-segment-select._1-2 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .create-account-content-wrapper-align {
    width: 330px;
  }
  .submit-effort-form-container {
    margin-bottom: 0;
  }
  .event-card-hero-slider-image.featured-events-slider-2-0 {
    height: 100%;
  }
  .evert-card-hero-slide.grid {
    height: 50vh;
  }
  .right-arrow-2 {
    margin-right: -20px;
  }
  .left-arrow-2 {
    margin-left: -20px;
  }
  .list-filter-and-search-wrapper {
    margin-bottom: 20px;
  }
  .list-secondary-info-wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 120px;
  }
  .list-secondary-info-wrapper.twilight-5000-2024 {
    width: 200px;
  }
  .list-secondary-info-wrapper.twilight-5000-2024.athlete-profile-1-0 {
    align-items: center;
    width: 100px;
  }
  .list-secondary-info-wrapper.twilight-5000-2024.athlete-profile-1-0.result {
    width: 100px;
  }
  .add-event-field.base-body---open-sans {
    font-size: 14px;
  }
  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .payment-reports-download-wrapper {
    padding-left: 10px;
    padding-right: 8px;
  }
  .download-payout-report-text {
    font-size: 14px;
  }
  .payment-reports-content-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
  .payoutr-reports-table-filter-wrapper-cumulative {
    justify-content: flex-start;
    align-items: stretch;
    padding-right: 0;
    display: inline-block;
  }
  .brand-about-hero,
  .brand-page-tabs-content {
    margin-left: 15px;
    margin-right: 15px;
  }
  .brand-page-tabs-content.twilight-5000-2024 {
    margin-left: 0;
    margin-right: 0;
  }
  .movemint-hero-full {
    aspect-ratio: 1/2.3;
    object-position: 55% 50%;
  }
  .movemint-hero-full.race-pace-landing {
    object-position: 60% 50%;
  }
  .hero-image-rounded-full {
    height: auto;
    min-height: 80vh;
    max-height: 80vh;
  }
  .hero-image-rounded-full.race-pace-landing-page {
    order: -1;
  }
  .about-us-full-hero-section {
    padding-left: 15px;
    padding-right: 15px;
  }
  .div-block-353 {
    bottom: 40%;
  }
  .div-block-353.race-pace-landing {
    width: 100%;
    bottom: 35%;
  }
  .h1-bold {
    font-size: 35px;
  }
  .h1-bold.overlay.hero {
    font-size: 45px;
  }
  .h2-bold {
    font-size: 35px;
  }
  .about-us-content-wrapper {
    flex-flow: column;
  }
  .about-us-team-sub-title-text {
    font-size: 16px;
  }
  .announcment-banner-padding {
    padding-left: 3%;
    padding-right: 3%;
  }
  .announcement-banner-content-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .announcement-banner-content {
    margin-right: 0;
  }
  .about-us-team-container {
    max-width: none;
  }
  .about-us-sub-heading {
    margin-bottom: 24px;
  }
  .announcement-banner-text {
    text-align: center;
  }
  .link-2 {
    color: #3b3b3b;
  }
  .volunteer-signup-field-name._1-2 {
    margin-left: 10px;
  }
  .volunteer-signup-field-name._1-2.zip {
    margin-left: 20px;
  }
  .volunteer-signup-field-name._1-2.waiver {
    margin-right: 20px;
  }
  .volunteer-signup-field-name._1-2.header {
    font-size: 14px;
  }
  .volunteer-signup-role-select._1-2 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .volunteer-signup-info-text._1-2 {
    margin-left: 10px;
  }
  .volunteer-signup-info-text._1-2.zip {
    margin-left: 20px;
  }
  .volunteer-signup-info-text._1-2.waiver {
    margin-right: 20px;
  }
  .volunteer-signup-info-text._1-2.header {
    font-size: 14px;
  }
  .volunteer-for-event-form-container {
    margin-bottom: 0;
  }
  .volunteer-registration-form-block {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .city-2._1-2 {
    width: 100%;
  }
  .country-2._1-2 {
    align-self: flex-start;
    margin-left: 10px;
  }
  .merch-dropdown-2._1-2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .emergency-contact-name-2._1-2,
  .state-2._1-2,
  .field-wrap-3.date-of-birth._1-2,
  .phone-number-2._1-2 {
    width: 100%;
  }
  .donation-selector-tab-pane-2._1-2 {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
  .date-field-2.date-of-birth._1-2,
  .date-field-2.date-of-birth.emailer.time,
  .date-field-2.date-of-birth.emailer.time,
  .date-field-2.date-of-birth.emailer.time {
    width: 100%;
  }
  .date-field-2.create-event.custom-name.create-an-event.social-link.contact-email.transfer-registration {
    font-size: 12px;
  }
  .date-field-2.create-event.custom-name.create-an-event.text-field {
    height: 250px;
  }
  .gender-identity-2._1-2 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .emergency-contact-phone-number-2._1-2 {
    width: 100%;
  }
  .registration-checkout-info {
    flex-direction: column;
    align-items: flex-start;
    margin-right: 0;
  }
  .registration-checkout-info.merch {
    padding-left: 10px;
  }
  .volunteer-card-row {
    flex-flow: column;
  }
  .volunteer-card-row._1-2 {
    flex-flow: wrap;
    width: 100%;
  }
  .volunteer-info-card-row-formatting {
    justify-content: flex-start;
    align-items: center;
  }
  .volunteer-info-card-row-formatting.price-increase,
  .volunteer-info-card-row-formatting.series-card,
  .volunteer-info-card-row-formatting.series-card {
    order: -1;
    padding-right: 8px;
  }
  .volunteer-signup-form-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .volunteer-subheading {
    text-align: left;
  }
  .volunteer-form-body {
    padding-left: 15px;
    padding-right: 15px;
  }
  .closed-reg-text {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .closed-reg-text.register,
  .closed-reg-text.add-event {
    text-align: center;
  }
  .volunteer-form-container {
    margin-bottom: 0;
  }
  .closed-reg-text-wrapper {
    margin-top: 60px;
  }
  .results-empty-state-list-svg {
    width: 50%;
  }
  .empty-state-image-blob {
    width: 80%;
  }
  .results-empty-state-text {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .results-empty-state-text.register,
  .results-empty-state-text.add-event {
    text-align: center;
  }
  .results-empty-state-text-header {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .results-empty-state-text-header.register,
  .results-empty-state-text-header.add-event {
    text-align: center;
  }
  .payments-status-sub-text {
    flex-flow: column;
  }
  .select-event-checkbox-copy {
    margin-left: 0;
  }
  .virtual-event-overall-wrapper-public-facing-2 {
    padding-left: 0;
    padding-right: 0;
  }
  .event-management-card-grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .event-management-card-info {
    text-align: left;
  }
  .event-creation-buttons {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
    bottom: 50px;
    left: 0;
    right: 0;
  }
  .event-creation-buttons.two-buttons {
    left: 0;
  }
  .event-creation-buttons.one-button,
  .event-creation-buttons.two-buttons {
    flex-flow: row;
    bottom: 0;
  }
  .h5-heading-5-copy {
    line-height: 120%;
  }
  .event-management-filter-dropdown-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    padding-right: 0;
    display: flex;
  }
  .event-management-filter-dropdown-wrapper.twilight-5000-2024 {
    display: flex;
  }
  .event-management-card-empty-state-content-wrapper.email {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .event-card-info-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }
  .event-card-sales-svg {
    min-width: 20px;
  }
  .create-an-event-button-event-management-wrapper {
    order: -1;
    width: 100%;
  }
  .event-card-row-formatting {
    justify-content: flex-start;
    align-items: center;
    margin-right: 0;
  }
  .create-an-event-button-nav {
    order: -1;
  }
  .navbar-menu {
    width: 100%;
  }
  .section-4 {
    background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
    background-position: 0 0;
    background-size: auto;
    height: 10%;
  }
  .list-text-content-city,
  .list-text-content-city.primary-time,
  .list-text-content-team,
  .list-text-content-team.primary-time {
    font-size: 14px;
  }
  .product-header1_layout {
    grid-template-columns: 1fr;
  }
  .heading-style-h3 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .product-header3_layout {
    grid-template-columns: 1fr;
  }
  .product-header3_product-details {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    display: flex;
  }
  .product-header3_price-wrapper {
    flex-direction: column;
  }
  .product-header3_text-divider {
    display: none;
  }
  .transfer-race-athlete-card-wrapper-link {
    margin-top: 0;
  }
  .product-v1-card-info {
    flex-direction: column;
    align-items: flex-start;
    margin-right: 0;
  }
  .product-v1-card-info.merch {
    padding-left: 10px;
  }
  .div-block-366 {
    width: 100%;
  }
  .button-8 {
    flex-direction: row;
    flex: 0 auto;
    align-self: center;
    max-width: 300px;
    padding-left: 40px;
    padding-right: 40px;
    font-family: Space Mono, sans-serif;
    font-size: 14px;
    font-weight: 400;
  }
  .sub-event-title-and-check {
    flex-flow: row;
    align-items: flex-start;
  }
  .sub-event-title-and-check.merch {
    padding-left: 10px;
  }
  .at-will-prcing-field-wrapper._1-2 {
    align-items: stretch;
    width: 100%;
  }
  .at-will-pricing-pre-header-text {
    text-align: left;
  }
  .registration-text-sub-header._1-2 {
    margin-left: 10px;
  }
  .registration-text-sub-header._1-2.zip {
    margin-left: 20px;
  }
  .registration-text-sub-header._1-2.waiver {
    margin-right: 20px;
  }
  .registration-text-sub-header._1-2.header {
    font-size: 14px;
  }
  .registration-quick-info-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }
  .registration-price-text {
    margin-top: 8px;
  }
  .registration-quick-info-text.athlete-more-info-button {
    font-size: 12px;
  }
  .registration-price-wrapper-formatting {
    justify-content: flex-start;
    align-items: center;
  }
  .div-block-374 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }
  .registration-announcement-pre-header.break {
    display: none;
  }
  .registration-sub-text._1-2 {
    margin-left: 10px;
  }
  .registration-sub-text._1-2.zip {
    margin-left: 20px;
  }
  .registration-sub-text._1-2.waiver {
    margin-right: 20px;
  }
  .registration-sub-text._1-2.header {
    font-size: 14px;
  }
  .registration-code-and-button-wrapper {
    flex-flow: column;
    align-self: center;
    width: 100%;
  }
  .div-block-377 {
    align-self: center;
    width: 100%;
  }
  .div-block-378 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }
  .div-block-381 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
  .sub-event-title-and-price-registration-flow {
    flex-direction: column;
    align-items: flex-start;
    margin-right: 0;
  }
  .sub-event-title-and-price-registration-flow:active {
    mix-blend-mode: lighten;
  }
  .sub-event-title-and-price-registration-flow.merch {
    padding-left: 10px;
  }
  .div-block-382 {
    align-self: center;
  }
  .div-block-384 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }
  .fixed-form-trigger {
    width: 64px;
    height: 64px;
    bottom: 16px;
    right: 16px;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3490196078);
  }
  .chat-icon {
    width: 24px;
    height: 24px;
  }
  .chat-close {
    width: 26px;
    height: 26px;
  }
  .form-widget-wrapper {
    min-width: auto;
    max-width: 100vw;
    margin-left: 16px;
    margin-right: 16px;
    bottom: 100px;
    right: 0;
  }
  .widget-title-wrapper {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .widget-title {
    margin-bottom: 0;
    font-size: 16px;
  }
  .widget-sub-title {
    font-size: 14px;
    display: block;
  }
  .widget-main-content {
    margin-top: 0;
  }
  .widget-top-text-wrapper {
    background-color: #d9d9d9;
  }
  .form-item {
    margin-bottom: 14px;
  }
  .text-field-9 {
    border-radius: 15px;
  }
  .button-9 {
    flex-direction: row;
    flex: 0 auto;
    align-self: center;
    max-width: 300px;
    padding-left: 40px;
    padding-right: 40px;
    font-family: Space Mono, sans-serif;
    font-size: 14px;
    font-weight: 400;
  }
  .text-field-10 {
    border-radius: 15px;
  }
  .calendly-chat-widget-embed {
    cursor: pointer;
    background-color: #d9d9d9;
  }
  .tooltip1_tooltip-wrapper.is-bottom-wrapper {
    width: 10rem;
  }
  .tooltip1_element-wrapper.event-page-2-0 {
    flex-flow: column;
  }
  .tooltip1_component {
    align-self: flex-start;
  }
  .multi-form13_form-content {
    grid-template-rows: auto;
  }
  .padding-global-2 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .multi-form13_button-group {
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-self: stretch;
    align-items: stretch;
    margin-top: 16px;
    display: grid;
  }
  .multi-form13_button-group.first {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
  .multi-form13_progress-wrapper {
    align-self: center;
    width: 80%;
  }
  .heading-style-h4 {
    order: 1;
    font-size: 24px;
  }
  .div-block-390 {
    flex-flow: column;
    width: 100%;
  }
  .dob._1-2 {
    align-self: flex-start;
  }
  .phone-number-copy._1-2 {
    width: 100%;
  }
  .field-wrap-dob.date-of-birth {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: row;
    width: 100%;
  }
  .field-wrap-dob.date-of-birth._1-2 {
    width: 100%;
  }
  .field-wrap-dob.dob {
    flex-flow: column;
    align-items: center;
  }
  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }
  .footer8_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }
  .portfolio3-header_content-left {
    width: 80%;
  }
  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }
  .footer8_top-wrapper {
    grid-row-gap: 48px;
  }
  .portfolio3-content1_content-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
  .analytics-tab-section-header-content-spacing {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }
  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .faq3_component {
    grid-template-columns: 1fr;
  }
  .multi-form14_button-group {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: stretch;
    align-items: stretch;
    display: grid;
  }
  .multi-form14_step {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .padding-global-4 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .tabs-menu-7 {
    flex-flow: column;
    padding: 0 8px;
  }
  .analytics-tab-card.tab-1,
  .analytics-tab-card.tab-1.w--current {
    width: 100%;
  }
  .analytics-tab-card-header-text {
    width: 99.9999%;
    font-size: 18px;
    line-height: 150%;
  }
  .analytics-tab-pane-content-wrapper {
    padding-left: 8px;
    padding-right: 8px;
  }
  .price-update-card-row-formatting-copy {
    justify-content: flex-start;
    align-items: center;
  }
  .price-update-card-row-formatting-copy.price-increase {
    order: -1;
    padding-right: 8px;
  }
  .view-event-in-new-tab-wrapper {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    justify-content: flex-start;
  }
  .open-event-setitngs-icon {
    align-self: flex-end;
    width: 15px;
  }
  .race-pace-testimonial-copy {
    font-size: 20px;
  }
  .race-pace-cards {
    grid-template-columns: 1fr;
  }
  .div-block-404 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 8px;
  }
  .image-73 {
    width: 80%;
  }
  .shell2_main-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }
  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }
  .padding-horizontal.padding-medium {
    margin-left: 16px;
    margin-right: 16px;
  }
  .create-email-section-top {
    padding-left: 8px;
    padding-right: 8px;
  }
  .create-email-section-top.test {
    flex-flow: column;
  }
  .create-email-section-header-text-wrapper {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }
  .create-email-button-text.not-ready {
    justify-content: center;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
  }
  .create-email-button-text.not-ready.send {
    padding: 8px 16px;
  }
  .create-email-button-text.normal {
    align-self: center;
  }
  .create-email-button-text.send {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
  }
  .create-email-button-text.send.test {
    padding: 8px 16px;
  }
  .div-block-409 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    margin-left: 0;
    margin-right: 0;
  }
  .create-email-check-status {
    height: auto;
  }
  .email-creation-form-block {
    margin-left: 8px;
    margin-right: 8px;
  }
  .email-creation-form-block.email-name {
    overflow-wrap: anywhere;
    margin-right: 0;
  }
  .email-creation-form-block.test {
    width: 100%;
  }
  .email-creation-form-block.email-name-copy {
    overflow-wrap: anywhere;
    margin-right: 0;
  }
  .add-edit-to-email-button.save {
    background-image: linear-gradient(346deg, #f9795f, #ecff21);
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }
  .create-email-name-input-field-form-container,
  .div-block-417 {
    width: 100%;
  }
  .div-block-417.top {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }
  .send-email-top-corner-button.not-ready {
    align-self: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
  .send-email-top-corner-button.not-ready.top {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
  .send-email-top-corner-button.not-ready.top.create-text {
    padding-top: 0;
    padding-bottom: 0;
  }
  .send-email-top-corner-button.send {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
  .send-email-top-corner-button.send.create-email,
  .send-email-top-corner-button.text {
    padding-top: 0;
    padding-bottom: 0;
  }
  .email-creation-form-spacing.test {
    width: 100%;
  }
  .email-save-cancel-button-wrapper {
    flex-flow: column;
  }
  .div-block-422 {
    flex-flow: column;
    width: 100%;
  }
  .create-email-from-input-wrapper.subject.test {
    width: 100%;
  }
  .input-2 {
    font-size: 0.9rem;
  }
  .custom-checkbox-label-b {
    padding-right: 24px;
  }
  .event-picker-dropdown,
  .input-3 {
    font-size: 0.9rem;
  }
  .div-block-426 {
    margin-left: 8px;
    margin-right: 8px;
  }
  .create-email-icon {
    width: 20px;
    height: 20px;
  }
  .div-block-417-copy {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
  }
  .div-block-433,
  .div-block-434 {
    width: 100%;
  }
  .icon-4 {
    background-color: #000;
  }
  .navbar-link-2 {
    background-color: #fff;
    flex: 0 auto;
  }
  .menu-button-2.w--open {
    background-color: #fff;
  }
  .email-management-card-content-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .email-card-info-wrapper {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    align-items: flex-start;
    margin-top: 4px;
    display: flex;
  }
  .email-card-info-wrapper.updated {
    grid-template-rows: auto auto auto auto auto auto;
  }
  .email-card-row-formatting {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: 0;
  }
  .div-block-439 {
    flex-flow: column;
  }
  .copy {
    justify-content: flex-start;
    align-items: center;
    margin-right: 0;
  }
  .email-management-card-grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .email-section {
    margin-left: 0;
    margin-right: 0;
  }
  .email-integration-grid {
    grid-template-columns: 1fr;
  }
  .email-protal-header {
    line-height: 120%;
  }
  .movemint-email-portal-header-content-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }
  .manage-email-card {
    height: auto;
  }
  .product-header2_modal-list {
    grid-template-columns: 1fr;
  }
  .padding-section-medium-2 {
    padding-top: 0;
  }
  .product-header2_tabs-menu {
    align-items: flex-start;
  }
  .product-header2_image-wrapper {
    overflow: clip;
  }
  .product-header2_list {
    grid-template-columns: 1fr;
  }
  .product-header2_component {
    padding-bottom: 0;
  }
  .product-header2_item {
    display: none;
  }
  .product-header2_breadcrumb {
    order: 0;
  }
  .product-header2_gallery {
    grid-template-columns: 1fr;
  }
  .div-block-447 {
    width: 100%;
  }
  .bold-text-8 {
    letter-spacing: normal;
  }
  .conversations-dashboard-1-0-overall-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-bottom: 0;
    position: static;
  }
  .page-header3_content-wrapper.event-page-2-0 {
    margin-bottom: 75px;
  }
  .max-width-large-3 {
    margin-top: 16px;
  }
  .ms-radio-wrap {
    align-items: flex-start;
    display: flex;
  }
  .radio2_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  .radio2_field,
  .radio2_field.is-active-inputactive {
    width: 100%;
  }
  .section-header1_content-wrapper-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .container-large-16 {
    margin-left: 0;
    margin-right: 0;
  }
  .div-block-449,
  .div-block-450 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
  .product-header2_image-small-2.celebrate {
    width: 100%;
  }
  .donation-page-donate-form-content,
  .product-header2_list-2 {
    grid-template-columns: 1fr;
  }
  .padding-global-7 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .radio2_field-2,
  .radio2_field-2.is-active-inputactive {
    width: 100%;
  }
  .list-text-content-name-header-2 {
    width: 120px;
  }
  .div-block-456 {
    width: 100%;
  }
  .div-block-457 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
  .button-15 {
    flex-direction: row;
    flex: 0 auto;
    align-self: center;
    max-width: 300px;
    padding-left: 40px;
    padding-right: 40px;
    font-family: Space Mono, sans-serif;
    font-size: 14px;
    font-weight: 400;
  }
  .button-15.achievement-card.unlisted {
    background-color: #fff;
    background-image: linear-gradient(322deg, rgba(252, 167, 208, 0.5019607843), rgba(162, 89, 255, 0.5019607843) 50%, rgba(75, 224, 250, 0.5019607843));
  }
  .button-15.achievement-card.unlisted.event-purchase-button.event-header-interim {
    min-width: 300px;
  }
  .button-15.achievement-card.unlisted.event-purchase-button.event-header-interim.donate {
    margin-right: 0;
  }
  .heading-style-h4-4 {
    font-size: 20px;
  }
  .div-block-460 {
    align-self: center;
  }
  .tabs-menu-10 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: center;
    place-items: center;
    margin-top: 0;
    margin-left: 0;
    display: grid;
  }
  .div-block-462 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }
  .button-16 {
    flex-direction: row;
    flex: 0 auto;
    align-self: center;
    max-width: 300px;
    padding-left: 40px;
    padding-right: 40px;
    font-family: Space Mono, sans-serif;
    font-size: 14px;
    font-weight: 400;
  }
  .button-16.achievement-card.unlisted {
    background-color: #fff;
    background-image: linear-gradient(322deg, rgba(252, 167, 208, 0.5019607843), rgba(162, 89, 255, 0.5019607843) 50%, rgba(75, 224, 250, 0.5019607843));
  }
  .button-16.achievement-card.unlisted.event-purchase-button.event-header-interim {
    min-width: 300px;
  }
  .button-16.achievement-card.unlisted.event-purchase-button.event-header-interim.donate {
    margin-right: 0;
  }
  .button-16.achievement-card.unlisted.event-purchase-button.event-header-interim.donate.reg-1-3 {
    align-self: center;
  }
  .button-16.achievement-card.unlisted.event-purchase-button.event-header-interim.reg-1-3 {
    order: -1;
    align-self: center;
  }
  .button-16.achievement-card.unlisted.event-purchase-button.event-header-interim.reg-1-3.sold-out {
    align-self: center;
  }
  .link-4 {
    text-align: center;
  }
  .button-17 {
    flex-direction: row;
    flex: 0 auto;
    align-self: center;
    max-width: 300px;
    padding-left: 40px;
    padding-right: 40px;
    font-family: Space Mono, sans-serif;
    font-size: 14px;
    font-weight: 400;
  }
  .button-17.achievement-card.unlisted {
    background-color: #fff;
    background-image: linear-gradient(322deg, rgba(252, 167, 208, 0.5019607843), rgba(162, 89, 255, 0.5019607843) 50%, rgba(75, 224, 250, 0.5019607843));
  }
  .button-17.achievement-card.unlisted.pre {
    background-image: linear-gradient(44deg, #a259ff, rgba(238, 106, 111, 0.8) 50%, rgba(75, 151, 250, 0.8));
  }
  .button-17.achievement-card.unlisted.pre.auction {
    background-image: linear-gradient(44deg, rgba(250, 75, 75, 0.8), rgba(75, 151, 250, 0.3019607843) 46%, rgba(162, 89, 255, 0.3019607843));
  }
  .button-17.achievement-card.unlisted.event-purchase-button.event-header-interim {
    min-width: 300px;
  }
  .button-17.achievement-card.unlisted.event-purchase-button.event-header-interim.register {
    min-width: 100%;
  }
  .field-wrap-5.date-of-birth {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: row;
    width: 100%;
  }
  .field-wrap-5.date-of-birth._1-2 {
    width: 100%;
  }
  .field-wrap-5.custom-location-name {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: row;
    width: 100%;
  }
  .field-wrap-5.custom-location-name._1-2,
  .field-wrap-5.custom-location-name.create-event.create-sub-event.set-price,
  .field-wrap-5.custom-location-name.create-event.create-sub-event.set-price,
  .field-wrap-5.custom-location-name.group.create-sub-event.set-price,
  .field-wrap-5.custom-location-name.group.create-sub-event.set-price,
  .virtual-event-user-submit-time-2._1-2 {
    width: 100%;
  }
  .virtual-event-user-segment-select-2._1-2 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .div-block-468 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }
  .link-block-18 {
    align-self: flex-start;
  }
  .logo1_component,
  .logo5_component {
    justify-content: center;
  }
  .product-header2_list-3 {
    grid-template-columns: 1fr;
  }
  .event-page-2-0-form {
    padding-bottom: 15px;
  }
  .text-block-28 {
    text-align: left;
    letter-spacing: normal;
    line-height: 121%;
  }
  .event-page-2-0-form-content {
    grid-template-columns: 1fr 1fr;
  }
  .event-creation-form-block-form {
    grid-row-gap: 3rem;
  }
  .multi-form1_form-content {
    grid-row-gap: 1.5rem;
  }
  .multi-form1_button-group {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: stretch;
    align-items: stretch;
    display: flex;
  }
  .movemint-date-field.date-of-birth._1-2,
  .movemint-date-field.date-of-birth.emailer.time,
  .movemint-date-field.event-creation-2-0,
  .movemint-date-field.event-creation-2-0._1-2,
  .movemint-date-field.event-creation-2-0.emailer.time {
    width: 100%;
  }
  .div-block-479 {
    flex-flow: column;
    width: 100%;
  }
  .div-block-447-copy {
    width: 100%;
  }
  .div-block-480 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }
  .div-block-482 {
    justify-content: space-between;
    width: 100%;
  }
  .create-event-text-field.name-your-event {
    overflow-wrap: break-word;
    padding-top: 30px;
  }
  .name-field-wrapper {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    display: flex;
  }
  .div-block-490 {
    justify-content: space-between;
  }
  .donate-custom-amount-field.name-your-event {
    padding-top: 30px;
    font-size: 30px;
  }
  .div-block-495 {
    flex-flow: column;
  }
  .cta1_component {
    grid-template-columns: 1fr;
  }
  .donate-write-a-message-field.name-your-event {
    padding-top: 30px;
    font-size: 30px;
  }
  .div-block-496 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }
  .product-header2_list-4,
  .product-header2_gallery-2 {
    grid-template-columns: 1fr;
  }
  .product-header2_breadcrumb-3 {
    width: auto;
  }
  .product-header2_gallery-3 {
    grid-template-columns: 1fr;
  }
  .product-header2_main-image-8 {
    overflow: clip;
  }
  .text-block-33 {
    text-align: left;
    line-height: 100%;
  }
  .text-block-34 {
    text-align: left;
  }
  .movemint-pfp-placeeholder.with-image.athlete-profile-page-1-0 {
    width: auto;
    height: auto;
  }
  .movemint-pfp-placeeholder.athlete-profile-page-1-0 {
    width: 100px;
    height: 100px;
  }
  .multi-form1_form-2 {
    grid-row-gap: 3rem;
  }
  .multi-form3_button-group {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: stretch;
    align-items: stretch;
    display: grid;
  }
  .event-creation-date-spacing,
  .event-creation-date-spacing.no-spacing.horizontal-mobile {
    flex-flow: column;
  }
  .event-creation-center-content-overall-spacing {
    margin-bottom: 0;
  }
  .event-creation-center-content-overall-spacing.overview {
    padding-bottom: 0;
  }
  .event-creation-layout-component,
  .overview-list {
    grid-template-columns: 1fr;
  }
  .two-radio-component {
    display: flex;
  }
  .two-radio-content-wrapper {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    width: 100%;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .two-radio-button-toggle {
    right: 0;
  }
  .two-radio-button-toggle.w--redirected-checked {
    border-style: solid;
  }
  .div-block-491-copy {
    margin-left: 0;
    margin-right: 0;
  }
  .radio-button-label {
    font-size: 18px;
  }
  .integration-icon-copy {
    display: none;
  }
  .event-management-card-grid-copy {
    flex-flow: column;
    grid-template-columns: 1fr;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .multi-form1_form-copy {
    grid-row-gap: 3rem;
  }
  .volunteer-info-card-row-formatting-copy {
    justify-content: flex-start;
    align-items: center;
  }
  .registration-quick-info-wrapper-copy {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }
  .event-creation-button-no-color.back {
    padding-left: 0;
  }
  .event-creation-button-no-color.not-ready {
    opacity: 1;
  }
  .event-creation-button-no-color.skip {
    padding-left: 0;
  }
  .div-block-505 {
    width: 50%;
  }
  .event-creation-heading-subtext {
    line-height: 120%;
  }
  .event-creation-nav-wrapper {
    z-index: 3;
    width: 100%;
  }
  .two-radio {
    justify-content: flex-start;
    align-items: center;
  }
  .two-radio-copy-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }
  .padding-section-large-2-copy {
    margin-right: 0;
  }
  .event-creation-width-wrapper.bottom-padding.event-location {
    padding-bottom: 0;
  }
  .event-creation-exit-button-2 {
    border-color: var(--grey);
  }
  .event-creation-content-spacing-and-margin.with-subtext {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-top: 0;
  }
  .create-event-description-text {
    margin-left: 0;
    line-height: 120%;
  }
  .create-event-date-description-text,
  .create-event-date-description-animation-text-optional {
    margin-left: 0;
  }
  .create-event-date-content-wrapper {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    width: 100%;
    display: flex;
  }
  .create-event-date-content-wrapper.sub-event {
    justify-content: flex-end;
  }
  .create-event-date-content-wrapper.sub-event.pricing-end {
    width: 100%;
  }
  .div-block-491-copy-copy {
    margin-left: 0;
    margin-right: 0;
  }
  .div-block-491-copy-copy.name-and-date-copy {
    margin-top: 40px;
  }
  .create-event-content-wrapper {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    padding-top: 8px;
  }
  .section_layout32-copy {
    margin-bottom: 0;
    position: absolute;
  }
  .field-icon-3.pick-a-date {
    color: var(--black);
  }
  .event-creation-bottom-nav-and-progress-overall-wrapper.no-mobile-view {
    display: none;
  }
  .event-creation-bottom-nav-and-progress-overall-wrapper.bottom-on-mobile {
    margin-bottom: 20px;
    padding-bottom: 0;
    position: absolute;
    inset: auto 0% 0%;
  }
  .event-creation-bottom-nav-and-progress-overall-wrapper.bottom-on-mobile.transparent {
    background-color: var(--transparent);
    padding-top: 30px;
  }
  .event-creation-bottom-nav-and-progress-overall-wrapper.bottom-on-mobile.long-body {
    margin-bottom: 0;
    padding-bottom: 20px;
    position: relative;
  }
  .div-block-519-copy {
    z-index: 1;
    margin-bottom: 20px;
    position: relative;
    left: 0;
    right: 0;
  }
  .event-creation-next-button-wrapper {
    display: flex;
  }
  .event-creation-next-button-text-not-ready {
    font-weight: 600;
  }
  .div-block-521,
  .not-ready-next-button-event-creation {
    display: flex;
  }
  .not-ready-next-button-event-creation.shopping {
    justify-content: center;
    align-items: center;
  }
  .event-creation-all-content-wrapper-and-bottom-padding._100vh.final {
    min-height: auto;
  }
  .event-creation-next-button {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
  .add-link-content-wrapper {
    min-width: auto;
  }
  .multi-form1_form-copy {
    grid-row-gap: 16px;
    flex-flow: column;
  }
  .create-event-overall-content-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
  .upload-cover-photo-button {
    display: flex;
  }
  .upload-cover-photo-button-text.link {
    text-align: left;
    line-height: 120%;
  }
  .link-block-21 {
    overflow-wrap: anywhere;
  }
  .create-event-form {
    grid-row-gap: 3rem;
  }
  .create-event-content-wrapper-2 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }
  .create-event-form-2 {
    grid-row-gap: 16px;
    flex-flow: column;
  }
  .event-creation-form-3 {
    width: 100%;
  }
  .modal1_component {
    display: none;
  }
  .icon_close.race-day {
    top: 10px;
  }
  .pick-an-organzation-modal {
    z-index: 1000;
  }
  .multiple-donation-button {
    width: 100%;
    min-width: 300px;
    max-width: none;
  }
  .multiple-donation-button.in-form,
  .multiple-donation-button.in-form.mb-10.in-modal {
    min-width: 100px;
  }
  .in-form-multiple-donation-field-wrapper-duplicate {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
  .pick-an-organzation-header-text {
    font-size: 20px;
  }
  .pick-an-organzation-modal-spacing {
    z-index: 1002;
    text-align: left;
    width: 90%;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 16px;
    left: 5vw;
  }
  .not-ready-next-button-event-creation-2 {
    display: flex;
  }
  .event-creation-next-button-text-not-ready-2 {
    font-weight: 600;
  }
  .not-ready-next-button-event-creation-2-copy {
    display: flex;
  }
  .only-one-button-empty-nav-spacer-internal {
    font-weight: 600;
  }
  .only-one-button-empty-nav-spacer,
  .only-one-button-empty-nav-spacer-2 {
    display: flex;
  }
  .only-one-button-empty-nav-spacer-internal-2 {
    font-weight: 600;
  }
  .radio3_field-sub-events {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    width: 100%;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .div-block-514-copy {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    width: 100%;
    display: flex;
  }
  .div-block-444-copy-copy {
    flex-flow: column;
  }
  .create-sub-event-date-field-wrapper.start-time-and-date {
    flex-flow: column;
  }
  .div-block-516-copy-copy-copy,
  .div-block-516-copy-copy-copy-copy {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }
  .multiple-donation-button-wrapper {
    width: 100%;
  }
  .pick-an-organzation-modal-background {
    z-index: 1001;
  }
  .multiple-donation-button-2 {
    width: 100%;
    min-width: 300px;
    max-width: none;
  }
  .multiple-donation-button-2.in-form {
    min-width: 100px;
  }
  .donate-from-field.name-your-event {
    padding-top: 30px;
    font-size: 30px;
  }
  .series-header-text {
    margin-top: 0;
    font-size: 40px;
    line-height: 150%;
  }
  .container-14 {
    max-width: none;
  }
  .div-block-495-copy {
    flex-flow: column;
  }
  .tracksmith-hero-subheader-text-copy {
    margin-top: 0;
    font-size: 10px;
  }
  .tabs-menu {
    grid-column-gap: 8px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: flex;
  }
  .tabs-menu.event-page-2-0 {
    padding: 0;
  }
  .tabs-menu.profile-page {
    flex-flow: row;
  }
  .event-detail-tab-link-2-copy,
  .event-detail-tab-link-2-copy.w--current {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }
  .series-page-content-left-wrrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
  .section-header-text {
    font-size: 24px;
  }
  .series-event-grid {
    flex-flow: column;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .brand-event-grid-copy {
    margin-left: 15px;
    margin-right: 15px;
  }
  .series-page-content-grid.event-page-2-0 {
    margin-bottom: 75px;
  }
  .add-contact-email-field-event-creation {
    min-width: auto;
  }
  .preview-event-ec-button.back {
    padding-left: 0;
  }
  .preview-event-ec-button.not-ready {
    opacity: 1;
  }
  .preview-event-ec-button.skip {
    padding-left: 0;
  }
  .create-sub-event-sub-content-wrapper {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }
  .create-sub-event-sub-content-wrapper.prricing-flex {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    display: flex;
  }
  .create-sub-event-content-wrapper {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }
  .add-early-bird-pricing-button-wrapper {
    flex-flow: column;
    margin-top: 16px;
  }
  .event-creation-next-button-copy {
    justify-content: center;
    align-items: center;
  }
  .price-field-containter {
    flex-flow: column;
  }
  .path,
  .path-2,
  .path-3,
  .g,
  .g-2 {
    color: var(--black);
  }
  .event-creation-radio-wrapper.custom-price {
    display: flex;
  }
  .event-creation-radio.custom-price {
    width: 100%;
  }
  .start-date-wrapper.reg-info._100 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
  .i-ll-fundraise-tab-1-2,
  .i-ll-fundraise-tab-1-2.w--current,
  .don-t-fundraise-tab-1-2,
  .don-t-fundraise-tab-1-2.w--current {
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .event-management-filter-dropdown-wrapper-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    padding-right: 0;
    display: flex;
  }
  .event-management-filter-dropdown-wrapper-copy.twilight-5000-2024 {
    display: flex;
  }
  .div-block-375-copy {
    flex-flow: column;
  }
  .div-block-377-copy {
    align-self: center;
    width: 100%;
  }
  .event-management-card-grid-copy {
    flex-flow: column;
    grid-template-columns: 1fr;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }
  .registration-code-and-button-wrapper-copy {
    flex-flow: column;
    align-self: center;
  }
  .event-creation-thank-you-image {
    height: 150px;
  }
  .text-block-43-copy {
    line-height: 120%;
  }
  .div-block-568 {
    height: auto;
  }
  .start-daie-padding {
    flex-flow: column;
    width: 99.9999%;
  }
  .start-daie-padding.registration-page.time-of-day,
  .start-daie-padding.registration-page.reg-info {
    flex-flow: column;
  }
  .create-event-date-content-wrarpper {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    width: 100%;
    display: flex;
  }
  .create-event-field-wrapper {
    min-width: auto;
  }
  .race-day-list-filter-and-search-wrapper {
    display: flex;
  }
  .race-title-text.register,
  .race-title-text.add-event {
    text-align: center;
  }
  .race-day-list-text-content-name {
    width: 120px;
    font-size: 14px;
  }
  .race-day-list-text-content-name.twilight-5000-2024 {
    width: 200px;
  }
  .race-day-list-text-content-name.dontate-to {
    width: 100px;
  }
  .race-day-check-in-button.checked-in.list-view {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .race-day-check-in-button.checked-in.undo {
    align-self: center;
  }
  .race-day-list-text-content-name-header {
    width: 120px;
  }
  .race-day-list-text-content-name-header.twilight-5000-2024 {
    width: 200px;
  }
  .add-participant-race-day-button-wrapper {
    flex-flow: column;
    margin-top: 16px;
  }
  .faq3_component-2 {
    grid-template-columns: 1fr;
  }
  .add-a-participant-modal {
    z-index: 1000;
  }
  .add-a-participant-header {
    font-size: 20px;
  }
  .add-a-participant-modal-spacing {
    z-index: 1002;
    text-align: left;
    width: 90%;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 16px;
    left: 5vw;
  }
  .event-creation-form-block-form-copy {
    grid-row-gap: 3rem;
  }
  .create-event-date-description-text-copy {
    margin-left: 0;
  }
  .add-contact-email-field-event-creation-copy {
    min-width: auto;
  }
  .top-nav-event-creation-padding,
  .top-nav-event-creation-padding-2 {
    display: flex;
  }
  .event-creation-exit-button-3,
  .event-creation-exit-button-4 {
    border-color: #d9d9d9;
  }
  .race-day-position-wrapper {
    padding-left: 10px;
  }
  .race-day-position-wrapper.start-list {
    padding-left: 20px;
  }
  .race-day-check-in-large-text.name.list-view {
    width: 100%;
  }
  .race-day-check-in-large-text.larger {
    min-width: auto;
    font-size: 24px;
  }
  .race-day-check-in-large-text.larger-copy {
    min-width: auto;
  }
  .race-day-participant-info-grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }
  .race-day-content-spacing {
    width: 100%;
  }
  .race-day-sub-event-text.break {
    display: none;
  }
  .div-block-570 {
    width: 100%;
  }
  .race-day-check-in-confirmation-modal {
    z-index: 1000;
  }
  .race-day-check-in-confirmation-modal.add-bib-number {
    display: none;
  }
  .race-day-check-in-confirmation-modal-spacing {
    z-index: 1002;
    text-align: left;
    width: 90%;
    margin-left: 0;
    margin-right: 0;
    padding: 40px 16px 20px;
    left: 5vw;
  }
  .race-day-check-in-confirmation-header {
    font-size: 20px;
  }
  .race-day-card-grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }
  .link-block-22.checked-in {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }
  .race-day-info-formatting {
    justify-content: flex-start;
    align-items: center;
  }
  .race-day-info-formatting.price-increase,
  .race-day-info-formatting.series-card {
    order: -1;
    padding-right: 8px;
  }
  .race-day-info-formatting.merch {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }
  .merch-item-list-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    align-items: flex-start;
  }
  .div-block-573 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    order: -1;
    justify-content: space-between;
    align-self: flex-start;
    align-items: flex-end;
  }
  .div-block-575 {
    align-self: flex-start;
  }
  .create-event-text-field-3.name-your-event,
  .create-event-text-field-3.bib-assignment {
    overflow-wrap: break-word;
    padding-top: 30px;
  }
  .name-field-wrapper-copy {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    display: flex;
  }
  .registration-counter-text {
    font-size: 10px;
  }
  .top-reg-acticity-icon {
    width: 15px;
  }
  .recent-activity-overall-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }
  .recent-activity-overall-wrapper.list {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .image-75 {
    object-fit: fill;
  }
  .event-card-2-quick-info-text.break {
    display: none;
  }
  .event-card-2-0-info-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }
  .event-cad-2-0-event-title-text {
    word-break: break-all;
    max-width: 300px;
  }
  .event-cad-2-0-event-title-text.group {
    font-size: 14px;
  }
  .event-card-2-0-sub-event-text._1-2 {
    margin-left: 10px;
  }
  .event-card-2-0-sub-event-text._1-2.zip {
    margin-left: 20px;
  }
  .event-card-2-0-sub-event-text._1-2.waiver {
    margin-right: 20px;
  }
  .event-card-2-0-sub-event-text._1-2.header {
    font-size: 14px;
  }
  .participant-event-card-2-0-modal {
    z-index: 1000;
  }
  .event-card-2-0-more-info-top-text,
  .event-card-2-0-close {
    font-size: 20px;
  }
  .event-card-2-0-athlete-more-info-modal-spacing {
    z-index: 1002;
    text-align: left;
    width: 90%;
    left: 5vw;
  }
  .event-card-2-0-row-formatting {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-right: 0;
  }
  .div-block-583 {
    flex-flow: column;
    display: flex;
  }
  .div-block-378-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }
  .volunteer-signup-info-text-copy._1-2 {
    margin-left: 10px;
  }
  .volunteer-signup-info-text-copy._1-2.zip {
    margin-left: 20px;
  }
  .volunteer-signup-info-text-copy._1-2.waiver {
    margin-right: 20px;
  }
  .volunteer-signup-info-text-copy._1-2.header {
    font-size: 14px;
  }
  .pick-an-organzation-modal-background-copy {
    z-index: 1001;
  }
  .event-card-row-formatting-copy {
    justify-content: flex-start;
    align-items: center;
    margin-right: 0;
  }
  .profile-image-section.logo-only {
    width: 100px;
    height: 100px;
  }
  .div-block-583-copy {
    flex-flow: column;
    display: flex;
  }
  .div-block-586 {
    padding-bottom: 6px;
  }
  .heading-style-h4-copy {
    font-size: 24px;
  }
  .section_page-header3-copy {
    flex-flow: column;
  }
  .div-block-590 {
    flex-flow: column;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }
  .event-card-2-0-row-formatting-copy {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-right: 0;
  }
  .div-block-378-copy {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }
  .div-block-592 {
    margin-bottom: 40px;
  }
  .athlete-event-card-page-button {
    justify-content: center;
    align-items: center;
  }
  .athlete-event-card-page-button.price-increase,
  .athlete-event-card-page-button.series-card {
    order: -1;
    padding-right: 8px;
  }
  .div-block-594 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }
  .image-75-copy {
    object-fit: fill;
  }
  .div-block-597 {
    align-self: center;
  }
  .div-block-599 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }
  .button-18 {
    flex-direction: row;
    flex: 0 auto;
    align-self: center;
    max-width: 300px;
    padding-left: 40px;
    padding-right: 40px;
    font-family: Space Mono, sans-serif;
    font-size: 14px;
    font-weight: 400;
  }
  .button-18.achievement-card.unlisted {
    background-color: #fff;
    background-image: linear-gradient(322deg, rgba(252, 167, 208, 0.5019607843), rgba(162, 89, 255, 0.5019607843) 50%, rgba(75, 224, 250, 0.5019607843));
  }
  .button-18.achievement-card.unlisted.event-purchase-button.event-header-interim {
    min-width: 300px;
  }
  .button-18.achievement-card.unlisted.event-purchase-button.event-header-interim.reg-1-3 {
    order: -1;
    align-self: center;
  }
  .event-card-2-top-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }
  .series-page-content-containter {
    margin-top: 16px;
  }
  .series-page-overall-content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .tabs-content-container {
    margin-left: 0;
    margin-right: 0;
  }
  .div-block-607 {
    align-self: center;
  }
  .div-block-608 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }
  .button-19 {
    flex-direction: row;
    flex: 0 auto;
    align-self: center;
    max-width: 300px;
    padding-left: 40px;
    padding-right: 40px;
    font-family: Space Mono, sans-serif;
    font-size: 14px;
    font-weight: 400;
  }
  .button-19.achievement-card.unlisted {
    background-color: #fff;
    background-image: linear-gradient(322deg, rgba(252, 167, 208, 0.5019607843), rgba(162, 89, 255, 0.5019607843) 50%, rgba(75, 224, 250, 0.5019607843));
  }
  .button-19.achievement-card.unlisted.event-purchase-button.event-header-interim {
    min-width: 300px;
  }
  .home7-cta_component,
  .home7-details_component,
  .home7-about_component {
    grid-template-columns: 1fr;
  }
  .footer3_menu-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }
  .home7-header_content-wrapper {
    grid-template-columns: 1fr;
  }
  .button-20 {
    flex-direction: row;
    flex: 0 auto;
    align-self: center;
    max-width: 300px;
    padding-left: 40px;
    padding-right: 40px;
    font-family: Space Mono, sans-serif;
    font-size: 14px;
    font-weight: 400;
  }
  .button-20.achievement-card.unlisted {
    background-color: #fff;
    background-image: linear-gradient(322deg, rgba(252, 167, 208, 0.5019607843), rgba(162, 89, 255, 0.5019607843) 50%, rgba(75, 224, 250, 0.5019607843));
  }
  .button-20.achievement-card.unlisted.event-purchase-button.event-header-interim {
    min-width: 300px;
  }
  .f-h3-heading-2 {
    font-size: 35px;
  }
  .f-button-wrapper-copy {
    justify-content: center;
    align-items: center;
  }
  .event-card-2-0-quick-info-text-copy.break {
    display: none;
  }
  .div-block-613 {
    flex-flow: column;
  }
  .link-block-29 {
    order: -1;
  }
  .navbar-link-3 {
    background-color: #fff;
    flex: 0 auto;
  }
  .series-pass-sub-event-card-content-overall,
  .series-page-header-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
  .series-page-title-text {
    font-size: 24px;
  }
  .series-pass-sub-event-title-and-sub-title-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }
  .link-block-30 {
    text-align: left;
  }
  .div-block-381-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
  .volunteer-info-card-row-formatting-copy {
    z-index: 0;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }
  .volunteer-info-card-row-formatting-copy.price-increase,
  .volunteer-info-card-row-formatting-copy.series-card,
  .volunteer-info-card-row-formatting-copy.series-card {
    order: -1;
    padding-right: 8px;
  }
  .div-block-377-copy-copy {
    align-self: center;
    width: 100%;
  }
  .div-block-381-copy-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
  .subevent-duplicate-name {
    z-index: 1000;
  }
  .button-21 {
    flex-direction: row;
    flex: 0 auto;
    align-self: center;
    max-width: 300px;
    padding-left: 40px;
    padding-right: 40px;
    font-family: Space Mono, sans-serif;
    font-size: 14px;
    font-weight: 400;
  }
  .button-21.achievement-card.unlisted {
    background-color: #fff;
    background-image: linear-gradient(322deg, rgba(252, 167, 208, 0.5019607843), rgba(162, 89, 255, 0.5019607843) 50%, rgba(75, 224, 250, 0.5019607843));
  }
  .button-21.achievement-card.unlisted.event-purchase-button.event-header-interim {
    min-width: 300px;
  }
  .pick-an-organzation-modal-spacing-copy {
    z-index: 1002;
    text-align: left;
    width: 90%;
    margin-left: 0;
    margin-right: 0;
    padding: 45px 16px 16px;
    left: 5vw;
  }
  .section_cta20 {
    margin-top: 70px;
    top: 30%;
  }
  .signup-form-wrapper {
    grid-row-gap: 0.75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }
  .event-landing-page-overall-width-and-vh {
    height: 100%;
  }
  .event-landing-page-image-position,
  .event-landing-page-image-position-indexing {
    height: 100%;
    overflow: hidden;
  }
  .footer5_top-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }
  .home2-logo_wrapper {
    justify-content: center;
    align-items: flex-start;
  }
  .footer5_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }
  .home2-customers_list,
  .home2-features_component {
    grid-template-columns: 1fr;
  }
  .home2-logo_list {
    justify-content: center;
  }
  .home2-blog_item-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .faq3_answer-copy {
    width: 100%;
  }
  .price-field-containter-copy,
  .price-field-containter-copy-copy {
    flex-flow: column;
  }
  .div-block-624 {
    align-self: center;
  }
  .div-block-627 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }
  .image-78 {
    object-fit: cover;
    background-image: linear-gradient(130deg, rgba(238, 106, 111, 0.1803921569), rgba(75, 151, 250, 0.3215686275));
  }
  .div-block-628 {
    padding-bottom: 6px;
  }
  .div-block-629 {
    flex-flow: column;
    display: flex;
  }
  .div-block-378-copy-2 {
    flex-flow: column;
  }
  .event-card-2-0-grid {
    grid-row-gap: 30px;
    flex-flow: column;
    display: flex;
  }
  .event-search-input-field-form-container {
    width: 100%;
  }
  .event-card-2-0 {
    max-width: none;
  }
  .event-card-2-0-info-wrapper-copy {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }
  .link-block-33 {
    order: -1;
  }
  .div-block-634 {
    padding-bottom: 6px;
  }
  .div-block-635 {
    flex-flow: column;
  }
  .registration-counter-text-copy {
    font-size: 10px;
  }
  .text-block-60-copy {
    line-height: 120%;
  }
  .event-card-2-0-info-and-title-wrapper {
    flex-flow: column;
  }
  .event-card-2-0-event-image {
    object-fit: cover;
    background-image: linear-gradient(130deg, rgba(238, 106, 111, 0.1803921569), rgba(75, 151, 250, 0.3215686275));
  }
  .navbar-menu-copy {
    width: 100%;
  }
  .profile-name-text-copy {
    font-size: 35px;
  }
  .event-detail-tab-link-2-copy-copy,
  .event-detail-tab-link-2-copy-copy.w--current {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }
  .f-h3-heading-copy {
    font-size: 35px;
  }
  .announcment-banner-padding-copy {
    padding-left: 3%;
    padding-right: 3%;
  }
  .div-block-660 {
    margin-right: 20px;
  }
  .hero-section-rounded-top-copy.about-us {
    margin-left: 15px;
    margin-right: 15px;
  }
  .hero-image-rounded-copy {
    width: 100%;
  }
  .hero-image-rounded-copy.hero {
    aspect-ratio: 1;
  }
  .div-block-661 {
    grid-template-columns: 1fr;
  }
  .event-card-content-copy {
    border-radius: 20px;
    height: auto;
    display: block;
  }
  .event-card-content-copy.registration {
    border-radius: 12px;
  }
  .event-card-info-section-copy.registration {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }
  .home-page-hero-without-image-copy {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .hero-image-rounded-copy-copy {
    width: 100%;
  }
  .f-h3-heading-copy-copy,
  .f-h3-heading-copy {
    font-size: 35px;
  }
  .submit-button-2.button-text {
    border-radius: 20px;
    margin-top: 20px;
  }
  .submit-button-2.button-text.get-post.connect-with-rwgps.profile {
    margin-top: 0;
  }
  .f-h3-heading-copy-copy-copy,
  .f-h3-heading-copy-copy,
  .f-h3-heading-copy {
    font-size: 35px;
  }
  .featured-sponsor-section-wrapper {
    margin-top: 8px;
  }
  .event-short-about-copy {
    margin-left: 0;
    margin-right: 0;
  }
  .button-22 {
    flex-direction: row;
    flex: 0 auto;
    align-self: center;
    max-width: 300px;
    padding-left: 40px;
    padding-right: 40px;
    font-family: Space Mono, sans-serif;
    font-size: 14px;
    font-weight: 400;
  }
  .button-22.achievement-card.unlisted {
    background-color: #fff;
    background-image: linear-gradient(322deg, rgba(252, 167, 208, 0.5019607843), rgba(162, 89, 255, 0.5019607843) 50%, rgba(75, 224, 250, 0.5019607843));
  }
  .button-22.achievement-card.unlisted.event-purchase-button.event-header-interim {
    min-width: 300px;
  }
  .f-h3-heading-copy-copy-2 {
    font-size: 35px;
  }
  .link-block-37 {
    height: 100%;
  }
  .f-h3-heading-copy-copy-copy {
    font-size: 30px;
  }
  .text-block-65 {
    font-size: 24px;
  }
  .navbar-link-4 {
    background-color: #fff;
    flex: 0 auto;
  }
  .button-23 {
    flex-direction: row;
    flex: 0 auto;
    align-self: center;
    max-width: 300px;
    padding-left: 40px;
    padding-right: 40px;
    font-family: Space Mono, sans-serif;
    font-size: 14px;
    font-weight: 400;
  }
  .button-23.achievement-card.unlisted {
    background-color: #fff;
    background-image: linear-gradient(322deg, rgba(252, 167, 208, 0.5019607843), rgba(162, 89, 255, 0.5019607843) 50%, rgba(75, 224, 250, 0.5019607843));
  }
  .button-23.achievement-card.unlisted.event-purchase-button.event-header-interim {
    min-width: 300px;
  }
  .button-23.achievement-card.unlisted.event-purchase-button.event-header-interim.results.event-management {
    display: flex;
  }
  .div-block-669 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: row;
    justify-content: space-around;
    width: 100%;
  }
  .event-type-filter-button {
    opacity: 0.75;
  }
  .f-h3-heading-copy-copy-copy-copy {
    font-size: 35px;
  }
  .recent-activity-overall-wrapper-copy {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }
  .recent-activity-overall-wrapper-copy.list {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .event-creation-next-button-copy {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
  .event-creation-button-no-color-copy.back {
    padding-left: 0;
  }
  .event-creation-button-no-color-copy.not-ready {
    opacity: 1;
  }
  .event-creation-button-no-color-copy.skip {
    padding-left: 0;
  }
  .event-creation-nav-wrapper-copy {
    z-index: 3;
    width: 100%;
  }
  .cart-items-spacing {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
  .event-creation-bottom-nav-and-progress-overall-wrapper-copy.no-mobile-view {
    display: none;
  }
  .event-creation-bottom-nav-and-progress-overall-wrapper-copy.bottom-on-mobile {
    margin-bottom: 20px;
    padding-bottom: 0;
    position: absolute;
    inset: auto 0% 0%;
  }
  .event-creation-bottom-nav-and-progress-overall-wrapper-copy.bottom-on-mobile.transparent {
    background-color: var(--transparent);
    padding-top: 30px;
  }
  .event-creation-bottom-nav-and-progress-overall-wrapper-copy.bottom-on-mobile.long-body {
    margin-bottom: 0;
    padding-bottom: 20px;
    position: relative;
  }
  .submit-email-widget-button {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
  .create-event-content-wrapper-copy {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    padding-top: 8px;
  }
  .not-ready-next-button-event-creation-3 {
    display: flex;
  }
  .not-ready-next-button-event-creation-3.organizer-page {
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .event-creation-next-button-text-not-ready-3,
  .event-creation-next-button-text-not-ready-3-copy,
  .event-creation-next-button-text-not-ready-3-copy {
    font-weight: 600;
  }
  .add-link-content-wrapper-copy {
    min-width: auto;
  }
  .profile-overall-grid-layout {
    flex-flow: column;
  }
  .heading-style-h4-copy-copy {
    font-size: 24px;
  }
  .image-83 {
    width: 200px;
  }
  .event-search-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
  .event-creation-next-button-copy-copy {
    justify-content: center;
    align-items: center;
  }
  .marketing-button.back {
    padding-left: 0;
  }
  .marketing-button.not-ready {
    opacity: 1;
  }
  .marketing-button.skip {
    padding-left: 0;
  }
  .marketing-button-wrapper {
    display: flex;
  }
  .f-h3-heading-copy-copy-copy-copy-copy,
  .f-h3-heading-copy-copy-copy-copy,
  .f-h3-heading-copy-copy-copy-copy-copy,
  .f-h3-heading-copy-copy-copy {
    font-size: 35px;
  }
  .div-block-698 {
    grid-template-columns: 1fr;
  }
  .f-h3-heading-copy-2 {
    font-size: 35px;
  }
  .div-block-698-copy {
    grid-template-columns: 1fr;
  }
  .event-card-info-section-copy-copy.registration {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }
  .div-block-701 {
    margin-right: 20px;
  }
  .div-block-469-copy-copy {
    flex-flow: column;
  }
  .profile-given-name-text {
    font-size: 14px;
  }
  .add-link-content-wrapper-copy-copy {
    min-width: auto;
  }
  .email-widget-field-wrapper {
    flex-flow: column;
  }
  .profile-tab-link,
  .profile-tab-link.w--current {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }
  .div-block-706 {
    width: 10px;
    height: 10px;
  }
  .div-block-707 {
    align-items: center;
    display: flex;
  }
  .div-block-594-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }
  .div-block-592-copy {
    margin-bottom: 40px;
  }
  .results-event-link {
    overflow: hidden;
  }
  .div-block-378-copy-copy {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }
  .section-6 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .container-15 {
    width: 86%;
  }
  .section-7 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .container-16 {
    width: 86%;
  }
  .event-card-2-0-info-wrapper-copy-copy {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }
  .groups-card-grid {
    grid-row-gap: 30px;
    flex-flow: column;
    display: flex;
  }
  .groups-card {
    max-width: none;
  }
  .groups-image {
    object-fit: cover;
    background-image: linear-gradient(130deg, rgba(238, 106, 111, 0.1803921569), rgba(75, 151, 250, 0.3215686275));
  }
  .group-title-event-card-text {
    word-break: break-all;
    max-width: 300px;
  }
  .group-card-top-info-section,
  .group-card-top-info-section-copy {
    flex-flow: column;
  }
  .event-card-2-0-text-wrapper-copy {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 0.25fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center stretch;
    display: grid;
  }
  .athlete-profile-results-right-header-wrapper {
    padding-right: 8px;
  }
  .group-card-title-link-copy {
    width: 100%;
  }
  .card-button-wrapper {
    top: 1rem;
    left: 1rem;
    right: 1rem;
  }
  .footer1_top-wrapper {
    grid-row-gap: 48px;
  }
  .about2-values_list {
    grid-template-columns: 1fr;
  }
  .footer1_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }
  .footer1_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }
  .card-button {
    width: 2rem;
    height: 2rem;
  }
  .grid-3 {
    grid-template-columns: minmax(0.5rem, 1fr) minmax(0.5rem, 1fr);
  }
  .card-transition-image {
    top: 35%;
    left: 60%;
  }
  .card-content {
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
  }
  .div-block-739 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
  .value-prop-hero-heading {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
  }
  .value-prop-grid {
    grid-template-rows: 100px 100px 100px;
  }
  .right-justified-logo {
    display: flex;
    position: absolute;
    inset: auto 0% 0% auto;
  }
  .heading-29 {
    font-size: 3vw;
  }
  .upsell-toggle {
    display: none;
  }
  .button-26 {
    flex-direction: row;
    flex: 0 auto;
    align-self: center;
    max-width: 300px;
    padding-left: 40px;
    padding-right: 40px;
    font-family: Space Mono, sans-serif;
    font-size: 14px;
    font-weight: 400;
  }
  .button-26.achievement-card.unlisted {
    background-color: #fff;
    background-image: linear-gradient(322deg, rgba(252, 167, 208, 0.5019607843), rgba(162, 89, 255, 0.5019607843) 50%, rgba(75, 224, 250, 0.5019607843));
  }
  .button-26.achievement-card.unlisted.event-purchase-button.event-header-interim {
    min-width: 300px;
  }
  .button-26.achievement-card.unlisted.event-purchase-button.event-header-interim.results.event-management {
    display: flex;
  }
  .grid-list {
    font-size: 1.1em;
  }
  .section-mobile {
    background-color: var(--white);
    height: auto;
    padding: 0;
  }
  .trait-vertica-clair {
    display: none;
  }
  .link-6 {
    text-align: center;
    font-size: 14px;
  }
  .button-27 {
    font-size: 16px;
  }
  .div-block-87 {
    aspect-ratio: auto;
    height: 200px;
  }
  .section-footer-2 {
    height: 100vh;
  }
  .rond-vertical {
    display: none;
  }
  .vaue-prop-accord._3 {
    padding-bottom: 8px;
  }
  .vaue-prop-accord._1,
  .vaue-prop-accord._2,
  .vaue-prop-accord._3,
  .value-prop-accordian-lower-text {
    width: 100%;
  }
  .footer-wrapper-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .section-mobile-2 {
    height: auto;
  }
  .link-7 {
    text-align: center;
    font-size: 14px;
  }
  .button-28 {
    font-size: 16px;
  }
  .div-block-752 {
    height: 200px;
  }
  .paragraph-9 {
    width: 100%;
  }
  .div-block-755 {
    margin-right: 20px;
  }
  .value-prop-hero-heading-copy {
    margin-top: 0;
    margin-bottom: 0;
  }
  .div-block-761.empty._5th {
    padding: 0;
  }
  .form-12 {
    flex-flow: column;
  }
  .text-block-87 {
    font-size: 12px;
  }
  .movemint-middle-value-prop-section-hero-copy.inside-card {
    width: auto;
    max-width: 120px;
  }
  .div-block-767 {
    width: 120px;
  }
  .table4_modal-header {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .table4_filter-checkbox1 {
    align-items: flex-end;
  }
  .table4_tablet-modal-menu {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .manage-participants-main-content-container {
    grid-template-columns: 1fr;
  }
  .table4_filters-wrapper,
  .table4_header {
    flex-direction: column;
    align-items: flex-start;
  }
  .div-block-772 {
    width: 100%;
  }
  .crm-filter-bar-wrapper.grid {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-columns: 1fr 1fr;
  }
  .crm-search-bar {
    width: 100%;
  }
  .div-block-773 {
    grid-column-gap: 16px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }
  .participant-management-title-text.register,
  .participant-management-title-text.add-event {
    text-align: center;
  }
  .crm-search-field {
    width: 100%;
  }
  .div-block-775 {
    min-width: 78px;
  }
  .text-block-92 {
    white-space: nowrap;
  }
  .crm-search-mobile {
    width: 100%;
  }
  .table4_component {
    grid-template-columns: 1fr;
  }
  .table4_filters-wrapper-2 {
    flex-direction: column;
    align-items: flex-start;
  }
  .race-day-check-in-confirmation-modal-spacing-copy {
    z-index: 1002;
    text-align: left;
    width: 90%;
    margin-left: 0;
    margin-right: 0;
    padding: 40px 16px 20px;
    left: 5vw;
  }
  .race-day-check-in-confirmation-modal-copy {
    z-index: 1000;
  }
  .race-day-check-in-confirmation-modal-copy.add-bib-number {
    display: none;
  }
  .div-block-776 {
    flex-flow: column;
    width: 100%;
  }
  .create-event-description-text-copy {
    margin-left: 0;
    line-height: 120%;
  }
  .upload-cover-photo-button-2 {
    display: flex;
  }
  .events-search-field,
  .crop-image-tool-wrapper {
    width: 100%;
  }
  .race-day-check-in-confirmation-modal-spacing-copy-copy {
    z-index: 1002;
    text-align: left;
    width: 90%;
    margin-left: 0;
    margin-right: 0;
    padding: 40px 16px 20px;
    left: 5vw;
  }
  .input-6,
  .input-7 {
    font-size: 0.9rem;
  }
  .create-event-content-wrapper-copy-2 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    padding-top: 8px;
  }
  .create-event-description-text-copy-2 {
    margin-left: 0;
    line-height: 120%;
  }
  .add-link-content-wrapper-copy-copy-2 {
    min-width: auto;
  }
  .event-creation-next-button-text-not-ready-3-copy-2 {
    font-weight: 600;
  }
  .race-day-check-in-confirmation-modal-copy-2 {
    z-index: 1000;
  }
  .icon-6 {
    background-color: #000;
  }
  .button-29 {
    flex-direction: row;
    flex: 0 auto;
    align-self: center;
    max-width: 300px;
    padding-left: 40px;
    padding-right: 40px;
    font-family: Space Mono, sans-serif;
    font-size: 14px;
    font-weight: 400;
  }
  .button-29.achievement-card.unlisted {
    background-color: #fff;
    background-image: linear-gradient(322deg, rgba(252, 167, 208, 0.5019607843), rgba(162, 89, 255, 0.5019607843) 50%, rgba(75, 224, 250, 0.5019607843));
  }
  .button-29.achievement-card.unlisted.event-purchase-button.event-header-interim {
    min-width: 300px;
  }
  .button-29.achievement-card.unlisted.event-purchase-button.event-header-interim.results.event-management {
    display: flex;
  }
  .div-block-796 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }
  .div-block-798 {
    width: 100%;
  }
  .share-icon-button {
    width: 20px;
  }
  .share-icon-link-wrapper {
    justify-content: flex-start;
    align-items: center;
    display: inline-flex;
  }
  .div-block-799 {
    flex-flow: column;
    align-items: flex-start;
  }
}
#w-node-_430cae19-ca43-fb0d-a42a-4e30a6597105-4e5747f3,
#w-node-dc05f02a-d33b-e6b1-e711-3cbeb780756e-b780756e {
  justify-self: center;
}

#w-node-_9d9c4cb4-047d-15fa-ecf6-a5b10a056204-f2826111,
#w-node-_9d9c4cb4-047d-15fa-ecf6-a5b10a05621a-f2826111,
#w-node-_9d9c4cb4-047d-15fa-ecf6-a5b10a05620f-f2826111,
#w-node-_8be03321-3e89-d5c3-871a-f2a7366e4278-f2826111,
#w-node-_9322b068-2f21-4f29-df78-95efa865efff-f2826226,
#w-node-_9322b068-2f21-4f29-df78-95efa865f005-f2826226,
#w-node-_9322b068-2f21-4f29-df78-95efa865f00b-f2826226,
#w-node-f7bb1f9e-20ba-2796-27f7-305543cf82e8-f2826226,
#w-node-f7bb1f9e-20ba-2796-27f7-305543cf82ec-f2826226,
#w-node-f7bb1f9e-20ba-2796-27f7-305543cf82ee-f2826226,
#w-node-f7bb1f9e-20ba-2796-27f7-305543cf82f3-f2826226,
#w-node-f7bb1f9e-20ba-2796-27f7-305543cf82f5-f2826226,
#w-node-f7bb1f9e-20ba-2796-27f7-305543cf82fa-f2826226,
#w-node-f7bb1f9e-20ba-2796-27f7-305543cf82fc-f2826226,
#w-node-f7bb1f9e-20ba-2796-27f7-305543cf8300-f2826226,
#w-node-f7bb1f9e-20ba-2796-27f7-305543cf8302-f2826226,
#w-node-f7bb1f9e-20ba-2796-27f7-305543cf8307-f2826226,
#w-node-f7bb1f9e-20ba-2796-27f7-305543cf8309-f2826226,
#w-node-_51af8bdd-d4a0-1aae-c078-9d8a534df262-534df23d {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_75b4dbda-a862-c993-9d12-dba222fc1723-f2826278 {
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 0.75fr;
}

#w-node-a159f11d-02b1-48ac-4b95-e9e928cd0b4f-f2826278,
#w-node-_76f61244-b62b-bab5-a1d8-12d5d52fffee-f2826278,
#w-node-_58fb88bf-0a16-25ee-9efa-a581c77b9d4d-f2826278,
#w-node-_3ec2dfa4-8d1d-beb5-225b-d8b7d24de22c-f2826278,
#w-node-_0943c18a-3a77-f421-d634-3e1c28365bd8-f2826278,
#w-node-_02da2d08-14dd-2dd4-4e6e-2e5fae85e261-f2826278,
#w-node-dd0c063d-b000-75ab-f0b2-9442b9d63e1a-f2826278,
#w-node-_1560bf1b-4b2e-1bfa-c472-07a0eac73de1-f2826278,
#w-node-ccd17998-d250-6632-a5ed-394cc1589d81-f2826278,
#w-node-_6fd98196-df03-38a3-3f9a-9b58fab565a6-f2826278,
#w-node-a456e7bd-f8ff-7d12-19f6-04eca2ac9abe-f2826278,
#w-node-f4deb781-cdc2-c093-5a3a-a319819cc865-f2826278 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_8f4ae850-92c6-0771-14ea-8295bbed6ff1-f2826278 {
  grid-area: span 2/span 2/span 2/span 2;
}

#w-node-_70044924-9257-e63d-2e13-18fb2f9c8633-f28262b5,
#w-node-_70044924-9257-e63d-2e13-18fb2f9c8636-f28262b5,
#w-node-_70044924-9257-e63d-2e13-18fb2f9c8639-f28262b5,
#w-node-_70044924-9257-e63d-2e13-18fb2f9c863c-f28262b5 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_4de9a318-18c6-b2bc-c427-8eeb5aee574b-f28262b5,
#w-node-_4de9a318-18c6-b2bc-c427-8eeb5aee5756-f28262b5,
#w-node-_4de9a318-18c6-b2bc-c427-8eeb5aee5761-f28262b5,
#w-node-_4de9a318-18c6-b2bc-c427-8eeb5aee576c-f28262b5,
#w-node-_2bcf05b7-d521-661d-c7f9-4819ba4a6361-f28262b5,
#w-node-_2bcf05b7-d521-661d-c7f9-4819ba4a636c-f28262b5,
#w-node-_2bcf05b7-d521-661d-c7f9-4819ba4a6377-f28262b5,
#w-node-_2bcf05b7-d521-661d-c7f9-4819ba4a6382-f28262b5,
#w-node-_6a2a06d9-e845-ff59-99ea-06337f464799-f28262b5,
#w-node-_6a2a06d9-e845-ff59-99ea-06337f4647a4-f28262b5,
#w-node-_6a2a06d9-e845-ff59-99ea-06337f4647af-f28262b5,
#w-node-_6a2a06d9-e845-ff59-99ea-06337f4647ba-f28262b5,
#w-node-_62bc11c5-7709-ca13-2139-cb61d70d4ac4-f28262b5,
#w-node-_62bc11c5-7709-ca13-2139-cb61d70d4acf-f28262b5,
#w-node-_62bc11c5-7709-ca13-2139-cb61d70d4ada-f28262b5,
#w-node-_62bc11c5-7709-ca13-2139-cb61d70d4ae5-f28262b5 {
  grid-area: span 1/span 1/span 1/span 1;
  place-self: auto;
}

#w-node-_3ed51be3-94d1-446d-5582-74b14c016eb6-f28262b6,
#w-node-_3ed51be3-94d1-446d-5582-74b14c016eb7-f28262b6,
#w-node-_3ed51be3-94d1-446d-5582-74b14c016eba-f28262b6,
#w-node-_3ed51be3-94d1-446d-5582-74b14c016ebd-f28262b6,
#w-node-_3ed51be3-94d1-446d-5582-74b14c016ec0-f28262b6,
#w-node-_3ed51be3-94d1-446d-5582-74b14c016ec3-f28262b6,
#w-node-_3ed51be3-94d1-446d-5582-74b14c016ec6-f28262b6,
#w-node-_3ed51be3-94d1-446d-5582-74b14c016ecc-f28262b6 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_3ed51be3-94d1-446d-5582-74b14c016ecf-f28262b6 {
  grid-area: span 1/span 1/span 1/span 1;
  place-self: auto;
}

#w-node-_3ed51be3-94d1-446d-5582-74b14c016ed6-f28262b6,
#w-node-_3ed51be3-94d1-446d-5582-74b14c016eda-f28262b6,
#w-node-_3ed51be3-94d1-446d-5582-74b14c016ede-f28262b6,
#w-node-_3ed51be3-94d1-446d-5582-74b14c016ee2-f28262b6,
#w-node-_3ed51be3-94d1-446d-5582-74b14c016ee9-f28262b6,
#w-node-_3ed51be3-94d1-446d-5582-74b14c016eec-f28262b6,
#w-node-_3ed51be3-94d1-446d-5582-74b14c016ef3-f28262b6,
#w-node-_3ed51be3-94d1-446d-5582-74b14c016ef7-f28262b6,
#w-node-_3ed51be3-94d1-446d-5582-74b14c016efb-f28262b6,
#w-node-_3ed51be3-94d1-446d-5582-74b14c016eff-f28262b6,
#w-node-_3ed51be3-94d1-446d-5582-74b14c016f06-f28262b6,
#w-node-_3ed51be3-94d1-446d-5582-74b14c016f09-f28262b6,
#w-node-_3ed51be3-94d1-446d-5582-74b14c016f10-f28262b6,
#w-node-_3ed51be3-94d1-446d-5582-74b14c016f14-f28262b6,
#w-node-_3ed51be3-94d1-446d-5582-74b14c016f18-f28262b6,
#w-node-_3ed51be3-94d1-446d-5582-74b14c016f1c-f28262b6,
#w-node-_3ed51be3-94d1-446d-5582-74b14c016f23-f28262b6,
#w-node-_3ed51be3-94d1-446d-5582-74b14c016f26-f28262b6,
#w-node-_3ed51be3-94d1-446d-5582-74b14c016f2d-f28262b6,
#w-node-_3ed51be3-94d1-446d-5582-74b14c016f31-f28262b6,
#w-node-_3ed51be3-94d1-446d-5582-74b14c016f35-f28262b6,
#w-node-_3ed51be3-94d1-446d-5582-74b14c016f39-f28262b6,
#w-node-_3ed51be3-94d1-446d-5582-74b14c016f40-f28262b6,
#w-node-_3ed51be3-94d1-446d-5582-74b14c016f43-f28262b6,
#w-node-_3ed51be3-94d1-446d-5582-74b14c016f4a-f28262b6,
#w-node-_3ed51be3-94d1-446d-5582-74b14c016f4e-f28262b6,
#w-node-_3ed51be3-94d1-446d-5582-74b14c016f52-f28262b6,
#w-node-_3ed51be3-94d1-446d-5582-74b14c016f56-f28262b6,
#w-node-_3ed51be3-94d1-446d-5582-74b14c016f5d-f28262b6,
#w-node-_3ed51be3-94d1-446d-5582-74b14c016f60-f28262b6,
#w-node-_3ed51be3-94d1-446d-5582-74b14c016f67-f28262b6,
#w-node-_3ed51be3-94d1-446d-5582-74b14c016f6b-f28262b6,
#w-node-_3ed51be3-94d1-446d-5582-74b14c016f6f-f28262b6,
#w-node-_3ed51be3-94d1-446d-5582-74b14c016f73-f28262b6,
#w-node-_3ed51be3-94d1-446d-5582-74b14c016f7a-f28262b6,
#w-node-_3ed51be3-94d1-446d-5582-74b14c016f7d-f28262b6,
#w-node-_3ed51be3-94d1-446d-5582-74b14c016f84-f28262b6,
#w-node-_3ed51be3-94d1-446d-5582-74b14c016f88-f28262b6,
#w-node-_3ed51be3-94d1-446d-5582-74b14c016f8c-f28262b6,
#w-node-_3ed51be3-94d1-446d-5582-74b14c016f90-f28262b6,
#w-node-_3ed51be3-94d1-446d-5582-74b14c016f97-f28262b6,
#w-node-_3ed51be3-94d1-446d-5582-74b14c016f9a-f28262b6,
#w-node-_3ed51be3-94d1-446d-5582-74b14c016fa1-f28262b6,
#w-node-_3ed51be3-94d1-446d-5582-74b14c016fa5-f28262b6,
#w-node-_3ed51be3-94d1-446d-5582-74b14c016fa9-f28262b6,
#w-node-_3ed51be3-94d1-446d-5582-74b14c016fad-f28262b6,
#w-node-_3ed51be3-94d1-446d-5582-74b14c016fb4-f28262b6,
#w-node-_3ed51be3-94d1-446d-5582-74b14c016fb7-f28262b6,
#w-node-_3ed51be3-94d1-446d-5582-74b14c016fbe-f28262b6,
#w-node-_3ed51be3-94d1-446d-5582-74b14c016fc2-f28262b6,
#w-node-_3ed51be3-94d1-446d-5582-74b14c016fc6-f28262b6,
#w-node-_3ed51be3-94d1-446d-5582-74b14c016fca-f28262b6,
#w-node-e4cba023-cf1f-096a-7831-c062b40af2a9-f28262b6,
#w-node-e4cba023-cf1f-096a-7831-c062b40af2aa-f28262b6,
#w-node-e4cba023-cf1f-096a-7831-c062b40af2ad-f28262b6,
#w-node-e4cba023-cf1f-096a-7831-c062b40af2b0-f28262b6,
#w-node-e4cba023-cf1f-096a-7831-c062b40af2b3-f28262b6,
#w-node-e4cba023-cf1f-096a-7831-c062b40af2b6-f28262b6,
#w-node-e4cba023-cf1f-096a-7831-c062b40af2b9-f28262b6,
#w-node-e4cba023-cf1f-096a-7831-c062b40af2bf-f28262b6 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-e4cba023-cf1f-096a-7831-c062b40af2c2-f28262b6 {
  grid-area: span 1/span 1/span 1/span 1;
  place-self: auto;
}

#w-node-e4cba023-cf1f-096a-7831-c062b40af2c9-f28262b6,
#w-node-e4cba023-cf1f-096a-7831-c062b40af2cd-f28262b6,
#w-node-e4cba023-cf1f-096a-7831-c062b40af2d1-f28262b6,
#w-node-e4cba023-cf1f-096a-7831-c062b40af2d5-f28262b6,
#w-node-e4cba023-cf1f-096a-7831-c062b40af2dc-f28262b6,
#w-node-e4cba023-cf1f-096a-7831-c062b40af2df-f28262b6,
#w-node-e4cba023-cf1f-096a-7831-c062b40af2e6-f28262b6,
#w-node-e4cba023-cf1f-096a-7831-c062b40af2ea-f28262b6,
#w-node-e4cba023-cf1f-096a-7831-c062b40af2ee-f28262b6,
#w-node-e4cba023-cf1f-096a-7831-c062b40af2f2-f28262b6,
#w-node-e4cba023-cf1f-096a-7831-c062b40af2f9-f28262b6,
#w-node-e4cba023-cf1f-096a-7831-c062b40af2fc-f28262b6,
#w-node-e4cba023-cf1f-096a-7831-c062b40af303-f28262b6,
#w-node-e4cba023-cf1f-096a-7831-c062b40af307-f28262b6,
#w-node-e4cba023-cf1f-096a-7831-c062b40af30b-f28262b6,
#w-node-e4cba023-cf1f-096a-7831-c062b40af30f-f28262b6,
#w-node-e4cba023-cf1f-096a-7831-c062b40af316-f28262b6,
#w-node-e4cba023-cf1f-096a-7831-c062b40af319-f28262b6,
#w-node-e4cba023-cf1f-096a-7831-c062b40af320-f28262b6,
#w-node-e4cba023-cf1f-096a-7831-c062b40af324-f28262b6,
#w-node-e4cba023-cf1f-096a-7831-c062b40af328-f28262b6,
#w-node-e4cba023-cf1f-096a-7831-c062b40af32c-f28262b6,
#w-node-e4cba023-cf1f-096a-7831-c062b40af333-f28262b6,
#w-node-e4cba023-cf1f-096a-7831-c062b40af336-f28262b6,
#w-node-e4cba023-cf1f-096a-7831-c062b40af33d-f28262b6,
#w-node-e4cba023-cf1f-096a-7831-c062b40af341-f28262b6,
#w-node-e4cba023-cf1f-096a-7831-c062b40af345-f28262b6,
#w-node-e4cba023-cf1f-096a-7831-c062b40af349-f28262b6,
#w-node-e4cba023-cf1f-096a-7831-c062b40af350-f28262b6,
#w-node-e4cba023-cf1f-096a-7831-c062b40af353-f28262b6,
#w-node-e4cba023-cf1f-096a-7831-c062b40af35a-f28262b6,
#w-node-e4cba023-cf1f-096a-7831-c062b40af35e-f28262b6,
#w-node-e4cba023-cf1f-096a-7831-c062b40af362-f28262b6,
#w-node-e4cba023-cf1f-096a-7831-c062b40af366-f28262b6,
#w-node-e4cba023-cf1f-096a-7831-c062b40af36d-f28262b6,
#w-node-e4cba023-cf1f-096a-7831-c062b40af370-f28262b6,
#w-node-e4cba023-cf1f-096a-7831-c062b40af377-f28262b6,
#w-node-e4cba023-cf1f-096a-7831-c062b40af37b-f28262b6,
#w-node-e4cba023-cf1f-096a-7831-c062b40af37f-f28262b6,
#w-node-e4cba023-cf1f-096a-7831-c062b40af383-f28262b6,
#w-node-e4cba023-cf1f-096a-7831-c062b40af38a-f28262b6,
#w-node-e4cba023-cf1f-096a-7831-c062b40af38d-f28262b6,
#w-node-e4cba023-cf1f-096a-7831-c062b40af394-f28262b6,
#w-node-e4cba023-cf1f-096a-7831-c062b40af398-f28262b6,
#w-node-e4cba023-cf1f-096a-7831-c062b40af39c-f28262b6,
#w-node-e4cba023-cf1f-096a-7831-c062b40af3a0-f28262b6,
#w-node-e4cba023-cf1f-096a-7831-c062b40af3a7-f28262b6,
#w-node-e4cba023-cf1f-096a-7831-c062b40af3aa-f28262b6,
#w-node-e4cba023-cf1f-096a-7831-c062b40af3b1-f28262b6,
#w-node-e4cba023-cf1f-096a-7831-c062b40af3b5-f28262b6,
#w-node-e4cba023-cf1f-096a-7831-c062b40af3b9-f28262b6,
#w-node-e4cba023-cf1f-096a-7831-c062b40af3bd-f28262b6,
#w-node-cd3c7129-a8fa-ed60-60e0-1b873cf1dd31-f28262b6,
#w-node-cd3c7129-a8fa-ed60-60e0-1b873cf1dd32-f28262b6,
#w-node-cd3c7129-a8fa-ed60-60e0-1b873cf1dd35-f28262b6,
#w-node-cd3c7129-a8fa-ed60-60e0-1b873cf1dd38-f28262b6,
#w-node-cd3c7129-a8fa-ed60-60e0-1b873cf1dd3b-f28262b6,
#w-node-cd3c7129-a8fa-ed60-60e0-1b873cf1dd3e-f28262b6,
#w-node-cd3c7129-a8fa-ed60-60e0-1b873cf1dd41-f28262b6,
#w-node-cd3c7129-a8fa-ed60-60e0-1b873cf1dd47-f28262b6 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-cd3c7129-a8fa-ed60-60e0-1b873cf1dd4a-f28262b6 {
  grid-area: span 1/span 1/span 1/span 1;
  place-self: auto;
}

#w-node-cd3c7129-a8fa-ed60-60e0-1b873cf1dd51-f28262b6,
#w-node-cd3c7129-a8fa-ed60-60e0-1b873cf1dd55-f28262b6,
#w-node-cd3c7129-a8fa-ed60-60e0-1b873cf1dd59-f28262b6,
#w-node-cd3c7129-a8fa-ed60-60e0-1b873cf1dd5d-f28262b6,
#w-node-cd3c7129-a8fa-ed60-60e0-1b873cf1dd64-f28262b6,
#w-node-cd3c7129-a8fa-ed60-60e0-1b873cf1dd67-f28262b6,
#w-node-cd3c7129-a8fa-ed60-60e0-1b873cf1dd6e-f28262b6,
#w-node-cd3c7129-a8fa-ed60-60e0-1b873cf1dd72-f28262b6,
#w-node-cd3c7129-a8fa-ed60-60e0-1b873cf1dd76-f28262b6,
#w-node-cd3c7129-a8fa-ed60-60e0-1b873cf1dd7a-f28262b6,
#w-node-cd3c7129-a8fa-ed60-60e0-1b873cf1dd81-f28262b6,
#w-node-cd3c7129-a8fa-ed60-60e0-1b873cf1dd84-f28262b6,
#w-node-cd3c7129-a8fa-ed60-60e0-1b873cf1dd8b-f28262b6,
#w-node-cd3c7129-a8fa-ed60-60e0-1b873cf1dd8f-f28262b6,
#w-node-cd3c7129-a8fa-ed60-60e0-1b873cf1dd93-f28262b6,
#w-node-cd3c7129-a8fa-ed60-60e0-1b873cf1dd97-f28262b6,
#w-node-cd3c7129-a8fa-ed60-60e0-1b873cf1dd9e-f28262b6,
#w-node-cd3c7129-a8fa-ed60-60e0-1b873cf1dda1-f28262b6,
#w-node-cd3c7129-a8fa-ed60-60e0-1b873cf1dda8-f28262b6,
#w-node-cd3c7129-a8fa-ed60-60e0-1b873cf1ddac-f28262b6,
#w-node-cd3c7129-a8fa-ed60-60e0-1b873cf1ddb0-f28262b6,
#w-node-cd3c7129-a8fa-ed60-60e0-1b873cf1ddb4-f28262b6,
#w-node-cd3c7129-a8fa-ed60-60e0-1b873cf1ddbb-f28262b6,
#w-node-cd3c7129-a8fa-ed60-60e0-1b873cf1ddbe-f28262b6,
#w-node-cd3c7129-a8fa-ed60-60e0-1b873cf1ddc5-f28262b6,
#w-node-cd3c7129-a8fa-ed60-60e0-1b873cf1ddc9-f28262b6,
#w-node-cd3c7129-a8fa-ed60-60e0-1b873cf1ddcd-f28262b6,
#w-node-cd3c7129-a8fa-ed60-60e0-1b873cf1ddd1-f28262b6,
#w-node-cd3c7129-a8fa-ed60-60e0-1b873cf1ddd8-f28262b6,
#w-node-cd3c7129-a8fa-ed60-60e0-1b873cf1dddb-f28262b6,
#w-node-cd3c7129-a8fa-ed60-60e0-1b873cf1dde2-f28262b6,
#w-node-cd3c7129-a8fa-ed60-60e0-1b873cf1dde6-f28262b6,
#w-node-cd3c7129-a8fa-ed60-60e0-1b873cf1ddea-f28262b6,
#w-node-cd3c7129-a8fa-ed60-60e0-1b873cf1ddee-f28262b6,
#w-node-cd3c7129-a8fa-ed60-60e0-1b873cf1ddf5-f28262b6,
#w-node-cd3c7129-a8fa-ed60-60e0-1b873cf1ddf8-f28262b6,
#w-node-cd3c7129-a8fa-ed60-60e0-1b873cf1ddff-f28262b6,
#w-node-cd3c7129-a8fa-ed60-60e0-1b873cf1de03-f28262b6,
#w-node-cd3c7129-a8fa-ed60-60e0-1b873cf1de07-f28262b6,
#w-node-cd3c7129-a8fa-ed60-60e0-1b873cf1de0b-f28262b6,
#w-node-cd3c7129-a8fa-ed60-60e0-1b873cf1de12-f28262b6,
#w-node-cd3c7129-a8fa-ed60-60e0-1b873cf1de15-f28262b6,
#w-node-cd3c7129-a8fa-ed60-60e0-1b873cf1de1c-f28262b6,
#w-node-cd3c7129-a8fa-ed60-60e0-1b873cf1de20-f28262b6,
#w-node-cd3c7129-a8fa-ed60-60e0-1b873cf1de24-f28262b6,
#w-node-cd3c7129-a8fa-ed60-60e0-1b873cf1de28-f28262b6,
#w-node-cd3c7129-a8fa-ed60-60e0-1b873cf1de2f-f28262b6,
#w-node-cd3c7129-a8fa-ed60-60e0-1b873cf1de32-f28262b6,
#w-node-cd3c7129-a8fa-ed60-60e0-1b873cf1de39-f28262b6,
#w-node-cd3c7129-a8fa-ed60-60e0-1b873cf1de3d-f28262b6,
#w-node-cd3c7129-a8fa-ed60-60e0-1b873cf1de41-f28262b6,
#w-node-cd3c7129-a8fa-ed60-60e0-1b873cf1de45-f28262b6,
#w-node-_0aafee87-293c-6980-3ec5-c6b60631f0f1-f28262b6,
#w-node-_0aafee87-293c-6980-3ec5-c6b60631f0f2-f28262b6,
#w-node-_0aafee87-293c-6980-3ec5-c6b60631f0f5-f28262b6,
#w-node-_0aafee87-293c-6980-3ec5-c6b60631f0f8-f28262b6,
#w-node-_0aafee87-293c-6980-3ec5-c6b60631f0fb-f28262b6,
#w-node-_0aafee87-293c-6980-3ec5-c6b60631f0fe-f28262b6,
#w-node-_0aafee87-293c-6980-3ec5-c6b60631f101-f28262b6,
#w-node-_0aafee87-293c-6980-3ec5-c6b60631f107-f28262b6 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_0aafee87-293c-6980-3ec5-c6b60631f10a-f28262b6 {
  grid-area: span 1/span 1/span 1/span 1;
  place-self: auto;
}

#w-node-_0aafee87-293c-6980-3ec5-c6b60631f111-f28262b6,
#w-node-_0aafee87-293c-6980-3ec5-c6b60631f115-f28262b6,
#w-node-_0aafee87-293c-6980-3ec5-c6b60631f119-f28262b6,
#w-node-_0aafee87-293c-6980-3ec5-c6b60631f11d-f28262b6,
#w-node-_0aafee87-293c-6980-3ec5-c6b60631f125-f28262b6,
#w-node-_0aafee87-293c-6980-3ec5-c6b60631f128-f28262b6,
#w-node-_0aafee87-293c-6980-3ec5-c6b60631f12f-f28262b6,
#w-node-_0aafee87-293c-6980-3ec5-c6b60631f133-f28262b6,
#w-node-_0aafee87-293c-6980-3ec5-c6b60631f137-f28262b6,
#w-node-_0aafee87-293c-6980-3ec5-c6b60631f13b-f28262b6,
#w-node-_0aafee87-293c-6980-3ec5-c6b60631f142-f28262b6,
#w-node-_0aafee87-293c-6980-3ec5-c6b60631f145-f28262b6,
#w-node-_0aafee87-293c-6980-3ec5-c6b60631f14c-f28262b6,
#w-node-_0aafee87-293c-6980-3ec5-c6b60631f150-f28262b6,
#w-node-_0aafee87-293c-6980-3ec5-c6b60631f154-f28262b6,
#w-node-_0aafee87-293c-6980-3ec5-c6b60631f158-f28262b6,
#w-node-_0aafee87-293c-6980-3ec5-c6b60631f15f-f28262b6,
#w-node-_0aafee87-293c-6980-3ec5-c6b60631f162-f28262b6,
#w-node-_0aafee87-293c-6980-3ec5-c6b60631f169-f28262b6,
#w-node-_0aafee87-293c-6980-3ec5-c6b60631f16d-f28262b6,
#w-node-_0aafee87-293c-6980-3ec5-c6b60631f171-f28262b6,
#w-node-_0aafee87-293c-6980-3ec5-c6b60631f175-f28262b6,
#w-node-_0aafee87-293c-6980-3ec5-c6b60631f17c-f28262b6,
#w-node-_0aafee87-293c-6980-3ec5-c6b60631f17f-f28262b6,
#w-node-_0aafee87-293c-6980-3ec5-c6b60631f186-f28262b6,
#w-node-_0aafee87-293c-6980-3ec5-c6b60631f18a-f28262b6,
#w-node-_0aafee87-293c-6980-3ec5-c6b60631f18e-f28262b6,
#w-node-_0aafee87-293c-6980-3ec5-c6b60631f192-f28262b6,
#w-node-_0aafee87-293c-6980-3ec5-c6b60631f199-f28262b6,
#w-node-_0aafee87-293c-6980-3ec5-c6b60631f19c-f28262b6,
#w-node-_0aafee87-293c-6980-3ec5-c6b60631f1a3-f28262b6,
#w-node-_0aafee87-293c-6980-3ec5-c6b60631f1a7-f28262b6,
#w-node-_0aafee87-293c-6980-3ec5-c6b60631f1ab-f28262b6,
#w-node-_0aafee87-293c-6980-3ec5-c6b60631f1af-f28262b6,
#w-node-_0aafee87-293c-6980-3ec5-c6b60631f1b6-f28262b6,
#w-node-_0aafee87-293c-6980-3ec5-c6b60631f1b9-f28262b6,
#w-node-_0aafee87-293c-6980-3ec5-c6b60631f1c0-f28262b6,
#w-node-_0aafee87-293c-6980-3ec5-c6b60631f1c4-f28262b6,
#w-node-_0aafee87-293c-6980-3ec5-c6b60631f1c8-f28262b6,
#w-node-_0aafee87-293c-6980-3ec5-c6b60631f1cc-f28262b6,
#w-node-_0aafee87-293c-6980-3ec5-c6b60631f1d3-f28262b6,
#w-node-_0aafee87-293c-6980-3ec5-c6b60631f1d6-f28262b6,
#w-node-_0aafee87-293c-6980-3ec5-c6b60631f1dd-f28262b6,
#w-node-_0aafee87-293c-6980-3ec5-c6b60631f1e1-f28262b6,
#w-node-_0aafee87-293c-6980-3ec5-c6b60631f1e5-f28262b6,
#w-node-_0aafee87-293c-6980-3ec5-c6b60631f1e9-f28262b6,
#w-node-_0aafee87-293c-6980-3ec5-c6b60631f1f0-f28262b6,
#w-node-_0aafee87-293c-6980-3ec5-c6b60631f1f3-f28262b6,
#w-node-_0aafee87-293c-6980-3ec5-c6b60631f1fa-f28262b6,
#w-node-_0aafee87-293c-6980-3ec5-c6b60631f1fe-f28262b6,
#w-node-_0aafee87-293c-6980-3ec5-c6b60631f202-f28262b6,
#w-node-_0aafee87-293c-6980-3ec5-c6b60631f206-f28262b6,
#w-node-_0aafee87-293c-6980-3ec5-c6b60631f20d-f28262b6,
#w-node-_0aafee87-293c-6980-3ec5-c6b60631f210-f28262b6,
#w-node-_0aafee87-293c-6980-3ec5-c6b60631f217-f28262b6,
#w-node-_0aafee87-293c-6980-3ec5-c6b60631f21b-f28262b6,
#w-node-_0aafee87-293c-6980-3ec5-c6b60631f21f-f28262b6,
#w-node-_0aafee87-293c-6980-3ec5-c6b60631f223-f28262b6,
#w-node-_0aafee87-293c-6980-3ec5-c6b60631f22a-f28262b6,
#w-node-_0aafee87-293c-6980-3ec5-c6b60631f22b-f28262b6,
#w-node-_0aafee87-293c-6980-3ec5-c6b60631f239-f28262b6,
#w-node-_0aafee87-293c-6980-3ec5-c6b60631f23d-f28262b6,
#w-node-_24e5fd0e-8f1f-5f41-ff26-c69705ce3205-f28262b6,
#w-node-_24e5fd0e-8f1f-5f41-ff26-c69705ce3206-f28262b6,
#w-node-_24e5fd0e-8f1f-5f41-ff26-c69705ce3209-f28262b6,
#w-node-_24e5fd0e-8f1f-5f41-ff26-c69705ce320c-f28262b6,
#w-node-_24e5fd0e-8f1f-5f41-ff26-c69705ce320f-f28262b6,
#w-node-_24e5fd0e-8f1f-5f41-ff26-c69705ce3212-f28262b6,
#w-node-_24e5fd0e-8f1f-5f41-ff26-c69705ce3215-f28262b6,
#w-node-_24e5fd0e-8f1f-5f41-ff26-c69705ce321b-f28262b6 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_24e5fd0e-8f1f-5f41-ff26-c69705ce321e-f28262b6 {
  grid-area: span 1/span 1/span 1/span 1;
  place-self: auto;
}

#w-node-_24e5fd0e-8f1f-5f41-ff26-c69705ce3234-f28262b6,
#w-node-_24e5fd0e-8f1f-5f41-ff26-c69705ce3237-f28262b6,
#w-node-_24e5fd0e-8f1f-5f41-ff26-c69705ce324d-f28262b6,
#w-node-_24e5fd0e-8f1f-5f41-ff26-c69705ce3250-f28262b6,
#w-node-_24e5fd0e-8f1f-5f41-ff26-c69705ce3266-f28262b6,
#w-node-_24e5fd0e-8f1f-5f41-ff26-c69705ce3269-f28262b6,
#w-node-_24e5fd0e-8f1f-5f41-ff26-c69705ce327f-f28262b6,
#w-node-_24e5fd0e-8f1f-5f41-ff26-c69705ce3282-f28262b6,
#w-node-_24e5fd0e-8f1f-5f41-ff26-c69705ce3298-f28262b6,
#w-node-_24e5fd0e-8f1f-5f41-ff26-c69705ce329b-f28262b6,
#w-node-_24e5fd0e-8f1f-5f41-ff26-c69705ce32b1-f28262b6,
#w-node-_24e5fd0e-8f1f-5f41-ff26-c69705ce32b4-f28262b6,
#w-node-_24e5fd0e-8f1f-5f41-ff26-c69705ce32ca-f28262b6,
#w-node-_24e5fd0e-8f1f-5f41-ff26-c69705ce32cd-f28262b6,
#w-node-a7ea4819-fb31-565d-e00a-fa1d8a29785b-f28262b6,
#w-node-a7ea4819-fb31-565d-e00a-fa1d8a29785c-f28262b6,
#w-node-a7ea4819-fb31-565d-e00a-fa1d8a29785f-f28262b6,
#w-node-a7ea4819-fb31-565d-e00a-fa1d8a297862-f28262b6,
#w-node-a7ea4819-fb31-565d-e00a-fa1d8a297865-f28262b6,
#w-node-a7ea4819-fb31-565d-e00a-fa1d8a297868-f28262b6,
#w-node-a7ea4819-fb31-565d-e00a-fa1d8a29786b-f28262b6,
#w-node-a7ea4819-fb31-565d-e00a-fa1d8a297871-f28262b6 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-a7ea4819-fb31-565d-e00a-fa1d8a297874-f28262b6 {
  grid-area: span 1/span 1/span 1/span 1;
  place-self: auto;
}

#w-node-a7ea4819-fb31-565d-e00a-fa1d8a29787b-f28262b6,
#w-node-a7ea4819-fb31-565d-e00a-fa1d8a29787f-f28262b6,
#w-node-a7ea4819-fb31-565d-e00a-fa1d8a297883-f28262b6,
#w-node-a7ea4819-fb31-565d-e00a-fa1d8a297887-f28262b6,
#w-node-a7ea4819-fb31-565d-e00a-fa1d8a29788f-f28262b6,
#w-node-a7ea4819-fb31-565d-e00a-fa1d8a297892-f28262b6,
#w-node-a7ea4819-fb31-565d-e00a-fa1d8a297899-f28262b6,
#w-node-a7ea4819-fb31-565d-e00a-fa1d8a29789d-f28262b6,
#w-node-a7ea4819-fb31-565d-e00a-fa1d8a2978a1-f28262b6,
#w-node-a7ea4819-fb31-565d-e00a-fa1d8a2978a5-f28262b6,
#w-node-a7ea4819-fb31-565d-e00a-fa1d8a2978ac-f28262b6,
#w-node-a7ea4819-fb31-565d-e00a-fa1d8a2978af-f28262b6,
#w-node-a7ea4819-fb31-565d-e00a-fa1d8a2978b6-f28262b6,
#w-node-a7ea4819-fb31-565d-e00a-fa1d8a2978ba-f28262b6,
#w-node-a7ea4819-fb31-565d-e00a-fa1d8a2978be-f28262b6,
#w-node-a7ea4819-fb31-565d-e00a-fa1d8a2978c2-f28262b6,
#w-node-a7ea4819-fb31-565d-e00a-fa1d8a2978c9-f28262b6,
#w-node-a7ea4819-fb31-565d-e00a-fa1d8a2978cc-f28262b6,
#w-node-a7ea4819-fb31-565d-e00a-fa1d8a2978d3-f28262b6,
#w-node-a7ea4819-fb31-565d-e00a-fa1d8a2978d7-f28262b6,
#w-node-a7ea4819-fb31-565d-e00a-fa1d8a2978db-f28262b6,
#w-node-a7ea4819-fb31-565d-e00a-fa1d8a2978df-f28262b6,
#w-node-a7ea4819-fb31-565d-e00a-fa1d8a2978e6-f28262b6,
#w-node-a7ea4819-fb31-565d-e00a-fa1d8a2978e9-f28262b6,
#w-node-a7ea4819-fb31-565d-e00a-fa1d8a2978f0-f28262b6,
#w-node-a7ea4819-fb31-565d-e00a-fa1d8a2978f4-f28262b6,
#w-node-a7ea4819-fb31-565d-e00a-fa1d8a2978f8-f28262b6,
#w-node-a7ea4819-fb31-565d-e00a-fa1d8a2978fc-f28262b6,
#w-node-a7ea4819-fb31-565d-e00a-fa1d8a297903-f28262b6,
#w-node-a7ea4819-fb31-565d-e00a-fa1d8a297906-f28262b6,
#w-node-a7ea4819-fb31-565d-e00a-fa1d8a29790d-f28262b6,
#w-node-a7ea4819-fb31-565d-e00a-fa1d8a297911-f28262b6,
#w-node-a7ea4819-fb31-565d-e00a-fa1d8a297915-f28262b6,
#w-node-a7ea4819-fb31-565d-e00a-fa1d8a297919-f28262b6,
#w-node-a7ea4819-fb31-565d-e00a-fa1d8a297920-f28262b6,
#w-node-a7ea4819-fb31-565d-e00a-fa1d8a297923-f28262b6,
#w-node-a7ea4819-fb31-565d-e00a-fa1d8a29792a-f28262b6,
#w-node-a7ea4819-fb31-565d-e00a-fa1d8a29792e-f28262b6,
#w-node-a7ea4819-fb31-565d-e00a-fa1d8a297932-f28262b6,
#w-node-a7ea4819-fb31-565d-e00a-fa1d8a297936-f28262b6,
#w-node-a7ea4819-fb31-565d-e00a-fa1d8a29793d-f28262b6,
#w-node-a7ea4819-fb31-565d-e00a-fa1d8a297940-f28262b6,
#w-node-a7ea4819-fb31-565d-e00a-fa1d8a297947-f28262b6,
#w-node-a7ea4819-fb31-565d-e00a-fa1d8a29794b-f28262b6,
#w-node-a7ea4819-fb31-565d-e00a-fa1d8a29794f-f28262b6,
#w-node-a7ea4819-fb31-565d-e00a-fa1d8a297953-f28262b6,
#w-node-a7ea4819-fb31-565d-e00a-fa1d8a29795a-f28262b6,
#w-node-a7ea4819-fb31-565d-e00a-fa1d8a29795d-f28262b6,
#w-node-a7ea4819-fb31-565d-e00a-fa1d8a297964-f28262b6,
#w-node-a7ea4819-fb31-565d-e00a-fa1d8a297968-f28262b6,
#w-node-a7ea4819-fb31-565d-e00a-fa1d8a29796c-f28262b6,
#w-node-a7ea4819-fb31-565d-e00a-fa1d8a297970-f28262b6,
#w-node-a7ea4819-fb31-565d-e00a-fa1d8a297977-f28262b6,
#w-node-a7ea4819-fb31-565d-e00a-fa1d8a29797a-f28262b6,
#w-node-a7ea4819-fb31-565d-e00a-fa1d8a297981-f28262b6,
#w-node-a7ea4819-fb31-565d-e00a-fa1d8a297985-f28262b6,
#w-node-a7ea4819-fb31-565d-e00a-fa1d8a297989-f28262b6,
#w-node-a7ea4819-fb31-565d-e00a-fa1d8a29798d-f28262b6,
#w-node-a7ea4819-fb31-565d-e00a-fa1d8a297994-f28262b6,
#w-node-a7ea4819-fb31-565d-e00a-fa1d8a297995-f28262b6,
#w-node-a7ea4819-fb31-565d-e00a-fa1d8a2979a3-f28262b6,
#w-node-a7ea4819-fb31-565d-e00a-fa1d8a2979a7-f28262b6,
#w-node-_9f274e6b-c1d2-0359-c616-6391bd69406d-f28262b6,
#w-node-_9f274e6b-c1d2-0359-c616-6391bd69406e-f28262b6,
#w-node-_9f274e6b-c1d2-0359-c616-6391bd694071-f28262b6,
#w-node-_9f274e6b-c1d2-0359-c616-6391bd694079-f28262b6,
#w-node-_9f274e6b-c1d2-0359-c616-6391bd69407c-f28262b6,
#w-node-_9f274e6b-c1d2-0359-c616-6391bd694080-f28262b6,
#w-node-_9f274e6b-c1d2-0359-c616-6391bd694087-f28262b6,
#w-node-_9f274e6b-c1d2-0359-c616-6391bd69408a-f28262b6,
#w-node-_9f274e6b-c1d2-0359-c616-6391bd69408e-f28262b6,
#w-node-_9f274e6b-c1d2-0359-c616-6391bd694095-f28262b6,
#w-node-_9f274e6b-c1d2-0359-c616-6391bd694098-f28262b6,
#w-node-_9f274e6b-c1d2-0359-c616-6391bd69409c-f28262b6,
#w-node-_9f274e6b-c1d2-0359-c616-6391bd6940a3-f28262b6,
#w-node-_9f274e6b-c1d2-0359-c616-6391bd6940a6-f28262b6,
#w-node-_9f274e6b-c1d2-0359-c616-6391bd6940aa-f28262b6,
#w-node-_9f274e6b-c1d2-0359-c616-6391bd6940b1-f28262b6,
#w-node-_9f274e6b-c1d2-0359-c616-6391bd6940b4-f28262b6,
#w-node-_9f274e6b-c1d2-0359-c616-6391bd6940b8-f28262b6,
#w-node-_9f274e6b-c1d2-0359-c616-6391bd6940bf-f28262b6,
#w-node-_9f274e6b-c1d2-0359-c616-6391bd6940c2-f28262b6,
#w-node-_9f274e6b-c1d2-0359-c616-6391bd6940c6-f28262b6,
#w-node-_9f274e6b-c1d2-0359-c616-6391bd6940cd-f28262b6,
#w-node-_9f274e6b-c1d2-0359-c616-6391bd6940d0-f28262b6,
#w-node-_9f274e6b-c1d2-0359-c616-6391bd6940d4-f28262b6,
#w-node-_9f274e6b-c1d2-0359-c616-6391bd6940db-f28262b6,
#w-node-_9f274e6b-c1d2-0359-c616-6391bd6940de-f28262b6,
#w-node-_9f274e6b-c1d2-0359-c616-6391bd6940e2-f28262b6,
#w-node-_9f274e6b-c1d2-0359-c616-6391bd6940e9-f28262b6,
#w-node-_9f274e6b-c1d2-0359-c616-6391bd6940ec-f28262b6,
#w-node-_9f274e6b-c1d2-0359-c616-6391bd6940f0-f28262b6,
#w-node-c976b38a-4192-a2b0-b04c-05149e81bb8b-f28262b6,
#w-node-c976b38a-4192-a2b0-b04c-05149e81bb8c-f28262b6,
#w-node-c976b38a-4192-a2b0-b04c-05149e81bb8f-f28262b6,
#w-node-c976b38a-4192-a2b0-b04c-05149e81bb97-f28262b6,
#w-node-c976b38a-4192-a2b0-b04c-05149e81bb9a-f28262b6,
#w-node-c976b38a-4192-a2b0-b04c-05149e81bb9e-f28262b6,
#w-node-c976b38a-4192-a2b0-b04c-05149e81bba5-f28262b6,
#w-node-c976b38a-4192-a2b0-b04c-05149e81bba8-f28262b6,
#w-node-c976b38a-4192-a2b0-b04c-05149e81bbac-f28262b6,
#w-node-c976b38a-4192-a2b0-b04c-05149e81bbb3-f28262b6,
#w-node-c976b38a-4192-a2b0-b04c-05149e81bbb6-f28262b6,
#w-node-c976b38a-4192-a2b0-b04c-05149e81bbba-f28262b6,
#w-node-c976b38a-4192-a2b0-b04c-05149e81bbc1-f28262b6,
#w-node-c976b38a-4192-a2b0-b04c-05149e81bbc4-f28262b6,
#w-node-c976b38a-4192-a2b0-b04c-05149e81bbc8-f28262b6,
#w-node-c976b38a-4192-a2b0-b04c-05149e81bbcf-f28262b6,
#w-node-c976b38a-4192-a2b0-b04c-05149e81bbd2-f28262b6,
#w-node-c976b38a-4192-a2b0-b04c-05149e81bbd6-f28262b6,
#w-node-c976b38a-4192-a2b0-b04c-05149e81bbdd-f28262b6,
#w-node-c976b38a-4192-a2b0-b04c-05149e81bbe0-f28262b6,
#w-node-c976b38a-4192-a2b0-b04c-05149e81bbe4-f28262b6,
#w-node-c976b38a-4192-a2b0-b04c-05149e81bbeb-f28262b6,
#w-node-c976b38a-4192-a2b0-b04c-05149e81bbee-f28262b6,
#w-node-c976b38a-4192-a2b0-b04c-05149e81bbf2-f28262b6,
#w-node-c976b38a-4192-a2b0-b04c-05149e81bbf9-f28262b6,
#w-node-c976b38a-4192-a2b0-b04c-05149e81bbfc-f28262b6,
#w-node-c976b38a-4192-a2b0-b04c-05149e81bc00-f28262b6,
#w-node-c976b38a-4192-a2b0-b04c-05149e81bc07-f28262b6,
#w-node-c976b38a-4192-a2b0-b04c-05149e81bc0a-f28262b6,
#w-node-c976b38a-4192-a2b0-b04c-05149e81bc0e-f28262b6,
#w-node-_25b09167-224e-b0bd-e03f-11b083c97886-f28262b8,
#w-node-_25b09167-224e-b0bd-e03f-11b083c97889-f28262b8,
#w-node-_25b09167-224e-b0bd-e03f-11b083c9788f-f28262b8,
#w-node-_25b09167-224e-b0bd-e03f-11b083c97898-f28262b8 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_25b09167-224e-b0bd-e03f-11b083c9789e-f28262b8 {
  grid-area: span 1/span 1/span 1/span 1;
  place-self: auto;
}

#w-node-bdb76ea5-57e8-191d-56f6-18daff76dc57-f28262b8,
#w-node-_3cdf6d35-316e-c1f8-5823-74f95ca6fa2a-f28262b8,
#w-node-_66aea959-e066-56d5-2937-475a652d3c8f-f28262b8,
#w-node-_25b09167-224e-b0bd-e03f-11b083c978b2-f28262b8,
#w-node-_25b09167-224e-b0bd-e03f-11b083c978b8-f28262b8,
#w-node-_94c4c58f-38cf-2028-aabb-88f2de33fb32-f28262b8,
#w-node-b8efda94-fdc7-0488-7ed8-13a5213995cf-f28262b8,
#w-node-_2df2af9b-68da-28f2-20f0-c21c2b1758e7-f28262b8,
#w-node-_4926d64d-7725-2c76-dcb7-6f243a1d1cc4-f28262b8,
#w-node-_25b09167-224e-b0bd-e03f-11b083c978cc-f28262b8,
#w-node-_25b09167-224e-b0bd-e03f-11b083c978d2-f28262b8,
#w-node-_7632edb2-ab8b-f3e4-7251-38aca2137055-f28262b8,
#w-node-_5ec07e94-4afb-2559-667d-5b82b1324b0f-f28262b8,
#w-node-_2d038c02-da2b-fc6b-3cf0-f79f80d93164-f28262b8,
#w-node-d164b4f4-3438-37fe-1105-e7200929a485-f28262b8,
#w-node-_25b09167-224e-b0bd-e03f-11b083c978e6-f28262b8,
#w-node-_25b09167-224e-b0bd-e03f-11b083c978ec-f28262b8,
#w-node-_25b09167-224e-b0bd-e03f-11b083c978f4-f28262b8,
#w-node-a37fc273-07f9-f1c6-aac8-3eda0541b497-f28262b8,
#w-node-_9e2dd208-2cfe-2f18-0a5d-37aac098aceb-f28262b8,
#w-node-ae823819-3135-bad1-cc51-f92a9fcbeb4c-f28262b8,
#w-node-_8259ac64-2449-84a6-ae2f-4a3dd7b69b79-f28262b8,
#w-node-d4ed3cda-d3e8-3de4-851b-7640072567e4-f28262b8,
#w-node-d4ed3cda-d3e8-3de4-851b-7640072567e7-f28262b8,
#w-node-d4ed3cda-d3e8-3de4-851b-7640072567ee-f28262b8,
#w-node-d4ed3cda-d3e8-3de4-851b-7640072567f1-f28262b8,
#w-node-d4ed3cda-d3e8-3de4-851b-7640072567f5-f28262b8,
#w-node-d4ed3cda-d3e8-3de4-851b-7640072567f9-f28262b8,
#w-node-d4ed3cda-d3e8-3de4-851b-7640072567fd-f28262b8,
#w-node-_5da75771-ce5f-5461-e719-bd1a164fa902-f28262b8,
#w-node-_5da75771-ce5f-5461-e719-bd1a164fa905-f28262b8,
#w-node-_5da75771-ce5f-5461-e719-bd1a164fa90c-f28262b8,
#w-node-_5da75771-ce5f-5461-e719-bd1a164fa90f-f28262b8,
#w-node-_5da75771-ce5f-5461-e719-bd1a164fa913-f28262b8,
#w-node-_5da75771-ce5f-5461-e719-bd1a164fa917-f28262b8,
#w-node-_5da75771-ce5f-5461-e719-bd1a164fa91b-f28262b8,
#w-node-_17871e12-f2fd-f689-dc9e-c4de5e9f9ba2-f28262b8,
#w-node-_17871e12-f2fd-f689-dc9e-c4de5e9f9ba5-f28262b8,
#w-node-_17871e12-f2fd-f689-dc9e-c4de5e9f9bac-f28262b8,
#w-node-_17871e12-f2fd-f689-dc9e-c4de5e9f9baf-f28262b8,
#w-node-_17871e12-f2fd-f689-dc9e-c4de5e9f9bb3-f28262b8,
#w-node-_17871e12-f2fd-f689-dc9e-c4de5e9f9bb7-f28262b8,
#w-node-_17871e12-f2fd-f689-dc9e-c4de5e9f9bbb-f28262b8,
#w-node-_33a6a036-5fc7-9d72-a4b2-e2b970dcf1d2-f28262b8,
#w-node-_33a6a036-5fc7-9d72-a4b2-e2b970dcf1d5-f28262b8,
#w-node-_33a6a036-5fc7-9d72-a4b2-e2b970dcf1dc-f28262b8,
#w-node-_33a6a036-5fc7-9d72-a4b2-e2b970dcf1df-f28262b8,
#w-node-_33a6a036-5fc7-9d72-a4b2-e2b970dcf1e3-f28262b8,
#w-node-_33a6a036-5fc7-9d72-a4b2-e2b970dcf1e7-f28262b8,
#w-node-_33a6a036-5fc7-9d72-a4b2-e2b970dcf1eb-f28262b8,
#w-node-_88ad6bd7-035c-a58c-721f-6ad9171f3eba-f28262b8,
#w-node-_88ad6bd7-035c-a58c-721f-6ad9171f3ebd-f28262b8,
#w-node-_88ad6bd7-035c-a58c-721f-6ad9171f3ec4-f28262b8,
#w-node-_88ad6bd7-035c-a58c-721f-6ad9171f3ec7-f28262b8,
#w-node-_88ad6bd7-035c-a58c-721f-6ad9171f3ecb-f28262b8,
#w-node-_88ad6bd7-035c-a58c-721f-6ad9171f3ecf-f28262b8,
#w-node-_88ad6bd7-035c-a58c-721f-6ad9171f3ed3-f28262b8,
#w-node-a5452115-bcd1-150b-eca0-0dadb6612a56-f28262b8,
#w-node-a5452115-bcd1-150b-eca0-0dadb6612a59-f28262b8,
#w-node-a5452115-bcd1-150b-eca0-0dadb6612a60-f28262b8,
#w-node-a5452115-bcd1-150b-eca0-0dadb6612a63-f28262b8,
#w-node-a5452115-bcd1-150b-eca0-0dadb6612a67-f28262b8,
#w-node-a5452115-bcd1-150b-eca0-0dadb6612a6b-f28262b8,
#w-node-a5452115-bcd1-150b-eca0-0dadb6612a6f-f28262b8,
#w-node-_4a716dff-34f1-cbfc-d670-1df1eb679958-f28262b8,
#w-node-_4a716dff-34f1-cbfc-d670-1df1eb67995b-f28262b8,
#w-node-_4a716dff-34f1-cbfc-d670-1df1eb679962-f28262b8,
#w-node-_4a716dff-34f1-cbfc-d670-1df1eb679965-f28262b8,
#w-node-_4a716dff-34f1-cbfc-d670-1df1eb679969-f28262b8,
#w-node-_4a716dff-34f1-cbfc-d670-1df1eb67996d-f28262b8,
#w-node-_4a716dff-34f1-cbfc-d670-1df1eb679971-f28262b8,
#w-node-f6b893d1-efdf-a955-1fc5-689fe6bd8a11-f28262b8,
#w-node-f6b893d1-efdf-a955-1fc5-689fe6bd8a14-f28262b8,
#w-node-f6b893d1-efdf-a955-1fc5-689fe6bd8a1b-f28262b8,
#w-node-f6b893d1-efdf-a955-1fc5-689fe6bd8a1e-f28262b8,
#w-node-f6b893d1-efdf-a955-1fc5-689fe6bd8a22-f28262b8,
#w-node-f6b893d1-efdf-a955-1fc5-689fe6bd8a26-f28262b8,
#w-node-f6b893d1-efdf-a955-1fc5-689fe6bd8a2a-f28262b8,
#w-node-_87b28fe5-2aaa-a673-5cf3-281faef022f5-f28262b8,
#w-node-_87b28fe5-2aaa-a673-5cf3-281faef022f8-f28262b8,
#w-node-_87b28fe5-2aaa-a673-5cf3-281faef022ff-f28262b8,
#w-node-_87b28fe5-2aaa-a673-5cf3-281faef02302-f28262b8,
#w-node-_87b28fe5-2aaa-a673-5cf3-281faef02306-f28262b8,
#w-node-_87b28fe5-2aaa-a673-5cf3-281faef0230a-f28262b8,
#w-node-_87b28fe5-2aaa-a673-5cf3-281faef0230e-f28262b8,
#w-node-_87e782ea-b349-9c2a-d49c-e4c7a278c696-f28262b8,
#w-node-_87e782ea-b349-9c2a-d49c-e4c7a278c699-f28262b8,
#w-node-_87e782ea-b349-9c2a-d49c-e4c7a278c6a0-f28262b8,
#w-node-_87e782ea-b349-9c2a-d49c-e4c7a278c6a3-f28262b8,
#w-node-_87e782ea-b349-9c2a-d49c-e4c7a278c6a7-f28262b8,
#w-node-_87e782ea-b349-9c2a-d49c-e4c7a278c6ab-f28262b8,
#w-node-_87e782ea-b349-9c2a-d49c-e4c7a278c6af-f28262b8,
#w-node-_0cfca15c-1e45-fa79-86af-572e77793c89-f28262b8,
#w-node-_0cfca15c-1e45-fa79-86af-572e77793c8c-f28262b8,
#w-node-_0cfca15c-1e45-fa79-86af-572e77793c93-f28262b8,
#w-node-_0cfca15c-1e45-fa79-86af-572e77793c96-f28262b8,
#w-node-_0cfca15c-1e45-fa79-86af-572e77793c9a-f28262b8,
#w-node-_0cfca15c-1e45-fa79-86af-572e77793c9e-f28262b8,
#w-node-_0cfca15c-1e45-fa79-86af-572e77793ca2-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7c88-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7c89-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7c8c-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7c8f-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7c92-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7c95-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7c98-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7c9e-f28262b8 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7ca1-f28262b8 {
  grid-area: span 1/span 1/span 1/span 1;
  place-self: auto;
}

#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7ca8-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7cac-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7cb0-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7cb4-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7cbb-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7cbe-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7cc5-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7cc9-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7ccd-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7cd1-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7cd8-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7cdb-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7ce2-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7ce6-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7cea-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7cee-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7cf5-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7cf8-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7cfc-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7cff-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7d03-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7d07-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7d0b-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7d12-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7d15-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7d19-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7d1c-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7d20-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7d24-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7d28-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7d2f-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7d32-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7d36-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7d39-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7d3d-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7d41-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7d45-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7d4c-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7d4f-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7d53-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7d56-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7d5a-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7d5e-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7d62-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7d69-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7d6c-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7d70-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7d73-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7d77-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7d7b-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7d7f-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7d86-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7d89-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7d8d-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7d90-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7d94-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7d98-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7d9c-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7da3-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7da6-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7daa-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7dad-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7db1-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7db5-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7db9-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7dc0-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7dc3-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7dc7-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7dca-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7dce-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7dd2-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7dd6-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7ddd-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7de0-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7de4-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7de7-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7deb-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7def-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7df3-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7dfa-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7dfd-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7e01-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7e04-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7e08-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7e0c-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7e10-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7e17-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7e1a-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7e1e-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7e21-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7e25-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7e29-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7e2d-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7e34-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7e37-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7e3b-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7e3e-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7e42-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7e46-f28262b8,
#w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7e4a-f28262b8,
#w-node-bdd43a38-9eff-d3a4-d8a8-541487fc038b-f28262b8,
#w-node-bdd43a38-9eff-d3a4-d8a8-541487fc038e-f28262b8,
#w-node-bdd43a38-9eff-d3a4-d8a8-541487fc0391-f28262b8,
#w-node-bdd43a38-9eff-d3a4-d8a8-541487fc0394-f28262b8,
#w-node-bdd43a38-9eff-d3a4-d8a8-541487fc0397-f28262b8,
#w-node-bdd43a38-9eff-d3a4-d8a8-541487fc039a-f28262b8,
#w-node-bdd43a38-9eff-d3a4-d8a8-541487fc039d-f28262b8,
#w-node-bdd43a38-9eff-d3a4-d8a8-541487fc03a0-f28262b8,
#w-node-bdd43a38-9eff-d3a4-d8a8-541487fc03a6-f28262b8 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-bdd43a38-9eff-d3a4-d8a8-541487fc03a9-f28262b8 {
  grid-area: span 1/span 1/span 1/span 1;
  place-self: auto;
}

#w-node-bdd43a38-9eff-d3a4-d8a8-541487fc03af-f28262b8,
#w-node-bdd43a38-9eff-d3a4-d8a8-541487fc03c4-f28262b8,
#w-node-bdd43a38-9eff-d3a4-d8a8-541487fc03c7-f28262b8,
#w-node-bdd43a38-9eff-d3a4-d8a8-541487fc03cd-f28262b8,
#w-node-bdd43a38-9eff-d3a4-d8a8-541487fc03e2-f28262b8,
#w-node-bdd43a38-9eff-d3a4-d8a8-541487fc03e5-f28262b8,
#w-node-bdd43a38-9eff-d3a4-d8a8-541487fc03eb-f28262b8,
#w-node-bdd43a38-9eff-d3a4-d8a8-541487fc0400-f28262b8,
#w-node-bdd43a38-9eff-d3a4-d8a8-541487fc0403-f28262b8,
#w-node-bdd43a38-9eff-d3a4-d8a8-541487fc0409-f28262b8,
#w-node-bdd43a38-9eff-d3a4-d8a8-541487fc040c-f28262b8,
#w-node-bdd43a38-9eff-d3a4-d8a8-541487fc040f-f28262b8,
#w-node-bdd43a38-9eff-d3a4-d8a8-541487fc0412-f28262b8,
#w-node-bdd43a38-9eff-d3a4-d8a8-541487fc0415-f28262b8,
#w-node-bdd43a38-9eff-d3a4-d8a8-541487fc0418-f28262b8,
#w-node-_7a498f5c-8275-1ff6-65d8-1ca2a260da62-11789e96,
#w-node-_7a498f5c-8275-1ff6-65d8-1ca2a260da79-11789e96,
#w-node-_7a498f5c-8275-1ff6-65d8-1ca2a260da7a-11789e96,
#w-node-_7a498f5c-8275-1ff6-65d8-1ca2a260da7e-11789e96,
#w-node-_7a498f5c-8275-1ff6-65d8-1ca2a260da82-11789e96,
#w-node-_7a498f5c-8275-1ff6-65d8-1ca2a260daae-11789e96,
#w-node-_0b1787e1-3185-a440-5cbf-66d900614010-3601f1fd,
#w-node-_0b1787e1-3185-a440-5cbf-66d90061401e-3601f1fd,
#w-node-_4bcce479-0879-b94a-a369-b8dc88b1565d-93f606db,
#w-node-_7bcbb6e1-03da-7da6-d55d-213a8d7a16a5-93f606db,
#w-node-d14ca96b-26ff-7956-c21a-d7e87954c610-93f606db,
#w-node-acab76be-a038-97fb-a39e-70c2128ce865-93f606db,
#w-node-_3c069a8e-2756-dba7-56a1-bd291c694e22-93f606db,
#w-node-_2294179c-a509-4c2f-1968-4949ce7cee5d-93f606db,
#w-node-_20daea63-7af5-9dab-93cf-4677032fd88d-93f606db,
#w-node-b40f3bae-e574-8a63-7714-fc2041008616-93f606db,
#w-node-_428887aa-9735-8ced-4ffd-28cbcc8522e1-ddb8a432,
#w-node-_428887aa-9735-8ced-4ffd-28cbcc8522e3-ddb8a432,
#w-node-e19eb5a2-7cc8-bb3d-9709-d1dee9e403c2-6e92ef5e,
#w-node-e19eb5a2-7cc8-bb3d-9709-d1dee9e403ca-6e92ef5e,
#w-node-e19eb5a2-7cc8-bb3d-9709-d1dee9e403d2-6e92ef5e {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_74c20e45-9e1c-6369-f61a-f8e9376276ef-e068187e,
#w-node-c35793a2-0ae0-d88f-d295-3f81fe18b4e4-e068187e {
  grid-area: 1/1/2/2;
}

#w-node-f18b4065-72bf-c190-f7b9-7f4866ca5bb8-e068187e {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_605203aa-5003-9995-4516-86d10502428c-8b796b48,
#w-node-_605203aa-5003-9995-4516-86d10502428c-18c44d38 {
  justify-self: center;
}

#w-node-_1698fae3-b619-cee6-6ea3-a1a183b072b4-7e5e4d67,
#w-node-_1698fae3-b619-cee6-6ea3-a1a183b072b5-7e5e4d67,
#w-node-_0feaef97-9ac5-e056-2199-a37ff45dc968-7e5e4d67,
#w-node-_0feaef97-9ac5-e056-2199-a37ff45dc969-7e5e4d67 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-e9836407-28ee-7ae1-3b61-e568c1c376b4-9105094e {
  order: 9999;
}

#w-node-e9836407-28ee-7ae1-3b61-e568c1c376b8-9105094e,
#w-node-e9836407-28ee-7ae1-3b61-e568c1c376b9-9105094e,
#w-node-e9836407-28ee-7ae1-3b61-e568c1c376bd-9105094e,
#w-node-e9836407-28ee-7ae1-3b61-e568c1c376c1-9105094e,
#w-node-e9836407-28ee-7ae1-3b61-e568c1c376c5-9105094e,
#w-node-e9836407-28ee-7ae1-3b61-e568c1c376c9-9105094e,
#w-node-e9836407-28ee-7ae1-3b61-e568c1c376cd-9105094e,
#w-node-e9836407-28ee-7ae1-3b61-e568c1c376d1-9105094e,
#w-node-e9836407-28ee-7ae1-3b61-e568c1c376d5-9105094e,
#w-node-e9836407-28ee-7ae1-3b61-e568c1c37642-9105094e,
#w-node-e9836407-28ee-7ae1-3b61-e568c1c37643-9105094e,
#w-node-e9836407-28ee-7ae1-3b61-e568c1c37647-9105094e,
#w-node-e9836407-28ee-7ae1-3b61-e568c1c3764b-9105094e,
#w-node-e9836407-28ee-7ae1-3b61-e568c1c3764f-9105094e {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-b729e81e-7529-7ea2-6f10-0d56f7138be1-9105094e,
#w-node-b729e81e-7529-7ea2-6f10-0d56f7138d4b-9105094e {
  align-self: start;
}

#w-node-_7fa0c0bb-e972-abb6-e176-0e942d74a269-3225196f,
#w-node-_7fa0c0bb-e972-abb6-e176-0e942d74a26b-3225196f,
#w-node-_7fa0c0bb-e972-abb6-e176-0e942d74a274-3225196f {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-d119aa31-aa02-7400-45fa-a672e3e23703-3225196f,
#w-node-_480a46eb-b402-6439-0931-084d261f33d9-3225196f {
  justify-self: end;
}

#w-node-_7fa0c0bb-e972-abb6-e176-0e942d74a280-3225196f,
#w-node-_7fa0c0bb-e972-abb6-e176-0e942d74a287-3225196f,
#w-node-_7fa0c0bb-e972-abb6-e176-0e942d74a289-3225196f,
#w-node-_53990f0a-55d3-3ea4-becd-47a0fb3edbb8-f4660e98 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_0bc69d2f-163a-1f2c-3539-75fc5b8ff032-dcd4b42c {
  justify-self: center;
}

#w-node-a9b98b5a-146b-950b-c753-26d83588e349-dcd4b42c {
  align-self: start;
}

#w-node-_8250cab0-fc32-0a11-2699-049bbe44bbd3-dcd4b42c,
#w-node-_8250cab0-fc32-0a11-2699-049bbe44bbd4-dcd4b42c,
#w-node-_8250cab0-fc32-0a11-2699-049bbe44bbd8-dcd4b42c,
#w-node-_8250cab0-fc32-0a11-2699-049bbe44bbdc-dcd4b42c,
#w-node-_8250cab0-fc32-0a11-2699-049bbe44bbe0-dcd4b42c {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_8250cab0-fc32-0a11-2699-049bbe44bbe9-dcd4b42c {
  order: 9999;
}

#w-node-_8250cab0-fc32-0a11-2699-049bbe44bbed-dcd4b42c,
#w-node-_8250cab0-fc32-0a11-2699-049bbe44bbee-dcd4b42c,
#w-node-_8250cab0-fc32-0a11-2699-049bbe44bbf2-dcd4b42c,
#w-node-_8250cab0-fc32-0a11-2699-049bbe44bbf6-dcd4b42c,
#w-node-_8250cab0-fc32-0a11-2699-049bbe44bbfa-dcd4b42c,
#w-node-_8250cab0-fc32-0a11-2699-049bbe44bbfe-dcd4b42c,
#w-node-_8250cab0-fc32-0a11-2699-049bbe44bc02-dcd4b42c,
#w-node-_8250cab0-fc32-0a11-2699-049bbe44bc06-dcd4b42c,
#w-node-_8250cab0-fc32-0a11-2699-049bbe44bc0a-dcd4b42c {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_49ca9ed8-899d-df85-2c4c-b41c06c42f18-dcd4b42c {
  align-self: start;
}

#w-node-e2022036-2f95-7ef0-c737-557c4a37888c-9585996c,
#w-node-e2022036-2f95-7ef0-c737-557c4a37888d-9585996c,
#w-node-e2022036-2f95-7ef0-c737-557c4a378891-9585996c,
#w-node-e2022036-2f95-7ef0-c737-557c4a378895-9585996c,
#w-node-e2022036-2f95-7ef0-c737-557c4a378899-9585996c {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-e2022036-2f95-7ef0-c737-557c4a3788fe-9585996c {
  order: 9999;
}

#w-node-e2022036-2f95-7ef0-c737-557c4a378902-9585996c,
#w-node-e2022036-2f95-7ef0-c737-557c4a378903-9585996c,
#w-node-e2022036-2f95-7ef0-c737-557c4a378907-9585996c,
#w-node-e2022036-2f95-7ef0-c737-557c4a37890b-9585996c,
#w-node-e2022036-2f95-7ef0-c737-557c4a37890f-9585996c,
#w-node-e2022036-2f95-7ef0-c737-557c4a378913-9585996c,
#w-node-e2022036-2f95-7ef0-c737-557c4a378917-9585996c,
#w-node-e2022036-2f95-7ef0-c737-557c4a37891b-9585996c,
#w-node-e2022036-2f95-7ef0-c737-557c4a37891f-9585996c,
#w-node-_0c210500-8523-8191-dc3e-1f5ce05e8933-9585996c,
#w-node-_0c210500-8523-8191-dc3e-1f5ce05e8934-9585996c,
#w-node-_0c210500-8523-8191-dc3e-1f5ce05e8938-9585996c,
#w-node-_0c210500-8523-8191-dc3e-1f5ce05e893c-9585996c {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_0c210500-8523-8191-dc3e-1f5ce05e8949-9585996c {
  order: 9999;
}

#w-node-_0c210500-8523-8191-dc3e-1f5ce05e894d-9585996c,
#w-node-_0c210500-8523-8191-dc3e-1f5ce05e894e-9585996c,
#w-node-_0c210500-8523-8191-dc3e-1f5ce05e8952-9585996c,
#w-node-_0c210500-8523-8191-dc3e-1f5ce05e8956-9585996c,
#w-node-_0c210500-8523-8191-dc3e-1f5ce05e895a-9585996c,
#w-node-_0c210500-8523-8191-dc3e-1f5ce05e895e-9585996c,
#w-node-_0c210500-8523-8191-dc3e-1f5ce05e8962-9585996c,
#w-node-_0c210500-8523-8191-dc3e-1f5ce05e8966-9585996c,
#w-node-_0c210500-8523-8191-dc3e-1f5ce05e896a-9585996c,
#w-node-b6aee1ac-8ba1-e5e6-2bef-dfd4c3e813ea-9585996c,
#w-node-b6aee1ac-8ba1-e5e6-2bef-dfd4c3e813eb-9585996c,
#w-node-b6aee1ac-8ba1-e5e6-2bef-dfd4c3e813ef-9585996c {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-b6aee1ac-8ba1-e5e6-2bef-dfd4c3e81400-9585996c {
  order: 9999;
}

#w-node-b6aee1ac-8ba1-e5e6-2bef-dfd4c3e81404-9585996c,
#w-node-b6aee1ac-8ba1-e5e6-2bef-dfd4c3e81405-9585996c,
#w-node-b6aee1ac-8ba1-e5e6-2bef-dfd4c3e81409-9585996c,
#w-node-b6aee1ac-8ba1-e5e6-2bef-dfd4c3e8140d-9585996c,
#w-node-b6aee1ac-8ba1-e5e6-2bef-dfd4c3e81411-9585996c,
#w-node-b6aee1ac-8ba1-e5e6-2bef-dfd4c3e81415-9585996c,
#w-node-b6aee1ac-8ba1-e5e6-2bef-dfd4c3e81419-9585996c,
#w-node-b6aee1ac-8ba1-e5e6-2bef-dfd4c3e8141d-9585996c,
#w-node-b6aee1ac-8ba1-e5e6-2bef-dfd4c3e81421-9585996c {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_2b2e4c3f-fb1a-1bcf-a19b-9877e23318c5-9585996c {
  order: 9999;
}

#w-node-_2b2e4c3f-fb1a-1bcf-a19b-9877e23318c9-9585996c,
#w-node-_2b2e4c3f-fb1a-1bcf-a19b-9877e23318ca-9585996c,
#w-node-_2b2e4c3f-fb1a-1bcf-a19b-9877e23318ce-9585996c,
#w-node-_2b2e4c3f-fb1a-1bcf-a19b-9877e23318d2-9585996c,
#w-node-_2b2e4c3f-fb1a-1bcf-a19b-9877e23318d6-9585996c,
#w-node-_2b2e4c3f-fb1a-1bcf-a19b-9877e23318da-9585996c,
#w-node-_2b2e4c3f-fb1a-1bcf-a19b-9877e23318de-9585996c,
#w-node-_2b2e4c3f-fb1a-1bcf-a19b-9877e23318e2-9585996c,
#w-node-_2b2e4c3f-fb1a-1bcf-a19b-9877e23318e6-9585996c {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-c185dfe6-a9a8-06f9-4b35-070574c0dc0d-9585996c {
  order: 9999;
}

#w-node-c185dfe6-a9a8-06f9-4b35-070574c0dc11-9585996c,
#w-node-c185dfe6-a9a8-06f9-4b35-070574c0dc12-9585996c,
#w-node-c185dfe6-a9a8-06f9-4b35-070574c0dc16-9585996c,
#w-node-c185dfe6-a9a8-06f9-4b35-070574c0dc1a-9585996c,
#w-node-c185dfe6-a9a8-06f9-4b35-070574c0dc1e-9585996c,
#w-node-c185dfe6-a9a8-06f9-4b35-070574c0dc22-9585996c,
#w-node-c185dfe6-a9a8-06f9-4b35-070574c0dc26-9585996c,
#w-node-c185dfe6-a9a8-06f9-4b35-070574c0dc2a-9585996c,
#w-node-c185dfe6-a9a8-06f9-4b35-070574c0dc2e-9585996c {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_0bc69d2f-163a-1f2c-3539-75fc5b8ff032-6c90e3c8 {
  justify-self: center;
}

#w-node-_05f75a94-e38a-fe73-d2bf-47e14ebf08f9-6c90e3c8,
#w-node-_05f75a94-e38a-fe73-d2bf-47e14ebf08fa-6c90e3c8,
#w-node-_05f75a94-e38a-fe73-d2bf-47e14ebf08fe-6c90e3c8,
#w-node-_05f75a94-e38a-fe73-d2bf-47e14ebf0902-6c90e3c8,
#w-node-_05f75a94-e38a-fe73-d2bf-47e14ebf0906-6c90e3c8 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_05f75a94-e38a-fe73-d2bf-47e14ebf090f-6c90e3c8 {
  order: 9999;
}

#w-node-_05f75a94-e38a-fe73-d2bf-47e14ebf0913-6c90e3c8,
#w-node-_05f75a94-e38a-fe73-d2bf-47e14ebf0914-6c90e3c8,
#w-node-_05f75a94-e38a-fe73-d2bf-47e14ebf0918-6c90e3c8,
#w-node-_05f75a94-e38a-fe73-d2bf-47e14ebf091c-6c90e3c8,
#w-node-_05f75a94-e38a-fe73-d2bf-47e14ebf0920-6c90e3c8,
#w-node-_05f75a94-e38a-fe73-d2bf-47e14ebf0924-6c90e3c8,
#w-node-_05f75a94-e38a-fe73-d2bf-47e14ebf0928-6c90e3c8,
#w-node-_05f75a94-e38a-fe73-d2bf-47e14ebf092c-6c90e3c8,
#w-node-_05f75a94-e38a-fe73-d2bf-47e14ebf0930-6c90e3c8 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_49ca9ed8-899d-df85-2c4c-b41c06c42f18-6c90e3c8 {
  align-self: start;
}

#w-node-_9cdf8d8e-8644-73ce-45b9-b773a4c2499e-6bade5c9 {
  align-self: center;
}

#w-node-a59b3d2c-bc63-6fe4-5265-b5cbbb5753d4-6bade5c9,
#w-node-_535f7c65-1f41-18e6-dda0-731742a77ce3-6bade5c9 {
  align-self: start;
}

#w-node-_12a6bcc4-9dee-38d2-e8a9-00e207e984b9-7a904315 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_49da94a6-51ba-a176-415b-b460e8428c1a-c02e35ba {
  align-self: start;
}

#w-node-_49da94a6-51ba-a176-415b-b460e8428c88-c02e35ba,
#w-node-_49da94a6-51ba-a176-415b-b460e8428c89-c02e35ba,
#w-node-_49da94a6-51ba-a176-415b-b460e8428c8d-c02e35ba,
#w-node-_49da94a6-51ba-a176-415b-b460e8428c91-c02e35ba,
#w-node-_49da94a6-51ba-a176-415b-b460e8428c95-c02e35ba {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_49da94a6-51ba-a176-415b-b460e8428dd2-c02e35ba {
  align-self: start;
}

#w-node-_9cdf8d8e-8644-73ce-45b9-b773a4c2499e-e2f6f736 {
  align-self: center;
}

#w-node-a59b3d2c-bc63-6fe4-5265-b5cbbb5753d4-e2f6f736,
#w-node-_535f7c65-1f41-18e6-dda0-731742a77ce3-e2f6f736 {
  align-self: start;
}

#w-node-_9cdf8d8e-8644-73ce-45b9-b773a4c2499e-defa816c {
  align-self: center;
}

#w-node-a59b3d2c-bc63-6fe4-5265-b5cbbb5753d4-defa816c,
#w-node-_535f7c65-1f41-18e6-dda0-731742a77ce3-defa816c {
  align-self: start;
}

#w-node-b80c452d-8424-e13b-4690-db634ddb2246-30703edf {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_7d2d016b-4757-3bea-44e2-334501933d2d-95adceb8,
#w-node-a860e1d4-9ce4-e9fe-e145-48dae4aa39af-95adceb8,
#w-node-eda60866-2e5d-a277-cf60-c83865121d5f-95adceb8,
#w-node-_4fd586cc-a3fa-5f20-00d3-3558ab15c9c1-95adceb8,
#w-node-cde65c1c-448b-fc46-ff76-55cf483bd1e1-95adceb8,
#w-node-b69f9c16-6191-1a50-8811-7d07a24dfca7-95adceb8,
#w-node-_7d2d016b-4757-3bea-44e2-334501933d2d-0419d3e1,
#w-node-f5268cfa-e716-cc7a-79ba-3d7a8ff762ca-0419d3e1,
#w-node-ad42abc7-3152-b4b3-170d-abaef21d0e64-0419d3e1,
#w-node-_632630e1-a06d-255f-ac53-4267435b23f7-0419d3e1,
#w-node-_2950ce12-71cf-8f93-6a0e-3b3dd85047c4-0419d3e1,
#w-node-_504869e7-54d2-91aa-7a2f-b26df8af2516-0419d3e1 {
  justify-self: center;
}

#w-node-de41f639-dfef-2ac3-0a6c-825a120d05b6-94af2ba3 {
  justify-self: start;
}

#w-node-_081cb432-d70f-14d3-684b-122ee13a2f32-94af2ba3 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_8974a9a9-fe88-811c-76f2-c9eb8737edb2-94af2ba3 {
  place-self: center;
}

#w-node-_605203aa-5003-9995-4516-86d10502428c-64205533 {
  justify-self: center;
}

#w-node-_5e1fc6b3-255a-81eb-b026-4c872dbd4a7a-14b74890,
#w-node-d44216c9-a442-0c3a-49d8-df8f6db3e077-14b74890 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_8f148d12-7010-af94-1732-81df8f1ab0ed-14b74890,
#w-node-_8f148d12-7010-af94-1732-81df8f1ab11f-14b74890,
#w-node-_8f148d12-7010-af94-1732-81df8f1ab151-14b74890,
#w-node-_8f148d12-7010-af94-1732-81df8f1ab183-14b74890,
#w-node-_32419d6d-902f-1f6b-cbe2-70b600c35585-14b74890,
#w-node-_32419d6d-902f-1f6b-cbe2-70b600c355b7-14b74890,
#w-node-_32419d6d-902f-1f6b-cbe2-70b600c355e9-14b74890,
#w-node-_32419d6d-902f-1f6b-cbe2-70b600c3561b-14b74890 {
  justify-self: center;
}

#w-node-cae7ca73-c663-a72d-78b2-3f4543fb3aba-3e9fa564 {
  align-self: start;
}

#w-node-_5e1fc6b3-255a-81eb-b026-4c872dbd4a7a-91bf8a71,
#w-node-d44216c9-a442-0c3a-49d8-df8f6db3e077-91bf8a71 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_8f148d12-7010-af94-1732-81df8f1ab0ed-91bf8a71,
#w-node-_8f148d12-7010-af94-1732-81df8f1ab11f-91bf8a71,
#w-node-_8f148d12-7010-af94-1732-81df8f1ab151-91bf8a71,
#w-node-_8f148d12-7010-af94-1732-81df8f1ab183-91bf8a71,
#w-node-_32419d6d-902f-1f6b-cbe2-70b600c35585-91bf8a71,
#w-node-_32419d6d-902f-1f6b-cbe2-70b600c355b7-91bf8a71,
#w-node-_32419d6d-902f-1f6b-cbe2-70b600c355e9-91bf8a71,
#w-node-_32419d6d-902f-1f6b-cbe2-70b600c3561b-91bf8a71 {
  justify-self: center;
}

#w-node-_5e1fc6b3-255a-81eb-b026-4c872dbd4a7a-3d26e55a,
#w-node-d44216c9-a442-0c3a-49d8-df8f6db3e077-3d26e55a {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_16b658bf-f645-12fe-2a20-dce832028a39-247eac16 {
  justify-self: center;
}

#w-node-ac9e07c9-c430-a3aa-5bb5-d91f1433830d-247eac16,
#w-node-ac9e07c9-c430-a3aa-5bb5-d91f1433830e-247eac16,
#w-node-_55c68955-83b7-6c10-5e1c-1d35cb5fb457-247eac16,
#w-node-_55c68955-83b7-6c10-5e1c-1d35cb5fb458-247eac16 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_0bc69d2f-163a-1f2c-3539-75fc5b8ff032-59858de6,
#w-node-a989d108-260d-c418-5d97-17d0d146ca10-59858de6,
#w-node-a989d108-260d-c418-5d97-17d0d146ca3c-59858de6,
#w-node-e1934d00-f751-7a95-02ae-33861d958207-59858de6,
#w-node-e1934d00-f751-7a95-02ae-33861d958226-59858de6,
#w-node-_2c113b76-d6c2-b9dc-92a6-d2af421cd98d-59858de6,
#w-node-_2c113b76-d6c2-b9dc-92a6-d2af421cd9ac-59858de6,
#w-node-_2c113b76-d6c2-b9dc-92a6-d2af421cd9d2-59858de6,
#w-node-_2c113b76-d6c2-b9dc-92a6-d2af421cd9f1-59858de6 {
  justify-self: center;
}

#w-node-_11e964c8-87b9-2ca0-0228-1a1f6bfb65be-fb379296,
#w-node-_11e964c8-87b9-2ca0-0228-1a1f6bfb65be-6978ae7a,
#w-node-_11e964c8-87b9-2ca0-0228-1a1f6bfb65be-e2db1402,
#w-node-_11e964c8-87b9-2ca0-0228-1a1f6bfb65be-fe092bb4 {
  align-self: start;
}

#w-node-_0bc69d2f-163a-1f2c-3539-75fc5b8ff032-1a4098d2,
#w-node-_58605d39-1d38-4347-740c-67617a17c651-1a4098d2,
#w-node-_93a452a1-f79b-45fe-20e0-5507767f99fb-1a4098d2,
#w-node-_2e8c3f7e-b65d-bf4e-64f2-b7dd4c61671c-4c61671c,
#w-node-_0bc69d2f-163a-1f2c-3539-75fc5b8ff032-5ba199cf {
  justify-self: center;
}

#w-node-_38f05c7a-91ac-ff3b-021d-5b9f50c94e55-5ba199cf {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-a989d108-260d-c418-5d97-17d0d146ca10-5ba199cf,
#w-node-a989d108-260d-c418-5d97-17d0d146ca3c-5ba199cf,
#w-node-e1934d00-f751-7a95-02ae-33861d958207-5ba199cf,
#w-node-e1934d00-f751-7a95-02ae-33861d958226-5ba199cf,
#w-node-_2c113b76-d6c2-b9dc-92a6-d2af421cd98d-5ba199cf,
#w-node-_2c113b76-d6c2-b9dc-92a6-d2af421cd9ac-5ba199cf,
#w-node-_2c113b76-d6c2-b9dc-92a6-d2af421cd9d2-5ba199cf,
#w-node-_2c113b76-d6c2-b9dc-92a6-d2af421cd9f1-5ba199cf,
#w-node-_1ad512a2-8287-1f15-e88f-444813d8b154-77d0af2d {
  justify-self: center;
}

#w-node-f0c958f9-78fc-a494-aeaf-f099d0e66f80-77d0af2d,
#w-node-_9986004b-965d-bbb4-00bc-d23dd2706b43-77d0af2d {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_46bae7d1-1f8b-2278-775a-2b8f4016c4ac-9b3ddf2f,
#w-node-fd41a313-33b6-4763-9090-8d5ebac66879-9b3ddf2f,
#w-node-_2908a59e-6c7c-a877-84f3-b445466009d2-9b3ddf2f,
#w-node-_8060a5fc-aaf1-88b8-0c6a-9f72dd5351d8-9b3ddf2f,
#w-node-_2e08bb2f-752b-b157-e686-a119ebbbcc7d-9b3ddf2f,
#w-node-_01e4b2eb-e69d-d5b2-372d-55946039c1c7-9b3ddf2f,
#w-node-f77b9849-0e37-6eb2-7ce0-bca9059efc4c-9b3ddf2f,
#w-node-_3c1f74cf-9ec0-12ac-d566-549029fdb36b-9b3ddf2f,
#w-node-_618355c6-9dd1-62ac-c501-dbb1b41318af-9b3ddf2f,
#w-node-bb62ad7a-d54f-ecde-eee2-3ac54273cdfd-432bc96f,
#w-node-_605203aa-5003-9995-4516-86d10502428c-b9314ab3 {
  justify-self: center;
}

#w-node-_0b1787e1-3185-a440-5cbf-66d900614010-9ca8912f {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-bc9025d2-1b93-2b3b-3366-9c040eaced20-d0c68ebc {
  justify-self: center;
}

#w-node-_5c2ed227-3a4c-e698-9628-50b182811e67-d0c68ebc {
  align-self: center;
}

#w-node-_53990f0a-55d3-3ea4-becd-47a0fb3edbb8-1a491b48,
#w-node-_4bcce479-0879-b94a-a369-b8dc88b1565d-f20ca9d5,
#w-node-_7bcbb6e1-03da-7da6-d55d-213a8d7a16a5-f20ca9d5,
#w-node-d14ca96b-26ff-7956-c21a-d7e87954c610-f20ca9d5,
#w-node-acab76be-a038-97fb-a39e-70c2128ce865-f20ca9d5,
#w-node-_3c069a8e-2756-dba7-56a1-bd291c694e22-f20ca9d5,
#w-node-_2294179c-a509-4c2f-1968-4949ce7cee5d-f20ca9d5,
#w-node-_20daea63-7af5-9dab-93cf-4677032fd88d-f20ca9d5,
#w-node-b40f3bae-e574-8a63-7714-fc2041008616-f20ca9d5 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_0bc69d2f-163a-1f2c-3539-75fc5b8ff032-c7cfb8c8,
#w-node-a989d108-260d-c418-5d97-17d0d146ca10-c7cfb8c8,
#w-node-a989d108-260d-c418-5d97-17d0d146ca3c-c7cfb8c8,
#w-node-e1934d00-f751-7a95-02ae-33861d958207-c7cfb8c8,
#w-node-e1934d00-f751-7a95-02ae-33861d958226-c7cfb8c8,
#w-node-_2c113b76-d6c2-b9dc-92a6-d2af421cd98d-c7cfb8c8,
#w-node-_2c113b76-d6c2-b9dc-92a6-d2af421cd9ac-c7cfb8c8,
#w-node-_2c113b76-d6c2-b9dc-92a6-d2af421cd9d2-c7cfb8c8,
#w-node-_2c113b76-d6c2-b9dc-92a6-d2af421cd9f1-c7cfb8c8,
#w-node-_3aa21640-41ac-78e5-0629-fad569d7748e-468eb845 {
  justify-self: center;
}

@media screen and (min-width: 1440px) {
  #w-node-dc05f02a-d33b-e6b1-e711-3cbeb780756e-b780756e {
    justify-self: center;
  }
  #w-node-_4de9a318-18c6-b2bc-c427-8eeb5aee5756-f28262b5,
  #w-node-_4de9a318-18c6-b2bc-c427-8eeb5aee5761-f28262b5,
  #w-node-_4de9a318-18c6-b2bc-c427-8eeb5aee576c-f28262b5,
  #w-node-_2bcf05b7-d521-661d-c7f9-4819ba4a636c-f28262b5,
  #w-node-_2bcf05b7-d521-661d-c7f9-4819ba4a6377-f28262b5,
  #w-node-_2bcf05b7-d521-661d-c7f9-4819ba4a6382-f28262b5,
  #w-node-_6a2a06d9-e845-ff59-99ea-06337f4647a4-f28262b5,
  #w-node-_6a2a06d9-e845-ff59-99ea-06337f4647af-f28262b5,
  #w-node-_6a2a06d9-e845-ff59-99ea-06337f4647ba-f28262b5,
  #w-node-_62bc11c5-7709-ca13-2139-cb61d70d4acf-f28262b5,
  #w-node-_62bc11c5-7709-ca13-2139-cb61d70d4ada-f28262b5,
  #w-node-_62bc11c5-7709-ca13-2139-cb61d70d4ae5-f28262b5 {
    grid-area: span 1/span 1/span 1/span 1;
    place-self: auto;
  }
  #w-node-b729e81e-7529-7ea2-6f10-0d56f7138be1-9105094e {
    grid-area: span 1/span 1/span 1/span 1;
    align-self: start;
  }
  #w-node-b729e81e-7529-7ea2-6f10-0d56f7138d4b-9105094e,
  #w-node-_49ca9ed8-899d-df85-2c4c-b41c06c42f18-dcd4b42c,
  #w-node-_49ca9ed8-899d-df85-2c4c-b41c06c42f18-6c90e3c8 {
    grid-area: 1/2/3/2;
  }
  #w-node-_9cdf8d8e-8644-73ce-45b9-b773a4c2499e-6bade5c9 {
    justify-self: center;
  }
  #w-node-_49da94a6-51ba-a176-415b-b460e8428c1a-c02e35ba {
    justify-self: start;
  }
  #w-node-_49da94a6-51ba-a176-415b-b460e8428dd2-c02e35ba {
    grid-area: 1/2/3/2;
  }
  #w-node-_9cdf8d8e-8644-73ce-45b9-b773a4c2499e-e2f6f736 {
    justify-self: center;
  }
  #w-node-_438cd63f-1d28-0277-973d-b2388e8690bd-e2f6f736 {
    grid-area: span 1/span 1/span 1/span 1;
  }
  #w-node-_9cdf8d8e-8644-73ce-45b9-b773a4c2499e-defa816c,
  #w-node-_58605d39-1d38-4347-740c-67617a17c651-1a4098d2,
  #w-node-_93a452a1-f79b-45fe-20e0-5507767f99fb-1a4098d2,
  #w-node-_2e8c3f7e-b65d-bf4e-64f2-b7dd4c61671c-4c61671c,
  #w-node-fd41a313-33b6-4763-9090-8d5ebac66879-9b3ddf2f,
  #w-node-_2908a59e-6c7c-a877-84f3-b445466009d2-9b3ddf2f,
  #w-node-_8060a5fc-aaf1-88b8-0c6a-9f72dd5351d8-9b3ddf2f,
  #w-node-_2e08bb2f-752b-b157-e686-a119ebbbcc7d-9b3ddf2f,
  #w-node-_01e4b2eb-e69d-d5b2-372d-55946039c1c7-9b3ddf2f,
  #w-node-f77b9849-0e37-6eb2-7ce0-bca9059efc4c-9b3ddf2f,
  #w-node-_3c1f74cf-9ec0-12ac-d566-549029fdb36b-9b3ddf2f,
  #w-node-_618355c6-9dd1-62ac-c501-dbb1b41318af-9b3ddf2f {
    justify-self: center;
  }
}
@media screen and (max-width: 991px) {
  #w-node-_51af8bdd-d4a0-1aae-c078-9d8a534df240-534df23d {
    grid-area: span 1/span 3/span 1/span 3;
  }
  #w-node-_51af8bdd-d4a0-1aae-c078-9d8a534df24f-534df23d {
    grid-area: 2/1/3/2;
    place-self: auto start;
  }
  #w-node-c710e45e-c812-58c8-b0ec-f1f3350d6a74-e068187e,
  #w-node-_0982a383-c602-a77e-976b-f66d4be82b10-e068187e,
  #w-node-a3b6f22c-241f-225b-0953-4f65b68875b3-e068187e,
  #w-node-_151dba2c-b070-31a3-85d5-65e445c311a8-e068187e,
  #w-node-_363097eb-0e9c-b868-ddf7-d48daf9ab87e-e068187e,
  #w-node-c35793a2-0ae0-d88f-d295-3f81fe18b529-e068187e,
  #w-node-c35793a2-0ae0-d88f-d295-3f81fe18b6f3-e068187e,
  #w-node-c35793a2-0ae0-d88f-d295-3f81fe18b8bd-e068187e,
  #w-node-c35793a2-0ae0-d88f-d295-3f81fe18ba87-e068187e,
  #w-node-c35793a2-0ae0-d88f-d295-3f81fe18bc51-e068187e,
  #w-node-_3fb62e43-a0fe-21e0-d69b-74cddc52d1cf-e068187e,
  #w-node-_0b016bb2-8b5f-baeb-c9ce-ab058b0fef30-e068187e {
    grid-area: span 1/span 1/span 1/span 1;
  }
  #w-node-b729e81e-7529-7ea2-6f10-0d56f7138d4b-9105094e {
    grid-area: 2/2/3/2;
    align-self: start;
  }
  #w-node-_533a90ef-dc4d-6fad-4881-c27f86fc44bf-99e8753a,
  #w-node-_29543ccb-35c0-5b9b-5098-861bb06c35ab-99e8753a,
  #w-node-_57fe45c6-977a-9235-cc61-a54fd5cda8f9-99e8753a,
  #w-node-e7343f6f-e98a-6dd1-caf3-ec747269c76d-99e8753a {
    order: 0;
  }
  #w-node-_7fa0c0bb-e972-abb6-e176-0e942d74a287-3225196f {
    order: -9999;
  }
  #w-node-_49ca9ed8-899d-df85-2c4c-b41c06c42f18-dcd4b42c,
  #w-node-_49ca9ed8-899d-df85-2c4c-b41c06c42f18-6c90e3c8,
  #w-node-_49da94a6-51ba-a176-415b-b460e8428dd2-c02e35ba {
    grid-area: 2/2/3/2;
    align-self: start;
  }
  #w-node-_10aff401-a9af-c844-5077-81c7ab1919c1-3e9fa564,
  #w-node-_2bd42d3e-16d1-890a-f6d2-afd92d104aab-3e9fa564,
  #w-node-_11e964c8-87b9-2ca0-0228-1a1f6bfb65da-fb379296,
  #w-node-_11e964c8-87b9-2ca0-0228-1a1f6bfb65df-fb379296,
  #w-node-_11e964c8-87b9-2ca0-0228-1a1f6bfb65da-6978ae7a,
  #w-node-bfaa0dab-6ffa-9313-d7fb-1ae2850bef86-6978ae7a,
  #w-node-_11e964c8-87b9-2ca0-0228-1a1f6bfb65da-e2db1402,
  #w-node-_11e964c8-87b9-2ca0-0228-1a1f6bfb65df-e2db1402,
  #w-node-_11e964c8-87b9-2ca0-0228-1a1f6bfb65da-fe092bb4,
  #w-node-_11e964c8-87b9-2ca0-0228-1a1f6bfb65df-fe092bb4 {
    order: 0;
  }
  #w-node-_715f7d1e-d3f5-cede-d9fd-1308a487fd63-5ba199cf {
    grid-area: 2/1/4/2;
  }
  #w-node-_21a205c0-0581-6442-1167-99ca25e09f35-77d0af2d,
  #w-node-acb9e99b-80ef-a438-947c-23c2ce2754aa-77d0af2d {
    order: 0;
  }
}
@media screen and (max-width: 767px) {
  #w-node-_51af8bdd-d4a0-1aae-c078-9d8a534df240-534df23d {
    grid-column: span 2/span 2;
  }
  #w-node-_1698fae3-b619-cee6-6ea3-a1a183b072b4-7e5e4d67 {
    order: -9999;
  }
  #w-node-_1698fae3-b619-cee6-6ea3-a1a183b072b8-7e5e4d67 {
    order: 9999;
  }
  #w-node-_0feaef97-9ac5-e056-2199-a37ff45dc968-7e5e4d67 {
    order: -9999;
  }
  #w-node-_0feaef97-9ac5-e056-2199-a37ff45dc96c-7e5e4d67 {
    order: 9999;
  }
  #w-node-_533a90ef-dc4d-6fad-4881-c27f86fc44bf-99e8753a,
  #w-node-_29543ccb-35c0-5b9b-5098-861bb06c35ab-99e8753a,
  #w-node-_57fe45c6-977a-9235-cc61-a54fd5cda8f9-99e8753a,
  #w-node-e7343f6f-e98a-6dd1-caf3-ec747269c76d-99e8753a {
    order: -9999;
  }
  #w-node-_7f8adc4a-f8d0-6098-78f6-ba20eb1add86-dcd4b42c,
  #w-node-_2e27be02-36aa-85a1-2fdc-0daf452cad21-dcd4b42c,
  #w-node-_7f8adc4a-f8d0-6098-78f6-ba20eb1add86-6c90e3c8,
  #w-node-_2e27be02-36aa-85a1-2fdc-0daf452cad21-6c90e3c8 {
    grid-area: Area;
  }
  #w-node-_10aff401-a9af-c844-5077-81c7ab1919c1-3e9fa564,
  #w-node-_2bd42d3e-16d1-890a-f6d2-afd92d104aab-3e9fa564,
  #w-node-ac9e07c9-c430-a3aa-5bb5-d91f1433830d-247eac16 {
    order: -9999;
  }
  #w-node-ac9e07c9-c430-a3aa-5bb5-d91f14338311-247eac16 {
    order: 9999;
  }
  #w-node-_55c68955-83b7-6c10-5e1c-1d35cb5fb457-247eac16 {
    order: -9999;
  }
  #w-node-_55c68955-83b7-6c10-5e1c-1d35cb5fb45b-247eac16 {
    order: 9999;
  }
  #w-node-_11e964c8-87b9-2ca0-0228-1a1f6bfb65da-fb379296,
  #w-node-_11e964c8-87b9-2ca0-0228-1a1f6bfb65df-fb379296,
  #w-node-_11e964c8-87b9-2ca0-0228-1a1f6bfb65da-6978ae7a,
  #w-node-bfaa0dab-6ffa-9313-d7fb-1ae2850bef86-6978ae7a,
  #w-node-_11e964c8-87b9-2ca0-0228-1a1f6bfb65da-e2db1402,
  #w-node-_11e964c8-87b9-2ca0-0228-1a1f6bfb65df-e2db1402,
  #w-node-_11e964c8-87b9-2ca0-0228-1a1f6bfb65da-fe092bb4,
  #w-node-_11e964c8-87b9-2ca0-0228-1a1f6bfb65df-fe092bb4 {
    order: -9999;
  }
  #w-node-_21a205c0-0581-6442-1167-99ca25e09f35-77d0af2d,
  #w-node-acb9e99b-80ef-a438-947c-23c2ce2754aa-77d0af2d {
    order: 0;
  }
  #w-node-c974bc34-d127-46ba-f701-12236ff5a018-d0c68ebc,
  #w-node-_60383e43-3cda-4ac1-1c06-8cb5c7af0d92-d0c68ebc,
  #w-node-_78a22e8e-a331-42b8-d928-0ee7c0acfb9c-d0c68ebc {
    order: -9999;
  }
}
@media screen and (max-width: 479px) {
  #w-node-_5fb4d669-c064-8bf8-d1fa-b3d33aff199b-f2826111,
  #w-node-_51af8bdd-d4a0-1aae-c078-9d8a534df240-534df23d {
    grid-area: span 1/span 1/span 1/span 1;
  }
  #w-node-_75b4dbda-a862-c993-9d12-dba222fc1723-f2826278 {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }
  #w-node-a159f11d-02b1-48ac-4b95-e9e928cd0b4f-f2826278,
  #w-node-_76f61244-b62b-bab5-a1d8-12d5d52fffee-f2826278,
  #w-node-_58fb88bf-0a16-25ee-9efa-a581c77b9d4d-f2826278,
  #w-node-_3ec2dfa4-8d1d-beb5-225b-d8b7d24de22c-f2826278,
  #w-node-_0943c18a-3a77-f421-d634-3e1c28365bd8-f2826278,
  #w-node-_02da2d08-14dd-2dd4-4e6e-2e5fae85e261-f2826278,
  #w-node-dd0c063d-b000-75ab-f0b2-9442b9d63e1a-f2826278,
  #w-node-_1560bf1b-4b2e-1bfa-c472-07a0eac73de1-f2826278,
  #w-node-ccd17998-d250-6632-a5ed-394cc1589d81-f2826278,
  #w-node-_6fd98196-df03-38a3-3f9a-9b58fab565a6-f2826278,
  #w-node-a456e7bd-f8ff-7d12-19f6-04eca2ac9abe-f2826278,
  #w-node-f4deb781-cdc2-c093-5a3a-a319819cc865-f2826278 {
    grid-area: span 1/span 1/span 1/span 1;
  }
  #w-node-_8f4ae850-92c6-0771-14ea-8295bbed6ff1-f2826278 {
    grid-area: span 2/span 1/span 2/span 1;
  }
  #w-node-_70044924-9257-e63d-2e13-18fb2f9c8636-f28262b5,
  #w-node-_3ed51be3-94d1-446d-5582-74b14c016eba-f28262b6 {
    order: 0;
  }
  #w-node-_3ed51be3-94d1-446d-5582-74b14c016ecc-f28262b6 {
    justify-self: auto;
  }
  #w-node-e4cba023-cf1f-096a-7831-c062b40af2ad-f28262b6 {
    order: 0;
  }
  #w-node-e4cba023-cf1f-096a-7831-c062b40af2bf-f28262b6 {
    justify-self: auto;
  }
  #w-node-cd3c7129-a8fa-ed60-60e0-1b873cf1dd35-f28262b6 {
    order: 0;
  }
  #w-node-cd3c7129-a8fa-ed60-60e0-1b873cf1dd47-f28262b6 {
    justify-self: auto;
  }
  #w-node-_0aafee87-293c-6980-3ec5-c6b60631f0f5-f28262b6 {
    order: 0;
  }
  #w-node-_0aafee87-293c-6980-3ec5-c6b60631f107-f28262b6 {
    justify-self: auto;
  }
  #w-node-_24e5fd0e-8f1f-5f41-ff26-c69705ce3209-f28262b6 {
    order: 0;
  }
  #w-node-_24e5fd0e-8f1f-5f41-ff26-c69705ce321b-f28262b6 {
    justify-self: auto;
  }
  #w-node-a7ea4819-fb31-565d-e00a-fa1d8a29785f-f28262b6 {
    order: 0;
  }
  #w-node-a7ea4819-fb31-565d-e00a-fa1d8a297871-f28262b6 {
    justify-self: auto;
  }
  #w-node-_9f274e6b-c1d2-0359-c616-6391bd694071-f28262b6,
  #w-node-c976b38a-4192-a2b0-b04c-05149e81bb8f-f28262b6,
  #w-node-_25b09167-224e-b0bd-e03f-11b083c9788f-f28262b8,
  #w-node-_711a701a-aaf1-6322-25e0-5aa02a0c7c8c-f28262b8 {
    order: 0;
  }
  #w-node-b729e81e-7529-7ea2-6f10-0d56f7138d6d-9105094e {
    grid-area: 1/1/2/3;
  }
  #w-node-_50f0d30a-40b0-fce4-d53f-b3a1fe54d60e-3225196f,
  #w-node-_731585a8-59d8-2e77-0253-58e25daeee3b-1fbeec57,
  #w-node-_731585a8-59d8-2e77-0253-58e25daeee3b-1198111f {
    grid-area: span 1/span 1/span 1/span 1;
  }
  #w-node-_081cb432-d70f-14d3-684b-122ee13a2f32-94af2ba3,
  #w-node-_0c829971-820e-52fe-603f-f9fc227b0306-94af2ba3,
  #w-node-_63cff9ec-3680-a874-0003-f5f8d17338f3-94af2ba3,
  #w-node-fb8f1fc0-e4b1-dbd6-4949-be47724ece1f-94af2ba3,
  #w-node-_790fd568-df57-2788-8ab6-ed3961af186f-94af2ba3 {
    justify-self: start;
  }
  #w-node-ed1fea06-b8cd-cd4a-7443-8afdec39f0dc-94af2ba3 {
    grid-area: span 1/span 1/span 1/span 1;
    justify-self: start;
  }
  #w-node-_60abbde1-9438-1d0f-c286-3af77795654b-94af2ba3 {
    justify-self: start;
  }
  #w-node-_731585a8-59d8-2e77-0253-58e25daeee3b-98bf481d,
  #w-node-_731585a8-59d8-2e77-0253-58e25daeee3b-97146704,
  #w-node-_731585a8-59d8-2e77-0253-58e25daeee3b-09ba247a {
    grid-area: span 1/span 1/span 1/span 1;
  }
}
@font-face {
  font-family: "Saintecolombe";
  src: url(https://d25qpvb0plkdqc.cloudfront.net/../fonts/saintecolombe-light.otf) format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Berthold Akzidenz Grotesk Extended";
  src: url(https://d25qpvb0plkdqc.cloudfront.net/../fonts/Berthold-Akzidenz-Grotesk-Extended.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
