@font-face {
  font-family: "Oswald 600";
  src: url('../fonts/Oswald-SemiBold.ttf') format("truetype"), url('../fonts/Oswald-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

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

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

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-SemiBold.ttf') format("truetype"), url('../fonts/Inter-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

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

:root {
  --smb-dunkelgrau-80: #5f5f5fcc;
  --white: white;
  --smb-dunkelgrau: #5f5f5f;
  --smb-orange: #ea5b0c;
  --smb-blau: #081f49;
  --smb-hellgrau: #f6f6f6;
  --smb-blau-50: #081f4980;
  --white-80: #fffc;
  --smb-orange-85: #ea5b0cd9;
  --transparent: #fff0;
  --smb-schwarz-10: #0000001a;
  --smb-dunkelgrau-10: #5f5f5f1a;
  --black: black;
  --watson-main: #00c6ff;
  --desired-main: #400d56;
  --t-online-main: #e20074;
  --familie-main: #6c8f9b;
  --giga-main: #00813c;
  --kino-main: #039cfd;
  --stroer-content-group-v2---white: white;
  --stroer-content-group-v2---black: black;
  --stroer-content-group-v2---smb-blau: #081f49;
  --stroer-content-group-v2---smb-orange: #ea5b0c;
  --stroer-content-group-v2---smb-hellgrau: #f6f6f6;
  --stroer-content-group-v2---smb-dunkelgrau: #5f5f5f;
  --stroer-content-group-v2---white-80: #fffc;
  --stroer-content-group-v2---smb-dunkelgrau-80: #5f5f5fcc;
  --stroer-content-group-v2---smb-blau-50: #081f4980;
  --stroer-content-group-v2---smb-orange-85: #ea5b0cd9;
  --smb-dunkelgrau-50: #5f5f5f80;
  --stroer-content-group-v2---smb-dunkelgrau-50: #5f5f5f80;
  --stroer-content-group-v2---smb-schwarz-10: #0000001a;
  --stroer-content-group-v2---transparent: #fff0;
  --stroer-content-group-v2---smb-dunkelgrau-10: #5f5f5f1a;
  --stroer-content-group-v2---t-online-main: #e20074;
  --stroer-content-group-v2---desired-main: #400d56;
  --stroer-content-group-v2---kino-main: #039cfd;
  --stroer-content-group-v2---giga-main: #00813c;
  --stroer-content-group-v2---familie-main: #6c8f9b;
  --stroer-content-group-v2---watson-main: #00c6ff;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.stroer-content-group-v2--header-einzeln-2 {
  color: #fff;
  background-color: #081f49;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.stroer-content-group-v2--wrap-headerbild-einzeln-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: -70px;
  display: flex;
}

.stroer-content-group-v2--headerbild {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100vw;
  height: 100vh;
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
}

.stroer-content-group-v2--headertext {
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 100vw;
  margin-top: -70px;
  display: flex;
  position: absolute;
}

.stroer-content-group-v2--gridcontainer {
  z-index: 1;
  width: 100vw;
  height: auto;
  padding-left: 10vw;
  padding-right: 10vw;
  position: relative;
}

.stroer-content-group-v2--h1 {
  opacity: 1;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
  object-fit: fill;
  width: auto;
  margin: 0 auto;
  padding: 0;
  font-family: "Oswald 600", sans-serif;
  font-size: 5rem;
  font-weight: 600;
  line-height: 5rem;
  display: block;
  position: static;
  overflow: visible;
}

.stroer-content-group-v2--header-grid {
  z-index: 2;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #fff;
  flex: 0 auto;
  grid-template: "."
                 "."
                 "."
                 / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: minmax(0, 0);
  grid-auto-flow: row dense;
  align-content: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  position: static;
  overflow: visible;
}

body {
  color: #1a1b1f;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

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

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

strong {
  font-weight: 600;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.h3-header {
  opacity: 1;
  color: var(--smb-dunkelgrau-80);
  text-align: left;
  -webkit-text-stroke-color: var(--smb-dunkelgrau-80);
  text-transform: none;
  margin-bottom: 10px;
  margin-left: 15px;
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
  display: block;
}

.h3-header.h3-start {
  opacity: 100;
  color: var(--smb-dunkelgrau-80);
  text-transform: none;
  text-underline-offset: 5px;
  margin-bottom: -10px;
  margin-left: 0;
  padding: 10vh 10vw 6px;
  font-family: Inter, sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
  text-decoration-thickness: 4px;
  display: block;
}

.buttonpasswort {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.buttonpasswort:hover {
  color: #fff;
  background-color: #32343a;
}

.buttonpasswort:active {
  background-color: #43464d;
}

.h11 {
  opacity: 1;
  width: auto;
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
  object-fit: fill;
  margin: 0 auto 10px;
  padding-top: 10px;
  font-family: "Oswald 600", sans-serif;
  font-size: 98px;
  font-weight: 600;
  line-height: 100px;
  position: static;
  overflow: visible;
}

.h11.h1-404 {
  color: var(--smb-dunkelgrau);
  text-wrap: balance;
  font-size: 90px;
  line-height: 82px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.passwortform {
  flex-direction: column;
  display: flex;
}

.passwortwrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.passwort-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 0;
  display: flex;
}

._404-wrap {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
  margin-left: 10vw;
  margin-right: 10vw;
}

.h222 {
  border-bottom: 5px solid var(--smb-dunkelgrau);
  color: var(--smb-dunkelgrau);
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: pre-wrap;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 20px;
  font-family: "Oswald 400", sans-serif;
  font-size: 63px;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  overflow: hidden;
}

.h222.h2b_b2b {
  color: var(--smb-orange);
  padding-top: 40px;
  padding-left: 5vw;
  padding-right: 10vw;
  font-size: 75px;
  line-height: 89px;
  text-decoration: none;
}

.h222.h2b_b2b.bild_mission {
  background-image: none;
  background-size: auto;
  padding-bottom: 19px;
}

.h222.h2b_b2b.bild_mission.mission_head {
  border-bottom-color: var(--white);
  width: 25vw;
  color: var(--white);
  background-image: none;
  margin-bottom: 8vw;
  margin-left: 25vw;
  padding: 10vw 20px 20px 0;
  font-size: 5.8vw;
  line-height: 5.8vw;
}

.body {
  background-color: var(--smb-blau);
  max-width: 100vw;
  height: auto;
  font-family: Inter, sans-serif;
}

.artikel-grau {
  float: none;
  background-color: var(--smb-hellgrau);
  opacity: 1;
  color: var(--smb-dunkelgrau);
  padding: 120px 10vw 100px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  display: block;
  position: static;
}

.artikel-grau.artikel-nopadding {
  height: 100vh;
  margin-top: -10px;
  padding: 0 0;
}

.textblock-300 {
  color: var(--smb-dunkelgrau);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  padding: 20px 10vw 40px;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 34px;
  list-style-type: disc;
  display: block;
}

.textblock-300:hover {
  color: var(--smb-dunkelgrau);
}

.textblock-300.textblock-404 {
  text-wrap: balance;
  padding-bottom: 20px;
  font-size: 24px;
}

.textblock-300.textblock-start {
  color: var(--smb-dunkelgrau-80);
  margin-bottom: 0;
  padding: 10px 35vw 10vh 10vw;
  font-size: 20px;
  line-height: 28px;
}

.main-button-grau-weiss {
  text-align: center;
  text-wrap: balance;
  background-color: #ea5b0ce6;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 250px;
  min-width: auto;
  margin: 1rem auto;
  padding: 1rem;
  font-family: Inter, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.2rem;
  transition-property: opacity;
  transition-duration: .475s;
  transition-timing-function: ease;
  display: flex;
  position: relative;
}

.main-button-grau-weiss:hover {
  color: var(--white);
  background-color: #ea5b0c;
}

.link-textblock {
  color: var(--smb-orange);
  text-decoration: none;
  display: inline;
}

.link-textblock:hover {
  color: var(--smb-blau);
}

.link-textblock.link-list {
  font-size: .85rem;
}

.marken-quellen {
  color: #5f5f5f99;
  align-self: flex-start;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Inter, sans-serif;
  font-size: .625rem;
  font-weight: 300;
  line-height: 1.5;
}

.inject {
  color: var(--smb-dunkelgrau);
}

.html-embed-5 {
  display: none;
}

.slider-container.abstand-unten {
  background-color: var(--smb-hellgrau);
  text-align: left;
  height: auto;
  padding-top: 40px;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
  overflow: hidden;
}

.slider-text {
  color: var(--smb-dunkelgrau);
  padding-right: 70px;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 32px;
}

.slider-text.slider-text-overlay {
  padding-right: 0;
  line-height: 24px;
}

.slider-text.slider-text-overlay.benefit_p {
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 20px;
}

.slider-navi {
  background-color: var(--white);
  display: block;
  position: relative;
}

.arrowicon {
  color: var(--smb-dunkelgrau);
}

.slider-track {
  width: 100%;
  overflow: hidden;
}

.benefit_icon {
  aspect-ratio: 1;
  object-fit: scale-down;
  display: block;
  overflow: clip;
}

.benefit_p {
  text-wrap: balance;
  margin-bottom: 0;
  padding-right: 10px;
  font-size: 17px;
  font-weight: 300;
  line-height: 24px;
}

.nav-dropdown-entry {
  color: var(--white);
  border-top: 1px solid #ffffff26;
  border-radius: 1px;
  padding: 10px 20px;
  font-weight: 600;
  transition-property: color;
  transition-duration: .2s;
}

.nav-dropdown-entry:hover {
  color: var(--smb-orange);
}

.nav-dropdown-entry.w--current {
  color: var(--smb-orange);
  -webkit-text-stroke-color: var(--smb-orange);
  font-weight: 600;
}

.dropdown-list {
  cursor: pointer;
}

.dropdown-list.w--open {
  background-color: var(--smb-blau);
  color: var(--white);
  padding-bottom: 5px;
  transition: opacity .4s;
}

.dropdown {
  cursor: auto;
  justify-content: center;
  align-items: center;
  height: 70px;
  transition: opacity .4s;
  display: inline-block;
}

.dropdown:hover {
  background-color: var(--smb-blau);
}

.icon-4 {
  display: none;
}

.portrait-chefredaktion {
  object-fit: cover;
  object-position: 50% 50%;
  background-color: #fff;
  border-radius: 4px;
  display: block;
}

.text-link-weiss {
  color: #fff;
  display: inline-block;
}

.text-link-weiss:hover {
  color: #ffdcc9;
}

.griid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-areas: ". Area";
  min-height: 70vh;
}

.button-sp-h1 {
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  padding-left: 10vw;
  font-family: "Oswald 400", sans-serif;
  font-size: 40px;
  display: inline-block;
}

.button-sp-h1:hover {
  text-underline-offset: 10px;
  text-decoration-thickness: 4px;
}

.button-sp-h1.h1-button-con {
  color: inherit;
}

.button-switch-home-pub {
  background-color: var(--smb-blau);
  background-image: linear-gradient(to bottom, var(--smb-blau-50), var(--smb-blau-50)), url('../images/Headerbilder-Bühne-Home-Newsroom-v1b_1Headerbilder-Bühne-Home-Newsroom-v1b.avif');
  height: 100%;
  color: var(--white);
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding-top: 10vh;
  text-decoration: none;
  transition: opacity .2s;
}

.button-switch-home-pub:hover {
  background-color: var(--smb-orange);
  background-image: none;
  background-position: 0 0;
}

.text-button-switch {
  color: var(--white-80);
  padding-left: 10vw;
  padding-right: 4vw;
  font-size: 18px;
  font-weight: 300;
}

.text-button-switch.text-button-con {
  color: inherit;
}

.button-switch-home-conn {
  background-color: var(--white);
  color: var(--smb-blau);
  background-image: linear-gradient(#ffffffd9, #ffffffd9), url('../images/Buttonbild-Startseite-stayfriends-v1_1Buttonbild-Startseite-stayfriends-v1.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding-top: 10vh;
  text-decoration: none;
}

.button-switch-home-conn:hover {
  background-color: var(--smb-orange);
  color: var(--white);
  background-image: none;
  background-position: 0 0;
}

.link-pfeil {
  margin-top: 30px;
  margin-left: 10vw;
  margin-right: 6vw;
}

.link-arrow-circle {
  float: right;
  opacity: 0;
  width: 40px;
  transition: opacity .2s;
  display: block;
}

.link-arrow-circle:hover {
  opacity: 1;
}

.portrait-moodshot {
  aspect-ratio: auto;
  object-position: 50% 50%;
  border-radius: 500px;
  display: block;
}

.slider-3er.abstand-unten {
  background-color: var(--transparent);
  text-align: left;
  height: auto;
  display: block;
  position: static;
  overflow: visible;
}

.slider-4er-content {
  background-color: var(--white);
  height: 24rem;
  box-shadow: 0 0 10px 0 var(--smb-schwarz-10);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 2rem .5rem;
  padding: 2rem;
  display: flex;
}

.slider-4er-slide-bg {
  width: 33.3333%;
}

.benefit_p-link {
  color: var(--smb-orange);
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 10px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 24px;
}

.benefit_p-link:hover {
  color: var(--smb-orange-85);
}

.phone {
  color: var(--smb-dunkelgrau);
  content: "☎ ";
  text-decoration: none;
}

.phone:hover {
  color: var(--smb-orange);
  text-decoration: underline;
}

.header-einzeln-2 {
  color: #fff;
  background-color: #081f49;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.wrap-headerbild-einzeln-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: -70px;
  display: flex;
}

.headerbild {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100vw;
  height: 100vh;
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
}

.headertext {
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 100vw;
  margin-top: -70px;
  display: flex;
  position: absolute;
}

.gridcontainer {
  z-index: 1;
  width: 100vw;
  height: auto;
  padding-left: 10vw;
  padding-right: 10vw;
  position: relative;
}

.gridcontainer._1 {
  position: relative;
  inset: 0% auto 0% 0%;
}

.gridcontainer.carousel {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.grid {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  flex: 0 auto;
  grid-template: "."
                 "."
                 "."
                 / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: auto;
  grid-auto-flow: row dense;
  align-content: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  position: static;
  overflow: visible;
}

.grid.carousel {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  display: flex;
  overflow: visible;
}

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

.h1 {
  opacity: 1;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
  object-fit: fill;
  width: auto;
  margin: 0 auto;
  padding: 0;
  font-family: "Oswald 600", sans-serif;
  font-size: 5rem;
  font-weight: 600;
  line-height: 5rem;
  display: block;
  position: static;
  overflow: visible;
}

.h1.mobile {
  display: none;
}

.logo-navi-weiss-2 {
  min-width: 200px;
  height: 70px;
  position: relative;
  overflow: visible;
}

.navunterpunkt {
  float: none;
  color: #fff;
  justify-content: center;
  align-items: center;
  height: 70px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 1rem;
  font-family: Inter, sans-serif;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.5rem;
  display: inline-flex;
}

.navunterpunkt:hover {
  color: #ea5b0c;
}

.navunterpunkt.w--current {
  color: #ea5b0c;
  height: 70px;
  font-weight: 600;
}

.navunterpunkt.marken {
  cursor: default;
  padding-right: 1rem;
}

.nav-item-last {
  float: none;
  color: #fff;
  justify-content: center;
  align-items: center;
  height: 70px;
  margin-left: auto;
  padding: 0 0 0 1rem;
  font-family: Inter, sans-serif;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.5rem;
  display: inline-flex;
}

.nav-item-last:hover {
  color: #ea5b0c;
}

.nav-item-last.w--current {
  color: #ea5b0c;
  font-weight: 600;
}

.navgrid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.brand {
  align-items: center;
  padding-top: 0;
  transition: none;
  display: block;
}

.brand.w--current, .nav-menu {
  position: relative;
}

.textblock-portrait {
  opacity: 1;
  color: var(--smb-dunkelgrau);
  object-fit: fill;
  background-color: #0000;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  position: relative;
}

.textblock-portrait.brandtext {
  color: var(--white);
  font-size: 1rem;
  line-height: 1.5rem;
}

.h2_underline {
  border-bottom: 9px #000;
  margin-bottom: .5rem;
  font-size: 4rem;
  line-height: 4rem;
  display: block;
  overflow: visible;
}

.h2_underline.display-none {
  display: none;
}

.abschnitt-weiss {
  opacity: 1;
  background-color: #fff;
  width: auto;
  max-width: none;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: block;
  overflow: hidden;
}

.overlay-portrait {
  opacity: 0;
  object-fit: fill;
  background-color: #fff;
  border: 1px solid #0003;
  border-radius: 4px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  padding: 2rem 1rem 2rem 2rem;
  position: absolute;
  inset: 0% auto auto 0%;
}

.overlay-portrait:hover {
  opacity: 1;
}

.cellhome {
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #f6f6f6;
  flex-flow: column;
  display: block;
  box-shadow: 0 0 20px #0003;
}

.h2 {
  color: #5f5f5f;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: pre-wrap;
  border-top: 1px #000;
  border-bottom: .3rem solid #5f5f5f;
  border-radius: 0;
  width: auto;
  min-width: 0;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: "Oswald 400", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 3.2rem;
  text-decoration: none;
  display: inline-block;
  position: static;
  overflow: hidden;
}

.h2.weiss {
  pointer-events: auto;
  color: #fff;
  border: 1px #000;
  border-bottom: .3rem solid #f6f6f6;
  padding-top: .5rem;
  font-style: normal;
  position: static;
  overflow: visible;
}

.h2.h2_zweiteilig_orange {
  pointer-events: auto;
  color: #ea5b0c;
  border: 1px #000;
  border-bottom: 5px solid #ea5b0c;
  padding: .5rem 0 .5rem 0;
  font-size: 3rem;
  font-style: normal;
  line-height: 3rem;
}

.h2.display-none {
  display: none;
}

.inhaltegrid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 0;
}

.h3 {
  color: var(--smb-dunkelgrau);
  text-transform: uppercase;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Inter, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.h3.h4_shownone {
  line-height: 1.5rem;
  display: block;
}

.h3.grey {
  color: #5f5f5f;
  text-align: left;
  width: 100%;
  line-height: 1.25;
}

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

.portrait {
  opacity: 1;
  background-color: #fff;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  min-height: 12rem;
  padding: 1rem;
  display: flex;
  position: relative;
}

.portrait.giga {
  background-color: #00813c;
}

.portrait.kino-de {
  background-color: #019cfd;
}

.portrait.desired {
  background-color: #400d56;
}

.portrait.familie-de {
  background-color: #7093a0;
}

.portrait.spielaffe {
  background-color: #fecd44;
}

.portrait.watson {
  background-color: #1a1a1a;
}

.bg_left {
  z-index: 0;
  background-image: url('../images/leuchtturm_v2.avif');
  background-position: 50%;
  background-size: auto;
  width: 50%;
  min-height: 0;
  padding-top: 9rem;
  padding-bottom: 0;
  padding-left: 10vw;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
}

.bg_left.wws {
  background-color: #fff;
  background-image: none;
}

.zweiteilig {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 100vw;
  height: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.textblock {
  color: #5f5f5f;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 6px;
  max-width: 100vw;
  margin-bottom: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  list-style-type: disc;
  display: block;
}

.textblock:hover {
  color: #5f5f5f;
}

.textblock.weiss {
  color: #fff;
  background-color: #fff0;
  font-size: 1rem;
  line-height: 1.5rem;
}

.textblock.text-list {
  padding-top: 0;
  padding-bottom: 0;
}

.textblock.display-none {
  display: none;
}

.bg_right {
  z-index: 0;
  background-color: #ea5b0c;
  flex-flow: column;
  width: 50vw;
  height: 100%;
  min-height: 20px;
  padding: 9rem 10vw 9rem 8vw;
  display: flex;
  position: relative;
  top: 0;
  right: 0;
}

.logofooter {
  width: 200px;
  margin-bottom: 10px;
  padding-top: 0;
}

.link {
  color: #fff;
  border-bottom: 1px solid #fff;
  text-decoration: none;
  display: inline;
}

.link:hover {
  color: #ea5b0c;
  border-bottom-color: #ea5b0c;
}

.link.orange {
  width: auto;
  color: var(--smb-orange);
}

.footer {
  background-color: #081f49;
  margin-left: 0;
  margin-right: 0;
  padding: 80px 0;
  display: block;
}

.image {
  display: block;
}

.som-wrap-footer {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  margin-top: 0;
  font-size: 1rem;
  line-height: 2rem;
  display: flex;
}

.som-icon {
  float: left;
  color: #0f1119;
  align-self: center;
  min-width: 2rem;
  min-height: 2rem;
  position: static;
}

.textblock-impressum {
  color: #fff;
  border: 1px #fff;
  padding-top: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 2rem;
  display: block;
}

.portrait-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: clip;
}

.cell {
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #f6f6f6;
  border-radius: 6px;
  flex-flow: column;
  display: block;
  box-shadow: 0 0 20px #0003;
}

.abschnitt-grau {
  float: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  color: #5f5f5f;
  background-color: #f6f6f6;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 6rem;
  padding-bottom: 6rem;
  font-family: Inter, sans-serif;
  font-weight: 400;
  display: block;
  position: static;
  overflow: hidden;
}

.abschnitt-grau.brands {
  padding-top: 0;
  overflow: visible;
}

.abschnitt-grau.brands.familie.deleted, .abschnitt-grau.brands.deleted, .abschnitt-grau._3, .abschnitt-grau.display-none {
  display: none;
}

.abschnitt-grau.overflow-visible {
  overflow: visible;
}

.people-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  padding: .5rem 0 0;
}

.h4 {
  opacity: 1;
  color: #5f5f5fb3;
  min-height: 1em;
  margin-top: 0;
  margin-bottom: .5rem;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5rem;
  position: relative;
}

.abschnitt-cta {
  background-color: #ea5b0c5c;
  background-image: linear-gradient(#ea5b0cb3, #ea5b0cb3), url('../images/Moodshot-17.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: 0;
  padding: 120px 10vw;
  display: block;
  overflow: visible;
}

.abschnitt-cta.bluebackground_cta {
  background-color: #fff;
  background-image: linear-gradient(#081f4947, #081f4947), url('../images/blue_filter_mittelerde.avif');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding: 6rem 0;
}

.button {
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 6px;
  width: 250px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Inter, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2rem;
  transition-duration: .225s;
  display: block;
  position: relative;
  left: auto;
  box-shadow: 0 0 20px #0003;
}

.button:hover {
  color: var(--smb-blau);
  background-color: #ffffffe6;
}

.cta_heading {
  color: #fff;
  text-transform: uppercase;
  border-bottom: 5px solid #fff;
  margin-top: 0;
  margin-bottom: .5rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: "Oswald 400", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 3rem;
  display: inline-block;
}

.visitenkarte {
  background-color: #fff;
  border-radius: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: 100%;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  display: flex;
  overflow: visible;
}

.benefitsbilder {
  border-radius: 200px;
  align-self: center;
  margin-right: auto;
  padding-bottom: 1rem;
}

.textblock-marke-zahl-2 {
  color: #ea5b0c;
  text-align: center;
  flex-direction: row-reverse;
  align-items: flex-end;
  padding-top: 10px;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  display: block;
}

.textblock-marke-zahl-2.agof {
  display: block;
}

.textblock-marke-zahl-text-2 {
  opacity: .5;
  text-align: center;
  margin-top: 0;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: .8rem;
  font-weight: 300;
  line-height: 1.5rem;
}

.textblock-marke-zahl-text-2.agof {
  display: block;
}

.grid-marken {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #5f5f5f;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  line-height: 20px;
}

.bild-grid-marken-2 {
  margin-left: auto;
  margin-right: auto;
}

.bild-grid-marken-2.agof {
  display: block;
}

.markeninfocontainer {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.image-15 {
  display: none;
}

.brandpreview {
  position: relative;
  top: auto;
  overflow: visible;
}

.brandpreview._1 {
  z-index: 1;
  opacity: .7;
  color: #000;
  mix-blend-mode: normal;
  max-height: 100%;
  margin-left: 3rem;
  transition: opacity .1s;
  position: absolute;
  inset: 0% auto 0% 50%;
  overflow: hidden;
}

.markencontent {
  min-height: 48rem;
  margin-bottom: 2rem;
  padding: 4rem 4.75rem;
  box-shadow: 0 0 20px #0003;
}

.chefredakteurbildcontainer {
  background-color: #fff;
  border-radius: 4px;
  width: 20rem;
  height: 20rem;
  margin-top: -5rem;
  margin-bottom: .5rem;
  padding: 1rem;
  box-shadow: 0 0 20px #0003;
}

.navbar {
  background-color: var(--smb-blau);
  position: sticky;
  top: 0;
}

.brandlogo {
  padding-left: 2rem;
  padding-right: 2rem;
  position: static;
}

.brandlogous {
  padding-left: 3rem;
  padding-right: 3rem;
}

.slide {
  background-color: #f6f6f600;
  width: 100%;
  min-height: 70vh;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.slider_image_b2b {
  width: 80vw;
  margin-left: 40vw;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.slider_image_b2b._2 {
  margin-left: -20vw;
}

.h2-header-2 {
  opacity: 1;
  color: #5f5f5fcc;
  text-align: left;
  -webkit-text-stroke-color: #5f5f5fcc;
  text-transform: none;
  margin-bottom: 10px;
  margin-left: 15px;
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
  display: block;
}

.h2-header-2.cc-bigger-white-light {
  opacity: 1;
  color: #fff;
  text-transform: uppercase;
  white-space: pre;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #ea5b0c;
  background-clip: border-box;
  border-radius: 4px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 25px;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  display: inline-block;
  overflow: visible;
}

.right-arrow {
  background-color: var(--transparent);
  background-image: linear-gradient(90deg, var(--transparent), var(--smb-hellgrau));
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  inset: 0% 0% 0% auto;
  overflow: visible;
}

.textnonbreaking {
  white-space: nowrap;
}

.arrowrightcontainer {
  background-color: var(--white);
  border-radius: 4px 0 0 4px;
  justify-content: flex-start;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
  box-shadow: 0 0 20px #0003;
}

.arrowleftcontainer {
  background-color: var(--white);
  border-radius: 0 4px 4px 0;
  justify-content: flex-start;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
  box-shadow: 0 0 20px #0003;
}

.left-arrow {
  background-image: linear-gradient(270deg, #0000, var(--smb-hellgrau));
  justify-content: flex-start;
  align-items: center;
  display: flex;
  inset: 0% auto 0% 0%;
  overflow: visible;
}

.slider-container-mobile.abstand-unten {
  background-color: var(--smb-hellgrau);
  text-align: left;
  height: auto;
  padding-top: 100px;
  padding-bottom: 0;
  padding-left: 0;
  display: none;
  overflow: hidden;
}

.main-button-businesscard {
  color: #5f5f5fcc;
  text-align: center;
  background-color: #fff;
  border: 1px solid #5f5f5f80;
  border-radius: 4px;
  justify-content: center;
  min-width: auto;
  margin-top: 5px;
  margin-left: 0;
  margin-right: auto;
  padding: 10px 15px 12px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 15px;
  transition: opacity .475s;
  display: flex;
  position: relative;
}

.main-button-businesscard:hover {
  color: #fff;
  background-color: #ea5b0c;
  border-color: #ea5b0c;
}

.abschnitt-blau {
  background-color: var(--smb-blau);
  opacity: 1;
  width: auto;
  max-width: none;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: block;
  position: relative;
  overflow: hidden;
}

.abschnitt-blau.banderole {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.visually-hidden {
  width: 1px;
  height: 1px;
  margin-right: -1px;
  position: absolute;
  overflow: hidden;
}

.text-block {
  justify-content: center;
  align-items: center;
  display: block;
}

.logocontainer {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 5rem;
  display: flex;
  overflow: visible;
}

.logocontainer._2 {
  display: none;
}

.whitelogo {
  opacity: .5;
  width: 7rem;
}

.text-block-2 {
  font-size: 15px;
}

.text-block-2.mobile {
  display: none;
}

.businesscard-photo {
  aspect-ratio: 1;
  object-fit: scale-down;
  overflow: clip;
}

.tag-werbemittel {
  background-color: var(--smb-dunkelgrau-10);
  color: var(--smb-dunkelgrau);
  flex-flow: row;
  justify-content: flex-start;
  align-items: baseline;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 5px 15px;
  font-size: .85rem;
  display: block;
  position: relative;
}

.tag-werbemittel:hover {
  background-color: var(--smb-orange);
  color: var(--white);
}

.abschnitt-grau-paddingbottom {
  float: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--smb-hellgrau);
  opacity: 1;
  color: #5f5f5f;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 6rem;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  font-weight: 400;
  display: block;
  position: static;
  overflow: hidden;
}

.item-tag-list {
  list-style-type: none;
  display: inline;
}

.item-tag-list.link-list {
  color: var(--smb-orange);
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding-left: .8rem;
  font-size: .8rem;
  list-style-type: disc;
  display: block;
}

.itemexplorationtaglist {
  z-index: 1000;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  box-shadow: 0 0 10px 0 var(--smb-schwarz-10);
  color: var(--black);
  vertical-align: top;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: fit-content;
  min-width: 300px;
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  font-weight: 300;
  display: none;
  position: absolute;
  inset: auto auto 100%;
}

.tags-medias {
  flex-flow: wrap;
  margin-bottom: 1rem;
  display: block;
  position: relative;
}

.tag-item {
  display: inline-block;
  position: relative;
}

.infotext {
  margin-bottom: 1rem;
  font-size: 14px;
  line-height: 22px;
}

.brand-list {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: inline-flex;
}

.brand-list-item {
  border-bottom: 2px solid var(--smb-dunkelgrau);
  color: var(--smb-dunkelgrau);
  margin-right: 8px;
  padding: 3px 7px 1px;
  font-size: .8rem;
  font-weight: 300;
  line-height: 20px;
  transition: opacity .2s;
}

.brand-list-item:hover {
  background-color: var(--smb-dunkelgrau);
  color: var(--white);
}

.brand-list-item.brand-list-item-watson {
  border-bottom-color: var(--watson-main);
}

.brand-list-item.brand-list-item-watson:hover {
  background-color: var(--watson-main);
  color: var(--white);
}

.brand-list-item.brand-list-item-desired {
  border-bottom-color: var(--desired-main);
}

.brand-list-item.brand-list-item-desired:hover {
  background-color: var(--desired-main);
  color: var(--white);
}

.brand-list-item.brand-list-item-tonline {
  border-bottom: 2px solid var(--t-online-main);
}

.brand-list-item.brand-list-item-tonline:hover {
  background-color: var(--t-online-main);
  color: var(--white);
}

.brand-list-item.brand-list-item-familie {
  border-bottom-color: var(--familie-main);
}

.brand-list-item.brand-list-item-familie:hover {
  background-color: var(--familie-main);
}

.brand-list-item.brand-list-item-giga {
  border-bottom-color: var(--giga-main);
}

.brand-list-item.brand-list-item-giga:hover {
  background-color: var(--giga-main);
}

.brand-list-item.brand-list-item-kino {
  border-bottom-color: var(--kino-main);
}

.brand-list-item.brand-list-item-kino:hover {
  background-color: var(--kino-main);
}

.brand-list-item.invisible {
  opacity: 0;
}

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

.artikel-grau-mitarbeiter {
  float: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  color: #5f5f5f;
  background-color: #f6f6f6;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px 0 120px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  display: block;
  position: static;
}

.h2-2 {
  color: #5f5f5f;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: pre-wrap;
  border-top: 1px #000;
  border-bottom: .3rem solid #5f5f5f;
  border-radius: 0;
  width: auto;
  min-width: 0;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: .5rem;
  padding-left: 0;
  font-family: "Oswald 400", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 3.2rem;
  text-decoration: none;
  display: inline-block;
  overflow: hidden;
}

.artikel-mitarbeiter {
  opacity: 1;
  background-color: #fff;
  width: auto;
  max-width: none;
  height: 10rem;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  display: block;
}

.chefredakteurbildcontainer-2 {
  background-color: #fff;
  border-radius: 4px;
  width: 20rem;
  height: 20rem;
  margin-top: -5rem;
  padding: 1rem;
  box-shadow: 0 0 20px #0003;
}

.textblock-grid-1-2 {
  color: #5f5f5f;
  border-radius: 6px;
  max-width: 80ch;
  margin-bottom: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5rem;
  list-style-type: disc;
  display: block;
}

.textblock-grid-1-2:hover {
  color: #5f5f5f;
}

.textblock-301 {
  color: #5f5f5f;
  border-radius: 6px;
  max-width: 80ch;
  margin-bottom: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5rem;
  list-style-type: disc;
  display: block;
}

.textblock-301:hover {
  color: #5f5f5f;
}

.h3-2 {
  color: #5f5f5f;
  text-transform: uppercase;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Inter, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.link-textblock-2 {
  color: #ea5b0c;
  text-decoration: none;
  display: inline;
}

.link-textblock-2:hover {
  color: #081f49;
}

.textblock-302 {
  color: #5f5f5f;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 6px;
  max-width: 100vw;
  margin-bottom: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  list-style-type: disc;
  display: block;
}

.textblock-302:hover {
  color: #5f5f5f;
}

.grid-2 {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  color: #fff;
  flex: 0 auto;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  position: static;
  overflow: visible;
}

.h2-3 {
  color: #5f5f5f;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: pre-wrap;
  border-top: 1px #000;
  border-bottom: .3rem solid #5f5f5f;
  border-radius: 0;
  width: auto;
  min-width: 0;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: .5rem;
  padding-left: 0;
  font-family: "Oswald 400", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 3.2rem;
  text-decoration: none;
  display: inline-block;
  overflow: hidden;
}

.h2_underline-2 {
  margin-bottom: .5rem;
  font-size: 4rem;
  line-height: 4rem;
}

.textblock-303 {
  color: #5f5f5f;
  border-radius: 6px;
  max-width: 80ch;
  margin-bottom: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5rem;
  list-style-type: disc;
  display: block;
}

.textblock-303:hover {
  color: #5f5f5f;
}

.portrait-chefredaktion-2 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  display: block;
}

.link-2 {
  clear: none;
  color: #fff;
  object-fit: fill;
  border-bottom: 1px solid #fff;
  font-size: 15px;
  text-decoration: none;
  display: inline;
}

.link-2:hover {
  color: #ea5b0c;
  border-bottom-color: #ea5b0c;
}

.link-2.orange {
  color: #ea5b0c;
  border-bottom-style: none;
  font-size: 1rem;
  line-height: 1.5;
}

.link-2.orange:hover {
  opacity: .7;
}

.grid-3 {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  color: #fff;
  flex: 0 auto;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  position: static;
  overflow: visible;
}

.textblock-304 {
  color: #5f5f5f;
  border-radius: 6px;
  max-width: 80ch;
  margin-bottom: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5rem;
  list-style-type: disc;
  display: block;
}

.textblock-304:hover {
  color: #5f5f5f;
}

.grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  max-width: 1200px;
}

.link-block {
  width: 100%;
}

.grid-copy {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  flex: 0 auto;
  grid-template: "."
                 "."
                 "."
                 / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: auto;
  grid-auto-flow: row dense;
  align-content: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  position: static;
  overflow: visible;
}

.grid-copy.carousel {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  display: flex;
  overflow: visible;
}

.grid-copy.grid-5 {
  grid-template-rows: auto auto auto auto auto;
}

.grid-brand-intro {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  flex: 0 auto;
  grid-template: "."
  / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: auto;
  grid-auto-flow: row dense;
  align-content: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  position: static;
  overflow: visible;
}

.grid-brand-intro.carousel {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  display: flex;
  overflow: visible;
}

.grid-brand-intro.grid-5 {
  grid-template-rows: auto auto auto auto auto;
}

.slider-grid {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  flex: 0 auto;
  grid-template: "."
  / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: auto;
  grid-auto-flow: row dense;
  align-content: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  position: static;
  overflow: visible;
}

.slider-grid.carousel {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  display: flex;
  overflow: visible;
}

.slider-grid.grid-5 {
  grid-template-rows: auto auto auto auto auto;
}

.redakteur-text-grid {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  color: #fff;
  flex: 0 auto;
  grid-template-rows: auto auto auto minmax(28px, 1fr) minmax(auto, 1fr);
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  position: static;
  overflow: visible;
}

.grid-3-copy {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  color: #fff;
  flex: 0 auto;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  position: static;
  overflow: visible;
}

.header-grid {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  flex: 0 auto;
  grid-template: "."
                 "."
                 "."
                 / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: auto;
  grid-auto-flow: row dense;
  align-content: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  position: static;
  overflow: visible;
}

.header-grid.carousel {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  display: flex;
  overflow: visible;
}

.header-grid.grid-5 {
  grid-template-rows: auto auto auto auto auto;
}

.header-grid-button {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  flex: 0 auto;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: auto;
  grid-auto-flow: row dense;
  align-content: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  position: static;
  overflow: visible;
}

.header-grid-button.carousel {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  display: flex;
  overflow: visible;
}

.header-grid-button.grid-5 {
  grid-template-rows: auto auto auto auto auto;
}

.grid-copy3 {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  flex: 0 auto;
  grid-template: "."
                 "."
                 "."
                 / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: auto;
  grid-auto-flow: row dense;
  align-content: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  position: static;
  overflow: visible;
}

.grid-copy3.carousel {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  display: flex;
  overflow: visible;
}

.grid-copy3.grid-5 {
  grid-template-rows: auto auto auto auto auto;
}

@media screen and (min-width: 1280px) {
  .stroer-content-group-v2--header-grid {
    min-width: 0;
    max-width: 1200px;
  }

  .h3-header.h3-start {
    font-size: 23px;
  }

  .textblock-300.textblock-start {
    padding-right: 40vw;
    font-size: 22px;
    line-height: 32px;
  }

  .slider-container.abstand-unten {
    padding-top: 40px;
  }

  .slider-text.slider-text-overlay {
    font-size: 18px;
    line-height: 30px;
  }

  .slider-text.slider-text-overlay.benefit_p {
    font-size: 16px;
    line-height: 24px;
    -webkit-text-decoration: none;
    text-decoration: none;
  }

  .slider-track {
    position: static;
    overflow: hidden;
  }

  .nav-dropdown-entry {
    cursor: pointer;
  }

  .griid {
    min-height: 71vh;
  }

  .button-sp-h1 {
    font-size: 44px;
  }

  .text-button-switch {
    padding-right: 6vw;
    font-size: 22px;
    line-height: 32px;
  }

  .link-arrow-circle {
    width: 50px;
  }

  .portrait-moodshot {
    float: right;
    border-radius: 500px;
    width: 100%;
  }

  .slider-4er-slide-bg {
    width: 25%;
  }

  .benefit_p-link {
    font-size: 16px;
  }

  .phone {
    color: var(--smb-dunkelgrau);
    text-decoration: none;
  }

  .phone:hover {
    color: var(--smb-orange);
    text-decoration: underline;
  }

  .grid {
    min-width: 0;
    max-width: 1200px;
  }

  .logo-navi-weiss-2 {
    overflow: visible;
  }

  .nav-item-last {
    padding-right: 0;
  }

  .textblock-portrait {
    padding-top: 0;
  }

  .overlay-portrait {
    padding-right: 1rem;
  }

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

  .h3 {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

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

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

  .som-icon {
    height: 3rem;
    margin-right: 10px;
  }

  .people-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .h4 {
    min-width: 1em;
    min-height: 1em;
    margin-top: 0;
  }

  .slider-container-mobile.abstand-unten {
    padding-top: 80px;
  }

  .businesscard-photo {
    display: block;
  }

  .item-tag-list.link-list {
    margin-top: 0;
  }

  .itemexplorationtaglist {
    left: 50%;
    transform: translateX(-50%);
  }

  .tags-medias {
    margin-bottom: .5rem;
    padding-top: .5rem;
  }

  .tag-item {
    position: static;
  }

  .artikel-grau-mitarbeiter {
    padding-left: 0;
  }

  .h3-2 {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .grid-2, .grid-3, .grid-copy, .grid-copy, .grid-brand-intro, .slider-grid, .redakteur-text-grid, .grid-3-copy, .header-grid, .header-grid-button, .grid-copy3 {
    min-width: 0;
    max-width: 1200px;
  }
}

@media screen and (min-width: 1440px) {
  .slider-4er-slide-bg {
    width: 25%;
  }

  .overlay-portrait {
    padding-bottom: 0;
  }

  .h3 {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .h3.h4_shownone {
    font-size: 1.2rem;
  }

  .portrait {
    width: 100%;
  }

  .people-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .abschnitt-cta.bluebackground_cta {
    width: 100vw;
  }

  .brandpreview._1 {
    transition: opacity .3s cubic-bezier(.47, 0, .745, .715);
  }

  .brandpreview._1:hover {
    opacity: 1;
  }

  .h3-2 {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
}

@media screen and (min-width: 1920px) {
  .stroer-content-group-v2--gridcontainer {
    flex: 0 auto;
  }

  .stroer-content-group-v2--h1 {
    text-align: center;
    width: auto;
    font-size: 5rem;
    line-height: 5rem;
  }

  .stroer-content-group-v2--header-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    min-width: 0;
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }

  .h3-header.h3-start {
    font-size: 26px;
  }

  .h11 {
    text-align: center;
    width: auto;
    font-size: 130px;
    line-height: 130px;
  }

  .h11.h1-404 {
    font-size: 100px;
    line-height: 80px;
  }

  .h222.h2b_b2b.bild_mission.mission_head {
    border-bottom-width: .4vw;
    margin-bottom: 21vh;
    padding-top: 10vw;
    padding-left: 0;
    font-size: 4.4vw;
    line-height: 4.4vw;
  }

  .textblock-300 {
    min-width: auto;
    max-width: 1500px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 15vw;
  }

  .textblock-300.textblock-404 {
    text-wrap: balance;
    padding-right: 10vw;
    font-size: 30px;
    line-height: 42px;
  }

  .textblock-300.textblock-start {
    max-width: 40vw;
    padding-right: 0;
    font-size: 24px;
    line-height: 36px;
  }

  .slider-container.abstand-unten {
    background-color: var(--smb-hellgrau);
    -webkit-text-stroke-color: #1a1b1f00;
    border-radius: 0;
  }

  .slider-text {
    font-size: 24px;
    line-height: 36px;
  }

  .slider-text.slider-text-overlay.benefit_p {
    line-height: 24px;
  }

  .benefit_p {
    font-size: 20px;
    line-height: 28px;
  }

  .nav-dropdown-entry {
    font-size: 16px;
  }

  .griid {
    min-height: 72vh;
  }

  .button-sp-h1 {
    font-size: 52px;
  }

  .text-button-switch {
    padding-right: 10vw;
    font-size: 24px;
    line-height: 36px;
  }

  .link-arrow-circle {
    width: 60px;
  }

  .portrait-moodshot {
    border-radius: 600px;
  }

  .benefit_p-link {
    line-height: 24px;
  }

  .gridcontainer {
    flex: 0 auto;
  }

  .grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    min-width: 0;
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }

  .grid._1 {
    grid-column-gap: 1rem;
    grid-row-gap: 0rem;
  }

  .h1 {
    text-align: center;
    width: auto;
    font-size: 5rem;
    line-height: 5rem;
  }

  .logo-navi-weiss-2 {
    height: auto;
  }

  .navunterpunkt, .nav-item-last {
    font-size: 1rem;
  }

  .navgrid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
  }

  .textblock-portrait {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .overlay-portrait {
    opacity: 0;
  }

  .h2.weiss, .h2.h2_zweiteilig_orange {
    margin-top: 0;
  }

  .h3 {
    line-height: 1.5rem;
  }

  .verlinkung {
    width: 100%;
  }

  .portrait {
    opacity: 1;
    width: 100%;
  }

  .bg_left {
    background-image: url('../images/leuchtturm_v2.avif');
    background-size: contain;
  }

  .textblock {
    min-width: auto;
    max-width: 80ch;
  }

  .textblock.weiss {
    line-height: 1.5rem;
  }

  .bg_right {
    background-color: #ea5b0c;
  }

  .link {
    border-bottom: 1px solid #fff;
    border-radius: 0;
    font-size: 17px;
  }

  .link:hover {
    border: 0 solid #ea5b0c;
    border-bottom-width: 1px;
  }

  .footer {
    font-size: 20px;
    line-height: 32px;
  }

  .people-grid {
    clear: none;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .h4 {
    margin-top: 0;
    padding-left: 0;
  }

  .abschnitt-cta {
    background-image: linear-gradient(#ea5b0cb3, #ea5b0cb3), url('../images/post_its.avif');
    background-position: 0 0, 50%;
  }

  .visitenkarte {
    flex-flow: column;
    width: 100%;
  }

  .textblock-marke-zahl-2 {
    padding-top: 10px;
    line-height: 1.5rem;
  }

  .textblock-marke-zahl-text-2 {
    margin-top: 0;
    line-height: 34px;
  }

  .markencontent {
    min-height: 50rem;
  }

  .h2-header-2.cc-bigger-white-light {
    width: auto;
  }

  .slider-container-mobile.abstand-unten {
    background-color: var(--smb-hellgrau);
  }

  .artikel-grau-mitarbeiter {
    padding-top: 20px;
    padding-left: 0;
  }

  .textblock-grid-1-2, .textblock-301 {
    min-width: auto;
  }

  .h3-2 {
    line-height: 1.5rem;
  }

  .textblock-302 {
    min-width: auto;
    max-width: 80ch;
  }

  .grid-2 {
    min-width: 0;
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }

  .textblock-303 {
    min-width: auto;
  }

  .link-2 {
    border-bottom: 1px solid #fff;
    border-radius: 0;
    font-size: 17px;
  }

  .link-2:hover {
    border: 0 solid #ea5b0c;
    border-bottom-width: 1px;
  }

  .grid-3 {
    grid-template-rows: minmax(auto, max-content) auto auto auto;
    min-width: 0;
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }

  .textblock-304 {
    min-width: auto;
  }

  .grid-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    min-width: 0;
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-copy._1 {
    grid-column-gap: 1rem;
    grid-row-gap: 0rem;
  }

  .grid-brand-intro {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    min-width: 0;
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-brand-intro._1 {
    grid-column-gap: 1rem;
    grid-row-gap: 0rem;
  }

  .slider-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    min-width: 0;
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }

  .slider-grid._1 {
    grid-column-gap: 1rem;
    grid-row-gap: 0rem;
  }

  .redakteur-text-grid, .grid-3-copy {
    min-width: 0;
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }

  .header-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    min-width: 0;
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }

  .header-grid._1 {
    grid-column-gap: 1rem;
    grid-row-gap: 0rem;
  }

  .header-grid-button {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    min-width: 0;
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }

  .header-grid-button._1 {
    grid-column-gap: 1rem;
    grid-row-gap: 0rem;
  }

  .grid-copy3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    min-width: 0;
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-copy3._1 {
    grid-column-gap: 1rem;
    grid-row-gap: 0rem;
  }
}

@media screen and (max-width: 991px) {
  .stroer-content-group-v2--wrap-headerbild-einzeln-2 {
    object-fit: fill;
    align-self: auto;
    width: auto;
    height: auto;
  }

  .stroer-content-group-v2--headerbild {
    object-fit: cover;
    object-position: 8% 50%;
    height: 100vh;
  }

  .stroer-content-group-v2--h1 {
    margin-top: -4rem;
    margin-bottom: 0;
    padding-top: 0;
  }

  .stroer-content-group-v2--header-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    min-width: 0;
    max-width: none;
    height: 100%;
    min-height: 0%;
  }

  .buttonpasswort {
    justify-content: center;
  }

  .h11 {
    margin-top: -70px;
    margin-bottom: 0;
    padding-top: 0;
    font-size: 80px;
    line-height: 90px;
  }

  .h222 {
    color: var(--smb-dunkelgrau);
    margin-bottom: 5px;
    padding-bottom: 10px;
    font-size: 45px;
  }

  .h222.h2b_b2b {
    color: var(--smb-blau);
  }

  .h222.h2b_b2b.bild_mission {
    color: var(--white);
  }

  .h222.h2b_b2b.bild_mission.mission_head {
    margin-bottom: 44vw;
  }

  .artikel-grau {
    background-color: var(--smb-hellgrau);
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .textblock-300 {
    padding-bottom: 20px;
    padding-left: 5vw;
    padding-right: 5vw;
    font-size: 20px;
    line-height: 30px;
  }

  .textblock-300.textblock-start {
    padding-right: 20vw;
  }

  .marken-quellen {
    padding-top: 20px;
    padding-left: 0;
    font-size: 12px;
    font-weight: 300;
    line-height: 26px;
  }

  .html-embed-5 {
    display: none;
  }

  .slider-container.abstand-unten {
    background-color: var(--smb-hellgrau);
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

  .slider-text {
    padding-right: 0;
  }

  .slider-navi._2 {
    background-color: var(--white);
  }

  .nav-dropdown-entry {
    margin-right: 10vw;
  }

  .dropdown-list {
    margin-top: 0;
    position: relative;
  }

  .dropdown {
    height: auto;
    display: block;
  }

  .portrait-chefredaktion {
    width: 100%;
  }

  .button-sp-h1 {
    padding-right: 3vw;
    line-height: 40px;
  }

  .button-switch-home-conn {
    background-image: linear-gradient(to bottom, var(--smb-orange-85), var(--smb-orange-85)), url('../images/Buttonbild-Startseite-stayfriends-v1_1Buttonbild-Startseite-stayfriends-v1.avif');
    color: var(--white);
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .link-arrow-circle {
    opacity: 1;
  }

  .portrait-moodshot {
    float: left;
    width: 400px;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }

  .slider-3er.abstand-unten {
    height: auto;
  }

  .slider-4er-slide-bg {
    width: 50%;
  }

  .wrap-headerbild-einzeln-2 {
    object-fit: fill;
    align-self: auto;
    width: auto;
    height: auto;
  }

  .headerbild {
    object-fit: cover;
    object-position: 8% 50%;
    height: 100vh;
  }

  .gridcontainer.carousel {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    min-width: 0;
    max-width: none;
    height: 100%;
    min-height: 0%;
  }

  .grid.carousel {
    grid-column-gap: 0rem;
    overflow: hidden;
  }

  .h1 {
    margin-top: -4rem;
    margin-bottom: 0;
    padding-top: 0;
  }

  .h1.mobile {
    display: block;
  }

  .h1.mobile.vm {
    font-size: 4rem;
    line-height: 4rem;
    display: block;
  }

  .h1.vm {
    display: none;
  }

  .menu-lottie {
    margin-left: 0;
    margin-right: 0;
    padding: 8px 0 0;
    position: relative;
  }

  .menu-lottie.w--open {
    background-color: #0000;
    margin-right: 0;
    padding: 8px 0 0 0;
  }

  .logo-navi-weiss-2 {
    opacity: 100;
    padding-top: 0;
  }

  .navunterpunkt {
    height: auto;
    margin-bottom: 2rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 0;
    font-size: 1rem;
    line-height: 1rem;
    display: block;
    position: relative;
  }

  .navunterpunkt.w--current {
    height: auto;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-right: 0;
    display: block;
  }

  .nav-item-last {
    height: auto;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 0;
    font-size: 1rem;
    line-height: 1rem;
    display: block;
  }

  .navgrid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    min-width: 0;
    max-width: none;
    height: auto;
    min-height: 0%;
  }

  .lottie-animation-3 {
    width: 50px;
    margin-right: 0;
  }

  .brand.w--current {
    padding-top: 0;
    position: relative;
  }

  .nav-menu {
    background-color: #081f49;
    width: 100vw;
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 10vw;
    position: absolute;
  }

  .textblock-portrait {
    color: #5f5f5f;
    padding-top: 0;
    padding-bottom: 0;
  }

  .textblock-portrait.brandtext {
    color: var(--smb-dunkelgrau);
  }

  .h2_underline {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    display: block;
  }

  .abschnitt-weiss {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .overlay-portrait {
    opacity: 1;
    background-color: #0000;
    border-style: none;
    border-width: 1px;
    border-radius: 4px;
    width: auto;
    height: auto;
    padding: 0;
    text-decoration: none;
    position: relative;
  }

  .cellhome {
    opacity: 100;
    text-align: left;
    background-color: #f6f6f6;
    border-radius: 6px;
    padding-top: 0;
    box-shadow: 0 0 20px #0003;
  }

  .h2 {
    margin-bottom: 0;
    padding-bottom: .5rem;
  }

  .h2.weiss {
    font-size: 3rem;
    line-height: 3rem;
  }

  .h2.h2_zweiteilig_orange {
    border: 1px #000;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding: 0 0 0;
    font-size: 3rem;
    line-height: 3rem;
  }

  .h3 {
    color: #5f5f5f;
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.5rem;
    text-decoration: none;
  }

  .h3.h4_shownone {
    display: none;
  }

  .h3.grey {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }

  .h3.grey.home2 {
    color: #fff;
    display: none;
  }

  .verlinkung {
    border-radius: 6px;
    text-decoration: none;
  }

  .portrait {
    border-radius: 6px;
    width: auto;
    padding: 2rem;
    text-decoration: none;
    display: block;
  }

  .bg_left {
    width: 100vw;
    padding-top: 6rem;
    padding-bottom: 1rem;
    position: static;
  }

  .zweiteilig {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .textblock.weiss {
    padding-top: .5rem;
  }

  .textblock.switch {
    color: #fff;
  }

  .bg_right {
    width: 100vw;
    padding-top: 6rem;
    padding-bottom: 6rem;
    position: static;
  }

  .logofooter {
    opacity: 100;
  }

  .link, .footer {
    font-size: 14px;
  }

  .image, .som-icon {
    opacity: 100;
  }

  .portrait-image {
    text-align: left;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: auto;
    padding-left: 0;
    overflow: clip;
  }

  .cell {
    text-align: left;
    background-color: #f6f6f6;
    border-radius: 6px;
    padding-top: 0;
  }

  .abschnitt-grau {
    background-color: #f6f6f6;
  }

  .people-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .h4 {
    color: #5f5f5fb3;
    margin-top: 0;
    line-height: 1.5rem;
    text-decoration: none;
  }

  .abschnitt-cta {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .abschnitt-cta.bluebackground_cta {
    background-image: linear-gradient(#0000, #0000), url('../images/blue_filter_Headerbild-Jobs.avif');
    background-position: 0 0, 50% 110%;
    background-size: auto, 160vw;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .button {
    line-height: 1.5rem;
  }

  .cta_heading {
    margin-bottom: 0;
    padding-bottom: .5rem;
  }

  .visitenkarte {
    width: 100%;
    box-shadow: none;
    margin: 0;
    padding: 2rem;
  }

  .benefitsbilder {
    width: 40%;
  }

  .textblock-marke-zahl-2 {
    text-align: left;
    margin-top: 10px;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .textblock-marke-zahl-text-2 {
    text-align: left;
    margin-top: 0;
    padding-top: 45px;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .grid-marken {
    grid-column-gap: 0px;
    grid-template-columns: .5fr 1fr;
  }

  .bild-grid-marken-2 {
    margin-top: 20px;
    padding-right: 10px;
  }

  .image-15 {
    display: block;
  }

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

  .brandpreview._1 {
    padding-top: 0;
    padding-left: 6vw;
    display: none;
    position: static;
  }

  .markencontent {
    min-height: 0;
    margin-top: 0;
  }

  .chefredakteurbildcontainer {
    width: 100%;
    height: auto;
    margin-top: -60px;
  }

  .slide {
    color: #000;
    background-color: #f6f6f6;
  }

  .slide.mobile {
    height: auto;
    padding-top: 1rem;
    padding-bottom: 5rem;
  }

  .slider_image_b2b.mobile {
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .h2-header-2.cc-bigger-white-light {
    opacity: 100;
    margin-bottom: 100px;
  }

  .right-arrow {
    z-index: 4;
    background-image: none;
    inset: 0% 0% 0% auto;
  }

  .left-arrow {
    background-image: none;
  }

  .slider-container-mobile.abstand-unten {
    background-color: var(--smb-hellgrau);
    height: auto;
    padding-top: 2rem;
    padding-bottom: 0;
    display: block;
  }

  .main-button-businesscard {
    background-color: var(--smb-orange);
    color: var(--white);
    border-style: none;
  }

  .abschnitt-blau {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .logocontainer {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: flex-start;
    align-items: center;
    padding-right: 1rem;
    overflow: visible;
  }

  .logocontainer._2, .text-block-2.mobile {
    display: none;
  }

  .tag-werbemittel {
    background-color: var(--smb-orange);
    color: var(--white);
  }

  .abschnitt-grau-paddingbottom {
    background-color: #f6f6f6;
    padding-bottom: 0;
  }

  .artikel-grau-mitarbeiter {
    background-color: #f6f6f6;
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .h2-2 {
    margin-bottom: 0;
    padding-bottom: .5rem;
  }

  .artikel-mitarbeiter {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .chefredakteurbildcontainer-2 {
    width: auto;
    height: auto;
    margin-top: -118px;
    margin-bottom: .5rem;
  }

  .textblock-grid-1-2, .textblock-301 {
    border: 1px #000;
  }

  .h3-2 {
    color: #5f5f5f;
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .grid-2 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    min-width: 0;
    max-width: none;
    height: 100%;
    min-height: 0%;
  }

  .h2-3 {
    margin-bottom: 0;
    padding-bottom: .5rem;
  }

  .h2_underline-2 {
    display: block;
  }

  .textblock-303 {
    border: 1px #000;
  }

  .portrait-chefredaktion-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .link-2 {
    font-size: 14px;
  }

  .grid-3 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    min-width: 0;
    max-width: none;
    height: 100%;
    min-height: 0%;
  }

  .textblock-304 {
    border: 1px #000;
  }

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

  .grid-copy {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    min-width: 0;
    max-width: none;
    height: 100%;
    min-height: 0%;
  }

  .grid-copy.carousel {
    grid-column-gap: 0rem;
    overflow: hidden;
  }

  .grid-brand-intro {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    min-width: 0;
    max-width: none;
    height: 100%;
    min-height: 0%;
  }

  .grid-brand-intro.carousel {
    grid-column-gap: 0rem;
    overflow: hidden;
  }

  .slider-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    min-width: 0;
    max-width: none;
    height: 100%;
    min-height: 0%;
  }

  .slider-grid.carousel {
    grid-column-gap: 0rem;
    overflow: hidden;
  }

  .redakteur-text-grid, .grid-3-copy, .header-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    min-width: 0;
    max-width: none;
    height: 100%;
    min-height: 0%;
  }

  .header-grid.carousel {
    grid-column-gap: 0rem;
    overflow: hidden;
  }

  .header-grid-button {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    min-width: 0;
    max-width: none;
    height: 100%;
    min-height: 0%;
  }

  .header-grid-button.carousel {
    grid-column-gap: 0rem;
    overflow: hidden;
  }

  .grid-copy3 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    min-width: 0;
    max-width: none;
    height: 100%;
    min-height: 0%;
  }

  .grid-copy3.carousel {
    grid-column-gap: 0rem;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .stroer-content-group-v2--headerbild {
    object-position: 11% 50%;
  }

  .stroer-content-group-v2--h1 {
    width: 80vw;
    margin-bottom: 30px;
    font-size: 5rem;
    line-height: 5rem;
  }

  .stroer-content-group-v2--header-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    min-width: 0;
    max-width: none;
  }

  .h3-header {
    font-size: 16px;
    line-height: 28px;
  }

  .h3-header.h3-start {
    padding-right: 30vw;
  }

  .h11 {
    width: 80vw;
    margin-bottom: 30px;
    font-size: 80px;
    line-height: 85px;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .h222 {
    margin-bottom: 5px;
  }

  .h222.h2b_b2b.bild_mission.mission_head {
    width: 30vw;
    margin-bottom: 10vw;
    margin-left: 10vw;
    font-size: 50px;
    line-height: 55px;
  }

  .artikel-grau {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .artikel-grau.artikel-nopadding {
    height: auto;
  }

  .textblock-300 {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 30px;
  }

  .textblock-300.textblock-start {
    padding-right: 10vw;
  }

  .main-button-grau-weiss {
    margin-left: auto;
    margin-right: auto;
  }

  .link-textblock.link-list {
    font-size: 1rem;
  }

  .marken-quellen {
    padding-top: 10px;
    padding-left: 0;
    font-weight: 300;
  }

  .slider-container.abstand-unten {
    background-color: var(--smb-hellgrau);
    padding-top: 20px;
  }

  .slider-navi._2 {
    background-color: var(--white);
  }

  .benefit_icon {
    align-self: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .benefit_p {
    padding-right: 15px;
  }

  .nav-dropdown-entry {
    margin-right: 10vw;
  }

  .griid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template: "."
                   "Area"
                   / 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    min-height: 100%;
    display: grid;
  }

  .button-sp-h1 {
    padding-top: 30px;
    padding-bottom: 0;
    line-height: 40px;
  }

  .button-sp-h1:hover {
    text-decoration: none;
  }

  .button-switch-home-pub {
    height: auto;
    padding-bottom: 20vh;
  }

  .text-button-switch {
    padding-right: 10vw;
  }

  .button-switch-home-conn {
    padding-bottom: 20vh;
    padding-right: 0;
  }

  .slider-3er.abstand-unten {
    padding-top: 0;
    padding-bottom: 0;
  }

  .slider-4er-slide-bg {
    width: 100%;
  }

  .benefit_p-link {
    padding-right: 15px;
  }

  .headerbild {
    object-position: 11% 50%;
  }

  .gridcontainer._1, .gridcontainer.carousel {
    padding-left: 0;
    padding-right: 0;
  }

  .grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    min-width: 0;
    max-width: none;
  }

  .h1 {
    width: 80vw;
    margin-bottom: 30px;
    font-size: 5rem;
    line-height: 5rem;
  }

  .h1.mobile.vm {
    font-size: 4rem;
    line-height: 4rem;
  }

  .logo-navi-weiss-2 {
    position: relative;
  }

  .navunterpunkt {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .navunterpunkt.w--current, .navunterpunkt.marken {
    font-size: 1rem;
  }

  .nav-item-last {
    font-size: .9rem;
  }

  .navgrid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    min-width: 0;
    max-width: none;
  }

  .brand {
    padding-top: 0;
  }

  .brand.w--current {
    padding-top: 0;
    padding-left: 0;
  }

  .nav-menu {
    padding-bottom: 3rem;
  }

  .textblock-portrait {
    padding-top: 0;
    padding-bottom: 0;
  }

  .abschnitt-weiss {
    font-size: 22px;
  }

  .cellhome {
    box-shadow: 0 0 20px #0000001a;
  }

  .h2 {
    border-bottom-width: .3rem;
    margin-bottom: 0;
    padding-bottom: .5rem;
  }

  .h2.weiss {
    font-size: 3rem;
    line-height: 3rem;
  }

  .inhaltegrid {
    overflow: visible;
  }

  .verlinkung {
    background-color: #f6f6f6;
    width: 100%;
    height: 100%;
  }

  .portrait {
    padding: 2rem;
  }

  .bg_left {
    padding-bottom: 1rem;
  }

  .textblock.weiss {
    padding-top: .5rem;
  }

  .footer {
    margin-left: 0;
    margin-right: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .som-wrap-footer {
    padding-bottom: 1rem;
  }

  .portrait-image {
    width: 100%;
    height: auto;
    margin-left: auto;
  }

  .cell {
    border-radius: 4px;
    box-shadow: 0 0 20px #0000001a;
  }

  .people-grid {
    position: static;
    overflow: visible;
  }

  .abschnitt-cta {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .button {
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5rem;
  }

  .cta_heading {
    margin-bottom: 5px;
  }

  .visitenkarte {
    box-shadow: none;
    margin-left: auto;
    margin-right: auto;
  }

  .benefitsbilder {
    width: 40%;
  }

  .textblock-marke-zahl-2 {
    padding-top: 15px;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .textblock-marke-zahl-text-2 {
    margin-top: 15px;
    padding-top: 35px;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .grid-marken {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: .5fr 1fr;
    padding-left: 0;
  }

  .brandpreview {
    padding-top: 20px;
  }

  .chefredakteurbildcontainer {
    margin-top: -40px;
  }

  .slide.mobile {
    padding-bottom: 2rem;
  }

  .h2-header-2 {
    font-size: 16px;
    line-height: 28px;
  }

  .h2-header-2.cc-bigger-white-light {
    margin-bottom: 90px;
    display: block;
  }

  .arrowrightcontainer, .arrowleftcontainer {
    background-color: var(--transparent);
    box-shadow: none;
  }

  .slider-container-mobile.abstand-unten {
    background-color: var(--smb-hellgrau);
    padding-top: 2rem;
  }

  .main-button-businesscard {
    margin-right: auto;
  }

  .abschnitt-blau {
    font-size: 22px;
  }

  .logocontainer {
    width: auto;
    padding-right: 2rem;
  }

  .logocontainer._2 {
    display: flex;
  }

  .whitelogo {
    min-width: 7rem;
  }

  .text-block-2.mobile {
    display: none;
  }

  .businesscard-photo {
    align-self: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .artikel-grau-mitarbeiter {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .h2-2 {
    border-bottom-width: .3rem;
    margin-bottom: 0;
    padding-bottom: .5rem;
  }

  .artikel-mitarbeiter {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 0;
    font-size: 22px;
  }

  .chefredakteurbildcontainer-2 {
    width: 100%;
    margin-top: -7rem;
  }

  .grid-2 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    min-width: 0;
    max-width: none;
  }

  .h2-3 {
    border-bottom-width: .3rem;
    margin-bottom: 0;
    padding-bottom: .5rem;
  }

  .grid-3, .grid-copy, .grid-copy, .grid-brand-intro, .slider-grid, .redakteur-text-grid, .grid-3-copy, .header-grid, .header-grid-button, .grid-copy3 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    min-width: 0;
    max-width: none;
  }
}

@media screen and (max-width: 479px) {
  .stroer-content-group-v2--headerbild {
    object-position: 3% 50%;
  }

  .stroer-content-group-v2--headertext {
    text-align: left;
  }

  .stroer-content-group-v2--h1 {
    text-align: center;
    width: auto;
    margin-bottom: 30px;
    font-size: 4rem;
    line-height: 4rem;
    display: block;
    position: relative;
  }

  .stroer-content-group-v2--header-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
    min-width: 0;
    max-width: none;
  }

  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .h3-header.h3-start {
    padding-right: 20vw;
    display: block;
  }

  .h11 {
    text-align: center;
    width: 80vw;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    font-size: 51px;
    line-height: 60px;
    position: relative;
  }

  .h222 {
    letter-spacing: .5px;
    border-bottom-width: 3px;
    padding-bottom: 10px;
    font-size: 10vw;
    font-weight: 400;
    line-height: 11vw;
  }

  .h222.h2b_b2b {
    padding-top: 60px;
    padding-bottom: 0;
    font-size: 50px;
    line-height: 60px;
  }

  .h222.h2b_b2b.bild_mission {
    color: var(--white);
    background-image: url('../images/leuchtturm_v2.avif');
    background-position: 50% 0;
    background-size: cover;
    margin-bottom: 0;
    padding-top: 3vh;
    padding-bottom: 60px;
  }

  .h222.h2b_b2b.bild_mission.mission_head {
    background-image: none;
    border-bottom-style: none;
    width: 100vw;
    height: 60vw;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 3vh;
    padding-left: 11vw;
    font-size: 40px;
    line-height: 40px;
  }

  .artikel-grau {
    padding-bottom: 13vw;
  }

  .artikel-grau.artikel-nopadding {
    height: 100%;
  }

  .textblock-300 {
    white-space: normal;
    padding-bottom: 10px;
    padding-left: 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
  }

  .main-button-grau-weiss {
    width: 80vw;
    margin-top: 10px;
  }

  .link-textblock:active {
    color: var(--smb-orange);
  }

  .link-textblock.link-list {
    font-size: 1rem;
  }

  .marken-quellen {
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
  }

  .slider-container.abstand-unten {
    background-color: var(--smb-hellgrau);
    padding-top: 0;
    padding-bottom: 0;
  }

  .slider-text {
    margin-bottom: 40px;
    padding-top: 0;
    padding-left: 10vw;
    padding-right: 8vw;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
  }

  .slider-text.slider-text-overlay {
    margin-bottom: 20px;
    padding-left: 5vw;
  }

  .slider-text.slider-text-overlay.benefit_p {
    margin-bottom: 10px;
    padding-left: 0;
    line-height: 20px;
  }

  .slider-track {
    height: 100%;
  }

  .benefit_icon {
    width: 50%;
    padding-top: 5px;
    padding-right: 0;
  }

  .nav-dropdown-entry {
    margin-right: 10vw;
    padding-left: 20px;
  }

  .nav-dropdown-entry.subnavi-last-entry {
    border-bottom: 1px solid #fff3;
  }

  .griid {
    min-height: 0;
  }

  .button-sp-h1:hover {
    text-decoration: none;
  }

  .button-switch-home-pub {
    padding-bottom: 10vh;
    padding-right: 10vw;
  }

  .text-button-switch, .text-button-switch.text-button-con {
    padding-right: 0;
  }

  .button-switch-home-conn {
    padding-bottom: 10vh;
    padding-right: 10vw;
  }

  .portrait-moodshot {
    float: none;
  }

  .slider-3er.abstand-unten {
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

  .slider-4er-content {
    height: 25rem;
  }

  .benefit_p-link {
    line-height: 20px;
  }

  .headerbild {
    object-position: 3% 50%;
  }

  .headertext {
    text-align: left;
  }

  .gridcontainer.display-none {
    display: none;
  }

  .grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
    min-width: 0;
    max-width: none;
  }

  .h1 {
    text-align: center;
    width: auto;
    margin-bottom: 30px;
    font-size: 4rem;
    line-height: 4rem;
    display: block;
    position: relative;
  }

  .h1.mobile {
    line-height: 5rem;
    display: block;
  }

  .h1.mobile.vm {
    line-height: 4rem;
  }

  .menu-lottie {
    background-color: #0000;
    margin-right: 0;
    padding-top: 8px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .menu-lottie.w--open {
    background-color: #0000;
    padding-bottom: 0;
  }

  .logo-navi-weiss-2 {
    height: 70px;
    text-decoration: line-through;
    position: relative;
  }

  .navunterpunkt {
    padding-top: .5rem;
    padding-right: 0;
  }

  .navunterpunkt.w--current {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .nav-item-last {
    padding-top: .5rem;
  }

  .navgrid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
    min-width: 0;
    max-width: none;
  }

  .lottie-animation-3 {
    width: 40px;
    margin-right: -1vw;
  }

  .brand {
    padding-top: 0;
    padding-left: 0;
  }

  .brand.w--current {
    height: 70px;
    padding-top: 0;
  }

  .nav-menu {
    object-fit: fill;
    background-color: #081f49;
    width: 100vw;
    padding-bottom: 3rem;
    display: block;
    position: absolute;
  }

  .textblock-portrait {
    padding-top: 0;
    padding-bottom: 0;
  }

  .overlay-portrait {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .cellhome {
    border-radius: 6px;
    box-shadow: 0 0 20px #0003;
  }

  .h2 {
    letter-spacing: .5px;
    border-bottom-width: .3rem;
    padding-bottom: .5rem;
  }

  .h2.weiss {
    margin-right: auto;
    font-size: 3rem;
    line-height: 3rem;
  }

  .h2.h2_zweiteilig_orange {
    margin-left: 0;
    font-size: 3rem;
    line-height: 3rem;
  }

  .h2.display-none {
    display: none;
  }

  .h3.grey {
    margin-top: .5rem;
  }

  .verlinkung {
    border-radius: 6px;
  }

  .portrait {
    border-radius: 6px;
    width: 80vw;
    height: auto;
    padding: 2rem;
    position: relative;
  }

  .textblock {
    white-space: normal;
  }

  .textblock.weiss {
    padding-top: .5rem;
  }

  .logofooter {
    margin-bottom: 1rem;
  }

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

  .som-wrap-footer {
    margin-bottom: 1rem;
  }

  .som-icon {
    width: 2rem;
    min-width: 2rem;
    height: 2rem;
    min-height: 2rem;
  }

  .cell {
    border-radius: 6px;
    display: block;
    box-shadow: 0 0 20px #0003;
  }

  .abschnitt-cta.bluebackground_cta {
    background-image: url('../images/blue_filter_Headerbild-Jobs.avif');
    background-position: 35%;
    background-repeat: repeat;
    background-size: 260%;
    background-attachment: scroll;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .button {
    color: #000;
    width: 100%;
    font-weight: 500;
    line-height: 1.5rem;
  }

  .cta_heading {
    margin-bottom: 0;
    padding-bottom: .5rem;
  }

  .visitenkarte {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 2rem;
    overflow: hidden;
  }

  .benefitsbilder {
    width: 40%;
  }

  .brandstats {
    width: 100%;
  }

  .textblock-marke-zahl-2 {
    padding-top: 15px;
    font-size: 1.2rem;
  }

  .textblock-marke-zahl-text-2 {
    padding-top: 32px;
    font-size: 1rem;
  }

  .grid-marken {
    grid-column-gap: 8px;
    grid-template-columns: .5fr 1fr;
    grid-auto-flow: row;
  }

  .brandpreview {
    padding-bottom: 20px;
    padding-right: 2vw;
    position: static;
  }

  .markencontent {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

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

  .h2-header-2.cc-bigger-white-light {
    text-align: center;
    margin-bottom: 70px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1rem;
    display: block;
  }

  .right-arrow {
    margin-right: -20px;
  }

  .left-arrow {
    margin-left: -20px;
  }

  .slider-container-mobile.abstand-unten {
    background-color: var(--smb-hellgrau);
    padding-top: 1rem;
    padding-bottom: 0;
  }

  .main-button-businesscard {
    width: 100%;
    margin-top: 10px;
  }

  .text-block-2 {
    display: none;
  }

  .text-block-2.mobile {
    display: block;
  }

  .businesscard-photo {
    width: 50%;
    padding-top: 5px;
    padding-right: 0;
  }

  .item-tag-list.link-list {
    margin-top: .5rem;
    margin-bottom: 1.5rem;
  }

  .itemexplorationtaglist {
    min-width: 75vw;
  }

  .tags-medias {
    width: 50vw;
  }

  .brand-list {
    margin-top: 0;
  }

  .link-list-item {
    line-height: 2rem;
  }

  .artikel-grau-mitarbeiter {
    padding-bottom: 60px;
  }

  .h2-2 {
    letter-spacing: .5px;
    border-bottom-width: .3rem;
    padding-bottom: .5rem;
  }

  .artikel-mitarbeiter {
    padding-left: 0;
  }

  .chefredakteurbildcontainer-2 {
    margin-top: -6rem;
  }

  .textblock-grid-1-2, .textblock-301 {
    white-space: normal;
  }

  .link-textblock-2:active {
    color: #ea5b0c;
  }

  .textblock-302 {
    white-space: normal;
  }

  .grid-2 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
  }

  .h2-3 {
    letter-spacing: .5px;
    border-bottom-width: .3rem;
    padding-bottom: .5rem;
  }

  .textblock-303 {
    white-space: normal;
  }

  .portrait-chefredaktion-2 {
    height: auto;
  }

  .grid-3 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
  }

  .textblock-304 {
    white-space: normal;
  }

  .grid-copy, .grid-brand-intro, .slider-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
    min-width: 0;
    max-width: none;
  }

  .redakteur-text-grid, .grid-3-copy {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
  }

  .header-grid, .header-grid-button, .grid-copy3 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
    min-width: 0;
    max-width: none;
  }
}

#w-node-_94af9f83-0d76-976c-5b2a-fc510ae9969d-ad1c7820 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_94af9f83-0d76-976c-5b2a-fc510ae9969e-ad1c7820 {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-_94af9f83-0d76-976c-5b2a-fc510ae996a4-ad1c7820 {
  grid-area: 2 / 5 / 3 / 9;
}

#w-node-_94af9f83-0d76-976c-5b2a-fc510ae996ad-ad1c7820 {
  grid-area: 2 / 9 / 3 / 13;
  justify-self: end;
}

#w-node-_82a4016b-c3b8-a1ef-0738-b591eef74e5e-ad1c7821 {
  grid-area: 2 / 1 / 3 / 15;
  place-self: auto;
}

#w-node-a296e9c4-d16b-ee22-a0bf-24e79690fa94-ad1c7821 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-a296e9c4-d16b-ee22-a0bf-24e79690fa97-ad1c7821 {
  grid-area: 2 / 1 / 3 / 13;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-be364e37-a610-b6a4-1761-7a8055d848fb-ad1c7821 {
  grid-area: 1 / 1 / 3 / 7;
  align-self: start;
}

#w-node-be364e37-a610-b6a4-1761-7a8055d848fc-ad1c7821 {
  grid-area: 1 / 2 / 2 / 8;
  align-self: center;
}

#w-node-be364e37-a610-b6a4-1761-7a8055d84900-ad1c7821 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-be364e37-a610-b6a4-1761-7a8055d84902-ad1c7821 {
  grid-area: 2 / 8 / 3 / 13;
}

#w-node-cd67063e-03ba-3432-6093-3f38d14526f2-d14526ef {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-cd67063e-03ba-3432-6093-3f38d14526f3-d14526ef {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-cd67063e-03ba-3432-6093-3f38d14526f9-d14526ef {
  grid-area: 2 / 5 / 3 / 9;
}

#w-node-cd67063e-03ba-3432-6093-3f38d1452702-d14526ef {
  grid-area: 2 / 9 / 3 / 13;
  justify-self: end;
}

#w-node-f2fcdb22-42b5-29e0-18df-9d1669471855-69471852 {
  grid-area: 1 / 1 / 2 / 5;
  place-self: center start;
}

#w-node-f2fcdb22-42b5-29e0-18df-9d1669471857-69471852 {
  grid-area: 1 / 4 / 2 / 13;
  justify-self: end;
}

#w-node-_4f191a6d-fab1-5f06-ee8e-c52fd7ee5302-ad1c7824, #w-node-_3cce8109-a448-62b4-34d1-b34fafa4aade-ad1c7824 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_447b790e-15ac-b740-5138-a0ddad080b0d-ad1c7824 {
  grid-area: 2 / 2 / 3 / 12;
}

#w-node-_06332938-dd1a-058e-e365-30916673334e-ad1c7824 {
  grid-area: 3 / 2 / 4 / 12;
}

#w-node-bfaa5a29-ce0d-2d5e-e9d7-cf0abb7f2107-ad1c7825 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_09b9cee2-3ad7-208b-e1aa-4ea8fc2f08e4-ad1c7825 {
  grid-area: 2 / 2 / 3 / 12;
}

#w-node-d248f201-8500-8e0d-7942-17118146eab6-ad1c7825 {
  grid-area: 3 / 1 / 4 / 13;
}

#w-node-e06c86b6-75d2-5296-e777-750bf7fcae6a-ad1c7826 {
  grid-area: 2 / 1 / 3 / 19;
  place-self: auto;
}

#w-node-_25a8b6d2-c718-579e-8fb3-9d7ec288c1f0-ad1c7826 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_34b6cca5-bb10-95da-f6c2-40e72eeb4db6-ad1c7826 {
  grid-area: 2 / 2 / 3 / 12;
}

#w-node-df213918-b80b-f39b-9d7f-08e7fcf63db7-ad1c7826 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-df213918-b80b-f39b-9d7f-08e7fcf63dba-ad1c7826 {
  grid-area: 2 / 2 / 3 / 12;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_851d6861-24ad-e9eb-8b0d-319d87c78baf-ad1c7826 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f0fa4893-94d3-140b-bf63-55c069df83b1-ad1c7826 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-f0fa4893-94d3-140b-bf63-55c069df83b2-ad1c7826 {
  grid-area: 1 / 2 / 2 / 6;
  align-self: auto;
}

#w-node-ce804ba1-10d3-41f7-d727-95cf024a3e70-ad1c7826 {
  grid-area: 3 / 2 / 4 / 12;
}

#w-node-d24a4376-1146-98ca-f35f-9822aef08d45-ad1c7826 {
  grid-area: 2 / 2 / 3 / 12;
}

#w-node-e9951153-7106-962b-7e59-ebd6b1371226-ad1c7827 {
  grid-area: 2 / 1 / 3 / 21;
  place-self: auto;
}

#w-node-_1f81f318-dd67-d657-f38c-ffcfd0d2cc9b-ad1c7827 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_1f81f318-dd67-d657-f38c-ffcfd0d2cc9c-ad1c7827 {
  grid-area: 1 / 2 / 2 / 6;
  align-self: auto;
}

#w-node-_3e87d1c2-2a18-e96d-cb9d-c60bb9548198-ad1c7827 {
  grid-area: 2 / 2 / 3 / 12;
}

#w-node-_0b4a427d-2705-441b-4365-5ec153ed8d51-ad1c7828 {
  grid-area: 2 / 1 / 3 / 15;
  place-self: auto;
}

#w-node-_3ab1859f-3ad1-dd80-3c25-afa707aa09dd-ad1c7828 {
  grid-area: 1 / 1 / 2 / 15;
  place-self: auto;
}

#w-node-_3ec5c009-50ef-924b-fea4-0159ebbaf437-ad1c7828 {
  grid-area: 1 / 1 / 2 / 15;
}

#w-node-_397dbe82-b7e5-da2d-1a66-e9231a8560dd-ad1c7828 {
  grid-area: 1 / 7 / 2 / 13;
  align-self: center;
}

#w-node-ad099ac8-80cf-bcf6-9cd0-60630d09d997-ad1c7828 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-a8c73200-92f6-dcd9-331c-85e9fe0dc36c-ad1c7828 {
  grid-area: 1 / 1 / 2 / 6;
  justify-self: start;
}

