@font-face {
  font-family: Filled Icon;
  src: url('../fonts/fa-solid-900.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: Plus Jakarta Sans;
  src: url('../fonts/PlusJakartaSans-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Plus Jakarta Sans;
  src: url('../fonts/PlusJakartaSans-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Plus Jakarta Sans;
  src: url('../fonts/PlusJakartaSans-SemiBold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --alice-blue: #f2f9ff;
  --slate-grey: #33353a;
  --black: #1d2332;
  --dodger-blue: #039aff;
  --white-smoke: #f8fafc;
  --color: #eeeded;
  --dark-slate-blue: #1c4aba;
  --gold: #ffdb57;
  --orange: #ffae45;
  --pink: #f9bbc6;
  --medium-aquamarine: #2ecb98;
  --whigt: white;
  --red: #f50606;
  --green: #32b920;
  --azzruro-ligth: #e4f6fc;
  --fondo-azzurro: #7dd9f5;
  --fondo-verde: #6df188;
}

.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-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

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

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

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

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

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

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

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

.w-commerce-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-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

.w-commerce-commercecheckoutdiscountslabel {
  flex-basis: 100%;
  margin-bottom: 8px;
}

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

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

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

.w-commerce-commercecheckoutdiscountsbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  height: 38px;
  margin-left: 8px;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.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-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-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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;
}

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 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, .w-commerce-commercecheckoutdiscountsinput, .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  background-color: var(--alice-blue);
  color: var(--slate-grey);
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

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

h2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.3;
}

h3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.4;
}

h4 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4;
}

h5 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}

h6 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

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

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

