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

@font-face {
  font-family: Coolvetica Condensed Rg;
  src: url('../fonts/coolvetica-condensed-rg.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Coolvetica Compressed Hv;
  src: url('../fonts/coolvetica-compressed-hv.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: black;
  --main-color: white;
  --second-color: var(--_foa---white);
  --third-color: #2018bf;
  --body-text-color: #d9dae2;
  --_foa---white: var(--main-color);
  --_foa---foa-green: #c0d965;
  --divider-color: #d8dfe0;
  --_foa---blue: #00598a;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercepaypalcheckoutformcontainer {
  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-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  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-commercecheckoutshippingsummarywrapper {
  margin-bottom: 20px;
}

@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-commerceaddtocartquantityinput, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

body {
  background-color: var(--white);
  color: var(--main-color);
  font-family: Instrument Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 600;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}

a {
  color: var(--second-color);
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 24px;
}

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

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

blockquote {
  border-left: 2px solid var(--third-color);
  margin-bottom: 10px;
  padding: 0 20px;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
}

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

.page-content {
  background-color: var(--white);
  margin-top: 0;
  position: relative;
}

.subhead {
  opacity: .7;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.3;
}

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

.margin-20px.with-flex {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.error-message {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #f71818;
  border-radius: 4px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 14px;
  font-weight: 500;
}

.button {
  background-color: var(--second-color);
  color: var(--main-color);
  text-transform: uppercase;
  cursor: pointer;
  border-style: none;
  border-radius: 0;
  padding: 14px 22px;
  font-size: .95rem;
  font-weight: 600;
  line-height: 1.1;
  transition: all .3s;
  display: inline-block;
}

.button:hover {
  background-color: var(--third-color);
  background-image: none;
}

.button.subscribe {
  background-color: var(--second-color);
  padding-top: 16px;
  padding-bottom: 16px;
  position: absolute;
  inset: 6px 8px auto auto;
}

.button.subscribe:hover {
  background-color: var(--third-color);
}

.button.full {
  text-align: center;
  width: 100%;
}

.subscribe-field {
  background-color: var(--body-text-color);
  color: var(--second-color);
  background-image: url('../images/user_1user.avif');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: 24px;
  border: 1px solid #c1c1be80;
  align-self: center;
  height: 64px;
  margin-bottom: 0;
  padding-left: 50px;
}

.subscribe-field::placeholder {
  color: var(--main-color);
  font-size: 15px;
  font-weight: 500;
}

.subscribe-field.for-search {
  background-color: var(--white);
  color: var(--main-color);
  background-image: url('../images/Search-Color.svg');
  height: 61px;
  margin-bottom: 30px;
  font-size: 16px;
}

.subscribe-field.for-search::placeholder {
  color: var(--main-color);
  font-size: 16px;
}

.subscribe-field.plain {
  background-color: var(--white);
  color: var(--main-color);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  max-width: 300px;
  padding-left: 20px;
}

.margin-30px {
  margin-top: 30px;
}

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

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

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

.utility-page-content.second {
  justify-content: center;
  align-items: center;
  width: 800px;
}

.search-link {
  color: var(--main-color);
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3;
}

.search-result-item {
  background-color: var(--white);
  color: var(--main-color);
  border: 1px solid #c1c1be80;
  border-radius: 0;
  flex-flow: column;
  padding: 40px 50px 40px 45px;
  display: flex;
}

.search-container {
  max-width: 740px;
}

.search-result-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.search-link-text {
  padding-top: 3px;
  padding-bottom: 3px;
}

.search {
  position: relative;
}

._404-title {
  text-transform: uppercase;
  margin-top: 30px;
  font-family: Coolvetica Condensed Rg, sans-serif;
  font-size: 10vw;
  font-weight: 400;
  line-height: 1;
}

.password-title {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Coolvetica Condensed Rg, sans-serif;
  font-size: 6vw;
  font-weight: 400;
  line-height: 1;
}

.container {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
}

.container.for-checkout {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: flex-start;
}

.schedule {
  z-index: 200;
  background-color: var(--_foa---white);
  height: auto;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 3%;
  position: static;
}

.schedule.for-inner {
  background-color: var(--white);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

.schedule.for-inner._50px-top {
  padding-top: 50px;
}

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

.schedule.doublepage {
  background-color: var(--_foa---white);
  min-height: auto;
  padding-bottom: 60px;
}

.schedule.for-work {
  padding-top: 3%;
  padding-bottom: 3%;
}

.schedule.for-logo {
  background-color: var(--_foa---white);
  margin: 0 auto auto;
  padding-top: 60px;
  padding-bottom: 50px;
  position: static;
}

.schedule._50px-top {
  background-color: var(--white);
  color: var(--main-color);
  padding-bottom: 20px;
}

.subhead-big-center {
  opacity: 1;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.2;
}

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

.margin-60px.flex {
  justify-content: center;
  align-items: center;
  display: flex;
}

.margin-60px.flex.make-20px {
  margin-top: 15px;
}

.work-link {
  width: 100%;
  height: 100%;
  position: relative;
}

.work-link.add-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.paralax-image {
  object-fit: cover;
  width: 100%;
  height: 110%;
  position: absolute;
  bottom: 0;
}

.section-photo {
  z-index: 10;
  background-color: var(--white);
  justify-content: center;
  align-items: flex-start;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.video-wrap {
  z-index: 1;
  object-fit: cover;
  border-radius: 7px;
  flex: none;
  width: 10vw;
  height: 10vw;
  position: relative;
  overflow: hidden;
}

.video-wrap.full-width {
  border-radius: 0;
  width: 95vw;
  height: 80vh;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  top: 30px;
}

.field-label {
  opacity: .7;
  color: var(--main-color);
  text-transform: uppercase;
  margin-bottom: 7px;
  font-size: 12px;
  font-weight: 500;
}

.margin-25px {
  margin-top: 25px;
}

.success-message {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #00b83c;
  font-weight: 500;
}

.text-field {
  color: var(--main-color);
  background-color: #121212;
  border-color: #ffffff1f;
  height: 56px;
  margin-bottom: 10px;
  padding-left: 15px;
  font-size: 15px;
  box-shadow: 14px 14px 50px -20px #0000001a;
}

.text-field:focus, .text-field.-wfp-focus {
  border-color: #ffffff3b;
}

.text-field::placeholder {
  color: #ffffffb3;
  font-size: 15px;
  font-weight: 400;
}

.text-field.less-height {
  height: 46px;
}

.margin-15px {
  margin-top: 15px;
}

.style-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3vw;
  font-weight: 600;
  line-height: 1.5;
}

.caption {
  color: #ffffff8c;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.caption.margined {
  color: #000;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 5px;
  font-size: 13px;
  font-weight: 700;
}

.caption.margined._2 {
  color: var(--main-color);
  text-transform: none;
  font-size: 15px;
  font-weight: 600;
}

.title-5 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
}

.color-block {
  background-color: var(--white);
  border: 1px solid #81818b33;
  border-radius: 2px;
  width: 100%;
  height: 85px;
  margin-bottom: 5px;
  padding: 10px;
  display: flex;
}

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

.light-block-second {
  border-radius: 3px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
  padding-right: 20px;
}

.light-block-second.rounded-bottom {
  padding-bottom: 30px;
}

.light-block {
  border-radius: 3px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
  padding-right: 20px;
}

.white-block {
  width: 100%;
  padding: 20px 20px 40px 0;
}

.color-block-parent {
  width: 20%;
  margin-right: 20px;
}

.color-row {
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 35px;
  padding: 25px 0 15px;
  display: flex;
}

.title-1 {
  z-index: 1;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
  font-weight: 500;
  line-height: 1;
  position: relative;
}

.licensing-content {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.margin-50px {
  margin-top: 50px;
}

.licensing-title {
  font-size: 34px;
}

.licensing-link {
  color: var(--main-color);
  text-decoration: underline;
}

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

.main-blog-post li {
  opacity: 1;
  font-size: 16px;
  line-height: 23px;
}

.main-blog-post h4, .main-blog-post h3 {
  max-width: 630px;
  margin: 0 auto 15px;
  font-weight: 600;
}

.main-blog-post ul {
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
}

.main-blog-post img {
  margin-top: 20px;
  margin-bottom: 5px;
}

.main-blog-post p {
  max-width: 630px;
  margin: 20px auto;
}

.main-blog-post figcaption {
  opacity: .48;
  margin-bottom: 20px;
  font-size: 15px;
}

.main-blog-post a {
  color: #121212;
  text-decoration: underline;
}

.main-blog-post h6, .main-blog-post h1 {
  max-width: 630px;
  margin: 0 auto 15px;
}

.main-blog-post ol {
  max-width: 630px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.main-blog-post blockquote {
  text-transform: uppercase;
  max-width: 630px;
  margin: 20px auto 25px;
  font-family: Coolvetica Condensed Rg, sans-serif;
  font-size: 50px;
  line-height: 1.1;
}

.main-blog-post h5 {
  max-width: 630px;
  margin: 0 auto 15px;
  font-weight: 600;
}

.main-blog-post h2 {
  text-transform: uppercase;
  max-width: 630px;
  margin: 0 auto 15px;
  font-family: Coolvetica Condensed Rg, sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 1.2;
}

.pricing-divider {
  background-color: var(--main-color);
  opacity: .15;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.subhead-pricing {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.3;
}

.subhead-pricing.with-margin {
  margin-bottom: 12px;
  font-size: 17px;
  font-weight: 600;
}

.subhead-pricing.gray {
  opacity: .5;
  font-weight: 600;
}

.subhead-pricing.gray.for-pricing {
  opacity: .8;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 500;
}

.subhead-pricing.disclaimer {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

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

.pricing-column._15px {
  grid-column-gap: 36px;
  grid-row-gap: 15px;
}

.pricing-column.top {
  grid-row-gap: 15px;
}

.pricing-column._25px {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
}

.check-item {
  grid-column-gap: 5px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
}

.pricing-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr minmax(200px, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-text {
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.2;
}

.pricing-text.big {
  opacity: 1;
  margin-top: 20px;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.1;
}

.pricing-text.normal {
  text-transform: capitalize;
  margin-bottom: 7px;
  font-family: Instrument Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.pricing-text.with-px {
  letter-spacing: 1px;
  font-size: 22px;
}

.pricing-text.space {
  padding-top: 20px;
}

.check-image {
  opacity: .8;
  width: 20px;
  margin-top: -9px;
}

.small-text {
  opacity: .8;
  color: var(--main-color);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
}

.pricing-plan-justify {
  background-color: var(--white);
  border: 1px solid #ffffff26;
  padding: 40px 35px;
  position: relative;
}

.block-header {
  background-color: #121212;
  border-style: none;
  padding-top: 12px;
  padding-bottom: 12px;
}

.block-content {
  background-color: #121212;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  margin-top: 3px;
}

.main-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 2;
}

.checkbox-label {
  opacity: .71;
  margin-bottom: 0;
  position: relative;
  top: 2px;
}

.quantity-opacity {
  opacity: .5;
  font-size: 15px;
}

.subtotal, .pricing-subtotal {
  font-size: 16px;
}

.pricing-subtotal.total {
  font-size: 18px;
  font-weight: 600;
}

.checkout-text {
  opacity: .8;
  margin-bottom: 2px;
  font-size: 16px;
  line-height: 1.2;
}

.cart-header {
  border-bottom-color: #fff3;
}

.cart-container {
  background-color: var(--white);
  border: 1px solid #ffffff26;
  max-width: 600px;
}

.logo-link {
  order: -1;
}

.button-text-wrapper {
  z-index: 10;
  text-align: left;
  border-bottom: 0 #0000;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  height: auto;
  padding-top: 5px;
  font-size: 24px;
  line-height: 1.5;
  display: block;
  position: static;
  overflow: hidden;
}

.button-text-wrapper:hover {
  border-style: none;
  border-width: 0;
  border-color: black black var(--_foa---foa-green);
}

.cart-wrapper {
  background-color: #0009;
}

.close-button {
  background-color: #bebebe26;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  display: flex;
}

.navbar {
  background-color: #ddd0;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 25%;
  padding: 30px 3%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.cart-footer {
  border-top-color: #fff3;
}

.last-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex-flow: row;
  order: 1;
  display: flex;
}

.foa_navs {
  color: var(--main-color);
  text-align: right;
  text-transform: uppercase;
  border-bottom: 1px solid #0000;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0 0;
  font-family: Oswald, sans-serif;
  font-size: 1.3em;
  font-weight: 300;
  line-height: 200%;
  text-decoration: none;
  display: block;
}

.foa_navs:hover {
  border-bottom-color: var(--_foa---foa-green);
  padding-top: 10px;
}

.foa_navs.w--current {
  color: var(--_foa---white);
  text-align: right;
  text-transform: uppercase;
  border: 0 #000;
  border-bottom: 1px solid #0000;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Oswald, sans-serif;
  font-weight: 300;
  display: block;
}

.foa_navs.w--current:hover {
  border-style: none none solid;
  border-width: 0 0 1px;
  border-color: black black var(--_foa---foa-green);
  overflow-wrap: normal;
  border-radius: 1px;
  padding-top: 10px;
  padding-bottom: 0;
}

.cart-quantity {
  opacity: .4;
  color: var(--main-color);
  background-color: #fff0;
  min-width: auto;
  height: auto;
  margin-left: 2px;
  padding-left: 3px;
  padding-right: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.remove-button {
  opacity: 1;
  text-transform: uppercase;
  margin-top: 5px;
  font-size: .8rem;
  line-height: 1.5;
}

.cart-quantity-2 {
  background-color: var(--white);
  border-color: #fff3;
  border-radius: 0;
  width: 50px;
}

.icon {
  filter: invert();
  width: 10px;
}

.nav-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
}

.main-logo {
  filter: invert();
  width: 70px;
}

.nav-link {
  color: var(--main-color);
  background-color: #3898ec00;
  padding: 10px 13px 10px 0;
  font-size: 20px;
  transition: all .2s;
}

.nav-link.w--current {
  color: #fff;
  background-color: #fff3;
}

.empty-state {
  flex-flow: column;
}

.button-text {
  color: var(--divider-color);
  text-transform: uppercase;
  -webkit-text-stroke-color: transparent;
  background-color: #0000;
  border: 0 solid #0000;
  border-bottom-style: none;
  flex: none;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 10px;
  padding-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: .7em;
  font-weight: 300;
  line-height: 150%;
}

.button-text:hover {
  border-bottom-style: none;
  border-bottom-color: var(--_foa---foa-green);
  height: auto;
}

.button-text.coma {
  align-self: flex-end;
  margin-left: 1px;
  margin-right: 5px;
  padding-bottom: 10px;
  font-size: 24px;
}

.line-below {
  opacity: 1;
  -webkit-text-stroke-color: transparent;
  background-color: #0000;
  width: 100%;
  height: 1px;
  margin-top: 5px;
}

.hero-main-title {
  color: var(--main-color);
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 6em;
  font-weight: 400;
  line-height: 1;
  position: static;
}

.hero-main-title.for-inner {
  white-space: normal;
  word-break: normal;
  font-family: Oswald, sans-serif;
  font-size: 10vw;
  font-weight: 400;
}

.hero-main-title.for-inner._15vw {
  text-align: center;
  font-size: 16vw;
}

.image-fill {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  transform: scale(1.02);
}

.hero-wrapper {
  height: 350vh;
  position: relative;
}

.hero-preview {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
}

.hero-first {
  z-index: 25;
  flex-direction: column;
  height: 100vh;
  min-height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: visible;
}

.hero-text-wrapper {
  z-index: 15;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 70vw;
  display: flex;
  position: static;
}

.main-strip {
  z-index: 5;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.main-strip.right {
  z-index: 51;
  inset: 0% 0% 0% auto;
}

.hero-interaction {
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.hero-images {
  z-index: 10;
  grid-column-gap: 26vw;
  grid-row-gap: 26vw;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: flex-start center;
  width: 100%;
  padding-top: 40vh;
  display: flex;
}

.hero-images.left {
  position: relative;
}

.hero-images.right-slide {
  z-index: 25;
  justify-content: center;
  align-items: center;
  inset: 0% 0% 0% auto;
}

.hero-content {
  z-index: 15;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  flex-direction: row;
  flex: 1;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin-bottom: -100vh;
  padding-bottom: 3rem;
  padding-left: 3vw;
  padding-right: 3vw;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.top-title-overflow {
  width: 100%;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.top-title-overflow.add-overflow {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.hero-home-flex {
  z-index: 25;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 1.35;
  display: flex;
  position: static;
}

.main-image {
  width: 22vw;
  height: 27vw;
  min-height: 27vw;
  position: relative;
  left: 0%;
  overflow: hidden;
}

.main-image.fifth {
  width: 18vw;
  height: 18vw;
  min-height: 18vw;
  margin-top: -50vw;
  left: -57vw;
}

.main-image.sixth {
  width: 22vw;
  height: 25vw;
  min-height: 25vw;
  margin-bottom: -5vw;
  top: -10.6vh;
  left: -9.6vw;
}

.main-image.eight {
  margin-top: -150%;
}

.main-image.second {
  width: 11vw;
  height: auto;
  min-height: auto;
  top: -19.1vh;
  left: -4.2vw;
}

.main-image.second.absolute {
  width: 11vw;
  position: absolute;
  inset: 11.9vh 3.5vw auto auto;
}

.main-image.third {
  width: 23vw;
  height: 22vw;
  min-height: 23vw;
  top: 20vh;
  left: 2.3vw;
}

.main-image.fourth {
  width: 15vw;
  height: 19vw;
  min-height: 19vw;
  margin-top: -45vw;
  top: 17.4vh;
  left: 58vw;
}

.main-image.seven {
  margin-top: 0%;
  margin-bottom: -45%;
  left: 140%;
}

.main-image.first {
  width: 16vw;
  height: 19vw;
  min-height: 19vw;
  margin-top: -39vw;
  top: -37vh;
  left: -60vw;
}

.hero-overflow-title {
  z-index: 50;
  position: sticky;
  top: 200px;
}

.logo-grid-list-3 {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.logo-grid-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 8rem;
  padding: 1.5rem 1rem;
  display: flex;
}

.logo-grid-mask {
  max-height: 3.5rem;
  overflow: hidden;
}

.logo-grid-track {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.logo-client {
  width: auto;
  max-width: 75%;
  height: auto;
  max-height: none;
}

.logo-client.half-size {
  width: 50%;
  max-width: 50%;
}

.logo-client.larger {
  width: 100%;
  max-width: 100%;
}

.logo-client.small-logo {
  width: 30%;
}

.logo-client.resize {
  width: 60%;
  max-width: none;
}

.fade-in-wrapper {
  position: relative;
  overflow: hidden;
}

.flex-center {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  display: flex;
}

.button-link {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  color: #fff;
  background-color: #f0f0f000;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.fade-gradient {
  z-index: 0;
  background-image: linear-gradient(90deg, #fff0, var(--white) 25%);
  pointer-events: none;
  cursor: none;
  width: 200%;
  position: absolute;
  inset: 0%;
}

.subhead-main {
  opacity: 1;
  text-align: center;
  font-size: 31px;
  font-weight: 600;
  line-height: 1.4;
}

.subhead-main._80 {
  color: var(--_foa---blue);
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.subhead-main.left {
  text-align: left;
  margin-top: 0;
  font-weight: 600;
}

.button-3d {
  color: var(--main-color);
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  transition: transform .2s;
}

.button-3d:active {
  transform: scale(.975);
}

.button-inner {
  position: relative;
}

.button-face {
  background-color: var(--second-color);
  padding: 1rem 1.75rem;
}

.button-face.hover {
  background-color: var(--third-color);
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  position: absolute;
  top: 100%;
  transform: rotateX(-90deg)rotateY(0)rotateZ(0);
}

.button-flex {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.button-flex._20px {
  margin-top: 20px;
}

.project-flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: flex;
}

.project-flex.add-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-wrap {
  z-index: 1;
  object-fit: cover;
  flex: none;
  width: 100%;
  height: 80vh;
  position: relative;
  overflow: hidden;
}

.image-wrap.cricle {
  border-radius: 100%;
  width: 180px;
  height: 180px;
}

.image-wrap.square {
  width: 29vw;
  height: 27vh;
  margin-left: 20px;
  top: 11px;
}

.image-wrap.auto {
  aspect-ratio: 3 / 2;
  height: auto;
}

.image-wrap.auto.with-ratio {
  aspect-ratio: 1;
}

.image-wrap.for-about {
  height: 50vh;
}

.work-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.work-overlay {
  z-index: 3;
  opacity: .4;
  pointer-events: none;
  background-image: linear-gradient(#0c0c0d73, #0c0c0dcc);
  position: absolute;
  inset: 0%;
}

.title-wrapper {
  z-index: 6;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.work-title {
  color: var(--main-color);
  text-transform: uppercase;
  font-family: Coolvetica Condensed Rg, sans-serif;
  font-size: 120px;
  font-weight: 400;
  line-height: .9;
}

.top-part {
  z-index: 30;
  justify-content: space-between;
  align-items: flex-start;
  padding: 41px 38px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.top-text {
  opacity: 1;
  color: var(--main-color);
  margin-bottom: 0;
}

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

.fun-facts-grid._3-column {
  grid-template-columns: 1fr 1fr 1fr;
}

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

.margin-40px {
  margin-top: 40px;
  position: relative;
  overflow: hidden;
}

.line-divider {
  background-color: var(--main-color);
  opacity: .35;
  width: 100%;
  height: .5px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.fun-number {
  text-transform: uppercase;
  margin-top: 0;
  font-family: Coolvetica Condensed Rg, sans-serif;
  font-size: 200px;
  font-weight: 400;
  line-height: .8;
}

.fun-number.second {
  font-size: 15vw;
  position: relative;
}

.testimonials-text {
  text-align: center;
  text-transform: uppercase;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-family: Coolvetica Condensed Rg, sans-serif;
  font-size: 120px;
  font-weight: 400;
  line-height: 1;
}

.align-center {
  text-align: center;
  position: relative;
  overflow: hidden;
}

.margin-250px {
  margin-top: 250px;
}

.service-title {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Coolvetica Condensed Rg, sans-serif;
  font-size: 85px;
  font-weight: 400;
  line-height: 100%;
}

.service-wrapper {
  width: 100%;
  height: 80vh;
  position: relative;
  overflow: hidden;
}

.home-services-item {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
  position: relative;
  overflow: hidden;
}

.home-services-item.sticky {
  position: sticky;
  top: 0;
}

.services-left-content {
  color: var(--main-color);
  background-color: #111;
  flex-flow: column;
  justify-content: space-between;
  height: 80vh;
  padding: 74px 10% 74px 65px;
  display: flex;
}

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

.service-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  display: flex;
}

.service-content {
  color: var(--divider-color);
  background-color: #222;
  padding: 13px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.big-text {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Coolvetica Condensed Rg, sans-serif;
  font-size: 28vw;
  font-weight: 400;
  line-height: .8;
}

.flex-big {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

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

.data-image {
  justify-content: space-between;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  display: flex;
}

.data-image.invert {
  opacity: .7;
}

.data-text {
  opacity: .7;
  margin-bottom: 0;
  font-size: 14px;
}

.data-flex {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  opacity: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.data-inside {
  color: var(--main-color);
  justify-content: flex-start;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.buton-icon-svg {
  justify-content: center;
  align-items: center;
  width: 16px;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.buton-icon-svg.is-absolute {
  z-index: 2;
  position: absolute;
  transform: translate(-30px);
}

.blog-main-wrapper {
  color: var(--main-color);
  width: 100%;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.button-icon-main {
  z-index: 5;
  background-color: var(--second-color);
  color: var(--main-color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
  position: absolute;
  inset: 10px 10px auto auto;
  overflow: hidden;
  transform: none;
}

.margin-100px {
  margin-top: 100px;
  display: none;
}

.cta-wrapper {
  z-index: 30;
  background-color: #0b0b0b;
  position: relative;
}

.text-rotator-main {
  z-index: 20;
  background-color: var(--white);
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-rotator-main:hover {
  filter: invert();
}

.text-rotator-content {
  align-items: center;
  display: flex;
}

.text-rotator {
  opacity: 1;
  color: var(--main-color);
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Coolvetica Condensed Rg, sans-serif;
  font-size: 30vw;
  font-weight: 400;
  line-height: .9;
}

.line-icon {
  background-color: var(--main-color);
  opacity: .42;
  flex: none;
  width: 140px;
  height: 1px;
  margin-left: 50px;
  margin-right: 50px;
}

.footer-grid-second {
  z-index: 4;
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr .25fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.flex-space-between {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

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

.figma-text {
  opacity: 1;
  letter-spacing: -.5px;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 20px;
}

.checkbox-field {
  justify-content: center;
  align-items: center;
  font-size: 15px;
  display: flex;
}

.subscribe-field-footer {
  color: #000;
  background-color: #f1f3f8;
  background-image: url('../images/paper-planes_1paper-planes.avif');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: 30px;
  border: 1px #000;
  align-self: center;
  height: 80px;
  margin-bottom: 0;
  padding-left: 52px;
  font-size: 17px;
}

.subscribe-field-footer::placeholder {
  color: #000;
  font-size: 17px;
  font-weight: 500;
}

.line-bottom {
  background-color: #d9dae2;
  width: 100%;
  height: 1px;
  margin-top: 6px;
}

.footer-title {
  opacity: .76;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.1;
}

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

.checkbox-label-footer {
  opacity: 1;
  color: #f1f3f8;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
}

.navigation-flex {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.footer {
  z-index: 5;
  color: #d9dae2;
  background-color: #000;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  min-height: 50%;
  padding: 50px 3% 30px;
  display: flex;
  position: relative;
}

.button-line {
  color: #f1f3f8;
  text-transform: capitalize;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  position: relative;
}

.copyright-flex-bottom {
  text-align: left;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.figma-file-absolute {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  color: #d9dae2;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto auto 20px 20px;
}

.figma-file-absolute.for-copyright {
  opacity: 1;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2px;
  position: relative;
  bottom: 0;
  left: 0;
}

.figma-file-absolute.for-copyright:hover {
  opacity: .69;
}

.checkbox-main {
  opacity: .5;
  border: 1px solid #d9dae2;
  width: 17px;
  height: 17px;
  margin-top: 0;
  margin-right: 10px;
}

.checkbox-main.w--redirected-checked {
  opacity: 1;
  background-color: #d9dae2;
  background-image: url('../images/check_1check.avif');
  background-position: 50%;
  background-size: 10px;
  border-color: #d9dae2;
}

.button-subscribe {
  color: #d9dae2;
  cursor: pointer;
  background-color: #000;
  padding: 19px 22px;
  font-size: 15px;
  font-weight: 600;
  transition: all .3s;
  display: inline-block;
}

.button-subscribe:hover {
  background-color: #080425;
}

.button-subscribe.subscribe {
  background-color: var(--second-color);
  color: var(--main-color);
  text-transform: uppercase;
  padding: 24px 29px;
  position: absolute;
  inset: 6px 6px auto auto;
}

.button-subscribe.subscribe:hover {
  background-color: var(--third-color);
}

.button-button-icon {
  z-index: 5;
  color: #000;
  background-color: #f1f3f8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
  position: absolute;
  inset: 10px 10px auto auto;
  overflow: hidden;
  transform: none;
}

.button-button-icon.relative {
  background-color: var(--main-color);
  color: var(--white);
  border: 1px solid #ffffff45;
  width: 32px;
  height: 32px;
  position: relative;
  top: 0;
  right: 0;
}

.white-link {
  opacity: .85;
  color: var(--main-color);
}

.hero-inner {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 140px;
  padding: 140px 3% 90px;
  display: flex;
  position: sticky;
  top: 0;
}

.hero-inner.head-space {
  width: 100%;
  min-width: 100%;
  margin-top: 220px;
}

.year {
  vertical-align: baseline;
  margin-left: 10px;
  font-size: 9vw;
  font-weight: 400;
  display: inline-block;
}

.gray-text-color {
  opacity: .3;
}

.small-number {
  opacity: .7;
  color: var(--main-color);
  font-size: 18px;
  font-weight: 600;
}

.main-grid {
  grid-column-gap: 0px;
  grid-row-gap: 10vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.main-grid.top {
  place-items: start stretch;
}

.plus {
  vertical-align: top;
  margin-left: 9px;
  font-family: Coolvetica Rg, sans-serif;
  font-size: 5vw;
  font-weight: 400;
  display: inline-block;
  position: relative;
  top: 13px;
}

.about-image-section {
  z-index: 2;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr .65fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.line {
  perspective-origin: 50%;
  transform-origin: 50%;
  background-color: #e8eded;
  width: 100%;
  height: 2px;
}

.social-icon-main {
  color: #fff;
  border-radius: 7px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: .5rem;
  display: flex;
  position: absolute;
  inset: 15px 15px auto auto;
  overflow: hidden;
  transform: rotate(-45deg);
}

.social-icon-main.for-social {
  padding-left: 0;
  position: relative;
  top: 0;
  right: 0;
  transform: none;
}

.social-wrapper-footer {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  display: flex;
}

.social-icon {
  justify-content: center;
  align-items: center;
  width: 17px;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.social-icon.is-absolute {
  z-index: 2;
  position: absolute;
  transform: translate(-30px);
}

.social-icon.is-absolute.invert {
  opacity: 1;
}

.social-icon.invert {
  opacity: 1;
  filter: invert();
}

.name-title {
  margin-bottom: 8px;
}

.team-wrapper {
  font-size: 21px;
  font-weight: 600;
  line-height: 1.2;
}

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

.another-font {
  text-transform: uppercase;
  font-family: Coolvetica Condensed Rg, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.2;
}

.input-flex {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.area-margin {
  margin-top: 20px;
}

.checkbox {
  border: 1px solid #c1c1be;
  width: 17px;
  height: 17px;
  margin-top: 0;
  margin-right: 10px;
}

.checkbox.w--redirected-checked {
  background-color: #c1c1be;
  background-image: url('../images/check_1check.avif');
  background-position: 50%;
  background-size: 10px;
  border-color: #c1c1be;
}

.small {
  opacity: .52;
  vertical-align: super;
  font-size: 11px;
}

.button-contact {
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.button-contact.left {
  justify-content: flex-start;
  align-items: center;
}

.field-label-contact {
  opacity: .6;
  color: var(--main-color);
  text-transform: uppercase;
  margin-bottom: 7px;
  font-size: 12px;
  font-weight: 500;
}

.field-label-contact.big {
  opacity: 1;
  font-size: 14px;
}

.input-100 {
  width: 100%;
}

.text-field-main {
  background-color: var(--white);
  box-shadow: none;
  color: var(--main-color);
  border-top: 1px #0003;
  border-bottom: 1px solid #ffffff54;
  border-left: 1px #0003;
  border-right: 1px #00000024;
  height: 56px;
  margin-bottom: 10px;
  padding-left: 0;
  font-size: 14px;
}

.text-field-main:hover, .text-field-main:focus {
  border-color: #ffffff3b #ffffff3b #000;
}

.text-field-main::placeholder {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.text-field-main.area {
  color: #000;
  height: auto;
  padding-top: 20px;
  padding-bottom: 40px;
}

.checkbox-field-2 {
  justify-content: flex-start;
  align-items: center;
  font-size: 15px;
  display: flex;
}

.checkbox-flex {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  margin-top: 30px;
  display: flex;
}

.form-block {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.second-label {
  opacity: .76;
  color: var(--main-color);
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}

.templates-badge-wrapper {
  z-index: 9999;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding: 11px 20px 11px 18px;
  font-size: 14px;
  text-decoration: none;
  display: none;
  position: fixed;
  inset: auto 20px 20px auto;
  box-shadow: 0 12px 28px #00000024;
}

.loader-badge {
  background-image: none;
  background-position: 0 0;
  background-size: contain;
  width: 34px;
  height: 34px;
  position: absolute;
  inset: -19px -15px auto auto;
}

.badge-paragraph {
  opacity: 1;
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.blue-color {
  color: #4353ff;
}

.nav-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  background-color: #0000;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  flex-flow: row;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  width: 100vw;
  min-width: 100vw;
  max-height: none;
  margin-top: 0;
  margin-left: 0;
  padding-top: 40px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: static;
  inset: 0% 0% auto auto;
}

.nav-vertical {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  text-align: left;
  mix-blend-mode: normal;
  color: #000;
  background-color: #0000;
  border: 0 solid #00000005;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  min-width: 10vh;
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Special Elite, sans-serif;
  font-size: 24px;
  font-weight: 400;
  display: block;
  position: relative;
  inset: 0% 4% auto auto;
}

.nav-vertical:hover {
  padding-top: 0;
}

.nav-vertical.fill {
  background-color: var(--white);
  opacity: .7;
  mix-blend-mode: multiply;
}

.navbar-home {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: .25fr 3fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: flex-start stretch;
  width: 100%;
  min-width: auto;
  max-width: 90vw;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.section-2 {
  position: relative;
  top: 0;
}

.overlay {
  background-color: var(--_foa---blue);
  background-image: linear-gradient(180deg, var(--_foa---blue), var(--white) 65%);
  opacity: .6;
  mix-blend-mode: multiply;
  max-width: 100%;
  min-height: 0;
  max-height: 781vh;
  position: fixed;
  inset: 0%;
}

.overlay.grunge {
  mix-blend-mode: multiply;
  background-image: url('https://cdn.ymaws.com/www.floridaeyes.org/resource/resmgr/2025_convention/web/grunge.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.background-video {
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #0000;
  background-image: linear-gradient(#fff0, #000 96%);
  height: 90vh;
  position: absolute;
  inset: 0% 0% auto;
}

.grunge {
  opacity: .54;
  mix-blend-mode: overlay;
  background-image: url('https://cdn.ymaws.com/www.floridaeyes.org/resource/resmgr/2025_convention/web/grunge.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 100vw;
  max-width: 100%;
  min-height: 75vh;
  max-height: 75vh;
  position: fixed;
}

.grunge.gradient {
  background-image: linear-gradient(145deg, #000, #000);
  border: 10px solid #000;
  border-bottom-width: 0;
}

.blkgradient {
  opacity: .66;
  mix-blend-mode: multiply;
  background-image: linear-gradient(#fff, #000 85%, #000);
  min-width: 100vw;
  max-width: 100%;
  min-height: 75vh;
  max-height: 75vh;
  position: fixed;
}

.blkgradient.gradient {
  background-image: linear-gradient(145deg, #000, #000);
  border: 10px solid #000;
  border-bottom-width: 0;
}

.nav-link-2 {
  color: var(--main-color);
  font-family: Special Elite, sans-serif;
  font-size: 24px;
}

.nav-link-white {
  color: var(--main-color);
  text-align: left;
  text-transform: uppercase;
  align-self: auto;
  font-family: Special Elite, sans-serif;
  font-size: 24px;
}

.flex-block {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100vh;
  min-width: 1vw;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: absolute;
  inset: 0% 0 auto 0%;
}

.image {
  max-width: 70%;
}

.image.foa-icon {
  max-width: none;
}

.image.nav-icon {
  vertical-align: baseline;
  align-self: flex-start;
  max-width: 50%;
  margin-bottom: 0;
  padding-bottom: 0;
}

.flex-block-2 {
  position: fixed;
  inset: 0%;
}

.hero {
  z-index: 200;
  text-align: center;
  mix-blend-mode: normal;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  min-height: auto;
  margin-bottom: auto;
  font-family: Oswald, sans-serif;
  font-weight: 500;
  display: block;
  position: relative;
  inset: 0%;
}

.container-2 {
  max-width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.image-2 {
  min-width: 45vw;
  max-width: 45vw;
}

.section-3 {
  position: absolute;
  inset: 0% 0% auto;
}

.nav-logo {
  flex: none;
  width: 12%;
}

.h1 {
  font-family: League Gothic, sans-serif;
}

.heading {
  z-index: auto;
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 1.3em;
  line-height: 120%;
  position: relative;
}

.heading.left {
  padding-left: 120px;
}

.hero-head {
  color: var(--main-color);
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 5em;
  position: static;
}

.flex-block-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-end;
  align-items: center;
}

.div-block {
  z-index: auto;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  height: auto;
  min-height: auto;
  display: flex;
  position: absolute;
  inset: -2% 0% auto;
}

.bold-text {
  text-transform: uppercase;
  font-weight: 400;
}

.highlight {
  width: 100%;
  margin: 20px auto;
  padding-left: 20px;
  padding-right: 20px;
}

.container-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 100px;
}

.heading-2 {
  border-bottom: 1px solid var(--_foa---foa-green);
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 2vw;
  font-weight: 300;
  line-height: 150%;
}

.columns {
  z-index: 21;
  justify-content: flex-end;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.columns.golf {
  background-image: none;
  width: 100%;
  margin: 20px auto;
}

.column {
  background-image: url('https://cdn.ymaws.com/www.floridaeyes.org/resource/resmgr/2025_convention/web/sapphire.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 0;
  padding-right: 0;
}

.column.golf {
  background-image: url('https://cdn.ymaws.com/www.floridaeyes.org/resource/resmgr/2025_convention/web/golf.png');
  background-position: 50%;
}

.feature {
  background-color: var(--main-color);
  padding-left: 10px;
  padding-right: 0;
  position: relative;
}

.heading-bar {
  background-color: var(--_foa---blue);
  text-transform: uppercase;
  width: 105%;
  margin-top: 30px;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.heading-bar.left {
  text-align: left;
  width: 60%;
  margin-left: 0;
  padding-left: 0;
  padding-right: 20px;
}

.accomodations {
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 100%;
  min-height: auto;
  margin-top: 40px;
  margin-bottom: 0;
  margin-left: auto;
  display: flex;
  position: relative;
}

.heading-3 {
  color: var(--_foa---blue);
  -webkit-text-stroke-color: var(--_foa---blue);
  margin-right: 30px;
  padding-left: 40px;
}

.paragraph {
  color: #333;
  text-align: justify;
  padding-left: 40px;
  padding-right: 60px;
  font-family: Oswald, sans-serif;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 120%;
}

.paragraph.details {
  font-weight: 600;
}

.button-book {
  background-color: var(--_foa---blue);
  text-transform: uppercase;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 40px;
  padding: 15px 20px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.button-book.offset {
  margin-top: 0;
  margin-bottom: 40px;
  margin-left: 100px;
  padding-bottom: 15px;
}

.image-3 {
  z-index: 50;
  width: 40vw;
  position: absolute;
  top: -11px;
  left: auto;
  right: -34%;
}

.text-block-2 {
  z-index: 60;
  text-align: left;
  width: 20vw;
  margin-top: 18px;
  margin-right: 8px;
  font-family: Rock Salt, sans-serif;
  font-size: 20px;
  line-height: 150%;
  position: absolute;
  inset: 89px -19% auto auto;
}

.section-5 {
  background-image: url('https://cdn.ymaws.com/www.floridaeyes.org/resource/resmgr/2025_convention/web/musicshelf.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: auto auto 0% 0%;
}

.container-5 {
  background-color: var(--_foa---foa-green);
  opacity: .7;
  width: 100%;
  max-width: 100%;
  height: 50vh;
  margin-left: 0;
  margin-right: 0;
}

.div-block-2 {
  background-color: #fff;
  width: 50%;
}

.registration {
  opacity: 1;
  background-image: url('https://cdn.ymaws.com/www.floridaeyes.org/resource/resmgr/2025_convention/web/musicshelf.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  margin-top: 0;
  position: relative;
  inset: 0% auto auto 0%;
}

.registration.section-space {
  padding: 60px 3%;
}

.div-block-3 {
  border-top: 40px solid var(--_foa---foa-green);
  border-bottom: 40px solid var(--_foa---foa-green);
  background-color: var(--_foa---white);
  opacity: 1;
  width: 100%;
  margin: 40px auto;
  padding-top: 2px;
  position: relative;
}

.hotel {
  width: 100%;
  min-width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.pricing {
  color: var(--_foa---blue);
  text-transform: uppercase;
  margin-top: 10px;
  margin-left: auto;
  padding-top: 10px;
  padding-left: 100px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.pricing.extra-space {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.container-6 {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  position: relative;
}

.div-block-4 {
  background-color: var(--_foa---foa-green);
  opacity: .6;
  width: 100%;
  min-width: 100%;
  height: 90%;
  min-height: 90%;
  margin-top: 20px;
  position: absolute;
  inset: 0% 0% auto;
}

.image-4 {
  max-width: 40%;
  position: relative;
  inset: 0% 0% 0% auto;
}

.register {
  z-index: 20;
  text-align: center;
  text-transform: capitalize;
  width: 40%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 86px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Rock Salt, sans-serif;
  font-size: 18px;
  line-height: 160%;
  position: static;
  inset: 60px 0% auto auto;
}

.register.description {
  font-family: Oswald, sans-serif;
  font-weight: 300;
  top: 17%;
}

.playlist {
  z-index: 50;
  border-radius: 15px;
  width: 25vw;
  max-width: 100%;
  min-height: 7px;
  display: none;
  position: absolute;
  inset: -173px 5% 0% auto;
}

.div-block-5 {
  min-width: 50vw;
  display: none;
  position: absolute;
  inset: -59% 10% auto auto;
}

.heading-4 {
  color: var(--_foa---blue);
  text-align: center;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 48px;
  line-height: 100%;
}

.text-block-3 {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  border: 0 solid #000;
  margin-top: 40px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
}

.golf {
  background-color: #0000;
  height: auto;
  min-height: auto;
  position: static;
}

.golfinfo {
  flex-flow: column;
  align-items: flex-end;
  max-width: 100vw;
  margin-top: 40px;
  margin-left: 0;
  display: flex;
  position: relative;
}

.image-5 {
  vertical-align: top;
  width: 80%;
  min-width: 60%;
  max-width: 100px;
}

.columns-2 {
  width: 20vw;
}

.div-block-6 {
  width: 75%;
}

.image-6 {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

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

.div-block-8 {
  justify-content: flex-end;
  width: auto;
  display: flex;
  position: static;
}

.link-block-2 {
  width: 15%;
}

.link-block-3 {
  width: 5vw;
  min-width: 15%;
  max-width: 30%;
}

.flex-block-4 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  color: var(--_foa---white);
  justify-content: space-between;
  align-items: center;
  margin-bottom: auto;
}

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

.button-3 {
  background-color: var(--_foa---blue);
  text-align: center;
  border-radius: 6px;
  width: 100%;
  margin-top: 40px;
}

.registrationbtn {
  background-color: var(--_foa---blue);
  text-align: center;
  border-radius: 8px;
  width: 100%;
  margin-top: 40px;
}

.registrationbtn:hover {
  background-color: var(--_foa---foa-green);
  color: var(--white);
}

.disclaimer {
  color: var(--_foa---white));
  width: 100%;
  padding-top: 10px;
  padding-left: 100px;
  font-family: Oswald, sans-serif;
  font-weight: 200;
}

.disclaimer.reverse {
  color: var(--_foa---white);
}

.disclaimer.reverse.center {
  text-align: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-left: 0;
}

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

.sponsorhead {
  text-align: center;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
}

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

.image-7 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.columns-3 {
  background-color: var(--_foa---white);
  padding: 40px;
}

.logo-grid-list-2 {
  grid-template-rows: auto;
  justify-content: center;
}

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

.full-feature {
  background-image: url('https://cdn.ymaws.com/www.floridaeyes.org/resource/resmgr/2025_convention/web/sapphire.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 60%;
  padding-top: 0;
}

.full-feature.shingle {
  background-image: url('https://cdn.ymaws.com/www.floridaeyes.org/resource/resmgr/2025_convention/web/golf.png');
}

.box {
  background-color: var(--_foa---white);
  min-height: auto;
  padding: 20px 0 40px;
}

.flex-block-5 {
  align-items: stretch;
  width: 100%;
  height: auto;
  min-height: auto;
  padding-top: 0;
}

.div-block-12 {
  background-image: url('https://cdn.ymaws.com/www.floridaeyes.org/resource/resmgr/2025_convention/web/register.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50%;
  height: 32vh;
  position: absolute;
  inset: 11% 0% auto auto;
}

.july-16 {
  grid-template-rows: auto auto auto;
  grid-template-columns: .75fr 1fr 1fr .5fr .5fr .5fr;
}

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

.head-block {
  border-bottom: 1px solid var(--_foa---foa-green);
  background-color: var(--white);
  color: var(--_foa---foa-green);
  padding-left: 10px;
}

.schedule-day {
  background-color: var(--_foa---blue);
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 3px;
  padding-left: 10px;
}

.heading-5 {
  padding-top: 5px;
}

.schedule-p {
  padding-left: 10px;
}

.day-title {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 24px;
}

.event-block {
  margin-top: 10px;
  margin-bottom: 20px;
}

.july-17 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: .75fr 1fr 1fr .5fr .5fr .5fr;
}

.schedule-p-copy {
  padding-left: 10px;
}

.july-18 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: .75fr 1fr 1fr .5fr .5fr .5fr;
}

.july-19 {
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: .75fr 1fr 1fr .5fr .5fr .5fr;
}

.july-19para {
  grid-template-columns: .75fr 1fr 1fr .5fr .5fr .5fr;
}

.july-19sep {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: .75fr 1fr 1fr .5fr .5fr .5fr;
}

.july-20 {
  grid-template-columns: .75fr 1fr 1fr .5fr .5fr .5fr;
}

.mobile-schedule {
  display: none;
}

.sponsor-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-14 {
  width: 80%;
  padding-bottom: 0;
  padding-right: 0;
}

.div-block-15 {
  width: 90%;
}

.nav {
  justify-content: space-between;
  align-items: flex-start;
  width: 100vw;
  padding-top: 40px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.div-block-17 {
  flex: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
}

.nav-link-container {
  text-align: right;
  vertical-align: baseline;
  background-color: #0000;
  flex-flow: column;
  flex: none;
  align-items: flex-start;
  width: auto;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  display: flex;
}

.sponsors {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  display: flex;
}

.sponsors.two {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 140px;
  padding-right: 140px;
}

.sponsor_box {
  text-align: center;
  align-self: auto;
  width: 15rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem 10px;
}

.sponsor_box.sun {
  width: 12rem;
  padding-left: 10px;
}

.sponsor_box.healthone {
  width: 22rem;
}

.link-block-4 {
  padding-top: 20px;
}

.logo-client-copy {
  width: auto;
  max-width: 75%;
  height: auto;
  max-height: none;
}

.logo-client-copy.half-size {
  width: 50%;
  max-width: 50%;
}

.logo-client-copy.larger {
  width: 100%;
  max-width: 100%;
}

.logo-client-copy.small-logo {
  width: 30%;
}

.logo-client-copy.resize {
  width: 60%;
  max-width: none;
}

.paragraph-2, .exhibitors, .column-2 {
  color: var(--white);
}

.tag-line {
  color: var(--_foa---blue);
  text-align: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 3em;
}

.site-nav {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.nav-menu-2 {
  flex-flow: column;
  display: block;
}

.navigation-link-copy {
  color: var(--main-color);
  text-align: left;
  text-transform: uppercase;
  border-bottom: 1px solid #0000;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Oswald, sans-serif;
  font-size: 1.3em;
  font-weight: 300;
  line-height: 32px;
  text-decoration: none;
  display: flex;
}

.navigation-link-copy:hover {
  border-bottom-color: var(--_foa---foa-green);
}

.navigation-link-copy.w--current {
  color: var(--_foa---white);
  text-transform: uppercase;
  border: 0 #000;
  border-bottom: 1px solid #0000;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Oswald, sans-serif;
  font-weight: 300;
  display: block;
}

.navigation-link-copy.w--current:hover {
  border-style: none none solid;
  border-width: 0 0 1px;
  border-color: black black var(--_foa---foa-green);
  overflow-wrap: normal;
  border-radius: 1px;
  padding-top: 0;
  padding-bottom: 0;
}

.bold-text-2 {
  font-size: 1em;
  line-height: 120%;
}

.div-block-19 {
  margin-left: 0;
  padding-left: 20px;
}

.golf-container {
  max-width: 100%;
  margin-top: 40px;
}

.navbar-3 {
  background-color: #0000;
}

.container-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  display: block;
}

.div-block-21 {
  width: 30%;
}

.nav-menu-3 {
  flex-flow: column;
  align-items: flex-end;
  display: flex;
}

.nav-link-3 {
  color: var(--_foa---white);
  text-align: right;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-weight: 300;
}

.navbar-4 {
  background-color: #0000;
}

@media screen and (min-width: 1280px) {
  .container {
    max-width: 100%;
  }

  .schedule.for-logo {
    margin-top: 39px;
    position: static;
  }

  .pricing-text {
    margin-bottom: 3px;
  }

  .foa_navs, .foa_navs:hover, .foa_navs.w--current {
    padding-top: 10px;
  }

  .button-text {
    font-size: 1rem;
  }

  .logo-client {
    max-width: 75%;
    height: auto;
    max-height: none;
  }

  .nav-vertical {
    padding-bottom: 10px;
  }

  .heading {
    font-family: Oswald, sans-serif;
    font-size: 1.5em;
  }

  .heading.left {
    padding-left: 140px;
  }

  .hero-head {
    margin-left: auto;
    margin-right: auto;
  }

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

  .heading-bar {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-bar.left {
    padding-top: 20px;
  }

  .button-book {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1.5em;
  }

  .button-book.offset {
    padding-bottom: 20px;
  }

  .text-block-2 {
    top: 104px;
  }

  .registration {
    position: relative;
  }

  .registration.section-space {
    padding-left: 3%;
    padding-right: 3%;
  }

  .hotel {
    position: relative;
  }

  .div-block-4 {
    min-height: 70vh;
  }

  .register {
    top: 16%;
  }

  .golf {
    height: auto;
    min-height: auto;
    max-height: none;
    margin-top: 40px;
    margin-bottom: 20px;
    position: static;
  }

  .box {
    min-height: auto;
  }

  .flex-block-5 {
    height: auto;
  }

  .logo-client-copy {
    max-width: 75%;
    height: auto;
    max-height: none;
  }

  .div-block-19 {
    padding-left: 40px;
  }

  .golf-container {
    max-width: 100%;
    height: auto;
    min-height: auto;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 100%;
  }

  .foa_navs {
    padding-top: 10px;
    font-size: 1.5em;
  }

  .foa_navs:hover {
    padding-top: 10px;
  }

  .foa_navs.w--current {
    justify-content: flex-start;
    padding-top: 10px;
    padding-bottom: 0;
    font-size: 1.5em;
  }

  .button-text {
    font-size: 1rem;
  }

  .logo-client {
    height: auto;
    max-height: none;
  }

  .flex-center {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
  }

  .service-title {
    font-size: 8rem;
  }

  .home-services-item {
    position: relative;
  }

  .nav-vertical {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-self: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading {
    font-family: Oswald, sans-serif;
    font-size: 1em;
  }

  .heading-bar {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 3em;
  }

  .accomodations {
    height: auto;
  }

  .paragraph {
    font-size: 1.5em;
    line-height: 130%;
  }

  .button-book {
    padding: 20px 40px;
    font-size: 1.5em;
  }

  .text-block-2 {
    margin-top: -27px;
    margin-right: 29px;
    top: 170px;
  }

  .registration {
    position: relative;
  }

  .hotel {
    height: auto;
    position: relative;
  }

  .div-block-4 {
    min-height: 60vh;
  }

  .register {
    width: 40%;
    font-size: 18px;
    top: 17%;
    left: 44%;
  }

  .playlist {
    right: 2%;
  }

  .text-block-3 {
    font-size: 24px;
  }

  .box {
    padding-top: 60px;
  }

  .flex-block-5 {
    height: auto;
  }

  .logo-client-copy {
    height: auto;
    max-height: none;
  }

  .navigation-link-copy.w--current {
    justify-content: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }

  .bold-text-2 {
    font-size: 1.5em;
    line-height: 110%;
  }
}

@media screen and (min-width: 1920px) {
  .page-content {
    margin-top: 100px;
  }

  .container {
    text-align: left;
    max-width: 100%;
    display: block;
    position: relative;
  }

  .schedule.for-logo {
    z-index: 100;
    margin-top: 36px;
    margin-left: auto;
    margin-right: auto;
  }

  .button-text-wrapper {
    height: auto;
  }

  .foa_navs {
    padding-top: 30px;
    font-size: 27px;
  }

  .foa_navs.w--current {
    height: auto;
    min-height: auto;
    padding-top: 20px;
    font-size: 27px;
  }

  .foa_navs.w--current:hover {
    padding-top: 20px;
  }

  .nav-link {
    font-size: 27px;
  }

  .button-text {
    padding-top: 10px;
    font-size: 1.5rem;
  }

  .button-text.coma {
    padding-bottom: 14px;
    font-size: 29px;
  }

  .logo-client {
    min-width: 50%;
    max-width: 75%;
    height: auto;
    max-height: none;
  }

  .flex-center {
    grid-column-gap: 33px;
    grid-row-gap: 33px;
    align-items: center;
    max-width: 90%;
  }

  .big-text {
    font-size: 23vw;
  }

  .hero-inner {
    margin-top: 220px;
    padding-top: 220px;
  }

  .nav-vertical {
    padding-bottom: 10px;
    font-family: Oswald, sans-serif;
  }

  .hero {
    min-height: 0;
    margin-bottom: auto;
  }

  .heading {
    font-family: Oswald, sans-serif;
  }

  .heading.left {
    padding-left: 140px;
  }

  .hero-head {
    padding-bottom: 40px;
  }

  .container-3 {
    width: 75vw;
    max-width: none;
  }

  .heading-bar {
    background-color: var(--_foa---blue);
    height: auto;
    max-height: none;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 1em;
    font-size: 3em;
  }

  .heading-bar.left {
    width: 70%;
    margin-left: -200px;
    padding-left: 200px;
  }

  .heading-3 {
    padding-left: 1.5em;
    font-size: 2em;
  }

  .paragraph {
    padding-left: 40px;
    font-size: 2em;
  }

  .paragraph.details {
    padding-left: 40px;
  }

  .button-book {
    margin-top: 40px;
    margin-left: 40px;
    padding: 20px 2em;
    font-size: 2em;
  }

  .button-book.offset {
    margin-top: 20px;
    margin-bottom: 40px;
    margin-left: 40px;
    padding-top: 20px;
  }

  .image-3 {
    width: 30vw;
    top: -119px;
    right: -25%;
  }

  .text-block-2 {
    width: 15vw;
    margin-top: 36px;
    margin-right: 137px;
    font-size: 2rem;
    top: 11px;
    right: -25%;
  }

  .div-block-3 {
    border-top: 80px solid var(--_foa---foa-green);
    border-bottom: 80px solid var(--_foa---foa-green);
    mix-blend-mode: normal;
    width: 100vw;
    max-width: 100vw;
    margin-top: 100px;
    margin-left: auto;
    margin-right: 100px;
    padding-left: 0;
  }

  .hotel {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .pricing {
    padding-bottom: 10px;
    padding-left: 40px;
    font-size: 2em;
    line-height: 150%;
  }

  .container-6 {
    opacity: 1;
    background-color: #0000;
  }

  .div-block-4 {
    min-height: 90%;
    position: relative;
  }

  .register {
    margin-top: 69px;
    font-size: 2rem;
  }

  .playlist {
    z-index: 100;
    width: 20vw;
    top: -194px;
    right: 5%;
  }

  .flex-block-4 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: flex-start;
    align-items: center;
  }

  .disclaimer {
    padding-left: 40px;
    font-size: 2em;
  }

  .div-block-14 {
    margin-left: 20px;
    padding-left: 20px;
  }

  .logo-client-copy {
    min-width: 50%;
    max-width: 75%;
    height: auto;
    max-height: none;
  }

  .tag-line {
    font-size: 4em;
  }

  .site-nav {
    width: 100vw;
    max-width: 100%;
  }

  .navigation-link-copy {
    padding-top: 20px;
    font-size: 27px;
  }

  .navigation-link-copy.w--current {
    height: auto;
    min-height: auto;
    padding-top: 20px;
  }

  .navigation-link-copy.w--current:hover {
    padding-top: 20px;
  }

  .div-block-18 {
    background-color: var(--_foa---blue);
  }

  .div-block-19 {
    padding-left: 100px;
  }
}

@media screen and (max-width: 991px) {
  .subhead {
    font-size: 19px;
  }

  .utility-page-content {
    width: 600px;
  }

  ._404-title {
    font-size: 62px;
  }

  .container.for-checkout {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .schedule {
    padding-bottom: 60px;
  }

  .schedule.doublepage {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .schedule.for-logo {
    position: static;
  }

  .schedule._50px-top {
    padding-top: 50px;
  }

  .subhead-big-center {
    padding-left: 2%;
    padding-right: 2%;
    font-size: 2.8rem;
  }

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

  .video-wrap {
    width: 16vw;
    height: 16vw;
  }

  .style-title {
    line-height: 1.2;
  }

  .color-block-parent {
    width: 33.3333%;
  }

  .title-1 {
    font-size: 6em;
  }

  .pricing-divider {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .subhead-pricing {
    font-size: 19px;
  }

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

  .pricing-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .first-part {
    margin-right: 0;
  }

  .logo-link {
    order: -1;
  }

  .navbar {
    justify-content: space-between;
    align-items: center;
    padding-top: 19px;
    padding-bottom: 19px;
  }

  .last-item {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: center;
    align-items: center;
  }

  .foa_navs {
    color: var(--main-color);
    border: 1px #000;
    height: 10%;
    min-height: 10%;
    max-height: 10%;
    padding-top: 20px;
    padding-bottom: 8px;
    padding-left: 3%;
  }

  .foa_navs:hover {
    border-width: 0;
    border-color: #000;
    padding-top: 20px;
  }

  .foa_navs:focus, .foa_navs:focus-visible, .foa_navs[data-wf-focus-visible], .foa_navs:visited, .foa_navs:lang(en) {
    border-width: 0;
  }

  .foa_navs.for-contact {
    padding-left: 0%;
  }

  .lottie-white {
    filter: invert();
    width: 30px;
  }

  .menu-button {
    order: 1;
    padding: 12px;
  }

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

  .nav-menu {
    background-color: var(--white);
    padding-top: 17px;
    padding-bottom: 17px;
  }

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

  .button-text.coma, .line-below {
    display: none;
  }

  .hero-main-title {
    width: 100%;
  }

  .hero-text-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-top: 0;
  }

  .hero-content {
    padding-top: 4.4rem;
    padding-bottom: 20vh;
  }

  .top-title-overflow {
    width: 100%;
  }

  .main-image {
    width: 30vw;
    height: 30vw;
    min-height: 30vw;
  }

  .main-image.fifth {
    left: -65vw;
  }

  .main-image.sixth {
    left: -10vw;
  }

  .main-image.second {
    width: 20vw;
  }

  .main-image.second.absolute {
    top: 11.7vh;
  }

  .main-image.fourth {
    width: 19vw;
    height: 22vw;
    min-height: 23vw;
  }

  .main-image.first {
    width: 20vw;
    height: 22vw;
    min-height: 22vw;
  }

  .button-link {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .subhead-main {
    font-size: 29px;
  }

  .subhead-main._80 {
    max-width: 100%;
  }

  .project-flex.add-grid {
    grid-template-columns: 1fr;
  }

  .image-wrap {
    height: 60vh;
  }

  .image-wrap.square {
    width: 29vw;
    height: 150px;
    margin-left: 10px;
  }

  .image-wrap.mobile-auto {
    aspect-ratio: 1;
    height: auto;
  }

  .image-wrap.for-about {
    height: 45vh;
  }

  .testimonials-text {
    max-width: 100%;
    font-size: 70px;
    line-height: 1.1;
  }

  .service-title {
    font-size: 12vw;
  }

  .service-wrapper {
    height: 75vw;
    position: static;
  }

  .home-services-item {
    display: flex;
  }

  .home-services-item.sticky {
    position: relative;
  }

  .home-services-item.sticky.reverse {
    flex-flow: column-reverse;
  }

  .services-left-content {
    height: auto;
  }

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

  .text-rotator-main {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-grid-second {
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-columns: 2fr;
    display: flex;
  }

  .footer {
    min-height: auto;
    padding-top: 120px;
    padding-bottom: 30px;
  }

  .hero-inner {
    margin-top: 0;
    padding-top: 101px;
    padding-bottom: 53px;
  }

  .hero-inner.head-space {
    margin-top: 100px;
  }

  .main-grid {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    display: flex;
  }

  .team-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .contact-wrapper {
    width: 100%;
  }

  .input-flex {
    grid-column-gap: 15px;
    grid-row-gap: 10px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: grid;
  }

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

  .nav-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    padding-right: 40px;
  }

  .navbar-home {
    height: auto;
    margin-top: 0;
  }

  .hero {
    font-size: 14px;
  }

  .image-2 {
    vertical-align: baseline;
  }

  .nav-logo {
    width: 18vw;
  }

  .heading.left {
    padding-left: 40px;
  }

  .hero-head {
    align-items: stretch;
    width: 100%;
    height: 10vh;
    font-size: 3rem;
    line-height: 3rem;
    display: block;
  }

  .flex-block-3 {
    font-size: 14em;
  }

  .bold-text {
    line-height: 100%;
  }

  .highlight {
    width: 100%;
    max-width: 100%;
  }

  .container-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: left;
    flex-flow: column;
    padding-top: 20px;
  }

  .heading-2 {
    border-bottom: 1px solid var(--_foa---foa-green);
    text-align: left;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 24px;
    line-height: 150%;
  }

  .columns {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: flex-end;
    align-items: stretch;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: 50vh;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .column {
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    height: 75vh;
    display: flex;
    position: static;
  }

  .feature {
    padding-left: 0;
  }

  .accomodations {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    min-width: 100%;
    max-width: 768px;
    height: auto;
    margin-top: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-bottom: 0;
    display: flex;
    position: relative;
  }

  .button-book {
    margin-bottom: 20px;
  }

  .button-book.offset {
    margin-left: 0;
  }

  .image-3 {
    top: -41px;
  }

  .text-block-2 {
    font-size: 1rem;
    top: 53px;
  }

  .registration {
    position: relative;
  }

  .div-block-3 {
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
  }

  .hotel {
    flex-flow: row;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
  }

  .pricing {
    padding-left: 0;
  }

  .image-4 {
    top: 8%;
    right: 4%;
  }

  .register {
    font-size: 1rem;
    top: 16%;
    right: 14%;
  }

  .playlist {
    top: -89px;
  }

  .div-block-5 {
    position: absolute;
    inset: -37% 16% auto auto;
  }

  .golf {
    position: static;
  }

  .link-block-3 {
    width: 10vw;
  }

  .flex-block-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    height: auto;
    min-height: auto;
    position: static;
  }

  .menu-button-2 {
    padding: 0;
    font-size: 3em;
    line-height: 20;
  }

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

  .disclaimer {
    padding-left: 0;
  }

  .full-feature {
    width: 60%;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .box {
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  .flex-block-5 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .nav-link-container {
    background-color: var(--white);
    flex-flow: column;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-top: 40px;
    margin-right: 0;
    padding-bottom: 60px;
    padding-right: 40px;
    display: flex;
  }

  .sponsors.two {
    padding-left: 100px;
    padding-right: 100px;
  }

  .heading-6 {
    font-family: Oswald, sans-serif;
  }

  .tag-line {
    text-align: center;
    width: 100%;
    max-width: 100%;
    font-size: 2em;
    line-height: 120%;
    position: static;
  }

  .site-nav {
    margin-top: 20px;
    padding-top: 0;
  }

  .navigation-link-copy {
    color: var(--main-color);
    padding-top: 2px;
    padding-bottom: 8px;
    padding-left: 3%;
  }

  .navigation-link-copy.for-contact {
    padding-left: 0%;
  }

  .div-block-19 {
    padding-left: 40px;
  }

  .div-block-20 {
    align-self: center;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .subscribe-field.plain {
    max-width: 400px;
  }

  .utility-page-content, .utility-page-content.second {
    width: 500px;
  }

  .search-result-item {
    padding-left: 30px;
    padding-right: 30px;
  }

  ._404-title {
    font-size: 48px;
  }

  .password-title {
    font-size: 60px;
  }

  .schedule.for-inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .schedule._50px-top {
    padding-bottom: 100px;
  }

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

  .video-wrap {
    width: 30vw;
    height: 30vw;
  }

  .video-wrap.full-width {
    height: 500px;
  }

  .style-title {
    font-size: 40px;
    line-height: 1.1;
  }

  .title-5 {
    font-size: 36px;
  }

  .title-1 {
    font-size: 5em;
    line-height: .9;
  }

  .pricing-column {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

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

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

  .foa_navs {
    text-align: right;
    justify-content: center;
    padding-left: 1.25rem;
    padding-right: 0;
  }

  .hero-text-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .main-image.sixth {
    margin-bottom: 12vw;
    top: -1.4vh;
  }

  .main-image.second.absolute {
    width: 15vw;
    top: 8.3vh;
    right: 8.3vw;
  }

  .logo-grid-list-3 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    grid-template-columns: .5fr .5fr 1fr;
    place-items: center stretch;
    display: flex;
  }

  .logo-grid-wrapper {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .logo-client {
    max-height: 3rem;
  }

  .logo-client.half-size, .logo-client.small-logo {
    max-height: none;
  }

  .subhead-main {
    font-size: 22px;
  }

  .project-flex.add-grid {
    grid-template-columns: 1fr;
  }

  .image-wrap {
    height: 55vh;
  }

  .image-wrap.for-about {
    aspect-ratio: 1;
    height: auto;
  }

  .work-title {
    font-size: 17vw;
  }

  .top-part {
    padding: 30px 25px;
  }

  .fun-facts-grid._3-column {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .fun-number {
    margin-bottom: 15px;
  }

  .testimonials-text {
    font-size: 57px;
  }

  .service-title {
    font-size: 16vw;
  }

  .services-left-content {
    padding: 40px 35px;
  }

  .service-content {
    border-width: 1px;
  }

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

  .line-icon {
    margin-left: 25px;
    margin-right: 25px;
  }

  .footer-grid-second {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 2fr .25fr;
  }

  .figma-text {
    font-size: 18px;
  }

  .footer {
    z-index: 15;
  }

  .main-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: flex-start;
    align-items: stretch;
  }

  .about-image-section {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .input-flex {
    grid-row-gap: 10px;
  }

  .navbar-home {
    margin-top: 0;
  }

  .heading.left {
    padding-left: 10px;
  }

  .hero-head {
    width: 100%;
  }

  .bold-text {
    font-size: 2rem;
  }

  .container-3 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    justify-content: center;
    align-items: center;
  }

  .heading-2 {
    padding-bottom: 40px;
  }

  .columns {
    flex-flow: column;
    width: 100vw;
  }

  .heading-bar {
    padding-left: 60px;
  }

  .heading-bar.left {
    margin-left: -56px;
    padding-left: 93px;
  }

  .accomodations {
    align-items: flex-start;
    width: 100%;
    height: auto;
    position: static;
  }

  .heading-3, .paragraph {
    padding-left: 60px;
  }

  .button-book {
    margin-left: 60px;
  }

  .div-block-3 {
    width: 100vw;
    margin-left: auto;
  }

  .hotel {
    position: relative;
  }

  .pricing {
    padding-left: 10px;
  }

  .image-4 {
    width: 50%;
    min-width: 50%;
    max-width: 50%;
    top: 5%;
    left: 52%;
  }

  .register {
    width: 50%;
    font-size: 14px;
    top: 13%;
    left: 64%;
  }

  .playlist {
    display: none;
    position: absolute;
  }

  .div-block-5 {
    display: none;
    position: relative;
  }

  .menu-button-2 {
    padding-top: 0;
    display: block;
  }

  .disclaimer {
    padding-left: 10px;
  }

  .logo-grid-list-2 {
    flex-flow: column;
    display: flex;
  }

  .logo-grid-list-1 {
    align-items: center;
    display: flex;
  }

  .full-feature {
    background-position: 50%;
    background-size: cover;
    order: -1;
    width: 100%;
    height: 40vh;
    min-height: 50vh;
  }

  .flex-block-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    min-height: auto;
  }

  .div-block-12 {
    top: 1%;
  }

  .sponsor-container, .div-block-14, .div-block-15 {
    width: 100%;
  }

  .nav {
    display: flex;
  }

  .nav-link-container {
    background-color: var(--white);
    display: none;
    overflow: hidden;
  }

  .sponsors.two {
    padding-left: 60px;
    padding-right: 60px;
  }

  .logo-client-copy.half-size, .logo-client-copy.small-logo {
    max-height: none;
  }

  .logo-client-copy {
    max-height: 3rem;
  }

  .logo-client-copy.half-size, .logo-client-copy.small-logo {
    max-height: none;
  }

  .tag-line {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 1.5em;
  }

  .navigation-link-copy {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .div-block-19 {
    padding-left: 40px;
  }
}

@media screen and (max-width: 479px) {
  blockquote {
    font-size: 25px;
  }

  .page-content {
    margin-top: 60px;
  }

  .subscribe-field {
    background-position: 5%;
    background-size: 26px;
  }

  .utility-page-content, .utility-page-content.second {
    width: 95%;
  }

  .search-link {
    font-size: 24px;
  }

  .search-result-item {
    padding: 25px 20px 20px;
  }

  ._404-title {
    font-size: 41px;
  }

  .password-title {
    font-size: 40px;
  }

  .schedule {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .schedule._100px {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .schedule.doublepage {
    padding-top: 80px;
  }

  .schedule._50px-top {
    padding-top: 100px;
  }

  .subhead-big-center {
    padding-left: 4%;
    padding-right: 4%;
    font-size: 34px;
  }

  .video-wrap {
    aspect-ratio: 1;
    width: 36vw;
    height: 36vw;
  }

  .style-title {
    font-size: 30px;
  }

  .title-5 {
    font-size: 32px;
  }

  .color-block {
    width: 100%;
    height: 55px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .color-block-parent {
    width: 100%;
    margin-right: 3%;
  }

  .color-row {
    flex-direction: column;
  }

  .title-1 {
    font-size: 39px;
    line-height: 1.1;
  }

  .licensing-title {
    font-size: 29px;
  }

  .licensing-grid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .pricing-plan-justify {
    padding: 24px 18px;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .foa_navs {
    text-align: right;
    border-width: 0;
    align-self: center;
    align-items: center;
    display: block;
    position: relative;
  }

  .main-logo {
    width: 60px;
  }

  .hero-main-title {
    font-size: 3em;
  }

  .hero-wrapper {
    height: 80vh;
  }

  .hero-first {
    height: 80vh;
    min-height: 80vh;
  }

  .hero-interaction {
    margin-top: 92vh;
  }

  .hero-images.left {
    height: 70vh;
    max-height: 70vh;
  }

  .hero-images.right-slide {
    height: 50vh;
    max-height: 50vh;
  }

  .hero-content {
    padding-bottom: 14vh;
  }

  .top-title-overflow {
    padding-bottom: 40px;
  }

  .main-image {
    width: 40vw;
    height: 40vw;
    min-height: 40vw;
  }

  .main-image.fifth {
    width: 40vw;
    height: 40vw;
    min-height: 40vw;
    left: -65.6vw;
  }

  .main-image.sixth {
    width: 40vw;
    height: 40vw;
    min-height: 40vw;
    margin-bottom: -62vw;
    display: none;
    top: -19.5vh;
    left: -4vw;
  }

  .main-image.eight {
    display: none;
  }

  .main-image.second {
    width: 25vw;
    min-height: 40vw;
    top: -8vh;
  }

  .main-image.second.absolute {
    width: 29vw;
    display: none;
    top: 7.3vh;
    right: -1.6vw;
  }

  .main-image.third {
    width: 40vw;
    height: 40vw;
    min-height: 40vw;
    display: none;
    top: 33.8vh;
    left: -4.1vw;
  }

  .main-image.fourth {
    width: 40vw;
    height: 40vw;
    min-height: 40vw;
    margin-top: -17vw;
    left: 53vw;
  }

  .main-image.seven {
    display: none;
  }

  .main-image.first {
    width: 40vw;
    height: 40vw;
    min-height: 40vw;
    margin-top: -4vw;
    left: -53vw;
  }

  .subhead-main {
    font-size: 20px;
  }

  .image-wrap {
    height: auto;
    min-height: 450px;
  }

  .image-wrap.cricle {
    min-height: 180px;
  }

  .image-wrap.square {
    height: 80px;
    min-height: 80px;
    margin-left: -6px;
  }

  .image-wrap.auto {
    min-height: auto;
  }

  .image-wrap.mobile-auto {
    aspect-ratio: 1;
    min-height: auto;
  }

  .image-wrap.for-about {
    min-height: auto;
  }

  .top-part {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 17px;
  }

  .fun-facts-grid._3-column {
    grid-template-columns: 1fr;
  }

  .fun-number {
    font-size: 150px;
  }

  .fun-number.second {
    font-size: 120px;
  }

  .margin-250px {
    margin-top: 150px;
  }

  .services-left-content {
    padding-left: 6%;
    padding-right: 6%;
  }

  .service-flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .service-content {
    font-size: 16px;
  }

  .big-text {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .data-flex {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
  }

  .blog-main-wrapper {
    font-size: 24px;
  }

  .text-rotator-main {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .text-rotator {
    font-size: 100px;
    line-height: 1;
  }

  .line-icon {
    margin-left: 20px;
    margin-right: 20px;
  }

  .footer-grid-second {
    grid-template-columns: 2fr;
  }

  .subscribe-field-footer {
    background-position: 5%;
    background-size: 26px;
  }

  .subscribe-form {
    width: 100%;
  }

  .footer {
    padding-top: 30px;
  }

  .copyright-flex-bottom {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .checkbox-main {
    flex: none;
  }

  .hero-inner {
    padding-top: 84px;
    padding-bottom: 0;
  }

  .hero-inner.head-space {
    margin-top: 60px;
    padding-top: 40px;
  }

  .small-number {
    font-size: 16px;
  }

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

  .plus {
    margin-top: 1px;
    margin-left: 6px;
    font-size: 40px;
    top: 4px;
  }

  .team-grid, .input-flex {
    grid-template-columns: 1fr;
  }

  .checkbox {
    flex: none;
  }

  .navbar-home {
    justify-content: space-between;
    width: auto;
    margin-top: 0;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 10px;
    display: block;
    position: relative;
  }

  .image-2 {
    min-width: 80vw;
  }

  .nav-logo {
    width: 30%;
  }

  .hero-head {
    height: auto;
    font-size: 1em;
    line-height: 140%;
  }

  .bold-text {
    font-size: 24px;
  }

  .container-3 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    width: 80%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-2 {
    text-align: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding-bottom: 20px;
    font-size: 18px;
  }

  .heading-bar {
    padding-left: 40px;
  }

  .heading-bar.left {
    width: 90%;
    margin-left: -41px;
    padding-left: 62px;
  }

  .heading-3 {
    padding-left: 40px;
    padding-right: 10px;
  }

  .paragraph {
    margin-bottom: 10px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .button-book {
    height: 1%;
    margin-top: 0;
    margin-left: 40px;
    position: static;
  }

  .div-block-3 {
    width: 100%;
    height: auto;
  }

  .pricing {
    padding-left: 10px;
    padding-right: 40px;
  }

  .pricing.extra-space {
    margin-bottom: 0;
  }

  .div-block-4 {
    min-height: 90vh;
    margin-top: 40px;
  }

  .image-4 {
    top: 14%;
  }

  .register {
    width: 30%;
    font-size: 10px;
    top: 17%;
    left: 62%;
  }

  .div-block-7 {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-8 {
    justify-content: center;
  }

  .link-block-2 {
    width: 50%;
  }

  .link-block-3 {
    width: 15vw;
  }

  .menu-button-2 {
    margin-top: -9px;
  }

  .disclaimer {
    width: 100%;
  }

  .box {
    padding-top: 10px;
  }

  .div-block-12, .july-16, .july-17 {
    display: none;
  }

  .july-18 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: .75fr 1fr 1fr .5fr .5fr .5fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .july-19, .july-19para, .july-19sep, .july-20 {
    display: none;
  }

  .event-m {
    padding-left: 20px;
    padding-right: 10px;
  }

  .green-highlight {
    color: var(--_foa---foa-green);
  }

  .mobile-schedule {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    margin-top: 0;
    padding-top: 10px;
    display: flex;
  }

  .event-m-copy {
    padding-left: 20px;
    padding-right: 10px;
  }

  .nav {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .div-block-17 {
    align-self: auto;
  }

  .nav-link-container {
    flex-flow: column;
    align-items: center;
    margin-bottom: 0;
    display: flex;
    overflow: visible;
  }

  .sponsors.two {
    padding-left: 40px;
    padding-right: 40px;
  }

  .navbar-2 {
    background-color: #0000;
  }

  .container-8 {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .container-9 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-8 {
    width: auto;
    max-width: 100%;
  }

  .brand {
    width: 30%;
  }

  .site-nav {
    background-color: #0000;
  }

  .div-block-19 {
    width: 100%;
    padding-left: 20px;
  }
}

#w-node-eedab2c9-a96d-50b6-8855-260725ecece2-408db6fd {
  place-self: stretch center;
}

#w-node-_82f20ca4-5653-56a7-d4b3-6c91b303081b-408db719 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_87776de2-0c51-7fed-f56c-0dd211ee4fe9-408db719, #w-node-e73a370a-52eb-469f-be29-794e7375c107-408db719, #w-node-_90c6bc98-c30f-1a55-75be-0b59be772e1e-408db719, #w-node-_7d4adef2-d83a-25ec-e592-b94179118509-408db719 {
  align-self: auto;
}

#w-node-fd43ae2d-c833-7a07-7306-e2dac6dcb1fc-408db719, #w-node-d654d5e0-9781-eb32-c9c4-4865246c2cf0-408db719 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-fd43ae2d-c833-7a07-7306-e2dac6dcb200-408db719 {
  align-self: auto;
}

#w-node-_2e290be1-1459-6a26-ec35-4c297464f91d-408db719, #w-node-_2e290be1-1459-6a26-ec35-4c297464f921-408db719 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_2e290be1-1459-6a26-ec35-4c297464f925-408db719, #w-node-_2e290be1-1459-6a26-ec35-4c297464f929-408db719 {
  align-self: auto;
}

#w-node-b289c88f-ff8c-45da-d8ea-72d4105d84a6-408db719, #w-node-b289c88f-ff8c-45da-d8ea-72d4105d84aa-408db719, #w-node-_4f98dd8d-a813-9cd3-3164-345a8e80ba0a-408db719, #w-node-_4f98dd8d-a813-9cd3-3164-345a8e80ba0e-408db719, #w-node-_33fa9374-9d1c-eeba-23da-d00d1269948c-408db719, #w-node-_7ef26cd8-c146-84a7-3831-c678326bb3b3-408db719, #w-node-_10302924-0426-bad9-68d0-53d76c145ec1-408db719, #w-node-_00eccc22-36a4-5b6e-7911-381bdcd60243-408db719, #w-node-_00eccc22-36a4-5b6e-7911-381bdcd60247-408db719, #w-node-_00eccc22-36a4-5b6e-7911-381bdcd6024b-408db719 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-fbb0fcec-4ca4-efb8-cec0-d85f8a40e6d7-408db71c, #w-node-fbb0fcec-4ca4-efb8-cec0-d85f8a40e6d8-408db71c, #w-node-fbb0fcec-4ca4-efb8-cec0-d85f8a40e6d9-408db71c, #w-node-fbb0fcec-4ca4-efb8-cec0-d85f8a40e6db-408db71c, #w-node-fbb0fcec-4ca4-efb8-cec0-d85f8a40e6dc-408db71c, #w-node-fbb0fcec-4ca4-efb8-cec0-d85f8a40e6de-408db71c, #w-node-fbb0fcec-4ca4-efb8-cec0-d85f8a40e6e3-408db71c, #w-node-fbb0fcec-4ca4-efb8-cec0-d85f8a40e6e6-408db71c, #w-node-fbb0fcec-4ca4-efb8-cec0-d85f8a40e6e9-408db71c, #w-node-fbb0fcec-4ca4-efb8-cec0-d85f8a40e6ec-408db71c, #w-node-fbb0fcec-4ca4-efb8-cec0-d85f8a40e6ef-408db71c, #w-node-fbb0fcec-4ca4-efb8-cec0-d85f8a40e6f2-408db71c, #w-node-_855b3e3f-e1e1-18b1-412c-37bd399c5389-408db71d, #w-node-_855b3e3f-e1e1-18b1-412c-37bd399c538a-408db71d, #w-node-_855b3e3f-e1e1-18b1-412c-37bd399c538b-408db71d, #w-node-_855b3e3f-e1e1-18b1-412c-37bd399c538d-408db71d, #w-node-_855b3e3f-e1e1-18b1-412c-37bd399c538e-408db71d, #w-node-_855b3e3f-e1e1-18b1-412c-37bd399c5390-408db71d, #w-node-_855b3e3f-e1e1-18b1-412c-37bd399c5395-408db71d, #w-node-_855b3e3f-e1e1-18b1-412c-37bd399c5398-408db71d, #w-node-_855b3e3f-e1e1-18b1-412c-37bd399c539b-408db71d, #w-node-_855b3e3f-e1e1-18b1-412c-37bd399c539e-408db71d, #w-node-_855b3e3f-e1e1-18b1-412c-37bd399c53a1-408db71d, #w-node-_855b3e3f-e1e1-18b1-412c-37bd399c53a4-408db71d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Coolvetica Rg';
  src: url('../fonts/coolvetica-rg.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Coolvetica Condensed Rg';
  src: url('../fonts/coolvetica-condensed-rg.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Coolvetica Compressed Hv';
  src: url('../fonts/coolvetica-compressed-hv.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}