#w-node-_311e7c8f-fd40-7390-05c2-8217a9d0321e-ad1c7828 {
  grid-area: 1 / 1 / 2 / 7;
  align-self: center;
}

#w-node-_311e7c8f-fd40-7390-05c2-8217a9d0321f-ad1c7828 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-e28b23c9-06fa-69d4-6081-5054a2b1be2d-ad1c7828 {
  grid-area: 1 / 8 / 2 / 13;
  place-self: center end;
}

#w-node-_20531fc9-2d78-b2fe-9e13-743fe40b0bbf-ad1c7828 {
  grid-area: 1 / 1 / 2 / 6;
  place-self: center start;
}

#w-node-_877d526a-a7bb-4b8c-0195-5d041f51d136-ad1c7828 {
  grid-area: 1 / 7 / 2 / 13;
  align-self: center;
}

#w-node-_877d526a-a7bb-4b8c-0195-5d041f51d137-ad1c7828, #w-node-_40717e18-dc4a-a4e6-3116-bb4c41ac247d-ad1c7828, #w-node-_5389721c-0c95-dba7-ab12-32588f7a47c3-ad1c7828 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_087934ba-ea40-48ec-82c6-b15477ed4bc7-ad1c7828 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-ea98338a-e564-efb5-5e52-3a1a90f3faaf-90f3faac {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-ea98338a-e564-efb5-5e52-3a1a90f3fab0-90f3faac {
  grid-area: 1 / 2 / 2 / 6;
  align-self: auto;
}

