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

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

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

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

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

@font-face {
  font-family: "Font awesome 6 free solid 900";
  src: url('../fonts/Font-Awesome-6-Free-Solid-900.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --white: white;
  --mc-blue: #002759;
  --gp-dark: #14273f;
  --mc-orange: #f06640;
  --gp-yellow: #fcb707;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  color: #333;
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Anek Malayalam, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: Anek Malayalam, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  color: #0b6dff;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Anek Malayalam, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.6em;
}

h5 {
  color: #0b6dff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

p {
  color: #333;
  text-align: left;
  margin-bottom: 16px;
  font-family: Anek Malayalam, sans-serif;
  font-size: 18px;
  line-height: 1.6em;
}

a {
  color: #2799ec;
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
  list-style-type: none;
}

ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
}

li {
  margin-bottom: 15px;
  margin-left: -20px;
  font-family: Anek Malayalam, sans-serif;
  font-size: 18px;
  line-height: 1.6em;
}

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

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

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

.button-secondary {
  color: #080808;
  text-align: center;
  background-color: #0000;
  border: 1px solid #080808;
  border-radius: 80px;
  justify-content: center;
  padding: 19px 48px 20px;
  line-height: 19px;
  transition: transform .3s, color .3s, background-color .3s;
}

.button-secondary:hover {
  color: #fff;
  background-color: #0b6dff;
  border-color: #0b6dff;
  transform: translate(0, -2px);
}

.button-secondary.on-white {
  border-color: var(--white);
  color: #fff;
  border-radius: 8px;
}

.button-secondary.hide {
  border-width: 1.5px;
  border-radius: 8px;
  margin-left: 16px;
  font-family: Anek Malayalam, sans-serif;
  font-size: 16px;
}

.button-secondary.hide._111.white {
  color: #fff;
  background-color: #f2f2f21a;
  border-color: #f2f2f280;
}

.button-secondary.hide._111.white.v2 {
  margin-left: 0;
}

.button-row {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1px;
  padding-bottom: 1px;
  display: flex;
}

.button-row.center {
  justify-content: center;
  margin-top: 32px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.button-row.center.hide {
  display: none;
}

.button-row.left-justify {
  justify-content: flex-start;
  margin-top: 32px;
  margin-bottom: 0;
  padding-bottom: 0;
  display: none;
}

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

.button-row.center.left-mobile {
  border-radius: 8px;
  justify-content: flex-start;
  margin-top: 40px;
}

.section-hero {
  padding: 48px 16px;
}

.section-hero.bg-neutral-800 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.section-hero.before-header {
  background-color: #000;
  height: auto;
  padding: 96px 24px;
  position: relative;
}

.section-hero.before-header.bg-neutral-800.team-member {
  background-color: #fff;
  background-image: url('../images/Frame.svg');
  background-position: 0 0;
  background-size: auto;
  padding-top: 96px;
  padding-bottom: 96px;
}

.section-hero.before-header.bg-neutral-800.blog-post-hero {
  background-color: #000;
  background-image: none;
  padding-bottom: 80px;
}

.section-hero.before-header.bg-neutral-800.blog-post-hero.ns {
  background-color: #171e2e;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-hero.before-header.bg-neutral-800.blog-post-hero.mc {
  background-color: var(--mc-blue);
}

.section-hero.before-header.adj {
  background-image: linear-gradient(90deg, #010c16, #030e18 26%, #091e31 54%, #041422);
}

.section-hero.before-header.white {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.section-hero.blog-post {
  padding-top: 0;
  padding-bottom: 96px;
}

.section-hero.blog-post.padd-adjusted {
  padding-top: 48px;
  padding-bottom: 48px;
}

.section-hero.blog-post.padd-adjusted.v2 {
  display: none;
}

.section-hero.no-top-padding {
  color: #0a6dff;
  padding-top: 0;
}

.section-hero.no-top-padding.mywork {
  display: block;
}

.section-hero.no-top-padding.new {
  background-color: #000;
  padding-bottom: 48px;
  display: block;
}

.section-hero.dark-background {
  background-color: #0d1117;
}

.section-hero.process {
  display: block;
}

.button-row-last {
  margin-left: auto;
  margin-right: auto;
}

.mg-top-48px {
  margin-top: 48px;
}

.icon-font {
  font-family: Fontello, sans-serif;
}

.icon-font.arrow-button {
  margin-left: 6px;
  font-family: Fontello, sans-serif;
  font-size: 10px;
  line-height: 13px;
  display: inline-block;
  position: relative;
  top: -1px;
}

.icon-font.arrow-link-icon {
  margin-left: 10px;
  font-size: 10px;
  line-height: 12px;
  display: inline-block;
  position: relative;
  top: -1px;
}

.icon-font.arrow-button {
  margin-left: 6px;
  font-size: 10px;
  line-height: 13px;
  display: inline-block;
  position: relative;
  top: -1px;
}

.container-default {
  flex: 1;
  max-width: 1244px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.container-default.new-spacing {
  margin-bottom: 16px;
}

.container-default.flex {
  display: block;
}

.grid-2-columns {
  grid-column-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-2-columns.team-member {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: .4fr 1fr;
  align-items: center;
}

.grid-2-columns.pages {
  grid-column-gap: 36px;
  grid-row-gap: 54px;
  border-radius: 20px;
  margin-top: 48px;
}

.grid-2-columns.terms-and-conditions {
  grid-column-gap: 96px;
  grid-row-gap: 40px;
  grid-template-columns: .4fr 1fr;
  align-items: start;
  padding-bottom: 40px;
}

.arrow-link {
  color: #fff;
  text-decoration: none;
  transition: color .3s;
}

.arrow-link:hover {
  color: #989898;
}

.header {
  background-color: #0000;
  width: 100%;
  padding: 32px 24px;
  position: static;
}

.header.black {
  background-color: #000;
}

.header.ns {
  background-color: #161e2e;
}

.header.mc-blue {
  background-color: #002759;
}

.header-logo {
  transform-style: preserve-3d;
  width: 50%;
  margin-top: 0;
  margin-right: 0;
  transition: transform .3s;
}

.header-logo:hover {
  transform: scale3d(.92, .92, 1.01);
}

.header-navigation {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: block;
}

.nav-item-wrapper {
  margin-bottom: 16px;
  margin-left: 0;
  margin-right: 32px;
  font-size: 21px;
  font-weight: 500;
  line-height: 29px;
}

.nav-item-wrapper.show-mobile, .nav-item-wrapper.hide {
  display: none;
}

.nav-item-wrapper.about {
  margin-bottom: 16px;
  margin-left: 0;
  display: block;
}

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

.grid-3-columns.values {
  grid-column-gap: 28px;
  grid-row-gap: 48px;
  grid-auto-flow: row dense;
  margin-top: 48px;
}

.grid-3-columns.language {
  grid-column-gap: 28px;
  grid-row-gap: 48px;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row dense;
  margin-top: 48px;
}

.header-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.nav-menu {
  display: none;
}

.nav-link {
  color: #fff;
  font-size: 24px;
  line-height: 21px;
  text-decoration: none;
  transition: color .3s;
}

.nav-link:hover, .nav-link.w--current:hover {
  color: #0b6dff;
}

.nav-link.black {
  color: #080808;
}

.nav-link.black:hover {
  color: #0b6dff;
}

.nav-link.black.about {
  display: block;
}

.split-content.header-right {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.split-content.header-left {
  align-items: center;
  display: flex;
}

.split-content.header-right {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.text-center {
  text-align: center;
  margin-left: auto;
  margin-right: 0;
}

.text-center.left-mobile {
  margin-right: auto;
  font-family: Anek Malayalam, sans-serif;
}

.body {
  font-family: Anek Malayalam, sans-serif;
  font-weight: 500;
  overflow: visible;
}

.social-media-link {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.social-media-link.author {
  font-size: 22px;
}

.social-media-link.author:hover {
  color: #989898;
}

.card {
  color: #575757;
  background-color: #fff;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 8px 18px #08080808;
}

.card.about-author {
  box-shadow: none;
  background-color: #0000;
  padding: 24px 32px;
}

.card.pages-wrapper {
  color: #c3bebe;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  padding: 0 0 32px;
  transition: transform .2s, color .3s;
}

.card.pages-wrapper:hover {
  box-shadow: 0 8px 18px #00000008;
}

.flex {
  flex-wrap: nowrap;
  align-items: center;
  display: flex;
}

.image-wrapper {
  margin-top: auto;
  overflow: hidden;
}

.image-wrapper.card-pages {
  position: relative;
}

.social-media-list-wrapper {
  align-items: center;
  margin-top: 32px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: none;
}

.line-header {
  background-color: #080808;
  width: 110px;
  height: 2px;
  margin-bottom: 24px;
}

.line-header.center {
  margin-left: auto;
  margin-right: auto;
}

.social-media-list-item {
  margin-right: 20px;
}

.social-media-list-item.author {
  margin-right: 34px;
  font-family: Fontello, sans-serif;
}

.container-inner-750px {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.page-wrapper.aboutme {
  display: block;
}

.color-white {
  color: #fff;
  margin-bottom: 0;
}

.color-white.left-mobile {
  margin-bottom: 16px;
}

.color-white.left-mobile.v2 {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.6em;
}

.color-white.v, .color-white._16, .color-white._8 {
  margin-bottom: 8px;
}

.color-white.bot-margin-16 {
  margin-bottom: 16px;
}

.color-white.thin {
  font-weight: 400;
}

.mg-top-24px {
  color: #fff;
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 28px;
  line-height: 29px;
}

.mg-top-24px.removed-padding {
  color: #fff;
  margin-top: 0;
  margin-bottom: 16px;
}

.icon-font-2 {
  color: #000;
}

.number-text {
  color: #fff;
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 21px;
  font-weight: 700;
  line-height: 30px;
}

.grid-4-columns {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-4-columns.mg-top-48px.gap-30px.numbers-about {
  grid-column-gap: 16px;
}

.grid-4-columns.blog-post-details {
  grid-template-columns: auto auto auto auto;
}

.rich-text {
  color: var(--gp-dark);
  text-align: left;
  text-transform: none;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.rich-text.mc-blue {
  color: var(--mc-blue);
  margin-bottom: 0;
}

.rich-text.mc-blue.color-white {
  color: var(--white);
  margin-bottom: 0;
}

.rich-text.mc-blue.color-white p {
  color: #d6d6d6;
  text-align: left;
}

.rich-text.mc-blue.color-white.top-margin {
  margin-top: 16px;
}

.rich-text h4 {
  color: var(--mc-blue);
  text-align: left;
  margin-top: 0;
  margin-bottom: 16px;
}

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

.icon-font-3.arrow-button {
  margin-left: 6px;
  font-family: Fontello, sans-serif;
  font-size: 10px;
  line-height: 13px;
  display: inline-block;
  position: relative;
  top: -1px;
}

.container-inner-1030px {
  max-width: 1030px;
  margin-left: auto;
  margin-right: auto;
}

.post-details-wrapper {
  border-top: 1px solid #575757;
  margin-top: 48px;
  padding-top: 48px;
}

.post-detail {
  color: #fff;
  margin-bottom: 16px;
  font-size: 22px;
}

.detail-title {
  color: #989898;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
}

.hero-camera {
  perspective: 1000px;
  max-width: 1244px;
  height: auto;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.hero-camera.no-96-top-margin {
  margin-top: 0;
  margin-bottom: 96px;
}

.hero-camera.no-96-top-margin.margin-adjust {
  margin-bottom: 24px;
}

.hero-image {
  box-shadow: 1px 1px 44px #0000001a;
}

.image-2 {
  border-radius: 20px;
  margin-top: auto;
  margin-bottom: auto;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
  max-width: 1244px;
  margin: 32px auto;
}

.div-block-4 {
  background-color: var(--gp-dark);
  border: 1px solid #0003;
  border-radius: 9px;
  justify-content: center;
  padding: 24px 16px;
  display: flex;
  box-shadow: 1px 1px 3px #0000006b;
}

.paragraph {
  color: #fcb705;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 500;
}

.paragraph.align-mid {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 18px;
}

.paragraph-2 {
  margin-top: 16px;
}

.div-block-5 {
  display: flex;
}

.button-secondary-2 {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 8px;
  justify-content: center;
  padding: 19px 48px 20px;
  font-family: Fontello, sans-serif;
  line-height: 19px;
  transition: transform .3s, color .3s, background-color .3s;
}

.button-secondary-2:hover {
  color: #fff;
  background-color: #0b6dff;
  border-color: #fff;
  transform: translate(0, -2px);
}

.button-secondary-2.in-white {
  color: #000;
  border-color: #000;
}

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

.button-secondary-2.in-white.w--current {
  font-family: Anek Malayalam, sans-serif;
}

.button-secondary-2.mc:hover {
  background-color: #f06640;
}

.button-secondary-2.inverted {
  text-align: center;
  background-color: #46c2be;
  margin-left: 0;
  font-size: 17px;
}

.hero-image-grid-2 {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.hero-image-grid-3 {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.image-17 {
  border: 1px solid var(--gp-dark);
  border-radius: 50px;
  box-shadow: -2px 8px 19px 5px #f9f9f933;
}

.image-one, .image-two {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-22 {
  margin-top: 0;
}

.before-after {
  margin-left: 0;
}

.grid-4 {
  grid-template-rows: auto;
}

.grid-4.fix {
  grid-template-columns: 1fr 1fr;
  margin-bottom: 16px;
}

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.div-block-9 {
  max-width: 1244px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-9._1030 {
  max-width: 700px;
}

.heading-4 {
  opacity: 1;
  filter: blur();
}

.container-default-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1244px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.div-block-12 {
  max-width: 1244px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-13 {
  width: 100%;
  height: auto;
}

.gradient-sharp-blues {
  background-image: linear-gradient(to top, #00c6fb 0%, #005bea 100%);
}

.gradient-ripe-malinka {
  background-image: linear-gradient(120deg, #f093fb 0%, #f5576c 100%);
}

.gradient-sea-strike {
  background-image: linear-gradient(-225deg, #77ffd2 0%, #6297db 48%, #1eecff 100%);
}

.gradient-mean-fruit {
  background-image: linear-gradient(120deg, #fccb90 0%, #d57eeb 100%);
}

.gradient-elegance {
  background-image: radial-gradient(73% 147%, #eadfdf 59%, #ece2df 100%), radial-gradient(91% 146%, #ffffff80 47%, #00000080 100%);
}

.text-gradient-name {
  color: #101828;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.gradient-night-call {
  background-image: linear-gradient(-225deg, #ac32e4 0%, #7918f2 48%, #4801ff 100%);
}

.gradient-risky-concrete {
  background-image: linear-gradient(to top, #c4c5c7 0%, #dcdddf 52%, #ebebeb 100%);
}

.gradient-night-fade {
  background-image: linear-gradient(to top, #a18cd1 0%, #fbc2eb 100%);
}

.gradient-big-mango {
  background-image: linear-gradient(to top, #c71d6f 0%, #d09693 100%);
}

.gradient-heavy-rain {
  background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
}

.gradient-awesome-pine {
  background-image: linear-gradient(to top, #ebbba7 0%, #cfc7f8 100%);
}

.gradient-cochiti-lake {
  background-image: linear-gradient(45deg, #93a5cf 0%, #e4efe9 100%);
}

.gradient-perfect-white {
  background-image: linear-gradient(-225deg, #e3fdf5, #ffe6fa);
}

.gradient-earl-gray {
  background-color: #e4e4e1;
  background-image: radial-gradient(at top, #ffffff08 0%, #00000008 100%), linear-gradient(to top, #ffffff1a 0%, #8f989d99 100%);
}

.gradient-smart-indigo {
  background-image: linear-gradient(to top, #b224ef 0%, #7579ff 100%);
}

.gradient-zeus-miracle {
  background-image: linear-gradient(to top, #cd9cf2 0%, #f6f3ff 100%);
}

.gradient-space-shift {
  background-image: linear-gradient(60deg, #3d3393 0%, #2b76b9 37%, #2cacd1 65%, #35eb93 100%);
}

.gradient-african-field {
  background-image: linear-gradient(-45deg, #ffc796 0%, #ff6b95 100%);
}

.gradient-alchemist-lab {
  background-image: linear-gradient(-20deg, #d558c8 0%, #24d292 100%);
}

.gradient-above-the-sky {
  background-image: linear-gradient(to top, #d3d3d3 0% 1%, #e0e0e0 26%, #efefef 48%, #d9d9d9 75%, #bcbcbc 100%);
}

.gradient-river-city {
  background-image: linear-gradient(to top, #4481eb 0%, #04befe 100%);
}

.gradient-above-clouds {
  background-image: linear-gradient(to left, #bdbbbe 0%, #9d9ea3 100%), radial-gradient(88% 271%, #ffffff40 0%, #fefefe40 1%, #00000040 100%), radial-gradient(50% 100%, #ffffff4d 0%, #0000004d 100%);
}

.gradient-fly-high {
  background-image: linear-gradient(to top, #48c6ef 0%, #6f86d6 100%);
}

.gradient-glass-water {
  background-image: linear-gradient(to top, #dfe9f3 0%, #fff 100%);
}

.gradient-happy-fisher {
  background-image: linear-gradient(120deg, #89f7fe 0%, #66a6ff 100%);
}

.gradient-cold-evening {
  background-image: linear-gradient(to top, #0c3483 0%, #a2b6df 100%, #6b8cce 100%, #a2b6df 100%);
}

.gradient-fabled-sunset {
  background-image: linear-gradient(-225deg, #231557 0%, #44107a 29%, #ff1361 67%, #fff800 100%);
}

.gradient-sun-veggie {
  background-image: linear-gradient(-225deg, #20e2d7 0%, #f9fea5 100%);
}

.gradient-sky-glider {
  background-image: linear-gradient(to top, #88d3ce 0%, #6e45e2 100%);
}

.gradient-sunny-morning {
  background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
}

.gradient-sweet-period {
  background-image: linear-gradient(to top, #3f51b1 0%, #5a55ae 13%, #7b5fac 25%, #8f6aae 38%, #a86aa4 50%, #cc6b8e 62%, #f18271 75%, #f3a469 87%, #f7c978 100%);
}

.gradient-great-whale {
  background-image: linear-gradient(to top, #a3bded 0%, #6991c7 100%);
}

.gradient-arielles-smile {
  background-image: radial-gradient(248px, #16d9e3 0%, #30c7ec 47%, #46aef7 100%);
}

.gradient-cheerful-caramel {
  background-image: linear-gradient(to top, #e6b980 0%, #eacda3 100%);
}

.gradient-true-sunset {
  background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);
}

.gradient-amy-crisp {
  background-image: linear-gradient(120deg, #a6c0fe 0%, #f68084 100%);
}

.gradient-shy-rainbow {
  background-image: linear-gradient(to right, #eea2a2 0%, #bbc1bf 19%, #57c6e1 42%, #b49fda 79%, #7ac5d8 100%);
}

.gradient-soft-lipstick {
  background-image: linear-gradient(-225deg, #b6cee8 0%, #f578dc 100%);
}

.gradient-premium-dark {
  background-image: linear-gradient(to right, #434343 0%, #000 100%);
}

.gradient-everlasting-sky {
  background-image: linear-gradient(135deg, #fdfcfb 0%, #e2d1c3 100%);
}

.gradient-sharp-glass {
  background: #c9ccd3 linear-gradient(-180deg, #ffffff80 0%, #00000080 100%);
}

.gradient-sea-lord {
  background-image: linear-gradient(-225deg, #2cd8d5, #c5c1ff 56%, #ffbac3);
}

.gradient-blessing {
  background-image: linear-gradient(to top, #fddb92 0%, #d1fdff 100%);
}

.gradient-japan-blush {
  background-image: linear-gradient(-20deg, #ddd6f3 0%, #faaca8 100% 100%);
}

.gradient-wild-apple {
  background-image: linear-gradient(to top, #d299c2 0%, #fef9d7 100%);
}

.gradient-fresh-oasis {
  background-image: linear-gradient(-225deg, #7de2fc 0%, #b9b6e5 100%);
}

.gradient-plum-plate {
  background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.gradient-soft-grass {
  background-image: linear-gradient(to top, #c1dfc4 0%, #deecdd 100%);
}

.gradient-rainy-ashville {
  background-image: linear-gradient(to top, #fbc2eb 0%, #a6c1ee 100%);
}

.gradient-purple-division {
  background-image: linear-gradient(to top, #7028e4 0%, #e5b2ca 100%);
}

.gradient-hidden-jaguar {
  background-image: linear-gradient(to top, #0fd850 0%, #f9f047 100%);
}

.gradient-party-bliss {
  background-image: linear-gradient(to top, #4481eb 0%, #04befe 100%);
}

.gradient-fruit-blend {
  background-image: linear-gradient(to right, #f9d423 0%, #ff4e50 100%);
}

.gradient-passionate-bed {
  background-image: linear-gradient(to right, #ff758c 0%, #ff7eb3 100%);
}

.gradient-flying-lemon {
  background-image: linear-gradient(60deg, #64b3f4 0%, #c2e59c 100%);
}

.gradient-cloudy-knoxville {
  position: relative;
  overflow: hidden;
}

.gradient-nega {
  background-image: linear-gradient(45deg, #ee9ca7 0%, #ffdde1 100%);
}

.gradient-dirty-beauty {
  background-image: linear-gradient(to top, #6a85b6 0%, #bac8e0 100%);
}

.gradient-gagarin-view {
  background-image: linear-gradient(-225deg, #69eacb 0%, #eaccf8 48%, #6654f1 100%);
}

.gradient-warm-flame {
  background-image: linear-gradient(45deg, #ff9a9e 0%, #fad0c4 99% 100%);
}

.gradient-new-life {
  background-image: linear-gradient(to right, #43e97b 0%, #38f9d7 100%);
}

.gradient-light-blue {
  background-image: linear-gradient(-225deg, #9efbd3 0%, #57e9f2 48%, #45d4fb 100%);
}

.gradient-slick-carbon {
  background: linear-gradient(#323232 0%, #3f3f3f 40%, #1c1c1c 150%), linear-gradient(to top, #fff6 0%, #00000040 200%);
}

.text-gradient-class {
  color: #000;
  text-transform: lowercase;
  padding: 4px 8px;
  font-size: .88rem;
  line-height: 1.5;
}

.gradient-coup-de-grace {
  background-color: #dcd9d4;
  background-image: linear-gradient(#ffffff80 0%, #00000080 100%), radial-gradient(at 50% 0, #ffffff1a 0%, #00000080 50%);
}

.gradient-winter-neva {
  background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
}

.gradient-malibu-beach {
  background-image: linear-gradient(to right, #4facfe 0%, #00f2fe 100%);
}

.gradient-dense-water {
  background-image: linear-gradient(to right, #3ab5b0 0%, #3d99be 31%, #56317a 100%);
}

.gradient-over-sun {
  background-image: linear-gradient(60deg, #abecd6 0%, #fbed96 100%);
}

.gradient-supreme-sky {
  background-image: linear-gradient(-225deg, #d4ffec 0%, #57f2cc 48%, #4596fb 100%);
}

.gradient-palo-alto {
  background-image: linear-gradient(-60deg, #16a085 0%, #f4d03f 100%);
}

.gradient-plum-bath {
  background-image: linear-gradient(to top, #cc208e 0%, #6713d2 100%);
}

.gradient-norse-beauty {
  background-image: linear-gradient(to right, #ec77ab 0%, #7873f5 100%);
}

.gradient-lily-meadow {
  background-image: linear-gradient(-225deg, #65379b 0%, #886aea 53%, #6457c6 100%);
}

.gradient-mind-crawl {
  background-image: linear-gradient(-225deg, #473b7b 0%, #3584a7 51%, #30d2be 100%);
}

.gradient-itmeo-branding {
  background-image: linear-gradient(#2af598 0%, #009efd 100%);
}

.gradient-perfect-blue {
  background-image: linear-gradient(-225deg, #3d4e81 0%, #5753c9 48%, #6e7ff3 100%);
}

.gradient-sand-strike {
  background-image: linear-gradient(to right, #c1c161 0% 0%, #d4d4b1 100%);
}

.gradient-mars-party {
  background-image: linear-gradient(to top, #5f72bd 0%, #9b23ea 100%);
}

.gradient-desert-hump {
  background-image: linear-gradient(to top, #c79081 0%, #dfa579 100%);
}

.gradient-north-miracle {
  background-image: linear-gradient(to right, #00dbde 0%, #fc00ff 100%);
}

.gradient-crystal-river {
  background-image: linear-gradient(-225deg, #22e1ff 0%, #1d8fe1 48%, #625eb1 100%);
}

.gradient-strong-stick {
  background-image: linear-gradient(to right, #a8caba 0%, #5d4157 100%);
}

.gradient-teen-notebook {
  background-image: linear-gradient(to top, #9795f0 0%, #fbc8d4 100%);
}

.gradient-aqua-guidance {
  background-image: linear-gradient(to top, #007adf 0%, #00ecbc 100%);
}

.gradient-saint-petersburg {
  background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.gradient-lady-lips {
  background-image: linear-gradient(to top, #ff9a9e 0%, #fecfef 99% 100%);
}

.gradient-new-york {
  background-image: linear-gradient(to top, #fff1eb 0%, #ace0f9 100%);
}

.gradient-solid-stone {
  background-image: linear-gradient(to right, #243949 0%, #517fa4 100%);
}

.gradient-mole-hall {
  background-image: linear-gradient(-20deg, #616161 0%, #9bc5c3 100%);
}

.gradient-grass-shampoo {
  background-image: linear-gradient(-225deg, #dfffcd 0%, #90f9c4 48%, #39f3bb 100%);
}

.gradient-ladoga-bottom {
  background-image: linear-gradient(to top, #ebc0fd 0%, #d9ded8 100%);
}

.gradient-heaven-peach {
  background-image: linear-gradient(to top, #d9afd9 0%, #97d9e1 100%);
}

.gradient-le-cocktail {
  background-image: linear-gradient(45deg, #874da2 0%, #c43a30 100%);
}

.gradient-mixed-hopes {
  background-image: linear-gradient(to top, #c471f5 0%, #fa71cd 100%);
}

.gradient-forest-inei {
  background-image: linear-gradient(to top, #df89b5 0%, #bfd9fe 100%);
}

.gradient-young-passion {
  background-image: linear-gradient(to right, #ff8177 0%, #ff867a 0%, #ff8c7f 21%, #f99185 52%, #cf556c 78%, #b12a5b 100%);
}

.gradient-sleepless-night {
  background-image: linear-gradient(-225deg, #5271c4 0%, #b19fff 48%, #eca1fe 100%);
}

.gradient-rare-wind {
  background-image: linear-gradient(to top, #a8edea 0%, #fed6e3 100%);
}

.gradient-magic-ray {
  background-image: linear-gradient(-225deg, #ff3cac 0%, #562b7c 52%, #2b86c5 100%);
}

.gradient-old-hat {
  background-image: linear-gradient(to right, #e4afcb 0%, #b8cbb8 0% 0%, #e2c58b 30%, #c2ce9c 64%, #7edbdc 100%);
}

.gradient-spiky-naga {
  background-image: linear-gradient(to top, #505285 0%, #585e92 12%, #65689f 25%, #7474b0 37%, #7e7ebb 50%, #8389c7 62%, #9795d4 75%, #a2a1dc 87%, #b5aee4 100%);
}

.gradient-raccoon-back {
  background: linear-gradient(-180deg, #bcc5ce 0%, #929ead 98%), radial-gradient(at 0 0, #ffffff4d 0%, #0000004d 100%);
}

.gradient-kind-steel {
  background-image: linear-gradient(-20deg, #e9defa 0%, #fbfcdb 100%);
}

.gradient-crystalline {
  background-image: linear-gradient(-20deg, #00cdac 0%, #8ddad5 100%);
}

.gradient-love-kiss {
  background-image: linear-gradient(to top, #ff0844 0%, #ffb199 100%);
}

.gradient-grown-early {
  background-image: linear-gradient(to top, #0ba360 0%, #3cba92 100%);
}

.gradient-jungle-day {
  background-image: linear-gradient(45deg, #8baaaa 0%, #ae8b9c 100%);
}

.gradient-cloudy-apple {
  background-image: linear-gradient(to top, #f3e7e9 0%, #e3eeff 99% 100%);
}

.gradient-amour-amour {
  background-image: linear-gradient(to top, #f77062 0%, #fe5196 100%);
}

.gradient-witch-dance {
  background-image: linear-gradient(-225deg, #a8bfff 0%, #884d80 100%);
}

.gradient-happy-memories {
  background-image: linear-gradient(-60deg, #ff5858 0%, #f09819 100%);
}

.gradient-salt-mountain {
  background-image: linear-gradient(-225deg, #fffeff 0%, #d7fffe 100%);
}

.gradient-strong-bliss {
  background-image: linear-gradient(to right, #f78ca0 0%, #f9748f 19%, #fd868c 60%, #fe9a8b 100%);
}

.gradient-colorful-peach {
  background-image: linear-gradient(to right, #ed6ea0 0%, #ec8c69 100%);
}

.gradient-chemic-aqua {
  background-color: #cddcdc;
  background-image: radial-gradient(at 50% 100%, #ffffff80 0%, #00000080 100%), linear-gradient(#ffffff40 0%, #00000040 100%);
}

.gradient-morning-salad {
  background-image: linear-gradient(-225deg, #b7f8db 0%, #50a7c2 100%);
}

.gradient-frozen-berry {
  background-image: linear-gradient(to top, #e8198b 0%, #c7eafd 100%);
}

.gradient-happy-acid {
  background-image: linear-gradient(to top, #37ecba 0%, #72afd3 100%);
}

.gradient-deep-relief {
  background-image: linear-gradient(-225deg, #7085b6 0%, #87a7d9 50%, #def3f8 100%);
}

.gradient-october-silence {
  background-image: linear-gradient(-20deg, #b721ff 0%, #21d4fd 100%);
}

.gradient-mountain-rock {
  background-image: linear-gradient(to right, #868f96 0%, #596164 100%);
}

.gradient-seashore {
  background-image: linear-gradient(to top, #209cff 0%, #68e0cf 100%);
}

.gradient-eternal-constance {
  background-image: linear-gradient(to top, #09203f 0%, #537895 100%);
}

.gradient-star-wine {
  background-image: linear-gradient(to right, #b8cbb8 0% 0%, #b465da 0%, #cf6cc9 33%, #ee609c 66% 100%);
}

.gradient-healthy-water {
  background-image: linear-gradient(60deg, #96deda 0%, #50c9c3 100%);
}

.gradient-high-flight {
  background-image: linear-gradient(to right, #0acffe 0%, #495aff 100%);
}

.gradient-night-sky {
  background-image: linear-gradient(to top, #1e3c72 0% 1%, #2a5298 100%);
}

.gradient-wide-matrix {
  background-image: linear-gradient(to top, #fcc5e4 0%, #fda34b 15%, #ff7882 35%, #c8699e 52%, #7046aa 71%, #0c1db8 87%, #020f75 100%);
}

.gradient-february-ink {
  background-image: linear-gradient(to top, #accbee 0%, #e7f0fd 100%);
}

.gradient-young-grass {
  background-image: linear-gradient(to top, #9be15d 0%, #00e3ae 100%);
}

.gradient-red-salvation {
  background-image: linear-gradient(to top, #f43b47 0%, #453a94 100%);
}

.gradient-confident-cloud {
  background-image: linear-gradient(to top, #dad4ec 0% 1%, #f3e7e9 100%);
}

.gradient-deep-blue {
  background-image: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
}

.gradient-sharpeye-eagle {
  background-image: linear-gradient(to top, #9890e3 0%, #b1f4cf 100%);
}

.gradient-sugar-lollipop {
  background-image: linear-gradient(-225deg, #a445b2 0%, #d41872 52%, #f06 100%);
}

.gradient-dusty-grass {
  background-image: linear-gradient(120deg, #d4fc79 0%, #96e6a1 100%);
}

.gradient-polite-rumors {
  background-image: linear-gradient(to top, #a7a6cb 0%, #8989ba 52% 100%);
}

.card-gradient {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: .5rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.gradient-sweet-dessert {
  background-image: linear-gradient(-225deg, #7742b2 0%, #f180ff 52%, #fd8bd9 100%);
}

.gradient-landing-aircraft {
  background-image: linear-gradient(-225deg, #5d9fff 0%, #b8dcff 48%, #6bbbff 100%);
}

.card-gradient-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: 20vh;
  display: grid;
}

.gradient-juicy-cake {
  background-image: linear-gradient(to top, #e14fad 0%, #f9d423 100%);
}

.gradient-morpheus-den {
  background-image: linear-gradient(to top, #30cfd0 0%, #330867 100%);
}

.gradient-night-party {
  background-image: linear-gradient(to top, #0250c5 0%, #d43f8d 100%);
}

.gradient-loon-crest {
  background: linear-gradient(#ffffff26 0%, #00000026 100%), #989898 radial-gradient(at top, #fff6 0%, #0006 120%);
}

.gradient-phoenix-start {
  background-image: linear-gradient(to right, #f83600 0%, #f9d423 100%);
}

.gradient-smiling-rain {
  background-image: linear-gradient(-20deg, #dcb0ed 0%, #99c99c 100%);
}

.gradient-teen-party {
  background-image: linear-gradient(-225deg, #ff057c 0%, #8d0b93 50%, #321575 100%);
}

.text-gradient-class-bg {
  background-color: #f5f5f5;
  border-radius: 1rem;
}

.card-bottom-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.5rem .75rem;
  display: flex;
}

.gradient-burning-spring {
  background-image: linear-gradient(to top, #4fb576 0%, #44c489 30%, #28a9ae 46%, #28a2b7 59%, #4c7788 71%, #6c4f63 86%, #432c39 100%);
}

.gradient-marble-wall {
  background-image: linear-gradient(to top, #bdc2e8 0% 1%, #e6dee9 100%);
}

.grid-gradients {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100vw;
  padding: 10vh 5vw 20vh;
  display: grid;
}

.gradient-vicious-stance {
  background-image: linear-gradient(60deg, #29323c 0%, #485563 100%);
}

.gradient-premium-white {
  background-image: linear-gradient(to top, #d5d4d0 0% 1%, #eeeeec 31%, #efeeec 75%, #e9e9e7 100%);
}

.gradient-juicy-peach {
  background-image: linear-gradient(to right, #ffecd2 0%, #fcb69f 100%);
}

.gradient-angel-care {
  background-image: linear-gradient(-225deg, #ffe29f 0%, #ffa99f 48%, #ff719a 100%);
}

.gradient-child-care {
  background-image: linear-gradient(-20deg, #f794a4 0%, #fdd6bd 100%);
}

.gradient-happy-unicorn {
  background-image: linear-gradient(to top, #b3ffab 0%, #12fff7 100%);
}

.gradient-frozen-dreams {
  background-image: linear-gradient(to top, #fdcbf1 0% 1%, #e6dee9 100%);
}

.gradient-tempting-azure {
  background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%);
}

.gradient-gentle-care {
  background-image: linear-gradient(to right, #ffc3a0 0%, #ffafbd 100%);
}

.gradient-full-metal {
  background: linear-gradient(#d5dee7 0%, #e8ebf2 50%, #e2e7ed 100%), linear-gradient(#00000005 50%, #ffffff05 61%, #00000005 73%), linear-gradient(33deg, #fff3 0%, #0003 100%);
}

.gradient-magic-lake {
  background-image: linear-gradient(to top, #d5dee7 0%, #ffafbd 0%, #c9ffbf 100%);
}

.gradient-midnight-bloom {
  background-image: linear-gradient(-20deg, #2b5876 0%, #4e4376 100%);
}

.gradient-black-sea {
  background-image: linear-gradient(-225deg, #2cd8d5 0%, #6b8dd6 48%, #8e37d7 100%);
}

.gradient-frozen-heat {
  background-image: linear-gradient(-225deg, #ff057c 0%, #7c64d5 48%, #4cc3ff 100%);
}

.gradient-strict-november {
  background-image: linear-gradient(-225deg, #cbbacc 0%, #2580b3 100%);
}

.gradient-lemon-gate {
  background-image: linear-gradient(to top, #96fbc4 0%, #f9f586 100%);
}

.gradient-faraway-river {
  background-image: linear-gradient(-20deg, #6e45e2 0%, #88d3ce 100%);
}

.gradient-near-moon {
  background-image: linear-gradient(to top, #5ee7df 0%, #b490ca 100%);
}

.gradient-aqua-splash {
  background-image: linear-gradient(15deg, #13547a 0%, #80d0c7 100%);
}

.gradient-shady-water {
  background-image: linear-gradient(to right, #74ebd5 0%, #9face6 100%);
}

.gradient-snow-again {
  background-image: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%);
}

.gradient-clean-mirror {
  background-image: linear-gradient(45deg, #93a5cf 0%, #e4efe9 100%);
}

.gradient-fresh-milk {
  background-image: linear-gradient(to top, #feada6 0%, #f5efef 100%);
}

.gradient-millennium-pine {
  background-image: linear-gradient(to top, #50cc7f 0%, #f5d100 100%);
}

.gradient-summer-games {
  background-image: linear-gradient(to right, #92fe9d 0%, #00c9ff 100%);
}

.gradient-orange-juice {
  background-image: linear-gradient(-20deg, #fc6076 0%, #ff9a44 100%);
}

.gradient-new-retrowave {
  background-image: linear-gradient(to top, #3b41c5 0%, #a981bb 49%, #ffc8a9 100%);
}

.gradient-spring-warmth {
  background-image: linear-gradient(to top, #fad0c4 0%, #ffd1ff 100%);
}

.gradient-royal-garden {
  background-image: linear-gradient(to right, #ed6ea0 0%, #ec8c69 100%);
}

.gradient-soft-cherish {
  background-image: linear-gradient(to top, #dbdcd7, #dddcd7 24%, #e2c9cc 30%, #e7627d 46%, #b8235a 59%, #801357 71%, #3d1635 84%, #1c1a27);
}

.gradient-rich-metal {
  background-image: linear-gradient(to right, #d7d2cc 0%, #304352 100%);
}

.css-button {
  color: #fff;
  background-color: #1b1b1b;
  background-image: linear-gradient(to right, #1b1b1b, #2630a5 33%, #03c98a 66%, #0076a8);
  border: 1px solid #4353ff80;
  border-radius: 9px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 30%;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-size: 23px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: background-position 1s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 40px #00000080;
}

.css-button.cc-infinite {
  background-image: linear-gradient(to right, #20302e, #2630a5 33%, #03c98a 66%, #0076a8);
  width: 100%;
  margin-top: 0;
  padding: 16px 24px;
}

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

.div-block-15 {
  margin-right: 16px;
}

.button-primary {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 80px;
  margin-top: 0;
  padding: 20px 48px 21px;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  transition: transform .3s, background-color .3s;
}

.button-primary:hover {
  color: #fff;
  background-color: #2f496f;
  transform: translate(0, -2px);
}

.button-primary.square {
  background-color: #f2f2f21a;
  border: 2px solid #f2f2f280;
  border-radius: 8px;
  font-family: Anek Malayalam, sans-serif;
}

.button-primary.square.hide {
  background-color: #f2f2f21a;
  display: block;
}

.button-primary.square.hide._4 {
  display: none;
}

.button-secondary-4 {
  color: #080808;
  text-align: center;
  background-color: #0000;
  border: 1px solid #080808;
  border-radius: 80px;
  justify-content: center;
  padding: 19px 48px 20px;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  line-height: 19px;
  transition: transform .3s, color .3s, background-color .3s;
}

.button-secondary-4:hover {
  color: #fff;
  background-color: #0b6dff;
  border-color: #0b6dff;
  transform: translate(0, -2px);
}

.button-secondary-4.square {
  border-width: 1.5px;
  border-radius: 8px;
  padding-top: 20px;
  font-weight: 500;
}

.button-secondary-4.square.v2 {
  background-color: #fff;
  font-family: Anek Malayalam, sans-serif;
}

.button-secondary-4.square.v2:hover {
  background-color: #0b6dff;
}

.button-secondary-4.square.v2.hide-first {
  display: none;
}

.div-block-17 {
  flex-direction: column;
  align-items: center;
  max-width: 1244px;
  margin-bottom: 96px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-6._3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-6._3.new {
  grid-template-columns: 1fr;
  width: 100%;
  margin-bottom: 16px;
}

.div-block-19 {
  -webkit-text-fill-color: inherit;
  background-color: #161b22;
  background-clip: border-box;
  border: 1px solid #30363d;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1244px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px 32px 16px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.image-28 {
  margin-left: auto;
  margin-right: auto;
}

.heading-10 {
  color: #fff;
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 21px;
}

.process-image {
  background-image: linear-gradient(#0b6dff, #0b6dff);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 240px;
  margin-bottom: 16px;
  display: flex;
}

.step-4-info-wrapper, .step-5-info-wrapper {
  border: 1px solid #0000002b;
  border-radius: 20px;
  flex: 1;
  align-items: center;
  padding: 24px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.paragraph-m {
  letter-spacing: -.4px;
  font-size: 20px;
}

.paragraph-m.text-white {
  color: #000;
  font-size: 18px;
  line-height: 24px;
}

.text-light-grey {
  color: #ffffffa6;
  margin-bottom: 0;
}

.center-div {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.step-3-number {
  z-index: 2;
  border: 8px #161616;
  border-left: 1px #000;
  border-right: 1px #000;
  position: relative;
  overflow: hidden;
}

.step {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  min-width: 120px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  position: absolute;
  top: -35px;
  left: 24px;
}

.white-line {
  background-color: #000;
  width: 2px;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.step-2-info-wrapper {
  border: 1px solid #0000002b;
  border-radius: 20px;
  flex: 1;
  align-items: center;
  padding: 24px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.step-1-number {
  z-index: 2;
  border: 8px #161616;
  border-left: 1px #000;
  border-right: 1px #000;
  position: relative;
  overflow: hidden;
}

.step-info {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  display: flex;
  position: static;
}

.step-2-number {
  z-index: 2;
  border: 8px #161616;
  border-left: 1px #000;
  border-right: 1px #000;
  position: relative;
  overflow: hidden;
}

.black-line {
  background-color: #0000;
  width: 2px;
  height: 72px;
  position: absolute;
  left: 19px;
  right: 20px;
}

.container {
  z-index: 2;
  width: 90%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.container.small {
  max-width: 920px;
}

.container.small.flex {
  justify-content: flex-start;
  align-items: flex-start;
}

.heading-2-small {
  font-size: 56px;
  line-height: 64px;
}

.heading-2-small.text-white {
  color: #000;
  font-family: Anek Malayalam, sans-serif;
  font-size: 32px;
  line-height: 36px;
}

.step-3-info-wrapper {
  border: 1px solid #0000002b;
  border-radius: 20px;
  flex: 1;
  align-items: center;
  padding: 24px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.step-heading {
  color: #fff;
}

.step-heading.margin-xs {
  color: #000;
  font-family: Anek Malayalam, sans-serif;
}

.step-heading.margin-xs.white {
  color: #fff;
}

.timeline-wrapper {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.process-wrapper {
  position: relative;
}

.step-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.step-wrapper.margin-l {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
}

.step-4-number {
  z-index: 2;
  border: 8px #161616;
  border-left: 1px #000;
  border-right: 1px #000;
  position: relative;
  overflow: hidden;
}

.step-1-info-wrapper {
  border: 1px solid #30363d;
  border-radius: 20px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  height: 700px;
  padding: 24px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.grey-line {
  background-color: #ffffff26;
  width: 2px;
  height: 82%;
  position: relative;
}

.step-5-number {
  z-index: 2;
  border: 8px #161616;
  border-left: 1px #000;
  border-right: 1px #000;
  position: relative;
  overflow: hidden;
}

.badge-wrap {
  display: block;
}

.badge-wrap.extra-padding {
  margin-top: 32px;
  margin-bottom: 0;
}

.badge-text {
  color: #000;
  letter-spacing: .6px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  text-decoration: none;
}

.badge-text.text-white, .text-white {
  color: #fff;
}

.text-white.h6-smaller {
  letter-spacing: .7px;
  font-size: 14px;
  line-height: 22px;
}

.text-white.h6-smaller.margin-m {
  color: #fff;
  font-family: Anek Malayalam, sans-serif;
}

.badge {
  background-color: #d8d5d1;
  border-radius: 8px;
  padding: 6px 8px;
  display: inline-block;
}

.badge.light-grey {
  background-color: #ffffff26;
}

.badge.light-grey.wrap {
  background-color: #030201;
  flex-flow: column;
  width: auto;
  height: auto;
  margin-bottom: 8px;
  margin-right: 8px;
  padding-left: 20px;
  font-family: Anek Malayalam, sans-serif;
}

.badge.light-grey.wrap.no-bot-padding {
  border-radius: 8px;
}

.badge.light-grey.wrap {
  background-color: #fffffe21;
  margin-bottom: 8px;
  margin-right: 8px;
  padding-left: 8px;
  padding-right: 8px;
  display: inline-block;
}

.capabilities-wrap {
  width: 100%;
}

.job-container {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.job-bar {
  box-shadow: none;
  border-left: 1px solid #0000;
  flex: none;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.place-of-employment {
  color: #fff;
  margin-bottom: 16px;
  padding-left: 0;
  font-family: Anek Malayalam, sans-serif;
  font-size: 21px;
  line-height: 1;
}

.job-title {
  color: gray;
  margin-bottom: 8px;
  padding-left: 0;
  font-family: Anek Malayalam, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.job-logo {
  border-radius: 0;
  margin-right: 32px;
}

.div_work-experience {
  flex: 1;
  max-width: 1244px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.job-experience {
  margin-bottom: 40px;
}

.image-29 {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  border-radius: 5px;
  padding: 0;
  display: block;
  position: relative;
}

.div-block-21 {
  color: #050101;
  background-color: #9dacc2;
  border-radius: 20px;
  flex-direction: row;
  align-items: flex-start;
  margin-right: 8px;
  padding: 3px 12px;
  display: block;
}

.div-block-21.mc {
  background-color: #5c759999;
  margin-right: 8px;
}

.div-block-22 {
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  padding-left: 16px;
  display: flex;
}

.text-block {
  color: #fff;
  font-weight: 500;
}

.text-block.mc {
  color: #fff;
}

.div-block-23 {
  border: 1px solid #00000024;
  border-radius: 8px;
  padding: 24px;
}

.grid-7 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  margin-bottom: 0;
}

.grid-7._1 {
  grid-template-rows: auto;
  margin-bottom: 16px;
}

.grid-7._1.no-bot-margin {
  margin-bottom: 0;
}

.grid-7._3 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  margin-bottom: 16px;
}

.div_section {
  padding: 48px 16px;
  display: flex;
}

.hero-grid-idv {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  grid-template-columns: 1fr 1fr;
}

.div-block-24 {
  max-width: 1244px;
  margin-left: auto;
  margin-right: auto;
}

.img-idv-hero {
  border-radius: 50px;
}

.img-idv-hero._2 {
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
}

.text-span-2 {
  color: var(--mc-orange);
}

.heading-16 {
  margin-bottom: 16px;
}

.text-span-7 {
  color: var(--mc-orange);
}

.align-mid {
  color: var(--mc-orange);
  text-align: center;
  margin-bottom: 40px;
}

.align-mid._40-margin-bot {
  color: var(--mc-orange);
  margin-bottom: 40px;
}

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

.text-span-9, .text-span-10, .text-span-11 {
  color: var(--mc-orange);
}

.heading-26 {
  margin-top: 16px;
  margin-bottom: 0;
  line-height: 5rem;
}

.heading-26.home {
  opacity: 1;
  color: #fff;
  margin-bottom: 24px;
  font-size: 79px;
  line-height: 8vh;
}

.heading-26.v2 {
  font-size: 38px;
  font-weight: 400;
  line-height: 69px;
}

.heading-26.v2._123 {
  margin-bottom: 16px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 32px;
  line-height: 46px;
}

.heading-26.v2._8 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 8px;
  line-height: 1.5em;
}

.heading-27 {
  color: #0b6dff;
  margin-top: 0;
}

.section-3.test {
  padding-top: 48px;
  font-family: Anek Malayalam, sans-serif;
}

.section-3.top-padding {
  margin-top: 48px;
}

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

.divider-2.spacer {
  margin-top: 32px;
  margin-bottom: 32px;
}

.arrow-link-circle-icon {
  font-family: Fontello, sans-serif;
}

.link-circle-wrapper {
  color: #080808;
  border-bottom: 1px solid #ccc;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  font-family: Anek Malayalam, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
  display: flex;
}

.link-circle-wrapper.top {
  padding-top: 0;
  font-family: Anek Malayalam, sans-serif;
}

.link-circle-wrapper.process, .link-circle-wrapper.process.w--current {
  display: none;
}

.rich-text-2 {
  font-family: Anek Malayalam, sans-serif;
}

.rich-text-2.process {
  display: none;
}

.arrow-link-circle {
  color: #fff;
  background-color: #080808;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  font-size: 22px;
  line-height: 24px;
  display: flex;
}

.arrow-link-circle._38px {
  width: 38px;
  height: 38px;
  font-size: 15px;
  line-height: 18px;
}

.arrow-link-circle._38px.terms {
  margin-left: 12px;
}

.fixed-menu {
  position: sticky;
  top: 32px;
}

.heading-30 {
  color: #0b6dff;
}

.heading-31 {
  width: 100%;
  margin-top: 18px;
  margin-bottom: 0;
  display: none;
}

.paragraph-dark {
  color: #fff;
  margin-bottom: 0;
}

.div-block-26 {
  flex-flow: row;
  max-width: 1244px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-27 {
  width: 50%;
}

.div-block-28 {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.image-32 {
  margin-top: 16px;
  margin-bottom: 16px;
  margin-right: 8px;
}

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

.paragraph-18 {
  margin-bottom: 0;
  font-family: "Font awesome 6 brands 400", sans-serif;
  font-size: 34px;
  line-height: 24px;
  text-decoration: none;
}

.paragraph-18.email {
  font-family: "Font awesome 6 free solid 900", sans-serif;
  text-decoration: none;
}

.text-span-15 {
  color: #fff;
  margin-left: 16px;
  margin-right: 16px;
  font-size: 26px;
  line-height: 16px;
  text-decoration: none;
}

.link-block-3, .link-block-4 {
  cursor: pointer;
  text-decoration: none;
}

.my-work-card {
  background-color: var(--white);
  border-radius: 8px;
  margin-bottom: 40px;
  padding: 0;
  display: flex;
}

.my-work-card.no-margin-bot {
  margin-bottom: 0;
}

.div-block-33 {
  flex-flow: column;
  justify-content: space-around;
  width: 60%;
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.div-block-34 {
  border-radius: 0;
  width: 40%;
  overflow: hidden;
}

.heading-34 {
  color: #fff;
}

.heading-35 {
  color: #0b6dff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 26px;
}

.heading-35.sub {
  color: var(--gp-dark);
  margin-top: 32px;
  font-size: 21px;
  font-weight: 500;
  line-height: 26px;
}

.image-34 {
  border-radius: 0 8px 8px 0;
  transition: opacity .2s;
}

.text-gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #2799ec, #f65aff);
  -webkit-background-clip: text;
  background-clip: text;
}

.text-gradient.v2 {
  font-size: 38px;
  line-height: 2em;
}

.text-gradient.v2.blue {
  filter: blur();
  background-image: linear-gradient(88deg, #0045df, #559bff 33%, #377cdd 67%, #4dbfff);
  font-size: 32px;
  line-height: 69px;
}

.text-gradient.v2.blue._69 {
  font-size: 38px;
  font-weight: 400;
}

.text-gradient.v2.blue._69.home {
  background-image: linear-gradient(175deg, #0045df, #559bff 33%, #377cdd 67%, #4dbfff);
}

.text-gradient.variant {
  margin-bottom: 0;
  margin-right: 8px;
}

.section-4 {
  background-color: #0d1117;
  padding: 8px 16px;
}

.div-block-35 {
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1244px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.magnetic-element {
  width: auto;
  display: none;
}

.button-1 {
  background-image: linear-gradient(113deg, #000, #0b6dff);
  border-radius: 0;
  padding: 2px;
  text-decoration: none;
  transition-property: none;
}

.button-1:hover {
  transform: scale(1.05);
}

.button-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  background-image: linear-gradient(120deg, #000, #0b6dff);
  border-radius: 0;
  align-items: center;
  padding: 20px 25px;
  font-family: Anek Malayalam, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

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

.button-text-2 {
  align-items: center;
  display: flex;
}

.button-arrow {
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  display: flex;
  position: relative;
}

.project-container {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 96px;
  padding: 0 16px;
  display: flex;
}

.project-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
}

.project-title.align-mid {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 28px;
}

.slide-nav {
  display: none;
}

.project-tag {
  color: #fff;
  white-space: nowrap;
  background-color: #ffffff1a;
  align-items: center;
  padding: 10px 12px;
  font-family: Anek Malayalam, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1em;
  display: flex;
}

.project-image-container {
  width: 50%;
}

.project-description {
  color: #fff;
  margin-bottom: 16px;
  font-weight: 400;
}

.project-description.variant {
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 400;
  line-height: 1em;
}

.project-description.deliverables {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1em;
}

.project-image {
  object-fit: cover;
  background-color: #002753;
  border-radius: 8px;
  min-height: 450px;
}

.right-arrow {
  background-color: #212232;
  width: 80px;
  height: 80px;
  transition: all .3s;
  display: none;
  inset: auto 0% 0% auto;
}

.right-arrow:hover {
  background-color: #2d2e3c;
}

.slider-section-wrapper {
  justify-content: center;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.slider-section-wrapper.glow-1 {
  padding-left: 24px;
  padding-right: 24px;
}

.slider-section-wrapper.glow-1.gradient-premium-dark {
  background-image: none;
}

.project-tag-container {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-wrap: wrap;
  line-height: 1em;
  display: flex;
}

.section-tag-container {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  align-items: center;
  width: 100%;
  max-width: 1244px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  font-family: Anek Malayalam, sans-serif;
  font-size: 11px;
  line-height: 1em;
  display: flex;
}

.left-arrow {
  background-color: #212232;
  width: 80px;
  height: 80px;
  transition: all .3s;
  display: none;
  inset: auto auto 0% 50%;
}

.left-arrow:hover {
  background-color: #2d2e3a;
}

.slider-section-container {
  flex: 1;
  max-width: 1400px;
  padding-top: 48px;
}

.section-tag-line {
  filter: blur(1px);
  pointer-events: auto;
  background-color: #bbb;
  background-image: repeating-linear-gradient(98deg, #191a1a, #294772 35%, #377cdd 60%, #4dbfff);
  flex: 1;
  height: 5px;
  margin-left: 20px;
}

.project-info-container {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  width: 42%;
  max-width: 520px;
  line-height: 1.6em;
  display: flex;
}

.project-slider {
  background-color: #0000;
  align-items: center;
  height: 100%;
}

.paragraph-19 {
  font-family: Anek Malayalam, sans-serif;
}

.text-span-16 {
  font-family: "Font awesome 6 free solid 900", sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1em;
}

.div_check-with-text {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-weight: 400;
  display: flex;
}

.div_deliverables {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: none;
}

.list-2 {
  margin-bottom: 0;
}

.container-2 {
  background-color: #fff;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.change-text-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-don-t-change {
  color: #333;
  text-transform: capitalize;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.text-change-wrapper {
  height: auto;
  padding-left: 10px;
  overflow: hidden;
}

.text-change-mover {
  background-color: #fff;
}

.text-change {
  color: #000;
  text-transform: capitalize;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #2799ec, #f65aff);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.text-wrap {
  margin-top: 0;
  font-size: 38px;
  font-weight: 400;
  line-height: 69px;
  display: flex;
}

.changer-move {
  display: block;
}

.constant {
  font-size: 38px;
  display: block;
}

.changer-overflow {
  float: right;
  height: 68px;
  display: inline-block;
  overflow: hidden;
}

.wrap {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 5vh;
  padding-left: 0;
  padding-right: 20px;
  display: flex;
}

.changer {
  position: relative;
  top: 0;
}

.my-value {
  color: #ebf5ff80;
}

.div-block-36 {
  filter: blur(18px);
  background-color: #2799ec;
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
}

.div-block-36.size {
  width: 100px;
}

.div-grass {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.div-block-38 {
  padding-bottom: 32px;
}

.div-block-39 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-40 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: space-around;
  align-items: stretch;
  width: 1280px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-40.fl {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
}

.div-block-40.fl.spacing {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.div-block-41 {
  width: 50%;
  padding-right: 0;
}

.div-block-41.adjust {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-41.adjust._123 {
  background-color: var(--mc-blue);
  border-radius: 8px;
  width: 80%;
  padding: 24px;
}

.div-block-41.adjust._100 {
  width: 100%;
}

.div-block-41._100-width {
  background-color: #002759;
  border-radius: 8px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  display: block;
}

.div-block-41._100-width.inverse {
  background-color: #fff;
  display: none;
}

.div-block-41._100-width.inverse.ns {
  background-color: #e8f8f6;
  margin-top: 32px;
  display: none;
}

.div-block-42 {
  width: 50%;
}

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

.div-block-42._100 {
  width: 100%;
  height: auto;
  margin-top: 32px;
}

.div-block-42._100.size-adjust {
  margin-bottom: 32px;
}

.div-block-42._50 {
  width: 50%;
}

.div-block-42.mid-align {
  align-items: center;
  width: 90%;
  display: flex;
}

.div-block-42.flex.direction-down {
  flex-flow: column;
  width: 100%;
}

.sapphire-blue {
  color: #3562ec;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
}

.sapphire-blue.mc {
  color: var(--mc-orange);
  -webkit-text-stroke-color: #f06640;
}

.div_bigspacing {
  background-color: #fff;
  padding: 120px 32px;
  display: flex;
}

.div_bigspacing.white {
  background-color: var(--white);
  flex-flow: row;
  padding-left: 32px;
  padding-right: 32px;
}

.div_bigspacing.white.v2 {
  background-color: #6dc0e730;
  padding-bottom: 40px;
}

.div_bigspacing.white.interview-section-adjust {
  padding-bottom: 40px;
}

.div_bigspacing.with-light-color {
  background-color: #45c3be1a;
  padding-left: 32px;
  padding-right: 32px;
}

.div_bigspacing.with-light-color.mc-blue {
  background-color: var(--mc-blue);
}

.div_bigspacing.with-light-color.mc-blue.down {
  flex-flow: column;
}

.div_bigspacing.ns {
  background-color: #171e2e;
  padding-left: 32px;
  padding-right: 32px;
}

.div_bigspacing.mc {
  background-color: var(--mc-blue);
}

.div_bigspacing.vvv {
  background-color: #6dc0e730;
}

.div_bigspacing.vvv.spacing, .div_bigspacing.adjust {
  padding-top: 0;
}

.image-35 {
  width: 100%;
}

.heading-37, .paragraph-20 {
  color: #fff;
}

.text-span-17 {
  color: #46c2be;
  padding-right: 16px;
  font-size: 24px;
  line-height: 1.6em;
}

.text-span-17.mc {
  color: var(--mc-orange);
}

.paragraph-21 {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.6em;
}

.paragraph-21.black {
  color: #000;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.paragraph-21.black._0 {
  margin-bottom: 0;
}

.paragraph-21.black._8px-bot {
  margin-bottom: 0;
  font-weight: 500;
}

.paragraph-21.top-spacing {
  margin-top: 8px;
  margin-bottom: 8px;
}

.paragraph-21.top-spacing.hide {
  display: none;
}

.paragraph-21._8 {
  margin-bottom: 8px;
}

.bold-text.color-white {
  margin-bottom: 0;
}

.heading-39 {
  font-weight: 400;
}

.heading-39.color-white {
  text-transform: uppercase;
}

.heading-39.color-white._8 {
  color: #44c1bd;
}

.div-block-45 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: auto;
  display: flex;
}

.div-block-45._50 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-45._1280px {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-46 {
  margin-bottom: 16px;
  display: flex;
}

.image-36 {
  margin-right: 16px;
}

.div-block-47 {
  margin-bottom: 32px;
}

.div-block-48 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.div-block-49 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

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

.div-block-49._1._22 {
  filter: grayscale();
  width: 100%;
}

.div-block-49._1._22:hover {
  filter: none;
}

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

.div-block-51.down {
  flex-flow: column;
}

.div-hero {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  width: 1280px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.grid-9 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-9.test {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr;
}

.div-block-52 {
  text-align: center;
  border: 0 solid #000;
  border-left: 1px solid #44c2be;
  border-right: 1px solid #44c2be;
  padding-left: 24px;
  padding-right: 24px;
}

.div-block-52._4 {
  border-right-style: none;
}

.div-block-52._4.mc {
  border-left-color: var(--mc-orange);
}

.div-block-52.mc {
  border-right-color: var(--mc-orange);
  border-left-color: var(--mc-orange);
}

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

.heading-41.color-white {
  margin-bottom: 8px;
}

.heading-42, .div-block-53 {
  text-align: center;
}

.divider-small {
  color: var(--mc-orange);
  background-color: #44c1bd;
  width: 80px;
  height: 10px;
  margin-top: 24px;
}

.divider-small.mc {
  background-color: var(--mc-orange);
  color: #f06640;
}

.divider-small.algin {
  margin-left: auto;
  margin-right: auto;
}

.emerald-green {
  color: #44c1bd;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.emerald-green.mc {
  color: var(--mc-orange);
}

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

.list-item {
  color: #fff;
  text-align: left;
  margin-bottom: 16px;
}

.paragraph-26 {
  font-size: 18px;
}

.paragraph-26.align-mid {
  color: #000;
  margin-bottom: 20px;
}

.paragraph-26.align-mid.color-white {
  color: var(--white);
  margin-bottom: 0;
}

.paragraph-26._50 {
  text-align: center;
  width: 100%;
}

.d-23-scroll-to-top-wrapper {
  opacity: .8;
  background-color: #161e2e;
  border: 5px solid #46c1be;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin: 25px;
  text-decoration: none;
  display: flex;
  position: fixed;
  bottom: 70px;
  right: 0;
}

.d-23-scroll-to-top-wrapper.mc-orage {
  border-color: var(--mc-orange);
}

.d-23-scroll-to-top-arrow {
  color: #fff;
  font-family: "Font awesome 6 free solid 900", sans-serif;
}

.bold-text-2, .bold-text-3 {
  color: var(--mc-orange);
}

.slider {
  border-radius: 20px;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.slider.hide {
  display: none;
}

.slide-2 {
  background-image: url('../images/Persona-1_1Persona 1.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  padding-bottom: 0;
  padding-right: 0;
}

.slide-3 {
  background-image: url('../images/Persona-3_1Persona 3.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
}

.slide-4 {
  background-image: url('../images/Persona2_1Persona2.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
}

.mask {
  border-radius: 20px;
  width: 100%;
  max-width: 1280px;
  height: 1000px;
}

.left-arrow-2 {
  position: absolute;
  left: -55px;
}

.right-arrow-2 {
  left: auto;
  right: -55px;
}

.icon {
  color: #f06641;
  font-size: 32px;
}

.icon-2 {
  color: var(--mc-orange);
}

.image-39 {
  max-width: 1280px;
  margin-top: 48px;
}

.list-3 {
  margin-top: 16px;
  margin-bottom: 0;
}

.mc-og {
  color: var(--mc-orange);
}

.grid-10 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.card-shaddow {
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.image-40 {
  width: 50px;
}

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

.color-orange {
  color: var(--mc-orange);
}

.list-4 {
  margin-top: 16px;
  margin-bottom: 0;
}

.new-div-law {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  margin-bottom: 40px;
  display: flex;
}

.new-div-law.v2, .new-div-law.left {
  justify-content: center;
  align-items: flex-start;
}

.new-div-law.left._40-top-padding {
  margin-top: 40px;
}

.new-div-law.size {
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 0;
}

.new-div-law.adju {
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 16px;
}

.heading-43 {
  color: #fff;
  margin-top: 0;
  font-family: Satoshi, sans-serif;
}

.heading-43.color-black {
  color: #000;
  font-family: Satoshi, sans-serif;
}

.heading-43.color-black.hide {
  display: none;
}

.heading-43.inverse {
  color: var(--gp-dark);
}

.heading-43.inverse.hide {
  display: none;
}

.heading-44 {
  color: var(--mc-orange);
  margin-top: 0;
  margin-bottom: 8px;
}

.image-42 {
  width: 100%;
}

.image-42.top-padding {
  margin-top: 16px;
}

.paragraph-29 {
  width: 30%;
}

.paragraph-29.color-white {
  width: 45%;
}

.paragraph-29.color-white.black {
  color: #000;
  width: 100%;
}

.paragraph-29.color-white.inverse {
  color: #000;
  width: 100%;
  margin-bottom: 8px;
}

.lightbox-link {
  margin-left: auto;
  margin-right: auto;
}

.line_03 {
  z-index: 999;
  background-color: #f9f9f9;
  width: 25%;
  height: 1px;
  margin-left: -12.5%;
  display: none;
  position: absolute;
}

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

.content_wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.block_wrap {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  display: flex;
}

.h1 {
  z-index: 15;
  color: var(--mc-orange);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 90px;
  line-height: 70px;
  position: absolute;
}

.h1.og {
  color: var(--mc-orange);
}

.h1.green {
  color: #44c1bdd6;
}

.white_dot {
  background-color: #fff;
  border-radius: 100px;
  width: 20px;
  height: 20px;
  position: absolute;
  box-shadow: 1px 1px 60px #5b3acc8c;
}

.body-detail {
  color: #4e5d78;
  text-align: center;
  letter-spacing: .3px;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 26px;
}

.body-detail.white {
  color: #fff;
}

.ring_01 {
  border: 1px solid #eee;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  position: absolute;
}

.dot_container {
  z-index: 9999;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  display: flex;
  position: relative;
}

.ring_03 {
  opacity: .3;
  border: 1px solid #eee;
  border-radius: 100px;
  width: 120px;
  height: 120px;
  position: absolute;
}

.ring_02 {
  opacity: .6;
  border: 1px solid #eee;
  border-radius: 100px;
  width: 80px;
  height: 80px;
  position: absolute;
}

.h4 {
  color: #041434;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
}

.h4.white {
  color: var(--mc-orange);
}

.process-wrap {
  flex-wrap: wrap;
  flex: 1;
  max-width: 1280px;
  display: flex;
  position: relative;
}

.heading-large {
  color: var(--gp-dark);
  text-align: center;
  letter-spacing: -.03em;
  margin: 0 auto 15px;
  font-size: 32px;
  line-height: 36px;
}

.heading-large.og {
  color: var(--mc-orange);
}

.line_01 {
  z-index: 999;
  background-color: #f9f9f9;
  width: 25%;
  height: 1px;
  margin-left: 12.5%;
  display: none;
  position: absolute;
}

.plain_text {
  color: #4e5d78;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
}

.plain_text.white {
  color: #fff;
}

.div-block {
  flex-flow: column;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.block {
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 120px;
  display: flex;
}

.green_dot {
  z-index: 9;
  background-color: #44c1bd;
  border-radius: 100px;
  width: 10px;
  height: 10px;
  position: relative;
}

.green_dot.mc {
  background-color: var(--mc-orange);
}

.line_02 {
  z-index: 999;
  background-color: #f9f9f9;
  width: 25%;
  height: 1px;
  margin-left: -12.5%;
  display: none;
  position: absolute;
}

.image-43 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.hover-black, .hover-black:hover {
  mix-blend-mode: normal;
}

.new-layout {
  border: 1px solid #e7e7e738;
  border-radius: 24px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: 16px 45px;
  display: flex;
}

.new-layout:hover {
  transform: translate(0);
}

.border {
  background-color: #f2f2f20a;
  border: 1px solid #ffffff1a;
  border-radius: 36px;
  margin-bottom: 96px;
  padding: 8px;
}

.text-span-18 {
  color: #45bfbe;
}

.text-span-19, .text-span-20 {
  color: var(--gp-yellow);
}

.text-span-21, .text-span-22 {
  color: var(--mc-orange);
}

.div-block-55 {
  width: 100%;
  height: 645px;
  position: absolute;
}

.pill {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  -webkit-backdrop-filter: brightness(200%);
  backdrop-filter: brightness(200%);
  color: #000;
  background-color: #fff;
  border-radius: 2rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  padding: .5rem 1rem;
  font-size: .875rem;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 2px #0003, inset 0 1px #fff3;
}

.pill.inverse {
  color: #fff;
  background-color: #1c252e;
  padding: 0 32px 0 16px;
}

.pill-dot {
  background-color: #6fad61;
  border-radius: 100%;
  width: .625rem;
  height: .625rem;
}

.pill-dot.hide {
  display: none;
}

.text-span-23, .text-span-24 {
  color: var(--mc-orange);
}

.figure {
  margin-bottom: 40px;
}

.nav-pill {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #000;
  background-color: #f2f2f20d;
  border: 1px solid #f2f2f21a;
  border-radius: 24px;
  width: 165.594px;
  margin-left: auto;
  margin-right: auto;
  padding: 6px 7px;
  display: flex;
  position: relative;
}

.tab-text {
  color: #f2f2f2;
  padding: 0;
  font-family: Anek Malayalam, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
}

.tab-text.unfocus {
  font-weight: 400;
}

.tab-text.visually-hidden {
  color: #49494900;
  position: relative;
}

.div-block-57 {
  z-index: 55;
  cursor: pointer;
  background-color: #f2f2f21a;
  border-radius: 18px;
  width: 75.2734px;
  height: 36px;
  padding: 9px 23.34px;
  position: relative;
  transform: translate(0);
}

.div-block-57.no {
  background-color: #f2f2f200;
}

.div-block-58 {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 9px 23.34px;
}

.div-block-58.on {
  background-color: #f2f2f21a;
  border-radius: 18px;
  position: relative;
}

.nav-pill-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.nav-indicator-glow {
  background-color: #f2f2f2;
  border-radius: 2px;
  width: 24px;
  height: 4px;
  margin-bottom: -2px;
  margin-left: 33px;
  margin-right: 0;
  box-shadow: 0 2px 25px 2px #fff;
}

.nav-indicator-glow.info {
  margin-left: 113px;
}

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

.link-block-5.w--current {
  z-index: 55;
  width: 68.3203px;
  position: relative;
}

.animate-then-link-work {
  text-decoration: none;
}

.animate-then-link {
  border-radius: 18px;
  width: 75.27px;
  text-decoration: none;
  transition: min-height .65s;
}

.im-bg {
  z-index: 1;
  cursor: pointer;
  background-color: #f2f2f21a;
  border-radius: 18px;
  width: 75.27px;
  height: 36px;
  padding: 9px 23.34px;
  position: absolute;
  left: auto;
  right: auto;
}

.button-1 {
  cursor: pointer;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 60px;
  margin-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 15px #3913b659;
}

.button-1_color-wrap {
  background-color: #0e1229;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.button-1_color {
  z-index: 1;
  filter: blur(16px);
  mix-blend-mode: normal;
  background-image: linear-gradient(112deg, #ff0f33d6, #ff6600db);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  top: -21px;
  left: -14px;
}

.button-1_color._1 {
  background-image: linear-gradient(112deg, #0045df, #4dbfff);
  top: -30%;
  left: -5%;
}

.button-1_color._3 {
  background-image: linear-gradient(251deg, #0045df, #559bff);
  top: -30%;
  left: 8%;
}

.button-1_color._2 {
  background-image: linear-gradient(251deg, #377cdd, #4dbfff);
  top: -30%;
  left: 29%;
}

.label {
  z-index: 5;
  color: #fff;
  position: relative;
}

.button-1_bg {
  z-index: 3;
  background-color: #020c16;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 97%;
  height: 95%;
  transition: all .3s ease-in-out;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.button-1_bg:hover {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #05021ca6;
}

.button-1_bg:active {
  background-color: #05021c66;
}

.button-1_glow {
  z-index: 0;
  filter: none;
  background-image: none;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 60px;
  display: none;
  position: absolute;
  overflow: hidden;
}

.new-bt-hide, .link-block-8 {
  display: none;
}

.just-bg {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 9px 23.34px;
}

.just-bg.on {
  background-color: #f2f2f21a;
  border-radius: 18px;
  position: relative;
}

.just-bg.on.move {
  z-index: 1;
  width: 68.3203px;
  position: absolute;
  left: auto;
  right: 0;
  transform: translate(-7px);
}

.light-right {
  width: 80vw;
  max-width: 1440px;
  position: absolute;
  inset: 0% 433% auto 46px;
}

.light-left {
  width: 80vw;
  max-width: 1440px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.noise {
  z-index: 99999;
  opacity: .22;
  pointer-events: none;
  background-image: url('../images/Noise.png');
  background-position: 0 0;
  background-size: auto;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-block-2 {
  color: #fff;
}

.section-wrapper {
  z-index: 2;
  background-image: linear-gradient(90deg, #010c16, #030e18 26%, #091e31 54%, #041422);
  position: relative;
  overflow: hidden;
}

.lottie-dot {
  width: 50px;
  height: 50px;
}

.home-lights-2 {
  z-index: 98;
  pointer-events: none;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  overflow: visible;
}

.light-wrap-2 {
  width: 100%;
  min-width: 1440px;
  position: relative;
  overflow: visible;
}

.light-right-2 {
  width: 80vw;
  max-width: 1440px;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: clip;
}

.light-left-2 {
  width: 80vw;
  max-width: 1440px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-span-25, .text-span-26, .og {
  color: var(--mc-orange);
}

.og.variation {
  color: #333;
}

.heading-46 {
  color: #fff;
}

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

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

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

.image-44 {
  margin-right: 8px;
}

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

.text-span-27 {
  color: var(--mc-orange);
}

.code-embed {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1280px) {
  .card.about-author {
    background-color: #fff0;
  }

  .color-white.left-mobile.v2 {
    color: #fff;
    font-weight: 400;
    line-height: 1.6em;
  }

  .button-secondary-4.square {
    border-radius: 0;
  }

  .button-secondary-4.square.v2 {
    border-radius: 8px;
  }

  .text-white.h6-smaller {
    letter-spacing: .7px;
    font-size: 14px;
    line-height: 22px;
  }

  .badge.light-grey.wrap.no-bot-padding {
    margin-bottom: 0;
  }

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

  .div-block-33 {
    flex-flow: column;
    justify-content: space-around;
    align-items: stretch;
    padding-left: 32px;
    padding-right: 32px;
    display: flex;
  }

  .heading-35, .heading-35.sub {
    margin-bottom: 0;
  }

  .text-gradient.v2.blue {
    line-height: 2;
  }

  .text-gradient.v2.blue._69 {
    line-height: 69px;
  }

  .text-change-wrapper {
    height: 50px;
  }

  .changer-overflow {
    height: 68px;
  }

  .div-block-45._1280px {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }

  .left-arrow-2 {
    left: -65px;
  }

  .right-arrow-2 {
    right: -65px;
  }

  .image-39 {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-wrapper {
    background-image: linear-gradient(90deg, #010c16, #030e18 26%, #091e31 54%, #041422);
  }
}

@media screen and (min-width: 1440px) {
  .button-secondary.on-white {
    color: #fff;
    border-color: #fff;
  }

  .container-default {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-2-columns.terms-and-conditions {
    grid-column-gap: 96px;
  }

  .line-header {
    width: 126px;
    margin-bottom: 36px;
  }

  .grid-4-columns.mg-top-48px.gap-30px {
    grid-column-gap: 30px;
  }

  .rich-text {
    margin-bottom: 0;
  }

  .rich-text.mc-blue {
    margin-bottom: 32px;
  }

  .heading-4 {
    display: none;
  }

  .gradient-cloudy-knoxville {
    position: static;
  }

  .button-primary.square {
    cursor: pointer;
  }

  .button-secondary-4.square {
    pointer-events: auto;
    cursor: pointer;
  }

  .button-secondary-4.square.v2 {
    border-radius: 8px;
  }

  .div_work-experience {
    padding-left: 0;
    padding-right: 0;
  }

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

  .div-block-33 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .text-gradient.v2.blue {
    line-height: 2;
  }

  .text-gradient.v2.blue._69.home {
    background-image: linear-gradient(175deg, #0045df, #2e74f0 0%, #559bff 33%, #377cdd 67%, #4dbfff);
  }

  .button-content {
    font-size: 17px;
  }

  .project-description {
    font-size: 15px;
  }

  .project-tag-container {
    font-size: 17px;
  }

  .slider-section-container {
    max-width: 1244px;
  }

  .project-info-container {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-change-wrapper {
    height: 50px;
  }

  .left-arrow-2 {
    left: -77px;
  }

  .right-arrow-2 {
    right: -77px;
  }

  .image-39 {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }

  .label {
    z-index: 5;
  }

  .light-right {
    right: -25%;
  }

  .light-left {
    left: -8%;
  }

  .section-wrapper {
    background-image: linear-gradient(90deg, #010c16, #030e18 26%, #091e31 54%, #041422);
  }

  .heading-45 {
    color: var(--mc-blue);
  }
}

@media screen and (min-width: 1920px) {
  li {
    color: #000;
    margin-bottom: 20px;
  }

  .button-row.center, .button-row.left-justify {
    justify-content: flex-start;
  }

  .section-hero, .section-hero.before-header {
    padding-top: 48px;
  }

  .section-hero.before-header.bg-neutral-800.team-member {
    padding-bottom: 48px;
  }

  .section-hero.before-header.white {
    background-color: #0000;
  }

  .section-hero.blog-post.padd-adjusted.v2 {
    padding-top: 48px;
  }

  .section-hero.no-top-padding.mywork {
    display: none;
  }

  .button-row-last {
    margin-left: auto;
    margin-right: auto;
  }

  .container-default {
    max-width: 1244px;
  }

  .grid-2-columns.terms-and-conditions {
    grid-column-gap: 96px;
    grid-row-gap: 40px;
  }

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

  .header-logo {
    margin-right: 0;
  }

  .text-center.left-mobile {
    margin-right: auto;
    padding: 0;
  }

  .card.pages-wrapper {
    background-color: #ffffff57;
  }

  .page-wrapper.aboutme {
    display: block;
  }

  .mg-top-24px {
    color: #fff;
  }

  .number-text {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
  }

  .hero-camera {
    margin-top: 48px;
    margin-bottom: 0;
  }

  .div-block-4 {
    width: 100%;
    height: 100%;
    display: flex;
  }

  .div-block-5 {
    align-items: center;
  }

  .button-secondary-2.mc:hover {
    background-color: #f06640;
  }

  .hero-image-grid-2, .hero-image-grid-3 {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
  }

  .button-secondary-4.square.v2 {
    border-radius: 8px;
  }

  .div-block-19 {
    padding: 32px 16px 16px;
  }

  .capabilities-wrap {
    width: 100%;
  }

  .place-of-employment {
    color: #fff;
  }

  .div_work-experience {
    max-width: 1244px;
  }

  .image-29 {
    border-radius: 12px;
  }

  .div-block-22 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .grid-7 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .heading-26.v2._8 {
    margin-bottom: 4px;
  }

  .section-3.test {
    background-color: var(--white);
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .link-circle-wrapper, .link-circle-wrapper.top {
    font-family: Anek Malayalam, sans-serif;
  }

  .rich-text-2 {
    color: #000;
    margin-bottom: 16px;
  }

  .my-work-card {
    padding: 0;
  }

  .div-block-33 {
    padding: 32px 32px 0;
  }

  .list {
    margin-bottom: 0;
  }

  .text-gradient.v2 {
    background-image: linear-gradient(135deg, #2799ec, #f65aff);
  }

  .text-gradient.v2.blue {
    line-height: 2;
  }

  .text-gradient.v2.blue._69 {
    line-height: 69px;
  }

  .text-gradient.v2.blue._69.home {
    background-image: linear-gradient(175deg, #0045df, #559bff 33%, #377cdd 67%, #4dbfff);
  }

  .project-container {
    margin-bottom: 96px;
  }

  .project-title.align-mid {
    font-size: 21px;
    line-height: 24px;
  }

  .project-tag {
    font-weight: 400;
  }

  .slider-section-wrapper.glow-1.gradient-premium-dark {
    background-image: none;
  }

  .slider-section-container {
    max-width: 1244px;
    padding-top: 48px;
  }

  .section-tag-line {
    letter-spacing: 3px;
    background-color: #000;
    line-height: 1em;
  }

  .div_deliverables {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .text-change-wrapper {
    height: 50px;
  }

  .my-value {
    line-height: 1.6em;
  }

  .div-block-40 {
    width: 1280px;
    max-width: 1280px;
  }

  .div-block-41.adjust._123 {
    border-radius: 8px;
    margin-bottom: 40px;
  }

  .div-block-41._100-width {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .div-block-42._100 {
    margin-top: 0;
  }

  .div-block-42.flex.direction-down {
    width: 90%;
  }

  .div_bigspacing.with-light-color {
    background-color: #45c3be1a;
  }

  .div_bigspacing.with-light-color.mc-blue.down {
    margin-left: auto;
    margin-right: auto;
  }

  .image-35 {
    width: 100%;
  }

  .paragraph-21.black {
    color: #000;
  }

  .paragraph-21.black._8px-bot {
    font-weight: 500;
  }

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

  .div-block-44.v2 {
    flex-flow: column;
  }

  .div-hero {
    width: 1280px;
    max-width: 1280px;
  }

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

  .heading-41.color-white._16 {
    margin-bottom: 16px;
  }

  .paragraph-26.align-mid {
    color: #000;
  }

  .right-arrow-2 {
    right: -77px;
  }

  .image-39 {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }

  .new-layout {
    margin-bottom: 0;
  }

  .border {
    padding-left: 8px;
  }

  .text-span-19, .text-span-20 {
    color: var(--gp-yellow);
  }

  .text-span-21, .text-span-22 {
    color: var(--mc-orange);
  }

  .nav-pill {
    padding: 6px 7px;
  }

  .div-block-57, .div-block-58, .im-bg, .just-bg {
    padding: 9px 23.34px;
  }

  .light-right {
    position: absolute;
    right: -1%;
  }

  .light-left {
    left: -7%;
  }

  .section-wrapper {
    z-index: 2;
    aspect-ratio: auto;
    object-fit: none;
    background-image: linear-gradient(90deg, #010c16, #030e18 26%, #091e31 54%, #041422);
    position: relative;
    overflow: hidden;
  }

  .home-lights-2 {
    justify-content: center;
    align-items: flex-start;
  }

  .light-wrap-2 {
    overflow: visible;
  }

  .light-right-2 {
    right: 0%;
  }

  .light-left-2 {
    left: 0%;
  }

  .code-embed {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .section-hero.before-header {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-hero.blog-post {
    padding-top: 0;
  }

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

  .container-default {
    flex-direction: column;
    align-items: stretch;
  }

  .grid-2-columns {
    grid-column-gap: 30px;
  }

  .grid-2-columns.terms-and-conditions {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

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

  .menu-button {
    color: var(--gp-dark);
    background-color: #0000;
    border-radius: 3px;
    margin-left: 18px;
    padding: 0;
  }

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

  .nav-item-wrapper {
    text-align: left;
    width: 100%;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hamburger-menu-line {
    background-color: #fff;
    width: 40px;
    height: 2px;
    margin-top: 12px;
    margin-bottom: 12px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hamburger-menu-line.top.black, .hamburger-menu-line.bottom.black {
    background-color: #080808;
  }

  .grid-3-columns.values, .grid-3-columns.language {
    grid-template-columns: 1fr 1fr;
  }

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

  .nav-menu {
    background-color: #fff;
    border: 1px solid #ededed;
    padding: 36px 34px;
    box-shadow: 0 5px 16px #0808081a;
  }

  .nav-link {
    color: #080808;
    font-size: 22px;
    line-height: 24px;
  }

  .nav-link:hover {
    color: #0b6dff;
  }

  .split-content.header-left {
    display: none;
  }

  .card.about-author {
    padding-left: 0;
    padding-right: 0;
  }

  .card.pages-wrapper {
    padding: 24px 16px;
  }

  .grid-4-columns {
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-4-columns.mg-top-48px.gap-30px.numbers-about {
    grid-row-gap: 32px;
  }

  .hero-camera {
    margin-top: 48px;
  }

  .hero-camera.no-96-top-margin {
    margin-bottom: 0;
  }

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

  .div-block-4 {
    flex-flow: row;
  }

  .before-after {
    margin-left: 0;
  }

  .container-default-2 {
    flex-direction: column;
    align-items: stretch;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-12 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

  .step-4-info-wrapper, .step-5-info-wrapper {
    align-items: flex-start;
  }

  .paragraph-m {
    font-size: 18px;
  }

  .text-light-grey {
    color: #ebf5ff80;
  }

  .step {
    min-width: auto;
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    inset: -19px auto auto 24px;
  }

  .step-2-info-wrapper {
    align-items: flex-start;
  }

  .black-line {
    display: none;
  }

  .container.small.flex {
    width: 100%;
    max-width: none;
  }

  .heading-2-small {
    font-size: 56px;
    line-height: 64px;
  }

  .step-3-info-wrapper {
    align-items: flex-start;
  }

  .step-heading.margin-xs.white {
    color: #fff;
  }

  .timeline-wrapper {
    display: none;
  }

  .step-1-info-wrapper {
    background-color: #161b22;
    border-color: #30363d;
    align-items: flex-start;
    height: auto;
  }

  .text-white.h6-smaller.margin-m {
    color: #fff;
  }

  .capabilities-wrap {
    width: 100%;
  }

  .div_work-experience {
    flex-direction: column;
    align-items: stretch;
  }

  .div-block-21 {
    margin-bottom: 8px;
  }

  .div-block-22 {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }

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

  .heading-26 {
    font-size: 24px;
    line-height: 38px;
  }

  .heading-26.home {
    font-size: 36px;
    line-height: 36px;
  }

  .heading-26.v2 {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 38px;
  }

  .heading-26.v2._123 {
    margin-bottom: 16px;
    font-size: 21px;
    line-height: 34px;
  }

  .heading-26.v2._8 {
    margin-bottom: 0;
  }

  .fixed-menu {
    position: static;
  }

  .div-block-27 {
    width: 85%;
  }

  .div-block-28 {
    width: 20%;
    margin-left: 0;
  }

  .div-block-31 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .my-work-card {
    flex-flow: row-reverse wrap-reverse;
    align-items: stretch;
  }

  .div-block-33 {
    flex-flow: column;
    width: 100%;
  }

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

  .text-gradient.v2.blue {
    font-size: 24px;
    line-height: 1.5;
  }

  .text-gradient.v2.blue._1 {
    font-size: 21px;
    line-height: 34px;
  }

  .text-gradient.v2.blue._69 {
    font-size: 24px;
    line-height: 38px;
  }

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

  .button-1:hover {
    transform: none;
  }

  .project-container {
    flex-direction: column-reverse;
    align-items: stretch;
    padding: 0;
  }

  .project-title {
    margin-bottom: 0;
    font-size: 26px;
  }

  .project-image-container {
    align-items: center;
    width: auto;
    display: flex;
    position: relative;
  }

  .project-description {
    margin-bottom: 10px;
  }

  .project-image {
    width: 100%;
    height: auto;
    min-height: auto;
  }

  .right-arrow {
    inset: 370px 0% auto auto;
  }

  .section-tag-container {
    margin-bottom: 50px;
  }

  .left-arrow {
    inset: 370px auto auto 0%;
  }

  .slider-section-container {
    padding-top: 100px;
  }

  .project-info-container {
    width: auto;
    max-width: none;
    margin-top: 50px;
  }

  .text-don-t-change {
    font-size: 30px;
    line-height: 40px;
  }

  .text-change-wrapper {
    height: 40px;
  }

  .text-change {
    font-size: 30px;
    line-height: 40px;
  }

  .text-wrap {
    width: 100%;
    margin-top: 0;
    font-size: 24px;
    line-height: 38px;
  }

  .constant {
    font-size: 24px;
  }

  .changer-overflow {
    height: 4vh;
  }

  .wrap {
    height: auto;
  }

  .changer {
    font-size: 24px;
  }

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

  .div-block-40 {
    flex-flow: column;
  }

  .div-block-41 {
    width: 100%;
    margin-bottom: 0;
    padding-right: 0;
  }

  .div-block-42, .div-block-42._50, .div-block-42.flex.direction-down {
    width: 100%;
  }

  .div_bigspacing {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .div_bigspacing.white {
    padding-bottom: 75px;
  }

  .paragraph-21.black {
    margin-bottom: 8px;
  }

  .heading-39.color-white, .paragraph-22 {
    margin-bottom: 0;
  }

  .div-block-45 {
    flex-flow: column;
  }

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

  .div-hero {
    flex-flow: column;
  }

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

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

  .div-block-52 {
    border-left-style: none;
    border-right-style: none;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-52.mc {
    border-left-style: none;
    border-right-style: none;
  }

  .new-div-law {
    flex-flow: column;
  }

  .new-div-law.left._40-top-padding {
    margin-bottom: 16px;
  }

  .paragraph-29.color-white, .paragraph-29.color-white.black {
    width: 100%;
  }

  .line_03 {
    display: none;
  }

  .block_wrap {
    width: 50%;
  }

  .body-detail.white {
    max-width: 100%;
  }

  .line_01, .line_02 {
    width: 50%;
    margin-left: 25%;
    display: none;
  }

  .new-layout {
    flex-direction: column-reverse;
    align-items: stretch;
    padding: 19px;
  }

  .border {
    padding-right: 16px;
  }

  .light-right {
    right: -37%;
  }
}

@media screen and (max-width: 767px) {
  .button-secondary {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-row.center.left-mobile {
    justify-content: flex-start;
  }

  .section-hero {
    padding-top: 132px;
    padding-bottom: 132px;
  }

  .section-hero.before-header {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-hero.blog-post {
    padding-top: 0;
  }

  .section-hero.dark-background {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .mg-top-48px {
    margin-top: 32px;
  }

  .icon-font.arrow-link-icon.mobile {
    margin-left: 6px;
    font-size: 9px;
  }

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

  .grid-2-columns.team-member {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.pages {
    grid-row-gap: 32px;
  }

  .arrow-link.dark-mobile {
    color: #080808;
  }

  .header {
    background-color: #0000;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .header-navigation {
    display: block;
  }

  .menu-button {
    border: 1px #000;
    margin-left: 16px;
    margin-right: 16px;
  }

  .nav-item-wrapper {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-item-wrapper.show-mobile, .nav-item-wrapper.show-mobile.hide {
    display: none;
  }

  .nav-item-wrapper.show-mobile {
    display: block;
  }

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

  .grid-3-columns.values, .grid-3-columns.language {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
  }

  .nav-menu {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .nav-link {
    font-size: 16px;
    line-height: 18px;
  }

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

  .social-media-link.author {
    font-size: 20px;
    line-height: 25px;
  }

  .card.about-author {
    padding: 0;
  }

  .card.pages-wrapper {
    padding-top: 22px;
    padding-left: 22px;
    padding-right: 22px;
  }

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

  .social-media-list-item.author {
    margin-right: 22px;
  }

  .color-white.left-mobile {
    text-align: left;
  }

  .color-white.bot-margin-16 {
    margin-top: 0;
    margin-bottom: 16px;
  }

  .grid-4-columns.blog-post-details {
    grid-row-gap: 36px;
    grid-template-columns: auto auto;
  }

  .post-detail {
    font-size: 18px;
    line-height: 20px;
  }

  .image-2 {
    width: 50%;
  }

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

  .button-secondary-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-12 {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .button-primary, .button-secondary-4 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid-6 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid-6._3 {
    grid-template-columns: 1fr;
  }

  .grid-6._3.new {
    grid-template-rows: auto;
    margin-bottom: 16px;
  }

  .process-image {
    background-image: url('../images/Process-Image-Background-Mobile_1Process Image Background Mobile.webp');
    background-size: cover;
    width: 100%;
    margin-bottom: 24px;
  }

  .step-4-info-wrapper, .step-5-info-wrapper {
    flex-direction: column;
    padding: 16px;
  }

  .step {
    left: 16px;
  }

  .step-2-info-wrapper {
    flex-direction: column;
    padding: 16px;
  }

  .step-info {
    margin-left: 0;
  }

  .heading-2-small {
    font-size: 40px;
    line-height: 48px;
  }

  .step-3-info-wrapper {
    flex-direction: column;
    padding: 16px;
  }

  .step-heading.margin-xs {
    margin-bottom: 8px;
  }

  .step-1-info-wrapper {
    flex-direction: column;
    padding: 16px;
  }

  .job-container {
    flex-flow: column;
  }

  .job-bar {
    align-self: stretch;
  }

  .job-logo {
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-26 {
    font-size: 17px;
    line-height: 38px;
  }

  .heading-26.v2 {
    margin-top: 16px;
    margin-bottom: 0;
    font-size: 21px;
    line-height: 38px;
  }

  .heading-26.v2._123 {
    margin-top: 0;
  }

  .heading-26.v2._8 {
    margin-bottom: 0;
  }

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

  .link-circle-wrapper {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 20px;
    line-height: 22px;
  }

  .arrow-link-circle {
    width: 56px;
    height: 56px;
    font-size: 18px;
    line-height: 22px;
  }

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

  .div-block-28 {
    width: auto;
  }

  .div-block-31 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .text-gradient.v2.blue {
    font-size: 21px;
    line-height: 38px;
  }

  .text-gradient.v2.blue._69 {
    font-size: 21px;
  }

  .button-1 {
    padding: 1px;
  }

  .button-content {
    padding: 16px 20px;
    font-size: 15px;
  }

  .button-arrow {
    width: 10px;
    height: 10px;
  }

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

  .project-image {
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .right-arrow {
    width: 70px;
    height: 70px;
    top: 250px;
  }

  .section-tag-container {
    margin-bottom: 40px;
    font-size: 10px;
  }

  .left-arrow {
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    display: none;
    top: 250px;
  }

  .slider-section-container {
    max-width: 1244px;
    padding-top: 32px;
  }

  .text-don-t-change {
    font-size: 18px;
    line-height: 24px;
  }

  .text-change-wrapper {
    height: 24px;
  }

  .text-change {
    font-size: 18px;
    line-height: 24px;
  }

  .constant {
    font-size: 21px;
  }

  .changer-overflow {
    height: 4vh;
  }

  .wrap {
    height: 3vh;
    display: flex;
  }

  .changer {
    font-size: 21px;
  }

  .my-value {
    margin-bottom: 0;
  }

  .div-grass {
    width: 100%;
  }

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

  .div-block-42.flex.direction-down {
    justify-content: center;
    align-items: center;
  }

  .div_bigspacing, .div_bigspacing.white, .div_bigspacing.mc {
    padding-bottom: 75px;
  }

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

  .div-block-53 {
    padding-left: 0;
  }

  .card-shaddow {
    justify-content: center;
    align-items: center;
  }

  .paragraph-29.color-white.black {
    width: 100%;
  }

  .line_03 {
    display: none;
  }

  .h1.green {
    color: #44c1bdc2;
  }

  .body-detail {
    max-width: 100%;
  }

  .line_01, .line_02 {
    display: none;
  }

  .light-right {
    right: -38%;
  }
}

@media screen and (max-width: 479px) {
  .button-secondary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 19px;
  }

  .button-secondary.on-white {
    border-radius: 20px;
  }

  .button-secondary.hide {
    width: 100%;
    margin-left: 0;
    display: block;
  }

  .button-secondary.hide._111 {
    display: block;
  }

  .button-row {
    flex-direction: column;
    align-items: stretch;
  }

  .button-row.center {
    align-items: center;
  }

  .button-row.left-justify {
    display: none;
  }

  .button-row.center.left-mobile {
    flex-flow: column;
    justify-content: flex-start;
    width: 100%;
    margin-top: 24px;
  }

  .section-hero {
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .section-hero.before-header.bg-neutral-800.blog-post-hero.mc {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .section-hero.dark-background {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .button-row-last {
    justify-content: space-between;
    margin-top: 0;
    margin-left: auto;
    display: flex;
  }

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

  .container-default.flex {
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .grid-2-columns.team-member {
    grid-row-gap: 16px;
  }

  .header {
    padding-left: 4px;
    padding-right: 4px;
  }

  .header-logo {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .menu-button {
    margin-left: 13px;
    font-size: 26px;
  }

  .hamburger-menu-line {
    width: 34px;
  }

  .grid-3-columns.values, .grid-3-columns.language {
    grid-template-columns: 1fr;
  }

  .header-wrapper {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .split-content.header-right {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

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

  .card.about-author {
    padding-left: 0;
    padding-right: 0;
  }

  .card.pages-wrapper {
    padding-left: 19px;
    padding-right: 19px;
  }

  .color-white.left-mobile {
    font-size: 32px;
    line-height: 36px;
  }

  .color-white._16 {
    margin-bottom: 8px;
  }

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

  .grid-4-columns.mg-top-48px.gap-30px.numbers-about {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .grid-4-columns.blog-post-details {
    grid-column-gap: 20px;
  }

  .post-detail {
    font-size: 16px;
    line-height: 18px;
  }

  .image-2 {
    width: 50%;
  }

  .button-secondary-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 19px;
  }

  .button-secondary-2.in-white {
    padding-bottom: 18px;
  }

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

  .div-block-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .button-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .button-primary.square {
    margin-bottom: 16px;
    display: none;
  }

  .button-primary.square.hide {
    width: 50%;
    margin-bottom: 0;
    margin-left: 8px;
    padding-top: 18px;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 12px;
    line-height: 1.2%;
  }

  .button-secondary-4 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .div-block-17 {
    margin-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .grid-6 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .heading-2-small {
    font-size: 36px;
    line-height: 44px;
  }

  .job-bar {
    flex-direction: row;
    align-self: stretch;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .place-of-employment {
    flex: 1;
    font-size: 14px;
  }

  .job-title {
    flex: 1;
    font-size: 10px;
  }

  .div_work-experience {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-22 {
    align-items: flex-start;
  }

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

  .grid-7._1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .div_section {
    padding-top: 48px;
  }

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

  .heading-26 {
    line-height: 38px;
  }

  .heading-26.home {
    margin-top: 0;
    font-size: 24px;
    line-height: 36px;
  }

  .heading-26.v2 {
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 38px;
  }

  .heading-26.v2._123 {
    color: #333;
    font-family: Anek Malayalam, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6em;
  }

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

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

  .div-block-26 {
    flex-flow: row-reverse wrap-reverse;
    justify-content: center;
    align-items: center;
  }

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

  .div-block-28 {
    justify-content: center;
    align-items: center;
  }

  .image-32 {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .div-block-31 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
  }

  .text-gradient.v2.blue {
    font-size: 16px;
    line-height: 38px;
  }

  .text-gradient.v2.blue._1 {
    font-size: 18px;
    line-height: 1.6em;
  }

  .text-gradient.v2.blue._69 {
    font-size: 16px;
  }

  .section-4 {
    padding-top: 16px;
  }

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

  .project-image {
    height: auto;
  }

  .right-arrow {
    margin-top: -70px;
    top: 70vw;
  }

  .slider-section-wrapper {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .section-tag-container {
    margin-bottom: 32px;
  }

  .left-arrow {
    margin-top: -70px;
    display: none;
    top: 70vw;
  }

  .slider-section-container {
    max-width: none;
    padding-top: 32px;
  }

  .project-info-container {
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .project-slider {
    max-width: 100vw;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .change-text-wrapper {
    text-align: center;
    flex-direction: column;
  }

  .text-change-wrapper {
    margin-top: 10px;
    padding-left: 0;
  }

  .wrap {
    display: none;
  }

  .div-block-36 {
    width: 60px;
  }

  .div-grass, .div-block-37, .div-block-42._50 {
    width: 100%;
  }

  .div-block-42.flex.direction-down {
    justify-content: center;
    align-items: center;
  }

  .div_bigspacing {
    padding: 75px 16px;
  }

  .div_bigspacing.with-light-color, .div_bigspacing.ns {
    padding-left: 16px;
    padding-right: 16px;
  }

  .paragraph-21 {
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    line-height: 2.3rem;
    display: flex;
  }

  .paragraph-21.black {
    font-size: 18px;
    line-height: 1.6rem;
  }

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

  .div-block-45 {
    flex-flow: column;
  }

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

  .div-block-51 {
    flex-flow: column;
  }

  .grid-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

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

  .grid-9.test {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .div-block-52 {
    border-left-style: none;
    border-right-style: none;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-53 {
    padding-left: 0;
  }

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

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

  .paragraph-26.color-white.algin-left {
    text-align: left;
  }

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

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

  .new-div-law {
    flex-flow: column;
    width: 100%;
  }

  .paragraph-29.color-white {
    width: 100%;
  }

  .line_03 {
    display: none;
  }

  .block_wrap {
    width: 100%;
  }

  .line_01, .line_02 {
    display: none;
  }

  .border {
    padding-left: 8px;
    padding-right: 8px;
  }

  .pill.inverse {
    padding-top: 0;
    padding-bottom: 0;
  }

  .link-block-6, .link-block-7 {
    margin-right: 32px;
  }

  .light-right {
    right: -44%;
  }
}

#w-node-_06672315-44ac-2329-988c-f33872444b41-72221c75 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_06672315-44ac-2329-988c-f33872444b45-72221c75, #w-node-_8bbae4cc-2748-6058-a112-680dd9557be9-72221c75, #w-node-_8bbae4cc-2748-6058-a112-680dd9557bed-72221c75, #w-node-_8bbae4cc-2748-6058-a112-680dd9557bf1-72221c75, #w-node-_8bbae4cc-2748-6058-a112-680dd9557bf5-72221c75 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8bbae4cc-2748-6058-a112-680dd9557bf9-72221c75 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8bbae4cc-2748-6058-a112-680dd9557bfd-72221c75 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4b3ccbc1-80fc-9c95-e905-29203e05c474-72221c75 {
  place-self: center;
}

#w-node-ad2a2dd0-e630-6f99-d0a7-6816666920ee-72221c75 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-abde4ec5-2aa0-162f-cbdd-b3b276f83249-72221c7a, #w-node-abde4ec5-2aa0-162f-cbdd-b3b276f83253-72221c7a, #w-node-abde4ec5-2aa0-162f-cbdd-b3b276f83262-72221c7a, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b1d5-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b1d6-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b1d8-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b1d9-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b1dc-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b1de-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b1df-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b1e1-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b1e2-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b1e5-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b1e7-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b1e8-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b1ea-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b1eb-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b1ee-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b1f0-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b1f1-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b1f3-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b1f4-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b1f7-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b1f9-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b1fa-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b1fc-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b1fd-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b200-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b202-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b203-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b205-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b206-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b209-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b20b-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b20c-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b20e-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b20f-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b212-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b214-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b215-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b217-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b218-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b21b-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b21d-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b21e-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b220-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b221-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b224-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b226-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b227-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b229-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b22a-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b22d-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b22f-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b230-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b232-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b233-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b236-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b238-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b239-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b23b-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b23c-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b23f-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b241-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b242-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b244-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b245-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b248-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b24a-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b24b-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b24d-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b24e-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b251-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b253-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b254-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b256-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b257-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b25a-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b25c-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b25d-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b25f-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b260-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b263-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b265-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b266-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b268-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b269-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b26c-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b26e-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b26f-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b271-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b272-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b275-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b277-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b278-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b27a-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b27b-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b27e-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b280-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b281-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b283-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b284-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b287-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b289-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b28a-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b28c-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b28d-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b290-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b292-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b293-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b295-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b296-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b299-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b29b-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b29c-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b29e-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b29f-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b2a2-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b2a4-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b2a5-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b2a7-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b2a8-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b2ab-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b2ad-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b2ae-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b2b0-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b2b1-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b2b4-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b2b6-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b2b7-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b2b9-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b2ba-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b2bd-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b2bf-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b2c0-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b2c2-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b2c3-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b2c6-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b2c8-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b2c9-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b2cb-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b2cc-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b2cf-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b2d1-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b2d2-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b2d4-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b2d5-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b2d8-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b2da-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b2db-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b2dd-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b2de-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b2e1-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b2e3-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b2e4-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b2e6-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b2e7-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b2ea-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b2ec-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b2ed-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b2ef-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b2f0-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b2f3-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b2f5-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b2f6-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b2f8-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b2f9-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b2fc-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b2fe-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b2ff-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b301-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b302-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b305-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b307-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b308-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b30a-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b30b-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b30e-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b310-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b311-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b313-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b314-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b317-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b319-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b31a-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b31c-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b31d-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b320-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b322-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b323-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b325-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b326-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b329-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b32b-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b32c-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b32e-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b32f-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b332-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b334-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b335-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b337-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b338-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b33b-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b33d-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b33e-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b340-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b341-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b344-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b346-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b347-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b349-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b34a-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b34d-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b34f-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b350-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b352-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b353-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b356-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b358-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b359-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b35b-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b35c-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b35f-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b361-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b362-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b364-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b365-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b368-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b36a-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b36b-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b36d-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b36e-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b371-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b373-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b374-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b376-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b377-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b37a-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b37c-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b37d-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b37f-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b380-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b383-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b385-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b386-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b388-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b389-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b38c-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b38e-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b38f-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b391-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b392-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b395-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b397-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b398-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b39a-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b39b-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b39e-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b3a0-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b3a1-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b3a3-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b3a4-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b3a7-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b3a9-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b3aa-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b3ac-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b3ad-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b3b0-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b3b2-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b3b3-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b3b5-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b3b6-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b3b9-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b3bb-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b3bc-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b3be-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b3bf-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b3c2-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b3c4-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b3c5-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b3c7-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b3c8-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b3cb-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b3cd-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b3ce-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b3d0-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b3d1-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b3d4-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b3d6-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b3d7-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b3d9-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b3da-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b3dd-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b3df-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b3e0-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b3e2-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b3e3-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b3e6-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b3e8-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b3e9-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b3eb-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b3ec-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b3ef-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b3f1-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b3f2-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b3f4-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b3f5-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b3f8-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b3fa-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b3fb-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b3fd-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b3fe-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b401-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b403-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b404-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b406-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b407-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b40a-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b40c-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b40d-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b40f-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b410-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b413-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b415-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b416-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b418-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b419-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b41c-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b41e-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b41f-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b421-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b422-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b425-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b427-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b428-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b42a-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b42b-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b42e-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b430-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b431-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b433-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b434-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b437-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b439-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b43a-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b43c-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b43d-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b440-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b442-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b443-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b445-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b446-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b449-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b44b-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b44c-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b44e-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b44f-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b452-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b454-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b455-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b457-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b458-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b45b-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b45d-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b45e-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b460-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b461-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b464-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b466-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b467-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b469-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b46a-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b46d-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b46f-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b470-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b472-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b473-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b476-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b478-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b479-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b47b-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b47c-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b47f-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b481-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b482-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b484-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b485-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b488-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b48a-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b48b-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b48d-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b48e-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b491-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b493-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b494-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b496-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b497-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b49a-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b49c-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b49d-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b49f-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b4a0-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b4a3-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b4a5-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b4a6-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b4a8-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b4a9-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b4ac-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b4ae-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b4af-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b4b1-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b4b2-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b4b5-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b4b7-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b4b8-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b4ba-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b4bb-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b4be-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b4c0-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b4c1-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b4c3-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b4c4-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b4c7-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b4c9-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b4ca-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b4cc-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b4cd-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b4d0-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b4d2-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b4d3-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b4d5-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b4d6-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b4d9-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b4db-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b4dc-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b4de-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b4df-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b4e2-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b4e4-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b4e5-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b4e7-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b4e8-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b4eb-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b4ed-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b4ee-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b4f0-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b4f1-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b4f4-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b4f6-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b4f7-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b4f9-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b4fa-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b4fd-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b4ff-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b500-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b502-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b503-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b506-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b508-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b509-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b50b-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b50c-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b50f-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b511-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b512-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b514-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b515-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b518-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b51a-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b51b-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b51d-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b51e-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b521-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b523-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b524-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b526-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b527-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b52a-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b52c-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b52d-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b52f-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b530-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b533-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b535-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b536-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b538-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b539-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b53c-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b53e-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b53f-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b541-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b542-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b545-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b547-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b548-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b54a-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b54b-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b54e-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b550-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b551-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b553-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b554-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b557-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b559-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b55a-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b55c-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b55d-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b560-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b562-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b563-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b565-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b566-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b569-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b56b-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b56c-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b56e-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b56f-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b572-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b574-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b575-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b577-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b578-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b57b-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b57d-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b57e-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b580-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b581-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b584-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b586-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b587-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b589-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b58a-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b58d-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b58f-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b590-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b592-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b593-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b596-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b598-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b599-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b59b-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b59c-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b59f-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b5a1-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b5a2-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b5a4-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b5a5-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b5a8-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b5aa-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b5ab-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b5ad-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b5ae-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b5b1-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b5b3-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b5b4-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b5b5-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b5b6-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b5b7-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b5ba-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b5bc-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b5bd-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b5bf-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b5c0-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b5c3-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b5c5-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b5c6-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b5c8-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b5c9-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b5cc-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b5ce-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b5cf-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b5d1-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b5d2-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b5d5-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b5d7-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b5d8-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b5da-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b5db-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b5de-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b5e0-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b5e1-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b5e3-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b5e4-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b5e7-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b5e9-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b5ea-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b5ec-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b5ed-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b5f0-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b5f2-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b5f3-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b5f5-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b5f6-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b5f9-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b5fb-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b5fc-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b5fe-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b5ff-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b602-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b604-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b605-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b607-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b608-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b60b-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b60d-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b60e-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b610-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b611-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b614-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b616-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b617-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b619-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b61a-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b61d-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b61f-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b620-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b622-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b623-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b626-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b628-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b629-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b62b-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b62c-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b62f-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b631-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b632-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b634-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b635-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b638-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b63a-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b63b-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b63d-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b63e-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b641-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b643-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b644-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b646-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b647-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b64a-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b64c-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b64d-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b64f-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b650-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b653-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b655-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b656-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b658-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b659-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b65c-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b65e-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b65f-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b661-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b662-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b665-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b667-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b668-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b66a-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b66b-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b66e-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b670-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b671-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b673-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b674-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b677-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b679-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b67a-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b67c-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b67d-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b680-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b682-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b683-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b685-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b686-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b689-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b68b-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b68c-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b68e-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b68f-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b692-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b694-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b695-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b697-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b698-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b69b-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b69d-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b69e-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b6a0-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b6a1-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b6a4-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b6a6-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b6a7-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b6a9-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b6aa-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b6ad-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b6af-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b6b0-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b6b2-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b6b3-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b6b6-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b6b8-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b6b9-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b6bb-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b6bc-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b6bf-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b6c1-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b6c2-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b6c4-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b6c5-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b6c8-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b6ca-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b6cb-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b6cd-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b6ce-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b6d1-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b6d3-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b6d4-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b6d6-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b6d7-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b6da-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b6dc-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b6dd-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b6df-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b6e0-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b6e3-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b6e5-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b6e6-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b6e8-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b6e9-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b6ec-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b6ee-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b6ef-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b6f1-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b6f2-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b6f5-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b6f7-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b6f8-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b6fa-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b6fb-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b6fe-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b700-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b701-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b703-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b704-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b707-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b709-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b70a-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b70c-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b70d-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b710-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b712-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b713-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b715-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b716-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b719-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b71b-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b71c-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b71e-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b71f-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b722-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b724-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b725-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b727-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b728-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b72b-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b72d-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b72e-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b730-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b731-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b734-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b736-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b737-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b739-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b73a-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b73d-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b73f-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b740-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b742-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b743-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b746-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b748-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b749-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b74b-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b74c-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b74f-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b751-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b752-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b754-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b755-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b758-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b75a-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b75b-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b75d-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b75e-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b761-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b763-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b764-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b766-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b767-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b76a-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b76c-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b76d-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b76f-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b770-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b773-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b775-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b776-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b778-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b779-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b77c-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b77e-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b77f-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b781-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b782-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b785-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b787-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b788-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b78a-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b78b-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b78e-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b790-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b791-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b793-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b794-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b797-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b799-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b79a-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b79c-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b79d-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b7a0-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b7a2-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b7a3-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b7a5-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b7a6-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b7a9-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b7ab-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b7ac-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b7ae-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b7af-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b7b2-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b7b4-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b7b5-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b7b7-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b7b8-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b7bb-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b7bd-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b7be-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b7c0-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b7c1-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b7c4-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b7c6-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b7c7-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b7c9-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b7ca-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b7cd-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b7cf-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b7d0-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b7d2-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b7d3-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b7d6-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b7d8-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b7d9-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b7db-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b7dc-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b7df-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b7e1-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b7e2-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b7e4-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b7e5-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b7e8-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b7ea-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b7eb-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b7ed-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b7ee-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b7f1-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b7f3-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b7f4-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b7f6-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b7f7-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b7fa-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b7fc-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b7fd-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b7ff-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b800-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b803-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b805-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b806-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b808-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b809-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b80c-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b80e-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b80f-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b811-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b812-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b815-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b817-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b818-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b81a-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b81b-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b81e-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b820-72221c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b821-72221c7b {
  align-self: stretch;
}

#w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b823-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b824-72221c7b, #w-node-_7b5c7bd7-dee6-53bb-ed64-e3338bf5b827-72221c7b, #w-node-_3bb9c7af-e7eb-a4a2-a633-8d87a84c3a10-72221c7c, #w-node-_3bb9c7af-e7eb-a4a2-a633-8d87a84c3a17-72221c7c, #w-node-a18b3902-f7c4-d220-e664-0f100e154d19-72221c7c, #w-node-a18b3902-f7c4-d220-e664-0f100e154d20-72221c7c, #w-node-_2d949287-376e-66f9-8113-8d3f7830c5ea-72221c7c, #w-node-_2d949287-376e-66f9-8113-8d3f7830c5fa-72221c7c, #w-node-_2d949287-376e-66f9-8113-8d3f7830c60a-72221c7c, #w-node-_2d949287-376e-66f9-8113-8d3f7830c61f-72221c7c, #w-node-a1a65127-bfdd-389f-e850-fdf41ef79900-72221c7c, #w-node-a1a65127-bfdd-389f-e850-fdf41ef79908-72221c7c, #w-node-_722ba6d0-0b70-264e-6364-13f23ab3b397-72221c7c, #w-node-_4fb0d69b-9dd1-d6c1-1ae7-1909fb8cc673-72221c7c, #w-node-_760232f9-224f-768f-f4ff-91c458878c37-72221c7c, #w-node-_78066ab4-2702-b0c7-152c-c6cd7dbc5881-72221c7c, #w-node-e9c20659-0b21-edbe-6518-24c936ec4072-72221c7d, #w-node-_1fb413b5-08ed-79ce-dd33-ea930686a65e-72221c7d, #w-node-_1fb413b5-08ed-79ce-dd33-ea930686a66d-72221c7d, #w-node-_1fb413b5-08ed-79ce-dd33-ea930686a67d-72221c7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c60fc0e9-e938-2db3-cfe1-25c0fae2c496-72221c81 {
  justify-self: center;
}

#w-node-c60fc0e9-e938-2db3-cfe1-25c0fae2c49d-72221c81 {
  justify-self: stretch;
}

#w-node-c60fc0e9-e938-2db3-cfe1-25c0fae2c4a4-72221c81, #w-node-_82a81493-a2c0-bba3-fdaf-7c73c5821016-72221c81 {
  justify-self: center;
}

#w-node-_82a81493-a2c0-bba3-fdaf-7c73c582101d-72221c81 {
  justify-self: stretch;
}

#w-node-_82a81493-a2c0-bba3-fdaf-7c73c5821024-72221c81, #w-node-_30efee3b-f501-3ce7-77ea-564481a8a904-72221c81 {
  justify-self: center;
}

#w-node-_30efee3b-f501-3ce7-77ea-564481a8a90b-72221c81 {
  justify-self: stretch;
}

#w-node-_30efee3b-f501-3ce7-77ea-564481a8a912-72221c81, #w-node-_78933b4a-195f-70e7-8112-02345b587683-72221c81 {
  justify-self: center;
}

#w-node-_78933b4a-195f-70e7-8112-02345b58768a-72221c81 {
  justify-self: stretch;
}

#w-node-_722ba6d0-0b70-264e-6364-13f23ab3b397-72221c81, #w-node-_4fb0d69b-9dd1-d6c1-1ae7-1909fb8cc673-72221c81, #w-node-_760232f9-224f-768f-f4ff-91c458878c37-72221c81, #w-node-_78066ab4-2702-b0c7-152c-c6cd7dbc5881-72221c81 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2603363-fe7c-8c82-5d18-c677479d08e1-72221c82 {
  justify-self: center;
}

#w-node-d2603363-fe7c-8c82-5d18-c677479d08e8-72221c82 {
  justify-self: stretch;
}

#w-node-d2603363-fe7c-8c82-5d18-c677479d08ef-72221c82, #w-node-b6374414-e205-f579-e89e-eac8a40b9332-72221c82 {
  justify-self: center;
}

#w-node-b6374414-e205-f579-e89e-eac8a40b9339-72221c82 {
  justify-self: stretch;
}

#w-node-b6374414-e205-f579-e89e-eac8a40b9340-72221c82, #w-node-_997d4b17-54e7-7b36-4008-9fdd747e3fe1-72221c82 {
  justify-self: center;
}

#w-node-_997d4b17-54e7-7b36-4008-9fdd747e3fed-72221c82 {
  justify-self: stretch;
}

#w-node-_722ba6d0-0b70-264e-6364-13f23ab3b397-72221c82, #w-node-_4fb0d69b-9dd1-d6c1-1ae7-1909fb8cc673-72221c82, #w-node-_760232f9-224f-768f-f4ff-91c458878c37-72221c82, #w-node-_78066ab4-2702-b0c7-152c-c6cd7dbc5881-72221c82, #w-node-_503198c9-c607-cbcc-73a4-c45cdda684ba-72221c82, #w-node-_503198c9-c607-cbcc-73a4-c45cdda684bf-72221c82, #w-node-_503198c9-c607-cbcc-73a4-c45cdda684c4-72221c82, #w-node-_503198c9-c607-cbcc-73a4-c45cdda684c9-72221c82 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_78933b4a-195f-70e7-8112-02345b58768a-72221c81, #w-node-_997d4b17-54e7-7b36-4008-9fdd747e3fed-72221c82 {
    justify-self: stretch;
  }
}


@font-face {
  font-family: 'Fontello';
  src: url('../fonts/fontello.woff2') format('woff2'), url('../fonts/fontello.eot') format('embedded-opentype'), url('../fonts/fontello.woff') format('woff'), url('../fonts/fontello.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.woff2') format('woff2'), url('../fonts/Satoshi-Bold.eot') format('embedded-opentype'), url('../fonts/Satoshi-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.woff2') format('woff2'), url('../fonts/Satoshi-Regular.eot') format('embedded-opentype'), url('../fonts/Satoshi-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.eot') format('embedded-opentype'), url('../fonts/Satoshi-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font awesome 6 free 400';
  src: url('../fonts/Font-Awesome-6-Free-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font awesome 6 free solid 900';
  src: url('../fonts/Font-Awesome-6-Free-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font awesome 6 brands 400';
  src: url('../fonts/Font-Awesome-6-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}