@font-face {
  font-family: Socialicoplus Plus;
  src: url('../fonts/SocialicoPlus-Plus.woff2') format("woff2"), url('../fonts/SocialicoPlus-Plus.eot') format("embedded-opentype"), url('../fonts/SocialicoPlus-Plus.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Socialico;
  src: url('../fonts/Socialico-Regular.woff2') format("woff2"), url('../fonts/Socialico-Regular.eot') format("embedded-opentype"), url('../fonts/Socialico-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: Oldschool Grotesk;
  src: url('../fonts/Oldschool-Grotesk-Thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

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

:root {
  --black: black;
  --dim-grey: #6d6d6d;
  --grey: #868686;
  --blue: #020628;
  --blue2: #201e57;
  --white: white;
  --yellowgreen: #cfff71;
  --rose: #fd4368;
  --medium-slate-blue: #1654de;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--general--shadow-01: #14142b0f;
  --flowstica-webflow-library--black: #010b15;
  --flowstica-webflow-library--medium-sea-green: #08b54f;
  --elements-webflow-library--secondary--color-2: #f2f1ff;
  --flowstica-webflow-library--white: white;
  --flowstica-webflow-library--black-2: #333;
}

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

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

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

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

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  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;
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

@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 {
  letter-spacing: -.03em;
  background-color: #f3f3f3;
  font-family: Pretendard, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

h1 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 6.5em;
  font-weight: 600;
  line-height: 1;
}

h2 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 6.5em;
  font-weight: 600;
  line-height: 1.1;
}

h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4em;
  font-weight: 600;
  line-height: 1.1;
}

h4 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 3vh;
  font-weight: 600;
  line-height: 1.1;
}

h5 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2vh;
  font-weight: 600;
  line-height: 1.2;
}

h6 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}

p {
  color: #000;
  letter-spacing: -.01em;
  margin-bottom: 5vh;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.5;
}

a {
  color: var(--dim-grey);
  text-decoration: none;
  transition: color .2s;
}

