@font-face {
  font-family: "Century Gothic 1";
  src: url('../fonts/century-gothic-1.zip') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gallient;
  src: url('../fonts/gallient.zip') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gallient;
  src: url('../fonts/gallient.zip') format("undefined");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Agatho;
  src: url('../fonts/agatho.zip') format("undefined");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --waves-library--white: var(--lynx--white);
  --waves-library--black: #131313;
  --red: #a70404;
  --lynx--white: #fff;
  --ç: var(--red);
  --background: #fafaf8;
  --lol: var(--waves-library--black);
  --lynx--grey: #797c83;
  --lynx--medium-purple: #8979ec;
  --lynx--deep-pink: #fd4b8b;
  --alley-component-library--blue--700: #2cea7300;
  --alley-component-library--gray--900: #131316;
  --alley-component-library--blue--900: #5167f6;
  --alley-component-library--blue--800: #6478f700;
  --alley-component-library--gray--0: #dedfe3;
  --gre: #25d366;
}

.w-layout-vflex {
  flex-direction: column;
  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-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-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;
  }
}

.grid {
  grid-column-gap: 6px;
  grid-row-gap: 12px;
  grid-template-columns: 1fr minmax(200px, 1fr);
}

.navbar {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

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

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

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

.waves-navbar-1 {
  z-index: 105;
  background-color: var(--waves-library--white);
  border-bottom: 1px solid #13131333;
  height: 80px;
}

.waves---nav-container {
  max-width: 1440px;
  height: 100%;
  padding-left: 24px;
  padding-right: 24px;
}

.waves-master-nav-1 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.waves---nav-brand-link {
  height: 24px;
}

.waves---brand {
  max-width: none;
  height: 100%;
}

.waves---nav-link {
  padding: 12px 16px;
}

.waves-right-nav-1 {
  grid-column-gap: 16px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves---nav-buttons-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves---nav-menu {
  grid-column-gap: 16px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves-dropdown-toggle {
  grid-column-gap: 6px;
  justify-content: center;
  align-items: center;
  padding: 12px 8px 12px 16px;
  display: flex;
}

.waves-icon-drodpdown {
  width: 24px;
  height: 24px;
}

.waves-dropdown-list.w--open {
  background-color: var(--waves-library--white);
  border: 1px solid #1313131a;
  border-radius: 4px;
}

.waves---dropdown-link {
  text-align: center;
}

.waves---nav-cta {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.lynx-nav-block {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  display: flex;
}

.lynx-nav {
  justify-content: center;
  align-items: center;
  display: flex;
}

.lynx-logo {
  width: 86px;
  height: 42px;
}

.lynx-brand {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  padding: 5px;
  display: flex;
}

.lynx-nav-link {
  color: var(--red);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  padding: 15px 20px;
  font-family: Varela, sans-serif;
  font-size: 9px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
}

.lynx-nav-link:hover {
  color: var(--red);
}

.lynx-nav-link.w--current {
  font-size: 10px;
}

.lynx-nav-buttons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-left: 14px;
  display: flex;
}

.lynx-nav-button {
  background-color: var(--red);
  color: var(--lynx--white);
  text-align: center;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 15px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 8px;
  line-height: 120%;
  text-decoration: none;
  transition: background-color .2s;
}

.lynx-nav-button:hover {
  background-color: var(--waves-library--black);
}

.lynx-navbar {
  background-color: var(--background);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-bottom: 1px solid #00000040;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px 20px;
  display: flex;
}

.title {
  text-align: center;
  font-family: Gallient, Arial, sans-serif;
  font-weight: 300;
}

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

.column-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.columns {
  background-color: var(--background);
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.lynx-content {
  background-color: var(--background);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.lynx-heading {
  color: var(--lol);
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 120%;
}

.lynx-subtitle {
  color: var(--red);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-paragraph {
  color: var(--lynx--grey);
  max-width: 820px;
  margin-bottom: 36px;
  font-family: Varela, sans-serif;
  font-size: 18px;
  line-height: 165%;
}

.lynx-grid-image-right {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  width: 100%;
}

.lynx-block-left {
  padding-right: 15%;
}

.lynx-button {
  background-color: var(--red);
  color: var(--lynx--white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 22px 36px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: background-color .2s;
}

.lynx-button:hover {
  background-color: var(--lynx--medium-purple);
}

.lynx-block-image {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.lynx-image {
  object-fit: cover;
  border-radius: 30px;
  min-height: 500px;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.lynx-image-absolute {
  z-index: 50;
  object-fit: cover;
  border-radius: 30px;
  max-width: 56%;
  position: absolute;
  inset: auto auto -6% -12%;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

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

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.heading {
  background-color: var(--background);
  text-align: center;
  font-family: "Century Gothic 1", Arial, sans-serif;
}

.lynx-lightbox-link {
  justify-content: center;
  align-items: center;
  width: 70%;
  padding-top: 60px;
  transition: filter .4s;
  display: flex;
  position: relative;
}

.lynx-lightbox-link:hover {
  filter: brightness(112%);
}

.lynx-play-purple-center {
  background-color: var(--lynx--medium-purple);
  background-image: url('../images/Play.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  position: absolute;
  box-shadow: 0 0 0 15px #8979ec1a;
}

.lynx-image-lightbox-shaped {
  object-fit: cover;
  border-radius: 270px 30px;
  width: 100%;
  height: 500px;
}

.lynx-image-lightbox {
  object-fit: cover;
  border-radius: 30px;
  width: 100%;
  height: 500px;
}

.lynx-block-lightbox {
  background-color: var(--lynx--white);
  text-align: center;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  margin-top: 0;
  padding: 55px 40px 45px;
  display: flex;
  position: absolute;
  inset: auto auto -8%;
}

.lynx-heading-lightbox {
  color: var(--waves-library--black);
  max-width: 530px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Serif, serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 126%;
  text-decoration: none;
}

.lynx-play-purple {
  background-color: var(--red);
  background-image: url('../images/Play.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  position: absolute;
  inset: -35px auto auto;
  box-shadow: 0 0 0 15px #8979ec1a;
}

.paragraph-4 {
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.div-block-2 {
  background-color: var(--background);
  text-align: center;
  height: 100px;
}

.div-block-3 {
  background-color: var(--background);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  display: flex;
}

.waves---section-medium {
  background-color: var(--background);
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves-master-gallery-3 {
  height: auto;
  position: sticky;
  top: 10vh;
  overflow: hidden;
}

.waves-bottom-gird-gallery-3 {
  grid-template-rows: auto;
  grid-template-columns: .9fr .8fr 1.2fr .7fr;
  width: 120vw;
  height: 39vh;
  margin-bottom: 0;
}

.waves-top-grid-gallery-3 {
  grid-template-rows: auto;
  grid-template-columns: .7fr 1.2fr .8fr .9fr;
  width: 120vw;
  height: 39vh;
  margin-bottom: 16px;
}

.waves-small-image-wrap-gallery-3 {
  border-radius: 8px;
  height: 70%;
  position: relative;
  overflow: hidden;
}

.waves-medium-image-wrap-gallery-3 {
  border-radius: 8px;
  height: 80%;
  position: relative;
  overflow: hidden;
}

.waves-big-image-wrap-gallery-3 {
  border-radius: 8px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.waves-image-gallery-3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.waves---cta-dark {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark:hover {
  background-color: #131313e6;
}

.waves---cta-dark.wide-cta {
  min-width: 200px;
}

.waves---main-container {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---paragraph-small {
  font-size: 16px;
  line-height: 130%;
}

.waves---paragraph-big {
  font-size: 20px;
  line-height: 130%;
}

.waves---paragraph-regular {
  font-size: 18px;
  line-height: 130%;
}

.waves-icon-24 {
  width: 24px;
  height: 24px;
}

.waves-footer-2 {
  background-color: var(--waves-library--white);
  padding-top: 80px;
  padding-bottom: 64px;
}

.waves-top-footer-2 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.waves-top-left-footer-2 {
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 350px;
  display: flex;
}

.waves-top-right-footer-2 {
  grid-column-gap: 120px;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.waves-divider-footer-2 {
  background-color: #13131333;
  width: 100%;
  height: 1px;
  margin-top: 64px;
  margin-bottom: 32px;
}

.waves-brand-link-footer-2 {
  height: 32px;
}

.waves-brand-footer-2 {
  height: 100%;
}

.waves-column-links-footer-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves-links-wrap-footer-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves-link-footer-2 {
  text-decoration: none;
}

.waves-bottom-footer-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.waves-bottom-right-footer-2 {
  grid-column-gap: 24px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.hero-heading-center-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-3 {
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.timeline_quote {
  color: #fff;
  margin-bottom: 16px;
  font-size: 14px;
}

.timeline_image-wrapper {
  background-image: linear-gradient(138deg, #000, #0000 28%), url('../images/Image-Background.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 12px;
  overflow: hidden;
}

.timeline_centre {
  justify-content: center;
  display: flex;
}

.inline-block {
  display: inline-block;
}

.timeline_date-text {
  color: #000000ab;
  letter-spacing: -.03em;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  position: sticky;
  top: 50vh;
}

.overlay-fade-bottom {
  background-image: linear-gradient(to top, #0a0a0a, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: auto 0% 0%;
}

.text-colour-lightgrey {
  color: #ffffffa6;
}

.timeline_quote-text-wrapper {
  flex: 1;
}

.timeline_link {
  opacity: .6;
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  border-radius: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.timeline_link:hover {
  opacity: 1;
}

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

.timeline_quote-wrapper {
  border: 2px solid #fff;
  border-radius: 16px;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.overlay-fade-top {
  background-image: linear-gradient(#0a0a0a, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: 0% 0% auto;
}

.timeline_text {
  color: #000000b8;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}

.link-icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.timeline_progress-bar {
  z-index: -1;
  background-color: #fff;
  background-image: linear-gradient(#ff7448, #ff4848 51%, #6248ff);
  width: 3px;
  height: 50vh;
  position: fixed;
  inset: 0 auto 50vh;
}

.text-colour-white {
  color: #fff;
}

.timeline_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.timeline_badge {
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #ffffff26;
  border-radius: 8px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 6px 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.timeline_quote-image {
  border-radius: 8px;
  width: 48px;
  height: 48px;
  margin-right: 24px;
}

.timeline_quote-title {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.timeline_circle {
  background-color: #fff;
  border-radius: 100%;
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  min-height: 15px;
  max-height: 15px;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 0 8px #0a0a0a;
}

.timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
}

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

.timeline_definition-wrapper {
  background-color: #ffffff0d;
  border-radius: 16px;
  padding: 16px;
}

.timeline_item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.timeline_progress {
  z-index: -2;
  background-color: #414141;
  width: 3px;
  height: 100%;
  position: absolute;
}

.section-timeline {
  z-index: -3;
  background-color: var(--background);
  position: relative;
}

.section-timeline.timeline2 {
  display: none;
}

.timeline_milestone-badge {
  color: #161616;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.body {
  background-color: var(--background);
}

.div-block-4 {
  background-color: #fafaf8;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.button-2 {
  color: #040126;
  text-align: center;
  letter-spacing: -.03rem;
  background-color: #9adbff;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  overflow: visible;
}

.button-2.d-10 {
  box-sizing: border-box;
  float: none;
  clear: none;
  aspect-ratio: auto;
  color: #fff;
  text-align: left;
  background-color: #a70404;
  border: 1px solid #fff;
  width: 200px;
  margin-top: 60px;
  margin-bottom: -24px;
  font-family: Montserrat, sans-serif;
  transition: transform .3s, box-shadow .3s;
  display: inline-block;
  box-shadow: -4px 4px #a70404;
}

.button-2.d-10:hover {
  background-color: var(--red);
  transform: translate(0, 3px);
  box-shadow: 0 0 #5b96fe;
}

.button-2.d-10.insta {
  flex: 0 auto;
  width: 200px;
  padding-top: .85rem;
  font-family: Montserrat, sans-serif;
  display: block;
}

.button-2.d-10.button-custom {
  text-align: center;
  margin-top: 13px;
  margin-bottom: 0;
}

.service-banner {
  width: 100vw;
  overflow: hidden;
}

.service-text {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  width: 1000vw;
}

.text-block-3 {
  font-family: Exo, sans-serif;
  font-size: 4.8rem;
  font-weight: 900;
  line-height: 1.25;
}

.stats-banner {
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  width: 100vw;
  overflow: hidden;
}

.stats-banner-text {
  align-items: center;
  width: 2000vw;
  height: 6rem;
  font-size: 6rem;
  display: flex;
}

.text-block {
  color: #000;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1.4;
}

.layers-text {
  color: #000;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 4rem;
  font-weight: 800;
  line-height: .8;
}

.image-2 {
  border-radius: 20px;
  height: 200px;
  padding-bottom: 20px;
}

.btn {
  color: #051328;
  cursor: pointer;
  background-color: #e7e7e7;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 3rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.btn.btn-twenty {
  color: #051328;
  text-transform: uppercase;
  background-color: #0000;
  width: 120px;
  height: 120px;
  left: 43px;
}

.btn.btn-twenty.first {
  top: 15px;
}

.btn.btn-ten {
  background-color: #00f;
  overflow: hidden;
}

.marquee {
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.marquee-inner {
  opacity: 0;
}

.preloader-bar-2 {
  background-color: #4fff86;
  width: 50%;
  height: 100%;
}

.c-preloader-title {
  margin-bottom: .5em;
  padding-left: .5em;
  padding-right: .5em;
  overflow: hidden;
}

.preloader-bar-1 {
  background-color: #ff5050;
  border-radius: 1000px;
  justify-content: center;
  width: 60%;
  height: 100%;
  display: flex;
}

._w-preloader-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.c-preloader-content {
  z-index: 5;
  position: absolute;
}

.preloader-text {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: PT Serif, serif;
}

.c-preloader {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

._w-preloader {
  background-color: #13131300;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.c-preloader-bar {
  background-color: #222;
  border-radius: 1000px;
  justify-content: center;
  width: 15em;
  height: .25em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.c-preloader-curtain {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.preloader-curtain {
  background-color: #131313;
  width: 50%;
  height: 100%;
  position: relative;
}

.preloader-curtain.right._1 {
  background-color: var(--red);
}

.preloader-curtain.right._2 {
  background-color: #13131380;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.preloader-curtain.left._1 {
  background-color: var(--red);
}

.preloader-curtain.left._2 {
  background-color: #13131380;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.cloneable-area {
  min-height: 50vh;
  position: absolute;
}

.pointer---wrap {
  z-index: 1001;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.pointer {
  background-color: #f24654;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 20em;
  height: 20em;
  display: flex;
  transform: scale(0);
}

.pointer---arrow {
  transform: rotate(-45deg);
}

.arrow {
  width: 10em;
  position: relative;
}

.arrow---body {
  background-color: #fff;
  width: 9em;
  height: 1em;
}

.arrow---head-wrap {
  transform-origin: 100% 0;
  position: absolute;
  top: 50%;
  right: 0;
  transform: rotate(45deg);
}

.arrow---head {
  border-top: 1em solid #fff;
  border-right: 1em solid #fff;
  width: 5em;
  height: 5em;
}

.paragraph-7 {
  color: #333c;
  text-align: center;
  width: 500px;
  padding-top: 10px;
}

.column-5 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.column-6, .column-7 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.columns-2 {
  background-color: var(--background);
  height: 300px;
}

.lynx-content-2 {
  background-color: var(--background);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 140px;
  display: flex;
}

.lynx-heading-2 {
  color: var(--red);
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: PT Serif, serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 120%;
}

.lynx-subtitle-2 {
  color: var(--red);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-paragraph-2 {
  color: var(--lynx--grey);
  max-width: 820px;
  margin-bottom: 36px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 165%;
}

.lynx-grid-image-right-2 {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  width: 100%;
}

.lynx-block-left-2 {
  width: 100%;
  padding-left: 0;
  padding-right: 15%;
}

.lynx-button-2 {
  background-color: var(--red);
  color: var(--lynx--white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 22px 36px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: background-color .2s;
}

.lynx-button-2:hover {
  background-color: var(--lynx--medium-purple);
}

.lynx-block-image-2 {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.lynx-image-2 {
  object-fit: cover;
  border-radius: 30px;
  min-height: 500px;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.lynx-image-absolute-2 {
  z-index: 50;
  object-fit: cover;
  border-radius: 30px;
  max-width: 56%;
  position: absolute;
  inset: auto auto -6% -12%;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.flex-block-3 {
  text-align: left;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  margin-top: 0;
  padding-top: 20px;
}

._100-margin-top {
  margin-top: 100px;
}

.carousel-container {
  border-radius: 100px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.logo-container {
  background-color: #000;
  justify-content: space-around;
  min-width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.logo-container._2 {
  margin-left: -.1%;
}

.logo-image {
  height: 40px;
}

.section {
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 16em;
  padding-bottom: 16em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-card {
  border: .5em solid #000;
  flex: none;
  width: 30em;
  position: relative;
  box-shadow: 7px 7px #000;
}

.work-card---ratio {
  padding-top: 177.778%;
  position: relative;
}

.work-card---inner {
  grid-row-gap: 2em;
  flex-direction: column;
  display: flex;
  position: absolute;
  inset: 2em;
}

.work-card---image {
  padding-top: 150%;
  position: relative;
}

.ratio-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.center-text {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.parallax-image-large {
  border-radius: 4px;
  width: 20vw;
  height: 20vw;
  position: absolute;
  overflow: hidden;
}

.parallax-image-large.image-6 {
  z-index: 1;
  top: 9.5vw;
  right: 0;
}

.parallax-image-large.image-1 {
  z-index: 1;
  inset: 6vw auto auto 3.5vw;
}

.parallax-image-large.image-7 {
  z-index: 2;
  bottom: 2.5vw;
  right: 7vw;
}

.section-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.section-2.parallax-section {
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.center-flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 18px;
  font-weight: 400;
  display: flex;
}

.center-flex.relative-above {
  background-color: var(--background);
  padding-top: 16px;
}

.parallax-image-medium {
  border-radius: 4px;
  width: 12vw;
  height: 12vw;
  position: absolute;
  overflow: hidden;
}

.parallax-image-medium.image-5 {
  z-index: 2;
  inset: 0 auto auto 50vw;
}

.parallax-image-medium.image-2 {
  z-index: 2;
  inset: 20vw auto auto 0;
}

.collection-wrapper {
  width: 100%;
  height: 100%;
  display: block;
}

.parallax-image-small {
  border-radius: 4px;
  width: 10vw;
  height: 10vw;
  position: absolute;
  overflow: hidden;
}

.parallax-image-small.image-4 {
  z-index: 2;
  inset: auto auto 6vw 24vw;
}

.parallax-image-small.image-3 {
  z-index: 1;
  inset: auto auto 9.5vw 20vw;
}

.container-4 {
  width: 95%;
  max-width: 1350px;
  position: relative;
}

.container-4.center-flex.parallax-container {
  z-index: 1;
  perspective: 1800px;
  height: 100vh;
  position: relative;
}

.handle-button {
  background-color: var(--red);
  color: #fff;
  text-transform: uppercase;
  border-radius: 30px;
  margin-bottom: 15px;
  padding: 7.5px 10px;
  font-size: 10px;
  line-height: 1.3em;
}

.follow-button {
  color: #000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #1f1f1f;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 10px 30px;
  transition: transform .5s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.follow-button:hover {
  transform: translate(0, -3px);
}

.follow-button.blue-bg {
  color: #fff;
  background-color: #203492;
  border-style: none;
}

.image-8 {
  border-radius: 40px;
}

.image-9 {
  height: 400px;
}

.image-10 {
  border-radius: 20px;
  height: 250px;
}

.image-11 {
  border-radius: 20px;
  width: auto;
  height: 250px;
}

.flex-block-5 {
  background-color: var(--background);
  border-top: 1px solid #0000003b;
  justify-content: flex-start;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 10px;
}

.image-12 {
  height: 300px;
}

.lynx-block-footer {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.lynx-logo-footer {
  width: 76px;
  margin-bottom: 16px;
}

.lynx-footer-dark {
  background-color: var(--red);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  width: 100%;
  max-width: 1392px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.lynx-grid-footer-dark {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr 1fr 1fr;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.lynx-heading-footer-white {
  color: #ffffff80;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-bottom: 22px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  line-height: 140%;
}

.lynx-link-footer-large-white {
  color: var(--lynx--white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
}

.lynx-link-footer-large-white:hover {
  color: var(--lynx--medium-purple);
}

.lynx-block-footer-down {
  border-top: 1px solid #dfdad233;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
}

.lynx-text-footer-dark {
  color: #ffffff80;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 11px;
  line-height: 140%;
}

.lynx-link-footer-dark {
  color: #ffffff80;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 11px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
}

.lynx-link-footer-dark:hover {
  color: var(--lynx--white);
}

.lynx-content-3 {
  background-color: var(--background);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin: 67px auto auto;
  padding-bottom: 140px;
  display: flex;
}

.lynx-block-center {
  background-color: var(--background);
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lynx-heading-3 {
  background-color: var(--background);
  color: var(--red);
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: Montserrat, sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 120%;
}

.lynx-subtitle-3 {
  background-color: var(--background);
  color: var(--red);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-slider {
  background-color: var(--waves-library--white);
  border-radius: 30px;
  width: 80%;
  height: 380px;
  margin-top: 14px;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.lynx-left-arrow {
  background-color: var(--red);
  background-image: url('../images/Arrow_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  left: -20px;
}

.lynx-right-arrow {
  background-color: var(--red);
  background-image: url('../images/Arrow_3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  right: -20px;
}

.lynx-slide-nav {
  display: none;
}

.lynx-block-slide {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 50px 8%;
  display: flex;
}

.lynx-image-slide {
  object-fit: cover;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 200px;
  border-bottom-left-radius: 30px;
  width: 50%;
  height: 100%;
  display: inline-block;
}

.lynx-paragraph-slide {
  color: var(--lynx--grey);
  margin-bottom: 36px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 165%;
  text-decoration: underline;
}

.lynx-paragraph-slide.title {
  color: var(--red);
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  font-weight: 600;
}

.lynx-block-slide-reviews {
  height: 100%;
  display: flex;
}

.lynx-image-client {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.lynx-client {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lynx-text-client {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 14px;
  display: flex;
}

.lynx-heading-client {
  color: var(--red);
  margin-top: 0;
  margin-bottom: 2px;
  font-family: PT Serif, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 132%;
}

.lynx-client-info {
  color: var(--lynx--grey);
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.image-13 {
  border-radius: 40px;
  padding-left: 140px;
}

.body-2 {
  padding-left: 0;
  padding-right: 0;
}

.lynx-content-hero {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1392px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lynx-subtitle-white {
  color: var(--lynx--white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-heading-white {
  color: var(--lynx--white);
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: PT Serif, serif;
  font-size: 58px;
  font-weight: 400;
  line-height: 114%;
}

.lynx-button-white {
  background-color: var(--lynx--white);
  color: var(--red);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 22px 36px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

.lynx-button-white:hover {
  background-color: var(--red);
  color: var(--lynx--white);
}

.lynx-hero-large {
  background-image: url('../images/Hero_3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 650px;
  display: flex;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.lynx-block-hero-large {
  background-color: var(--lynx--medium-purple);
  border-radius: 30px 30px 360px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: -34px;
  padding: 100px 60px;
  display: flex;
}

.lynx-paragraph-white {
  color: var(--lynx--white);
  max-width: 460px;
  margin-bottom: 36px;
  font-family: Varela, sans-serif;
  font-size: 18px;
  line-height: 165%;
}

.form-block {
  padding: 40px 0 40px 20px;
}

.flex-block-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
}

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

.flex-block-9 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: row;
}

.column-9 {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.product {
  color: var(--lol);
  width: 100%;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.product.price {
  color: var(--lynx--grey);
  text-decoration: none;
}

.lynx-content-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lynx-lightbox-link-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  transition: filter .4s;
  display: flex;
  position: relative;
}

.lynx-lightbox-link-2:hover {
  filter: brightness(112%);
}

.lynx-play-purple-center-2 {
  background-color: var(--lynx--medium-purple);
  background-image: url('../images/Play.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  position: absolute;
  box-shadow: 0 0 0 15px #8979ec1a;
}

.lynx-image-lightbox-shaped-2 {
  object-fit: cover;
  border-radius: 270px 30px;
  width: 100%;
  height: 500px;
}

.columns-3 {
  background-image: url('../images/cool-background.png');
  background-position: 0 0;
  background-size: auto;
  margin-bottom: 0;
  padding-bottom: 60px;
  padding-left: 20px;
}

.column-10 {
  background-color: #fff;
  border: 2px solid #00000026;
  border-radius: 0;
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 0 2px 5px #0003;
}

.image-14 {
  margin-top: 0;
}

.column-11 {
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
  display: flex;
}

.icon {
  color: #888;
  margin-right: 0;
  padding-top: 1px;
}

.dropdown-description-wrapper {
  width: 100%;
  padding-bottom: 48px;
  padding-left: 24px;
  padding-right: 24px;
}

.infotext {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
}

.infotext.grey {
  color: #909090;
}

.nav-point-wrapper {
  margin-left: 0;
  margin-right: 0;
  padding-left: 18px;
  padding-right: 18px;
  position: static;
}

.nav-point-wrapper.dropdown {
  margin-left: 0;
  margin-right: 0;
  padding-right: 13px;
}

.nav-point-wrapper.last-nav-item {
  padding-right: 0;
}

.logo {
  width: 150px;
  margin-top: 2px;
}

.dropdown-icon-wrapper {
  width: 100%;
}

.dropdown-list {
  background-color: #f8f9fc;
  height: 400px;
  inset: 82px 0% auto;
  overflow: hidden;
}

.nav-menu {
  flex: 1;
  justify-content: flex-end;
  display: flex;
  position: static;
}

.dropdown-icon {
  width: 60px;
  height: 60px;
}

.centered_w1 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
  display: block;
}

.centered_w1.nav-wrapper {
  z-index: 2;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-main {
  z-index: 99;
  background-color: #fff;
  border-bottom: 1px solid #bebebe;
  border-radius: 40px;
  width: 90%;
  height: auto;
  margin-top: 10px;
  margin-left: 5%;
  margin-right: 5%;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 5px #0003;
}

.nav-link {
  color: #909090;
  letter-spacing: .2px;
  text-transform: uppercase;
  cursor: pointer;
  padding: 33px 0 28px;
  font-size: 12px;
  font-weight: 500;
  transition: color .3s ease-in-out;
}

.nav-link:hover {
  color: var(--red);
  font-size: 12px;
}

.nav-link.w--current {
  color: #de5000;
  border-bottom: 3px solid #de5000;
}

.dropdown-item-wrapper {
  z-index: 1;
  box-shadow: none;
  background-color: #f7f9fc;
  height: 100%;
  display: flex;
}

.dropdown-toggle {
  padding: 0 18px 0 0;
}

.dropdown-item {
  text-align: center;
  background-color: #f7f9fc;
  border-right: 1px solid #ddd;
  flex-wrap: wrap;
  flex: 1;
  align-items: flex-end;
  height: 400px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.dropdown-item:hover {
  background-color: #eff1f5;
}

.logo-wrapper {
  align-self: center;
  margin-right: 42px;
  padding-left: 0;
}

.dropdown-link {
  color: #de5000;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.page-dropdown-overlay {
  z-index: 1;
  background-color: #0006;
  display: none;
  position: fixed;
  inset: 0%;
}

.lynx-content-hero-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1392px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lynx-subtitle-white-2 {
  color: var(--lynx--white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-heading-white-2 {
  color: var(--lynx--white);
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: PT Serif, serif;
  font-size: 58px;
  font-weight: 400;
  line-height: 114%;
}

.lynx-button-white-2 {
  background-color: var(--lynx--white);
  color: var(--red);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 22px 36px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

.lynx-button-white-2:hover {
  background-color: var(--red);
  color: var(--lynx--white);
}

.lynx-hero-large-2 {
  background-image: url('../images/Hero_3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 650px;
  display: flex;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.lynx-block-hero-large-2 {
  background-color: var(--lynx--medium-purple);
  border-radius: 30px 30px 360px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: -34px;
  padding: 100px 60px;
  display: flex;
}

.lynx-paragraph-white-2 {
  color: var(--lynx--white);
  max-width: 460px;
  margin-bottom: 36px;
  font-family: Varela, sans-serif;
  font-size: 18px;
  line-height: 165%;
}

.lynx-content-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lynx-paragraph-3 {
  color: var(--lynx--grey);
  max-width: 820px;
  margin-bottom: 36px;
  font-family: Varela, sans-serif;
  font-size: 18px;
  line-height: 165%;
}

.lynx-grid-2-columns {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  width: 100%;
  margin-top: 14px;
}

.lynx-features-large {
  background-color: var(--lynx--white);
  text-align: center;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.lynx-link-block-features {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  transition: filter .4s;
  display: flex;
  position: relative;
}

.lynx-link-block-features:hover {
  filter: brightness(112%);
}

.lynx-subtitle-software {
  color: var(--lynx--deep-pink);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: #fd4b8b1a;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 7px 12px;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
  display: inline-block;
}

.lynx-block-features-large {
  padding: 55px 45px 35px;
}

.lynx-heading-features-large {
  color: var(--red);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: PT Serif, serif;
  font-size: 37px;
  font-weight: 400;
  line-height: 122%;
}

.lynx-image-features {
  object-fit: cover;
  border-radius: 50% 50% 30px 30px;
  width: 100%;
  min-height: 300px;
}

.lynx-arrow-features {
  background-color: var(--red);
  background-image: url('../images/Arrow_2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  flex: none;
  width: 55px;
  height: 55px;
  position: absolute;
  inset: -25px auto auto;
}

.lynx-subtitle-productivity {
  color: var(--lynx--medium-purple);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: #8979ec1a;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 7px 12px;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
  display: inline-block;
}

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

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

.grid-2-columns.title-and-categories {
  grid-template-columns: .6fr 1fr;
  margin-bottom: 64px;
}

.section-3 {
  padding-top: 176px;
  padding-bottom: 176px;
}

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

.categories-badges-wrapper {
  justify-content: flex-end;
  display: flex;
}

.height-100 {
  height: 100%;
}

.categories-badges-item-wrapper {
  flex-direction: row;
  display: flex;
}

.empty-state {
  text-align: center;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 11px;
  padding: 26px 24px;
  box-shadow: 0 2px 12px #14142b14;
}

.section-4 {
  padding-top: 176px;
  padding-bottom: 176px;
}

.container-5 {
  height: 100px;
}

.div-block-5 {
  background-color: var(--waves-library--white);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  inset: -113px 0 0 672px;
  box-shadow: 0 2px 5px #0003;
}

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

.container-6 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 31px;
  display: flex;
}

.image-15 {
  border-radius: 30px;
}

.heading-2 {
  text-align: center;
  border-bottom: 2px solid #0000002b;
  width: 150px;
  margin-top: 0;
  margin-bottom: 40px;
  padding-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.flex-block-12 {
  border-bottom: 0 solid #00000024;
  justify-content: center;
  align-items: center;
  width: 250px;
  position: static;
}

.div-block-6 {
  background-color: var(--red);
  border-radius: 30px;
  margin-top: 33px;
  margin-left: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.text-block-8 {
  color: var(--waves-library--white);
}

.paragraph-8 {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.heading-3 {
  color: var(--red);
  font-family: PT Serif, serif;
}

.field-label-2 {
  color: var(--lynx--grey);
  font-family: Montserrat, sans-serif;
}

.flex-block-13 {
  background-color: var(--alley-component-library--blue--700);
  border: 0 solid #00000036;
  border-radius: 20px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.text-field, .text-field-2, .flex-block-14, .text-field-3 {
  width: 230px;
}

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

.select-field, .select-field-2 {
  font-size: 12px;
}

.field-label-3, .field-label-4, .field-label-5, .field-label-6, .field-label-7 {
  color: var(--lynx--grey);
}

.flex-block-15 {
  justify-content: flex-start;
  align-items: flex-end;
}

.success-message {
  background-color: var(--red);
  color: var(--lynx--white);
}

.img {
  height: 23px;
}

.img-2, .img-3, .img-4 {
  height: 20px;
}

.flex-block-16 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: row;
}

.text-block-9, .text-block-10 {
  color: var(--lynx--grey);
}

.image-17 {
  height: 60px;
  line-height: 15px;
}

.heading-4 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.waves---main-container-2 {
  max-width: 1352px;
  margin-top: -114px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---paragraph-small-2 {
  color: var(--red);
  font-size: 16px;
  line-height: 130%;
}

.waves---section-medium-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves---heading-2-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---heading-3-no-margins {
  color: var(--red);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 700;
  line-height: 120%;
}

.waves---paragraph-big-2 {
  font-size: 20px;
  line-height: 130%;
}

.waves---limit-510 {
  max-width: 510px;
}

.waves---center-heading {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---paragraph-regular-2 {
  color: var(--lynx--grey);
  font-size: 18px;
  line-height: 130%;
}

.waves-blog-grid-3 {
  grid-column-gap: 32px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 48px;
}

.waves-tile-blog-1 {
  grid-row-gap: 32px;
  flex-direction: column;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.waves-tile-blog-1.unique {
  width: 30%;
  min-width: auto;
}

.waves-image-wrap-blog-1 {
  border-radius: 12px;
  padding-top: 62%;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.waves-tag-blog-1 {
  z-index: 3;
  background-color: var(--red);
  color: var(--waves-library--white);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 4px 16px;
  font-size: 14px;
  display: flex;
  position: absolute;
  inset: 16px auto auto 16px;
}

.waves-bottom-blog-1 {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves-blog-details-1 {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 8px;
  display: flex;
}

.waves-circle-blog-1 {
  background-color: var(--waves-library--black);
  border-radius: 50%;
  width: 4px;
  height: 4px;
}

.a-margin-bottom-24 {
  margin-bottom: 24px;
}

.a-container-large {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.a-margin-bottom-16 {
  margin-bottom: 16px;
}

.a-detail-regular {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

.a-h3-heading {
  color: var(--alley-component-library--gray--900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.a-caption {
  letter-spacing: -.01em;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}

.a-section-regular {
  padding: 92px 5%;
  position: relative;
}

.a-button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--alley-component-library--blue--900);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.a-button-primary:hover {
  background-color: var(--alley-component-library--blue--800);
}

.a-button-primary:active {
  background-color: var(--alley-component-library--blue--700);
}

.a-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.a-subheading-large {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
}

.a-text-link-regular {
  color: var(--alley-component-library--blue--900);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

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

.a-blog-grid-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
}

.a-blog-title-grid-item {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.a-blog-card-outline {
  border: 1px solid var(--alley-component-library--gray--0);
  border-radius: 24px;
  overflow: hidden;
}

.a-blog-details-wrapper {
  padding: 24px;
}

.a-blog-image-wrapper {
  width: 100%;
  height: 270px;
  overflow: hidden;
}

.lynx-content-6 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lynx-subtitle-white-3 {
  color: var(--lynx--white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-form {
  background-color: #ffffff1a;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lynx-text-field {
  color: var(--lynx--white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px #000;
  min-width: 200px;
  height: 46px;
  margin-bottom: 0;
  margin-left: 24px;
  margin-right: 10px;
  padding: 8px 0;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
}

.lynx-text-field::placeholder {
  color: #fff9;
}

.lynx-submit-button {
  background-color: var(--lynx--white);
  color: var(--red);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 22px 36px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  transition: background-color .3s, color .3s;
}

.lynx-submit-button:hover {
  background-color: var(--red);
  color: var(--lynx--white);
}

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

.lynx-success-message {
  background-color: #32b77aa6;
  border-radius: 50px;
  padding: 20px 29px;
}

.lynx-text-message {
  color: var(--lynx--white);
  font-family: Varela, sans-serif;
  font-size: 16px;
  line-height: 140%;
}

.lynx-error-message {
  background-color: #fd4b8ba6;
  border-radius: 30px;
  margin-top: 15px;
  padding: 20px 30px;
}

.lynx-block-newsletter-text {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-right: 20px;
  display: flex;
}

.lynx-newsletter-horizontal {
  background-color: var(--lynx--medium-purple);
  text-align: center;
  border-radius: 30px;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding: 70px 50px;
  display: flex;
}

.lynx-heading-white-margin {
  color: var(--lynx--white);
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Serif, serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 120%;
}

.lynx-newsletter-image {
  background-image: url('../images/Newsletter.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  width: 100%;
  padding: 290px 24px 24px;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.slider {
  background-color: var(--background);
  width: 90%;
  height: 400px;
  margin-left: 5%;
  margin-right: 5%;
}

.image-18 {
  border-radius: 20px;
  height: 400px;
  margin-left: 129px;
}

.mask {
  height: 400px;
}

.left-arrow {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.flex-block-18 {
  border: 0 solid #0000003b;
  border-radius: 100%;
  padding: 10px;
}

.img-5 {
  height: 30px;
}

.right-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-6 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.div-block-7 {
  width: 100%;
  height: 400px;
}

.livechat-button {
  background-color: var(--gre);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  text-decoration: none;
  display: flex;
}

.livechat-button:hover {
  background-color: var(--gre);
}

.chat-block {
  background-color: #fff;
  border-radius: 8px;
  width: 80%;
  padding: 15px;
}

.close-live-chat-container {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  display: flex;
}

.live-icon-chat {
  margin-right: 0;
}

.top-section {
  justify-content: space-between;
  align-items: center;
  height: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.live-chat-text {
  color: #fff;
  text-decoration: none;
}

.whatsapp-block {
  z-index: 30;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: auto 30px 30px auto;
}

.live-chat-link {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 25%;
  text-decoration: none;
  display: flex;
}

.whatsapp-container {
  z-index: 30;
  background-color: var(--alley-component-library--blue--800);
  cursor: pointer;
  border: 0 solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.whatsapp-container:hover {
  background-color: var(--alley-component-library--blue--700);
  transform: scale(1.05);
}

.live-chat-top-text {
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 500;
  position: static;
}

.live-chat-top-text.block {
  color: var(--red);
  margin-bottom: 10px;
  font-size: 12px;
}

.chat-section {
  background-color: #e6ddd4;
  height: 50%;
  padding: 16px 20px;
}

.small-whatsapp-icon {
  margin-right: 10px;
}

.live-icon {
  background-color: #00b94a;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  inset: -4px auto auto 1px;
}

.whatsapp-chat {
  background-color: #fff;
  border: 1px solid #00000029;
  border-radius: 20px;
  flex-direction: column;
  width: 300px;
  height: 315px;
  margin-bottom: 16px;
  display: flex;
  overflow: hidden;
}

.live-chat-bottom-text {
  font-size: 10px;
}

.live-chat-bottom-text.block {
  margin-bottom: 5px;
  font-size: 12px;
}

.lynx-footer {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.lynx-link-footer {
  color: #1f202280;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 11px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
}

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

.lynx-text-footer {
  color: #1f202280;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 11px;
  line-height: 140%;
}

.lynx-block-footer-center {
  border-top: 1px solid #dfdad2;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 40px;
  display: flex;
}

.lynx-logo-footer-center {
  width: 64px;
  margin-left: 30px;
  margin-right: 30px;
}

.lynx-icon-social {
  width: 18px;
  height: 18px;
  display: block;
}

.lynx-social {
  grid-column-gap: 12px;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
  display: flex;
}

.lynx-link-block {
  background-color: var(--lynx--white);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  transition: background-color .3s;
  display: flex;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.lynx-link-block:hover {
  background-color: #1f20221a;
}

.flex-block-24 {
  grid-column-gap: 31px;
  grid-row-gap: 31px;
  flex-flow: row;
}

.section-6.is--dark {
  color: #dfdad5;
  background-color: #242022;
}

.splide {
  width: 100%;
  position: relative;
}

.splide__slide {
  flex: none;
  width: 33.3333%;
}

.container-9 {
  width: 1560px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 6em 2em;
}

.splide__arrows {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.splide__track {
  width: 100%;
}

.splide__list {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.slider-2._2 {
  display: none;
}

.c-image {
  border-radius: 20px;
  height: auto;
}

.c-image._2 {
  width: auto;
  height: auto;
}

.card {
  background-color: var(--background);
  border: 0 solid #0000001a;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  padding: 10px 10px 20px;
}

.mask-2 {
  height: 400px;
}

.img-6 {
  height: 25px;
  margin-left: 0;
}

.flex-block-27 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.text-block-12 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.flex-block-29 {
  box-shadow: 20px 20px 0 0 var(--red);
  background-color: #fff;
  border: 1px solid #000;
}

.text-block-13 {
  width: 400px;
  font-family: Montserrat, sans-serif;
}

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

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

.column-13 {
  margin-top: 60px;
  padding-bottom: 100px;
}

.container-10.perfil {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 140px;
  margin-bottom: 60px;
  display: flex;
}

.content {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  max-width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.image-22 {
  border-radius: 100%;
}

.div-block-9 {
  border: 3px solid var(--red);
  box-shadow: 9px 10px 0 0 var(--red);
  border-radius: 100px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-8 {
  color: var(--red);
  font-family: Ubuntu, Helvetica, sans-serif;
}

.text-block-14 {
  font-family: Oswald, sans-serif;
}

.text-block-15 {
  border: 0px solid var(--red);
  color: var(--red);
  font-family: Oswald, sans-serif;
}

.flex-block-31 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.img-9 {
  height: 40px;
  padding-left: 20px;
}

.flex-block-33 {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}

.heading-9 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.left-arrow-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.right-arrow-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.img-11 {
  height: 40px;
}

.heading-10 {
  text-align: left;
  width: 70%;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 27px;
  font-weight: 600;
}

.link-block, .link-block-2, .link-block-3, .link-block-4 {
  text-decoration: none;
}

.whitelist-banner {
  width: 100vw;
  overflow: hidden;
}

.whitelist-banner-text {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  align-items: center;
  width: 1000vw;
  height: 6rem;
  font-size: 4rem;
  display: flex;
}

.horizontal-flexbox {
  width: 1000vw;
  height: 100%;
  display: flex;
}

.whitelist-text-block {
  color: #000;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-family: PT Sans, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.1;
}

.whitelist-heading {
  color: #000;
  letter-spacing: .02rem;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 4.8rem;
  font-weight: 800;
  line-height: 1.2;
}

.item {
  justify-content: center;
  align-items: center;
  width: 50%;
  text-decoration: none;
  display: flex;
}

.item.oculto {
  display: none;
}

.flex-block-36 {
  background-image: url('../images/Design-sem-nome-11.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 40px;
  width: 100%;
  height: 100%;
}

.container-13 {
  background-image: url('../images/CARROSSEL-INSTAGRAM-2.jpg');
  background-position: 50% 0;
  background-size: auto 300px;
  width: 50%;
  height: 300px;
}

.flex-block-37 {
  border-bottom: 2px solid #00000024;
  flex-flow: row;
  margin-left: 10px;
  margin-right: 10px;
}

.flex-block-38 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 20px;
}

.heading-11 {
  color: var(--red);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 600;
}

.flex-block-39 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.container-14 {
  background-image: url('../images/BANNER-SITE-DESKTOP-namorados-1920-x-1080.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  width: 90%;
  max-width: 100%;
  height: 450px;
  display: flex;
}

.container-14.qw {
  display: none;
}

.flex-block-40 {
  background-color: #0000;
  display: block;
}

.img-14 {
  height: 40px;
}

.container-15 {
  flex-flow: column;
  margin-bottom: 85px;
  display: flex;
}

.heading-12 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
}

.heading-13 {
  color: #8f8f8f;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
}

.heading-13.sdfsfsd {
  color: #000;
}

.paragraph-9 {
  text-align: left;
  width: 80%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
}

.paragraph-9.subt {
  font-size: 20px;
}

.paragraph-9.subt.dsd {
  text-align: left;
  font-size: 24px;
}

.image-25 {
  vertical-align: top;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-26 {
  margin-left: auto;
  margin-right: auto;
}

.image-26.alinhamneto {
  margin-left: auto;
}

.container-16 {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 144px;
  display: flex;
}

.heading-14 {
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  display: none;
}

.heading-15 {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
}

.paragraph-10 {
  text-align: center;
  width: 68%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
}

.paragraph-11 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

.heading-16 {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
}

.paragraph-12 {
  font-family: Montserrat, sans-serif;
}

.paragraph-13 {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
}

.paragraph-14 {
  clear: none;
  text-align: justify;
  border: 1px solid #000;
  border-radius: 1px;
  width: 50%;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
  display: block;
  position: static;
}

.label {
  color: #6b6b6b;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 50px;
  font-weight: 600;
}

.heading-17 {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
}

.paragraph-15 {
  font-family: Montserrat, sans-serif;
}

.bold-text {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
}

.paragraph-16 {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
}

.bold-text-2 {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
}

.paragraph-17, .paragraph-18 {
  font-family: Montserrat, sans-serif;
}

.heading-18 {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
}

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

.paragraph-19 {
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
}

.paragraph-20 {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
}

.paragraph-21 {
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
}

.lynx-content-7 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lynx-lightbox-link-3 {
  justify-content: center;
  align-items: center;
  width: 100%;
  transition: filter .4s;
  display: flex;
  position: relative;
}

.lynx-lightbox-link-3:hover {
  filter: brightness(112%);
}

.lynx-play-purple-center-3 {
  background-color: var(--lynx--medium-purple);
  background-image: url('../images/Play.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  position: absolute;
  box-shadow: 0 0 0 15px #8979ec1a;
}

.lynx-image-lightbox-shaped-3 {
  object-fit: cover;
  border-radius: 270px 30px;
  width: 100%;
  height: 500px;
}

.slider-3 {
  width: 90%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.slider-3.mobile {
  display: none;
}

.slide-6 {
  width: 100%;
  height: 100%;
}

.icon-5 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  height: 1080px;
  display: none;
}

.right-arrow-3 {
  display: block;
}

.slide-7, .slide-8 {
  width: 100%;
  height: 100%;
}

.slide-9 {
  background-image: url('../images/5be8c81a-cf63-40c1-a624-800c4eb69288.jpg');
  background-position: 0 0;
  background-size: auto;
}

.left-arrow-3 {
  border: 1px solid #0000;
}

.container-18 {
  text-align: center;
  background-image: url('../images/Dias-das-maes.png');
  background-position: 50%;
  background-size: cover;
  width: 933px;
  height: 450px;
  position: static;
}

.div-block-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 933px;
  height: 450px;
  margin-left: 15%;
  display: flex;
}

.div-block-12 {
  width: 40%;
}

.div-block-12.timeline_date-text {
  margin-bottom: 0%;
}

.div-block-12.timeline_date-text.alci {
  width: 30%;
  padding-bottom: 0%;
  top: 7.5vh;
}

.mask-3 {
  background-color: #fff;
  flex: 1;
}

.container-19 {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  flex: 0 auto;
  display: flex;
}

.container-19.dsdsf {
  padding-top: 34px;
}

.image-32 {
  max-width: 100%;
}

.image-34 {
  max-width: 302px;
}

.slider-4, .div-block-13, .slider-5, .slider-6, .slider-7 {
  display: none;
}

.slide-14 {
  width: 32%;
}

.slider-8 {
  width: 96%;
  min-width: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slide-15, .slide-16 {
  width: 32%;
}

.container-20 {
  width: 100%;
}

.heading-21 {
  text-align: center;
  font-size: 24px;
}

.paragraph-22 {
  text-align: center;
}

.alinhamneto {
  margin-left: auto;
  margin-right: auto;
}

.section-8, .section-9 {
  display: flex;
}

.heading-23 {
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
}

.container-21 {
  display: flex;
}

.container-22 {
  flex-flow: row;
  width: 100%;
  max-width: 100%;
  margin-top: 34px;
  display: flex;
}

.container-23 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  width: 70%;
  margin-bottom: 70px;
  display: flex;
}

.image-44 {
  width: 200px;
}

.heading-24, .heading-25 {
  font-size: 22px;
}

.heading-26 {
  margin-bottom: 31px;
  font-size: 22px;
}

.heading-27 {
  color: #c70000;
  font-size: 18px;
}

.container-24 {
  border: 0 #000;
  width: 80%;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.section-10 {
  border-top: 1px solid #000;
  border-bottom: 0 #000;
  margin-bottom: 0;
  padding-top: 24px;
}

.slider-9 {
  display: none;
}

.heading-31-mobile {
  display: block;
}

.heading-31-mobile.mobile {
  display: none;
}

.heading-31 {
  text-align: center;
}

.sub-title {
  color: #b1b1b1;
  text-align: center;
  font-size: 18px;
}

.section-11 {
  margin-top: 46px;
  margin-bottom: 34px;
}

.slider-10 {
  width: auto;
  min-width: auto;
  height: auto;
  min-height: auto;
  margin-bottom: 142px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slide-17 {
  background-color: var(--background);
  width: auto;
  height: auto;
}

.mask-6 {
  width: auto;
  height: auto;
}

.slider-11 {
  width: 95px;
  margin-left: auto;
  margin-right: auto;
}

.slider-11.uni32423 {
  background-color: #fff;
  width: 95%;
  min-width: 200px;
  height: 9%;
  min-height: 300px;
  margin-bottom: 160px;
}

.section-12 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  display: flex;
}

.image-46 {
  margin-left: auto;
  margin-right: auto;
}

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

.container-29, .container-30 {
  flex-flow: column;
  display: flex;
}

.image-47 {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.image-48 {
  margin-left: auto;
  margin-right: auto;
}

.container-31 {
  flex-flow: column;
  display: flex;
}

.slider-12, .container-33 {
  display: none;
}

.italic-text {
  margin-left: auto;
  margin-right: auto;
}

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

  .lynx-nav-link {
    font-family: Montserrat, sans-serif;
    font-size: 13px;
  }

  .lynx-nav-link.w--current {
    font-size: 13px;
  }

  .lynx-nav-button {
    font-size: 15px;
  }

  .lynx-nav-button:hover {
    background-color: var(--ç);
  }

  .lynx-navbar {
    background-color: #fafaf8;
    border-bottom: 1px solid #00000036;
  }

  .lynx-nav-menu {
    padding-right: 0;
  }

  .column {
    height: 300px;
  }

  .column-4 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .columns {
    background-color: #fafaf8;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .lynx-heading {
    color: var(--lol);
    font-family: Montserrat, sans-serif;
    font-size: 36px;
  }

  .div-block-3 {
    height: 100px;
    margin-top: 20px;
    margin-bottom: 0;
    padding-top: 0;
  }

  .body {
    background-color: #fafaf8;
  }

  .div-block-4 {
    background-color: #fafaf8;
    width: 50%;
    height: 400px;
    margin-bottom: 0;
  }

  .button-2.d-10 {
    width: 220px;
    margin-top: 0;
    margin-right: 20px;
  }

  .button-2.d-10:hover {
    background-color: var(--red);
  }

  .button-2.d-10.bottom {
    width: 100%;
  }

  .image-2 {
    border-radius: 20px;
    height: 300px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .btn.btn-twenty {
    top: 0;
    left: 79px;
  }

  .btn.btn-twenty.mid {
    left: 0;
  }

  .btn.btn-twenty.first {
    z-index: 50;
    top: -22px;
  }

  .btn.btn-ten {
    background-color: var(--red);
    border-radius: 10px;
  }

  .btn.btn-ten:hover {
    color: var(--red);
  }

  .btn-text {
    font-family: PT Sans, sans-serif;
    font-weight: 400;
  }

  .cloneable-area {
    position: absolute;
  }

  .columns-2 {
    height: 100%;
  }

  .lynx-content-2 {
    background-color: #fafaf8;
    padding-top: 140px;
  }

  .lynx-block-image-2 {
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 20px;
    padding-left: 100px;
  }

  .image-3 {
    border-radius: 30px;
  }

  .flex-block-3 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 200px;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .center-text, .handle-button {
    font-family: Montserrat, sans-serif;
  }

  .image-10 {
    border-radius: 20px;
    height: 300px;
  }

  .image-11 {
    border-radius: 20px;
    height: 300px;
    margin-top: 0;
  }

  .lynx-footer-dark {
    margin-top: 60px;
  }

  .lynx-grid-footer-dark {
    height: 250px;
  }

  .lynx-heading-3 {
    font-family: Montserrat, sans-serif;
  }

  .lynx-hero-large {
    background-image: url('../images/Cópia-de-REVENDA-POSTS.png');
    background-position: 100%;
    background-size: auto;
  }

  .form-block {
    width: 80%;
    padding-right: 20px;
  }

  .flex-block-8 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .form {
    margin-top: 32px;
  }

  .flex-block-9 {
    margin-top: 22px;
  }

  .column-9 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .product {
    color: var(--lol);
    text-align: left;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    text-decoration: none;
  }

  .product.price {
    color: var(--lynx--grey);
    text-align: left;
    font-size: 15px;
  }

  .column-10 {
    height: 100vh;
  }

  .nav-main {
    width: 70%;
    margin-left: 15%;
  }

  .nav-link.w--current {
    color: var(--red);
  }

  .div-block-5 {
    width: 300px;
    height: 300px;
    top: -93px;
    left: 840px;
  }

  .div-block-5.o {
    position: relative;
    top: -116px;
    left: -28px;
  }

  .container-6 {
    max-width: 100%;
    margin-top: 76px;
  }

  .image-15 {
    width: 90%;
    height: auto;
  }

  .heading-2 {
    text-align: left;
    border-bottom-width: 0;
    width: 250px;
    font-family: Montserrat, sans-serif;
    font-size: 23px;
    font-weight: 500;
  }

  .flex-block-12 {
    border: 0 solid #0000002e;
    border-bottom-width: 1px;
  }

  .paragraph-8 {
    margin-top: 23px;
  }

  .flex-block-13 {
    background-color: var(--alley-component-library--blue--700);
  }

  .text-field, .text-field-2, .text-field-3 {
    width: 200px;
  }

  .flex-block-15 {
    justify-content: flex-start;
    align-items: center;
    margin-top: 60px;
    padding-bottom: 60px;
  }

  .textarea {
    height: 300px;
  }

  .img {
    height: 25px;
  }

  .flex-block-16 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
  }

  .heading-4 {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
  }

  .waves---main-container-2 {
    max-width: 70%;
    margin-top: -108px;
    margin-bottom: 0;
  }

  .waves---paragraph-small-2 {
    color: var(--lol);
    font-family: Montserrat, sans-serif;
  }

  .waves---heading-3-no-margins {
    color: #000;
    font-family: Montserrat, sans-serif;
  }

  .waves---center-heading {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .waves---paragraph-regular-2 {
    color: var(--lynx--grey);
    font-family: Montserrat, sans-serif;
  }

  .slider {
    justify-content: center;
    align-items: center;
    width: 70%;
    height: 500px;
    margin-left: 15%;
    display: flex;
  }

  .image-18 {
    margin-top: 40px;
    margin-left: 0;
  }

  .mask {
    width: 100%;
    height: 100%;
  }

  .left-arrow {
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }

  .right-arrow {
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
  }

  .heading-6 {
    text-align: center;
    padding-top: 60px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
  }

  .container-8 {
    max-width: 70%;
    margin-top: 40px;
    display: block;
  }

  .div-block-7 {
    justify-content: center;
    align-items: center;
    width: 75%;
    height: 500px;
    margin-left: 14%;
    display: flex;
  }

  .flex-block-20 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .flex-block-21 {
    background-color: #fff;
    border-radius: 20px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 290px;
    margin-top: 51px;
  }

  .text-block-11 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    padding-left: 10px;
    font-family: PT Sans, sans-serif;
    font-size: 25px;
    display: flex;
  }

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

  .livechat-button, .livechat-button:hover {
    background-color: var(--gre);
  }

  .whatsapp-container {
    background-color: var(--alley-component-library--blue--800);
    border-width: 0;
    width: 70px;
    height: 70px;
  }

  .whatsapp-container:hover {
    background-color: var(--alley-component-library--blue--700);
  }

  .whatsapp-icon {
    height: 60px;
  }

  .live-icon {
    top: 2px;
    left: 2px;
  }

  .flex-block-23 {
    justify-content: flex-start;
    align-items: center;
  }

  .flex-block-24 {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    flex-flow: row;
  }

  .slider-2 {
    height: 450px;
  }

  .slider-2._2 {
    display: none;
  }

  .c-image {
    border-radius: 20px;
    height: 250px;
  }

  .c-image._2 {
    width: 200px;
  }

  .card {
    background-color: var(--background);
    border: 0 solid #0000001c;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 20px 40px;
  }

  .mask-2 {
    height: 500px;
  }

  .div-block-8 {
    justify-content: flex-end;
    align-items: center;
    width: 95%;
    display: flex;
  }

  .div-block-8.end {
    justify-content: flex-start;
    align-items: center;
    width: 70%;
    margin-left: 15%;
  }

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

  .flex-block-26 {
    padding-top: 40px;
  }

  .slide-nav {
    margin-top: 0;
    padding-top: 0;
  }

  .img-6, .img-7 {
    height: 20px;
  }

  .flex-block-27 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 200px;
    left: 0;
  }

  .text-block-12 {
    font-family: PT Sans, sans-serif;
    font-size: 20px;
  }

  .flex-block-28 {
    padding-left: 100px;
  }

  .flex-block-29 {
    background-color: var(--lynx--white);
    box-shadow: 20px 20px 0 0 var(--red);
    border: 1px solid #000;
    justify-content: flex-start;
    align-items: center;
    width: 80%;
  }

  .text-field-4 {
    width: 200px;
  }

  .text-block-13 {
    width: 70%;
    margin-top: 20px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
  }

  .heading-7 {
    width: 90%;
    font-family: Montserrat, sans-serif;
  }

  .column-12 {
    margin-top: 100px;
  }

  .image-21 {
    border-radius: 20px;
    height: 400px;
  }

  .flex-block-30 {
    z-index: -5;
    background-color: var(--red);
    width: 80%;
    height: 550px;
    padding-bottom: 60px;
    position: relative;
    top: -513px;
    left: 29px;
  }

  .column-13 {
    margin-top: 100px;
  }

  .section-7 {
    height: 100px;
    margin-top: 100px;
  }

  .container-10 {
    max-width: 100%;
  }

  .container-10.perfil {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 140px;
    display: flex;
  }

  .content {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .image-22 {
    border-radius: 100%;
  }

  .div-block-9 {
    border: 3px solid var(--red);
    box-shadow: 14px 14px 0 0 var(--red);
    cursor: pointer;
    border-radius: 100px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 90px;
    display: flex;
  }

  .body-6 {
    background-color: var(--background);
  }

  .heading-8 {
    color: var(--red);
  }

  .text-block-14 {
    font-family: Oswald, sans-serif;
  }

  .text-block-15 {
    color: var(--red);
    font-family: Oswald, sans-serif;
    font-size: 20px;
    font-weight: 500;
  }

  .flex-block-31 {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .img-8 {
    color: var(--red);
  }

  .img-9 {
    height: 60px;
  }

  .flex-block-32 {
    padding-left: 20px;
  }

  .img-10 {
    height: 60px;
  }

  .flex-block-33 {
    width: 60px;
    height: 60px;
    margin-right: 20px;
  }

  .heading-9 {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 40%;
    height: 100%;
    font-family: Montserrat, sans-serif;
    font-size: 45px;
    font-weight: 400;
    display: flex;
  }

  .left-arrow-2 {
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .right-arrow-2 {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .img-11, .img-12 {
    height: 40px;
  }

  .container-11 {
    background-image: url('../images/Capa-Blog-Aliancas1.png');
    background-position: 0 0;
    background-size: auto;
    max-width: 100%;
    height: 600px;
  }

  .heading-10 {
    text-align: left;
    width: 500px;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 50px;
  }

  .link-block, .link-block-2, .link-block-3, .link-block-4 {
    text-decoration: none;
  }

  .item {
    justify-content: center;
    align-items: center;
    width: 40%;
    text-decoration: none;
    display: flex;
  }

  .slide-2 {
    height: 500px;
  }

  .flex-block-36 {
    background-image: url('../images/Design-sem-nome-11.jpg');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 500px;
  }

  .container-13 {
    background-image: url('../images/CARROSSEL-INSTAGRAM-2.jpg');
    background-position: 50% 0;
    background-size: auto 400px;
    width: 50%;
    max-width: 100%;
    height: 400px;
  }

  .flex-block-37 {
    border-bottom: 2px solid #00000029;
    flex-flow: row;
    margin-left: 10px;
    margin-right: 10px;
  }

  .flex-block-38 {
    justify-content: space-between;
    align-items: flex-start;
  }

  .heading-11 {
    color: var(--red);
    font-size: 16px;
  }

  .container-14 {
    background-image: url('../images/BANNER-SITE-DESKTOP-namorados-1920-x-1080.jpg');
    background-position: 50%;
    justify-content: center;
    align-items: flex-end;
    width: 90%;
    max-width: 100%;
    height: 700px;
    display: flex;
  }

  .container-14.qw {
    display: none;
  }

  .flex-block-40 {
    border-bottom: 1px solid #0000;
  }

  .slide-5 {
    width: 100%;
  }

  .flex-block-42 {
    justify-content: flex-start;
    align-items: flex-end;
    width: 75%;
    margin-left: 14%;
    margin-right: 14%;
  }

  .container-15 {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    margin-top: 64px;
  }

  .image-27 {
    height: 300px;
  }

  .image-28 {
    height: 400px;
  }

  .image-29 {
    height: 300px;
  }

  .heading-18 {
    margin-top: 43px;
  }

  .link {
    margin-top: 30px;
    margin-bottom: 38px;
    font-family: Montserrat, sans-serif;
    font-size: 25px;
  }

  .image-31 {
    overflow: clip;
  }

  .slider-3 {
    width: 90%;
    height: 700px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .slide-6 {
    background-position: 50%;
    width: 100%;
    height: 100%;
  }

  .slide-7 {
    background-image: url('../images/CAPA-BLOG-1-1.png');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
    width: 100%;
    height: 100%;
  }

  .slide-8 {
    vertical-align: baseline;
    background-color: #fff;
    width: 100%;
    min-width: 100%;
    height: 100%;
  }

  .container-18 {
    height: NaN% ;
    background-position: 50%;
    background-size: cover;
    width: auto;
  }

  .mask-3 {
    flex: 1;
  }

  .image-39, .image-40 {
    width: 100%;
  }
}

@media screen and (min-width: 1920px) {
  .lynx-nav-block {
    width: 90%;
    max-width: 100%;
    margin-left: 10%;
    margin-right: 10%;
  }

  .lynx-nav-link:hover {
    color: var(--red);
    font-family: Varela, sans-serif;
  }

  .lynx-nav-button {
    transition: background-color .2s;
  }

  .lynx-nav-button:hover {
    background-color: var(--waves-library--black);
  }

  .lynx-navbar {
    background-color: var(--background);
    border: 0 solid #000;
    border-bottom: 1px solid #0000002e;
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }

  .title {
    text-align: center;
    mix-blend-mode: normal;
    margin-top: 40px;
    font-family: Agatho, Arial, sans-serif;
    font-size: 100px;
    font-weight: 300;
    line-height: 100px;
  }

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

  .column {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 10px;
    display: flex;
  }

  .column-2 {
    justify-content: center;
    align-items: center;
    padding-right: 40px;
    display: flex;
  }

  .column-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .column-4 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    margin-top: 0;
  }

  .columns {
    background-color: #fafaf8;
    justify-content: flex-start;
    align-items: stretch;
    height: auto;
    margin-top: 60px;
    margin-left: 140px;
    margin-right: 140px;
    padding-top: 0;
    padding-left: 0;
    display: block;
  }

  .lynx-content {
    background-color: #fafaf8;
    padding-bottom: 60px;
  }

  .lynx-heading {
    color: var(--red);
    margin-bottom: 70px;
    font-weight: 500;
  }

  .lynx-image-absolute {
    top: 409px;
    bottom: 0%;
    left: 60%;
  }

  .hero-heading-center {
    margin-top: 60px;
  }

  .heading {
    text-align: center;
    background-color: #fafaf8;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 220px;
    padding-bottom: 20px;
    font-family: Gallient, Arial, sans-serif;
    font-size: 50px;
    font-weight: 300;
  }

  .paragraph {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin-left: 140px;
    margin-right: 140px;
    display: block;
  }

  .paragraph-2 {
    text-align: center;
    background-color: #fafaf8;
    justify-content: center;
    align-items: center;
    width: 30%;
    display: flex;
  }

  .cell {
    justify-content: center;
    align-items: flex-end;
    padding-right: 100px;
  }

  .paragraph-3 {
    text-align: center;
    width: 36%;
    padding-top: 20px;
    font-family: "Century Gothic 1", Arial, sans-serif;
    font-weight: 400;
  }

  .div-block {
    background-color: #fafaf8;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .cell-2 {
    justify-content: center;
    align-items: flex-start;
    padding-left: 100px;
  }

  .lynx-lightbox-link {
    background-color: #fafaf8;
    width: 100%;
    padding-bottom: 0;
  }

  .lynx-image-lightbox {
    background-color: #fafaf8;
    margin-top: 100px;
  }

  .lynx-image-lightbox:hover, .lynx-image-lightbox:focus-visible, .lynx-image-lightbox[data-wf-focus-visible] {
    background-color: #fafaf8;
  }

  .lynx-block-lightbox {
    box-shadow: none;
  }

  .lynx-heading-lightbox {
    font-size: 20px;
  }

  .lynx-play-purple {
    background-color: var(--red);
  }

  .paragraph-4 {
    text-align: center;
    background-color: #fafaf8;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
    display: flex;
  }

  .div-block-2 {
    box-sizing: border-box;
    clear: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    padding-left: 0%;
    text-decoration: none;
    display: block;
  }

  .image {
    height: 300px;
  }

  .collection-item {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .collection-list-wrapper {
    background-color: #fafaf8;
    margin-top: 0;
    padding-top: 60px;
  }

  .div-block-3 {
    background-color: #fafaf8;
    justify-content: center;
    align-items: flex-start;
    height: 100px;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .waves---section-medium {
    background-color: #fafaf8;
    margin-top: 56px;
    padding-top: 140px;
  }

  .timeline_date-text {
    color: #000000a8;
  }

  .timeline_text {
    color: #000000a6;
    text-align: center;
  }

  .timeline_progress {
    display: block;
    position: absolute;
  }

  .section-timeline {
    background-color: #fafaf8;
    margin-top: 0;
    padding-top: 0;
  }

  .body {
    -webkit-text-fill-color: inherit;
    background-color: #fafaf8;
    background-clip: border-box;
    flex-flow: column;
    margin-top: 0;
    display: flex;
  }

  .div-block-4 {
    background-color: #fafaf8;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100%;
    margin-top: 60px;
    display: flex;
  }

  .button-2.d-10 {
    -webkit-text-stroke-color: #fff;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    width: 230px;
    margin-top: 20px;
    margin-bottom: -17px;
  }

  .button-2.d-10:hover {
    background-color: #a70404;
    box-shadow: 0 0 #a70404;
  }

  .button-2.d-10.bottom {
    width: 100%;
  }

  .button-2.d-10.insta {
    margin-top: 20px;
  }

  .button-2.d-10.button-custom {
    text-align: center;
    flex: 0 auto;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .quick-stack {
    background-color: #fafaf8;
    justify-content: center;
    align-items: center;
    padding-bottom: 140px;
  }

  .service-banner {
    background-color: red;
  }

  .image-2 {
    border-radius: 20px;
    height: 300px;
    margin-bottom: 40px;
    padding-bottom: 0;
  }

  .btn.btn-five {
    margin-right: 30px;
  }

  .btn.btn-twenty {
    left: 75px;
  }

  .btn.btn-twenty.lol {
    left: -23px;
  }

  .btn.btn-twenty.mid {
    left: 0;
  }

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

  .text-block-4 {
    width: auto;
    padding-left: 10px;
  }

  .text-block-5, .text-block-6, .text-block-7 {
    padding-left: 10px;
  }

  .preloader-text {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
  }

  .c-preloader-bar {
    background-color: #7d0101;
  }

  .preloader-curtain.right._1, .preloader-curtain.right._2 {
    background-color: #a70404;
  }

  .preloader-curtain.left._1 {
    background-color: #d31e1e;
  }

  .preloader-curtain.left._2 {
    background-color: #a70404;
  }

  .cloneable-area {
    overflow: visible;
  }

  .paragraph-5 {
    text-align: center;
    width: 360px;
    padding-top: 20px;
    overflow: visible;
  }

  .paragraph-6 {
    text-align: right;
  }

  .paragraph-7 {
    text-align: center;
    background-color: #fafaf8;
    width: 600px;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 60px;
    font-family: Montserrat, sans-serif;
  }

  .column-5 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    padding-top: 0;
    display: flex;
  }

  .column-6 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .column-7 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .columns-2 {
    background-color: var(--background);
    height: 650px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .lynx-content-2 {
    background-color: #fafaf8;
    border-bottom: 2px solid #00000036;
    padding-top: 140px;
  }

  .lynx-heading-2 {
    font-family: Montserrat, sans-serif;
  }

  .lynx-button-2.hover:hover {
    background-color: var(--waves-library--black);
  }

  .lynx-block-image-2 {
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    margin-top: 65px;
    padding-left: 100px;
  }

  .image-3 {
    border-radius: 50px;
    height: auto;
  }

  .text {
    width: 100%;
    height: 100%;
    margin-top: 0;
    padding-top: 0;
  }

  .text:hover {
    color: #05132800;
    display: block;
  }

  .flex-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 300px;
    display: flex;
  }

  .flex-block-2 {
    width: 300px;
  }

  .flex-block-3 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .carrousel-container {
    flex-flow: row;
    min-width: 100%;
    max-width: none;
    max-height: 150px;
    display: flex;
    overflow: hidden;
  }

  .flex-block-4 {
    min-width: 100%;
    position: relative;
    left: 0;
  }

  ._100-margin-top {
    width: 100%;
  }

  .logo-container {
    background-color: #f50000;
  }

  .center-text {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
  }

  .center-flex {
    width: 5%;
  }

  .center-flex.relative-above {
    background-color: #fafaf8;
    margin-top: 0;
    padding-top: 220px;
  }

  .handle-button {
    font-family: Montserrat, sans-serif;
  }

  .image-8 {
    border-radius: 40px;
  }

  .image-9 {
    height: 600px;
  }

  .image-10, .image-11 {
    border-radius: 20px;
    height: 400px;
  }

  .flex-block-5 {
    border-top-width: 0;
    margin-top: 60px;
    margin-bottom: -63px;
  }

  .image-12 {
    border-radius: 30px;
    height: 400px;
  }

  .lynx-block-footer {
    flex-flow: column;
  }

  .lynx-footer-dark {
    max-width: 100%;
  }

  .lynx-content-3, .lynx-block-center {
    background-color: var(--background);
  }

  .lynx-heading-3 {
    background-color: var(--background);
    font-family: Montserrat, sans-serif;
    font-weight: 500;
  }

  .lynx-subtitle-3 {
    background-color: var(--background);
    font-family: Montserrat, sans-serif;
  }

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

  .flex-block-6 {
    justify-content: center;
    align-items: flex-end;
  }

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

  .lynx-content-hero {
    margin-top: 60px;
  }

  .lynx-hero-large {
    background-color: var(--background);
    background-image: url('../images/Cópia-de-REVENDA-POSTS.png');
    background-position: 100% 0;
    background-size: auto;
    height: auto;
  }

  .lynx-block-hero-large {
    background-color: var(--red);
  }

  .lynx-paragraph-white {
    overflow: visible;
  }

  .flex-block-7 {
    justify-content: center;
    align-items: center;
  }

  .form-block {
    background-color: var(--lynx--white);
    text-align: center;
    margin-left: 0;
    padding-bottom: 140px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .form-block.back {
    z-index: -5;
    background-color: var(--red);
    position: relative;
    bottom: 226px;
    left: 150px;
  }

  .flex-block-8 {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .form {
    flex-flow: column;
    min-width: 100%;
    max-width: 100%;
    display: flex;
  }

  .flex-block-9 {
    flex-flow: row;
    width: 100%;
  }

  .column-9 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .product {
    opacity: 1;
    color: var(--lol);
    font-family: Montserrat, sans-serif;
    font-size: 23px;
    font-weight: 400;
  }

  .product.price {
    font-size: 18px;
  }

  .field-label {
    color: #fff;
  }

  .columns-3 {
    background-image: none;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .flex-block-11 {
    background-color: var(--waves-library--white);
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    height: 900px;
    margin-left: 220px;
  }

  .column-10 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: 900px;
    display: flex;
  }

  .image-14 {
    height: 800px;
  }

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

  .nav-main {
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
  }

  .nav-link:hover, .dropdown-link {
    color: var(--red);
  }

  .div-block-5 {
    background-color: var(--lynx--white);
    border-radius: 20px;
    height: 300px;
    left: 421px;
  }

  .div-block-5.o {
    top: -139px;
    left: -111px;
  }

  .container-6 {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-top: 60px;
    padding-top: 0;
  }

  .image-15 {
    width: 70%;
    max-width: 186%;
    height: 500px;
    margin-left: 15%;
    margin-right: 15%;
  }

  .heading-2 {
    text-align: left;
    margin-bottom: 24px;
    padding-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    position: static;
  }

  .flex-block-12 {
    border: 0 solid #0003;
    border-bottom-width: 1px;
  }

  .text-block-8 {
    color: var(--lynx--white);
  }

  .paragraph-8 {
    width: 50%;
    font-size: 14px;
  }

  .heading-3 {
    width: 50%;
  }

  .flex-block-13 {
    background-color: var(--alley-component-library--blue--700);
    padding-left: 0;
  }

  .text-field, .text-field-2, .text-field-3 {
    width: 250px;
  }

  .image-16 {
    border-radius: 0;
    height: 900px;
  }

  .select-field, .select-field-2 {
    color: var(--alley-component-library--gray--900);
  }

  .field-label-3 {
    margin-top: 40px;
  }

  .flex-block-15 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 46px;
  }

  .textarea {
    width: 100%;
    height: 500px;
  }

  .select-field-3 {
    color: var(--alley-component-library--gray--900);
    width: 300px;
    margin-top: 20px;
  }

  .img, .img-2, .img-3, .img-4 {
    height: 30px;
  }

  .flex-block-16 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row;
  }

  .button-3 {
    border: 2px solid var(--lynx--grey);
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    border-radius: 100%;
    width: 20px;
    height: 20px;
  }

  .container-7 {
    width: 70%;
    max-width: none;
  }

  .heading-4 {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
  }

  .waves---main-container-2 {
    margin-top: -184px;
  }

  .waves---section-medium-2 {
    padding-top: 0;
  }

  .waves---heading-3-no-margins {
    color: var(--red);
    font-family: Montserrat, sans-serif;
    font-weight: 600;
  }

  .waves---paragraph-regular-2 {
    color: var(--lynx--grey);
  }

  .waves-tag-blog-1 {
    background-color: var(--red);
  }

  .a-detail-regular {
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: Montserrat, sans-serif;
    font-size: 10px;
  }

  .a-h3-heading {
    font-family: Montserrat, sans-serif;
  }

  .a-section-regular {
    top: -209px;
  }

  .a-button-primary, .a-button-primary:hover {
    background-color: var(--red);
  }

  .flex-block-17 {
    background-color: var(--red);
    border-radius: 20px;
    justify-content: flex-start;
    align-items: center;
    width: 150px;
  }

  .lynx-content-6 {
    margin-top: 59px;
  }

  .lynx-submit-button:hover {
    border: 2px solid #fff;
  }

  .lynx-newsletter-horizontal {
    background-color: var(--red);
  }

  .lynx-newsletter-image {
    background-image: url('../images/1-1-1.png');
  }

  .section-5 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    background-color: var(--red);
    justify-content: flex-start;
    align-items: center;
    width: 150%;
    height: 200px;
    margin-top: 70px;
    margin-left: 0%;
    margin-right: 0;
    display: flex;
  }

  .slider {
    background-color: #0000;
    justify-content: center;
    align-items: center;
    width: 70%;
    height: 600px;
    margin-top: 73px;
    margin-left: 15%;
    margin-right: 15%;
    display: flex;
  }

  .heading-5 {
    color: #fff;
    font-family: PT Serif, serif;
    font-weight: 400;
  }

  .cursor {
    background-color: var(--red);
    border-radius: 100%;
    width: 100px;
    height: 100px;
  }

  .cursor-wrapper {
    z-index: 100;
    justify-content: center;
    align-items: center;
    position: fixed;
    inset: 0%;
  }

  .button-4 {
    border-radius: 10px;
    margin-top: 25px;
  }

  .image-18 {
    border-radius: 20px;
    height: 450px;
    margin-left: 0;
  }

  .mask {
    height: 600px;
  }

  .icon-2 {
    background-color: #3e2626;
  }

  .left-arrow {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .flex-block-18 {
    border: 0 solid #0000002e;
    border-radius: 100%;
  }

  .flex-block-18:hover {
    pointer-events: auto;
  }

  .img-5 {
    padding: 20px;
  }

  .right-arrow {
    z-index: 50;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    display: flex;
  }

  .image-19 {
    height: 600px;
  }

  .heading-6 {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
  }

  .flex-block-19 {
    width: 60%;
  }

  .container-8 {
    max-width: 70%;
    margin-top: 107px;
  }

  .div-block-7 {
    width: 70%;
    height: auto;
    margin-right: 15%;
  }

  .flex-block-22 {
    justify-content: center;
    align-items: flex-start;
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
  }

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

  .livechat-button {
    background-color: #25d366;
    transition: all .2s;
  }

  .livechat-button:hover {
    background-color: #25d366;
    transform: scale(1.05);
  }

  .whatsapp-container {
    background-color: var(--alley-component-library--blue--800);
    width: 100px;
    height: 100px;
  }

  .whatsapp-container:hover {
    background-color: #2bf17500;
  }

  .whatsapp-icon {
    height: 70px;
  }

  .live-icon {
    width: 20px;
    height: 20px;
    top: 3px;
    left: 4px;
  }

  .whatsapp-chat {
    display: none;
  }

  .lynx-footer {
    background-color: var(--background);
  }

  .columns-4 {
    border-top: 2px solid #0000002e;
    border-bottom: 2px solid #0000002e;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .body-5 {
    background-color: var(--background);
  }

  .flex-block-23 {
    justify-content: flex-start;
    align-items: center;
  }

  .flex-block-24 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-flow: row;
    justify-content: flex-start;
    width: 100%;
    margin-top: 20px;
  }

  .slider-2 {
    height: 600px;
  }

  .slider-2._2 {
    display: none;
  }

  .slide {
    background-color: var(--background);
    height: 600px;
  }

  .c-image {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
    border-radius: 20px;
    width: 300px;
    height: 300px;
  }

  .c-image._2 {
    width: 300px;
  }

  .c-image._2._3 {
    width: 250px;
  }

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

  .card {
    background-color: var(--background);
    border: 0 solid #0000002e;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
  }

  .mask-2 {
    background-color: var(--background);
    height: 600px;
  }

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

  .icon-4 {
    background-color: var(--background);
    border-radius: 20px;
    padding-top: 0;
  }

  .div-block-8 {
    width: 90%;
    margin-top: 20px;
    padding-top: 40px;
  }

  .div-block-8.end {
    justify-content: flex-start;
    align-items: center;
    width: 70%;
    margin-left: 15%;
  }

  .img-6, .img-7 {
    width: auto;
    height: 30px;
  }

  .flex-block-27 {
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    width: 250px;
    margin-right: 100px;
  }

  .text-block-12 {
    font-family: PT Sans, sans-serif;
    font-size: 25px;
  }

  .flex-block-28 {
    width: 80%;
  }

  .flex-block-29 {
    box-shadow: 17px 20px 0 0 var(--red);
    border: 1px solid #000;
    justify-content: flex-start;
    align-items: center;
    width: 80%;
  }

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

  .text-block-13 {
    width: 80%;
    margin-top: 40px;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 400;
  }

  .heading-7 {
    width: 90%;
    font-family: Montserrat, sans-serif;
    font-size: 45px;
    font-weight: 700;
  }

  .column-12 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .columns-5 {
    padding-top: 60px;
  }

  .image-21 {
    border-radius: 30px;
    height: 600px;
  }

  .div-block-9 {
    width: 100%;
  }

  .text-block-15 {
    border-width: 0;
  }

  .flex-block-33 {
    width: 60px;
    height: 60px;
    margin-right: 20px;
  }

  .flex-block-34, .flex-block-35 {
    margin-right: 20px;
  }

  .heading-9 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 200px;
    font-family: Montserrat, sans-serif;
    font-size: 60px;
    font-weight: 400;
    display: flex;
  }

  .left-arrow-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-10 {
    text-align: left;
    width: 700px;
    margin-top: 0;
    margin-bottom: 60px;
    padding-top: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 60px;
  }

  .link-block, .link-block-2, .link-block-3, .link-block-4 {
    text-decoration: none;
  }

  .img-13 {
    height: 60px;
  }

  .item {
    width: 40%;
    height: auto;
    text-decoration: none;
  }

  .flex-block-36 {
    background-image: url('../images/Design-sem-nome-11.jpg');
    background-position: 50%;
    border-radius: 30px;
    width: 100%;
    height: 500px;
    margin-left: 0;
    margin-right: 0;
  }

  .container-12 {
    background-image: url('../images/CARROSSEL-INSTAGRAM-2.jpg');
    background-position: 0 0;
    background-size: cover;
    border-radius: 20px;
    width: 80%;
    max-width: 100%;
    height: 600px;
    margin-top: 40px;
    margin-left: 10%;
    margin-right: 10%;
  }

  .container-13 {
    background-image: url('../images/CARROSSEL-INSTAGRAM-2.jpg');
    background-position: 50% 0;
    background-size: auto;
    width: 50%;
    max-width: 100%;
    height: 500px;
  }

  .flex-block-37 {
    border-top: 2px solid #0003;
    border-bottom: 2px solid #00000030;
    flex-flow: row;
    margin-left: 20px;
    margin-right: 20px;
  }

  .text-block-16 {
    width: 50%;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 500;
  }

  .flex-block-38 {
    justify-content: space-between;
    align-items: flex-start;
  }

  .heading-11 {
    color: var(--red);
  }

  .container-14 {
    background-image: url('../images/BANNER-SITE-DESKTOP-namorados-1920-x-1080.jpg');
    background-size: cover;
    border-radius: 0;
    justify-content: center;
    align-items: flex-end;
    width: 80%;
    max-width: 100%;
    height: 700px;
    margin-top: 0;
    display: flex;
  }

  .container-14.qw {
    display: none;
  }

  .flex-block-40 {
    border-bottom: 1px solid #0006;
  }

  .image-25 {
    height: auto;
  }

  .paragraph-10 {
    margin-left: auto;
  }

  .slider-3 {
    width: 90%;
    height: 700px;
  }

  .slide-6 {
    background-image: url('../images/blog_miniatura.jpg');
    background-position: 50%;
  }

  .slide-7 {
    background-position: 50%;
    position: static;
  }

  .slide-8 {
    background-image: url('../images/banner-site---essencia-mc.jpg');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: auto;
  }

  .slide-9 {
    height: 90px;
  }

  .div-block-10 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    margin-top: 1%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .slider-12 {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .waves---nav-brand-link {
    padding-left: 0;
  }

  .waves---nav-link {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 20px;
    display: flex;
  }

  .waves---nav-buttons-right {
    grid-column-gap: 8px;
  }

  .waves---nav-menu {
    background-color: var(--waves-library--white);
    border: 1px solid #1313131a;
    border-radius: 8px;
    margin-top: 4px;
  }

  .waves-dropdown-toggle {
    padding-right: 16px;
    font-size: 20px;
  }

  .waves-dropdown-list.w--open {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    position: static;
  }

  .waves---dropdown-link {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 20px;
  }

  .waves---menu-button {
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    padding: 0;
    display: flex;
  }

  .waves---menu-button.w--open {
    background-color: var(--waves-library--black);
    border-radius: 6px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    padding: 0;
    display: flex;
  }

  .waves---hamburger-icon {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
  }

  .waves---nav-dropdown {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .lynx-navbar {
    background-color: var(--background);
  }

  .lynx-menu-button {
    background-color: var(--lynx--white);
    color: var(--red);
    border-radius: 50%;
    margin-left: 8px;
    padding: 13px;
    font-size: 20px;
    transition: background-color .2s, color .2s;
    box-shadow: 0 10px 10px -10px #1f202233;
  }

  .lynx-menu-button.w--open {
    background-color: var(--red);
    color: var(--lynx--white);
  }

  .lynx-nav-menu {
    background-color: var(--lynx--white);
    padding: 10px;
    box-shadow: 0 10px 15px -10px #1f20221a;
  }

  .lynx-heading {
    font-size: 38px;
  }

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

  .container-2 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .lynx-heading-lightbox {
    font-size: 25px;
  }

  .waves-top-footer-2 {
    grid-row-gap: 64px;
    flex-direction: column;
    align-items: center;
  }

  .waves-top-left-footer-2 {
    text-align: center;
    align-items: center;
  }

  .waves-bottom-footer-2 {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
  }

  .lynx-heading-2 {
    font-size: 38px;
  }

  .lynx-grid-image-right-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .logo-image {
    height: 30px;
  }

  .work-card {
    width: 50em;
  }

  .parallax-image-large {
    z-index: -3;
    width: 250px;
    height: 250px;
  }

  .parallax-image-large.image-6 {
    top: 15vw;
  }

  .parallax-image-large.image-7 {
    bottom: 5vw;
  }

  .section-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-2.parallax-section {
    min-height: 100vh;
    overflow: visible;
  }

  .center-flex.relative-above {
    z-index: 5;
    position: relative;
  }

  .parallax-image-medium {
    z-index: -2;
    width: 175px;
    height: 175px;
  }

  .parallax-image-medium.image-5 {
    top: 10vw;
  }

  .parallax-image-small {
    z-index: -1;
    width: 150px;
    height: 150px;
  }

  .parallax-image-small.image-3 {
    bottom: 12vw;
    left: 11vw;
  }

  .lynx-heading-3 {
    font-size: 38px;
  }

  .lynx-heading-white {
    font-size: 48px;
  }

  .lynx-block-hero-large {
    border-bottom-right-radius: 260px;
    width: 60%;
    margin-left: -12px;
    padding: 70px 40px;
  }

  .infotext.grey {
    font-size: 13px;
  }

  .logo {
    width: 106px;
  }

  .centered_w1 {
    padding-left: 42px;
    padding-right: 42px;
  }

  .centered_w1.nav-wrapper {
    align-items: center;
  }

  .nav-link.w--current {
    padding-bottom: 2px;
  }

  .logo-wrapper {
    flex: 1;
    margin-top: 1px;
  }

  .lynx-heading-white-2 {
    font-size: 48px;
  }

  .lynx-block-hero-large-2 {
    border-bottom-right-radius: 260px;
    width: 60%;
    margin-left: -12px;
    padding: 70px 40px;
  }

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

  .lynx-block-features-large {
    padding: 45px 30px 25px;
  }

  .lynx-heading-features-large {
    font-size: 32px;
  }

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

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

  .section-3 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .categories-badges-wrapper {
    justify-content: flex-start;
  }

  .section-4 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .div-block-5.o {
    left: 500px;
  }

  .waves-blog-grid-3 {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .a-button-primary {
    display: flex;
  }

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

  .lynx-text-field {
    min-width: 110px;
  }

  .lynx-heading-white-margin {
    font-size: 38px;
  }

  .lynx-newsletter-image {
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .whatsapp-block {
    bottom: 20px;
    right: 20px;
  }

  .splide__slide {
    width: 50%;
  }

  .container-9 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

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

  .flex-block-36 {
    background-image: url('../images/Design-sem-nome-11.jpg');
    border-radius: 40px;
  }

  .container-14 {
    background-image: url('../images/1-CAPA-BLOG.jpg');
    display: flex;
  }

  .container-14.qw {
    background-image: url('../images/BANNER-SITE-500X600-1-1.png');
    background-size: cover;
    background-attachment: scroll;
    width: 70%;
    max-width: 100%;
    height: 700px;
    display: flex;
  }

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

  .slider-3 {
    height: 700px;
  }

  .slide-6 {
    background-position: 50%;
  }
}

@media screen and (max-width: 767px) {
  .waves---nav-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .lynx-heading {
    max-width: 540px;
    font-size: 34px;
  }

  .lynx-grid-image-right {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .lynx-block-left {
    padding-left: 5%;
    padding-right: 5%;
  }

  .lynx-image-absolute {
    left: -2%;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .lynx-image-lightbox-shaped {
    border-top-left-radius: 170px;
    border-bottom-right-radius: 170px;
    height: 340px;
  }

  .lynx-image-lightbox {
    height: 360px;
  }

  .lynx-heading-lightbox {
    font-size: 22px;
  }

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

  .waves---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves-top-right-footer-2 {
    grid-row-gap: 80px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .waves-column-links-footer-2 {
    align-items: center;
  }

  .hero-heading-center-2 {
    padding: 60px 15px;
  }

  .timeline_centre {
    justify-content: flex-start;
  }

  .timeline_date-text {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .timeline_quote-wrapper {
    flex-direction: column-reverse;
  }

  .timeline_text {
    font-size: 20px;
  }

  .timeline_quote-image {
    margin-top: 24px;
    margin-right: 0;
  }

  .timeline_left {
    text-align: left;
  }

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

  .timeline_item {
    grid-template-columns: 64px 1fr;
    width: 100%;
  }

  .timeline_progress {
    left: 6px;
  }

  .lynx-heading-2 {
    max-width: 540px;
    font-size: 34px;
  }

  .lynx-grid-image-right-2 {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .lynx-block-left-2 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .lynx-image-absolute-2 {
    left: -2%;
  }

  .logo-container {
    min-width: 150%;
  }

  .work-card {
    width: 80em;
  }

  .work-card---inner {
    inset: 4em;
  }

  .parallax-image-large {
    width: 200px;
    height: 200px;
  }

  .parallax-image-large.image-6 {
    top: 30px;
    right: 200px;
  }

  .parallax-image-large.image-1 {
    top: 20px;
    left: 76px;
  }

  .parallax-image-large.image-7 {
    bottom: 50px;
    right: 30px;
  }

  .section-2.parallax-section {
    height: 700px;
    min-height: 0;
  }

  .parallax-image-medium {
    width: 150px;
    height: 150px;
  }

  .parallax-image-medium.image-5 {
    top: 10px;
    left: 300px;
  }

  .parallax-image-medium.image-2 {
    top: 100px;
    left: 20px;
  }

  .parallax-image-small {
    width: 120px;
    height: 120px;
  }

  .parallax-image-small.image-4 {
    bottom: 70px;
    left: 100px;
  }

  .parallax-image-small.image-3 {
    bottom: 100px;
    left: 50px;
  }

  .lynx-grid-footer-dark {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .lynx-heading-3 {
    max-width: 540px;
    font-size: 34px;
  }

  .lynx-slider {
    height: 620px;
  }

  .lynx-left-arrow {
    inset: auto auto -5% 7%;
  }

  .lynx-right-arrow {
    inset: auto 7% -5% auto;
  }

  .lynx-block-slide {
    width: 100%;
    height: 100%;
    padding: 40px 10%;
  }

  .lynx-image-slide {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    width: 100%;
    height: 250px;
  }

  .lynx-block-slide-reviews {
    flex-direction: column;
  }

  .lynx-heading-white {
    font-size: 40px;
  }

  .lynx-hero-large {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .lynx-block-hero-large {
    width: 80%;
    margin-bottom: -30px;
  }

  .lynx-image-lightbox-shaped-2 {
    border-top-left-radius: 170px;
    border-bottom-right-radius: 170px;
    height: 340px;
  }

  .centered_w1 {
    padding-left: 36px;
    padding-right: 36px;
  }

  .nav-main {
    justify-content: center;
    align-items: center;
    height: 80px;
    display: flex;
  }

  .nav-link {
    font-size: 6vw;
  }

  .logo-wrapper.page-transition {
    margin-right: 0;
  }

  .lynx-heading-white-2 {
    font-size: 40px;
  }

  .lynx-hero-large-2 {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .lynx-block-hero-large-2 {
    width: 80%;
    margin-bottom: -30px;
  }

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

  .lynx-heading-features-large {
    font-size: 26px;
  }

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

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

  .categories-badges-wrapper, .categories-badges-item-wrapper {
    flex-wrap: wrap;
  }

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

  .waves---main-container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---heading-2-no-margins {
    font-size: 44px;
    line-height: 125%;
  }

  .a-h3-heading {
    font-size: 40px;
  }

  .a-section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .lynx-block-newsletter-text {
    text-align: center;
    align-items: center;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .lynx-newsletter-horizontal {
    flex-direction: column;
    padding: 45px 25px;
  }

  .lynx-heading-white-margin {
    font-size: 34px;
  }

  .whatsapp-block {
    bottom: 15px;
    right: 15px;
  }

  .lynx-block-footer-center {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .splide__slide {
    width: 100%;
  }

  .container-9 {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .flex-block-36 {
    background-image: url('../images/Design-sem-nome-11.jpg');
  }

  .container-14 {
    background-image: url('../images/BANNER-MOBILE-namorados-500x600.jpg');
    background-position: 20% 20%;
  }

  .container-14.qw {
    background-image: url('../images/BANNER-SITE-500X600-1-1.png');
  }

  .lynx-image-lightbox-shaped-3 {
    border-top-left-radius: 170px;
    border-bottom-right-radius: 170px;
    height: 340px;
  }

  .image-43 {
    background-color: #0000;
  }
}

@media screen and (max-width: 479px) {
  .waves---nav-cta, .lynx-nav-buttons {
    display: none;
  }

  .lynx-navbar {
    background-color: var(--background);
  }

  .columns {
    padding-bottom: 40px;
  }

  .lynx-content {
    padding-bottom: 102px;
  }

  .lynx-heading {
    margin-bottom: 0;
    font-size: 29px;
    font-weight: 500;
  }

  .container-2 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .lynx-image-lightbox-shaped {
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
    height: 240px;
  }

  .lynx-block-lightbox {
    width: 200px;
    margin-top: 0;
    margin-bottom: -80px;
    box-shadow: 0 2px 5px #0003;
  }

  .lynx-heading-lightbox {
    font-size: 10px;
  }

  .paragraph-4 {
    flex: 0 auto;
    width: 92%;
    padding-left: 0;
    font-size: 15px;
    position: relative;
  }

  .div-block-2 {
    float: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center stretch;
    margin-bottom: 11%;
    margin-left: 0%;
    margin-right: 0;
    padding-left: 0%;
    padding-right: 0%;
    display: inline-grid;
    position: relative;
  }

  .div-block-3 {
    justify-content: center;
    align-items: center;
    height: 100px;
    padding-top: 0;
  }

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

  .waves-bottom-gird-gallery-3 {
    grid-template-columns: .8fr 1.2fr .7fr;
    height: 30vh;
  }

  .waves-top-grid-gallery-3 {
    grid-template-columns: .7fr 1.2fr .8fr;
    height: 30vh;
    margin-bottom: 16px;
  }

  .waves-small-image-wrap-gallery-3.last-image-top-grid {
    display: none;
  }

  .margin-bottom-medium {
    margin-bottom: 24px;
  }

  .timeline_item {
    grid-template-columns: 48px 1fr;
  }

  .section-timeline, .section-timeline.timeline2 {
    display: block;
  }

  .section-timeline.timelinepc {
    display: none;
  }

  .div-block-4 {
    height: auto;
  }

  .button-2.d-10 {
    z-index: 55;
    width: 200px;
    max-height: 50px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 10px;
    position: relative;
    top: 14px;
    left: 0;
  }

  .button-2.d-10.bottom {
    width: 100%;
  }

  .button-2.d-10.insta {
    top: 20px;
    left: 0;
  }

  .button-2.d-10.button-custom {
    margin-right: 0%;
  }

  .image-2 {
    max-width: none;
    height: 100px;
  }

  .btn.btn-twenty.first {
    left: 63px;
  }

  .paragraph-7 {
    width: 220px;
    font-size: 10px;
  }

  .column-5 {
    justify-content: center;
    align-items: center;
    padding-bottom: 60px;
  }

  .column-6 {
    padding-bottom: 40px;
  }

  .column-7 {
    padding-bottom: 60px;
  }

  .lynx-heading-2 {
    text-align: center;
    font-size: 29px;
  }

  .lynx-paragraph-2 {
    font-size: 12px;
  }

  .lynx-block-left-2 {
    border-top: 0 solid #000;
  }

  .lynx-block-image-2 {
    margin-left: 0;
    position: relative;
    overflow: visible;
  }

  .lynx-image-absolute-2 {
    height: 150px;
    left: 46%;
  }

  .image-3 {
    height: 300px;
  }

  .flex-block-3 {
    width: 70%;
    font-family: PT Serif, serif;
  }

  .carousel-container {
    border-radius: 0;
  }

  .logo-container {
    min-width: 300%;
  }

  .logo-image {
    height: 25px;
  }

  .work-card {
    width: 100em;
  }

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

  .parallax-image-large.image-6 {
    top: 200px;
    right: -111px;
  }

  .parallax-image-large.image-1 {
    top: 114px;
    left: 10px;
  }

  .parallax-image-large.image-7 {
    bottom: 0;
    right: 0;
  }

  .section-2 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .section-2.parallax-section {
    overflow: hidden;
  }

  .center-flex.relative-above {
    padding-top: 46px;
  }

  .parallax-image-medium.image-5 {
    left: auto;
    right: 20px;
  }

  .parallax-image-medium.image-2 {
    top: 200px;
    left: -67px;
  }

  .parallax-image-small.image-4 {
    bottom: 55px;
    left: 30px;
  }

  .parallax-image-small.image-3 {
    left: 0;
  }

  .handle-button {
    font-family: Montserrat, sans-serif;
  }

  .image-9 {
    height: 200px;
  }

  .image-10, .image-11 {
    max-width: none;
    height: 100px;
  }

  .image-12 {
    border-radius: 20px;
  }

  .lynx-block-footer {
    justify-content: space-between;
    align-items: flex-start;
    width: 110%;
    padding-left: 10px;
  }

  .lynx-block-footer.po {
    display: none;
  }

  .lynx-block-footer.a {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 0;
  }

  .lynx-footer-dark {
    margin-top: 40px;
  }

  .lynx-grid-footer-dark {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .lynx-text-footer-dark, .lynx-link-footer-dark {
    font-size: 8px;
  }

  .lynx-heading-3 {
    font-size: 29px;
  }

  .lynx-slider {
    height: 470px;
  }

  .lynx-left-arrow, .lynx-right-arrow {
    z-index: 55;
  }

  .lynx-block-slide {
    height: 50%;
  }

  .lynx-image-slide {
    height: 400px;
  }

  .lynx-paragraph-slide {
    font-size: 13px;
  }

  .lynx-paragraph-slide.title {
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .lynx-heading-client {
    font-size: 16px;
  }

  .lynx-heading-white {
    font-size: 34px;
  }

  .lynx-hero-large {
    min-height: 400px;
    margin-bottom: 400px;
  }

  .lynx-block-hero-large {
    border-bottom-right-radius: 140px;
    width: 100%;
    margin-bottom: -400px;
    margin-left: 0;
    padding: 50px 30px;
  }

  .form-block {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .flex-block-8 {
    flex-flow: column;
  }

  .form {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .flex-block-9 {
    flex-flow: column;
  }

  .flex-block-10 {
    background-color: var(--background);
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
  }

  .column-9 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .product {
    font-family: Montserrat, sans-serif;
  }

  .lynx-content-4 {
    padding-top: 100px;
  }

  .lynx-play-purple-center-2 {
    background-color: var(--red);
  }

  .lynx-image-lightbox-shaped-2 {
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
    width: 80%;
    height: 200px;
  }

  .flex-block-11 {
    width: 200px;
  }

  .column-10 {
    display: flex;
  }

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

  .nav-link {
    font-size: 7vw;
  }

  .lynx-heading-white-2 {
    font-size: 34px;
  }

  .lynx-hero-large-2 {
    min-height: 400px;
    margin-bottom: 400px;
  }

  .lynx-block-hero-large-2 {
    border-bottom-right-radius: 140px;
    width: 100%;
    margin-bottom: -400px;
    margin-left: 0;
    padding: 50px 30px;
  }

  .lynx-heading-features-large {
    font-size: 24px;
  }

  .lynx-image-features {
    min-height: 200px;
  }

  .section-3 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-4 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .div-block-5.o {
    width: 250px;
    top: -15px;
    left: 63px;
  }

  .div-block-5.o.a {
    display: none;
    top: -16px;
    left: 139px;
  }

  .heading-2 {
    width: 200px;
  }

  .field-label-2 {
    font-size: 12px;
  }

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

  .field-label-3, .field-label-5, .field-label-6, .field-label-7 {
    font-size: 12px;
  }

  .flex-block-15 {
    width: 100%;
    margin-top: 20px;
  }

  .img {
    width: auto;
    height: 33px;
  }

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

  .image-17 {
    height: 50px;
    margin-left: 0;
  }

  .waves---main-container-2 {
    margin-top: 73px;
  }

  .waves---section-medium-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---heading-2-no-margins {
    font-size: 34px;
  }

  .waves---heading-3-no-margins {
    font-size: 22px;
  }

  .waves---center-heading {
    margin-top: 26px;
  }

  .waves-tag-blog-1 {
    top: 12px;
    left: 12px;
  }

  .a-button-primary {
    width: 100%;
  }

  .lynx-content-6 {
    margin-top: 33px;
  }

  .lynx-form {
    border-radius: 20px;
    flex-direction: column;
    align-items: stretch;
  }

  .lynx-text-field {
    margin: 12px 0;
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .lynx-newsletter-horizontal {
    padding: 30px 15px;
  }

  .lynx-heading-white-margin {
    font-size: 29px;
  }

  .lynx-newsletter-image {
    padding: 190px 8px 8px;
  }

  .slider {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .image-18 {
    height: 200px;
    margin-left: 0;
  }

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

  .right-arrow {
    justify-content: flex-end;
    align-items: center;
  }

  .heading-6 {
    margin-top: 52px;
  }

  .div-block-7 {
    height: 380px;
  }

  .flex-block-20 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }

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

  .whatsapp-block {
    z-index: 50;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    bottom: 0;
    right: 0;
  }

  .whatsapp-container {
    z-index: 100;
    width: 80px;
    height: 80px;
    bottom: 10px;
    right: 0;
  }

  .whatsapp-chat {
    z-index: 150;
    width: 100%;
    height: 40vh;
    position: relative;
  }

  .image-20 {
    height: 170px;
  }

  .flex-block-24 {
    margin-left: 0;
  }

  .slider-2 {
    display: none;
  }

  .slider-2._2 {
    flex-flow: row;
    display: flex;
  }

  .c-image {
    height: 130px;
  }

  .card {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .card.a {
    justify-content: center;
    align-items: flex-end;
    padding-right: 20px;
  }

  .card.b {
    justify-content: center;
    align-items: flex-start;
    padding-left: 20px;
  }

  .mask-2 {
    height: auto;
  }

  .flex-block-27 {
    display: none;
  }

  .flex-block-28 {
    justify-content: flex-start;
    align-items: center;
  }

  .flex-block-29 {
    box-shadow: none;
  }

  .text-block-13 {
    width: 80%;
  }

  .heading-7 {
    text-align: left;
    width: 80%;
    font-size: 25px;
  }

  .div-block-9 {
    width: 100%;
  }

  .heading-8 {
    font-size: 25px;
  }

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

  .img-9 {
    height: 30px;
    padding-left: 10px;
  }

  .flex-block-33 {
    margin-right: 0;
  }

  .heading-9 {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
  }

  .left-arrow-2 {
    z-index: 60;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
    width: 50%;
    height: 20%;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-right: 10px;
    position: absolute;
    top: 260px;
  }

  .right-arrow-2 {
    z-index: 60;
    justify-content: flex-start;
    align-items: flex-end;
    width: 50%;
    height: 20%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 10px;
    padding-left: 10px;
    top: 260px;
  }

  .img-11 {
    height: 35px;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-10 {
    width: 400px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
  }

  .link-block, .link-block-2, .link-block-3 {
    z-index: 60;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
  }

  .link-block-4 {
    z-index: 60;
    background-color: var(--background);
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
  }

  .image-23 {
    margin-left: 0;
    padding-left: 0;
  }

  .image-24 {
    margin-left: 20px;
  }

  .slide-2 {
    background-color: var(--background);
    vertical-align: baseline;
  }

  .flex-block-36 {
    background-image: url('../images/CAPAS-MOBILE-500X600.jpg');
    background-position: 50%;
    background-repeat: repeat-y;
    background-size: cover;
    border-radius: 0;
    height: 450px;
  }

  .flex-block-39 {
    display: none;
  }

  .container-14 {
    height: NaN% ;
    background-image: url('../images/BANNER-MOBILE-namorados-500x600.jpg');
    display: flex;
  }

  .container-14.qw {
    background-image: url('../images/BANNER-SITE-500X600-1-1.png');
    background-position: 0%;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .slide-3, .slide-4 {
    background-color: var(--background);
  }

  .flex-block-40 {
    display: block;
  }

  .flex-block-41 {
    height: 400px;
  }

  .flex-block-43 {
    flex-flow: row;
    height: 100%;
  }

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

  .heading-12, .heading-13 {
    font-size: 28px;
  }

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

  .image-26 {
    height: 170px;
  }

  .image-28 {
    height: 150px;
  }

  .container-16 {
    border-top-style: none;
  }

  .heading-14 {
    text-align: center;
    font-size: 20px;
    display: none;
  }

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

  .paragraph-10 {
    width: 78%;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-11 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-16 {
    text-align: center;
    font-size: 20px;
  }

  .paragraph-12, .paragraph-13, .paragraph-14 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-17 {
    text-align: center;
    margin-left: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
  }

  .paragraph-15 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .bold-text {
    text-align: center;
    margin-left: 0;
    font-size: 20px;
  }

  .paragraph-16 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .bold-text-2 {
    font-size: 20px;
  }

  .paragraph-17, .paragraph-18 {
    margin-left: 10px;
    margin-right: 10px;
  }

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

  .paragraph-20, .paragraph-21 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .lynx-image-lightbox-shaped-3 {
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
    height: 240px;
  }

  .link {
    margin-top: 26px;
    margin-bottom: 33px;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 700;
  }

  .heading-19 {
    text-align: center;
    margin-left: 10px;
  }

  .heading-20 {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
  }

  .image-30 {
    height: 150px;
  }

  .slider-3 {
    width: 100%;
    height: 600px;
    display: flex;
    position: static;
  }

  .slider-3.mobile {
    width: auto;
    height: auto;
    display: flex;
  }

  .slider-3.pc {
    display: none;
  }

  .slide-6 {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    position: relative;
  }

  .slide-6.container-14 {
    position: static;
  }

  .slide-7 {
    width: 100%;
    height: 100%;
  }

  .slide-8 {
    vertical-align: baseline;
    background-image: none;
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-right: 0;
    position: relative;
    overflow: visible;
  }

  .div-block-10 {
    margin-top: auto;
    margin-left: auto;
    padding-left: 4%;
    padding-right: 4%;
    display: block;
  }

  .div-block-12 {
    width: 90%;
    margin-left: 23px;
  }

  .div-block-12.timeline_date-text.alci {
    width: 100%;
  }

  .mask-3 {
    flex: 1;
    width: auto;
    height: auto;
    position: static;
  }

  .container-19 {
    display: none;
    overflow: visible;
  }

  .image-33 {
    max-width: none;
    height: 175px;
    overflow: visible;
  }

  .image-34 {
    background-color: #0000;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .slide-10 {
    background-color: #fff0;
  }

  .slider-4 {
    background-color: #fff0;
    display: flex;
    overflow: visible;
  }

  .div-block-13 {
    height: 80px;
    display: block;
  }

  .image-35, .image-36 {
    max-width: none;
    display: block;
  }

  .slide-11 {
    background-image: url('../images/3.jpg');
    background-position: 0 0;
    background-size: contain;
    width: 100%;
  }

  .slide-12 {
    background-image: url('../images/4.jpg');
    background-position: 0 0;
    background-size: contain;
  }

  .slide-13 {
    background-image: url('../images/5.jpg');
    background-position: 0 0;
    background-size: contain;
  }

  .slider-5 {
    width: auto;
    display: block;
  }

  .mask-4, .image-37 {
    width: auto;
  }

  .slider-6 {
    width: 302px;
    height: 18%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .image-38 {
    width: auto;
  }

  .image-41 {
    width: 302px;
    max-width: none;
    overflow: clip;
  }

  .slider-7 {
    width: 90%;
    height: 0%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-42 {
    width: 100%;
    max-width: none;
  }

  .heading-22 {
    text-align: center;
  }

  .heading-23 {
    text-align: center;
    font-size: 20px;
    line-height: 20px;
  }

  .container-21 {
    display: flex;
  }

  .container-23 {
    display: none;
  }

  .heading-26 {
    text-align: center;
    display: none;
  }

  .image-45 {
    width: 0;
    max-width: 0;
  }

  .slider-9 {
    width: auto;
    height: auto;
    display: block;
  }

  .container-27 {
    background-image: url('../images/REVENDA-2025-storys-2.png');
    background-position: 50%;
    background-repeat: repeat-x;
    background-size: cover;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 500px;
    display: flex;
  }

  .paragraph-23 {
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-25 {
    background-image: url('../images/REVENDA-2025-storys-1.png');
    background-position: 50% 25%;
    background-size: cover;
    width: 100%;
    height: 500px;
  }

  .container-26 {
    background-image: url('../images/REVENDA-2025-storys.png');
    background-position: 50% 70%;
    background-size: cover;
    width: 100%;
    height: 500px;
  }

  .heading-28 {
    text-align: center;
  }

  .heading-29 {
    font-size: 18px;
  }

  .title-mobile {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
  }

  .heading-30 {
    text-align: center;
  }

  .heading-31-mobile {
    text-align: center;
    padding-top: 63px;
    padding-bottom: 60px;
    font-size: 19px;
    line-height: 30px;
  }

  .heading-31-mobile.mobile {
    display: block;
  }

  .mask-5 {
    background-color: var(--background);
  }

  .slider-11.uni32423 {
    display: none;
  }

  .slider-12 {
    background-color: #fff;
    height: 400px;
    margin-top: 13px;
    display: flex;
  }

  .container-32 {
    flex-flow: column;
    width: 95%;
    margin-top: 115px;
    display: flex;
  }

  .heading-32 {
    margin: 0 auto;
  }

  .container-33 {
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .container-34 {
    display: none;
  }
}

#w-node-af3fe259-1552-4a20-64cb-17c53c2c976b-c0c28425, #w-node-af3fe259-1552-4a20-64cb-17c53c2c9774-c0c28425 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6e92c337-03d4-c67e-afa2-c168e68f3f08-c0c28425, #w-node-_6e92c337-03d4-c67e-afa2-c168e68f3f0a-c0c28425, #w-node-_6e92c337-03d4-c67e-afa2-c168e68f3f0c-c0c28425, #w-node-_6e92c337-03d4-c67e-afa2-c168e68f3f0e-c0c28425 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_6e92c337-03d4-c67e-afa2-c168e68f3f11-c0c28425, #w-node-_6e92c337-03d4-c67e-afa2-c168e68f3f13-c0c28425 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_6e92c337-03d4-c67e-afa2-c168e68f3f15-c0c28425 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_6e92c337-03d4-c67e-afa2-c168e68f3f17-c0c28425 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-dc56a8e4-9bd6-fbde-0836-d4c6392957ef-c0c28425, #w-node-dc56a8e4-9bd6-fbde-0836-d4c639295803-c0c28425, #w-node-dc56a8e4-9bd6-fbde-0836-d4c6392957f1-c0c28425, #w-node-_9bca4463-0931-5d27-30d0-4aa6cc442092-c0c28425, #w-node-dc56a8e4-9bd6-fbde-0836-d4c6392957fa-c0c28425, #w-node-aead886d-300a-8912-f164-3be8f6e20c96-55691e1b, #w-node-dad444e5-81e8-e28e-25a0-c5a5b815f4f2-55691e1b, #w-node-_59a0f94f-003b-a3a8-a96e-b27915b08886-55691e1b, #w-node-d9f381fc-2d14-3e2f-3d84-e14a6cdf0fae-55691e1b, #w-node-_5fe87ded-61e5-1c44-b645-54e3ca30c7f5-55691e1b, #w-node-_6316b29f-1dcc-b306-6450-4bc55be9acf1-55691e1b, #w-node-c29ed5e4-905c-4028-cafa-d9dd57731539-55691e1b, #w-node-dad444e5-81e8-e28e-25a0-c5a5b815f4d0-55691e1b, #w-node-dad444e5-81e8-e28e-25a0-c5a5b815f4e1-55691e1b, #w-node-_2edc640e-3daf-efff-c637-9cbfcf716588-55691e1b, #w-node-_2edc640e-3daf-efff-c637-9cbfcf716599-55691e1b, #w-node-_2edc640e-3daf-efff-c637-9cbfcf7165aa-55691e1b, #w-node-e00aa3c5-d328-ce55-b46c-56d3149ce47f-55691e1b, #w-node-e00aa3c5-d328-ce55-b46c-56d3149ce48c-55691e1b, #w-node-e00aa3c5-d328-ce55-b46c-56d3149ce48e-55691e1b, #w-node-e00aa3c5-d328-ce55-b46c-56d3149ce497-55691e1b, #w-node-e00aa3c5-d328-ce55-b46c-56d3149ce4a2-55691e1b, #w-node-_3b41130d-a0d3-4325-b7c9-661b12d6a43b-9cebf144, #w-node-_3b41130d-a0d3-4325-b7c9-661b12d6a44b-9cebf144, #w-node-dfd7c23d-b299-2e87-2e10-dadb164c7c0e-9cebf144, #w-node-dfd7c23d-b299-2e87-2e10-dadb164c7c1b-9cebf144, #w-node-dfd7c23d-b299-2e87-2e10-dadb164c7c1d-9cebf144, #w-node-dfd7c23d-b299-2e87-2e10-dadb164c7c26-9cebf144, #w-node-dfd7c23d-b299-2e87-2e10-dadb164c7c31-9cebf144, #w-node-fd43e521-e772-b61d-dcb6-49f24dbe8f02-d1887c71, #w-node-fd43e521-e772-b61d-dcb6-49f24dbe8f0f-d1887c71, #w-node-fd43e521-e772-b61d-dcb6-49f24dbe8f11-d1887c71, #w-node-fd43e521-e772-b61d-dcb6-49f24dbe8f1a-d1887c71, #w-node-fd43e521-e772-b61d-dcb6-49f24dbe8f25-d1887c71, #w-node-_14d21de1-96df-6b6f-cabb-a99f6595f3ef-318e8adb, #w-node-_14d21de1-96df-6b6f-cabb-a99f6595f3fc-318e8adb, #w-node-_14d21de1-96df-6b6f-cabb-a99f6595f3fe-318e8adb, #w-node-_14d21de1-96df-6b6f-cabb-a99f6595f407-318e8adb, #w-node-_14d21de1-96df-6b6f-cabb-a99f6595f412-318e8adb, #w-node-bbd6f035-2393-7303-1146-9f72fb214741-ce5a6eeb, #w-node-bbd6f035-2393-7303-1146-9f72fb21474e-ce5a6eeb, #w-node-bbd6f035-2393-7303-1146-9f72fb214750-ce5a6eeb, #w-node-bbd6f035-2393-7303-1146-9f72fb214759-ce5a6eeb, #w-node-bbd6f035-2393-7303-1146-9f72fb214764-ce5a6eeb, #w-node-_83f4fa05-f4ea-c33b-d917-9c251ee62dd7-840e3bbe, #w-node-_83f4fa05-f4ea-c33b-d917-9c251ee62de4-840e3bbe, #w-node-_83f4fa05-f4ea-c33b-d917-9c251ee62de6-840e3bbe, #w-node-_83f4fa05-f4ea-c33b-d917-9c251ee62def-840e3bbe, #w-node-_83f4fa05-f4ea-c33b-d917-9c251ee62dfa-840e3bbe, #w-node-caf4be24-351c-1727-8e00-3002852d7127-1c2450b6, #w-node-caf4be24-351c-1727-8e00-3002852d7134-1c2450b6, #w-node-caf4be24-351c-1727-8e00-3002852d7136-1c2450b6, #w-node-caf4be24-351c-1727-8e00-3002852d713f-1c2450b6, #w-node-caf4be24-351c-1727-8e00-3002852d714a-1c2450b6, #w-node-fd43e521-e772-b61d-dcb6-49f24dbe8f02-d8fdecda, #w-node-fd43e521-e772-b61d-dcb6-49f24dbe8f0f-d8fdecda, #w-node-fd43e521-e772-b61d-dcb6-49f24dbe8f11-d8fdecda, #w-node-fd43e521-e772-b61d-dcb6-49f24dbe8f1a-d8fdecda, #w-node-fd43e521-e772-b61d-dcb6-49f24dbe8f25-d8fdecda, #w-node-fd43e521-e772-b61d-dcb6-49f24dbe8f02-53c46222, #w-node-fd43e521-e772-b61d-dcb6-49f24dbe8f0f-53c46222, #w-node-fd43e521-e772-b61d-dcb6-49f24dbe8f11-53c46222, #w-node-fd43e521-e772-b61d-dcb6-49f24dbe8f1a-53c46222, #w-node-fd43e521-e772-b61d-dcb6-49f24dbe8f25-53c46222, #w-node-fd43e521-e772-b61d-dcb6-49f24dbe8f02-f16db630, #w-node-fd43e521-e772-b61d-dcb6-49f24dbe8f0f-f16db630, #w-node-fd43e521-e772-b61d-dcb6-49f24dbe8f11-f16db630, #w-node-fd43e521-e772-b61d-dcb6-49f24dbe8f1a-f16db630, #w-node-fd43e521-e772-b61d-dcb6-49f24dbe8f25-f16db630, #w-node-fd43e521-e772-b61d-dcb6-49f24dbe8f02-25b51af6, #w-node-fd43e521-e772-b61d-dcb6-49f24dbe8f0f-25b51af6, #w-node-fd43e521-e772-b61d-dcb6-49f24dbe8f11-25b51af6, #w-node-fd43e521-e772-b61d-dcb6-49f24dbe8f1a-25b51af6, #w-node-fd43e521-e772-b61d-dcb6-49f24dbe8f25-25b51af6, #w-node-fd43e521-e772-b61d-dcb6-49f24dbe8f02-db1dea11, #w-node-fd43e521-e772-b61d-dcb6-49f24dbe8f0f-db1dea11, #w-node-fd43e521-e772-b61d-dcb6-49f24dbe8f11-db1dea11, #w-node-fd43e521-e772-b61d-dcb6-49f24dbe8f1a-db1dea11, #w-node-fd43e521-e772-b61d-dcb6-49f24dbe8f25-db1dea11, #w-node-fd43e521-e772-b61d-dcb6-49f24dbe8f02-5825144d, #w-node-fd43e521-e772-b61d-dcb6-49f24dbe8f0f-5825144d, #w-node-fd43e521-e772-b61d-dcb6-49f24dbe8f11-5825144d, #w-node-fd43e521-e772-b61d-dcb6-49f24dbe8f1a-5825144d, #w-node-fd43e521-e772-b61d-dcb6-49f24dbe8f25-5825144d, #w-node-_83f4fa05-f4ea-c33b-d917-9c251ee62dd7-439bf798, #w-node-_83f4fa05-f4ea-c33b-d917-9c251ee62de4-439bf798, #w-node-_83f4fa05-f4ea-c33b-d917-9c251ee62de6-439bf798, #w-node-_83f4fa05-f4ea-c33b-d917-9c251ee62def-439bf798, #w-node-_83f4fa05-f4ea-c33b-d917-9c251ee62dfa-439bf798, #w-node-fd43e521-e772-b61d-dcb6-49f24dbe8f02-03e3aec6, #w-node-fd43e521-e772-b61d-dcb6-49f24dbe8f0f-03e3aec6, #w-node-fd43e521-e772-b61d-dcb6-49f24dbe8f11-03e3aec6, #w-node-fd43e521-e772-b61d-dcb6-49f24dbe8f1a-03e3aec6, #w-node-fd43e521-e772-b61d-dcb6-49f24dbe8f25-03e3aec6, #w-node-fd43e521-e772-b61d-dcb6-49f24dbe8f02-e57ae955, #w-node-fd43e521-e772-b61d-dcb6-49f24dbe8f0f-e57ae955, #w-node-fd43e521-e772-b61d-dcb6-49f24dbe8f11-e57ae955, #w-node-fd43e521-e772-b61d-dcb6-49f24dbe8f1a-e57ae955, #w-node-fd43e521-e772-b61d-dcb6-49f24dbe8f25-e57ae955, #w-node-fd43e521-e772-b61d-dcb6-49f24dbe8f02-d681f00c, #w-node-fd43e521-e772-b61d-dcb6-49f24dbe8f0f-d681f00c, #w-node-fd43e521-e772-b61d-dcb6-49f24dbe8f11-d681f00c, #w-node-fd43e521-e772-b61d-dcb6-49f24dbe8f1a-d681f00c, #w-node-fd43e521-e772-b61d-dcb6-49f24dbe8f25-d681f00c, #w-node-fd43e521-e772-b61d-dcb6-49f24dbe8f02-b06b1766, #w-node-fd43e521-e772-b61d-dcb6-49f24dbe8f0f-b06b1766, #w-node-fd43e521-e772-b61d-dcb6-49f24dbe8f11-b06b1766, #w-node-fd43e521-e772-b61d-dcb6-49f24dbe8f1a-b06b1766, #w-node-fd43e521-e772-b61d-dcb6-49f24dbe8f25-b06b1766, #w-node-fd43e521-e772-b61d-dcb6-49f24dbe8f02-5736da21, #w-node-fd43e521-e772-b61d-dcb6-49f24dbe8f0f-5736da21, #w-node-fd43e521-e772-b61d-dcb6-49f24dbe8f11-5736da21, #w-node-fd43e521-e772-b61d-dcb6-49f24dbe8f1a-5736da21, #w-node-fd43e521-e772-b61d-dcb6-49f24dbe8f25-5736da21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-dc56a8e4-9bd6-fbde-0836-d4c639295803-c0c28425, #w-node-e00aa3c5-d328-ce55-b46c-56d3149ce48c-55691e1b, #w-node-dfd7c23d-b299-2e87-2e10-dadb164c7c1b-9cebf144, #w-node-fd43e521-e772-b61d-dcb6-49f24dbe8f0f-d1887c71, #w-node-_14d21de1-96df-6b6f-cabb-a99f6595f3fc-318e8adb, #w-node-bbd6f035-2393-7303-1146-9f72fb21474e-ce5a6eeb, #w-node-_83f4fa05-f4ea-c33b-d917-9c251ee62de4-840e3bbe, #w-node-caf4be24-351c-1727-8e00-3002852d7134-1c2450b6, #w-node-fd43e521-e772-b61d-dcb6-49f24dbe8f0f-d8fdecda, #w-node-fd43e521-e772-b61d-dcb6-49f24dbe8f0f-53c46222, #w-node-fd43e521-e772-b61d-dcb6-49f24dbe8f0f-f16db630, #w-node-fd43e521-e772-b61d-dcb6-49f24dbe8f0f-25b51af6, #w-node-fd43e521-e772-b61d-dcb6-49f24dbe8f0f-db1dea11, #w-node-fd43e521-e772-b61d-dcb6-49f24dbe8f0f-5825144d, #w-node-_83f4fa05-f4ea-c33b-d917-9c251ee62de4-439bf798, #w-node-fd43e521-e772-b61d-dcb6-49f24dbe8f0f-03e3aec6, #w-node-fd43e521-e772-b61d-dcb6-49f24dbe8f0f-e57ae955, #w-node-fd43e521-e772-b61d-dcb6-49f24dbe8f0f-d681f00c, #w-node-fd43e521-e772-b61d-dcb6-49f24dbe8f0f-b06b1766, #w-node-fd43e521-e772-b61d-dcb6-49f24dbe8f0f-5736da21 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c491a553-37f6-6e65-b6d0-a44fd50fd97f-c0c28425 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c491a553-37f6-6e65-b6d0-a44fd50fd982-c0c28425 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-c491a553-37f6-6e65-b6d0-a44fd50fd984-c0c28425 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c491a553-37f6-6e65-b6d0-a44fd50fd98b-c0c28425 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c491a553-37f6-6e65-b6d0-a44fd50fd98e-c0c28425 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-c491a553-37f6-6e65-b6d0-a44fd50fd99e-c0c28425 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c491a553-37f6-6e65-b6d0-a44fd50fd9a1-c0c28425 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-c491a553-37f6-6e65-b6d0-a44fd50fd9b8-c0c28425 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c491a553-37f6-6e65-b6d0-a44fd50fd9bb-c0c28425 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-c491a553-37f6-6e65-b6d0-a44fd50fd9d4-c0c28425 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c491a553-37f6-6e65-b6d0-a44fd50fd9d7-c0c28425 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-c491a553-37f6-6e65-b6d0-a44fd50fd9f1-c0c28425 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c491a553-37f6-6e65-b6d0-a44fd50fd9f4-c0c28425 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-c491a553-37f6-6e65-b6d0-a44fd50fda0f-c0c28425 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c491a553-37f6-6e65-b6d0-a44fd50fda12-c0c28425 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-c491a553-37f6-6e65-b6d0-a44fd50fda22-c0c28425 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c491a553-37f6-6e65-b6d0-a44fd50fda25-c0c28425 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-c491a553-37f6-6e65-b6d0-a44fd50fda36-c0c28425 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c491a553-37f6-6e65-b6d0-a44fd50fda39-c0c28425 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-ba12fd18-b055-ed13-6f62-a2d210119cac-9cebf144 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-ba12fd18-b055-ed13-6f62-a2d210119caf-9cebf144 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-ba12fd18-b055-ed13-6f62-a2d210119cb1-9cebf144 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ba12fd18-b055-ed13-6f62-a2d210119cba-9cebf144 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-ba12fd18-b055-ed13-6f62-a2d210119cbd-9cebf144 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-ba12fd18-b055-ed13-6f62-a2d210119cc6-9cebf144 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-ba12fd18-b055-ed13-6f62-a2d210119cc9-9cebf144 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-ba12fd18-b055-ed13-6f62-a2d210119cd2-9cebf144 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-ba12fd18-b055-ed13-6f62-a2d210119cd5-9cebf144 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-ba12fd18-b055-ed13-6f62-a2d210119cde-9cebf144 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-ba12fd18-b055-ed13-6f62-a2d210119ce1-9cebf144 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-ba12fd18-b055-ed13-6f62-a2d210119cea-9cebf144 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-ba12fd18-b055-ed13-6f62-a2d210119ced-9cebf144 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-ba12fd18-b055-ed13-6f62-a2d210119cf6-9cebf144 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-ba12fd18-b055-ed13-6f62-a2d210119cf9-9cebf144 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-ba12fd18-b055-ed13-6f62-a2d210119d02-9cebf144 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-ba12fd18-b055-ed13-6f62-a2d210119d05-9cebf144 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-ba12fd18-b055-ed13-6f62-a2d210119d0e-9cebf144 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-ba12fd18-b055-ed13-6f62-a2d210119d11-9cebf144 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-aa06d0df-e8c4-8e81-0450-c8c62eee54e7-9cebf144 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-aa06d0df-e8c4-8e81-0450-c8c62eee54ea-9cebf144 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_0ffb453d-1d1d-464f-d3e3-10c42bb0cc60-9cebf144 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_0ffb453d-1d1d-464f-d3e3-10c42bb0cc63-9cebf144 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_0ffb453d-1d1d-464f-d3e3-10c42bb0cc65-9cebf144 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0ffb453d-1d1d-464f-d3e3-10c42bb0cc6e-9cebf144 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_0ffb453d-1d1d-464f-d3e3-10c42bb0cc71-9cebf144 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_0ffb453d-1d1d-464f-d3e3-10c42bb0cc7a-9cebf144 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_0ffb453d-1d1d-464f-d3e3-10c42bb0cc7d-9cebf144 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_0ffb453d-1d1d-464f-d3e3-10c42bb0cc86-9cebf144 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_0ffb453d-1d1d-464f-d3e3-10c42bb0cc89-9cebf144 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_0ffb453d-1d1d-464f-d3e3-10c42bb0cc92-9cebf144 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_0ffb453d-1d1d-464f-d3e3-10c42bb0cc95-9cebf144 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_0ffb453d-1d1d-464f-d3e3-10c42bb0cc9e-9cebf144 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_0ffb453d-1d1d-464f-d3e3-10c42bb0cca1-9cebf144 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_0ffb453d-1d1d-464f-d3e3-10c42bb0ccaa-9cebf144 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_0ffb453d-1d1d-464f-d3e3-10c42bb0ccad-9cebf144 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_0ffb453d-1d1d-464f-d3e3-10c42bb0ccb6-9cebf144 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_0ffb453d-1d1d-464f-d3e3-10c42bb0ccb9-9cebf144 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_0ffb453d-1d1d-464f-d3e3-10c42bb0ccc2-9cebf144 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_0ffb453d-1d1d-464f-d3e3-10c42bb0ccc5-9cebf144 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_0ffb453d-1d1d-464f-d3e3-10c42bb0ccce-9cebf144 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_0ffb453d-1d1d-464f-d3e3-10c42bb0ccd1-9cebf144 {
    grid-area: 1 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_116cafdb-4296-b635-ba17-4ab90bdc5676-c0c28425 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
}


@font-face {
  font-family: 'Century Gothic 1';
  src: url('../fonts/century-gothic-1.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gallient';
  src: url('../fonts/gallient.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gallient';
  src: url('../fonts/gallient.zip') format('undefined');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Agatho';
  src: url('../fonts/agatho.zip') format('undefined');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}