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

:root {
  --blue-link: var(--light-blue);
  --gainsboro: #dfdfdf;
  --smoke: whitesmoke;
  --grey: #afafaf;
  --white: white;
  --white-smoke: #eef0f4;
  --black: black;
  --azure: #d2e4e0;
  --light-blue: #3898ec;
  --green: #8ea5a0;
  --lightest-blue: #cfddee;
  --plum: #ec8675;
  --dark-blue: #081158;
  --color: white;
  --blue-link2: #002ca7;
  --mid-dark-grey: #acacac;
  --dark-grey: #646464;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.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-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-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  color: #081158;
  font-family: Red Hat Display, sans-serif;
  font-size: 14px;
  line-height: 1.6em;
}

h1 {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Sato, sans-serif;
  font-size: 72px;
  font-weight: 500;
  line-height: 1.1em;
}

h2 {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Sato, sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.1em;
}

h3 {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Sato, sans-serif;
  font-size: 55px;
  font-weight: 500;
  line-height: 1.1em;
}

h4 {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Sato, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.1em;
}

h5 {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Sato, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.1em;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Sato, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1em;
}

p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.8em;
  display: flex;
}

a {
  color: var(--blue-link);
  letter-spacing: .5px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .5s;
}

a:hover {
  opacity: .8;
}

ul {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
  padding-top: 15px;
  padding-left: 40px;
  display: block;
}

li {
  align-items: center;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8em;
  list-style-type: disc;
  display: inline-flex;
}

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

strong {
  font-weight: 600;
}

blockquote {
  border-left: 5px solid var(--gainsboro);
  background-color: var(--smoke);
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px;
  font-size: 18px;
  font-style: italic;
  line-height: 1.6em;
}

figcaption {
  color: var(--grey);
  text-align: center;
  letter-spacing: .5px;
  margin-top: 15px;
  font-style: italic;
}

.section {
  background-color: #fdfeff;
  flex-direction: column;
  align-items: center;
  margin: 0 20px;
  padding: 50px 20px;
  display: flex;
  position: relative;
}

.section.border-bottom {
  border-bottom: 1px solid var(--gainsboro);
}

.section.hero {
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin-top: 181px;
  margin-bottom: 0;
  padding-bottom: 50px;
  position: relative;
}

.section.social-proof {
  background-color: var(--blue-link);
  color: var(--white);
  padding-top: 50px;
  padding-bottom: 50px;
}

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

.section.free-classes {
  background-color: var(--white-smoke);
}