#w-node-ea98338a-e564-efb5-5e52-3a1a90f3fab3-90f3faac {
  grid-area: 2 / 2 / 3 / 12;
}

#w-node-ea98338a-e564-efb5-5e52-3a1a90f3fab5-90f3faac {
  grid-area: 3 / 1 / 4 / 13;
  justify-self: auto;
}

#w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a334d-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a334e-a97a3347 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3359-a97a3347 {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a335b-a97a3347 {
  grid-area: 3 / 1 / 4 / 5;
}

#w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3362-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3368-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a336e-a97a3347 {
  order: 1;
  grid-area: 4 / 1 / 5 / 5;
  justify-self: baseline;
}

#w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3374-a97a3347 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3375-a97a3347 {
  grid-area: 1 / 9 / 2 / 13;
  align-self: end;
}

#w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3384-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3385-a97a3347 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a338a-a97a3347 {
  grid-area: 2 / 1 / 3 / 5;
  align-self: center;
}

#w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3391-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3397-a97a3347 {
  order: 1;
  grid-area: 4 / 1 / 5 / 5;
  justify-self: baseline;
}

#w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a339d-a97a3347 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a339e-a97a3347 {
  grid-area: 1 / 9 / 2 / 13;
  align-self: end;
}

#w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a33a0-a97a3347 {
  grid-area: 2 / 9 / 3 / 13;
  align-self: end;
}

#w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a33a6-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a33a7-a97a3347 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a33ac-a97a3347 {
  grid-area: 2 / 1 / 3 / 5;
  align-self: center;
}

#w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a33b3-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a33b9-a97a3347 {
  order: 1;
  grid-area: 4 / 1 / 5 / 5;
  justify-self: baseline;
}

#w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a33bf-a97a3347 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a33c0-a97a3347 {
  grid-area: 1 / 9 / 2 / 13;
  align-self: end;
}

#w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a33c2-a97a3347 {
  grid-area: 2 / 9 / 3 / 13;
  align-self: end;
}

#w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a33c8-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a33c9-a97a3347 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a33ce-a97a3347 {
  grid-area: 2 / 1 / 3 / 5;
  align-self: center;
}

#w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a33d5-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a33db-a97a3347 {
  order: 1;
  grid-area: 4 / 1 / 5 / 5;
  justify-self: baseline;
}

#w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a33e1-a97a3347 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a33e2-a97a3347 {
  grid-area: 1 / 9 / 2 / 13;
  align-self: end;
}

#w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a33e8-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a33e9-a97a3347 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a33ee-a97a3347 {
  grid-area: 2 / 1 / 3 / 5;
  align-self: center;
}

#w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a33f5-a97a3347 {
  order: 1;
  grid-area: 4 / 1 / 5 / 5;
  justify-self: baseline;
}

#w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a33fb-a97a3347 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a33fc-a97a3347 {
  grid-area: 1 / 9 / 2 / 13;
  align-self: end;
}

#w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a33fe-a97a3347 {
  grid-area: 2 / 9 / 3 / 13;
  align-self: end;
}

#w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3409-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a340a-a97a3347 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a340f-a97a3347 {
  grid-area: 2 / 1 / 3 / 5;
  align-self: center;
}

#w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3416-a97a3347 {
  order: 1;
  grid-area: 4 / 1 / 5 / 5;
  justify-self: baseline;
}

#w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a341c-a97a3347 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a341d-a97a3347 {
  grid-area: 1 / 9 / 2 / 13;
  align-self: end;
}

#w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3428-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3429-a97a3347 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3430-a97a3347 {
  grid-area: 2 / 1 / 3 / 5;
  align-self: center;
}

#w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3437-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a343d-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3443-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3449-a97a3347 {
  order: 1;
  grid-area: 4 / 1 / 5 / 5;
  justify-self: baseline;
}

#w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a344f-a97a3347 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3450-a97a3347 {
  grid-area: 1 / 9 / 2 / 13;
  align-self: end;
}

#w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3456-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3457-a97a3347 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a345c-a97a3347 {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a345e-a97a3347 {
  grid-area: 3 / 1 / 4 / 5;
}

#w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3467-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a346d-a97a3347 {
  order: 1;
  grid-area: 4 / 1 / 5 / 5;
  justify-self: baseline;
}

#w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3473-a97a3347 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3474-a97a3347 {
  grid-area: 1 / 9 / 2 / 13;
  align-self: end;
}

#w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3476-a97a3347 {
  grid-area: 2 / 9 / 3 / 13;
  align-self: end;
}

#w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a347c-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a347d-a97a3347 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3482-a97a3347 {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3484-a97a3347 {
  grid-area: 3 / 1 / 4 / 5;
}

#w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a348b-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3491-a97a3347 {
  order: 1;
  grid-area: 4 / 1 / 5 / 5;
  justify-self: baseline;
}

#w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3497-a97a3347 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3498-a97a3347 {
  grid-area: 1 / 9 / 2 / 13;
  align-self: end;
}

#w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a349a-a97a3347 {
  grid-area: 2 / 9 / 3 / 13;
  align-self: end;
}

#w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a34a5-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a34a6-a97a3347 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a34ab-a97a3347 {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a34ad-a97a3347 {
  grid-area: 3 / 1 / 4 / 5;
}

#w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a34b4-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a34ba-a97a3347 {
  order: 1;
  grid-area: 4 / 1 / 5 / 5;
  justify-self: baseline;
}

#w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a34c0-a97a3347 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a34c1-a97a3347 {
  grid-area: 1 / 9 / 2 / 13;
  align-self: end;
}

#w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a34c3-a97a3347 {
  grid-area: 2 / 9 / 3 / 13;
  align-self: end;
}

#w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a34ce-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a34cf-a97a3347 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a34d6-a97a3347 {
  grid-area: 3 / 1 / 4 / 5;
}

#w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a34dd-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a34e3-a97a3347 {
  order: 1;
  grid-area: 4 / 1 / 5 / 5;
  justify-self: baseline;
}

#w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a34e9-a97a3347 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a34ea-a97a3347 {
  grid-area: 1 / 9 / 2 / 13;
  align-self: end;
}

#w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a34ec-a97a3347 {
  grid-area: 2 / 9 / 3 / 13;
  align-self: end;
}

#w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a34f7-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a34f8-a97a3347 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a34fd-a97a3347 {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a34ff-a97a3347 {
  grid-area: 3 / 1 / 4 / 5;
}

#w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3507-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a350d-a97a3347 {
  order: 1;
  grid-area: 4 / 1 / 5 / 5;
  justify-self: baseline;
}

#w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3513-a97a3347 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3514-a97a3347 {
  grid-area: 1 / 9 / 2 / 13;
  align-self: end;
}

#w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3516-a97a3347 {
  grid-area: 2 / 9 / 3 / 13;
  align-self: end;
}

#w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3521-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3522-a97a3347 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3527-a97a3347 {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3529-a97a3347 {
  grid-area: 3 / 1 / 4 / 5;
}

#w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3531-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3537-a97a3347 {
  order: 1;
  grid-area: 4 / 1 / 5 / 5;
  justify-self: baseline;
}

#w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a353d-a97a3347 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a353e-a97a3347 {
  grid-area: 1 / 9 / 2 / 13;
  align-self: end;
}

#w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3540-a97a3347 {
  grid-area: 2 / 9 / 3 / 13;
  align-self: end;
}

#w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a354b-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a354c-a97a3347 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3551-a97a3347 {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3553-a97a3347 {
  grid-area: 3 / 1 / 4 / 5;
}

#w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a355b-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3561-a97a3347 {
  order: 1;
  grid-area: 4 / 1 / 5 / 5;
  justify-self: baseline;
}

#w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3567-a97a3347 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3568-a97a3347 {
  grid-area: 1 / 9 / 2 / 13;
  align-self: end;
}

#w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a356a-a97a3347 {
  grid-area: 2 / 9 / 3 / 13;
  align-self: end;
}

#w-node-e17ecc15-200c-52df-1427-bd0dfbf535f6-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf535fc-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf53602-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf53619-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf5361f-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf53636-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf5363c-fbf535d0 {
  order: 1;
  grid-area: 4 / 1 / 5 / 5;
  justify-self: baseline;
}

#w-node-e17ecc15-200c-52df-1427-bd0dfbf53643-fbf535d0 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-e17ecc15-200c-52df-1427-bd0dfbf53648-fbf535d0 {
  grid-area: 2 / 1 / 3 / 5;
  align-self: center;
}

#w-node-e17ecc15-200c-52df-1427-bd0dfbf5364a-fbf535d0 {
  grid-area: 1 / 9 / 2 / 13;
  align-self: end;
}

#w-node-e17ecc15-200c-52df-1427-bd0dfbf53651-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf53657-fbf535d0 {
  order: 1;
  grid-area: 4 / 1 / 5 / 5;
  justify-self: baseline;
}

#w-node-e17ecc15-200c-52df-1427-bd0dfbf5365e-fbf535d0 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-e17ecc15-200c-52df-1427-bd0dfbf53663-fbf535d0 {
  grid-area: 2 / 1 / 3 / 5;
  align-self: center;
}

#w-node-e17ecc15-200c-52df-1427-bd0dfbf53665-fbf535d0 {
  grid-area: 1 / 9 / 2 / 13;
  align-self: end;
}

#w-node-e17ecc15-200c-52df-1427-bd0dfbf53667-fbf535d0 {
  grid-area: 2 / 9 / 3 / 13;
  align-self: end;
}

#w-node-e17ecc15-200c-52df-1427-bd0dfbf53673-fbf535d0 {
  order: 1;
  grid-area: 4 / 1 / 5 / 5;
  justify-self: baseline;
}

#w-node-e17ecc15-200c-52df-1427-bd0dfbf5367a-fbf535d0 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-e17ecc15-200c-52df-1427-bd0dfbf5367f-fbf535d0 {
  grid-area: 2 / 1 / 3 / 5;
  align-self: center;
}

#w-node-e17ecc15-200c-52df-1427-bd0dfbf53681-fbf535d0 {
  grid-area: 1 / 9 / 2 / 13;
  align-self: end;
}

#w-node-e17ecc15-200c-52df-1427-bd0dfbf5368d-fbf535d0 {
  order: 1;
  grid-area: 4 / 1 / 5 / 5;
  justify-self: baseline;
}

#w-node-e17ecc15-200c-52df-1427-bd0dfbf53694-fbf535d0 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-e17ecc15-200c-52df-1427-bd0dfbf5369b-fbf535d0 {
  grid-area: 2 / 1 / 3 / 5;
  align-self: center;
}

#w-node-e17ecc15-200c-52df-1427-bd0dfbf5369d-fbf535d0 {
  grid-area: 1 / 9 / 2 / 13;
  align-self: end;
}

#w-node-e17ecc15-200c-52df-1427-bd0dfbf536a4-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf536aa-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf536b0-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf536b6-fbf535d0 {
  order: 1;
  grid-area: 4 / 1 / 5 / 5;
  justify-self: baseline;
}

#w-node-e17ecc15-200c-52df-1427-bd0dfbf536bd-fbf535d0 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-e17ecc15-200c-52df-1427-bd0dfbf536c2-fbf535d0 {
  grid-area: 2 / 1 / 3 / 5;
  align-self: center;
}

#w-node-e17ecc15-200c-52df-1427-bd0dfbf536c4-fbf535d0 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: end;
}

#w-node-e17ecc15-200c-52df-1427-bd0dfbf536c6-fbf535d0 {
  grid-area: 1 / 9 / 2 / 13;
  align-self: end;
}

#w-node-e17ecc15-200c-52df-1427-bd0dfbf536c8-fbf535d0 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: end;
}

#w-node-e17ecc15-200c-52df-1427-bd0dfbf536cf-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf536d5-fbf535d0 {
  order: 1;
  grid-area: 4 / 1 / 5 / 5;
  justify-self: baseline;
}

#w-node-e17ecc15-200c-52df-1427-bd0dfbf536dc-fbf535d0 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-e17ecc15-200c-52df-1427-bd0dfbf536e1-fbf535d0 {
  grid-area: 2 / 1 / 3 / 5;
  align-self: center;
}

#w-node-e17ecc15-200c-52df-1427-bd0dfbf536e3-fbf535d0 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: end;
}

#w-node-e17ecc15-200c-52df-1427-bd0dfbf536e6-fbf535d0 {
  grid-area: 1 / 9 / 2 / 13;
  align-self: end;
}

#w-node-e17ecc15-200c-52df-1427-bd0dfbf536f2-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf536f8-fbf535d0 {
  order: 1;
  grid-area: 4 / 1 / 5 / 5;
  justify-self: baseline;
}

#w-node-e17ecc15-200c-52df-1427-bd0dfbf536ff-fbf535d0 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-e17ecc15-200c-52df-1427-bd0dfbf53704-fbf535d0 {
  grid-area: 2 / 1 / 3 / 5;
  align-self: center;
}

#w-node-e17ecc15-200c-52df-1427-bd0dfbf53706-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf53708-fbf535d0 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: end;
}

#w-node-e17ecc15-200c-52df-1427-bd0dfbf5370a-fbf535d0 {
  grid-area: 1 / 9 / 2 / 13;
  align-self: end;
}

#w-node-e17ecc15-200c-52df-1427-bd0dfbf53716-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf5371c-fbf535d0 {
  order: 1;
  grid-area: 4 / 1 / 5 / 5;
  justify-self: baseline;
}

#w-node-e17ecc15-200c-52df-1427-bd0dfbf53723-fbf535d0 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-e17ecc15-200c-52df-1427-bd0dfbf5372a-fbf535d0 {
  grid-area: 2 / 1 / 3 / 5;
  align-self: center;
}

#w-node-e17ecc15-200c-52df-1427-bd0dfbf5372c-fbf535d0 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: end;
}

#w-node-e17ecc15-200c-52df-1427-bd0dfbf5372f-fbf535d0 {
  grid-area: 1 / 9 / 2 / 13;
  align-self: end;
}

#w-node-e17ecc15-200c-52df-1427-bd0dfbf5373b-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf53741-fbf535d0 {
  order: 1;
  grid-area: 4 / 1 / 5 / 5;
  justify-self: baseline;
}

#w-node-e17ecc15-200c-52df-1427-bd0dfbf53748-fbf535d0 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-e17ecc15-200c-52df-1427-bd0dfbf5374d-fbf535d0 {
  grid-area: 2 / 1 / 3 / 5;
  align-self: center;
}

#w-node-e17ecc15-200c-52df-1427-bd0dfbf5374f-fbf535d0 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: end;
}

#w-node-e17ecc15-200c-52df-1427-bd0dfbf53752-fbf535d0 {
  grid-area: 1 / 9 / 2 / 13;
  align-self: end;
}

#w-node-e17ecc15-200c-52df-1427-bd0dfbf5375e-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf53764-fbf535d0 {
  order: 1;
  grid-area: 4 / 1 / 5 / 5;
  justify-self: baseline;
}

#w-node-e17ecc15-200c-52df-1427-bd0dfbf5376b-fbf535d0 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-e17ecc15-200c-52df-1427-bd0dfbf53770-fbf535d0 {
  grid-area: 2 / 1 / 3 / 5;
  align-self: center;
}

#w-node-e17ecc15-200c-52df-1427-bd0dfbf53772-fbf535d0 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: end;
}

#w-node-e17ecc15-200c-52df-1427-bd0dfbf53774-fbf535d0 {
  grid-area: 1 / 9 / 2 / 13;
  align-self: end;
}

#w-node-e17ecc15-200c-52df-1427-bd0dfbf53782-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf53788-fbf535d0 {
  order: 1;
  grid-area: 4 / 1 / 5 / 5;
  justify-self: baseline;
}

#w-node-e17ecc15-200c-52df-1427-bd0dfbf5378f-fbf535d0 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-e17ecc15-200c-52df-1427-bd0dfbf53794-fbf535d0 {
  grid-area: 2 / 1 / 3 / 5;
  align-self: center;
}

