@font-face {
  font-family: Oswald;
  src: url('../fonts/Oswald-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Oswald;
  src: url('../fonts/Oswald-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Oswald;
  src: url('../fonts/Oswald-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BlackItalic.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

:root {
  --color--dark: #070708;
  --font--body: Satoshi, sans-serif;
  --color--light: white;
  --type--body-regular: 20px;
  --font--headings: Oswald, sans-serif;
  --type--h1: 94px;
  --type--h2: 40px;
  --type--h3: 26px;
  --color--accent: #184bcd;
  --type--subtitle: 28px;
  --type--body-small: 18px;
  --color--elevation: #161617;
  --white: white;
  --black: black;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-layout-blockcontainer {
    max-width: none;
  }
}

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

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

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

body {
  background-color: var(--color--dark);
  font-family: var(--font--body);
  color: var(--color--light);
  font-size: var(--type--body-regular);
  font-weight: 500;
  line-height: 130%;
}

h1 {
  font-family: var(--font--headings);
  font-size: var(--type--h1);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 120%;
}

h2 {
  font-family: var(--font--headings);
  font-size: var(--type--h2);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 120%;
}

h3 {
  font-family: var(--font--headings);
  font-size: var(--type--h3);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 120%;
}

h4 {
  font-family: var(--font--headings);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  font-family: var(--font--headings);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  font-family: var(--font--headings);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

a {
  color: var(--color--light);
  text-decoration: underline;
}

blockquote {
  background-color: var(--color--accent);
  font-family: var(--font--headings);
  text-transform: uppercase;
  border-left: 5px #e2e2e2;
  margin-top: 48px;
  margin-bottom: 48px;
  padding: 52px;
  font-size: 24px;
  line-height: 120%;
}

.section {
  color: #fff;
  background-color: #070708;
  padding-top: 120px;
  padding-bottom: 120px;
  font-family: Satoshi, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
}

.section.hero-home {
  background-image: linear-gradient(90deg, #070708, #07070826 56%, #07070800), url('../images/hero1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 160px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

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

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

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

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

.main-container {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.subtitle {
  font-size: var(--type--subtitle);
  line-height: 127%;
}

.paragraph-small {
  font-size: var(--type--body-small);
  line-height: 130%;
}

.cta {
  border: 1px solid var(--color--accent);
  background-color: var(--color--accent);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 54px;
  margin-top: 0;
  padding: 10px 32px;
  transition: background-color .4s;
  display: flex;
}

.cta:hover {
  background-color: #184bcd26;
}

.cta.big {
  height: 68px;
  padding-left: 44px;
  padding-right: 44px;
  font-size: 22px;
}

.cta.outline {
  background-color: #184bcd00;
}

.cta.outline:hover {
  background-color: #184bcd33;
}

.cta.outline.nav-cta {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
}

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

.flex-cta-center.mg-top-24 {
  margin-top: 24px;
}

.flex-cta-center.mg-top-64 {
  margin-top: 64px;
}

.dropdown-toggle {
  grid-column-gap: 6px;
  color: #e7e7e7;
  justify-content: center;
  align-items: center;
  padding: 16px 20px;
  display: flex;
}

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

.image-chevron-dropdown {
  width: 24px;
  height: 24px;
}

.dropdown {
  font-size: 16px;
}

.navbar {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #14141400;
  height: 100px;
  position: absolute;
  inset: 0% 0% auto;
}

.link-dropdown {
  color: #f3f9ffe6;
  text-align: left;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
}

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

.link-dropdown.w--current {
  color: var(--color--light);
  font-weight: 700;
}

.dropdown-list.w--open {
  background-color: var(--color--elevation);
  padding-top: 12px;
  padding-bottom: 12px;
  overflow: hidden;
}

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

.container-navbar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.link-brand-navbar {
  align-items: center;
  height: 32px;
  display: flex;
}

.nav-link {
  color: #e7e7e7;
  padding: 12px 18px 12px 16px;
  font-size: 18px;
  text-decoration: none;
}

.title-wrap-home {
  z-index: 10;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 694px;
  display: flex;
  position: relative;
}

.overlay-top-bottom-gradient {
  z-index: 1;
  background-image: linear-gradient(#070708, #07070800 25% 79%, #070708);
  width: 100%;
  height: 102%;
  display: block;
  position: absolute;
  inset: -1% 0% 0%;
}

.top-title-home {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.wrap-top-title {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 120%;
  display: flex;
}

.circle-top-title {
  background-color: var(--color--accent);
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

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

.flex-cta-left.mg-top-24 {
  margin-top: 24px;
}

.flex-cta-left.mg-top-16 {
  margin-top: 16px;
}

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

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

.tag-heading {
  border: 1px solid var(--color--accent);
  text-transform: lowercase;
  background-color: #184bcd26;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  box-shadow: 0 2px 45px #184bcd66;
}

.tag-heading.price-tag {
  background-color: var(--color--accent);
  text-transform: uppercase;
}

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

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

.tile-service {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  background-color: var(--color--elevation);
  flex-direction: column;
  align-items: flex-start;
  padding: 48px;
  text-decoration: none;
  transition: transform .4s;
  display: flex;
}

.tile-service:hover {
  transform: translate(0, -4px);
}

.icon-service-tile {
  object-fit: contain;
  width: 64px;
  height: 64px;
}

.bottom-service {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.grid-combo-halves {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
}

.single-icon-list {
  grid-column-gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  font-weight: 400;
  display: flex;
}

.top-combo-halves {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 592px;
  margin-bottom: 8px;
  display: flex;
}

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

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

.wrap-image-combo-halves {
  position: relative;
  overflow: hidden;
}

.icon-icons-list {
  width: 28px;
  height: 28px;
}

.master-icons-list {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.right-combo-halves {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.abstract-stars-vertical {
  height: 24px;
}

.master-testimonial-slider {
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.mask {
  height: auto;
  position: static;
}

.text-testimonial {
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: 400;
  line-height: 150%;
}

.wrap-testimonial-content {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  max-width: 710px;
  display: flex;
}

.slider {
  background-color: #fff7e300;
  width: 85%;
  max-width: 894px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

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

.icon-slider-arrow {
  width: 100%;
  height: 100%;
}

.tile-testimonial-slider {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--color--elevation);
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 64px;
  display: flex;
}

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

.arrow-testimonial-slider {
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  transition: transform .2s;
  display: flex;
}

.arrow-testimonial-slider:hover {
  transform: scale(1.1);
}

.slide-testimonials {
  height: auto;
}

.wrap-cta-content {
  z-index: 10;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 710px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.video-cta-section {
  z-index: 1;
  background-image: linear-gradient(#0707084d, #0707084d);
  height: auto;
  padding-top: 250px;
  padding-bottom: 250px;
  position: relative;
}

.flex-heading-text {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.left-heading-text {
  max-width: 546px;
}

.right-heading-text {
  max-width: 404px;
}

.marquee-relative {
  position: relative;
}

.master-gallery-marquee {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  margin-top: 105px;
  overflow: hidden;
}

.single-gallery-images {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: none;
  align-items: center;
  height: auto;
  display: flex;
}

.gallery-images-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.image-gallery-moving {
  object-fit: cover;
  width: 453px;
  display: block;
}

.fill-line {
  background-color: var(--color--accent);
  transform-origin: 50% 0;
  width: 100%;
  height: 100%;
}

.single-process {
  grid-column-gap: 40px;
  align-items: stretch;
  display: flex;
}

.line-process {
  background-color: #404042;
  width: 5px;
  height: 100%;
}

.master-process {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.left-process {
  flex-direction: column;
  align-items: center;
  width: 32px;
  display: flex;
}

.process-circle {
  background-color: #404042;
  border-radius: 50%;
  flex: none;
  width: 29px;
  height: 29px;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.fill-circle {
  background-color: var(--color--accent);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.right-process {
  grid-row-gap: 24px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding-bottom: 64px;
  display: flex;
}

.right-process.last-process {
  padding-bottom: 0;
}

.left-values-sticky-halves {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 530px;
  display: flex;
}

.grid-values-halves {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
}

.gird-sticky-halves {
  grid-column-gap: 64px;
  grid-template-rows: auto;
}

.icon-check-in-circle {
  width: 40px;
  height: 40px;
}

.tile-value-sticky {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: var(--color--elevation);
  flex-direction: column;
  align-items: center;
  padding: 50px 32px;
  display: flex;
  box-shadow: 0 2px 30px #1d34330d;
}

.bottom-values-halves {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.paragraph-small-2 {
  font-size: 16px;
  line-height: 140%;
}

.sticky-sticky-halves {
  position: sticky;
  top: 120px;
}

.left-sticky-halves {
  position: relative;
}

.column-values-halves {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.column-values-halves.move-down-collumn {
  padding-top: 80px;
}

.circle-check-values-sticky {
  background-color: var(--color--accent);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

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

.tile-pricing {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--color--elevation);
  flex-direction: column;
  padding: 40px;
  text-decoration: none;
  display: flex;
}

.master-top-pricing-tile {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.top-pricing-tile {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.divider-pricing-tile {
  background-color: #ffffff4d;
  width: 100%;
  height: 1px;
}

.wrap-pricing-checklist {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.single-checklist {
  grid-column-gap: 12px;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.text-check-list {
  font-size: 18px;
  line-height: 140%;
}

.footer {
  color: #fff;
  background-color: #161617;
  padding-top: 120px;
  padding-bottom: 64px;
  font-family: Satoshi, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
}

.divider-footer {
  background-color: #ffffff4d;
  width: 100%;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 64px;
}

.link-social-footer {
  width: 24px;
  height: 24px;
  display: flex;
}

.text-legal-footer {
  color: var(--color--light);
  font-size: 16px;
}

.brand-link-footer {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 44px;
  display: flex;
}

.single-contact-list-footer {
  grid-column-gap: 8px;
  color: var(--color--light);
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.brand-footer {
  max-width: none;
  height: 100%;
  display: block;
}

.left-top-footer {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.flex-socials-footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.footer-link {
  color: var(--color--light);
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
}

.master-contact-list-footer {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.icon-contact-list-footer {
  width: 24px;
  height: 24px;
}

.icon-social-footer {
  object-fit: contain;
  width: 100%;
}

.divider-footer-left {
  opacity: .4;
  background-color: #fffbf0;
  width: 100%;
  height: 1px;
}

.grid-footer-links {
  grid-column-gap: 32px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 760px;
  display: flex;
}

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

.heading-footer-links {
  color: var(--color--light);
  font-size: 16px;
}

.title-wrap-about {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 930px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.limit-subtitle-about {
  max-width: 800px;
}

.moving-images-master-about {
  width: 100vw;
  margin-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.moving-images-inside-about {
  justify-content: space-between;
  align-items: center;
  width: 160vw;
  display: flex;
}

.moving-image-about {
  width: 32%;
}

.moving-images-top-fill {
  width: 102vw;
  position: absolute;
  inset: -1% 0% auto;
}

.moving-images-bottom-fill {
  width: 102vw;
  max-width: none;
  position: absolute;
  inset: auto 0% -2px;
}

.grid-stats-fourths-center {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr 1px 1fr 1px 1fr;
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
}

.wrap-stat {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-stat {
  font-family: var(--font--headings);
  font-size: 68px;
  font-weight: 500;
  line-height: 110%;
}

.divider-stats {
  background-color: #ffffff3b;
  width: 1px;
  height: 70%;
}

.grid-gallery-rotate {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  width: 100%;
  max-width: 1122px;
  margin-left: auto;
  margin-right: auto;
}

.column-gallery-rotate {
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.image-galery-rotate.left-image {
  transform-origin: 100% 100%;
}

.wrap-big-quote {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 1090px;
  display: flex;
}

.icon-quote-big {
  height: 56px;
}

.text-quote-big {
  font-family: var(--font--headings);
  text-transform: uppercase;
  font-size: 77px;
  font-weight: 600;
  line-height: 120%;
}

.grid-space-left {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 115px 1fr;
}

.heading-expandable {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}

.expandable-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.expandable-bottom {
  transform-origin: 50% 0;
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  display: flex;
}

.master-expandable-faq-halves {
  grid-row-gap: 16px;
  flex-direction: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-paragraph {
  transform-origin: 50% 0;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 12px;
  font-size: 16px;
}

.expandable-single-faq {
  background-color: var(--color--elevation);
  cursor: pointer;
  padding: 32px 40px;
}

.grid-faq-halves {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
}

.left-faq-halves {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 420px;
  display: flex;
}

.plus-expand-master {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.plus-line {
  background-color: var(--color--light);
  border-radius: 2px;
  width: 18px;
  height: 2px;
}

.plus-line.vertical {
  position: absolute;
  transform: rotate(-90deg);
}

.flex-heading-cta {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.flex-heading-cta.mg-bottom-64 {
  margin-bottom: 64px;
}

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

.link-blog {
  background-color: var(--color--elevation);
  text-align: center;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.wrap-image-blog {
  padding-top: 72%;
  position: relative;
  overflow: hidden;
}

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

.icon-blog {
  z-index: 10;
  position: absolute;
  bottom: 24px;
  left: 24px;
}

.bottom-blog {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px;
  display: flex;
}

.right-contact-one {
  width: 100%;
  max-width: 606px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 52px;
  padding-bottom: 52px;
}

.single-contact-list-icon-one {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.grid-contact-one {
  grid-column-gap: 64px;
  grid-template-rows: auto;
}

.image-abstract-contact {
  height: 56px;
}

.image-contact-one {
  object-fit: cover;
  width: 100%;
  max-width: 590px;
}

.tile-contact {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--color--elevation);
  flex-direction: column;
  align-items: flex-start;
  padding: 64px 56px;
  display: flex;
}

.top-contact-one {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.icon-contact-list-one {
  width: 32px;
  height: 32px;
}

.bottom-contact-one {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.divider-contact-tile {
  background-color: #ffffff3d;
  width: 100%;
  height: 1px;
}

.image-expertises-under {
  width: 90%;
}

.grid-hero-expertises {
  grid-column-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: .52fr .48fr;
}

.title-wrap-hero-expertises {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 635px;
  display: flex;
}

.right-hero-expertises {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 550px;
  padding-bottom: 48px;
  display: flex;
  position: relative;
}

.image-expertises-above {
  width: 50%;
  margin-top: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
}

.link-scroll-down-services {
  margin-top: 16px;
  transition: transform .2s;
}

.link-scroll-down-services:hover {
  transform: scale(1.1);
}

.icon-scroll-down-services {
  width: 40px;
}

.h3-heading {
  font-family: var(--font--headings);
  font-size: var(--type--h3);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 120%;
}

.title-wrap-general {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section-big-image {
  height: 100vh;
  min-height: 600px;
  max-height: 1100px;
  position: relative;
  overflow: hidden;
}

.wrap-brand-checkout {
  background-color: var(--color--elevation);
  border-bottom: 1px solid #ffffff47;
  justify-content: center;
  align-items: center;
  height: 80px;
  display: flex;
}

.link-brand-checkout {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 32px;
  display: flex;
}

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

.shipping-method {
  background-color: #171718;
}

.checkbox-label {
  margin-bottom: 0;
}

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

.block-header {
  background-color: var(--color--elevation);
  border-color: #ffffff26;
}

.checkbox {
  width: 20px;
  height: 20px;
  margin-top: 0;
}

.icon-product-checkout {
  max-width: 60px;
}

.text-field-checkout {
  color: var(--color--light);
  background-color: #1f1f1f;
  border: 1px solid #f3f9ff;
  justify-content: flex-start;
  align-items: center;
  height: 44px;
  margin-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 16px;
  display: flex;
}

.text-field-checkout:focus, .text-field-checkout.-wfp-focus {
  border-color: var(--color--accent);
  color: #fff;
}

.text-field-checkout.cart-field {
  color: var(--color--light);
  padding-left: 8px;
  padding-right: 8px;
}

.billing-address-toggle {
  justify-content: flex-start;
  align-items: center;
}

.block-content {
  background-color: var(--color--elevation);
  border-bottom-color: #ffffff26;
  border-left-color: #ffffff26;
  border-right-color: #ffffff26;
}

.checkout-form {
  background-color: var(--color--dark);
  padding: 64px 0;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  padding-top: 160px;
  padding-bottom: 140px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 90%;
  max-width: 400px;
  display: flex;
}

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

.icon-lock {
  width: 100%;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}

.single-sales-pages {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.cart-header {
  border-bottom-color: #e7e7e799;
  padding-bottom: 16px;
}

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

.cart-button {
  background-color: var(--color--accent);
  border-radius: 50%;
  justify-content: center;
  width: 56px;
  height: 56px;
}

.cart-container {
  background-color: var(--color--dark);
}

.icon-cart-product {
  background-color: #fff;
  border-radius: 6px;
  padding: 15px;
}

.remove-button {
  color: #1c3533;
}

.remove-link {
  color: var(--color--accent);
  margin-top: 8px;
  text-decoration: none;
}

.fixed-cart {
  z-index: 10000;
  position: fixed;
  inset: auto 24px 24px auto;
}

.h1-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 94px;
  font-weight: 600;
  line-height: 120%;
}

.h2-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 70px;
  }

  .section.hero-home {
    background-image: linear-gradient(to right, #070708, #07070894 56%, #07070800), url('../images/hero1.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 180px;
    padding-bottom: 80px;
  }

  .section._404-section {
    padding-top: 160px;
  }

  .subtitle {
    font-size: 26px;
  }

  .cta.outline.nav-cta {
    height: 64px;
    font-size: 24px;
  }

  .dropdown-toggle {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 24px;
  }

  .nav-menu {
    background-color: #1d1d1d;
    border: 1px solid #141414;
    border-radius: 24px;
    flex-direction: column;
    width: 90%;
    max-width: 500px;
    max-height: 90vh;
    padding: 40px;
    top: 80px;
    left: auto;
    right: 16px;
    overflow: scroll;
  }

  .line-menu {
    background-color: var(--color--accent);
    width: 32px;
    height: 2px;
    padding: 0;
  }

  .line-menu.second-line {
    width: 20px;
  }

  .menu-button {
    background-color: var(--color--elevation);
    width: 48px;
    height: 48px;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: var(--color--accent);
  }

  .dropdown {
    display: block;
  }

  .link-dropdown {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 21px;
  }

  .dropdown-list.w--open {
    position: static;
  }

  .container-navbar {
    padding-left: 16px;
    padding-right: 16px;
  }

  .wrap-menu-button {
    grid-row-gap: 7px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0;
    display: flex;
  }

  .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 24px;
    display: block;
  }

  .title-wrap-home {
    max-width: 580px;
  }

  .grid-services-thirds {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .top-combo-halves {
    align-items: center;
  }

  .wrap-image-combo-halves {
    width: 100%;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }

  .master-icons-list {
    text-align: left;
  }

  .right-combo-halves {
    text-align: center;
    align-items: center;
  }

  .wrap-testimonial-content {
    align-items: center;
  }

  .slider {
    width: 80%;
  }

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

  .flex-heading-text {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .master-process {
    width: 90%;
  }

  .left-values-sticky-halves {
    text-align: center;
    align-items: center;
    max-width: 590px;
  }

  .gird-sticky-halves {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .grid-pricing-thirds {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }

  .flex-top-footer {
    grid-column-gap: 40px;
  }

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

  .moving-images-inside-about {
    width: 180vw;
  }

  .text-stat {
    font-size: 48px;
  }

  .divider-stats {
    height: 110px;
  }

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

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

  .text-quote-big {
    font-size: 52px;
  }

  .flex-heading-cta {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .grid-blog-thirds {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .right-contact-one {
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid-contact-one {
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

  .image-contact-one {
    max-width: 500px;
  }

  .grid-hero-expertises {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .title-wrap-hero-expertises {
    text-align: center;
    align-items: center;
    max-width: 610px;
    margin-left: auto;
    margin-right: auto;
  }

  .right-hero-expertises {
    max-width: 480px;
  }

  .section-big-image {
    height: 70vw;
    min-height: 0;
    max-height: none;
  }

  .h1-heading {
    font-size: 70px;
    line-height: 120%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 56px;
  }

  .section.hero-home {
    background-image: linear-gradient(#07070866, #07070866), url('../images/hero1.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 140px;
  }

  .section.testimonials-slider-section {
    padding-bottom: 140px;
  }

  .section._404-section {
    padding-top: 140px;
  }

  .subtitle {
    font-size: 24px;
  }

  .nav-menu {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }

  .navbar {
    height: 80px;
  }

  .title-wrap-home {
    text-align: center;
    align-items: center;
  }

  .top-title-home {
    align-items: center;
  }

  .slider {
    width: 100%;
  }

  .arrow-testimonial-slider {
    inset: auto 0% -80px;
  }

  .arrow-testimonial-slider.left-arrow {
    left: -60px;
  }

  .arrow-testimonial-slider.right-arrow {
    right: -60px;
  }

  .master-gallery-marquee {
    margin-top: 64px;
  }

  .left-top-footer {
    align-items: center;
  }

  .flex-top-footer {
    grid-row-gap: 64px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .wrap-footer-links {
    text-align: center;
    align-items: center;
  }

  .wrap-legal-footer {
    grid-row-gap: 24px;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .grid-footer-links {
    grid-row-gap: 80px;
    text-align: center;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

  .column-footer-links {
    text-align: center;
    align-items: center;
  }

  .moving-images-inside-about {
    width: 1280px;
  }

  .grid-stats-fourths-center {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .divider-stats {
    width: 60%;
    height: 1px;
  }

  .text-quote-big {
    font-size: 40px;
  }

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

  .heading-expandable {
    font-size: 22px;
    line-height: 28px;
  }

  .faq-paragraph {
    font-size: 16px;
    line-height: 140%;
  }

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

  .left-faq-halves {
    text-align: center;
    align-items: center;
  }

  .flex-heading-cta {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .bottom-blog {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-contact-one {
    width: 90%;
    max-width: 420px;
  }

  .tile-contact {
    text-align: center;
    align-items: center;
  }

  .order-item {
    flex-wrap: wrap;
  }

  .h1-heading {
    font-size: 56px;
    line-height: 120%;
  }
}

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

  h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 24px;
  }

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

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

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

  .main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .subtitle {
    font-size: 22px;
  }

  .cta.big {
    height: 56px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .nav-menu {
    width: 96%;
  }

  .navbar {
    height: 72px;
  }

  .left-navbar {
    width: 50%;
    max-width: 200px;
  }

  .brand-navbar {
    width: 100%;
  }

  .container-navbar {
    padding-left: 12px;
    padding-right: 12px;
  }

  .link-brand-navbar {
    width: 100%;
    height: auto;
    padding-left: 0;
  }

  .tile-service {
    padding: 32px;
  }

  .paragraph-big {
    font-size: 22px;
  }

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

  .image-testimonial {
    flex: none;
    width: 180px;
    height: 180px;
  }

  .tile-testimonial-slider {
    padding: 40px;
  }

  .single-gallery-images {
    height: 240px;
  }

  .single-process {
    grid-column-gap: 16px;
  }

  .line-process {
    width: 3px;
  }

  .master-process {
    width: 100%;
  }

  .left-process {
    width: 28px;
  }

  .process-circle {
    width: 25px;
    height: 25px;
  }

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

  .column-values-halves.move-down-collumn {
    padding-top: 0;
  }

  .tile-pricing {
    padding: 40px 32px;
  }

  .flex-socials-footer {
    justify-content: center;
  }

  .moving-images-inside-about {
    width: 1070px;
  }

  .grid-gallery-rotate {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .text-quote-big {
    font-size: 28px;
  }

  .heading-expandable {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 22px;
  }

  .expandable-single-faq {
    padding: 24px;
  }

  .single-contact-list-icon-one {
    grid-row-gap: 24px;
    flex-flow: column wrap;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-contact-one {
    grid-row-gap: 40px;
  }

  .tile-contact {
    padding: 44px 32px;
  }

  .top-contact-one {
    text-align: center;
    align-items: center;
  }

  .bottom-contact-one {
    grid-row-gap: 32px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-big-image {
    height: 90vw;
  }

  .order-item {
    grid-row-gap: 12px;
    flex-wrap: wrap;
  }

  .h1-heading {
    font-size: 40px;
    line-height: 120%;
  }

  .h2-heading {
    font-size: 34px;
    line-height: 120%;
  }
}

#w-node-_11308f98-44ff-3c9a-e0d4-3797086cb874-086cb851, #w-node-_11308f98-44ff-3c9a-e0d4-3797086cb882-086cb851, #w-node-_11308f98-44ff-3c9a-e0d4-3797086cb88e-086cb851, #w-node-_11308f98-44ff-3c9a-e0d4-3797086cb89c-086cb851 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83c8f351-025c-a755-e369-bab356065237-aa61e802 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_83c8f351-025c-a755-e369-bab35606523a-aa61e802 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_821b25ef-4b3b-b6c5-b22d-6225a4ce354b-4c57f194 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_821b25ef-4b3b-b6c5-b22d-6225a4ce3558-4c57f194, #w-node-_821b25ef-4b3b-b6c5-b22d-6225a4ce3559-4c57f194, #w-node-_821b25ef-4b3b-b6c5-b22d-6225a4ce357a-4c57f194, #w-node-cf7be667-7148-5f79-5215-af6956d5a03d-1ab73441, #w-node-cf7be667-7148-5f79-5215-af6956d5a049-1ab73441, #w-node-cf7be667-7148-5f79-5215-af6956d5a055-1ab73441, #w-node-cf7be667-7148-5f79-5215-af6956d5a05f-1ab73441, #w-node-_299b0b21-2921-e406-5004-0b5e57973b94-ad35756b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_299b0b21-2921-e406-5004-0b5e57973b99-ad35756b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_299b0b21-2921-e406-5004-0b5e57973b9a-ad35756b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_299b0b21-2921-e406-5004-0b5e57973b9f-ad35756b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_299b0b21-2921-e406-5004-0b5e57973ba0-ad35756b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_299b0b21-2921-e406-5004-0b5e57973ba5-ad35756b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_299b0b21-2921-e406-5004-0b5e57973ba6-ad35756b, #w-node-_414cc516-381b-ea0d-58e8-c33eac156a85-bccc5768 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_414cc516-381b-ea0d-58e8-c33eac156a88-bccc5768 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_098b58a3-538f-a40f-9cdb-a50a72275bbf-b055c017 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d0e90bee-209b-9cb1-aa12-bc058ce96500-b5de6d56, #w-node-_91711876-9a43-f066-e6d2-db8188633f61-4c59051c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_91711876-9a43-f066-e6d2-db8188633f62-4c59051c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_502e5f7a-436d-6d0f-0322-7ac914caa50f-1ab871e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_502e5f7a-436d-6d0f-0322-7ac914caa516-1ab871e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_83c8f351-025c-a755-e369-bab356065237-aa61e802 {
    order: 9999;
  }

  #w-node-_83c8f351-025c-a755-e369-bab35606523a-aa61e802, #w-node-_821b25ef-4b3b-b6c5-b22d-6225a4ce354b-4c57f194, #w-node-_91711876-9a43-f066-e6d2-db8188633f61-4c59051c, #w-node-_502e5f7a-436d-6d0f-0322-7ac914caa516-1ab871e2 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_098b58a3-538f-a40f-9cdb-a50a72275bbf-b055c017 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d0e90bee-209b-9cb1-aa12-bc058ce96500-b5de6d56 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}