a {
  text-transform: none;
  text-decoration: none;
}

.navbar-no-shadow {
  padding-left: 30px;
  padding-right: 30px;
  display: block;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1194px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
}

.container-regular {
  width: 100%;
  max-width: 1194px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

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

.nav-link:focus-visible,
.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: 0.25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

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

.nav-dropdown-toggle:focus-visible,
.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible,
.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 20px;
}

.button-primary {
  color: #fff;
  letter-spacing: 0;
  text-transform: capitalize;
  background-color: #171717;
  border-radius: 10px;
  padding: 12px 15px 12px 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: all 0.2s;
  display: flex;
}

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

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

.button-primary.button-primary-2 {
  color: #fff;
  background-color: #0255be;
  flex-wrap: nowrap;
  align-items: stretch;
  width: auto;
  margin-top: 20px;
  display: inline-block;
}

.hero-heading-center {
  background-color: #fff;
  border: 0 solid #000;
  padding: 0;
  position: relative;
}

.container {
  background-color: #0000;
  border-radius: 10px;
  width: 100%;
  max-width: 1194px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.container.container-blue {
  background-color: #edf8ff;
  padding-top: 36px;
  padding-bottom: 36px;
}

.container.flex-container {
  flex-wrap: nowrap;
  justify-content: space-between;
}

.container.flex-container.navigator-container {
  border-top: 1px solid #0003;
  border-bottom: 1px solid #0003;
  border-radius: 0;
  justify-content: space-between;
  padding-top: 36px;
  padding-bottom: 36px;
}

.container.flex-container.navigator-container.container800 {
  justify-content: space-between;
}

.container.flex-container.container-contact {
  justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 50px;
}

.container.container800 {
  max-width: 800px;
}

.container.popup-wrapper {
  background-color: #fff;
  height: 90vh;
  overflow: scroll;
}

.container.pad24 {
  padding: 24px 24px 12px;
  position: relative;
}

.h1 {
  text-align: left;
  letter-spacing: -0.3px;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 40px;
}

.h1.margin-bottom-32 {
  text-align: left;
  margin-bottom: 32px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  line-height: 40px;
}

.h1.nomargin {
  margin-bottom: 0;
}

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

.h1.team-block-h1 {
  margin-bottom: 0;
}

.hero-wrapper {
  background-color: #f9f9f9;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  width: auto;
  max-width: 46%;
  display: flex;
}

.hero-split.main-banner-left {
  align-self: center;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
}

.hero-split.hero-split-right {
  background-image: url("../images/Group-320.png");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 600px;
  flex: 1 0 auto;
  align-self: stretch;
  max-width: 55%;
  height: 600px;
}

.hero-split.wide {
  flex: 1;
  align-items: flex-start;
  max-width: 60%;
}

.hero-split.footer-nav-social {
  flex-flow: wrap;
  flex: none;
  align-self: flex-start;
  display: flex;
}

.paragraph {
  color: #171717;
  flex: 1;
  margin-bottom: 12px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.paragraph.paragraph-higher {
  line-height: 30px;
}

.paragraph.paragraph-small {
  color: #bebebe;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
}

.paragraph.paragraph-small.footer-disclaimer {
  color: #868686;
  text-align: center;
  max-width: 60%;
}

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

.paragraph.contact-link {
  text-decoration: underline;
}

.paragraph.wide {
  max-width: 700px;
}

.paragraph.msme-paragraph {
  margin-bottom: 32px;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.team-slider {
  background-color: #0000;
  border: 1px #000;
  padding: 80px 30px;
  position: relative;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.centered-subheading.paragraph {
  max-width: 600px;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
  padding-left: 36px;
  padding-right: 36px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
  position: relative;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 10px;
}

.team-block-info {
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding-bottom: 10px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Inter, sans-serif;
  display: flex;
}

.pretitle {
  color: #333;
  text-align: left;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  flex: none;
  width: auto;
  margin-bottom: 12px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 600;
  display: block;
}

.pretitle.grey {
  color: #999;
}

.pretitle.text-white {
  color: #fff9;
  flex: none;
  width: auto;
  margin-bottom: 0;
}

.pretitle.text-red {
  color: red;
  text-decoration: none;
}

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

.pretitle.bg-light-blue {
  color: #fff;
  background-color: #4ab5ff;
}

.pretitle.bg-light-blue.grid-col {
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.pretitle.grid-col.bg-blue {
  color: #fff;
  background-color: #0255be;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.pretitle.wide {
  width: 100%;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.body {
  font-family: Inter, sans-serif;
  overflow: visible;
}

.hero-heading-center-2 {
  background-color: #0000;
  border: 0 #000;
  padding: 80px 0 0;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.hero-wrapper-2.noflex {
  background-image: url("../images/Patterns_1.svg");
  background-position: 120% 10%;
  background-repeat: no-repeat;
  background-size: auto;
  display: block;
}

.margin-bottom-25 {
  margin-bottom: 24px;
}

.button-primary-2 {
  direction: ltr;
  color: #171717;
  letter-spacing: 0;
  text-transform: none;
  background-color: #0000;
  padding: 12px 25px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  transition: all 0.2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.h2 {
  text-align: center;
  letter-spacing: -0.3px;
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
}

.h2.nomargin {
  text-align: left;
  margin-bottom: 0;
}

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

.h3 {
  letter-spacing: -0.3px;
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.mask {
  text-align: left;
  white-space: nowrap;
  object-fit: fill;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
}

.hero-heading-center-3 {
  background-color: #0000;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 0;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32 {
  margin-bottom: 32px;
}

.links {
  color: #000;
  background-color: #0000;
  flex: 0 auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.link-block {
  color: #000;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
  display: flex;
}

.text-block {
  padding-right: 10px;
}

.text-block.nomargin {
  padding-right: 0;
}

.image {
  text-align: center;
  width: 788px;
  max-width: 100%;
}

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

.pretitle-block {
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.pretitle-block.text-center {
  text-align: center;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.pretitle-image {
  flex: 0 auto;
  margin-right: 10px;
  display: block;
}

.image-2 {
  padding-right: 20px;
}

.image-3 {
  padding-right: 10px;
}

.image-4 {
  object-fit: cover;
  flex: 0 auto;
  max-width: 100%;
  height: 100%;
  max-height: 600px;
  display: block;
}

.h4 {
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.h4.text-blue {
  color: #0255be;
  letter-spacing: -0.3px;
  font-weight: 600;
}

.h4.text-red {
  color: #e20521;
}

.h4.text-lightblue {
  color: #4ab5ff;
}

.h4.text-orange {
  color: #f58130;
}

.tabs-menu {
  max-width: 1194px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-2 {
  z-index: -1;
  color: #edf8ff;
  object-fit: contain;
  background-color: #edf8ff;
  border-radius: 100%;
  width: 72px;
  height: 72px;
  position: absolute;
  inset: -12px auto auto -12px;
  overflow: visible;
}

.div-block-3 {
  background-color: #0000;
  position: relative;
}

.policy-count {
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.policy-formation {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.container-3 {
  max-width: 1194px;
  margin-bottom: 0;
}

.container-3.border0 {
  margin-bottom: 0;
}

.hero-heading-center-4 {
  background-color: #0000;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all 0.2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.hero {
  background-color: #0000;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 0;
  display: block;
}

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

.flex-container.navigator-col {
  flex: 1;
  order: 0;
  justify-content: flex-start;
  margin-right: 0;
}

.flex-container.policy-row-title {
  margin-top: 20px;
  margin-bottom: 5px;
}

.hero-image-mask {
  width: 100%;
  margin-left: 40px;
}

.hero-image {
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 0.5 auto;
  width: 100%;
  height: 100%;
}

.list {
  flex: 1;
  justify-content: space-around;
  align-self: center;
  list-style-type: none;
  display: flex;
}

.list-item {
  flex: 1;
  justify-content: center;
  align-self: center;
  height: auto;
  display: flex;
}

.image-5 {
  width: 126px;
  height: 126px;
}

.image-6 {
  width: 96px;
  height: auto;
}

.image-7,
.image-8 {
  width: 92px;
}

.image-9 {
  width: 95px;
}

.image-10 {
  width: 101px;
}

.footer {
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  flex: 0 auto;
  min-width: 60px;
  max-height: 60px;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.footer-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link-2 {
  color: #444;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.footer-link-2:hover {
  text-decoration: underline;
}

.navbar {
  z-index: 1;
  color: #f5f5f5;
  background-color: #0000;
  padding-bottom: 50px;
}

.footer-nav {
  flex: 0 auto;
  display: flex;
}

.link-block-2 {
  margin-left: 0;
  margin-right: 16px;
}

.link-block-3 {
  max-width: 25%;
  display: inline-block;
}

.link-block-4 {
  color: #000;
  border: 1px #e8e8e8;
  border-radius: 0;
  max-width: 25%;
  margin-bottom: 16px;
  margin-right: 0;
  padding: 0 20px 0 0;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.text-block-2 {
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}

.text-block-3 {
  color: #666;
}

.figure {
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-clip: padding-box;
  border-radius: 32px;
  width: 250px;
  min-width: auto;
  height: 250px;
  min-height: auto;
  display: flex;
  position: absolute;
  bottom: -50px;
  right: -30px;
  overflow: hidden;
  transform: rotate(-6deg);
}

.image-11 {
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-clip: padding-box;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -20px;
  left: -20px;
  transform: rotate(6deg);
}

.div-block-4 {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  height: 370px;
  padding: 20px 20px 220px;
  position: relative;
  overflow: hidden;
}

.div-block-5 {
  z-index: 1;
  color: #0000001a;
  -webkit-text-fill-color: inherit;
  background-color: #0000004d;
  background-clip: border-box;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.container-4 {
  max-width: 1194px;
}

.nav-menu-2 {
  color: #0000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
  top: 100px;
  overflow: auto;
}

.navbar-2 {
  z-index: 2;
  background-color: #fff;
  border-bottom: 1px solid #000;
  width: 100%;
  margin-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  position: sticky;
  top: 84px;
}

.navbar-2.navbar-popup {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  top: 0;
}

.nav-link-2 {
  flex: none;
}

.nav-link-3 {
  flex: 0 auto;
}

.nav-link-4 {
  font-weight: 600;
}

.nav-link-5 {
  font-weight: 500;
}

.text-block-4 {
  width: 100%;
}

.div-block-6 {
  background-color: #f5f5f5;
  background-image: url("../images/bg-footer.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.div-block-7 {
  z-index: 1;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.creator {
  color: #868686;
  font-size: 14px;
  line-height: 24px;
}

.hero-heading-center-5 {
  mix-blend-mode: normal;
  background-color: #000;
  background-image: url("../images/PolicySynchronizing-MSME-classification.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px solid #e4ebf3;
  padding: 400px 0 0;
  position: relative;
}

.hero-wrapper-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.breadcrumb {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

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

.nav-menu-3 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.anchor-link-child {
  color: #fff9;
  text-align: left;
  flex: none;
  margin-left: 0;
  margin-right: 0;
  padding: 24px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.navbar-3 {
  background-color: #0000;
  border-top: 1px solid #fff9;
  margin-top: 36px;
}

.div-block-8 {
  z-index: 0;
  background-color: #0000001a;
  background-image: radial-gradient(circle, #0000, #0000001a);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.policies-involved {
  margin-top: 24px;
}

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

.challenge,
.current-policy,
.action,
.indicator-of-success {
  margin-top: 24px;
}

.heading-2 {
  color: #171717;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.heading-2.text-right {
  text-align: right;
  text-decoration: none;
}

.div-block-9 {
  width: 112px;
  height: 140px;
  margin-right: 24px;
  display: flex;
}

.div-block-9.a {
  margin-left: 24px;
  margin-right: 0;
}

.image-12 {
  object-fit: cover;
  border-radius: 4px;
  text-decoration: none;
}

.div-block-10 {
  flex: 1;
  text-decoration: none;
}

.div-block-11 {
  flex: 1;
}

.list-2 {
  color: #0006;
  margin-top: 36px;
  margin-bottom: 36px;
  padding-left: 20px;
  font-size: 12px;
  line-height: 22px;
}

.container800 {
  z-index: 2;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.text-block-5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.text-block-5.text-orange {
  color: #f58130;
  margin-top: 0;
}

.text-block-5.text-blue {
  color: #4ab5ff;
  margin-top: 0;
}

.renovation-list {
  background-image: url("../images/SmartChange-Logomark-Solid.svg");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 30px;
  font-size: 16px;
  line-height: 24px;
  list-style-type: none;
}

.renovation-list.renov-list-blue {
  background-image: url("../images/logo-icon-blue.svg");
}

.list-3 {
  flex-wrap: wrap;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 10px;
  display: flex;
}

.features-table {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.comparison-table {
  flex-direction: column;
  margin-top: 50px;
  display: flex;
}

.comparison-row-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-title {
  margin-bottom: 0;
  margin-left: 24px;
}

.comparison-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-negative {
  background-image: url("../images/");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.comparison-positive {
  background-image: url("../images/");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.pol-table {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 8px;
  grid-template:
    "Area Area-2"
    ". ."
    ". ."
    ". ."
    ". ."
    / 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  overflow: hidden;
}

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

.pol-table.codesign-table {
  grid-template-columns: 0.25fr 0.5fr 1fr 1fr 0.5fr;
}

.pol-table.table-1 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

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

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

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

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

.pol-table.pol-table-6 {
  grid-template-rows: auto auto auto auto;
}

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

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

.pol-table.pol-table-9,
.pol-table.pol-table-11 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.pol-table.pol-table-12 {
  grid-template-rows: auto auto auto auto auto auto;
}

.pol-table.pol-table-13 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

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

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

.pol-table.pol-table-16 {
  grid-template-rows: auto auto auto auto auto auto;
}

.pol-table.pol-table-17 {
  grid-template-rows: auto auto auto auto auto auto auto;
}

.pol-table.pol-table-18 {
  grid-template-rows: auto auto auto auto auto auto;
}

.pol-table.pol-table-19 {
  grid-template-rows: auto auto auto auto;
}

.grid-col {
  border: 0.5px #eee;
  margin-right: 0;
  padding: 20px;
}

.grid-col.bg-even {
  background-color: #edf8ff;
  border-style: none;
}

.grid-col.grid-row {
  color: #fff;
  text-align: left;
  background-color: #003272;
}

.indicator-row {
  align-items: flex-start;
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
}

.indicator-col {
  border-left: 3px solid #02be2b;
  flex: 1;
  padding: 5px 30px 5px 20px;
  font-size: 16px;
  line-height: 24px;
}

.div-block-13 {
  background-color: #f58130;
  flex: 1;
  height: 1px;
  margin-left: 20px;
}

.div-block-13-copy {
  background-color: #4ab5ff;
  flex: 1;
  height: 1px;
  margin-left: 20px;
}

.hero-stack {
  background-color: #edf8ff;
  background-image: url("../images/Group-343.svg");
  background-position: 50%;
  background-size: auto 100%;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 70px;
  position: relative;
}

.hero-wrapper-two {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-image-2 {
  width: 100%;
  margin-top: 50px;
}

.container-6 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.contact-form {
  flex: 1;
}

.field-label {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.div-block-14,
.div-block-15 {
  flex: 1;
  max-width: 48%;
}

.text-field {
  border-radius: 8px;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 24px;
  display: block;
}

.div-block-16 {
  flex: 1;
}

.line-closer {
  background-color: #000;
  width: 40px;
  height: 1px;
  margin-bottom: 20px;
}

.pattern1 {
  background-image: url("../images/Patterns.svg");
  background-position: 50vw;
  background-repeat: no-repeat;
  background-size: auto;
}

.pattern3 {
  background-image: url("../images/Patterns3.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.popup {
  z-index: 1001;
  background-color: #000c;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.div-block-17 {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  border-radius: 12px;
  flex: 1;
  max-width: 1194px;
  height: auto;
  position: relative;
  overflow: visible;
}

.demo-block {
  text-align: center;
  border: 1px solid #d3d3d3;
  border-radius: 8px;
  flex: 0 49%;
  max-width: 50%;
  margin-top: 24px;
  margin-right: 0;
  padding: 12px 16px 16px;
  display: inline-block;
}

.h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.demo-block-header {
  flex-wrap: wrap;
  margin-bottom: 20px;
  display: flex;
}

.text-block-6 {
  text-align: center;
  flex: none;
  margin-left: auto;
  margin-right: auto;
  padding-right: 4px;
  display: inline-block;
}

.image-13 {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.demo-tab-content {
  padding-top: 0;
}

.tabs-menu-2 {
  border: 1px solid #eee;
  border-radius: 4px;
  position: absolute;
  inset: -55px 0% auto auto;
  overflow: hidden;
}

.tab-link-tab-2 {
  background-color: #fff;
  border: 1px #eee;
  padding: 2px 10px;
  font-size: 10px;
  font-weight: 600;
}

.tab-link-tab-2.w--current {
  color: #fff;
  background-color: #0255be;
}

.image-14 {
  z-index: 20;
  position: absolute;
  inset: 20px 20px auto auto;
}

.div-block-18 {
  padding-left: 30px;
  padding-right: 30px;
}

.image-17 {
  display: none;
}

.demo-wrapper {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  flex-wrap: wrap;
  display: flex;
}

.section {
  z-index: 6;
  background-color: #fff;
  display: flex;
  position: sticky;
  top: 0;
  box-shadow: 2px 2px 20px #0000001a;
}

.text-block-7 {
  flex: none;
  font-weight: 800;
  display: inline-block;
}

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

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

.text-span,
.text-span-2,
.text-span-3 {
  color: #b1b1b1;
}

.link {
  color: #0006;
}

.text-span-4,
.text-span-5,
.text-span-6,
.text-span-7,
.text-span-8,
.text-span-9,
.text-span-10,
.text-span-11,
.text-span-12,
.text-span-13,
.text-span-14,
.text-span-15,
.text-span-16,
.text-span-17,
.text-span-18,
.text-span-19,
.text-span-20,
.text-span-21,
.text-span-22,
.text-span-23,
.text-span-24,
.text-span-25,
.text-span-26,
.text-span-27,
.text-span-28,
.text-span-29,
.text-span-30,
.text-span-31,
.text-span-32,
.text-span-33,
.text-span-34,
.text-span-35,
.text-span-36,
.text-span-37,
.text-span-38,
.text-span-39,
.text-span-40 {
  color: #b1b1b1;
}

.div-block-23 {
  background-color: #0000;
  background-image: linear-gradient(#0000, #0009);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.line-break {
  background-color: #0000001a;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 48px;
}

.success-message {
  color: #fff;
  background-color: #91ca0c;
  border-radius: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.error-message {
  border-radius: 8px;
  padding-left: 20px;
  padding-right: 20px;
}

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

.success-message-2 {
  color: #fff;
  background-color: #a2f350;
  border-radius: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-block-9 {
  color: #333;
}

.error-message-2 {
  border-radius: 8px;
  padding-left: 20px;
  padding-right: 20px;
}

.form-block {
  background-color: #0000;
}

.success-message-3 {
  background-color: #4ab5ff;
  border-radius: 8px;
  overflow: hidden;
}

.text-block-10 {
  color: #fff;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .navbar-no-shadow-container {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .nav-hamburger {
    padding: 12px;
  }

  .nav-hamburger.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container {
    max-width: 728px;
  }

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

  .h1 {
    font-size: 24px;
    line-height: 30px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
    position: relative;
  }

  .hero-split {
    flex: 0 auto;
    order: 1;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-split.main-banner-left {
    z-index: 1;
    order: 1;
    padding-top: 400px;
    position: relative;
  }

  .hero-split.hero-split-right {
    z-index: 0;
    background-position: 50% -100px;
    background-size: 500px;
    width: 100%;
    max-width: 100%;
    position: absolute;
  }

  .hero-split.wide {
    max-width: 80%;
  }

  .hero-split.right {
    text-align: center;
    order: -1;
    align-items: center;
    width: 100%;
    display: block;
  }

  .paragraph.paragraph-small.footer-disclaimer {
    max-width: 100%;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .team-block-info {
    padding-left: 12px;
    padding-right: 12px;
  }

  .container-2 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
    display: block;
  }

  .hero-heading-center-3 {
    padding-top: 0;
  }

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

  .image {
    max-width: 70%;
  }

  .div-block {
    margin-top: 0;
    margin-bottom: 50px;
  }

  .image-4 {
    width: 100%;
  }

  .policy-formation {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-block-4 {
    max-width: 50%;
  }

  .navbar-2 {
    z-index: 2;
    top: 68px;
  }

  .div-block-6 {
    background-position: 50% -50px;
  }

  .div-block-7 {
    z-index: 1;
  }

  .hero-heading-center-5 {
    padding-top: 300px;
  }

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .container800 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-5 {
    max-width: 728px;
  }

  .hero-stack {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .div-block-16.marginb40 {
    margin-bottom: 40px;
  }

  .popup {
    display: none;
  }

  .demo-block {
    max-width: 50%;
  }

  .demo-block-header {
    justify-content: flex-start;
    margin-bottom: 0;
  }

  .demo-tab-content {
    padding-top: 0;
  }

  .tabs-menu-2 {
    flex-direction: row;
    flex: none;
    justify-content: center;
    align-self: flex-start;
    align-items: stretch;
    margin-bottom: 10px;
    margin-left: 0;
    display: flex;
    position: relative;
    top: 0;
  }

  .image-15 {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-18 {
    padding-left: 30px;
    padding-right: 30px;
  }

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

@media screen and (max-width: 767px) {
  .navbar-no-shadow {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-heading-center {
    padding: 0;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container.flex-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container.flex-container.navigator-container.container800 {
    flex-direction: row;
    padding-bottom: 12px;
    display: block;
  }

  .container.flex-container.container-contact {
    padding-left: 15px;
    padding-right: 15px;
  }

  .h1.text-white {
    height: 60px;
  }

  .hero-split.main-banner-left {
    padding-top: 300px;
  }

  .hero-split.hero-split-right {
    background-size: 400px;
  }

  .hero-split.wide {
    max-width: 100%;
  }

  .paragraph.paragraph-higher {
    font-size: 14px;
    line-height: 24px;
  }

  .team-slider {
    padding: 60px 15px;
  }

  .pretitle.text-red {
    text-align: center;
    margin-bottom: 0;
  }

  .pretitle.text-red.text-right {
    text-align: center;
  }

  .pretitle.bg-light-blue.grid-col {
    min-width: 200px;
  }

  .pretitle.team-block-pretitle {
    text-align: center;
  }

  .hero-heading-center-2 {
    padding: 60px 0;
  }

  .hero-wrapper-2 {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .hero-wrapper-2.noflex {
    background-image: none;
  }

  .hero-heading-center-3 {
    padding: 60px 0;
  }

  .container-3,
  .container-3.border0 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-heading-center-4 {
    padding: 60px 30px 30px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

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

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .hero {
    padding: 0 30px;
  }

  .flex-container {
    flex-direction: column;
  }

  .flex-container.navigator-col {
    text-align: center;
    margin-bottom: 20px;
    display: block;
  }

  .flex-container.policy-row-title {
    flex-direction: row;
    align-items: center;
  }

  .flex-container.margin-bottom-25 {
    flex-wrap: nowrap;
    align-items: flex-start;
  }

  .hero-image-mask {
    order: -1;
    margin-left: 0;
    margin-right: 0;
  }

  .list {
    flex-wrap: wrap;
  }

  .list-item {
    flex: 0 50%;
    order: 0;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    object-fit: contain;
  }

  .navbar {
    margin-top: 30px;
  }

  .nav-menu-2 {
    display: flex;
    overflow: auto;
  }

  .navbar-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-link-4 {
    white-space: nowrap;
  }

  .hero-heading-center-5 {
    padding: 100px 0 0;
  }

  .nav-menu-3 {
    overflow: scroll;
  }

  .anchor-link-child {
    margin-right: 10px;
    padding: 15px;
  }

  .policies-involved,
  .challenge,
  .current-policy,
  .action,
  .indicator-of-success,
  .disclaimer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-2.text-right {
    text-align: center;
  }

  .div-block-9 {
    display: none;
  }

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

  .container800.hero-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .features-table {
    padding: 60px 15px;
  }

  .pol-table {
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
    overflow: scroll;
  }

  .grid-col {
    min-width: 200px;
  }

  .hero-stack {
    padding: 40px 15px 30px;
  }

  .div-block-14,
  .div-block-15 {
    width: 100%;
    max-width: 100%;
  }

  .div-block-17 {
    max-width: 100%;
  }

  .demo-block {
    flex-basis: 100%;
    max-width: 100%;
  }

  .tabs-menu-2 {
    justify-content: center;
    align-self: flex-start;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-18 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-16 {
    display: none;
  }

  .image-17 {
    display: block;
  }

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

  .tabs {
    text-align: center;
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .hero-heading-center {
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    max-width: none;
  }

  .container.container-blue {
    padding-bottom: 24px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .container.pad24 {
    padding: 12px;
  }

  .container.main-nav-container {
    padding-left: 0;
    padding-right: 0;
  }

  .h1 {
    margin-bottom: 24px;
  }

  .h1.team-block-h1,
  .hero-wrapper {
    margin-bottom: 0;
  }

  .hero-split.main-banner-left {
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-split.wide {
    margin-bottom: 0;
  }

  .hero-split.footer-nav-social {
    margin-top: 50px;
    margin-bottom: 0;
  }

  .hero-split.left {
    text-align: center;
  }

  .paragraph {
    font-size: 15px;
    line-height: 24px;
  }

  .paragraph.wide {
    font-size: 14px;
    line-height: 22px;
  }

  .team-slider {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .team-member-image-two {
    position: absolute;
    inset: 15px auto auto 20px;
  }

  .team-block-info {
    align-items: center;
    margin-bottom: 15px;
    padding-left: 130px;
    position: relative;
  }

  .pretitle.grey.policy-pretitle {
    margin-bottom: 0;
    margin-left: 10px;
  }

  .pretitle.bg-light-blue.grid-col {
    border-radius: 8px 0 0;
    overflow: hidden;
  }

  .pretitle.team-block-pretitle {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .hero-heading-center-2 {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-2 {
    max-width: none;
  }

  .hero-wrapper-2 {
    margin-bottom: 0;
    display: flex;
  }

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

  .hero-heading-center-3 {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .link-block {
    justify-content: center;
    width: 100%;
  }

  .image {
    max-width: 100%;
  }

  .pretitle-block.text-center {
    width: 100%;
  }

  .h4.text-blue {
    margin-bottom: 10px;
  }

  .h4.text-blue.marginb-5 {
    margin-bottom: 5px;
  }

  .h4.text-red,
  .h4.text-orange {
    margin-bottom: 10px;
  }

  .div-block-2 {
    width: 56px;
    height: 56px;
    top: -12px;
    left: -12px;
  }

  .div-block-3 {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: auto;
    margin-bottom: 40px;
    display: flex;
  }

  .policy-count {
    flex-direction: column;
    flex: 0 auto;
    align-self: center;
    margin-bottom: 0;
    padding-left: 15px;
    display: flex;
  }

  .policy-formation {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .container-3 {
    border-top: 1px solid #1717171a;
    margin-bottom: 20px;
    padding-top: 20px;
  }

  .container-3.border0 {
    border: 1px #000;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .link-block-4 {
    max-width: 100%;
    padding-right: 0;
  }

  .figure {
    width: 130px;
    height: 140px;
  }

  .div-block-4 {
    height: auto;
    padding: 15px 100px 70px 15px;
  }

  .nav-menu-2 {
    display: flex;
  }

  .div-block-7 {
    background-color: #000;
    border-radius: 100px;
    left: 20px;
  }

  .hero-heading-center-5 {
    background-image: none;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu-3 {
    overflow: scroll;
  }

  .anchor-link-child {
    margin-right: 10px;
    padding: 15px;
  }

  .navbar-3 {
    display: block;
  }

  .container800 {
    padding-right: 0;
  }

  .container800.hero-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-5 {
    max-width: none;
  }

  .comparison-row-main {
    grid-column-gap: 20px;
  }

  .comparison-title {
    margin-left: 10px;
  }

  .comparison-row {
    grid-column-gap: 20px;
  }

  .comparison-negative {
    background-position: 0 5px;
    background-size: 14px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .comparison-positive {
    background-position: 0 4px;
    background-size: 16px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .pol-table {
    padding-right: 15px;
    overflow: visible;
  }

  .grid-col {
    padding: 15px;
  }

  .grid-col.bg-even {
    width: 220px;
  }

  .indicator-row {
    flex-wrap: nowrap;
    display: block;
  }

  .indicator-col {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 22px;
  }

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

  .popup {
    display: none;
  }

  .demo-block {
    margin-top: 12px;
  }

  .tabs-menu-2 {
    top: 0;
  }

  .image-15 {
    width: 300px;
  }

  .image-18 {
    margin-left: 10px;
  }

  .div-block-19 {
    background-size: auto;
  }

  .div-block-20 {
    margin-right: -15px;
    overflow: scroll;
  }

  .action-table {
    margin-left: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .link {
    white-space: normal;
  }

  .div-block-22 {
    overflow: scroll;
  }
}

#w-node-ecfeb14e-d502-f8e4-ab08-e7128928e48d-26c079b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0ba68037-6f7d-9870-5dc1-8c3ede3a7d3d-26c079b9 {
  grid-area: Area;
}

#w-node-_0bcfaaac-2918-ab4d-eca5-3b470f18c602-26c079b9,
#w-node-_0f8133a8-eb4a-8e94-a2d9-872fce1be046-26c079b9,
#w-node-_4d446222-6afe-2141-e159-135dbd4fdeac-26c079b9,
#w-node-_4a1428a4-daa4-77db-69c4-3b9c2d5c0ae6-26c079b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d8e1a26-3177-4c0a-c6fb-8722f04a777c-26c079b9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_591d33e6-f41e-82ea-9537-54e7372669be-26c079b9,
#w-node-_44cdcbf7-c2cb-47dc-856f-8cb8fee1016e-26c079b9,
#w-node-_0806474a-1543-ad7a-39c6-fb6147c20caf-26c079b9,
#w-node-d7a93451-d8a3-1e36-cb75-19a799ffe095-26c079b9,
#w-node-_188a02b9-6936-bae1-66b3-d86e82418726-26c079b9,
#w-node-f18b438d-9a13-60a9-0bd3-30dc19b5a2fa-26c079b9,
#w-node-d89d6cfe-1c28-0236-506f-9c1a1f082050-26c079b9,
#w-node-c7e554ba-5f81-9c2d-97ad-ecab9f88af70-26c079b9,
#w-node-e082b177-c0d4-67b4-6dc6-a2ee2fddee24-26c079b9,
#w-node-_5ca72d06-8ad4-92d3-541c-10605c280d1e-26c079b9,
#w-node-_61e4302f-3d5a-ea7a-ea37-30bc4e3f1a8c-26c079b9,
#w-node-d445f324-c780-e284-1a24-0fb896a1f080-26c079b9,
#w-node-_3f6ec06b-42df-8d5d-94cb-b5f2e0395727-26c079b9,
#w-node-abe19188-27dd-3e82-00f6-9dbbe0253918-26c079b9,
#w-node-d9ec11b0-0a91-1178-5bf5-83c6ab91a73c-26c079b9,
#w-node-d30cd7d8-d516-2468-9da5-4e855a63fa3d-26c079b9,
#w-node-_54a2894f-5a79-fa1c-b0b6-d676a14bfa82-26c079b9,
#w-node-df4cc55b-8afa-19f7-e41a-b9d7d3b9fce9-26c079b9,
#w-node-_21e1f4f3-df03-33b8-2da7-5a544e18829e-26c079b9,
#w-node-cf36f356-6126-fda9-ece0-e70087f919b1-26c079b9,
#w-node-_71f1fabe-753a-f2be-72ac-f3a11257657e-26c079b9,
#w-node-_5361d989-bc34-ad7d-4b86-a7b87b67d0f7-26c079b9,
#w-node-aa9a2692-56c8-7ad9-442c-e8cd8ad7eb06-26c079b9,
#w-node-badcd71c-5f41-da9c-b991-6d09c1017f24-26c079b9,
#w-node-_010f69bb-2b58-1e31-f3fd-8a2b4376909c-26c079b9,
#w-node-_7e7f5bb0-eea1-c6ae-74da-37098163f4ad-26c079b9,
#w-node-ce4f04af-68fb-b39a-c1f5-a420c97b6348-26c079b9,
#w-node-ad14aede-a778-9ea0-eb17-c8ecf5102004-26c079b9,
#w-node-_3bc4dc82-3590-9513-5ca6-0d99697f51f4-26c079b9,
#w-node-_61d669ee-e222-a0e1-d8d3-be83676e0138-26c079b9,
#w-node-_9dcc4670-878d-0fe2-aca9-ef7d3f0d3752-26c079b9,
#w-node-_68aca82f-b3ec-d253-f5e3-968d102c3399-26c079b9,
#w-node-cbcc7025-a7c1-144d-af30-5e8a263a0c80-26c079b9,
#w-node-_30f29ced-43c0-ce88-009c-501052904efa-26c079b9,
#w-node-f971340d-f3ad-20ce-e24a-0b04dfefa0a6-26c079b9,
#w-node-_8355fdad-2b50-8d42-f266-ef3983307238-26c079b9,
#w-node-_2071b892-83af-8088-aa0e-d1319fc1bfd3-26c079b9,
#w-node-_513d4a20-90e1-12f7-4c55-6e8708d86d72-26c079b9,
#w-node-_93686e28-4f1c-3e11-09ea-ddda544402c3-26c079b9,
#w-node-be8e9446-0ff4-a1db-05aa-f983f13a26ed-26c079b9,
#w-node-_79c8616a-4694-d248-a6a5-6ed033efc32f-26c079b9,
#w-node-_5af7dec4-af82-9f99-2a74-5fa7fdb12d4f-26c079b9,
#w-node-f135cdc6-f40e-e679-a91d-7678edf44ce4-26c079b9,
#w-node-_4903b7d6-0994-69d9-8f94-472d3ab03918-26c079b9,
#w-node-_38ce9517-66e0-6bd6-dcca-7f68604648fd-26c079b9,
#w-node-e98c74e2-ebc3-5814-eac6-2e3e610790d8-26c079b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5031843-15b5-bd7a-18b1-986bdf8472a8-26c079b9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-d1bca1c4-422a-8b25-7592-78600471d3f4-26c079b9,
#w-node-_27504121-3ac2-052b-c311-8f94f2703914-26c079b9,
#w-node-f096aeee-4107-01e6-7eac-7e6505efd64a-26c079b9,
#w-node-_06a1e430-489d-c513-4d6e-79c39092e9d2-26c079b9,
#w-node-_71490b86-4d8b-3d8f-3816-05dafcd2a4d1-26c079b9,
#w-node-_00cf89d5-4100-ba50-b1cf-4ac66ab106ef-26c079b9,
#w-node-ecd2a7e5-3da8-d5c6-35b3-a287091295d9-26c079b9,
#w-node-df24bd3b-0b3c-1a91-6bb9-7acb1c6c38de-26c079b9,
#w-node-_1fd85a39-583c-f0e0-04dc-aed4871ef183-26c079b9,
#w-node-db4582a5-2c23-964f-662e-3debf0a2679d-26c079b9,
#w-node-_57f21ba2-7453-9fe2-57af-c4861664906b-26c079b9,
#w-node-_8aae6dd1-706f-8887-d053-2e4d38c7eb4c-26c079b9,
#w-node-_84ee35b5-9974-d87f-1ecc-ead255a3e31c-26c079b9,
#w-node-_97b169a0-6e38-c3a8-375e-50f428cbd512-26c079b9,
#w-node-_4aa74c0a-bd22-04d3-f84b-2fd92b46ff5a-26c079b9,
#w-node-_9d62fa71-a44d-ab52-a82d-b941e14f7e9c-26c079b9,
#w-node-_54f3f4af-7081-180e-4721-e8f77dc842e8-26c079b9,
#w-node-d7c744ed-f8a3-5599-a27f-8a5099ee82c2-26c079b9,
#w-node-_0d9d4cdb-301b-9a9a-fe5a-d9b5adc4a641-26c079b9,
#w-node-a510d2df-4885-180d-e15a-edb231bd5d8a-26c079b9,
#w-node-c25551b0-b657-39d7-fd6a-0167b62d4c76-26c079b9,
#w-node-a479c56d-63b5-f758-112d-baf0f9061574-26c079b9,
#w-node-c437ea70-1e1e-8b0e-cdf9-aba6b166bedd-26c079b9,
#w-node-_3e92a486-3b36-2be8-6cf8-37e6b6d4b633-26c079b9,
#w-node-_9656789a-3053-be20-6058-997adcc4e291-26c079b9,
#w-node-_4e093710-7705-c929-aa43-7a2ecda59d94-26c079b9,
#w-node-_60ac6652-123b-027b-0826-45107328fe1a-26c079b9,
#w-node-f0713685-9fee-90af-dd09-507369bea34c-26c079b9,
#w-node-_1ce2daef-9e7f-a00c-5820-6d3abc56cdaa-26c079b9,
#w-node-_9b2b53bb-c3b5-f255-ef6e-c7d016d7d22e-26c079b9,
#w-node-_9cbf72ad-c069-fbeb-f9cf-9d52e58d7e9c-26c079b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_19c29340-c3aa-2fd2-bbd4-0c83dfe29155-26c079b9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_8249b6ae-5a97-a7f3-bcbd-5a360dff5f89-26c079b9,
#w-node-_47d2be61-25d9-eb21-cf65-f0aa796e5573-26c079b9,
#w-node-_459a4be4-90ef-c5ec-4e26-792f3fb60809-26c079b9,
#w-node-_0b0ceec1-d2c8-0a17-0b69-c79bf8165726-26c079b9,
#w-node-_182b39c4-391f-9cad-2a01-b5653ea22ae6-26c079b9,
#w-node-bcbf9f74-854d-7525-8e46-b097450686ec-26c079b9,
#w-node-a990f620-e898-efde-b4f5-41eaee64d353-26c079b9,
#w-node-_4f2a30ac-d11e-704f-7375-355c4ed02a70-26c079b9,
#w-node-_062f2e68-9ffe-5438-52fb-be8d2f55ea38-26c079b9,
#w-node-_9fd5cbfa-4b85-eaeb-707d-5d8db59517e0-26c079b9,
#w-node-e35872b6-cb49-be7b-7e12-0f8512520de6-26c079b9,
#w-node-b7bce012-b144-a8c4-5157-d7ac14da9c72-26c079b9,
#w-node-bc30d9e9-3ca8-3d9f-33a6-bb342be2088e-26c079b9,
#w-node-_716477d5-cf7b-f7fe-7a4a-58afa29a4b88-26c079b9,
#w-node-_323fc6f2-fe18-53af-2026-d663c621f6ad-26c079b9,
#w-node-b2bbbba3-7538-7d23-8e8f-8a5193e9a5cd-26c079b9,
#w-node-e1f2a752-0d4c-9204-a44d-3e5f6ed66dc1-26c079b9,
#w-node-eccbc440-aec5-dcdd-8230-83d33a613fe8-26c079b9,
#w-node-_97c4e154-d478-a4c5-876f-32e290f9a601-26c079b9,
#w-node-b4570ce4-65c7-a73a-b247-10a3ac8ea2b0-26c079b9,
#w-node-bed1fe7b-0de9-7f4a-dbcc-0ba5d4461890-26c079b9,
#w-node-_7db54b69-ed99-d6e2-a5ea-4ca5dfb14cab-26c079b9,
#w-node-b0e9495e-31ef-02b6-5a2e-a5aac2b94f7d-26c079b9,
#w-node-_45b1f3f8-6768-af8d-5c8f-50cea6e50cf9-26c079b9,
#w-node-b557b273-4688-174c-b334-26117668da6a-26c079b9,
#w-node-df343350-6cbe-5df2-a2c7-f52eef9d8ae4-382e41ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-df343350-6cbe-5df2-a2c7-f52eef9d8ae6-382e41ac {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c11207ca-d704-22ef-77e1-e33469985bdf-382e41ac,
#w-node-_991c581d-412e-a5af-e83a-fc0dc3c21d44-382e41ac,
#w-node-df343350-6cbe-5df2-a2c7-f52eef9d8ae8-382e41ac,
#w-node-df343350-6cbe-5df2-a2c7-f52eef9d8aea-382e41ac,
#w-node-df343350-6cbe-5df2-a2c7-f52eef9d8aec-382e41ac,
#w-node-df343350-6cbe-5df2-a2c7-f52eef9d8aee-382e41ac,
#w-node-_4f4f94cf-846e-17ca-0680-3b0034b4a915-382e41ac,
#w-node-_9c7069a6-6e37-96e9-26e2-bb22bf1104bd-382e41ac,
#w-node-df343350-6cbe-5df2-a2c7-f52eef9d8aef-382e41ac,
#w-node-df343350-6cbe-5df2-a2c7-f52eef9d8af1-382e41ac,
#w-node-df343350-6cbe-5df2-a2c7-f52eef9d8af3-382e41ac,
#w-node-df343350-6cbe-5df2-a2c7-f52eef9d8af5-382e41ac,
#w-node-_4321e2ab-819c-0cd9-5bb5-181cfd3e9212-382e41ac,
#w-node-_5b459db9-fd63-7e9f-0882-17374a4120c5-382e41ac,
#w-node-df343350-6cbe-5df2-a2c7-f52eef9d8af7-382e41ac,
#w-node-df343350-6cbe-5df2-a2c7-f52eef9d8af9-382e41ac,
#w-node-df343350-6cbe-5df2-a2c7-f52eef9d8afb-382e41ac,
#w-node-_91aedbfc-0f1c-c16e-54e4-7da5a6991ac2-382e41ac,
#w-node-_46d3947c-b8a9-d78c-cf1d-0be0a676824a-382e41ac,
#w-node-_1fb03ea8-f042-b1aa-ad50-52ba7a5e57a2-382e41ac,
#w-node-a139c15b-8a36-e615-0fa9-b4c825ed6b57-592e41ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a139c15b-8a36-e615-0fa9-b4c825ed6b59-592e41ae {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-da309a3b-4ea2-a397-1383-a88ae4925576-592e41ae,
#w-node-a139c15b-8a36-e615-0fa9-b4c825ed6b5b-592e41ae,
#w-node-a139c15b-8a36-e615-0fa9-b4c825ed6b5d-592e41ae,
#w-node-a139c15b-8a36-e615-0fa9-b4c825ed6b5f-592e41ae,
#w-node-a139c15b-8a36-e615-0fa9-b4c825ed6b61-592e41ae,
#w-node-_5c7395d5-6160-e080-a40f-5c6b0fa7a566-592e41ae,
#w-node-a139c15b-8a36-e615-0fa9-b4c825ed6b62-592e41ae,
#w-node-a139c15b-8a36-e615-0fa9-b4c825ed6b64-592e41ae,
#w-node-a139c15b-8a36-e615-0fa9-b4c825ed6b66-592e41ae,
#w-node-a139c15b-8a36-e615-0fa9-b4c825ed6b68-592e41ae,
#w-node-_2efbf880-fdef-cb6c-71bf-81b9a92e0d7b-592e41ae,
#w-node-a139c15b-8a36-e615-0fa9-b4c825ed6b6a-592e41ae,
#w-node-a139c15b-8a36-e615-0fa9-b4c825ed6b6c-592e41ae,
#w-node-a139c15b-8a36-e615-0fa9-b4c825ed6b6e-592e41ae,
#w-node-_77f31e4b-7731-68af-d8e2-61222e5c738d-592e41ae,
#w-node-e66c4ed0-2512-377d-5a30-29221f807aef-592e41ae,
#w-node-_1b86b7e6-3bfd-26d0-c07e-b8d9539f9b3b-592e41ae,
#w-node-_896c561f-ed91-e43e-d29a-2b429fa61aec-592e41ae,
#w-node-e3a030c3-f7ba-26cf-d298-1071a96eb427-592e41ae,
#w-node-_4d76720b-54cb-be19-e038-ee43c51eb629-592e41ae,
#w-node-c57c1223-e698-3423-4337-10edc3964f34-592e41ae,
#w-node-ca90f247-181b-2974-1e62-b7a6fc515ff9-592e41ae,
#w-node-f7536e9d-45ea-fa5b-b683-84a9fc8dfdb5-592e41ae,
#w-node-_42a2fcdd-2c39-8579-5802-f2eee4e02363-592e41ae,
#w-node-_0aa9ea67-7f4f-874d-9b32-046ad30c1824-592e41ae,
#w-node-_15dfb711-5a09-1366-0567-0897a0f92327-592e41ae,
#w-node-_09483b56-c532-2cc5-fb96-82b3649be354-b02e41b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09483b56-c532-2cc5-fb96-82b3649be356-b02e41b0 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_09483b56-c532-2cc5-fb96-82b3649be358-b02e41b0,
#w-node-_09483b56-c532-2cc5-fb96-82b3649be35a-b02e41b0,
#w-node-_09483b56-c532-2cc5-fb96-82b3649be35c-b02e41b0,
#w-node-_09483b56-c532-2cc5-fb96-82b3649be35e-b02e41b0,
#w-node-_09483b56-c532-2cc5-fb96-82b3649be35f-b02e41b0,
#w-node-_09483b56-c532-2cc5-fb96-82b3649be361-b02e41b0,
#w-node-_09483b56-c532-2cc5-fb96-82b3649be363-b02e41b0,
#w-node-_09483b56-c532-2cc5-fb96-82b3649be365-b02e41b0,
#w-node-_09483b56-c532-2cc5-fb96-82b3649be367-b02e41b0,
#w-node-_09483b56-c532-2cc5-fb96-82b3649be369-b02e41b0,
#w-node-_09483b56-c532-2cc5-fb96-82b3649be36b-b02e41b0,
#w-node-_3882ee83-5d7b-f190-1d20-9e42cb950af5-b02e41b0,
#w-node-_29084caa-8348-a828-955a-e7724aa87f6a-b02e41b0,
#w-node-b2647d3e-e65e-3d53-073b-08978cc63d73-b02e41b0,
#w-node-_38b0636b-fc4b-eb57-3de8-71b93e453228-b02e41b0,
#w-node-_067be1a2-ffff-ba3b-6a05-dd6ea94285d4-b02e41b0,
#w-node-_17527b27-c1a6-f584-7dbf-2d0cdfe9e664-b02e41b0,
#w-node-_9c8141d9-73c5-1300-dee9-4637315d09c7-b02e41b0,
#w-node-e075b3d9-ba9a-bbf1-21ae-3f31b0cd5384-b02e41b0,
#w-node-ba2cefda-4416-fd64-21a3-9749f61a41e5-b02e41b0,
#w-node-de767272-28a9-2171-2782-457a3256f5e1-602e41b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de767272-28a9-2171-2782-457a3256f5e3-602e41b1 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_9f35bfd3-24db-6e64-29ff-9e594ac695a0-602e41b1,
#w-node-de767272-28a9-2171-2782-457a3256f5e5-602e41b1,
#w-node-de767272-28a9-2171-2782-457a3256f5e7-602e41b1,
#w-node-de767272-28a9-2171-2782-457a3256f5e9-602e41b1,
#w-node-de767272-28a9-2171-2782-457a3256f5eb-602e41b1,
#w-node-cf4bd0f8-264b-7205-38db-efff5e880f3c-602e41b1,
#w-node-de767272-28a9-2171-2782-457a3256f5ec-602e41b1,
#w-node-de767272-28a9-2171-2782-457a3256f5ee-602e41b1,
#w-node-de767272-28a9-2171-2782-457a3256f5f0-602e41b1,
#w-node-de767272-28a9-2171-2782-457a3256f5f2-602e41b1,
#w-node-_816e5d67-5b44-ac0b-eeba-8e117fac37f4-602e41b1,
#w-node-de767272-28a9-2171-2782-457a3256f5f4-602e41b1,
#w-node-de767272-28a9-2171-2782-457a3256f5f6-602e41b1,
#w-node-de767272-28a9-2171-2782-457a3256f5f8-602e41b1,
#w-node-_13fc8148-a030-ad56-7399-1e36ae7f7af8-602e41b1,
#w-node-_192e42de-7a97-d78c-c477-56282b034bf0-602e41b1,
#w-node-_8d0c7245-7043-57e9-dae2-9bd5766fbe15-602e41b1,
#w-node-_913191a4-3c6d-d4f2-817d-ce4df78c69c4-602e41b1,
#w-node-_5998102b-0ba4-8a38-88fb-ae89766eb9ee-602e41b1,
#w-node-_1dac9481-e520-3499-d8b3-8662364d9630-602e41b1,
#w-node-dd133a0f-2eff-0657-f595-00089b4a26dc-602e41b1,
#w-node-_74036174-2286-b0db-e41f-0c88d4353697-0e2e41b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_74036174-2286-b0db-e41f-0c88d4353699-0e2e41b2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_82315f95-21f5-45df-6d7d-46e54460bc27-0e2e41b2,
#w-node-_74036174-2286-b0db-e41f-0c88d435369b-0e2e41b2,
#w-node-_74036174-2286-b0db-e41f-0c88d435369d-0e2e41b2,
#w-node-_74036174-2286-b0db-e41f-0c88d435369f-0e2e41b2,
#w-node-_74036174-2286-b0db-e41f-0c88d43536a1-0e2e41b2,
#w-node-_2b1da3b8-5c12-e051-2ab9-958a1a91b7a9-0e2e41b2,
#w-node-_74036174-2286-b0db-e41f-0c88d43536a2-0e2e41b2,
#w-node-_74036174-2286-b0db-e41f-0c88d43536a4-0e2e41b2,
#w-node-_74036174-2286-b0db-e41f-0c88d43536a6-0e2e41b2,
#w-node-_74036174-2286-b0db-e41f-0c88d43536a8-0e2e41b2,
#w-node-_4e722094-3ed4-b21c-3307-560028e44338-0e2e41b2,
#w-node-_74036174-2286-b0db-e41f-0c88d43536aa-0e2e41b2,
#w-node-_74036174-2286-b0db-e41f-0c88d43536ac-0e2e41b2,
#w-node-_74036174-2286-b0db-e41f-0c88d43536ae-0e2e41b2,
#w-node-c523a8c4-1232-2d61-f9b6-79f22dfe8eee-0e2e41b2,
#w-node-a9cadf08-4c0a-b7e0-5408-be8d8a411f14-0e2e41b2,
#w-node-b89b378f-0105-c7c7-efce-ab69ff172e53-0e2e41b2,
#w-node-_5fa5c2a6-04d4-7329-6b25-24c37f57f283-0e2e41b2,
#w-node-f3ac2738-b536-16f8-a907-6224187ced1f-0e2e41b2,
#w-node-_21f1a972-b963-c71b-4e8f-a18ecc48f675-0e2e41b2,
#w-node-_13328e91-ddc3-513e-020e-7edd7b804ea2-0e2e41b2,
#w-node-db7e6a1c-c05a-98f9-1520-8bade051ba0e-7a2e41b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-db7e6a1c-c05a-98f9-1520-8bade051ba10-7a2e41b3 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-bfd9c30e-df10-906c-9d70-5a473295dcba-7a2e41b3,
#w-node-_922cf317-77d9-f1e4-f3a4-4b01242ad4c3-7a2e41b3,
#w-node-db7e6a1c-c05a-98f9-1520-8bade051ba12-7a2e41b3,
#w-node-db7e6a1c-c05a-98f9-1520-8bade051ba14-7a2e41b3,
#w-node-db7e6a1c-c05a-98f9-1520-8bade051ba16-7a2e41b3,
#w-node-db7e6a1c-c05a-98f9-1520-8bade051ba18-7a2e41b3,
#w-node-ad3b70a3-1e63-593a-b4ad-b6e69e9d6ed9-7a2e41b3,
#w-node-_07b499ba-a059-bdc6-0d79-d33f4eef107f-7a2e41b3,
#w-node-db7e6a1c-c05a-98f9-1520-8bade051ba19-7a2e41b3,
#w-node-db7e6a1c-c05a-98f9-1520-8bade051ba1b-7a2e41b3,
#w-node-db7e6a1c-c05a-98f9-1520-8bade051ba1d-7a2e41b3,
#w-node-db7e6a1c-c05a-98f9-1520-8bade051ba1f-7a2e41b3,
#w-node-c0fc10b0-4c87-2fe7-5137-3fb94f6759d1-7a2e41b3,
#w-node-b124a29f-8150-28a7-3b6f-1a2bb7a616c4-7a2e41b3,
#w-node-db7e6a1c-c05a-98f9-1520-8bade051ba21-7a2e41b3,
#w-node-db7e6a1c-c05a-98f9-1520-8bade051ba23-7a2e41b3,
#w-node-db7e6a1c-c05a-98f9-1520-8bade051ba25-7a2e41b3,
#w-node-ff934057-79e9-9a5d-ea82-50f9d954d32d-7a2e41b3,
#w-node-_56538f56-08e6-fd18-c8cf-872085c1fede-7a2e41b3,
#w-node-bd9c039d-1faf-b266-e1c4-b970f91c470f-7a2e41b3,
#w-node-f6d9d5c4-6157-39f8-27f4-f023f4c0302e-7a2e41b3,
#w-node-_554c98bd-d78f-bb26-10bd-26f2abedfcb3-7a2e41b3,
#w-node-_8609a168-ec09-153d-ceb5-e442b4f2e617-7a2e41b3,
#w-node-_0f440650-5832-1a2b-7133-48c48fccbd24-7a2e41b3,
#w-node-_4c078f87-f52b-c39b-78b6-fd1dc76c5c00-7a2e41b3,
#w-node-_0a93cc11-b006-cf64-895b-b7e0b3504f51-7a2e41b3,
#w-node-a86ffe6a-3816-4ab6-76c3-d5b3cf6b2fc9-122e41b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a86ffe6a-3816-4ab6-76c3-d5b3cf6b2fcb-122e41b4 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a86ffe6a-3816-4ab6-76c3-d5b3cf6b2fcd-122e41b4,
#w-node-a86ffe6a-3816-4ab6-76c3-d5b3cf6b2fcf-122e41b4,
#w-node-a86ffe6a-3816-4ab6-76c3-d5b3cf6b2fd1-122e41b4,
#w-node-a86ffe6a-3816-4ab6-76c3-d5b3cf6b2fd3-122e41b4,
#w-node-a86ffe6a-3816-4ab6-76c3-d5b3cf6b2fd4-122e41b4,
#w-node-a86ffe6a-3816-4ab6-76c3-d5b3cf6b2fd6-122e41b4,
#w-node-a86ffe6a-3816-4ab6-76c3-d5b3cf6b2fd8-122e41b4,
#w-node-a86ffe6a-3816-4ab6-76c3-d5b3cf6b2fda-122e41b4,
#w-node-a86ffe6a-3816-4ab6-76c3-d5b3cf6b2fdc-122e41b4,
#w-node-a86ffe6a-3816-4ab6-76c3-d5b3cf6b2fde-122e41b4,
#w-node-a86ffe6a-3816-4ab6-76c3-d5b3cf6b2fe0-122e41b4,
#w-node-_530d36a2-a06b-8342-cc66-d4a8a4428ea4-122e41b4,
#w-node-ed29c0cd-92bd-8b19-a657-8e773710a739-122e41b4,
#w-node-bc7524e4-f36c-77d2-96f0-2408d47a158c-122e41b4,
#w-node-_59776e7f-7420-8995-d80e-f45e8c63205e-122e41b4,
#w-node-_8b471f18-9893-1827-13ba-0214828ca7ca-122e41b4,
#w-node-_204b19ae-2f2e-fdf1-2a46-e880c74dcc00-512e41b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_204b19ae-2f2e-fdf1-2a46-e880c74dcc02-512e41b5 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_204b19ae-2f2e-fdf1-2a46-e880c74dcc04-512e41b5,
#w-node-_204b19ae-2f2e-fdf1-2a46-e880c74dcc06-512e41b5,
#w-node-_204b19ae-2f2e-fdf1-2a46-e880c74dcc08-512e41b5,
#w-node-_204b19ae-2f2e-fdf1-2a46-e880c74dcc0a-512e41b5,
#w-node-_204b19ae-2f2e-fdf1-2a46-e880c74dcc0b-512e41b5,
#w-node-_204b19ae-2f2e-fdf1-2a46-e880c74dcc0d-512e41b5,
#w-node-_204b19ae-2f2e-fdf1-2a46-e880c74dcc0f-512e41b5,
#w-node-_204b19ae-2f2e-fdf1-2a46-e880c74dcc11-512e41b5,
#w-node-_823c8bae-7022-bc73-6a80-0b3da6ce4509-432e41b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_823c8bae-7022-bc73-6a80-0b3da6ce450b-432e41b6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_823c8bae-7022-bc73-6a80-0b3da6ce450d-432e41b6,
#w-node-_823c8bae-7022-bc73-6a80-0b3da6ce450f-432e41b6,
#w-node-_823c8bae-7022-bc73-6a80-0b3da6ce4511-432e41b6,
#w-node-_823c8bae-7022-bc73-6a80-0b3da6ce4513-432e41b6,
#w-node-_823c8bae-7022-bc73-6a80-0b3da6ce4514-432e41b6,
#w-node-_823c8bae-7022-bc73-6a80-0b3da6ce4516-432e41b6,
#w-node-_823c8bae-7022-bc73-6a80-0b3da6ce4518-432e41b6,
#w-node-_823c8bae-7022-bc73-6a80-0b3da6ce451a-432e41b6,
#w-node-_823c8bae-7022-bc73-6a80-0b3da6ce451c-432e41b6,
#w-node-_823c8bae-7022-bc73-6a80-0b3da6ce451e-432e41b6,
#w-node-_823c8bae-7022-bc73-6a80-0b3da6ce4520-432e41b6,
#w-node-_2f5622fc-0985-593b-1a70-0c7631c4771e-432e41b6,
#w-node-c5c031e6-8f40-7cdf-9f46-62753587fa10-432e41b6,
#w-node-e718993c-95cf-1e18-8ac5-642fb57439ff-432e41b6,
#w-node-_44c82be3-1492-dc77-629a-2f7b1a4a4b66-432e41b6,
#w-node-_71f1223c-7444-c59b-306a-aa232bfd7f2a-432e41b6,
#w-node-_257c20ed-2d69-349b-65e2-f03d6fcfd7c8-432e41b6,
#w-node-aed2cdee-8818-503b-3476-83ae501e177d-432e41b6,
#w-node-a5d7b965-f438-2667-4fc4-5b54b645b5fb-432e41b6,
#w-node-ed523b2a-fceb-0cb9-24f8-6b380a53caa9-432e41b6,
#w-node-_22dce90e-9062-2eec-a475-569306049182-942e41b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_22dce90e-9062-2eec-a475-569306049184-942e41b8 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a3f1c351-1d87-43b1-5904-f4b7d4e04ef1-942e41b8,
#w-node-_22dce90e-9062-2eec-a475-569306049186-942e41b8,
#w-node-_22dce90e-9062-2eec-a475-569306049188-942e41b8,
#w-node-_22dce90e-9062-2eec-a475-56930604918a-942e41b8,
#w-node-_22dce90e-9062-2eec-a475-56930604918c-942e41b8,
#w-node-_0ad67e71-1cc1-d0f9-63a4-cb929f934e13-942e41b8,
#w-node-_22dce90e-9062-2eec-a475-56930604918d-942e41b8,
#w-node-_22dce90e-9062-2eec-a475-56930604918f-942e41b8,
#w-node-_22dce90e-9062-2eec-a475-569306049191-942e41b8,
#w-node-_22dce90e-9062-2eec-a475-569306049193-942e41b8,
#w-node-afb19208-1d07-c03c-dbd5-1f5a2ddf2a16-942e41b8,
#w-node-_22dce90e-9062-2eec-a475-569306049195-942e41b8,
#w-node-_22dce90e-9062-2eec-a475-569306049197-942e41b8,
#w-node-_22dce90e-9062-2eec-a475-569306049199-942e41b8,
#w-node-_68070e15-776a-5342-6797-a4c3d091326f-942e41b8,
#w-node-cda057a6-a164-c367-05f8-8c086cea316a-942e41b8,
#w-node-_576dbe50-b360-6731-fe0a-d413479e56d5-572e41b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_576dbe50-b360-6731-fe0a-d413479e56d7-572e41b9 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-d65dd813-75bf-7896-53f7-cfce6e5aaef3-572e41b9,
#w-node-_576dbe50-b360-6731-fe0a-d413479e56d9-572e41b9,
#w-node-_576dbe50-b360-6731-fe0a-d413479e56db-572e41b9,
#w-node-_576dbe50-b360-6731-fe0a-d413479e56dd-572e41b9,
#w-node-_576dbe50-b360-6731-fe0a-d413479e56df-572e41b9,
#w-node-d5db1ee5-cac5-7d39-3b0b-048ba9d8d9c1-572e41b9,
#w-node-_576dbe50-b360-6731-fe0a-d413479e56e0-572e41b9,
#w-node-_576dbe50-b360-6731-fe0a-d413479e56e2-572e41b9,
#w-node-_576dbe50-b360-6731-fe0a-d413479e56e4-572e41b9,
#w-node-_576dbe50-b360-6731-fe0a-d413479e56e6-572e41b9,
#w-node-c37babab-4185-958a-a148-00f923d6c111-572e41b9,
#w-node-_576dbe50-b360-6731-fe0a-d413479e56e8-572e41b9,
#w-node-_576dbe50-b360-6731-fe0a-d413479e56ea-572e41b9,
#w-node-_576dbe50-b360-6731-fe0a-d413479e56ec-572e41b9,
#w-node-_8f7a6eca-4ea4-77de-9c45-7f384b64b42e-572e41b9,
#w-node-ad41b0f5-c1b9-6e72-51ee-2c4bd2b9bb3e-572e41b9,
#w-node-cd417e0d-5128-6231-0ad7-5e5eef168ba4-572e41b9,
#w-node-_9ea94a6a-4edb-a91a-730b-0e8d04e1eb89-572e41b9,
#w-node-ace02a7e-263d-344b-f95a-f251bbd6f912-572e41b9,
#w-node-_4c81ad12-a2b2-91ab-290b-db68fa21690c-572e41b9,
#w-node-_4a670aa7-bf0f-3c1a-9622-d090b8c9b7b2-572e41b9,
#w-node-_117922ba-8572-ccf0-d19c-2d834fe73b64-762e41ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_117922ba-8572-ccf0-d19c-2d834fe73b66-762e41ba {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_117922ba-8572-ccf0-d19c-2d834fe73b68-762e41ba,
#w-node-_117922ba-8572-ccf0-d19c-2d834fe73b6a-762e41ba,
#w-node-_117922ba-8572-ccf0-d19c-2d834fe73b6c-762e41ba,
#w-node-_117922ba-8572-ccf0-d19c-2d834fe73b6e-762e41ba,
#w-node-_117922ba-8572-ccf0-d19c-2d834fe73b6f-762e41ba,
#w-node-_117922ba-8572-ccf0-d19c-2d834fe73b71-762e41ba,
#w-node-_117922ba-8572-ccf0-d19c-2d834fe73b73-762e41ba,
#w-node-_117922ba-8572-ccf0-d19c-2d834fe73b75-762e41ba,
#w-node-_117922ba-8572-ccf0-d19c-2d834fe73b77-762e41ba,
#w-node-_117922ba-8572-ccf0-d19c-2d834fe73b79-762e41ba,
#w-node-_117922ba-8572-ccf0-d19c-2d834fe73b7b-762e41ba,
#w-node-_4b60212d-86c4-0394-bbd7-5430be11a033-762e41ba,
#w-node-_5b0fa452-336f-7120-f878-c0026eb71151-762e41ba,
#w-node-e723f90d-4a46-7f1c-72ba-f463057a9f21-762e41ba,
#w-node-f66d23c1-aa8f-91e8-1ffc-4785e07d19a5-762e41ba,
#w-node-_91f51d30-5f9f-d511-9820-fa4454506bd9-762e41ba,
#w-node-dabadfbf-b584-4976-4996-46d802fc8d2c-762e41ba,
#w-node-b1f72a15-49fa-bfdf-e4cb-53f8ff72c1d0-762e41ba,
#w-node-_9b7149c8-d6f9-a63c-8f73-6900f195fba9-762e41ba,
#w-node-_8003139a-27aa-d766-df4c-7b3cb7adb934-762e41ba,
#w-node-c2eea0b3-f753-5784-034a-3063d8452830-d845282e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c2eea0b3-f753-5784-034a-3063d8452832-d845282e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c2eea0b3-f753-5784-034a-3063d8452834-d845282e,
#w-node-b8981a8c-2ba2-0a0d-0aec-5023f041a191-d845282e,
#w-node-_76c6b587-b7a9-7e7e-4f07-2ce5d031273b-d845282e,
#w-node-_7fc1809f-1b28-2ed4-35d0-3b72a04863dd-d845282e,
#w-node-_029da353-9e2c-df34-f966-bdef1358f8d4-d845282e,
#w-node-e09b42fe-d3bc-c479-2a9e-806055f401bb-d845282e,
#w-node-d28322bf-7bb3-11d6-cae1-2812a35dd6fb-d845282e,
#w-node-_2a7c4a86-ce35-95a3-9843-f197b09a76e9-d845282e,
#w-node-d6d2e947-f3b0-7178-c514-71e0a3ba0bde-d845282e,
#w-node-_8b5513c9-1adb-76d8-2b36-493010438cee-d845282e,
#w-node-_359bff9c-e017-efe9-d7a7-e2a05aee56c7-d845282e,
#w-node-_9f5726bc-9f4e-3502-46d0-5950cd1507ab-242e41bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f5726bc-9f4e-3502-46d0-5950cd1507ad-242e41bd {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_9f5726bc-9f4e-3502-46d0-5950cd1507af-242e41bd,
#w-node-_9f5726bc-9f4e-3502-46d0-5950cd1507b1-242e41bd,
#w-node-_9f5726bc-9f4e-3502-46d0-5950cd1507b3-242e41bd,
#w-node-_9f5726bc-9f4e-3502-46d0-5950cd1507b5-242e41bd,
#w-node-_9f5726bc-9f4e-3502-46d0-5950cd1507b6-242e41bd,
#w-node-_9f5726bc-9f4e-3502-46d0-5950cd1507b8-242e41bd,
#w-node-_9f5726bc-9f4e-3502-46d0-5950cd1507ba-242e41bd,
#w-node-_9f5726bc-9f4e-3502-46d0-5950cd1507bc-242e41bd,
#w-node-_9f5726bc-9f4e-3502-46d0-5950cd1507be-242e41bd,
#w-node-_9f5726bc-9f4e-3502-46d0-5950cd1507c0-242e41bd,
#w-node-_9f5726bc-9f4e-3502-46d0-5950cd1507c2-242e41bd,
#w-node-_04faa694-1165-a9ff-5905-0e6fed02184e-242e41bd,
#w-node-_2b76ef55-f089-f3ba-9d61-077adb7737f9-242e41bd,
#w-node-ce06a973-da5d-b318-2e61-982a489fa23a-242e41bd,
#w-node-_6fff9483-fd59-58c1-c4f9-2b61bd2b2b1f-242e41bd,
#w-node-fccdc204-9070-639b-5cc5-8408f75fdfb5-242e41bd,
#w-node-_8812a081-74cd-a356-096e-0e4768c684d0-382e41be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8812a081-74cd-a356-096e-0e4768c684d2-382e41be {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8812a081-74cd-a356-096e-0e4768c684d4-382e41be,
#w-node-_8812a081-74cd-a356-096e-0e4768c684d6-382e41be,
#w-node-_8812a081-74cd-a356-096e-0e4768c684d8-382e41be,
#w-node-_8812a081-74cd-a356-096e-0e4768c684da-382e41be,
#w-node-_8812a081-74cd-a356-096e-0e4768c684db-382e41be,
#w-node-_8812a081-74cd-a356-096e-0e4768c684dd-382e41be,
#w-node-_8812a081-74cd-a356-096e-0e4768c684df-382e41be,
#w-node-_8812a081-74cd-a356-096e-0e4768c684e1-382e41be,
#w-node-_8812a081-74cd-a356-096e-0e4768c684e3-382e41be,
#w-node-_8812a081-74cd-a356-096e-0e4768c684e5-382e41be,
#w-node-_8812a081-74cd-a356-096e-0e4768c684e7-382e41be,
#w-node-_214fbaf8-a800-6816-d841-83a6e7dba856-a1d1eb4b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_214fbaf8-a800-6816-d841-83a6e7dba858-a1d1eb4b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-d4eced15-c77d-572c-1c6c-995f80a1be1b-a1d1eb4b,
#w-node-d84c79a2-23de-435b-33df-127badd7ecaf-a1d1eb4b,
#w-node-_214fbaf8-a800-6816-d841-83a6e7dba85a-a1d1eb4b,
#w-node-_214fbaf8-a800-6816-d841-83a6e7dba85c-a1d1eb4b,
#w-node-_214fbaf8-a800-6816-d841-83a6e7dba85e-a1d1eb4b,
#w-node-_214fbaf8-a800-6816-d841-83a6e7dba860-a1d1eb4b,
#w-node-c647a7c9-7b21-866d-ab84-b834ee25c912-a1d1eb4b,
#w-node-e3cda102-a2c6-6113-94a8-38f22dbeac81-a1d1eb4b,
#w-node-_214fbaf8-a800-6816-d841-83a6e7dba861-a1d1eb4b,
#w-node-_214fbaf8-a800-6816-d841-83a6e7dba863-a1d1eb4b,
#w-node-_214fbaf8-a800-6816-d841-83a6e7dba865-a1d1eb4b,
#w-node-_214fbaf8-a800-6816-d841-83a6e7dba867-a1d1eb4b,
#w-node-_135acbc3-4db7-62f1-929c-865163277299-a1d1eb4b,
#w-node-da8f9ee4-e4e4-8f10-01eb-7ba0576df321-a1d1eb4b,
#w-node-_214fbaf8-a800-6816-d841-83a6e7dba869-a1d1eb4b,
#w-node-_214fbaf8-a800-6816-d841-83a6e7dba86b-a1d1eb4b,
#w-node-_214fbaf8-a800-6816-d841-83a6e7dba86d-a1d1eb4b,
#w-node-_73474dc7-a785-3f27-36fa-e11f0bff9b8e-a1d1eb4b,
#w-node-eae1558d-28ba-4549-12b1-d180ad0b5af2-a1d1eb4b,
#w-node-_48acaf48-2b1f-c59d-4dc6-6e82ab6ce07c-a1d1eb4b,
#w-node-_4dc38e07-dabb-ab7a-65e3-f3cddc6ad212-a1d1eb4b,
#w-node-c0f028d2-02e1-7e0d-c198-b3b572bdf047-a1d1eb4b,
#w-node-f9297a46-550d-d87b-83b2-9dffff8dae63-a1d1eb4b,
#w-node-b3f6295b-4cc3-822a-9b8e-9a087430a5b3-a1d1eb4b,
#w-node-_828f7f63-e94a-d75b-877d-f164bd0f558d-a1d1eb4b,
#w-node-_8c362082-884f-4982-d597-abf8eaeb5952-a1d1eb4b,
#w-node-c3d6219a-0a80-e9fa-8718-2048f0b6459c-a1d1eb4b,
#w-node-_1d3cb0f2-e383-b392-aee8-2b6124236fd0-a1d1eb4b,
#w-node-_14bb3278-a330-d3ba-0e2a-dfc723c0aa3e-a1d1eb4b,
#w-node-_98450cc9-4b7a-c3c2-d531-7d207e5d387a-a1d1eb4b,
#w-node-a55cbd07-957b-6a88-ef5a-1c574650c29d-a1d1eb4b,
#w-node-_653d9bb8-c3f0-01b8-ef37-a0ab542186cc-a1d1eb4b,
#w-node-c36012e2-39de-73da-056f-7daed9fb5ed9-8442f2bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c36012e2-39de-73da-056f-7daed9fb5edb-8442f2bd {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_9a59ae4a-a7df-76a7-efe2-64b0914b193e-8442f2bd,
#w-node-_2f4968df-73a4-da85-7a12-309cc9aed331-8442f2bd,
#w-node-c36012e2-39de-73da-056f-7daed9fb5edd-8442f2bd,
#w-node-c36012e2-39de-73da-056f-7daed9fb5edf-8442f2bd,
#w-node-c36012e2-39de-73da-056f-7daed9fb5ee1-8442f2bd,
#w-node-c36012e2-39de-73da-056f-7daed9fb5ee3-8442f2bd,
#w-node-e68e86a8-7679-3a5d-0545-644431f7de48-8442f2bd,
#w-node-_53f08f79-6f87-5409-bb66-8b9377a5f5ee-8442f2bd,
#w-node-c36012e2-39de-73da-056f-7daed9fb5ee4-8442f2bd,
#w-node-c36012e2-39de-73da-056f-7daed9fb5ee6-8442f2bd,
#w-node-c36012e2-39de-73da-056f-7daed9fb5ee8-8442f2bd,
#w-node-c36012e2-39de-73da-056f-7daed9fb5eea-8442f2bd,
#w-node-e1af90e0-dbdd-9c9d-bd74-8e4b89e1478e-8442f2bd,
#w-node-_4a2bd0c5-2785-4493-30b2-54aeac5b2b9c-8442f2bd,
#w-node-c36012e2-39de-73da-056f-7daed9fb5eec-8442f2bd,
#w-node-c36012e2-39de-73da-056f-7daed9fb5eee-8442f2bd,
#w-node-c36012e2-39de-73da-056f-7daed9fb5ef0-8442f2bd,
#w-node-_87118dfa-f768-32fc-a1b7-72d2a4c4765f-8442f2bd,
#w-node-_7a6e7152-e58b-a74e-ec20-ba9f9f373c8f-8442f2bd,
#w-node-e214b011-297f-b89b-1acd-92d41b94d8e1-8442f2bd,
#w-node-cf20e680-79de-e1ad-7792-3eb3d34d4dae-62d8808c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cf20e680-79de-e1ad-7792-3eb3d34d4db0-62d8808c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-db507d5a-f2f0-3639-b1bc-dabbfac04b45-62d8808c,
#w-node-cf20e680-79de-e1ad-7792-3eb3d34d4db2-62d8808c,
#w-node-cf20e680-79de-e1ad-7792-3eb3d34d4db4-62d8808c,
#w-node-cf20e680-79de-e1ad-7792-3eb3d34d4db6-62d8808c,
#w-node-eefb913a-3d7c-327c-384b-c340d5bb4a70-62d8808c,
#w-node-cf20e680-79de-e1ad-7792-3eb3d34d4db8-62d8808c,
#w-node-cf20e680-79de-e1ad-7792-3eb3d34d4db9-62d8808c,
#w-node-cf20e680-79de-e1ad-7792-3eb3d34d4dbb-62d8808c,
#w-node-cf20e680-79de-e1ad-7792-3eb3d34d4dbd-62d8808c,
#w-node-cf20e680-79de-e1ad-7792-3eb3d34d4dbf-62d8808c,
#w-node-_76f62b1e-37ca-fc2f-dcbf-155d7fdaf65f-62d8808c,
#w-node-cf20e680-79de-e1ad-7792-3eb3d34d4dc1-62d8808c,
#w-node-cf20e680-79de-e1ad-7792-3eb3d34d4dc3-62d8808c,
#w-node-cf20e680-79de-e1ad-7792-3eb3d34d4dc5-62d8808c,
#w-node-a2a5e23f-4849-1c6c-6f1c-006bb4be7e41-62d8808c,
#w-node-_437ef3df-98e6-3fba-2224-a0ca07c5502b-62d8808c,
#w-node-_8f6bf4f2-bcb9-0b0f-eacf-7590d7b79830-62d8808c,
#w-node-e6b71b23-eb39-f615-774b-7166f93b325f-62d8808c,
#w-node-_6c52c48f-db4c-c23a-3b40-3c06b7b8c717-62d8808c,
#w-node-afbbabae-0910-5f5e-b353-e16cacc82684-62d8808c,
#w-node-_8ec20a84-4261-4bec-0408-a88c9c471335-62d8808c,
#w-node-e1b18a09-0f61-16f5-d528-7024ffd0b804-62d8808c,
#w-node-dff4c4ff-95bd-b45f-1221-39e06e13991c-62d8808c,
#w-node-_1ee784dc-ee11-30f2-bb8a-350abdc0dd6b-62d8808c,
#w-node-c4006564-7488-f721-52b5-1599a3ecbda9-62d8808c,
#w-node-_23ad209a-b66f-73ea-a8f4-fd27454c984f-62d8808c,
#w-node-_76dc2bde-3db9-f1be-4d2b-2c9d258b91b5-0402f5ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_76dc2bde-3db9-f1be-4d2b-2c9d258b91b7-0402f5ce {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_246d15fe-d18d-6478-379d-a9768d50b839-0402f5ce,
#w-node-_76dc2bde-3db9-f1be-4d2b-2c9d258b91b9-0402f5ce,
#w-node-_76dc2bde-3db9-f1be-4d2b-2c9d258b91bb-0402f5ce,
#w-node-_76dc2bde-3db9-f1be-4d2b-2c9d258b91bd-0402f5ce,
#w-node-_5600060c-0101-90f2-cf14-d04897515cbb-0402f5ce,
#w-node-_76dc2bde-3db9-f1be-4d2b-2c9d258b91bf-0402f5ce,
#w-node-_76dc2bde-3db9-f1be-4d2b-2c9d258b91c0-0402f5ce,
#w-node-_76dc2bde-3db9-f1be-4d2b-2c9d258b91c2-0402f5ce,
#w-node-_76dc2bde-3db9-f1be-4d2b-2c9d258b91c4-0402f5ce,
#w-node-_76dc2bde-3db9-f1be-4d2b-2c9d258b91c6-0402f5ce,
#w-node-b125b4b1-f1bd-b435-bfb2-9b6f4ed183a6-0402f5ce,
#w-node-_76dc2bde-3db9-f1be-4d2b-2c9d258b91c8-0402f5ce,
#w-node-_76dc2bde-3db9-f1be-4d2b-2c9d258b91ca-0402f5ce,
#w-node-_76dc2bde-3db9-f1be-4d2b-2c9d258b91cc-0402f5ce,
#w-node-a576cf39-a1ea-d7aa-751b-f0cb869727f5-0402f5ce,
#w-node-cc00829a-05fe-cc67-a67e-c3a360ad7c5d-0402f5ce,
#w-node-a32ed5d5-cbc2-d99c-f38d-e16588928249-0402f5ce,
#w-node-_06fbbfdc-449a-cf81-6c97-b1b061f226bf-0402f5ce,
#w-node-fc6e58bc-5c33-46fa-62b5-6f9758cf3c2f-0402f5ce,
#w-node-c1bb7b0c-c60d-7a37-74c6-ef2f7cc87ba2-0402f5ce,
#w-node-_9ab14414-e19a-a123-a5e9-fc3a8111e108-0402f5ce,
#w-node-e5470d39-e4ee-d747-453c-0708fc0ecec5-0402f5ce,
#w-node-_50eb03c1-2bf3-109e-1249-13e0181d963c-0402f5ce,
#w-node-_389d6b33-fbc3-3dbc-df1c-e8a4d303b3c3-0402f5ce,
#w-node-ec7c9992-1976-8bec-dfff-e11e276c16a8-0402f5ce,
#w-node-_384fcd80-87cb-9bbb-028b-5daa2cb8d044-0402f5ce,
#w-node-_2daa8963-3c3a-bcc6-4c29-d01527927282-0402f5ce,
#w-node-b0310a2f-01fd-f518-5f10-6e86cc6fae32-0402f5ce,
#w-node-_252e0a28-8de6-1f2d-5cb4-fa731fa19032-0402f5ce,
#w-node-_95c85c99-1ac6-4d75-4eb6-ccc36178d5d7-0402f5ce,
#w-node-_3609a085-6ac8-6471-a6d8-96f5ea691ba3-0402f5ce,
#w-node-a165219a-e144-0912-1862-9baea1ace74a-6e4475d4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a165219a-e144-0912-1862-9baea1ace74c-6e4475d4 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_046e904f-a66c-d803-7b09-47771d3813cd-6e4475d4,
#w-node-a165219a-e144-0912-1862-9baea1ace74e-6e4475d4,
#w-node-a165219a-e144-0912-1862-9baea1ace750-6e4475d4,
#w-node-a165219a-e144-0912-1862-9baea1ace752-6e4475d4,
#w-node-_29b88bb7-7560-4926-1b0a-00542c0cc299-6e4475d4,
#w-node-a165219a-e144-0912-1862-9baea1ace754-6e4475d4,
#w-node-a165219a-e144-0912-1862-9baea1ace755-6e4475d4,
#w-node-a165219a-e144-0912-1862-9baea1ace757-6e4475d4,
#w-node-a165219a-e144-0912-1862-9baea1ace759-6e4475d4,
#w-node-a165219a-e144-0912-1862-9baea1ace75b-6e4475d4,
#w-node-ae78ea03-53f2-04aa-4f52-5afb3808adee-6e4475d4,
#w-node-a165219a-e144-0912-1862-9baea1ace75d-6e4475d4,
#w-node-a165219a-e144-0912-1862-9baea1ace75f-6e4475d4,
#w-node-a165219a-e144-0912-1862-9baea1ace761-6e4475d4,
#w-node-ab697a1c-d3c7-25c3-f9fe-9b9f1f6dc860-6e4475d4,
#w-node-_5a6c87cd-4b49-0111-4195-709351af7785-6e4475d4,
#w-node-_5677c86d-e894-c5c2-13a1-03f2b02fa5b0-6e4475d4,
#w-node-_49df59e5-08af-aa58-ab45-980f515d011d-6e4475d4,
#w-node-e793fe2b-1461-97af-642a-c1d08ad6488c-6e4475d4,
#w-node-b82e5548-c93d-224f-0e3d-19db29f8d44c-6e4475d4,
#w-node-_556094c8-b0d1-9611-8993-c77607ce526a-6e4475d4,
#w-node-_9022456d-dd6b-91ac-c541-7a50df110d62-6e4475d4,
#w-node-_406a4352-bcf7-c2ae-0d72-ffcf554bbf77-6e4475d4,
#w-node-_5f8dfd35-8b07-c4f8-6f30-02f221266e12-6e4475d4,
#w-node-c292755e-e6c3-6a07-a476-e300f479786e-6e4475d4,
#w-node-a26f4707-786e-8ee9-a939-7b977bb8b3f4-6e4475d4,
#w-node-b20a7b53-b4cd-63ef-c095-d96745f5b0f4-06ab197b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b20a7b53-b4cd-63ef-c095-d96745f5b0f6-06ab197b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-d6f943a7-67e4-17c4-89a4-6908458659ae-06ab197b,
#w-node-b20a7b53-b4cd-63ef-c095-d96745f5b0f8-06ab197b,
#w-node-b20a7b53-b4cd-63ef-c095-d96745f5b0fa-06ab197b,
#w-node-b20a7b53-b4cd-63ef-c095-d96745f5b0fc-06ab197b,
#w-node-_4da7bbc1-a7a5-317d-ac21-6575ec01488b-06ab197b,
#w-node-b20a7b53-b4cd-63ef-c095-d96745f5b0fe-06ab197b,
#w-node-b20a7b53-b4cd-63ef-c095-d96745f5b0ff-06ab197b,
#w-node-b20a7b53-b4cd-63ef-c095-d96745f5b101-06ab197b,
#w-node-b20a7b53-b4cd-63ef-c095-d96745f5b103-06ab197b,
#w-node-b20a7b53-b4cd-63ef-c095-d96745f5b105-06ab197b,
#w-node-_5b05cda1-99f2-0a0d-2d1d-b7944370e8a9-06ab197b,
#w-node-b20a7b53-b4cd-63ef-c095-d96745f5b107-06ab197b,
#w-node-b20a7b53-b4cd-63ef-c095-d96745f5b109-06ab197b,
#w-node-b20a7b53-b4cd-63ef-c095-d96745f5b10b-06ab197b,
#w-node-_858799aa-ae5b-1ba0-6a38-05a2f815259d-06ab197b,
#w-node-_1fa617de-8ead-dc0f-0dcd-a6687d993f73-06ab197b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