#w-node-e17ecc15-200c-52df-1427-bd0dfbf53796-fbf535d0 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: end;
}

#w-node-e17ecc15-200c-52df-1427-bd0dfbf53799-fbf535d0 {
  grid-area: 1 / 9 / 2 / 13;
  align-self: end;
}

#w-node-e17ecc15-200c-52df-1427-bd0dfbf537a7-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf537ad-fbf535d0 {
  order: 1;
  grid-area: 4 / 1 / 5 / 5;
  justify-self: baseline;
}

#w-node-_4b0adb2b-df45-a0ac-ff08-3e176ccffe88-ad1c7829 {
  grid-area: 2 / 1 / 3 / 16;
  place-self: auto;
}

#w-node-_53540262-3556-07b0-1946-72529b1ecf99-ad1c7829 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-b911f417-b0ba-3892-cda9-153458149575-ad1c7829 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-b911f417-b0ba-3892-cda9-15345814957c-ad1c7829 {
  grid-area: 2 / 2 / 3 / 12;
}

#w-node-_60e36f70-b97c-db22-a679-0d0e8b486901-ad1c7829 {
  grid-area: 3 / 2 / 4 / 12;
}

#w-node-_003253e0-f06a-7a61-feb1-28af3502675f-ad1c7829 {
  grid-area: 4 / 2 / 5 / 12;
}

#w-node-_5f739ae9-8c7c-f3ac-350c-72a37b9cdd8a-ad1c7829 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_5f739ae9-8c7c-f3ac-350c-72a37b9cdd8d-ad1c7829 {
  grid-area: 2 / 2 / 3 / 12;
}

#w-node-_5f739ae9-8c7c-f3ac-350c-72a37b9cdd8f-ad1c7829 {
  grid-area: 3 / 2 / 4 / 12;
}

#w-node-_9faea930-c4da-7734-a185-3f491c96e79a-ad1c7829 {
  grid-area: 4 / 2 / 5 / 12;
}

#w-node-_700a8e8d-e46d-426a-6469-e7ad83f5f867-ad1c7829 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_700a8e8d-e46d-426a-6469-e7ad83f5f86c-ad1c7829 {
  grid-area: 3 / 2 / 4 / 12;
}

#w-node-_700a8e8d-e46d-426a-6469-e7ad83f5f86f-ad1c7829 {
  grid-area: 4 / 2 / 5 / 12;
}

#w-node-_700a8e8d-e46d-426a-6469-e7ad83f5f86a-ad1c7829 {
  grid-area: 2 / 2 / 3 / 12;
}

#w-node-_074fb322-6419-09bd-d8b0-1d06e3522f2f-ad1c7829 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_074fb322-6419-09bd-d8b0-1d06e3522f30-ad1c7829 {
  grid-area: 1 / 2 / 2 / 6;
  align-self: auto;
}

#w-node-_074fb322-6419-09bd-d8b0-1d06e3522f32-ad1c7829 {
  grid-area: 2 / 1 / 2 / 13;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-baf3e78d-a04d-ce63-eb47-26cd3b64194d-ad1c7829 {
  grid-area: 4 / 1 / 4 / 12;
}

#w-node-_2538ef7a-8541-9585-0f3e-f61a0b9ea5a3-ad1c7830 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_2538ef7a-8541-9585-0f3e-f61a0b9ea5a5-ad1c7830 {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center start;
}

#w-node-_2538ef7a-8541-9585-0f3e-f61a0b9ea5a6-ad1c7830, #w-node-_2538ef7a-8541-9585-0f3e-f61a0b9ea5b7-ad1c7830 {
  grid-area: 2 / 7 / 3 / 13;
}

#w-node-_2538ef7a-8541-9585-0f3e-f61a0b9ea5bf-ad1c7830 {
  grid-area: 3 / 7 / 4 / 13;
}

#w-node-_2538ef7a-8541-9585-0f3e-f61a0b9ea5c3-ad1c7830 {
  align-self: start;
}

#w-node-_5ee4744f-5bc9-440d-79a0-fd173ff306e6-ad1c7830 {
  grid-area: 1 / 7 / 2 / 12;
  place-self: start center;
}

#w-node-_3ceeeedd-e14f-45a4-9785-17e7d38c5b1a-ad1c7830 {
  grid-area: 1 / 1 / 2 / 13;
  place-self: start;
}

#w-node-_87b6624f-150b-6fd8-269f-01294dbd4e82-ad1c7830 {
  grid-area: 2 / 2 / 3 / 7;
}

#w-node-b88bdb85-a8ce-a8d2-4849-abc8d669c724-ad1c7830 {
  grid-area: 2 / 7 / 3 / 12;
}

#w-node-_48215fd5-ad49-9a5f-8d53-7c0728140c39-ad1c7830 {
  grid-area: 1 / 2 / 2 / 7;
  align-self: end;
}

#w-node-_48215fd5-ad49-9a5f-8d53-7c0728140c3a-ad1c7830 {
  grid-area: 1 / 3 / 2 / 7;
  align-self: auto;
}

#w-node-f231a0a3-a35b-22a3-f5f7-b9c64376c517-4376c513, #w-node-f231a0a3-a35b-22a3-f5f7-b9c64376c519-4376c513, #w-node-f231a0a3-a35b-22a3-f5f7-b9c64376c51b-4376c513 {
  align-self: auto;
}

#w-node-f231a0a3-a35b-22a3-f5f7-b9c64376c51d-4376c513, #w-node-f231a0a3-a35b-22a3-f5f7-b9c64376c51f-4376c513 {
  align-self: start;
}

#w-node-f231a0a3-a35b-22a3-f5f7-b9c64376c521-4376c513 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_02242915-b670-8364-463b-da933c34b916-ad1c7831 {
  grid-area: 2 / 1 / 3 / 15;
  place-self: auto;
}

#w-node-_8c2819f6-ecf6-a4bc-da3d-32923a823e35-ad1c7831 {
  grid-area: 1 / 1 / 2 / 15;
  place-self: auto;
}

#w-node-_02242915-b670-8364-463b-da933c34b91a-ad1c7831 {
  grid-area: 1 / 1 / 2 / 15;
}

#w-node-_2f5ae5ad-70bc-ef56-e48a-ab43d4cfffd3-ad1c7831 {
  grid-area: 1 / 1 / 4 / 6;
  align-self: center;
}

#w-node-b6205e87-8804-7dad-0466-4e0981a32cbf-ad1c7831, #w-node-_10ebddec-6767-3284-ac6d-6bea12d36858-ad1c7831 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-f87c43e6-52ae-0318-cc4b-d504e079ec94-ad1c7831 {
  grid-area: 2 / 7 / 3 / 13;
}

#w-node-a08cb4d1-7d25-768e-aa8b-cfd9fdf84341-ad1c7831 {
  grid-area: 3 / 7 / 4 / 13;
}

#w-node-e29947d2-475e-a924-006a-b4a8411d5f67-ad1c7831 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-b209ee55-5856-ccc1-d1a5-19e1bf80da8d-ad1c7831 {
  grid-area: 1 / 1 / 2 / 7;
  align-self: center;
}

#w-node-d81fd615-5c3e-1579-285d-186db9638ab3-ad1c7831 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_2ba55a18-af55-6040-0858-7e63fcd70e83-ad1c7831 {
  grid-area: 5 / 1 / 6 / 7;
}

#w-node-aaa8ea7c-cff0-36fb-c1e5-c5ba8435dbc0-ad1c7831 {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-_9594275d-ddb6-150a-89f4-abee9c9ffe7b-ad1c7831 {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-_71e752d6-5ba3-781a-64bd-830c1aa8ef3c-ad1c7831 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_3ba91c6f-e73a-eb62-b419-d8252ff0a09b-ad1c7831 {
  grid-area: 1 / 7 / 2 / 13;
  align-self: center;
}

#w-node-_8f053d0f-6efa-1d8d-e4f8-cc9156485e15-ad1c7831 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-efca6071-18c3-4938-e94c-2da53601a626-ad1c7831 {
  grid-area: 2 / 7 / 3 / 13;
}

#w-node-fbe203b1-ac6c-4027-9727-f6c724aaa0cc-ad1c7831 {
  grid-area: 3 / 7 / 4 / 13;
}

#w-node-ab6257d4-db30-8fb5-e27a-41df49d998cb-ad1c7831 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-ab6257d4-db30-8fb5-e27a-41df49d998cc-ad1c7831 {
  grid-area: 1 / 1 / 2 / 7;
  align-self: center;
}

#w-node-ab6257d4-db30-8fb5-e27a-41df49d998cd-ad1c7831 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-ab6257d4-db30-8fb5-e27a-41df49d998ce-ad1c7831 {
  grid-area: 5 / 1 / 6 / 7;
}

#w-node-ab6257d4-db30-8fb5-e27a-41df49d998d0-ad1c7831 {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-ab6257d4-db30-8fb5-e27a-41df49d998d2-ad1c7831 {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-_17763595-e6a4-8c99-cf7e-92b3c0495196-ad1c7831 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_154e59d5-cf14-1da3-6418-2a1bab80a25b-ad1c7831 {
  grid-area: 2 / 1 / 3 / 13;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_47eefaf6-1c0d-6806-af6d-b5876ef2c568-ad1c7831 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-cea3a525-cbc3-da63-fc06-f906e8c2e8ac-ad1c7831 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-a8b5efe7-4de5-4bcd-8a90-3d484ada50ef-ad1c7831 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-a8b5efe7-4de5-4bcd-8a90-3d484ada50f4-ad1c7831 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-e1068f37-2bd9-2071-ad75-12fc498c8040-ad1c7833 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_4ca7189b-4543-a5e7-6002-ce77ad515508-ad1c7833 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-b2dc5bcd-e7d7-8086-667a-2377ab039dd3-ad1c7833 {
  grid-area: 3 / 1 / 4 / 13;
}

#w-node-bb018afc-519d-1c4a-897b-ad00231dacb2-ad1c7833 {
  grid-area: 4 / 2 / 5 / 12;
}

#w-node-_2576d216-cb60-b232-ab20-07f50e25f9cf-ad1c7833 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_2576d216-cb60-b232-ab20-07f50e25f9d2-ad1c7833 {
  grid-area: 2 / 1 / 3 / 13;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb2530b0-ad1c7833 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb2530ba-ad1c7833 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb2530bc-ad1c7833 {
  grid-area: 2 / 1 / 3 / 5;
  align-self: center;
}

#w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb2530c2-ad1c7833 {
  grid-area: 1 / 9 / 2 / 13;
  align-self: end;
}

#w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb2530c4-ad1c7833 {
  grid-area: 2 / 9 / 3 / 13;
  align-self: end;
}

#w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb2530ca-ad1c7833 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb2530cc-ad1c7833 {
  grid-area: 2 / 1 / 3 / 5;
  align-self: center;
}

#w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb2530d2-ad1c7833 {
  grid-area: 1 / 9 / 2 / 13;
  align-self: end;
}

#w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb2530d4-ad1c7833 {
  grid-area: 2 / 9 / 3 / 13;
  align-self: end;
}

#w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb2530da-ad1c7833 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb2530dc-ad1c7833 {
  grid-area: 2 / 1 / 3 / 5;
  align-self: center;
}

#w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb2530e2-ad1c7833 {
  grid-area: 1 / 9 / 2 / 13;
  align-self: end;
}

#w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb2530e8-ad1c7833 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb2530ea-ad1c7833 {
  grid-area: 2 / 1 / 3 / 5;
  align-self: center;
}

#w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb2530f0-ad1c7833 {
  grid-area: 1 / 9 / 2 / 13;
  align-self: end;
}

#w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb2530f2-ad1c7833 {
  grid-area: 2 / 9 / 3 / 13;
  align-self: end;
}

#w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb2530f8-ad1c7833 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb2530fa-ad1c7833 {
  grid-area: 2 / 1 / 3 / 5;
  align-self: center;
}

#w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb253100-ad1c7833 {
  grid-area: 1 / 9 / 2 / 13;
  align-self: end;
}

#w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb253106-ad1c7833 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb253108-ad1c7833 {
  grid-area: 2 / 1 / 3 / 5;
  align-self: center;
}

#w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb25310e-ad1c7833 {
  grid-area: 1 / 9 / 2 / 13;
  align-self: end;
}

#w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb253114-ad1c7833 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb253116-ad1c7833 {
  grid-area: 3 / 1 / 4 / 5;
}

#w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb253118-ad1c7833 {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb25311e-ad1c7833 {
  grid-area: 1 / 9 / 2 / 13;
  align-self: end;
}

#w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb253124-ad1c7833 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb253126-ad1c7833 {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb253128-ad1c7833 {
  grid-area: 3 / 1 / 4 / 5;
}

#w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb253130-ad1c7833 {
  grid-area: 1 / 9 / 2 / 13;
  align-self: end;
}

#w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb253132-ad1c7833 {
  grid-area: 2 / 9 / 3 / 13;
  align-self: end;
}

#w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb253138-ad1c7833 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb25313a-ad1c7833 {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb25313c-ad1c7833 {
  grid-area: 3 / 1 / 4 / 5;
}

#w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb253142-ad1c7833 {
  grid-area: 1 / 9 / 2 / 13;
  align-self: end;
}

#w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb253144-ad1c7833 {
  grid-area: 2 / 9 / 3 / 13;
  align-self: end;
}

#w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb25314a-ad1c7833 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb25314c-ad1c7833 {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb25314e-ad1c7833 {
  grid-area: 3 / 1 / 4 / 5;
}

#w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb253154-ad1c7833 {
  grid-area: 1 / 9 / 2 / 13;
  align-self: end;
}

#w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb253156-ad1c7833 {
  grid-area: 2 / 9 / 3 / 13;
  align-self: end;
}

#w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb25315c-ad1c7833 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb25315e-ad1c7833 {
  grid-area: 3 / 1 / 4 / 5;
}

#w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb253164-ad1c7833 {
  grid-area: 1 / 9 / 2 / 13;
  align-self: end;
}

#w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb253166-ad1c7833 {
  grid-area: 2 / 9 / 3 / 13;
  align-self: end;
}

#w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb25316c-ad1c7833 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb25316e-ad1c7833 {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb253170-ad1c7833 {
  grid-area: 3 / 1 / 4 / 5;
}

#w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb253177-ad1c7833 {
  grid-area: 1 / 9 / 2 / 13;
  align-self: end;
}

#w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb253179-ad1c7833 {
  grid-area: 2 / 9 / 3 / 13;
  align-self: end;
}

#w-node-_7043fb2c-5577-4906-2a09-ded78106f5ca-ad1c7833 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_3dad1342-9e36-540c-9dad-d6f8c4a772cb-ad1c7833 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_3dad1342-9e36-540c-9dad-d6f8c4a772cf-ad1c7833 {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center start;
}

#w-node-_3dad1342-9e36-540c-9dad-d6f8c4a772d0-ad1c7833, #w-node-_3dad1342-9e36-540c-9dad-d6f8c4a772d4-ad1c7833 {
  grid-area: 2 / 7 / 3 / 13;
}

#w-node-_3dad1342-9e36-540c-9dad-d6f8c4a772e1-ad1c7833 {
  grid-area: 3 / 7 / 4 / 13;
}

#w-node-_3dad1342-9e36-540c-9dad-d6f8c4a772ec-ad1c7833 {
  grid-area: 3 / 2 / 4 / 12;
}

#w-node-_3dad1342-9e36-540c-9dad-d6f8c4a772ef-ad1c7833 {
  align-self: center;
}

#w-node-_6ff3b362-00ad-babf-a22a-9159a7826fbf-ad1c7833 {
  grid-area: 1 / 7 / 2 / 12;
  place-self: start center;
}

#w-node-_6ff3b362-00ad-babf-a22a-9159a7826fc0-ad1c7833 {
  grid-area: 1 / 1 / 2 / 13;
  place-self: start;
}

#w-node-_6ff3b362-00ad-babf-a22a-9159a7826fc1-ad1c7833 {
  grid-area: 2 / 2 / 3 / 7;
}

#w-node-_6ff3b362-00ad-babf-a22a-9159a7826fc6-ad1c7833 {
  grid-area: 2 / 7 / 3 / 12;
}

#w-node-_6ff3b362-00ad-babf-a22a-9159a7826fc8-ad1c7833 {
  grid-area: 1 / 2 / 2 / 13;
  align-self: end;
}

#w-node-_6ff3b362-00ad-babf-a22a-9159a7826fc9-ad1c7833 {
  grid-area: 1 / 2 / 2 / 6;
  align-self: auto;
}

#w-node-f2b2f603-c81c-d309-35a9-e21f9db5b054-ad1c7833 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-f2b2f603-c81c-d309-35a9-e21f9db5b057-ad1c7833 {
  grid-area: 2 / 2 / 3 / 12;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-f2b2f603-c81c-d309-35a9-e21f9db5b077-ad1c7833 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_17ba8e7a-1337-fd86-b8af-05dfecce44eb-ad1c7833 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_17ba8e7a-1337-fd86-b8af-05dfecce44ec-ad1c7833 {
  grid-area: 1 / 2 / 2 / 6;
  align-self: auto;
}

#w-node-_17ba8e7a-1337-fd86-b8af-05dfecce44ee-ad1c7833 {
  grid-area: 2 / 2 / 3 / 12;
}

#w-node-_474bcb06-cfd2-5aad-d718-ea3b1f30ffc9-ad1c7833 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_6b957448-e81a-ac43-df42-a50d7fc76668-ad1c7833 {
  grid-area: 2 / 1 / 3 / 13;
  justify-self: auto;
}

#w-node-c1b9bcf0-5261-8be7-38af-6ebab6287b67-ad1c7833 {
  grid-area: 1 / 1 / 3 / 7;
  align-self: start;
}

#w-node-c1b9bcf0-5261-8be7-38af-6ebab6287b68-ad1c7833 {
  grid-area: 1 / 2 / 2 / 8;
  align-self: center;
}

#w-node-c1b9bcf0-5261-8be7-38af-6ebab6287b6d-ad1c7833 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_0a0d6f99-5284-2874-fa2b-611e869b7f40-ad1c7833 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_0a0d6f99-5284-2874-fa2b-611e869b7f45-ad1c7833 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-be2edd14-af57-49ef-2153-5ab792dc3cf9-ad1c7833 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-be2edd14-af57-49ef-2153-5ab792dc3cfa-ad1c7833 {
  grid-area: 1 / 2 / 2 / 6;
  align-self: auto;
}

#w-node-_5389721c-0c95-dba7-ab12-32588f7a47c3-ad1c7835 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-e405925a-6b2d-afce-59e2-1bad71ec8372-ad1c7835 {
  grid-area: 2 / 2 / 3 / 12;
}

#w-node-_9946a380-2cf6-0430-87fa-b7e748665134-ad1c783f {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_9946a380-2cf6-0430-87fa-b7e748665135-ad1c783f {
  grid-area: 2 / 1 / 3 / 13;
  align-self: auto;
}

#w-node-_9946a380-2cf6-0430-87fa-b7e74866513a-ad1c783f {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-_9946a380-2cf6-0430-87fa-b7e74866513d-ad1c783f {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-_9946a380-2cf6-0430-87fa-b7e748665140-ad1c783f {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-_9946a380-2cf6-0430-87fa-b7e748665142-ad1c783f {
  grid-area: 1 / 7 / 3 / 13;
  justify-self: center;
}

#w-node-_9946a380-2cf6-0430-87fa-b7e748665143-ad1c783f {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_9946a380-2cf6-0430-87fa-b7e748665144-ad1c783f {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_9946a380-2cf6-0430-87fa-b7e748665148-ad1c783f {
  grid-area: 6 / 1 / 7 / 7;
}

#w-node-_66035a6f-ad84-2a95-3aee-f04ff02f036a-ad1c7840 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_66035a6f-ad84-2a95-3aee-f04ff02f036b-ad1c7840 {
  grid-area: 2 / 1 / 3 / 13;
  align-self: auto;
}

#w-node-_66035a6f-ad84-2a95-3aee-f04ff02f0370-ad1c7840 {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-_66035a6f-ad84-2a95-3aee-f04ff02f0373-ad1c7840 {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-_66035a6f-ad84-2a95-3aee-f04ff02f0376-ad1c7840 {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-_66035a6f-ad84-2a95-3aee-f04ff02f0378-ad1c7840 {
  grid-area: 1 / 7 / 3 / 13;
  justify-self: center;
}

#w-node-_66035a6f-ad84-2a95-3aee-f04ff02f0379-ad1c7840 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_66035a6f-ad84-2a95-3aee-f04ff02f037a-ad1c7840 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_66035a6f-ad84-2a95-3aee-f04ff02f037e-ad1c7840 {
  grid-area: 6 / 1 / 7 / 7;
}

#w-node-_167996f1-9a40-7efa-71b1-9ad2653f3368-ad1c7844 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_167996f1-9a40-7efa-71b1-9ad2653f3369-ad1c7844 {
  grid-area: 1 / 2 / 2 / 6;
  align-self: auto;
}

#w-node-_167996f1-9a40-7efa-71b1-9ad2653f336b-ad1c7844 {
  grid-area: 2 / 1 / 3 / 13;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-ed989751-7de6-6a5f-e2c7-d6997239aae5-ad1c7845 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-ed989751-7de6-6a5f-e2c7-d6997239aae6-ad1c7845 {
  grid-area: 2 / 1 / 3 / 13;
  align-self: auto;
}

#w-node-ed989751-7de6-6a5f-e2c7-d6997239aaeb-ad1c7845 {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-c60b79ed-a757-fa2d-1203-04fe4d3461d2-ad1c7845 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-ed989751-7de6-6a5f-e2c7-d6997239aaed-ad1c7845 {
  grid-area: 1 / 7 / 3 / 13;
  justify-self: center;
}

#w-node-ed989751-7de6-6a5f-e2c7-d6997239aaee-ad1c7845 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-ed989751-7de6-6a5f-e2c7-d6997239aaef-ad1c7845 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-ed989751-7de6-6a5f-e2c7-d6997239aaf9-ad1c7845 {
  grid-area: 6 / 1 / 7 / 7;
}

#w-node-ea3a5e30-005e-2302-d7a1-1a476daeae37-ad1c7846 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-ea3a5e30-005e-2302-d7a1-1a476daeae38-ad1c7846 {
  grid-area: 2 / 1 / 3 / 13;
  align-self: auto;
}

#w-node-ea3a5e30-005e-2302-d7a1-1a476daeae3d-ad1c7846 {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-ea3a5e30-005e-2302-d7a1-1a476daeae43-ad1c7846 {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-ea3a5e30-005e-2302-d7a1-1a476daeae45-ad1c7846 {
  grid-area: 1 / 7 / 3 / 13;
  justify-self: center;
}

#w-node-ea3a5e30-005e-2302-d7a1-1a476daeae46-ad1c7846 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-ea3a5e30-005e-2302-d7a1-1a476daeae47-ad1c7846 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-ea3a5e30-005e-2302-d7a1-1a476daeae4b-ad1c7846 {
  grid-area: 6 / 1 / 7 / 7;
}

#w-node-a8b877d8-c955-ec15-b73f-97a8949a62a1-ad1c7846 {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-_18753a26-fa85-4d36-d53b-9575c09434ec-ad1c7847 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_18753a26-fa85-4d36-d53b-9575c09434ed-ad1c7847 {
  grid-area: 2 / 1 / 3 / 13;
  align-self: auto;
}

#w-node-_18753a26-fa85-4d36-d53b-9575c09434f2-ad1c7847 {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-_18753a26-fa85-4d36-d53b-9575c09434f5-ad1c7847 {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-_18753a26-fa85-4d36-d53b-9575c09434f8-ad1c7847 {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-_18753a26-fa85-4d36-d53b-9575c09434fa-ad1c7847 {
  grid-area: 1 / 7 / 3 / 13;
  justify-self: center;
}

#w-node-_18753a26-fa85-4d36-d53b-9575c09434fb-ad1c7847 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_18753a26-fa85-4d36-d53b-9575c09434fc-ad1c7847 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_18753a26-fa85-4d36-d53b-9575c0943500-ad1c7847 {
  grid-area: 6 / 1 / 7 / 7;
}

#w-node-_4f191a6d-fab1-5f06-ee8e-c52fd7ee5302-ad1c7874, #w-node-_3cce8109-a448-62b4-34d1-b34fafa4aade-ad1c7874 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_447b790e-15ac-b740-5138-a0ddad080b0d-ad1c7874 {
  grid-area: 2 / 2 / 3 / 12;
}

#w-node-_06332938-dd1a-058e-e365-30916673334e-ad1c7874 {
  grid-area: 3 / 2 / 4 / 12;
}

#w-node-_650ac788-757f-550b-9230-8ecaea4e1ae8-ad1c7897 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_650ac788-757f-550b-9230-8ecaea4e1ae9-ad1c7897 {
  grid-area: 2 / 1 / 3 / 13;
  align-self: auto;
}

#w-node-_650ac788-757f-550b-9230-8ecaea4e1aee-ad1c7897 {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-_650ac788-757f-550b-9230-8ecaea4e1af1-ad1c7897 {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-_650ac788-757f-550b-9230-8ecaea4e1af4-ad1c7897 {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-_650ac788-757f-550b-9230-8ecaea4e1af6-ad1c7897 {
  grid-area: 1 / 7 / 3 / 13;
  justify-self: center;
}

#w-node-_650ac788-757f-550b-9230-8ecaea4e1af7-ad1c7897 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_650ac788-757f-550b-9230-8ecaea4e1af8-ad1c7897 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_650ac788-757f-550b-9230-8ecaea4e1afc-ad1c7897 {
  grid-area: 6 / 1 / 7 / 7;
}

#w-node-b9db88c1-ea7f-09dd-d717-e4ad54c5322b-ad1c7898 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-b9db88c1-ea7f-09dd-d717-e4ad54c5322c-ad1c7898 {
  grid-area: 2 / 1 / 3 / 13;
  align-self: auto;
}

#w-node-b9db88c1-ea7f-09dd-d717-e4ad54c53231-ad1c7898 {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-b9db88c1-ea7f-09dd-d717-e4ad54c53234-ad1c7898 {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-b9db88c1-ea7f-09dd-d717-e4ad54c53237-ad1c7898 {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-b9db88c1-ea7f-09dd-d717-e4ad54c53239-ad1c7898 {
  grid-area: 1 / 7 / 3 / 13;
  justify-self: center;
}

#w-node-b9db88c1-ea7f-09dd-d717-e4ad54c5323b-ad1c7898 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-b9db88c1-ea7f-09dd-d717-e4ad54c5323f-ad1c7898 {
  grid-area: 6 / 1 / 7 / 7;
}

#w-node-abf8abeb-0714-6dfc-bdcc-c5c8c2dc1cc0-ad1c7899 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-abf8abeb-0714-6dfc-bdcc-c5c8c2dc1cc1-ad1c7899 {
  grid-area: 2 / 1 / 3 / 13;
  align-self: auto;
}

#w-node-abf8abeb-0714-6dfc-bdcc-c5c8c2dc1cc6-ad1c7899 {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-abf8abeb-0714-6dfc-bdcc-c5c8c2dc1cc9-ad1c7899 {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-abf8abeb-0714-6dfc-bdcc-c5c8c2dc1ccc-ad1c7899 {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-abf8abeb-0714-6dfc-bdcc-c5c8c2dc1cce-ad1c7899 {
  grid-area: 1 / 7 / 3 / 13;
  justify-self: center;
}

#w-node-abf8abeb-0714-6dfc-bdcc-c5c8c2dc1ccf-ad1c7899 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-abf8abeb-0714-6dfc-bdcc-c5c8c2dc1cd0-ad1c7899 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-abf8abeb-0714-6dfc-bdcc-c5c8c2dc1cd4-ad1c7899 {
  grid-area: 6 / 1 / 7 / 7;
}

#w-node-_69f598e5-0d98-dd97-f532-59ecf0fa97bb-ad1c789a {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_69f598e5-0d98-dd97-f532-59ecf0fa97bc-ad1c789a {
  grid-area: 2 / 1 / 3 / 13;
  align-self: auto;
}

#w-node-_69f598e5-0d98-dd97-f532-59ecf0fa97c1-ad1c789a {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-_69f598e5-0d98-dd97-f532-59ecf0fa97c4-ad1c789a {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-_69f598e5-0d98-dd97-f532-59ecf0fa97c7-ad1c789a {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-_69f598e5-0d98-dd97-f532-59ecf0fa97c9-ad1c789a {
  grid-area: 1 / 7 / 3 / 13;
  justify-self: center;
}

#w-node-_69f598e5-0d98-dd97-f532-59ecf0fa97ca-ad1c789a {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_69f598e5-0d98-dd97-f532-59ecf0fa97cb-ad1c789a {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_69f598e5-0d98-dd97-f532-59ecf0fa97cf-ad1c789a {
  grid-area: 6 / 1 / 7 / 7;
}

#w-node-_0655a09d-1862-5bbe-2fc9-2245895c17d0-ad1c789b {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_0655a09d-1862-5bbe-2fc9-2245895c17d1-ad1c789b {
  grid-area: 2 / 1 / 3 / 13;
  align-self: auto;
}

#w-node-_0655a09d-1862-5bbe-2fc9-2245895c17d6-ad1c789b {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-_0655a09d-1862-5bbe-2fc9-2245895c17d9-ad1c789b {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-_0655a09d-1862-5bbe-2fc9-2245895c17dc-ad1c789b {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-_0655a09d-1862-5bbe-2fc9-2245895c17de-ad1c789b {
  grid-area: 1 / 7 / 3 / 13;
  justify-self: center;
}

#w-node-_0655a09d-1862-5bbe-2fc9-2245895c17df-ad1c789b {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_0655a09d-1862-5bbe-2fc9-2245895c17e0-ad1c789b {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_0655a09d-1862-5bbe-2fc9-2245895c17e4-ad1c789b {
  grid-area: 6 / 1 / 7 / 7;
}

#w-node-_4113e4f9-d972-0b0e-0410-b2df3783fe43-ad1c789c {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_4113e4f9-d972-0b0e-0410-b2df3783fe44-ad1c789c {
  grid-area: 2 / 1 / 3 / 13;
  align-self: auto;
}

#w-node-_4113e4f9-d972-0b0e-0410-b2df3783fe49-ad1c789c {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-_4113e4f9-d972-0b0e-0410-b2df3783fe4c-ad1c789c {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-_4113e4f9-d972-0b0e-0410-b2df3783fe4f-ad1c789c {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-_4113e4f9-d972-0b0e-0410-b2df3783fe51-ad1c789c {
  grid-area: 1 / 7 / 3 / 13;
  justify-self: center;
}

#w-node-_4113e4f9-d972-0b0e-0410-b2df3783fe52-ad1c789c {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_4113e4f9-d972-0b0e-0410-b2df3783fe53-ad1c789c {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_4113e4f9-d972-0b0e-0410-b2df3783fe57-ad1c789c {
  grid-area: 6 / 1 / 7 / 7;
}

#w-node-adbf26b4-6a0f-6d4f-7d41-63f73f4cfa66-ad1c789d {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-adbf26b4-6a0f-6d4f-7d41-63f73f4cfa67-ad1c789d {
  grid-area: 2 / 1 / 3 / 13;
  align-self: auto;
}

#w-node-adbf26b4-6a0f-6d4f-7d41-63f73f4cfa6c-ad1c789d {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-adbf26b4-6a0f-6d4f-7d41-63f73f4cfa6f-ad1c789d {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-adbf26b4-6a0f-6d4f-7d41-63f73f4cfa72-ad1c789d {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-adbf26b4-6a0f-6d4f-7d41-63f73f4cfa74-ad1c789d {
  grid-area: 1 / 7 / 3 / 13;
  justify-self: center;
}

#w-node-adbf26b4-6a0f-6d4f-7d41-63f73f4cfa75-ad1c789d {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-adbf26b4-6a0f-6d4f-7d41-63f73f4cfa76-ad1c789d {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-adbf26b4-6a0f-6d4f-7d41-63f73f4cfa7a-ad1c789d {
  grid-area: 6 / 1 / 7 / 7;
}

#w-node-c4011d17-9663-6e85-afb1-19acac85a099-ad1c789e {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-c4011d17-9663-6e85-afb1-19acac85a09a-ad1c789e {
  grid-area: 2 / 1 / 3 / 13;
  align-self: auto;
}

#w-node-c4011d17-9663-6e85-afb1-19acac85a09f-ad1c789e {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-c4011d17-9663-6e85-afb1-19acac85a0a2-ad1c789e {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-c4011d17-9663-6e85-afb1-19acac85a0a5-ad1c789e {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-c4011d17-9663-6e85-afb1-19acac85a0a7-ad1c789e {
  grid-area: 1 / 7 / 3 / 13;
  justify-self: center;
}

#w-node-c4011d17-9663-6e85-afb1-19acac85a0a8-ad1c789e {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-c4011d17-9663-6e85-afb1-19acac85a0a9-ad1c789e {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-c4011d17-9663-6e85-afb1-19acac85a0ad-ad1c789e {
  grid-area: 6 / 1 / 7 / 7;
}