.section.premium-classes {
  background-color: var(--blue-link);
  color: var(--white);
  background-image: url('../images/Lines-1.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 50vw;
}

.section.photo-section {
  color: var(--white);
  text-align: center;
  justify-content: center;
  min-height: 70vh;
  overflow: hidden;
}

.section.call-section {
  justify-content: flex-start;
  padding-top: 250px;
}

.section.newsletter-section {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
  justify-content: center;
  min-height: 70vh;
}

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

.section.footer-insta {
  background-color: var(--white-smoke);
  justify-content: center;
  overflow: hidden;
}

.section.footer-section {
  background-color: var(--white);
  outline-offset: 0px;
  color: var(--black);
  outline: 1px solid #ffffff75;
  width: 100%;
  max-height: 200px;
  margin-top: 50px;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 0 0;
}

.section.free-w-hero {
  background-color: var(--smoke);
  overflow: hidden;
}

.section.about-hero {
  background-color: var(--azure);
  background-image: url('../images/Green-Lines.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 1000px;
}

.section.about-s2 {
  text-align: center;
}

.section.about-section-3 {
  justify-content: flex-start;
  padding-bottom: 50px;
}

.section.about-section-4 {
  justify-content: flex-start;
}

.section.contact-hero {
  background-color: var(--white);
  background-image: url('../images/Green-Lines.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 1000px;
  justify-content: center;
  min-height: 100vh;
}

.section.author-hero {
  background-color: var(--azure);
  background-image: url('../images/Green-Lines.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 1000px;
}

.section.product-hero {
  background-color: var(--azure);
  background-image: url('../images/Green-Lines.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 1000px;
  justify-content: center;
  min-height: 100vh;
}

.section.howitworks {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  flex-flow: column;
  order: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 100%;
  margin-top: 6px;
  padding: 0;
  position: static;
  overflow: visible;
}

.section.examples {
  background-color: var(--white);
}

.section.examples.termsandconditions {
  margin-top: 0;
  padding-top: 0;
}

.section.hero-copy {
  background-color: var(--white);
  margin-top: 156px;
  margin-bottom: 0;
  padding-bottom: 50px;
  position: relative;
}

.container {
  z-index: 2;
  width: 95%;
  max-width: 1450px;
  position: relative;
}

.container.nav-container {
  z-index: 999999;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 60%;
  max-width: none;
  margin-left: 80px;
  margin-right: 80px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  display: flex;
}

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

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

.container.features-grid {
  grid-column-gap: 50px;
  grid-row-gap: 100px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  max-width: 1150px;
  display: grid;
}

.container.free-plan-container {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.container.grid-2 {
  grid-column-gap: 100px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container.insta-container {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container.footer-container {
  grid-column-gap: 50px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 75%;
  margin-bottom: 50px;
  display: flex;
}

.container.payment-logos {
  grid-column-gap: 50px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.container.video-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  width: 95%;
  max-width: 1150px;
  margin-top: 140px;
  display: flex;
}

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

.container.blog-content-container {
  max-width: 800px;
  margin-top: 100px;
}

.container.workout-container {
  grid-column-gap: 50px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container.aditional-workout {
  text-align: left;
  max-width: 800px;
  margin-top: 100px;
}

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

.container.licence-container {
  margin-bottom: 100px;
}

.jumbo-paragraph.no-margin {
  margin-bottom: 0;
}

.jumbo {
  font-size: 90px;
  line-height: 1.1em;
}

.jumbo.blue {
  color: var(--blue-link);
}

.style-guide-labels {
  color: var(--grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.style-guide-labels.no-margin {
  margin-bottom: 0;
}

.style-guide-labels.invert {
  margin-top: 15px;
  margin-bottom: 0;
}

.spacer-100px {
  width: 100px;
  height: 100px;
}

.guide-heading {
  border-bottom: 1px solid var(--gainsboro);
  width: 100%;
  margin-bottom: 50px;
  padding-bottom: 30px;
}

.small-paragraph {
  font-size: 14px;
}

.big-paragraph {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  color: #272727;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 300;
  display: block;
}

.big-paragraph.max-500 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--black);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  max-width: 1000px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  display: flex;
}

.big-paragraph.max-800.no-margin {
  color: #272727;
  text-align: justify;
  align-self: stretch;
  max-width: 1000px;
  font-size: 20px;
  display: flex;
}

.big-paragraph.max-350 {
  max-width: 350px;
}

.style-grid-two-c {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 100px;
  display: grid;
}

.style-grid-two-c.no-margin {
  margin-bottom: 0;
}

.column {
  color: var(--black);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.column.white-button-column {
  background-color: var(--black);
  padding: 15px;
}

.column.max-600 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
}

.column.flex-center, .column.feature-column {
  align-items: center;
}

.column.feature-headline {
  align-self: center;
  align-items: center;
  width: 80%;
  margin-top: -117px;
  font-family: Open Sans, sans-serif;
}

.column.hero-image-column, .column.author-column {
  z-index: 2;
  align-items: center;
}

.label {
  color: var(--blue-link);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 500;
}

.label.small {
  font-size: 12px;
  line-height: 1.4em;
}

.label.big {
  font-size: 16px;
  line-height: 1.8em;
}

.label.grey-label {
  color: var(--gainsboro);
}

.label._30-margin {
  margin-bottom: 30px;
}

.label._15-margin {
  margin-bottom: 15px;
}

.label.footer-label {
  color: var(--black);
  margin-bottom: 15px;
}

._30px-spacer {
  width: 30px;
  height: 30px;
}

.caps {
  text-transform: uppercase;
}

.mynavbarlink {
  color: var(--black);
  text-align: center;
  background-color: #3898ec00;
  border-bottom-style: none;
  flex-flow: column;
  align-items: stretch;
  padding: 10px 20px;
  display: flex;
}

.mynavbarlink.w--current {
  color: var(--black);
  font-weight: 500;
  display: flex;
}

.color-block {
  background-color: var(--blue-link);
  width: 100%;
  height: 100px;
  margin-bottom: 15px;
}

.color-block.blue {
  background-color: var(--blue-link);
}

.color-block.not-purple {
  background-color: var(--light-blue);
}

.color-block.lavender {
  background-color: var(--green);
}

.color-block.pink {
  background-color: var(--lightest-blue);
}

.color-block.white {
  border: 1px solid var(--gainsboro);
  background-color: var(--white);
}

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

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

.color-block.color-8 {
  background-color: var(--grey);
}

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

.color-block.pinky-final {
  background-color: var(--plum);
}

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

.style-grid-four-c {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 100px;
  display: grid;
}

.style-grid-four-c.no-margin {
  margin-bottom: 0;
}

.style-grid-ten-c {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.icon {
  width: 40px;
  height: 40px;
}

.illustrations {
  height: 200px;
}

.brand-guidelines-nav {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  border-top: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: fixed;
  inset: auto 0% 0%;
}

.guidelines-link {
  text-align: center;
  border-right: 1px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: background-color .2s, color .2s, opacity .2s;
  display: flex;
}

.guidelines-link:hover, .guidelines-link.w--current {
  background-color: var(--black);
  color: var(--white);
}

.guidelines-link.last {
  border-right-style: none;
  transition: background-color .2s, color .2s, opacity .2s;
}

.brand-link {
  z-index: 99;
  border: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 30px;
  display: flex;
  position: fixed;
  top: 50px;
}

.brand-image {
  object-fit: contain;
  height: 100%;
}

.ninja-image-wrap {
  z-index: 999;
  height: 180px;
  position: fixed;
  bottom: 100px;
  right: 50px;
}

.ninja-image {
  object-fit: contain;
  height: 100%;
  display: block;
}

.style-grid-three-c {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.logo-download-wrap {
  background-color: var(--smoke);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  margin-bottom: 15px;
  display: flex;
}

.logo-download-wrap.dark {
  background-color: var(--black);
}

.logo-download-icon {
  height: 30px;
}

.logo-download-icon.small-icons {
  height: 50px;
  margin-left: 15px;
  margin-right: 15px;
}

.sideflex {
  flex-wrap: wrap;
  display: flex;
}

.download-links {
  margin-right: 15px;
}

.button {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #2188e6;
  background-image: url('../images/Vector-4.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: auto 15px;
  border: 0 solid #000;
  border-radius: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  max-height: 50px;
  margin-top: 0;
  padding: 20px 20px 20px 40px;
  font-family: Open Sans, sans-serif;
  font-weight: 500;
  line-height: 1.6em;
  transition-property: padding, background-position, transform, color, opacity;
  transition-duration: .5s, .5s, .5s, .2s, .2s;
  transition-timing-function: cubic-bezier(.23, 1, .32, 1), cubic-bezier(.23, 1, .32, 1), cubic-bezier(.23, 1, .32, 1), ease, ease;
  display: flex;
}

.button:hover {
  background-position: 30px;
  padding-left: 50px;
  transform: translate(0, -3px);
}

.button.w--current {
  border-radius: 14px;
}

.button.white {
  background-color: var(--white);
  color: var(--blue-link);
  background-image: url('../images/Vector-4-1.svg');
}

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

.button.small {
  background-position: 15px;
  min-width: 160px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.button.small:hover {
  background-position: 25px;
}

.button.small-white {
  background-color: var(--white);
  color: var(--blue-link);
  background-image: url('../images/Vector-4-1.svg');
  background-position: 15px;
  min-width: 160px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.button.small-white:hover {
  background-position: 25px;
}

.button.small-blue {
  background-color: var(--blue-link);
  background-position: 15px;
  min-width: 160px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.button.small-blue:hover {
  background-position: 25px;
}

.button.checkout-button {
  padding-top: 15px;
  padding-bottom: 15px;
}

.button.categories-button {
  color: var(--blue-link);
  background-color: #0000;
  background-image: none;
  min-width: auto;
  margin-left: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
}

.button.categories-button:hover {
  background-position: 25px;
}

.button.categories-button.w--current {
  background-color: var(--green);
  color: var(--white);
}

.button.discount {
  background-color: var(--green);
  height: 40px;
  padding: 5px 10px 5px 30px;
}

.link {
  border-bottom-color: var(--blue-link);
  color: var(--blue-link);
  background-image: url('../images/Vector-4-1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 10px;
  padding-left: 13px;
  transition: padding .5s cubic-bezier(.23, 1, .32, 1), background-position .5s cubic-bezier(.23, 1, .32, 1);
}

.link:hover {
  background-position: 7px;
  border-bottom-color: #20349200;
  padding-left: 20px;
}

.link.white {
  border-bottom-color: var(--white);
  color: var(--white);
}

.link.white:hover {
  border-bottom-color: #fff0;
}

.link.color {
  border-bottom-color: var(--light-blue);
  color: var(--light-blue);
}

.link.color:hover {
  border-bottom-color: #9364f800;
}

.cta-card {
  background-color: var(--green);
  color: var(--blue-link);
  width: 100%;
  padding: 50px;
}

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

.cta-card.full-card {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: grid;
}

.cta-card.full-card-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.max-800 {
  text-align: center;
  max-width: 800px;
  font-size: 50px;
}

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

.cta-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 500px;
}

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

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

.spacing-30-px {
  width: 50px;
  height: 50px;
}

.form-field {
  color: var(--blue-link);
  background-color: #fff;
  border: 1px #000;
  border-radius: 6px;
  height: 60px;
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Red Hat Display, sans-serif;
  font-size: 16px;
}

.form-field:focus, .form-field.-wfp-focus {
  border-bottom-color: var(--lightest-blue);
}

.form-field::placeholder {
  color: var(--blue-link);
}

.form-field.checkout-field {
  height: 40px;
  margin-bottom: 10px;
}

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

.form-block {
  background-color: var(--green);
  color: var(--blue-link);
  width: 100%;
  max-width: 800px;
  margin-bottom: 0;
  padding: 50px;
}

.form-block.full-form {
  max-width: none;
  padding-top: 100px;
  padding-bottom: 100px;
}

._10px-spacer {
  width: 10px;
  height: 10px;
}

.sucess-message {
  border: 1px solid var(--blue-link);
  background-color: #0000;
  border-radius: 6px;
  padding-top: 70px;
  padding-bottom: 70px;
  font-size: 20px;
  line-height: 1.6em;
}

.sideflex-form {
  width: 100%;
  display: flex;
}

.navbar {
  z-index: 999;
  color: var(--black);
  background-color: #fff;
  border: 1px solid #0000000d;
  border-radius: 0;
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  width: 100%;
  height: 120px;
  margin-left: 0;
  padding-top: 0;
  display: inline-flex;
  position: fixed;
  inset: 0% 0% auto;
}

.brand {
  border-bottom-style: none;
  height: 20px;
  padding-left: 0;
}

.brand._404-brand {
  align-self: center;
  margin-bottom: 30px;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.menu-button {
  opacity: 1;
  background-color: #2188e6;
  border-radius: 10px;
  display: flex;
}

.scribble-text {
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Permanent Marker, sans-serif;
  font-weight: 400;
}

.scribble-text.slider-name {
  color: var(--green);
  margin-bottom: -15px;
  position: relative;
}

.scribble-text.compare-at {
  color: var(--grey);
  margin-left: 15px;
  font-size: 12px;
  text-decoration: line-through;
}

.scribble-text.cart-price {
  color: var(--plum);
  margin-bottom: 5px;
  font-size: 16px;
}

.scribble-text.list-text {
  color: var(--green);
  width: 35px;
  margin-right: 15px;
}

.scribble-text.shipping-price {
  color: var(--grey);
  font-size: 12px;
}

.red-hat {
  font-family: Red Hat Display, sans-serif;
}

.hero-slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.hero-slider-content {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: 100%;
  margin-top: 83px;
  font-family: Sato, sans-serif;
  display: flex;
}

.hero-slider-image-wrap {
  border-radius: 10px;
  width: 100%;
  height: 700px;
  position: relative;
  overflow: hidden;
}

.hero-slider-image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  font-family: Open Sans, sans-serif;
}

.brand-logo {
  object-fit: contain;
  flex-flow: column;
  flex: 0 auto;
  align-items: stretch;
  width: 100%;
  min-width: 150px;
  max-width: 0;
  height: 100%;
  min-height: 100px;
  display: block;
}

.brand-logo.footer-logo {
  width: 200px;
  min-height: 80px;
}

.brand-logo._401-page {
  width: 100%;
  min-width: 100px;
  max-width: 200px;
  height: 100%;
  min-height: 50px;
  margin-bottom: 0;
}

.hero-nav-arrow {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 25%;
  height: 100px;
  margin-bottom: 50px;
  padding-left: 50px;
  display: flex;
  left: 0;
}

.hero-nav-arrow.right-arrow {
  align-items: flex-end;
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
  padding-right: 85px;
  left: 25%;
}

.arrow-nav {
  border: 1px solid var(--blue-link);
  background-color: #08115833;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  transition: padding .5s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.arrow-nav:hover {
  padding-left: 10px;
}

.arrow-nav.left-arrow:hover {
  padding-left: 0;
  padding-right: 10px;
}

.slide-nav {
  margin-top: 50px;
  font-size: 8px;
  display: none;
  top: 100%;
}

.blue-line {
  background-color: var(--blue-link);
  width: 150%;
  height: 10vh;
  position: absolute;
  top: -35px;
  transform: rotate(-2deg);
}

.blue-line.bottom {
  top: auto;
  bottom: -35px;
}

._10-margin {
  margin-bottom: 10px;
}

.page-wrap {
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -40px;
  display: flex;
  overflow: hidden;
}

.page-wrap.no-overflow {
  overflow: visible;
}

.page-wrap.dashboard-page-wrap {
  margin-top: -254px;
}

.feature-image-mask {
  z-index: 2;
  border-radius: 10px;
  width: 300px;
  height: 300px;
  position: relative;
  overflow: hidden;
}

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

.feature-max {
  z-index: 2;
  max-width: 350px;
  position: relative;
}

.feature-img-and-graident {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
  position: relative;
}

.feature-gradient {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--green), #8ea5a000 71%);
  border-radius: 50%;
  width: 150%;
  height: 150%;
  position: absolute;
}

.product-list {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 100px;
  display: grid;
}

.product-list.no-items {
  background-color: var(--plum);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  display: flex;
}

.product-card {
  border: 1px #000;
  border-radius: 10px;
  flex-direction: column;
  flex: 1;
  transition: box-shadow .5s, transform .6s cubic-bezier(.23, 1, .32, 1), opacity .5s;
  display: flex;
  overflow: hidden;
}

.product-card:hover {
  transform: translate(0, -5px);
  box-shadow: 0 10px 30px #0000000d;
}

.product-image-wrap {
  width: 100%;
  height: 400px;
}

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

.product-description {
  background-color: var(--white);
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 30px;
  display: flex;
  position: relative;
}

.section-bg-image {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section-bg-image.top-align {
  object-position: 50% 50%;
}

.section-lines {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 60%;
  position: absolute;
  inset: 0%;
}

.description-image-wrap {
  border-radius: 10px;
  width: 80%;
  height: 500px;
  overflow: hidden;
}

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

.description-bg {
  background-color: var(--blue-link);
  background-image: url('../images/Shapes.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50vw;
  height: 60%;
  position: absolute;
  top: 150px;
  right: 0;
}

.description-bg.left {
  top: 50px;
  left: 0;
  right: auto;
}

.description-bg.about-bg {
  height: 70%;
  top: 50px;
}

.newsletter-form {
  background-color: var(--lightest-blue);
  border-radius: 10px;
  margin-bottom: 0;
  padding: 100px;
}

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

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

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

.blog-list {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 100px;
  display: grid;
}

.blog-item {
  text-align: left;
  border-bottom-style: none;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  min-height: 600px;
  padding: 150px 30px 30px;
  transition: box-shadow .5s cubic-bezier(.23, 1, .32, 1), transform .5s cubic-bezier(.23, 1, .32, 1), opacity .5s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-item:hover {
  transform: translate(0, -5px);
  box-shadow: 0 10px 30px #0000000d;
}

.blog-content {
  z-index: 2;
  background-color: var(--white);
  border-radius: 10px;
  padding: 20px;
  position: relative;
}

.blog-content.post-content {
  padding: 50px;
}

.author-sideflex {
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.author-sideflex._30-px-margin {
  margin-bottom: 30px;
}

.author-image-mask {
  border-radius: 20px;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  overflow: hidden;
}

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

.blog-item-image {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.insta-row {
  align-items: center;
  width: 150vw;
  margin-bottom: 100px;
  display: flex;
}

.insta-row.row-2 {
  margin-bottom: 0;
  margin-left: -50vw;
}

.insta-post-wrap {
  border-radius: 10px;
  flex: none;
  width: 400px;
  height: 400px;
  margin-right: 100px;
  overflow: hidden;
}

.category-label {
  background-color: var(--lightest-blue);
  text-transform: uppercase;
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 2px 5px;
  font-size: 12px;
  position: absolute;
  bottom: 100%;
  left: 0;
}

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

.insta-section-line {
  z-index: 2;
  background-color: var(--plum);
  justify-content: center;
  align-items: center;
  width: 150vw;
  height: 200px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: rotate(2deg);
}

.social-wrap {
  color: var(--white);
  flex: none;
  align-items: center;
  margin-left: 40px;
  margin-right: 40px;
  font-size: 30px;
  font-weight: 500;
  display: flex;
}

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

.social-icon {
  height: 50px;
  margin-right: 15px;
  display: block;
}

.social-icon.author-links {
  height: 30px;
  margin-right: 0;
}

.footer-contact-link {
  color: var(--black);
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6em;
}

.footer-link {
  color: var(--black);
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6em;
}

.footer-link.w--current {
  font-weight: 400;
}

.footer-brand {
  border-bottom-style: none;
  height: 30px;
  padding-left: 0;
}

.payment-trustmark-wrap {
  background-color: var(--white);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 45px;
  margin-right: 15px;
  padding: 5px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 15px #0000001a;
}

.payment-trustmark-wrap.big-trustmark {
  padding: 0;
}

.payment-trustmark-wrap.powered-by {
  color: var(--black);
  width: auto;
  font-size: 10px;
}

.trustmark-image {
  height: 13px;
  display: block;
}

.trustmark-image.smaller {
  height: 10px;
}

.trustmark-image.big {
  object-fit: contain;
  width: 100%;
  height: auto;
}

.products-list-wrapper {
  width: 100%;
}

.price-wrap {
  color: var(--plum);
  align-items: center;
  position: absolute;
  top: 30px;
  right: 30px;
}

.product-item {
  flex-direction: column;
  display: flex;
}

.blog-list-wrapper {
  width: 100%;
  margin-top: 100px;
}

.nav-right-wrap {
  align-items: center;
  display: flex;
}

.cart {
  margin-left: 20px;
}

.cart-quantity {
  color: var(--blue-link);
  background-color: #0000;
  margin-left: 0;
}

.cart-button {
  color: var(--blue-link);
  background-color: #0000;
  padding-left: 5px;
  padding-right: 5px;
}

.cart-text {
  font-size: 20px;
}

.cart-container {
  border-radius: 10px;
  overflow: hidden;
}

.cart-image-wrap {
  object-fit: fill;
  border-radius: 10px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  overflow: hidden;
}

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

.cart-quantity-1 {
  color: var(--blue-link);
  background-color: #2034921a;
  border: 1px #000;
  border-radius: 6px;
  width: 100%;
  height: 40px;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
}

.cart-quantity-1:focus {
  border-bottom-color: var(--lightest-blue);
}

.cart-quantity-1::placeholder {
  color: var(--blue-link);
}

.cart-close {
  width: 10px;
  font-size: 10px;
}

.cart-product-name {
  margin-bottom: 5px;
  font-family: Sato, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
}

.cart-item {
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.remove-button {
  color: var(--grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 100%;
  margin-top: 5px;
  font-size: 10px;
  font-weight: 500;
}

.cart-list {
  padding: 20px 20px 0;
}

.cart-footer {
  padding: 20px;
}

.error-state {
  background-color: var(--plum);
  color: var(--white);
  text-align: center;
  border-radius: 10px;
  margin: 10px 0 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

.empty-state {
  text-align: center;
  flex-direction: column;
  padding-left: 20px;
  padding-right: 20px;
}

.hero-image-mask {
  border-radius: 10px;
  width: 100%;
  height: 600px;
  overflow: hidden;
}

.free-workout-shape {
  z-index: 2;
  height: 350px;
  position: absolute;
  inset: auto 0% 0% auto;
}

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

.hero-line {
  z-index: 2;
  background-color: var(--lightest-blue);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 150vw;
  height: 200px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: rotate(2deg);
}

.hero-line.shop-line {
  background-color: var(--blue-link);
  color: var(--white);
}

.hero-line.blog-line {
  background-color: var(--lightest-blue);
  color: var(--blue-link);
}

.about-video-wrap {
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 700px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.play-button-wrap {
  border: 1px solid var(--white);
  background-color: #ffffff80;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: absolute;
}

.play-button {
  height: 30px;
}

.contact-form {
  background-color: var(--smoke);
  border-radius: 10px;
  margin-bottom: 0;
  padding: 50px;
}

.contact-link {
  color: var(--blue-link);
  font-family: Red Hat Display, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6em;
}

.contact-form-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.text-area {
  color: var(--blue-link);
  background-color: #fff;
  border: 1px #000;
  border-radius: 10px;
  height: 60px;
  min-height: 300px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Red Hat Display, sans-serif;
  font-size: 16px;
}

.text-area:focus {
  border-bottom-color: var(--lightest-blue);
}

.text-area::placeholder {
  color: var(--blue-link);
}

.blog-categories {
  border-bottom: 1px solid var(--gainsboro);
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
  display: flex;
}

.categories-sideflex {
  align-items: center;
  display: flex;
}

.categories-list {
  display: flex;
}

.social-links-wrap {
  background-color: var(--white);
  border-radius: 10px;
  justify-content: space-around;
  align-items: center;
  padding: 21px;
  display: flex;
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
}

.social-links {
  filter: invert();
}

.checkout-form {
  padding-top: 150px;
}

.checkout-block {
  background-color: var(--white);
  border-style: none;
  border-radius: 10px;
  overflow: hidden;
}

.payment-logos-sideflex {
  z-index: 2;
  align-items: stretch;
  width: 95%;
  max-width: 1450px;
  margin-bottom: 10px;
  display: flex;
  position: relative;
}

.block-header {
  border-style: none none solid;
  border-bottom-color: var(--white-smoke);
  align-items: center;
  padding: 15px 20px;
}

.block-content {
  border: 1px #000;
  padding: 20px;
}

.shipping-method-list {
  border-left-style: none;
  border-right-style: none;
}

.shipping-method {
  background-color: var(--smoke);
  border-bottom-style: none;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 10px;
}

.order-item {
  align-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.selector {
  background-color: #2034921a;
  border-style: none;
  height: 40px;
}

.selector.big-selector {
  border-radius: 6px;
  height: 60px;
  margin-bottom: 0;
}

.sticky-form {
  position: sticky;
  top: 150px;
}

.add-to-cart-sideflex {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: grid;
}

.add-to-cart {
  width: 100%;
}

.cart-quantity-2 {
  color: var(--blue-link);
  background-color: #2034921a;
  border: 1px #000;
  border-radius: 6px;
  width: 100%;
  height: 60px;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
}

.cart-quantity-2:focus {
  border-bottom-color: var(--lightest-blue);
}

.cart-quantity-2::placeholder {
  color: var(--blue-link);
}

.utility-page-wrap {
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 500px;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  display: flex;
}

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

.protected-page-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.two-buttons {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

.option {
  flex-wrap: wrap;
  margin-bottom: 5px;
  font-size: 12px;
}

.option-list {
  padding-top: 0;
}

.span {
  margin-left: 2px;
  margin-right: 5px;
}

.field-label, .shipping-label {
  font-weight: 700;
}

.paypal {
  height: 38px;
  margin-bottom: 8px;
}

.body {
  color: #2188e6;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.heading {
  color: var(--black);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  font-family: Sato, sans-serif;
  font-size: 80px;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

.bold-text {
  color: #929090;
  font-size: 15px;
  font-weight: 600;
}

.send {
  background-color: #2188e6;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 50px;
  margin-left: 7px;
  margin-right: 7px;
  font-size: 20px;
  font-weight: 700;
  transition-property: opacity;
  transition-duration: .5s;
  transition-timing-function: ease;
  display: flex;
  position: relative;
}

.white-button {
  color: var(--black);
  text-align: center;
  background-color: #fff;
  border: 1px solid #080808;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: auto;
  min-width: 105px;
  height: 50px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.container-2 {
  flex-flow: row;
  display: none;
}

.container-3 {
  flex-flow: row;
  display: flex;
}

.mask {
  color: #6b6868;
  background-color: #fff;
  border: 1px solid #2188e6;
  max-height: 1000px;
}

.image {
  margin-top: 33px;
}

.button-4 {
  border-radius: 10px;
  margin-left: 5px;
  margin-right: 5px;
}

.button-5 {
  color: var(--blue-link);
  background-color: #fff;
  margin-left: 5px;
  margin-right: 5px;
}

.pop-up-wrapper {
  z-index: 9999;
  opacity: 0;
  background-color: #000c;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  position: fixed;
  inset: 0%;
}

.form-2 {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: static;
}

.field-label-2, .field-label-3 {
  color: var(--smoke);
}

.text-field {
  min-width: 250px;
}

.pop-up-close {
  position: absolute;
  inset: 5% 5% auto auto;
}

.icon_close {
  z-index: 0;
  color: #000;
  cursor: pointer;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  inset: 15px 10px auto auto;
}

.button-icon {
  width: 16px;
  height: 16px;
}

.lightbox-modal {
  z-index: 2000;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  color: var(--light-blue);
  background-color: #0000;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  padding: 25px;
  display: flex;
  position: static;
  inset: 0%;
}

.field-input {
  border: 1px solid #d3d4d8;
  border-radius: 6px;
  height: 40px;
  margin-bottom: 0;
  padding-left: 15px;
  transition: border-color .2s;
}

.field-input:hover {
  border-color: #434de7;
}

.field-input:focus {
  border-color: #177fff;
}

.button-6 {
  color: #fff;
  background-color: #434de7;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 7px 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.button-6:hover {
  box-shadow: none;
  background-color: #000;
}

.button-6.in-form {
  width: 100%;
}

.button-6.in-form.mb-10 {
  background-color: #2188e6;
  margin-bottom: 10px;
}

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

.chekbox-text {
  color: #000;
  font-size: 13px;
  font-weight: 400;
  display: none;
}

.link-2 {
  color: var(--blue-link);
  border-bottom: 1px solid #7f56da00;
  font-family: Open Sans, sans-serif;
}

.link-2:hover {
  border-bottom-color: #177fff;
}

.google-button {
  grid-column-gap: 10px;
  color: #000;
  border: 1px solid #ccc;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.form-flex {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.button-text {
  margin-bottom: 0;
}

.checkbox {
  border-radius: 4px;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  margin-right: 7px;
  display: none;
}

.checkbox.w--redirected-checked {
  background-color: #177fff;
}

.field-label-4 {
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.field-wrapper {
  margin-bottom: 20px;
}

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

.checkbox-wrap {
  align-items: center;
  margin-bottom: 0;
}

.h1-small {
  color: #000;
  margin-top: 20px;
  margin-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2em;
}

.modal_small {
  text-align: left;
  background-color: #fff;
  border: 2px solid #f2f3ff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  min-width: 400px;
  max-width: 500px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px;
  display: flex;
  position: relative;
  box-shadow: 0 20px 30px -10px #1d01501a;
}

.log-in__content {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 475px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.log-in__buttons {
  margin-bottom: 20px;
}

.social-image {
  width: 24px;
}

.mb-24 {
  text-align: center;
  margin-bottom: 20px;
}

.form-label {
  color: #0e1012;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 500;
}

.passwordless-step-2 {
  text-align: left;
  background-color: #eee;
  border-radius: 20px;
  margin-bottom: 30px;
  padding: 20px 20px 1px;
  display: none;
}

.or-wrap {
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 32px;
  display: flex;
}

.social-text-2 {
  font-weight: 500;
}

.step-2-label {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin-bottom: 15px;
  font-size: 16px;
  display: flex;
}

.social-btn-2 {
  color: #000;
  background-color: #fff;
  border: 1px solid #dcdce5;
  border-radius: 20px;
  width: 100%;
  margin-bottom: 10px;
  padding: 12px 40px 12px 15px;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  transition: border-color .2s, box-shadow .2s;
  position: relative;
  box-shadow: 0 1px 2px #dcdce580;
}

.social-btn-2:hover {
  box-shadow: none;
  border-color: #374252;
}

.social-btn-2:focus {
  border: 1px solid #000;
}

.social-btn-2::placeholder {
  color: #6e6e6e;
}

.social-btn-2.w--current {
  display: none;
}

.social-btn-2.google {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.social-btn-2.google:hover {
  border-color: #4285f4;
}

.log-in__h {
  color: #000;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  font-size: 34px;
  font-weight: 600;
}

.full-section {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding: 100px 5%;
  display: flex;
}

.social-content-2 {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mail-icon {
  flex: 1;
  min-width: 40px;
  max-width: 56px;
  max-height: 56px;
}

.form-input {
  color: #525152;
  background-color: #fff;
  border: 1px solid #dcdce5;
  border-radius: 20px;
  width: 100%;
  height: 50px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 400;
  transition: box-shadow .2s;
}

.form-input:focus {
  border-color: #49bfff;
}

.form-input::placeholder {
  color: #8f93a3;
}

.or-new {
  color: #0e1012;
  text-align: center;
  margin: 0 10px;
}

.gray-line {
  background-color: #d3d3d3;
  flex: 1;
  height: 1px;
}

.upload-button {
  color: #fff;
  text-align: center;
  background-color: #1e1e2a;
  border: 1px #201c1b;
  border-radius: 20px;
  padding: 15px 60px;
  font-size: 17px;
  transition: background-color .2s;
}

.upload-button:hover {
  color: #1e1e2a;
  background-color: #a5c588;
}

.upload-button._100 {
  width: 100%;
}

.input-wrapper-2 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 1px;
  margin-bottom: 30px;
  display: flex;
  position: relative;
}

.passwordless-step-3 {
  text-align: left;
  background-color: #eee;
  border-radius: 20px;
  margin-bottom: 30px;
  padding: 20px 20px 1px;
}

.passwordless-step-4 {
  text-align: left;
  background-color: #eee;
  border-radius: 20px;
  margin-bottom: 30px;
  padding: 20px 20px 1px;
  display: none;
}

.form-5 {
  text-align: left;
}

.image-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: inline-flex;
}

.div-block {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.blue-button {
  color: #fffefe;
  background-color: #3898ec;
  border-radius: 10px;
  flex-flow: wrap;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  min-width: 105px;
  max-width: 200px;
  height: 50px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 12px 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  display: flex;
}

.container-4 {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: static;
}

.button-7, .button-8 {
  margin-left: 5px;
  margin-right: 5px;
}

.field-label-5 {
  text-align: center;
  margin-top: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 50px;
  font-weight: 300;
}

.container-5 {
  color: var(--dark-blue);
  -webkit-text-stroke-color: var(--dark-blue);
  background-color: #0000;
  border: 1px #000;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1100px;
  height: 200px;
  min-height: 500px;
  margin-top: 0;
  padding: 0 10px;
  display: flex;
  position: relative;
}

.field-label-6, .rich-text-block {
  margin-top: 40px;
}

.submit-button {
  margin-bottom: 20px;
  display: inline-block;
}

.paragraph {
  margin-top: 20px;
}

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

.text-block {
  color: var(--plum);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  display: flex;
}

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

.lightbox-modal-2 {
  z-index: 2000;
  background-color: #0000;
  border-bottom: 1px #000;
  justify-content: center;
  align-items: center;
  padding: 25px;
  display: none;
  position: relative;
  inset: 0%;
}

.chekbox-text-2 {
  color: #000;
  font-size: 13px;
  font-weight: 400;
  display: none;
}

.checkbox-2 {
  border-radius: 4px;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  margin-right: 7px;
  display: none;
}

.checkbox-2.w--redirected-checked {
  background-color: #177fff;
}

.modal_small-2 {
  text-align: left;
  background-color: #fff;
  border: 2px solid #f2f3ff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  min-width: 400px;
  max-width: 400px;
  margin-bottom: 0;
  padding: 30px;
  display: flex;
  position: relative;
  box-shadow: 0 20px 30px -10px #1d01501a;
}

.button-9 {
  text-align: center;
  color: #2188e6;
  background-color: #3898ec00;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.paragraph-2 {
  font-family: Open Sans, sans-serif;
}

.text-block-2 {
  text-align: center;
  align-self: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
}

.div-block-2 {
  background-color: #ececec;
}

.grid {
  grid-column-gap: 50px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 30px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  margin-top: 100px;
  padding: 40px 50px;
  display: flex;
  box-shadow: 0 2px 20px #0000001c;
}

.h1 {
  text-align: center;
  margin-top: 0;
}

.p {
  text-align: center;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
}

.button-10 {
  text-align: left;
  background-color: #095fff;
  border-radius: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-flex;
}

.button-10.secondary {
  color: #000;
  background-color: #f1f1f1;
}

.label-2 {
  font-weight: 500;
}

.input {
  border: 1px solid #dadada;
  border-radius: 6px;
  margin-bottom: 10px;
  box-shadow: 0 2px 2px #0000001a;
}

.input:focus-visible, .input[data-wf-focus-visible] {
  border-color: #4769ff;
}

.uploader {
  background-color: #f1f1f1;
  border: 1px dashed #bdbdbd;
  border-radius: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 10px;
  padding: 10px;
  display: flex;
}

.div-block-3, .text-field-2 {
  display: none;
}

.html-embed {
  display: block;
}

.list {
  list-style-type: disc;
}

.list-item {
  flex-flow: row;
  list-style-type: disc;
  display: inline-flex;
}

.list-2 {
  text-align: left;
  margin-bottom: 5px;
  padding-top: 5px;
  font-size: 16px;
}

.list-item-2, .list-item-3, .list-item-4, .list-item-5 {
  font-weight: 400;
  display: block;
}

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

.text-block-3 {
  border-radius: 0;
}

.link-3 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 20px;
  padding-top: 0;
  display: flex;
}

.container-9 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.div-block-4 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

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

.html-embed-2 {
  margin-top: 20px;
}

.nav-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.mb-20 {
  min-height: 55px;
  margin-bottom: 0;
  font-size: 20px;
}

.card {
  border: 1px solid #f8f8f8;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 130px;
  padding: 15px;
  display: flex;
}

.filters {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: space-around;
  align-self: center;
  align-items: flex-start;
  width: auto;
  margin-top: 0;
  margin-bottom: 30px;
  display: flex;
}

.filters.chart-layout {
  flex-flow: row;
  display: flex;
}

.filters.chart-layout.chart-type {
  display: flex;
}

.filters.options-filters {
  flex-flow: row;
  align-self: center;
  padding: 20px;
  display: flex;
}

.filters.options-filters.strikes-expiration-filters {
  display: flex;
}

.nav-bot {
  background-color: #232526;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
}

.nav {
  z-index: 9999;
  color: #fff;
  background-color: #101213;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 280px;
  min-width: 280px;
  max-width: 280px;
  height: 100vh;
  padding: 20px;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.mobile-nav {
  display: none;
}

.top-link {
  background-color: #f8f8f8;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: background-color .2s;
  display: flex;
}

.top-link:hover {
  background-color: #88db1b;
}

.cb-line {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.shadow {
  display: none;
}

.mb-10 {
  margin-bottom: 10px;
}

.custom-css {
  display: none;
}

.content {
  background-color: #fff;
  border-radius: 30px;
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
}

.card-icon {
  background-color: #f8f8f8;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.nav-heading {
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-left: 15px;
}

.nav-heading.small {
  padding-left: 0;
  font-size: 12px;
}

.bot-text {
  margin-bottom: 10px;
}

.sales {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.content-wrap {
  flex-direction: column;
  justify-content: space-between;
  margin-top: 60px;
  display: flex;
}

.date {
  color: #101213;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.date:hover, .date.w--current {
  background-color: #88db1b;
}

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

.schedule-wrap {
  border: 1px solid #f8f8f8;
  border-radius: 20px;
  min-height: 280px;
  padding: 20px;
}

.text-field-3 {
  color: #fff;
  background-color: #232526;
  background-image: url('../images/search.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #232526;
  border-radius: 25px;
  height: 45px;
  margin-bottom: 0;
  padding-left: 40px;
}

.text-field-3:hover, .text-field-3:active, .text-field-3:focus {
  border-color: #232526;
}

.stat-scroll {
  flex: 1;
  padding-bottom: 20px;
  overflow: auto;
}

.chart-block {
  border: 1px solid #8bcfb8;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  display: flex;
}

.chart-block.red {
  border-color: #d38181;
}

.scroll {
  overflow: auto;
}

.stat-lines {
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

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

.calendar-heading {
  margin-bottom: 20px;
}

.profile-img {
  border-radius: 50%;
}

.embed-icon {
  color: var(--white);
  align-self: center;
  margin-bottom: -4px;
}

.embed-icon:hover {
  color: var(--white);
  text-decoration: none;
}

.embed-icon.nav-link-selected {
  color: var(--black);
}

.content-top {
  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;
  margin-bottom: 40px;
  display: flex;
}

.nav-link-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  background-color: #070707;
  border-radius: 25px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: center;
  align-items: stretch;
  width: 250px;
  height: 47px;
  margin-bottom: 10px;
  padding: 10px 15px;
  font-size: 8px;
  text-decoration: none;
  transition-property: none;
  display: flex;
}

.nav-link-2:hover, .nav-link-2.w--current {
  color: #101213;
  background-color: #89ccff;
}

.nav-link-2.mb-20 {
  margin-bottom: 20px;
}

.nav-link-2.settings-nav-link {
  display: none;
}

.nav-link-2.mb-20-copy {
  margin-bottom: 20px;
  display: none;
}

.nav-link-2.nav-link-selected {
  color: #0a0a0a;
  background-color: #89ccff;
  justify-content: flex-start;
  align-items: stretch;
}

.nav-link-2.nav-item-wrapper {
  white-space: nowrap;
  overflow-wrap: normal;
  justify-content: center;
  align-items: stretch;
  text-decoration-style: solid;
  display: flex;
}

.nav-link-2.option-chain-nav {
  display: flex;
}

.nav-link-2.free {
  font-size: 4px;
}

.nav-link-2.options-chain {
  display: none;
}

.calendar-date {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.paragraph-3 {
  font-size: 12px;
}

.schedule-left {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.sales-wrap {
  border: 3px #237dd8;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-self: center;
  align-items: stretch;
  width: 100%;
  min-height: 340px;
  margin-bottom: 20px;
  padding: 50px 40px 10px;
  display: flex;
}

.schedule-line {
  background-color: #88db1b;
  border-radius: 10px;
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
}

.form-block-3 {
  margin-bottom: 0;
}

.content-right {
  color: var(--green);
  border: 1px #000;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  width: 60%;
  display: flex;
}

.badge {
  color: #88db1b;
  background-color: #314125;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 5px;
  font-size: 12px;
  display: flex;
}

.grey-p {
  color: #727272;
}

.grey-p.mb-30 {
  margin-bottom: 30px;
}

.content-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

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

.cb {
  border: 1px solid #000;
  border-radius: 5px;
  width: 22px;
  height: 22px;
}

.cb.w--redirected-checked {
  background-color: #8bcfb8;
  background-image: url('../images/check.svg');
  background-size: auto;
  border-color: #25a97d;
}

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

.upcoming-wrap {
  border: 1px solid #f8f8f8;
  border-radius: 20px;
  padding-top: 20px;
}

.red-p {
  color: #d38181;
}

.blue-p {
  color: #8bcfb8;
}

.stats {
  flex-direction: row;
  justify-content: space-between;
  height: 100%;
  margin-left: 50px;
  display: flex;
  position: absolute;
  inset: auto 0% -12px;
}

.nav-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: block;
}

.statistic {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  height: 100%;
  display: flex;
  position: relative;
}

.stat-holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(33px, 1px) 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.none {
  display: none;
}

.p-18 {
  color: var(--blue-link);
  font-size: 18px;
}

.profile-wrap, .top-links {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.calendar-wrap {
  border: 1px solid #f8f8f8;
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 20px;
}

.stat-value {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #f8f8f8;
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 20px;
  height: 100%;
  display: flex;
}

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

.sales-heading {
  margin-bottom: 10px;
}

.shedule-content {
  flex-direction: column;
  justify-content: space-between;
  width: 40%;
  height: 100%;
  display: flex;
}

.shedule-content.width {
  width: 100%;
}

.section-2 {
  flex-flow: column;
  width: 100%;
  max-width: 1920px;
  display: flex;
}

.p-12 {
  font-size: 12px;
}

.p-12.grey-p {
  color: #9da4ad;
}

.value {
  background-color: #88db1b;
  border-radius: 5px;
  width: 100%;
  height: 70%;
}

.value._60 {
  height: 60%;
}

.value._45 {
  height: 45%;
}

.value._30 {
  height: 30%;
}

.value._90 {
  height: 90%;
}

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

.bot-badges {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  display: flex;
}

.calendar {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: space-between;
  display: flex;
}

.card-bot {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  display: flex;
}

.logo-link {
  text-align: center;
  margin-bottom: 40px;
}

.content-left {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.top-schedule {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.top-schedule.margin-20 {
  margin-left: 20px;
  margin-right: 20px;
}

.bot-arrow {
  background-color: #88db1b;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  transition: background-color .2s;
  display: flex;
}

.bot-arrow:hover {
  background-color: #f8f8f8;
}

.paragraph-4 {
  flex-flow: row;
}

.sales-wrap-copy, .sales-wrap-copy-copy {
  border: 1px solid #f8f8f8;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  min-height: 340px;
  margin-bottom: 20px;
  padding: 20px 20px 10px;
  display: flex;
}

.dropdown {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.image-3 {
  width: 55%;
  display: inline-block;
}

.button-11 {
  color: var(--black);
  text-align: center;
  background-color: #3898ec00;
  border: 2px #000;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  max-width: 260px;
  max-height: 40px;
  font-weight: 700;
  display: flex;
}

.rich-text-block-2 {
  color: var(--blue-link);
}

.div-block-5 {
  flex: 0 auto;
  display: flex;
}

.heading-2 {
  color: var(--black);
  text-align: center;
  justify-content: center;
  margin: 0 10px 30px;
  font-size: 40px;
  display: flex;
}

.rich-text-block-3 {
  align-self: flex-start;
  margin-top: 40px;
  font-style: normal;
  display: block;
}

.list-3 {
  flex-flow: column;
  padding-top: 10px;
  padding-left: 55px;
  padding-right: 10px;
  list-style-type: decimal;
  display: flex;
}

.div-block-6 {
  border: 1px dashed #000;
  border-radius: 9px;
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  margin: 25px 12px 20px;
  display: flex;
}

.div-block-6.nobordersdiv {
  border-style: none;
  flex-flow: column;
  margin-bottom: 60px;
}

.paragraph-5 {
  text-align: center;
  margin-top: 20px;
}

.heading-3 {
  text-align: center;
  margin-top: 40px;
  font-size: 20px;
}

.body-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  font-family: Lato, sans-serif;
  display: flex;
}

.dropdownwrapper {
  background-color: #eef5fb;
  border: 1px solid #0000002e;
  border-radius: 9px;
  width: 100%;
  margin-bottom: 60px;
  padding: 10px;
  font-size: 16px;
  position: relative;
}

.container-11 {
  width: 0;
  max-width: 0;
  height: 0;
  position: static;
}

.dropdowntrigger {
  cursor: pointer;
  background-color: #0000;
  border: 1px #9e1e1e00;
  padding: 10px 10px 10px 15px;
  font-size: 20px;
  font-weight: 500;
}

.dropdowncontent {
  width: 100%;
  padding: 10px;
}

.div-block-7, .div-block-8, .div-block-9, .div-block-10, .div-block-11, .div-block-12 {
  overflow: hidden;
}

.div-block-13 {
  border: 1px #000;
  padding: 0 15px 0 10px;
  position: relative;
  overflow: hidden;
}

.text-block-4 {
  text-align: justify;
  margin: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Lato, sans-serif;
  font-size: 25px;
  display: block;
  position: relative;
  overflow: hidden;
}

.div-block-14 {
  height: 1px;
}

.list-item-6 {
  font-family: Red Hat Display, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.list-item-7, .list-item-8, .list-item-9, .list-item-10, .list-item-11, .list-item-12, .list-item-13 {
  font-size: 16px;
  font-weight: 400;
}

.list-item-14 {
  font-family: Red Hat Display, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.list-item-15 {
  font-size: 16px;
  font-weight: 400;
}

.bold-text-2 {
  font-weight: 500;
}

.div-block-15 {
  text-align: center;
  border: .2px dashed #000;
  border-top: 1px #000;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 98%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-16 {
  border: 1px #000;
}

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

.div-block-17 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: 500px;
  margin-bottom: 100px;
  display: flex;
  position: relative;
}

.text-block-6 {
  text-align: left;
  width: 100%;
  padding: 15px 15px 0 40px;
  font-size: 16px;
}

.list-item-16 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  list-style-type: decimal;
}

.list-item-17 {
  font-size: 16px;
  font-weight: 400;
}

.list-item-18 {
  font-size: 16px;
  font-weight: 400;
  list-style-type: disc;
  display: flex;
}

.text-block-7 {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  max-width: 300px;
  padding: 7px;
  display: block;
}

.div-block-18 {
  background-color: #3898ec;
  flex-flow: row;
  align-self: center;
  align-items: center;
  margin: 6px;
  display: flex;
}

.div-block-18.blue-button {
  color: var(--color);
  cursor: pointer;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 5px;
  padding-bottom: 12px;
  padding-left: 20px;
  padding-right: 20px;
  transition: opacity .5s;
}

.text-block-8 {
  padding: 7px;
}

.div-block-19 {
  border-radius: 9px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin: 6px;
  display: none;
}

.list-4 {
  flex-flow: column;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 15px;
  margin-right: 0;
  padding-left: 85px;
  padding-right: 10px;
  font-size: 20px;
  list-style-type: decimal;
  display: flex;
}

.div-block-20 {
  background-color: #3898ec00;
  border: 1px #0000002e;
  border-radius: 9px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 10px 10px 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  display: flex;
}

.div-block-21 {
  border: 1px solid #000;
  border-radius: 9px;
  width: 100%;
  margin: 25px 0;
  padding: 10px;
}

.list-5, .list-6 {
  padding-left: 55px;
}

.bold-text-3 {
  margin: 25px 25px 25px 0;
}

.div-block-22 {
  margin: 25px;
  padding-top: 0;
}

.list-7, .list-item-19, .list-item-20, .list-item-21, .list-item-22, .list-item-23 {
  list-style-type: decimal;
}

.text-span {
  -webkit-text-stroke-color: var(--light-blue);
}

.text-span-2, .text-span-3, .text-span-4, .text-span-5 {
  color: var(--light-blue);
}

.button-12 {
  color: var(--light-blue);
  background-color: #fff;
}

.div-block-23 {
  margin-top: 20px;
}

.denied-link {
  grid-column-gap: 8px;
  color: #010026;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
  display: flex;
}

.search-bar {
  background-color: #35373b;
  align-items: center;
  padding: 6px 12px 6px 20px;
  display: flex;
}

.search-bar.light {
  background-color: #fff;
}

.tab {
  object-fit: fill;
  background-color: #35373b;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  justify-content: space-between;
  align-items: center;
  width: 14vw;
  min-width: 140px;
  height: 100%;
  margin-top: 0;
  padding-top: 2px;
  font-weight: 400;
  display: block;
  position: relative;
  overflow: hidden;
}

.tab.light {
  color: #000;
  background-color: #fff;
}

.tab.inactive {
  color: #fffc;
  background-color: #0000;
  width: 13vw;
}

.tab.inactive.light {
  color: #000c;
  background-color: #dee1e5;
}

.search__overflow-gradient {
  z-index: 2;
  background-image: linear-gradient(255deg, #34383b, #34383c 0% 60%, #34383c00);
  flex: none;
  height: 100%;
  padding-bottom: 2px;
  padding-left: 30px;
  padding-right: 12px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.search__overflow-gradient.light {
  background-image: linear-gradient(255deg, #f1f3f4, #34383c 0%, #f1f3f4 0%, #f1f3f4);
}

.denied-content {
  z-index: 2;
  max-width: 400px;
  margin-top: 50px;
  padding: 50px;
  position: relative;
}

.icon__back-arrow {
  filter: invert();
  border-radius: 50%;
  width: 16px;
  margin-right: 16px;
  padding: 0;
  transition: opacity .2s;
  display: block;
}

.icon__back-arrow:hover {
  opacity: .5;
  filter: invert();
}

.icon__back-arrow.dark {
  filter: none;
}

.tab-divider {
  z-index: 6;
  opacity: .2;
  background-color: #fff;
  width: 1px;
  height: 20px;
  margin-right: 1px;
  position: absolute;
  inset: 24% 0% auto auto;
}

.tab-divider.dark {
  background-color: #000;
  top: 14%;
}

.space {
  width: 10px;
  height: 10px;
}

.space.is-20 {
  width: 20px;
  height: 20px;
}

.gumdrops__wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 6px 20px 6px 24px;
  display: flex;
  overflow: hidden;
}

.tab__close-wrapper {
  z-index: 2;
  background-image: linear-gradient(255deg, #34383b, #34383c 0% 60%, #34383c00);
  flex: none;
  height: 100%;
  padding-bottom: 2px;
  padding-left: 30px;
  padding-right: 12px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.tab__close-wrapper.inactive {
  background-image: linear-gradient(255deg, #1e2325, #1e2325 0% 60%, #1e232500);
}

.tab__close-wrapper.inactive.light {
  background-image: linear-gradient(255deg, #dee1e6, #dee1e6 0% 60%, #dee1e6);
}

.tab__close-wrapper.light {
  background-image: linear-gradient(255deg, #fff, #fff 0% 60%, #fff0);
}

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

.inactive-tab__wrapper {
  align-items: center;
  height: 100%;
  display: flex;
}

.denied-button-flex {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.icon__forward-arrow {
  filter: invert();
  width: 14px;
  margin-right: 16px;
  display: block;
}

.icon__forward-arrow.inactive {
  opacity: .4;
  width: 16px;
  padding: 0;
}

.icon__forward-arrow.inactive.dark {
  filter: none;
}

.active-tab__wrapper {
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.browser__wrapper {
  background-color: #1e2225;
  border-radius: 12px;
  flex: 1;
  overflow: hidden;
  box-shadow: -6px 60px 30px -40px #00000080;
}

.browser__wrapper.light {
  background-color: #fff;
  border: 5px solid #002444;
  width: 100%;
  max-width: 100%;
  max-height: none;
  margin-top: 100px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 11px;
  box-shadow: -6px 60px 30px -40px #00000029;
}

.page-preview {
  max-width: 100%;
  display: block;
}

.new-tab__icon {
  opacity: .8;
  filter: invert();
  width: 12px;
}

.new-tab__icon.dark {
  filter: none;
}

.denied-button {
  color: #fff;
  text-align: center;
  letter-spacing: .03em;
  background-color: #010026;
  border-radius: 8px;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: transform .2s cubic-bezier(.645, .045, .355, 1), border-color .2s cubic-bezier(.645, .045, .355, 1), border-radius .2s cubic-bezier(.645, .045, .355, 1), box-shadow .2s cubic-bezier(.645, .045, .355, 1), background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: inline-block;
  position: relative;
  top: 0;
  box-shadow: 1px 1px 5px #ffffff40, 0 10px 20px -5px #2d3e504d;
}

.denied-button:hover {
  box-shadow: none;
  color: #fff;
  background-color: #1051b9;
  transform: translate(0, 2px);
}

.denied-button:active {
  background-color: #0a3092;
}

.tab-list__wrapper {
  flex: 1;
  height: 100%;
  padding-top: 8px;
  padding-left: 12px;
}

.denied-page {
  color: #010026;
  background-color: #fff;
  justify-content: space-around;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  min-height: 100vh;
  padding-top: 70px;
  padding-bottom: 70px;
  line-height: 1.7em;
  display: flex;
  overflow: hidden;
}

.tab-bar {
  background-color: #dee1e6;
  align-items: flex-start;
  height: 38px;
  display: flex;
}

.tab__wrapper {
  height: 100%;
  display: flex;
}

.denied-button-svg {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.new-tab {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-top: 2px;
  margin-left: 4px;
  padding: 6px;
  display: flex;
}

.new-tab:hover {
  background-color: #fff;
  border-radius: 50%;
}

.search__input {
  color: #fff6;
  background-color: #1e2225;
  border: 1px #000;
  border-radius: 100px;
  flex: 1;
  align-items: center;
  height: 32px;
  margin-bottom: 0;
  padding: 6px 6px 6px 8px;
  font-weight: 400;
  line-height: 14px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.search__input.light {
  color: #0006;
  background-color: #f1f3f4;
}

.search__value-wrapper {
  width: 200%;
}

.insert-website-here {
  border: 5px #002444;
  border-radius: 0 0 10px 10px;
  justify-content: center;
  align-items: center;
  min-height: auto;
  display: flex;
  overflow: hidden;
}

.tab__close {
  opacity: .8;
  filter: invert();
  width: 8px;
}

.tab__close.active {
  opacity: 1;
}

.tab__close.active.dark {
  filter: none;
}

.tab__close.inacvtive {
  transition: opacity .2s;
}

.tab__close.inacvtive:hover {
  opacity: .5;
}

.tab__close.inacvtive.dark {
  filter: none;
}

.icons-list__wrapper {
  flex: none;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.tab__label {
  z-index: 1;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex: 1;
  align-items: center;
  width: 200px;
  padding-bottom: 4px;
  padding-left: 12px;
  display: flex;
  position: relative;
}

.favicon {
  flex: none;
  width: 20px;
  margin-right: 12px;
}

.icon__refresh {
  filter: invert();
  border-radius: 0%;
  width: 16px;
  margin-right: 0;
  padding: 0;
  transition: opacity .2s;
  display: block;
}

.icon__refresh:hover {
  opacity: .5;
}

.icon__refresh.dark {
  filter: none;
}

.tab__curve {
  width: 12px;
  max-width: none;
}

.gumdrop {
  background-color: #ffd9d9;
  border-radius: 50%;
  flex: none;
  width: 12px;
  height: 12px;
}

.gumdrop.minimize {
  background-color: #f4be4f;
  margin-right: 6px;
}

.gumdrop.close {
  background-color: #ed6a5d;
  margin-right: 6px;
}

.gumdrop.maximize {
  background-color: #61c454;
}

.check-wrap {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  min-width: 0;
  display: flex;
  overflow: visible;
}

.link-4 {
  color: #000;
  border-radius: 50px;
  padding: 5px 15px;
  text-decoration: none;
  transition: color .2s;
}

.link-4:hover {
  color: #c02f7c;
}

.link-4.w--current {
  color: #c02f7c;
  background-color: #f6f6f6;
}

.tabs {
  overflow: visible;
}

.content-wrap-2 {
  padding-top: 0;
  padding-bottom: 60px;
}

.price-wrap-2 {
  flex-direction: column;
  margin-bottom: 40px;
  display: flex;
}

.price-wrap-2.getintouchpricewrap {
  margin-top: 68px;
}

.check-line {
  clear: none;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.check-line.last, .check-line.last-copy, .check-line.last-copy-copy {
  margin-bottom: 10px;
  padding-bottom: 0;
}

.card-top {
  z-index: 100;
  outline-offset: 0px;
  background-color: #3898ec26;
  border: 1px #0000;
  border-radius: 20px 20px 0 0;
  outline: 3px #081158;
  margin-top: 0;
  padding: 25px 25px 40px;
  position: relative;
}

.card-top.white {
  border-bottom-color: #ffffff1a;
}

.card-top.getintoucpricetop {
  margin-top: 1px;
}

.card-top.free-card-price {
  background-color: #f5f5f569;
  border: 1px #000;
  border-radius: 20px 20px 0 0;
  padding-bottom: 42px;
}

.card-top.supporter-card-price {
  z-index: 10;
  background-color: #fdbc688a;
}

.card-top.supporter-card-price2 {
  z-index: 100;
  opacity: 1;
  pointer-events: auto;
  -webkit-text-fill-color: inherit;
  background-color: #fc9e2661;
  background-clip: border-box;
  outline-color: #081158;
  padding-bottom: 51px;
}

.card-top.popular-price {
  padding-bottom: 1px;
}

.cards-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  mix-blend-mode: normal;
  align-items: flex-start;
  width: 100%;
  max-width: 10000px;
  padding-bottom: 10px;
  display: flex;
}

.card-bot-2 {
  padding-top: 20px;
}

.card-flex {
  z-index: 0;
  background-color: #0000;
  border-top: 1px #000;
  border-bottom: 1px #000;
  border-radius: 20px;
  position: relative;
}

.popular {
  color: #000;
  background-color: #f7d571;
  border-radius: 50px;
  flex-flow: row;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 75px;
  height: 25px;
  font-size: 12px;
  display: flex;
  position: absolute;
  top: 10px;
  right: 10px;
}

.shadow-2 {
  display: none;
}

.content-cards-2 {
  max-width: 100%;
  max-height: 500px;
  margin: 30px 0;
  overflow: visible;
}

.content-heading {
  text-align: center;
  background-image: url('../images/13313411_v897-wan-01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 40px;
  margin-bottom: 30px;
  padding: 100px 20px;
}

.embed-icon-2 {
  margin-bottom: -2px;
}

.border {
  border-bottom: 1px solid #000;
}

.border.white {
  border-bottom-color: #fff;
}

.nav-menu-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.card-heading-2 {
  color: #0a0a0a;
  margin-bottom: 40px;
}

.card-mid {
  outline-offset: 0px;
  background-color: #fff;
  border: 1px #000;
  outline: 3px #081158;
  padding: 20px 25px 40px;
}

.card-mid.white {
  border-bottom-color: #ffffff1a;
}

.switch-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.switch {
  background-color: var(--smoke);
  cursor: pointer;
  border-radius: 20px;
  align-items: center;
  width: 75px;
  height: 35px;
  padding: 5px;
  display: flex;
}

.tabs-content {
  width: 100%;
}

.nav-wrap-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.monthly {
  width: 100%;
}

.orange-p {
  color: #f0a384;
}

.nav-buttons {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.switcher {
  background-color: #a1cbf5;
  border-radius: 50%;
  justify-content: flex-start;
  align-items: center;
  width: 25px;
  height: 25px;
  display: block;
  position: static;
}

.mobile-nav-2, .hamburger-2 {
  display: none;
}

.container-12 {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.button-13 {
  color: #000;
  border: 1px solid #000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 9px 20px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.button-13:hover {
  color: #fff;
  background-color: #000;
}

.button-13.filled {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #000;
}

.button-13.filled:hover {
  color: #000;
  background-color: #0000;
}

.nav-2 {
  z-index: 99999;
  background-color: #fff;
  background-image: url('../images/nnnoise-1.svg');
  background-position: 0 0;
  background-size: 400px;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  display: flex;
  position: relative;
}

.card-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  align-items: center;
  width: 100%;
  max-width: 130px;
  text-decoration: none;
  display: flex;
}

.card-link.white {
  color: #fff;
}

.card-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50px;
  flex-flow: row;
  justify-content: center;
  align-self: auto;
  align-items: center;
  height: 45px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.card-button:hover {
  color: #fff;
  background-color: #000;
}

.card-2 {
  background-color: #f7f7f700;
  border: 1px solid #0000000d;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: none;
  min-height: 730px;
  padding: 0 0 30px;
  display: flex;
}

.card-2.small {
  min-height: auto;
}

.card-2.purple {
  color: #fff;
  background-color: #3898ec75;
  position: relative;
  overflow: hidden;
}

.card-2.popularcard {
  background-color: #fff0;
  border: 3px solid #0a71e08a;
  min-height: 0;
}

.mb-40 {
  color: #080808;
  min-height: 0;
  margin-top: 0;
  margin-bottom: 10px;
  text-decoration: none;
}

.mb-40.striked {
  text-decoration: line-through;
}

.mb-40.actual {
  color: #167eda;
}

.tabs-menu {
  display: none;
}

.h2 {
  font-size: 26px;
  font-weight: 600;
}

.paragraph-6 {
  align-self: center;
  position: static;
}

.paragraph-7 {
  color: #0e0d0d;
}

.paragraph-8 {
  color: var(--black);
}

.container-13 {
  box-sizing: border-box;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 85%;
  max-width: 100%;
  max-height: 20%;
  margin: 116px 0% 30px;
  padding-top: 0;
  display: flex;
  overflow: visible;
}

.paragraph-9 {
  justify-content: center;
}

.button-14 {
  z-index: 106;
  color: var(--white);
  text-align: center;
  mix-blend-mode: difference;
  background-color: #3898ec;
  border: 1px solid #08080800;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: Sato, sans-serif;
  font-size: 18px;
  display: flex;
  position: relative;
}

.button-14.lightbuttonprice {
  mix-blend-mode: hard-light;
  background-color: #fff;
  border-color: #08080800;
  border-radius: 10px;
}

.button-14.lightbuttonprice.free-button-price {
  color: var(--white);
  background-color: #494949;
  font-weight: 500;
}

.button-14.gold-button {
  background-color: #f68b07;
  font-weight: 500;
}

.button-14.supporter-button {
  z-index: 105;
  mix-blend-mode: normal;
  background-color: #fd8f00b8;
}

.text-block-9 {
  color: var(--white);
  text-align: center;
  background-color: #007eff;
  border-radius: 50px;
  width: 30%;
  min-width: 90px;
  font-size: 14px;
}

.div-block-24 {
  z-index: 105;
  color: var(--light-blue);
  border-radius: 50%;
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: flex-end;
  margin-top: 5px;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 0;
  display: block;
  position: absolute;
}

.div-block-24.crown-svg {
  z-index: 105;
  background-color: #fffdfd;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.bold-text-4 {
  font-size: 14px;
}

.paragraph-10 {
  clear: none;
  align-self: center;
  margin-bottom: 0;
}

.image-4 {
  order: 0;
  align-self: flex-start;
  margin-bottom: 0;
  padding-top: 5px;
}

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

.image-5 {
  align-self: flex-start;
  padding-top: 5px;
}

.text-block-10 {
  color: var(--light-blue);
  margin-bottom: 0;
}

.div-block-25 {
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
}

.bold-text-5 {
  color: var(--blue-link);
  -webkit-text-stroke-color: var(--black);
}

.list-item-24, .list-item-25 {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
}

.list-item-26 {
  font-size: 14px;
  font-weight: 400;
}

.ms-profile-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 2.2em;
  min-height: 2.2em;
  display: flex;
  position: relative;
  top: -2px;
}

.ms-dropdown-menu {
  display: block;
}

.ms-dropdown-menu.w--open {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  width: 200px;
  min-width: 200px;
  max-width: 200px;
  padding-top: .5em;
  padding-bottom: .5em;
  top: 100%;
  right: 0;
}

.ms-dropdown-image {
  z-index: 2;
  object-fit: cover;
  background-color: #1a0a9233;
  border: 1px solid #e1e1e1;
  border-radius: 100%;
  flex: none;
  width: 2.7em;
  height: 2.7em;
  position: relative;
}

.ms-dropdown-image:hover {
  background-color: #ffcf03;
}

.ms-dropdown-image.profile-image {
  width: 4em;
  height: 4em;
}

.ms-dropdown-link {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #463f3f;
  padding: .5em 1em .5em 1.5em;
  display: none;
}

.ms-dropdown-link:hover {
  color: #000;
}

.ms-dropdown-name {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  margin-left: 0;
  padding-left: 0;
  font-weight: 700;
  display: flex;
}

.ms-profile-svg-wrap {
  justify-content: center;
  align-items: center;
  width: 1em;
  min-width: 2.2em;
  height: 1em;
  min-height: 2.2em;
  display: flex;
  overflow: hidden;
}

.ms-dropdown-text {
  color: #463f3f;
}

.ms-profile-dropdown {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: #a29b9b;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 230px;
  padding: 1em 10px .5em;
  font-size: 14px;
  line-height: 1.4em;
  display: flex;
}

.ms-profile-dropdown:hover {
  color: #000;
}

.ms-dropdown-email {
  font-family: Lato, sans-serif;
  font-size: .8em;
}

.ms-dropdown-menu-2 {
  background-color: #fff;
  flex-flow: column;
  width: auto;
  min-width: 200px;
  max-width: 300%;
  display: flex;
  position: absolute;
}

.ms-dropdown-menu-2.w--open {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  width: 270px;
  min-width: 200px;
  max-width: 300%;
  padding-top: .5em;
  padding-bottom: .5em;
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
}

.ms-dropdown-menu-2.graphprimaryaxis {
  font-size: 14px;
  display: none;
}

.ms-dropdown-menu-2.graphprimaryaxis.w--open {
  width: auto;
  min-width: 100%;
  max-width: 300%;
  display: block;
  position: relative;
}

.ms-dropdown-link-2 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #463f3f;
  text-align: left;
  flex-flow: row;
  order: -1;
  align-self: flex-start;
  padding: .5em 1em .5em 1.5em;
  transition-property: none;
  display: flex;
}

.ms-dropdown-link-2:hover {
  color: #000;
}

.list-8 {
  margin-bottom: 0;
  padding-top: 5px;
}

.list-item-27, .list-9 {
  margin-bottom: 0;
}

.section_big {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding: 20px 5% 30px;
  display: flex;
  position: relative;
}

.container-14 {
  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 500px;
  padding: 40px;
  display: flex;
  box-shadow: 0 9px 20px #00000012;
}

.check-wrap-2 {
  background-color: #5cad2a;
  border-radius: 50%;
  padding: 7px;
}

.icon-2 {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  display: flex;
  overflow: hidden;
}

.button-15 {
  background-color: #000;
  border-radius: 5px;
}

.confetti {
  z-index: -1;
  width: 80%;
  position: absolute;
}

.lightbox-modal-3 {
  z-index: 2000;
  background-color: #fff6;
  justify-content: center;
  align-items: center;
  padding: 25px;
  display: flex;
  position: relative;
  inset: 0%;
}

.button-16 {
  color: #fff;
  background-color: #434de7;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 7px 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.button-16:hover {
  box-shadow: none;
  background-color: #000;
}

.button-16.in-form {
  width: 100%;
}

.button-16.in-form.mb-10 {
  background-color: #2188e6;
  margin-bottom: 10px;
}

.form-block-4 {
  width: 100%;
  margin-bottom: 0;
}

.chekbox-text-3 {
  color: #000;
  font-size: 13px;
  font-weight: 400;
}

.google-button-2 {
  grid-column-gap: 10px;
  color: #000;
  border: 1px solid #ccc;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.checkbox-3 {
  border-radius: 4px;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  margin-right: 7px;
}

.checkbox-3.w--redirected-checked {
  background-color: #177fff;
}

.field-label-7 {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 500;
}

.h1-small-2 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2em;
}

.container-15 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  margin-bottom: 60px;
  display: grid;
}

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

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

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

.text-block-12 {
  text-align: center;
  margin-bottom: 20px;
}

.image-6 {
  text-align: center;
  display: inline-block;
}

.bold-text-7 {
  flex-flow: column;
  display: flex;
}

.div-block-27 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.html-embed-3 {
  display: none;
}

.body-3 {
  color: var(--dark-blue);
  -webkit-text-stroke-color: var(--dark-blue);
}

.blue-links {
  color: var(--blue-link2);
  display: flex;
}

.div-block-28 {
  text-align: justify;
  margin-top: 20px;
}

.text-block-13 {
  margin: 15px 25px 10px;
  padding-bottom: 5px;
}

.italic-text {
  text-align: justify;
  font-style: normal;
}

.dropdownwrapper-copy {
  border: 1px solid #000;
  border-radius: 9px;
  width: 100%;
  padding: 10px;
  position: relative;
}

.dropdownwrapper-copy.hidden {
  display: none;
}

.grid-4 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin: 50px;
  display: flex;
}

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

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

.paragraph-12 {
  margin-top: -14px;
  margin-bottom: -9px;
}

.paragraph-13 {
  margin-top: -21px;
  margin-bottom: 8px;
}

.div-block-30 {
  background-color: #f6fafd;
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 15px;
  padding-bottom: 0;
}

.bold-text-8, .italic-text-2, .italic-text-3, .italic-text-4, .italic-text-5, .italic-text-6, .italic-text-7, .italic-text-8, .italic-text-9, .italic-text-10, .italic-text-11, .italic-text-12, .italic-text-13 {
  font-style: normal;
}

.bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12, .bold-text-13, .text-block-14 {
  font-size: 20px;
}

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

.div-block-31 {
  margin-bottom: 10px;
}

.paragraph-14 {
  margin-top: -25px;
  margin-bottom: 12px;
}

.heading-5 {
  margin-top: 32px;
}

.grid-5 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: .25fr 1fr;
  margin-top: 20px;
}

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

.text-block-17 {
  padding: 10px;
}

.div-block-32 {
  margin-top: 10px;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-33 {
  flex-flow: column;
  align-self: center;
  min-width: 100px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.div-block-34 {
  margin: 40px;
  padding-bottom: 40px;
  display: flex;
}

.link-block {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.image-7 {
  align-self: center;
}

.bold-text-14 {
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-34-copy {
  margin: 40px;
  display: flex;
}

.paragraph-15 {
  display: none;
}

.div-block-35 {
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-width: 500px;
  margin-left: 280px;
  display: flex;
  position: relative;
}

.heading-6 {
  text-align: center;
  font-family: Red Hat Display, sans-serif;
  font-size: 30px;
}

.text-block-18 {
  text-align: justify;
  margin-bottom: 10px;
  font-family: Red Hat Display, sans-serif;
  font-size: 15px;
  display: flex;
}

.buffering-div {
  z-index: 999999;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: fixed;
  inset: 0%;
}

.loader {
  flex-flow: column;
  flex: 0 auto;
  align-self: center;
  display: flex;
}

.loading {
  align-self: center;
  width: 200px;
  height: 200px;
  margin-top: 0;
  margin-bottom: -20px;
}

.text-block-19 {
  text-align: center;
  flex-flow: row;
  order: 1;
  align-self: center;
  display: flex;
}

.div-block-36 {
  flex-flow: row;
  justify-content: center;
  align-self: center;
  margin-top: 20px;
  display: flex;
}

.text-block-20 {
  text-align: center;
  align-self: center;
  margin-top: 20px;
}

.text-block-21 {
  align-self: center;
  font-size: 16px;
  font-style: italic;
}

.div-block-37 {
  color: #000107;
  align-self: center;
  font-size: 18px;
  font-style: italic;
}

.profile_h1 {
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 600;
  line-height: 25px;
}

.input-label {
  color: #4b4f56;
  margin-bottom: 3px;
  padding-left: 10px;
  font-size: 13px;
}

.ms-profile-image-preview {
  object-fit: cover;
  background-color: #ccc;
  border-radius: 100px;
  width: 56px;
  height: 56px;
  margin-top: 5px;
  margin-bottom: 5px;
  display: inline-block;
}

.ms-profile-upload {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #070e27;
  border: 1px solid #ddd;
  border-radius: 50px;
  align-items: center;
  padding: 7px 20px;
  line-height: 27px;
  display: flex;
}

.disconnect-image {
  width: 16px;
}

.profile_column {
  width: 50%;
  min-width: 250px;
  min-height: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 10px;
}

.profile_section {
  border: .5px solid #f3f3f3;
  border-radius: 20px;
  width: 100%;
  margin-bottom: 2rem;
  padding: 30px 20px;
  position: relative;
}

.save-button {
  background-color: #2962ff;
  border-radius: 50px;
  margin-left: 10px;
  padding-left: 20px;
  padding-right: 20px;
  transition: opacity .2s;
  display: none;
}

.save-button:hover {
  opacity: .8;
}

.edit-profile {
  z-index: 3;
  color: #000;
  border: 1px solid #f3f3f3;
  border-radius: 50px;
  margin-left: 10px;
  padding: 9px 20px;
  transition: background-color .2s, border-color .2s;
  position: relative;
}

.edit-profile:hover {
  color: #fff;
  background-color: #000;
}

.relative {
  position: relative;
}

.ms-profile-image-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  padding-left: 10px;
  display: flex;
}

.social-content {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.profile_form-header {
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: sticky;
  top: 0;
}

.input-preview {
  border: 1px #000;
  border-radius: 5px;
  padding: 0 0 0 10px;
  font-size: 16px;
  font-weight: 400;
}

.input-preview:focus {
  background-color: #f8f8f8;
}

.dash_content {
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 900px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  overflow: scroll;
}

.profile_section-head {
  margin-bottom: 10px;
  padding-left: 10px;
  font-size: 16px;
  font-weight: 600;
}

.block-inputs {
  z-index: 2;
  display: block;
  position: absolute;
  inset: 0%;
}

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

.flex-row-outer.social {
  flex-wrap: wrap;
  padding-top: 23px;
}

.social-btn {
  color: #272b31;
  border: 1px solid #f3f3f3;
  border-radius: 50px;
  width: 100%;
  margin-bottom: 10px;
  padding: 12px 40px 12px 15px;
  text-decoration: none;
  transition: border-color .2s, box-shadow .2s;
  position: relative;
}

.social-btn:hover {
  box-shadow: none;
  border-color: #2962ff;
}

.social-btn:focus {
  border: 1px solid #000;
}

.social-btn::placeholder {
  color: #6e6e6e;
}

.profile_flex {
  flex-wrap: wrap;
  max-width: 600px;
  display: flex;
  position: relative;
}

.disconnect-link {
  text-align: right;
  padding: 13px;
  line-height: 1.3;
  text-decoration: underline;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.disconnect-link:hover {
  color: #000;
}

.paragraph-16 {
  color: #fffdfd;
}

.paragraph-17, .paragraph-18 {
  color: #fff;
}

.link-5 {
  text-align: center;
  align-self: center;
}

.div-block-38 {
  flex-flow: column;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.div-block-39 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.text-block-22 {
  align-self: center;
}

.code-embed {
  flex: 0 auto;
  align-self: flex-end;
  padding-right: 5px;
}

.text-block-23 {
  color: var(--mid-dark-grey);
  flex-flow: wrap;
  max-width: 500px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 300;
  display: block;
}

.grey-link {
  color: var(--dark-grey);
}

.link-block-2 {
  display: flex;
}

.link-block-2.blue-button {
  color: var(--white);
  cursor: pointer;
  background-color: #3898ec;
  align-self: center;
}

.dropdown-2 {
  width: 270px;
  position: static;
}

.div-block-40 {
  display: flex;
}

.text-block-24 {
  min-width: auto;
}

.graph-dropdown {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: center;
  padding: 1em 2em .5em 1em;
  font-size: 14px;
  display: flex;
}

.dropdown-3-mobile {
  width: 100%;
  max-width: none;
  margin-left: 0;
  display: none;
}

.grid-6 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template: ". ."
                 ". Area"
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  max-width: 100%;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 50px;
  padding-right: 50px;
  display: grid;
}

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

.div-block-41.growthguidegriddiv {
  object-fit: contain;
  min-width: 350px;
  max-width: 350px;
  min-height: 400px;
  max-height: 450px;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: opacity .2s;
}

.text-block-25 {
  color: var(--black);
  max-height: 125px;
  margin-top: 10px;
  font-size: 16px;
}

.text-block-26 {
  color: var(--grey);
  margin: 10px 0 0;
}

.image-8 {
  border-radius: 11px;
  align-self: center;
  max-width: 50%;
  transition: transform .2s;
  transform: scale(1);
}

.image-8:hover {
  transform: scale(1.02);
}

.italic-text-14 {
  color: var(--plum);
}

.heading-7 {
  margin-top: 30px;
  margin-bottom: 50px;
  font-size: 35px;
}

.bold-text-16 {
  margin-top: 24px;
}

.div-block-42 {
  flex-flow: column;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.list-10 {
  flex-flow: column;
  list-style-type: decimal;
  display: flex;
}

.div-block-43 {
  align-self: center;
  display: flex;
}

.code-embed-2 {
  font-size: 100px;
}

.div-block-44 {
  outline-offset: 0px;
  border-top: 3px dashed #000;
  outline: 3px #081158;
  width: 100%;
  margin-top: 40px;
  padding-top: 40px;
  font-family: Montserrat, sans-serif;
}

.text-block-27 {
  font-size: 25px;
}

.list-11 {
  flex-flow: column;
  order: 0;
  margin-top: 9px;
  font-size: 16px;
  display: flex;
}

.text-block-28 {
  margin: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.bold-text-17 {
  width: 100%;
  font-size: 25px;
}

.bold-text-18, .list-item-28, .list-item-29, .list-item-30, .list-item-31, .link-6, .link-7 {
  font-size: 16px;
}

.text-block-29 {
  margin-bottom: 10px;
}

.grid-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  border: 1px solid #000;
  border-radius: 7px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  align-self: center;
  width: 60%;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px;
}

.text-block-30, .text-block-31 {
  font-family: Montserrat, sans-serif;
}

.bold-text-19, .bold-text-20 {
  font-size: 16px;
}

.text-block-29-copy, .text-block-29-copy-copy {
  margin-bottom: 10px;
}

.div-block-45 {
  width: 100%;
}

.code-embed-3 {
  margin-top: 10px;
}

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

.text-block-32 {
  color: var(--plum);
  text-align: center;
  font-weight: 600;
}

.redllink {
  color: var(--dark-blue);
  font-weight: 700;
}

.quick-stack {
  width: 100%;
}

.image-9 {
  align-self: center;
}

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

.div-block-47 {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
}

.icon-3 {
  color: #000;
  width: 36px;
  height: 36px;
  margin-right: 16px;
}

.page-title {
  color: var(--black);
  letter-spacing: 12px;
  text-transform: uppercase;
  margin-top: 1px;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1;
}

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

.box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.clock-number {
  color: var(--blue-link);
  -webkit-text-stroke-color: var(--blue-link);
  font-size: 6rem;
  font-weight: 600;
  line-height: 70px;
}

.clock-label {
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-right: -5px;
}

.div-block-48 {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
}

.big-paragraph-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  color: #272727;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 300;
  display: flex;
}

.text-field-4 {
  border-radius: 5px;
  align-self: center;
  font-family: Open Sans, sans-serif;
}

.form-block-5 {
  border-radius: 5px;
  margin-bottom: 40px;
}

.submit-button-2 {
  border-radius: 5px;
}

.div-block-49 {
  border: 0 #000;
  border-radius: 4px;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.div-block-50 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  display: flex;
}

.wrapper-2 {
  color: var(--grey);
  background-color: #3f455e;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.bold-text-21 {
  color: var(--white-smoke);
}

.image-10 {
  align-self: flex-start;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
}

.heading-8 {
  color: var(--white-smoke);
  text-align: center;
  margin-bottom: 40px;
  font-size: 50px;
  font-weight: 700;
  text-decoration: none;
}

.form-10 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.bold-text-22 {
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
  font-weight: 700;
  text-decoration: underline;
}

.success-message {
  background-color: #ddd0;
  border-radius: 5px;
  overflow: visible;
}

.div-block-51 {
  z-index: 100;
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  min-width: 200px;
  height: 100px;
  margin-left: 69px;
  display: flex;
  position: absolute;
}

.text-block-33 {
  color: var(--green);
  font-size: 20px;
}

.error-message {
  color: var(--plum);
  background-color: #ffdede00;
}

.text-block-34 {
  color: #559ec0;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  font-size: 12px;
  line-height: 1.2em;
  display: flex;
}

.code-embed-4, .code-embed-5, .code-embed-6, .code-embed-7, .code-embed-8 {
  align-self: center;
  display: flex;
}

.text-block-35 {
  font-size: 20px;
}

.text-block-36 {
  color: var(--blue-link);
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  font-family: Sato, sans-serif;
  font-size: 50px;
  font-weight: 400;
  display: flex;
}

.text-block-37 {
  color: #081158;
}

.text-block-38 {
  font-size: 16px;
}

.div-block-52 {
  width: 100%;
  overflow: visible;
}

.div-block-53 {
  overflow: visible;
}

.text-block-39 {
  margin-bottom: 20px;
  font-size: 14px;
}

.code-embed-9 {
  -webkit-text-stroke-color: #fdbc68;
  background-color: #fff0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 50px;
  padding-left: 0%;
  padding-right: 0;
  display: flex;
}

.text-block-40 {
  color: #080808;
  text-align: center;
  margin-top: 0;
  margin-bottom: -10px;
  margin-left: 10px;
  padding-left: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.nav-central-menu-dashboard {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-41 {
  color: #fff9f9;
  margin-left: 10px;
  font-size: 20px;
}

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

.text-block-42 {
  color: var(--black);
  text-align: center;
  margin-bottom: 10px;
  font-family: Sato, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.code-embed-10, .code-embed-10-copy {
  display: flex;
}

.text-block-43 {
  margin-bottom: 0%;
}

.text-block-44 {
  font-size: 20px;
}

.text-block-45 {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.text-block-46, .text-block-47, .bold-text-23 {
  font-weight: 700;
}

.grid-8 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-self: center;
}

.text-block-48 {
  color: var(--light-blue);
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.heading-9 {
  color: #00010c;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
}

.heading-10 {
  color: #0b0b0c;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.container-17 {
  min-width: 500px;
  margin-top: 150px;
}

.hero-stack {
  color: #000002;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  text-align: left;
  margin-bottom: 24px;
  font-family: Lato, sans-serif;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.hero-image-2 {
  width: 100%;
  margin-top: 50px;
}

.title-post {
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.heading-11 {
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.rich-text-block-4 {
  font-family: Lato, sans-serif;
}

.text-block-49 {
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.text-block-50 {
  align-self: flex-start;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.content-analysis {
  background-color: var(--white);
  color: #000;
  border-bottom: 1px solid #e4ebf300;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-top: 144px;
  padding: 80px 0;
  font-family: Lato, sans-serif;
  font-weight: 400;
  display: flex;
  position: relative;
}

.container-18 {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 90%;
  max-width: none;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
  font-family: Lato, sans-serif;
}

.centered-subheading-2 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.team-slider-wrapper-2 {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper-2 {
  width: 30%;
  margin-right: 5%;
}

.team-block-2 {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two-2 {
  margin-bottom: 18px;
}

.team-block-info-2 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.title-analysis-library-item {
  min-height: 100px;
  margin-bottom: 12px;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.team-member-text-2 {
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-2 {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow-2 {
  display: none;
}

.team-slider-nav-2 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.link-8 {
  text-align: center;
  flex-flow: column;
  align-self: flex-start;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 20px;
  margin-left: 10px;
  font-size: 18px;
  font-weight: 400;
  display: flex;
  position: static;
}

.collection-list-wrapper {
  width: 100%;
  min-width: auto;
  margin-bottom: 73px;
  display: block;
}

.video {
  width: 100%;
}

.text-block-51 {
  text-align: justify;
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 600px;
  margin-top: 30px;
  margin-bottom: 50px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  display: flex;
}

.pagination {
  margin-bottom: 50px;
}

.div-block-56 {
  align-self: flex-start;
  margin-bottom: 20px;
  margin-left: 10px;
  padding-left: 0;
}

.collection-item {
  min-height: 0;
}

.link9 {
  align-self: flex-start;
  margin-bottom: 20px;
  margin-left: 10px;
  font-size: 22px;
  font-weight: 700;
}

.video-2 {
  border: 5px solid #002444;
  border-radius: 6px;
  width: 100%;
  min-width: auto;
  height: auto;
}

.section-4 {
  width: 100%;
}

.video-home {
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-57 {
  border: 2px #000;
  border-radius: 0;
}

.div-block-58, .div-block-58.wrapper-navbars, .left-navbar {
  flex-flow: row;
  display: flex;
}

.main-dashboard-content {
  flex-flow: column;
  display: flex;
}

.wrapper-my {
  flex-flow: row;
  align-self: center;
  display: flex;
}

.div-block-59 {
  flex-flow: column;
  margin-top: 20px;
  margin-left: 0;
  display: flex;
}

.link-9 {
  color: var(--black);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: Lato, sans-serif;
  font-size: 24px;
  display: flex;
}

.account_button {
  pointer-events: none;
  background-color: #3898ec;
  border-radius: 8px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all .3s;
}

.account_button:hover {
  box-shadow: none;
  background-color: #8a79ff;
}

.account_text-field {
  color: #000;
  border-radius: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all .3s;
  box-shadow: 0 0 2px #0003;
}

.account_text-field:hover {
  box-shadow: 0 1px 4px #0003;
}

.account_text-field:focus {
  box-shadow: 0 0 0 2px #6f5cff80;
}

.account_wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #282735;
  background-color: #fff;
  border: 1px solid #e7e7ff;
  border-radius: 20px;
  flex-flow: column;
  align-items: center;
  width: 400px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px 35px 35px;
  display: flex;
  box-shadow: inset 0 -5px 5px #e1e4ed;
}

.account_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.account_lable {
  font-size: 14px;
}

.account_main-wrap {
  background-image: url('../images/6514d584641ae716825bff34_Header-Dots.svg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.account_button-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.account_img {
  width: 50%;
}

.account_text {
  color: #66697f;
  font-size: 12px;
}

.text-size-small {
  font-size: .875rem;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.text-size-28px {
  font-size: 28px;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.account_signin {
  color: #3898ec;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
}

.account_signin:hover {
  color: #66697f;
}

.account_text-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.account_section {
  background-color: #ffffff54;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  flex-direction: column;
  justify-content: center;
  width: 70%;
  min-height: 100svh;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.account_top-wrap {
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.account_lable-text-span {
  color: #6f5cff;
}

.account_form-wrap {
  width: 100%;
}

.form-block-6 {
  margin-bottom: 0;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-global.padding-section-small {
  color: #3898ec;
}

.paragraph-19 {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.paragraph-20 {
  align-self: center;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.ms2-inline-block {
  display: inline-block;
}

.ms2-static {
  position: static;
}

.body-4 {
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  max-width: 100vw;
  min-height: 100vh;
  margin-top: 750px;
  display: flex;
  position: fixed;
  left: 50px;
  right: 50px;
}

.ms2-outline-button {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #070e27;
  border: 1px solid #ddd;
  border-radius: 4px;
  align-items: center;
  height: 32px;
  margin-top: -2px;
  padding-left: 6px;
  padding-right: 6px;
  line-height: 27px;
  display: flex;
}

.ms2-profile-img {
  background-color: #fff;
  background-image: url('../images/transparent-white-profile-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 100px;
  width: 56px;
  height: 56px;
}

.ms2-social-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.ms-coming-soon {
  margin-left: 21px;
}

.ms2-close {
  z-index: 5;
  color: #3f3e46;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  inset: 16px 16px auto auto;
}

.ms2-disconnect-link {
  text-align: right;
  padding: 13px;
  text-decoration: underline;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.ms2-disconnect-link:hover {
  color: #000;
}

.ms2-modal-nav {
  border-right: 1px solid #ddd;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  width: 240px;
  height: 495px;
  max-height: 495px;
  display: flex;
}

.ms2-space {
  flex: none;
  width: 48px;
  height: 48px;
}

.ms2-space.is-24 {
  text-transform: uppercase;
  background-color: #0000;
  width: 24px;
  height: 24px;
}

.ms2-space.is-8 {
  width: 8px;
  height: 8px;
}

.ms2-space.is-4 {
  width: 4px;
  height: 4px;
}

.ms2-space.is-12 {
  width: 12px;
  height: 12px;
}

.ms2-modal-padding {
  width: 100%;
  padding-top: 28px;
  padding-left: 28px;
  padding-right: 28px;
}

.ms2-modal-padding.is-20 {
  min-height: 490px;
  max-height: 495px;
  padding: 20px;
  overflow: auto;
}

.ms2-modal-padding.is-20.is-sidebar {
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 10px;
  display: flex;
}

.ms2-svg {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.ms2-svg.is-12 {
  width: 12px;
  height: 12px;
}

.ms2-input {
  border: 1px solid #c9c9c9;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 40px;
  max-height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
  box-shadow: 0 1px 2px #070e270f;
}

.ms2-input.has-button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 0;
}

.ms2-input-wrap {
  margin-bottom: 16px;
}

.ms2-input-description {
  margin-top: -5px;
  margin-bottom: 5px;
  font-size: 12px;
}

.ms2-nav-link {
  z-index: 1;
  color: #070e27;
  background-color: #fff;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 8px;
  padding: 8px;
  display: flex;
}

.ms2-nav-link.w--current {
  color: #0c7f7d;
  background-color: #faf5f2;
  font-weight: 700;
}

.ms2-nav-link.is-logout {
  margin-top: auto;
}

.ms2-heading {
  font-size: 20.16px;
  font-weight: 700;
  line-height: 28px;
}

.ms2-input-flex {
  margin-bottom: 10px;
  display: flex;
}

.ms2-social-button {
  color: #000;
  border: 1px solid #dcdce5;
  border-radius: 6px;
  width: 100%;
  margin-bottom: 10px;
  padding: 12px 40px 12px 15px;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
  transition: border-color .2s, box-shadow .2s;
  position: relative;
  box-shadow: 0 1px 2px #dcdce580;
}

.ms2-social-button:hover {
  box-shadow: none;
  border-color: #374252;
}

.ms2-social-button:focus {
  border: 1px solid #000;
}

.ms2-social-button::placeholder {
  color: #6e6e6e;
}

.ms2-social-button.is-facebook:hover {
  border-color: #1777f2;
}

.ms2-categories-card {
  grid-row-gap: 15px;
  color: #1e1e2a;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 90px;
  padding-top: 17px;
  text-decoration: none;
  transition: border-color .2s, border-color .2s, transform .2s;
  display: flex;
  transform: translate(0);
  box-shadow: 0 3px 3px #0000001a;
}

.ms2-categories-card:hover {
  box-shadow: none;
  border-color: #f55d48;
  transform: translate(0, 2px);
}

.ms2-social-image {
  width: 24px;
}

.ms2-button {
  color: #fff;
  background-color: #3898ec;
  border-radius: 5px;
  padding: 8px 11px;
  transition-property: none;
}

.ms2-button:hover {
  background-color: #b33c2c;
}

.ms2-button.is-after-input {
  z-index: 2;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -1px;
  position: relative;
}

.ms2-14px {
  font-size: 14px;
}

.ms2-disconnect-image {
  width: 16px;
}

.ms2-by-ms {
  color: #070e27;
  background-color: #faf5f2;
  border-top: 1px solid #ddd;
  justify-content: center;
  align-items: center;
  height: 36px;
  margin-top: -1px;
  font-size: 11px;
  font-weight: 700;
  line-height: 12px;
  display: flex;
}

.ms2-by-ms:hover {
  color: #070e27;
}

.ms2-label {
  font-size: 11.67px;
  font-weight: 700;
}

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

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

.ms2-profile-tab-pane {
  background-color: #fff;
  position: absolute;
  inset: 0 0 36px 240px;
}

.ms2-flex-row {
  flex-direction: column;
  display: flex;
}

.ms2-flex-row.ms2-horizontal {
  flex-direction: row;
}

.ms2-flex-row.ms2-horizontal.is-align-center {
  align-items: center;
}

.ms2-modal-row {
  display: flex;
}

.ms2-flex-row-center {
  justify-content: center;
  align-items: center;
  transition: color .12s;
  display: flex;
}

.ms2-modal {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 16px;
  width: 360px;
  margin: 60px auto;
  font-size: 14px;
  line-height: 24px;
  position: relative;
  overflow: hidden;
  box-shadow: 7px 7px 40px #2b334d40;
}

.ms2-modal.is-profile {
  z-index: 2147483647;
  flex-direction: column;
  width: 679px;
  margin-top: 739px;
  margin-right: auto;
  line-height: 24px;
  display: none;
  position: fixed;
  left: 0%;
  right: 0%;
}

.ms2-modal.is-profile.profile-modal {
  margin-top: 150px;
}

.ms2-modal.is-profile.ms2-modal-dashboard {
  align-items: stretch;
  margin-top: 161px;
  margin-left: 518px;
  display: none;
}

.code-embed-11 {
  display: none;
}

._06-menu-inner {
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-wrap-3 {
  position: relative;
}

.navbar-2 {
  z-index: 10;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  inset: 0% 0% auto;
}

._06-nav__icon {
  border-radius: 5px;
  font-size: 40px;
}

._06-hamburger {
  border-radius: 5px;
  padding: .1rem .1rem 0;
  transition: color .2s, background-color .2s;
  display: none;
}

._06-hamburger.w--open {
  background-color: #272d4e;
  border-radius: 5px;
  font-size: 20px;
}

._06-nav-link {
  color: #272d4e;
  margin-bottom: 15px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
}

._06-nav-button {
  background-color: #7854f7;
  border-radius: 100px;
  margin-top: 25px;
  padding: 20px 40px;
  font-size: 20px;
  font-weight: 700;
  transition: background-color .2s;
}

._06-nav-button:hover {
  background-color: #4325ac;
}

.instructions {
  width: 100%;
  max-width: 1100px;
  padding-top: 250px;
  padding-bottom: 180px;
}

._06-nav-menu {
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 40px;
  display: flex;
}

.instructions-wrap {
  filter: blur(5px);
  background-color: #f4f9ff;
  flex-direction: column;
  align-items: center;
  transition: filter .2s;
  display: flex;
}

.instructions-wrap:hover {
  filter: blur();
}

.container-19 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.container-19.nav {
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.brand-2 {
  max-width: 100px;
  padding: 15px 0;
}

.client-line {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.client-line.last {
  margin-bottom: 0;
}

.contract-icon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.tabs-menu-2 {
  display: flex;
}

.tab-content {
  width: 100%;
  max-width: 320px;
  position: absolute;
  top: 50px;
}

.logo-wrap {
  margin-bottom: 60px;
  margin-left: 20px;
}

.history-line {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.history-line.last {
  border-bottom-color: #9da4ad00;
  margin-bottom: 0;
}

.content-right-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.tab-link {
  color: #1c202f;
  background-color: #fff;
  border-bottom: 2px solid #eff3f8;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 15px 45px;
  display: flex;
}

.tab-link.w--current {
  color: #106fe3;
  background-color: #fff;
  border-bottom-color: #106fe3;
}

.nav-bot-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #292d32;
  align-items: center;
  padding: 20px 30px;
  display: flex;
}

.div-block-63 {
  display: flex;
}

.result {
  background-color: #eff3f8;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 45px;
  height: 100px;
}

.result._200 {
  height: 200px;
}

.result._150 {
  height: 150px;
}

.result._275 {
  background-color: #106fe3;
  height: 275px;
}

.history-icon {
  background-color: #eff3f8;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.nav-top-2 {
  padding-left: 20px;
  padding-right: 20px;
}

.white-p {
  color: #eff3f8;
}

.contract-card {
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  margin-top: 20px;
  padding: 30px 20px;
}

.stat-numbers {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.history-card {
  background-color: #fff;
  border-radius: 20px;
  margin-top: 20px;
  padding: 25px;
}

.content-top-2 {
  background-color: #fff;
}

.shadow-3 {
  display: none;
}

.tab-text.flex-r {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.text-field-5 {
  background-color: #eff3f8;
  background-image: url('../images/search_1.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #0000;
  border-radius: 5px;
  height: 45px;
  margin-bottom: 0;
  padding-left: 40px;
}

.text-field-5:hover, .text-field-5:active, .text-field-5:focus {
  border-color: #0000;
}

.text-field-5::placeholder {
  color: #9da4ad;
}

.results-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding-left: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.tabs-2 {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.stat {
  border-left: 2px solid #eff3f8;
  flex: 1;
  position: relative;
}

.text-link {
  color: #106fe3;
  font-size: 13px;
  text-decoration: none;
}

.content-3 {
  width: 100%;
}

.contract-line {
  background-color: #eff3f8;
  border-radius: 20px;
}

.result-line {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.tabs-flex {
  justify-content: space-between;
  font-size: 13px;
  display: flex;
}

.tab-panel {
  background-color: #fff;
  border-radius: 5px;
  min-height: 160px;
  padding: 15px;
}

.tab-panel.hiden {
  background-color: #fff0;
}

.contract-top {
  border-bottom: 1px solid #9da4ad;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
}

.contract-top.last {
  border-bottom-color: #9da4ad00;
}

.stat-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #9da4ad;
  flex-direction: row;
  flex: 1;
  display: flex;
}

.section-5 {
  width: 100%;
  max-width: 1920px;
  display: flex;
}

.div-block-64 {
  color: #9da4ad;
}

.content-mid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding: 40px;
  display: flex;
}

.form-links {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.earn-hold {
  display: flex;
}

.mb-5 {
  margin-bottom: 5px;
}

.nav-menu-4 {
  margin-bottom: 20px;
}

.contract-text {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.contract-text.flex-r {
  align-items: flex-end;
}

.nav-heading-2 {
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-left: 20px;
  font-size: 14px;
}

.nav-wrap-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  height: 100%;
  padding-top: 20px;
  display: flex;
}

.contract-img {
  border-radius: 50%;
}

.mobile-nav-3 {
  display: none;
}

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

.content-heading-2 {
  justify-content: space-between;
  padding: 20px 40px;
  display: flex;
}

.div-block-65 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.contract-holder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 20px;
  flex-direction: column;
  display: flex;
}

.button-17 {
  color: #106fe3;
  background-color: #e8f2fc;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 135px;
  height: 45px;
  font-size: 12px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.button-17:hover {
  color: #eff3f8;
  background-color: #106fe3;
}

.nav-link {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #96a0b4;
  border-radius: 5px;
  align-items: center;
  width: 100%;
  margin-bottom: 5px;
  padding: 15px 20px;
  text-decoration: none;
  transition: background-color .2s, color .2s;
  display: flex;
}

.nav-link:hover, .nav-link.w--current {
  color: #eff3f8;
  background-color: #292d32;
}

.nav-link.last {
  margin-bottom: 0;
}

.content-left-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.scroll-2 {
  position: absolute;
  inset: 0% 0% -20px;
  overflow: auto;
}

.earn-top {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #eff3f8;
  border-radius: 5px;
  align-items: center;
  margin-bottom: 20px;
  padding: 10px 15px;
  font-size: 12px;
  display: flex;
}

.earn-card {
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  min-height: 413px;
  margin-top: 20px;
  padding: 20px 20px 40px;
  display: flex;
}

.stat-lines-2 {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.tab-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.nav-3 {
  z-index: 9999;
  color: #96a0b4;
  background-color: #171717;
  width: 100%;
  max-width: 280px;
  height: 100vh;
  padding-top: 20px;
  position: sticky;
  top: 0;
}

.form-wrap {
  background-color: #fff;
  border-bottom: 1px solid #eff3f8;
  justify-content: space-between;
  align-items: center;
  padding: 10px 40px;
  display: flex;
}

.client-icon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.form-block-7 {
  width: 300px;
  margin-bottom: 0;
}

.icon-link {
  color: #9da4ad;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.icon-link:hover {
  color: #106fe3;
  background-color: #eff3f8;
}

.client-wrap {
  background-color: #fff;
  border-radius: 20px;
  margin-top: 20px;
  padding: 25px;
}

.blue-p-2 {
  color: #106fe3;
}

.green-p {
  color: #75c087;
}

.nav-wrap-5 {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.mb-20-2 {
  margin-bottom: 20px;
}

.card-3 {
  border: 1px solid #f8f8f8;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 130px;
  padding: 15px;
  display: flex;
}

.nav-4 {
  z-index: 99999;
  color: #fff;
  background-color: #101213;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 280px;
  height: 100vh;
  padding: 20px;
  display: flex;
  position: sticky;
  top: 0;
}

.content-4 {
  background-color: #fff;
  border-radius: 30px;
  width: 100%;
  margin: 0 0 10px;
  padding: 0 0 30px;
}

.nav-heading-3 {
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-left: 15px;
}

.nav-heading-3.small {
  padding-left: 0;
  font-size: 12px;
}

.content-wrap-4 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.nav-menu-5 {
  margin-top: 30px;
}

.scroll-3 {
  overflow: auto;
}

.stat-lines-3 {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.card-heading-3 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.embed-icon-4 {
  margin-bottom: -4px;
}

.content-top-3 {
  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;
  margin-top: 13px;
  margin-bottom: 0;
  margin-right: 25px;
  display: flex;
}

.nav-link-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  border-radius: 25px;
  align-items: center;
  width: 100%;
  height: 45px;
  margin-bottom: 10px;
  padding: 10px 15px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.nav-link-3:hover, .nav-link-3.w--current {
  color: #101213;
  background-color: #88db1b;
}

.nav-link-3.mb-20-2 {
  margin-bottom: 20px;
}

.paragraph-21 {
  font-size: 12px;
}

.content-right-3 {
  flex-direction: column;
  justify-content: space-between;
  width: 60%;
  display: flex;
}

.p-18-2 {
  font-size: 18px;
}

.section-6 {
  width: 100%;
  max-width: 1920px;
  display: flex;
}

.card-bot-3 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  display: flex;
}

.logo-link-4 {
  margin-bottom: 30px;
}

.dropdown-3 {
  display: none;
}

.ms-dropdown-link-2-mobl {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #463f3f;
  padding: .5em 1em .5em 1.5em;
  transition-property: none;
  display: none;
}

.ms-dropdown-link-2-mobl:hover {
  color: #000;
}

.ms-dropdown-link-2-copy {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #463f3f;
  padding: .5em 1em .5em 1.5em;
  transition-property: none;
  display: none;
}

.ms-dropdown-link-2-copy:hover {
  color: #000;
}

.ms-dropdown-menu-2-mob {
  background-color: #fff;
  width: auto;
  min-width: 200px;
  max-width: 300%;
  display: block;
}

.ms-dropdown-menu-2-mob.w--open {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  width: 270px;
  min-width: 200px;
  max-width: 300%;
  padding-top: .5em;
  padding-bottom: .5em;
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
}

.ms-dropdown-menu-2-mob.graphprimaryaxis {
  font-size: 14px;
  display: none;
}

.ms-dropdown-menu-2-mob.graphprimaryaxis.w--open {
  width: auto;
  min-width: 100%;
  max-width: 300%;
  display: block;
  position: relative;
}

.ms-profile-dropdown-desktop {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: #a29b9b;
  flex-flow: row;
  align-items: center;
  padding: 1em .5em .5em;
  font-size: 14px;
  line-height: 1.4em;
  display: flex;
}

.ms-profile-dropdown-desktop:hover {
  color: #000;
}

.div-block-68 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.code-embed-12 {
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: none;
}

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

.div-block-70 {
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  display: flex;
}

.div-block-71 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 29px;
  display: flex;
}

.chart-filter-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.code-embed-13 {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.code-embed-14, .filter-graph {
  min-width: 120px;
}

.code-embed-15 {
  color: #070707;
  align-self: center;
  min-width: 0;
  font-size: 14px;
}

.text-block-53 {
  color: #000;
  text-align: center;
  flex-flow: column;
  max-height: 100%;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.text-block-53.strikes {
  display: none;
}

.div-block-72 {
  flex-flow: column;
  width: 250px;
  display: flex;
}

.div-block-73 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  outline-offset: 0px;
  color: #030303;
  background-color: #fff0;
  border: 1px solid #eff6fe;
  border-radius: 10px;
  outline: 3px #3898ec17;
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 25px;
  display: flex;
}

.div-block-73.freemium-filters {
  border-width: 5px;
  border-color: #fdbc67;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.div-block-74 {
  flex-flow: column;
  width: 250px;
  display: flex;
}

.div-block-74.date-filter {
  display: none;
}

.div-block-75 {
  flex-flow: column;
  width: 250px;
  display: flex;
  position: static;
}

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

.div-block-77, .div-block-78 {
  flex-flow: column;
  display: flex;
}

.text-block-54 {
  color: #000;
  margin-bottom: 10px;
  font-size: 24px;
}

.text-block-55 {
  color: #000;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
}

.heading-12 {
  color: #000;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 45px;
  display: flex;
}

.heading-12.warning {
  color: #ff1418;
}

.chart-wrap {
  border: 1px solid #eff6fe;
  border-radius: 10px;
  flex-flow: column;
  align-self: center;
  margin-top: 25px;
  margin-left: 0;
  margin-right: 0;
  padding: 25px;
  display: flex;
}

.button-18 {
  border: 1px solid var(--blue-link);
  text-align: center;
  border-radius: 10px;
  flex-flow: row;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  max-width: 100px;
  display: flex;
}

.button-18.options-filters {
  display: flex;
}

.chart-container {
  border: 1px #000;
  border-radius: 0;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 300px;
  display: flex;
  position: relative;
}

.spinner {
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
}

.spin {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 52px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.div-block-79 {
  justify-content: center;
  align-self: flex-end;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 30px;
  margin-right: 20px;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.image-11 {
  color: var(--blue-link);
  background-color: #fff;
  align-self: center;
  max-width: 20%;
}

.link-block-3 {
  background-color: var(--white);
  color: var(--blue-link);
  text-align: center;
  border: 2px solid #3898ec;
  border-radius: 10px;
  justify-content: center;
  align-items: flex-start;
  max-width: 150px;
  padding: 7px;
  display: flex;
}

.text-block-56 {
  align-self: center;
  font-size: 14px;
  font-weight: 700;
}

.div-block-80 {
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  display: flex;
}

.div-block-81 {
  outline-offset: 0px;
  border: 1px solid #eff6fe;
  border-radius: 10px;
  outline: 3px #3898ec17;
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-bottom: 25px;
  margin-left: 0;
  margin-right: 0;
  padding: 25px;
  display: flex;
}

.div-block-81.freemium-filters {
  border-width: 5px;
  border-color: #fdbc67;
}

.div-block-82 {
  color: #ac0507;
}

.div-block-82.required {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
}

.div-block-83 {
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.dropdown-toggle {
  justify-content: flex-start;
  align-items: flex-start;
  width: 500%;
  display: block;
  position: static;
}

.icon-4 {
  align-self: auto;
  margin-left: 5px;
  margin-right: 10px;
  position: static;
}

.div-block-84 {
  cursor: pointer;
  order: 0;
  margin-bottom: 10px;
  display: flex;
}

.div-block-84.options-filter-dropdown {
  flex-flow: row;
}

.spinner-upload-page {
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.spinner-start {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 220px;
  margin-bottom: 70%;
  display: flex;
}

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

.text-block-57 {
  color: #000;
  text-align: center;
  align-self: center;
  display: none;
}

.table-container {
  flex-flow: column;
  align-self: center;
  width: 100%;
  display: flex;
}

.div-block-74-2 {
  display: none;
}

.div-block-86 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 10px;
  display: flex;
}

.div-block-87 {
  order: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  display: flex;
}

.link-11 {
  align-self: center;
}

.button-19 {
  border-radius: 10px;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.premium-to-refresh {
  flex-flow: column;
  align-self: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

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

.div-block-88 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-self: center;
  display: flex;
}

.div-block-89 {
  align-self: center;
  display: flex;
}

.div-block-89.premiumrefresh {
  display: none;
}

.link-12 {
  display: flex;
}

.div-block-90 {
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 32px;
  display: flex;
}

.div-block-91 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  align-self: center;
  width: 100%;
  margin: 192px 40px 50px;
  display: flex;
}

.div-block-92 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 95%;
  margin-top: -49px;
  display: flex;
}

.div-block-93 {
  flex-flow: row;
  width: 700px;
  margin-right: -51px;
  display: flex;
}

.home-showcase-platform {
  flex-flow: row;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.code-embed-16 {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.x-post-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  flex-flow: column;
  max-width: 350px;
  display: flex;
}

.link-13 {
  align-self: center;
}

.x-post {
  cursor: pointer;
  align-self: flex-start;
  width: 100%;
  height: auto;
  max-height: none;
}

.x-posts-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: center;
  width: 100%;
  display: grid;
}

.div-block-97 {
  width: 100%;
  margin-left: 0;
  display: none;
}

.x-posts {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.yt-videos {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 60px;
  display: flex;
}

.yt-video {
  flex-flow: column;
  width: 100%;
  max-width: 400px;
  display: flex;
}

.yt-video.freemium-library {
  max-width: 500px;
}

.yt-video-title {
  min-height: 70px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5em;
}

.yt-video-link, .link-15 {
  align-self: center;
}

.yt-video-screen {
  margin-bottom: 10px;
}

.link-16 {
  display: block;
}

.link-17 {
  align-self: center;
}

.link-18 {
  align-self: flex-start;
  margin-bottom: 20px;
  margin-left: 10px;
  font-size: 22px;
  font-weight: 700;
}

.image-12 {
  align-self: auto;
}

.image-13 {
  margin-top: 23px;
}

.image-14 {
  margin-top: 11px;
}

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

.link-block-4, .link-block-5 {
  max-width: 24px;
  max-height: 24px;
  position: absolute;
  top: 15px;
  right: 10px;
}

.text-block-59 {
  color: #000000ad;
  max-width: 1000px;
  margin-top: 50px;
  margin-bottom: 40px;
  font-size: 12px;
  font-weight: 300;
}

.impressum-in-terms {
  color: var(--dark-blue);
}

.tooltip-anchor {
  z-index: 100;
  justify-content: center;
  width: 100%;
  height: 10px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  display: flex;
  position: absolute;
  inset: 100% 0% 0;
}

.tooltip-anchor.right {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 100%;
  margin-right: -12px;
  padding-left: 12px;
  inset: 0% 0% 0% auto;
}

.tooltip-anchor.right._2 {
  margin-right: -24px;
  top: 10%;
}

.relative-2 {
  position: relative;
}

.tour-step {
  display: none;
}

.tooltip-author-wrap {
  align-items: center;
  display: flex;
}

.tooltip-container {
  z-index: 3;
  background-color: #fafbfe;
  border-radius: 9px 9px 0 0;
  padding: 20px;
  font-size: 12.5px;
  position: relative;
}

.tooltip-diamond {
  z-index: 2;
  background-color: #fafbfe;
  border: 1px solid #d8e3f0;
  border-radius: 2px;
  width: 16px;
  height: 16px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -7px 0% auto;
  transform: rotate(45deg);
  box-shadow: 0 -3px 8px #2d3e500f;
}

.tooltip-diamond.left {
  margin-top: auto;
  margin-bottom: auto;
  inset: 0 auto 10px -7px;
}

._120-font {
  font-size: 120%;
}

.button-20 {
  color: #fff;
  background-color: #374252;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 400;
  transition: background-color .2s, box-shadow .2s;
  display: flex;
  box-shadow: 0 1px 20px #22222229;
}

.button-20:hover {
  background-color: #000;
  box-shadow: 0 5px 30px #22222229;
}

.button-20.auto {
  width: auto;
  padding-top: 12px;
  padding-left: 24px;
  padding-right: 24px;
  display: inline-block;
}

.tooltip-svg {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.tooltip-close {
  z-index: 5;
  color: #3f3e46;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.tooltip-close:hover {
  background-color: #002aff1a;
}

.tooltip-author {
  border-radius: 50%;
  width: 32px;
  margin-right: 10px;
}

.tooltip-title {
  margin-bottom: 6px;
  font-size: 110%;
  font-weight: 800;
}

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

.icon-svg {
  outline-offset: 0px;
  color: #374252;
  background-color: #37425233;
  border-radius: 50%;
  outline: 6px solid #3742521a;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: flex;
}

.icon-svg.green-svg {
  color: #258f5d;
  background-color: #d2f8df;
  outline-color: #eafef3;
}

.tooltip-wrapper {
  color: #333;
  text-align: left;
  background-color: #fafbfe;
  border: 1px solid #d8e3f0;
  border-radius: 10px;
  width: 300px;
  font-size: 11.5px;
  font-weight: 400;
  line-height: 1.5em;
  display: block;
  position: absolute;
  box-shadow: 1px 1px 8px 1px #2d3e501f;
}

.tooltip-navigation {
  z-index: 3;
  color: #64636e;
  background-color: #fafbfe;
  border-top: 1px solid #d8e3f0;
  border-radius: 0 0 9px 9px;
  justify-content: space-between;
  align-items: center;
  min-height: 50px;
  padding: 8px 20px;
  display: flex;
  position: relative;
  bottom: 0;
}

.tooltip-navigation.top {
  border-top-style: none;
  border-bottom: 1px solid #d8e3f0;
  border-radius: 9px 9px 0 0;
}

.form-wrapper {
  z-index: 50;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 400px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  overflow: visible;
}

.form-wrapper.verify {
  text-align: center;
  max-width: 500px;
}

.form-header {
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2em;
}

.button-21 {
  color: #fff;
  background-color: #374252;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 400;
  transition: background-color .2s, box-shadow .2s;
  display: flex;
  box-shadow: 0 1px 20px #22222229;
}

.button-21:hover {
  background-color: #000;
  box-shadow: 0 5px 30px #22222229;
}

.button-21.auto {
  background-color: #020202;
  width: auto;
  padding-top: 12px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Lato, sans-serif;
  font-weight: 400;
  display: inline-block;
}

.bold-text-24 {
  display: none;
}

.ms-profile-icon-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 2.2em;
  min-height: 2.2em;
  display: flex;
  position: relative;
  top: -2px;
}

.ms-dropdown-menu-3.w--open {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  width: 200px;
  min-width: 200px;
  max-width: 200px;
  padding-top: .5em;
  padding-bottom: .5em;
  top: 100%;
  right: 0;
}

.ms-dropdown-image-2 {
  z-index: 2;
  object-fit: cover;
  background-color: #1a0a9233;
  border: 1px solid #e1e1e1;
  border-radius: 100%;
  flex: none;
  width: 2.7em;
  height: 2.7em;
  position: relative;
}

.ms-dropdown-image-2:hover {
  background-color: #ffcf03;
}

.ms-dropdown-link-3 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #463f3f;
  padding: .5em 1em .5em 1.5em;
  display: flex;
}

.ms-dropdown-link-3:hover {
  color: #000;
}

.ms-profile-svg-wrap-2 {
  justify-content: center;
  align-items: center;
  width: 1em;
  min-width: 2.2em;
  height: 1em;
  min-height: 2.2em;
  display: flex;
  overflow: hidden;
}

.ms-profile-dropdown-2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: #a29b9b;
  align-items: center;
  padding: 1em 2em .5em 1em;
  font-size: 14px;
  line-height: 1.4em;
  display: flex;
}

.ms-profile-dropdown-2:hover {
  color: #000;
}

.ms-dropdown-email-2 {
  font-size: .8em;
}

.link-19 {
  justify-content: center;
  align-items: flex-end;
  margin-top: 20px;
  margin-bottom: 50px;
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.signup-button.mobile-nav-sign, .mobile-nav-sign, .button-22, .button-23 {
  display: none;
}

.submit-button-3 {
  border-radius: 10px;
  width: auto;
  min-width: 90px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.submit-button-4 {
  border-radius: 10px;
  min-width: 90px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.div-block-98 {
  align-self: center;
  display: flex;
}

.div-block-98.chart-layout-freemium {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
}

.login-or-sign-up {
  font-size: 70px;
}

.text-block-62 {
  text-align: center;
  align-self: center;
  font-family: Lato, sans-serif;
}

.no-data-found {
  justify-content: center;
  align-items: center;
  display: none;
}

.text-block-63 {
  color: #b60000;
  text-align: center;
  display: flex;
}

.text-size-medium {
  font-size: 1.25rem;
}

.text-size-medium.text-align-center.is-grey {
  color: #868686;
}

.pricing_tab-link {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #fff;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pricing_tab-link.w--current {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #fff;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  display: none;
}

.pricing_tabs {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  margin-top: -20px;
  display: flex;
}

.pricing_bubble {
  z-index: 0;
  background-color: #000;
  border-radius: 200px;
  width: 46px;
  height: 46px;
  padding-left: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 40%;
}

.pricing_tabs-menu {
  z-index: 1;
  justify-content: center;
  display: flex;
}

.pricing_plan-info {
  background-color: #0f0f0f;
  border: 1px solid #444;
  border-radius: 10px;
  padding: 5px 14px;
}

.pricing_button {
  background-color: #0000;
  background-image: linear-gradient(280deg, #4e3efe, #5c4efe 54%, #5f50fe);
  border-radius: 10px;
  transition: box-shadow .2s, transform .2s;
  transform: translate(-8px, 8px);
  box-shadow: 0 0 #4e3efe, 0 0 #4e3efe, 0 0 #4e3efe, 0 0 #4e3efe, 0 0 #4e3efe, 0 0 #4e3efe, 0 0 #4e3efe, 0 0 #4e3efe;
}

.pricing_button:hover {
  transform: translate(0);
  box-shadow: -1px 1px #4e3efe, -1px 1px #4e3efe, -2px 2px #4e3efe, -3px 3px #4e3efe, -4px 4px #4e3efe, -4px 4px #4e3efe, -5px 5px #4e3efe, -6px 6px #4e3efe;
}

.pricing_tick {
  width: 20px;
  height: 20px;
  margin-top: 3px;
}

.pricing_card {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #202020;
  border: 1px solid #666;
  border-radius: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  padding: 40px;
  display: grid;
}

.pricing_card._2 {
  position: relative;
}

.pricing_charges {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing_nested-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000;
  border-radius: 15px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 15px;
  display: grid;
}

.pricing_tab-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.pricing_contact-icon {
  width: 50px;
}

.pricing_contact-button {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 10px;
  padding: 9px 15px;
  font-size: 1.12rem;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.section_pricing {
  color: #fff;
  background-color: #202020;
  flex-flow: column;
  justify-content: center;
  min-height: 100svh;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.pricing_wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.pricing_contact-bottom {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.pricing_tab-toggle {
  background-color: #27a376;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 30px;
  position: relative;
}

.pricing_contact-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #5b4bff;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding: 60px 40px;
  display: flex;
}

.pricing_plan {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.pricing_plan._2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

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

.pricing_check-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.pricing_contact-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.is-grey {
  color: #868686;
}

.is-grey.not {
  color: #fff;
}

.pricing_toggle {
  float: left;
  background-color: #fff;
  border-radius: 50px;
  width: 28px;
  height: 28px;
  margin: 1px 2px;
}

.pricing_toggle.annual {
  float: right;
}

.pricing_button-text {
  z-index: 1;
  position: relative;
}

.pricing_popular {
  color: #876dfa;
  background-color: #2b244b;
  border-radius: 10px;
  padding: 5px 10px;
  position: absolute;
  inset: 4% 1.5% auto auto;
}

.pricing_save {
  color: #7cb6fa;
  background-color: #eff7ff;
  border-radius: 10px;
  padding: 5px 10px;
  font-size: .87rem;
  font-weight: 600;
}

.pricing_contact-text {
  font-size: 2rem;
  font-weight: 600;
}

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

.pricing_contact-button-wrapper {
  flex-flow: column;
  display: flex;
}

.pricing_checklist {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.pricing_text-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-size-xlarge {
  font-size: 3rem;
}

.freetrial {
  font-size: 20px;
}

.text-block-64 {
  color: #010313;
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

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

.field-label-8 {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

.field-label-9 {
  text-align: center;
}

.field-label-10 {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

.form-12 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.div-block-99 {
  flex-flow: column;
  width: 250px;
  max-width: 250px;
  display: flex;
}

.form-block-8 {
  align-self: center;
  margin-bottom: 30px;
  display: flex;
}

.text-field-6 {
  background-color: #fff0;
  border-radius: 2px;
  max-height: 28px;
}

.text-field-7 {
  background-color: #fff0;
  border-radius: 2px;
  max-width: 100%;
  max-height: 28px;
}

.div-block-100 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-self: center;
  margin-top: 10px;
  display: flex;
}

.div-block-101 {
  align-self: center;
  width: 100%;
  max-width: 280%;
  max-height: 100px;
  display: flex;
  position: relative;
}

.image-16 {
  order: 1;
  width: 20px;
  height: 20px;
  max-height: 100%;
  margin-top: 2px;
  margin-right: 5px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-102 {
  position: relative;
}

.div-block-103 {
  align-self: auto;
  margin-bottom: 10px;
  position: relative;
}

.div-block-104 {
  max-width: 100%;
}

.div-block-105 {
  align-self: center;
}

.div-block-106 {
  align-self: center;
  padding: 20px;
}

.div-block-106.similarity-settings {
  border: 1px solid #0000001a;
  border-radius: 10px;
  padding: 30px;
}

.div-block-107, .text-block-65 {
  align-self: center;
}

.checkbox-field {
  position: relative;
}

.text-block-66 {
  text-align: center;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
}

.text-block-67 {
  width: 100%;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
}

.text-block-68 {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 300;
}

.div-block-108 {
  border: 2px solid var(--gainsboro);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 10px 10px 10px 0;
  display: flex;
  position: fixed;
  inset: 0%;
}

.text-block-69 {
  z-index: 999;
  background-color: #fff0;
  border: 1px #000;
  border-radius: 0;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  padding: 20px 10px;
  font-family: Lato, sans-serif;
  display: block;
  position: static;
  inset: 0% 20% 0% 9px;
}

.pop-info {
  z-index: 999;
  background-color: #fff;
  border: 1px solid #c2c2c2;
  border-radius: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120px;
  padding-top: 5px;
  display: none;
  position: absolute;
  inset: 0%;
}

.pop-info.similarity {
  width: 500px;
  height: 360px;
  display: none;
}

.pop-info.similarity.advanced-similarity {
  height: 520px;
  display: none;
}

.image-17 {
  vertical-align: top;
  width: 15px;
  padding: 0;
  position: absolute;
  inset: 10px 10px auto auto;
}

.div-block-110 {
  width: 100%;
  height: 100%;
  position: relative;
}

.text-block-70 {
  justify-content: flex-start;
  align-items: flex-start;
  font-weight: 300;
  display: flex;
}

.code-embed-17 {
  margin-top: 20px;
  margin-bottom: 20px;
}

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

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 35px;
  }

  h4 {
    font-size: 30px;
  }

  h5 {
    font-size: 20px;
  }

  a {
    text-align: center;
    align-self: center;
    font-family: Lato, sans-serif;
    display: flex;
  }

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

  .section.hero {
    margin-top: 0;
    padding-top: 50px;
  }

  .section.call-section, .section.about-section-3, .section.about-section-4 {
    padding-top: 200px;
  }

  .section.contact-hero {
    margin-top: 0;
    padding-top: 0;
  }

  .section.howitworks {
    margin-top: 19px;
  }

  .container.nav-container {
    background-color: #fff;
    border: 1px #00000021;
    border-radius: 4px;
    flex-flow: column;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    margin-top: -20px;
    margin-bottom: -15px;
    display: inline-flex;
    position: static;
  }

  .container.video-container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .jumbo {
    font-size: 70px;
  }

  .column.feature-headline {
    margin-top: 25px;
  }

  .mynavbarlink {
    color: var(--black);
    text-align: center;
    align-self: center;
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
  }

  .mynavbarlink.w--current {
    justify-content: center;
    align-self: center;
    align-items: center;
    display: none;
  }

  .style-grid-three-c {
    grid-template-columns: 1fr 1fr;
  }

  .navbar {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #fff0;
    border: 1px #00000021;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    height: auto;
    min-height: 200px;
    display: flex;
    position: static;
    inset: 0%;
  }

  .brand {
    z-index: 2;
    margin-bottom: 202px;
    display: none;
  }

  .nav-menu {
    z-index: 1;
    background-color: var(--lightest-blue);
    text-align: center;
    flex-direction: column;
    width: 50vw;
    padding: 100px 50px 50px;
    position: fixed;
    top: 0;
    bottom: 0;
  }

  .menu-button {
    padding: 10px;
  }

  .menu-button.w--open {
    z-index: 2;
    background-color: var(--blue-link);
  }

  .hero-slider-content {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    margin-top: 0;
  }

  .hero-slider-image-wrap {
    overflow: hidden;
  }

  .brand-logo {
    text-align: left;
    flex-flow: row;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    margin-top: 0;
    display: inline-flex;
    position: static;
  }

  .brand-logo.footer-logo {
    margin-top: 0;
  }

  .hero-nav-arrow.right-arrow {
    padding-right: 50px;
  }

  .hero-nav-arrow.left-arrow {
    padding-left: 15px;
  }

  .page-wrap {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
  }

  .page-wrap.dashboard-page-wrap {
    margin-top: -3px;
  }

  .product-list {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .product-image-wrap {
    height: 250px;
  }

  .product-description {
    padding: 20px;
  }

  .description-image-wrap {
    width: 100%;
  }

  .description-bg {
    top: 100px;
  }

  .newsletter-form {
    padding-left: 50px;
    padding-right: 50px;
  }

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

  .blog-list {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .blog-item {
    min-height: 350px;
    padding: 100px 20px 20px;
  }

  .blog-content {
    padding: 15px;
  }

  .insta-post-wrap {
    width: 200px;
    height: 200px;
    margin-right: 50px;
  }

  .insta-section-line {
    height: 150px;
  }

  .social-wrap {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 20px;
  }

  .social-icon {
    height: 30px;
  }

  .price-wrap {
    order: -1;
    margin-bottom: 15px;
    display: flex;
    position: relative;
    top: 0;
    right: 0;
  }

  .cart {
    z-index: 2;
  }

  .hero-line {
    height: 150px;
  }

  .about-video-wrap {
    height: 450px;
  }

  .contact-form {
    padding: 30px;
  }

  .contact-form-grid {
    grid-template-columns: 1fr;
  }

  .checkout-form {
    padding-top: 100px;
  }

  .sticky-form {
    flex: 1;
    position: relative;
    top: 0;
  }

  .shipping-container {
    flex-wrap: wrap;
  }

  .body {
    display: block;
  }

  .heading {
    font-size: 60px;
  }

  .send {
    display: none;
  }

  .white-button {
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
  }

  .container-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    font-family: Lato, sans-serif;
  }

  .form-4 {
    flex: 1;
  }

  .blue-button {
    display: none;
  }

  .container-6 {
    display: flex;
  }

  .container-7 {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .filters {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .filters.options-filters {
    flex-flow: column;
  }

  .nav {
    border-left: 1px solid #727272;
    height: auto;
    display: none;
    position: fixed;
    top: 70px;
    bottom: 0;
    right: 0;
  }

  .mobile-nav {
    z-index: 99999;
    background-color: #101213;
    border-bottom: 1px solid #727272;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    position: sticky;
    top: 0;
  }

  .top-link {
    width: 40px;
    height: 40px;
  }

  .shadow {
    z-index: 998;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background-color: #1012134d;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .content {
    width: auto;
    margin-top: 20px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .hamburger {
    cursor: pointer;
    width: 40px;
  }

  .stat-scroll {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
    overflow: auto;
  }

  .profile-img {
    width: 40px;
  }

  .sales-wrap {
    padding-top: 20px;
  }

  .content-right {
    width: 100%;
  }

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

  .profile-wrap.white {
    color: #f8f8f8;
  }

  .top-heading {
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .top-links {
    display: none;
  }

  .top-links.mobile {
    align-self: center;
    margin-top: 0;
    display: flex;
  }

  .section-2 {
    flex-direction: column;
  }

  .hamburger-line {
    background-color: #fff;
    height: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hamburger-line.mid {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .body-2 {
    justify-content: flex-start;
    align-items: center;
  }

  .container-11 {
    display: none;
  }

  .div-block-20 {
    margin-top: 43px;
  }

  .tab {
    width: 16vw;
  }

  .browser__wrapper.light {
    align-self: center;
    width: 90%;
  }

  .denied-button {
    position: relative;
  }

  .tab-list__wrapper {
    padding-left: 0;
  }

  .denied-page {
    flex-flow: column;
    align-self: center;
    padding-top: 0;
  }

  .insert-website-here {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    justify-content: center;
    align-items: center;
    min-height: auto;
  }

  .content-wrap-2 {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .card-top.free-card-price {
    padding-bottom: 54px;
  }

  .card-top.supporter-card-price2 {
    padding-bottom: 19px;
  }

  .cards-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .shadow-2 {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background-color: #0000004d;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .content-heading {
    border-radius: 20px;
  }

  .nav-menu-3 {
    flex-direction: column;
  }

  .tabs-content {
    display: flex;
  }

  .nav-wrap-2 {
    display: none;
  }

  .nav-wrap-2.mobile {
    z-index: 99999;
    background-color: #fff;
    background-image: url('../images/nnnoise-1.svg');
    background-position: 0 0;
    background-size: 400px;
    border-left: 1px solid #0000001a;
    flex-direction: column;
    width: 100%;
    max-width: 250px;
    padding-top: 40px;
    padding-bottom: 40px;
    display: none;
    position: fixed;
    top: 70px;
    bottom: 0;
    right: 0;
  }

  .monthly {
    order: 0;
  }

  .nav-buttons {
    flex-direction: column;
  }

  .mobile-nav-2 {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .hamburger-2 {
    cursor: pointer;
    width: 25px;
    display: block;
  }

  .nav-2 {
    border-bottom: 1px solid #0000001a;
    height: 70px;
  }

  .logo-link-2 {
    display: none;
  }

  .logo-link-2.mobile {
    display: block;
  }

  .hamburger-line-2 {
    background-color: #000;
    height: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hamburger-line-2.mid {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .container-13 {
    margin-top: 0;
  }

  .ms-dropdown-name {
    color: #fff;
  }

  .ms-profile-dropdown {
    flex-flow: row;
    align-self: flex-start;
  }

  .ms-dropdown-email {
    color: #fff;
  }

  .ms-dropdown-menu-2 {
    background-color: #fff;
    border: 1px solid #0000;
    border-radius: 3px;
    flex-flow: column;
    margin-top: 173px;
    display: flex;
  }

  .ms-dropdown-link-2 {
    display: none;
  }

  .div-block-31 {
    align-self: center;
  }

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

  .dash_contain {
    max-width: 100%;
  }

  .dash_content {
    margin-left: 20px;
    margin-right: 20px;
  }

  .dropdown-3-mobile {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    display: none;
    position: static;
  }

  .div-block-51 {
    margin-left: 45px;
  }

  .div-block-55 {
    flex-flow: column;
  }

  .text-block-45 {
    font-size: 25px;
  }

  .container-16 {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .content-analysis {
    margin-top: 0;
    padding-top: 20px;
  }

  .container-18 {
    max-width: 728px;
  }

  .team-slide-wrapper-2 {
    width: 47%;
    margin-right: 6%;
  }

  .collection-list-wrapper {
    width: 100%;
    min-width: auto;
  }

  .ms2-categories-card {
    max-width: none;
  }

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

  .ms2-flex-row.ms2-horizontal {
    flex-wrap: wrap;
  }

  .ms2-modal.is-profile {
    margin-top: 220px;
    display: none;
    left: 0%;
  }

  .ms2-modal.is-profile.ms2-modal-dashboard {
    align-self: center;
    margin-top: 129px;
    margin-left: 50px;
    margin-right: 0;
    display: none;
  }

  .div-block-62 {
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .code-embed-11 {
    align-self: center;
    display: block;
  }

  ._06-menu-inner {
    flex-direction: column;
  }

  ._06-nav__icon {
    font-size: 32px;
  }

  ._06-hamburger {
    color: #272d4e;
    border-radius: 5px;
  }

  ._06-hamburger.w--open {
    color: #fff;
    background-color: #272d4e;
  }

  ._06-nav-link {
    color: #000;
    text-align: center;
    padding: 10px 0;
  }

  ._06-nav-button {
    max-width: 300px;
    margin-top: 25px;
    margin-left: auto;
    margin-right: 0;
    display: block;
  }

  ._06-nav-menu {
    color: #fff;
    background-color: #fff;
    padding: 30px 5% 50px;
  }

  .instructions-wrap {
    padding-left: 5%;
    padding-right: 5%;
  }

  .container-19.nav {
    justify-content: space-between;
  }

  .hamburger-line-3 {
    background-color: #1c202f;
    height: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hamburger-line-3.mid {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .shadow-3 {
    z-index: 999;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background-color: #1c202f4d;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .section-5, .content-mid {
    flex-direction: column;
  }

  .form-links {
    display: none;
  }

  .form-links.mobile {
    display: flex;
  }

  .mobile-nav-3 {
    z-index: 99999;
    background-color: #fff;
    border-bottom: 1px solid #eff3f8;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    position: sticky;
    top: 0;
  }

  .content-heading-2 {
    padding-top: 100px;
  }

  .nav-3 {
    height: auto;
    padding-top: 40px;
    display: none;
    position: fixed;
    top: 70px;
    bottom: 0;
    right: 0;
  }

  .form-wrap {
    z-index: 99;
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
  }

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

  .nav-4 {
    border-left: 1px solid #727272;
    height: auto;
    display: none;
    position: fixed;
    top: 70px;
    bottom: 0;
    right: 0;
  }

  .content-4 {
    width: auto;
    margin-top: 20px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .content-top-3 {
    height: 0;
  }

  .content-right-3 {
    width: 100%;
  }

  .section-6 {
    flex-direction: column;
  }

  .hamburger-line-4 {
    background-color: #fff;
    height: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hamburger-line-4.mid {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .text-block-52 {
    color: #fff;
  }

  .dropdown-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    display: none;
    position: static;
  }

  .ms-dropdown-link-2-mobl, .ms-dropdown-link-2-copy, .ms-dropdown-link-2-copy {
    display: flex;
  }

  .ms-dropdown-menu-2-mob {
    background-color: #fff;
    border: 1px solid #00000014;
    border-radius: 3px;
    flex-flow: column;
    margin-top: 178px;
    margin-left: -199px;
    margin-right: 0;
    padding-left: 0;
    display: flex;
    position: static;
  }

  .div-block-66 {
    color: #fcfcff;
    align-self: center;
  }

  .link-10 {
    color: var(--black);
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 10px;
    padding: .5em 1.5em;
    font-size: 20px;
    display: flex;
  }

  .div-block-67 {
    background-color: var(--white);
    border: 1px solid #0000001a;
    border-radius: 4px;
    min-width: 210px;
    margin-top: 11px;
    padding-top: 5px;
    padding-bottom: 10px;
    display: none;
    position: fixed;
  }

  .div-block-73 {
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
  }

  .text-block-54, .text-block-55 {
    font-size: 22px;
  }

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

  .div-block-79 {
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-90 {
    margin-bottom: 0;
  }

  .div-block-91 {
    margin-top: 30px;
  }

  .div-block-92 {
    justify-content: center;
    align-self: center;
    align-items: flex-start;
  }

  .div-block-93 {
    margin-top: -21px;
    margin-right: 0;
  }

  .home-showcase-platform {
    clear: none;
    width: 700px;
    margin-left: 0;
    display: flex;
  }

  .x-post-div {
    align-self: center;
    width: 100%;
  }

  .x-post {
    align-self: flex-start;
  }

  .x-posts-list {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .div-block-97 {
    align-self: center;
  }

  .x-posts {
    flex-flow: column;
    display: flex;
  }

  .yt-videos {
    flex-flow: column;
    align-self: center;
  }

  .yt-video {
    align-self: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .yt-video-title {
    align-self: center;
  }

  .form-wrapper.verify {
    margin-top: 62px;
  }

  .bold-text-24 {
    display: none;
  }

  .ms-profile-dropdown-2 {
    color: #fff;
  }

  .ms-dropdown-email-2 {
    color: #0e0e0e;
  }

  .ms-dropdown-email-2.mobile-email {
    color: #fff;
  }

  .text-block-61 {
    color: #0a0a0a;
  }

  .signup-button {
    color: var(--black);
    background-color: #fefeff00;
    text-decoration: underline;
  }

  .signup-button.mobile-nav-sign {
    display: none;
  }

  .mobile-nav-sign {
    color: var(--black);
    background-color: #fff;
    padding: 20px;
    display: none;
  }

  .button-22 {
    border: 1px solid var(--black);
    color: var(--black);
    background-color: #fff;
    border-radius: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 20px;
    display: flex;
  }

  .button-23 {
    border: 3px solid #3898ec;
    border-radius: 12px;
    padding: 12px 15px;
    font-size: 20px;
    display: flex;
  }

  .div-block-98.chart-layout-freemium {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
  }

  .pricing_tabs {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }

  .pricing_contact-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pricing_popular {
    top: 2%;
  }

  .pricing_save {
    top: 2.5%;
    right: 20%;
  }

  .pricing_grid {
    grid-template-columns: 2fr;
  }

  .pricing_contact-button-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    align-items: stretch;
    width: 300px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 25px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  .section.hero {
    margin-top: 0;
    padding-top: 40px;
  }

  .section.social-proof {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .section.call-section {
    padding-top: 100px;
  }

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

  .section.about-section-4 {
    padding-top: 100px;
  }

  .section.contact-hero {
    margin-top: 0;
  }

  .container.nav-container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 100%;
    height: 100%;
  }

  .container.features-grid {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .container.grid-2 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .container.footer-container {
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .container.video-container {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .container.workout-container {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .jumbo {
    font-size: 50px;
  }

  .big-paragraph.max-350 {
    font-size: 18px;
  }

  .style-grid-two-c {
    grid-template-columns: 1fr;
  }

  .column.feature-headline {
    margin-top: 3px;
  }

  .mynavbarlink, .mynavbarlink.w--current {
    display: none;
  }

  .style-grid-four-c.no-margin {
    grid-template-columns: 1fr 1fr;
  }

  .style-grid-ten-c {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .ninja-image-wrap {
    height: 100px;
    bottom: 80px;
    right: 25px;
  }

  .form-block {
    padding: 30px;
  }

  .navbar {
    justify-content: center;
    align-items: flex-start;
    height: auto;
    min-height: 200px;
  }

  .scribble-text.slider-name {
    margin-bottom: -7px;
  }

  .hero-slider-content {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .hero-slider-image-wrap {
    height: 400px;
  }

  .brand-logo {
    min-width: 150px;
    min-height: 50px;
  }

  .hero-nav-arrow.right-arrow {
    margin-top: 300px;
    margin-bottom: auto;
    margin-right: 0;
    padding-right: 15px;
    left: auto;
  }

  .hero-nav-arrow.left-arrow {
    margin-top: 300px;
  }

  .product-list {
    grid-template-columns: 1fr;
    margin-top: 50px;
  }

  .description-image-wrap {
    height: 350px;
  }

  .description-bg {
    width: 95vw;
    height: 40%;
    top: auto;
    bottom: 0;
  }

  .description-bg.left {
    top: auto;
  }

  .description-bg.about-bg {
    height: 40%;
    top: auto;
  }

  .blog-list {
    grid-template-columns: 1fr;
    margin-top: 50px;
  }

  .insta-section-line {
    flex-flow: wrap;
  }

  .social-wrap {
    justify-content: flex-end;
    width: 50%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 50px;
    padding-right: 50px;
  }

  .social-wrap.left-social {
    justify-content: flex-start;
  }

  .footer-contact-link, .footer-link {
    font-size: 15px;
  }

  .footer-brand {
    justify-content: center;
    align-self: center;
    align-items: center;
    height: 20px;
    margin-top: 10px;
    display: flex;
  }

  .cart {
    margin-left: 10px;
  }

  .hero-image-mask {
    height: 350px;
  }

  .hero-line {
    flex-flow: wrap;
    height: 125px;
    padding-left: 30vw;
    padding-right: 30vw;
  }

  .contact-link {
    font-size: 20px;
  }

  .heading {
    font-size: 60px;
  }

  .field-input {
    display: block;
  }

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

  .log-in__h {
    font-size: 30px;
  }

  .container-5 {
    margin-top: 120px;
    margin-left: 10px;
    margin-right: 10px;
  }

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

  .filters.chart-layout {
    flex-flow: column;
  }

  .sales-wrap {
    padding-top: 0;
  }

  .denied-content {
    width: 100%;
    padding-top: 0;
  }

  .browser__wrapper.light {
    flex-flow: column;
    width: 95%;
    max-height: 100%;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
  }

  .page-preview {
    max-height: 100%;
  }

  .tab-list__wrapper {
    padding-left: 0;
  }

  .denied-page {
    flex-direction: column;
  }

  .insert-website-here {
    border-radius: 0;
  }

  .content-wrap-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cards-wrap {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-items: start;
  }

  .content-heading {
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .switch-wrap {
    margin-bottom: 20px;
  }

  .ms-dropdown-image {
    width: 2em;
    height: 2em;
    display: inline-block;
  }

  .ms-profile-dropdown {
    justify-content: center;
  }

  .ms-dropdown-menu-2 {
    border: 1px solid #0000;
    border-radius: 3px;
    margin-top: 174px;
    display: flex;
  }

  .ms-dropdown-link-2 {
    display: flex;
  }

  .dash_content {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 14px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .dropdown-3-mobile {
    display: none;
  }

  .image-10 {
    margin-left: 0;
  }

  .div-block-51 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
    margin-left: 32px;
  }

  .text-block-45 {
    font-size: 20px;
  }

  .team-slider, .hero-stack {
    padding: 60px 15px;
  }

  .content-analysis {
    padding: 20px 15px 60px;
  }

  .video-2 {
    position: relative;
  }

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

  .account_wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: 370px;
    margin-top: 50px;
    margin-bottom: 30px;
    padding: 25px;
  }

  .account_form {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .account_button-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .account_img {
    width: 60px;
  }

  .text-size-28px {
    font-size: 26px;
  }

  .account_section {
    width: 90%;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .ms2-hide-ml {
    display: none;
  }

  .ms2-modal-nav {
    width: 185px;
    font-size: 12px;
  }

  .ms2-space {
    width: 24px;
    height: 24px;
  }

  .ms2-space.is-24 {
    width: 16px;
    height: 16px;
  }

  .ms2-space.is-8 {
    width: 4px;
    height: 4px;
  }

  .ms2-space.is-12 {
    width: 8px;
    height: 8px;
  }

  .ms2-modal-padding.is-20.is-sidebar {
    padding-left: 15px;
    padding-right: 15px;
  }

  .ms2-categories-card {
    font-size: 14px;
  }

  .ms2-profile-tab-pane {
    left: 185px;
  }

  .ms2-modal.is-profile {
    width: 92%;
    margin-top: 214px;
    display: none;
    left: 10px;
    right: 10px;
  }

  .ms2-modal.is-profile.profile-modal {
    margin-top: 140px;
  }

  .ms2-modal.is-profile.ms2-modal-dashboard {
    align-self: center;
    margin-top: 119px;
    margin-left: 10px;
    margin-right: 0;
    display: none;
  }

  .div-block-60, .div-block-61 {
    width: 100%;
  }

  .stat-numbers {
    font-size: 12px;
  }

  .content-mid {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .mobile-nav-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-heading-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ms-dropdown-menu-2-mob {
    border: 1px solid #00000012;
    border-radius: 3px;
    margin-top: 174px;
    display: block;
  }

  .ms-profile-dropdown-desktop {
    display: none;
  }

  .text-block-54, .text-block-55 {
    font-size: 20px;
  }

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

  .div-block-79 {
    align-self: center;
  }

  .div-block-90 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-92 {
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    margin-top: 10px;
  }

  .home-showcase-platform {
    flex-flow: column;
    width: 100%;
    margin-left: 0;
    display: flex;
  }

  .icon-svg {
    width: 36px;
  }

  .form-wrapper.verify {
    margin-top: 96px;
  }

  .ms-dropdown-menu-3 {
    display: none;
  }

  .ms-dropdown-image-2 {
    width: 2em;
    height: 2em;
  }

  .submit-button-3 {
    width: auto;
    min-width: 90px;
    padding-left: 20px;
  }

  .div-block-98.chart-layout-freemium {
    flex-flow: column;
  }

  .pricing_card {
    grid-template-columns: 1fr;
    padding: 30px;
  }

  .pricing_contact-card {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding: 30px;
  }

  .pricing_save {
    right: 12%;
  }

  .text-size-xlarge.text-weight-semibold, .text-size-xlarge.text-weight-semibold.text-align-center {
    font-size: 2.5rem;
  }

  .form-12, .div-block-100 {
    flex-flow: column;
  }

  .pop-info.similarity {
    width: 250px;
    height: 500px;
  }

  .pop-info.similarity.advanced-similarity {
    width: 300px;
    height: 750px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 35px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 25px;
  }

  h4 {
    font-size: 20px;
  }

  ul {
    padding-left: 25px;
  }

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

  .section.hero {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section.footer-section {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

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

  .container {
    margin-bottom: 32px;
  }

  .container.nav-container {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    display: flex;
  }

  .container.grid-3 {
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .container.footer-container {
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    margin-bottom: 50px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .jumbo {
    font-size: 45px;
  }

  .big-paragraph {
    display: flex;
  }

  .big-paragraph.max-500 {
    font-size: 18px;
  }

  .column {
    margin-right: 0;
  }

  .column.max-600 {
    justify-content: flex-start;
    align-items: center;
  }

  .label.categories-label {
    margin-bottom: 15px;
  }

  .mynavbarlink {
    background-color: #fff;
    width: 100%;
    display: none;
  }

  .mynavbarlink.w--current {
    display: none;
  }

  .brand-guidelines-nav {
    grid-template-columns: 1fr 1fr;
  }

  .guidelines-link {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
  }

  .ninja-image-wrap {
    bottom: 115px;
  }

  .style-grid-three-c {
    grid-template-columns: 1fr;
  }

  .button.form-button {
    width: 100%;
    margin-top: 15px;
  }

  .button.categories-button {
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .button.discount {
    flex: 0 100%;
    margin-left: 0;
  }

  .cta-card {
    padding: 30px;
  }

  .cta-card.full-card {
    grid-template-columns: 1fr;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cta-card.full-card-center {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cta-image {
    min-height: 250px;
  }

  .spacing-30-px {
    display: none;
  }

  .spacing-30-px.show {
    display: block;
  }

  .form-field {
    height: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .form-block {
    padding: 20px;
  }

  .form-block.full-form {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .sideflex-form {
    flex-wrap: wrap;
  }

  .navbar {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    min-width: 300px;
    height: auto;
    min-height: 200px;
    margin-top: 0;
    margin-left: 0;
    display: flex;
    position: static;
    right: 0;
  }

  .nav-menu {
    width: 100vw;
  }

  .hero-slider-content {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    align-items: stretch;
  }

  .hero-slider-image-wrap {
    height: 300px;
    overflow: hidden;
  }

  .hero-slider-image {
    border-radius: 10px;
  }

  .brand-logo {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    min-width: 100px;
    display: inline-flex;
  }

  .brand-logo.footer-logo {
    width: 80px;
    min-width: auto;
    max-width: none;
    margin-top: 0;
  }

  .hero-nav-arrow.right-arrow {
    width: 100px;
    height: 70px;
    margin-top: 255px;
  }

  .hero-nav-arrow.left-arrow {
    width: 100px;
    height: 70px;
    margin-top: 255px;
    margin-bottom: 0;
  }

  .arrow-nav {
    width: 50px;
    height: 50px;
  }

  .page-wrap {
    order: 0;
    position: static;
    inset: 0%;
  }

  .feature-image-mask {
    width: 150px;
    height: 150px;
  }

  .feature-max {
    max-width: 250px;
  }

  .newsletter-form {
    padding: 30px;
  }

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

  .insta-post-wrap {
    width: 150px;
    height: 150px;
  }

  .insta-section-line {
    align-content: center;
  }

  .social-wrap {
    margin-top: 9px;
    margin-bottom: 9px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .social-icon {
    margin-right: 10px;
  }

  .footer-contact-link, .footer-link {
    font-size: 12px;
  }

  .footer-link.w--current {
    display: flex;
  }

  .footer-brand {
    align-self: flex-start;
    height: 20px;
    margin-bottom: 0;
    margin-left: 10px;
  }

  .cart-quantity-1 {
    height: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .about-video-wrap {
    height: 300px;
  }

  .contact-form {
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
  }

  .contact-form-grid {
    grid-template-columns: 1fr;
  }

  .text-area {
    height: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .blog-categories, .categories-list {
    flex-wrap: wrap;
  }

  .checkout-block {
    width: 100%;
    margin-bottom: 30px;
  }

  .sticky-form {
    width: 100%;
  }

  .add-to-cart-sideflex {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .cart-quantity-2 {
    height: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .two-buttons {
    grid-template-columns: 1fr;
  }

  .shipping-container {
    overflow: hidden;
  }

  .option-2 {
    flex-wrap: wrap;
  }

  .body {
    background-color: #fff;
    flex-flow: column;
    display: flex;
  }

  .heading {
    margin-top: 0;
    font-size: 45px;
  }

  .modal_small {
    text-align: left;
    min-width: auto;
    padding: 20px;
  }

  .log-in__h {
    font-size: 28px;
  }

  .form-input {
    width: 100%;
  }

  .blue-button {
    margin-top: 9px;
    margin-bottom: 9px;
    display: none;
  }

  .container-5 {
    margin-top: 231px;
    font-size: 9px;
  }

  .modal_small-2 {
    text-align: left;
    min-width: auto;
    padding: 20px;
  }

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

  .profile-text {
    display: none;
  }

  .mobile-nav {
    width: auto;
  }

  .cb-line {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .shadow {
    display: none;
  }

  .schedule-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .schedule-left {
    flex-direction: column;
  }

  .sales-wrap {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cb-text {
    align-items: flex-start;
  }

  .cb-text.text {
    flex-direction: row;
  }

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

  .form-9 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    display: flex;
  }

  .top-links.mobile {
    display: none;
  }

  .calendar-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cb-flex {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .shedule-content {
    width: 70%;
  }

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

  .sales-wrap-copy, .sales-wrap-copy-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .body-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .text-block-4, .list-item-11, .list-item-12, .list-item-13, .list-item-14, .list-item-15, .div-block-16 {
    font-size: 12px;
  }

  .div-block-17 {
    margin-top: 500px;
  }

  .text-block-6, .list-item-16, .list-item-17, .list-item-18 {
    font-size: 12px;
  }

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

  .list-4, .list-5 {
    font-size: 12px;
  }

  .denied-link {
    width: 100%;
    padding-left: 1.3em;
  }

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

  .search-bar.light {
    display: none;
  }

  .tab {
    width: 20vw;
  }

  .search__overflow-gradient, .tab__close-wrapper {
    padding-left: 20px;
  }

  .flex-row.stack-on-mobile {
    flex-direction: column;
  }

  .browser__wrapper.light {
    flex-flow: column;
    align-self: center;
    width: 95%;
    max-width: none;
    max-height: none;
    margin-top: 0;
    display: flex;
  }

  .page-preview {
    border: 5px #000;
    border-radius: 0;
    align-self: auto;
    width: 100%;
    height: 100%;
    display: block;
    position: static;
    overflow: clip;
  }

  .denied-button {
    width: 100%;
    min-height: auto;
    padding: .6em 1.3em;
    font-size: 14px;
    font-style: normal;
  }

  .denied-page {
    flex-flow: column;
    justify-content: space-around;
    padding-top: 0;
  }

  .search__input {
    flex-wrap: nowrap;
  }

  .search__value {
    width: 220%;
  }

  .search__value-wrapper {
    width: 1000px;
    position: relative;
  }

  .insert-website-here {
    clear: none;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: auto;
    margin-left: 0;
    display: flex;
    position: static;
    overflow: hidden;
  }

  .favicon {
    position: relative;
  }

  .card-top.free-card-price {
    flex-flow: row;
    display: block;
  }

  .cards-wrap {
    grid-template-columns: 1fr;
  }

  .content-cards-2 {
    flex-flow: column;
    align-self: center;
    display: flex;
  }

  .card-2 {
    border: 1px solid #0000001a;
    box-shadow: 0 5px 6px -3px #0003;
  }

  .container-13 {
    align-self: center;
    margin-top: 12px;
  }

  .ms-profile-icon {
    width: auto;
    height: auto;
  }

  .ms-profile-svg-wrap {
    width: 50px;
    height: 50px;
  }

  .ms-profile-dropdown {
    background-color: #fff;
    margin-top: 30px;
  }

  .ms-profile-dropdown.w--open {
    display: none;
  }

  .ms-dropdown-email {
    color: #0c0c0c;
  }

  .ms-dropdown-menu-2 {
    border: 1px solid #0000001c;
    border-radius: 3px;
    margin-top: 200px;
    display: none;
  }

  .ms-dropdown-menu-2.w--open {
    position: relative;
  }

  .ms-dropdown-link-2 {
    display: flex;
  }

  .container-14 {
    padding: 20px;
  }

  .text-block-15 {
    font-size: 12px;
  }

  .text-block-16 {
    text-align: center;
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .text-block-17 {
    text-align: justify;
  }

  .div-block-34 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    font-size: 12px;
  }

  .bold-text-14 {
    font-size: 15px;
  }

  .div-block-35 {
    flex-flow: column;
    margin-top: -267px;
    margin-bottom: 0;
    display: flex;
  }

  .bold-text-15 {
    font-size: 20px;
  }

  .heading-6 {
    text-align: center;
    align-self: center;
    margin-top: 0;
  }

  .text-block-18 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .dropdown-3-mobile {
    display: none;
  }

  .div-block-47 {
    max-width: 90%;
    font-size: 14px;
  }

  .page-title {
    text-align: center;
    font-size: 38px;
    line-height: 46px;
  }

  .js-clock {
    flex-wrap: wrap;
  }

  .box {
    margin-bottom: 10px;
  }

  .div-block-48 {
    max-width: 90%;
    font-size: 14px;
  }

  .big-paragraph-2 {
    display: flex;
  }

  .div-block-50 {
    max-width: 90%;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 14px;
  }

  .wrapper-2 {
    position: relative;
  }

  .image-10 {
    align-self: center;
    max-width: 50%;
    margin-top: 0;
  }

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

  .div-block-51 {
    z-index: 100;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: center;
    align-items: center;
    height: 200px;
    margin-top: -45px;
    margin-left: 0;
    display: flex;
    position: absolute;
  }

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

  .text-block-45 {
    margin-bottom: 0;
  }

  .container-16 {
    max-width: none;
    margin-top: 300px;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .content-analysis {
    margin-top: 0;
    padding-top: 0;
  }

  .container-18 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper-2 {
    width: 100%;
    margin-right: 0%;
  }

  .collection-list-wrapper {
    width: 100%;
    min-width: auto;
  }

  .video-2 {
    align-self: center;
  }

  .main-dashboard-content {
    align-self: flex-start;
    width: 100%;
    position: absolute;
  }

  .wrapper-my {
    flex-flow: column;
    position: absolute;
  }

  .account_wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    max-width: 100%;
    margin-top: 55px;
    margin-bottom: 25px;
    padding: 20px;
  }

  .account_form {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .account_button-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .account_img {
    width: 55px;
  }

  .text-size-28px {
    font-size: 24px;
  }

  .account_text-wrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .ms2-social-content {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    font-size: 12px;
  }

  .ms2-modal-nav {
    width: 96px;
  }

  .ms2-modal-padding.is-20.is-sidebar {
    padding-top: 8px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .ms2-svg.is-arrow {
    display: none;
  }

  .ms2-input.has-button {
    border-radius: 4px;
    margin-bottom: 10px;
  }

  .ms2-nav-link {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .ms2-input-flex {
    flex-direction: column;
  }

  .ms2-social-button {
    padding: 8px 36px 8px 8px;
  }

  .ms2-hide-mp {
    display: none;
  }

  .ms2-social-image {
    width: 20px;
  }

  .ms2-button.is-after-input {
    border-radius: 5px;
  }

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

  .ms2-profile-tab-pane {
    left: 96px;
  }

  .ms2-flex-row.ms2-horizontal {
    flex-direction: column;
  }

  .ms2-flex-row.ms2-horizontal.is-align-center {
    align-items: flex-start;
  }

  .ms2-modal-row {
    max-height: none;
  }

  .ms2-modal.is-profile {
    max-height: 400px;
    margin-top: 177px;
    display: none;
    left: 10px;
    right: 10px;
  }

  .ms2-modal.is-profile.profile-modal {
    margin-top: 160px;
  }

  .ms2-modal.is-profile.ms2-modal-dashboard {
    align-self: center;
    margin-top: 102px;
    margin-left: 0;
    margin-right: 0;
    display: none;
  }

  .code-embed-11 {
    display: block;
  }

  ._06-nav-link {
    margin-bottom: 10px;
    font-size: 30px;
  }

  .client-line {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .tabs-menu-2 {
    flex-direction: row;
  }

  .heading-tabs {
    justify-content: center;
    display: flex;
  }

  .history-line {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .tab-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contract-top.last {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .contract-text.flex-r {
    align-items: flex-start;
  }

  .tabs-wrap {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .button-17 {
    width: 100%;
  }

  .scroll-2 {
    bottom: -25px;
  }

  .nav-4 {
    display: none;
  }

  .form-11 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    display: flex;
  }

  .ms-dropdown-menu-2-mob {
    border: 1px solid #0000001c;
    border-radius: 3px;
    margin-top: 170px;
    display: none;
  }

  .ms-dropdown-menu-2-mob.w--open {
    position: relative;
  }

  .ms-profile-dropdown-desktop.w--open, .div-block-67 {
    display: none;
  }

  .code-embed-15 {
    max-width: none;
  }

  .div-block-73 {
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .div-block-74, .div-block-75 {
    flex-flow: column;
    display: flex;
  }

  .text-block-54 {
    color: #070707;
    align-self: center;
    font-size: 20px;
  }

  .text-block-55 {
    color: #000;
    align-self: center;
    font-size: 20px;
  }

  .div-block-79 {
    align-self: center;
  }

  .div-block-90 {
    margin-bottom: 0;
  }

  .div-block-91 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 0;
  }

  .home-showcase-platform {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    align-self: center;
    margin-top: 24px;
    margin-left: 0;
    display: flex;
  }

  .x-posts {
    display: flex;
  }

  .image-13 {
    vertical-align: baseline;
    align-self: auto;
    max-height: none;
    margin-top: 0;
  }

  .form-wrapper.verify {
    margin-top: 59px;
  }

  .ms-dropdown-menu-3 {
    margin-left: 26px;
    display: none;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .ms-profile-svg-wrap-2 {
    min-width: 2.2em;
    min-height: 2.2em;
  }

  .ms-profile-dropdown-2.normal-navbar, .ms-dropdown-email-2 {
    color: #0a0a0a;
  }

  .dropdown-mobile {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: static;
  }

  .text-block-60 {
    color: #fffefe;
  }

  .text-block-61 {
    color: #161515;
  }

  .pricing_tab-link {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
  }

  .pricing_card {
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .pricing_contact-card {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .pricing_plan._2 {
    padding-top: 20px;
  }

  .pricing_check-item {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
  }

  .pricing_save {
    top: -.5%;
    right: 8%;
  }

  .pricing_contact-button-wrapper {
    width: auto;
  }

  .text-size-xlarge.text-weight-semibold, .text-size-xlarge.text-weight-semibold.text-align-center {
    font-size: 2rem;
  }

  .form-12, .div-block-100 {
    flex-flow: column;
  }

  .pop-info.similarity.advanced-similarity {
    height: 830px;
  }
}

#w-node-f2bd7fdc-a738-1450-b4f9-1b53880bc1f6-c30f559a {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-_6c8c80c1-7d06-233f-4d39-706a2f1dce86-c30f559a {
  justify-self: center;
}

#demo.w-node-_6c8c80c1-7d06-233f-4d39-706a2f1dce87-c30f559a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6466da-e94d-115c-c97d-71e22c54b461-2c54b452, #w-node-_6e02a057-7650-0187-603c-1ebc4da89cc5-2c54b452 {
  align-self: start;
}

#w-node-f2bd7fdc-a738-1450-b4f9-1b53880bc1f6-d5baf5d4, #w-node-f2bd7fdc-a738-1450-b4f9-1b53880bc1f6-56d747e8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-_0f5a8513-bd2a-f86b-52e1-2bbd344e17ae-56d747e8 {
  justify-self: center;
}

#w-node-_0f5a8513-bd2a-f86b-52e1-2bbd344e17af-56d747e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f5a8513-bd2a-f86b-52e1-2bbd344e17ae-cb489cbf, #w-node-b4f8af97-31f7-e582-288b-9be64c3bcfd3-94da3e9f {
  justify-self: center;
}

#w-node-f2bd7fdc-a738-1450-b4f9-1b53880bc1f6-e756dbcf {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-_0f5a8513-bd2a-f86b-52e1-2bbd344e17ae-e756dbcf {
  justify-self: center;
}

#w-node-_0f5a8513-bd2a-f86b-52e1-2bbd344e17af-e756dbcf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2bd7fdc-a738-1450-b4f9-1b53880bc1f6-2ee77613 {
  place-self: center start;
}

#w-node-aa2731c4-ac7b-fa72-caa7-5b2b0a16254a-2ee77613 {
  align-self: center;
}

#Email-text.w-node-_8c6a0f55-9940-658b-7324-98313b6aa3d7-2ee77613, #w-node-aa2731c4-ac7b-fa72-caa7-5b2b0a162553-2ee77613 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6fd3cdef-17fa-bcb2-50a7-40ec58979f65-21ca55c0 {
  place-self: center start;
}

#w-node-_6fd3cdef-17fa-bcb2-50a7-40ec58979f6c-21ca55c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#Email-text-3.w-node-_6fd3cdef-17fa-bcb2-50a7-40ec58979f71-21ca55c0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6fd3cdef-17fa-bcb2-50a7-40ec58979f72-21ca55c0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_6fd3cdef-17fa-bcb2-50a7-40ec58979f65-66d1ec8f {
  place-self: center start;
}

#w-node-_6fd3cdef-17fa-bcb2-50a7-40ec58979f6c-66d1ec8f {
  align-self: center;
}

#Email-text-3.w-node-_6fd3cdef-17fa-bcb2-50a7-40ec58979f71-66d1ec8f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6fd3cdef-17fa-bcb2-50a7-40ec58979f72-66d1ec8f {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-f1db31ad-64e4-3c66-7f42-5003924b99cc-fbd2ae22, #w-node-f1db31ad-64e4-3c66-7f42-5003924b99ce-fbd2ae22, #w-node-f1db31ad-64e4-3c66-7f42-5003924b99d0-fbd2ae22 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1db31ad-64e4-3c66-7f42-5003924b99d3-fbd2ae22 {
  justify-self: start;
}

#w-node-f1db31ad-64e4-3c66-7f42-5003924b99d5-fbd2ae22, #w-node-f1db31ad-64e4-3c66-7f42-5003924b99d7-fbd2ae22, #w-node-f1db31ad-64e4-3c66-7f42-5003924b99d9-fbd2ae22, #w-node-_71701c15-c063-54ab-3396-303dd8e200f6-84fe7a82, #w-node-_71701c15-c063-54ab-3396-303dd8e200f8-84fe7a82, #w-node-_71701c15-c063-54ab-3396-303dd8e200fa-84fe7a82 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_71701c15-c063-54ab-3396-303dd8e200fd-84fe7a82 {
  justify-self: start;
}

#w-node-_71701c15-c063-54ab-3396-303dd8e200ff-84fe7a82, #w-node-_71701c15-c063-54ab-3396-303dd8e20101-84fe7a82, #w-node-_71701c15-c063-54ab-3396-303dd8e20103-84fe7a82 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_71701c15-c063-54ab-3396-303dd8e20106-84fe7a82 {
  justify-self: start;
}

#w-node-_71701c15-c063-54ab-3396-303dd8e20108-84fe7a82, #w-node-_71701c15-c063-54ab-3396-303dd8e2010a-84fe7a82, #w-node-_71701c15-c063-54ab-3396-303dd8e2010c-84fe7a82 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b0bac0d0-ff8c-3948-b562-5f334ce63fea-84fe7a82 {
  justify-self: start;
}

#w-node-b0bac0d0-ff8c-3948-b562-5f334ce63fee-84fe7a82, #w-node-b0bac0d0-ff8c-3948-b562-5f334ce63ff0-84fe7a82, #w-node-b0bac0d0-ff8c-3948-b562-5f334ce63ff2-84fe7a82, #w-node-_2f4045a3-0f80-10e1-8f83-2ee6ae41c19d-37df3422, #w-node-_2f4045a3-0f80-10e1-8f83-2ee6ae41c19f-37df3422, #w-node-_2f4045a3-0f80-10e1-8f83-2ee6ae41c1a1-37df3422 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6fd3cdef-17fa-bcb2-50a7-40ec58979f65-cb37da64 {
  place-self: center start;
}

#w-node-_5d895e76-2495-f3c6-6ea7-7ee7f670102f-0d6f4a10, #w-node-_5d895e76-2495-f3c6-6ea7-7ee7f670104d-0d6f4a10 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5d895e76-2495-f3c6-6ea7-7ee7f6701071-0d6f4a10 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d895e76-2495-f3c6-6ea7-7ee7f6701084-0d6f4a10, #w-node-_5d895e76-2495-f3c6-6ea7-7ee7f67010a2-0d6f4a10 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5d895e76-2495-f3c6-6ea7-7ee7f67010c6-0d6f4a10 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-b3d82893-8d34-e633-c376-5c2d7c5def0a-7c5def09 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #Email-text.w-node-_8c6a0f55-9940-658b-7324-98313b6aa3d7-2ee77613 {
    grid-column: span 1 / span 1;
  }

  #w-node-aa2731c4-ac7b-fa72-caa7-5b2b0a162553-2ee77613 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #Email-text-3.w-node-_6fd3cdef-17fa-bcb2-50a7-40ec58979f71-21ca55c0 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6fd3cdef-17fa-bcb2-50a7-40ec58979f72-21ca55c0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #Email-text-3.w-node-_6fd3cdef-17fa-bcb2-50a7-40ec58979f71-66d1ec8f {
    grid-column: span 1 / span 1;
  }

  #w-node-_6fd3cdef-17fa-bcb2-50a7-40ec58979f72-66d1ec8f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f1db31ad-64e4-3c66-7f42-5003924b99cc-fbd2ae22 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f1db31ad-64e4-3c66-7f42-5003924b99ce-fbd2ae22 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-f1db31ad-64e4-3c66-7f42-5003924b99d0-fbd2ae22 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-f1db31ad-64e4-3c66-7f42-5003924b99d5-fbd2ae22 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f1db31ad-64e4-3c66-7f42-5003924b99d7-fbd2ae22 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-f1db31ad-64e4-3c66-7f42-5003924b99d9-fbd2ae22 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_71701c15-c063-54ab-3396-303dd8e200f6-84fe7a82 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_71701c15-c063-54ab-3396-303dd8e200f8-84fe7a82 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_71701c15-c063-54ab-3396-303dd8e200fa-84fe7a82 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_71701c15-c063-54ab-3396-303dd8e200ff-84fe7a82 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_71701c15-c063-54ab-3396-303dd8e20101-84fe7a82 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_71701c15-c063-54ab-3396-303dd8e20103-84fe7a82 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_71701c15-c063-54ab-3396-303dd8e20108-84fe7a82 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_71701c15-c063-54ab-3396-303dd8e2010a-84fe7a82 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_71701c15-c063-54ab-3396-303dd8e2010c-84fe7a82 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-b0bac0d0-ff8c-3948-b562-5f334ce63fee-84fe7a82 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b0bac0d0-ff8c-3948-b562-5f334ce63ff0-84fe7a82 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-b0bac0d0-ff8c-3948-b562-5f334ce63ff2-84fe7a82 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_2f4045a3-0f80-10e1-8f83-2ee6ae41c19d-37df3422 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2f4045a3-0f80-10e1-8f83-2ee6ae41c19f-37df3422 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_2f4045a3-0f80-10e1-8f83-2ee6ae41c1a1-37df3422 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}

@media screen and (max-width: 767px) {
  #demo.w-node-_6c8c80c1-7d06-233f-4d39-706a2f1dce87-c30f559a {
    grid-column: span 1 / span 1;
  }

  #w-node-_1d6466da-e94d-115c-c97d-71e22c54b454-2c54b452 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0f5a8513-bd2a-f86b-52e1-2bbd344e17af-56d747e8, #w-node-_0f5a8513-bd2a-f86b-52e1-2bbd344e17af-e756dbcf {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1d6466da-e94d-115c-c97d-71e22c54b454-2c54b452 {
    order: -9999;
    grid-column: span 1 / span 1;
  }

  #w-node-_1d6466da-e94d-115c-c97d-71e22c54b461-2c54b452, #w-node-_6e02a057-7650-0187-603c-1ebc4da89cc5-2c54b452 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e1bebce5-862d-419b-f1ae-552bf6554e70-9458a854, #w-node-_92573a79-2624-f408-c0c0-02df6c08cdcd-9458a854, #w-node-_47fee7d3-8858-62ee-e340-19e2d9b06a6f-9458a854, #w-node-_200fcdb4-deed-da08-4a1f-2b74d1f3d2ed-9458a854, #w-node-_200fcdb4-deed-da08-4a1f-2b74d1f3d2f5-9458a854, #w-node-_200fcdb4-deed-da08-4a1f-2b74d1f3d300-9458a854 {
    justify-self: center;
  }

  #w-node-aa2731c4-ac7b-fa72-caa7-5b2b0a162553-2ee77613 {
    grid-column: span 1 / span 1;
  }

  #w-node-f33dcd6f-6a19-c0d2-b1ac-d6c7abb904ab-f22235e6, #w-node-f33dcd6f-6a19-c0d2-b1ac-d6c7abb904b3-f22235e6, #w-node-ead22dbf-d605-ccf0-5ede-329ced32811e-f22235e6 {
    justify-self: center;
  }

  #w-node-_6fd3cdef-17fa-bcb2-50a7-40ec58979f6c-21ca55c0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_6fd3cdef-17fa-bcb2-50a7-40ec58979f72-21ca55c0 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6fd3cdef-17fa-bcb2-50a7-40ec58979f6c-66d1ec8f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_6fd3cdef-17fa-bcb2-50a7-40ec58979f72-66d1ec8f {
    grid-column: span 1 / span 1;
  }

  #w-node-e1bebce5-862d-419b-f1ae-552bf6554e70-24effc3c, #w-node-_92573a79-2624-f408-c0c0-02df6c08cdcd-24effc3c, #w-node-_47fee7d3-8858-62ee-e340-19e2d9b06a6f-24effc3c, #w-node-_200fcdb4-deed-da08-4a1f-2b74d1f3d2ed-24effc3c, #w-node-_200fcdb4-deed-da08-4a1f-2b74d1f3d2f5-24effc3c, #w-node-_200fcdb4-deed-da08-4a1f-2b74d1f3d300-24effc3c, #w-node-e1bebce5-862d-419b-f1ae-552bf6554e70-0d6f4a10, #w-node-_92573a79-2624-f408-c0c0-02df6c08cdcd-0d6f4a10, #w-node-_47fee7d3-8858-62ee-e340-19e2d9b06a6f-0d6f4a10, #w-node-_200fcdb4-deed-da08-4a1f-2b74d1f3d2ed-0d6f4a10, #w-node-_200fcdb4-deed-da08-4a1f-2b74d1f3d2f5-0d6f4a10, #w-node-_200fcdb4-deed-da08-4a1f-2b74d1f3d300-0d6f4a10 {
    justify-self: center;
  }
}


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