@font-face {
  font-family: Bdogrotesk Vf;
  src: url('../fonts/BDOGrotesk-VF.ttf') format("truetype");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
  --dark-grey: #999;
  --blue: #0f0293;
  --alice-blue: #dae6ff;
  --color: #58b7b3;
  --black-second: #c7c7c733;
  --honeydew-section: #ecfcf4;
  --green-light: #e7f9e9;
  --test: #8dc2f7;
}

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

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

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

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

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

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

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

.w-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-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-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

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

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

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

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

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

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

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

h2 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}

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

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

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

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

p {
  opacity: 1;
  text-transform: none;
  margin-bottom: 10px;
  font-family: Inter Tight, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 12px;
}

li {
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 15px;
}

blockquote {
  border-left: 1px solid var(--dark-grey);
  margin-bottom: 10px;
  padding: 0 20px;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.3;
}

figcaption {
  color: #e7fbfc99;
  text-align: center;
  text-transform: uppercase;
  margin-top: 5px;
  font-weight: 500;
}

.utility-page-wrap {
  background-color: var(--white);
  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;
  align-items: center;
  width: 400px;
  display: flex;
}

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

.subhead {
  opacity: 1;
  color: var(--black);
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}

.input {
  border: 2px solid var(--black);
  background-color: #fff;
  border-radius: 100px;
  min-height: 60px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.input:hover {
  border-color: #111314;
}

.input:focus {
  color: #444;
  border-color: #111314;
}

.input::placeholder {
  color: var(--black);
  font-size: 16px;
  font-weight: 500;
}

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

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

.white-block {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
  padding-right: 20px;
}

.title-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.3;
}

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

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

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

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

.title-3 {
  opacity: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
}

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

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

.color-block._2 {
  background-color: var(--alice-blue);
  color: #3d3d3d;
}

.section {
  padding: 100px 5% 125px;
  position: relative;
}

.section.add-top-margin {
  background-color: var(--white);
  padding-top: 200px;
}

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

.section.add-top {
  padding-top: 100px;
}

