:root {
  --green: #01a456;
  --blue: #0961c5;
  --white: white;
  --grey: #333;
  --black: black;
}

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

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

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

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

.body {
  font-family: Kanit, sans-serif;
}

.navbar-no-shadow {
  background-image: linear-gradient(90deg, var(--green), var(--blue));
}

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

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

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  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: var(--white);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
}

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

.nav-link.en {
  font-family: Poppins, sans-serif;
}

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

.nav-dropdown-toggle {
  color: var(--white);
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 16px;
  line-height: 22px;
}

.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-toggle.en {
  font-family: Poppins, sans-serif;
}

.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-list.shadow-three.mobile-shadow-hide.w--open {
  box-shadow: 0 2px 5px #0003;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.nav-dropdown-link:hover {
  background-color: #ccc;
}

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

.image {
  width: 90px;
  height: auto;
  margin-top: -35px;
}

.div-block-contact-navbar {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-group-contact-navbar {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.icon-navbar-contact {
  filter: invert();
  width: 25px;
  height: auto;
}

.link-block-language {
  color: #b9b9b9;
  text-decoration: none;
}

.link-block-language.w--current {
  color: var(--white);
}

.paragraph-language {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.div-block-language {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-group-contact {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-navbar-contact {
  display: block;
}

.icon-call-center {
  filter: invert();
  width: 20px;
  height: auto;
}

.paragraph-call-center {
  color: var(--white);
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

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

.overflow {
  overflow: hidden;
}

.container {
  max-width: 100%;
}

.slide, .mask, .slider, .image-banner-home {
  width: 100%;
  height: auto;
}

.div-block-text-slide {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0% 18% 0% auto;
}

.heading-text-slide {
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 400;
  line-height: 50px;
}

.paragraph-text-slide {
  color: var(--blue);
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.div-block-break {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

.left-arrow, .right-arrow, .slide-nav {
  z-index: 3;
}

.container-pge-home {
  max-width: 100%;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.image-home {
  width: 100%;
  height: auto;
}

.div-block-yt-pge {
  background-color: var(--blue);
  justify-content: center;
  align-items: center;
  padding: 20px 60px;
  display: flex;
}

.div-block-image-home {
  display: block;
}

.image-cover-yt-pge {
  width: 100%;
  height: auto;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.div-block {
  background-color: var(--green);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 80px 60px;
  display: flex;
}

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

.heading {
  color: var(--white);
  margin-top: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
}

.image-2 {
  filter: drop-shadow(0 2px 5px #0003);
  width: 245px;
  height: auto;
  margin-bottom: 10px;
}

.paragraph {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

.div-block-2 {
  text-align: center;
  margin-top: 10px;
}

.image-3 {
  width: 250px;
  height: auto;
}

.image-3.width {
  width: 120px;
}

.div-block-3 {
  background-color: var(--green);
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.projects-home {
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-projects-home {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-home-page {
  color: var(--green);
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 34px;
  font-weight: 500;
  line-height: 40px;
}

.div-block-head-home {
  margin-bottom: 20px;
}

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

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

.div-block-group-project {
  position: relative;
  overflow: hidden;
}

.heading-name-project {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-location-project {
  color: var(--white);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.div-block-project-info {
  background-image: linear-gradient(#0006, #0006);
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.icon-next-project {
  filter: invert();
  width: 25px;
  height: auto;
}

.link-block-project, .div-block-project-name {
  display: block;
}

.footer {
  background-image: linear-gradient(90deg, var(--green), var(--blue));
  padding-top: 40px;
}

.container-footer {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.image-5 {
  width: 100px;
  height: auto;
}

.heading-2 {
  color: var(--white);
  text-align: left;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.paragraph-2 {
  color: var(--white);
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.div-block-4 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

.link-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.paragraph-3 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.paragraph-3.en {
  font-family: Poppins, sans-serif;
}

.heading-2-copy {
  color: var(--white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.image-6 {
  filter: invert();
  width: 20px;
  height: auto;
}

.link-block-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.div-block-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.copyright {
  background-color: var(--blue);
  color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding: 10px 20px;
  display: flex;
}

.code-copyright {
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}

.widgets-contact {
  z-index: 999;
  border-radius: 24px;
  margin-bottom: 20px;
  margin-right: 20px;
  position: fixed;
  inset: auto 0% 0% auto;
}

.dropdown-toggle-2 {
  background-color: var(--blue);
  border-radius: 100px;
  padding: 0;
  transition: all .3s;
}

.dropdown-toggle-2:hover {
  transform: scale(1.05);
}

.dropdown-toggle-2.w--open {
  background-color: var(--blue);
}

.dropdown-list-2.w--open {
  background-color: #fff0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 95px;
  display: flex;
  top: -350px;
}

.image-logo-wedgets {
  border-radius: 100px;
  width: 90px;
  height: auto;
  transition: all .3s;
  box-shadow: 0 2px 5px #0003;
}

.link-block-wedgets {
  color: #000;
  border-radius: 100px;
  margin-bottom: 10px;
  text-decoration: none;
  transition: all .3s;
}

.link-block-wedgets:hover {
  transform: scale(1.1);
}

.image-17866 {
  filter: invert();
  width: 25px;
  height: auto;
}

.card-icon-contact {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #3e4ea1;
  background-image: linear-gradient(135deg, var(--green), var(--blue));
  border-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  padding: 10px;
  transition: all .3s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.paragraph-ctu {
  background-image: linear-gradient(90deg, var(--blue), var(--green));
  color: #fff;
  text-align: center;
  border-radius: 24px;
  margin-top: 5px;
  margin-bottom: 0;
  padding: 3px 2px;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  transform: translate(0);
  box-shadow: 0 2px 5px #0003;
}

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

.container-2 {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.about-us {
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-head-page {
  max-width: 100%;
}

.image-head-page {
  width: 100%;
  height: auto;
}

.heading-33185 {
  color: var(--blue);
  margin-top: 0;
  font-size: 34px;
  font-weight: 500;
  line-height: 40px;
}

.paragraph-4 {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.paragraph-4.blue {
  color: var(--blue);
}

.text-about-bold {
  font-weight: 500;
}

.div-block-18352 {
  display: block;
}

.div-block-mission-vision {
  margin-top: 40px;
  display: block;
}

.heading-33186 {
  color: var(--blue);
  margin-top: 20px;
  font-weight: 500;
}

.text-about-color {
  color: var(--blue);
  font-weight: 500;
}

.paragraph-5 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.div-block-18353 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 40px;
  display: flex;
}

.div-block-18354 {
  margin-top: 40px;
}

.image-17868 {
  width: 100%;
  height: auto;
}

.container-head-text-product {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.head-text-product {
  padding-top: 60px;
  padding-bottom: 60px;
}

.head-text-product.no-padding {
  padding-bottom: 0;
}

.heading-head-text-product {
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
  font-weight: 500;
  line-height: 40px;
}

.div-block-head-text-product {
  margin-bottom: 20px;
  display: block;
}

.grid-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

.link-block-98 {
  color: var(--grey);
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  text-decoration: none;
}

.link-block-98.w--current {
  font-weight: 500;
}

.paragraph-6 {
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-18356 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-18357 {
  background-color: #ccc;
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.heading-33187 {
  color: var(--blue);
  background-color: #e0f2ff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  font-weight: 500;
  line-height: 38px;
}

.div-block-18358 {
  display: block;
}

.div-block-18358.margin {
  margin-bottom: 20px;
}

.heading-33188 {
  color: var(--green);
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 500;
  line-height: 32px;
}

.paragraph-7 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.paragraph-8 {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.paragraph-9 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.list-item {
  margin-bottom: 5px;
  list-style-type: disc;
}

.div-block-18359 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  display: grid;
}

.div-block-18359._1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.div-block-18359._3 {
  grid-template-rows: auto auto;
}

.image-17869 {
  width: 100%;
  height: auto;
}

.image-17869._1 {
  width: 700px;
}

.image-17869._3 {
  width: 650px;
}

.paragraph-10 {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

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

.div-block-18360 {
  background-color: #757171;
  padding: 10px;
}

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

.div-block-18361 {
  background-color: var(--white);
  padding: 10px;
}

.paragraph-12 {
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.div-block-18362 {
  background-color: #e7e6e6;
  padding: 10px;
}

.grid-7 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
}

.grid-8 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
}

.div-block-18363 {
  display: block;
}

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

.paragraph-13 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.text-product-color {
  color: var(--blue);
  font-weight: 400;
}

.image-17870 {
  width: 100%;
  height: auto;
}

.div-block-18365 {
  padding-left: 20px;
  display: block;
}

.paragraph-14 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.image-17871 {
  width: 100%;
  height: auto;
  margin-top: 10px;
}

.paragraph-15 {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.heading-33189 {
  font-weight: 500;
  line-height: 38px;
}

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

.image-17872 {
  width: 100%;
  height: auto;
}

.div-block-18366 {
  display: block;
}

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

.div-block-18367, .div-block-18368 {
  display: block;
}

.grid-11, .grid-12 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
}

.div-block-18369 {
  display: block;
}

.image-17873 {
  width: 100%;
  height: auto;
}

.grid-13 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 20px;
}

.div-block-18370 {
  display: block;
}

.image-17874 {
  width: 100%;
  height: auto;
}

.div-block-18371 {
  background-color: #ebebeb;
  margin-top: 20px;
  padding: 40px 20px;
  display: block;
}

.div-block-18371.no-bg-color {
  background-color: #ebebeb00;
}

.div-block-18371.bg-blue {
  background-color: var(--blue);
}

.div-block-18371.bg-green {
  background-color: var(--green);
}

.paragraph-16 {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.paragraph-16.white {
  color: var(--white);
}

.text-product-green {
  color: var(--green);
  font-weight: 400;
}

.div-block-18372 {
  margin-top: 20px;
}

.image-17875 {
  width: 100%;
  height: auto;
}

.text-product-white {
  color: var(--white);
  font-weight: 400;
}

.grid-14 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.5fr 1fr;
  margin-top: 10px;
}

.div-block-18373 {
  display: block;
}

.image-17876 {
  width: 100%;
  height: auto;
}

.image-17876.width {
  width: 400px;
}

.grid-15 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  margin-top: 20px;
}

.div-block-18374 {
  margin-top: 20px;
  display: block;
  overflow: auto;
}

.heading-33190 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

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

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

.paragraph-18.black {
  color: var(--black);
  font-weight: 300;
}

.div-block-18375 {
  background-color: #2f75b5;
  justify-content: center;
  align-items: center;
  padding: 15px 10px;
  display: flex;
}

.div-block-18375.blue-3 {
  background-color: #ddebf7;
}

.div-block-18375.blue-1 {
  background-color: #9bc2e6;
}

.div-block-18375.blue-2 {
  background-color: #bdd7ee;
}

.paragraph-19 {
  color: var(--grey);
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.grid-17 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr 1fr 1.5fr 1fr 1fr 1fr 1fr 1fr;
}

.div-block-18378 {
  background-color: #a1a1a1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 15px 10px;
  display: flex;
}

.div-block-18378.blue-1 {
  background-color: #516887;
}

.div-block-18378.blue-2 {
  background-color: #3175b5;
}

.div-block-18378.gray-1 {
  background-color: #e7e6e6;
}

.div-block-18378.blue-3 {
  background-color: #d6dce4;
}

.div-block-18378.blue-4 {
  background-color: #ddebf7;
}

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

.container-3 {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-head-text {
  margin-bottom: 20px;
}

.tab-link-tab-1 {
  background-color: var(--white);
  color: #007bff;
  border: 1px solid #dbdbdb;
  padding: 13px 20px;
  transition: all .3s;
}

.tab-link-tab-1:hover {
  background-color: #ebebeb;
}

.tab-link-tab-1.w--current {
  color: var(--white);
  background-color: #007bff;
}

.tab-link-tab-1._4 {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.tab-link-tab-1._1 {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.text-block {
  font-size: 18px;
  line-height: 24px;
}

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

.tabs-menu {
  text-align: center;
  margin-top: 20px;
}

.div-block-18379 {
  display: block;
}

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

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

.link-block-99 {
  color: var(--grey);
  text-align: center;
  padding-bottom: 20px;
  text-decoration: none;
  overflow: hidden;
}

.heading-33191 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.div-block-18380 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-17878 {
  width: 28px;
  height: auto;
}

.paragraph-20 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.div-block-18381 {
  border: .5px solid #e4e4e4;
  justify-content: center;
  align-items: center;
  padding: 3px;
  display: block;
}

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

.heading-33192 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.link-block-100 {
  color: var(--grey);
  text-align: center;
  text-decoration: none;
}

.div-block-18382 {
  margin-bottom: 20px;
}

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

.image-17880 {
  width: 100%;
  height: auto;
}

.link-block-101 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--grey);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: grid;
}

.div-block-18383 {
  overflow: hidden;
}

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

.div-block-18384 {
  display: block;
}

.heading-33193 {
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.div-block-18385 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.link-block-102 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--grey);
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.paragraph-21 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

.paragraph-22 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.image-17881 {
  width: 30px;
  height: auto;
}

.container-navbar-contact {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 35px;
}

.navbar-contact {
  background-image: linear-gradient(90deg, var(--green), var(--blue));
  padding-top: 20px;
}

.section-2 {
  padding-bottom: 40px;
}

.section-2.no-padding {
  padding-bottom: 0;
}

.container-4 {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.grid-22 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

@media screen and (max-width: 991px) {
  .navbar-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .nav-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: var(--blue);
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    display: flex;
  }

  .nav-link {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-toggle {
    padding-left: 0;
  }

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

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf00;
  }

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

  .div-block-text-slide {
    right: 10%;
  }

  .heading-text-slide {
    font-size: 34px;
    line-height: 40px;
  }

  .div-block-yt-pge {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block {
    padding: 30px;
  }

  .heading {
    font-size: 20px;
    line-height: 26px;
  }

  .image-2 {
    width: 170px;
  }

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

  .image-3 {
    width: 200px;
  }

  .image-3.width {
    width: 90px;
  }

  .heading-home-page {
    font-size: 30px;
    line-height: 36px;
  }

  .image-project {
    height: 250px;
  }

  .icon-next-project {
    width: 20px;
  }

  .footer {
    padding-top: 20px;
  }

  .image-5 {
    width: 80px;
  }

  .heading-2 {
    margin-top: 5px;
    font-size: 20px;
  }

  .grid-4 {
    grid-template-columns: 1.3fr 1fr;
  }

  .copyright {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-top: 20px;
  }

  .dropdown-toggle-2 {
    width: 70px;
    height: 70px;
  }

  .dropdown-list-2.w--open {
    margin-top: 75px;
    top: -315px;
  }

  .link-block-wedgets {
    margin-bottom: 5px;
  }

  .card-icon-contact {
    width: 55px;
    height: 55px;
  }

  .about-us {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-33185 {
    font-size: 30px;
    line-height: 36px;
  }

  .head-text-product {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-head-text-product, .heading-33187 {
    font-size: 30px;
    line-height: 36px;
  }

  .div-block-18359 {
    grid-template-columns: 1fr;
  }

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

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

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

  .image-17877 {
    height: 320px;
  }

  .image-17879 {
    height: 220px;
  }

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

  .icon {
    color: var(--white);
    font-size: 35px;
  }

  .icon-2, .icon-3 {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .nav-link {
    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;
  }

  .div-block-group-contact, .link-block-call-center {
    display: none;
  }

  .heading-text-slide {
    font-size: 20px;
    line-height: 26px;
  }

  .paragraph-text-slide {
    font-size: 16px;
    line-height: 22px;
  }

  .grid, .grid-2 {
    grid-template-columns: 1fr;
  }

  .div-block.blue {
    padding: 20px;
  }

  .heading {
    font-size: 18px;
    line-height: 24px;
  }

  .image-2 {
    width: 150px;
  }

  .image-3 {
    width: 180px;
  }

  .image-3.width {
    width: 80px;
  }

  .projects-home {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-home-page {
    font-size: 24px;
    line-height: 30px;
  }

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

  .heading-name-project {
    font-size: 16px;
    line-height: 22px;
  }

  .grid-4 {
    grid-template-columns: 1.3fr;
  }

  .dropdown-list-2.w--open {
    margin-top: 75px;
  }

  .image-17866 {
    width: 20px;
  }

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

  .div-block-mission-vision {
    margin-top: 20px;
  }

  .heading-33186 {
    font-size: 20px;
    line-height: 26px;
  }

  .div-block-18353 {
    padding-left: 20px;
  }

  .div-block-18354 {
    margin-top: 20px;
  }

  .heading-head-text-product {
    font-size: 26px;
    line-height: 32px;
  }

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

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

  .heading-33187 {
    font-size: 26px;
    line-height: 32px;
  }

  .heading-33188 {
    margin-top: 10px;
  }

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

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

  .grid-11, .grid-12 {
    grid-template-columns: 1fr;
  }

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

  .div-block-18371 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grid-14 {
    grid-template-columns: 1.5fr;
  }

  .image-17876.width {
    width: 300px;
  }

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

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

  .image-17877 {
    height: 350px;
  }

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

  .heading-33192 {
    font-size: 16px;
    line-height: 22px;
  }

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

  .paragraph-21 {
    font-size: 16px;
    line-height: 22px;
  }

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

@media screen and (max-width: 479px) {
  .nav-menu {
    padding-left: 20px;
  }

  .image {
    width: 70px;
    margin-top: -23px;
  }

  .div-block-group-contact-navbar {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
  }

  .div-block-text-slide {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .heading-text-slide {
    font-size: 16px;
    line-height: 22px;
  }

  .paragraph-text-slide {
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-project-info {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .widgets-contact {
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .dropdown-toggle-2.w--open {
    margin-top: -50px;
  }

  .dropdown-list-2.w--open {
    margin-top: -10px;
    top: -280px;
  }

  .image-17866 {
    width: 20px;
  }

  .card-icon-contact {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-18359, .grid-7, .grid-13 {
    grid-template-columns: 1fr;
  }

  .grid-14 {
    grid-template-columns: 1.5fr;
  }

  .grid-15, .grid-18 {
    grid-template-columns: 1fr;
  }

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

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

  .image-17877 {
    height: 400px;
  }

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

  .icon {
    font-size: 30px;
  }

  .navbar-contact {
    padding-top: 10px;
  }
}

#w-node-_3f782e1a-3850-fff8-0deb-a36c90acf5d3-90acf5c9, #w-node-_3f782e1a-3850-fff8-0deb-a36c90acf5e9-90acf5c9 {
  justify-self: start;
}

#w-node-_3f782e1a-3850-fff8-0deb-a36c90acf60b-90acf5c9 {
  justify-self: end;
}

#w-node-ae1e7544-51b1-752a-7604-bb76a2987c36-c4a507ce {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_7409330e-cbeb-15a8-b12b-18f2d292aa4f-099c2fa2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_35c85ede-2266-e77c-38ec-5b44d3e9d791-099c2fa2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d700f60-f08f-f7b1-0355-6bc4bf9d8563-7f0dea3e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_19db67f7-9793-ef92-6d38-89c45fcf6ad0-3beec1df {
  grid-area: span 2 / span 1 / span 2 / span 1;
  justify-self: end;
}

#w-node-f8ab9e6c-e3cb-1124-245c-121c47f79790-3beec1df {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-e2a2f640-ceb4-9c6c-e1f0-5a74e0d1b427-3beec1df, #w-node-_041eb534-75e2-ad4d-105a-7be57282d85e-3beec1df {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_22db09f0-6ed1-66d6-392f-ddbbac5485c5-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5485c8-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5485cb-3beec1df {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_22db09f0-6ed1-66d6-392f-ddbbac5485ce-3beec1df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_22db09f0-6ed1-66d6-392f-ddbbac5485d1-3beec1df {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_22db09f0-6ed1-66d6-392f-ddbbac5485d4-3beec1df {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_22db09f0-6ed1-66d6-392f-ddbbac5485d7-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5485da-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5485dd-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5485e0-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5485e3-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5485e6-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5485e9-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5485ec-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5485ef-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5485f2-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5485f5-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5485f8-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5485fb-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5485fe-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548601-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548604-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548607-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac54860a-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac54860d-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548610-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548613-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548616-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548619-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac54861c-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac54861f-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548622-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548625-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548628-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac54862b-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac54862e-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548631-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548634-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548637-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac54863a-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac54863d-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548640-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548643-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548646-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548649-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac54864c-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac54864f-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548652-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548655-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548658-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac54865b-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac54865e-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548661-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548664-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548667-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac54866a-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac54866d-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548670-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548673-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548676-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548679-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac54867c-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac54867f-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548682-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548685-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548688-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac54868b-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac54868e-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548691-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548694-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548697-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac54869a-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac54869d-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5486a0-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5486a3-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5486a6-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5486a9-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5486ac-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5486af-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5486b2-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5486b5-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5486b8-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5486bb-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5486be-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5486c1-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5486c4-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5486c7-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5486ca-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5486cd-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5486d0-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5486d3-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5486d6-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5486d9-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5486dc-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5486df-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5486e2-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5486e5-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5486e8-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5486eb-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5486ee-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5486f1-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5486f4-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5486f7-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5486fa-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5486fd-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548700-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548703-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548706-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548709-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac54870c-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac54870f-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548712-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548715-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548718-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac54871b-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac54871e-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548721-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548724-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548727-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac54872a-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac54872d-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548730-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548733-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548736-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548739-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac54873c-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac54873f-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548742-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548745-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548748-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac54874b-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac54874e-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548751-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548754-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548757-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac54875a-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac54875d-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548760-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548763-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548766-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548769-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac54876c-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac54876f-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548772-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548775-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548778-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac54877b-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac54877e-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548781-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548784-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548787-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac54878a-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac54878d-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548790-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548793-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548796-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548799-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac54879c-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac54879f-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5487a2-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5487a5-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5487a8-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5487ab-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5487ae-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5487b1-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5487b4-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5487b7-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5487ba-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5487bd-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5487c0-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5487c3-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5487c6-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5487c9-3beec1df, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5487cc-3beec1df, #w-node-_20b5ceb8-91af-000e-f3b9-f74de1556761-c810daf3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b38fcd8e-282f-2504-f755-ee2458545a64-58545a4b {
  justify-self: start;
}

#w-node-b38fcd8e-282f-2504-f755-ee2458545a86-58545a4b {
  justify-self: end;
}

#w-node-ae1e7544-51b1-752a-7604-bb76a2987c36-0d2b95b8 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_7409330e-cbeb-15a8-b12b-18f2d292aa4f-494bda85 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_35c85ede-2266-e77c-38ec-5b44d3e9d791-494bda85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d700f60-f08f-f7b1-0355-6bc4bf9d8563-c3f83f23 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_19db67f7-9793-ef92-6d38-89c45fcf6ad0-feb5c04d {
  grid-area: span 2 / span 1 / span 2 / span 1;
  justify-self: end;
}

#w-node-f8ab9e6c-e3cb-1124-245c-121c47f79790-feb5c04d {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-e2a2f640-ceb4-9c6c-e1f0-5a74e0d1b427-feb5c04d, #w-node-_041eb534-75e2-ad4d-105a-7be57282d85e-feb5c04d {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_22db09f0-6ed1-66d6-392f-ddbbac5485c5-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5485c8-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5485cb-feb5c04d {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_22db09f0-6ed1-66d6-392f-ddbbac5485ce-feb5c04d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_22db09f0-6ed1-66d6-392f-ddbbac5485d1-feb5c04d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_22db09f0-6ed1-66d6-392f-ddbbac5485d4-feb5c04d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_22db09f0-6ed1-66d6-392f-ddbbac5485d7-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5485da-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5485dd-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5485e0-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5485e3-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5485e6-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5485e9-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5485ec-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5485ef-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5485f2-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5485f5-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5485f8-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5485fb-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5485fe-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548601-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548604-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548607-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac54860a-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac54860d-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548610-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548613-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548616-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548619-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac54861c-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac54861f-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548622-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548625-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548628-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac54862b-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac54862e-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548631-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548634-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548637-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac54863a-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac54863d-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548640-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548643-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548646-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548649-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac54864c-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac54864f-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548652-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548655-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548658-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac54865b-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac54865e-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548661-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548664-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548667-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac54866a-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac54866d-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548670-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548673-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548676-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548679-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac54867c-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac54867f-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548682-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548685-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548688-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac54868b-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac54868e-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548691-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548694-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548697-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac54869a-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac54869d-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5486a0-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5486a3-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5486a6-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5486a9-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5486ac-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5486af-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5486b2-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5486b5-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5486b8-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5486bb-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5486be-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5486c1-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5486c4-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5486c7-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5486ca-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5486cd-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5486d0-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5486d3-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5486d6-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5486d9-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5486dc-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5486df-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5486e2-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5486e5-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5486e8-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5486eb-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5486ee-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5486f1-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5486f4-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5486f7-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5486fa-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5486fd-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548700-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548703-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548706-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548709-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac54870c-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac54870f-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548712-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548715-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548718-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac54871b-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac54871e-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548721-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548724-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548727-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac54872a-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac54872d-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548730-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548733-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548736-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548739-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac54873c-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac54873f-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548742-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548745-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548748-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac54874b-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac54874e-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548751-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548754-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548757-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac54875a-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac54875d-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548760-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548763-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548766-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548769-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac54876c-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac54876f-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548772-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548775-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548778-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac54877b-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac54877e-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548781-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548784-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548787-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac54878a-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac54878d-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548790-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548793-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548796-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac548799-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac54879c-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac54879f-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5487a2-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5487a5-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5487a8-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5487ab-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5487ae-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5487b1-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5487b4-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5487b7-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5487ba-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5487bd-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5487c0-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5487c3-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5487c6-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5487c9-feb5c04d, #w-node-_22db09f0-6ed1-66d6-392f-ddbbac5487cc-feb5c04d, #w-node-_20b5ceb8-91af-000e-f3b9-f74de1556761-76cb0ece {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_3f782e1a-3850-fff8-0deb-a36c90acf5d3-90acf5c9, #w-node-_3f782e1a-3850-fff8-0deb-a36c90acf5e9-90acf5c9, #w-node-_3f782e1a-3850-fff8-0deb-a36c90acf60b-90acf5c9, #w-node-b38fcd8e-282f-2504-f755-ee2458545a4e-58545a4b, #w-node-b38fcd8e-282f-2504-f755-ee2458545a64-58545a4b, #w-node-b38fcd8e-282f-2504-f755-ee2458545a86-58545a4b {
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f4efafea-cf49-2a62-1871-d685269582f8-55172c08 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3f782e1a-3850-fff8-0deb-a36c90acf60b-90acf5c9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-e3186855-1f59-c193-f871-ae66818e3a80-088eed40 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7409330e-cbeb-15a8-b12b-18f2d292aa4f-099c2fa2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_2d700f60-f08f-f7b1-0355-6bc4bf9d8563-7f0dea3e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_19db67f7-9793-ef92-6d38-89c45fcf6ad0-3beec1df {
    order: 9999;
    justify-self: center;
  }

  #w-node-f738eb76-1367-38dc-4989-66d8a85af9b0-c810daf3, #w-node-_20b5ceb8-91af-000e-f3b9-f74de1556761-c810daf3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f4efafea-cf49-2a62-1871-d685269582f8-7e6d634e {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b38fcd8e-282f-2504-f755-ee2458545a86-58545a4b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_7409330e-cbeb-15a8-b12b-18f2d292aa4f-494bda85 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-e3186855-1f59-c193-f871-ae66818e3a80-de20549b, #w-node-_2d700f60-f08f-f7b1-0355-6bc4bf9d8563-c3f83f23 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_19db67f7-9793-ef92-6d38-89c45fcf6ad0-feb5c04d {
    order: 9999;
    justify-self: center;
  }

  #w-node-f738eb76-1367-38dc-4989-66d8a85af9b0-76cb0ece, #w-node-_20b5ceb8-91af-000e-f3b9-f74de1556761-76cb0ece {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ae1e7544-51b1-752a-7604-bb76a2987c36-c4a507ce, #w-node-aced3892-8822-a265-f8bd-7934ba47e2d6-c4a507ce {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_19db67f7-9793-ef92-6d38-89c45fcf6ad0-3beec1df {
    justify-self: auto;
  }

  #w-node-ae1e7544-51b1-752a-7604-bb76a2987c36-0d2b95b8, #w-node-aced3892-8822-a265-f8bd-7934ba47e2d6-0d2b95b8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_19db67f7-9793-ef92-6d38-89c45fcf6ad0-feb5c04d {
    justify-self: auto;
  }
}