blockquote {
  border-left: 5px solid #6b738a26;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

.margin-xhuge {
  margin: 8rem;
}

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

.icon-height-small {
  height: 1rem;
}

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

.heading-style-h4 {
  margin-left: 21px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
}

.form-message-error {
  color: var(--slate-grey);
  text-align: center;
  border-radius: 20px;
  margin-top: 2rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 16px;
  line-height: 1.6;
}

.align-center {
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-size-small {
  color: var(--dodger-blue);
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.6;
}

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

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.margin-0 {
  margin: 0;
}

.text-weight-xbold {
  font-weight: 800;
}

.styleguide-header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

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

.padding-0 {
  padding: 0;
}

.text-size-tiny {
  font-size: .75rem;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

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

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

.text-size-large {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.4;
}

.text-size-large.text-weight-semibold {
  text-align: center;
}

.styleguide-item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.overflow-visible {
  overflow: visible;
}

.text-weight-medium {
  font-weight: 500;
}

.styleguide-background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.form-checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.styleguide-2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.styleguide-2-col.is-align-start {
  align-items: start;
}

.icon-height-large {
  height: 3rem;
}

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

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.styleguide-4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.styleguide-background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.styleguide-section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #6b738a40;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.margin-small {
  margin: 1rem;
}

.text-size-regular {
  color: var(--slate-grey);
  text-align: left;
  margin-left: 0;
  padding-left: 0;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
  list-style-type: none;
}

.text-size-regular.text-weight-semibold {
  line-height: 1;
}

.padding-xsmall {
  padding: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.icon-height-medium {
  height: 2rem;
}

.form-radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form-radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.padding-custom3 {
  padding: 3.5rem;
}

.container-large {
  flex-flow: column;
  width: 100%;
  max-width: 80%;
  min-height: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-xxhuge {
  margin: 12rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.margin-huge {
  margin: 6rem;
}

.styleguide-section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.styleguide-section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.styleguide-heading-large {
  font-size: 6rem;
  line-height: 1;
}

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

.styleguide-item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.styleguide-item.is-stretch {
  justify-items: stretch;
}

.margin-medium {
  margin: 2rem;
}

.styleguide-spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #0073e61a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

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

.padding-small {
  padding: 1rem;
}

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

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

.heading-style-h2 {
  color: var(--black);
  margin-bottom: 63px;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.heading-style-h2.text-align-center {
  margin-bottom: 15px;
  font-size: 3rem;
}

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

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

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

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

.text-style-link {
  color: #000;
  text-decoration: none;
}

.margin-xsmall {
  margin: .5rem;
}

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

.heading-style-h3.text-align-center {
  font-size: 1.8rem;
}

.styleguide-label {
  color: #fff;
  background-color: #0073e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.styleguide-label.is-tag {
  background-color: #be4aa5;
}

.styleguide-label.is-hex {
  background-color: var(--alice-blue);
  color: #000;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.text-style-quote {
  border-left: .25rem solid #6b738a26;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.text-style-italic {
  font-style: italic;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.styleguide-3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.styleguide-3-col.is-align-start {
  align-items: start;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.form-label {
  color: var(--black);
  margin-bottom: 14px;
  font-size: 1rem;
  font-weight: 700;
}

.text-size-medium {
  direction: ltr;
  color: var(--slate-grey);
  text-align: left;
  flex-flow: wrap;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

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

.text-size-medium.text-weight-semibold.text-color-black {
  color: var(--black);
}

.text-size-medium.text-align-center {
  flex-flow: column;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.margin-custom2 {
  margin: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.overflow-auto {
  overflow: auto;
}

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

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.icon-1x1-medium {
  width: 1.25rem;
  height: 1.25rem;
  font-size: 1.25rem;
  line-height: 1;
}

.icon-1x1-large {
  width: 2rem;
  height: 2rem;
  font-size: 2rem;
  line-height: 1;
}

.padding-xlarge {
  padding: 4rem;
}

.styleguide-item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.max-width-medium {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  display: flex;
}

.max-width-medium.sticky {
  padding-top: 4rem;
  position: sticky;
  top: 8rem;
}

.form-component {
  margin-bottom: 0;
}

.styleguide-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.form-input {
  color: var(--black);
  background-color: #0000;
  border: 1px solid #6b738a40;
  border-radius: 50px;
  min-height: 4rem;
  margin-bottom: .75rem;
  padding: .5rem 1.25rem;
  font-size: 15px;
  transition: border-color .3s;
}

.form-input:hover {
  border-color: #6b738a80;
}

.form-input:active, .form-input:focus, .form-input.-wfp-focus {
  border-color: #6b738a99;
}

.form-input.is-text-area {
  border-radius: 30px;
  min-height: 8rem;
  padding-top: 2rem;
}

.form-input.footer {
  border-color: var(--slate-grey);
  color: var(--white-smoke);
}

.form-input.footer:hover {
  border-color: #f2f9ffbf;
}

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

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

.margin-tiny {
  margin: .125rem;
}

.padding-global {
  margin-top: 0;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: block;
}

.padding-global.fondo-grigio {
  background-color: var(--color);
}

.padding-large {
  padding: 3rem;
}

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

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

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

.margin-top.margin-large {
  margin-bottom: 2.9rem;
  margin-left: 0;
  margin-right: 0;
}

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

.margin-top.margin-medium {
  flex-flow: column;
  justify-content: center;
  margin-top: 2rem;
  display: flex;
}

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

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

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

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

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

.form-checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.padding-xxsmall {
  padding: .25rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

.styleguide-heading-medium {
  font-size: 4rem;
  line-height: 1;
}

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

.padding-xxhuge {
  padding: 12rem;
}

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

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

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

.text-style-muted {
  opacity: .6;
}

.heading-style-h6 {
  margin-bottom: 37px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.padding-medium {
  padding: 2rem;
}

.padding-section-large {
  flex-direction: column;
  padding: 15px;
  display: flex;
}

.styleguide-header {
  border-bottom: 1px solid #6b738a40;
}

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

.margin-bottom.margin-small {
  margin: 0;
}

.margin-bottom.margin-huge {
  margin-bottom: 1.5rem;
}

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

.heading-style-h5 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
}

.form-message-success {
  background-color: #2ecb9833;
  border-radius: 20px;
  padding: 1.5rem 1.25rem;
  font-size: 16px;
  line-height: 1.6;
}

.styleguide-empty-box {
  z-index: -1;
  background-color: #0073e61a;
  border: 1px dashed #0073e6;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.padding-huge {
  padding: 6rem;
}

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

.styleguide-color.is-03 {
  background-color: var(--dodger-blue);
}

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

.styleguide-color.is-02 {
  background-color: var(--dark-slate-blue);
}

.styleguide-color.is-04 {
  background-color: var(--gold);
}

.styleguide-color.is-05 {
  background-color: var(--orange);
}

.styleguide-color.is-06 {
  background-color: var(--pink);
}

.styleguide-color.is-07 {
  background-color: var(--medium-aquamarine);
}

.styleguide-color.neutral-01 {
  background-color: var(--slate-grey);
}

.styleguide-color.neutral-02 {
  background-color: var(--alice-blue);
}

.styleguide-color.neutral-03 {
  background-color: var(--white-smoke);
}

.styleguide-color.neutral-08 {
  background-color: #fff;
}

.main-wrapper.background-color-alice-blue {
  background-color: var(--alice-blue);
}

.button {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  border-radius: 50px;
  justify-content: center;
  margin-left: 0;
  padding: 1.25rem 2.25rem;
  font-weight: 500;
  transition: all .3s;
}

.button:hover {
  color: #1d2332;
  background-color: #0000;
}

.button.w--current {
  color: var(--black);
  background-color: #0000;
}

.button.is-secondary {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.width-100 {
  width: 100%;
}

.button.is-secondary {
  border-width: 1px;
  border-color: var(--black);
  color: var(--black);
}

.button.is-secondary:hover {
  color: #fff;
  background-color: #1d2332;
}

.button.is-secondary.w--current {
  background-color: var(--black);
  color: #fff;
}

.button.is-secondary.w--current:hover {
  color: var(--black);
  background-color: #0000;
}

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

.button.blue:hover {
  border-color: var(--white-smoke);
  color: var(--white-smoke);
  background-color: #0000;
}

.button.newsletter-button {
  border-color: var(--dodger-blue);
  background-color: var(--dodger-blue);
}

.button.newsletter-button:hover {
  border-color: var(--white-smoke);
  color: var(--white-smoke);
  background-color: #0000;
}

.margin-custom1 {
  margin: 1.5rem;
}

.form-radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.margin-large {
  margin: 3rem;
}

.padding-tiny {
  padding: .125rem;
}

.styleguide-spacing-all {
  display: none;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.heading-style-h1 {
  margin-top: 0;
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.hide {
  display: none;
}

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

.styleguide-social-icons-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  max-width: 28rem;
}

.social-link {
  color: var(--slate-grey);
  justify-content: center;
  align-items: center;
  font-family: Social Icon, sans-serif;
  text-decoration: none;
  transition: all .4s;
}

.social-link:hover {
  color: var(--black);
  transform: scale(1.1);
}

.icon-1x1-small {
  color: var(--slate-grey);
  font-size: 1rem;
  line-height: 1;
}

.checkout-form-wrapper {
  background-color: #0000;
  margin-top: 3rem;
  padding: 0;
}

.checkout-header-block {
  border-bottom-style: none;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 2rem;
}

.checkout-content-block {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 2rem;
}

.checkout-content-block.last {
  border-radius: 20px;
}

.checktou-field-label {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.billing-address-toggle {
  align-items: center;
  margin-top: 1.5rem;
}

.order-item-price {
  margin-top: 1rem;
}

.apple-pay-button {
  border-radius: 50px;
}

.discount-wrapper {
  background-color: #0000;
  border-style: none;
  flex-direction: column;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.checkout-field-label {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.paypal-button {
  border-radius: 50px;
}

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

.empty-state {
  background-color: var(--alice-blue);
  border: 1px solid #6b738a1a;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paypal-checkout-form, .order-confirmation-content {
  background-color: #0000;
  margin-top: 3rem;
  padding: 0;
}

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

.instructions-content-wrapper {
  background-color: #fff;
  border-radius: 32px;
  margin-top: 3rem;
  padding: 6rem 4rem;
}

.text-rich-text h6 {
  font-size: 1.2rem;
  line-height: 1.2;
}

.text-rich-text h4 {
  font-size: 2rem;
  line-height: 1.2;
}

.text-rich-text h3 {
  font-size: 2.5rem;
  line-height: 1.2;
}

.text-rich-text h2 {
  font-size: 3rem;
  line-height: 1.1;
}

.text-rich-text p {
  color: #6c7892;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
}

.text-rich-text li {
  color: #7789a3;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
}

.text-rich-text blockquote {
  border-left-color: #6b738a26;
  margin-bottom: 10px;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5;
}

.text-rich-text a {
  color: #454f66;
  font-weight: 400;
  text-decoration: none;
  transition: color .3s;
}

.text-rich-text a:hover {
  color: #454f66bf;
}

.text-rich-text h5 {
  font-size: 1.5rem;
  line-height: 1.2;
}

.text-rich-text h1 {
  font-size: 4rem;
  line-height: 1.1;
}

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

.licenses-content-wrapper {
  background-color: #fff;
  border-radius: 32px;
  margin-top: 3rem;
  padding: 6rem 4rem;
}

.licenses-image-component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 2rem;
}

.image-wrapper {
  border-radius: 28px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

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

.licenses-content-link {
  background-color: var(--dodger-blue);
  border-radius: 28px;
  height: 30vh;
}

.changelog-content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 40rem;
  height: 5rem;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

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

.horizontal-flex.category-blog, .horizontal-flex.blog-post {
  justify-content: flex-start;
}

.list-blog-categories {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

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

.blog-post-category-component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.small-line {
  background-color: #6b738a33;
  width: 32px;
  height: 2px;
}

.title-component-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  align-items: start;
}

.inner-container {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  padding: 0 20px 20px;
  display: block;
  position: relative;
}

.inner-container.top {
  margin-top: 69px;
}

.inner-container.head-home {
  padding: 0;
  display: block;
}

.inner-container.img-home {
  display: block;
}

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

.pricing-features-component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

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

.plan-top-content.package {
  justify-content: space-between;
}

.feature-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.product-component-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
}

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

.input-wrap {
  background-color: #fff;
  border: 1px solid #dce0eb;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.input-wrap.quantity {
  padding-top: 6px;
  padding-left: 18px;
  padding-right: 18px;
  display: inline-block;
}

.input-wrap.quantity.hide {
  display: none;
}

.selector-input {
  background-color: #0000;
  border: 1px #000;
}

.quantity-input {
  background-color: #fff;
  border-style: none;
  border-radius: 50px;
}

.product-category-component {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  display: grid;
}

.section-home-foto {
  background-color: var(--alice-blue);
  position: relative;
  overflow: hidden;
}

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

.main-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 50%;
  position: absolute;
}

.main-grid._1 {
  top: 0;
}

.main-grid._2 {
  bottom: 0;
  right: 0;
}

.main-grid.about {
  height: 100%;
  top: 0;
}

.main-grid-wrapper {
  padding-top: 40%;
  position: relative;
  overflow: hidden;
}

.shape-container {
  position: relative;
}

.hero-shape {
  width: 100%;
  height: 100%;
  position: absolute;
}

.hero-shape._1 {
  background-color: var(--orange);
  border-top-left-radius: 10000000px;
  border-bottom-left-radius: 10000000px;
}

.hero-shape._2 {
  background-color: var(--gold);
  border-top-left-radius: 10000000px;
  border-bottom-left-radius: 10000000px;
}

.hero-shape._3 {
  background-color: var(--pink);
  background-image: url('../images/home-page-1.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
}

.hero-shape._3.about {
  background-image: url('../images/Offerta-formativa_3.jpg');
}

.hero-shape._4 {
  background-color: var(--dodger-blue);
  border-bottom-right-radius: 1000px;
}

.hero-shape._5 {
  background-color: var(--dark-slate-blue);
  border-radius: 100%;
  left: -8.5%;
}

.hero-shape._6 {
  background-color: var(--gold);
  border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
}

.hero-shape._7 {
  background-color: var(--gold);
  background-image: url('../images/home-page-2.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
}

.hero-shape._7.about {
  background-image: url('../images/Offerta-formativa_4.jpg');
}

.hero-shape._7.coming-soon {
  background-color: var(--medium-aquamarine);
  background-image: url('../images/image-05.png');
}

.hero-shape._8 {
  background-color: var(--dodger-blue);
  border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
}

.hero-shape._9 {
  background-color: var(--pink);
  border-top-right-radius: 1000px;
}

.hero-shape._10 {
  background-color: var(--dodger-blue);
  background-image: url('../images/Istituto-nuovo-4.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 1000px 1000px 0;
}

.hero-shape._31 {
  background-color: var(--pink);
  background-image: url('../images/Albenga_07.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
}

.hero-shape._71 {
  background-color: var(--gold);
  background-image: url('../images/Albenga_06.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
}

.partners-container {
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logo-component-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

.partners-component-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-right: 1rem;
}

.section-home-logo-scroll {
  background-color: var(--alice-blue);
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.logo-content {
  padding-right: 30px;
}

.header-content-wrapper {
  justify-content: space-between;
  align-items: center;
  min-height: 0;
  display: flex;
}

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

.cart-button-wrapper {
  color: var(--slate-grey);
  margin-left: 18px;
  margin-right: 2rem;
  transition: transform .3s;
}

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

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

.navbar {
  background-color: #0000;
  padding-top: 32px;
  padding-bottom: 32px;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-link {
  color: var(--slate-grey);
  padding: 0;
  font-size: 1.1rem;
  font-weight: 500;
  text-decoration: none;
  transition: color .4s;
}

.nav-link:hover {
  color: #1d2332;
}

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

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

.header-right-side {
  align-items: center;
  display: flex;
}

.remove-button {
  color: #6b738abf;
  transition: color .4s;
}

.remove-button:hover {
  color: #6b738a;
}

.dropdown-grid-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hamburger-menu {
  padding: 0;
}

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

.cart-close-button {
  color: #fff;
  font-family: Filled Icon, sans-serif;
}

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

.dropdown-link {
  color: var(--slate-grey);
  width: 100%;
  padding: 0;
  font-size: 1rem;
  line-height: 1;
  transition: color .3s;
}

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

.page-padding {
  color: #9c9c9c;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.cart-quantity {
  background-color: var(--slate-grey);
  color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 22px;
  height: 22px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 10px;
  font-weight: 500;
  line-height: .9;
  display: flex;
  position: absolute;
  top: -10px;
  right: -10px;
}

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

.dropdown-toggle {
  color: var(--slate-grey);
  align-items: center;
  padding: 0;
  font-size: 1.1rem;
  font-weight: 500;
  transition: color .3s;
  display: flex;
}

.dropdown-toggle:hover {
  color: #1d2332;
}

.cart-wrapper {
  color: #6b738a;
}

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

.close-icon {
  color: #1d2332;
  margin-top: -5px;
  margin-left: -5px;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1;
}

.logo-link {
  color: var(--black);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

.logo-link.w--current {
  height: auto;
  min-height: auto;
  transition: transform .4s;
}

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

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

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

.dropdown-card {
  color: var(--slate-grey);
  background-color: #fff;
  border-radius: 24px;
  margin-top: -12px;
  padding: 40px 60px 40px 40px;
  overflow: hidden;
  box-shadow: 0 2px 7px #6b738a0f;
}

.dropdown-wrapper {
  color: #6b738a;
}

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

.dropdown-column-wrapper {
  background-color: #0000;
  padding-top: 20px;
  box-shadow: 0 2px 12px #14142b14;
}

.dropdown-column-wrapper.w--open {
  box-shadow: none;
  color: var(--slate-grey);
  background-color: #fff;
  border-radius: 24px;
  padding-top: 10px;
}

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

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

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

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

.dropdown-arrow {
  margin-top: 3px;
  margin-left: 8px;
  font-family: Filled Icon, sans-serif;
  font-size: .875rem;
  font-weight: 400;
}

.padding-section-header {
  padding-top: 9rem;
  padding-bottom: 1.5rem;
}

.button-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.lightbox-link-button {
  cursor: pointer;
  text-decoration: none;
}

.play-button-wrapper {
  border-radius: 50px;
  align-items: center;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.play-wrapper {
  background-color: #7bc9ff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 16px;
  transition: background-color .3s;
  display: flex;
  position: relative;
}

.play-wrapper:hover {
  background-color: var(--dodger-blue);
}

.play-wrapper.large {
  width: 6rem;
  height: 6rem;
}

.play-icon {
  margin-right: -4px;
}

.play-icon.large {
  width: 2rem;
}

.cart {
  width: 25px;
  position: relative;
}

.teacher-component-grid {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
}

.teacher-image-wrapper {
  border-radius: 100% 100% 0;
  overflow: hidden;
}

.badge {
  color: #fff;
  text-align: left;
  border-radius: 50px;
  padding: 8px 16px;
  font-weight: 500;
  display: inline-block;
}

.social-link-flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.social-icon {
  width: 40px;
}

.section-teacher-header, .section-teacher-content, .section-didattica-header {
  background-color: var(--alice-blue);
}

.box-foto-home {
  padding-top: 20%;
  position: relative;
  overflow: hidden;
}

.subtitle {
  border-radius: 50px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
}

.subtitle.text-color-blue {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 22px;
  padding-left: 0;
}

.subtitle.hero {
  color: var(--dodger-blue);
  margin-left: 6px;
}

.popular-courses-component {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.course-link {
  background-color: #fff;
  border: 1px solid #ebeef3;
  border-radius: 28px;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: block;
  overflow: hidden;
  box-shadow: 0 2px 7px #6b738a0f;
}

.card-image-wrapper {
  height: 16rem;
  position: relative;
  overflow: hidden;
}

.card-image-wrapper.large {
  height: 20rem;
}

.course-content {
  padding-bottom: 3rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.category {
  color: #fff;
  border-radius: 50px;
  padding: 8px 14px;
  font-weight: 500;
  display: inline-block;
}

.course-price {
  color: var(--black);
  background-color: #fff;
  border-radius: 50px;
  padding: 8px 14px;
  font-weight: 600;
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 20px;
}

.card-details {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  display: flex;
}

.card-details-wrapper {
  justify-content: space-between;
  display: flex;
}

.small-icon {
  color: var(--slate-grey);
  font-family: Filled Icon, sans-serif;
}

.text-color-blue {
  color: var(--dodger-blue);
}

.text-color-yellow {
  color: var(--gold);
}

.text-color-pink {
  color: var(--pink);
}

.text-color-green {
  color: var(--medium-aquamarine);
}

.section-home-courses {
  background-color: var(--alice-blue);
  overflow: hidden;
}

.why-us-component-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.card {
  background-color: var(--white-smoke);
  border: 1px solid #ebeef3;
  border-radius: 28px;
  padding: 3rem 2rem;
  box-shadow: 0 2px 7px #14142b0f;
}

.medium-icon {
  height: 4.5rem;
}

.section-home-iscrizione {
  background-color: var(--whigt);
  overflow: hidden;
}

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

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

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

.number {
  font-size: 3rem;
}

.blog-header-component-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
}

.link-content-blog {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border: 1px solid #ebeef3;
  border-radius: 28px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 7px #6b738a0f;
}

.blog-content-wrapper {
  padding: 24px 24px 3rem;
}

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

.sidebar-content-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
}

.sidebar-image-wrapper {
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
  position: relative;
  overflow: hidden;
}

.blog-featured-sidebar {
  padding-bottom: 2rem;
}

.blog-post-item-content {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-right: 20px;
  display: flex;
}

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

.blog-post-component-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pagination {
  margin-top: 3rem;
}

.author-content-wrapper {
  background-color: #fff;
  border-radius: 28px;
  width: 32rem;
  padding: 3rem 2.5rem;
  text-decoration: none;
  display: block;
  overflow: hidden;
}

.author-image {
  border-radius: 100%;
  width: 5.5rem;
}

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

.author-content-details {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.social-media-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.author-link-wrapper {
  text-decoration: none;
}

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

.course-component-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.course-category-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.course-category-item {
  align-items: center;
  display: flex;
}

.course-icon {
  color: var(--dodger-blue);
  font-family: Filled Icon, sans-serif;
  font-size: 20px;
}

.bg-overlay {
  z-index: 1;
  background-color: #0000004d;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.teacher-link-wrapper {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  text-decoration: none;
  transition: all .3s;
  display: grid;
}

.teacher-link-wrapper:hover {
  transform: translate(4px)scale(1.02);
}

.teacher-image {
  width: 5rem;
}

.teacher-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.reviews-component-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

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

.review-client-image {
  width: 4rem;
}

.contact-form-block {
  color: #101118;
  background-color: #fff;
  border-radius: 30px;
  height: 100%;
  padding: 5rem 4rem;
}

.contact-form {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #101118;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-wrapper {
  flex-direction: row;
  align-items: flex-start;
  height: 5.25rem;
  display: flex;
}

.link-wrapper.contact-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--black);
  background-color: #fff;
  border-radius: 28px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 20rem;
  height: auto;
  margin-top: 26px;
  padding: 2rem;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

.link-wrapper.contact-item:hover {
  background-color: #dcddeb80;
}

.contact-links {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: center;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-icon {
  color: var(--dodger-blue);
  background-color: #039aff33;
  border-radius: 12px;
  padding: 10px 14px;
  font-family: Filled Icon, sans-serif;
  font-size: 3rem;
  line-height: 1;
}

.order-image {
  border-radius: 8px;
}

.shipping-method-list {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 20px;
  overflow: hidden;
}

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

.utility-icon {
  color: var(--dodger-blue);
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  font-family: Filled Icon, sans-serif;
  font-size: 10rem;
  line-height: 1;
}

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

.footer-title {
  color: #fff;
  margin-top: 15px;
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
  font-weight: 600;
}

.form-block {
  color: var(--white-smoke);
  margin-top: 40px;
}

.footer-title-button {
  color: #fff;
  margin-right: 20px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
}

.footer-grid {
  grid-column-gap: 4.5rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-flow: row;
  width: 100%;
}

.social-link-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  display: flex;
}

.social-link-wrapper.flex-center {
  justify-content: center;
}

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

.footer-top {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom: 1px solid #6b738a33;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-bottom: 80px;
  padding-bottom: 60px;
  display: grid;
}

.footer-nav {
  margin-bottom: 0;
  margin-right: 3rem;
  padding-left: 0;
}

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

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

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

.footer-bottom {
  border-top: 1px solid #6b738a33;
  justify-content: space-between;
  margin-top: 80px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.footer-contet-wrapper {
  width: 100%;
}

.nav-footer-content {
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.link-footer {
  color: var(--alice-blue);
  text-decoration: none;
  transition: color .4s;
}

.link-footer:hover {
  color: var(--dodger-blue);
}

.footer-link {
  color: #f8fafcbf;
  margin-right: 20px;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5;
  text-decoration: none;
  transition: color .3s;
  display: block;
}

.footer-link:hover {
  color: var(--alice-blue);
}

.footer-nav-item {
  margin-bottom: 1rem;
}

.padding-footer {
  padding-top: 5rem;
  padding-bottom: 1.5rem;
}

.faq-question-wrap {
  cursor: pointer;
  border: 1px solid #6b738a33;
  border-radius: 28px;
  margin-top: 10px;
  margin-bottom: 40px;
  padding: 28px 40px;
}

.faq-content {
  overflow: hidden;
}

.faq-question-bar {
  color: #000;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.faq-circle {
  background-color: #039aff33;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 45px;
  min-width: 45px;
  height: 45px;
  min-height: 45px;
  display: flex;
}

.faq-arrow {
  color: var(--dodger-blue);
  font-family: Filled Icon, sans-serif;
}

.section-didattica-pof {
  background-color: #fff;
  margin-bottom: 46px;
  overflow: hidden;
}

._2-columns-grid {
  grid-column-gap: 1.1rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1.5fr;
  grid-auto-flow: row;
  place-items: start stretch;
  width: 100%;
}

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

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

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

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

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

.section-didattica-consigio {
  background-color: #fff;
  display: block;
}

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

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

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

.value-icon {
  color: var(--dodger-blue);
  font-family: Filled Icon, sans-serif;
  font-size: 4rem;
}

.value-icon.text-color-green {
  color: var(--medium-aquamarine);
}

.value-icon.text-color-yellow {
  color: var(--gold);
}

.value-icon.text-color-pink {
  color: var(--pink);
}

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

.shape-wrapper {
  z-index: -1;
  position: absolute;
}

.shape-wrapper.courses {
  width: 15%;
  margin-bottom: -4%;
  margin-right: -10%;
  padding-top: 12%;
  inset: auto 0% 0% auto;
}

.shape-wrapper.why-us {
  width: 15%;
  margin-top: -6%;
  margin-right: -10%;
  padding-top: 15%;
  inset: 0% 0% auto auto;
}

.shape-wrapper.bottom-left-circle {
  width: 15%;
  margin-top: -10%;
  padding-top: 15%;
  left: -5%;
}

.shape-wrapper.how-work {
  width: 30%;
  margin-top: -10%;
  margin-left: -8%;
  padding-top: 30%;
  inset: 0% auto auto 0%;
}

.shape-wrapper.our-story {
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  margin: 0 -16% -16% 0;
  padding-top: 35%;
  display: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.shape-wrapper.right-mission {
  width: 40%;
  margin-top: -23%;
  margin-left: -19%;
  padding-top: 30%;
  inset: 0% auto auto 0%;
}

.shape-wrapper.team {
  width: 15%;
  margin-top: -8%;
  margin-right: -8%;
  padding-top: 12%;
  inset: 0% 0% auto auto;
}

.shape-wrapper.testimonials {
  width: 16%;
  margin-top: -10%;
  margin-right: -10%;
  padding-top: 12%;
  inset: 0% 0% auto auto;
}

.inner-shape {
  margin-top: 0;
  position: absolute;
  inset: 0% 0% 0;
}

.shape-flex {
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.shape-02 {
  border-bottom-right-radius: 100%;
  width: 100%;
}

.shape-02.background-color-blue.above {
  margin-left: -50%;
  position: relative;
  top: 50px;
}

.background-color-dark-blue {
  background-color: var(--dark-slate-blue);
}

.background-color-green {
  background-color: var(--medium-aquamarine);
}

.background-color-yellow {
  background-color: var(--gold);
}

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

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

.relative-position {
  z-index: 1;
  position: relative;
}

.shape-01 {
  border-top-right-radius: 10000000px;
  border-bottom-right-radius: 10000000px;
  width: 100%;
}

.our-mission-image {
  background-color: #f9bbc600;
  background-image: url('../images/infanzia.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0%;
  width: 300px;
  height: 300px;
  overflow: hidden;
}

.section-about-teachers {
  overflow: hidden;
}

.our-story-image {
  background-color: var(--medium-aquamarine);
  background-image: url('../images/pei.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  width: 300px;
  height: 300px;
  overflow: hidden;
}

.teacher-content-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.teacher-content-link {
  border-radius: 32px;
  display: block;
  position: relative;
  overflow: hidden;
}

.teacher-content-link.home {
  height: 24rem;
}

.teacher-picture {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.teacher-content-wrapper {
  background-color: var(--alice-blue);
  object-fit: fill;
  border-radius: 28px;
  padding: 2rem;
  position: absolute;
  inset: auto 5% 5%;
}

.section-home-course {
  background-color: #f2f9ff;
}

.section-home-testimonials {
  background-color: #fff;
  overflow: hidden;
}

.left-gradient {
  z-index: 10;
  background-image: linear-gradient(to right, var(--alice-blue) 8%, transparent);
  width: 10%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.course-work-component-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
}

.course-work-content {
  align-items: center;
  width: 100%;
  height: 100px;
  display: flex;
}

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

.course-work-number-wrapper {
  background-color: var(--dodger-blue);
  background-image: url('../images/logo_infanzia.png');
  background-position: 0 0;
  background-size: contain;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 5.5rem;
  height: 5.5rem;
  display: flex;
  position: relative;
}

.course-work-number-wrapper.two {
  background-color: var(--gold);
}

.course-work-number-wrapper.three {
  background-color: var(--medium-aquamarine);
}

.course-work-content-right {
  padding-top: 8rem;
}

.course-work-image-wrapper {
  z-index: 1;
  background-color: #fff0;
  background-image: url('../images/19-ott.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-top-right-radius: 0;
  width: auto;
  height: 15rem;
  margin-bottom: 0;
  position: relative;
}

.course-work-image-wrapper._27-gen {
  background-image: url('../images/27-gen.png');
}

.course-work-image-wrapper._29-gen {
  background-image: url('../images/29-gen.png');
}

.course-work-content-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-large {
  font-size: 50px;
  line-height: 1.2;
}

.course-work-number {
  color: #fafaff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

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

.shape-03 {
  border-radius: 100%;
  width: 100%;
}

.main-button {
  border: 1px solid var(--black);
  background-color: var(--orange);
  color: var(--black);
  text-align: center;
  letter-spacing: 1px;
  border-radius: 50px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 3.75rem;
  margin-top: 20px;
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-button.centrato {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.button-bg {
  background-color: var(--white-smoke);
  border-radius: 50px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.text-button {
  z-index: 1;
  font-size: 14px;
  font-weight: 700;
  position: relative;
}

.section-dudattica-pei {
  overflow: hidden;
}

.shape-04 {
  border-top-left-radius: 100%;
  width: 100%;
}

.shape-04.background-color-blue.above {
  margin-left: -50%;
  position: relative;
  top: 40px;
}

.logo {
  height: auto;
}

.footer-logo {
  height: 80px;
}

.shape-05 {
  border-top-right-radius: 100%;
  width: 100%;
}

.shape-05.background-color-blue.above {
  margin-right: -50%;
  position: relative;
  top: 40px;
}

.shape-05.background-color-yellow.above {
  margin-right: -50%;
  position: relative;
  top: 50px;
}

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

.client-picture {
  border-radius: 100%;
  height: 4rem;
}

.stars-container {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  display: flex;
}

.star {
  color: var(--orange);
  font-family: Filled Icon, sans-serif;
  font-size: 16px;
  line-height: 1;
}

.footercomgin-soon {
  background-color: var(--black);
  border-top: 1px solid #6b738a26;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.footer-comging-soon-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  width: 100%;
}

.coming-soon-form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.nav-coming-soon {
  z-index: 1;
  border-bottom: 1px solid #6b738a26;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.reference-title {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.cart-product-image {
  border-radius: 6px;
}

.section-teacher-course {
  background-color: #fff;
}

.preloader {
  z-index: 99999;
  background-color: #eaf4ff;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.loading-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.loading-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.loading-icon {
  width: 4rem;
  position: relative;
}

.loading-logo {
  justify-content: center;
  align-items: center;
  width: 8rem;
  display: flex;
}

.preloading-logo {
  width: 8rem;
}

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

.contact-map {
  color: #101118;
  background-color: #fff;
  border-radius: 30px;
  height: 100%;
  padding: 5rem 4rem;
}

.tassello-bianco {
  flex-direction: row;
  align-items: flex-start;
  height: 5.25rem;
  display: flex;
}

.tassello-bianco.contact-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--black);
  background-color: #fff;
  border-radius: 28px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 20rem;
  height: auto;
  margin-top: 55px;
  padding: 2rem;
  text-decoration: none;
  display: flex;
}

.tassello-bianco.contact-item:hover {
  background-color: #fff;
}

.tassello-privacy {
  cursor: pointer;
  border: 1px solid #6b738a33;
  border-radius: 28px;
  margin-top: 10px;
  margin-bottom: 40px;
  padding: 28px 40px;
}

.section-plessi-infanzia {
  background-color: #fff;
  overflow: hidden;
}

.styleguide-plessi {
  grid-column-gap: 4rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.padding-section-plessi {
  padding-top: 3.3rem;
  padding-bottom: 3.5rem;
}

.link-plessi {
  flex-direction: row;
  align-items: flex-start;
  height: 5.25rem;
  display: flex;
}

.link-plessi.contact-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--black);
  background-color: #fff;
  border-radius: 14px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 50px;
  padding: 2rem 2rem 2rem .5rem;
  line-height: 14px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

.link-plessi.contact-item:hover {
  background-color: #dcddeb80;
}

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

.margin-bottom-educatori.margin-small {
  background-image: url('../images/icon_insegnanti.png');
  background-position: 0 0;
  background-repeat: repeat-y;
  background-size: contain;
  align-items: center;
  height: 50px;
  margin: 0;
  padding-left: 65px;
  display: flex;
}

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

.margin-bottom-regolamento.margin-small {
  background-image: url('../images/icon_regolamento.png');
  background-position: 0 0;
  background-repeat: repeat-y;
  background-size: contain;
  align-items: center;
  height: 50px;
  margin: 0;
  padding-left: 65px;
  display: flex;
}

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

.margin-bottom-assenza.margin-small {
  background-image: url('../images/pdf-icon.png');
  background-position: 0 0;
  background-repeat: repeat-y;
  background-size: contain;
  align-items: center;
  height: 50px;
  margin: 0;
  padding-left: 65px;
  display: flex;
}

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

.margin-bottom-menu.margin-small {
  background-image: url('../images/icon_menu.png');
  background-position: 0 0;
  background-repeat: repeat-y;
  background-size: contain;
  align-items: center;
  height: 50px;
  margin: 0;
  padding-left: 65px;
  display: flex;
}

.section-plessi-primaria {
  background-color: #fff;
  overflow: hidden;
}

.section-plessi-primaria.fondo-azzurro {
  background-color: #f2f9ff;
}

.section-plessi-medie {
  background-color: #fff;
  overflow: hidden;
}

.image-infanzia, .image-primaria, .image-medie {
  background-color: #f9bbc600;
  border-radius: 0%;
  width: 100%;
  max-width: none;
  height: auto;
  overflow: hidden;
}

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

.margin-bottom-consigli.margin-small {
  background-image: url('../images/icon_colloqui.png');
  background-position: 0 0;
  background-repeat: repeat-y;
  background-size: contain;
  align-items: center;
  height: 50px;
  margin: 0;
  padding-left: 65px;
  display: flex;
}

.tassello-scuro-link {
  background-color: #cdcdce;
  padding: 40px 0;
}

.course-work-item-botton {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo-infanzia {
  background-color: #039aff00;
  background-image: url('../images/logo_infanzia.png');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: contain;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  width: 5.5rem;
  height: 5.5rem;
  display: flex;
  position: relative;
}

.logo-medie {
  background-color: #039aff00;
  background-image: url('../images/logo_medie.png');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: contain;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  width: 5.5rem;
  height: 5.5rem;
  display: flex;
  position: relative;
}

.course-work-content-indirizzo {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-shape-quadrato {
  width: 100%;
  height: 100%;
  position: absolute;
}

.hero-shape-quadrato._10 {
  background-color: var(--dodger-blue);
  background-image: url('../images/Istituto-nuovo-4.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 0;
}

.text-span-2 {
  color: var(--medium-aquamarine);
}

.text-span-3 {
  color: var(--red);
}

.bold-text-2 {
  color: var(--green);
  font-weight: 700;
}

.section-home-openday {
  background-color: var(--whigt);
  display: block;
}

.section-home-bunner {
  background-color: var(--dodger-blue);
  overflow: hidden;
}

.card-bunner-01 {
  background-color: var(--alice-blue);
  border: 1px solid #ebeef3;
  border-radius: 28px;
  margin-top: 55px;
  padding: 0 2rem 2.4rem;
  box-shadow: 0 2px 7px #14142b0f;
}

.card-bunner-02 {
  background-color: var(--azzruro-ligth);
  border: 1px solid #ebeef3;
  border-radius: 28px;
  padding: 0 2rem 1.3rem;
  box-shadow: 0 2px 7px #14142b0f;
}

.card-bunner-03 {
  background-color: var(--pink);
  border: 1px solid #ebeef3;
  border-radius: 28px;
  padding: 0 2rem 1.3rem;
  box-shadow: 0 2px 7px #14142b0f;
}

.card-bunner-04 {
  background-color: var(--gold);
  border: 1px solid #ebeef3;
  border-radius: 28px;
  padding: 0 2rem 1.3rem;
  box-shadow: 0 2px 7px #14142b0f;
}

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

.margin-top-tassello.margin-medium {
  background-color: var(--gold);
  color: var(--black);
  border-radius: 16px;
  padding: 18px;
  font-weight: 500;
}

.text-size-regular-center {
  color: var(--black);
  text-align: left;
  margin-left: 0;
  padding-left: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
}

.text-span-4, .text-span-5, .text-span-6, .text-span-7, .text-span-8, .text-span-9, .text-span-10, .text-span-11, .text-span-12 {
  color: var(--dark-slate-blue);
}

.text-size-small-privacy {
  color: var(--slate-grey);
  margin-left: 25px;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.6;
}

.image {
  margin-right: 24px;
}

.inner-container-center {
  z-index: 1;
  justify-content: center;
  display: flex;
  position: relative;
}

.our-mission-image-pof {
  background-color: #f9bbc600;
  background-image: url('../images/ptof.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0%;
  width: 300px;
  height: 300px;
  overflow: hidden;
}

.section-istituto-header {
  background-color: var(--alice-blue);
}

.section-istituto-chi {
  background-color: #fff;
  overflow: hidden;
}

.box-img-chi {
  background-color: #f9bbc600;
  background-image: url('../images/nella-sezione-Istituto.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0%;
  width: 400px;
  height: 700px;
  overflow: hidden;
}

.box-img-storia {
  background-color: var(--medium-aquamarine);
  background-image: url('../images/Istituto-vecchio.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  width: 500px;
  height: 500px;
  overflow: hidden;
}

.padding-section-header-chi {
  padding-top: 10rem;
  padding-bottom: .5rem;
}

.section-istituto-storia {
  overflow: hidden;
}

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

.section-contatti-orario {
  background-color: var(--orange);
  overflow: hidden;
}

.padding-section-orario {
  padding-top: 1.9rem;
  padding-bottom: 8rem;
}

.card-orario {
  background-color: var(--alice-blue);
  border: 1px solid #ebeef3;
  border-radius: 28px;
  padding: 0 2rem 2.4rem;
  box-shadow: 0 2px 7px #14142b0f;
}

.margin-top-tassello-oraroio {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top-tassello-oraroio.margin-medium {
  background-color: var(--gold);
  color: var(--black);
  border-radius: 16px;
  padding: 18px 18px 18px 11px;
  font-weight: 500;
}

.text-orario {
  color: var(--black);
  text-align: left;
  margin-left: 0;
  padding-left: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
}

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

.img-menu {
  background-color: #f9bbc600;
  border-radius: 0%;
  width: auto;
  min-width: 800px;
  height: auto;
  display: block;
  overflow: hidden;
}

.padding-section-large-01 {
  width: 100%;
  margin-top: 21px;
  margin-bottom: 47px;
  padding-top: 0;
  padding-bottom: .9rem;
}

.padding-section-large-02 {
  padding-top: 5.1rem;
  padding-bottom: .9rem;
}

.bunner-iscrizione {
  background-color: var(--gold);
  padding: 40px;
}

.link-iscrizione {
  flex-direction: row;
  align-items: flex-start;
  height: 5.25rem;
  display: flex;
}

.link-iscrizione.contact-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--black);
  background-color: #fff;
  border-radius: 14px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  padding: 1rem 2rem 3.4rem 2.6rem;
  line-height: 14px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

.link-iscrizione.contact-item:hover {
  background-color: #dcddeb80;
}

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

.margin-bottom-iscrizione.margin-small {
  flex-direction: column;
  align-items: center;
  height: 50px;
  margin: 0;
  padding-left: 0;
  display: flex;
}

.section-infanzia-header {
  background-color: var(--alice-blue);
}

.img-plesso-infanzia {
  width: 150px;
  max-width: none;
}

.padding-section-header-copy {
  padding-top: 10rem;
  padding-bottom: 1.2rem;
}

.img-infanzia-orario {
  background-color: #f9bbc600;
  border-radius: 0%;
  width: auto;
  height: auto;
  overflow: hidden;
}

.section-primaria-header {
  background-color: var(--alice-blue);
}

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

.margin-bottom-orario02.margin-small {
  background-image: url('../images/icon_orario.png');
  background-position: 0 0;
  background-repeat: repeat-y;
  background-size: contain;
  align-items: center;
  height: 50px;
  margin: 0;
  padding-left: 65px;
  display: flex;
}

._2-columns-grid-regolamento {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  width: 100%;
}

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

.img-plesso-medie {
  width: 150px;
  max-width: none;
}

.img-media-orario, .tab-consigli {
  background-color: #f9bbc600;
  border-radius: 0%;
  width: auto;
  height: auto;
  overflow: hidden;
}

.tab-box-titolo {
  background-color: var(--dodger-blue);
  border-radius: 10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.tab-box-titolo:hover {
  background-color: var(--gold);
}

.tab-box-titolo:focus {
  background-color: var(--orange);
}

.tab-box-titolo.w--current {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 9px;
  padding-right: 9px;
  display: inline-block;
}

.tabs-menu {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: block;
}

.text-span-13, .text-span-14 {
  color: var(--dodger-blue);
}

.title-component-grid-orario {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr;
}

.table_cell {
  padding: 4px 16px;
}

.table_row {
  border: 1px solid var(--orange);
}

.table_body {
  width: 100%;
}

.table_header {
  background-color: var(--orange);
  color: var(--whigt);
  padding: 3px 3px 3px 15px;
}

.table_head {
  width: 100%;
}

.table_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100.005%;
  display: block;
}

.div-block {
  width: 100%;
}

.inner-container-table {
  z-index: 1;
  width: 100%;
  display: block;
  position: relative;
}

.section-didattica-consigli-copy {
  background-color: #fff;
  margin-bottom: 46px;
  overflow: hidden;
}

.container-large-consigli {
  width: 100%;
  max-width: none;
  min-height: 80px;
  margin-left: auto;
  margin-right: auto;
}

.heading-style-titolo {
  margin-bottom: 37px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.container-large-menu {
  width: 100%;
  max-width: none;
  min-height: 80px;
  margin-left: auto;
  margin-right: auto;
}

.section-menu-header {
  background-color: var(--alice-blue);
}

.section-menu-box {
  background-color: #fff;
  margin-bottom: 46px;
  overflow: hidden;
}

.inner-container-menu {
  z-index: 1;
  width: auto;
  height: auto;
  display: block;
  position: relative;
}

.padding-section-header-menu {
  padding-top: 7.7rem;
  padding-bottom: 0;
}

.padding-section-header-home {
  padding-top: 4.1rem;
  padding-bottom: 3.9rem;
}

.padding-section-large-chi {
  flex-direction: column;
  padding-top: 5.5rem;
  padding-bottom: 8rem;
  display: block;
}

.padding-section-large-privacy {
  flex-direction: column;
  padding-top: 9.2rem;
  padding-bottom: 8rem;
  display: block;
}

._2-columns-grid-ricevimento {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  width: 100%;
}

.img-locandina-2 {
  border: 2px solid #d6cfcf;
  border-radius: 8px;
  box-shadow: 4px 3px 12px 3px #0003;
}

.section-home-header {
  background-color: var(--alice-blue);
  position: relative;
  overflow: hidden;
}

.inner-container-foto {
  z-index: 1;
  width: auto;
  height: auto;
  margin-top: 0;
  padding: 20px;
  display: block;
  position: relative;
}

.padding-consiglio {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.container-consiglio {
  flex-flow: row;
  width: 100%;
  max-width: 80%;
  min-height: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.padding-section-large-consiglio {
  flex-direction: column;
  padding-top: 0;
  padding-bottom: 8rem;
  display: flex;
}

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

.margin-bottom-gallery.margin-small {
  background-image: url('../images/icon_photgallery.png');
  background-position: 0 0;
  background-repeat: repeat-y;
  background-size: contain;
  align-items: center;
  height: 50px;
  margin: 0;
  padding-left: 65px;
  display: flex;
}

.padding-section-header-plesso {
  padding-top: 6.1rem;
  padding-bottom: 0;
  display: flex;
}

.section-didattica-fotogallery {
  background-color: #fff;
  margin-bottom: 46px;
  overflow: hidden;
}

.shape-wrapper-home {
  z-index: -1;
  position: absolute;
}

.shape-wrapper-home.why-us {
  width: 15%;
  margin-top: -6%;
  margin-right: -10%;
  padding-top: 15%;
  inset: 0% 0% auto auto;
}

.container-large-plessi {
  flex-flow: row;
  width: 100%;
  max-width: 80%;
  min-height: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.max-width-medium-plessi {
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: none;
  display: flex;
}

.section-video-bunner {
  background-color: var(--gold);
  overflow: hidden;
}

.text-span-15, .text-span-16, .text-span-17 {
  color: var(--black);
  font-weight: 700;
}

.section-home-primaria {
  background-color: #fff;
  overflow: hidden;
}

.section-home-primaria.fondo-azzurro {
  background-color: var(--azzruro-ligth);
}

.list-orari {
  padding-left: 20px;
}

.section-home-media {
  background-color: #fff;
  overflow: hidden;
}

.text-span-18 {
  color: var(--dark-slate-blue);
}

.section-didattica-educatori {
  background-color: #fff;
  margin-bottom: 46px;
  overflow: hidden;
}

.box-scuola-open {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  display: block;
}

.box-open-blocco {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding: 18px;
  display: flex;
}

.box-open-blocco.fondo-azzurro {
  background-color: var(--azzruro-ligth);
  border-radius: 20px;
}

.box-open-blocco.fondo-verdolino {
  background-color: #e1f0e5;
  border-radius: 20px;
}

.box-open-blocco.fondo-blu {
  background-color: var(--dodger-blue);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 20px;
}

.box-open-blocco.fondo-verde {
  background-color: var(--medium-aquamarine);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 20px;
  margin-bottom: 56px;
}

.titolo-open {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.titolo-open.margin-huge {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.5rem;
  padding-top: 32px;
  display: flex;
}

.sezione-open-infanzia, .sezione-open-primaria {
  flex-direction: column;
  padding: 15px;
  display: flex;
}

.logo-primaria {
  background-color: #039aff00;
  background-image: url('../images/logo_primaria.png');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: contain;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  width: 5.5rem;
  height: 5.5rem;
  display: flex;
  position: relative;
}

.box-open-date-infanzia {
  z-index: 1;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  padding: 20px;
  display: grid;
  position: relative;
}

.box-open-date-primaria {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  padding: 20px;
  display: grid;
  position: relative;
}

.sezione-iscrizione-infanzia {
  flex-direction: column;
  padding: 15px;
  display: flex;
}

.box-locandina {
  background-image: url('../images/Locandina-iscrizioni-infanzia.jpg');
  background-position: 50%;
  background-size: cover;
  width: 600px;
  max-width: none;
  height: 750px;
  max-height: none;
}

.card-orario-albenga {
  background-color: var(--alice-blue);
  border: 1px solid #ebeef3;
  border-radius: 28px;
  margin-top: 55px;
  padding: 0 2rem 2.4rem;
  box-shadow: 0 2px 7px #14142b0f;
}

.text-span-19 {
  color: var(--dark-slate-blue);
}

.card-mensa-albenga {
  background-color: var(--alice-blue);
  border: 1px solid #ebeef3;
  border-radius: 28px;
  margin-top: 55px;
  padding: 0 2rem 2.4rem;
  box-shadow: 0 2px 7px #14142b0f;
}

.pdf {
  margin-top: 48px;
}

.margin-top-tassello-menualbenga {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top-tassello-menualbenga.margin-medium {
  background-color: var(--gold);
  color: var(--black);
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 18px;
  font-weight: 500;
  display: flex;
}

.column-3 {
  align-self: auto;
}

.tassello-grigio {
  flex-direction: row;
  align-items: flex-start;
  height: 5.25rem;
  display: flex;
}

.tassello-grigio.contact-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--black);
  background-color: #fff;
  border-radius: 28px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 20rem;
  height: auto;
  margin-top: 55px;
  padding: 2rem;
  text-decoration: none;
  display: flex;
}

.tassello-grigio.contact-item:hover {
  background-color: #fff;
}

.tassello-grigio.contact-item.verticale {
  background-color: var(--whigt);
  flex-flow: column;
}

.card-regolamento-albenga {
  background-color: var(--alice-blue);
  border: 1px solid #ebeef3;
  border-radius: 28px;
  margin-top: 55px;
  padding: 0 2rem 2.4rem;
  box-shadow: 0 2px 7px #14142b0f;
}

.main-button-regolamento {
  border: 1px solid var(--black);
  background-color: var(--orange);
  color: var(--black);
  text-align: center;
  letter-spacing: 1px;
  border-radius: 50px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 3.75rem;
  margin-top: 21px;
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.regolamento-albenga {
  border: 1px solid var(--orange);
}

.columns {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-albenga-bunner {
  background-color: var(--dodger-blue);
  overflow: hidden;
}

.section-albenga-doc {
  background-color: var(--gold);
  padding-top: 32px;
  padding-bottom: 32px;
  overflow: hidden;
}

.img-doc {
  margin-bottom: 10px;
}

.img-doc:hover {
  border: 1px solid #000;
  box-shadow: 0 2px 5px #0003;
}

.column-4, .box-doc {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-large-xl {
  flex-flow: column;
  width: 100%;
  max-width: 80%;
  min-height: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.padding-global-xl {
  margin-top: 0;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: block;
}

.click-per-scaricare {
  color: var(--slate-grey);
  text-align: left;
  margin-top: -10px;
  margin-left: 0;
  padding-left: 0;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
}

.ttitolo-img {
  text-align: center;
  font-size: 12px;
  line-height: 11px;
}

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

.columns-2-box {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  flex-flow: row;
  justify-content: center;
  display: flex;
}

.our-mission-image-pof-albenga {
  border: 1px solid var(--orange);
  background-color: #f9bbc600;
  background-image: url('../images/PTOF-2025-2028.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0%;
  width: 300px;
  height: 430px;
  overflow: hidden;
}

.our-mission-image-progetto-albenga-copy {
  border: 1px solid var(--orange);
  background-color: #f9bbc600;
  background-image: url('../images/SNV_PubblicazioneRav-SV1A02500D.jpg'), url('../images/cop-educativo.jpg');
  background-position: 50%, 50%;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
  border-radius: 0%;
  width: 300px;
  height: 450px;
  overflow: hidden;
}

.section-progettazione-dudattica {
  margin-top: 48px;
  margin-bottom: 0;
  overflow: hidden;
}

.img-tre-giorni {
  background-color: var(--medium-aquamarine);
  background-image: url('../images/inserimento-in-tre-giorni.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  width: 300px;
  height: 300px;
  overflow: hidden;
}

.img-pro-ann {
  background-color: var(--medium-aquamarine);
  background-image: url('../images/cop-Annuale.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  width: 300px;
  height: 300px;
  overflow: hidden;
}

.img-inclusione {
  background-color: var(--medium-aquamarine);
  background-image: url('../images/cop-inclusione.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  width: 300px;
  height: 300px;
  overflow: hidden;
}

.img-pro-rel {
  background-color: var(--medium-aquamarine);
  background-image: url('../images/progetto-annuale-religione-23-24.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  width: 300px;
  height: 300px;
  overflow: hidden;
}

.paragrafo {
  color: var(--black);
  min-width: auto;
  min-height: auto;
  font-size: 1.25rem;
  line-height: 24px;
}

.text-span-21, .bold-text-4 {
  color: var(--dodger-blue);
}

.text-block-2 {
  max-height: none;
  margin-left: 12px;
}

.icon-orario {
  max-height: 40px;
}

.list-calendario {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.padding-section-plessi-orario {
  padding-top: 3.3rem;
  padding-bottom: 3.5rem;
}

._2-columns-grid-orario {
  grid-column-gap: 3.2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.5fr;
  grid-auto-flow: row;
  place-items: start stretch;
  width: 100%;
}

.inner-container-sx {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding: 0 20px 20px;
  display: block;
  position: relative;
}

.inner-container-dx {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  padding: 0 20px 20px;
  display: block;
  position: relative;
}

.list-item-orario {
  padding-top: 14px;
  padding-bottom: 14px;
}

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

.section-home-orario-infanzia {
  background-color: #fff;
  overflow: hidden;
}

.section-home-orario-primaria {
  background-color: var(--whigt);
  overflow: hidden;
}

.section-home-orario-primaria.fondo-azzurro {
  background-color: var(--alice-blue);
}

.list-rientri {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.list-item-rientro {
  padding-top: 1px;
  padding-bottom: 1px;
}

.text-block-classe {
  width: 20%;
  max-height: none;
  margin-left: 12px;
}

.text-block-giorno {
  max-height: none;
  margin-left: 0;
}

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

.testo-verde {
  color: var(--green);
}

.section-home-orario-medie {
  background-color: var(--whigt);
  overflow: hidden;
}

.section-home-orario-medie.fondo-azzurro {
  background-color: var(--alice-blue);
}

.section-home-openday-img {
  background-color: var(--whigt);
  display: block;
}

.card-calendario {
  background-color: var(--alice-blue);
  border: 1px solid #ebeef3;
  border-radius: 28px;
  margin-top: 0;
  padding: 0 2rem 2.4rem;
  box-shadow: 0 2px 7px #14142b0f;
}

.section-openday-primaria {
  background-color: var(--fondo-azzurro);
  display: block;
}

.section-openday-infanzia {
  background-color: var(--fondo-verde);
  display: block;
}

.sezione-open-primaria-copy {
  flex-direction: column;
  padding: 15px;
  display: flex;
}

._2-columns-grid-ricevimento-primaria {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.heading {
  margin-top: 14px;
}

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

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

@media screen and (min-width: 1440px) {
  .margin-bottom.margin-small {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .inner-container {
    margin-top: 0;
  }

  .inner-container.img-home {
    display: block;
  }

  .section-home-foto {
    margin-top: 0;
  }

  .subtitle.text-color-blue {
    margin-top: 32px;
  }

  ._2-columns-grid {
    grid-template-columns: 3fr 1.5fr;
  }

  .our-mission-image {
    width: 34rem;
    height: 34rem;
  }

  .our-story-image {
    width: 34rem;
  }

  .margin-bottom-educatori.margin-small, .margin-bottom-regolamento.margin-small, .margin-bottom-assenza.margin-small, .margin-bottom-menu.margin-small {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .image-infanzia, .image-primaria, .image-medie {
    width: 10rem;
    height: auto;
  }

  .margin-bottom-consigli.margin-small {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .our-mission-image-pof, .box-img-chi {
    width: 34rem;
    height: 34rem;
  }

  .box-img-storia {
    width: 34rem;
  }

  .img-menu {
    width: auto;
    height: auto;
  }

  .margin-bottom-iscrizione.margin-small {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .img-infanzia-orario {
    width: 34rem;
    height: 34rem;
  }

  .margin-bottom-orario02.margin-small {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  ._2-columns-grid-regolamento {
    grid-template-columns: 1fr .25fr;
  }

  .img-media-orario, .tab-consigli {
    width: auto;
    height: auto;
  }

  .padding-section-header-home {
    padding-top: 8.5rem;
  }

  ._2-columns-grid-ricevimento {
    grid-template-columns: 1fr .75fr;
  }

  .section-home-header {
    margin-top: 19px;
  }

  .inner-container-foto {
    margin-top: 0;
  }

  .margin-bottom-gallery.margin-small {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .box-open-date-infanzia, .box-open-date-primaria {
    margin-top: 0;
  }

  .our-mission-image-pof-albenga, .our-mission-image-progetto-albenga-copy {
    width: 34rem;
    height: 34rem;
  }

  .img-tre-giorni, .img-pro-ann, .img-inclusione, .img-pro-rel {
    width: 34rem;
  }

  ._2-columns-grid-orario {
    grid-template-columns: 1fr 3fr;
  }

  .inner-container-sx {
    margin-top: 0;
  }

  .inner-container-dx {
    width: 100%;
    margin-top: 0;
  }

  ._2-columns-grid-ricevimento-primaria {
    grid-template-columns: 1fr .75fr;
  }
}

@media screen and (min-width: 1920px) {
  .licenses-content-link {
    height: 25vh;
  }

  .inner-container {
    width: 100%;
  }

  .section-home-foto {
    margin-top: 0;
  }

  .main-grid-wrapper {
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30%;
  }

  .box-foto-home {
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15%;
  }

  .container-logo-scroll {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
  }

  .shape-wrapper.courses {
    width: 14%;
    margin-bottom: -3%;
    padding-top: 140px;
  }

  .shape-wrapper.why-us {
    width: 12%;
    margin-top: -5%;
    margin-right: -8%;
    padding-top: 140px;
  }

  .our-mission-image {
    width: 32rem;
    height: 32rem;
  }

  .image-infanzia, .image-primaria, .image-medie {
    width: 15rem;
    height: auto;
  }

  .our-mission-image-pof, .box-img-chi {
    width: 32rem;
    height: 32rem;
  }

  .img-menu {
    width: auto;
    max-width: 100%;
    height: auto;
  }

  .img-infanzia-orario {
    width: 32rem;
    height: 32rem;
  }

  .img-media-orario {
    width: auto;
    height: auto;
  }

  .tab-consigli {
    justify-content: center;
    width: auto;
    height: auto;
    display: flex;
  }

  .inner-container-menu {
    width: 100%;
  }

  .padding-section-header-home {
    margin-top: 0;
    padding-top: 8.1rem;
  }

  .section-home-header {
    margin-top: 53px;
  }

  .inner-container-foto {
    width: 100%;
  }

  .shape-wrapper-home.why-us {
    width: 12%;
    margin-top: -5%;
    margin-right: -8%;
    padding-top: 140px;
  }

  .box-open-date-infanzia, .box-open-date-primaria {
    width: 100%;
  }

  .our-mission-image-pof-albenga, .our-mission-image-progetto-albenga-copy {
    width: 32rem;
    height: 32rem;
  }

  ._2-columns-grid-orario {
    grid-column-gap: 3.2rem;
    grid-template-columns: .75fr 4fr;
  }

  .inner-container-sx, .inner-container-dx {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .styleguide-2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .styleguide-4-col {
    grid-template-columns: 1fr;
  }

  .hide-tablet {
    display: none;
  }

  .styleguide-section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .styleguide-3-col {
    grid-template-columns: 1fr;
  }

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

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

  .padding-global {
    width: 100%;
  }

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .styleguide-heading-medium {
    font-size: 3rem;
  }

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

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

  .styleguide-1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .licenses-image-component {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .list-blog-categories {
    justify-content: flex-start;
  }

  .blog-post-category-component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .title-component-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .inner-container {
    z-index: 1;
    width: auto;
    padding-left: 10px;
  }

  .blog-component-grid, .product-component-grid, .product-category-component, .hero-component-grid {
    grid-template-columns: 1fr;
  }

  .partners-container {
    border-left-style: none;
  }

  .logo-component-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .partners-component-grid {
    width: auto;
  }

  .logo-content {
    padding-left: 2.5rem;
    padding-right: 0;
  }

  .cart-button-wrapper {
    margin-right: 2.5rem;
  }

  .navbar {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .nav-link {
    font-size: 1.5rem;
    line-height: 1;
  }

  .hamburger-menu {
    border-radius: 10px;
    width: 2rem;
    height: 2rem;
  }

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

  .dropdown-link {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1;
  }

  .cart-quantity {
    font-weight: 400;
  }

  .header-nav-content {
    border-radius: 10px;
  }

  .dropdown-toggle {
    font-size: 1.5rem;
    line-height: 1;
  }

  .button-row.hidden-on-tablet {
    display: none;
  }

  .nav-menu-wrapper {
    background-color: #fff;
    border-top: 1px solid #81818b33;
    border-bottom: 1px solid #81818b33;
    width: 100%;
    height: 100vh;
    padding: 2rem 2.5rem;
  }

  .close-icon {
    font-family: Filled Icon, sans-serif;
  }

  .logo-link.w--current {
    transition-property: all;
  }

  .logo-link.w--current:hover {
    opacity: .6;
  }

  .empty-cart-content-wrapper {
    flex-direction: column;
  }

  .dropdown-card {
    padding: 20px;
    overflow: visible;
  }

  .dropdown-column-wrapper {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-color: #0000;
  }

  .dropdown-column-wrapper.w--open {
    color: #fff;
    background-color: #0000;
    padding-top: 20px;
    position: static;
    overflow: hidden;
  }

  .cart-form-wrapper {
    align-items: center;
  }

  .nav-list-item {
    margin-bottom: 12px;
  }

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

  .nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .dropdown-arrow {
    margin-left: 6px;
    font-size: 1.25rem;
  }

  .padding-section-header {
    padding-top: 7.5rem;
    padding-bottom: 2.9rem;
  }

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

  .teacher-component-grid, .popular-courses-component {
    grid-template-columns: 1fr;
  }

  .card-image-wrapper {
    height: 20rem;
  }

  .why-us-component-grid, .blog-header-component-grid, .title-grid {
    grid-template-columns: 1fr;
  }

  .blog-post-component-grid, .course-component-grid {
    grid-template-columns: 1fr 1fr;
  }

  .reviews-component-grid {
    grid-template-columns: 1fr;
  }

  .contact-form-block {
    padding: 4rem 2rem;
  }

  .link-wrapper {
    height: 4.5rem;
  }

  .footer-grid {
    grid-template-columns: auto auto;
  }

  .footer-top {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer-column {
    padding-right: 20px;
  }

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

  .footer-bottom {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

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

  .our-values-left {
    max-width: 400px;
  }

  .our-values-right {
    width: 500px;
  }

  .shape-wrapper.courses {
    width: 25%;
    padding-top: 20%;
  }

  .shape-wrapper.why-us, .shape-wrapper.bottom-left-circle {
    width: 20%;
    margin-top: -8%;
    padding-top: 20%;
  }

  .shape-wrapper.how-work {
    width: 25%;
    margin-left: -4%;
    padding-top: 25%;
  }

  .shape-wrapper.our-story {
    margin-right: -25%;
  }

  .shape-wrapper.right-mission {
    margin-left: -12%;
  }

  .shape-wrapper.team {
    width: 24%;
    margin-top: -12%;
    margin-right: -12%;
    padding-top: 18%;
  }

  .shape-wrapper.testimonials {
    width: 25%;
    margin-top: -15%;
    margin-right: -15%;
    padding-top: 20%;
  }

  .shape-flex {
    margin-top: 0;
  }

  .teacher-content-link {
    height: 28rem;
  }

  .left-gradient {
    display: none;
  }

  .course-work-component-grid {
    grid-column-gap: 6rem;
    grid-row-gap: 3.25rem;
    grid-template-columns: 1fr;
    grid-auto-rows: 730px;
  }

  .course-work-content {
    width: auto;
    height: auto;
  }

  .course-work-content-right {
    padding-top: 0;
  }

  .course-work-image-wrapper {
    width: auto;
    height: 40vw;
  }

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

  .lottie-menu {
    height: 2rem;
    min-height: 2rem;
  }

  .testimonial-component-grid {
    grid-template-columns: 1fr;
  }

  .contact-map {
    padding: 4rem 2rem;
  }

  .tassello-bianco {
    height: 4.5rem;
  }

  .styleguide-plessi {
    grid-template-columns: 1fr;
  }

  .link-plessi {
    height: 4.5rem;
  }

  .margin-bottom-educatori, .margin-bottom-regolamento, .margin-bottom-assenza, .margin-bottom-menu {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .image-infanzia {
    vertical-align: middle;
    background-image: none;
    width: 70%;
    max-width: none;
    height: auto;
    display: inline-block;
  }

  .image-primaria, .image-medie {
    background-image: none;
    width: 70%;
    max-width: none;
    height: auto;
  }

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

  .tassello-scuro-link {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-home-openday {
    width: auto;
    padding-bottom: 0;
  }

  .card-bunner-02 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

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

  .inner-container-center {
    justify-content: center;
    padding-top: 46px;
    display: flex;
  }

  .margin-top-tassello-oraroio {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .img-menu {
    width: auto;
    min-width: 400px;
    height: auto;
  }

  .bunner-iscrizione {
    margin-top: -2px;
  }

  .link-iscrizione {
    height: 4.5rem;
  }

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

  .img-infanzia-orario {
    background-image: none;
    width: auto;
    height: auto;
  }

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

  ._2-columns-grid-regolamento {
    grid-template-columns: 1fr;
  }

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

  .img-media-orario {
    background-image: none;
    width: auto;
    height: auto;
  }

  .tab-consigli {
    background-image: none;
    flex-direction: row;
    width: auto;
    height: auto;
    display: flex;
  }

  .tab-box-titolo {
    flex-direction: column;
    margin-bottom: 10px;
    display: flex;
  }

  .tab-box-titolo.w--current {
    flex-direction: column;
    width: auto;
    margin-bottom: 10px;
    display: flex;
  }

  .tabs-menu {
    text-align: left;
    flex-direction: row;
    width: auto;
    display: flex;
  }

  .title-component-grid-orario {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .tabs {
    width: auto;
  }

  .heading-style-titolo {
    font-size: 14px;
  }

  .container-large-menu {
    max-width: none;
  }

  .inner-container-menu {
    width: auto;
  }

  .padding-section-header-home {
    padding-top: 3.6rem;
    padding-bottom: 2.9rem;
  }

  ._2-columns-grid-ricevimento {
    grid-template-columns: 1fr;
  }

  .inner-container-foto {
    z-index: 1;
    width: auto;
  }

  .padding-consiglio {
    width: 100%;
  }

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

  .shape-wrapper-home.why-us {
    width: 20%;
    margin-top: -8%;
    padding-top: 20%;
  }

  .box-open-blocco.fondo-verde {
    background-color: var(--green);
  }

  .titolo-open {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .box-open-date-infanzia, .box-open-date-primaria {
    z-index: 1;
    grid-template-columns: 1fr;
    width: auto;
    padding-left: 10px;
  }

  .box-locandina {
    width: 305px;
    height: 450px;
  }

  .margin-top-tassello-menualbenga {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top-tassello-menualbenga.margin-medium {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .column-3 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .tassello-grigio {
    height: 4.5rem;
  }

  .link-doc {
    margin-right: 12px;
  }

  .column-4.fondo-e-bordo {
    display: flex;
  }

  .box-doc {
    flex-flow: column;
  }

  .container-large-xl {
    align-items: center;
    max-width: 100%;
  }

  .padding-global-xl {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .click-per-scaricare {
    text-align: center;
    font-size: 12px;
    font-weight: 700;
  }

  .ttitolo-img {
    font-size: 14px;
    line-height: 14px;
  }

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

  .columns-2-box {
    flex-flow: row;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .paragrafo {
    line-height: 24px;
  }

  ._2-columns-grid-orario {
    grid-template-columns: 1fr;
  }

  .inner-container-sx, .inner-container-dx {
    z-index: 1;
    width: auto;
    padding-left: 10px;
  }

  .section-home-openday-img {
    width: auto;
    padding-bottom: 0;
  }

  .section-openday-primaria {
    background-color: var(--fondo-azzurro);
    width: auto;
    padding-bottom: 0;
  }

  .section-openday-infanzia {
    background-color: var(--fondo-verde);
    width: auto;
    padding-bottom: 0;
  }

  ._2-columns-grid-ricevimento-primaria {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .padding-xxlarge {
    padding: 3rem;
  }

  .styleguide-section-header {
    font-size: .875rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .container-large {
    max-width: 90%;
  }

  .styleguide-heading-large {
    font-size: 3rem;
  }

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

  .hide-mobile-landscape {
    display: none;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-style-h2 {
    font-size: 2.5rem;
  }

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

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

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

  .max-width-medium {
    width: 90%;
  }

  .max-width-medium.sticky {
    padding-top: 0;
  }

  .padding-global {
    padding: 0 0 2.5rem;
  }

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

  .margin-top {
    margin-bottom: 3rem;
    margin-left: 0;
    margin-right: 0;
  }

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

  .padding-top.padding-xxhuge {
    padding-top: 10rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .styleguide-heading-medium {
    font-size: 2rem;
  }

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

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .padding-section-large {
    padding: 1.3rem 0 6rem;
  }

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

  .container-small {
    padding-top: 15px;
  }

  .heading-style-h1 {
    font-size: 3rem;
  }

  .instructions-content-wrapper {
    padding: 4rem 2.5rem;
  }

  .text-rich-text h2 {
    font-size: 2.8rem;
  }

  .text-rich-text h1 {
    font-size: 3.5rem;
  }

  .licenses-content-wrapper {
    padding: 4rem 2.5rem;
  }

  .licenses-image-component {
    grid-template-columns: 1fr 1fr;
  }

  .changelog-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .blog-post-category-component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .title-component-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .inner-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border: 1px #000;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .hero-component-grid {
    grid-template-columns: 1fr;
  }

  .section-home-logo-scroll {
    padding-top: 4rem;
  }

  .logo-content {
    padding-left: 1.25rem;
  }

  .navbar {
    margin-bottom: 46px;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .button-row.hidden-on-tablet, .nav-menu-wrapper {
    display: none;
  }

  .padding-section-header {
    margin-top: 17px;
    padding-top: 7.7rem;
    padding-bottom: 0;
  }

  .button-wrapper {
    margin-top: 22px;
  }

  .teacher-component-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .popular-courses-component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .card-image-wrapper {
    height: 18rem;
  }

  .why-us-component-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .numbers-component-grid {
    grid-template-columns: 1fr 1fr;
  }

  .blog-header-component-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .sidebar-content-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .blog-post-component-grid {
    grid-template-columns: 1fr;
  }

  .author-content-wrapper {
    width: 100%;
  }

  .course-component-grid {
    grid-template-columns: 1fr;
  }

  .link-wrapper {
    height: 4.5rem;
  }

  .contact-links {
    flex-direction: column;
    align-items: center;
  }

  .footer-grid {
    grid-template-columns: auto;
  }

  .footer-top {
    margin-bottom: 60px;
  }

  .form-wrapper {
    width: 100%;
  }

  .footer-column {
    align-items: stretch;
  }

  .padding-footer {
    padding-top: 6rem;
  }

  .faq-question-wrap {
    padding-left: 28px;
    padding-right: 28px;
  }

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

  .our-values-left {
    max-width: none;
    margin-bottom: 3rem;
    position: static;
    top: 100px;
  }

  .our-values-right {
    width: auto;
  }

  .values-component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
  }

  .shape-wrapper.courses {
    width: 25%;
    padding-top: 20%;
  }

  .shape-wrapper.why-us {
    width: 25%;
    margin-top: -10%;
    margin-right: -5%;
    padding-top: 25%;
  }

  .shape-wrapper.bottom-left-circle {
    width: 25%;
    margin-top: -15%;
    padding-top: 25%;
  }

  .shape-wrapper.how-work {
    margin-left: -2%;
  }

  .shape-wrapper.our-story {
    width: 35%;
    margin-right: -5%;
    padding-top: 35%;
    display: none;
  }

  .shape-wrapper.right-mission {
    width: 35%;
    margin-left: -8%;
    padding-top: 25%;
  }

  .shape-wrapper.team {
    width: 35%;
    margin-top: -15%;
    margin-right: -15%;
    padding-top: 25%;
  }

  .shape-flex {
    margin-top: 0;
  }

  .relative-position {
    padding: 30px;
  }

  .our-story-image {
    border-top-left-radius: 40%;
  }

  .teacher-content-grid {
    grid-template-columns: 1fr;
  }

  .teacher-content-link.home {
    height: 32rem;
  }

  .course-work-component-grid {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

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

  .course-work-number-wrapper {
    width: 5rem;
    height: 5rem;
  }

  .course-work-image-wrapper {
    border-top-right-radius: 40%;
    width: auto;
    height: 300px;
  }

  .heading-large {
    text-align: center;
    padding-left: 31px;
    padding-right: 31px;
    font-size: 2.5rem;
  }

  .teacher-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

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

  .footer-comging-soon-grid {
    grid-template-columns: 1fr;
  }

  .tassello-bianco {
    height: 4.5rem;
  }

  .tassello-privacy {
    padding-left: 28px;
    padding-right: 28px;
  }

  .padding-section-plessi {
    padding: 6rem 46px 6rem 48px;
  }

  .link-plessi {
    height: 4.5rem;
  }

  .margin-bottom-educatori, .margin-bottom-regolamento, .margin-bottom-assenza, .margin-bottom-menu {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .image-infanzia {
    vertical-align: middle;
    background-image: none;
    width: 50%;
    max-width: none;
    height: auto;
  }

  .image-primaria, .image-medie {
    background-image: none;
    width: 50%;
    max-width: none;
    height: auto;
  }

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

  .tassello-scuro-link {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .logo-infanzia, .logo-medie {
    width: 5rem;
    height: 5rem;
  }

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

  .inner-container-center {
    justify-content: center;
    padding-top: 34px;
    display: flex;
  }

  .our-mission-image-pof {
    margin-left: 79px;
  }

  .box-img-storia {
    border-radius: 0;
    width: 80vw;
    height: 80vw;
  }

  .padding-section-header-chi {
    padding-top: 10rem;
  }

  .padding-global-cchi {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-orario {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .margin-top-tassello-oraroio {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .orologio {
    margin-bottom: 29px;
  }

  .img-menu {
    width: auto;
    min-width: auto;
    height: auto;
  }

  .padding-section-large-01 {
    margin-top: 0;
    padding-top: 2.3rem;
    padding-bottom: 6rem;
  }

  .padding-section-large-02 {
    padding-top: 6rem;
    padding-bottom: 0;
  }

  .link-iscrizione {
    height: 4.5rem;
  }

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

  .padding-section-header-copy {
    padding-top: 10rem;
  }

  .img-infanzia-orario {
    background-image: none;
    width: auto;
    height: auto;
  }

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

  ._2-columns-grid-regolamento {
    grid-template-columns: 1fr;
  }

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

  .img-media-orario, .tab-consigli {
    background-image: none;
    width: auto;
    height: auto;
  }

  .tab-box-titolo {
    width: 80%;
  }

  .tab-box-titolo.w--current {
    justify-content: flex-start;
    width: 80%;
    margin-bottom: 0;
  }

  .tabs-menu {
    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;
    width: auto;
    display: flex;
  }

  .title-component-grid-orario {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .heading-style-titolo {
    font-size: 1.125rem;
  }

  .container-large-menu {
    max-width: none;
  }

  .padding-section-header-menu {
    padding-top: 10rem;
  }

  .padding-section-header-home {
    padding-top: 6.4rem;
  }

  .padding-section-large-chi {
    padding-top: 0;
    padding-bottom: 6rem;
  }

  .padding-section-large-privacy {
    padding-top: 10rem;
    padding-bottom: 6rem;
  }

  ._2-columns-grid-ricevimento {
    grid-template-columns: 1fr;
  }

  .section-home-header {
    margin-top: 154px;
  }

  .inner-container-foto {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-consiglio {
    padding: 0;
  }

  .padding-section-large-consiglio {
    padding-top: 1.3rem;
    padding-bottom: 6rem;
  }

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

  .padding-section-header-plesso {
    padding-top: 10rem;
  }

  .shape-wrapper-home.why-us {
    width: 25%;
    margin-top: -10%;
    margin-right: -5%;
    padding-top: 25%;
  }

  .max-width-medium-plessi {
    width: 90%;
  }

  .box-scuola-open {
    grid-template-columns: 1fr;
    display: flex;
  }

  .box-open-blocco.fondo-verde {
    background-color: var(--medium-aquamarine);
    margin-bottom: 20px;
  }

  .titolo-open {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .sezione-open-infanzia, .sezione-open-primaria {
    padding-top: 1.3rem;
    padding-bottom: 6rem;
  }

  .logo-primaria {
    width: 5rem;
    height: 5rem;
  }

  .box-open-date-infanzia, .box-open-date-primaria {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .sezione-iscrizione-infanzia {
    padding-top: 1.3rem;
    padding-bottom: 6rem;
  }

  .box-locandina {
    width: 350px;
    height: 500px;
  }

  .margin-top-tassello-menualbenga {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .column-3 {
    flex-flow: column;
    align-items: center;
    margin-top: 33px;
  }

  .tassello-grigio {
    height: 4.5rem;
  }

  .main-button-regolamento {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .padding-global-xl {
    padding: 0;
  }

  .our-mission-image-pof-albenga, .our-mission-image-progetto-albenga-copy {
    margin-left: 79px;
  }

  .img-tre-giorni, .img-pro-ann {
    border-top-left-radius: 0%;
  }

  .img-inclusione {
    border-top-left-radius: 0%;
    width: 100%;
    height: 400px;
    position: static;
  }

  .img-pro-rel {
    border-top-left-radius: 0%;
  }

  .padding-section-plessi-orario {
    padding: 0 46px 0 48px;
  }

  ._2-columns-grid-orario {
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
  }

  .inner-container-sx, .inner-container-dx {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border: 1px #000;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .section-openday-primaria {
    background-color: var(--fondo-azzurro);
  }

  .section-openday-infanzia {
    background-color: var(--fondo-verde);
  }

  .sezione-open-primaria-copy {
    padding-top: 1.3rem;
    padding-bottom: 6rem;
  }

  ._2-columns-grid-ricevimento-primaria {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .heading-style-h4 {
    margin-top: 25px;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 1.6rem;
  }

  .text-size-small {
    color: var(--dodger-blue);
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .text-size-regular {
    font-size: .8rem;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .container-large {
    max-width: none;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-style-h2 {
    margin-top: 0;
    font-size: 2.25rem;
  }

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

  .heading-style-h3 {
    font-size: 1.7rem;
  }

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

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

  .max-width-medium {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .padding-global {
    margin-top: 0;
    padding-left: .5rem;
    padding-right: .5rem;
  }

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

  .margin-top.margin-small {
    margin-top: 0;
    display: block;
  }

  .margin-top.margin-xlarge {
    margin-top: 6.5rem;
  }

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .heading-style-h6 {
    margin-top: 1px;
    margin-bottom: 19px;
  }

  .padding-section-large {
    margin-top: 7px;
    padding: 0 0;
  }

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

  .margin-bottom.margin-huge {
    margin-bottom: 3.7rem;
  }

  .heading-style-h5 {
    text-align: center;
    font-size: 1.4rem;
    display: inline;
  }

  .heading-style-h1 {
    font-size: 2.75rem;
  }

  .checkout-header-block, .checkout-content-block {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .instructions-content-wrapper {
    padding: 3rem 1.5rem;
  }

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

  .text-rich-text h4 {
    font-size: 1.6rem;
  }

  .text-rich-text h3 {
    font-size: 1.8rem;
  }

  .text-rich-text h2 {
    font-size: 2rem;
  }

  .text-rich-text h5 {
    font-size: 1.2rem;
  }

  .text-rich-text h1 {
    font-size: 2.5rem;
  }

  .licenses-content-wrapper {
    padding: 3rem 1.5rem;
  }

  .licenses-image-component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .licenses-content-link {
    height: 40vh;
  }

  .title-component-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: .25fr;
    grid-auto-flow: column;
    place-items: start stretch;
    display: block;
  }

  .inner-container {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 2px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .product-content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .section-home-foto {
    display: none;
  }

  .main-grid-wrapper {
    padding-top: 40%;
  }

  .partner-logo {
    height: 1.5rem;
  }

  .partner-logo.facebook {
    height: 1.25rem;
  }

  .partners-component-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .section-home-logo-scroll {
    padding-bottom: 6rem;
  }

  .header-content-wrapper {
    flex: 1;
  }

  .cart-button-wrapper {
    margin-right: 2rem;
  }

  .navbar {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .header-right-side {
    margin-right: 20px;
  }

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

  .nav-menu-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .logo-link {
    padding-left: 0;
    font-size: 1.4rem;
  }

  .nav-list-item {
    text-align: left;
    width: 100%;
  }

  .nav-list-item.center {
    margin-bottom: 29px;
  }

  .nav-menu-list {
    line-height: 30px;
  }

  .dropdown-arrow {
    font-size: 1rem;
  }

  .padding-section-header {
    padding-top: 6.7rem;
    padding-bottom: 0;
  }

  .button-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: center;
  }

  .lightbox-link-button {
    max-width: 13rem;
  }

  .play-button-wrapper {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .play-wrapper {
    width: 50px;
    height: 50px;
    margin-right: 14px;
  }

  .play-icon {
    height: 18px;
  }

  .teacher-component-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .section-didattica-header {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .subtitle.text-color-blue {
    margin-top: 0;
  }

  .subtitle.hero {
    margin-left: 4px;
  }

  .card-image-wrapper {
    height: 14rem;
  }

  .card-image-wrapper.large {
    height: 16rem;
  }

  .card {
    padding-left: .9rem;
    padding-right: .9rem;
  }

  .number {
    font-size: 2.5rem;
  }

  .sidebar-content-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .author-content-wrapper, .card-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .contact-form-block {
    margin-bottom: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .link-wrapper {
    height: 3.5rem;
  }

  .link-wrapper.contact-item {
    width: 100%;
  }

  .utility-icon {
    font-size: 8rem;
  }

  .footer-title-button {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .footer-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .footer-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 90%;
  }

  .footer-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-column {
    padding-right: 0;
  }

  .footer-bottom {
    text-align: center;
    flex-direction: column;
  }

  .faq-question-wrap {
    padding-left: 28px;
    padding-right: 28px;
  }

  ._2-columns-grid {
    grid-row-gap: 0rem;
    width: auto;
  }

  .values-component {
    align-items: center;
  }

  .value-icon {
    font-size: 3.5rem;
  }

  .shape-wrapper.courses {
    width: 40%;
    margin-bottom: -8%;
    margin-right: -20%;
    padding-top: 30%;
  }

  .shape-wrapper.why-us {
    width: 40%;
    margin-top: -14%;
    margin-right: -8%;
    padding-top: 40%;
  }

  .shape-wrapper.bottom-left-circle {
    width: 40%;
    margin-top: -30%;
    margin-left: -5%;
    padding-top: 40%;
  }

  .shape-wrapper.how-work {
    width: 40%;
    margin-top: -20%;
    margin-left: -4%;
    padding-top: 40%;
  }

  .shape-wrapper.our-story {
    margin-bottom: -20%;
    display: none;
  }

  .shape-wrapper.right-mission {
    margin-left: -5%;
  }

  .shape-wrapper.team {
    width: 40%;
    margin-top: -25%;
    margin-right: -20%;
    padding-top: 30%;
  }

  .shape-wrapper.testimonials {
    width: 40%;
    margin-top: -20%;
    margin-right: -20%;
    padding-top: 30%;
  }

  .shape-flex {
    margin-top: 0;
  }

  .relative-position {
    padding-bottom: 0;
    padding-left: 8px;
    padding-right: 8px;
    display: block;
  }

  .our-mission-image {
    width: 90vw;
    height: 90vw;
  }

  .our-story-image {
    border-top-left-radius: 0%;
    width: 90vw;
    height: 90vw;
  }

  .teacher-content-link {
    height: 24rem;
  }

  .teacher-content-link.home {
    height: 22rem;
  }

  .teacher-content-wrapper {
    padding: 1.5rem 1.25rem;
  }

  .course-work-component-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-auto-rows: 364px;
  }

  .course-work-item-grid {
    text-align: center;
    grid-template-columns: 1fr;
    place-items: center;
    margin-top: 30px;
  }

  .course-work-number-wrapper {
    width: 4.5rem;
    height: 4.5rem;
  }

  .course-work-image-wrapper {
    width: 60vw;
    height: 30vh;
  }

  .heading-large {
    margin-bottom: 0;
    font-size: 2.5rem;
  }

  .course-work-number {
    font-size: 1.4rem;
  }

  .shape-04.background-color-blue.above {
    top: 25px;
  }

  .shape-05.background-color-blue.above, .shape-05.background-color-yellow.above {
    top: 30px;
  }

  .coming-soon-form {
    flex-direction: column;
  }

  .preloading-logo {
    width: 7rem;
  }

  .contact-map {
    margin-bottom: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .tassello-bianco {
    height: 3.5rem;
  }

  .tassello-bianco.contact-item {
    width: 100%;
  }

  .tassello-privacy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .padding-section-plessi {
    padding: 2.8rem 0 2.9rem;
  }

  .link-plessi {
    height: 3.5rem;
  }

  .link-plessi.contact-item {
    width: 100%;
  }

  .margin-bottom-educatori, .margin-bottom-regolamento, .margin-bottom-assenza, .margin-bottom-menu {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .image-infanzia {
    background-image: none;
    width: 80%;
    max-width: none;
    height: auto;
  }

  .image-primaria {
    background-image: none;
    width: 100%;
    max-width: none;
    height: auto;
  }

  .image-medie {
    background-image: none;
    width: 80%;
    max-width: none;
    height: auto;
  }

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

  .tassello-scuro-link {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .logo-infanzia, .logo-medie {
    width: 4.5rem;
    height: 4.5rem;
  }

  .card-bunner-01 {
    flex-flow: column;
    margin-top: 12px;
    padding: .7rem .6rem .8rem;
    display: flex;
  }

  .card-bunner-02 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .card-bunner-03 {
    margin-top: 47px;
    padding-top: 10px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .card-bunner-04 {
    margin-top: 26px;
  }

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

  .text-size-regular-center {
    margin-bottom: 5px;
  }

  .text-size-small-privacy {
    margin-top: 32px;
    margin-left: 0;
  }

  .inner-container-center {
    justify-content: center;
    margin-top: 0;
    padding-top: 29px;
    display: flex;
  }

  .our-mission-image-pof {
    width: 80vw;
    height: 90vw;
    margin-left: 0;
  }

  .box-img-chi {
    width: 240px;
    height: 110vw;
  }

  .box-img-storia {
    border-top-left-radius: 0%;
    width: 85vw;
    height: 90vw;
  }

  .padding-section-header-chi {
    margin-top: 86px;
    padding-top: 3.6rem;
    padding-bottom: 0;
  }

  .padding-global-cchi {
    margin-top: 24px;
  }

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

  .card-orario {
    background-color: var(--orange);
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-top-tassello-oraroio {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top-tassello-oraroio.margin-medium {
    background-color: var(--orange);
    border-radius: 17px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-orario {
    margin-top: 24px;
    font-size: 12px;
    font-weight: 700;
  }

  .column {
    justify-content: center;
    margin-top: 17px;
    display: flex;
  }

  .img-menu {
    width: auto;
    min-width: auto;
    height: auto;
  }

  .padding-section-large-01 {
    padding-top: 0;
    padding-bottom: 2.6rem;
  }

  .padding-section-large-02 {
    padding-top: 2.8rem;
    padding-bottom: 0;
  }

  .bunner-iscrizione {
    padding-left: 0;
    padding-right: 0;
  }

  .link-iscrizione {
    height: 3.5rem;
  }

  .link-iscrizione.contact-item {
    text-align: left;
    justify-content: center;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .img-plesso-infanzia {
    max-width: none;
  }

  .padding-section-header-copy {
    padding-top: 6.6rem;
    padding-bottom: 0;
  }

  .img-infanzia-orario {
    background-image: none;
    width: auto;
    height: auto;
  }

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

  ._2-columns-grid-regolamento {
    grid-row-gap: 0rem;
  }

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

  .img-plesso-medie {
    max-width: none;
  }

  .img-media-orario, .tab-consigli {
    background-image: none;
    width: auto;
    height: auto;
  }

  .tab-box-titolo {
    text-align: center;
    width: 80%;
    margin-top: 3px;
    margin-bottom: 0;
  }

  .tab-box-titolo.w--current {
    width: 80%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .tabs-menu {
    text-align: center;
    width: auto;
  }

  .table_cell {
    padding-left: 0;
    padding-right: 10px;
  }

  .table_row {
    border-bottom: 2px solid var(--orange);
  }

  .table_header {
    padding-left: 0;
  }

  .div-block {
    width: auto;
  }

  .inner-container-table {
    width: auto;
    margin-bottom: 37px;
  }

  .container-large-consigli {
    margin-top: 0;
  }

  .container-large-menu {
    max-width: none;
    margin-top: 0;
  }

  .inner-container-menu {
    margin-bottom: 37px;
  }

  .padding-section-header-menu {
    padding-top: 6.6rem;
    padding-bottom: 0;
  }

  .padding-section-header-home {
    padding-top: 2.2rem;
    padding-bottom: 0;
  }

  .padding-section-large-chi {
    padding-top: 0;
    padding-bottom: 2.6rem;
  }

  .padding-section-large-privacy {
    padding-top: 7.2rem;
    padding-bottom: 2.6rem;
  }

  ._2-columns-grid-ricevimento {
    grid-row-gap: 0rem;
  }

  .section-home-header {
    margin-top: 96px;
  }

  .inner-container-foto {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-top: 113px;
    margin-bottom: 2px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .padding-consiglio {
    margin-top: -1px;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .container-consiglio {
    max-width: none;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-large-consiglio {
    margin-top: 58px;
    padding: 0 0 2.6rem;
  }

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

  .padding-section-header-plesso {
    justify-content: center;
    align-items: center;
    padding-top: 6.6rem;
    padding-bottom: 0;
  }

  .shape-wrapper-home.why-us {
    width: 40%;
    margin-top: -14%;
    margin-right: -8%;
    padding-top: 40%;
  }

  .container-large-plessi {
    justify-content: center;
    align-items: center;
    max-width: none;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .max-width-medium-plessi {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .list-orari {
    padding-left: 10px;
  }

  .box-scuola-open {
    text-align: center;
    grid-template-columns: 1fr;
    justify-content: center;
    place-items: center;
    margin-top: 0;
  }

  .box-open-blocco.fondo-blu {
    padding: 10px;
  }

  .box-open-blocco.fondo-verde {
    background-color: var(--medium-aquamarine);
    margin-bottom: -11px;
    padding: 11px;
  }

  .titolo-open {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .titolo-open.margin-huge {
    margin-bottom: 2rem;
  }

  .sezione-open-infanzia {
    margin-top: 7px;
    padding: 0 0 2.6rem;
  }

  .sezione-open-primaria {
    margin-top: 0;
    padding: 0 0 2.6rem;
  }

  .logo-primaria {
    width: 4.5rem;
    height: 4.5rem;
  }

  .box-open-date-infanzia, .box-open-date-primaria {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-bottom: 2px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .sezione-iscrizione-infanzia {
    margin-top: 7px;
    padding: 0 0 2.6rem;
  }

  .box-locandina {
    width: 250px;
    height: 350px;
  }

  .card-orario-albenga {
    background-color: var(--orange);
    padding: 20px 15px 0;
  }

  .card-mensa-albenga {
    background-color: var(--orange);
    padding: .9rem 10px 10px;
  }

  .margin-top-tassello-menualbenga {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top-tassello-menualbenga.margin-medium {
    background-color: var(--whigt);
    border-radius: 17px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-3 {
    width: 100%;
    margin-top: -24px;
    padding-left: 0;
    padding-right: 0;
  }

  .tassello-grigio {
    height: 3.5rem;
  }

  .tassello-grigio.contact-item {
    width: 100%;
  }

  .card-regolamento-albenga {
    background-color: var(--azzruro-ligth);
    padding: 20px 15px;
  }

  .link-social:hover {
    filter: drop-shadow(0 2px 5px #000000b3);
  }

  .link-doc {
    justify-content: center;
    margin-right: 0;
    display: flex;
  }

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

  .column-4.fondo-e-bordo {
    background-color: var(--color);
    border-radius: 20px;
    margin-top: 32px;
    padding: 25px 10px;
  }

  .box-doc {
    flex-flow: column;
    width: auto;
  }

  .container-large-xl {
    max-width: none;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-global-xl {
    margin-top: 24px;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .click-per-scaricare {
    margin-top: 0;
    padding-top: 0;
    font-size: .8rem;
  }

  .ttitolo-img {
    margin-bottom: 0;
  }

  .column-5.align-center {
    margin-top: 15px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .columns-2-box {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-flow: column;
    width: 100%;
  }

  .our-mission-image-pof-albenga, .our-mission-image-progetto-albenga-copy {
    width: 80vw;
    height: 120vw;
    margin-left: 0;
  }

  .columns-3 {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .section-progettazione-dudattica {
    margin-top: 0;
  }

  .img-tre-giorni, .img-pro-ann, .img-inclusione, .img-pro-rel {
    border-top-left-radius: 0%;
    width: 90vw;
    height: 90vw;
  }

  .padding-section-plessi-orario {
    padding: 2.8rem 0 2.9rem;
  }

  ._2-columns-grid-orario {
    grid-row-gap: 0rem;
    width: auto;
  }

  .inner-container-sx, .inner-container-dx {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 2px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .list-rientri {
    align-self: flex-start;
  }

  .list-item-rientro {
    flex-flow: column;
    display: block;
  }

  .text-block-classe {
    width: 100%;
    margin-left: 0;
  }

  .text-block-giorno {
    margin-bottom: 12px;
  }

  .div-block-rientro {
    flex-flow: column;
  }

  .card-calendario {
    flex-flow: column;
    margin-top: 12px;
    padding: .7rem .6rem .8rem;
    display: flex;
  }

  .section-openday-primaria {
    background-color: var(--fondo-azzurro);
  }

  .section-openday-infanzia {
    background-color: var(--fondo-verde);
  }

  .sezione-open-primaria-copy {
    margin-top: 0;
    padding: 0 0 2.6rem;
  }

  ._2-columns-grid-ricevimento-primaria {
    grid-row-gap: 0rem;
  }
}

#w-node-_8005b23c-4d56-ec65-7d45-33e1074d4ef2-373f9549 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_8005b23c-4d56-ec65-7d45-33e1074d4ef9-373f9549 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: end;
}

#w-node-cf9d5aa9-7efd-5c45-40c1-f481b1b95a1f-373f9549 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_65e33f4a-2e26-caa6-7386-2b74d86c09b5-373f9549 {
  justify-self: center;
}

#w-node-_65e33f4a-2e26-caa6-7386-2b74d86c09b6-373f9549 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_65e33f4a-2e26-caa6-7386-2b74d86c09c9-373f9549 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d5f407d-6ef8-6b6a-2d36-8f73e8840105-373f9549 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_9d5f407d-6ef8-6b6a-2d36-8f73e8840108-373f9549 {
  justify-self: center;
}

#w-node-_9d5f407d-6ef8-6b6a-2d36-8f73e8840109-373f9549 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_9d5f407d-6ef8-6b6a-2d36-8f73e8840117-373f9549 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a2ba899d-4905-67d9-c6f0-46fa6b11efae-373f9549 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a2ba899d-4905-67d9-c6f0-46fa6b11efb0-373f9549 {
  justify-self: center;
}

#w-node-a2ba899d-4905-67d9-c6f0-46fa6b11efb1-373f9549 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-a2ba899d-4905-67d9-c6f0-46fa6b11efbf-373f9549 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a2ba899d-4905-67d9-c6f0-46fa6b11efc3-373f9549, #w-node-a2ba899d-4905-67d9-c6f0-46fa6b11efd0-373f9549 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a2ba899d-4905-67d9-c6f0-46fa6b11efd2-373f9549 {
  justify-self: center;
}

#w-node-a2ba899d-4905-67d9-c6f0-46fa6b11efd3-373f9549 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-a2ba899d-4905-67d9-c6f0-46fa6b11efe1-373f9549 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_181c3f21-767f-0744-36ff-7a308934e80e-373f9549 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_181c3f21-767f-0744-36ff-7a308934e810-373f9549 {
  justify-self: center;
}

#w-node-_181c3f21-767f-0744-36ff-7a308934e811-373f9549 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_181c3f21-767f-0744-36ff-7a308934e81c-373f9549 {
  justify-self: center;
}

#w-node-_181c3f21-767f-0744-36ff-7a308934e81d-373f9549, #w-node-_181c3f21-767f-0744-36ff-7a308934e828-373f9549 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_181c3f21-767f-0744-36ff-7a308934e82c-373f9549 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_181c3f21-767f-0744-36ff-7a308934e830-373f9549 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_181c3f21-767f-0744-36ff-7a308934e83a-373f9549 {
  justify-self: center;
}

#w-node-_181c3f21-767f-0744-36ff-7a308934e83b-373f9549 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_181c3f21-767f-0744-36ff-7a308934e842-373f9549 {
  justify-self: center;
}

#w-node-_181c3f21-767f-0744-36ff-7a308934e843-373f9549, #w-node-_181c3f21-767f-0744-36ff-7a308934e84e-373f9549 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_181c3f21-767f-0744-36ff-7a308934e851-373f9549 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_6ace64f7-8297-8dfb-e470-8c3daed6d87b-373f9549 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_6ace64f7-8297-8dfb-e470-8c3daed6d87d-373f9549 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2a1bbd00-807f-fbf5-0d88-fcaed67f2278-373f9549 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_2a1bbd00-807f-fbf5-0d88-fcaed67f227a-373f9549 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6af191e9-f977-090a-0430-b34b6f528ad1-373f9549 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_6af191e9-f977-090a-0430-b34b6f528ad3-373f9549 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f2392061-23cf-0fcc-e366-7ff24051e6e3-373f9549, #w-node-f2392061-23cf-0fcc-e366-7ff24051e6eb-373f9549 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66146d1b-f3a6-12ee-cc52-be681d2938c5-373f9549 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_66146d1b-f3a6-12ee-cc52-be681d2938c7-373f9549 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_66146d1b-f3a6-12ee-cc52-be681d2938c9-373f9549 {
  grid-area: 1 / 7 / 2 / 9;
}

#w-node-_66146d1b-f3a6-12ee-cc52-be681d2938cb-373f9549 {
  grid-area: 1 / 9 / 2 / 11;
}

#w-node-_583b120d-e872-dd99-5494-637bca90fd5a-373f9549 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_0eb47bc8-e178-5c93-cb0a-0388189abb31-373f9549 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_42ed132c-2f99-5f8d-fd97-53cb25fa4bcf-373f9549 {
  grid-area: span 3 / span 1 / span 3 / span 1;
  justify-self: auto;
}

#w-node-_42ed132c-2f99-5f8d-fd97-53cb25fa4c0a-373f9549 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-_52a48bc6-850f-39e7-8a0e-a8afad38b93b-373f9549, #w-node-_42ed132c-2f99-5f8d-fd97-53cb25fa4c13-373f9549 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_7d21f631-2c4a-7b97-4817-4e3c9bcccf3b-373f9558 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_7d21f631-2c4a-7b97-4817-4e3c9bcccf3f-373f9558 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_2c503e5e-4c8c-66ee-14a7-9e79c9776d0a-373f9558 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_2c503e5e-4c8c-66ee-14a7-9e79c9776d0c-373f9558 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_2c503e5e-4c8c-66ee-14a7-9e79c9776d0e-373f9558 {
  grid-area: 1 / 7 / 2 / 9;
}

#w-node-_2c503e5e-4c8c-66ee-14a7-9e79c9776d11-373f9558 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_2c503e5e-4c8c-66ee-14a7-9e79c9776d13-373f9558 {
  grid-area: 1 / 7 / 2 / 9;
}

#w-node-_2c503e5e-4c8c-66ee-14a7-9e79c9776d15-373f9558 {
  grid-area: 1 / 6 / 2 / 7;
}

#w-node-_2c503e5e-4c8c-66ee-14a7-9e79c9776d17-373f9558 {
  grid-area: 1 / 9 / 2 / 11;
}

#w-node-a23b5400-a25a-add0-a890-6d8ace2fcd44-373f9558, #w-node-_6f669dbd-c1f2-76bf-b176-86fb29587213-373f9558, #w-node-af255962-1d32-a976-d2dc-fd07041c811b-373f9558, #w-node-d34f4f41-6a05-bd79-4265-594d7dfe8bd5-373f9558, #w-node-_55db03aa-6376-28cf-49f8-0f8dc7dcb0e4-373f9558 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-cf85a597-28b4-cf7f-c843-5a437f4516ff-373f9558 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-edbf3551-c0b9-1a73-e03c-61f6379f183f-373f9558, #w-node-_47487ca2-51be-44d1-bb45-db6f349dc3e3-373f9558 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_47487ca2-51be-44d1-bb45-db6f349dc3ec-373f9558 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_4245b3dd-d95b-c76f-68c1-1d37f8b00597-373f9558 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a7421bd0-ff34-9862-1cde-2864e969eb80-373f9559 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_2adaf275-edc7-a825-1a83-70237e2d4e99-373f9559, #w-node-cebf485f-29bb-2c39-0764-a73b6f546e7c-373f9559, #w-node-d3e585e8-8711-4791-39c5-e4f1cf090cc5-373f9559 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fafe70b5-bf76-e8e2-6289-407f0e575d4a-373f9559 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_2af799c8-9f57-70d2-7fec-a6fac9201521-373f9559 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9752e049-849c-f65b-a72b-b8afdab36c96-373f9559 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-f84aafc1-1ff3-91cf-b981-c3a7b78d01a1-373f955c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-f84aafc1-1ff3-91cf-b981-c3a7b78d01b9-373f955c {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-f84aafc1-1ff3-91cf-b981-c3a7b78d01bb-373f955c {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-f84aafc1-1ff3-91cf-b981-c3a7b78d01bd-373f955c {
  grid-area: 1 / 7 / 2 / 9;
}

#w-node-f84aafc1-1ff3-91cf-b981-c3a7b78d01bf-373f955c {
  grid-area: 1 / 9 / 2 / 11;
}

#w-node-c1632e8a-46a5-bf4f-e110-b4d98a9ce8a0-373f955c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0bcd7a88-b77b-96ad-9cb9-a83907b66cd6-373f955c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-cf6bce08-0edf-66b9-6229-9145353475a7-373f9561 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_1c86a686-9c96-88b0-f6ee-523b9bfeabb1-373f9562 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end start;
}

#w-node-_85fbf7f5-b6a0-81f5-ceca-b97cb9b2883d-373f9562 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-b0930ba5-3b59-0aef-9e0f-5dbf375db4fe-373f9564 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_1556a030-3452-4610-2eee-3b3ee5d71cc5-373f9564 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1556a030-3452-4610-2eee-3b3ee5d71ccb-373f9564 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_39fb37ad-5a2d-e517-660f-50c08b060318-373f9565 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end start;
}

#w-node-_39fb37ad-5a2d-e517-660f-50c08b06031b-373f9565 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-f7bb6b5f-4d54-6919-e376-55acb5f23caf-373f9566, #w-node-_1bea7b99-670b-9956-0c42-2b66a29bf4f0-373f9566, #w-node-_5c930512-8281-a103-57d5-59cae6a47986-373f9566, #w-node-_5c930512-8281-a103-57d5-59cae6a4798c-373f9566, #w-node-_5c930512-8281-a103-57d5-59cae6a47992-373f9566, #w-node-_5c930512-8281-a103-57d5-59cae6a47998-373f9566, #w-node-bdeb6f0c-5a18-86c2-5408-fe358180b474-373f9566, #w-node-f9441604-94fb-c8a4-ffcf-ecfc12a02050-373f9566, #w-node-_86773bbf-6607-fa52-4b73-d75733795e11-373f9566, #w-node-_14a475c6-f618-70f1-e394-42d1386513e4-373f9568 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e2ef6bac-be42-395e-3960-7b1057bf67a1-373f9568 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_04f74a53-36f6-9f47-ac89-978fcd95e15a-373f9568 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04f74a53-36f6-9f47-ac89-978fcd95e163-373f9568 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_7d21f631-2c4a-7b97-4817-4e3c9bcccf3b-373f9569 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-edbf3551-c0b9-1a73-e03c-61f6379f183f-373f9569 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-cf85a597-28b4-cf7f-c843-5a437f4516ff-373f9569 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_2c503e5e-4c8c-66ee-14a7-9e79c9776d0a-373f9569 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_2c503e5e-4c8c-66ee-14a7-9e79c9776d0c-373f9569 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_2c503e5e-4c8c-66ee-14a7-9e79c9776d0e-373f9569 {
  grid-area: 1 / 7 / 2 / 9;
}

#w-node-_2c503e5e-4c8c-66ee-14a7-9e79c9776d11-373f9569 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_2c503e5e-4c8c-66ee-14a7-9e79c9776d13-373f9569 {
  grid-area: 1 / 7 / 2 / 9;
}

#w-node-_2c503e5e-4c8c-66ee-14a7-9e79c9776d15-373f9569 {
  grid-area: 1 / 6 / 2 / 7;
}

#w-node-_2c503e5e-4c8c-66ee-14a7-9e79c9776d17-373f9569 {
  grid-area: 1 / 9 / 2 / 11;
}

#w-node-_47487ca2-51be-44d1-bb45-db6f349dc3e3-373f9569 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_47487ca2-51be-44d1-bb45-db6f349dc3ec-373f9569 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_9d5843c3-e440-adc0-042a-cdeda43f26e9-373f9569 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_9d5843c3-e440-adc0-042a-cdeda43f26eb-373f9569 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_9d5843c3-e440-adc0-042a-cdeda43f26ed-373f9569 {
  grid-area: 1 / 7 / 2 / 9;
}

#w-node-_9d5843c3-e440-adc0-042a-cdeda43f26f0-373f9569 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_9d5843c3-e440-adc0-042a-cdeda43f26f2-373f9569 {
  grid-area: 1 / 7 / 2 / 9;
}

#w-node-_9d5843c3-e440-adc0-042a-cdeda43f26f4-373f9569 {
  grid-area: 1 / 6 / 2 / 7;
}

#w-node-_9d5843c3-e440-adc0-042a-cdeda43f26f6-373f9569 {
  grid-area: 1 / 9 / 2 / 11;
}

#w-node-_3102e34d-371f-ea24-d0f2-b5bdd4574bba-373f95a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_1cb13b16-2798-0797-9cba-4cba25793b96-373f95a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_66146d1b-f3a6-12ee-cc52-be681d2938c5-373f95a7 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_66146d1b-f3a6-12ee-cc52-be681d2938c7-373f95a7 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_66146d1b-f3a6-12ee-cc52-be681d2938c9-373f95a7 {
  grid-area: 1 / 7 / 2 / 9;
}

#w-node-_66146d1b-f3a6-12ee-cc52-be681d2938cb-373f95a7 {
  grid-area: 1 / 9 / 2 / 11;
}

#w-node-_24d2ee70-c2a7-11dc-25e0-316337a1316d-373f95a7, #w-node-_24d2ee70-c2a7-11dc-25e0-316337a13178-373f95a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_24d2ee70-c2a7-11dc-25e0-316337a13172-373f95a7, #w-node-_24d2ee70-c2a7-11dc-25e0-316337a13174-373f95a7, #w-node-_24d2ee70-c2a7-11dc-25e0-316337a1317a-373f95a7, #w-node-_24d2ee70-c2a7-11dc-25e0-316337a13176-373f95a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-c2100290-cdac-3821-31d1-6c25b328d69c-373f95a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-c2100290-cdac-3821-31d1-6c25b328d69e-373f95a7, #w-node-c2100290-cdac-3821-31d1-6c25b328d6a0-373f95a7, #w-node-c2100290-cdac-3821-31d1-6c25b328d6a2-373f95a7, #w-node-c2100290-cdac-3821-31d1-6c25b328d6a4-373f95a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_58c46795-d963-e3a1-bdd5-1186925c68f8-373f95a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_58c46795-d963-e3a1-bdd5-1186925c68fa-373f95a7, #w-node-_58c46795-d963-e3a1-bdd5-1186925c68fc-373f95a7, #w-node-_58c46795-d963-e3a1-bdd5-1186925c68fe-373f95a7, #w-node-_58c46795-d963-e3a1-bdd5-1186925c6900-373f95a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_687c54a0-12d5-8fb7-d042-c7b612b7e7d4-373f95a7, #w-node-_2cf1c053-f7d0-eeff-ae53-3f1b39c5f94e-373f95a7, #w-node-c0c292c0-a620-0646-e38e-9bbe639e9eb4-373f95a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d749ab28-821a-7c5c-1156-5a0ba1592bdf-373f95a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-cf9d5aa9-7efd-5c45-40c1-f481b1b95a1f-373f95a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-cf9d5aa9-7efd-5c45-40c1-f481b1b95a28-373f95a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-cf9d5aa9-7efd-5c45-40c1-f481b1b95a2b-373f95a7 {
  justify-self: center;
}

#w-node-cf9d5aa9-7efd-5c45-40c1-f481b1b95a2e-373f95a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cf9d5aa9-7efd-5c45-40c1-f481b1b95a35-373f95a7 {
  justify-self: center;
}

#w-node-cf9d5aa9-7efd-5c45-40c1-f481b1b95a38-373f95a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cf9d5aa9-7efd-5c45-40c1-f481b1b95a3f-373f95a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-cf9d5aa9-7efd-5c45-40c1-f481b1b95a42-373f95a7, #w-node-e5f84a12-0e5b-679b-517b-124de80e983f-373f95a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5f84a12-0e5b-679b-517b-124de80e9845-373f95a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_35c72852-c3bc-b810-fca5-dc11c8bb839c-373f95a7, #w-node-_33c71b3d-1757-b6b9-c082-b5a6ecc39e58-373f95a7, #w-node-_3ba98fd5-4547-7ce2-1f86-544096e2a815-373f95a7, #w-node-e6d04612-1915-7b06-a15a-04b85a947463-373f95a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_042977dd-8be8-3750-5754-5da4830aebde-373f95a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_2aae0543-0f6e-04b4-86d9-6a8905c95296-373f95a9, #w-node-_531062a4-1f86-b1b5-5010-6388dab35b14-373f95a9, #w-node-cd1045f7-24f9-1254-465c-befe6d67351f-373f95a9, #w-node-_3ca7c82a-2614-718f-e489-098e8c5a0c81-373f95a9, #w-node-_9c355705-76a0-467d-e1e9-660dfcf7fdcd-373f95a9, #w-node-_06b45d55-8b76-426a-9f45-2923fc3dc17f-373f95a9, #w-node-_15796929-499a-5de0-b328-30b4e532ffd1-373f95a9, #w-node-_7ad4f62d-913b-bfbc-a570-a15342adfd41-373f95a9, #w-node-_8a77d34f-694f-45ea-7297-d19319de7e0f-373f95a9, #w-node-_41d6a588-c4ed-7cdd-b1af-0f153d528263-373f95a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a3fd434e-3023-0218-9e9f-d6a35efa0e77-373f95ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a3fd434e-3023-0218-9e9f-d6a35efa0e79-373f95ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f52aa4a0-84ed-ae63-dcc5-8677569ea1cb-373f95ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-f52aa4a0-84ed-ae63-dcc5-8677569ea1d2-373f95ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a1715efa-071b-7468-86a7-3e1aece982bd-373f95ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a1715efa-071b-7468-86a7-3e1aece982bf-373f95ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0cd13bee-e325-5d19-ad79-cdd4b8afabd3-373f95ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-dc3d5e7e-8a63-814d-0e97-bb6dc1352068-373f95ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_79510c0a-24b1-2611-312e-c09631012678-373f95af, #w-node-_79510c0a-24b1-2611-312e-c0963101267d-373f95af, #w-node-_79510c0a-24b1-2611-312e-c09631012682-373f95af, #w-node-_79510c0a-24b1-2611-312e-c09631012687-373f95af, #w-node-_79510c0a-24b1-2611-312e-c0963101268d-373f95af, #w-node-_79510c0a-24b1-2611-312e-c09631012693-373f95af, #w-node-_79510c0a-24b1-2611-312e-c09631012699-373f95af {
  justify-self: start;
}

#w-node-_79510c0a-24b1-2611-312e-c096310127a6-373f95af, #w-node-_79510c0a-24b1-2611-312e-c096310127bf-373f95af {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_79510c0a-24b1-2611-312e-c096310127c2-373f95af {
  justify-self: start;
}

#w-node-_79510c0a-24b1-2611-312e-c096310127c4-373f95af {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_79510c0a-24b1-2611-312e-c096310127c7-373f95af {
  justify-self: start;
}

#w-node-_79510c0a-24b1-2611-312e-c09631012830-373f95af, #w-node-e8b51219-ca6c-eff9-87b9-189a79423424-373f95af {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_79510c0a-24b1-2611-312e-c096310128a9-373f95af, #w-node-_79510c0a-24b1-2611-312e-c096310128ae-373f95af, #w-node-_79510c0a-24b1-2611-312e-c096310128b3-373f95af, #w-node-_79510c0a-24b1-2611-312e-c096310128b8-373f95af, #w-node-_79510c0a-24b1-2611-312e-c096310128bd-373f95af, #w-node-_79510c0a-24b1-2611-312e-c096310128c2-373f95af, #w-node-_79510c0a-24b1-2611-312e-c096310128cc-373f95af, #w-node-_79510c0a-24b1-2611-312e-c096310128d1-373f95af, #w-node-_79510c0a-24b1-2611-312e-c096310128d6-373f95af, #w-node-_79510c0a-24b1-2611-312e-c096310128db-373f95af, #w-node-_79510c0a-24b1-2611-312e-c096310128e0-373f95af, #w-node-_79510c0a-24b1-2611-312e-c096310128e5-373f95af, #w-node-_79510c0a-24b1-2611-312e-c096310128ea-373f95af, #w-node-_79510c0a-24b1-2611-312e-c096310128ef-373f95af, #w-node-_79510c0a-24b1-2611-312e-c096310128f4-373f95af, #w-node-_79510c0a-24b1-2611-312e-c096310128f9-373f95af, #w-node-_79510c0a-24b1-2611-312e-c096310128fe-373f95af {
  justify-self: start;
}

#w-node-_79510c0a-24b1-2611-312e-c09631012902-373f95af {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_79510c0a-24b1-2611-312e-c09631012903-373f95af {
  justify-self: start;
}

#w-node-_79510c0a-24b1-2611-312e-c09631012905-373f95af {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_79510c0a-24b1-2611-312e-c09631012908-373f95af, #w-node-_79510c0a-24b1-2611-312e-c0963101290d-373f95af, #w-node-_79510c0a-24b1-2611-312e-c09631012912-373f95af, #w-node-_79510c0a-24b1-2611-312e-c09631012927-373f95af, #w-node-_79510c0a-24b1-2611-312e-c0963101292c-373f95af, #w-node-_79510c0a-24b1-2611-312e-c09631012931-373f95af, #w-node-_79510c0a-24b1-2611-312e-c09631012936-373f95af, #w-node-_79510c0a-24b1-2611-312e-c0963101293b-373f95af, #w-node-_79510c0a-24b1-2611-312e-c09631012940-373f95af, #w-node-_79510c0a-24b1-2611-312e-c0963101294a-373f95af, #w-node-_79510c0a-24b1-2611-312e-c0963101294f-373f95af, #w-node-_79510c0a-24b1-2611-312e-c09631012954-373f95af, #w-node-_79510c0a-24b1-2611-312e-c09631012959-373f95af, #w-node-_79510c0a-24b1-2611-312e-c0963101295e-373f95af, #w-node-_79510c0a-24b1-2611-312e-c09631012963-373f95af, #w-node-_79510c0a-24b1-2611-312e-c09631012968-373f95af, #w-node-_79510c0a-24b1-2611-312e-c0963101296d-373f95af, #w-node-_79510c0a-24b1-2611-312e-c09631012972-373f95af, #w-node-_79510c0a-24b1-2611-312e-c09631012977-373f95af, #w-node-_79510c0a-24b1-2611-312e-c0963101297c-373f95af {
  justify-self: start;
}

#w-node-_79510c0a-24b1-2611-312e-c09631012980-373f95af {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_79510c0a-24b1-2611-312e-c09631012981-373f95af, #w-node-_79510c0a-24b1-2611-312e-c09631012986-373f95af, #w-node-_79510c0a-24b1-2611-312e-c0963101298b-373f95af, #w-node-_79510c0a-24b1-2611-312e-c09631012990-373f95af {
  justify-self: start;
}

#w-node-_331c85e4-a638-140b-5cac-f6e9b871f19f-373f95af {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_331c85e4-a638-140b-5cac-f6e9b871f1a2-373f95af, #w-node-_331c85e4-a638-140b-5cac-f6e9b871f1a5-373f95af, #w-node-_331c85e4-a638-140b-5cac-f6e9b871f1a8-373f95af, #w-node-_331c85e4-a638-140b-5cac-f6e9b871f1ab-373f95af, #w-node-_331c85e4-a638-140b-5cac-f6e9b871f1ae-373f95af, #w-node-_331c85e4-a638-140b-5cac-f6e9b871f1b1-373f95af, #w-node-_331c85e4-a638-140b-5cac-f6e9b871f1b4-373f95af, #w-node-_331c85e4-a638-140b-5cac-f6e9b871f1b7-373f95af, #w-node-_331c85e4-a638-140b-5cac-f6e9b871f1ba-373f95af, #w-node-_331c85e4-a638-140b-5cac-f6e9b871f1bd-373f95af, #w-node-_331c85e4-a638-140b-5cac-f6e9b871f1c0-373f95af {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d811288d-5778-355b-be6b-fbde40fad330-373f95af {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d811288d-5778-355b-be6b-fbde40fad333-373f95af, #w-node-d811288d-5778-355b-be6b-fbde40fad336-373f95af, #w-node-d811288d-5778-355b-be6b-fbde40fad339-373f95af, #w-node-d811288d-5778-355b-be6b-fbde40fad33c-373f95af, #w-node-d811288d-5778-355b-be6b-fbde40fad33f-373f95af, #w-node-d811288d-5778-355b-be6b-fbde40fad342-373f95af, #w-node-d811288d-5778-355b-be6b-fbde40fad345-373f95af, #w-node-d811288d-5778-355b-be6b-fbde40fad348-373f95af, #w-node-d811288d-5778-355b-be6b-fbde40fad34b-373f95af, #w-node-d811288d-5778-355b-be6b-fbde40fad34e-373f95af, #w-node-d811288d-5778-355b-be6b-fbde40fad351-373f95af {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9bb2509d-5649-3191-0e8c-6db82fec7dd9-373f95af {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9bb2509d-5649-3191-0e8c-6db82fec7ddc-373f95af, #w-node-_9bb2509d-5649-3191-0e8c-6db82fec7ddf-373f95af, #w-node-_9bb2509d-5649-3191-0e8c-6db82fec7de2-373f95af, #w-node-_9bb2509d-5649-3191-0e8c-6db82fec7de5-373f95af, #w-node-_9bb2509d-5649-3191-0e8c-6db82fec7de8-373f95af, #w-node-_9bb2509d-5649-3191-0e8c-6db82fec7deb-373f95af, #w-node-_9bb2509d-5649-3191-0e8c-6db82fec7dee-373f95af, #w-node-_9bb2509d-5649-3191-0e8c-6db82fec7df1-373f95af, #w-node-_9bb2509d-5649-3191-0e8c-6db82fec7df4-373f95af, #w-node-_9bb2509d-5649-3191-0e8c-6db82fec7df7-373f95af, #w-node-_9bb2509d-5649-3191-0e8c-6db82fec7dfa-373f95af {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_79510c0a-24b1-2611-312e-c09631012a16-373f95af {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_79510c0a-24b1-2611-312e-c09631012a72-373f95af {
  justify-self: start;
}

#w-node-_7d21f631-2c4a-7b97-4817-4e3c9bcccf3b-0a83924e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a23b5400-a25a-add0-a890-6d8ace2fcd44-0a83924e, #w-node-af255962-1d32-a976-d2dc-fd07041c811b-0a83924e, #w-node-d34f4f41-6a05-bd79-4265-594d7dfe8bd5-0a83924e, #w-node-_55db03aa-6376-28cf-49f8-0f8dc7dcb0e4-0a83924e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-cf85a597-28b4-cf7f-c843-5a437f4516ff-0a83924e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-edbf3551-c0b9-1a73-e03c-61f6379f183f-0a83924e, #w-node-_47487ca2-51be-44d1-bb45-db6f349dc3e3-0a83924e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_47487ca2-51be-44d1-bb45-db6f349dc3ec-0a83924e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_7d21f631-2c4a-7b97-4817-4e3c9bcccf3b-56ea3551 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a23b5400-a25a-add0-a890-6d8ace2fcd44-56ea3551, #w-node-af255962-1d32-a976-d2dc-fd07041c811b-56ea3551, #w-node-d34f4f41-6a05-bd79-4265-594d7dfe8bd5-56ea3551, #w-node-_55db03aa-6376-28cf-49f8-0f8dc7dcb0e4-56ea3551 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-cf85a597-28b4-cf7f-c843-5a437f4516ff-56ea3551 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-edbf3551-c0b9-1a73-e03c-61f6379f183f-56ea3551 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_7d21f631-2c4a-7b97-4817-4e3c9bcccf3b-70f7809e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-cf85a597-28b4-cf7f-c843-5a437f4516ff-70f7809e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-edbf3551-c0b9-1a73-e03c-61f6379f183f-70f7809e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_7d21f631-2c4a-7b97-4817-4e3c9bcccf3b-0097f318 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a23b5400-a25a-add0-a890-6d8ace2fcd44-0097f318, #w-node-af255962-1d32-a976-d2dc-fd07041c811b-0097f318, #w-node-d34f4f41-6a05-bd79-4265-594d7dfe8bd5-0097f318, #w-node-_55db03aa-6376-28cf-49f8-0f8dc7dcb0e4-0097f318 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_472f5c5f-505e-aa38-aa91-7b762fe859f0-0097f318 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_7d21f631-2c4a-7b97-4817-4e3c9bcccf3b-6347e1b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a23b5400-a25a-add0-a890-6d8ace2fcd44-6347e1b9, #w-node-af255962-1d32-a976-d2dc-fd07041c811b-6347e1b9, #w-node-d34f4f41-6a05-bd79-4265-594d7dfe8bd5-6347e1b9, #w-node-_55db03aa-6376-28cf-49f8-0f8dc7dcb0e4-6347e1b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-cf85a597-28b4-cf7f-c843-5a437f4516ff-6347e1b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-edbf3551-c0b9-1a73-e03c-61f6379f183f-6347e1b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_7d21f631-2c4a-7b97-4817-4e3c9bcccf3b-897b6af0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a23b5400-a25a-add0-a890-6d8ace2fcd44-897b6af0, #w-node-af255962-1d32-a976-d2dc-fd07041c811b-897b6af0, #w-node-d34f4f41-6a05-bd79-4265-594d7dfe8bd5-897b6af0, #w-node-_55db03aa-6376-28cf-49f8-0f8dc7dcb0e4-897b6af0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_85ecdff5-ae88-41a9-4b51-3d425b0a4a06-897b6af0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_7d21f631-2c4a-7b97-4817-4e3c9bcccf3b-e7aca91f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a23b5400-a25a-add0-a890-6d8ace2fcd44-e7aca91f, #w-node-af255962-1d32-a976-d2dc-fd07041c811b-e7aca91f, #w-node-d34f4f41-6a05-bd79-4265-594d7dfe8bd5-e7aca91f, #w-node-_55db03aa-6376-28cf-49f8-0f8dc7dcb0e4-e7aca91f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d4af6407-7341-2018-1860-4852fb2777c8-e7aca91f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-edbf3551-c0b9-1a73-e03c-61f6379f183f-e7aca91f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_7d21f631-2c4a-7b97-4817-4e3c9bcccf3b-065a5bc4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a23b5400-a25a-add0-a890-6d8ace2fcd44-065a5bc4, #w-node-af255962-1d32-a976-d2dc-fd07041c811b-065a5bc4, #w-node-d34f4f41-6a05-bd79-4265-594d7dfe8bd5-065a5bc4, #w-node-_55db03aa-6376-28cf-49f8-0f8dc7dcb0e4-065a5bc4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-cf85a597-28b4-cf7f-c843-5a437f4516ff-065a5bc4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-edbf3551-c0b9-1a73-e03c-61f6379f183f-065a5bc4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_7d21f631-2c4a-7b97-4817-4e3c9bcccf3b-705aec8e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a23b5400-a25a-add0-a890-6d8ace2fcd44-705aec8e, #w-node-af255962-1d32-a976-d2dc-fd07041c811b-705aec8e, #w-node-d34f4f41-6a05-bd79-4265-594d7dfe8bd5-705aec8e, #w-node-_55db03aa-6376-28cf-49f8-0f8dc7dcb0e4-705aec8e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-cf85a597-28b4-cf7f-c843-5a437f4516ff-705aec8e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_7d21f631-2c4a-7b97-4817-4e3c9bcccf3b-fa38dbb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a23b5400-a25a-add0-a890-6d8ace2fcd44-fa38dbb2, #w-node-af255962-1d32-a976-d2dc-fd07041c811b-fa38dbb2, #w-node-d34f4f41-6a05-bd79-4265-594d7dfe8bd5-fa38dbb2, #w-node-_55db03aa-6376-28cf-49f8-0f8dc7dcb0e4-fa38dbb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-cf85a597-28b4-cf7f-c843-5a437f4516ff-fa38dbb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-edbf3551-c0b9-1a73-e03c-61f6379f183f-fa38dbb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_7d21f631-2c4a-7b97-4817-4e3c9bcccf3b-ff4a12ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a23b5400-a25a-add0-a890-6d8ace2fcd44-ff4a12ec, #w-node-af255962-1d32-a976-d2dc-fd07041c811b-ff4a12ec, #w-node-d34f4f41-6a05-bd79-4265-594d7dfe8bd5-ff4a12ec, #w-node-_55db03aa-6376-28cf-49f8-0f8dc7dcb0e4-ff4a12ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d4af6407-7341-2018-1860-4852fb2777c8-ff4a12ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-edbf3551-c0b9-1a73-e03c-61f6379f183f-ff4a12ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_7d21f631-2c4a-7b97-4817-4e3c9bcccf3b-7045294e, #w-node-_7d21f631-2c4a-7b97-4817-4e3c9bcccf3b-392ee489 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a23b5400-a25a-add0-a890-6d8ace2fcd44-392ee489, #w-node-af255962-1d32-a976-d2dc-fd07041c811b-392ee489, #w-node-d34f4f41-6a05-bd79-4265-594d7dfe8bd5-392ee489, #w-node-_55db03aa-6376-28cf-49f8-0f8dc7dcb0e4-392ee489 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7d21f631-2c4a-7b97-4817-4e3c9bcccf3b-293b9661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a23b5400-a25a-add0-a890-6d8ace2fcd44-293b9661, #w-node-af255962-1d32-a976-d2dc-fd07041c811b-293b9661, #w-node-d34f4f41-6a05-bd79-4265-594d7dfe8bd5-293b9661, #w-node-_55db03aa-6376-28cf-49f8-0f8dc7dcb0e4-293b9661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7d21f631-2c4a-7b97-4817-4e3c9bcccf3b-a1dab50f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a23b5400-a25a-add0-a890-6d8ace2fcd44-a1dab50f, #w-node-af255962-1d32-a976-d2dc-fd07041c811b-a1dab50f, #w-node-d34f4f41-6a05-bd79-4265-594d7dfe8bd5-a1dab50f, #w-node-_55db03aa-6376-28cf-49f8-0f8dc7dcb0e4-a1dab50f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d4af6407-7341-2018-1860-4852fb2777c8-a1dab50f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-edbf3551-c0b9-1a73-e03c-61f6379f183f-a1dab50f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_909c86d4-53b6-83c8-07b4-dc8d47a74e00-f3d68450 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_31ff6d74-37b2-b242-7c56-c5b1504ecf41-f3d68450 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_31ff6d74-37b2-b242-7c56-c5b1504ecf44-f3d68450 {
  justify-self: center;
}

#w-node-_31ff6d74-37b2-b242-7c56-c5b1504ecf45-f3d68450 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_31ff6d74-37b2-b242-7c56-c5b1504ecf53-f3d68450, #w-node-cf9f0c4a-679d-fbba-1a1a-1f75c8412374-f3d68450, #w-node-cf9f0c4a-679d-fbba-1a1a-1f75c841237c-f3d68450 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d21f631-2c4a-7b97-4817-4e3c9bcccf3b-f3d68450 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-edbf3551-c0b9-1a73-e03c-61f6379f183f-f3d68450 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-cf85a597-28b4-cf7f-c843-5a437f4516ff-f3d68450 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_2c503e5e-4c8c-66ee-14a7-9e79c9776d0a-f3d68450 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_2c503e5e-4c8c-66ee-14a7-9e79c9776d0c-f3d68450 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_2c503e5e-4c8c-66ee-14a7-9e79c9776d0e-f3d68450 {
  grid-area: 1 / 7 / 2 / 9;
}

#w-node-_2c503e5e-4c8c-66ee-14a7-9e79c9776d11-f3d68450 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_2c503e5e-4c8c-66ee-14a7-9e79c9776d13-f3d68450 {
  grid-area: 1 / 7 / 2 / 9;
}

#w-node-_2c503e5e-4c8c-66ee-14a7-9e79c9776d15-f3d68450 {
  grid-area: 1 / 6 / 2 / 7;
}

#w-node-_2c503e5e-4c8c-66ee-14a7-9e79c9776d17-f3d68450 {
  grid-area: 1 / 9 / 2 / 11;
}

#w-node-_47487ca2-51be-44d1-bb45-db6f349dc3e3-f3d68450 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_47487ca2-51be-44d1-bb45-db6f349dc3ec-f3d68450 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-f62c5b84-0336-1bc8-f02e-d60cad06b552-f3d68450 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-f62c5b84-0336-1bc8-f02e-d60cad06b55b-f3d68450 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_68c81449-ebb9-d0cd-98e9-c5afcda52a0c-f3d68450 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_68c81449-ebb9-d0cd-98e9-c5afcda52a15-f3d68450 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_2b810cfa-c014-4153-9c53-22885f2f5227-f3d68450 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_2b810cfa-c014-4153-9c53-22885f2f5230-f3d68450 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_9d5843c3-e440-adc0-042a-cdeda43f26e9-f3d68450 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_9d5843c3-e440-adc0-042a-cdeda43f26eb-f3d68450 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_9d5843c3-e440-adc0-042a-cdeda43f26ed-f3d68450 {
  grid-area: 1 / 7 / 2 / 9;
}

#w-node-_9d5843c3-e440-adc0-042a-cdeda43f26f0-f3d68450 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_9d5843c3-e440-adc0-042a-cdeda43f26f2-f3d68450 {
  grid-area: 1 / 7 / 2 / 9;
}

#w-node-_9d5843c3-e440-adc0-042a-cdeda43f26f4-f3d68450 {
  grid-area: 1 / 6 / 2 / 7;
}

#w-node-_9d5843c3-e440-adc0-042a-cdeda43f26f6-f3d68450 {
  grid-area: 1 / 9 / 2 / 11;
}

#w-node-fde664af-7866-8adf-c34f-4e3dbe042e9e-f3d68450 {
  grid-area: span 3 / span 1 / span 3 / span 1;
  justify-self: auto;
}

#w-node-_7d21f631-2c4a-7b97-4817-4e3c9bcccf3b-231f7101 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-ead160c8-d429-7325-42f2-785c9bcbce3c-231f7101 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-ead160c8-d429-7325-42f2-785c9bcbce3e-231f7101 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_7d21f631-2c4a-7b97-4817-4e3c9bcccf3b-2c38a711 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a23b5400-a25a-add0-a890-6d8ace2fcd44-2c38a711, #w-node-af255962-1d32-a976-d2dc-fd07041c811b-2c38a711, #w-node-d34f4f41-6a05-bd79-4265-594d7dfe8bd5-2c38a711, #w-node-_55db03aa-6376-28cf-49f8-0f8dc7dcb0e4-2c38a711 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_08d31655-ac0b-6471-76a8-fdc2a44a55f8-2c38a711 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_08d31655-ac0b-6471-76a8-fdc2a44a55fa-2c38a711 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_7d21f631-2c4a-7b97-4817-4e3c9bcccf3b-e4374632 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a23b5400-a25a-add0-a890-6d8ace2fcd44-e4374632, #w-node-af255962-1d32-a976-d2dc-fd07041c811b-e4374632, #w-node-d34f4f41-6a05-bd79-4265-594d7dfe8bd5-e4374632, #w-node-_55db03aa-6376-28cf-49f8-0f8dc7dcb0e4-e4374632 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_1d4a57db-ca47-f18c-d428-194d96c2c67c-e4374632 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_1d4a57db-ca47-f18c-d428-194d96c2c67e-e4374632 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_7872f850-3f58-264a-fb4f-826b65b49081-b05082c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_7872f850-3f58-264a-fb4f-826b65b49083-b05082c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_627c9cde-87cb-4d25-e6e0-a6a6893e9b18-b05082c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_627c9cde-87cb-4d25-e6e0-a6a6893e9b1a-b05082c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a3fd434e-3023-0218-9e9f-d6a35efa0e77-b05082c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a3fd434e-3023-0218-9e9f-d6a35efa0e79-b05082c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f52aa4a0-84ed-ae63-dcc5-8677569ea1cb-b05082c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-f52aa4a0-84ed-ae63-dcc5-8677569ea1d2-b05082c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a1715efa-071b-7468-86a7-3e1aece982bd-b05082c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a1715efa-071b-7468-86a7-3e1aece982bf-b05082c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0cd13bee-e325-5d19-ad79-cdd4b8afabd3-b05082c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-dc3d5e7e-8a63-814d-0e97-bb6dc1352068-b05082c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d21f631-2c4a-7b97-4817-4e3c9bcccf3b-10e3eaa7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a23b5400-a25a-add0-a890-6d8ace2fcd44-10e3eaa7, #w-node-af255962-1d32-a976-d2dc-fd07041c811b-10e3eaa7, #w-node-d34f4f41-6a05-bd79-4265-594d7dfe8bd5-10e3eaa7, #w-node-_55db03aa-6376-28cf-49f8-0f8dc7dcb0e4-10e3eaa7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-cf85a597-28b4-cf7f-c843-5a437f4516ff-10e3eaa7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-edbf3551-c0b9-1a73-e03c-61f6379f183f-10e3eaa7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_7d21f631-2c4a-7b97-4817-4e3c9bcccf3b-b93f4cad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a23b5400-a25a-add0-a890-6d8ace2fcd44-b93f4cad, #w-node-af255962-1d32-a976-d2dc-fd07041c811b-b93f4cad, #w-node-d34f4f41-6a05-bd79-4265-594d7dfe8bd5-b93f4cad, #w-node-_55db03aa-6376-28cf-49f8-0f8dc7dcb0e4-b93f4cad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-cf85a597-28b4-cf7f-c843-5a437f4516ff-b93f4cad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-edbf3551-c0b9-1a73-e03c-61f6379f183f-b93f4cad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

@media screen and (min-width: 1920px) {
  #w-node-_6ace64f7-8297-8dfb-e470-8c3daed6d87b-373f9549, #w-node-_2a1bbd00-807f-fbf5-0d88-fcaed67f2278-373f9549 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start center;
  }

  #w-node-_6af191e9-f977-090a-0430-b34b6f528ad1-373f9549 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_24d2ee70-c2a7-11dc-25e0-316337a1316d-373f95a7 {
    justify-self: start;
  }

  #w-node-a3fd434e-3023-0218-9e9f-d6a35efa0e77-373f95ac, #w-node-cf85a597-28b4-cf7f-c843-5a437f4516ff-56ea3551, #w-node-ead160c8-d429-7325-42f2-785c9bcbce3c-231f7101, #w-node-_08d31655-ac0b-6471-76a8-fdc2a44a55f8-2c38a711, #w-node-_1d4a57db-ca47-f18c-d428-194d96c2c67c-e4374632, #w-node-_7872f850-3f58-264a-fb4f-826b65b49081-b05082c1, #w-node-_627c9cde-87cb-4d25-e6e0-a6a6893e9b18-b05082c1, #w-node-a3fd434e-3023-0218-9e9f-d6a35efa0e77-b05082c1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_181c3f21-767f-0744-36ff-7a308934e82c-373f9549, #w-node-_181c3f21-767f-0744-36ff-7a308934e851-373f9549 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-f2392061-23cf-0fcc-e366-7ff24051e6f3-373f9549, #w-node-f2392061-23cf-0fcc-e366-7ff24051e6fb-373f9549 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_42ed132c-2f99-5f8d-fd97-53cb25fa4c0a-373f9549, #w-node-_52a48bc6-850f-39e7-8a0e-a8afad38b93b-373f9549, #w-node-_42ed132c-2f99-5f8d-fd97-53cb25fa4c13-373f9549 {
    justify-self: start;
  }

  #w-node-_47487ca2-51be-44d1-bb45-db6f349dc3e3-373f9558 {
    order: -9999;
  }

  #w-node-_9752e049-849c-f65b-a72b-b8afdab36c96-373f9559, #w-node-_1556a030-3452-4610-2eee-3b3ee5d71ccb-373f9564 {
    justify-self: start;
  }

  #w-node-e2ef6bac-be42-395e-3960-7b1057bf67a1-373f9568 {
    align-self: start;
  }

  #w-node-_04f74a53-36f6-9f47-ac89-978fcd95e163-373f9568 {
    justify-self: start;
  }

  #w-node-_47487ca2-51be-44d1-bb45-db6f349dc3e3-373f9569 {
    order: -9999;
  }

  #w-node-_24d2ee70-c2a7-11dc-25e0-316337a1316d-373f95a7 {
    justify-self: start;
  }

  #w-node-e1678356-2355-c04b-e664-bcd9ab567e8c-373f95a7, #w-node-_0d2f642e-56af-e499-5247-2133ee2ced53-373f95a7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d749ab28-821a-7c5c-1156-5a0ba1592bdf-373f95a7, #w-node-e5f84a12-0e5b-679b-517b-124de80e9845-373f95a7, #w-node-_042977dd-8be8-3750-5754-5da4830aebde-373f95a7 {
    justify-self: start;
  }

  #w-node-_47487ca2-51be-44d1-bb45-db6f349dc3e3-0a83924e, #w-node-d4af6407-7341-2018-1860-4852fb2777c8-e7aca91f, #w-node-d4af6407-7341-2018-1860-4852fb2777c8-ff4a12ec, #w-node-d4af6407-7341-2018-1860-4852fb2777c8-a1dab50f {
    order: -9999;
  }

  #w-node-cf9f0c4a-679d-fbba-1a1a-1f75c8412384-f3d68450, #w-node-cf9f0c4a-679d-fbba-1a1a-1f75c841238c-f3d68450 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_47487ca2-51be-44d1-bb45-db6f349dc3e3-f3d68450, #w-node-f62c5b84-0336-1bc8-f02e-d60cad06b552-f3d68450, #w-node-_68c81449-ebb9-d0cd-98e9-c5afcda52a0c-f3d68450, #w-node-_2b810cfa-c014-4153-9c53-22885f2f5227-f3d68450 {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8005b23c-4d56-ec65-7d45-33e1074d4ef9-373f9549, #w-node-_65e33f4a-2e26-caa6-7386-2b74d86c09b5-373f9549, #w-node-_9d5f407d-6ef8-6b6a-2d36-8f73e8840108-373f9549, #w-node-a2ba899d-4905-67d9-c6f0-46fa6b11efb0-373f9549, #w-node-a2ba899d-4905-67d9-c6f0-46fa6b11efd2-373f9549, #w-node-_181c3f21-767f-0744-36ff-7a308934e810-373f9549, #w-node-_181c3f21-767f-0744-36ff-7a308934e81c-373f9549, #w-node-_181c3f21-767f-0744-36ff-7a308934e83a-373f9549, #w-node-_181c3f21-767f-0744-36ff-7a308934e842-373f9549 {
    justify-self: start;
  }

  #w-node-_6ace64f7-8297-8dfb-e470-8c3daed6d87b-373f9549, #w-node-_2a1bbd00-807f-fbf5-0d88-fcaed67f2278-373f9549, #w-node-_6af191e9-f977-090a-0430-b34b6f528ad1-373f9549 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_4d9c43d9-6107-18f0-311a-33edd2041fa0-d2041f83, #w-node-_7d21f631-2c4a-7b97-4817-4e3c9bcccf3f-373f9558 {
    justify-self: start;
  }

  #w-node-c1632e8a-46a5-bf4f-e110-b4d98a9ce8a0-373f955c, #w-node-_0bcd7a88-b77b-96ad-9cb9-a83907b66cd6-373f955c {
    justify-self: center;
  }

  #w-node-_1cb13b16-2798-0797-9cba-4cba25793b96-373f95a7, #w-node-cf9d5aa9-7efd-5c45-40c1-f481b1b95a2b-373f95a7, #w-node-cf9d5aa9-7efd-5c45-40c1-f481b1b95a35-373f95a7, #w-node-cf9d5aa9-7efd-5c45-40c1-f481b1b95a3f-373f95a7 {
    justify-self: start;
  }

  #w-node-edbf3551-c0b9-1a73-e03c-61f6379f183f-0a83924e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_47487ca2-51be-44d1-bb45-db6f349dc3e3-0a83924e, #w-node-edbf3551-c0b9-1a73-e03c-61f6379f183f-70f7809e, #w-node-edbf3551-c0b9-1a73-e03c-61f6379f183f-6347e1b9, #w-node-edbf3551-c0b9-1a73-e03c-61f6379f183f-e7aca91f, #w-node-edbf3551-c0b9-1a73-e03c-61f6379f183f-065a5bc4, #w-node-edbf3551-c0b9-1a73-e03c-61f6379f183f-fa38dbb2, #w-node-edbf3551-c0b9-1a73-e03c-61f6379f183f-ff4a12ec, #w-node-edbf3551-c0b9-1a73-e03c-61f6379f183f-a1dab50f {
    justify-self: center;
  }

  #w-node-_31ff6d74-37b2-b242-7c56-c5b1504ecf44-f3d68450 {
    justify-self: start;
  }

  #w-node-f3f54bb5-e16b-b8d1-a738-62fdd264ebb1-f3d68450 {
    place-self: auto;
  }

  #w-node-_7872f850-3f58-264a-fb4f-826b65b49081-b05082c1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_7872f850-3f58-264a-fb4f-826b65b49083-b05082c1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_627c9cde-87cb-4d25-e6e0-a6a6893e9b18-b05082c1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-edbf3551-c0b9-1a73-e03c-61f6379f183f-10e3eaa7, #w-node-edbf3551-c0b9-1a73-e03c-61f6379f183f-b93f4cad {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_65e33f4a-2e26-caa6-7386-2b74d86c09b4-373f9549 {
    place-self: center;
  }

  #w-node-_65e33f4a-2e26-caa6-7386-2b74d86c09b5-373f9549 {
    justify-self: center;
  }

  #w-node-_9d5f407d-6ef8-6b6a-2d36-8f73e8840106-373f9549 {
    place-self: center;
  }

  #w-node-_9d5f407d-6ef8-6b6a-2d36-8f73e8840108-373f9549 {
    justify-self: center;
  }

  #w-node-a2ba899d-4905-67d9-c6f0-46fa6b11efaf-373f9549 {
    place-self: center;
  }

  #w-node-a2ba899d-4905-67d9-c6f0-46fa6b11efb0-373f9549 {
    justify-self: center;
  }

  #w-node-a2ba899d-4905-67d9-c6f0-46fa6b11efd1-373f9549 {
    place-self: center;
  }

  #w-node-a2ba899d-4905-67d9-c6f0-46fa6b11efd2-373f9549 {
    justify-self: center;
  }

  #w-node-_181c3f21-767f-0744-36ff-7a308934e80f-373f9549 {
    place-self: center;
  }

  #w-node-_181c3f21-767f-0744-36ff-7a308934e810-373f9549 {
    justify-self: center;
  }

  #w-node-_181c3f21-767f-0744-36ff-7a308934e839-373f9549 {
    place-self: center;
  }

  #w-node-_181c3f21-767f-0744-36ff-7a308934e83a-373f9549 {
    justify-self: center;
  }

  #w-node-_2a1bbd00-807f-fbf5-0d88-fcaed67f227a-373f9549 {
    justify-self: auto;
  }

  #w-node-_4d9c43d9-6107-18f0-311a-33edd2041fa0-d2041f83 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_4d9c43d9-6107-18f0-311a-33edd2041fb7-d2041f83, #w-node-_4d9c43d9-6107-18f0-311a-33edd2041fce-d2041f83 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_47487ca2-51be-44d1-bb45-db6f349dc3e3-373f9558, #w-node-_47487ca2-51be-44d1-bb45-db6f349dc3e3-373f9569 {
    order: -9999;
  }

  #w-node-_24d2ee70-c2a7-11dc-25e0-316337a1316d-373f95a7 {
    justify-self: start;
  }

  #w-node-_24d2ee70-c2a7-11dc-25e0-316337a13172-373f95a7, #w-node-c2100290-cdac-3821-31d1-6c25b328d69e-373f95a7, #w-node-_58c46795-d963-e3a1-bdd5-1186925c68fa-373f95a7 {
    justify-self: center;
  }

  #w-node-f52aa4a0-84ed-ae63-dcc5-8677569ea1cb-373f95ac, #w-node-cf85a597-28b4-cf7f-c843-5a437f4516ff-0a83924e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_47487ca2-51be-44d1-bb45-db6f349dc3e3-0a83924e {
    order: -9999;
  }

  #w-node-cf85a597-28b4-cf7f-c843-5a437f4516ff-56ea3551 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_7d21f631-2c4a-7b97-4817-4e3c9bcccf3b-70f7809e, #w-node-_7d21f631-2c4a-7b97-4817-4e3c9bcccf3b-0097f318, #w-node-_7d21f631-2c4a-7b97-4817-4e3c9bcccf3b-6347e1b9 {
    justify-self: center;
  }

  #w-node-_7d21f631-2c4a-7b97-4817-4e3c9bcccf3b-897b6af0 {
    place-self: auto center;
  }

  #w-node-d4af6407-7341-2018-1860-4852fb2777c8-e7aca91f {
    order: -9999;
  }

  #w-node-_7d21f631-2c4a-7b97-4817-4e3c9bcccf3b-065a5bc4, #w-node-_7d21f631-2c4a-7b97-4817-4e3c9bcccf3b-705aec8e, #w-node-_7d21f631-2c4a-7b97-4817-4e3c9bcccf3b-fa38dbb2, #w-node-_7d21f631-2c4a-7b97-4817-4e3c9bcccf3b-ff4a12ec {
    justify-self: center;
  }

  #w-node-d4af6407-7341-2018-1860-4852fb2777c8-ff4a12ec {
    order: -9999;
  }

  #w-node-_7d21f631-2c4a-7b97-4817-4e3c9bcccf3b-293b9661 {
    place-self: auto center;
  }

  #w-node-d4af6407-7341-2018-1860-4852fb2777c8-a1dab50f {
    order: -9999;
  }

  #w-node-_31ff6d74-37b2-b242-7c56-c5b1504ecf42-f3d68450 {
    place-self: center;
  }

  #w-node-_31ff6d74-37b2-b242-7c56-c5b1504ecf44-f3d68450 {
    justify-self: center;
  }

  #w-node-_47487ca2-51be-44d1-bb45-db6f349dc3e3-f3d68450, #w-node-f62c5b84-0336-1bc8-f02e-d60cad06b552-f3d68450, #w-node-_68c81449-ebb9-d0cd-98e9-c5afcda52a0c-f3d68450, #w-node-_2b810cfa-c014-4153-9c53-22885f2f5227-f3d68450 {
    order: -9999;
  }

  #w-node-_7d21f631-2c4a-7b97-4817-4e3c9bcccf3b-231f7101 {
    justify-self: center;
  }

  #w-node-ead160c8-d429-7325-42f2-785c9bcbce3c-231f7101 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_7d21f631-2c4a-7b97-4817-4e3c9bcccf3b-2c38a711 {
    justify-self: center;
  }

  #w-node-_08d31655-ac0b-6471-76a8-fdc2a44a55f8-2c38a711 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_7d21f631-2c4a-7b97-4817-4e3c9bcccf3b-e4374632 {
    justify-self: center;
  }

  #w-node-_1d4a57db-ca47-f18c-d428-194d96c2c67c-e4374632, #w-node-f52aa4a0-84ed-ae63-dcc5-8677569ea1cb-b05082c1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_7d21f631-2c4a-7b97-4817-4e3c9bcccf3b-10e3eaa7, #w-node-_7d21f631-2c4a-7b97-4817-4e3c9bcccf3b-b93f4cad {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Filled Icon';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Social Icon';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../fonts/PlusJakartaSans-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../fonts/PlusJakartaSans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../fonts/PlusJakartaSans-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../fonts/PlusJakartaSans-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../fonts/PlusJakartaSans-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}