.section.photo-1 {
  background-image: linear-gradient(#0f02934f, #0f02934f), url('../images/Groß-_09A7333.jpeg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 60svh;
  display: flex;
}

.section.overflow.no-margin, .section.no-margin {
  padding-top: 0;
}

.section.fabian {
  padding-bottom: 75px;
}

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

.title-1 {
  z-index: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
  font-weight: 600;
  line-height: 1;
  position: relative;
}

.title-1.left {
  text-align: left;
}

.title-1.for-blog-page {
  text-align: center;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-size: 3.6em;
  line-height: 1.1;
}

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

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

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

.container {
  z-index: 20;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

.button {
  border: 2px solid var(--blue);
  color: var(--blue);
  text-align: center;
  background-color: #3898ec00;
  border-radius: 0 30px;
  justify-content: center;
  align-items: center;
  padding: 11px 30px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: all .3s;
}

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

.button.full {
  width: 100%;
}

.button.full.margin {
  margin-top: 7px;
}

.button.hover {
  border-radius: 0;
}

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

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

.licensing-content {
  min-height: 150px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 25px;
  display: flex;
}

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

.image-flex {
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  font-size: 16px;
  display: flex;
}

.licensing-block {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.shrink-item {
  flex: 1;
  margin-right: 20px;
}

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

.shrink-item.photo-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.dark-link {
  color: var(--black);
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  text-decoration: underline;
}

.dark-link:hover {
  color: #000;
}

.copyright-dot {
  background-color: var(--black);
  border-radius: 100%;
  width: 4px;
  height: 4px;
  margin-left: 10px;
  margin-right: 10px;
}

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

.heading {
  font-weight: 600;
}

.services-wrapper {
  align-items: center;
  width: 50%;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.photo-line-animation {
  justify-content: center;
  align-items: flex-end;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.photo-move-2 {
  max-width: 80%;
  position: relative;
  overflow: hidden;
}

.photo-move {
  max-width: 95%;
  position: relative;
  overflow: hidden;
}

.line-divider {
  background-color: var(--black);
  width: 100%;
  height: 1px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.toggle-main-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.navigation-link-move {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.title-tag {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.1;
}

.title-tag.big {
  font-size: 40px;
  font-weight: 600;
}

.title-tag.big.add-bottom {
  margin-bottom: 20px;
}

.card-block {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-block.second {
  height: 40svh;
}

.button-underline {
  color: var(--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  position: relative;
}

.photo-animation-1 {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.checkout-form {
  background-color: var(--white);
  color: var(--black);
  min-height: auto;
  padding-top: 200px;
  padding-bottom: 70px;
}

.contact-link {
  z-index: 2;
  background-color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  padding: 29px;
  display: flex;
  position: relative;
  overflow: visible;
}

.parallax-image-wrapper {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.image-triger {
  width: 105%;
  height: 105%;
  position: absolute;
}

.image-triger-second {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.parallax-image {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.social-icon-wrapper {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.parallax-image-block {
  width: 100%;
  height: 43em;
  position: relative;
  overflow: hidden;
}

.parallax-image-block.blog-page {
  height: 50em;
}

.color-parallax {
  z-index: 2;
  background-color: var(--black);
  display: none;
  position: absolute;
  inset: 0%;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #fa242a;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 500;
}

.success-message {
  background-color: var(--white);
  text-align: center;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 600;
}

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

.pricing-card {
  grid-row-gap: .6em;
  text-align: left;
  border: 1px solid #fff3;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  min-height: auto;
  padding: 40px 40px 30px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 7px #00000012;
}

.pricing-card.center {
  text-align: center;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

.feature-wrap-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.top-part-grid {
  grid-column-gap: 30px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
  overflow: hidden;
}

.default-state {
  flex-direction: column;
  display: flex;
}

.main-pricing-title {
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 6px;
  font-family: Inter Tight, sans-serif;
  font-size: 19px;
  font-weight: 600;
}

.feature-grid {
  grid-row-gap: 7px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  margin-top: 30px;
}

.feature-grid.center {
  text-align: center;
  justify-items: start;
  margin-top: 0;
}

.feature-big-title {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
}

.feature-big-title.dark {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
}

.paragraph-product {
  opacity: 1;
  color: var(--black);
  margin-top: 10px;
  font-size: 32px;
  font-weight: 600;
}

.feature-second {
  text-transform: none;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

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

.hero {
  background-color: var(--white);
  background-image: linear-gradient(354deg, #f3f8ff, #fff 56%);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 95svh;
  padding: 200px 5% 100px;
  display: flex;
  position: relative;
  top: 0;
}

.hero.for-inner {
  min-height: auto;
  padding-top: 230px;
  padding-bottom: 80px;
}

.social-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.social-icon {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.animation-image {
  z-index: 1;
  width: 20px;
  position: relative;
}

.social-circle {
  background-color: var(--black-second);
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.button-liner {
  color: var(--black);
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  position: relative;
}

.display-1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.3;
}

.display-1.biger {
  text-align: center;
  margin-bottom: 20px;
  font-size: 50px;
}

.display-1.smaller {
  font-size: 50px;
}

.display-1.smaller.margin {
  margin-bottom: 24px;
  font-size: 40px;
}

.hero-title-flex {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1100px;
  display: flex;
}

.hero-title-flex.full {
  max-width: none;
  display: flex;
}

.hero-title-flex.full.inner {
  align-items: center;
}

.main-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.block-gray {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.work-wrapper-first {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.max-w-center {
  text-align: center;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.footer {
  background-color: #f7faff;
  flex-direction: column;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 5% 40px;
  display: flex;
  position: relative;
}

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

.team-title {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
}

.job-role {
  color: var(--blue);
  text-align: center;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 600;
}

.team-grid {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

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

.collection-item {
  flex: none;
  align-items: flex-end;
  width: 70%;
  padding-right: 70px;
  display: flex;
}

.category-tag {
  background-color: var(--black-second);
  color: var(--black);
  border-radius: 30px;
  padding: 10px 20px;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.category-tag:hover {
  opacity: .76;
}

.cta-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.2;
}

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

.contact-link-cta {
  z-index: 2;
  background-color: #f5e9ff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  padding: 27px;
  display: flex;
  position: relative;
  overflow: visible;
}

.div-block {
  justify-content: center;
  display: flex;
}

.hero-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1.4fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.hero-grid.main {
  grid-column-gap: 56px;
  grid-row-gap: 100px;
  grid-template-columns: 1fr 1fr;
}

.gray-color {
  opacity: 1;
}

.button-arrow-link {
  background-color: var(--dark-grey);
  color: #fff;
  text-align: center;
  border-style: none;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 14px 23px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.button-arrow-link:hover {
  color: #fff;
  background-color: #424242;
}

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

.margin-150px.hide {
  display: none;
}

.section-video {
  padding: 120px 5%;
  position: relative;
}

.section-video.image {
  z-index: -1;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  min-height: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  overflow: hidden;
}

.main-display {
  color: #fff;
  max-width: 60%;
  margin: 0 auto 5px;
  font-size: 33px;
  font-weight: 600;
  line-height: 1.3;
}

.button-underline-2 {
  color: #fff;
  margin-top: 3px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  overflow: hidden;
}

.button-underline-2:hover {
  color: #fff;
}

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

.button-flex.second {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
}

.button-flex.add-to-center {
  justify-content: flex-start;
  align-items: center;
}

.contact-grid-main {
  grid-column-gap: 100px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.toggle-main {
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.paragraph {
  padding-top: 15px;
}

.toogle-max-w {
  flex-direction: column;
  max-width: 100%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.toggle-content {
  background-color: #0000;
  padding: 20px 20px 10px 0;
  position: relative;
}

.toggle-content.w--open {
  padding-top: 0;
}

.filter-image {
  filter: none;
  width: 17px;
}

.option-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--black-second);
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 50px 36px;
  display: flex;
}

.main-display-2 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.1;
}

.main-display-3 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.1;
}

.faq-grid {
  grid-column-gap: 100px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.faq-grid.for-faq {
  grid-column-gap: 100px;
  grid-template-columns: 1fr 1fr;
}

.qa-text-main {
  color: var(--black);
  white-space: normal;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

.drodpwdown-toggle-main {
  grid-column-gap: 30px;
  border-bottom: .5px solid var(--color);
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  font-size: 17px;
  display: flex;
}

.toggle-icon {
  background-color: var(--blue);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: all .2s;
  display: flex;
}

.toggle-icon:hover {
  background-color: var(--color);
}

.logo-main {
  z-index: 1;
  border: 1px solid #2e2e2e;
  flex: 0 33.333%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 150px;
  margin-bottom: -1px;
  margin-left: -1px;
  display: flex;
  position: relative;
}

.text-rotator-wrapper {
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 20px;
  overflow: hidden;
}

.work-wrapper {
  color: var(--black);
  cursor: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-line-main {
  color: var(--white);
  white-space: nowrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.button-line-main:hover {
  border-bottom-color: #6f00ff;
  padding-right: 0;
}

.data {
  margin-bottom: 0;
}

.line-horizontal {
  background-color: var(--color);
  width: 100%;
  height: 2px;
  margin-top: 3px;
}

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

.button-first-line {
  color: var(--blue);
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  position: relative;
}

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

.paragraph-dark {
  color: var(--dark-grey);
}

.about-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.about-grid.margin {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-bottom: 48px;
}

.about-grid.margin._2 {
  align-content: stretch;
  place-items: start stretch;
}

.photo-flex {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-right: 32px;
  display: flex;
}

.photo-flex._2 {
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 32px;
  padding-right: 0;
}

.sticky-right {
  top: 200px;
}

.button-line {
  color: #2c2c2c;
  white-space: nowrap;
  border-bottom: 1px solid #c5c5c5;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.button-line:hover {
  color: #b26cf1;
  border-bottom-color: #b26cf1;
  padding-right: 0;
}

.subhead-center {
  opacity: 1;
  margin-top: 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
}

.image-rounded {
  object-fit: cover;
  width: 450px;
  height: 450px;
}

.image-rounded.normal {
  width: 100%;
  height: 500px;
}

.image-rounded._50 {
  width: 50%;
}

.image-rounded._50.second {
  border-radius: 30% 30% 0%;
  width: 50%;
  margin-bottom: 117px;
}

.image-rounded._50.third {
  border-top-left-radius: 0%;
  border-top-right-radius: 30%;
  border-bottom-left-radius: 30%;
  margin-bottom: -109px;
  position: relative;
}

.new-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .3fr .8fr .3fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.navbar-component {
  z-index: 98;
  background-color: #fff;
  justify-content: flex-start;
  align-items: stretch;
  padding-bottom: 15px;
  padding-left: 2rem;
  padding-right: 2rem;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 8px 0 10px #0000001a;
}

.dropdown-content {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.dropdown-content.block {
  display: block;
}

.menu-button-new {
  padding: 0;
}

.icon-wrapper {
  color: var(--blue);
  flex: none;
}

.item-heading {
  color: var(--black);
  font-size: 16px;
  font-weight: 600;
}

.svg-icon {
  opacity: 1;
  justify-content: center;
  align-items: flex-end;
  width: 1rem;
  height: 1rem;
  margin-right: .8rem;
  padding-bottom: 1px;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.navbar-drodpdown-list {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.navbar-drodpdown-list.w--open {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-radius: .75rem;
  width: 40rem;
  padding: 1.25rem;
  left: 0%;
}

.navbar-drodpdown-list.auto {
  width: 13rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.navbar-drodpdown-list.auto.w--open {
  background-color: #fff;
  border-color: #fff;
}

.navbar-menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.dropdown-toggle {
  color: var(--black);
  align-items: center;
  padding: .75rem 2.2rem .75rem 1rem;
  font-size: 1.1rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.dropdown-toggle:hover {
  color: var(--blue);
}

.navbar-link {
  color: var(--black);
  align-items: center;
  padding: .75rem 1rem;
  font-size: 1.1rem;
  font-weight: 600;
  transition: all .3s;
}

.navbar-link:hover {
  opacity: 1;
  color: var(--blue);
}

.navbar-link.w--current {
  opacity: 1;
  color: var(--color);
}

.navbar-link.hide {
  display: none;
}

.dropdown-link {
  grid-column-gap: .7rem;
  grid-row-gap: 0px;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  padding: .55rem .75rem .55rem 0;
  text-decoration: none;
  transition: all .3s;
  display: grid;
}

.dropdown-link:hover {
  background-color: #f1f1f1;
  padding-left: .75rem;
}

.menu-right {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.dorpdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: 0rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.icon-small-left {
  width: 1.4rem;
  height: 1.4rem;
}

.icon-small-left.small {
  width: 1.2rem;
  height: 1.2rem;
}

.logotype {
  flex: none;
  width: 130px;
}

.logo-link-main {
  padding-left: 0;
}

.circle-shape-2 {
  background-color: var(--blue);
  border-radius: 100%;
  width: 30px;
  height: 30px;
  position: absolute;
  inset: auto 15px 60px auto;
}

.blog-image {
  object-fit: cover;
  width: 100%;
  transition: all .3s;
}

.blog-image:hover {
  opacity: .9;
}

.blog-content {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 20px;
  display: flex;
}

.category-tag-main {
  background-color: var(--black-second);
  color: var(--black);
  text-transform: uppercase;
  border-radius: 30px;
  padding: 7px 16px 5px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.category-tag-main:hover {
  opacity: .76;
}

.blog-title {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  transition: all .3s;
}

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

.loader-badge {
  background-image: url('../images/loader.svg');
  background-position: 0 0;
  background-size: contain;
  width: 34px;
  height: 34px;
  position: absolute;
  inset: -19px -15px auto auto;
}

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

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

.photo-wrapper {
  position: relative;
}

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

.data-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.category-0 {
  opacity: 1;
  margin-bottom: 0;
  font-size: 17px;
}

.button-with-animation {
  border: 2px solid var(--color);
  background-color: var(--color);
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 14px 21px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-with-animation:hover {
  border-color: var(--blue);
  color: var(--blue);
  background-color: #f0763500;
}

.button-with-animation.w--current:hover, .button-with-animation.hide.hover:hover {
  border-color: var(--color);
  background-color: var(--color);
  color: var(--white);
}

.button-with-animation.hide.hover.headerbutton {
  border-color: var(--blue);
  background-color: var(--white);
  color: var(--blue);
}

.button-with-animation.hide.hover.headerbutton:hover {
  border-color: var(--color);
  background-color: var(--color);
  color: var(--white);
}

.button-with-animation.hover {
  border-radius: 0;
  transition: all .2s;
}

.button-with-animation.hover:hover {
  border-color: var(--blue);
}

.button-with-animation.hover.width {
  width: 250px;
  margin-top: 38px;
}

.button-with-animation.hover.width.no-margin {
  color: var(--white);
  margin-top: 0;
}

.button-with-animation.hover.width.no-margin:hover {
  color: var(--blue);
}

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

.arrow-button {
  width: 24px;
  position: absolute;
}

.relative-div {
  position: relative;
}

.relative-div.flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: -60px;
  display: flex;
}

.display-2 {
  opacity: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.3;
}

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

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

.grid-2-columns.second.move {
  position: relative;
}

.button-first-line-2 {
  color: #060609;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  position: relative;
}

.success-message-4 {
  color: #00a216;
  background-color: #f1fff2;
  border-radius: 2px;
  font-size: 15px;
  font-weight: 600;
}

.form-grid {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.form-grid.make-flex {
  flex-flow: column;
  align-items: stretch;
}

.input-main {
  background-color: #0000;
  border: 1px solid #ddd;
  min-height: 55px;
  margin-bottom: 0;
  padding: 16px 20px;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  box-shadow: 0 0 1px 2px #10182808;
}

.input-main::placeholder {
  color: #252525;
  font-size: 15px;
  font-weight: 600;
}

.input-main._0px {
  justify-content: center;
  align-items: center;
  padding: 0 15px 0 0;
  display: flex;
}

.form-block {
  border-left: 2px solid var(--color);
  max-width: 1200px;
  box-shadow: 0 10px 15px #0000000f;
}

.error-message-4 {
  color: #fe0000;
  text-align: center;
  background-color: #ffeaea;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
}

.form {
  background-color: #fff;
  padding: 34px 35px;
}

.select {
  color: var(--black);
  background-color: #fff;
  border: 1px #000;
  border-radius: 30px;
  margin-bottom: 0;
  padding: 0 10px 0 15px;
  font-size: 15px;
}

.title-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.title-grid.center {
  text-align: center;
  flex-flow: column;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.item-list {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  margin-top: 3.5rem;
}

.icon-main {
  color: var(--blue);
  background-color: #ebf1ff;
  justify-content: center;
  align-items: center;
  width: 5.5rem;
  height: 5.5rem;
  font-size: 29px;
  display: flex;
}

.space-small {
  width: 100%;
  min-height: 1rem;
}

.small-title {
  color: var(--black);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5;
}

.space-smaller {
  width: 100%;
  min-height: .5rem;
}

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

.card-image {
  z-index: -1;
  cursor: default;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  box-shadow: 0 2px 5px #0003;
}

.title {
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 600;
  line-height: 34px;
}

.service-card {
  color: var(--white);
  align-items: flex-end;
  min-height: 430px;
  padding: 48px 15px 15px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.footer-grid-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.6fr 1fr;
  align-items: start;
}

.footer-left-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.foorer-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.footer-link-main {
  color: var(--black);
  align-items: center;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.footer-link-main:hover {
  opacity: .6;
}

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

.footer-logo-link {
  margin-bottom: 20px;
}

.copyright-2 {
  color: var(--black);
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
}

.social-icon-main {
  width: 19px;
}

.social-icon-main.no-invert {
  width: 22px;
}

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

.social-grid {
  grid-column-gap: 18px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.footer-title {
  color: var(--blue);
  letter-spacing: normal;
  margin-bottom: 1rem;
  font-size: 17px;
  font-weight: 600;
}

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

.social-link-main:hover {
  opacity: .7;
}

.footer-main-grid {
  grid-column-gap: 75px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: .7fr minmax(auto, 1fr);
  align-items: start;
}

.top-bar {
  grid-column-gap: 38px;
  grid-row-gap: 25px;
  border-bottom: 1px solid #e4e4e4;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 17px;
  padding-bottom: 17px;
  display: grid;
}

.right-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.no-margin {
  color: var(--black);
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.gray-divider {
  background-color: #e4e4e4;
  width: 1px;
  height: 30px;
  margin-left: 7px;
  margin-right: 7px;
}

.absolute-form {
  z-index: 40;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% -88px;
}

.circle-photo {
  background-image: url('../images/hero-2_1hero-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 7px solid #fff;
  border-radius: 100%;
  width: 220px;
  height: 220px;
  position: absolute;
  inset: auto auto 50px -100px;
}

.blue {
  color: var(--blue);
  padding-right: 0;
}

.max-w-hero {
  max-width: 100%;
}

.white-cart {
  color: var(--black);
  background-color: #fff;
  padding: 23px 22px 12px;
}

.divider-line {
  background-color: #e4e4e4;
  width: 100%;
  height: 1px;
  margin-top: 60px;
  margin-bottom: 60px;
}

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

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

.testimonials-name {
  color: #353535;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
}

.testimonials-name.medium {
  color: #03254c;
  font-size: 17px;
  font-weight: 600;
}

.testimonials-name.medium.white {
  color: var(--white);
}

.quote {
  color: var(--white);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}

.max-w-width {
  text-align: center;
  max-width: 640px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.max-w-width.left {
  text-align: left;
  max-width: 900px;
  margin-bottom: 0;
}

.quote-icon {
  width: 64px;
}

.autor-flex {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

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

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

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

.cart-container {
  background-color: var(--black);
  box-shadow: none;
  border: 1px solid #fff3;
  border-radius: 2px;
  max-width: 600px;
}

.image-small-product {
  filter: invert();
  width: 34px;
  margin-right: 10px;
}

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

.smaller-text {
  opacity: .63;
  font-size: 1.1rem;
  font-weight: 400;
  display: inline-block;
}

.product-title {
  color: #fff;
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: 600;
}

.button-remove {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
  position: relative;
}

.button-remove.smaller {
  opacity: .71;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  text-decoration: underline;
}

.button-remove.smaller:hover {
  opacity: 1;
}

.cart-button {
  color: var(--black);
  background-color: #0000;
  justify-content: center;
  padding: 0;
  font-family: Bdogrotesk Vf, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
}

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

.cart-quantity {
  z-index: 2;
  color: var(--black);
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  height: auto;
  margin-left: 2px;
  margin-right: 2px;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 20px;
}

.heading-white {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.cart-header {
  border-bottom-color: #fff3;
  padding: 13px 24px 13px 25px;
}

.cart-list {
  padding-left: 12px;
}

.cart {
  padding: .75rem 1rem;
}

.cart.mobile {
  display: none;
}

.no-items-found {
  color: #ffffffb3;
  font-size: 17px;
  font-weight: 500;
}

.apple-pay {
  border-radius: 25px;
  height: 48px;
}

.cart-quantity-sidebar {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
  border-radius: 2px;
  width: 50px;
  font-weight: 600;
}

.remove-button {
  margin-top: 15px;
  text-decoration: none;
  display: flex;
}

.cart-wrapper {
  z-index: 999;
  background-color: #3267ffe6;
}

.remove-pop-up {
  cursor: pointer;
  background-color: #f1f1f7;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
  position: absolute;
  top: 10px;
  right: 10px;
}

.remove-pop-up.in-produce-sidebar {
  background-color: #ffffff1c;
  background-image: url('../images/remove.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  position: relative;
  top: 0;
  right: 0;
}

.paypal {
  margin-bottom: 4px;
}

.product-price-main {
  color: #fff;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
}

.product-price-main.in-sidebar {
  color: #ffffffb3;
  font-size: 19px;
  font-weight: 400;
}

.blue-2 {
  color: var(--blue);
  -webkit-text-stroke-color: var(--blue);
  padding-right: 36px;
}

.hero-2 {
  background-color: #fff;
  background-image: linear-gradient(354deg, #f3f8ff, #fff 56%);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 95svh;
  padding: 150px 5% 60px;
  display: flex;
  position: relative;
  top: 0;
}

.line-horizontal-2 {
  background-color: var(--color);
  width: 100%;
  height: 2px;
  margin-top: 3px;
}

.select-2 {
  color: #000;
  background-color: #fff;
  border: 1px #000;
  border-radius: 30px;
  margin-bottom: 0;
  padding: 0 10px 0 15px;
  font-size: 15px;
}

.form-block-2 {
  border-left: 2px solid #3267ff;
  max-width: 1200px;
  box-shadow: 0 10px 15px #0000000f;
}

.button-first-line-3 {
  color: #3267ff;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  position: relative;
}

.success-message-5 {
  text-align: center;
  background-color: #fff;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 600;
}

.circle-shape-3 {
  background-color: var(--blue);
  border-radius: 100%;
  width: 30px;
  height: 30px;
  position: absolute;
  inset: auto 15px 60px auto;
}

.circle-shape-3:hover {
  background-color: var(--color);
}

.display-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.3;
}

.button-2 {
  border: 2px solid var(--blue);
  color: var(--blue);
  text-align: center;
  background-color: #3898ec00;
  border-radius: 0 30px;
  justify-content: center;
  align-items: center;
  padding: 11px 30px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: all .3s;
}

.button-2:hover {
  border-color: var(--color);
  background-color: var(--color);
  color: #fff;
}

.error-message-5 {
  color: #fff;
  text-align: center;
  background-color: #fa242a;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 500;
}

.button-with-animation-2 {
  border: 2px solid var(--blue);
  background-color: var(--blue);
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 14px 21px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-with-animation-2:hover {
  border-style: solid;
  border-color: var(--blue);
  color: var(--blue);
  background-color: #f0763500;
}

.bold-text {
  color: var(--blue);
}

.bold-text.colorchange {
  color: var(--white);
}

.praktikum {
  padding-top: 10px;
}

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

.team-image {
  height: 400px;
}

.hero-heading-right {
  background-color: #f5f7fa;
  position: relative;
}

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

.hero-split {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.hero-split._1-card {
  grid-template-columns: 1fr;
}

.hero-split.padding {
  grid-template-columns: minmax(100%, 100%);
  padding: 32px 32px 32px 48px;
}

.hero-split.padding.block {
  display: block;
}

.shadow-two {
  object-fit: cover;
  height: 100%;
  box-shadow: 0 4px 24px #96a3b514;
}

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

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-2.hide {
  display: none;
}

.list {
  margin-top: 0;
}

.paragraph-2, .paragraph-3 {
  font-size: 18px;
}

.div-block-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.text-block-2 {
  margin-bottom: 16px;
  font-family: Inter Tight, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.logos-title-small {
  padding: 60px 30px;
  position: relative;
}

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

.clients-tag {
  text-align: center;
  margin-bottom: 32px;
  font-family: Inter Tight, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.clients-wrapper-three {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  margin-bottom: -10px;
  display: grid;
}

.clients-image-three {
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

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

.div-block-5 {
  justify-content: space-between;
  align-items: stretch;
  margin-top: 48px;
  display: flex;
}

.div-block-5.no-margin {
  margin-top: 0;
}

.div-block-6 {
  width: 60%;
  padding: 32px 32px 32px 0;
}

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

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

.div-block-8 {
  justify-content: space-between;
  align-items: stretch;
  margin-top: 32px;
  display: flex;
}

.div-block-9 {
  margin-left: 28px;
}

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

.image-3 {
  object-fit: cover;
  align-self: center;
  width: auto;
  height: 100px;
}

.div-block-11 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-heading-center {
  background-color: #f5f7fa;
  margin-bottom: 24px;
  padding: 40px;
  position: relative;
}

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

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

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

.hero-wrapper-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

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

.button-primary-2 {
  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-2:hover {
  color: #fff;
  background-color: #32343a;
}

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

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

.paragraph-4 {
  margin-bottom: 0;
}

.paragraph-5 {
  margin-top: 0;
  margin-bottom: 0;
}

.fs_cc-modal-content {
  width: 80%;
  padding: 1.5rem;
}

.fs_cc-modal-content.pop-up {
  width: auto;
}

.link-6 {
  color: #393f4a;
}

.fs-cc_preference-component {
  z-index: 99;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc_preferences {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.fs-cc_preference-buttons {
  z-index: 1;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: #f8f8f8;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: -1.5rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  padding: 1.5rem;
  display: flex;
  position: sticky;
  bottom: -2rem;
}

.cookie-preference_background {
  opacity: 1;
  cursor: pointer;
  background-color: #0003;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc_title {
  margin-bottom: .25rem;
  font-size: 16px;
  font-weight: 400;
}

.fs-cc_close-button {
  z-index: 5;
  cursor: pointer;
  background-color: #f8f8f8;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 2.5rem;
  margin: 1.25rem 1.25rem -2.5rem auto;
  display: flex;
  position: relative;
}

.fs-cc_close-button.pop-up {
  width: 2.5rem;
}

.fs-cc_button {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-color: var(--blue);
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 200px;
  padding: .75rem 1rem;
  font-size: 15px;
  font-weight: 400;
  transition: background-color .1s;
  display: inline-flex;
}

.fs-cc_button.is-secondary {
  color: #000;
  background-color: #fff0;
  border: 1px solid #0000001a;
  font-size: 14px;
}

.fs-cc_button.width {
  width: 100%;
}

.cookie-preference_wrapper {
  z-index: 1;
  width: 100%;
  max-height: 100%;
  padding: 2rem;
  position: relative;
  overflow: auto;
}

.fs-cc_form {
  margin-bottom: 0;
}

.fs-cc_description {
  font-size: 12px;
  font-weight: 400;
}

.fs-cc_custom-code {
  display: none;
}

.fs-cc_checkbox-description {
  cursor: pointer;
  font-size: .875rem;
  font-weight: 300;
}

.fs-cc_checkbox-description.is--not-allowed {
  font-weight: 300;
}

.fs-cc_cookie-component {
  z-index: 9500;
  width: 100%;
  display: flex;
}

.clone-elements-inside-div {
  z-index: 99;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc_screen-reader-only {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.fs-cc_checkbox-label {
  cursor: pointer;
  margin-bottom: .25rem;
  font-size: .9375rem;
  font-weight: 400;
}

.fs-cc_checkbox-label.is--not-allowed {
  font-weight: 400;
}

.fs-cc_modal-buttons {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.fs-cc_checkbox-button {
  float: left;
  border: 1px solid #0003;
  border-radius: .125rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: -1.75rem;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.fs-cc_checkbox-button.w--redirected-checked {
  background-color: #146ef5;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border: 1px solid #146ef5;
}

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

.fs-cc_checkbox-button.is-required {
  cursor: not-allowed;
  background-color: #146ef5;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 45%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border-color: #146ef5;
}

.fs-cc_checkbox {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.75rem;
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.fs-cc_checkbox.is--not-allowed {
  cursor: not-allowed;
}

.fs-cc_modal {
  background-color: #fff;
  flex-flow: row;
  margin-left: auto;
  margin-right: auto;
  font-size: .9375rem;
  line-height: 1.4;
  display: flex;
  position: relative;
}

.fs-cc_modal.pop-up {
  flex-flow: column;
  max-width: 32rem;
}

.fs-cc_close-button-line {
  background-color: #000;
  width: 1rem;
  height: 2px;
  position: absolute;
  transform: rotate(-45deg);
}

.fs-cc_close-button-line.is-2nd {
  transform: rotate(45deg);
}

@media screen and (min-width: 1440px) {
  .display-1, .display-3 {
    font-size: 60px;
  }
}

@media screen and (max-width: 991px) {
  .color-block-parent {
    width: 33.3333%;
  }

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

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

  .section.add-top-margin {
    padding-top: 150px;
  }

  .section.add-top {
    padding-top: 80px;
  }

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

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

  .title-1.for-blog-page {
    font-size: 70px;
  }

  .licensing-block {
    width: 100%;
  }

  .services-wrapper {
    width: 70%;
  }

  .card-block.second {
    height: 32svh;
  }

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

  .parallax-image-block {
    height: 35em;
  }

  .parallax-image-block.blog-page {
    height: 40em;
  }

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

  .hero {
    background-image: linear-gradient(135deg, var(--alice-blue), white 56%);
    flex-flow: column-reverse;
    min-height: auto;
    padding-top: 106px;
    padding-bottom: 179px;
    position: relative;
  }

  .hero.for-inner {
    padding-top: 120px;
    padding-bottom: 55px;
  }

  .display-1.biger {
    margin-bottom: 5px;
    font-size: 40px;
  }

  .hero-title-flex {
    text-align: center;
    align-items: center;
  }

  .footer {
    padding-top: 50px;
  }

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

  .collection-item {
    flex: 0 auto;
    width: 50%;
    margin-bottom: 20px;
    padding-right: 20px;
  }

  .cta-title {
    font-size: 40px;
  }

  .hero-grid {
    flex-direction: column-reverse;
    align-items: center;
    display: flex;
  }

  .hero-grid.main {
    grid-row-gap: 0px;
    flex-flow: column-reverse;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .margin-150px._80 {
    margin-top: 120px;
  }

  .section-video {
    padding: 80px 2%;
  }

  .section-video.image {
    max-width: none;
    min-height: 450px;
  }

  .main-display {
    max-width: 90%;
  }

  .main-display.for-fade {
    font-size: 29px;
  }

  .button-flex.add-to-center {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .contact-grid-main {
    grid-row-gap: 0px;
    grid-template-columns: 1.2fr;
  }

  .toogle-max-w {
    max-width: 100%;
    margin-top: 30px;
  }

  .main-display-2 {
    font-size: 42px;
  }

  .main-display-2.for-fade {
    font-size: 29px;
  }

  .main-display-3 {
    font-size: 42px;
  }

  .main-display-3.for-fade {
    font-size: 29px;
  }

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

  .faq-grid.for-faq {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: center;
  }

  .qa-text-main {
    white-space: normal;
  }

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

  .about-grid {
    max-width: 100%;
  }

  .image-rounded {
    width: 100%;
    max-width: 100%;
    height: 100%;
  }

  .image-rounded.normal {
    height: 100%;
  }

  .image-rounded._50.second, .image-rounded._50.third {
    width: 45%;
    margin-bottom: 0;
  }

  .line-midddle {
    background-color: var(--black);
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .new-container {
    grid-template-columns: .3fr 1fr;
  }

  .menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .navbar-component {
    justify-content: center;
    align-items: stretch;
    padding-top: 12px;
    padding-bottom: 12px;
    position: absolute;
  }

  .dropdown-content {
    align-content: start;
    align-items: start;
    padding: 1rem 0;
  }

  .dropdown-content.block {
    padding-left: 1rem;
  }

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

  .svg-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .line-bottom {
    background-color: var(--black);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar-drodpdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar-drodpdown-list.w--open {
    box-shadow: none;
    border-style: none;
    border-color: #0000;
    width: auto;
    padding: 0;
  }

  .menu-left {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: #101828;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .navbar-menu {
    background-color: var(--white);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-top: 1px solid #ffffff26;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1rem 2rem 5rem;
    position: absolute;
    overflow: auto;
  }

  .dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar-link {
    width: 100%;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .dropdown-link {
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-link:hover {
    background-color: #0000;
  }

  .menu-right {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .line-top {
    background-color: var(--black);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .icon-component {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .photo-wrapper.center {
    height: 100%;
  }

  .button-with-animation.hide {
    display: none;
  }

  .button-with-animation.hover.width.no-margin {
    width: 200px;
  }

  .text-button {
    font-size: 15px;
  }

  .relative-div {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .relative-div.flex {
    justify-content: center;
    align-items: center;
  }

  .display-2 {
    font-size: 36px;
  }

  .grid-2-columns {
    grid-row-gap: 50px;
    flex-flow: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .grid-2-columns.reverse {
    flex-flow: column;
    display: flex;
  }

  .grid-2-columns.second.move {
    flex-flow: column;
  }

  .form-grid {
    flex-flow: column;
    align-items: stretch;
  }

  .form-block {
    width: 95%;
  }

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

  .title {
    font-size: 22px;
    line-height: 32px;
  }

  .service-card {
    min-height: 380px;
  }

  .footer-left-wrapper {
    max-width: 70%;
  }

  .footer-main-grid {
    grid-column-gap: 0px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .top-bar {
    display: none;
  }

  .absolute-form {
    bottom: -301px;
  }

  .circle-photo {
    left: -29px;
  }

  .max-w-hero {
    max-width: 95%;
  }

  .service-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

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

  .quote {
    font-size: 34px;
  }

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

  .flex-cart-center, .cart.desktop {
    display: none;
  }

  .cart.mobile {
    display: flex;
  }

  .hero-2 {
    background-image: linear-gradient(135deg, #dae6ff, #fff 56%);
    flex-flow: column-reverse;
    min-height: auto;
    padding-top: 140px;
    padding-bottom: 80px;
    position: relative;
  }

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

  .display-3 {
    font-size: 40px;
  }

  .button-with-animation-2 {
    width: 100%;
  }

  .team-image {
    object-fit: cover;
    width: 200px;
    height: 280.078px;
  }

  .hero-heading-right {
    margin-bottom: 0;
    overflow: hidden;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-split._1-card, .hero-split.padding {
    height: 100%;
    margin-bottom: 0;
  }

  .container-3 {
    max-width: 728px;
  }

  .clients-image-three {
    margin-bottom: 30px;
  }

  .hero-heading-center {
    padding: 30px;
  }

  .container-4 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .paragraph-4 {
    font-size: 16px;
  }

  .paragraph-5 {
    font-size: 20px;
  }

  .div-block-12, .div-block-14 {
    height: 100%;
  }

  .fs-cc_modal-buttons {
    flex-flow: column;
  }
}

@media screen and (max-width: 767px) {
  .title-2 {
    font-size: 40px;
  }

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

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

  .section.add-top {
    padding-top: 70px;
  }

  .section.photo-1 {
    min-height: auto;
  }

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

  .title-1.for-blog-page {
    max-width: 100%;
    font-size: 50px;
  }

  .services-wrapper {
    width: 100%;
    margin-bottom: 15px;
  }

  .card-block.second {
    height: 37svh;
  }

  .contact-link {
    margin-top: 40px;
  }

  .parallax-image-block.blog-page {
    height: 30em;
  }

  .hero {
    padding-top: 93px;
  }

  .hero.for-inner {
    padding-top: 103px;
    padding-bottom: 18px;
  }

  .display-1 {
    font-size: 44px;
  }

  .display-1.biger {
    font-size: 38px;
  }

  .hero-title-flex {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    max-width: 100%;
  }

  .main-grid {
    flex-direction: column;
    display: flex;
  }

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

  .collection-item {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0;
  }

  .cta-title {
    font-size: 32px;
  }

  .hero-grid.main {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .margin-150px._80 {
    margin-top: 80px;
  }

  .section-video.image {
    min-height: 420px;
  }

  .main-display {
    font-size: 30px;
  }

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

  .toogle-max-w {
    max-width: 100%;
  }

  .main-display-2, .main-display-3 {
    font-size: 33px;
  }

  .faq-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .faq-grid.for-faq {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    align-items: center;
  }

  .logo-main {
    flex-basis: 50%;
    height: 8.9em;
  }

  .about-grid {
    flex-direction: column;
    display: flex;
  }

  .about-grid.margin._2 {
    margin-top: 32px;
    margin-bottom: 0;
  }

  .photo-flex._2 {
    padding-bottom: 0;
    padding-left: 0;
  }

  .photo-flex._1 {
    padding-right: 0;
  }

  .image-rounded {
    height: 400px;
  }

  .image-rounded.normal {
    height: 300px;
  }

  .navbar-component {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .dropdown-content {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .navbar-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .dropdown-toggle, .navbar-link {
    font-size: 1rem;
  }

  .dorpdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .circle-shape-2 {
    right: -11px;
  }

  .blog-image {
    height: 320px;
  }

  .button-with-animation.hover.width.no-margin {
    width: 150px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .text-button {
    font-size: 14px;
  }

  .display-2 {
    font-size: 32px;
  }

  .form-grid {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

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

  .title-grid.center {
    justify-content: center;
    align-items: flex-start;
  }

  .item-list {
    grid-row-gap: 2.5rem;
    margin-bottom: 2rem;
  }

  .space-small {
    min-height: .75rem;
  }

  .small-title {
    font-size: 1.125rem;
  }

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

  .footer-grid-2 {
    grid-column-gap: 1.5rem;
  }

  .footer-left-wrapper {
    max-width: 90%;
  }

  .footer-link-main:hover {
    color: #667085;
  }

  .footer-logo-link {
    margin-bottom: 1.5rem;
    padding-left: 0;
  }

  .footer-main-grid {
    flex-flow: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .absolute-form {
    bottom: -364px;
  }

  .circle-photo {
    width: 170px;
    height: 170px;
    left: -19px;
  }

  .quote {
    font-size: 28px;
  }

  .cart-container {
    max-width: 480px;
  }

  .cart-button {
    height: auto;
  }

  .cart {
    min-height: auto;
  }

  .hero-2 {
    padding-top: 110px;
    padding-bottom: 70px;
  }

  .circle-shape-3 {
    right: -11px;
  }

  .display-3 {
    font-size: 38px;
  }

  .team-image {
    width: auto;
    height: auto;
  }

  .hero-heading-right {
    padding: 0;
  }

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

  .shadow-two {
    width: 100%;
  }

  .logos-title-small {
    padding: 0 15px;
  }

  .clients-wrapper-three {
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 0;
  }

  .clients-image-three {
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-5.no-margin {
    flex-flow: column;
  }

  .div-block-6 {
    width: 100%;
    padding-top: 0;
  }

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

  .image-2 {
    height: 300px;
  }

  .hero-heading-center {
    padding: 20px;
  }

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

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

  .paragraph-5 {
    font-size: 16px;
  }

  .div-block-13 {
    order: -1;
  }

  .fs_cc-modal-content {
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .fs-cc_close-button {
    margin-bottom: 0;
    margin-right: 1.25rem;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .fs-cc_button {
    font-size: 14px;
  }

  .fs-cc_button.is-secondary {
    font-size: 13px;
  }

  .cookie-preference_wrapper {
    padding-top: 2rem;
  }

  .fs-cc_description {
    width: 90%;
  }

  .fs-cc_checkbox-description, .fs-cc_checkbox-description.is--not-allowed {
    font-size: 13px;
  }

  .fs-cc_checkbox-label {
    font-size: 14px;
  }

  .fs-cc_modal-buttons {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding: 0 1.5rem 1.25rem;
  }

  .fs-cc_modal {
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 16px;
  }

  .subhead {
    max-width: 100%;
    font-size: 18px;
  }

  .input {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
  }

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

  .color-row {
    flex-direction: column;
  }

  .title-2 {
    font-size: 32px;
  }

  .color-block-parent {
    width: 100%;
    margin-right: 3%;
  }

  .title-3 {
    font-size: 30px;
  }

  .color-block {
    width: 100%;
    height: 55px;
    margin-bottom: 10px;
    margin-right: 0;
  }

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

  .section.add-top-margin {
    padding-top: 115px;
  }

  .section.add-top {
    padding-top: 50px;
  }

  .section.overflow {
    overflow: hidden;
  }

  .title-1 {
    font-size: 39px;
    line-height: 1.1;
  }

  .title-1.for-blog-page {
    font-size: 30px;
  }

  .licensing-content {
    flex-direction: column;
  }

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

  .shrink-item {
    margin-right: 0;
  }

  .shrink-item.flex {
    margin-top: 20px;
    margin-right: 0;
  }

  .copyright-dot {
    display: none;
  }

  .services-wrapper {
    width: 100%;
  }

  .photo-move-2, .photo-move {
    max-width: 100%;
  }

  .line-divider {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .title-tag.big {
    font-size: 36px;
  }

  .card-block.second {
    height: 26svh;
  }

  .parallax-image-block {
    height: 23em;
  }

  .parallax-image-block.blog-page {
    height: 25em;
  }

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

  .pricing-card {
    padding: 30px 20px;
  }

  .pricing-center-wrapper {
    font-size: 18px;
  }

  .hero {
    padding-top: 74px;
    padding-bottom: 212px;
  }

  .hero.for-inner {
    padding-top: 120px;
  }

  .display-1 {
    font-size: 29px;
  }

  .display-1.biger {
    margin-bottom: 10px;
    font-size: 32px;
  }

  .display-1.smaller {
    font-size: 40px;
  }

  .hero-title-flex, .max-w-center {
    max-width: 100%;
  }

  .footer {
    padding-bottom: 20px;
  }

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

  .collection-item {
    width: 100%;
  }

  .cta-title {
    font-size: 26px;
  }

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

  .hero-grid.main {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .margin-150px {
    margin-top: 80px;
  }

  .margin-150px._80 {
    margin-top: 40px;
  }

  .section-video {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-video.image {
    min-height: 350px;
  }

  .main-display {
    font-size: 26px;
  }

  .main-display.for-fade {
    font-size: 24px;
  }

  .button-flex {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .button-flex.second {
    align-items: flex-start;
  }

  .button-flex.add-to-center {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
  }

  .toogle-max-w {
    max-width: 100%;
  }

  .main-display-2 {
    font-size: 26px;
  }

  .main-display-2.for-fade {
    font-size: 24px;
  }

  .main-display-3 {
    font-size: 26px;
  }

  .main-display-3.for-fade {
    font-size: 24px;
  }

  .faq-grid.for-faq {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .qa-text-main {
    white-space: break-spaces;
    font-size: 18px;
  }

  .drodpwdown-toggle-main {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 18px;
  }

  .logo-main {
    flex-basis: 100%;
    min-width: 35vw;
    height: 8em;
  }

  .text-rotator-wrapper {
    bottom: 15px;
  }

  .button-line-main, .button-line {
    font-size: 16px;
  }

  .subhead-center {
    text-align: center;
    font-size: 16px;
  }

  .image-rounded {
    max-width: 95%;
    height: 300px;
  }

  .image-rounded.normal {
    max-width: 100%;
  }

  .image-rounded._50.second, .image-rounded._50.third {
    width: 50%;
  }

  .new-container {
    grid-template-columns: .7fr 1fr;
  }

  .dropdown-content {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .dropdown-link {
    padding-left: 0;
  }

  .blog-image {
    height: 200px;
    min-height: 230px;
  }

  .blog-title {
    font-size: 24px;
  }

  .photo-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    display: flex;
  }

  .button-with-animation {
    font-size: 17px;
  }

  .relative-div.flex {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-top: 0;
  }

  .display-2 {
    text-align: center;
    font-size: 28px;
  }

  .input-main {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .title-grid.center {
    justify-content: center;
    align-items: center;
  }

  .item-list {
    grid-row-gap: 2.1rem;
    grid-template-columns: 1fr;
  }

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

  .title {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .service-card {
    min-height: 300px;
  }

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

  .footer-grid-2 {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .footer-left-wrapper {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
  }

  .foorer-list {
    justify-content: flex-start;
    align-items: center;
  }

  .margin-50px-2.make-15px {
    margin-top: 15px;
  }

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

  .circle-photo {
    display: none;
  }

  .blue {
    background-image: none;
    padding-right: 0;
  }

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

  .testimonials-grid {
    grid-template-columns: 3fr;
  }

  .quote {
    font-size: 21px;
  }

  .quote-icon {
    width: 50px;
  }

  .image-small-product {
    margin-bottom: 20px;
  }

  .product-title {
    font-size: 18px;
  }

  .cart-button {
    margin-top: 0;
  }

  .cart-header {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cart-list {
    padding-left: 0;
    padding-right: 15px;
  }

  .remove-pop-up {
    top: 10px;
    right: 10px;
  }

  .product-price-main.in-sidebar {
    font-size: 17px;
  }

  .blue-2 {
    background-size: 30px;
    padding-right: 27px;
  }

  .hero-2 {
    padding-top: 120px;
    padding-bottom: 50px;
  }

  .line-horizontal-2 {
    color: var(--color);
    -webkit-text-stroke-color: var(--color);
  }

  .display-3 {
    font-size: 29px;
  }

  .button-with-animation-2 {
    font-size: 17px;
  }

  .team-image {
    height: 400px;
  }

  .container-2 {
    max-width: none;
  }

  .hero-split.padding {
    grid-template-columns: 1fr;
  }

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

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

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .clients-image-three {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-6 {
    padding-right: 0;
  }

  .div-block-9 {
    margin-left: 0;
  }

  .image-3 {
    display: none;
  }

  .container-4 {
    max-width: none;
  }

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

  .paragraph-4 {
    display: none;
  }

  .paragraph-6, .heading-2, .paragraph-7, .heading-3, .paragraph-8, .paragraph-9, .paragraph-10, .paragraph-11 {
    text-align: center;
  }

  .div-block-15 {
    flex-flow: column;
    display: flex;
  }

  .paragraph-12, .paragraph-13, .paragraph-14, .paragraph-15 {
    text-align: center;
  }

  .fs-cc_preference-component {
    align-items: flex-end;
  }

  .fs-cc_preference-buttons {
    bottom: 0;
  }

  .fs-cc_close-button {
    background-color: #0000;
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .fs-cc_button {
    width: 100%;
  }

  .cookie-preference_wrapper {
    max-width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .fs-cc_description {
    width: 100%;
  }

  .fs-cc_cookie-component {
    max-width: 100%;
    inset: auto 0% 0%;
  }

  .fs-cc_modal-buttons {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .fs-cc_modal {
    max-width: 100%;
  }
}

#w-node-_1695676e-7b15-f7c8-3ce9-acc62219507a-96f42546, #w-node-_914c12f5-4837-a18a-92c4-02bf2f9479c2-96f42546 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a28aa608-0ca4-5867-133e-9be5c7ebe533-96f42546 {
  justify-self: start;
}

#w-node-a28aa608-0ca4-5867-133e-9be5c7ebe539-96f42546, #w-node-a28aa608-0ca4-5867-133e-9be5c7ebe54f-96f42546, #w-node-a28aa608-0ca4-5867-133e-9be5c7ebe544-96f42546 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_59973267-7245-7ba3-f133-a4e25feacc10-96f42546, #w-node-_28685a2b-1355-7f8e-a314-863207d38208-96f42546, #w-node-_265d2962-d453-b214-60b8-f69a3c98df6e-96f42546 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c7a83b85-6328-61ce-5eab-89b591c86632-29e34889 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_545d8b30-61fb-8797-f30c-eb0985a07d42-85a07d3e {
  justify-self: start;
}

#w-node-_545d8b30-61fb-8797-f30c-eb0985a07d49-85a07d3e, #w-node-_545d8b30-61fb-8797-f30c-eb0985a07d54-85a07d3e, #w-node-_545d8b30-61fb-8797-f30c-eb0985a07d5f-85a07d3e, #w-node-_545d8b30-61fb-8797-f30c-eb0985a07d80-85a07d3e, #w-node-_545d8b30-61fb-8797-f30c-eb0985a07dbb-85a07d3e, #w-node-_545d8b30-61fb-8797-f30c-eb0985a07de6-85a07d3e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96ac349b-7aa6-d6e9-fe81-6f40a0eeb2be-7f1f7956 {
  place-self: center end;
}

#w-node-_6b2f2b79-e5ac-15c5-1b19-a2bc7f1f795b-7f1f7956 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b2f2b79-e5ac-15c5-1b19-a2bc7f1f795c-7f1f7956 {
  justify-self: center;
}

#w-node-_438655ce-f100-0cb5-85a8-ed995514c616-96f42549, #w-node-_438655ce-f100-0cb5-85a8-ed995514c628-96f42549 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e319e6e0-fcc6-b49f-f15d-37b16408c360-96f42549, #w-node-e319e6e0-fcc6-b49f-f15d-37b16408c361-96f42549, #w-node-e319e6e0-fcc6-b49f-f15d-37b16408c362-96f42549, #w-node-e319e6e0-fcc6-b49f-f15d-37b16408c363-96f42549, #w-node-e319e6e0-fcc6-b49f-f15d-37b16408c364-96f42549 {
  justify-self: center;
}

#w-node-_82d25149-3832-17be-291f-446e926360c4-96f42549, #w-node-_82d25149-3832-17be-291f-446e926360b7-96f42549 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30d8c4f7-410d-7fc3-c162-db7dce2a27a1-96f4254a, #w-node-_30d8c4f7-410d-7fc3-c162-db7dce2a27c3-96f4254a, #w-node-_30d8c4f7-410d-7fc3-c162-db7dce2a27df-96f4254a, #w-node-fcfcc0ca-a2da-3880-8f5c-94b352d1ff50-96f4254c, #w-node-fcfcc0ca-a2da-3880-8f5c-94b352d1ff52-96f4254c, #w-node-fcfcc0ca-a2da-3880-8f5c-94b352d1ff54-96f4254c, #w-node-fcfcc0ca-a2da-3880-8f5c-94b352d1ff56-96f4254c, #w-node-fcfcc0ca-a2da-3880-8f5c-94b352d1ff58-96f4254c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-eb51134e-493a-9e90-792f-23f7f3b4b7d6-79bf61ca {
  align-self: center;
}

#w-node-f19cb616-e440-e867-e912-4c68a631bb19-79bf61ca {
  place-self: center;
}

#w-node-eb51134e-493a-9e90-792f-23f7f3b4b7db-79bf61ca {
  justify-self: end;
}

#w-node-fa655379-1600-f353-54c5-f6327f0ff6be-79bf61ca {
  align-self: center;
}

#w-node-fa655379-1600-f353-54c5-f6327f0ff6c1-79bf61ca {
  place-self: center;
}

#w-node-fa655379-1600-f353-54c5-f6327f0ff6c4-79bf61ca {
  justify-self: end;
}

#w-node-d5f3f948-0884-944a-e006-54bdfd2da523-79bf61ca, #w-node-d5f3f948-0884-944a-e006-54bdfd2da525-79bf61ca, #w-node-d5f3f948-0884-944a-e006-54bdfd2da527-79bf61ca, #w-node-d5f3f948-0884-944a-e006-54bdfd2da529-79bf61ca, #w-node-d5f3f948-0884-944a-e006-54bdfd2da52b-79bf61ca {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_545d8b30-61fb-8797-f30c-eb0985a07d6a-85a07d3e, #w-node-_545d8b30-61fb-8797-f30c-eb0985a07d49-85a07d3e, #w-node-_545d8b30-61fb-8797-f30c-eb0985a07d74-85a07d3e, #w-node-_545d8b30-61fb-8797-f30c-eb0985a07d54-85a07d3e, #w-node-_545d8b30-61fb-8797-f30c-eb0985a07d5f-85a07d3e {
    justify-self: center;
  }

  #w-node-_6b2f2b79-e5ac-15c5-1b19-a2bc7f1f798d-7f1f7956 {
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_28685a2b-1355-7f8e-a314-863207d38207-96f42546 {
    order: 9999;
  }

  #w-node-e319e6e0-fcc6-b49f-f15d-37b16408c361-96f42549 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_30d8c4f7-410d-7fc3-c162-db7dce2a27d7-96f4254a {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-aac9ed41-e67d-12bb-36bb-84412749dff2-96f42546, #w-node-b9861108-028b-e042-f326-ce7527d5f657-96f42546 {
    justify-self: center;
  }

  #w-node-_59973267-7245-7ba3-f133-a4e25feacc10-96f42546 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c7a83b85-6328-61ce-5eab-89b591c86640-29e34889, #w-node-c7a83b85-6328-61ce-5eab-89b591c86655-29e34889, #w-node-c7a83b85-6328-61ce-5eab-89b591c8665e-29e34889 {
    justify-self: center;
  }

  #w-node-e319e6e0-fcc6-b49f-f15d-37b16408c361-96f42549 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-e319e6e0-fcc6-b49f-f15d-37b16408c364-96f42549 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_30d8c4f7-410d-7fc3-c162-db7dce2a27a1-96f4254a, #w-node-fcfcc0ca-a2da-3880-8f5c-94b352d1ff50-96f4254c, #w-node-fcfcc0ca-a2da-3880-8f5c-94b352d1ff52-96f4254c, #w-node-fcfcc0ca-a2da-3880-8f5c-94b352d1ff54-96f4254c, #w-node-fcfcc0ca-a2da-3880-8f5c-94b352d1ff56-96f4254c, #w-node-fcfcc0ca-a2da-3880-8f5c-94b352d1ff58-96f4254c, #w-node-d5f3f948-0884-944a-e006-54bdfd2da523-79bf61ca, #w-node-d5f3f948-0884-944a-e006-54bdfd2da525-79bf61ca, #w-node-d5f3f948-0884-944a-e006-54bdfd2da527-79bf61ca, #w-node-d5f3f948-0884-944a-e006-54bdfd2da529-79bf61ca, #w-node-d5f3f948-0884-944a-e006-54bdfd2da52b-79bf61ca {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Bdogrotesk Vf';
  src: url('../fonts/BDOGrotesk-VF.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}