#w-node-ef6a762d-e244-7895-9bb8-51fae4d04d27-ad1c789f {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-ef6a762d-e244-7895-9bb8-51fae4d04d28-ad1c789f {
  grid-area: 2 / 1 / 3 / 13;
  align-self: auto;
}

#w-node-ef6a762d-e244-7895-9bb8-51fae4d04d2d-ad1c789f {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-ef6a762d-e244-7895-9bb8-51fae4d04d30-ad1c789f {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-ef6a762d-e244-7895-9bb8-51fae4d04d33-ad1c789f {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-ef6a762d-e244-7895-9bb8-51fae4d04d35-ad1c789f {
  grid-area: 1 / 7 / 3 / 13;
  justify-self: center;
}

#w-node-ef6a762d-e244-7895-9bb8-51fae4d04d36-ad1c789f {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-ef6a762d-e244-7895-9bb8-51fae4d04d37-ad1c789f {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-ef6a762d-e244-7895-9bb8-51fae4d04d3b-ad1c789f {
  grid-area: 6 / 1 / 7 / 7;
}

#w-node-cdd4c6cb-2ea0-9a52-1fcf-3162ba5af57a-ad1c78a0 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-cdd4c6cb-2ea0-9a52-1fcf-3162ba5af57b-ad1c78a0 {
  grid-area: 2 / 1 / 3 / 13;
  align-self: auto;
}

#w-node-cdd4c6cb-2ea0-9a52-1fcf-3162ba5af580-ad1c78a0 {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-cdd4c6cb-2ea0-9a52-1fcf-3162ba5af583-ad1c78a0 {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-cdd4c6cb-2ea0-9a52-1fcf-3162ba5af586-ad1c78a0 {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-cdd4c6cb-2ea0-9a52-1fcf-3162ba5af588-ad1c78a0 {
  grid-area: 1 / 7 / 3 / 13;
  justify-self: center;
}

#w-node-cdd4c6cb-2ea0-9a52-1fcf-3162ba5af589-ad1c78a0 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-cdd4c6cb-2ea0-9a52-1fcf-3162ba5af58a-ad1c78a0 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-cdd4c6cb-2ea0-9a52-1fcf-3162ba5af58e-ad1c78a0 {
  grid-area: 6 / 1 / 7 / 7;
}

#w-node-_52858c78-9719-a16e-82ba-d7baf6c7b211-ad1c78a1 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_52858c78-9719-a16e-82ba-d7baf6c7b212-ad1c78a1 {
  grid-area: 2 / 1 / 3 / 13;
  align-self: auto;
}

#w-node-_52858c78-9719-a16e-82ba-d7baf6c7b217-ad1c78a1 {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-_52858c78-9719-a16e-82ba-d7baf6c7b21a-ad1c78a1 {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-_52858c78-9719-a16e-82ba-d7baf6c7b21d-ad1c78a1 {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-_52858c78-9719-a16e-82ba-d7baf6c7b21f-ad1c78a1 {
  grid-area: 1 / 7 / 3 / 13;
  justify-self: center;
}

#w-node-_52858c78-9719-a16e-82ba-d7baf6c7b220-ad1c78a1 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_52858c78-9719-a16e-82ba-d7baf6c7b221-ad1c78a1 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_52858c78-9719-a16e-82ba-d7baf6c7b225-ad1c78a1 {
  grid-area: 6 / 1 / 7 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3d-ad1c78b5 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3e-ad1c78b5 {
  grid-area: 2 / 1 / 3 / 13;
  align-self: auto;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc43-ad1c78b5 {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc46-ad1c78b5 {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc49-ad1c78b5 {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c78b5 {
  grid-area: 1 / 7 / 3 / 13;
  justify-self: center;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4c-ad1c78b5 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c78b5 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc51-ad1c78b5 {
  grid-area: 6 / 1 / 7 / 7;
}

#w-node-ed989751-7de6-6a5f-e2c7-d6997239aae5-ad1c78b6 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-ed989751-7de6-6a5f-e2c7-d6997239aae6-ad1c78b6 {
  grid-area: 2 / 1 / 3 / 13;
  align-self: auto;
}

#w-node-ed989751-7de6-6a5f-e2c7-d6997239aaeb-ad1c78b6 {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-ed989751-7de6-6a5f-e2c7-d6997239aaed-ad1c78b6 {
  grid-area: 1 / 7 / 3 / 13;
  justify-self: center;
}

#w-node-ed989751-7de6-6a5f-e2c7-d6997239aaee-ad1c78b6 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-ed989751-7de6-6a5f-e2c7-d6997239aaef-ad1c78b6 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-ed989751-7de6-6a5f-e2c7-d6997239aaf9-ad1c78b6 {
  grid-area: 6 / 1 / 7 / 7;
}

#w-node-a0a63f82-534d-94d2-6593-fcc48be1ff60-ad1c78b6 {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-adbf26b4-6a0f-6d4f-7d41-63f73f4cfa66-ad1c78b7 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-adbf26b4-6a0f-6d4f-7d41-63f73f4cfa67-ad1c78b7 {
  grid-area: 2 / 1 / 3 / 13;
  align-self: auto;
}

#w-node-adbf26b4-6a0f-6d4f-7d41-63f73f4cfa6c-ad1c78b7 {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-adbf26b4-6a0f-6d4f-7d41-63f73f4cfa6f-ad1c78b7 {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-adbf26b4-6a0f-6d4f-7d41-63f73f4cfa72-ad1c78b7 {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-adbf26b4-6a0f-6d4f-7d41-63f73f4cfa74-ad1c78b7 {
  grid-area: 1 / 7 / 3 / 13;
  justify-self: center;
}

#w-node-adbf26b4-6a0f-6d4f-7d41-63f73f4cfa75-ad1c78b7 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-adbf26b4-6a0f-6d4f-7d41-63f73f4cfa76-ad1c78b7 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-adbf26b4-6a0f-6d4f-7d41-63f73f4cfa7a-ad1c78b7 {
  grid-area: 6 / 1 / 7 / 7;
}

#w-node-_52858c78-9719-a16e-82ba-d7baf6c7b211-ad1c78b8 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_52858c78-9719-a16e-82ba-d7baf6c7b212-ad1c78b8 {
  grid-area: 2 / 1 / 3 / 13;
  align-self: auto;
}

#w-node-_52858c78-9719-a16e-82ba-d7baf6c7b217-ad1c78b8 {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-_52858c78-9719-a16e-82ba-d7baf6c7b21a-ad1c78b8 {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-_52858c78-9719-a16e-82ba-d7baf6c7b21d-ad1c78b8 {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-_52858c78-9719-a16e-82ba-d7baf6c7b21f-ad1c78b8 {
  grid-area: 1 / 7 / 3 / 13;
  justify-self: center;
}