a:hover {
  color: #c5c5c5;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-left: 25px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}

li {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 15px;
}

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

blockquote {
  color: var(--black);
  border-left: 2px solid #70707080;
  margin-top: 35px;
  margin-bottom: 45px;
  padding: 0 20px 0 35px;
  font-family: Rondal, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.4;
}

figure {
  color: var(--grey);
  margin-bottom: 50px;
  font-size: 13px;
  line-height: 2;
}

.nav-link {
  color: #000;
  letter-spacing: .3px;
  text-transform: capitalize;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-self: center;
  margin-left: 12px;
  margin-right: 12px;
  padding-top: 0;
  padding-bottom: 2px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-link:hover {
  color: #424242;
}

.nav-link.w--current {
  text-decoration: line-through;
}

.nav-link.content {
  align-items: flex-start;
  margin-left: 0;
  padding-bottom: 5px;
  font-size: 1.6em;
  font-weight: 600;
}

.hover-underline {
  background-color: #0003;
  width: 100%;
  height: 2px;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.wrap-work-title {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.wrap-work-title.large {
  margin-top: 20px;
}

.hero-grid {
  z-index: 200;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 15vh auto auto auto auto 15vh;
  grid-template-columns: 5vw 1fr 1fr 1fr 1fr 1fr 1fr 1fr 5vw;
  width: 100%;
  height: auto;
  min-height: 100vh;
  position: relative;
}

.inner-heading-wrapper {
  z-index: 60;
  background-color: #0000;
  height: 100%;
  position: relative;
}

.inner-heading-wrapper.inner-padding-large {
  padding-top: 10vh;
}

.work-image-mobile {
  display: none;
}

.container {
  max-width: 1600px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.container.header {
  padding-top: 15vh;
}

.container.styleguide {
  max-width: 1150px;
  min-height: 80vh;
  padding-top: 90px;
}

.container.padding-bottom-large.ll {
  padding-top: 60px;
}

.container.real {
  padding-top: 20px;
}

.text-small {
  color: #000;
  text-transform: none;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
}

.inner-footer-nav {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-wrapper {
  z-index: 6;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.heading-wrapper.flex-vertical {
  flex-direction: column;
  padding-bottom: 10vh;
}

.heading-wrapper.flex-vertical.hero {
  padding-bottom: 0;
}

.text-copyright-icon {
  color: #000;
  margin-top: 0;
  margin-left: 0;
  font-family: Pretendard, sans-serif;
  font-size: 5em;
  font-weight: 300;
  line-height: 1.5;
}

.ui-bullet {
  background-color: #f7eeeb;
  border-radius: 200px;
  flex: none;
  width: 5px;
  height: 5px;
  margin-right: 2vw;
}

.work-title-details {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  width: 10vw;
  max-width: 120px;
  display: flex;
}

.work-title-details.mobile {
  display: none;
}

.work-title-details.flex {
  flex-direction: column;
  align-items: flex-end;
}

.rich-text {
  color: #fff;
  padding-top: 4vh;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 2.5em;
  line-height: 1.25;
}

.rich-text p {
  color: var(--blue);
  margin-bottom: 5vh;
  padding-right: 0;
  font-family: Pretendard, sans-serif;
  font-size: 1.5rem;
  line-height: 1.45;
}

.rich-text h2 {
  color: var(--blue);
  margin-top: 0;
  font-family: Pretendard, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.rich-text h3 {
  margin-top: 0;
  font-family: Pretendard, sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.45;
}

.rich-text h4 {
  font-family: Pretendard, sans-serif;
  font-weight: 600;
}

.rich-text h1 {
  font-size: 2.7rem;
  font-weight: 300;
  line-height: 1.45;
}

.rich-text a {
  text-decoration: underline;
}

.inner-hero-image {
  object-fit: cover;
  background-image: none;
  background-size: auto;
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: relative;
}

.hero-image-wrapper {
  z-index: 1;
  object-fit: fill;
  position: relative;
  top: 0;
  overflow: hidden;
}

.flex-rail {
  white-space: nowrap;
  flex: none;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  padding-right: 0;
  display: flex;
  position: static;
  overflow: hidden;
}

.inner-text-scrolling {
  color: #000;
  text-transform: uppercase;
  white-space: nowrap;
  flex: none;
  align-items: center;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.35;
  display: flex;
}

.container-nav {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 2500px;
  padding: 3vh 5vw;
  display: flex;
}

.nav-menu {
  flex: 1;
  order: -1;
  justify-content: flex-start;
  align-self: center;
  max-width: 20vw;
  display: flex;
}

.nav-menu.social-mobile {
  flex: 1;
  order: 1;
  justify-content: flex-end;
  max-width: 20vw;
  padding-top: 5vh;
  padding-bottom: 3vh;
  display: none;
}

.nav-menu.last {
  order: 1;
  justify-content: flex-end;
}

.brand {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.brand.w--current {
  flex-direction: column;
  display: flex;
}

.wrap-logo {
  position: relative;
}

.navbar {
  background-color: #0000;
}

.nav-background {
  display: none;
}

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

.inline-link {
  color: #000;
  letter-spacing: -.02em;
  text-transform: none;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 0;
  margin-right: 12px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.inline-link:hover {
  color: var(--dim-grey);
}

.inline-link.footer {
  text-transform: none;
  margin-top: 2vh;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 12px;
  font-size: 2em;
  line-height: 1.3;
  box-shadow: inset 0 -1px #363636;
}

.navigation-wrapper {
  z-index: 900;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
}

.work-inner-content {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.text-navlink {
  letter-spacing: -.01em;
  text-transform: capitalize;
  white-space: nowrap;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
}

.nav-shadow {
  display: none;
}

.work-inner-image {
  width: 100%;
  padding-bottom: 2vh;
  overflow: hidden;
}

.link-view-all-wrapper {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  justify-content: flex-start;
  align-items: center;
  padding-top: 17px;
  padding-bottom: 17px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-view-all-wrapper:hover {
  color: #000;
}

.preloader {
  z-index: 999999;
  background-color: #f1f1f1;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.loader-bar {
  background-color: #d6d6d6;
  width: 20vw;
  height: 2px;
  overflow: hidden;
}

.small-text {
  z-index: 6;
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 1px;
  margin-bottom: 1px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
  position: relative;
}

.small-text.text-gray {
  color: var(--grey);
}

.link-next {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  min-height: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.thumb-hover-next {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 25vw;
  max-width: 450px;
  height: 25vh;
  position: absolute;
}

.link-view-all {
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.section {
  position: relative;
}

.section.intro {
  z-index: 20;
  max-width: 2500px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.section.footer {
  z-index: 10;
}

.section.overflow {
  z-index: 3;
  overflow: hidden;
}

.section.selected-works {
  padding-left: 3vw;
  padding-right: 3vw;
}

.section.hero {
  padding-top: 16vh;
}

.section.page-hero {
  padding-top: 12vh;
}

.section.page-hero.black {
  background-color: var(--blue);
}

.section.black-bg {
  background-color: #d4d4d4;
}

.section.blog {
  background-color: var(--blue);
  display: none;
}

.image-thumb-works {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.link-wrapper {
  z-index: 10;
  width: 100%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.link-wrapper.top-row {
  height: 70vh;
  max-height: 780px;
}

.link-wrapper.bottom-row {
  height: 50vh;
}

.link-wrapper.middle-row {
  height: 80vh;
}

.wrap-image-blog {
  height: 80vh;
  margin-bottom: 5vh;
}

.next-wrapper {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.loader-bar-fill {
  background-color: var(--blue);
  width: 100%;
  height: 2px;
}

.icon-arrow {
  height: 8vh;
  margin-top: 2vh;
  margin-left: 1.5vw;
}

.wrap-article {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-right: 5vw;
}

.work-image-tooltip {
  z-index: 4;
  opacity: 1;
  background-color: #000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-end;
  align-items: center;
  width: 35vw;
  height: 35vw;
  display: none;
  position: fixed;
  inset: -35vh auto auto 8.4vw;
  overflow: hidden;
}

.collection-list-wrapper {
  align-self: center;
  width: 100%;
}

.hero-template {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 18vh;
  padding-bottom: 10vh;
  display: flex;
}

.link-list-feed {
  z-index: 3;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

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

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

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

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

.assets-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 5vh;
  margin-bottom: 5vh;
}

.assets-image-link {
  margin-bottom: 0;
  text-decoration: none;
}

.assets-image-link:hover {
  opacity: .7;
}

.assets-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 200px;
}

.assets-heading {
  padding-top: 5vh;
}

.split {
  column-count: 2;
  column-gap: 5vw;
}

.full-page {
  z-index: 100;
  padding-top: 20vh;
  position: relative;
}

.dropdown-toggle {
  color: #000;
  text-transform: capitalize;
  padding: 10px 32px 10px 15px;
  font-size: 20px;
  font-weight: 500;
}

.icon-dropdown {
  color: #000;
  margin-right: 10px;
  font-size: 15px;
}

.dropdown-link {
  color: #e2e2e2;
  text-align: left;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.dropdown-link:hover {
  color: var(--grey);
}

.dropdown-link.w--current {
  color: #646464;
}

.dropdown-list {
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-list.w--open {
  background-color: #000;
  border-radius: 4px;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
}

.dropdown {
  margin-left: 0;
  margin-right: 0;
}

.typography-details {
  color: #8d8d8d;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.typography-details.small {
  text-transform: none;
  margin-bottom: 35px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
}

.style-guide-content {
  flex: 1;
}

.style-guide-container {
  border-bottom: 1px solid var(--dim-grey);
  flex-direction: column;
  align-items: flex-start;
  max-width: none;
  margin-top: 35px;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  overflow: hidden;
}

.main-list {
  list-style-type: decimal;
}

.rich-text-divider {
  background-color: #000;
  width: 100%;
  height: 2px;
  margin-top: 2vh;
  margin-bottom: 5vh;
}

.grid-templates {
  grid-column-gap: 5vh;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 15vh;
}

.link-templates {
  background-color: #fff;
  padding: 4px 5px;
  transition-property: border-color;
  transition-duration: .35s;
  overflow: hidden;
  box-shadow: 0 1px 3px #00000014;
}

.link-templates:hover {
  color: #1b1b1b;
  border-color: #929292;
}

.changelog-grid {
  border: 1px solid #6e6e6e;
  border-radius: 5px;
  grid-template-rows: auto;
  padding: 21px 20px;
}

.image-tooltip {
  z-index: 3;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.text-field-password {
  color: #000;
  text-align: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  height: 60px;
  margin-bottom: 0;
  font-size: 16px;
}

.submit-button-password {
  text-transform: uppercase;
  background-color: #373738;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  height: 60px;
  font-weight: 600;
}

.protected-wrapper {
  padding-top: 10px;
  padding-bottom: 30px;
}

.error-message-password {
  background-color: #b44444;
  border-radius: 5px;
}

.big-heading-wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.heading-hero {
  color: #000;
  letter-spacing: -.06em;
  text-transform: uppercase;
  font-family: Pretendard, sans-serif;
  font-size: 25vh;
  font-weight: 900;
  line-height: .8;
}

.hero-wrapper {
  background-color: #82eeff;
  position: relative;
}

.hero-wrapper.nav {
  display: none;
}

.paragraph-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.logo {
  max-height: 80px;
}

.works-color-bg {
  z-index: 2;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.main-paragraph {
  color: var(--blue);
  font-family: Oldschool Grotesk, sans-serif;
  font-size: 1.3em;
}

.main-paragraph.text-large {
  color: #000;
  margin-bottom: 0;
  font-family: Oldschool Grotesk, sans-serif;
  font-size: 4em;
  font-weight: 400;
  line-height: 1.1;
}

.main-paragraph.text-large.text-white {
  color: #fff;
}

.main-paragraph.text-large.v2 {
  text-align: left;
  font-size: 3.5em;
}

.main-paragraph.text-gray {
  color: #727272;
}

.main-paragraph.text-gray.text-small {
  font-size: 15px;
}

.main-paragraph.all-caps {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: 600;
}

.main-paragraph.all-caps.mini {
  text-transform: none;
  font-size: 1.3em;
  font-weight: 100;
}

.main-paragraph.all-caps.mini.white {
  color: var(--white);
}

.main-paragraph.bis {
  font-size: 1.8em;
  font-weight: 100;
}

.main-paragraph.light {
  font-family: Oldschool Grotesk, sans-serif;
  font-weight: 400;
}

.work-header {
  z-index: 3;
  padding-top: 10vh;
  padding-bottom: 10vh;
  position: relative;
}

.main-grid {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
  position: relative;
}

.main-grid.collage {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  grid-template-rows: 10vh 10vh 10vh 10vh 10vh 10vh;
  padding-top: 10vh;
  padding-bottom: 5vh;
}

.main-grid.hero {
  background-color: #cecece;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.main-grid.no-gap {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
}

.main-grid.flipping {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  grid-template-rows: 10vh 10vh 10vh 10vh 10vh 10vh;
  padding-top: 10vh;
  padding-bottom: 5vh;
}

.main-grid.blog-list {
  margin-top: 6vh;
  margin-bottom: 6vh;
}

.grid-column {
  min-height: auto;
}

.grid-column.team {
  width: 100%;
  min-height: 400px;
  text-decoration: none;
}

.grid-column.team:hover {
  color: var(--dim-grey);
}

.team-member-photo {
  height: 48vh;
  max-height: 450px;
  position: relative;
  overflow: hidden;
}

.team-member-photo.square {
  height: 70vh;
  max-height: none;
}

.collection-list {
  grid-column-gap: 1.5vw;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list._2-columns {
  grid-column-gap: 4vw;
  grid-row-gap: 8vh;
  grid-template-columns: 1fr 1fr;
}

.collection-list._3-columns {
  grid-column-gap: 4vw;
  grid-template-columns: 1fr 1fr 1fr;
}

.content-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: static;
}

.content-image.flip-left {
  transform: rotate(-9deg);
}

.content-image.flip-right {
  transform: rotate(4deg);
}

.content-image.contact, .content-image.bis {
  object-fit: contain;
}

.tabs-menu {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.heading-xlarge {
  color: #000;
  letter-spacing: -.04em;
  text-transform: uppercase;
  white-space: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: 12vh;
  font-weight: 600;
  line-height: .9;
}

.heading-xlarge.hero-size {
  perspective-origin: 0 100%;
  transform-origin: 0 100%;
  color: var(--blue);
  letter-spacing: -.05em;
  justify-content: center;
  align-items: flex-end;
  font-family: Oldschool Grotesk, sans-serif;
  font-size: 12vh;
  font-weight: 700;
  line-height: 1.1;
  display: block;
  overflow: visible;
}

.heading-xlarge.hero-size.white {
  color: var(--white);
}

.heading-xlarge.no-wrap {
  color: var(--blue);
  letter-spacing: -.04em;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oldschool Grotesk, sans-serif;
  font-size: 8vh;
  font-weight: 500;
  line-height: 1.1;
}

.heading-xlarge.no-wrap._2 {
  font-size: 10vh;
}

.heading-xlarge.text-bold {
  font-size: 16vh;
  font-weight: 700;
}

.heading-xlarge.scroll {
  color: var(--blue);
  letter-spacing: -.02em;
  text-transform: capitalize;
  white-space: nowrap;
  font-size: 12vh;
  font-weight: 500;
  line-height: 1.1;
}

.tab {
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  font-size: 4.3em;
  font-weight: 600;
  line-height: 100%;
  box-shadow: inset 0 -1px #000;
}

.tab:hover {
  color: var(--dim-grey);
}

.tab.w--current {
  background-color: #0000;
  background-image: url('../images/Arrow-cta.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 22px;
}

.heading-medium {
  color: #000;
  letter-spacing: -.032em;
  margin-top: 0;
  font-size: 4em;
  font-weight: 600;
  line-height: 1.05;
  text-decoration: none;
}

.heading-medium.text-uppercase {
  color: var(--blue);
  letter-spacing: -.04em;
  text-transform: none;
  font-family: Oldschool Grotesk, sans-serif;
  font-weight: 500;
  line-height: 1.2;
}

.heading-medium.text-uppercase.dd {
  font-size: 5em;
  line-height: 1.2;
}

.heading-medium.mini {
  font-size: 1.7em;
}

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

.heading-large {
  color: var(--blue);
  letter-spacing: -.035em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4em;
  font-weight: 600;
  line-height: 1;
}

.heading-large.margin-bottom-small.ll {
  font-size: 3em;
}

.heading-large.rondal {
  font-family: Rondal, sans-serif;
}

.span-space {
  padding-right: 16vw;
  display: inline-block;
}

.gallery-grid-wrapper {
  align-items: center;
  min-width: 100%;
  min-height: 50vh;
  display: flex;
  overflow: hidden;
}

.grid-gallery {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex: none;
  grid-template-rows: 6vh 6vh 6vh 6vh 6vh 6vh 6vh 6vh;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  min-width: 120vw;
  max-width: 1980px;
  min-height: 60vh;
  padding-right: 36px;
}

.grid-gallery.hero {
  grid-template-rows: auto auto auto auto auto auto auto auto;
  min-height: 100vh;
}

.frame-image-hero {
  background-color: #f44;
  min-height: auto;
  position: relative;
  overflow: hidden;
}

.heading-regular {
  color: #000;
  white-space: normal;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Oldschool Grotesk, sans-serif;
  font-size: 3vh;
  font-weight: 400;
  line-height: 1.2;
}

.heading-regular.white {
  color: #fff;
}

.heading-small {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2vh;
  font-weight: 600;
  line-height: 1.5;
}

.heading-small.footer {
  margin-bottom: 8px;
  font-weight: 700;
}

.heading-small.text-gray {
  color: var(--dim-grey);
}

.frame-flip-wrapper {
  min-height: 70vh;
  overflow: hidden;
}

.inner-frame {
  perspective: 2000px;
  background-color: #0000;
  min-height: auto;
}

.inner-frame-wrap {
  perspective: 2000px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flip-frame {
  perspective: 2000px;
  background-color: #b8b1b1;
  width: 50vw;
  height: 65vh;
  position: relative;
}

.flip-face-front {
  z-index: 4;
  transform-origin: 50%;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate3d(0, 0, -1px)rotateX(-180deg)rotateY(0)rotateZ(0);
}

.flip-face-front.horizontal {
  z-index: 2;
  transform-style: preserve-3d;
  background-color: #0000;
  overflow: hidden;
  transform: translate3d(0, 0, -1px);
}

.flip-face-back {
  z-index: 3;
  background-color: #0000;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.flip-frame-reverse {
  perspective: 2000px;
  background-color: #b8b1b1;
  width: 50vw;
  height: 40vh;
  position: relative;
}

.inner-padding-small {
  padding-top: 2vh;
  padding-bottom: 2vh;
}

.inner-padding-medium {
  padding-top: 6vh;
  padding-bottom: 6vh;
}

.inner-padding-large {
  padding-top: 14vh;
  padding-bottom: 14vh;
}

.heading-xsmall {
  font-size: 16px;
  font-weight: 600;
}

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

.content-wrapper.overflow {
  overflow: hidden;
}

.content-wrapper.gap-s {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
}

.text-light {
  font-weight: 400;
}

.text-uppercase {
  text-transform: uppercase;
}

.flip-frame-horizontal {
  perspective: 2000px;
  flex: none;
  width: 25vw;
  height: 40vh;
  position: relative;
}

.flip-frame-horizontal-left {
  perspective: 2000px;
  background-color: #b8b1b1;
  width: 100%;
  height: 40vh;
  position: relative;
}

.grid-work-list {
  z-index: 10;
  grid-column-gap: 3vw;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  position: relative;
}

.hover-image-wrapper {
  z-index: 2;
  align-items: center;
  width: 45vw;
  height: 100vh;
  padding-right: 5vw;
  display: none;
  position: fixed;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.list-link {
  justify-content: space-between;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.inner-work-image {
  perspective-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
  max-height: 80vh;
  position: relative;
  overflow: hidden;
}

.image-hover-wrapper {
  position: relative;
  overflow: hidden;
}

.image-hover-wrapper.featured-one {
  height: 70vh;
  max-height: 100%;
  display: block;
}

.image-hover-wrapper.featured-two {
  width: 100%;
  height: 80vh;
  max-height: 700px;
}

.image-hover-wrapper.featured-three {
  width: 100%;
  height: 50vh;
}

.image-hover-wrapper.featured-four {
  height: 70vh;
}

.track {
  min-height: 320vh;
  position: relative;
  top: 0;
}

.sticky-wrapper {
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: auto;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.grid-about {
  grid-column-gap: 3.5vw;
  grid-row-gap: 3.5vw;
  flex: none;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100vw;
  height: 100%;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.frame-grid {
  width: 100%;
  min-height: 300px;
}

.frame-grid.med-size {
  padding-bottom: 10vh;
}

.sticky-wrapper-heading {
  position: sticky;
  top: 0;
}

.list-works-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  display: flex;
}

.arrow-cta {
  height: 35px;
  margin-top: 11px;
  margin-left: 16px;
  margin-right: 16px;
}

.arrow-cta.blog {
  opacity: .3;
  height: 15px;
  margin-top: 25px;
}

.second-scrolling {
  padding-top: 3.5vw;
  display: flex;
  overflow: hidden;
}

.grid-about-images {
  grid-column-gap: 3.5vw;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100vw;
  margin-right: 3.5vw;
}

.about-frame-image {
  min-height: 400px;
}

.ascii-type {
  text-transform: none;
  margin-left: 18px;
  font-family: Pretendard, sans-serif;
  font-size: 1.6em;
  font-weight: 500;
}

.ascii-type.copyright {
  flex: none;
  margin-left: 1vw;
  margin-right: 1.3vw;
  padding-top: 3px;
  font-size: 2.1em;
  line-height: 1;
}

.margin-bottom-medium {
  margin-bottom: 6vh;
}

.bullet {
  background-color: #000;
  border-radius: 100px;
  width: 14px;
  height: 14px;
  margin-top: 5px;
  margin-right: 15px;
}

.text-span-light {
  font-weight: 200;
}

.arrow {
  height: 10px;
  margin-left: 11px;
}

.link-content {
  text-decoration: none;
}

.image-logo-footer {
  width: 100%;
  margin-bottom: 10px;
}

.ui-divider {
  background-color: #000;
  border-radius: 20px;
  width: 8px;
  height: 8px;
  margin-left: 12px;
  margin-right: 12px;
}

.flex-center {
  z-index: 6;
  perspective: 2000px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.flex-center.home {
  padding-left: 20px;
  padding-right: 20px;
}

.flex-center.inner-padding-small {
  font-weight: 600;
}

.hero-flip-image-two, .hero-flip-image-one, .hero-flip-image-four, .hero-flip-image-three, .hero-flip-image-six, .hero-flip-image-five {
  object-fit: cover;
  flex: none;
  width: 100%;
  height: 100%;
}

.flip-frame-home {
  perspective: 2000px;
  flex: none;
  width: 50vw;
  max-width: 800px;
  height: 60vh;
  position: relative;
}

.collection-list-grid {
  grid-column-gap: 1.5vw;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content-image-wrapper {
  display: none;
}

.padding-bottom-medium {
  padding-bottom: 6vh;
}

.full-image-wrapper {
  height: 70vh;
  overflow: hidden;
}

.grid-wrapper {
  min-height: auto;
  position: relative;
}

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

.flex-horizontal.top-align {
  align-items: flex-start;
}

.flex-horizontal.top-align-copy {
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  position: sticky;
  top: 0;
}

.flex-horizontal.wrapped {
  flex-wrap: wrap;
}

.flex-horizontal.works {
  align-items: flex-start;
}

.ui-dot {
  background-color: #000;
  border-radius: 100px;
  width: 12px;
  height: 12px;
  margin-right: 10px;
}

.ui-dot.white {
  background-color: #fff;
}

.center-wrapper {
  text-align: center;
}

.center-wrapper.padding-bottom-medium {
  z-index: 7;
  position: relative;
}

.padding-bottom-large {
  padding-bottom: 12vh;
}

.bottom-line-wrapper {
  border-bottom: 1px solid #00000026;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: flex;
}

.number-serif {
  min-width: 50px;
  padding-top: 7px;
  padding-left: 6px;
  padding-right: 15px;
  font-family: Pretendard, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
}

.divider-wrapper {
  justify-content: center;
  align-items: center;
  width: auto;
  height: 80px;
  padding-left: 17px;
  padding-right: 17px;
  display: flex;
}

.work-image-wrapper {
  width: 100%;
  height: 80vh;
}

.bubble-wrapper {
  justify-content: center;
  align-items: flex-start;
  min-height: 25vh;
  display: flex;
}

.bubble-image {
  background-color: #bbb;
  border-radius: 100%;
  width: 14vw;
  height: 14vw;
  overflow: hidden;
}

.bubble-image.small {
  background-color: #f78c28;
  width: 6vw;
  height: 6vw;
}

.bubble-image.medium {
  background-color: #fcff62;
  width: 10vw;
  height: 10vw;
}

.work-wrapper {
  width: 100%;
  margin-bottom: 4vh;
}

.hovering {
  z-index: 25;
  color: #dadada;
  background-color: #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 8vw;
  height: 8vw;
  font-weight: 500;
  display: flex;
  position: fixed;
  inset: -4vh auto auto 4vw;
}

.inner-work-wrapper {
  max-height: 45vh;
  overflow: hidden;
}

.content-image {
  object-fit: cover;
}

.overflow-wrapper {
  width: 100%;
  overflow: hidden;
}

.overflow-wrapper.flex-vertical {
  flex-direction: column;
  display: flex;
}

.overflow-wrapper.flex-vertical.edges {
  padding-left: 3vw;
}

.overflow-wrapper.image-blog {
  height: 35vh;
}

.margin-bottom-small {
  margin-bottom: 2vh;
}

.text-white {
  color: #fff;
}

.text-field {
  background-color: #0000;
  border: 1px solid #0000;
  border-bottom-color: #000;
  height: 80px;
  margin-bottom: 25px;
  padding-left: 0;
  font-size: 22px;
}

.text-field::placeholder {
  color: #616161;
}

.form-button {
  background-color: #000;
  padding: 21px 49px;
  font-size: 16px;
  transition: background-color .2s;
}

.form-button:hover {
  background-color: #2e2e2e;
}

.flipping-image-wrapper {
  height: 100%;
  position: relative;
}

.flipping-image-wrapper.back {
  z-index: 5;
  position: sticky;
  top: 0;
}

.flipping-image-wrapper.front {
  z-index: 10;
  position: sticky;
  top: 0;
}

.hero-about-flip-one {
  z-index: 6;
  color: #ff0dc6;
  width: 100%;
  height: 100%;
  position: relative;
}

.hero-about-flip-three {
  z-index: 3;
  width: 100%;
  height: 100%;
  padding: 5vh 5vw 5vh 4vw;
  position: absolute;
  inset: 0% auto auto 0%;
}

.hero-about-flip-four {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.hero-about-flip-five {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.hero-about-flip-two {
  z-index: 5;
  color: #ff0dc6;
  width: 100%;
  height: 100%;
  padding: 6vh 4vw 4vh;
  position: absolute;
  inset: 0% auto auto 0%;
}

.hero-vertical-up {
  z-index: 4;
  flex-direction: column;
  flex: none;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.hero-image-frame {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.hero-image-frame.medium {
  height: 35vh;
}

.hero-image-frame.small {
  height: 16vh;
  padding-left: 1vw;
  padding-right: 1vw;
}

.hero-vertical-reverse {
  z-index: 2;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
  height: 100%;
  min-height: 180vh;
  padding-top: 9px;
  padding-bottom: 9px;
  display: flex;
  position: relative;
}

.large-section {
  z-index: 12;
  background-color: #ff606d;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.large-section.black-bg {
  background-color: #181818;
}

.outline-divider {
  background-color: #000;
  width: 100%;
  height: 2px;
}

.text-span-icon {
  padding-left: 1vw;
  padding-right: 1vw;
  display: inline-block;
  transform: rotate(0);
}

.work-list-wrapper {
  padding-bottom: 20vh;
}

.logos-wall {
  opacity: .25;
  max-width: 80%;
  height: 100%;
  max-height: 70px;
}

.inner-grid {
  grid-column-gap: 4vw;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .5fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  padding-right: 0;
  display: grid;
}

.blog-post-info-wrapper {
  padding-top: 10px;
}

.profile-image-wrapper {
  height: 70vh;
  overflow: hidden;
}

.background-shadow {
  z-index: 6;
  background-image: linear-gradient(#fffc 13%, #f3f3f300 62%);
  height: 40vh;
  display: none;
  position: relative;
}

.city-image-wrapper {
  width: 16vw;
  height: 20vh;
  min-height: auto;
  overflow: hidden;
}

.button {
  color: #fff;
  text-transform: uppercase;
  background-color: #000;
  padding: 25px 52px;
  font-weight: 600;
  transition: background-color .2s, color .2s;
}

.button:hover {
  background-color: #383838;
}

.textarea {
  background-color: #0000;
  border: 1px solid #0000;
  border-bottom-color: #000;
  margin-bottom: 25px;
  padding-left: 0;
  font-size: 22px;
  display: flex;
}

.textarea::placeholder {
  color: #616161;
}

.sidebar-blog {
  display: block;
}

.collection-home-wrapper {
  width: 100%;
}

.thumb-mask {
  background-color: #f3f3f3;
  width: 50%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.thumb-mask.side {
  inset: 0% 0% auto auto;
}

.success-message {
  background-color: #c6f096;
}

.error-message {
  background-color: #ffbdbd;
  padding-top: 19px;
  padding-bottom: 19px;
}

.main-nav-wrapper {
  position: relative;
}

.line-divider {
  background-color: #000;
  width: 2vw;
  height: 1px;
  margin-left: 15px;
  margin-right: 15px;
}

.home-assets-wrapper {
  height: auto;
}

.link-works {
  width: 100%;
}

.figma-badge {
  grid-column-gap: 12px;
  color: #111111d9;
  background-color: #fff;
  border-radius: 8px;
  align-items: center;
  margin-bottom: 16px;
  padding: 15px 24px 15px 16px;
  font-weight: 600;
  display: flex;
  box-shadow: 0 2px 5px #0000001a;
}

.figma-logo-wrapper {
  background-color: #f1f1f1;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  padding: 4px;
  display: flex;
  box-shadow: 0 2px 2px #0000001a;
}

.figma-logo {
  height: 22px;
}

.banner-figma {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  flex-direction: row;
  justify-content: center;
  padding: 24px;
  display: flex;
}

.banner-inner {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  text-align: left;
  align-items: center;
  display: flex;
}

.banner-logo {
  height: 32px;
}

.banner-text {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.banner-button-outline {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #111;
  border: 1px solid #dadada;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 19px 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 1px #0000000f;
}

.banner-button-outline:hover {
  box-shadow: none;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}

.image-72 {
  width: 16px;
}

.brand-navbar {
  height: 100%;
}

.wrap-buttons-nav, .right-navbar {
  grid-column-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.text-cta {
  margin-bottom: 1px;
}

.nav-link-2 {
  color: #141414;
  padding: 20px 12px;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.cta-main {
  grid-column-gap: 40px;
  color: #141414;
  background-color: #fff;
  border: 1px solid #141414;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  height: 52px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.cta-main.nav-cta {
  grid-column-gap: 24px;
  height: 46px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 16px;
}

.icon-cta {
  width: 20px;
  height: 20px;
}

.container-navbar {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1496px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: sticky;
}

.brand-link-navbar {
  height: 22px;
  display: flex;
}

.brand-link-navbar.w--current {
  height: 70px;
}

.navbar-2 {
  color: #fff;
  background-color: #0000;
  height: 72px;
  position: sticky;
}

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

.section-big-lightbox {
  height: 100vh;
  min-height: 600px;
  max-height: 1100px;
  font-family: PT Sans, sans-serif;
}

.video-lightbox-wrap {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 56px;
  display: flex;
}

.video-lightbox-wrap.bis {
  z-index: 10;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 40px;
  padding-top: 220px;
  padding-bottom: 220px;
}

.lightbox-play-video {
  transition: transform .4s cubic-bezier(.165, .84, .44, 1);
}

.lightbox-play-video:hover {
  transform: scale(1.1);
}

.lightbox-play-video.bis {
  padding-top: 105px;
}

.icon-play-video {
  width: 120px;
  height: 120px;
  display: inline-block;
}

.section_header17 {
  padding-top: 100px;
}

.icon-embed-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.padding-section-large.de {
  width: 100vh;
  padding-top: 0;
  padding-bottom: 0;
}

.heading-style-h1 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.lightbox-play-icon {
  z-index: 2;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.header17_lightbox-image {
  object-fit: cover;
}

.header17_lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.text-size-medium {
  font-size: 1.125rem;
}

.text-size-medium.z-index-2 {
  font-family: Oldschool Grotesk, sans-serif;
  font-size: 2rem;
  font-weight: 100;
  line-height: 1.3;
}

.text-size-medium._1 {
  text-align: left;
  font-family: Oldschool Grotesk, sans-serif;
  font-size: 1.2rem;
  font-weight: 100;
}

.margin-top, .margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-global {
  background-color: #fff;
  padding-left: 5%;
  padding-right: 5%;
}

.margin-bottom, .margin-bottom.margin-xxlarge, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xsmall.green {
  font-size: 18px;
}

.margin-bottom.margin-small, .margin-bottom.margin-medium, .margin-bottom.margin-xxsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
}

.button-group.is-center.z-index-2 {
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.button-group.is-center.z-index-2.centrer {
  justify-content: center;
  align-items: center;
}

.header17_content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 2.75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.header15_content-right {
  padding-top: 40px;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.button-2 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-2.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

.button-2.is-link {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-2.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.video-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.text-weight-semibold {
  font-size: 19px;
  font-weight: 600;
}

.header80_content {
  align-items: center;
  max-width: 48rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: flex;
  position: relative;
}

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

.header80_images-wrapper {
  z-index: 1;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.header80_images-wrapper.images-wrapper-right {
  z-index: 0;
  inset: 0% 0% 0% auto;
}

.header80_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.header80_content-wrapper {
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.header80_component {
  height: 300vh;
  position: relative;
}

.header80_image-list {
  z-index: 1;
  grid-row-gap: 26vw;
  flex-direction: column;
  padding-top: 70vh;
  display: flex;
}

.header80_image-wrapper {
  width: 100%;
  padding-top: 120%;
  position: relative;
}

.header80_image-wrapper.is-image-2 {
  width: 22vw;
  margin-top: -46vw;
  left: 58vw;
}

.header80_image-wrapper.is-image-3 {
  width: 20vw;
  margin-top: -5vw;
  left: 4vw;
}

.header80_image-wrapper.is-image-5 {
  opacity: .75;
  width: 20vw;
}

.header80_image-wrapper.is-image-4 {
  width: 18vw;
  margin-top: -45vw;
  left: 64vw;
}

.header80_image-wrapper.is-image-6 {
  opacity: .75;
  width: 18vw;
  margin-top: -44vw;
  right: 54vw;
}

.header80_image-wrapper.is-image-1 {
  width: 22vw;
}

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

.heading {
  color: var(--blue);
  letter-spacing: 0;
  text-transform: none;
  padding-bottom: 20px;
  font-family: Oldschool Grotesk, sans-serif;
  font-size: 6em;
  font-weight: 700;
  line-height: 1.2;
}

.mini {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oldschool Grotesk, sans-serif;
  font-size: 2em;
  font-weight: 100;
  display: block;
}

.btn-liquid {
  color: #fff;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 27px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 60px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.inner {
  z-index: 2;
  position: relative;
}

.logo-link {
  z-index: 10;
  color: #201e57;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  transition: opacity .4s;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link.w--current {
  transition: opacity .4s;
}

.logo-link.de {
  padding-left: 10px;
}

.button-3 {
  background-color: var(--yellowgreen);
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 230px;
  padding: 18px 32px;
  font-family: Oldschool Grotesk, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

.button-3:hover {
  background-color: var(--rose);
  color: #fff;
  font-family: Oldschool Grotesk, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.button-3.w--current {
  background-color: #7d42fb;
}

.button-3.hide-desktop {
  display: none;
}

.button-3.z-index-1.hide-tablet {
  width: 175px;
}

.button-3.z-index-1.hide-tablet.w--current {
  background-color: #fd4367;
}

.button-3.z-index-1.hide-tablet.w--current:hover {
  background-color: #7d42fb;
}

.button-3.z-index-1.hide-tablet.de {
  position: static;
}

.button-3.black {
  background-color: var(--black);
  width: 230px;
  font-family: Oldschool Grotesk, sans-serif;
  font-weight: 700;
}

.button-3.black:hover {
  background-color: var(--blue);
  color: #fff;
}

.button-3.black.ll {
  background-color: var(--blue);
  color: #fff;
  font-family: Plus Jakarta Sans, sans-serif;
}

.button-3.black.ll:hover {
  background-color: var(--medium-slate-blue);
}

.button-3.black.ll.mini, .button-3.bis.mini {
  width: 80%;
}

.cart-default-state-2 {
  margin-bottom: 0;
}

.cart-quantity {
  color: #f7f7fc;
  background-color: #6c7892;
  border-radius: 100%;
  min-width: auto;
  height: auto;
  margin-left: 0;
  padding: 7px 8px 8px;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  top: -15px;
  left: 16px;
}

.remove-button {
  color: #9c9c9c;
  transition: color .4s;
}

.remove-button:hover {
  color: #81818b;
}

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

.navbar-3 {
  z-index: 100;
  color: #6c7892;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.25rem;
  padding-right: 2.5rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.text-size-regular {
  color: var(--blue);
  font-family: Oldschool Grotesk, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6;
}

.quantity-cart {
  background-color: #0000;
  border-color: #81818b66;
}

.cart-header {
  border-bottom-color: #81818b33;
  padding: 2rem 1.5rem;
}

.nav-link-3 {
  color: #454f66;
  padding: 0;
  font-size: 1rem;
  font-weight: 500;
  transition: color .4s;
}

.nav-link-3:hover {
  color: #6c7892;
}

.nav-link-3.w--current {
  color: #454f66;
}

.nav-link-3.w--current:hover {
  color: #6c7892;
}

.text-cart {
  color: #454f66;
  font-size: 1.25rem;
  font-weight: 500;
}

.cart-container {
  color: #fff;
  background-color: #7d42fb;
  border-right: 1px solid #81818b4d;
}

.hamburger-menu {
  z-index: 10;
  padding: 0;
}

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

.nav-menu-wrapper {
  margin-right: 10px;
}

.message-empty-state {
  text-align: center;
  margin-bottom: 10px;
  padding: 30px 20px;
}

.close-icon {
  margin-top: -5px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.line-menu-2 {
  background-color: #211f54;
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.nav-menu-content {
  justify-content: center;
  align-items: center;
  padding: .5rem;
  display: flex;
  position: relative;
}

.nav-menu-content.de {
  z-index: 100;
}

.margin-top-2, .margin-top-2.margin-large {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top-2.margin-medium {
  display: flex;
}

.margin-top-2.margin-medium.bis {
  text-align: center;
}

.nav-list-item {
  margin-bottom: 0;
}

.nav-list-item.center {
  padding-left: 18px;
  padding-right: 18px;
}

.message-error-state {
  color: #fff;
  text-align: center;
  border-radius: 5px;
  margin-top: 1rem;
  padding: 1.8rem 1.125rem;
  font-weight: 400;
}

.nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.cart-close-button {
  color: #fff;
  text-decoration: none;
}

.nav-background-2 {
  -webkit-backdrop-filter: blur(28px);
  backdrop-filter: blur(28px);
  background-color: #ffffffa6;
  border-radius: 50px;
  position: absolute;
  inset: 0%;
  box-shadow: 0 12px 28px #0000000d;
}

.heading-style-h5 {
  color: #201e57;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.cart-button-navbar {
  letter-spacing: .06rem;
  white-space: nowrap;
  background-color: #0000;
  padding: 0;
}

.cart-button-navbar:hover {
  color: #9bdaf2;
}

.header-nav-content {
  z-index: 10;
  align-items: center;
  display: flex;
  position: relative;
}

.cart-button-wrapper {
  margin-left: 10px;
  margin-right: 2rem;
  transition: transform .3s;
}

.nav-content-block {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  padding: 10px 10px 10px 22px;
  display: flex;
  position: relative;
}

.navbar-4 {
  z-index: 100;
  color: #6c7892;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.25rem;
  padding-right: 2.5rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-link-4 {
  color: var(--blue);
  padding: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  transition: color .4s;
}

.nav-link-4:hover {
  color: var(--rose);
}

.nav-link-4.w--current {
  color: #454f66;
}

.nav-link-4.w--current:hover {
  color: #6c7892;
}

.nav-background-3 {
  -webkit-backdrop-filter: blur(28px);
  backdrop-filter: blur(28px);
  background-color: #ffffffa6;
  border-radius: 50px;
  position: absolute;
  inset: 0%;
  box-shadow: 0 12px 28px #0000000d;
}

.main-button {
  color: #fff;
  letter-spacing: 1px;
  background-color: #fd4367;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 10px 14px 10px 34px;
  text-decoration: none;
  display: flex;
}

.flex-button {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.arrow-button-block {
  background-color: #ffffff40;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  position: relative;
  overflow: hidden;
}

.arrow-button-content {
  color: #fff;
  align-items: center;
  width: 90px;
  height: 45px;
  display: flex;
  position: absolute;
  right: 0;
}

.right-arrow {
  text-align: center;
  width: 45px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.left-arrow {
  text-align: center;
  width: 45px;
  font-family: Socialico, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.text-span {
  font-weight: 400;
}

.star-icon {
  z-index: -1;
  background-image: url('../images/star-svg.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
  position: absolute;
  inset: -44% auto auto -5%;
}

.hero-image-item {
  background-color: #000;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  margin-right: -35px;
  overflow: visible;
}

.hero-image-item._4 {
  z-index: 4;
  position: relative;
}

.hero-image-item._1 {
  z-index: 1;
  margin-right: -40px;
  position: relative;
}

.hero-image-item._2 {
  z-index: 2;
  position: relative;
}

.hero-image-item._3 {
  z-index: 3;
  position: relative;
}

.text-wrapper-1 {
  cursor: pointer;
  transition: all .3s;
  display: inline-block;
  position: relative;
}

.rotate-text {
  width: 150px;
  position: absolute;
  inset: 6px auto auto 6px;
}

.number-wrapper-text {
  font-style: normal;
}

.app-text {
  z-index: 1;
  background-color: #1efff1;
  border-radius: 25px;
  height: 100%;
  padding: 6px 24px 5px;
  font-style: normal;
  line-height: 1;
  display: inline-block;
  position: absolute;
  inset: 0% auto auto 0%;
}

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

.arrow-wrapper {
  background-color: #f7f7f7;
  border-radius: 50%;
  width: 95px;
  height: 95px;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.hero-image-wrapper-2 {
  align-items: center;
  display: flex;
}

.web-text {
  z-index: 2;
  background-color: #ffdb1e;
  border-radius: 25px;
  height: 100%;
  padding: 10px 24px 5px;
  font-style: normal;
  line-height: 1;
  display: inline-block;
  position: relative;
}

.hero-section-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.hero-section {
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.hero-content {
  align-items: flex-end;
  position: relative;
}

.hero-text {
  color: #000;
  text-align: center;
  flex-direction: column;
  margin-top: 100px;
  margin-bottom: 0;
  font-size: 58px;
  font-weight: 400;
  line-height: 1.3;
}

.number-wrapper {
  font-size: 34px;
  display: inline;
}

.rotate-circle {
  background-color: #000;
  border-radius: 50%;
  width: 160px;
  height: 160px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  position: relative;
}

.accessibility-text {
  cursor: pointer;
  background-color: #17ffb3;
  border: 2px solid #0000;
  border-radius: 25px;
  padding-left: 23px;
  padding-right: 23px;
  transition: all .3s;
  display: inline-block;
}

.accessibility-text:hover {
  border-color: #000;
  transform: rotate(-8deg);
}

.hand-icon {
  background-image: url('../images/hand-svg.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 54px;
  height: 54px;
  display: inline-block;
  position: absolute;
  inset: auto -7% -16% auto;
}

.arrow-icon {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.hero-image {
  border: 2px solid #000;
  border-radius: 50%;
  box-shadow: 3px 3px #000;
}

.inclusive-text {
  cursor: pointer;
  background-color: #d1a4ff;
  border-radius: 25px;
  margin-top: 5px;
  margin-left: 10px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all .3s;
  display: inline-block;
  position: relative;
}

.inclusive-text:hover {
  transform: rotate(-8deg);
}

.body {
  background-color: #fff;
}

.text-span-2 {
  font-weight: 700;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-global-2 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-global-2.black {
  background-color: var(--blue);
}

.padding-global-2.bis._3.gris {
  background-color: #f4f5f8;
}

.padding-global-2.bis._3.gris.black {
  background-color: var(--blue);
}

.heading-style-h2 {
  color: var(--blue2);
  font-family: Oldschool Grotesk, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

.vertical-flex {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.content-block {
  background-color: #fff;
  border-radius: 28px;
  padding: 2.5rem;
}

.content-block.numbers {
  height: 14rem;
}

.our-numbers-component-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.heading-style-h1-2 {
  color: #201e57;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.3;
}

.heading-style-h1-2.text-color-red {
  color: var(--rose);
  font-family: "Oldschool Grotesk 1", sans-serif;
}

.heading-style-h1-2.text-align-center {
  color: var(--blue);
  font-family: Oldschool Grotesk, sans-serif;
}

.heading-style-h3 {
  color: var(--blue);
  font-family: Oldschool Grotesk, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.values-component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.values-card {
  background-color: var(--white);
  transform-origin: 50% 0;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border: 1px solid #dce0eb66;
  border-radius: 28px;
  flex-direction: column;
  align-items: center;
  padding: 60px 40px;
  display: flex;
  position: sticky;
  top: 150px;
}

.values-card.second {
  top: 165px;
}

.values-card.third {
  top: 180px;
}

.values-card.fourth {
  top: 195px;
}

.our-values-content-wrapper {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.padding-section-large-2 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.section-about-our-values.black.v3 {
  background-color: #17191e;
}

.our-values-left {
  flex-direction: column;
  align-items: flex-start;
  max-width: 550px;
  display: flex;
  position: sticky;
  top: 150px;
}

.our-values-right {
  grid-row-gap: 200px;
  flex-direction: column;
  width: 500px;
  display: flex;
  position: relative;
}

.subtitle {
  color: var(--blue);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #cffb715c;
  border-radius: 16px;
  margin-left: 4px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
}

.text-span-3, .text-span-4 {
  font-weight: 400;
}

.text-size-regular-2 {
  color: var(--blue);
  font-family: Oldschool Grotesk, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6;
}

.text-size-regular-2.white {
  color: var(--white);
}

.heading-style-h2-2 {
  color: #201e57;
  font-family: Oldschool Grotesk, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h2-2.light {
  color: var(--blue);
  font-weight: 400;
}

.heading-style-h2-2.black {
  color: var(--white);
}

.subtitle-2 {
  color: var(--blue);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #43fd681a;
  border-radius: 16px;
  margin-left: 4px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
}

.subtitle-2.big {
  font-family: Oldschool Grotesk, sans-serif;
  font-size: 18px;
}

.subtitle-2.big.yeye {
  background-color: #fd43cb1a;
}

.subtitle-2.white {
  background-color: #fff;
}

.text-span-5 {
  font-weight: 700;
}

.body-2 {
  background-color: #fff;
}

.button-4 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background-color: #fd4367;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 190px;
  padding: 18px 32px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

.button-4:hover, .button-4.w--current {
  background-color: #7d42fb;
}

.button-4.is-secondary {
  color: #201e57;
  background-color: #0000;
  border: 1px solid #201e574d;
  align-items: center;
  width: 240px;
  transition: all .3s;
  display: flex;
}

.button-4.is-secondary:hover {
  color: #fff;
  background-color: #3c5edb;
  border-color: #3c5edb;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.max-width-medium.align-center {
  text-align: center;
}

.row-image-overflow {
  border-radius: 28px;
  width: 15rem;
  height: 15rem;
  position: relative;
  overflow: hidden;
}

.row-image-overflow.circle {
  border-radius: 100%;
}

.row-image-overflow.rectangle {
  height: 20rem;
}

.left-arrow-2 {
  text-align: center;
  width: 45px;
  font-size: 16px;
  font-weight: 400;
}

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

.horizontal-flex.flex-center {
  justify-content: center;
}

.padding-top, .padding-top.padding-xxhuge {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

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

.header-row {
  align-items: flex-end;
  display: flex;
}

.button-wrapper-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.button-wrapper-2.flex-center {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  align-items: stretch;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.text-size-medium-2 {
  color: #6c7892;
  margin-bottom: 10px;
  font-size: 1.5rem;
  line-height: 1.6;
}

.text-span-6 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 10%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50px;
  width: 7rem;
  height: 4rem;
  margin-left: 3px;
  margin-right: 3px;
  display: inline-block;
  position: relative;
  bottom: -.5rem;
}

.text-span-6._2 {
  background-image: url('../images/team-member-02.jpg');
}

.text-span-6._1 {
  background-image: url('../images/team-member-03.jpg');
}

.section-home-header {
  margin-top: 140px;
  padding-top: 40px;
}

.row-image-wrapper {
  perspective: 1000px;
  flex-direction: column;
  padding-top: 8rem;
  padding-bottom: 4rem;
  overflow: hidden;
}

.row-component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  white-space: nowrap;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  min-width: 60vw;
  margin-right: 3.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.subtitle-3 {
  color: #fd4367;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fd43671a;
  border-radius: 16px;
  margin-left: 4px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
}

.subtitle-3.branding {
  color: var(--medium-slate-blue);
  background-color: #43c2fd1a;
}

.subtitle-3.marketing {
  color: var(--yellowgreen);
  background-color: #000000ba;
}

.subtitle-3.web {
  color: var(--medium-slate-blue);
  background-color: #43c8fd1a;
}

.cover-image {
  object-fit: cover;
  background-image: url('../images/mansk-image-15.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.cover-image.circle {
  border-radius: 100%;
}

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

.header1_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

.padding-global-3 {
  padding-left: 5%;
  padding-right: 5%;
}

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

.layout412_image-wrapper {
  width: 100%;
  height: 100%;
  padding-top: 100%;
  position: relative;
}

.layout412_content {
  margin-right: 5rem;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.layout412_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout412_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.titre-3 {
  color: var(--blue2);
  font-family: Oldschool Grotesk, sans-serif;
  font-size: 3em;
}

.para {
  color: var(--blue);
  font-weight: 400;
}

.layout413_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

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

.padding-global-4 {
  padding-left: 5%;
  padding-right: 5%;
}

.button-group-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.layout413_image-wrapper {
  width: 100%;
  height: 100%;
  padding-top: 100%;
  position: relative;
}

.layout413_content {
  margin-left: 5rem;
}

.layout413_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.embed-spline-hero {
  z-index: 5;
  pointer-events: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.container-3 {
  z-index: 0;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1329px;
  padding-left: 56px;
  padding-right: 56px;
  display: flex;
  position: relative;
}

.container-3.bis {
  width: 100%;
}

.section-2 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-direction: column;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
}

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

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

.p3 {
  color: #87888c;
  text-align: left;
  max-width: 500px;
  font-size: 16px;
  line-height: 24px;
}

.p3.hero-p {
  text-align: center;
  max-width: 350px;
}

.hero-content-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.hero-heading {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 943px;
  line-height: 1.04;
  display: flex;
}

.spline-scene-hero {
  width: 100%;
  height: 100%;
  margin-top: 0;
}

.small-arrow-icon {
  opacity: .39;
  width: 20px;
  height: 20px;
}

.scroll {
  color: #87888c;
  padding: 8px;
  font-size: 16px;
  line-height: 24px;
}

.text-span-7 {
  color: #4fff75;
}

.text-span-8, .text-span-9 {
  color: var(--grey);
  font-weight: 500;
}

.text-span-10 {
  color: var(--dim-grey);
  font-weight: 500;
}

.padding-global-5 {
  padding-left: 5%;
  padding-right: 5%;
}

.header47_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.header47_component.v2 {
  grid-template-columns: 4.25fr 1fr;
}

.text-weight-semibold {
  font-weight: 600;
}

.heading-2 {
  color: var(--blue);
  font-family: Oldschool Grotesk, sans-serif;
  font-size: 4em;
  line-height: 1.2;
}

.heading-2.minii {
  font-size: 4em;
}

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

.stats8_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  display: grid;
}

.heading-style-h6 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.stats8_item {
  border-left: 2px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-left: 2rem;
}

.stats8_number {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.3;
}

.padding-global-6 {
  padding-left: 5%;
  padding-right: 5%;
}

.heading-style-h3-2 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-size-regular-3 {
  color: var(--blue);
  letter-spacing: 0;
  font-family: Oldschool Grotesk, sans-serif;
  font-size: 1.125rem;
  font-weight: 100;
  line-height: 1.6;
}

.vertical-line {
  background-color: #e7eaeb;
  width: 1px;
  height: 100%;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.our-numbers-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 22px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 2.5rem 3rem 3rem;
  display: grid;
}

.heading-style-h2-3 {
  color: #201e57;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.vertical-flex-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-11 {
  color: var(--grey);
}

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

.h3-expertises {
  color: #14141499;
  margin-top: 0;
  margin-bottom: 0;
}

.divider-expertises-top {
  background-color: #1414144d;
  width: 100%;
  height: 1px;
}

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

.big-h2 {
  color: #020628;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 500;
  line-height: 120%;
}

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

.grid-expertises-halves {
  grid-template-rows: auto;
}

.divider-expertises-general {
  background-color: #1414141a;
  width: 100%;
  height: 1px;
}

.main-container {
  border: 1px #000;
  max-width: 1496px;
  padding: 40px 24px;
}

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

.h2-fade-out {
  color: #14141499;
}

.brix---mg-bottom-0 {
  text-align: left;
  margin-bottom: 0;
  font-family: Oldschool Grotesk, sans-serif;
  font-size: .8em;
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---paragraph-default {
  color: var(--blue);
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---heading-h3-size {
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Oldschool Grotesk, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800);
  align-self: flex-start;
}

.brix---display-2 {
  color: var(--rose);
  font-size: 38px;
  font-weight: 700;
  line-height: 84px;
}

.brix---color-accent-1 {
  color: var(--elements-webflow-library--accent--primary-1);
  display: block;
}

.brix---mg-bottom-16px {
  align-self: flex-start;
  margin-bottom: 16px;
}

.brix---card-content-center {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  text-align: center;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 48px 24px;
  display: flex;
}

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

.brix---heading-h2-size {
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oldschool Grotesk, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 50px;
}

.brix---mg-bottom-12px {
  margin-bottom: 12px;
}

.brix---text-center {
  text-align: center;
}

.brix---inner-container-600px---center {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px {
  margin-bottom: 48px;
}

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

.brix---section {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 40px;
  padding-bottom: 176px;
}

.fn-link-arrow {
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 18px;
  margin-left: 10px;
  display: flex;
}

.fn-link-with-arrow {
  color: #df0;
  align-items: center;
  margin-top: auto;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: underline;
  display: flex;
}

.fn-paragraph {
  color: #fff;
  margin-bottom: 32px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3em;
}

.fn-heading-5 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3em;
}

.fn-features-icon {
  color: #df0;
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 19px;
  height: 19px;
  margin-bottom: 24px;
  display: flex;
}

.fn-features-card {
  background-color: var(--blue);
  color: #ecf0ef;
  border: 1px solid #0f1213;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 26px;
  text-decoration: none;
  transition: border-color .25s;
  display: flex;
}

.fn-features-card:hover {
  color: #ecf0ef;
  border-color: #df0;
}

.fn-paragraph-no-margin {
  color: #cdd3d2;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  overflow: hidden;
}

.fn-heading-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Oldschool Grotesk, sans-serif;
  font-size: 30px;
  line-height: 1.2em;
}

.fn-column {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.fn-container-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.fn-section {
  background-color: var(--blue);
  color: #ecf0ef;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.fn-error-message {
  text-align: center;
  background-color: #c33939;
  border-radius: 8px;
  margin-top: 24px;
}

.fn-success-message-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  display: flex;
}

.fn-success-message {
  color: #0f1213;
  background-color: #df0;
  border-radius: 8px;
  width: 100%;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3em;
}

.fn-button-form {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 42px;
  padding: 12px 42px;
  font-family: Oldschool Grotesk, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  transition: background-color .25s;
  display: flex;
}

.fn-button-form:hover {
  background-color: #3e4545;
}

.fn-checkbox {
  border: 1px solid #687373;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-right: 8px;
}

.fn-checkbox.w--redirected-checked {
  background-color: #df0;
  background-image: url('../images/Vector-1-Stroke.svg');
  background-size: 8px 8px;
}

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

.fn-checkbox-wrapper {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

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

.fn-field-message {
  color: #ecf0ef;
  background-color: #0000;
  border: 1px solid #3e4545;
  border-radius: 8px;
  width: 100%;
  max-width: 100%;
  min-height: 160px;
  max-height: 160px;
  margin-bottom: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 16px;
  line-height: 1em;
}

.fn-field-message:hover {
  border-color: #cdd3d2;
}

.fn-field-message:active, .fn-field-message:focus {
  border-color: #df0;
}

.fn-field-message::placeholder {
  color: #ecf0ef;
}

.fn-radio-button {
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-right: 8px;
}

.fn-radio-button.w--redirected-checked {
  background-color: #df0;
  background-image: url('../images/Vector-1-Stroke.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-color: #0000;
}

.fn-radio-button.w--redirected-focus {
  box-shadow: none;
}

.fn-radio-wrapper {
  align-items: center;
  display: flex;
}

.fn-radio-buttons-wrapper {
  grid-column-gap: 90px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 16px;
  display: flex;
}

.form-label {
  color: var(--yellowgreen);
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3em;
}

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

.fn-select-field {
  color: #ecf0ef;
  background-color: #0000;
  border: 1px solid #3e4545;
  border-radius: 8px;
  width: 100%;
  max-width: 100%;
  min-height: 42px;
  margin-bottom: 24px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Oldschool Grotesk, sans-serif;
  font-size: 14px;
  line-height: 1em;
}

.fn-field {
  color: #ecf0ef;
  background-color: #0000;
  border: 1px solid #3e4545;
  border-radius: 8px;
  width: 100%;
  max-width: 100%;
  min-height: 42px;
  margin-bottom: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Oldschool Grotesk, sans-serif;
  font-size: 16px;
  line-height: 1em;
  transition: border-color .25s;
}

.fn-field:hover {
  border-color: #cdd3d2;
}

.fn-field:active, .fn-field:focus {
  border-color: #df0;
}

.fn-field::placeholder {
  color: #ecf0ef;
}

.fn-form-advance {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fn-form {
  flex-direction: column;
  align-items: stretch;
  margin-top: 0;
  display: flex;
}

.fn-paragraph-2 {
  color: var(--white);
  margin-bottom: 32px;
  font-family: Oldschool Grotesk, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

.fn-heading-6 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Oldschool Grotesk, sans-serif;
  font-size: 52px;
  line-height: 1.2em;
}

.fn-label-small {
  color: #df0;
  margin-bottom: 24px;
  font-family: Oldschool Grotesk, sans-serif;
  line-height: 1em;
}

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

.fn-container-grid-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.fn-section-2 {
  background-color: var(--blue);
  color: #ecf0ef;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 80px 20px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.radio-button-label, .radio-button-label-2, .radio-button-label-3, .radio-button-label-4, .radio-button-label-5 {
  font-family: Oldschool Grotesk, sans-serif;
}

.brix---team-v9-overlay {
  background-image: none;
  width: 100%;
  height: 100%;
}

.brix---text-200-medium {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}

.brix---color-neutral-100 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---heading-h3-size-2 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---team-content-v9 {
  z-index: 1;
  text-align: center;
  text-decoration: none;
  position: absolute;
}

.brix---team-text-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.brix---avatar-image-100 {
  object-fit: fill;
  width: 100%;
}

.brix---team-v9-wrapper {
  text-decoration: none;
  transition: transform .3s, color .3s;
  position: relative;
  overflow: hidden;
}

.brix---grid-3-columns-gap-0 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.brix---paragraph-default-2 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-801 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---heading-h2-size-2 {
  color: var(--blue2);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oldschool Grotesk, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 90px;
}

.brix---color-neutral-802 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---mg-bottom-16px-2 {
  margin-bottom: 16px;
}

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

.brix---inner-container-574px---center {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px-2 {
  margin-bottom: 48px;
}

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

.brix---section-2 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.wbs-hero-5-image {
  width: 80%;
}

.wbs-hero-5-image-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.wbs-hero-5-author-name {
  color: var(--flowstica-webflow-library--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.wbs-hero-5-avatar-image {
  border-radius: 100%;
  width: 50px;
  height: 50px;
}

.wbs-hero-5-avatar {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.wbs-hero-5-blockquote-content {
  font-size: 1.375rem;
  line-height: 1.3em;
}

.wbs-spacing-30 {
  height: 1.875rem;
}

.wbs-heading-h1 {
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oldschool Grotesk, sans-serif;
  font-size: 3.75rem;
  font-weight: 500;
  line-height: 1.3em;
}

.wbs-hero-2-tagline {
  color: var(--flowstica-webflow-library--medium-sea-green);
}

.wbs-hero-5-content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.wbs-hero-5 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 2.75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

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

.wbs-section {
  padding: 0 5%;
}

.brix---icon-square-36px {
  background-color: var(--elements-webflow-library--secondary--color-2);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.brix---icon-square-36px:hover {
  transform: scale(.92);
}

.brix---social-media-grid-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: center;
  justify-items: center;
}

.brix---paragraph-default-3 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-803 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-32px {
  margin-bottom: 32px;
}

.brix---text-200-medium-2 {
  color: var(--blue);
  font-family: Oldschool Grotesk, sans-serif;
  font-size: 18px;
  font-weight: 100;
  line-height: 20px;
}

.brix---color-accent-2 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---text-uppercase {
  letter-spacing: .1em;
  text-transform: uppercase;
}

.brix---heading-h3-size-3 {
  color: var(--blue);
  letter-spacing: .03em;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Oldschool Grotesk, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
}

.brix---heading-h3-size-link {
  color: var(--elements-webflow-library--neutral--800);
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  transition: color .3s;
}

.brix---heading-h3-size-link:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---text-decoration-none {
  text-decoration: none;
}

.brix---mg-bottom-16px-3 {
  margin-bottom: 16px;
}

.brix---text-center-3 {
  text-align: center;
}

.brix---avatar-image-link {
  transition: transform .3s;
}

.brix---avatar-image-link:hover {
  transform: scale(1.1);
}

.brix---avatar-circle-06 {
  border-radius: 50%;
  width: 160px;
  max-width: 160px;
  height: 160px;
  max-height: 160px;
  overflow: hidden;
  transform: translate(0);
}

.brix---card-team-v1 {
  border: 1px solid var(--yellowgreen);
  background-color: var(--white);
  box-shadow: none;
  text-align: center;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 24px 56px;
  display: flex;
}

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

.brix---heading-h2-size-3 {
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oldschool Grotesk, sans-serif;
  font-size: 89px;
  font-weight: 700;
  line-height: 100px;
}

.brix---color-neutral-804 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---inner-container-574px---center-2 {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px-3 {
  margin-bottom: 48px;
}

.team {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
  display: none;
}

.brix---section-3 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 100px;
  padding-bottom: 100px;
}

.brix---section-3.de {
  display: none;
}

.section-4 {
  margin-top: 140px;
  padding-left: 20px;
  padding-right: 20px;
}

.code-embed {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .content-image {
    object-fit: contain;
    object-fit: cover;
  }

  .section-big-lightbox {
    max-height: 1200px;
    display: block;
  }

  .nav-link-4 {
    font-size: 1.2rem;
  }

  .hero-text {
    font-size: 60px;
  }

  .rotate-circle {
    margin-bottom: 3%;
  }

  .row-component {
    margin-right: 3.5rem;
  }
}

@media screen and (min-width: 1920px) {
  .thumb-hover-next {
    background-image: none;
  }

  .button-3, .button-3:hover {
    font-weight: 500;
  }

  .nav-content-block {
    max-width: 90rem;
  }

  .nav-link-4 {
    font-family: Oldschool Grotesk, sans-serif;
    font-size: 1.4rem;
  }

  .rotate-text {
    width: 188px;
  }

  .arrow-wrapper {
    width: 120px;
    height: 120px;
  }

  .hero-text {
    font-size: 64px;
  }

  .rotate-circle {
    width: 200px;
    height: 200px;
  }

  .row-component {
    margin-right: 4rem;
  }
}

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

  h4 {
    font-size: 1em;
    line-height: 1.35;
  }

  p {
    margin-bottom: 2.5vh;
  }

  .nav-link {
    text-transform: capitalize;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 36px;
    line-height: 1.8;
  }

  .nav-link.social {
    font-size: 22px;
  }

  .hover-underline {
    display: none;
  }

  .wrap-work-title {
    justify-content: space-between;
    height: auto;
    padding-top: 2vh;
    padding-bottom: 2vh;
  }

  .hero-grid {
    grid-template-rows: 20vh auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    height: auto;
    min-height: 100vh;
  }

  .inner-heading-wrapper {
    padding-top: 0;
    padding-bottom: 5vh;
  }

  .work-image-mobile {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
  }

  .container.no-padding-mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .container.real {
    padding-top: 10px;
  }

  .text-small {
    text-align: right;
  }

  .inner-footer-nav {
    flex-direction: column;
  }

  .heading-wrapper {
    justify-content: flex-start;
  }

  .text-copyright-icon {
    font-size: 2em;
  }

  .ui-bullet {
    order: 0;
    align-self: center;
    width: .5vw;
    height: .5vw;
    margin-right: 0;
    display: none;
  }

  .work-title-details {
    flex-flow: row;
    flex: none;
    align-items: center;
    width: auto;
  }

  .work-title-details.mobile {
    display: block;
  }

  .rich-text {
    margin-top: 0;
    padding-bottom: 2vh;
    font-size: 2em;
  }

  .rich-text p {
    margin-bottom: 5vh;
    font-size: 1.65rem;
  }

  .hero-image-wrapper {
    z-index: 1;
  }

  .container-nav {
    flex-direction: column;
    padding: 1vh 30px;
  }

  .nav-menu {
    background-color: #e7e7e7;
    flex: none;
    order: 0;
    width: 100%;
    max-width: none;
    position: relative;
  }

  .nav-menu.social-mobile {
    order: 1;
    max-width: none;
  }

  .nav-menu.last {
    order: 0;
    justify-content: flex-start;
  }

  .brand {
    background-color: #0000;
    flex: 1;
    order: -1;
    align-items: flex-start;
    max-width: 200px;
    padding-left: 0;
    display: flex;
  }

  .menu-button {
    order: 1;
    padding-right: 0;
  }

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

  .wrap-logo {
    order: -1;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .navbar {
    position: relative;
  }

  .nav-background {
    z-index: 2;
    background-color: #e7e7e7;
    width: 100%;
    height: 100%;
    padding-right: 0;
    display: none;
    position: fixed;
    inset: 0% auto auto 0%;
  }

  .nav-wrapper {
    z-index: 3;
  }

  .inline-link {
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    line-height: 1.8;
  }

  .lottie-animation {
    width: 4vw;
    height: auto;
  }

  .navigation-wrapper {
    z-index: 9000;
    height: 90px;
    position: fixed;
    inset: 0% auto auto 0%;
  }

  .work-inner-content {
    max-width: none;
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-navlink {
    text-transform: capitalize;
  }

  .nav-shadow {
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    inset: 0% auto auto 0%;
    box-shadow: 0 0 20px #0000001a;
  }

  .link-next {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .thumb-hover-next {
    order: -1;
    width: 100%;
    height: 50vh;
    position: relative;
    inset: 0% 0% auto auto;
  }

  .link-view-all {
    justify-content: center;
    width: 100%;
    padding-top: 2vh;
    display: flex;
  }

  .section.selected-works {
    padding-left: 0;
    padding-right: 0;
  }

  .image-thumb-works {
    height: 50vh;
  }

  .link-wrapper {
    width: 100%;
  }

  .link-wrapper.top-row, .link-wrapper.middle-row {
    height: 50vh;
  }

  .next-wrapper {
    max-width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

  .icon-arrow {
    height: 7vh;
  }

  .wrap-article {
    width: auto;
    padding-top: 5vh;
  }

  .link-list-feed {
    flex-direction: column;
    padding-bottom: 5vh;
    padding-right: 0;
  }

  .assets-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .assets-image-link {
    height: 100%;
    margin-bottom: 0;
  }

  .assets-image {
    max-height: 200px;
  }

  .full-page {
    z-index: 3;
    padding-top: 10vh;
  }

  .dropdown-toggle {
    text-transform: capitalize;
    padding-left: 0;
    padding-right: 0;
    font-size: 28px;
    line-height: 1.8;
  }

  .icon-dropdown {
    margin-right: 0;
    font-size: 16px;
    font-weight: 100;
  }

  .dropdown-link {
    color: #000;
    text-transform: capitalize;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    font-size: 18px;
  }

  .dropdown-list {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
  }

  .dropdown-list.w--open {
    background-color: #0000;
    border-style: none none solid;
    border-bottom-width: 2px;
    border-radius: 0;
    margin-bottom: 15px;
    padding-top: 5px;
    padding-bottom: 15px;
    padding-left: 0;
  }

  .style-guide-container {
    width: 100%;
    max-width: none;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 50px;
  }

  .grid-templates {
    grid-column-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-bottom: 5vh;
  }

  .link-templates {
    min-height: auto;
  }

  .link-templates:hover {
    border-color: #3a3939;
  }

  .heading-hero {
    font-size: 25vh;
  }

  .hero-wrapper.nav {
    z-index: 1;
    width: 100%;
    height: 90px;
    display: block;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .paragraph-wrapper {
    flex-direction: column;
  }

  .main-paragraph.text-large {
    font-size: 40px;
  }

  .main-paragraph.text-gray.text-small {
    text-align: left;
  }

  .work-header {
    padding-bottom: 10vh;
  }

  .main-grid {
    grid-row-gap: 3vh;
    grid-template-columns: 1fr 1fr;
  }

  .main-grid.collage {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    padding-top: 10vh;
  }

  .main-grid.no-gap-mobile {
    grid-row-gap: 0vh;
    align-content: space-between;
  }

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

  .main-grid.flipping {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    padding-top: 10vh;
  }

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

  .collection-list._3-columns {
    grid-template-columns: 1fr;
  }

  .heading-xlarge.hero-size {
    flex-direction: column;
    align-items: flex-start;
    font-size: 80px;
  }

  .heading-xlarge.no-wrap, .heading-xlarge.text-bold {
    font-size: 10vh;
  }

  .heading-large {
    font-size: 40px;
  }

  .grid-gallery {
    min-width: 250vw;
    min-height: 30vh;
  }

  .frame-flip-wrapper {
    min-height: auto;
  }

  .flip-frame {
    height: 40vh;
  }

  .flip-frame-horizontal {
    width: 100%;
  }

  .grid-work-list {
    padding-bottom: 5vh;
  }

  .hover-image-wrapper {
    display: none;
  }

  .track {
    min-height: auto;
  }

  .sticky-wrapper {
    position: relative;
  }

  .grid-about {
    min-height: 50vh;
  }

  .frame-grid {
    min-height: auto;
  }

  .sticky-wrapper-heading {
    position: relative;
  }

  .list-works-wrapper {
    min-height: auto;
  }

  .arrow-cta.blog {
    margin-top: 0;
    display: none;
  }

  .about-frame-image {
    min-height: auto;
  }

  .margin-bottom-medium {
    margin-bottom: 3vh;
  }

  .image-logo-footer {
    width: 45%;
  }

  .flip-frame-home {
    width: 100%;
    height: 38vh;
    min-height: 650px;
  }

  .collection-list-grid {
    grid-row-gap: 0vh;
    grid-template-columns: 1fr;
  }

  .content-image-wrapper {
    border: 1px solid #000;
    height: 45vh;
    display: block;
    overflow: hidden;
  }

  .full-image-wrapper {
    height: 35vh;
  }

  .flex-horizontal.top-align-copy {
    padding-bottom: 4vh;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
  }

  .flex-horizontal.works.inner-padding-medium {
    padding-left: 30px;
    padding-right: 30px;
  }

  .bubble-wrapper {
    align-items: center;
    min-height: auto;
  }

  .bubble-image {
    width: 30vw;
    height: 30vw;
  }

  .bubble-image.small {
    width: 20vw;
    height: 20vw;
  }

  .bubble-image.medium {
    width: 15vw;
    height: 15vw;
  }

  .work-wrapper {
    margin-bottom: 4vh;
    padding-bottom: 4vh;
  }

  .hovering {
    display: none;
  }

  .work-detail-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-image-frame, .hero-image-frame.medium {
    height: auto;
  }

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

  .blog-post-info-wrapper {
    justify-content: space-between;
    padding-top: 0;
    display: flex;
  }

  .city-image-wrapper {
    width: 100%;
  }

  .sidebar-blog {
    display: none;
  }

  .collection-home-wrapper {
    width: 100%;
  }

  .main-nav-wrapper {
    z-index: 25;
    background-color: #f3f3f3;
    width: 100%;
    height: 90px;
    position: fixed;
  }

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

  .line-menu {
    background-color: #141414;
    border-radius: 4px;
    width: 32px;
    height: 2px;
    padding: 0;
  }

  .line-menu.first-line {
    width: 28px;
  }

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

  .menu-button-2 {
    background-color: #f3f3f3;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    padding: 0;
  }

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

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

  .nav-menu-2 {
    background-color: #f3f3f3;
    border-radius: 12px;
    flex-direction: column;
    align-items: center;
    width: 98%;
    max-width: 400px;
    max-height: 80vh;
    margin-top: 16px;
    margin-left: auto;
    margin-right: 24px;
    padding: 24px;
    display: flex;
    overflow: scroll;
  }

  .section-big-lightbox {
    min-height: 400px;
    max-height: 590px;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

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

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .header17_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .header80_content {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .header80_image-wrapper.is-image-2 {
    width: 28vw;
  }

  .header80_image-wrapper.is-image-3, .header80_image-wrapper.is-image-5 {
    width: 26vw;
  }

  .header80_image-wrapper.is-image-4, .header80_image-wrapper.is-image-6 {
    width: 24vw;
  }

  .header80_image-wrapper.is-image-1 {
    width: 28vw;
  }

  .heading {
    font-size: 6em;
  }

  .button-3.hide-desktop {
    margin-top: 20px;
    display: block;
  }

  .button-3.black.ll.mini, .button-3.bis.mini {
    width: 80%;
  }

  .navbar-3 {
    margin-top: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .nav-link-3 {
    font-size: 1.6rem;
    font-weight: 600;
  }

  .hamburger-menu {
    background-color: #fff;
    border-radius: 100%;
    padding: 12px;
  }

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

  .nav-menu-wrapper {
    z-index: 1000;
    background-color: #fff;
    border-radius: 28px;
    margin-right: 0;
    padding: 36px 40px;
    top: 0;
    left: 2rem;
    right: 2rem;
    box-shadow: 0 28px 50px #00000026;
  }

  .empty-cart-content-wrapper {
    flex-direction: column;
  }

  .message-empty-state {
    background-color: #000;
  }

  .cart-form-wrapper {
    align-items: center;
  }

  .line-menu-2 {
    background-color: #201e57;
    width: 30px;
    height: 3px;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .margin-top-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-list-item {
    margin-bottom: 12px;
  }

  .nav-list-item.center {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-nav-content {
    border-radius: 10px;
  }

  .navbar-4 {
    margin-top: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .nav-link-4 {
    font-size: 1.6rem;
    font-weight: 600;
  }

  .rotate-text {
    width: 140px;
  }

  .arrow-wrapper {
    width: 80px;
    height: 80px;
  }

  .hero-image-wrapper-2 {
    justify-content: center;
    position: relative;
    bottom: 0%;
    right: 0;
  }

  .hero-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-text {
    font-size: 40px;
    line-height: 1.5;
  }

  .rotate-circle {
    width: 150px;
    height: 150px;
  }

  .arrow-icon {
    width: 55px;
  }

  .heading-style-h1-2 {
    font-size: 4rem;
  }

  .our-values-left {
    max-width: 400px;
  }

  .our-values-right {
    width: 500px;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-span-6 {
    width: 6rem;
    height: 3.5rem;
  }

  .row-component {
    margin-right: 2.5rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .header1_component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .layout412_content {
    margin-right: 3rem;
  }

  .layout412_component {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .layout413_content {
    margin-left: 3rem;
  }

  .layout413_component {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .hero-heading {
    font-size: 80px;
  }

  .header47_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .stats8_list {
    grid-column-gap: 2rem;
  }

  .stats8_number {
    font-size: 4rem;
  }

  .heading-style-h3-2 {
    font-size: 2.25rem;
  }

  .big-h2 {
    font-size: 64px;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---display-2 {
    font-size: 58px;
    line-height: 70px;
  }

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

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .fn-features-card:hover {
    border-color: #0f1213;
  }

  .fn-heading-2 {
    margin-bottom: 12px;
    font-size: 40px;
  }

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

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

  .fn-heading-6 {
    margin-bottom: 12px;
    font-size: 40px;
  }

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

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

  .brix---heading-h3-size-2 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---grid-3-columns-gap-0 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---heading-h2-size-2 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 40px;
  }

  .brix---section-2 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .wbs-heading-h1 {
    font-size: 3.2rem;
    line-height: 1.2em;
  }

  .wbs-hero-5 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .wbs-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .brix---social-media-grid-center {
    grid-column-gap: 10px;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .brix---heading-h3-size-3, .brix---heading-h3-size-link {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---avatar-circle-06 {
    width: 140px;
    max-width: 140px;
    height: 140px;
    max-height: 140px;
  }

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

  .brix---heading-h2-size-3 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 40px;
  }

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

@media screen and (max-width: 767px) {
  p {
    font-size: 2em;
  }

  blockquote {
    margin-top: 35px;
    margin-bottom: 35px;
    font-size: 24px;
  }

  .wrap-work-title {
    padding-bottom: 4vh;
  }

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

  .container.real {
    padding-top: 20px;
  }

  .text-small {
    text-align: left;
    white-space: nowrap;
    font-size: 13px;
  }

  .rich-text p {
    font-size: 18px;
  }

  .inner-hero-image {
    background-size: cover;
    min-height: 50vh;
  }

  .inline-link.footer {
    font-size: 2em;
  }

  .work-inner-content {
    padding-left: 0;
    padding-right: 0;
  }

  .image-thumb-works {
    min-height: 500px;
  }

  .next-wrapper {
    align-items: flex-start;
  }

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

  .assets-image {
    height: 150px;
    max-height: none;
  }

  .split {
    column-count: 1;
  }

  .paragraph-wrapper {
    flex-direction: column;
  }

  .main-paragraph.text-large.v2 {
    font-size: 2em;
  }

  .main-grid {
    grid-row-gap: 1.5vh;
  }

  .collection-list {
    flex-direction: column;
    display: flex;
  }

  .collection-list._2-columns {
    grid-column-gap: 4vw;
    grid-row-gap: 8vh;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-xlarge {
    font-size: 60px;
  }

  .heading-xlarge.hero-size {
    font-size: 70px;
  }

  .heading-xlarge.no-wrap {
    font-size: 8vh;
  }

  .heading-xlarge.no-wrap._2 {
    font-size: 9vh;
  }

  .work-wrapper {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .banner-text {
    font-size: 24px;
  }

  .section-big-lightbox {
    height: 80vw;
    margin-top: -209px;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

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

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .button-group {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: center;
  }

  .header17_content-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .header80_content {
    margin-top: -44px;
    padding-top: 0;
  }

  .header80_ix-trigger {
    margin-top: 35rem;
  }

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

  .header80_component {
    height: 150vh;
  }

  .header80_image-wrapper.is-image-2 {
    width: 30vw;
    left: 52vw;
  }

  .header80_image-wrapper.is-image-3, .header80_image-wrapper.is-image-5 {
    width: 28vw;
  }

  .header80_image-wrapper.is-image-4 {
    width: 26vw;
  }

  .header80_image-wrapper.is-image-6 {
    width: 26vw;
    right: 50vw;
  }

  .header80_image-wrapper.is-image-1 {
    width: 30vw;
  }

  .heading {
    font-size: 3em;
  }

  .mini {
    font-size: 1em;
  }

  .button-3.hide-desktop.de {
    width: 140px;
  }

  .button-3.black.ll.mini, .button-3.bis.mini {
    width: 100%;
  }

  .navbar-3 {
    margin-top: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .nav-link-3 {
    font-size: 1.25rem;
  }

  .margin-top-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-content-block {
    padding-left: 20px;
  }

  .navbar-4 {
    margin-top: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .nav-link-4 {
    font-size: 1.25rem;
  }

  .hero-image-item {
    width: 50px;
    height: 50px;
  }

  .text-wrapper-1 {
    line-height: 1.1;
  }

  .app-text {
    display: none;
  }

  .web-text {
    height: 100%;
  }

  .hero-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-text {
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 34px;
  }

  .arrow-icon {
    width: 50px;
  }

  .hero-image {
    box-shadow: 2px 2px #000;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .heading-style-h2 {
    font-size: 2.5rem;
  }

  .vertical-flex {
    width: 100%;
    margin-bottom: 24px;
  }

  .our-numbers-component-grid {
    grid-template-columns: 1fr;
  }

  .heading-style-h1-2 {
    font-size: 3rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .values-component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
  }

  .padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .our-values-left {
    max-width: none;
    margin-bottom: 3rem;
    position: static;
    top: 100px;
  }

  .our-values-right {
    width: auto;
  }

  .heading-style-h2-2 {
    font-size: 2.5rem;
  }

  .row-image-overflow {
    width: 10rem;
    height: 10rem;
  }

  .row-image-overflow.rectangle {
    height: 15rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .button-wrapper-2.flex-center {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .row-image-wrapper {
    perspective: 2000px;
  }

  .row-component {
    margin-right: 2rem;
  }

  .header1_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .padding-global-3 {
    display: flex;
  }

  .layout412_content {
    margin-right: 0;
  }

  .layout412_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .para {
    font-size: 1.4rem;
  }

  .layout413_content {
    margin-left: 0;
  }

  .layout413_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

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

  .hero-heading {
    max-width: 450px;
    font-size: 48px;
  }

  .header47_component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

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

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .stats8_number {
    font-size: 3.5rem;
  }

  .heading-style-h3-2 {
    font-size: 2rem;
  }

  .vertical-line {
    width: 100%;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
  }

  .our-numbers-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column wrap;
    grid-template-columns: 1fr;
    height: auto;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .heading-style-h2-3 {
    font-size: 2.5rem;
  }

  .vertical-flex-2 {
    width: 100%;
    margin-bottom: 24px;
  }

  .big-h2 {
    font-size: 56px;
  }

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

  .brix---display-2 {
    font-size: 48px;
    line-height: 56px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

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

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

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

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

  .fn-heading-5 {
    font-size: 18px;
  }

  .fn-features-card {
    padding: 12px;
  }

  .fn-heading-2 {
    font-size: 34px;
  }

  .fn-container-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .fn-section {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .fn-form-advance {
    grid-template-columns: 1fr;
  }

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

  .fn-heading-6 {
    font-size: 34px;
  }

  .fn-label-small {
    margin-bottom: 12px;
  }

  .fn-container-grid-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .fn-section-2 {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .brix---text-200-medium {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---grid-3-columns-gap-0 {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-2 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

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

  .wbs-heading-h1 {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.1em;
  }

  .wbs-section {
    padding: 2rem 2%;
  }

  .brix---social-media-grid-center {
    justify-content: center;
    justify-items: center;
  }

  .brix---text-200-medium-2 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---mg-bottom-16px-3 {
    margin-bottom: 8px;
  }

  .brix---avatar-circle-06 {
    width: 120px;
    max-width: 120px;
    height: 120px;
    max-height: 120px;
  }

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

  .brix---heading-h2-size-3 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 32px;
  }

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

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

  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 1rem;
  }

  p {
    font-size: 18px;
  }

  .hero-grid {
    object-fit: fill;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 5vw 1fr 1fr 5vw;
    min-height: auto;
    padding-top: 15vh;
    padding-bottom: 5vh;
    overflow: visible;
  }

  .inner-heading-wrapper {
    padding-bottom: 5vh;
  }

  .work-image-mobile {
    height: 25vh;
  }

  .container {
    max-width: none;
  }

  .container.real {
    padding-top: 10px;
  }

  .text-small {
    text-align: right;
    font-size: .7em;
  }

  .inner-footer-nav {
    flex-direction: column;
  }

  .heading-wrapper {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
  }

  .heading-wrapper.margin-bottom-medium {
    margin-bottom: 35px;
  }

  .heading-wrapper.margin-bottom-small {
    margin-bottom: 25px;
  }

  .heading-wrapper.flex-vertical {
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-copyright-icon {
    font-size: 1.3em;
  }

  .ui-bullet {
    width: 1vw;
    height: 1vw;
  }

  .rich-text {
    margin-top: 0;
    padding-bottom: 0;
  }

  .rich-text h2 {
    font-size: 1.5rem;
  }

  .rich-text h3 {
    font-size: 1.25rem;
    line-height: 1.25;
  }

  .inner-hero-image {
    min-height: 35vh;
  }

  .flex-rail {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .container-nav {
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .inline-link.footer {
    font-size: 1.6em;
  }

  .lottie-animation {
    width: 11vw;
    height: auto;
    position: relative;
    right: -10px;
  }

  .work-inner-content {
    padding-top: 3vh;
    padding-bottom: 4vh;
  }

  .text-navlink {
    font-family: Pretendard, sans-serif;
  }

  .small-text {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 1.2;
  }

  .thumb-hover-next {
    height: 25vh;
  }

  .link-view-all {
    justify-content: space-between;
  }

  .section.page-hero {
    padding-top: 10vh;
  }

  .image-thumb-works {
    height: 25vh;
    min-height: auto;
  }

  .wrap-image-blog {
    height: 35vh;
    min-height: auto;
    margin-bottom: 5vh;
  }

  .next-wrapper {
    width: 100%;
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .icon-arrow {
    height: 3vh;
    margin-top: 5px;
    margin-left: 2vw;
  }

  .wrap-article {
    padding-top: 0;
  }

  .link-list-feed {
    padding-bottom: 0;
  }

  .social-nav {
    font-size: 18px;
  }

  .utility-page-content {
    width: 90%;
  }

  .assets-image {
    height: 150px;
    max-height: none;
  }

  .dropdown-toggle {
    line-height: 1;
  }

  .style-guide-container {
    padding-bottom: 30px;
  }

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

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

  .heading-hero {
    font-size: 10vh;
  }

  .paragraph-wrapper {
    flex-direction: column;
  }

  .main-paragraph {
    color: var(--blue2);
    font-size: 16px;
    font-weight: 400;
  }

  .main-paragraph.text-large {
    font-size: 26px;
    font-weight: 600;
  }

  .main-paragraph.text-large.v2 {
    font-size: 1.5em;
    font-weight: 500;
  }

  .main-paragraph.bis {
    font-size: 1.4em;
  }

  .work-header {
    padding-bottom: 5vh;
  }

  .main-grid {
    grid-row-gap: 3vh;
  }

  .main-grid.collage {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    padding-top: 15vh;
    padding-bottom: 15vh;
  }

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

  .main-grid.flipping {
    grid-template-columns: 1fr 1fr;
    padding-top: 15vh;
  }

  .main-grid.inner-padding-large.bis {
    padding-top: 13vh;
  }

  .grid-column.team {
    min-height: auto;
    margin-bottom: 35px;
  }

  .team-member-photo {
    height: 32vh;
  }

  .team-member-photo.square {
    height: 40vh;
  }

  .collection-list._2-columns {
    grid-row-gap: 2vh;
  }

  .tabs-menu {
    flex-direction: row;
    width: 100%;
  }

  .heading-xlarge {
    font-size: 45px;
  }

  .heading-xlarge.hero-size {
    font-size: 30px;
    font-weight: 700;
  }

  .heading-xlarge.no-wrap {
    font-size: 25px;
    line-height: 1;
  }

  .heading-xlarge.no-wrap._2 {
    font-size: 5vh;
  }

  .heading-xlarge.text-bold {
    font-size: 60px;
  }

  .heading-xlarge.scroll {
    font-size: 8vh;
  }

  .tab {
    text-align: center;
    flex: 1;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
  }

  .tab.w--current {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    box-shadow: inset -1px 1px #000, inset 1px 1px #000;
  }

  .heading-medium {
    font-size: 30px;
  }

  .heading-medium.text-uppercase.dd {
    font-size: 3em;
  }

  .heading-large {
    font-size: 20px;
  }

  .heading-large.margin-bottom-small.ll {
    font-size: 2em;
    line-height: 1.1;
  }

  .gallery-grid-wrapper {
    min-height: auto;
  }

  .grid-gallery {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: 4vh 4vh 4vh 4vh 4vh 4vh 4vh 4vh;
    min-width: 300vw;
  }

  .grid-gallery.hero {
    min-height: auto;
  }

  .frame-image-hero {
    max-width: none;
  }

  .heading-regular {
    font-size: 20px;
  }

  .heading-small {
    line-height: 1.3;
  }

  .flip-frame {
    width: 100%;
    height: 30vh;
  }

  .flip-frame-reverse {
    height: 30vh;
  }

  .inner-padding-small {
    padding-top: 1vh;
    padding-bottom: 1vh;
  }

  .inner-padding-medium {
    padding-top: 3vh;
    padding-bottom: 3vh;
  }

  .inner-padding-large {
    padding-top: 8vh;
    padding-bottom: 8vh;
  }

  .content-wrapper {
    width: 100%;
  }

  .flip-frame-horizontal, .flip-frame-horizontal-left {
    height: 30vh;
  }

  .image-hover-wrapper.featured-one {
    height: 45vh;
    max-height: none;
  }

  .image-hover-wrapper.featured-two {
    height: 45vh;
  }

  .image-hover-wrapper.featured-three {
    height: 30vh;
  }

  .image-hover-wrapper.featured-four {
    height: 35vh;
  }

  .track {
    min-height: auto;
  }

  .sticky-wrapper {
    position: relative;
  }

  .grid-about {
    width: 125vw;
    height: auto;
    min-height: auto;
  }

  .frame-grid {
    min-height: auto;
  }

  .frame-grid.med-size {
    padding-bottom: 0;
  }

  .sticky-wrapper-heading {
    position: relative;
  }

  .arrow-cta {
    height: 20px;
    margin-top: 0;
  }

  .about-frame-image {
    min-height: auto;
  }

  .ascii-type {
    font-size: 1em;
  }

  .ascii-type.copyright {
    margin-left: 4vw;
    font-size: 1em;
  }

  .image-logo-footer {
    width: 80%;
    display: block;
  }

  .flex-center {
    align-items: flex-start;
  }

  .flip-frame-home {
    min-height: auto;
  }

  .content-image-wrapper {
    border-style: none;
  }

  .flex-horizontal {
    font-size: 14px;
  }

  .flex-horizontal.top-align {
    padding-left: 0;
    padding-right: 30px;
  }

  .flex-horizontal.top-align-copy {
    padding-bottom: 2vh;
  }

  .flex-horizontal.works {
    padding-left: 0;
    padding-right: 30px;
  }

  .flex-horizontal.works.inner-padding-medium {
    padding-top: 0;
    padding-bottom: 5vh;
  }

  .ui-dot {
    width: 8px;
    height: 8px;
  }

  .padding-bottom-large {
    padding-bottom: 8vh;
  }

  .number-serif {
    min-width: 30px;
  }

  .divider-wrapper {
    width: auto;
    height: auto;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .work-image-wrapper {
    height: 50vh;
  }

  .bubble-wrapper {
    align-items: center;
    min-height: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .bubble-image {
    width: 30vw;
    height: 30vw;
  }

  .bubble-image.small {
    width: 20vw;
    height: 20vw;
  }

  .bubble-image.medium {
    width: 15vw;
    height: 15vw;
  }

  .work-wrapper {
    padding-bottom: 0;
  }

  .inner-work-wrapper {
    height: auto;
    padding-top: 5vh;
    padding-right: 30vw;
  }

  .work-detail-wrapper {
    padding-bottom: 2vh;
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-vertical-up {
    align-items: center;
    min-height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-image-frame, .hero-image-frame.medium, .hero-image-frame.small {
    height: auto;
  }

  .hero-vertical-reverse {
    align-items: center;
    min-height: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .blog-post-info-wrapper {
    padding-top: 0;
  }

  .banner-figma {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    display: flex;
  }

  .banner-text {
    font-size: 18px;
  }

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

  .cta-main.nav-cta {
    display: none;
  }

  .menu-button-2 {
    background-color: #2d2c2c;
    width: 46px;
    height: 46px;
    padding: 0;
  }

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

  .brand-link-navbar {
    width: 40vw;
    max-width: 153px;
    height: auto;
    padding-left: 0;
  }

  .nav-menu-2 {
    width: 94%;
    margin-right: auto;
  }

  .section-big-lightbox {
    height: 100vw;
    margin-top: -173px;
    padding-top: 0;
  }

  .video-lightbox-wrap {
    padding: 24px;
  }

  .video-lightbox-wrap.bis {
    aspect-ratio: auto;
  }

  .icon-play-video {
    width: 64px;
    height: 64px;
  }

  .padding-section-large.de {
    width: 100%;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .button-group.is-center.z-index-2 {
    justify-content: flex-start;
    align-items: center;
  }

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

  .header80_content {
    margin-top: -71px;
    padding-top: 0;
  }

  .header80_image-wrapper {
    width: 30vw;
    height: 35vw;
  }

  .heading {
    padding-bottom: 0;
    font-size: 2em;
    line-height: 1;
  }

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

  .button-3 {
    display: none;
  }

  .button-3.hide-desktop.de {
    width: 200px;
    padding-left: 0;
  }

  .button-3.black.ll {
    display: flex;
  }

  .button-3.black.ll.mini {
    width: 80%;
  }

  .button-3.bis {
    display: flex;
  }

  .button-3.bis.mini {
    width: 80%;
  }

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

  .nav-menu-wrapper {
    left: 1.5rem;
    right: 1.5rem;
  }

  .nav-menu-content.de {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .margin-top-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-list-item {
    text-align: left;
    width: 100%;
  }

  .nav-content-block {
    padding-left: 20px;
    padding-right: 6px;
  }

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

  .main-button {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .text-wrapper-1 {
    display: inline-block;
  }

  .rotate-text {
    width: 108px;
  }

  .arrow-wrapper {
    width: 65px;
    height: 65px;
  }

  .hero-text {
    text-align: center;
    margin-top: 100px;
    font-size: 30px;
    line-height: 1.3;
  }

  .rotate-circle {
    width: 120px;
    height: 120px;
    margin-top: 40px;
    margin-bottom: 5%;
    padding-bottom: 0;
  }

  .hand-icon {
    width: 20px;
    height: 20px;
  }

  .arrow-icon {
    width: 40px;
  }

  .heading-style-h2 {
    font-size: 2rem;
    line-height: 1.4;
  }

  .content-block {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .content-block.numbers {
    height: 12rem;
  }

  .heading-style-h1-2 {
    font-size: 2.5rem;
  }

  .heading-style-h1-2.text-align-center {
    font-size: 1.8rem;
  }

  .subtitle {
    margin-left: 2px;
    font-size: 10px;
  }

  .heading-style-h2-2 {
    font-size: 2rem;
    line-height: 1.4;
  }

  .subtitle-2 {
    margin-left: 2px;
    font-size: 10px;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .button-wrapper-2 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .button-wrapper-2.flex-center {
    align-items: center;
  }

  .text-size-medium-2 {
    font-size: 1.25rem;
  }

  .text-span-6 {
    width: 5rem;
    height: 3rem;
  }

  .row-component {
    margin-right: 2.5rem;
  }

  .subtitle-3 {
    margin-left: 2px;
    font-size: 10px;
  }

  .header1_component, .layout412_component, .layout412_item-list {
    grid-template-columns: 1fr;
  }

  .titre-3 {
    font-size: 2em;
  }

  .para {
    font-size: .9rem;
    line-height: 1;
  }

  .layout413_item-list, .layout413_component {
    grid-template-columns: 1fr;
  }

  .hero-content-2 {
    margin-top: 60px;
    margin-bottom: 100px;
  }

  .spline-scene-hero {
    height: 500px;
  }

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

  .heading-2, .heading-2.minii {
    font-size: 2em;
  }

  .stats8_list, .our-numbers-content {
    grid-template-columns: 1fr;
  }

  .heading-style-h2-3 {
    font-size: 2rem;
    line-height: 1.4;
  }

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

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

  .big-h2 {
    font-size: 44px;
  }

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

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

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

  .brix---display-2 {
    font-size: 38px;
    line-height: 48px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

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

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h3-size-2 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---avatar-image-100 {
    width: 100%;
  }

  .brix---grid-3-columns-gap-0 {
    grid-template-columns: 1fr;
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h2-size-2 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wbs-heading-h1 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 2rem;
    font-weight: 500;
  }

  .brix---icon-square-36px {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .brix---social-media-grid-center {
    flex: 1;
    grid-template-columns: repeat(auto-fit, 30px);
    align-self: stretch;
  }

  .brix---paragraph-default-3 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h3-size-3 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---mg-bottom-16px-3 {
    margin-bottom: 15px;
  }

  .brix---avatar-image-link {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

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

  .brix---heading-h2-size-3 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 32px;
  }

  .team {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#w-node-dcc1455a-6ff1-af51-326e-072817ef2980-c27ac3f8 {
  grid-area: 1 / 1 / 2 / 4;
  justify-self: center;
}

#w-node-_4c3d4896-022f-ee5e-98fa-1525dea47dc2-c27ac3f8 {
  grid-area: 1 / 9 / 2 / 11;
  justify-self: start;
}

#w-node-e7d669f4-a2a3-7c4c-3d5f-d2c82fbec864-c27ac3f8 {
  grid-area: 1 / 11 / 2 / 13;
  justify-self: start;
}

#w-node-daceed6c-a540-1d6b-ca31-747e568b173f-c27ac3f8 {
  grid-area: 3 / 1 / 4 / 13;
  justify-self: center;
}

#w-node-a1e5511b-3c96-f99b-23b8-e6e6c9a17d55-b0058941 {
  grid-area: 1 / 3 / 2 / 6;
  place-self: start;
}

#w-node-_2a5992ca-8a5a-1336-c5e9-f632480798e4-b0058941 {
  grid-area: 3 / 9 / 4 / 12;
}

#w-node-df8d9c4a-14a4-83a0-bf4c-ea621239d321-b0058941 {
  grid-area: 1 / 11 / 2 / 13;
}

#w-node-_6e48b04a-6dff-8fa4-75ba-cad983d23ce3-b0058941 {
  grid-area: 2 / 10 / 3 / 12;
}

#w-node-_2bf8949d-875a-c83c-0219-0054309de361-b0058941 {
  grid-area: 3 / 1 / 4 / 5;
}

#w-node-_7ddd26d0-d8aa-5774-8b8e-0d385ed401b8-b0058941 {
  grid-area: 2 / 2 / 3 / 5;
}

#w-node-_9883346f-2137-2d3c-c3b1-1eb6713fd078-b0058941 {
  grid-area: 1 / 1 / 3 / 4;
  align-self: center;
}

#w-node-_4740a7f6-0e24-01a1-97d1-6e8bb0c5d39d-b0058941 {
  grid-area: 1 / 3 / 4 / 11;
  place-self: center;
}

#w-node-b92abd7e-a1a7-063b-9ff0-564b5a6a7b40-b0058941, #w-node-_7b2ec092-5b06-d347-d443-e67d5a94c62d-b0058941 {
  justify-self: end;
}

#w-node-d9b1732a-cc1d-a5f7-3351-73477854a4da-b0058941, #w-node-d9b1732a-cc1d-a5f7-3351-73477854a4e5-b0058941, #w-node-d9b1732a-cc1d-a5f7-3351-73477854a4f0-b0058941 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-fdc5020a-0393-e439-733d-ab603d66c18d-b0058944 {
  grid-area: 1 / 1 / 2 / 10;
}

#w-node-fdc5020a-0393-e439-733d-ab603d66c192-b0058944 {
  grid-area: 2 / 7 / 3 / 11;
}

#w-node-fdc5020a-0393-e439-733d-ab603d66c1a0-b0058944 {
  grid-area: 2 / 1 / 4 / 6;
  align-self: stretch;
}

#w-node-_4c35d002-7230-d037-60a0-65e845c93823-b0058944 {
  grid-area: 3 / 7 / 4 / 9;
}

#w-node-_217d6809-2f1d-d7e9-2ce4-21a2707ae930-b0058944 {
  grid-area: 3 / 9 / 4 / 11;
}

#w-node-_5496890e-075f-b288-d120-3b43878425d0-b005895a {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_42ac6bff-acf9-dbff-3331-315d31a954fe-b005895a {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_42ac6bff-acf9-dbff-3331-315d31a95500-b005895a {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-f7eb3ef5-3e22-9843-d4d2-62cfd535b099-b005895a {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-f7eb3ef5-3e22-9843-d4d2-62cfd535b09b-b005895a {
  grid-area: 1 / 5 / 2 / 12;
  align-self: center;
}

#w-node-f7eb3ef5-3e22-9843-d4d2-62cfd535b0a2-b005895a {
  grid-area: 1 / 12 / 2 / 13;
}

#w-node-_3b5f4cc4-f170-2af0-1ffd-6267d655c293-b005895c {
  grid-area: 1 / 1 / 2 / 10;
}

#w-node-_8692030f-7daf-8abf-28af-47a4a65fa3ad-b005895c {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-_3393b2c8-f7bf-b4fb-8ba3-fd14b08d2d85-b005897c {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_978355d2-8681-f18b-6728-da7d2044f824-b005897c {
  grid-area: 1 / 5 / 2 / 12;
  align-self: center;
}

#w-node-_801b8556-8690-23aa-ea8c-dc6091b7cdfd-b005897c {
  grid-area: 1 / 12 / 2 / 13;
}

#w-node-_0f5f2b51-891d-daee-802c-ac85234b823c-b005897d {
  align-self: start;
}

#w-node-cdaf705b-acbb-b7a3-ad41-15c3e52ce7aa-d8646c60, #w-node-cdaf705b-acbb-b7a3-ad41-15c3e52ce7ac-d8646c60, #w-node-cdaf705b-acbb-b7a3-ad41-15c3e52ce7ae-d8646c60, #w-node-cdaf705b-acbb-b7a3-ad41-15c3e52ce7b0-d8646c60, #w-node-cdaf705b-acbb-b7a3-ad41-15c3e52ce7b4-d8646c60, #w-node-cdaf705b-acbb-b7a3-ad41-15c3e52ce7b6-d8646c60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d7f3afcb-7644-734b-7c33-46c98a7a1e39-d8646c60 {
  grid-area: 2 / 3 / 6 / 8;
}

#w-node-a0ad6158-db26-35a9-2bfd-829821c44d8f-d8646c60 {
  grid-area: 3 / 2 / 5 / 9;
  align-self: center;
}

#w-node-_880cde4c-d0f5-a71b-77ff-8e1472a2591f-d8646c60 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_40cacb3a-0db7-6136-6c6a-dbcac5f53024-d8646c60 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-f62be996-d9f9-0c96-e899-d2def8c45ab2-d8646c60 {
  grid-area: 5 / 2 / 7 / 6;
  align-self: start;
}

#w-node-f62be996-d9f9-0c96-e899-d2def8c45ab9-d8646c60 {
  grid-area: 2 / 7 / 5 / 13;
}

#w-node-f62be996-d9f9-0c96-e899-d2def8c45ac0-d8646c60 {
  grid-area: 1 / 1 / 4 / 6;
}

#w-node-f62be996-d9f9-0c96-e899-d2def8c45ac7-d8646c60 {
  grid-area: 6 / 7 / 8 / 12;
}

#w-node-_000e8467-e409-2451-3d99-b1ab02d12779-d8646c60 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_000e8467-e409-2451-3d99-b1ab02d1277b-d8646c60 {
  grid-area: 1 / 6 / 2 / 12;
  align-self: center;
}

#w-node-_4e25c14e-9549-53aa-9e22-3affb8d95f9b-74c2f389 {
  grid-area: 1 / 1 / 2 / 10;
  align-self: start;
}

#w-node-_4c3ab78a-9a2c-caeb-ab1e-a93f0e31873d-74c2f389 {
  grid-area: 1 / 10 / 2 / 13;
  align-self: end;
}

#w-node-_2ef2c63f-0fba-07e7-b351-6cd1f0780c6a-74c2f389, #w-node-b5ff8139-2990-f7df-302f-83647a2f28ce-74c2f389, #w-node-_3d54eaec-4757-5b8c-fa1f-24df8b04fa59-74c2f389, #w-node-_730cb785-cba4-c970-d413-8cfc557d5c94-74c2f389 {
  align-self: start;
}

#w-node-_99496866-5db5-aa89-b890-700eb437fcd4-74c2f389 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_99496866-5db5-aa89-b890-700eb437fcd7-74c2f389 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_44148d52-2504-449d-a0a6-759c2b473803-74c2f389, #w-node-_44148d52-2504-449d-a0a6-759c2b47381e-74c2f389, #w-node-_44148d52-2504-449d-a0a6-759c2b473839-74c2f389, #w-node-_44148d52-2504-449d-a0a6-759c2b473854-74c2f389, #w-node-_44148d52-2504-449d-a0a6-759c2b47386f-74c2f389, #w-node-_44148d52-2504-449d-a0a6-759c2b47388a-74c2f389, #w-node-_66180335-53cf-c9a8-75fd-9d6a460ed5d2-74c2f389, #w-node-_66180335-53cf-c9a8-75fd-9d6a460ed5e4-74c2f389 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a16e6b13-2c37-13b9-9307-5933c32474cf-74c2f389 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-a16e6b13-2c37-13b9-9307-5933c32474d1-74c2f389 {
  grid-area: 1 / 6 / 2 / 12;
  align-self: center;
}

#w-node-_786f02af-3c1f-7633-7dc9-072477f257b3-bacc882a, #w-node-_786f02af-3c1f-7633-7dc9-072477f257b5-bacc882a, #w-node-_786f02af-3c1f-7633-7dc9-072477f257b7-bacc882a, #w-node-_786f02af-3c1f-7633-7dc9-072477f257bc-bacc882a, #w-node-_2d55643e-c71a-eaff-f791-392a9f052eb4-bacc882a, #w-node-_1ae70e93-f50c-233d-6316-2e5248b4dbf7-bacc882a {
  align-self: start;
}

#w-node-_3c814171-b080-bf7d-2b8c-0823d0829a1e-d0829a1c {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_3c814171-b080-bf7d-2b8c-0823d0829a25-d0829a1c {
  grid-area: 1 / 7 / 2 / 13;
}

#E-mail-2.w-node-_3c814171-b080-bf7d-2b8c-0823d0829a29-d0829a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#D-lai-2.w-node-_3c814171-b080-bf7d-2b8c-0823d0829a2b-d0829a1c, #w-node-_3c814171-b080-bf7d-2b8c-0823d0829a2c-d0829a1c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3c814171-b080-bf7d-2b8c-0823d0829a2e-d0829a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Message-2.w-node-_3c814171-b080-bf7d-2b8c-0823d0829a47-d0829a1c, #w-node-_3c814171-b080-bf7d-2b8c-0823d0829a48-d0829a1c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_786f02af-3c1f-7633-7dc9-072477f257b3-a7a0789e, #w-node-_786f02af-3c1f-7633-7dc9-072477f257b5-a7a0789e, #w-node-_786f02af-3c1f-7633-7dc9-072477f257b7-a7a0789e, #w-node-_786f02af-3c1f-7633-7dc9-072477f257bc-a7a0789e, #w-node-_2d55643e-c71a-eaff-f791-392a9f052eb4-a7a0789e, #w-node-_1ae70e93-f50c-233d-6316-2e5248b4dbf7-a7a0789e, #w-node-_786f02af-3c1f-7633-7dc9-072477f257bc-659da431, #w-node-_2d55643e-c71a-eaff-f791-392a9f052eb4-659da431, #w-node-_1ae70e93-f50c-233d-6316-2e5248b4dbf7-659da431, #w-node-_786f02af-3c1f-7633-7dc9-072477f257b3-659da431, #w-node-_786f02af-3c1f-7633-7dc9-072477f257b5-659da431, #w-node-_786f02af-3c1f-7633-7dc9-072477f257b7-659da431 {
  align-self: start;
}

#w-node-fdc5020a-0393-e439-733d-ab603d66c18d-21ffc642 {
  grid-area: 1 / 1 / 2 / 10;
}

#w-node-fdc5020a-0393-e439-733d-ab603d66c192-21ffc642 {
  grid-area: 2 / 7 / 3 / 11;
}

#w-node-fdc5020a-0393-e439-733d-ab603d66c1a0-21ffc642 {
  grid-area: 2 / 1 / 4 / 6;
  align-self: stretch;
}

#w-node-_4c35d002-7230-d037-60a0-65e845c93823-21ffc642 {
  grid-area: 3 / 7 / 4 / 9;
}

#w-node-_217d6809-2f1d-d7e9-2ce4-21a2707ae930-21ffc642 {
  grid-area: 3 / 9 / 4 / 11;
}

@media screen and (max-width: 991px) {
  #w-node-dcc1455a-6ff1-af51-326e-072817ef2980-c27ac3f8 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: start;
  }

  #w-node-_4c3d4896-022f-ee5e-98fa-1525dea47dc2-c27ac3f8 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-e7d669f4-a2a3-7c4c-3d5f-d2c82fbec864-c27ac3f8 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-daceed6c-a540-1d6b-ca31-747e568b173f-c27ac3f8 {
    grid-column-end: 3;
    justify-self: start;
  }

  #w-node-a1e5511b-3c96-f99b-23b8-e6e6c9a17d55-b0058941 {
    grid-column: 1 / 3;
    justify-self: end;
  }

  #w-node-_2a5992ca-8a5a-1336-c5e9-f632480798e4-b0058941 {
    grid-area: 4 / 1 / 5 / 3;
    justify-self: start;
  }

  #w-node-df8d9c4a-14a4-83a0-bf4c-ea621239d321-b0058941 {
    grid-column: 1 / 3;
    justify-self: start;
  }

  #w-node-_6e48b04a-6dff-8fa4-75ba-cad983d23ce3-b0058941 {
    grid-area: 4 / 1 / 5 / 3;
    place-self: end;
  }

  #w-node-_2bf8949d-875a-c83c-0219-0054309de361-b0058941 {
    grid-row: 5 / 6;
    grid-column-end: 2;
    place-self: start end;
  }

  #w-node-_7ddd26d0-d8aa-5774-8b8e-0d385ed401b8-b0058941 {
    grid-column: 1 / 3;
    justify-self: start;
  }

  #w-node-_9883346f-2137-2d3c-c3b1-1eb6713fd078-b0058941 {
    grid-column-end: 3;
    justify-self: center;
  }

  #w-node-_4740a7f6-0e24-01a1-97d1-6e8bb0c5d39d-b0058941 {
    grid-column: 1 / 3;
    grid-row-start: 3;
  }

  #w-node-fdc5020a-0393-e439-733d-ab603d66c18d-b0058944, #w-node-fdc5020a-0393-e439-733d-ab603d66c192-b0058944 {
    grid-column: 1 / 3;
  }

  #w-node-fdc5020a-0393-e439-733d-ab603d66c1a0-b0058944 {
    grid-row: 3 / 4;
    grid-column-end: 3;
  }

  #w-node-_4c35d002-7230-d037-60a0-65e845c93823-b0058944 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_217d6809-2f1d-d7e9-2ce4-21a2707ae930-b0058944 {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-_42ac6bff-acf9-dbff-3331-315d31a95500-b005895a {
    grid-column: 1 / 3;
  }

  #w-node-f7eb3ef5-3e22-9843-d4d2-62cfd535b099-b005895a {
    grid-column-end: 3;
  }

  #w-node-f7eb3ef5-3e22-9843-d4d2-62cfd535b09b-b005895a {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-f7eb3ef5-3e22-9843-d4d2-62cfd535b09c-b005895a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f7eb3ef5-3e22-9843-d4d2-62cfd535b0a1-b005895a {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-f7eb3ef5-3e22-9843-d4d2-62cfd535b0a2-b005895a {
    grid-area: 2 / 2 / 3 / 3;
    place-self: start end;
  }

  #w-node-_3b5f4cc4-f170-2af0-1ffd-6267d655c293-b005895c, #w-node-_8692030f-7daf-8abf-28af-47a4a65fa3ad-b005895c, #w-node-_3393b2c8-f7bf-b4fb-8ba3-fd14b08d2d85-b005897c {
    grid-column-end: 3;
  }

  #w-node-_978355d2-8681-f18b-6728-da7d2044f824-b005897c, #w-node-_6070703b-78ab-b10c-116f-3a06dc3a290f-b005897c {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_801b8556-8690-23aa-ea8c-dc6091b7cdfd-b005897c {
    grid-area: 2 / 2 / 3 / 3;
    place-self: start end;
  }

  #w-node-d7f3afcb-7644-734b-7c33-46c98a7a1e39-d8646c60, #w-node-a0ad6158-db26-35a9-2bfd-829821c44d8f-d8646c60 {
    grid-column: 1 / 5;
  }

  #w-node-_40cacb3a-0db7-6136-6c6a-dbcac5f53024-d8646c60 {
    grid-column: 1 / 3;
  }

  #w-node-f62be996-d9f9-0c96-e899-d2def8c45ab2-d8646c60 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-f62be996-d9f9-0c96-e899-d2def8c45ab9-d8646c60 {
    grid-column: 1 / 3;
    grid-row-end: 3;
  }

  #w-node-f62be996-d9f9-0c96-e899-d2def8c45ac0-d8646c60 {
    grid-row-end: 2;
    grid-column-end: 3;
  }

  #w-node-f62be996-d9f9-0c96-e899-d2def8c45ac7-d8646c60 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_000e8467-e409-2451-3d99-b1ab02d12779-d8646c60 {
    grid-column-end: 3;
  }

  #w-node-_000e8467-e409-2451-3d99-b1ab02d1277b-d8646c60 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_000e8467-e409-2451-3d99-b1ab02d12781-d8646c60 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_4e25c14e-9549-53aa-9e22-3affb8d95f9b-74c2f389 {
    grid-column-end: 3;
  }

  #w-node-_4c3ab78a-9a2c-caeb-ab1e-a93f0e31873d-74c2f389 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_99496866-5db5-aa89-b890-700eb437fcd4-74c2f389 {
    grid-column-end: 3;
  }

  #w-node-_99496866-5db5-aa89-b890-700eb437fcd7-74c2f389 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-a16e6b13-2c37-13b9-9307-5933c32474cf-74c2f389 {
    grid-column-end: 3;
  }

  #w-node-a16e6b13-2c37-13b9-9307-5933c32474d1-74c2f389 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-a16e6b13-2c37-13b9-9307-5933c32474d7-74c2f389 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_3c814171-b080-bf7d-2b8c-0823d0829a1e-d0829a1c {
    grid-column: span 3 / span 3;
  }

  #w-node-_3c814171-b080-bf7d-2b8c-0823d0829a25-d0829a1c {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_3c814171-b080-bf7d-2b8c-0823d0829a2e-d0829a1c {
    grid-column: span 2 / span 2;
  }

  #w-node-fdc5020a-0393-e439-733d-ab603d66c18d-21ffc642, #w-node-fdc5020a-0393-e439-733d-ab603d66c192-21ffc642 {
    grid-column: 1 / 3;
  }

  #w-node-fdc5020a-0393-e439-733d-ab603d66c1a0-21ffc642 {
    grid-row: 3 / 4;
    grid-column-end: 3;
  }

  #w-node-_4c35d002-7230-d037-60a0-65e845c93823-21ffc642 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_217d6809-2f1d-d7e9-2ce4-21a2707ae930-21ffc642 {
    grid-area: 5 / 1 / 6 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4c3d4896-022f-ee5e-98fa-1525dea47dc2-c27ac3f8 {
    grid-column: 1 / 2;
  }

  #w-node-e7d669f4-a2a3-7c4c-3d5f-d2c82fbec864-c27ac3f8 {
    grid-column: 2 / 3;
  }

  #w-node-_3cddabc0-e805-6af3-208b-0c96c48e1698-b0058941 {
    order: 9999;
  }

  #w-node-f7eb3ef5-3e22-9843-d4d2-62cfd535b099-b005895a {
    grid-column-end: 3;
  }

  #w-node-f7eb3ef5-3e22-9843-d4d2-62cfd535b09b-b005895a {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_3393b2c8-f7bf-b4fb-8ba3-fd14b08d2d85-b005897c {
    grid-column-end: 3;
  }

  #w-node-_978355d2-8681-f18b-6728-da7d2044f824-b005897c {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_000e8467-e409-2451-3d99-b1ab02d12779-d8646c60 {
    grid-column-end: 3;
  }

  #w-node-_000e8467-e409-2451-3d99-b1ab02d1277b-d8646c60 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-a16e6b13-2c37-13b9-9307-5933c32474cf-74c2f389 {
    grid-column-end: 3;
  }

  #w-node-a16e6b13-2c37-13b9-9307-5933c32474d1-74c2f389 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_3c814171-b080-bf7d-2b8c-0823d0829a1e-d0829a1c, #w-node-_3c814171-b080-bf7d-2b8c-0823d0829a25-d0829a1c {
    grid-column: span 4 / span 4;
  }

  #D-lai-2.w-node-_3c814171-b080-bf7d-2b8c-0823d0829a2b-d0829a1c, #w-node-_3c814171-b080-bf7d-2b8c-0823d0829a2c-d0829a1c, #w-node-_3c814171-b080-bf7d-2b8c-0823d0829a2e-d0829a1c, #Message-2.w-node-_3c814171-b080-bf7d-2b8c-0823d0829a47-d0829a1c, #w-node-_3c814171-b080-bf7d-2b8c-0823d0829a48-d0829a1c {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a1e5511b-3c96-f99b-23b8-e6e6c9a17d55-b0058941 {
    grid-column: 1 / 3;
    justify-self: end;
  }

  #w-node-_2a5992ca-8a5a-1336-c5e9-f632480798e4-b0058941 {
    grid-area: 4 / 1 / 5 / 3;
    justify-self: start;
  }

  #w-node-df8d9c4a-14a4-83a0-bf4c-ea621239d321-b0058941 {
    grid-column: 1 / 3;
    justify-self: start;
  }

  #w-node-_6e48b04a-6dff-8fa4-75ba-cad983d23ce3-b0058941 {
    grid-area: 4 / 1 / 5 / 3;
    place-self: end;
  }

  #w-node-_2bf8949d-875a-c83c-0219-0054309de361-b0058941 {
    grid-row: 5 / 6;
    grid-column-end: 2;
    place-self: start end;
  }

  #w-node-_7ddd26d0-d8aa-5774-8b8e-0d385ed401b8-b0058941 {
    grid-column: 1 / 3;
    justify-self: start;
  }

  #w-node-_9883346f-2137-2d3c-c3b1-1eb6713fd078-b0058941 {
    grid-column-end: 3;
    justify-self: center;
  }

  #w-node-_4740a7f6-0e24-01a1-97d1-6e8bb0c5d39d-b0058941 {
    grid-column: 1 / 3;
    grid-row-start: 3;
  }

  #w-node-f7eb3ef5-3e22-9843-d4d2-62cfd535b099-b005895a {
    grid-column-end: 3;
  }

  #w-node-f7eb3ef5-3e22-9843-d4d2-62cfd535b09b-b005895a {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-f7eb3ef5-3e22-9843-d4d2-62cfd535b09c-b005895a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3b5f4cc4-f170-2af0-1ffd-6267d655c293-b005895c, #w-node-_3393b2c8-f7bf-b4fb-8ba3-fd14b08d2d85-b005897c {
    grid-column-end: 3;
  }

  #w-node-_978355d2-8681-f18b-6728-da7d2044f824-b005897c {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-e46f6012-b468-db88-005a-126146e9024d-b005897c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d7f3afcb-7644-734b-7c33-46c98a7a1e39-d8646c60, #w-node-a0ad6158-db26-35a9-2bfd-829821c44d8f-d8646c60 {
    grid-row: 1 / 7;
    align-self: center;
  }

  #w-node-_880cde4c-d0f5-a71b-77ff-8e1472a2591f-d8646c60 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_40cacb3a-0db7-6136-6c6a-dbcac5f53024-d8646c60 {
    grid-row: 2 / 3;
  }

  #w-node-_000e8467-e409-2451-3d99-b1ab02d12779-d8646c60 {
    grid-column-end: 3;
  }

  #w-node-_000e8467-e409-2451-3d99-b1ab02d1277b-d8646c60 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_000e8467-e409-2451-3d99-b1ab02d1277c-d8646c60 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a16e6b13-2c37-13b9-9307-5933c32474cf-74c2f389 {
    grid-column-end: 3;
  }

  #w-node-a16e6b13-2c37-13b9-9307-5933c32474d1-74c2f389 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-a16e6b13-2c37-13b9-9307-5933c32474d2-74c2f389 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Socialicoplus Plus';
  src: url('../fonts/SocialicoPlus-Plus.woff2') format('woff2'), url('../fonts/SocialicoPlus-Plus.eot') format('embedded-opentype'), url('../fonts/SocialicoPlus-Plus.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Socialico';
  src: url('../fonts/Socialico-Regular.woff2') format('woff2'), url('../fonts/Socialico-Regular.eot') format('embedded-opentype'), url('../fonts/Socialico-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rondal';
  src: url('../fonts/Rondal-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oldschool Grotesk';
  src: url('../fonts/Oldschool-Grotesk-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oldschool Grotesk';
  src: url('../fonts/Oldschool-Grotesk-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oldschool Grotesk';
  src: url('../fonts/Oldschool-Grotesk-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oldschool Grotesk';
  src: url('../fonts/Oldschool-Grotesk-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oldschool Grotesk 1';
  src: url('../fonts/Oldschool-Grotesk-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oldschool Grotesk Air';
  src: url('../fonts/Oldschool-Grotesk-Air.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}