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

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

@font-face {
  font-family: Geomanist Ultra;
  src: url('../fonts/Geomanist-Ultra.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geomanist Book;
  src: url('../fonts/Geomanist-Book.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Geomanist extra light;
  src: url('../fonts/Geomanist-ExtraLight.woff2') format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Instrument Serif;
  src: url('../fonts/InstrumentSerif-Italic.woff') format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Instrument Serif;
  src: url('../fonts/InstrumentSerif-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Instrument Sans Condensed;
  src: url('../fonts/InstrumentSans_Condensed-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Instrument Sans Condensed;
  src: url('../fonts/InstrumentSans_Condensed-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Instrument Sans Condensed;
  src: url('../fonts/InstrumentSans_Condensed-SemiBold.woff') format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Instrument Sans Condensed;
  src: url('../fonts/InstrumentSans_Condensed-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --white: white;
  --grey: #f6f6f3;
  --grey-line: #0000003d;
  --orchid: #c576ff;
  --blue: #3b83ff;
  --green: #c8ef2c;
  --tomato: #ff6855;
  --desk: 11px;
}

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

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

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

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

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

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

body {
  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: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  letter-spacing: -.02em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Instrument Sans Condensed, sans-serif;
  font-size: 14rem;
  font-weight: 700;
  line-height: .8;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Instrument Sans Condensed, sans-serif;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1;
}

h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Instrument Sans Condensed, sans-serif;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1.1;
}

h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Instrument Sans Condensed, sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.1;
}

h5 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Instrument Sans Condensed, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
}

h6 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Instrument Sans Condensed, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

p {
  margin-top: -20px;
  margin-bottom: 0;
  font-size: 1.25rem;
}

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

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.25rem;
}

ol {
  margin-top: 0;
  margin-bottom: .625rem;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
  font-size: 1.25rem;
  font-weight: 500;
}

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

label {
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.2;
}

em {
  font-style: italic;
}

blockquote {
  border-left: .25rem #e2e2e2;
  margin-bottom: 0;
  padding: 0;
  font-family: Instrument Serif, sans-serif;
  font-size: 2.25rem;
  line-height: 1.25;
}

figure {
  margin-top: 32px;
  margin-bottom: 32px;
}

figcaption {
  text-align: center;
  margin-top: .75rem;
  font-size: .8rem;
}

.utility-page-component {
  z-index: 10;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
  position: relative;
}

.utility-page-form {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

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

.main {
  z-index: 10;
  position: relative;
}

.main.grey {
  background-color: var(--grey);
  margin-top: -62px;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.navbar {
  z-index: 99;
  background-color: var(--grey);
  padding-top: .3rem;
  padding-bottom: 1rem;
  position: relative;
}

.container {
  width: 100%;
  max-width: 92.5rem;
  margin-top: 0;
  margin-bottom: -12px;
  padding: 0 1.875rem;
}

.container.large {
  max-width: 137.5rem;
  margin-top: 15px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 1.875rem;
}

.container.small {
  max-width: 48.5rem;
  margin-top: 4px;
}

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

.navbar-links {
  grid-column-gap: 1.25rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar-link {
  color: var(--black);
  background-color: #e0e0dc;
  border-radius: 3rem;
  justify-content: center;
  align-items: center;
  padding: .375rem .75rem;
  transition: color .2s;
  display: block;
  position: relative;
  overflow: hidden;
}

.navbar-link:hover {
  color: var(--white);
}

.navbar-link.w--current {
  background-color: var(--black);
  color: var(--white);
}

.navbar-link-text {
  z-index: 3;
  letter-spacing: .05em;
  -webkit-text-stroke-width: .1px;
  text-transform: uppercase;
  font-family: Geomanist Book, Arial, sans-serif;
  font-weight: 500;
  position: relative;
}

.button {
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-top: 9px;
  margin-bottom: 22px;
  padding-bottom: 0;
  font-family: Instrument Sans Condensed, sans-serif;
  font-weight: 700;
  transition: color .2s;
  display: flex;
  position: relative;
}

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

.button.white {
  color: var(--white);
  margin-left: 43px;
  padding-left: 0;
}

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

.button.ecommerce {
  box-shadow: 2px 2px 0 0 var(--black);
  color: var(--black);
  background-color: #0000;
  border: 2px solid #000;
  border-radius: 3rem;
  padding-top: 17px;
  padding-bottom: 17px;
  transition: background-color .2s, color .2s;
}

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

.button-arrow {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-arrow.hover {
  position: absolute;
  right: 100%;
}

.section {
  margin-top: -56px;
  margin-bottom: 1px;
  padding-top: 0;
  position: relative;
}

.section.remove-padding-top {
  padding-top: 0;
}

.section.footer {
  grid-row-gap: 7rem;
  background-color: var(--black);
  border-top: 1px solid #313131;
  flex-direction: column;
  align-items: center;
  padding-top: 7rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.section.white {
  background-color: var(--white);
  margin-top: -91px;
  margin-bottom: 8px;
  padding-top: 0;
  padding-bottom: 0;
}

.lightbox-background-video {
  width: 100%;
  height: 110%;
  font-weight: 500;
}

.lightbox-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60vh;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lightbox-wrapper {
  width: 100%;
  margin-top: 4rem;
  display: block;
  position: relative;
}

.lightbox-play {
  z-index: 5;
  grid-column-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.lightbox-play-icon-wrap {
  background-color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 6.25rem;
  height: 6.25rem;
  display: flex;
}

.lightbox-play-icon {
  width: 3rem;
  margin-left: 9px;
  padding-left: 0;
}

.lightbox-play-text {
  color: #fff;
  text-transform: uppercase;
  font-family: Instrument Sans Condensed, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.lightbox-play-text._2 {
  opacity: 0;
  font-family: Geomanist Bold, Arial, sans-serif;
  position: absolute;
}

.lightbox-play-text._1, .lightbox-play-text._3 {
  font-family: Geomanist Bold, Arial, sans-serif;
}

.lightbox-play-text._4 {
  opacity: 0;
  font-family: Geomanist Bold, Arial, sans-serif;
  position: absolute;
  bottom: 100%;
}

.intro-content {
  width: 50%;
  margin-left: 44px;
  padding-left: 0;
}

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

.content-align-top-sides.tablet-vertical {
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
}

.intro-text {
  grid-row-gap: 3rem;
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  margin-top: 2rem;
  margin-left: 47px;
  margin-right: 7%;
  display: flex;
}

.display-inline {
  display: inline;
}

.logos-wrapper {
  margin-top: -38px;
  margin-bottom: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logos-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-auto-flow: column;
}

.logo-wrap {
  justify-content: center;
  align-items: center;
  width: 15rem;
  padding-top: 1.625rem;
  padding-bottom: 1.625rem;
  display: flex;
}

.logo {
  height: 1.75rem;
}

.logo-side-gradient {
  background-image: linear-gradient(to right, var(--grey), #f6f6f3 16%, #f6f6f300);
  width: 15rem;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.logo-side-gradient.right {
  background-image: linear-gradient(to right, #f6f6f300, #f6f6f3 84%, var(--grey));
  left: auto;
  right: 0;
}

.services-wrap {
  transform-style: preserve-3d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 11vh;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: relative;
  top: -4vh;
  transform: none;
}

.service {
  backface-visibility: hidden;
  perspective-origin: 50%;
  text-align: center;
  text-transform: uppercase;
  font-family: Instrument Serif, sans-serif;
  font-size: 6vh;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  transform: none;
}

.service._7 {
  transform-style: preserve-3d;
  transform: translate3d(0, 21vh, 10vh)rotateX(-54deg)rotateY(0)rotateZ(0);
}

.service._4 {
  transform-style: preserve-3d;
  transform: translate3d(0, 0, 23vh);
}

.service._5 {
  transform-style: preserve-3d;
  transform: translate3d(0, 8vh, 21.5vh)rotateX(-18deg)rotateY(0)rotateZ(0);
}

.service._6 {
  transform-style: preserve-3d;
  transform: translate3d(0, 15vh, 17vh)rotateX(-38deg)rotateY(0)rotateZ(0);
}

.service._3 {
  transform-style: preserve-3d;
  transform: translate3d(0, -7.5vh, 22vh)rotateX(18deg)rotateY(0)rotateZ(0);
}

.service._2 {
  transform-style: preserve-3d;
  transform: translate3d(0, -15vh, 18vh)rotateX(36deg)rotateY(0)rotateZ(0);
}

.service._1 {
  transform-style: preserve-3d;
  position: absolute;
  transform: translate3d(0, -21vh, 11vh)rotateX(54deg)rotateY(0)rotateZ(0);
}

.services-sticky {
  perspective: 1000px;
  perspective-origin: 50%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 10vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.services-wrapper {
  height: 4000px;
  padding-top: 3rem;
}

.spacing-section {
  margin-bottom: 0;
  padding-top: 4.1rem;
  padding-bottom: 0;
}

.spacing-section.half {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.spacing-section.bottom-half {
  padding-top: 6.6rem;
}

.spacing-section.top-only {
  padding-bottom: 0;
}

.spacing-section.top-only.mobile-top-none {
  padding-top: 3rem;
}

.spacing-section.bottom-only {
  padding-top: 3.7rem;
}

.spacing-section.small {
  padding-top: 1.8rem;
  padding-bottom: 6rem;
}

.spacing-section.top-half {
  margin-bottom: 13px;
  padding-top: 2.65rem;
  padding-bottom: 0;
}

.spacing-section.tiny {
  padding-top: 4.975rem;
  padding-bottom: 1.875rem;
}

.spacing-section.tablet-top-smaller {
  font-size: 4rem;
}

.divider-line {
  background-color: #0000003b;
  width: 100%;
  height: 1px;
}

.work-home-item {
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.work-home-item:nth-child(2n) {
  flex-direction: row-reverse;
}

.work-home-image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.work-home-image-wrap {
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.work-home-content {
  grid-row-gap: 1.5rem;
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding: 6rem 3rem 3rem;
  display: flex;
  position: relative;
}

.work-home-heading {
  width: 100%;
  max-width: 600px;
  margin-bottom: 1rem;
}

.label-detail {
  text-align: left;
  letter-spacing: 0;
  -webkit-text-stroke-width: .5px;
  text-transform: uppercase;
  margin-top: 33px;
  font-family: Geomanist Bold, Arial, sans-serif;
  font-size: 2.75rem;
  font-weight: 400;
  line-height: 1.25;
  display: inline-block;
}

.label-detail.text-align-left {
  margin-top: -34px;
  margin-bottom: 74px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Geomanist Book, Arial, sans-serif;
}

.label-detail.small {
  margin-top: 4px;
  font-family: Geomanist Book, Arial, sans-serif;
  font-size: 1rem;
}

.label {
  z-index: 5;
  letter-spacing: .1em;
  -webkit-text-stroke-width: 0px;
  text-transform: uppercase;
  font-family: Geomanist Light, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
  display: inline;
  position: relative;
}

.label.opacity {
  opacity: .5;
}

.label.small {
  color: #000;
  font-size: .875rem;
}

.content-align-sides {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.content-align-sides.tablet-align-vertical {
  margin-top: 20px;
  margin-bottom: 35px;
}

.text-size-large {
  font-family: Geomanist Light, Arial, sans-serif;
  font-size: 1.25rem;
}

.text-size-large.text-align-center {
  margin-top: 11.9rem;
}

.blog-head {
  flex-direction: column;
  align-items: flex-start;
  margin: 14px 0 129px 41px;
  padding-right: 0;
  font-family: Geomanist Book, Arial, sans-serif;
  display: flex;
}

.blog-wrapper-home {
  width: 50%;
}

.blog-item-content {
  z-index: 2;
  border-top: 1px solid var(--grey-line);
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-right: -9px;
  padding-top: 3.5rem;
  padding-bottom: 1.5rem;
  padding-right: 7px;
  display: flex;
  position: relative;
}

.blog-infos {
  grid-row-gap: 3rem;
  flex-direction: column;
  align-items: flex-start;
  width: 8rem;
  margin-right: 4px;
  padding-right: 0;
  display: flex;
}

.blog-category {
  background-color: var(--black);
  color: var(--white);
  letter-spacing: .02em;
  text-transform: uppercase;
  border-radius: 2rem;
  padding: .25rem 1rem;
  font-family: Geomanist Light, Arial, sans-serif;
  font-size: .5rem;
  font-weight: 500;
}

.blog-thumbnail {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 30%;
  margin-right: 26px;
  padding-right: 0;
}

.blog-reading-time {
  color: #000;
  font-family: Geomanist Light, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.blog-title-wrap {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.intro-pic {
  opacity: 0;
  width: 3.875rem;
  position: absolute;
  inset: 0;
}

.intro-pic._2 {
  position: absolute;
}

.intro-pic._1 {
  opacity: 1;
  display: block;
  position: relative;
}

.intro-pic._3, .intro-pic._4, .intro-pic._5 {
  position: absolute;
}

.intro-pics {
  display: inline-block;
  position: relative;
}

.blog-cta {
  grid-row-gap: 3rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 18.75rem;
  margin-top: auto;
  display: flex;
}

.blog-heading-texts {
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: relative;
}

.blog-heading-2 {
  position: absolute;
  top: 100%;
}

.blog-heading-3 {
  position: absolute;
  top: 200%;
}

.blog-heading-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.more-works-wrapper {
  background-color: var(--grey);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.more-works-head {
  z-index: 2;
  grid-row-gap: 3rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 46.25rem;
  margin-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.work-preview-image {
  z-index: 3;
  transform-origin: 50% 100%;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.works-previews {
  justify-content: center;
  align-items: center;
  margin-top: 9vh;
  margin-bottom: -8.6rem;
  display: flex;
  position: relative;
}

.content-align-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-right: 0;
  padding-right: 0;
  display: flex;
}

.small-cta {
  max-width: 32rem;
  margin-bottom: 3rem;
  font-size: 2rem;
  line-height: 1.3;
}

.small-cta-logo {
  font-family: Instrument Sans Condensed, sans-serif;
  font-size: 2.3rem;
  font-weight: 700;
}

.stick-footer-wrapper {
  margin-top: -67px;
  margin-bottom: -1px;
  padding-top: 0;
  position: sticky;
  bottom: 0;
}

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

.footer-main-links {
  grid-row-gap: .25rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-link {
  color: var(--white);
  letter-spacing: .02em;
  text-transform: uppercase;
  font-family: Instrument Sans Condensed, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  transition: opacity .2s;
}

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

.footer-social-links {
  grid-column-gap: 4rem;
  grid-row-gap: .625rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-social-link {
  color: #fff9;
  font-size: 1rem;
  transition: color .2s;
}

.footer-social-link:hover {
  color: #fff;
}

.footer-links {
  grid-column-gap: 15rem;
  align-items: flex-start;
  margin-right: 3rem;
  display: flex;
}

.footer-logo-wrap {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-copyright {
  color: #ffffff5e;
  font-size: .75rem;
}

.footer-content {
  grid-row-gap: 10rem;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.button-content-oportunidades {
  z-index: 2;
  grid-column-gap: .5rem;
  border: 2px solid #000;
  border-radius: 3rem;
  justify-content: center;
  align-items: center;
  padding: 1.25rem 3rem;
  font-size: 1rem;
  line-height: 1;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-content-oportunidades.small {
  padding: .75rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
}

.button-content-oportunidades.white {
  border-color: var(--white);
}

.button-shadow {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  box-shadow: 3px 4px 0 0 var(--black);
  border-radius: 3rem;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.button-shadow.small {
  box-shadow: 2px 2px 0 0 var(--black);
}

.button-shadow.white {
  box-shadow: 3px 4px 0 0 var(--white);
}

.button-text {
  z-index: 3;
  font-family: Geomanist Book, Arial, sans-serif;
  position: relative;
}

.button-background {
  background-color: var(--black);
  border-radius: 50%;
  width: 102%;
  padding-top: 102%;
  display: none;
  position: absolute;
}

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

.button-arrow-wrap {
  padding-left: .25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navbar-link-hover {
  background-color: var(--black);
  border-radius: 50%;
  width: 100%;
  padding-top: 100%;
  display: none;
  position: absolute;
}

.footer-legal {
  z-index: 2;
  background-color: #0f0f0f;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
}

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

.footer-legal-text {
  color: #5c5c5c;
  font-size: .875rem;
}

.footer-legal-link {
  color: #818181;
  font-size: .875rem;
  display: inline-block;
}

.footer-legal-link:hover {
  color: #c2c2c2;
  border-bottom-color: #a5a5a5;
}

.footer-legal-links {
  grid-column-gap: 2rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.lightbox-play-texts {
  position: relative;
}

.lightbox-mouse-hover-text {
  background-color: var(--white);
  letter-spacing: .05em;
  text-transform: uppercase;
  border-radius: 2rem;
  padding: .375rem 1.125rem;
  font-family: Instrument Sans Condensed, sans-serif;
  font-weight: 500;
  position: absolute;
}

.work-preview {
  z-index: 3;
  width: 60vw;
  max-width: 53.75rem;
  padding-top: 64%;
  position: absolute;
}

.work-preview._1 {
  position: relative;
}

.content-align-center-servicios {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: 43px;
  margin-bottom: 1px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.main-logo {
  width: 5.7rem;
  overflow: hidden;
}

.navbar-links-wrapper {
  grid-column-gap: 2rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-subtitle-wrap {
  max-width: 32rem;
  margin-top: 1.5rem;
}

.main-logo-wrap {
  z-index: 101;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: opacity .2s;
  display: flex;
  position: relative;
}

.main-logo-wrap:hover {
  opacity: .7;
}

.opacity-15 {
  opacity: .15;
}

.heading-style-h5 {
  text-transform: uppercase;
  margin-top: -.1rem;
  font-family: Geomanist Book, Arial, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.heading-style-h4 {
  text-transform: uppercase;
  margin-top: 2.7rem;
  font-family: Geomanist Book, Arial, sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.1;
}

.heading-style-h4.display-inline {
  font-family: Geomanist Book, Arial, sans-serif;
}

.blog-icon-arrow {
  width: 1rem;
  margin-bottom: 7px;
}

.blog-icon-arrow._2 {
  position: absolute;
  inset: auto auto -100% -100%;
}

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

.blog-icon-arrow-wrap {
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hover-elements {
  z-index: 11;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.work-mouse-hover-text {
  background-color: var(--black);
  color: var(--white);
  letter-spacing: .05em;
  text-transform: uppercase;
  border-radius: 2rem;
  padding: .375rem 1.125rem;
  font-family: Instrument Sans Condensed, sans-serif;
  font-weight: 500;
  position: absolute;
}

.content-align-bottom {
  flex-direction: row;
  align-items: flex-end;
  display: flex;
}

.heading-style-h1 {
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-family: Instrument Sans Condensed, sans-serif;
  font-size: 14rem;
  font-weight: 700;
  line-height: .8;
}

.heading-style-h1.text-align-center {
  margin-top: 4.6rem;
}

.work-page-label-wrap {
  margin-bottom: -.1rem;
  margin-left: 2rem;
  margin-right: auto;
}

.work-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 15rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.work-image-wrap {
  width: 100%;
  padding-top: 58%;
  position: relative;
}

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

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

.work-heading {
  grid-row-gap: .5rem;
  flex-direction: column;
  width: 55%;
  display: flex;
}

.cta-component {
  height: 250rem;
}

.cta-sticky {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.cta-text-wrap {
  z-index: 2;
  width: 45%;
  max-width: 26.875rem;
  margin-bottom: 3rem;
  position: relative;
}

.cta-text-highlight {
  color: #fff;
  font-family: Geomanist Book, Arial, sans-serif;
  font-size: 2rem;
}

.cta-text {
  color: #ffffff80;
  font-family: Geomanist Light, Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
}

.cta-heading {
  text-transform: uppercase;
  white-space: nowrap;
  margin-right: auto;
  font-family: Geomanist Light, Arial, sans-serif;
  font-size: 20rem;
  font-weight: 700;
  line-height: 1;
}

.cta-heading.serif {
  margin-top: 24px;
  font-family: Geomanist Light, Arial, sans-serif;
  font-size: 13rem;
  font-weight: 400;
}

.cta-button-wrap {
  z-index: 5;
  color: var(--white);
  border: 4px solid #fff;
  border-radius: 99rem;
  align-items: flex-end;
  padding-left: 6.25rem;
  padding-right: 5.125rem;
  display: flex;
  position: relative;
}

.cta-arrow {
  width: 4rem;
}

.cta-arrow._2 {
  position: absolute;
}

.cta-heading-wrapper {
  z-index: 2;
  align-items: center;
  display: flex;
  position: relative;
}

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

.cta-images-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cta-image-1 {
  width: 18vh;
  position: absolute;
  left: 7vw;
}

.cta-image-2 {
  width: 17vh;
  position: absolute;
  left: 27vw;
}

.cta-image-3 {
  width: 18vh;
  position: absolute;
  left: 53.3vw;
}

.cta-image-4 {
  width: 17vh;
  position: absolute;
  right: 10vw;
}

.cta-image-5 {
  width: 15vh;
  position: absolute;
  right: -1vw;
}

.cta-image-6 {
  width: 18vh;
  position: absolute;
  left: 13.5vw;
}

.cta-image-7 {
  width: 15vh;
  position: absolute;
  left: 37.6vw;
}

.cta-image-8 {
  width: 20vh;
  position: absolute;
  left: 57.4vw;
}

.cta-image-9 {
  width: 18vh;
  position: absolute;
  left: 75.3vw;
}

.cta-bg-gradient {
  z-index: 1;
  background-image: linear-gradient(#0000 20%, #00000096 40% 60%, #0000 80%);
  width: 100%;
  height: 100%;
  position: absolute;
}

.header-about-wrapper {
  margin-top: 1rem;
  margin-bottom: 3rem;
  display: flex;
}

.header-about-image {
  width: 12.5rem;
  min-width: 12.5rem;
  margin-left: 2rem;
  margin-right: 2rem;
}

.header-about-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-intro-text-wrap {
  max-width: 34.375rem;
  margin-right: 10%;
}

.about-us-big-text {
  color: #131dbd;
  text-align: left;
  letter-spacing: -.05em;
  text-transform: uppercase;
  font-family: Geomanist Book, Arial, sans-serif;
  font-size: 20rem;
  font-weight: 700;
  line-height: .8;
}

.about-us-subheading {
  z-index: 3;
  max-width: 21.875rem;
  margin-bottom: 1.55rem;
  margin-left: 1.875rem;
  font-family: Geomanist Light, Arial, sans-serif;
  font-size: 4rem;
  line-height: 1;
}

.text-wrapper-small {
  max-width: 31.25rem;
  margin-top: 6rem;
}

.culture-wrap {
  width: 100%;
  height: 312.5rem;
}

.culture-sticky {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.culture-content {
  z-index: 3;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 52.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.culture-words-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.culture-words-wrapper {
  overflow: hidden;
}

.culture-lottie {
  width: 20rem;
  margin-top: -5rem;
}

.culture-images-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.culture-image-1 {
  width: 20vh;
  position: absolute;
  top: 0;
  left: 10vw;
}

.culture-image-3 {
  width: 22vh;
  position: absolute;
  top: 0;
  right: 12.2vw;
}

.culture-image-2 {
  width: 18vh;
  position: absolute;
  top: 0;
  left: 29.7vw;
}

.culture-image-4-wrap {
  z-index: 4;
  width: 24vw;
  height: 21vh;
  display: none;
  position: absolute;
  overflow: hidden;
}

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

.overflow {
  overflow: hidden;
}

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

.culture-images {
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.culture-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .7s cubic-bezier(.215, .61, .355, 1);
}

.culture-items {
  background-color: var(--white);
  width: 50%;
  padding: 8rem 36px 8rem 0;
}

.culture-image-wrap {
  width: 100%;
  height: 100%;
  transition: height .7s cubic-bezier(.215, .61, .355, 1);
}

.culture-image-wrap._2 {
  z-index: 2;
  position: absolute;
}

.culture-image-wrap._1 {
  z-index: 1;
  position: relative;
}

.culture-image-wrap._3 {
  z-index: 3;
  position: absolute;
}

.culture-item {
  flex-direction: column;
  justify-content: center;
  padding: 8rem 15%;
  display: flex;
}

.culture-item-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 29.375rem;
  display: flex;
}

.culture-item-heading {
  margin-top: 3rem;
  margin-bottom: 6rem;
}

.culture-text-wrap {
  max-width: 23.125rem;
}

.team-letters-wrapper {
  height: 250rem;
  position: relative;
}

.team-sticky-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  transition: background-color .5s;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.team-letter {
  text-transform: uppercase;
  font-family: Instrument Sans Condensed, sans-serif;
  font-size: 50vw;
  font-weight: 700;
  line-height: .8;
  transition: color .5s;
  display: inline-block;
}

.team-letter._1 {
  margin-left: 10vw;
  font-family: Geomanist Book, Arial, sans-serif;
  font-size: 40vw;
}

.team-letter._2, .team-letter._3, .team-letter._4, .team-letter._5 {
  font-family: Geomanist Book, Arial, sans-serif;
  font-size: 40vw;
}

.team-letter._6 {
  margin-left: 10vw;
  font-family: Geomanist Book, Arial, sans-serif;
  font-size: 40vw;
}

.team-letter._7, .team-letter._8 {
  font-family: Geomanist Book, Arial, sans-serif;
  font-size: 40vw;
}

.team-letter._9, .team-letter._10, .team-letter._11 {
  font-family: Geomanist Bold, Arial, sans-serif;
  font-size: 40vw;
}

.team-letters {
  white-space: nowrap;
}

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

.team-list {
  grid-column-gap: 10rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  justify-items: center;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: grid;
}

.team-member {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 12rem;
  display: flex;
}

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

.team-member-pic-wrap {
  width: 100%;
  margin-bottom: 1rem;
  padding-top: 120%;
  position: relative;
}

.text-white {
  color: var(--grey);
  padding-right: 0;
  font-family: Geomanist Bold, Arial, sans-serif;
}

.tem-member-position {
  color: #747474;
  margin-top: .25rem;
  font-size: .875rem;
  font-weight: 500;
}

.team-content {
  grid-row-gap: 12rem;
  flex-direction: column;
  align-items: center;
  margin-bottom: 28px;
  padding-bottom: 14px;
  display: flex;
}

.team-cta {
  grid-row-gap: 3rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: -70px;
  margin-bottom: -2px;
  margin-left: -4px;
  padding: 0 42px 14px 5px;
  display: flex;
}

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

.text-align-center {
  text-align: center;
  margin-top: 3.5rem;
  margin-bottom: -.5rem;
  padding-top: 0;
  padding-bottom: 9px;
  font-family: Geomanist extra light, sans-serif;
}

.services-main-image {
  z-index: 2;
  transform-origin: 0%;
  width: 80%;
  max-width: 35rem;
  margin-top: -1rem;
  margin-bottom: -6rem;
  position: relative;
}

.services-heading-wrap {
  z-index: 2;
  max-width: 65rem;
  margin-top: -70px;
  margin-bottom: .7rem;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.services-heading-wrap.main {
  margin-bottom: -1rem;
}

.services-list-wrapper {
  flex-direction: column;
  display: flex;
}

.services-brand-block {
  background-color: var(--orchid);
  margin-bottom: 5rem;
  margin-left: auto;
  padding: 6.25rem;
}

.services-brand-logo {
  width: 9rem;
}

.services-tabs {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 5.9rem;
  display: flex;
}

.services-tabs-menu {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  margin-bottom: 37px;
  margin-right: auto;
  display: flex;
}

.services-tabs-content {
  width: 35%;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.services-tab-link {
  opacity: .3;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  transition: opacity .3s;
  display: flex;
  position: relative;
}

.services-tab-link:hover {
  opacity: 1;
}

.services-tab-link.w--current {
  opacity: 1;
  background-color: #0000;
}

.service-content {
  grid-row-gap: 3rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.services-tab-dot {
  background-color: var(--orchid);
  border-radius: 50%;
  width: .75rem;
  height: .75rem;
  position: absolute;
  inset: .9rem -1rem auto auto;
}

.service-about-paragraph {
  font-family: Geomanist Light, Arial, sans-serif;
}

.testimonial-block {
  border-top: 1px solid #0000003b;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 2rem;
  padding-bottom: 8rem;
  display: flex;
}

.testimonial-logo {
  object-fit: scale-down;
  width: 8rem;
  height: 2.25rem;
}

.testimonial-content {
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 45%;
  max-width: 40rem;
  display: flex;
}

.cta-wrapper {
  height: 187.5rem;
}

.cta-sticky-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 3rem;
  padding-bottom: 10vh;
  padding-left: 3rem;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.cta-texts-wrap {
  z-index: 3;
  grid-column-gap: 1rem;
  align-items: center;
  display: flex;
  position: relative;
}

.cta-main-text {
  font-family: Geomanist extra light, sans-serif;
  font-size: 10rem;
  line-height: 1;
  display: inline;
}

.cta-button-text {
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: -4px;
  margin-right: auto;
  padding-top: 18px;
  padding-bottom: 0;
  font-family: Geomanist extra light, sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
}

.cta-button {
  color: var(--white);
  border: 4px solid #fff;
  border-radius: 99rem;
  align-items: flex-end;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
  display: flex;
}

.cta-arrow-2 {
  width: 2rem;
  display: inline-block;
  position: relative;
}

.cta-arrow-2._2 {
  position: absolute;
}

.cta-images-wrapper {
  z-index: 1;
  justify-content: space-around;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cta-image {
  width: 100%;
}

.cta-images-group {
  grid-row-gap: 10vh;
  flex-direction: column;
  width: 20%;
  display: flex;
}

.cta-heading-shadow {
  z-index: 1;
  background-color: var(--black);
  filter: blur(150px);
  border-radius: 18.75rem;
  width: 900px;
  height: 400px;
  position: absolute;
}

.subheading {
  margin-top: 52px;
  font-family: Geomanist Light, Arial, sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}

.subheading.text-align-center {
  margin-top: 4.6rem;
  font-family: Geomanist Light, Arial, sans-serif;
  font-size: 2rem;
}

.carreers-subheading-wrap {
  max-width: 40rem;
  margin-top: -2.5rem;
}

.careers-members-pics-wrap {
  width: 8rem;
  height: 8rem;
  margin-top: 1.8rem;
  margin-bottom: 6px;
  margin-left: -.35rem;
  padding-top: 0;
  padding-bottom: 0;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.careers-member-pic {
  transform-origin: 0 0;
  width: 100%;
  margin-bottom: -1px;
  position: relative;
}

.careers-member-pic._2 {
  z-index: 4;
}

.careers-member-pic._1 {
  z-index: 5;
  display: block;
  position: relative;
}

.careers-member-pic._3 {
  z-index: 3;
}

.careers-member-pic._4 {
  z-index: 2;
}

.careers-member-pic._5 {
  z-index: 1;
}

.careers-members-pics {
  flex-direction: column;
  display: flex;
}

.careers-team-photo-wrap {
  height: 60vh;
  margin-top: 49px;
  overflow: hidden;
}

.careers-team-photo {
  object-fit: cover;
  width: 100%;
  height: 80vh;
}

.careers-intro-content {
  flex-direction: column;
  align-items: center;
  max-width: 48.5rem;
  margin-top: -4.6rem;
  padding-bottom: 0;
  display: flex;
}

.careers-intro-text-wrap {
  margin-top: -10.3rem;
  margin-bottom: 4rem;
}

.benefits-wrap {
  width: 50%;
  padding: 10rem 3rem;
}

.benefits-image-wrap {
  width: 50%;
  height: 100vh;
  margin-top: 35px;
  position: sticky;
  top: 0;
}

.benefit-item {
  border-top: 1px solid #0000003d;
  flex-direction: column;
  padding-bottom: 1.75rem;
  display: flex;
}

.benefit-icon-line {
  background-color: var(--black);
  width: 100%;
  height: 2px;
  position: absolute;
}

.benefit-icon-line.vertical {
  transform: rotate(90deg);
}

.benefit-icon-lines {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
  position: relative;
}

.benefit-title-wrap {
  width: 91%;
  max-width: 28.4rem;
}

.benefit-spacing {
  width: 100%;
  height: 1.25rem;
}

.benefit-head {
  white-space: normal;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.75rem 0 0;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  position: relative;
}

.benefit-head:hover {
  opacity: .6;
}

.benefit-title {
  color: var(--black);
  font-family: Geomanist Book, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
}

.benefit-icon-wrap {
  border: 2px solid #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.benefits-content {
  grid-row-gap: 6rem;
  flex-direction: column;
  max-width: 43.75rem;
  display: flex;
}

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

.positions-list {
  grid-row-gap: 1rem;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.positions-block {
  background-color: #fff;
  border-radius: .5rem;
  justify-content: space-between;
  align-items: center;
  padding: 1.875rem 2.5rem;
  transition: box-shadow .2s, transform .2s;
  display: flex;
}

.positions-block:hover {
  box-shadow: 5px 5px 0 0 var(--black);
  transform: translate(-3px, -3px);
}

.position-name {
  text-transform: none;
  font-family: Geomanist Book, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}

.positions-details {
  grid-column-gap: 2rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 55%;
  display: grid;
}

.heading-wrap {
  max-width: 41.25rem;
}

.process-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 62.5rem;
  margin-top: -28px;
  margin-bottom: -12px;
  padding-bottom: 0;
  display: grid;
}

.process-number-wrap {
  border: 2px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 1px;
  max-width: 27.309px;
  height: 1px;
  max-height: 31.9965px;
  display: flex;
}

.process-number {
  color: #c20b2f;
  font-family: Instrument Sans Condensed, sans-serif;
  font-weight: 700;
}

.process-step {
  grid-column-gap: .5rem;
  align-items: center;
  display: flex;
}

.process-item {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 16.125rem;
  display: flex;
}

.blog-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  margin-bottom: 64px;
  display: grid;
}

.blog-block {
  border-top: 1px solid var(--grey-line);
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.blog-category-wrap {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.blog-image {
  width: 100%;
}

.heading-style-h6 {
  text-transform: uppercase;
  font-family: Geomanist Light, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-color-grey {
  color: #7e7e7e;
  font-family: Geomanist Light, Arial, sans-serif;
}

.link {
  border-bottom: 2px solid #000;
  font-size: 1.25rem;
  font-weight: 500;
}

.form-block {
  background-color: var(--white);
  border-radius: 1rem;
  width: 100%;
  margin-top: 48px;
  margin-bottom: 0;
  overflow: hidden;
}

.text-field {
  color: var(--black);
  background-color: #ecece9;
  border: 1px #000;
  border-radius: 10rem;
  height: 13rem;
  margin-bottom: 0;
  padding-left: 5rem;
  padding-right: 13rem;
  font-size: 5rem;
}

.text-field::placeholder {
  color: var(--black);
}

.hide {
  display: none;
}

.form-button-wrap {
  justify-content: center;
  align-items: center;
  width: 13rem;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.form {
  position: relative;
}

.submit-button {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  height: 100%;
  position: relative;
}

.form-button-arrow {
  color: var(--white);
  width: 3rem;
}

.form-button-arrow._2 {
  position: absolute;
}

.form-button-content {
  background-color: var(--black);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.form-button {
  width: 100%;
  height: 100%;
  padding: 1.25rem;
  position: absolute;
  inset: 0%;
}

.checkbox-label {
  color: #949494;
  font-size: 1.5rem;
  font-weight: 400;
}

.checkbox {
  cursor: pointer;
  background-color: #ecece9;
  border-style: none;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  margin-top: .25rem;
  margin-left: -1.25rem;
  margin-right: 1rem;
}

.checkbox.w--redirected-checked {
  background-color: var(--black);
  background-size: 20px;
  border-style: none;
}

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

.input-wrapper {
  position: relative;
}

.checkbox-field {
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.columns-wrap {
  grid-column-gap: 3rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 42px;
  margin-bottom: 47px;
  display: grid;
}

.column-head {
  max-width: 33rem;
  position: sticky;
  top: 5rem;
}

.contact-form-wrap {
  background-color: var(--white);
  border-radius: 1rem;
}

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

.form-label-wrap {
  padding: 1.875rem;
}

.form-field {
  border-top: 1px #000;
  border-bottom: 1px solid #000;
  border-left: 1px #000;
  border-right: 1px #0003;
  height: 5rem;
  margin-bottom: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1.5rem;
}

.form-field:hover {
  background-color: #fafafa;
}

.form-field:focus {
  border-bottom-width: 2px;
  border-bottom-color: var(--black);
}

.form-field.is-message {
  height: 12rem;
  font-family: Geomanist Book, Arial, sans-serif;
}

.form-input.border-right {
  border-right: 1px solid #0003;
}

.contact-form-actions {
  grid-row-gap: 2rem;
  flex-direction: column;
  padding: 1.75rem 1.75rem 2.5rem;
  display: flex;
}

.submit-button-custom {
  background-color: var(--white);
  box-shadow: 4px 4px 0 0 var(--black);
  color: #000;
  text-transform: uppercase;
  border: 2px solid #000;
  border-radius: 3rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-family: Geomanist Bold, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  transition: box-shadow .2s, transform .2s, background-color .2s, color .2s;
}

.submit-button-custom:hover {
  background-color: var(--black);
  box-shadow: 0 0 0 0 var(--black);
  color: var(--white);
  transform: translate(3px, 3px);
}

.form-checkbox {
  cursor: pointer;
  background-color: #ecece9;
  border-style: none;
  border-radius: 50%;
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
  margin-top: 0;
  margin-right: .75rem;
}

.form-checkbox.w--redirected-checked {
  background-color: var(--black);
  background-size: 12px;
  border-style: none;
}

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

.checkbox-label-small {
  color: #949494;
  font-size: 1rem;
  font-weight: 400;
}

.form-checkbox-field {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.contact-heading {
  margin-top: 87px;
  padding-right: 2rem;
  display: flex;
}

.contact-headings {
  display: flex;
}

.blog-head-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  margin-right: 27px;
  padding-left: 0;
  padding-right: 88px;
  display: grid;
}

.heading-style-h3 {
  text-transform: uppercase;
  margin-right: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Geomanist Book, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1;
}

.heading-style-h3.text-align-center {
  margin-top: 9.4rem;
}

.blog-header-description {
  max-width: 70%;
  margin-top: 2rem;
}

.rich-text {
  font-size: 1.25rem;
}

.rich-text h2 {
  margin-bottom: 1.5rem;
  font-size: 3.5rem;
}

.rich-text h3 {
  margin-bottom: 1.5rem;
  font-size: 2.5rem;
}

.rich-text h4 {
  margin-bottom: 1.5rem;
  font-size: 2rem;
}

.rich-text h5 {
  margin-bottom: 1.125rem;
  font-size: 1.75rem;
}

.rich-text h6 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.rich-text p, .rich-text ul {
  margin-bottom: 2rem;
}

.rich-text ol {
  margin-bottom: 2rem;
  font-weight: 500;
}

.rich-text blockquote {
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding-left: 4.6rem;
  padding-right: 4.6rem;
}

.rich-text h1 {
  margin-bottom: 2rem;
  font-size: 5rem;
}

.blog-header-texts {
  width: 80%;
}

.positions-wrapper {
  width: 100%;
  margin-top: 4rem;
}

.column-label-wrap {
  margin-bottom: 1rem;
}

.position-description {
  font-size: 1.25rem;
}

.position-description h2, .position-description h3, .position-description h4 {
  margin-bottom: 1.5rem;
  font-size: 2rem;
}

.position-description h5 {
  margin-bottom: 1.125rem;
  font-size: 1.75rem;
}

.position-description h6 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.position-description p, .position-description ul {
  margin-bottom: 2rem;
}

.position-description ol {
  margin-bottom: 2rem;
  font-weight: 500;
}

.position-description blockquote {
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding-left: 4.6rem;
  padding-right: 4.6rem;
}

.position-description li {
  font-weight: 400;
}

.form-head-wrap {
  grid-row-gap: 3rem;
  flex-direction: column;
  width: 100%;
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: flex;
}

.work-block {
  grid-row-gap: 1.25rem;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.work-item, .work-list, .work-wrapper, .team-wrapper, .team-item {
  width: 100%;
}

.cta-arrow-wrap {
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.label-wrapper {
  margin-top: 32px;
}

.cta-arrow-wrap-2 {
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-image-wrap {
  width: 100%;
  margin-bottom: 2rem;
  overflow: hidden;
}

.form-button-arrows {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.member-wrap {
  grid-column-gap: 8rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.member-pic {
  aspect-ratio: 1 / 1.25;
  object-fit: cover;
  width: 100%;
}

.member-content {
  max-width: 34.375rem;
}

.member-position-wrap {
  margin-top: .25rem;
  margin-bottom: 4rem;
}

.blog-author-infos-wrap {
  grid-column-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: .5rem;
  margin-bottom: .5rem;
  display: flex;
}

.blog-author-pic {
  object-fit: cover;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
}

.blog-author-pic.large {
  width: 4rem;
  height: 4rem;
}

.blog-author-infos-head {
  grid-column-gap: 1rem;
  align-items: center;
  display: flex;
}

.cms-content {
  grid-row-gap: 8rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.spacing-header {
  padding-top: 8rem;
  padding-bottom: 6rem;
}

.work-head-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .5fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.work-head-text {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 75%;
  display: flex;
}

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

.image-full.vertical {
  height: 100%;
  position: absolute;
  inset: 0%;
}

.work-head-description {
  min-width: 150%;
  margin-top: 1.8rem;
  margin-bottom: -.5rem;
}

.work-item-grid {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.work-item-grid.grid {
  grid-template-columns: .5fr 1fr;
}

.work-detail-wrap {
  width: 70%;
  max-width: 40.125rem;
}

.work-vertical-image-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 140%;
  display: flex;
  position: relative;
}

.work-last-content {
  grid-row-gap: 6rem;
  flex-direction: column;
  display: flex;
}

.work-list-category {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.products-list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-image {
  width: 100%;
}

.product-image-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.product-infos {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.product-name-text {
  word-break: keep-all;
  font-size: 1.4rem;
  line-height: 1.2;
}

.product-block {
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.product-price {
  letter-spacing: -.04em;
  font-size: 1.1rem;
  font-weight: 500;
}

.product-name-wrap {
  width: 70%;
}

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

.shop-item-wrapper {
  align-items: flex-start;
  display: flex;
}

.shop-item-images {
  grid-row-gap: 2rem;
  flex-direction: column;
  width: 50%;
  display: flex;
}

.shop-item-image {
  width: 100%;
}

.shop-item-details-wrap {
  width: 50%;
  padding: 2rem 4rem;
  position: sticky;
  top: 2rem;
}

.shop-item-infos {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  margin-top: 1.5rem;
  display: flex;
}

.shop-item-price {
  font-family: Instrument Sans Condensed, sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
}

.opacity-30 {
  opacity: .3;
}

.color-option {
  background-color: var(--white);
  border-style: none;
  border-radius: 3rem;
  font-size: .875rem;
  font-weight: 500;
}

.default-state {
  grid-row-gap: 1rem;
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
}

.shop-item-info-group {
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.shop-item-details {
  max-width: 34.75rem;
}

.shop-item-divider {
  background-color: var(--grey-line);
  width: 100%;
  height: 1px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.template-section {
  grid-row-gap: 2rem;
  flex-direction: column;
  padding-top: 4rem;
  display: flex;
}

.template-sidebar {
  border-right: 1px solid #d0d5dd;
  width: 100%;
  max-width: 240px;
  height: 100vh;
  padding-top: 4.75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: sticky;
  top: 0;
}

.template-heading {
  color: #1c1c1c;
  border-bottom: 1px solid #d2d6d9;
  padding-bottom: 1.875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
}

.template-style-groups {
  grid-row-gap: 4rem;
  flex-direction: column;
  display: flex;
}

.template-style-class {
  color: #1f5199;
  letter-spacing: .03em;
  background-color: #e5effd;
  border: 1px solid #c8dcfa;
  border-radius: 100vw;
  padding: .375rem .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .6875rem;
  font-weight: 600;
  line-height: 1;
}

.template-style-class.html-tag {
  color: var(--grey);
  background-color: #cf4bb3;
  border-style: none;
}

.template-style-class.multiple-classes {
  color: #6e6e6e;
  background-color: #dfdfdf;
  border-color: #cacaca;
}

.template-header {
  z-index: 999999;
  grid-column-gap: 8px;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  min-height: 3.5rem;
  padding-left: 1rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 -1px 2px #00000026, inset 0 -1px #ebebec;
}

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

.template-style-group {
  grid-row-gap: 2rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.template-content-wrapper {
  background-color: #f7f7f7;
  min-height: 100vh;
  display: flex;
}

.template-content-wrap {
  flex: 1;
  padding-top: 4rem;
  padding-bottom: 9rem;
}

.template-style-item {
  background-color: #fff;
  border: 1px solid #ebebec;
  border-radius: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 16rem;
  display: flex;
  position: relative;
  box-shadow: 0 1px 1px #0000000d;
}

.template-style-label-wrap {
  grid-column-gap: .75rem;
  color: #8c9399;
  border-bottom: 1px solid #ebebec;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 3rem;
  margin-right: 0;
  padding: .75rem .75rem .75rem 1rem;
  display: flex;
  position: relative;
}

.template-style-class-wrap {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 10px;
  display: flex;
}

.template-style-item-content {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding: 4rem 2.5rem;
  display: flex;
}

.opacity-50 {
  opacity: .5;
}

.no-wrap {
  white-space: nowrap;
  padding-top: 25px;
  font-family: Geomanist extra light, sans-serif;
}

.spacing-medium {
  width: 100%;
  height: 6rem;
}

.heading-style-h2 {
  text-transform: uppercase;
  font-family: Geomanist Book, Arial, sans-serif;
  font-size: 7rem;
  font-weight: 700;
  line-height: 1;
}

.culture-word {
  font-family: Geomanist Bold, Arial, sans-serif;
  font-size: 8rem;
}

.culture-word._2 {
  font-size: 7rem;
  position: absolute;
  top: 100%;
}

.culture-word._3 {
  position: absolute;
  top: 200%;
}

.heading-style-h7 {
  text-transform: uppercase;
  padding-top: 36px;
  font-family: Geomanist Book, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
}

.margin-bottom-small {
  margin-bottom: 1rem;
}

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

.text-size-small {
  font-size: .875rem;
}

.template-style-heading-split {
  background-color: #d2d6d9;
  width: 1px;
  height: 100%;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  transform: rotate(7deg);
}

.template-style-heading-split.margin-small {
  margin-left: 1rem;
  margin-right: 1rem;
}

.template-style-heading-split.margin-smaller {
  margin-left: .5rem;
  margin-right: .5rem;
}

.template-style-heading-split.margin-large {
  margin-left: 2rem;
  margin-right: 2rem;
}

.template-style-button-dark {
  background-color: var(--black);
  border-radius: 8px;
  padding: 34px;
}

.template-page-name {
  font-weight: 500;
}

.template-sidebar-link {
  color: #959da3;
  padding: .75rem 1rem;
  font-size: .875rem;
  font-weight: 600;
  display: block;
}

.template-sidebar-link.w--current {
  color: var(--black);
}

.template-content {
  flex-direction: column;
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  display: flex;
}

.template-style-subheading {
  color: #212b36;
  font-weight: 600;
}

.gap-medium {
  grid-column-gap: .25rem;
  flex-direction: row;
  align-items: flex-end;
  display: flex;
}

.legal-notice {
  background-color: #ffd1d1;
  border: 1px solid #ff9b9b;
  border-radius: 1rem;
  margin-bottom: 4rem;
  padding: 1.5rem 1.8rem;
}

.template-license-video {
  z-index: 5;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.template-license-wrap {
  aspect-ratio: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.template-asset-link {
  width: 100%;
  transition: opacity .2s;
}

.template-asset-link:hover {
  opacity: .8;
}

.template-license-text {
  z-index: 5;
  color: var(--white);
  text-transform: uppercase;
  font-family: Instrument Sans Condensed, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  position: absolute;
}

.template-license-groups {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.template-license-link {
  text-decoration: underline;
}

.template-license-link:hover {
  color: #000000ab;
}

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

.template-font-1 {
  font-family: Instrument Sans Condensed, sans-serif;
  font-size: 7rem;
  font-weight: 700;
  line-height: 1;
}

.template-fonts {
  grid-column-gap: 2rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

.template-font-block {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.template-font-block:hover {
  opacity: .7;
}

.template-font-2 {
  font-family: Instrument Serif, sans-serif;
  font-size: 7rem;
  font-weight: 400;
  line-height: 1;
}

.template-changelog-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.template-changelog-list {
  grid-row-gap: 3rem;
  flex-direction: column;
  display: flex;
}

.mobile-hamburger {
  z-index: 101;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin: -1rem -.5rem;
  display: none;
  position: relative;
}

.mobile-hamburger-line {
  background-color: var(--black);
  width: 2rem;
  height: 2px;
}

.career-application-content {
  grid-row-gap: 6rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.checkout-block-header {
  padding: 1.2rem;
}

.checkout-text-grey {
  color: #7e7e7e;
  margin-top: .25rem;
}

.regular-input {
  border: 1px solid #b1b1b1;
  border-radius: 6rem;
  height: 3.5rem;
  padding: .25rem 1.125rem .5rem;
  font-size: .9rem;
  transition: border-color .2s;
}

.regular-input:hover, .regular-input:focus, .regular-input.-wfp-focus {
  border-color: #616161;
}

.checkout-checkbox {
  margin-top: 0;
}

.utility-page-spacing {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

.utility-page-spacing.smaller {
  margin-bottom: .5rem;
}

.show-tablet {
  display: none;
}

.loader {
  z-index: 102;
  background-color: var(--grey);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.loader-line-wrap {
  background-color: #d1d1d1;
  border-radius: 1rem;
  width: 12rem;
  height: .35rem;
  position: relative;
  overflow: hidden;
}

.loader-line {
  background-color: var(--black);
  width: 0%;
  height: 100%;
  position: absolute;
}

.utility-navbar-wrap {
  z-index: 99;
  width: 100%;
  position: fixed;
}

.template-buy-link {
  z-index: 98;
  grid-column-gap: .5rem;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 4rem;
  align-items: center;
  padding: .5rem 1.25rem;
  font-family: Instrument Sans Condensed, sans-serif;
  font-weight: 600;
  display: flex;
  position: relative;
}

.template-buy-close-icon {
  width: .85rem;
}

.template-buy-close {
  cursor: pointer;
  background-color: #ffffff2b;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: absolute;
  right: -2.25rem;
}

.template-buy-button {
  z-index: 98;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: fixed;
  inset: auto auto 2rem 2rem;
}

.checkout-item-description {
  font-size: .8rem;
}

.figma_close-wrap {
  opacity: .46;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
  position: absolute;
  inset: 0 0 auto auto;
}

.figma_close-wrap:hover {
  opacity: 100;
}

.figma_text-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.figma_icon {
  width: 1rem;
}

.figma_text-link {
  text-underline-offset: 2px;
  text-decoration: underline;
}

.figma_text-link:hover {
  text-decoration-style: dotted;
}

.figma_close-icon {
  width: .65rem;
  max-width: none;
  height: .65rem;
}

.figma_component {
  z-index: 12;
  pointer-events: none;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.figma_button {
  background-color: #000;
  border-radius: 9rem;
  padding: .75rem 1.75rem;
}

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

.figma_text {
  font-size: 1.125rem;
  font-weight: 400;
}

.figma_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  pointer-events: auto;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: .625rem;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 2rem;
  display: flex;
  position: relative;
}

.nav_tooltip-arrow {
  width: 1.23rem;
  position: absolute;
  top: -.6rem;
}

.nav_tooltip-arrow._2 {
  color: #131313;
  top: -.8rem;
  left: 1rem;
}

.nav_tooltip-arrow.left {
  left: .5rem;
}

.nav_component {
  z-index: 1001;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #252525;
  border-bottom: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .35rem .5rem .35rem .35rem;
  display: flex;
  position: relative;
}

.nav_button-icon {
  justify-content: center;
  align-items: center;
  width: .7rem;
  display: flex;
}

.nav_button-icon.arrow {
  width: 5px;
  position: relative;
  bottom: -1px;
}

.nav_tooltip-text {
  color: #ededed;
}

.nav_close {
  color: #818181;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
}

.nav_close:hover {
  color: #bebebe;
}

.nav_dropdown-content {
  background-color: #0000;
  display: none;
  position: absolute;
  top: 2.75rem;
  left: 0;
}

.nav_actions {
  grid-column-gap: .35rem;
  grid-row-gap: .35rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav_close-icon {
  width: .8rem;
  height: .8rem;
  display: flex;
}

.nav_page-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #ccc;
  white-space: nowrap;
  border-bottom: 1px solid #000;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: .75rem 2rem .75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.nav_page-button.head {
  background-color: #181818;
  border-right: 1px solid #000;
}

.nav_page-button.head.remove-border {
  border-right-style: none;
}

.nav_page-button.head.no-border-right {
  border-right-color: #0000;
}

.nav_page-button.empty {
  background-image: url('../images/pattern.svg');
  background-position: 0 0;
  background-size: 4rem;
  border-right: 1px solid #000;
  flex: 1;
}

.nav_page-button.empty.no-borders {
  border-bottom-color: #0000;
  border-right-color: #0000;
}

.nav_page-button.subpage {
  background-color: #2b2b2b;
  border-right: 1px solid #000;
  padding-left: 2rem;
}

.nav_page-button.subpage:hover {
  color: #e6e6e6;
  background-color: #474747;
}

.nav_page-button.subpage.no-border-right {
  border-right-color: #0000;
}

.nav_page-button.subpage.no-border-bottom {
  border-bottom-color: #0000;
}

.nav_tooltip-wrap {
  z-index: 3;
  pointer-events: none;
  display: none;
  position: absolute;
  top: calc(100% + .75rem);
  bottom: auto;
  right: auto;
}

.nav_tooltip-wrap.left {
  left: 0;
}

.nav_main-links {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  display: flex;
}

.nav_figma {
  width: .5rem;
}

.nav_pages-group {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.nav_pages-groups {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #181818;
  border-radius: .5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  overflow: clip;
}

.nav_button-divider {
  background-color: #131313;
  width: 1px;
}

.nav_button {
  grid-column-gap: .35rem;
  grid-row-gap: .35rem;
  color: #ededed;
  cursor: pointer;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  padding: .35rem .6rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.nav_button:hover {
  background-color: #3b3b3b;
}

.nav_button.secondary {
  color: #a6a6a6;
}

.nav_button.secondary:hover {
  color: #c4c4c4;
}

.nav_button.figma {
  color: #adadad;
}

.nav_button.figma:hover {
  color: #c4c4c4;
}

.nav_button.pages {
  background-color: #424242;
}

.nav_button.pages:hover {
  background-color: #4c4b4b;
}

.nav_button.buy {
  background-color: #424242;
  box-shadow: inset 0 .5px #ffffff1f, 0 1px 1px #0003;
}

.nav_button.buy:hover {
  background-color: #4c4b4b;
}

.nav_button.templatesupply {
  z-index: 3;
  position: relative;
}

.nav_tooltip {
  color: #383838;
  white-space: nowrap;
  background-color: #383838;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .5rem .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  display: flex;
  position: relative;
  box-shadow: 0 1px #000c, inset 0 .5px #fff3;
}

.nav_logo {
  justify-content: center;
  align-items: center;
  width: 1.1rem;
  display: flex;
}

.nav_pages-buttons {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.nav_page-icon {
  justify-content: center;
  align-items: center;
  width: .7rem;
  min-width: .7rem;
  display: flex;
}

.nav_page-icon.folder {
  width: 1rem;
  min-width: 1rem;
}

.nav_dropdown {
  z-index: 1;
}

.line-divider {
  opacity: .35;
  background-color: #0000;
  width: 100%;
  height: .5px;
  margin-top: 121px;
  margin-bottom: 7px;
  padding-top: 6px;
  padding-bottom: 0;
}

.container-2 {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

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

.buton-content {
  background-color: #2b20ff;
  padding: 1rem 1.75rem;
}

.buton-content.hover {
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  background-color: #2018bf;
  position: absolute;
  top: 100%;
  transform: rotateX(-90deg)rotateY(0)rotateZ(0);
}

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

.fun-facts-grid._3-column {
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: -98px;
}

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

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

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

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

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

.flex-center {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-inner {
  position: relative;
}

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

.subhead-main._80 {
  max-width: 80%;
  margin-bottom: -1.7rem;
  margin-left: auto;
  margin-right: auto;
  font-family: Geomanist Book, Arial, sans-serif;
}

.subhead-main.left {
  text-align: left;
  margin-top: 0;
  font-family: Geomanist extra light, sans-serif;
  font-weight: 600;
}

.subhead-main._80 {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

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

.subhead-main._80 {
  max-width: 80%;
  margin-top: -3px;
  margin-left: auto;
  margin-right: auto;
  font-family: Geomanist Light, Arial, sans-serif;
}

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

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

.paralax-image {
  box-sizing: content-box;
  aspect-ratio: 1;
  vertical-align: baseline;
  object-fit: scale-down;
  width: auto;
  min-width: 100px;
  max-width: 100%;
  height: auto;
  min-height: 100px;
  margin-top: -89px;
  margin-bottom: 190px;
  margin-right: -10px;
  padding: 1px 19px 0 0;
  line-height: 1;
  display: inline-block;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: clip;
}

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

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

.image-wrap.square {
  width: 29vw;
  height: 40vh;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -8px;
  padding-top: 0;
  padding-bottom: 0;
  top: 11px;
}

.section-2 {
  z-index: 0;
  background-color: #fff;
  padding: 150px 3%;
  position: relative;
}

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

.fun-number {
  text-transform: uppercase;
  margin-top: 0;
  font-size: 200px;
  font-weight: 400;
  line-height: .8;
}

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

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

.service-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 6px;
  padding-bottom: 15px;
  display: flex;
}

.service-title {
  letter-spacing: 1px;
  text-transform: lowercase;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  margin-top: 0;
  font-family: Geomanist Bold, Arial, sans-serif;
  font-size: 85px;
  font-weight: 400;
  line-height: 100%;
  text-decoration-style: solid;
}

.services-left-content {
  color: #fff;
  background-color: #0717ba;
  flex-flow: column;
  justify-content: space-between;
  height: 70vh;
  padding: 74px 10% 74px 65px;
  display: flex;
}

.section-3 {
  z-index: 200;
  background-color: #fff;
  padding: 150px 3%;
  position: relative;
}

.section-3.for-work {
  padding: 0%;
}

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

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

.service-content-2 {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #2220;
  background-clip: padding-box;
  border: 1px solid #fff;
  border-radius: 1px;
  padding: 13px 20px;
  font-family: Geomanist Book, Arial, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
}

.services-rigth-content-copy {
  color: #fff;
  background-color: #d02c35;
  flex-flow: column;
  justify-content: space-between;
  height: 80vh;
  padding: 74px 10% 74px 65px;
  display: flex;
}

.grid-2 {
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "Area Area-3 ."
                       "Area-2 . Area-4";
  grid-auto-columns: minmax(115px, 1fr);
}

.sticky-content-left {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  width: 50%;
}

.animation-text {
  color: #434548;
  -webkit-text-stroke-color: #434548;
  text-transform: uppercase;
  white-space: nowrap;
  flex-flow: wrap;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geomanist Bold, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: .9;
  display: flex;
}

.animation-text.back {
  color: #dce2e2;
  -webkit-text-stroke-color: #dce2e2;
}

.first-line {
  display: block;
}

.text-animation-wrapper {
  flex-flow: column;
  margin-bottom: 87px;
  display: flex;
}

.animation-text-container {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  font-family: Geomanist Light, Arial, sans-serif;
  display: flex;
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.title-wrapper {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  display: flex;
}

.text-line-block {
  z-index: 6;
  height: 100%;
  font-family: Geomanist Light, Arial, sans-serif;
  position: absolute;
  overflow: hidden;
}

.heading-text-animation-wrapper {
  flex-flow: column;
  display: flex;
}

.sticky-block {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  display: flex;
  position: sticky;
  top: 200px;
}

.paragraph {
  float: none;
  clear: none;
  text-align: left;
  justify-content: flex-end;
  align-items: center;
  font-family: Geomanist Light, Arial, sans-serif;
  font-weight: 300;
  display: flex;
  position: static;
  inset: -8px 78px 31px 165px;
}

.paragraph-2 {
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  font-family: Geomanist Light, Arial, sans-serif;
  font-weight: 300;
  display: flex;
}

.paragraph-3 {
  font-family: Geomanist Light, Arial, sans-serif;
  font-weight: 300;
  display: flex;
}

.quick-stack {
  background-color: #e0dcda;
  margin-top: 0;
  padding-top: 85px;
  padding-bottom: 67px;
}

.cell, .cell-2 {
  justify-content: center;
  align-items: center;
}

.image {
  max-width: 150%;
}

.cell-3 {
  text-align: left;
  justify-content: space-between;
  align-items: flex-end;
}

.cell-4 {
  justify-content: center;
  align-items: center;
}

.button-shadow-2 {
  opacity: 1;
  border-radius: 8rem;
  width: 100%;
  height: 100%;
  position: absolute;
  box-shadow: 3px 4px #000;
}

.spacing-section-2 {
  padding-top: 6.1rem;
  padding-bottom: 0;
}

.button-background-2 {
  background-color: #000;
  border-radius: 50%;
  width: 102%;
  padding-top: 102%;
  display: none;
  position: absolute;
}

.button-2 {
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-family: Instrument Sans Condensed, sans-serif;
  font-weight: 700;
  transition: color .2s;
  display: flex;
  position: relative;
}

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

.button-2.hide-tablet {
  box-sizing: border-box;
  clear: none;
  aspect-ratio: auto;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.button-face {
  background-color: #2b20ff;
  padding: 1rem 1.75rem;
}

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

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

.logo-client {
  height: 3rem;
  max-height: 3rem;
}

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

.logo-grid-list {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

.fun-services {
  text-transform: uppercase;
  margin-top: 0;
  font-size: 200px;
  font-weight: 400;
  line-height: .8;
}

.heading-style-home {
  color: #fff;
  text-transform: uppercase;
  padding-right: 4px;
  font-family: Geomanist Bold, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1;
}

.paragraph-4 {
  padding-bottom: 87px;
  padding-left: 0;
  font-family: Geomanist Light, Arial, sans-serif;
}

.container-3 {
  justify-content: center;
  align-items: stretch;
  width: 90%;
  max-width: 1340px;
  margin-bottom: -12px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  position: relative;
}

.testimonials-text-2 {
  text-align: center;
  text-transform: uppercase;
  max-width: 90%;
  margin-top: -3px;
  margin-left: auto;
  margin-right: auto;
  font-family: Geomanist Light, Arial, sans-serif;
  font-size: 120px;
  font-weight: 400;
  line-height: 1;
}

.fun-number-2 {
  text-transform: uppercase;
  margin-top: 21px;
  font-family: Geomanist Bold, Arial, sans-serif;
  font-size: 130px;
  font-weight: 400;
  line-height: .8;
}

.paragraph-5 {
  font-family: Geomanist Light, Arial, sans-serif;
}

.heading {
  margin-top: -.3rem;
  padding-top: 0;
  padding-bottom: 37px;
  font-family: Geomanist Bold, Arial, sans-serif;
  font-size: 6rem;
}

.container-4 {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

.big-text {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: -47px;
  padding-bottom: 0;
  font-family: Geomanist Light, Arial, sans-serif;
  font-size: 13vw;
  font-weight: 400;
  line-height: 1;
}

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

.section-4 {
  z-index: 200;
  background-color: #fff;
  padding: 117px 3% 155px 7%;
  position: relative;
}

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

.animation-text-2 {
  color: #434548;
  -webkit-text-stroke-color: #434548;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: -.1em;
  padding-bottom: 0;
  font-family: Geomanist Book, Arial, sans-serif;
  font-size: 10rem;
  font-weight: 700;
  line-height: 1;
}

.animation-text-2.back {
  color: #dce2e2;
  -webkit-text-stroke-color: #dce2e2;
  font-family: Geomanist Book, Arial, sans-serif;
}

.partner-details-wrpper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  display: flex;
}

.partenr-job {
  font-family: Geomanist Light, Arial, sans-serif;
}

.partner-box {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #e1eae9;
  border-radius: 1.5em;
  flex-flow: column;
  padding: 1.5em;
  display: flex;
}

.partner-box.second {
  margin-bottom: 11px;
}

.partner-p {
  color: #000;
  padding-top: 14px;
  font-family: Geomanist Light, Arial, sans-serif;
  font-size: 1rem;
}

.title-wrap {
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: .9em;
  display: flex;
}

.shadow {
  z-index: -1;
  opacity: 1;
  pointer-events: none;
  color: #eef4f4;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.shadow.for--dark {
  color: #121315;
}

.inner-shadow {
  z-index: -1;
  opacity: 0;
  filter: blur(25px);
  background-color: #212327;
  border-radius: 999px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.inner-shadow.for--dark {
  background-color: #c5fcfc;
}

.spacer-medium {
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.section-5 {
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.spacer-large {
  padding-top: 4em;
  padding-bottom: 0;
  display: flex;
}

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

.small-text-title {
  color: #404145;
  text-transform: capitalize;
  font-size: 1.1rem;
}

.small-text-title.color--black {
  color: #000;
  font-family: Geomanist Book, Arial, sans-serif;
}

.buttons-wrapper {
  padding-bottom: 24px;
  display: flex;
  position: relative;
}

.global-button {
  color: #404145;
  text-transform: capitalize;
  border: 1px solid #404145;
  border-radius: 2.5em;
  justify-content: center;
  align-items: center;
  min-width: 185px;
  min-height: 68px;
  padding: 1.5em 2.5em;
  font-weight: 600;
  display: flex;
  position: relative;
}

.global-button.for--dark {
  color: #c5cfcf;
  border-color: #c5cfcf;
  display: none;
}

.partner-name-wrapper {
  grid-column-gap: .4em;
  grid-row-gap: .4em;
  flex-flow: column;
  display: flex;
}

.partner-image-wrapper {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  overflow: hidden;
}

.container-5 {
  max-width: 1100px;
  height: 100%;
  padding: .4em 2em 6.2em;
}

.paragraph-6, .paragraph-7, .paragraph-8 {
  font-family: Geomanist Light, Arial, sans-serif;
}

.cta-wrapper-2 {
  z-index: 30;
  background-color: #0b0b0b;
  margin-top: 64px;
  position: relative;
}

.text-rotator-main {
  z-index: 20;
  filter: invert();
  background-color: #fff;
  align-items: center;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 27px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-rotator-main:hover {
  filter: none;
}

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

.text-rotator {
  opacity: 1;
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 18px;
  margin-bottom: -74px;
  font-family: Geomanist Book, Arial, sans-serif;
  font-size: 30vw;
  font-weight: 400;
  line-height: .9;
}

.line-icon {
  opacity: .42;
  background-color: #000;
  flex: none;
  width: 140px;
  height: 1px;
  margin-left: 50px;
  margin-right: 50px;
}

.footer-2 {
  z-index: 5;
  color: #d9dae2;
  background-color: #131dbd;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  min-height: 50vh;
  margin-top: 45px;
  padding: 69px 3% 24px;
  display: flex;
  position: relative;
}

.checkbox-label-footer {
  opacity: 1;
  color: #f1f3f8;
  margin-bottom: 0;
  font-family: Geomanist Light, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
}

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

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

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

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

.white-link {
  opacity: .85;
  color: #fff;
}

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

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

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

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

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

.button-subscribe.subscribe {
  color: #fff;
  text-transform: uppercase;
  background-color: #2b20ff;
  padding: 24px 29px;
  position: absolute;
  inset: 6px 6px auto auto;
}

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

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

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

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

.navigation-flex {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 30px;
  font-family: Geomanist Book, Arial, sans-serif;
  text-decoration: none;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

.button-button-icon.relative {
  color: #f1f3f8;
  background-color: #000;
  border: 1px solid #ffffff45;
  width: 32px;
  height: 32px;
  position: relative;
  top: 0;
  right: 0;
}

.figma-text {
  opacity: 1;
  letter-spacing: -.5px;
  margin-bottom: 0;
  font-size: 14px;
}

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

.footer-title {
  opacity: .76;
  font-family: Geomanist Light, Arial, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.1;
}

.section-6 {
  height: 80px;
}

.image-2 {
  width: 20%;
  height: 20%;
}

.div-block {
  text-align: right;
}

.service-title-2 {
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-top: -9px;
  font-family: Geomanist Bold, Arial, sans-serif;
  font-size: 78px;
  font-weight: 400;
  line-height: 100%;
}

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

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

.section-7 {
  z-index: 200;
  background-color: #fff;
  padding: 150px 3%;
  position: relative;
}

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

.services-left-copy {
  color: #fff;
  background-color: #131dbd;
  flex-flow: column;
  justify-content: space-between;
  height: 80vh;
  padding: 74px 10% 74px 65px;
  display: flex;
}

.animation-text-3 {
  color: #434548;
  -webkit-text-stroke-color: #434548;
  text-transform: lowercase;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geomanist Light, Arial, sans-serif;
  font-size: 8rem;
  font-weight: 700;
  line-height: .9;
}

.animation-text-3.back {
  color: #dce2e2;
  -webkit-text-stroke-color: #dce2e2;
}

.images-grid-column {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  width: 20%;
  display: flex;
}

.images-grid-holder {
  height: 200vh;
  position: relative;
}

.image-grid-child {
  border-radius: 1.2em;
  overflow: hidden;
}

.background-video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.sticky-animation-image-wrapper {
  border-radius: 1.2em;
  width: 100%;
  height: 40vh;
  overflow: hidden;
}

.sticky-animation-block {
  justify-content: center;
  align-items: flex-end;
  width: 20%;
  height: 50%;
  padding-bottom: 1em;
  display: flex;
  position: sticky;
  top: 0;
}

.vertical-flex {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 58px;
  display: flex;
}

.animation-image {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.grid-images-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.paragraph-9 {
  font-family: Geomanist Light, Arial, sans-serif;
}

.paragraph-10, .paragraph-11 {
  font-family: Geomanist Book, Arial, sans-serif;
}

.text-block-3 {
  font-family: Geomanist Bold, Arial, sans-serif;
}

.paragraph-12 {
  box-sizing: border-box;
  aspect-ratio: auto;
  justify-content: flex-start;
  align-items: center;
  font-family: Geomanist Light, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  display: block;
}

.paragraph-13 {
  margin-top: 4px;
  padding-bottom: 94px;
  font-family: Geomanist Light, Arial, sans-serif;
}

.paragraph-14 {
  padding-top: 0;
  padding-bottom: 55px;
  font-family: Geomanist Light, Arial, sans-serif;
}

.works-collection-list {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  margin-top: 5em;
  display: flex;
}

.works-collection-list.for--tablet-and-above {
  display: flex;
}

.works-collection-item {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 74px;
  display: flex;
}

.works-collection-item:nth-child(2n) {
  direction: rtl;
}

.buttons-wrapper-2 {
  display: flex;
  position: relative;
}

.buttons-wrapper-2.have--margin {
  margin-top: 3em;
}

.work-image-wrapper {
  border-radius: 2em;
  width: 60%;
  height: 500px;
  margin-bottom: 45px;
  overflow: hidden;
}

.button-shadow-3 {
  border-radius: 3rem;
  width: 100%;
  height: 100%;
  position: absolute;
  box-shadow: 3px 4px #000;
}

.button-shadow-3.small {
  box-shadow: 2px 2px #000;
}

.work-content-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  display: flex;
}

.works-title {
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Geomanist Book, Arial, sans-serif;
  font-size: 4.1rem;
  line-height: .8;
}

.container-6 {
  max-width: 1100px;
  height: 100%;
  padding: 5em 2em;
}

.animation-text-4 {
  color: #434548;
  -webkit-text-stroke-color: #434548;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: .1em;
  margin-bottom: 0;
  font-family: Geomanist Light, Arial, sans-serif;
  font-size: 8rem;
  font-weight: 700;
  line-height: .9;
}

.animation-text-4.back {
  color: #dce2e2;
  -webkit-text-stroke-color: #dce2e2;
}

.animation-text-container-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.first-line-2 {
  display: block;
}

.title-wrap-2 {
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 1em;
  display: block;
}

.heading-text-animation-wrapper-2 {
  flex-flow: column;
  padding-top: 47px;
  display: flex;
}

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

.text-line-block-2 {
  z-index: 6;
  height: 100%;
  font-family: Geomanist Light, Arial, sans-serif;
  position: absolute;
  overflow: hidden;
}

.paragraph-15 {
  margin-top: 4px;
  font-family: Geomanist Light, Arial, sans-serif;
}

.paragraph-16 {
  margin-top: 0;
  font-family: Geomanist Light, Arial, sans-serif;
}

.paragraph-17, .paragraph-18 {
  font-family: Geomanist Light, Arial, sans-serif;
}

.video {
  object-fit: cover;
  position: static;
}

.background-video-2 {
  box-sizing: content-box;
  aspect-ratio: auto;
  padding-top: 0;
}

.paragraph-14-copy {
  padding-top: 0;
  padding-bottom: 96px;
  font-family: Geomanist Bold, Arial, sans-serif;
  overflow: visible;
}

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

.link-2 {
  font-family: Geomanist Bold, Arial, sans-serif;
  font-size: 1.3rem;
}

.heading-2, .block-quote, .block-quote-2, .block-quote-3 {
  font-family: Geomanist Light, Arial, sans-serif;
}

.heading-3 {
  margin-top: 4.4rem;
  margin-bottom: 3rem;
  font-family: Geomanist extra light, sans-serif;
  font-size: 12rem;
}

.bold-text {
  font-family: Geomanist Bold, Arial, sans-serif;
  font-size: 13rem;
}

.bold-text-2 {
  font-size: 13rem;
}

.bold-text-3 {
  font-size: 10.3rem;
}

.heading-4 {
  font-family: Geomanist extra light, sans-serif;
  font-size: 6rem;
  font-weight: 200;
}

.paragraph-20 {
  margin-top: 22px;
  padding-bottom: 55px;
  font-family: Geomanist Light, Arial, sans-serif;
}

.paragraph-21 {
  margin-top: -69px;
  padding-bottom: 47px;
  font-family: Geomanist Light, Arial, sans-serif;
}

.paragraph-22 {
  font-family: Geomanist Light, Arial, sans-serif;
}

.heading-5 {
  font-family: Geomanist extra light, sans-serif;
  font-size: 6rem;
}

.heading-6 {
  font-family: Geomanist Light, Arial, sans-serif;
}

.about-us-big-text-copy {
  color: #c20b2f;
  text-align: left;
  letter-spacing: -.05em;
  text-transform: uppercase;
  font-family: Geomanist Book, Arial, sans-serif;
  font-size: 20rem;
  font-weight: 700;
  line-height: .8;
}

.heading-4-copy {
  margin-top: 5.2rem;
  font-family: Geomanist extra light, sans-serif;
  font-size: 4rem;
  font-weight: 200;
}

.paragraph-23 {
  margin-bottom: 3rem;
  padding-top: 0;
  font-family: Geomanist Light, Arial, sans-serif;
}

.image-3 {
  margin-top: 85px;
}

.heading-7 {
  margin-bottom: 1.8rem;
  font-family: Geomanist Book, Arial, sans-serif;
}

.heading-7-copy {
  font-family: Geomanist Black, Arial, sans-serif;
  font-size: 4.2rem;
  line-height: 1;
}

.section-9 {
  margin-left: -37px;
  padding-left: 0;
}

.heading-8 {
  text-align: right;
  margin-top: 5rem;
  margin-bottom: -10.8rem;
  font-family: Geomanist extra light, sans-serif;
  font-size: 5.8rem;
}

.text-block-4 {
  font-family: Geomanist Book, Arial, sans-serif;
}

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

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

.hero-main-title {
  color: #000;
  text-transform: uppercase;
  white-space: nowrap;
  word-break: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geomanist Book, Arial, sans-serif;
  font-size: 30vw;
  font-weight: 400;
  line-height: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hero-images.left, .top-title-overflow {
  position: relative;
}

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

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

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

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

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

.section-11 {
  z-index: 200;
  background-color: #fff;
  padding: 150px 3%;
  position: relative;
}

.section-11.for-logo {
  padding-bottom: 50px;
}

.team-slider {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 64px 30px 0;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
  font-family: Geomanist Light, Arial, sans-serif;
  font-size: 4rem;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  font-family: Geomanist Light, Arial, sans-serif;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  color: #c1002e;
  margin-bottom: 12px;
  font-family: Geomanist Book, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
  font-family: Geomanist Light, Arial, sans-serif;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.text-block-5 {
  font-family: Geomanist Black, Arial, sans-serif;
}

.centered-heading-copy {
  color: #131dbd;
  text-align: center;
  margin-bottom: 16px;
  font-family: Geomanist Book, Arial, sans-serif;
  font-size: 6.8rem;
}

.section-12 {
  margin-top: -39px;
  margin-bottom: 75px;
  padding-top: 0;
  padding-bottom: 18px;
}

.navbar-links-2 {
  grid-column-gap: 1.25rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-shadow-4 {
  border-radius: 3rem;
  width: 100%;
  height: 100%;
  position: absolute;
  box-shadow: 3px 4px #000;
}

.button-shadow-4.small {
  box-shadow: 2px 2px #000;
}

.navbar-link-hover-2 {
  background-color: #000;
  border-radius: 50%;
  width: 100%;
  padding-top: 100%;
  display: none;
  position: absolute;
  overflow: visible;
}

.container-9 {
  width: 100%;
  max-width: 92.5rem;
  margin-top: 63px;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.container-9.large {
  max-width: 137.5rem;
  margin-top: 22px;
}

.navbar-link-2 {
  color: #000;
  background-color: #e0e0dc;
  border-radius: 3rem;
  justify-content: center;
  align-items: center;
  padding: .375rem .75rem;
  transition: color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navbar-link-2:hover {
  color: #fff;
}

.navbar-link-2.w--current {
  color: #fff;
  background-color: #000;
}

.mobile-hamburger-line-2 {
  background-color: #000;
  width: 2rem;
  height: 2px;
}

.button-content-2 {
  z-index: 2;
  grid-column-gap: .5rem;
  border: 2px solid #000;
  border-radius: 3rem;
  justify-content: center;
  align-items: center;
  padding: 1.25rem 3rem;
  font-size: 1.125rem;
  line-height: 1;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-content-2.small {
  padding: .75rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
}

.navbar-links-3 {
  grid-column-gap: 1.25rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-shadow-5 {
  border-radius: 3rem;
  width: 100%;
  height: 100%;
  position: absolute;
  box-shadow: 3px 4px #000;
}

.button-shadow-5.small {
  box-shadow: 2px 2px #000;
}

.navbar-link-hover-3 {
  background-color: #000;
  border-radius: 50%;
  width: 100%;
  padding-top: 100%;
  display: none;
  position: absolute;
}

.navbar-link-3 {
  color: #000;
  background-color: #e0e0dc;
  border-radius: 3rem;
  justify-content: center;
  align-items: center;
  padding: .375rem .75rem;
  transition: color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navbar-link-3:hover {
  color: #fff;
}

.navbar-link-3.w--current {
  color: #fff;
  background-color: #000;
}

.mobile-hamburger-line-3 {
  background-color: #000;
  width: 2rem;
  height: 2px;
}

.container-10 {
  width: 100%;
  max-width: 92.5rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.container-10.large {
  max-width: 137.5rem;
}

.button-content-3 {
  z-index: 2;
  grid-column-gap: .5rem;
  border: 2px solid #000;
  border-radius: 3rem;
  justify-content: center;
  align-items: center;
  padding: 1.25rem 3rem;
  font-size: 1.125rem;
  line-height: 1;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-content-3.small {
  padding: .75rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
}

.button-text-2 {
  z-index: 3;
  font-family: Geomanist Book, Arial, sans-serif;
  position: relative;
}

.navbar-content-2 {
  justify-content: space-between;
  align-items: center;
  margin-top: 13px;
  display: flex;
}

.button-shadow-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  box-shadow: 3px 4px 0 0 var(--black);
  border-radius: 3rem;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.button-shadow-copy.small {
  box-shadow: 2px 2px 0 0 var(--black);
}

.button-shadow-copy.white {
  box-shadow: 3px 4px 0 0 var(--white);
}

.contact-photo-wrap {
  height: 40vh;
  margin-top: 49px;
  overflow: hidden;
}

.careers-team-photo-copy {
  object-fit: cover;
  width: 100%;
  height: 80vh;
}

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

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

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 80px;
}

.gallery-link {
  color: #1a1b1f;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link:hover {
  color: #1a1b1fcc;
}

.gallery-link.w--current {
  font-weight: 600;
}

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

.gallery-image-wrapper {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-image-text {
  color: #f5f7fa;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.hero-section {
  align-items: center;
  min-height: 70vh;
  display: flex;
}

.step-block-hero {
  text-align: left;
  align-self: center;
  position: relative;
}

.steps {
  flex-direction: column;
  display: flex;
}

.steps.left {
  justify-content: space-between;
}

.steps.right {
  justify-content: center;
}

.steps.dots {
  justify-content: space-between;
  align-items: center;
  margin-left: 24px;
  margin-right: 24px;
  padding-top: 11%;
  padding-bottom: 11%;
}

.scoll-wrap-hero {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 80%;
  display: flex;
  position: absolute;
}

.scroll-hero {
  height: 100%;
  display: flex;
}

.img-hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-top: -4%;
  margin-bottom: -4%;
  display: flex;
  position: relative;
}

.paragraph-24 {
  margin-top: 48px;
  font-family: Geomanist Light, Arial, sans-serif;
  font-size: 18px;
}

.hero-block {
  justify-content: space-between;
  display: flex;
}

.bg-shadow {
  z-index: 1;
  border-radius: 16px;
  position: absolute;
  inset: 0%;
  box-shadow: 7px 7px 20px #12121212;
}

.step-hero {
  z-index: 2;
  background-color: #fff;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 18px;
  display: flex;
  position: relative;
}

.dot-hero {
  z-index: 3;
  background-color: #eeeff4;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  position: relative;
}

.label-2 {
  color: #006cd0;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Geomanist Book, Arial, sans-serif;
  font-weight: 700;
}

.content-hero {
  width: 50%;
}

.scroll-base {
  transform-origin: 50% 0;
  background-color: #eeeff4;
  width: 6px;
  height: 100%;
}

.scroll-animate {
  transform-origin: 50% 0;
  background-color: #006cd0;
  width: 6px;
  height: 100%;
  position: absolute;
  bottom: 0;
}

.scroll-animate._2 {
  height: 100%;
}

.heading-9 {
  font-size: 8rem;
}

.heading-10 {
  font-family: Geomanist Light, Arial, sans-serif;
  font-size: 9rem;
}

.container-12 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1080px;
  margin-bottom: 10%;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.step-content-block {
  text-align: left;
  align-self: center;
  position: relative;
}

.img-block {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.dot {
  z-index: 3;
  background-color: #eeeff4;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-bottom: -6px;
  position: relative;
}

.step {
  z-index: 2;
  background-color: #fff;
  border-radius: 16px;
  align-items: center;
  padding: 12%;
  display: flex;
  position: relative;
}

.scoll-wrap {
  flex-direction: column;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  bottom: 50%;
}

.content-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: sticky;
  top: 0;
}

.content-wrap {
  justify-content: flex-end;
  width: 40%;
  display: flex;
}

.label-3 {
  color: #006cd0;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Geomanist Bold, Arial, sans-serif;
  font-weight: 700;
}

.steps-clone {
  flex-direction: column;
  justify-content: center;
  margin-top: -246px;
  margin-bottom: -187px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.step-block {
  flex-wrap: nowrap;
  place-content: center space-around;
  align-items: center;
  min-height: 80vh;
  margin-top: -1px;
  padding-top: 0;
  display: flex;
  position: relative;
}

.content {
  margin-top: 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.heading-11 {
  margin-top: -26px;
  margin-bottom: 10px;
  font-family: Geomanist Bold, Arial, sans-serif;
  font-size: 45px;
  display: flex;
}

.paragraph-25, .paragraph-26, .paragraph-27, .paragraph-28 {
  font-family: Geomanist Light, Arial, sans-serif;
}

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

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

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 82px;
  display: flex;
}

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

.margin-bottom-24px {
  margin-top: 27px;
  margin-bottom: 24px;
  font-family: Geomanist Light, Arial, sans-serif;
}

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

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

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

.heading-12 {
  color: #131dbd;
  font-family: Geomanist Light, Arial, sans-serif;
  font-size: 8rem;
}

.number-flujo {
  color: #bf0029;
  font-family: Geomanist Bold, Arial, sans-serif;
  font-size: 2.4rem;
}

.feature-tile {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.vertical-divider {
  align-items: center;
  width: 2px;
  height: 100%;
  display: flex;
}

.subheading-regular {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geomanist Book, Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.icon-regular {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.feature-accent-line {
  background-color: #c00028;
  border-radius: 12px;
  width: 3px;
  height: 28px;
  position: absolute;
  inset: 120px auto 0% 0%;
}

.container-regular-servicios {
  width: 100%;
  max-width: 1080px;
  margin: -91px auto -115px;
}

.column-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.feature-tile-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.h3-heading {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

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

.badge-outline {
  color: #000;
  background-color: #fff;
  border-radius: 99px;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
  box-shadow: 0 0 0 1px #0000000f, 0 1px 2px #0000000f;
}

.feature-title {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 48px;
  display: flex;
}

.paragraph-regular {
  margin-bottom: 0;
  font-family: Geomanist Light, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.text-span-strong {
  color: #000;
  font-weight: 500;
}

.icon-wrapper {
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 0 0 1px #0000000f, 0 1px 2px #0000000f;
}

.feature-line-holder {
  position: relative;
}

.grid-feature-content {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.heading-13 {
  text-align: center;
  margin-bottom: 1rem;
  font-family: Geomanist Light, Arial, sans-serif;
}

.text-block-22 {
  color: #c00028;
  font-family: Geomanist Black, Arial, sans-serif;
  font-size: 2rem;
}

.section-large-2 {
  padding: 0 5% 120px;
  position: relative;
}

.button-link-large {
  grid-column-gap: 16px;
  color: #000;
  letter-spacing: -.02em;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
  text-decoration: none;
  display: flex;
}

.caption {
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-family: Geomanist Light, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}

.icon-link {
  color: #141414;
  border: 1px solid #e0e0e0;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.feature-noise {
  z-index: 1;
  mix-blend-mode: overlay;
  position: absolute;
  inset: 0%;
}

.feature-outline-r {
  grid-column-gap: 24px;
  grid-row-gap: 140px;
  background-color: #fff;
  border: 1px solid #f5f5f5;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 32px;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature-outline-r:hover {
  box-shadow: 0 24px 64px #d9d9d97a;
}

.icon-small {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

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

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

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

.wrap-v-large {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: -108px;
  padding-top: 0;
  display: flex;
  position: relative;
}

.feature-shape-a {
  flex: none;
  width: 200px;
  height: 200px;
  position: absolute;
  inset: -32px -64px auto auto;
}

.wrap-v-x-small {
  z-index: 5;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.paragraph-regular-2 {
  flex: 0 auto;
  margin-bottom: 0;
  font-family: Geomanist Light, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

.h5-heading {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geomanist Book, Arial, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
}

.text-block-23, .text-block-24, .text-block-25, .text-block-26, .text-block-27, .text-block-28 {
  text-transform: uppercase;
  font-family: Geomanist Bold, Arial, sans-serif;
}

.text-block-29 {
  text-transform: uppercase;
  font-family: Geomanist Book, Arial, sans-serif;
  font-size: 2rem;
}

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

.paragraph-29 {
  margin-bottom: -1.3rem;
  font-family: Geomanist Light, Arial, sans-serif;
}

.text-block-30 {
  font-family: Geomanist Bold, Arial, sans-serif;
  font-size: .8rem;
}

.text-block-31 {
  font-family: Geomanist Light, Arial, sans-serif;
}

.heading-15 {
  font-family: Geomanist Book, Arial, sans-serif;
  font-size: 2rem;
}

.paragraph-31, .paragraph-32, .paragraph-33 {
  font-family: Geomanist Light, Arial, sans-serif;
}

.block-quote-4 {
  font-family: Geomanist Book, Arial, sans-serif;
}

.list-item, .list-item-2, .list-item-3 {
  font-family: Geomanist Light, Arial, sans-serif;
}

.rich-text-block {
  font-family: Geomanist Book, Arial, sans-serif;
}

.heading-16 {
  font-family: Geomanist Bold, Arial, sans-serif;
  font-size: 1.5rem;
}

.paragraph-35 {
  font-family: Geomanist Light, Arial, sans-serif;
}

.pricing-overview {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

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

.pricing-grid {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.pricing-card-three {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-image {
  object-fit: cover;
  width: 200px;
  height: 200px;
  margin-bottom: 16px;
}

.pricing-card-text {
  margin-bottom: 20px;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-2 {
  margin-left: 2px;
  display: flex;
}

.date-line {
  background-color: #e0e0e0;
  width: 24px;
  height: 1px;
}

.h2-heading {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
}

.blog-detail {
  grid-column-gap: 24px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.paragraph-large {
  letter-spacing: -.015em;
  margin-top: 2px;
  margin-bottom: 0;
  font-family: Geomanist Light, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.8;
}

.wrap-h-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  display: flex;
}

.wrap-h-x-small.align-c {
  justify-content: flex-start;
  align-items: center;
}

.blog-card {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.blog-badge {
  color: #000;
  letter-spacing: .16em;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 4px;
  padding: 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  position: absolute;
  inset: 16px 14px auto auto;
  box-shadow: 0 24px 64px #d9d9d97a;
}

.blog-image-2 {
  border-radius: 16px;
  height: 356px;
  position: relative;
  overflow: hidden;
}

.h5-heading-2 {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geomanist Book, Arial, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

.paragraph-small {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Geomanist Light, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.8;
}

.overline {
  color: #000;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.icon-link-2 {
  color: #141414;
  border: 1px solid #e0e0e0;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

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

.button-link {
  grid-column-gap: 16px;
  color: #000;
  letter-spacing: -.02em;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
  text-decoration: none;
  display: flex;
}

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

.icon-x-small {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.wrap-v-x-small-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.title-wrapper-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 432px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-32 {
  font-family: Geomanist Bold, Arial, sans-serif;
  font-size: 16px;
}

.text-block-33, .text-block-34, .text-block-35 {
  font-family: Geomanist Light, Arial, sans-serif;
}

.paragraph-37 {
  color: #c00029;
  padding-bottom: 12px;
  font-family: Geomanist Bold, Arial, sans-serif;
  font-size: .7rem;
}

.container-quieres-ver-mas {
  width: 100%;
  max-width: 92.5rem;
  margin-top: 0;
  margin-bottom: -12px;
  padding: 0 1.875rem;
}

.container-quieres-ver-mas.large {
  max-width: 137.5rem;
  margin-top: 15px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 1.875rem;
}

.container-quieres-ver-mas.small {
  max-width: 48.5rem;
  margin-top: 4px;
}

.features-list {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

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

.text-link-arrow-3 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-3 {
  margin-left: 2px;
  display: flex;
}

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: -18px;
  display: flex;
}

.features-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.bold-text-6, .bold-text-7 {
  font-size: 1.2rem;
}

.paragraph-38 {
  margin-top: -2px;
  font-family: Geomanist Light, Arial, sans-serif;
}

.paragraph-39 {
  margin-top: -3px;
  font-family: Geomanist Light, Arial, sans-serif;
}

.paragraph-40 {
  margin-top: -2px;
  font-family: Geomanist Light, Arial, sans-serif;
}

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

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

.image-full-blog.vertical {
  height: 100%;
  position: absolute;
  inset: 0%;
}

.paralax-image-xperience {
  box-sizing: content-box;
  aspect-ratio: 1;
  vertical-align: baseline;
  object-fit: scale-down;
  width: auto;
  min-width: 100px;
  max-width: 100%;
  height: auto;
  min-height: 100px;
  margin-top: -89px;
  margin-bottom: 190px;
  margin-right: -10px;
  padding: 1px 19px 0 0;
  line-height: 1;
  display: inline-block;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: clip;
}

.text-align-center-copy.xperience {
  margin-top: -.4rem;
  margin-bottom: -3.6rem;
  padding-bottom: 0;
  font-size: 13.5rem;
}

.bold-text-9 {
  font-family: Geomanist Book, Arial, sans-serif;
  font-size: 16.7rem;
}

.section-4-copy {
  z-index: 200;
  background-color: #fff;
  padding: 142px 3% 38px 7%;
  position: relative;
}

.content-align-center-servicios-copy-copy, .content-align-center-servicios-copy-copy-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: 172px;
  margin-bottom: 1px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.container-6-copy {
  max-width: 1100px;
  height: 100%;
  padding: 5em 2em;
}

.heading-text-animation-wrapper-2-copy {
  flex-flow: column;
  margin-top: -68px;
  padding-top: 47px;
  display: flex;
}

.first-line-copy {
  display: block;
}

.animation-text-container-2-copy {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.margin-bottom-small-copy {
  margin-bottom: 1rem;
}

.content-align-center-servicios-copy, .content-align-center-servicios-copy-copy, .content-align-center-servicios-copy-copy-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: 43px;
  margin-bottom: 1px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.heading-13-copy {
  text-align: center;
  margin-bottom: 1rem;
  font-family: Geomanist Light, Arial, sans-serif;
}

.work-item-grid-copy {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.work-item-grid-copy.grid {
  grid-template-columns: .5fr 1fr;
}

.content-align-center-servicios-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: 43px;
  margin-bottom: 1px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.content-align-bottom-copy {
  flex-direction: row;
  align-items: flex-end;
  display: flex;
}

.f-team-detail-wrapper {
  flex-direction: column;
  display: flex;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-team-image-tall {
  background-color: #f3f5fb;
  border-radius: 16px;
  height: 400px;
  position: relative;
}

.f-h3-heading {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-team-title-wrapper-left {
  max-width: 500px;
  margin-bottom: 48px;
}

.f-paragraph-small {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-team-social-circle {
  color: #160042;
  background-color: #f7f9fd;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 56px;
  min-width: 56px;
  height: 56px;
  min-height: 56px;
  transition: color .2s;
  display: flex;
}

.f-team-social-circle:hover {
  color: #160042;
}

.f-text-weight-medium {
  font-weight: 500;
}

.f-team-section {
  padding: 120px 5% 140px;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

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

.f-team-card-small {
  background-color: #fff;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 40px 40px 80px -32px #393b6a14;
}

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

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

.f-paragraph-regular.f-text-weight-medium {
  font-weight: 500;
}

.f-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-heading-detail-small {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-team-card-wrapper {
  margin-top: -64px;
  padding-left: 24px;
  padding-right: 24px;
}

.background-video-3 {
  box-sizing: content-box;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  width: 100%;
  height: 100%;
  margin-top: 61px;
  padding-top: 53px;
  display: block;
  position: sticky;
}

.section-7-copy {
  z-index: 200;
  background-color: #fff;
  padding: 150px 3%;
  position: relative;
}

.section-7-copy.for-work {
  padding-top: 3%;
  padding-bottom: 3%;
}

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

.blog-cta-copy {
  grid-row-gap: 3rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 18.75rem;
  margin-top: 17px;
  display: flex;
}

.features-wrapper-two-copy {
  opacity: 1;
  outline-offset: 0px;
  border: 0 solid #0000;
  outline: 3px #0000;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.logos-wrapper-copy {
  margin-top: -38px;
  margin-bottom: -21px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-head-copy {
  flex-direction: column;
  align-items: flex-start;
  margin: 14px 0 129px 41px;
  padding-right: 0;
  font-family: Geomanist Book, Arial, sans-serif;
  display: flex;
}

.spacing-section-copy-copy {
  margin-bottom: 0;
  padding-top: 4.1rem;
  padding-bottom: 0;
}

.spacing-section-copy-copy.half {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.spacing-section-copy-copy.bottom-half {
  padding-top: 6.6rem;
}

.spacing-section-copy-copy.top-only {
  padding-bottom: 0;
}

.spacing-section-copy-copy.top-only.mobile-top-none {
  padding-top: 3rem;
}

.spacing-section-copy-copy.bottom-only {
  padding-top: 3.7rem;
}

.spacing-section-copy-copy.small {
  padding-top: 1.8rem;
  padding-bottom: 6rem;
}

.spacing-section-copy-copy.top-half {
  margin-bottom: 13px;
  padding-top: 2.65rem;
  padding-bottom: 0;
}

.spacing-section-copy-copy.tiny {
  padding-top: 4.975rem;
  padding-bottom: 1.875rem;
}

.spacing-section-copy-copy.tablet-top-smaller {
  font-size: 4rem;
}

.features-list-copy {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.features-list-copy-copy {
  border-bottom: 1px solid #e4ebf3;
  padding: 0 30px;
  position: relative;
}

.spacer-medium-copy {
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.features-right-copy {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.team-circles {
  opacity: 1;
  border: 1px solid #0000;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading-3 {
  color: #fff;
  text-align: center;
  margin-bottom: 16px;
  font-family: Geomanist Light, Arial, sans-serif;
  font-size: 7.2rem;
}

.centered-subheading-2 {
  color: var(--white);
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  font-family: Geomanist Light, Arial, sans-serif;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name {
  color: #fff;
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  color: #f61e51;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-family: Geomanist Light, Arial, sans-serif;
}

.team-grid-copy {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.paragraph-41, .paragraph-42, .paragraph-43 {
  color: #fff;
}

.heading-182 {
  -webkit-text-stroke-color: #000;
  font-family: Geomanist Book, Arial, sans-serif;
  font-size: 5rem;
}

.heading-182-copy {
  color: var(--grey-line);
  border-radius: 0;
  font-family: Geomanist Book, Arial, sans-serif;
  font-size: 3.5rem;
  line-height: 1;
}

.text-block-36 {
  -webkit-text-stroke-color: #000;
  font-family: Geomanist Book, Arial, sans-serif;
  display: inline-block;
}

.portfolio-left-copy {
  color: #fff;
  background-color: #fff;
  flex-flow: column;
  justify-content: space-between;
  height: 80vh;
  padding: 74px 10% 74px 65px;
  display: flex;
}

.ccddcd {
  color: #000;
  -webkit-text-stroke-color: #000;
  font-family: Geomanist Book, Arial, sans-serif;
  font-size: 3.9rem;
  line-height: 1;
}

.text-block-3dcd6-copy {
  color: #000;
  -webkit-text-stroke-color: #000;
  font-family: Geomanist Book, Arial, sans-serif;
  display: inline-block;
}

.portfolio-left-copy-copy {
  color: #fff;
  background-color: #fff;
  flex-flow: column;
  justify-content: space-between;
  height: 80vh;
  padding: 34px 10% 74px 65px;
  display: flex;
}

.portifa-left-copy {
  color: #fff;
  background-color: #fff;
  flex-flow: column;
  justify-content: space-between;
  height: 80vh;
  padding: 65px 10% 74px 65px;
  display: flex;
}

.button-content-portifa {
  z-index: 2;
  grid-column-gap: .5rem;
  border: 2px solid #000;
  border-radius: 3rem;
  justify-content: center;
  align-items: center;
  padding: 1.25rem 3rem;
  font-size: 1rem;
  line-height: 1;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-content-portifa.small {
  padding: .75rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
}

.button-content-portifa.white {
  border-color: var(--white);
}

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

.grid-three-column-2-copy {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.field-label, .field-label-2, .field-label-3 {
  font-family: Geomanist Book, Arial, sans-serif;
}

.image-19 {
  width: 20%;
  height: 20%;
}

.div-block-4 {
  text-align: right;
}

.checkbox-field-3, .checkbox-field-4, .checkbox-field-5, .checkbox-field-6, .checkbox-field-7, .checkbox-field-8, .checkbox-field-9, .checkbox-field-10 {
  justify-content: center;
  align-items: center;
  font-size: 15px;
  display: flex;
}

.spacing-section-copy.bottom-only-copy {
  padding-top: 3.7rem;
}

.careers-intro-text-wrap-copy {
  margin-top: -10.3rem;
  margin-bottom: 4rem;
}

.content-align-center-servicios-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: 43px;
  margin-bottom: 1px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.content-align-center-servicios-copy-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: 43px;
  margin-bottom: 1px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.text-size-large-copy {
  font-family: Geomanist Light, Arial, sans-serif;
  font-size: 1.25rem;
}

.text-size-large-copy.text-align-center {
  margin-top: 11.9rem;
}

.heading-style-h3-copy {
  text-align: center;
  text-transform: uppercase;
  margin-top: 4.5rem;
  margin-right: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Geomanist Book, Arial, sans-serif;
  font-size: 3.9rem;
  font-weight: 700;
  line-height: 1.1;
}

.heading-style-h3-copy.text-align-center {
  margin-top: 9.4rem;
}

.content-align-center-servicios-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: 43px;
  margin-bottom: 1px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.text-align-center-copy {
  text-align: center;
  margin-top: 3.5rem;
  margin-bottom: -.5rem;
  padding-top: 0;
  padding-bottom: 9px;
  font-family: Geomanist extra light, sans-serif;
}

.benefits-wrap-copy {
  width: 50%;
  padding: 10rem 3rem;
}

.content-align-top-sides-copy {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: -39px;
  padding-top: 0;
  display: flex;
}

.content-align-top-sides-copy.tablet-vertical {
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
}

.title-wrapper-copy {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  display: flex;
}

.section-copy {
  margin-top: -56px;
  margin-bottom: 1px;
  padding-top: 0;
  position: relative;
}

.section-copy.remove-padding-top {
  padding-top: 0;
}

.section-copy.footer {
  grid-row-gap: 7rem;
  background-color: var(--black);
  border-top: 1px solid #313131;
  flex-direction: column;
  align-items: center;
  padding-top: 7rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.section-copy.white {
  background-color: var(--white);
  margin-top: -91px;
  margin-bottom: 8px;
  padding-top: 0;
  padding-bottom: 0;
}

.section-about-mobile {
  margin-top: -56px;
  margin-bottom: 1px;
  padding-top: 0;
  position: relative;
}

.section-about-mobile.remove-padding-top {
  padding-top: 0;
}

.section-about-mobile.footer {
  grid-row-gap: 7rem;
  background-color: var(--black);
  border-top: 1px solid #313131;
  flex-direction: column;
  align-items: center;
  padding-top: 7rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-about-mobile.black {
  background-color: var(--black);
  color: var(--white);
}

.section-about-mobile.white {
  background-color: var(--white);
  margin-top: -91px;
  margin-bottom: 8px;
  padding-top: 0;
  padding-bottom: 0;
}

.content-align-center-servicios-copy-copy-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: 43px;
  margin-bottom: 1px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.container-copy {
  width: 100%;
  max-width: 92.5rem;
  margin-top: 0;
  margin-bottom: -12px;
  padding: 0 1.875rem;
}

.container-copy.large {
  max-width: 137.5rem;
  margin-top: 15px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 1.875rem;
}

.container-copy.small {
  max-width: 48.5rem;
  margin-top: 4px;
}

.img-block-copy {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.heading-text-animation-wrapper-2-copy-copy {
  flex-flow: column;
  margin-top: -18px;
  padding-top: 47px;
  display: flex;
}

.step-block-copy {
  flex-wrap: nowrap;
  place-content: center space-around;
  align-items: center;
  min-height: 80vh;
  margin-top: -1px;
  padding-top: 0;
  display: flex;
  position: relative;
}

.content-align-center-servicios-copy3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: 43px;
  margin-bottom: 1px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.team-slider-wrapper-copy {
  background-color: #0000;
  height: auto;
  margin-top: 76px;
}

.content-align-center-servicios-copy3-copy4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: 43px;
  margin-bottom: 1px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.label-copy {
  z-index: 5;
  letter-spacing: .1em;
  -webkit-text-stroke-width: 0px;
  text-transform: uppercase;
  font-family: Geomanist Light, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
  display: inline;
  position: relative;
}

.label-copy.opacity {
  opacity: .5;
}

.label-copy.small {
  color: #000;
  font-size: .875rem;
}

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

.content-align-center-servicios-copy-copy-copy-copy-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: 172px;
  margin-bottom: 1px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.background-video-3-copy {
  box-sizing: content-box;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  width: 100%;
  height: 100%;
  margin-top: 61px;
  padding-top: 53px;
  display: block;
  position: sticky;
}

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

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

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

.service-content-3 {
  color: #fff;
  background-color: #222;
  padding: 13px 20px;
  font-family: Geomanist Book, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.button-3 {
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-family: Instrument Sans Condensed, sans-serif;
  font-weight: 700;
  transition: color .2s;
  display: flex;
  position: relative;
}

.button-3:hover {
  color: #fff;
}

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

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

.service-title-3 {
  letter-spacing: 1px;
  text-transform: lowercase;
  margin-top: 0;
  font-family: Geomanist Bold, Arial, sans-serif;
  font-size: 85px;
  font-weight: 400;
  line-height: 100%;
}

.section-14 {
  z-index: 200;
  background-color: #fff;
  padding: 150px 3%;
  position: relative;
}

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

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

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

.button-text-3 {
  z-index: 3;
  font-family: Geomanist Book, Arial, sans-serif;
  position: relative;
}

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

.subhead-main-copy._80 {
  max-width: 80%;
  margin-bottom: -1.7rem;
  margin-left: auto;
  margin-right: auto;
  font-family: Geomanist Book, Arial, sans-serif;
}

.subhead-main-copy.left {
  text-align: left;
  margin-top: 0;
  font-family: Geomanist extra light, sans-serif;
  font-weight: 600;
}

.subhead-main-copy._80 {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

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

.subhead-main-copy._80 {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-family: Geomanist Light, Arial, sans-serif;
}

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

.paragraph-44 {
  font-family: Geomanist Light, Arial, sans-serif;
  font-size: 1rem;
}

.works-previews-copy {
  justify-content: center;
  align-items: center;
  margin-top: 9vh;
  margin-bottom: -8.6rem;
  display: flex;
  position: relative;
}

.bold-text-10 {
  line-height: 1.1;
}

.bold-text-11 {
  line-height: 1.3;
}

.heading-style-h4-copy {
  text-transform: uppercase;
  margin-top: 2.7rem;
  font-family: Geomanist Book, Arial, sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.1;
}

.heading-style-h4-copy.display-inline {
  font-family: Geomanist Book, Arial, sans-serif;
}

.heading-style-h6-copyok, .heading-style-h6-copyokok, .heading-style-h6-copyokokok, .heading-style-h6-copy, .heading-style-h6-copy-copy {
  text-transform: uppercase;
  font-family: Geomanist Light, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-8-copyok {
  text-align: right;
  margin-top: 5rem;
  margin-bottom: -10.8rem;
  font-family: Geomanist extra light, sans-serif;
  font-size: 5.8rem;
}

.label-detail-copy {
  text-align: left;
  letter-spacing: 0;
  -webkit-text-stroke-width: .5px;
  text-transform: uppercase;
  margin-top: 33px;
  font-family: Geomanist Bold, Arial, sans-serif;
  font-size: 2.75rem;
  font-weight: 400;
  line-height: 1.25;
  display: inline-block;
}

.label-detail-copy.text-align-left {
  margin-top: -34px;
  margin-bottom: 74px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Geomanist Book, Arial, sans-serif;
}

.label-detail-copy.small {
  margin-top: 4px;
  font-family: Geomanist Book, Arial, sans-serif;
  font-size: 1rem;
}

.label-detail-copy.text-align-left-copy {
  text-align: center;
  margin-top: -34px;
  margin-bottom: 74px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Geomanist Book, Arial, sans-serif;
}

.heading-3-copy {
  text-align: center;
  margin-top: 4.4rem;
  margin-bottom: 3rem;
  font-family: Geomanist extra light, sans-serif;
  font-size: 12rem;
}

.section-11-copy {
  z-index: 200;
  background-color: #fff;
  padding: 150px 3%;
  position: relative;
}

.section-11-copy.for-logo, .section-11-copy.for-logo-copy {
  padding-bottom: 50px;
}

.culture-item-2 {
  flex-direction: column;
  justify-content: center;
  padding: 8rem 15%;
  display: flex;
}

.section-15 {
  position: relative;
}

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

.label-detail-2 {
  text-align: left;
  letter-spacing: 0;
  -webkit-text-stroke-width: .5px;
  text-transform: uppercase;
  font-family: Instrument Serif, sans-serif;
  font-size: 2.75rem;
  font-weight: 400;
  line-height: 1.25;
  display: inline-block;
}

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

.culture-items-2 {
  background-color: #fff;
  width: 50%;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.container-17 {
  width: 100%;
  max-width: 92.5rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.culture-image-5 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .7s cubic-bezier(.215, .61, .355, 1);
}

.heading-style-h4-2 {
  text-transform: uppercase;
  font-family: Instrument Sans Condensed, sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.1;
}

.label-4 {
  z-index: 5;
  letter-spacing: .1em;
  -webkit-text-stroke-width: 0px;
  text-transform: uppercase;
  font-family: Instrument Sans Condensed, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
  display: inline;
  position: relative;
}

.heading-183 {
  font-family: Geomanist Light, Arial, sans-serif;
}

.label-detail-2-copy {
  text-align: left;
  letter-spacing: 0;
  -webkit-text-stroke-width: .5px;
  text-transform: uppercase;
  font-family: Geomanist Book, Arial, sans-serif;
  font-size: 2.75rem;
  font-weight: 400;
  line-height: 1.25;
  display: inline-block;
}

.heading-style-h4-2-copy {
  text-transform: uppercase;
  font-family: Geomanist Book, Arial, sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.1;
}

.paragraph-45 {
  font-family: Geomanist Light, Arial, sans-serif;
}

.label-4-copy {
  z-index: 5;
  letter-spacing: .1em;
  -webkit-text-stroke-width: 0px;
  text-transform: uppercase;
  font-family: Geomanist Book, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
  display: inline;
  position: relative;
}

.heading-183-copy {
  font-family: Geomanist Light, Arial, sans-serif;
}

.culture-image-5-copy {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .7s cubic-bezier(.215, .61, .355, 1);
}

.header-image-right {
  z-index: 0;
  pointer-events: none;
  width: 55vw;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.column-x-large {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

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

.paragraph-large-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.text-field-left-icon {
  color: #000;
  letter-spacing: -.006em;
  background-color: #fff;
  border: 1px solid #0000;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 10px 10px 10px 38px;
  font-size: 14px;
  line-height: 20px;
  box-shadow: 0 0 0 1px #0000000f, 0 1px 2px #0000000f;
}

.text-field-left-icon:focus {
  border: 1px solid #ff4b0f;
}

.text-field-left-icon::placeholder {
  color: #8f8f8f;
}

.input-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: absolute;
  inset: 10px auto 10px 10px;
}

.form-input-icon {
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.email-form {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.text-color-tertiary {
  color: #8f8f8f;
}

.header-background-image {
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.header-content {
  grid-column-gap: 208px;
  grid-row-gap: 208px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 688px;
  display: flex;
}

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

.section-large-3.background-secondary {
  background-color: #f5f5f5;
}

.max-width-small {
  width: 100%;
  max-width: 400px;
}

.header-reviews {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.paragraph-regular-3 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.button-primary-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  background-color: #292929;
  border-radius: 10px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  box-shadow: inset 1px 1px .25px #ffffff1f, inset -1px 1px .25px #ffffff1f, 0 0 0 1px #000, 0 1px 2px #000000a3;
}

.button-primary-2:hover {
  background-color: #141414;
}

.rating-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.email-form-block {
  width: 100%;
  max-width: 376px;
  margin-bottom: 0;
}

.header-title {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.h1-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.2;
}

.h1-heading-copy {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geomanist Book, Arial, sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.2;
}

.paragraph-regular-3-copy {
  margin-bottom: 0;
  font-family: Geomanist Light, Arial, sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.spacing-section-copy {
  margin-bottom: 0;
  padding-top: 4.1rem;
  padding-bottom: 0;
}

.spacing-section-copy.half {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.spacing-section-copy.bottom-half {
  padding-top: 6.6rem;
}

.spacing-section-copy.top-only {
  padding-bottom: 0;
}

.spacing-section-copy.top-only.mobile-top-none {
  padding-top: 3rem;
}

.spacing-section-copy.bottom-only {
  padding-top: 3.7rem;
}

.spacing-section-copy.small {
  padding-top: 1.8rem;
  padding-bottom: 6rem;
}

.spacing-section-copy.top-half {
  margin-bottom: 13px;
  padding-top: 2.65rem;
  padding-bottom: 0;
}

.spacing-section-copy.tiny {
  padding-top: 4.975rem;
  padding-bottom: 1.875rem;
}

.spacing-section-copy.tablet-top-smaller {
  font-size: 4rem;
}

.section-large-3-copy {
  padding: 120px 5%;
  position: relative;
}

.section-large-3-copy.background-secondary, .section-large-3-copy.background-secondary-copy {
  background-color: #f5f5f5;
}

.header-image-copy {
  object-fit: cover;
  object-position: 0% 100%;
  width: 100%;
  height: 100%;
}

.logo-grid-list-copy {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.image-19-copy {
  width: 10%;
  height: 20%;
}

.icon-large {
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.content-feature-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
}

.content-image-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
}

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

.content-feature-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.h2-heading-2 {
  color: #030711;
  letter-spacing: -1.2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 500;
  line-height: 64px;
}

.paragraph-large-3 {
  letter-spacing: -.3px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.content-grid {
  grid-column-gap: 100px;
  grid-row-gap: 44px;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 638px) 1fr;
}

.paragraph-small-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.subheading-regular-2 {
  color: #030711;
  letter-spacing: -.18px;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

.icon-wrapper-2 {
  color: #b95bb4;
  background-color: #f4dcf4;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.icon-wrapper-2.blue {
  color: #4250d1;
  background-color: #e1e7f9;
}

.column-tiny {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.section-x-large {
  padding: 144px 5%;
}

.icon-wrapper-3 {
  color: #fff;
  background-color: #1457ff;
  border-radius: 6px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.paragraph-large-4 {
  color: #586174;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Geomanist Light, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.header-logo-card {
  color: #acb4c3;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 24px;
  transition: color .2s;
  display: flex;
}

.header-logo-card:hover {
  color: #07090d;
}

.header-title-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.header-card {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border: 6px solid #edeff2;
  border-radius: 8px;
  flex-flow: column;
  width: 100%;
  max-width: 304px;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: auto auto 10% 0%;
  overflow: hidden;
}

.text-color-blue {
  color: #8a8a8a;
}

.header-image-2 {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.h1-heading-2 {
  color: #07090d;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geomanist Light, Arial, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
}

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

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

.header-image-wrapper-right {
  border-radius: 16px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 464px;
  padding-left: 48px;
  display: none;
  position: relative;
}

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

.button-outline {
  grid-column-gap: 8px;
  color: #07090d;
  background-color: #fff;
  border: 1px solid #edeff2;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px 12px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, color .3s;
  display: inline-flex;
}

.button-outline:hover {
  color: #1457ff;
  background-color: #f0f5ff;
  border-color: #b8ceff;
}

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

.button-primary-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #1457ff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-primary-3:hover {
  background-color: #1a44a0;
}

.header-logo {
  color: #acb4c3;
  justify-content: center;
  align-items: center;
  transition: color .3s;
  display: flex;
}

.header-logo:hover {
  opacity: 1;
  color: #3c4353;
}

.max-width-x-small {
  width: 100%;
  max-width: 350px;
}

.header-logos {
  border: 1px solid #edeff2;
  border-radius: 6px;
  margin-top: 64px;
  display: flex;
}

.vertical-divider-2 {
  background-color: #edeff2;
  width: 1px;
  height: 100px;
}

.header-buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

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

.header-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.1fr;
  align-items: center;
}

.h4-heading {
  color: #07090d;
  letter-spacing: -.64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.3;
}

.h6-heading {
  color: #c00b2a;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geomanist Bold, Arial, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 24px;
}

.icon-regular-2 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.header-image-2-copy {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.h1-heading-2-copy {
  color: #07090d;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geomanist Book, Arial, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
}

.content-align-center-servicios-copy-copy-copy-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: 49px;
  margin-bottom: 1px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.spacing-section-3-copy {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.subheading-copy {
  margin-top: 52px;
  font-family: Geomanist Book, Arial, sans-serif;
  font-size: 2.1rem;
  line-height: 1.1;
}

.subheading-copy.text-align-center {
  margin-top: 4.6rem;
  font-family: Geomanist Light, Arial, sans-serif;
  font-size: 2rem;
}

.icon-wrapper-4 {
  color: #fff;
  background-color: #1457ff;
  border-radius: 6px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.paragraph-large-5 {
  color: #586174;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Geomanist Light, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.text-color-blue-2 {
  color: #1457ff;
}

.header-image-wrapper-right-2 {
  border-radius: 16px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 464px;
  padding-left: 48px;
  display: flex;
  position: relative;
}

.button-primary-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #1457ff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-primary-4:hover {
  background-color: #1a44a0;
}

.vertical-divider-3 {
  background-color: #edeff2;
  width: 1px;
  height: 100px;
}

.bold-text-12 {
  font-family: Geomanist Book, Arial, sans-serif;
}

@media screen and (min-width: 1280px) {
  .container.large {
    padding-left: 0;
  }

  .label-detail.text-align-left {
    margin-top: 5px;
    margin-bottom: -85px;
  }

  .heading-style-h3 {
    font-size: 4rem;
  }

  .animation-text, .animation-text-2 {
    font-size: 11rem;
  }

  .partner-grid-block {
    width: 90%;
  }

  .container-5 {
    max-width: 1200px;
  }

  .service-title-2 {
    text-transform: capitalize;
    font-family: Geomanist Bold, Arial, sans-serif;
  }

  .animation-text-3 {
    font-size: 11rem;
  }

  .work-image-wrapper {
    width: 55%;
  }

  .container-6 {
    max-width: 1200px;
  }

  .animation-text-4 {
    font-size: 11rem;
  }

  .bold-text-3 {
    font-size: 10.2rem;
  }

  .heading-13 {
    margin-bottom: 5.3rem;
  }

  .section-large-2 {
    margin-top: -66px;
    padding-top: 0;
    padding-bottom: 110px;
  }

  .paragraph-large {
    font-family: Geomanist Light, Arial, sans-serif;
  }

  .h5-heading-2 {
    font-family: Geomanist Book, Arial, sans-serif;
  }

  .paragraph-small {
    font-family: Geomanist Light, Arial, sans-serif;
  }

  .container-large-2 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .text-block-32 {
    font-family: Geomanist Bold, Arial, sans-serif;
    font-size: 16px;
  }

  .text-block-33, .text-block-34, .text-block-35 {
    font-family: Geomanist Light, Arial, sans-serif;
  }

  .paragraph-37 {
    font-family: Geomanist Bold, Arial, sans-serif;
  }

  .text-align-center-copy.xperience {
    font-size: 12.8rem;
  }

  .bold-text-9 {
    font-family: Geomanist Book, Arial, sans-serif;
  }

  .container-6-copy {
    max-width: 1200px;
  }

  .heading-13-copy {
    margin-bottom: 5.3rem;
  }

  .heading-style-h3-copy {
    font-size: 4rem;
  }

  .content-align-center-servicios-copy-copy-copy {
    padding-bottom: 192px;
  }

  .container-copy.large {
    padding-left: 0;
  }

  .service-title-3 {
    text-transform: none;
    font-family: Geomanist Bold, Arial, sans-serif;
  }

  .label-detail-copy.text-align-left {
    margin-top: 5px;
    margin-bottom: -85px;
  }

  .label-detail-copy.text-align-left-copy {
    text-align: center;
    margin-top: 5px;
    margin-bottom: -85px;
  }

  .paragraph-large-4 {
    font-size: 20px;
  }

  .h1-heading-2-copy {
    font-size: 67px;
  }

  .content-align-center-servicios-copy-copy-copy-copy {
    margin-top: -7px;
    padding-bottom: 88px;
  }

  .subheading-copy {
    font-family: Geomanist Book, Arial, sans-serif;
    font-size: 2.3rem;
  }
}

@media screen and (min-width: 1440px) {
  .lightbox-background-video {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .more-works-head {
    margin-bottom: 62px;
  }

  .content-align-center-servicios {
    margin-top: 57px;
    padding-top: 0;
  }

  .header-about-wrap {
    margin-top: -16px;
  }

  .heading-style-h3 {
    font-size: 5rem;
  }

  .no-wrap {
    margin-bottom: -1.3rem;
  }

  .testimonials-text {
    font-family: Geomanist Light, Arial, sans-serif;
  }

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

  .fun-number {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column wrap;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    max-width: 100%;
    max-height: 78%;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 31px;
    font-family: Geomanist Bold, Arial, sans-serif;
    display: flex;
  }

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

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

  .sticky-content-left {
    width: 45%;
  }

  .animation-text {
    font-size: 4rem;
    text-decoration: none;
    position: relative;
  }

  .overflow-hidden {
    justify-content: flex-start;
    align-items: center;
  }

  .second-line {
    justify-content: space-between;
    align-items: center;
  }

  .paragraph, .paragraph-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .quick-stack {
    padding: 0;
  }

  .cell-2 {
    justify-content: center;
    align-items: center;
  }

  .image {
    max-width: 90%;
  }

  .cell-3 {
    justify-content: center;
    align-items: center;
    padding-left: 104px;
  }

  .cell-4 {
    text-align: right;
    justify-content: center;
    align-items: center;
    padding-top: 43px;
    padding-left: 104px;
  }

  .text-block {
    font-family: Geomanist Light, Arial, sans-serif;
  }

  .text-block-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 520.328px;
    height: 100%;
    font-family: Geomanist Black, Arial, sans-serif;
    font-size: 100%;
    font-weight: 900;
    line-height: 100%;
    display: flex;
  }

  .fun-services {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column wrap;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    max-width: 100%;
    max-height: 78%;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 31px;
    font-family: Geomanist Bold, Arial, sans-serif;
    display: flex;
  }

  .heading-style-home {
    color: #fff;
    text-align: left;
    margin-left: -49px;
    padding-right: 74px;
  }

  .paragraph-4 {
    text-align: left;
    padding-left: 0;
    padding-right: 55px;
    font-family: Geomanist Light, Arial, sans-serif;
  }

  .animation-text-2 {
    font-size: 12rem;
  }

  .container-5 {
    max-width: 1350px;
  }

  .service-title-2 {
    text-transform: capitalize;
    font-size: 8rem;
  }

  .animation-text-3 {
    font-size: 12rem;
  }

  .work-image-wrapper {
    height: 550px;
  }

  .container-6 {
    max-width: 1350px;
  }

  .animation-text-4 {
    font-size: 12rem;
  }

  .heading-13 {
    margin-bottom: 6.3rem;
  }

  .paragraph-29 {
    margin-bottom: -1.1rem;
  }

  .heading-15 {
    font-family: Geomanist Book, Arial, sans-serif;
  }

  .paragraph-31, .paragraph-32, .paragraph-33 {
    font-family: Geomanist Light, Arial, sans-serif;
  }

  .block-quote-4, .paragraph-34 {
    font-family: Geomanist Book, Arial, sans-serif;
  }

  .list-item, .list-item-2, .list-item-3, .paragraph-large {
    font-family: Geomanist Light, Arial, sans-serif;
  }

  .h5-heading-2 {
    font-family: Geomanist Book, Arial, sans-serif;
  }

  .paragraph-small {
    font-family: Geomanist Light, Arial, sans-serif;
  }

  .text-block-32 {
    font-family: Geomanist Bold, Arial, sans-serif;
    font-size: 16px;
  }

  .text-block-33, .text-block-34, .text-block-35 {
    font-family: Geomanist Light, Arial, sans-serif;
  }

  .paragraph-37 {
    font-family: Geomanist Bold, Arial, sans-serif;
  }

  .container-6-copy {
    max-width: 1350px;
  }

  .content-align-center-servicios-copy-copy, .content-align-center-servicios-copy {
    margin-top: 57px;
    padding-top: 0;
  }

  .content-align-center-servicios-copy-copy-copy, .content-align-center-servicios-copy, .content-align-center-servicios-copy-copy, .content-align-center-servicios-copy-copy-copy {
    margin-top: 57px;
    padding-top: 0;
  }

  .heading-13-copy {
    margin-bottom: 6.3rem;
  }

  .background-video-3 {
    box-sizing: content-box;
    object-fit: contain;
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    position: sticky;
    overflow: visible;
  }

  .content-align-center-servicios-copy-copy {
    margin-top: 57px;
    padding-top: 0;
  }

  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .content-align-center-servicios-copy, .content-align-center-servicios-copy-copy {
    margin-top: 57px;
    padding-top: 0;
  }

  .heading-style-h3-copy {
    font-size: 5rem;
  }

  .content-align-center-servicios-copy {
    margin-top: 57px;
    padding-top: 0;
  }

  .content-align-center-servicios-copy-copy-copy {
    margin-top: 57px;
    margin-bottom: 188px;
    padding-top: 0;
    padding-bottom: 96px;
  }

  .content-align-center-servicios-copy3, .content-align-center-servicios-copy3-copy4, .content-align-center-servicios-copy-copy-copy-copy {
    margin-top: 57px;
    padding-top: 0;
  }

  .background-video-3-copy {
    box-sizing: content-box;
    object-fit: contain;
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    position: sticky;
    overflow: visible;
  }

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

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

  .label-detail-copy.text-align-left-copy {
    text-align: center;
  }

  .h1-heading-copy {
    font-family: Geomanist Book, Arial, sans-serif;
  }

  .paragraph-regular-3-copy {
    font-family: Geomanist Light, Arial, sans-serif;
  }

  .paragraph-large-4 {
    font-size: 20px;
  }

  .h1-heading-2-copy {
    font-size: 67px;
  }

  .content-align-center-servicios-copy-copy-copy-copy {
    margin-top: 14px;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 34px;
  }

  .subheading-copy {
    font-family: Geomanist Book, Arial, sans-serif;
    font-size: 2.3rem;
  }
}

@media screen and (min-width: 1920px) {
  img {
    margin-top: -140px;
    padding-top: 0;
  }

  .container {
    margin-top: -227px;
    margin-bottom: -54px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.large {
    margin-top: 5px;
    margin-bottom: 14px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.small {
    padding-top: 79px;
  }

  .button {
    margin-bottom: 53px;
    padding-bottom: 2px;
  }

  .lightbox-play-icon {
    margin-top: 0;
  }

  .content-align-top-sides {
    margin-top: -29px;
  }

  .content-align-top-sides.tablet-vertical {
    margin-top: 145px;
  }

  .logo {
    height: 2rem;
    margin-top: 0;
  }

  .spacing-section {
    padding-top: 8.2rem;
  }

  .spacing-section.bottom-only {
    padding-top: 0;
    padding-bottom: 2.6rem;
  }

  .spacing-section.top-half {
    padding-top: 0;
  }

  .work-home-image {
    margin-top: 0;
  }

  .label-detail {
    margin-top: 97px;
  }

  .label-detail.text-align-left {
    margin-top: -14px;
  }

  .content-align-sides.tablet-align-vertical {
    margin-top: 217px;
  }

  .blog-thumbnail {
    margin-top: 0;
  }

  .intro-pic._2, .intro-pic._1, .intro-pic._3, .intro-pic._4, .intro-pic._5 {
    margin-top: -60px;
  }

  .more-works-head {
    margin-bottom: 11px;
  }

  .content-align-center-servicios {
    margin-top: 130px;
    margin-bottom: 28px;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .main-logo {
    width: 8rem;
    margin-top: -1px;
  }

  .main-logo-wrap.w--current {
    position: static;
  }

  .heading-style-h5 {
    margin-top: 10.2rem;
  }

  .heading-style-h4 {
    margin-top: 3.9rem;
    padding-top: 173px;
  }

  .heading-style-h1.text-align-center {
    padding-bottom: 68px;
  }

  .header-about-image {
    margin-top: -16px;
  }

  .header-about-wrap {
    margin-top: 42px;
  }

  .text-wrapper-small {
    margin-bottom: -217px;
    margin-left: -32px;
    margin-right: -12px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .culture-image-4 {
    height: 155%;
  }

  .text-align-center {
    margin-top: 3.2rem;
    padding-top: 20px;
    padding-bottom: 207px;
  }

  .services-heading-wrap {
    margin-top: -123px;
    padding-bottom: 0;
  }

  .services-heading-wrap.main {
    margin-top: -174px;
  }

  .subheading.text-align-center {
    padding-top: 44px;
    padding-bottom: 31px;
  }

  .careers-members-pics-wrap {
    margin-top: 3.8rem;
  }

  .careers-team-photo-wrap {
    margin-top: 117px;
  }

  .careers-intro-content {
    margin-top: -.4rem;
  }

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

  .process-grid {
    margin-bottom: 66px;
  }

  .process-item {
    margin-top: 109px;
  }

  .columns-wrap {
    margin-top: 141px;
  }

  .checkbox-label-small {
    font-family: Geomanist Light, Arial, sans-serif;
  }

  .contact-headings {
    margin-top: -52px;
    margin-bottom: 99px;
  }

  .blog-head-wrap {
    margin-top: 61px;
  }

  .heading-style-h3 {
    font-size: 5rem;
  }

  .heading-style-h3.text-align-center {
    margin-top: 11rem;
  }

  .rich-text {
    font-family: Geomanist Light, Arial, sans-serif;
  }

  .blog-header-texts {
    margin-top: 14px;
  }

  .label-wrapper {
    margin-top: 140px;
  }

  .blog-author-pic {
    margin-top: 0;
  }

  .spacing-header {
    padding-top: 21rem;
  }

  .work-head-content {
    margin-top: 43px;
  }

  .image-full {
    padding-top: 245px;
  }

  .image-full.vertical {
    margin-top: -12px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .line-divider {
    margin-top: 188px;
    margin-bottom: 113px;
    font-size: 0;
  }

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

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

  .subhead-main.left {
    font-size: 28px;
  }

  .paralax-image {
    box-sizing: border-box;
    aspect-ratio: 1;
    vertical-align: top;
    object-fit: fill;
    object-position: 80% 80%;
    flex: 0 auto;
    order: 0;
    align-self: auto;
    min-width: 550px;
    max-width: 200%;
    min-height: auto;
    margin-top: -4px;
    margin-bottom: 272px;
    margin-right: -3px;
    padding-top: 0;
    padding-right: 4px;
    inset: auto 0% 0% auto;
    overflow: clip;
  }

  .service-content-2 {
    font-size: 19px;
  }

  .logo-client {
    margin-top: 0;
  }

  .testimonials-text-2 {
    margin-top: -1px;
    margin-bottom: -3.3rem;
  }

  .fun-number-2 {
    width: 100%;
    height: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    display: block;
  }

  .paragraph-5 {
    font-size: 1.3rem;
  }

  .big-text {
    text-align: left;
    word-break: normal;
    flex-flow: row;
    min-width: 100%;
    min-height: 100%;
    margin-top: -2px;
    margin-bottom: -58px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 8vw;
    line-height: 100%;
    display: block;
  }

  .section-4 {
    padding-top: 0;
  }

  .flex-big {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .partner-p {
    margin-bottom: 0;
    padding-top: 16px;
    padding-bottom: 0;
  }

  .spacer-large {
    padding-top: 4.4em;
  }

  .partner-grid-block {
    width: 80%;
  }

  .container-5 {
    max-width: 1650px;
  }

  .cta-wrapper-2 {
    margin-top: -18px;
  }

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

  .service-title-2 {
    text-transform: capitalize;
  }

  .container-6 {
    max-width: 1650px;
    margin-top: -37px;
    padding-top: 2.7em;
  }

  .animation-text-4 {
    margin-top: .1em;
    padding-top: 0;
  }

  .animation-text-4.back {
    margin-top: .2em;
  }

  .title-wrap-2 {
    padding-top: 0;
  }

  .heading-text-animation-wrapper-2 {
    padding-top: 21px;
  }

  .text-line-block-2 {
    margin-top: 38px;
  }

  .heading-3 {
    font-size: 11rem;
  }

  .bold-text-3 {
    font-size: 10.3rem;
  }

  .paragraph-21 {
    margin-bottom: 6.5rem;
  }

  .heading-6 {
    margin-top: 2.3rem;
    margin-bottom: .1rem;
  }

  .heading-4-copy {
    margin-top: 8.5rem;
  }

  .paragraph-23 {
    margin-bottom: 5.4rem;
    margin-right: 1px;
    padding-left: 0;
    padding-right: 1px;
  }

  .image-3 {
    width: 80%;
    min-width: 80%;
    margin-top: 82px;
  }

  .heading-8 {
    margin-top: 9.5rem;
    margin-bottom: -1.3rem;
  }

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

  .hero-content {
    margin-top: 39px;
    margin-bottom: -100vh;
  }

  .team-slider {
    margin-top: 162px;
    padding-top: 68px;
    padding-bottom: 40px;
  }

  .team-member-image-two {
    margin-top: 0;
  }

  .navbar-link-3, .image-4 {
    overflow: visible;
  }

  .contact-photo-wrap {
    margin-top: 48px;
  }

  .bold-text-4 {
    min-width: 100%;
    min-height: 100%;
    font-size: 9vw;
    display: block;
  }

  .text-block-6 {
    font-family: Geomanist Light, Arial, sans-serif;
  }

  .text-block-7, .text-block-8, .text-block-9 {
    text-transform: none;
    font-size: 22px;
  }

  .text-block-10, .text-block-11, .text-block-12 {
    font-size: 22px;
  }

  .text-block-13, .text-block-14 {
    text-transform: none;
    font-size: 22px;
  }

  .text-block-15, .text-block-16, .text-block-17, .text-block-18, .text-block-19, .text-block-20 {
    font-size: 22px;
  }

  .image-5 {
    margin-top: -43px;
    margin-bottom: 87px;
  }

  .scroll-animate {
    background-color: #131dbd;
  }

  .dot.red {
    background-color: #bf0029;
  }

  .label-3 {
    color: #bf0029;
    font-size: 2rem;
  }

  .heading-11 {
    font-size: 53px;
  }

  .paragraph-26, .paragraph-27, .paragraph-28 {
    font-family: Geomanist Light, Arial, sans-serif;
  }

  .hero-heading-left {
    background-color: #f5f7fa00;
    margin-top: 205px;
  }

  .hero-split {
    max-width: 50%;
  }

  .margin-bottom-24px {
    margin-top: 14px;
    margin-bottom: -27px;
    font-family: Geomanist Light, Arial, sans-serif;
  }

  .shadow-two {
    box-shadow: none;
    margin-left: 39px;
  }

  .heading-12 {
    font-family: Geomanist Light, Arial, sans-serif;
    font-size: 8rem;
  }

  .number-flujo {
    color: #bf0029;
    font-family: Geomanist Bold, Arial, sans-serif;
    font-size: 3rem;
  }

  .feature-accent-line {
    background-color: #c00028;
  }

  .container-regular-servicios {
    margin-top: -8px;
  }

  .section-large {
    padding-top: 10px;
    padding-bottom: 123px;
  }

  .heading-13 {
    text-align: center;
    margin-bottom: 1.2rem;
    font-family: Geomanist Light, Arial, sans-serif;
  }

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

  .container-large {
    margin-bottom: 99px;
  }

  .wrap-v-large {
    margin-top: -124px;
  }

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

  .heading-14 {
    font-family: Geomanist Book, Arial, sans-serif;
  }

  .heading-15 {
    font-family: Geomanist Book, Arial, sans-serif;
    font-size: 3rem;
  }

  .paragraph-30, .paragraph-31, .paragraph-32, .paragraph-33 {
    font-family: Geomanist Light, Arial, sans-serif;
  }

  .block-quote-4, .paragraph-34 {
    font-family: Geomanist Book, Arial, sans-serif;
  }

  .list-item, .list-item-2, .list-item-3 {
    font-family: Geomanist Light, Arial, sans-serif;
  }

  .pricing-grid {
    margin-top: 0;
  }

  .grid-3 {
    grid-template: "Area Area-4 Area-5"
                   "Area-2 Area-3 Area-6"
                   "Area-7 Area-8 Area-9"
                   "Area-10 Area-11 Area-12"
                   / 1fr 1fr 1fr;
  }

  .heading-17 {
    font-family: Geomanist Book, Arial, sans-serif;
  }

  .paragraph-36 {
    font-family: Geomanist extra light, sans-serif;
  }

  .paragraph-large {
    font-family: Geomanist Light, Arial, sans-serif;
    font-size: 19px;
  }

  .h5-heading-2 {
    font-family: Geomanist Book, Arial, sans-serif;
  }

  .paragraph-small {
    font-family: Geomanist Light, Arial, sans-serif;
  }

  .text-block-32 {
    font-family: Geomanist Bold, Arial, sans-serif;
    font-size: 16px;
  }

  .text-block-33, .text-block-34, .text-block-35 {
    font-family: Geomanist Light, Arial, sans-serif;
  }

  .paragraph-37 {
    font-family: Geomanist Bold, Arial, sans-serif;
  }

  .container-quieres-ver-mas {
    margin-top: -227px;
    margin-bottom: -54px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-quieres-ver-mas.large {
    margin-top: 5px;
    margin-bottom: 14px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-quieres-ver-mas.small {
    padding-top: 79px;
  }

  .paragraph-38 {
    padding-top: 1px;
  }

  .paragraph-39 {
    padding-top: 2px;
  }

  .paragraph-40 {
    padding-top: 1px;
  }

  .image-9 {
    box-sizing: border-box;
    aspect-ratio: auto;
    overflow: clip;
  }

  .image-10 {
    vertical-align: middle;
  }

  .image-11 {
    vertical-align: sub;
  }

  .image-cover-blog {
    margin-top: 0;
  }

  .image-full-blog {
    margin-top: -9px;
    padding-top: 245px;
  }

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

  .image-13 {
    margin-top: -1px;
  }

  .image-14, .image-15, .image-16 {
    margin-top: 1px;
  }

  .image-17 {
    margin-top: 17px;
  }

  .image-18 {
    margin-top: -1px;
  }

  .paralax-image-xperience {
    box-sizing: border-box;
    aspect-ratio: 1;
    vertical-align: top;
    object-fit: fill;
    object-position: 80% 80%;
    flex: 0 auto;
    order: 0;
    align-self: auto;
    width: auto;
    min-width: 400px;
    max-width: 200%;
    height: auto;
    min-height: auto;
    margin-top: 8px;
    margin-bottom: 228px;
    margin-right: -3px;
    padding-top: 0;
    padding-right: 134px;
    inset: auto 0% 0% auto;
    overflow: clip;
  }

  .text-align-center-copy.xperience {
    margin-top: 10.4rem;
    padding-top: 13px;
    padding-bottom: 0;
    font-size: 12.6rem;
  }

  .bold-text-9 {
    font-family: Geomanist Book, Arial, sans-serif;
  }

  .section-4-copy {
    padding-top: 0;
  }

  .label-detail-copy.text-align-left {
    margin-top: -17px;
    margin-bottom: -21px;
  }

  .spacing-section-copy {
    margin-top: -5px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .content-align-center-servicios-copy-copy, .content-align-center-servicios-copy-copy-copy {
    margin-top: 220px;
    margin-bottom: 28px;
    padding-top: 0;
    padding-bottom: 43px;
  }

  .container-6-copy {
    max-width: 1650px;
    margin-top: -37px;
    padding-top: 2.7em;
  }

  .heading-text-animation-wrapper-2-copy {
    padding-top: 21px;
  }

  .spacing-section-copy.half {
    margin-top: 32px;
  }

  .heading-13-copy {
    text-align: center;
    margin-bottom: 1.2rem;
    font-family: Geomanist Light, Arial, sans-serif;
  }

  .content-align-center-servicios-copy.tablet-align-left {
    margin-top: 187px;
  }

  .background-video-3 {
    box-sizing: content-box;
    aspect-ratio: 16 / 9;
    object-fit: contain;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: block;
    position: sticky;
  }

  .content-align-center-servicios-copy-copy {
    margin-top: 130px;
    margin-bottom: 28px;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .spacing-section-copy-copy {
    padding-top: 8.2rem;
  }

  .spacing-section-copy-copy.half {
    margin-top: 32px;
  }

  .spacing-section-copy-copy.bottom-only {
    padding-top: 0;
    padding-bottom: 2.6rem;
  }

  .spacing-section-copy-copy.top-half {
    padding-top: 0;
  }

  .features-list-copy {
    padding-top: 179px;
  }

  .features-list-copy-copy {
    padding-top: 230px;
  }

  .team-member-image {
    margin-top: 0;
  }

  .team-grid-copy {
    padding-top: 0;
  }

  .heading-182 {
    font-family: Geomanist Book, Arial, sans-serif;
    font-size: 5.2rem;
  }

  .heading-182-copy {
    color: var(--grey-line);
    font-family: Geomanist Book, Arial, sans-serif;
    font-size: 6rem;
  }

  .text-block-36 {
    font-family: Geomanist Book, Arial, sans-serif;
  }

  .ccddcd {
    margin-top: 3.2rem;
    font-family: Geomanist Book, Arial, sans-serif;
    font-size: 6rem;
  }

  .text-block-3dcd6-copy {
    font-family: Geomanist Book, Arial, sans-serif;
  }

  .label-wrap-portfolio {
    margin-bottom: -116px;
    padding-bottom: 0;
  }

  .grid-three-column-2-copy {
    margin-top: 123px;
  }

  .field-label, .field-label-2, .field-label-3 {
    font-family: Geomanist Book, Arial, sans-serif;
  }

  .text-block-37, .text-block-38, .text-block-39, .text-block-40, .text-block-41, .text-block-42, .text-block-43, .text-block-44, .text-block-45, .text-block-46, .text-block-47, .text-block-48, .text-block-49, .text-block-50, .text-block-51, .text-block-52, .text-block-53, .text-block-54, .text-block-55, .text-block-56, .text-block-57, .text-block-58, .text-block-59, .text-block-60, .text-block-61, .text-block-62, .text-block-63, .text-block-64, .text-block-65, .text-block-66, .text-block-67, .text-block-68, .text-block-69, .text-block-70, .text-block-71, .text-block-72, .text-block-73, .text-block-74, .text-block-75, .text-block-76, .text-block-77, .text-block-78, .text-block-79, .text-block-80, .text-block-81, .text-block-82, .text-block-83, .text-block-84, .text-block-85, .text-block-86, .text-block-87, .text-block-88, .text-block-89, .text-block-90, .text-block-91, .text-block-92, .text-block-93, .text-block-94, .text-block-95, .text-block-96, .text-block-97, .text-block-98, .text-block-99, .text-block-100, .text-block-101 {
    text-transform: none;
    font-size: 22px;
  }

  .text-block-102, .text-block-103, .text-block-104, .text-block-105, .text-block-106, .text-block-107, .text-block-108, .text-block-109, .text-block-110, .text-block-111, .text-block-112, .text-block-113, .text-block-114, .text-block-115, .text-block-116, .text-block-117, .text-block-118, .text-block-119, .text-block-120, .text-block-121, .text-block-122, .text-block-123, .text-block-124, .text-block-125, .text-block-126, .text-block-127, .text-block-128, .text-block-129, .text-block-130, .text-block-131, .text-block-132, .text-block-133, .text-block-134, .text-block-135, .text-block-136, .text-block-137, .text-block-138, .text-block-139, .text-block-140, .text-block-141, .text-block-142, .text-block-143, .text-block-144, .text-block-145, .text-block-146, .text-block-147, .text-block-148, .text-block-149, .text-block-150, .text-block-151, .text-block-152, .text-block-153, .text-block-154, .text-block-155, .text-block-156, .text-block-157, .text-block-158, .text-block-159, .text-block-160, .text-block-161, .text-block-162, .text-block-163, .text-block-164, .text-block-165, .text-block-166, .text-block-167, .text-block-168, .text-block-169, .text-block-170, .text-block-171, .text-block-172, .text-block-173, .text-block-174, .text-block-175, .text-block-176, .text-block-177, .text-block-178, .text-block-179, .text-block-180, .text-block-181, .text-block-182, .text-block-183, .text-block-184, .text-block-185, .text-block-186, .text-block-187, .text-block-188, .text-block-189, .text-block-190, .text-block-191, .text-block-192, .text-block-193, .text-block-194, .text-block-195, .text-block-196, .text-block-197, .text-block-198 {
    font-size: 22px;
  }

  .spacing-section-copy.bottom-only-copy {
    padding-top: 0;
    padding-bottom: 2.6rem;
  }

  .text-block-199, .text-block-200, .text-block-201, .text-block-202, .text-block-203, .text-block-204, .text-block-205, .text-block-206 {
    font-size: 22px;
  }

  .content-align-center-servicios-copy, .content-align-center-servicios-copy-copy {
    margin-top: 130px;
    margin-bottom: 28px;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .text-size-large-copy {
    text-align: center;
  }

  .heading-style-h3-copy {
    text-align: center;
    margin-top: -.6rem;
    padding-top: 0;
    font-size: 5rem;
  }

  .heading-style-h3-copy.text-align-center {
    margin-top: 11rem;
  }

  .content-align-center-servicios-copy {
    margin-top: 130px;
    margin-bottom: 28px;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .text-align-center-copy {
    margin-top: 3.2rem;
    padding-top: 20px;
    padding-bottom: 67px;
  }

  .content-align-top-sides-copy {
    margin-top: -29px;
  }

  .content-align-top-sides-copy.tablet-vertical {
    margin-top: 145px;
  }

  .title-wrapper-copy {
    margin-top: 96px;
  }

  .spacing-section-copy {
    padding-top: 8.2rem;
  }

  .content-align-center-servicios-copy-copy-copy {
    margin-top: 130px;
    margin-bottom: -60px;
    padding-top: 50px;
    padding-bottom: 185px;
  }

  .container-copy {
    margin-top: -227px;
    margin-bottom: -54px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-copy.large {
    margin-top: 5px;
    margin-bottom: 14px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-copy.small {
    padding-top: 79px;
  }

  .shadow-two-copy {
    box-shadow: none;
    margin-left: 39px;
  }

  .heading-text-animation-wrapper-2-copy-copy {
    padding-top: 21px;
  }

  .shadow-two-copy-copy {
    box-shadow: none;
    margin-left: 39px;
  }

  .step-block-copy {
    margin-top: 23px;
  }

  .content-align-center-servicios-copy3, .content-align-center-servicios-copy3-copy4 {
    margin-top: 130px;
    margin-bottom: 28px;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .section-large-copy {
    padding-top: 10px;
    padding-bottom: 123px;
  }

  .content-align-center-servicios-copy-copy-copy-copy-copy {
    margin-top: 180px;
    margin-bottom: 28px;
    padding-top: 0;
    padding-bottom: 43px;
  }

  .background-video-3-copy {
    box-sizing: content-box;
    aspect-ratio: 16 / 9;
    object-fit: contain;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: block;
    position: sticky;
  }

  .subhead-main-copy.left {
    font-size: 28px;
  }

  .paragraph-44 {
    font-size: 2rem;
  }

  .heading-style-h4-copy {
    margin-top: 3.9rem;
    padding-top: 173px;
  }

  .text-block-207, .text-block-208, .text-block-209, .text-block-210, .text-block-211, .text-block-212, .text-block-213, .text-block-214, .text-block-215, .text-block-216, .text-block-217, .text-block-218, .text-block-219, .text-block-220, .text-block-221, .text-block-222, .text-block-223, .text-block-224, .text-block-225, .text-block-226, .text-block-227, .text-block-228, .text-block-229, .text-block-230, .text-block-231, .text-block-232, .text-block-233, .text-block-234, .text-block-235, .text-block-236, .text-block-237, .text-block-238, .text-block-239, .text-block-240, .text-block-241, .text-block-242, .text-block-243, .text-block-244, .text-block-245, .text-block-246, .text-block-247, .text-block-248, .text-block-249, .text-block-250, .text-block-251, .text-block-252, .text-block-253, .text-block-254 {
    font-size: 22px;
  }

  .heading-style-h6-copyok {
    padding-top: 112px;
  }

  .heading-style-h6-copyokok {
    padding-top: 114px;
  }

  .heading-style-h6-copyokokok {
    padding-top: 111px;
  }

  .heading-style-h6-copy-copy {
    padding-top: 99px;
  }

  .heading-8-copyok {
    margin-top: 9.5rem;
    margin-bottom: -1.3rem;
  }

  .alinhamento {
    padding-top: 139px;
  }

  .label-detail-copy {
    margin-top: 97px;
  }

  .label-detail-copy.text-align-left {
    margin-top: -14px;
  }

  .label-detail-copy.text-align-left-copy {
    text-align: center;
    margin-top: -14px;
  }

  .heading-3-copy {
    font-size: 11rem;
  }

  .section-11-copy.for-logo-copy {
    padding-top: 71px;
  }

  .culture-image-5-copy._3 {
    margin-top: 0;
  }

  .h1-heading-copy {
    font-family: Geomanist Book, Arial, sans-serif;
  }

  .paragraph-regular-3-copy {
    font-family: Geomanist Light, Arial, sans-serif;
    font-size: 18px;
  }

  .spacing-section-copy {
    padding-top: 8.2rem;
    padding-bottom: 3rem;
  }

  .spacing-section-copy.bottom-only {
    padding-top: 0;
    padding-bottom: 2.6rem;
  }

  .spacing-section-copy.top-half {
    padding-top: 0;
  }

  .header-image-copy {
    margin-top: -25px;
  }

  .logo-grid-list-copy {
    width: 70%;
  }

  .image-19-copy {
    width: 8%;
    margin-top: -13px;
  }

  .paragraph-large-4 {
    font-size: 20px;
  }

  .text-color-blue {
    color: #8a8a8a;
  }

  .header-image-wrapper-right {
    display: none;
  }

  .header-image-2-copy {
    margin-top: -3px;
  }

  .h1-heading-2-copy {
    font-family: Geomanist Book, Arial, sans-serif;
    font-size: 74px;
  }

  .content-align-center-servicios-copy-copy-copy-copy {
    margin-top: 130px;
    margin-bottom: -60px;
    padding-top: 50px;
    padding-bottom: 56px;
  }

  .subheading-copy {
    font-family: Geomanist Book, Arial, sans-serif;
    font-size: 2.7rem;
  }

  .subheading-copy.text-align-center {
    padding-top: 44px;
    padding-bottom: 31px;
  }

  .image-20 {
    width: 10%;
    height: 100%;
    margin-top: 0;
  }

  .div-flotante-ok {
    float: right;
    clear: right;
    text-align: center;
    --white: white;
    --grey-line: #0000003d;
    --orchid: #c576ff;
    --blue: #3b83ff;
    --green: #c8ef2c;
    --tomato: #ff6855;
    --desk: 11px;
  }
}

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

  h2 {
    font-size: 5rem;
  }

  h3 {
    font-size: 4rem;
  }

  h4 {
    font-size: 3.5rem;
  }

  h5 {
    font-size: 3rem;
  }

  h6 {
    font-size: 2.5rem;
  }

  .container {
    margin-top: -52px;
    margin-bottom: -91px;
    padding-top: 51px;
  }

  .container.large {
    margin-top: 1px;
    padding-top: 0;
  }

  .navbar-links {
    z-index: 99;
    grid-row-gap: 1.5rem;
    background-color: var(--grey);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: auto;
  }

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

  .navbar-link-text {
    font-size: 1.2rem;
  }

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

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

  .button.hide-tablet {
    display: none;
  }

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

  .section.footer {
    padding-top: 6rem;
  }

  .lightbox-content {
    height: 30rem;
  }

  .lightbox-play-icon-wrap {
    width: 5rem;
    height: 5rem;
  }

  .lightbox-play-icon {
    width: 1.25rem;
  }

  .lightbox-play-text {
    font-size: 2rem;
  }

  .intro-content {
    width: 100%;
  }

  .content-align-top-sides.tablet-vertical {
    flex-direction: column;
  }

  .intro-text {
    width: 75%;
    margin-top: 2.5rem;
    margin-left: 0;
    margin-right: auto;
  }

  .services-wrap {
    grid-row-gap: .5rem;
    height: auto;
    margin-top: 5rem;
    margin-bottom: 0;
    top: auto;
  }

  .service {
    font-size: 3.5rem;
    position: relative;
  }

  .service._7, .service._4, .service._5, .service._6, .service._3, .service._2 {
    transform: none;
  }

  .service._1 {
    position: relative;
    transform: none;
  }

  .services-sticky {
    perspective: none;
    height: auto;
    padding-top: 9rem;
    padding-bottom: 9rem;
    position: relative;
  }

  .services-wrapper {
    height: auto;
    padding-top: 0;
  }

  .spacing-section {
    margin-bottom: -60px;
    padding-top: 2.4rem;
    padding-bottom: 8.2rem;
  }

  .spacing-section.half {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

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

  .spacing-section.top-half {
    margin-bottom: 71px;
    padding-top: 0;
  }

  .spacing-section.tiny {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .spacing-section.tablet-top-smaller {
    padding-top: 6rem;
  }

  .work-home-item {
    flex-direction: column;
    height: auto;
    position: relative;
    top: auto;
  }

  .work-home-item:nth-child(2n) {
    flex-direction: column;
  }

  .work-home-image-wrap {
    aspect-ratio: 3 / 2;
    width: 100%;
  }

  .work-home-content {
    width: 100%;
  }

  .label-detail {
    font-size: 2.4rem;
  }

  .label-detail.small {
    font-size: 1.85rem;
  }

  .label {
    font-size: 1rem;
  }

  .content-align-sides.tablet-align-vertical {
    flex-direction: column;
  }

  .blog-wrapper-home {
    width: 100%;
    margin-top: 4rem;
  }

  .blog-item-content {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .intro-pic {
    width: 3rem;
  }

  .blog-cta {
    grid-row-gap: 2rem;
    margin-top: 3rem;
  }

  .work-preview-image._1 {
    transform: translate(-50vw, -100vh)rotate(14deg);
  }

  .works-previews {
    margin-top: 2.9rem;
    margin-bottom: -7.3rem;
    padding-bottom: 160px;
  }

  .small-cta {
    margin-bottom: 2rem;
    font-size: 1.6rem;
  }

  .stick-footer-wrapper {
    position: relative;
  }

  .footer-social-links {
    flex-direction: column;
    display: flex;
  }

  .footer-links {
    grid-column-gap: 6rem;
  }

  .footer-legal-content {
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: center;
  }

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

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

  .work-preview._1 {
    transform: rotate(-18deg);
  }

  .work-preview._2 {
    transform: rotate(-12deg);
  }

  .work-preview._3 {
    transform: rotate(4deg);
  }

  .work-preview._4 {
    transform: rotate(7deg);
  }

  .work-preview._5 {
    transform: rotate(-4deg);
  }

  .content-align-center-servicios.tablet-align-left {
    align-items: flex-start;
  }

  .main-logo-wrap:hover {
    opacity: 1;
  }

  .heading-style-h5 {
    font-size: 3rem;
  }

  .heading-style-h4 {
    font-size: 3.5rem;
  }

  .content-align-bottom {
    flex-direction: row;
    align-items: flex-end;
  }

  .content-align-bottom.tablet-align-vertical {
    flex-direction: column;
    align-items: flex-start;
  }

  .heading-style-h1 {
    font-size: 12rem;
  }

  .heading-style-h1.text-align-center {
    font-size: 11.5rem;
  }

  .work-page-label-wrap {
    margin-top: 1rem;
    margin-bottom: 0;
    margin-left: 0;
  }

  .work-grid {
    grid-row-gap: 10rem;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .work-heading {
    width: 70%;
  }

  .cta-component {
    height: auto;
  }

  .cta-sticky {
    position: relative;
  }

  .cta-text-wrap {
    width: 60%;
  }

  .cta-heading {
    white-space: normal;
    font-size: 6rem;
  }

  .cta-heading.serif {
    font-size: 5rem;
  }

  .cta-button-wrap {
    border-width: 3px;
    padding: .5rem 3rem;
  }

  .cta-arrow {
    width: 2rem;
  }

  .cta-heading-wrap {
    grid-row-gap: .5rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .cta-image-6, .cta-image-8 {
    display: none;
  }

  .header-about-wrapper {
    margin-top: 1.5rem;
    margin-bottom: -5.2rem;
  }

  .header-about-image {
    margin-top: 24px;
    padding-top: 0;
  }

  .about-intro-text-wrap {
    max-width: none;
    margin-top: 3rem;
    margin-right: 0%;
  }

  .about-us-big-text {
    font-size: 12rem;
  }

  .about-us-subheading {
    margin-bottom: .125rem;
    margin-left: 1.5rem;
    font-size: 3rem;
  }

  .text-wrapper-small {
    margin-top: 3rem;
  }

  .culture-wrap {
    height: auto;
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .culture-sticky {
    height: auto;
  }

  .culture-lottie {
    width: 18rem;
  }

  .culture-images-wrap {
    display: none;
  }

  .team-letters-wrapper {
    background-color: var(--black);
    color: var(--white);
    height: auto;
    padding-top: 9rem;
    padding-bottom: 0;
  }

  .team-sticky-block {
    height: auto;
  }

  .team-letter {
    font-size: 5rem;
  }

  .team-letter._1 {
    margin-left: 0;
  }

  .team-letter._6 {
    margin-left: 1rem;
  }

  .team-letters {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .team-list {
    grid-column-gap: 4rem;
    grid-row-gap: 6rem;
    padding-left: 0;
    padding-right: 0;
  }

  .team-content {
    grid-row-gap: 8rem;
  }

  .team-cta {
    grid-row-gap: 2rem;
  }

  .services-main-image {
    margin-top: -.5rem;
    margin-bottom: -3rem;
  }

  .services-tabs {
    margin-top: 6rem;
  }

  .services-tab-dot {
    width: .5rem;
    height: .5rem;
    top: .5rem;
    right: -.75rem;
  }

  .testimonial-content {
    width: 60%;
  }

  .cta-wrapper {
    height: 100vh;
  }

  .cta-sticky-block {
    padding-left: 0;
  }

  .cta-main-text {
    font-size: 9rem;
  }

  .cta-images-wrapper {
    grid-column-gap: 5rem;
    justify-content: center;
  }

  .cta-images-group {
    width: 30%;
  }

  .subheading {
    font-size: 2.5rem;
  }

  .carreers-subheading-wrap {
    max-width: 33rem;
  }

  .careers-members-pics-wrap {
    width: 4rem;
    height: 4rem;
    margin-top: .25rem;
    margin-left: 1.25rem;
  }

  .careers-team-photo-wrap, .careers-team-photo {
    height: auto;
  }

  .benefits-wrap {
    width: 100%;
    padding: 9rem 1.875rem 4.5rem;
  }

  .benefits-image-wrap {
    object-fit: cover;
    width: 100%;
    height: auto;
    padding-bottom: 0;
    position: relative;
  }

  .benefit-head {
    cursor: pointer;
  }

  .benefits-content {
    grid-row-gap: 4rem;
    max-width: none;
  }

  .benefit-image {
    float: none;
    clear: none;
    aspect-ratio: 16 / 9;
    object-position: 50% 50%;
    height: auto;
    position: static;
  }

  .positions-block {
    padding-right: 1.5rem;
  }

  .positions-block:hover {
    box-shadow: none;
    transform: none;
  }

  .position-name {
    font-size: 1.25rem;
  }

  .positions-details {
    grid-column-gap: 1rem;
  }

  .process-grid {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .heading-style-h6 {
    font-size: 2.5rem;
  }

  .text-field {
    height: 10rem;
    padding-left: 3rem;
    font-size: 3rem;
  }

  .form-button-wrap {
    width: 10rem;
  }

  .form-button-arrow {
    width: 2.5rem;
  }

  .form-button {
    padding: .75rem;
  }

  .checkbox-label {
    font-size: 1.125rem;
  }

  .checkbox {
    width: 2rem;
    min-width: 2rem;
    height: 2rem;
    min-height: 2rem;
    margin-top: 0;
    margin-right: .75rem;
  }

  .columns-wrap {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .column-head {
    max-width: none;
    position: relative;
    top: auto;
  }

  .contact-form-wrap {
    width: 100%;
  }

  .blog-head-wrap {
    grid-row-gap: 3rem;
    flex-direction: column;
    display: flex;
  }

  .heading-style-h3 {
    font-size: 4rem;
  }

  .blog-header-description {
    max-width: 100%;
  }

  .rich-text h2 {
    margin-bottom: 1.25rem;
    font-size: 3rem;
  }

  .rich-text h3 {
    margin-bottom: 1rem;
    font-size: 2.25rem;
  }

  .rich-text h4 {
    margin-bottom: 1rem;
    font-size: 1.85rem;
  }

  .rich-text h5 {
    margin-bottom: 1rem;
    font-size: 1.6rem;
  }

  .rich-text h6 {
    font-size: 1.25rem;
  }

  .rich-text blockquote {
    font-size: 2rem;
  }

  .rich-text h1 {
    margin-bottom: 1.5rem;
    font-size: 4rem;
  }

  .blog-header-texts {
    width: 100%;
  }

  .cta-arrow-wrap {
    margin-bottom: .75rem;
  }

  .member-wrap {
    grid-column-gap: 4rem;
    grid-template-columns: .75fr 1fr;
    align-items: start;
  }

  .blog-author-pic.large {
    width: 3rem;
    height: 3rem;
  }

  .blog-author-infos-head {
    grid-column-gap: .75rem;
  }

  .cms-content {
    grid-row-gap: 5rem;
  }

  .spacing-header {
    padding-top: 5rem;
  }

  .work-head-content {
    grid-row-gap: 3rem;
    grid-template-columns: .25fr 1fr;
  }

  .image-full {
    height: 70%;
  }

  .work-head-description {
    min-width: 100%;
  }

  .work-item-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: .75fr 1fr;
  }

  .work-detail-wrap {
    width: 80%;
  }

  .work-list-category {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

  .shop-item-details-wrap {
    padding: 3rem 1rem 3rem 3rem;
  }

  .template-section.head {
    padding-top: 3rem;
  }

  .template-sidebar {
    border-bottom: 1px solid #d0d5dd;
    border-right-style: none;
    max-width: 100%;
    height: auto;
    display: none;
    position: static;
  }

  .template-header {
    padding-left: 1.125rem;
    position: relative;
  }

  .template-content-wrapper {
    display: block;
  }

  .template-content-wrap {
    padding-top: 0;
    padding-bottom: 5rem;
  }

  .no-wrap {
    margin-top: 4.3rem;
  }

  .spacing-medium {
    height: 3rem;
  }

  .heading-style-h2 {
    font-size: 5rem;
  }

  .heading-style-h7 {
    font-size: 1.75rem;
  }

  .template-page-name {
    display: none;
  }

  .template-content {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .template-asset-link:hover, .template-font-block:hover {
    opacity: 1;
  }

  .mobile-hamburger {
    display: flex;
  }

  .home-heading-wrap {
    margin-top: 1rem;
  }

  .career-application-content {
    grid-row-gap: 4rem;
  }

  .checkout-container {
    flex-direction: column;
  }

  .checkout-content {
    flex: 0 auto;
    width: 100%;
    margin-right: 0;
  }

  .checkout-content.tablet-custom {
    width: 60%;
    position: relative;
    top: auto;
  }

  .show-tablet {
    display: block;
  }

  .figma_text {
    font-size: 1rem;
  }

  .nav_component {
    display: none;
  }

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

  .button-3d {
    padding-top: 54px;
  }

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

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

  .paralax-image {
    bottom: 13px;
  }

  .image-wrap {
    height: 60vh;
  }

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

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

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

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

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

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

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

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

  .services-rigth-content-copy {
    height: auto;
  }

  .sticky-content-left {
    width: 100%;
  }

  .animation-text {
    font-size: 7rem;
    line-height: .85;
  }

  .title-wrapper {
    margin-bottom: -51px;
  }

  .spacing-section-2 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .button-2:hover {
    color: #000;
  }

  .button-2.hide-tablet {
    display: none;
  }

  .heading-style-home {
    font-size: 3rem;
  }

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

  .fun-number-2 {
    font-size: 100px;
  }

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

  .animation-text-2 {
    font-size: 7rem;
    line-height: .85;
  }

  .partenr-job {
    font-size: .7rem;
  }

  .title-wrap {
    flex-flow: wrap;
  }

  .buttons-wrapper {
    padding-top: 23px;
  }

  .container-5 {
    max-width: 100vw;
  }

  .cta-wrapper-2 {
    margin-top: 82px;
    margin-bottom: -136px;
    padding-bottom: 0;
  }

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

  .text-rotator {
    margin-top: 7px;
    margin-bottom: -36px;
  }

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

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

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

  .services-left, .services-left-copy {
    height: auto;
  }

  .animation-text-3 {
    font-size: 7rem;
    line-height: .85;
  }

  .vertical-flex {
    padding-top: 50px;
  }

  .grid-images-wrapper {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .work-image-wrapper {
    width: 55%;
    margin-top: 25px;
    margin-bottom: -69px;
  }

  .works-title {
    font-size: 3.1rem;
  }

  .container-6 {
    max-width: 100vw;
  }

  .animation-text-4 {
    font-size: 7rem;
    line-height: .85;
  }

  .title-wrap-2 {
    flex-flow: wrap;
  }

  .paragraph-17, .paragraph-18, .paragraph-19 {
    font-family: Geomanist Light, Arial, sans-serif;
  }

  .heading-3 {
    font-size: 7rem;
  }

  .bold-text {
    font-size: 8.8rem;
  }

  .bold-text-2 {
    font-size: 8.2rem;
  }

  .bold-text-3 {
    font-size: 7.2rem;
  }

  .about-us-big-text-copy {
    font-size: 12rem;
  }

  .heading-8 {
    text-align: left;
    margin-bottom: -1.8rem;
  }

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

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

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

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

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

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

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

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

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

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .navbar-links-2 {
    z-index: 99;
    grid-row-gap: 1.5rem;
    background-color: #f6f6f3;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: auto;
  }

  .navbar-link-2:hover {
    color: #000;
  }

  .navbar-links-3 {
    z-index: 99;
    grid-row-gap: 1.5rem;
    background-color: #f6f6f3;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: auto;
  }

  .navbar-link-3:hover {
    color: #000;
  }

  .contact-photo-wrap, .careers-team-photo-copy {
    height: auto;
  }

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

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

  .gallery-sticky {
    position: relative;
    top: 0;
  }

  .hero-section {
    min-height: 90vh;
    padding-left: 10%;
    padding-right: 10%;
  }

  .scoll-wrap-hero {
    height: 75%;
  }

  .scroll-hero {
    min-height: 40vh;
  }

  .img-hero {
    width: 100%;
    min-height: 40vh;
    margin-top: 5%;
    margin-bottom: 0%;
  }

  .hero-block {
    flex-direction: column;
  }

  .content-hero {
    width: 100%;
  }

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

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

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

  .container-regular-servicios {
    margin-top: -56px;
    margin-bottom: -140px;
  }

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

  .paragraph-35 {
    font-family: Geomanist Light, Arial, sans-serif;
  }

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

  .pricing-grid {
    grid-column-gap: 30px;
  }

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

  .container-quieres-ver-mas {
    margin-top: -52px;
    margin-bottom: -91px;
    padding-top: 51px;
  }

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

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

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .paragraph-38, .paragraph-39, .paragraph-40 {
    font-family: Geomanist Light, Arial, sans-serif;
  }

  .image-full-blog {
    height: 70%;
  }

  .bold-text-8 {
    font-size: 1.2rem;
  }

  .div-block-2 {
    padding-bottom: 0;
  }

  .image-17 {
    width: 200%;
    font-size: 8px;
    line-height: 10rem;
  }

  .paralax-image-xperience {
    bottom: 13px;
  }

  .text-align-center-copy.xperience {
    font-size: 12rem;
  }

  .section-large-copy {
    margin-top: -148px;
    padding-bottom: 32px;
  }

  .label-detail-copy.text-align-left {
    margin-top: 2px;
    margin-bottom: 61px;
  }

  .spacing-section-copy.top-half {
    padding-top: 2.25rem;
  }

  .content-align-center-servicios-copy.tablet-align-left, .content-align-center-servicios-copy-copy.tablet-align-left {
    align-items: flex-start;
  }

  .content-align-center-servicios-copy-copy-copy {
    margin-top: 47px;
  }

  .content-align-center-servicios-copy-copy-copy.tablet-align-left, .content-align-center-servicios-copy.tablet-align-left {
    align-items: flex-start;
  }

  .container-6-copy {
    max-width: 100vw;
  }

  .content-align-center-servicios-copy-copy.tablet-align-left, .content-align-center-servicios-copy.tablet-align-left {
    align-items: flex-start;
  }

  .content-align-center-servicios-copy-copy-copy.tablet-align-left, .content-align-center-servicios-copy.tablet-align-left, .content-align-center-servicios-copy-copy.tablet-align-left, .content-align-center-servicios-copy-copy-copy.tablet-align-left {
    align-items: flex-start;
  }

  .content-align-center-servicios-copy-copy-copy-copy {
    margin-top: 47px;
  }

  .work-item-grid-copy {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: .75fr 1fr;
  }

  .content-align-bottom-copy {
    flex-direction: row;
    align-items: flex-end;
  }

  .content-align-bottom-copy.tablet-align-vertical {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .background-video-3 {
    aspect-ratio: 2;
    object-fit: contain;
    margin-top: 59px;
    padding-top: 61px;
  }

  .content-align-center-servicios-copy-copy.tablet-align-left {
    align-items: flex-start;
  }

  .container-15-copy {
    max-width: 728px;
  }

  .blog-cta-copy {
    grid-row-gap: 2rem;
    margin-top: 1.3rem;
  }

  .features-wrapper-two-copy {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 23px;
  }

  .logos-wrapper-copy {
    margin-top: 58px;
  }

  .blog-head-copy {
    margin-top: -102px;
    margin-bottom: 4px;
    padding-top: 0;
  }

  .spacing-section-copy-copy {
    margin-bottom: -60px;
    padding-top: 2.4rem;
    padding-bottom: 9rem;
  }

  .spacing-section-copy-copy.half {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .spacing-section-copy-copy.small {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .spacing-section-copy-copy.top-half {
    margin-bottom: 71px;
    padding-top: 0;
  }

  .spacing-section-copy-copy.tiny {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .spacing-section-copy-copy.tablet-top-smaller {
    padding-top: 6rem;
  }

  .spacer-medium-copy {
    padding-top: 5.2em;
    padding-bottom: 0;
  }

  .features-right-copy {
    max-width: 100%;
  }

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

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .team-grid-copy {
    grid-column-gap: 40px;
  }

  .portfolio-left-copy {
    height: auto;
  }

  .div-block-2-copy-portfolio {
    padding-bottom: 0;
  }

  .portfolio-left-copy-copy, .portifa-left-copy {
    height: auto;
  }

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

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

  .content-align-center-servicios-copy.tablet-align-left, .content-align-center-servicios-copy-copy.tablet-align-left {
    align-items: flex-start;
  }

  .heading-style-h3-copy {
    font-size: 4rem;
  }

  .content-align-center-servicios-copy.tablet-align-left {
    align-items: flex-start;
  }

  .benefits-wrap-copy {
    width: 100%;
    padding: 9rem 1.875rem 4.5rem;
  }

  .content-align-top-sides-copy.tablet-vertical {
    flex-direction: column;
  }

  .title-wrapper-copy {
    margin-bottom: -51px;
  }

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

  .section-copy.footer {
    padding-top: 6rem;
  }

  .section-about-mobile {
    margin-top: -30px;
  }

  .section-about-mobile.footer {
    padding-top: 6rem;
  }

  .content-align-center-servicios-copy-copy-copy.tablet-align-left {
    align-items: flex-start;
  }

  .container-copy {
    margin-top: -52px;
    margin-bottom: -91px;
    padding-top: 51px;
  }

  .container-copy.large {
    margin-top: 1px;
    padding-top: 0;
  }

  .content-align-center-servicios-copy3.tablet-align-left, .content-align-center-servicios-copy3-copy4.tablet-align-left {
    align-items: flex-start;
  }

  .label-copy {
    font-size: 1rem;
  }

  .content-align-center-servicios-copy-copy-copy-copy-copy {
    margin-top: 47px;
  }

  .content-align-center-servicios-copy-copy-copy-copy-copy.tablet-align-left {
    align-items: flex-start;
  }

  .background-video-3-copy {
    aspect-ratio: 2;
    object-fit: contain;
    margin-top: 59px;
    padding-top: 61px;
  }

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

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

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

  .button-3:hover {
    color: #000;
  }

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

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

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

  .works-previews-copy {
    margin-top: 2.9rem;
    margin-bottom: -7.3rem;
    padding-bottom: 160px;
  }

  .heading-style-h4-copy {
    font-size: 3.5rem;
  }

  .heading-style-h6-copyok, .heading-style-h6-copyokok, .heading-style-h6-copyokokok, .heading-style-h6-copy, .heading-style-h6-copy-copy {
    font-size: 2.5rem;
  }

  .heading-8-copyok {
    text-align: left;
    margin-bottom: -1.8rem;
  }

  .label-detail-copy {
    font-size: 2.4rem;
  }

  .label-detail-copy.small {
    font-size: 1.85rem;
  }

  .heading-3-copy {
    font-size: 7rem;
  }

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

  .label-detail-2 {
    font-size: 2.4rem;
  }

  .heading-style-h4-2 {
    font-size: 3.5rem;
  }

  .label-4, .label-4-copy {
    font-size: 1rem;
  }

  .label-detail-2-copy {
    font-size: 2.4rem;
  }

  .heading-style-h4-2-copy {
    font-size: 2.2rem;
  }

  .label-4-copy {
    font-size: 1rem;
  }

  .header-image {
    width: 990px;
  }

  .header-content {
    flex-direction: column;
    display: flex;
  }

  .button-primary-2 {
    display: flex;
  }

  .spacing-section-copy {
    margin-bottom: -60px;
    padding-top: 2.4rem;
    padding-bottom: 8.2rem;
  }

  .spacing-section-copy.half {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .spacing-section-copy.small {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .spacing-section-copy.top-half {
    margin-bottom: 71px;
    padding-top: 0;
  }

  .spacing-section-copy.tiny {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .spacing-section-copy.tablet-top-smaller {
    padding-top: 6rem;
  }

  .header-image-copy {
    width: 990px;
  }

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

  .header-title-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .header-card {
    left: 32px;
  }

  .header-image-wrapper-right {
    padding-left: 0;
  }

  .header-logos {
    flex-flow: wrap;
  }

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

  .h1-heading-2-copy {
    font-size: 59px;
  }

  .content-align-center-servicios-copy-copy-copy-copy.tablet-align-left {
    align-items: flex-start;
  }

  .spacing-section-3-copy {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .subheading-copy {
    font-size: 2.5rem;
  }

  .header-image-wrapper-right-2 {
    padding-left: 0;
  }
}

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

  h2 {
    font-size: 3.25rem;
  }

  h3 {
    font-size: 2.75rem;
  }

  h4 {
    font-size: 2.2rem;
  }

  h5 {
    font-size: 1.8rem;
  }

  h6 {
    font-size: 1.6rem;
  }

  p, li {
    font-size: 1.125rem;
  }

  blockquote {
    font-size: 1.75rem;
  }

  .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .container.large {
    padding-right: 1.95rem;
  }

  .section.footer {
    grid-row-gap: 3rem;
    padding-top: 4rem;
  }

  .lightbox-content {
    height: 20rem;
  }

  .lightbox-wrapper {
    margin-top: 2.25rem;
  }

  .intro-text {
    grid-row-gap: 2rem;
    width: 100%;
    margin-top: 1.5rem;
  }

  .logos-wrapper {
    margin-top: 13px;
  }

  .logo-wrap {
    width: 8rem;
  }

  .logo {
    height: 1.25rem;
  }

  .logo-side-gradient {
    width: 5rem;
  }

  .services-wrap {
    margin-top: 3rem;
  }

  .service {
    font-size: 1.75rem;
  }

  .services-sticky, .spacing-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .spacing-section.half {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .spacing-section.top-only {
    padding-top: 7.9rem;
  }

  .spacing-section.tablet-top-smaller {
    padding-top: 4rem;
  }

  .work-home-item {
    height: auto;
  }

  .work-home-content {
    grid-row-gap: .5rem;
    padding: 2rem 1.5rem;
  }

  .label-detail {
    font-size: 1.75rem;
  }

  .label-detail.small {
    font-size: 1.5rem;
  }

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

  .blog-item-content {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .intro-pic {
    width: 1.75rem;
  }

  .blog-cta {
    margin-top: 2rem;
  }

  .more-works-head {
    grid-row-gap: 1.5rem;
    margin-bottom: 2px;
  }

  .works-previews {
    margin-bottom: -1.2rem;
    padding-top: 0;
    padding-bottom: 114px;
  }

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

  .small-cta-logo {
    font-size: 1.75rem;
  }

  .footer-link {
    font-size: 1.25rem;
  }

  .footer-links {
    grid-column-gap: 4rem;
    margin-right: 1.5rem;
  }

  .footer-logo-wrap {
    width: 40%;
  }

  .button-content-oportunidades {
    padding: 1rem 2rem;
  }

  .header-subtitle-wrap {
    margin-top: 1rem;
  }

  .heading-style-h5 {
    font-size: 1.8rem;
  }

  .heading-style-h4 {
    font-size: 2.2rem;
  }

  .heading-style-h1 {
    font-size: 4rem;
  }

  .heading-style-h1.text-align-center {
    margin-bottom: -1.7rem;
    padding-right: 25px;
    font-size: 11rem;
    line-height: .5;
  }

  .work-grid {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .cta-text-wrap {
    margin-bottom: 2rem;
  }

  .cta-heading {
    font-size: 4rem;
  }

  .cta-heading.serif {
    font-size: 3rem;
  }

  .cta-button-wrap {
    border-width: 2px;
    padding-left: 1.5rem;
    padding-right: 1.25rem;
  }

  .cta-arrow {
    width: 1.5rem;
  }

  .cta-heading-wrap {
    grid-row-gap: .3rem;
  }

  .header-about-wrapper {
    margin-top: 2.1rem;
    margin-bottom: 1.55rem;
  }

  .header-about-image {
    width: 4.5rem;
    min-width: 4.5rem;
    margin-top: 45px;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .header-about-wrap {
    margin-top: -6px;
  }

  .about-intro-text-wrap {
    margin-top: 2rem;
  }

  .about-us-big-text {
    font-size: 6rem;
  }

  .about-us-subheading {
    max-width: 16rem;
    font-size: 2rem;
  }

  .text-wrapper-small {
    margin-top: 2rem;
  }

  .culture-wrap {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .culture-wrapper {
    flex-direction: column;
  }

  .culture-images {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
    position: relative;
    top: auto;
  }

  .culture-items {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .culture-item {
    padding: 3rem 1.125rem;
  }

  .culture-item.mobile-grey {
    background-color: var(--grey);
  }

  .culture-item.last {
    padding-bottom: 4rem;
  }

  .culture-item-heading {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }

  .team-letters-wrapper {
    padding-top: 4rem;
  }

  .team-sticky-block {
    height: auto;
  }

  .team-letter {
    font-size: 3.25rem;
  }

  .team-letter._6 {
    margin-left: .5rem;
  }

  .team-list {
    grid-column-gap: 2rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .team-content {
    grid-row-gap: 4rem;
  }

  .team-cta {
    grid-row-gap: 1.25rem;
  }

  .services-main-image {
    width: 60%;
    margin-bottom: -1rem;
  }

  .services-heading-wrap {
    margin-bottom: 2rem;
  }

  .services-brand-block {
    display: none;
  }

  .services-tabs {
    margin-top: 4rem;
  }

  .service-content {
    grid-row-gap: 2rem;
  }

  .testimonial-block {
    padding-bottom: 4rem;
  }

  .testimonial-block.mobile-custom {
    padding-bottom: 2rem;
  }

  .testimonial-logo {
    width: 6.5rem;
    height: 1.8rem;
  }

  .testimonial-content {
    grid-row-gap: 1.5rem;
    width: 70%;
  }

  .cta-main-text {
    font-size: 5rem;
  }

  .cta-button-text {
    font-size: 4rem;
  }

  .cta-button {
    border-width: 3px;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .cta-arrow-2 {
    width: 1.75rem;
  }

  .cta-images-wrapper {
    grid-column-gap: 2rem;
  }

  .cta-images-group {
    grid-row-gap: 6rem;
  }

  .subheading {
    font-size: 1.75rem;
  }

  .subheading.text-align-center {
    margin-top: 10.1rem;
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .carreers-subheading-wrap {
    margin-top: 1rem;
  }

  .careers-members-pics-wrap {
    width: 2rem;
    height: 2rem;
    margin-top: .125rem;
    margin-left: .75rem;
  }

  .careers-intro-content {
    margin-top: 2rem;
  }

  .careers-intro-text-wrap {
    margin-top: 1.5rem;
    margin-bottom: 2.5rem;
  }

  .benefits-wrap {
    padding: 4rem 1.25rem;
  }

  .benefit-item {
    padding-bottom: 1.25rem;
  }

  .benefit-head {
    padding-top: 1.25rem;
  }

  .benefit-title {
    font-size: 1.25rem;
  }

  .benefits-content {
    grid-row-gap: 2rem;
  }

  .benefit-image {
    aspect-ratio: 1;
    object-fit: cover;
  }

  .positions-block {
    padding: 1.275rem .8rem 1.275rem 1.5rem;
  }

  .position-name {
    font-size: 1.125rem;
  }

  .heading-style-h6 {
    font-size: 1.6rem;
  }

  .link {
    font-size: 1.125rem;
  }

  .text-field {
    height: 6rem;
    padding-left: 2rem;
    padding-right: 6rem;
    font-size: 2rem;
  }

  .form-button-wrap {
    width: 6rem;
  }

  .form-button-arrow {
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    display: flex;
  }

  .checkbox-label {
    font-size: 1rem;
  }

  .form-label-wrap {
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
  }

  .form-field {
    height: 3.25rem;
  }

  .form-field.is-message {
    height: 9rem;
  }

  .submit-button-custom {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.25rem;
  }

  .heading-style-h3 {
    font-size: 2.75rem;
  }

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

  .rich-text blockquote {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.6rem;
  }

  .positions-wrapper {
    margin-top: 2.5rem;
  }

  .label-wrap {
    margin-top: -67px;
  }

  .cta-arrow-wrap {
    margin-bottom: .25rem;
    margin-left: .25rem;
  }

  .cta-arrow-wrap-2 {
    margin-bottom: .35rem;
  }

  .member-wrap {
    grid-column-gap: 2rem;
  }

  .blog-author-pic, .blog-author-pic.large {
    width: 2.5rem;
    height: 2.5rem;
  }

  .cms-content {
    grid-row-gap: 3rem;
  }

  .spacing-header {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }

  .work-head-text {
    width: 100%;
  }

  .image-full {
    padding-top: 11px;
  }

  .work-head-description {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .products-list {
    grid-row-gap: 3rem;
  }

  .product-block {
    grid-row-gap: 1.5rem;
  }

  .template-section.head {
    padding-top: 2rem;
  }

  .template-heading {
    padding-bottom: 1.25rem;
  }

  .template-content-wrapper {
    min-height: auto;
  }

  .template-style-item-content {
    padding: 1.5rem 2rem;
  }

  .no-wrap {
    margin-top: 2.6rem;
  }

  .spacing-medium {
    height: 1.5rem;
  }

  .heading-style-h2 {
    font-size: 3.25rem;
  }

  .heading-style-h7 {
    font-size: 1.5rem;
  }

  .template-style-heading-split, .template-style-heading-split.margin-small {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .template-style-heading-split.margin-large {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .legal-notice {
    margin-bottom: 2rem;
  }

  .career-application-content {
    grid-row-gap: 3rem;
  }

  .checkout-content.tablet-custom {
    width: 100%;
  }

  .loader-line-wrap {
    width: 9rem;
  }

  .figma_content {
    border-radius: .4rem;
    padding: 1.125rem 1.5rem;
  }

  .testimonials-text {
    font-size: 57px;
  }

  .fun-facts-grid._3-column {
    grid-row-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

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

  .image-wrap {
    height: 55vh;
  }

  .fun-number {
    margin-bottom: 15px;
  }

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

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

  .services-left-content {
    padding: 40px 35px;
  }

  .service-content-2 {
    border-width: 1px;
  }

  .services-rigth-content-copy {
    padding: 40px 35px;
  }

  .animation-text {
    font-size: 5.5rem;
  }

  .spacing-section-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .button-2 {
    padding-top: 0;
  }

  .button-2.hide-tablet {
    display: flex;
  }

  .logo-client {
    max-height: 3rem;
  }

  .logo-grid-wrapper {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .fun-services {
    margin-bottom: 15px;
  }

  .heading-style-home {
    font-size: 1.8rem;
  }

  .testimonials-text-2 {
    margin-top: -2px;
    font-size: 57px;
  }

  .fun-number-2 {
    margin-bottom: 15px;
    font-size: 125px;
  }

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

  .animation-text-2 {
    font-size: 5.5rem;
  }

  .title-wrap {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .spacer-large {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .partner-grid-block {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .global-button {
    min-width: 160px;
  }

  .container-5 {
    max-width: 95vw;
  }

  .cta-wrapper-2 {
    margin-bottom: -58px;
  }

  .text-rotator-main {
    margin-top: 69px;
    padding-top: 24px;
    padding-bottom: 110px;
  }

  .line-icon {
    margin-left: 25px;
    margin-right: 25px;
  }

  .footer-2 {
    z-index: 15;
  }

  .footer-grid-second {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 2fr .25fr;
  }

  .figma-text {
    font-size: 18px;
  }

  .service-title-2 {
    font-size: 16vw;
  }

  .services-left, .services-left-copy {
    padding: 40px 35px;
  }

  .animation-text-3 {
    font-size: 5.5rem;
  }

  .images-grid-column, .images-grid-column.move-up {
    width: 100%;
  }

  .images-grid-column.mobile-none {
    display: none;
  }

  .images-grid-holder {
    height: auto;
  }

  .image-grid-child {
    width: 100%;
  }

  .sticky-animation-block {
    width: 100%;
    height: auto;
    padding-bottom: 0;
    position: static;
  }

  .animation-image {
    position: static;
  }

  .grid-images-wrapper {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .works-collection-list {
    grid-column-gap: 6em;
    grid-row-gap: 6em;
    margin-top: 3em;
  }

  .works-collection-list.for--tablet-and-above {
    display: flex;
  }

  .works-collection-item {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-flow: column-reverse;
  }

  .buttons-wrapper-2.have--margin {
    margin-top: 1em;
  }

  .work-image-wrapper, .work-content-wrapper {
    width: 100%;
  }

  .container-6 {
    max-width: 95vw;
  }

  .animation-text-4 {
    font-size: 5.5rem;
  }

  .title-wrap-2 {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .heading-text-animation-wrapper-2 {
    padding-top: 44px;
  }

  .work-title-wrapper {
    justify-content: flex-start;
    align-items: center;
    margin-top: 82px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-3 {
    font-size: 5rem;
  }

  .bold-text {
    font-size: 6.6rem;
    line-height: .4;
  }

  .bold-text-2 {
    font-size: 6.3rem;
  }

  .bold-text-3 {
    font-size: 5.3rem;
  }

  .paragraph-21 {
    margin-top: -35px;
    padding-bottom: 22px;
  }

  .about-us-big-text-copy {
    font-size: 6rem;
  }

  .heading-8 {
    margin-top: 11.1rem;
    font-size: 5rem;
  }

  .main-image.sixth {
    margin-bottom: 12vw;
    top: -1.4vh;
  }

  .hero-text-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .team-slider {
    padding: 60px 15px;
  }

  .container-9 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .button-content-2 {
    padding: 1rem 2rem;
  }

  .container-10 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .button-content-3 {
    padding: 1rem 2rem;
  }

  .navbar-content-2 {
    margin-top: 18px;
    margin-bottom: 3px;
  }

  .gallery-scroll {
    padding: 60px 15px;
  }

  .img-hero {
    margin-top: 15%;
  }

  .step-content-block {
    z-index: 2;
    order: -1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .img-block {
    z-index: 3;
    order: 3;
    width: 70%;
    min-height: 50vh;
    padding-top: 20px;
    position: relative;
  }

  .dot {
    z-index: 99;
    order: 2;
    align-self: center;
    margin-bottom: 0;
    position: absolute;
    bottom: 50%;
  }

  .step {
    justify-content: center;
    padding: 8%;
  }

  .scoll-wrap {
    z-index: 1;
    height: 100%;
    bottom: 50%;
  }

  .content-wrap {
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 50vh;
    padding-bottom: 20px;
  }

  .step-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 110vh;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .container-regular-servicios {
    margin-top: -1px;
  }

  .h3-heading {
    font-size: 40px;
  }

  .section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .section-large-2 {
    padding-top: 72px;
    padding-bottom: 113px;
  }

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

  .paragraph-29 {
    margin-top: -15px;
    padding-top: 0;
    padding-bottom: 6px;
  }

  .paragraph-35 {
    padding-top: 26px;
    font-family: Geomanist Light, Arial, sans-serif;
  }

  .pricing-overview {
    padding: 60px 15px;
  }

  .h2-heading {
    font-size: 44px;
  }

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

  .paragraph-37 {
    margin-top: -1px;
  }

  .container-quieres-ver-mas {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .features-list {
    border: 1px solid #0000;
    padding: 60px 15px;
  }

  .paragraph-38, .paragraph-39, .paragraph-40 {
    font-family: Geomanist Light, Arial, sans-serif;
  }

  .image-full-blog {
    padding-top: 11px;
  }

  .text-align-center-copy.xperience {
    font-size: 8.3rem;
    line-height: .9;
  }

  .label-detail-copy.text-align-left {
    margin-bottom: -3px;
    padding-top: 15px;
  }

  .container-6-copy {
    max-width: 95vw;
  }

  .heading-text-animation-wrapper-2-copy {
    padding-top: 44px;
  }

  .content-align-center-servicios-copy-copy-copy {
    padding-bottom: 87px;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .f-team-section {
    padding-top: 72px;
  }

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

  .background-video-3 {
    padding-top: 150px;
  }

  .container-copy {
    margin-top: -110px;
    margin-bottom: -6px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .section-13 {
    margin-top: 36px;
    padding-top: 0;
  }

  .container-15-copy {
    margin-top: -103px;
    padding-top: 0;
  }

  .blog-cta-copy {
    margin-top: .9rem;
    margin-bottom: -122px;
  }

  .logos-wrapper-copy {
    margin-top: 13px;
  }

  .spacing-section-copy-copy {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .spacing-section-copy-copy.half {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .spacing-section-copy-copy.top-only {
    padding-top: 7.9rem;
  }

  .spacing-section-copy-copy.tablet-top-smaller {
    padding-top: 4rem;
  }

  .features-list-copy, .features-list-copy-copy {
    border: 1px solid #0000;
    padding: 60px 15px;
  }

  .features-right-copy {
    margin-bottom: -39px;
    padding-top: 90px;
  }

  .team-circles {
    padding: 60px 15px;
  }

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

  .portfolio-left-copy, .portfolio-left-copy-copy, .portifa-left-copy {
    padding: 40px 35px;
  }

  .button-content-portifa {
    padding: 1rem 2rem;
  }

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

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

  .careers-intro-text-wrap-copy {
    margin-top: 1.5rem;
    margin-bottom: 2.5rem;
  }

  .text-size-large-copy {
    font-size: 1.125rem;
  }

  .heading-style-h3-copy {
    font-size: 2.75rem;
  }

  .benefits-wrap-copy {
    padding: 4rem 1.25rem;
  }

  .section-copy.footer, .section-about-mobile.footer {
    grid-row-gap: 3rem;
    padding-top: 4rem;
  }

  .container-copy {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .container-copy.large {
    padding-right: 1.95rem;
  }

  .img-block-copy {
    z-index: 3;
    z-index: 3;
    z-index: 3;
    z-index: 3;
    order: 3;
    width: 70%;
    min-height: 50vh;
    padding-top: 20px;
    position: relative;
  }

  .heading-text-animation-wrapper-2-copy-copy {
    padding-top: 44px;
  }

  .step-block-copy {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 110vh;
  }

  .section-large-copy {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .background-video-3-copy {
    padding-top: 150px;
  }

  .service-content-3 {
    border-width: 1px;
  }

  .service-title-3 {
    font-size: 16vw;
  }

  .subhead-main-copy {
    font-size: 22px;
  }

  .works-previews-copy {
    margin-bottom: -1.2rem;
    padding-top: 0;
    padding-bottom: 114px;
  }

  .heading-style-h4-copy {
    font-size: 2.2rem;
  }

  .heading-style-h6-copyok, .heading-style-h6-copyokok, .heading-style-h6-copyokokok, .heading-style-h6-copy, .heading-style-h6-copy-copy {
    font-size: 1.6rem;
  }

  .heading-8-copyok {
    margin-top: 11.1rem;
    font-size: 5rem;
  }

  .label-detail-copy {
    font-size: 1.75rem;
  }

  .label-detail-copy.small {
    font-size: 1.5rem;
  }

  .heading-3-copy {
    font-size: 5rem;
  }

  .culture-item-2 {
    padding: 3rem 1.125rem;
  }

  .culture-item-2.mobile-grey {
    background-color: #f6f6f3;
  }

  .culture-item-2.last {
    padding-bottom: 4rem;
  }

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

  .label-detail-2 {
    font-size: 1.75rem;
  }

  .culture-items-2 {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-17 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .heading-style-h4-2 {
    font-size: 2.2rem;
  }

  .label-detail-2-copy {
    font-size: 1.75rem;
  }

  .heading-style-h4-2-copy {
    font-size: 2.2rem;
  }

  .header-content {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

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

  .header-reviews {
    overflow: visible;
  }

  .h1-heading, .h1-heading-copy {
    font-size: 56px;
  }

  .spacing-section-copy {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .spacing-section-copy.half {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .spacing-section-copy.top-only {
    padding-top: 7.9rem;
  }

  .spacing-section-copy.tablet-top-smaller {
    padding-top: 4rem;
  }

  .section-large-3-copy {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

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

  .h2-heading-2 {
    font-size: 46px;
    line-height: 54px;
  }

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

  .section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h1-heading-2-copy {
    font-size: 52px;
  }

  .spacing-section-3-copy {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .subheading-copy {
    font-size: 1.75rem;
  }

  .subheading-copy.text-align-center {
    margin-top: 10.1rem;
    margin-bottom: 20px;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-family: Geomanist Light, Arial, sans-serif;
  }

  .main.grey {
    margin-top: 0;
  }

  .navbar {
    width: 100%;
    position: fixed;
    inset: 0% 0% auto;
  }

  .container {
    margin-top: 4px;
    margin-bottom: -87px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 1.15rem;
  }

  .container.large {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 1.95rem;
  }

  .container.small {
    margin-top: 0;
    margin-bottom: 9px;
    padding-top: 47px;
  }

  .button {
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    margin-bottom: 48px;
    padding-bottom: 29px;
  }

  .button.white {
    margin-bottom: 59px;
    margin-left: 59px;
    padding-left: 96px;
  }

  .section {
    margin-top: -13px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.overflow {
    margin-top: -2px;
  }

  .section.black {
    margin-top: -27px;
    margin-bottom: 5px;
  }

  .section.white {
    margin-top: 48px;
    padding-bottom: 0;
  }

  .lightbox-background-video {
    height: 100%;
  }

  .lightbox-play {
    grid-column-gap: .75rem;
  }

  .lightbox-play-text {
    font-size: 1.75rem;
  }

  .intro-content {
    margin-left: 17px;
  }

  .content-align-top-sides {
    margin-top: 118px;
    margin-bottom: -6px;
    padding-bottom: 14px;
  }

  .content-align-top-sides.tablet-vertical {
    margin-top: 29px;
  }

  .intro-text {
    margin-bottom: 50px;
  }

  .logos-wrapper {
    margin-bottom: -7px;
  }

  .spacing-section {
    margin-top: -66px;
    margin-bottom: -3px;
    padding-top: 1.4rem;
    padding-bottom: 0;
  }

  .spacing-section.half {
    padding-top: .9rem;
    padding-bottom: 5rem;
  }

  .spacing-section.bottom-half {
    margin-top: -55px;
    padding-top: 4.1rem;
    padding-bottom: 2.1rem;
  }

  .spacing-section.top-only.mobile-top-none {
    margin-top: -25px;
    padding-top: 2.7rem;
  }

  .spacing-section.top-half {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 2.35rem;
  }

  .spacing-section.mobile-top-smaller {
    padding-top: 1rem;
  }

  .work-home-content {
    margin-bottom: 40px;
    padding-top: 3.7rem;
    padding-bottom: 0;
  }

  .work-home-heading {
    margin-bottom: 0;
  }

  .label-detail.text-align-left {
    vertical-align: middle;
    margin-top: -38px;
    margin-bottom: 9px;
    font-size: 1.1rem;
  }

  .label-detail.small {
    margin-top: 134px;
    margin-bottom: 80px;
  }

  .label {
    font-size: .9rem;
  }

  .content-align-sides.tablet-align-vertical {
    margin-top: 19px;
  }

  .blog-head {
    margin-left: 34px;
    padding-top: 0;
  }

  .blog-wrapper-home {
    margin-top: -4rem;
  }

  .blog-item-content {
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .blog-infos {
    grid-column-gap: 1rem;
    flex-direction: row;
    align-items: center;
    width: auto;
    margin-bottom: 8px;
  }

  .blog-thumbnail {
    width: 100%;
  }

  .blog-title-wrap {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }

  .blog-cta {
    margin-bottom: -121px;
  }

  .blog-heading-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-right: -2px;
    padding-bottom: 6px;
    padding-right: 22px;
    font-size: 2rem;
  }

  .more-works-wrapper {
    margin-bottom: -43px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .more-works-head {
    margin-top: -39px;
  }

  .works-previews {
    margin-top: -2.2rem;
    margin-bottom: -2.5rem;
    padding-bottom: 0;
  }

  .footer-main {
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .footer-logo-wrap {
    width: 100%;
  }

  .button-content-oportunidades {
    justify-content: center;
    align-items: center;
  }

  .button-content-oportunidades.white {
    margin-top: 31px;
    margin-bottom: -28px;
    padding-left: 1.6rem;
    padding-right: 1rem;
  }

  .button-shadow {
    box-sizing: border-box;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    aspect-ratio: auto;
    object-fit: fill;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

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

  .content-align-center-servicios {
    justify-content: center;
    align-items: center;
    margin-top: 26px;
    margin-bottom: 108px;
    padding-top: 116px;
    padding-bottom: 0;
  }

  .content-align-center-servicios.tablet-align-left {
    margin-bottom: 56px;
  }

  .works-list {
    padding-bottom: 0;
  }

  .heading-style-h5 {
    margin-top: -2rem;
  }

  .blog-icon-arrow-wrap {
    min-width: 1rem;
    margin-top: .25rem;
  }

  .content-align-bottom {
    padding-bottom: 0;
  }

  .heading-style-h1.text-align-center {
    letter-spacing: 0;
    width: auto;
    min-width: 80%;
    min-height: 80%;
    padding-bottom: 27px;
    padding-right: 3px;
    font-size: 8.8rem;
    line-height: .2;
  }

  .work-content {
    grid-row-gap: .5rem;
    flex-direction: column;
  }

  .work-heading {
    grid-row-gap: 0rem;
    width: 100%;
  }

  .cta-sticky {
    margin-top: 0;
    padding-top: 0;
  }

  .cta-text-wrap {
    width: 100%;
    max-width: 16rem;
  }

  .cta-heading {
    font-size: 3rem;
  }

  .cta-heading.serif {
    margin-top: 7px;
    font-family: Geomanist extra light, sans-serif;
    font-size: 2rem;
  }

  .header-about-wrapper {
    margin-top: -8.4rem;
    margin-bottom: -1.45rem;
    padding-bottom: 49px;
  }

  .header-about-image {
    margin-top: -15px;
  }

  .about-us-subheading {
    margin-bottom: .425rem;
    font-size: 1.5rem;
  }

  .text-wrapper-small {
    margin-bottom: -60px;
  }

  .culture-wrap {
    padding-top: 4.9rem;
    padding-bottom: 5.2rem;
  }

  .culture-sticky {
    padding-top: 33px;
    padding-bottom: 48px;
  }

  .culture-images {
    position: relative;
  }

  .culture-item {
    padding-top: 1.4rem;
  }

  .culture-item-content._3 {
    margin-bottom: 23px;
  }

  .team-letters-wrapper {
    margin-bottom: -15px;
    padding-top: 3.3rem;
    padding-bottom: 0;
  }

  .team-letters {
    width: auto;
    height: auto;
    margin-top: 15px;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

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

  .text-white {
    margin-right: -149px;
    font-size: 1.7rem;
  }

  .team-content {
    margin-bottom: 73px;
  }

  .team-cta {
    margin-top: -31px;
    margin-bottom: -37px;
    margin-left: 1px;
    padding: 0 7px 4px 0;
  }

  .text-align-center {
    margin-top: 2.4rem;
    margin-bottom: .3rem;
  }

  .services-main-image {
    width: 100%;
    margin-top: 1.6rem;
    margin-bottom: -2.5rem;
    font-size: 1.9rem;
  }

  .services-heading-wrap {
    padding-bottom: 0;
    padding-right: 10px;
  }

  .services-tabs {
    flex-direction: column;
    margin-top: 3rem;
  }

  .services-tabs-menu {
    grid-row-gap: .25rem;
    width: 100%;
  }

  .services-tabs-content {
    width: 100%;
    margin-top: 3rem;
    margin-left: 0;
    margin-right: 0;
  }

  .services-tab-link {
    padding-left: 1.25rem;
  }

  .services-tab-dot {
    left: 0;
    right: auto;
  }

  .testimonial-block {
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .testimonial-content {
    width: 100%;
  }

  .cta-texts-wrap {
    grid-row-gap: .5rem;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .cta-button-text {
    padding-top: 7px;
  }

  .subheading {
    margin-top: 2px;
  }

  .subheading.text-align-center {
    margin-top: -1.1rem;
    margin-bottom: -51px;
    padding-top: 9px;
    font-size: 1.7rem;
  }

  .careers-members-pics-wrap {
    width: 7rem;
    height: 6rem;
    margin-left: -2.35rem;
  }

  .careers-team-photo-wrap {
    margin-top: 0;
  }

  .careers-team-photo {
    padding-top: 0;
    padding-bottom: 0;
  }

  .careers-intro-text-wrap {
    margin-top: -2.3rem;
  }

  .benefits-wrap {
    padding-bottom: 1.4rem;
  }

  .benefit-image {
    aspect-ratio: 1;
    vertical-align: top;
    margin-top: -48px;
    overflow: clip;
  }

  .positions-block {
    grid-row-gap: .5rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .positions-details {
    grid-column-gap: 1rem;
    grid-row-gap: .25rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .process-grid {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    margin-top: 42px;
  }

  .process-step {
    padding-top: 1px;
  }

  .process-item {
    width: 100%;
    max-width: none;
    padding-top: 0;
  }

  .blog-list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .blog-block {
    padding-top: 0;
  }

  .blog-category-wrap {
    margin-top: 1rem;
  }

  .heading-style-h6 {
    margin-top: -1.7rem;
  }

  .text-color-grey {
    margin-bottom: 0;
  }

  .form-block {
    margin-top: 26px;
  }

  .text-field {
    font-size: 1.5rem;
  }

  .columns-wrap {
    margin-top: 53px;
    margin-bottom: 32px;
  }

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

  .form-input.border-right {
    border-right-style: none;
  }

  .contact-form-actions {
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .blog-head-wrap {
    margin-top: -51px;
    margin-right: 13px;
    padding-top: 0;
    padding-right: 0;
  }

  .heading-style-h3 {
    margin-top: .2rem;
    margin-bottom: -.9rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 3rem;
  }

  .heading-style-h3.text-align-center {
    margin-top: 0;
    margin-bottom: -7.1rem;
    padding-top: 52px;
  }

  .rich-text {
    margin-top: 76px;
    font-family: Geomanist Light, Arial, sans-serif;
  }

  .label-wrap {
    margin-top: -135px;
    margin-bottom: -102px;
    padding-top: 0;
  }

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

  .member-wrap {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .member-position-wrap {
    margin-bottom: 2rem;
  }

  .blog-author-infos-wrap {
    margin-top: 1.6rem;
  }

  .spacing-header {
    padding-top: 6.2rem;
    padding-bottom: 2.7rem;
  }

  .work-head-content {
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
    margin-top: 26px;
  }

  .work-head-text {
    margin-top: 2rem;
  }

  .image-full {
    margin-bottom: 0;
    padding-top: 0;
  }

  .work-head-description {
    min-width: 100%;
    margin-top: 2.5rem;
    margin-bottom: -.6rem;
  }

  .work-item-grid {
    grid-template-columns: 1fr;
    margin-top: 65px;
  }

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

  .work-detail-wrap {
    width: 100%;
    margin-top: 10px;
  }

  .work-last-content {
    grid-row-gap: 3rem;
  }

  .work-list-category {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .shop-item-wrapper {
    flex-direction: column;
  }

  .shop-item-images {
    grid-row-gap: 1rem;
    width: 100%;
  }

  .shop-item-details-wrap {
    width: 100%;
    margin-top: 2rem;
    padding: 0;
  }

  .shop-item-infos {
    margin-top: 1.5rem;
  }

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

  .template-style-item-content {
    padding: 2.5rem 1.5rem;
  }

  .no-wrap {
    margin-top: -.5rem;
    margin-bottom: .2rem;
  }

  .heading-style-h2 {
    font-size: 2.2rem;
  }

  .culture-word, .culture-word._2 {
    font-size: 5rem;
  }

  .heading-style-h7 {
    padding-top: 15px;
  }

  .heading-style-h7.text-white {
    font-size: 1rem;
  }

  .margin-bottom-small {
    margin-bottom: -.5rem;
    padding-bottom: 0;
  }

  .blog-wrapper {
    margin-top: 35px;
  }

  .template-font-1, .template-font-2 {
    font-size: 6rem;
  }

  .hide-mobile {
    display: none;
  }

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

  .order-info {
    margin: .5rem 0;
  }

  .figma_button {
    display: none;
  }

  .figma_content {
    flex-flow: column;
  }

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

  .margin-40px {
    margin-top: 18px;
    margin-bottom: -106px;
    padding-bottom: 11px;
  }

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

  .button-3d {
    padding-top: 43px;
  }

  .button-flex {
    margin-top: 28px;
  }

  .fade-in-wrapper {
    height: 80%;
  }

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

  .subhead-main._80 {
    margin-top: 5px;
    padding-bottom: 0;
  }

  .subhead-main.left {
    font-size: 16px;
  }

  .paralax-image {
    object-fit: contain;
    width: 45%;
    height: 100%;
    margin-top: -31px;
    margin-bottom: -1px;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 151px;
    padding-right: 0;
    bottom: 2px;
  }

  .image-wrap {
    height: auto;
    min-height: 450px;
  }

  .image-wrap.cricle {
    min-height: 180px;
  }

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

  .image-wrap.square {
    box-sizing: border-box;
    aspect-ratio: 2 / 3;
    object-fit: fill;
    width: 70%;
    height: 100%;
    min-height: 100px;
    margin-top: -130px;
    margin-bottom: -99px;
    margin-left: -54px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 10px;
    top: auto;
    overflow: hidden;
  }

  .section-2 {
    padding-top: 113px;
    padding-bottom: 104px;
  }

  .fun-number {
    font-size: 150px;
  }

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

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

  .service-flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    max-width: 100%;
    margin-bottom: 23px;
    padding-top: 2px;
    padding-bottom: 0;
  }

  .services-left-content {
    padding-left: 6%;
    padding-right: 6%;
  }

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

  .service-content-2 {
    font-size: 13px;
  }

  .services-rigth-content-copy {
    padding-left: 6%;
    padding-right: 6%;
  }

  .animation-text {
    font-size: 200%;
    line-height: 40px;
    position: relative;
  }

  .first-line {
    margin-top: 0;
  }

  .text-animation-wrapper {
    margin-bottom: 91px;
  }

  .animation-text-container {
    margin-bottom: -15px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .title-wrapper {
    margin-bottom: -93px;
    display: block;
  }

  .heading-text-animation-wrapper {
    margin-top: -55px;
    margin-bottom: 33px;
  }

  .sticky-block {
    grid-column-gap: 1.2em;
    grid-row-gap: 1.2em;
  }

  .quick-stack {
    padding-top: 21px;
    padding-bottom: 14px;
    padding-right: 25px;
  }

  .cell {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-bottom: 6px;
    padding-left: 0;
    padding-right: 0;
    font-size: 60%;
    line-height: 60%;
    display: block;
  }

  .image {
    max-width: 200%;
    margin: 29px 26px 14px -17px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 23px;
    font-size: 200%;
    line-height: 200%;
  }

  .spacing-section-2 {
    padding-top: 6.3rem;
  }

  .button-2.hide-tablet {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    box-sizing: border-box;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
    overflow: visible;
  }

  .logo-client {
    height: auto;
    margin-bottom: 21px;
  }

  .logo-grid-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .logo-grid-list {
    margin-bottom: 0;
  }

  .fun-services {
    font-size: 150px;
  }

  .heading-style-home {
    grid-column-gap: 52px;
    grid-row-gap: 52px;
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    padding-right: 10px;
    font-size: 100%;
    line-height: 70%;
    display: block;
  }

  .paragraph-4 {
    margin-top: 6px;
    margin-bottom: -5.3rem;
    padding-top: 0;
    padding-bottom: 84px;
    padding-left: 0;
    font-size: 50%;
    line-height: 100%;
  }

  .container-3 {
    margin-top: -37px;
  }

  .testimonials-text-2 {
    width: 100%;
    min-width: 100px;
    max-width: 105%;
    margin-top: -2px;
    font-size: 44px;
  }

  .fun-number-2 {
    font-size: 120px;
  }

  .paragraph-5 {
    font-size: 1rem;
  }

  .heading {
    margin-top: .6rem;
    margin-bottom: -.5rem;
    padding-bottom: 7px;
    font-size: 3.5rem;
  }

  .big-text {
    margin-top: 6px;
    margin-bottom: -2px;
    margin-right: -62px;
    padding-bottom: 0;
    font-size: 11vw;
    line-height: 1.2;
  }

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

  .animation-text-2 {
    margin-top: .5em;
    margin-bottom: -.1em;
    font-size: 4rem;
  }

  .partenr-job {
    font-size: .6rem;
  }

  .partner-p {
    margin-top: -10px;
    font-size: .85rem;
  }

  .title-wrap {
    padding-bottom: .9em;
  }

  .spacer-medium {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .section-5 {
    margin-top: 14px;
    margin-bottom: -104px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .spacer-large {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .partner-grid-block {
    padding-top: 48px;
  }

  .small-text-title.color--black {
    font-size: 1rem;
  }

  .buttons-wrapper {
    margin-top: 36px;
    padding-top: 16px;
    padding-bottom: 27px;
  }

  .global-button {
    min-width: 145px;
    min-height: 60px;
    padding: 1.1em 2em;
    font-size: .85rem;
  }

  .global-button.for--dark {
    display: block;
  }

  .container-5 {
    max-width: 100vw;
    margin-top: -48px;
    padding: 6.4em 1em 0;
  }

  .paragraph-6 {
    margin-top: 73px;
  }

  .text-rotator-main {
    margin-top: -65px;
    margin-bottom: -60px;
    padding-top: 37px;
    padding-bottom: 47px;
  }

  .text-rotator {
    margin-top: -14px;
    margin-bottom: -42px;
    font-size: 100px;
    line-height: 1;
  }

  .line-icon {
    margin-left: 20px;
    margin-right: 20px;
  }

  .footer-2 {
    margin-top: 61px;
    padding-top: 27px;
    padding-bottom: 31px;
  }

  .subscribe-field-footer {
    background-position: 5%;
    background-size: 26px;
  }

  .subscribe-form {
    width: 100%;
  }

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

  .copyright-flex-bottom {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .checkbox-main {
    flex: none;
  }

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

  .services-left {
    padding-left: 6%;
    padding-right: 6%;
  }

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

  .services-left-copy {
    padding-left: 6%;
    padding-right: 6%;
  }

  .animation-text-3 {
    margin-bottom: .2em;
    padding-top: 3px;
    font-size: 4rem;
  }

  .sticky-animation-image-wrapper {
    height: 200px;
  }

  .vertical-flex {
    margin-bottom: -7px;
    padding-top: 2px;
    padding-bottom: 0;
  }

  .paragraph-9 {
    margin-bottom: -.4rem;
    padding-top: 52px;
    padding-bottom: 0;
    font-family: Geomanist Light, Arial, sans-serif;
  }

  .section-8 {
    margin-top: 4px;
    margin-bottom: 21px;
  }

  .paragraph-12 {
    margin-bottom: 3.3rem;
  }

  .paragraph-13 {
    margin-top: 44px;
    padding-bottom: 65px;
  }

  .works-collection-list {
    margin-top: 1em;
  }

  .works-collection-list.for--tablet-and-above {
    display: flex;
  }

  .work-image-wrapper {
    height: 300px;
    margin-top: 30px;
    margin-bottom: -59px;
  }

  .works-title {
    flex-flow: row;
    font-size: 2.8rem;
    display: block;
  }

  .container-6 {
    max-width: 100vw;
    padding: 0 1em 7.3em;
  }

  .animation-text-4 {
    font-size: 3rem;
  }

  .title-wrap-2 {
    margin-top: 27px;
    padding-bottom: 0;
  }

  .heading-text-animation-wrapper-2 {
    margin-top: 229px;
    padding-top: 0;
  }

  .work-title-wrapper {
    margin-top: 75px;
  }

  .paragraph-15 {
    text-align: center;
    margin-top: 6px;
    padding-top: 0;
    padding-right: 0;
  }

  .paragraph-16 {
    text-align: center;
    margin-top: 4px;
  }

  .background-video-2 {
    width: 100%;
    height: 400px;
    margin-bottom: 54px;
  }

  .heading-3 {
    font-size: 3.2rem;
  }

  .bold-text {
    font-size: 3.4rem;
  }

  .bold-text-2 {
    text-align: left;
    letter-spacing: 0;
    font-size: 3.4rem;
  }

  .bold-text-3 {
    font-size: 2.8rem;
    line-height: .9;
  }

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

  .paragraph-21 {
    margin-top: -41px;
    margin-bottom: 2.3rem;
  }

  .heading-5 {
    font-size: 4rem;
  }

  .heading-6 {
    margin-top: 1.4rem;
  }

  .about-us-big-text-copy {
    margin-top: 33px;
  }

  .heading-4-copy {
    margin-top: 8.7rem;
    font-size: 2.4rem;
  }

  .image-3 {
    margin-top: 19px;
    margin-bottom: -57px;
    padding-right: 13px;
  }

  .heading-7-copy {
    font-size: 3rem;
  }

  .heading-8 {
    text-align: left;
    margin-top: 1.4rem;
    margin-bottom: -10rem;
    font-size: 3rem;
  }

  .section-10 {
    margin-top: 23px;
    padding-top: 0;
  }

  .hero-main-title {
    font-size: 38vw;
  }

  .hero-interaction {
    margin-top: 92vh;
  }

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

  .main-image.fifth {
    width: 40vw;
    height: 40vw;
    min-height: 40vw;
    left: -65.6vw;
  }

  .main-image.first {
    width: 40vw;
    height: 40vw;
    min-height: 40vw;
    margin-top: -4vw;
    left: -53vw;
  }

  .main-image.third {
    width: 40vw;
    height: 40vw;
    min-height: 40vw;
    display: none;
    top: 33.8vh;
    left: -4.1vw;
  }

  .main-image.sixth {
    width: 40vw;
    height: 40vw;
    min-height: 40vw;
    margin-bottom: -62vw;
    display: none;
    top: -19.5vh;
    left: -4vw;
  }

  .main-image.eight, .main-image.seven {
    display: none;
  }

  .main-image.fourth {
    width: 40vw;
    height: 40vw;
    min-height: 40vw;
    margin-top: -17vw;
    left: 53vw;
  }

  .main-image.second {
    width: 25vw;
    min-height: 40vw;
    top: -8vh;
  }

  .hero-wrapper {
    height: 80vh;
  }

  .hero-images.right-slide {
    height: 50vh;
    max-height: 50vh;
  }

  .hero-images.left {
    height: 70vh;
    max-height: 70vh;
  }

  .hero-content {
    padding-bottom: 14vh;
  }

  .hero-first {
    height: 80vh;
    min-height: 80vh;
  }

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

  .team-slider {
    margin-top: -85px;
    padding-top: 0;
    padding-bottom: 41px;
  }

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

  .centered-heading {
    margin-bottom: 24px;
    font-size: 2rem;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .team-block {
    padding-bottom: 0;
  }

  .team-member-name-two {
    font-size: 1.7rem;
  }

  .team-member-text {
    margin-top: -3px;
  }

  .team-slider-nav {
    margin-top: 22px;
  }

  .centered-heading-copy {
    margin-bottom: 24px;
    font-size: 4rem;
  }

  .button-shadow-copy {
    box-sizing: border-box;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    aspect-ratio: auto;
    object-fit: fill;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .image-4 {
    margin-top: 55px;
    padding-top: 0;
  }

  .contact-photo-wrap {
    margin-top: 0;
  }

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

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

  .hero-section {
    margin-bottom: -217px;
    padding-bottom: 0;
    display: block;
  }

  .steps.dots {
    padding-top: 9%;
    padding-bottom: 9%;
  }

  .scoll-wrap-hero {
    height: 77%;
    margin-top: 12px;
  }

  .scroll-hero {
    margin-top: 5%;
  }

  .paragraph-24 {
    margin-top: 86px;
  }

  .step-hero {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-10 {
    letter-spacing: -.02px;
    font-size: 3rem;
  }

  .img-block {
    width: 90%;
    margin-top: -77px;
    padding-top: 0;
  }

  .dot.red {
    margin-bottom: -18px;
  }

  .content-wrap {
    margin-top: -61px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .steps-clone {
    display: block;
    position: static;
  }

  .content {
    font-size: 20px;
  }

  .heading-11 {
    margin-top: -33px;
  }

  .hero-heading-left {
    background-color: #fff0;
    padding-top: 0;
  }

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

  .margin-bottom-24px {
    margin-top: 17px;
    margin-bottom: 35px;
  }

  .shadow-two {
    margin-top: -52px;
    padding-bottom: 74px;
  }

  .heading-12 {
    color: #131dbd;
    margin-top: 2.6rem;
    font-family: Geomanist Light, Arial, sans-serif;
    font-size: 4rem;
  }

  .image-6 {
    margin-bottom: 212px;
  }

  .container-regular-servicios {
    margin-top: -106px;
    padding-top: 21px;
  }

  .section-large {
    padding-top: 82px;
  }

  .grid-feature-content {
    grid-template-columns: 1fr;
    height: 93%;
    padding-bottom: 0;
  }

  .heading-13 {
    text-align: center;
    margin-top: .2rem;
    margin-bottom: -6.2rem;
    font-family: Geomanist Light, Arial, sans-serif;
    font-size: 3.7rem;
  }

  .section-large-2 {
    padding-top: 9px;
    padding-bottom: 0;
  }

  .feature-outline-r {
    padding-left: 23px;
  }

  .wrap-v-x-small {
    padding-left: 0;
  }

  .h5-heading {
    font-size: 24px;
  }

  .text-block-29 {
    margin-top: 18px;
    margin-bottom: -17px;
  }

  .paragraph-29 {
    padding-bottom: 28px;
  }

  .heading-15 {
    font-family: Geomanist Book, Arial, sans-serif;
    font-size: 1.3rem;
  }

  .paragraph-31 {
    margin-bottom: 2.2rem;
  }

  .bold-text-5 {
    font-family: Geomanist Book, Arial, sans-serif;
  }

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

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

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

  .paragraph-large {
    margin-top: -11px;
  }

  .h5-heading-2 {
    font-family: Geomanist Book, Arial, sans-serif;
  }

  .paragraph-small {
    font-family: Geomanist Light, Arial, sans-serif;
  }

  .text-block-32 {
    font-family: Geomanist Bold, Arial, sans-serif;
    font-size: 15px;
  }

  .paragraph-37 {
    margin-top: -6px;
    font-family: Geomanist Bold, Arial, sans-serif;
    font-size: .6rem;
  }

  .container-quieres-ver-mas {
    margin-top: -4px;
    margin-bottom: -112px;
    padding-top: 25px;
    padding-bottom: 14px;
    padding-right: 1.15rem;
  }

  .container-quieres-ver-mas.large {
    margin-top: 18px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 1.95rem;
  }

  .container-quieres-ver-mas.small {
    margin-top: 0;
    margin-bottom: 9px;
    padding-top: 47px;
  }

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

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .bold-text-6, .bold-text-7 {
    font-size: 1.5rem;
  }

  .image-full-blog {
    margin-bottom: 0;
    padding-top: 0;
  }

  .paralax-image-xperience {
    object-fit: contain;
    width: 45%;
    height: 100%;
    margin-top: -31px;
    margin-bottom: -1px;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 151px;
    padding-right: 0;
    bottom: 2px;
  }

  .text-align-center-copy.xperience {
    font-size: 5.3rem;
  }

  .bold-text-9 {
    font-family: Geomanist Bold, Arial, sans-serif;
    font-size: 10.9rem;
  }

  .section-large-copy {
    padding-top: 0;
    padding-bottom: 230px;
  }

  .section-4-copy {
    padding-top: 0;
    padding-bottom: 0;
  }

  .label-detail-copy.text-align-left {
    vertical-align: middle;
    margin-top: -38px;
    margin-bottom: -53px;
    padding-bottom: 0;
    font-size: 1.1rem;
  }

  .container-6-copy {
    max-width: 100vw;
    padding: 0 1em 7.3em;
  }

  .container-6-copy {
    max-width: 100vw;
    margin-top: -161px;
    padding: 0 1em 7.3em;
  }

  .heading-text-animation-wrapper-2-copy {
    margin-top: -13px;
    padding-top: 0;
  }

  .first-line-copy {
    margin-top: 40px;
  }

  .spacing-section-copy.half {
    margin-top: -46px;
    padding-top: .9rem;
    padding-bottom: 3.3rem;
  }

  .spacing-section-copy.top-only.mobile-top-none {
    padding-top: 2.7rem;
  }

  .animation-text-container-2-copy {
    margin-top: 34px;
  }

  .margin-bottom-small-copy {
    margin-bottom: -.5rem;
    padding-bottom: 0;
  }

  .heading-13-copy {
    text-align: center;
    margin-top: .2rem;
    margin-bottom: -6.2rem;
    font-family: Geomanist Light, Arial, sans-serif;
    font-size: 3.7rem;
  }

  .work-item-grid-copy {
    grid-template-columns: 1fr;
    margin-top: 65px;
  }

  .work-item-grid-copy.grid {
    grid-template-columns: 1fr;
  }

  .spacing-section-copy.mobile-top-smaller {
    margin-top: 0;
    padding-top: 1rem;
  }

  .content-align-center-servicios-copy.tablet-align-left {
    margin-bottom: 56px;
    padding-top: 6px;
  }

  .content-align-bottom-copy {
    margin-top: 154px;
    padding-bottom: 0;
  }

  .f-team-social-circle {
    margin-bottom: 16px;
  }

  .f-team-card-small {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .f-team-card-wrapper {
    padding-left: 14px;
    padding-right: 14px;
  }

  .background-video-3 {
    box-sizing: content-box;
    float: none;
    aspect-ratio: 2.39;
    object-fit: fill;
    object-position: 50% 50%;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    margin-top: 0;
    padding-top: 30px;
    display: block;
    position: relative;
    overflow: hidden;
  }

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

  .section-13 {
    margin-top: 19px;
  }

  .container-15-copy {
    max-width: none;
  }

  .blog-cta-copy {
    margin-bottom: -121px;
  }

  .features-wrapper-two-copy {
    margin-top: 164px;
  }

  .logos-wrapper-copy {
    margin-bottom: -7px;
  }

  .blog-head-copy {
    margin-top: -13px;
    margin-bottom: 74px;
    margin-left: 34px;
    padding-top: 0;
  }

  .spacing-section-copy-copy {
    margin-top: -66px;
    margin-bottom: -3px;
    padding-top: 1.4rem;
    padding-bottom: 0;
  }

  .spacing-section-copy-copy.half {
    margin-top: -46px;
    padding-top: .9rem;
    padding-bottom: 0;
  }

  .spacing-section-copy-copy.bottom-half {
    margin-top: -55px;
    padding-top: 4.1rem;
    padding-bottom: 2.1rem;
  }

  .spacing-section-copy-copy.top-only.mobile-top-none {
    padding-top: 2.7rem;
  }

  .spacing-section-copy-copy.top-half {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 2.35rem;
  }

  .spacing-section-copy-copy.mobile-top-smaller {
    padding-top: 1rem;
  }

  .spacer-medium-copy {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .features-right-copy {
    margin-bottom: -30px;
    padding-top: 20px;
  }

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

  .centered-heading-3 {
    margin-bottom: 24px;
    font-size: 2.6rem;
  }

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

  .heading-182-copy {
    font-size: 2.6rem;
  }

  .portfolio-left-copy {
    padding-left: 6%;
    padding-right: 6%;
  }

  .ccddcd {
    font-size: 2.6rem;
  }

  .div-block-3 {
    margin-top: 44px;
  }

  .div-block-2-copy-portfolio {
    margin-bottom: -87px;
    padding-top: 3px;
    padding-bottom: 0;
  }

  .label-wrap-portfolio {
    margin-top: -18px;
    margin-bottom: 8px;
    padding-top: 0;
  }

  .portfolio-left-copy-copy, .portifa-left-copy {
    padding-left: 6%;
    padding-right: 6%;
  }

  .button-content-portifa {
    justify-content: center;
    align-items: center;
  }

  .button-content-portifa.white {
    margin-top: 31px;
    margin-bottom: -28px;
    padding-left: 1.6rem;
    padding-right: 1rem;
  }

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

  .careers-intro-text-wrap-copy {
    margin-top: -13.4rem;
  }

  .subheading-copy {
    margin-top: 2px;
  }

  .content-align-center-servicios-copy-copy {
    justify-content: center;
    align-items: center;
    margin-top: -43px;
    margin-bottom: 46px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .content-align-center-servicios-copy-copy.tablet-align-left {
    margin-bottom: 56px;
  }

  .text-size-large-copy {
    text-align: center;
    padding-top: 57px;
  }

  .heading-style-h3-copy {
    text-align: center;
    margin-top: 4.9rem;
    margin-bottom: -.9rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 2.7rem;
  }

  .heading-style-h3-copy.text-align-center {
    margin-top: 0;
    margin-bottom: -7.1rem;
    padding-top: 52px;
  }

  .content-align-center-servicios-copy {
    justify-content: center;
    align-items: center;
    margin-top: 26px;
    margin-bottom: 108px;
    padding-top: 43px;
    padding-bottom: 27px;
  }

  .content-align-center-servicios-copy.tablet-align-left {
    margin-bottom: 56px;
  }

  .text-align-center-copy {
    margin-top: 2.4rem;
    margin-bottom: .3rem;
  }

  .benefits-wrap-copy {
    padding-top: 0;
    padding-bottom: 1.4rem;
  }

  .content-align-top-sides-copy {
    margin-top: 118px;
    margin-bottom: -6px;
    padding-bottom: 14px;
  }

  .content-align-top-sides-copy.tablet-vertical {
    margin-top: 29px;
  }

  .title-wrapper-copy {
    margin-top: -140px;
    margin-bottom: -93px;
    display: block;
  }

  .section-copy {
    margin-top: -13px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-copy.overflow {
    margin-top: -2px;
  }

  .section-copy.black {
    margin-top: -27px;
    margin-bottom: 5px;
  }

  .section-copy.white {
    margin-top: 48px;
    padding-bottom: 0;
  }

  .section-about-mobile {
    margin-top: -13px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-about-mobile.overflow {
    margin-top: -2px;
  }

  .section-about-mobile.black {
    margin-top: 29px;
    margin-bottom: 5px;
  }

  .section-about-mobile.white {
    margin-top: 48px;
    padding-bottom: 0;
  }

  .content-align-center-servicios-copy-copy-copy {
    justify-content: center;
    align-items: center;
    margin-top: 51px;
    margin-bottom: 108px;
    padding-top: 4px;
    padding-bottom: 0;
  }

  .content-align-center-servicios-copy-copy-copy.tablet-align-left {
    margin-bottom: 56px;
  }

  .container-copy {
    margin-top: -4px;
    margin-bottom: -72px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 1.15rem;
  }

  .container-copy.large {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 62px;
    padding-right: 1.95rem;
  }

  .container-copy.small {
    margin-top: 0;
    margin-bottom: 9px;
    padding-top: 47px;
  }

  .shadow-two-copy {
    margin-top: -52px;
    margin-bottom: 67px;
    padding-bottom: 74px;
  }

  .img-block-copy {
    width: 70%;
    margin-top: 18px;
    padding-top: 0;
    padding-bottom: 66px;
  }

  .heading-text-animation-wrapper-2-copy-copy {
    margin-top: 29px;
    padding-top: 0;
  }

  .shadow-two-copy-copy {
    margin-top: -52px;
    margin-bottom: 67px;
    padding-bottom: 156px;
  }

  .content-align-center-servicios-copy3 {
    justify-content: center;
    align-items: center;
    margin-top: 26px;
    margin-bottom: 108px;
    padding-top: 116px;
    padding-bottom: 0;
  }

  .content-align-center-servicios-copy3.tablet-align-left {
    margin-bottom: 56px;
  }

  .content-align-center-servicios-copy3-copy4 {
    justify-content: center;
    align-items: center;
    margin-top: -1px;
    margin-bottom: 108px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .content-align-center-servicios-copy3-copy4.tablet-align-left {
    margin-bottom: 56px;
  }

  .label-copy {
    font-size: .9rem;
  }

  .section-large-copy {
    margin-top: -100px;
    padding-top: 182px;
  }

  .content-align-center-servicios-copy-copy-copy-copy-copy {
    justify-content: center;
    align-items: center;
    margin-top: 179px;
    margin-bottom: 108px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .content-align-center-servicios-copy-copy-copy-copy-copy.tablet-align-left {
    margin-bottom: 56px;
  }

  .background-video-3-copy {
    box-sizing: border-box;
    float: none;
    aspect-ratio: 30 / 5;
    object-fit: cover;
    object-position: 50% 50%;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: none;
    height: 100%;
    min-height: 50%;
    max-height: 100%;
    margin-top: 62px;
    padding-top: 186px;
    padding-bottom: 0;
    display: block;
    position: relative;
    overflow: visible;
  }

  .service-content-3 {
    font-size: 16px;
  }

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

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

  .subhead-main-copy {
    font-size: 20px;
  }

  .subhead-main-copy._80 {
    margin-top: 5px;
    padding-bottom: 0;
  }

  .subhead-main-copy.left {
    font-size: 16px;
  }

  .heading-style-h4-copy {
    margin-top: 5.9rem;
    padding-bottom: 1px;
  }

  .works-previews-copy {
    margin-top: -2.2rem;
    margin-bottom: .4rem;
    padding-bottom: 0;
  }

  .heading-style-h6-copyok, .heading-style-h6-copyokok, .heading-style-h6-copyokokok, .heading-style-h6-copy, .heading-style-h6-copy-copy {
    margin-top: -1.7rem;
  }

  .heading-8-copyok {
    text-align: left;
    margin-top: 1.4rem;
    margin-bottom: -10rem;
    padding-top: 14px;
    font-size: 3rem;
  }

  .alinhamento {
    max-width: 50%;
    font-size: .5rem;
  }

  .label-detail-copy.text-align-left {
    vertical-align: middle;
    margin-top: -38px;
    margin-bottom: 9px;
    font-size: 1.1rem;
  }

  .label-detail-copy.small {
    margin-top: 134px;
    margin-bottom: 80px;
  }

  .label-detail-copy.text-align-left-copy {
    vertical-align: middle;
    margin-top: -38px;
    margin-bottom: 9px;
    font-size: 1.1rem;
  }

  .heading-3-copy {
    text-align: center;
    font-size: 3.2rem;
  }

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

  .section-11-copy.for-logo-copy {
    padding-top: 49px;
  }

  .heading-183-copy {
    text-align: center;
  }

  .header-image-right {
    display: none;
  }

  .paragraph-large-2 {
    font-family: Geomanist Bold, Arial, sans-serif;
    font-size: 15px;
  }

  .email-form {
    flex-direction: column;
    align-items: stretch;
  }

  .h1-heading, .h1-heading-copy {
    font-size: 48px;
  }

  .spacing-section-copy {
    margin-top: -66px;
    margin-bottom: -3px;
    padding-top: 1.4rem;
    padding-bottom: 0;
  }

  .spacing-section-copy.half {
    padding-top: .9rem;
    padding-bottom: 5rem;
  }

  .spacing-section-copy.bottom-half {
    margin-top: -55px;
    padding-top: 4.1rem;
    padding-bottom: 2.1rem;
  }

  .spacing-section-copy.top-only.mobile-top-none {
    margin-top: -25px;
    padding-top: 2.7rem;
  }

  .spacing-section-copy.top-half {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 2.35rem;
  }

  .spacing-section-copy.mobile-top-smaller {
    padding-top: 1rem;
  }

  .logo-grid-list-copy {
    margin-bottom: 0;
  }

  .image-19-copy {
    width: 10%;
  }

  .paragraph-large-4 {
    font-size: 16px;
    line-height: 30px;
  }

  .header-card {
    max-width: 80%;
    padding: 16px;
    bottom: 16px;
    left: 16px;
  }

  .text-color-blue {
    color: #8a8a8a;
  }

  .h1-heading-2 {
    font-size: 44px;
  }

  .header-image-wrapper-right {
    display: flex;
  }

  .button-outline, .button-primary-3 {
    width: 100%;
  }

  .header-buttons {
    flex-flow: column;
  }

  .h4-heading {
    font-size: 36px;
  }

  .h6-heading {
    color: #c00b2a;
    font-size: 27px;
  }

  .header-image-2-copy {
    width: 100%;
    height: 86%;
  }

  .h1-heading-2-copy {
    font-family: Geomanist Book, Arial, sans-serif;
    font-size: 44px;
  }

  .content-align-center-servicios-copy-copy-copy-copy {
    justify-content: center;
    align-items: center;
    margin-top: 51px;
    margin-bottom: 47px;
    padding-top: 4px;
    padding-bottom: 0;
  }

  .content-align-center-servicios-copy-copy-copy-copy.tablet-align-left {
    margin-bottom: 56px;
  }

  .spacing-section-3-copy {
    padding-top: 0;
  }

  .subheading-copy {
    margin-top: 2px;
    font-family: Geomanist Book, Arial, sans-serif;
    font-size: 1.5rem;
  }

  .subheading-copy.text-align-center {
    margin-top: -1.1rem;
    margin-bottom: -51px;
    padding-top: 9px;
    font-size: 1.7rem;
  }

  .icon-wrapper-4 {
    background-color: #111cbd;
  }

  .paragraph-large-5 {
    font-size: 18px;
    line-height: 30px;
  }

  .text-color-blue-2 {
    color: #111cbd;
  }

  .button-primary-4 {
    width: 100%;
  }

  .bold-text-13 {
    font-size: 2.9rem;
  }

  .bold-text-13-copy {
    font-size: 2.1rem;
    line-height: .7;
  }
}

#w-node-f4e6f739-140f-5bd0-432a-ee27a319a996-02493354, #w-node-f4e6f739-140f-5bd0-432a-ee27a319a997-02493354, #w-node-f4e6f739-140f-5bd0-432a-ee27a319a999-02493354, #w-node-f4e6f739-140f-5bd0-432a-ee27a319a99b-02493354, #w-node-f4e6f739-140f-5bd0-432a-ee27a319a99d-02493354, #w-node-f4e6f739-140f-5bd0-432a-ee27a319a99f-02493354, #w-node-f4e6f739-140f-5bd0-432a-ee27a319a9a1-02493354, #w-node-f4e6f739-140f-5bd0-432a-ee27a319a9a4-02493354, #w-node-f4e6f739-140f-5bd0-432a-ee27a319a9a6-02493354, #w-node-f4e6f739-140f-5bd0-432a-ee27a319a9a8-02493354, #w-node-f4e6f739-140f-5bd0-432a-ee27a319a9aa-02493354, #w-node-f4e6f739-140f-5bd0-432a-ee27a319a9ac-02493354, #w-node-f4e6f739-140f-5bd0-432a-ee27a319a9ae-02493354, #w-node-f4e6f739-140f-5bd0-432a-ee27a319a9b0-02493354, #w-node-f4e6f739-140f-5bd0-432a-ee27a319a9b3-02493354, #w-node-f4e6f739-140f-5bd0-432a-ee27a319a9b5-02493354, #w-node-f4e6f739-140f-5bd0-432a-ee27a319a9b7-02493354, #w-node-f4e6f739-140f-5bd0-432a-ee27a319a9b9-02493354, #w-node-f4e6f739-140f-5bd0-432a-ee27a319a9bb-02493354, #w-node-f4e6f739-140f-5bd0-432a-ee27a319a9bd-02493354, #w-node-f4e6f739-140f-5bd0-432a-ee27a319a9bf-02493354, #w-node-f4e6f739-140f-5bd0-432a-ee27a319a9c2-02493354, #w-node-f4e6f739-140f-5bd0-432a-ee27a319a9c4-02493354, #w-node-f4e6f739-140f-5bd0-432a-ee27a319a9c6-02493354, #w-node-f4e6f739-140f-5bd0-432a-ee27a319a9c8-02493354, #w-node-f4e6f739-140f-5bd0-432a-ee27a319a9ca-02493354, #w-node-f4e6f739-140f-5bd0-432a-ee27a319a9cc-02493354, #w-node-f4e6f739-140f-5bd0-432a-ee27a319a9ce-02493354 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f4e6f739-140f-5bd0-432a-ee27a319ac03-02493354 {
  grid-area: 1 / 9 / 2 / 13;
}

#subscribe.w-node-f4e6f739-140f-5bd0-432a-ee27a319ac07-02493354 {
  align-self: stretch;
}

#w-node-f4e6f739-140f-5bd0-432a-ee27a319ac16-02493354 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-f4e6f739-140f-5bd0-432a-ee27a319ac3b-02493354 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-f4e6f739-140f-5bd0-432a-ee27a319ac53-02493354 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-be3c87e6-2afd-c4c0-28bc-5b8b29476907-294768ed, #w-node-be3c87e6-2afd-c4c0-28bc-5b8b29476909-294768ed, #w-node-be3c87e6-2afd-c4c0-28bc-5b8b2947690b-294768ed, #w-node-be3c87e6-2afd-c4c0-28bc-5b8b2947690d-294768ed, #w-node-be3c87e6-2afd-c4c0-28bc-5b8b2947690f-294768ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cdb09430-a64c-ab0e-8b70-6973ecbc1bca-02493357 {
  grid-area: 1 / 9 / 2 / 13;
}

#subscribe.w-node-cdb09430-a64c-ab0e-8b70-6973ecbc1bce-02493357 {
  align-self: stretch;
}

#w-node-cdb09430-a64c-ab0e-8b70-6973ecbc1bdd-02493357 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-cdb09430-a64c-ab0e-8b70-6973ecbc1c02-02493357 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-cdb09430-a64c-ab0e-8b70-6973ecbc1c1a-02493357 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_4e32169e-59e0-ea80-8f28-db13523d1e50-02493358, #w-node-_4e32169e-59e0-ea80-8f28-db13523d1e5b-02493358, #w-node-_4e32169e-59e0-ea80-8f28-db13523d1e65-02493358, #w-node-_4e32169e-59e0-ea80-8f28-db13523d1e6f-02493358, #w-node-_4e32169e-59e0-ea80-8f28-db13523d1e79-02493358, #w-node-cb00e61c-2684-13e4-af15-3c624c172335-02493358, #w-node-_47e27b3f-d077-0901-744b-f85ffc2685d6-02493358, #w-node-_3fecf582-1702-c3d4-9753-3093d8799d3d-02493358, #w-node-_025a5367-5aa8-a74a-c4ab-d33daa887ae9-02493358, #w-node-_7eba7627-bbd2-febe-c389-eac4c7838223-02493358 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_24545309-d122-df7c-9b76-e70355755333-02493358 {
  grid-area: 1 / 9 / 2 / 13;
}

#subscribe.w-node-_24545309-d122-df7c-9b76-e70355755337-02493358 {
  align-self: stretch;
}

#w-node-_24545309-d122-df7c-9b76-e70355755346-02493358 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_24545309-d122-df7c-9b76-e7035575536b-02493358 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_24545309-d122-df7c-9b76-e70355755383-02493358 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_7a8921fa-a2ce-b7d3-c713-900722197ce1-02493359 {
  grid-area: 1 / 9 / 2 / 13;
}

#subscribe.w-node-_7a8921fa-a2ce-b7d3-c713-900722197ce5-02493359 {
  align-self: stretch;
}

#w-node-_7a8921fa-a2ce-b7d3-c713-900722197cf4-02493359 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_7a8921fa-a2ce-b7d3-c713-900722197d0d-02493359 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_7a8921fa-a2ce-b7d3-c713-900722197d1d-02493359 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-b9f447a3-0de6-afbe-3fc4-96e6a7535b04-0249335a, #w-node-b9f447a3-0de6-afbe-3fc4-96e6a7535b08-0249335a, #w-node-b9f447a3-0de6-afbe-3fc4-96e6a7535b0d-0249335a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b9f447a3-0de6-afbe-3fc4-96e6a7535b12-0249335a, #w-node-b9f447a3-0de6-afbe-3fc4-96e6a7535b17-0249335a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5cdab665-6901-eb38-aa2e-127611ce6d85-0249335a {
  grid-area: 1 / 9 / 2 / 13;
}

#subscribe.w-node-_5cdab665-6901-eb38-aa2e-127611ce6d89-0249335a {
  align-self: stretch;
}

#w-node-_5cdab665-6901-eb38-aa2e-127611ce6d98-0249335a {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_5cdab665-6901-eb38-aa2e-127611ce6dbd-0249335a {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_5cdab665-6901-eb38-aa2e-127611ce6dd5-0249335a {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_2c821647-cb75-0030-65f8-7b85df0f9cb4-0249335b {
  grid-area: 1 / 9 / 2 / 13;
}

#subscribe.w-node-_2c821647-cb75-0030-65f8-7b85df0f9cb8-0249335b {
  align-self: stretch;
}

#w-node-_2c821647-cb75-0030-65f8-7b85df0f9cc7-0249335b {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_2c821647-cb75-0030-65f8-7b85df0f9cec-0249335b {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_2c821647-cb75-0030-65f8-7b85df0f9d04-0249335b {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-f3508c10-b6e5-0f36-1d28-9db54f8292af-0249335c, #w-node-_90931368-df2d-2326-38bf-b931a9efc7d9-0249335c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ecf0a8d3-c2ab-2c87-3c8f-0390f2b76999-0249335c {
  grid-area: 1 / 9 / 2 / 13;
}

#subscribe.w-node-ecf0a8d3-c2ab-2c87-3c8f-0390f2b7699d-0249335c {
  align-self: stretch;
}

#w-node-ecf0a8d3-c2ab-2c87-3c8f-0390f2b769ac-0249335c {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-ecf0a8d3-c2ab-2c87-3c8f-0390f2b769c5-0249335c {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-ecf0a8d3-c2ab-2c87-3c8f-0390f2b769d5-0249335c {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_87593282-3e28-8712-99e1-2e4b070a9134-0249335f, #w-node-_713d1f40-4ed9-e105-2b05-d3d4bcbad991-0249335f, #w-node-_2977a35d-f83f-c5be-8db8-d2207dd96ac8-0249335f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6142e857-ed32-283d-63c2-069cda565db9-0249335f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f7bbf226-58bd-8321-eb2d-408b0e9de8b8-0249335f {
  grid-area: 1 / 9 / 2 / 13;
}

#subscribe.w-node-f7bbf226-58bd-8321-eb2d-408b0e9de8bc-0249335f {
  align-self: stretch;
}

#w-node-f7bbf226-58bd-8321-eb2d-408b0e9de8cb-0249335f {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-f7bbf226-58bd-8321-eb2d-408b0e9de8f0-0249335f {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-f7bbf226-58bd-8321-eb2d-408b0e9de908-0249335f {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_9585bc46-3898-aa7a-7220-fd8f7a698060-02493360, #w-node-_9585bc46-3898-aa7a-7220-fd8f7a698061-02493360, #w-node-b0296419-1a2e-ae16-a4c2-a2d8476e3a1c-02493360, #w-node-_9585bc46-3898-aa7a-7220-fd8f7a698063-02493360, #w-node-_9585bc46-3898-aa7a-7220-fd8f7a698067-02493360, #w-node-_9585bc46-3898-aa7a-7220-fd8f7a69806c-02493360 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b79014f1-338c-ea0d-fa34-fa65295b7720-02493360, #w-node-_9585bc46-3898-aa7a-7220-fd8f7a698071-02493360 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c8677ec3-3edd-1fc9-e9f4-fe7c6949ad62-02493361, #w-node-c8677ec3-3edd-1fc9-e9f4-fe7c6949ad64-02493361, #w-node-c8677ec3-3edd-1fc9-e9f4-fe7c6949ad66-02493361, #w-node-a3b9e669-1c54-62ec-32fa-f6d77d07b637-7d07b62f, #w-node-a3b9e669-1c54-62ec-32fa-f6d77d07b63b-7d07b62f, #w-node-a3b9e669-1c54-62ec-32fa-f6d77d07b652-7d07b62f, #w-node-a3b9e669-1c54-62ec-32fa-f6d77d07b653-7d07b62f, #w-node-a3b9e669-1c54-62ec-32fa-f6d77d07b654-7d07b62f, #w-node-a3b9e669-1c54-62ec-32fa-f6d77d07b655-7d07b62f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a3b9e669-1c54-62ec-32fa-f6d77d07b65e-7d07b62f, #w-node-a3b9e669-1c54-62ec-32fa-f6d77d07b667-7d07b62f, #w-node-a3b9e669-1c54-62ec-32fa-f6d77d07b668-7d07b62f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a3b9e669-1c54-62ec-32fa-f6d77d07b671-7d07b62f {
  grid-area: 1 / 9 / 2 / 13;
}

#subscribe.w-node-a3b9e669-1c54-62ec-32fa-f6d77d07b675-7d07b62f {
  align-self: stretch;
}

#w-node-a3b9e669-1c54-62ec-32fa-f6d77d07b684-7d07b62f {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-a3b9e669-1c54-62ec-32fa-f6d77d07b69d-7d07b62f {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-a3b9e669-1c54-62ec-32fa-f6d77d07b6ad-7d07b62f {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_206536c8-88d0-7499-b8bb-0b57fdc0ff96-02493363 {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-bf0feeed-1884-a27f-8747-c30ae5e7ca24-02493364, #w-node-_21072c3b-f292-ce63-f2ae-b62669eb6609-02493364 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6044c60f-18fc-1111-6e06-5b86446688d7-0249336d, #w-node-e717af6e-68f2-ba12-bdc0-a7d0fc630776-0249336d, #w-node-_801f0523-6252-e8ee-5568-04ea1cc9648b-0249336d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_36f6fef3-54dc-2703-93a0-6ac090690aa2-0249336d, #w-node-_36f6fef3-54dc-2703-93a0-6ac090690aa7-0249336d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36f6fef3-54dc-2703-93a0-6ac090690aac-0249336d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9e57003b-c1a4-38cc-69f5-7c2fbe3679aa-02493370, #w-node-f25de5b9-f3f3-e65c-989f-3db75855f8f7-02493370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a88538fc-0c45-9126-592d-0dc2d785dde0-6ea09841 {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-_34f5c730-5a70-0bdb-3533-5343a7dc856e-6ea09841 {
  grid-area: 2 / 3 / 3 / 8;
}

#w-node-fb3db839-bac7-3c32-132c-a13541840924-6ea09841 {
  grid-area: 2 / 8 / 3 / 13;
}

#w-node-_75ed6e50-ef68-757f-f289-add18b9efbcb-6ea09841 {
  grid-area: 3 / 4 / 4 / 11;
}

#w-node-_4d481de0-c1d1-48ed-b126-41c47b3dd9a7-6ea09841 {
  grid-area: 4 / 1 / 5 / 5;
}

#w-node-ba6a99df-0695-6a22-21f8-45828a169424-6ea09841 {
  grid-area: 5 / 4 / 6 / 13;
}

#w-node-_1c7e32db-66e1-e815-d834-476492cc3be3-6ea09841 {
  grid-area: 1 / 9 / 2 / 13;
}

#subscribe.w-node-_1c7e32db-66e1-e815-d834-476492cc3be7-6ea09841 {
  align-self: stretch;
}

#w-node-_1c7e32db-66e1-e815-d834-476492cc3bf6-6ea09841 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_1c7e32db-66e1-e815-d834-476492cc3c0f-6ea09841 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_1c7e32db-66e1-e815-d834-476492cc3c1f-6ea09841 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_709712be-7bbd-2d2f-56f9-5ded5b9973b3-86b951b0, #w-node-_709712be-7bbd-2d2f-56f9-5ded5b9973b8-86b951b0, #w-node-_709712be-7bbd-2d2f-56f9-5ded5b9973d5-86b951b0, #w-node-_709712be-7bbd-2d2f-56f9-5ded5b9973d7-86b951b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_709712be-7bbd-2d2f-56f9-5ded5b9973e1-86b951b0, #w-node-_709712be-7bbd-2d2f-56f9-5ded5b9973f6-86b951b0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a5ea523e-db9e-d4ba-920e-b0ac87c6a214-86b951b0 {
  grid-area: 1 / 9 / 2 / 13;
}

#subscribe.w-node-a5ea523e-db9e-d4ba-920e-b0ac87c6a218-86b951b0 {
  align-self: stretch;
}

#w-node-a5ea523e-db9e-d4ba-920e-b0ac87c6a227-86b951b0 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-a5ea523e-db9e-d4ba-920e-b0ac87c6a24c-86b951b0 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-a5ea523e-db9e-d4ba-920e-b0ac87c6a264-86b951b0 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-ae761314-5772-092c-0480-889d84173c43-2f6ea97d {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ae761314-5772-092c-0480-889d84173c4a-2f6ea97d, #w-node-ae761314-5772-092c-0480-889d84173c52-2f6ea97d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0b32479a-b8a0-c005-eac8-847898162db4-2f6ea97d, #w-node-_0b32479a-b8a0-c005-eac8-847898162dba-2f6ea97d {
  place-self: stretch center;
}

#w-node-_0b32479a-b8a0-c005-eac8-847898162dc0-2f6ea97d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_0b32479a-b8a0-c005-eac8-847898162dc6-2f6ea97d, #w-node-_0b32479a-b8a0-c005-eac8-847898162dcc-2f6ea97d, #w-node-_0b32479a-b8a0-c005-eac8-847898162dd2-2f6ea97d, #w-node-_0b32479a-b8a0-c005-eac8-847898162dd8-2f6ea97d, #w-node-_0b32479a-b8a0-c005-eac8-847898162dde-2f6ea97d {
  place-self: stretch center;
}

#w-node-_7cc7144c-bea1-4c79-d15f-6bcc69fd04de-2f6ea97d, #w-node-_7cc7144c-bea1-4c79-d15f-6bcc69fd04ef-2f6ea97d, #w-node-_7cc7144c-bea1-4c79-d15f-6bcc69fd0500-2f6ea97d, #w-node-_7cc7144c-bea1-4c79-d15f-6bcc69fd0511-2f6ea97d, #w-node-_7cc7144c-bea1-4c79-d15f-6bcc69fd0522-2f6ea97d, #w-node-_7cc7144c-bea1-4c79-d15f-6bcc69fd0533-2f6ea97d, #w-node-_69485bb6-8c89-7728-a9f5-05366ac4cc56-2f6ea97d, #w-node-a7ac9ab3-3584-66b2-721b-1f90e505aa31-2f6ea97d, #w-node-e28a9f2f-c043-8a3e-d927-f332fadb1d24-2f6ea97d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40210c5f-4678-8675-992f-487ebd141b3c-2f6ea97d {
  grid-area: 1 / 9 / 2 / 13;
}

#subscribe.w-node-_40210c5f-4678-8675-992f-487ebd141b40-2f6ea97d {
  align-self: stretch;
}

#w-node-_40210c5f-4678-8675-992f-487ebd141b4f-2f6ea97d {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_40210c5f-4678-8675-992f-487ebd141b74-2f6ea97d {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_40210c5f-4678-8675-992f-487ebd141b8c-2f6ea97d {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-ae761314-5772-092c-0480-889d84173c43-1d886545 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ae761314-5772-092c-0480-889d84173c4a-1d886545, #w-node-ae761314-5772-092c-0480-889d84173c52-1d886545 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0b32479a-b8a0-c005-eac8-847898162db4-1d886545, #w-node-_0b32479a-b8a0-c005-eac8-847898162dba-1d886545 {
  place-self: stretch center;
}

#w-node-_0b32479a-b8a0-c005-eac8-847898162dc0-1d886545 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_0b32479a-b8a0-c005-eac8-847898162dc6-1d886545, #w-node-_0b32479a-b8a0-c005-eac8-847898162dcc-1d886545, #w-node-_0b32479a-b8a0-c005-eac8-847898162dd2-1d886545, #w-node-_0b32479a-b8a0-c005-eac8-847898162dd8-1d886545, #w-node-_0b32479a-b8a0-c005-eac8-847898162dde-1d886545 {
  place-self: stretch center;
}

#w-node-_608ee047-dd49-c176-c8be-e08192e863a8-1d886545, #w-node-_608ee047-dd49-c176-c8be-e08192e863b5-1d886545, #w-node-_608ee047-dd49-c176-c8be-e08192e863c2-1d886545, #w-node-_608ee047-dd49-c176-c8be-e08192e863cf-1d886545, #w-node-_608ee047-dd49-c176-c8be-e08192e863dc-1d886545 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af0315ab-01f8-c392-bc2a-906b5f54e5c2-1d886545 {
  grid-area: 1 / 9 / 2 / 13;
}

#subscribe.w-node-af0315ab-01f8-c392-bc2a-906b5f54e5c6-1d886545 {
  align-self: stretch;
}

#w-node-af0315ab-01f8-c392-bc2a-906b5f54e5d5-1d886545 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-af0315ab-01f8-c392-bc2a-906b5f54e5fa-1d886545 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-af0315ab-01f8-c392-bc2a-906b5f54e612-1d886545 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-ae761314-5772-092c-0480-889d84173c43-b5ed8eab {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ae761314-5772-092c-0480-889d84173c4a-b5ed8eab, #w-node-ae761314-5772-092c-0480-889d84173c52-b5ed8eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0b32479a-b8a0-c005-eac8-847898162db4-b5ed8eab, #w-node-_0b32479a-b8a0-c005-eac8-847898162dba-b5ed8eab {
  place-self: stretch center;
}

#w-node-_0b32479a-b8a0-c005-eac8-847898162dc0-b5ed8eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_0b32479a-b8a0-c005-eac8-847898162dc6-b5ed8eab, #w-node-_0b32479a-b8a0-c005-eac8-847898162dcc-b5ed8eab, #w-node-_0b32479a-b8a0-c005-eac8-847898162dd2-b5ed8eab, #w-node-_0b32479a-b8a0-c005-eac8-847898162dd8-b5ed8eab, #w-node-_0b32479a-b8a0-c005-eac8-847898162dde-b5ed8eab {
  place-self: stretch center;
}

#w-node-_5e977763-05d2-0b8f-1d21-740c0afce15c-b5ed8eab, #w-node-_5e977763-05d2-0b8f-1d21-740c0afce169-b5ed8eab, #w-node-_5e977763-05d2-0b8f-1d21-740c0afce176-b5ed8eab, #w-node-_5e977763-05d2-0b8f-1d21-740c0afce183-b5ed8eab, #w-node-_5e977763-05d2-0b8f-1d21-740c0afce190-b5ed8eab, #w-node-_5e977763-05d2-0b8f-1d21-740c0afce19d-b5ed8eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56ae9755-80ed-9f0b-8bd8-91bc61c8c28c-b5ed8eab {
  grid-area: 1 / 9 / 2 / 13;
}

#subscribe.w-node-_56ae9755-80ed-9f0b-8bd8-91bc61c8c290-b5ed8eab {
  align-self: stretch;
}

#w-node-_56ae9755-80ed-9f0b-8bd8-91bc61c8c29f-b5ed8eab {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_56ae9755-80ed-9f0b-8bd8-91bc61c8c2c4-b5ed8eab {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_56ae9755-80ed-9f0b-8bd8-91bc61c8c2dc-b5ed8eab {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-ce52e0fb-d567-eb66-be14-f8c9ea40e260-5ebdfb7d {
  grid-area: 1 / 9 / 2 / 13;
}

#subscribe.w-node-ce52e0fb-d567-eb66-be14-f8c9ea40e264-5ebdfb7d {
  align-self: stretch;
}

#w-node-ce52e0fb-d567-eb66-be14-f8c9ea40e273-5ebdfb7d {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-ce52e0fb-d567-eb66-be14-f8c9ea40e298-5ebdfb7d {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-ce52e0fb-d567-eb66-be14-f8c9ea40e2b0-5ebdfb7d {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-bb4730e6-56a9-5209-61a8-f6d967c51775-4fc5a1fb {
  grid-area: 1 / 9 / 2 / 13;
}

#subscribe.w-node-bb4730e6-56a9-5209-61a8-f6d967c51779-4fc5a1fb {
  align-self: stretch;
}

#w-node-bb4730e6-56a9-5209-61a8-f6d967c51788-4fc5a1fb {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-bb4730e6-56a9-5209-61a8-f6d967c517ad-4fc5a1fb {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-bb4730e6-56a9-5209-61a8-f6d967c517c5-4fc5a1fb {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-e10b86a5-0a2d-34e8-520f-9191b02e3527-c909f7b0 {
  grid-area: 1 / 9 / 2 / 13;
}

#subscribe.w-node-e10b86a5-0a2d-34e8-520f-9191b02e352b-c909f7b0 {
  align-self: stretch;
}

#w-node-e10b86a5-0a2d-34e8-520f-9191b02e353a-c909f7b0 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-e10b86a5-0a2d-34e8-520f-9191b02e355f-c909f7b0 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-e10b86a5-0a2d-34e8-520f-9191b02e3577-c909f7b0 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_521ebf0a-d334-feeb-6043-14ecb4024c34-55cfde18 {
  grid-area: 1 / 9 / 2 / 13;
}

#subscribe.w-node-_521ebf0a-d334-feeb-6043-14ecb4024c38-55cfde18 {
  align-self: stretch;
}

#w-node-_521ebf0a-d334-feeb-6043-14ecb4024c47-55cfde18 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_521ebf0a-d334-feeb-6043-14ecb4024c6c-55cfde18 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_521ebf0a-d334-feeb-6043-14ecb4024c84-55cfde18 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6e9c-42a96afc, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ea1-42a96afc, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ec3-42a96afc, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ec5-42a96afc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ecf-42a96afc, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ed9-42a96afc {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_801996e6-5139-e5d4-a733-b5cd77d9298a-42a96afc {
  grid-area: 1 / 9 / 2 / 13;
}

#subscribe.w-node-_801996e6-5139-e5d4-a733-b5cd77d9298e-42a96afc {
  align-self: stretch;
}

#w-node-_801996e6-5139-e5d4-a733-b5cd77d9299d-42a96afc {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_801996e6-5139-e5d4-a733-b5cd77d929c2-42a96afc {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_801996e6-5139-e5d4-a733-b5cd77d929da-42a96afc {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6e9c-1fc74599, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ea1-1fc74599, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ec3-1fc74599, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ec5-1fc74599 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ecf-1fc74599, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ed9-1fc74599 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ba81d794-b79f-fd99-e201-11fa876b8708-1fc74599 {
  grid-area: 1 / 9 / 2 / 13;
}

#subscribe.w-node-ba81d794-b79f-fd99-e201-11fa876b870c-1fc74599 {
  align-self: stretch;
}

#w-node-ba81d794-b79f-fd99-e201-11fa876b871b-1fc74599 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-ba81d794-b79f-fd99-e201-11fa876b8740-1fc74599 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-ba81d794-b79f-fd99-e201-11fa876b8758-1fc74599 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6e9c-9c54c6f9, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ea1-9c54c6f9, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ec3-9c54c6f9, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ec5-9c54c6f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ecf-9c54c6f9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b7580bae-4307-24cc-bfa3-f8ea7344952a-9c54c6f9, #w-node-b7580bae-4307-24cc-bfa3-f8ea7344952c-9c54c6f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ed9-9c54c6f9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0c875038-99e0-9054-087a-058d829ac9bd-9c54c6f9 {
  grid-area: 1 / 9 / 2 / 13;
}

#subscribe.w-node-_0c875038-99e0-9054-087a-058d829ac9c1-9c54c6f9 {
  align-self: stretch;
}

#w-node-_0c875038-99e0-9054-087a-058d829ac9d0-9c54c6f9 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_0c875038-99e0-9054-087a-058d829ac9f5-9c54c6f9 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_0c875038-99e0-9054-087a-058d829aca0d-9c54c6f9 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6e9c-8b8d71f9, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ea1-8b8d71f9, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ec3-8b8d71f9, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ec5-8b8d71f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ecf-8b8d71f9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b7580bae-4307-24cc-bfa3-f8ea7344952a-8b8d71f9, #w-node-b7580bae-4307-24cc-bfa3-f8ea7344952c-8b8d71f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ed9-8b8d71f9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_924eb1c3-8442-d918-5497-354cd9638c82-8b8d71f9 {
  grid-area: 1 / 9 / 2 / 13;
}

#subscribe.w-node-_924eb1c3-8442-d918-5497-354cd9638c86-8b8d71f9 {
  align-self: stretch;
}

#w-node-_924eb1c3-8442-d918-5497-354cd9638c95-8b8d71f9 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_924eb1c3-8442-d918-5497-354cd9638cba-8b8d71f9 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_924eb1c3-8442-d918-5497-354cd9638cd2-8b8d71f9 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6e9c-8649236e, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ea1-8649236e, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ec3-8649236e, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ec5-8649236e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ecf-8649236e, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ed9-8649236e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-baa1ea8a-ce37-4828-1c70-317656a3ba97-8649236e {
  grid-area: 1 / 9 / 2 / 13;
}

#subscribe.w-node-baa1ea8a-ce37-4828-1c70-317656a3ba9b-8649236e {
  align-self: stretch;
}

#w-node-baa1ea8a-ce37-4828-1c70-317656a3baaa-8649236e {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-baa1ea8a-ce37-4828-1c70-317656a3bacf-8649236e {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-baa1ea8a-ce37-4828-1c70-317656a3bae7-8649236e {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6e9c-f57c56ad, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ea1-f57c56ad, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ec3-f57c56ad, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ec5-f57c56ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ecf-f57c56ad, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ed9-f57c56ad {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e3e90052-f819-7f82-ac10-44570d00e5aa-f57c56ad {
  grid-area: 1 / 9 / 2 / 13;
}

#subscribe.w-node-e3e90052-f819-7f82-ac10-44570d00e5ae-f57c56ad {
  align-self: stretch;
}

#w-node-e3e90052-f819-7f82-ac10-44570d00e5bd-f57c56ad {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-e3e90052-f819-7f82-ac10-44570d00e5e2-f57c56ad {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-e3e90052-f819-7f82-ac10-44570d00e5fa-f57c56ad {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6e9c-cf14c3c9, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ea1-cf14c3c9, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ec3-cf14c3c9, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ec5-cf14c3c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ecf-cf14c3c9, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ed9-cf14c3c9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c3264cb7-a391-cae9-4ed9-0afa922a3f57-cf14c3c9 {
  grid-area: 1 / 9 / 2 / 13;
}

#subscribe.w-node-c3264cb7-a391-cae9-4ed9-0afa922a3f5b-cf14c3c9 {
  align-self: stretch;
}

#w-node-c3264cb7-a391-cae9-4ed9-0afa922a3f6a-cf14c3c9 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-c3264cb7-a391-cae9-4ed9-0afa922a3f8f-cf14c3c9 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-c3264cb7-a391-cae9-4ed9-0afa922a3fa7-cf14c3c9 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6e9c-4db5c4ab, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ea1-4db5c4ab, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ec3-4db5c4ab, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ec5-4db5c4ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ecf-4db5c4ab, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ed9-4db5c4ab {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_800e68e8-61a5-6ef5-d54a-d825b86716fc-4db5c4ab {
  grid-area: 1 / 9 / 2 / 13;
}

#subscribe.w-node-_800e68e8-61a5-6ef5-d54a-d825b8671700-4db5c4ab {
  align-self: stretch;
}

#w-node-_800e68e8-61a5-6ef5-d54a-d825b867170f-4db5c4ab {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_800e68e8-61a5-6ef5-d54a-d825b8671734-4db5c4ab {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_800e68e8-61a5-6ef5-d54a-d825b867174c-4db5c4ab {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6e9c-0f67fe02, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ea1-0f67fe02, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ec3-0f67fe02, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ec5-0f67fe02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ecf-0f67fe02, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ed9-0f67fe02 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0fb19f22-68bf-90e1-2537-0c5aa10e97f1-0f67fe02 {
  grid-area: 1 / 9 / 2 / 13;
}

#subscribe.w-node-_0fb19f22-68bf-90e1-2537-0c5aa10e97f5-0f67fe02 {
  align-self: stretch;
}

#w-node-_0fb19f22-68bf-90e1-2537-0c5aa10e9804-0f67fe02 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_0fb19f22-68bf-90e1-2537-0c5aa10e9829-0f67fe02 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_0fb19f22-68bf-90e1-2537-0c5aa10e9841-0f67fe02 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6e9c-7c689223, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ea1-7c689223, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ec3-7c689223, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ec5-7c689223 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ecf-7c689223, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ed9-7c689223 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0b42104e-2e1e-6f4e-039f-c961b950c000-7c689223 {
  grid-area: 1 / 9 / 2 / 13;
}

#subscribe.w-node-_0b42104e-2e1e-6f4e-039f-c961b950c004-7c689223 {
  align-self: stretch;
}

#w-node-_0b42104e-2e1e-6f4e-039f-c961b950c013-7c689223 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_0b42104e-2e1e-6f4e-039f-c961b950c038-7c689223 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_0b42104e-2e1e-6f4e-039f-c961b950c050-7c689223 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6e9c-7beb9549, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ea1-7beb9549, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ec3-7beb9549, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ec5-7beb9549 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ecf-7beb9549, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ed9-7beb9549 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_87043192-c028-eb48-cc28-de7f6b9a918e-7beb9549 {
  grid-area: 1 / 9 / 2 / 13;
}

#subscribe.w-node-_87043192-c028-eb48-cc28-de7f6b9a9192-7beb9549 {
  align-self: stretch;
}

#w-node-_87043192-c028-eb48-cc28-de7f6b9a91a1-7beb9549 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_87043192-c028-eb48-cc28-de7f6b9a91c6-7beb9549 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_87043192-c028-eb48-cc28-de7f6b9a91de-7beb9549 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6e9c-60a1b8c4, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ea1-60a1b8c4, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ec3-60a1b8c4, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ec5-60a1b8c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ecf-60a1b8c4, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ed9-60a1b8c4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4d4ca07e-9414-bb29-887d-625e4bbc48b9-60a1b8c4 {
  grid-area: 1 / 9 / 2 / 13;
}

#subscribe.w-node-_4d4ca07e-9414-bb29-887d-625e4bbc48bd-60a1b8c4 {
  align-self: stretch;
}

#w-node-_4d4ca07e-9414-bb29-887d-625e4bbc48cc-60a1b8c4 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_4d4ca07e-9414-bb29-887d-625e4bbc48f1-60a1b8c4 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_4d4ca07e-9414-bb29-887d-625e4bbc4909-60a1b8c4 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-b616d5f1-d59b-1547-af69-e29083ed89a5-bb893caf, #w-node-d60eee2b-4968-4a77-f29e-1b87d54baa99-bb893caf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c5246fcc-57ae-7928-ae60-33fd4bc9e318-bb893caf {
  grid-area: 1 / 9 / 2 / 13;
}

#subscribe.w-node-c5246fcc-57ae-7928-ae60-33fd4bc9e31c-bb893caf {
  align-self: stretch;
}

#w-node-c5246fcc-57ae-7928-ae60-33fd4bc9e32b-bb893caf {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-c5246fcc-57ae-7928-ae60-33fd4bc9e344-bb893caf {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-c5246fcc-57ae-7928-ae60-33fd4bc9e354-bb893caf {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6e9c-d6865260, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ea1-d6865260, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ec3-d6865260, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ec5-d6865260 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ecf-d6865260, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ed9-d6865260 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0ad10358-7ed5-c3c4-5341-dbf72a339727-d6865260 {
  grid-area: 1 / 9 / 2 / 13;
}

#subscribe.w-node-_0ad10358-7ed5-c3c4-5341-dbf72a33972b-d6865260 {
  align-self: stretch;
}

#w-node-_0ad10358-7ed5-c3c4-5341-dbf72a33973a-d6865260 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_0ad10358-7ed5-c3c4-5341-dbf72a33975f-d6865260 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_0ad10358-7ed5-c3c4-5341-dbf72a339777-d6865260 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6e9c-c9faafb7, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ea1-c9faafb7, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ec3-c9faafb7, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ec5-c9faafb7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ecf-c9faafb7, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ed9-c9faafb7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8c793f59-2958-ab8e-8296-400103b330fb-c9faafb7 {
  grid-area: 1 / 9 / 2 / 13;
}

#subscribe.w-node-_8c793f59-2958-ab8e-8296-400103b330ff-c9faafb7 {
  align-self: stretch;
}

#w-node-_8c793f59-2958-ab8e-8296-400103b3310e-c9faafb7 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8c793f59-2958-ab8e-8296-400103b33133-c9faafb7 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_8c793f59-2958-ab8e-8296-400103b3314b-c9faafb7 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6e9c-a5a76a48, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ea1-a5a76a48, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ec3-a5a76a48, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ec5-a5a76a48 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ecf-a5a76a48, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ed9-a5a76a48 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0bdf3628-cba1-11d3-519c-e485be69b0bd-a5a76a48 {
  grid-area: 1 / 9 / 2 / 13;
}

#subscribe.w-node-_0bdf3628-cba1-11d3-519c-e485be69b0c1-a5a76a48 {
  align-self: stretch;
}

#w-node-_0bdf3628-cba1-11d3-519c-e485be69b0d0-a5a76a48 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_0bdf3628-cba1-11d3-519c-e485be69b0f5-a5a76a48 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_0bdf3628-cba1-11d3-519c-e485be69b10d-a5a76a48 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6e9c-06fff306, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ea1-06fff306, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ec3-06fff306, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ec5-06fff306 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ecf-06fff306, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ed9-06fff306 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_06f539d4-527b-cfe5-31d4-8e2b81964c45-06fff306 {
  grid-area: 1 / 9 / 2 / 13;
}

#subscribe.w-node-_06f539d4-527b-cfe5-31d4-8e2b81964c49-06fff306 {
  align-self: stretch;
}

#w-node-_06f539d4-527b-cfe5-31d4-8e2b81964c58-06fff306 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_06f539d4-527b-cfe5-31d4-8e2b81964c7d-06fff306 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_06f539d4-527b-cfe5-31d4-8e2b81964c95-06fff306 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6e9c-6a945198, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ea1-6a945198, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ec3-6a945198, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ec5-6a945198 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ecf-6a945198, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ed9-6a945198 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-baf99421-f835-8fae-225d-51e1376f6f5c-6a945198 {
  grid-area: 1 / 9 / 2 / 13;
}

#subscribe.w-node-baf99421-f835-8fae-225d-51e1376f6f60-6a945198 {
  align-self: stretch;
}

#w-node-baf99421-f835-8fae-225d-51e1376f6f6f-6a945198 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-baf99421-f835-8fae-225d-51e1376f6f94-6a945198 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-baf99421-f835-8fae-225d-51e1376f6fac-6a945198 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6e9c-98b8c0cf, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ea1-98b8c0cf, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ec3-98b8c0cf, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ec5-98b8c0cf, #w-node-_8da190ed-b9a4-3263-2f50-f5d57a08f9aa-98b8c0cf, #w-node-_8da190ed-b9a4-3263-2f50-f5d57a08f9ac-98b8c0cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ecf-98b8c0cf, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ed9-98b8c0cf {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2de749ea-0ada-a3b8-a860-f22dfb8fdd83-98b8c0cf {
  grid-area: 1 / 9 / 2 / 13;
}

#subscribe.w-node-_2de749ea-0ada-a3b8-a860-f22dfb8fdd87-98b8c0cf {
  align-self: stretch;
}

#w-node-_2de749ea-0ada-a3b8-a860-f22dfb8fdd96-98b8c0cf {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_2de749ea-0ada-a3b8-a860-f22dfb8fddbb-98b8c0cf {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_2de749ea-0ada-a3b8-a860-f22dfb8fddd3-98b8c0cf {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6e9c-f38d6869, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ea1-f38d6869, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ec3-f38d6869, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ec5-f38d6869 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ecf-f38d6869, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ed9-f38d6869 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b2ba5fc3-2bd0-7112-a909-aba8e507a747-f38d6869 {
  grid-area: 1 / 9 / 2 / 13;
}

#subscribe.w-node-b2ba5fc3-2bd0-7112-a909-aba8e507a74b-f38d6869 {
  align-self: stretch;
}

#w-node-b2ba5fc3-2bd0-7112-a909-aba8e507a75a-f38d6869 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-b2ba5fc3-2bd0-7112-a909-aba8e507a77f-f38d6869 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-b2ba5fc3-2bd0-7112-a909-aba8e507a797-f38d6869 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6e9c-63cb7cbc, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ea1-63cb7cbc, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ec3-63cb7cbc, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ec5-63cb7cbc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ecf-63cb7cbc, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ed9-63cb7cbc {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bc0f8417-9014-25d8-4c15-e809a76296ac-63cb7cbc {
  grid-area: 1 / 9 / 2 / 13;
}

#subscribe.w-node-bc0f8417-9014-25d8-4c15-e809a76296b0-63cb7cbc {
  align-self: stretch;
}

#w-node-bc0f8417-9014-25d8-4c15-e809a76296bf-63cb7cbc {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-bc0f8417-9014-25d8-4c15-e809a76296e4-63cb7cbc {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-bc0f8417-9014-25d8-4c15-e809a76296fc-63cb7cbc {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6e9c-30a9a4ad, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ea1-30a9a4ad, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ec3-30a9a4ad, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ec5-30a9a4ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ecf-30a9a4ad, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ed9-30a9a4ad {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-be7796ea-2790-36cb-a7e4-ee0ea006d743-30a9a4ad {
  grid-area: 1 / 9 / 2 / 13;
}

#subscribe.w-node-be7796ea-2790-36cb-a7e4-ee0ea006d747-30a9a4ad {
  align-self: stretch;
}

#w-node-be7796ea-2790-36cb-a7e4-ee0ea006d756-30a9a4ad {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-be7796ea-2790-36cb-a7e4-ee0ea006d77b-30a9a4ad {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-be7796ea-2790-36cb-a7e4-ee0ea006d793-30a9a4ad {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6e9c-b5f5f1c3, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ea1-b5f5f1c3, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ec3-b5f5f1c3, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ec5-b5f5f1c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ecf-b5f5f1c3, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ed9-b5f5f1c3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_97370bfb-9db3-ccb4-39fb-3936f44434c6-b5f5f1c3 {
  grid-area: 1 / 9 / 2 / 13;
}

#subscribe.w-node-_97370bfb-9db3-ccb4-39fb-3936f44434ca-b5f5f1c3 {
  align-self: stretch;
}

#w-node-_97370bfb-9db3-ccb4-39fb-3936f44434d9-b5f5f1c3 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_97370bfb-9db3-ccb4-39fb-3936f44434fe-b5f5f1c3 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_97370bfb-9db3-ccb4-39fb-3936f4443516-b5f5f1c3 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6e9c-babe37d8, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ea1-babe37d8, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ec3-babe37d8, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ec5-babe37d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ecf-babe37d8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fa56163a-50e6-8601-109b-bba0af9562b3-babe37d8, #w-node-fa56163a-50e6-8601-109b-bba0af9562b5-babe37d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ed9-babe37d8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_53b37985-d200-5621-9c88-17e81ac25c39-babe37d8 {
  grid-area: 1 / 9 / 2 / 13;
}

#subscribe.w-node-_53b37985-d200-5621-9c88-17e81ac25c3d-babe37d8 {
  align-self: stretch;
}

#w-node-_53b37985-d200-5621-9c88-17e81ac25c4c-babe37d8 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_53b37985-d200-5621-9c88-17e81ac25c71-babe37d8 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_53b37985-d200-5621-9c88-17e81ac25c89-babe37d8 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6e9c-cb5141b4, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ea1-cb5141b4, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ec3-cb5141b4, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ec5-cb5141b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ecf-cb5141b4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fa56163a-50e6-8601-109b-bba0af9562b3-cb5141b4, #w-node-fa56163a-50e6-8601-109b-bba0af9562b5-cb5141b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ed9-cb5141b4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_58851817-e4bc-d205-a96a-e9609e23a2ed-cb5141b4 {
  grid-area: 1 / 9 / 2 / 13;
}

#subscribe.w-node-_58851817-e4bc-d205-a96a-e9609e23a2f1-cb5141b4 {
  align-self: stretch;
}

#w-node-_58851817-e4bc-d205-a96a-e9609e23a300-cb5141b4 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_58851817-e4bc-d205-a96a-e9609e23a325-cb5141b4 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_58851817-e4bc-d205-a96a-e9609e23a33d-cb5141b4 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6e9c-5074d71b, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ea1-5074d71b, #w-node-ce31af93-d14c-7b7b-a103-eff1053916db-5074d71b, #w-node-ce31af93-d14c-7b7b-a103-eff1053916dd-5074d71b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ecf-5074d71b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ec3-5074d71b, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ec5-5074d71b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ed9-5074d71b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_51aed8c5-f6b6-e2d3-5375-be487e495afa-5074d71b {
  grid-area: 1 / 9 / 2 / 13;
}

#subscribe.w-node-_51aed8c5-f6b6-e2d3-5375-be487e495afe-5074d71b {
  align-self: stretch;
}

#w-node-_51aed8c5-f6b6-e2d3-5375-be487e495b0d-5074d71b {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_51aed8c5-f6b6-e2d3-5375-be487e495b32-5074d71b {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_51aed8c5-f6b6-e2d3-5375-be487e495b4a-5074d71b {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_5f24a2c4-8073-69ab-929e-0d710e35fdc0-bb96a26c, #w-node-_5f24a2c4-8073-69ab-929e-0d710e35fdc9-bb96a26c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7e6115c-e185-c97c-e47d-d23ea4021df1-bb96a26c {
  grid-area: 1 / 9 / 2 / 13;
}

#subscribe.w-node-c7e6115c-e185-c97c-e47d-d23ea4021df5-bb96a26c {
  align-self: stretch;
}

#w-node-c7e6115c-e185-c97c-e47d-d23ea4021e04-bb96a26c {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-c7e6115c-e185-c97c-e47d-d23ea4021e29-bb96a26c {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-c7e6115c-e185-c97c-e47d-d23ea4021e41-bb96a26c {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_5f24a2c4-8073-69ab-929e-0d710e35fdc0-ca2fc34d, #w-node-_5f24a2c4-8073-69ab-929e-0d710e35fdc9-ca2fc34d, #w-node-_391e8c72-6d21-bf6d-ebde-711127bba9d3-ca2fc34d, #w-node-_391e8c72-6d21-bf6d-ebde-711127bba9e9-ca2fc34d, #w-node-_391e8c72-6d21-bf6d-ebde-711127bbaa00-ca2fc34d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7e6115c-e185-c97c-e47d-d23ea4021df1-ca2fc34d {
  grid-area: 1 / 9 / 2 / 13;
}

#subscribe.w-node-c7e6115c-e185-c97c-e47d-d23ea4021df5-ca2fc34d {
  align-self: stretch;
}

#w-node-c7e6115c-e185-c97c-e47d-d23ea4021e04-ca2fc34d {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-c7e6115c-e185-c97c-e47d-d23ea4021e29-ca2fc34d {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-c7e6115c-e185-c97c-e47d-d23ea4021e41-ca2fc34d {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_9710e39c-b78f-7324-5572-87882f51a66b-3c994c4c, #w-node-_9710e39c-b78f-7324-5572-87882f51a681-3c994c4c, #w-node-_9710e39c-b78f-7324-5572-87882f51a698-3c994c4c, #w-node-_550a7073-cba7-ad60-3f47-0746abac0bbc-3c994c4c, #w-node-_550a7073-cba7-ad60-3f47-0746abac0bd2-3c994c4c, #w-node-_550a7073-cba7-ad60-3f47-0746abac0be9-3c994c4c, #w-node-af89595a-a872-4103-4dde-88cd25a62cb5-3c994c4c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d503b9d8-fb3b-88dc-0217-48886292ab9b-3c994c4c {
  grid-area: 1 / 9 / 2 / 13;
}

#subscribe.w-node-d503b9d8-fb3b-88dc-0217-48886292ab9f-3c994c4c {
  align-self: stretch;
}

#w-node-d503b9d8-fb3b-88dc-0217-48886292abae-3c994c4c {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-d503b9d8-fb3b-88dc-0217-48886292abd3-3c994c4c {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-d503b9d8-fb3b-88dc-0217-48886292abeb-3c994c4c {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6e9c-36144812, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ea1-36144812, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ec3-36144812, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ec5-36144812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ecf-36144812, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ed9-36144812 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a69c3320-2873-432e-6e3f-7f77d565fafc-36144812 {
  grid-area: 1 / 9 / 2 / 13;
}

#subscribe.w-node-a69c3320-2873-432e-6e3f-7f77d565fb00-36144812 {
  align-self: stretch;
}

#w-node-a69c3320-2873-432e-6e3f-7f77d565fb0f-36144812 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-a69c3320-2873-432e-6e3f-7f77d565fb34-36144812 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-a69c3320-2873-432e-6e3f-7f77d565fb4c-36144812 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6e9c-a5d1e37d, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ea1-a5d1e37d, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ec3-a5d1e37d, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ec5-a5d1e37d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ecf-a5d1e37d, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ed9-a5d1e37d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1991798a-599a-3fb7-1eef-285d2a55b7b8-a5d1e37d {
  grid-area: 1 / 9 / 2 / 13;
}

#subscribe.w-node-_1991798a-599a-3fb7-1eef-285d2a55b7bc-a5d1e37d {
  align-self: stretch;
}

#w-node-_1991798a-599a-3fb7-1eef-285d2a55b7cb-a5d1e37d {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_1991798a-599a-3fb7-1eef-285d2a55b7f0-a5d1e37d {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_1991798a-599a-3fb7-1eef-285d2a55b808-a5d1e37d {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6e9c-da3c47d7, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ea1-da3c47d7, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ec3-da3c47d7, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ec5-da3c47d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_94a7771d-6a6b-e312-d08f-3cb543b40c92-da3c47d7, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ed9-da3c47d7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0fca0ebf-cfed-868a-e250-2b20c2005619-da3c47d7 {
  grid-area: 1 / 9 / 2 / 13;
}

#subscribe.w-node-_0fca0ebf-cfed-868a-e250-2b20c200561d-da3c47d7 {
  align-self: stretch;
}

#w-node-_0fca0ebf-cfed-868a-e250-2b20c200562c-da3c47d7 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_0fca0ebf-cfed-868a-e250-2b20c2005651-da3c47d7 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_0fca0ebf-cfed-868a-e250-2b20c2005669-da3c47d7 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_5f24a2c4-8073-69ab-929e-0d710e35fdc0-79d98d37, #w-node-_5f24a2c4-8073-69ab-929e-0d710e35fdc9-79d98d37, #w-node-_2a0f5245-522f-09a9-347f-bb091327811e-79d98d37, #w-node-_2a0f5245-522f-09a9-347f-bb0913278134-79d98d37, #w-node-_2a0f5245-522f-09a9-347f-bb091327814b-79d98d37 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7e6115c-e185-c97c-e47d-d23ea4021df1-79d98d37 {
  grid-area: 1 / 9 / 2 / 13;
}

#subscribe.w-node-c7e6115c-e185-c97c-e47d-d23ea4021df5-79d98d37 {
  align-self: stretch;
}

#w-node-c7e6115c-e185-c97c-e47d-d23ea4021e04-79d98d37 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-c7e6115c-e185-c97c-e47d-d23ea4021e29-79d98d37 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-c7e6115c-e185-c97c-e47d-d23ea4021e41-79d98d37 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_5f24a2c4-8073-69ab-929e-0d710e35fdc0-cdb471ce, #w-node-_5f24a2c4-8073-69ab-929e-0d710e35fdc9-cdb471ce, #w-node-_7e804c62-a152-46bc-8b19-bc5102e119fc-cdb471ce, #w-node-_7e804c62-a152-46bc-8b19-bc5102e11a12-cdb471ce, #w-node-_7e804c62-a152-46bc-8b19-bc5102e11a27-cdb471ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7e6115c-e185-c97c-e47d-d23ea4021df1-cdb471ce {
  grid-area: 1 / 9 / 2 / 13;
}

#subscribe.w-node-c7e6115c-e185-c97c-e47d-d23ea4021df5-cdb471ce {
  align-self: stretch;
}

#w-node-c7e6115c-e185-c97c-e47d-d23ea4021e04-cdb471ce {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-c7e6115c-e185-c97c-e47d-d23ea4021e29-cdb471ce {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-c7e6115c-e185-c97c-e47d-d23ea4021e41-cdb471ce {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6e9c-6bd74d7a, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ea1-6bd74d7a, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ec3-6bd74d7a, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ec5-6bd74d7a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ecf-6bd74d7a, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ed9-6bd74d7a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_29776eba-39be-d7a7-912a-7f2873239675-6bd74d7a {
  grid-area: 1 / 9 / 2 / 13;
}

#subscribe.w-node-_29776eba-39be-d7a7-912a-7f2873239679-6bd74d7a {
  align-self: stretch;
}

#w-node-_29776eba-39be-d7a7-912a-7f2873239688-6bd74d7a {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_29776eba-39be-d7a7-912a-7f28732396ad-6bd74d7a {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_29776eba-39be-d7a7-912a-7f28732396c5-6bd74d7a {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-eec508b4-97ea-a617-4a4d-0114beeb8d92-8bfeefd1, #w-node-a8cc7a3f-14c1-7b6f-d763-beb7d9a54006-8bfeefd1, #w-node-_4ba0e568-ae65-431a-54aa-d5628e96690c-8bfeefd1, #w-node-_785db4a9-72ce-89d0-14b5-2c5c26fcb9ea-8bfeefd1, #w-node-_85285d10-d979-14d7-50db-6b6f6165d191-8bfeefd1, #w-node-caaae3e7-4f84-97a5-a6b5-66bb8ec91f8e-8bfeefd1, #w-node-_9506e3c2-03d8-e8c0-0b3b-6fa74f47793e-8bfeefd1, #w-node-ff1a9f32-7987-1a62-ff74-aad61a0894a1-8bfeefd1, #w-node-ff1a9f32-7987-1a62-ff74-aad61a0894a3-8bfeefd1, #w-node-ff1a9f32-7987-1a62-ff74-aad61a0894a5-8bfeefd1, #w-node-ff1a9f32-7987-1a62-ff74-aad61a0894a7-8bfeefd1, #w-node-ff1a9f32-7987-1a62-ff74-aad61a0894a9-8bfeefd1, #w-node-ff1a9f32-7987-1a62-ff74-aad61a0894ab-8bfeefd1, #w-node-ff1a9f32-7987-1a62-ff74-aad61a0894ad-8bfeefd1, #w-node-_920bc492-6d4a-e78c-f56b-b4ceb738a94b-8bfeefd1, #w-node-_920bc492-6d4a-e78c-f56b-b4ceb738a94d-8bfeefd1, #w-node-_920bc492-6d4a-e78c-f56b-b4ceb738a94f-8bfeefd1, #w-node-_920bc492-6d4a-e78c-f56b-b4ceb738a951-8bfeefd1, #w-node-_920bc492-6d4a-e78c-f56b-b4ceb738a953-8bfeefd1, #w-node-_920bc492-6d4a-e78c-f56b-b4ceb738a955-8bfeefd1, #w-node-_920bc492-6d4a-e78c-f56b-b4ceb738a957-8bfeefd1, #w-node-_6b5104a5-34a2-5a5c-c6d0-af730bd182d3-8bfeefd1, #w-node-_6b5104a5-34a2-5a5c-c6d0-af730bd182d5-8bfeefd1, #w-node-_6b5104a5-34a2-5a5c-c6d0-af730bd182d7-8bfeefd1, #w-node-_6b5104a5-34a2-5a5c-c6d0-af730bd182d9-8bfeefd1, #w-node-_6b5104a5-34a2-5a5c-c6d0-af730bd182db-8bfeefd1, #w-node-_6b5104a5-34a2-5a5c-c6d0-af730bd182dd-8bfeefd1, #w-node-_6b5104a5-34a2-5a5c-c6d0-af730bd182df-8bfeefd1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6de4869d-e1eb-a3a0-2777-7a56e88b5a6d-8bfeefd1 {
  grid-area: 1 / 9 / 2 / 13;
}

#subscribe.w-node-_6de4869d-e1eb-a3a0-2777-7a56e88b5a71-8bfeefd1 {
  align-self: stretch;
}

#w-node-_6de4869d-e1eb-a3a0-2777-7a56e88b5a80-8bfeefd1 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_6de4869d-e1eb-a3a0-2777-7a56e88b5a99-8bfeefd1 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_6de4869d-e1eb-a3a0-2777-7a56e88b5aa9-8bfeefd1 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-eec508b4-97ea-a617-4a4d-0114beeb8d92-de350696, #w-node-a8cc7a3f-14c1-7b6f-d763-beb7d9a54006-de350696, #w-node-_4ba0e568-ae65-431a-54aa-d5628e96690c-de350696, #w-node-_785db4a9-72ce-89d0-14b5-2c5c26fcb9ea-de350696, #w-node-_85285d10-d979-14d7-50db-6b6f6165d191-de350696, #w-node-caaae3e7-4f84-97a5-a6b5-66bb8ec91f8e-de350696, #w-node-_9506e3c2-03d8-e8c0-0b3b-6fa74f47793e-de350696, #w-node-ff1a9f32-7987-1a62-ff74-aad61a0894a1-de350696, #w-node-ff1a9f32-7987-1a62-ff74-aad61a0894a3-de350696, #w-node-ff1a9f32-7987-1a62-ff74-aad61a0894a5-de350696, #w-node-ff1a9f32-7987-1a62-ff74-aad61a0894a7-de350696, #w-node-ff1a9f32-7987-1a62-ff74-aad61a0894a9-de350696, #w-node-ff1a9f32-7987-1a62-ff74-aad61a0894ab-de350696, #w-node-ff1a9f32-7987-1a62-ff74-aad61a0894ad-de350696, #w-node-_920bc492-6d4a-e78c-f56b-b4ceb738a94b-de350696, #w-node-_920bc492-6d4a-e78c-f56b-b4ceb738a94d-de350696, #w-node-_920bc492-6d4a-e78c-f56b-b4ceb738a94f-de350696, #w-node-_920bc492-6d4a-e78c-f56b-b4ceb738a951-de350696, #w-node-_920bc492-6d4a-e78c-f56b-b4ceb738a953-de350696, #w-node-_920bc492-6d4a-e78c-f56b-b4ceb738a955-de350696, #w-node-_920bc492-6d4a-e78c-f56b-b4ceb738a957-de350696, #w-node-_6b5104a5-34a2-5a5c-c6d0-af730bd182d3-de350696, #w-node-_6b5104a5-34a2-5a5c-c6d0-af730bd182d5-de350696, #w-node-_6b5104a5-34a2-5a5c-c6d0-af730bd182d7-de350696, #w-node-_6b5104a5-34a2-5a5c-c6d0-af730bd182d9-de350696, #w-node-_6b5104a5-34a2-5a5c-c6d0-af730bd182db-de350696, #w-node-_6b5104a5-34a2-5a5c-c6d0-af730bd182dd-de350696, #w-node-_6b5104a5-34a2-5a5c-c6d0-af730bd182df-de350696 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6de4869d-e1eb-a3a0-2777-7a56e88b5a6d-de350696 {
  grid-area: 1 / 9 / 2 / 13;
}

#subscribe.w-node-_6de4869d-e1eb-a3a0-2777-7a56e88b5a71-de350696 {
  align-self: stretch;
}

#w-node-_6de4869d-e1eb-a3a0-2777-7a56e88b5a80-de350696 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_6de4869d-e1eb-a3a0-2777-7a56e88b5a99-de350696 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_6de4869d-e1eb-a3a0-2777-7a56e88b5aa9-de350696 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_35ffac9f-91c9-73b3-3e34-2ff0ce73c621-185c03a2 {
  grid-area: 1 / 9 / 2 / 13;
}

#subscribe.w-node-_35ffac9f-91c9-73b3-3e34-2ff0ce73c625-185c03a2 {
  align-self: stretch;
}

#w-node-_35ffac9f-91c9-73b3-3e34-2ff0ce73c634-185c03a2 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_35ffac9f-91c9-73b3-3e34-2ff0ce73c659-185c03a2 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_35ffac9f-91c9-73b3-3e34-2ff0ce73c671-185c03a2 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_3c8cde92-7192-677f-573d-12e13a65f5ca-604e55a8, #w-node-_3c8cde92-7192-677f-573d-12e13a65f5d1-604e55a8, #w-node-_336aea01-13a8-61ef-fcb9-989b63202082-604e55a8, #w-node-_336aea01-13a8-61ef-fcb9-989b63202092-604e55a8, #w-node-_336aea01-13a8-61ef-fcb9-989b632020a4-604e55a8, #w-node-_336aea01-13a8-61ef-fcb9-989b632020b8-604e55a8, #w-node-_336aea01-13a8-61ef-fcb9-989b632020cc-604e55a8, #w-node-_336aea01-13a8-61ef-fcb9-989b632020de-604e55a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31689edf-3612-31e9-64c3-8ea60d3ef7b7-604e55a8, #w-node-_31689edf-3612-31e9-64c3-8ea60d3ef7bb-604e55a8 {
  place-self: stretch center;
}

#w-node-_31689edf-3612-31e9-64c3-8ea60d3ef7bf-604e55a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_31689edf-3612-31e9-64c3-8ea60d3ef7c3-604e55a8, #w-node-_31689edf-3612-31e9-64c3-8ea60d3ef7c7-604e55a8, #w-node-_31689edf-3612-31e9-64c3-8ea60d3ef7cb-604e55a8, #w-node-_31689edf-3612-31e9-64c3-8ea60d3ef7cf-604e55a8, #w-node-_31689edf-3612-31e9-64c3-8ea60d3ef7d3-604e55a8 {
  place-self: stretch center;
}

#w-node-_1d8ff6b4-fb40-7b93-3779-302b1d21fbb5-604e55a8, #w-node-_1d8ff6b4-fb40-7b93-3779-302b1d21fbc5-604e55a8, #w-node-_1d8ff6b4-fb40-7b93-3779-302b1d21fbca-604e55a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d8ff6b4-fb40-7b93-3779-302b1d21fbcf-604e55a8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d503b9d8-fb3b-88dc-0217-48886292ab9b-604e55a8 {
  grid-area: 1 / 9 / 2 / 13;
}

#subscribe.w-node-d503b9d8-fb3b-88dc-0217-48886292ab9f-604e55a8 {
  align-self: stretch;
}

#w-node-d503b9d8-fb3b-88dc-0217-48886292abae-604e55a8 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-d503b9d8-fb3b-88dc-0217-48886292abd3-604e55a8 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-d503b9d8-fb3b-88dc-0217-48886292abeb-604e55a8 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_47bd732d-9ade-d74f-da00-e9d7a5944c9f-92a89eeb, #w-node-_47bd732d-9ade-d74f-da00-e9d7a5944ca6-92a89eeb, #w-node-_06d137b2-b28d-01a6-7d67-270c5c78704f-92a89eeb, #w-node-_06d137b2-b28d-01a6-7d67-270c5c78705b-92a89eeb, #w-node-_06d137b2-b28d-01a6-7d67-270c5c787067-92a89eeb, #w-node-_06d137b2-b28d-01a6-7d67-270c5c787073-92a89eeb, #w-node-_06d137b2-b28d-01a6-7d67-270c5c78707f-92a89eeb, #w-node-_06d137b2-b28d-01a6-7d67-270c5c78708b-92a89eeb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f6c276f-db48-2d39-7517-9906fabc4c3e-92a89eeb, #w-node-_0f6c276f-db48-2d39-7517-9906fabc4c42-92a89eeb {
  place-self: stretch center;
}

#w-node-_0f6c276f-db48-2d39-7517-9906fabc4c46-92a89eeb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_0f6c276f-db48-2d39-7517-9906fabc4c4a-92a89eeb, #w-node-_0f6c276f-db48-2d39-7517-9906fabc4c4e-92a89eeb, #w-node-_0f6c276f-db48-2d39-7517-9906fabc4c52-92a89eeb, #w-node-_0f6c276f-db48-2d39-7517-9906fabc4c56-92a89eeb, #w-node-_0f6c276f-db48-2d39-7517-9906fabc4c5a-92a89eeb {
  place-self: stretch center;
}

#w-node-_0f6c276f-db48-2d39-7517-9906fabc4c63-92a89eeb, #w-node-_0f6c276f-db48-2d39-7517-9906fabc4c73-92a89eeb, #w-node-_0f6c276f-db48-2d39-7517-9906fabc4c78-92a89eeb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f6c276f-db48-2d39-7517-9906fabc4c7d-92a89eeb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_24545309-d122-df7c-9b76-e70355755333-92a89eeb {
  grid-area: 1 / 9 / 2 / 13;
}

#subscribe.w-node-_24545309-d122-df7c-9b76-e70355755337-92a89eeb {
  align-self: stretch;
}

#w-node-_24545309-d122-df7c-9b76-e70355755346-92a89eeb {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_24545309-d122-df7c-9b76-e7035575536b-92a89eeb {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_24545309-d122-df7c-9b76-e70355755383-92a89eeb {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_47bd732d-9ade-d74f-da00-e9d7a5944c9f-c9376362, #w-node-_47bd732d-9ade-d74f-da00-e9d7a5944ca6-c9376362, #w-node-_06d137b2-b28d-01a6-7d67-270c5c78704f-c9376362, #w-node-_06d137b2-b28d-01a6-7d67-270c5c78705b-c9376362, #w-node-_06d137b2-b28d-01a6-7d67-270c5c787067-c9376362, #w-node-_06d137b2-b28d-01a6-7d67-270c5c787073-c9376362, #w-node-_06d137b2-b28d-01a6-7d67-270c5c78707f-c9376362, #w-node-_06d137b2-b28d-01a6-7d67-270c5c78708b-c9376362 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f6c276f-db48-2d39-7517-9906fabc4c3e-c9376362, #w-node-_0f6c276f-db48-2d39-7517-9906fabc4c42-c9376362 {
  place-self: stretch center;
}

#w-node-_0f6c276f-db48-2d39-7517-9906fabc4c46-c9376362 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_0f6c276f-db48-2d39-7517-9906fabc4c4a-c9376362, #w-node-_0f6c276f-db48-2d39-7517-9906fabc4c4e-c9376362, #w-node-_0f6c276f-db48-2d39-7517-9906fabc4c52-c9376362, #w-node-_0f6c276f-db48-2d39-7517-9906fabc4c56-c9376362, #w-node-_0f6c276f-db48-2d39-7517-9906fabc4c5a-c9376362 {
  place-self: stretch center;
}

#w-node-_0f6c276f-db48-2d39-7517-9906fabc4c63-c9376362, #w-node-_0f6c276f-db48-2d39-7517-9906fabc4c73-c9376362, #w-node-_0f6c276f-db48-2d39-7517-9906fabc4c78-c9376362 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f6c276f-db48-2d39-7517-9906fabc4c7d-c9376362 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_24545309-d122-df7c-9b76-e70355755333-c9376362 {
  grid-area: 1 / 9 / 2 / 13;
}

#subscribe.w-node-_24545309-d122-df7c-9b76-e70355755337-c9376362 {
  align-self: stretch;
}

#w-node-_24545309-d122-df7c-9b76-e70355755346-c9376362 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_24545309-d122-df7c-9b76-e7035575536b-c9376362 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_24545309-d122-df7c-9b76-e70355755383-c9376362 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_47bd732d-9ade-d74f-da00-e9d7a5944c9f-0c444f69, #w-node-_47bd732d-9ade-d74f-da00-e9d7a5944ca6-0c444f69, #w-node-_06d137b2-b28d-01a6-7d67-270c5c78704f-0c444f69, #w-node-_06d137b2-b28d-01a6-7d67-270c5c78705b-0c444f69, #w-node-_06d137b2-b28d-01a6-7d67-270c5c787067-0c444f69, #w-node-_06d137b2-b28d-01a6-7d67-270c5c787073-0c444f69, #w-node-_06d137b2-b28d-01a6-7d67-270c5c78707f-0c444f69, #w-node-_06d137b2-b28d-01a6-7d67-270c5c78708b-0c444f69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f6c276f-db48-2d39-7517-9906fabc4c3e-0c444f69, #w-node-_0f6c276f-db48-2d39-7517-9906fabc4c42-0c444f69 {
  place-self: stretch center;
}

#w-node-_0f6c276f-db48-2d39-7517-9906fabc4c46-0c444f69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_0f6c276f-db48-2d39-7517-9906fabc4c4a-0c444f69, #w-node-_0f6c276f-db48-2d39-7517-9906fabc4c4e-0c444f69, #w-node-_0f6c276f-db48-2d39-7517-9906fabc4c52-0c444f69, #w-node-_0f6c276f-db48-2d39-7517-9906fabc4c56-0c444f69, #w-node-_0f6c276f-db48-2d39-7517-9906fabc4c5a-0c444f69 {
  place-self: stretch center;
}

#w-node-_0f6c276f-db48-2d39-7517-9906fabc4c63-0c444f69, #w-node-_0f6c276f-db48-2d39-7517-9906fabc4c73-0c444f69, #w-node-_0f6c276f-db48-2d39-7517-9906fabc4c78-0c444f69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f6c276f-db48-2d39-7517-9906fabc4c7d-0c444f69 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_24545309-d122-df7c-9b76-e70355755333-0c444f69 {
  grid-area: 1 / 9 / 2 / 13;
}

#subscribe.w-node-_24545309-d122-df7c-9b76-e70355755337-0c444f69 {
  align-self: stretch;
}

#w-node-_24545309-d122-df7c-9b76-e70355755346-0c444f69 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_24545309-d122-df7c-9b76-e7035575536b-0c444f69 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_24545309-d122-df7c-9b76-e70355755383-0c444f69 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_47bd732d-9ade-d74f-da00-e9d7a5944c9f-e81193f4, #w-node-_47bd732d-9ade-d74f-da00-e9d7a5944ca6-e81193f4, #w-node-_06d137b2-b28d-01a6-7d67-270c5c78704f-e81193f4, #w-node-_06d137b2-b28d-01a6-7d67-270c5c78705b-e81193f4, #w-node-_06d137b2-b28d-01a6-7d67-270c5c787067-e81193f4, #w-node-_06d137b2-b28d-01a6-7d67-270c5c787073-e81193f4, #w-node-_06d137b2-b28d-01a6-7d67-270c5c78707f-e81193f4, #w-node-_06d137b2-b28d-01a6-7d67-270c5c78708b-e81193f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f6c276f-db48-2d39-7517-9906fabc4c3e-e81193f4, #w-node-_0f6c276f-db48-2d39-7517-9906fabc4c42-e81193f4 {
  place-self: stretch center;
}

#w-node-_0f6c276f-db48-2d39-7517-9906fabc4c46-e81193f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_0f6c276f-db48-2d39-7517-9906fabc4c4a-e81193f4, #w-node-_0f6c276f-db48-2d39-7517-9906fabc4c4e-e81193f4, #w-node-_0f6c276f-db48-2d39-7517-9906fabc4c52-e81193f4, #w-node-_0f6c276f-db48-2d39-7517-9906fabc4c56-e81193f4, #w-node-_0f6c276f-db48-2d39-7517-9906fabc4c5a-e81193f4 {
  place-self: stretch center;
}

#w-node-_0f6c276f-db48-2d39-7517-9906fabc4c63-e81193f4, #w-node-_0f6c276f-db48-2d39-7517-9906fabc4c73-e81193f4, #w-node-_0f6c276f-db48-2d39-7517-9906fabc4c78-e81193f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f6c276f-db48-2d39-7517-9906fabc4c7d-e81193f4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_24545309-d122-df7c-9b76-e70355755333-e81193f4 {
  grid-area: 1 / 9 / 2 / 13;
}

#subscribe.w-node-_24545309-d122-df7c-9b76-e70355755337-e81193f4 {
  align-self: stretch;
}

#w-node-_24545309-d122-df7c-9b76-e70355755346-e81193f4 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_24545309-d122-df7c-9b76-e7035575536b-e81193f4 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_24545309-d122-df7c-9b76-e70355755383-e81193f4 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_5f24a2c4-8073-69ab-929e-0d710e35fdc0-7cbd5aff, #w-node-_5f24a2c4-8073-69ab-929e-0d710e35fdc9-7cbd5aff, #w-node-_2a0f5245-522f-09a9-347f-bb091327811e-7cbd5aff, #w-node-_2a0f5245-522f-09a9-347f-bb0913278134-7cbd5aff, #w-node-_2a0f5245-522f-09a9-347f-bb091327814b-7cbd5aff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7e6115c-e185-c97c-e47d-d23ea4021df1-7cbd5aff {
  grid-area: 1 / 9 / 2 / 13;
}

#subscribe.w-node-c7e6115c-e185-c97c-e47d-d23ea4021df5-7cbd5aff {
  align-self: stretch;
}

#w-node-c7e6115c-e185-c97c-e47d-d23ea4021e04-7cbd5aff {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-c7e6115c-e185-c97c-e47d-d23ea4021e29-7cbd5aff {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-c7e6115c-e185-c97c-e47d-d23ea4021e41-7cbd5aff {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_5f24a2c4-8073-69ab-929e-0d710e35fdc0-8245c28e, #w-node-_5f24a2c4-8073-69ab-929e-0d710e35fdc9-8245c28e, #w-node-_2a0f5245-522f-09a9-347f-bb091327811e-8245c28e, #w-node-_2a0f5245-522f-09a9-347f-bb0913278134-8245c28e, #w-node-_2a0f5245-522f-09a9-347f-bb091327814b-8245c28e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7e6115c-e185-c97c-e47d-d23ea4021df1-8245c28e {
  grid-area: 1 / 9 / 2 / 13;
}

#subscribe.w-node-c7e6115c-e185-c97c-e47d-d23ea4021df5-8245c28e {
  align-self: stretch;
}

#w-node-c7e6115c-e185-c97c-e47d-d23ea4021e04-8245c28e {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-c7e6115c-e185-c97c-e47d-d23ea4021e29-8245c28e {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-c7e6115c-e185-c97c-e47d-d23ea4021e41-8245c28e {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_5f24a2c4-8073-69ab-929e-0d710e35fdc0-597cd337, #w-node-_5f24a2c4-8073-69ab-929e-0d710e35fdc9-597cd337, #w-node-_2a0f5245-522f-09a9-347f-bb091327811e-597cd337, #w-node-_2a0f5245-522f-09a9-347f-bb0913278134-597cd337, #w-node-_2a0f5245-522f-09a9-347f-bb091327814b-597cd337 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7e6115c-e185-c97c-e47d-d23ea4021df1-597cd337 {
  grid-area: 1 / 9 / 2 / 13;
}

#subscribe.w-node-c7e6115c-e185-c97c-e47d-d23ea4021df5-597cd337 {
  align-self: stretch;
}

#w-node-c7e6115c-e185-c97c-e47d-d23ea4021e04-597cd337 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-c7e6115c-e185-c97c-e47d-d23ea4021e29-597cd337 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-c7e6115c-e185-c97c-e47d-d23ea4021e41-597cd337 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_5f24a2c4-8073-69ab-929e-0d710e35fdc0-e4dfb6e0, #w-node-_5f24a2c4-8073-69ab-929e-0d710e35fdc9-e4dfb6e0, #w-node-_391e8c72-6d21-bf6d-ebde-711127bba9d3-e4dfb6e0, #w-node-_391e8c72-6d21-bf6d-ebde-711127bba9e9-e4dfb6e0, #w-node-_391e8c72-6d21-bf6d-ebde-711127bbaa00-e4dfb6e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7e6115c-e185-c97c-e47d-d23ea4021df1-e4dfb6e0 {
  grid-area: 1 / 9 / 2 / 13;
}

#subscribe.w-node-c7e6115c-e185-c97c-e47d-d23ea4021df5-e4dfb6e0 {
  align-self: stretch;
}

#w-node-c7e6115c-e185-c97c-e47d-d23ea4021e04-e4dfb6e0 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-c7e6115c-e185-c97c-e47d-d23ea4021e29-e4dfb6e0 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-c7e6115c-e185-c97c-e47d-d23ea4021e41-e4dfb6e0 {
  grid-area: 1 / 5 / 2 / 7;
}

@media screen and (min-width: 1440px) {
  #w-node-_4e32169e-59e0-ea80-8f28-db13523d1e5b-02493358, #w-node-_4e32169e-59e0-ea80-8f28-db13523d1e65-02493358 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-a3b9e669-1c54-62ec-32fa-f6d77d07b648-7d07b62f {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-bf0feeed-1884-a27f-8747-c30ae5e7ca24-02493364 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a88538fc-0c45-9126-592d-0dc2d785dde0-6ea09841 {
    grid-column-end: 7;
  }

  #w-node-_34f5c730-5a70-0bdb-3533-5343a7dc856e-6ea09841 {
    grid-column: 1 / 4;
  }

  #w-node-fb3db839-bac7-3c32-132c-a13541840924-6ea09841 {
    grid-column: 4 / 7;
  }

  #w-node-_75ed6e50-ef68-757f-f289-add18b9efbcb-6ea09841, #w-node-ba6a99df-0695-6a22-21f8-45828a169424-6ea09841 {
    grid-column: 2 / 7;
  }

  #w-node-_709712be-7bbd-2d2f-56f9-5ded5b9973ca-86b951b0, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6eb8-42a96afc, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6eb8-1fc74599, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6eb8-9c54c6f9, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6eb8-8b8d71f9, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6eb8-8649236e, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6eb8-f57c56ad, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6eb8-cf14c3c9, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6eb8-4db5c4ab, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6eb8-0f67fe02, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6eb8-7c689223, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6eb8-7beb9549, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6eb8-60a1b8c4, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6eb8-d6865260, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6eb8-c9faafb7, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6eb8-a5a76a48, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6eb8-06fff306, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6eb8-6a945198, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6eb8-98b8c0cf, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6eb8-f38d6869, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6eb8-63cb7cbc, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6eb8-30a9a4ad, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6eb8-b5f5f1c3, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6eb8-babe37d8, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6eb8-cb5141b4, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6eb8-5074d71b, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6eb8-36144812, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6eb8-a5d1e37d, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6eb8-da3c47d7, #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6eb8-6bd74d7a {
    grid-area: 2 / 2 / 3 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f4e6f739-140f-5bd0-432a-ee27a319ab24-02493354 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f4e6f739-140f-5bd0-432a-ee27a319ab29-02493354 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-f4e6f739-140f-5bd0-432a-ee27a319ab2f-02493354 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-f4e6f739-140f-5bd0-432a-ee27a319ab34-02493354 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-f4e6f739-140f-5bd0-432a-ee27a319ab39-02493354 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-a88538fc-0c45-9126-592d-0dc2d785dde0-6ea09841 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_34f5c730-5a70-0bdb-3533-5343a7dc856e-6ea09841 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-fb3db839-bac7-3c32-132c-a13541840924-6ea09841 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_75ed6e50-ef68-757f-f289-add18b9efbcb-6ea09841 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_4d481de0-c1d1-48ed-b126-41c47b3dd9a7-6ea09841 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-ba6a99df-0695-6a22-21f8-45828a169424-6ea09841 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-d130354b-99a0-8982-c2e6-2897aafc6c62-8bfeefd1 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d130354b-99a0-8982-c2e6-2897aafc6c67-8bfeefd1 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-d130354b-99a0-8982-c2e6-2897aafc6c6d-8bfeefd1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d130354b-99a0-8982-c2e6-2897aafc6c72-8bfeefd1 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-d130354b-99a0-8982-c2e6-2897aafc6c77-8bfeefd1 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-d130354b-99a0-8982-c2e6-2897aafc6c62-de350696 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d130354b-99a0-8982-c2e6-2897aafc6c67-de350696 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-d130354b-99a0-8982-c2e6-2897aafc6c6d-de350696 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d130354b-99a0-8982-c2e6-2897aafc6c72-de350696 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-d130354b-99a0-8982-c2e6-2897aafc6c77-de350696 {
    grid-area: 3 / 1 / 4 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b9f447a3-0de6-afbe-3fc4-96e6a7535b12-0249335a, #w-node-b9f447a3-0de6-afbe-3fc4-96e6a7535b17-0249335a, #w-node-_6142e857-ed32-283d-63c2-069cda565db9-0249335f, #w-node-b79014f1-338c-ea0d-fa34-fa65295b7720-02493360, #w-node-_9585bc46-3898-aa7a-7220-fd8f7a698071-02493360 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a3b9e669-1c54-62ec-32fa-f6d77d07b63b-7d07b62f {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-a3b9e669-1c54-62ec-32fa-f6d77d07b648-7d07b62f {
    grid-column: 1 / 2;
  }

  #w-node-a3b9e669-1c54-62ec-32fa-f6d77d07b65e-7d07b62f {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-a3b9e669-1c54-62ec-32fa-f6d77d07b667-7d07b62f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6044c60f-18fc-1111-6e06-5b86446688d7-0249336d, #w-node-e717af6e-68f2-ba12-bdc0-a7d0fc630776-0249336d, #w-node-_801f0523-6252-e8ee-5568-04ea1cc9648b-0249336d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_709712be-7bbd-2d2f-56f9-5ded5b9973b8-86b951b0 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_709712be-7bbd-2d2f-56f9-5ded5b9973ca-86b951b0 {
    grid-column: 1 / 2;
  }

  #w-node-_709712be-7bbd-2d2f-56f9-5ded5b9973e1-86b951b0 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_709712be-7bbd-2d2f-56f9-5ded5b9973f6-86b951b0 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ea1-42a96afc {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6eb8-42a96afc {
    grid-column: 1 / 2;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ecf-42a96afc {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ed9-42a96afc {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ea1-1fc74599 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6eb8-1fc74599 {
    grid-column: 1 / 2;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ecf-1fc74599 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ed9-1fc74599 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ea1-9c54c6f9 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6eb8-9c54c6f9 {
    grid-column: 1 / 2;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ecf-9c54c6f9 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ed9-9c54c6f9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ea1-8b8d71f9 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6eb8-8b8d71f9 {
    grid-column: 1 / 2;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ecf-8b8d71f9 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ed9-8b8d71f9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ea1-8649236e {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6eb8-8649236e {
    grid-column: 1 / 2;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ecf-8649236e {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ed9-8649236e {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ea1-f57c56ad {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6eb8-f57c56ad {
    grid-column: 1 / 2;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ecf-f57c56ad {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ed9-f57c56ad {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ea1-cf14c3c9 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6eb8-cf14c3c9 {
    grid-column: 1 / 2;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ecf-cf14c3c9 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ed9-cf14c3c9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ea1-4db5c4ab {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6eb8-4db5c4ab {
    grid-column: 1 / 2;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ecf-4db5c4ab {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ed9-4db5c4ab {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ea1-0f67fe02 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6eb8-0f67fe02 {
    grid-column: 1 / 2;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ecf-0f67fe02 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ed9-0f67fe02 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ea1-7c689223 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6eb8-7c689223 {
    grid-column: 1 / 2;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ecf-7c689223 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ed9-7c689223 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ea1-7beb9549 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6eb8-7beb9549 {
    grid-column: 1 / 2;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ecf-7beb9549 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ed9-7beb9549 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ea1-60a1b8c4 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6eb8-60a1b8c4 {
    grid-column: 1 / 2;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ecf-60a1b8c4 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ed9-60a1b8c4 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ea1-d6865260 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6eb8-d6865260 {
    grid-column: 1 / 2;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ecf-d6865260 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ed9-d6865260 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ea1-c9faafb7 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6eb8-c9faafb7 {
    grid-column: 1 / 2;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ecf-c9faafb7 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ed9-c9faafb7 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ea1-a5a76a48 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6eb8-a5a76a48 {
    grid-column: 1 / 2;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ecf-a5a76a48 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ed9-a5a76a48 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ea1-06fff306 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6eb8-06fff306 {
    grid-column: 1 / 2;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ecf-06fff306 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ed9-06fff306 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ea1-6a945198 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6eb8-6a945198 {
    grid-column: 1 / 2;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ecf-6a945198 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ed9-6a945198 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ea1-98b8c0cf {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6eb8-98b8c0cf {
    grid-column: 1 / 2;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ecf-98b8c0cf {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ed9-98b8c0cf {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ea1-f38d6869 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6eb8-f38d6869 {
    grid-column: 1 / 2;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ecf-f38d6869 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ed9-f38d6869 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ea1-63cb7cbc {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6eb8-63cb7cbc {
    grid-column: 1 / 2;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ecf-63cb7cbc {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ed9-63cb7cbc {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ea1-30a9a4ad {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6eb8-30a9a4ad {
    grid-column: 1 / 2;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ecf-30a9a4ad {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ed9-30a9a4ad {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ea1-b5f5f1c3 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6eb8-b5f5f1c3 {
    grid-column: 1 / 2;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ecf-b5f5f1c3 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ed9-b5f5f1c3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ea1-babe37d8 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6eb8-babe37d8 {
    grid-column: 1 / 2;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ecf-babe37d8 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ed9-babe37d8 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ea1-cb5141b4 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6eb8-cb5141b4 {
    grid-column: 1 / 2;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ecf-cb5141b4 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ed9-cb5141b4 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ea1-5074d71b {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6eb8-5074d71b {
    grid-column: 1 / 2;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ecf-5074d71b {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ed9-5074d71b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ea1-36144812 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6eb8-36144812 {
    grid-column: 1 / 2;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ecf-36144812 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ed9-36144812 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ea1-a5d1e37d {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6eb8-a5d1e37d {
    grid-column: 1 / 2;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ecf-a5d1e37d {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ed9-a5d1e37d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ea1-da3c47d7 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6eb8-da3c47d7 {
    grid-column: 1 / 2;
  }

  #w-node-_94a7771d-6a6b-e312-d08f-3cb543b40c92-da3c47d7 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ed9-da3c47d7 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ea1-6bd74d7a {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6eb8-6bd74d7a {
    grid-column: 1 / 2;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ecf-6bd74d7a {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_2d4a74e0-d3cc-eb2b-b932-7013e1fa6ed9-6bd74d7a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1d8ff6b4-fb40-7b93-3779-302b1d21fbcf-604e55a8, #w-node-_0f6c276f-db48-2d39-7517-9906fabc4c7d-92a89eeb, #w-node-_0f6c276f-db48-2d39-7517-9906fabc4c7d-c9376362, #w-node-_0f6c276f-db48-2d39-7517-9906fabc4c7d-0c444f69, #w-node-_0f6c276f-db48-2d39-7517-9906fabc4c7d-e81193f4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Geomanist Black';
  src: url('../fonts/Geomanist-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geomanist Bold';
  src: url('../fonts/Geomanist-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geomanist Ultra';
  src: url('../fonts/Geomanist-Ultra.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geomanist Book';
  src: url('../fonts/Geomanist-Book.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geomanist Light';
  src: url('../fonts/Geomanist-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geomanist extra light';
  src: url('../fonts/Geomanist-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Instrument Serif';
  src: url('../fonts/InstrumentSerif-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Instrument Serif';
  src: url('../fonts/InstrumentSerif-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Instrument Sans Condensed';
  src: url('../fonts/InstrumentSans_Condensed-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Instrument Sans Condensed';
  src: url('../fonts/InstrumentSans_Condensed-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Instrument Sans Condensed';
  src: url('../fonts/InstrumentSans_Condensed-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Instrument Sans Condensed';
  src: url('../fonts/InstrumentSans_Condensed-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}