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

@font-face {
  font-family: Eudoxussans;
  src: url('../fonts/EudoxusSans-ExtraLight.woff2') format("woff2"), url('../fonts/EudoxusSans-ExtraLight.woff') format("woff"), url('../fonts/EudoxusSans-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Eudoxussans;
  src: url('../fonts/EudoxusSans-ExtraBold.woff2') format("woff2"), url('../fonts/EudoxusSans-ExtraBold.woff') format("woff"), url('../fonts/EudoxusSans-ExtraBold.ttf') format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Eudoxussans;
  src: url('../fonts/EudoxusSans-Light.woff2') format("woff2"), url('../fonts/EudoxusSans-Light.woff') format("woff"), url('../fonts/EudoxusSans-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --dark-outline: #e2e7f1;
  --body-display: #6e7488;
  --dark: #090b19;
  --pin-stripe: #f3f6fc00;
  --relume-library-lite--rl-white: white;
  --_new-tokens---pale-lime: #eafed5;
  --white: white;
  --black: #0d0d0d;
  --primary: #794dfd;
  --relume-library-lite--rl-black: black;
  --_new-tokens---dark-olive: #182700;
  --gray-neutral: #f4f6fc;
  --untitled-ui--gray200: #eaecf0;
  --untitled-ui--gray500: #667085;
  --untitled-ui--gray50-2: #f9fafb;
  --untitled-ui--white: white;
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray900: #101828;
  --untitled-ui--warning300: #fec84b;
  --untitled-ui--gray100: #f2f4f7;
  --untitled-ui--gray700: #344054;
  --untitled-ui--gray400: #98a2b3;
  --untitled-ui--primary600: #7f56d9;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--gray25: #fcfcfd;
  --untitled-ui--primary50: #f9f5ff;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--primary300: #d6bbfb;
  --untitled-ui--primary500: #9e77ed;
  --untitled-ui--gray800: #1d2939;
  --untitled-ui--primary800: #53389e;
  --untitled-ui--success50: #ecfdf3;
  --untitled-ui--success700: #027a48;
}

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

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

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

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

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

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

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

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

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

h1 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2em;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25em;
}

h3 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.6em;
}

label {
  margin-bottom: 0;
  font-weight: 700;
  display: block;
}

blockquote {
  border-left: 3px solid var(--dark-outline);
  color: var(--body-display);
  background-color: #ffffffa6;
  margin-top: 36px;
  margin-bottom: 36px;
  padding: 18px 24px;
  font-size: 18px;
  line-height: 1.6em;
}

.section {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 5vw 60px;
  display: flex;
  position: relative;
}

.section.dark {
  z-index: 10;
  background-color: var(--dark);
  color: #fff;
}

.section.no-verticle-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section.no-verticle-padding.dark {
  background-color: var(--pin-stripe);
}

.section.no-verticle-padding.hide {
  display: none;
}

.section.video-section {
  z-index: 10;
  color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
}

.section.no-top-padding {
  z-index: 140;
  padding-top: 0;
}

.section.no-horizontal-padding {
  padding-left: 0;
  padding-right: 0;
}

.section.no-horizontal-padding.alt {
  padding-top: 0;
  padding-bottom: 0;
}

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

.section.small-padding-top {
  object-fit: cover;
  object-position: 0% 0%;
  border-bottom: 0 #ccc7c7;
  padding-top: 60px;
}

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

.section.white {
  color: var(--pin-stripe);
  background-color: #f3f6fc;
}

.section.no-padding.dark {
  flex-flow: row;
  align-items: stretch;
  padding: 0 0;
}

.section.no-padding.dark.testimonial-section {
  overflow: hidden;
}

.section.flex-center {
  box-sizing: border-box;
}

.background-cover {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.background-image {
  z-index: 1;
  background-image: url('../images/Space002.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.background-image.imagen-1 {
  background-image: url('../images/pantalla-movil-y-lapiz.webp');
}

.background-image.image-2 {
  background-image: url('../images/pantalla-con-codigo-web.webp');
}

.background-image.image-3 {
  background-image: url('../images/ui-ux-design-_1_.webp');
}

.background-image.image-4 {
  background-image: url('../images/Frame-564-_1_.webp');
}

.background-image.image-5 {
  background-image: url('../images/inteligencia-artificial.webp');
  width: 100%;
  rotate: none;
}

.background-image.image-6 {
  background-image: url('../images/Team001.jpeg');
}

.image-overlay {
  z-index: 1;
  background-color: #090b194d;
  position: absolute;
  inset: 0%;
}

.image-overlay.light-overlay {
  background-color: #090b1926;
}

.image-overlay.dark-overylay {
  background-color: #090b1973;
}

.navbar {
  background-color: #ddd0;
  justify-content: center;
  height: 75px;
  padding-left: 5vw;
  padding-right: 5vw;
  font-family: Inter, sans-serif;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.wrapper {
  z-index: 10;
  width: 100%;
  max-width: 1400px;
  position: relative;
}

.wrapper.navbar-wrapper {
  border: 1px solid #f3f6fc;
  border-top: 1px #f3f6fc00;
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.wrapper.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.wrapper.margin-top {
  margin-top: 2rem;
}

.wrapper.flex-item.title-section {
  justify-content: space-between;
}

.wrapper.flex-item.title-section.os {
  margin-bottom: 32px;
}

.wrapper.padding-bottom.padding-top {
  padding-top: 6rem;
}

.nav-link {
  color: var(--dark);
  letter-spacing: 3px;
  text-transform: uppercase;
  white-space: nowrap;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  position: relative;
}

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

.left-navbar {
  z-index: 30;
  border: 1px none var(--pin-stripe);
  letter-spacing: -.03em;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 33.33%;
  min-width: 275px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.menu-wrapper {
  border: 1px #f3f6fc00;
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  width: 33.33%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-menu {
  z-index: 10;
  border: 1px #f3f6fc00;
  justify-content: flex-end;
  width: 50%;
  display: flex;
}

.brand {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--dark);
  text-transform: uppercase;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  padding-left: 24px;
  font-size: 22px;
  display: flex;
}

.brand.w--current {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: row;
  flex: 0 auto;
  align-self: center;
  display: flex;
  position: relative;
}

.body {
  color: var(--dark);
  font-family: Open Sans, sans-serif;
}

.body.overflow {
  overflow: hidden visible;
}

.full-menu-button {
  border-right: 1px solid var(--pin-stripe);
  border-left: 1px solid var(--pin-stripe);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 80px;
  margin-right: -.5px;
  padding: 26px;
  display: flex;
}

.stripe-wrapper {
  z-index: 20;
  justify-content: center;
  width: 100vw;
  min-width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: absolute;
  inset: 0% auto;
  overflow: hidden;
}

.stripe-container {
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.pin-stripe {
  background-color: var(--pin-stripe);
  width: 1px;
}

.hero-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  display: grid;
}

.hero-content-wrapper.container-bg {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.xxl-heading {
  color: var(--relume-library-lite--rl-white);
  letter-spacing: -.05em;
  margin-right: 1px;
  font-size: 78px;
}

.xxl-heading.one {
  text-align: left;
  font-family: Sora, sans-serif;
  font-size: 48px;
}

.xxl-heading.two {
  color: #fff;
  text-align: left;
  font-family: Sora, sans-serif;
  font-size: 48px;
}

.clip {
  width: auto;
  position: relative;
  overflow: hidden;
}

.clip.mobile.auto {
  max-width: 70%;
}

.clip.mobile.auto.show-overflow {
  overflow: visible;
}

.clip.margin-button {
  width: auto;
}

.clip.margin-top {
  margin-top: 3rem;
}

.clip.margin-top.max-width {
  width: 50%;
}

.page-wrapper {
  z-index: 15;
  background-color: #fff;
  flex-direction: column;
  align-items: stretch;
  min-height: 100vh;
  position: relative;
  overflow: visible;
}

.banner-wrapper {
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 400px;
  margin-left: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner-intro {
  z-index: 20;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  color: #fff;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: grid;
  position: relative;
}

.banner-intro.padding-right {
  padding-right: 48px;
}

.banner-intro.padding-right.padding-left {
  padding-left: 48px;
}

.large-heading {
  text-align: left;
  line-height: 1.15em;
}

.large-heading.one {
  color: #000;
  font-family: Manrope, sans-serif;
  font-weight: 600;
  line-height: 1.3em;
}

.large-heading.two {
  color: #000;
  font-family: Manrope, sans-serif;
  line-height: 1.3em;
}

.large-heading.wider.large.white {
  color: var(--relume-library-lite--rl-white);
}

.large-heading.wider.large.white.bold {
  color: var(--_new-tokens---pale-lime);
  font-family: Sora, sans-serif;
  font-weight: 500;
}

.large-heading.bigger, .large-heading.large {
  font-size: 48px;
}

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

.body-display {
  color: var(--body-display);
  font-size: 16px;
  line-height: 1.6em;
  overflow: visible;
}

.body-display.white {
  z-index: 2;
  color: #fff;
  font-family: Inter, sans-serif;
  font-weight: 400;
  position: relative;
}

.body-display.large {
  font-size: 18px;
}

.body-display.margin-top {
  margin-top: 1rem;
}

.body-display.margin-top.text-center {
  text-align: center;
}

.body-display.margin-top.text-center.max-width {
  max-width: 1200px;
}

.body-display.margin-top.small {
  font-size: 14px;
}

.body-display.margin-top.text-left {
  text-align: left;
}

.body-display.short-width-text {
  width: 40%;
}

.body-display.white-text {
  color: var(--pin-stripe);
}

.body-display.small-margin-top {
  margin-top: 10px;
}

.body-display.small-margin-top.white {
  color: #fff;
}

.body-display.smaller-margin-top {
  margin-top: 6px;
}

.body-display.centered, .body-display.center-text {
  text-align: center;
}

.body-display.regular {
  font-weight: 400;
}

.body-display.regular.left {
  text-align: left;
}

.project-item {
  grid-column-gap: 18px;
  grid-row-gap: 24px;
  color: #fff;
  flex-direction: column;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  height: 30vw;
  min-height: 300px;
  max-height: 465px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.project-item.width {
  width: 100%;
}

.horizontal-line {
  background-color: var(--dark-outline);
  flex: 1;
  height: 1px;
  margin-left: 18px;
}

.horizontal-line.white {
  background-color: #ffffff1f;
}

.button {
  border: 1px solid var(--primary);
  background-color: var(--black);
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin: 16px;
  padding: 16px 28px;
  font-size: 11px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.button.small {
  padding: 9px 18px;
  font-size: 9px;
}

.button.solid-white {
  color: var(--dark);
  background-color: #fff;
  border-color: #fff;
}

.button.solid-white:hover {
  background-color: var(--dark-outline);
}

.button.solid-white.blur {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: #ffffff29;
  border-color: #7a7a7a;
}

.button.solid-white.blur.white {
  align-self: flex-end;
  position: relative;
}

.button.solid-white.padding-top {
  margin-left: 0;
  margin-right: 0;
}

.button.solid-white.no-padding {
  margin: 0;
}

.button.white-outline {
  background-color: #090b1900;
  border-style: solid;
  border-color: #ffffffbf;
  font-family: Inter, sans-serif;
}

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

.button.grey-outline {
  border-color: var(--dark-outline);
  color: var(--dark);
  background-color: #090b1900;
  width: auto;
  margin: 0;
}

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

.button.grey-outline.margin-top {
  margin-top: 120px;
}

.button.whatsapp {
  z-index: 15;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-top-color: var(--pin-stripe);
  border-right-color: var(--pin-stripe);
  border-bottom-color: var(--pin-stripe);
  border-left-color: var(--pin-stripe);
  background-color: #26d366;
  padding: 12px 20px 12px 14px;
  position: fixed;
  inset: auto 1% 1% auto;
}

.button.margin-top-mobile.grey-outline.max-width {
  pointer-events: auto;
  cursor: auto;
  max-width: 200px;
}

.button.margin-top-mobile.grey-outline.width {
  width: 90%;
}

.button.margin-top-mobile.grey-outline.width.small-margin-top {
  margin-top: 2rem;
}

.navigation-cover {
  border-left: 1px solid var(--pin-stripe);
  background-color: #fff;
  flex: 1;
  justify-content: space-between;
  height: 100%;
  margin-left: -1px;
  margin-right: -5px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.testimonial-slide {
  opacity: 1;
}

.stacked-description {
  z-index: 10;
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.stacked-description.large {
  grid-row-gap: 24px;
}

.stacked-description.horizontal {
  grid-column-gap: 12px;
  grid-template-columns: auto auto;
  grid-auto-flow: column;
  width: 100%;
}

.stacked-description.short {
  grid-column-gap: 8px;
  grid-row-gap: 12px;
  flex-flow: column;
  align-items: flex-start;
  padding-right: 0;
}

.stacked-description.column {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.page-info-ribbon {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.credit-item {
  justify-content: center;
  align-items: center;
  max-width: 120px;
  max-height: 100px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.credit-item.kit {
  max-width: 100%;
}

.credit-item.redes {
  width: auto;
  max-width: 120px;
}

.credit-item.eu {
  width: auto;
  max-width: 250px;
  height: 100%;
  max-height: 100%;
}

.card-hover-item {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  border-top: 1px none var(--pin-stripe);
  border-bottom: 1px none var(--pin-stripe);
  flex-direction: column;
  flex: 0 auto;
  order: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: flex-start;
  place-items: flex-start stretch;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-hover-item.no-top-border {
  border-top-style: none;
}

.card-hover-item.no-borders {
  border-top-style: none;
  border-bottom-style: none;
}

.card-hover-item.values-card-hover {
  width: 50%;
}

.card-hover-item.values-card-hover.full-height {
  height: 100%;
}

.card-hover-item.center {
  align-items: center;
}

.subtitle-wrapper {
  margin-bottom: 10px;
  overflow: hidden;
}

.subtitle-wrapper.small-subtitle {
  margin-bottom: 12px;
}

.subtitle {
  z-index: 10;
  color: var(--dark);
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: Sora, sans-serif;
  font-size: 12px;
  font-weight: 400;
  position: relative;
}

.subtitle.small {
  font-size: 12px;
}

.subtitle.white {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  font-family: Manrope, sans-serif;
}

.subtitle.white.small {
  font-size: 10px;
  display: block;
}

.subtitle.white.small.two, .subtitle.white.small.three {
  display: none;
}

.subtitle.quote-credit {
  border-left: 2px solid var(--dark);
  margin-left: -1px;
  padding-left: 18px;
}

.subtitle.grey {
  color: var(--body-display);
  letter-spacing: 1px;
}

.subtitle.grey.ai {
  text-align: center;
  line-height: 120%;
}

.subtitle.purple-subtitle {
  color: var(--primary);
}

.subtitle.purple-subtitle.centered {
  text-align: center;
}

.subtitle.no-decoration, .subtitle.no-decoration.w--current {
  text-decoration: none;
}

.subtitle.no-decoration.max-size.w--current {
  width: 100%;
  display: block;
}

.tripple-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 1.5fr 1fr 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  margin-bottom: 60px;
  display: grid;
}

.tripple-grid.no-margin {
  margin-bottom: 0;
}

.section-bottom-cover {
  z-index: 20;
  background-color: #fff;
  height: 0%;
  position: absolute;
  inset: 0% 0% auto;
}

.intro-wrapper {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  display: flex;
  position: relative;
}

.intro-wrapper.mobile {
  width: 100%;
  max-width: none;
}

.intro-wrapper.mobile.auto {
  width: auto;
}

.intro-wrapper.mobile.padding-bottom {
  align-items: stretch;
  padding-left: 5vw;
  padding-right: 5vw;
}

.services-grid {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  border-top: 1px solid var(--pin-stripe);
  border-right: 1px solid var(--pin-stripe);
  border-left: 1px solid var(--pin-stripe);
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.services-grid.two-column {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top-style: none;
  grid-template-rows: minmax(36px, auto);
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: minmax(36px, auto);
}

.services-grid.top-border {
  border-top: 1px solid var(--pin-stripe);
  border-left-style: none;
  border-right-style: none;
}

.card-circle {
  background-color: var(--pin-stripe);
  border-radius: 100%;
  width: 6vw;
  max-width: 1000px;
  height: 6vw;
  max-height: 1000px;
  position: absolute;
  inset: -6vw -6vw auto auto;
}

.card-circle.white {
  background-color: #fff;
}

.card-circle.overlay {
  background-color: #090b1959;
  top: -20%;
  left: -30%;
}

.heading {
  z-index: 10;
  font-family: Sora, sans-serif;
  position: relative;
}

.heading.text-center, .heading.centered {
  text-align: center;
}

.heading.white {
  font-family: Manrope, sans-serif;
  font-size: 30px;
  line-height: 120%;
  text-decoration: none;
}

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

.heading.large.padding-bottom {
  text-align: center;
  overflow-wrap: normal;
  min-width: 0;
  font-size: 35px;
  overflow: auto;
}

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

.logos-headline {
  color: var(--body-display);
  align-items: center;
  width: 100%;
  display: flex;
}

.hover-link-wrapper {
  z-index: 100;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 148px;
  height: 148px;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: auto 0 5vw auto;
}

.hover-link-wrapper.project-view-link {
  position: relative;
  bottom: auto;
  right: auto;
}

.hover-link-wrapper.video-link-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: -24px;
  position: relative;
  inset: 0 0 0 0;
}

.hover-link {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 11px;
  text-decoration: none;
  display: flex;
}

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

.video-info {
  grid-column-gap: 16px;
  grid-row-gap: 100px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 24px;
  display: grid;
}

.large-menu-wrapper {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  background-color: var(--pin-stripe);
  flex-direction: column;
  grid-template-rows: 75px auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 25px;
  display: grid;
  position: relative;
}

.collection-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template: "."
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-grid.jobs-grid {
  grid-template-columns: 1fr;
}

.project-collection-item:nth-child(odd) {
  margin-top: 60px;
  margin-bottom: 80px;
}

.project-card-info {
  z-index: 10;
  flex-direction: column;
  justify-content: space-between;
  padding: 36px 24px;
  display: flex;
  position: relative;
}

.project-hover-link-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-info-top {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-info-top.team-info {
  flex-direction: row;
  justify-content: space-between;
}

.project-info-bottom {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.categories-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  height: 100%;
  display: grid;
}

.category-collection-list-wrapper {
  background-color: var(--pin-stripe);
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.projects-search-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  height: 75px;
  display: grid;
}

.search {
  border: 1px solid var(--dark-outline);
  background-color: #fff;
  border-radius: 100px;
  margin-bottom: 0;
  padding: 3px;
  display: flex;
  overflow: hidden;
}

.search-input {
  border: 1px #000;
  min-height: 42px;
  margin-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 13px;
  font-weight: 300;
}

.search-input::placeholder {
  color: var(--body-display);
}

.search-wrapper {
  padding-left: 24px;
  padding-right: 24px;
}

.search-button {
  background-color: var(--dark);
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 100px;
  padding: 0 32px;
  font-size: 9px;
}

.mega-category-list {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 24px;
  padding-right: 24px;
  display: grid;
}

.mega-category-list.middle {
  border-right: 1px solid var(--dark-outline);
  border-left: 1px solid var(--dark-outline);
  border-left: 1px solid #e2e7f1;
  border-right: 1px solid #e2e7f1;
}

.mega-menu {
  z-index: 25;
  border-style: none none none solid;
  border-width: 1px;
  border-color: var(--pin-stripe);
  background-color: var(--pin-stripe);
  margin-left: -1px;
  margin-right: -1px;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.mega-menu-overlay {
  z-index: 20;
  background-color: #090b1980;
  display: none;
  position: fixed;
  inset: 0%;
}

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

.collection-list.two-columns {
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  align-content: stretch;
  align-items: stretch;
}

.team-collection-item {
  flex-direction: column;
  max-width: 200px;
}

.team-collection-item:nth-child(2n) {
  margin-top: 80px;
  margin-bottom: 80px;
}

.team-collection-item:last-child {
  margin-top: 160px;
}

.team-collection-item.two-column-item:nth-child(2n) {
  margin-top: 80%;
  margin-bottom: -20%;
}

.team-collection-item.two-column-item:last-child {
  margin-top: 0;
  margin-bottom: 0;
}

.team-social-wrapper {
  grid-column-gap: 9px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.team-social-icon {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 10px;
  display: flex;
}

.team-social-icon.small {
  width: 30px;
  height: 30px;
  padding: 7px;
}

.team-social-icon.outline {
  border: 1px solid #e2e7f1;
}

.featured-news-list {
  border-top: 1px none var(--pin-stripe);
  border-bottom: 1px none var(--pin-stripe);
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.post-list-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--dark);
  grid-template-rows: auto;
  grid-template-columns: 1fr 36px;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 100%;
  min-height: 80px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 18px;
  line-height: 1.25em;
  text-decoration: none;
  display: grid;
}

.post-list-item.category-list-item {
  grid-template-columns: 1fr;
  grid-auto-flow: column;
  min-height: 80px;
  padding-left: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25em;
}

.collection-list-item {
  border-top: 1px #000;
  border-bottom: 1px solid var(--pin-stripe);
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.collection-list-item:nth-child(odd) {
  border-bottom-style: solid;
}

.collection-list-item:nth-child(2n) {
  margin-top: 48px;
  margin-bottom: -48px;
}

.inner-page-hero-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 60px;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding-bottom: 24px;
  display: grid;
}

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

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

.services-menu-wrapper {
  z-index: 10;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: visible;
}

.banner-items {
  background-color: var(--pin-stripe);
  white-space: nowrap;
  align-items: center;
  height: 120px;
  display: flex;
  overflow: hidden;
}

.services-dual-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  justify-items: stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.sticky-services-menu {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: sticky;
  top: 100px;
  overflow: hidden;
}

.sticky-services-menu.left-side {
  border-right: 1px solid var(--pin-stripe);
  justify-items: center;
  margin-right: -.5px;
}

.sticky-services-menu.extra-top-margin {
  top: 148px;
}

.menu-list-item {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  border-top: 1px none var(--pin-stripe);
  border-bottom: 1px solid var(--pin-stripe);
  color: var(--body-display);
  letter-spacing: -.03em;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  padding: 24px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25em;
  text-decoration: none;
  transition: padding .4s cubic-bezier(.25, .46, .45, .94), color .4s cubic-bezier(.25, .46, .45, .94);
  display: grid;
}

.menu-list-item:hover {
  color: var(--dark);
}

.menu-list-item.w--current {
  color: var(--dark);
  padding-left: 36px;
}

.menu-list-item.white {
  color: #fff;
  cursor: pointer;
  border-top-color: #ffffff26;
  border-bottom-color: #ffffff26;
  align-items: center;
  margin-bottom: 0;
  font-size: 16px;
}

.menu-list-item.white.small {
  padding-top: 19px;
  padding-bottom: 19px;
}

.menu-list-item.small {
  padding-top: 20px;
  padding-bottom: 20px;
}

.menu-list-item.discovery-item {
  border: 1px #000;
  width: 100%;
  height: 100%;
}

.service-menu-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--pin-stripe);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-menu-list.white {
  border-top-color: #ffffff26;
  width: 100%;
  margin-left: 1px;
  margin-right: 1px;
}

.list-heading-wrapper {
  grid-column-gap: 7px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  padding-left: 24px;
  display: grid;
}

.scrolling-text {
  align-items: center;
  height: 100%;
  display: flex;
}

.dark-dot {
  background-color: var(--dark);
  border-radius: 100px;
  width: 4px;
  min-width: 4px;
  height: 4px;
  min-height: 4px;
  margin-left: 6px;
  margin-right: 10px;
}

.mega-social-wrapper {
  justify-content: flex-end;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.services-menu-hide-cover {
  background-color: var(--dark);
  justify-content: center;
  align-items: center;
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 0% 0;
}

.team-portrait-wrapper {
  min-height: 475px;
  position: relative;
  overflow: hidden;
}

.rich-text {
  color: var(--body-display);
  font-size: 16px;
}

.rich-text h2 {
  color: var(--dark);
  margin-top: 0;
  margin-bottom: 18px;
  line-height: 1.25em;
}

.rich-text h4 {
  color: var(--dark);
  margin-top: 18px;
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 1.25em;
}

.rich-text h3 {
  color: var(--dark);
  margin-top: 24px;
  margin-bottom: 18px;
  line-height: 1.25em;
}

.rich-text h5 {
  color: var(--dark);
  margin-top: 9px;
  margin-bottom: 9px;
  font-size: 16px;
  line-height: 1.25em;
}

.rich-text h6 {
  color: var(--dark);
  font-size: 14px;
  line-height: 1.3em;
}

.rich-text h1 {
  color: var(--dark);
}

.rich-text p {
  margin-bottom: 16px;
}

.rich-text.job-description {
  margin-top: 14px;
}

.rich-text.all-width {
  width: 200%;
}

.right-grid-intro {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 24px;
  display: grid;
}

.blog-card-image-wrapper {
  z-index: 1;
  border-radius: 16px;
  width: 100%;
  min-height: 225px;
  position: relative;
  overflow: hidden;
}

.post-card-description {
  z-index: 10;
  grid-column-gap: 12px;
  grid-row-gap: 48px;
  color: var(--dark);
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: space-between;
  padding: 36px 8px 24px;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.mega-menu-list-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--dark-outline);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.post-card-info {
  flex-direction: column;
  flex: 1;
  display: flex;
  position: relative;
  overflow: hidden;
}

.preloader {
  z-index: 10000;
  justify-content: center;
  align-items: center;
  display: none;
  position: relative;
  inset: 0%;
}

.preloader-middle {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  justify-items: center;
  width: 100vw;
  height: 100%;
  display: grid;
  position: absolute;
  inset: 0%;
}

.left-preloader {
  border-bottom: 1px solid var(--pin-stripe);
  background-color: #fff;
  width: 100%;
}

.middle-preloader {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.right-preloader {
  border-bottom: 1px solid var(--pin-stripe);
  background-color: #fff;
  width: 100%;
}

.stripe-preloader {
  border-right: 1px solid var(--pin-stripe);
  border-bottom: 1px solid var(--pin-stripe);
  background-color: #fff;
  width: 33.33%;
}

.stripe-preloader.left {
  border-left: 1px solid var(--pin-stripe);
}

.grid-wrapper {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: minmax(5vw, 1fr);
  grid-auto-flow: row;
  place-content: space-between;
  place-items: stretch start;
  width: 100%;
  display: grid;
  position: relative;
}

.grid-wrapper.projects-search {
  z-index: 15;
  flex: 0 auto;
  justify-content: space-between;
  width: 100vw;
  height: 100vh;
  position: absolute;
  left: 0;
  right: auto;
  overflow: hidden;
}

.grid-wrapper.fixed {
  z-index: 25;
  align-content: end;
  align-items: end;
  max-height: 0;
}

.grid-wrapper.two-row {
  flex: 0 auto;
  grid-template-rows: 1fr auto;
  align-content: space-between;
}

.grid-wrapper.alt {
  align-items: stretch;
  min-height: 80vh;
  display: flex;
}

.card-button-wrapper {
  display: flex;
}

.feature-card-description {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.feature-card-description._02 {
  grid-column-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr;
}

.footer-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  grid-template-rows: minmax(44px, auto) minmax(102px, auto) minmax(103px, auto) minmax(103px, auto) minmax(103px, auto) minmax(36px, auto);
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: minmax(106px, auto);
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-credits {
  font-size: 13px;
  font-weight: 400;
}

.project-image {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

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

.hero-background-image {
  background-image: url('../images/texture-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.hero-background-image.team-background {
  background-image: url('../images/textura3.webp');
  background-position: 50% 0;
}

.hero-background-image.projects-background {
  background-image: url('../images/unowImage2_1unowImage2.webp');
  background-position: 50% 40%;
}

.hero-background-image.services-background {
  background-image: url('../images/texture-1.webp');
}

.hero-background-image.contact-background {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/TorreMapfre01.avif');
  background-position: 50% 0;
  background-clip: border-box;
}

.hero-background-image.news-background {
  background-image: url('../images/textura2.webp');
}

.hero-background-image._404-background {
  background-image: url('../images/Space012.jpeg');
}

.hero-background-image.password-background {
  background-image: url('../images/Space007.jpeg');
}

.hero-background-image.search-background {
  background-image: url('../images/Space002.jpeg');
}

.project-details-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 80px;
  margin-left: 1px;
  margin-right: 1px;
  display: grid;
  position: relative;
}

.project-gallery-wrapper {
  z-index: 15;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: auto auto 0% 0%;
  overflow: hidden;
}

.gallery-items-wrapper {
  z-index: 20;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: 100%;
  height: 100vh;
  padding-top: 123px;
  padding-bottom: 48px;
  padding-right: 6px;
  display: flex;
  position: relative;
  overflow: visible;
}

.more-projects-wrapper {
  z-index: 25;
  flex-direction: column;
  justify-content: flex-end;
  height: 0;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.fly-out-button {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: var(--pin-stripe);
  white-space: nowrap;
  cursor: pointer;
  border-top: 1px #ffffff1f;
  grid-template-rows: auto;
  grid-template-columns: 5vw 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 33.33%;
  max-width: 33.33%;
  height: 48px;
  max-height: 48px;
  padding: 0 5vw 0 0;
  display: grid;
  position: relative;
  overflow: hidden;
}

.fly-out-button.on-click {
  z-index: 50;
  background-color: #fff;
}

.fly-out-button.off-click {
  z-index: 50;
  width: 100%;
  max-width: 100%;
}

.projects-lottie {
  justify-content: flex-start;
  align-items: center;
  width: 13px;
  height: auto;
  display: flex;
  position: absolute;
}

.project-search-items {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: minmax(100px, 1fr);
  grid-template-columns: 1fr;
  grid-auto-rows: minmax(100px, 1fr);
  grid-auto-columns: 1fr;
  margin-bottom: 24px;
  display: grid;
}

.project-search-collection {
  flex-direction: column;
  flex: 1;
  padding-right: 12px;
  display: flex;
  overflow: auto;
}

.project-search-collection-item {
  border-bottom: 1px solid var(--dark-outline);
  width: 100%;
  display: flex;
  overflow: hidden;
}

.project-search-collection-item:first-child {
  border-top: 1px solid var(--dark-outline);
}

.project-search-collection-item:last-child {
  border-bottom-style: none;
}

.project-description-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-description {
  grid-column-gap: 24px;
  grid-row-gap: 60px;
  color: var(--dark);
  background-color: #f3f6fc00;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 80px 60px;
  display: grid;
  position: relative;
}

.project-description.top-grey-border {
  border-top: 1px solid var(--dark-outline);
  grid-template-rows: auto;
}

.project-features {
  padding-top: 80px;
}

.general-collection-wrapper {
  padding-top: 40px;
}

.projects-lottie-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 14px;
  display: flex;
}

.project-gallery-overlay {
  z-index: 5;
  background-color: #090b1980;
  min-width: 100vw;
  min-height: 100vh;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.news-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr minmax(200px, 1fr) 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.news-list-item {
  border-bottom: 1px solid var(--pin-stripe);
  margin-top: 0;
  margin-bottom: 0;
}

.news-list-item:nth-child(2n) {
  margin-top: 80px;
  margin-bottom: 80px;
}

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

.pagination-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 0px;
  grid-template-rows: minmax(0, auto);
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: stretch;
  align-items: center;
  display: grid;
}

.large-search-wrapper {
  background-color: #fff;
  border-radius: 100px;
  width: 50%;
  margin-bottom: 0;
  padding: 4px;
  display: flex;
}

.large-search-input {
  background-color: #fff0;
  border: 1px #000;
  border-radius: 100px;
  min-height: 48px;
  margin-bottom: 0;
  padding-left: 24px;
}

.large-search-button {
  background-color: var(--dark);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 100px;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 11px;
}

.search-results-info {
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.search-result-item {
  width: 100%;
  padding: 0;
}

.search-results-link {
  border-right: 1px solid var(--pin-stripe);
  border-bottom: 1px solid var(--dark-outline);
  border-left: 1px solid var(--pin-stripe);
  color: var(--dark);
  padding: 48px 36px 48px 24px;
  text-decoration: none;
  transition: background-color .4s linear;
}

.search-results-link:hover {
  background-color: #fff;
}

.search-result-wrapper {
  border-top: 1px solid var(--dark-outline);
  background-color: var(--pin-stripe);
  padding-top: 0;
}

.results-help-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  background-color: var(--dark);
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 12px 24px;
  display: grid;
}

.list-item-arrow {
  width: 18px;
  min-width: 18px;
}

.list-item-text {
  color: var(--body-display);
  font-family: Sora, sans-serif;
}

.gallery-heading {
  white-space: nowrap;
  padding-left: 24px;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.field-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-field {
  border: 1px solid var(--dark-outline);
  background-color: #ffffffa6;
  border-radius: 2px;
  min-height: 54px;
  margin-bottom: 0;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 18px;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
}

.text-field:focus {
  background-color: #fff;
  border-color: #d4ddee;
}

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

.text-field.light {
  color: #fff;
  background-color: #ffffff14;
  border-color: #ffffff29;
  border-radius: 50px;
}

.text-field.light:focus {
  background-color: #fff0;
  border-color: #fff;
}

.text-field.light::placeholder {
  color: #ffffffd9;
}

.submit-button {
  background-color: var(--dark);
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 100px;
  min-width: 160px;
  padding: 16px 32px;
  font-size: 12px;
}

.submit-button.white {
  color: var(--dark);
  background-color: #fff;
}

.utility-message {
  background-color: #0000;
  height: 100%;
  margin-top: auto;
  padding: 0;
}

.success-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  border: 1px solid var(--dark-outline);
  background-color: #ffffffd9;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-height: 340px;
  padding: 60px;
  display: grid;
}

.success-wrapper.dark {
  color: #fff;
  background-color: #fff0;
  border-style: none;
  align-content: center;
  height: 100%;
}

.error-message {
  background-color: var(--dark-outline);
  color: var(--dark);
  margin-top: 0;
  padding: 12px 18px;
}

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

.fly-out-button-wrapper {
  margin-left: -5vw;
  padding-left: 5vw;
  display: flex;
  overflow: hidden;
}

.services-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 60px;
  display: grid;
}

.service-examples-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.services-info {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  flex-flow: column;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.tablet-mobile-menu, .tablet-mobile-nav-links {
  display: none;
}

.image-cover {
  z-index: 20;
  background-color: #fff;
  justify-content: center;
  width: 0%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.image-cover-wrapper {
  z-index: 15;
  width: 66.66%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: visible;
}

.image-cover-wrapper.right-side {
  justify-content: flex-end;
  display: flex;
  inset: 0% 0% 0% auto;
}

.hero-button-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-end;
  display: flex;
}

.hero-button-wrapper.margin-top {
  margin-top: 2rem;
}

.hero-button-wrapper.margin-top.left {
  justify-content: flex-start;
}

.subtitle-name-grid {
  grid-column-gap: 7px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.template-screen {
  z-index: 10;
  border: 1px solid var(--pin-stripe);
  flex-direction: row;
  width: 100%;
  margin-bottom: 6px;
  padding-top: 0;
  display: flex;
  position: relative;
}

.feature-card-info {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.template-showcase-grid {
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  grid-template-rows: minmax(80px, auto) minmax(80px, auto);
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: minmax(80px, auto);
  grid-auto-columns: 1fr;
  display: grid;
}

.page-info {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--pin-stripe);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 120px;
  display: grid;
  overflow: hidden;
}

.client-quote {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-discovery-cover {
  z-index: 10;
  background-color: var(--pin-stripe);
  width: 100%;
}

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

.project-discovery-list {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

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

.client-quote-credit {
  border-left: 2px solid #fff;
  margin-left: -24px;
  padding-left: 24px;
}

.news-category-item {
  border-bottom: 1px none var(--pin-stripe);
}

.medium-heading {
  font-family: Sora, sans-serif;
}

.medium-heading.margin-top {
  margin-top: 32px;
}

.background-banner {
  background-image: url('../images/Team006-2.jpeg');
  background-position: 50%;
  background-size: cover;
  height: 116%;
  position: absolute;
  inset: auto 0%;
}

.background-banner.service-1-banner {
  background-image: url('../images/Space006.jpeg');
}

.background-banner.service-3-banner {
  background-image: url('../images/Space021.jpeg');
}

.background-banner.newsletter-banner {
  background-image: url('../images/Team002.jpeg');
  background-position: 0%;
}

.background-banner.video-banner {
  background-image: url('../images/Texture-1-1200x1500.webp');
  background-position: 0 0;
}

.body-display-name-grid {
  grid-column-gap: 6px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.newsletter-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  justify-items: stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.dark-cover {
  background-color: var(--_new-tokens---dark-olive);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.newsletter-form-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  color: #fff;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.newsletter-intro {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  background-color: var(--pin-stripe);
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 40px 36px;
  display: grid;
  position: relative;
}

.form-block {
  z-index: 20;
  margin-bottom: 0;
  position: relative;
}

.form-column {
  flex-direction: row;
  display: flex;
}

.form-column.right {
  padding-left: 24px;
  padding-right: 24px;
}

.field-label {
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
}

.field-label.apellido {
  display: none;
}

.checklist-icon {
  border: 1px solid var(--dark-outline);
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  display: flex;
}

.radio-item {
  cursor: pointer;
  border-bottom: 1px solid #ffffff1f;
  align-items: center;
  height: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  font-size: 16px;
  display: flex;
}

.button-text {
  z-index: 10;
  position: relative;
}

.button-text.withe {
  color: var(--relume-library-lite--rl-white);
  font-family: Sora, sans-serif;
}

.menu-collection-list-item {
  border-bottom: 1px solid var(--dark-outline);
}

.empty-search-results {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  display: grid;
}

.page-hero {
  z-index: 10;
  color: #fff;
  justify-content: center;
  min-height: 650px;
  padding-top: 120px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.projects-hero {
  z-index: 10;
  color: #fff;
  justify-content: center;
  min-height: 750px;
  padding-top: 120px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.password-hero {
  z-index: 10;
  color: #fff;
  justify-content: center;
  min-height: 100vh;
  padding-top: 36px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.free-consulting {
  z-index: 10;
  color: #fff;
  justify-content: center;
  min-height: 90vh;
  padding-top: 36px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-description {
  flex-flow: column;
  align-items: flex-start;
  padding-right: 24px;
  display: flex;
}

.about-description {
  grid-column-gap: 0px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-right: 24px;
  display: grid;
}

.category-description {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  max-width: 250px;
  display: grid;
}

.category-description.mobile.max-width {
  place-items: center;
  width: 100%;
  max-width: 300px;
}

.category-link {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 120px;
  padding-left: 12px;
  padding-right: 12px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.category-link.all-width {
  width: 100%;
}

.minimal-card {
  z-index: 10;
  border-top: 1px none var(--pin-stripe);
  border-bottom: 1px solid var(--pin-stripe);
  align-items: center;
  height: 100%;
  padding: 36px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.minimal-card.minimal-card-values {
  border-top: 1px solid #e0e0e0;
  border-bottom: 0 solid #e0e0e0;
  border-left: 0 solid #e0e0e0;
  border-right: 0 #e0e0e0;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
}

.minimal-card.minimal-card-values.smaller-padding {
  padding-left: 24px;
  padding-right: 24px;
}

.minimal-card.max-width, .minimal-card.max-width.w--current {
  width: 100%;
}

.footer-section {
  z-index: 10;
  background-color: var(--dark);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 5vw 36px;
  display: none;
  position: relative;
}

.template-card {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  border-top: 1px solid var(--pin-stripe);
  border-bottom: 1px none var(--pin-stripe);
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 36px;
  display: grid;
}

.template-card.bottom-border {
  border-bottom-style: solid;
}

.newsletter-overlay {
  background-color: #090b19e6;
  position: absolute;
  inset: 0%;
}

.nav-link-hover-button {
  border: 1px solid #ffffff1f;
  border-radius: 100px;
  width: 100%;
  height: 46px;
  position: absolute;
}

.banner-scrolling-wrapper {
  background-color: var(--pin-stripe);
  width: 100%;
  height: 100%;
}

.recent-projects-info {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.delete-me {
  z-index: 5000000;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #fff;
  border-radius: .75rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 22rem;
  padding: 2rem;
  display: flex;
  position: absolute;
  inset: auto .5rem .5rem auto;
}

.delete-me_text-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.delete-me_text-description {
  line-height: 1.5;
}

.delete-me_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.delete-me_link {
  color: #fff;
  background-color: #000;
  border-radius: 100px;
  padding: .65rem 1.3rem .7rem;
  line-height: 1.3;
  text-decoration: none;
}

.hide-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-block {
  color: var(--dark);
  text-transform: lowercase;
  -webkit-text-stroke-color: #111;
  flex: 0 auto;
  align-self: center;
  height: 24px;
  font-family: Manrope, sans-serif;
  font-size: 31px;
  font-weight: 600;
  text-decoration: none;
}

.image {
  flex: 0 auto;
  align-self: center;
  max-width: 7px;
  display: block;
}

.heading-5 {
  display: flex;
}

.logo {
  width: 14px;
  margin-top: 12px;
  margin-bottom: 5px;
  display: block;
}

.image-2 {
  font-size: 11px;
}

.whatsapp-icon {
  max-width: 20%;
}

.whatsapp-icon._24px {
  max-width: 24px;
}

.text-span {
  color: #7f56d9;
}

.job-item {
  border: .5px #000;
  border-top: .5px solid #c7c7c7;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.job-info-bottom {
  color: #000;
  text-transform: none;
}

.purple-span {
  color: #7f56d9;
}

.experience-card {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  padding: 20px;
  display: flex;
}

.experience-image {
  max-height: 300px;
}

.image-3 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
}

.image-3.joan-image {
  object-fit: cover;
  object-position: 50% 30%;
}

.image-3.aser-image {
  object-position: 50% 10%;
}

.image-3.adri-image {
  object-position: 50% 40%;
}

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

.values-flex {
  border: 0 solid #000;
  border-bottom: .5px solid #a1a1a1;
  flex-flow: row;
  align-items: flex-start;
  display: flex;
}

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

.uui-padding-vertical-xhuge-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-padding-vertical-xhuge-2.no-padding-top {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(5vw, 1fr) 90vw minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  padding-top: 0;
  display: grid;
}

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

.uui-team04_image-wrapper {
  width: 100%;
  margin-bottom: 1.5rem;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.uui-team04_image-wrapper.team-image-wrapper {
  width: 200px;
  height: 200px;
}

.uui-team04_image-wrapper.team-image-wrapper.max-width {
  width: 100%;
  max-width: 300px;
}

.uui-team04_item {
  flex-flow: row;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.uui-team04_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: flex;
}

.uui-team04_component {
  margin-top: 4rem;
}

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

.uui-space-xxsmall-3 {
  width: 100%;
  min-height: .5rem;
}

.uui-layout32_timeline-right {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.uui-layout32_timeline-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  position: relative;
}

.uui-layout32_content-right {
  width: 100%;
}

.uui-button-row-3 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row-3.is-reverse-mobile-landscape.margin-top-big {
  margin-top: 4rem;
}

.uui-button-row-3.button-row-center {
  justify-content: center;
}

.uui-space-medium-2 {
  width: 100%;
  min-height: 2rem;
}

.uui-space-medium-2.flex-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-layout32_content-left.max-width {
  width: 100%;
}

.uui-layout32_content-left.max-width.flex-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.uui-layout90_item.min-height {
  background-image: url('../images/textura4.webp');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  min-height: 200px;
}

.uui-layout90_item.min-height.background2 {
  background-image: url('../images/img.png');
}

.uui-layout90_item.min-height.background3 {
  background-image: url('../images/rick-rothenberg-Nqx3SaMp4kQ-unsplash.jpg');
}

.uui-layout90_item.min-height.background4 {
  background-image: url('../images/dim-gunger-oKN104dsNsY-unsplash.jpg');
}

.uui-layout90_item.min-height.relative {
  position: relative;
}

.uui-layout90_item.min-height.relative.padding {
  max-width: 500px;
  padding: 1rem;
}

.uui-layout90_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: grid;
}

.uui-space-xsmall-2 {
  width: 100%;
  min-height: 1rem;
}

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

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

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

.heading-benefits {
  font-size: 18px;
  font-weight: 700;
}

.heading-benefits.white {
  z-index: 2;
  color: var(--pin-stripe);
  position: relative;
}

.uui-button-row-4 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row-4.is-reverse-mobile-landscape.centered {
  justify-content: center;
}

.uui-space-medium-3 {
  width: 100%;
  min-height: 2rem;
}

.uui-space-xsmall-3 {
  width: 100%;
  min-height: 1rem;
}

.uui-layout01_content.centered {
  text-align: center;
}

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

.uui-layout01_component.reverse.max-width {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  justify-items: center;
  max-width: 1200px;
}

.padding-bottom {
  padding-bottom: 6rem;
}

.div-block-4 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.global-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin-top: 2rem;
  display: grid;
}

.global-grid-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  max-width: 400px;
  height: 150px;
  display: flex;
}

.uui-testimonial06_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
}

.uui-button-icon-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-testimonial06_arrow {
  border: 1px solid var(--untitled-ui--gray200);
  color: var(--untitled-ui--gray500);
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  transition: all .2s;
  display: flex;
}

.uui-testimonial06_arrow:hover {
  background-color: var(--untitled-ui--gray50-2);
}

.uui-text-size-medium-4 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-heading-tiny-2 {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-testimonial06_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.uui-testimonial06_client-image-wrapper {
  margin-right: 1rem;
}

.uui-testimonial06_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.uui-heading-medium-4 {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-medium-4.text-weight-medium {
  letter-spacing: -.04em;
  font-weight: 500;
}

.uui-testimonial06_rating-icon {
  color: var(--untitled-ui--warning300);
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: .125rem;
  margin-right: .125rem;
  display: flex;
}

.uui-testimonial06_rating-wrapper {
  align-items: center;
  display: flex;
}

.uui-testimonial06_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-testimonial06_slide {
  padding-left: 4rem;
  padding-right: 4rem;
}

.uui-testimonial06_component {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-bottom: 4rem;
}

.uui-heroheader09_image {
  width: 100%;
  height: 100%;
}

.uui-heroheader09_image._11 {
  border-top-left-radius: 7rem;
  border-bottom-right-radius: 7rem;
}

.uui-heroheader09_image._10 {
  border-radius: 50%;
}

.uui-heroheader09_image._09 {
  border-top-right-radius: 7rem;
}

.uui-heroheader09_image._08 {
  border-top-right-radius: 7rem;
  border-bottom-left-radius: 7rem;
}

.uui-heroheader09_image._07 {
  border-bottom-right-radius: 7rem;
  border-bottom-left-radius: 7rem;
}

.uui-heroheader09_image._06 {
  border-top-right-radius: 7rem;
  border-bottom-left-radius: 7rem;
}

.uui-heroheader09_image._05 {
  border-top-left-radius: 7rem;
  border-bottom-left-radius: 7rem;
}

.uui-heroheader09_image._04 {
  border-radius: 50%;
}

.uui-heroheader09_image._03 {
  border-top-left-radius: 7rem;
}

.uui-heroheader09_image._02 {
  border-bottom-left-radius: 7rem;
}

.uui-heroheader09_image._01 {
  border-top-right-radius: 7rem;
}

.uui-heroheader09_image-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.uui-button-row-5 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-space-large {
  width: 100%;
  min-height: 3rem;
}

.uui-max-width-small {
  width: 100%;
  max-width: 30rem;
}

.uui-space-small-3 {
  width: 100%;
  min-height: 1.5rem;
}

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

.uui-padding-vertical-xhuge-6 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

.uui-page-padding-6 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-section_heroheader09 {
  overflow: hidden;
}

.project-details {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.project-detail-text {
  font-size: 22px;
}

.slider {
  border-radius: 20px;
  width: 100%;
  min-height: 350px;
  overflow: visible;
}

.slide-content-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.slide-content-wrapper.border {
  border-radius: 20px;
  height: 350px;
  overflow: hidden;
}

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

.slide-info-wrapper {
  max-width: 50%;
  position: absolute;
  bottom: 2rem;
  left: 3rem;
}

.slide-info-wrapper.white-text {
  color: var(--pin-stripe);
}

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

.slide-nav {
  z-index: 99;
  bottom: 0;
}

.slide-nav.bottom {
  bottom: -4rem;
}

.margin-bottom-subtitle {
  margin-bottom: 4px;
}

.icon-2, .icon-3 {
  display: none;
}

.service-process-title.max-width {
  width: 60%;
}

.service-process-description {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: column;
  align-items: flex-start;
  margin-top: 2rem;
  display: flex;
}

.service-process-description.padding-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  padding-left: 2rem;
}

.group {
  width: 100%;
}

.margin-top-bottom {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.services-boxes-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  display: grid;
}

.div-block-7 {
  width: 100%;
  margin-bottom: 4rem;
}

.div-block-7.centered {
  text-align: center;
  max-width: 1200px;
}

.technology-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: wrap;
  justify-content: center;
  margin-top: 2rem;
  display: flex;
}

.heading-small {
  font-size: 26px;
  font-weight: 200;
}

.list-margin {
  margin-top: 16px;
}

.title-margin-top {
  margin-top: 32px;
}

.uui-layout14_image {
  object-fit: cover;
  object-position: 100% 100%;
  width: 48rem;
  min-width: 48rem;
  position: absolute;
  inset: auto auto auto 3rem;
}

.uui-layout14_image-wrapper {
  background-color: var(--untitled-ui--gray100);
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 33rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.uui-text-size-medium-5 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-space-xxsmall-4 {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xxsmall-3 {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-layout14_item-list {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  margin-bottom: 2.5rem;
}

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

.uui-layout14_component.margin-top {
  margin-top: 48px;
}

.uui-navbar07_menu-button {
  padding: 0;
}

.uui-navbar07_link {
  color: var(--untitled-ui--gray600);
  align-items: center;
  padding: .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: 1rem;
  font-weight: 600;
  transition: all .3s;
}

.uui-navbar07_link:hover {
  color: var(--untitled-ui--gray700);
}

.uui-navbar07_link.w--current {
  color: #000;
}

.uui-navbar07_link.subtitle.black {
  color: var(--dark);
  font-size: .8rem;
  font-weight: 400;
}

.uui-text-size-small {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-text-size-small.white {
  color: var(--body-display);
}

.uui-navbar07_item-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-weight: 400;
  display: flex;
}

.uui-navbar07_dropdown-link {
  grid-column-gap: 0rem;
  grid-row-gap: 0px;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: .75rem;
  text-decoration: none;
  transition: all .3s;
  display: grid;
}

.uui-navbar07_dropdown-link:hover {
  background-color: var(--untitled-ui--gray50-2);
}

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

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

.uui-navbar07_dropdown-list.w--open {
  border: 1px solid var(--untitled-ui--gray200);
  background-color: var(--untitled-ui--white);
  border-radius: .75rem;
  width: 20rem;
  padding: .75rem;
  right: -100%;
}

.uui-dropdown-icon {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 1rem;
  font-weight: 400;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.uui-navbar07_dropdown-toggle {
  color: var(--untitled-ui--gray600);
  align-items: center;
  padding: .75rem 2.5rem .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: 1rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.uui-navbar07_dropdown-toggle:hover {
  color: var(--untitled-ui--gray700);
}

.uui-navbar07_menu-left.flex {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
}

.uui-navbar07_menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.uui-navbar07_menu.align-end {
  justify-content: flex-end;
}

.uui-navbar07_logo-link {
  padding-left: 0;
}

.uui-navbar07_logo-link.flex {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.uui-navbar07_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-navbar07_component {
  border-bottom: 1px solid var(--untitled-ui--gray100);
  background-color: #fff;
  align-items: center;
  width: 100%;
  min-height: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: fixed;
}

.collection-list-wrapper-2 {
  display: block;
}

.team-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  place-content: flex-start center;
  align-items: center;
  display: flex;
}

.image-5 {
  rotate: 90deg;
}

.josemi-form {
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.form-image-wrapper {
  overflow: hidden;
}

.flex-outsourcing {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  display: flex;
}

.flex-items {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: wrap;
  justify-content: center;
  display: flex;
}

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

.flex-item.full {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  width: 100%;
}

.flex-item.advantages-list {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  position: relative;
}

.uui-footer02_social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-footer02_social-icon.white {
  color: var(--pin-stripe);
}

.uui-footer02_social-link {
  color: var(--body-display);
  align-items: center;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer02_social-link:hover {
  color: var(--untitled-ui--gray500);
}

.uui-footer02_social-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.uui-footer02_legal-link {
  color: var(--untitled-ui--gray500);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  text-decoration: none;
  transition: all .3s;
}

.uui-footer02_legal-link:hover {
  color: var(--untitled-ui--gray600);
}

.uui-footer02_legal-link.white {
  color: var(--body-display);
}

.uui-footer02_legal-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.uui-footer02_legal-list-wrapper {
  grid-column-gap: 1.5rem;
  display: flex;
}

.uui-footer02_bottom-wrapper {
  border-top: 1px solid var(--untitled-ui--gray200);
  justify-content: space-between;
  align-items: center;
  margin-top: 4rem;
  padding-top: 2rem;
  display: flex;
}

.uui-footer02_bottom-wrapper.max-width {
  -webkit-text-stroke-color: var(--body-display);
  width: 100%;
}

.uui-footer02_heading {
  color: var(--untitled-ui--gray900);
  margin-bottom: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
}

.uui-footer02_heading.white {
  color: var(--pin-stripe);
}

.uui-footer02_heading.white.subtitle {
  color: var(--body-display);
}

.uui-footer02_heading.white.subtitle.small-margin-top {
  margin-top: 1rem;
}

.uui-footer02_right-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.uui-footer02_right-wrapper.footer-contact-padding-top {
  padding-top: 15px;
}

.uui-footer02_link {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--gray600);
  flex-wrap: nowrap;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  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: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer02_link:hover {
  color: var(--untitled-ui--gray700);
}

.uui-footer02_link.white {
  color: var(--pin-stripe);
}

.uui-footer02_link.white.body-display {
  color: var(--body-display);
}

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

.uui-footer02_left-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  color: var(--untitled-ui--gray600);
  grid-template: ". ."
                 ". Area"
                 / 1fr 1fr 1fr;
  place-items: start;
}

.uui-footer02_top-wrapper {
  grid-column-gap: 4vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .5fr;
  align-items: start;
  width: 100%;
}

.dark-filter {
  z-index: 0;
  background-color: #0000008f;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

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

.link-block.w--current {
  text-decoration: underline;
}

.link-block.no-link.w--current {
  text-decoration: none;
}

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

.uui-space-medium-4 {
  width: 100%;
  min-height: 2rem;
}

.uui-faq01_answer {
  overflow: hidden;
}

.accordion-icon_vertical-line {
  background-color: var(--untitled-ui--gray400);
  border-radius: 1px;
  width: 2px;
  height: .75rem;
  position: absolute;
}

.accordion-icon_horizontal-line {
  background-color: var(--untitled-ui--gray400);
  border-radius: 1px;
  width: .75rem;
  height: 2px;
  position: absolute;
}

.accordion-icon_component {
  border: 2px solid var(--untitled-ui--gray400);
  color: var(--untitled-ui--gray400);
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.uui-faq01_icon-wrapper {
  color: var(--untitled-ui--primary600);
}

.uui-faq01_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.uui-faq01_accordion {
  border-bottom: 1px solid var(--untitled-ui--gray200);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.uui-faq01_list {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-faq01_component {
  margin-top: 4rem;
}

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

.uui-max-width-large-3.align-center, .align-center {
  margin-left: auto;
  margin-right: auto;
}

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

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

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

.image-7 {
  width: 100%;
}

.centered {
  text-align: center;
}

.flex-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.div-block-15 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 2rem;
  display: flex;
}

.image-9 {
  object-fit: cover;
  object-position: 100% 50%;
  width: 80%;
}

.smaller-h3 {
  font-size: 20px;
  font-weight: 600;
}

.uui-button-row-8 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-banner08_text-wrapper {
  grid-row-gap: .125rem;
  flex-wrap: wrap;
  display: flex;
}

.uui-banner08_content {
  flex: 1;
  align-items: center;
  margin-right: 2rem;
  display: flex;
}

.uui-banner08_wrapper {
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--gray25);
  border-radius: .75rem;
  justify-content: flex-start;
  align-items: center;
  padding: .75rem;
  display: flex;
  position: relative;
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-banner08_wrapper.padding-horizontal {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-banner08_wrapper.padding-horizontal.uui-cookies-banner {
  border-radius: 0;
}

.cookies {
  z-index: 20;
  width: 100%;
  margin-bottom: 0;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.heading-7, .heading-8 {
  text-transform: none;
}

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

.text-block-2, .text-block-3, .text-block-4, .text-block-5, .text-block-6, .text-block-7, .text-block-8 {
  text-align: center;
}

.locales-wrapper {
  display: block;
}

.max-size {
  width: 100%;
  min-width: 100%;
  height: 100%;
}

.max-size.w--current {
  min-height: 100%;
}

.link-form {
  color: #fff;
  text-decoration: underline;
}

.div-block-17 {
  width: 50%;
  margin-top: 2rem;
}

.text-block-10 {
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.number-global {
  color: var(--primary);
  font-family: Inter, sans-serif;
  font-size: 92px;
  font-weight: 700;
  line-height: 70px;
}

.text-block-12 {
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.margin-bottom-large {
  margin-bottom: 4rem;
}

.uui-layout17_image {
  object-fit: cover;
  object-position: 90% 50%;
  width: 100%;
  height: 100%;
}

.uui-layout17_image-wrapper {
  background-color: var(--untitled-ui--gray50-2);
  width: 100%;
  height: 100%;
}

.uui-space-xxsmall-7 {
  width: 100%;
  min-height: .5rem;
}

.uui-layout17_item-text-wrapper {
  padding-top: .5rem;
}

.uui-icon-featured-outline-large-5 {
  border: .5rem solid var(--untitled-ui--primary50);
  background-color: var(--untitled-ui--primary100);
  color: var(--untitled-ui--primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.layout17_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.uui-layout17_item {
  display: flex;
}

.uui-layout17_item-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-bottom: 2.5rem;
}

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

.steps-wrapper {
  width: 100%;
  min-height: 40px;
}

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

.step-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-13 {
  font-family: Inter, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 32px;
}

.horizontal-line-fill {
  background-color: #bfc5d5;
  width: 24px;
  height: 100%;
}

.horizontal-line-fill.blank {
  opacity: 0;
  background-color: #bfc5d5;
}

.background {
  background-image: url('../images/001.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.background.service-four {
  background-image: url('../images/Faizur-Rehman-Unsplash-1.jpg');
}

.background.service-three {
  background-image: url('../images/Jason-Goodman-Unsplash-1.jpg');
}

.background.service-one {
  background-image: url('../images/Texture-1-1200x1500.webp');
}

.background.service-two {
  background-image: url('../images/Development-Business-Brooke-Cagle.jpg');
}

.background-wrapper {
  z-index: 2;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.vertical-line-fill {
  background-color: #bfc5d5;
  width: 100%;
  height: 24px;
}

.vertical-line-fill.blank {
  opacity: 0;
  background-color: #bfc5d5;
}

.section-name {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: grid;
}

.card-left-line {
  flex-direction: column;
  justify-content: space-between;
  width: 1px;
  display: flex;
  position: absolute;
  inset: -1px auto -1px -1px;
}

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

.section-2.small-top-padding {
  padding-top: 80px;
}

.card-bottom-line {
  justify-content: space-between;
  height: 1px;
  display: flex;
  position: absolute;
  inset: auto -1px -1px;
}

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

.card-right-line {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 1px;
  display: flex;
  position: absolute;
  inset: -1px -1px -1px auto;
}

.subtitle-2 {
  z-index: 10;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.3em;
  position: relative;
}

.service-card-description {
  z-index: 10;
  grid-column-gap: 12px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.outline-card {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  border: 1px solid #8e93a526;
  flex: 1;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin: -.5px;
  padding: 0;
  position: relative;
}

.grid-wrapper-2 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  display: grid;
  position: relative;
}

.underline-link {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-bottom: 1px solid #b9dee926;
  justify-content: center;
  align-items: center;
  padding-bottom: 4px;
  font-size: 10px;
  text-decoration: none;
  transition: all .6s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.underline-link:hover {
  border-bottom-color: #fff;
}

.underline-link.dark {
  color: #0a0f1a;
  border-bottom-color: #bfc5d5;
  transition: border .5s cubic-bezier(.25, .46, .45, .94);
}

.underline-link.dark:hover {
  border-bottom-color: #858c9ead;
}

.background-cover-2 {
  z-index: 3;
  background-color: #fff;
  width: 110%;
  height: 110%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto auto 0%;
}

.card-top-line {
  justify-content: space-between;
  height: 1px;
  display: flex;
  position: absolute;
  inset: -1px -1px auto;
}

.rotate-text-2 {
  white-space: nowrap;
  transform: rotate(-90deg);
}

.rotate-text-2.right {
  transform: rotate(90deg);
}

.body-display-2 {
  color: #606670;
  font-size: 17px;
  line-height: 1.6em;
}

.body-display-2.small {
  font-size: 14px;
  line-height: 1.4em;
}

.services-card-2 {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 120px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  height: 100%;
  min-height: 300px;
  padding: 36px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.services-card-2:hover {
  z-index: 1;
}

.overlay {
  background-color: #060b1499;
  position: absolute;
  inset: 0%;
}

.description {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.services-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #090b19;
  border: 1px solid #090b19;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 28px;
  font-size: 11px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-2:hover {
  color: #090b19;
  background-color: #e2e7f1;
  border-color: #e2e7f1;
}

.section-3 {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 5vw;
  display: flex;
  position: relative;
}

.section-3.video-section {
  z-index: 10;
  color: #fff;
  padding-top: 240px;
  padding-bottom: 160px;
}

.card-hover-item-2 {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  border-top: 1px #f3f6fc;
  border-bottom: 1px #f3f6fc;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-start stretch;
  padding: 0;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.subtitle-4 {
  z-index: 10;
  color: #090b19;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  position: relative;
}

.subtitle-4.small {
  color: #6e7488;
  font-size: 12px;
}

.subtitle-4.extrasmall {
  font-size: 10px;
}

.page-info-ribbon-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.logos-headline-2 {
  color: #6e7488;
  align-items: center;
  display: flex;
}

.credits-wrapper-2 {
  grid-column-gap: 60px;
  grid-row-gap: 36px;
  background-color: #f3f6fc;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: space-between;
  justify-items: stretch;
  width: auto;
  padding: 60px 48px;
  display: grid;
}

.credits-wrapper-2.kit-consulting {
  grid-column-gap: 30px;
  flex-flow: column;
  display: flex;
}

.horizontal-line-2 {
  background-color: #e2e7f1;
  flex: 1;
  height: 1px;
  margin-left: 18px;
}

.hero-slide {
  height: 100%;
}

.video-icon {
  filter: none;
  transform: rotate(90deg);
}

.video-button-waves {
  z-index: 27;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 400px;
  display: none;
  position: absolute;
  inset: auto;
}

.slider-arrow-icon {
  width: 16px;
}

.hero-video-button {
  z-index: 25;
  border: 1px #c0c0d333;
  border-radius: 100%;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  margin-top: -36px;
  display: flex;
  position: relative;
}

.video-button-background {
  z-index: 30;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero-slide-arrow {
  border: 1px solid var(--dark-outline);
  background-color: #fff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 91px;
  display: flex;
  inset: auto 883px 0% 33.3333%;
}

.hero-slide-arrow.left {
  border: 1px solid var(--dark-outline);
  border-radius: 0;
  height: 90px;
  bottom: 90px;
  left: 33.3333%;
}

.video-button-verlay {
  z-index: 25;
  background-color: #0f132696;
  display: none;
  position: fixed;
  inset: 0%;
}

.video-hover-button {
  z-index: 35;
  cursor: pointer;
  border: 1px dashed #c0c0d34d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  display: flex;
  position: relative;
}

.wave-one {
  background-color: #c0c0d333;
  border-radius: 100%;
  width: 88%;
  height: 88%;
}

.button-3 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #3572ff;
  border-style: none;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-size: 10px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.button-3:hover {
  background-color: #081c3a;
}

.button-video {
  width: 300px;
  min-width: 300px;
  height: 300px;
  min-height: 300px;
  position: absolute;
  inset: 0%;
}

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

.wave-two {
  background-color: #c0c0d333;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.video-icon-wrapper {
  background-color: #c0c0d333;
  border: 1px solid #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 60%;
  display: flex;
}

.featured-location {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #081c3a;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: .25fr;
  align-content: center;
  width: auto;
  padding: 36px;
  text-decoration: none;
  display: grid;
}

.featured-location-icon {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.featured-project-column-5 {
  color: #6e7488;
  letter-spacing: 3px;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #f3f6fc;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 11px;
  display: flex;
}

.rotate-text-6 {
  transform: rotate(-90deg);
}

.home-hero-alt {
  background-color: #fff;
  align-items: stretch;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-collection-wrapper-alt {
  height: 100%;
}

.home-hero-content-alt {
  grid-column-gap: 0%;
  grid-row-gap: 0%;
  color: #fff;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr 360px;
  grid-auto-columns: 1fr;
  align-content: space-between;
  width: 100%;
  padding-top: 92px;
  padding-bottom: 152px;
  padding-left: 80px;
  display: grid;
  position: relative;
}

.home-hero-intro-alt {
  z-index: 20;
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 550px;
  display: grid;
  position: relative;
}

.subtitle-alt {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4em;
}

.subtitle-alt.white {
  color: #fff;
}

.hero-slider-mask-alt {
  overflow: visible;
}

.overlay-alt {
  background-color: #0f13268c;
  position: absolute;
  inset: 0%;
}

.overlay-alt.light {
  background-color: #0f132659;
}

.home-hero-title-alt {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-wrapper-alt {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 5vw minmax(auto, 1400px) 5vw;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.hero-slider-alt {
  background-color: #0000;
  height: 100%;
}

.hero-slide-alt {
  height: 100%;
}

.slider-background-wrapper-alt {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding: 120px 148px;
  display: flex;
}

.slider-background-wrapper-alt.hero-wrapper-alt {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% auto;
}

.slider-background-alt {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  min-width: 100vw;
  display: flex;
  position: absolute;
  inset: 0% auto;
  overflow: hidden;
}

.background-alt {
  z-index: 1;
  background-image: url('../images/Team002.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.background-alt.one {
  background-image: url('../images/Travel003.jpeg');
}

.background-alt.one.hero-background-image {
  background-image: url('../images/oficina-y-trabajo.webp');
  background-position: 0 0;
  background-size: cover;
}

.slider-bottom-alt {
  z-index: 20;
  justify-content: flex-start;
  width: 100vw;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0;
}

.location-dynamic-text-alt {
  grid-column-gap: 1px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 10px 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.bottom-grid-wrapper-alt {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) 90vw minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  min-width: 0;
  height: 180px;
  display: grid;
  position: relative;
  bottom: 0;
  left: -5vw;
}

.bottom-grid-wrapper-alt._02 {
  left: 0;
}

.featured-location-price-alt {
  grid-column-gap: 7px;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.featured-location-icon-2 {
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.featured-location-alt {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #081c3a;
  background-color: #fff;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: stretch;
  width: 34%;
  padding: 0 24px;
  text-decoration: none;
  display: flex;
}

.featured-location-heading-alt {
  line-height: 120%;
}

.button-4 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #090b19;
  border: 1px solid #090b19;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 28px;
  font-size: 11px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-4:hover {
  color: #090b19;
  background-color: #e2e7f1;
  border-color: #e2e7f1;
}

.button-4.grey-outline {
  color: #090b19;
  background-color: #090b1900;
  border-color: #e2e7f1;
}

.button-4.grey-outline:hover {
  color: #fff;
  background-color: #090b19;
  border-color: #090b19;
}

.subtitle-16 {
  z-index: 10;
  color: #090b19;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  position: relative;
}

.navigation-cover-2 {
  background-color: #fff;
  border-left: 1px solid #f3f6fc;
  flex: 1;
  justify-content: space-between;
  height: 100%;
  margin-left: -1px;
  margin-right: -5px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.menu-collection-list-item-2 {
  border-bottom: 1px solid #e2e7f1;
}

.left-navbar-2 {
  z-index: 30;
  letter-spacing: -.03em;
  background-color: #fff;
  border: 1px #f3f6fc;
  justify-content: space-between;
  width: 33.33%;
  min-width: 275px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.post-list-item-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #090b19;
  grid-template-rows: auto;
  grid-template-columns: 1fr 36px;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 100%;
  min-height: 80px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 18px;
  line-height: 1.25em;
  text-decoration: none;
  display: grid;
}

.post-list-item-2.category-list-item {
  grid-template-columns: 1fr;
  grid-auto-flow: column;
  min-height: 80px;
  padding-left: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25em;
}

.search-input-2 {
  border: 1px #000;
  min-height: 42px;
  margin-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 13px;
  font-weight: 300;
}

.search-input-2::placeholder {
  color: #6e7488;
}

.search-button-2 {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #090b19;
  border-radius: 100px;
  padding: 0 32px;
  font-size: 9px;
}

.brand-2 {
  color: #090b19;
  text-transform: uppercase;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  padding-left: 24px;
  font-size: 22px;
  display: flex;
}

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

.nav-link-2 {
  color: #090b19;
  letter-spacing: 3px;
  text-transform: uppercase;
  white-space: nowrap;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-link-2.w--current {
  color: #090b19;
}

.search-2 {
  background-color: #fff;
  border: 1px solid #e2e7f1;
  border-radius: 100px;
  margin-bottom: 0;
  padding: 3px;
  display: flex;
  overflow: hidden;
}

.stacked-description-5 {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.stacked-description-5.horizontal {
  grid-column-gap: 12px;
  grid-template-columns: auto auto;
  grid-auto-flow: column;
  width: 100%;
}

.stacked-description-5.short {
  grid-row-gap: 12px;
  padding-right: 0;
}

.navbar-2 {
  background-color: #ddd0;
  justify-content: center;
  height: 75px;
  padding-left: 5vw;
  padding-right: 5vw;
  font-family: Inter, sans-serif;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.large-menu-wrapper-2 {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  background-color: #f3f6fc;
  flex-direction: column;
  grid-template-rows: 75px auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 25px;
  display: grid;
  position: relative;
}

.mega-menu-2 {
  z-index: 25;
  background-color: #f3f6fc;
  border: 1px #f3f6fc;
  border-left-style: solid;
  margin-left: -1px;
  margin-right: -1px;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.mega-menu-list-wrapper-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #e2e7f1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.body-display-4 {
  color: #6e7488;
  font-size: 16px;
  line-height: 1.6em;
}

.full-menu-button-2 {
  cursor: pointer;
  border-left: 1px solid #f3f6fc;
  border-right: 1px solid #f3f6fc;
  justify-content: center;
  align-items: center;
  width: 80px;
  margin-right: -.5px;
  padding: 26px;
  display: flex;
}

.image-10 {
  width: 10px;
  padding-top: 8px;
}

.text-block-14 {
  text-transform: none;
  align-self: center;
  padding-right: 2px;
  font-family: Manrope, sans-serif;
  font-size: 40px;
  font-weight: 600;
  text-decoration: none;
}

.preloader-wrapper {
  z-index: 2000;
  color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader-grid-item {
  background-color: #1e1e1e;
  flex: 1;
  height: 100%;
}

.preloader-grid-item.is-border {
  border-left: .0625rem solid #515151;
  border-right: .0625rem solid #515151;
}

.preloader-logo-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  font-size: 2.5rem;
  display: flex;
  position: absolute;
  top: 50%;
  overflow: hidden;
  transform: translate(0, -50%);
}

.lateral-item {
  background-color: #1e1e1e;
  border-left: 1px solid #515151;
  border-right: 1px solid #515151;
  width: 5vw;
  height: 100vh;
}

.image-11 {
  max-width: 107%;
  height: auto;
}

.testimonial-image-strip {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.testimonial-image-strip.one {
  margin-top: 0;
  margin-bottom: 0;
}

.testimonial-image-strip.two {
  margin-top: 15px;
  margin-bottom: -15px;
}

.testimonial-image-strip.three {
  margin-top: 35px;
  margin-bottom: -35px;
}

.testimonial-image-strip.four {
  margin-top: 55px;
  margin-bottom: -55px;
}

.looping-screen {
  background-image: url('../images/Rythm-comp-two.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 105%;
  width: 25vw;
  min-width: 300px;
  height: 31vw;
  max-height: 600px;
  margin-bottom: 0;
}

.looping-screen.one {
  background-image: url('../images/Portrait24.jpeg');
}

.looping-screen.two {
  background-image: url('../images/Portrait003.jpg');
}

.looping-screen.three {
  background-image: url('../images/Portrait012.jpeg');
}

.looping-screen.four {
  background-image: url('../images/Portrait21.jpeg');
}

.looping-screen.five {
  background-image: url('../images/Portrait019.jpeg');
}

.looping-screen.six {
  background-image: url('../images/Portrait0018.jpeg');
}

.looping-screen.seven {
  background-image: url('../images/Portrait010.jpeg');
}

.looping-screen.eight {
  background-image: url('../images/Portrait23.jpeg');
}

.looping-screen.nine {
  background-image: url('../images/Portrait007.jpeg');
}

.looping-screen.ten {
  background-image: url('../images/Portrait006.jpg');
}

.looping-screen.eleven {
  background-image: url('../images/Portrait001.jpg');
}

.looping-screen.twelve {
  background-image: url('../images/Portrait016.jpeg');
}

.testimonial-background {
  grid-column-gap: 12px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  margin-top: auto;
  margin-bottom: 12px;
  display: grid;
  position: relative;
  inset: 0% 0;
  overflow: visible;
}

.section-scroll-cover {
  z-index: 100;
  background-color: #0000;
  justify-content: center;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.grid-wrapper-testimonials {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1600px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.grey-fill {
  z-index: 10;
  background-color: #f7f7fa;
  width: 100%;
  position: relative;
}

.section-fill {
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.testimonial-client {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.circle-outline-bottom {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.testimonial-wrapper {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.testimonial-text {
  color: #fff;
  font-size: 32px;
}

.testimonial-name {
  grid-column-gap: 16px;
  grid-row-gap: 9px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.circle-outline-right {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 36px;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
  overflow: hidden;
}

.testimonial-slider {
  background-color: #0000;
  height: 100%;
}

.circle-outline-top {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.client-avatar {
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  padding: 6px;
  display: flex;
}

.circle-hover-clip {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.circle-hover-clip.two {
  top: auto;
}

.circle-hover-clip.left {
  justify-content: flex-start;
  inset: auto auto auto 0%;
}

.circle-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  cursor: pointer;
  grid-template-rows: auto 36px auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100px;
  height: 100px;
  max-height: 100px;
  font-size: 10px;
  text-decoration: none;
  display: grid;
  position: relative;
}

.testimonial-slide-arrow {
  width: 100px;
  height: 100px;
  margin-top: auto;
  margin-bottom: auto;
  inset: 0% auto 112px 0%;
  overflow: visible;
}

.testimonial-slide-arrow.right {
  top: 0%;
  left: auto;
  right: 0%;
}

.banner-content-2 {
  color: #fff;
  justify-content: center;
  align-items: center;
  min-height: 850px;
  padding-top: 240px;
  padding-bottom: 220px;
  display: flex;
}

.testimonial-content {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  padding-bottom: 80px;
  display: grid;
}

.subtitle-17 {
  color: #666883;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-right: 0;
  font-size: 10px;
  line-height: 1.3em;
}

.subtitle-17.light {
  color: #fff;
}

.avatar {
  background-image: url('../images/Portrait019.jpeg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.circle-outline {
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  position: absolute;
  inset: 0% 0% auto;
}

.circle-outline.bottom-left {
  inset: auto auto 0% 0%;
}

.circle-outline.light {
  border-color: #fff;
}

.circle-outline.top {
  inset: 0% 0% auto auto;
}

.circle-outline.right {
  inset: auto 0 auto auto;
}

.circle-outline.left {
  top: auto;
}

.circle-outline.bottom {
  inset: auto 0% 0% auto;
}

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

.circle-link-text {
  z-index: 10;
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 12px;
  grid-auto-columns: 1fr;
  justify-content: end;
  place-items: center stretch;
  height: 100%;
  padding-left: 0;
  padding-right: 8px;
  line-height: 1.2em;
  display: grid;
  position: relative;
  overflow: hidden;
}

.circle-link-text.left {
  grid-template-columns: 12px 1fr;
  justify-content: end;
  padding-left: 37px;
  padding-right: 0;
}

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

.overlay-2 {
  z-index: 3;
  background-color: #090f1680;
  position: absolute;
  inset: 0%;
}

.overlay-2.gradient {
  background-color: #090f1633;
  background-image: linear-gradient(#090f1680, #090f1699);
}

.overlay-2.gradient.dark {
  background-color: #090f16a6;
  background-image: linear-gradient(#090f1666 5%, #090f1600 50%, #090f16bf 95%);
  display: block;
}

.overlay-2.light {
  background-color: #090f1633;
}

.underline-hover-link {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  border-bottom: 1px solid #fff3;
  padding-bottom: 6px;
  padding-left: 0;
  font-size: 14px;
  line-height: 1.2em;
  text-decoration: none;
  position: relative;
}

.section-cover {
  z-index: 100;
  background-color: #f7f7fa;
  display: none;
  position: absolute;
  inset: 0%;
}

.image-12 {
  width: 22px;
  max-width: none;
}

.image-13 {
  width: 22px;
}

.portfolio-teaser-item {
  color: #f5f1dd;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0%;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 100svh;
  display: flex;
  position: relative;
}

.large-heading-2 {
  font-size: 40px;
  line-height: 1.15em;
}

.subtitle-18 {
  z-index: 10;
  color: #090b19;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  position: relative;
}

.subtitle-18.white {
  color: #fff;
}

.hover-link-2 {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 11px;
  text-decoration: none;
  display: flex;
}

.stripe-wrapper-2 {
  z-index: 5;
  flex: 0 auto;
  justify-content: center;
  align-self: flex-start;
  width: 100vw;
  min-width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.background-cover-3 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.video-info-2 {
  grid-column-gap: 16px;
  grid-row-gap: 100px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 24px;
  display: grid;
}

.wrapper-2 {
  z-index: 10;
  width: 100%;
  max-width: 1400px;
  position: relative;
}

.wrapper-2.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.pin-stripe-2 {
  background-color: #f3f6fc;
  width: 1px;
}

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

.subtitle-wrapper-2 {
  margin-bottom: 18px;
  overflow: hidden;
}

.button-6 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #090b19;
  border: 1px solid #090b19;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 28px;
  font-size: 11px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-6:hover {
  color: #090b19;
  background-color: #e2e7f1;
  border-color: #e2e7f1;
}

.clip-2 {
  position: relative;
  overflow: hidden;
}

.stripe-wrapper-3 {
  z-index: 5;
  justify-content: center;
  width: 100vw;
  min-width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: absolute;
  inset: 0% auto;
  overflow: hidden;
}

.project-categories-wrapper {
  z-index: 20;
  justify-content: center;
  width: 100%;
  min-height: 156px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
  overflow: visible;
}

.banner-categories {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: auto;
  padding-top: 0;
  display: grid;
  overflow: hidden;
}

.block.ai.sub {
  background-color: #f3f6fc;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.cargo {
  display: flex;
}

.image-14 {
  max-width: 110%;
}

.image-15 {
  max-width: 90%;
}

.pin-stripe-4 {
  background-color: #f3f6fc;
  width: 1px;
}

.pin-stripe-4.white {
  background-color: #ffffff1f;
}

.subtitle-wrapper-3 {
  margin-bottom: 18px;
  overflow: hidden;
}

.banner-items-wrapper {
  height: 120px;
  overflow: hidden;
}

.button-8 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #090b19;
  border: 1px solid #090b19;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 28px;
  font-size: 11px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-8:hover {
  color: #090b19;
  background-color: #e2e7f1;
  border-color: #e2e7f1;
}

.button-8.white-outline {
  background-color: #090b1900;
  border-style: solid;
  border-color: #ffffffbf;
  font-family: Inter, sans-serif;
}

.button-8.white-outline:hover {
  color: #fff;
  background-color: #090b19;
  border-color: #090b19;
}

.service-description-2 {
  padding-right: 24px;
}

.subtitle-20 {
  z-index: 10;
  color: #090b19;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  position: relative;
}

.subtitle-20.small {
  font-size: 12px;
}

.subtitle-20.white {
  color: #fff;
}

.list-item-text-2 {
  text-transform: uppercase;
  font-size: 16px;
}

.clip-3 {
  position: relative;
  overflow: hidden;
}

.clip-3.alt {
  align-self: flex-end;
}

.stripe-container-4 {
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.card-circle-2 {
  background-color: #f3f6fc;
  border-radius: 100%;
  width: 6vw;
  max-width: 800px;
  height: 6vw;
  max-height: 800px;
  position: absolute;
  inset: -6vw -6vw auto auto;
}

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

.banner-scrolling-wrapper-2 {
  background-color: #f3f6fc;
  width: 100%;
  height: 100%;
}

.background-banner-2 {
  background-image: url('../images/Space002.jpeg');
  background-position: 50%;
  background-size: cover;
  height: 116%;
  position: absolute;
  inset: auto 0%;
}

.background-banner-2.service-3-banner {
  background-image: url('../images/Team001.jpeg');
}

.background-banner-2.service-2-banner {
  background-image: url('../images/Frame-564-_1_.webp');
}

.background-banner-2.service-1-banner {
  background-image: url('../images/Texture-1-1200x1500.webp');
}

.services-info-2 {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.services-info-2.alt {
  flex-flow: column;
  padding-left: 16px;
  display: flex;
}

.page-info-ribbon-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.page-info-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f3f6fc;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 120px;
  display: grid;
  overflow: hidden;
}

.page-info-2.no-clip {
  overflow: visible;
}

.heading-9 {
  z-index: 10;
  position: relative;
}

.menu-list-item-2 {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  color: #6e7488;
  letter-spacing: -.03em;
  white-space: normal;
  border-top: 1px #f3f6fc;
  border-bottom: 1px solid #f3f6fc;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  padding: 24px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25em;
  text-decoration: none;
  transition: padding .4s cubic-bezier(.25, .46, .45, .94), color .4s cubic-bezier(.25, .46, .45, .94);
  display: grid;
}

.menu-list-item-2:hover {
  color: #090b19;
}

.menu-list-item-2.w--current {
  color: #090b19;
  padding-left: 36px;
}

.checklist-icon-2 {
  background-color: #fff;
  border: 1px solid #e2e7f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  display: flex;
}

.horizontal-line-8 {
  background-color: #e2e7f1;
  flex: 1;
  height: 1px;
  margin-left: 18px;
}

.horizontal-line-8.white {
  background-color: #ffffff1f;
}

.background-cover-4 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.services-wrapper-3 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 60px;
  display: grid;
}

.sticky-section {
  z-index: 200;
  justify-content: center;
  align-items: stretch;
  height: 0;
  margin-bottom: 120px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: sticky;
  top: 75px;
}

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

.inner-page-hero-wrapper-2 {
  grid-column-gap: 0px;
  grid-row-gap: 60px;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding-bottom: 24px;
  display: grid;
}

.xxl-heading-3 {
  letter-spacing: -.05em;
  margin-right: 1px;
  font-size: 78px;
}

.dark-dot-2 {
  background-color: #090b19;
  border-radius: 100px;
  width: 4px;
  min-width: 4px;
  height: 4px;
  min-height: 4px;
  margin-left: 6px;
  margin-right: 10px;
}

.hero-background-image-2 {
  background-image: url('../images/Space002.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.hero-background-image-2.services-background {
  background-image: url('../images/textura3.webp');
}

.hero-background-image-2._404-background {
  background-image: url('../images/001.jpeg');
}

.banner-items-2 {
  white-space: nowrap;
  background-color: #f3f6fc;
  align-items: center;
  height: 120px;
  display: flex;
  overflow: hidden;
}

.image-cover-2 {
  z-index: 20;
  background-color: #fff;
  justify-content: center;
  width: 0%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.service-menu-list-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #f3f6fc;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.wrapper-5 {
  z-index: 10;
  width: 100%;
  max-width: 1400px;
  position: relative;
}

.wrapper-5.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.body-display-5 {
  color: #6e7488;
  font-size: 16px;
  line-height: 1.6em;
}

.body-display-5.white {
  color: #ffffffe6;
}

.body-display-5.button-padding {
  padding-bottom: 16px;
}

.pin-stripe-5 {
  background-color: #f3f6fc;
  width: 1px;
}

.pin-stripe-5.white {
  background-color: #ffffff1f;
}

.anchor-link {
  z-index: 10;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.drupal.logo {
  width: 200px;
}

.img {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: static;
  top: -60px;
}

.img.drupal-logo {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  top: 0;
}

.subtitle-21 {
  z-index: 10;
  color: #090b19;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  position: relative;
}

.subtitle-21.white {
  color: #fff;
}

.clip-4 {
  position: relative;
  overflow: hidden;
}

.horizontal-line-9 {
  background-color: #e2e7f1;
  flex: 1;
  height: 1px;
  margin-left: 18px;
}

.horizontal-line-9.white {
  background-color: #ffffff1f;
}

.background-cover-5 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.xxl-heading-4 {
  letter-spacing: -.05em;
  margin-right: 1px;
  font-size: 78px;
}

.image-overlay-2 {
  z-index: 1;
  background-color: #090b194d;
  position: absolute;
  inset: 0%;
}

.img-oficinas {
  background-image: url('../images/Torre-Mapfre-Miniature.jpg');
  background-position: 0 0;
  background-size: auto;
}

.btn-solicita {
  width: 200px;
}

.hero-video-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: 1fr auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: stretch center;
  width: 100%;
  margin-left: -50%;
  display: grid;
}

.hero-grid-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.background-wrapper-2 {
  z-index: 2;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.vertical-line {
  background-color: #b9dee926;
  flex-direction: column;
  justify-content: space-between;
  width: 1px;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.vertical-line.bottom-max {
  background-color: #b9dee900;
  min-height: 20vh;
}

.vertical-line.top {
  background-color: #b9dee900;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.button-fill {
  background-color: #bfc5d5;
  width: 18px;
  height: 100%;
}

.button-fill.light {
  background-color: #cbdce966;
}

.hero-middle {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  max-width: 800px;
  padding-bottom: 10vh;
  padding-left: 48px;
  padding-right: 80px;
  display: grid;
}

.home-hero-02 {
  color: #fff;
  justify-content: center;
  height: 100vh;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.button-bottom-line {
  justify-content: flex-end;
  height: 1px;
  display: flex;
  position: absolute;
  inset: auto 0% -1px;
}

.video-button {
  cursor: pointer;
  border: 1px solid #ffffff80;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
}

.hero-intro-text {
  grid-column-gap: 16px;
  grid-row-gap: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.play-icon {
  transform: rotate(90deg);
}

.button-right-line {
  flex-direction: column;
  justify-content: flex-end;
  width: 1px;
  display: flex;
  position: absolute;
  inset: 0% -1px 0% auto;
}

.button-left-line {
  flex-direction: column;
  align-items: stretch;
  width: 1px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% -1px;
}

.overlay-3 {
  background-color: #060b1499;
  position: absolute;
  inset: 0%;
}

.button-top-line {
  justify-content: space-between;
  height: 1px;
  display: flex;
  position: absolute;
  inset: -1px 0% auto;
}

.vertical-button-fill {
  background-color: #bfc5d5;
  width: 100%;
  height: 18px;
}

.vertical-button-fill.light {
  background-color: #cbdce966;
}

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

.subtitle-wrapper-4 {
  margin-bottom: 24px;
}

.line-fill {
  background-color: #cbdce966;
  width: 100%;
  height: 24px;
}

.line-fill.top-video-line {
  margin-bottom: 0;
}

.stacked-heading {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.subtitle-featured-location {
  font-size: 32px;
  line-height: 114%;
}

.icon-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.subtitle-wrapper-5 {
  margin-bottom: 18px;
  overflow: hidden;
}

.button-10 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #090b19;
  border: 1px solid #090b19;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 28px;
  font-size: 11px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-10:hover {
  color: #090b19;
  background-color: #e2e7f1;
  border-color: #e2e7f1;
}

.button-10.grey-outline {
  color: #090b19;
  background-color: #090b1900;
  border-color: #e2e7f1;
}

.button-10.grey-outline:hover {
  color: #fff;
  background-color: #090b19;
  border-color: #090b19;
}

.services-card {
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  border-top: 1px #f3f6fc;
  border-bottom: 1px solid #f3f6fc;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 100%;
  padding: 36px;
  display: flex;
}

.intro-wrapper-2 {
  z-index: 10;
  text-align: right;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.clip-5 {
  position: relative;
  overflow: hidden;
}

.clip-5.centered-button {
  justify-content: center;
  width: 100%;
  display: flex;
}

.icon {
  z-index: 10;
  background-color: #f3f6fc;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  display: flex;
  position: relative;
}

.tripple-grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "." 1fr
  / 1fr 1fr 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  margin-bottom: 60px;
  display: grid;
}

.tripple-grid-2.grid-doble {
  grid-template-rows: 1fr;
}

.tripple-grid-2.grid-doble.marg-botton {
  margin-bottom: 20px;
}

.services-grid-2 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  border-top: 1px solid #f3f6fc;
  border-left: 1px solid #f3f6fc;
  border-right: 1px solid #f3f6fc;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.subtitle-wrapper-6 {
  margin-bottom: 18px;
  overflow: hidden;
}

.button-11 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #090b19;
  border: 1px solid #090b19;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 28px;
  font-size: 11px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-11:hover {
  color: #090b19;
  background-color: #e2e7f1;
  border-color: #e2e7f1;
}

.subtitle-24 {
  z-index: 10;
  color: #090b19;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  position: relative;
}

.subtitle-24.white {
  color: #fff;
}

.banner-scrolling-wrapper-3 {
  background-color: #f3f6fc;
  width: 100%;
  height: 100%;
}

.background-banner-3 {
  background-image: url('../images/Space002.jpeg');
  background-position: 50%;
  background-size: cover;
  height: 116%;
  position: absolute;
  inset: auto 0%;
}

.background-banner-3.service-2-banner {
  background-image: url('../images/Team001.jpeg');
  background-repeat: repeat-y;
  background-size: cover;
}

.services-info-3 {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.banner-intro-2 {
  z-index: 20;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  color: #fff;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: grid;
  position: relative;
}

.scrolling-text-2 {
  align-items: center;
  height: 100%;
  display: flex;
}

.dark-dot-3 {
  background-color: #090b19;
  border-radius: 100px;
  width: 4px;
  min-width: 4px;
  height: 4px;
  min-height: 4px;
  margin-left: 6px;
  margin-right: 10px;
}

.banner-items-3 {
  white-space: nowrap;
  background-color: #f3f6fc;
  align-items: center;
  height: 120px;
  display: flex;
  overflow: hidden;
}

.image-overlay-3 {
  z-index: 1;
  background-color: #090b194d;
  position: absolute;
  inset: 0%;
}

.section-box {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  margin-top: -36px;
  padding: 80px 0 80px 80px;
}

.section-box.no-top-margin {
  background-color: #0000;
  margin-top: 0;
}

.left-arrow {
  z-index: 25;
  border: 1px #eef0f6;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-left: 0;
  display: flex;
  inset: auto auto -84px 0%;
  overflow: visible;
}

.left-arrow.right {
  left: 60px;
}

.invert-small {
  z-index: 15;
  width: 14px;
  min-width: 14px;
  position: relative;
}

.cards-mask {
  width: 40%;
  max-width: 525px;
  overflow: visible;
}

.cards-mask.large {
  width: 65%;
  max-width: 840px;
}

.cards-mask.large.xl {
  width: 70%;
  max-width: 1040px;
}

.slider-arrow-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.solid-video-button-outline {
  border: 1px solid #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.solid-video-button-outline.dark {
  border-color: #eef0f6;
}

.stacked-content {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.template-slider {
  width: 100%;
  padding-bottom: 85px;
  display: flex;
  position: relative;
}

.video-button-outline {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border: 1px #fff3;
  border-radius: 100%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100px;
  height: 100px;
  margin-right: 1px;
  padding: 0;
  display: grid;
  position: absolute;
  inset: auto;
}

.video-button-outline.small {
  width: 48px;
  height: 48px;
  overflow: visible;
}

.card-slide {
  margin-right: 36px;
}

.video-outline-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video-outline-wrapper.bottom {
  position: absolute;
  inset: auto 0% 0% auto;
}

.video-outline-wrapper.top {
  position: absolute;
  inset: 0% auto auto 0%;
}

.video-outline {
  border: 1px solid #fff;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  position: absolute;
}

.video-outline.small {
  border-color: #cbd0dd;
  width: 48px;
  height: 48px;
}

.video-outline.bottom {
  inset: auto 0% 0% auto;
}

.cards-slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
  display: flex;
}

.stacked-heading-3 {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button-hover-outline {
  border-radius: 0;
  justify-content: flex-end;
  margin: -1px;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.button-hover-outline.right {
  width: 110%;
  inset: 0% auto 0% 0%;
}

.featured-meta {
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-items: center;
  display: grid;
}

.outline-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #e1e4ee;
  border-radius: 100px;
  grid-template-rows: auto;
  grid-template-columns: 24px 1fr 24px;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 9px;
  line-height: 1.2em;
  text-decoration: none;
  display: grid;
  position: relative;
}

.outline-button.light {
  color: #fff;
  border-color: #fff3;
  width: auto;
  min-width: 200px;
  max-width: 350px;
}

.stacked-intro {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-rows: .75fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  display: grid;
}

.path-tag {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  line-height: 1em;
  display: grid;
}

.path-tag.hide {
  display: none;
}

.button-text-2 {
  z-index: 10;
  padding-left: 4px;
  position: relative;
}

.background-wrapper-3 {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.feature-card-content {
  z-index: 25;
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: grid;
  position: relative;
}

.category-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  display: grid;
  position: relative;
}

.featured-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: flex;
}

.featured-bottom.hide {
  display: none;
}

.featured-course-card {
  background-color: #06080f;
  border-radius: 2px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 37vw;
  min-height: 500px;
  max-height: 600px;
  padding: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.solid-button-outline {
  border: 1px solid #cbd0dd;
  border-radius: 100px;
  width: 100px;
  margin: 0;
  position: absolute;
  inset: 0%;
}

.solid-button-outline.middle {
  border-left-style: none;
  border-right-style: none;
  border-radius: 0;
  width: 100%;
}

.solid-button-outline.light {
  border-color: #fff;
}

.solid-button-outline.right {
  inset: 0% auto 0% -74px;
}

.dot {
  background-color: #eef0f6;
  border-radius: 100%;
  width: 5px;
  height: 5px;
}

.dot.light {
  background-color: #fff3;
}

.dot.light.hide-on-mobile.one, .dot.light.two {
  display: none;
}

.dynamic-dual-text {
  grid-column-gap: 5px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.card-icon {
  border: 1px solid #eef0f6;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 7px;
  font-size: 13px;
  font-weight: 300;
  display: flex;
}

.card-icon.solid {
  background-color: #fff3;
  border-style: none;
}

.overlay-card {
  z-index: 3;
  background-color: #090f1680;
  position: absolute;
  inset: 0%;
}

.overlay-card.gradient {
  background-color: #090f1633;
  background-image: linear-gradient(#090f1680, #090f1699);
}

.html-embed {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.inner-bottom {
  z-index: 25;
  background-color: #fff;
  height: 80px;
  position: relative;
}

.inner-bottom.small {
  height: 60px;
}

.medium-width {
  max-width: 500px;
}

.medium-width.white {
  color: var(--relume-library-lite--rl-white);
}

.three-column-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: 1fr 140px;
  grid-template-columns: minmax(5vw, 1fr) minmax(0, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  place-content: stretch space-between;
  align-items: stretch;
  width: 100%;
  height: 80vh;
  display: grid;
}

.wrapper-items {
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 70px;
  display: flex;
}

.subnav-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.content-card {
  background-color: #fff;
  height: 140px;
}

.bottom-grid-wapper-01 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(90vw, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  height: 140px;
  display: grid;
  position: absolute;
  inset: auto 0% 0%;
}

.featured-news-list-2 {
  border-top: 1px #f3f6fc;
  border-bottom: 1px #f3f6fc;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.image-sample {
  width: 100%;
  padding-top: 24px;
  padding-left: 60px;
  padding-right: 60px;
}

.white {
  color: var(--relume-library-lite--rl-white);
}

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

.bold-text-2, .bold-text-3 {
  font-size: 60px;
}

.text-block-16, .text-block-17 {
  font-size: 11px;
}

.wrapper-text.padding-top {
  padding-top: 16px;
}

.subtitle-27 {
  z-index: 10;
  color: #090b19;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  position: relative;
}

.minimal-card-2 {
  z-index: 10;
  border-top: 1px #f3f6fc;
  border-bottom: 1px solid #f3f6fc;
  align-items: center;
  height: 100%;
  padding: 36px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.services-grid-3 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  border-top: 1px solid #f3f6fc;
  border-left: 1px solid #f3f6fc;
  border-right: 1px solid #f3f6fc;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.services-grid-3.margin-top {
  margin-top: 40px;
}

.body-display-9 {
  color: #6e7488;
  font-size: 16px;
  line-height: 1.6em;
}

.subtitle-28 {
  z-index: 10;
  color: #090b19;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  position: relative;
}

.subtitle-28.small {
  font-size: 12px;
}

.subtitle-28.white {
  color: #fff;
}

.collection-list-item-3 {
  border-top: 1px #000;
  border-bottom: 1px solid #f3f6fc;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.collection-list-item-3:nth-child(odd) {
  border-bottom-style: solid;
}

.collection-list-item-3:nth-child(2n) {
  margin-top: 48px;
  margin-bottom: -48px;
}

.author-avatar {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 100px;
  height: 100px;
}

.horizontal-line-10 {
  background-color: #e2e7f1;
  flex: 1;
  height: 1px;
  margin-left: 18px;
}

.horizontal-line-10.white {
  background-color: #ffffff1f;
}

.section-carrousel {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 5vw;
  display: flex;
  position: relative;
}

.section-carrousel.no-verticle-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.xxl-heading-6 {
  letter-spacing: -.05em;
  margin-right: 1px;
  font-family: Sora, sans-serif;
  font-size: 78px;
}

.dark-dot-4 {
  background-color: #090b19;
  border-radius: 100px;
  width: 4px;
  min-width: 4px;
  height: 4px;
  min-height: 4px;
  margin-left: 6px;
  margin-right: 10px;
}

.rich-text-2 {
  color: var(--untitled-ui--gray900);
  font-family: Sora, sans-serif;
  font-size: 16px;
}

.banner-items-4 {
  white-space: nowrap;
  background-color: #f3f6fc;
  align-items: center;
  height: 120px;
  display: flex;
  overflow: hidden;
}

.author-card {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #f3f6fc;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 24px;
  padding-left: 24px;
  display: grid;
}

.container {
  z-index: 10;
  width: 100%;
  max-width: 1400px;
  position: relative;
}

.container.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.post-card-description-2 {
  z-index: 10;
  grid-column-gap: 12px;
  grid-row-gap: 48px;
  color: #090b19;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: space-between;
  padding: 36px 36px 24px;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.body-display-11 {
  color: #6e7488;
  font-size: 16px;
  line-height: 1.6em;
}

.subtitle-29 {
  z-index: 10;
  color: #090b19;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  position: relative;
}

.subtitle-29.grey {
  color: #6e7488;
}

.author-post-item {
  grid-column-gap: 24px;
  grid-row-gap: 9px;
  color: #6e7488;
  white-space: normal;
  border-bottom: 1px solid #f3f6fc;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 18px 24px;
  text-decoration: none;
  transition: color .4s cubic-bezier(.25, .46, .45, .94);
  display: grid;
}

.author-post-item:hover {
  color: #090b19;
}

.heading-10 {
  font-size: 20px;
}

.image-18 {
  max-width: 70%;
}

.image-19 {
  width: auto;
}

.rich-text-block {
  width: 200%;
}

.services-grid-custom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
}

.equal-width {
  width: 33%;
}

.heading-11 {
  font-size: 28px;
  font-weight: 700;
}

.logos-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  height: 120px;
  display: flex;
}

.flex-consulting-logos-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  display: flex;
}

.job-link {
  color: #333;
  border: 1px solid #000;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  padding: 40px;
  text-decoration: none;
  display: flex;
}

.apply-text {
  width: 60px;
}

.flex-title {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.hide {
  display: none;
}

.faq-content-wrap {
  cursor: pointer;
  background-color: #f8f8f8;
  border-radius: 20px;
  max-width: 60%;
  padding: 30px 24px;
}

.navbar-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.dropdown-link-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 6px;
  padding: 0;
  font-weight: 500;
  text-decoration: none;
}

.dropdown-link-wrapper:hover {
  justify-content: center;
  align-items: center;
}

.dropdown-link-wrapper.w--current {
  color: #5e99f2;
}

.footer-left-content-wrap {
  padding-right: 50px;
}

.logo_component-slider {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 2200px;
  display: flex;
}

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

.u-text-semibold {
  font-weight: 500;
}

.u-text-semibold.white-text {
  color: #eafed5;
  font-family: Sora, sans-serif;
}

.underline-text {
  background-image: url('../images/UnderlIne-Image.svg');
  background-position: 50% 106%;
  background-repeat: no-repeat;
  background-size: auto;
}

.footer-main-title {
  color: #f8f8f8;
  font-size: 16px;
}

.feature-3rd-item-image {
  border-radius: 20px;
  max-height: 460px;
}

.slider-left-arrow {
  background-color: #2a3814;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  display: flex;
  inset: auto 9% 16% auto;
}

.navbar-logo {
  max-width: 100px;
}

.footer-form-title {
  color: #fff;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
}

.hero-top-color-subtitle-text {
  color: #202020;
  font-size: 18px;
}

.section-top-description {
  color: #182700;
  margin-top: 30px;
  font-family: Inter, sans-serif;
  font-size: 18px;
}

.link-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  height: 22px;
  display: flex;
  overflow: visible;
}

.feature-details-wrapper {
  z-index: 1;
  margin-top: 0;
  position: relative;
}

.dropdown-toggle-2 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #080b0f;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 22px;
  font-weight: 500;
  display: flex;
  overflow: visible;
}

.dropdown-toggle-2.hide {
  display: none;
}

.hero-top-icon-image {
  opacity: 1;
  margin-top: -65px;
}

.swiper {
  width: 100%;
}

.footer-copywrite-text {
  color: #eceded;
  margin-top: 30px;
  font-weight: 100;
}

.basic-description {
  max-width: 400px;
  margin-top: 24px;
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.section-page {
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  margin-top: 0;
  margin-bottom: 120px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-page.footer {
  background-color: #182700;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 31px;
}

.section-page.hero {
  margin-top: 0;
  margin-bottom: 64px;
}

.section-page.faqs, .section-page.rating {
  display: none;
}

.section-page.bg-gray {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #182700;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 120px;
  padding-bottom: 120px;
  padding-left: 0%;
  display: flex;
  overflow: visible;
}

.navbar-menu-title {
  color: #555;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  overflow: visible;
}

.navbar-menu-title.hide {
  display: none;
  overflow: visible;
}

.cookies-banner-wrapper {
  background-color: #fcfcfd;
  border: 1px solid #d0d5dd;
  border-radius: .75rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
  margin-left: 8px;
  margin-right: 8px;
  padding: .75rem;
  display: flex;
  position: relative;
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.footer-description {
  color: #bec3b8;
  max-width: 290px;
  margin-top: 16px;
  margin-bottom: 40px;
  display: none;
}

.hero-image {
  border-radius: 15px;
  max-width: 90%;
  padding-top: 24px;
  padding-bottom: 24px;
}

.main-slider-content-wrap {
  background-color: #5151f6;
  border-radius: 20px;
  height: 100%;
  padding: 48px 40px 40px;
}

.image-21 {
  z-index: -1;
  float: none;
  clear: none;
  transform-style: preserve-3d;
  width: 430px;
  position: absolute;
  inset: 205vh auto 0 -110px;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.preloader-top {
  background-color: #fff;
  height: 50%;
  position: absolute;
  inset: 0% 0% auto;
}

.slider-client-info-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.slider-right-arrow {
  background-color: #2a3814;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  display: flex;
  inset: auto 2% 16% auto;
}

.container-2 {
  width: 100%;
  max-width: 1250px;
  margin-top: 120px;
  padding-left: 15px;
  padding-right: 15px;
}

.pricing-top-wrapper, .pricing-top-wrapper.home-page {
  margin-top: 80px;
}

.swiper-wrapper {
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xxlarge {
  padding: 0;
}

.section-top-title {
  text-align: center;
  font-family: Sora, sans-serif;
  font-size: 44px;
}

.section-top-title.pricing {
  max-width: 641px;
}

.hero-top-color-subtitle {
  background-color: #9dff08;
  border-radius: 31px;
  padding: 4px 10px;
  display: inline-block;
}

.hero-text-line {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.icon-4.green-icon {
  border-color: #085e55;
}

.icon-4.white-icon {
  border: 1px #000;
}

.hero-top-subtitle-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.primary-button-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  height: 21px;
  overflow: hidden;
}

.basic-left-col-wrapper {
  flex-flow: wrap;
  max-width: 380px;
  display: flex;
}

.footer-bottom-content-wrapper {
  border: 1px #2a3814;
  border-top-style: solid;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding-top: 30px;
  display: flex;
}

.footer-top-content-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.dropdown-dual-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.pricing-table_title-col {
  flex: 1;
  max-width: 25%;
}

.section-logo {
  display: block;
  overflow: hidden;
}

.pricing-tab-pane-wrapper {
  margin-top: 20px;
}

.features-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 80px;
  display: grid;
}

.features-content-wrapper._02 {
  background-color: #f8f8f8;
  border-radius: 20px;
  justify-content: space-between;
  margin-top: 20px;
  display: flex;
}

.slider-right-icon-black {
  display: none;
}

.feature-top-icon {
  max-width: 13%;
}

.dropdown-arrow {
  width: 16px;
}

.basic-card-text {
  color: #202020;
  text-align: center;
  letter-spacing: -.4px;
  max-width: 192px;
  font-family: Sora, sans-serif;
  font-size: 20px;
}

.navbar-container {
  max-width: 1250px;
  padding-left: 15px;
  padding-right: 15px;
}

.image-4 {
  width: 320px;
  max-width: none;
  display: block;
  position: absolute;
  inset: 80% 0% 0% auto;
  overflow: hidden;
}

.footer-form-error-message {
  color: #ff6e6e;
  text-align: center;
  background-color: #ffdede00;
}

.faq-title-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.dropdown-list-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-top: 1px #d6d5ce;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 14px;
  display: flex;
}

.dropdown-list-wrapper._02 {
  flex-flow: column;
  padding-top: 14px;
  display: flex;
}

.primary-button-text {
  text-align: center;
  letter-spacing: -.32px;
  height: auto;
  margin-bottom: 12px;
  padding-top: 0;
  font-family: Sora, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
  display: flex;
  position: static;
}

.pricing-table_cell {
  border-bottom: 1px solid #49484a1a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 3.7em;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.pricing-table_cell.cc-title-col {
  text-align: left;
  align-items: flex-start;
}

.pricing-table_cell.cc-title-row {
  border-bottom-style: none;
}

.dropdown-item-title {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.feature-description {
  color: #202020;
  max-width: 401px;
  margin-top: 20px;
}

.feature-description.xs {
  font-size: 16px;
}

.feature-description.m-bottom {
  padding-bottom: 16px;
}

.feature-description.dark-lime {
  color: #1d3a00;
}

.feature-description.dark-rose {
  color: #4e014e;
}

.hero-title {
  max-width: 481px;
  font-family: Sora, sans-serif;
  font-size: 56px;
}

.hero-title.main {
  font-size: 64px;
}

.primary-button-icon.reverse {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.dropdown-list-4 {
  min-width: 688px;
}

.dropdown-list-4.w--open {
  background-color: #ddd0;
  min-width: 650px;
  height: auto;
  margin-top: 0;
  padding-top: 0;
  inset: auto -250px auto auto;
}

.hero-descrption {
  max-width: 485px;
  margin-top: 24px;
  margin-bottom: 30px;
}

.footer-link-items {
  color: #bec3b8;
  font-weight: 400;
  text-decoration: none;
}

.footer-link-items.w--current {
  color: #fff;
}

.faq-answer {
  overflow: hidden;
}

.hero-bg-image-wrapper {
  background-color: #f8f8f8;
  background-image: url('../images/Trustify-Hero-Line.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
}

.page-padding {
  padding: 5em 5%;
}

.page-padding.s0 {
  padding-top: 2em;
  padding-bottom: 2em;
}

.dropdown-pd {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #191a26;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  margin-top: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 20px;
  display: grid;
}

.dropdown-pd.v2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fafafa;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
  padding-right: 0;
}

.cookies-text {
  color: #707070;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.feature-title {
  max-width: 507px;
  margin-top: 24px;
  font-family: Sora, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.feature-title.dark-lime {
  color: #1d3a00;
  font-family: Sora, sans-serif;
}

.feature-title.dark-rose {
  color: #4e014e;
}

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

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

.basic-card-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #eceded;
  border-radius: 26px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 10px;
  display: grid;
  position: relative;
}

.primary-button-icon-wrap {
  background-color: #fff;
  border-radius: 56px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.primary-button-icon-wrap.none {
  display: none;
}

.footer-form-submit-button {
  background-color: #3898ec00;
  background-image: url('../images/Footer-Form-Icon.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 100px;
  width: 42px;
}

.slider-2 {
  background-color: #ddd0;
  min-height: 322px;
}

.button-hero-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: auto;
  display: flex;
}

.basic-card-center-icon {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.footer-content-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .45fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-copywrite-link {
  color: #fff;
  text-decoration: none;
}

.navbar-title {
  margin-bottom: 8px;
}

.navbar-3 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffffd1;
  width: 100vw;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: fixed;
  top: 0;
}

.heading-12 {
  width: 100%;
  margin-bottom: 8px;
}

.heading-12.comparasion {
  color: #eafed5;
  -webkit-text-stroke-color: #eafed5;
  font-family: Sora, sans-serif;
  font-size: 34px;
  display: flex;
}

.heading-12.comparasion.italic {
  justify-content: center;
  align-items: center;
  font-style: italic;
  display: flex;
}

.slider-content-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-items-wrap {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  margin-top: 22px;
  display: flex;
}

.faq-answer-text {
  color: #182700;
  max-width: 719px;
  margin-top: 16px;
}

.navbar-line-wrapper {
  border-right: 1px solid #d6d5ce;
}

.faq-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.nav-first-item-wrap {
  grid-column-gap: 108px;
  grid-row-gap: 108px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.slider-left-icon-black {
  display: none;
}

.logo-slider-img {
  filter: contrast(50%);
  width: 139px;
}

.logo-slider-img.promo {
  filter: none;
  width: 168px;
}

.logo-slider-img.png {
  filter: none;
}

.pricing-table {
  width: 100%;
  max-width: 1250px;
  display: flex;
}

.faq-title {
  color: #202020;
  letter-spacing: -.4px;
  font-size: 20px;
}

.button-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  cursor: pointer;
  background-color: #202020;
  border-radius: 27px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 16px 18px 16px 20px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.button-wrapper.white {
  color: #000;
  background-color: #fff;
}

.button-wrapper.hero {
  max-width: 280px;
}

.button-wrapper.whatsapp {
  background-color: #25d366;
  max-width: 200px;
  padding-left: 16px;
  padding-right: 20px;
}

.button-wrapper.whatsapp.w--current {
  background-color: #25d366;
}

.basic-card-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  pointer-events: auto;
  background-color: #f8f8f8;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 55px 27px 49px;
  transition: all .2s;
  display: flex;
}

.basic-card-wrap:hover {
  background-color: #ffd4ff;
  transition: background-color .325s, transform 1s cubic-bezier(.68, -.55, .544, 2.065);
}

.basic-card-wrap.rose {
  background-color: #f8f8f8;
  transition: all .2s;
}

.basic-card-wrap.rose:hover {
  background-color: #ffd4ff;
}

.preloader-bottom {
  background-color: #fff;
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.footer-logo {
  width: 100%;
  max-width: none;
  padding-top: 64px;
}

.figure {
  max-width: 110px;
  font-size: 0;
  position: relative;
  inset: auto;
}

.figure._01 {
  position: relative;
  bottom: auto;
  right: auto;
}

.figure._02 {
  max-width: 50px;
  max-height: 50px;
  position: relative;
  inset: auto;
}

.figure._03 {
  aspect-ratio: auto;
  max-width: 60px;
  max-height: 60px;
}

.preloader-indicator {
  z-index: 25;
  background-color: #c0c0d333;
  width: 40%;
  max-width: 250px;
  height: 2px;
  position: relative;
}

.footer-form-success-message {
  color: #2a3814;
  background-color: #fff;
  border-radius: 10px;
}

.pricing-table_card {
  border-radius: 24px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  margin-bottom: 1em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pricing-table_card.cc-callout {
  background-color: #b9fd73;
  border: 2px #5151f6;
}

.basic-center-icon {
  width: 120px;
  max-width: 120px;
  height: 120px;
}

.white-text {
  color: #fff;
}

.dropdown-link-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  display: flex;
}

.prloader-fill {
  background-color: #081c3a;
  width: 20%;
  height: 100%;
}

.hero-top-dot-icon {
  background-color: #707070;
  border-radius: 100px;
  width: 5px;
  height: 5px;
}

.page-wrapper-2 {
  overflow: hidden;
}

.footer-text-field-wrapper {
  background-color: #212f0a;
  border: 1px solid #2a3814;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  max-width: 310px;
  padding: 6px 6px 6px 20px;
  display: flex;
}

.feature-image {
  max-width: 100%;
  margin-top: 50px;
  position: relative;
  inset: -150px auto auto;
  transform: rotate(410deg);
}

.feature-image.alt {
  transform-style: preserve-3d;
  max-width: 100%;
  position: relative;
  inset: -50px auto auto;
  transform: rotateX(0)rotateY(180deg)rotateZ(0)translate(0, -102px)rotate(45deg);
}

.nav-menu-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  display: flex;
  position: static;
  left: 170px;
}

.nav-menu-2.v2 {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
}

.nav-menu-2.v2.hide {
  display: none;
}

.footer-right-content-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero-left-content-wrap {
  max-width: 485px;
  padding-bottom: 100px;
}

.pricing-table_options {
  flex: 1;
  position: relative;
}

.slider-client-title {
  color: #fff;
  font-size: 18px;
}

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

.preloader-alt {
  z-index: 10000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.hero-content-wrapper-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-table_card-body {
  color: #202020;
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 0;
  font-size: 1.375rem;
  line-height: 1.4;
  position: relative;
}

.dropdown-title-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  height: 24px;
  display: flex;
  overflow: hidden;
}

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

.nav-button-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  font-family: Sora, sans-serif;
  display: flex;
}

.dropdown-list-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 40px;
  display: block;
}

.slider-text {
  color: #fff;
  max-width: 830px;
}

.navbar-logo-wrapper {
  align-self: center;
}

.swiper-slide {
  flex: none;
  width: 500px;
  margin-right: 20px;
}

.swiper-slide.cc-pricing-table {
  flex: 1;
  width: auto;
  max-width: 33.3333%;
  margin-right: 0;
}

.dropdown-title {
  color: #555;
  margin-bottom: 7px;
}

.global-text-style {
  color: #707070;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 10px 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.global-text-style.w--current {
  color: #202020;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 38px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.global-text-style.hide {
  display: none;
}

.basic-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-items-wrapper {
  border-right: 1px solid #2a3814;
  padding-right: 86px;
}

.footer-items-wrapper._02 {
  padding-left: 86px;
  display: none;
}

.footer-items-wrapper._03 {
  border-right-style: none;
  padding-left: 86px;
  padding-right: 0;
  display: none;
}

.dropdown-4 {
  align-self: center;
}

.hero-top-subtitle-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  margin-bottom: 14px;
  display: grid;
}

.feature-content-wrap {
  background-color: #f8f8f8;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 35px;
  padding-left: 38px;
  padding-right: 40px;
  overflow: hidden;
}

.feature-content-wrap.pale-lime {
  background-color: #eafed5;
  height: 550px;
}

.feature-content-wrap.pale-rose {
  background-color: #ffd4ff;
  height: 550px;
}

.logo-slide_section {
  justify-content: center;
  align-items: center;
  height: 20vh;
  display: flex;
}

.table-icon {
  width: 115px;
}

.slider-client-designation {
  color: #bec3b8;
  font-size: 18px;
  font-weight: 400;
}

.footer-form-text-field {
  color: #fff;
  background-color: #fff0;
  border: 1px #000;
  margin-bottom: 0;
}

.footer-form-text-field::placeholder {
  color: #bec3b8;
}

.hero-top-subtitle-text {
  color: #182700;
  font-size: 18px;
}

.uui-text-style-link {
  color: var(--untitled-ui--gray600);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link:hover {
  color: var(--untitled-ui--gray700);
}

.uui-text-size-small-2 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-max-width-small-2 {
  width: 100%;
  max-width: 30rem;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  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: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-button.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-form_input {
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray900);
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input:focus {
  border-color: var(--untitled-ui--primary300);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
  color: var(--untitled-ui--gray900);
}

.uui-form_input::placeholder {
  color: var(--untitled-ui--gray500);
}

.uui-heading-xlarge {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sora, sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-signup-form_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .375rem;
  display: grid;
}

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

.uui-heroheader21_form {
  max-width: 32rem;
  margin-top: 2.5rem;
  margin-bottom: 0;
}

.uui-heroheader21_content {
  width: 100%;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

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

.uui-heroheader21_image {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  max-height: 60rem;
}

.uui-badge-group {
  background-color: var(--untitled-ui--gray100);
  color: var(--untitled-ui--gray700);
  white-space: nowrap;
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  padding: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.uui-badge-group.is-primary {
  background-color: var(--untitled-ui--primary50);
  color: var(--untitled-ui--primary700);
  white-space: nowrap;
  text-decoration: none;
}

.badge-group_text-wrapper {
  align-items: center;
  padding-left: .75rem;
  padding-right: .75rem;
  display: flex;
}

.uui-badge-group_badge {
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  white-space: nowrap;
  border-radius: 1rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.uui-badge-group_badge.is-primary {
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--primary700);
}

.uui-badge-group_icon {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .25rem;
  display: flex;
}

.uui-badge-group_icon.text-color-primary500 {
  color: var(--untitled-ui--primary500);
  margin-right: -.25rem;
}

.uui-text-size-xlarge {
  color: var(--untitled-ui--gray600);
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

.wrapperfigures {
  grid-column-gap: 18px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-19 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.uui-text-size-xlarge-2 {
  color: var(--untitled-ui--gray600);
  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;
  line-height: 1.5;
}

.wrapper-text-figures {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.wrapper-text-figures.m-width--500 {
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 500px;
}

.wrapper-text-figures.m-width--500.padding-24 {
  padding-bottom: 24px;
}

.image-new {
  max-width: 60%;
  position: absolute;
  top: 70px;
  right: -430px;
}

.image-new-02 {
  transform-style: preserve-3d;
  max-width: 66%;
  position: absolute;
  top: 1670px;
  left: -510px;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

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

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

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-heading-xlarge-2 {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-section_heroheader01 {
  overflow: hidden;
}

.uui-heroheader01_image-wrapper {
  position: relative;
}

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

.uui-button-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-icon.is-icon-large {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
}

.uui-heroheader01_image {
  object-fit: cover;
  border-top-left-radius: 10rem;
  width: 100%;
  height: 40rem;
}

.uui-heroheader01_fileupload-image-wrapper {
  width: 23rem;
  position: absolute;
  inset: auto auto 5% -16%;
}

.uui-heroheader01_pattern-image {
  width: 18.625rem;
  position: absolute;
  top: -6%;
  right: -21%;
}

.uui-heroheader01_fileupload-image1 {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: .5rem;
  width: 23rem;
  min-width: 23rem;
  margin-bottom: .75rem;
}

.uui-heroheader01_fileupload-image2 {
  border-radius: .5rem;
  width: 23rem;
  min-width: 23rem;
  position: absolute;
  top: -240px;
  right: -440px;
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  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: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray:hover {
  background-color: var(--untitled-ui--gray50-2);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-button-secondary-gray.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-space-large-2 {
  width: 100%;
  min-height: 3rem;
}

.uui-padding-vertical-xhuge {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.bold-text-4 {
  font-size: 38px;
  line-height: 1.2em;
}

.button-wrapper-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  cursor: pointer;
  background-color: #202020;
  border-radius: 27px;
  padding: 14px 18px 14px 20px;
  font-size: 14px;
  text-decoration: none;
  display: inline-flex;
}

.primary-button-text-2 {
  letter-spacing: -.32px;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
  display: block;
}

.image-22 {
  position: absolute;
  overflow: clip;
  transform: rotate(-28deg)translate(840px, -74px)scale(.5);
}

.image-23 {
  z-index: -1;
  position: absolute;
  top: -300px;
  left: -1290px;
  overflow: clip;
  transform: translate(840px, -74px)scale(.5);
}

.image-24 {
  position: absolute;
  top: 500px;
  overflow: clip;
  transform: rotate(-28deg)translate(840px, -74px)scale(.5);
}

.pricing-price {
  font-family: Sora, sans-serif;
  font-size: 32px;
}

.pricing-details-wrapper {
  border: 1px solid #eceded;
  border-radius: 8px;
  padding: 30px 30px 22px;
}

.pricing-icon {
  max-width: 16%;
}

.pricing-title-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-main-button-text {
  font-size: 19px;
}

.pricing-title {
  color: #202020;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.pricing-price-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border-bottom: 1px solid #eceded;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 16px;
  padding-bottom: 16px;
  display: flex;
}

.div-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  margin-bottom: auto;
  padding-bottom: 16px;
  display: flex;
}

.pricing-main-button {
  color: #202020;
  border: 1px solid #eceded;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 340px;
  min-height: 36px;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  transition: background-color .4s;
  display: inline-flex;
}

.pricing-main-button:hover {
  color: #fff;
  background-color: #202020;
}

.pricing-per-month-text {
  margin-bottom: 8px;
  font-size: 24px;
}

.rate-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  display: flex;
}

.uui-heroheader01_fileupload-image2-2 {
  border-radius: .5rem;
  width: 10rem;
  min-width: 10rem;
}

.heading-13 {
  font-family: Sora, sans-serif;
}

.section-top-description-2 {
  color: #182700;
  margin-top: 30px;
}

.section-top-description-2.about {
  text-align: center;
  max-width: 667px;
  margin-bottom: 40px;
}

.contact-form-link-wrapper {
  color: #707070;
  font-size: 16px;
  text-decoration: none;
}

.section-15 {
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  margin-top: 0;
  margin-bottom: 120px;
  display: flex;
  overflow: hidden;
}

.contact-text-field-title {
  color: #202020;
  font-weight: 500;
}

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

.contact-text-field {
  color: #182700;
  border: 1px solid #eceded;
  border-radius: 8px;
  width: 100%;
  min-height: 48px;
  margin-top: 8px;
  margin-bottom: 0;
}

.contact-text-field:active, .contact-text-field:focus {
  color: #202020;
}

.contact-text-field::placeholder {
  color: #707070;
}

.contact-text-field.message {
  min-height: 112px;
}

.container-3 {
  max-width: 1250px;
  margin-top: 120px;
  padding-left: 15px;
  padding-right: 15px;
}

.section-top-title-2 {
  text-align: center;
  font-family: Sora, sans-serif;
}

.section-top-title-2.about {
  max-width: 806px;
}

.contact-form-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.contact-form-wrapper._02 {
  margin-top: 24px;
  display: block;
}

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

.contact-link-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-left-col-description {
  color: #707070;
  max-width: 394px;
  margin-top: 16px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.success-message {
  color: #fff;
  background-color: #182700;
  border-radius: 10px;
}

.error-message-2 {
  color: red;
  text-align: center;
  background-color: #ffdede00;
}

.contact-content-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.form-submit-button {
  background-color: #202020;
  background-image: url('../images/Footer-Form-Icon.svg');
  background-position: 96%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  min-width: 204px;
  min-height: 56px;
  margin-top: 30px;
  padding-left: 0;
  padding-right: 30px;
  display: inline-flex;
}

.contact-link-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-top: 1px solid #eceded;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.heading-14 {
  font-family: Sora, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.figure-text {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (min-width: 1280px) {
  .section {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .section.no-verticle-padding.clip, .section.no-top-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .section.no-horizontal-padding.alt {
    min-height: 700px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.margin-top-bottom {
    padding-left: 0;
    padding-right: 0;
  }

  .section.no-padding.dark {
    padding: 0 0;
  }

  .section.no-padding.dark.testimonial-section {
    overflow: hidden;
  }

  .section.margin-bottom.margin-bottom-large.no-padding-top {
    padding-top: 60px;
    padding-left: 0;
  }

  .section.margin-bottom.margin-bottom-large.no-padding-top.padding-horizontal {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: minmax(5vw, 1fr) minmax(90vw, 1400px) minmax(5vw, 1fr);
    grid-auto-columns: 1fr;
    display: grid;
  }

  .wrapper.hero {
    grid-template-columns: minmax(5vw, 1fr) minmax(5vw, 1fr) minmax(5vw, 1fr);
  }

  .wrapper.padding-bottom.padding-top {
    padding-top: 6rem;
  }

  .pin-stripe.hide-horizontal-mobile {
    background-color: #f3f6fc1f;
  }

  .hero-content-wrapper {
    width: 100%;
  }

  .xxl-heading.one, .xxl-heading.two {
    font-size: 52px;
  }

  .clip.mobile.auto, .clip.margin-button {
    width: auto;
  }

  .banner-content {
    min-height: 440px;
  }

  .banner-intro {
    grid-template-rows: auto;
  }

  .body-display.small-margin-top {
    color: var(--body-display);
    text-decoration: none;
  }

  .button {
    border-color: var(--primary);
    background-color: var(--primary);
    width: 30%;
    margin-top: 0;
  }

  .button.solid-white.blur.auto {
    width: auto;
  }

  .button.solid-white.padding-top {
    width: 100%;
    margin-top: 24px;
  }

  .button.solid-white.no-padding {
    width: 100%;
  }

  .button.solid-white.no-padding.auto {
    width: auto;
  }

  .button.white-outline {
    width: 100%;
  }

  .button.white-outline.blur.no-padding {
    margin-left: 0;
    margin-right: 0;
  }

  .button.grey-outline {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .button.grey-outline.margin-top {
    width: 30%;
  }

  .button.whatsapp.auto, .button.auto {
    width: auto;
  }

  .card-hover-item {
    padding: 0;
  }

  .subtitle {
    color: var(--relume-library-lite--rl-black);
  }

  .subtitle.grey.ai {
    text-align: center;
    line-height: 120%;
  }

  .subtitle.black {
    color: var(--relume-library-lite--rl-black);
  }

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

  .intro-wrapper.mobile {
    max-width: none;
  }

  .intro-wrapper.mobile.padding-bottom {
    padding-left: 0;
    padding-right: 0;
  }

  .card-circle.overlay {
    top: -20%;
    left: -30%;
  }

  .heading {
    color: #000;
    text-transform: none;
    font-family: Inter, sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 114%;
    text-decoration: none;
  }

  .heading.white {
    color: #fff;
  }

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

  .navigation-links {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .services-menu-wrapper {
    position: relative;
  }

  .sticky-services-menu {
    position: sticky;
  }

  .more-projects-wrapper.in-page {
    z-index: 20;
  }

  .project-description-wrapper {
    grid-template-columns: 1fr 1fr minmax(0, 1fr);
  }

  .project-description.top-grey-border {
    background-color: var(--gray-neutral);
  }

  .service-examples-wrapper {
    grid-template-rows: auto auto;
  }

  .hero-button-wrapper {
    justify-content: flex-end;
  }

  .background-banner {
    background-image: url('../images/Team006.jpeg');
  }

  .newsletter-form-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .newsletter-intro {
    padding: 80px 48px;
  }

  .free-consulting {
    min-height: 90vh;
    padding-left: 0;
    padding-right: 0;
  }

  .delete-me {
    box-shadow: 0 5px 10px 1px #0003;
  }

  .text-block {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    height: 24px;
    display: block;
  }

  .uui-team04_item {
    justify-content: center;
    align-items: stretch;
  }

  .uui-testimonial06_content.padding-top.padding-bottom {
    padding-top: 6rem;
  }

  .team-list {
    justify-content: center;
    align-items: center;
  }

  .flex-item.full {
    width: 100%;
  }

  .uui-footer02_left-wrapper {
    grid-template-areas: ".";
  }

  .div-block-9 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: minmax(5vw, 1fr) minmax(200px, 1400px) 5vw;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .div-block-14 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 2rem;
    display: flex;
  }

  .image-8 {
    width: 80%;
  }

  .uui-banner08_wrapper.padding-horizontal.uui-cookies-banner {
    border-radius: 0;
  }

  .cookies {
    z-index: 25;
  }

  .section-2 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .section-2.small-top-padding {
    z-index: 20;
    background-color: #fff;
  }

  .overlay {
    color: #0f13268c;
  }

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

  .card-hover-item-2 {
    padding: 0;
  }

  .credits-wrapper-2.kit-consulting {
    flex-flow: column;
    grid-template-columns: auto 1fr;
    display: flex;
  }

  .video-icon {
    transform: rotate(90deg);
  }

  .slider-arrow-icon {
    width: 18px;
  }

  .hero-slide-arrow {
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: var(--dark-outline);
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: var(--dark-outline);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: var(--dark-outline);
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: var(--dark-outline);
    background-color: #fff;
    width: 90px;
    height: 91px;
    inset: auto auto 0% 33.3333%;
  }

  .hero-slide-arrow.left {
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: var(--dark-outline);
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: var(--dark-outline);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: var(--dark-outline);
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: var(--dark-outline);
    background-color: #fff;
    border-radius: 0;
    width: 90px;
    height: 90px;
    bottom: 90px;
    left: 33.3333%;
  }

  .featured-location {
    background-color: #fff;
  }

  .featured-project-column-5 {
    z-index: 20;
    background-color: #f3f6fc;
    border: 0 #000;
    width: 5vw;
    height: auto;
    line-height: 20px;
    position: relative;
    inset: auto auto 0% 0;
  }

  .rotate-text-6, .subtitle-alt {
    font-size: 12px;
  }

  .background-alt {
    background-image: url('../images/Team002.jpeg');
  }

  .background-alt.one.hero-background-image {
    background-size: cover;
  }

  .slider-bottom-alt {
    justify-content: flex-start;
    width: 100vw;
    height: auto;
    bottom: 0%;
    left: auto;
    right: auto;
  }

  .bottom-grid-wrapper-alt {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 5vw 95vw;
    grid-auto-columns: 1fr;
    place-items: stretch stretch;
    min-width: 50%;
    height: 180px;
    display: grid;
    bottom: 0;
  }

  .bottom-grid-wrapper-alt._02 {
    grid-template-columns: 5vw minmax(90vw, 1400px) minmax(5vw, 1fr);
    left: auto;
  }

  .featured-location-alt {
    align-content: center;
    width: 31.6667%;
    height: auto;
    position: relative;
    bottom: auto;
  }

  .featured-location-heading-alt {
    font-size: 28px;
    line-height: 120%;
  }

  .testimonial-background {
    grid-column-gap: 12px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: auto;
    margin-bottom: 12px;
    display: grid;
    position: relative;
    inset: 0% 0;
    overflow: visible;
  }

  .project-categories-wrapper {
    margin-top: 0;
  }

  .banner-categories {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    padding-top: 0;
    display: grid;
  }

  .block.ai.sub {
    background-color: #f3f6fc;
    justify-content: center;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .background-banner-2.service-2-banner {
    background-image: url('../images/Frame-564-_1_.webp');
  }

  .background-banner-2.service-1-banner {
    background-image: url('../images/Texture-1-1200x1500.webp');
  }

  .services-info-2 {
    grid-column-gap: 0px;
    grid-row-gap: 18px;
    flex-flow: column;
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 24px;
    display: grid;
  }

  .services-info-2.alt {
    display: flex;
  }

  .services-wrapper-3 {
    grid-template-columns: minmax(5vw, 1fr) 1fr minmax(5vw, 1fr);
  }

  .sticky-section {
    width: 100%;
  }

  .hero-background-image-2._404-background {
    background-image: url('../images/001.jpeg');
  }

  .drupal.logo {
    width: 210px;
  }

  .img, .img.drupal-logo {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .xxl-heading-4.one, .xxl-heading-4.two {
    font-size: 70px;
  }

  .img-oficinas {
    background-image: url('../images/Torre-Mapfre-Miniature.jpg');
    background-position: 0 0;
    background-size: auto;
    padding-right: 0;
  }

  .btn-solicita {
    max-width: 290px;
  }

  .hero-video-wrapper {
    align-items: stretch;
  }

  .hero-middle {
    max-width: 900px;
  }

  .services-card {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .clip-5.centered-button {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

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

  .background-banner-3.service-2-banner {
    background-image: url('../images/Team001.jpeg');
  }

  .three-column-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 1fr 140px;
    grid-template-columns: minmax(5vw, 1fr) minmax(200px, 90vw) minmax(5vw, 1fr);
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .wrapper-items {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 0;
    display: grid;
  }

  .content-card {
    width: 100%;
  }

  .bottom-grid-wapper-01 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: minmax(5vw, 1fr) minmax(90vw, 1400px) minmax(5vw, 1fr);
    grid-auto-columns: 1fr;
    display: grid;
  }

  .wrapper {
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: minmax(5vw, 1fr) 1fr 1fr;
    grid-auto-flow: row;
    display: flex;
  }

  .image-sample {
    width: 100%;
  }

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

  .bold-text-3 {
    font-size: 60px;
  }

  .wrapper.padding-5-horizontal {
    padding-left: 5vw;
  }

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

  .rich-text-2 {
    color: #292c33;
  }

  .heading-10 {
    font-size: 24px;
  }

  .logos-container {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    justify-content: flex-start;
    display: flex;
  }
}

@media screen and (min-width: 1440px) {
  .section {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .section.no-verticle-padding.clip {
    display: flex;
  }

  .section.no-horizontal-padding.alt {
    height: 90vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.clip {
    display: block;
  }

  .section.no-padding.dark {
    z-index: 20;
    flex-flow: row;
    align-items: stretch;
    padding: 0 0;
    overflow: hidden;
  }

  .background-cover {
    display: block;
  }

  .image-overlay {
    background-color: #090b1980;
  }

  .wrapper {
    grid-template-columns: minmax(5vw, 1fr) minmax(0, 1400px) minmax(5vw, 1fr);
    max-width: none;
  }

  .wrapper.no-padding {
    grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  }

  .wrapper.flex-item.title-section {
    justify-content: space-between;
  }

  .wrapper.flex-item.title-section.os {
    flex-flow: row;
    margin-bottom: 48px;
  }

  .wrapper.hero {
    grid-template-columns: minmax(5vw, 1fr) minmax(5vw, 1fr) minmax(5vw, 1fr);
  }

  .stripe-wrapper {
    z-index: 10;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: minmax(5vw, 1fr) minmax(85vw, 1400px) minmax(5vw, 1fr);
    grid-auto-columns: 1fr;
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .stripe-container {
    flex-flow: column;
  }

  .pin-stripe.hide-horizontal-mobile {
    border: 1px solid var(--pin-stripe);
    -webkit-text-stroke-color: var(--pin-stripe);
    border-radius: 0;
    height: 100%;
  }

  .hero-content-wrapper {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .xxl-heading.one, .xxl-heading.two {
    font-size: 64px;
    line-height: 120%;
  }

  .clip {
    width: auto;
    height: auto;
  }

  .clip.margin-button {
    width: auto;
  }

  .clip._40 {
    width: 40%;
  }

  .clip._50 {
    width: 50%;
  }

  .clip.visible {
    overflow: visible;
  }

  .banner-content {
    min-height: 480px;
  }

  .banner-intro {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .large-heading.wider.large {
    font-size: 52px;
  }

  .large-heading.wider.large.white.bold {
    font-weight: 600;
  }

  .button {
    margin-top: 0;
  }

  .button.solid-white.blur.white {
    color: #fff;
  }

  .button.solid-white.blur.white.auto, .button.solid-white.blur.auto {
    width: auto;
  }

  .button.solid-white.padding-top {
    width: 100%;
  }

  .button.solid-white.no-padding.auto {
    width: auto;
  }

  .button.white-outline.blur {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #090b191f;
  }

  .button.grey-outline {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .button.grey-outline.margin-top {
    width: 30%;
  }

  .button.whatsapp {
    bottom: 2%;
  }

  .button.whatsapp.auto, .button.auto {
    width: auto;
  }

  .stacked-description {
    grid-column-gap: 20px;
    align-items: flex-end;
  }

  .subtitle {
    color: var(--body-display);
    font-size: 14px;
  }

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

  .intro-wrapper.mobile {
    display: flex;
  }

  .intro-wrapper.mobile.padding-bottom {
    padding-left: 0;
    padding-right: 0;
  }

  .card-circle.overlay {
    top: -20%;
    bottom: 0%;
    left: -30%;
  }

  .heading.white {
    color: #fff;
    font-size: 48px;
  }

  .heading.large {
    font-size: 40px;
  }

  .hover-link-wrapper.video-link-wrapper {
    padding-bottom: 60px;
  }

  .hover-link {
    flex: 0 auto;
    width: 4rem;
    height: 4rem;
  }

  .dual-wrapper {
    grid-template-columns: .9fr 1fr;
    margin-bottom: 48px;
  }

  .team-social-icon.outline.none {
    display: none;
  }

  .services-menu-wrapper {
    justify-content: flex-start;
    position: relative;
  }

  .menu-list-item {
    grid-template-columns: auto auto;
  }

  .scrolling-text {
    justify-content: flex-start;
    align-items: center;
  }

  .grid-wrapper.alt {
    flex: 1;
    grid-template-rows: 100%;
    place-items: stretch start;
  }

  .feature-card-description._02 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .hero-background-image.team-background {
    object-fit: fill;
    background-image: url('../images/textura3.webp');
  }

  .project-features {
    background-color: #f3f6fc00;
    display: block;
  }

  .service-examples-wrapper {
    grid-template-rows: auto auto;
  }

  .image-cover {
    background-color: #fff;
  }

  .hero-button-wrapper {
    justify-content: flex-end;
  }

  .background-banner {
    background-image: url('../images/Team006.jpeg');
  }

  .background-banner.video-banner {
    background-image: url('../images/Texture-1-1200x1500.webp');
  }

  .page-hero {
    min-height: 88vh;
  }

  .free-consulting {
    min-height: 90vh;
    padding-left: 0;
    padding-right: 0;
  }

  .uui-team04_item {
    justify-content: center;
    align-items: stretch;
  }

  .uui-testimonial06_rating-wrapper {
    justify-content: center;
    align-items: center;
  }

  .uui-testimonial06_content.padding-top {
    padding-top: 6rem;
  }

  .service-process-wrapper {
    background-color: #f3f6fc;
    padding: 52px 24px;
  }

  .technology-wrapper {
    justify-content: center;
  }

  .image-7 {
    width: 100%;
  }

  .cookies {
    display: none;
    overflow: visible;
  }

  .background {
    background-image: url('../images/Revelador-Web-Image-1.jpg');
  }

  .background.service-four {
    background-image: url('../images/Faizur-Rehman-Unsplash-1.jpg');
  }

  .background.service-three {
    background-image: url('../images/Jason-Goodman-Unsplash-1.jpg');
  }

  .background.service-one {
    background-image: url('../images/inteligencia-artificial.webp');
  }

  .background.service-two {
    background-image: url('../images/Revelador-Web-Image-1.jpg');
  }

  .background-wrapper {
    inset: 0%;
  }

  .services-cards {
    max-width: 1400px;
  }

  .body-display-2.small {
    height: 100%;
  }

  .services-card-2 {
    grid-row-gap: 120px;
  }

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

  .subtitle-4.small.grey {
    font-size: 14px;
  }

  .subtitle-4.small.grey.alt {
    color: var(--body-display);
    text-align: center;
  }

  .credits-wrapper-2 {
    grid-column-gap: 80px;
  }

  .video-icon {
    transform: translate(0);
  }

  .slider-arrow-icon {
    width: 20px;
  }

  .hero-slide-arrow {
    width: 100px;
    height: 101px;
    position: absolute;
    bottom: 0;
    left: 33.3333%;
  }

  .hero-slide-arrow.left {
    box-sizing: border-box;
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: 100px;
    left: 33.3333%;
  }

  .video-icon-wrapper {
    transform: rotate(90deg);
  }

  .featured-location {
    background-color: #fff;
    grid-template-columns: 1fr .25fr;
    width: auto;
    height: auto;
  }

  .featured-project-column-5 {
    width: 100%;
    min-width: 5vw;
    max-width: none;
    height: auto;
    position: relative;
    left: 0;
  }

  .rotate-text-6 {
    color: var(--body-display);
    font-size: 14px;
  }

  .home-hero-content-alt {
    justify-content: space-between;
    max-width: 1400px;
    padding-top: 80px;
    padding-bottom: 200px;
    padding-left: 64px;
  }

  .subtitle-alt {
    font-size: 14px;
  }

  .grid-wrapper-alt {
    grid-template-columns: minmax(5vw, 1fr) minmax(75vw, 1400px) minmax(5vw, 1fr);
    justify-content: stretch;
  }

  .background-alt {
    background-image: url('../images/Team002.jpeg');
  }

  .background-alt.one.hero-background-image {
    background-image: url('../images/oficina-y-trabajo.webp');
    background-position: 0 0;
    background-size: cover;
  }

  .slider-bottom-alt {
    justify-content: center;
    align-items: stretch;
    width: 100%;
    height: 200px;
    position: absolute;
    inset: auto 0% 0%;
  }

  .bottom-grid-wrapper-alt {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
    grid-auto-columns: 1fr;
    justify-items: stretch;
    width: 100vw;
    min-width: 0;
    height: 200px;
    display: grid;
    position: absolute;
    inset: auto auto 0%;
  }

  .bottom-grid-wrapper-alt._02 {
    grid-template-columns: minmax(5vw, 1fr) minmax(0, 1400px) minmax(5vw, 1fr);
  }

  .featured-location-alt {
    align-content: center;
    width: 33.3333%;
    height: 100%;
  }

  .featured-location-heading-alt {
    font-size: 32px;
    line-height: 120%;
  }

  .testimonial-background {
    grid-column-gap: 12px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: auto;
    margin-bottom: 12px;
    display: grid;
    position: relative;
    inset: 0% 0;
    overflow: visible;
  }

  .testimonial-client {
    grid-column-gap: 18px;
    grid-template-rows: auto auto;
  }

  .avatar {
    background-image: url('../images/angelgo.svg');
  }

  .circle-link-text {
    grid-column-gap: 18px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 12px;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-right: 0;
    display: flex;
  }

  .circle-link-text.left {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
    display: flex;
  }

  .image-12, .image-13 {
    width: 24px;
  }

  .video-info-2 {
    grid-row-gap: 50px;
    padding-bottom: 48px;
  }

  .wrapper-2.no-padding {
    align-self: flex-end;
  }

  .project-categories-wrapper {
    min-height: 230px;
    margin-top: -36px;
  }

  .banner-categories {
    background-color: #f3f6fc;
    margin-top: 36px;
    padding-top: 0;
  }

  .block.ai {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 180px;
    display: grid;
  }

  .block.ai.sub {
    justify-content: center;
    align-items: center;
    padding-left: 32px;
    padding-right: 32px;
    display: flex;
  }

  .cargo {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    display: flex;
  }

  .pin-stripe-4.white {
    height: 100%;
  }

  .button-8.white-outline {
    justify-content: flex-end;
    align-items: center;
  }

  .clip-3 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .clip-3.auto {
    width: auto;
  }

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

  .background-banner-2.service-2-banner {
    background-image: url('../images/Frame-564-_1_.webp');
  }

  .background-banner-2.service-1-banner {
    background-image: url('../images/Texture-1-1200x1500.webp');
  }

  .services-wrapper-3 {
    grid-row-gap: 80px;
  }

  .hero-background-image-2.services-background {
    background-image: url('../images/textura3.webp');
  }

  .drupal.logo {
    width: 140px;
    position: static;
    inset: 12% 44% auto auto;
  }

  .img {
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
  }

  .img.drupal-logo {
    justify-content: center;
    align-items: center;
    bottom: -10px;
    right: 0%;
  }

  .img-oficinas {
    background-image: url('../images/Torre-Mapfre-Miniature.jpg');
    background-position: 50%;
    height: 600px;
  }

  .icon-wrap {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .services-card {
    padding: 48px;
  }

  .background-banner-3.service-2-banner {
    background-image: url('../images/Team001.jpeg');
  }

  .cards-mask.large {
    width: 75%;
  }

  .outline-button.light {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #ffffff1f;
    border-color: #ffffff1a;
  }

  .medium-width {
    max-width: none;
  }

  .three-column-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: minmax(auto, 100%);
    grid-template-columns: minmax(5vw, 1fr) minmax(200px, 1400px) minmax(5vw, 1fr);
    grid-auto-columns: 1fr;
    place-content: stretch;
    width: 100%;
    height: 100%;
    display: grid;
  }

  .wrapper-items {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100% auto;
    grid-template-columns: 1fr .5fr;
    grid-auto-columns: 1fr;
    place-items: end stretch;
    width: 100%;
    height: 100%;
    padding-bottom: 140px;
    display: grid;
  }

  .subnav-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 130px;
    display: grid;
  }

  .content-card {
    object-fit: fill;
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: relative;
  }

  .content-card._02 {
    width: auto;
  }

  .bottom-grid-wapper-01 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: minmax(5vw, 1fr) minmax(10px, 1400px) minmax(5vw, 1fr);
    grid-auto-columns: 1fr;
    height: 130px;
    display: grid;
    position: absolute;
    inset: auto 0% 0%;
  }

  .image-sample {
    width: 100%;
    padding-top: 48px;
    padding-left: 60px;
    padding-right: 60px;
  }

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

  .wrapper-text.padding-top {
    padding-top: 24px;
  }

  .author-card {
    width: 100%;
  }

  .wrapper._5-padding {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .navbar-wrapper {
    justify-content: space-between;
  }

  .navbar-logo {
    max-width: 100px;
  }

  .dropdown-arrow {
    font-size: 16px;
  }

  .navbar-title {
    color: #484848;
  }

  .heading-12 {
    margin-bottom: 8px;
  }

  .button-wrapper.hero {
    max-width: 280px;
  }

  .nav-menu-2 {
    position: static;
  }

  .dropdown-title-wrapper {
    height: 22px;
  }

  .nav-button-wrapper {
    justify-content: flex-end;
    align-items: center;
  }

  .dropdown-title {
    font-size: 16px;
  }
}

@media screen and (min-width: 1920px) {
  h3 {
    font-size: 32px;
  }

  .section.no-verticle-padding.clip {
    display: flex;
  }

  .section.margin-top-bottom {
    align-self: auto;
  }

  .wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: minmax(5vw, 1fr) minmax(90vw, 1440px) minmax(5vw, 1fr);
    grid-auto-columns: 1fr;
    max-width: none;
  }

  .wrapper.alt {
    grid-template-columns: minmax(5vw, .25fr) 90vw minmax(5vw, .25fr);
  }

  .stripe-wrapper {
    grid-template-columns: minmax(5vw, 1fr) minmax(85vw, 1440px) minmax(5vw, 1fr);
    justify-content: space-around;
  }

  .hero-content-wrapper {
    width: 100%;
  }

  .clip {
    height: auto;
    font-size: 20px;
    line-height: 120%;
  }

  .large-heading.wider.large {
    font-size: 52px;
  }

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

  .body-display.white {
    font-weight: 300;
  }

  .button.solid-white.blur.auto, .button.solid-white.no-padding.auto {
    width: auto;
  }

  .button.grey-outline {
    width: 100%;
  }

  .button.grey-outline.margin-top {
    width: 30%;
  }

  .button.grey-outline.auto {
    width: auto;
  }

  .button.whatsapp {
    left: auto;
    right: 1%;
  }

  .button.whatsapp.auto {
    width: auto;
  }

  .intro-wrapper.mobile.padding-bottom {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-list-item.white.small {
    padding-top: 0;
  }

  .grid-wrapper {
    grid-template-columns: 1fr minmax(auto, 1400px) minmax(5vw, 1fr);
    align-items: stretch;
  }

  .grid-wrapper.two-row {
    grid-template-columns: 1fr minmax(auto, 1440px) minmax(5vw, 1fr);
  }

  .project-description {
    grid-template-rows: auto;
  }

  .hero-button-wrapper {
    justify-content: flex-end;
    align-items: center;
  }

  .dark-cover {
    width: auto;
  }

  .projects-hero {
    min-height: 70vh;
    padding-bottom: 60px;
  }

  .free-consulting {
    min-height: 90vh;
    padding-left: 0;
    padding-right: 0;
  }

  .uui-layout01_component.reverse.max-width {
    max-width: 1200px;
  }

  .image-7 {
    width: 100%;
  }

  .subtitle-2 {
    font-size: 14px;
  }

  .grid-wrapper-2 {
    grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1440px) minmax(5vw, 1fr);
  }

  .body-display-2.small, .subtitle-4.small.grey {
    font-size: 16px;
  }

  .page-info-ribbon-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .credits-wrapper-2 {
    grid-column-gap: 60px;
  }

  .slider-arrow-icon {
    width: 20px;
  }

  .hero-slide-arrow {
    width: 110px;
    height: 110px;
    left: 25%;
  }

  .hero-slide-arrow.left {
    width: 110px;
    height: 110px;
    bottom: 110px;
    left: 25%;
  }

  .featured-project-column-5 {
    height: 101%;
    left: auto;
    overflow: visible;
  }

  .rotate-text-6 {
    font-size: 16px;
  }

  .home-hero-alt {
    height: 95vh;
  }

  .home-hero-content-alt {
    padding-left: 14%;
    padding-right: 10%;
  }

  .subtitle-alt {
    font-size: 16px;
  }

  .grid-wrapper-alt {
    grid-template-columns: minmax(5vw, 1fr) minmax(10vw, 1440px) minmax(5vw, 1fr);
  }

  .slider-background-wrapper-alt.hero-wrapper-alt, .slider-background-alt, .background-alt.one {
    width: 100%;
  }

  .background-alt.one.hero-background-image {
    background-image: url('../images/oficina-y-trabajo.webp');
    background-position: 50%;
    background-size: cover;
  }

  .slider-bottom-alt {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100%;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: stretch center;
    width: 100%;
    height: 220px;
    display: flex;
  }

  .bottom-grid-wrapper-alt {
    grid-template-columns: minmax(5vw, .25fr) minmax(auto, 1440px) minmax(5vw, 1fr);
    width: 100vw;
    height: 220px;
  }

  .featured-location-alt {
    align-content: center;
    width: 33.3333%;
    height: 100%;
    padding-left: 32px;
    padding-right: 32px;
    left: auto;
  }

  .featured-location-heading-alt {
    font-size: 42px;
    line-height: 120%;
  }

  .hero-grid-wrapper {
    grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1440px) minmax(5vw, 1fr);
  }

  .hero-middle {
    max-width: none;
  }

  .three-column-wrapper {
    grid-template-columns: minmax(5vw, 1fr) minmax(200px, 1440px) minmax(5vw, 1fr);
  }

  .content-card {
    width: 100%;
  }

  .bottom-grid-wapper-01 {
    grid-template-columns: minmax(5vw, 1fr) minmax(10px, 1440px) minmax(5vw, 1fr);
  }

  .wrapper.flex-down {
    display: flex;
  }

  .image-sample {
    width: 100%;
  }

  .wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: minmax(5vw, 1fr) minmax(0, 1400px) minmax(5vw, 1fr);
    grid-auto-columns: 1fr;
    display: grid;
  }

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

@media screen and (max-width: 991px) {
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .nav-link {
    padding: 20px 12px;
    font-size: 12px;
    text-decoration: none;
  }

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

  .left-navbar {
    width: 100%;
  }

  .nav-menu, .pin-stripe.hide-tablet {
    display: none;
  }

  .hero-content-wrapper {
    max-width: none;
  }

  .xxl-heading {
    font-size: 64px;
  }

  .banner-content {
    min-height: 325px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .large-heading {
    align-self: flex-start;
  }

  .body-display.dark {
    color: var(--dark);
  }

  .project-item {
    min-height: 375px;
    max-height: 550px;
  }

  .button.solid-white.blur.white {
    width: 200px;
  }

  .page-info-ribbon {
    grid-template-columns: 1fr;
  }

  .subtitle-wrapper {
    align-self: center;
  }

  .tripple-grid {
    grid-row-gap: 36px;
    grid-template-columns: 1fr 1fr;
  }

  .intro-wrapper.mobile.auto {
    width: auto;
  }

  .intro-wrapper.mobile.padding-bottom {
    padding-left: 5vw;
    padding-right: 5vw;
  }

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

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

  .large-menu-wrapper {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    padding-top: 75px;
    padding-bottom: 0;
  }

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

  .project-collection-item:nth-child(odd) {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

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

  .search-wrapper {
    display: flex;
  }

  .mega-category-list {
    display: none;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .team-collection-item:nth-child(odd) {
    margin-top: 0;
  }

  .team-collection-item:nth-child(2n) {
    margin-top: 60%;
    margin-bottom: -40%;
  }

  .post-list-item {
    height: auto;
    font-size: 16px;
  }

  .post-list-item.category-list-item {
    min-height: 60px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 16px;
  }

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

  .sticky-services-menu {
    position: relative;
    top: 0;
  }

  .sticky-services-menu.extra-top-margin {
    top: 0;
  }

  .rich-text h2 {
    font-size: 28px;
  }

  .rich-text h4 {
    font-size: 18px;
  }

  .rich-text h3 {
    font-size: 22px;
  }

  .right-grid-intro {
    padding-left: 0;
  }

  .feature-card-description._02 {
    grid-row-gap: 0px;
    width: 100%;
  }

  .footer-wrapper {
    grid-template-rows: minmax(44px, auto) minmax(106px, auto) minmax(106px, auto) minmax(36px, auto);
    grid-template-columns: 1fr 1fr;
  }

  .gallery-items-wrapper {
    padding-top: 160px;
  }

  .fly-out-button {
    width: 50%;
    max-width: 50%;
  }

  .fly-out-button.on-click {
    width: 66.66%;
    max-width: 66.66%;
  }

  .project-description-wrapper {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .project-description {
    padding: 36px 24px;
  }

  .project-features {
    padding-top: 0;
  }

  .news-list {
    grid-template-columns: 1fr 1fr;
  }

  .news-list-item:nth-child(2n) {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .pagination {
    grid-template-columns: 1fr 1fr;
    padding-top: 36px;
  }

  .large-search-wrapper {
    width: 100%;
  }

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

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

  .dropdown {
    border-bottom: 1px solid var(--dark-outline);
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .dropdown.top {
    border-top: 1px solid var(--dark-outline);
  }

  .dropdown-toggle {
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 24px;
    display: flex;
  }

  .tablet-mobile-nav-links {
    background-color: #fff;
    display: flex;
  }

  .dropdown-list {
    background-color: #fff;
    position: relative;
    inset: 0% 0% auto;
    overflow: hidden;
  }

  .image-cover-wrapper {
    width: 50%;
  }

  .dropdown-lottie {
    justify-content: center;
    align-items: center;
    width: 18px;
    margin-left: 24px;
    display: flex;
  }

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

  .page-info {
    overflow: auto;
  }

  .background-banner.newsletter-banner {
    background-position: 50% 0;
  }

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

  .minimal-card {
    padding: 24px;
  }

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

  .template-card {
    padding: 24px;
  }

  .experience-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .uui-padding-vertical-xhuge-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-team04_list, .uui-layout90_list {
    grid-template-columns: 1fr 1fr;
  }

  .uui-layout01_component {
    grid-column-gap: 3rem;
    flex-flow: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    display: flex;
  }

  .uui-layout01_component.reverse {
    flex-flow: column;
  }

  .global-grid {
    height: auto;
  }

  .hide-tablet {
    display: none;
  }

  .uui-space-large {
    min-height: 2.5rem;
  }

  .uui-heroheader09_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-padding-vertical-xhuge-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-layout14_image {
    width: 130%;
    min-width: 130%;
    position: static;
  }

  .uui-layout14_image-wrapper {
    justify-content: flex-start;
    min-height: auto;
    padding: 4rem 2rem;
  }

  .uui-layout14_component {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .menu-icon_line-bottom {
    background-color: var(--untitled-ui--gray700);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .menu-icon_line-middle {
    background-color: var(--untitled-ui--gray700);
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-top {
    background-color: var(--untitled-ui--gray700);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_component {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .uui-navbar07_menu-button.w--open {
    background-color: #0000;
  }

  .uui-navbar07_link {
    color: var(--untitled-ui--gray900);
    width: 100%;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .uui-navbar07_link:hover {
    color: var(--untitled-ui--gray900);
  }

  .uui-navbar07_dropdown-link {
    padding-left: 0;
    padding-right: 0;
  }

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

  .uui-navbar07_dropdown-link-list {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-navbar07_dropdown-list {
    position: static;
    overflow: hidden;
  }

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

  .uui-dropdown-icon {
    color: var(--untitled-ui--gray500);
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .uui-navbar07_dropdown-toggle {
    color: var(--untitled-ui--gray900);
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .uui-navbar07_dropdown-toggle:hover {
    color: var(--untitled-ui--gray900);
  }

  .uui-navbar07_menu-dropdown {
    width: 100%;
    position: relative;
  }

  .uui-navbar07_menu-left {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: var(--untitled-ui--gray900);
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .uui-navbar07_menu {
    border-top: 1px solid var(--untitled-ui--gray100);
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1.5rem 2rem 5rem;
    position: absolute;
    overflow: auto;
  }

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

  .flex-item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .flex-item.full {
    width: 100%;
  }

  .uui-footer02_social-list {
    margin-bottom: 2rem;
  }

  .uui-footer02_bottom-wrapper {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .uui-footer02_left-wrapper {
    grid-template: "."
    / 1fr 1fr 1fr;
  }

  .uui-footer02_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .uui-banner08_text-wrapper {
    flex-wrap: wrap;
  }

  .uui-banner08_content {
    margin-right: 1rem;
  }

  .uui-banner08_wrapper {
    align-items: flex-start;
    padding-left: 1.25rem;
  }

  .uui-layout17_image {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .uui-layout17_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    align-items: start;
    min-height: auto;
  }

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

  .section-2.small-top-padding {
    padding-top: 60px;
  }

  .services-cards {
    grid-template-columns: 1fr 1fr;
  }

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

  .section-3.video-section {
    padding-top: 180px;
    padding-bottom: 120px;
  }

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

  .hero-video-button {
    width: auto;
    height: auto;
    margin-top: 0;
    margin-bottom: 140px;
  }

  .hero-slide-arrow {
    width: 90px;
    height: 91px;
    left: auto;
    right: 5vw;
  }

  .hero-slide-arrow.left {
    height: 90px;
    bottom: 90px;
    left: auto;
  }

  .video-hover-button {
    width: 120px;
    height: 120px;
  }

  .video-icon-wrapper {
    width: 75%;
    height: 75%;
  }

  .featured-location {
    width: auto;
    margin-left: 0;
  }

  .featured-project-column-5 {
    width: 50%;
    height: 48px;
    position: absolute;
    bottom: 180px;
    left: auto;
  }

  .rotate-text-6 {
    transform: none;
  }

  .home-hero-alt {
    height: auto;
    min-height: 93vh;
    max-height: 900px;
  }

  .home-hero-content-alt {
    grid-column-gap: 36px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr auto;
    padding-top: 140px;
    padding-left: 36px;
  }

  .home-hero-intro-alt {
    text-align: left;
    margin-bottom: 140px;
  }

  .grid-wrapper-alt {
    grid-template-columns: minmax(65px, 1fr) minmax(auto, 1400px) minmax(65px, 1fr);
  }

  .slider-background-wrapper-alt {
    padding: 60px;
  }

  .slider-background-wrapper-alt.hero-wrapper-alt {
    height: auto;
    min-height: auto;
    padding-left: 60px;
  }

  .background-alt.one.hero-background-image {
    background-position: 50%;
  }

  .slider-bottom-alt {
    width: 100vw;
    padding-left: 5vw;
    padding-right: 5vw;
    left: auto;
  }

  .bottom-grid-wrapper-alt {
    grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
    display: flex;
    bottom: 0;
  }

  .featured-location-alt {
    width: 100%;
    margin-left: 0;
    padding: 16px 122px 16px 32px;
  }

  .featured-location-heading-alt {
    font-size: 30px;
  }

  .left-navbar-2 {
    width: 100%;
  }

  .post-list-item-2 {
    height: auto;
    font-size: 16px;
  }

  .post-list-item-2.category-list-item {
    min-height: 60px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 16px;
  }

  .nav-link-2 {
    padding: 20px 12px;
    font-size: 12px;
    text-decoration: none;
  }

  .nav-link-2.w--current {
    color: #090b19;
  }

  .dropdown-list-3 {
    background-color: #fff;
    position: relative;
    inset: 0% 0% auto;
    overflow: hidden;
  }

  .large-menu-wrapper-2 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    padding-top: 75px;
    padding-bottom: 0;
  }

  .dropdown-3 {
    border-bottom: 1px solid #e2e7f1;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .dropdown-3.top {
    border-top: 1px solid #e2e7f1;
  }

  .body-display-4.dark {
    color: #090b19;
  }

  .looping-screen {
    height: 40vw;
    min-height: 375px;
  }

  .testimonial-slide-arrow {
    top: auto;
    bottom: 260px;
  }

  .testimonial-slide-arrow.right {
    top: auto;
  }

  .banner-content-2 {
    min-height: 700px;
    padding-top: 160px;
    padding-bottom: 280px;
  }

  .testimonial-content {
    max-width: 525px;
  }

  .circle-link-text {
    grid-template-columns: 1fr;
    place-items: center stretch;
    width: 100%;
    padding-right: 0;
  }

  .circle-link-text.left {
    grid-template-columns: 12px;
    justify-content: center;
    place-items: center;
    padding-left: 0;
  }

  .image-12 {
    width: 22px;
    max-width: none;
  }

  .image-13 {
    width: 22px;
  }

  .video-info-2 {
    padding-bottom: 90px;
  }

  .pin-stripe-2.hide-tablet {
    display: none;
  }

  .project-categories-wrapper {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .banner-categories {
    padding-top: 0;
  }

  .page-info-ribbon-5 {
    grid-template-columns: 1fr;
  }

  .page-info-2 {
    overflow: auto;
  }

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

  .hero-content-wrapper-2 {
    max-width: none;
  }

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

  .xxl-heading-3 {
    font-size: 64px;
  }

  .pin-stripe-5.hide-tablet {
    display: none;
  }

  .xxl-heading-4 {
    font-size: 64px;
  }

  .img-oficinas {
    background-image: url('../images/Torre-Mapfre-Miniature.jpg');
    background-position: 0 0;
    background-size: auto;
    height: 440px;
  }

  .hero-video-wrapper {
    grid-template-rows: 64px auto 1fr;
    justify-content: center;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0%;
    padding-right: 33.3333%;
  }

  .vertical-line.top {
    height: 100%;
  }

  .hero-middle {
    padding-left: 0;
  }

  .home-hero-02 {
    padding-top: 80px;
  }

  .video-button {
    width: 100px;
    height: 100px;
  }

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

  .services-card {
    padding: 36px 24px;
  }

  .tripple-grid-2 {
    grid-row-gap: 36px;
    grid-template-columns: 1fr 1fr;
  }

  .services-grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .section-box {
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: 48px;
  }

  .cards-mask {
    width: 60%;
  }

  .cards-mask.large {
    width: 95%;
  }

  .cards-mask.large.xl {
    max-width: 100vw;
  }

  .stacked-heading-3 {
    grid-row-gap: 28px;
  }

  .html-embed {
    display: none;
  }

  .medium-width.white {
    max-width: none;
  }

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

  .minimal-card-2 {
    padding: 24px;
  }

  .services-grid-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

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

  .xxl-heading-6 {
    font-size: 64px;
  }

  .faq-content-wrap {
    max-width: 90%;
  }

  .navbar-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .dropdown-link-wrapper {
    border-radius: 12px;
    padding-left: 0;
  }

  .dropdown-link-wrapper.w--current {
    color: #383637;
    padding-left: 0;
  }

  .logo_component-slider {
    grid-column-gap: 3rem;
  }

  .pricing-collection-list {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-columns: 1fr auto;
  }

  .u-text-semibold.white-text {
    width: 100%;
  }

  .slider-image {
    display: none;
  }

  .feature-3rd-item-image {
    object-fit: cover;
    height: 100%;
  }

  .slider-left-arrow {
    right: 10%;
  }

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

  .menu-icon {
    width: 30px;
    height: 30px;
  }

  .dropdown-toggle-2 {
    border-style: none;
    border-radius: 0;
    justify-content: flex-start;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .hero-top-icon-image {
    margin-right: 0;
    padding-right: 0;
    position: absolute;
    top: 30%;
    left: 70%;
  }

  .basic-description {
    text-align: center;
    width: 100%;
    max-width: none;
  }

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

  .section-page.footer {
    margin-top: 80px;
    padding-top: 80px;
    padding-bottom: 24px;
    padding-left: 5vw;
  }

  .section-page.hero {
    margin-top: 0;
  }

  .section-page.rating {
    justify-content: center;
    align-items: center;
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .section-page.bg-gray {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .navbar-menu-title {
    margin-bottom: 10px;
  }

  .cookies-banner-wrapper {
    align-items: flex-start;
    padding-left: 1.25rem;
  }

  .hero-image {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .main-slider-content-wrap {
    padding: 40px 30px 30px;
  }

  .container-2 {
    margin-top: 0;
  }

  .pricing-top-wrapper {
    margin-top: 50px;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-text-line {
    justify-content: center;
    align-items: center;
  }

  .basic-left-col-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .footer-bottom-content-wrapper {
    margin-top: 30px;
    padding-top: 20px;
  }

  .section-logo {
    overflow: hidden;
  }

  .features-content-wrapper {
    margin-top: 50px;
  }

  .features-content-wrapper._02 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 0;
    display: grid;
  }

  .feature-top-icon {
    width: 60px;
  }

  .dropdown-list-wrapper._02 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-bottom: 20px;
  }

  .feature-description {
    margin-top: 18px;
  }

  .hero-title {
    max-width: none;
  }

  .dropdown-list-4 {
    perspective-origin: 50% 0;
    transform-origin: 50% 0;
    background-color: #0000;
    min-width: auto;
    display: flex;
    position: relative;
    left: 0;
  }

  .dropdown-list-4.w--open {
    min-width: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    right: 0;
  }

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

  .page-padding.s0 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .dropdown-pd {
    margin-top: 0;
    margin-left: 0;
    padding-top: 10px;
  }

  .dropdown-pd.v2 {
    background-color: #f0f0f0;
    flex: 1;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 0;
    padding-left: 20px;
  }

  .feature-title {
    margin-top: 22px;
  }

  .button-hero-wrapper {
    justify-content: center;
    align-items: center;
  }

  .footer-content-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .navbar-title {
    color: #080b0f;
  }

  .heading-12.comparasion {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .slider-content-wrapper {
    grid-template-columns: auto;
  }

  .navbar-line-wrapper {
    padding-right: 10px;
  }

  .faq-content-wrapper {
    margin-top: 50px;
  }

  .logo-slider-img {
    width: 120px;
  }

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

  .button-wrapper {
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .basic-center-icon {
    width: 150px;
    height: 150px;
  }

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

  .nav-menu-2 {
    background-color: #1110;
    border-radius: 8px;
    height: auto;
    margin-left: 30px;
    margin-right: 30px;
    padding-top: 16px;
    padding-bottom: 20px;
    padding-left: 30px;
    position: absolute;
    left: auto;
  }

  .nav-menu-2.v2 {
    background-color: #fff;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-right: 0;
    padding-right: 30px;
  }

  .hero-left-content-wrap {
    padding-bottom: 0;
  }

  .nav-card-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-content-wrapper-3 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
  }

  .nav-button-wrapper {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .dropdown-list-wrap {
    margin-left: 0;
  }

  .global-text-style {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-style: none;
    border-radius: 0;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 20px;
    padding: 0;
    display: flex;
  }

  .global-text-style.w--current {
    color: #182700;
    border-style: none;
    border-radius: 0;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    padding-left: 0;
  }

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

  .footer-items-wrapper {
    padding-right: 76px;
  }

  .footer-items-wrapper._02 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer-items-wrapper._03 {
    padding-left: 76px;
  }

  .menu-button {
    color: #484848;
    background-color: #0000;
    order: 1;
    padding: 0;
    position: static;
  }

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

  .dropdown-4 {
    justify-content: space-between;
    width: 100%;
    display: block;
  }

  .feature-content-wrap {
    padding-bottom: 25px;
    padding-left: 30px;
  }

  .uui-heading-xlarge {
    font-size: 3.25rem;
  }

  .uui-heroheader21_content {
    max-width: none;
  }

  .uui-heroheader21_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-heroheader21_image {
    width: 100%;
    height: auto;
    max-height: none;
  }

  .uui-heroheader21_image-wrapper {
    justify-content: center;
    align-items: flex-start;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
  }

  .uui-heading-xlarge-2 {
    font-size: 3.25rem;
  }

  .uui-heroheader01_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-heroheader01_fileupload-image-wrapper {
    left: -2.5%;
  }

  .uui-space-large-2 {
    min-height: 2.5rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .button-wrapper-2 {
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .pricing-details-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-main-button {
    min-width: 250px;
  }

  .section-top-description-2 {
    margin-top: 20px;
  }

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

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

  .container-3 {
    width: 100%;
    max-width: none;
    margin-top: 0;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .contact-form-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    display: flex;
  }

  .contact-content-wrap {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .contact-content-wrapper {
    margin-top: 30px;
  }
}

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

  blockquote {
    padding-left: 18px;
    padding-right: 12px;
  }

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

  .background-image.image-3 {
    -webkit-text-fill-color: inherit;
    object-fit: cover;
    background-clip: border-box;
    max-height: none;
  }

  .wrapper.navbar-wrapper {
    border-style: none;
    border-color: #000;
  }

  .wrapper.flex-item.title-section {
    flex-flow: column;
  }

  .wrapper.flex-item.title-section.os {
    justify-content: space-between;
    align-items: flex-start;
  }

  .nav-link {
    border-bottom: 1px solid var(--pin-stripe);
    justify-content: flex-start;
    padding-left: 18px;
    padding-right: 18px;
  }

  .nav-link.bottom {
    border-bottom-style: none;
  }

  .left-navbar {
    border-style: none solid solid;
    width: 100%;
    min-width: auto;
    padding-left: 0;
  }

  .menu-wrapper {
    display: none;
  }

  .brand {
    padding-left: 18px;
  }

  .pin-stripe.hide-horizontal-mobile {
    display: none;
  }

  .xxl-heading {
    font-size: 54px;
  }

  .clip.mobile {
    align-self: auto;
    margin-top: 2rem;
  }

  .clip.margin-button {
    width: 100%;
    margin-top: 2rem;
  }

  .body-display.short-width-text.max-width {
    width: 100%;
    margin-top: 1rem;
  }

  .project-item {
    width: 100%;
    height: auto;
  }

  .project-item.width.mobile-height {
    min-height: 300px;
    max-height: 300px;
  }

  .button.grey-outline.width-auto {
    width: auto;
  }

  .credit-item.kit {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    max-height: none;
  }

  .credit-item.redes {
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }

  .card-hover-item.values-card-hover {
    width: 100%;
  }

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

  .intro-wrapper.mobile {
    max-width: 100%;
  }

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

  .services-grid.two-column {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .services-grid.top-border {
    grid-row-gap: 0px;
  }

  .hover-link-wrapper {
    display: none;
  }

  .hover-link-wrapper.project-view-link, .hover-link-wrapper.video-link-wrapper {
    display: flex;
  }

  .large-menu-wrapper {
    grid-template-rows: 65px auto;
  }

  .collection-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .project-collection-item:nth-child(odd) {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .projects-search-wrapper {
    height: 65px;
  }

  .search-wrapper {
    display: none;
  }

  .collection-list {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
  }

  .collection-list.two-columns {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .team-collection-item {
    flex-direction: row;
    min-height: 500px;
    display: flex;
  }

  .team-collection-item:nth-child(2n) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .team-collection-item.two-column-item:nth-child(2n) {
    margin-top: 0%;
    margin-bottom: 0%;
  }

  .featured-news-list {
    grid-template-columns: 1fr;
  }

  .collection-list-item:nth-child(2n) {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .inner-page-hero-wrapper {
    grid-row-gap: 60px;
    grid-template-rows: auto auto auto;
  }

  .navigation-links {
    grid-template-columns: 1fr;
  }

  .banner-items {
    height: 80px;
  }

  .sticky-services-menu {
    display: none;
  }

  .menu-list-item {
    grid-template-columns: auto 1fr;
  }

  .menu-list-item.discovery-item, .mega-social-wrapper {
    padding-left: 18px;
    padding-right: 18px;
  }

  .right-grid-intro {
    margin-bottom: 24px;
  }

  .grid-wrapper {
    grid-row-gap: 120px;
  }

  .grid-wrapper.two-row {
    grid-row-gap: 60px;
  }

  .footer-wrapper {
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(36px, auto);
  }

  .project-details-wrapper {
    min-height: 100px;
  }

  .gallery-items-wrapper {
    padding-top: 140px;
  }

  .fly-out-button {
    grid-template-columns: 60px 1fr;
    width: 66.66%;
    max-width: 66.66%;
  }

  .fly-out-button.on-click {
    width: 100%;
    max-width: 100%;
  }

  .project-description {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
  }

  .general-collection-wrapper {
    padding-top: 36px;
  }

  .news-list {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .news-list-item:nth-child(2n) {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .results-help-wrapper {
    grid-template-columns: auto;
    justify-content: center;
    justify-items: center;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .list-item-arrow {
    width: 14px;
    min-width: 14px;
  }

  .gallery-heading {
    padding-left: 18px;
  }

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

  .services-wrapper {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    padding-top: 36px;
  }

  .service-examples-wrapper, .services-info {
    grid-template-columns: 1fr;
  }

  .dropdown-toggle {
    min-height: 60px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .category-collection-item {
    border-bottom: 1px solid var(--dark-outline);
  }

  .category-collection-item:nth-child(odd) {
    border-right: 1px solid var(--dark-outline);
  }

  .image-cover-wrapper {
    width: 100%;
  }

  .page-info {
    height: auto;
  }

  .background-banner.newsletter-banner {
    background-position: 50% 0;
  }

  .dark-cover {
    background-color: #0000;
  }

  .newsletter-form-wrapper {
    grid-template-columns: 1fr;
    padding-top: 36px;
    padding-bottom: 48px;
  }

  .newsletter-intro {
    padding: 36px 24px;
  }

  .form-column.right {
    flex-direction: column;
  }

  .page-hero {
    min-height: 550px;
  }

  .free-consulting {
    min-height: 450px;
  }

  .category-description.mobile {
    width: 100%;
    max-width: 100%;
  }

  .category-link {
    min-height: 80px;
  }

  .minimal-card.minimal-card-values.smaller-padding.centered {
    align-items: center;
  }

  .footer-section {
    padding-bottom: 72px;
  }

  .template-card {
    border-bottom-style: solid;
  }

  .image-3 {
    max-height: 250px;
  }

  .experience-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

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

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-team04_image {
    height: auto;
    max-height: 300px;
  }

  .uui-team04_image-wrapper {
    height: 100%;
  }

  .uui-team04_image-wrapper.team-image-wrapper.max-width {
    height: auto;
    max-height: 300px;
    margin-bottom: 0;
    padding-top: 65%;
  }

  .uui-team04_list {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .uui-team04_component {
    margin-top: 3rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .uui-button-wrapper-2.max-width-full-mobile-landscape {
    width: auto;
  }

  .uui-button-row-3 {
    align-self: stretch;
  }

  .uui-button-row-3.is-reverse-mobile-landscape, .uui-button-row-3.button-row-center.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-space-medium-2 {
    min-height: 1.5rem;
  }

  .uui-layout90_list {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .uui-space-xsmall-2 {
    min-height: .75rem;
  }

  .uui-layout90_component {
    align-items: stretch;
  }

  .uui-button-wrapper-3.max-width-full-mobile-landscape {
    width: auto;
  }

  .uui-button-row-4 {
    align-self: stretch;
  }

  .uui-button-row-4.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-space-medium-3 {
    min-height: 1.5rem;
  }

  .uui-space-xsmall-3 {
    min-height: .75rem;
  }

  .uui-layout01_component {
    grid-row-gap: 3rem;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .div-block-4 {
    text-align: center;
    flex-flow: column;
    align-items: center;
  }

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

  .uui-testimonial06_arrow:hover {
    background-color: var(--untitled-ui--white);
  }

  .hide-mobile-landscape {
    display: none;
  }

  .uui-testimonial06_client-info {
    margin-bottom: 1rem;
  }

  .uui-testimonial06_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .uui-testimonial06_client {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .uui-heading-medium-4 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-testimonial06_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .uui-testimonial06_slide {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-testimonial06_component {
    padding-bottom: 3rem;
  }

  .uui-button-wrapper-4.max-width-full-mobile-landscape {
    width: 100%;
  }

  .uui-button-row-5 {
    align-self: stretch;
  }

  .uui-button-row-5.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-space-large {
    min-height: 2rem;
  }

  .uui-space-small-3 {
    min-height: 1.25rem;
  }

  .uui-padding-vertical-xhuge-6 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-6 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .services-boxes-grid {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .technology-wrapper {
    justify-content: center;
  }

  .uui-layout14_image-wrapper {
    min-height: auto;
    padding: 1.5rem 1rem;
  }

  .uui-heading-xxsmall-3 {
    font-size: 1.125rem;
  }

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

  .uui-layout14_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-navbar07_link {
    font-size: 1rem;
  }

  .uui-text-size-small.white {
    color: var(--body-display);
  }

  .uui-navbar07_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .uui-navbar07_dropdown-toggle {
    font-size: 1rem;
  }

  .uui-navbar07_menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-navbar07_component {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .flex-items {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .uui-footer02_social-icon.white {
    color: var(--body-display);
  }

  .uui-footer02_social-link:hover, .uui-footer02_legal-link:hover, .uui-footer02_legal-link.white {
    color: var(--untitled-ui--gray400);
  }

  .uui-footer02_legal-list {
    margin-bottom: 1rem;
  }

  .uui-footer02_legal-list-wrapper {
    flex-direction: column-reverse;
  }

  .uui-footer02_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 3rem;
  }

  .uui-footer02_link:hover {
    color: var(--untitled-ui--gray500);
  }

  .uui-footer02_left-wrapper, .uui-footer02_top-wrapper {
    grid-row-gap: 3rem;
  }

  .uui-space-medium-4 {
    min-height: 1.5rem;
  }

  .uui-faq01_component {
    margin-top: 3rem;
  }

  .uui-button-row-8 {
    align-self: stretch;
  }

  .uui-banner08_text-wrapper {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .uui-banner08_content {
    align-items: flex-start;
    margin-bottom: 1rem;
    margin-right: 2rem;
  }

  .uui-banner08_wrapper {
    flex-direction: column;
    align-items: stretch;
    padding: 1rem;
  }

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

  .uui-layout17_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .steps-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .horizontal-line-fill.blank, .vertical-line-fill.blank {
    opacity: 1;
  }

  .section-name {
    display: none;
  }

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

  .section-2.small-top-padding {
    padding-top: 36px;
  }

  .services-cards {
    grid-template-columns: 1fr;
  }

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

  .credits-wrapper-2 {
    grid-column-gap: 24px;
    padding: 36px;
  }

  .credits-wrapper-2.kit-consulting {
    grid-column-gap: 10px;
  }

  .hero-video-button {
    margin-bottom: 48px;
  }

  .hero-slide-arrow {
    width: 80px;
    height: 81px;
    inset: auto 5% 0% auto;
  }

  .hero-slide-arrow.left {
    width: 80px;
    height: 80px;
    bottom: 79px;
    left: auto;
  }

  .video-hover-button {
    width: 100px;
    height: 100px;
  }

  .featured-location {
    margin-left: 70px;
  }

  .featured-location._01 {
    margin-left: 0;
  }

  .featured-location-icon {
    display: none;
  }

  .featured-project-column-5 {
    bottom: 159px;
  }

  .home-hero-alt {
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .home-hero-content-alt {
    grid-template-columns: 1fr;
    padding-left: 0;
  }

  .home-hero-intro-alt {
    grid-row-gap: 24px;
    text-align: center;
    margin-bottom: 48px;
  }

  .grid-wrapper-alt {
    grid-template-columns: minmax(36px, 1fr) minmax(auto, 1400px) minmax(36px, 1fr);
  }

  .slider-background-wrapper-alt {
    flex-direction: row;
    padding: 20px;
  }

  .slider-background-wrapper-alt.hero-wrapper-alt {
    padding-left: 18px;
    padding-right: 18px;
  }

  .background-alt.one.hero-background-image {
    background-position: 50%;
  }

  .bottom-grid-wrapper-alt {
    grid-template-rows: 100%;
    grid-template-columns: 5vw minmax(auto, 1400px) 5vw;
    height: 160px;
  }

  .featured-location-icon-2 {
    display: none;
  }

  .featured-location-alt {
    grid-template-columns: .75fr;
    width: 100%;
    height: 100%;
    margin-left: 0;
    padding-right: 104px;
  }

  .left-navbar-2 {
    border-style: none solid solid;
    width: 100%;
    min-width: auto;
    padding-left: 0;
  }

  .brand-2 {
    padding-left: 18px;
  }

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

  .nav-link-2 {
    border-bottom: 1px solid #f3f6fc;
    justify-content: flex-start;
    padding-left: 18px;
    padding-right: 18px;
  }

  .nav-link-2.bottom {
    border-bottom-style: none;
  }

  .large-menu-wrapper-2 {
    grid-template-rows: 65px auto;
  }

  .testimonial-wrapper {
    overflow: hidden;
  }

  .circle-button {
    width: 80px;
    height: 80px;
  }

  .testimonial-slide-arrow {
    width: 80px;
    height: 80px;
    bottom: 240px;
  }

  .banner-content-2 {
    min-height: 600px;
    padding-top: 140px;
  }

  .testimonial-content {
    padding-bottom: 100px;
  }

  .circle-outline {
    width: 80px;
    height: 80px;
  }

  .circle-link-text {
    justify-items: center;
    padding-right: 0;
  }

  .circle-link-text.left {
    grid-column-gap: 9px;
    justify-content: center;
    place-items: center;
    width: 100%;
    padding-left: 34px;
  }

  .image-12 {
    width: 20px;
    max-width: none;
  }

  .image-13 {
    width: 20px;
  }

  .stripe-wrapper-2 {
    height: 160px;
  }

  .video-info-2 {
    padding-bottom: 80px;
  }

  .pin-stripe-2.hide-horizontal-mobile {
    display: none;
  }

  .project-categories-wrapper {
    height: auto;
  }

  .banner-categories {
    grid-template-rows: auto;
    height: auto;
  }

  .block.ai.sub {
    justify-content: center;
    align-items: center;
    height: auto;
    padding-left: 32px;
    padding-right: 32px;
    display: flex;
  }

  .cargo {
    display: flex;
  }

  .banner-items-wrapper {
    height: 80px;
  }

  .clip-3.alt {
    padding: 16px;
  }

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

  .page-info-2 {
    height: auto;
  }

  .menu-list-item-2 {
    grid-template-columns: auto 1fr;
  }

  .services-wrapper-3 {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    padding-top: 36px;
  }

  .sticky-section {
    height: auto;
    margin-bottom: 0;
    position: relative;
    top: 0;
  }

  .inner-page-hero-wrapper-2 {
    grid-row-gap: 60px;
    grid-template-rows: auto auto auto;
  }

  .xxl-heading-3 {
    font-size: 54px;
  }

  .banner-items-2 {
    height: 80px;
  }

  .pin-stripe-5.hide-horizontal-mobile {
    display: none;
  }

  .anchor-link {
    border-bottom: 1px solid #e2e7f1;
    min-height: 80px;
  }

  .anchor-link.bottom {
    border-bottom-style: none;
  }

  .xxl-heading-4 {
    font-size: 54px;
  }

  .xxl-heading-4.one, .xxl-heading-4.two {
    font-size: 48px;
  }

  .hero-middle {
    margin-bottom: 48px;
    padding-top: 48px;
    padding-bottom: 100px;
  }

  .home-hero-02 {
    min-height: 700px;
    padding-top: 65px;
    padding-bottom: 10vh;
  }

  .tripple-grid-2 {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .services-grid-2, .services-info-3 {
    grid-template-columns: 1fr;
  }

  .banner-items-3 {
    height: 80px;
  }

  .section-box {
    padding-top: 36px;
    padding-bottom: 36px;
    padding-left: 36px;
  }

  .section-box.no-top-margin {
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
  }

  .cards-mask {
    width: 80%;
  }

  .cards-mask.large {
    width: 100%;
  }

  .cards-mask.large.xl {
    width: 95%;
  }

  .stacked-content {
    flex-direction: column;
    display: flex;
  }

  .template-slider {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .cards-slider {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .stacked-heading-3 {
    grid-row-gap: 24px;
  }

  .featured-meta {
    grid-template-columns: auto auto auto;
    grid-auto-flow: row;
  }

  .featured-course-card {
    padding: 36px;
  }

  .dot.light.hide-on-mobile {
    display: none;
  }

  .inner-bottom {
    height: 60px;
  }

  .three-column-wrapper {
    grid-template-columns: minmax(5vw, 1fr) 90vw minmax(5vw, 1fr);
  }

  .featured-news-list-2, .services-grid-3 {
    grid-template-columns: 1fr;
  }

  .collection-list-item-3:nth-child(2n) {
    margin-top: 24px;
    margin-bottom: 24px;
  }

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

  .xxl-heading-6 {
    font-size: 54px;
  }

  .banner-items-4 {
    height: 80px;
  }

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

  .dropdown-link-wrapper {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .logo_component-slider {
    grid-row-gap: 2rem;
    flex-direction: row;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

  .pricing-collection-list {
    grid-template-columns: 1fr;
  }

  .slider-left-arrow {
    right: 12%;
  }

  .section-top-description {
    margin-top: 16px;
  }

  .swiper.cc-pricing-table {
    box-sizing: content-box;
    width: 130%;
    overflow: auto;
  }

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

  .basic-description {
    margin-top: 20px;
    margin-bottom: 22px;
  }

  .section-page {
    margin-top: 80px;
  }

  .navbar-menu-title {
    margin-bottom: 5px;
    font-size: 14px;
  }

  .cookies-banner-wrapper {
    flex-direction: column;
    align-items: stretch;
    padding: 1rem;
  }

  .main-slider-content-wrap {
    padding-left: 24px;
  }

  .pricing-top-wrapper.home-page {
    margin-top: 40px;
  }

  .swiper-wrapper {
    width: 128%;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-dual-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .pricing-table_title-col {
    flex: 0 auto;
    max-width: 50%;
  }

  .pricing-tab-pane-wrapper {
    width: 100%;
  }

  .features-content-wrapper {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .features-content-wrapper._02 {
    grid-template-columns: 1fr;
  }

  .dropdown-list-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 0;
  }

  .dropdown-list-wrapper._02 {
    padding-top: 0;
  }

  .pricing-table_cell.cc-title-row {
    width: 200px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .dropdown-item-title {
    font-size: 14px;
  }

  .hero-descrption {
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 24px;
  }

  .dropdown-pd {
    min-width: auto;
  }

  .dropdown-pd.v2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
    padding-top: 20px;
  }

  .logo-slider-img {
    width: 125px;
  }

  .button-wrapper.navbar-3 {
    display: none;
  }

  .basic-card-wrap {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .pricing-table_card {
    border-radius: 12px;
  }

  .pricing-table_card.cc-callout {
    width: 200px;
  }

  .nav-menu-2 {
    background-color: #fff;
    border-radius: 8px;
    flex: 0 auto;
    width: 519px;
    margin-top: 15px;
    padding-left: 20px;
    top: 62px;
    left: 5px;
    overflow: hidden;
  }

  .nav-menu-2.v2 {
    margin-left: 0;
    padding-right: 20px;
    top: -30px;
    left: 0;
  }

  .footer-right-content-wrapper {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-table_options {
    flex: 1;
    max-width: 50%;
  }

  .nav-card-wrapper {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .pricing-table_card-body {
    width: 200px;
    padding-top: 28px;
    padding-bottom: 28px;
    font-size: 1.3rem;
  }

  .swiper-slide.cc-pricing-table {
    flex: none;
    width: auto;
    max-width: none;
  }

  .global-text-style {
    margin-bottom: 10px;
  }

  .footer-items-wrapper._02 {
    border-right-style: none;
  }

  .footer-items-wrapper._03 {
    padding-left: 0;
  }

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

  .uui-button:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-button.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-heading-xlarge {
    font-size: 2.25rem;
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-button-row.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-heroheader21_form {
    margin-top: 2rem;
  }

  .uui-heroheader21_content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-heroheader21_component {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-heroheader21_image-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-badge-group {
    font-size: .75rem;
  }

  .uui-badge-group_badge {
    padding: .125rem .5rem;
    font-size: .75rem;
  }

  .uui-text-size-xlarge {
    font-size: 1.125rem;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-text-size-xlarge-2 {
    font-size: 1.125rem;
  }

  .hide-mobile-landscape-2 {
    display: none;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .max-width-full-mobile-landscape-2 {
    width: 100%;
    max-width: none;
  }

  .uui-heading-xlarge-2 {
    font-size: 2.25rem;
  }

  .uui-button-wrapper.max-width-full-mobile-landscape-2 {
    width: 100%;
  }

  .uui-button-icon.is-icon-large {
    width: 1.25rem;
    height: 1.25rem;
  }

  .uui-heroheader01_image {
    border-top-left-radius: 6rem;
    height: 22rem;
  }

  .uui-heroheader01_pattern-image {
    width: 14.9rem;
    top: auto;
    bottom: -15%;
    right: -10%;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-button-secondary-gray.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-space-large-2 {
    min-height: 2rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .pricing-main-button {
    min-width: auto;
  }

  .section-top-description-2 {
    margin-top: 16px;
  }

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

  .contact-content-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
}

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

  h2 {
    font-size: 28px;
  }

  blockquote {
    padding-left: 18px;
    padding-right: 0;
    font-size: 16px;
  }

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

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

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

  .navbar {
    height: 65px;
  }

  .brand {
    align-items: stretch;
    padding-left: 18px;
  }

  .hero-content-wrapper {
    width: 100%;
  }

  .xxl-heading {
    font-size: 48px;
  }

  .xxl-heading.one, .xxl-heading.one.alt {
    font-size: 40px;
  }

  .clip {
    width: 100%;
    overflow: hidden;
  }

  .clip.mobile {
    overflow: visible;
  }

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

  .page-wrapper {
    width: 100%;
  }

  .banner-content {
    min-height: auto;
    padding: 48px 12px;
  }

  .banner-intro {
    grid-row-gap: 24px;
  }

  .large-heading {
    font-size: 36px;
  }

  .large-heading.one, .large-heading.two {
    color: #fff;
  }

  .large-heading.wider.large, .large-heading.bigger {
    font-size: 32px;
  }

  .body-display {
    color: var(--black);
  }

  .body-display.margin-top.small.numbers {
    text-align: center;
  }

  .body-display.short-width-text {
    width: 100%;
  }

  .body-display.white-text {
    max-width: 100%;
  }

  .body-display.small-margin-top {
    color: var(--black);
    font-family: Inter, sans-serif;
    line-height: 1.5em;
    text-decoration: none;
  }

  .horizontal-line {
    width: 100%;
    min-height: 1px;
    margin-top: 0;
    margin-left: 6px;
  }

  .horizontal-line.white {
    margin-top: 0;
  }

  .button.solid-white.blur.white, .button.solid-white.no-padding, .button.white-outline {
    width: 100%;
  }

  .button.white-outline.no-padding {
    margin: 0;
    padding: 16px;
  }

  .button.margin-top-mobile {
    margin-top: 1rem;
  }

  .button.auto.no-margin {
    margin: 0;
  }

  .stacked-description {
    grid-column-gap: 8px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
    max-width: 100%;
    margin-bottom: 0;
  }

  .credit-item.kit {
    justify-content: center;
    align-items: center;
  }

  .subtitle {
    color: var(--dark);
  }

  .subtitle.grey.ai {
    text-align: center;
    line-height: 120%;
  }

  .tripple-grid {
    grid-template-columns: 1fr;
    width: 100%;
    margin-bottom: 36px;
  }

  .tripple-grid.no-margin {
    grid-row-gap: 36px;
  }

  .intro-wrapper.mobile {
    justify-content: center;
    width: 100%;
    max-width: 100%;
  }

  .heading.white {
    text-align: left;
    max-height: 100%;
    line-height: 120%;
  }

  .logos-headline {
    flex-direction: row;
    align-items: center;
  }

  .video-info {
    grid-row-gap: 48px;
    padding-left: 0;
  }

  .large-menu-wrapper {
    padding-top: 65px;
  }

  .project-card-info {
    padding: 18px 12px;
  }

  .categories-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .category-collection-list-wrapper {
    overflow: hidden;
  }

  .collection-list {
    grid-row-gap: 24px;
  }

  .team-collection-item {
    min-height: 350px;
  }

  .featured-news-list {
    width: 100%;
  }

  .post-list-item.category-list-item {
    height: auto;
  }

  .inner-page-hero-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    align-content: start;
    align-items: start;
    max-width: 90vw;
  }

  .menu-list-item {
    grid-template-columns: auto 1fr;
    padding-left: 18px;
    padding-right: 18px;
  }

  .menu-list-item.white {
    grid-template-columns: auto 1fr;
  }

  .menu-list-item.discovery-item {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .service-menu-list {
    grid-auto-rows: 1fr;
  }

  .list-heading-wrapper {
    grid-template-columns: auto 1fr;
    width: 100%;
    padding-left: 18px;
  }

  .team-portrait-wrapper {
    min-height: 400px;
  }

  .rich-text h2 {
    font-size: 26px;
  }

  .right-grid-intro {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    margin-bottom: 12px;
  }

  .post-card-description {
    padding: 24px;
  }

  .mega-menu-list-wrapper {
    grid-template-rows: auto;
    grid-auto-rows: auto;
    align-items: start;
  }

  .grid-wrapper {
    grid-row-gap: 100px;
    background-color: var(--_new-tokens---dark-olive);
  }

  .grid-wrapper.two-row {
    grid-row-gap: 36px;
  }

  .project-details-wrapper {
    display: none;
  }

  .gallery-items-wrapper {
    padding-top: 140px;
  }

  .fly-out-button {
    width: 100%;
    max-width: 100%;
  }

  .project-description {
    grid-row-gap: 24px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .search-result-list, .search-result-item {
    flex-direction: column;
    display: flex;
  }

  .search-results-link {
    padding: 36px 18px;
  }

  .search-result-wrapper {
    flex-direction: column;
  }

  .results-help-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .dropdown-toggle {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .dropdown-list {
    height: auto;
  }

  .category-collection-item:nth-child(odd) {
    border-right-style: none;
  }

  .category-collection-item:last-child {
    border-bottom: 1px #000;
  }

  .hero-button-wrapper {
    flex-flow: column;
    width: 100%;
  }

  .client-quote-credit {
    margin-left: 0;
    padding-left: 18px;
  }

  .background-banner.newsletter-banner {
    background-position: 50% 0;
  }

  .form-column.right {
    padding-left: 0;
    padding-right: 0;
  }

  .radio-item {
    padding-left: 18px;
  }

  .page-hero {
    min-height: 450px;
    padding-top: 89px;
  }

  .projects-hero {
    padding-top: 89px;
  }

  .password-hero {
    min-height: 93vh;
  }

  .category-link {
    min-height: 60px;
  }

  .minimal-card {
    padding: 24px;
  }

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

  .job-item {
    flex-flow: column;
  }

  .uui-team04_image {
    max-height: 280px;
  }

  .uui-team04_image-wrapper {
    min-height: 300px;
    padding-top: 66%;
  }

  .uui-team04_image-wrapper.team-image-wrapper.max-width {
    min-height: 300px;
    padding-top: 70%;
    overflow: hidden;
  }

  .div-block-4 {
    flex-flow: column;
  }

  .global-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .global-grid-item {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
  }

  .hide-mobile-portrait {
    display: none;
  }

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

  .uui-heroheader09_component {
    grid-template-columns: 1fr;
  }

  .slider {
    min-height: 540px;
  }

  .slide-content-wrapper.border {
    height: 540px;
  }

  .title-margin-top {
    font-family: Sora, sans-serif;
  }

  .uui-layout14_item-list {
    grid-template-columns: 1fr;
  }

  .uui-navbar07_dropdown-link {
    padding-left: 0;
  }

  .flex-items {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
  }

  .uui-footer02_left-wrapper {
    grid-row-gap: 2rem;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .uui-footer02_top-wrapper {
    grid-row-gap: 3rem;
  }

  .cookies {
    display: none;
  }

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

  .section-3.video-section {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .subtitle-4.extrasmall {
    text-align: center;
  }

  .logos-headline-2 {
    flex-direction: row;
    align-items: center;
  }

  .credits-wrapper-2 {
    grid-column-gap: 12px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
    padding-left: 24px;
    padding-right: 24px;
  }

  .credits-wrapper-2.kit-consulting {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .horizontal-line-2 {
    width: 100%;
    min-height: 1px;
    margin-top: 0;
    margin-left: 6px;
  }

  .video-icon {
    width: 12px;
  }

  .hero-video-button {
    margin-bottom: 12px;
    display: none;
  }

  .hero-slide-arrow {
    border-right-style: solid;
    width: 45.5%;
    height: 60px;
    margin-left: 0;
    inset: auto auto 0% 5vw;
  }

  .hero-slide-arrow.left {
    border-radius: 0;
    width: 45.5%;
    height: 60px;
    bottom: 0%;
    left: auto;
    right: 5vw;
  }

  .video-hover-button {
    width: 95px;
    height: 95px;
  }

  .video-icon-wrapper {
    width: 75%;
    height: 75%;
  }

  .featured-location {
    margin-left: 0;
    margin-right: 60px;
    padding: 18px 18px 18px 24px;
  }

  .featured-location._01 {
    width: 100%;
  }

  .featured-location-icon {
    display: none;
  }

  .featured-project-column-5 {
    width: 100%;
    margin-left: 0;
    font-size: 9px;
    bottom: 200px;
  }

  .home-hero-alt {
    min-height: 93vh;
  }

  .home-hero-content-alt {
    grid-row-gap: 48px;
    padding-top: 120px;
    padding-bottom: 160px;
  }

  .home-hero-intro-alt {
    margin-bottom: 80px;
  }

  .grid-wrapper-alt {
    grid-template-columns: minmax(24px, 1fr) minmax(auto, 1400px) minmax(24px, 1fr);
  }

  .slider-background-wrapper-alt {
    min-height: auto;
    padding: 51px 6% 40px;
    position: relative;
  }

  .slider-background-wrapper-alt.hero-wrapper-alt {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .background-alt {
    background-position: 0%;
  }

  .slider-bottom-alt {
    height: auto;
  }

  .bottom-grid-wrapper-alt {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100%;
    grid-template-columns: minmax(24px, 1fr);
    grid-auto-columns: 1fr;
    width: 100vw;
    height: 200px;
    display: grid;
    left: 0;
  }

  .featured-location-icon-2 {
    display: none;
  }

  .featured-location-alt {
    height: 100%;
    margin-left: 0;
    margin-right: 60px;
    padding: 18px 18px 78px 24px;
  }

  .featured-location-heading-alt {
    font-size: 18px;
  }

  .post-list-item-2.category-list-item {
    height: auto;
  }

  .brand-2 {
    align-items: stretch;
    padding-left: 18px;
  }

  .stacked-description-5 {
    grid-template-columns: 1fr;
  }

  .navbar-2 {
    height: 65px;
  }

  .dropdown-list-3 {
    height: auto;
  }

  .large-menu-wrapper-2 {
    padding-top: 65px;
  }

  .mega-menu-list-wrapper-2 {
    grid-template-rows: auto;
    grid-auto-rows: auto;
    align-items: start;
  }

  .looping-screen {
    min-width: 175px;
    min-height: 240px;
  }

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

  .banner-content-2 {
    min-height: 600px;
    padding-top: 120px;
    padding-bottom: 320px;
  }

  .testimonial-content {
    grid-row-gap: 24px;
    padding-bottom: 48px;
  }

  .circle-link-text {
    grid-auto-flow: column;
    align-items: center;
    padding-right: 0;
  }

  .circle-link-text.left {
    grid-column-gap: 18px;
    grid-auto-columns: auto;
    padding-left: 35px;
  }

  .large-heading-2 {
    font-size: 36px;
  }

  .video-info-2 {
    grid-row-gap: 48px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .project-categories-wrapper {
    position: relative;
  }

  .banner-categories {
    flex-flow: column;
    display: flex;
  }

  .block.ai.sub {
    background-color: #f3f6fc;
    justify-content: center;
    align-items: center;
    height: 100px;
    display: flex;
  }

  .cargo {
    flex-flow: column;
  }

  .menu-list-item-2 {
    grid-template-columns: auto 1fr;
    padding-left: 18px;
    padding-right: 18px;
  }

  .horizontal-line-8 {
    width: 100%;
    min-height: 1px;
    margin-top: 0;
    margin-left: 6px;
  }

  .horizontal-line-8.white {
    margin-top: 0;
  }

  .inner-page-hero-wrapper-2 {
    grid-row-gap: 60px;
  }

  .xxl-heading-3 {
    font-size: 48px;
  }

  .service-menu-list-2 {
    grid-auto-rows: 1fr;
  }

  .anchor-link {
    min-height: 80px;
  }

  .horizontal-line-9 {
    width: 100%;
    min-height: 1px;
    margin-top: 0;
    margin-left: 6px;
  }

  .horizontal-line-9.white {
    margin-top: 0;
  }

  .xxl-heading-4 {
    font-size: 48px;
  }

  .xxl-heading-4.one, .xxl-heading-4.two {
    font-size: 40px;
  }

  .hero-video-wrapper {
    margin-right: 36px;
    display: none;
  }

  .vertical-line.bottom-max {
    min-height: 7vh;
  }

  .hero-middle {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 20vh;
    padding-right: 0;
  }

  .home-hero-02 {
    height: 93vh;
    min-height: auto;
    padding-top: 65px;
    padding-bottom: 10vh;
  }

  .video-button {
    width: 85px;
    height: 85px;
  }

  .icon-wrap {
    display: none;
  }

  .services-card {
    padding: 36px 18px;
  }

  .icon {
    margin-bottom: 36px;
  }

  .tripple-grid-2 {
    grid-template-columns: 1fr;
    width: 100%;
    margin-bottom: 36px;
  }

  .banner-intro-2 {
    grid-row-gap: 24px;
  }

  .section-box {
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: 36px;
  }

  .section-box.no-top-margin {
    padding: 42px 5vw 42px 30px;
  }

  .cards-mask {
    width: 100%;
    max-width: none;
    height: 100%;
  }

  .cards-mask.large.xl {
    width: 100%;
  }

  .stacked-content {
    grid-row-gap: 36px;
  }

  .card-slide {
    height: 100%;
  }

  .cards-slider {
    align-items: stretch;
    display: block;
  }

  .stacked-intro {
    grid-auto-rows: .25fr;
  }

  .feature-card-content {
    min-height: 100%;
  }

  .featured-bottom {
    grid-auto-flow: row;
    display: none;
  }

  .featured-course-card {
    padding: 24px 12px 24px 24px;
  }

  .inner-bottom {
    height: 48px;
  }

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

  .featured-news-list-2 {
    width: 100%;
  }

  .bold-text-2, .bold-text-3 {
    font-size: 50px;
  }

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

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

  .minimal-card-2 {
    padding: 24px;
  }

  .horizontal-line-10 {
    width: 100%;
    min-height: 1px;
    margin-top: 0;
    margin-left: 6px;
  }

  .horizontal-line-10.white {
    margin-top: 0;
  }

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

  .xxl-heading-6 {
    font-size: 48px;
  }

  .author-card {
    grid-row-gap: 24px;
    text-align: center;
    grid-template-columns: auto;
    padding-left: 0;
  }

  .post-card-description-2 {
    padding: 24px;
  }

  .author-post-item {
    padding-left: 18px;
    padding-right: 18px;
  }

  .image-18 {
    max-height: 60px;
  }

  .image-19 {
    max-width: 220px;
  }

  .text-block-18 {
    line-height: 120%;
  }

  .section-14 {
    overflow: hidden;
  }

  .faq-content-wrap {
    max-width: 100%;
    padding: 28px 20px;
  }

  .dropdown-link-wrapper {
    margin-bottom: 0;
  }

  .footer-left-content-wrap {
    padding-right: 0;
  }

  .logo_component-slider {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    overflow: hidden;
  }

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

  .feature-3rd-item-image {
    height: 300px;
    max-height: 530px;
  }

  .slider-left-arrow {
    inset: auto auto 5% 5%;
  }

  .menu-icon {
    display: none;
  }

  .hero-top-icon-image {
    width: 120px;
    margin-top: auto;
    padding-right: 0;
    top: 120px;
    left: 70%;
  }

  .swiper.cc-pricing-table {
    width: auto;
  }

  .basic-description {
    max-width: none;
  }

  .section-page {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .section-page.footer {
    margin-top: 60px;
    padding-top: 60px;
    padding-right: 5vw;
  }

  .section-page.hero {
    margin-top: auto;
    margin-bottom: 0;
    padding-top: 120px;
  }

  .section-page.bg-gray {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .navbar-menu-title {
    margin-bottom: 5px;
  }

  .main-slider-content-wrap {
    padding-left: 16px;
    padding-right: 8px;
  }

  .slider-client-info-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 30px;
  }

  .slider-right-arrow {
    bottom: 5%;
  }

  .container-2 {
    padding-top: 0;
    padding-left: 5vw;
    padding-right: 15px;
  }

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

  .swiper-wrapper {
    box-sizing: content-box;
    width: auto;
    overflow: auto;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-xxlarge {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .section-top-title {
    text-align: center;
    flex: 0 auto;
    order: 0;
    width: auto;
    font-size: 32px;
    line-height: 34px;
    display: flex;
  }

  .hero-text-line {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .hero-top-subtitle-wrap {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 40px;
    padding-right: 80px;
  }

  .footer-bottom-content-wrapper {
    margin-top: 20px;
  }

  .pricing-table_title-col {
    flex: 0 auto;
  }

  .navbar-list-items {
    padding-right: 20px;
  }

  .navbar-container {
    font-family: Sora, sans-serif;
  }

  .image-4 {
    max-width: 170%;
    display: none;
    top: 1230px;
    right: 320px;
    transform: rotate(-31deg)translate(840px, -74px)scale(.5);
  }

  .faq-title-wrapper {
    grid-column-gap: 53px;
    grid-row-gap: 53px;
  }

  .dropdown-list-wrapper._02 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-bottom: 0;
  }

  .pricing-table_cell {
    min-height: 4em;
  }

  .pricing-table_cell.cc-title-col {
    width: 160px;
    padding-left: 24px;
  }

  .pricing-table_cell.cc-title-col.left {
    width: 148px;
    padding-left: 16px;
  }

  .pricing-table_cell.cc-title-row {
    width: 160px;
    height: 150px;
  }

  .pricing-table_cell.cc-title-row.left {
    width: 148px;
  }

  .feature-description {
    margin-top: 16px;
  }

  .hero-title {
    font-size: 42px;
  }

  .hero-title.main {
    font-size: 52px;
  }

  .dropdown-list-4 {
    min-width: auto;
  }

  .hero-descrption {
    margin-top: 16px;
  }

  .slider-content-wrap {
    overflow: hidden;
  }

  .page-padding.s0 {
    margin-bottom: 0;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .dropdown-pd {
    width: auto;
  }

  .dropdown-pd.v2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
    padding-left: 16px;
  }

  .feature-title {
    max-width: none;
    margin-top: 16px;
    font-size: 28px;
  }

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

  .slider-2 {
    min-height: 460px;
  }

  .navbar-title {
    font-size: 14px;
  }

  .navbar-3 {
    top: 0;
  }

  .heading-12.comparasion {
    font-size: 34px;
    line-height: 37px;
  }

  .navbar-line-wrapper {
    padding-right: 0;
  }

  .logo-slider-img {
    width: 100px;
  }

  .slider-client-image {
    width: 33%;
  }

  .button-wrapper {
    align-self: flex-start;
    width: 100%;
  }

  .basic-card-wrap {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .figure._03 {
    width: 40px;
    max-width: none;
  }

  .figure._03.hidemobile {
    display: none;
  }

  .figure._02 {
    max-width: 40px;
    display: block;
  }

  .figure._02.mobile {
    max-width: 30px;
  }

  .figure._03 {
    max-width: 35px;
  }

  .figure.lime {
    max-width: 56px;
  }

  .pricing-table_card.cc-callout {
    width: auto;
  }

  .basic-center-icon {
    display: none;
  }

  .page-wrapper-2 {
    overflow: hidden;
  }

  .footer-form {
    width: 100%;
  }

  .feature-image {
    margin-top: 110px;
  }

  .feature-image.alt {
    top: -60px;
  }

  .nav-menu-2 {
    background-color: #040513;
    border-radius: 10px;
    width: 354px;
    margin-top: 5px;
    margin-left: 20px;
    margin-right: 20px;
    position: absolute;
    inset: 68px auto auto 38px;
  }

  .nav-menu-2.v2 {
    background-color: #f6f6f6;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: none;
    height: auto;
    margin-right: 0;
    inset: 0 auto auto 0;
  }

  .footer-right-content-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .pricing-table_options {
    flex: 1;
    max-width: none;
    overflow: scroll;
  }

  .heading-wrapper {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .nav-card-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
  }

  .preloader-alt {
    overflow: visible;
  }

  .pricing-table_card-body {
    width: 100%;
    margin-right: 0;
    padding: 20px 0;
    font-size: 1.125rem;
  }

  .slider-text {
    max-width: none;
  }

  .swiper-slide.cc-pricing-table {
    flex: 1;
  }

  .footer-items-wrapper {
    border-right-style: none;
    padding-right: 0;
  }

  .footer-items-wrapper._02 {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button {
    padding: 0;
    display: none;
  }

  .menu-button.w--open {
    position: relative;
  }

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

  .feature-content-wrap {
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .logo-slide_section {
    height: 16vh;
  }

  .uui-signup-form_wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .uui-heroheader21_component {
    grid-template-columns: 1fr;
  }

  .wrapperfigures {
    grid-column-gap: 12px;
  }

  .wrapper-text-figures {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
  }

  .uui-heroheader01_component {
    grid-template-columns: 1fr;
  }

  .uui-heroheader01_image {
    border-top-left-radius: 4rem;
    height: 15rem;
  }

  .uui-heroheader01_pattern-image {
    width: 12.125rem;
    bottom: -25%;
    right: -20%;
  }

  .button-wrapper-2 {
    align-self: flex-start;
    width: 100%;
  }

  .image-24 {
    display: none;
  }

  .pricing-main-button {
    transition: background-color .4s;
  }

  .rate-wrapper {
    flex-flow: column;
  }

  .section-top-description-2.about {
    text-align: left;
  }

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

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

  .container-3 {
    margin-top: auto;
    padding-top: 50px;
  }

  .section-top-title-2 {
    text-align: center;
    flex: 0 auto;
    order: 0;
    width: auto;
    display: flex;
  }

  .section-top-title-2.about {
    font-size: 36px;
  }

  .section-top-title-2.about.calidad {
    min-width: 180px;
  }

  .section-top-title-2.about.empresa {
    min-width: 221px;
  }

  .form-submit-button {
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 50px;
    padding-right: 27px;
    font-family: Sora, sans-serif;
    display: inline-flex;
  }

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

  .div-block-21 {
    display: flex;
  }

  .figure-text {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-start;
    align-items: center;
  }

  .body-2 {
    box-sizing: border-box;
    mix-blend-mode: normal;
    object-fit: fill;
  }

  .top-title-legal {
    font-family: Sora, sans-serif;
    font-size: 32px;
  }

  .heading-15 {
    font-family: Sora, sans-serif;
  }

  .checkbox-label {
    width: 100%;
  }
}

#w-node-af669b0d-632b-38cb-9f8e-b6b61a425959-e05d249c {
  grid-area: 1 / 2 / 2 / 3;
  place-self: stretch center;
}

#w-node-af669b0d-632b-38cb-9f8e-b6b61a42595a-e05d249c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_289aadfd-95bb-36f9-1da3-2dec2d8cbe6e-e05d249c {
  justify-self: start;
}

#w-node-af669b0d-632b-38cb-9f8e-b6b61a425963-e05d249c {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-af669b0d-632b-38cb-9f8e-b6b61a425972-e05d249c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6d62ec8a-be0a-cdeb-e50a-1b4608f39389-e05d249c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6d62ec8a-be0a-cdeb-e50a-1b4608f3938a-e05d249c {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_6d62ec8a-be0a-cdeb-e50a-1b4608f3938e-e05d249c {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_6d62ec8a-be0a-cdeb-e50a-1b4608f39390-e05d249c {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6d62ec8a-be0a-cdeb-e50a-1b4608f39392-e05d249c {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_6d62ec8a-be0a-cdeb-e50a-1b4608f39394-e05d249c {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_7aa021e3-740e-6375-abdd-3933b172619f-e05d249c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7aa021e3-740e-6375-abdd-3933b17261a6-e05d249c {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center end;
}

#w-node-_21132eba-510f-59c2-91df-6388afcffd0c-e05d249c, #w-node-_21132eba-510f-59c2-91df-6388afcffd0e-e05d249c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_21132eba-510f-59c2-91df-6388afcffd1c-e05d249c {
  place-self: end start;
}

#w-node-_21132eba-510f-59c2-91df-6388afcffd2b-e05d249c {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_21132eba-510f-59c2-91df-6388afcffd39-e05d249c {
  place-self: end start;
}

#w-node-_21132eba-510f-59c2-91df-6388afcffd48-e05d249c {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_21132eba-510f-59c2-91df-6388afcffd56-e05d249c {
  place-self: end start;
}

#w-node-_21132eba-510f-59c2-91df-6388afcffd65-e05d249c {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_21132eba-510f-59c2-91df-6388afcffd73-e05d249c {
  place-self: end start;
}

#w-node-_21132eba-510f-59c2-91df-6388afcffd82-e05d249c {
  justify-self: end;
}

#w-node-_21132eba-510f-59c2-91df-6388afcffd83-e05d249c {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_21132eba-510f-59c2-91df-6388afcffd86-e05d249c {
  justify-self: start;
}

#w-node-_21132eba-510f-59c2-91df-6388afcffd87-e05d249c {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_8c155030-62d9-4605-5f0d-e520f72b9631-e05d249c, #w-node-d56ca079-049b-55b7-0bb4-65c2201bf821-e05d249c {
  justify-self: start;
}

#w-node-cfdf68b4-9703-9899-d3c7-dee94c7719b0-e05d249c {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-_5329d101-a958-9681-6814-c84fcbc96fd8-e05d249c {
  place-self: center;
}

#w-node-_925b440b-0e72-c6c4-2810-7641c7cab138-e05d249c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ec328c5b-57b8-8cab-54f8-0ac0d781f9c0-d781f9bd {
  grid-area: 1 / 1 / 2 / 4;
  align-self: start;
}

#w-node-ec328c5b-57b8-8cab-54f8-0ac0d781f9f0-d781f9bd {
  align-self: start;
}

#contact-form.w-node-_4e5338f3-9ec8-1ed3-8187-39b6740d7a90-740d7a8d {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4e5338f3-9ec8-1ed3-8187-39b6740d7a91-740d7a8d {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-_4e5338f3-9ec8-1ed3-8187-39b6740d7a9d-740d7a8d {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-_4e5338f3-9ec8-1ed3-8187-39b6740d7aa2-740d7a8d, #w-node-_95f444df-3d86-15d2-71ba-5e485589b0a6-740d7a8d, #w-node-_4e5338f3-9ec8-1ed3-8187-39b6740d7aa7-740d7a8d, #Email.w-node-_4e5338f3-9ec8-1ed3-8187-39b6740d7aa9-740d7a8d, #w-node-_1a3e4c03-9ff2-5679-df50-994f669ff6bf-740d7a8d, #Phone.w-node-_1a3e4c03-9ff2-5679-df50-994f669ff6c1-740d7a8d, #w-node-_4e5338f3-9ec8-1ed3-8187-39b6740d7aab-740d7a8d, #Nombre-de-la-empresa.w-node-_4e5338f3-9ec8-1ed3-8187-39b6740d7aad-740d7a8d, #w-node-_4e5338f3-9ec8-1ed3-8187-39b6740d7aaf-740d7a8d, #Mensaje.w-node-_4e5338f3-9ec8-1ed3-8187-39b6740d7ab1-740d7a8d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4e5338f3-9ec8-1ed3-8187-39b6740d7ab2-740d7a8d {
  place-self: end;
}

#w-node-_4e5338f3-9ec8-1ed3-8187-39b6740d7abc-740d7a8d {
  grid-area: 1 / 2 / 2 / 4;
  justify-self: stretch;
}

#w-node-_24237f04-4da3-0849-f79f-a06c97181bd9-97181bd6 {
  justify-self: stretch;
}

#w-node-_24237f04-4da3-0849-f79f-a06c97181bdd-97181bd6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3852cc73-70d5-375c-b5f6-46faf1ea09fa-97181bd6 {
  justify-self: center;
}

#w-node-_3852cc73-70d5-375c-b5f6-46faf1ea09fe-97181bd6 {
  place-self: center start;
}

#w-node-_80146a98-12ac-bbff-891b-91f6deab5b93-97181bd6 {
  justify-self: center;
}

#w-node-_80146a98-12ac-bbff-891b-91f6deab5b97-97181bd6 {
  place-self: center start;
}

#w-node-da848289-5da2-9863-f8d1-9588f331de15-97181bd6 {
  justify-self: center;
}

#w-node-da848289-5da2-9863-f8d1-9588f331de19-97181bd6 {
  place-self: center start;
}

#w-node-_5fcda842-fcec-aecc-c16c-509ca36c9c2b-97181bd6 {
  justify-self: center;
}

#w-node-_5fcda842-fcec-aecc-c16c-509ca36c9c2f-97181bd6 {
  place-self: center start;
}

#w-node-_24237f04-4da3-0849-f79f-a06c97181c0f-97181bd6 {
  grid-area: 1 / 1 / 4 / 2;
  place-self: center;
}

#w-node-_24237f04-4da3-0849-f79f-a06c97181c13-97181bd6 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_24237f04-4da3-0849-f79f-a06c97181c17-97181bd6 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_24237f04-4da3-0849-f79f-a06c97181c1b-97181bd6 {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: start;
}

#w-node-_24237f04-4da3-0849-f79f-a06c97181c21-97181bd6 {
  grid-area: 1 / 2 / 4 / 3;
  place-self: center;
}

#w-node-_24237f04-4da3-0849-f79f-a06c97181c25-97181bd6 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_24237f04-4da3-0849-f79f-a06c97181c29-97181bd6 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_24237f04-4da3-0849-f79f-a06c97181c2d-97181bd6 {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: end;
}

#w-node-c61a2609-d541-feba-21f1-7d7631bc15e4-9254c35f {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_42fe4d9e-e937-9096-c8f7-ce5789475a62-9254c35f {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-e716f1c0-8ba4-c909-830a-471afd9cc015-9254c35f {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-ea6ce40c-868d-ae56-77b4-6ce89fe26b63-9254c35f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-fbfab365-c38f-1be6-6e51-32f69bada7bf-e05d249d {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-fbfab365-c38f-1be6-6e51-32f69bada7c2-e05d249d {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center stretch;
}

#w-node-fbfab365-c38f-1be6-6e51-32f69bada7ce-e05d249d {
  grid-area: 3 / 1 / 4 / 4;
  align-self: end;
}

#w-node-_2f63b0aa-4d8d-1fa1-5a06-4ca21859a81f-e05d249d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2f63b0aa-4d8d-1fa1-5a06-4ca21859a803-e05d249d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b920-c426b91d {
  grid-area: 1 / 1 / 2 / 4;
  align-self: start;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b923-c426b91d {
  grid-area: 3 / 3 / 6 / 4;
  place-self: start stretch;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b929-c426b91d {
  place-self: center start;
}

#w-node-_9528b6cc-5881-ac46-ac4f-f9567a600aa3-c426b91d {
  place-self: center end;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b92d-c426b91d {
  place-self: center start;
}

#w-node-_3ba5fc0d-00d1-0032-83ee-52ea90be55fb-c426b91d {
  place-self: center end;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b931-c426b91d {
  place-self: center start;
}

#w-node-d7478ca7-7861-03a0-e2af-d807b17707c6-c426b91d {
  place-self: center end;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b935-c426b91d {
  place-self: center start;
}

#w-node-_7efe9b07-839d-97d2-24ef-14c8a804e1f9-c426b91d {
  place-self: center end;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b937-c426b91d {
  grid-area: 2 / 2 / 5 / 3;
  place-self: start stretch;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b93c-c426b91d {
  place-self: center start;
}

#w-node-eaf30d13-d8b4-446b-d7d2-d527e95fa99a-c426b91d {
  place-self: center end;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b93f-c426b91d {
  place-self: center start;
}

#w-node-_6e84a20c-5fdf-34ef-f5da-11af0219cea5-c426b91d {
  place-self: center end;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b942-c426b91d {
  place-self: center start;
}

#w-node-_800e5816-2ed2-cae5-269d-04a046bc20b0-c426b91d {
  place-self: center end;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b945-c426b91d {
  place-self: center start;
}

#w-node-_47bab92c-8f85-cc70-5380-573db90b0da1-c426b91d {
  place-self: center end;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b948-c426b91d {
  place-self: center start;
}

#w-node-f9bea813-e527-c7ca-8e20-11a3cd4098db-c426b91d {
  place-self: center end;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b94a-c426b91d {
  grid-area: 2 / 1 / 4 / 2;
  align-self: start;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b94f-c426b91d {
  grid-area: 6 / 3 / 7 / 4;
  align-self: end;
}

#w-node-_26839ce7-6d80-da5b-5e89-56d12f47a617-e05d249e {
  align-self: start;
}

#w-node-_55545b2c-fd2c-f381-a702-fc88f5a9dbe3-e05d249e {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-d5e9e4ad-0d3c-717f-80b9-a08067bd2c58-e05d24a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5e9e4ad-0d3c-717f-80b9-a08067bd2c66-e05d24a0 {
  align-self: center;
}

#w-node-d5e9e4ad-0d3c-717f-80b9-a08067bd2c69-e05d24a0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d5e9e4ad-0d3c-717f-80b9-a08067bd2c6d-e05d24a0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d5e9e4ad-0d3c-717f-80b9-a08067bd2c71-e05d24a0 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-d5e9e4ad-0d3c-717f-80b9-a08067bd2c76-e05d24a0 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-d5e9e4ad-0d3c-717f-80b9-a08067bd2c7b-e05d24a0 {
  grid-area: 4 / 1 / 5 / 3;
}

#w-node-d5e9e4ad-0d3c-717f-80b9-a08067bd2c80-e05d24a0 {
  grid-area: 6 / 1 / 7 / 2;
  justify-self: start;
}

#w-node-_9eda51c4-5e06-d9a4-5d2a-75ff77168837-77168822 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-a200fc41-1c4c-6e7c-a3d0-bdc6ff5584fc-e05d24a1 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-a200fc41-1c4c-6e7c-a3d0-bdc6ff5584ff-e05d24a1 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-a200fc41-1c4c-6e7c-a3d0-bdc6ff558506-e05d24a1 {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-cfaadb50-6f18-f737-dc5b-8a3c4d389036-e05d24a1 {
  align-self: start;
}

#w-node-cfaadb50-6f18-f737-dc5b-8a3c4d389040-e05d24a1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cfaadb50-6f18-f737-dc5b-8a3c4d389046-e05d24a1 {
  justify-self: end;
}

#w-node-cfaadb50-6f18-f737-dc5b-8a3c4d38904c-e05d24a1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cfaadb50-6f18-f737-dc5b-8a3c4d389051-e05d24a1 {
  justify-self: stretch;
}

#w-node-_2bb02f1f-0dc8-310a-5b1e-417b53ea67f5-e05d24a1 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-_17c43587-c790-b4d8-1466-5f40336b9d5b-336b9d43 {
  grid-area: 1 / 2 / 2 / 4;
  place-self: center stretch;
}

#w-node-_17c43587-c790-b4d8-1466-5f40336b9d5d-336b9d43 {
  place-self: center stretch;
}

#w-node-_16738520-6de8-1fcc-6cbc-d48e45d42b91-336b9d43 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_16738520-6de8-1fcc-6cbc-d48e45d42b93-336b9d43 {
  align-self: center;
}

#w-node-f4f0ce64-1f82-9e16-20fb-882e6946b843-336b9d43 {
  justify-self: end;
}

#w-node-_17c43587-c790-b4d8-1466-5f40336b9d61-336b9d43 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_17c43587-c790-b4d8-1466-5f40336b9d63-336b9d43 {
  place-self: center start;
}

#w-node-aea9f59c-b439-2797-db5e-6ba2ebbcded2-336b9d43 {
  justify-self: end;
}

#w-node-e16c4357-004d-8209-e100-36bb04545bd4-336b9d43 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-e16c4357-004d-8209-e100-36bb04545bd6-336b9d43 {
  place-self: center start;
}

#w-node-_1e0f0e3b-c735-de45-d3e2-0c9fcf80a649-336b9d43 {
  justify-self: end;
}

#w-node-f6a0a796-4f1d-5758-490b-395b2a23adce-336b9d43, #w-node-_169c8dac-dcf9-9d77-b5a0-6fe2bb220d51-336b9d43, #w-node-fbb98bb2-0970-908c-f9a3-aa45d34eaea4-336b9d43 {
  place-self: center end;
}

#w-node-be6e1212-c8c8-b564-9d2f-b92422ca9045-336b9d43 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_4541705a-de97-7f82-8818-9c9145464680-4546467a {
  place-self: center end;
}

#w-node-e8411f27-0bc9-1e9f-ead1-b785bda240e5-bda240e0 {
  place-self: center start;
}

#w-node-e8411f27-0bc9-1e9f-ead1-b785bda240e6-bda240e0 {
  place-self: center end;
}

#w-node-_7a338548-6995-26a0-d4df-2c2b4c59a395-4c59a38f {
  justify-self: end;
}

#w-node-_026f1cbe-168c-d94e-12b4-b376c034038c-e05d24a2 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-_026f1cbe-168c-d94e-12b4-b376c034038f-e05d24a2 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-_026f1cbe-168c-d94e-12b4-b376c0340392-e05d24a2 {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-_026f1cbe-168c-d94e-12b4-b376c03403c8-e05d24a2 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: center;
}

#w-node-_026f1cbe-168c-d94e-12b4-b376c03403c9-e05d24a2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_026f1cbe-168c-d94e-12b4-b376c03403fb-e05d24a2 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_80054839-3cd9-7874-5295-e9963f5246de-e05d24a2 {
  align-self: center;
}

#w-node-_80054839-3cd9-7874-5295-e9963f5246df-e05d24a2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_80054839-3cd9-7874-5295-e9963f5246e4-e05d24a2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_80054839-3cd9-7874-5295-e9963f5246ed-e05d24a2 {
  align-self: start;
}

#w-node-_47e00be4-828b-633f-cae5-ffbc28ae97fb-e05d24a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_026f1cbe-168c-d94e-12b4-b376c034042d-e05d24a2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_026f1cbe-168c-d94e-12b4-b376c0340434-e05d24a2 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-_026f1cbe-168c-d94e-12b4-b376c0340439-e05d24a2 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_026f1cbe-168c-d94e-12b4-b376c034043b-e05d24a2 {
  align-self: stretch;
}

#w-node-d0fd0da1-d942-2f25-c11e-f7310178ff68-e05d24a2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d0fd0da1-d942-2f25-c11e-f7310178ff6f-e05d24a2 {
  justify-self: end;
}

#w-node-cee0adac-87ca-c8e5-6cee-6636b4be1788-e05d24a2 {
  place-self: center end;
}

#w-node-_33f3ed3b-6ef6-48e9-e36c-11ae30b77e83-e05d24a3 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-d20c98d0-f73a-cde4-3187-ef91057b5e82-e05d24a3 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-d20c98d0-f73a-cde4-3187-ef91057b5e87-e05d24a3 {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-e7c312ca-3267-e1f8-a11b-2d85efa42270-e05d24a3 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-c3a15cc0-7d19-0591-2742-341248fa6606-e05d24a3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c3a15cc0-7d19-0591-2742-341248fa6607-e05d24a3 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_7ca4e425-eb0d-0a61-bbb4-07c11c1a140e-e05d24a3 {
  align-self: stretch;
}

#w-node-_7ca4e425-eb0d-0a61-bbb4-07c11c1a1419-e05d24a3 {
  justify-self: end;
}

#w-node-f176f584-7e9e-672d-84c6-8a1bf32c0f9f-e05d24a3 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center stretch;
}

#w-node-d7f4df13-5316-c505-a444-21863c437f4b-e05d24a3 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-d7f4df13-5316-c505-a444-21863c437f52-e05d24a3 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-_7b9c87a0-4164-dfa3-00cc-0a8b81af83f5-e05d24a3 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_0b0965f9-12de-b664-5036-c1741e1de7ea-e05d24a4 {
  grid-area: 1 / 2 / 3 / 3;
  place-self: end;
}

#w-node-_08384802-3d40-5ff7-3c81-a3b15502acd2-e05d24a4 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: stretch stretch;
}

#w-node-beaac2f3-5b16-a510-41e2-9e4db7d9b271-e05d24a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_0b0965f9-12de-b664-5036-c1741e1de7ed-e05d24a4 {
  grid-area: 2 / 1 / 4 / 3;
  place-self: center start;
}

#w-node-_0cd159e1-bcc8-7507-1006-17c2720b9531-e05d24a4 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_16ee6cac-97cc-c25f-3bd3-f27e8d74ef9a-e05d24a4 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: stretch;
}

#w-node-_62e58f81-af29-b05e-8bc2-dfb4bceff668-e05d24a4 {
  grid-area: 1 / 2 / 2 / 4;
  justify-self: center;
}

#w-node-_62e58f81-af29-b05e-8bc2-dfb4bceff669-e05d24a4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_01acba91-92e0-3fdc-f04f-81f56b42dc19-e05d24a4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2a42631d-d202-6918-ff84-7da87f7c0333-e05d24a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a42631d-d202-6918-ff84-7da87f7c0334-e05d24a4 {
  justify-self: start;
}

#w-node-ed248ec9-b803-b9b9-17e2-a152e6711631-e05d24a4 {
  align-self: stretch;
}

#w-node-ed248ec9-b803-b9b9-17e2-a152e671163c-e05d24a4 {
  justify-self: end;
}

#w-node-ba80b8a0-ed4f-689f-493a-2bfa639c91a2-e05d24a5 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-ba80b8a0-ed4f-689f-493a-2bfa639c91a5-e05d24a5 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-ba80b8a0-ed4f-689f-493a-2bfa639c91aa-e05d24a5 {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-_34b8dcd5-1955-bf6e-0f89-fcc3d503f83d-e05d24a5 {
  grid-area: 1 / 2 / 4 / 3;
  align-self: start;
}

#w-node-_8074e9fb-dd46-63be-e290-1496ab6343dc-e05d24a5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_552207c6-973e-0cf0-9e2b-ac76c36effc4-e05d24a5 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-afe2b333-ad26-1b15-231d-c4e0234c95ad-e05d24a5 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_8a8ab005-0267-4aac-1756-46a4087a0991-e05d24a5 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_14f39dd7-b780-5ba0-f8c3-6e423c9ecdee-e05d24a5 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-a8f5d73b-ace2-f797-46d1-36f3cf6a04a5-e05d24a5, #w-node-c04e9192-59b2-bc34-a507-563815198cc5-e05d24a5, #w-node-b6de9297-1ccb-3ab5-e022-83f7a40897da-e05d24a5 {
  place-self: center end;
}

#w-node-_2b29bb9c-f1bc-bd15-987f-0af0c2776f33-e05d24a5 {
  grid-area: 1 / 2 / 2 / 4;
  justify-self: stretch;
}

#w-node-_7a763298-e931-6ef6-cedf-70b1c6225332-e05d24a5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2b29bb9c-f1bc-bd15-987f-0af0c2776f3d-e05d24a5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_679ef2e1-ef79-f83f-971d-7c5a31996e9f-e05d24a5 {
  align-self: center;
}

#w-node-c24eb999-a985-3d62-3c8f-4ef59619728d-e05d24a5 {
  place-self: center end;
}

#w-node-e1af8745-7e74-7c0a-9e26-ec9a8040a014-e05d24a5 {
  align-self: center;
}

#w-node-e0cdb0fe-0301-d3b0-3d3a-5117b3338481-e05d24a5 {
  place-self: center end;
}

#w-node-_679ef2e1-ef79-f83f-971d-7c5a31996ea2-e05d24a5 {
  align-self: center;
}

#w-node-_44ab065a-7e1c-c80d-67d8-c6e33d5e4bcf-e05d24a5 {
  place-self: center end;
}

#w-node-_679ef2e1-ef79-f83f-971d-7c5a31996ea5-e05d24a5 {
  align-self: center;
}

#w-node-_5f1bb171-88ed-c3df-b02c-276c811e5d3d-e05d24a5 {
  place-self: center end;
}

#w-node-de232761-f644-f9f0-bd3b-00bfbb027112-e05d24a5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-de232761-f644-f9f0-bd3b-00bfbb027119-e05d24a5 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-de232761-f644-f9f0-bd3b-00bfbb02711e-e05d24a5 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-de232761-f644-f9f0-bd3b-00bfbb027120-e05d24a5 {
  align-self: stretch;
}

#w-node-de232761-f644-f9f0-bd3b-00bfbb02712a-e05d24a5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-de232761-f644-f9f0-bd3b-00bfbb02712f-e05d24a5 {
  justify-self: end;
}

#w-node-de232761-f644-f9f0-bd3b-00bfbb02713e-e05d24a5 {
  place-self: center end;
}

#w-node-ba6241ea-4ca2-f90d-ff56-a3b8b8b73165-e05d24a5 {
  grid-area: 1 / 2 / 2 / 4;
  align-self: start;
}

#w-node-ba6241ea-4ca2-f90d-ff56-a3b8b8b7316c-e05d24a5 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_6a710c8c-00bc-3097-3a96-dedad61552fb-e05d24a5 {
  place-self: center end;
}

#w-node-b84cb859-5226-6842-ec2f-395770060748-e05d24a5 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-b84cb859-5226-6842-ec2f-39577006074f-e05d24a5 {
  align-self: stretch;
}

#w-node-_397244f1-6d58-8f51-019c-f7e5a2b1e41a-f9270e17 {
  justify-self: stretch;
}

#w-node-_849e754c-a02b-b240-b303-2bf5e8a0db81-f9270e17 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a30333d2-032c-03e5-f1b1-a5d31eb7f5e4-f9270e17 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: stretch stretch;
}

#w-node-c47dbc6c-9b93-d53a-3ac5-94688c374a85-f9270e17 {
  align-self: center;
}

#w-node-_6ad8919c-2309-2a37-80a2-1e0756464dfe-f9270e17 {
  place-self: center end;
}

#w-node-_24909537-2aef-fa73-cf08-5d19c7632e15-f9270e17 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a30333d2-032c-03e5-f1b1-a5d31eb7f5f0-f9270e17 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-a30333d2-032c-03e5-f1b1-a5d31eb7f5f1-f9270e17 {
  place-self: center start;
}

#w-node-a30333d2-032c-03e5-f1b1-a5d31eb7f5f3-f9270e17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-c1267971-e98a-4887-2b61-4f4973f4569f-f9270e17 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-fc177a8e-c247-e188-8355-4c56f9270e1a-f9270e17 {
  place-self: center start;
}

#w-node-fc177a8e-c247-e188-8355-4c56f9270e1c-f9270e17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_8d647df9-043e-2292-eeaf-857c0c6acc85-e05d24a6 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-_8d647df9-043e-2292-eeaf-857c0c6acc8d-e05d24a6 {
  justify-self: start;
}

#w-node-_8d647df9-043e-2292-eeaf-857c0c6acc92-e05d24a6 {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-f4914fd8-9661-30e6-850c-9d19244344ea-e05d24a6 {
  grid-area: 2 / 1 / 9 / 2;
}

#w-node-_51e59de1-b435-e6c0-8330-88ce3c921551-e05d24a6, #w-node-_3549fca4-0b88-8373-420e-189838fcdc23-e05d24a6, #w-node-_300a6bbb-d4bc-5c6d-fff6-7980173ea82b-e05d24a6 {
  place-self: center end;
}

#w-node-dfe8ed20-f70d-2ea6-9e0f-fc9a91ac517f-e05d24a6 {
  grid-area: 1 / 2 / 2 / 4;
}

#static.w-node-dfe8ed20-f70d-2ea6-9e0f-fc9a91ac518a-e05d24a6 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-dfe8ed20-f70d-2ea6-9e0f-fc9a91ac518b-e05d24a6 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_353ee41b-0568-f449-8721-15e5500de963-e05d24a6 {
  grid-area: 2 / 2 / 4 / 3;
}

#w-node-_12102cb7-b253-85df-5ce8-de413b78032d-e05d24a6 {
  grid-area: 3 / 1 / 5 / 2;
}

#w-node-f6a0648e-4c8a-eb8a-2c95-aead61518236-e05d24a6 {
  grid-area: 4 / 2 / 6 / 3;
}

#w-node-_34ad238f-d41e-3651-a4af-19a9f66bfd06-e05d24a6 {
  grid-area: 5 / 1 / 7 / 2;
}

#w-node-_903f8a31-5110-7a73-33fa-6ab5862ec27d-e05d24a6 {
  grid-area: 6 / 2 / 8 / 3;
}

#w-node-_9ba435a0-b481-4e63-0a19-fa9c7ec14ada-e05d24a6 {
  grid-area: 4 / 2 / 5 / 4;
}

#CMS.w-node-_9ba435a0-b481-4e63-0a19-fa9c7ec14ae5-e05d24a6 {
  grid-area: 5 / 2 / 6 / 4;
}

#w-node-_9ba435a0-b481-4e63-0a19-fa9c7ec14ae6-e05d24a6 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_9ba435a0-b481-4e63-0a19-fa9c7ec14af3-e05d24a6 {
  grid-area: 2 / 2 / 4 / 3;
}

#w-node-_9ba435a0-b481-4e63-0a19-fa9c7ec14b00-e05d24a6 {
  grid-area: 3 / 1 / 5 / 2;
}

#w-node-_9ba435a0-b481-4e63-0a19-fa9c7ec14b0d-e05d24a6 {
  grid-area: 4 / 2 / 6 / 3;
}

#w-node-_9ba435a0-b481-4e63-0a19-fa9c7ec14b1a-e05d24a6 {
  grid-area: 5 / 1 / 7 / 2;
}

#w-node-e3b5db22-8e43-4f70-f4f3-5544dc291662-e05d24a6 {
  grid-area: 7 / 2 / 8 / 4;
}

#utility.w-node-e3b5db22-8e43-4f70-f4f3-5544dc29166d-e05d24a6 {
  grid-area: 8 / 2 / 9 / 4;
}

#w-node-e3b5db22-8e43-4f70-f4f3-5544dc29166e-e05d24a6 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-e3b5db22-8e43-4f70-f4f3-5544dc29167b-e05d24a6 {
  grid-area: 2 / 2 / 4 / 3;
}

#w-node-e3b5db22-8e43-4f70-f4f3-5544dc291688-e05d24a6 {
  grid-area: 3 / 1 / 5 / 2;
}

#w-node-_4d2d02a8-4623-d7a4-1a99-4764d5bdf25a-e05d24a7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_68afcda8-3419-398d-0a79-b3461fde7e0d-e05d24a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_68afcda8-3419-398d-0a79-b3461fde7e17-e05d24a7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_68afcda8-3419-398d-0a79-b3461fde7e1d-e05d24a7 {
  justify-self: end;
}

#w-node-_9921994f-70cc-1547-5a78-2c400de6f5b8-e05d24a7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_335d42e6-e27c-f1bd-6e39-94998e5d331c-e05d24a7 {
  justify-self: stretch;
}

#w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-e05d24a8 {
  grid-area: 2 / 1 / 3 / 4;
  place-self: center start;
}

#w-node-d15422da-e94e-a208-9f30-9461a834d48a-e05d24a8 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_4d2d02a8-4623-d7a4-1a99-4764d5bdf25a-e05d24a8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8772bea6-a819-33f0-5093-5f51aa74b743-e05d24a8 {
  align-self: stretch;
}

#w-node-_17967762-cbf5-21cc-9417-419df7e89e3a-e05d24a8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ff11f385-19e7-2610-e10a-74658e22583e-e05d24a9 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-ff11f385-19e7-2610-e10a-74658e225841-e05d24a9 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center stretch;
}

#w-node-ff11f385-19e7-2610-e10a-74658e225846-e05d24a9 {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-f401a23e-7b45-ba45-9d27-4acdd5da1d88-e05d24a9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f401a23e-7b45-ba45-9d27-4acdd5da1d78-e05d24a9 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_01c4e3cf-0ca8-0926-bf92-4bf4daeb8ca0-e05d24a9, #w-node-ba34e9c2-df0a-57da-3430-f5bf64771393-e05d24a9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ba34e9c2-df0a-57da-3430-f5bf6477139a-e05d24a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d59e9609-7efc-4afd-8f71-7d2c1f85a44c-e05d24a9 {
  place-self: end center;
}

#w-node-_605cd59d40ef8e036e3d508d00000000001a-e05d24a9 {
  place-self: start center;
}

#w-node-_9a966d75-8ba6-8c66-a053-3fb940aae614-e05d24a9 {
  justify-self: end;
}

#w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad0c-e05d24a9 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad13-e05d24a9 {
  place-self: center start;
}

#w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad15-e05d24a9 {
  place-self: center end;
}

#w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad17-e05d24a9 {
  place-self: center start;
}

#w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad19-e05d24a9 {
  place-self: center end;
}

#w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad1b-e05d24a9 {
  place-self: center start;
}

#w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad1d-e05d24a9 {
  place-self: center end;
}

#w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-e05d24aa {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-_06d98f73-386f-106d-9b9d-8057c0e4f1b4-e05d24aa {
  justify-self: start;
}

#w-node-_0b683e9b-74f4-bffd-89ea-d63131dd4bb7-e05d24aa {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861202-e05d24aa {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861205-e05d24aa {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861208-e05d24aa {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b86120b-e05d24aa {
  grid-area: 1 / 3 / 3 / 4;
  align-self: start;
}

#w-node-_2e2402ce-f7f5-e25d-bd7a-1b86de323233-e05d24aa {
  align-self: center;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861211-e05d24aa {
  place-self: center start;
}

#w-node-_0a39e03c-3c42-57d7-d981-57012b28d70b-e05d24aa {
  align-self: center;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861214-e05d24aa {
  place-self: center start;
}

#w-node-_676dd5f9-5a35-7b3b-b16e-b3a75a6b58f1-e05d24aa {
  align-self: center;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861217-e05d24aa {
  place-self: center start;
}

#w-node-f961ce84-bdbf-f0bd-cd13-ae49c1c640b3-e05d24aa, #w-node-_032e2ca0-5cf1-6aad-c13c-9338f114a444-e05d24aa, #w-node-e9609a0c-6662-c7e8-74e1-5226b8b41659-e05d24aa, #w-node-_3c8350f0-21ec-1b68-2f9b-f19bab6bf628-e05d24aa, #w-node-_9777afbc-c097-5339-4a36-c7cfb6c50396-e05d24aa, #w-node-_5ff1d6d6-a0dc-1397-4a2e-3286f0a5c545-e05d24aa {
  align-self: stretch;
}

#w-node-_256f98c7-18a8-c7d5-c690-4bfe1bbed2c8-e05d24ab {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-_256f98c7-18a8-c7d5-c690-4bfe1bbed2cb-e05d24ab {
  grid-area: 2 / 1 / 3 / 4;
  place-self: center start;
}

#w-node-_256f98c7-18a8-c7d5-c690-4bfe1bbed2d0-e05d24ab {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-_76ccc27f-2e96-5fc0-6f94-4a27e176b5c5-e05d24ab {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_76ccc27f-2e96-5fc0-6f94-4a27e176b5d7-e05d24ab {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: center;
}

#w-node-d722436c-35ff-afa5-9bd8-d688b3237fd9-f248617c {
  grid-area: 2 / 1 / 3 / 4;
  place-self: center start;
}

#w-node-d722436c-35ff-afa5-9bd8-d688b3237fe1-f248617c {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center end;
}

#w-node-d722436c-35ff-afa5-9bd8-d688b3237fe6-f248617c {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-e7e017f1-7e32-3cb9-fda1-e10f5fe7e490-f248617c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_930252d9-0d82-8e10-ba41-8beaf54246c0-f248617c {
  align-self: stretch;
}

#w-node-_930252d9-0d82-8e10-ba41-8beaf54246cb-f248617c {
  justify-self: end;
}

#w-node-c5844f24-1771-bb55-9b2f-43b5080e546e-f248617c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_256f98c7-18a8-c7d5-c690-4bfe1bbed2c8-6ee86682 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-_256f98c7-18a8-c7d5-c690-4bfe1bbed2cb-6ee86682 {
  grid-area: 2 / 1 / 3 / 4;
  place-self: center start;
}

#w-node-_256f98c7-18a8-c7d5-c690-4bfe1bbed2d0-6ee86682 {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-af2cb07e-b2b8-8c6f-6cf0-df1318d5d973-6ee86682, #w-node-af2cb07e-b2b8-8c6f-6cf0-df1318d5d97d-6ee86682, #w-node-af2cb07e-b2b8-8c6f-6cf0-df1318d5d987-6ee86682 {
  align-self: start;
}

#w-node-b23bc821-3cbb-9ec3-2e4e-c0228b4debf0-6ee86682 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a387197-a255-130a-961b-1e6ef262f6a1-f262f69d {
  align-self: start;
}

#w-node-_2a387197-a255-130a-961b-1e6ef262f6a3-f262f69d {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-_2a387197-a255-130a-961b-1e6ef262f6ae-f262f69d {
  place-self: center;
}

#w-node-_2a387197-a255-130a-961b-1e6ef262f6b2-f262f69d {
  grid-area: 3 / 1 / 4 / 3;
  align-self: end;
}

#w-node-_965b1bf7-024a-66e1-0a8b-92152010bf30-58f4f142 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-a697dbd2 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-_06d98f73-386f-106d-9b9d-8057c0e4f1b4-a697dbd2 {
  justify-self: start;
}

#w-node-_0b683e9b-74f4-bffd-89ea-d63131dd4bb7-a697dbd2 {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-_033af516-1361-809f-0fa9-5673c3e60457-a697dbd2 {
  place-self: center;
}

#w-node-_30697c31-5cdb-6fcf-5548-b4be320b7475-a697dbd2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_30697c31-5cdb-6fcf-5548-b4be320b7478-a697dbd2 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_30697c31-5cdb-6fcf-5548-b4be320b747b-a697dbd2 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131e6-a697dbd2 {
  grid-area: 1 / 3 / 3 / 4;
  align-self: start;
}

#w-node-e74d0339-592b-76b0-ac1f-3a1ffcf136d4-a697dbd2 {
  align-self: center;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131ec-a697dbd2 {
  place-self: center start;
}

#w-node-cf2841df-329e-bf65-8b5a-1234a34e870b-a697dbd2 {
  align-self: center;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131f0-a697dbd2 {
  place-self: center start;
}

#w-node-_4291c902-9ee5-42e6-a3fc-8a62a437e838-a697dbd2 {
  align-self: center;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131f4-a697dbd2 {
  place-self: center start;
}

#w-node-_792cce88-f7a5-d11d-f236-79d89b593844-a697dbd2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_73ddc849-29e3-f33a-cfa8-9f779aa8fd33-a697dbd2 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_0fb8815d-20d5-3c26-78ac-331de63809e9-a697dbd2 {
  justify-self: start;
}

#w-node-d5e0ee3a-1628-07be-9892-02b618562ee5-a697dbd2 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-ca8ccc23-8d6d-8d56-208a-3f9deccdec62-a697dbd2 {
  align-self: stretch;
}

#w-node-ca8ccc23-8d6d-8d56-208a-3f9deccdec6d-a697dbd2 {
  justify-self: end;
}

#w-node-_625748c5-0e31-b5d9-8abf-e72220346926-a697dbd2 {
  grid-area: 1 / 2 / 2 / 4;
  justify-self: stretch;
}

#w-node-_625748c5-0e31-b5d9-8abf-e72220346927-a697dbd2 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: start;
}

#w-node-_625748c5-0e31-b5d9-8abf-e7222034692a-a697dbd2 {
  align-self: start;
}

#w-node-_625748c5-0e31-b5d9-8abf-e7222034692d-a697dbd2 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_625748c5-0e31-b5d9-8abf-e72220346930-a697dbd2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_625748c5-0e31-b5d9-8abf-e72220346939-a697dbd2, #w-node-_625748c5-0e31-b5d9-8abf-e7222034693d-a697dbd2, #w-node-_625748c5-0e31-b5d9-8abf-e72220346941-a697dbd2 {
  place-self: center end;
}

#w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-dcdf0818 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-_06d98f73-386f-106d-9b9d-8057c0e4f1b4-dcdf0818 {
  justify-self: start;
}

#w-node-_0b683e9b-74f4-bffd-89ea-d63131dd4bb7-dcdf0818 {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-_033af516-1361-809f-0fa9-5673c3e60457-dcdf0818 {
  place-self: center;
}

#w-node-_30697c31-5cdb-6fcf-5548-b4be320b7475-dcdf0818 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_30697c31-5cdb-6fcf-5548-b4be320b7478-dcdf0818 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_30697c31-5cdb-6fcf-5548-b4be320b747b-dcdf0818 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131e6-dcdf0818 {
  grid-area: 1 / 3 / 3 / 4;
  align-self: start;
}

#w-node-e74d0339-592b-76b0-ac1f-3a1ffcf136d4-dcdf0818 {
  align-self: center;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131ec-dcdf0818 {
  place-self: center start;
}

#w-node-cf2841df-329e-bf65-8b5a-1234a34e870b-dcdf0818 {
  align-self: center;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131f0-dcdf0818 {
  place-self: center start;
}

#w-node-_4291c902-9ee5-42e6-a3fc-8a62a437e838-dcdf0818 {
  align-self: center;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131f4-dcdf0818 {
  place-self: center start;
}

#w-node-_792cce88-f7a5-d11d-f236-79d89b593844-dcdf0818 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_73ddc849-29e3-f33a-cfa8-9f779aa8fd33-dcdf0818 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_0fb8815d-20d5-3c26-78ac-331de63809e9-dcdf0818 {
  justify-self: start;
}

#w-node-d5e0ee3a-1628-07be-9892-02b618562ee5-dcdf0818 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-ca8ccc23-8d6d-8d56-208a-3f9deccdec62-dcdf0818 {
  align-self: stretch;
}

#w-node-ca8ccc23-8d6d-8d56-208a-3f9deccdec6d-dcdf0818 {
  justify-self: end;
}

#w-node-_625748c5-0e31-b5d9-8abf-e72220346926-dcdf0818 {
  grid-area: 1 / 2 / 2 / 4;
  justify-self: stretch;
}

#w-node-_625748c5-0e31-b5d9-8abf-e72220346927-dcdf0818 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: start;
}

#w-node-_625748c5-0e31-b5d9-8abf-e7222034692a-dcdf0818 {
  align-self: start;
}

#w-node-_625748c5-0e31-b5d9-8abf-e7222034692d-dcdf0818 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_625748c5-0e31-b5d9-8abf-e72220346930-dcdf0818 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_625748c5-0e31-b5d9-8abf-e72220346939-dcdf0818, #w-node-_625748c5-0e31-b5d9-8abf-e7222034693d-dcdf0818, #w-node-_625748c5-0e31-b5d9-8abf-e72220346941-dcdf0818 {
  place-self: center end;
}

#w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-9ad6d3f3 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-_06d98f73-386f-106d-9b9d-8057c0e4f1b4-9ad6d3f3 {
  justify-self: start;
}

#w-node-_0b683e9b-74f4-bffd-89ea-d63131dd4bb7-9ad6d3f3 {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-_033af516-1361-809f-0fa9-5673c3e60457-9ad6d3f3 {
  place-self: center;
}

#w-node-_30697c31-5cdb-6fcf-5548-b4be320b7475-9ad6d3f3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_30697c31-5cdb-6fcf-5548-b4be320b7478-9ad6d3f3 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_30697c31-5cdb-6fcf-5548-b4be320b747b-9ad6d3f3 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131e6-9ad6d3f3 {
  grid-area: 1 / 3 / 3 / 4;
  align-self: start;
}

#w-node-e74d0339-592b-76b0-ac1f-3a1ffcf136d4-9ad6d3f3 {
  align-self: center;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131ec-9ad6d3f3 {
  place-self: center start;
}

#w-node-cf2841df-329e-bf65-8b5a-1234a34e870b-9ad6d3f3 {
  align-self: center;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131f0-9ad6d3f3 {
  place-self: center start;
}

#w-node-_4291c902-9ee5-42e6-a3fc-8a62a437e838-9ad6d3f3 {
  align-self: center;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131f4-9ad6d3f3 {
  place-self: center start;
}

#w-node-_792cce88-f7a5-d11d-f236-79d89b593844-9ad6d3f3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_73ddc849-29e3-f33a-cfa8-9f779aa8fd33-9ad6d3f3 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_0fb8815d-20d5-3c26-78ac-331de63809e9-9ad6d3f3 {
  justify-self: start;
}

#w-node-d5e0ee3a-1628-07be-9892-02b618562ee5-9ad6d3f3 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-ca8ccc23-8d6d-8d56-208a-3f9deccdec62-9ad6d3f3 {
  align-self: stretch;
}

#w-node-ca8ccc23-8d6d-8d56-208a-3f9deccdec6d-9ad6d3f3 {
  justify-self: end;
}

#w-node-_625748c5-0e31-b5d9-8abf-e72220346926-9ad6d3f3 {
  grid-area: 1 / 2 / 2 / 4;
  justify-self: stretch;
}

#w-node-_625748c5-0e31-b5d9-8abf-e72220346927-9ad6d3f3 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: start;
}

#w-node-_625748c5-0e31-b5d9-8abf-e7222034692a-9ad6d3f3 {
  align-self: start;
}

#w-node-_625748c5-0e31-b5d9-8abf-e7222034692d-9ad6d3f3 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_625748c5-0e31-b5d9-8abf-e72220346930-9ad6d3f3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_625748c5-0e31-b5d9-8abf-e72220346939-9ad6d3f3, #w-node-_625748c5-0e31-b5d9-8abf-e7222034693d-9ad6d3f3, #w-node-_625748c5-0e31-b5d9-8abf-e72220346941-9ad6d3f3 {
  place-self: center end;
}

#w-node-_30697c31-5cdb-6fcf-5548-b4be320b7475-635f91fe {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_30697c31-5cdb-6fcf-5548-b4be320b7478-635f91fe {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_30697c31-5cdb-6fcf-5548-b4be320b747b-635f91fe {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131e6-635f91fe {
  grid-area: 1 / 3 / 3 / 4;
  align-self: start;
}

#w-node-e74d0339-592b-76b0-ac1f-3a1ffcf136d4-635f91fe {
  align-self: center;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131ec-635f91fe {
  place-self: center start;
}

#w-node-cf2841df-329e-bf65-8b5a-1234a34e870b-635f91fe {
  align-self: center;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131f0-635f91fe {
  place-self: center start;
}

#w-node-_4291c902-9ee5-42e6-a3fc-8a62a437e838-635f91fe {
  align-self: center;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131f4-635f91fe {
  place-self: center start;
}

#w-node-_625748c5-0e31-b5d9-8abf-e72220346926-635f91fe {
  grid-area: 1 / 2 / 2 / 4;
  justify-self: stretch;
}

#w-node-_625748c5-0e31-b5d9-8abf-e72220346927-635f91fe {
  grid-area: 1 / 1 / 2 / 3;
  align-self: start;
}

#w-node-_625748c5-0e31-b5d9-8abf-e7222034692a-635f91fe {
  align-self: start;
}

#w-node-_625748c5-0e31-b5d9-8abf-e72220346930-635f91fe {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_625748c5-0e31-b5d9-8abf-e72220346939-635f91fe, #w-node-_625748c5-0e31-b5d9-8abf-e7222034693d-635f91fe, #w-node-_625748c5-0e31-b5d9-8abf-e72220346941-635f91fe {
  place-self: center end;
}

#w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-13ff6527 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-_06d98f73-386f-106d-9b9d-8057c0e4f1b4-13ff6527 {
  justify-self: start;
}

#w-node-_0b683e9b-74f4-bffd-89ea-d63131dd4bb7-13ff6527 {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-_30697c31-5cdb-6fcf-5548-b4be320b7475-13ff6527 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_30697c31-5cdb-6fcf-5548-b4be320b7478-13ff6527 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_30697c31-5cdb-6fcf-5548-b4be320b747b-13ff6527 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131e6-13ff6527 {
  grid-area: 1 / 3 / 3 / 4;
  align-self: start;
}

#w-node-e74d0339-592b-76b0-ac1f-3a1ffcf136d4-13ff6527 {
  align-self: center;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131ec-13ff6527 {
  place-self: center start;
}

#w-node-cf2841df-329e-bf65-8b5a-1234a34e870b-13ff6527 {
  align-self: center;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131f0-13ff6527 {
  place-self: center start;
}

#w-node-_4291c902-9ee5-42e6-a3fc-8a62a437e838-13ff6527 {
  align-self: center;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131f4-13ff6527 {
  place-self: center start;
}

#w-node-cbc6c9e5-883b-6c35-15ff-b35c53732ba0-13ff6527 {
  place-self: center;
}

#w-node-_625748c5-0e31-b5d9-8abf-e72220346926-13ff6527 {
  grid-area: 1 / 2 / 2 / 4;
  justify-self: stretch;
}

#w-node-_625748c5-0e31-b5d9-8abf-e72220346927-13ff6527 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: start;
}

#w-node-_625748c5-0e31-b5d9-8abf-e7222034692a-13ff6527 {
  align-self: start;
}

#w-node-_625748c5-0e31-b5d9-8abf-e72220346930-13ff6527 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_625748c5-0e31-b5d9-8abf-e72220346939-13ff6527, #w-node-_625748c5-0e31-b5d9-8abf-e7222034693d-13ff6527, #w-node-_625748c5-0e31-b5d9-8abf-e72220346941-13ff6527 {
  place-self: center end;
}

#w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-7faf9270 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-_06d98f73-386f-106d-9b9d-8057c0e4f1b4-7faf9270 {
  justify-self: start;
}

#w-node-_0b683e9b-74f4-bffd-89ea-d63131dd4bb7-7faf9270 {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-_30697c31-5cdb-6fcf-5548-b4be320b7475-7faf9270 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_30697c31-5cdb-6fcf-5548-b4be320b7478-7faf9270 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131e6-7faf9270 {
  grid-area: 1 / 3 / 3 / 4;
  align-self: start;
}

#w-node-e74d0339-592b-76b0-ac1f-3a1ffcf136d4-7faf9270 {
  align-self: center;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131ec-7faf9270 {
  place-self: center start;
}

#w-node-cf2841df-329e-bf65-8b5a-1234a34e870b-7faf9270 {
  align-self: center;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131f0-7faf9270 {
  place-self: center start;
}

#w-node-_4291c902-9ee5-42e6-a3fc-8a62a437e838-7faf9270 {
  align-self: center;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131f4-7faf9270 {
  place-self: center start;
}

#w-node-e3479040-d7c3-fc87-cbe6-c27c25913892-7faf9270 {
  place-self: center;
}

#w-node-_625748c5-0e31-b5d9-8abf-e72220346926-7faf9270 {
  grid-area: 1 / 2 / 2 / 4;
  justify-self: stretch;
}

#w-node-_625748c5-0e31-b5d9-8abf-e72220346927-7faf9270 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: start;
}

#w-node-_625748c5-0e31-b5d9-8abf-e7222034692a-7faf9270 {
  align-self: start;
}

#w-node-_625748c5-0e31-b5d9-8abf-e72220346930-7faf9270 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_625748c5-0e31-b5d9-8abf-e72220346939-7faf9270, #w-node-_625748c5-0e31-b5d9-8abf-e7222034693d-7faf9270 {
  place-self: center end;
}

#w-node-_1d214cef-4b81-583b-506f-7b91e0eb7638-b9e1d723 {
  justify-self: end;
}

#w-node-_1d214cef-4b81-583b-506f-7b91e0eb763b-b9e1d723 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30697c31-5cdb-6fcf-5548-b4be320b7475-b9e1d723 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_30697c31-5cdb-6fcf-5548-b4be320b7478-b9e1d723 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131e6-b9e1d723 {
  grid-area: 1 / 3 / 3 / 4;
  align-self: start;
}

#w-node-e74d0339-592b-76b0-ac1f-3a1ffcf136d4-b9e1d723 {
  align-self: center;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131ec-b9e1d723 {
  place-self: center start;
}

#w-node-cf2841df-329e-bf65-8b5a-1234a34e870b-b9e1d723 {
  align-self: center;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131f0-b9e1d723 {
  place-self: center start;
}

#w-node-_4291c902-9ee5-42e6-a3fc-8a62a437e838-b9e1d723 {
  align-self: center;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131f4-b9e1d723 {
  place-self: center start;
}

#w-node-_625748c5-0e31-b5d9-8abf-e72220346926-b9e1d723 {
  grid-area: 1 / 2 / 2 / 4;
  justify-self: stretch;
}

#w-node-_625748c5-0e31-b5d9-8abf-e72220346927-b9e1d723 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: start;
}

#w-node-_625748c5-0e31-b5d9-8abf-e7222034692a-b9e1d723 {
  align-self: start;
}

#w-node-_625748c5-0e31-b5d9-8abf-e72220346930-b9e1d723 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_625748c5-0e31-b5d9-8abf-e72220346939-b9e1d723, #w-node-_625748c5-0e31-b5d9-8abf-e7222034693d-b9e1d723, #w-node-_625748c5-0e31-b5d9-8abf-e72220346941-b9e1d723 {
  place-self: center end;
}

#w-node-_2c02989e-f2cf-1aec-cc27-6b693b774e1f-783da895 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-_2c02989e-f2cf-1aec-cc27-6b693b774e2a-783da895 {
  justify-self: start;
}

#w-node-_2c02989e-f2cf-1aec-cc27-6b693b774e2f-783da895 {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-a6574c8a-7a50-eb82-217b-6729cd785974-783da895 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-da0a367c-41d5-63f5-e083-8cfebce3c9a6-783da895 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-da0a367c-41d5-63f5-e083-8cfebce3c9a7-783da895 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-da0a367c-41d5-63f5-e083-8cfebce3c9aa-783da895 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-da0a367c-41d5-63f5-e083-8cfebce3c9ad-783da895 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-da0a367c-41d5-63f5-e083-8cfebce3c9b0-783da895 {
  grid-area: 1 / 3 / 3 / 4;
  align-self: start;
}

#w-node-da0a367c-41d5-63f5-e083-8cfebce3c9b6-783da895 {
  align-self: center;
}

#w-node-da0a367c-41d5-63f5-e083-8cfebce3c9b8-783da895 {
  place-self: center start;
}

#w-node-_5396dcb4-7f54-7ab5-884f-b3a184acda64-783da895 {
  align-self: center;
}

#w-node-_5396dcb4-7f54-7ab5-884f-b3a184acda67-783da895 {
  place-self: center start;
}

#w-node-_74e6d431-7922-3ee9-6aea-3887c427c7be-783da895 {
  align-self: center;
}

#w-node-_74e6d431-7922-3ee9-6aea-3887c427c7c1-783da895 {
  place-self: center start;
}

#w-node-a8454cde-dd07-f554-e843-2eb03915e62f-783da895 {
  align-self: center;
}

#w-node-a8454cde-dd07-f554-e843-2eb03915e632-783da895 {
  place-self: center start;
}

#w-node-b4e675ca-0be8-4240-88ff-464a0e328e85-783da895 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_8ca63803-6971-3978-e681-178e8ab776c2-783da895 {
  place-self: center;
}

#w-node-_43164ea3-dd1c-e18f-9aa7-0b224da020ed-783da895, #w-node-_6447aa75-e773-475e-5cc2-a200c3b22b96-783da895 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_6447aa75-e773-475e-5cc2-a200c3b22bb9-783da895 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_6447aa75-e773-475e-5cc2-a200c3b22bba-783da895 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6447aa75-e773-475e-5cc2-a200c3b22bbd-783da895 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_6447aa75-e773-475e-5cc2-a200c3b22bc2-783da895 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_6447aa75-e773-475e-5cc2-a200c3b22bc5-783da895 {
  place-self: center end;
}

#w-node-_6447aa75-e773-475e-5cc2-a200c3b22bc9-783da895 {
  grid-area: 1 / 3 / 3 / 4;
  align-self: start;
}

#w-node-_6447aa75-e773-475e-5cc2-a200c3b22bcb-783da895 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6447aa75-e773-475e-5cc2-a200c3b22bcf-783da895 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6447aa75-e773-475e-5cc2-a200c3b22bd1-783da895 {
  place-self: center start;
}

#w-node-_4c0fb3a0-8c7e-4632-e7c8-d79c860dc445-783da895 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_4c0fb3a0-8c7e-4632-e7c8-d79c860dc448-783da895 {
  place-self: center start;
}

#w-node-_0d815ffc-e430-04fb-d5fa-5db3340d3f6f-783da895 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0d815ffc-e430-04fb-d5fa-5db3340d3f72-783da895 {
  place-self: center start;
}

#w-node-_25eb0f5d-3b67-8776-6565-1c6dc1bed83e-783da895 {
  grid-area: Area;
}

#w-node-_626735af-2d71-3704-279d-e722f176882b-783da895 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_25eb0f5d-3b67-8776-6565-1c6dc1bed841-783da895 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-_68b0fa1d-78f6-75f3-eaa3-055a7d206047-269f15cd {
  align-self: center;
}

#w-node-_68b0fa1d-78f6-75f3-eaa3-055a7d206050-269f15cd, #w-node-_68b0fa1d-78f6-75f3-eaa3-055a7d206051-269f15cd {
  justify-self: start;
}

#w-node-_68b0fa1d-78f6-75f3-eaa3-055a7d206054-269f15cd {
  place-self: center;
}

#w-node-_68b0fa1d-78f6-75f3-eaa3-055a7d206056-269f15cd {
  place-self: center start;
}

#w-node-_68b0fa1d-78f6-75f3-eaa3-055a7d20605a-269f15cd {
  place-self: center;
}

#w-node-c0bd83b0-3a7b-85f9-0f5f-226981f0c52d-269f15cd {
  place-self: center start;
}

#w-node-_68b0fa1d-78f6-75f3-eaa3-055a7d206060-269f15cd {
  justify-self: start;
}

#w-node-_68b0fa1d-78f6-75f3-eaa3-055a7d206061-269f15cd {
  justify-self: stretch;
}

#w-node-_68b0fa1d-78f6-75f3-eaa3-055a7d206062-269f15cd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_68b0fa1d-78f6-75f3-eaa3-055a7d206064-269f15cd {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_68b0fa1d-78f6-75f3-eaa3-055a7d206066-269f15cd {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_68b0fa1d-78f6-75f3-eaa3-055a7d206068-269f15cd, #w-node-e7d6d47e-fd2c-0f1b-4bac-88dda3c0254c-269f15cd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e7d6d47e-fd2c-0f1b-4bac-88dda3c0254e-269f15cd {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e7d6d47e-fd2c-0f1b-4bac-88dda3c02550-269f15cd {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-e7d6d47e-fd2c-0f1b-4bac-88dda3c02552-269f15cd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_68b0fa1d-78f6-75f3-eaa3-055a7d20606a-269f15cd {
  justify-self: stretch;
}

#w-node-_68b0fa1d-78f6-75f3-eaa3-055a7d20606b-269f15cd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_68b0fa1d-78f6-75f3-eaa3-055a7d20606d-269f15cd {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_68b0fa1d-78f6-75f3-eaa3-055a7d20606f-269f15cd {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_68b0fa1d-78f6-75f3-eaa3-055a7d206071-269f15cd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d62f1c5b-2a3f-e1bf-6e6b-698ae56a93ba-269f15cd {
  justify-self: stretch;
}

#w-node-d62f1c5b-2a3f-e1bf-6e6b-698ae56a93bb-269f15cd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d62f1c5b-2a3f-e1bf-6e6b-698ae56a93bd-269f15cd {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d62f1c5b-2a3f-e1bf-6e6b-698ae56a93bf-269f15cd {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-d62f1c5b-2a3f-e1bf-6e6b-698ae56a93c1-269f15cd, #w-node-_3d99914e-d0c5-a152-9175-b064a124918f-269f15cd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3d99914e-d0c5-a152-9175-b064a1249191-269f15cd {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3d99914e-d0c5-a152-9175-b064a1249193-269f15cd {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_3d99914e-d0c5-a152-9175-b064a1249195-269f15cd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ba164bbb-938d-c95f-9428-d539c39c4ddf-269f15cd {
  align-self: center;
}

#w-node-ba164bbb-938d-c95f-9428-d539c39c4de1-269f15cd, #w-node-ba164bbb-938d-c95f-9428-d539c39c4de2-269f15cd {
  justify-self: start;
}

#w-node-ba164bbb-938d-c95f-9428-d539c39c4de4-269f15cd {
  place-self: center;
}

#w-node-ba164bbb-938d-c95f-9428-d539c39c4de6-269f15cd {
  place-self: center start;
}

#w-node-ba164bbb-938d-c95f-9428-d539c39c4de8-269f15cd {
  place-self: center;
}

#w-node-ba164bbb-938d-c95f-9428-d539c39c4dea-269f15cd {
  place-self: center start;
}

#w-node-ba164bbb-938d-c95f-9428-d539c39c4dec-269f15cd {
  justify-self: start;
}

#w-node-ba164bbb-938d-c95f-9428-d539c39c4ded-269f15cd {
  justify-self: stretch;
}

#w-node-ba164bbb-938d-c95f-9428-d539c39c4dee-269f15cd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ba164bbb-938d-c95f-9428-d539c39c4df0-269f15cd {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ba164bbb-938d-c95f-9428-d539c39c4df2-269f15cd {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-ba164bbb-938d-c95f-9428-d539c39c4df4-269f15cd, #w-node-ba164bbb-938d-c95f-9428-d539c39c4df7-269f15cd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ba164bbb-938d-c95f-9428-d539c39c4df9-269f15cd {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ba164bbb-938d-c95f-9428-d539c39c4dfb-269f15cd {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-ba164bbb-938d-c95f-9428-d539c39c4dfd-269f15cd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ba164bbb-938d-c95f-9428-d539c39c4dff-269f15cd {
  justify-self: stretch;
}

#w-node-ba164bbb-938d-c95f-9428-d539c39c4e00-269f15cd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ba164bbb-938d-c95f-9428-d539c39c4e02-269f15cd {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ba164bbb-938d-c95f-9428-d539c39c4e04-269f15cd {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-ba164bbb-938d-c95f-9428-d539c39c4e06-269f15cd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ba164bbb-938d-c95f-9428-d539c39c4e08-269f15cd {
  justify-self: stretch;
}

#w-node-ba164bbb-938d-c95f-9428-d539c39c4e09-269f15cd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ba164bbb-938d-c95f-9428-d539c39c4e0b-269f15cd {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ba164bbb-938d-c95f-9428-d539c39c4e0d-269f15cd {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-ba164bbb-938d-c95f-9428-d539c39c4e0f-269f15cd, #w-node-ba164bbb-938d-c95f-9428-d539c39c4e12-269f15cd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ba164bbb-938d-c95f-9428-d539c39c4e14-269f15cd {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ba164bbb-938d-c95f-9428-d539c39c4e16-269f15cd {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-ba164bbb-938d-c95f-9428-d539c39c4e18-269f15cd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e22a0bc9-0b1d-f666-8569-bbf55832c497-269f15cd {
  align-self: center;
}

#w-node-e22a0bc9-0b1d-f666-8569-bbf55832c499-269f15cd, #w-node-e22a0bc9-0b1d-f666-8569-bbf55832c49a-269f15cd {
  justify-self: start;
}

#w-node-e22a0bc9-0b1d-f666-8569-bbf55832c49c-269f15cd {
  place-self: center;
}

#w-node-e22a0bc9-0b1d-f666-8569-bbf55832c49e-269f15cd {
  place-self: center start;
}

#w-node-e22a0bc9-0b1d-f666-8569-bbf55832c4a0-269f15cd {
  place-self: center;
}

#w-node-e22a0bc9-0b1d-f666-8569-bbf55832c4a2-269f15cd {
  place-self: center start;
}

#w-node-e22a0bc9-0b1d-f666-8569-bbf55832c4a4-269f15cd {
  justify-self: start;
}

#w-node-e22a0bc9-0b1d-f666-8569-bbf55832c4a5-269f15cd {
  justify-self: stretch;
}

#w-node-e22a0bc9-0b1d-f666-8569-bbf55832c4a6-269f15cd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e22a0bc9-0b1d-f666-8569-bbf55832c4a8-269f15cd {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e22a0bc9-0b1d-f666-8569-bbf55832c4aa-269f15cd {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-e22a0bc9-0b1d-f666-8569-bbf55832c4ac-269f15cd, #w-node-e22a0bc9-0b1d-f666-8569-bbf55832c4af-269f15cd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e22a0bc9-0b1d-f666-8569-bbf55832c4b1-269f15cd {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e22a0bc9-0b1d-f666-8569-bbf55832c4b3-269f15cd {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-e22a0bc9-0b1d-f666-8569-bbf55832c4b5-269f15cd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e22a0bc9-0b1d-f666-8569-bbf55832c4b7-269f15cd {
  justify-self: stretch;
}

#w-node-e22a0bc9-0b1d-f666-8569-bbf55832c4b8-269f15cd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e22a0bc9-0b1d-f666-8569-bbf55832c4ba-269f15cd {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e22a0bc9-0b1d-f666-8569-bbf55832c4bc-269f15cd {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-e22a0bc9-0b1d-f666-8569-bbf55832c4be-269f15cd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e22a0bc9-0b1d-f666-8569-bbf55832c4c0-269f15cd {
  justify-self: stretch;
}

#w-node-e22a0bc9-0b1d-f666-8569-bbf55832c4c1-269f15cd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e22a0bc9-0b1d-f666-8569-bbf55832c4c3-269f15cd {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e22a0bc9-0b1d-f666-8569-bbf55832c4c5-269f15cd {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-e22a0bc9-0b1d-f666-8569-bbf55832c4c7-269f15cd, #w-node-e22a0bc9-0b1d-f666-8569-bbf55832c4ca-269f15cd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e22a0bc9-0b1d-f666-8569-bbf55832c4cc-269f15cd {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e22a0bc9-0b1d-f666-8569-bbf55832c4ce-269f15cd {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-e22a0bc9-0b1d-f666-8569-bbf55832c4d0-269f15cd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b3113349-bf7e-a35d-297d-2a4dc91d2d32-269f15cd {
  align-self: center;
}

#w-node-b3113349-bf7e-a35d-297d-2a4dc91d2d34-269f15cd, #w-node-b3113349-bf7e-a35d-297d-2a4dc91d2d35-269f15cd {
  justify-self: start;
}

#w-node-b3113349-bf7e-a35d-297d-2a4dc91d2d37-269f15cd {
  place-self: center;
}

#w-node-b3113349-bf7e-a35d-297d-2a4dc91d2d39-269f15cd {
  place-self: center start;
}

#w-node-b3113349-bf7e-a35d-297d-2a4dc91d2d3b-269f15cd {
  place-self: center;
}

#w-node-b3113349-bf7e-a35d-297d-2a4dc91d2d3d-269f15cd {
  place-self: center start;
}

#w-node-b3113349-bf7e-a35d-297d-2a4dc91d2d3f-269f15cd {
  justify-self: start;
}

#w-node-b3113349-bf7e-a35d-297d-2a4dc91d2d40-269f15cd {
  justify-self: stretch;
}

#w-node-b3113349-bf7e-a35d-297d-2a4dc91d2d41-269f15cd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b3113349-bf7e-a35d-297d-2a4dc91d2d43-269f15cd {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b3113349-bf7e-a35d-297d-2a4dc91d2d45-269f15cd {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-b3113349-bf7e-a35d-297d-2a4dc91d2d47-269f15cd, #w-node-b3113349-bf7e-a35d-297d-2a4dc91d2d4a-269f15cd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b3113349-bf7e-a35d-297d-2a4dc91d2d4c-269f15cd {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b3113349-bf7e-a35d-297d-2a4dc91d2d4e-269f15cd {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-b3113349-bf7e-a35d-297d-2a4dc91d2d50-269f15cd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b3113349-bf7e-a35d-297d-2a4dc91d2d52-269f15cd {
  justify-self: stretch;
}

#w-node-b3113349-bf7e-a35d-297d-2a4dc91d2d53-269f15cd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b3113349-bf7e-a35d-297d-2a4dc91d2d55-269f15cd {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b3113349-bf7e-a35d-297d-2a4dc91d2d57-269f15cd {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-b3113349-bf7e-a35d-297d-2a4dc91d2d59-269f15cd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b3113349-bf7e-a35d-297d-2a4dc91d2d5b-269f15cd {
  justify-self: stretch;
}

#w-node-b3113349-bf7e-a35d-297d-2a4dc91d2d5c-269f15cd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b3113349-bf7e-a35d-297d-2a4dc91d2d5e-269f15cd {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b3113349-bf7e-a35d-297d-2a4dc91d2d60-269f15cd {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-b3113349-bf7e-a35d-297d-2a4dc91d2d62-269f15cd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_68008277-6a00-21ce-0b9d-360ebedb82a7-269f15cd {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_68008277-6a00-21ce-0b9d-360ebedb82a9-269f15cd {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_68008277-6a00-21ce-0b9d-360ebedb82b0-269f15cd {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_68008277-6a00-21ce-0b9d-360ebedb82b2-269f15cd {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_9eb09216-8382-b246-0f57-c267c195f4c5-269f15cd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_9eb09216-8382-b246-0f57-c267c195f4cc-269f15cd {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-_9abe8c58-3e9c-9117-8b19-cbaafaec2d99-269f15cd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9abe8c58-3e9c-9117-8b19-cbaafaec2d9a-269f15cd {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-_9abe8c58-3e9c-9117-8b19-cbaafaec2d9e-269f15cd {
  place-self: center end;
}

#w-node-_149fe6dc-9aaa-f4f0-0e2b-01a80e12e53e-269f15cd {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_2f357f5a-6f53-ed68-d41c-3bdd50f00e5e-269f15cd {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d6582436-b4eb-79ce-491a-f5f2d726218e-269f15cd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1a324e86-4a6a-25f6-216b-6e5fefbde501-269f15cd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_9abe8c58-3e9c-9117-8b19-cbaafaec2daa-269f15cd {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-c402cb62-2fd7-5e0b-2125-de9c3bf57143-269f15cd {
  place-self: center;
}

#w-node-c402cb62-2fd7-5e0b-2125-de9c3bf5714d-269f15cd {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-c402cb62-2fd7-5e0b-2125-de9c3bf57170-269f15cd {
  grid-area: 1 / 1 / 3 / 2;
  align-self: start;
}

#w-node-c402cb62-2fd7-5e0b-2125-de9c3bf57176-269f15cd {
  align-self: center;
}

#w-node-c402cb62-2fd7-5e0b-2125-de9c3bf57178-269f15cd {
  place-self: center start;
}

#w-node-c402cb62-2fd7-5e0b-2125-de9c3bf5717b-269f15cd {
  align-self: center;
}

#w-node-c402cb62-2fd7-5e0b-2125-de9c3bf5717d-269f15cd {
  place-self: center start;
}

#w-node-c402cb62-2fd7-5e0b-2125-de9c3bf57180-269f15cd {
  align-self: center;
}

#w-node-c402cb62-2fd7-5e0b-2125-de9c3bf57182-269f15cd {
  place-self: center start;
}

#w-node-c402cb62-2fd7-5e0b-2125-de9c3bf57184-269f15cd {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-c402cb62-2fd7-5e0b-2125-de9c3bf57187-269f15cd {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-c402cb62-2fd7-5e0b-2125-de9c3bf5718a-269f15cd {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_9c2e3a8f-0ac6-b31c-30d2-c6b50e84767c-269f15cd {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-f3691f0b-2feb-d2ba-4e15-9a7522f8e6dd-268cde2b {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-f3691f0b-2feb-d2ba-4e15-9a7522f8e6e5-268cde2b {
  justify-self: start;
}

#w-node-f3691f0b-2feb-d2ba-4e15-9a7522f8e6ea-268cde2b {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-f3691f0b-2feb-d2ba-4e15-9a7522f8e6ff-268cde2b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f3691f0b-2feb-d2ba-4e15-9a7522f8e74f-268cde2b {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-f3691f0b-2feb-d2ba-4e15-9a7522f8e752-268cde2b {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-f3691f0b-2feb-d2ba-4e15-9a7522f8e755-268cde2b {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-f3691f0b-2feb-d2ba-4e15-9a7522f8e758-268cde2b {
  grid-area: 1 / 3 / 3 / 4;
  align-self: start;
}

#w-node-f3691f0b-2feb-d2ba-4e15-9a7522f8e75e-268cde2b {
  align-self: center;
}

#w-node-f3691f0b-2feb-d2ba-4e15-9a7522f8e760-268cde2b {
  place-self: center start;
}

#w-node-f3691f0b-2feb-d2ba-4e15-9a7522f8e763-268cde2b {
  align-self: center;
}

#w-node-f3691f0b-2feb-d2ba-4e15-9a7522f8e765-268cde2b {
  place-self: center start;
}

#w-node-f3691f0b-2feb-d2ba-4e15-9a7522f8e768-268cde2b {
  align-self: center;
}

#w-node-f3691f0b-2feb-d2ba-4e15-9a7522f8e76a-268cde2b {
  place-self: center start;
}

#w-node-d9a25449-6c01-80b2-5f68-d86f9fde34fd-268cde2b {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-d9a25449-6c01-80b2-5f68-d86f9fde3520-268cde2b {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-d9a25449-6c01-80b2-5f68-d86f9fde3524-268cde2b {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-d9a25449-6c01-80b2-5f68-d86f9fde3527-268cde2b {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_065c9881-57ea-dd9d-d850-26eeb3bcb80d-268cde2b {
  place-self: center;
}

#w-node-d9a25449-6c01-80b2-5f68-d86f9fde352a-268cde2b {
  grid-area: 1 / 3 / 3 / 4;
  align-self: start;
}

#w-node-d9a25449-6c01-80b2-5f68-d86f9fde3530-268cde2b {
  align-self: center;
}

#w-node-d9a25449-6c01-80b2-5f68-d86f9fde3532-268cde2b {
  place-self: center start;
}

#w-node-d9a25449-6c01-80b2-5f68-d86f9fde3535-268cde2b {
  align-self: center;
}

#w-node-d9a25449-6c01-80b2-5f68-d86f9fde3537-268cde2b {
  place-self: center start;
}

#w-node-d9a25449-6c01-80b2-5f68-d86f9fde353a-268cde2b {
  align-self: center;
}

#w-node-d9a25449-6c01-80b2-5f68-d86f9fde353c-268cde2b {
  place-self: center start;
}

#w-node-f3691f0b-2feb-d2ba-4e15-9a7522f8e79a-268cde2b {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-f3691f0b-2feb-d2ba-4e15-9a7522f8e7bd-268cde2b {
  grid-area: 1 / 1 / 3 / 2;
  align-self: start;
}

#w-node-f3691f0b-2feb-d2ba-4e15-9a7522f8e7c3-268cde2b {
  align-self: center;
}

#w-node-f3691f0b-2feb-d2ba-4e15-9a7522f8e7c5-268cde2b {
  place-self: center start;
}

#w-node-f3691f0b-2feb-d2ba-4e15-9a7522f8e7c8-268cde2b {
  align-self: center;
}

#w-node-f3691f0b-2feb-d2ba-4e15-9a7522f8e7ca-268cde2b {
  place-self: center start;
}

#w-node-f3691f0b-2feb-d2ba-4e15-9a7522f8e7cd-268cde2b {
  align-self: center;
}

#w-node-f3691f0b-2feb-d2ba-4e15-9a7522f8e7cf-268cde2b {
  place-self: center start;
}

#w-node-f3691f0b-2feb-d2ba-4e15-9a7522f8e7d1-268cde2b {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-f3691f0b-2feb-d2ba-4e15-9a7522f8e7d4-268cde2b {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-f3691f0b-2feb-d2ba-4e15-9a7522f8e7d7-268cde2b {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_6927740a-16cd-bd5d-f6fa-db156c0529a8-268cde2b {
  place-self: center end;
}

#w-node-f3691f0b-2feb-d2ba-4e15-9a7522f8e808-268cde2b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f3691f0b-2feb-d2ba-4e15-9a7522f8e82e-268cde2b {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-f3691f0b-2feb-d2ba-4e15-9a7522f8e831-268cde2b {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-f3691f0b-2feb-d2ba-4e15-9a7522f8e834-268cde2b {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_45e3111d-9254-d2ab-5336-f5cac79f6a63-268cde2b {
  place-self: center end;
}

#w-node-f3691f0b-2feb-d2ba-4e15-9a7522f8e837-268cde2b {
  grid-area: 1 / 3 / 3 / 4;
  align-self: start;
}

#w-node-f3691f0b-2feb-d2ba-4e15-9a7522f8e83d-268cde2b {
  align-self: center;
}

#w-node-f3691f0b-2feb-d2ba-4e15-9a7522f8e83f-268cde2b {
  place-self: center start;
}

#w-node-f3691f0b-2feb-d2ba-4e15-9a7522f8e842-268cde2b {
  align-self: center;
}

#w-node-f3691f0b-2feb-d2ba-4e15-9a7522f8e844-268cde2b {
  place-self: center start;
}

#w-node-f3691f0b-2feb-d2ba-4e15-9a7522f8e847-268cde2b {
  align-self: center;
}

#w-node-f3691f0b-2feb-d2ba-4e15-9a7522f8e849-268cde2b {
  place-self: center start;
}

#w-node-e041fa75-9cc1-1a54-2460-378296bf2879-268cde2b {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-b9f79bb9-b0c9-3ac1-6210-169bc9a8a5cb-268cde2b {
  grid-area: 1 / 3 / 2 / 4;
  align-self: start;
}

#w-node-b9f79bb9-b0c9-3ac1-6210-169bc9a8a5cf-268cde2b {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-b9f79bb9-b0c9-3ac1-6210-169bc9a8a5d4-268cde2b {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-b9f79bb9-b0c9-3ac1-6210-169bc9a8a5d7-268cde2b {
  place-self: center;
}

#w-node-b9f79bb9-b0c9-3ac1-6210-169bc9a8a5a8-268cde2b {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8e469670-215e-e146-f31b-6c9651d9e6c4-ebc067c3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8e469670-215e-e146-f31b-6c9651d9e6c5-ebc067c3 {
  grid-area: 1 / 1 / 2 / 3;
  place-self: center stretch;
}

#w-node-_8e469670-215e-e146-f31b-6c9651d9e6cb-ebc067c3, #w-node-_8e469670-215e-e146-f31b-6c9651d9e6cd-ebc067c3 {
  justify-self: start;
}

#w-node-eb33189f-8b62-a24f-bb27-6e2b890fdcf1-ebc067c3 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: start;
}

#w-node-_81704656-1a5a-21d4-0b30-3891b73c0141-ebc067c3 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_0c0d0660-cdfb-a818-a9bb-f4c56613b4db-ebc067c3 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_65b89594-20b0-1f1b-8301-32d5caf8b2af-ebc067c3 {
  grid-area: 1 / 2 / 3 / 3;
  place-self: center end;
}

#w-node-c402cb62-2fd7-5e0b-2125-de9c3bf57143-ebc067c3 {
  place-self: center;
}

#w-node-c402cb62-2fd7-5e0b-2125-de9c3bf5714d-ebc067c3 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-c402cb62-2fd7-5e0b-2125-de9c3bf57170-ebc067c3 {
  grid-area: 1 / 1 / 3 / 2;
  align-self: start;
}

#w-node-c402cb62-2fd7-5e0b-2125-de9c3bf57176-ebc067c3 {
  align-self: center;
}

#w-node-c402cb62-2fd7-5e0b-2125-de9c3bf57178-ebc067c3 {
  place-self: center start;
}

#w-node-c402cb62-2fd7-5e0b-2125-de9c3bf5717b-ebc067c3 {
  align-self: center;
}

#w-node-c402cb62-2fd7-5e0b-2125-de9c3bf5717d-ebc067c3 {
  place-self: center start;
}

#w-node-c402cb62-2fd7-5e0b-2125-de9c3bf57180-ebc067c3 {
  align-self: center;
}

#w-node-c402cb62-2fd7-5e0b-2125-de9c3bf57182-ebc067c3 {
  place-self: center start;
}

#w-node-_0b7e0f90-328a-9cac-87a2-4eb84b11fbaf-ebc067c3 {
  align-self: center;
}

#w-node-_0b7e0f90-328a-9cac-87a2-4eb84b11fbb1-ebc067c3 {
  place-self: center start;
}

#w-node-c402cb62-2fd7-5e0b-2125-de9c3bf57184-ebc067c3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-c402cb62-2fd7-5e0b-2125-de9c3bf57185-ebc067c3 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-c402cb62-2fd7-5e0b-2125-de9c3bf57187-ebc067c3 {
  grid-area: 2 / 1 / 3 / 3;
  align-self: start;
}

#w-node-c402cb62-2fd7-5e0b-2125-de9c3bf5718a-ebc067c3 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-acc60a0b-2665-4d25-4d01-2a8d359bc4e2-ebc067c3 {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center;
}

#w-node-_9c2e3a8f-0ac6-b31c-30d2-c6b50e84767c-ebc067c3 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_9eb09216-8382-b246-0f57-c267c195f4c5-ebc067c3 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_9eb09216-8382-b246-0f57-c267c195f4cc-ebc067c3 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-c29857ce-bd04-3246-06a6-9ad1961898fc-ebc067c3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c29857ce-bd04-3246-06a6-9ad196189904-ebc067c3 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center end;
}

#w-node-c29857ce-bd04-3246-06a6-9ad196189909-ebc067c3, #w-node-c29857ce-bd04-3246-06a6-9ad19618990b-ebc067c3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c29857ce-bd04-3246-06a6-9ad196189926-ebc067c3 {
  place-self: end start;
}

#w-node-c29857ce-bd04-3246-06a6-9ad196189935-ebc067c3 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-c29857ce-bd04-3246-06a6-9ad19618994b-ebc067c3 {
  place-self: end start;
}

#w-node-c29857ce-bd04-3246-06a6-9ad19618995a-ebc067c3 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-c29857ce-bd04-3246-06a6-9ad196189962-ebc067c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c29857ce-bd04-3246-06a6-9ad196189970-ebc067c3 {
  place-self: end start;
}

#w-node-c29857ce-bd04-3246-06a6-9ad19618997f-ebc067c3 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-c29857ce-bd04-3246-06a6-9ad196189995-ebc067c3 {
  place-self: end start;
}

#w-node-c29857ce-bd04-3246-06a6-9ad1961899a4-ebc067c3 {
  justify-self: end;
}

#w-node-c29857ce-bd04-3246-06a6-9ad1961899a5-ebc067c3 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-c29857ce-bd04-3246-06a6-9ad1961899a8-ebc067c3 {
  justify-self: start;
}

#w-node-c29857ce-bd04-3246-06a6-9ad1961899a9-ebc067c3 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_882b7a90-e6cc-1bbc-79f9-eaf8eb4ee8fc-ebc067c3 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_882b7a90-e6cc-1bbc-79f9-eaf8eb4ee8fe-ebc067c3 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_882b7a90-e6cc-1bbc-79f9-eaf8eb4ee900-ebc067c3 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_882b7a90-e6cc-1bbc-79f9-eaf8eb4ee902-ebc067c3 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-fea9d35f-e291-6202-0e05-b293025d8d2f-ebc067c3 {
  grid-area: 2 / 5 / 3 / 6;
}

#w-node-b973fbe0-d517-3bc2-9ba7-38d44d60feff-be800c7b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b973fbe0-d517-3bc2-9ba7-38d44d60ff00-be800c7b {
  grid-area: 1 / 1 / 2 / 3;
  place-self: center stretch;
}

#w-node-b973fbe0-d517-3bc2-9ba7-38d44d60ff06-be800c7b, #w-node-b973fbe0-d517-3bc2-9ba7-38d44d60ff0a-be800c7b {
  justify-self: start;
}

#w-node-b973fbe0-d517-3bc2-9ba7-38d44d60ff15-be800c7b {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: start;
}

#w-node-b973fbe0-d517-3bc2-9ba7-38d44d60ff22-be800c7b {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-b973fbe0-d517-3bc2-9ba7-38d44d60ff25-be800c7b {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-b973fbe0-d517-3bc2-9ba7-38d44d60ff27-be800c7b {
  grid-area: 1 / 2 / 3 / 3;
  place-self: center end;
}

#w-node-b973fbe0-d517-3bc2-9ba7-38d44d60ff3c-be800c7b {
  place-self: center;
}

#w-node-b973fbe0-d517-3bc2-9ba7-38d44d60ff46-be800c7b {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-b973fbe0-d517-3bc2-9ba7-38d44d60ff67-be800c7b {
  grid-area: 1 / 1 / 3 / 2;
  align-self: start;
}

#w-node-bfc77643-98b4-d8ff-8fd4-5f5971a20854-be800c7b {
  align-self: center;
}

#w-node-bfc77643-98b4-d8ff-8fd4-5f5971a20856-be800c7b {
  place-self: center start;
}

#w-node-b973fbe0-d517-3bc2-9ba7-38d44d60ff80-be800c7b {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-b973fbe0-d517-3bc2-9ba7-38d44d60ff8d-be800c7b {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center;
}

#w-node-b973fbe0-d517-3bc2-9ba7-38d44d60ff91-be800c7b {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-b973fbe0-d517-3bc2-9ba7-38d44d60ff95-be800c7b {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-b973fbe0-d517-3bc2-9ba7-38d44d60ff9d-be800c7b {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-b973fbe0-d517-3bc2-9ba7-38d44d60ffde-be800c7b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b973fbe0-d517-3bc2-9ba7-38d44d60ffe6-be800c7b {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center end;
}

#w-node-b973fbe0-d517-3bc2-9ba7-38d44d60ffeb-be800c7b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6676e2d7-049a-6b62-825b-88272aded7e0-be800c7b {
  place-self: end start;
}

#w-node-b973fbe0-d517-3bc2-9ba7-38d44d61008a-be800c7b {
  justify-self: end;
}

#w-node-b973fbe0-d517-3bc2-9ba7-38d44d61008b-be800c7b {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-b973fbe0-d517-3bc2-9ba7-38d44d61008e-be800c7b {
  justify-self: start;
}

#w-node-b973fbe0-d517-3bc2-9ba7-38d44d61008f-be800c7b {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-b973fbe0-d517-3bc2-9ba7-38d44d610095-be800c7b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-b973fbe0-d517-3bc2-9ba7-38d44d610096-be800c7b {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-b973fbe0-d517-3bc2-9ba7-38d44d61009c-be800c7b {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-b973fbe0-d517-3bc2-9ba7-38d44d61009e-be800c7b {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-b973fbe0-d517-3bc2-9ba7-38d44d6100a0-be800c7b {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-b973fbe0-d517-3bc2-9ba7-38d44d6100a2-be800c7b {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-b973fbe0-d517-3bc2-9ba7-38d44d6100a4-be800c7b {
  grid-area: 2 / 5 / 3 / 6;
}

#w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-60ba960a {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-_06d98f73-386f-106d-9b9d-8057c0e4f1b4-60ba960a {
  justify-self: start;
}

#w-node-_0b683e9b-74f4-bffd-89ea-d63131dd4bb7-60ba960a {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-_30697c31-5cdb-6fcf-5548-b4be320b7475-60ba960a {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_30697c31-5cdb-6fcf-5548-b4be320b7478-60ba960a {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_30697c31-5cdb-6fcf-5548-b4be320b747b-60ba960a {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131e6-60ba960a {
  grid-area: 1 / 3 / 3 / 4;
  align-self: start;
}

#w-node-e74d0339-592b-76b0-ac1f-3a1ffcf136d4-60ba960a {
  align-self: center;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131ec-60ba960a {
  place-self: center start;
}

#w-node-cf2841df-329e-bf65-8b5a-1234a34e870b-60ba960a {
  align-self: center;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131f0-60ba960a {
  place-self: center start;
}

#w-node-_4291c902-9ee5-42e6-a3fc-8a62a437e838-60ba960a {
  align-self: center;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131f4-60ba960a {
  place-self: center start;
}

#w-node-cbc6c9e5-883b-6c35-15ff-b35c53732ba0-60ba960a {
  place-self: center;
}

#w-node-a8883860-bd6a-b410-4940-4f0a15b5d2fb-60ba960a {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_625748c5-0e31-b5d9-8abf-e72220346926-60ba960a {
  grid-area: 1 / 2 / 2 / 4;
  justify-self: stretch;
}

#w-node-_625748c5-0e31-b5d9-8abf-e72220346927-60ba960a {
  grid-area: 1 / 1 / 2 / 3;
  align-self: start;
}

#w-node-_625748c5-0e31-b5d9-8abf-e7222034692a-60ba960a {
  align-self: start;
}

#w-node-_625748c5-0e31-b5d9-8abf-e72220346930-60ba960a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_625748c5-0e31-b5d9-8abf-e72220346939-60ba960a, #w-node-_625748c5-0e31-b5d9-8abf-e7222034693d-60ba960a, #w-node-_625748c5-0e31-b5d9-8abf-e72220346941-60ba960a {
  place-self: center end;
}

#w-node-_876b425f-f8b2-8ab2-3f53-4051efb9ee81-60ba960a {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-_876b425f-f8b2-8ab2-3f53-4051efb9ee84-60ba960a {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_876b425f-f8b2-8ab2-3f53-4051efb9ee87-60ba960a {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-c1106c7b-189f-7944-6eb6-5c79a159f28a-60ba960a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c1106c7b-189f-7944-6eb6-5c79a159f28b-60ba960a {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-c1106c7b-189f-7944-6eb6-5c79a159f28f-60ba960a {
  place-self: center end;
}

#w-node-c1106c7b-189f-7944-6eb6-5c79a159f29a-60ba960a {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-c1106c7b-189f-7944-6eb6-5c79a159f29c-60ba960a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c1106c7b-189f-7944-6eb6-5c79a159f29d-60ba960a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c1106c7b-189f-7944-6eb6-5c79a159f29e-60ba960a {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-c1106c7b-189f-7944-6eb6-5c79a159f29f-60ba960a {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-bee8758c-0b56-d7b1-d281-403f0e6ea90d-60ba960a {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-bee8758c-0b56-d7b1-d281-403f0e6ea910-60ba960a {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-bee8758c-0b56-d7b1-d281-403f0e6ea913-60ba960a {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_8e469670-215e-e146-f31b-6c9651d9e6c4-dbd7b67b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8e469670-215e-e146-f31b-6c9651d9e6c5-dbd7b67b {
  grid-area: 1 / 1 / 2 / 3;
  place-self: center stretch;
}

#w-node-_8e469670-215e-e146-f31b-6c9651d9e6cb-dbd7b67b, #w-node-_8e469670-215e-e146-f31b-6c9651d9e6cd-dbd7b67b {
  justify-self: start;
}

#w-node-eb33189f-8b62-a24f-bb27-6e2b890fdcf1-dbd7b67b {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: start;
}

#w-node-_81704656-1a5a-21d4-0b30-3891b73c0141-dbd7b67b {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_0c0d0660-cdfb-a818-a9bb-f4c56613b4db-dbd7b67b {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_65b89594-20b0-1f1b-8301-32d5caf8b2af-dbd7b67b {
  grid-area: 1 / 2 / 3 / 3;
  place-self: center end;
}

#w-node-_882b7a90-e6cc-1bbc-79f9-eaf8eb4ee8f7-dbd7b67b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_882b7a90-e6cc-1bbc-79f9-eaf8eb4ee8f8-dbd7b67b {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_882b7a90-e6cc-1bbc-79f9-eaf8eb4ee8fc-dbd7b67b {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_882b7a90-e6cc-1bbc-79f9-eaf8eb4ee8fe-dbd7b67b {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_882b7a90-e6cc-1bbc-79f9-eaf8eb4ee900-dbd7b67b {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_882b7a90-e6cc-1bbc-79f9-eaf8eb4ee902-dbd7b67b {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-bc3d42f2-ded4-05c5-345b-2d2bf4bf55bf-dbd7b67b {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-bc3d42f2-ded4-05c5-345b-2d2bf4bf55c0-dbd7b67b {
  grid-area: 1 / 3 / 2 / 5;
  align-self: start;
}

#w-node-bc3d42f2-ded4-05c5-345b-2d2bf4bf55c4-dbd7b67b {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-f6751293-6f94-06a5-ed60-ad82ebb80cc1-dbd7b67b {
  align-self: center;
}

#w-node-f6751293-6f94-06a5-ed60-ad82ebb80cc3-dbd7b67b {
  place-self: center start;
}

#w-node-f6751293-6f94-06a5-ed60-ad82ebb80cc6-dbd7b67b {
  align-self: center;
}

#w-node-f6751293-6f94-06a5-ed60-ad82ebb80cc8-dbd7b67b {
  place-self: center start;
}

#w-node-f6751293-6f94-06a5-ed60-ad82ebb80ccb-dbd7b67b {
  align-self: center;
}

#w-node-f6751293-6f94-06a5-ed60-ad82ebb80ccd-dbd7b67b {
  place-self: center start;
}

#w-node-bc3d42f2-ded4-05c5-345b-2d2bf4bf55c9-dbd7b67b {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-bc3d42f2-ded4-05c5-345b-2d2bf4bf55ca-dbd7b67b {
  place-self: center;
}

#w-node-bc3d42f2-ded4-05c5-345b-2d2bf4bf55d0-dbd7b67b {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_56d35c46-9563-d921-aee3-1d9544eea332-dbd7b67b {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_68b0fa1d-78f6-75f3-eaa3-055a7d206047-dbd7b67b {
  align-self: center;
}

#w-node-_68b0fa1d-78f6-75f3-eaa3-055a7d206050-dbd7b67b, #w-node-_68b0fa1d-78f6-75f3-eaa3-055a7d206051-dbd7b67b {
  justify-self: start;
}

#w-node-_68b0fa1d-78f6-75f3-eaa3-055a7d206054-dbd7b67b {
  place-self: center;
}

#w-node-_68b0fa1d-78f6-75f3-eaa3-055a7d206056-dbd7b67b {
  place-self: center start;
}

#w-node-_68b0fa1d-78f6-75f3-eaa3-055a7d20605a-dbd7b67b {
  place-self: center;
}

#w-node-c0bd83b0-3a7b-85f9-0f5f-226981f0c52d-dbd7b67b {
  place-self: center start;
}

#w-node-_68b0fa1d-78f6-75f3-eaa3-055a7d206060-dbd7b67b {
  justify-self: start;
}

#w-node-_68b0fa1d-78f6-75f3-eaa3-055a7d206061-dbd7b67b {
  justify-self: stretch;
}

#w-node-_68b0fa1d-78f6-75f3-eaa3-055a7d206062-dbd7b67b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_68b0fa1d-78f6-75f3-eaa3-055a7d206064-dbd7b67b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_68b0fa1d-78f6-75f3-eaa3-055a7d206066-dbd7b67b {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_68b0fa1d-78f6-75f3-eaa3-055a7d206068-dbd7b67b, #w-node-e7d6d47e-fd2c-0f1b-4bac-88dda3c0254c-dbd7b67b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e7d6d47e-fd2c-0f1b-4bac-88dda3c0254e-dbd7b67b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e7d6d47e-fd2c-0f1b-4bac-88dda3c02550-dbd7b67b {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-e7d6d47e-fd2c-0f1b-4bac-88dda3c02552-dbd7b67b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_68b0fa1d-78f6-75f3-eaa3-055a7d20606a-dbd7b67b {
  justify-self: stretch;
}

#w-node-_68b0fa1d-78f6-75f3-eaa3-055a7d20606b-dbd7b67b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_68b0fa1d-78f6-75f3-eaa3-055a7d20606d-dbd7b67b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_68b0fa1d-78f6-75f3-eaa3-055a7d20606f-dbd7b67b {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_68b0fa1d-78f6-75f3-eaa3-055a7d206071-dbd7b67b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d62f1c5b-2a3f-e1bf-6e6b-698ae56a93ba-dbd7b67b {
  justify-self: stretch;
}

#w-node-d62f1c5b-2a3f-e1bf-6e6b-698ae56a93bb-dbd7b67b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d62f1c5b-2a3f-e1bf-6e6b-698ae56a93bd-dbd7b67b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d62f1c5b-2a3f-e1bf-6e6b-698ae56a93bf-dbd7b67b {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-d62f1c5b-2a3f-e1bf-6e6b-698ae56a93c1-dbd7b67b, #w-node-_3d99914e-d0c5-a152-9175-b064a124918f-dbd7b67b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3d99914e-d0c5-a152-9175-b064a1249191-dbd7b67b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3d99914e-d0c5-a152-9175-b064a1249193-dbd7b67b {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_3d99914e-d0c5-a152-9175-b064a1249195-dbd7b67b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ba164bbb-938d-c95f-9428-d539c39c4ddf-dbd7b67b {
  align-self: center;
}

#w-node-ba164bbb-938d-c95f-9428-d539c39c4de1-dbd7b67b, #w-node-ba164bbb-938d-c95f-9428-d539c39c4de2-dbd7b67b {
  justify-self: start;
}

#w-node-ba164bbb-938d-c95f-9428-d539c39c4de4-dbd7b67b {
  place-self: center;
}

#w-node-ba164bbb-938d-c95f-9428-d539c39c4de6-dbd7b67b {
  place-self: center start;
}

#w-node-ba164bbb-938d-c95f-9428-d539c39c4de8-dbd7b67b {
  place-self: center;
}

#w-node-ba164bbb-938d-c95f-9428-d539c39c4dea-dbd7b67b {
  place-self: center start;
}

#w-node-ba164bbb-938d-c95f-9428-d539c39c4dec-dbd7b67b {
  justify-self: start;
}

#w-node-ba164bbb-938d-c95f-9428-d539c39c4ded-dbd7b67b {
  justify-self: stretch;
}

#w-node-ba164bbb-938d-c95f-9428-d539c39c4dee-dbd7b67b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ba164bbb-938d-c95f-9428-d539c39c4df0-dbd7b67b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ba164bbb-938d-c95f-9428-d539c39c4df2-dbd7b67b {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-ba164bbb-938d-c95f-9428-d539c39c4df4-dbd7b67b, #w-node-ba164bbb-938d-c95f-9428-d539c39c4df7-dbd7b67b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ba164bbb-938d-c95f-9428-d539c39c4df9-dbd7b67b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ba164bbb-938d-c95f-9428-d539c39c4dfb-dbd7b67b {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-ba164bbb-938d-c95f-9428-d539c39c4dfd-dbd7b67b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ba164bbb-938d-c95f-9428-d539c39c4dff-dbd7b67b {
  justify-self: stretch;
}

#w-node-ba164bbb-938d-c95f-9428-d539c39c4e00-dbd7b67b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ba164bbb-938d-c95f-9428-d539c39c4e02-dbd7b67b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ba164bbb-938d-c95f-9428-d539c39c4e04-dbd7b67b {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-ba164bbb-938d-c95f-9428-d539c39c4e06-dbd7b67b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ba164bbb-938d-c95f-9428-d539c39c4e08-dbd7b67b {
  justify-self: stretch;
}

#w-node-ba164bbb-938d-c95f-9428-d539c39c4e09-dbd7b67b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ba164bbb-938d-c95f-9428-d539c39c4e0b-dbd7b67b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ba164bbb-938d-c95f-9428-d539c39c4e0d-dbd7b67b {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-ba164bbb-938d-c95f-9428-d539c39c4e0f-dbd7b67b, #w-node-ba164bbb-938d-c95f-9428-d539c39c4e12-dbd7b67b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ba164bbb-938d-c95f-9428-d539c39c4e14-dbd7b67b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ba164bbb-938d-c95f-9428-d539c39c4e16-dbd7b67b {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-ba164bbb-938d-c95f-9428-d539c39c4e18-dbd7b67b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e22a0bc9-0b1d-f666-8569-bbf55832c497-dbd7b67b {
  align-self: center;
}

#w-node-e22a0bc9-0b1d-f666-8569-bbf55832c499-dbd7b67b, #w-node-e22a0bc9-0b1d-f666-8569-bbf55832c49a-dbd7b67b {
  justify-self: start;
}

#w-node-e22a0bc9-0b1d-f666-8569-bbf55832c49c-dbd7b67b {
  place-self: center;
}

#w-node-e22a0bc9-0b1d-f666-8569-bbf55832c49e-dbd7b67b {
  place-self: center start;
}

#w-node-e22a0bc9-0b1d-f666-8569-bbf55832c4a0-dbd7b67b {
  place-self: center;
}

#w-node-e22a0bc9-0b1d-f666-8569-bbf55832c4a2-dbd7b67b {
  place-self: center start;
}

#w-node-e22a0bc9-0b1d-f666-8569-bbf55832c4a4-dbd7b67b {
  justify-self: start;
}

#w-node-e22a0bc9-0b1d-f666-8569-bbf55832c4a5-dbd7b67b {
  justify-self: stretch;
}

#w-node-e22a0bc9-0b1d-f666-8569-bbf55832c4a6-dbd7b67b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e22a0bc9-0b1d-f666-8569-bbf55832c4a8-dbd7b67b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e22a0bc9-0b1d-f666-8569-bbf55832c4aa-dbd7b67b {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-e22a0bc9-0b1d-f666-8569-bbf55832c4ac-dbd7b67b, #w-node-e22a0bc9-0b1d-f666-8569-bbf55832c4af-dbd7b67b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e22a0bc9-0b1d-f666-8569-bbf55832c4b1-dbd7b67b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e22a0bc9-0b1d-f666-8569-bbf55832c4b3-dbd7b67b {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-e22a0bc9-0b1d-f666-8569-bbf55832c4b5-dbd7b67b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e22a0bc9-0b1d-f666-8569-bbf55832c4b7-dbd7b67b {
  justify-self: stretch;
}

#w-node-e22a0bc9-0b1d-f666-8569-bbf55832c4b8-dbd7b67b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e22a0bc9-0b1d-f666-8569-bbf55832c4ba-dbd7b67b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e22a0bc9-0b1d-f666-8569-bbf55832c4bc-dbd7b67b {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-e22a0bc9-0b1d-f666-8569-bbf55832c4be-dbd7b67b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e22a0bc9-0b1d-f666-8569-bbf55832c4c0-dbd7b67b {
  justify-self: stretch;
}

#w-node-e22a0bc9-0b1d-f666-8569-bbf55832c4c1-dbd7b67b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e22a0bc9-0b1d-f666-8569-bbf55832c4c3-dbd7b67b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e22a0bc9-0b1d-f666-8569-bbf55832c4c5-dbd7b67b {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-e22a0bc9-0b1d-f666-8569-bbf55832c4c7-dbd7b67b, #w-node-e22a0bc9-0b1d-f666-8569-bbf55832c4ca-dbd7b67b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e22a0bc9-0b1d-f666-8569-bbf55832c4cc-dbd7b67b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e22a0bc9-0b1d-f666-8569-bbf55832c4ce-dbd7b67b {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-e22a0bc9-0b1d-f666-8569-bbf55832c4d0-dbd7b67b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b3113349-bf7e-a35d-297d-2a4dc91d2d32-dbd7b67b {
  align-self: center;
}

#w-node-b3113349-bf7e-a35d-297d-2a4dc91d2d34-dbd7b67b, #w-node-b3113349-bf7e-a35d-297d-2a4dc91d2d35-dbd7b67b {
  justify-self: start;
}

#w-node-b3113349-bf7e-a35d-297d-2a4dc91d2d37-dbd7b67b {
  place-self: center;
}

#w-node-b3113349-bf7e-a35d-297d-2a4dc91d2d39-dbd7b67b {
  place-self: center start;
}

#w-node-b3113349-bf7e-a35d-297d-2a4dc91d2d3b-dbd7b67b {
  place-self: center;
}

#w-node-b3113349-bf7e-a35d-297d-2a4dc91d2d3d-dbd7b67b {
  place-self: center start;
}

#w-node-b3113349-bf7e-a35d-297d-2a4dc91d2d3f-dbd7b67b {
  justify-self: start;
}

#w-node-b3113349-bf7e-a35d-297d-2a4dc91d2d40-dbd7b67b {
  justify-self: stretch;
}

#w-node-b3113349-bf7e-a35d-297d-2a4dc91d2d41-dbd7b67b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b3113349-bf7e-a35d-297d-2a4dc91d2d43-dbd7b67b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b3113349-bf7e-a35d-297d-2a4dc91d2d45-dbd7b67b {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-b3113349-bf7e-a35d-297d-2a4dc91d2d47-dbd7b67b, #w-node-b3113349-bf7e-a35d-297d-2a4dc91d2d4a-dbd7b67b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b3113349-bf7e-a35d-297d-2a4dc91d2d4c-dbd7b67b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b3113349-bf7e-a35d-297d-2a4dc91d2d4e-dbd7b67b {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-b3113349-bf7e-a35d-297d-2a4dc91d2d50-dbd7b67b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b3113349-bf7e-a35d-297d-2a4dc91d2d52-dbd7b67b {
  justify-self: stretch;
}

#w-node-b3113349-bf7e-a35d-297d-2a4dc91d2d53-dbd7b67b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b3113349-bf7e-a35d-297d-2a4dc91d2d55-dbd7b67b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b3113349-bf7e-a35d-297d-2a4dc91d2d57-dbd7b67b {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-b3113349-bf7e-a35d-297d-2a4dc91d2d59-dbd7b67b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b3113349-bf7e-a35d-297d-2a4dc91d2d5b-dbd7b67b {
  justify-self: stretch;
}

#w-node-b3113349-bf7e-a35d-297d-2a4dc91d2d5c-dbd7b67b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b3113349-bf7e-a35d-297d-2a4dc91d2d5e-dbd7b67b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b3113349-bf7e-a35d-297d-2a4dc91d2d60-dbd7b67b {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-b3113349-bf7e-a35d-297d-2a4dc91d2d62-dbd7b67b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_68008277-6a00-21ce-0b9d-360ebedb82a7-dbd7b67b {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_68008277-6a00-21ce-0b9d-360ebedb82a9-dbd7b67b {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_68008277-6a00-21ce-0b9d-360ebedb82b0-dbd7b67b {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_68008277-6a00-21ce-0b9d-360ebedb82b2-dbd7b67b {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_5bb73578-2ae6-0007-75cc-6c4d1fd60b7b-dbd7b67b {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_9eb09216-8382-b246-0f57-c267c195f4c5-dbd7b67b {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_9eb09216-8382-b246-0f57-c267c195f4cc-dbd7b67b {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-_9abe8c58-3e9c-9117-8b19-cbaafaec2d99-dbd7b67b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9abe8c58-3e9c-9117-8b19-cbaafaec2d9a-dbd7b67b {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-_9abe8c58-3e9c-9117-8b19-cbaafaec2d9e-dbd7b67b {
  place-self: center end;
}

#w-node-_149fe6dc-9aaa-f4f0-0e2b-01a80e12e53e-dbd7b67b {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_2f357f5a-6f53-ed68-d41c-3bdd50f00e5e-dbd7b67b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d6582436-b4eb-79ce-491a-f5f2d726218e-dbd7b67b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1a324e86-4a6a-25f6-216b-6e5fefbde501-dbd7b67b {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_9abe8c58-3e9c-9117-8b19-cbaafaec2daa-dbd7b67b {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-_1b04528f-935d-a5d8-c774-70f91a091d03-64bd1ff2, #w-node-_1b04528f-935d-a5d8-c774-70f91a091d42-64bd1ff2 {
  align-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-af669b0d-632b-38cb-9f8e-b6b61a425963-e05d249c {
    justify-self: start;
  }

  #w-node-af669b0d-632b-38cb-9f8e-b6b61a425972-e05d249c, #w-node-_6d62ec8a-be0a-cdeb-e50a-1b4608f39388-e05d249c {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6d62ec8a-be0a-cdeb-e50a-1b4608f39389-e05d249c {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_7aa021e3-740e-6375-abdd-3933b172619f-e05d249c {
    justify-self: start;
  }

  #w-node-_21132eba-510f-59c2-91df-6388afcffd0c-e05d249c {
    grid-column: 2 / 3;
    justify-self: center;
  }

  #w-node-_21132eba-510f-59c2-91df-6388afcffd86-e05d249c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-ec328c5b-57b8-8cab-54f8-0ac0d781f9be-d781f9bd {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-ec328c5b-57b8-8cab-54f8-0ac0d781f9f5-d781f9bd {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-ea6ce40c-868d-ae56-77b4-6ce89fe26b63-9254c35f {
    grid-area: 1 / 4 / 2 / 2;
  }

  #w-node-_62e58f81-af29-b05e-8bc2-dfb4bceff669-e05d24a4 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_8772bea6-a819-33f0-5093-5f51aa74b73a-e05d24a8, #w-node-_2ba9f7a2-7aa2-1aca-ed9c-79414e7e65bf-e05d24ab {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2be5e69e-7e21-2b6d-4aad-2230c7d62e9a-e05d24ab {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: center;
  }

  #w-node-d722436c-35ff-afa5-9bd8-d688b3237fd9-f248617c {
    grid-column-end: 4;
  }

  #w-node-d722436c-35ff-afa5-9bd8-d688b3237fe1-f248617c {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2a387197-a255-130a-961b-1e6ef262f6a0-f262f69d {
    grid-column-start: 2;
  }

  #w-node-cbc6c9e5-883b-6c35-15ff-b35c53732b95-13ff6527 {
    grid-column: 1 / 4;
  }

  #w-node-d9aa2ce6-1b14-c790-dc8c-8044015ee6cc-b9e1d723 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_3bc9d6c2-2ab1-0f6b-a60d-546c338fe1e2-b9e1d723 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_625748c5-0e31-b5d9-8abf-e72220346925-b9e1d723 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_2f357f5a-6f53-ed68-d41c-3bdd50f00e5e-269f15cd {
    grid-column-end: 2;
  }

  #w-node-d6582436-b4eb-79ce-491a-f5f2d726218e-269f15cd {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_1a324e86-4a6a-25f6-216b-6e5fefbde501-269f15cd {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_9c2e3a8f-0ac6-b31c-30d2-c6b50e84767c-269f15cd {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_8e469670-215e-e146-f31b-6c9651d9e6c4-ebc067c3 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_9c2e3a8f-0ac6-b31c-30d2-c6b50e84767c-ebc067c3 {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-c29857ce-bd04-3246-06a6-9ad1961898fc-ebc067c3 {
    justify-self: start;
  }

  #w-node-c29857ce-bd04-3246-06a6-9ad196189909-ebc067c3 {
    grid-column: 2 / 3;
    justify-self: center;
  }

  #w-node-c29857ce-bd04-3246-06a6-9ad1961899a8-ebc067c3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-b973fbe0-d517-3bc2-9ba7-38d44d60feff-be800c7b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-b973fbe0-d517-3bc2-9ba7-38d44d60ff91-be800c7b {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-b973fbe0-d517-3bc2-9ba7-38d44d60ffde-be800c7b {
    justify-self: start;
  }

  #w-node-b973fbe0-d517-3bc2-9ba7-38d44d60ffeb-be800c7b {
    grid-column: 2 / 3;
    justify-self: center;
  }

  #w-node-b973fbe0-d517-3bc2-9ba7-38d44d61008e-be800c7b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-cbc6c9e5-883b-6c35-15ff-b35c53732b95-60ba960a {
    grid-column: 1 / 4;
  }

  #w-node-c1106c7b-189f-7944-6eb6-5c79a159f29c-60ba960a {
    grid-column-end: 2;
  }

  #w-node-c1106c7b-189f-7944-6eb6-5c79a159f29d-60ba960a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c1106c7b-189f-7944-6eb6-5c79a159f29e-60ba960a {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_8e469670-215e-e146-f31b-6c9651d9e6c4-dbd7b67b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2f357f5a-6f53-ed68-d41c-3bdd50f00e5e-dbd7b67b {
    grid-column-end: 2;
  }

  #w-node-d6582436-b4eb-79ce-491a-f5f2d726218e-dbd7b67b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_1a324e86-4a6a-25f6-216b-6e5fefbde501-dbd7b67b {
    grid-area: 1 / 1 / 2 / 3;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-af669b0d-632b-38cb-9f8e-b6b61a425963-e05d249c {
    justify-self: start;
  }

  #w-node-af669b0d-632b-38cb-9f8e-b6b61a425972-e05d249c, #w-node-_6d62ec8a-be0a-cdeb-e50a-1b4608f39388-e05d249c, #w-node-_7aa021e3-740e-6375-abdd-3933b172619f-e05d249c {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7aa021e3-740e-6375-abdd-3933b17261a6-e05d249c {
    grid-column: 2 / 3;
    justify-self: end;
  }

  #w-node-cfdf68b4-9703-9899-d3c7-dee94c7719a9-e05d249c {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-cfdf68b4-9703-9899-d3c7-dee94c7719b0-e05d249c {
    grid-column: 2 / 3;
  }

  #w-node-_5329d101-a958-9681-6814-c84fcbc96fc7-e05d249c, #w-node-ec328c5b-57b8-8cab-54f8-0ac0d781f9be-d781f9bd {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-ec328c5b-57b8-8cab-54f8-0ac0d781f9f5-d781f9bd {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_24237f04-4da3-0849-f79f-a06c97181c2d-97181bd6 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: end;
  }

  #w-node-ec85e0b9-4eec-a72f-d119-de1f5d22067c-5d22067a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c61a2609-d541-feba-21f1-7d7631bc15e3-9254c35f {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: center;
  }

  #w-node-_026f1cbe-168c-d94e-12b4-b376c03403c7-e05d24a2 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_026f1cbe-168c-d94e-12b4-b376c034043f-e05d24a2 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-cee0adac-87ca-c8e5-6cee-6636b4be1788-e05d24a2 {
    grid-area: 1 / 2 / 2 / 3;
    place-self: center end;
  }

  #w-node-cee0adac-87ca-c8e5-6cee-6636b4be1786-e05d24a2 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2a42631d-d202-6918-ff84-7da87f7c0332-e05d24a4, #w-node-_93fb4763-7ef4-359d-a4eb-6ef803772efb-e05d24a4 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_95972a90-9f98-f17c-eda3-1d0dc5c2c502-e05d24a4 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-ba80b8a0-ed4f-689f-493a-2bfa639c91a1-e05d24a5, #w-node-ba80b8a0-ed4f-689f-493a-2bfa639c91af-e05d24a5, #w-node-_8074e9fb-dd46-63be-e290-1496ab6343ce-e05d24a5, #w-node-_8a8ab005-0267-4aac-1756-46a4087a096f-e05d24a5, #w-node-_2b29bb9c-f1bc-bd15-987f-0af0c2776f32-e05d24a5, #w-node-de232761-f644-f9f0-bd3b-00bfbb027111-e05d24a5, #w-node-_21a26b9b-8e9a-e4b4-db23-441a5a0f0a68-e05d24a7, #w-node-_8772bea6-a819-33f0-5093-5f51aa74b73a-e05d24a8, #w-node-_09c183e0-4039-0dc5-cb87-4fe93b01f5b5-e05d24a8 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c62b61cf-9a2f-4282-d0d7-ae553c62094a-e05d24aa {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-e05d24aa {
    grid-column-end: 4;
  }

  #w-node-afde60ea-cb4e-4aac-b12e-49f9482a3e41-e05d24aa {
    justify-self: center;
  }

  #w-node-_06d98f73-386f-106d-9b9d-8057c0e4f1b4-e05d24aa {
    place-self: center end;
  }

  #w-node-_5e265911-3e42-184e-49b8-29b67b861201-e05d24aa, #w-node-b1f36171-a2fe-5255-2a31-b2a92af1e9b0-e05d24aa {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_322d2c1e-7563-39cd-d57e-a97298c3a494-e05d24aa {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_2ba9f7a2-7aa2-1aca-ed9c-79414e7e65bf-e05d24ab {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2be5e69e-7e21-2b6d-4aad-2230c7d62e9a-e05d24ab {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: center;
  }

  #w-node-d722436c-35ff-afa5-9bd8-d688b3237fd9-f248617c {
    grid-column-end: 4;
  }

  #w-node-d722436c-35ff-afa5-9bd8-d688b3237fe1-f248617c {
    grid-area: 1 / 2 / 2 / 3;
    place-self: center end;
  }

  #w-node-_02eb713d-dee6-417a-8433-ad66dffd8129-6ee86682 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-af2cb07e-b2b8-8c6f-6cf0-df1318d5d970-6ee86682 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_2a387197-a255-130a-961b-1e6ef262f6a0-f262f69d {
    grid-column-start: 2;
  }

  #w-node-_2a387197-a255-130a-961b-1e6ef262f6ae-f262f69d {
    place-self: center;
  }

  #w-node-d9aa2ce6-1b14-c790-dc8c-8044015ee6cc-635f91fe, #w-node-_625748c5-0e31-b5d9-8abf-e72220346925-635f91fe {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c62b61cf-9a2f-4282-d0d7-ae553c62094a-7faf9270 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-7faf9270 {
    grid-column-end: 4;
  }

  #w-node-_06d98f73-386f-106d-9b9d-8057c0e4f1b4-7faf9270 {
    place-self: center end;
  }

  #w-node-e3479040-d7c3-fc87-cbe6-c27c25913892-7faf9270 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-d9aa2ce6-1b14-c790-dc8c-8044015ee6cc-b9e1d723, #w-node-_625748c5-0e31-b5d9-8abf-e72220346925-b9e1d723 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_625748c5-0e31-b5d9-8abf-e72220346930-b9e1d723 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_43164ea3-dd1c-e18f-9aa7-0b224da020ed-783da895 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_6447aa75-e773-475e-5cc2-a200c3b22b87-783da895 {
    justify-self: center;
  }

  #w-node-_6447aa75-e773-475e-5cc2-a200c3b22bb9-783da895 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-_6447aa75-e773-475e-5cc2-a200c3b22bc5-783da895 {
    place-self: center end;
  }

  #w-node-bf0d18e3-7220-7271-f479-a0d1436c248d-c2bc89bb, #w-node-bf0d18e3-7220-7271-f479-a0d1436c248d-5620b204 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_9eb09216-8382-b246-0f57-c267c195f4c5-269f15cd {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_9abe8c58-3e9c-9117-8b19-cbaafaec2d99-269f15cd {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_9abe8c58-3e9c-9117-8b19-cbaafaec2d9a-269f15cd {
    grid-area: 1 / 2 / 2 / 3;
    align-self: end;
  }

  #w-node-_9abe8c58-3e9c-9117-8b19-cbaafaec2d9b-269f15cd {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_9abe8c58-3e9c-9117-8b19-cbaafaec2d9e-269f15cd {
    align-self: end;
  }

  #w-node-_149fe6dc-9aaa-f4f0-0e2b-01a80e12e53e-269f15cd {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_2f357f5a-6f53-ed68-d41c-3bdd50f00e5e-269f15cd {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d6582436-b4eb-79ce-491a-f5f2d726218e-269f15cd {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_1a324e86-4a6a-25f6-216b-6e5fefbde501-269f15cd {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_9c2e3a8f-0ac6-b31c-30d2-c6b50e84767c-269f15cd {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-d9a25449-6c01-80b2-5f68-d86f9fde34ec-268cde2b {
    justify-self: center;
  }

  #w-node-d9a25449-6c01-80b2-5f68-d86f9fde3520-268cde2b {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-_065c9881-57ea-dd9d-d850-26eeb3bcb80d-268cde2b, #w-node-_6927740a-16cd-bd5d-f6fa-db156c0529a8-268cde2b, #w-node-_45e3111d-9254-d2ab-5336-f5cac79f6a63-268cde2b {
    place-self: center;
  }

  #w-node-e041fa75-9cc1-1a54-2460-378296bf2879-268cde2b {
    grid-area: 1 / 1 / 4 / 3;
  }

  #w-node-b9f79bb9-b0c9-3ac1-6210-169bc9a8a5cb-268cde2b {
    grid-area: 1 / 3 / 4 / 3;
    align-self: start;
  }

  #w-node-b9f79bb9-b0c9-3ac1-6210-169bc9a8a5d7-268cde2b {
    place-self: center;
  }

  #w-node-_8e469670-215e-e146-f31b-6c9651d9e6cd-ebc067c3 {
    justify-self: start;
  }

  #w-node-_11403123-9ded-c432-9fb3-adfd1e0fa756-ebc067c3 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_81704656-1a5a-21d4-0b30-3891b73c0141-ebc067c3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0c0d0660-cdfb-a818-a9bb-f4c56613b4db-ebc067c3 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_65b89594-20b0-1f1b-8301-32d5caf8b2af-ebc067c3 {
    grid-area: 1 / 2 / 3 / 3;
  }

  #w-node-_9c2e3a8f-0ac6-b31c-30d2-c6b50e84767c-ebc067c3 {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_9eb09216-8382-b246-0f57-c267c195f4c5-ebc067c3 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c29857ce-bd04-3246-06a6-9ad1961898fc-ebc067c3 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c29857ce-bd04-3246-06a6-9ad196189904-ebc067c3 {
    grid-column: 2 / 3;
    justify-self: end;
  }

  #w-node-b973fbe0-d517-3bc2-9ba7-38d44d60ff0a-be800c7b {
    justify-self: start;
  }

  #w-node-b973fbe0-d517-3bc2-9ba7-38d44d60ff21-be800c7b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-b973fbe0-d517-3bc2-9ba7-38d44d60ff22-be800c7b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b973fbe0-d517-3bc2-9ba7-38d44d60ff25-be800c7b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b973fbe0-d517-3bc2-9ba7-38d44d60ff27-be800c7b {
    grid-area: 1 / 2 / 3 / 3;
  }

  #w-node-b973fbe0-d517-3bc2-9ba7-38d44d60ff91-be800c7b {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-b973fbe0-d517-3bc2-9ba7-38d44d60ff95-be800c7b {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-b973fbe0-d517-3bc2-9ba7-38d44d60ffde-be800c7b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-b973fbe0-d517-3bc2-9ba7-38d44d60ffe6-be800c7b {
    grid-column: 2 / 3;
    justify-self: end;
  }

  #w-node-c1106c7b-189f-7944-6eb6-5c79a159f28a-60ba960a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c1106c7b-189f-7944-6eb6-5c79a159f28b-60ba960a {
    grid-area: 1 / 2 / 2 / 3;
    align-self: end;
  }

  #w-node-c1106c7b-189f-7944-6eb6-5c79a159f28c-60ba960a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c1106c7b-189f-7944-6eb6-5c79a159f28f-60ba960a {
    align-self: end;
  }

  #w-node-c1106c7b-189f-7944-6eb6-5c79a159f29a-60ba960a {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-c1106c7b-189f-7944-6eb6-5c79a159f29c-60ba960a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c1106c7b-189f-7944-6eb6-5c79a159f29d-60ba960a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c1106c7b-189f-7944-6eb6-5c79a159f29e-60ba960a {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_8e469670-215e-e146-f31b-6c9651d9e6cd-dbd7b67b {
    justify-self: start;
  }

  #w-node-_11403123-9ded-c432-9fb3-adfd1e0fa756-dbd7b67b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_81704656-1a5a-21d4-0b30-3891b73c0141-dbd7b67b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0c0d0660-cdfb-a818-a9bb-f4c56613b4db-dbd7b67b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_65b89594-20b0-1f1b-8301-32d5caf8b2af-dbd7b67b {
    grid-area: 1 / 2 / 3 / 3;
  }

  #w-node-bc3d42f2-ded4-05c5-345b-2d2bf4bf55bf-dbd7b67b {
    grid-area: 1 / 1 / 4 / 3;
  }

  #w-node-bc3d42f2-ded4-05c5-345b-2d2bf4bf55c0-dbd7b67b {
    grid-area: 1 / 3 / 4 / 3;
    align-self: start;
  }

  #w-node-bc3d42f2-ded4-05c5-345b-2d2bf4bf55ca-dbd7b67b {
    place-self: center;
  }

  #w-node-_9eb09216-8382-b246-0f57-c267c195f4c5-dbd7b67b {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_9abe8c58-3e9c-9117-8b19-cbaafaec2d99-dbd7b67b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_9abe8c58-3e9c-9117-8b19-cbaafaec2d9a-dbd7b67b {
    grid-area: 1 / 2 / 2 / 3;
    align-self: end;
  }

  #w-node-_9abe8c58-3e9c-9117-8b19-cbaafaec2d9b-dbd7b67b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_9abe8c58-3e9c-9117-8b19-cbaafaec2d9e-dbd7b67b {
    align-self: end;
  }

  #w-node-_149fe6dc-9aaa-f4f0-0e2b-01a80e12e53e-dbd7b67b {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_2f357f5a-6f53-ed68-d41c-3bdd50f00e5e-dbd7b67b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d6582436-b4eb-79ce-491a-f5f2d726218e-dbd7b67b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_1a324e86-4a6a-25f6-216b-6e5fefbde501-dbd7b67b {
    grid-area: 1 / 1 / 2 / 3;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-af669b0d-632b-38cb-9f8e-b6b61a425963-e05d249c {
    justify-self: center;
  }

  #w-node-af669b0d-632b-38cb-9f8e-b6b61a425972-e05d249c, #w-node-_6d62ec8a-be0a-cdeb-e50a-1b4608f39388-e05d249c {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6d62ec8a-be0a-cdeb-e50a-1b4608f3938a-e05d249c {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_7aa021e3-740e-6375-abdd-3933b172619f-e05d249c, #w-node-_7aa021e3-740e-6375-abdd-3933b17261a6-e05d249c {
    grid-column: 2 / 3;
  }

  #w-node-cfdf68b4-9703-9899-d3c7-dee94c7719a9-e05d249c {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-cfdf68b4-9703-9899-d3c7-dee94c7719b0-e05d249c {
    grid-column: 2 / 3;
  }

  #w-node-_5329d101-a958-9681-6814-c84fcbc96fc7-e05d249c, #w-node-_5329d101-a958-9681-6814-c84fcbc96fe1-e05d249c, #w-node-ec328c5b-57b8-8cab-54f8-0ac0d781f9be-d781f9bd {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-ec328c5b-57b8-8cab-54f8-0ac0d781f9f5-d781f9bd {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_55545b2c-fd2c-f381-a702-fc88f5a9dbdf-e05d249e, #w-node-_026f1cbe-168c-d94e-12b4-b376c03403c7-e05d24a2, #w-node-a7879737-0866-558f-47ec-30d7d07a80e7-e05d24a2, #w-node-_026f1cbe-168c-d94e-12b4-b376c034042c-e05d24a2 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_026f1cbe-168c-d94e-12b4-b376c034042d-e05d24a2 {
    grid-column: 2 / 2;
  }

  #w-node-_026f1cbe-168c-d94e-12b4-b376c0340438-e05d24a2, #w-node-_2a42631d-d202-6918-ff84-7da87f7c0332-e05d24a4, #w-node-_93fb4763-7ef4-359d-a4eb-6ef803772efb-e05d24a4 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_95972a90-9f98-f17c-eda3-1d0dc5c2c502-e05d24a4 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-c62b61cf-9a2f-4282-d0d7-ae553c62094a-e05d24a8 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-aabdc0cf-d911-8e22-7a40-828522d44410-e05d24a8 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_8772bea6-a819-33f0-5093-5f51aa74b73a-e05d24a8 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_09c183e0-4039-0dc5-cb87-4fe93b01f5b4-e05d24a8 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_11492348-3e8e-7024-f1d0-bb1eb9699743-e05d24a8 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-c62b61cf-9a2f-4282-d0d7-ae553c62094a-e05d24aa {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-e05d24aa {
    grid-column-end: 4;
  }

  #w-node-afde60ea-cb4e-4aac-b12e-49f9482a3e41-e05d24aa {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_06d98f73-386f-106d-9b9d-8057c0e4f1b4-e05d24aa {
    grid-area: 1 / 2 / 2 / 3;
    place-self: center end;
  }

  #w-node-_5e265911-3e42-184e-49b8-29b67b861201-e05d24aa, #w-node-b1f36171-a2fe-5255-2a31-b2a92af1e9b0-e05d24aa {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_322d2c1e-7563-39cd-d57e-a97298c3a494-e05d24aa {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_256f98c7-18a8-c7d5-c690-4bfe1bbed2c7-e05d24ab {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_2ba9f7a2-7aa2-1aca-ed9c-79414e7e65bf-e05d24ab {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2be5e69e-7e21-2b6d-4aad-2230c7d62e9a-e05d24ab {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: center;
  }

  #w-node-f0f246f5-99b4-91b6-a324-8e16030d37c2-e05d24ab, #w-node-_76ccc27f-2e96-5fc0-6f94-4a27e176b5c3-e05d24ab {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-d722436c-35ff-afa5-9bd8-d688b3237fd6-f248617c {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-d722436c-35ff-afa5-9bd8-d688b3237fd9-f248617c {
    grid-column-end: 4;
  }

  #w-node-d722436c-35ff-afa5-9bd8-d688b3237fda-f248617c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d722436c-35ff-afa5-9bd8-d688b3237fe1-f248617c {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: end;
  }

  #w-node-_3faa1069-de8c-e6f1-cd53-77dd7ed0a9f2-f248617c {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-fe9efb6e-b086-b7e4-c98c-052634691d2b-f248617c {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_0aa5b3da-809c-559c-8090-55791aa5b8ae-f248617c {
    grid-area: 3 / 2 / 32 / 3;
  }

  #w-node-_0028ca42-eaf7-e775-2df7-3bc3f16fa8a1-f248617c {
    grid-area: 1 / 2 / 2 / 3;
  }

  #job-section.w-node-_930252d9-0d82-8e10-ba41-8beaf54246b7-f248617c {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-c5844f24-1771-bb55-9b2f-43b5080e546d-f248617c {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c5844f24-1771-bb55-9b2f-43b5080e5479-f248617c {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_90fde83a-0704-4d4f-0edb-612fe38f6677-f248617c {
    grid-area: 3 / 2 / 4 / 3;
    justify-self: center;
  }

  #w-node-_02eb713d-dee6-417a-8433-ad66dffd8129-6ee86682 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-af2cb07e-b2b8-8c6f-6cf0-df1318d5d970-6ee86682 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-eca8d9a3-f004-914c-5b72-b81450532a70-6ee86682 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_9ebe2e97-0250-5635-90d2-26453a1447fb-6ee86682 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_2a387197-a255-130a-961b-1e6ef262f6a0-f262f69d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2a387197-a255-130a-961b-1e6ef262f6ae-f262f69d {
    place-self: center;
  }

  #w-node-d9aa2ce6-1b14-c790-dc8c-8044015ee6cc-635f91fe, #w-node-_625748c5-0e31-b5d9-8abf-e72220346925-635f91fe {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c62b61cf-9a2f-4282-d0d7-ae553c62094a-13ff6527 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-d9aa2ce6-1b14-c790-dc8c-8044015ee6cc-13ff6527, #w-node-cbc6c9e5-883b-6c35-15ff-b35c53732b95-13ff6527, #w-node-_625748c5-0e31-b5d9-8abf-e72220346925-13ff6527 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c62b61cf-9a2f-4282-d0d7-ae553c62094a-7faf9270 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-d9aa2ce6-1b14-c790-dc8c-8044015ee6cc-7faf9270, #w-node-_625748c5-0e31-b5d9-8abf-e72220346925-7faf9270, #w-node-d9aa2ce6-1b14-c790-dc8c-8044015ee6cc-b9e1d723, #w-node-_625748c5-0e31-b5d9-8abf-e72220346925-b9e1d723, #w-node-da0a367c-41d5-63f5-e083-8cfebce3c9a5-783da895, #w-node-_43164ea3-dd1c-e18f-9aa7-0b224da020ec-783da895 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_43164ea3-dd1c-e18f-9aa7-0b224da020ed-783da895 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_43164ea3-dd1c-e18f-9aa7-0b224da020f9-783da895 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_6447aa75-e773-475e-5cc2-a200c3b22b7d-783da895, #w-node-_6447aa75-e773-475e-5cc2-a200c3b22b95-783da895 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6447aa75-e773-475e-5cc2-a200c3b22bb8-783da895 {
    grid-area: 1 / 2 / 2 / 2;
  }

  #w-node-_6447aa75-e773-475e-5cc2-a200c3b22bc5-783da895 {
    justify-self: end;
  }

  #w-node-_25eb0f5d-3b67-8776-6565-1c6dc1bed838-783da895, #w-node-bcccf414-fa27-2c3c-9b0f-954b14d34cb1-783da895, #w-node-bf0d18e3-7220-7271-f479-a0d1436c248d-dad0ba8c, #w-node-bf0d18e3-7220-7271-f479-a0d1436c248d-c2bc89bb, #w-node-bf0d18e3-7220-7271-f479-a0d1436c248d-5620b204, #w-node-_9eb09216-8382-b246-0f57-c267c195f4c4-269f15cd {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_9eb09216-8382-b246-0f57-c267c195f4c5-269f15cd {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_9eb09216-8382-b246-0f57-c267c195f4d0-269f15cd {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_9abe8c58-3e9c-9117-8b19-cbaafaec2d9a-269f15cd {
    grid-column-start: 2;
  }

  #w-node-_149fe6dc-9aaa-f4f0-0e2b-01a80e12e53e-269f15cd {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_2f357f5a-6f53-ed68-d41c-3bdd50f00e5e-269f15cd {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1a324e86-4a6a-25f6-216b-6e5fefbde501-269f15cd {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c402cb62-2fd7-5e0b-2125-de9c3bf57132-269f15cd, #w-node-c402cb62-2fd7-5e0b-2125-de9c3bf5714c-269f15cd, #w-node-c402cb62-2fd7-5e0b-2125-de9c3bf5716f-269f15cd {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_9c2e3a8f-0ac6-b31c-30d2-c6b50e84767c-269f15cd {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_17f14200-d31b-e27c-2f9a-cbfe77a4521f-269f15cd {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_065c9881-57ea-dd9d-d850-26eeb3bcb80d-268cde2b, #w-node-_6927740a-16cd-bd5d-f6fa-db156c0529a8-268cde2b, #w-node-_45e3111d-9254-d2ab-5336-f5cac79f6a63-268cde2b {
    justify-self: end;
  }

  #w-node-e041fa75-9cc1-1a54-2460-378296bf2879-268cde2b {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-b9f79bb9-b0c9-3ac1-6210-169bc9a8a5cb-268cde2b {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_8e469670-215e-e146-f31b-6c9651d9e6c5-ebc067c3 {
    grid-column-end: 3;
  }

  #w-node-eb33189f-8b62-a24f-bb27-6e2b890fdcf1-ebc067c3 {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: start;
  }

  #w-node-c402cb62-2fd7-5e0b-2125-de9c3bf57132-ebc067c3, #w-node-c402cb62-2fd7-5e0b-2125-de9c3bf5714c-ebc067c3, #w-node-c402cb62-2fd7-5e0b-2125-de9c3bf5716f-ebc067c3 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_9c2e3a8f-0ac6-b31c-30d2-c6b50e84767c-ebc067c3 {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_9eb09216-8382-b246-0f57-c267c195f4c5-ebc067c3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_9eb09216-8382-b246-0f57-c267c195f4cc-ebc067c3 {
    grid-area: 1 / 3 / 2 / 4;
    place-self: center end;
  }

  #w-node-c29857ce-bd04-3246-06a6-9ad1961898fc-ebc067c3, #w-node-c29857ce-bd04-3246-06a6-9ad196189904-ebc067c3 {
    grid-column: 2 / 3;
  }

  #w-node-_882b7a90-e6cc-1bbc-79f9-eaf8eb4ee8f6-ebc067c3 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-b973fbe0-d517-3bc2-9ba7-38d44d60ff00-be800c7b {
    grid-column-end: 3;
  }

  #w-node-b973fbe0-d517-3bc2-9ba7-38d44d60ff15-be800c7b {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: start;
  }

  #w-node-b973fbe0-d517-3bc2-9ba7-38d44d60ff2b-be800c7b, #w-node-b973fbe0-d517-3bc2-9ba7-38d44d60ff45-be800c7b, #w-node-b973fbe0-d517-3bc2-9ba7-38d44d60ff66-be800c7b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-b973fbe0-d517-3bc2-9ba7-38d44d60ff91-be800c7b {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-b973fbe0-d517-3bc2-9ba7-38d44d60ff95-be800c7b {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-b973fbe0-d517-3bc2-9ba7-38d44d60ffde-be800c7b, #w-node-b973fbe0-d517-3bc2-9ba7-38d44d60ffe6-be800c7b {
    grid-column: 2 / 3;
  }

  #w-node-b973fbe0-d517-3bc2-9ba7-38d44d610094-be800c7b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-b973fbe0-d517-3bc2-9ba7-38d44d610095-be800c7b {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-b973fbe0-d517-3bc2-9ba7-38d44d610096-be800c7b {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-c62b61cf-9a2f-4282-d0d7-ae553c62094a-60ba960a {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-d9aa2ce6-1b14-c790-dc8c-8044015ee6cc-60ba960a, #w-node-cbc6c9e5-883b-6c35-15ff-b35c53732b95-60ba960a, #w-node-_625748c5-0e31-b5d9-8abf-e72220346925-60ba960a, #w-node-_876b425f-f8b2-8ab2-3f53-4051efb9ee80-60ba960a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c1106c7b-189f-7944-6eb6-5c79a159f28b-60ba960a {
    grid-column-start: 2;
  }

  #w-node-c1106c7b-189f-7944-6eb6-5c79a159f29a-60ba960a {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-c1106c7b-189f-7944-6eb6-5c79a159f29c-60ba960a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c1106c7b-189f-7944-6eb6-5c79a159f29e-60ba960a {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-bee8758c-0b56-d7b1-d281-403f0e6ea90c-60ba960a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_8e469670-215e-e146-f31b-6c9651d9e6c5-dbd7b67b {
    grid-column-end: 3;
  }

  #w-node-eb33189f-8b62-a24f-bb27-6e2b890fdcf1-dbd7b67b {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: start;
  }

  #w-node-_882b7a90-e6cc-1bbc-79f9-eaf8eb4ee8f6-dbd7b67b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_882b7a90-e6cc-1bbc-79f9-eaf8eb4ee8f7-dbd7b67b {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_882b7a90-e6cc-1bbc-79f9-eaf8eb4ee8f8-dbd7b67b {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-bc3d42f2-ded4-05c5-345b-2d2bf4bf55bf-dbd7b67b {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-bc3d42f2-ded4-05c5-345b-2d2bf4bf55c0-dbd7b67b {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_9eb09216-8382-b246-0f57-c267c195f4c4-dbd7b67b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_9eb09216-8382-b246-0f57-c267c195f4c5-dbd7b67b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_9eb09216-8382-b246-0f57-c267c195f4d0-dbd7b67b {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_9abe8c58-3e9c-9117-8b19-cbaafaec2d9a-dbd7b67b {
    grid-column-start: 2;
  }

  #w-node-_149fe6dc-9aaa-f4f0-0e2b-01a80e12e53e-dbd7b67b {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_2f357f5a-6f53-ed68-d41c-3bdd50f00e5e-dbd7b67b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1a324e86-4a6a-25f6-216b-6e5fefbde501-dbd7b67b {
    grid-area: 1 / 1 / 2 / 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-af669b0d-632b-38cb-9f8e-b6b61a425959-e05d249c {
    align-self: end;
  }

  #w-node-af669b0d-632b-38cb-9f8e-b6b61a42595a-e05d249c, #w-node-_289aadfd-95bb-36f9-1da3-2dec2d8cbe6e-e05d249c {
    justify-self: start;
  }

  #w-node-af669b0d-632b-38cb-9f8e-b6b61a425963-e05d249c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-af669b0d-632b-38cb-9f8e-b6b61a425972-e05d249c {
    grid-column: 1 / 4;
  }

  #w-node-_21132eba-510f-59c2-91df-6388afcffd0e-e05d249c, #w-node-_21132eba-510f-59c2-91df-6388afcffd2b-e05d249c, #w-node-_21132eba-510f-59c2-91df-6388afcffd48-e05d249c, #w-node-_21132eba-510f-59c2-91df-6388afcffd65-e05d249c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ec328c5b-57b8-8cab-54f8-0ac0d781f9c0-d781f9bd {
    grid-column-end: 3;
  }

  #w-node-ec328c5b-57b8-8cab-54f8-0ac0d781f9c4-d781f9bd {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_4e5338f3-9ec8-1ed3-8187-39b6740d7a91-740d7a8d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4e5338f3-9ec8-1ed3-8187-39b6740d7a9d-740d7a8d {
    grid-column: span 1 / span 1;
  }

  #Nombre.w-node-_4e5338f3-9ec8-1ed3-8187-39b6740d7aa4-740d7a8d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4e5338f3-9ec8-1ed3-8187-39b6740d7abc-740d7a8d {
    grid-column-end: 3;
  }

  #w-node-_24237f04-4da3-0849-f79f-a06c97181c1b-97181bd6 {
    grid-row: 1 / 4;
    grid-column-start: 1;
    place-self: center;
  }

  #w-node-_24237f04-4da3-0849-f79f-a06c97181c2d-97181bd6 {
    grid-area: 1 / 1 / 4 / 3;
    justify-self: center;
  }

  #w-node-_2f8c56e6-1369-e684-0911-a45bdb41314d-97181bd6 {
    grid-column: span 2 / span 2;
    justify-self: center;
  }

  #w-node-fbfab365-c38f-1be6-6e51-32f69bada7c2-e05d249d {
    grid-column-end: 2;
  }

  #w-node-fbfab365-c38f-1be6-6e51-32f69bada7ce-e05d249d, #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b920-c426b91d {
    grid-column-end: 3;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b923-c426b91d {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b937-c426b91d {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b94a-c426b91d {
    grid-row-end: 3;
    grid-column-end: 2;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b94f-c426b91d {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_55545b2c-fd2c-f381-a702-fc88f5a9dbe3-e05d249e {
    grid-column-end: 3;
  }

  #w-node-d5e9e4ad-0d3c-717f-80b9-a08067bd2c58-e05d24a0 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d5e9e4ad-0d3c-717f-80b9-a08067bd2c66-e05d24a0 {
    order: -9999;
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d5e9e4ad-0d3c-717f-80b9-a08067bd2c71-e05d24a0, #w-node-d5e9e4ad-0d3c-717f-80b9-a08067bd2c76-e05d24a0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d5e9e4ad-0d3c-717f-80b9-a08067bd2c7b-e05d24a0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d5e9e4ad-0d3c-717f-80b9-a08067bd2c80-e05d24a0 {
    justify-self: start;
  }

  #w-node-a200fc41-1c4c-6e7c-a3d0-bdc6ff5584ff-e05d24a1, #w-node-a200fc41-1c4c-6e7c-a3d0-bdc6ff558506-e05d24a1 {
    grid-column-end: 2;
  }

  #w-node-_2bb02f1f-0dc8-310a-5b1e-417b53ea67ee-e05d24a1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_17c43587-c790-b4d8-1466-5f40336b9d5b-336b9d43 {
    grid-column: 1 / 2;
  }

  #w-node-_6fe66bf6-22c6-7c4b-e980-c09ffd4740ae-336b9d43 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-e16c4357-004d-8209-e100-36bb04545bd4-336b9d43 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-d364a0a1-eed2-cc02-8c38-c72be241387a-336b9d43 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_742bc615-eb92-0d24-5678-32641c325156-336b9d43 {
    justify-self: stretch;
  }

  #w-node-f6a0a796-4f1d-5758-490b-395b2a23adce-336b9d43 {
    place-self: center end;
  }

  #w-node-e7216152-f701-971a-aa13-8b0d399ea0a2-336b9d43 {
    justify-self: stretch;
  }

  #w-node-_169c8dac-dcf9-9d77-b5a0-6fe2bb220d51-336b9d43 {
    place-self: center end;
  }

  #w-node-fdd5de7a-6baa-18bc-4fc4-17f9de14bff9-336b9d43 {
    justify-self: stretch;
  }

  #w-node-fbb98bb2-0970-908c-f9a3-aa45d34eaea4-336b9d43 {
    place-self: center end;
  }

  #w-node-be6e1212-c8c8-b564-9d2f-b92422ca9045-336b9d43 {
    grid-row: 3 / 4;
    grid-column-end: 2;
  }

  #w-node-_026f1cbe-168c-d94e-12b4-b376c034038f-e05d24a2, #w-node-_026f1cbe-168c-d94e-12b4-b376c0340392-e05d24a2, #w-node-_026f1cbe-168c-d94e-12b4-b376c03403c8-e05d24a2 {
    grid-column-end: 2;
  }

  #w-node-_026f1cbe-168c-d94e-12b4-b376c03403fb-e05d24a2 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_026f1cbe-168c-d94e-12b4-b376c034042d-e05d24a2 {
    grid-column-start: 1;
  }

  #w-node-_026f1cbe-168c-d94e-12b4-b376c0340439-e05d24a2 {
    grid-column: 1 / 3;
  }

  #w-node-_026f1cbe-168c-d94e-12b4-b376c034043f-e05d24a2 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d20c98d0-f73a-cde4-3187-ef91057b5e82-e05d24a3, #w-node-d20c98d0-f73a-cde4-3187-ef91057b5e87-e05d24a3 {
    grid-column-end: 2;
  }

  #w-node-d7f4df13-5316-c505-a444-21863c437f4b-e05d24a3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7b9c87a0-4164-dfa3-00cc-0a8b81af83f5-e05d24a3, #w-node-_62e58f81-af29-b05e-8bc2-dfb4bceff668-e05d24a4 {
    grid-column: 1 / 3;
  }

  #w-node-_01acba91-92e0-3fdc-f04f-81f56b42dc19-e05d24a4 {
    grid-row: 2 / 3;
  }

  #w-node-ba80b8a0-ed4f-689f-493a-2bfa639c91a5-e05d24a5, #w-node-ba80b8a0-ed4f-689f-493a-2bfa639c91aa-e05d24a5 {
    grid-column-end: 2;
  }

  #w-node-afe2b333-ad26-1b15-231d-c4e0234c95ad-e05d24a5 {
    grid-column: span 1 / span 1;
  }

  #w-node-_8a8ab005-0267-4aac-1756-46a4087a0991-e05d24a5 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_14f39dd7-b780-5ba0-f8c3-6e423c9ecdee-e05d24a5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_2b29bb9c-f1bc-bd15-987f-0af0c2776f33-e05d24a5 {
    grid-column: 1 / 3;
  }

  #w-node-_2b29bb9c-f1bc-bd15-987f-0af0c2776f3d-e05d24a5 {
    grid-row: 2 / 3;
  }

  #w-node-de232761-f644-f9f0-bd3b-00bfbb027112-e05d24a5 {
    grid-column-start: 1;
  }

  #w-node-de232761-f644-f9f0-bd3b-00bfbb02711e-e05d24a5 {
    grid-column: 1 / 3;
  }

  #w-node-de232761-f644-f9f0-bd3b-00bfbb027134-e05d24a5 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ba6241ea-4ca2-f90d-ff56-a3b8b8b73165-e05d24a5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-b84cb859-5226-6842-ec2f-395770060748-e05d24a5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_849e754c-a02b-b240-b303-2bf5e8a0db81-f9270e17, #w-node-a30333d2-032c-03e5-f1b1-a5d31eb7f5e4-f9270e17 {
    grid-column-end: 3;
  }

  #w-node-_93ff6921-d28d-6640-4312-da6eaaed889e-f9270e17 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8d647df9-043e-2292-eeaf-857c0c6acc85-e05d24a6, #w-node-_8d647df9-043e-2292-eeaf-857c0c6acc92-e05d24a6 {
    grid-column-end: 2;
  }

  #w-node-f4914fd8-9661-30e6-850c-9d19244344ea-e05d24a6 {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-dfe8ed20-f70d-2ea6-9e0f-fc9a91ac517f-e05d24a6, #static.w-node-dfe8ed20-f70d-2ea6-9e0f-fc9a91ac518a-e05d24a6, #w-node-_9ba435a0-b481-4e63-0a19-fa9c7ec14ada-e05d24a6, #CMS.w-node-_9ba435a0-b481-4e63-0a19-fa9c7ec14ae5-e05d24a6, #w-node-e3b5db22-8e43-4f70-f4f3-5544dc291662-e05d24a6, #utility.w-node-e3b5db22-8e43-4f70-f4f3-5544dc29166d-e05d24a6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9921994f-70cc-1547-5a78-2c400de6f5b8-e05d24a7 {
    grid-column: 1 / 2;
  }

  #w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-e05d24a8 {
    grid-column-end: 3;
  }

  #w-node-ff11f385-19e7-2610-e10a-74658e225841-e05d24a9, #w-node-ff11f385-19e7-2610-e10a-74658e225846-e05d24a9 {
    grid-column-end: 2;
  }

  #w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad0c-e05d24a9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-e05d24aa {
    grid-column-end: 2;
  }

  #w-node-afde60ea-cb4e-4aac-b12e-49f9482a3e41-e05d24aa {
    grid-column: 1 / 3;
  }

  #w-node-_06d98f73-386f-106d-9b9d-8057c0e4f1b4-e05d24aa {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_0b683e9b-74f4-bffd-89ea-d63131dd4bb7-e05d24aa {
    grid-column-end: 2;
  }

  #w-node-_5e265911-3e42-184e-49b8-29b67b861202-e05d24aa {
    grid-column: span 2 / span 2;
  }

  #w-node-_5e265911-3e42-184e-49b8-29b67b86120b-e05d24aa {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }

  #w-node-_256f98c7-18a8-c7d5-c690-4bfe1bbed2cb-e05d24ab, #w-node-_256f98c7-18a8-c7d5-c690-4bfe1bbed2d0-e05d24ab {
    grid-column-end: 2;
  }

  #w-node-f0f246f5-99b4-91b6-a324-8e16030d37d7-e05d24ab {
    align-self: stretch;
  }

  #w-node-d722436c-35ff-afa5-9bd8-d688b3237fd9-f248617c, #w-node-d722436c-35ff-afa5-9bd8-d688b3237fe6-f248617c {
    grid-column-end: 2;
  }

  #w-node-c5844f24-1771-bb55-9b2f-43b5080e546e-f248617c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_256f98c7-18a8-c7d5-c690-4bfe1bbed2cb-6ee86682, #w-node-_256f98c7-18a8-c7d5-c690-4bfe1bbed2d0-6ee86682 {
    grid-column-end: 2;
  }

  #w-node-_2a387197-a255-130a-961b-1e6ef262f6a3-f262f69d {
    grid-column-end: 3;
  }

  #w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-a697dbd2, #w-node-_0b683e9b-74f4-bffd-89ea-d63131dd4bb7-a697dbd2 {
    grid-column-end: 2;
  }

  #w-node-_30697c31-5cdb-6fcf-5548-b4be320b7475-a697dbd2 {
    grid-column: span 2 / span 2;
  }

  #w-node-_2a12a16f-2933-4d3b-515c-d2de66a131e6-a697dbd2 {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }

  #w-node-_792cce88-f7a5-d11d-f236-79d89b593844-a697dbd2 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_625748c5-0e31-b5d9-8abf-e72220346926-a697dbd2 {
    grid-column: 1 / 3;
  }

  #w-node-_625748c5-0e31-b5d9-8abf-e72220346930-a697dbd2 {
    grid-row: 2 / 3;
  }

  #w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-dcdf0818, #w-node-_0b683e9b-74f4-bffd-89ea-d63131dd4bb7-dcdf0818 {
    grid-column-end: 2;
  }

  #w-node-_30697c31-5cdb-6fcf-5548-b4be320b7475-dcdf0818 {
    grid-column: span 2 / span 2;
  }

  #w-node-_2a12a16f-2933-4d3b-515c-d2de66a131e6-dcdf0818 {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }

  #w-node-_792cce88-f7a5-d11d-f236-79d89b593844-dcdf0818 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_625748c5-0e31-b5d9-8abf-e72220346926-dcdf0818 {
    grid-column: 1 / 3;
  }

  #w-node-_625748c5-0e31-b5d9-8abf-e72220346930-dcdf0818 {
    grid-row: 2 / 3;
  }

  #w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-9ad6d3f3, #w-node-_0b683e9b-74f4-bffd-89ea-d63131dd4bb7-9ad6d3f3 {
    grid-column-end: 2;
  }

  #w-node-_30697c31-5cdb-6fcf-5548-b4be320b7475-9ad6d3f3 {
    grid-column: span 2 / span 2;
  }

  #w-node-_2a12a16f-2933-4d3b-515c-d2de66a131e6-9ad6d3f3 {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }

  #w-node-_792cce88-f7a5-d11d-f236-79d89b593844-9ad6d3f3 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_625748c5-0e31-b5d9-8abf-e72220346926-9ad6d3f3 {
    grid-column: 1 / 3;
  }

  #w-node-_625748c5-0e31-b5d9-8abf-e72220346930-9ad6d3f3 {
    grid-row: 2 / 3;
  }

  #w-node-_30697c31-5cdb-6fcf-5548-b4be320b7475-635f91fe {
    grid-column: span 2 / span 2;
  }

  #w-node-_2a12a16f-2933-4d3b-515c-d2de66a131e6-635f91fe {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }

  #w-node-_625748c5-0e31-b5d9-8abf-e72220346926-635f91fe {
    grid-column: 1 / 3;
  }

  #w-node-_625748c5-0e31-b5d9-8abf-e72220346930-635f91fe {
    grid-row: 2 / 3;
  }

  #w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-13ff6527, #w-node-_0b683e9b-74f4-bffd-89ea-d63131dd4bb7-13ff6527 {
    grid-column-end: 2;
  }

  #w-node-_30697c31-5cdb-6fcf-5548-b4be320b7475-13ff6527 {
    grid-column: span 2 / span 2;
  }

  #w-node-_2a12a16f-2933-4d3b-515c-d2de66a131e6-13ff6527 {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }

  #w-node-_625748c5-0e31-b5d9-8abf-e72220346926-13ff6527 {
    grid-column: 1 / 3;
  }

  #w-node-_625748c5-0e31-b5d9-8abf-e72220346930-13ff6527 {
    grid-row: 2 / 3;
  }

  #w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-7faf9270, #w-node-_0b683e9b-74f4-bffd-89ea-d63131dd4bb7-7faf9270 {
    grid-column-end: 2;
  }

  #w-node-_30697c31-5cdb-6fcf-5548-b4be320b7475-7faf9270 {
    grid-column: span 2 / span 2;
  }

  #w-node-_2a12a16f-2933-4d3b-515c-d2de66a131e6-7faf9270 {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }

  #w-node-_625748c5-0e31-b5d9-8abf-e72220346926-7faf9270 {
    grid-column: 1 / 3;
  }

  #w-node-_625748c5-0e31-b5d9-8abf-e72220346930-7faf9270 {
    grid-row: 2 / 3;
  }

  #w-node-_1d214cef-4b81-583b-506f-7b91e0eb7638-b9e1d723 {
    justify-self: start;
  }

  #w-node-_30697c31-5cdb-6fcf-5548-b4be320b7475-b9e1d723 {
    grid-column: span 2 / span 2;
  }

  #w-node-_2a12a16f-2933-4d3b-515c-d2de66a131e6-b9e1d723 {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }

  #w-node-_625748c5-0e31-b5d9-8abf-e72220346926-b9e1d723 {
    grid-column: 1 / 3;
  }

  #w-node-_625748c5-0e31-b5d9-8abf-e72220346930-b9e1d723 {
    grid-row: 2 / 3;
  }

  #w-node-_2c02989e-f2cf-1aec-cc27-6b693b774e1f-783da895, #w-node-_2c02989e-f2cf-1aec-cc27-6b693b774e2f-783da895 {
    grid-column-end: 2;
  }

  #w-node-da0a367c-41d5-63f5-e083-8cfebce3c9a6-783da895 {
    grid-column: span 2 / span 2;
  }

  #w-node-da0a367c-41d5-63f5-e083-8cfebce3c9b0-783da895 {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }

  #w-node-_43164ea3-dd1c-e18f-9aa7-0b224da020ed-783da895 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6447aa75-e773-475e-5cc2-a200c3b22bb9-783da895 {
    grid-column: span 2 / span 2;
  }

  #w-node-_6447aa75-e773-475e-5cc2-a200c3b22bc9-783da895 {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }

  #w-node-_626735af-2d71-3704-279d-e722f1768825-783da895 {
    align-self: stretch;
  }

  #w-node-_9eb09216-8382-b246-0f57-c267c195f4c5-269f15cd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9abe8c58-3e9c-9117-8b19-cbaafaec2d9b-269f15cd {
    justify-self: center;
  }

  #w-node-_9abe8c58-3e9c-9117-8b19-cbaafaec2d9e-269f15cd {
    justify-self: start;
  }

  #w-node-c402cb62-2fd7-5e0b-2125-de9c3bf57170-269f15cd {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }

  #w-node-c402cb62-2fd7-5e0b-2125-de9c3bf57184-269f15cd {
    grid-column: span 2 / span 2;
  }

  #w-node-f3691f0b-2feb-d2ba-4e15-9a7522f8e6dd-268cde2b, #w-node-f3691f0b-2feb-d2ba-4e15-9a7522f8e6ea-268cde2b {
    grid-column-end: 2;
  }

  #w-node-f3691f0b-2feb-d2ba-4e15-9a7522f8e74f-268cde2b {
    grid-column: span 2 / span 2;
  }

  #w-node-f3691f0b-2feb-d2ba-4e15-9a7522f8e758-268cde2b {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }

  #w-node-d9a25449-6c01-80b2-5f68-d86f9fde3520-268cde2b {
    grid-column: span 2 / span 2;
  }

  #w-node-d9a25449-6c01-80b2-5f68-d86f9fde352a-268cde2b, #w-node-f3691f0b-2feb-d2ba-4e15-9a7522f8e7bd-268cde2b {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }

  #w-node-f3691f0b-2feb-d2ba-4e15-9a7522f8e7d1-268cde2b, #w-node-f3691f0b-2feb-d2ba-4e15-9a7522f8e82e-268cde2b {
    grid-column: span 2 / span 2;
  }

  #w-node-f3691f0b-2feb-d2ba-4e15-9a7522f8e837-268cde2b {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }

  #w-node-e041fa75-9cc1-1a54-2460-378296bf2879-268cde2b {
    grid-column: 1 / 3;
    grid-row-end: 2;
  }

  #w-node-b9f79bb9-b0c9-3ac1-6210-169bc9a8a5cb-268cde2b {
    grid-column: span 2 / span 2;
  }

  #w-node-b9f79bb9-b0c9-3ac1-6210-169bc9a8a5d7-268cde2b {
    justify-self: end;
  }

  #w-node-_8e469670-215e-e146-f31b-6c9651d9e6c5-ebc067c3 {
    grid-column-end: 2;
  }

  #w-node-eb33189f-8b62-a24f-bb27-6e2b890fdcf1-ebc067c3 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: end;
  }

  #w-node-_81704656-1a5a-21d4-0b30-3891b73c0141-ebc067c3 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-c402cb62-2fd7-5e0b-2125-de9c3bf57170-ebc067c3 {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }

  #w-node-c402cb62-2fd7-5e0b-2125-de9c3bf57184-ebc067c3 {
    grid-column: span 2 / span 2;
  }

  #w-node-_9eb09216-8382-b246-0f57-c267c195f4c5-ebc067c3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c29857ce-bd04-3246-06a6-9ad19618990b-ebc067c3, #w-node-c29857ce-bd04-3246-06a6-9ad196189935-ebc067c3, #w-node-c29857ce-bd04-3246-06a6-9ad19618995a-ebc067c3, #w-node-c29857ce-bd04-3246-06a6-9ad19618997f-ebc067c3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b973fbe0-d517-3bc2-9ba7-38d44d60ff00-be800c7b {
    grid-column-end: 2;
  }

  #w-node-b973fbe0-d517-3bc2-9ba7-38d44d60ff15-be800c7b {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: end;
  }

  #w-node-b973fbe0-d517-3bc2-9ba7-38d44d60ff22-be800c7b {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-b973fbe0-d517-3bc2-9ba7-38d44d60ff67-be800c7b {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }

  #w-node-b973fbe0-d517-3bc2-9ba7-38d44d60ff80-be800c7b {
    grid-column: span 2 / span 2;
  }

  #w-node-b973fbe0-d517-3bc2-9ba7-38d44d60ff95-be800c7b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-60ba960a, #w-node-_0b683e9b-74f4-bffd-89ea-d63131dd4bb7-60ba960a {
    grid-column-end: 2;
  }

  #w-node-_30697c31-5cdb-6fcf-5548-b4be320b7475-60ba960a {
    grid-column: span 2 / span 2;
  }

  #w-node-_2a12a16f-2933-4d3b-515c-d2de66a131e6-60ba960a {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }

  #w-node-_625748c5-0e31-b5d9-8abf-e72220346926-60ba960a {
    grid-column: 1 / 3;
  }

  #w-node-_625748c5-0e31-b5d9-8abf-e72220346930-60ba960a {
    grid-row: 2 / 3;
  }

  #w-node-_876b425f-f8b2-8ab2-3f53-4051efb9ee81-60ba960a {
    grid-column: span 2 / span 2;
  }

  #w-node-c1106c7b-189f-7944-6eb6-5c79a159f28c-60ba960a {
    justify-self: center;
  }

  #w-node-c1106c7b-189f-7944-6eb6-5c79a159f28f-60ba960a {
    justify-self: start;
  }

  #w-node-bee8758c-0b56-d7b1-d281-403f0e6ea90d-60ba960a {
    grid-column: span 2 / span 2;
  }

  #w-node-_8e469670-215e-e146-f31b-6c9651d9e6c5-dbd7b67b {
    grid-column-end: 2;
  }

  #w-node-eb33189f-8b62-a24f-bb27-6e2b890fdcf1-dbd7b67b {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: end;
  }

  #w-node-_81704656-1a5a-21d4-0b30-3891b73c0141-dbd7b67b {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-bc3d42f2-ded4-05c5-345b-2d2bf4bf55bf-dbd7b67b {
    grid-column: 1 / 3;
    grid-row-end: 2;
  }

  #w-node-bc3d42f2-ded4-05c5-345b-2d2bf4bf55c0-dbd7b67b {
    grid-column: span 2 / span 2;
  }

  #w-node-bc3d42f2-ded4-05c5-345b-2d2bf4bf55ca-dbd7b67b {
    justify-self: end;
  }

  #w-node-_9eb09216-8382-b246-0f57-c267c195f4c5-dbd7b67b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9abe8c58-3e9c-9117-8b19-cbaafaec2d9b-dbd7b67b {
    justify-self: center;
  }

  #w-node-_9abe8c58-3e9c-9117-8b19-cbaafaec2d9e-dbd7b67b {
    justify-self: start;
  }

  #w-node-_1b04528f-935d-a5d8-c774-70f91a091d03-64bd1ff2, #w-node-_1b04528f-935d-a5d8-c774-70f91a091d42-64bd1ff2 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-af669b0d-632b-38cb-9f8e-b6b61a425959-e05d249c {
    grid-column: 2 / 3;
    align-self: stretch;
  }

  #w-node-_289aadfd-95bb-36f9-1da3-2dec2d8cbe6e-e05d249c, #w-node-af669b0d-632b-38cb-9f8e-b6b61a425963-e05d249c {
    justify-self: center;
  }

  #w-node-_7aa021e3-740e-6375-abdd-3933b17261a6-e05d249c, #w-node-cfdf68b4-9703-9899-d3c7-dee94c7719b0-e05d249c {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-ec328c5b-57b8-8cab-54f8-0ac0d781f9c0-d781f9bd, #w-node-fbfab365-c38f-1be6-6e51-32f69bada7ce-e05d249d, #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b920-c426b91d {
    grid-column-end: 2;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b923-c426b91d {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b94f-c426b91d {
    grid-row: 5 / 6;
  }

  #w-node-_55545b2c-fd2c-f381-a702-fc88f5a9dbe3-e05d249e {
    grid-column-end: 2;
  }

  #w-node-d5e9e4ad-0d3c-717f-80b9-a08067bd2c71-e05d24a0, #w-node-d5e9e4ad-0d3c-717f-80b9-a08067bd2c76-e05d24a0, #w-node-_2bb02f1f-0dc8-310a-5b1e-417b53ea67ee-e05d24a1 {
    grid-column: span 1 / span 1;
  }

  #w-node-_2bb02f1f-0dc8-310a-5b1e-417b53ea67f5-e05d24a1 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-_026f1cbe-168c-d94e-12b4-b376c034042d-e05d24a2 {
    grid-column-end: 2;
  }

  #w-node-_026f1cbe-168c-d94e-12b4-b376c0340434-e05d24a2 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-_026f1cbe-168c-d94e-12b4-b376c0340439-e05d24a2 {
    grid-column-end: 2;
  }

  #w-node-d20c98d0-f73a-cde4-3187-ef91057b5e82-e05d24a3 {
    grid-row: 2 / 3;
  }

  #w-node-d20c98d0-f73a-cde4-3187-ef91057b5e87-e05d24a3 {
    grid-row: 4 / 5;
  }

  #w-node-e7c312ca-3267-e1f8-a11b-2d85efa42270-e05d24a3 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-d7f4df13-5316-c505-a444-21863c437f4b-e05d24a3 {
    grid-column: span 1 / span 1;
  }

  #w-node-d7f4df13-5316-c505-a444-21863c437f52-e05d24a3 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-_0b0965f9-12de-b664-5036-c1741e1de7ed-e05d24a4 {
    grid-row-start: 3;
  }

  #w-node-_0cd159e1-bcc8-7507-1006-17c2720b9531-e05d24a4 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_62e58f81-af29-b05e-8bc2-dfb4bceff668-e05d24a4 {
    grid-column-end: 2;
  }

  #w-node-ba80b8a0-ed4f-689f-493a-2bfa639c91a5-e05d24a5 {
    grid-row: 2 / 3;
  }

  #w-node-ba80b8a0-ed4f-689f-493a-2bfa639c91aa-e05d24a5 {
    grid-row: 4 / 5;
  }

  #w-node-_34b8dcd5-1955-bf6e-0f89-fcc3d503f83d-e05d24a5 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-afe2b333-ad26-1b15-231d-c4e0234c95ad-e05d24a5 {
    grid-row: span 1 / span 1;
  }

  #w-node-_2b29bb9c-f1bc-bd15-987f-0af0c2776f33-e05d24a5 {
    grid-column-end: 2;
  }

  #w-node-de232761-f644-f9f0-bd3b-00bfbb027119-e05d24a5 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-de232761-f644-f9f0-bd3b-00bfbb02711e-e05d24a5 {
    grid-column-end: 2;
  }

  #w-node-_849e754c-a02b-b240-b303-2bf5e8a0db81-f9270e17, #w-node-a30333d2-032c-03e5-f1b1-a5d31eb7f5e4-f9270e17 {
    grid-column-end: 4;
  }

  #w-node-_93ff6921-d28d-6640-4312-da6eaaed889e-f9270e17 {
    grid-column: span 3 / span 3;
  }

  #w-node-f4914fd8-9661-30e6-850c-9d19244344ea-e05d24a6 {
    grid-column: span 1 / span 1;
  }

  #w-node-dfe8ed20-f70d-2ea6-9e0f-fc9a91ac517f-e05d24a6 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #static.w-node-dfe8ed20-f70d-2ea6-9e0f-fc9a91ac518a-e05d24a6 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-dfe8ed20-f70d-2ea6-9e0f-fc9a91ac518b-e05d24a6, #w-node-_353ee41b-0568-f449-8721-15e5500de963-e05d24a6, #w-node-_12102cb7-b253-85df-5ce8-de413b78032d-e05d24a6, #w-node-f6a0648e-4c8a-eb8a-2c95-aead61518236-e05d24a6, #w-node-_34ad238f-d41e-3651-a4af-19a9f66bfd06-e05d24a6, #w-node-_903f8a31-5110-7a73-33fa-6ab5862ec27d-e05d24a6 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_9ba435a0-b481-4e63-0a19-fa9c7ec14ada-e05d24a6 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #CMS.w-node-_9ba435a0-b481-4e63-0a19-fa9c7ec14ae5-e05d24a6 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_9ba435a0-b481-4e63-0a19-fa9c7ec14ae6-e05d24a6, #w-node-_9ba435a0-b481-4e63-0a19-fa9c7ec14af3-e05d24a6, #w-node-_9ba435a0-b481-4e63-0a19-fa9c7ec14b00-e05d24a6, #w-node-_9ba435a0-b481-4e63-0a19-fa9c7ec14b0d-e05d24a6, #w-node-_9ba435a0-b481-4e63-0a19-fa9c7ec14b1a-e05d24a6 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-e3b5db22-8e43-4f70-f4f3-5544dc291662-e05d24a6 {
    grid-area: 8 / 1 / 9 / 2;
  }

  #utility.w-node-e3b5db22-8e43-4f70-f4f3-5544dc29166d-e05d24a6 {
    grid-area: 9 / 1 / 10 / 2;
  }

  #w-node-e3b5db22-8e43-4f70-f4f3-5544dc29166e-e05d24a6, #w-node-e3b5db22-8e43-4f70-f4f3-5544dc29167b-e05d24a6, #w-node-e3b5db22-8e43-4f70-f4f3-5544dc291688-e05d24a6 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-d15422da-e94e-a208-9f30-9461a834d48a-e05d24a8 {
    align-self: end;
  }

  #w-node-_01c4e3cf-0ca8-0926-bf92-4bf4daeb8ca0-e05d24a9 {
    grid-column: span 1 / span 1;
  }

  #w-node-_9a966d75-8ba6-8c66-a053-3fb940aae614-e05d24a9 {
    justify-self: center;
  }

  #w-node-_5e265911-3e42-184e-49b8-29b67b861202-e05d24aa {
    grid-column: span 1 / span 1;
  }

  #w-node-_5e265911-3e42-184e-49b8-29b67b861205-e05d24aa, #w-node-_5e265911-3e42-184e-49b8-29b67b861208-e05d24aa {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c5844f24-1771-bb55-9b2f-43b5080e546e-f248617c {
    grid-column: span 1 / span 1;
  }

  #w-node-ddc4fead-5e14-0877-5af5-6a826aa55b76-6ee86682 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2a387197-a255-130a-961b-1e6ef262f6a3-f262f69d, #w-node-_2a387197-a255-130a-961b-1e6ef262f6b2-f262f69d {
    grid-column-end: 2;
  }

  #w-node-_30697c31-5cdb-6fcf-5548-b4be320b7475-a697dbd2 {
    grid-column: span 1 / span 1;
  }

  #w-node-_30697c31-5cdb-6fcf-5548-b4be320b7478-a697dbd2, #w-node-_30697c31-5cdb-6fcf-5548-b4be320b747b-a697dbd2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_792cce88-f7a5-d11d-f236-79d89b593844-a697dbd2 {
    grid-column-end: 2;
  }

  #w-node-_73ddc849-29e3-f33a-cfa8-9f779aa8fd33-a697dbd2 {
    grid-column: 1 / 2;
  }

  #w-node-d5e0ee3a-1628-07be-9892-02b618562ee5-a697dbd2 {
    grid-row: 2 / 3;
    grid-column-end: 2;
  }

  #w-node-_625748c5-0e31-b5d9-8abf-e72220346926-a697dbd2 {
    grid-column-end: 2;
  }

  #w-node-_625748c5-0e31-b5d9-8abf-e72220346927-a697dbd2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_625748c5-0e31-b5d9-8abf-e7222034692d-a697dbd2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_30697c31-5cdb-6fcf-5548-b4be320b7475-dcdf0818 {
    grid-column: span 1 / span 1;
  }

  #w-node-_30697c31-5cdb-6fcf-5548-b4be320b7478-dcdf0818, #w-node-_30697c31-5cdb-6fcf-5548-b4be320b747b-dcdf0818 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_792cce88-f7a5-d11d-f236-79d89b593844-dcdf0818 {
    grid-column-end: 2;
  }

  #w-node-_73ddc849-29e3-f33a-cfa8-9f779aa8fd33-dcdf0818 {
    grid-column: 1 / 2;
  }

  #w-node-d5e0ee3a-1628-07be-9892-02b618562ee5-dcdf0818 {
    grid-row: 2 / 3;
    grid-column-end: 2;
  }

  #w-node-_625748c5-0e31-b5d9-8abf-e72220346926-dcdf0818 {
    grid-column-end: 2;
  }

  #w-node-_625748c5-0e31-b5d9-8abf-e72220346927-dcdf0818 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_625748c5-0e31-b5d9-8abf-e7222034692d-dcdf0818 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_30697c31-5cdb-6fcf-5548-b4be320b7475-9ad6d3f3 {
    grid-column: span 1 / span 1;
  }

  #w-node-_30697c31-5cdb-6fcf-5548-b4be320b7478-9ad6d3f3, #w-node-_30697c31-5cdb-6fcf-5548-b4be320b747b-9ad6d3f3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_792cce88-f7a5-d11d-f236-79d89b593844-9ad6d3f3 {
    grid-column-end: 2;
  }

  #w-node-_73ddc849-29e3-f33a-cfa8-9f779aa8fd33-9ad6d3f3 {
    grid-column: 1 / 2;
  }

  #w-node-d5e0ee3a-1628-07be-9892-02b618562ee5-9ad6d3f3 {
    grid-row: 2 / 3;
    grid-column-end: 2;
  }

  #w-node-_625748c5-0e31-b5d9-8abf-e72220346926-9ad6d3f3 {
    grid-column-end: 2;
  }

  #w-node-_625748c5-0e31-b5d9-8abf-e72220346927-9ad6d3f3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_625748c5-0e31-b5d9-8abf-e7222034692d-9ad6d3f3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_30697c31-5cdb-6fcf-5548-b4be320b7475-635f91fe {
    grid-column: span 1 / span 1;
  }

  #w-node-_30697c31-5cdb-6fcf-5548-b4be320b7478-635f91fe, #w-node-_30697c31-5cdb-6fcf-5548-b4be320b747b-635f91fe {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_625748c5-0e31-b5d9-8abf-e72220346926-635f91fe {
    grid-column-end: 2;
  }

  #w-node-_625748c5-0e31-b5d9-8abf-e72220346927-635f91fe {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_30697c31-5cdb-6fcf-5548-b4be320b7475-13ff6527 {
    grid-column: span 1 / span 1;
  }

  #w-node-_30697c31-5cdb-6fcf-5548-b4be320b7478-13ff6527, #w-node-_30697c31-5cdb-6fcf-5548-b4be320b747b-13ff6527 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_625748c5-0e31-b5d9-8abf-e72220346926-13ff6527 {
    grid-column-end: 2;
  }

  #w-node-_625748c5-0e31-b5d9-8abf-e72220346927-13ff6527 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_30697c31-5cdb-6fcf-5548-b4be320b7475-7faf9270 {
    grid-column: span 1 / span 1;
  }

  #w-node-_30697c31-5cdb-6fcf-5548-b4be320b7478-7faf9270 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_625748c5-0e31-b5d9-8abf-e72220346926-7faf9270 {
    grid-column-end: 2;
  }

  #w-node-_625748c5-0e31-b5d9-8abf-e72220346927-7faf9270 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_30697c31-5cdb-6fcf-5548-b4be320b7475-b9e1d723 {
    grid-column: span 1 / span 1;
  }

  #w-node-_30697c31-5cdb-6fcf-5548-b4be320b7478-b9e1d723 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_625748c5-0e31-b5d9-8abf-e72220346926-b9e1d723 {
    grid-column-end: 2;
  }

  #w-node-_625748c5-0e31-b5d9-8abf-e72220346927-b9e1d723 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-a6574c8a-7a50-eb82-217b-6729cd785975-783da895 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-a6574c8a-7a50-eb82-217b-6729cd78597c-783da895 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-a6574c8a-7a50-eb82-217b-6729cd785983-783da895 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-da0a367c-41d5-63f5-e083-8cfebce3c9a6-783da895 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-da0a367c-41d5-63f5-e083-8cfebce3c9aa-783da895, #w-node-da0a367c-41d5-63f5-e083-8cfebce3c9ad-783da895 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-da0a367c-41d5-63f5-e083-8cfebce3c9b0-783da895 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-b4e675ca-0be8-4240-88ff-464a0e328e85-783da895 {
    grid-row: 3 / 4;
  }

  #w-node-_8ca63803-6971-3978-e681-178e8ab776c2-783da895 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_43164ea3-dd1c-e18f-9aa7-0b224da020ed-783da895, #w-node-_6447aa75-e773-475e-5cc2-a200c3b22bb9-783da895 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6447aa75-e773-475e-5cc2-a200c3b22bbd-783da895, #w-node-_6447aa75-e773-475e-5cc2-a200c3b22bc2-783da895 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_25eb0f5d-3b67-8776-6565-1c6dc1bed841-783da895 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-_68b0fa1d-78f6-75f3-eaa3-055a7d206051-269f15cd, #w-node-ba164bbb-938d-c95f-9428-d539c39c4de2-269f15cd, #w-node-e22a0bc9-0b1d-f666-8569-bbf55832c49a-269f15cd, #w-node-b3113349-bf7e-a35d-297d-2a4dc91d2d35-269f15cd {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_9eb09216-8382-b246-0f57-c267c195f4c5-269f15cd {
    grid-column: span 1 / span 1;
  }

  #w-node-_9eb09216-8382-b246-0f57-c267c195f4cc-269f15cd {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-c402cb62-2fd7-5e0b-2125-de9c3bf5714d-269f15cd {
    grid-column: 1 / 3;
  }

  #w-node-c402cb62-2fd7-5e0b-2125-de9c3bf57184-269f15cd {
    grid-column: span 1 / span 1;
  }

  #w-node-c402cb62-2fd7-5e0b-2125-de9c3bf57187-269f15cd, #w-node-c402cb62-2fd7-5e0b-2125-de9c3bf5718a-269f15cd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f3691f0b-2feb-d2ba-4e15-9a7522f8e700-268cde2b {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-f3691f0b-2feb-d2ba-4e15-9a7522f8e705-268cde2b {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-f3691f0b-2feb-d2ba-4e15-9a7522f8e70a-268cde2b {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-f3691f0b-2feb-d2ba-4e15-9a7522f8e74f-268cde2b {
    grid-column: span 1 / span 1;
  }

  #w-node-f3691f0b-2feb-d2ba-4e15-9a7522f8e752-268cde2b, #w-node-f3691f0b-2feb-d2ba-4e15-9a7522f8e755-268cde2b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d9a25449-6c01-80b2-5f68-d86f9fde3520-268cde2b {
    grid-column: span 1 / span 1;
  }

  #w-node-d9a25449-6c01-80b2-5f68-d86f9fde3524-268cde2b, #w-node-d9a25449-6c01-80b2-5f68-d86f9fde3527-268cde2b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f3691f0b-2feb-d2ba-4e15-9a7522f8e79a-268cde2b {
    grid-column: 1 / 3;
  }

  #w-node-f3691f0b-2feb-d2ba-4e15-9a7522f8e7d1-268cde2b {
    grid-column: span 1 / span 1;
  }

  #w-node-f3691f0b-2feb-d2ba-4e15-9a7522f8e7d4-268cde2b, #w-node-f3691f0b-2feb-d2ba-4e15-9a7522f8e7d7-268cde2b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f3691f0b-2feb-d2ba-4e15-9a7522f8e82e-268cde2b {
    grid-column: span 1 / span 1;
  }

  #w-node-f3691f0b-2feb-d2ba-4e15-9a7522f8e831-268cde2b, #w-node-f3691f0b-2feb-d2ba-4e15-9a7522f8e834-268cde2b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e041fa75-9cc1-1a54-2460-378296bf2879-268cde2b {
    grid-column-end: 4;
  }

  #w-node-b9f79bb9-b0c9-3ac1-6210-169bc9a8a5cb-268cde2b {
    grid-area: 2 / 1 / 2 / 4;
  }

  #w-node-b9f79bb9-b0c9-3ac1-6210-169bc9a8a5cf-268cde2b, #w-node-b9f79bb9-b0c9-3ac1-6210-169bc9a8a5d4-268cde2b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c402cb62-2fd7-5e0b-2125-de9c3bf5714d-ebc067c3 {
    grid-column: 1 / 3;
  }

  #w-node-c402cb62-2fd7-5e0b-2125-de9c3bf57184-ebc067c3 {
    grid-column: span 1 / span 1;
  }

  #w-node-c402cb62-2fd7-5e0b-2125-de9c3bf57187-ebc067c3, #w-node-c402cb62-2fd7-5e0b-2125-de9c3bf5718a-ebc067c3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9eb09216-8382-b246-0f57-c267c195f4c5-ebc067c3 {
    grid-column: span 1 / span 1;
  }

  #w-node-_9eb09216-8382-b246-0f57-c267c195f4cc-ebc067c3, #w-node-c29857ce-bd04-3246-06a6-9ad196189904-ebc067c3 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-_882b7a90-e6cc-1bbc-79f9-eaf8eb4ee8fc-ebc067c3 {
    grid-column-end: 3;
  }

  #w-node-_882b7a90-e6cc-1bbc-79f9-eaf8eb4ee8fe-ebc067c3 {
    grid-column: 3 / 5;
  }

  #w-node-_882b7a90-e6cc-1bbc-79f9-eaf8eb4ee900-ebc067c3 {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-_882b7a90-e6cc-1bbc-79f9-eaf8eb4ee902-ebc067c3 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-fea9d35f-e291-6202-0e05-b293025d8d2f-ebc067c3 {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-b973fbe0-d517-3bc2-9ba7-38d44d60ff46-be800c7b {
    grid-column: 1 / 3;
  }

  #w-node-b973fbe0-d517-3bc2-9ba7-38d44d60ff80-be800c7b, #w-node-b973fbe0-d517-3bc2-9ba7-38d44d60ff95-be800c7b {
    grid-column: span 1 / span 1;
  }

  #w-node-b973fbe0-d517-3bc2-9ba7-38d44d60ff9d-be800c7b, #w-node-b973fbe0-d517-3bc2-9ba7-38d44d60ffe6-be800c7b {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-b973fbe0-d517-3bc2-9ba7-38d44d61009c-be800c7b {
    grid-column-end: 3;
  }

  #w-node-b973fbe0-d517-3bc2-9ba7-38d44d61009e-be800c7b {
    grid-column: 3 / 5;
  }

  #w-node-b973fbe0-d517-3bc2-9ba7-38d44d6100a0-be800c7b {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-b973fbe0-d517-3bc2-9ba7-38d44d6100a2-be800c7b {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-b973fbe0-d517-3bc2-9ba7-38d44d6100a4-be800c7b {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-_30697c31-5cdb-6fcf-5548-b4be320b7475-60ba960a {
    grid-column: span 1 / span 1;
  }

  #w-node-_30697c31-5cdb-6fcf-5548-b4be320b7478-60ba960a, #w-node-_30697c31-5cdb-6fcf-5548-b4be320b747b-60ba960a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_625748c5-0e31-b5d9-8abf-e72220346926-60ba960a {
    grid-column-end: 2;
  }

  #w-node-_625748c5-0e31-b5d9-8abf-e72220346927-60ba960a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_876b425f-f8b2-8ab2-3f53-4051efb9ee81-60ba960a {
    grid-column: span 1 / span 1;
  }

  #w-node-_876b425f-f8b2-8ab2-3f53-4051efb9ee84-60ba960a, #w-node-_876b425f-f8b2-8ab2-3f53-4051efb9ee87-60ba960a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bee8758c-0b56-d7b1-d281-403f0e6ea90d-60ba960a {
    grid-column: span 1 / span 1;
  }

  #w-node-bee8758c-0b56-d7b1-d281-403f0e6ea910-60ba960a, #w-node-bee8758c-0b56-d7b1-d281-403f0e6ea913-60ba960a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bc3d42f2-ded4-05c5-345b-2d2bf4bf55bf-dbd7b67b {
    grid-column-end: 4;
  }

  #w-node-bc3d42f2-ded4-05c5-345b-2d2bf4bf55c0-dbd7b67b {
    grid-area: 2 / 1 / 2 / 4;
  }

  #w-node-bc3d42f2-ded4-05c5-345b-2d2bf4bf55c4-dbd7b67b, #w-node-bc3d42f2-ded4-05c5-345b-2d2bf4bf55c9-dbd7b67b, #w-node-_56d35c46-9563-d921-aee3-1d9544eea332-dbd7b67b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_68b0fa1d-78f6-75f3-eaa3-055a7d206051-dbd7b67b, #w-node-ba164bbb-938d-c95f-9428-d539c39c4de2-dbd7b67b, #w-node-e22a0bc9-0b1d-f666-8569-bbf55832c49a-dbd7b67b, #w-node-b3113349-bf7e-a35d-297d-2a4dc91d2d35-dbd7b67b {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_5bb73578-2ae6-0007-75cc-6c4d1fd60b7b-dbd7b67b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9eb09216-8382-b246-0f57-c267c195f4c5-dbd7b67b {
    grid-column: span 1 / span 1;
  }

  #w-node-_9eb09216-8382-b246-0f57-c267c195f4cc-dbd7b67b {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-af669b0d-632b-38cb-9f8e-b6b61a425959-e05d249c {
    align-self: end;
  }

  #w-node-af669b0d-632b-38cb-9f8e-b6b61a425963-e05d249c {
    align-self: start;
  }

  #w-node-_6d62ec8a-be0a-cdeb-e50a-1b4608f3938a-e05d249c {
    grid-column: span 4 / span 4;
  }

  #w-node-_6d62ec8a-be0a-cdeb-e50a-1b4608f39390-e05d249c {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_6d62ec8a-be0a-cdeb-e50a-1b4608f39394-e05d249c {
    grid-area: 2 / 4 / 3 / 5;
  }

  #w-node-ec328c5b-57b8-8cab-54f8-0ac0d781f9c4-d781f9bd {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-ec328c5b-57b8-8cab-54f8-0ac0d781f9d7-d781f9bd {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_4e5338f3-9ec8-1ed3-8187-39b6740d7a8d-740d7a8d {
    grid-column-end: 3;
  }

  #w-node-_95f444df-3d86-15d2-71ba-5e485589b0a6-740d7a8d {
    grid-area: 3 / 1 / 4 / 3;
  }

  #Nombre.w-node-_4e5338f3-9ec8-1ed3-8187-39b6740d7aa4-740d7a8d {
    grid-area: 2 / 1 / 3 / 3;
  }

  #Apellido.w-node-_4e5338f3-9ec8-1ed3-8187-39b6740d7aa5-740d7a8d {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_4e5338f3-9ec8-1ed3-8187-39b6740d7aa6-740d7a8d {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-_4e5338f3-9ec8-1ed3-8187-39b6740d7aa7-740d7a8d {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_1a3e4c03-9ff2-5679-df50-994f669ff6be-740d7a8d {
    grid-area: 6 / 1 / 7 / 3;
  }

  #w-node-_4e5338f3-9ec8-1ed3-8187-39b6740d7aaa-740d7a8d {
    grid-area: 7 / 1 / 8 / 3;
  }

  #w-node-_4e5338f3-9ec8-1ed3-8187-39b6740d7aae-740d7a8d {
    grid-area: 8 / 1 / 9 / 3;
  }

  #w-node-_5581442e-f4c9-d147-490d-95d8e9054386-740d7a8d {
    grid-area: 9 / 1 / 10 / 3;
  }

  #w-node-_03474b37-622c-33ea-37d6-08e25bea97e4-740d7a8d {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_4e5338f3-9ec8-1ed3-8187-39b6740d7ab2-740d7a8d {
    grid-area: 10 / 1 / 10 / 3;
    justify-self: start;
  }

  #w-node-d5e9e4ad-0d3c-717f-80b9-a08067bd2c58-e05d24a0 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d5e9e4ad-0d3c-717f-80b9-a08067bd2c66-e05d24a0 {
    grid-area: 2 / 1 / 4 / 2;
  }

  #w-node-d5e9e4ad-0d3c-717f-80b9-a08067bd2c6d-e05d24a0 {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-d5e9e4ad-0d3c-717f-80b9-a08067bd2c71-e05d24a0 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-d5e9e4ad-0d3c-717f-80b9-a08067bd2c76-e05d24a0 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-d5e9e4ad-0d3c-717f-80b9-a08067bd2c7b-e05d24a0 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-d5e9e4ad-0d3c-717f-80b9-a08067bd2c80-e05d24a0 {
    grid-area: 6 / 1 / 7 / 2;
    justify-self: start;
  }

  #w-node-_9eda51c4-5e06-d9a4-5d2a-75ff77168837-77168822 {
    grid-column-start: 1;
  }

  #w-node-_9eda51c4-5e06-d9a4-5d2a-75ff7716884f-77168822 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-bac8ce69-2fac-f3a3-15b0-fdfc2c938d2b-2c938cf4 {
    order: 9999;
  }

  #w-node-_80054839-3cd9-7874-5295-e9963f5246dc-e05d24a2 {
    place-self: center stretch;
  }

  #w-node-_80054839-3cd9-7874-5295-e9963f5246dd-e05d24a2 {
    place-self: center;
  }

  #w-node-_80054839-3cd9-7874-5295-e9963f5246e4-e05d24a2 {
    justify-self: center;
  }

  #w-node-_026f1cbe-168c-d94e-12b4-b376c034042d-e05d24a2, #w-node-_026f1cbe-168c-d94e-12b4-b376c0340434-e05d24a2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d0fd0da1-d942-2f25-c11e-f7310178ff6f-e05d24a2 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-beaac2f3-5b16-a510-41e2-9e4db7d9b271-e05d24a4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_0b0965f9-12de-b664-5036-c1741e1de7ed-e05d24a4, #w-node-_0cd159e1-bcc8-7507-1006-17c2720b9531-e05d24a4 {
    grid-column-end: 2;
  }

  #w-node-_16ee6cac-97cc-c25f-3bd3-f27e8d74ef9a-e05d24a4 {
    grid-column-end: 3;
  }

  #w-node-afe2b333-ad26-1b15-231d-c4e0234c95ad-e05d24a5 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8a8ab005-0267-4aac-1756-46a4087a0991-e05d24a5 {
    order: -9999;
    grid-row: 1 / 2;
  }

  #w-node-_14f39dd7-b780-5ba0-f8c3-6e423c9ecdee-e05d24a5 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-de232761-f644-f9f0-bd3b-00bfbb027112-e05d24a5 {
    grid-column-end: 2;
  }

  #w-node-de232761-f644-f9f0-bd3b-00bfbb02711e-e05d24a5, #w-node-de232761-f644-f9f0-bd3b-00bfbb027120-e05d24a5, #w-node-de232761-f644-f9f0-bd3b-00bfbb02713b-e05d24a5 {
    justify-self: stretch;
  }

  #w-node-_6a710c8c-00bc-3097-3a96-dedad61552fb-e05d24a5 {
    justify-self: start;
  }

  #w-node-_4d2d02a8-4623-d7a4-1a99-4764d5bdf25a-e05d24a7 {
    grid-column: span 1 / span 1;
  }

  #w-node-_76c75131-03ce-e5c1-d5fc-dfc7cc85b35e-e05d24a8 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_4d2d02a8-4623-d7a4-1a99-4764d5bdf25a-e05d24a8 {
    grid-column: span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-_01c4e3cf-0ca8-0926-bf92-4bf4daeb8ca0-e05d24a9, #w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad0c-e05d24a9 {
    grid-column: span 2 / span 2;
  }

  #w-node-d722436c-35ff-afa5-9bd8-d688b3237fe1-f248617c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e7e017f1-7e32-3cb9-fda1-e10f5fe7e490-f248617c {
    grid-column: span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-_8460606c-8754-e9cb-26a9-cb65c493e694-635f91fe {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8460606c-8754-e9cb-26a9-cb65c493e69b-635f91fe {
    order: -9999;
  }

  #w-node-_68b0fa1d-78f6-75f3-eaa3-055a7d20604e-269f15cd {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-_9abe8c58-3e9c-9117-8b19-cbaafaec2d9e-269f15cd {
    justify-self: center;
  }

  #w-node-_1a324e86-4a6a-25f6-216b-6e5fefbde501-269f15cd {
    grid-column-end: 3;
  }

  #w-node-c402cb62-2fd7-5e0b-2125-de9c3bf57184-269f15cd {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_9c2e3a8f-0ac6-b31c-30d2-c6b50e84767c-269f15cd {
    grid-column-start: 1;
  }

  #w-node-b9f79bb9-b0c9-3ac1-6210-169bc9a8a5cb-268cde2b {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_8e469670-215e-e146-f31b-6c9651d9e6cd-ebc067c3 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a156fc76-7915-d971-2eb8-f79b52d9a15c-ebc067c3 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_0c0d0660-cdfb-a818-a9bb-f4c56613b4db-ebc067c3 {
    grid-column-end: 3;
  }

  #w-node-_882b7a90-e6cc-1bbc-79f9-eaf8eb4ee8fc-ebc067c3 {
    grid-column-end: 4;
  }

  #w-node-_882b7a90-e6cc-1bbc-79f9-eaf8eb4ee8fe-ebc067c3 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_882b7a90-e6cc-1bbc-79f9-eaf8eb4ee900-ebc067c3 {
    grid-area: 4 / 1 / 5 / 4;
  }

  #w-node-_882b7a90-e6cc-1bbc-79f9-eaf8eb4ee902-ebc067c3 {
    grid-area: 5 / 1 / 6 / 4;
  }

  #w-node-fea9d35f-e291-6202-0e05-b293025d8d2f-ebc067c3 {
    grid-area: 6 / 1 / 7 / 4;
  }

  #w-node-b973fbe0-d517-3bc2-9ba7-38d44d60ff0a-be800c7b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b973fbe0-d517-3bc2-9ba7-38d44d60ff23-be800c7b {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-b973fbe0-d517-3bc2-9ba7-38d44d60ff25-be800c7b {
    grid-column-end: 3;
  }

  #w-node-b973fbe0-d517-3bc2-9ba7-38d44d610096-be800c7b {
    grid-column: span 4 / span 4;
  }

  #w-node-b973fbe0-d517-3bc2-9ba7-38d44d61009c-be800c7b {
    grid-column-end: 4;
  }

  #w-node-b973fbe0-d517-3bc2-9ba7-38d44d61009e-be800c7b {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-b973fbe0-d517-3bc2-9ba7-38d44d6100a0-be800c7b {
    grid-area: 4 / 1 / 5 / 4;
  }

  #w-node-b973fbe0-d517-3bc2-9ba7-38d44d6100a2-be800c7b {
    grid-area: 5 / 1 / 6 / 4;
  }

  #w-node-b973fbe0-d517-3bc2-9ba7-38d44d6100a4-be800c7b {
    grid-area: 6 / 1 / 7 / 4;
  }

  #w-node-c1106c7b-189f-7944-6eb6-5c79a159f28f-60ba960a {
    justify-self: center;
  }

  #w-node-c1106c7b-189f-7944-6eb6-5c79a159f29e-60ba960a {
    grid-column-end: 3;
  }

  #w-node-_8e469670-215e-e146-f31b-6c9651d9e6cd-dbd7b67b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a156fc76-7915-d971-2eb8-f79b52d9a15c-dbd7b67b {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_0c0d0660-cdfb-a818-a9bb-f4c56613b4db-dbd7b67b {
    grid-column-end: 3;
  }

  #w-node-_882b7a90-e6cc-1bbc-79f9-eaf8eb4ee8f8-dbd7b67b {
    grid-column: span 4 / span 4;
  }

  #w-node-_882b7a90-e6cc-1bbc-79f9-eaf8eb4ee8fe-dbd7b67b {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_882b7a90-e6cc-1bbc-79f9-eaf8eb4ee902-dbd7b67b {
    grid-area: 2 / 4 / 3 / 5;
  }

  #w-node-bc3d42f2-ded4-05c5-345b-2d2bf4bf55c0-dbd7b67b {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_68b0fa1d-78f6-75f3-eaa3-055a7d20604e-dbd7b67b {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-_9abe8c58-3e9c-9117-8b19-cbaafaec2d9e-dbd7b67b {
    justify-self: center;
  }

  #w-node-_1a324e86-4a6a-25f6-216b-6e5fefbde501-dbd7b67b {
    grid-column-end: 3;
  }

  #w-node-_1b04528f-935d-a5d8-c774-70f91a091d05-64bd1ff2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1b04528f-935d-a5d8-c774-70f91a091d0c-64bd1ff2 {
    order: -9999;
  }

  #w-node-_1b04528f-935d-a5d8-c774-70f91a091d42-64bd1ff2 {
    align-self: auto;
  }
}


@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-Regular.woff2') format('woff2'), url('../fonts/EudoxusSans-Regular.woff') format('woff'), url('../fonts/EudoxusSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-ExtraLight.woff2') format('woff2'), url('../fonts/EudoxusSans-ExtraLight.woff') format('woff'), url('../fonts/EudoxusSans-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-ExtraBold.woff2') format('woff2'), url('../fonts/EudoxusSans-ExtraBold.woff') format('woff'), url('../fonts/EudoxusSans-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-Bold.woff2') format('woff2'), url('../fonts/EudoxusSans-Bold.woff') format('woff'), url('../fonts/EudoxusSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-Light.woff2') format('woff2'), url('../fonts/EudoxusSans-Light.woff') format('woff'), url('../fonts/EudoxusSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-Medium.woff2') format('woff2'), url('../fonts/EudoxusSans-Medium.woff') format('woff'), url('../fonts/EudoxusSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}