:root {
  --neutral--800: #141416;
  --neutral--400: silver;
  --primary-1: white;
  --accent--primary-1: #b0f127;
  --secondary--color-3: #141414;
  --neutral--300: #e7e7e7;
  --general--shadow-01: rgba(0, 0, 0, .06);
  --neutral--700: #2f2f2f;
  --neutral--600: #717172;
  --general--shadow-03: rgba(0, 0, 0, .02);
  --secondary--color-4: #232323;
  --secondary--color-1: #547907;
  --secondary--color-2: #71a407;
  --neutral--500: #939393;
  --neutral--200: #f4f4f4;
  --system--green-400: #11845b;
  --system--blue-400: #086cd9;
  --system--blue-300: #1d88fe;
  --system--blue-200: #8fc3ff;
  --system--blue-100: #eaf4ff;
  --system--green-300: #05c168;
  --system--green-200: #7fdca4;
  --system--green-100: #def2e6;
  --system--red-400: #dc2b2b;
  --system--300: #ff5a65;
  --system--red-200: #ffbec2;
  --system--red-100: #ffeff0;
  --system--orange-400: #d5691b;
  --system--orange-300: #ff9e2c;
  --system--orange-200: #ffd19b;
  --system--orange-100: #fff3e4;
  --button-shadow--color-01: rgba(176, 241, 39, .06);
  --general--shadow-02: rgba(0, 0, 0, .08);
  --general--shadow-04: rgba(20, 20, 43, .14);
  --general--shadow-05: rgba(20, 20, 43, .16);
  --general--shadow-06: rgba(20, 20, 43, .24);
  --button-shadow--color-2: rgba(176, 241, 39, .08);
  --button-shadow--color-03: rgba(176, 241, 39, .08);
  --button-shadow--white-01: rgba(20, 20, 43, .04);
  --button-shadow--white-02: rgba(20, 20, 43, .06);
  --button-shadow--white-03: rgba(20, 20, 43, .1);
  --secondary-1-gradient: #70e224;
}

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

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

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

.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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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: -webkit-sticky;
  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-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

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

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

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

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

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

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-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-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-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;
  -ms-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-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous, .w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

.w-commerce-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

.w-commerce-commerceaddtocartoptionpill {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  margin-right: 10px;
  padding: 8px 15px;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #000;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartquantityinput {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

.w-commerce-commerceaddtocartbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commercebuynowbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  margin-top: 10px;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

.w-commerce-commercebuynowbutton.w--ecommerce-buy-now-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-users-useraccountsubscriptioncancelbutton {
  color: #3898ec;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

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

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

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

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

  .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, .w-commerce-commercecheckoutdiscountsinput, .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  background-color: var(--neutral--800);
  color: var(--neutral--400);
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.667em;
}

h1 {
  color: var(--primary-1);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 54px;
  font-weight: 600;
  line-height: 1.222em;
}

h2 {
  color: var(--primary-1);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.316em;
}

h3 {
  color: var(--primary-1);
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.417em;
}

h4 {
  color: var(--primary-1);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.273em;
}

h5 {
  color: var(--primary-1);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.333em;
}

h6 {
  color: var(--primary-1);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.375em;
}

p {
  margin-bottom: 16px;
}

a {
  color: var(--accent--primary-1);
  text-decoration: none;
  transition: color .3s;
}

a:hover {
  color: var(--primary-1);
}

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

li {
  margin-bottom: 8px;
}

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

label {
  color: var(--primary-1);
  margin-bottom: 12px;
  font-weight: 700;
  display: block;
}

strong {
  color: var(--primary-1);
  font-weight: 700;
}

blockquote {
  background-color: var(--secondary--color-3);
  color: var(--primary-1);
  text-align: center;
  background-image: url('/flyback/images/block-quote-bg-finantech-x-webflow-template.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 0 solid #000;
  border-radius: 24px;
  margin-top: 32px;
  margin-bottom: 48px;
  padding: 107px 66px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.375em;
}

figure {
  margin-top: 24px;
  margin-bottom: 48px;
}

figcaption {
  text-align: center;
  margin-top: 16px;
}

.page-wrapper {
  background-color: var(--neutral--800);
  min-height: 100vh;
}

.page-wrapper.page-wrapper---login {
  background-color: rgba(20, 20, 22, 0);
}

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

.grid-2-columns.style---styleguide-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  align-items: start;
}

.grid-2-columns.form {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--neutral--800);
  margin-bottom: 40px;
}

.grid-2-columns.contact-grid {
  grid-column-gap: 40px;
  grid-template-columns: 1fr minmax(490px, 1fr);
}

.grid-2-columns.newsletter {
  grid-column-gap: 100px;
  grid-template-columns: .86fr 1fr;
  position: relative;
}

.grid-2-columns.cta-v1 {
  grid-column-gap: 50px;
  grid-template-columns: 1fr .9fr;
}

.grid-2-columns.blog-card-featured {
  grid-column-gap: 0px;
  grid-template-columns: 1fr .85fr;
}

.grid-2-columns.title-and-paragraph {
  grid-column-gap: 40px;
  grid-template-columns: 1fr .8fr;
}

.grid-2-columns.text-left-default {
  grid-column-gap: 40px;
  grid-template-columns: .8fr 1fr;
}

.grid-2-columns.text-right-default {
  grid-column-gap: 40px;
  grid-template-columns: 1fr .8fr;
}

.grid-2-columns.text-right-default.alt.bulletproof-security-grid {
  margin-top: 100px;
}

.grid-2-columns.text-left-short {
  grid-column-gap: 40px;
  grid-template-columns: .9fr 1fr;
}

.grid-2-columns.template-page-sidebar {
  grid-column-gap: 40px;
  grid-template-columns: .35fr 1fr;
  align-items: start;
}

.grid-2-columns.changelog-item {
  grid-column-gap: 60px;
  border-bottom: 1px solid var(--neutral--300);
  grid-template-columns: .4fr 1fr;
  align-items: start;
  padding-top: 64px;
  padding-bottom: 64px;
}

.grid-2-columns.changelog-item.first {
  border-bottom-width: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.grid-2-columns.product-page {
  grid-column-gap: 40px;
  grid-template-columns: 1fr 1fr;
}

.grid-2-columns.checkout-page {
  grid-template-columns: 1fr .5fr;
  align-items: start;
}

.grid-2-columns.suprises-pages-right {
  grid-column-gap: 100px;
  grid-template-columns: 1fr 1.25fr;
  margin-bottom: 124px;
}

.grid-2-columns.suprises-pages-right.last {
  margin-bottom: 0;
}

.grid-2-columns.suprises-pages-left {
  grid-column-gap: 100px;
  grid-template-columns: 1.25fr 1fr;
  margin-bottom: 124px;
}

.grid-2-columns.home-hero-grid {
  grid-column-gap: 0px;
  grid-template-columns: minmax(480px, .85fr) .55fr;
}

.grid-2-columns.security-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.grid-2-columns.slider-grid {
  grid-column-gap: 40px;
  grid-template-columns: .8fr 1fr;
}

.grid-2-columns.cta-v2 {
  grid-column-gap: 0px;
  grid-template-columns: 1.1fr 1fr;
}

.grid-2-columns.text-right-short {
  grid-column-gap: 40px;
  grid-template-columns: 1fr .6fr;
}

.grid-2-columns.text-right-short.alt-v1 {
  grid-template-columns: 1fr minmax(445px, .6fr);
}

.grid-2-columns.title-left {
  grid-template-columns: .6fr 1fr;
}

.grid-2-columns.author-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: .6fr 1fr;
}

.grid-2-columns.hero-images-grid {
  grid-column-gap: 14px;
  grid-template-columns: .7fr 1fr;
}

.grid-2-columns.sidebar-right-v1 {
  grid-template-rows: minmax(auto, 473px);
  grid-template-columns: 1fr .6fr;
}

.grid-2-columns.sidebar-left {
  grid-template-columns: .6fr 1fr;
}

.grid-2-columns.hero-images-grid-v2 {
  grid-column-gap: 16px;
  grid-template-columns: minmax(500px, 1.1fr) 1fr;
  position: relative;
}

.grid-2-columns.title-left-grid {
  grid-template-columns: minmax(435px, .55fr) 1fr;
}

.grid-2-columns.title-left-grid.top {
  margin-bottom: -16px;
}

.grid-2-columns.title-left-grid.center {
  margin-bottom: -60px;
}

.grid-2-columns.left-0-7fr {
  grid-template-columns: .7fr 1fr;
}

.grid-2-columns.sidebar-right {
  grid-template-columns: 1fr .6fr;
}

.grid-2-columns.coming-soon-grid {
  grid-template-columns: 1.2fr 1fr;
}

.grid-2-columns.team-strip {
  grid-template-columns: .5fr 1fr;
}

.grid-2-columns.title-and-buttons {
  grid-column-gap: 40px;
  grid-template-columns: 1fr auto;
}

.grid-2-columns.team-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: minmax(480px, 1fr) 1fr;
}

.grid-2-columns.sign-up-page-grid {
  grid-template-columns: minmax(600px, 1fr) .85fr;
}

.style---navigation-sidebar {
  z-index: 1;
  box-shadow: 1px 0 14px 0 var(--general--shadow-01);
  height: 100%;
  max-height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.style---main-wrapper {
  background-color: var(--neutral--800);
  max-width: 1151px;
}

.card {
  border: 1px solid var(--neutral--700);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 18px;
  overflow: hidden;
  transform: translate(0);
}

.card.sticky-top.top-24px {
  top: 24px;
}

.card.checkout-block {
  margin-bottom: 28px;
  padding: 32px 32px 48px;
}

.card.checkout-block.order-summary {
  padding-bottom: 40px;
}

.card.checkout-block.last {
  margin-bottom: 0;
}

.card.whats-included {
  flex-direction: column;
  display: flex;
}

.card.whats-included.presale-level-card {
  border-radius: 8px;
  margin-top: 20px;
}

.card.whats-included.presale-level-card.dashboard-main-current-presale-level-info-container {
  margin-bottom: 40px;
}

.card.whats-included.presale-level-card.dashboard-main-current-presale-level-info-container.dashboard-leaderboard-current-prices {
  margin-top: 0;
  margin-bottom: 20px;
}

.card.whats-included.presale-level-card.dashboard-main-current-presale-level-info-container.dashboard-leaderboard-current-prices.current-prizes-card {
  margin-right: 10px;
}

.card.whats-included.presale-level-card.dashboard-main-current-presale-level-info-container.dashboard-leaderboard-current-prices.last-winners-card {
  margin-left: 10px;
}

.card.whats-included.presale-level-card.dashboard-main-current-presale-level-info-container.dashboard-leaderboard-current-prices.available-for-withdraw {
  margin-left: 7.5px;
  margin-right: 7.5px;
}

.card.whats-included.presale-level-card.dashboard-main-current-presale-level-info-container.dashboard-leaderboard-current-prices.your-last-withdraw-requests.your-latest-activities {
  margin-top: 30px;
  margin-bottom: 0;
}

.card.whats-included.presale-level-card.dashboard-main-current-presale-level-info-container.dashboard-leaderboard-current-prices.your-last-withdraw-requests.your-latest-activities.gold---latest-payouts {
  margin-bottom: 100px;
}

.card.whats-included.presale-level-card.dashboard-main-current-presale-level-info-container.dashboard-leaderboard-current-prices.get-support {
  margin-top: 0;
}

.card.whats-included.presale-level-card.dashboard-main-current-presale-level-info-container.team-level-card {
  border-color: rgba(255, 255, 255, .04);
}

.card.whats-included.presale-level-card.dashboard-main-current-presale-level-info-container.team-level-card.team-level-card-no-commission {
  opacity: .5;
}

.card.whats-included.presale-level-card.dashboard-main-current-presale-level-info-container.team-level-card.not-active-card {
  opacity: .7;
}

.card.whats-included.presale-level-card.dashboard-main-current-presale-level-info-container.team-level-card.commission-breakdown-card {
  margin-bottom: 10px;
}

.card.whats-included.presale-level-card.dashboard-main-current-presale-level-info-container.team-level-card.commission-breakdown-card.your-referral-link-card {
  margin-bottom: 20px;
}

.card.whats-included.presale-level-card.dashboard-main-current-presale-level-info-container.team-level-card.commission-breakdown-card.your-referral-link-card.recent-people-card {
  margin-top: 35px;
}

.card.whats-included.presale-level-card.dashboard-main-current-presale-level-info-container.team-level-card.gold-main-card-left {
  margin-top: 0;
}

.card.whats-included.presale-level-card.dashboard-main-current-presale-level-info-container.team-level-card.display-none {
  display: none;
}

.card.whats-included.presale-level-card.dashboard-main-current-presale-level-info-container.team-level-card.your-stakes-overview---card {
  margin-bottom: 60px;
}

.card.whats-included.presale-level-card.dashboard-main-current-presale-level-info-container.team-level-card.treasury-card {
  border-style: none;
  margin-top: 0;
}

.card.whats-included.presale-level-card.dashboard-main-current-presale-level-info-container.main-countdown---dashboard {
  margin-top: 0;
  margin-bottom: 20px;
}

.card.whats-included.presale-level-card.dashboard-main-current-presale-level-info-container.display-none {
  display: none;
}

.card.whats-included.presale-level-card.dashboard-main-current-presale-level-info-container.signup {
  margin-top: 0;
  margin-bottom: 20px;
}

.card.whats-included.presale-level-card.current-price-card-container {
  border-right-style: none;
  border-top-left-radius: 18px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-left: 35px;
}

.card.whats-included.presale-level-card.current-price-card-container.level-price-card-leaderboard {
  border-style: none;
  align-items: flex-end;
  margin-top: 0;
  margin-left: 0;
}

.card.whats-included.presale-level-card.current-price-card-container.level-price-card-leaderboard.your-position-container {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 0;
  margin-left: 0;
}

.card.whats-included.presale-level-card.current-price-card-container.current-price-card-container-new {
  border-radius: 8px 0 0 8px;
  width: 100%;
  max-width: 100%;
  margin-top: -10px;
  margin-left: 0;
}

.card.whats-included.presale-level-card.card-below-swapper {
  margin-right: 35px;
}

.card.whats-included.presale-level-card.card-below-swapper.new-background {
  background-image: radial-gradient(circle at 0 100%, rgba(176, 241, 39, .11), rgba(176, 241, 39, .05) 49%, rgba(176, 241, 39, .02));
}

.card.whats-included.presale-level-card.card-below-swapper.new-background.flys-balance---card {
  background-image: radial-gradient(circle at 0 100%, rgba(176, 241, 39, .11), rgba(176, 241, 39, .05) 49%, rgba(176, 241, 39, .02));
  margin-right: 0;
}

.card.whats-included.presale-level-card.card-below-swapper.new-background.flys-balance---card.treasury---card {
  margin-top: 0;
}

.card.whats-included.presale-level-card.card-below-swapper.new-background.reset-password {
  margin-top: 0;
  margin-right: 0;
}

.card.whats-included.dashboard-main-swap-card {
  border-radius: 8px;
  margin-top: 20px;
  margin-right: 35px;
}

.card.whats-included.dashboard-main-swap-card.withdraw-swap-card {
  margin-right: 0;
}

.card.whats-included.dashboard-main-swap-card.staking-main-card {
  border-color: rgba(255, 255, 255, .04);
  border-radius: 12px;
  margin-right: 0;
}

.card.whats-included.dashboard-main-swap-card.staking-main-card.gold-main-card {
  margin-top: 0;
}

.card.figma-file {
  justify-content: center;
  align-items: stretch;
  margin-top: 32px;
  display: flex;
}

.card.sales-home-page {
  text-align: center;
  flex-direction: column;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
}

.card.sales-home-page:hover {
  transform: translate(0, -4px);
}

.card.buy-now {
  background-color: #4253ff;
  border-radius: 40px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.card.buy-now:hover {
  transform: translate(0, -4px);
}

.card.buy-now.white {
  border-color: var(--neutral--600);
  background-color: var(--neutral--700);
  box-shadow: 0 2px 12px rgba(0, 0, 0, .08);
}

.card.security-card {
  box-shadow: 0 8px 66px rgba(0, 0, 0, .3);
}

.card.security-card.no-shadow {
  box-shadow: none;
}

.card._24px {
  border-radius: 24px;
  align-self: flex-start;
}

.card._24px.team-member-card {
  position: relative;
  overflow: hidden;
}

.card._24px.integration-information-card {
  background-color: var(--secondary--color-3);
  box-shadow: 0 8px 60px 0 var(--general--shadow-03);
  width: 100%;
  max-width: 450px;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.card._24px.product-card {
  flex-direction: column;
  height: 100%;
  display: flex;
  box-shadow: 0 4px 10px rgba(21, 19, 91, .03);
}

.card._24px.product-card.popular {
  margin-bottom: 55px;
}

.card._24px.accordion-card-wrapper {
  padding-top: 48px;
  padding-bottom: 56px;
}

.card._24px.accordion-card-wrapper.accordion-card-wrapper-small {
  margin-top: 30px;
  padding-top: 0;
  padding-bottom: 0;
}

.card._24px.add-to-cart-card {
  background-color: var(--secondary--color-3);
  width: 100%;
  max-width: 516px;
  padding: 72px 34px;
  box-shadow: 0 8px 60px rgba(0, 0, 0, .2);
}

.card._24px.sign-in-card {
  z-index: 1;
  background-color: var(--secondary--color-3);
  padding-top: 42px;
  padding-bottom: 42px;
  position: relative;
}

.card._24px.sign-in-card.signup-card {
  border-radius: 12px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.card._24px.demo-card {
  background-color: var(--secondary--color-3);
  padding: 138px 95px;
}

.card.features-card-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card.integration-card {
  border-color: var(--neutral--700);
  background-color: var(--neutral--800);
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 63px 32px;
  text-decoration: none;
  display: flex;
}

.card.integration-card.border-neutral-600 {
  border-color: var(--neutral--600);
}

.card.testimonial-card {
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  padding: 45px 35px;
  display: flex;
}

.card.search-result {
  color: var(--neutral--400);
  min-height: 100%;
}

.card.search-result:hover {
  color: var(--neutral--400);
}

.style---color-block {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  min-height: 180px;
  position: relative;
}

.style---color-block-content {
  border-top: 1px solid var(--secondary--color-4);
  padding: 24px 24px 32px;
}

.style---color-block-name {
  color: var(--primary-1);
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.style---color-block-hex {
  line-height: 20px;
}

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

.bg-accent-1 {
  background-color: var(--accent--primary-1);
}

.bg-secondary-1 {
  background-color: var(--secondary--color-1);
}

.bg-secondary-2 {
  background-color: var(--secondary--color-2);
}

.bg-secondary-3 {
  background-color: var(--secondary--color-3);
}

.bg-secondary-4 {
  background-color: var(--secondary--color-4);
}

.bg-neutral-800 {
  background-color: var(--neutral--800);
}

.bg-neutral-700 {
  background-color: var(--neutral--700);
}

.bg-neutral-600 {
  background-color: var(--neutral--600);
}

.bg-neutral-500 {
  background-color: var(--neutral--500);
}

.bg-neutral-400 {
  background-color: var(--neutral--400);
}

.bg-neutral-300 {
  background-color: var(--neutral--300);
}

.bg-neutral-200 {
  background-color: var(--neutral--200);
}

.bg-neutral-100 {
  background-color: var(--primary-1);
}

.style---color-block-text-example {
  background-color: var(--primary-1);
  border-radius: 40px;
  padding: 10px 14px;
  font-size: 14px;
  line-height: 16px;
  position: absolute;
  top: 16px;
  bottom: auto;
  left: auto;
  right: 16px;
}

.style---color-block-text-example.badge-dark {
  background-color: var(--neutral--800);
}

.color-accent-1 {
  color: var(--accent--primary-1);
}

.color-secondary-1 {
  color: var(--secondary--color-1);
}

.color-secondary-2 {
  color: var(--secondary--color-2);
}

.color-secondary-3 {
  color: var(--secondary--color-3);
}

.color-secondary-4 {
  color: var(--secondary--color-4);
}

.color-neutral-800 {
  color: var(--neutral--800);
}

.color-neutral-700 {
  color: var(--neutral--700);
}

.color-neutral-600 {
  color: var(--neutral--600);
}

.color-neutral-500 {
  color: var(--neutral--500);
}

.color-neutral-300 {
  color: var(--neutral--300);
}

.color-neutral-200 {
  color: var(--neutral--200);
}

.color-neutral-100 {
  color: var(--primary-1);
}

.bg-green-400 {
  background-color: var(--system--green-400);
}

.color-green-400 {
  color: #11845b;
}

.bg-blue-400 {
  background-color: var(--system--blue-400);
}

.color-blue-400 {
  color: var(--system--blue-400);
}

.bg-blue-300 {
  background-color: var(--system--blue-300);
}

.color-blue-300 {
  color: var(--system--blue-300);
}

.bg-blue-200 {
  background-color: var(--system--blue-200);
}

.bg-blue-100 {
  background-color: var(--system--blue-100);
}

.color-blue-100 {
  color: var(--system--blue-100);
}

.color-neutral-400 {
  color: var(--neutral--400);
}

.bg-green-300 {
  background-color: var(--system--green-300);
}

.color-green-300 {
  color: var(--system--green-300);
}

.bg-green-200 {
  background-color: var(--system--green-200);
}

.color-green-200 {
  color: var(--system--green-200);
}

.color-green-100 {
  color: var(--system--green-100);
}

.bg-green-100 {
  background-color: var(--system--green-100);
}

.bg-red-400 {
  background-color: var(--system--red-400);
}

.color-red-400 {
  color: var(--system--red-400);
}

.bg-red-300 {
  background-color: var(--system--300);
}

.color-red-300 {
  color: var(--system--300);
}

.bg-red-200 {
  background-color: var(--system--red-200);
}

.color-red-200 {
  color: var(--system--red-200);
}

.bg-red-100 {
  background-color: var(--system--red-100);
}

.color-red-100 {
  color: var(--system--red-100);
}

.bg-orange-400 {
  background-color: var(--system--orange-400);
}

.color-orange-400 {
  color: var(--system--orange-400);
}

.bg-orange-300 {
  background-color: var(--system--orange-300);
}

.color-orange-300 {
  color: var(--system--orange-300);
}

.bg-orange-200 {
  background-color: var(--system--orange-200);
}

.color-orange-200 {
  color: var(--system--orange-200);
}

.bg-orange-100 {
  background-color: var(--system--orange-100);
}

.color-orange-100 {
  color: var(--system--orange-100);
}

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

.style---block-sub-heading.border {
  border-bottom: 1px solid var(--neutral--700);
  margin-bottom: 64px;
  padding-bottom: 40px;
}

.divider {
  background-color: var(--neutral--700);
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.divider._64px {
  margin-top: 64px;
  margin-bottom: 64px;
}

.divider._64px.template-pages-start-here {
  margin-bottom: 40px;
}

.divider._40px {
  margin-top: 40px;
  margin-bottom: 40px;
}

.divider._0px {
  margin-top: 0;
  margin-bottom: 0;
}

.divider.integrations-divider {
  background-color: rgba(255, 255, 255, .2);
  align-self: stretch;
  margin-top: 24px;
  margin-bottom: 24px;
}

.divider._48px {
  margin-top: 48px;
  margin-bottom: 48px;
}

.divider._48px._32px {
  margin-top: 40px;
  margin-bottom: 40px;
}

.style---typography-block-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 320px) 1fr;
}

.style---content-block {
  margin-bottom: 100px;
}

.mg-bottom-8px {
  margin-bottom: 8px;
}

.mg-bottom-16px, .mg-bottom-16px.keep {
  margin-bottom: 16px;
}

.mg-bottom-24px, .mg-bottom-24px.keep {
  margin-bottom: 24px;
}

.mg-bottom-32px {
  margin-bottom: 32px;
}

.mg-bottom-40px {
  margin-bottom: 40px;
}

.mg-bottom-40px.top-announcement-bar-text {
  display: inline;
}

.mg-bottom-40px.top-announcement-bar-text.top-announcement-bar-learn-more-text {
  color: var(--accent--primary-1);
  margin-left: 20px;
  font-weight: 600;
}

.mg-bottom-48px {
  margin-bottom: 48px;
}

.mg-bottom-56px {
  margin-bottom: 56px;
}

.mg-bottom-64px {
  margin-bottom: 64px;
}

.mg-bottom-72px {
  margin-bottom: 72px;
}

.mg-top-16px {
  margin-top: 16px;
}

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

.mg-top-48px {
  margin-top: 48px;
}

.mg-right-8px {
  margin-right: 8px;
}

.mg-right-24px {
  margin-right: 24px;
}

.text-200 {
  font-size: 18px;
  line-height: 1.111em;
}

.text-200.list {
  line-height: 24px;
}

.text-200.medium {
  font-weight: 500;
}

.text-200.medium.color-neutral-100.forgot-password {
  color: var(--neutral--400);
  margin-top: 10px;
  font-size: 16px;
}

.text-200.bold {
  font-weight: 700;
}

.display-1 {
  color: var(--primary-1);
  font-size: 60px;
  font-weight: 600;
  line-height: 1.3em;
}

.display-1.color-accent-1 {
  color: var(--accent--primary-1);
}

.display-1.dot {
  line-height: .4;
}

.display-1.flyback-home-hero-headline {
  margin-top: 30px;
}

.display-1.coming-soon-headline {
  font-size: 62px;
}

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

.grid-1-column.gap-row-16px {
  grid-row-gap: 10px;
}

.grid-1-column.gap-row-0 {
  grid-row-gap: 0px;
}

.grid-1-column.hero-grid {
  grid-row-gap: 56px;
}

.gap-16px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.gap-24px {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.gap-32px {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.gap-40px {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.gap-column-24px {
  grid-column-gap: 24px;
}

.gap-row-16px {
  grid-row-gap: 16px;
}

.gap-row-24px {
  grid-row-gap: 24px;
}

.gap-row-48px {
  grid-row-gap: 48px;
}

.gap-row-80px {
  grid-row-gap: 80px;
}

.display-2 {
  color: var(--primary-1);
  font-size: 54px;
  font-weight: 600;
  line-height: 1.3em;
}

.display-2.mg-bottom-24px.keep.sign-up-for-backoffice-headline {
  font-size: 40px;
}

.display-2.mg-bottom-24px.keep.sign-up-for-backoffice-headline.signup-headline {
  font-size: 32px;
}

.display-2.color-accent-1 {
  color: var(--accent--primary-1);
}

.display-2.mg-bottom-0.mg-right-10px {
  margin-right: 10px;
}

.display-2.color-neutral-800 {
  color: var(--neutral--800);
}

.display-2.text-center.mg-bottom-24px.keep.sign-in-headline {
  font-size: 46px;
}

.display-2.headline-section-2 {
  font-size: 51px;
}

.display-2.dashboard-main-headline {
  margin-bottom: 7px;
  font-size: 36px;
}

.display-2.dashboard-main-headline._2nd-level-headline---top-space {
  margin-top: 40px;
}

.display-2.dashboard-main-headline.headline-2fa {
  margin-bottom: 32px;
}

.display-2.dashboard-main-headline.card-transactions {
  font-size: 32px;
}

.display-2.faq-headline {
  font-size: 44px;
}

.display-3 {
  color: var(--primary-1);
  font-size: 34px;
  font-weight: 600;
  line-height: 1.294em;
}

.display-3.mg-bottom-4px.team-member-name {
  transition: color .3s;
}

.display-3.mg-bottom-4px.team-member-name:hover {
  color: var(--accent--primary-1);
}

.display-4 {
  color: var(--primary-1);
  font-size: 28px;
  font-weight: 600;
  line-height: 1.429em;
}

.display-4.mg-bottom-8px.dashboard-main-div-headline {
  font-size: 20px;
  font-weight: 400;
}

.display-4.mg-bottom-8px.dashboard-main-div-headline.welcome-text {
  color: var(--accent--primary-1);
  margin-bottom: 40px;
  font-size: 18px;
}

.display-4.mg-bottom-8px.dashboard-main-div-headline.leaderboard-information-title {
  margin-bottom: 5px;
  font-size: 22px;
}

.display-4.mg-bottom-8px.dashboard-main-div-headline.leaderboard-information-title.number-leaderboard-green-big {
  color: var(--accent--primary-1);
  margin-top: 5px;
}

.display-4.mg-bottom-8px.dashboard-main-div-headline.leaderboard-information-title.number-leaderboard-green-big.number-withdraw-earnings {
  color: var(--primary-1);
  font-size: 20px;
  font-weight: 600;
}

.display-4.mg-bottom-8px.dashboard-main-div-headline.dashboard-main-buy-flys-headline.team-level-headline.requirements-to-participate-in-this-pool {
  margin-top: -30px;
  font-size: 16px;
}

.display-4.mg-bottom-8px.dashboard-main-div-headline.dashboard-main-buy-flys-headline.team-level-headline.requirements-to-participate-in-this-pool.requirement-headline {
  margin-top: 0;
}

.display-4.mg-bottom-8px.dashboard-main-div-headline.dashboard-main-buy-flys-headline.team-level-headline.requirements-to-participate-in-this-pool.requirement-headline.detailed-pool-stats-headline {
  color: var(--accent--primary-1);
  margin-bottom: 20px;
  font-weight: 600;
}

.display-4.mg-bottom-8px.dashboard-main-div-headline.dashboard-main-buy-flys-headline.team-level-headline.requirements-to-participate-in-this-pool.requirement-headline.detailed-requirement-headline {
  font-size: 14px;
}

.display-4.mg-bottom-8px.dashboard-main-div-headline.dashboard-main-buy-flys-headline.team-level-headline.requirements-to-participate-in-this-pool.requirement-headline.detailed-requirement-headline.current-team-member {
  opacity: .85;
  margin-top: 5px;
}

.display-4.mg-bottom-8px.dashboard-main-div-headline.dashboard-main-buy-flys-headline.team-level-headline.requirements-to-participate-in-this-pool.treasury-info {
  text-align: justify;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  font-size: 15px;
  line-height: 1.7em;
}

.display-4.mg-bottom-8px.dashboard-main-div-headline.dashboard-main-buy-flys-headline.team-level-headline.stake-headline {
  margin-top: 10px;
}

.display-4.mg-bottom-8px.dashboard-main-div-headline.dashboard-main-buy-flys-headline.team-level-headline.earnings-headline {
  margin-bottom: 20px;
}

.display-4.mg-bottom-8px.dashboard-main-div-headline.dashboard-main-buy-flys-headline.team-level-headline.stake---single-stake-headline {
  font-weight: 600;
}

.display-4.mg-bottom-8px.dashboard-main-div-headline.dashboard-main-buy-flys-headline.explanation-video-headline {
  margin-top: 40px;
}

.display-4.mg-bottom-8px.dashboard-main-div-headline.dashboard-main-buy-flys-headline.explanation-video-headline.treasury-explanation-headline {
  margin-top: 0;
}

.display-4.mg-bottom-8px.dashboard-main-div-headline.dashboard-main-buy-flys-headline.explanation-video-headline.treasury-info-headline {
  margin-top: 0;
  padding-left: 10px;
}

.display-4.mg-bottom-8px.dashboard-main-div-headline.dashboard-main-buy-flys-headline.explanation-video-headline.faq-headline---without-top-margin {
  margin-top: 0;
}

.display-4.mg-bottom-8px.dashboard-main-div-headline.dashboard-main-buy-flys-headline.explanation-video-headline.faq-headline---without-top-margin.balance {
  font-size: 30px;
  font-weight: 700;
}

.display-4.mg-bottom-8px.dashboard-main-div-headline.dashboard-main-buy-flys-headline.frequently-asked-questions, .display-4.mg-bottom-8px.dashboard-main-div-headline.dashboard-main-buy-flys-headline.commission-breakdown-headline {
  margin-top: 40px;
}

.display-4.mg-bottom-8px.dashboard-main-div-headline.dashboard-main-buy-flys-headline.team-link-headline {
  margin-top: 60px;
}

.display-4.mg-bottom-8px.dashboard-main-div-headline.dashboard-main-buy-flys-headline.streamline-headline {
  margin-top: 40px;
}

.display-4.mg-bottom-8px.dashboard-main-div-headline.dashboard-main-buy-flys-headline.your-stakes---overview {
  margin-bottom: 0;
  font-size: 16px;
}

.display-4.mg-bottom-8px.dashboard-main-div-headline.dashboard-main-buy-flys-headline.your-stakes---overview.pool-bonus---display {
  font-size: 20px;
}

.display-4.mg-bottom-8px.dashboard-main-div-headline.dashboard-main-buy-flys-headline.your-stakes---overview-headline {
  margin-bottom: 20px;
}

.display-4.mg-bottom-8px.dashboard-main-div-headline.dashboard-main-buy-flys-headline.your-stakes---overview-headline.complete-kyc---headline {
  text-align: left;
}

.display-4.mg-bottom-8px.dashboard-main-div-headline.dashboard-main-buy-flys-headline.menu---cards-mockup {
  margin-bottom: 16px;
  font-weight: 600;
}

.display-4.mg-bottom-8px.dashboard-main-div-headline.dashboard-main-buy-flys-headline.kyc---headline {
  text-align: left;
  font-size: 18px;
}

.display-4.mg-bottom-8px.dashboard-main-div-headline.dashboard-main-buy-flys-headline.flyback-links {
  margin-top: 40px;
}

.display-4.mg-bottom-8px.dashboard-main-div-headline.dashbaord-main-latest-flyback-videos-headline {
  margin-top: 60px;
}

.display-4.mg-bottom-8px.dashboard-main-div-headline.dashboard-main-all-presale-levels-headline {
  margin-top: 0;
  margin-bottom: 20px;
}

.display-4.mg-bottom-8px.dashboard-main-div-headline.dashboard-main-all-presale-levels-headline.all-presale-levels-headline-new {
  margin-top: 40px;
}

.display-4.mg-bottom-8px.dashboard-main-div-headline.dashboard-main-all-presale-levels-headline.countdown-to-next-stage-headline.get-ready-for---text {
  text-align: center;
  margin-bottom: 5px;
  font-size: 18px;
}

.display-4.mg-bottom-8px.dashboard-main-div-headline.dashboard-main-all-presale-levels-headline.countdown-to-next-stage-headline.account-status---headline {
  margin-bottom: 0;
  font-size: 16px;
}

.display-4.mg-bottom-8px.dashboard-main-div-headline.dashboard-main-all-presale-levels-headline.countdown-to-next-stage-headline.account-status---headline.referral-link---headline {
  margin-bottom: 10px;
}

.display-4.mg-bottom-8px.dashboard-main-div-headline.smaller-text {
  font-size: 18px;
}

.display-4.mg-bottom-8px.dashboard-main-div-headline.smaller-text.instruction {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
}

.display-4.mg-bottom-8px.dashboard-main-div-headline.inactive-cards {
  margin-top: 40px;
}

.display-4.mg-bottom-8px.dashboard-main-div-headline.small {
  color: var(--neutral--300);
  font-size: 17px;
}

.display-4.color-neutral-800 {
  color: var(--neutral--800);
}

.style---style-grid-wrapper {
  grid-row-gap: 180px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.paragraph-large {
  font-size: 24px;
  line-height: 1.583em;
}

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

.text-400 {
  font-size: 24px;
  line-height: 1.083em;
}

.text-400.medium {
  font-weight: 500;
}

.text-400.bold {
  font-weight: 700;
}

.text-300 {
  font-size: 20px;
  line-height: 1.1em;
}

.text-300.medium {
  font-weight: 500;
}

.text-300.medium.top--8px {
  position: relative;
  top: -8px;
}

.text-300.medium.dropdown-title {
  color: var(--primary-1);
  margin-bottom: 40px;
}

.text-300.medium.dropdown-title.user-name {
  margin-bottom: 5px;
  font-size: 17px;
}

.text-300.medium.dropdown-title.user-name.notification-center-headline {
  font-size: 20px;
}

.text-300.bold {
  font-weight: 700;
}

.text-300.price-subheading {
  color: var(--neutral--500);
  font-weight: 500;
  position: relative;
  top: -6px;
}

.text-300.price-subheading.popular {
  color: var(--accent--primary-1);
}

.text-100 {
  font-size: 16px;
  line-height: 1.125em;
}

.text-100.medium {
  font-weight: 500;
}

.text-100.bold, .text-bold {
  font-weight: 700;
}

.text-link {
  color: var(--accent--primary-1);
  text-decoration: underline;
  transition: color .3s;
}

.text-link:hover, .text-link.white {
  color: var(--primary-1);
}

.text-link.white:hover {
  color: var(--accent--primary-1);
}

.text-uppercase {
  letter-spacing: .1em;
  text-transform: uppercase;
}

.text-strikethrough {
  text-decoration: line-through;
}

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

.grid-3-columns.gap-row-80px {
  grid-row-gap: 80px;
}

.grid-3-columns.style---buttons-grid {
  grid-column-gap: 70px;
  grid-template-columns: auto auto 1fr;
}

.grid-3-columns.style---buttons-grid.download-app-grid {
  grid-template-columns: auto auto;
}

.grid-3-columns._1-col-tablet.gap-32px {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.grid-3-columns.gap-16px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.grid-3-columns.testimonial-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  align-content: start;
  align-items: start;
  overflow: hidden;
}

.grid-3-columns.dropdown-grid {
  grid-row-gap: 68px;
  grid-template-columns: auto auto auto;
}

.style---shadow-card {
  background-color: var(--secondary--color-3);
  text-align: center;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 220px;
  padding: 32px 44px;
  display: flex;
}

.style---shadow-card.button-shadow-color-01 {
  box-shadow: 0 4px 10px 0 var(--button-shadow--color-01);
}

.shadow-01 {
  box-shadow: 0 2px 6px 0 var(--general--shadow-01);
}

.shadow-02 {
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
}

.shadow-03 {
  box-shadow: 0 8px 60px rgba(0, 0, 0, .2);
}

.shadow-04 {
  box-shadow: 0 14px 42px 0 var(--general--shadow-04);
}

.shadow-05 {
  box-shadow: 0 24px 65px 0 var(--general--shadow-05);
}

.shadow-06 {
  box-shadow: 0 32px 72px 0 var(--general--shadow-06);
}

.button-shadow-color-01 {
  box-shadow: 0 4px 10px 0 var(--button-shadow--color-01);
}

.button-shadow-color-02 {
  box-shadow: 0 6px 20px 0 var(--button-shadow--color-2);
}

.button-shadow-color-03 {
  box-shadow: 0 10px 28px 0 var(--button-shadow--color-03);
}

.button-shadow-white-01 {
  box-shadow: 0 4px 10px 0 var(--button-shadow--white-01);
}

.button-shadow-white-02 {
  box-shadow: 0 6px 20px 0 var(--button-shadow--white-02);
}

.button-shadow-white-03 {
  box-shadow: 0 10px 28px 0 var(--button-shadow--white-03);
}

.style---heading {
  background-color: var(--secondary--color-3);
  box-shadow: 0 2px 6px 0 var(--general--shadow-02);
  align-items: center;
  min-height: 70vh;
  margin-bottom: 30px;
  padding: 72px 4vw;
  display: flex;
}

.inner-container._740px {
  max-width: 740px;
}

.inner-container._600px {
  max-width: 600px;
}

.inner-container.center {
  margin-left: auto;
  margin-right: auto;
}

.inner-container._574px {
  max-width: 574px;
}

.inner-container._574px.center.headline-features-container {
  max-width: 890px;
}

.inner-container._400px {
  max-width: 400px;
}

.inner-container._460px {
  max-width: 460px;
}

.inner-container._900px {
  max-width: 900px;
}

.inner-container._990px {
  max-width: 990px;
}

.inner-container._800px {
  max-width: 800px;
}

.inner-container._800px.center.platzhalter-container {
  margin-top: 100px;
}

.inner-container._700px {
  max-width: 700px;
}

.inner-container._640px {
  max-width: 640px;
}

.inner-container._680px {
  max-width: 680px;
}

.inner-container._385px {
  max-width: 385px;
}

.inner-container._515px {
  max-width: 515px;
}

.inner-container._475px {
  max-width: 475px;
}

.inner-container._670px {
  max-width: 670px;
}

.inner-container._545px {
  max-width: 545px;
}

.inner-container._470px {
  max-width: 470px;
}

.inner-container._540px {
  max-width: 540px;
}

.inner-container._530px {
  max-width: 530px;
}

.inner-container._660px {
  max-width: 660px;
}

.inner-container._660px.container---signup {
  width: 100%;
  max-width: 670px;
}

.inner-container._780px {
  max-width: 780px;
}

.inner-container._445px {
  max-width: 445px;
}

.inner-container._585px {
  max-width: 585px;
}

.inner-container._880px {
  max-width: 880px;
}

.inner-container._455px {
  max-width: 455px;
}

.inner-container._625px {
  max-width: 625px;
}

.inner-container._650px {
  max-width: 650px;
}

.inner-container._430px {
  max-width: 430px;
}

.inner-container._560px {
  max-width: 560px;
}

.inner-container._820px {
  max-width: 820px;
}

.inner-container._485px {
  max-width: 485px;
}

.inner-container._450px {
  max-width: 450px;
}

.inner-container._388px {
  max-width: 388px;
}

.inner-container._550px---mbl.container---checkbox {
  margin-top: 10px;
}

.inner-container._626px {
  max-width: 626px;
}

.inner-container._500px---tablet.grow {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.inner-container._457px {
  max-width: 457px;
}

.inner-container._1030px {
  max-width: 1030px;
}

.inner-container._685px {
  max-width: 685px;
}

.style---content-heading {
  background-color: var(--secondary--color-3);
  box-shadow: 0 2px 6px 0 var(--general--shadow-02);
  border-radius: 24px;
  align-items: center;
  margin-bottom: 60px;
  padding: 48px;
  display: flex;
}

.style---heading-icon-wrapper {
  background-color: var(--neutral--800);
  border-radius: 24px;
  margin-right: 18px;
}

.mg-bottom-0 {
  margin-bottom: 0;
}

.mg-bottom-0.footer-text {
  font-size: 16px;
}

.mg-bottom-0.accordion-text.your-team-subheadline {
  font-size: 15px;
}

.mg-bottom-0.accordion-text.your-team-subheadline.subline {
  margin-bottom: 20px;
}

.mg-bottom-0.accordion-text.accordion-text-small {
  font-size: 15px;
  line-height: 1.6em;
}

.mg-bottom-0.accordion-text.accordion-text-small.approx-text {
  font-size: 13px;
}

.mg-bottom-0.accordion-text.accordion-text-small.bottom-text {
  margin-top: 20px;
}

.mg-bottom-0.accordion-text.accordion-text-small.card-type {
  margin-bottom: -2px;
}

.style---content-wrapper {
  padding-top: 40px;
  padding-left: 4vw;
  padding-right: 4vw;
}

.border-radius-16px {
  border-radius: 16px;
}

.style---card-wrapper {
  border: 1px solid var(--secondary--color-4);
  background-color: var(--secondary--color-3);
  box-shadow: 0 2px 7px 0 var(--general--shadow-01);
  border-radius: 18px;
}

.style---components-wrapper {
  background-color: var(--secondary--color-3);
  border-radius: 24px;
  overflow: hidden;
}

.style---bg-white {
  background-color: var(--secondary--color-3);
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  padding: 48px;
}

.style---bg-white.bottom {
  border-radius: 0 0 24px 24px;
}

.style---bg-white.bottom.bg-accent-1 {
  background-color: var(--accent--primary-1);
}

.style-buttons-dark {
  border: 1px solid var(--secondary--color-3);
  background-color: var(--neutral--800);
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  padding: 48px;
}

.style-buttons-dark.top {
  border-radius: 24px 24px 0 0;
}

.btn-primary {
  border: 1px solid var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  color: var(--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 20px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.111em;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, transform .3s, color .3s;
}

.btn-primary:hover {
  border-color: var(--secondary--color-1);
  background-color: var(--secondary--color-1);
  color: var(--neutral--800);
  transform: translate3d(0, -3px, .01px);
}

.btn-primary.small {
  padding: 16px 24px;
  font-size: 16px;
  line-height: 1.125em;
}

.btn-primary.small.header-btn-hidde-on-mb {
  white-space: nowrap;
}

.btn-primary.small.discount {
  justify-content: center;
  height: auto;
  margin-left: 0;
}

.btn-primary.large {
  padding: 28px 56px;
  font-size: 20px;
  line-height: 1.1em;
}

.btn-primary.color-neutral-800 {
  border-color: var(--neutral--800);
  background-color: var(--neutral--800);
  color: var(--accent--primary-1);
}

.btn-primary.inside-input {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.btn-primary.inside-input.default {
  padding: 16px 24px;
  top: 8px;
  bottom: 8px;
  right: 8px;
}

.btn-primary.button-row {
  margin-right: 24px;
}

.btn-primary.button-row.dashboard-main-swap-button {
  border-radius: 5px;
  width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
}

.btn-primary.button-row.dashboard-main-swap-button.send-request-button {
  margin-top: 20px;
}

.btn-primary.button-row.dashboard-main-swap-button.send-request-button.claim-gold-form {
  background-color: #f2c666;
  border-color: #f2c666;
}

.btn-primary.button-row.dashboard-main-swap-button.download-material {
  margin-top: 20px;
  font-size: 16px;
}

.btn-primary.button-row.dashboard-main-swap-button.main-swap-button-new {
  background-image: linear-gradient(59deg, var(--accent--primary-1), var(--secondary-1-gradient));
  border-radius: 8px;
  margin-top: 10px;
}

.btn-primary.button-row.dashboard-main-swap-button.main-swap-button-new.team-buy-all-levels-button {
  margin-top: 0;
  margin-bottom: 40px;
}

.btn-primary.button-row.dashboard-main-swap-button.main-swap-button-new.copy-referral-link-button {
  margin-top: 5px;
}

.btn-primary.button-row.dashboard-main-swap-button.main-swap-button-new.download-pdf-button {
  margin-bottom: 20px;
}

.btn-primary.button-row.dashboard-main-swap-button.main-swap-button-new.treasury-wallet {
  margin-top: -24px;
  margin-bottom: 0;
  font-size: 16px;
}

.btn-primary.button-row.dashboard-main-swap-button.main-swap-button-new.treasury-wallet.gold-button {
  margin-top: 20px;
}

.btn-primary.button-row.dashboard-main-swap-button.main-swap-button-new.treasury-wallet.request-gold {
  margin-bottom: 20px;
}

.btn-primary.button-row.dashboard-main-swap-button.main-swap-button-new.treasury-wallet.request-gold.gold-button {
  background-image: linear-gradient(59deg, #b0f127, var(--secondary-1-gradient));
}

.btn-primary.button-row.dashboard-main-swap-button.main-swap-button-new.dc {
  margin-top: 20px;
}

.btn-primary.width-100 {
  background-image: linear-gradient(27deg, var(--accent--primary-1), var(--secondary-1-gradient));
  border-radius: 8px;
}

.btn-primary.width-100.add-to-cart {
  justify-content: center;
}

.btn-primary.width-100.mg-bottom-24px.keep {
  border-radius: 8px;
}

.btn-primary.width-100.mg-bottom-24px.keep.create-account {
  margin-top: 0;
}

.btn-primary.width-100.mg-bottom-24px.keep.create-account.login {
  margin-top: 20px;
  margin-bottom: 0;
}

.btn-primary.width-100.mg-bottom-24px.keep.create-account-copy {
  margin-top: 0;
}

.btn-primary.width-100.mg-bottom-24px.keep.create-account-copy.login {
  margin-top: 20px;
  margin-bottom: 0;
}

.btn-primary.download-app {
  border-color: var(--neutral--800);
  background-color: var(--neutral--800);
  color: var(--accent--primary-1);
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn-primary.download-app:hover {
  background-color: var(--secondary--color-4);
}

.btn-primary.download-app.white {
  background-color: var(--accent--primary-1);
  color: var(--neutral--800);
}

.btn-primary.download-app.white:hover {
  border-color: var(--secondary--color-2);
  background-color: var(--secondary--color-2);
}

.btn-primary.download-app.button-row._16px {
  margin-right: 16px;
}

.btn-primary.download-app.button-row._16px.flyback-token-price-button {
  background-color: var(--secondary--color-4);
  padding: 6px 10px 10px 24px;
}

.btn-primary.cta-button {
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn-primary.wide {
  padding-left: 86px;
  padding-right: 86px;
}

.btn-primary.webflow-button {
  border-color: var(--primary-1);
  background-color: var(--primary-1);
  color: #4253ff;
}

.btn-primary.webflow-button:hover {
  transform: none;
}

.btn-primary.webflow-button.white {
  color: var(--primary-1);
  background-color: #553ffe;
  border-color: #553ffe;
}

.btn-primary.pagination-btn {
  margin-top: 64px;
}

.btn-secondary {
  border: 1px solid var(--primary-1);
  box-shadow: 0 4px 10px 0 var(--button-shadow--white-01);
  color: var(--primary-1);
  text-align: center;
  transform-style: preserve-3d;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 48px;
  padding: 20px 38px;
  font-size: 18px;
  line-height: 1.111em;
  text-decoration: none;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
}

.btn-secondary:hover {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  color: var(--neutral--800);
  transform: translate3d(0, -3px, .01px);
}

.btn-secondary.small {
  padding: 16px 24px;
  font-size: 16px;
  line-height: 1.125em;
}

.btn-secondary.large {
  padding: 28px 56px;
  font-size: 20px;
  line-height: 1.1em;
}

.btn-secondary.white {
  border-color: var(--neutral--700);
  color: var(--primary-1);
  background-color: rgba(0, 0, 0, 0);
}

.btn-secondary.white:hover {
  border-color: var(--primary-1);
  background-color: var(--primary-1);
  color: var(--neutral--800);
}

.btn-secondary.width-100 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn-secondary.width-100.add-to-cart {
  white-space: nowrap;
  margin-top: 0;
}

.btn-secondary.cta-button {
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.btn-secondary.sign-in-button {
  border-color: var(--neutral--700);
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn-secondary.pagination-btn {
  margin-top: 64px;
}

.btn-secondary.dashboard-main-deposit-button {
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .2);
  border-radius: 5px;
  width: 100%;
  margin-top: 20px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-weight: 600;
}

.btn-secondary.dashboard-main-deposit-button:hover {
  color: var(--primary-1);
  background-color: rgba(255, 255, 255, .16);
  border-color: rgba(255, 255, 255, .4);
}

.btn-secondary.dashboard-main-deposit-button.presale-levels-button {
  text-align: center;
  background-color: rgba(255, 255, 255, .05);
  width: 100%;
  margin-top: 0;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
}

.btn-secondary.dashboard-main-deposit-button.presale-levels-button:hover {
  background-color: rgba(255, 255, 255, .05);
  border-color: rgba(255, 255, 255, .4);
}

.btn-secondary.dashboard-main-deposit-button.presale-levels-button.join-telegram-button {
  color: var(--accent--primary-1);
  background-color: rgba(176, 241, 39, .05);
  border-color: rgba(176, 241, 39, .2);
}

.btn-secondary.dashboard-main-deposit-button.presale-levels-button.view-all-leaderboard-members-button {
  margin-top: 20px;
}

.btn-secondary.dashboard-main-deposit-button.presale-levels-button.view-all-leaderboard-members-button.claim-button {
  color: var(--neutral--400);
  border-style: none;
  margin-top: 0;
  padding: 10px;
}

.btn-secondary.dashboard-main-deposit-button.presale-levels-button.view-all-leaderboard-members-button.claim-button.cancel-button {
  font-size: 13px;
}

.btn-secondary.dashboard-main-deposit-button.presale-levels-button.view-all-leaderboard-members-button.view-all-ranks {
  margin-top: 0;
}

.btn-secondary.dashboard-main-deposit-button.presale-levels-button.your-flyback-id-button {
  background-image: radial-gradient(circle at 50% 0, rgba(255, 255, 255, .02), rgba(255, 255, 255, .03) 40%, rgba(255, 255, 255, 0));
  border-radius: 8px;
  width: auto;
  font-weight: 400;
}

.btn-secondary.dashboard-main-deposit-button.presale-levels-button.detailed-requirements-button {
  background-image: radial-gradient(circle, rgba(255, 255, 255, .02), rgba(255, 255, 255, .03) 40%, rgba(255, 255, 255, 0));
  border-color: rgba(255, 255, 255, .04);
  border-radius: 10px;
  margin-top: 25px;
}

.btn-secondary.dashboard-main-deposit-button.presale-levels-button.detailed-requirements-button:hover {
  background-image: radial-gradient(circle, rgba(255, 255, 255, .04), rgba(255, 255, 255, .05) 40%, rgba(255, 255, 255, .02));
}

.btn-secondary.dashboard-main-deposit-button.presale-levels-button.detailed-requirements-button.staking---compound-button {
  background-image: repeating-linear-gradient(127deg, var(--accent--primary-1), var(--secondary-1-gradient));
  color: var(--neutral--800);
  margin-top: 15px;
  font-weight: 700;
}

.btn-secondary.dashboard-main-deposit-button.presale-levels-button.detailed-requirements-button.staking---compound-button.submit-kyc---form-button {
  font-size: 17px;
}

.btn-secondary.dashboard-main-deposit-button.presale-levels-button.detailed-requirements-button.learn-more-button {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
}

.btn-secondary.dashboard-main-deposit-button.presale-levels-button.detailed-requirements-button.previuos-button {
  background-image: radial-gradient(circle, rgba(255, 255, 255, .02), rgba(255, 255, 255, .03) 40%, rgba(255, 255, 255, 0));
  margin-top: 15px;
}

.btn-secondary.dashboard-main-deposit-button.presale-levels-button.detailed-requirements-button.topup-rewards---learn-more-button {
  margin-top: 7px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
}

.btn-secondary.dashboard-main-deposit-button.presale-levels-button.detailed-requirements-button.topup-rewards---learn-more-button.learn-more---gold-card {
  display: block;
}

.btn-secondary.dashboard-main-deposit-button.presale-levels-button.detailed-requirements-button.topup-rewards---learn-more-button.learn-more---gold-card.learn-more---notice {
  min-width: 120px;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.btn-secondary.dashboard-main-deposit-button.presale-levels-button.detailed-requirements-button.topup-rewards---learn-more-button.learn-more---gold-card.learn-more---notice.deposit-crypto---button {
  margin-top: 25px;
  margin-bottom: 5px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 16px;
}

.btn-secondary.dashboard-main-deposit-button.presale-levels-button.detailed-requirements-button.topup-rewards---learn-more-button.learn-more---gold-card.learn-more---notice.deposit-crypto---button.transaction-button {
  margin-top: 15px;
}

.btn-secondary.dashboard-main-deposit-button.presale-levels-button.detailed-requirements-button.topup-rewards---learn-more-button.learn-more---gold-card.learn-more---notice.learn-more---stages {
  margin-top: 20px;
  margin-bottom: 20px;
}

.btn-secondary.dashboard-main-deposit-button.presale-levels-button.detailed-requirements-button.topup-rewards---learn-more-button.learn-more---gold-card.learn-more---notice.learn-more---stages.learn-more---treasury {
  margin-top: 10px;
}

.btn-secondary.dashboard-main-deposit-button.presale-levels-button.detailed-requirements-button.topup-rewards---learn-more-button.learn-more---gold-card.learn-more---notice.more-button {
  min-width: 90px;
  max-width: 60px;
  margin-top: 0;
}

.badge-primary {
  background-color: var(--accent--primary-1);
  color: var(--neutral--800);
  border-radius: 40px;
  padding: 18px 28px;
  font-size: 18px;
  line-height: 1.111em;
  display: inline-block;
}

.badge-primary.white {
  background-color: var(--neutral--700);
  color: var(--accent--primary-1);
}

.badge-primary.light {
  background-color: var(--secondary--color-2);
  color: var(--primary-1);
}

.badge-primary.small {
  padding: 14px 22px;
  font-size: 16px;
  line-height: 1.125em;
}

.badge-primary.small.product-popular {
  padding: 11px 21px;
  font-weight: 700;
}

.badge-primary.large {
  padding: 22px 38px;
  font-size: 20px;
  line-height: 1.1em;
}

.badge-secondary {
  border: 1px solid var(--neutral--400);
  background-color: var(--primary-1);
  box-shadow: 0 2px 12px 0 var(--general--shadow-01);
  color: var(--neutral--800);
  text-align: center;
  border-radius: 40px;
  padding: 18px 28px;
  font-size: 18px;
  line-height: 1.111em;
  text-decoration: none;
  display: inline-block;
}

.badge-secondary.white {
  border-color: var(--neutral--500);
  box-shadow: none;
  color: var(--neutral--400);
  background-color: rgba(0, 0, 0, 0);
}

.badge-secondary.white.category-badges:hover {
  background-color: rgba(47, 47, 47, .3);
  border-color: rgba(47, 47, 47, .3);
}

.badge-secondary.white.category-badges.w--current {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  color: var(--neutral--800);
  font-weight: 700;
}

.badge-secondary.light {
  background-color: var(--primary-1);
  box-shadow: none;
  color: var(--secondary--color-2);
  border-width: 0;
}

.badge-secondary.small {
  padding: 14px 22px;
  font-size: 16px;
  line-height: 1.125em;
}

.badge-secondary.large {
  padding: 22px 38px;
  font-size: 20px;
  line-height: 1.1em;
}

.badge-secondary.category-badges {
  transition: border-color .3s, background-color .3s, color .3s;
}

.badge-secondary.category-badges:hover, .badge-secondary.category-badges.w--current {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  color: var(--primary-1);
}

.input {
  border: 1px solid var(--neutral--700);
  color: var(--primary-1);
  background-color: rgba(0, 0, 0, 0);
  min-height: 72px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 1.111em;
  transition: color .3s, border-color .3s;
  transform: translate(0);
}

.input:hover {
  border-color: var(--accent--primary-1);
}

.input:focus, .input.-wfp-focus {
  border-color: var(--accent--primary-1);
  color: var(--primary-1);
}

.input::placeholder {
  color: var(--neutral--400);
}

.input.small {
  min-height: 60px;
  margin-bottom: 0;
  font-size: 16px;
}

.input.small::placeholder {
  font-size: 16px;
  line-height: 18px;
}

.input.large {
  min-height: 80px;
  font-size: 20px;
}

.input.large.button-inside {
  padding-right: 39%;
}

.input.large.button-inside::placeholder {
  color: var(--neutral--400);
}

.input.large.button-inside.newsletter {
  border-color: var(--neutral--700);
  background-color: var(--accent--primary-1);
  color: var(--neutral--800);
  border-radius: 100px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.input.large.button-inside.newsletter:hover {
  border-color: rgba(47, 47, 47, .6);
}

.input.large.button-inside.newsletter::placeholder {
  color: var(--neutral--800);
}

.input.large.button-inside.rounded {
  border-radius: 100px;
}

.input.mg-bottom-16px {
  margin-bottom: 16px;
}

.input.quntity {
  width: 110px;
}

.input.medium {
  min-height: 56px;
  margin-bottom: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
}

.input.medium::placeholder {
  font-size: 16px;
  line-height: 18px;
}

.input.medium.last {
  margin-bottom: 0;
}

.input.input-form {
  border-color: var(--neutral--700);
  color: var(--primary-1);
  border-radius: 0;
}

.input.input-form:hover, .input.input-form:focus {
  border-width: 1px;
  border-color: var(--accent--primary-1);
}

.input.input-form::placeholder {
  color: var(--neutral--400);
}

.input.input-form.left {
  border-top-color: rgba(0, 0, 0, 0);
}

.input.input-form.left:hover, .input.input-form.left:focus {
  border-color: var(--accent--primary-1);
}

.input.input-form.top {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.input.input-form.top:hover, .input.input-form.top:focus {
  border-width: 1px;
  border-color: var(--accent--primary-1);
}

.input.input-form.bottom {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.input.input-form.bottom:hover, .input.input-form.bottom:focus {
  border-width: 1px;
  border-color: var(--accent--primary-1);
}

.input.input-form.top-left {
  border-top-left-radius: 8px;
}

.input.input-form.top-left:hover, .input.input-form.top-left:focus {
  border-width: 1px;
  border-color: var(--accent--primary-1);
}

.input.input-form.top-right {
  border-top-right-radius: 8px;
}

.input.input-form.top-right:hover, .input.input-form.top-right:focus {
  border-color: var(--accent--primary-1);
}

.input.input-form.bottom-left {
  border-top-color: rgba(0, 0, 0, 0);
  border-bottom-left-radius: 18px;
}

.input.input-form.bottom-left:hover, .input.input-form.bottom-left:focus {
  border-color: var(--accent--primary-1);
}

.input.input-form.bottom-right {
  border-top-color: rgba(0, 0, 0, 0);
  border-bottom-right-radius: 18px;
}

.input.input-form.bottom-right:hover, .input.input-form.bottom-right:focus {
  border-color: var(--accent--primary-1);
}

.input.input-form.right {
  border-top-color: rgba(0, 0, 0, 0);
}

.input.input-form.right:hover, .input.input-form.right:focus {
  border-color: var(--accent--primary-1);
}

.input.input-form.center {
  border-top-color: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
}

.input.input-form.center:hover, .input.input-form.center:focus {
  border-color: var(--accent--primary-1);
}

.input.input-form.bottom-field {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.input.alt {
  border-radius: 100px;
}

.input.alt.select-wrapper {
  align-items: center;
  transition: border-color .3s;
  display: flex;
}

.input.select-inside {
  color: var(--neutral--400);
  border-style: none;
  height: auto;
  min-height: auto;
  padding: 0;
  transition: color .3s;
}

.input.select-inside:focus {
  color: var(--primary-1);
}

.position-relative {
  position: relative;
}

.position-relative.sign-up-image-wrapper {
  align-items: center;
  width: 100%;
  min-width: 500px;
  max-width: 558px;
  display: flex;
}

.position-relative.main {
  z-index: 0;
  max-width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  padding-left: 40px;
  position: static;
}

.text-area {
  border: 1px solid var(--neutral--700);
  color: var(--primary-1);
  background-color: rgba(0, 0, 0, 0);
  min-width: 100%;
  max-width: 100%;
  min-height: 188px;
  max-height: 200px;
  padding: 16px 24px;
  font-size: 18px;
  transition: color .3s, border-color .3s;
}

.text-area:hover {
  border-color: var(--accent--primary-1);
}

.text-area:focus {
  border-color: var(--accent--primary-1);
  color: var(--primary-1);
}

.text-area::placeholder {
  color: var(--neutral--400);
}

.text-area.small {
  min-height: 102px;
  margin-bottom: 24px;
  font-size: 16px;
}

.text-area.small::placeholder {
  font-size: 16px;
  line-height: 18px;
}

.text-area.input-form {
  border-width: 1px;
  border-color: var(--neutral--700);
  color: var(--primary-1);
  border-radius: 0 0 18px 18px;
  margin-bottom: 0;
}

.text-area.input-form:hover, .text-area.input-form:focus {
  border-color: var(--accent--primary-1);
}

.text-area.input-form::placeholder {
  color: var(--neutral--400);
}

.text-area.input-form.bottom {
  border-top-color: rgba(0, 0, 0, 0);
}

.text-area.input-form.bottom:hover, .text-area.input-form.bottom:focus {
  border-color: var(--accent--primary-1);
}

.checkbox-field-wrapper {
  align-items: flex-start;
  margin-bottom: 24px;
  padding-left: 0;
  font-size: 18px;
  line-height: 1.667em;
  display: flex;
}

.checkbox-field-wrapper.large {
  font-size: 20px;
  line-height: 24px;
}

.checkbox-field-wrapper.small {
  font-size: 16px;
  line-height: 20px;
}

.checkbox-field-wrapper.field-wrapper-top {
  margin-top: 20px;
}

.checkbox {
  border-width: 1px;
  border-color: var(--neutral--400);
  background-color: var(--neutral--700);
  box-shadow: 0 1px 6px 0 var(--general--shadow-01);
  border-radius: 100px;
  width: auto;
  min-width: 24px;
  height: auto;
  min-height: 24px;
  margin-left: 0;
  margin-right: 12px;
  transition: border-color .3s, background-color .3s;
}

.checkbox:hover {
  border-color: var(--accent--primary-1);
}

.checkbox.w--redirected-checked {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  color: var(--neutral--800);
  background-image: url('/flyback/images/check-form-icon-finantech-x-webflow-template.svg');
  background-size: auto;
  border-radius: 50%;
  margin-left: 0;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
  border-radius: 50%;
}

.checkbox.large {
  min-width: 28px;
  min-height: 28px;
}

.checkbox.small {
  min-width: 20px;
  min-height: 20px;
}

.radio-button-field-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
  padding-left: 0;
  font-size: 18px;
  line-height: 24px;
  display: flex;
}

.radio-button-field-wrapper.large {
  font-size: 20px;
  line-height: 26px;
}

.radio-button-field-wrapper.small {
  font-size: 16px;
  line-height: 22px;
}

.radio-button {
  border-color: var(--neutral--400);
  background-color: var(--primary-1);
  box-shadow: 0 2px 6px 0 var(--general--shadow-01);
  width: auto;
  min-width: 24px;
  height: auto;
  min-height: 24px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  transition: border-color .3s, border-width .3s, background-color .3s;
}

.radio-button:hover {
  border-color: var(--accent--primary-1);
}

.radio-button.w--redirected-checked {
  border-width: 6px;
  border-color: var(--accent--primary-1);
}

.radio-button.w--redirected-focus {
  box-shadow: none;
}

.radio-button.large {
  min-width: 28px;
  min-height: 28px;
}

.radio-button.large.w--redirected-checked {
  border-width: 8px;
}

.radio-button.small {
  min-width: 20px;
  min-height: 20px;
}

.style---avatars-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 290px);
}

.avatar-circle {
  border-radius: 50%;
  width: 100%;
  overflow: hidden;
  transform: translate(0);
}

.avatar-circle._01 {
  width: 32px;
  max-width: 32px;
  height: 32px;
  max-height: 32px;
}

.avatar-circle._02 {
  width: 48px;
  max-width: 48px;
  height: 48px;
  max-height: 48px;
}

.avatar-circle._03 {
  width: 56px;
  max-width: 56px;
  height: 56px;
  max-height: 56px;
}

.avatar-circle._04 {
  width: 80px;
  max-width: 80px;
  height: 80px;
  max-height: 80px;
}

.avatar-circle._05 {
  width: 120px;
  max-width: 120px;
  height: 120px;
  max-height: 120px;
}

.avatar-circle._06 {
  width: 160px;
  max-width: 160px;
  height: 160px;
  max-height: 160px;
}

.avatar-circle._07 {
  width: 240px;
  max-width: 240px;
  height: 240px;
  max-height: 240px;
}

.avatar-circle._08 {
  width: 380px;
  max-width: 380px;
  height: 380px;
  max-height: 380px;
}

.avatar-circle._01 {
  min-width: 32px;
  max-width: 32px;
  min-height: 32px;
  max-height: 32px;
}

.style---icons-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 72px);
}

.square-icon {
  border-radius: 16px;
}

.style---social-square-icons-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
}

.social-icon-font {
  font-family: Social Icons Font, sans-serif;
  line-height: 21px;
}

.social-icon-font.button-left {
  margin-right: 6px;
}

.social-icon-font.button-right {
  margin-left: 6px;
  font-weight: 400;
}

.social-icon-font.button-icon-left {
  margin-right: 12px;
  font-size: 24px;
  line-height: 1em;
}

.social-icon-square {
  background-color: var(--neutral--800);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.social-icon-square:hover {
  background-color: var(--accent--primary-1);
  color: var(--neutral--800);
}

.social-icon-square.size-24px {
  border-radius: 8px;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  font-size: 14px;
}

.social-icon-square.size-10px {
  width: 10px;
}

.social-icon-square.white {
  background-color: var(--primary-1);
  color: var(--neutral--800);
}

.social-icon-square.white:hover {
  background-color: var(--accent--primary-1);
}

.line-rounded-icon {
  font-family: Line Rounded Icons, sans-serif;
}

.line-rounded-icon.style---dropdown-arrow-sidebar {
  line-height: 18px;
}

.line-rounded-icon.link-icon-right {
  margin-left: 6px;
  display: inline-block;
}

.line-rounded-icon.link-icon-left {
  margin-right: 6px;
  display: inline-block;
}

.line-rounded-icon.dropdown-arrow {
  margin-left: 6px;
  font-size: 13px;
}

.line-rounded-icon.success-message-check {
  margin-bottom: 6px;
  font-size: 22px;
}

.line-rounded-icon.success-message-check.large {
  color: var(--accent--primary-1);
  margin-bottom: 16px;
  font-size: 80px;
  line-height: 88px;
}

.line-rounded-icon.icon-size-9px {
  font-size: 9px;
  line-height: 1em;
}

.line-rounded-icon.dropdown-arrow {
  margin-left: 6px;
}

.style---line-icons-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 20px);
}

.line-square-icon {
  font-family: Line Square Icons, sans-serif;
}

.line-square-icon.top-bar-close-icon {
  cursor: pointer;
  align-items: center;
  padding: 20px 32px;
  font-size: 24px;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.line-square-icon.top-bar-close-icon:hover {
  opacity: .65;
}

.filled-icons {
  font-family: Filled Icons, sans-serif;
}

.rich-text img {
  border-radius: 24px;
}

.rich-text p {
  margin-top: 16px;
  margin-bottom: 16px;
}

.rich-text h2 {
  margin-bottom: 16px;
}

.rich-text h3 {
  margin-top: 48px;
  margin-bottom: 16px;
}

.rich-text figure {
  margin-top: 64px;
  margin-bottom: 64px;
}

.rich-text ul, .rich-text ol {
  margin-top: 24px;
  margin-bottom: 48px;
}

.rich-text h6, .rich-text h5, .rich-text h4 {
  margin-top: 48px;
  margin-bottom: 16px;
}

.rich-text blockquote {
  margin-top: 48px;
  margin-bottom: 48px;
}

.style---dropdown-wrapper-sidebar {
  width: 100%;
  overflow: hidden;
}

.style---dropdown-toggle {
  border-bottom: 1px solid var(--neutral--700);
  color: var(--neutral--300);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 18px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  transition: color .3s;
  display: flex;
}

.style---dropdown-toggle:hover, .style---dropdown-toggle.w--open {
  color: var(--accent--primary-1);
}

.buttons-row {
  align-items: center;
  display: flex;
}

.buttons-row.center {
  justify-content: center;
}

.buttons-row.center.testimonial-button {
  position: absolute;
  top: auto;
  bottom: 90px;
  left: 0%;
  right: 0%;
}

.buttons-row.center---tablet.top-row {
  margin-top: 30px;
}

.buttons-row.add-to-cart-btns {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
}

.style---dropdown-list-sidebar {
  border-bottom: 1px solid var(--neutral--700);
  background-color: var(--neutral--800);
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
}

.style---dropdown-link-sidebar {
  color: var(--neutral--400);
  border-right: 4px solid rgba(0, 0, 0, 0);
  flex-direction: row;
  align-items: center;
  padding: 12px 16px 12px 20px;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, color .3s;
  display: flex;
}

.style---dropdown-link-sidebar:hover {
  border-right-color: var(--accent--primary-1);
  color: var(--neutral--300);
  background-color: rgba(47, 47, 47, .3);
  font-weight: 500;
}

.style---dropdown-link-sidebar.w--current {
  border-right-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  color: var(--neutral--800);
  font-weight: 500;
}

.style---dropdown-link-icon-sidebar {
  background-color: var(--neutral--700);
  border-radius: 8px;
  max-width: 38px;
  margin-right: 10px;
  padding: 2px;
}

.style---sidebar-wrapper {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
  overflow: scroll;
}

.style---logo-wrapper {
  border-bottom: 1px solid var(--neutral--700);
  background-color: var(--neutral--800);
  color: var(--neutral--600);
  text-align: center;
  width: 100%;
  padding: 38px 22px;
  text-decoration: none;
}

.width-100 {
  width: 100%;
}

.style---button-wrapper-sidebar {
  margin-top: 20px;
  margin-bottom: 24px;
  padding-left: 20px;
  padding-right: 20px;
}

.style---logo-sidebar {
  transition: transform .3s;
}

.style---logo-sidebar:hover {
  transform: translate(0, -4px);
}

.container-default {
  max-width: 1332px;
  padding-left: 24px;
  padding-right: 24px;
}

.container-default.z-index-1 {
  z-index: 1;
  position: relative;
}

.container-default.order-confirmation {
  display: block;
}

.container-default.small {
  max-width: 1182px;
}

.container-default.dashboard-main-container {
  padding-top: 30px;
}

.container-default.dashboard-main-container.card-container {
  padding-bottom: 700px;
}

.container-default.container-test {
  padding-top: 59px;
}

.container-default.top-container {
  background-image: linear-gradient(rgba(176, 241, 39, .27), #141414);
  border-radius: 20px;
}

.container-default.top-container.above-the-fold-container {
  padding: 48px 0 64px 64px;
}

.container-default.top-container.above-the-fold-container.no-flyback-link-found {
  background-image: linear-gradient(rgba(220, 43, 43, .33), #141414);
}

.elements---page-hero {
  background-color: var(--secondary--color-3);
  padding-top: 240px;
  padding-bottom: 120px;
}

.section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.small {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.large {
  padding-top: 240px;
  padding-bottom: 240px;
}

.section.large.bottom-120px {
  padding-bottom: 120px;
}

.section.large.bottom-120px.border-bottom-neutral-700 {
  border-bottom: 1px solid var(--neutral--700);
}

.section.large.top-120px {
  padding-top: 120px;
}

.section.large.overflow-hidden.case-studies-section {
  background-color: rgba(15, 15, 15, 0);
  padding-top: 105px;
  padding-bottom: 105px;
}

.section.large.coming-soon-section {
  background-image: linear-gradient(to bottom, var(--neutral--800) 31%, rgba(6, 6, 6, 0)), url('/flyback/images/bg-coming-soon-finantech-webflow-template.svg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  min-height: 70vh;
  padding-top: 120px;
  display: flex;
  overflow: hidden;
}

.section.top {
  padding-top: 230px;
}

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

.section.template-pages-hero {
  border-bottom: 1px solid var(--neutral--700);
  background-color: var(--neutral--800);
  padding-top: 230px;
  padding-bottom: 148px;
}

.section.template-pages-hero.short {
  padding-bottom: 100px;
}

.section.hero-page {
  background-image: linear-gradient(to bottom, var(--secondary--color-3) 50%, var(--neutral--700) 50%);
  padding-top: 230px;
  padding-bottom: 200px;
  overflow: hidden;
}

.section.cta-home-pages {
  background-image: linear-gradient(to bottom, var(--secondary--color-3) 47%, var(--neutral--800) 47%);
  padding-top: 0;
}

.section.hero-v1 {
  padding-top: 21%;
  padding-bottom: 80px;
  overflow: hidden;
}

.section.hero-v1.flyback-home-hero {
  padding-top: 15%;
}

.section.medium {
  padding-top: 140px;
  padding-bottom: 140px;
}

.section.medium.bg-secondary-3.border-bottom {
  border-bottom: 1px solid var(--neutral--700);
}

.section.medium.top {
  padding-top: 230px;
}

.section.medium.top.hero-bg {
  background-image: url('/flyback/images/bg-career-single-finantech-webflow-template.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.medium.top-0px {
  padding-top: 0;
}

.section.integrations-section {
  background-color: var(--secondary--color-3);
  padding-top: 240px;
  padding-bottom: 240px;
  position: relative;
  overflow: hidden;
}

.section.bottom-80px {
  padding-bottom: 80px;
}

.section._180px {
  padding-top: 180px;
  padding-bottom: 180px;
}

.section.hero-images {
  background-image: linear-gradient(to right, var(--neutral--800) 25%, rgba(6, 6, 6, 0)), url('/flyback/images/bg-integrations-finantech-webflow-template.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 168px;
  padding-bottom: 22px;
  position: relative;
  overflow: hidden;
}

.section.integration-single-hero {
  background-image: linear-gradient(to bottom, var(--neutral--800) 38%, var(--secondary--color-3) 38%);
  padding-top: 230px;
  padding-bottom: 140px;
}

.section._100px {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section._100px.bg-default.overflow-hidden.signup-main-section {
  padding-top: 60px;
}

.section.coming-soon-section {
  padding-top: 240px;
  padding-bottom: 240px;
}

.section.pd-128px {
  padding-top: 128px;
  padding-bottom: 128px;
}

.section.pd-top-180px {
  padding-top: 180px;
}

.section.hero-v2 {
  padding-top: 169px;
  padding-bottom: 0;
  overflow: hidden;
}

.section.bg-default {
  background-image: linear-gradient(to bottom, var(--neutral--800) 20%, rgba(6, 6, 6, 0)), url('/flyback/images/bg-coming-soon-finantech-webflow-template.svg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.bg-default.sign-in-main-section {
  padding-top: 40px;
}

.section.hero-section {
  padding-top: 160px;
  padding-bottom: 0;
}

.section.hero-section.access-prohibited-section {
  padding-bottom: 120px;
  display: block;
}

.top-bar-wrapper {
  background-color: var(--accent--primary-1);
  color: var(--neutral--800);
  text-align: center;
  padding-left: 72px;
  padding-right: 72px;
  position: relative;
  overflow: hidden;
}

.top-bar-padding {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.top-bar-padding.small-padding {
  padding-top: 22px;
  padding-bottom: 22px;
}

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

.top-bar-flex.space-between {
  justify-content: space-between;
}

.link-wrapper {
  color: var(--primary-1);
  text-decoration: none;
  transition: color .3s;
}

.link-wrapper:hover, .link-wrapper.color-primary {
  color: var(--accent--primary-1);
}

.link-wrapper.color-primary:hover {
  color: var(--primary-1);
}

.link-wrapper.color-neutral-800 {
  color: var(--neutral--800);
}

.link-wrapper.highlighted {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 175px;
  line-height: 1.3em;
  display: flex;
}

.link-wrapper.text-200.text-bold.link-icon-left {
  white-space: nowrap;
}

.link-text {
  transition: none;
  display: inline-block;
}

.link-text.mg-right-5px {
  margin-right: 5px;
}

.link-text.no-hover {
  transition: none;
}

.link-text.no-hover:hover {
  color: var(--primary-1);
}

.elements---element-title {
  border: 1px solid var(--secondary--color-3);
  background-color: var(--secondary--color-3);
  box-shadow: 0 2px 8px 0 var(--general--shadow-01);
  border-radius: 12px;
  margin-top: 72px;
  margin-bottom: 32px;
  padding: 24px 32px;
}

.elements---element-title.first, .elements---element-title.first.large {
  margin-top: 0;
}

.elements---element-title.large {
  margin-top: 266px;
  margin-bottom: 54px;
}

.heading-h1-size {
  color: var(--primary-1);
  font-size: 54px;
  font-weight: 600;
  line-height: 1.222em;
}

.heading-h2-size {
  color: var(--primary-1);
  font-size: 38px;
  font-weight: 600;
  line-height: 1.316em;
}

.heading-h3-size {
  color: var(--primary-1);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.417em;
}

.heading-h4-size {
  color: var(--primary-1);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.273em;
}

.heading-h5-size {
  color: var(--primary-1);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.333em;
}

.heading-h6-size {
  color: var(--primary-1);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.375em;
}

.header-wrapper {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 32px;
  padding-bottom: 32px;
}

.header-wrapper.v1 {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

.header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.header-nav-link {
  color: var(--primary-1);
  padding: 0;
  font-size: 17px;
}

.header-nav-link:hover {
  color: var(--accent--primary-1);
}

.header-nav-link.w--current {
  border-bottom: 1px solid var(--accent--primary-1);
  color: var(--primary-1);
  padding-bottom: 4px;
  font-weight: 700;
}

.header-nav-link.dashboard-nav-link {
  color: var(--neutral--400);
  padding: 4px 12px;
  font-size: 16px;
}

.header-nav-link.dashboard-nav-link:hover {
  color: var(--primary-1);
  background-color: rgba(255, 255, 255, .06);
  border-radius: 10px;
}

.header-nav-link.dashboard-nav-link.w--current {
  color: var(--primary-1);
  background-image: linear-gradient(rgba(255, 255, 255, .1), rgba(255, 255, 255, .06));
  border: 1px solid rgba(0, 0, 0, .07);
  border-radius: 10px;
  padding: 4px 12px;
  font-size: 16px;
}

.header-nav-list-item {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 8px;
}

.header-nav-list-item.left {
  padding-left: 0;
  padding-right: 32px;
}

.header-nav-list-item.show-in-mobile {
  display: none;
}

.header-nav-list-item.show-in-mobile.btn-bottom {
  display: block;
}

.header-nav-list-item.show-in-mobile.btn-bottom.nav-list-item-profile {
  padding-right: 0;
}

.header-nav-list-item.show-in-mobile.btn-bottom.nav-list-item-profile.profile-item.notification-item {
  margin-right: 20px;
}

.dropdown-wrapper {
  max-width: 535px;
  font-size: 16px;
}

.dropdown-wrapper.header-dashboard-profile-drowdown {
  background-color: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 5px;
  margin-left: 20px;
  margin-right: 0;
  padding: 14px 38px;
}

.dropdown-toggle {
  color: var(--primary-1);
  align-items: center;
  padding: 0;
  display: flex;
}

.dropdown-toggle:hover {
  color: var(--accent--primary-1);
}

.dropdown-toggle.header-dashboard-toggle {
  font-size: 14px;
  line-height: 1.111em;
}

.dropdown-column-wrapper {
  background-color: rgba(0, 0, 0, 0);
  width: 640px;
  display: none;
  overflow: hidden;
  transform: translate(-50%);
}

.dropdown-column-wrapper.main-dashboard-profile-dropdown {
  width: 260px;
  max-width: 260px;
  margin-top: 10px;
  margin-left: 33px;
  display: none;
}

.dropdown-column-wrapper.main-dashboard-profile-dropdown.noticiation-center {
  width: 500px;
  max-width: 500px;
  display: block;
  position: absolute;
  left: auto;
  right: -270px;
}

.dropdown-link {
  color: var(--neutral--400);
  width: 100%;
  padding: 0;
  line-height: 20px;
}

.dropdown-link:hover {
  color: var(--accent--primary-1);
}

.dropdown-link.log-out-link:hover {
  color: var(--system--300);
}

.dropdown-pd {
  border: 1px solid var(--neutral--700);
  background-color: var(--neutral--800);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  border-radius: 24px;
  margin-top: 16px;
  padding: 56px 58px;
}

.dropdown-pd.dropdown-main-dashboard-pd {
  z-index: 999;
  border-radius: 5px;
  padding: 25px 40px 25px 25px;
  display: none;
  position: static;
}

.header-logo {
  width: 100%;
}

.header-logo.signup-logo {
  max-width: 190px;
  margin-bottom: 20px;
  display: none;
}

.header-logo.dashboard-header-logo {
  width: 160px;
  min-width: 160px;
}

.header-logo-link {
  width: 100%;
  max-width: 215px;
  margin-right: 20px;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.header-logo-link:hover {
  transform: translate(0, -4px);
}

.header-logo-link.left {
  margin-right: 40px;
}

.header-logo-link.center {
  max-width: 175px;
  margin-right: 0;
}

.hamburger-menu-wrapper {
  padding: 0;
}

.hamburger-menu-wrapper.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.hamburger-menu-bar {
  background-color: var(--neutral--800);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.header-right-side {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.header-right-side.wrap {
  grid-row-gap: 15px;
  flex-wrap: wrap-reverse;
  justify-content: flex-end;
}

.header-middle {
  margin-left: auto;
  margin-right: auto;
}

.header-left-side {
  align-items: center;
  display: flex;
}

.btn-circle-primary {
  background-color: var(--accent--primary-1);
  color: var(--primary-1);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  font-size: 28px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.btn-circle-primary:hover {
  background-color: var(--secondary--color-1);
  color: var(--primary-1);
  transform: translate(0, -4px);
}

.btn-circle-primary.small {
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  font-size: 24px;
}

.btn-circle-primary.large {
  width: 88px;
  min-width: 88px;
  height: 88px;
  min-height: 88px;
  font-size: 36px;
}

.btn-circle-primary.white {
  background-color: var(--primary-1);
  color: var(--accent--primary-1);
}

.btn-circle-secondary {
  border: 1px solid var(--neutral--300);
  background-color: var(--primary-1);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  color: var(--neutral--800);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  font-size: 28px;
  text-decoration: none;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  display: flex;
}

.btn-circle-secondary:hover {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  color: var(--primary-1);
  transform: translate(0, -4px);
}

.btn-circle-secondary.small {
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  font-size: 24px;
}

.btn-circle-secondary.large {
  width: 88px;
  min-width: 88px;
  height: 88px;
  min-height: 88px;
  font-size: 36px;
}

.btn-circle-secondary.white {
  border-color: var(--primary-1);
  box-shadow: none;
  color: var(--primary-1);
  background-color: rgba(0, 0, 0, 0);
}

.btn-circle-secondary.white:hover {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
}

.utility-page-wrap {
  background-color: var(--secondary--color-3);
  background-image: linear-gradient(to bottom, var(--secondary--color-3) 20%, rgba(20, 20, 20, 0)), url('/flyback/images/bg-coming-soon-finantech-webflow-template.svg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding-top: 250px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.utility-page-wrap._404 {
  padding-top: 250px;
  padding-bottom: 180px;
}

.utility-page-wrap.password {
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  grid-auto-columns: 1fr;
  padding-bottom: 200px;
  overflow: hidden;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.utility-page-content.password {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1332px;
  padding-left: 24px;
  padding-right: 24px;
}

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

.utility-page-form.password-form-wrapper {
  z-index: 1;
  width: 100%;
  max-width: 626px;
  position: relative;
}

.hidden-on-desktop {
  display: none;
}

.flex-vertical {
  flex-direction: column;
  display: flex;
}

.flex-vertical.center {
  align-items: center;
}

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

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

.flex-horizontal.start.gap-24px.coming-soon-social-media {
  display: none;
}

.flex-horizontal.flex-wrap {
  flex-wrap: wrap;
}

.flex-horizontal.title-wrap {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
}

.flex-horizontal.justify-space-between {
  justify-content: space-between;
  margin-bottom: -9px;
}

.footer-wrapper {
  border-top: 1px solid var(--neutral--700);
  background-color: var(--neutral--800);
  position: relative;
}

.footer-logo {
  text-align: left;
  width: 150px;
}

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

.footer-list-item {
  margin-bottom: 18px;
  padding-left: 0;
  line-height: 1.111em;
}

.footer-list-item.last {
  margin-bottom: 0;
}

.footer-link {
  color: var(--neutral--400);
  text-decoration: none;
}

.footer-link:hover {
  color: var(--accent--primary-1);
}

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

.footer-bottom {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-bottom.text-right.text-center---tablet.pd-48px {
  padding-top: 48px;
  padding-bottom: 48px;
}

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

.footer-middle.v2 {
  padding-top: 0;
  padding-bottom: 80px;
}

.success-message {
  color: var(--primary-1);
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.success-message.white-message {
  background-color: var(--primary-1);
  color: var(--accent--primary-1);
}

.success-message.white-message.newsletter {
  border: 1px solid var(--neutral--800);
  background-color: var(--accent--primary-1);
  color: var(--neutral--800);
  border-radius: 90px;
  flex: 1;
  padding: 21px 10px;
  font-weight: 500;
  position: relative;
  overflow: hidden;
}

.success-message.contact-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--neutral--700);
  border-radius: 18px;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  position: relative;
}

.success-message.coming-soon-state {
  border: 1px solid var(--neutral--700);
  background-color: var(--neutral--800);
  color: var(--primary-1);
  text-align: left;
  border-radius: 90px;
  flex: 1;
  position: relative;
  overflow: hidden;
}

.error-message {
  color: var(--system--300);
  background-color: rgba(0, 0, 0, 0);
  margin-top: 15px;
  padding: 0;
}

.error-message.cart-error {
  text-align: center;
  margin-top: 0;
}

.grid-footer-logo---paragraph {
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr;
  align-items: center;
}

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

.social-media-link-wrapper {
  color: var(--accent--primary-1);
  text-align: left;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.social-media-link-wrapper:hover {
  color: var(--accent--primary-1);
}

.social-media-link-text {
  color: var(--neutral--400);
  margin-left: 8px;
  transition: color .3s;
}

.social-media-link-text:hover {
  color: var(--accent--primary-1);
}

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

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

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.sticky-top._48px-top {
  top: 48px;
}

.opacity-90 {
  opacity: .9;
}

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

.icon-list {
  margin-right: 14px;
}

.fit-cover {
  object-fit: cover;
}

.play-button-large {
  transform-style: preserve-3d;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  transition: transform .3s;
}

.play-button-large:hover {
  transform: scale3d(.94, .94, 1.01);
}

.bg-overlay {
  z-index: 1;
  background-color: rgba(0, 0, 0, .6);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overflow-hidden {
  overflow: hidden;
}

.video-bg-image {
  filter: blur(2px);
  object-fit: cover;
  height: 100%;
}

.lightbox-video-icon-wrapper {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 125px;
  min-height: 125px;
  display: flex;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .4);
}

.cta-section {
  background-color: var(--accent--primary-1);
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
  overflow: hidden;
}

.cta-section.cta-v1 {
  padding-top: 0;
  padding-bottom: 0;
}

.cta-section.v2 {
  background-color: var(--secondary--color-3);
  background-image: linear-gradient(to right, var(--secondary--color-3) 43%, rgba(20, 20, 20, 0)), url('/flyback/images/bg-cta-v2-finantech-x-webflow-template.svg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  padding-top: 200px;
  padding-bottom: 200px;
}

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

.grid-6-columns.logo-strip {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-columns: auto auto auto auto auto auto;
  justify-content: space-between;
  align-items: center;
  justify-items: center;
}

.slider-mask {
  height: 100%;
  overflow: visible;
}

.accordion-item-wrapper {
  cursor: pointer;
  justify-content: space-between;
  width: 100%;
  padding: 48px 58px;
  display: flex;
}

.accordion-item-wrapper.main.first {
  padding-top: 0;
}

.accordion-item-wrapper.main.first.accordion-small {
  padding-left: 32px;
  padding-right: 32px;
}

.accordion-item-wrapper.main.last {
  border-bottom-width: 0;
  padding-bottom: 0;
}

.accordion-item-wrapper.main.accordion-small.accordion-team {
  padding-left: 0;
}

.accordion-item-wrapper.main {
  border-bottom: 1px solid #2f2f2f;
  margin-bottom: -1px;
}

.accordion-item-wrapper.main:hover {
  transform: none;
}

.accordion-item-wrapper.main.accordion-small {
  padding: 32px;
}

.accordion-item-wrapper.main.accordion-small.accordion-team {
  padding: 0;
}

.accordion-item-wrapper.main.accordion-small.accordion-team.accordion-second-line {
  background-color: #1b1b1b;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
}

.accordion-item-wrapper.main.accordion-small.accordion-team.accordion-second-line.accordion-third-line {
  background-color: #232323;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.accordion-header {
  align-items: center;
  width: 100%;
  display: flex;
}

.accordion-header.header-acc-new {
  padding-left: 20px;
  padding-right: 60px;
}

.acordion-body {
  width: 100%;
  max-width: 510px;
  overflow: hidden;
}

.acordion-body.accordion-team-body {
  max-width: 100%;
  padding-left: 0;
}

.acordion-body.accordion-team-body.body-3rd-level {
  background-color: #232323;
}

.accordion-spacer {
  min-height: 24px;
}

.accordion-btn-line {
  background-color: var(--neutral--800);
  border-radius: 20px;
  width: 18px;
  height: 2px;
  position: absolute;
}

.accordion-btn-line.vertical {
  transform: rotate(90deg);
}

.accordion-btn-line.v2 {
  width: 24px;
}

.accordion-btn-line.v2.vertical, .accordion-btn-line.v2.horizontal {
  background-color: var(--accent--primary-1);
}

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

.accordion-content-wrapper.v2.accordion-content-wrapper-team {
  width: 100%;
}

.accordion-side {
  margin-right: 24px;
}

.accordion-side.right-side {
  margin-left: 24px;
  margin-right: 0;
}

.accordion-side.right-side.team-right-side {
  margin-left: 0;
}

.accordion-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  display: flex;
}

.accordion-title {
  margin-bottom: 0;
}

.accordion-title.heading-h4-size.accordion-title-small {
  margin-top: 0;
  margin-bottom: 2px;
  font-size: 18px;
}

.accordion-big-number-wrapper {
  display: flex;
}

.accordion-big-number-wrapper.accordion-team-wrapper {
  width: 100%;
  display: flex;
}

.empty-state {
  border: 1px solid var(--neutral--700);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  color: var(--neutral--600);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 11px;
  padding: 26px 24px;
}

.empty-state.small {
  border-radius: 8px;
  padding: 15px 20px;
}

.empty-state.card-inside {
  border-left-style: none;
  border-right-style: none;
  border-radius: 0;
  margin-top: -1px;
  margin-bottom: -1px;
  padding-left: 0;
  padding-right: 0;
}

.empty-state.cart-empty {
  box-shadow: none;
  border-style: none;
  border-radius: 0;
  flex-direction: column;
  padding-top: 100px;
  padding-bottom: 100px;
}

.pd---content-inside-card {
  padding: 40px 28px 48px;
}

.pd---content-inside-card.large {
  background-color: var(--neutral--800);
  text-align: left;
  max-width: 625px;
  padding: 148px 46px;
}

.pd---content-inside-card.large.template-pages {
  max-width: 100%;
  padding-top: 40px;
  padding-bottom: 120px;
}

.pd---content-inside-card.template-pages---sidebar {
  padding: 32px 16px 24px;
}

.team-member-wrapper {
  height: 100%;
  text-decoration: none;
  transition: transform .3s, color .3s;
  position: relative;
  overflow: hidden;
}

.team-member-content {
  z-index: 1;
  grid-column-gap: 8px;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 347px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 48px;
  left: 24px;
  right: 24px;
}

.bg-overlay-gradient {
  background-image: linear-gradient(rgba(0, 0, 0, 0), #000);
}

.bg-overlay-gradient.team-member-v8 {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, var(--neutral--800));
  height: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.image {
  width: 100%;
  height: 100%;
}

.image.fit-cover.left, .image.fit-cover.figma-file-image {
  object-position: 0% 50%;
}

.mg-bottom-4px {
  margin-bottom: 4px;
}

.blog-card-featured-wrapper {
  color: var(--neutral--400);
  width: 100%;
  text-decoration: none;
}

.blog-card-featured-wrapper:hover {
  color: var(--neutral--400);
}

.blog-card-featured-wrapper.card {
  border-radius: 24px;
}

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

.blog-card-image.featured {
  object-position: 20% 50%;
}

.blog-card-image-wrapper {
  border-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.blog-card-image-wrapper.featured-v2 {
  background-color: var(--secondary--color-3);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.blog-card-image-wrapper.inside-card {
  object-fit: fill;
  border-radius: 18px 18px 0 0;
  position: relative;
}

.categories-badges-item-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  display: flex;
}

.categories-badges-item-wrapper.center {
  justify-content: center;
}

.categories-badges-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  display: flex;
}

.categories-badges-wrapper.center {
  justify-content: center;
}

.blog-card-wrapper {
  color: var(--neutral--600);
  max-width: 1010px;
  margin-left: auto;
  text-decoration: none;
}

.blog-card-wrapper.card {
  flex-direction: column;
  height: 100%;
  display: flex;
}

.blog-card-featured-inner-content {
  border-left: 1px solid var(--neutral--700);
  align-items: center;
  padding: 60px 34px;
  display: flex;
}

.blog-card-content-inside {
  border-top: 1px solid var(--neutral--700);
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 56px 59px 60px;
  display: flex;
}

.divider-details {
  background-color: var(--neutral--600);
  width: 24px;
  height: 1px;
  margin-left: 0;
  margin-right: 0;
}

.divider-details._32px {
  width: 32px;
}

.image-wrapper {
  overflow: hidden;
}

.image-wrapper.footer-cta-image {
  justify-content: flex-end;
  align-self: flex-end;
  max-width: 95%;
  margin-top: -55px;
  display: flex;
}

.image-wrapper.hero-float-bottom-left {
  width: 22%;
  max-width: 199px;
  position: absolute;
  top: -13%;
  left: 38.9%;
}

.image-wrapper.hero-float-bottom-right {
  width: 15%;
  max-width: 123px;
  position: absolute;
  top: auto;
  bottom: 53%;
  left: auto;
  right: 10%;
}

.image-wrapper.hero-float-top-left {
  width: 11%;
  max-width: 90px;
  position: absolute;
  top: -16%;
  bottom: auto;
  left: auto;
  right: 24%;
}

.image-wrapper.hero-float-top-right {
  width: 15%;
  max-width: 123px;
  position: absolute;
  top: -30%;
  bottom: auto;
  left: auto;
  right: 8%;
}

.image-wrapper.wallet-right-image {
  z-index: 0;
  width: 58%;
  max-width: 342px;
  margin-left: auto;
  position: relative;
  overflow: visible;
}

.image-wrapper.wallet-left-image {
  border: 1px solid var(--neutral--700);
  border-radius: 18px;
  width: 58%;
  max-width: 342px;
  position: absolute;
  top: 22%;
  left: 0%;
  overflow: hidden;
  box-shadow: 0 8px 66px rgba(0, 0, 0, .3);
}

.image-wrapper.wallet-bottom-left-image {
  width: 23%;
  max-width: 141px;
  position: absolute;
  top: auto;
  bottom: 11%;
  left: 25%;
  right: auto;
}

.image-wrapper.security-image-left {
  z-index: 0;
  width: 71.5%;
  position: relative;
  overflow: visible;
}

.image-wrapper.security-image-right {
  width: 40%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image-wrapper.feature-image {
  width: 558px;
  max-width: 70%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image-wrapper.cta-v1-top-image {
  width: 66%;
  margin-top: -10%;
  margin-bottom: -12%;
  margin-left: 5%;
}

.image-wrapper.cta-v1-bottom-image {
  width: 89%;
  position: absolute;
  top: 39%;
  left: 15%;
}

.image-wrapper.cta-v1-bottom-float {
  width: 19%;
  position: absolute;
  top: 70%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.image-wrapper.cta-v1-top-float {
  width: 14%;
  position: absolute;
  top: 13%;
  bottom: auto;
  left: auto;
  right: 10%;
}

.image-wrapper.cta-v1-middle-float {
  width: 22%;
  position: absolute;
  top: 30%;
  bottom: auto;
  left: auto;
  right: -7%;
}

.image-wrapper.cta-v2-image-wrapper {
  width: 53%;
  max-width: 788px;
  position: absolute;
  right: -5%;
  overflow: visible;
}

.image-wrapper.hero-bottom-left-float {
  width: 7%;
  position: absolute;
  top: auto;
  bottom: 11%;
  left: 10%;
  right: auto;
}

.image-wrapper.hero-top-left-float {
  width: 12%;
  position: absolute;
  top: auto;
  bottom: 37%;
  left: 28%;
  right: auto;
}

.image-wrapper.hero-top-right-float {
  width: 6%;
  position: absolute;
  top: auto;
  bottom: 62%;
  left: auto;
  right: 29%;
}

.image-wrapper.hero-bottom-right-float {
  width: 13%;
  position: absolute;
  top: auto;
  bottom: 12%;
  left: auto;
  right: 11%;
}

.image-wrapper.our-story-image {
  max-width: 695px;
}

.image-wrapper.blog-image-wrapper {
  border: 1px solid var(--neutral--700);
  background-color: var(--secondary--color-3);
  border-radius: 24px;
  overflow: hidden;
}

.image-wrapper.author-card-image {
  height: 100%;
}

.image-wrapper.hero-center-image {
  width: 100%;
  max-width: 66%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.image-wrapper.hero-back-image {
  width: 115%;
  position: absolute;
  top: -5%;
  left: -12%;
  right: auto;
}

.image-wrapper.hero-ahead-image {
  width: 96%;
  position: absolute;
  top: auto;
  bottom: 13%;
  left: auto;
  right: 1%;
}

.image-wrapper.product-image-wrapper {
  border-radius: 50%;
  max-width: 100px;
  margin-bottom: 24px;
}

.image-wrapper.career-hero-float-left {
  width: 19%;
  max-width: 129px;
  position: absolute;
  top: 7%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.image-wrapper.career-hero-float-right {
  width: 12%;
  max-width: 85px;
  position: absolute;
  top: 44%;
  bottom: auto;
  left: auto;
  right: -11%;
}

.image-wrapper.coming-soon-top-left-float {
  width: 34%;
  max-width: 129px;
  position: absolute;
  top: -4%;
  bottom: auto;
  left: -10%;
  right: auto;
}

.image-wrapper.coming-soon-top-right-float {
  width: 37%;
  max-width: 142px;
  position: absolute;
  top: 8%;
  bottom: auto;
  left: auto;
  right: -38%;
}

.image-wrapper.coming-soon-bottom-left-float {
  width: 31%;
  max-width: 120px;
  position: absolute;
  top: auto;
  bottom: 8%;
  left: -45%;
  right: auto;
}

.image-wrapper.coming-soon-bottom-right {
  width: 20%;
  max-width: 75px;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: auto;
  right: -28%;
}

.image-wrapper.sign-up-image {
  width: 158%;
  position: absolute;
  left: 0%;
}

.image-wrapper.sign-up-top-left-image {
  width: 25%;
  position: absolute;
  top: 11%;
  bottom: auto;
  left: -1%;
  right: auto;
}

.image-wrapper.sign-up-bottom-left {
  width: 18%;
  position: absolute;
  top: auto;
  bottom: 48%;
  left: auto;
  right: 3%;
}

.image-wrapper.sign-up-right-image {
  width: 18%;
  position: absolute;
  top: auto;
  bottom: 36%;
  left: 3%;
  right: auto;
}

.image-wrapper._404 {
  align-self: center;
  width: 74%;
  max-width: 525px;
  margin-bottom: -3%;
}

.image-wrapper.password-left-image {
  width: 48%;
  position: absolute;
  top: auto;
  bottom: 1%;
  left: -61%;
  right: auto;
}

.image-wrapper.password-right-image {
  width: 40%;
  position: absolute;
  top: 18%;
  bottom: auto;
  left: auto;
  right: -51%;
}

.image-wrapper.team-member-image {
  width: 100%;
  height: 100%;
}

.image-wrapper.hero-bottom-left-float-v2 {
  width: 5%;
  position: absolute;
  top: auto;
  bottom: 7%;
  left: 37%;
  right: auto;
}

.image-wrapper.section-featured-float-left {
  width: 14%;
  max-width: 98px;
  position: absolute;
  top: 51%;
  bottom: auto;
  left: -15%;
  right: auto;
}

.image-wrapper.section-featured-float-right {
  width: 16%;
  max-width: 107px;
  position: absolute;
  top: -4%;
  bottom: auto;
  left: auto;
  right: 20%;
}

.image-wrapper.order-list-image {
  border-radius: 8px;
  max-width: 60px;
}

.template-pages---sidebar-navigation {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.template-pages---nav-item-link {
  color: var(--neutral--300);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.template-pages---nav-item-link:hover {
  color: var(--neutral--300);
  background-color: rgba(47, 47, 47, .3);
}

.template-pages---nav-item-link.w--current {
  background-color: var(--accent--primary-1);
  color: var(--neutral--800);
  font-weight: 700;
}

.template-pages---phography-wrapper {
  transform-style: preserve-3d;
  border-radius: 12px;
  transition: transform .3s, color .3s;
  overflow: hidden;
}

.template-pages---phography-wrapper:hover {
  transform: scale3d(.94, .94, 1.01);
}

.cart-button-wrapper {
  margin-right: 32px;
}

.cart-button {
  color: var(--primary-1);
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  transition: opacity .3s, color .3s;
  position: relative;
}

.cart-button:hover {
  color: var(--accent--primary-1);
}

.cart-container {
  background-color: var(--secondary--color-3);
  box-shadow: none;
  border-radius: 24px;
}

.cart-header {
  border-bottom-color: var(--neutral--700);
  padding-top: 22px;
  padding-bottom: 22px;
}

.cart-list {
  padding: 24px 0;
}

.cart-footer {
  border-top-color: var(--neutral--700);
  padding-top: 30px;
  padding-bottom: 40px;
}

.cart-item-title {
  color: var(--primary-1);
  margin-bottom: 6px;
  font-weight: 600;
  text-decoration: none;
}

.cart-item-title:hover {
  color: var(--accent--primary-1);
}

.cart-item-wrapper {
  align-items: flex-start;
  display: flex;
}

.cart-quantity-input {
  border-color: var(--neutral--700);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  transition: color .3s, border-color .3s;
}

.cart-quantity-input:hover {
  border-color: var(--accent--primary-1);
}

.cart-quantity-input:focus {
  border-color: var(--accent--primary-1);
  color: var(--primary-1);
}

.pay-btn {
  border-radius: 90px;
}

.pay-btn.cart {
  height: 60px;
}

.pay-btn.order-summary {
  height: 50px;
}

.cart-close-button {
  color: var(--neutral--400);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  font-family: Line Rounded Icons, sans-serif;
  text-decoration: none;
  display: flex;
}

.cart-close-button:hover {
  color: var(--accent--primary-1);
}

.checkout-form {
  background-color: rgba(0, 0, 0, 0);
  min-height: auto;
  padding: 0;
}

.checkout-col-left {
  margin-right: 0;
}

.checkout-col-right {
  position: static;
}

.checkout-block-header {
  grid-column-gap: 15px;
  border-width: 0 0 1px;
  border-bottom-color: var(--neutral--700);
  background-color: rgba(0, 0, 0, 0);
  flex-wrap: wrap;
  padding: 0 0 20px;
}

.checkout-block-content {
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #000;
  padding: 30px 0 0;
}

.checkout-block-content.pd-top-0px {
  padding-top: 0;
}

.shipping-list {
  border: 0 solid #000;
}

.shipping-method {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--neutral--700);
  background-color: rgba(0, 0, 0, 0);
  padding: 31px 0;
}

.shipping-method:last-child {
  border-bottom-style: none;
  padding-bottom: 0;
}

.shipping-price {
  color: var(--primary-1);
}

.order-item-list {
  margin-bottom: 0;
}

.order-item {
  border-bottom: 1px solid var(--neutral--700);
  align-items: flex-start;
  margin-top: 18px;
  margin-bottom: 18px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.order-item:last-child {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.order-list-price {
  color: var(--primary-1);
}

.order-list-title {
  color: var(--primary-1);
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.111em;
  text-decoration: none;
  display: inline-block;
}

.order-list-title:hover {
  color: var(--accent--primary-1);
}

.order-option-item {
  padding-left: 0;
}

.order-item-result, .order-summary-price {
  color: var(--primary-1);
}

.discounts-wrapper {
  border-width: 1px 0 0;
  border-top-color: var(--neutral--700);
  background-color: rgba(0, 0, 0, 0);
  margin-top: 32px;
  padding: 32px 0 0;
}

.text-underline {
  text-decoration: underline;
}

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

.home-pages-cointainer {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 90px;
  display: flex;
}

.home-pages-top-wrapper {
  justify-content: center;
  margin-bottom: 25px;
  display: flex;
  position: static;
}

.image-home-link-wrapper {
  border: 1px solid var(--neutral--700);
  border-radius: 18px;
  flex: none;
  max-width: 400px;
  margin-left: 12px;
  margin-right: 12px;
  transition: transform .3s, color .3s;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
}

.image-home-link-wrapper:hover {
  transform: translate(0, -4px);
}

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

.home-pages-bottom-wrapper {
  justify-content: center;
  display: flex;
  position: static;
  top: 50%;
}

.card-sales-home-image {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  width: 100%;
}

.card-sales-home-content {
  border-top: 1px none var(--neutral--700);
  text-align: center;
  background-color: rgba(20, 20, 20, 0);
  flex: 1;
  padding: 32px;
}

.card-sales-home-content.dashboard-main-wallet-card {
  text-align: left;
  background-image: url('/flyback/images/Tether-Exchange.png');
  background-position: 98%;
  background-repeat: no-repeat;
  background-size: 70px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.card-sales-home-content.dashboard-main-wallet-card.fly-balance {
  background-image: url('/flyback/images/Flyback-Solutions---Token-Big.png');
}

.card-sales-home-content.dashboard-main-wallet-card.fly-balance.inner-card-card-below-swapper {
  background-color: rgba(176, 241, 39, 0);
  background-image: none;
}

.card-sales-home-content.dashboard-main-wallet-card.fly-balance.next-flyback-call {
  background-image: none;
}

.card-sales-home-content.dashboard-main-wallet-card.fly-balance.next-flyback-call.referral {
  padding-bottom: 0;
}

.card-sales-home-content.dashboard-main-wallet-card.fly-balance.treasury-balance {
  background-image: none;
  padding-left: 20px;
  padding-right: 20px;
}

.card-sales-home-content.dashboard-main-wallet-card.commission-balance {
  background-image: none;
  padding-top: 0;
  padding-bottom: 0;
}

.card-sales-home-content.dashboard-main-wallet-card.commission-balance.balances {
  margin-top: 10px;
}

.card-sales-home-content.dashboard-main-wallet-card.total-balance-card, .card-sales-home-content.dashboard-main-wallet-card.tether-balance-card {
  background-image: none;
}

.card-sales-home-content.dashboard-main-wallet-card.tether-balance-card.tether-balance-card-new {
  padding-bottom: 20px;
}

.card-sales-home-content.current-presale-level-info-inner-container {
  text-align: left;
  padding-bottom: 10px;
  padding-right: 0;
}

.card-sales-home-content.current-presale-level-info-inner-container.all-presale-levels-overview-container {
  background-color: rgba(20, 20, 20, 0);
  padding-right: 32px;
}

.card-sales-home-content.current-presale-level-info-inner-container.all-presale-levels-overview-container.pool-stats-container {
  background-color: rgba(20, 20, 20, 0);
}

.card-sales-home-content.current-presale-level-info-inner-container.all-presale-levels-overview-container.pool-stats-container.treasury-container {
  margin-bottom: 0;
  padding: 0;
}

.card-sales-home-content.current-presale-level-info-inner-container.all-presale-levels-overview-container.dashboard-main-card-countdown-to-next-stage {
  padding-top: 20px;
  padding-bottom: 10px;
}

.card-sales-home-content.current-presale-level-info-inner-container.all-presale-levels-overview-container.dashboard-main-card-countdown-to-next-stage.main-countdown---card {
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.card-sales-home-content.current-presale-level-info-inner-container.all-presale-levels-overview-container.team-level {
  padding-bottom: 32px;
}

.card-sales-home-content.current-presale-level-info-inner-container.current-prizes-for-winners-container {
  margin-right: 1px;
  padding-bottom: 22px;
  padding-right: 32px;
}

.card-sales-home-content.current-presale-level-info-inner-container.current-prizes-for-winners-container.leaderboard-number-card {
  padding-top: 25px;
  padding-bottom: 25px;
}

.card-sales-home-content.current-presale-level-info-inner-container.current-prizes-for-winners-container.leaderboard-number-card.withdraw-card {
  padding: 16px 20px 12px;
}

.card-sales-home-content.current-presale-level-info-inner-container.current-prizes-for-winners-container.leaderboard-number-card.withdraw-card.total-earnings {
  background-image: radial-gradient(circle at 0 100%, rgba(176, 241, 39, .11), rgba(176, 241, 39, .08) 49%, rgba(176, 241, 39, .02));
}

.card-sales-home-content.current-presale-level-info-inner-container.current-prizes-for-winners-container.leaderboard-number-card.commissions-stats-card {
  padding-left: 22px;
  padding-right: 22px;
}

.card-sales-home-content.current-presale-level-info-inner-container.your-last-ranks-table-container {
  padding: 32px;
}

.card-sales-home-content.current-presale-level-info-inner-container.your-last-ranks-table-container.whitepaper-and-marketing-material-container {
  text-align: center;
  align-self: center;
  padding-bottom: 0;
}

.card-sales-home-content.current-presale-level-info-inner-container.your-last-ranks-table-container.whitepaper-and-marketing-material-container.get-support-inner-container {
  width: 100%;
  padding-bottom: 32px;
}

.card-sales-home-content.current-presale-level-info-inner-container.your-last-ranks-table-container.send-withdraw-request-table-container {
  padding: 32px;
}

.card-sales-home-content.current-presale-level-info-inner-container.your-last-ranks-table-container.shipping-data {
  padding-bottom: 32px;
}

.card-sales-home-content.current-presale-level-info-inner-container.your-last-ranks-table-container.transactions---container {
  padding: 32px;
}

.card-sales-home-content.current-presale-level-info-inner-container.team-your-commission-card-inner-container {
  padding-right: 32px;
}

.card-sales-home-content.current-presale-level-info-inner-container.success-formula---content {
  padding: 20px 32px 33px;
}

.card-sales-home-content.current-presale-level-info-inner-container.signup-container {
  padding-bottom: 32px;
}

.card-sales-home-content.current-price-card.price-level-card {
  background-color: var(--secondary--color-4);
  border: 1px #000;
  border-radius: 8px;
  padding: 16px 14px 16px 20px;
}

.card-sales-home-content.current-price-card.price-level-card.your-position-card {
  border-radius: 8px;
  align-self: flex-end;
  padding: 9px 20px;
}

.card-sales-home-content.current-price-card.price-level-card.price-level-card-new {
  background-color: rgba(35, 35, 35, 0);
  background-image: radial-gradient(circle at 0 100%, rgba(255, 255, 255, .07), rgba(255, 255, 255, .06) 42%, rgba(255, 255, 255, .02));
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 100%;
  max-width: 100%;
}

.card-sales-home-content.card---staking-graph {
  text-align: left;
  padding: 10px 0 0;
}

.figma-file-image-wrapper {
  border-left: 1px solid var(--neutral--700);
  width: 100%;
  max-width: 51%;
}

.figma-file-text-wrapper {
  background-color: var(--secondary--color-3);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 60px 30px 60px 56px;
  display: flex;
}

.badge-home {
  color: #211f54;
  background-color: #fff;
  border-radius: 50px;
  padding: 8px 22px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.home-surprises-card {
  border: 1px solid var(--neutral--600);
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

.card-home-pages-wrapper {
  padding-top: 56px;
  padding-left: 56px;
  padding-right: 56px;
}

.cta-square-logo {
  border-radius: 22px;
  margin-bottom: 22px;
  box-shadow: 0 8px 28px rgba(20, 20, 43, .1);
}

.cta-square-logo.white {
  border: 0px solid var(--neutral--200);
}

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

.cta-image-card {
  width: 1140px;
  max-width: 1140px;
  margin-top: 52px;
  margin-bottom: -23px;
}

.nav-cart-quantity {
  color: var(--accent--primary-1);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  min-width: 0;
  height: auto;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.111em;
}

.header-social-media-wrapper {
  grid-column-gap: 14px;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
  display: flex;
}

.social-media-icon {
  color: var(--primary-1);
  font-family: Social Icons Font, sans-serif;
  font-size: 20px;
  line-height: 1em;
  text-decoration: none;
}

.social-media-icon:hover, .social-media-icon.color-accent-1 {
  color: var(--accent--primary-1);
}

.social-media-icon.color-accent-1:hover {
  color: var(--primary-1);
}

.header-container {
  min-height: 120px;
  position: relative;
}

.grid-footer-v1---4-column {
  grid-column-gap: 60px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 3.5fr auto auto 1fr;
}

.footer-cta-wrapper {
  background-color: var(--accent--primary-1);
  border-radius: 18px;
  flex-direction: column;
  justify-content: space-between;
  max-width: 550px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-title {
  color: var(--primary-1);
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1em;
}

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

.footer-main-pages-wrapper.v2 {
  grid-column-gap: 40px;
}

.footer-cta-content-top {
  z-index: 1;
  padding-top: 70px;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.grid-footer-bottom-v1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.social-media-icon-wrapper {
  grid-column-gap: 14px;
  grid-row-gap: 8px;
  display: flex;
}

.footer-cta-wrapper-v2 {
  background-color: var(--accent--primary-1);
  background-image: url('/flyback/images/suscribe-to-out-newsletter-bg-image-finantech-x-webflow-template.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 68% 100%;
  border-radius: 18px;
  padding: 64px 72px;
}

.footer-cta-content-top-v2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.grid-footer-4-columns-v2 {
  grid-column-gap: 72px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
}

.hero-image-container {
  width: 120%;
  min-width: 565px;
  max-width: 830px;
  position: relative;
  top: 15%;
}

.bottom-shadow {
  z-index: 0;
  background-color: var(--neutral--800);
  filter: blur(18px);
  border-radius: 50%;
  width: 100%;
  height: 53px;
  margin-top: -25px;
  position: relative;
}

.wallet-image-container {
  width: 100%;
  max-width: 590px;
  position: relative;
}

.security-image-container {
  max-width: 484px;
  position: relative;
}

.security-card-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 32px 24px;
  display: flex;
}

.security-card-content.top-left {
  border-right: 1px solid var(--neutral--700);
  border-bottom: 1px solid var(--neutral--700);
}

.security-card-content.top-right {
  border-bottom: 1px solid var(--neutral--700);
}

.security-card-content.bottom-left {
  border-right: 1px solid var(--neutral--700);
}

.security-card-content.large {
  padding-top: 48px;
  padding-bottom: 48px;
}

.text-no-wrap {
  white-space: nowrap;
}

.text-no-wrap.dashboard-main-headline._2nd-level-headline {
  font-size: 28px;
}

.feature-card {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 94px 32px;
  display: flex;
}

.feature-card.large {
  border-right: 1px solid var(--neutral--700);
  border-bottom: 1px solid var(--neutral--700);
  justify-content: flex-start;
  padding-top: 52px;
  position: relative;
}

.feature-card.top-right {
  border-bottom: 1px solid var(--neutral--700);
}

.feature-card.bottom-left, .feature-card.middle {
  border-right: 1px solid var(--neutral--700);
}

.feature-card-large-content {
  z-index: 1;
  text-align: left;
  align-self: flex-start;
  max-width: 335px;
  position: relative;
}

.cta-v1-content-left-wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}

.lightbox-wrapper {
  border-right: 1px solid var(--neutral--700);
  background-color: var(--secondary--color-3);
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  min-height: 628px;
  position: relative;
  overflow: hidden;
}

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

.tab-link {
  background-color: rgba(0, 0, 0, 0);
  padding: 48px 24px;
}

.tab-link.w--current {
  background-color: rgba(0, 0, 0, 0);
}

.tab-link.middle {
  border-top: 1px solid var(--neutral--700);
  border-bottom: 1px solid var(--neutral--700);
}

.tab-content-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 521px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tab-image-wrapper {
  background-color: var(--accent--primary-1);
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  min-width: 100px;
  max-width: 100px;
  min-height: 100px;
  max-height: 100px;
  display: flex;
}

.tab-icon-wrapper {
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  min-width: 24px;
  max-width: 24px;
  min-height: 24px;
  max-height: 24px;
  display: flex;
}

.tab-body {
  width: 100%;
  overflow: hidden;
}

.tab-btn-line---horizontal {
  background-color: var(--primary-1);
  width: 24px;
  height: 2px;
  position: absolute;
}

.tab-btn-line---vertical {
  background-color: var(--primary-1);
  width: 24px;
  height: 2px;
  position: absolute;
  transform: rotate(0);
}

.slider-frame {
  width: 48%;
  min-width: 585px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 52%;
  right: auto;
}

.slider-phone {
  background-color: rgba(0, 0, 0, 0);
  max-width: 396px;
  height: auto;
  margin-top: 100px;
  position: absolute;
  left: 26px;
}

.integration-card-content-top {
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.integration-badge {
  background-color: var(--accent--primary-1);
  color: var(--neutral--800);
  border-radius: 80px;
  margin-left: 16px;
  padding: 8px 14px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.125em;
}

.integration-badge.slider-bagde {
  top: 64px;
}

.slide {
  height: 100%;
  margin-right: 50px;
}

.slider-arrow {
  background-color: var(--accent--primary-1);
  color: var(--neutral--800);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 80px;
  max-width: 80px;
  min-height: 80px;
  max-height: 80px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1em;
  display: flex;
}

.slider-arrow.right {
  transform-style: preserve-3d;
  transition: transform .3s;
  right: -65px;
}

.slider-arrow.right:hover {
  transform: translate3d(0, -4px, .01px);
}

.slider-arrow.left {
  left: -60px;
}

.slider-arrow.left.hidden-on-desktop {
  display: none;
}

.slider-arrow.timeline-right-arrow {
  transition: background-color .3s;
  top: -144px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.slider-arrow.timeline-right-arrow:hover {
  background-color: var(--secondary--color-2);
}

.slider-arrow.timeline-left-arrow {
  border: 1px solid var(--primary-1);
  background-color: var(--neutral--800);
  color: var(--primary-1);
  transition: color .3s, border-color .3s, background-color .3s;
  top: -144px;
  bottom: auto;
  left: auto;
  right: 104px;
}

.slider-arrow.timeline-left-arrow:hover {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  color: var(--neutral--800);
}

.integrations-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 8px;
  overflow: hidden;
}

.integrations-right-shadow {
  z-index: 1;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #141414 95%);
  width: 20%;
  max-width: 321px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -8px;
}

.integration-image {
  margin-right: 16px;
}

.testimonial-content-bottom-wrapper {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.testimonial-bottom-gradient {
  background-image: linear-gradient(to bottom, transparent, var(--neutral--800) 88%);
  min-height: 412px;
  max-height: 412px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.details-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.details-wrapper.mg-bottom-16px.center {
  justify-content: center;
}

.cta-content {
  z-index: 1;
  position: relative;
}

.team-member {
  border-right: 1px solid var(--neutral--700);
  border-bottom: 1px solid var(--neutral--700);
  position: relative;
}

.values-content-wrapper {
  grid-column-gap: 24px;
  background-color: var(--neutral--800);
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 72px 40px;
  display: flex;
}

.values-content-wrapper.top-left {
  border-right: 1px solid var(--neutral--700);
  border-bottom: 1px solid var(--neutral--700);
}

.values-content-wrapper.top-right {
  border-bottom: 1px solid var(--neutral--700);
}

.values-content-wrapper.bottom-left {
  border-right: 1px solid var(--neutral--700);
}

.timeline-slider {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
}

.timeline-slider-mask {
  max-width: 580px;
  overflow: visible;
}

.timeline-slider-mask.call-to-action-slide {
  max-width: 454px;
}

.testimonial-slide-card-wrapper {
  border: 1px solid var(--neutral--700);
  padding: 48px 64px;
}

.testimonial-slide-card-wrapper.left {
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
}

.testimonial-slide-card-wrapper.right {
  border-left-color: rgba(0, 0, 0, 0);
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
}

.testimonial-slide-card-wrapper.center {
  border-left-color: rgba(0, 0, 0, 0);
}

.bg-image-gradient {
  background-image: linear-gradient(to bottom, transparent 30%, var(--neutral--800));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.team-member-content-left {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 72px;
  left: 24px;
  right: 24px;
}

.team-member-contert-right {
  border-left: 1px solid var(--neutral--700);
  background-color: var(--secondary--color-3);
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.team-member-contert-top-right {
  padding: 80px 40px 40px;
}

.team-member-content-bottom-right {
  border-top: 1px solid var(--neutral--700);
  padding: 40px;
}

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

.heading-wrapper.center {
  grid-column-gap: 10px;
  justify-content: center;
}

.cta-v3-image-wrapper {
  width: 100%;
  max-width: 53%;
  position: absolute;
  top: -123px;
  bottom: auto;
  left: auto;
  right: 3%;
}

.author-card-content-left {
  position: absolute;
  top: auto;
  bottom: 34px;
  left: 24px;
  right: 24px;
}

.author-card-content-top-right {
  border-bottom: 1px solid var(--neutral--700);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding: 40px 40px 47px;
  display: flex;
}

.author-card-content-right {
  border-left: 1px solid var(--neutral--700);
  flex-direction: column;
  display: flex;
}

.integration-information-top {
  padding-top: 48px;
  padding-left: 43px;
  padding-right: 43px;
}

.integration-information-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-bottom: 48px;
  padding-left: 43px;
  padding-right: 43px;
  display: flex;
}

.integration-single-image {
  margin-right: 24px;
}

.product-card-content-top {
  border-bottom: 1px solid var(--neutral--700);
  padding: 56px 32px 40px;
}

.product-card-content-bottom {
  flex-direction: column;
  flex: 1;
  padding: 40px 32px 72px;
  display: flex;
}

.product-badge-wrapper {
  position: absolute;
  top: 28px;
  right: 28px;
}

.price-wrapper {
  grid-column-gap: 6px;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 8px;
  display: flex;
}

.price-wrapper.mg-bottom-24px {
  margin-bottom: 24px;
}

.career-hero-image-wrapper {
  width: 100%;
}

.perk-wrapper {
  background-color: var(--neutral--800);
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 90px 40px;
  display: flex;
}

.perk-wrapper.top-left, .perk-wrapper.top-center {
  border-right: 1px solid var(--neutral--700);
  border-bottom: 1px solid var(--neutral--700);
}

.perk-wrapper.top-right {
  border-bottom: 1px solid var(--neutral--700);
}

.perk-wrapper.bottom-left, .perk-wrapper.bottom-center {
  border-right: 1px solid var(--neutral--700);
}

.testimonial-grid-vertical {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  max-width: 845px;
  display: grid;
  overflow: hidden;
}

.testimonial-top-gradient {
  background-image: linear-gradient(to bottom, var(--neutral--800) 12%, transparent);
  height: 400px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.career-card {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 48px 56px;
  display: flex;
}

.career-card-item {
  border-bottom: 1px solid var(--neutral--700);
}

.career-card-item:last-child {
  border-bottom-width: 0;
}

.mg-right-12px {
  margin-right: 12px;
}

.contact-card-wrapper {
  background-color: var(--neutral--800);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 72px 30px;
  display: flex;
}

.contact-card-wrapper.left, .contact-card-wrapper.center {
  border-right: 1px solid var(--neutral--700);
}

.coming-soon-image-wrapper {
  position: absolute;
  left: 0%;
  right: 0%;
}

.sign-card-content {
  padding-left: 40px;
  padding-right: 40px;
}

.form {
  margin-bottom: 0;
}

.no-hover {
  transition: none;
}

.dropdown-main-pages-wrapper {
  grid-column-gap: 28px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: flex;
}

.dropdown-main-pages-wrapper.main-name-wrapper {
  margin-top: 20px;
}

.dropdown-main-pages-wrapper.main-name-wrapper.main-notification-wrapper {
  margin-top: 10px;
}

.pd-left-0px {
  padding-left: 0;
}

.demo-form {
  min-height: 305px;
}

.padding-top---desktop {
  height: 148px;
}

.utility-page-wrapper {
  min-height: 100vh;
  max-height: 100vh;
}

.footer-logo-link {
  width: 100%;
  max-width: 209px;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.footer-logo-link:hover {
  transform: translate(0, -4px);
}

.slider-phone---wrapper {
  align-items: center;
  width: 100%;
  max-width: 465px;
  display: flex;
}

.footer-cta-content-top---wrapper {
  max-width: 462px;
  margin-left: auto;
  margin-right: auto;
}

.team-collection-list-wrapper {
  margin: -1px;
}

.dot-span {
  position: relative;
  top: -25px;
}

.form-button-inside {
  flex-direction: column;
  justify-content: center;
  min-height: 80px;
  margin-bottom: 0;
  display: flex;
}

.author-card-content-bottom-right {
  align-items: center;
  padding: 24px 40px;
  display: flex;
}

.rich-text-v2 img {
  border-radius: 24px;
}

.rich-text-v2 p {
  margin-bottom: 16px;
}

.rich-text-v2 h2 {
  margin-bottom: 16px;
  font-size: 54px;
  line-height: 1.222em;
}

.rich-text-v2 h3 {
  margin-top: 48px;
  margin-bottom: 16px;
}

.rich-text-v2 figure {
  margin-top: 64px;
  margin-bottom: 64px;
}

.rich-text-v2 ul, .rich-text-v2 ol {
  margin-top: 24px;
  margin-bottom: 48px;
}

.rich-text-v2 h6, .rich-text-v2 h5, .rich-text-v2 h4 {
  margin-top: 48px;
  margin-bottom: 16px;
}

.rich-text-v2 blockquote {
  margin-top: 48px;
  margin-bottom: 48px;
}

.integration-card-content-bottom {
  flex-direction: column;
  flex: 1;
  width: 100%;
  display: flex;
}

.mg-top-auto {
  margin-top: auto;
}

.mg-top-31px {
  margin-top: 31px;
}

.token-information-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.add-cart---main {
  flex-direction: column;
  justify-content: center;
  min-height: 166px;
  display: flex;
}

.career-hero-image---main {
  width: 100%;
  min-width: 542px;
  max-width: 593px;
  margin-bottom: -66%;
  display: flex;
  position: relative;
}

.testimonial-grid-column {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 845px;
  display: grid;
  overflow: hidden;
}

.contact-form-block {
  flex-direction: column;
  justify-content: center;
  min-height: 508px;
  margin-bottom: 0;
  display: flex;
}

.success-contact-form {
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.success-message-newsletter {
  text-align: left;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.coming-soon-state-wrapper {
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.coming-soon-image-wrapper---main {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 382px;
  display: flex;
  position: relative;
}

.sign-form {
  flex-direction: column;
  justify-content: center;
  min-height: 655px;
  margin-bottom: 0;
  display: flex;
}

.checkbox-field-paragraph {
  color: var(--neutral--400);
}

.sign-up-form-v1 {
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
  display: flex;
}

.demo-form-block {
  flex-direction: column;
  justify-content: center;
  min-height: 569px;
  margin-bottom: 0;
  display: flex;
}

.password-images-wrapper {
  max-width: 23%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  left: 6%;
}

.testimonial-grid-1-column {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.testimonial-grid-1-column._01, .testimonial-grid-1-column._03 {
  margin-top: 45px;
}

.order-summary-line-item, .cart-line-item-subtotal {
  grid-column-gap: 15px;
  flex-wrap: wrap;
}

.remove-button {
  color: var(--neutral--500);
  line-height: 1.111em;
}

.remove-button:hover {
  color: var(--accent--primary-1);
}

.cart-item {
  border-bottom: 1px solid var(--neutral--700);
  justify-content: space-between;
  padding: 20px 24px;
}

.cart-item:first-child {
  padding-top: 0;
}

.cart-item:last-child {
  border-bottom-style: none;
  padding-bottom: 0;
}

.cart-item-image-wrapper {
  border-radius: 8px;
  max-width: 60px;
  overflow: hidden;
}

.div-block {
  margin-right: 20px;
}

.flyback-token---price-image {
  min-width: 30px;
  max-width: 30px;
  margin-top: 8px;
  margin-right: 10px;
  padding-right: 0;
}

.flyback-token---price-image.current-presale-level-info-image {
  min-height: 30px;
  max-height: 30px;
}

.flyback-token---price-image.current-presale-level-info-image.new-cp-image {
  margin-right: 0;
}

.top-announcement-bar-container {
  background-color: #232323;
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 10px 20px;
  display: inline;
}

.stage-text-atf {
  color: var(--neutral--400);
  text-align: left;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 400;
}

.stage-text-atf.sold-text {
  font-size: 12px;
}

.stage-text-atf.sold-text.subtitle-total-available {
  margin-top: -7px;
}

.stage-text-atf.sold-text.subtitle-total-available.max-button {
  background-color: var(--accent--primary-1);
  color: var(--secondary--color-3);
  border-radius: 8px;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 700;
  display: inline;
}

.stage-text-atf.sold-text.subtitle-total-available.max-button:hover {
  background-color: rgba(176, 241, 39, .6);
}

.stage-text-atf.sold-text.avl.est {
  margin-top: -7px;
}

.presale-price-text {
  text-align: left;
  font-size: 15px;
}

.presale-price-text.sold-number-text {
  color: var(--primary-1);
  margin-bottom: -10px;
  font-size: 17px;
  font-weight: 600;
}

.sidebar-account-settings-divider {
  background-color: #37446b;
  align-self: center;
  width: 100%;
  min-width: 200px;
  min-height: .6px;
  max-height: .6px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.sidebar-logo-link {
  transform-style: preserve-3d;
  transition-property: transform;
}

.sidebar-logo-link:hover {
  transform: scale3d(1.06, 1.06, 1.01);
}

.sidebar-logo-link.show-on-tablet {
  display: none;
}

.dashdark-custom-icon {
  font-weight: 400;
}

.dashdark-custom-icon.sidebar-link-icon {
  margin-right: 6px;
  font-size: 14px;
  line-height: 1em;
}

.dashdark-custom-icon.icon-size-9px {
  font-size: 9px;
  line-height: 1em;
}

.dashdark-custom-icon.details-icon {
  color: #d9e1fa;
  cursor: pointer;
  min-width: 16px;
  max-width: 16px;
  min-height: 16px;
  max-height: 16px;
  margin-left: 8px;
  font-size: 16px;
  line-height: 1em;
  transition: color .3s;
}

.dashdark-custom-icon.details-icon:hover {
  color: #6c72ff;
}

.sidebar-menu-container {
  z-index: 1;
  grid-row-gap: 4px;
  flex-direction: column;
  width: 100%;
  padding: 26px 28px 40px;
  display: flex;
}

.sidebar-collapse-icon-container {
  cursor: pointer;
  transform-style: preserve-3d;
  transition: transform .3s;
}

.sidebar-collapse-icon-container:hover {
  transform: scale3d(1.1, 1.1, 1.01);
}

.btn-primary-2 {
  color: #fff;
  text-align: center;
  background-color: #6c72ff;
  border-radius: 4px;
  justify-content: center;
  padding: 8px;
  font-weight: 500;
  line-height: 1.167em;
  text-decoration: none;
  transition: background-color .3s, color .3s;
}

.btn-primary-2:hover {
  color: #fff;
  background-color: #212c4d;
}

.btn-primary-2.large {
  color: #141414;
  background-color: #b0f127;
  border-radius: 20px;
  padding: 14px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.125em;
}

.text-401 {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.167em;
}

.text-401.medium, .text-401.sidebar-dropdown-text {
  font-weight: 500;
}

.btn-inside-input-left {
  z-index: 2;
  color: #aeb9e1;
  background-color: rgba(0, 0, 0, 0);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  justify-content: flex-end;
  align-items: center;
  min-width: 30px;
  padding: 0;
  font-family: Line Rounded Icons, sans-serif;
  transition: color .3s;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.btn-inside-input-left:hover {
  color: #fff;
}

.dropdown-wrapper-2 {
  z-index: 500;
}

.dropdown-wrapper-2.sidebar-dropdown {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.hamburger-menu-wrapper-2 {
  padding: 0;
}

.hamburger-menu-wrapper-2.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.sidebar-dropdown-list-wrapper {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 8px;
  margin-bottom: 4px;
  position: static;
}

.sidebar-dropdown-list-wrapper.sidebar-account-settings-list {
  display: none;
  overflow: hidden;
}

.dropdown-toggle-2 {
  align-items: center;
  padding: 0;
  transition: color .3s;
  display: flex;
}

.dropdown-toggle-2:hover {
  color: #6c72ff;
}

.dropdown-toggle-2.sidebar-dropdown {
  grid-column-gap: 20px;
  color: #aeb9e1;
  border-radius: 6px;
  justify-content: space-between;
  width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 12px;
}

.dropdown-toggle-2.sidebar-dropdown:hover {
  color: #fff;
}

.dropdown-toggle-2.sidebar-dropdown.w--open {
  color: #6c72ff;
}

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

.sidebar-collapsed-icon-btn-wrapper {
  display: none;
}

.font-icon-left-link {
  grid-column-gap: 8px;
  color: #aeb9e1;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.font-icon-left-link:hover {
  color: #6c72ff;
}

.font-icon-left-link.color-red-300 {
  color: #ff5a65;
}

.font-icon-left-link.color-red-300:hover {
  color: #dc2b2b;
}

.image-7 {
  display: none;
}

.sidebar-logo-section-container {
  justify-content: space-between;
  align-items: center;
  height: 100px;
  padding: 20px 28px;
  display: flex;
}

.image-8 {
  max-width: 90%;
}

.sidebar-collapsed-icon-btn {
  cursor: pointer;
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  min-width: 26px;
  max-width: 26px;
  min-height: 26px;
  max-height: 26px;
  transition: transform .3s;
  display: flex;
}

.sidebar-collapsed-icon-btn:hover {
  transform: scale3d(1.06, 1.06, 1.01);
}

.sidebar-wrapper {
  z-index: 500;
  background-color: #141414;
  border-right: .6px solid #37446b;
  width: 100%;
  max-width: 300px;
  height: 100vh;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
}

.sidebar-menu-collapsed-overlay {
  z-index: 2147483647;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.input-2 {
  color: #fff;
  background-color: #101935;
  border: .6px solid #343b4f;
  border-radius: 4px;
  min-height: 42px;
  margin-bottom: 0;
  padding: 14px;
  font-size: 12px;
  line-height: 1.167em;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 4px rgba(1, 5, 17, .2);
}

.input-2:hover {
  border-color: #7e89ac;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .1);
}

.input-2:focus {
  border-color: #6c72ff;
}

.input-2::placeholder {
  color: #aeb9e1;
}

.input-2.icon-inside-left {
  padding-left: 40px;
  display: none;
}

.flex {
  text-decoration: none;
  display: flex;
}

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

.flex.align-center.gap-column-8px.stage-number.incentive-headline {
  margin-bottom: -10px;
}

.flex.align-center.gap-column-8px.stage-number.incentive-headline._2nd-incentive-headline {
  margin-top: 10px;
}

.flex.align-center.gap-column-6px {
  grid-column-gap: 6px;
  flex: 0 auto;
}

.flex.align-center.gap-column-6px.stage-text {
  text-align: left;
  justify-content: center;
}

.flex.align-center.gap-column-6px.min-heigt-flex {
  justify-content: center;
  min-height: 48px;
}

.flex.align-center.gap-column-6px.flys-price---current {
  justify-content: flex-end;
}

.flex.align-center.gap-column-4px.dashboard-general-stats-flex {
  margin-top: 5px;
}

.flex.align-center.gap-column-4px.dashboard-general-stats-flex.next-fb-webinar {
  margin-bottom: 10px;
}

.text-402 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.143em;
}

.text-402.sidebar-dropdown-text {
  font-family: Manrope, sans-serif;
  font-weight: 500;
}

.sidebar-search-wrapper {
  z-index: 1;
  margin-bottom: 8px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.sidebar-search-wrapper.sidebar-new-new {
  margin-left: 28px;
  margin-right: 28px;
}

.link-block {
  color: #d1dbf9;
  margin-bottom: 25px;
  text-decoration: none;
}

.grid-1-column-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 60px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  display: grid;
}

.grid-1-column-2.gap-row-4px {
  grid-row-gap: 4px;
  text-align: left;
}

.sidebar-btn-wrapper {
  margin-top: 48px;
  padding-left: 0;
  padding-right: 0;
}

.sidebar-collapsed-divider {
  background-color: #37446b;
  min-height: .6px;
  max-height: .6px;
  display: none;
}

.loading-bar-wrapper {
  z-index: 2147483647;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.loading-bar {
  background-image: linear-gradient(#6c72ff, #57c3ff);
  min-height: 4px;
}

.mg-bottom-16px-2 {
  margin-bottom: 16px;
}

.btn-primary-3 {
  color: #fff;
  text-align: center;
  background-color: #6c72ff;
  border-radius: 4px;
  justify-content: center;
  padding: 8px;
  font-weight: 500;
  line-height: 1.167em;
  text-decoration: none;
  transition: background-color .3s, color .3s;
}

.btn-primary-3:hover {
  color: #fff;
  background-color: #212c4d;
}

.btn-primary-3.large {
  color: #141414;
  background-color: #b0f127;
  background-image: linear-gradient(108deg, #636fb9, #ff192f);
  border-radius: 20px;
  width: 100%;
  padding: 14px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.125em;
}

.btn-primary-3.large.view-all-stages {
  background-color: rgba(247, 249, 255, .1);
  background-image: none;
}

.div-block-4 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.div-block-4.token-block {
  margin-top: -19px;
}

.button-2 {
  background-color: #771792;
  border: 2px solid #771792;
  border-radius: 5px;
  margin-left: 0;
  margin-right: 20px;
  transition: all .35s;
}

.button-2:hover {
  color: #fff;
  background-color: #cc148f;
  border-color: #cc148f;
}

.button-2.submit-form-button.btn-primary.large {
  background-image: linear-gradient(108deg, #636fb9, #ff192f);
  border-style: none;
  width: 100%;
  margin-top: 0;
}

.text-403 {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.167em;
}

.text-403.text-progess-bar {
  color: #eaf4ff;
  margin-bottom: 16px;
  font-size: 20px;
}

.text-403.text-progess-bar.text-sold-text {
  text-align: left;
  margin-top: 19px;
  font-size: 15px;
  line-height: 1.4em;
}

.text-403.text-progess-bar.text-sold-text.incentive-info-text {
  margin-top: 0;
  font-size: 14px;
}

.text-403.text-progess-bar.text-sold-text.incentive-info-text.headline {
  color: rgba(234, 244, 255, .8);
  margin-bottom: 5px;
  font-size: 12px;
}

.text-403.text-progess-bar.text-sold-text.incentive-info-text.headline.sst-bsc-token-buy-incentive-required-headline {
  text-align: right;
}

.text-403.text-progess-bar.text-sold-text.sst-bsc-token-buy-incentive {
  margin-top: 0;
}

.text-403.text-progess-bar.text-sold-text.incentive-stage-complete-requirement {
  text-align: right;
}

.text-403.text-progess-bar.text-inside-bar {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 20px;
  font-size: 15px;
  font-weight: 600;
}

.text-403.text-progess-bar.text-inside-bar.tokens-sold-text {
  margin-top: -3px;
  font-size: 13px;
}

.text-403.medium {
  font-weight: 500;
}

.text-403.medium.mg-top-2px {
  margin-top: 2px;
}

.clock-number {
  color: #eaf4ff;
  font-size: 38px;
  font-weight: 600;
  line-height: 25px;
}

.image-2 {
  opacity: .22;
  max-width: 50%;
  margin-top: -44px;
  margin-left: auto;
  margin-right: -10px;
}

.image-2.image-2-neu {
  opacity: .58;
  text-align: left;
  max-width: 50%;
  margin-top: 3px;
  margin-left: auto;
  margin-right: 0;
  display: block;
}

.image-2.image-2-neu.countdowntimer-image {
  opacity: .36;
  max-width: 230px;
  margin-top: -148px;
}

.form__input {
  color: gray;
  background-color: #f6f6f6;
  border-radius: 3px;
  min-height: 50px;
  font-size: 16px;
}

.form__input.name.tether {
  color: #fff;
  background-color: #101935;
  background-image: url('/flyback/images/Tether-Exchange.png');
  background-position: 8px;
  background-size: 40px;
  border: 1px solid #37446b;
  padding-left: 60px;
}

.form__input.name.tether::placeholder {
  color: #aeb9e1;
}

.form__input.name.tether.withdraw-currency {
  background-image: none;
  font-size: 15px;
}

.form__input.name {
  color: #fff;
  background-color: #101935;
  background-image: url('/flyback/images/Tether-x-SST-II_1.png');
  background-position: 8px;
  background-repeat: no-repeat;
  background-size: 40px;
  border: 1px solid #37446b;
  border-radius: 5px;
  padding-left: 60px;
}

.form__input.name::placeholder {
  color: #aeb9e1;
}

.form__input.name.tether {
  background-color: var(--neutral--700);
  color: #fff;
  background-image: none;
  border: 1px solid rgba(113, 113, 114, .6);
  padding-left: 20px;
  font-size: 18px;
  font-weight: 500;
}

.form__input.name.tether::placeholder {
  color: rgba(255, 255, 255, .54);
  font-size: 18px;
}

.form__input.name.tether.withdraw-request {
  font-size: 15px;
}

.form__input.name.tether.withdraw-request.wallet-field.profile-settings-display-name-field {
  background-image: none;
}

.form__input.name.tether.withdraw-request.wallet-field.profile-settings-display-name-field::placeholder {
  color: rgba(255, 255, 255, .51);
}

.form__input.name.tether.withdraw-request.wallet-field.profile-settings-display-name-field.new-password-field::placeholder {
  color: rgba(255, 255, 255, .5);
}

.form__input.name.tether.withdraw-request.wallet-field.profile-settings-display-name-field.additional-information {
  font-size: 14px;
}

.form__input.name.tether.withdraw-request.wallet-field.profile-settings-display-name-field.additional-information::placeholder {
  font-size: 14px;
}

.form__input.name.tether.withdraw-request.wallet-field.profile-settings-display-name-field.gold-settings {
  font-size: 14px;
}

.form__input.name.tether.withdraw-request.wallet-field.profile-settings-display-name-field.gold-settings::placeholder {
  font-size: 14px;
}

.form__input.name.tether.flys-swap::placeholder {
  font-size: 18px;
}

.form__input.name.tether.swap-form {
  background-color: rgba(255, 255, 255, .02);
  border-color: rgba(255, 255, 255, .08);
  border-radius: 8px 0 0 8px;
  font-size: 16px;
}

.form__input.name.tether.swap-form::placeholder {
  font-size: 16px;
}

.form__input.name.tether.swap-form.copy-referral-link {
  border-radius: 8px 0 0 8px;
  margin-bottom: 20px;
  font-size: 14px;
}

.form__input.name.tether.swap-form.copy-referral-link::placeholder {
  color: #fff;
  font-size: 14px;
}

.form__input.name.tether.swap-form.wd-form {
  border-radius: 8px;
}

.mg-bottom-40px-2 {
  margin-bottom: 40px;
}

.column {
  justify-content: flex-end;
  display: flex;
}

.max-h-16px {
  max-height: 16px;
}

.divider-2 {
  background-color: var(--neutral--700);
  min-height: .6px;
  margin-top: 14px;
  margin-bottom: 14px;
}

.divider-2.top-up-divider {
  margin-top: 31px;
}

.divider-2.leaderboard-divider {
  margin-top: 0;
  margin-bottom: 0;
}

.buttons-row-2 {
  grid-column-gap: 12px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.js-clock {
  justify-content: flex-start;
  align-items: center;
  margin-top: -22px;
  margin-bottom: 20px;
  margin-left: -12px;
  display: flex;
}

.mg-bottom-32px-2 {
  margin-bottom: 32px;
}

._2-items-wrap-container {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

._2-items-wrap-container.mg-bottom-24px {
  margin-bottom: -28px;
}

._2-items-wrap-container.mg-bottom-24px.container-maik-new {
  justify-content: center;
  padding-left: 40px;
  padding-right: 20px;
  display: block;
}

._2-items-wrap-container.pd-32px---28px {
  padding: 32px 28px;
}

.card-2 {
  background-color: #101935;
  border: 0 solid #343b4f;
  border-radius: 12px;
  width: 100%;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
}

.card-2.top-details {
  z-index: 1;
  grid-row-gap: 16px;
  background-image: url('/flyback/images/B-SST---Background.png');
  background-position: 100% 0;
  background-size: cover;
  border-width: 1px;
  border-color: #37446b;
  border-radius: 8px;
  flex-direction: column;
  padding: 20px 20px 0;
  display: flex;
  position: relative;
}

.card-2.top-details.td2, .card-2.top-details.td3 {
  background-image: url('/flyback/images/B-SST---Background.png');
}

.card-2.top-details.account-status-card {
  grid-row-gap: 0px;
}

.card-2.overflow-hidden.order-status-card {
  border-width: 1px;
  border-color: #37446b;
}

.card-2.overflow-hidden.order-status-card.your-partners-card {
  border-color: var(--neutral--700);
  background-color: var(--secondary--color-3);
  margin-top: 60px;
  margin-bottom: 40px;
}

.card-2.overflow-hidden.order-status-card.your-partners-card.top-partners---pool-earnings---card {
  background-color: rgba(20, 20, 20, 0);
}

.card-2.overflow-hidden.order-status-card.your-partners-card {
  background-color: #141414;
  border-color: #2f2f2f;
  margin-top: 60px;
  margin-bottom: 40px;
}

.card-2.overflow-hidden.order-status-card.your-partners-card.new-partner-card {
  margin-top: 20px;
}

.card-2.top-details {
  z-index: 1;
  grid-row-gap: 16px;
  border-width: 1px;
  border-color: var(--neutral--700);
  background-color: var(--secondary--color-3);
  background-image: none;
  border-radius: 8px;
  flex-direction: column;
  padding: 20px;
  display: flex;
  position: relative;
}

.card-2.top-details.td4 {
  background-image: url('/flyback/images/B-SST---Background_1.png');
  margin-top: 0;
}

.card-2.top-details.td3, .card-2.top-details.td2 {
  background-image: none;
}

.card-2.top-details.team-stats-top-details-card {
  background-color: rgba(160, 158, 158, 0);
  background-image: radial-gradient(circle at 0 0, rgba(255, 255, 255, .03), rgba(255, 255, 255, .01));
  border-width: .75px;
  border-color: rgba(255, 255, 255, .06);
  border-radius: 12px;
  padding-left: 20px;
  padding-right: 20px;
}

.card-2.top-details.team-stats-top-details-card.pools-card.treasury-card {
  padding: 30px 30px 0;
}

.card-2.top-details.team-stats-top-details-card.pools-card.treasury-card.gold-card {
  align-items: center;
  padding-bottom: 25px;
}

.card-2.top-details.team-stats-top-details-card.pools-card.treasury-card.gold-card-new {
  border-style: none;
}

.card-2.top-details.team-stats-top-details-card.streamline-stats-card {
  margin-top: 20px;
}

.card-2.top-details.team-stats-top-details-card.staking-earnings---left-card {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-image: repeating-radial-gradient(circle at 50% 100%, rgba(176, 241, 39, .11), rgba(112, 226, 36, .05) 40%, rgba(176, 241, 39, .02));
  flex-flow: row;
  align-items: stretch;
}

.card-2.top-details.team-stats-top-details-card.staking-earnings---left-card.card---notice {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
}

.card-2.top-details.team-stats-top-details-card.staking-earnings---left-card.card---notice.staking-explanation-video {
  cursor: pointer;
}

.card-2.top-details.team-stats-top-details-card.staking-earnings---left-card.card---notice.staking-explanation-video:hover {
  background-image: repeating-radial-gradient(circle at 50% 100%, rgba(176, 241, 39, .2), rgba(112, 226, 36, .1) 40%, rgba(176, 241, 39, .08));
}

.card-2.top-details.team-stats-top-details-card.staking-earnings---left-card.not-qulified {
  background-image: repeating-radial-gradient(circle at 50% 100%, rgba(255, 90, 101, .14), rgba(255, 90, 101, .04) 40%, rgba(255, 90, 101, .08));
}

.card-2.top-details.team-stats-top-details-card.staking-earnings---left-card.not-qulified.display-none {
  display: none;
}

.card-2.top-details.team-stats-top-details-card.staking-earnings---left-card.physical-card---overview {
  background-image: repeating-radial-gradient(circle at 50% 100%, rgba(242, 198, 102, .15), rgba(242, 198, 102, .1) 40%, rgba(242, 198, 102, .23));
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.card-2.top-details.team-stats-top-details-card.staking-earnings---left-card.physical-card---overview.gold-card---overview {
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 32px;
}

.card-2.top-details.team-stats-top-details-card.staking-earnings---left-card.physical-card---overview.gold-card---overview.virtual-card---overview {
  background-image: repeating-radial-gradient(circle at 50% 100%, rgba(176, 241, 39, .11), rgba(176, 241, 39, .11) 40%, rgba(176, 241, 39, 0));
}

.card-2.top-details.team-stats-top-details-card.staking-earnings---left-card.physical-card---overview.gold-card---overview.cashback-dashboard---overview {
  background-image: repeating-radial-gradient(circle at 50% 100%, rgba(255, 255, 255, .14), rgba(255, 255, 255, .02) 40%, rgba(255, 255, 255, .02));
}

.card-2.top-details.team-stats-top-details-card.staking-earnings---left-card.physical-card---overview.gold-card---overview.cashback-dashboard---overview.card---steps {
  background-image: repeating-radial-gradient(circle at 0 0, rgba(255, 255, 255, .06), rgba(255, 255, 255, .02) 40%, rgba(255, 255, 255, .02));
  padding-bottom: 32px;
}

.card-2.top-details.team-stats-top-details-card.staking-earnings---left-card.physical-card---overview.gold-card---overview.gold-card---new {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
}

.card-2.top-details.team-stats-top-details-card.staking-earnings---left-card.flyback-physical-card---right-side {
  background-image: repeating-radial-gradient(circle at 50% 100%, rgba(176, 241, 39, .11), rgba(112, 226, 36, .05) 40%, rgba(176, 241, 39, .02));
  margin-bottom: 20px;
  display: block;
}

.card-2.top-details.team-stats-top-details-card.staking-earnings---left-card.flyback-physical-card---right-side.gold-card---more-padding {
  padding-top: 23px;
  padding-bottom: 23px;
}

.card-2.top-details.team-stats-top-details-card.staking-earnings---left-card.flyback-physical-card---right-side.flyback-virtual-card---main-card {
  padding: 24px 24px 0;
}

.card-2.top-details.team-stats-top-details-card.staking-earnings---left-card.flyback-physical-card---right-side.flyback-virtual-card---main-card.inactive {
  background-image: repeating-radial-gradient(circle at 50% 100%, rgba(255, 255, 255, .11), rgba(255, 255, 255, .05) 40%, rgba(255, 255, 255, .02));
}

.card-2.top-details.team-stats-top-details-card.staking-earnings---left-card.flyback-physical-card---right-side.flyback-virtual-card---main-card.signup-card {
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 32px;
}

.card-2.top-details.team-stats-top-details-card.staking-earnings---left-card.flyback-physical-card---right-side.flyback-virtual-card---main-card.gold---main-card {
  background-image: repeating-radial-gradient(circle at 0 100%, rgba(242, 198, 102, .21), rgba(242, 198, 102, .05));
}

.card-2.top-details.team-stats-top-details-card.staking-earnings---left-card.flyback-physical-card---right-side.commissions---container {
  background-image: none;
}

.card-2.top-details.team-stats-top-details-card.staking-earnings---left-card.flyback-physical-card---right-side.step-card {
  padding: 32px;
}

.card-2.top-details.team-stats-top-details-card.flyback-card---purchases-to-qualify {
  margin-bottom: 20px;
}

.card-2.top-details.team-stats-top-details-card.flyback-card---purchases-to-qualify.gold-card---more-padding {
  padding-top: 23px;
  padding-bottom: 23px;
}

.card-2.top-details.team-stats-top-details-card.gold-card---available-cards {
  margin-bottom: 20px;
  padding-top: 23px;
  padding-bottom: 23px;
}

.card-2.top-details.team-stats-top-details-card.pool-bonus---card {
  grid-row-gap: 0px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.card-2.top-details.team-stats-top-details-card.countdown---top-card {
  padding-top: 10px;
  padding-bottom: 10px;
}

.card-2.top-details.team-stats-top-details-card.dashboard---subpages-card:hover {
  background-image: radial-gradient(circle at 0 0, rgba(255, 255, 255, .08), rgba(255, 255, 255, .02));
}

.card-2.top-details.team-stats-top-details-card.referral-links---card {
  background-image: none;
  padding: 32px 32px 22px;
}

.card-2.top-details.team-stats-top-details-card.treasury-card.gold-card {
  padding-bottom: 0;
}

.card-2.top-details.team-stats-top-details-card.treasury-card.gold-card.gold-card-extreme {
  background-image: radial-gradient(circle at 0 0, rgba(242, 198, 102, .08), rgba(242, 198, 102, 0));
}

.card-2.top-details.team-stats-top-details-card.treasury-card.gold-card-new {
  text-align: left;
}

.card-2.top-details.team-stats-top-details-card.card-low-stats {
  grid-row-gap: 0px;
}

.card-2.top-details.team-stats-top-details-card.green-card {
  background-image: radial-gradient(circle at 0 0, rgba(176, 241, 39, .11), rgba(176, 241, 39, .05) 49%, rgba(176, 241, 39, .02));
}

.card-2.pd-30px---36px {
  padding: 30px 0 30px 20px;
}

.card-2.pd-30px---36px.stages-overview {
  background-color: rgba(16, 25, 53, 0);
  margin-top: 10px;
  padding: 0 10px 0 0;
}

.card-2.pd-30px---36px.stages-overview.leaderboard-main {
  margin-top: 20px;
}

.card-2.pd-30px---36px.stages-overview.leaderboard-main.team-level-main {
  margin-top: 0;
}

.card-2.pd-30px---36px.stages-overview.right-column {
  padding-left: 10px;
}

.card-2.pd-30px---36px.stages-overview.stakes-overview {
  padding-right: 0;
}

.orders-status-table-row {
  grid-column-gap: 10px;
  border-bottom: .6px solid #37446b;
  grid-template-rows: auto;
  grid-template-columns: .3fr .7fr .75fr .5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  min-height: 64px;
  margin-bottom: -.6px;
  padding: 12px 28px;
  display: grid;
}

.orders-status-table-row.latest-transactions-table-row {
  grid-template-columns: .3fr .7fr .75fr 1fr 1fr;
}

.orders-status-table-row.table-row-2 {
  grid-template-columns: .3fr 1.2fr .75fr .5fr .75fr .75fr;
}

.div-block-3 {
  background-image: url('/flyback/images/Unbenannt-2.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 8px;
  padding: 20px 20px 0;
}

.div-block-3.usdt-balance {
  border: 1px solid #37446b;
  margin-right: 10px;
}

.div-block-3.usdt-balance.tokens-sold-balance {
  background-image: url('/flyback/images/Unbenannt-2-2.png');
}

.div-block-3.usdt-balance.tokens-sold-balance.your-incentives-container {
  margin-top: 44px;
  padding-bottom: 15px;
  padding-left: 25px;
  padding-right: 30px;
}

.div-block-3.usdt-balance.countdown {
  background-image: url('/flyback/images/B-SST---Background.png');
}

.div-block-3.b-sst-balance {
  border: 1px solid #37446b;
  margin-left: 10px;
}

.box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-left: -25px;
  margin-right: -20px;
  padding: 10px 0;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.your-incentives-columns {
  margin-top: 20px;
}

.column-5 {
  padding-right: 15px;
}

.inner-progress-bar {
  background-color: #6c72ff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.inner-progress-bar.width-30 {
  background-image: linear-gradient(63deg, var(--accent--primary-1), var(--secondary-1-gradient));
  width: 49%;
}

.inner-progress-bar.width-30.token-buy-incentives-bar {
  background-color: var(--accent--primary-1);
  background-image: none;
  width: 90%;
}

.inner-progress-bar.width-30.token-buy-incentives-bar.gold-progress-bar {
  background-color: #f2c666;
  width: 70%;
}

.image-3 {
  max-width: 50px;
}

.tokens-columns {
  margin-top: 28px;
}

.columns-6 {
  margin-bottom: 10px;
}

.columns-6.progess-bar-columns {
  margin-top: 10px;
}

.image-5.current-price-image {
  max-width: 160px;
  margin-left: auto;
  margin-right: 0;
}

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

.btn-secondary-2 {
  color: #fff;
  text-align: center;
  background-color: #212c4d;
  border-radius: 4px;
  padding: 8px;
  line-height: 1.167em;
  text-decoration: none;
  transition: background-color .3s, color .3s;
}

.btn-secondary-2:hover {
  color: #fff;
  background-color: #6c72ff;
}

.btn-secondary-2.input.watch-tutorial:hover {
  background-image: linear-gradient(108deg, #636fb9, #ff192f);
  border-width: 0;
}

.btn-secondary-2.input.watch-tutorial:focus {
  border-style: none;
}

.btn-secondary-2.input.watch-tutorial:visited {
  border-width: 0;
}

.percentage-bars-small-section-container {
  border-right: 0 solid #37446b;
  margin-top: 0;
  padding: 0;
}

.graph-large-section-container {
  flex-direction: column;
  justify-content: center;
  padding: 0 40px 40px;
  display: flex;
}

.div-block-2 {
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.div-block-2.token-pre-sale {
  border: 1px solid #37446b;
  border-radius: 12px;
  padding-left: 5px;
  padding-right: 5px;
}

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

.grid-2-columns-2._1fr---2-05fr {
  grid-template-columns: 1fr 2.05fr;
}

.grid-2-columns-2._1fr---2-05fr.gap-0 {
  grid-template-columns: 4.75fr;
}

.text-50 {
  font-size: 10px;
  font-weight: 400;
  line-height: 1em;
}

.text-50.semibold {
  font-weight: 600;
}

.progress-bar {
  z-index: 1;
  background-color: #37446b;
  border-radius: 20px;
  width: 100%;
  max-width: 100%;
  min-height: 30px;
  max-height: 30px;
  position: relative;
  overflow: hidden;
}

.progress-bar.tokens-sold-bar {
  background-color: var(--neutral--700);
  min-height: 12px;
  max-height: 12px;
}

.progress-bar.tokens-sold-bar.gold-progress-bar.gold-subpage---progress-bar {
  min-width: 400px;
  min-height: 12px;
  margin-top: 10px;
}

.progress-bar.tokens-sold-bar.team-bar {
  min-height: 6px;
  max-height: 6px;
}

.progress-bar.tokens-sold-bar {
  min-height: 20px;
  max-height: 20px;
}

.progress-bar.tokens-sold-bar._8-steps-success-formula-progress-bar {
  min-height: 20px;
  margin-top: 0;
  margin-bottom: 0;
}

.graph-small-section-container {
  flex-direction: column;
  padding: 24px 28px;
  display: flex;
}

.graph-small-section-container.countdown-etc-container {
  padding-top: 0;
}

.small-details-card-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-columns: 1fr;
  margin-bottom: 30px;
  display: grid;
}

.small-details-card-grid.buyback-numbers-overview {
  margin-top: 20px;
  margin-bottom: 60px;
}

.small-details-card-grid.buyback-numbers-overview.top-details-cards-team-stats.pool-stats-card {
  grid-template-rows: auto auto;
  grid-template-columns: minmax(200px, .5fr) minmax(200px, .5fr);
  width: 100%;
  max-width: 100%;
  overflow: scroll;
}

.small-details-card-grid.buyback-numbers-overview.top-details-cards-team-stats.pool-stats-card.treasury-card {
  grid-template-columns: minmax(200px, .5fr) minmax(200px, .5fr);
  margin-bottom: -15px;
}

.small-details-card-grid.buyback-numbers-overview.top-details-cards-team-stats.pool-overview {
  margin-top: -42px;
}

.small-details-card-grid.buyback-numbers-overview.top-details-cards-team-stats.treasury-stats {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  margin-bottom: 35px;
}

.small-details-card-grid.buyback-numbers-overview.top-details-cards-team-stats.treasury-stats.gold-stats {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-columns: minmax(200px, 1fr);
}

.small-details-card-grid.buyback-numbers-overview.top-details-cards-team-stats.treasury-stats.gold-claim-stats {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) 200px;
  margin-top: 0;
  margin-bottom: 20px;
}

.small-details-card-grid.buyback-numbers-overview.top-details-cards-team-stats.top-details---physical-card {
  grid-template-columns: repeat(auto-fit, minmax(345px, 1.5fr));
  grid-auto-columns: .5fr;
  margin-top: 0;
}

.small-details-card-grid.buyback-numbers-overview.top-details-cards-team-stats.top-details---flyback-physical-card-stats, .small-details-card-grid.buyback-numbers-overview.numbers-overview---physical-card {
  margin-bottom: 20px;
}

.small-details-card-grid.buyback-numbers-overview.numbers-overview---physical-card.physical-card-grid {
  grid-template-columns: repeat(auto-fit, minmax(30%, 30%)) minmax(30%, 40%) minmax(25%, 25%);
}

.small-dot {
  background-color: rgba(253, 181, 42, .34);
  border-radius: 100%;
  min-width: 8px;
  max-width: 8px;
  min-height: 8px;
  max-height: 8px;
}

.small-dot.active-dot, .small-dot.active-dot.active-dot-new {
  background-color: var(--accent--primary-1);
}

.small-dot.active-dot.active-dot-new.not-active-dot {
  background-color: var(--system--300);
}

.small-dot._4px {
  min-width: 4px;
  max-width: 4px;
  min-height: 4px;
  max-height: 4px;
}

.small-dot._4px.bg-green-300 {
  background-color: #14ca74;
  margin-right: 5px;
}

.small-dot._4px.bg-green-300.coming-soon-dot {
  background-color: #eaf4ff;
}

.small-dot._4px.bg-green-300.small-yellow-dot {
  background-color: #fdb52a;
}

.small-dot._4px.bg-green-300.small-red-dot {
  background-color: #ff5a65;
}

.small-dot.coming-soon-dot {
  background-color: rgba(255, 255, 255, .13);
}

.display-5 {
  color: #fff;
  margin-right: 5px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.333em;
}

.display-5.token-presale-headline {
  font-size: 30px;
}

.display-5.token-presale-headline.general-stats-headline {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
}

.display-5.token-presale-headline.general-stats-headline.token-presale-small-headline {
  margin-top: 35px;
  margin-bottom: 25px;
}

.display-5.mg-bottom-4px {
  font-size: 32px;
}

.display-5.mg-bottom-4px.main-headline {
  font-family: Manrope, sans-serif;
  font-size: 38px;
}

.display-5.presale-stages-overview {
  margin-top: 38px;
}

.display-5.current-stage-display {
  font-size: 40px;
}

.display-5.card-title-new {
  font-size: 24px;
}

.display-5.wallet-headline {
  margin-bottom: 10px;
  font-size: 20px;
}

.display-5.wallet-headline.headline-with-margin, .display-5.wallet-headline.headline-with-margin.your-wallet-headline {
  margin-top: 0;
}

.display-5.wallet-headline.headline-with-margin.tokens-sold {
  margin-bottom: 15px;
  font-size: 22px;
}

.display-5.wallet-headline.headline-with-margin.tokens-sold.incentive-stage-display {
  font-size: 16px;
}

.display-5.wallet-headline.buy-b-sst-headline {
  margin-top: 16px;
}

.text-block {
  display: block;
}

.status-badge {
  grid-column-gap: 2px;
  border: .6px solid rgba(0, 0, 0, 0);
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  padding: 2px 4px;
  display: flex;
}

.status-badge.green {
  color: #14ca74;
  background-color: rgba(5, 193, 104, .2);
  border-color: rgba(5, 193, 104, .2);
  display: inline-block;
}

.status-badge.green.coming-soon-status-badge {
  color: #d9e1fa;
  background-color: rgba(234, 244, 255, .2);
  border-color: rgba(234, 244, 255, .2);
}

.status-badge.red {
  color: #ff5a65;
  background-color: rgba(255, 90, 101, .2);
  border-color: rgba(255, 90, 101, .2);
  display: block;
}

.status-badge.yellow {
  color: #fdb52a;
  background-color: rgba(255, 176, 22, .2);
  border-color: rgba(255, 176, 22, .2);
}

.status-badge.yellow.incentive-status-badge {
  display: inline-block;
}

.status-badge.green {
  color: var(--accent--primary-1);
  background-color: rgba(176, 241, 39, .2);
  border-style: none;
  border-color: rgba(176, 241, 39, .3);
  border-radius: 20px;
  padding: 4px 8px;
  display: inline-block;
}

.status-badge.green.yellow {
  -webkit-text-stroke-color: #fdb52a;
  background-color: rgba(253, 181, 42, .2);
  border-color: rgba(253, 181, 42, .2);
}

.status-badge.green.red {
  color: #ff5a65;
  background-color: rgba(255, 90, 101, .2);
  border-color: rgba(255, 90, 101, .2);
}

.container-default-2 {
  padding-left: 24px;
  padding-right: 24px;
}

.columns-2 {
  margin-bottom: 20px;
}

.paragraph-small-2 {
  font-size: 10px;
  line-height: 1.4em;
}

.paragraph-small-2.color-neutral-100 {
  font-size: 13px;
}

.table-main-container {
  margin-bottom: -.6px;
  padding-bottom: .6px;
  overflow: auto;
}

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

.text-404 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.143em;
}

.text-404.medium {
  font-weight: 500;
}

.text-404.medium.mg-bottom-10px.balance-subline {
  margin-bottom: 5px;
  font-size: 12px;
}

.text-404.medium.mg-bottom-10px.balance-subline.available-text {
  margin-bottom: 22px;
}

.text-404.medium.mg-bottom-10px.balance-subline.aligned-right.countdown-starts {
  margin-bottom: 13px;
}

.text-405 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.125em;
}

.text-405.medium {
  font-weight: 500;
}

.text-405.medium.color-neutral-100 {
  font-size: 22px;
}

.clock-label {
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-right: -5px;
  font-size: 9px;
  line-height: 14px;
}

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

.mg-bottom-2 {
  margin-bottom: 0;
  font-size: 15px;
}

.mg-bottom-2.subline-main {
  flex: 0 auto;
  margin-top: 8px;
  margin-bottom: 8px;
}

.section-2 {
  margin-top: 135px;
  margin-left: auto;
  margin-right: auto;
}

.image-9 {
  width: 100%;
  max-width: 450px;
  margin-left: 44px;
}

.text-406 {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.167em;
}

.text-406.medium, .text-406.sidebar-dropdown-text {
  font-weight: 500;
}

.dropdown-wrapper-3 {
  z-index: 500;
}

.dropdown-wrapper-3.sidebar-dropdown {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-11 {
  max-width: 90%;
}

.sidebar-wrapper-2 {
  z-index: 500;
  background-color: #141414;
  border-right: .6px solid #37446b;
  width: 100%;
  max-width: 300px;
  height: 100vh;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
}

.input-3 {
  color: #fff;
  background-color: #101935;
  border: .6px solid #343b4f;
  border-radius: 4px;
  min-height: 42px;
  margin-bottom: 0;
  padding: 14px;
  font-size: 12px;
  line-height: 1.167em;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 4px rgba(1, 5, 17, .2);
}

.input-3:hover {
  border-color: #7e89ac;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .1);
}

.input-3:focus {
  border-color: #6c72ff;
}

.input-3::placeholder {
  color: #aeb9e1;
}

.input-3.icon-inside-left {
  padding-left: 40px;
  display: none;
}

.text-407 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.143em;
}

.text-407.sidebar-dropdown-text {
  font-weight: 500;
}

.sidebar-spacer {
  width: 300px;
  max-width: 300px;
}

.dashboard-main-columns.pools-main-columns.staking---main-columns {
  margin-bottom: 60px;
}

.dashboard-main-columns.pools-main-columns.treasury---columns {
  margin-top: 40px;
}

.dashboard-main-columns.second-level {
  margin-top: 0;
}

.dashboard-main-columns.help---container {
  margin-top: 40px;
}

.image-13 {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.image-13.buyback-image {
  width: 32px;
  height: 100%;
}

.image-13.buyback-image.sst-image {
  width: 20px;
  margin-left: 10px;
  margin-right: 0;
}

.image-13.buyback-image.sst-image.sst-overview-image {
  width: 30px;
  height: 30px;
}

.image-13.current-flys-price-image {
  width: 30px;
  height: 30px;
  margin-right: 8px;
}

.image-13.current-flys-price-image.swapper-token-image {
  margin-right: 0;
}

.image-13.current-flys-price-image.swapper-token-image.flys-image {
  min-width: 48px;
  max-width: 48px;
  min-height: 30px;
  max-height: 30px;
}

.image-13.current-flys-price-image.swapper-token-image.usdt---small {
  width: 22px;
  height: 22px;
  margin-top: 3px;
}

.image-13.current-flys-price-image.swapper-token-image.copy-image {
  width: 25px;
  height: 25px;
}

.paragraph-small-3 {
  color: #fff;
  font-size: 10px;
  line-height: 1.4em;
}

.paragraph-small-3.overview-container-headline {
  color: var(--accent--primary-1);
  font-size: 14px;
}

.paragraph-small-3.overview-container-headline.wallet-headline {
  color: var(--accent--primary-1);
}

.paragraph-small-3.overview-container-headline.wallet-headline.approximate-worth {
  color: var(--neutral--400);
  padding-top: 3px;
  font-size: 12px;
}

.paragraph-small-3.overview-container-headline.wallet-headline.approximate-worth.available {
  text-align: right;
}

.paragraph-small-3.overview-container-headline.wallet-headline.tether-balance-headline {
  color: var(--neutral--400);
}

.paragraph-small-3.overview-container-headline.wallet-headline.tether-balance-headline.headline---activate-affiliate {
  margin-top: 10px;
  margin-bottom: 0;
}

.paragraph-small-3.overview-container-headline.wallet-headline.card-below-swapper-headline {
  color: var(--neutral--800);
}

.paragraph-small-3.overview-container-headline.leaderboard-subinfo-title.current-prizes-subtitle {
  margin-top: 5px;
  margin-bottom: 20px;
}

.paragraph-small-3.overview-container-headline.leaderboard-subinfo-title.current-prizes-subtitle.prize-subtitle {
  margin-top: 2px;
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 12px;
}

.paragraph-small-3.overview-container-headline.leaderboard-subinfo-title.current-prizes-subtitle.form-field-label-request-form {
  margin-top: 0;
  margin-bottom: 10px;
}

.paragraph-small-3.overview-container-headline.leaderboard-subinfo-title.current-prizes-subtitle.form-field-label-request-form.withdraw-notice {
  margin-bottom: 0;
}

.paragraph-small-3.overview-container-headline.leaderboard-subinfo-title.current-prizes-subtitle.form-field-label-request-form.wd-form, .paragraph-small-3.overview-container-headline.leaderboard-subinfo-title.stage-over {
  color: var(--neutral--400);
}

.paragraph-small-3.overview-container-headline.missed-commissions-headline {
  color: var(--system--300);
}

.paragraph-small-3.overview-container-headline.team-stats-headline {
  color: var(--neutral--500);
}

.paragraph-small-3.overview-container-headline.team-stats-headline.pool-members-count {
  padding-left: 5px;
  display: inline-block;
}

.paragraph-small-3.overview-container-headline.team-stats-headline.white {
  color: var(--primary-1);
}

.paragraph-small-3.overview-container-headline.team-stats-headline.yellow---notice {
  color: #fff200;
}

.paragraph-small-3.overview-container-headline.team-stats-headline.yellow---notice.kyc-id {
  color: var(--neutral--300);
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4em;
}

.paragraph-small-3.overview-container-headline.team-stats-headline.yellow---notice.kyc-id.required-documents {
  margin-bottom: 10px;
}

.paragraph-small-3.overview-container-headline.team-stats-headline.yellow---notice.kyc-id.required-documents.valid-headline {
  margin-bottom: 0;
}

.paragraph-small-3.overview-container-headline.team-stats-headline.yellow---notice.white---notice {
  color: #fff;
  margin-top: 2px;
}

.paragraph-small-3.overview-container-headline.team-stats-headline.yellow---notice.white---notice.notice-below-swapper {
  line-height: 1.6em;
}

.paragraph-small-3.overview-container-headline.team-stats-headline.yellow---notice.light-blue---notice {
  color: #9cb8d0;
}

.paragraph-small-3.overview-container-headline.team-stats-headline.yellow---notice.dashboard---account-inactive-notice-text {
  margin-right: 20px;
}

.paragraph-small-3.overview-container-headline.team-stats-headline.yellow---notice.dashboard---account-inactive-notice-text.green {
  color: var(--accent--primary-1);
}

.paragraph-small-3.overview-container-headline.team-stats-headline.yellow---notice.dashboard---account-inactive-notice-text.erc-notice {
  color: var(--system--300);
}

.paragraph-small-3.overview-container-headline.team-stats-headline.your-stakes---overview-headline.progress {
  margin-bottom: 5px;
}

.paragraph-small-3.overview-container-headline.team-stats-headline.staking---pool-qualification {
  color: var(--primary-1);
}

.paragraph-small-3.overview-container-headline.team-stats-headline.staking---pool-qualification.grey-text {
  color: var(--neutral--400);
}

.paragraph-small-3.overview-container-headline.team-stats-headline.staking---pool-qualification.topup-reward-level {
  color: var(--neutral--400);
  font-size: 12px;
}

.paragraph-small-3.overview-container-headline.team-stats-headline.staking---pool-qualification.reward-level-bonus {
  font-size: 16px;
  font-weight: 600;
}

.paragraph-small-3.overview-container-headline.team-stats-headline.staking---pool-qualification.reward-level-bonus.topup-rewards---table-content {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 14px;
}

.paragraph-small-3.overview-container-headline.team-stats-headline.staking---pool-qualification.reward-level-bonus.topup-rewards---table-content.to-stake---display {
  font-size: 15px;
  font-weight: 400;
}

.paragraph-small-3.overview-container-headline.team-stats-headline.countdown-headline {
  color: var(--primary-1);
  margin-bottom: 5px;
  font-size: 18px;
}

.paragraph-small-3.overview-container-headline.active-levels-headline {
  margin-bottom: 8px;
}

.paragraph-small-3.overview-container-headline.active-levels-headline.pool-qualification-headline {
  margin-bottom: 2px;
  font-size: 14px;
}

.paragraph-small-3.overview-container-headline.active-levels-headline.pool-qualification-headline.golden-headline {
  color: #f2c666;
}

.paragraph-small-3.overview-container-headline.active-levels-headline.pool-qualification-headline.golden-headline.golden-form-headline {
  margin-bottom: 10px;
}

.paragraph-small-3.overview-container-headline.active-levels-headline.pool-qualification-headline.notification-action-headline {
  width: 100%;
}

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

.image-12 {
  opacity: .22;
  max-width: 50%;
  margin-top: -44px;
  margin-left: auto;
  margin-right: -10px;
}

.display-6 {
  color: #fff;
  margin-right: 5px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.333em;
}

.display-6.card-title-new {
  margin-right: 10px;
  font-size: 25px;
}

.display-6.card-title-new.wallet-balance-main-number {
  margin-top: 10px;
}

.display-6.card-title-new.wallet-balance-main-number.tether-balance {
  margin-top: 2px;
  font-size: 20px;
  font-weight: 400;
}

.display-6.card-title-new.wallet-balance-main-number.total-balance {
  margin-top: 5px;
}

.display-6.card-title-new.wallet-balance-main-number.dark-headline {
  color: var(--neutral--800);
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 21px;
}

.display-6.card-title-new.current-presale-level-info-price {
  color: var(--accent--primary-1);
  font-size: 22px;
}

.display-6.card-title-new.current-presale-level-info-price.leaderboard-level-price {
  color: var(--neutral--300);
  font-size: 22px;
}

.display-6.card-title-new.current-presale-level-info-price.leaderboard-level-price.your-position-label {
  text-align: left;
  margin-right: 0;
  font-size: 20px;
}

.display-6.card-title-new.dashboard-card-title, .display-6.card-title-new.your-stakes---overview-title, .display-6.card-title-new.notice-text-field {
  font-size: 22px;
}

.display-6.card-title-new.available-cards {
  font-size: 39px;
}

.display-6.card-title-new.physical-card---title {
  margin-bottom: 10px;
  font-size: 20px;
}

.display-6.card-title-new.physical-card---title.home---card-titles.card-titles---home {
  margin-bottom: 5px;
}

.display-6.card-title-new.gold-title {
  text-align: left;
}

.display-6.progess-number {
  color: var(--accent--primary-1);
  text-align: center;
  width: 125px;
  margin-top: -103px;
  margin-left: 0;
  margin-right: auto;
  font-size: 23px;
}

.display-6.progess-number.progress-number---small {
  width: 45px;
  margin-top: -38px;
  font-size: 12px;
}

.display-6.progess-number.progress-numer---new {
  text-align: left;
  width: 100%;
  margin-top: 12px;
}

.dashboard-main-icon-general-stats {
  width: 100%;
  max-width: 76px;
  padding-right: 20px;
}

.dashboard-main-icon-general-stats.team-dashboard-icon {
  border-radius: 8px;
  max-width: 100%;
  margin-top: 2px;
  padding-right: 0;
}

.dashboard-main-icon-general-stats.team-dashboard-icon.pool-stats-icon {
  width: 55px;
}

.dashboard-main-icon-general-stats.team-dashboard-icon.pool-dashboard-icon {
  width: 52px;
}

.dashboard-main-icon-general-stats.team-dashboard-icon.treasury-icon {
  max-width: 40px;
  margin-top: 0;
  margin-right: 15px;
}

.dashboard-main-icon-general-stats.team-dashboard-icon.physical-card---icon {
  max-width: 50px;
  margin-bottom: 10px;
}

.dashboard-main-icon-general-stats.team-dashboard-icon.next-flyback-member {
  border-radius: 100px;
}

.dashboard-main-icon-general-stats.flyback-treasury-icon {
  padding-right: 0;
}

.small-dot-2 {
  background-color: #6c72ff;
  border-radius: 100%;
  min-width: 8px;
  max-width: 8px;
  min-height: 8px;
  max-height: 8px;
}

.small-dot-2._4px {
  min-width: 4px;
  max-width: 4px;
  min-height: 4px;
  max-height: 4px;
}

.flex-2 {
  display: flex;
}

.flex-2.align-center {
  align-items: center;
}

.paragraph-small-4 {
  font-size: 10px;
  line-height: 1.4em;
}

.paragraph-small-4.color-neutral-100 {
  align-self: center;
  font-size: 14px;
}

.paragraph-small-4.color-neutral-100.leaderboard-prize-text {
  color: var(--accent--primary-1);
  font-weight: 600;
}

.paragraph-small-4.color-neutral-100.leaderboard-prize-text.current-prizes-for-winners-text {
  color: var(--neutral--300);
  margin-top: 5px;
  margin-left: 10px;
  font-size: 17px;
}

.paragraph-small-4.color-neutral-100.leaderboard-prize-text.current-prizes-for-winners-text.last-winners-text {
  color: var(--neutral--300);
  margin-top: 0;
  font-size: 15px;
}

.paragraph-small-4.color-neutral-100.leaderboard-prize-text.team-level-pragraph {
  font-size: 15px;
}

.paragraph-small-4.color-neutral-100.leaderboard-prize-text.team-level-pragraph.filled-turnover-paragraph {
  color: var(--primary-1);
  font-size: 17px;
}

.paragraph-small-4.color-neutral-100.leaderboard-prize-text.team-level-pragraph.filled-turnover-paragraph.levels {
  font-size: 20px;
}

.paragraph-small-4.color-neutral-100.leaderboard-prize-text.team-level-pragraph.filled-turnover-paragraph.filled-turnover-pools {
  color: var(--neutral--400);
  font-weight: 400;
}

.paragraph-small-4.color-neutral-100.leaderboard-prize-text.team-level-pragraph.filled-turnover-paragraph.filled-turnover-pools.pool-earnings {
  font-size: 20px;
}

.paragraph-small-4.color-neutral-100.leaderboard-prize-text.team-level-pragraph.filled-turnover-paragraph.filled-turnover-pools.pool-earnings.treasury-number {
  font-size: 36px;
}

.paragraph-small-4.color-neutral-100.leaderboard-prize-text.team-level-pragraph.filled-turnover-paragraph.filled-turnover-pools.pool-earnings.treasury-number.gold-small-number {
  font-size: 28px;
}

.paragraph-small-4.color-neutral-100.leaderboard-prize-text.team-level-pragraph.filled-turnover-paragraph.filled-turnover-pools.pool-stats-number {
  margin-top: 10px;
}

.paragraph-small-4.color-neutral-100.leaderboard-prize-text.team-level-pragraph.required-turnover-paragraph {
  color: var(--neutral--500);
}

.paragraph-small-4.color-neutral-100.leaderboard-prize-text.team-level-pragraph.required-turnover-paragraph.second-number {
  margin-left: 5px;
}

.paragraph-small-4.color-neutral-100.leaderboard-prize-text.gold {
  color: #ffe683;
  align-self: center;
  font-size: 15px;
}

.paragraph-small-4.color-neutral-100.rank-starting-4 {
  padding-left: 10px;
}

.paragraph-small-4.color-neutral-100.leaderboard-member-name-self {
  color: var(--accent--primary-1);
  font-weight: 600;
}

.paragraph-small-4.color-neutral-100.your-position-paragraph {
  color: var(--neutral--400);
  text-align: left;
  margin-bottom: 2px;
  font-size: 12px;
}

.paragraph-small-4.color-neutral-100.leaderboard-headline {
  color: var(--neutral--400);
  font-size: 14px;
}

.paragraph-small-4.color-neutral-100.leaderboard-headline.team-level-mobile {
  font-size: 13px;
}

.paragraph-small-4.color-neutral-100.rank-level {
  font-weight: 600;
}

.paragraph-small-4.color-neutral-100.green-bold {
  color: var(--accent--primary-1);
  font-weight: 600;
}

.paragraph-small-4.color-neutral-100.last-withdrawals-text {
  -webkit-text-stroke-color: var(--neutral--300);
  font-size: 14px;
  text-decoration: none;
}

.paragraph-small-4.color-neutral-100.last-withdrawals-text.last-withdrawals-amount-text {
  color: var(--accent--primary-1);
  font-weight: 600;
}

.paragraph-small-4.color-neutral-100.last-withdrawals-text.contact-support {
  color: #ff5a65;
}

.paragraph-small-4.color-neutral-100.last-withdrawals-text.adress-text {
  width: 100%;
}

.paragraph-small-4.color-neutral-100.subheadline-profile-settings {
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6667em;
}

.paragraph-small-4.color-neutral-100.subheadline-profile-settings.select-a-file-paragraph {
  font-size: 15px;
  font-weight: 500;
}

.paragraph-small-4.color-neutral-100.subheadline-profile-settings.change-password-headline {
  margin-bottom: 20px;
  font-size: 18px;
}

.paragraph-small-4.color-neutral-100.subheadline-profile-settings.referral-link-subheadline {
  margin-bottom: 10px;
}

.paragraph-small-4.color-neutral-100.subheadline-profile-settings.referral-link-subheadline.last-people-in-powerline {
  margin-bottom: 20px;
}

.paragraph-small-4.color-neutral-100.profile-settings-text {
  color: var(--neutral--400);
  margin-top: -5px;
  margin-bottom: 20px;
}

.paragraph-small-4.color-neutral-100.profile-settings-text.subheadline-security-settings {
  margin-bottom: 20px;
}

.paragraph-small-4.color-neutral-100.team-level-paragraph {
  font-size: 17px;
}

.paragraph-small-4.color-neutral-100.team-level-paragraph.your-comissions-text {
  color: var(--accent--primary-1);
  font-weight: 600;
}

.paragraph-small-4.color-neutral-100.team-level-paragraph.your-comissions-text.team-level-text.zero-usd {
  color: var(--primary-1);
}

.paragraph-small-4.color-neutral-100.team-level-paragraph.team-level-text.missed-comissions {
  color: var(--system--300);
  font-weight: 600;
}

.paragraph-small-4.color-neutral-100.leaderboard-name {
  padding-left: 10px;
}

.paragraph-small-4.color-neutral-100.leaderboard-name.leaderboard-name-self {
  color: var(--accent--primary-1);
  font-weight: 600;
}

.paragraph-small-4.yellow {
  color: #fdb52a;
}

.paragraph-small-4.status-badge-paragraph {
  color: var(--accent--primary-1);
}

.paragraph-small-4.color-neutral-100 {
  font-size: 13px;
}

.paragraph-small-4.color-neutral-100.team-paragraph {
  font-size: 14px;
}

.dashboard-main-swap-and-wallet-column {
  margin-bottom: 40px;
}

.text-408 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.143em;
}

.text-408.medium {
  font-weight: 500;
}

.text-408.medium.mg-bottom-10px.balance-subline {
  color: #aeb9e1;
  margin-bottom: 5px;
  font-size: 12px;
}

.text-408.medium.mg-bottom-10px.balance-subline.available-text {
  color: #fff;
  text-align: right;
  margin-bottom: 22px;
}

.text-408.medium.mg-bottom-10px.balance-subline.available-text.withdraw-important-notice {
  color: var(--neutral--400);
  text-align: center;
  margin-top: 18px;
  font-weight: 400;
  line-height: 1.4em;
}

.text-408.medium.mg-bottom-10px.balance-subline.available-text.amount-currency-text {
  text-align: left;
  margin-bottom: 10px;
  font-size: 16px;
}

.text-408.medium.mg-bottom-10px.balance-subline.available-text.amount-currency-text.amout-you-get-text {
  margin-top: 12px;
}

.text-408.medium.mg-bottom-10px.balance-subline.available-text.amount-currency-text.staking-earnings {
  margin-bottom: 4px;
}

.text-408.medium.mg-bottom-10px.balance-subline.available-text.requestable {
  margin-top: 10px;
  margin-bottom: 0;
  display: flex;
}

.display-7 {
  color: #fff;
  margin-right: 5px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.333em;
}

.display-7.wallet-headline {
  margin-bottom: 10px;
  font-size: 20px;
}

.display-7.wallet-headline.buy-b-sst-headline {
  margin-top: 16px;
}

.dashboard-main-column-left {
  padding-right: 20px;
}

.dashboard-main-column-left.team-dashboard-column-left.dashboard-staking-column-left {
  padding-right: 0;
}

.dashboard-main-column-left.team-dashboard-column-left.dashboard-staking-column-left.column-gold {
  padding-right: 20px;
}

.dashboard-main-column-right {
  padding-left: 20px;
  position: static;
  top: 10px;
}

.dashboard-main-column-right.dashboard-team-column-right {
  margin-top: -10px;
  margin-bottom: 40px;
  position: relative;
}

.dashboard-main-column-right.dashboard-team-column-right.kyc-column-right {
  padding-left: 40px;
}

.dashboard-main-column-right.dashboard-team-column-right.kyc-column-right.column-right-gold {
  padding-left: 20px;
}

.html-embed-4 {
  width: 150px;
  height: 180px;
  margin-top: 20px;
  font-size: 10px;
}

.html-embed-4.pool-bonus---donut-chart {
  width: 45px;
  height: 52px;
  margin-top: 5px;
}

.html-embed-4.main-level-progress-donut-chart {
  width: 125px;
  height: 150px;
}

.text-409 {
  padding-left: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.143em;
}

.text-409.incentive-text {
  font-size: 20px;
}

.text-409.leaderboard-headline {
  padding-left: 0;
}

.text-409.leaderboard-headline.team-level-text-mobile {
  font-size: 13px;
}

.text-409.level {
  text-align: left;
  width: 33%;
  padding-left: 0;
  font-size: 18px;
  font-weight: 400;
}

.text-409.level.active-level {
  color: var(--accent--primary-1);
  padding-left: 0;
}

.text-409.level.level-price {
  color: var(--primary-1);
  font-weight: 400;
}

.flex-3 {
  text-decoration: none;
  display: flex;
}

.flex-3.align-center {
  align-items: center;
}

.flex-3.align-center.gap-column-8px.stage-number.incentive-headline {
  margin-top: 24px;
  margin-bottom: -10px;
}

.flex-3.align-center.gap-column-8px.stage-number.team-level-status {
  justify-content: flex-end;
}

.flex-3.align-center.gap-column-8px.current-presale-level-info-level-display {
  margin-top: -10px;
}

.flex-3.align-center.gap-column-8px.current-presale-level-info-level-display.success-step---text {
  margin-bottom: 5px;
}

.flex-3.align-center.gap-column-8px.current-presale-level-info-level-display.success-step---text.activated {
  margin-top: 5px;
}

.level-info-image {
  width: 26px;
  margin-right: 10px;
}

.current-level-text {
  color: var(--primary-1);
  font-size: 22px;
}

.current-level-text.current-prizes-text {
  font-size: 20px;
}

.current-level-text.current-prizes-text.last-winners-text {
  margin-bottom: 17px;
}

.current-level-text.current-prizes-text.leader-number-text {
  font-size: 18px;
}

.current-level-text.current-prizes-text.leader-number-text.withdraw-number-text {
  color: var(--accent--primary-1);
  font-size: 13px;
  line-height: 1.6em;
}

.current-level-text.current-prizes-text.leader-number-text.withdraw-number-text.wd2 {
  color: var(--neutral--400);
}

.current-level-text.current-prizes-text.leader-number-text.active-levels-text {
  font-size: 24px;
}

.current-level-text.current-prizes-text.leader-number-text.active-levels-text.active-level-text-new {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 30px;
}

.current-level-text.download-whitepaper-and-marketing-material-headline {
  text-align: left;
}

.current-level-text.profile-settings-headline {
  margin-bottom: 0;
}

.current-level-text.security-settings-text {
  margin-bottom: 5px;
}

.current-level-text.exchange-earnings-to-flys-headline, .current-level-text.claim-text {
  margin-bottom: 20px;
}

.current-level-text.ed {
  margin-bottom: 10px;
}

.token-sold-in-this-stage-div-block {
  margin-top: 10px;
}

.token-sold-in-this-stage-div-block.token-sold-new {
  margin-right: 0;
}

.token-sold-in-this-stage-div-block.token-sold-new.steps-bar {
  margin-bottom: 20px;
}

.div-block-10 {
  margin-left: 10px;
}

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

.sold-columns.available-column {
  margin-top: 10px;
}

._2-items-wrap-container-2 {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

._2-items-wrap-container-2.price-stats {
  justify-content: flex-end;
}

._2-items-wrap-container-2.pd-32px---28px {
  padding: 32px 28px;
}

._2-items-wrap-container-2.pd-32px---28px.your-partners-headline {
  padding-bottom: 10px;
  display: block;
}

._2-items-wrap-container-2.pd-32px---28px.your-partners-headline.top-partners---headline {
  padding-bottom: 32px;
}

._2-items-wrap-container-2.latest-staking-eanings---flex-earnings {
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-410 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.125em;
}

.text-410.medium {
  font-weight: 500;
}

.text-410.medium.color-neutral-200 {
  align-self: center;
  font-size: 14px;
}

.text-410.medium.color-neutral-200.status-stage {
  color: var(--accent--primary-1);
  text-align: right;
  font-size: 14px;
}

.text-410.medium.color-neutral-200.status-stage.starting-soon {
  opacity: .7;
  color: var(--primary-1);
}

.text-410.medium.color-neutral-200.status-stage.starting-soon.user-nickname {
  color: var(--accent--primary-1);
  text-align: left;
}

.text-410.medium.color-neutral-200.status-stage.joined-at-text.staking-earnings-time-text {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.text-410.medium.color-neutral-200.stage-price {
  text-align: right;
  width: 33%;
  font-size: 16px;
}

.text-410.medium.color-neutral-200.stage-price.pool-bonus-qualification---amount {
  color: var(--neutral--400);
  text-align: left;
  width: 100%;
  font-size: 18px;
}

.text-410.medium.color-neutral-200.stage-price.stake-to-qualify {
  color: var(--neutral--300);
  margin-bottom: 5px;
  font-size: 14px;
}

.text-410.medium.color-neutral-200.stage-price.sucess-formula {
  text-align: left;
  align-self: center;
  width: 100%;
  margin-bottom: 0;
}

.text-410.medium.color-neutral-200.stage-price.sucess-formula.popup-text {
  margin-top: 10px;
  font-weight: 400;
}

.text-410.medium.color-neutral-200.stage-price.sucess-formula.subtext-popup {
  color: var(--accent--primary-1);
}

.text-410.medium.color-neutral-200.stage-price.sold-out {
  color: var(--system--300);
  width: 33%;
}

.text-410.medium.color-neutral-200.stage-price.active {
  color: var(--accent--primary-1);
  font-weight: 700;
}

.text-410.medium.color-neutral-200.earnings {
  color: var(--neutral--400);
  align-self: flex-start;
}

.body {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.dropdown-toggle-text-dashboard-header {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.111em;
}

.header-dashboard-dropdown-wrapper {
  background-color: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 8px;
  padding: 12px 12px 10px;
  font-size: 14px;
  line-height: 1.17em;
}

.header-dashboard-dropdown-wrapper.upload-image-wrapper {
  background-color: var(--neutral--700);
  border-color: rgba(113, 113, 114, .6);
  justify-content: center;
  align-items: center;
  max-width: 160px;
  min-height: 50px;
  margin-top: 8px;
  padding-top: 14px;
  padding-bottom: 14px;
  display: flex;
}

.header-dashboard-dropdown-wrapper.upload-image-wrapper:hover {
  background-color: #383838;
}

.header-dashboard-dropdown-wrapper.hide {
  display: none;
}

.header-dashboard-dropdown-wrapper.notifications {
  background-color: rgba(255, 255, 255, 0);
}

.image-14 {
  width: 20px;
  margin-right: 10px;
}

.image-14.dashboard-header-profile-image {
  border-radius: 20px;
  width: 24px;
}

.image-14.dashboard-header-profile-image.upload-icon {
  border-radius: 0;
}

.image-14.dashboard-header-profile-image.bell-icon {
  margin-right: 0;
}

.dropdown-profile-image {
  border-radius: 100%;
  width: 60px;
}

.column-6 {
  margin-top: 5px;
  display: block;
}

.dashboard-main-explanation-video-wrapper {
  padding-right: 20px;
}

.image-15 {
  width: 100%;
}

.image-15.explanation-video-thumbnail-image {
  border-radius: 8px;
  margin-bottom: 10px;
}

.video-title {
  font-size: 16px;
}

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

.showcase-section {
  margin-bottom: 60px;
  padding: 0;
  position: relative;
  overflow: visible;
}

.slider-component {
  z-index: 10;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: 50%;
  right: 0%;
  transform: translate(-50%, -50%);
}

.background-card {
  background-image: linear-gradient(149deg, rgba(255, 255, 255, .4), rgba(255, 255, 255, .1));
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 4px;
  width: 100%;
  max-width: 1140px;
  height: 100%;
  max-height: 600px;
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: 50%;
  right: 0%;
  overflow: hidden;
  transform: translate(-50%, -50%);
  box-shadow: inset 0 70px 30px 300px rgba(0, 0, 0, .2);
}

.card-plastic {
  opacity: 1;
  width: 100%;
  height: auto;
}

.video-overlay-color {
  background-color: rgba(246, 251, 15, .3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider {
  border: 1px solid var(--neutral--700);
  background-color: var(--secondary--color-3);
  border-radius: 8px;
  height: 100%;
  min-height: 500px;
  margin-bottom: 60px;
}

.div-block-11 {
  height: 100%;
  min-height: 100%;
  margin-top: 40px;
  margin-left: 40px;
  margin-right: 40px;
}

.div-block-11.profile-settings-block {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.icon {
  background-color: var(--secondary--color-4);
  border-radius: 20px;
  width: 40px;
  height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 19px;
}

.mask {
  height: 100%;
  min-height: 100%;
}

.slide-2 {
  height: 100%;
  min-height: 100%;
  padding-bottom: 80px;
}

.column-7 {
  height: 100%;
}

.orders-status-table-row-2 {
  grid-column-gap: 10px;
  border-bottom: .6px solid #37446b;
  grid-template-rows: auto;
  grid-template-columns: .3fr .7fr .75fr .5fr .25fr;
  grid-auto-columns: 1fr;
  align-items: center;
  min-height: 64px;
  margin-bottom: -.6px;
  padding: 12px 28px;
  display: grid;
}

.orders-status-table-row-2.table-row-2 {
  border-bottom-style: none;
  grid-template-columns: .3fr .95fr .75fr 1fr;
  min-height: 60px;
  padding: 0;
}

.orders-status-table-row-2.table-row-2:hover {
  background-color: rgba(47, 47, 47, .4);
}

.orders-status-table-row-2.table-row-2.self-row {
  background-color: var(--neutral--700);
}

.orders-status-table-row-2.table-row-2.your-last-ranks-table-row.your-last-ranks {
  min-height: 40px;
  margin-bottom: 10px;
}

.orders-status-table-row-2.table-row-2.your-last-ranks-table-row.your-last-ranks.withdraw-requests-table-row {
  grid-template-columns: .6fr .5fr .5fr .5fr .75fr .75fr;
  margin-bottom: 14px;
}

.orders-status-table-row-2.table-row-2.your-last-ranks-table-row.your-last-ranks.withdraw-requests-table-row.last-deposits-row-content {
  grid-template-columns: .6fr .5fr .75fr 1fr 1fr;
}

.orders-status-table-row-2.table-row-2.your-last-ranks-table-row.your-last-ranks.withdraw-requests-table-row.last-deposits-row-content.cashback---order-status-row {
  grid-template-columns: .35fr .75fr .5fr .5fr .75fr;
  margin-bottom: 0;
}

.orders-status-table-row-2.table-row-2.your-last-ranks-table-row.your-last-ranks.withdraw-requests-table-row.last-deposits-row-content.cashback---order-status-row.pool-bonus---table-row {
  grid-row-gap: 10px;
  grid-template-columns: .6fr .75fr .5fr .5fr .75fr;
}

.orders-status-table-row-2.table-row-2.your-last-ranks-table-row.your-last-ranks.withdraw-requests-table-row.last-deposits-row-content.cashback---order-status-row.gold-withdraw {
  grid-row-gap: 10px;
  grid-template-columns: .35fr .5fr .5fr .75fr;
}

.orders-status-table-row-2.table-row-2.your-last-ranks {
  grid-template-columns: .5fr .7fr 1fr 1fr 1fr;
}

.orders-status-table-row-2.table-row-2.your-last-ranks.withdraw-requests-table-header:hover {
  background-color: var(--secondary--color-3);
}

.orders-status-table-row-2.table-row-2.your-last-ranks.withdraw-requests-table-header.withdraw-requests-table-row {
  grid-template-columns: .6fr .5fr .5fr .5fr .75fr .75fr;
}

.orders-status-table-row-2.table-row-2.your-last-ranks.withdraw-requests-table-header.withdraw-requests-table-row.last-deposits-row {
  grid-template-columns: .6fr .5fr .75fr 1fr 1fr;
}

.orders-status-table-row-2.table-row-2.team-level-row {
  grid-template-columns: .8fr .95fr 1fr 1fr 1fr;
}

.orders-status-table-row-2.table-row-2.team-level-row.team-header-row {
  grid-template-columns: 3fr 1.5fr 1.5fr 2fr 1.5fr 1.5fr 1fr;
}

.orders-status-table-row-2.table-row-2.team-level-row.team-header-row:hover {
  background-color: rgba(0, 0, 0, 0);
}

.orders-status-table-row-2.table-row-2.top-3 {
  min-height: 80px;
}

.leaderboard-winner-image, .leaderboard-winner-image.current-prizes-image {
  max-width: 28px;
}

.leaderboard-winner-image.member-image {
  border-radius: 20px;
  margin-top: 5px;
}

.columns-9.gold-settings {
  margin-top: 20px;
}

.left-arrow {
  margin-left: -41px;
}

.right-arrow {
  margin-right: -41px;
}

.current-prizes-for-winners-column {
  margin-bottom: 15px;
}

.column-8 {
  padding-left: 30px;
}

.video-description-block {
  padding: 17px 20px;
}

.video-description-block:hover {
  background-color: #1b1b1b;
}

.video-description-block.main-video-block {
  background-color: var(--secondary--color-4);
}

.text-411 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.143em;
}

.text-411.sidebar-dropdown-text {
  color: var(--primary-1);
  font-weight: 500;
}

.div-block-12 {
  border-radius: 0;
  padding-left: 0;
}

.column-9 {
  background-color: var(--secondary--color-3);
  height: 100%;
  min-height: 100%;
  padding: 0;
  overflow: visible;
}

.column-10 {
  padding-left: 0;
  padding-right: 0;
}

.columns-4 {
  background-color: var(--secondary--color-3);
  -webkit-text-stroke-color: #0c1533;
  padding-left: 0;
}

.video-thumbnail-preview {
  height: 35px;
  margin-right: 10px;
}

.video-thumbnail-preview.play-button {
  flex: 0 auto;
  order: 0;
  height: 20px;
  margin: auto 0;
  display: inline-block;
}

.flyback-explained-time-video {
  color: var(--accent--primary-1);
  margin-top: 2px;
  font-size: 12px;
  line-height: 1.6em;
}

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

.left-div-withdraw-column {
  padding-right: 15px;
}

.right-div-withdraw-column {
  padding-left: 15px;
}

.div-block-13 {
  border-left: 2px solid var(--accent--primary-1);
  background-color: rgba(176, 241, 39, .1);
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
}

.withdraw-form-success-message {
  background-color: var(--secondary--color-4);
  border-radius: 8px;
  margin-top: 20px;
}

.text-block-2 {
  color: var(--neutral--400);
  font-size: 16px;
}

.error-message-2 {
  color: var(--primary-1);
  background-color: rgba(255, 0, 0, .13);
  border-left: 3px solid red;
  font-size: 14px;
  line-height: 1.3em;
}

.image-16 {
  max-width: 50px;
}

.image-16.withdraw-request-successfull-image {
  margin-top: 10px;
  margin-bottom: 10px;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto minmax(auto, 1fr);
  align-items: stretch;
}

.whitepaper-and-material-image {
  text-align: center;
  width: 181px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.form-button-display-none {
  display: none;
}

.profile-settings-columns {
  border-bottom: 1px solid #333;
  padding-top: 30px;
  padding-bottom: 14px;
}

.profile-settings-columns.profile-image-column.profile-settings-column-no-bottom-border {
  border-bottom-style: none;
  padding-bottom: 0;
}

.profile-settings-columns.no-bottom-border {
  border-bottom-style: none;
}

.profile-settings-columns._2nd-psc {
  margin-bottom: 20px;
}

.ms-profile-image-preview {
  object-fit: cover;
  background-color: #ccc;
  border-radius: 100px;
  width: 75px;
  height: 75px;
  margin-top: 5px;
  margin-bottom: 5px;
  display: inline-block;
}

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

.div-block-14 {
  margin-left: 20px;
}

.form-2 {
  text-align: left;
  justify-content: flex-end;
  display: flex;
}

.password-settings {
  margin-bottom: 20px;
}

.column-11.team-column {
  padding-left: 5px;
}

.column-11.flyback-treasury-right-column {
  padding-top: 3px;
  padding-left: 15px;
}

.column-16 {
  text-align: right;
}

.orders-status-table-row-3 {
  grid-column-gap: 10px;
  border-bottom: .6px solid var(--neutral--700);
  grid-template-rows: auto;
  grid-template-columns: minmax(13px, .25fr) .7fr .75fr .5fr .25fr;
  grid-auto-columns: 1fr;
  align-items: center;
  min-height: 64px;
  margin-bottom: -.6px;
  padding: 12px 28px;
  display: grid;
}

.orders-status-table-row-3.table-row-small {
  padding-left: 95px;
}

.orders-status-table-row-3.table-row-small.table-row-subaffiliate {
  background-color: var(--secondary--color-4);
  grid-auto-rows: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 28px;
}

.orders-status-table-row-3.table-row-small.table-row-subaffiliate.table-row-subaffiliate-level-2 {
  background-color: var(--neutral--700);
}

.orders-status-table-row-3.your-team-table-row {
  grid-template-columns: minmax(13px, 1fr) .75fr .75fr .75fr .75fr .75fr .75fr;
  width: 100%;
  padding-left: 0;
}

.image-17 {
  max-width: 50px;
}

.image-17.rounded-image {
  border-radius: 50px;
  max-width: 40px;
}

.image-17.rounded-image.small-rounded-image {
  width: 30px;
  margin-left: 68px;
}

.image-17.rounded-image.small-rounded-image.lvl-1-subaffiliate-image {
  margin-left: 41px;
}

.image-17.rounded-image.your-team-image {
  margin-right: 20px;
}

.text-412 {
  font-size: 10px;
  font-weight: 400;
  line-height: 1em;
}

.text-412.semibold {
  font-weight: 600;
}

.text-412.semibold.color-neutral-100.headline-team-table {
  color: var(--neutral--400);
  margin-bottom: 5px;
  font-size: 12px;
}

.flex-4 {
  text-decoration: none;
  display: flex;
}

.flex-4.align-center {
  align-items: center;
}

.flex-4.align-center.gap-column-6px {
  grid-column-gap: 6px;
  flex: 0 auto;
}

.text-413 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.125em;
}

.text-413.medium {
  font-weight: 500;
}

.text-413.medium.color-neutral-100 {
  font-size: 22px;
}

.text-413.medium.color-neutral-100.your-team-headline {
  margin-bottom: 10px;
}

.text-413.medium.color-neutral-100.your-team-headline.your-sponsor {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
}

.close-and-open-icon {
  text-align: right;
  width: 20px;
}

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

.tooltip-content---brix {
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  display: flex;
  position: relative;
}

.text-414 {
  color: #170f49;
  font-size: 18px;
  line-height: 20px;
}

.text-414.bold {
  color: var(--accent--primary-1);
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
}

.text-414.bold.not-active {
  color: var(--system--300);
}

.cloneable-container-default {
  background-color: #f7f7fb;
  border-radius: 20px;
  min-height: 624px;
  transform: translate(0);
}

.cloneable-container-default.center {
  border-radius: 0;
  align-items: center;
  min-height: auto;
  padding-top: 144px;
  padding-bottom: 144px;
}

.grid-4-column {
  grid-column-gap: 200px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-items: center;
}

.paragraph-small-5 {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 18px;
}

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

.tooltip-arrow {
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 34%;
  bottom: auto;
  left: -8px;
  right: auto;
}

.tooltip-arrow.bottom {
  margin-left: auto;
  margin-right: auto;
  top: auto;
  bottom: -9px;
  left: 0%;
  right: 0%;
  transform: rotate(-90deg);
}

.tooltip-arrow.right {
  top: 34%;
  bottom: auto;
  left: auto;
  right: -8px;
  transform: rotate(180deg);
}

.tooltip-arrow.top {
  margin-left: auto;
  margin-right: auto;
  top: -9px;
  bottom: auto;
  left: 0%;
  right: 0%;
  transform: rotate(90deg);
}

.tooltip-float {
  min-height: 42px;
  margin-top: auto;
  margin-bottom: auto;
  display: none;
  position: absolute;
}

.tooltip-float.right {
  flex: 1;
  max-width: 200px;
  top: 0%;
  bottom: 0%;
  left: 113%;
  right: auto;
}

.tooltip-float.top {
  z-index: 99;
  display: block;
  top: -284%;
  bottom: auto;
  left: -2%;
  right: auto;
  overflow: visible;
}

.tooltip-float.left {
  display: none;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 112%;
}

.tooltip-float.bottom {
  top: auto;
  bottom: -284%;
  left: auto;
  right: -15%;
}

.tooltip-v1 {
  background-color: var(--secondary--color-4);
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  min-width: 350px;
  max-width: 350px;
  min-height: 42px;
  margin-right: 20px;
  padding: 12px 16px;
  display: flex;
  box-shadow: 4px 4px 14px rgba(8, 15, 52, .04), 1px 1px 1px rgba(23, 15, 73, .04), 0 0 1px rgba(23, 15, 73, .03);
}

.tooltip-v1.center-content {
  text-align: center;
  justify-content: center;
}

.div-block-16 {
  align-items: center;
  display: flex;
}

.div-block-16.team-level-text.signed-up-members-div {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.div-block-16.team-level-text.total-treasury-wallet {
  flex: 1;
  margin-bottom: 0;
}

.div-block-16.team-level-text.total-treasury-wallet.total-gold {
  margin-bottom: 0;
}

.div-block-16.notification {
  background-color: var(--neutral--800);
  padding-top: 5px;
  padding-bottom: 10px;
}

.div-block-16.notification.top-text {
  justify-content: space-between;
  max-width: 390px;
  padding-bottom: 2px;
}

.image-18 {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

.image-18.pool-stats-icon {
  width: 32px;
  height: 32px;
}

.image-18.pool-stats-icon.treasury-icon {
  width: 48px;
  height: 48px;
}

.image-18.pool-stats-icon.treasury-icon.notification-image {
  margin-top: 0;
}

.image-18.already-registered-members-image {
  width: 50px;
  height: 100%;
}

.columns-10.staking-earnings---column {
  margin-bottom: 20px;
}

.columns-10.staking-earnings---column.your-stakes---overview-column {
  margin-bottom: 5px;
  margin-right: 0;
}

.div-block-17 {
  position: relative;
  top: 20px;
}

.div-block-17.team-dashboard-right-column-div {
  margin-top: 28px;
  margin-bottom: 40px;
}

.new-horizontal-div {
  align-items: flex-end;
  display: flex;
}

.text-span, .text-span-2 {
  color: var(--neutral--400);
}

.text-415 {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.167em;
}

.text-415.text-progess-bar {
  color: #eaf4ff;
  margin-bottom: 16px;
  font-size: 20px;
}

.text-415.text-progess-bar.text-inside-bar {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 20px;
  font-size: 15px;
  font-weight: 600;
}

.text-415.text-progess-bar.text-inside-bar.tokens-sold-text {
  margin-top: -3px;
  font-size: 13px;
}

.columns-11 {
  margin-top: 66px;
}

.div-block-18, .requirement-block-left {
  padding-right: 20px;
}

.requirement-block-right {
  padding-left: 20px;
}

.requirement-block-right.second-display {
  margin-top: 35px;
}

.image-19 {
  width: 35px;
}

.image-19.webinar-info---image {
  width: 30px;
  height: 30px;
}

.columns-12 {
  align-items: center;
  display: flex;
}

.already-signed-up-members-text {
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6em;
  display: flex;
}

.div-block-19 {
  align-self: center;
}

.bold-text {
  margin-right: 5px;
}

.cnt-features-left {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  justify-content: space-between;
  align-items: center;
  justify-items: stretch;
  width: 520px;
  margin-bottom: 30px;
  display: grid;
  position: relative;
}

.cnt-features-left.dashboard-main-countdown-to-next-stage {
  grid-column-gap: 15px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-bottom: 0;
}

.cnt-features-left.dashboard-main-countdown-to-next-stage.small-countdown---div {
  grid-column-gap: 12px;
  grid-template-columns: 1fr 1fr 1fr;
}

.cnt-features-left.dashboard-main-countdown-to-next-stage.small-countdown---div.countdown-webinar {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  justify-items: start;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.cnt-features-left.dashboard-main-countdown-to-next-stage.small-countdown---div.cd-teamanzeige {
  max-width: 92px;
  margin-left: 0;
}

.grp-metric {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.h2-left {
  color: var(--accent--primary-1);
  font-size: 60px;
  font-weight: 600;
  line-height: 120%;
}

.h2-left.h2-dashboard-countdown {
  margin-bottom: 0;
  font-size: 40px;
}

.h2-left.h2-dashboard-countdown.small-countdown---number {
  font-size: 18px;
}

.h2-left.h2-dashboard-countdown.small-countdown---number.countdown-webinar {
  font-size: 24px;
}

.h2-left.h2-dashboard-countdown.small-countdown---number.cd---team {
  font-size: 16px;
}

.h2-left.h2-dashboard-countdown.coutndown---middle-sized-number {
  font-size: 36px;
}

.p1-left-2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.p1-left-2.small-countdown---subtitle {
  margin-bottom: 0;
  font-size: 10px;
}

.p1-left-2.small-countdown---subtitle.time-left {
  color: var(--primary-1);
}

.p1-left-2.small-countdown---subtitle.smcst {
  font-size: 8px;
}

.p1-left-2.countdown---middle-sized-subtitle {
  margin-bottom: 0;
}

.h2-center {
  color: var(--accent--primary-1);
  text-align: center;
  font-size: 60px;
  font-weight: 600;
  line-height: 120%;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.join-socials-paragraph {
  display: none;
}

.div-block-20 {
  text-align: left;
  margin-bottom: 20px;
}

.div-block-21 {
  background-color: rgba(255, 255, 255, 0);
  background-image: radial-gradient(circle, rgba(255, 255, 255, .03), rgba(255, 255, 255, .05));
  border: 1px solid rgba(255, 255, 255, .08);
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  min-height: 50px;
}

.div-block-21.copy {
  cursor: pointer;
  background-image: radial-gradient(circle, rgba(255, 255, 255, .05), rgba(255, 255, 255, .05));
}

.div-block-21.copy:hover {
  background-image: radial-gradient(circle, rgba(255, 255, 255, .12), rgba(255, 255, 255, .05));
}

.div-block-22 {
  border: .5px solid var(--neutral--700);
  margin-top: 0;
  margin-bottom: 16px;
}

.div-block-23 {
  padding-right: 35px;
}

.image-20 {
  width: 20px;
}

.div-block-24 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.image-21 {
  text-align: right;
  max-width: 350px;
  margin-top: 40px;
  margin-right: -32px;
  display: inline-block;
}

.image-21.treasury-image {
  z-index: 99;
  max-width: 300px;
  margin-top: 0;
  margin-right: 0;
  position: relative;
}

.div-block-25 {
  text-align: right;
}

.div-block-26 {
  padding-left: 5px;
}

.div-block-26.gold-div-block.notifications-block {
  min-width: 100%;
}

.image-22 {
  margin-top: 50px;
  margin-bottom: 40px;
  padding-left: 0;
}

.div-block-27 {
  padding-left: 10px;
}

.div-block-28 {
  justify-content: flex-end;
  display: flex;
}

.image-23 {
  max-width: 100px;
  margin-left: 10px;
  margin-right: 0;
}

.image-23.top-3-image {
  padding-right: 20px;
}

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

.image-24 {
  border-radius: 100px;
  width: 30px;
}

.field-label {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
}

.ms-toggle-wrap {
  width: 50px;
  height: 34px;
  margin-bottom: 15px;
  position: relative;
}

.ms-toggle-checkbox {
  display: none;
}

.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;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.ms-toggle-dot {
  z-index: 1;
  background-color: #fff;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  margin-top: 3px;
  transition: left .2s;
  position: absolute;
  left: 3px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
}

.ms-toggle-dot.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  left: 39px;
}

.ms-toggle-bg {
  z-index: 0;
  background-color: #e2e2e2;
  border-radius: 100px;
  width: 50px;
  transition: background-color .2s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-30 {
  justify-content: flex-end;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.div-block-31 {
  max-width: 40%;
  margin-left: 20px;
}

.notification-text {
  max-width: 350px;
  margin-top: 0;
  font-size: 16px;
  line-height: 1.4em;
}

.notification-time-stamp {
  text-align: right;
  width: 100%;
  min-width: 100px;
  margin-bottom: 10px;
}

.container-default-copy {
  max-width: 1332px;
  padding-left: 24px;
  padding-right: 24px;
}

.container-default-copy.z-index-1 {
  z-index: 1;
  position: relative;
}

.container-default-copy.order-confirmation {
  display: block;
}

.container-default-copy.small {
  max-width: 1182px;
}

.container-default-copy.dashboard-main-container {
  padding-top: 30px;
}

.container-default-copy.dashboard-main-container.card-container {
  padding-bottom: 700px;
}

.field-wrap {
  align-items: center;
  display: flex;
  position: relative;
}

.date-field {
  color: #151e24;
  background-color: #fff;
  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 .25s;
  box-shadow: 1px 1px 2px rgba(114, 129, 167, .04);
}

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

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

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

.field-icon {
  width: 20px;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 16px;
  right: auto;
}

.staking---latest-earnings-column {
  justify-content: center;
  align-items: center;
  display: flex;
}

.dashboard---latest-earnings-icon {
  max-width: 40px;
  max-height: 40px;
}

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

.div-block-32.topup-rewards---status {
  margin-bottom: -10px;
}

.div-block-32.topup-rewards---status.topup-rewards---status-big {
  margin-bottom: 0;
}

.div-block-32.topup-rewards---status.status---contest {
  margin-bottom: 10px;
}

.div-block-32.block-top {
  margin-top: 10px;
}

.div-block-32.flyback-call-led-by {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
}

.icon-card {
  border-radius: 8px;
  width: 100%;
  max-width: 52px;
  height: 100%;
  max-height: 52px;
  margin-right: 15px;
}

.icon-card.icon-card---stakes {
  margin-bottom: 10px;
}

.icon-card.card-earnings.icon-card-treasury-transactions {
  max-width: 40px;
  display: flex;
}

.icon-card.icon-card---physical-card {
  align-self: center;
}

.icon-card.new-card {
  margin-bottom: 10px;
}

.columns-13 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  margin-bottom: 20px;
  display: flex;
}

.columns-13.your-stakes---overview-column {
  margin-bottom: 10px;
}

.column-22 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  padding-right: 10px;
  display: block;
}

.text-span-3 {
  font-size: 22px;
}

.staking-earnings-block {
  width: 100%;
  margin-right: 20px;
}

.staking-earnings-block.your-stakes---overview-block {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: block;
}

.staking-earnings-block.your-stakes---overview-block.your-stakes---overview-progress-bar {
  min-width: 280px;
}

.staking-earnings-block.your-stakes---overview-block.your-stakes---overview-progress-bar.diagonal {
  margin-bottom: 5px;
  margin-right: 0;
}

.staking-earnings-block.your-stakes---overview-block.staking-earnings-diagonal {
  margin-right: 0;
}

.staking-earnings-block.your-stakes---overview-block.staking-earnings-diagonal.staking-earnings-diagonal---right {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.staking-earnings-block.your-stakes---overview-block.staking-earnings-diagonal.pool-bonus---container {
  margin-bottom: 10px;
}

.staking-earnings-block.your-stakes---overview-block.staking-earnings-diagonal.pool-bonus---container.pool-bonus---container-2 {
  margin-bottom: 20px;
}

.staking---earnings-time {
  text-align: right;
  width: 100%;
}

.your-staking-earnings---earnings-block {
  align-items: center;
  display: flex;
}

.your-staking-earnings---earnings-block.your-stakes---overview---block.diagonal {
  flex-flow: column;
}

.your-staking-earnings---icon {
  width: 100%;
  max-width: 40px;
  height: 250%;
  max-height: 40px;
}

.div-block-33 {
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-33.your-stake---single-stake-block {
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 10px;
  margin-bottom: 5px;
  padding: 18px;
}

.div-block-33.your-stake---single-stake-block.diagonal {
  flex-flow: column;
  padding: 22px;
}

.div-block-33.your-stake---single-stake-block.diagonal.diago {
  display: block;
}

.text-416 {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.167em;
}

.text-416.text-progess-bar {
  color: #eaf4ff;
  margin-bottom: 16px;
  font-size: 20px;
}

.text-416.text-progess-bar.text-inside-bar {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 20px;
  font-size: 15px;
  font-weight: 600;
}

.text-416.text-progess-bar.text-inside-bar.tokens-sold-text {
  margin-top: -3px;
  font-size: 13px;
}

.text-416.text-progess-bar.text-inside-bar.tokens-sold-text.progress-bar-text-b-sst-bonus {
  color: #000;
  margin-top: -4px;
  font-weight: 400;
}

.color-neutral-801 {
  color: #fff;
}

.date-field-2 {
  color: #fff;
  background-color: rgba(255, 255, 255, .02);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 8px;
  width: 100%;
  min-height: 60px;
  margin-bottom: 0;
  padding: 12px 16px 12px 20px;
  font-size: 16px;
  transition: all .25s;
  box-shadow: 1px 1px 2px rgba(114, 129, 167, .04);
}

.date-field-2:hover, .date-field-2:focus {
  border-color: rgba(255, 255, 255, .06);
}

.date-field-2::placeholder {
  color: rgba(255, 255, 255, .54);
}

.field-icon-2 {
  filter: brightness(200%);
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 16px;
}

.div-block-34 {
  justify-content: space-between;
  margin-bottom: 7px;
  display: flex;
}

.div-block-34.topup-rewards---container {
  justify-content: space-between;
  align-items: center;
}

.div-block-34.topup-rewards---container.matching-bonus---text-field {
  margin-bottom: 12px;
}

.staking---projected-earnings-display {
  margin-top: 20px;
  margin-bottom: 20px;
}

.link-block-3 {
  background-image: linear-gradient(127deg, var(--accent--primary-1), var(--secondary-1-gradient));
  border-radius: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: block;
}

.link-block---main-test {
  color: #000;
  font-size: 20px;
  font-weight: 700;
}

.link-block---main-test.link-block---kyc {
  font-size: 15px;
}

.link-block---text-paragraph {
  color: #000;
  margin-top: -3px;
  font-size: 14px;
  font-weight: 500;
}

.html-embed-5 {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  margin-right: -10px;
  padding-bottom: 10px;
}

.projected-earnings {
  background-image: radial-gradient(circle, rgba(255, 255, 255, .06), rgba(255, 255, 255, .02));
  border: 1px solid rgba(255, 255, 255, .04);
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 40px;
  margin-left: 30px;
  padding: 18px;
  display: inline-flex;
}

.projected-earnings.earnings-2 {
  flex-flow: column;
}

.stake-longer---notice {
  text-align: left;
  background-image: radial-gradient(circle, rgba(255, 242, 0, .06), rgba(255, 242, 0, .1));
  border: 1px solid rgba(255, 242, 0, .05);
  border-radius: 12px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 18px;
}

.stake-longer---notice.pool-notice {
  margin-bottom: 0;
}

.stake-longer---notice.kyc-id-container {
  background-image: radial-gradient(circle, rgba(255, 255, 255, .04), rgba(255, 255, 255, .02));
  padding-top: 14px;
  padding-bottom: 14px;
}

.stake-longer---notice.kyc---notice {
  margin-top: 0;
}

.stake-longer---notice.kyc---notice.kyc-notice---white {
  background-image: radial-gradient(circle, rgba(255, 255, 255, .03), rgba(255, 255, 255, .04));
  border-color: rgba(255, 255, 255, .05);
  width: 100%;
}

.stake-longer---notice.kyc---notice.kyc-notice---white.matching-bonus---notice {
  margin-top: 20px;
  margin-bottom: 10px;
}

.stake-longer---notice.kyc---notice.kyc---notice-normal {
  background-image: radial-gradient(circle, rgba(123, 158, 191, .19), rgba(99, 128, 154, .11));
}

.stake-longer---notice.dashboard---account-inactive-notice {
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: 0;
}

.stake-longer---notice.dashboard---account-inactive-notice.forgot-password---notice {
  margin-top: 0;
}

.stake-longer---notice.dashboard---account-inactive-notice.wd---notice {
  margin-top: 20px;
}

.stake-longer---notice.dashboard---account-inactive-notice.wd---notice.erc20-disbaled {
  background-image: radial-gradient(circle, rgba(255, 90, 101, .11), rgba(255, 90, 101, .05));
}

.image-25 {
  width: 25px;
  min-width: 25px;
  height: 25px;
  min-height: 25px;
  margin-bottom: 0;
  margin-right: 10px;
}

.image-25.pool-qualification-sign {
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
}

.image-25.matching-commissions---icon {
  margin-bottom: 5px;
}

.bold-text-2 {
  color: var(--neutral--800);
}

.your-stakes---overview---stakes-overview {
  margin-bottom: 20px;
}

.div-block-35 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.div-block-36 {
  align-self: stretch;
  margin-top: 15px;
  display: flex;
}

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

.div-block-37.matching-commissions---info-box-container, .div-block-37.block---warning {
  display: block;
}

.cashback-qualification {
  margin-top: 25px;
}

.stake---single-stake-image {
  max-width: 40px;
}

.small-number {
  font-size: 17px;
}

.nav-item-wrapper---brix {
  align-self: center;
}

.title---brix.dropdown-bottom-button-title---brix {
  margin-bottom: 0;
  display: inline-block;
}

.title---brix.dropdown-bottom-button-title---brix.small-dropdown-title {
  font-size: 16px;
}

.title---brix.subtitle---menu {
  color: var(--neutral--400);
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  font-size: 15px;
}

.title---brix.subtitle---menu.small-subtitle---menu {
  font-size: 13px;
  line-height: 1.5em;
}

.dropdown-nav-main-wrapper-v2---brix {
  justify-content: space-between;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding: 32px;
  display: flex;
}

.dropdown-icon---brix {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  position: static;
}

.header-navigation---brix {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.dropdown-bottom-button-content---brix {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-bottom: 18px;
}

.dropdown-bottom-button-content---brix.support---wrapper {
  margin-bottom: 0;
}

.dropdown-menu-text---brix {
  align-self: center;
  margin-right: 8px;
}

.dropdown-menu-v2---brix {
  color: var(--primary-1);
  align-items: center;
  padding: 0;
  font-size: 16px;
}

.dropdown-nav-pages-wrapper-v2---brix {
  background-image: radial-gradient(circle at 100%, rgba(176, 241, 39, .35), rgba(112, 226, 36, .15) 40%, rgba(176, 241, 39, .32));
  border-radius: 10px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  transition: background-color .3s;
}

.dropdown-nav-pages-wrapper-v2---brix:hover {
  background-color: rgba(255, 255, 255, 0);
  background-image: radial-gradient(circle at 0 0, rgba(176, 241, 39, .45), rgba(176, 241, 39, .27) 40%, rgba(176, 241, 39, .5));
}

.dropdown-nav-pages-wrapper-v2---brix.last---brix {
  margin-bottom: 0;
}

.dropdown-nav-pages-wrapper-v2---brix.dropdown-gold {
  background-image: radial-gradient(circle at 100%, rgba(242, 198, 102, .35), rgba(242, 198, 102, .15) 40%, rgba(242, 198, 102, .29));
}

.dropdown-nav-pages-wrapper-v2---brix.dropdown-gold:hover {
  background-image: radial-gradient(circle at 100%, rgba(242, 198, 102, .7), rgba(242, 198, 102, .38) 40%, rgba(242, 198, 102, .36));
}

.dropdown-nav-pages-wrapper-v2---brix.dropdown-gold.new-gold {
  background-image: radial-gradient(circle at 100%, rgba(242, 198, 102, .05), rgba(242, 198, 102, .07) 40%, rgba(242, 198, 102, .13));
}

.dropdown-nav-pages-wrapper-v2---brix.normal-grey {
  background-image: radial-gradient(circle at 100%, rgba(255, 255, 255, .12), rgba(255, 255, 255, .06) 40%, rgba(255, 255, 255, .02));
}

.dropdown-nav-pages-wrapper-v2---brix.normal-grey:hover {
  background-image: radial-gradient(circle at 100%, rgba(255, 255, 255, .25), rgba(255, 255, 255, .18) 40%, rgba(255, 255, 255, .03));
}

.dropdown-nav-pages-wrapper-v2---brix.normal-grey.red---logout {
  background-image: radial-gradient(circle at 100%, rgba(255, 90, 101, .12), rgba(255, 90, 101, .06) 40%, rgba(255, 90, 101, .2));
}

.dropdown-nav-pages-wrapper-v2---brix.normal-grey.red---logout:hover {
  background-image: radial-gradient(circle at 100%, rgba(255, 90, 101, .3), rgba(255, 90, 101, .2) 40%, rgba(255, 90, 101, .35));
}

.dropdown-nav-pages-wrapper-v2---brix.telegram {
  background-image: radial-gradient(circle at 100%, rgba(1, 124, 237, .25), rgba(1, 124, 237, .4) 40%, rgba(1, 124, 237, .1));
}

.dropdown-nav-pages-wrapper-v2---brix.telegram:hover {
  background-image: radial-gradient(circle at 100%, rgba(1, 124, 237, .5), rgba(1, 124, 237, .7) 40%, rgba(1, 124, 237, .35));
}

.dropdown-nav-pages-wrapper-v2---brix.new {
  background-image: radial-gradient(circle at 100%, rgba(176, 241, 39, .14), rgba(112, 226, 36, .07) 40%, rgba(176, 241, 39, .12));
}

.dropdown-nav-pages-wrapper-v2---brix.cards {
  background-color: rgba(255, 255, 255, .04);
  background-image: none;
}

.dropdown-nav-pages-wrapper-v2---brix.cards:hover {
  background-color: rgba(255, 255, 255, .06);
}

.dropdown-button-v2---brix {
  color: #6f6c90;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  text-decoration: none;
  display: block;
}

.image---brix.dropdown-button-icon---brix {
  border-radius: 8px;
}

.dropdown-bottom-button-arrow-v2---brix {
  opacity: .7;
  filter: brightness(200%) brightness(200%) brightness(200%) brightness(200%) saturate(200%);
  width: 13px;
  margin-left: 12px;
}

.nav-menu---brix {
  margin-right: 32px;
}

.flex-hc---brix {
  align-items: center;
  display: flex;
}

.flex-hc---brix.dropdown-button-v2---brix {
  min-width: 100%;
  max-width: 100%;
  margin-bottom: -18px;
  padding: 14px 20px;
  display: flex;
}

.flex-hc---brix.dropdown-button-v2---brix.small-dropdown---menu {
  padding: 8px 12px;
}

.flex-hc---brix.dropdown-button-v2---brix.telegram-links---fb {
  margin-bottom: 16px;
}

.flex-hc---brix.dropdown-button-v2---brix.telegram-links---fb.new {
  margin-bottom: 0;
}

.image-wrapper---brix {
  margin-right: 18px;
  overflow: hidden;
}

.image-wrapper---brix.dropdown-button-icon-v2---brix {
  border-radius: 15px;
  align-self: flex-start;
  width: 52px;
  min-width: 52px;
  margin-bottom: 18px;
  box-shadow: 0 4px 20px rgba(23, 15, 73, .08);
}

.image-wrapper---brix.dropdown-button-icon-v2---brix.small-dropdown-image {
  border-radius: 10px;
  width: 36px;
  min-width: 36px;
  margin-right: 10px;
}

.image-wrapper---brix.dropdown-button-icon-v2---brix.image-wrapper-support {
  align-self: center;
  margin-bottom: 0;
}

.dropdown-nav-container-v2---brix {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.dropdown-nav-container-v2---brix.adjust-this-for-your-container-size {
  width: 100%;
  min-width: 200px;
  max-width: 100%;
}

.nav-link---brix {
  color: var(--primary-1);
  align-items: center;
  margin-bottom: 0;
  padding: 4px 12px 0;
  transition: color .3s;
  display: flex;
  position: static;
}

.nav-link---brix:hover {
  color: #4a3aff;
}

.dropdown-list-v2---brix {
  background-color: rgba(255, 255, 255, 0);
  background-image: radial-gradient(circle at 0 100%, #18181a, #1d1d20);
  border: .75px solid rgba(255, 255, 255, .06);
  border-radius: 22px;
  width: 100%;
  min-width: 401px;
  max-width: 100%;
  margin-top: 30px;
  margin-left: auto;
  display: block;
  overflow: hidden;
  box-shadow: 0 10px 14px rgba(74, 58, 255, .01), 0 9px 26px rgba(23, 15, 73, .05);
}

.dropdown-toggle-3 {
  color: #fff;
  align-items: center;
  padding: 0;
  transition: color .3s;
  display: flex;
}

.dropdown-toggle-3:hover, .dropdown-toggle-3.w--open {
  color: #3e96ff;
}

.ui-card-detail {
  min-width: 108px;
  display: flex;
}

.header-ui-card-3 {
  z-index: 2;
  grid-column-gap: 12px;
  color: #0f0f0f;
  background-color: #fff;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  display: flex;
  position: static;
  top: auto;
  bottom: 40px;
  left: auto;
  right: -32px;
  box-shadow: 0 0 rgba(17, 34, 31, .02);
}

.header-ui-card-3:hover {
  background-color: #f5f5f5;
  border-radius: 10px;
}

.image-408 {
  max-width: 30px;
}

.image-408.icon-above-the-fold {
  max-width: 40px;
}

.image-408.icon-above-the-fold.icon-header {
  border-radius: 10px;
  max-width: 45px;
}

.div-block-38 {
  margin-bottom: 20px;
}

.dropdown-column-wrapper-2 {
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 20px;
  display: none;
  overflow: hidden;
  transform: translate(-60%);
  box-shadow: 0 2px 12px rgba(245, 51, 51, .08);
}

.dropdown-column-wrapper-2.w--open {
  box-shadow: none;
  background-color: #1a1a1c;
  border-style: none;
  margin-top: 20px;
}

.dropdown-pd-2 {
  padding: 40px;
}

.dropdown-pd-2.pd-48px {
  min-width: 560px;
  padding: 28px;
}

.ui-card-title {
  letter-spacing: -.03em;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.2;
}

.ui-card-title.card-title-new {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.header-mega-menu-paragraph {
  margin-bottom: 0;
}

.dropdown-toggle-4 {
  color: #fff;
  align-items: center;
  padding: 0;
  transition: color .3s;
  display: flex;
}

.dropdown-toggle-4:hover, .dropdown-toggle-4.w--open {
  color: #3e96ff;
}

.image-409 {
  max-width: 30px;
}

.image-409.icon-above-the-fold {
  max-width: 40px;
}

.image-409.icon-above-the-fold.icon-header {
  border-radius: 10px;
  max-width: 45px;
}

.div-block-39 {
  margin-bottom: 20px;
}

.div-block-39.small-menu-div-block-39 {
  margin-bottom: 0;
}

.dropdown-column-wrapper-3 {
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 20px;
  display: none;
  overflow: hidden;
  transform: translate(-60%);
  box-shadow: 0 2px 12px rgba(245, 51, 51, .08);
}

.dropdown-column-wrapper-3.w--open {
  box-shadow: none;
  background-color: #141416;
  border-style: solid;
  border-color: rgba(241, 241, 241, .06);
}

.dropdown-pd-3 {
  padding: 40px;
}

.dropdown-pd-3.pd-48px {
  min-width: 560px;
  padding: 20px 28px;
}

.dropdown-toggle-5 {
  color: #fff;
  align-items: center;
  padding: 4px 12px;
  display: flex;
}

.dropdown-toggle-5:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, .06);
  border-radius: 10px;
}

.dropdown-toggle-5.profile-dropdown {
  padding-top: 0;
  padding-bottom: 0;
}

.dropdown-toggle-5.profile-dropdown:hover {
  background-color: rgba(255, 255, 255, 0);
}

.dropdown-pd-4 {
  background-color: #1a1a1d;
  border: .75px solid rgba(255, 255, 255, .06);
  border-radius: 10px;
  max-width: 535px;
  margin-top: 16px;
  padding: 32px 32px 25px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .08);
}

.link-wrapper-2 {
  color: #fff;
  text-decoration: none;
  transition: color .3s;
}

.link-wrapper-2:hover {
  color: #b0f127;
}

.link-wrapper-2.highlighted {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 175px;
  line-height: 1.3em;
  display: flex;
}

.dropdown-column-wrapper-4 {
  background-color: rgba(0, 0, 0, 0);
  width: 640px;
  overflow: hidden;
  transform: translate(-50%);
}

.dropdown-column-wrapper-4.w--open {
  width: 535px;
  max-width: 535px;
}

.dropdown-column-wrapper-4.profile-wrapper.w--open {
  max-width: 386px;
}

.text-417 {
  font-size: 20px;
  line-height: 1.1em;
}

.text-417.medium {
  font-weight: 500;
}

.text-417.medium.dropdown-title {
  color: #fff;
  margin-bottom: 20px;
}

.dropdown-main-pages-wrapper-2 {
  grid-column-gap: 28px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.dropdown-link-2 {
  color: silver;
  width: 100%;
  padding: 0;
  line-height: 20px;
}

.dropdown-link-2:hover {
  color: #b0f127;
}

.grid-1-column-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.menu---image {
  opacity: .72;
  max-width: 110px;
  margin-top: -66px;
  margin-left: auto;
  margin-right: 23px;
  display: block;
}

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

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

.image-410 {
  border-radius: 100%;
  width: 40px;
}

.div-block-40 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-bottom: 20px;
  display: flex;
}

.profile---no-dropdown {
  display: none;
}

.div-block-41 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: row;
  display: flex;
}

.div-block-42, .div-block-43 {
  width: 50%;
}

.paragraph-2 {
  opacity: .9;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.erfolgsmessage {
  color: #262626;
  font-weight: 500;
}

.text-red {
  color: #ff0004;
}

.input-label {
  z-index: 2;
  color: #fff;
  background-color: #1a1a1d;
  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.upload-files-label {
  background-color: #303032;
  margin-top: 20px;
}

.form-separator {
  background-color: #f2f3ff;
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 25px;
}

.form-separator.form-separator-ii {
  margin-top: 25px;
  margin-bottom: 15px;
}

.btn-primary-4 {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0f0f0f;
  border: 1px solid #0f0f0f;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.111em;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, transform .3s, color .3s;
}

.btn-primary-4:hover {
  color: #fff;
  background-color: #3e96ff;
  border-color: #3e96ff;
  transform: translate3d(0, -3px, .01px);
}

.btn-primary-4.button-row {
  margin-right: 28px;
}

.btn-primary-4.button-row.bg-accent-1 {
  background-color: #3e96ff;
}

.btn-primary-4.button-row.bg-accent-1.kontaktformular-button {
  margin-top: 20px;
}

.btn-primary-4.button-row.bg-accent-1.kontaktformular-button:hover {
  color: #fff;
  background-color: #0f0f0f;
  border-color: #0f0f0f;
}

.accordion-title-2 {
  margin-bottom: 0;
  font-size: 28px;
}

.accordion-title-2.heading-h3-size {
  margin-top: 4px;
}

.accordion-title-2.heading-h3-size.erfolgsmessage-kontaktformular-headline {
  margin-bottom: 10px;
}

.message_success {
  color: #fff;
  background-color: #fff;
  border-radius: 10px;
  font-weight: 600;
}

.input-4 {
  color: #fff;
  background-color: #1a1a1d;
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 6px;
  height: 60px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 18px;
  font-size: 17px;
  font-weight: 300;
  transition: border-color .2s, box-shadow .2s;
}

.input-4:hover {
  box-shadow: none;
  border-color: rgba(176, 241, 39, .31);
}

.input-4:focus {
  border: 1px solid var(--accent--primary-1);
}

.input-4::placeholder {
  color: #6e6e6e;
}

.input-4.input---white-placeholder::placeholder {
  color: var(--primary-1);
}

.input-4.g-2fa-code {
  height: 72px;
  font-size: 20px;
}

.input-4.g-2fa-code::placeholder {
  color: var(--neutral--400);
}

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

.form-row.zweite-form-reihe {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 15px;
  margin-bottom: 15px;
}

.button-3 {
  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, .1);
}

.button-3:hover {
  box-shadow: none;
  background-color: #000;
}

.button-3.in-form {
  background-color: #3e96ff;
  width: 100%;
  height: 52px;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.form_100w {
  width: 100%;
}

.form-border {
  background-color: rgba(255, 255, 255, 0);
  border: 1px #f2f3ff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 400px;
  max-width: none;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  box-shadow: 0 20px 30px -10px rgba(29, 1, 80, .1);
}

.spacer-10 {
  width: 100%;
  height: 10px;
}

.btn-inside-input-success-message {
  color: #181818;
  text-align: left;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-height: 72px;
  padding: 12px 24px;
  display: flex;
}

.btn-inside-input-success-message.sucess-message-neu {
  display: block;
}

.rte-label {
  color: #000;
  margin-top: 15px;
  margin-bottom: 12px;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 15px;
}

.input-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
  display: flex;
  position: relative;
}

.input-wrapper.mr-15 {
  margin-right: 15px;
}

.input-wrapper.mr-15.upload-files {
  margin-top: -10px;
  margin-bottom: 15px;
}

.physical-card---kyc-container {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.code {
  color: #fff;
  font-size: 12px;
}

.steps-bar---brix {
  align-items: center;
  margin-left: -18px;
  margin-right: -18px;
  padding-top: 0;
  padding-bottom: 32px;
  display: flex;
}

.form-step-number---brix {
  color: #fff;
  background-color: rgba(255, 255, 255, .15);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  margin-left: 18px;
  margin-right: 18px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.form-step-number---brix.completed---brix {
  background-image: linear-gradient(180deg, var(--accent--primary-1), var(--secondary-1-gradient));
  color: #000;
  font-weight: 700;
}

.form-step-progress-bar---brix {
  background-color: rgba(239, 240, 246, .1);
  border-radius: 50px;
  width: 100%;
  min-height: 6px;
}

.form-step-progress-bar---brix.complete-step---brix {
  background-color: rgba(16, 41, 77, .9);
  background-image: linear-gradient(58deg, var(--accent--primary-1), var(--secondary-1-gradient));
}

.form-step-progress-bar---brix.current-step---brix {
  background-color: rgba(16, 41, 77, .9);
  background-image: linear-gradient(90deg, var(--accent--primary-1), var(--secondary-1-gradient));
  width: 50%;
}

.form-step-progress-bar---brix.current-step---brix.main-progress-bar {
  min-height: 12px;
}

.form-step-progress-bar---brix.current-step---brix.main-progress-bar.steps-progress {
  min-height: 8px;
}

.form-step-progress-bar---brix.top-space {
  margin-top: 12px;
}

.form-step-progress-bar---brix.top-space.main-progress-bar {
  min-height: 12px;
}

.form-step-progress-bar---brix.top-space.main-progress-bar.steps-progress {
  min-height: 8px;
}

.display-none {
  display: none;
}

.ui-card-square {
  color: #f09e1b;
  background-color: rgba(205, 126, 49, .16);
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  display: flex;
}

.ui-card-square.medium-ui-card {
  width: 56px;
  height: 56px;
}

.ui-card-square.medium-ui-card.contact-ui-card {
  margin-right: 15px;
}

.ui-card-square.medium-ui-card.contact-ui-card.contact-form-ui-card {
  background-color: rgba(16, 41, 77, .16);
}

.multi-step-form-label---brix {
  color: #170f49;
  border-radius: 16px;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}

.multi-step-form-label---brix.no-margin---brix {
  z-index: 40;
  margin-bottom: 0;
  position: relative;
}

.form-step-progress-bar-mobile---brix {
  background-color: #eff0f6;
  border-radius: 50px;
  width: 100%;
  min-height: 6px;
  display: none;
}

.checkbox---brix {
  z-index: 5;
  opacity: 1;
  cursor: pointer;
  border-width: 2px;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  transition: border-color .35s, all .35s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
  box-shadow: 0 2px 6px 1px rgba(19, 18, 66, .07);
}

.checkbox---brix:hover {
  border-color: rgba(205, 126, 49, .3);
}

.checkbox---brix.w--redirected-checked {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-width: 2px;
  border-color: #f09e1b;
}

.checkbox---brix.w--redirected-focus {
  border-width: 2px;
  box-shadow: 0 4px 10px rgba(31, 37, 89, .07);
}

.step-paragraph---brix {
  text-align: center;
  margin-bottom: 20px;
}

.form-step-number---brix-2 {
  color: #6f6c90;
  background-color: #eff0f6;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  margin-left: 18px;
  margin-right: 18px;
  font-size: 16px;
  display: flex;
}

.form-step-number---brix-2.completed---brix {
  color: #fff;
  background-color: rgba(16, 41, 77, .9);
  font-weight: 700;
}

.first-step-grid---brix {
  grid-column-gap: 28px;
  grid-row-gap: 44px;
}

.first-step-grid---brix.uniform-space---brix {
  grid-row-gap: 28px;
  display: block;
  overflow: visible;
}

.step-title---brix {
  text-align: center;
  margin-bottom: 8px;
  font-size: 32px;
  font-weight: 600;
}

.multi-step-form-grid-item---brix {
  overflow: visible;
}

.slider---brix {
  background-color: rgba(0, 0, 0, 0);
  max-width: 750px;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.checkbox-item--brix {
  color: #170f49;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 16px;
  align-items: center;
  min-height: 100px;
  max-height: 114px;
  margin-bottom: 0;
  padding: 25px;
  display: flex;
  position: relative;
  overflow: visible;
}

.steps-bar---brix-2 {
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.multi-step-form---brix {
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(236, 238, 237, 0);
  border-radius: 0;
  max-width: 100%;
  padding: 0;
}

.slide---brix {
  margin-right: 80px;
}

.submit-button---brix {
  text-align: center;
  background-color: #f09e1b;
  border-radius: 0;
  width: 100%;
  padding: 20px 40px 21px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  transition: all .2s;
  box-shadow: 0 3px 12px rgba(74, 58, 255, .18);
}

.submit-button---brix:hover {
  transform: translate(0, -2px);
  box-shadow: 0 4px 10px rgba(74, 58, 255, .3);
}

.div-block-44 {
  width: 50%;
}

.submit-content-wrapper---brix {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  margin: auto;
  display: flex;
}

.brix---heading-h3-size {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---heading-h3-size.heading-online-formular {
  margin-bottom: 0;
}

.brix---heading-h3-size.heading-online-formular.flyback-gold-card {
  text-align: left;
  margin-bottom: 20px;
}

.multi-step-form-block---brix {
  width: 100%;
  min-height: 44vw;
  margin-top: 0;
  margin-bottom: 0;
}

.step-title-wrap---brix {
  margin-bottom: 40px;
}

.form-step-progress-bar---brix-2 {
  background-color: #eff0f6;
  border-radius: 50px;
  width: 100%;
  min-height: 6px;
}

.form-step-progress-bar---brix-2.complete-step---brix {
  background-color: rgba(16, 41, 77, .9);
}

.form-step-progress-bar---brix-2.current-step---brix {
  background-color: rgba(16, 41, 77, .9);
  width: 50%;
}

.image-411 {
  filter: contrast(0%) brightness(200%) saturate(0%);
  max-width: 25px;
}

.form-content---brix {
  border-top: 1px #d9dbe9;
  margin-bottom: 25px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.form-content---brix.form-content---first-page {
  margin-bottom: -225px;
}

.multi-step-form-error-message---brix {
  border-radius: 16px;
  margin-top: 140px;
  padding: 24px;
}

.multi-step-form-button---brix {
  color: #4a3aff;
  background-color: #fff;
  border-radius: 500px;
  width: auto;
  padding: 20px 40px;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
  transition: transform .2s;
  display: inline-block;
  top: 682px;
  bottom: auto;
  left: auto;
  right: auto;
}

.multi-step-form-button---brix:hover {
  transform: translate(0, -2px);
}

.multi-step-form-button---brix.right---brix {
  color: #fff;
  background-color: #4a3aff;
  font-weight: 700;
  right: -40px;
}

.multi-step-form-button---brix.right---brix.preview-page {
  background-color: #f09e1b;
  background-image: linear-gradient(127deg, var(--accent--primary-1), var(--secondary-1-gradient));
  color: #000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 50%;
  max-width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
  position: static;
  top: 782px;
}

.multi-step-form-button---brix.right---brix.preview-page.left-form-button {
  color: #fff;
  background-color: rgba(240, 158, 27, 0);
  background-image: linear-gradient(127deg, rgba(255, 255, 255, .03), rgba(255, 255, 255, .02) 40%, rgba(255, 255, 255, 0));
  width: auto;
}

.multi-step-form-button---brix.left---brix {
  border: 1px solid #4a3aff;
  left: -40px;
}

.multi-step-form-button---brix.left---brix.preview-page {
  color: #f09e1b;
  border-color: #f09e1b;
  border-radius: 0;
  position: static;
  top: 782px;
}

.mask---brix {
  width: 100%;
  height: auto;
  max-height: none;
  padding-left: 8px;
  padding-right: 8px;
  overflow: hidden;
}

.div-block-5 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  display: flex;
}

.form-input {
  letter-spacing: -.01em;
  border: 1px solid #eceeed;
  min-height: 48px;
  margin-bottom: 16px;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}

.form-input:hover {
  background-color: #fafafa;
  border-color: #fafafa;
}

.form-input:active {
  background-color: #fff;
  border-color: #f09e1b;
}

.form-input:focus {
  border-color: #f09e1b;
}

.form-input::placeholder {
  color: #9ba1a0;
}

.multi-step-foirm---success-message---brix {
  background-color: #fff;
  border-radius: 16px;
  min-height: 44vh;
  padding-top: 70px;
  padding-bottom: 70px;
  box-shadow: 38px 38px 34px rgba(74, 58, 255, .01), 0 1px 26px rgba(20, 20, 43, .02), 0 16px 26px rgba(19, 18, 66, .02);
}

.text-area-2 {
  letter-spacing: -.01em;
  border: 1px solid #eceeed;
  min-height: 200px;
  margin-bottom: 24px;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}

.text-area-2:hover {
  background-color: #fafafa;
  border-color: #fafafa;
}

.text-area-2:active {
  background-color: #fff;
  border-color: #f09e1b;
}

.text-area-2:focus {
  border-color: #f09e1b;
}

.text-area-2::placeholder {
  color: #9ba1a0;
}

.completed-form-illustrations---brix {
  margin-bottom: 18px;
}

.upload-wrap {
  align-items: center;
  display: flex;
}

.input-wrapper-2 {
  align-items: center;
  width: 100%;
  min-height: 44px;
  display: flex;
}

.image-412 {
  margin-right: 9px;
}

.submission-image {
  border: 1px solid rgba(1, 204, 190, .15);
  border-radius: 40px;
}

.submission-image.hide {
  display: none;
}

.uploader {
  background-color: rgba(241, 241, 241, .1);
  border: 1px dashed rgba(255, 255, 255, .2);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 110px;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 15px 0 0;
}

.label {
  margin-top: 20px;
  font-weight: 500;
}

.input-5 {
  border: 1px solid #dadada;
  border-radius: 6px;
  margin-bottom: 0;
  box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
}

.input-5:focus-visible {
  border-color: #4769ff;
}

.input-5[data-wf-focus-visible] {
  border-color: #4769ff;
}

.uploader-2 {
  background-color: #f1f1f1;
  border: 1px dashed #bdbdbd;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding: 15px 0 0;
}

.pricing-1-feature-item-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: flex-start;
  margin-bottom: 7px;
  display: flex;
}

.pricing-1-feature-item-2.steps {
  margin-bottom: 12px;
}

.pricing-1-feature-item-icon-2 {
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  min-height: 20px;
  max-height: 20px;
  margin-top: 0;
}

.paragraph-large-2 {
  color: rgba(255, 255, 255, .9);
  letter-spacing: -.02em;
  text-transform: none;
  object-fit: fill;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;
}

.paragraph-large-2.referrer {
  margin-top: 20px;
}

.paragraph-large-2.signup {
  color: rgba(255, 255, 255, .9);
}

.div-block-45 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.div-block-46.card---container {
  margin-bottom: 20px;
  display: block;
}

.flyback---debit-card-mockup {
  align-self: flex-end;
  width: 100%;
  max-width: 100%;
  margin-top: -33px;
}

.flyback---debit-card-mockup.flyback---virtual-debit-card-mockup {
  text-align: right;
  max-width: 335px;
  margin-top: 0;
  display: block;
}

.flyback---debit-card-mockup.flyback---virtual-debit-card-mockup.new-mm {
  margin-top: 26px;
}

.flyback---debit-card-mockup.flyback---virtual-debit-card-mockup.new-mm.inactive {
  filter: saturate(0%);
}

.flyback---debit-card-mockup.flyback---virtual-debit-card-mockup.signup-card {
  max-width: 200px;
}

.flyback---debit-card-mockup.gold-card---mockup {
  margin-top: 202px;
}

.flyback---debit-card-mockup.gold-card---mockup.gold-card---mockup-home {
  margin-top: 0;
}

.flyback---debit-card-mockup.gold-card---mockup.gold-card---nm {
  max-width: 335px;
  margin-top: 0;
}

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

.div-block-47.rewards-big---progress-bar {
  max-width: 100%;
}

.div-block-48 {
  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-48.flyback-virtual-card---main-container {
  grid-template-columns: 1fr;
}

.pricing-1-feature-item-icon-3 {
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  min-height: 20px;
  max-height: 20px;
  margin-top: 2px;
}

.div-block-49 {
  justify-content: flex-end;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.div-block-49.new {
  margin-top: 25px;
}

.div-block-49.block---signup-card {
  margin-top: -60px;
}

.div-block-49.block---signup-card.block-2 {
  margin-top: -35px;
}

.virtual-card---apple-pay-logos {
  width: 100%;
  max-width: 180px;
  margin-top: 10px;
}

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

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

.div-block-51.gold-card---div-block-home {
  max-width: 100%;
}

.div-block-52 {
  align-self: flex-end;
}

.div-block-52.card-mockup---home {
  max-width: 280px;
}

.div-block-53 {
  margin-right: 56px;
}

.div-block-54 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.display---card-qualification---home {
  color: var(--primary-1);
  margin-top: 5px;
  font-size: 16px;
}

.display---card-qualification---home.webinar-info---paragraph {
  margin-left: 10px;
  font-size: 20px;
}

.display---card-qualification---home.host {
  margin-top: 20px;
}

.display---card-qualification---home.headline---signup-presale-level {
  margin-top: 0;
}

.div-block-55 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-56 {
  align-self: center;
  width: 100%;
  max-width: 60px;
  height: 100%;
}

.div-block-57 {
  text-align: left;
  flex: 0 auto;
  align-self: center;
  margin-right: 0;
}

.div-block-58 {
  width: 100%;
  display: flex;
}

.div-block-59 {
  text-align: left;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  display: flex;
}

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

.div-block-61 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.div-block-61.part-ii {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
}

.div-block-62 {
  margin-top: 10px;
  margin-bottom: 20px;
}

.pool-bonus---div {
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-63 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 8px;
  display: flex;
}

.webinar-info---container {
  margin-top: 10px;
  margin-bottom: 10px;
}

.text-span-5 {
  font-size: 13px;
}

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

.div-block-65 {
  margin-top: 60px;
  padding-top: 120px;
  padding-bottom: 120px;
}

.stat-title {
  margin-bottom: 5px;
  font-size: 40px;
  font-weight: 500;
}

.stat-title.werte-titel {
  color: #fff;
  margin-bottom: -5px;
  font-size: 30px;
  font-weight: 700;
}

.div-block-66 {
  justify-content: flex-end;
  height: 245px;
  margin-top: 0;
  display: flex;
}

.stat-wrapper {
  text-align: center;
  flex: 1;
}

.slider-arrow-2 {
  color: #060606;
  background-color: #3e96ff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 80px;
  max-width: 80px;
  min-height: 80px;
  max-height: 80px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1em;
  display: flex;
}

.slider-arrow-2.timeline-right-arrow {
  background-color: var(--accent--primary-1);
  transition: background-color .3s;
  top: -144px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.slider-arrow-2.timeline-right-arrow:hover {
  background-color: var(--secondary-1-gradient);
}

.slider-arrow-2.timeline-left-arrow {
  color: #fff;
  background-color: #0f0f0f;
  border: 1px solid #535354;
  transition: color .3s, border-color .3s, background-color .3s;
  top: -144px;
  bottom: auto;
  left: auto;
  right: 104px;
}

.slider-arrow-2.timeline-left-arrow:hover {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  color: #060606;
}

.color-accent-3 {
  color: #3e96ff;
}

.text-418 {
  font-size: 16px;
  line-height: 1.125em;
}

.text-418.medium {
  font-weight: 500;
}

.text-418.medium.color-accent-1.case-study-client-industry {
  margin-bottom: 10px;
  font-size: 18px;
}

.text-418.medium.color-accent-1.case-study-client-industry.client-industry-new {
  line-height: 1.45em;
}

.display-8 {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.429em;
}

.display-8.mg-bottom-16px.case-study-client-name {
  margin-bottom: 5px;
}

.display-8.mg-bottom-16px.case-study-client-name.letzte-call-to-action-headline {
  font-weight: 400;
}

.btn-primary-5 {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0f0f0f;
  border: 1px solid #0f0f0f;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.111em;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, transform .3s, color .3s;
}

.btn-primary-5:hover {
  color: #fff;
  background-color: #3e96ff;
  border-color: #3e96ff;
  transform: translate3d(0, -3px, .01px);
}

.btn-primary-5.hover-white:hover {
  color: #3e96ff;
  background-color: #fff;
  border-color: #fff;
}

.btn-primary-5.hover-white.button-row {
  background-color: #3e96ff;
}

.btn-primary-5.hover-white.button-row:hover {
  background-color: #fff;
}

.div-block-68 {
  min-height: 50px;
}

.stat-wrapper-s {
  grid-column-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.play-button-large-2 {
  transform-style: preserve-3d;
  border-radius: 50%;
  width: 60px;
  transition: transform .3s;
  display: none;
}

.play-button-large-2:hover {
  transform: scale3d(.94, .94, 1.01);
}

.testimonial-slide-card-wrapper-2 {
  border: 1px solid #2f2f2f;
  border-radius: 20px;
  min-height: 520px;
  margin-left: 0;
  margin-right: 30px;
  padding: 32px;
}

.testimonial-slide-card-wrapper-2.last-slide-call-to-action {
  background-image: linear-gradient(145deg, rgba(62, 150, 255, .5), rgba(20, 20, 20, .5));
  border-style: solid;
  border-radius: 20px;
  min-height: 100%;
  padding-bottom: 0;
}

.case-study-logo-image {
  max-width: 200px;
  max-height: 40px;
  margin-bottom: 10px;
}

.case-study-logo-image.case-study---bild-kunde {
  border-radius: 100%;
  max-height: 65px;
  margin-right: 20px;
}

.btn-primary-6 {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #3e96ff;
  border: 1px solid #3e96ff;
  border-radius: 48px;
  padding: 20px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.111em;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, transform .3s, color .3s;
}

.btn-primary-6:hover {
  color: #fff;
  background-color: #2a6bb8;
  border-color: #2a6bb8;
  transform: translate3d(0, -3px, .01px);
}

.btn-primary-6.fallstudien---termin-vereinbaren {
  margin-top: 20px;
}

.div-block-69 {
  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;
  margin-bottom: 20px;
  display: flex;
}

.mg-bottom-3 {
  margin-bottom: 35px;
}

.mg-bottom-3.testimonials-text {
  color: #d5d5d6;
}

.mg-bottom-3.testimonials-text.numbers-text {
  font-size: 16px;
}

.div-block-70 {
  justify-content: flex-end;
  margin-top: 20px;
  display: flex;
}

.div-block-70.letzte-slide-call-to-action-div {
  margin-top: 50px;
}

.lightbox-video-icon-wrapper-2 {
  border-radius: 50%;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.normal-headline {
  color: #fff;
  font-size: 44px;
  font-weight: 700;
}

.bold-text-7 {
  color: #fff;
}

.image-413 {
  text-align: right;
  height: 100%;
  max-height: 100%;
  margin-top: 0;
}

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

.div-block-72 {
  justify-content: space-between;
  margin-top: 10px;
  margin-right: 0;
  display: flex;
}

.div-block-72.sold-out-overview {
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-73 {
  grid-column-gap: 65px;
  grid-row-gap: 65px;
  text-align: center;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-73.stage {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.text-span-6 {
  font-size: 16px;
}

.div-block-74 {
  min-width: 50%;
}

.div-block-75 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  display: flex;
}

.div-block-76 {
  max-width: 320px;
}

.div-block-77 {
  width: 100%;
}

.image-414 {
  border-radius: 8px;
  margin-bottom: 20px;
}

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

.div-block-78 {
  max-width: 650px;
}

.div-block-79 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.div-block-80 {
  justify-content: flex-end;
  height: 245px;
  margin-top: 0;
  display: flex;
}

.color-accent-4 {
  color: #3e96ff;
}

.text-419 {
  font-size: 16px;
  line-height: 1.125em;
}

.text-419.medium {
  font-weight: 500;
}

.text-419.medium.color-accent-1.case-study-client-industry {
  margin-bottom: 10px;
  font-size: 18px;
}

.text-419.medium.color-accent-1.case-study-client-industry.client-industry-new {
  line-height: 1.45em;
}

.display-9 {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.429em;
}

.display-9.mg-bottom-16px.case-study-client-name {
  margin-bottom: 5px;
  font-size: 20px;
}

.display-9.mg-bottom-16px.case-study-client-name.letzte-call-to-action-headline {
  font-weight: 400;
}

.btn-primary-7 {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0f0f0f;
  border: 1px solid #0f0f0f;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.111em;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, transform .3s, color .3s;
}

.btn-primary-7:hover {
  color: #fff;
  background-color: #3e96ff;
  border-color: #3e96ff;
  transform: translate3d(0, -3px, .01px);
}

.btn-primary-7.hover-white:hover {
  color: #3e96ff;
  background-color: #fff;
  border-color: #fff;
}

.btn-primary-7.hover-white.button-row {
  background-color: #3e96ff;
}

.btn-primary-7.hover-white.button-row:hover {
  background-color: #fff;
}

.div-block-82 {
  min-height: 50px;
}

.btn-primary-8 {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #3e96ff;
  border: 1px solid #3e96ff;
  border-radius: 48px;
  padding: 20px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.111em;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, transform .3s, color .3s;
}

.btn-primary-8:hover {
  color: #fff;
  background-color: #2a6bb8;
  border-color: #2a6bb8;
  transform: translate3d(0, -3px, .01px);
}

.btn-primary-8.fallstudien---termin-vereinbaren {
  margin-top: 20px;
}

.div-block-83 {
  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;
  margin-bottom: 20px;
  display: flex;
}

.mg-bottom-4 {
  margin-bottom: 35px;
}

.mg-bottom-4.testimonials-text {
  color: #d5d5d6;
}

.mg-bottom-4.testimonials-text.numbers-text {
  font-size: 16px;
}

.div-block-84 {
  justify-content: flex-end;
  margin-top: 20px;
  display: flex;
}

.div-block-84.letzte-slide-call-to-action-div {
  margin-top: 50px;
}

.image-415 {
  text-align: right;
  height: 100%;
  max-height: 100%;
  margin-top: 0;
}

.div-block-85 {
  margin-top: 100px;
}

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

.faq---div {
  margin-top: 69px;
}

.text-field {
  color: var(--primary-1);
  background-color: rgba(255, 255, 255, 0);
  border: 1px #000;
  padding: 0;
  font-size: 23px;
  font-weight: 600;
}

.text-field::placeholder {
  color: var(--primary-1);
}

.form-3 {
  border: 1px #000;
}

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

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

.text-420 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.125em;
}

.text-420.medium {
  font-weight: 500;
}

.text-420.medium.color-neutral-100 {
  font-size: 22px;
}

.text-420.medium.color-neutral-100.prices {
  max-width: 100%;
  margin-top: 6px;
  padding-left: 0;
  font-size: 18px;
}

.text-420.medium.color-neutral-100.prices._8-steps-text {
  color: #d1dbf9;
}

.text-420.medium.color-neutral-100.prices._8-steps-text.checked-text {
  text-decoration: line-through;
}

.columns-14 {
  width: 100%;
}

.columns-14._8-steps-step {
  margin-bottom: 20px;
}

.image-416 {
  width: 30px;
  min-width: 30px;
}

.image-416.checkbox-image {
  width: 25px;
  min-width: 25px;
  margin-top: 3px;
}

.card__btn-w {
  flex: 1;
  align-items: flex-end;
  margin-left: -.125rem;
  padding-top: 1rem;
  display: flex;
}

.btn-w {
  background-color: var(--accent--primary-1);
  background-image: linear-gradient(59deg, var(--accent--primary-1), var(--secondary-1-gradient));
  color: var(--secondary--color-3);
  text-align: center;
  border-radius: 8px;
  min-width: 100%;
  margin-top: 10px;
  padding: 14px 38px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s;
}

.btn-w:hover {
  background-color: #3e4ceb;
}

.modal-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.close-btn-w {
  z-index: 5;
  float: right;
  background-color: #f5efef;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-top: 2rem;
  margin-right: 2rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: -2rem;
}

.close-btn-w.for-scroll {
  background-color: #1f1f1f;
  margin-left: -5.5rem;
}

.screen-reader-only {
  border: 1px #000;
  border-radius: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  overflow: hidden;
}

.modal-2-popup {
  z-index: 1001;
  background-color: rgba(41, 40, 40, .4);
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-scroll-content-w {
  background-color: var(--secondary--color-3);
  height: 100%;
  margin-right: 0;
  padding: 3rem;
  overflow: auto;
}

.modal-scroll {
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #272727;
  border-radius: 10px;
  flex: none;
  width: 100%;
  height: 100%;
  position: relative;
}

.close-btn-line {
  background-color: #4353ff;
  border-radius: 1px;
  width: 1.75rem;
  height: 2px;
  position: absolute;
}

.close-btn-line.is--2nd {
  background-color: var(--accent--primary-1);
  transform: rotate(45deg);
}

.close-btn-line.is--1st {
  background-color: var(--accent--primary-1);
  transform: rotate(-45deg);
}

.close-btn-line.is--2nd {
  transform: rotate(45deg);
}

.close-btn-line.is--1st {
  transform: rotate(-45deg);
}

.modal-w-scroll {
  z-index: 10;
  width: 100%;
  max-width: 62rem;
  height: 100%;
  max-height: 100%;
  margin: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

.div-block-87 {
  width: 100%;
}

.sign-in-companies {
  text-align: center;
}

.bg {
  position: absolute;
}

.bg.sign-in-shape-1 {
  top: -60px;
  right: -67px;
}

.bg.sign-in-shape-2 {
  background-color: #ffd584;
  border-radius: 1000px;
  width: 48%;
  padding-top: 48%;
  bottom: -160px;
  left: auto;
  right: -252px;
}

.bg.sign-in {
  z-index: 0;
  background-color: #17171a;
  width: 70%;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0;
  overflow: hidden;
}

.sign-in-form-block {
  margin-bottom: 24px;
}

.section-3 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.section-3.sign-in {
  flex: 1;
  padding-top: 80px;
  padding-bottom: 88px;
  position: relative;
}

.sign-in-divider-text {
  text-align: center;
  background-color: #fff;
  width: 54px;
  min-width: 54px;
  font-weight: 500;
  line-height: 1.056em;
  position: absolute;
}

.card-3 {
  background-color: #fff;
  border: 1px solid #e7e9ee;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(41, 44, 50, .03);
}

.card-3.sign-in-testimonial {
  text-align: center;
  margin-bottom: 58px;
  padding: 65px 55px 72px;
}

.image-417.card-sign-in-testimonial {
  border-radius: 1000px;
  width: 114px;
  min-width: 114px;
  min-height: 114px;
  margin-bottom: 22px;
}

.image-417.sign-in-social-media-icon {
  max-width: 30px;
  margin-right: 16px;
}

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

.sign-in-testimonial-name {
  color: #292c32;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2em;
}

.paragraph.sign-in-testimonial {
  margin-bottom: 35px;
}

.paragraph.sign-in {
  margin-bottom: 32px;
  font-weight: 500;
}

.sign-in-social-media-wrapper {
  margin-bottom: -24px;
}

.input-6 {
  color: #494a4d;
  background-color: #fff;
  border: 1px solid #caccd1;
  border-radius: 14px;
  min-height: 68px;
  margin-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 18px;
  transition: color .3s, border-color .3s;
}

.input-6:hover {
  border-color: #055f5b;
}

.input-6:focus {
  color: #494a4d;
  border-color: #055f5b;
}

.input-6::placeholder {
  color: #6f7278;
}

.input-6.email-icon {
  background-image: url('/flyback/images/icon-2-input-2-startup-x-template.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 60px;
}

.input-6.email-icon:hover, .input-6.email-icon:focus {
  background-image: url('/flyback/images/icon-2-input-startup-x-template.svg');
}

.input-6.email-icon.large {
  background-position: 95%;
}

.input-6.password-icon {
  background-image: url('/flyback/images/icon-input-pasword-startup-x-template.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 60px;
}

.input-6.password-icon:hover, .input-6.password-icon:focus {
  background-image: url('/flyback/images/icon-input-focused-pasword-startup-x-template.svg');
}

.split-content.sign-in-left {
  z-index: 1;
  max-width: 494px;
  position: relative;
}

.split-content.sign-in-right {
  width: 37%;
  min-width: 398px;
}

.sign-in-options-wrapper {
  color: #292c32;
  text-align: center;
}

.sign-in-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.sign-in-divider-wrapper {
  justify-content: center;
  align-items: center;
  padding-top: 44px;
  padding-bottom: 57px;
  display: flex;
  position: relative;
}

.title.h3-size {
  color: #292c32;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.375em;
}

.title.h3-size.sign-in-testimonial {
  margin-bottom: 15px;
}

.title.h2-size {
  color: #292c32;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.316em;
}

.title.h2-size.sign-in {
  margin-bottom: 20px;
}

.sign-in-form {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sign-in-testimonial-position {
  color: #055f5b;
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
}

.divider-3 {
  background-color: #caccd1;
  width: 100%;
  min-height: 1px;
}

.sign-in-companies-grid {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  justify-content: space-between;
  align-items: center;
}

.button-primary {
  color: #fff;
  text-align: center;
  background-color: #055f5b;
  border-radius: 80px;
  padding: 24px 44px;
  font-weight: 700;
  line-height: 1.111em;
  transition: color .3s, transform .3s, box-shadow .3s, background-color .3s;
}

.button-primary:hover {
  color: #ffd584;
  background-color: #003c39;
  transform: translate(0, -4px);
  box-shadow: 0 10px 22px rgba(41, 44, 50, .1);
}

.sign-in-companies-text {
  color: #fff;
  margin-bottom: 28px;
  font-weight: 700;
  line-height: 1.111em;
}

.link-decoration-none {
  text-decoration: none;
}

.success-message-2 {
  color: #055f5b;
  text-align: center;
  background-color: #e9f8f7;
  border-radius: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
}

.button-secondary {
  color: #292c32;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #292c32;
  border-radius: 80px;
  padding: 24px 44px;
  font-weight: 500;
  line-height: 1.111em;
  transition: border-color .3s, color .3s, transform .3s;
}

.button-secondary:hover {
  color: #055f5b;
  border-color: #055f5b;
  transform: translate(0, -4px);
}

.button-secondary.full-width {
  display: block;
}

.button-secondary.full-width.sign-in-social-media {
  text-align: left;
  border-color: #caccd1;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  padding-top: 22px;
  padding-bottom: 22px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 10px rgba(41, 44, 50, .03);
}

.button-secondary.full-width.sign-in-social-media:hover {
  border-color: #055f5b;
}

.error-message-3 {
  color: #f50;
  text-align: center;
  background-color: #faf6f1;
  border-radius: 18px;
  align-self: stretch;
  margin-top: 20px;
  padding: 20px;
  font-weight: 500;
}

.sign-up-text {
  margin-bottom: 13px;
}

.section-4 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.section-4.sign-in {
  flex: 1;
  padding-top: 80px;
  padding-bottom: 88px;
  position: relative;
}

.card-4 {
  background-color: #fff;
  border: 1px solid #e7e9ee;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(41, 44, 50, .03);
}

.card-4.sign-in-testimonial {
  text-align: center;
  margin-bottom: 58px;
  padding: 65px 55px 72px;
}

.image-418.card-sign-in-testimonial {
  border-radius: 1000px;
  width: 114px;
  min-width: 114px;
  min-height: 114px;
  margin-bottom: 22px;
}

.image-418.sign-in-social-media-icon {
  max-width: 30px;
  margin-right: 16px;
}

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

.input-7 {
  color: #494a4d;
  background-color: #fff;
  border: 1px solid #caccd1;
  border-radius: 14px;
  min-height: 68px;
  margin-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 18px;
  transition: color .3s, border-color .3s;
}

.input-7:hover {
  border-color: #055f5b;
}

.input-7:focus {
  color: #494a4d;
  border-color: #055f5b;
}

.input-7::placeholder {
  color: #6f7278;
}

.input-7.email-icon {
  background-image: url('/flyback/images/icon-2-input-2-startup-x-template.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 60px;
}

.input-7.email-icon:hover, .input-7.email-icon:focus {
  background-image: url('/flyback/images/icon-2-input-startup-x-template.svg');
}

.input-7.email-icon.large {
  background-position: 95%;
}

.input-7.password-icon {
  background-image: url('/flyback/images/icon-input-pasword-startup-x-template.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 60px;
}

.input-7.password-icon:hover, .input-7.password-icon:focus {
  background-image: url('/flyback/images/icon-input-focused-pasword-startup-x-template.svg');
}

.divider-4 {
  background-color: #caccd1;
  width: 100%;
  min-height: 1px;
}

.success-message-3 {
  color: #055f5b;
  text-align: center;
  background-color: #e9f8f7;
  border-radius: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
}

.error-message-4 {
  color: #f50;
  text-align: center;
  background-color: #faf6f1;
  border-radius: 18px;
  align-self: stretch;
  margin-top: 20px;
  padding: 20px;
  font-weight: 500;
}

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

.div-block-88 {
  width: 100%;
}

.div-block-89 {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  display: inline-flex;
}

.div-block-90 {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: -60px;
  display: flex;
}

.text-span-7 {
  color: var(--primary-1);
  margin-left: 5px;
  font-weight: 600;
}

.faq {
  margin-top: 60px;
}

.image-419 {
  width: 100%;
}

.div-block-91 {
  justify-content: flex-end;
  align-items: center;
  margin-top: -120px;
  display: flex;
  position: relative;
  overflow: visible;
}

.div-block-92 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.image-421 {
  filter: saturate(122%) brightness(109%);
  width: 100%;
  max-width: 280px;
  margin-left: auto;
  display: block;
}

.columns-15 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-93 {
  margin-right: 10px;
}

.div-block-94 {
  margin-left: 10px;
}

.accordion-trigger---brix {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.accordion-content---brix {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.accordion-arrow-wrap---brix {
  background-color: #fff;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-height: 50px;
  display: flex;
  box-shadow: 0 5px 16px rgba(8, 15, 52, .06);
}

.accordion-paragraph---brix {
  width: 100%;
  max-width: 90%;
  margin-top: 18px;
  margin-bottom: 0;
}

.accordion-arrow-wrapper---brix {
  z-index: 200;
  color: #4a3aff;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  padding-bottom: 2px;
  display: flex;
  position: relative;
  transform: rotate(90deg);
}

.arrow-line---brix {
  background-color: #4a3aff;
  border-radius: 500px;
  width: 11px;
  min-height: 2px;
  position: absolute;
}

.arrow-line---brix._2---brix {
  right: 7px;
  transform: rotate(-45deg);
}

.arrow-line---brix._1---brix {
  left: 7px;
  transform: rotate(45deg);
}

.accordion-item-title---brix {
  color: #170f49;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.accordion-item---brix {
  cursor: pointer;
  background-color: #fff;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 40px;
  display: flex;
}

.accordion-item---brix.accordion-1---brix {
  border: 2px solid rgba(0, 0, 0, 0);
  margin-bottom: 32px;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 5px 16px rgba(8, 15, 52, .06);
}

.accordion-item---brix.accordion-1---brix:hover {
  box-shadow: 0 14px 21px rgba(74, 58, 255, .06);
}

.color-accent-5 {
  color: #b0f127;
}

.hero-image-container-2 {
  width: 100%;
  min-width: 565px;
  max-width: 830px;
  position: static;
  top: 15%;
}

.display-10 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.3em;
}

.btn-primary-9 {
  color: #060606;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #b0f127;
  border: 1px solid #b0f127;
  border-radius: 10px;
  padding: 20px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.111em;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, transform .3s, color .3s;
}

.btn-primary-9:hover {
  color: #060606;
  background-color: #547907;
  border-color: #547907;
  transform: translate3d(0, -3px, .01px);
}

.btn-primary-9.button-row {
  border-radius: 10px;
  margin-right: 24px;
}

.inner-container-2._550px---mbl.center.new-inner-container {
  margin-top: 35px;
}

.inner-container-2._550px---mbl.center.new-inner-container.no-flyback-link-found-container {
  margin-top: 0;
}

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

.grid-2-columns-3.home-hero-grid {
  grid-column-gap: 0px;
  grid-template-columns: minmax(480px, 1.1fr) 1.3fr;
}

.grid-2-columns-3.home-hero-grid.no-flyback-link-found-grid {
  grid-template-columns: minmax(480px, 1.1fr) 1.05fr;
}

.text-421 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.125em;
}

.text-421.medium {
  font-weight: 500;
}

.text-421.medium.color-neutral-100 {
  font-size: 22px;
}

.text-421.medium.color-neutral-100.your-team-headline {
  margin-bottom: 10px;
}

.text-422 {
  font-size: 10px;
  font-weight: 400;
  line-height: 1em;
}

.text-422.semibold {
  font-weight: 600;
}

.text-422.semibold.color-neutral-100.headline-team-table {
  color: silver;
  margin-bottom: 5px;
  font-size: 12px;
}

.mg-bottom-5 {
  margin-bottom: 0;
}

.mg-bottom-5.accordion-text.your-team-subheadline {
  font-size: 15px;
}

.image-422 {
  max-width: 50px;
}

.image-422.rounded-image {
  border-radius: 50px;
  max-width: 40px;
}

.image-422.rounded-image.your-team-image {
  margin-right: 20px;
}

.orders-status-table-row-4 {
  grid-column-gap: 10px;
  border-bottom: .6px solid #37446b;
  grid-template-rows: auto;
  grid-template-columns: .3fr .7fr .75fr .5fr .25fr;
  grid-auto-columns: 1fr;
  align-items: center;
  min-height: 64px;
  margin-bottom: -.6px;
  padding: 12px 28px;
  display: grid;
}

.orders-status-table-row-4.table-row-2 {
  border-bottom-style: none;
  grid-template-columns: .3fr .95fr .75fr 1fr;
  min-height: 60px;
  padding: 0;
}

.orders-status-table-row-4.table-row-2:hover {
  background-color: rgba(47, 47, 47, .4);
}

.orders-status-table-row-4.table-row-2.team-level-row {
  grid-template-columns: .8fr .95fr 1fr 1fr 1fr;
}

.orders-status-table-row-4.table-row-2.team-level-row.team-header-row {
  grid-template-columns: 3fr 1.5fr 1.5fr 2fr 1.5fr 1.5fr 1fr;
}

.orders-status-table-row-4.table-row-2.team-level-row.team-header-row:hover {
  background-color: rgba(0, 0, 0, 0);
}

.flex-5 {
  text-decoration: none;
  display: flex;
}

.flex-5.align-center {
  align-items: center;
}

.accordion-btn-line-2 {
  background-color: #141416;
  border-radius: 20px;
  width: 18px;
  height: 2px;
  position: absolute;
}

.accordion-btn-line-2.v2 {
  width: 24px;
}

.accordion-btn-line-2.v2.vertical, .accordion-btn-line-2.v2.horizontal {
  background-color: #b0f127;
}

.text-423 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.125em;
}

.text-423.medium {
  font-weight: 500;
}

.text-423.medium.color-neutral-100 {
  font-size: 22px;
}

.text-423.medium.color-neutral-100.your-team-headline {
  margin-bottom: 10px;
}

.text-424 {
  font-size: 10px;
  font-weight: 400;
  line-height: 1em;
}

.text-424.semibold {
  font-weight: 600;
}

.text-424.semibold.color-neutral-100.headline-team-table {
  color: silver;
  margin-bottom: 5px;
  font-size: 11px;
}

.text-424.semibold.color-neutral-100.headline-team-table.downline-of {
  padding-left: 20px;
}

.text-424.semibold.color-neutral-100.headline-team-table.downline-of.first-downline-of {
  padding-top: 20px;
}

.text-424.semibold.color-neutral-100.headline-team-table.mail {
  font-size: 12px;
}

.mg-bottom-6 {
  margin-bottom: 0;
}

.mg-bottom-6.accordion-text.your-team-subheadline {
  font-size: 15px;
}

.image-423 {
  max-width: 50px;
}

.image-423.rounded-image {
  border-radius: 50px;
  max-width: 40px;
}

.image-423.rounded-image.your-team-image {
  max-width: 32px;
  max-height: 32px;
  margin-right: 10px;
}

.orders-status-table-row-5 {
  grid-column-gap: 10px;
  border-bottom: .6px solid #37446b;
  grid-template-rows: auto;
  grid-template-columns: .3fr .7fr .75fr .5fr .25fr;
  grid-auto-columns: 1fr;
  align-items: center;
  min-height: 64px;
  margin-bottom: -.6px;
  padding: 12px 28px;
  display: grid;
}

.orders-status-table-row-5.table-row-2 {
  border-bottom-style: none;
  grid-template-columns: .3fr .95fr .75fr 1fr;
  min-height: 60px;
  padding: 0;
}

.orders-status-table-row-5.table-row-2:hover {
  background-color: rgba(47, 47, 47, .4);
}

.orders-status-table-row-5.table-row-2.team-level-row {
  grid-template-columns: .8fr .95fr 1fr 1fr 1fr;
}

.orders-status-table-row-5.table-row-2.team-level-row.team-header-row {
  grid-template-columns: 3fr 1.25fr 1.75fr 2fr 1.5fr 1.5fr 1fr 1fr;
  width: 100%;
}

.orders-status-table-row-5.table-row-2.team-level-row.team-header-row:hover {
  background-color: rgba(0, 0, 0, 0);
}

.orders-status-table-row-5.table-row-2.team-level-row.team-header-row.row-new {
  padding-left: 20px;
  padding-right: 60px;
}

.orders-status-table-row-5.table-row-2.team-level-row.team-header-row._2nd {
  padding-left: 20px;
  padding-right: 40px;
}

.flex-6 {
  text-decoration: none;
  display: flex;
}

.flex-6.align-center {
  align-items: center;
}

.accordion-btn-line-3 {
  background-color: #141416;
  border-radius: 20px;
  width: 18px;
  height: 2px;
  position: absolute;
}

.accordion-btn-line-3.v2 {
  width: 24px;
}

.accordion-btn-line-3.v2.vertical, .accordion-btn-line-3.v2.horizontal {
  background-color: #b0f127;
}

.paragraph-30 {
  color: #fff;
}

.tab-link-2 {
  color: #dce0e7;
  background-color: rgba(0, 0, 0, 0);
  flex: 0 auto;
  padding: 12px 24px;
  position: relative;
}

.tab-link-2:hover {
  color: #fff;
}

.tab-link-2.w--current {
  color: var(--accent--primary-1);
  background-color: rgba(176, 241, 39, .15);
  border-radius: 4px;
  margin-left: auto;
  padding: 12px 24px;
}

.paragraph-18 {
  color: #fff;
}

.recommended-badge {
  text-align: left;
  align-self: flex-end;
  width: 90px;
  margin-top: 0;
  margin-bottom: -90px;
  margin-right: 0;
}

.pricing-2-tab-pane {
  width: 100%;
}

.paragraph-15 {
  color: #fff;
}

.pricing-1-features-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  margin-top: 20px;
  display: flex;
}

.pricing-1-features-list.first-list-pricing-features {
  margin-top: 0;
}

.image-424 {
  width: 20px;
  margin-top: 2px;
}

.tiktok-tracking-feature-tooltip {
  opacity: 1;
  width: 12px;
  margin-top: 7px;
}

.paragraph-13 {
  color: #fff;
}

.pricing-1-tabs {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
  position: relative;
}

.pricing-1-button-wrap {
  justify-content: center;
  align-items: stretch;
  margin-top: 24px;
  display: flex;
}

.show-all-features-price-list-button {
  text-align: center;
  background-color: #1c2024;
  border-radius: 12px;
  margin-top: -30px;
  display: block;
}

.show-all-features-price-list-button.button-white-transparent {
  background-color: rgba(255, 255, 255, .1);
  margin-top: 40px;
}

.paragraph-20 {
  color: rgba(255, 255, 255, .6);
}

.pricing-1-tab-pane {
  width: 100%;
}

.pricing-1-tab-menu {
  border: 1px solid var(--secondary--color-4);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 24px;
  margin-bottom: 0;
  margin-left: auto;
  display: flex;
}

.div-block-95 {
  padding: 32px 24px 24px;
}

.plan {
  color: rgba(255, 255, 255, .9);
  align-self: center;
  margin-top: 35px;
}

.plan._10 {
  color: rgba(35, 255, 160, .9);
  text-align: center;
  margin-top: 20px;
  display: none;
}

.link-block-4 {
  color: #fe2c55;
  text-align: center;
  background-color: rgba(254, 44, 85, .14);
  border-radius: 12px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-style: normal;
  text-decoration: none;
  transition-property: none;
  display: none;
}

.link-block-4:hover {
  color: #fe2c55;
  background-color: rgba(254, 44, 85, .18);
}

.link-block-4.tiktok-tracking-block-2 {
  color: #fff;
  background-color: #19e051;
}

.paragraph-11 {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  text-decoration: none;
}

.paragraph-16 {
  color: #fff;
}

.text-align-center {
  z-index: 99;
  color: rgba(255, 255, 255, .9);
  text-align: center;
  margin: 28px 10% -20px;
  font-size: 18px;
  line-height: 32px;
  display: block;
  position: relative;
  overflow: visible;
}

.text-align-center.plan-pricing-amount {
  font-size: 28px;
}

.text-align-center.plan-pricing-amount.pricing-text-new {
  margin-left: 0%;
  margin-right: 0%;
}

.paragraph-12 {
  color: #fff;
}

.paragraph-39 {
  margin-bottom: 30px;
}

.paragraph-39.new-paragraph {
  margin-bottom: 20px;
}

.show-less-price-list-button {
  text-align: center;
  background-color: #1c2024;
  border-radius: 12px;
  margin-top: 0;
  display: none;
}

.show-less-price-list-button.show-less-button-new {
  margin-top: -3px;
}

.show-less-price-list-button.button-white-transparent {
  background-color: rgba(255, 255, 255, .1);
}

.pricing-1-feature-item-icon {
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  min-height: 20px;
  max-height: 20px;
  margin-top: 2px;
}

.pricing-1-feature-item-icon.tiktok-tracking-icon {
  margin-top: 4px;
  margin-right: -5px;
}

.pricing-1-feature-item-icon.tiktok-tracking-icon.tiktok-tracking-icon-not-included {
  display: none;
}

.pricing-1-feature-item-icon.tiktok-tracking-icon.tiktok-tracking-icon-2 {
  margin-top: 2px;
}

.div-block-96 {
  justify-content: space-around;
  display: flex;
}

.subheadline-licenses {
  color: rgba(255, 255, 255, .9);
}

.subheadline-licenses.subheadline-advanced-license {
  padding-bottom: 0;
}

.paragraph-14 {
  color: #fff;
}

.plan-footer {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.paragraph-white {
  color: #fff;
}

.pricing-1-feature-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: flex-start;
  display: flex;
}

.pricing-1-feature-item.tiktok-tracking-text {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.pricing-1-feature-item.bottom-price-list-adv, .pricing-1-feature-item.bottom-price-list-basic, .pricing-1-feature-item.bottom-price-list-basic.bottom-price-list-basic-yearly {
  margin-bottom: 49px;
}

.paragraph-17 {
  color: #fff;
}

.image-425 {
  width: 160px;
  margin-bottom: 16px;
}

.pricing-1-plan {
  border: 1px solid #2e3747;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  width: 45%;
  margin-left: 7.5px;
  margin-right: 7.5px;
  padding: 32px 24px 24px;
  display: flex;
  position: relative;
}

.pricing-1-plan.pricing-border {
  border-color: #2e3747;
  padding-top: 32px;
}

.pricing-1-plan.pricing-border.pricing {
  background-color: rgba(197, 160, 25, 0);
  background-image: linear-gradient(297deg, rgba(255, 172, 59, .85), rgba(240, 113, 67, .88));
}

.pricing-1-plan.pricing-border.pricing.golden {
  background-image: linear-gradient(297deg, rgba(30, 132, 227, .4), rgba(92, 38, 211, .4));
  border-color: #2e3747;
  padding: 0;
}

.heading-large {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
}

.heading-large.margin-bottom.margin-tiny.styletext {
  background-image: linear-gradient(135deg, #8b58ff, #267de2 75%);
  font-weight: 600;
}

.button-4 {
  color: #fff;
  text-align: center;
  white-space: normal;
  cursor: pointer;
  background-color: #1963cc;
  background-image: linear-gradient(297deg, #1e84e3, #5c26d3);
  border: 1px solid #1963cc;
  border-radius: 4px;
  flex: 0 auto;
  align-self: center;
  margin-top: 0;
  padding: 16px 26px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  transition: all .3s;
  display: inline-block;
}

.button-4:hover {
  background-color: rgba(25, 99, 204, .15);
  background-image: none;
  border-color: #1963cc;
}

.divider-5 {
  color: rgba(255, 255, 255, .42);
  -webkit-text-stroke-color: rgba(255, 255, 255, .9);
  background-color: rgba(255, 255, 255, .5);
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.text-block-4 {
  white-space: normal;
  font-style: normal;
}

.accordion-item {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 10px;
  margin-bottom: -10px;
  padding: 24px 0 14px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, .03);
}

.accordion-item-trigger {
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.accordion-item-trigger.tea {
  padding-left: 20px;
  padding-right: 20px;
}

.accordion-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 30px;
}

.icon-2.accordion-icon {
  color: rgba(0, 0, 0, .6);
  cursor: pointer;
  font-size: 32px;
  line-height: 30px;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.accordion-item-content.item-content-new {
  margin-right: 0;
}

.accordion-item-content.item-content-new.body-2nd-level {
  background-color: #1b1b1b;
}

.image-426 {
  max-width: 25px;
}

.add-ons_accordion-title {
  flex: 1;
}

.add-ons_accordion-body {
  padding-left: 3.2rem;
  display: block;
}

.add-ons_accordion-body.add-ons_js-accordion-body {
  padding-bottom: 2rem;
}

.add-ons_image-wrapper {
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 45%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.add-ons_accordion-item {
  box-shadow: none;
  text-align: left;
  border-bottom: 1px solid #cdd0d7;
  flex-direction: column;
  justify-content: space-between;
  width: 45%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.add-ons_accordion-item.add-ons_js-accordion-item {
  box-shadow: none;
}

.add-ons_accordion-item.add-ons_js-accordion-item.active {
  cursor: default;
  width: 100%;
}

.add-ons_accordion-item.add-ons_js-accordion-item.active:hover {
  box-shadow: none;
}

.add-ons_accordion-body-contents {
  opacity: 1;
}

.add-ons_title-icon-wrapper {
  background-color: #b5c462;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 25px;
  min-width: 25px;
  height: 25px;
  margin-right: 1.5rem;
  display: flex;
}

.add-ons_tick-icon {
  width: 12px;
}

.add-ons_image {
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.add-ons_accordion-header {
  align-items: center;
  display: flex;
}

.add-ons_accordion-header.add-ons_js-accordion-header {
  cursor: pointer;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.faq-2-card {
  border: 1px solid #2e3747;
  border-radius: 8px;
  padding: 24px 24px 16px;
}

.faq-2-card-header {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.text-color-light-grey {
  color: #f7f7f7;
}

.faq-card-header-icon {
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  margin-left: 16px;
}

.text-size-small {
  -webkit-text-stroke-color: #f7f7f7;
  font-size: 14px;
  line-height: 20px;
}

.text-size-small.faq-text {
  color: #bcc2ca;
  font-size: 16px;
  line-height: 22px;
}

.btn-w-2 {
  color: #fffefa;
  text-align: left;
  background-color: rgba(67, 83, 255, 0);
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  min-width: 11em;
  padding: 0;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.btn-w-2:hover {
  background-color: rgba(255, 255, 255, .08);
}

.modal-scroll-content-w-2 {
  background-color: #1a1a1a;
  border-radius: 10px;
  height: 100%;
  margin-right: 0;
  padding: 3rem;
  overflow: auto;
}

.text-425 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.125em;
}

.text-425.medium {
  font-weight: 500;
}

.text-425.medium.color-neutral-100 {
  font-size: 22px;
}

.text-425.medium.color-neutral-100.your-team-headline {
  margin-bottom: 10px;
}

.text-425.medium.color-neutral-100.your-team-headline.stats {
  margin-top: 20px;
}

.text-425.medium.color-neutral-100.your-team-headline.stats.bonus {
  margin-top: 40px;
}

.image-427 {
  max-width: 50px;
}

.image-427.rounded-image {
  border-radius: 50px;
  max-width: 40px;
}

.image-427.rounded-image.your-team-image {
  margin-right: 10px;
}

.image-427.rounded-image.your-team-image.team-member-big {
  max-width: 50px;
}

.flex-7 {
  text-decoration: none;
  display: flex;
}

.flex-7.align-center {
  align-items: center;
}

.div-block-97 {
  grid-column-gap: 63px;
  grid-row-gap: 63px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-span-8, .bold-text-8 {
  color: var(--accent--primary-1);
}

.link-block-5 {
  cursor: pointer;
  position: absolute;
  top: 8px;
  right: 22px;
}

.div-block-99 {
  width: 100%;
  max-width: 120px;
}

.div-block-100 {
  justify-content: space-between;
  width: 100%;
  min-width: 100%;
  display: flex;
}

.div-block-101 {
  width: 100%;
}

.text-span-9 {
  font-size: 13px;
}

.ms-input-wrap {
  padding: 0;
  display: flex;
  position: relative;
}

.ms-input-wrap.is-token {
  grid-column-gap: 10px;
  width: 300px;
  margin-bottom: 10px;
}

.ms-token-input {
  z-index: 2;
  color: #fff;
  text-align: left;
  letter-spacing: 35.5px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  width: 400px;
  height: 50px;
  margin-bottom: 0;
  padding: 0 0 0 12px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 23px;
  font-weight: 400;
  position: absolute;
  top: 0;
  left: 0;
}

.ms-token-input::placeholder {
  color: #a8a8a8;
  font-weight: 400;
}

.ms-input {
  color: #121331;
  background-color: #fff;
  border: 1px solid rgba(18, 19, 49, .25);
  border-radius: 5px;
  min-height: 40px;
  margin-bottom: 20px;
  padding: 8px 12px;
  transition: box-shadow .2s, border-color .2s;
  position: relative;
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, .1);
}

.ms-input:hover {
  z-index: 2;
  box-shadow: none;
  border-color: #2962ff;
}

.ms-input::placeholder {
  color: #909090;
}

.ms-input.is-fake-token {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, .25);
  width: 40px;
  height: 50px;
}

.ms-input.is-fake-token:hover {
  border-color: rgba(255, 255, 255, .77);
}

.ms-token-overflow {
  z-index: 5;
  background-color: var(--secondary--color-3);
  width: 30px;
  height: 50px;
  position: absolute;
  top: 0%;
  left: 100%;
  right: auto;
}

.ms-drawer-top {
  color: #121331;
  border-radius: 16px 16px 0 0;
  justify-content: space-between;
  align-items: center;
  padding: 11px 10px 10px;
  font-weight: 400;
  display: flex;
}

.ms-drawer-top:hover {
  background-color: #ebebeb;
}

.ms-loom {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 10px;
  margin-bottom: 12px;
  overflow: hidden;
}

.ms-dropdown-svg {
  opacity: .5;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 20px;
  display: flex;
}

.ms-how-drawer {
  background-color: #f8f8f8;
  border-radius: 16px;
  width: 100%;
  margin-top: -10px;
  margin-bottom: 20px;
  overflow: hidden;
}

.ms-how-drawer.for-radio {
  margin-top: 10px;
}

.ms-light-text {
  font-size: 13px;
  font-weight: 300;
}

.ms-embed {
  background-color: #ededed;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  margin-bottom: 10px;
  font-style: italic;
  display: flex;
}

.ms-drawer-contain {
  border-top: 1px solid #e0e0e0;
  padding: 10px 20px;
}

.ms-radio-group {
  max-width: 100%;
  margin-bottom: 30px;
}

.ms-radio-image {
  opacity: .8;
  background-image: url('/flyback/images/FLYS.png');
  background-position: 50%;
  background-size: cover;
  border-width: 1px;
  border-color: rgba(197, 197, 197, .14);
  border-radius: 6px;
  width: 100%;
  height: auto;
  padding-top: 40%;
}

.ms-radio-image.w--redirected-checked {
  opacity: 1;
  outline-color: var(--accent--primary-1);
  outline-offset: 0px;
  background-image: url('/flyback/images/FLYS.png');
  background-position: 50%;
  background-size: cover;
  border-width: 2px;
  border-color: rgba(255, 255, 255, .15);
  outline-width: 2px;
  outline-style: solid;
  padding-top: 40%;
}

.ms-radio-image.is-img-2 {
  background-image: url('/flyback/images/Tether.png');
  background-position: 50%;
  background-size: cover;
  border-color: rgba(197, 197, 197, .14);
  padding-top: 40%;
}

.ms-wf-class {
  color: #fff;
  background-color: #1684f6;
  border-radius: 2px;
  padding: 5px 7px 3px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2em;
  display: inline-block;
  box-shadow: 1px 1px 3px rgba(6, 12, 126, .5);
}

.ms-help-text {
  opacity: .8;
  margin-top: -15px;
  margin-bottom: 15px;
  font-size: 90%;
  font-weight: 300;
}

.ms-help-text.less-margin {
  margin-top: -4px;
  margin-bottom: 4px;
}

.ms-radio-row {
  grid-column-gap: 0%;
  grid-row-gap: 0%;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.ms-hide {
  display: none;
}

.ms-radio-wrap {
  align-items: flex-start;
  padding-top: 8px;
  display: flex;
  position: relative;
}

.ms-radio-wrap.is-image {
  width: 48%;
}

.ms-input-label {
  color: #121331;
  margin-bottom: 5px;
  font-weight: 700;
}

.video {
  margin-left: auto;
  margin-right: 100px;
}

.heading {
  color: var(--accent--primary-1);
  text-align: center;
  font-family: Oswald, sans-serif;
}

.create-account-copy.btn-primary {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.create-account-copy.btn-primary.width-100 {
  font-size: 23px;
}

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

.text-block-5 {
  margin-bottom: 25px;
}

.bold-text-9 {
  text-align: center;
  font-size: 25px;
}

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

.paragraph-41 {
  text-align: center;
  margin-top: 40px;
}

.paragraph-42 {
  color: var(--primary-1);
  text-align: justify;
  font-weight: 700;
}

.paragraph-43 {
  color: var(--primary-1);
  text-align: justify;
  margin-bottom: 20px;
  font-weight: 700;
}

.heading-2 {
  margin-top: 40px;
  font-size: 24px;
}

@media screen and (min-width: 1440px) {
  .grid-2-columns.style---styleguide-wrapper {
    grid-template-columns: .3fr 1fr;
  }

  .grid-2-columns.contact-grid {
    grid-column-gap: 80px;
    grid-template-columns: 1fr 1.15fr;
  }

  .grid-2-columns.home-hero-grid {
    grid-template-columns: .7fr 1fr;
  }

  .grid-2-columns.slider-grid {
    grid-column-gap: 64px;
  }

  .grid-2-columns.author-card {
    grid-template-columns: .6fr 1fr;
  }

  .grid-2-columns.left-0-7fr {
    grid-template-columns: .7fr 1fr;
  }

  .card.whats-included.presale-level-card.dashboard-main-current-presale-level-info-container.dashboard-leaderboard-current-prices {
    margin-bottom: 20px;
  }

  .card.whats-included.presale-level-card.current-price-card-container {
    border-bottom-left-radius: 18px;
  }

  .card.whats-included.presale-level-card.current-price-card-container.level-price-card-leaderboard {
    border-style: none;
    align-items: flex-end;
    margin-top: 0;
    margin-left: 0;
  }

  .style---typography-block-grid {
    grid-template-columns: minmax(auto, 380px) .8fr;
  }

  .display-2.text-center.mg-bottom-24px.keep.sign-in-headline {
    font-size: 40px;
  }

  .display-4.mg-bottom-8px.dashboard-main-div-headline.leaderboard-information-title {
    margin-bottom: 0;
  }

  .inner-container._880px {
    max-width: 880px;
  }

  .btn-secondary.cta-button {
    font-weight: 600;
  }

  .btn-secondary.dashboard-main-deposit-button.presale-levels-button.view-all-leaderboard-members-button {
    margin-top: 20px;
  }

  .line-rounded-icon._24px {
    font-size: 24px;
    line-height: 1em;
  }

  .style---dropdown-toggle {
    padding-top: 28px;
    padding-bottom: 28px;
    font-size: 20px;
    line-height: 20px;
  }

  .style---dropdown-link-sidebar {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 20px;
  }

  .style---dropdown-link-icon-sidebar {
    border-radius: 12px;
    max-width: 46px;
    margin-right: 14px;
  }

  .style---logo-wrapper {
    justify-content: center;
    display: flex;
  }

  .width-100.stages-image {
    margin-bottom: -38px;
    margin-left: -14px;
    margin-right: -178px;
  }

  .style---logo-sidebar {
    max-width: 260px;
  }

  .section.large.coming-soon-section {
    justify-content: space-between;
  }

  .section.hero-v1 {
    padding-top: 285px;
  }

  .section._100px.bg-default.overflow-hidden.signup-main-section {
    padding-top: 60px;
  }

  .section.hero-v2 {
    padding-top: 285px;
  }

  .dropdown-wrapper {
    max-width: 535px;
  }

  .accordion-btn-line.v2.vertical {
    background-color: var(--primary-1);
    transform: rotate(0);
  }

  .accordion-btn-line.v2.horizontal {
    background-color: var(--primary-1);
  }

  .accordion-side.right-side {
    margin-left: 64px;
  }

  .team-member-content {
    left: 48px;
    right: 48px;
  }

  .image-wrapper.feature-image {
    width: 66%;
  }

  .image-wrapper.cta-v2-image-wrapper {
    width: auto;
    right: -6.5%;
  }

  .card-sales-home-content.dashboard-main-wallet-card.fly-balance.next-flyback-call {
    background-image: none;
  }

  .card-sales-home-content.current-presale-level-info-inner-container.all-presale-levels-overview-container.dashboard-main-card-countdown-to-next-stage.main-countdown---card {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .card-sales-home-content.current-presale-level-info-inner-container.current-prizes-for-winners-container {
    padding-bottom: 22px;
  }

  .card-sales-home-content.current-presale-level-info-inner-container.your-last-ranks-table-container {
    padding-right: 32px;
  }

  .card-sales-home-content.current-presale-level-info-inner-container.success-formula---content {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .card-sales-home-content.current-price-card.price-level-card {
    border: 1px solid var(--secondary--color-4);
    border-radius: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 20px;
  }

  .card-sales-home-content.current-price-card.price-level-card.your-position-card {
    text-align: left;
    padding: 9px 20px;
  }

  .footer-main-pages-wrapper.v2 {
    grid-column-gap: 40px;
  }

  .footer-cta-content-top {
    padding-left: 64px;
    padding-right: 64px;
  }

  .feature-card.large {
    padding-top: 52px;
  }

  .feature-card.top-right {
    padding: 90px 40px;
  }

  .slider-frame {
    width: 52%;
    max-width: 900px;
    left: 48%;
  }

  .integration-badge {
    top: 64px;
  }

  .sidebar-menu-container {
    margin-top: 0;
  }

  .sidebar-dropdown-list-wrapper.sidebar-account-settings-list {
    display: none;
  }

  .dropdown-toggle-2.sidebar-dropdown.profile-settings {
    margin-top: 20px;
  }

  .sidebar-wrapper {
    margin-top: 108px;
  }

  .input-2.icon-inside-left {
    display: none;
  }

  .flex.align-center.gap-column-6px {
    grid-column-gap: 6px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .flex.align-center.gap-column-6px.stage-text {
    justify-content: flex-start;
  }

  .text-402.sidebar-dropdown-text.color-neutral-100.account-name-text {
    margin-bottom: 3px;
  }

  .grid-1-column-2.gap-row-16px.settings-grid {
    margin-bottom: 0;
  }

  .grid-1-column-2.gap-row-4px {
    margin-bottom: 80px;
  }

  .button-2.submit-form-button.btn-primary.large {
    border-width: 0;
    width: 100%;
  }

  .text-403.text-progess-bar.text-sold-text {
    text-align: left;
    margin-top: 15px;
    line-height: 1.5em;
  }

  .text-403.text-progess-bar.text-sold-text.incentive-info-text.headline {
    display: block;
  }

  .image-2 {
    margin-top: -48px;
  }

  .image-2.image-2-neu.countdowntimer-image {
    margin-top: -148px;
  }

  .form__input.name {
    color: #fff;
    background-color: #101935;
    background-image: url('/flyback/images/Tether-x-SST-II.png');
    background-size: 40px;
    border: 1px solid #37446b;
    min-height: 60px;
    padding-top: 8px;
    padding-left: 70px;
    font-size: 22px;
    line-height: 2em;
  }

  .form__input.name.tether {
    background-image: url('/flyback/images/Tether-Exchange.png');
  }

  .form__input.name {
    color: #fff;
    background-color: #101935;
    background-image: url('/flyback/images/Tether-x-SST-II_1.png');
    background-position: 12px;
    background-size: 40px;
    border: 1px solid #37446b;
    min-height: 60px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 70px;
    font-size: 20px;
    line-height: 2em;
  }

  .form__input.name:focus-visible {
    color: #fff;
  }

  .form__input.name[data-wf-focus-visible] {
    color: #fff;
  }

  .form__input.name::placeholder {
    color: #aeb9e1;
  }

  .form__input.name.tether {
    background-image: none;
    min-height: 50px;
    font-size: 18px;
    line-height: 1.667em;
  }

  .form__input.name.tether.withdraw-request, .form__input.name.tether.withdraw-request.wallet-field {
    background-image: none;
  }

  .divider-2.top-up-divider {
    margin-top: 32px;
  }

  .divider-2.leaderboard-divider {
    margin-top: 0;
    margin-bottom: 0;
  }

  .js-clock {
    justify-content: flex-start;
    margin-left: -10px;
    margin-right: 0;
  }

  ._2-items-wrap-container.container-main-presale-display {
    margin-top: 40px;
  }

  ._2-items-wrap-container.price-stats {
    justify-content: center;
  }

  ._2-items-wrap-container.pd-32px---28px.latest-transaction-headline {
    padding-bottom: 10px;
  }

  .card-2.top-details {
    background-image: url('/flyback/images/B-SST---Background.png');
    border-width: 1px;
    border-color: #37446b;
  }

  .card-2.token-presale-main-card, .card-2.overflow-hidden.order-status-card {
    border-width: 1px;
    border-color: #37446b;
  }

  .card-2.top-details {
    border-width: 1px;
    border-color: var(--neutral--700);
    background-image: none;
  }

  .card-2.top-details.td3 {
    background-image: none;
  }

  .card-2.top-details.team-stats-top-details-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-2.top-details.team-stats-top-details-card.pools-card {
    display: flex;
  }

  .card-2.top-details.team-stats-top-details-card.staking-earnings---left-card.physical-card---overview.gold-card---overview {
    padding-top: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .card-2.pd-30px---36px {
    border-style: none;
  }

  .card-2.pd-30px---36px.stages-overview.leaderboard-main {
    margin-top: 10px;
  }

  .orders-status-table-row {
    grid-template-columns: .3fr .7fr .75fr 1fr;
    justify-items: start;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .orders-status-table-row.latest-transactions-table-row {
    grid-template-columns: .3fr .7fr .75fr 1fr 1fr;
  }

  .orders-status-table-row.table-row-2 {
    grid-template-columns: .3fr .7fr .75fr .75fr 1fr 1fr;
  }

  .div-block-3 {
    background-image: url('/flyback/images/B-SST-Background.png');
    border: 1px solid #37446b;
  }

  .div-block-3.usdt-balance {
    background-image: url('/flyback/images/Tether---Background.png');
  }

  .div-block-3.usdt-balance.countdown {
    background-image: url('/flyback/images/Unbenannt-2-2.png');
  }

  .box {
    margin-left: -25px;
    margin-right: -15px;
  }

  .image-3.credit-card {
    max-width: 38px;
    margin-left: 4px;
  }

  .image-5 {
    max-width: 60%;
    margin-left: auto;
    margin-right: 0;
    display: block;
  }

  .percentage-bars-small-section-container {
    margin-top: 0;
    margin-bottom: -6px;
  }

  .div-block-2.token-pre-sale {
    border-style: none;
  }

  .small-details-card-grid.buyback-numbers-overview {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-auto-columns: 1fr;
    display: flex;
  }

  .small-details-card-grid.buyback-numbers-overview.top-details-cards-team-stats.pool-stats-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: minmax(200px, .5fr) minmax(200px, .5fr);
    grid-auto-columns: 1fr;
    display: grid;
  }

  .small-details-card-grid.buyback-numbers-overview.top-details-cards-team-stats.treasury-stats.gold-claim-stats {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) 200px;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .small-details-card-grid.buyback-numbers-overview.top-details-cards-team-stats.bottom---channels {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-auto-columns: 1fr;
    display: grid;
  }

  .small-details-card-grid.buyback-numbers-overview.top-details-cards-team-stats.top-details---bonus-earnings {
    margin-bottom: 10px;
  }

  .small-details-card-grid.buyback-numbers-overview.numbers-overview---physical-card.physical-card-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(30%, 30%)) minmax(30%, 40%) minmax(25%, 25%);
    grid-auto-columns: 1fr;
    display: grid;
  }

  .small-dot {
    background-color: rgba(253, 181, 42, .34);
  }

  .small-dot.active-dot {
    background-color: #fdb52a;
  }

  .small-dot.coming-soon-dot {
    background-color: rgba(255, 255, 255, .13);
  }

  .display-5.token-presale-headline.general-stats-headline.token-presale-small-headline {
    margin-top: 35px;
    margin-bottom: 22px;
  }

  .display-5.balance-display {
    margin-bottom: -10px;
  }

  .display-5.current-stage-display {
    margin-bottom: 28px;
  }

  .display-5.wallet-headline, .display-5.wallet-headline.headline-with-margin {
    margin-top: 0;
  }

  .display-5.wallet-headline.buy-b-sst-headline {
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .text-404.medium.mg-bottom-10px.balance-subline.available-text {
    text-align: right;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .text-405.medium.color-neutral-200.status-stage {
    text-align: right;
  }

  .clock-label {
    letter-spacing: 2px;
  }

  .input-3.icon-inside-left {
    display: none;
  }

  .text-407.sidebar-dropdown-text.color-neutral-100.account-name-text {
    margin-bottom: 3px;
  }

  .paragraph-small-3.overview-container-headline.leaderboard-subinfo-title {
    margin-top: 5px;
    margin-bottom: 20px;
  }

  .paragraph-small-3.overview-container-headline.leaderboard-subinfo-title.current-prizes-subtitle.prize-subtitle {
    margin-top: 2px;
    margin-bottom: 0;
    margin-left: 10px;
  }

  .paragraph-small-3.overview-container-headline.active-levels-headline.pool-qualification-headline {
    width: 150px;
  }

  .paragraph-small-3.overview-container-headline.active-levels-headline.pool-qualification-headline.golden-headline {
    width: 100%;
  }

  .image-12 {
    margin-top: -48px;
  }

  .display-6.card-title-new.current-presale-level-info-price.leaderboard-level-price {
    color: var(--neutral--300);
  }

  .display-6.card-title-new.current-presale-level-info-price.leaderboard-level-price.your-position-label {
    text-align: left;
    order: 0;
    margin-left: 0;
    margin-right: 0;
    font-size: 20px;
  }

  .dashboard-main-icon-general-stats.team-dashboard-icon.next-flyback-member {
    border-radius: 100%;
  }

  .paragraph-small-4.color-neutral-100 {
    font-size: 14px;
  }

  .paragraph-small-4.color-neutral-100.leaderboard-prize-text {
    color: var(--accent--primary-1);
    font-weight: 600;
  }

  .paragraph-small-4.color-neutral-100.leaderboard-prize-text.leaderboard-prize-text-headline {
    color: var(--primary-1);
    font-weight: 400;
  }

  .paragraph-small-4.color-neutral-100.leaderboard-prize-text.current-prizes-for-winners-text {
    margin-top: 5px;
    margin-left: 10px;
    font-size: 17px;
  }

  .paragraph-small-4.color-neutral-100.leaderboard-prize-text.current-prizes-for-winners-text.last-winners-text {
    margin-top: 0;
  }

  .paragraph-small-4.color-neutral-100.rank-starting-4 {
    padding-left: 10px;
  }

  .paragraph-small-4.color-neutral-100.leaderboard-member-name-self {
    color: var(--accent--primary-1);
    font-weight: 600;
  }

  .paragraph-small-4.color-neutral-100.your-position-paragraph {
    color: var(--neutral--400);
    margin-bottom: 2px;
    font-size: 12px;
  }

  .text-408.medium.mg-bottom-10px.balance-subline.available-text {
    text-align: right;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .display-7.wallet-headline {
    margin-top: 0;
  }

  .display-7.wallet-headline.buy-b-sst-headline {
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .current-presale-level-info-container-columns.stage-info---new {
    margin-bottom: 20px;
  }

  .current-level-text.current-prizes-text.last-winners-text {
    margin-bottom: 17px;
  }

  .current-level-text.exchange-earnings-to-flys-headline {
    margin-bottom: 20px;
  }

  ._2-items-wrap-container-2.price-stats {
    justify-content: flex-end;
  }

  ._2-items-wrap-container-2.pd-32px---28px.your-partners-headline {
    padding-bottom: 0;
  }

  .text-410.medium.color-neutral-200 {
    flex: 1;
    order: 0;
  }

  .text-410.medium.color-neutral-200.status-stage, .text-410.medium.color-neutral-200.stage-price {
    text-align: right;
  }

  .div-block-11 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .icon {
    background-color: var(--secondary--color-4);
    border-radius: 20px;
    width: 40px;
    height: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
  }

  .slide-2 {
    padding-bottom: 80px;
  }

  .orders-status-table-row-2 {
    grid-template-columns: .3fr .7fr .75fr 1fr .25fr;
    justify-items: start;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .orders-status-table-row-2.table-row-2 {
    border: 1px #000;
    grid-template-columns: .3fr .95fr .5fr 1fr;
    min-height: 60px;
    padding: 0;
    overflow: visible;
  }

  .orders-status-table-row-2.table-row-2.current-prizes-for-winners-row {
    grid-template-columns: .25fr 1fr;
  }

  .orders-status-table-row-2.table-row-2.self-row {
    background-color: var(--neutral--700);
  }

  .leaderboard-winner-image {
    max-width: 28px;
  }

  .leaderboard-winner-image.member-image {
    max-width: 28px;
    margin-top: 5px;
  }

  .columns-9 {
    height: 100%;
  }

  .left-arrow {
    margin-left: -41px;
  }

  .right-arrow {
    margin-right: -41px;
  }

  .current-prizes-for-winners-column {
    margin-bottom: 15px;
  }

  .orders-status-table-row-3 {
    grid-template-columns: .3fr .7fr .75fr 1fr .25fr;
    justify-items: start;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-17.rounded-image {
    border-radius: 50px;
  }

  .flex-4.align-center.gap-column-6px {
    grid-column-gap: 6px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .image-19.webinar-info---image {
    width: 30px;
    height: 30px;
  }

  .cnt-features-left.dashboard-main-countdown-to-next-stage.small-countdown---div.countdown-webinar {
    grid-column-gap: 20px;
    grid-row-gap: 16px;
    align-items: center;
    justify-items: start;
    width: auto;
  }

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

  .quick-stack, .quick-stack-copy {
    grid-column-gap: 20px;
  }

  .date-field {
    padding-left: 42px;
    font-size: 12px;
  }

  .field-icon {
    width: 20px;
    max-width: 62%;
  }

  .div-block-32.flyback-call-led-by {
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
  }

  .dropdown-list-v2---brix {
    width: 72vw;
    margin-left: -42vw;
  }

  .multi-step-form-block---brix.no-min-height {
    min-height: auto;
  }

  .flyback---debit-card-mockup.gold-card---mockup {
    margin-top: 200px;
  }

  .div-block-50, .div-block-52 {
    width: 100%;
  }

  .div-block-53 {
    margin-top: 20px;
  }

  .display---card-qualification---home.webinar-info---paragraph {
    margin-left: 10px;
  }

  .div-block-55 {
    padding-bottom: 5px;
  }

  .pool-bonus---div {
    padding-top: 10px;
  }

  .text-span-4 {
    font-weight: 400;
  }

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

  .grid-2-columns-3.home-hero-grid {
    grid-template-columns: .7fr 1fr;
  }

  .image-422.rounded-image {
    border-radius: 50px;
  }

  .orders-status-table-row-4 {
    grid-template-columns: .3fr .7fr .75fr 1fr .25fr;
    justify-items: start;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .orders-status-table-row-4.table-row-2 {
    border: 1px #000;
    grid-template-columns: .3fr .95fr .5fr 1fr;
    min-height: 60px;
    padding: 0;
    overflow: visible;
  }

  .accordion-btn-line-2.v2.vertical {
    background-color: #fff;
    transform: rotate(0);
  }

  .accordion-btn-line-2.v2.horizontal {
    background-color: #fff;
  }

  .image-423.rounded-image {
    border-radius: 50px;
  }

  .orders-status-table-row-5 {
    grid-template-columns: .3fr .7fr .75fr 1fr .25fr;
    justify-items: start;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .orders-status-table-row-5.table-row-2 {
    border: 1px #000;
    grid-template-columns: .3fr .95fr .5fr 1fr;
    min-height: 60px;
    padding: 0;
    overflow: visible;
  }

  .accordion-btn-line-3.v2.vertical {
    background-color: #fff;
    transform: rotate(0);
  }

  .accordion-btn-line-3.v2.horizontal {
    background-color: #fff;
  }

  .image-427.rounded-image {
    border-radius: 50px;
  }
}

@media screen and (min-width: 1920px) {
  .mg-bottom-40px.top-announcement-bar-text {
    margin-bottom: 0;
    display: inline;
  }

  .mg-bottom-40px.top-announcement-bar-text.top-announcement-bar-learn-more-text {
    color: var(--accent--primary-1);
    padding-left: 10px;
    font-weight: 600;
  }

  .display-1.flyback-home-hero-headline {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 64px;
  }

  .style---heading {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .style---content-wrapper {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .btn-primary.download-app.button-row._16px.flyback-token-price-button {
    background-color: var(--secondary--color-4);
    margin-right: 0;
    padding: 6px 24px 10px;
  }

  .section.hero-v1.flyback-home-hero {
    padding-top: 10%;
  }

  .link-text {
    transition: none;
  }

  .dropdown-wrapper {
    max-width: 535px;
  }

  .cart-button {
    display: none;
  }

  .checkout-col-right {
    position: -webkit-sticky;
    position: sticky;
    top: 24px;
  }

  .image-home-link-wrapper {
    max-width: 560px;
  }

  .grid-footer-v1---4-column {
    grid-row-gap: 64px;
    grid-template-areas: "."
                         "Area";
    grid-auto-flow: row;
  }

  .slider-frame {
    left: 48%;
  }

  .div-block {
    padding-right: 20px;
  }

  .flyback-token---price-image {
    width: 30px;
    margin-right: 10px;
  }

  .top-announcement-bar-container {
    background-color: #232323;
    border-radius: 20px;
    margin-bottom: 20px;
    padding: 10px 20px;
    display: inline;
  }

  .leaderboard-winner-image.member-image {
    max-width: 28px;
  }

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

  .dropdown-list-v2---brix {
    width: 55vw;
    margin-left: -550%;
  }

  .multi-step-form-block---brix.no-min-height {
    min-height: auto;
  }
}

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

  h2 {
    margin-bottom: 12px;
    font-size: 32px;
  }

  h3 {
    font-size: 24px;
  }

  blockquote {
    padding: 90px 55px;
    font-size: 28px;
  }

  .grid-2-columns.style---styleguide-wrapper {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.contact-grid {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.newsletter {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.cta-v1 {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.blog-card-featured {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.title-and-paragraph {
    grid-column-gap: 50px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.text-left-default {
    grid-template-columns: 1fr 1fr;
  }

  .grid-2-columns.text-left-default.alt {
    grid-template-columns: minmax(350px, .85fr) 1fr;
  }

  .grid-2-columns.text-right-default {
    grid-template-columns: 1fr 1fr;
  }

  .grid-2-columns.text-right-default.alt {
    grid-template-columns: 1fr minmax(400px, .85fr);
    justify-content: end;
    max-width: 94vw;
  }

  .grid-2-columns.text-left-short {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.template-page-sidebar {
    grid-template-columns: .5fr 1fr;
  }

  .grid-2-columns.product-page {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.checkout-page {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.suprises-pages-right, .grid-2-columns.suprises-pages-left {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-bottom: 100px;
  }

  .grid-2-columns.home-hero-grid {
    grid-row-gap: 150px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.slider-grid, .grid-2-columns.cta-v2, .grid-2-columns.text-right-short {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.text-right-short.alt-v1 {
    justify-content: end;
    width: 100%;
  }

  .grid-2-columns.title-left {
    grid-template-columns: .5fr 1fr;
  }

  .grid-2-columns.author-card {
    grid-template-columns: .7fr 1fr;
  }

  .grid-2-columns.hero-images-grid {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.sidebar-right-v1 {
    grid-row-gap: 70px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.sidebar-left {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.hero-images-grid-v2 {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.title-left-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.left-0-7fr, .grid-2-columns.sidebar-right {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.coming-soon-grid {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .grid-2-columns.team-strip {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.title-and-buttons {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.team-grid {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.sign-up-page-grid {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .style---navigation-sidebar {
    box-shadow: none;
    min-height: auto;
    max-height: 100%;
    position: static;
  }

  .card.checkout-block {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.whats-included.presale-level-card.dashboard-main-current-presale-level-info-container.dashboard-leaderboard-current-prices.available-for-withdraw {
    margin-right: 0;
  }

  .card.whats-included.presale-level-card.dashboard-main-current-presale-level-info-container.dashboard-leaderboard-current-prices.available-for-withdraw.available-for-withdraw-current {
    margin-right: 7.5px;
  }

  .card.whats-included.presale-level-card.dashboard-main-current-presale-level-info-container.team-level-card.treasury-card {
    border-style: none;
  }

  .card.whats-included.presale-level-card.current-price-card-container.current-price-card-container-new {
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    width: 120px;
    margin-top: -12px;
    margin-left: auto;
    display: flex;
  }

  .card.whats-included.presale-level-card.current-price-card-container.current-price-card-container-new.signup-card {
    width: 150px;
  }

  .card.whats-included.presale-level-card.card-below-swapper {
    margin-right: 0;
  }

  .card.whats-included.dashboard-main-swap-card {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .card.whats-included.dashboard-main-swap-card.staking-main-card.gold-main-card {
    min-width: 100%;
  }

  .card.figma-file {
    flex-direction: column;
    overflow: hidden;
  }

  .card._24px {
    align-self: center;
  }

  .card._24px.integration-information-card {
    width: 100%;
    max-width: 100%;
    position: static;
  }

  .card._24px.product-card {
    flex-direction: row;
    top: 0;
  }

  .card._24px.product-card.popular {
    margin-bottom: 0;
    bottom: 0;
  }

  .card._24px.accordion-card-wrapper {
    padding-bottom: 48px;
  }

  .card._24px.add-to-cart-card {
    max-width: 100%;
    padding: 64px;
  }

  .card._24px.sign-in-card.signup-card {
    padding-top: 0;
    padding-bottom: 0;
  }

  .card._24px.sign-in-card.signup-card.su-card-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card._24px.demo-card {
    padding: 100px 40px;
  }

  .card.features-card-wrapper, .grid-4-columns {
    grid-template-columns: 1fr 1fr;
  }

  .style---block-sub-heading {
    margin-bottom: 24px;
  }

  .divider {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .divider._64px {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .style---typography-block-grid {
    grid-template-columns: minmax(auto, 250px) 1fr;
  }

  .mg-bottom-16px.keep {
    margin-bottom: 16px;
  }

  .mg-bottom-24px.keep {
    margin-bottom: 24px;
  }

  .mg-right-24px.mg-bt-16px {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .display-1 {
    font-size: 60px;
  }

  .grid-1-column.gap-40px.token-information {
    grid-template-columns: 1fr 1fr;
  }

  .gap-row-80px {
    grid-row-gap: 56px;
  }

  .display-2 {
    font-size: 46px;
  }

  .display-2.mg-bottom-24px.keep.sign-up-for-backoffice-headline.signup-headline {
    margin-bottom: 10px;
  }

  .display-4.mg-bottom-8px.dashboard-main-div-headline.welcome-text.your-profile-subline {
    margin-bottom: 30px;
  }

  .display-4.mg-bottom-8px.dashboard-main-div-headline.dashboard-main-your-wallet-headline {
    margin-top: 60px;
  }

  .display-4.mg-bottom-8px.dashboard-main-div-headline.dashboard-main-buy-flys-headline.your-stakes---overview-headline {
    margin-bottom: 0;
  }

  .display-4.mg-bottom-8px.dashboard-main-div-headline.dashboard-main-current-presale-info-headline {
    margin-top: 60px;
  }

  .display-4.mg-bottom-8px.dashboard-main-div-headline.dashboard-main-all-presale-levels-headline.countdown-to-next-stage-headline {
    margin-top: 40px;
  }

  .style---style-grid-wrapper {
    grid-row-gap: 140px;
  }

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

  .text-400 {
    font-size: 22px;
  }

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

  .grid-3-columns.gap-row-80px {
    grid-row-gap: 64px;
  }

  .grid-3-columns._1-col-tablet, .grid-3-columns.gap-32px._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-3-columns.dropdown-grid {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .style---heading {
    min-height: auto;
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .inner-container._740px.full-width-tablet {
    max-width: 100%;
  }

  .inner-container._600px.full-width-tablet {
    width: 100%;
    max-width: 100%;
  }

  .inner-container._400px.full-width-tablet, .inner-container._460px.full-width-tablet, .inner-container._800px, .inner-container._800px.full-width-tablet, .inner-container._385px.full-width-tablet, .inner-container._670px.full-width-tablet, .inner-container._540px.full-width-tablet, .inner-container._530px.full-width-tablet, .inner-container._660px.container---signup, .inner-container._445px.full-width-tablet, .inner-container._880px, .inner-container._455px.full-width-tablet, .inner-container._650px.full-width-tablet, .inner-container._485px.full-width-tablet {
    max-width: 100%;
  }

  .inner-container._400px---tablet {
    max-width: 400px;
  }

  .inner-container._600px---tablet {
    max-width: 600px;
  }

  .inner-container._700px---tablet {
    max-width: 700px;
  }

  .inner-container._760px---tablet {
    max-width: 760px;
  }

  .inner-container._650px---tablet {
    max-width: 650px;
  }

  .inner-container._650px---tablet.center {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .inner-container._550px---tablet {
    max-width: 550px;
  }

  .inner-container._550px---tablet.center._100---mbl, .inner-container._100---tablet {
    max-width: 100%;
  }

  .inner-container._500px---tablet {
    max-width: 500px;
  }

  .inner-container._450px---tablet {
    max-width: 450px;
  }

  .inner-container._800px---tablet {
    max-width: 800px;
  }

  .inner-container.center---tablet {
    margin-left: auto;
    margin-right: auto;
  }

  .style---content-heading {
    margin-bottom: 60px;
    padding: 32px;
  }

  .btn-primary.small.header-btn-hidde-on-mb {
    z-index: 1;
    margin-right: 16px;
    position: relative;
  }

  .btn-primary.large, .btn-secondary.large {
    padding: 26px 52px;
  }

  .btn-secondary.sign-in-button {
    width: 100%;
  }

  .btn-secondary.dashboard-main-deposit-button.presale-levels-button.join-telegram-button {
    width: auto;
  }

  .position-relative.sign-up-image-wrapper {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .position-relative.main {
    margin-top: 60px;
    padding-left: 0;
  }

  .avatar-circle._06 {
    width: 140px;
    max-width: 140px;
    height: 140px;
    max-height: 140px;
  }

  .avatar-circle._07 {
    width: 160px;
    max-width: 160px;
    height: 160px;
    max-height: 160px;
  }

  .avatar-circle._08 {
    width: 280px;
    max-width: 280px;
    height: 280px;
    max-height: 280px;
  }

  .line-square-icon.top-bar-close-icon {
    padding: 18px 24px;
  }

  .style---dropdown-wrapper-sidebar {
    display: none;
  }

  .buttons-row.center---tablet {
    justify-content: center;
  }

  .buttons-row.center---tablet.top-row {
    width: 100%;
  }

  .style---sidebar-wrapper {
    overflow: hidden;
  }

  .style---logo-wrapper {
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .style---button-wrapper-sidebar {
    display: none;
  }

  .container-default.top-container.above-the-fold-container {
    padding-left: 0;
  }

  .container-default.top-container.above-the-fold-container.no-flyback-link-found {
    padding-left: 40px;
    padding-right: 40px;
  }

  .elements---page-hero {
    padding-top: 200px;
    padding-bottom: 100px;
  }

  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.small {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .section.large.bottom-120px {
    padding-bottom: 100px;
  }

  .section.large.top-120px {
    padding-top: 100px;
  }

  .section.large.coming-soon-section {
    padding-top: 80px;
  }

  .section.top {
    padding-top: 180px;
  }

  .section.top.v2 {
    padding-top: 150px;
  }

  .section.template-pages-hero {
    padding-top: 180px;
  }

  .section.hero-page {
    padding-top: 180px;
    padding-bottom: 100px;
  }

  .section.cta-home-pages {
    background-image: linear-gradient(to bottom, var(--secondary--color-3) 25%, var(--neutral--800) 25%);
  }

  .section.hero-v1 {
    padding-top: 180px;
    padding-bottom: 40px;
  }

  .section.medium {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.medium.top {
    padding-top: 180px;
  }

  .section.integrations-section {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .section.bottom-80px {
    padding-bottom: 60px;
  }

  .section._180px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.hero-images {
    background-image: linear-gradient(to bottom, var(--neutral--800) 25%, rgba(6, 6, 6, 0)), url('/flyback/images/bg-integrations-finantech-webflow-template.svg');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section.integration-single-hero {
    padding-top: 180px;
  }

  .section.coming-soon-section {
    padding-top: 100px;
  }

  .section.pd-128px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.pd-top-180px {
    padding-top: 100px;
  }

  .section.hero-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .top-bar-wrapper {
    padding-left: 56px;
    padding-right: 56px;
  }

  .top-bar-padding {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .top-bar-flex {
    flex-direction: column;
  }

  .link-wrapper.highlighted {
    max-width: 165px;
  }

  .heading-h1-size {
    font-size: 48px;
  }

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

  .header-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .header-nav-menu-wrapper {
    border-bottom: 1px solid var(--neutral--700);
    background-color: var(--neutral--800);
    padding: 24px;
    display: none;
  }

  .header-nav-menu-list {
    flex-direction: column;
    align-items: stretch;
  }

  .header-nav-link {
    margin-left: 0;
    margin-right: 0;
  }

  .header-nav-list-item {
    margin-bottom: 12px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .header-nav-list-item.show-in-mobile.btn-bottom.nav-list-item-profile {
    order: 0;
    align-self: flex-start;
    max-width: 100%;
  }

  .header-nav-list-item.show-in-mobile.btn-bottom.nav-list-item-profile.profile-item {
    margin-top: -18px;
    margin-left: 12px;
  }

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

  .dropdown-column-wrapper {
    width: auto;
    position: static;
    overflow: visible;
    transform: none;
  }

  .dropdown-column-wrapper.main-dashboard-profile-dropdown {
    margin-left: 0;
    display: block;
  }

  .dropdown-pd {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border-width: 0;
    border-radius: 0;
    padding: 20px 0 14px;
  }

  .dropdown-pd.dropdown-main-dashboard-pd {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .header-logo-link {
    z-index: 1;
    max-width: 221px;
  }

  .hamburger-menu-wrapper {
    z-index: 1;
    transition: opacity .3s;
  }

  .hamburger-menu-wrapper:hover {
    opacity: .6;
  }

  .hamburger-menu-bar {
    background-color: var(--accent--primary-1);
    width: 44px;
    height: 3px;
  }

  .hamburger-menu-bar.bottom {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .header-left-side {
    flex: 1;
    justify-content: space-between;
  }

  .utility-page-wrap._404 {
    padding-top: 200px;
    padding-bottom: 100px;
  }

  .utility-page-wrap.password {
    flex-wrap: wrap;
    grid-template-columns: 1fr;
    padding-top: 180px;
    padding-bottom: 100px;
  }

  .utility-page-content.password {
    flex-direction: column-reverse;
  }

  .utility-page-form.password-form-wrapper {
    z-index: 0;
  }

  .flex-horizontal.start.gap-24px.coming-soon-social-media {
    justify-content: center;
  }

  .footer-middle {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .grid-footer-logo---paragraph._1-col-tablet {
    grid-template-columns: 1fr;
  }

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

  .sticky-top._48px-top.sticky-tablet {
    position: static;
  }

  .cta-section {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .cta-section.cta-v1 {
    padding-bottom: 0;
  }

  .cta-section.v2 {
    background-image: linear-gradient(to bottom, var(--secondary--color-3) 50%, rgba(20, 20, 20, 0)), url('/flyback/images/bg-cta-v2-finantech-x-webflow-template.svg');
    background-position: 0 0, 100% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cta-section.cta-v2 {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .grid-6-columns.logo-strip {
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }

  .accordion-item-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .accordion-item-wrapper.main {
    padding: 48px;
  }

  .acordion-body {
    max-width: 100%;
  }

  .pd---content-inside-card.large {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .image {
    width: 100%;
    height: 100%;
  }

  .image.fit-cover.left {
    object-position: 0% 50%;
  }

  .blog-card-image {
    width: 100%;
  }

  .blog-card-image-wrapper.featured-v2 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .categories-badges-item-wrapper.center---tablet, .categories-badges-wrapper.center---tablet {
    justify-content: center;
  }

  .blog-card-featured-inner-content {
    border-top: 1px solid var(--neutral--700);
    border-left-width: 0;
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .blog-card-content-inside {
    padding: 32px 34px 40px;
  }

  .image-wrapper.footer-cta-image {
    flex: 1;
    margin-left: -5%;
  }

  .image-wrapper.feature-image {
    width: 60%;
  }

  .image-wrapper.cta-v1-top-image {
    width: 71%;
  }

  .image-wrapper.cta-v1-bottom-image.float {
    width: 94%;
  }

  .image-wrapper.cta-v1-bottom-float.float {
    width: 20%;
  }

  .image-wrapper.cta-v1-top-float.float {
    width: 16%;
    right: 4%;
  }

  .image-wrapper.cta-v1-middle-float.main {
    width: 23%;
    top: 36%;
    right: -16%;
  }

  .image-wrapper.cta-v2-image-wrapper {
    width: 100%;
    max-width: 650px;
    position: static;
  }

  .image-wrapper.our-story-image {
    min-width: 300px;
  }

  .image-wrapper.sign-up-image {
    position: relative;
    left: 18%;
  }

  .image-wrapper.sign-up-top-left-image {
    width: 15%;
    left: 18%;
  }

  .image-wrapper.sign-up-bottom-left {
    width: 10%;
    right: 23%;
  }

  .image-wrapper.sign-up-right-image {
    width: 10%;
    left: 21%;
  }

  .image-wrapper.password-left-image {
    bottom: 13%;
    left: -64%;
  }

  .template-pages---phography-wrapper {
    border-radius: 10px;
  }

  .cart-button-wrapper {
    z-index: 2;
    margin-right: 16px;
  }

  .checkout-form {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-home-link-wrapper {
    max-width: 260px;
  }

  .card-sales-home-content.current-presale-level-info-inner-container.all-presale-levels-overview-container.pool-stats-container.treasury-container {
    border: 1px #000;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .card-sales-home-content.current-presale-level-info-inner-container.all-presale-levels-overview-container.staking---latest-earnings-overview {
    padding-bottom: 9px;
  }

  .card-sales-home-content.current-presale-level-info-inner-container.all-presale-levels-overview-container.staking---latest-earnings-overview.latest-treasury-transactions {
    padding-top: 20px;
    padding-bottom: 32px;
  }

  .card-sales-home-content.current-presale-level-info-inner-container.your-last-ranks-table-container.whitepaper-and-marketing-material-container {
    width: 100%;
  }

  .card-sales-home-content.kyc---card {
    min-width: 100%;
    padding: 12px;
  }

  .figma-file-image-wrapper {
    border-top: 1px solid var(--neutral--700);
    border-left-style: none;
    max-width: 100%;
  }

  .figma-file-text-wrapper {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .grid-footer-v1---4-column {
    grid-template-columns: .45fr auto;
  }

  .footer-cta-wrapper {
    flex-direction: row;
    max-width: 100%;
  }

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

  .footer-main-pages-wrapper.v2 {
    grid-column-gap: 64px;
  }

  .footer-cta-content-top {
    width: 61%;
    padding: 48px;
  }

  .grid-footer-bottom-v1 {
    flex-direction: column;
  }

  .footer-cta-wrapper-v2 {
    padding: 56px 48px;
  }

  .footer-cta-content-top-v2 {
    grid-template-columns: 1fr;
  }

  .grid-footer-4-columns-v2 {
    grid-column-gap: 64px;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto 1fr;
  }

  .hero-image-container {
    width: 100%;
    min-width: auto;
    margin-left: auto;
    margin-right: auto;
    top: 0%;
  }

  .wallet-image-container {
    min-width: 400px;
  }

  .security-image-container {
    min-width: 370px;
  }

  .feature-card {
    padding: 56px 48px;
  }

  .feature-card.large {
    border-right-width: 0;
    padding-top: 56px;
  }

  .feature-card.top-right {
    border-right: 1px solid var(--neutral--700);
  }

  .feature-card.bottom-left {
    border-bottom: 1px solid var(--neutral--700);
    border-right-width: 0;
  }

  .feature-card-large-content {
    margin-bottom: 100px;
  }

  .cta-v1-content-left-wrapper {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 70px;
    display: flex;
  }

  .lightbox-wrapper {
    border-bottom: 1px solid var(--neutral--700);
    border-right-width: 0;
    border-top-right-radius: 24px;
    border-bottom-left-radius: 0;
    min-height: 0;
  }

  .slider-frame {
    width: 100%;
    min-width: auto;
    position: relative;
    left: 0%;
  }

  .integration-badge {
    top: 32px;
  }

  .slider-arrow.right {
    right: -60px;
  }

  .integrations-right-shadow {
    right: -24px;
  }

  .cta-content {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 600px;
    display: flex;
  }

  .values-content-wrapper {
    grid-row-gap: 16px;
    flex-direction: column;
    justify-content: flex-start;
    padding: 64px 40px;
  }

  .timeline-slider-mask.call-to-action-slide {
    max-width: 100%;
  }

  .testimonial-slide-card-wrapper {
    padding: 40px 48px;
  }

  .team-member-content-left {
    align-items: flex-start;
    bottom: 56px;
    left: 34px;
    right: 34px;
  }

  .team-member-contert-right {
    border-top: 1px solid var(--neutral--700);
    border-left-width: 0;
    flex-direction: row;
  }

  .team-member-contert-top-right {
    padding-top: 56px;
    padding-left: 34px;
    padding-right: 34px;
  }

  .team-member-content-bottom-right {
    border-left: 1px solid var(--neutral--700);
    border-top-style: none;
    padding-top: 56px;
    padding-left: 34px;
    padding-right: 34px;
  }

  .heading-wrapper.center---tablet {
    justify-content: center;
  }

  .cta-v3-image-wrapper {
    max-width: 100%;
    margin-bottom: -44%;
    position: static;
  }

  .integration-information-top {
    padding-left: 48px;
    padding-right: 48px;
  }

  .integration-information-bottom {
    grid-column-gap: 40px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .product-card-content-top {
    border-right: 1px solid var(--neutral--700);
    border-bottom-width: 0;
    width: 50%;
    padding: 48px;
    position: relative;
  }

  .product-card-content-bottom {
    flex-direction: column;
    width: 50%;
    padding: 48px;
    display: flex;
  }

  .career-hero-image-wrapper {
    right: 0%;
  }

  .perk-wrapper {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .perk-wrapper.top-center {
    border-right-width: 0;
  }

  .perk-wrapper.top-right {
    border-right: 1px solid var(--neutral--700);
  }

  .perk-wrapper.bottom-left {
    border-bottom: 1px solid var(--neutral--700);
    border-right-width: 0;
  }

  .perk-wrapper.bottom-center {
    border-right-width: 1px;
  }

  .testimonial-grid-vertical {
    max-width: 100%;
  }

  .contact-card-wrapper {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .contact-card-wrapper.left, .contact-card-wrapper.center {
    border-bottom: 1px solid var(--neutral--700);
    border-right-width: 0;
  }

  .coming-soon-image-wrapper {
    position: relative;
  }

  .dropdown-main-pages-wrapper {
    grid-column-gap: 40px;
    grid-auto-columns: 1fr;
  }

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

  .demo-form {
    min-height: 298px;
  }

  .padding-top---desktop {
    display: none;
  }

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

  .dot-span {
    top: -22px;
  }

  .rich-text-v2 h2 {
    font-size: 46px;
  }

  .token-information-wrapper {
    justify-content: flex-start;
  }

  .career-hero-image---main {
    min-width: auto;
    max-width: 91%;
    margin-bottom: -65%;
  }

  .testimonial-grid-column {
    max-width: 100%;
  }

  .mg-bottom-0px---tablet {
    margin-bottom: 0;
  }

  .sign-form {
    min-height: 645px;
  }

  .sign-up-form-v1 {
    min-height: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .demo-form-block {
    min-height: 555px;
  }

  .password-images-wrapper {
    max-width: 141px;
    margin-bottom: -96px;
    left: 0%;
  }

  .testimonial-grid-1-column {
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-grid-1-column._01, .testimonial-grid-1-column._03 {
    margin-top: 0;
  }

  .flyback-token---price-image.current-presale-level-info-image {
    min-width: 45px;
  }

  .flyback-token---price-image.current-presale-level-info-image.new-cp-image.token-sold-image {
    min-width: 30px;
  }

  .sidebar-logo-link.show-on-tablet {
    display: block;
  }

  .sidebar-menu-container {
    background-color: #080f25;
    min-width: 260px;
    height: 110vh;
    min-height: 100vh;
    margin-top: 80px;
    padding-top: 24px;
    padding-bottom: 150px;
    overflow: auto;
  }

  .dropdown-wrapper-2.sidebar-dropdown {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hamburger-menu-wrapper-2 {
    grid-column-gap: 24px;
    justify-content: center;
    align-items: center;
    min-width: 80px;
    max-width: 80px;
    min-height: 80px;
    max-height: 80px;
    display: flex;
  }

  .hamburger-menu-wrapper-2.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .sidebar-dropdown-list-wrapper.sidebar-account-settings-list {
    max-width: 100%;
  }

  .dropdown-toggle-2.sidebar-dropdown {
    padding-right: 0;
  }

  .image-6.header-logo {
    max-width: 40%;
  }

  .position-relative---z-index-1 {
    display: block;
  }

  .position-relative---z-index-1.logo-and-icon-mobile-container {
    grid-column-gap: 24px;
    justify-content: space-between;
    align-items: center;
    padding-left: 24px;
    display: flex;
  }

  .sidebar-mobile-menu-icon {
    max-width: 12px;
  }

  .sidebar-mobile-menu-icon-wrapper {
    grid-column-gap: 10px;
    justify-content: center;
    align-items: center;
    min-width: 64px;
    max-width: 64px;
    min-height: 64px;
    max-height: 64px;
    margin-top: 8px;
    margin-left: 8px;
    display: flex;
  }

  .sidebar-logo-section-container {
    display: none;
  }

  .sidebar-wrapper {
    border-bottom: .6px solid #37446b;
    border-right-style: none;
    max-width: none;
    height: auto;
    min-height: 80px;
    max-height: 80px;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    overflow: visible;
  }

  .sidebar-search-wrapper {
    display: none;
  }

  .sidebar-btn-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .text-403.text-progess-bar.text-sold-text {
    line-height: 1.5em;
  }

  .image-2 {
    max-width: 32%;
  }

  .image-2.image-2-neu.countdowntimer-image {
    margin-top: -139px;
  }

  .card-2.top-details {
    padding-left: 15px;
    padding-right: 15px;
  }

  .card-2.top-details.team-stats-top-details-card {
    padding-bottom: 15px;
    padding-left: 20px;
  }

  .card-2.top-details.team-stats-top-details-card.pools-card {
    padding-top: 14px;
    padding-bottom: 10px;
  }

  .card-2.top-details.team-stats-top-details-card.pools-card.treasury-card {
    padding-bottom: 14px;
  }

  .card-2.top-details.team-stats-top-details-card.treasury-card {
    padding-bottom: 20px;
  }

  .card-2.top-details.flyback-treasury-card {
    max-width: 50%;
  }

  .card-2.pd-30px---36px {
    padding-left: 0;
    padding-right: 0;
  }

  .orders-status-table-row {
    grid-template-columns: .6fr 1.2fr .6fr .6fr .6fr .6fr 48px;
  }

  .graph-large-section-container {
    padding-left: 40px;
    padding-right: 10px;
  }

  .div-block-2.token-pre-sale {
    padding-left: 0;
    padding-right: 0;
  }

  .progress-bar.tokens-sold-bar.gold-progress-bar.gold-subpage---progress-bar {
    min-width: 300px;
  }

  .graph-small-section-container.countdown-etc-container {
    padding-left: 10px;
    padding-right: 40px;
  }

  .small-details-card-grid {
    grid-template-columns: 1fr;
  }

  .small-details-card-grid.buyback-numbers-overview {
    grid-auto-flow: column;
  }

  .small-details-card-grid.buyback-numbers-overview.top-details-cards-team-stats {
    flex-flow: column;
    display: flex;
  }

  .small-details-card-grid.buyback-numbers-overview.top-details-cards-team-stats.pool-stats-card.treasury-card {
    display: block;
  }

  .display-5 {
    font-size: 20px;
  }

  .display-5.wallet-headline.headline-with-margin {
    margin-top: 30px;
  }

  .dropdown-wrapper-3.sidebar-dropdown {
    padding-left: 24px;
    padding-right: 24px;
  }

  .image-10.header-logo {
    max-width: 40%;
  }

  .sidebar-wrapper-2 {
    border-bottom: .6px solid #37446b;
    border-right-style: none;
    max-width: none;
    height: auto;
    min-height: 80px;
    max-height: 80px;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    overflow: visible;
  }

  .sidebar-spacer {
    display: none;
  }

  .dashboard-main-columns.pools-main-columns.staking---main-columns {
    flex-flow: column;
    display: flex;
  }

  .image-13.current-flys-price-image {
    width: 28px;
    height: 28px;
    margin-right: 0;
  }

  .image-12 {
    max-width: 24%;
    margin-top: -78px;
  }

  .display-6 {
    font-size: 20px;
  }

  .display-6.card-title-new.current-presale-level-info-price {
    font-size: 18px;
  }

  .dashboard-main-icon-general-stats {
    padding-right: 12px;
  }

  .dashboard-main-icon-general-stats.team-dashboard-icon {
    width: 60px;
    margin-bottom: 10px;
    padding-left: 5px;
  }

  .paragraph-small-4.color-neutral-100.leaderboard-prize-text.team-level-pragraph.filled-turnover-paragraph {
    font-size: 16px;
  }

  .display-7 {
    font-size: 20px;
  }

  .dashboard-main-column-left {
    padding-right: 20px;
  }

  .dashboard-main-column-left.team-dashboard-column-left.dashboard-staking-column-left {
    flex: 0 auto;
  }

  .dashboard-main-column-right {
    padding-left: 10px;
    padding-right: 20px;
  }

  .dashboard-main-column-right.dashboard-team-column-right {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-10.presale-info-text {
    margin-top: 6px;
  }

  .text-410.medium.color-neutral-200.status-stage.joined-at-text.staking-earnings-time-text {
    text-align: left;
    justify-content: center;
    align-items: flex-end;
    margin-top: 10px;
  }

  .dropdown-profile-image {
    width: 45px;
    margin-bottom: 10px;
  }

  .dashboard-main-explanation-video-wrapper {
    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: flex-start;
    display: block;
  }

  .video-title {
    font-size: 14px;
    line-height: 1.7em;
  }

  .slider-component {
    width: 90%;
    max-width: none;
    height: 90%;
    max-height: none;
  }

  .background-card {
    max-width: 90%;
    max-height: 90%;
  }

  .card-plastic {
    height: 100%;
  }

  .orders-status-table-row-2 {
    grid-template-columns: .6fr 1.2fr .6fr .6fr .6fr .6fr 48px;
  }

  .orders-status-table-row-2.table-row-2.your-last-ranks-table-row.your-last-ranks.withdraw-requests-table-row.last-deposits-row-content.cashback---order-status-row.gold-withdraw {
    grid-row-gap: 11px;
  }

  .orders-status-table-row-2.table-row-2.team-level-row.team-header-row {
    align-content: stretch;
    overflow: scroll;
  }

  .column-8 {
    padding-left: 10px;
  }

  .column-8.security-settings-column {
    padding-top: 10px;
    padding-left: 10px;
  }

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

  .div-block-15 {
    margin-top: 10px;
  }

  .orders-status-table-row-3 {
    grid-template-columns: .6fr 1.2fr .6fr .6fr .6fr;
  }

  .text-412.semibold.color-neutral-100.headline-team-table {
    width: 120px;
  }

  .grid-4-column {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr;
  }

  .column-18 {
    padding-left: 0;
  }

  .image-21.treasury-image {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 0;
  }

  .image-22 {
    width: 50%;
    margin-top: 40px;
  }

  .div-block-27 {
    padding-left: 0;
  }

  .div-block-30 {
    display: block;
  }

  .div-block-31 {
    max-width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }

  .columns-13.your-stakes---overview-column {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .your-staking-earnings---earnings-block {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .dropdown-nav-main-wrapper-v2---brix {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding: 40px 32px;
  }

  .dropdown-menu-v2---brix {
    position: static;
  }

  .dropdown-nav-pages-wrapper-v2---brix {
    margin-bottom: 0;
    margin-right: 0;
  }

  .dropdown-button-v2---brix {
    align-self: flex-start;
    width: auto;
  }

  .image---brix.dropdown-button-icon---brix {
    border-radius: 12px;
  }

  .nav-menu---brix {
    margin-right: 16px;
  }

  .image-wrapper---brix.dropdown-button-icon-v2---brix {
    border-radius: 12px;
    width: 56px;
    margin-bottom: 16px;
    margin-right: 16px;
  }

  .dropdown-nav-container-v2---brix {
    margin-bottom: 32px;
  }

  .dropdown-nav-container-v2---brix.adjust-this-for-your-container-size {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 10px;
  }

  .dropdown-nav-container-v2---brix.adjust-this-for-your-container-size.last---brix {
    margin-bottom: 0;
  }

  .dropdown-list-v2---brix {
    width: 70vw;
    min-width: 665px;
    margin-left: -50%;
    left: auto;
  }

  .dropdown-toggle-3 {
    color: #181818;
  }

  .header-ui-card-3 {
    right: -24px;
  }

  .dropdown-column-wrapper-2 {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border-width: 0;
    border-radius: 0;
    transform: none;
  }

  .dropdown-column-wrapper-2.w--open {
    position: static;
  }

  .dropdown-pd-2 {
    padding: 20px 0 14px;
  }

  .dropdown-pd-2.pd-48px {
    padding: 40px 0;
  }

  .dropdown-toggle-4 {
    color: #181818;
  }

  .dropdown-column-wrapper-3 {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border-width: 0;
    border-radius: 0;
    transform: none;
  }

  .dropdown-column-wrapper-3.w--open {
    position: static;
  }

  .dropdown-pd-3 {
    padding: 20px 0 14px;
  }

  .dropdown-pd-3.pd-48px {
    padding: 40px 0;
  }

  .dropdown-pd-4 {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border-width: 0;
    border-radius: 0;
    padding: 0;
  }

  .link-wrapper-2.highlighted {
    max-width: 165px;
  }

  .dropdown-column-wrapper-4 {
    width: auto;
    position: static;
    overflow: visible;
    transform: none;
  }

  .dropdown-column-wrapper-4.w--open {
    padding-left: 12px;
  }

  .text-417.medium.dropdown-title {
    display: none;
  }

  .dropdown-main-pages-wrapper-2 {
    grid-column-gap: 40px;
    grid-auto-columns: 1fr;
  }

  .btn-primary-4 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .btn-primary-4.button-row.bg-accent-1 {
    font-size: 18px;
  }

  .accordion-title-2.heading-h3-size {
    margin-top: 8px;
  }

  .form-border {
    margin-bottom: 100px;
  }

  .kyc-form---block {
    min-width: 100%;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .pricing-1-feature-item-2 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .div-block-45 {
    display: block;
  }

  .div-block-49.block---signup-card {
    margin-top: -20px;
  }

  .div-block-49.block---signup-card.block-2 {
    margin-top: 0;
  }

  .div-block-54, .div-block-61 {
    flex-flow: column;
  }

  .btn-primary-5 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .stat-wrapper-s {
    grid-column-gap: 24px;
    align-items: flex-start;
  }

  .testimonial-slide-card-wrapper-2 {
    margin-left: 0;
    padding: 40px 48px;
  }

  .normal-headline {
    font-size: 40px;
  }

  .div-block-75 {
    display: block;
  }

  .btn-primary-7 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .text-420.medium.color-neutral-100.prices._8-steps-text, .text-420.medium.color-neutral-100.prices._8-steps-text.checked-text {
    margin-left: 10px;
  }

  .modal-2-popup {
    display: none;
  }

  .bg.sign-in {
    width: 100%;
    min-height: 35%;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .section-3 {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .section-3.sign-in {
    padding-top: 64px;
    padding-bottom: 70px;
  }

  .card-3.sign-in-testimonial {
    margin-bottom: 50px;
    padding: 54px 46px 60px;
  }

  .sign-in-testimonial-name {
    margin-bottom: 10px;
  }

  .sign-in-social-media-wrapper {
    justify-content: space-between;
    margin-bottom: 0;
    margin-right: -20px;
    display: flex;
  }

  .split-content.sign-in-left {
    max-width: 100%;
  }

  .split-content.sign-in-left.signup {
    width: 100%;
    margin-top: 35px;
  }

  .split-content.sign-in-right {
    width: 100%;
    min-width: auto;
    margin-bottom: 80px;
  }

  .sign-in-wrapper {
    flex-flow: column;
  }

  .title.h3-size.sign-in-testimonial {
    margin-bottom: 10px;
  }

  .title.h2-size.sign-in {
    margin-bottom: 16px;
  }

  .sign-in-form {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .sign-in-companies-grid {
    grid-column-gap: 32px;
    justify-content: center;
  }

  .sign-in-companies-text {
    margin-bottom: 24px;
  }

  .card-create-account-testimonial-content {
    max-width: 582px;
    margin-left: auto;
    margin-right: auto;
  }

  .button-secondary.full-width.sign-in-social-media {
    flex: 1;
    margin-bottom: 0;
    margin-right: 20px;
  }

  .section-4 {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .section-4.sign-in {
    padding-top: 64px;
    padding-bottom: 70px;
  }

  .card-4.sign-in-testimonial {
    margin-bottom: 50px;
    padding: 54px 46px 60px;
  }

  .grid-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

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

  .div-block-90 {
    margin-bottom: -60px;
  }

  .columns-15.team-cc {
    display: block;
  }

  .div-block-94.cc {
    margin-top: 20px;
    margin-left: 0;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
  }

  .accordion-item-title---brix {
    max-width: 88%;
  }

  .accordion-item---brix.accordion-1---brix {
    margin-bottom: 20px;
  }

  .hero-image-container-2 {
    width: 100%;
    min-width: auto;
    margin-left: auto;
    margin-right: auto;
    top: 0%;
  }

  .display-10 {
    font-size: 60px;
  }

  .display-10.no-flyback-link-found {
    font-size: 42px;
  }

  .inner-container-2._650px---tablet {
    max-width: 650px;
  }

  .inner-container-2._550px---tablet {
    max-width: 550px;
  }

  .inner-container-2._550px---tablet.center {
    max-width: 100%;
  }

  .grid-2-columns-3.home-hero-grid {
    grid-row-gap: 150px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns-3.home-hero-grid.no-flyback-link-found-grid {
    display: block;
  }

  .text-422.semibold.color-neutral-100.headline-team-table {
    width: 120px;
  }

  .orders-status-table-row-4 {
    grid-template-columns: .6fr 1.2fr .6fr .6fr .6fr .6fr 48px;
  }

  .orders-status-table-row-4.table-row-2.team-level-row.team-header-row {
    align-content: stretch;
    overflow: scroll;
  }

  .text-424.semibold.color-neutral-100.headline-team-table {
    width: 120px;
  }

  .text-424.semibold.color-neutral-100.headline-team-table.downline-of, .text-424.semibold.color-neutral-100.headline-team-table.downline-of.first-downline-of {
    width: 100%;
  }

  .orders-status-table-row-5 {
    grid-template-columns: .6fr 1.2fr .6fr .6fr .6fr .6fr 48px;
  }

  .orders-status-table-row-5.table-row-2.team-level-row.team-header-row {
    align-content: stretch;
    overflow: scroll;
  }

  .pricing-1-feature-item {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .image-425 {
    margin-bottom: 20px;
  }

  .pricing-1-plan {
    width: 45%;
    padding: 16px;
  }

  .heading-large {
    font-size: 28px;
    line-height: 38px;
  }

  .button-4 {
    white-space: normal;
  }

  .image-426 {
    max-width: 15px;
  }

  .add-ons_image-wrapper {
    width: 100%;
    height: 28.125rem;
    margin-top: 2rem;
    position: static;
  }

  .add-ons_accordion-item.add-ons_js-accordion-item {
    width: 100%;
  }

  .add-ons_title-icon-wrapper {
    flex-wrap: nowrap;
    align-items: center;
  }

  .add-ons_image {
    object-fit: cover;
    object-position: 50% 50%;
  }

  .faq-2-card {
    padding: 20px 20px 12px;
  }
}

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

  h1 {
    margin-bottom: 10px;
    font-size: 40px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  blockquote {
    border-radius: 18px;
    padding: 75px 34px;
    font-size: 24px;
  }

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

  .grid-2-columns.style---styleguide-wrapper {
    grid-template-columns: auto;
  }

  .grid-2-columns.contact-grid {
    grid-row-gap: 60px;
  }

  .grid-2-columns.newsletter {
    grid-row-gap: 50px;
  }

  .grid-2-columns.title-and-paragraph {
    grid-row-gap: 12px;
    grid-template-columns: 1.1fr;
  }

  .grid-2-columns.text-left-default {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.text-left-default.alt {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.text-right-default {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.text-right-default.alt {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.text-left-short {
    grid-row-gap: 60px;
  }

  .grid-2-columns.template-page-sidebar {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.changelog-item.first {
    grid-column-gap: 30px;
  }

  .grid-2-columns.product-page {
    grid-row-gap: 60px;
  }

  .grid-2-columns.checkout-page {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.home-hero-grid {
    grid-row-gap: 50px;
  }

  .grid-2-columns.security-grid {
    grid-template-columns: 1fr 1fr;
  }

  .grid-2-columns.slider-grid, .grid-2-columns.cta-v2, .grid-2-columns.text-right-short {
    grid-row-gap: 60px;
  }

  .grid-2-columns.text-right-short.alt-v1 {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.title-left {
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.author-card {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.hero-images-grid, .grid-2-columns.sidebar-right-v1, .grid-2-columns.hero-images-grid-v2 {
    grid-row-gap: 60px;
  }

  .grid-2-columns.title-left-grid {
    grid-row-gap: 16px;
  }

  .grid-2-columns.coming-soon-grid {
    grid-row-gap: 60px;
    justify-items: stretch;
  }

  .grid-2-columns.team-strip {
    grid-row-gap: 16px;
  }

  .grid-2-columns.sign-up-page-grid {
    grid-row-gap: 60px;
  }

  .card.sticky-top.top-24px.static-mbl {
    position: static;
  }

  .card.whats-included.presale-level-card.dashboard-main-current-presale-level-info-container.dashboard-leaderboard-current-prices.current-prizes-card {
    margin-right: 0;
  }

  .card.whats-included.presale-level-card.dashboard-main-current-presale-level-info-container.dashboard-leaderboard-current-prices.last-winners-card {
    margin-left: 0;
  }

  .card.whats-included.presale-level-card.dashboard-main-current-presale-level-info-container.dashboard-leaderboard-current-prices.available-for-withdraw {
    margin-left: 0;
    margin-right: 0;
  }

  .card.whats-included.presale-level-card.dashboard-main-current-presale-level-info-container.dashboard-leaderboard-current-prices.available-for-withdraw.available-for-withdraw-current {
    margin-right: 0;
  }

  .card.whats-included.presale-level-card.dashboard-main-current-presale-level-info-container.dashboard-leaderboard-current-prices.your-last-withdraw-requests {
    margin-top: 20px;
  }

  .card.whats-included.presale-level-card.current-price-card-container.level-price-card-leaderboard.your-position-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 10px;
  }

  .card.whats-included.presale-level-card.current-price-card-container.current-price-card-container-new {
    margin-top: -140px;
    margin-bottom: 140px;
  }

  .card.whats-included.presale-level-card.current-price-card-container.current-price-card-container-new.signup-card {
    margin-top: 0;
    margin-bottom: -60px;
  }

  .card.buy-now, .card._24px {
    border-radius: 18px;
  }

  .card._24px.product-card {
    flex-direction: column;
  }

  .card._24px.accordion-card-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card._24px.accordion-card-wrapper.accordion-card-wrapper-small {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .card._24px.add-to-cart-card {
    padding: 50px 34px;
  }

  .card._24px.sign-in-card {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .card._24px.sign-in-card.signup-card.su-card-2 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .card._24px.demo-card {
    padding: 80px 34px;
  }

  .card.features-card-wrapper {
    border-radius: 18px;
    grid-template-columns: 1fr;
  }

  .card.integration-card {
    padding: 48px 34px;
  }

  .card.testimonial-card {
    padding: 40px 34px;
  }

  .style---block-sub-heading.border {
    margin-bottom: 48px;
    padding-bottom: 24px;
  }

  .divider {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .divider._48px {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .style---typography-block-grid {
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
  }

  .style---content-block {
    margin-bottom: 64px;
  }

  .mg-bottom-16px.keep {
    margin-bottom: 16px;
  }

  .mg-bottom-24px.keep, .mg-bottom-32px {
    margin-bottom: 24px;
  }

  .mg-bottom-48px {
    margin-bottom: 40px;
  }

  .mg-bottom-56px {
    margin-bottom: 48px;
  }

  .mg-bottom-64px {
    margin-bottom: 54px;
  }

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

  .text-200 {
    font-size: 16px;
  }

  .text-200.list {
    line-height: 22px;
  }

  .display-1 {
    font-size: 42px;
  }

  .display-1.coming-soon-headline {
    font-size: 48px;
  }

  .grid-1-column.gap-column-24px {
    grid-row-gap: 20px;
  }

  .grid-1-column.gap-row-24px {
    grid-row-gap: 16px;
  }

  .grid-1-column.gap-row-48px.gap-row-100px---mobile {
    grid-row-gap: 100px;
  }

  .grid-1-column.hero-grid {
    grid-row-gap: 48px;
  }

  .grid-1-column.gap-40px.token-information {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .display-2 {
    font-size: 36px;
  }

  .display-2.mg-bottom-24px.keep.sign-up-for-backoffice-headline.signup-headline, .display-3 {
    font-size: 28px;
  }

  .display-4 {
    font-size: 24px;
  }

  .style---style-grid-wrapper {
    grid-row-gap: 120px;
  }

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

  .text-400 {
    font-size: 20px;
  }

  .text-300 {
    font-size: 18px;
  }

  .text-300.medium.top--8px {
    top: -6px;
  }

  .text-300.medium.dropdown-title {
    margin-bottom: 32px;
  }

  .text-100 {
    font-size: 14px;
  }

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

  .grid-3-columns.gap-row-80px {
    grid-row-gap: 40px;
  }

  .grid-3-columns.style---buttons-grid, .grid-3-columns.style---buttons-grid.download-app-grid {
    grid-template-columns: auto;
  }

  .grid-3-columns.dropdown-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr;
  }

  .style---shadow-card {
    border-radius: 18px;
  }

  .style---heading {
    padding: 104px 24px;
  }

  .inner-container._740px, .inner-container._574px, .inner-container._400px, .inner-container._460px, .inner-container._800px, .inner-container._800px.center, .inner-container._700px, .inner-container._385px, .inner-container._515px, .inner-container._670px, .inner-container._545px, .inner-container._470px, .inner-container._530px, .inner-container._660px, .inner-container._780px, .inner-container._445px, .inner-container._585px, .inner-container._455px, .inner-container._625px, .inner-container._650px, .inner-container._430px, .inner-container._560px, .inner-container._820px, .inner-container._485px, .inner-container._450px {
    max-width: 100%;
  }

  .inner-container._500px---mbl {
    max-width: 500px;
  }

  .inner-container._600px---mbl {
    max-width: 600px;
  }

  .inner-container._100---mbl {
    max-width: 100%;
  }

  .inner-container._550px---mbl {
    max-width: 550px;
  }

  .inner-container._400px---mbl {
    max-width: 400px;
  }

  .inner-container._450px---mbl {
    max-width: 450px;
  }

  .inner-container._350px---mbl {
    max-width: 350px;
  }

  .inner-container._300px---mbl {
    max-width: 300px;
  }

  .inner-container._685px {
    max-width: 100%;
  }

  .style---content-heading {
    border-radius: 18px;
    margin-bottom: 36px;
    padding: 24px;
  }

  .style---heading-icon-wrapper {
    border-radius: 16px;
    max-width: 58px;
  }

  .style---content-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .style---components-wrapper {
    border-radius: 18px;
  }

  .style---bg-white {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    padding: 34px 24px;
  }

  .style---bg-white.bottom {
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
  }

  .style-buttons-dark {
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .style-buttons-dark.top {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
  }

  .btn-primary {
    padding: 18px 32px;
    font-size: 16px;
  }

  .btn-primary.small {
    padding: 14px 20px;
    font-size: 14px;
  }

  .btn-primary.small.header-btn-hidde-on-mb {
    display: none;
  }

  .btn-primary.large {
    padding: 24px 43px;
    font-size: 18px;
  }

  .btn-primary.inside-input.default {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .btn-primary.button-row {
    margin-right: 16px;
  }

  .btn-primary.download-app.button-row._16px.flyback-token-price-button {
    display: none;
  }

  .btn-primary.pagination-btn {
    margin-top: 53px;
  }

  .btn-secondary {
    padding: 18px 32px;
    font-size: 16px;
  }

  .btn-secondary.small {
    padding: 14px 20px;
    font-size: 14px;
  }

  .btn-secondary.large {
    padding: 24px 43px;
    font-size: 18px;
  }

  .btn-secondary.pagination-btn {
    margin-top: 53px;
  }

  .btn-secondary.dashboard-main-deposit-button.presale-levels-button.join-telegram-button.join-telegram-button-new {
    margin-top: 10px;
  }

  .badge-primary {
    padding: 16px 24px;
    font-size: 16px;
  }

  .badge-primary.small {
    padding: 12px 20px;
    font-size: 14px;
  }

  .badge-primary.large {
    padding: 20px 32px;
    font-size: 18px;
  }

  .badge-secondary {
    padding: 16px 24px;
    font-size: 16px;
  }

  .badge-secondary.small {
    padding: 12px 20px;
    font-size: 14px;
  }

  .badge-secondary.large {
    padding: 20px 32px;
    font-size: 18px;
  }

  .input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 16px;
  }

  .input.small {
    min-height: 50px;
    font-size: 14px;
  }

  .input.large {
    min-height: 70px;
    font-size: 18px;
  }

  .input.large.button-inside {
    min-height: 68px;
  }

  .input.input-form.top-left {
    border-top-right-radius: 18px;
  }

  .input.input-form.top-right {
    border-top-color: rgba(0, 0, 0, 0);
    border-top-right-radius: 0;
  }

  .input.input-form.bottom-left {
    border-bottom-left-radius: 0;
  }

  .input.input-form.bottom-right {
    border-bottom-left-radius: 18px;
  }

  .position-relative.sign-up-image-wrapper {
    width: 130%;
  }

  .position-relative.main {
    margin-top: 40px;
    padding-left: 0;
  }

  .text-area {
    min-height: 160px;
    font-size: 16px;
  }

  .text-area.small {
    min-height: 90px;
  }

  .style---avatars-grid {
    grid-template-columns: repeat(auto-fit, 180px);
  }

  .avatar-circle._02 {
    width: 40px;
    max-width: 40px;
    height: 40px;
    max-height: 40px;
  }

  .avatar-circle._03 {
    width: 56px;
    max-width: 56px;
    height: 56px;
    max-height: 56px;
  }

  .avatar-circle._04 {
    width: 64px;
    max-width: 64px;
    height: 64px;
    max-height: 64px;
  }

  .avatar-circle._05 {
    width: 80px;
    max-width: 80px;
    height: 80px;
    max-height: 80px;
  }

  .avatar-circle._06 {
    width: 120px;
    max-width: 120px;
    height: 120px;
    max-height: 120px;
  }

  .avatar-circle._07 {
    width: 140px;
    max-width: 140px;
    height: 140px;
    max-height: 140px;
  }

  .avatar-circle._08 {
    width: 220px;
    max-width: 220px;
    height: 220px;
    max-height: 220px;
  }

  .style---icons-grid {
    grid-template-columns: repeat(auto-fit, 56px);
  }

  .square-icon {
    border-radius: 12px;
    max-width: 56px;
  }

  .line-rounded-icon.success-message-check.large {
    font-size: 68px;
    line-height: 73px;
  }

  .style---line-icons-grid {
    grid-template-columns: repeat(auto-fit, 18px);
  }

  .line-square-icon.top-bar-close-icon {
    font-size: 20px;
  }

  .rich-text img {
    border-radius: 18px;
  }

  .rich-text h2 {
    margin-bottom: 10px;
  }

  .rich-text h3 {
    margin-top: 40px;
    margin-bottom: 10px;
  }

  .rich-text figure {
    margin-top: 54px;
    margin-bottom: 54px;
  }

  .rich-text ul, .rich-text ol {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .rich-text h6, .rich-text h5, .rich-text h4 {
    margin-top: 40px;
    margin-bottom: 10px;
  }

  .rich-text blockquote {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .buttons-row.center.testimonial-button {
    bottom: 40px;
  }

  .buttons-row.center---mbl {
    justify-content: center;
  }

  .buttons-row.add-to-cart-btns {
    grid-column-gap: 16px;
  }

  .style---logo-sidebar {
    max-width: 200px;
  }

  .container-default.top-container.above-the-fold-container {
    padding-left: 0;
  }

  .elements---page-hero {
    padding-top: 160px;
    padding-bottom: 80px;
  }

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

  .section.small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section.large {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.large.bottom-120px {
    padding-bottom: 80px;
  }

  .section.large.top-120px {
    padding-top: 80px;
  }

  .section.large.coming-soon-section {
    padding-top: 70px;
  }

  .section.top {
    padding-top: 160px;
  }

  .section.top.v2 {
    padding-top: 130px;
  }

  .section.template-pages-hero {
    padding-top: 160px;
    padding-bottom: 116px;
  }

  .section.hero-page {
    background-image: linear-gradient(to bottom, var(--secondary--color-3) 60%, var(--neutral--700) 60%);
    padding-top: 160px;
    padding-bottom: 80px;
  }

  .section.hero-v1 {
    padding-top: 140px;
  }

  .section.medium {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.medium.top {
    padding-top: 160px;
  }

  .section.integrations-section {
    padding-top: 80px;
  }

  .section.bottom-80px {
    padding-bottom: 50px;
  }

  .section._180px {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.hero-images, .section.integration-single-hero {
    padding-top: 160px;
  }

  .section._100px {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.pd-128px {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.pd-top-180px {
    padding-top: 80px;
  }

  .section.hero-v2 {
    padding-top: 160px;
  }

  .section.hero-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .top-bar-wrapper {
    padding-left: 36px;
    padding-right: 36px;
  }

  .top-bar-padding {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .top-bar-padding.small-padding {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .top-bar-flex {
    flex-direction: column;
  }

  .link-wrapper.highlighted {
    max-width: 144px;
  }

  .elements---element-title {
    margin-top: 48px;
    padding-bottom: 20px;
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .heading-h2-size {
    font-size: 26px;
  }

  .heading-h3-size {
    font-size: 22px;
  }

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

  .heading-h5-size {
    font-size: 16px;
  }

  .heading-h6-size {
    font-size: 14px;
  }

  .header-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .header-nav-list-item.show-in-mobile {
    display: block;
  }

  .header-nav-list-item.show-in-mobile.btn-bottom {
    margin-top: 40px;
  }

  .header-nav-list-item.show-in-mobile.btn-bottom.nav-list-item-profile.profile-item {
    min-width: 100%;
    margin-top: -18px;
  }

  .dropdown-wrapper.wrapper-profile {
    display: block;
  }

  .header-logo-link {
    max-width: 184px;
  }

  .header-logo-link.left {
    padding-right: 32px;
  }

  .hamburger-menu-bar {
    width: 35px;
  }

  .btn-circle-primary {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 24px;
  }

  .btn-circle-primary.small {
    width: 42px;
    min-width: 42px;
    height: 42px;
    min-height: 42px;
    font-size: 22px;
  }

  .btn-circle-primary.large {
    width: 72px;
    min-width: 72px;
    height: 72px;
    min-height: 72px;
    font-size: 32px;
  }

  .btn-circle-secondary {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 24px;
  }

  .btn-circle-secondary.small {
    width: 42px;
    min-width: 42px;
    height: 42px;
    min-height: 42px;
    font-size: 22px;
  }

  .btn-circle-secondary.large {
    width: 72px;
    min-width: 72px;
    height: 72px;
    min-height: 72px;
    font-size: 32px;
  }

  .utility-page-wrap {
    min-height: 60vh;
  }

  .utility-page-wrap._404, .utility-page-wrap.password {
    padding-top: 160px;
    padding-bottom: 80px;
  }

  .utility-page-content, .utility-page-form, .utility-page-form.password-form-wrapper {
    max-width: 100%;
  }

  .flex-horizontal.start.gap-16px.vertical-mobile {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-top {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .footer-bottom.text-right.text-center---tablet.pd-48px {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-middle {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .success-message.white-message.newsletter {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grid-footer-logo---paragraph {
    grid-template-columns: 1fr;
    justify-items: center;
  }

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

  .lightbox-video-icon-wrapper {
    width: 20%;
    min-width: 100px;
    min-height: 100px;
  }

  .cta-section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .cta-section.v2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .cta-section.cta-v2 {
    padding-top: 80px;
  }

  .grid-6-columns.logo-strip {
    max-width: 600px;
    transform: scale(.96);
  }

  .accordion-item-wrapper {
    padding: 40px 24px;
  }

  .accordion-item-wrapper.main {
    padding: 40px 34px;
  }

  .accordion-item-wrapper.main.accordion-small.accordion-team.accordion-second-line {
    padding-left: 20px;
  }

  .accordion-spacer {
    min-height: 20px;
  }

  .accordion-side {
    margin-right: 16px;
  }

  .accordion-side.right-side {
    margin-left: 16px;
  }

  .accordion-title {
    font-size: 20px;
    line-height: 30px;
  }

  .pd---content-inside-card {
    padding-top: 32px;
    padding-bottom: 40px;
  }

  .pd---content-inside-card.large {
    max-width: 100%;
    padding: 100px 34px 80px;
  }

  .pd---content-inside-card.large.template-pages {
    padding-left: 32px;
    padding-right: 32px;
  }

  .team-member-content {
    max-width: none;
    bottom: 40px;
    left: 32px;
    right: 32px;
  }

  .image.fit-cover.author-image {
    object-position: 50% 20%;
  }

  .blog-card-featured-wrapper.card {
    border-radius: 18px;
  }

  .blog-card-image-wrapper.featured-v2 {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
  }

  .categories-badges-item-wrapper, .categories-badges-wrapper {
    grid-column-gap: 14px;
    flex-wrap: wrap;
  }

  .blog-card-featured-inner-content {
    padding: 32px 34px 48px;
  }

  .blog-card-content-inside {
    max-width: 550px;
  }

  .image-wrapper.footer-cta-image {
    width: 100%;
    max-width: 75%;
    margin-top: -88px;
    margin-bottom: -48px;
    margin-left: 0%;
  }

  .image-wrapper.wallet-right-image {
    max-width: none;
  }

  .image-wrapper.wallet-left-image {
    border-radius: 12px;
    max-width: none;
  }

  .image-wrapper.wallet-bottom-left-image {
    max-width: none;
  }

  .image-wrapper.cta-v1-top-image {
    margin-top: 0%;
  }

  .image-wrapper.cta-v1-bottom-image {
    top: 36%;
  }

  .image-wrapper.cta-v2-image-wrapper {
    max-width: 100%;
  }

  .image-wrapper.our-story-image {
    width: 106%;
    min-width: auto;
    max-width: 500px;
  }

  .image-wrapper.blog-image-wrapper {
    border-radius: 18px;
  }

  .image-wrapper.author-card-image {
    max-height: 350px;
  }

  .image-wrapper.product-image-wrapper {
    max-width: 90px;
    margin-bottom: 16px;
  }

  .image-wrapper.career-hero-float-right {
    right: 0%;
  }

  .image-wrapper.coming-soon-top-left-float {
    max-width: 18%;
    top: 0%;
    left: 0%;
  }

  .image-wrapper.coming-soon-top-right-float {
    max-width: 20%;
    right: 0%;
  }

  .image-wrapper.coming-soon-bottom-left-float {
    max-width: 17%;
    left: 0%;
  }

  .image-wrapper.coming-soon-bottom-right {
    max-width: 10%;
    right: 0%;
  }

  .image-wrapper.section-featured-float-left {
    top: 88%;
    left: 0%;
  }

  .image-wrapper.section-featured-float-right {
    top: 0%;
  }

  .image-wrapper.order-list-image {
    max-width: 50px;
  }

  .cart-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .cart-container {
    border-radius: 18px;
    max-width: 100%;
  }

  .checkout-form {
    max-width: 100%;
  }

  .home-pages-cointainer {
    margin-top: 80px;
  }

  .image-home-link-wrapper {
    max-width: 209px;
  }

  .card-sales-home-content.current-presale-level-info-inner-container.current-prizes-for-winners-container.leaderboard-number-card.withdraw-card {
    min-height: 0;
  }

  .card-sales-home-content.current-presale-level-info-inner-container.your-last-ranks-table-container.security-settings-container {
    padding-bottom: 32px;
  }

  .card-sales-home-content.current-price-card.price-level-card {
    align-self: flex-start;
  }

  .figma-file-text-wrapper {
    padding-left: 48px;
    padding-right: 48px;
  }

  .badge-home {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    line-height: 22px;
  }

  .home-surprises-card {
    border-radius: 18px;
  }

  .card-home-pages-wrapper {
    align-self: stretch;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .mg-bottom-12px {
    margin-bottom: 10px;
  }

  .cta-image-card {
    width: 980px;
    max-width: 980px;
  }

  .header-social-media-wrapper {
    display: none;
  }

  .grid-footer-v1---4-column {
    grid-column-gap: 40px;
    grid-template-columns: minmax(150px, .45fr) auto;
  }

  .footer-cta-wrapper {
    flex-direction: column;
  }

  .footer-title {
    font-size: 18px;
  }

  .footer-main-pages-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 18px;
    grid-template-columns: auto 1fr;
  }

  .footer-main-pages-wrapper.v2 {
    grid-column-gap: 48px;
  }

  .footer-cta-content-top {
    width: 100%;
    max-width: 100%;
    padding: 40px 32px 24px;
  }

  .social-media-icon-wrapper {
    align-items: center;
  }

  .footer-cta-wrapper-v2 {
    padding: 48px 34px;
  }

  .grid-footer-4-columns-v2 {
    grid-column-gap: 26px;
    grid-template-columns: auto auto .75fr;
  }

  .hero-image-container {
    margin-top: 16%;
  }

  .wallet-image-container {
    min-width: auto;
    max-width: 500px;
  }

  .security-image-container {
    width: 100%;
    min-width: auto;
    max-width: 500px;
  }

  .security-card-content.large {
    padding: 40px 24px;
  }

  .feature-card {
    padding: 48px 32px;
  }

  .feature-card.large {
    padding-top: 48px;
  }

  .feature-card.top-right {
    border-right-width: 0;
  }

  .feature-card.middle {
    border-bottom: 1px solid var(--neutral--700);
    border-right-width: 0;
  }

  .cta-v1-content-left-wrapper {
    padding-top: 80px;
    padding-bottom: 20px;
  }

  .lightbox-wrapper {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
  }

  .tab-link {
    padding: 40px 32px;
  }

  .tab-content-wrapper {
    max-width: 100%;
  }

  .tab-image-wrapper {
    min-width: 80px;
    max-width: 80px;
    min-height: 80px;
    max-height: 80px;
    transform: scale(1);
  }

  .slider-phone {
    right: 60px;
  }

  .integration-badge, .integration-badge.slider-bagde {
    top: 48px;
  }

  .slider-arrow {
    min-width: 70px;
    max-width: 70px;
    min-height: 70px;
    max-height: 70px;
  }

  .slider-arrow.right {
    right: -60px;
  }

  .slider-arrow.left {
    left: -60px;
  }

  .slider-arrow.timeline-right-arrow {
    top: auto;
    bottom: -102px;
    left: 50%;
    right: auto;
    transform: translate(8px);
  }

  .slider-arrow.timeline-left-arrow {
    top: auto;
    bottom: -102px;
    left: auto;
    right: 50%;
    transform: translate(-8px);
  }

  .cta-content {
    max-width: 500px;
  }

  .team-member {
    border-bottom: 1px solid var(--neutral--700);
  }

  .team-member:last-child {
    border-bottom-width: 0;
  }

  .values-content-wrapper {
    grid-column-gap: 20px;
    flex-direction: row;
    padding: 48px 34px;
  }

  .values-content-wrapper.top-left {
    border-right-style: none;
  }

  .values-content-wrapper.bottom-left {
    border-bottom: 1px solid var(--neutral--700);
    border-right-style: none;
  }

  .values-image {
    max-width: 90px;
  }

  .timeline-slider {
    margin-bottom: 102px;
  }

  .testimonial-slide-card-wrapper {
    padding-left: 34px;
    padding-right: 34px;
  }

  .testimonial-slide-card-wrapper.left {
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
  }

  .testimonial-slide-card-wrapper.right {
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
  }

  .team-member-content-left {
    bottom: 40px;
    left: 32px;
  }

  .team-member-contert-right {
    flex-direction: column;
  }

  .team-member-contert-top-right {
    padding-top: 40px;
    padding-bottom: 34px;
  }

  .team-member-content-bottom-right {
    border-top-style: solid;
    border-left-style: none;
    padding-top: 34px;
    padding-bottom: 40px;
  }

  .author-card-content-left {
    left: 34px;
    right: 34px;
  }

  .author-card-content-top-right {
    padding-bottom: 40px;
    padding-left: 34px;
    padding-right: 34px;
  }

  .author-card-content-right {
    border-top: 1px solid var(--neutral--700);
    border-left-width: 0;
  }

  .integration-information-top {
    padding-top: 40px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .integration-information-bottom {
    padding-bottom: 40px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .integration-single-image {
    max-width: 100px;
    max-height: 100px;
  }

  .product-card-content-top {
    border-bottom-width: 1px;
    border-right-width: 0;
    width: 100%;
    padding: 40px 34px 34px;
  }

  .product-card-content-bottom {
    width: 100%;
    padding: 34px 34px 40px;
  }

  .career-hero-image-wrapper {
    max-width: 72%;
    margin-left: auto;
    margin-right: auto;
  }

  .perk-wrapper {
    padding: 54px 34px;
  }

  .perk-wrapper.top-left, .perk-wrapper.top-right, .perk-wrapper.bottom-left {
    border-right-width: 0;
  }

  .perk-wrapper.bottom-center {
    border-bottom: 1px solid var(--neutral--700);
    border-right-width: 0;
  }

  .testimonial-grid-vertical {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .career-card {
    padding: 40px 34px;
  }

  .contact-card-wrapper {
    padding: 54px 34px;
  }

  .coming-soon-image-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .sign-card-content {
    padding-left: 34px;
    padding-right: 34px;
  }

  .dropdown-main-pages-wrapper {
    flex-wrap: wrap;
  }

  .sign-up-form {
    min-height: 100%;
  }

  .demo-form {
    min-height: 446px;
  }

  .footer-logo-link {
    max-width: 174px;
  }

  .footer-cta-content-top---wrapper {
    max-width: 100%;
  }

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

  .dot-span {
    top: -16px;
  }

  .form-button-inside {
    min-height: 68px;
  }

  .author-card-content-bottom-right {
    padding-left: 34px;
    padding-right: 34px;
  }

  .rich-text-v2 img {
    border-radius: 18px;
  }

  .rich-text-v2 h2 {
    margin-bottom: 10px;
    font-size: 36px;
  }

  .rich-text-v2 h3 {
    margin-top: 40px;
    margin-bottom: 10px;
  }

  .rich-text-v2 figure {
    margin-top: 54px;
    margin-bottom: 54px;
  }

  .rich-text-v2 ul, .rich-text-v2 ol {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .rich-text-v2 h6, .rich-text-v2 h5, .rich-text-v2 h4 {
    margin-top: 40px;
    margin-bottom: 10px;
  }

  .rich-text-v2 blockquote {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .mg-top-31px {
    margin-top: 24px;
  }

  .token-information-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .add-cart---main {
    min-height: 140px;
  }

  .career-hero-image---main {
    max-width: 100%;
    margin-bottom: -55%;
  }

  .testimonial-grid-column {
    grid-row-gap: 20px;
  }

  .mg-bottom-0px---tablet {
    margin-bottom: 0;
  }

  .contact-form-block {
    min-height: 616px;
  }

  .success-message-newsletter, .coming-soon-state-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .coming-soon-image-wrapper---main {
    max-width: 100%;
  }

  .coming-soon-image {
    width: 53%;
  }

  .sign-form {
    min-height: 574px;
  }

  .sign-up-form-v1 {
    min-height: 100%;
  }

  .demo-form-block {
    min-height: 745px;
  }

  .password-images-wrapper {
    max-width: 115px;
    margin-bottom: -75px;
  }

  .hidden-on-mbl {
    display: none;
  }

  .testimonial-grid-1-column {
    grid-template-columns: 1fr;
  }

  .flex-vertical---mbl {
    flex-direction: column;
    display: flex;
  }

  .cart-item-image-wrapper {
    max-width: 50px;
  }

  .flyback-token---price-image.current-presale-level-info-image {
    margin-left: 10px;
  }

  .flyback-token---price-image.current-presale-level-info-image.new-cp-image.token-sold-image {
    margin-left: 0;
  }

  .presale-price-text.sold-number-text.sold-number-text-new {
    margin-bottom: -3px;
  }

  .position-relative---z-index-1.logo-and-icon-mobile-container {
    padding-left: 20px;
  }

  .mg-bottom-40px-2 {
    margin-bottom: 34px;
  }

  .mg-bottom-32px-2 {
    margin-bottom: 28px;
  }

  .card-2.top-details, .card-2.pd-30px---36px, .card-2.top-details {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card-2.top-details.flyback-treasury-card {
    max-width: 100%;
    padding-bottom: 10px;
  }

  .card-2.top-details.gold-card-new-new {
    display: block;
  }

  .card-2.top-details.gold-card-new-new.bottom-gold-card {
    margin-top: 20px;
  }

  .card-2.pd-30px---36px {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card-2.pd-30px---36px.stages-overview {
    padding-right: 0;
  }

  .orders-status-table-row {
    grid-template-columns: .4fr .8fr .6fr .6fr .6fr .4fr 64px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .percentage-bars-small-section-container {
    border-bottom: .6px solid #37446b;
    border-right-style: none;
    padding-left: 24px;
    padding-right: 24px;
  }

  .graph-large-section-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .grid-2-columns-2, .grid-2-columns-2._1fr---2-05fr {
    grid-template-columns: 1fr;
  }

  .progress-bar {
    max-width: 428px;
  }

  .progress-bar.tokens-sold-bar.gold-progress-bar {
    margin-top: 10px;
  }

  .progress-bar.tokens-sold-bar.gold-progress-bar.gold-subpage---progress-bar {
    min-width: 200px;
  }

  .graph-small-section-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .small-details-card-grid.buyback-numbers-overview.top-details-cards-team-stats {
    grid-template-rows: auto auto auto auto;
  }

  .small-details-card-grid.buyback-numbers-overview.gold-numbers-overview.gold-card-new-new-new {
    display: block;
  }

  .container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dashboard-main-columns.pools-main-columns.staking---main-columns {
    flex-flow: column;
  }

  .paragraph-small-3.overview-container-headline.leaderboard-subinfo-title {
    margin-bottom: 20px;
  }

  .paragraph-small-3.overview-container-headline.active-levels-headline.pool-qualification-headline {
    width: 100%;
  }

  .image-12 {
    max-width: 32%;
    margin-top: -78px;
  }

  .display-6.card-title-new, .display-6.card-title-new.current-presale-level-info-price.leaderboard-level-price {
    font-size: 20px;
  }

  .display-6.progess-number {
    width: 150px;
    margin-left: 0;
    margin-right: auto;
  }

  .dashboard-main-icon-general-stats {
    max-width: 50px;
    margin-bottom: 10px;
  }

  .dashboard-main-icon-general-stats.flyback-treasury-icon {
    max-width: 60px;
  }

  .paragraph-small-4.color-neutral-100.profile-settings-text {
    margin-bottom: 12px;
  }

  .paragraph-small-4.color-neutral-100.profile-settings-text.profile-picture-subheadline {
    margin-bottom: 0;
  }

  .dashboard-main-column-left {
    padding-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .dashboard-main-column-left.team-dashboard-column-left {
    padding-bottom: 20px;
  }

  .dashboard-main-column-right, .dashboard-main-column-right.dashboard-team-column-right {
    padding-left: 0;
    padding-right: 0;
  }

  .dashboard-main-column-right.dashboard-team-column-right.kyc-column-right {
    padding-left: 0;
  }

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

  .token-sold-in-this-stage-div-block.token-sold-new {
    display: flex;
  }

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

  .column-6 {
    padding-left: 0;
  }

  .column-7, .column-7.your-profile-settings-column {
    padding-left: 0;
    padding-right: 0;
  }

  .orders-status-table-row-2 {
    grid-template-columns: .4fr .8fr .6fr .6fr .6fr .4fr 64px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .column-8, .column-8.security-settings-column {
    padding-left: 0;
    padding-right: 0;
  }

  .left-div-withdraw-column {
    padding-right: 0;
  }

  .right-div-withdraw-column, .column-11.flyback-treasury-right-column {
    padding-left: 0;
  }

  .withdraw-currency-column {
    margin-bottom: 15px;
  }

  .column-12, .column-13 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-14 {
    padding-left: 0;
  }

  .column-16, .column-17 {
    padding-left: 0;
    padding-right: 0;
  }

  .orders-status-table-row-3 {
    grid-template-columns: .4fr .8fr .6fr .6fr .6fr;
    padding-left: 24px;
    padding-right: 24px;
  }

  .text-414.bold {
    margin-left: -12px;
  }

  .grid-4-column {
    grid-template-columns: 1fr 1fr;
  }

  .container-default-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tooltip-arrow.top-mobile, .tooltip-arrow.right {
    margin-left: auto;
    margin-right: auto;
    top: -9px;
    bottom: auto;
    left: 0%;
    right: 0%;
    transform: rotate(90deg);
  }

  .tooltip-float.right, .tooltip-float.left {
    top: 170%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .div-block-16.team-level-text.pool-requirements-text {
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .div-block-16.team-level-text.bottom-level-block {
    margin-top: 10px;
  }

  .columns-10 {
    margin-bottom: 20px;
  }

  .requirement-block-left {
    padding-right: 0;
  }

  .requirement-block-right {
    padding-left: 0;
  }

  .requirement-block-right.requirement-block-right-top {
    margin-top: 35px;
  }

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

  .cnt-features-left {
    width: 480px;
  }

  .image-21.treasury-image {
    max-width: 300px;
    margin-top: 40px;
    margin-bottom: 0;
  }

  .image-21.treasury-image.gold-image {
    max-width: 200px;
    margin-top: 48px;
  }

  .image-22 {
    width: 50%;
  }

  .columns-13.your-stakes---overview-column {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-flow: column;
  }

  .div-block-35 {
    flex-flow: column;
  }

  .dropdown-nav-main-wrapper-v2---brix {
    flex-wrap: wrap;
  }

  .dropdown-bottom-button-content---brix {
    margin-bottom: 16px;
  }

  .dropdown-menu-text---brix {
    margin-right: 2px;
  }

  .dropdown-menu-v2---brix {
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }

  .image-wrapper---brix.dropdown-button-icon-v2---brix {
    border-radius: 8px;
    width: 48px;
    margin-bottom: 16px;
    margin-right: 12px;
  }

  .dropdown-nav-container-v2---brix.adjust-this-for-your-container-size {
    flex-direction: column;
    margin-right: 32px;
    display: flex;
  }

  .dropdown-nav-container-v2---brix.adjust-this-for-your-container-size.last---brix {
    margin-right: 0;
  }

  .dropdown-list-v2---brix {
    width: 80vw;
    min-width: auto;
    margin-top: 53px;
    margin-left: 0%;
    margin-right: -165px;
    right: auto;
  }

  .header-ui-card-3 {
    bottom: 16px;
    right: -16px;
  }

  .dropdown-pd-2.pd-48px {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .ui-card-title {
    font-size: 32px;
  }

  .dropdown-pd-3.pd-48px {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .link-wrapper-2.highlighted {
    max-width: 144px;
  }

  .text-417 {
    font-size: 18px;
  }

  .text-417.medium.dropdown-title {
    margin-bottom: 32px;
  }

  .dropdown-main-pages-wrapper-2 {
    flex-wrap: wrap;
  }

  .btn-primary-4 {
    padding: 20px 32px;
    font-size: 16px;
  }

  .btn-primary-4.button-row {
    margin-right: 16px;
  }

  .accordion-title-2 {
    font-size: 20px;
    line-height: 30px;
  }

  .accordion-title-2.heading-h3-size {
    margin-top: 0;
  }

  .btn-inside-input-success-message {
    min-height: 60px;
  }

  .btn-inside-input-success-message.sucess-message-neu {
    padding: 0;
  }

  .steps-bar---brix {
    justify-content: space-between;
    padding-bottom: 24px;
  }

  .form-step-number---brix {
    margin-left: 10px;
    margin-right: 10px;
  }

  .form-step-progress-bar---brix {
    display: none;
  }

  .form-step-progress-bar---brix.current-step---brix, .form-step-progress-bar---brix.top-space {
    display: block;
  }

  .form-step-progress-bar-mobile---brix {
    border-radius: 500px;
    width: auto;
    max-width: 100%;
    display: flex;
  }

  .form-step-progress-bar-mobile---brix.step-2---brix {
    background-color: #4a3aff;
    width: 50%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .form-step-progress-bar-mobile---brix.step-1---brix {
    background-color: #4a3aff;
    width: 22%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .form-step-number---brix-2 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .first-step-grid---brix {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .first-step-grid---brix.uniform-space---brix {
    grid-row-gap: 24px;
  }

  .steps-bar---brix-2 {
    justify-content: space-between;
    padding-bottom: 24px;
  }

  .multi-step-form---brix {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .slide---brix {
    padding-bottom: 8px;
  }

  .steps-bar-wrapper--brix {
    flex-direction: column;
    padding-bottom: 32px;
    display: flex;
  }

  .submit-content-wrapper---brix {
    margin-top: 32px;
  }

  .multi-step-form-block---brix {
    min-height: auto;
  }

  .form-step-progress-bar---brix-2 {
    display: none;
  }

  .form-content---brix {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .multi-step-form-error-message---brix {
    margin-top: 170px;
  }

  .multi-step-form-button---brix {
    top: 990px;
  }

  .multi-step-form-button---brix.right---brix {
    right: -32px;
  }

  .multi-step-form-button---brix.right---brix.preview-page {
    top: 960px;
  }

  .multi-step-form-button---brix.left---brix {
    left: -32px;
  }

  .multi-step-form-button---brix.left---brix.preview-page {
    top: 960px;
  }

  .input-wrapper-2 {
    min-height: auto;
    margin-bottom: 18px;
  }

  .paragraph-large-2.signup {
    font-size: 14px;
  }

  .flyback---debit-card-mockup {
    margin-top: 0;
  }

  .div-block-48 {
    grid-template-columns: 1fr;
  }

  .div-block-61.part-ii {
    display: block;
  }

  .stat-title.werte-titel {
    text-align: left;
  }

  .slider-arrow-2 {
    min-width: 70px;
    max-width: 70px;
    min-height: 70px;
    max-height: 70px;
  }

  .slider-arrow-2.timeline-right-arrow {
    top: auto;
    bottom: -102px;
    left: 50%;
    right: auto;
    transform: translate(8px);
  }

  .slider-arrow-2.timeline-left-arrow {
    top: auto;
    bottom: -102px;
    left: auto;
    right: 50%;
    transform: translate(-8px);
  }

  .text-418 {
    font-size: 14px;
  }

  .display-8 {
    font-size: 24px;
  }

  .btn-primary-5 {
    padding: 20px 32px;
    font-size: 16px;
  }

  .div-block-68.case-study-logo-block {
    margin-bottom: 10px;
  }

  .stat-wrapper-s {
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .testimonial-slide-card-wrapper-2 {
    margin-right: 0;
    padding-top: 20px;
    padding-left: 34px;
    padding-right: 34px;
  }

  .btn-primary-6 {
    padding: 18px 32px;
    font-size: 16px;
  }

  .div-block-69.case-study-top-block {
    margin-bottom: 0;
  }

  .mg-bottom-3.testimonials-text.numbers-text {
    text-align: left;
    margin-bottom: 0;
  }

  .lightbox-video-icon-wrapper-2 {
    justify-content: flex-end;
    width: 100%;
    min-width: 100px;
    min-height: 100px;
    margin-bottom: -75px;
    position: static;
  }

  .normal-headline {
    font-size: 32px;
  }

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

  .text-419 {
    font-size: 14px;
  }

  .display-9 {
    font-size: 24px;
  }

  .btn-primary-7 {
    padding: 20px 32px;
    font-size: 16px;
  }

  .div-block-82.case-study-logo-block {
    margin-bottom: 10px;
  }

  .btn-primary-8 {
    padding: 18px 32px;
    font-size: 16px;
  }

  .div-block-83.case-study-top-block {
    margin-bottom: 0;
  }

  .mg-bottom-4.testimonials-text.numbers-text {
    text-align: left;
    margin-bottom: 0;
  }

  .grid-3.gc, .grid-4 {
    grid-template-columns: 1fr;
  }

  .modal-scroll-content-w {
    padding: 2rem;
  }

  .modal-w-scroll {
    margin-bottom: 0;
  }

  .bg.sign-in-shape-2 {
    left: -218px;
  }

  .section-3 {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .section-3.sign-in {
    padding-top: 51px;
  }

  .sign-in-divider-text {
    width: 50px;
    min-width: 50px;
  }

  .card-3.sign-in-testimonial {
    margin-bottom: 40px;
    padding: 45px 38px 50px;
  }

  .image-417.card-sign-in-testimonial {
    margin-bottom: 20px;
  }

  .sign-in-testimonial-name {
    font-size: 18px;
  }

  .paragraph.sign-in-testimonial {
    margin-bottom: 30px;
  }

  .paragraph.sign-in {
    margin-bottom: 28px;
  }

  .sign-in-social-media-wrapper {
    flex-wrap: wrap;
    margin-bottom: -15px;
  }

  .input-6.email-icon {
    background-position: 95%;
  }

  .split-content.sign-in-right {
    margin-bottom: 60px;
  }

  .sign-in-divider-wrapper {
    padding-top: 38px;
    padding-bottom: 48px;
  }

  .title.h3-size {
    font-size: 22px;
  }

  .title.h3-size.sign-in-testimonial {
    margin-bottom: 10px;
  }

  .title.h2-size {
    font-size: 32px;
  }

  .title.h2-size.sign-in {
    margin-bottom: 10px;
  }

  .sign-in-form {
    grid-template-columns: 1fr;
  }

  .sign-in-testimonial-position {
    font-size: 18px;
  }

  .button-primary {
    padding-left: 35px;
    padding-right: 35px;
  }

  .sign-in-companies-text {
    margin-bottom: 20px;
  }

  .button-secondary {
    padding-left: 35px;
    padding-right: 35px;
  }

  .button-secondary.full-width.sign-in-social-media {
    min-width: 278px;
    margin-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sign-up-text {
    margin-bottom: 8px;
  }

  .section-4 {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .section-4.sign-in {
    padding-top: 51px;
  }

  .card-4.sign-in-testimonial {
    margin-bottom: 40px;
    padding: 45px 38px 50px;
  }

  .image-418.card-sign-in-testimonial {
    margin-bottom: 20px;
  }

  .input-7.email-icon {
    background-position: 95%;
  }

  .div-block-90 {
    margin-bottom: 0;
  }

  .accordion-arrow-wrap---brix {
    width: 40px;
    min-height: 40px;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.6;
  }

  .accordion-item-title---brix {
    max-width: 80%;
    font-size: 18px;
  }

  .accordion-item---brix.accordion-1---brix {
    margin-bottom: 16px;
    padding: 32px;
  }

  .hero-image-container-2 {
    margin-top: 20px;
  }

  .display-10 {
    font-size: 42px;
  }

  .btn-primary-9 {
    padding: 18px 32px;
    font-size: 16px;
  }

  .btn-primary-9.button-row {
    margin-right: 16px;
  }

  .inner-container-2._500px---mbl {
    max-width: 500px;
  }

  .inner-container-2._550px---mbl {
    max-width: 550px;
  }

  .grid-2-columns-3 {
    grid-template-columns: 1fr;
  }

  .grid-2-columns-3.home-hero-grid {
    grid-row-gap: 50px;
  }

  .orders-status-table-row-4, .orders-status-table-row-5 {
    grid-template-columns: .4fr .8fr .6fr .6fr .6fr .4fr 64px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-96 {
    flex-direction: column;
  }

  .pricing-1-plan {
    width: 100%;
    margin-top: 20px;
    padding: 20px;
  }

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

  .button-4 {
    white-space: normal;
    font-size: 16px;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .add-ons_accordion-title {
    letter-spacing: 0;
    font-size: 1.4rem;
  }

  .add-ons_accordion-body.add-ons_js-accordion-body {
    padding-bottom: 1.5rem;
    padding-left: 2.8rem;
  }

  .add-ons_image-wrapper {
    height: 22rem;
  }

  .add-ons_accordion-item {
    box-shadow: none;
  }

  .add-ons_title-icon-wrapper {
    align-items: center;
    margin-right: 1rem;
  }

  .add-ons_image {
    object-fit: cover;
    object-position: 50% 50%;
  }

  .add-ons_accordion-header.add-ons_js-accordion-header {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .faq-card-header-icon {
    margin-left: 8px;
  }

  .modal-scroll-content-w-2 {
    padding: 2rem;
  }

  .div-block-97 {
    display: block;
  }

  .div-block-98 {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
  }

  blockquote {
    border-radius: 16px;
    padding: 63px 24px;
    font-size: 20px;
  }

  .grid-2-columns.form {
    border-radius: 16px;
  }

  .grid-2-columns.contact-grid {
    grid-row-gap: 50px;
  }

  .grid-2-columns.cta-v1 {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.text-left-default.alt, .grid-2-columns.text-right-default.alt, .grid-2-columns.text-left-short {
    grid-row-gap: 50px;
  }

  .grid-2-columns.changelog-item {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.product-page {
    grid-row-gap: 50px;
  }

  .grid-2-columns.security-grid {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.slider-grid {
    grid-row-gap: 50px;
  }

  .grid-2-columns.gap-32px.gap-row-48px {
    grid-row-gap: 32px;
  }

  .grid-2-columns.cta-v2, .grid-2-columns.hero-images-grid, .grid-2-columns.sidebar-right-v1, .grid-2-columns.hero-images-grid-v2, .grid-2-columns.coming-soon-grid {
    grid-row-gap: 50px;
  }

  .card.whats-included {
    border-radius: 16px;
  }

  .card.whats-included.presale-level-card.dashboard-main-current-presale-level-info-container.team-level-card.treasury-card.gold-card-new {
    margin-bottom: 10px;
  }

  .card.whats-included.presale-level-card.current-price-card-container.level-price-card-leaderboard {
    border-top-left-radius: 8px;
    margin-bottom: 60px;
  }

  .card.whats-included.presale-level-card.current-price-card-container.current-price-card-container-new {
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    max-width: 130px;
    margin-top: -93px;
    margin-bottom: 140px;
    margin-left: auto;
  }

  .card.whats-included.presale-level-card.current-price-card-container.current-price-card-container-new.signup-card {
    border-right-style: solid;
    border-radius: 8px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .card.sales-home-page, .card.buy-now, .card.security-card, .card._24px {
    border-radius: 16px;
  }

  .card._24px.accordion-card-wrapper.accordion-card-wrapper-small {
    padding-top: 0;
    padding-bottom: 0;
  }

  .card._24px.add-to-cart-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card._24px.sign-in-card {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .card._24px.sign-in-card.signup-card.su-card-2 {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .card._24px.demo-card {
    padding: 60px 24px;
  }

  .card.features-card-wrapper {
    border-radius: 16px;
  }

  .card.integration-card {
    padding: 32px 24px;
    position: relative;
  }

  .card.testimonial-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .style---color-block {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }

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

  .color-neutral-300.mg-bottom-12px.integration-paragraph {
    font-size: 14px;
    line-height: 1.667em;
  }

  .divider, .divider._64px {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .divider.integrations-divider {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .mg-bottom-16px {
    margin-bottom: 8px;
  }

  .mg-bottom-16px.keep, .mg-bottom-24px {
    margin-bottom: 16px;
  }

  .mg-bottom-24px.keep {
    margin-bottom: 24px;
  }

  .mg-top-48px {
    margin-top: 32px;
  }

  .text-200.medium.color-neutral-100 {
    line-height: 1.3em;
  }

  .display-1 {
    font-size: 36px;
  }

  .display-1.coming-soon-headline {
    text-align: center;
    font-size: 32px;
  }

  .grid-1-column.gap-row-48px.gap-row-100px---mobile {
    grid-row-gap: 90px;
  }

  .grid-1-column.gap-40px.token-information {
    grid-template-columns: 1fr;
  }

  .display-2 {
    font-size: 30px;
  }

  .display-2.mg-bottom-24px.keep.sign-up-for-backoffice-headline {
    font-size: 27px;
    line-height: 1.4em;
  }

  .display-2.mg-bottom-24px.keep.sign-up-for-backoffice-headline.signup-headline {
    font-size: 24px;
  }

  .display-2.text-center.mg-bottom-24px.keep.sign-in-headline {
    font-size: 28px;
  }

  .display-2.dashboard-main-headline {
    margin-bottom: -6px;
  }

  .display-2.faq-headline {
    font-size: 32px;
  }

  .display-3 {
    font-size: 24px;
  }

  .display-4 {
    font-size: 20px;
  }

  .display-4.mg-bottom-8px.dashboard-main-div-headline.welcome-text {
    margin-top: 5px;
    font-size: 15px;
  }

  .display-4.mg-bottom-8px.dashboard-main-div-headline.dashboard-main-your-wallet-headline {
    margin-top: 55px;
  }

  .display-4.mg-bottom-8px.dashboard-main-div-headline.dashboard-main-buy-flys-headline {
    margin-top: 40px;
  }

  .display-4.mg-bottom-8px.dashboard-main-div-headline.dashboard-main-buy-flys-headline.team-level-headline, .display-4.mg-bottom-8px.dashboard-main-div-headline.dashboard-main-buy-flys-headline.team-level-headline.requirements-to-participate-in-this-pool {
    margin-top: 0;
  }

  .display-4.mg-bottom-8px.dashboard-main-div-headline.dashboard-main-buy-flys-headline.team-level-headline.requirements-to-participate-in-this-pool.treasury-info {
    font-size: 14px;
  }

  .display-4.mg-bottom-8px.dashboard-main-div-headline.dashboard-main-buy-flys-headline.treasury-headline, .display-4.mg-bottom-8px.dashboard-main-div-headline.dashboard-main-buy-flys-headline.your-stakes---overview, .display-4.mg-bottom-8px.dashboard-main-div-headline.dashboard-main-buy-flys-headline.your-stakes---overview-headline {
    margin-top: 0;
  }

  .display-4.mg-bottom-8px.dashboard-main-div-headline.dashbaord-main-latest-flyback-videos-headline {
    margin-top: 80px;
  }

  .display-4.mg-bottom-8px.dashboard-main-div-headline.dashboard-main-current-presale-info-headline {
    margin-top: 60px;
  }

  .display-4.mg-bottom-8px.dashboard-main-div-headline.dashboard-main-all-presale-levels-headline {
    margin-top: 80px;
  }

  .text-300.price-subheading {
    top: -4px;
  }

  .grid-3-columns, .grid-3-columns.dropdown-grid {
    grid-template-columns: 1fr;
  }

  .style---shadow-card {
    border-radius: 16px;
  }

  .style---heading {
    margin-bottom: 40px;
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .inner-container._350px---mbp {
    max-width: 350px;
  }

  .inner-container._250px---mbp {
    max-width: 250px;
  }

  .style---content-heading {
    border-radius: 16px;
  }

  .style---heading-icon-wrapper {
    border-radius: 16px;
    width: 58px;
    margin-right: 14px;
  }

  .mg-bottom-0._18px-mobile {
    font-size: 18px;
  }

  .mg-bottom-0.faq-subheadline, .mg-bottom-0.accordion-text {
    font-size: 14px;
    line-height: 1.6em;
  }

  .mg-bottom-0.accordion-text.accordion-text-small {
    font-size: 14px;
  }

  .style---card-wrapper, .style---components-wrapper {
    border-radius: 16px;
  }

  .style---bg-white {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }

  .style---bg-white.bottom, .style-buttons-dark {
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
  }

  .style-buttons-dark.top {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }

  .btn-primary {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-primary.large {
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-primary.inside-input {
    position: static;
  }

  .btn-primary.inside-input.default {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .btn-primary.button-row {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .btn-primary.button-row.dashboard-main-swap-button.main-swap-button-new {
    margin-bottom: 0;
  }

  .btn-primary.download-app {
    justify-content: center;
  }

  .btn-primary.download-app.button-row._16px {
    margin-right: 0;
  }

  .btn-primary.wide {
    padding-left: 32px;
    padding-right: 32px;
  }

  .btn-primary.pagination-btn {
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
  }

  .btn-secondary {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-secondary.large {
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-secondary.sign-in-button {
    padding-left: 16px;
    padding-right: 16px;
  }

  .btn-secondary.pagination-btn {
    margin-left: 0;
    margin-right: 0;
  }

  .btn-secondary.dashboard-main-deposit-button.presale-levels-button.join-telegram-button.join-telegram-button-new {
    margin-top: 10px;
  }

  .btn-secondary.dashboard-main-deposit-button.presale-levels-button.view-all-leaderboard-members-button {
    line-height: 1.5em;
  }

  .btn-secondary.dashboard-main-deposit-button.presale-levels-button.your-flyback-id-button {
    font-size: 14px;
    display: none;
  }

  .btn-secondary.dashboard-main-deposit-button.presale-levels-button.detailed-requirements-button.topup-rewards---learn-more-button.learn-more---gold-card.learn-more---notice.more-button {
    margin-top: 10px;
  }

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

  .input.large.button-inside {
    min-height: 64px;
    padding-right: 20px;
  }

  .input.button-inside {
    margin-bottom: 16px;
  }

  .input.input-form.top {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }

  .input.input-form.bottom {
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
  }

  .input.input-form.top-left {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }

  .input.input-form.bottom-right {
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
  }

  .position-relative.sign-up-image-wrapper {
    width: 100%;
    max-width: none;
  }

  .position-relative.main {
    max-width: 100%;
    margin-bottom: -3px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .text-area {
    padding-left: 20px;
    padding-right: 20px;
  }

  .checkbox-field-wrapper {
    font-size: 16px;
    line-height: 20px;
  }

  .checkbox-field-wrapper.large {
    font-size: 18px;
    line-height: 22px;
  }

  .checkbox {
    min-width: 22px;
    min-height: 22px;
  }

  .checkbox.large {
    min-width: 26px;
    min-height: 26px;
  }

  .radio-button-field-wrapper {
    font-size: 16px;
    line-height: 22px;
  }

  .radio-button-field-wrapper.large {
    font-size: 18px;
    line-height: 24px;
  }

  .radio-button {
    min-width: 22px;
    min-height: 22px;
  }

  .radio-button.large {
    min-width: 26px;
    min-height: 26px;
  }

  .social-icon-font.button-icon-left {
    margin-right: 8px;
    font-size: 18px;
  }

  .social-icon-square {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .line-rounded-icon.success-message-check.large {
    font-size: 58px;
    line-height: 64px;
  }

  .line-square-icon.top-bar-close-icon {
    padding-left: 12px;
    padding-right: 12px;
  }

  .rich-text img {
    border-radius: 16px;
  }

  .rich-text figure {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .rich-text ul, .rich-text ol {
    padding-left: 20px;
  }

  .buttons-row {
    flex-direction: column;
    width: 100%;
  }

  .buttons-row.center.testimonial-button {
    bottom: 0;
  }

  .width-100.stages-image {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .style---logo-sidebar {
    max-width: 160px;
  }

  .container-default.dashboard-main-container {
    padding-top: 0;
  }

  .container-default.top-container.above-the-fold-container {
    padding-left: 0;
    padding-right: 0;
  }

  .container-default.top-container.above-the-fold-container.no-flyback-link-found {
    padding: 24px 20px;
  }

  .elements---page-hero {
    padding-top: 140px;
  }

  .section.large {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.large.overflow-hidden.case-studies-section {
    padding-top: 60px;
  }

  .section.large.coming-soon-section {
    background-size: auto, 150%;
    padding-top: 60px;
  }

  .section.top {
    padding-top: 140px;
  }

  .section.top.v2 {
    padding-top: 120px;
  }

  .section.template-pages-hero {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .section.template-pages-hero.short {
    padding-bottom: 88px;
  }

  .section.hero-page {
    padding-top: 140px;
  }

  .section.hero-v1 {
    padding-top: 120px;
    padding-bottom: 30px;
  }

  .section.medium.top {
    padding-top: 140px;
  }

  .section.medium.top.hero-bg {
    background-size: 160%;
  }

  .section.integrations-section {
    padding-top: 64px;
  }

  .section.bottom-80px {
    padding-bottom: 24px;
  }

  .section.hero-images, .section.integration-single-hero {
    padding-top: 140px;
  }

  .section._100px.bg-default.overflow-hidden.signup-main-section {
    padding-top: 20px;
  }

  .section.pd-128px {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.hero-v2 {
    padding-top: 140px;
  }

  .section.bg-default {
    background-size: 150%;
  }

  .section.hero-section {
    padding-top: 120px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.hero-section.access-prohibited-section {
    padding-bottom: 120px;
  }

  .top-bar-wrapper {
    padding-left: 19px;
    padding-right: 19px;
  }

  .elements---element-title.large {
    margin-top: 53px;
  }

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

  .heading-h3-size.mg-bottom-0.size-20px-mobile {
    font-size: 20px;
  }

  .header-content-wrapper {
    padding-left: 0;
  }

  .header-nav-menu-wrapper {
    padding-top: 10px;
  }

  .header-nav-menu-list {
    margin-left: -12px;
  }

  .header-nav-link.dashboard-nav-link {
    font-size: 18px;
  }

  .header-nav-list-item {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .header-nav-list-item.show-in-mobile.btn-bottom.nav-list-item-profile.profile-item {
    margin-top: 0;
  }

  .dropdown-wrapper {
    font-size: 18px;
  }

  .header-logo {
    max-width: 129px;
  }

  .header-logo-link {
    max-width: 153px;
  }

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

  .hamburger-menu-wrapper {
    margin-left: 16px;
    padding-left: 0;
  }

  .hamburger-menu-bar {
    width: 32px;
  }

  .hamburger-menu-bar.top {
    width: 32px;
    margin-bottom: 12px;
  }

  .hamburger-menu-bar.bottom {
    width: 32px;
    margin-top: 12px;
  }

  .utility-page-wrap {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .utility-page-wrap._404 {
    background-size: 150%;
    padding-top: 140px;
  }

  .utility-page-wrap.password {
    padding-top: 120px;
  }

  .flex-horizontal.start.gap-24px {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .flex-horizontal.start.gap-24px.wrap-mobile {
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .flex-horizontal.start.gap-24px.coming-soon-social-media {
    flex-direction: column;
  }

  .flex-horizontal.start.integration-main-wrap {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

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

  .success-message.white-message.newsletter, .success-message.coming-soon-state {
    border-radius: 16px;
  }

  .icon-list {
    margin-right: 8px;
  }

  .video-bg-image {
    filter: blur(1px);
  }

  .lightbox-video-icon-wrapper {
    min-width: 50px;
    min-height: 50px;
  }

  .cta-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .cta-section.cta-v2 {
    padding-top: 64px;
  }

  .grid-6-columns.logo-strip {
    grid-column-gap: 40px;
    grid-row-gap: 20px;
  }

  .accordion-item-wrapper.main.accordion-small.accordion-team.accordion-second-line, .accordion-item-wrapper.main.accordion-small.accordion-team.accordion-second-line.accordion-third-line {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .accordion-item-wrapper.main.accordion-small.accordion-team.accordion-second-line, .accordion-item-wrapper.main.accordion-small.accordion-team.accordion-second-line.accordion-third-line {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .accordion-item-wrapper.main {
    padding-left: 24px;
    padding-right: 24px;
  }

  .accordion-item-wrapper.main.accordion-small.accordion-team {
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-item-wrapper.main.accordion-small.accordion-team.accordion-second-line, .accordion-item-wrapper.main.accordion-small.accordion-team.accordion-second-line.accordion-third-line {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .accordion-side.right-side {
    margin-left: 10px;
  }

  .accordion-side.right-side.team-right-side {
    margin-left: -10px;
  }

  .accordion-title {
    font-size: 18px;
    line-height: 26px;
  }

  .accordion-title.heading-h4-size, .accordion-title.heading-h4-size.accordion-title-small, .accordion-title.heading-h4-size.accordion-title-small {
    font-size: 16px;
  }

  .pd---content-inside-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .pd---content-inside-card.large {
    padding: 90px 24px 60px;
  }

  .pd---content-inside-card.large.template-pages {
    padding-left: 24px;
    padding-right: 24px;
  }

  .pd---content-inside-card.template-pages---sidebar {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .team-member-content {
    grid-row-gap: 10px;
    flex-wrap: wrap;
    bottom: 32px;
    left: 24px;
    right: 24px;
  }

  .blog-card-featured-wrapper.card {
    border-radius: 16px;
  }

  .blog-card-image-wrapper.featured-v2, .blog-card-image-wrapper.inside-card {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }

  .categories-badges-item-wrapper, .categories-badges-wrapper {
    flex-direction: column;
  }

  .blog-card-wrapper.card {
    border-radius: 16px;
  }

  .blog-card-featured-inner-content {
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .blog-card-content-inside {
    padding-left: 24px;
    padding-right: 24px;
  }

  .image-wrapper.footer-cta-image {
    max-width: 95%;
    margin-top: 0%;
    margin-bottom: 0%;
  }

  .image-wrapper.security-image-left.main {
    width: 78%;
  }

  .image-wrapper.feature-image {
    width: auto;
    max-width: none;
    margin-right: -24px;
    position: static;
  }

  .image-wrapper.blog-image-wrapper {
    border-radius: 16px;
  }

  .image-wrapper.product-image-wrapper {
    max-width: 70px;
  }

  .image-wrapper.sign-up-image, .image-wrapper.sign-up-top-left-image {
    left: 20%;
  }

  .image-wrapper.sign-up-bottom-left {
    right: 21%;
  }

  .image-wrapper.sign-up-right-image {
    left: 23%;
  }

  .image-wrapper.team-member-image {
    min-height: 400px;
  }

  .cart-button-wrapper {
    margin-right: 0;
  }

  .cart-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .cart-container {
    border-radius: 0;
  }

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

  .cart-item-wrapper {
    flex-direction: column;
  }

  .pay-btn.cart {
    height: 53px;
  }

  .shipping-method {
    flex-direction: column;
  }

  .order-item {
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .order-list-title {
    margin-bottom: 4px;
  }

  .order-item-content {
    margin-top: 16px;
    margin-left: 0;
  }

  .checkout-column {
    margin-bottom: 24px;
  }

  .home-pages-cointainer {
    margin-top: 70px;
  }

  .home-pages-top-wrapper {
    margin-bottom: 16px;
  }

  .image-home-link-wrapper {
    border-radius: 16px;
    max-width: 180px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .card-sales-home-image {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }

  .card-sales-home-content {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card-sales-home-content.dashboard-main-wallet-card {
    background-size: 50px;
  }

  .card-sales-home-content.current-presale-level-info-inner-container.all-presale-levels-overview-container.pool-stats-container {
    padding-right: 24px;
  }

  .card-sales-home-content.current-presale-level-info-inner-container.all-presale-levels-overview-container.pool-stats-container.treasury-container {
    padding-top: 10px;
  }

  .card-sales-home-content.current-presale-level-info-inner-container.all-presale-levels-overview-container.pool-stats-container.treasury-container.gold-container {
    padding-top: 24px;
    padding-right: 24px;
  }

  .card-sales-home-content.current-presale-level-info-inner-container.your-last-ranks-table-container.whitepaper-and-marketing-material-container.get-support-inner-container {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .card-sales-home-content.current-presale-level-info-inner-container.your-last-ranks-table-container.send-withdraw-request-table-container {
    padding-right: 24px;
  }

  .card-sales-home-content.current-price-card.price-level-card.price-level-card-new {
    border-radius: 8px;
  }

  .figma-file-text-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .home-surprises-card {
    border-radius: 16px;
  }

  .card-home-pages-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .grid-footer-v1---4-column {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .footer-main-pages-wrapper {
    grid-column-gap: 32px;
    grid-template-columns: 1fr;
  }

  .footer-cta-content-top {
    padding: 32px 24px 16px;
  }

  .social-media-icon-wrapper.center-mobile {
    justify-content: center;
    width: 100%;
  }

  .footer-cta-wrapper-v2 {
    padding: 32px 24px;
  }

  .grid-footer-4-columns-v2 {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .security-card-content.top-left {
    border-right-width: 0;
  }

  .security-card-content.bottom-left {
    border-bottom: 1px solid var(--neutral--700);
    border-right-width: 0;
  }

  .security-card-content.large {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .text-no-wrap.dashboard-main-headline {
    font-size: 25px;
  }

  .feature-card {
    padding: 40px 24px;
  }

  .feature-card.large {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .feature-card-large-content {
    margin-bottom: 40px;
  }

  .cta-v1-content-left-wrapper {
    padding-bottom: 10px;
  }

  .lightbox-wrapper {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }

  .tab-link {
    padding-left: 24px;
    padding-right: 24px;
  }

  .tab-content-wrapper {
    grid-column-gap: 16px;
    flex-direction: column;
  }

  .tab-image-wrapper {
    min-width: 70px;
    max-width: 70px;
    min-height: 70px;
    max-height: 70px;
  }

  .tab-icon-wrapper {
    position: absolute;
    top: 60px;
    bottom: auto;
    left: auto;
    right: 24px;
  }

  .tab-body {
    overflow: hidden;
  }

  .feature-image {
    max-width: 60%;
  }

  .slider-frame {
    min-height: 473px;
  }

  .slider-phone {
    left: 5%;
    right: 42px;
  }

  .integration-card-content-top {
    grid-row-gap: 10px;
    align-items: flex-start;
  }

  .integration-badge {
    margin-left: auto;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
    position: static;
    top: 32px;
    right: 24px;
  }

  .integration-badge.slider-bagde {
    position: absolute;
    top: 14px;
    right: 14px;
  }

  .slider-arrow {
    min-width: 60px;
    max-width: 60px;
    min-height: 60px;
    max-height: 60px;
  }

  .slider-arrow.right {
    right: -42px;
  }

  .slider-arrow.left {
    left: -42px;
  }

  .slider-arrow.timeline-right-arrow, .slider-arrow.timeline-left-arrow {
    bottom: -95px;
  }

  .integrations-wrapper {
    top: 6%;
    left: 6px;
  }

  .integration-image {
    max-width: 50px;
    max-height: 50px;
    margin-right: 8px;
  }

  .testimonial-content-bottom-wrapper {
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .details-wrapper {
    grid-row-gap: 6px;
    flex-wrap: wrap;
  }

  .details-wrapper.wrap-mobile {
    flex-wrap: wrap;
  }

  .values-content-wrapper {
    flex-direction: column;
    padding: 40px 24px;
  }

  .values-image {
    max-width: 80px;
  }

  .timeline-slider {
    margin-bottom: 95px;
  }

  .testimonial-slide-card-wrapper {
    height: 100%;
    min-height: 300px;
    padding-left: 24px;
    padding-right: 24px;
    overflow: hidden;
  }

  .testimonial-slide-card-wrapper.left {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
  }

  .testimonial-slide-card-wrapper.right {
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
  }

  .team-member-content-left {
    bottom: 32px;
    left: 24px;
    right: 24px;
  }

  .team-member-contert-top-right {
    padding-top: 34px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .team-member-content-bottom-right {
    padding-left: 24px;
    padding-right: 24px;
  }

  .author-card-content-left {
    left: 24px;
    right: 24px;
  }

  .author-card-content-top-right, .integration-information-top {
    padding-left: 24px;
    padding-right: 24px;
  }

  .integration-information-bottom {
    flex-wrap: wrap;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .integration-single-image {
    max-width: 80px;
    max-height: 80px;
  }

  .product-card-content-top, .product-card-content-bottom {
    padding-left: 24px;
    padding-right: 24px;
  }

  .product-badge-wrapper {
    top: 24px;
    right: 18px;
  }

  .perk-wrapper {
    padding: 48px 24px;
  }

  .career-card {
    grid-column-gap: 8px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .contact-card-wrapper {
    padding: 48px 24px;
  }

  .sign-card-content {
    padding-left: 24px;
    padding-right: 24px;
  }

  .dropdown-main-pages-wrapper {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .sign-up-form {
    min-height: 425px;
  }

  .demo-form {
    min-height: 445px;
  }

  .footer-logo-link {
    max-width: 145px;
  }

  .dot-span {
    top: -13px;
  }

  .form-button-inside {
    min-height: 140px;
  }

  .pagination {
    flex-flow: column;
  }

  .author-card-content-bottom-right {
    padding-left: 24px;
    padding-right: 24px;
  }

  .rich-text-v2 img {
    border-radius: 16px;
  }

  .rich-text-v2 h2 {
    font-size: 30px;
  }

  .rich-text-v2 figure {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .rich-text-v2 ul, .rich-text-v2 ol {
    padding-left: 20px;
  }

  .add-cart---main {
    min-height: 212px;
  }

  .mg-bottom-0px---tablet {
    margin-bottom: 0;
  }

  .contact-form-block {
    min-height: 666px;
  }

  .sign-form {
    min-height: 545px;
  }

  .checkbox-field-paragraph {
    font-size: 14px;
  }

  .sign-up-form-v1 {
    min-height: 100%;
    padding-top: 0;
  }

  .demo-form-block {
    min-height: 765px;
  }

  .password-images-wrapper {
    max-width: 28%;
    margin-bottom: -18%;
  }

  .shipping-method-content {
    margin: 15px 0 6px;
  }

  .cart-item {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cart-item-content {
    margin-top: 16px;
    margin-left: 0;
  }

  .div-block {
    display: none;
  }

  .flyback-token---price-image.current-presale-level-info-image {
    margin-left: 0;
  }

  .flyback-token---price-image.current-presale-level-info-image.new-cp-image.token-sold-image {
    margin-right: 10px;
  }

  .stage-text-atf.sold-text.avl {
    margin-top: -5px;
  }

  .presale-price-text.sold-number-text.sold-number-text-new {
    margin-bottom: 0;
    font-size: 20px;
  }

  .dropdown-wrapper-2.sidebar-dropdown {
    padding-left: 0;
    padding-right: 0;
  }

  .hamburger-menu-wrapper-2 {
    min-width: 72px;
    max-width: 72px;
    min-height: 72px;
    max-height: 72px;
  }

  .sidebar-dropdown-list-wrapper.sidebar-account-settings-list {
    display: none;
  }

  .image-6 {
    max-width: 100%;
  }

  .image-6.header-logo {
    max-width: 75%;
  }

  .position-relative---z-index-1.logo-and-icon-mobile-container {
    padding-left: 16px;
  }

  .sidebar-collapsed-icon-btn-wrapper {
    display: none;
  }

  .image-7 {
    display: block;
  }

  .sidebar-mobile-menu-icon-wrapper {
    min-width: 56px;
    max-width: 56px;
    min-height: 56px;
    max-height: 56px;
  }

  .sidebar-logo-section-container {
    display: none;
  }

  .sidebar-wrapper {
    min-height: 72px;
    max-height: 72px;
  }

  .sidebar-menu-collapsed-overlay {
    display: none;
  }

  .flex.align-center.gap-column-8px.stage-number {
    margin-bottom: 10px;
  }

  .flex.align-center.gap-column-8px.stage-number.incentive-headline._2nd-incentive-headline {
    margin-top: 40px;
  }

  .flex.align-center.gap-column-6px.flys-price---current.signup {
    justify-content: center;
    align-items: center;
  }

  .flex.align-center.gap-column-4px.dashboard-general-stats-flex {
    font-size: 17px;
  }

  .link-block {
    margin-bottom: 30px;
    display: block;
  }

  .grid-1-column-2.gap-row-16px.settings-grid {
    margin-bottom: 0;
  }

  .sidebar-btn-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .mg-bottom-16px-2 {
    margin-bottom: 12px;
  }

  .button-2 {
    margin-bottom: 10px;
    font-size: 15px;
  }

  .button-2.submit-form-button.btn-primary.large {
    border-style: none;
    width: 100%;
    margin-top: 10px;
  }

  .text-403.text-progess-bar.text-sold-text {
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.5em;
  }

  .text-403.text-progess-bar.text-inside-bar {
    padding-top: 3px;
  }

  .text-403.text-progess-bar.text-inside-bar.tokens-sold-text {
    margin-top: 0;
  }

  .clock-number {
    font-size: 32px;
  }

  .image-2.image-2-neu {
    max-width: 35%;
  }

  .image-2.image-2-neu.countdowntimer-image {
    margin-top: -9px;
    display: none;
  }

  .image-2.image-2-neu.tokens-sold {
    max-width: 80%;
  }

  .form__input.name {
    font-size: 15px;
  }

  .form__input.name.tether {
    font-size: 18px;
  }

  .form__input.name.tether::placeholder {
    font-size: 18px;
  }

  .form__input.name.tether.withdraw-request.wallet-field {
    background-image: none;
  }

  .form__input.name.tether.withdraw-request.wallet-field.profile-settings-display-name-field {
    font-size: 14px;
  }

  .form__input.name.tether.withdraw-request.wallet-field.profile-settings-display-name-field::placeholder {
    font-size: 14px;
  }

  .mg-bottom-40px-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .column {
    padding-right: 0;
    display: block;
  }

  .js-clock {
    flex-flow: wrap;
    justify-content: flex-start;
    margin-left: -10px;
  }

  ._2-items-wrap-container.mg-bottom-24px.container-maik-new {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._2-items-wrap-container.pd-32px---28px.transactions-container, ._2-items-wrap-container.pd-32px---28px.latest-transaction-headline {
    padding-bottom: 10px;
  }

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

  .card-2.token-presale-main-card {
    flex-direction: row;
    flex: 0 auto;
    display: flex;
  }

  .card-2.top-details {
    padding-top: 25px;
    padding-bottom: 30px;
  }

  .card-2.top-details.team-stats-top-details-card {
    max-width: 100%;
    padding: 18px 20px;
  }

  .card-2.top-details.team-stats-top-details-card.pools-card.treasury-card {
    padding-bottom: 18px;
  }

  .card-2.top-details.team-stats-top-details-card.pools-card.treasury-card.gold-card-new {
    padding-left: 0;
    padding-right: 0;
  }

  .card-2.top-details.flyback-treasury-card {
    padding-bottom: 30px;
  }

  .card-2.pd-30px---36px {
    padding-left: 0;
    padding-right: 0;
  }

  .card-2.pd-30px---36px.stages-overview.right-column {
    padding-left: 0;
  }

  .orders-status-table-row {
    grid-template-columns: minmax(60px, .25fr) minmax(140px, .8fr) minmax(100px, .6fr) minmax(85px, .6fr) .6fr .4fr 64px;
  }

  .orders-status-table-row.latest-transactions-table-row {
    grid-column-gap: 10px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: .3fr minmax(123px, .95fr) minmax(95px, .25fr) minmax(171px, 1.25fr) minmax(185px, 1.25fr);
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: grid;
  }

  .orders-status-table-row.latest-transactions-table-row.headline-table-row {
    display: none;
  }

  .orders-status-table-row.table-row-2 {
    grid-template-columns: minmax(57px, .25fr) minmax(150px, 2.5fr) minmax(150px, 150fr) minmax(90px, .5fr) minmax(150px, .75fr) minmax(150px, .75fr);
  }

  .orders-status-table-row.table-row-2.headline-table-rows {
    display: none;
  }

  .div-block-3.usdt-balance {
    margin-right: 0;
  }

  .div-block-3.usdt-balance.tokens-sold-balance {
    margin-top: 20px;
  }

  .div-block-3.usdt-balance.tokens-sold-balance.your-incentives-container {
    padding-bottom: 31px;
  }

  .div-block-3.b-sst-balance {
    margin-top: 20px;
    margin-left: 0;
  }

  .box {
    margin-bottom: -31px;
    margin-left: -30px;
    margin-right: -30px;
  }

  .columns-6.progess-bar-columns {
    margin-top: 15px;
  }

  .image-5.current-price-image {
    max-width: 100%;
    margin-top: -4px;
    display: inline-block;
  }

  .form-block.buy-flys-form {
    margin-bottom: 0;
  }

  .btn-secondary-2.input.watch-tutorial {
    margin-top: -19px;
    margin-bottom: 25px;
    display: block;
  }

  .percentage-bars-small-section-container {
    margin-top: -22px;
    padding-left: 0;
    padding-right: 0;
  }

  .graph-large-section-container {
    width: 100%;
    padding: 0 10px 32px;
    display: block;
  }

  .column-4 {
    padding-left: 0;
  }

  .div-block-2 {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-2.token-pre-sale {
    padding-top: 32px;
  }

  .text-50.semibold.color-neutral-100 {
    text-align: right;
  }

  .progress-bar {
    min-height: 24px;
    max-height: 24px;
  }

  .graph-small-section-container {
    flex-direction: column;
    align-items: stretch;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .graph-small-section-container.countdown-etc-container {
    margin-top: -16px;
    padding-top: 0;
    padding-right: 10px;
  }

  .small-details-card-grid {
    grid-template-columns: 1fr;
  }

  .small-details-card-grid.buyback-numbers-overview {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: .5fr .5fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    margin-bottom: 30px;
    display: grid;
  }

  .small-details-card-grid.buyback-numbers-overview.top-details-cards-team-stats {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .small-details-card-grid.buyback-numbers-overview.top-details-cards-team-stats.pool-stats-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .small-details-card-grid.buyback-numbers-overview.top-details-cards-team-stats.pool-overview {
    margin-top: -10px;
  }

  .small-details-card-grid.buyback-numbers-overview.top-details-cards-team-stats.treasury-stats.gold-stats-new {
    margin-bottom: 0;
  }

  .display-5 {
    font-size: 18px;
    display: block;
  }

  .display-5.token-presale-headline.general-stats-headline.token-presale-small-headline {
    margin-bottom: 20px;
  }

  .display-5.mg-bottom-4px.main-headline {
    font-size: 29px;
  }

  .display-5.balance-display {
    margin-bottom: -35px;
    font-size: 26px;
  }

  .display-5.presale-stages-overview {
    margin-top: 40px;
  }

  .display-5.current-stage-display {
    font-size: 24px;
  }

  .display-5.wallet-headline.headline-with-margin {
    margin-top: 41px;
  }

  .display-5.wallet-headline.headline-with-margin.tokens-sold {
    margin-top: 0;
    font-size: 20px;
  }

  .display-5.wallet-headline.buy-b-sst-headline {
    margin-top: 20px;
  }

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

  .paragraph-small-2.color-neutral-100 {
    flex: 0 auto;
    display: block;
  }

  .text-404.medium.mg-bottom-10px.balance-subline.available-text {
    line-height: 1.4em;
  }

  .text-405.medium.color-neutral-200.status-stage {
    margin-top: 0;
    font-size: 13px;
  }

  .clock-label {
    font-size: 8px;
  }

  .mg-bottom-2.subline-main {
    font-size: 14px;
  }

  .dropdown-wrapper-3.sidebar-dropdown {
    padding-left: 0;
    padding-right: 0;
  }

  .image-10 {
    max-width: 100%;
  }

  .image-10.header-logo {
    max-width: 75%;
  }

  .sidebar-wrapper-2 {
    min-height: 72px;
    max-height: 72px;
  }

  .sidebar-spacer {
    display: none;
  }

  .image-13.buyback-image.sst-image.sst-overview-image {
    width: 25px;
    height: 25px;
  }

  .paragraph-small-3.overview-container-headline.leaderboard-subinfo-title {
    margin-bottom: 20px;
  }

  .paragraph-small-3.overview-container-headline.missed-commissions-headline.team-stats-headline, .paragraph-small-3.overview-container-headline.team-stats-headline {
    font-size: 14px;
  }

  .paragraph-small-3.overview-container-headline.team-stats-headline.notice-small-paragraph {
    margin-bottom: 10px;
  }

  .paragraph-small-3.overview-container-headline.team-stats-headline.stakes-headline-paragraph {
    width: 100%;
    min-width: 100px;
  }

  .image-12 {
    max-width: 36%;
    margin-top: -45px;
  }

  .display-6 {
    font-size: 18px;
    display: block;
  }

  .display-6.card-title-new {
    margin-right: 0;
    font-size: 20px;
  }

  .display-6.card-title-new.notice-text-field {
    font-size: 20px;
  }

  .display-6.progess-number {
    margin-top: -132px;
    font-size: 22px;
  }

  .display-6.progess-number.progress-numer---new {
    margin-top: 20px;
  }

  .dashboard-main-icon-general-stats {
    max-width: 32px;
    margin-bottom: 4px;
    padding-right: 0;
  }

  .dashboard-main-icon-general-stats.team-dashboard-icon {
    width: 35px;
    padding-left: 0;
  }

  .dashboard-main-icon-general-stats.flyback-treasury-icon {
    max-width: 50px;
    margin-bottom: 10px;
  }

  .paragraph-small-4.color-neutral-100.leaderboard-prize-text.team-level-pragraph.filled-turnover-paragraph.filled-turnover-pools.pool-earnings.treasury-number, .paragraph-small-4.color-neutral-100.leaderboard-prize-text.team-level-pragraph.filled-turnover-paragraph.filled-turnover-pools.pool-earnings.treasury-number.gold-small-number.small-number-mobile {
    font-size: 22px;
  }

  .paragraph-small-4.color-neutral-100.leaderboard-headline.last-withdrawal-requests-headline {
    width: 120px;
  }

  .paragraph-small-4.color-neutral-100.leaderboard-headline.team-level-mobile {
    width: 150px;
  }

  .paragraph-small-4.color-neutral-100.last-withdrawals-text {
    min-width: 100px;
  }

  .paragraph-small-4.color-neutral-100.subheadline-profile-settings.select-a-file-paragraph {
    font-size: 14px;
  }

  .paragraph-small-4.color-neutral-100.profile-settings-text {
    font-size: 13px;
    line-height: 1.5em;
  }

  .paragraph-small-4.color-neutral-100.team-level-paragraph.team-level-text {
    width: 150px;
  }

  .paragraph-small-4.color-neutral-100 {
    flex: 0 auto;
    display: block;
  }

  .text-408.medium.mg-bottom-10px.balance-subline.available-text {
    line-height: 1.4em;
  }

  .display-7 {
    font-size: 18px;
    display: block;
  }

  .display-7.wallet-headline.buy-b-sst-headline {
    margin-top: 20px;
  }

  .dashboard-main-column-left {
    padding-left: 0;
    padding-right: 0;
  }

  .dashboard-main-column-left.team-dashboard-column-left {
    padding-bottom: 0;
  }

  .dashboard-main-column-left.team-dashboard-column-left.dashboard-staking-column-left.column-gold {
    padding-right: 0;
  }

  .dashboard-main-column-right {
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .dashboard-main-column-right.dashboard-team-column-right {
    padding-left: 0;
    padding-right: 0;
  }

  .dashboard-main-column-right.dashboard-team-column-right.kyc-column-right.column-right-gold {
    padding-left: 0;
  }

  .html-embed-4 {
    margin-top: 40px;
    margin-bottom: 10px;
  }

  .text-409.leaderboard-headline.last-withdrawal-requests-headline {
    width: 120px;
  }

  .text-409.leaderboard-headline.team-level-text-mobile {
    width: 150px;
  }

  .flex-3.align-center.gap-column-8px.stage-number {
    margin-bottom: 10px;
  }

  .flex-3.align-center.gap-column-8px.stage-number.incentive-headline {
    margin-top: 40px;
    padding-left: 10px;
  }

  .flex-3.align-center.gap-column-8px.current-presale-level-info-level-display.success-step---text.activated.na {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .current-level-text.download-whitepaper-and-marketing-material-headline {
    line-height: 1.6em;
  }

  .current-level-text.profile-settings-headline {
    font-size: 20px;
  }

  .current-level-text.exchange-earnings-to-flys-headline {
    line-height: 1.6em;
  }

  .current-level-text.ed.wd25 {
    margin-top: 40px;
  }

  .token-sold-in-this-stage-div-block {
    display: flex;
  }

  .token-sold-in-this-stage-div-block.token-sold-new {
    margin-top: 0;
  }

  .div-block-10 {
    margin-top: 10px;
    margin-left: 0;
  }

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

  ._2-items-wrap-container-2 {
    padding-left: 0;
  }

  .text-410.medium.color-neutral-200.status-stage {
    margin-top: 0;
    font-size: 13px;
  }

  .text-410.medium.color-neutral-200.status-stage.starting-soon {
    line-height: 1.3em;
  }

  .text-410.medium.color-neutral-200.status-stage.joined-at-text {
    font-size: 12px;
  }

  .text-410.medium.color-neutral-200.status-stage.joined-at-text.staking-earnings-time-text {
    margin-top: 10px;
    display: inline-flex;
  }

  .body {
    background-image: none;
  }

  .video-title {
    margin-bottom: 30px;
    font-size: 16px;
  }

  .div-block-11 {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .icon {
    width: 30px;
    height: 30px;
    padding-top: 5px;
  }

  .orders-status-table-row-2 {
    grid-template-columns: minmax(60px, .25fr) minmax(140px, .8fr) minmax(100px, .6fr) minmax(85px, .6fr) .6fr .4fr 64px;
  }

  .orders-status-table-row-2.table-row-2 {
    grid-template-columns: minmax(57px, .25fr) minmax(150px, 2.5fr) minmax(150px, 150fr) minmax(90px, .5fr) minmax(150px, .75fr) minmax(150px, .75fr);
    overflow: scroll;
  }

  .orders-status-table-row-2.table-row-2.your-last-ranks-table-row.your-last-ranks.withdraw-requests-table-row {
    aspect-ratio: auto;
    object-fit: fill;
    grid-template-columns: 1fr .5fr .5fr .5fr .75fr .75fr;
    max-width: 830px;
    overflow: scroll;
  }

  .orders-status-table-row-2.table-row-2.your-last-ranks-table-row.your-last-ranks.withdraw-requests-table-row.last-deposits-row-content.cashback---order-status-row {
    grid-template-columns: minmax(70px, .35fr) minmax(120px, .75fr) .5fr minmax(90px, .5fr) .75fr;
  }

  .orders-status-table-row-2.table-row-2.your-last-ranks.withdraw-requests-table-header.withdraw-requests-table-row {
    grid-template-columns: 1fr .5fr .5fr .5fr .75fr .75fr;
  }

  .orders-status-table-row-2.table-row-2.team-level-row.team-header-row {
    margin-right: 20px;
  }

  .left-arrow {
    margin-left: 0;
    top: -350px;
  }

  .right-arrow {
    margin-right: 0;
    position: absolute;
    top: -350px;
  }

  .div-block-12, .column-10 {
    padding-left: 0;
  }

  .ms-profile-image-preview {
    width: 64px;
    height: 64px;
  }

  .form-2 {
    justify-content: flex-start;
  }

  .form-2.select-a-file-wrapper {
    margin-top: 15px;
  }

  .general-stats-columns {
    margin-bottom: -10px;
  }

  .column-11 {
    padding-top: 7px;
  }

  .column-11.team-column {
    padding-left: 0;
  }

  .div-block-15 {
    margin-top: 0;
  }

  .div-block-15.profile-dropdown {
    display: none;
  }

  .column-15 {
    display: block;
  }

  .column-16 {
    text-align: left;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .column-17 {
    padding-left: 0;
    padding-right: 0;
  }

  .orders-status-table-row-3 {
    grid-template-columns: minmax(60px, .25fr) minmax(140px, .8fr) minmax(100px, .6fr) minmax(85px, .6fr) .6fr .4fr 64px;
  }

  .orders-status-table-row-3.table-row-small.table-row-subaffiliate {
    overflow: visible;
  }

  .orders-status-table-row-3.your-team-table-row {
    grid-column-gap: 10px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: minmax(13px, 1fr) .75fr .75fr .75fr .75fr .75fr .75fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .image-17.rounded-image.small-rounded-image {
    margin-left: 25px;
  }

  .image-17.rounded-image.small-rounded-image.lvl-1-subaffiliate-image {
    margin-left: 10px;
  }

  .image-17.rounded-image.your-team-image {
    margin-right: 10px;
  }

  .text-412.semibold.color-neutral-100 {
    text-align: right;
  }

  .text-412.semibold.color-neutral-100.headline-team-table {
    text-align: left;
  }

  .flex-4.align-center.name-flex {
    width: 180px;
  }

  .tooltip-content---brix {
    margin-left: -8px;
  }

  .text-414.bold {
    margin-left: 0;
  }

  .container-default-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-16.team-level-text {
    width: 100%;
  }

  .div-block-16.team-level-text.pool-requirements-text {
    margin-bottom: 15px;
  }

  .div-block-16.team-level-text.signed-up-members-div {
    text-align: center;
    display: block;
  }

  .div-block-16.team-level-text.total-treasury-wallet.total-gold.gold-mobile {
    display: block;
  }

  .image-18.already-registered-members-image {
    margin-bottom: 10px;
  }

  .columns-10 {
    margin-bottom: 0;
  }

  .column-18, .column-19, .column-20, .column-21 {
    padding-left: 0;
  }

  .text-415.text-progess-bar.text-inside-bar {
    padding-top: 3px;
  }

  .text-415.text-progess-bar.text-inside-bar.tokens-sold-text {
    margin-top: 0;
  }

  .image-19 {
    width: 27px;
  }

  .already-signed-up-members-text {
    font-size: 16px;
    display: block;
  }

  .bold-text {
    margin-right: 0;
  }

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

  .cnt-features-left {
    grid-column-gap: 16px;
    width: 280px;
    margin-left: auto;
    margin-right: auto;
  }

  .h2-left {
    font-size: 32px;
  }

  .p1-left-2 {
    font-size: 12px;
  }

  .h2-center {
    font-size: 32px;
  }

  .your-team-block {
    width: 150px;
  }

  .div-block-23 {
    padding-right: 25px;
  }

  .image-21.treasury-image {
    margin-top: 20px;
  }

  .image-21.treasury-image.gold-image {
    width: 100%;
    margin-top: 125px;
    margin-bottom: 0;
  }

  .div-block-26.gold-div-block {
    margin-top: 10px;
    padding-left: 0;
  }

  .image-22 {
    width: 100%;
  }

  .container-default-copy.dashboard-main-container {
    padding-top: 0;
  }

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

  .field-icon {
    width: 18px;
  }

  .div-block-32 {
    min-width: 100%;
  }

  .div-block-32.notice-div {
    flex-flow: column;
  }

  .icon-card {
    margin-right: 0;
  }

  .icon-card.card-earnings {
    margin-right: 10px;
  }

  .icon-card.card-earnings.icon-card-treasury-transactions {
    max-width: 25px;
  }

  .column-22 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-span-3 {
    width: 100%;
    min-width: 100%;
  }

  .text-span-3.text-staking {
    font-size: 18px;
  }

  .staking-earnings-block.your-stakes---overview-block.your-stakes---overview-progress-bar.diagonal {
    min-width: 100%;
  }

  .staking---earnings-time {
    justify-content: flex-end;
    align-items: center;
    display: inline-flex;
  }

  .div-block-33 {
    min-width: 221px;
  }

  .text-416.text-progess-bar.text-inside-bar {
    padding-top: 3px;
  }

  .text-416.text-progess-bar.text-inside-bar.tokens-sold-text {
    margin-top: 0;
  }

  .text-416.text-progess-bar.text-inside-bar.tokens-sold-text.progress-bar-text-b-sst-bonus {
    margin-top: -1px;
  }

  .column-23, .column-24, .column-25 {
    padding-left: 0;
  }

  .column-26, .column-27, .column-28 {
    padding-left: 0;
    padding-right: 0;
  }

  .title---brix.dropdown-bottom-button-title---brix.small-dropdown-title.ultra-small-dropdown-title-mobile {
    font-size: 14px;
  }

  .title---brix.subtitle---menu {
    margin-top: 0;
    line-height: 1.4em;
  }

  .title---brix.subtitle---menu.profile-subtitle {
    margin-top: -2px;
  }

  .dropdown-nav-main-wrapper-v2---brix {
    padding: 32px 16px;
  }

  .dropdown-bottom-button-content---brix {
    margin-bottom: 0;
  }

  .dropdown-menu-v2---brix {
    position: static;
  }

  .dropdown-nav-pages-wrapper-v2---brix, .dropdown-button-v2---brix {
    width: 100%;
  }

  .flex-hc---brix {
    max-width: 100%;
  }

  .flex-hc---brix.dropdown-button-v2---brix {
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .flex-hc---brix.dropdown-button-v2---brix.small-dropdown---menu, .flex-hc---brix.dropdown-button-v2---brix.card-new {
    flex-flow: row;
  }

  .image-wrapper---brix.dropdown-button-icon-v2---brix {
    border-radius: 8px;
    width: 40px;
    min-width: 40px;
  }

  .image-wrapper---brix.dropdown-button-icon-v2---brix.small-dropdown-image {
    margin-bottom: 0;
  }

  .dropdown-nav-container-v2---brix.adjust-this-for-your-container-size {
    width: 100%;
    min-width: 100%;
    margin-right: 0;
  }

  .dropdown-list-v2---brix {
    width: 91vw;
    margin-right: -148px;
  }

  .header-ui-card-3 {
    padding: 12px;
    display: none;
  }

  .dropdown-pd-2.pd-48px {
    padding-top: 24px;
    padding-bottom: 24px;
  }

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

  .dropdown-pd-3.pd-48px {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .dropdown-main-pages-wrapper-2 {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .menu---image {
    max-width: 120px;
    margin-top: -50px;
    margin-left: auto;
  }

  .menu---image.dnm {
    display: none;
  }

  .image-410 {
    height: 40px;
  }

  .div-block-40.your-profile {
    justify-content: flex-start;
    align-items: center;
  }

  .profile---no-dropdown {
    margin-top: 20px;
    display: block;
  }

  .btn-primary-4 {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .btn-primary-4.button-row {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .accordion-title-2 {
    font-size: 21px;
    line-height: 26px;
  }

  .message_success.erfolgsnachricht {
    padding-left: 10px;
    padding-right: 10px;
  }

  .input-4, .input-4.input-anmerkungen {
    font-size: 16px;
  }

  .form-row {
    flex-direction: column;
  }

  .form-row.zweite-form-reihe {
    margin-top: 0;
    margin-bottom: 0;
  }

  .form-border {
    min-width: auto;
    padding: 20px;
  }

  .btn-inside-input-success-message {
    text-align: center;
    border-radius: 12px;
    flex-direction: column;
    min-height: 136px;
  }

  .btn-inside-input-success-message.sucess-message-neu {
    text-align: left;
  }

  .input-wrapper.mr-15 {
    margin-right: 0;
  }

  .steps-bar---brix {
    justify-content: space-between;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .form-step-progress-bar---brix {
    display: none;
  }

  .form-step-progress-bar---brix.current-step---brix.main-progress-bar {
    display: block;
  }

  .form-step-progress-bar---brix.top-space.main-progress-bar {
    height: 15px;
    min-height: 14px;
    display: block;
  }

  .ui-card-square {
    width: 50px;
    height: 50px;
  }

  .multi-step-form-label---brix {
    font-size: 16px;
  }

  .form-step-progress-bar-mobile---brix {
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .form-step-progress-bar-mobile---brix.step-2---brix {
    background-color: rgba(16, 41, 77, .9);
  }

  .form-step-progress-bar-mobile---brix.step-1---brix {
    width: 25%;
  }

  .first-step-grid---brix {
    margin-bottom: 32px;
  }

  .first-step-grid---brix.uniform-space---brix {
    grid-row-gap: 16px;
  }

  .slider---brix {
    padding-left: 0;
    padding-right: 0;
  }

  .checkbox-item--brix {
    min-height: 90px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .steps-bar---brix-2 {
    justify-content: space-between;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .multi-step-form---brix {
    padding-bottom: 12px;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .form-step-progress-bar---brix-2 {
    display: none;
  }

  .multi-step-form-error-message---brix {
    margin-top: 32px;
  }

  .multi-step-form-button---brix {
    font-size: 16px;
  }

  .multi-step-form-button---brix.right---brix {
    display: block;
    position: static;
    right: auto;
  }

  .multi-step-form-button---brix.right---brix.preview-page {
    min-width: 100%;
  }

  .multi-step-form-button---brix.left---brix {
    margin-bottom: 12px;
    display: block;
    position: static;
    left: auto;
  }

  .mask---brix {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-large-2 {
    font-size: 16px;
  }

  .flyback---debit-card-mockup.flyback---virtual-debit-card-mockup.signup-card {
    max-width: 230px;
  }

  .div-block-49.block---signup-card {
    margin-top: 20px;
  }

  .stat-title.werte-titel {
    color: #f5f5f5;
    text-align: left;
    font-size: 22px;
  }

  .div-block-66 {
    flex: 1;
    align-self: center;
    height: auto;
  }

  .slider-arrow-2 {
    min-width: 60px;
    max-width: 60px;
    min-height: 60px;
    max-height: 60px;
  }

  .slider-arrow-2.timeline-right-arrow, .slider-arrow-2.timeline-left-arrow {
    bottom: -95px;
  }

  .div-block-67 {
    flex: 1;
  }

  .slide-3 {
    margin-right: 24px;
  }

  .text-418.medium.color-accent-1.case-study-client-industry {
    font-size: 16px;
    line-height: 1.4em;
  }

  .text-418.medium.color-accent-1.case-study-client-industry.client-industry-new {
    margin-bottom: -5px;
  }

  .display-8 {
    font-size: 20px;
  }

  .display-8.mg-bottom-16px.case-study-client-name {
    font-size: 24px;
  }

  .display-8.mg-bottom-16px.case-study-client-name.letzte-call-to-action-headline {
    font-size: 20px;
  }

  .btn-primary-5 {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .slide-6 {
    margin-right: 24px;
  }

  .div-block-68 {
    margin-bottom: 5px;
  }

  .stat-wrapper-s {
    margin-bottom: 30px;
  }

  .slide-7 {
    margin-right: 24px;
  }

  .play-button-large-2 {
    width: 45px;
  }

  .testimonial-slide-card-wrapper-2 {
    height: 100%;
    min-height: 640px;
    padding-bottom: 0;
    padding-left: 24px;
    padding-right: 24px;
    overflow: hidden;
  }

  .testimonial-slide-card-wrapper-2.last-slide-call-to-action {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    min-height: 640px;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .case-study-logo-image {
    max-width: 150px;
  }

  .btn-primary-6 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .mg-bottom-3.testimonials-text {
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 1.5em;
  }

  .mg-bottom-3.testimonials-text.numbers-text {
    font-size: 12.5px;
  }

  .div-block-70.letzte-slide-call-to-action-div {
    flex-flow: column-reverse;
    justify-content: center;
    align-items: baseline;
  }

  .lightbox-video-icon-wrapper-2 {
    justify-content: flex-end;
    min-width: 50px;
    min-height: 50px;
    margin-bottom: -39px;
  }

  .normal-headline {
    font-size: 28px;
  }

  .image-413 {
    align-self: flex-end;
    max-width: 100%;
  }

  .div-block-72.sold-out-overview.token-block-new {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    display: flex;
  }

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

  .div-block-80 {
    flex: 1;
    align-self: center;
    height: auto;
  }

  .div-block-81 {
    flex: 1;
  }

  .text-419.medium.color-accent-1.case-study-client-industry {
    font-size: 16px;
    line-height: 1.4em;
  }

  .text-419.medium.color-accent-1.case-study-client-industry.client-industry-new {
    margin-bottom: -5px;
  }

  .display-9 {
    font-size: 20px;
  }

  .display-9.mg-bottom-16px.case-study-client-name {
    font-size: 24px;
  }

  .display-9.mg-bottom-16px.case-study-client-name.letzte-call-to-action-headline {
    font-size: 20px;
  }

  .btn-primary-7 {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .div-block-82 {
    margin-bottom: 5px;
  }

  .btn-primary-8 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .mg-bottom-4.testimonials-text {
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 1.5em;
  }

  .mg-bottom-4.testimonials-text.numbers-text {
    font-size: 12.5px;
  }

  .div-block-84.letzte-slide-call-to-action-div {
    flex-flow: column-reverse;
    justify-content: center;
    align-items: baseline;
  }

  .image-415 {
    align-self: flex-end;
    max-width: 100%;
  }

  .text-420.medium.color-neutral-100.prices._8-steps-text {
    font-size: 16px;
    line-height: 1.4em;
  }

  .btn-w {
    font-size: .9375rem;
  }

  .close-btn-w {
    width: 3rem;
    height: 3rem;
    margin-top: 1.5rem;
    margin-right: 1.5rem;
  }

  .modal-2-popup {
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .modal-scroll-content-w {
    padding: 1.5rem;
  }

  .modal-scroll {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .modal-w-scroll {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .bg.sign-in-shape-2 {
    bottom: 143px;
    left: -73px;
  }

  .sign-in-form-block {
    margin-bottom: 20px;
  }

  .section-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-3.sign-in {
    padding-top: 41px;
    padding-bottom: 60px;
  }

  .sign-in-divider-text {
    width: 42px;
    min-width: 42px;
  }

  .card-3.sign-in-testimonial {
    padding: 38px 25px 42px;
  }

  .image-417.card-sign-in-testimonial {
    width: 95px;
    min-width: 95px;
    min-height: 95px;
    margin-bottom: 15px;
  }

  .image-417.sign-in-social-media-icon {
    max-width: 25px;
    margin-right: 10px;
  }

  .container-default-4 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .sign-in-testimonial-name {
    margin-bottom: 6px;
  }

  .paragraph.sign-in-testimonial {
    margin-bottom: 25px;
  }

  .paragraph.sign-in {
    margin-bottom: 23px;
  }

  .sign-in-social-media-wrapper {
    flex-flow: column;
    margin-right: 0;
  }

  .input-6 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .input-6.email-icon, .input-6.password-icon {
    padding-right: 50px;
  }

  .split-content.sign-in-right {
    margin-bottom: 50px;
  }

  .sign-in-options-wrapper {
    font-size: 16px;
  }

  .sign-in-divider-wrapper {
    padding-top: 32px;
    padding-bottom: 40px;
  }

  .title.h3-size {
    font-size: 20px;
  }

  .title.h3-size.sign-in-testimonial {
    margin-bottom: 6px;
  }

  .title.h2-size {
    font-size: 26px;
  }

  .title.h2-size.sign-in {
    margin-bottom: 6px;
  }

  .sign-in-form {
    grid-row-gap: 20px;
  }

  .sign-in-companies-grid {
    grid-column-gap: 25px;
    max-width: 358px;
    margin-left: auto;
    margin-right: auto;
  }

  .button-primary, .button-secondary {
    padding: 20px 15px;
    display: block;
  }

  .button-secondary.full-width.sign-in-social-media {
    flex-direction: row;
    min-width: auto;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .sign-up-text {
    margin-bottom: 4px;
  }

  .section-4 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-4.sign-in {
    padding-top: 41px;
    padding-bottom: 60px;
  }

  .card-4.sign-in-testimonial {
    padding: 38px 25px 42px;
  }

  .image-418.card-sign-in-testimonial {
    width: 95px;
    min-width: 95px;
    min-height: 95px;
    margin-bottom: 15px;
  }

  .image-418.sign-in-social-media-icon {
    max-width: 25px;
    margin-right: 10px;
  }

  .container-default-5, .input-7 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .input-7.email-icon, .input-7.password-icon {
    padding-right: 50px;
  }

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

  .div-block-90 {
    margin-bottom: 25px;
    padding-right: 20px;
    display: block;
  }

  .image-420 {
    width: 100%;
    min-width: 32px;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
  }

  .accordion-item-title---brix {
    max-width: 70%;
    font-size: 20px;
  }

  .hero-image-container-2 {
    margin-top: 0;
  }

  .display-10 {
    text-align: left;
    font-size: 28px;
  }

  .display-10.no-flyback-link-found {
    text-align: center;
    font-size: 32px;
  }

  .btn-primary-9 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-primary-9.button-row {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .inner-container-2 {
    width: 100%;
    display: block;
  }

  .inner-container-2._550px---mbl.center.new-inner-container {
    margin-top: 0;
  }

  .text-422.semibold.color-neutral-100 {
    text-align: right;
  }

  .text-422.semibold.color-neutral-100.headline-team-table {
    text-align: left;
  }

  .mg-bottom-5.accordion-text {
    font-size: 14px;
    line-height: 1.6em;
  }

  .image-422.rounded-image.your-team-image {
    margin-right: 10px;
  }

  .orders-status-table-row-4 {
    grid-template-columns: minmax(60px, .25fr) minmax(140px, .8fr) minmax(100px, .6fr) minmax(85px, .6fr) .6fr .4fr 64px;
  }

  .orders-status-table-row-4.table-row-2 {
    grid-template-columns: minmax(57px, .25fr) minmax(150px, 2.5fr) minmax(150px, 150fr) minmax(90px, .5fr) minmax(150px, .75fr) minmax(150px, .75fr);
    overflow: scroll;
  }

  .orders-status-table-row-4.table-row-2.team-level-row.team-header-row {
    margin-right: 20px;
  }

  .flex-5.align-center.name-flex {
    width: 180px;
  }

  .text-424.semibold.color-neutral-100 {
    text-align: right;
  }

  .text-424.semibold.color-neutral-100.headline-team-table {
    text-align: left;
  }

  .mg-bottom-6.accordion-text {
    font-size: 14px;
    line-height: 1.6em;
  }

  .image-423.rounded-image.your-team-image {
    margin-right: 10px;
  }

  .orders-status-table-row-5 {
    grid-template-columns: minmax(60px, .25fr) minmax(140px, .8fr) minmax(100px, .6fr) minmax(85px, .6fr) .6fr .4fr 64px;
  }

  .orders-status-table-row-5.table-row-2 {
    grid-template-columns: minmax(57px, .25fr) minmax(150px, 2.5fr) minmax(150px, 150fr) minmax(90px, .5fr) minmax(150px, .75fr) minmax(150px, .75fr);
    overflow: scroll;
  }

  .orders-status-table-row-5.table-row-2.team-level-row.team-header-row {
    margin-right: 20px;
  }

  .flex-6.align-center.name-flex {
    width: 180px;
  }

  .recommended-badge {
    margin-right: 0;
  }

  .pricing-1-features-list.show-more-features-price-list.mobile-no-show {
    margin-top: 0;
    display: none;
  }

  .text-block-3 {
    -webkit-text-stroke-color: rgba(80, 150, 255, 0);
  }

  .show-all-features-price-list-button {
    margin-top: 20px;
  }

  .text-align-center {
    margin-top: 20px;
    margin-left: 0%;
    margin-right: 0%;
    font-size: 16px;
    line-height: 28px;
  }

  .text-align-center.plan-pricing-amount {
    font-size: 22px;
  }

  .paragraph-39.margin-paragraph, .paragraph-39.new-paragraph.margin-paragraph-2 {
    margin-bottom: 0;
  }

  .show-less-price-list-button, .show-less-price-list-button.show-less-button-new {
    margin-top: 20px;
  }

  .subheadline-licenses.subheadline-advanced-license {
    padding-bottom: 0;
  }

  .pricing-1-feature-item.bottom-price-list-adv, .pricing-1-feature-item.bottom-price-list-basic, .pricing-1-feature-item.bottom-price-list-basic.bottom-price-list-basic-yearly {
    margin-bottom: 0;
  }

  .pricing-1-plan {
    margin-left: 0;
    margin-right: 0;
    padding-top: 32px;
  }

  .pricing-1-plan.pricing-border {
    margin-left: 0;
    margin-right: 0;
  }

  .pricing-1-plan.pricing-border.pricing {
    border-radius: 8px;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-large {
    font-size: 22px;
    line-height: 30px;
  }

  .heading-large.margin-bottom.margin-tiny {
    font-size: 28px;
    line-height: 120%;
  }

  .button-4 {
    text-align: center;
    white-space: normal;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px;
    display: block;
  }

  .button-4.button-trial {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    display: block;
  }

  .accordion-item {
    margin-left: -20px;
    margin-right: -20px;
  }

  .image-426 {
    max-width: 12px;
  }

  .add-ons_accordion-body {
    padding-left: 56px;
  }

  .add-ons_accordion-body.add-ons_js-accordion-body {
    padding-left: 0;
    padding-right: 0;
  }

  .btn-w-2 {
    font-size: .9375rem;
  }

  .modal-scroll-content-w-2 {
    padding: 1.5rem;
  }

  .image-427.rounded-image.your-team-image {
    margin-right: 10px;
  }

  .flex-7.align-center.name-flex {
    width: 180px;
  }

  .div-block-100 {
    flex-flow: column;
  }

  .ms-input-wrap.is-token {
    overflow: hidden;
  }

  .ms-token-input {
    letter-spacing: 30.5px;
    margin-left: 0;
    font-size: 20px;
  }

  .ms-input.is-fake-token {
    width: 33.5px;
  }

  .ms-radio-image {
    background-color: #181818;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 30%;
  }

  .ms-radio-image.w--redirected-checked, .ms-radio-image.is-img-2 {
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 30%;
  }

  .ms-radio-row {
    margin-right: -20px;
    display: block;
  }

  .ms-radio-wrap {
    align-items: flex-start;
    display: flex;
  }

  .ms-radio-wrap.is-image {
    width: 100%;
  }
}

#w-node-aee127df-1f5f-1759-698f-b0e3e08ecd86-9c74ffcb, #w-node-_0c31133e-590c-0e88-9d50-f60151d12c37-9c74ffcb {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#timeup.w-node-_710e6f58-d6d7-a079-6ed3-67799b2324a2-9c74ffcb {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_59b5e8e7-45bb-4915-40fb-e48dfbbc1d4e-9c74ffcb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: center;
}

#w-node-b6d9d684-65fd-669e-6f30-09beed726f7b-9c74ffcb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-e3565173-e9d2-3001-847c-69d20877c713-0877c70f {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-e3565173-e9d2-3001-847c-69d20877c71d-0877c70f {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-_46509bcb-0cb3-fd48-0523-4ea31dbd3400-74388f57 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-ff2c4e6c-0520-d72b-ad85-4e70e78784ff-74388f57, #w-node-_86ec4c97-e25c-0ab3-6ea9-aba445ffea1a-74388f57, #w-node-_58ccf660-aee3-5f7b-d573-fc528ffccf51-74388f57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_58ccf660-aee3-5f7b-d573-fc528ffccf52-74388f57, #w-node-_58ccf660-aee3-5f7b-d573-fc528ffccf54-74388f57 {
  justify-self: start;
}

#w-node-_89d425e1-a721-d4c5-275f-bb7712de3ee2-74388f57, #w-node-f04dd387-65ca-6576-f568-541e1b796ce1-74388f57, #w-node-_743ca011-2ed2-fcd3-20b1-2e503c8d462a-74388f57, #w-node-_7d04ee4e-ffc7-7327-90fe-fbab6f1b4a86-74388f57, #w-node-_4920cb9f-9b0f-3600-faf8-c57b6c368768-74388f57, #w-node-_3dbe68c4-8d7e-3103-fce1-4ce44c672d23-74388f57, #w-node-_160dfc50-735b-5420-591c-f431193c8736-74388f57, #w-node-_160dfc50-735b-5420-591c-f431193c8738-74388f57, #w-node-_160dfc50-735b-5420-591c-f431193c873a-74388f57, #w-node-_160dfc50-735b-5420-591c-f431193c873c-74388f57, #w-node-_12b159f9-b7b6-b2f9-956d-f9e1270120f2-74388f57, #w-node-b8bbf89b-0f46-5496-6d6e-785223da5983-74388f57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37c19fb0-9214-8e1e-efb3-d910fec28137-9c75005f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_66570e75-c2ad-ce00-1b06-da252a835767-9c75005f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0eab14a7-b3aa-382e-9790-6b455e12ab79-9c75005f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_110da81c-ba24-af4d-fb28-350e68bd2ef4-9c75005f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_773d8468-46f0-81be-afcc-f0d3443ec5d8-9c75005f {
  align-self: stretch;
}

#w-node-_4428f0b7-624d-ebe9-7445-1aab55d9edda-5b1e69c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_638d7e69-a4d0-89d7-cfb3-91c74f5b7eea-9c750060 {
  align-self: stretch;
}

#w-node-_967a86d6-3f3c-0d35-676a-05dd5a61f261-9c750061, #w-node-_43f90f36-07db-7bbb-b0b9-44ea69ba8002-9c750061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_9d2ff0d4-e11d-0f4b-0e28-93ec8cdafb41-9c750061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_7ef798a7-50b2-dec3-f4ad-a337899dc688-9c750061, #w-node-_202e6150-e1ad-66fc-0837-d4c60b30eca1-9c750061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_202e6150-e1ad-66fc-0837-d4c60b30eca3-9c750061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-c2e3b667-48ba-bce1-b421-b7bfa84d035d-9c750061, #w-node-_67f502bd-6347-2e97-5960-8123c0bca162-9c750061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_67f502bd-6347-2e97-5960-8123c0bca164-9c750061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_139da7ca-b1b9-7270-4f19-115a53cce021-9c750062 {
  align-self: end;
}

#w-node-_31bc2ed4-bffe-8e8c-d65c-9b2d1f8f8867-9c750063 {
  align-self: start;
}

#w-node-_6665e674-7d76-7e1b-e750-c3dc45daf369-9c750063 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: end;
}

#w-node-_0ce4b8fb-31a5-5ffd-7625-88ebab04446c-9c750063, #w-node-_1e48b455-fdba-c87c-404c-364768cb4afe-9c750063, #w-node-_3dd4b819-3b02-3e28-fb46-bf5e31c52e64-9c750063, #w-node-ac0d1f32-48c9-8a03-ea54-586fbc17b1f3-9c750063, #w-node-_7ebef5cc-4020-0d8b-4a22-5736647ba0ec-9c750063 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a8edfe1f-212b-6260-474f-f00a50e23c70-9c750063 {
  justify-self: end;
}

#w-node-_0be85de7-69eb-30e6-682d-1cb88ef2da53-9c750063, #w-node-_57436ed5-6523-7838-67d4-8f4db7019544-9c750063 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2f7c441c-f746-e6e5-1488-e3624cf54ad9-9c750063 {
  align-self: stretch;
}

#w-node-_17b666a1-9096-2fc9-f0c5-f4be96d03d86-9c750064 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbf466ca-8f17-e78b-fa11-038c0e2b26a8-9c750064 {
  justify-self: end;
}

#w-node-e4668d05-42ec-469f-450a-7d79cc99a423-9c750066 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_79c0478e-d137-d87e-80c7-118c8139505e-9c750066 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_82382069-2c66-c6f3-9efc-db93b9b1609e-9c750066 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_4d2a0919-d08f-6e18-13aa-ea445a67f193-9c750066, #w-node-_8c7b8cc7-3fed-6719-a084-3278d614e919-9c750066 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-e373db94-a31d-7882-7612-b44a099d7438-9c750066 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_5fee4328-f680-f087-5741-56abe98cc5ac-9c750066 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78d8d014-1bb9-4ffb-1070-b7302ac2df57-9c750066, #w-node-_61914fa1f3028ad34c1c480b000000000014-9c750069 {
  align-self: stretch;
}

#w-node-c5be99bc-90ef-dbb1-41ae-fac692f2b3d8-9c75006a, #w-node-_34465acc-f52d-ee8f-c1c1-f7cb1896e77d-9c75006b {
  justify-self: start;
}

#w-node-_34465acc-f52d-ee8f-c1c1-f7cb1896e77f-9c75006b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34465acc-f52d-ee8f-c1c1-f7cb1896e780-9c75006b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_6628db97-6a5a-5ed8-1808-23655e3af232-9c75006d, #w-node-cd49c5f0-c3b7-c48d-73ff-0422dd1ccde2-9c75006d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cd49c5f0-c3b7-c48d-73ff-0422dd1ccdf8-9c75006d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-f0732de4-544d-19c1-f5b0-954f33ae264f-9c75006d, #w-node-cd49c5f0-c3b7-c48d-73ff-0422dd1cce02-9c75006d, #w-node-cd49c5f0-c3b7-c48d-73ff-0422dd1cce08-9c75006d, #w-node-cd49c5f0-c3b7-c48d-73ff-0422dd1cce11-9c75006d, #w-node-cd49c5f0-c3b7-c48d-73ff-0422dd1cce18-9c75006d, #w-node-cd49c5f0-c3b7-c48d-73ff-0422dd1cce1f-9c75006d, #w-node-cd49c5f0-c3b7-c48d-73ff-0422dd1cce26-9c75006d, #w-node-_81668369-695f-864d-34f3-81d7a6c86261-9c75006d, #w-node-_81668369-695f-864d-34f3-81d7a6c8626a-9c75006d, #w-node-_81668369-695f-864d-34f3-81d7a6c86273-9c75006d, #w-node-_81668369-695f-864d-34f3-81d7a6c8627c-9c75006d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cd49c5f0-c3b7-c48d-73ff-0422dd1cce39-9c75006d {
  align-self: end;
}

#w-node-cd49c5f0-c3b7-c48d-73ff-0422dd1cce3f-9c75006d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cd49c5f0-c3b7-c48d-73ff-0422dd1cce67-9c75006d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-cd49c5f0-c3b7-c48d-73ff-0422dd1cce72-9c75006d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-cd49c5f0-c3b7-c48d-73ff-0422dd1cce8e-9c75006d {
  align-self: stretch;
}

#w-node-cd49c5f0-c3b7-c48d-73ff-0422dd1cce93-9c75006d, #w-node-cd49c5f0-c3b7-c48d-73ff-0422dd1ccec6-9c75006d, #w-node-cd49c5f0-c3b7-c48d-73ff-0422dd1cced2-9c75006d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cd49c5f0-c3b7-c48d-73ff-0422dd1ccfee-9c75006d {
  justify-self: end;
}

#w-node-cd49c5f0-c3b7-c48d-73ff-0422dd1ccff3-9c75006d {
  align-self: stretch;
}

#w-node-d689f168-1099-cdd8-9899-3ca78d5e05a6-8d5e05a3, #w-node-d689f168-1099-cdd8-9899-3ca78d5e05ba-8d5e05a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_72b7f762-73ab-2d34-675c-1d71ceeff322-9c750087, #w-node-_72b7f762-73ab-2d34-675c-1d71ceeff328-9c750087, #w-node-_72b7f762-73ab-2d34-675c-1d71ceeff32e-9c750087, #w-node-_72b7f762-73ab-2d34-675c-1d71ceeff334-9c750087 {
  justify-self: start;
}

#timeup.w-node-_72b7f762-73ab-2d34-675c-1d71ceeff33a-9c750087, #timeup.w-node-_1e717bc0-4a47-6ecc-0f60-9bcef83bc7de-9c750087, #timeup.w-node-_1e717bc0-4a47-6ecc-0f60-9bcef83bc80b-9c750087, #timeup.w-node-_1e717bc0-4a47-6ecc-0f60-9bcef83bc838-9c750087, #timeup.w-node-_1e717bc0-4a47-6ecc-0f60-9bcef83bc865-9c750087, #timeup.w-node-d47af1b9-cb37-1123-ef7f-630191c84eb8-9c750087 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-a5e7efed-6639-07ac-073e-21c8afc8df0d-9c750087 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5e7efed-6639-07ac-073e-21c8afc8df12-9c750087, #w-node-a5e7efed-6639-07ac-073e-21c8afc8df14-9c750087 {
  justify-self: start;
}

#w-node-a5e7efed-6639-07ac-073e-21c8afc8df16-9c750087 {
  justify-self: end;
}

#w-node-a5e7efed-6639-07ac-073e-21c8afc8df1d-9c750087 {
  justify-self: start;
}

#w-node-a5e7efed-6639-07ac-073e-21c8afc8df1f-9c750087 {
  align-self: start;
}

#w-node-a5e7efed-6639-07ac-073e-21c8afc8df26-9c750087 {
  justify-self: end;
}

#w-node-a5e7efed-6639-07ac-073e-21c8afc8df2d-9c750087 {
  justify-self: start;
}

#w-node-a5e7efed-6639-07ac-073e-21c8afc8df2f-9c750087 {
  align-self: start;
}

#w-node-a5e7efed-6639-07ac-073e-21c8afc8df36-9c750087 {
  justify-self: end;
}

#w-node-a5e7efed-6639-07ac-073e-21c8afc8df3d-9c750087 {
  justify-self: start;
}

#w-node-a5e7efed-6639-07ac-073e-21c8afc8df3f-9c750087 {
  align-self: start;
}

#w-node-a5e7efed-6639-07ac-073e-21c8afc8df46-9c750087 {
  justify-self: end;
}

#w-node-a5e7efed-6639-07ac-073e-21c8afc8df4d-9c750087 {
  justify-self: start;
}

#w-node-a5e7efed-6639-07ac-073e-21c8afc8df4f-9c750087 {
  align-self: start;
}

#w-node-a5e7efed-6639-07ac-073e-21c8afc8df56-9c750087 {
  justify-self: end;
}

#w-node-f86bab54-de0a-d4c2-6695-738463601909-636018f1, #w-node-f86bab54-de0a-d4c2-6695-738463601943-636018f1, #w-node-f86bab54-de0a-d4c2-6695-7384636019a5-636018f1, #w-node-f86bab54-de0a-d4c2-6695-7384636019df-636018f1, #w-node-f86bab54-de0a-d4c2-6695-738463601a22-636018f1 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f86bab54-de0a-d4c2-6695-738463601a24-636018f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-f86bab54-de0a-d4c2-6695-738463601a36-636018f1 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-dee616f0-6eee-2327-b3d5-03ca74b3f109-9c75008e, #w-node-_46770f1f-7283-9c89-8abd-b93f796004f5-9c75008e {
  justify-self: start;
}

#w-node-f7f32d23-b5b4-b3f2-0d3a-852b29b7fa48-9c75008e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f7f32d23-b5b4-b3f2-0d3a-852b29b7fa4c-9c75008e {
  justify-self: start;
}

#w-node-f7f32d23-b5b4-b3f2-0d3a-852b29b7fa4e-9c75008e {
  justify-self: end;
}

#w-node-b3f8ef79-183f-010a-bcb1-46ae9047a5c7-9c75008e, #w-node-b3f8ef79-183f-010a-bcb1-46ae9047a5c8-9c75008e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b3f8ef79-183f-010a-bcb1-46ae9047a5eb-9c75008e {
  justify-self: start;
}

#w-node-be133411-0f9c-b3b4-fe74-1f2aa3aaf649-9c75008e {
  justify-self: end;
}

#w-node-_5747566e-8bf7-21ac-0bbf-6ccf08f391e2-9c75008e, #w-node-_5747566e-8bf7-21ac-0bbf-6ccf08f391e3-9c75008e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5747566e-8bf7-21ac-0bbf-6ccf08f391e6-9c75008e {
  justify-self: start;
}

#w-node-_5747566e-8bf7-21ac-0bbf-6ccf08f391e8-9c75008e {
  justify-self: end;
}

#w-node-_4cfcbb38-c520-760c-df8f-d7a5857fea4e-9c75008e, #w-node-_4cfcbb38-c520-760c-df8f-d7a5857fea4f-9c75008e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cfcbb38-c520-760c-df8f-d7a5857fea52-9c75008e {
  justify-self: start;
}

#w-node-_4a22878b-eff2-fdcf-ee59-96108a0af2ff-9c75008e {
  justify-self: end;
}

#w-node-_4f53ddb3-2a83-a645-65be-eaa9df8d8112-9c75008e, #w-node-_617cc949-9aae-5417-3f59-6c6cefab29ed-9c75008e, #w-node-_7203966b-049d-6205-db2d-607076c34353-9c75008e, #w-node-bf61acf5-86b9-3d39-2765-5e469a4c6a95-9c75008e, #w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c7100-9c75008e, #w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c7118-9c75008e {
  justify-self: start;
}

#w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c7146-9c75008e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c714b-9c75008e {
  justify-self: start;
}

#w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c714d-9c75008e {
  justify-self: end;
}

#w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c7151-9c75008e, #w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c7152-9c75008e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c7155-9c75008e {
  justify-self: start;
}

#w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c7157-9c75008e {
  justify-self: end;
}

#w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c715b-9c75008e, #w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c715c-9c75008e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c715f-9c75008e {
  justify-self: start;
}

#w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c7161-9c75008e {
  justify-self: end;
}

#w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c7165-9c75008e, #w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c7166-9c75008e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c7169-9c75008e {
  justify-self: start;
}

#w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c716b-9c75008e {
  justify-self: end;
}

#w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c7173-9c75008e, #w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c717b-9c75008e, #w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c7183-9c75008e, #w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c718b-9c75008e, #w-node-_8860dfcc-815c-150c-0a56-a62bbbf28d68-9c75008e, #w-node-_8860dfcc-815c-150c-0a56-a62bbbf28d80-9c75008e {
  justify-self: start;
}

#w-node-_8860dfcc-815c-150c-0a56-a62bbbf28dae-9c75008e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8860dfcc-815c-150c-0a56-a62bbbf28db3-9c75008e {
  justify-self: start;
}

#w-node-_8860dfcc-815c-150c-0a56-a62bbbf28db5-9c75008e {
  justify-self: end;
}

#w-node-_8860dfcc-815c-150c-0a56-a62bbbf28db9-9c75008e, #w-node-_8860dfcc-815c-150c-0a56-a62bbbf28dba-9c75008e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8860dfcc-815c-150c-0a56-a62bbbf28dbd-9c75008e {
  justify-self: start;
}

#w-node-_8860dfcc-815c-150c-0a56-a62bbbf28dbf-9c75008e {
  justify-self: end;
}

#w-node-_8860dfcc-815c-150c-0a56-a62bbbf28dc3-9c75008e, #w-node-_8860dfcc-815c-150c-0a56-a62bbbf28dc4-9c75008e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8860dfcc-815c-150c-0a56-a62bbbf28dc7-9c75008e {
  justify-self: start;
}

#w-node-_8860dfcc-815c-150c-0a56-a62bbbf28dc9-9c75008e {
  justify-self: end;
}

#w-node-_8860dfcc-815c-150c-0a56-a62bbbf28dcd-9c75008e, #w-node-_8860dfcc-815c-150c-0a56-a62bbbf28dce-9c75008e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8860dfcc-815c-150c-0a56-a62bbbf28dd1-9c75008e {
  justify-self: start;
}

#w-node-_8860dfcc-815c-150c-0a56-a62bbbf28dd3-9c75008e {
  justify-self: end;
}

#w-node-_8860dfcc-815c-150c-0a56-a62bbbf28ddb-9c75008e, #w-node-_8860dfcc-815c-150c-0a56-a62bbbf28de3-9c75008e, #w-node-_8860dfcc-815c-150c-0a56-a62bbbf28deb-9c75008e, #w-node-_8860dfcc-815c-150c-0a56-a62bbbf28df3-9c75008e, #w-node-_532a3906-2ef1-894a-8a20-82d575f56c41-9c75008e, #w-node-_532a3906-2ef1-894a-8a20-82d575f56c59-9c75008e {
  justify-self: start;
}

#w-node-_532a3906-2ef1-894a-8a20-82d575f56c87-9c75008e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_532a3906-2ef1-894a-8a20-82d575f56c8c-9c75008e {
  justify-self: start;
}

#w-node-_532a3906-2ef1-894a-8a20-82d575f56c8e-9c75008e {
  justify-self: end;
}

#w-node-_532a3906-2ef1-894a-8a20-82d575f56c92-9c75008e, #w-node-_532a3906-2ef1-894a-8a20-82d575f56c93-9c75008e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_532a3906-2ef1-894a-8a20-82d575f56c96-9c75008e {
  justify-self: start;
}

#w-node-_532a3906-2ef1-894a-8a20-82d575f56c98-9c75008e {
  justify-self: end;
}

#w-node-_532a3906-2ef1-894a-8a20-82d575f56c9c-9c75008e, #w-node-_532a3906-2ef1-894a-8a20-82d575f56c9d-9c75008e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_532a3906-2ef1-894a-8a20-82d575f56ca0-9c75008e {
  justify-self: start;
}

#w-node-_532a3906-2ef1-894a-8a20-82d575f56ca2-9c75008e {
  justify-self: end;
}

#w-node-_532a3906-2ef1-894a-8a20-82d575f56ca6-9c75008e, #w-node-_532a3906-2ef1-894a-8a20-82d575f56ca7-9c75008e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_532a3906-2ef1-894a-8a20-82d575f56caa-9c75008e {
  justify-self: start;
}

#w-node-_532a3906-2ef1-894a-8a20-82d575f56cac-9c75008e {
  justify-self: end;
}

#w-node-_532a3906-2ef1-894a-8a20-82d575f56cb4-9c75008e, #w-node-_532a3906-2ef1-894a-8a20-82d575f56cbc-9c75008e, #w-node-_532a3906-2ef1-894a-8a20-82d575f56cc4-9c75008e, #w-node-_532a3906-2ef1-894a-8a20-82d575f56ccc-9c75008e {
  justify-self: start;
}

#w-node-a2860cbc-0ecf-ed01-72f3-1ff39358309d-9c75008e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a2860cbc-0ecf-ed01-72f3-1ff39358309f-9c75008e {
  justify-self: start;
}

#w-node-a2860cbc-0ecf-ed01-72f3-1ff3935830a3-9c75008e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a2860cbc-0ecf-ed01-72f3-1ff3935830a5-9c75008e {
  justify-self: start;
}

#w-node-a2860cbc-0ecf-ed01-72f3-1ff3935830a9-9c75008e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a2860cbc-0ecf-ed01-72f3-1ff3935830ab-9c75008e {
  justify-self: start;
}

#w-node-a2860cbc-0ecf-ed01-72f3-1ff3935830b5-9c75008e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a2860cbc-0ecf-ed01-72f3-1ff3935830b7-9c75008e {
  justify-self: start;
}

#w-node-a2860cbc-0ecf-ed01-72f3-1ff3935830bd-9c75008e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a2860cbc-0ecf-ed01-72f3-1ff3935830bf-9c75008e {
  justify-self: start;
}

#w-node-a2860cbc-0ecf-ed01-72f3-1ff3935830c5-9c75008e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a2860cbc-0ecf-ed01-72f3-1ff3935830c7-9c75008e {
  justify-self: start;
}

#w-node-f526a7fe-098f-4c13-0b88-deff91f1b695-9c75008e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f526a7fe-098f-4c13-0b88-deff91f1b69a-9c75008e, #w-node-f526a7fe-098f-4c13-0b88-deff91f1b69c-9c75008e {
  justify-self: start;
}

#w-node-_5ae68cb8-3739-1d00-65de-a0bfc652c5b0-9c75008e {
  justify-self: end;
}

#w-node-bcf821ac-fb1e-a3ec-815d-40933b471192-9c75008e, #w-node-_848a5df9-a0f1-fca6-bbae-1eca855a7819-9c75008e, #w-node-a466dfc3-e112-fbcd-67a0-29dfeb9f11a3-9c75008e, #w-node-a466dfc3-e112-fbcd-67a0-29dfeb9f11a5-9c75008e, #w-node-c4ecd09a-f956-ac3b-e3ed-c3f95050fd48-9c75008e, #w-node-c4ecd09a-f956-ac3b-e3ed-c3f95050fd4a-9c75008e, #w-node-e19607d1-a766-9df1-b0cd-e0ba0bcae6b8-9c75008f {
  justify-self: start;
}

#w-node-fefcf0ac-9834-a504-b32b-fb7679fcd250-9c750090 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: end;
}

#w-node-fefcf0ac-9834-a504-b32b-fb7679fcd255-9c750090, #w-node-f2d3e731-4346-b958-4257-7a370560ea99-9c750095, #w-node-fb35bec9-d2cd-5821-0ee1-e7ba914acdea-9c750095, #w-node-f45e4201-c21a-d2c9-b8ba-b14e5a03323b-9c750095, #w-node-_9dba9281-3b7e-a821-69d5-15e466c1340c-9c750095, #w-node-_0f28bd27-b2a1-9a8a-9519-973421a40ce1-9c750095 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f28bd27-b2a1-9a8a-9519-973421a40ce6-9c750095, #w-node-_0f28bd27-b2a1-9a8a-9519-973421a40ce8-9c750095 {
  justify-self: start;
}

#w-node-a1b7bec1-0d77-59bf-d777-841717b2c35a-9c750095 {
  justify-self: end;
}

#w-node-_0f28bd27-b2a1-9a8a-9519-973421a40cf0-9c750095, #w-node-_7adf2cdd-ff2a-2085-e2df-c748a00d89d5-9c750095, #w-node-cc47bdf3-5e67-03db-06fa-545f496ec108-9c750095 {
  justify-self: start;
}

#w-node-d2407ecb-53d5-74f4-695f-f6c15f1134c0-9c750095 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2407ecb-53d5-74f4-695f-f6c15f1134c5-9c750095, #w-node-d2407ecb-53d5-74f4-695f-f6c15f1134c7-9c750095 {
  justify-self: start;
}

#w-node-d2407ecb-53d5-74f4-695f-f6c15f1134c9-9c750095 {
  justify-self: end;
}

#w-node-d2407ecb-53d5-74f4-695f-f6c15f1134d0-9c750095, #w-node-d2407ecb-53d5-74f4-695f-f6c15f1134d2-9c750095, #w-node-d2407ecb-53d5-74f4-695f-f6c15f1134d4-9c750095 {
  justify-self: start;
}

#w-node-d2407ecb-53d5-74f4-695f-f6c15f1134d6-9c750095 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: end;
}

#w-node-d2407ecb-53d5-74f4-695f-f6c15f1134d7-9c750095 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2407ecb-53d5-74f4-695f-f6c15f1134d8-9c750095 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d2407ecb-53d5-74f4-695f-f6c15f1134d9-9c750095, #w-node-d2407ecb-53d5-74f4-695f-f6c15f1134db-9c750095 {
  justify-self: end;
}

#w-node-c7c0ce62-2624-5fc9-9e9d-417d900813f5-9c750095 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7c0ce62-2624-5fc9-9e9d-417d900813fa-9c750095, #w-node-c7c0ce62-2624-5fc9-9e9d-417d900813fc-9c750095 {
  justify-self: start;
}

#w-node-c7c0ce62-2624-5fc9-9e9d-417d900813fe-9c750095 {
  justify-self: end;
}

#w-node-c7c0ce62-2624-5fc9-9e9d-417d90081405-9c750095, #w-node-c7c0ce62-2624-5fc9-9e9d-417d90081407-9c750095, #w-node-c7c0ce62-2624-5fc9-9e9d-417d90081409-9c750095 {
  justify-self: start;
}

#w-node-c7c0ce62-2624-5fc9-9e9d-417d9008140b-9c750095 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: end;
}

#w-node-c7c0ce62-2624-5fc9-9e9d-417d9008140c-9c750095 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7c0ce62-2624-5fc9-9e9d-417d9008140d-9c750095 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-c7c0ce62-2624-5fc9-9e9d-417d9008140e-9c750095, #w-node-c7c0ce62-2624-5fc9-9e9d-417d90081410-9c750095 {
  justify-self: end;
}

#w-node-_5b2e6437-1d75-126c-db75-819aff4bc007-9c750095 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b2e6437-1d75-126c-db75-819aff4bc00c-9c750095, #w-node-_5b2e6437-1d75-126c-db75-819aff4bc00e-9c750095 {
  justify-self: start;
}

#w-node-_5b2e6437-1d75-126c-db75-819aff4bc010-9c750095 {
  justify-self: end;
}

#w-node-_5b2e6437-1d75-126c-db75-819aff4bc017-9c750095, #w-node-_5b2e6437-1d75-126c-db75-819aff4bc019-9c750095, #w-node-c35d876f-b519-b02b-9829-3f114f599506-9c750095 {
  justify-self: start;
}

#w-node-_5b2e6437-1d75-126c-db75-819aff4bc01d-9c750095 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: end;
}

#w-node-_5b2e6437-1d75-126c-db75-819aff4bc01e-9c750095 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b2e6437-1d75-126c-db75-819aff4bc01f-9c750095 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_5b2e6437-1d75-126c-db75-819aff4bc020-9c750095, #w-node-_5b2e6437-1d75-126c-db75-819aff4bc022-9c750095 {
  justify-self: end;
}

#w-node-d627dd5f-fa93-38da-42a8-abbe92d07fd4-9c750095 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d627dd5f-fa93-38da-42a8-abbe92d07fd9-9c750095, #w-node-d627dd5f-fa93-38da-42a8-abbe92d07fdb-9c750095 {
  justify-self: start;
}

#w-node-d627dd5f-fa93-38da-42a8-abbe92d07fdd-9c750095 {
  justify-self: end;
}

#w-node-d627dd5f-fa93-38da-42a8-abbe92d07fe4-9c750095, #w-node-d627dd5f-fa93-38da-42a8-abbe92d07fe6-9c750095, #w-node-_8224ad0e-af1b-a2d1-34cf-d51efa040fe7-9c750095 {
  justify-self: start;
}

#w-node-d627dd5f-fa93-38da-42a8-abbe92d07fea-9c750095 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: end;
}

#w-node-d627dd5f-fa93-38da-42a8-abbe92d07feb-9c750095 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d627dd5f-fa93-38da-42a8-abbe92d07fec-9c750095 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d627dd5f-fa93-38da-42a8-abbe92d07fed-9c750095, #w-node-d627dd5f-fa93-38da-42a8-abbe92d07fef-9c750095 {
  justify-self: end;
}

#w-node-_8603790b-0207-8704-c9f4-91369277409e-9c750095 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8603790b-0207-8704-c9f4-9136927740a3-9c750095, #w-node-_8603790b-0207-8704-c9f4-9136927740a5-9c750095 {
  justify-self: start;
}

#w-node-_8603790b-0207-8704-c9f4-9136927740a7-9c750095 {
  justify-self: end;
}

#w-node-_8603790b-0207-8704-c9f4-9136927740ae-9c750095, #w-node-_8603790b-0207-8704-c9f4-9136927740b0-9c750095, #w-node-_8603790b-0207-8704-c9f4-9136927740b2-9c750095 {
  justify-self: start;
}

#w-node-_8603790b-0207-8704-c9f4-9136927740b4-9c750095 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: end;
}

#w-node-_8603790b-0207-8704-c9f4-9136927740b5-9c750095 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8603790b-0207-8704-c9f4-9136927740b6-9c750095 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_8603790b-0207-8704-c9f4-9136927740b7-9c750095, #w-node-_8603790b-0207-8704-c9f4-9136927740b9-9c750095 {
  justify-self: end;
}

#w-node-_0ad95eba-7bd1-04a9-58bb-edde13c2ba80-9c750095 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0ad95eba-7bd1-04a9-58bb-edde13c2ba85-9c750095, #w-node-_0ad95eba-7bd1-04a9-58bb-edde13c2ba87-9c750095 {
  justify-self: start;
}

#w-node-_0ad95eba-7bd1-04a9-58bb-edde13c2ba89-9c750095 {
  justify-self: end;
}

#w-node-_0ad95eba-7bd1-04a9-58bb-edde13c2ba90-9c750095, #w-node-_0ad95eba-7bd1-04a9-58bb-edde13c2ba92-9c750095, #w-node-_0ad95eba-7bd1-04a9-58bb-edde13c2ba94-9c750095 {
  justify-self: start;
}

#w-node-_0ad95eba-7bd1-04a9-58bb-edde13c2ba96-9c750095 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: end;
}

#w-node-_0ad95eba-7bd1-04a9-58bb-edde13c2ba97-9c750095 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0ad95eba-7bd1-04a9-58bb-edde13c2ba98-9c750095 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_0ad95eba-7bd1-04a9-58bb-edde13c2ba99-9c750095, #w-node-_0ad95eba-7bd1-04a9-58bb-edde13c2ba9b-9c750095 {
  justify-self: end;
}

#w-node-_445b1af1-8a00-4174-2a68-72a384fff91b-9c750095, #w-node-_445b1af1-8a00-4174-2a68-72a384fff91c-9c750095, #w-node-_445b1af1-8a00-4174-2a68-72a384fff91f-9c750095, #w-node-dfc50170-9a17-9e13-7192-50af47dc37e4-9c750095 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#timeup.w-node-_77500cf5-8e34-5ec0-02cd-814e0da86049-9c750095 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_445b1af1-8a00-4174-2a68-72a384fff924-9c750095, #w-node-_445b1af1-8a00-4174-2a68-72a384fff929-9c750095, #w-node-_445b1af1-8a00-4174-2a68-72a384fff92e-9c750095, #w-node-_445b1af1-8a00-4174-2a68-72a384fff933-9c750095, #w-node-_445b1af1-8a00-4174-2a68-72a384fff938-9c750095, #w-node-_31502554-4fd1-dd40-37f6-18d3d69858c9-9c750095, #w-node-_31502554-4fd1-dd40-37f6-18d3d69858cb-9c750095, #w-node-_31502554-4fd1-dd40-37f6-18d3d69858d1-9c750095, #w-node-_31502554-4fd1-dd40-37f6-18d3d69858d6-9c750095 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#timeup.w-node-_31502554-4fd1-dd40-37f6-18d3d69858ec-9c750095 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_31502554-4fd1-dd40-37f6-18d3d69858ee-9c750095, #w-node-_31502554-4fd1-dd40-37f6-18d3d69858f3-9c750095, #w-node-_31502554-4fd1-dd40-37f6-18d3d69858f8-9c750095, #w-node-_31502554-4fd1-dd40-37f6-18d3d69858fd-9c750095, #w-node-_31502554-4fd1-dd40-37f6-18d3d6985902-9c750095, #w-node-c86ed9e4-1cc9-a80e-53e4-b1739983a284-9c750095, #w-node-c86ed9e4-1cc9-a80e-53e4-b1739983a286-9c750095, #w-node-c86ed9e4-1cc9-a80e-53e4-b1739983a28c-9c750095, #w-node-c86ed9e4-1cc9-a80e-53e4-b1739983a291-9c750095 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#timeup.w-node-c86ed9e4-1cc9-a80e-53e4-b1739983a2a7-9c750095 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-c86ed9e4-1cc9-a80e-53e4-b1739983a2a9-9c750095, #w-node-c86ed9e4-1cc9-a80e-53e4-b1739983a2ae-9c750095, #w-node-c86ed9e4-1cc9-a80e-53e4-b1739983a2b3-9c750095, #w-node-c86ed9e4-1cc9-a80e-53e4-b1739983a2b8-9c750095, #w-node-c86ed9e4-1cc9-a80e-53e4-b1739983a2bd-9c750095, #w-node-e099723e-1be5-b970-0e51-40372aa2fe47-9c750095, #w-node-e099723e-1be5-b970-0e51-40372aa2fe49-9c750095, #w-node-e099723e-1be5-b970-0e51-40372aa2fe4f-9c750095, #w-node-e099723e-1be5-b970-0e51-40372aa2fe54-9c750095 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#timeup.w-node-e099723e-1be5-b970-0e51-40372aa2fe6a-9c750095 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-e099723e-1be5-b970-0e51-40372aa2fe6c-9c750095, #w-node-e099723e-1be5-b970-0e51-40372aa2fe71-9c750095, #w-node-e099723e-1be5-b970-0e51-40372aa2fe76-9c750095, #w-node-e099723e-1be5-b970-0e51-40372aa2fe7b-9c750095, #w-node-e099723e-1be5-b970-0e51-40372aa2fe80-9c750095, #w-node-_1d48c992-c2f1-5d7e-1943-db4018f4577d-9c750095, #w-node-_1d48c992-c2f1-5d7e-1943-db4018f4577f-9c750095, #w-node-_1d48c992-c2f1-5d7e-1943-db4018f45785-9c750095, #w-node-_1d48c992-c2f1-5d7e-1943-db4018f4578a-9c750095 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#timeup.w-node-_1d48c992-c2f1-5d7e-1943-db4018f457a0-9c750095 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_1d48c992-c2f1-5d7e-1943-db4018f457a2-9c750095, #w-node-_1d48c992-c2f1-5d7e-1943-db4018f457a7-9c750095, #w-node-_1d48c992-c2f1-5d7e-1943-db4018f457ac-9c750095, #w-node-_1d48c992-c2f1-5d7e-1943-db4018f457b1-9c750095, #w-node-_1d48c992-c2f1-5d7e-1943-db4018f457b6-9c750095, #w-node-_1d48c992-c2f1-5d7e-1943-db4018f457c5-9c750095, #w-node-_1d48c992-c2f1-5d7e-1943-db4018f457c7-9c750095, #w-node-_1d48c992-c2f1-5d7e-1943-db4018f457cd-9c750095, #w-node-_1d48c992-c2f1-5d7e-1943-db4018f457d2-9c750095 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#timeup.w-node-_1d48c992-c2f1-5d7e-1943-db4018f457e8-9c750095 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_1d48c992-c2f1-5d7e-1943-db4018f457ea-9c750095, #w-node-_1d48c992-c2f1-5d7e-1943-db4018f457ef-9c750095, #w-node-_1d48c992-c2f1-5d7e-1943-db4018f457f4-9c750095, #w-node-_1d48c992-c2f1-5d7e-1943-db4018f457f9-9c750095, #w-node-_1d48c992-c2f1-5d7e-1943-db4018f457fe-9c750095, #w-node-_1d48c992-c2f1-5d7e-1943-db4018f45808-9c750095, #w-node-_1d48c992-c2f1-5d7e-1943-db4018f4580a-9c750095, #w-node-_1d48c992-c2f1-5d7e-1943-db4018f45810-9c750095, #w-node-_1d48c992-c2f1-5d7e-1943-db4018f45815-9c750095 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#timeup.w-node-_1d48c992-c2f1-5d7e-1943-db4018f4582b-9c750095 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_1d48c992-c2f1-5d7e-1943-db4018f4582d-9c750095, #w-node-_1d48c992-c2f1-5d7e-1943-db4018f45832-9c750095, #w-node-_1d48c992-c2f1-5d7e-1943-db4018f45837-9c750095, #w-node-_1d48c992-c2f1-5d7e-1943-db4018f4583c-9c750095, #w-node-_1d48c992-c2f1-5d7e-1943-db4018f45841-9c750095, #w-node-_1d48c992-c2f1-5d7e-1943-db4018f45847-9c750095, #w-node-_1d48c992-c2f1-5d7e-1943-db4018f45849-9c750095, #w-node-_1d48c992-c2f1-5d7e-1943-db4018f4584f-9c750095, #w-node-_1d48c992-c2f1-5d7e-1943-db4018f45854-9c750095 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#timeup.w-node-_1d48c992-c2f1-5d7e-1943-db4018f4586a-9c750095 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_1d48c992-c2f1-5d7e-1943-db4018f4586c-9c750095, #w-node-_1d48c992-c2f1-5d7e-1943-db4018f45871-9c750095, #w-node-_1d48c992-c2f1-5d7e-1943-db4018f45876-9c750095, #w-node-_1d48c992-c2f1-5d7e-1943-db4018f4587b-9c750095, #w-node-_1d48c992-c2f1-5d7e-1943-db4018f45880-9c750095, #w-node-_27ddb37a-d48f-ad9a-89f4-b76c573a9dbd-9c750095, #w-node-_27ddb37a-d48f-ad9a-89f4-b76c573a9dbf-9c750095, #w-node-_27ddb37a-d48f-ad9a-89f4-b76c573a9dc5-9c750095, #w-node-_27ddb37a-d48f-ad9a-89f4-b76c573a9dca-9c750095 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#timeup.w-node-_27ddb37a-d48f-ad9a-89f4-b76c573a9de0-9c750095 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_27ddb37a-d48f-ad9a-89f4-b76c573a9de2-9c750095, #w-node-_27ddb37a-d48f-ad9a-89f4-b76c573a9de7-9c750095, #w-node-_27ddb37a-d48f-ad9a-89f4-b76c573a9dec-9c750095, #w-node-_27ddb37a-d48f-ad9a-89f4-b76c573a9df1-9c750095, #w-node-_27ddb37a-d48f-ad9a-89f4-b76c573a9df6-9c750095, #w-node-_27ddb37a-d48f-ad9a-89f4-b76c573a9e05-9c750095, #w-node-_27ddb37a-d48f-ad9a-89f4-b76c573a9e07-9c750095, #w-node-_27ddb37a-d48f-ad9a-89f4-b76c573a9e0d-9c750095, #w-node-_27ddb37a-d48f-ad9a-89f4-b76c573a9e12-9c750095 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#timeup.w-node-_27ddb37a-d48f-ad9a-89f4-b76c573a9e28-9c750095 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_27ddb37a-d48f-ad9a-89f4-b76c573a9e2a-9c750095, #w-node-_27ddb37a-d48f-ad9a-89f4-b76c573a9e2f-9c750095, #w-node-_27ddb37a-d48f-ad9a-89f4-b76c573a9e34-9c750095, #w-node-_27ddb37a-d48f-ad9a-89f4-b76c573a9e39-9c750095, #w-node-_27ddb37a-d48f-ad9a-89f4-b76c573a9e3e-9c750095, #w-node-_27ddb37a-d48f-ad9a-89f4-b76c573a9e48-9c750095, #w-node-_27ddb37a-d48f-ad9a-89f4-b76c573a9e4a-9c750095, #w-node-_27ddb37a-d48f-ad9a-89f4-b76c573a9e50-9c750095, #w-node-_27ddb37a-d48f-ad9a-89f4-b76c573a9e55-9c750095 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#timeup.w-node-_27ddb37a-d48f-ad9a-89f4-b76c573a9e6b-9c750095 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_27ddb37a-d48f-ad9a-89f4-b76c573a9e6d-9c750095, #w-node-_27ddb37a-d48f-ad9a-89f4-b76c573a9e72-9c750095, #w-node-_27ddb37a-d48f-ad9a-89f4-b76c573a9e77-9c750095, #w-node-_27ddb37a-d48f-ad9a-89f4-b76c573a9e7c-9c750095, #w-node-_27ddb37a-d48f-ad9a-89f4-b76c573a9e81-9c750095, #w-node-_27ddb37a-d48f-ad9a-89f4-b76c573a9e87-9c750095, #w-node-_27ddb37a-d48f-ad9a-89f4-b76c573a9e89-9c750095, #w-node-_27ddb37a-d48f-ad9a-89f4-b76c573a9e8f-9c750095, #w-node-_27ddb37a-d48f-ad9a-89f4-b76c573a9e94-9c750095 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#timeup.w-node-_27ddb37a-d48f-ad9a-89f4-b76c573a9eaa-9c750095 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_27ddb37a-d48f-ad9a-89f4-b76c573a9eac-9c750095, #w-node-_27ddb37a-d48f-ad9a-89f4-b76c573a9eb1-9c750095, #w-node-_27ddb37a-d48f-ad9a-89f4-b76c573a9eb6-9c750095, #w-node-_27ddb37a-d48f-ad9a-89f4-b76c573a9ebb-9c750095, #w-node-_27ddb37a-d48f-ad9a-89f4-b76c573a9ec0-9c750095, #w-node-c79e9375-2435-045e-4ae4-ab01b1720dbc-9c750095 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#timeup.w-node-f8b1d74d-ec8f-8f11-3da7-6145f0d67b21-9c750095, #timeup.w-node-f8b1d74d-ec8f-8f11-3da7-6145f0d67b4c-9c750095, #timeup.w-node-f8b1d74d-ec8f-8f11-3da7-6145f0d67b78-9c750095, #timeup.w-node-f8b1d74d-ec8f-8f11-3da7-6145f0d67ba3-9c750095 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-b3f8ef79-183f-010a-bcb1-46ae9047a5eb-9c750097, #w-node-f57fcbe5-0b5b-39ee-5c48-aaa8b6e37560-9c750097 {
  justify-self: start;
}

#w-node-f526a7fe-098f-4c13-0b88-deff91f1b695-9c750098 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f526a7fe-098f-4c13-0b88-deff91f1b69a-9c750098, #w-node-f526a7fe-098f-4c13-0b88-deff91f1b69c-9c750098, #w-node-_5ae68cb8-3739-1d00-65de-a0bfc652c5b0-9c750098 {
  justify-self: start;
}

#w-node-f1873e1b-e7dd-c171-728c-e74dda1196d0-9c750098 {
  justify-self: end;
}

#w-node-bcf821ac-fb1e-a3ec-815d-40933b471192-9c750098 {
  justify-self: start;
}

#w-node-_09a5f64a-1fa9-6d8e-7563-47753de0269d-9c750098 {
  align-self: start;
}

#w-node-_41f27393-bacb-67ad-bf7e-e5381e7ae839-9c750098 {
  justify-self: start;
}

#w-node-_2a0bb1b5-b76b-b380-a2a3-4f428658fe52-9c750098 {
  justify-self: end;
}

#w-node-_3aba9fcf-079a-c5d4-4a5b-8194f2708b2e-9c750098 {
  justify-self: start;
}

#w-node-_3aba9fcf-079a-c5d4-4a5b-8194f2708b30-9c750098 {
  align-self: start;
}

#w-node-_3aba9fcf-079a-c5d4-4a5b-8194f2708b38-9c750098 {
  justify-self: start;
}

#w-node-_3aba9fcf-079a-c5d4-4a5b-8194f2708b3a-9c750098 {
  justify-self: end;
}

#w-node-fb3528a6-fbc9-6f79-8b51-276e474725f5-9c750098 {
  justify-self: start;
}

#w-node-fb3528a6-fbc9-6f79-8b51-276e474725f7-9c750098 {
  align-self: start;
}

#w-node-fb3528a6-fbc9-6f79-8b51-276e474725ff-9c750098, #w-node-_4911aec4-5547-52f1-587f-5df45e38eddb-9c750098 {
  justify-self: start;
}

#w-node-_4911aec4-5547-52f1-587f-5df45e38eddd-9c750098 {
  align-self: start;
}

#w-node-_4911aec4-5547-52f1-587f-5df45e38ede5-9c750098 {
  justify-self: start;
}

#w-node-a2b928a7-6582-c037-4cea-c302a4522f90-9c750098 {
  justify-self: end;
}

#w-node-_007a7ac5-ec78-dac7-3007-b927a4e16b4b-9c750098 {
  justify-self: start;
}

#w-node-_952def2b-6632-c4f4-bf53-198ae7c0689d-9c750098 {
  align-self: start;
}

#w-node-_007a7ac5-ec78-dac7-3007-b927a4e16b55-9c750098 {
  justify-self: start;
}

#w-node-db0dffe9-a578-656f-3155-ea4d5833cd7e-9c750098 {
  justify-self: end;
}

#w-node-e0ea0603-7b82-0b6d-985a-f1f0df680e62-9c750099, #w-node-e0ea0603-7b82-0b6d-985a-f1f0df680e6c-9c750099, #w-node-e0ea0603-7b82-0b6d-985a-f1f0df680e76-9c750099, #w-node-e0ea0603-7b82-0b6d-985a-f1f0df680e80-9c750099, #w-node-_14a89c67-111d-47df-ad35-239c03b5738b-9c750099, #w-node-c3ffeb7a-a29d-3535-745f-f8434e47871f-9c750099, #w-node-a1538309-7be1-43fa-4341-aa6a88045dbb-9c750099, #w-node-efaac3c6-b674-712b-a15a-70d1059ab339-9c750099, #w-node-_68267169-97df-f130-8734-d5cce80c3455-9c750099, #w-node-_68267169-97df-f130-8734-d5cce80c3457-9c750099 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68267169-97df-f130-8734-d5cce80c3458-9c750099 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_68267169-97df-f130-8734-d5cce80c345b-9c750099 {
  justify-self: end;
}

#w-node-ca77a8d1-80e5-ae58-2f60-91582a76ab5f-9c750099, #w-node-ca77a8d1-80e5-ae58-2f60-91582a76ab61-9c750099 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca77a8d1-80e5-ae58-2f60-91582a76ab62-9c750099 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-ca77a8d1-80e5-ae58-2f60-91582a76ab65-9c750099 {
  justify-self: end;
}

#w-node-_24364075-4d95-556a-9627-e8dd6392b033-9c750099, #w-node-_24364075-4d95-556a-9627-e8dd6392b035-9c750099 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_24364075-4d95-556a-9627-e8dd6392b036-9c750099 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_24364075-4d95-556a-9627-e8dd6392b039-9c750099 {
  justify-self: end;
}

#w-node-b89d4ad3-43a4-c6d2-f225-6133977952a0-9c750099, #w-node-b89d4ad3-43a4-c6d2-f225-6133977952a2-9c750099 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b89d4ad3-43a4-c6d2-f225-6133977952a3-9c750099 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-b89d4ad3-43a4-c6d2-f225-6133977952a6-9c750099 {
  justify-self: end;
}

#w-node-_07627741-16e6-ed79-8503-b15c19a94f3a-9c750099 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_07627741-16e6-ed79-8503-b15c19a94f3b-9c750099 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_07627741-16e6-ed79-8503-b15c19a94f3c-9c750099 {
  justify-self: end;
}

#w-node-_40c974d0-f419-fb45-93b1-5591cc61da60-9c750099 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40c974d0-f419-fb45-93b1-5591cc61da61-9c750099 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_40c974d0-f419-fb45-93b1-5591cc61da64-9c750099 {
  justify-self: end;
}

#w-node-aa39df38-8744-bb4c-df9f-e95ebf9249b6-9c750099, #w-node-aa39df38-8744-bb4c-df9f-e95ebf9249b8-9c750099 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aa39df38-8744-bb4c-df9f-e95ebf9249b9-9c750099 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-aa39df38-8744-bb4c-df9f-e95ebf9249bc-9c750099 {
  justify-self: end;
}

#w-node-aa39df38-8744-bb4c-df9f-e95ebf9249bf-9c750099, #w-node-aa39df38-8744-bb4c-df9f-e95ebf9249c1-9c750099 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aa39df38-8744-bb4c-df9f-e95ebf9249c2-9c750099 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-aa39df38-8744-bb4c-df9f-e95ebf9249c5-9c750099 {
  justify-self: end;
}

#w-node-aa39df38-8744-bb4c-df9f-e95ebf9249c8-9c750099, #w-node-aa39df38-8744-bb4c-df9f-e95ebf9249ca-9c750099 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aa39df38-8744-bb4c-df9f-e95ebf9249cb-9c750099 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-aa39df38-8744-bb4c-df9f-e95ebf9249ce-9c750099 {
  justify-self: end;
}

#w-node-aa39df38-8744-bb4c-df9f-e95ebf9249d1-9c750099, #w-node-aa39df38-8744-bb4c-df9f-e95ebf9249d3-9c750099 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aa39df38-8744-bb4c-df9f-e95ebf9249d4-9c750099 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-aa39df38-8744-bb4c-df9f-e95ebf9249d7-9c750099 {
  justify-self: end;
}

#w-node-febf025d-25b1-13a7-b177-696fff5f0de8-9c750099 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-febf025d-25b1-13a7-b177-696fff5f0de9-9c750099 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-febf025d-25b1-13a7-b177-696fff5f0dec-9c750099 {
  justify-self: end;
}

#w-node-febf025d-25b1-13a7-b177-696fff5f0df2-9c750099 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-febf025d-25b1-13a7-b177-696fff5f0df3-9c750099 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-febf025d-25b1-13a7-b177-696fff5f0df6-9c750099 {
  justify-self: end;
}

#w-node-_0ca2b0da-2faa-fd46-8ea9-17019cd2af40-9c750099, #w-node-_0ca2b0da-2faa-fd46-8ea9-17019cd2af42-9c750099 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0ca2b0da-2faa-fd46-8ea9-17019cd2af43-9c750099 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_0ca2b0da-2faa-fd46-8ea9-17019cd2af46-9c750099 {
  justify-self: end;
}

#w-node-_0ca2b0da-2faa-fd46-8ea9-17019cd2af49-9c750099, #w-node-_0ca2b0da-2faa-fd46-8ea9-17019cd2af4b-9c750099 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0ca2b0da-2faa-fd46-8ea9-17019cd2af4c-9c750099 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_0ca2b0da-2faa-fd46-8ea9-17019cd2af4f-9c750099 {
  justify-self: end;
}

#w-node-_0ca2b0da-2faa-fd46-8ea9-17019cd2af52-9c750099, #w-node-_0ca2b0da-2faa-fd46-8ea9-17019cd2af54-9c750099 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0ca2b0da-2faa-fd46-8ea9-17019cd2af55-9c750099 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_0ca2b0da-2faa-fd46-8ea9-17019cd2af58-9c750099 {
  justify-self: end;
}

#w-node-_0ca2b0da-2faa-fd46-8ea9-17019cd2af5b-9c750099, #w-node-_0ca2b0da-2faa-fd46-8ea9-17019cd2af5d-9c750099 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0ca2b0da-2faa-fd46-8ea9-17019cd2af5e-9c750099 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_0ca2b0da-2faa-fd46-8ea9-17019cd2af61-9c750099 {
  justify-self: end;
}

#w-node-_60d20202-9771-b101-57f5-302ade8a1273-9c750099 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_60d20202-9771-b101-57f5-302ade8a1274-9c750099 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_60d20202-9771-b101-57f5-302ade8a1277-9c750099 {
  justify-self: end;
}

#w-node-_60d20202-9771-b101-57f5-302ade8a127d-9c750099 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_60d20202-9771-b101-57f5-302ade8a127e-9c750099 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_60d20202-9771-b101-57f5-302ade8a1281-9c750099 {
  justify-self: end;
}

#w-node-e4404b23-b68e-435f-89f0-16f7a30e7d52-9c75009a {
  align-self: start;
}

#w-node-_72fb2aa7-9f91-bff3-a6ee-00faf952b31d-9c75009b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_72fb2aa7-9f91-bff3-a6ee-00faf952b31e-9c75009b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_72fb2aa7-9f91-bff3-a6ee-00faf952b321-9c75009b {
  justify-self: end;
}

#w-node-_8045841b-ec49-95d4-c755-adce8d10b21b-9c75009b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_48c48250-5968-4398-1e9d-1d54c2ec2c67-9c75009b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_63ee2e95-549c-d478-f7d4-336c02e6165e-9c75009b, #w-node-_258e7437-13aa-3ae2-e6be-06c88447e529-9c75009b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d148e3e9-3312-fe9d-64f2-f0d59afa732f-9c75009b {
  align-self: end;
  justify-self: end;
}

#w-node-dee616f0-6eee-2327-b3d5-03ca74b3f109-9c75009c, #w-node-_46770f1f-7283-9c89-8abd-b93f796004f5-9c75009c {
  justify-self: start;
}

#w-node-f7f32d23-b5b4-b3f2-0d3a-852b29b7fa48-9c75009c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f7f32d23-b5b4-b3f2-0d3a-852b29b7fa4c-9c75009c {
  justify-self: start;
}

#w-node-f7f32d23-b5b4-b3f2-0d3a-852b29b7fa4e-9c75009c {
  justify-self: end;
}

#w-node-b3f8ef79-183f-010a-bcb1-46ae9047a5c7-9c75009c, #w-node-b3f8ef79-183f-010a-bcb1-46ae9047a5c8-9c75009c, #w-node-_48cc1a7d-3d72-24ce-80f0-c71c6328588c-9c75009c, #w-node-dd1cbee7-3397-c72b-7ebb-bb4a7fc81716-9c75009c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b3f8ef79-183f-010a-bcb1-46ae9047a5eb-9c75009c {
  justify-self: start;
}

#w-node-_4365b4f8-290f-00b6-b3bf-8dbbca86a601-9c75009c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: end;
}

#w-node-_4365b4f8-290f-00b6-b3bf-8dbbca86a602-9c75009c {
  justify-self: end;
}

#w-node-_4365b4f8-290f-00b6-b3bf-8dbbca86a604-9c75009c, #w-node-_5747566e-8bf7-21ac-0bbf-6ccf08f391e2-9c75009c, #w-node-_5747566e-8bf7-21ac-0bbf-6ccf08f391e3-9c75009c, #w-node-_33eea0b1-0841-cae8-9bab-fd91764d21c0-9c75009c, #w-node-_33eea0b1-0841-cae8-9bab-fd91764d21c1-9c75009c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5747566e-8bf7-21ac-0bbf-6ccf08f391e6-9c75009c {
  justify-self: start;
}

#w-node-c1da41bf-1a00-b20e-a587-f884cfa8b07e-9c75009c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: end;
}

#w-node-c1da41bf-1a00-b20e-a587-f884cfa8b07f-9c75009c {
  justify-self: end;
}

#w-node-c1da41bf-1a00-b20e-a587-f884cfa8b081-9c75009c, #w-node-_4cfcbb38-c520-760c-df8f-d7a5857fea4e-9c75009c, #w-node-_4cfcbb38-c520-760c-df8f-d7a5857fea4f-9c75009c, #w-node-b7260d47-673c-2dbb-9625-1a6b297c469a-9c75009c, #w-node-b7260d47-673c-2dbb-9625-1a6b297c469b-9c75009c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cfcbb38-c520-760c-df8f-d7a5857fea52-9c75009c {
  justify-self: start;
}

#w-node-dd3c5593-7c53-7523-72a6-db1adcb7329a-9c75009c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: end;
}

#w-node-dd3c5593-7c53-7523-72a6-db1adcb7329b-9c75009c {
  justify-self: end;
}

#w-node-dd3c5593-7c53-7523-72a6-db1adcb7329d-9c75009c, #w-node-_7d52bc30-ba0b-dfd2-78d9-fe5f57536830-9c75009c, #w-node-_7d52bc30-ba0b-dfd2-78d9-fe5f57536831-9c75009c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4f53ddb3-2a83-a645-65be-eaa9df8d8112-9c75009c {
  justify-self: start;
}

#w-node-_4de4f96a-ca51-cde3-c125-9fdefa445a64-9c75009c {
  justify-self: end;
}

#w-node-_4de4f96a-ca51-cde3-c125-9fdefa445a66-9c75009c, #w-node-b7b2d2eb-a40c-83a8-1ba6-d1165de741b3-9c75009c, #w-node-b7b2d2eb-a40c-83a8-1ba6-d1165de741b4-9c75009c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_617cc949-9aae-5417-3f59-6c6cefab29ed-9c75009c {
  justify-self: start;
}

#w-node-_96467856-9171-54d5-5a63-469f98fe723a-9c75009c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: end;
}

#w-node-_96467856-9171-54d5-5a63-469f98fe723b-9c75009c {
  justify-self: end;
}

#w-node-_96467856-9171-54d5-5a63-469f98fe723d-9c75009c, #w-node-b2b31067-e41f-8856-802e-44f70c4c87b0-9c75009c, #w-node-b2b31067-e41f-8856-802e-44f70c4c87b1-9c75009c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7203966b-049d-6205-db2d-607076c34353-9c75009c {
  justify-self: start;
}

#w-node-_7bed8db0-9ce6-b9ca-65ef-ea3c1c6f7c28-9c75009c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: end;
}

#w-node-_7bed8db0-9ce6-b9ca-65ef-ea3c1c6f7c29-9c75009c {
  justify-self: end;
}

#w-node-_7bed8db0-9ce6-b9ca-65ef-ea3c1c6f7c2b-9c75009c, #w-node-ca7105e7-4d8b-a5c1-2b52-c6729bac1663-9c75009c, #w-node-ca7105e7-4d8b-a5c1-2b52-c6729bac1664-9c75009c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf61acf5-86b9-3d39-2765-5e469a4c6a95-9c75009c {
  justify-self: start;
}

#w-node-_0a941ce8-9c8b-00d9-f4c4-230c9083ebbe-9c75009c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: end;
}

#w-node-_0a941ce8-9c8b-00d9-f4c4-230c9083ebbf-9c75009c {
  justify-self: end;
}

#w-node-_0a941ce8-9c8b-00d9-f4c4-230c9083ebc1-9c75009c, #w-node-f2b3ddda-42bc-122f-a0de-894a376c572b-9c75009c, #w-node-f2b3ddda-42bc-122f-a0de-894a376c572c-9c75009c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_70e60114-7506-b213-1718-1f3a273b7ce6-9c75009c {
  justify-self: start;
}

#w-node-_5c314038-bb7a-1882-a911-2f61b30ff4df-9c75009c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: end;
}

#w-node-_5c314038-bb7a-1882-a911-2f61b30ff4e0-9c75009c {
  justify-self: end;
}

#w-node-_5c314038-bb7a-1882-a911-2f61b30ff4e2-9c75009c, #w-node-fa1f750d-b426-3d5b-06b5-af1c90c65e3f-9c75009c, #w-node-fa1f750d-b426-3d5b-06b5-af1c90c65e40-9c75009c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16ca3a19-f952-4dbc-ea64-a81c37110c37-9c75009c {
  justify-self: start;
}

#w-node-aee47f01-6043-6463-bc20-0249ae388516-9c75009c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: end;
}

#w-node-aee47f01-6043-6463-bc20-0249ae388517-9c75009c {
  justify-self: end;
}

#w-node-aee47f01-6043-6463-bc20-0249ae388519-9c75009c, #w-node-_6f2192f9-00a2-986e-03fd-310fd5228169-9c75009c, #w-node-_6f2192f9-00a2-986e-03fd-310fd522816a-9c75009c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbbc402d-7e62-2171-6c23-30a43212b62e-9c75009c {
  justify-self: start;
}

#w-node-bbb8a5ad-750f-2807-4547-7f34ef1bddd2-9c75009c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: end;
}

#w-node-bbb8a5ad-750f-2807-4547-7f34ef1bddd4-9c75009c {
  justify-self: end;
}

#w-node-bbb8a5ad-750f-2807-4547-7f34ef1bddd3-9c75009c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c7100-9c75009c, #w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c7118-9c75009c {
  justify-self: start;
}

#w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c7146-9c75009c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c714b-9c75009c {
  justify-self: start;
}

#w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c714d-9c75009c {
  justify-self: end;
}

#w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c7151-9c75009c, #w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c7152-9c75009c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c7155-9c75009c {
  justify-self: start;
}

#w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c7157-9c75009c {
  justify-self: end;
}

#w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c715b-9c75009c, #w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c715c-9c75009c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c715f-9c75009c {
  justify-self: start;
}

#w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c7161-9c75009c {
  justify-self: end;
}

#w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c7165-9c75009c, #w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c7166-9c75009c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c7169-9c75009c {
  justify-self: start;
}

#w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c716b-9c75009c {
  justify-self: end;
}

#w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c7173-9c75009c, #w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c717b-9c75009c, #w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c7183-9c75009c, #w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c718b-9c75009c, #w-node-_8860dfcc-815c-150c-0a56-a62bbbf28d68-9c75009c, #w-node-_8860dfcc-815c-150c-0a56-a62bbbf28d80-9c75009c {
  justify-self: start;
}

#w-node-_8860dfcc-815c-150c-0a56-a62bbbf28dae-9c75009c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8860dfcc-815c-150c-0a56-a62bbbf28db3-9c75009c {
  justify-self: start;
}

#w-node-_8860dfcc-815c-150c-0a56-a62bbbf28db5-9c75009c {
  justify-self: end;
}

#w-node-_8860dfcc-815c-150c-0a56-a62bbbf28db9-9c75009c, #w-node-_8860dfcc-815c-150c-0a56-a62bbbf28dba-9c75009c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8860dfcc-815c-150c-0a56-a62bbbf28dbd-9c75009c {
  justify-self: start;
}

#w-node-_8860dfcc-815c-150c-0a56-a62bbbf28dbf-9c75009c {
  justify-self: end;
}

#w-node-_8860dfcc-815c-150c-0a56-a62bbbf28dc3-9c75009c, #w-node-_8860dfcc-815c-150c-0a56-a62bbbf28dc4-9c75009c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8860dfcc-815c-150c-0a56-a62bbbf28dc7-9c75009c {
  justify-self: start;
}

#w-node-_8860dfcc-815c-150c-0a56-a62bbbf28dc9-9c75009c {
  justify-self: end;
}

#w-node-_8860dfcc-815c-150c-0a56-a62bbbf28dcd-9c75009c, #w-node-_8860dfcc-815c-150c-0a56-a62bbbf28dce-9c75009c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8860dfcc-815c-150c-0a56-a62bbbf28dd1-9c75009c {
  justify-self: start;
}

#w-node-_8860dfcc-815c-150c-0a56-a62bbbf28dd3-9c75009c {
  justify-self: end;
}

#w-node-_8860dfcc-815c-150c-0a56-a62bbbf28ddb-9c75009c, #w-node-_8860dfcc-815c-150c-0a56-a62bbbf28de3-9c75009c, #w-node-_8860dfcc-815c-150c-0a56-a62bbbf28deb-9c75009c, #w-node-_8860dfcc-815c-150c-0a56-a62bbbf28df3-9c75009c, #w-node-_532a3906-2ef1-894a-8a20-82d575f56c41-9c75009c, #w-node-_532a3906-2ef1-894a-8a20-82d575f56c59-9c75009c {
  justify-self: start;
}

#w-node-_532a3906-2ef1-894a-8a20-82d575f56c87-9c75009c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_532a3906-2ef1-894a-8a20-82d575f56c8c-9c75009c {
  justify-self: start;
}

#w-node-_532a3906-2ef1-894a-8a20-82d575f56c8e-9c75009c {
  justify-self: end;
}

#w-node-_532a3906-2ef1-894a-8a20-82d575f56c92-9c75009c, #w-node-_532a3906-2ef1-894a-8a20-82d575f56c93-9c75009c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_532a3906-2ef1-894a-8a20-82d575f56c96-9c75009c {
  justify-self: start;
}

#w-node-_532a3906-2ef1-894a-8a20-82d575f56c98-9c75009c {
  justify-self: end;
}

#w-node-_532a3906-2ef1-894a-8a20-82d575f56c9c-9c75009c, #w-node-_532a3906-2ef1-894a-8a20-82d575f56c9d-9c75009c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_532a3906-2ef1-894a-8a20-82d575f56ca0-9c75009c {
  justify-self: start;
}

#w-node-_532a3906-2ef1-894a-8a20-82d575f56ca2-9c75009c {
  justify-self: end;
}

#w-node-_532a3906-2ef1-894a-8a20-82d575f56ca6-9c75009c, #w-node-_532a3906-2ef1-894a-8a20-82d575f56ca7-9c75009c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_532a3906-2ef1-894a-8a20-82d575f56caa-9c75009c {
  justify-self: start;
}

#w-node-_532a3906-2ef1-894a-8a20-82d575f56cac-9c75009c {
  justify-self: end;
}

#w-node-_532a3906-2ef1-894a-8a20-82d575f56cb4-9c75009c, #w-node-_532a3906-2ef1-894a-8a20-82d575f56cbc-9c75009c, #w-node-_532a3906-2ef1-894a-8a20-82d575f56cc4-9c75009c, #w-node-_532a3906-2ef1-894a-8a20-82d575f56ccc-9c75009c {
  justify-self: start;
}

#w-node-a2860cbc-0ecf-ed01-72f3-1ff39358309d-9c75009c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a2860cbc-0ecf-ed01-72f3-1ff39358309f-9c75009c {
  justify-self: start;
}

#w-node-a2860cbc-0ecf-ed01-72f3-1ff3935830a3-9c75009c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a2860cbc-0ecf-ed01-72f3-1ff3935830a5-9c75009c {
  justify-self: start;
}

#w-node-a2860cbc-0ecf-ed01-72f3-1ff3935830a9-9c75009c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a2860cbc-0ecf-ed01-72f3-1ff3935830ab-9c75009c {
  justify-self: start;
}

#w-node-a2860cbc-0ecf-ed01-72f3-1ff3935830b5-9c75009c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a2860cbc-0ecf-ed01-72f3-1ff3935830b7-9c75009c {
  justify-self: start;
}

#w-node-a2860cbc-0ecf-ed01-72f3-1ff3935830bd-9c75009c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a2860cbc-0ecf-ed01-72f3-1ff3935830bf-9c75009c {
  justify-self: start;
}

#w-node-a2860cbc-0ecf-ed01-72f3-1ff3935830c5-9c75009c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a2860cbc-0ecf-ed01-72f3-1ff3935830c7-9c75009c {
  justify-self: start;
}

#w-node-f526a7fe-098f-4c13-0b88-deff91f1b695-9c75009c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f526a7fe-098f-4c13-0b88-deff91f1b69a-9c75009c, #w-node-f526a7fe-098f-4c13-0b88-deff91f1b69c-9c75009c {
  justify-self: start;
}

#w-node-_5ae68cb8-3739-1d00-65de-a0bfc652c5b0-9c75009c {
  justify-self: end;
}

#w-node-bcf821ac-fb1e-a3ec-815d-40933b471192-9c75009c, #w-node-_848a5df9-a0f1-fca6-bbae-1eca855a7819-9c75009c, #w-node-a466dfc3-e112-fbcd-67a0-29dfeb9f11a3-9c75009c, #w-node-a466dfc3-e112-fbcd-67a0-29dfeb9f11a5-9c75009c, #w-node-c4ecd09a-f956-ac3b-e3ed-c3f95050fd48-9c75009c, #w-node-c4ecd09a-f956-ac3b-e3ed-c3f95050fd4a-9c75009c {
  justify-self: start;
}

#w-node-d64353f4-d288-d692-d884-b6939e78d2ba-9c75009d, #w-node-d64353f4-d288-d692-d884-b6939e78d2a6-9c75009d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d64353f4-d288-d692-d884-b6939e78d2ad-9c75009d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d64353f4-d288-d692-d884-b6939e78d2b0-9c75009d, #w-node-cde0f291-b05c-ee87-6706-e76154198004-9c75009d, #w-node-a8b9620d-c9c6-f66f-77fa-f6f0f347b33d-9c75009d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-cde0f291-b05c-ee87-6706-e76154198009-9c75009d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cde0f291-b05c-ee87-6706-e7615419800c-9c75009d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_18e49ce1-ac46-a100-eb68-150c00b441b4-9c75009d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_18e49ce1-ac46-a100-eb68-150c00b441b6-9c75009d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_2b63b888-587b-3cdf-2b0f-553ac5237991-9c75009d {
  align-self: start;
}

#w-node-c7e266b3-6f74-bf78-1ea9-7fd3b868d39b-9c75009d {
  justify-self: end;
}

#w-node-_2bf5858f-c7a1-6cf2-00f2-e92ceacd8e89-9c75009d {
  align-self: start;
}

#w-node-_5c7d2474-44ac-bd40-c84c-3efc95afe285-9c75009d {
  justify-self: end;
}

#w-node-_45fa4b16-3ac3-f7f5-3a3d-1af6ce36676a-9c75009d {
  align-self: start;
}

#w-node-cde243ba-c737-0612-39a7-7bf4322d2565-9c75009d {
  justify-self: end;
}

#w-node-ec0f63d7-a852-b9f9-d6e1-088a4b892d07-9c75009d {
  align-self: start;
}

#w-node-_62c36aec-5758-04e1-2702-83c47b70b281-9c75009d {
  justify-self: end;
}

#w-node-ef5f4d31-18e0-b8f0-57b7-7f52fdcf763b-9c75009e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ef5f4d31-18e0-b8f0-57b7-7f52fdcf763c-9c75009e, #w-node-_9906fcd3-02bf-1787-6bbf-301ccf5a295c-9c75009e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_9906fcd3-02bf-1787-6bbf-301ccf5a295f-9c75009e, #w-node-ef5f4d31-18e0-b8f0-57b7-7f52fdcf763f-9c75009e {
  justify-self: end;
}

#w-node-_38afbb75-c003-823a-9f01-672de11b6441-9c75009e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_38afbb75-c003-823a-9f01-672de11b6442-9c75009e, #w-node-_38afbb75-c003-823a-9f01-672de11b6446-9c75009e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_38afbb75-c003-823a-9f01-672de11b6447-9c75009e, #w-node-_38afbb75-c003-823a-9f01-672de11b6449-9c75009e {
  justify-self: end;
}

#w-node-_59b2261d-02b5-bc98-0bc6-e0d98732751d-9c75009e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_59b2261d-02b5-bc98-0bc6-e0d98732751e-9c75009e, #w-node-_59b2261d-02b5-bc98-0bc6-e0d987327522-9c75009e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_59b2261d-02b5-bc98-0bc6-e0d987327523-9c75009e, #w-node-_59b2261d-02b5-bc98-0bc6-e0d987327525-9c75009e {
  justify-self: end;
}

#w-node-_9d3b0c67-b212-42e3-d4f7-76e0945a14b3-9c75009e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d3b0c67-b212-42e3-d4f7-76e0945a14b4-9c75009e, #w-node-_9d3b0c67-b212-42e3-d4f7-76e0945a14b8-9c75009e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_9d3b0c67-b212-42e3-d4f7-76e0945a14b9-9c75009e, #w-node-_9d3b0c67-b212-42e3-d4f7-76e0945a14bb-9c75009e {
  justify-self: end;
}

#w-node-f32df803-1b14-755e-4daf-274d3affd659-9c75009e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f32df803-1b14-755e-4daf-274d3affd65b-9c75009e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-c7b9c601-501a-7a8b-a66b-0f5f3de8a56c-9c75009e, #w-node-f7d257f8-305f-fe3e-9c11-a25887c4d343-9c75009e, #w-node-ff0b7e83-29d5-2427-6b80-bbca124be8d6-9c75009e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff0b7e83-29d5-2427-6b80-bbca124be8db-9c75009e, #w-node-ff0b7e83-29d5-2427-6b80-bbca124be8dd-9c75009e {
  justify-self: start;
}

#w-node-ff0b7e83-29d5-2427-6b80-bbca124be8e1-9c75009e {
  justify-self: end;
}

#w-node-ff0b7e83-29d5-2427-6b80-bbca124be8e8-9c75009e {
  justify-self: start;
}

#w-node-ff0b7e83-29d5-2427-6b80-bbca124be8ea-9c75009e {
  align-self: start;
}

#w-node-ff0b7e83-29d5-2427-6b80-bbca124be8f4-9c75009e {
  justify-self: end;
}

#w-node-ff0b7e83-29d5-2427-6b80-bbca124be8fb-9c75009e {
  justify-self: start;
}

#w-node-ff0b7e83-29d5-2427-6b80-bbca124be8fd-9c75009e {
  align-self: start;
}

#w-node-ff0b7e83-29d5-2427-6b80-bbca124be907-9c75009e {
  justify-self: end;
}

#w-node-ff0b7e83-29d5-2427-6b80-bbca124be90e-9c75009e {
  justify-self: start;
}

#w-node-ff0b7e83-29d5-2427-6b80-bbca124be910-9c75009e {
  align-self: start;
}

#w-node-_7d52eb1f-2956-fbef-1309-03c1831ca615-9c75009e {
  justify-self: end;
}

#w-node-ff0b7e83-29d5-2427-6b80-bbca124be921-9c75009e {
  justify-self: start;
}

#w-node-ff0b7e83-29d5-2427-6b80-bbca124be923-9c75009e {
  align-self: start;
}

#w-node-_4b6f6178-44d4-9186-091e-535fe9c323e5-9c75009e {
  justify-self: end;
}

#timeup.w-node-_668fec89-409e-eb64-0de6-0812771929e7-9c75009e {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-e0ea0603-7b82-0b6d-985a-f1f0df680e62-9c7500a2, #w-node-_192d1c6c-6f35-ac43-ee69-7822a0aef0e8-9c7500a2, #w-node-_0d405c22-7e17-ccde-6d90-d908f7074983-9c7500a2, #w-node-_1605fed5-dd1f-9ec1-501b-06ac1217c899-9c7500a2, #w-node-e33e7a1c-ec0f-5070-0cd7-e0b4dfad2593-c348bb68, #w-node-e33e7a1c-ec0f-5070-0cd7-e0b4dfad259d-c348bb68 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e95b6c0d-3413-4d53-5902-bd608774a45a-c348bb68 {
  align-self: stretch;
}

#w-node-_541791fb-fde5-7bc7-4be7-c5d68362835b-8f38193e, #w-node-_541791fb-fde5-7bc7-4be7-c5d683628365-8f38193e, #w-node-_541791fb-fde5-7bc7-4be7-c5d683628370-8f38193e, #w-node-_541791fb-fde5-7bc7-4be7-c5d68362837c-8f38193e, #w-node-f3b0999f-7382-3954-6f7a-5bfeea1cc771-8f38193e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f3b0999f-7382-3954-6f7a-5bfeea1cc776-8f38193e, #w-node-f3b0999f-7382-3954-6f7a-5bfeea1cc778-8f38193e {
  justify-self: start;
}

#w-node-f3b0999f-7382-3954-6f7a-5bfeea1cc77a-8f38193e {
  justify-self: end;
}

#w-node-f3b0999f-7382-3954-6f7a-5bfeea1cc781-8f38193e {
  justify-self: start;
}

#w-node-f3b0999f-7382-3954-6f7a-5bfeea1cc783-8f38193e {
  align-self: start;
}

#w-node-f3b0999f-7382-3954-6f7a-5bfeea1cc78a-8f38193e {
  justify-self: end;
}

#w-node-f3b0999f-7382-3954-6f7a-5bfeea1cc791-8f38193e {
  justify-self: start;
}

#w-node-f3b0999f-7382-3954-6f7a-5bfeea1cc793-8f38193e {
  align-self: start;
}

#w-node-f3b0999f-7382-3954-6f7a-5bfeea1cc79a-8f38193e {
  justify-self: end;
}

#w-node-f3b0999f-7382-3954-6f7a-5bfeea1cc7a1-8f38193e {
  justify-self: start;
}

#w-node-f3b0999f-7382-3954-6f7a-5bfeea1cc7a3-8f38193e {
  align-self: start;
}

#w-node-f3b0999f-7382-3954-6f7a-5bfeea1cc7aa-8f38193e {
  justify-self: end;
}

#w-node-f3b0999f-7382-3954-6f7a-5bfeea1cc7b1-8f38193e {
  justify-self: start;
}

#w-node-f3b0999f-7382-3954-6f7a-5bfeea1cc7b3-8f38193e {
  align-self: start;
}

#w-node-f3b0999f-7382-3954-6f7a-5bfeea1cc7ba-8f38193e {
  justify-self: end;
}

#w-node-_85ae2cee-7381-171c-2f21-e6a89fad9d77-8f38193e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_85ae2cee-7381-171c-2f21-e6a89fad9d7c-8f38193e, #w-node-_85ae2cee-7381-171c-2f21-e6a89fad9d7e-8f38193e {
  justify-self: start;
}

#w-node-_85ae2cee-7381-171c-2f21-e6a89fad9d80-8f38193e {
  justify-self: end;
}

#w-node-_85ae2cee-7381-171c-2f21-e6a89fad9d87-8f38193e {
  justify-self: start;
}

#w-node-_85ae2cee-7381-171c-2f21-e6a89fad9d89-8f38193e {
  align-self: start;
}

#w-node-_85ae2cee-7381-171c-2f21-e6a89fad9d90-8f38193e {
  justify-self: end;
}

#w-node-_85ae2cee-7381-171c-2f21-e6a89fad9d97-8f38193e {
  justify-self: start;
}

#w-node-_85ae2cee-7381-171c-2f21-e6a89fad9d99-8f38193e {
  align-self: start;
}

#w-node-_85ae2cee-7381-171c-2f21-e6a89fad9da0-8f38193e {
  justify-self: end;
}

#w-node-_85ae2cee-7381-171c-2f21-e6a89fad9da7-8f38193e {
  justify-self: start;
}

#w-node-_85ae2cee-7381-171c-2f21-e6a89fad9da9-8f38193e {
  align-self: start;
}

#w-node-_85ae2cee-7381-171c-2f21-e6a89fad9db0-8f38193e {
  justify-self: end;
}

#w-node-_85ae2cee-7381-171c-2f21-e6a89fad9db7-8f38193e {
  justify-self: start;
}

#w-node-_85ae2cee-7381-171c-2f21-e6a89fad9db9-8f38193e {
  align-self: start;
}

#w-node-_85ae2cee-7381-171c-2f21-e6a89fad9dc0-8f38193e {
  justify-self: end;
}

#w-node-_541791fb-fde5-7bc7-4be7-c5d68362835b-6988be09, #w-node-_541791fb-fde5-7bc7-4be7-c5d683628365-6988be09, #w-node-_541791fb-fde5-7bc7-4be7-c5d683628370-6988be09, #w-node-_541791fb-fde5-7bc7-4be7-c5d68362837c-6988be09, #w-node-f7a4dda8-b809-b3f3-b677-a58ae161939c-6988be09 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_793658f8-c24d-a5f6-0736-c5d4704c208e-48e58dc9, #w-node-_793658f8-c24d-a5f6-0736-c5d4704c2094-48e58dc9, #w-node-_793658f8-c24d-a5f6-0736-c5d4704c209a-48e58dc9, #w-node-_4719b4f8-b247-9750-5558-07f1ae8a96cc-48e58dc9 {
  justify-self: start;
}

#timeup.w-node-_793658f8-c24d-a5f6-0736-c5d4704c20a6-48e58dc9, #timeup.w-node-_668fec89-409e-eb64-0de6-0812771929e7-48e58dc9 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-a5e7efed-6639-07ac-073e-21c8afc8de46-48e58dc9, #w-node-a5e7efed-6639-07ac-073e-21c8afc8de5a-48e58dc9, #w-node-a5e7efed-6639-07ac-073e-21c8afc8df0d-48e58dc9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5e7efed-6639-07ac-073e-21c8afc8df12-48e58dc9, #w-node-a5e7efed-6639-07ac-073e-21c8afc8df14-48e58dc9 {
  justify-self: start;
}

#w-node-a5e7efed-6639-07ac-073e-21c8afc8df16-48e58dc9 {
  justify-self: end;
}

#w-node-a5e7efed-6639-07ac-073e-21c8afc8df1d-48e58dc9 {
  justify-self: start;
}

#w-node-a5e7efed-6639-07ac-073e-21c8afc8df1f-48e58dc9 {
  align-self: start;
}

#w-node-a5e7efed-6639-07ac-073e-21c8afc8df26-48e58dc9 {
  justify-self: end;
}

#w-node-a5e7efed-6639-07ac-073e-21c8afc8df2d-48e58dc9 {
  justify-self: start;
}

#w-node-a5e7efed-6639-07ac-073e-21c8afc8df2f-48e58dc9 {
  align-self: start;
}

#w-node-a5e7efed-6639-07ac-073e-21c8afc8df36-48e58dc9 {
  justify-self: end;
}

#w-node-a5e7efed-6639-07ac-073e-21c8afc8df3d-48e58dc9 {
  justify-self: start;
}

#w-node-a5e7efed-6639-07ac-073e-21c8afc8df3f-48e58dc9 {
  align-self: start;
}

#w-node-a5e7efed-6639-07ac-073e-21c8afc8df46-48e58dc9 {
  justify-self: end;
}

#w-node-a5e7efed-6639-07ac-073e-21c8afc8df4d-48e58dc9 {
  justify-self: start;
}

#w-node-a5e7efed-6639-07ac-073e-21c8afc8df4f-48e58dc9 {
  align-self: start;
}

#w-node-a5e7efed-6639-07ac-073e-21c8afc8df56-48e58dc9 {
  justify-self: end;
}

#timeup.w-node-a5e7efed-6639-07ac-073e-21c8afc8df7a-48e58dc9, #timeup.w-node-a5e7efed-6639-07ac-073e-21c8afc8dfaa-48e58dc9, #timeup.w-node-a5e7efed-6639-07ac-073e-21c8afc8dfd7-48e58dc9, #timeup.w-node-a5e7efed-6639-07ac-073e-21c8afc8e004-48e58dc9, #timeup.w-node-a5e7efed-6639-07ac-073e-21c8afc8e031-48e58dc9 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_16acb9b8-cd12-75e9-c9af-7c6c29189768-b58e81a6 {
  align-self: stretch;
}

#w-node-c5be99bc-90ef-dbb1-41ae-fac692f2b3d8-1c383861, #w-node-c5be99bc-90ef-dbb1-41ae-fac692f2b3d8-c653ac2b {
  justify-self: start;
}

#w-node-_34465acc-f52d-ee8f-c1c1-f7cb1896e780-0a50f0ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-a5e7efed-6639-07ac-073e-21c8afc8df0d-958b3c4d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5e7efed-6639-07ac-073e-21c8afc8df12-958b3c4d, #w-node-a5e7efed-6639-07ac-073e-21c8afc8df14-958b3c4d, #w-node-_0a3eddc7-e18d-e344-629f-b32e82e4139f-958b3c4d, #w-node-f25ff995-7cae-41f7-367f-27d3fbd93edf-958b3c4d, #w-node-a5e7efed-6639-07ac-073e-21c8afc8df1d-958b3c4d, #w-node-_2851a822-5c96-77e9-752b-c00e4dc52e64-958b3c4d, #w-node-_9905bb0e-4e2e-4553-1e1b-fa7762a63ae6-958b3c4d {
  justify-self: start;
}

#w-node-_9ad67db3-7706-d910-0e7a-65e1541a31be-958b3c4d {
  align-self: start;
}

#w-node-a5e7efed-6639-07ac-073e-21c8afc8df3d-958b3c4d, #w-node-_97bf621e-2b9a-d10f-4fd2-ed7414101442-958b3c4d, #w-node-_73e35943-959d-a38d-4558-a36d30e966f4-958b3c4d {
  justify-self: start;
}

#w-node-_5fd93f2d-4761-81dd-4692-e2942c807c1c-958b3c4d {
  align-self: start;
}

@media screen and (min-width: 1920px) {
  #w-node-fefcf0ac-9834-a504-b32b-fb7679fcd219-9c750090 {
    justify-self: stretch;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-e3565173-e9d2-3001-847c-69d20877c713-0877c70f {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-e373db94-a31d-7882-7612-b44a099d7438-9c750066 {
    justify-self: end;
  }

  #w-node-a5e7efed-6639-07ac-073e-21c8afc8df12-9c750087, #w-node-a5e7efed-6639-07ac-073e-21c8afc8df14-9c750087 {
    justify-self: start;
  }

  #w-node-a5e7efed-6639-07ac-073e-21c8afc8df16-9c750087 {
    justify-self: end;
  }

  #w-node-a5e7efed-6639-07ac-073e-21c8afc8df1d-9c750087 {
    justify-self: start;
  }

  #w-node-a5e7efed-6639-07ac-073e-21c8afc8df26-9c750087 {
    justify-self: end;
  }

  #w-node-a5e7efed-6639-07ac-073e-21c8afc8df2d-9c750087 {
    justify-self: start;
  }

  #w-node-a5e7efed-6639-07ac-073e-21c8afc8df36-9c750087 {
    justify-self: end;
  }

  #w-node-a5e7efed-6639-07ac-073e-21c8afc8df3d-9c750087 {
    justify-self: start;
  }

  #w-node-a5e7efed-6639-07ac-073e-21c8afc8df46-9c750087 {
    justify-self: end;
  }

  #w-node-a5e7efed-6639-07ac-073e-21c8afc8df4d-9c750087, #w-node-dee616f0-6eee-2327-b3d5-03ca74b3f109-9c75008e, #w-node-_46770f1f-7283-9c89-8abd-b93f796004f5-9c75008e, #w-node-f7f32d23-b5b4-b3f2-0d3a-852b29b7fa4c-9c75008e {
    justify-self: start;
  }

  #w-node-f7f32d23-b5b4-b3f2-0d3a-852b29b7fa4e-9c75008e {
    justify-self: end;
  }

  #w-node-b3f8ef79-183f-010a-bcb1-46ae9047a5eb-9c75008e {
    justify-self: start;
  }

  #w-node-be133411-0f9c-b3b4-fe74-1f2aa3aaf649-9c75008e {
    justify-self: end;
  }

  #w-node-_5747566e-8bf7-21ac-0bbf-6ccf08f391e6-9c75008e {
    justify-self: start;
  }

  #w-node-_5747566e-8bf7-21ac-0bbf-6ccf08f391e8-9c75008e {
    justify-self: end;
  }

  #w-node-_4cfcbb38-c520-760c-df8f-d7a5857fea52-9c75008e {
    justify-self: start;
  }

  #w-node-_4a22878b-eff2-fdcf-ee59-96108a0af2ff-9c75008e {
    justify-self: end;
  }

  #w-node-_4f53ddb3-2a83-a645-65be-eaa9df8d8112-9c75008e, #w-node-_617cc949-9aae-5417-3f59-6c6cefab29ed-9c75008e, #w-node-_7203966b-049d-6205-db2d-607076c34353-9c75008e, #w-node-bf61acf5-86b9-3d39-2765-5e469a4c6a95-9c75008e, #w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c7100-9c75008e, #w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c7118-9c75008e, #w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c714b-9c75008e {
    justify-self: start;
  }

  #w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c714d-9c75008e {
    justify-self: end;
  }

  #w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c7155-9c75008e {
    justify-self: start;
  }

  #w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c7157-9c75008e {
    justify-self: end;
  }

  #w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c715f-9c75008e {
    justify-self: start;
  }

  #w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c7161-9c75008e {
    justify-self: end;
  }

  #w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c7169-9c75008e {
    justify-self: start;
  }

  #w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c716b-9c75008e {
    justify-self: end;
  }

  #w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c7173-9c75008e, #w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c717b-9c75008e, #w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c7183-9c75008e, #w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c718b-9c75008e, #w-node-_8860dfcc-815c-150c-0a56-a62bbbf28d68-9c75008e, #w-node-_8860dfcc-815c-150c-0a56-a62bbbf28d80-9c75008e, #w-node-_8860dfcc-815c-150c-0a56-a62bbbf28db3-9c75008e {
    justify-self: start;
  }

  #w-node-_8860dfcc-815c-150c-0a56-a62bbbf28db5-9c75008e {
    justify-self: end;
  }

  #w-node-_8860dfcc-815c-150c-0a56-a62bbbf28dbd-9c75008e {
    justify-self: start;
  }

  #w-node-_8860dfcc-815c-150c-0a56-a62bbbf28dbf-9c75008e {
    justify-self: end;
  }

  #w-node-_8860dfcc-815c-150c-0a56-a62bbbf28dc7-9c75008e {
    justify-self: start;
  }

  #w-node-_8860dfcc-815c-150c-0a56-a62bbbf28dc9-9c75008e {
    justify-self: end;
  }

  #w-node-_8860dfcc-815c-150c-0a56-a62bbbf28dd1-9c75008e {
    justify-self: start;
  }

  #w-node-_8860dfcc-815c-150c-0a56-a62bbbf28dd3-9c75008e {
    justify-self: end;
  }

  #w-node-_8860dfcc-815c-150c-0a56-a62bbbf28ddb-9c75008e, #w-node-_8860dfcc-815c-150c-0a56-a62bbbf28de3-9c75008e, #w-node-_8860dfcc-815c-150c-0a56-a62bbbf28deb-9c75008e, #w-node-_8860dfcc-815c-150c-0a56-a62bbbf28df3-9c75008e, #w-node-_532a3906-2ef1-894a-8a20-82d575f56c41-9c75008e, #w-node-_532a3906-2ef1-894a-8a20-82d575f56c59-9c75008e, #w-node-_532a3906-2ef1-894a-8a20-82d575f56c8c-9c75008e {
    justify-self: start;
  }

  #w-node-_532a3906-2ef1-894a-8a20-82d575f56c8e-9c75008e {
    justify-self: end;
  }

  #w-node-_532a3906-2ef1-894a-8a20-82d575f56c96-9c75008e {
    justify-self: start;
  }

  #w-node-_532a3906-2ef1-894a-8a20-82d575f56c98-9c75008e {
    justify-self: end;
  }

  #w-node-_532a3906-2ef1-894a-8a20-82d575f56ca0-9c75008e {
    justify-self: start;
  }

  #w-node-_532a3906-2ef1-894a-8a20-82d575f56ca2-9c75008e {
    justify-self: end;
  }

  #w-node-_532a3906-2ef1-894a-8a20-82d575f56caa-9c75008e {
    justify-self: start;
  }

  #w-node-_532a3906-2ef1-894a-8a20-82d575f56cac-9c75008e {
    justify-self: end;
  }

  #w-node-_532a3906-2ef1-894a-8a20-82d575f56cb4-9c75008e, #w-node-_532a3906-2ef1-894a-8a20-82d575f56cbc-9c75008e, #w-node-_532a3906-2ef1-894a-8a20-82d575f56cc4-9c75008e, #w-node-_532a3906-2ef1-894a-8a20-82d575f56ccc-9c75008e, #w-node-a2860cbc-0ecf-ed01-72f3-1ff39358309f-9c75008e, #w-node-a2860cbc-0ecf-ed01-72f3-1ff3935830a5-9c75008e, #w-node-a2860cbc-0ecf-ed01-72f3-1ff3935830ab-9c75008e, #w-node-a2860cbc-0ecf-ed01-72f3-1ff3935830b7-9c75008e, #w-node-a2860cbc-0ecf-ed01-72f3-1ff3935830bf-9c75008e, #w-node-a2860cbc-0ecf-ed01-72f3-1ff3935830c7-9c75008e, #w-node-f526a7fe-098f-4c13-0b88-deff91f1b69a-9c75008e, #w-node-f526a7fe-098f-4c13-0b88-deff91f1b69c-9c75008e {
    justify-self: start;
  }

  #w-node-_5ae68cb8-3739-1d00-65de-a0bfc652c5b0-9c75008e {
    justify-self: end;
  }

  #w-node-bcf821ac-fb1e-a3ec-815d-40933b471192-9c75008e, #w-node-_848a5df9-a0f1-fca6-bbae-1eca855a7819-9c75008e, #w-node-a466dfc3-e112-fbcd-67a0-29dfeb9f11a3-9c75008e, #w-node-a466dfc3-e112-fbcd-67a0-29dfeb9f11a5-9c75008e, #w-node-c4ecd09a-f956-ac3b-e3ed-c3f95050fd48-9c75008e, #w-node-c4ecd09a-f956-ac3b-e3ed-c3f95050fd4a-9c75008e, #w-node-_0f28bd27-b2a1-9a8a-9519-973421a40ce6-9c750095, #w-node-_0f28bd27-b2a1-9a8a-9519-973421a40ce8-9c750095 {
    justify-self: start;
  }

  #w-node-a1b7bec1-0d77-59bf-d777-841717b2c35a-9c750095 {
    justify-self: end;
  }

  #w-node-_0f28bd27-b2a1-9a8a-9519-973421a40cf0-9c750095, #w-node-_7adf2cdd-ff2a-2085-e2df-c748a00d89d5-9c750095, #w-node-cc47bdf3-5e67-03db-06fa-545f496ec108-9c750095, #w-node-d2407ecb-53d5-74f4-695f-f6c15f1134c5-9c750095, #w-node-d2407ecb-53d5-74f4-695f-f6c15f1134c7-9c750095 {
    justify-self: start;
  }

  #w-node-d2407ecb-53d5-74f4-695f-f6c15f1134c9-9c750095 {
    justify-self: end;
  }

  #w-node-d2407ecb-53d5-74f4-695f-f6c15f1134d0-9c750095, #w-node-d2407ecb-53d5-74f4-695f-f6c15f1134d2-9c750095, #w-node-d2407ecb-53d5-74f4-695f-f6c15f1134d4-9c750095 {
    justify-self: start;
  }

  #w-node-d2407ecb-53d5-74f4-695f-f6c15f1134d9-9c750095, #w-node-d2407ecb-53d5-74f4-695f-f6c15f1134db-9c750095 {
    justify-self: end;
  }

  #w-node-c7c0ce62-2624-5fc9-9e9d-417d900813fa-9c750095, #w-node-c7c0ce62-2624-5fc9-9e9d-417d900813fc-9c750095 {
    justify-self: start;
  }

  #w-node-c7c0ce62-2624-5fc9-9e9d-417d900813fe-9c750095 {
    justify-self: end;
  }

  #w-node-c7c0ce62-2624-5fc9-9e9d-417d90081405-9c750095, #w-node-c7c0ce62-2624-5fc9-9e9d-417d90081407-9c750095, #w-node-c7c0ce62-2624-5fc9-9e9d-417d90081409-9c750095 {
    justify-self: start;
  }

  #w-node-c7c0ce62-2624-5fc9-9e9d-417d9008140e-9c750095, #w-node-c7c0ce62-2624-5fc9-9e9d-417d90081410-9c750095 {
    justify-self: end;
  }

  #w-node-_5b2e6437-1d75-126c-db75-819aff4bc00c-9c750095, #w-node-_5b2e6437-1d75-126c-db75-819aff4bc00e-9c750095 {
    justify-self: start;
  }

  #w-node-_5b2e6437-1d75-126c-db75-819aff4bc010-9c750095 {
    justify-self: end;
  }

  #w-node-_5b2e6437-1d75-126c-db75-819aff4bc017-9c750095, #w-node-_5b2e6437-1d75-126c-db75-819aff4bc019-9c750095, #w-node-c35d876f-b519-b02b-9829-3f114f599506-9c750095 {
    justify-self: start;
  }

  #w-node-_5b2e6437-1d75-126c-db75-819aff4bc020-9c750095, #w-node-_5b2e6437-1d75-126c-db75-819aff4bc022-9c750095 {
    justify-self: end;
  }

  #w-node-d627dd5f-fa93-38da-42a8-abbe92d07fd9-9c750095, #w-node-d627dd5f-fa93-38da-42a8-abbe92d07fdb-9c750095 {
    justify-self: start;
  }

  #w-node-d627dd5f-fa93-38da-42a8-abbe92d07fdd-9c750095 {
    justify-self: end;
  }

  #w-node-d627dd5f-fa93-38da-42a8-abbe92d07fe4-9c750095, #w-node-d627dd5f-fa93-38da-42a8-abbe92d07fe6-9c750095, #w-node-_8224ad0e-af1b-a2d1-34cf-d51efa040fe7-9c750095 {
    justify-self: start;
  }

  #w-node-d627dd5f-fa93-38da-42a8-abbe92d07fed-9c750095, #w-node-d627dd5f-fa93-38da-42a8-abbe92d07fef-9c750095 {
    justify-self: end;
  }

  #w-node-_8603790b-0207-8704-c9f4-9136927740a3-9c750095, #w-node-_8603790b-0207-8704-c9f4-9136927740a5-9c750095 {
    justify-self: start;
  }

  #w-node-_8603790b-0207-8704-c9f4-9136927740a7-9c750095 {
    justify-self: end;
  }

  #w-node-_8603790b-0207-8704-c9f4-9136927740ae-9c750095, #w-node-_8603790b-0207-8704-c9f4-9136927740b0-9c750095, #w-node-_8603790b-0207-8704-c9f4-9136927740b2-9c750095 {
    justify-self: start;
  }

  #w-node-_8603790b-0207-8704-c9f4-9136927740b7-9c750095, #w-node-_8603790b-0207-8704-c9f4-9136927740b9-9c750095 {
    justify-self: end;
  }

  #w-node-_0ad95eba-7bd1-04a9-58bb-edde13c2ba85-9c750095, #w-node-_0ad95eba-7bd1-04a9-58bb-edde13c2ba87-9c750095 {
    justify-self: start;
  }

  #w-node-_0ad95eba-7bd1-04a9-58bb-edde13c2ba89-9c750095 {
    justify-self: end;
  }

  #w-node-_0ad95eba-7bd1-04a9-58bb-edde13c2ba90-9c750095, #w-node-_0ad95eba-7bd1-04a9-58bb-edde13c2ba92-9c750095, #w-node-_0ad95eba-7bd1-04a9-58bb-edde13c2ba94-9c750095 {
    justify-self: start;
  }

  #w-node-_0ad95eba-7bd1-04a9-58bb-edde13c2ba99-9c750095, #w-node-_0ad95eba-7bd1-04a9-58bb-edde13c2ba9b-9c750095 {
    justify-self: end;
  }

  #w-node-b3f8ef79-183f-010a-bcb1-46ae9047a5eb-9c750097, #w-node-f57fcbe5-0b5b-39ee-5c48-aaa8b6e37560-9c750097, #w-node-f526a7fe-098f-4c13-0b88-deff91f1b69a-9c750098, #w-node-f526a7fe-098f-4c13-0b88-deff91f1b69c-9c750098, #w-node-_5ae68cb8-3739-1d00-65de-a0bfc652c5b0-9c750098 {
    justify-self: start;
  }

  #w-node-f1873e1b-e7dd-c171-728c-e74dda1196d0-9c750098 {
    justify-self: end;
  }

  #w-node-bcf821ac-fb1e-a3ec-815d-40933b471192-9c750098, #w-node-_41f27393-bacb-67ad-bf7e-e5381e7ae839-9c750098 {
    justify-self: start;
  }

  #w-node-_2a0bb1b5-b76b-b380-a2a3-4f428658fe52-9c750098 {
    justify-self: end;
  }

  #w-node-_3aba9fcf-079a-c5d4-4a5b-8194f2708b2e-9c750098, #w-node-_3aba9fcf-079a-c5d4-4a5b-8194f2708b38-9c750098 {
    justify-self: start;
  }

  #w-node-_3aba9fcf-079a-c5d4-4a5b-8194f2708b3a-9c750098 {
    justify-self: end;
  }

  #w-node-fb3528a6-fbc9-6f79-8b51-276e474725f5-9c750098, #w-node-fb3528a6-fbc9-6f79-8b51-276e474725ff-9c750098, #w-node-_4911aec4-5547-52f1-587f-5df45e38eddb-9c750098, #w-node-_4911aec4-5547-52f1-587f-5df45e38ede5-9c750098 {
    justify-self: start;
  }

  #w-node-a2b928a7-6582-c037-4cea-c302a4522f90-9c750098 {
    justify-self: end;
  }

  #w-node-_007a7ac5-ec78-dac7-3007-b927a4e16b4b-9c750098, #w-node-_007a7ac5-ec78-dac7-3007-b927a4e16b55-9c750098 {
    justify-self: start;
  }

  #w-node-db0dffe9-a578-656f-3155-ea4d5833cd7e-9c750098, #w-node-_68267169-97df-f130-8734-d5cce80c345b-9c750099, #w-node-ca77a8d1-80e5-ae58-2f60-91582a76ab65-9c750099, #w-node-_24364075-4d95-556a-9627-e8dd6392b039-9c750099, #w-node-b89d4ad3-43a4-c6d2-f225-6133977952a6-9c750099, #w-node-_07627741-16e6-ed79-8503-b15c19a94f3c-9c750099, #w-node-_40c974d0-f419-fb45-93b1-5591cc61da64-9c750099, #w-node-aa39df38-8744-bb4c-df9f-e95ebf9249bc-9c750099, #w-node-aa39df38-8744-bb4c-df9f-e95ebf9249c5-9c750099, #w-node-aa39df38-8744-bb4c-df9f-e95ebf9249ce-9c750099, #w-node-aa39df38-8744-bb4c-df9f-e95ebf9249d7-9c750099, #w-node-febf025d-25b1-13a7-b177-696fff5f0dec-9c750099, #w-node-febf025d-25b1-13a7-b177-696fff5f0df6-9c750099, #w-node-_0ca2b0da-2faa-fd46-8ea9-17019cd2af46-9c750099, #w-node-_0ca2b0da-2faa-fd46-8ea9-17019cd2af4f-9c750099, #w-node-_0ca2b0da-2faa-fd46-8ea9-17019cd2af58-9c750099, #w-node-_0ca2b0da-2faa-fd46-8ea9-17019cd2af61-9c750099, #w-node-_60d20202-9771-b101-57f5-302ade8a1277-9c750099, #w-node-_60d20202-9771-b101-57f5-302ade8a1281-9c750099, #w-node-_72fb2aa7-9f91-bff3-a6ee-00faf952b321-9c75009b {
    justify-self: end;
  }

  #w-node-dee616f0-6eee-2327-b3d5-03ca74b3f109-9c75009c, #w-node-_46770f1f-7283-9c89-8abd-b93f796004f5-9c75009c, #w-node-f7f32d23-b5b4-b3f2-0d3a-852b29b7fa4c-9c75009c {
    justify-self: start;
  }

  #w-node-f7f32d23-b5b4-b3f2-0d3a-852b29b7fa4e-9c75009c {
    justify-self: end;
  }

  #w-node-b3f8ef79-183f-010a-bcb1-46ae9047a5eb-9c75009c {
    justify-self: start;
  }

  #w-node-_4365b4f8-290f-00b6-b3bf-8dbbca86a602-9c75009c {
    justify-self: end;
  }

  #w-node-_5747566e-8bf7-21ac-0bbf-6ccf08f391e6-9c75009c {
    justify-self: start;
  }

  #w-node-c1da41bf-1a00-b20e-a587-f884cfa8b07f-9c75009c {
    justify-self: end;
  }

  #w-node-_4cfcbb38-c520-760c-df8f-d7a5857fea52-9c75009c {
    justify-self: start;
  }

  #w-node-dd3c5593-7c53-7523-72a6-db1adcb7329b-9c75009c {
    justify-self: end;
  }

  #w-node-_4f53ddb3-2a83-a645-65be-eaa9df8d8112-9c75009c {
    justify-self: start;
  }

  #w-node-_4de4f96a-ca51-cde3-c125-9fdefa445a63-9c75009c, #w-node-_4de4f96a-ca51-cde3-c125-9fdefa445a64-9c75009c {
    justify-self: end;
  }

  #w-node-_617cc949-9aae-5417-3f59-6c6cefab29ed-9c75009c {
    justify-self: start;
  }

  #w-node-_96467856-9171-54d5-5a63-469f98fe723b-9c75009c {
    justify-self: end;
  }

  #w-node-_7203966b-049d-6205-db2d-607076c34353-9c75009c {
    justify-self: start;
  }

  #w-node-_7bed8db0-9ce6-b9ca-65ef-ea3c1c6f7c29-9c75009c {
    justify-self: end;
  }

  #w-node-bf61acf5-86b9-3d39-2765-5e469a4c6a95-9c75009c {
    justify-self: start;
  }

  #w-node-_0a941ce8-9c8b-00d9-f4c4-230c9083ebbf-9c75009c {
    justify-self: end;
  }

  #w-node-_70e60114-7506-b213-1718-1f3a273b7ce6-9c75009c {
    justify-self: start;
  }

  #w-node-_5c314038-bb7a-1882-a911-2f61b30ff4e0-9c75009c {
    justify-self: end;
  }

  #w-node-_16ca3a19-f952-4dbc-ea64-a81c37110c37-9c75009c {
    justify-self: start;
  }

  #w-node-aee47f01-6043-6463-bc20-0249ae388517-9c75009c {
    justify-self: end;
  }

  #w-node-bbbc402d-7e62-2171-6c23-30a43212b62e-9c75009c {
    justify-self: start;
  }

  #w-node-bbb8a5ad-750f-2807-4547-7f34ef1bddd4-9c75009c {
    justify-self: end;
  }

  #w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c7100-9c75009c, #w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c7118-9c75009c, #w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c714b-9c75009c {
    justify-self: start;
  }

  #w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c714d-9c75009c {
    justify-self: end;
  }

  #w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c7155-9c75009c {
    justify-self: start;
  }

  #w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c7157-9c75009c {
    justify-self: end;
  }

  #w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c715f-9c75009c {
    justify-self: start;
  }

  #w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c7161-9c75009c {
    justify-self: end;
  }

  #w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c7169-9c75009c {
    justify-self: start;
  }

  #w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c716b-9c75009c {
    justify-self: end;
  }

  #w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c7173-9c75009c, #w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c717b-9c75009c, #w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c7183-9c75009c, #w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c718b-9c75009c, #w-node-_8860dfcc-815c-150c-0a56-a62bbbf28d68-9c75009c, #w-node-_8860dfcc-815c-150c-0a56-a62bbbf28d80-9c75009c, #w-node-_8860dfcc-815c-150c-0a56-a62bbbf28db3-9c75009c {
    justify-self: start;
  }

  #w-node-_8860dfcc-815c-150c-0a56-a62bbbf28db5-9c75009c {
    justify-self: end;
  }

  #w-node-_8860dfcc-815c-150c-0a56-a62bbbf28dbd-9c75009c {
    justify-self: start;
  }

  #w-node-_8860dfcc-815c-150c-0a56-a62bbbf28dbf-9c75009c {
    justify-self: end;
  }

  #w-node-_8860dfcc-815c-150c-0a56-a62bbbf28dc7-9c75009c {
    justify-self: start;
  }

  #w-node-_8860dfcc-815c-150c-0a56-a62bbbf28dc9-9c75009c {
    justify-self: end;
  }

  #w-node-_8860dfcc-815c-150c-0a56-a62bbbf28dd1-9c75009c {
    justify-self: start;
  }

  #w-node-_8860dfcc-815c-150c-0a56-a62bbbf28dd3-9c75009c {
    justify-self: end;
  }

  #w-node-_8860dfcc-815c-150c-0a56-a62bbbf28ddb-9c75009c, #w-node-_8860dfcc-815c-150c-0a56-a62bbbf28de3-9c75009c, #w-node-_8860dfcc-815c-150c-0a56-a62bbbf28deb-9c75009c, #w-node-_8860dfcc-815c-150c-0a56-a62bbbf28df3-9c75009c, #w-node-_532a3906-2ef1-894a-8a20-82d575f56c41-9c75009c, #w-node-_532a3906-2ef1-894a-8a20-82d575f56c59-9c75009c, #w-node-_532a3906-2ef1-894a-8a20-82d575f56c8c-9c75009c {
    justify-self: start;
  }

  #w-node-_532a3906-2ef1-894a-8a20-82d575f56c8e-9c75009c {
    justify-self: end;
  }

  #w-node-_532a3906-2ef1-894a-8a20-82d575f56c96-9c75009c {
    justify-self: start;
  }

  #w-node-_532a3906-2ef1-894a-8a20-82d575f56c98-9c75009c {
    justify-self: end;
  }

  #w-node-_532a3906-2ef1-894a-8a20-82d575f56ca0-9c75009c {
    justify-self: start;
  }

  #w-node-_532a3906-2ef1-894a-8a20-82d575f56ca2-9c75009c {
    justify-self: end;
  }

  #w-node-_532a3906-2ef1-894a-8a20-82d575f56caa-9c75009c {
    justify-self: start;
  }

  #w-node-_532a3906-2ef1-894a-8a20-82d575f56cac-9c75009c {
    justify-self: end;
  }

  #w-node-_532a3906-2ef1-894a-8a20-82d575f56cb4-9c75009c, #w-node-_532a3906-2ef1-894a-8a20-82d575f56cbc-9c75009c, #w-node-_532a3906-2ef1-894a-8a20-82d575f56cc4-9c75009c, #w-node-_532a3906-2ef1-894a-8a20-82d575f56ccc-9c75009c, #w-node-a2860cbc-0ecf-ed01-72f3-1ff39358309f-9c75009c, #w-node-a2860cbc-0ecf-ed01-72f3-1ff3935830a5-9c75009c, #w-node-a2860cbc-0ecf-ed01-72f3-1ff3935830ab-9c75009c, #w-node-a2860cbc-0ecf-ed01-72f3-1ff3935830b7-9c75009c, #w-node-a2860cbc-0ecf-ed01-72f3-1ff3935830bf-9c75009c, #w-node-a2860cbc-0ecf-ed01-72f3-1ff3935830c7-9c75009c, #w-node-f526a7fe-098f-4c13-0b88-deff91f1b69a-9c75009c, #w-node-f526a7fe-098f-4c13-0b88-deff91f1b69c-9c75009c {
    justify-self: start;
  }

  #w-node-_5ae68cb8-3739-1d00-65de-a0bfc652c5b0-9c75009c {
    justify-self: end;
  }

  #w-node-bcf821ac-fb1e-a3ec-815d-40933b471192-9c75009c, #w-node-_848a5df9-a0f1-fca6-bbae-1eca855a7819-9c75009c, #w-node-a466dfc3-e112-fbcd-67a0-29dfeb9f11a3-9c75009c, #w-node-a466dfc3-e112-fbcd-67a0-29dfeb9f11a5-9c75009c, #w-node-c4ecd09a-f956-ac3b-e3ed-c3f95050fd48-9c75009c, #w-node-c4ecd09a-f956-ac3b-e3ed-c3f95050fd4a-9c75009c {
    justify-self: start;
  }

  #w-node-c7e266b3-6f74-bf78-1ea9-7fd3b868d39b-9c75009d, #w-node-_5c7d2474-44ac-bd40-c84c-3efc95afe285-9c75009d, #w-node-cde243ba-c737-0612-39a7-7bf4322d2565-9c75009d, #w-node-_62c36aec-5758-04e1-2702-83c47b70b281-9c75009d, #w-node-_9906fcd3-02bf-1787-6bbf-301ccf5a295f-9c75009e, #w-node-ef5f4d31-18e0-b8f0-57b7-7f52fdcf763f-9c75009e, #w-node-_38afbb75-c003-823a-9f01-672de11b6447-9c75009e, #w-node-_38afbb75-c003-823a-9f01-672de11b6449-9c75009e, #w-node-_59b2261d-02b5-bc98-0bc6-e0d987327523-9c75009e, #w-node-_59b2261d-02b5-bc98-0bc6-e0d987327525-9c75009e, #w-node-_9d3b0c67-b212-42e3-d4f7-76e0945a14b9-9c75009e, #w-node-_9d3b0c67-b212-42e3-d4f7-76e0945a14bb-9c75009e {
    justify-self: end;
  }

  #w-node-ff0b7e83-29d5-2427-6b80-bbca124be8db-9c75009e, #w-node-ff0b7e83-29d5-2427-6b80-bbca124be8dd-9c75009e {
    justify-self: start;
  }

  #w-node-ff0b7e83-29d5-2427-6b80-bbca124be8e1-9c75009e {
    justify-self: end;
  }

  #w-node-ff0b7e83-29d5-2427-6b80-bbca124be8e8-9c75009e {
    justify-self: start;
  }

  #w-node-ff0b7e83-29d5-2427-6b80-bbca124be8f4-9c75009e {
    justify-self: end;
  }

  #w-node-ff0b7e83-29d5-2427-6b80-bbca124be8fb-9c75009e {
    justify-self: start;
  }

  #w-node-ff0b7e83-29d5-2427-6b80-bbca124be907-9c75009e {
    justify-self: end;
  }

  #w-node-ff0b7e83-29d5-2427-6b80-bbca124be90e-9c75009e {
    justify-self: start;
  }

  #w-node-_7d52eb1f-2956-fbef-1309-03c1831ca615-9c75009e {
    justify-self: end;
  }

  #w-node-ff0b7e83-29d5-2427-6b80-bbca124be921-9c75009e, #w-node-f3b0999f-7382-3954-6f7a-5bfeea1cc776-8f38193e, #w-node-f3b0999f-7382-3954-6f7a-5bfeea1cc778-8f38193e {
    justify-self: start;
  }

  #w-node-f3b0999f-7382-3954-6f7a-5bfeea1cc77a-8f38193e {
    justify-self: end;
  }

  #w-node-f3b0999f-7382-3954-6f7a-5bfeea1cc781-8f38193e {
    justify-self: start;
  }

  #w-node-f3b0999f-7382-3954-6f7a-5bfeea1cc78a-8f38193e {
    justify-self: end;
  }

  #w-node-f3b0999f-7382-3954-6f7a-5bfeea1cc791-8f38193e {
    justify-self: start;
  }

  #w-node-f3b0999f-7382-3954-6f7a-5bfeea1cc79a-8f38193e {
    justify-self: end;
  }

  #w-node-f3b0999f-7382-3954-6f7a-5bfeea1cc7a1-8f38193e {
    justify-self: start;
  }

  #w-node-f3b0999f-7382-3954-6f7a-5bfeea1cc7aa-8f38193e {
    justify-self: end;
  }

  #w-node-f3b0999f-7382-3954-6f7a-5bfeea1cc7b1-8f38193e, #w-node-_85ae2cee-7381-171c-2f21-e6a89fad9d7c-8f38193e, #w-node-_85ae2cee-7381-171c-2f21-e6a89fad9d7e-8f38193e {
    justify-self: start;
  }

  #w-node-_85ae2cee-7381-171c-2f21-e6a89fad9d80-8f38193e {
    justify-self: end;
  }

  #w-node-_85ae2cee-7381-171c-2f21-e6a89fad9d87-8f38193e {
    justify-self: start;
  }

  #w-node-_85ae2cee-7381-171c-2f21-e6a89fad9d90-8f38193e {
    justify-self: end;
  }

  #w-node-_85ae2cee-7381-171c-2f21-e6a89fad9d97-8f38193e {
    justify-self: start;
  }

  #w-node-_85ae2cee-7381-171c-2f21-e6a89fad9da0-8f38193e {
    justify-self: end;
  }

  #w-node-_85ae2cee-7381-171c-2f21-e6a89fad9da7-8f38193e {
    justify-self: start;
  }

  #w-node-_85ae2cee-7381-171c-2f21-e6a89fad9db0-8f38193e {
    justify-self: end;
  }

  #w-node-_85ae2cee-7381-171c-2f21-e6a89fad9db7-8f38193e, #w-node-a5e7efed-6639-07ac-073e-21c8afc8df12-48e58dc9, #w-node-a5e7efed-6639-07ac-073e-21c8afc8df14-48e58dc9 {
    justify-self: start;
  }

  #w-node-a5e7efed-6639-07ac-073e-21c8afc8df16-48e58dc9 {
    justify-self: end;
  }

  #w-node-a5e7efed-6639-07ac-073e-21c8afc8df1d-48e58dc9 {
    justify-self: start;
  }

  #w-node-a5e7efed-6639-07ac-073e-21c8afc8df26-48e58dc9 {
    justify-self: end;
  }

  #w-node-a5e7efed-6639-07ac-073e-21c8afc8df2d-48e58dc9 {
    justify-self: start;
  }

  #w-node-a5e7efed-6639-07ac-073e-21c8afc8df36-48e58dc9 {
    justify-self: end;
  }

  #w-node-a5e7efed-6639-07ac-073e-21c8afc8df3d-48e58dc9 {
    justify-self: start;
  }

  #w-node-a5e7efed-6639-07ac-073e-21c8afc8df46-48e58dc9 {
    justify-self: end;
  }

  #w-node-a5e7efed-6639-07ac-073e-21c8afc8df4d-48e58dc9, #w-node-a5e7efed-6639-07ac-073e-21c8afc8df12-958b3c4d, #w-node-a5e7efed-6639-07ac-073e-21c8afc8df14-958b3c4d, #w-node-_0a3eddc7-e18d-e344-629f-b32e82e4139f-958b3c4d, #w-node-f25ff995-7cae-41f7-367f-27d3fbd93edf-958b3c4d, #w-node-a5e7efed-6639-07ac-073e-21c8afc8df1d-958b3c4d, #w-node-_2851a822-5c96-77e9-752b-c00e4dc52e64-958b3c4d, #w-node-_9905bb0e-4e2e-4553-1e1b-fa7762a63ae6-958b3c4d, #w-node-a5e7efed-6639-07ac-073e-21c8afc8df3d-958b3c4d, #w-node-_97bf621e-2b9a-d10f-4fd2-ed7414101442-958b3c4d, #w-node-_73e35943-959d-a38d-4558-a36d30e966f4-958b3c4d {
    justify-self: start;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_7ebdd7aa-892d-aa45-93ee-3879e70fc69d-9234ebf4, #w-node-_619f19bf53fba71664558e2800000000000b-9c74fffb {
    justify-self: center;
  }

  #w-node-_421fc606-a787-6166-95b6-090642653b44-9c74fffb {
    order: 9999;
  }

  #w-node-e3565173-e9d2-3001-847c-69d20877c713-0877c70f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e3565173-e9d2-3001-847c-69d20877c71d-0877c70f {
    grid-column: span 2 / span 2;
  }

  #w-node-a8edfe1f-212b-6260-474f-f00a50e23c70-9c750063 {
    justify-self: start;
  }

  #w-node-cd49c5f0-c3b7-c48d-73ff-0422dd1ccdf8-9c75006d, #w-node-cd49c5f0-c3b7-c48d-73ff-0422dd1cce67-9c75006d {
    justify-self: center;
  }

  #w-node-cd49c5f0-c3b7-c48d-73ff-0422dd1cce72-9c75006d {
    order: -9999;
    justify-self: center;
  }

  #w-node-cd49c5f0-c3b7-c48d-73ff-0422dd1cce73-9c75006d {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-cd49c5f0-c3b7-c48d-73ff-0422dd1ccfea-9c75006d, #w-node-cd49c5f0-c3b7-c48d-73ff-0422dd1ccfee-9c75006d, #w-node-d689f168-1099-cdd8-9899-3ca78d5e05a6-8d5e05a3, #w-node-d689f168-1099-cdd8-9899-3ca78d5e05ba-8d5e05a3 {
    justify-self: center;
  }

  #w-node-fefcf0ac-9834-a504-b32b-fb7679fcd250-9c750090 {
    justify-self: auto;
  }

  #w-node-e4404b23-b68e-435f-89f0-16f7a30e7d11-9c75009a {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e3565173-e9d2-3001-847c-69d20877c713-0877c70f, #w-node-_46509bcb-0cb3-fd48-0523-4ea31dbd3400-74388f57 {
    grid-column: span 2 / span 2;
  }

  #w-node-cd49c5f0-c3b7-c48d-73ff-0422dd1cce02-9c75006d {
    justify-self: center;
  }

  #w-node-cd49c5f0-c3b7-c48d-73ff-0422dd1cce08-9c75006d {
    order: -9999;
  }

  #w-node-cd49c5f0-c3b7-c48d-73ff-0422dd1cce3f-9c75006d {
    grid-column: span 1 / span 1;
  }

  #w-node-cd49c5f0-c3b7-c48d-73ff-0422dd1cce67-9c75006d {
    justify-self: start;
  }

  #w-node-cd49c5f0-c3b7-c48d-73ff-0422dd1cce72-9c75006d, #w-node-cd49c5f0-c3b7-c48d-73ff-0422dd1cce73-9c75006d {
    order: -9999;
  }

  #w-node-a5e7efed-6639-07ac-073e-21c8afc8df12-9c750087, #w-node-a5e7efed-6639-07ac-073e-21c8afc8df14-9c750087, #w-node-a5e7efed-6639-07ac-073e-21c8afc8df16-9c750087, #w-node-a5e7efed-6639-07ac-073e-21c8afc8df1d-9c750087, #w-node-a5e7efed-6639-07ac-073e-21c8afc8df26-9c750087, #w-node-a5e7efed-6639-07ac-073e-21c8afc8df2d-9c750087, #w-node-a5e7efed-6639-07ac-073e-21c8afc8df36-9c750087, #w-node-a5e7efed-6639-07ac-073e-21c8afc8df3d-9c750087, #w-node-a5e7efed-6639-07ac-073e-21c8afc8df46-9c750087, #w-node-a5e7efed-6639-07ac-073e-21c8afc8df4d-9c750087 {
    align-self: center;
  }

  #w-node-f86bab54-de0a-d4c2-6695-738463601909-636018f1, #w-node-f86bab54-de0a-d4c2-6695-738463601943-636018f1, #w-node-f86bab54-de0a-d4c2-6695-7384636019a5-636018f1, #w-node-f86bab54-de0a-d4c2-6695-7384636019df-636018f1, #w-node-f86bab54-de0a-d4c2-6695-738463601a22-636018f1, #w-node-f86bab54-de0a-d4c2-6695-738463601a36-636018f1 {
    grid-column: span 2 / span 2;
  }

  #w-node-dee616f0-6eee-2327-b3d5-03ca74b3f109-9c75008e, #w-node-_46770f1f-7283-9c89-8abd-b93f796004f5-9c75008e, #w-node-f7f32d23-b5b4-b3f2-0d3a-852b29b7fa4c-9c75008e, #w-node-f7f32d23-b5b4-b3f2-0d3a-852b29b7fa4e-9c75008e, #w-node-b3f8ef79-183f-010a-bcb1-46ae9047a5eb-9c75008e, #w-node-be133411-0f9c-b3b4-fe74-1f2aa3aaf649-9c75008e, #w-node-_5747566e-8bf7-21ac-0bbf-6ccf08f391e6-9c75008e, #w-node-_5747566e-8bf7-21ac-0bbf-6ccf08f391e8-9c75008e, #w-node-_4cfcbb38-c520-760c-df8f-d7a5857fea52-9c75008e, #w-node-_4a22878b-eff2-fdcf-ee59-96108a0af2ff-9c75008e, #w-node-_4f53ddb3-2a83-a645-65be-eaa9df8d8112-9c75008e, #w-node-_617cc949-9aae-5417-3f59-6c6cefab29ed-9c75008e, #w-node-_7203966b-049d-6205-db2d-607076c34353-9c75008e, #w-node-bf61acf5-86b9-3d39-2765-5e469a4c6a95-9c75008e, #w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c7100-9c75008e, #w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c7118-9c75008e, #w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c714b-9c75008e, #w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c714d-9c75008e, #w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c7155-9c75008e, #w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c7157-9c75008e, #w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c715f-9c75008e, #w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c7161-9c75008e, #w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c7169-9c75008e, #w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c716b-9c75008e, #w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c7173-9c75008e, #w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c717b-9c75008e, #w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c7183-9c75008e, #w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c718b-9c75008e, #w-node-_8860dfcc-815c-150c-0a56-a62bbbf28d68-9c75008e, #w-node-_8860dfcc-815c-150c-0a56-a62bbbf28d80-9c75008e, #w-node-_8860dfcc-815c-150c-0a56-a62bbbf28db3-9c75008e, #w-node-_8860dfcc-815c-150c-0a56-a62bbbf28db5-9c75008e, #w-node-_8860dfcc-815c-150c-0a56-a62bbbf28dbd-9c75008e, #w-node-_8860dfcc-815c-150c-0a56-a62bbbf28dbf-9c75008e, #w-node-_8860dfcc-815c-150c-0a56-a62bbbf28dc7-9c75008e, #w-node-_8860dfcc-815c-150c-0a56-a62bbbf28dc9-9c75008e, #w-node-_8860dfcc-815c-150c-0a56-a62bbbf28dd1-9c75008e, #w-node-_8860dfcc-815c-150c-0a56-a62bbbf28dd3-9c75008e, #w-node-_8860dfcc-815c-150c-0a56-a62bbbf28ddb-9c75008e, #w-node-_8860dfcc-815c-150c-0a56-a62bbbf28de3-9c75008e, #w-node-_8860dfcc-815c-150c-0a56-a62bbbf28deb-9c75008e, #w-node-_8860dfcc-815c-150c-0a56-a62bbbf28df3-9c75008e, #w-node-_532a3906-2ef1-894a-8a20-82d575f56c41-9c75008e, #w-node-_532a3906-2ef1-894a-8a20-82d575f56c59-9c75008e, #w-node-_532a3906-2ef1-894a-8a20-82d575f56c8c-9c75008e, #w-node-_532a3906-2ef1-894a-8a20-82d575f56c8e-9c75008e, #w-node-_532a3906-2ef1-894a-8a20-82d575f56c96-9c75008e, #w-node-_532a3906-2ef1-894a-8a20-82d575f56c98-9c75008e, #w-node-_532a3906-2ef1-894a-8a20-82d575f56ca0-9c75008e, #w-node-_532a3906-2ef1-894a-8a20-82d575f56ca2-9c75008e, #w-node-_532a3906-2ef1-894a-8a20-82d575f56caa-9c75008e, #w-node-_532a3906-2ef1-894a-8a20-82d575f56cac-9c75008e, #w-node-_532a3906-2ef1-894a-8a20-82d575f56cb4-9c75008e, #w-node-_532a3906-2ef1-894a-8a20-82d575f56cbc-9c75008e, #w-node-_532a3906-2ef1-894a-8a20-82d575f56cc4-9c75008e, #w-node-_532a3906-2ef1-894a-8a20-82d575f56ccc-9c75008e, #w-node-a2860cbc-0ecf-ed01-72f3-1ff39358309f-9c75008e, #w-node-a2860cbc-0ecf-ed01-72f3-1ff3935830a5-9c75008e, #w-node-a2860cbc-0ecf-ed01-72f3-1ff3935830ab-9c75008e, #w-node-a2860cbc-0ecf-ed01-72f3-1ff3935830b7-9c75008e, #w-node-a2860cbc-0ecf-ed01-72f3-1ff3935830bf-9c75008e, #w-node-a2860cbc-0ecf-ed01-72f3-1ff3935830c7-9c75008e, #w-node-f526a7fe-098f-4c13-0b88-deff91f1b69a-9c75008e, #w-node-f526a7fe-098f-4c13-0b88-deff91f1b69c-9c75008e, #w-node-_5ae68cb8-3739-1d00-65de-a0bfc652c5b0-9c75008e, #w-node-bcf821ac-fb1e-a3ec-815d-40933b471192-9c75008e, #w-node-_848a5df9-a0f1-fca6-bbae-1eca855a7819-9c75008e, #w-node-a466dfc3-e112-fbcd-67a0-29dfeb9f11a3-9c75008e, #w-node-a466dfc3-e112-fbcd-67a0-29dfeb9f11a5-9c75008e, #w-node-c4ecd09a-f956-ac3b-e3ed-c3f95050fd48-9c75008e, #w-node-c4ecd09a-f956-ac3b-e3ed-c3f95050fd4a-9c75008e {
    align-self: center;
  }

  #w-node-fefcf0ac-9834-a504-b32b-fb7679fcd219-9c750090 {
    justify-self: stretch;
  }

  #w-node-_0f28bd27-b2a1-9a8a-9519-973421a40ce6-9c750095, #w-node-_0f28bd27-b2a1-9a8a-9519-973421a40ce8-9c750095, #w-node-a1b7bec1-0d77-59bf-d777-841717b2c35a-9c750095, #w-node-_0f28bd27-b2a1-9a8a-9519-973421a40cf0-9c750095, #w-node-_7adf2cdd-ff2a-2085-e2df-c748a00d89d5-9c750095, #w-node-cc47bdf3-5e67-03db-06fa-545f496ec108-9c750095, #w-node-d2407ecb-53d5-74f4-695f-f6c15f1134c5-9c750095, #w-node-d2407ecb-53d5-74f4-695f-f6c15f1134c7-9c750095, #w-node-d2407ecb-53d5-74f4-695f-f6c15f1134c9-9c750095, #w-node-d2407ecb-53d5-74f4-695f-f6c15f1134d0-9c750095, #w-node-d2407ecb-53d5-74f4-695f-f6c15f1134d2-9c750095, #w-node-d2407ecb-53d5-74f4-695f-f6c15f1134d4-9c750095, #w-node-d2407ecb-53d5-74f4-695f-f6c15f1134d9-9c750095, #w-node-d2407ecb-53d5-74f4-695f-f6c15f1134db-9c750095, #w-node-c7c0ce62-2624-5fc9-9e9d-417d900813fa-9c750095, #w-node-c7c0ce62-2624-5fc9-9e9d-417d900813fc-9c750095, #w-node-c7c0ce62-2624-5fc9-9e9d-417d900813fe-9c750095, #w-node-c7c0ce62-2624-5fc9-9e9d-417d90081405-9c750095, #w-node-c7c0ce62-2624-5fc9-9e9d-417d90081407-9c750095, #w-node-c7c0ce62-2624-5fc9-9e9d-417d90081409-9c750095, #w-node-c7c0ce62-2624-5fc9-9e9d-417d9008140e-9c750095, #w-node-c7c0ce62-2624-5fc9-9e9d-417d90081410-9c750095, #w-node-_5b2e6437-1d75-126c-db75-819aff4bc00c-9c750095, #w-node-_5b2e6437-1d75-126c-db75-819aff4bc00e-9c750095, #w-node-_5b2e6437-1d75-126c-db75-819aff4bc010-9c750095, #w-node-_5b2e6437-1d75-126c-db75-819aff4bc017-9c750095, #w-node-_5b2e6437-1d75-126c-db75-819aff4bc019-9c750095, #w-node-c35d876f-b519-b02b-9829-3f114f599506-9c750095, #w-node-_5b2e6437-1d75-126c-db75-819aff4bc020-9c750095, #w-node-_5b2e6437-1d75-126c-db75-819aff4bc022-9c750095, #w-node-d627dd5f-fa93-38da-42a8-abbe92d07fd9-9c750095, #w-node-d627dd5f-fa93-38da-42a8-abbe92d07fdb-9c750095, #w-node-d627dd5f-fa93-38da-42a8-abbe92d07fdd-9c750095, #w-node-d627dd5f-fa93-38da-42a8-abbe92d07fe4-9c750095, #w-node-d627dd5f-fa93-38da-42a8-abbe92d07fe6-9c750095, #w-node-_8224ad0e-af1b-a2d1-34cf-d51efa040fe7-9c750095, #w-node-d627dd5f-fa93-38da-42a8-abbe92d07fed-9c750095, #w-node-d627dd5f-fa93-38da-42a8-abbe92d07fef-9c750095, #w-node-_8603790b-0207-8704-c9f4-9136927740a3-9c750095, #w-node-_8603790b-0207-8704-c9f4-9136927740a5-9c750095, #w-node-_8603790b-0207-8704-c9f4-9136927740a7-9c750095, #w-node-_8603790b-0207-8704-c9f4-9136927740ae-9c750095, #w-node-_8603790b-0207-8704-c9f4-9136927740b0-9c750095, #w-node-_8603790b-0207-8704-c9f4-9136927740b2-9c750095, #w-node-_8603790b-0207-8704-c9f4-9136927740b7-9c750095, #w-node-_8603790b-0207-8704-c9f4-9136927740b9-9c750095, #w-node-_0ad95eba-7bd1-04a9-58bb-edde13c2ba85-9c750095, #w-node-_0ad95eba-7bd1-04a9-58bb-edde13c2ba87-9c750095, #w-node-_0ad95eba-7bd1-04a9-58bb-edde13c2ba89-9c750095, #w-node-_0ad95eba-7bd1-04a9-58bb-edde13c2ba90-9c750095, #w-node-_0ad95eba-7bd1-04a9-58bb-edde13c2ba92-9c750095, #w-node-_0ad95eba-7bd1-04a9-58bb-edde13c2ba94-9c750095, #w-node-_0ad95eba-7bd1-04a9-58bb-edde13c2ba99-9c750095, #w-node-_0ad95eba-7bd1-04a9-58bb-edde13c2ba9b-9c750095, #w-node-b3f8ef79-183f-010a-bcb1-46ae9047a5eb-9c750097, #w-node-f57fcbe5-0b5b-39ee-5c48-aaa8b6e37560-9c750097, #w-node-f526a7fe-098f-4c13-0b88-deff91f1b69a-9c750098, #w-node-f526a7fe-098f-4c13-0b88-deff91f1b69c-9c750098, #w-node-_5ae68cb8-3739-1d00-65de-a0bfc652c5b0-9c750098, #w-node-f1873e1b-e7dd-c171-728c-e74dda1196d0-9c750098, #w-node-bcf821ac-fb1e-a3ec-815d-40933b471192-9c750098, #w-node-_41f27393-bacb-67ad-bf7e-e5381e7ae839-9c750098, #w-node-_2a0bb1b5-b76b-b380-a2a3-4f428658fe52-9c750098, #w-node-_3aba9fcf-079a-c5d4-4a5b-8194f2708b2e-9c750098, #w-node-_3aba9fcf-079a-c5d4-4a5b-8194f2708b38-9c750098, #w-node-_3aba9fcf-079a-c5d4-4a5b-8194f2708b3a-9c750098, #w-node-fb3528a6-fbc9-6f79-8b51-276e474725f5-9c750098, #w-node-fb3528a6-fbc9-6f79-8b51-276e474725ff-9c750098, #w-node-_4911aec4-5547-52f1-587f-5df45e38eddb-9c750098, #w-node-_4911aec4-5547-52f1-587f-5df45e38ede5-9c750098, #w-node-a2b928a7-6582-c037-4cea-c302a4522f90-9c750098, #w-node-_007a7ac5-ec78-dac7-3007-b927a4e16b4b-9c750098, #w-node-_007a7ac5-ec78-dac7-3007-b927a4e16b55-9c750098, #w-node-db0dffe9-a578-656f-3155-ea4d5833cd7e-9c750098, #w-node-_68267169-97df-f130-8734-d5cce80c345b-9c750099, #w-node-ca77a8d1-80e5-ae58-2f60-91582a76ab65-9c750099, #w-node-_24364075-4d95-556a-9627-e8dd6392b039-9c750099, #w-node-b89d4ad3-43a4-c6d2-f225-6133977952a6-9c750099, #w-node-_07627741-16e6-ed79-8503-b15c19a94f3c-9c750099, #w-node-_40c974d0-f419-fb45-93b1-5591cc61da64-9c750099, #w-node-aa39df38-8744-bb4c-df9f-e95ebf9249bc-9c750099, #w-node-aa39df38-8744-bb4c-df9f-e95ebf9249c5-9c750099, #w-node-aa39df38-8744-bb4c-df9f-e95ebf9249ce-9c750099, #w-node-aa39df38-8744-bb4c-df9f-e95ebf9249d7-9c750099, #w-node-febf025d-25b1-13a7-b177-696fff5f0dec-9c750099, #w-node-febf025d-25b1-13a7-b177-696fff5f0df6-9c750099, #w-node-_0ca2b0da-2faa-fd46-8ea9-17019cd2af46-9c750099, #w-node-_0ca2b0da-2faa-fd46-8ea9-17019cd2af4f-9c750099, #w-node-_0ca2b0da-2faa-fd46-8ea9-17019cd2af58-9c750099, #w-node-_0ca2b0da-2faa-fd46-8ea9-17019cd2af61-9c750099, #w-node-_60d20202-9771-b101-57f5-302ade8a1277-9c750099, #w-node-_60d20202-9771-b101-57f5-302ade8a1281-9c750099 {
    align-self: center;
  }

  #w-node-e4404b23-b68e-435f-89f0-16f7a30e7d11-9c75009a {
    order: -9999;
  }

  #w-node-_72fb2aa7-9f91-bff3-a6ee-00faf952b321-9c75009b, #w-node-dee616f0-6eee-2327-b3d5-03ca74b3f109-9c75009c, #w-node-_46770f1f-7283-9c89-8abd-b93f796004f5-9c75009c, #w-node-f7f32d23-b5b4-b3f2-0d3a-852b29b7fa4c-9c75009c, #w-node-f7f32d23-b5b4-b3f2-0d3a-852b29b7fa4e-9c75009c, #w-node-b3f8ef79-183f-010a-bcb1-46ae9047a5eb-9c75009c, #w-node-_4365b4f8-290f-00b6-b3bf-8dbbca86a602-9c75009c, #w-node-_5747566e-8bf7-21ac-0bbf-6ccf08f391e6-9c75009c, #w-node-c1da41bf-1a00-b20e-a587-f884cfa8b07f-9c75009c, #w-node-_4cfcbb38-c520-760c-df8f-d7a5857fea52-9c75009c, #w-node-dd3c5593-7c53-7523-72a6-db1adcb7329b-9c75009c, #w-node-_4f53ddb3-2a83-a645-65be-eaa9df8d8112-9c75009c, #w-node-_4de4f96a-ca51-cde3-c125-9fdefa445a64-9c75009c, #w-node-_617cc949-9aae-5417-3f59-6c6cefab29ed-9c75009c, #w-node-_96467856-9171-54d5-5a63-469f98fe723b-9c75009c, #w-node-_7203966b-049d-6205-db2d-607076c34353-9c75009c, #w-node-_7bed8db0-9ce6-b9ca-65ef-ea3c1c6f7c29-9c75009c, #w-node-bf61acf5-86b9-3d39-2765-5e469a4c6a95-9c75009c, #w-node-_0a941ce8-9c8b-00d9-f4c4-230c9083ebbf-9c75009c, #w-node-_70e60114-7506-b213-1718-1f3a273b7ce6-9c75009c, #w-node-_5c314038-bb7a-1882-a911-2f61b30ff4e0-9c75009c, #w-node-_16ca3a19-f952-4dbc-ea64-a81c37110c37-9c75009c, #w-node-aee47f01-6043-6463-bc20-0249ae388517-9c75009c, #w-node-bbbc402d-7e62-2171-6c23-30a43212b62e-9c75009c, #w-node-bbb8a5ad-750f-2807-4547-7f34ef1bddd4-9c75009c, #w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c7100-9c75009c, #w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c7118-9c75009c, #w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c714b-9c75009c, #w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c714d-9c75009c, #w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c7155-9c75009c, #w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c7157-9c75009c, #w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c715f-9c75009c, #w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c7161-9c75009c, #w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c7169-9c75009c, #w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c716b-9c75009c, #w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c7173-9c75009c, #w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c717b-9c75009c, #w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c7183-9c75009c, #w-node-_11b6bb12-7bd7-0edb-fb24-1f74021c718b-9c75009c, #w-node-_8860dfcc-815c-150c-0a56-a62bbbf28d68-9c75009c, #w-node-_8860dfcc-815c-150c-0a56-a62bbbf28d80-9c75009c, #w-node-_8860dfcc-815c-150c-0a56-a62bbbf28db3-9c75009c, #w-node-_8860dfcc-815c-150c-0a56-a62bbbf28db5-9c75009c, #w-node-_8860dfcc-815c-150c-0a56-a62bbbf28dbd-9c75009c, #w-node-_8860dfcc-815c-150c-0a56-a62bbbf28dbf-9c75009c, #w-node-_8860dfcc-815c-150c-0a56-a62bbbf28dc7-9c75009c, #w-node-_8860dfcc-815c-150c-0a56-a62bbbf28dc9-9c75009c, #w-node-_8860dfcc-815c-150c-0a56-a62bbbf28dd1-9c75009c, #w-node-_8860dfcc-815c-150c-0a56-a62bbbf28dd3-9c75009c, #w-node-_8860dfcc-815c-150c-0a56-a62bbbf28ddb-9c75009c, #w-node-_8860dfcc-815c-150c-0a56-a62bbbf28de3-9c75009c, #w-node-_8860dfcc-815c-150c-0a56-a62bbbf28deb-9c75009c, #w-node-_8860dfcc-815c-150c-0a56-a62bbbf28df3-9c75009c, #w-node-_532a3906-2ef1-894a-8a20-82d575f56c41-9c75009c, #w-node-_532a3906-2ef1-894a-8a20-82d575f56c59-9c75009c, #w-node-_532a3906-2ef1-894a-8a20-82d575f56c8c-9c75009c, #w-node-_532a3906-2ef1-894a-8a20-82d575f56c8e-9c75009c, #w-node-_532a3906-2ef1-894a-8a20-82d575f56c96-9c75009c, #w-node-_532a3906-2ef1-894a-8a20-82d575f56c98-9c75009c, #w-node-_532a3906-2ef1-894a-8a20-82d575f56ca0-9c75009c, #w-node-_532a3906-2ef1-894a-8a20-82d575f56ca2-9c75009c, #w-node-_532a3906-2ef1-894a-8a20-82d575f56caa-9c75009c, #w-node-_532a3906-2ef1-894a-8a20-82d575f56cac-9c75009c, #w-node-_532a3906-2ef1-894a-8a20-82d575f56cb4-9c75009c, #w-node-_532a3906-2ef1-894a-8a20-82d575f56cbc-9c75009c, #w-node-_532a3906-2ef1-894a-8a20-82d575f56cc4-9c75009c, #w-node-_532a3906-2ef1-894a-8a20-82d575f56ccc-9c75009c, #w-node-a2860cbc-0ecf-ed01-72f3-1ff39358309f-9c75009c, #w-node-a2860cbc-0ecf-ed01-72f3-1ff3935830a5-9c75009c, #w-node-a2860cbc-0ecf-ed01-72f3-1ff3935830ab-9c75009c, #w-node-a2860cbc-0ecf-ed01-72f3-1ff3935830b7-9c75009c, #w-node-a2860cbc-0ecf-ed01-72f3-1ff3935830bf-9c75009c, #w-node-a2860cbc-0ecf-ed01-72f3-1ff3935830c7-9c75009c, #w-node-f526a7fe-098f-4c13-0b88-deff91f1b69a-9c75009c, #w-node-f526a7fe-098f-4c13-0b88-deff91f1b69c-9c75009c, #w-node-_5ae68cb8-3739-1d00-65de-a0bfc652c5b0-9c75009c, #w-node-bcf821ac-fb1e-a3ec-815d-40933b471192-9c75009c, #w-node-_848a5df9-a0f1-fca6-bbae-1eca855a7819-9c75009c, #w-node-a466dfc3-e112-fbcd-67a0-29dfeb9f11a3-9c75009c, #w-node-a466dfc3-e112-fbcd-67a0-29dfeb9f11a5-9c75009c, #w-node-c4ecd09a-f956-ac3b-e3ed-c3f95050fd48-9c75009c, #w-node-c4ecd09a-f956-ac3b-e3ed-c3f95050fd4a-9c75009c, #w-node-c7e266b3-6f74-bf78-1ea9-7fd3b868d39b-9c75009d, #w-node-_5c7d2474-44ac-bd40-c84c-3efc95afe285-9c75009d, #w-node-cde243ba-c737-0612-39a7-7bf4322d2565-9c75009d, #w-node-_62c36aec-5758-04e1-2702-83c47b70b281-9c75009d, #w-node-_9906fcd3-02bf-1787-6bbf-301ccf5a295f-9c75009e, #w-node-ef5f4d31-18e0-b8f0-57b7-7f52fdcf763f-9c75009e, #w-node-_38afbb75-c003-823a-9f01-672de11b6447-9c75009e, #w-node-_38afbb75-c003-823a-9f01-672de11b6449-9c75009e, #w-node-_59b2261d-02b5-bc98-0bc6-e0d987327523-9c75009e, #w-node-_59b2261d-02b5-bc98-0bc6-e0d987327525-9c75009e, #w-node-_9d3b0c67-b212-42e3-d4f7-76e0945a14b9-9c75009e, #w-node-_9d3b0c67-b212-42e3-d4f7-76e0945a14bb-9c75009e {
    align-self: center;
  }

  #w-node-f32df803-1b14-755e-4daf-274d3affd659-9c75009e {
    grid-column: span 2 / span 2;
  }

  #w-node-ff0b7e83-29d5-2427-6b80-bbca124be8db-9c75009e, #w-node-ff0b7e83-29d5-2427-6b80-bbca124be8dd-9c75009e, #w-node-ff0b7e83-29d5-2427-6b80-bbca124be8e1-9c75009e, #w-node-ff0b7e83-29d5-2427-6b80-bbca124be8e8-9c75009e, #w-node-ff0b7e83-29d5-2427-6b80-bbca124be8f4-9c75009e, #w-node-ff0b7e83-29d5-2427-6b80-bbca124be8fb-9c75009e, #w-node-ff0b7e83-29d5-2427-6b80-bbca124be907-9c75009e, #w-node-ff0b7e83-29d5-2427-6b80-bbca124be90e-9c75009e, #w-node-_7d52eb1f-2956-fbef-1309-03c1831ca615-9c75009e, #w-node-ff0b7e83-29d5-2427-6b80-bbca124be921-9c75009e, #w-node-f3b0999f-7382-3954-6f7a-5bfeea1cc776-8f38193e, #w-node-f3b0999f-7382-3954-6f7a-5bfeea1cc778-8f38193e, #w-node-f3b0999f-7382-3954-6f7a-5bfeea1cc77a-8f38193e, #w-node-f3b0999f-7382-3954-6f7a-5bfeea1cc781-8f38193e, #w-node-f3b0999f-7382-3954-6f7a-5bfeea1cc78a-8f38193e, #w-node-f3b0999f-7382-3954-6f7a-5bfeea1cc791-8f38193e, #w-node-f3b0999f-7382-3954-6f7a-5bfeea1cc79a-8f38193e, #w-node-f3b0999f-7382-3954-6f7a-5bfeea1cc7a1-8f38193e, #w-node-f3b0999f-7382-3954-6f7a-5bfeea1cc7aa-8f38193e, #w-node-f3b0999f-7382-3954-6f7a-5bfeea1cc7b1-8f38193e, #w-node-_85ae2cee-7381-171c-2f21-e6a89fad9d7c-8f38193e, #w-node-_85ae2cee-7381-171c-2f21-e6a89fad9d7e-8f38193e, #w-node-_85ae2cee-7381-171c-2f21-e6a89fad9d80-8f38193e, #w-node-_85ae2cee-7381-171c-2f21-e6a89fad9d87-8f38193e, #w-node-_85ae2cee-7381-171c-2f21-e6a89fad9d90-8f38193e, #w-node-_85ae2cee-7381-171c-2f21-e6a89fad9d97-8f38193e, #w-node-_85ae2cee-7381-171c-2f21-e6a89fad9da0-8f38193e, #w-node-_85ae2cee-7381-171c-2f21-e6a89fad9da7-8f38193e, #w-node-_85ae2cee-7381-171c-2f21-e6a89fad9db0-8f38193e, #w-node-_85ae2cee-7381-171c-2f21-e6a89fad9db7-8f38193e, #w-node-a5e7efed-6639-07ac-073e-21c8afc8df12-48e58dc9, #w-node-a5e7efed-6639-07ac-073e-21c8afc8df14-48e58dc9, #w-node-a5e7efed-6639-07ac-073e-21c8afc8df16-48e58dc9, #w-node-a5e7efed-6639-07ac-073e-21c8afc8df1d-48e58dc9, #w-node-a5e7efed-6639-07ac-073e-21c8afc8df26-48e58dc9, #w-node-a5e7efed-6639-07ac-073e-21c8afc8df2d-48e58dc9, #w-node-a5e7efed-6639-07ac-073e-21c8afc8df36-48e58dc9, #w-node-a5e7efed-6639-07ac-073e-21c8afc8df3d-48e58dc9, #w-node-a5e7efed-6639-07ac-073e-21c8afc8df46-48e58dc9, #w-node-a5e7efed-6639-07ac-073e-21c8afc8df4d-48e58dc9, #w-node-a5e7efed-6639-07ac-073e-21c8afc8df12-958b3c4d, #w-node-a5e7efed-6639-07ac-073e-21c8afc8df14-958b3c4d, #w-node-_0a3eddc7-e18d-e344-629f-b32e82e4139f-958b3c4d, #w-node-f25ff995-7cae-41f7-367f-27d3fbd93edf-958b3c4d, #w-node-a5e7efed-6639-07ac-073e-21c8afc8df1d-958b3c4d, #w-node-_2851a822-5c96-77e9-752b-c00e4dc52e64-958b3c4d, #w-node-_9905bb0e-4e2e-4553-1e1b-fa7762a63ae6-958b3c4d, #w-node-a5e7efed-6639-07ac-073e-21c8afc8df3d-958b3c4d, #w-node-_97bf621e-2b9a-d10f-4fd2-ed7414101442-958b3c4d, #w-node-_73e35943-959d-a38d-4558-a36d30e966f4-958b3c4d {
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e3565173-e9d2-3001-847c-69d20877c713-0877c70f, #w-node-e3565173-e9d2-3001-847c-69d20877c71d-0877c70f, #w-node-_46509bcb-0cb3-fd48-0523-4ea31dbd3400-74388f57 {
    grid-column: span 1 / span 1;
  }

  #w-node-_86ec4c97-e25c-0ab3-6ea9-aba445ffea1a-74388f57 {
    order: 2;
  }

  #w-node-_58ccf660-aee3-5f7b-d573-fc528ffccf51-74388f57 {
    order: 9998;
  }

  #w-node-f86bab54-de0a-d4c2-6695-738463601909-636018f1, #w-node-f86bab54-de0a-d4c2-6695-738463601943-636018f1, #w-node-f86bab54-de0a-d4c2-6695-7384636019a5-636018f1, #w-node-f86bab54-de0a-d4c2-6695-7384636019df-636018f1, #w-node-f86bab54-de0a-d4c2-6695-738463601a22-636018f1, #w-node-f86bab54-de0a-d4c2-6695-738463601a36-636018f1 {
    grid-column: span 1 / span 1;
  }

  #w-node-e4404b23-b68e-435f-89f0-16f7a30e7d11-9c75009a {
    order: -9999;
  }

  #w-node-f32df803-1b14-755e-4daf-274d3affd659-9c75009e {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Social Icons Font';
  src: url('../fonts/social-icon-font.woff2') format('woff2'), url('../fonts/social-icon-font.eot') format('embedded-opentype'), url('../fonts/social-icon-font.woff') format('woff'), url('../fonts/social-icon-font.ttf') format('truetype'), url('../fonts/social-icon-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Line Square Icons';
  src: url('../fonts/line-square-icons.woff2') format('woff2'), url('../fonts/line-square-icons.eot') format('embedded-opentype'), url('../fonts/line-square-icons.woff') format('woff'), url('../fonts/line-square-icons.ttf') format('truetype'), url('../fonts/line-square-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Filled Icons';
  src: url('../fonts/filled-icon-font.woff2') format('woff2'), url('../fonts/filled-icon-font.eot') format('embedded-opentype'), url('../fonts/filled-icon-font.woff') format('woff'), url('../fonts/filled-icon-font.ttf') format('truetype'), url('../fonts/filled-icon-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Line Rounded Icons';
  src: url('../fonts/line-rounded-icons.woff2') format('woff2'), url('../fonts/line-rounded-icons.eot') format('embedded-opentype'), url('../fonts/line-rounded-icons.woff') format('woff'), url('../fonts/line-rounded-icons.ttf') format('truetype'), url('../fonts/line-rounded-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