#w-node-_52858c78-9719-a16e-82ba-d7baf6c7b220-ad1c78b8 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_52858c78-9719-a16e-82ba-d7baf6c7b221-ad1c78b8 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_52858c78-9719-a16e-82ba-d7baf6c7b225-ad1c78b8 {
  grid-area: 6 / 1 / 7 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3d-ad1c78b9 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3e-ad1c78b9 {
  grid-area: 2 / 1 / 3 / 13;
  align-self: auto;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc43-ad1c78b9 {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc46-ad1c78b9 {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc49-ad1c78b9 {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c78b9 {
  grid-area: 1 / 7 / 3 / 13;
  justify-self: center;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4c-ad1c78b9 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c78b9 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc51-ad1c78b9 {
  grid-area: 6 / 1 / 7 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3d-ad1c78ba {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3e-ad1c78ba {
  grid-area: 2 / 1 / 3 / 13;
  align-self: auto;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc43-ad1c78ba {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc46-ad1c78ba {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc49-ad1c78ba {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c78ba {
  grid-area: 1 / 7 / 3 / 13;
  justify-self: center;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4c-ad1c78ba {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c78ba {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc51-ad1c78ba {
  grid-area: 6 / 1 / 7 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3d-ad1c78bb {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3e-ad1c78bb {
  grid-area: 2 / 1 / 3 / 13;
  align-self: auto;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc43-ad1c78bb {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc46-ad1c78bb {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc49-ad1c78bb {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c78bb {
  grid-area: 1 / 7 / 3 / 13;
  justify-self: center;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4c-ad1c78bb {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c78bb {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc51-ad1c78bb {
  grid-area: 6 / 1 / 7 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3d-ad1c78bc {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3e-ad1c78bc {
  grid-area: 2 / 1 / 3 / 13;
  align-self: auto;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc43-ad1c78bc {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc46-ad1c78bc {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc49-ad1c78bc {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c78bc {
  grid-area: 1 / 7 / 3 / 13;
  justify-self: center;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4c-ad1c78bc {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c78bc {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc51-ad1c78bc {
  grid-area: 6 / 1 / 7 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3d-ad1c78bd {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3e-ad1c78bd {
  grid-area: 2 / 1 / 3 / 13;
  align-self: auto;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc43-ad1c78bd {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc46-ad1c78bd {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc49-ad1c78bd {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c78bd {
  grid-area: 1 / 7 / 3 / 13;
  justify-self: center;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4c-ad1c78bd {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c78bd {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc51-ad1c78bd {
  grid-area: 6 / 1 / 7 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3d-ad1c78be {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3e-ad1c78be {
  grid-area: 2 / 1 / 3 / 13;
  align-self: auto;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc43-ad1c78be {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc46-ad1c78be {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc49-ad1c78be {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c78be {
  grid-area: 1 / 7 / 3 / 13;
  justify-self: center;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4c-ad1c78be {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c78be {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc51-ad1c78be {
  grid-area: 6 / 1 / 7 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3d-ad1c78d2 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3e-ad1c78d2 {
  grid-area: 2 / 1 / 3 / 13;
  align-self: auto;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc43-ad1c78d2 {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc46-ad1c78d2 {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc49-ad1c78d2 {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c78d2 {
  grid-area: 1 / 7 / 3 / 13;
  justify-self: center;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4c-ad1c78d2 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c78d2 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc51-ad1c78d2 {
  grid-area: 6 / 1 / 7 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3d-ad1c78e4 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3e-ad1c78e4 {
  grid-area: 2 / 1 / 3 / 13;
  align-self: auto;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc43-ad1c78e4 {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc46-ad1c78e4 {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc49-ad1c78e4 {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c78e4 {
  grid-area: 1 / 7 / 3 / 13;
  justify-self: center;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4c-ad1c78e4 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c78e4 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc51-ad1c78e4 {
  grid-area: 6 / 1 / 7 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3d-ad1c78e5 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3e-ad1c78e5 {
  grid-area: 2 / 1 / 3 / 13;
  align-self: auto;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc43-ad1c78e5 {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc46-ad1c78e5 {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc49-ad1c78e5 {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c78e5 {
  grid-area: 1 / 7 / 3 / 13;
  justify-self: center;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4c-ad1c78e5 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c78e5 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc51-ad1c78e5 {
  grid-area: 6 / 1 / 7 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3d-ad1c78e6 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3e-ad1c78e6 {
  grid-area: 2 / 1 / 3 / 13;
  align-self: auto;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc43-ad1c78e6 {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc46-ad1c78e6 {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc49-ad1c78e6 {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c78e6 {
  grid-area: 1 / 7 / 3 / 13;
  justify-self: center;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4c-ad1c78e6 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c78e6 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc51-ad1c78e6 {
  grid-area: 6 / 1 / 7 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3d-ad1c78e7 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3e-ad1c78e7 {
  grid-area: 2 / 1 / 3 / 13;
  align-self: auto;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc43-ad1c78e7 {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc46-ad1c78e7 {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc49-ad1c78e7 {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c78e7 {
  grid-area: 1 / 7 / 3 / 13;
  justify-self: center;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4c-ad1c78e7 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c78e7 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc51-ad1c78e7 {
  grid-area: 6 / 1 / 7 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3d-ad1c78e8 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3e-ad1c78e8 {
  grid-area: 2 / 1 / 3 / 13;
  align-self: auto;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc43-ad1c78e8 {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc46-ad1c78e8 {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc49-ad1c78e8 {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c78e8 {
  grid-area: 1 / 7 / 3 / 13;
  justify-self: center;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4c-ad1c78e8 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c78e8 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc51-ad1c78e8 {
  grid-area: 6 / 1 / 7 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3d-ad1c78e9 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3e-ad1c78e9 {
  grid-area: 2 / 1 / 3 / 13;
  align-self: auto;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc43-ad1c78e9 {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc46-ad1c78e9 {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc49-ad1c78e9 {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c78e9 {
  grid-area: 1 / 7 / 3 / 13;
  justify-self: center;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4c-ad1c78e9 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c78e9 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc51-ad1c78e9 {
  grid-area: 6 / 1 / 7 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3d-ad1c78ea {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3e-ad1c78ea {
  grid-area: 2 / 1 / 3 / 13;
  align-self: auto;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc43-ad1c78ea {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc46-ad1c78ea {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc49-ad1c78ea {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c78ea {
  grid-area: 1 / 7 / 3 / 13;
  justify-self: center;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4c-ad1c78ea {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c78ea {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc51-ad1c78ea {
  grid-area: 6 / 1 / 7 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3d-ad1c78fc {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3e-ad1c78fc {
  grid-area: 2 / 1 / 3 / 13;
  align-self: auto;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc43-ad1c78fc {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc46-ad1c78fc {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc49-ad1c78fc {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c78fc {
  grid-area: 1 / 7 / 3 / 13;
  justify-self: center;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4c-ad1c78fc {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c78fc {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc51-ad1c78fc {
  grid-area: 6 / 1 / 7 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3d-ad1c78fd {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3e-ad1c78fd {
  grid-area: 2 / 1 / 3 / 13;
  align-self: auto;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc43-ad1c78fd {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc46-ad1c78fd {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc49-ad1c78fd {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c78fd {
  grid-area: 1 / 7 / 3 / 13;
  justify-self: center;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4c-ad1c78fd {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c78fd {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc51-ad1c78fd {
  grid-area: 6 / 1 / 7 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3d-ad1c78ff {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3e-ad1c78ff {
  grid-area: 2 / 1 / 3 / 13;
  align-self: auto;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc43-ad1c78ff {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc46-ad1c78ff {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc49-ad1c78ff {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c78ff {
  grid-area: 1 / 7 / 3 / 13;
  justify-self: center;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4c-ad1c78ff {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c78ff {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc51-ad1c78ff {
  grid-area: 6 / 1 / 7 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3d-ad1c7900 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3e-ad1c7900 {
  grid-area: 2 / 1 / 3 / 13;
  align-self: auto;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc43-ad1c7900 {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc46-ad1c7900 {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc49-ad1c7900 {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c7900 {
  grid-area: 1 / 7 / 3 / 13;
  justify-self: center;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4c-ad1c7900 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c7900 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc51-ad1c7900 {
  grid-area: 6 / 1 / 7 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3d-ad1c7901 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3e-ad1c7901 {
  grid-area: 2 / 1 / 3 / 13;
  align-self: auto;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc43-ad1c7901 {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc46-ad1c7901 {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc49-ad1c7901 {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c7901 {
  grid-area: 1 / 7 / 3 / 13;
  justify-self: center;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4c-ad1c7901 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c7901 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc51-ad1c7901 {
  grid-area: 6 / 1 / 7 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3d-ad1c7902 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3e-ad1c7902 {
  grid-area: 2 / 1 / 3 / 13;
  align-self: auto;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc43-ad1c7902 {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc46-ad1c7902 {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc49-ad1c7902 {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c7902 {
  grid-area: 1 / 7 / 3 / 13;
  justify-self: center;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4c-ad1c7902 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c7902 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc51-ad1c7902 {
  grid-area: 6 / 1 / 7 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3d-ad1c7903 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3e-ad1c7903 {
  grid-area: 2 / 1 / 3 / 13;
  align-self: auto;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc43-ad1c7903 {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc46-ad1c7903 {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc49-ad1c7903 {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c7903 {
  grid-area: 1 / 7 / 3 / 13;
  justify-self: center;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4c-ad1c7903 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c7903 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc51-ad1c7903 {
  grid-area: 6 / 1 / 7 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3d-ad1c7904 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3e-ad1c7904 {
  grid-area: 2 / 1 / 3 / 13;
  align-self: auto;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc43-ad1c7904 {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc46-ad1c7904 {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc49-ad1c7904 {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c7904 {
  grid-area: 1 / 7 / 3 / 13;
  justify-self: center;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4c-ad1c7904 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c7904 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc51-ad1c7904 {
  grid-area: 6 / 1 / 7 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3d-ad1c7905 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3e-ad1c7905 {
  grid-area: 2 / 1 / 3 / 13;
  align-self: auto;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc43-ad1c7905 {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc46-ad1c7905 {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc49-ad1c7905 {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c7905 {
  grid-area: 1 / 7 / 3 / 13;
  justify-self: center;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4c-ad1c7905 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c7905 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc51-ad1c7905 {
  grid-area: 6 / 1 / 7 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3d-ad1c7906 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3e-ad1c7906 {
  grid-area: 2 / 1 / 3 / 13;
  align-self: auto;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc43-ad1c7906 {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc46-ad1c7906 {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc49-ad1c7906 {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c7906 {
  grid-area: 1 / 7 / 3 / 13;
  justify-self: center;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4c-ad1c7906 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c7906 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc51-ad1c7906 {
  grid-area: 6 / 1 / 7 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3d-ad1c7907 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3e-ad1c7907 {
  grid-area: 2 / 1 / 3 / 13;
  align-self: auto;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc43-ad1c7907 {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc46-ad1c7907 {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc49-ad1c7907 {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c7907 {
  grid-area: 1 / 7 / 3 / 13;
  justify-self: center;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4c-ad1c7907 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c7907 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc51-ad1c7907 {
  grid-area: 6 / 1 / 7 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3d-ad1c7908 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3e-ad1c7908 {
  grid-area: 2 / 1 / 3 / 13;
  align-self: auto;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc43-ad1c7908 {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc46-ad1c7908 {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc49-ad1c7908 {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c7908 {
  grid-area: 1 / 7 / 3 / 13;
  justify-self: center;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4c-ad1c7908 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c7908 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc51-ad1c7908 {
  grid-area: 6 / 1 / 7 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3d-ad1c7909 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3e-ad1c7909 {
  grid-area: 2 / 1 / 3 / 13;
  align-self: auto;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc43-ad1c7909 {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc46-ad1c7909 {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc49-ad1c7909 {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c7909 {
  grid-area: 1 / 7 / 3 / 13;
  justify-self: center;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4c-ad1c7909 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c7909 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc51-ad1c7909 {
  grid-area: 6 / 1 / 7 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3d-ad1c790a {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3e-ad1c790a {
  grid-area: 2 / 1 / 3 / 13;
  align-self: auto;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc43-ad1c790a {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc46-ad1c790a {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc49-ad1c790a {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c790a {
  grid-area: 1 / 7 / 3 / 13;
  justify-self: center;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4c-ad1c790a {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c790a {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc51-ad1c790a {
  grid-area: 6 / 1 / 7 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3d-ad1c790b {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3e-ad1c790b {
  grid-area: 2 / 1 / 3 / 13;
  align-self: auto;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc43-ad1c790b {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc46-ad1c790b {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc49-ad1c790b {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-_43fc1896-d864-8d5e-3a8e-9cc0fbfc9b8a-ad1c790b {
  grid-area: 5 / 1 / 6 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c790b {
  grid-area: 1 / 7 / 3 / 13;
  justify-self: center;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4c-ad1c790b {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c790b {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc51-ad1c790b {
  grid-area: 6 / 1 / 7 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3d-ad1c790c {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3e-ad1c790c {
  grid-area: 2 / 1 / 3 / 13;
  align-self: auto;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc43-ad1c790c {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc46-ad1c790c {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc49-ad1c790c {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c790c {
  grid-area: 1 / 7 / 3 / 13;
  justify-self: center;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4c-ad1c790c {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c790c {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-da967106-46c6-1ef5-d4e8-d47867a9cc51-ad1c790c {
  grid-area: 6 / 1 / 7 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e15-ad1c790d {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e16-ad1c790d {
  grid-area: 2 / 1 / 3 / 13;
  align-self: auto;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1b-ad1c790d {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1e-ad1c790d {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e21-ad1c790d {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e23-ad1c790d {
  grid-area: 1 / 7 / 3 / 13;
  justify-self: center;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e24-ad1c790d {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e25-ad1c790d {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e29-ad1c790d {
  grid-area: 6 / 1 / 7 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e15-ad1c790e {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e16-ad1c790e {
  grid-area: 2 / 1 / 3 / 13;
  align-self: auto;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1b-ad1c790e {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1e-ad1c790e {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e21-ad1c790e {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e23-ad1c790e {
  grid-area: 1 / 7 / 3 / 13;
  justify-self: center;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e24-ad1c790e {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e25-ad1c790e {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e29-ad1c790e {
  grid-area: 6 / 1 / 7 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e15-ad1c790f {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e16-ad1c790f {
  grid-area: 2 / 1 / 3 / 13;
  align-self: auto;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1b-ad1c790f {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1e-ad1c790f {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e21-ad1c790f {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e23-ad1c790f {
  grid-area: 1 / 7 / 3 / 13;
  justify-self: center;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e24-ad1c790f {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e25-ad1c790f {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e29-ad1c790f {
  grid-area: 6 / 1 / 7 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e15-ad1c7910 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e16-ad1c7910 {
  grid-area: 2 / 1 / 3 / 13;
  align-self: auto;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1b-ad1c7910 {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1e-ad1c7910 {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e21-ad1c7910 {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e23-ad1c7910 {
  grid-area: 1 / 7 / 3 / 13;
  justify-self: center;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e24-ad1c7910 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e25-ad1c7910 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e29-ad1c7910 {
  grid-area: 6 / 1 / 7 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e15-ad1c7911 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e16-ad1c7911 {
  grid-area: 2 / 1 / 3 / 13;
  align-self: auto;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1b-ad1c7911 {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1e-ad1c7911 {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e21-ad1c7911 {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e23-ad1c7911 {
  grid-area: 1 / 7 / 3 / 13;
  justify-self: center;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e24-ad1c7911 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e25-ad1c7911 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e29-ad1c7911 {
  grid-area: 6 / 1 / 7 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e15-93113082 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e16-93113082 {
  grid-area: 2 / 1 / 3 / 13;
  align-self: auto;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1b-93113082 {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1e-93113082 {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e21-93113082 {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e23-93113082 {
  grid-area: 1 / 7 / 3 / 13;
  justify-self: center;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e24-93113082 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e25-93113082 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e29-93113082 {
  grid-area: 6 / 1 / 7 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e15-ad2dba4a {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e16-ad2dba4a {
  grid-area: 2 / 1 / 3 / 13;
  align-self: auto;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1b-ad2dba4a {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1e-ad2dba4a {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e21-ad2dba4a {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e23-ad2dba4a {
  grid-area: 1 / 7 / 3 / 13;
  justify-self: center;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e24-ad2dba4a {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e25-ad2dba4a {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e29-ad2dba4a {
  grid-area: 6 / 1 / 7 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e15-99d9036a {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e16-99d9036a {
  grid-area: 2 / 1 / 3 / 13;
  align-self: auto;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1b-99d9036a {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1e-99d9036a {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e21-99d9036a {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e23-99d9036a {
  grid-area: 1 / 7 / 3 / 13;
  justify-self: center;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e24-99d9036a {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e25-99d9036a {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e29-99d9036a {
  grid-area: 6 / 1 / 7 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e15-b97732db {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e16-b97732db {
  grid-area: 2 / 1 / 3 / 13;
  align-self: auto;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1b-b97732db {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1e-b97732db {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e21-b97732db {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e23-b97732db {
  grid-area: 1 / 7 / 3 / 13;
  justify-self: center;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e24-b97732db {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e25-b97732db {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e29-b97732db {
  grid-area: 6 / 1 / 7 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e15-1fbebb31 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e16-1fbebb31 {
  grid-area: 2 / 1 / 3 / 13;
  align-self: auto;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1b-1fbebb31 {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1e-1fbebb31 {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e21-1fbebb31 {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e23-1fbebb31 {
  grid-area: 1 / 7 / 3 / 13;
  justify-self: center;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e24-1fbebb31 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e25-1fbebb31 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e29-1fbebb31 {
  grid-area: 6 / 1 / 7 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e15-6a9bcb21 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e16-6a9bcb21 {
  grid-area: 2 / 1 / 3 / 13;
  align-self: auto;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1b-6a9bcb21 {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1e-6a9bcb21 {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e21-6a9bcb21 {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e23-6a9bcb21 {
  grid-area: 1 / 7 / 3 / 13;
  justify-self: center;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e24-6a9bcb21 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e25-6a9bcb21 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e29-6a9bcb21 {
  grid-area: 6 / 1 / 7 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e15-741e0fdf {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e16-741e0fdf {
  grid-area: 2 / 1 / 3 / 13;
  align-self: auto;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1b-741e0fdf {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1e-741e0fdf {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e21-741e0fdf {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e23-741e0fdf {
  grid-area: 1 / 7 / 3 / 13;
  justify-self: center;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e24-741e0fdf {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e25-741e0fdf {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e29-741e0fdf {
  grid-area: 6 / 1 / 7 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e15-622d67d7 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e16-622d67d7 {
  grid-area: 2 / 1 / 3 / 13;
  align-self: auto;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1b-622d67d7 {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1e-622d67d7 {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e21-622d67d7 {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e23-622d67d7 {
  grid-area: 1 / 7 / 3 / 13;
  justify-self: center;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e24-622d67d7 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e25-622d67d7 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e29-622d67d7 {
  grid-area: 6 / 1 / 7 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e15-b3b381dd {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e16-b3b381dd {
  grid-area: 2 / 1 / 3 / 13;
  align-self: auto;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1b-b3b381dd {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1e-b3b381dd {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e21-b3b381dd {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e23-b3b381dd {
  grid-area: 1 / 7 / 3 / 13;
  justify-self: center;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e24-b3b381dd {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e25-b3b381dd {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e29-b3b381dd {
  grid-area: 6 / 1 / 7 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e15-ade139ed {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e16-ade139ed {
  grid-area: 2 / 1 / 3 / 13;
  align-self: auto;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1b-ade139ed {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1e-ade139ed {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e21-ade139ed {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e23-ade139ed {
  grid-area: 1 / 7 / 3 / 13;
  justify-self: center;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e24-ade139ed {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e25-ade139ed {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e29-ade139ed {
  grid-area: 6 / 1 / 7 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e15-df6f91e5 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e16-df6f91e5 {
  grid-area: 2 / 1 / 3 / 13;
  align-self: auto;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1b-df6f91e5 {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1e-df6f91e5 {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e21-df6f91e5 {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e23-df6f91e5 {
  grid-area: 1 / 7 / 3 / 13;
  justify-self: center;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e24-df6f91e5 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e25-df6f91e5 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e29-df6f91e5 {
  grid-area: 6 / 1 / 7 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e15-fcbe2f6e {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e16-fcbe2f6e {
  grid-area: 2 / 1 / 3 / 13;
  align-self: auto;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1b-fcbe2f6e {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1e-fcbe2f6e {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e21-fcbe2f6e {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e23-fcbe2f6e {
  grid-area: 1 / 7 / 3 / 13;
  justify-self: center;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e24-fcbe2f6e {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e25-fcbe2f6e {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e29-fcbe2f6e {
  grid-area: 6 / 1 / 7 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e15-b7385aff {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e16-b7385aff {
  grid-area: 2 / 1 / 3 / 13;
  align-self: auto;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1b-b7385aff {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1e-b7385aff {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e21-b7385aff {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e23-b7385aff {
  grid-area: 1 / 7 / 3 / 13;
  justify-self: center;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e24-b7385aff {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e25-b7385aff {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e29-b7385aff {
  grid-area: 6 / 1 / 7 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e15-9164402a {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e16-9164402a {
  grid-area: 2 / 1 / 3 / 13;
  align-self: auto;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1b-9164402a {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1e-9164402a {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e21-9164402a {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e23-9164402a {
  grid-area: 1 / 7 / 3 / 13;
  justify-self: center;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e24-9164402a {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e25-9164402a {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e29-9164402a {
  grid-area: 6 / 1 / 7 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e15-ad2f113d {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e16-ad2f113d {
  grid-area: 2 / 1 / 3 / 13;
  align-self: auto;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1b-ad2f113d {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1e-ad2f113d {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e21-ad2f113d {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e23-ad2f113d {
  grid-area: 1 / 7 / 3 / 13;
  justify-self: center;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e24-ad2f113d {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e25-ad2f113d {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e29-ad2f113d {
  grid-area: 6 / 1 / 7 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e15-43d4681e {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e16-43d4681e {
  grid-area: 2 / 1 / 3 / 13;
  align-self: auto;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1b-43d4681e {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1e-43d4681e {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e21-43d4681e {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e23-43d4681e {
  grid-area: 1 / 7 / 3 / 13;
  justify-self: center;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e24-43d4681e {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e25-43d4681e {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e29-43d4681e {
  grid-area: 6 / 1 / 7 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e15-b978a903 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e16-b978a903 {
  grid-area: 2 / 1 / 3 / 13;
  align-self: auto;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1b-b978a903 {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1e-b978a903 {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e21-b978a903 {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e23-b978a903 {
  grid-area: 1 / 7 / 3 / 13;
  justify-self: center;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e24-b978a903 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e25-b978a903 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e29-b978a903 {
  grid-area: 6 / 1 / 7 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e15-b978d043 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e16-b978d043 {
  grid-area: 2 / 1 / 3 / 13;
  align-self: auto;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1b-b978d043 {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1e-b978d043 {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e21-b978d043 {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e23-b978d043 {
  grid-area: 1 / 7 / 3 / 13;
  justify-self: center;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e24-b978d043 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e25-b978d043 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e29-b978d043 {
  grid-area: 6 / 1 / 7 / 7;
}

#w-node-_9946a380-2cf6-0430-87fa-b7e748665134-b7390cac {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_9946a380-2cf6-0430-87fa-b7e748665135-b7390cac {
  grid-area: 2 / 1 / 3 / 13;
  align-self: auto;
}

#w-node-_9946a380-2cf6-0430-87fa-b7e74866513a-b7390cac {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-_9946a380-2cf6-0430-87fa-b7e74866513d-b7390cac {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-_9946a380-2cf6-0430-87fa-b7e748665140-b7390cac {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-_9946a380-2cf6-0430-87fa-b7e748665142-b7390cac {
  grid-area: 1 / 7 / 3 / 13;
  justify-self: center;
}

#w-node-_9946a380-2cf6-0430-87fa-b7e748665143-b7390cac {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_9946a380-2cf6-0430-87fa-b7e748665144-b7390cac {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_9946a380-2cf6-0430-87fa-b7e748665148-b7390cac {
  grid-area: 6 / 1 / 7 / 7;
}

#w-node-_67bba0c7-bf11-3209-4f31-09172d6338e3-050831cd {
  grid-area: 2 / 1 / 3 / 16;
  place-self: auto;
}

#w-node-_3b56ab88-7354-5412-de62-b0cc529f44a1-050831cd {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_3b56ab88-7354-5412-de62-b0cc529f44a5-050831cd {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center start;
}

#w-node-_3b56ab88-7354-5412-de62-b0cc529f44a6-050831cd, #w-node-_3b56ab88-7354-5412-de62-b0cc529f44aa-050831cd {
  grid-area: 2 / 7 / 3 / 13;
}

#w-node-_3b56ab88-7354-5412-de62-b0cc529f44b9-050831cd {
  align-self: center;
}

#w-node-aca32a88-92ed-5e42-a109-98750eb07404-050831cd {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-aca32a88-92ed-5e42-a109-98750eb07408-050831cd {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center start;
}

#w-node-aca32a88-92ed-5e42-a109-98750eb07409-050831cd, #w-node-aca32a88-92ed-5e42-a109-98750eb0740d-050831cd {
  grid-area: 2 / 7 / 3 / 13;
}

#w-node-aca32a88-92ed-5e42-a109-98750eb07414-050831cd {
  grid-area: 3 / 7 / 4 / 13;
}

#w-node-aca32a88-92ed-5e42-a109-98750eb07419-050831cd {
  grid-area: 3 / 2 / 4 / 12;
}

#w-node-aca32a88-92ed-5e42-a109-98750eb0741c-050831cd {
  align-self: center;
}

#w-node-_20ddad45-80a0-9fc2-b250-f1b5465ff973-050831cd {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_20ddad45-80a0-9fc2-b250-f1b5465ff977-050831cd {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center start;
}

#w-node-_20ddad45-80a0-9fc2-b250-f1b5465ff978-050831cd, #w-node-_20ddad45-80a0-9fc2-b250-f1b5465ff97c-050831cd {
  grid-area: 2 / 7 / 3 / 13;
}

#w-node-_20ddad45-80a0-9fc2-b250-f1b5465ff97e-050831cd {
  grid-area: 3 / 7 / 4 / 13;
}

#w-node-_20ddad45-80a0-9fc2-b250-f1b5465ff989-050831cd {
  grid-area: 3 / 2 / 4 / 12;
}

#w-node-_20ddad45-80a0-9fc2-b250-f1b5465ff98c-050831cd {
  align-self: center;
}

#w-node-_2caaa1a9-0bb7-5949-24c8-1319cdd67e47-050831cd {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_2caaa1a9-0bb7-5949-24c8-1319cdd67e4b-050831cd {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center start;
}

#w-node-_2caaa1a9-0bb7-5949-24c8-1319cdd67e4c-050831cd, #w-node-_2caaa1a9-0bb7-5949-24c8-1319cdd67e50-050831cd {
  grid-area: 2 / 7 / 3 / 13;
}

#w-node-_2caaa1a9-0bb7-5949-24c8-1319cdd67e59-050831cd {
  grid-area: 3 / 7 / 4 / 13;
}

#w-node-_2caaa1a9-0bb7-5949-24c8-1319cdd67e64-050831cd {
  grid-area: 3 / 2 / 4 / 12;
}

#w-node-_2caaa1a9-0bb7-5949-24c8-1319cdd67e67-050831cd {
  align-self: center;
}

#w-node-d4194eac-ab62-6be4-ac91-f3cdaffb1aec-050831cd {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-d4194eac-ab62-6be4-ac91-f3cdaffb1af0-050831cd {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center start;
}

#w-node-d4194eac-ab62-6be4-ac91-f3cdaffb1af1-050831cd, #w-node-d4194eac-ab62-6be4-ac91-f3cdaffb1af5-050831cd {
  grid-area: 2 / 7 / 3 / 13;
}

#w-node-d4194eac-ab62-6be4-ac91-f3cdaffb1aff-050831cd {
  grid-area: 3 / 7 / 4 / 13;
}

#w-node-d4194eac-ab62-6be4-ac91-f3cdaffb1b04-050831cd {
  grid-area: 3 / 2 / 4 / 12;
}

#w-node-d4194eac-ab62-6be4-ac91-f3cdaffb1b07-050831cd {
  align-self: center;
}

#w-node-ab4ac5cb-48bd-7f9f-a9d8-fc8ee9aa4b43-050831cd {
  grid-area: 1 / 7 / 2 / 12;
  place-self: start center;
}

#w-node-ab4ac5cb-48bd-7f9f-a9d8-fc8ee9aa4b44-050831cd {
  grid-area: 1 / 1 / 2 / 13;
  place-self: start;
}

#w-node-ab4ac5cb-48bd-7f9f-a9d8-fc8ee9aa4b45-050831cd {
  grid-area: 2 / 2 / 3 / 7;
}

#w-node-ab4ac5cb-48bd-7f9f-a9d8-fc8ee9aa4b4a-050831cd {
  grid-area: 2 / 7 / 3 / 12;
}

#w-node-ab4ac5cb-48bd-7f9f-a9d8-fc8ee9aa4b4c-050831cd {
  grid-area: 1 / 2 / 2 / 13;
  align-self: end;
}

#w-node-ab4ac5cb-48bd-7f9f-a9d8-fc8ee9aa4b4d-050831cd {
  grid-area: 1 / 3 / 2 / 7;
  align-self: auto;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e15-389d0020 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e16-389d0020 {
  grid-area: 2 / 1 / 3 / 13;
  align-self: auto;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1b-389d0020 {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1e-389d0020 {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e21-389d0020 {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e23-389d0020 {
  grid-area: 1 / 7 / 3 / 13;
  justify-self: center;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e24-389d0020 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e25-389d0020 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e29-389d0020 {
  grid-area: 6 / 1 / 7 / 7;
}

@media screen and (min-width: 1920px) {
  #w-node-a296e9c4-d16b-ee22-a0bf-24e79690fa94-ad1c7821 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-a296e9c4-d16b-ee22-a0bf-24e79690fa97-ad1c7821 {
    grid-area: 2 / 1 / 3 / 13;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-f2fcdb22-42b5-29e0-18df-9d1669471857-69471852 {
    justify-self: end;
  }

  #w-node-_25a8b6d2-c718-579e-8fb3-9d7ec288c1f0-ad1c7826 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-df213918-b80b-f39b-9d7f-08e7fcf63db7-ad1c7826 {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-df213918-b80b-f39b-9d7f-08e7fcf63dba-ad1c7826 {
    grid-area: 4 / 2 / 5 / 12;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  #w-node-ce804ba1-10d3-41f7-d727-95cf024a3e70-ad1c7826 {
    grid-area: 3 / 2 / 4 / 12;
  }

  #w-node-ad099ac8-80cf-bcf6-9cd0-60630d09d997-ad1c7828, #w-node-_311e7c8f-fd40-7390-05c2-8217a9d0321f-ad1c7828, #w-node-_877d526a-a7bb-4b8c-0195-5d041f51d137-ad1c7828 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_087934ba-ea40-48ec-82c6-b15477ed4bc7-ad1c7828 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3375-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a338a-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a339e-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a33a0-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a33ac-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a33c0-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a33c2-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a33ce-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a33e2-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a33ee-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a33fc-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a33fe-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a340f-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a341d-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3430-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3450-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3474-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3476-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3498-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a349a-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a34c1-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a34c3-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a34ea-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a34ec-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3514-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3516-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a353e-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3540-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3568-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a356a-a97a3347, #w-node-e17ecc15-200c-52df-1427-bd0dfbf53648-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf5364a-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf53663-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf53665-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf53667-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf5367f-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf53681-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf5369b-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf5369d-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf536c2-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf536c4-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf536c6-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf536c8-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf536e1-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf536e3-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf536e6-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf53704-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf53706-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf53708-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf5370a-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf5372a-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf5372c-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf5372f-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf5374d-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf5374f-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf53752-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf53770-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf53772-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf53774-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf53794-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf53796-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf53799-fbf535d0 {
    align-self: center;
  }

  #w-node-_074fb322-6419-09bd-d8b0-1d06e3522f32-ad1c7829 {
    grid-area: 2 / 1 / 3 / 13;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_2538ef7a-8541-9585-0f3e-f61a0b9ea5a3-ad1c7830 {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-_2538ef7a-8541-9585-0f3e-f61a0b9ea5a5-ad1c7830 {
    align-self: center;
  }

  #w-node-_71e752d6-5ba3-781a-64bd-830c1aa8ef3c-ad1c7831 {
    justify-self: auto;
  }

  #w-node-_154e59d5-cf14-1da3-6418-2a1bab80a25b-ad1c7831 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-cea3a525-cbc3-da63-fc06-f906e8c2e8ac-ad1c7831, #w-node-a8b5efe7-4de5-4bcd-8a90-3d484ada50f4-ad1c7831 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_2576d216-cb60-b232-ab20-07f50e25f9cf-ad1c7833 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_2576d216-cb60-b232-ab20-07f50e25f9d2-ad1c7833 {
    grid-area: 2 / 1 / 3 / 13;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb2530bc-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb2530c2-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb2530c4-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb2530cc-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb2530d2-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb2530d4-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb2530dc-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb2530e2-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb2530ea-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb2530f0-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb2530f2-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb2530fa-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb253100-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb253108-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb25310e-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb25311e-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb253130-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb253132-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb253142-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb253144-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb253154-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb253156-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb253164-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb253166-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb253177-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb253179-ad1c7833, #w-node-_3dad1342-9e36-540c-9dad-d6f8c4a772cf-ad1c7833 {
    align-self: center;
  }

  #w-node-f2b2f603-c81c-d309-35a9-e21f9db5b054-ad1c7833 {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-f2b2f603-c81c-d309-35a9-e21f9db5b057-ad1c7833 {
    grid-area: 4 / 2 / 5 / 12;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  #w-node-_17ba8e7a-1337-fd86-b8af-05dfecce44ee-ad1c7833 {
    grid-area: 3 / 2 / 4 / 12;
  }

  #w-node-_474bcb06-cfd2-5aad-d718-ea3b1f30ffc9-ad1c7833 {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-_0a0d6f99-5284-2874-fa2b-611e869b7f45-ad1c7833, #w-node-a921b1cf-37c2-a339-54d2-8bdbbbbaeb03-bbbaeafd {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_167996f1-9a40-7efa-71b1-9ad2653f336b-ad1c7844 {
    grid-area: 2 / 1 / 3 / 13;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc43-ad1c7907 {
    grid-area: 4 / 1 / 5 / 7;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc46-ad1c7907 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc49-ad1c7907 {
    grid-area: 3 / 1 / 4 / 7;
  }

  #w-node-_3b56ab88-7354-5412-de62-b0cc529f44a5-050831cd {
    align-self: center;
  }

  #w-node-aca32a88-92ed-5e42-a109-98750eb07404-050831cd {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-aca32a88-92ed-5e42-a109-98750eb07408-050831cd, #w-node-_20ddad45-80a0-9fc2-b250-f1b5465ff977-050831cd, #w-node-_2caaa1a9-0bb7-5949-24c8-1319cdd67e4b-050831cd, #w-node-d4194eac-ab62-6be4-ac91-f3cdaffb1af0-050831cd {
    align-self: center;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_94af9f83-0d76-976c-5b2a-fc510ae996ad-ad1c7820 {
    grid-column-start: 10;
  }

  #w-node-_82a4016b-c3b8-a1ef-0738-b591eef74e5e-ad1c7821 {
    grid-column: 1 / 15;
  }

  #w-node-a296e9c4-d16b-ee22-a0bf-24e79690fa97-ad1c7821 {
    grid-area: 2 / 1 / 3 / 13;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-cd67063e-03ba-3432-6093-3f38d1452702-d14526ef {
    grid-column-start: 10;
  }

  #w-node-e06c86b6-75d2-5296-e777-750bf7fcae6a-ad1c7826 {
    grid-column: 1 / 15;
  }

  #w-node-df213918-b80b-f39b-9d7f-08e7fcf63dba-ad1c7826 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  #w-node-e9951153-7106-962b-7e59-ebd6b1371226-ad1c7827, #w-node-_0b4a427d-2705-441b-4365-5ec153ed8d51-ad1c7828, #w-node-_3ab1859f-3ad1-dd80-3c25-afa707aa09dd-ad1c7828, #w-node-_4b0adb2b-df45-a0ac-ff08-3e176ccffe88-ad1c7829 {
    grid-column: 1 / 15;
  }

  #w-node-_700a8e8d-e46d-426a-6469-e7ad83f5f86a-ad1c7829 {
    grid-area: 2 / 2 / 3 / 13;
  }

  #w-node-_074fb322-6419-09bd-d8b0-1d06e3522f32-ad1c7829 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_02242915-b670-8364-463b-da933c34b916-ad1c7831, #w-node-_8c2819f6-ecf6-a4bc-da3d-32923a823e35-ad1c7831 {
    grid-column: 1 / 15;
  }

  #w-node-_71e752d6-5ba3-781a-64bd-830c1aa8ef3c-ad1c7831 {
    justify-self: auto;
  }

  #w-node-_154e59d5-cf14-1da3-6418-2a1bab80a25b-ad1c7831 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_2576d216-cb60-b232-ab20-07f50e25f9d2-ad1c7833 {
    grid-area: 2 / 1 / 3 / 13;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-f2b2f603-c81c-d309-35a9-e21f9db5b057-ad1c7833 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  #w-node-_9946a380-2cf6-0430-87fa-b7e748665144-ad1c783f, #w-node-_66035a6f-ad84-2a95-3aee-f04ff02f037a-ad1c7840 {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-_167996f1-9a40-7efa-71b1-9ad2653f336b-ad1c7844 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-ed989751-7de6-6a5f-e2c7-d6997239aaef-ad1c7845, #w-node-ea3a5e30-005e-2302-d7a1-1a476daeae47-ad1c7846, #w-node-_18753a26-fa85-4d36-d53b-9575c09434fc-ad1c7847, #w-node-_650ac788-757f-550b-9230-8ecaea4e1af8-ad1c7897, #w-node-b9db88c1-ea7f-09dd-d717-e4ad54c5323b-ad1c7898, #w-node-abf8abeb-0714-6dfc-bdcc-c5c8c2dc1cd0-ad1c7899, #w-node-_69f598e5-0d98-dd97-f532-59ecf0fa97cb-ad1c789a, #w-node-_0655a09d-1862-5bbe-2fc9-2245895c17e0-ad1c789b, #w-node-_4113e4f9-d972-0b0e-0410-b2df3783fe53-ad1c789c, #w-node-adbf26b4-6a0f-6d4f-7d41-63f73f4cfa76-ad1c789d, #w-node-c4011d17-9663-6e85-afb1-19acac85a0a9-ad1c789e, #w-node-ef6a762d-e244-7895-9bb8-51fae4d04d37-ad1c789f, #w-node-cdd4c6cb-2ea0-9a52-1fcf-3162ba5af58a-ad1c78a0, #w-node-_52858c78-9719-a16e-82ba-d7baf6c7b221-ad1c78a1, #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c78b5, #w-node-ed989751-7de6-6a5f-e2c7-d6997239aaef-ad1c78b6, #w-node-a0a63f82-534d-94d2-6593-fcc48be1ff60-ad1c78b6, #w-node-adbf26b4-6a0f-6d4f-7d41-63f73f4cfa76-ad1c78b7, #w-node-_52858c78-9719-a16e-82ba-d7baf6c7b221-ad1c78b8, #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c78b9, #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c78ba, #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c78bb, #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c78bc, #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c78bd, #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c78be, #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c78d2, #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c78e4, #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c78e5, #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c78e6, #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c78e7, #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c78e8, #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c78e9, #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c78ea, #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c78fc, #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c78fd, #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c78ff, #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c7900, #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c7901, #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c7902, #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c7903, #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c7904, #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c7905, #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c7906, #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c7907, #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c7908, #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c7909, #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c790a, #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c790b, #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c790c, #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e25-ad1c790d, #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e25-ad1c790e, #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e25-ad1c790f, #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e25-ad1c7910, #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e25-ad1c7911, #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e25-93113082, #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e25-ad2dba4a, #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e25-99d9036a, #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e25-b97732db, #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e25-1fbebb31, #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e25-6a9bcb21, #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e25-741e0fdf, #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e25-622d67d7, #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e25-b3b381dd, #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e25-ade139ed, #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e25-df6f91e5, #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e25-fcbe2f6e, #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e25-b7385aff, #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e25-9164402a, #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e25-ad2f113d, #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e25-43d4681e, #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e25-b978a903, #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e25-b978d043, #w-node-_9946a380-2cf6-0430-87fa-b7e748665144-b7390cac {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-_67bba0c7-bf11-3209-4f31-09172d6338e3-050831cd {
    grid-column: 1 / 15;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e25-389d0020 {
    grid-area: 1 / 1 / 2 / 7;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_94af9f83-0d76-976c-5b2a-fc510ae9969d-ad1c7820 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_94af9f83-0d76-976c-5b2a-fc510ae9969e-ad1c7820 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_94af9f83-0d76-976c-5b2a-fc510ae996a4-ad1c7820 {
    grid-area: 2 / 5 / 3 / 9;
  }

  #w-node-_94af9f83-0d76-976c-5b2a-fc510ae996ad-ad1c7820 {
    grid-column-start: 9;
    justify-self: end;
  }

  #w-node-_82a4016b-c3b8-a1ef-0738-b591eef74e5e-ad1c7821 {
    grid-area: 2 / 1 / 3 / 19;
    place-self: auto;
  }

  #w-node-a296e9c4-d16b-ee22-a0bf-24e79690fa94-ad1c7821 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-a296e9c4-d16b-ee22-a0bf-24e79690fa97-ad1c7821 {
    grid-area: 2 / 1 / 3 / 13;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-be364e37-a610-b6a4-1761-7a8055d84900-ad1c7821, #w-node-be364e37-a610-b6a4-1761-7a8055d84902-ad1c7821 {
    grid-column-start: 8;
  }

  #w-node-cd67063e-03ba-3432-6093-3f38d14526f2-d14526ef {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-cd67063e-03ba-3432-6093-3f38d14526f3-d14526ef {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-cd67063e-03ba-3432-6093-3f38d14526f9-d14526ef {
    grid-area: 2 / 5 / 3 / 9;
  }

  #w-node-cd67063e-03ba-3432-6093-3f38d1452702-d14526ef {
    grid-column-start: 9;
    justify-self: end;
  }

  #w-node-f2fcdb22-42b5-29e0-18df-9d1669471857-69471852 {
    order: -9999;
    grid-column-end: 13;
    justify-self: end;
  }

  #w-node-e06c86b6-75d2-5296-e777-750bf7fcae6a-ad1c7826 {
    grid-area: 2 / 1 / 3 / 20;
    place-self: auto;
  }

  #w-node-_25a8b6d2-c718-579e-8fb3-9d7ec288c1f0-ad1c7826, #w-node-df213918-b80b-f39b-9d7f-08e7fcf63db7-ad1c7826 {
    grid-row: 1 / 2;
  }

  #w-node-df213918-b80b-f39b-9d7f-08e7fcf63dba-ad1c7826 {
    grid-area: 2 / 2 / 3 / 12;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-ce804ba1-10d3-41f7-d727-95cf024a3e70-ad1c7826 {
    grid-area: 3 / 2 / 4 / 12;
  }

  #w-node-e9951153-7106-962b-7e59-ebd6b1371226-ad1c7827 {
    grid-area: 2 / 1 / 3 / 15;
  }

  #w-node-ad099ac8-80cf-bcf6-9cd0-60630d09d997-ad1c7828, #w-node-_311e7c8f-fd40-7390-05c2-8217a9d0321f-ad1c7828, #w-node-_877d526a-a7bb-4b8c-0195-5d041f51d137-ad1c7828 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-ea98338a-e564-efb5-5e52-3a1a90f3fab5-90f3faac {
    grid-area: 3 / 1 / 4 / 15;
    justify-self: auto;
  }

  #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3375-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a338a-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a339e-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a33a0-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a33ac-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a33c0-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a33c2-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a33ce-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a33e2-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a33ee-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a33fc-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a33fe-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a340f-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a341d-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3430-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3450-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3474-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3476-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3498-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a349a-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a34c1-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a34c3-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a34ea-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a34ec-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3514-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3516-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a353e-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3540-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3568-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a356a-a97a3347, #w-node-e17ecc15-200c-52df-1427-bd0dfbf53648-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf5364a-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf53663-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf53665-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf53667-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf5367f-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf53681-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf5369b-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf5369d-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf536c2-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf536c4-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf536c6-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf536c8-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf536e1-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf536e3-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf536e6-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf53704-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf53706-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf53708-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf5370a-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf5372a-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf5372c-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf5372f-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf5374d-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf5374f-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf53752-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf53770-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf53772-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf53774-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf53794-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf53796-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf53799-fbf535d0 {
    align-self: center;
  }

  #w-node-_53540262-3556-07b0-1946-72529b1ecf99-ad1c7829 {
    grid-column-start: 8;
  }

  #w-node-_700a8e8d-e46d-426a-6469-e7ad83f5f86a-ad1c7829 {
    grid-area: 2 / 2 / 3 / 13;
  }

  #w-node-_074fb322-6419-09bd-d8b0-1d06e3522f32-ad1c7829 {
    grid-area: 2 / 1 / 3 / 13;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_154e59d5-cf14-1da3-6418-2a1bab80a25b-ad1c7831 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_47eefaf6-1c0d-6806-af6d-b5876ef2c568-ad1c7831, #w-node-_2576d216-cb60-b232-ab20-07f50e25f9cf-ad1c7833 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_2576d216-cb60-b232-ab20-07f50e25f9d2-ad1c7833 {
    grid-area: 2 / 1 / 3 / 13;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb2530bc-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb2530c2-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb2530c4-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb2530cc-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb2530d2-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb2530d4-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb2530dc-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb2530e2-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb2530ea-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb2530f0-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb2530f2-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb2530fa-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb253100-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb253108-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb25310e-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb25311e-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb253130-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb253132-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb253142-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb253144-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb253154-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb253156-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb253164-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb253166-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb253177-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb253179-ad1c7833 {
    align-self: center;
  }

  #w-node-f2b2f603-c81c-d309-35a9-e21f9db5b054-ad1c7833 {
    grid-row: 1 / 2;
  }

  #w-node-f2b2f603-c81c-d309-35a9-e21f9db5b057-ad1c7833 {
    grid-area: 2 / 2 / 3 / 12;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_474bcb06-cfd2-5aad-d718-ea3b1f30ffc9-ad1c7833 {
    grid-row: 1 / 2;
  }

  #w-node-_6b957448-e81a-ac43-df42-a50d7fc76668-ad1c7833 {
    grid-area: 1 / 1 / 2 / 15;
    justify-self: auto;
  }

  #w-node-c1b9bcf0-5261-8be7-38af-6ebab6287b6d-ad1c7833 {
    grid-column-start: 8;
  }

  #w-node-_167996f1-9a40-7efa-71b1-9ad2653f336b-ad1c7844 {
    grid-area: 2 / 1 / 3 / 13;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_67bba0c7-bf11-3209-4f31-09172d6338e3-050831cd {
    grid-area: 2 / 1 / 3 / 16;
    place-self: auto;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_94af9f83-0d76-976c-5b2a-fc510ae996ad-ad1c7820 {
    grid-row: 2 / 3;
    grid-column-start: 9;
  }

  #w-node-a296e9c4-d16b-ee22-a0bf-24e79690fa97-ad1c7821 {
    grid-column: 1 / 13;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-be364e37-a610-b6a4-1761-7a8055d848fc-ad1c7821 {
    grid-area: 1 / 2 / 2 / 14;
    align-self: center;
  }

  #w-node-be364e37-a610-b6a4-1761-7a8055d84900-ad1c7821, #w-node-be364e37-a610-b6a4-1761-7a8055d84902-ad1c7821 {
    grid-column-end: 14;
  }

  #w-node-cd67063e-03ba-3432-6093-3f38d1452702-d14526ef {
    grid-row: 2 / 3;
    grid-column-start: 9;
  }

  #w-node-f2fcdb22-42b5-29e0-18df-9d1669471855-69471852 {
    align-self: center;
  }

  #w-node-f2fcdb22-42b5-29e0-18df-9d1669471857-69471852 {
    grid-column: 1 / 13;
  }

  #w-node-f2fcdb22-42b5-29e0-18df-9d1669471874-69471852 {
    grid-area: 1 / 11 / 2 / 13;
    place-self: center end;
  }

  #w-node-_447b790e-15ac-b740-5138-a0ddad080b0d-ad1c7824 {
    grid-column: 1 / 13;
  }

  #w-node-_25a8b6d2-c718-579e-8fb3-9d7ec288c1f0-ad1c7826 {
    grid-row: 1 / 2;
  }

  #w-node-_34b6cca5-bb10-95da-f6c2-40e72eeb4db6-ad1c7826 {
    grid-column: 1 / 13;
  }

  #w-node-df213918-b80b-f39b-9d7f-08e7fcf63db7-ad1c7826 {
    grid-row: 1 / 2;
  }

  #w-node-df213918-b80b-f39b-9d7f-08e7fcf63dba-ad1c7826 {
    grid-row: 2 / 3;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-ce804ba1-10d3-41f7-d727-95cf024a3e70-ad1c7826, #w-node-d24a4376-1146-98ca-f35f-9822aef08d45-ad1c7826, #w-node-_3e87d1c2-2a18-e96d-cb9d-c60bb9548198-ad1c7827 {
    grid-column: 1 / 13;
  }

  #w-node-_3ab1859f-3ad1-dd80-3c25-afa707aa09dd-ad1c7828 {
    grid-row: 2 / 3;
  }

  #w-node-_397dbe82-b7e5-da2d-1a66-e9231a8560dd-ad1c7828 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-a8c73200-92f6-dcd9-331c-85e9fe0dc36c-ad1c7828 {
    grid-column-end: 13;
  }

  #w-node-_311e7c8f-fd40-7390-05c2-8217a9d0321e-ad1c7828 {
    grid-row: 2 / 3;
    grid-column-end: 13;
  }

  #w-node-e28b23c9-06fa-69d4-6081-5054a2b1be2d-ad1c7828 {
    grid-column-start: 1;
  }

  #w-node-_20531fc9-2d78-b2fe-9e13-743fe40b0bbf-ad1c7828 {
    grid-column-end: 13;
  }

  #w-node-_877d526a-a7bb-4b8c-0195-5d041f51d136-ad1c7828 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-ea98338a-e564-efb5-5e52-3a1a90f3faaf-90f3faac {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-ea98338a-e564-efb5-5e52-3a1a90f3fab3-90f3faac {
    grid-column: 1 / 13;
  }

  #w-node-ea98338a-e564-efb5-5e52-3a1a90f3fab5-90f3faac {
    grid-column-end: 13;
  }

  #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3375-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a338a-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a339e-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a33a0-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a33ac-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a33c0-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a33c2-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a33ce-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a33e2-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a33ee-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a33fc-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a33fe-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a340f-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a341d-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3430-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3450-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3474-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3476-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3498-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a349a-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a34c1-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a34c3-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a34ea-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a34ec-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3514-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3516-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a353e-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3540-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3568-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a356a-a97a3347 {
    grid-column: 7 / 13;
  }

  #w-node-e17ecc15-200c-52df-1427-bd0dfbf535d6-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf53608-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf53625-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf53642-fbf535d0 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-e17ecc15-200c-52df-1427-bd0dfbf53643-fbf535d0 {
    grid-column-end: 13;
  }

  #w-node-e17ecc15-200c-52df-1427-bd0dfbf53648-fbf535d0 {
    grid-column: 1 / 13;
  }

  #w-node-e17ecc15-200c-52df-1427-bd0dfbf5364a-fbf535d0 {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-e17ecc15-200c-52df-1427-bd0dfbf5365d-fbf535d0 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-e17ecc15-200c-52df-1427-bd0dfbf5365e-fbf535d0 {
    grid-column-end: 13;
  }

  #w-node-e17ecc15-200c-52df-1427-bd0dfbf53663-fbf535d0 {
    grid-column: 1 / 13;
  }

  #w-node-e17ecc15-200c-52df-1427-bd0dfbf53665-fbf535d0 {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-e17ecc15-200c-52df-1427-bd0dfbf53667-fbf535d0 {
    grid-area: 4 / 1 / 5 / 13;
  }

  #w-node-e17ecc15-200c-52df-1427-bd0dfbf53679-fbf535d0 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-e17ecc15-200c-52df-1427-bd0dfbf5367a-fbf535d0 {
    grid-column-end: 13;
  }

  #w-node-e17ecc15-200c-52df-1427-bd0dfbf5367f-fbf535d0 {
    grid-column: 1 / 13;
  }

  #w-node-e17ecc15-200c-52df-1427-bd0dfbf53681-fbf535d0 {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-e17ecc15-200c-52df-1427-bd0dfbf53693-fbf535d0 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-e17ecc15-200c-52df-1427-bd0dfbf53694-fbf535d0 {
    grid-column-end: 13;
  }

  #w-node-e17ecc15-200c-52df-1427-bd0dfbf5369b-fbf535d0 {
    grid-column: 1 / 13;
  }

  #w-node-e17ecc15-200c-52df-1427-bd0dfbf5369d-fbf535d0 {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-e17ecc15-200c-52df-1427-bd0dfbf536bc-fbf535d0 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-e17ecc15-200c-52df-1427-bd0dfbf536bd-fbf535d0 {
    grid-column-end: 13;
  }

  #w-node-e17ecc15-200c-52df-1427-bd0dfbf536c2-fbf535d0 {
    grid-column: 1 / 13;
  }

  #w-node-e17ecc15-200c-52df-1427-bd0dfbf536c4-fbf535d0 {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-e17ecc15-200c-52df-1427-bd0dfbf536c6-fbf535d0 {
    grid-area: 4 / 1 / 5 / 13;
  }

  #w-node-e17ecc15-200c-52df-1427-bd0dfbf536c8-fbf535d0 {
    grid-area: 5 / 1 / 6 / 13;
  }

  #w-node-e17ecc15-200c-52df-1427-bd0dfbf536db-fbf535d0 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-e17ecc15-200c-52df-1427-bd0dfbf536dc-fbf535d0 {
    grid-column-end: 13;
  }

  #w-node-e17ecc15-200c-52df-1427-bd0dfbf536e1-fbf535d0 {
    grid-column: 1 / 13;
  }

  #w-node-e17ecc15-200c-52df-1427-bd0dfbf536e3-fbf535d0 {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-e17ecc15-200c-52df-1427-bd0dfbf536e6-fbf535d0 {
    grid-area: 4 / 1 / 5 / 13;
  }

  #w-node-e17ecc15-200c-52df-1427-bd0dfbf536fe-fbf535d0 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-e17ecc15-200c-52df-1427-bd0dfbf536ff-fbf535d0 {
    grid-column-end: 13;
  }

  #w-node-e17ecc15-200c-52df-1427-bd0dfbf53704-fbf535d0 {
    grid-column: 1 / 13;
  }

  #w-node-e17ecc15-200c-52df-1427-bd0dfbf53706-fbf535d0 {
    grid-area: 5 / 1 / 6 / 13;
  }

  #w-node-e17ecc15-200c-52df-1427-bd0dfbf53708-fbf535d0 {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-e17ecc15-200c-52df-1427-bd0dfbf5370a-fbf535d0 {
    grid-area: 4 / 1 / 5 / 13;
  }

  #w-node-e17ecc15-200c-52df-1427-bd0dfbf53722-fbf535d0 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-e17ecc15-200c-52df-1427-bd0dfbf53723-fbf535d0 {
    grid-column-end: 13;
  }

  #w-node-e17ecc15-200c-52df-1427-bd0dfbf5372a-fbf535d0 {
    grid-column: 1 / 13;
  }

  #w-node-e17ecc15-200c-52df-1427-bd0dfbf5372c-fbf535d0 {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-e17ecc15-200c-52df-1427-bd0dfbf5372f-fbf535d0 {
    grid-area: 4 / 1 / 5 / 13;
  }

  #w-node-e17ecc15-200c-52df-1427-bd0dfbf53747-fbf535d0 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-e17ecc15-200c-52df-1427-bd0dfbf53748-fbf535d0 {
    grid-column-end: 13;
  }

  #w-node-e17ecc15-200c-52df-1427-bd0dfbf5374d-fbf535d0 {
    grid-column: 1 / 13;
  }

  #w-node-e17ecc15-200c-52df-1427-bd0dfbf5374f-fbf535d0 {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-e17ecc15-200c-52df-1427-bd0dfbf53752-fbf535d0 {
    grid-area: 4 / 1 / 5 / 13;
  }

  #w-node-e17ecc15-200c-52df-1427-bd0dfbf5376a-fbf535d0 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-e17ecc15-200c-52df-1427-bd0dfbf5376b-fbf535d0 {
    grid-column-end: 13;
  }

  #w-node-e17ecc15-200c-52df-1427-bd0dfbf53770-fbf535d0 {
    grid-column: 1 / 13;
  }

  #w-node-e17ecc15-200c-52df-1427-bd0dfbf53772-fbf535d0 {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-e17ecc15-200c-52df-1427-bd0dfbf53774-fbf535d0 {
    grid-area: 4 / 1 / 5 / 13;
  }

  #w-node-e17ecc15-200c-52df-1427-bd0dfbf5378e-fbf535d0 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-e17ecc15-200c-52df-1427-bd0dfbf5378f-fbf535d0 {
    grid-column-end: 13;
  }

  #w-node-e17ecc15-200c-52df-1427-bd0dfbf53794-fbf535d0 {
    grid-column: 1 / 13;
  }

  #w-node-e17ecc15-200c-52df-1427-bd0dfbf53796-fbf535d0 {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-e17ecc15-200c-52df-1427-bd0dfbf53799-fbf535d0 {
    grid-area: 4 / 1 / 5 / 13;
  }

  #w-node-_53540262-3556-07b0-1946-72529b1ecf99-ad1c7829 {
    grid-column-end: 14;
  }

  #w-node-_700a8e8d-e46d-426a-6469-e7ad83f5f86a-ad1c7829 {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-_074fb322-6419-09bd-d8b0-1d06e3522f2f-ad1c7829 {
    grid-column-end: 13;
  }

  #w-node-_074fb322-6419-09bd-d8b0-1d06e3522f32-ad1c7829 {
    grid-area: 2 / 1 / 3 / 13;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_2538ef7a-8541-9585-0f3e-f61a0b9ea5a3-ad1c7830, #w-node-_2538ef7a-8541-9585-0f3e-f61a0b9ea5a6-ad1c7830 {
    grid-column-end: 13;
  }

  #w-node-_2538ef7a-8541-9585-0f3e-f61a0b9ea5b7-ad1c7830, #w-node-_2538ef7a-8541-9585-0f3e-f61a0b9ea5bf-ad1c7830 {
    grid-column-end: 14;
  }

  #w-node-_5ee4744f-5bc9-440d-79a0-fd173ff306e6-ad1c7830 {
    grid-column: 1 / 13;
  }

  #w-node-_3ceeeedd-e14f-45a4-9785-17e7d38c5b1a-ad1c7830 {
    grid-column-end: 13;
  }

  #w-node-_87b6624f-150b-6fd8-269f-01294dbd4e82-ad1c7830 {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-b88bdb85-a8ce-a8d2-4849-abc8d669c724-ad1c7830 {
    grid-area: 4 / 1 / 5 / 13;
  }

  #w-node-_48215fd5-ad49-9a5f-8d53-7c0728140c39-ad1c7830 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-f231a0a3-a35b-22a3-f5f7-b9c64376c514-4376c513, #w-node-f231a0a3-a35b-22a3-f5f7-b9c64376c515-4376c513 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f231a0a3-a35b-22a3-f5f7-b9c64376c516-4376c513 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-f231a0a3-a35b-22a3-f5f7-b9c64376c517-4376c513, #w-node-f231a0a3-a35b-22a3-f5f7-b9c64376c519-4376c513 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-f231a0a3-a35b-22a3-f5f7-b9c64376c51b-4376c513 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-f231a0a3-a35b-22a3-f5f7-b9c64376c51d-4376c513, #w-node-f231a0a3-a35b-22a3-f5f7-b9c64376c51f-4376c513 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-f231a0a3-a35b-22a3-f5f7-b9c64376c521-4376c513 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_8c2819f6-ecf6-a4bc-da3d-32923a823e35-ad1c7831 {
    grid-area: 2 / 1 / 3 / 15;
  }

  #w-node-_2f5ae5ad-70bc-ef56-e48a-ab43d4cfffd3-ad1c7831 {
    grid-row-end: 2;
    grid-column-end: 13;
  }

  #w-node-b6205e87-8804-7dad-0466-4e0981a32cbf-ad1c7831 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-f87c43e6-52ae-0318-cc4b-d504e079ec94-ad1c7831 {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-a08cb4d1-7d25-768e-aa8b-cfd9fdf84341-ad1c7831 {
    grid-row: 4 / 5;
    grid-column-start: 1;
  }

  #w-node-e29947d2-475e-a924-006a-b4a8411d5f67-ad1c7831 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-b209ee55-5856-ccc1-d1a5-19e1bf80da8d-ad1c7831 {
    grid-row: 2 / 3;
    grid-column-end: 13;
  }

  #w-node-_71e752d6-5ba3-781a-64bd-830c1aa8ef3c-ad1c7831 {
    grid-column-end: 13;
  }

  #w-node-_3ba91c6f-e73a-eb62-b419-d8252ff0a09b-ad1c7831 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-ab6257d4-db30-8fb5-e27a-41df49d998cb-ad1c7831 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-ab6257d4-db30-8fb5-e27a-41df49d998cc-ad1c7831 {
    grid-row: 2 / 3;
    grid-column-end: 13;
  }

  #w-node-_154e59d5-cf14-1da3-6418-2a1bab80a25b-ad1c7831 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_2576d216-cb60-b232-ab20-07f50e25f9d2-ad1c7833 {
    grid-column: 1 / 13;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb2530bc-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb2530c2-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb2530c4-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb2530cc-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb2530d2-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb2530d4-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb2530dc-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb2530e2-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb2530ea-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb2530f0-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb2530f2-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb2530fa-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb253100-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb253108-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb25310e-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb25311e-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb253130-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb253132-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb253142-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb253144-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb253154-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb253156-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb253164-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb253166-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb253177-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb253179-ad1c7833 {
    grid-column: 7 / 13;
  }

  #w-node-_3dad1342-9e36-540c-9dad-d6f8c4a772cb-ad1c7833, #w-node-_3dad1342-9e36-540c-9dad-d6f8c4a772d0-ad1c7833 {
    grid-column-end: 13;
  }

  #w-node-_3dad1342-9e36-540c-9dad-d6f8c4a772d4-ad1c7833, #w-node-_3dad1342-9e36-540c-9dad-d6f8c4a772e1-ad1c7833 {
    grid-column-end: 14;
  }

  #w-node-_3dad1342-9e36-540c-9dad-d6f8c4a772ec-ad1c7833 {
    grid-row: 5 / 6;
  }

  #w-node-_6ff3b362-00ad-babf-a22a-9159a7826fbf-ad1c7833 {
    grid-column: 1 / 13;
  }

  #w-node-_6ff3b362-00ad-babf-a22a-9159a7826fc0-ad1c7833 {
    grid-column-end: 13;
  }

  #w-node-_6ff3b362-00ad-babf-a22a-9159a7826fc1-ad1c7833 {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-_6ff3b362-00ad-babf-a22a-9159a7826fc6-ad1c7833 {
    grid-area: 4 / 1 / 5 / 13;
  }

  #w-node-_6ff3b362-00ad-babf-a22a-9159a7826fc8-ad1c7833 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-f2b2f603-c81c-d309-35a9-e21f9db5b054-ad1c7833 {
    grid-row: 1 / 2;
  }

  #w-node-f2b2f603-c81c-d309-35a9-e21f9db5b057-ad1c7833 {
    grid-row: 2 / 3;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_17ba8e7a-1337-fd86-b8af-05dfecce44ee-ad1c7833 {
    grid-column: 1 / 13;
  }

  #w-node-_474bcb06-cfd2-5aad-d718-ea3b1f30ffc9-ad1c7833 {
    grid-row: 1 / 2;
  }

  #w-node-_6b957448-e81a-ac43-df42-a50d7fc76668-ad1c7833 {
    grid-column-end: 13;
  }

  #w-node-c1b9bcf0-5261-8be7-38af-6ebab6287b68-ad1c7833 {
    grid-area: 1 / 2 / 2 / 14;
    align-self: center;
  }

  #w-node-c1b9bcf0-5261-8be7-38af-6ebab6287b6d-ad1c7833 {
    grid-column-end: 14;
  }

  #w-node-_9946a380-2cf6-0430-87fa-b7e748665134-ad1c783f {
    grid-column-end: 13;
  }

  #w-node-_9946a380-2cf6-0430-87fa-b7e74866513a-ad1c783f {
    grid-row: 4 / 5;
    grid-column-end: 13;
  }

  #w-node-_9946a380-2cf6-0430-87fa-b7e74866513d-ad1c783f {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-_9946a380-2cf6-0430-87fa-b7e748665140-ad1c783f {
    grid-row: 6 / 7;
    grid-column-end: 13;
  }

  #w-node-_9946a380-2cf6-0430-87fa-b7e748665142-ad1c783f {
    grid-column-start: 1;
  }

  #w-node-_9946a380-2cf6-0430-87fa-b7e748665144-ad1c783f {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-_9946a380-2cf6-0430-87fa-b7e748665148-ad1c783f {
    grid-row: 7 / 8;
    grid-column-end: 13;
  }

  #w-node-_66035a6f-ad84-2a95-3aee-f04ff02f036a-ad1c7840 {
    grid-column-end: 13;
  }

  #w-node-_66035a6f-ad84-2a95-3aee-f04ff02f0370-ad1c7840 {
    grid-row: 4 / 5;
    grid-column-end: 13;
  }

  #w-node-_66035a6f-ad84-2a95-3aee-f04ff02f0373-ad1c7840 {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-_66035a6f-ad84-2a95-3aee-f04ff02f0376-ad1c7840 {
    grid-row: 6 / 7;
    grid-column-end: 13;
  }

  #w-node-_66035a6f-ad84-2a95-3aee-f04ff02f0378-ad1c7840 {
    grid-column-start: 1;
  }

  #w-node-_66035a6f-ad84-2a95-3aee-f04ff02f037a-ad1c7840 {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-_66035a6f-ad84-2a95-3aee-f04ff02f037e-ad1c7840 {
    grid-row: 7 / 8;
    grid-column-end: 13;
  }

  #w-node-_167996f1-9a40-7efa-71b1-9ad2653f3368-ad1c7844 {
    grid-column-end: 13;
  }

  #w-node-_167996f1-9a40-7efa-71b1-9ad2653f336b-ad1c7844 {
    grid-area: 2 / 1 / 3 / 13;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-ed989751-7de6-6a5f-e2c7-d6997239aae5-ad1c7845 {
    grid-column-end: 13;
  }

  #w-node-ed989751-7de6-6a5f-e2c7-d6997239aaeb-ad1c7845 {
    grid-row: 4 / 5;
    grid-column-end: 13;
  }

  #w-node-ed989751-7de6-6a5f-e2c7-d6997239aaed-ad1c7845 {
    grid-column-start: 1;
  }

  #w-node-ed989751-7de6-6a5f-e2c7-d6997239aaef-ad1c7845 {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-ed989751-7de6-6a5f-e2c7-d6997239aaf9-ad1c7845 {
    grid-row: 7 / 8;
    grid-column-end: 13;
  }

  #w-node-ea3a5e30-005e-2302-d7a1-1a476daeae37-ad1c7846 {
    grid-column-end: 13;
  }

  #w-node-ea3a5e30-005e-2302-d7a1-1a476daeae3d-ad1c7846 {
    grid-row: 4 / 5;
    grid-column-end: 13;
  }

  #w-node-ea3a5e30-005e-2302-d7a1-1a476daeae43-ad1c7846 {
    grid-row: 6 / 7;
    grid-column-end: 13;
  }

  #w-node-ea3a5e30-005e-2302-d7a1-1a476daeae45-ad1c7846 {
    grid-column-start: 1;
  }

  #w-node-ea3a5e30-005e-2302-d7a1-1a476daeae47-ad1c7846 {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-ea3a5e30-005e-2302-d7a1-1a476daeae4b-ad1c7846 {
    grid-row: 7 / 8;
    grid-column-end: 13;
  }

  #w-node-a8b877d8-c955-ec15-b73f-97a8949a62a1-ad1c7846 {
    grid-row: 6 / 7;
    grid-column-end: 13;
  }

  #w-node-_18753a26-fa85-4d36-d53b-9575c09434ec-ad1c7847 {
    grid-column-end: 13;
  }

  #w-node-_18753a26-fa85-4d36-d53b-9575c09434f2-ad1c7847 {
    grid-row: 4 / 5;
    grid-column-end: 13;
  }

  #w-node-_18753a26-fa85-4d36-d53b-9575c09434f5-ad1c7847 {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-_18753a26-fa85-4d36-d53b-9575c09434f8-ad1c7847 {
    grid-row: 6 / 7;
    grid-column-end: 13;
  }

  #w-node-_18753a26-fa85-4d36-d53b-9575c09434fa-ad1c7847 {
    grid-column-start: 1;
  }

  #w-node-_18753a26-fa85-4d36-d53b-9575c09434fc-ad1c7847 {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-_18753a26-fa85-4d36-d53b-9575c0943500-ad1c7847 {
    grid-row: 7 / 8;
    grid-column-end: 13;
  }

  #w-node-_447b790e-15ac-b740-5138-a0ddad080b0d-ad1c7874 {
    grid-column: 1 / 13;
  }

  #w-node-_650ac788-757f-550b-9230-8ecaea4e1ae8-ad1c7897 {
    grid-column-end: 13;
  }

  #w-node-_650ac788-757f-550b-9230-8ecaea4e1aee-ad1c7897 {
    grid-row: 4 / 5;
    grid-column-end: 13;
  }

  #w-node-_650ac788-757f-550b-9230-8ecaea4e1af1-ad1c7897 {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-_650ac788-757f-550b-9230-8ecaea4e1af4-ad1c7897 {
    grid-row: 6 / 7;
    grid-column-end: 13;
  }

  #w-node-_650ac788-757f-550b-9230-8ecaea4e1af6-ad1c7897 {
    grid-column-start: 1;
  }

  #w-node-_650ac788-757f-550b-9230-8ecaea4e1af8-ad1c7897 {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-_650ac788-757f-550b-9230-8ecaea4e1afc-ad1c7897 {
    grid-row: 7 / 8;
    grid-column-end: 13;
  }

  #w-node-b9db88c1-ea7f-09dd-d717-e4ad54c5322b-ad1c7898 {
    grid-column-end: 13;
  }

  #w-node-b9db88c1-ea7f-09dd-d717-e4ad54c53231-ad1c7898 {
    grid-row: 4 / 5;
    grid-column-end: 13;
  }

  #w-node-b9db88c1-ea7f-09dd-d717-e4ad54c53234-ad1c7898 {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-b9db88c1-ea7f-09dd-d717-e4ad54c53237-ad1c7898 {
    grid-row: 6 / 7;
    grid-column-end: 13;
  }

  #w-node-b9db88c1-ea7f-09dd-d717-e4ad54c53239-ad1c7898 {
    grid-column-start: 1;
  }

  #w-node-b9db88c1-ea7f-09dd-d717-e4ad54c5323b-ad1c7898 {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-b9db88c1-ea7f-09dd-d717-e4ad54c5323f-ad1c7898 {
    grid-row: 7 / 8;
    grid-column-end: 13;
  }

  #w-node-abf8abeb-0714-6dfc-bdcc-c5c8c2dc1cc0-ad1c7899 {
    grid-column-end: 13;
  }

  #w-node-abf8abeb-0714-6dfc-bdcc-c5c8c2dc1cc6-ad1c7899 {
    grid-row: 4 / 5;
    grid-column-end: 13;
  }

  #w-node-abf8abeb-0714-6dfc-bdcc-c5c8c2dc1cc9-ad1c7899 {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-abf8abeb-0714-6dfc-bdcc-c5c8c2dc1ccc-ad1c7899 {
    grid-row: 6 / 7;
    grid-column-end: 13;
  }

  #w-node-abf8abeb-0714-6dfc-bdcc-c5c8c2dc1cce-ad1c7899 {
    grid-column-start: 1;
  }

  #w-node-abf8abeb-0714-6dfc-bdcc-c5c8c2dc1cd0-ad1c7899 {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-abf8abeb-0714-6dfc-bdcc-c5c8c2dc1cd4-ad1c7899 {
    grid-row: 7 / 8;
    grid-column-end: 13;
  }

  #w-node-_69f598e5-0d98-dd97-f532-59ecf0fa97bb-ad1c789a {
    grid-column-end: 13;
  }

  #w-node-_69f598e5-0d98-dd97-f532-59ecf0fa97c1-ad1c789a {
    grid-row: 4 / 5;
    grid-column-end: 13;
  }

  #w-node-_69f598e5-0d98-dd97-f532-59ecf0fa97c4-ad1c789a {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-_69f598e5-0d98-dd97-f532-59ecf0fa97c7-ad1c789a {
    grid-row: 6 / 7;
    grid-column-end: 13;
  }

  #w-node-_69f598e5-0d98-dd97-f532-59ecf0fa97c9-ad1c789a {
    grid-column-start: 1;
  }

  #w-node-_69f598e5-0d98-dd97-f532-59ecf0fa97cb-ad1c789a {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-_69f598e5-0d98-dd97-f532-59ecf0fa97cf-ad1c789a {
    grid-row: 7 / 8;
    grid-column-end: 13;
  }

  #w-node-_0655a09d-1862-5bbe-2fc9-2245895c17d0-ad1c789b {
    grid-column-end: 13;
  }

  #w-node-_0655a09d-1862-5bbe-2fc9-2245895c17d6-ad1c789b {
    grid-row: 4 / 5;
    grid-column-end: 13;
  }

  #w-node-_0655a09d-1862-5bbe-2fc9-2245895c17d9-ad1c789b {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-_0655a09d-1862-5bbe-2fc9-2245895c17dc-ad1c789b {
    grid-row: 6 / 7;
    grid-column-end: 13;
  }

  #w-node-_0655a09d-1862-5bbe-2fc9-2245895c17de-ad1c789b {
    grid-column-start: 1;
  }

  #w-node-_0655a09d-1862-5bbe-2fc9-2245895c17e0-ad1c789b {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-_0655a09d-1862-5bbe-2fc9-2245895c17e4-ad1c789b {
    grid-row: 7 / 8;
    grid-column-end: 13;
  }

  #w-node-_4113e4f9-d972-0b0e-0410-b2df3783fe43-ad1c789c {
    grid-column-end: 13;
  }

  #w-node-_4113e4f9-d972-0b0e-0410-b2df3783fe49-ad1c789c {
    grid-row: 4 / 5;
    grid-column-end: 13;
  }

  #w-node-_4113e4f9-d972-0b0e-0410-b2df3783fe4c-ad1c789c {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-_4113e4f9-d972-0b0e-0410-b2df3783fe4f-ad1c789c {
    grid-row: 6 / 7;
    grid-column-end: 13;
  }

  #w-node-_4113e4f9-d972-0b0e-0410-b2df3783fe51-ad1c789c {
    grid-column-start: 1;
  }

  #w-node-_4113e4f9-d972-0b0e-0410-b2df3783fe53-ad1c789c {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-_4113e4f9-d972-0b0e-0410-b2df3783fe57-ad1c789c {
    grid-row: 7 / 8;
    grid-column-end: 13;
  }

  #w-node-adbf26b4-6a0f-6d4f-7d41-63f73f4cfa66-ad1c789d {
    grid-column-end: 13;
  }

  #w-node-adbf26b4-6a0f-6d4f-7d41-63f73f4cfa6c-ad1c789d {
    grid-row: 4 / 5;
    grid-column-end: 13;
  }

  #w-node-adbf26b4-6a0f-6d4f-7d41-63f73f4cfa6f-ad1c789d {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-adbf26b4-6a0f-6d4f-7d41-63f73f4cfa72-ad1c789d {
    grid-row: 6 / 7;
    grid-column-end: 13;
  }

  #w-node-adbf26b4-6a0f-6d4f-7d41-63f73f4cfa74-ad1c789d {
    grid-column-start: 1;
  }

  #w-node-adbf26b4-6a0f-6d4f-7d41-63f73f4cfa76-ad1c789d {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-adbf26b4-6a0f-6d4f-7d41-63f73f4cfa7a-ad1c789d {
    grid-row: 7 / 8;
    grid-column-end: 13;
  }

  #w-node-c4011d17-9663-6e85-afb1-19acac85a099-ad1c789e {
    grid-column-end: 13;
  }

  #w-node-c4011d17-9663-6e85-afb1-19acac85a09f-ad1c789e {
    grid-row: 4 / 5;
    grid-column-end: 13;
  }

  #w-node-c4011d17-9663-6e85-afb1-19acac85a0a2-ad1c789e {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-c4011d17-9663-6e85-afb1-19acac85a0a5-ad1c789e {
    grid-row: 6 / 7;
    grid-column-end: 13;
  }

  #w-node-c4011d17-9663-6e85-afb1-19acac85a0a7-ad1c789e {
    grid-column-start: 1;
  }

  #w-node-c4011d17-9663-6e85-afb1-19acac85a0a9-ad1c789e {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-c4011d17-9663-6e85-afb1-19acac85a0ad-ad1c789e {
    grid-row: 7 / 8;
    grid-column-end: 13;
  }

  #w-node-ef6a762d-e244-7895-9bb8-51fae4d04d27-ad1c789f {
    grid-column-end: 13;
  }

  #w-node-ef6a762d-e244-7895-9bb8-51fae4d04d2d-ad1c789f {
    grid-row: 4 / 5;
    grid-column-end: 13;
  }

  #w-node-ef6a762d-e244-7895-9bb8-51fae4d04d30-ad1c789f {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-ef6a762d-e244-7895-9bb8-51fae4d04d33-ad1c789f {
    grid-row: 6 / 7;
    grid-column-end: 13;
  }

  #w-node-ef6a762d-e244-7895-9bb8-51fae4d04d35-ad1c789f {
    grid-column-start: 1;
  }

  #w-node-ef6a762d-e244-7895-9bb8-51fae4d04d37-ad1c789f {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-ef6a762d-e244-7895-9bb8-51fae4d04d3b-ad1c789f {
    grid-row: 7 / 8;
    grid-column-end: 13;
  }

  #w-node-cdd4c6cb-2ea0-9a52-1fcf-3162ba5af57a-ad1c78a0 {
    grid-column-end: 13;
  }

  #w-node-cdd4c6cb-2ea0-9a52-1fcf-3162ba5af580-ad1c78a0 {
    grid-row: 4 / 5;
    grid-column-end: 13;
  }

  #w-node-cdd4c6cb-2ea0-9a52-1fcf-3162ba5af583-ad1c78a0 {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-cdd4c6cb-2ea0-9a52-1fcf-3162ba5af586-ad1c78a0 {
    grid-row: 6 / 7;
    grid-column-end: 13;
  }

  #w-node-cdd4c6cb-2ea0-9a52-1fcf-3162ba5af588-ad1c78a0 {
    grid-column-start: 1;
  }

  #w-node-cdd4c6cb-2ea0-9a52-1fcf-3162ba5af58a-ad1c78a0 {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-cdd4c6cb-2ea0-9a52-1fcf-3162ba5af58e-ad1c78a0 {
    grid-row: 7 / 8;
    grid-column-end: 13;
  }

  #w-node-_52858c78-9719-a16e-82ba-d7baf6c7b211-ad1c78a1 {
    grid-column-end: 13;
  }

  #w-node-_52858c78-9719-a16e-82ba-d7baf6c7b217-ad1c78a1 {
    grid-row: 4 / 5;
    grid-column-end: 13;
  }

  #w-node-_52858c78-9719-a16e-82ba-d7baf6c7b21a-ad1c78a1 {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-_52858c78-9719-a16e-82ba-d7baf6c7b21d-ad1c78a1 {
    grid-row: 6 / 7;
    grid-column-end: 13;
  }

  #w-node-_52858c78-9719-a16e-82ba-d7baf6c7b21f-ad1c78a1 {
    grid-column-start: 1;
  }

  #w-node-_52858c78-9719-a16e-82ba-d7baf6c7b221-ad1c78a1 {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-_52858c78-9719-a16e-82ba-d7baf6c7b225-ad1c78a1 {
    grid-row: 7 / 8;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3d-ad1c78b5 {
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc43-ad1c78b5 {
    grid-row: 4 / 5;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc46-ad1c78b5 {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc49-ad1c78b5 {
    grid-row: 6 / 7;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c78b5 {
    grid-column-start: 1;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c78b5 {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc51-ad1c78b5 {
    grid-row: 7 / 8;
    grid-column-end: 13;
  }

  #w-node-ed989751-7de6-6a5f-e2c7-d6997239aae5-ad1c78b6 {
    grid-column-end: 13;
  }

  #w-node-ed989751-7de6-6a5f-e2c7-d6997239aaeb-ad1c78b6 {
    grid-row: 4 / 5;
    grid-column-end: 13;
  }

  #w-node-ed989751-7de6-6a5f-e2c7-d6997239aaed-ad1c78b6 {
    grid-column-start: 1;
  }

  #w-node-ed989751-7de6-6a5f-e2c7-d6997239aaef-ad1c78b6 {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-ed989751-7de6-6a5f-e2c7-d6997239aaf9-ad1c78b6 {
    grid-row: 7 / 8;
    grid-column-end: 13;
  }

  #w-node-a0a63f82-534d-94d2-6593-fcc48be1ff60-ad1c78b6 {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-adbf26b4-6a0f-6d4f-7d41-63f73f4cfa66-ad1c78b7 {
    grid-column-end: 13;
  }

  #w-node-adbf26b4-6a0f-6d4f-7d41-63f73f4cfa6c-ad1c78b7 {
    grid-row: 4 / 5;
    grid-column-end: 13;
  }

  #w-node-adbf26b4-6a0f-6d4f-7d41-63f73f4cfa6f-ad1c78b7 {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-adbf26b4-6a0f-6d4f-7d41-63f73f4cfa72-ad1c78b7 {
    grid-row: 6 / 7;
    grid-column-end: 13;
  }

  #w-node-adbf26b4-6a0f-6d4f-7d41-63f73f4cfa74-ad1c78b7 {
    grid-column-start: 1;
  }

  #w-node-adbf26b4-6a0f-6d4f-7d41-63f73f4cfa76-ad1c78b7 {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-adbf26b4-6a0f-6d4f-7d41-63f73f4cfa7a-ad1c78b7 {
    grid-row: 7 / 8;
    grid-column-end: 13;
  }

  #w-node-_52858c78-9719-a16e-82ba-d7baf6c7b211-ad1c78b8 {
    grid-column-end: 13;
  }

  #w-node-_52858c78-9719-a16e-82ba-d7baf6c7b217-ad1c78b8 {
    grid-row: 4 / 5;
    grid-column-end: 13;
  }

  #w-node-_52858c78-9719-a16e-82ba-d7baf6c7b21a-ad1c78b8 {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-_52858c78-9719-a16e-82ba-d7baf6c7b21d-ad1c78b8 {
    grid-row: 6 / 7;
    grid-column-end: 13;
  }

  #w-node-_52858c78-9719-a16e-82ba-d7baf6c7b21f-ad1c78b8 {
    grid-column-start: 1;
  }

  #w-node-_52858c78-9719-a16e-82ba-d7baf6c7b221-ad1c78b8 {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-_52858c78-9719-a16e-82ba-d7baf6c7b225-ad1c78b8 {
    grid-row: 7 / 8;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3d-ad1c78b9 {
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc43-ad1c78b9 {
    grid-row: 4 / 5;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc46-ad1c78b9 {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc49-ad1c78b9 {
    grid-row: 6 / 7;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c78b9 {
    grid-column-start: 1;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c78b9 {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc51-ad1c78b9 {
    grid-row: 7 / 8;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3d-ad1c78ba {
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc43-ad1c78ba {
    grid-row: 4 / 5;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc46-ad1c78ba {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc49-ad1c78ba {
    grid-row: 6 / 7;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c78ba {
    grid-column-start: 1;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c78ba {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc51-ad1c78ba {
    grid-row: 7 / 8;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3d-ad1c78bb {
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc43-ad1c78bb {
    grid-row: 4 / 5;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc46-ad1c78bb {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc49-ad1c78bb {
    grid-row: 6 / 7;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c78bb {
    grid-column-start: 1;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c78bb {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc51-ad1c78bb {
    grid-row: 7 / 8;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3d-ad1c78bc {
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc43-ad1c78bc {
    grid-row: 4 / 5;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc46-ad1c78bc {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc49-ad1c78bc {
    grid-row: 6 / 7;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c78bc {
    grid-column-start: 1;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c78bc {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc51-ad1c78bc {
    grid-row: 7 / 8;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3d-ad1c78bd {
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc43-ad1c78bd {
    grid-row: 4 / 5;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc46-ad1c78bd {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc49-ad1c78bd {
    grid-row: 6 / 7;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c78bd {
    grid-column-start: 1;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c78bd {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc51-ad1c78bd {
    grid-row: 7 / 8;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3d-ad1c78be {
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc43-ad1c78be {
    grid-row: 4 / 5;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc46-ad1c78be {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc49-ad1c78be {
    grid-row: 6 / 7;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c78be {
    grid-column-start: 1;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c78be {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc51-ad1c78be {
    grid-row: 7 / 8;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3d-ad1c78d2 {
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc43-ad1c78d2 {
    grid-row: 4 / 5;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc46-ad1c78d2 {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc49-ad1c78d2 {
    grid-row: 6 / 7;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c78d2 {
    grid-column-start: 1;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c78d2 {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc51-ad1c78d2 {
    grid-row: 7 / 8;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3d-ad1c78e4 {
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc43-ad1c78e4 {
    grid-row: 4 / 5;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc46-ad1c78e4 {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc49-ad1c78e4 {
    grid-row: 6 / 7;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c78e4 {
    grid-column-start: 1;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c78e4 {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc51-ad1c78e4 {
    grid-row: 7 / 8;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3d-ad1c78e5 {
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc43-ad1c78e5 {
    grid-row: 4 / 5;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc46-ad1c78e5 {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc49-ad1c78e5 {
    grid-row: 6 / 7;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c78e5 {
    grid-column-start: 1;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c78e5 {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc51-ad1c78e5 {
    grid-row: 7 / 8;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3d-ad1c78e6 {
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc43-ad1c78e6 {
    grid-row: 4 / 5;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc46-ad1c78e6 {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc49-ad1c78e6 {
    grid-row: 6 / 7;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c78e6 {
    grid-column-start: 1;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c78e6 {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc51-ad1c78e6 {
    grid-row: 7 / 8;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3d-ad1c78e7 {
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc43-ad1c78e7 {
    grid-row: 4 / 5;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc46-ad1c78e7 {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc49-ad1c78e7 {
    grid-row: 6 / 7;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c78e7 {
    grid-column-start: 1;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c78e7 {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc51-ad1c78e7 {
    grid-row: 7 / 8;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3d-ad1c78e8 {
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc43-ad1c78e8 {
    grid-row: 4 / 5;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc46-ad1c78e8 {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc49-ad1c78e8 {
    grid-row: 6 / 7;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c78e8 {
    grid-column-start: 1;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c78e8 {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc51-ad1c78e8 {
    grid-row: 7 / 8;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3d-ad1c78e9 {
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc43-ad1c78e9 {
    grid-row: 4 / 5;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc46-ad1c78e9 {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc49-ad1c78e9 {
    grid-row: 6 / 7;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c78e9 {
    grid-column-start: 1;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c78e9 {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc51-ad1c78e9 {
    grid-row: 7 / 8;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3d-ad1c78ea {
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc43-ad1c78ea {
    grid-row: 4 / 5;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc46-ad1c78ea {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc49-ad1c78ea {
    grid-row: 6 / 7;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c78ea {
    grid-column-start: 1;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c78ea {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc51-ad1c78ea {
    grid-row: 7 / 8;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3d-ad1c78fc {
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc43-ad1c78fc {
    grid-row: 4 / 5;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc46-ad1c78fc {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc49-ad1c78fc {
    grid-row: 6 / 7;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c78fc {
    grid-column-start: 1;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c78fc {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc51-ad1c78fc {
    grid-row: 7 / 8;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3d-ad1c78fd {
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc43-ad1c78fd {
    grid-row: 4 / 5;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc46-ad1c78fd {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc49-ad1c78fd {
    grid-row: 6 / 7;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c78fd {
    grid-column-start: 1;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c78fd {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc51-ad1c78fd {
    grid-row: 7 / 8;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3d-ad1c78ff {
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc43-ad1c78ff {
    grid-row: 4 / 5;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc46-ad1c78ff {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc49-ad1c78ff {
    grid-row: 6 / 7;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c78ff {
    grid-column-start: 1;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c78ff {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc51-ad1c78ff {
    grid-row: 7 / 8;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3d-ad1c7900 {
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc43-ad1c7900 {
    grid-row: 4 / 5;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc46-ad1c7900 {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc49-ad1c7900 {
    grid-row: 6 / 7;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c7900 {
    grid-column-start: 1;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c7900 {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc51-ad1c7900 {
    grid-row: 7 / 8;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3d-ad1c7901 {
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc43-ad1c7901 {
    grid-row: 4 / 5;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc46-ad1c7901 {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc49-ad1c7901 {
    grid-row: 6 / 7;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c7901 {
    grid-column-start: 1;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c7901 {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc51-ad1c7901 {
    grid-row: 7 / 8;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3d-ad1c7902 {
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc43-ad1c7902 {
    grid-row: 4 / 5;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc46-ad1c7902 {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc49-ad1c7902 {
    grid-row: 6 / 7;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c7902 {
    grid-column-start: 1;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c7902 {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc51-ad1c7902 {
    grid-row: 7 / 8;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3d-ad1c7903 {
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc43-ad1c7903 {
    grid-row: 4 / 5;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc46-ad1c7903 {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc49-ad1c7903 {
    grid-row: 6 / 7;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c7903 {
    grid-column-start: 1;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c7903 {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc51-ad1c7903 {
    grid-row: 7 / 8;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3d-ad1c7904 {
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc43-ad1c7904 {
    grid-row: 4 / 5;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc46-ad1c7904 {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc49-ad1c7904 {
    grid-row: 6 / 7;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c7904 {
    grid-column-start: 1;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c7904 {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc51-ad1c7904 {
    grid-row: 7 / 8;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3d-ad1c7905 {
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc43-ad1c7905 {
    grid-row: 4 / 5;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc46-ad1c7905 {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc49-ad1c7905 {
    grid-row: 6 / 7;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c7905 {
    grid-column-start: 1;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c7905 {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc51-ad1c7905 {
    grid-row: 7 / 8;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3d-ad1c7906 {
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc43-ad1c7906 {
    grid-row: 4 / 5;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc46-ad1c7906 {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc49-ad1c7906 {
    grid-row: 6 / 7;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c7906 {
    grid-column-start: 1;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c7906 {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc51-ad1c7906 {
    grid-row: 7 / 8;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3d-ad1c7907 {
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc43-ad1c7907 {
    grid-row: 4 / 5;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc46-ad1c7907 {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc49-ad1c7907 {
    grid-row: 6 / 7;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c7907 {
    grid-column-start: 1;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c7907 {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc51-ad1c7907 {
    grid-row: 7 / 8;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3d-ad1c7908 {
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc43-ad1c7908 {
    grid-row: 4 / 5;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc46-ad1c7908 {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc49-ad1c7908 {
    grid-row: 6 / 7;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c7908 {
    grid-column-start: 1;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c7908 {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc51-ad1c7908 {
    grid-row: 7 / 8;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3d-ad1c7909 {
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc43-ad1c7909 {
    grid-row: 4 / 5;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc46-ad1c7909 {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc49-ad1c7909 {
    grid-row: 6 / 7;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c7909 {
    grid-column-start: 1;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c7909 {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc51-ad1c7909 {
    grid-row: 7 / 8;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3d-ad1c790a {
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc43-ad1c790a {
    grid-row: 4 / 5;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc46-ad1c790a {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc49-ad1c790a {
    grid-row: 6 / 7;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c790a {
    grid-column-start: 1;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c790a {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc51-ad1c790a {
    grid-row: 7 / 8;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3d-ad1c790b {
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc43-ad1c790b {
    grid-row: 4 / 5;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc46-ad1c790b {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc49-ad1c790b, #w-node-_43fc1896-d864-8d5e-3a8e-9cc0fbfc9b8a-ad1c790b {
    grid-row: 6 / 7;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c790b {
    grid-column-start: 1;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c790b {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc51-ad1c790b {
    grid-row: 7 / 8;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc3d-ad1c790c {
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc43-ad1c790c {
    grid-row: 4 / 5;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc46-ad1c790c {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc49-ad1c790c {
    grid-row: 6 / 7;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c790c {
    grid-column-start: 1;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4d-ad1c790c {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc51-ad1c790c {
    grid-row: 7 / 8;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e15-ad1c790d {
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1b-ad1c790d {
    grid-row: 4 / 5;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1e-ad1c790d {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e21-ad1c790d {
    grid-row: 6 / 7;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e23-ad1c790d {
    grid-column-start: 1;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e25-ad1c790d {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e29-ad1c790d {
    grid-row: 7 / 8;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e15-ad1c790e {
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1b-ad1c790e {
    grid-row: 4 / 5;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1e-ad1c790e {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e21-ad1c790e {
    grid-row: 6 / 7;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e23-ad1c790e {
    grid-column-start: 1;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e25-ad1c790e {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e29-ad1c790e {
    grid-row: 7 / 8;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e15-ad1c790f {
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1b-ad1c790f {
    grid-row: 4 / 5;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1e-ad1c790f {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e21-ad1c790f {
    grid-row: 6 / 7;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e23-ad1c790f {
    grid-column-start: 1;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e25-ad1c790f {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e29-ad1c790f {
    grid-row: 7 / 8;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e15-ad1c7910 {
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1b-ad1c7910 {
    grid-row: 4 / 5;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1e-ad1c7910 {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e21-ad1c7910 {
    grid-row: 6 / 7;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e23-ad1c7910 {
    grid-column-start: 1;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e25-ad1c7910 {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e29-ad1c7910 {
    grid-row: 7 / 8;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e15-ad1c7911 {
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1b-ad1c7911 {
    grid-row: 4 / 5;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1e-ad1c7911 {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e21-ad1c7911 {
    grid-row: 6 / 7;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e23-ad1c7911 {
    grid-column-start: 1;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e25-ad1c7911 {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e29-ad1c7911 {
    grid-row: 7 / 8;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e15-93113082 {
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1b-93113082 {
    grid-row: 4 / 5;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1e-93113082 {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e21-93113082 {
    grid-row: 6 / 7;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e23-93113082 {
    grid-column-start: 1;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e25-93113082 {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e29-93113082 {
    grid-row: 7 / 8;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e15-ad2dba4a {
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1b-ad2dba4a {
    grid-row: 4 / 5;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1e-ad2dba4a {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e21-ad2dba4a {
    grid-row: 6 / 7;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e23-ad2dba4a {
    grid-column-start: 1;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e25-ad2dba4a {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e29-ad2dba4a {
    grid-row: 7 / 8;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e15-99d9036a {
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1b-99d9036a {
    grid-row: 4 / 5;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1e-99d9036a {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e21-99d9036a {
    grid-row: 6 / 7;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e23-99d9036a {
    grid-column-start: 1;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e25-99d9036a {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e29-99d9036a {
    grid-row: 7 / 8;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e15-b97732db {
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1b-b97732db {
    grid-row: 4 / 5;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1e-b97732db {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e21-b97732db {
    grid-row: 6 / 7;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e23-b97732db {
    grid-column-start: 1;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e25-b97732db {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e29-b97732db {
    grid-row: 7 / 8;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e15-1fbebb31 {
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1b-1fbebb31 {
    grid-row: 4 / 5;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1e-1fbebb31 {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e21-1fbebb31 {
    grid-row: 6 / 7;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e23-1fbebb31 {
    grid-column-start: 1;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e25-1fbebb31 {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e29-1fbebb31 {
    grid-row: 7 / 8;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e15-6a9bcb21 {
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1b-6a9bcb21 {
    grid-row: 4 / 5;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1e-6a9bcb21 {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e21-6a9bcb21 {
    grid-row: 6 / 7;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e23-6a9bcb21 {
    grid-column-start: 1;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e25-6a9bcb21 {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e29-6a9bcb21 {
    grid-row: 7 / 8;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e15-741e0fdf {
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1b-741e0fdf {
    grid-row: 4 / 5;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1e-741e0fdf {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e21-741e0fdf {
    grid-row: 6 / 7;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e23-741e0fdf {
    grid-column-start: 1;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e25-741e0fdf {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e29-741e0fdf {
    grid-row: 7 / 8;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e15-622d67d7 {
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1b-622d67d7 {
    grid-row: 4 / 5;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1e-622d67d7 {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e21-622d67d7 {
    grid-row: 6 / 7;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e23-622d67d7 {
    grid-column-start: 1;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e25-622d67d7 {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e29-622d67d7 {
    grid-row: 7 / 8;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e15-b3b381dd {
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1b-b3b381dd {
    grid-row: 4 / 5;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1e-b3b381dd {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e21-b3b381dd {
    grid-row: 6 / 7;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e23-b3b381dd {
    grid-column-start: 1;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e25-b3b381dd {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e29-b3b381dd {
    grid-row: 7 / 8;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e15-ade139ed {
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1b-ade139ed {
    grid-row: 4 / 5;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1e-ade139ed {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e21-ade139ed {
    grid-row: 6 / 7;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e23-ade139ed {
    grid-column-start: 1;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e25-ade139ed {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e29-ade139ed {
    grid-row: 7 / 8;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e15-df6f91e5 {
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1b-df6f91e5 {
    grid-row: 4 / 5;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1e-df6f91e5 {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e21-df6f91e5 {
    grid-row: 6 / 7;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e23-df6f91e5 {
    grid-column-start: 1;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e25-df6f91e5 {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e29-df6f91e5 {
    grid-row: 7 / 8;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e15-fcbe2f6e {
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1b-fcbe2f6e {
    grid-row: 4 / 5;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1e-fcbe2f6e {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e21-fcbe2f6e {
    grid-row: 6 / 7;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e23-fcbe2f6e {
    grid-column-start: 1;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e25-fcbe2f6e {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e29-fcbe2f6e {
    grid-row: 7 / 8;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e15-b7385aff {
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1b-b7385aff {
    grid-row: 4 / 5;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1e-b7385aff {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e21-b7385aff {
    grid-row: 6 / 7;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e23-b7385aff {
    grid-column-start: 1;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e25-b7385aff {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e29-b7385aff {
    grid-row: 7 / 8;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e15-9164402a {
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1b-9164402a {
    grid-row: 4 / 5;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1e-9164402a {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e21-9164402a {
    grid-row: 6 / 7;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e23-9164402a {
    grid-column-start: 1;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e25-9164402a {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e29-9164402a {
    grid-row: 7 / 8;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e15-ad2f113d {
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1b-ad2f113d {
    grid-row: 4 / 5;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1e-ad2f113d {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e21-ad2f113d {
    grid-row: 6 / 7;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e23-ad2f113d {
    grid-column-start: 1;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e25-ad2f113d {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e29-ad2f113d {
    grid-row: 7 / 8;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e15-43d4681e {
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1b-43d4681e {
    grid-row: 4 / 5;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1e-43d4681e {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e21-43d4681e {
    grid-row: 6 / 7;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e23-43d4681e {
    grid-column-start: 1;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e25-43d4681e {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e29-43d4681e {
    grid-row: 7 / 8;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e15-b978a903 {
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1b-b978a903 {
    grid-row: 4 / 5;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1e-b978a903 {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e21-b978a903 {
    grid-row: 6 / 7;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e23-b978a903 {
    grid-column-start: 1;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e25-b978a903 {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e29-b978a903 {
    grid-row: 7 / 8;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e15-b978d043 {
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1b-b978d043 {
    grid-row: 4 / 5;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1e-b978d043 {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e21-b978d043 {
    grid-row: 6 / 7;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e23-b978d043 {
    grid-column-start: 1;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e25-b978d043 {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e29-b978d043 {
    grid-row: 7 / 8;
    grid-column-end: 13;
  }

  #w-node-_9946a380-2cf6-0430-87fa-b7e748665134-b7390cac {
    grid-column-end: 13;
  }

  #w-node-_9946a380-2cf6-0430-87fa-b7e74866513a-b7390cac {
    grid-row: 4 / 5;
    grid-column-end: 13;
  }

  #w-node-_9946a380-2cf6-0430-87fa-b7e74866513d-b7390cac {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-_9946a380-2cf6-0430-87fa-b7e748665140-b7390cac {
    grid-row: 6 / 7;
    grid-column-end: 13;
  }

  #w-node-_9946a380-2cf6-0430-87fa-b7e748665142-b7390cac {
    grid-column-start: 1;
  }

  #w-node-_9946a380-2cf6-0430-87fa-b7e748665144-b7390cac {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-_9946a380-2cf6-0430-87fa-b7e748665148-b7390cac {
    grid-row: 7 / 8;
    grid-column-end: 13;
  }

  #w-node-_3b56ab88-7354-5412-de62-b0cc529f44a1-050831cd, #w-node-_3b56ab88-7354-5412-de62-b0cc529f44a6-050831cd {
    grid-column-end: 13;
  }

  #w-node-_3b56ab88-7354-5412-de62-b0cc529f44aa-050831cd {
    grid-column-end: 14;
  }

  #w-node-aca32a88-92ed-5e42-a109-98750eb07404-050831cd, #w-node-aca32a88-92ed-5e42-a109-98750eb07409-050831cd {
    grid-column-end: 13;
  }

  #w-node-aca32a88-92ed-5e42-a109-98750eb0740d-050831cd, #w-node-aca32a88-92ed-5e42-a109-98750eb07414-050831cd {
    grid-column-end: 14;
  }

  #w-node-aca32a88-92ed-5e42-a109-98750eb07419-050831cd {
    grid-area: 5 / 1 / 6 / 13;
  }

  #w-node-_20ddad45-80a0-9fc2-b250-f1b5465ff973-050831cd, #w-node-_20ddad45-80a0-9fc2-b250-f1b5465ff978-050831cd {
    grid-column-end: 13;
  }

  #w-node-_20ddad45-80a0-9fc2-b250-f1b5465ff97c-050831cd, #w-node-_20ddad45-80a0-9fc2-b250-f1b5465ff97e-050831cd {
    grid-column-end: 14;
  }

  #w-node-_20ddad45-80a0-9fc2-b250-f1b5465ff989-050831cd {
    grid-row: 5 / 6;
  }

  #w-node-_2caaa1a9-0bb7-5949-24c8-1319cdd67e47-050831cd, #w-node-_2caaa1a9-0bb7-5949-24c8-1319cdd67e4c-050831cd {
    grid-column-end: 13;
  }

  #w-node-_2caaa1a9-0bb7-5949-24c8-1319cdd67e50-050831cd, #w-node-_2caaa1a9-0bb7-5949-24c8-1319cdd67e59-050831cd {
    grid-column-end: 14;
  }

  #w-node-_2caaa1a9-0bb7-5949-24c8-1319cdd67e64-050831cd {
    grid-row: 5 / 6;
  }

  #w-node-d4194eac-ab62-6be4-ac91-f3cdaffb1aec-050831cd, #w-node-d4194eac-ab62-6be4-ac91-f3cdaffb1af1-050831cd {
    grid-column-end: 13;
  }

  #w-node-d4194eac-ab62-6be4-ac91-f3cdaffb1af5-050831cd, #w-node-d4194eac-ab62-6be4-ac91-f3cdaffb1aff-050831cd {
    grid-column-end: 14;
  }

  #w-node-d4194eac-ab62-6be4-ac91-f3cdaffb1b04-050831cd {
    grid-row: 5 / 6;
  }

  #w-node-ab4ac5cb-48bd-7f9f-a9d8-fc8ee9aa4b43-050831cd {
    grid-column: 1 / 13;
  }

  #w-node-ab4ac5cb-48bd-7f9f-a9d8-fc8ee9aa4b44-050831cd {
    grid-column-end: 13;
  }

  #w-node-ab4ac5cb-48bd-7f9f-a9d8-fc8ee9aa4b45-050831cd {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-ab4ac5cb-48bd-7f9f-a9d8-fc8ee9aa4b4a-050831cd {
    grid-area: 4 / 1 / 5 / 13;
  }

  #w-node-ab4ac5cb-48bd-7f9f-a9d8-fc8ee9aa4b4c-050831cd {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e15-389d0020 {
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1b-389d0020 {
    grid-row: 4 / 5;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e1e-389d0020 {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e21-389d0020 {
    grid-row: 6 / 7;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e23-389d0020 {
    grid-column-start: 1;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e25-389d0020 {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e29-389d0020 {
    grid-row: 7 / 8;
    grid-column-end: 13;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_94af9f83-0d76-976c-5b2a-fc510ae9969e-ad1c7820 {
    grid-column-end: 9;
  }

  #w-node-_94af9f83-0d76-976c-5b2a-fc510ae996a4-ad1c7820 {
    grid-column: 8 / 13;
  }

  #w-node-_94af9f83-0d76-976c-5b2a-fc510ae996ad-ad1c7820 {
    grid-row: 1 / 2;
    grid-column-start: 8;
  }

  #w-node-a296e9c4-d16b-ee22-a0bf-24e79690fa94-ad1c7821 {
    grid-column-end: 13;
  }

  #w-node-a296e9c4-d16b-ee22-a0bf-24e79690fa97-ad1c7821 {
    grid-column: 1 / 13;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-be364e37-a610-b6a4-1761-7a8055d848fc-ad1c7821 {
    grid-column: 2 / 14;
  }

  #w-node-cd67063e-03ba-3432-6093-3f38d14526f3-d14526ef {
    grid-column-end: 9;
  }

  #w-node-cd67063e-03ba-3432-6093-3f38d14526f9-d14526ef {
    grid-column: 8 / 13;
  }

  #w-node-cd67063e-03ba-3432-6093-3f38d1452702-d14526ef {
    grid-row: 1 / 2;
    grid-column-start: 8;
  }

  #w-node-f2fcdb22-42b5-29e0-18df-9d1669471874-69471852 {
    grid-column-start: 12;
    place-self: center end;
  }

  #w-node-df213918-b80b-f39b-9d7f-08e7fcf63dba-ad1c7826 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-ad099ac8-80cf-bcf6-9cd0-60630d09d997-ad1c7828, #w-node-_311e7c8f-fd40-7390-05c2-8217a9d0321f-ad1c7828, #w-node-_877d526a-a7bb-4b8c-0195-5d041f51d137-ad1c7828 {
    grid-column-end: 13;
  }

  #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3375-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a338a-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a339e-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a33a0-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a33ac-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a33c0-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a33c2-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a33ce-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a33e2-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a33ee-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a33fc-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a33fe-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a340f-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a341d-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3430-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3450-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3474-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3476-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3498-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a349a-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a34c1-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a34c3-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a34ea-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a34ec-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3514-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3516-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a353e-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3540-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3568-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a356a-a97a3347 {
    grid-row: 2 / 3;
    grid-column-start: 2;
  }

  #w-node-e17ecc15-200c-52df-1427-bd0dfbf535d6-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf53608-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf53625-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf53642-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf5365d-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf53679-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf53693-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf536bc-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf536db-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf536fe-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf53722-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf53747-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf5376a-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf5378e-fbf535d0 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_074fb322-6419-09bd-d8b0-1d06e3522f2f-ad1c7829 {
    grid-column-end: 13;
  }

  #w-node-_074fb322-6419-09bd-d8b0-1d06e3522f32-ad1c7829 {
    grid-column: 1 / 13;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f231a0a3-a35b-22a3-f5f7-b9c64376c514-4376c513 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f231a0a3-a35b-22a3-f5f7-b9c64376c517-4376c513 {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: start;
  }

  #w-node-f231a0a3-a35b-22a3-f5f7-b9c64376c519-4376c513 {
    place-self: auto start;
  }

  #w-node-f231a0a3-a35b-22a3-f5f7-b9c64376c51b-4376c513 {
    justify-self: start;
  }

  #w-node-f231a0a3-a35b-22a3-f5f7-b9c64376c51d-4376c513 {
    grid-area: 1 / 2 / 1 / 3;
    justify-self: start;
  }

  #w-node-f231a0a3-a35b-22a3-f5f7-b9c64376c51f-4376c513, #w-node-f231a0a3-a35b-22a3-f5f7-b9c64376c521-4376c513 {
    justify-self: start;
  }

  #w-node-_154e59d5-cf14-1da3-6418-2a1bab80a25b-ad1c7831 {
    grid-column: 1 / 13;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_2576d216-cb60-b232-ab20-07f50e25f9cf-ad1c7833 {
    grid-column-end: 13;
  }

  #w-node-_2576d216-cb60-b232-ab20-07f50e25f9d2-ad1c7833 {
    grid-column: 1 / 13;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb2530bc-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb2530c2-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb2530c4-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb2530cc-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb2530d2-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb2530d4-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb2530dc-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb2530e2-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb2530ea-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb2530f0-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb2530f2-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb2530fa-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb253100-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb253108-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb25310e-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb25311e-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb253130-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb253132-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb253142-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb253144-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb253154-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb253156-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb253164-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb253166-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb253177-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb253179-ad1c7833 {
    grid-row: 2 / 3;
    grid-column-start: 2;
  }

  #w-node-f2b2f603-c81c-d309-35a9-e21f9db5b057-ad1c7833 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-c1b9bcf0-5261-8be7-38af-6ebab6287b68-ad1c7833 {
    grid-column: 2 / 14;
  }

  #w-node-e405925a-6b2d-afce-59e2-1bad71ec8372-ad1c7835 {
    grid-column: 1 / 13;
  }

  #w-node-_9946a380-2cf6-0430-87fa-b7e748665142-ad1c783f, #w-node-_66035a6f-ad84-2a95-3aee-f04ff02f0378-ad1c7840 {
    grid-area: 1 / 1 / 3 / 13;
    justify-self: center;
  }

  #w-node-_167996f1-9a40-7efa-71b1-9ad2653f3368-ad1c7844 {
    grid-column-end: 13;
  }

  #w-node-_167996f1-9a40-7efa-71b1-9ad2653f336b-ad1c7844 {
    grid-column: 1 / 13;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-ea3a5e30-005e-2302-d7a1-1a476daeae45-ad1c7846, #w-node-_18753a26-fa85-4d36-d53b-9575c09434fa-ad1c7847, #w-node-_650ac788-757f-550b-9230-8ecaea4e1af6-ad1c7897, #w-node-b9db88c1-ea7f-09dd-d717-e4ad54c53239-ad1c7898, #w-node-abf8abeb-0714-6dfc-bdcc-c5c8c2dc1cce-ad1c7899, #w-node-_69f598e5-0d98-dd97-f532-59ecf0fa97c9-ad1c789a, #w-node-_0655a09d-1862-5bbe-2fc9-2245895c17de-ad1c789b, #w-node-_4113e4f9-d972-0b0e-0410-b2df3783fe51-ad1c789c, #w-node-adbf26b4-6a0f-6d4f-7d41-63f73f4cfa74-ad1c789d, #w-node-c4011d17-9663-6e85-afb1-19acac85a0a7-ad1c789e, #w-node-ef6a762d-e244-7895-9bb8-51fae4d04d35-ad1c789f, #w-node-cdd4c6cb-2ea0-9a52-1fcf-3162ba5af588-ad1c78a0, #w-node-_52858c78-9719-a16e-82ba-d7baf6c7b21f-ad1c78a1, #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c78b5, #w-node-adbf26b4-6a0f-6d4f-7d41-63f73f4cfa74-ad1c78b7, #w-node-_52858c78-9719-a16e-82ba-d7baf6c7b21f-ad1c78b8, #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c78b9, #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c78ba, #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c78bb, #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c78bc, #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c78bd, #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c78be, #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c78d2, #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c78e4, #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c78e5, #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c78e6, #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c78e7, #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c78e8, #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c78e9, #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c78ea, #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c78fc, #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c78fd, #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c78ff, #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c7900, #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c7901, #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c7902, #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c7903, #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c7904, #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c7905, #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c7906, #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c7907, #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c7908, #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c7909, #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c790a, #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c790b, #w-node-da967106-46c6-1ef5-d4e8-d47867a9cc4b-ad1c790c, #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e23-ad1c790d, #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e23-ad1c790e, #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e23-ad1c790f, #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e23-ad1c7910, #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e23-ad1c7911, #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e23-93113082, #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e23-ad2dba4a, #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e23-99d9036a, #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e23-b97732db, #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e23-1fbebb31, #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e23-6a9bcb21, #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e23-741e0fdf, #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e23-622d67d7, #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e23-b3b381dd, #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e23-ade139ed, #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e23-df6f91e5, #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e23-fcbe2f6e, #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e23-b7385aff, #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e23-9164402a, #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e23-ad2f113d, #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e23-43d4681e, #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e23-b978a903, #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e23-b978d043, #w-node-_9946a380-2cf6-0430-87fa-b7e748665142-b7390cac, #w-node-_42babcb0-b739-5140-2bc7-50ecb39a2e23-389d0020 {
    grid-area: 1 / 1 / 3 / 13;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_94af9f83-0d76-976c-5b2a-fc510ae9969d-ad1c7820 {
    grid-column-end: 6;
    align-self: start;
  }

  #w-node-_94af9f83-0d76-976c-5b2a-fc510ae996a4-ad1c7820 {
    grid-column-start: 9;
  }

  #w-node-_94af9f83-0d76-976c-5b2a-fc510ae996ad-ad1c7820 {
    grid-column-start: 7;
    justify-self: end;
  }

  #w-node-a296e9c4-d16b-ee22-a0bf-24e79690fa94-ad1c7821 {
    grid-column-end: 13;
  }

  #w-node-a296e9c4-d16b-ee22-a0bf-24e79690fa97-ad1c7821 {
    grid-column: 1 / 13;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-be364e37-a610-b6a4-1761-7a8055d848fb-ad1c7821 {
    grid-column: 2 / 14;
    place-self: center start;
  }

  #w-node-be364e37-a610-b6a4-1761-7a8055d848fc-ad1c7821 {
    grid-column-end: 14;
  }

  #w-node-be364e37-a610-b6a4-1761-7a8055d84900-ad1c7821, #w-node-be364e37-a610-b6a4-1761-7a8055d84902-ad1c7821 {
    grid-column: 2 / 14;
  }

  #w-node-cd67063e-03ba-3432-6093-3f38d14526f2-d14526ef {
    grid-column-end: 6;
    align-self: start;
  }

  #w-node-cd67063e-03ba-3432-6093-3f38d14526f9-d14526ef {
    grid-column-start: 9;
  }

  #w-node-cd67063e-03ba-3432-6093-3f38d1452702-d14526ef {
    grid-column-start: 7;
    justify-self: end;
  }

  #w-node-f2fcdb22-42b5-29e0-18df-9d1669471855-69471852 {
    grid-column-end: 9;
    place-self: end start;
  }

  #w-node-f2fcdb22-42b5-29e0-18df-9d1669471857-69471852 {
    order: -9999;
    grid-area: 1 / 1 / 2 / 13;
    place-self: auto stretch;
  }

  #w-node-f2fcdb22-42b5-29e0-18df-9d1669471874-69471852 {
    grid-column: 12 / 14;
    place-self: center end;
  }

  #w-node-_25a8b6d2-c718-579e-8fb3-9d7ec288c1f0-ad1c7826 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-df213918-b80b-f39b-9d7f-08e7fcf63dba-ad1c7826 {
    grid-column: 1 / 13;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1f81f318-dd67-d657-f38c-ffcfd0d2cc9b-ad1c7827 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_0b4a427d-2705-441b-4365-5ec153ed8d51-ad1c7828 {
    align-self: center;
  }

  #w-node-_3ab1859f-3ad1-dd80-3c25-afa707aa09dd-ad1c7828 {
    grid-area: 2 / 1 / 3 / 15;
    align-self: center;
  }

  #w-node-ad099ac8-80cf-bcf6-9cd0-60630d09d997-ad1c7828, #w-node-_311e7c8f-fd40-7390-05c2-8217a9d0321f-ad1c7828, #w-node-_877d526a-a7bb-4b8c-0195-5d041f51d137-ad1c7828 {
    grid-column-end: 13;
  }

  #w-node-ea98338a-e564-efb5-5e52-3a1a90f3fab5-90f3faac {
    justify-self: center;
  }

  #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3375-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a338a-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a339e-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a33a0-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a33ac-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a33c0-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a33c2-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a33ce-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a33e2-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a33ee-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a33fc-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a33fe-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a340f-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a341d-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3430-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3450-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3474-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3476-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3498-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a349a-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a34c1-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a34c3-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a34ea-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a34ec-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3514-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3516-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a353e-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3540-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a3568-a97a3347, #w-node-b6c3da27-a625-f6d0-46bb-4ad9a97a356a-a97a3347 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-e17ecc15-200c-52df-1427-bd0dfbf535d6-fbf535d0 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-e17ecc15-200c-52df-1427-bd0dfbf53608-fbf535d0 {
    grid-area: span 1 / span 12 / span 1 / span 12;
    justify-self: auto;
  }

  #w-node-e17ecc15-200c-52df-1427-bd0dfbf53625-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf53642-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf5365d-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf53679-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf53693-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf536bc-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf536db-fbf535d0 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-e17ecc15-200c-52df-1427-bd0dfbf536e6-fbf535d0 {
    grid-area: 4 / 1 / 5 / 13;
    align-self: center;
  }

  #w-node-e17ecc15-200c-52df-1427-bd0dfbf536fe-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf53722-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf53747-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf5376a-fbf535d0, #w-node-e17ecc15-200c-52df-1427-bd0dfbf5378e-fbf535d0 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_53540262-3556-07b0-1946-72529b1ecf99-ad1c7829 {
    grid-column: 2 / 14;
  }

  #w-node-_074fb322-6419-09bd-d8b0-1d06e3522f2f-ad1c7829 {
    grid-column-end: 13;
  }

  #w-node-_074fb322-6419-09bd-d8b0-1d06e3522f32-ad1c7829 {
    grid-column: 1 / 13;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_2538ef7a-8541-9585-0f3e-f61a0b9ea5a6-ad1c7830 {
    grid-area: 1 / 1 / 2 / 13;
    justify-self: start;
  }

  #w-node-_2538ef7a-8541-9585-0f3e-f61a0b9ea5b7-ad1c7830, #w-node-_2538ef7a-8541-9585-0f3e-f61a0b9ea5bf-ad1c7830 {
    grid-column: 2 / 14;
  }

  #w-node-f231a0a3-a35b-22a3-f5f7-b9c64376c514-4376c513 {
    justify-self: auto;
  }

  #w-node-f231a0a3-a35b-22a3-f5f7-b9c64376c515-4376c513 {
    grid-row: 1 / 2;
    justify-self: auto;
  }

  #w-node-f231a0a3-a35b-22a3-f5f7-b9c64376c516-4376c513 {
    grid-row: 2 / 3;
  }

  #w-node-f231a0a3-a35b-22a3-f5f7-b9c64376c519-4376c513 {
    grid-row: 1 / 2;
  }

  #w-node-f231a0a3-a35b-22a3-f5f7-b9c64376c51b-4376c513 {
    grid-row: 2 / 3;
  }

  #w-node-f231a0a3-a35b-22a3-f5f7-b9c64376c51f-4376c513 {
    grid-row: 1 / 2;
  }

  #w-node-f231a0a3-a35b-22a3-f5f7-b9c64376c521-4376c513 {
    grid-row: 2 / 3;
  }

  #w-node-_02242915-b670-8364-463b-da933c34b916-ad1c7831 {
    grid-area: 2 / 1 / 3 / 15;
    place-self: center;
  }

  #w-node-_8c2819f6-ecf6-a4bc-da3d-32923a823e35-ad1c7831 {
    place-self: center;
  }

  #w-node-_154e59d5-cf14-1da3-6418-2a1bab80a25b-ad1c7831 {
    grid-column: 1 / 13;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_2576d216-cb60-b232-ab20-07f50e25f9cf-ad1c7833 {
    grid-column-end: 13;
  }

  #w-node-_2576d216-cb60-b232-ab20-07f50e25f9d2-ad1c7833 {
    grid-column: 1 / 13;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb2530bc-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb2530c2-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb2530c4-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb2530cc-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb2530d2-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb2530d4-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb2530dc-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb2530e2-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb2530ea-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb2530f0-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb2530f2-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb2530fa-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb253100-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb253108-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb25310e-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb25311e-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb253130-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb253132-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb253142-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb253144-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb253154-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb253156-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb253164-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb253166-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb253177-ad1c7833, #w-node-_6af7152f-7ce4-9e40-8a0a-7ad8bb253179-ad1c7833 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_3dad1342-9e36-540c-9dad-d6f8c4a772d0-ad1c7833 {
    grid-area: 1 / 1 / 2 / 13;
    justify-self: start;
  }

  #w-node-_3dad1342-9e36-540c-9dad-d6f8c4a772d4-ad1c7833, #w-node-_3dad1342-9e36-540c-9dad-d6f8c4a772e1-ad1c7833 {
    grid-column: 2 / 14;
  }

  #w-node-f2b2f603-c81c-d309-35a9-e21f9db5b057-ad1c7833 {
    grid-column: 1 / 13;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6b957448-e81a-ac43-df42-a50d7fc76668-ad1c7833 {
    justify-self: center;
  }

  #w-node-c1b9bcf0-5261-8be7-38af-6ebab6287b67-ad1c7833 {
    grid-column: 2 / 14;
    place-self: center start;
  }

  #w-node-c1b9bcf0-5261-8be7-38af-6ebab6287b68-ad1c7833 {
    grid-column-end: 14;
  }

  #w-node-c1b9bcf0-5261-8be7-38af-6ebab6287b6d-ad1c7833 {
    grid-column: 2 / 14;
  }

  #w-node-_167996f1-9a40-7efa-71b1-9ad2653f3368-ad1c7844 {
    grid-column-end: 13;
  }

  #w-node-_167996f1-9a40-7efa-71b1-9ad2653f336b-ad1c7844 {
    grid-column: 1 / 13;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3b56ab88-7354-5412-de62-b0cc529f44a6-050831cd {
    grid-area: 1 / 1 / 2 / 13;
    justify-self: start;
  }

  #w-node-_3b56ab88-7354-5412-de62-b0cc529f44aa-050831cd {
    grid-column: 2 / 14;
  }

  #w-node-aca32a88-92ed-5e42-a109-98750eb07409-050831cd {
    grid-area: 1 / 1 / 2 / 13;
    justify-self: start;
  }

  #w-node-aca32a88-92ed-5e42-a109-98750eb0740d-050831cd, #w-node-aca32a88-92ed-5e42-a109-98750eb07414-050831cd {
    grid-column: 2 / 14;
  }

  #w-node-_20ddad45-80a0-9fc2-b250-f1b5465ff978-050831cd {
    grid-area: 1 / 1 / 2 / 13;
    justify-self: start;
  }

  #w-node-_20ddad45-80a0-9fc2-b250-f1b5465ff97c-050831cd, #w-node-_20ddad45-80a0-9fc2-b250-f1b5465ff97e-050831cd {
    grid-column: 2 / 14;
  }

  #w-node-_2caaa1a9-0bb7-5949-24c8-1319cdd67e4c-050831cd {
    grid-area: 1 / 1 / 2 / 13;
    justify-self: start;
  }

  #w-node-_2caaa1a9-0bb7-5949-24c8-1319cdd67e50-050831cd, #w-node-_2caaa1a9-0bb7-5949-24c8-1319cdd67e59-050831cd {
    grid-column: 2 / 14;
  }

  #w-node-d4194eac-ab62-6be4-ac91-f3cdaffb1af1-050831cd {
    grid-area: 1 / 1 / 2 / 13;
    justify-self: start;
  }

  #w-node-d4194eac-ab62-6be4-ac91-f3cdaffb1af5-050831cd, #w-node-d4194eac-ab62-6be4-ac91-f3cdaffb1aff-050831cd {
    grid-column: 2 / 14;
  }
}


@font-face {
  font-family: 'Oswald 600';
  src: url('../fonts/Oswald-SemiBold.ttf') format('truetype'), url('../fonts/Oswald-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald 400';
  src: url('../fonts/Oswald-Regular.ttf') format('truetype'), url('../fonts/Oswald-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.ttf') format('truetype'), url('../fonts/Inter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Light.ttf') format('truetype'), url('../fonts/Inter-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.ttf') format('truetype'), url('../fonts/Inter-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.ttf') format('truetype'), url('../fonts/Inter-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.ttf') format('truetype'), url('../fonts/Inter-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}