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

body {
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

.navbar {
  z-index: 1;
  width: 100%;
}

.navbar-container {
  z-index: 5;
  width: 100%;
  -webkit-backdrop-filter: saturate(200%) blur(5px);
  backdrop-filter: saturate(200%) blur(5px);
  background-color: rgba(255, 255, 255, .5);
  margin-left: auto;
  margin-right: auto;
  padding: 0 32px;
  position: fixed;
}

.navbar-container.home-bar {
  background-color: rgba(24, 24, 24, .5);
}

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

.navbar-wrapper {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.navbar-brand {
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  display: flex;
}

.navbar-brand.w--current {
  color: #fff;
}

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

.nav-link {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #1a1b1f;
  letter-spacing: .25px;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 32px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

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

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

.nav-link.invert {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  align-items: center;
  display: flex;
}

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

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

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

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

.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 {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.mobile-margin-top-10 {
  display: none;
}

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

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

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

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

.logo-img {
  width: 46px;
  height: auto;
}

.logo-img.invert {
  transform: translate(-4px, 4px)rotate(30deg);
}

.show-when-scrolled {
  z-index: 100;
  opacity: 1;
  background-color: #fff;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.home-first-view {
  z-index: 0;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: relative;
}

.first-view__background {
  z-index: 0;
  height: 100%;
}

.image {
  height: 100%;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.home-first-view__nav {
  position: absolute;
  top: 128px;
  bottom: auto;
  left: 48px;
  right: auto;
}

.fv__navlink {
  color: #fff;
  padding: 16px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.fv__scroll-down {
  grid-row-gap: 8px;
  color: #fff;
  flex-direction: column;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 16px;
  left: 50%;
  right: auto;
  transform: translate(-50%);
}

.section-works {
  padding: 64px;
  display: block;
}

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

.works__item {
  width: 234px;
  height: auto;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  display: flex;
}

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

.works__image.title {
  object-fit: contain;
}

.footer {
  padding: 64px;
}

.footer__navlink {
  padding: 4px 16px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.footer__navlink.copy {
  font-size: 16px;
  font-weight: 700;
}

.section-main {
  flex-direction: column;
  align-items: flex-start;
  padding: 96px 64px 40px;
  display: flex;
  position: relative;
}

.paragraph {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}

.section-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Droid Sans, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 1.2;
}

.section-h1.eng {
  font-family: Montserrat, sans-serif;
}

.icon {
  width: 16px;
  height: 16px;
  justify-content: center;
  align-items: center;
}

.image-2 {
  position: absolute;
}

.section-bg {
  z-index: -1;
  opacity: .1;
  display: block;
  position: fixed;
  top: 80px;
  bottom: auto;
  left: 64px;
  right: auto;
}

.bg-logo {
  z-index: -1;
  height: 100vh;
  opacity: .1;
  filter: invert();
  position: fixed;
  top: 0;
  bottom: 0;
  left: auto;
  right: 64px;
}

.section-h2 {
  margin-top: 0;
  margin-bottom: 48px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.7;
}

.section-h2.en {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 32px;
  font-weight: 400;
}

.section-sub {
  max-width: 1280px;
  grid-row-gap: 32px;
  border-top: 1px solid #000;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding: 32px 64px 64px;
  display: flex;
}

.cards {
  grid-column-gap: 24px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cards._3columns {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card {
  grid-row-gap: 0px;
  flex-direction: column;
  display: flex;
}

.card__img {
  height: auto;
  background-color: #f6f6f6;
  border-radius: 8px;
}

.text-block {
  font-size: 16px;
  font-weight: 700;
}

.text-field {
  border: 0 solid #000;
  flex: 1;
  margin-bottom: 0;
}

.form-block.horizontal {
  width: 100%;
  grid-column-gap: 8px;
  border-bottom: 3px solid #000;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.contact-form {
  width: 600px;
  max-width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.submit-button {
  background-color: #000;
  border-radius: 5px;
  padding: 12px 48px;
  font-size: 16px;
  font-weight: 700;
}

.text-area {
  min-height: 160px;
  border: 0 solid #000;
  border-bottom-width: 3px;
  margin-bottom: 0;
}

.field-label {
  margin-bottom: 0;
}

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

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

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

.form-block-2 {
  max-width: 100%;
}

.menu--touch, .mobile-nav__btn {
  display: none;
}

.mobile-nav__btn.home {
  background-color: rgba(0, 0, 0, 0);
}

.privacy-policy__text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
}

.privacy-policy__text h2 {
  margin-top: 16px;
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 1.3;
}

.nav-item.hide {
  display: none;
}

.works-centerlogo {
  width: 100px;
}

.home {
  color: #fff;
  background-color: #181818;
  line-height: 1.7;
}

.bg-video {
  border-radius: 10px;
  margin-left: 64px;
  margin-right: 64px;
  overflow: hidden;
}

.html-embed {
  display: none;
}

.card-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.3;
  display: inline;
}

.card-subtitle {
  margin-top: 16px;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
}

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

.card-link {
  color: #050505;
  text-decoration: none;
}

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

.card-title__wrapper {
  align-items: center;
  display: block;
}

.card-title__icon {
  opacity: .6;
  margin-bottom: .6ch;
  margin-right: .5em;
  display: inline-block;
}

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

.image-3 {
  margin-bottom: 8px;
}

._w-h1 {
  font-weight: 700;
}

.grid-2 {
  grid-template-columns: 250px 1fr;
  grid-template-areas: ". ."
                       ". Area";
}

.tt {
  color: #8f8f8f;
  font-size: 16px;
}

.td {
  font-size: 18px;
  line-height: 1.6;
}

.paragraph-2 {
  font-size: 19px;
}

.text-block-3 {
  color: #555;
  font-size: 14px;
}

.text-block-4 {
  font-size: 19px;
}

.div-block-2 {
  width: 800px;
}

.service-desc {
  color: #8f8f8f;
  font-size: 14px;
  line-height: 1.5;
}

.service-block {
  flex-direction: column;
  display: flex;
}

.service-title {
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 22px;
  font-weight: 400;
}

.div-block-3 {
  height: 150px;
}

.image-4 {
  width: 100%;
  height: 230px;
  object-fit: contain;
  background-color: #f1f1f1;
  border-radius: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.grid-3 {
  max-width: 900px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-4 {
  height: 230px;
  background-color: #000;
  border-radius: 16px;
  overflow: hidden;
}

.grid-4 {
  grid-row-gap: 16px;
}

.hide {
  display: none;
}

.image-5 {
  width: 480px;
}

.container {
  display: flex;
}

.sv__heading {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
}

.sv-title {
  margin-top: 0;
  margin-bottom: 0;
}

.columns {
  margin-top: 16px;
}

.sv-desc {
  font-size: 16px;
}

.sv-block {
  margin-bottom: 40px;
}

.container-2 {
  margin-top: 48px;
}

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

.heading {
  border-top: 2px solid #fff;
  padding-top: 8px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.7;
}

.logo {
  width: 128px;
}

.image-6 {
  border-radius: 10px;
}

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

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  display: flex;
}

.social-links {
  font-size: 20px;
}

.home-footer {
  color: #fff;
}

.ext-icon {
  width: 16px;
  height: 16px;
  justify-content: center;
  align-items: center;
  transform: translate(0, -2px);
}

.link-block {
  margin-top: 32px;
}

@media screen and (max-width: 991px) {
  .navbar.absolute {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .navbar-wrapper {
    justify-content: space-between;
  }

  .navbar-brand {
    padding: 32px 0;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

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

  .menu-button {
    padding: 12px;
  }

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

  .home-first-view {
    z-index: 0;
  }

  .home-first-view__nav {
    top: 64px;
    left: 32px;
  }

  .section-works {
    padding: 32px;
  }

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

  .works__item {
    width: 100%;
  }

  .footer {
    padding: 32px;
  }

  .footer-nav {
    top: 64px;
    left: 32px;
  }

  .section-main {
    padding: 104px 32px 40px;
  }

  .section-h1 {
    font-size: 60px;
  }

  .section-bg {
    left: 32px;
  }

  .bg-logo {
    right: 32px;
  }

  .section-sub {
    padding: 40px 32px;
  }

  .cards._3columns {
    grid-template-columns: 1fr 1fr;
  }

  .menu--touch {
    z-index: 999;
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    padding-bottom: 96px;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .menu-touch__nav {
    grid-row-gap: 16px;
    flex-direction: column;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-touch__link {
    grid-column-gap: 8px;
    opacity: 1;
    color: #000;
    text-align: right;
    justify-content: flex-end;
    padding: 16px 32px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3em;
    text-decoration: none;
    transition: opacity .2s;
    display: flex;
  }

  .menu-touch__link:hover {
    opacity: .8;
  }

  .menu-touch__list {
    padding: 0;
  }

  .mobile-nav__btn-img {
    width: auto;
    height: 64px;
    margin-bottom: -8px;
    padding: 8px;
  }

  .mobile-nav__btn {
    z-index: 1000;
    color: #1a1a1a;
    text-align: center;
    cursor: pointer;
    font-weight: 700;
    text-decoration: none;
    display: block;
    position: fixed;
    top: auto;
    bottom: 16px;
    left: auto;
    right: 16px;
  }

  .mobile-nav__btn.home {
    text-align: center;
    font-weight: 700;
    text-decoration: none;
  }

  .menu-text.close {
    display: none;
  }

  .works-centerlogo {
    width: 85px;
  }

  .home {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .sv__heading {
    font-size: 45px;
  }

  .social-links {
    font-size: 16px;
    text-decoration: none;
  }

  .social-links:hover {
    text-decoration: underline;
  }
}

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

  .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 rgba(0, 0, 0, .05);
  }

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

  .home-first-view {
    height: 100%;
    background-color: #0a0a0a;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .first-view__background {
    width: 100%;
    height: 100vw;
  }

  .image {
    height: 50%;
  }

  .home-first-view__nav {
    top: 32px;
    left: 16px;
  }

  .fv__navlink {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .section-works {
    margin-top: 100vh;
    padding: 16px;
  }

  .grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .works__item.sp-hide {
    display: none;
  }

  .footer {
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-end;
    padding: 16px;
    display: flex;
  }

  .footer-nav {
    top: 32px;
    left: 16px;
  }

  .section-main {
    padding-bottom: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-h1 {
    font-size: 60px;
  }

  .section-bg {
    left: 16px;
  }

  .bg-logo {
    right: 16px;
  }

  .section-h2 {
    font-size: 24px;
  }

  .section-sub {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .text-field {
    background-color: rgba(0, 0, 0, 0);
  }

  .form-block.top-margin {
    margin-top: 1em;
  }

  .contact-form {
    flex-direction: column;
    display: flex;
  }

  .text-area {
    background-color: rgba(0, 0, 0, 0);
  }

  .text-area:focus {
    border-width: 1px;
    border-color: #000;
  }

  .submit-btn__wrap {
    align-self: flex-end;
  }

  .menu--touch {
    display: none;
  }

  .menu-touch__link {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: flex-end;
    display: flex;
  }

  .works-centerlogo {
    width: 65px;
  }

  .bg-video {
    width: 100vh;
    height: 100vw;
    transform-origin: 0 0;
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: rotate(90deg)translate(-50%, -50%);
  }

  .grid-2 {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .td {
    margin-bottom: 64px;
  }

  .paragraph-2 {
    margin-bottom: 24px;
  }

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

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

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

  .section-h1 {
    font-size: 56px;
  }

  .cards {
    grid-row-gap: 32px;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
  }

  .cards._3columns {
    grid-template-columns: 1fr;
  }

  .works-centerlogo {
    width: 45px;
  }

  .home {
    flex-direction: column;
    justify-content: space-between;
  }

  .sv__heading {
    font-size: 42px;
  }

  .div-block-5 {
    grid-row-gap: 0px;
    flex-direction: column;
  }
}

#w-node-_0afb5132-a2f5-cfa9-8a5a-63287fddd19b-5ce34507, #w-node-_77ab5154-fbf6-10af-6c53-882e8f483754-5ce34507, #w-node-_1a0b4782-979c-3be1-e0be-51633a88715f-5ce34507, #w-node-_1eaafc17-a52a-c02b-6209-83d2d517c81b-5ce34507, #w-node-_1eaafc17-a52a-c02b-6209-83d2d517c81c-5ce34507, #w-node-a777f646-00e4-f234-d81a-1fda362b2305-5ce34507, #w-node-a777f646-00e4-f234-d81a-1fda362b2306-5ce34507 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c2067911-8e7b-4c92-da57-a48743c7d6a8-de85eeb5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-f1725743-77d4-2788-cb6f-6412f273580c-33aae41c, #w-node-d14e52f1-dd6d-3ba9-795d-853d20587a19-33aae41c, #w-node-_9494ef45-2e42-1841-0169-80f709a5721c-33aae41c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-def79977-5706-786c-7228-ba21718bfd7d-33aae41c, #w-node-_36ebc885-228d-a212-0da9-0a5fddc6a09d-44348b6a, #w-node-e583a1b3-f235-c1d7-2b6c-d8f2e0d1cae1-44348b6a, #w-node-acdc2e33-04c0-78cd-9ac9-3a6633eadd34-44348b6a, #w-node-_73f17c1f-9b2e-0af8-bb2f-6266f59b78a7-44348b6a, #w-node-_882cdaa0-e6f5-74de-7dbb-e143b06a959a-44348b6a, #w-node-_4fec70f3-74e2-b3db-46b7-9cc6d68a650f-44348b6a, #w-node-_49aa6207-b7af-ea93-0513-2be3875de275-44348b6a, #w-node-eba3aa63-e014-7be2-1818-685b8956a39f-44348b6a, #w-node-_8055e204-c77f-2610-f699-08b7d2432120-44348b6a, #w-node-_8055e204-c77f-2610-f699-08b7d2432121-44348b6a, #w-node-_2c15afb3-1554-bff9-6f8c-13d8f40f2ca2-5d085602, #w-node-_5906ba58-70c7-b1f3-4ae4-c6c1dda2af5a-5d085602, #w-node-fcbac272-dbf0-4977-7c49-edda75c8de96-5d085602, #w-node-f91c04d4-f78a-4096-2142-285ce884f43e-5d085602, #w-node-ada7d55c-03f8-034e-2f7d-ccfd9221397c-5d085602, #w-node-_17ed842f-13db-135b-4926-a903dd1477b5-5d085602, #w-node-_36ebc885-228d-a212-0da9-0a5fddc6a09d-4d721279, #w-node-e583a1b3-f235-c1d7-2b6c-d8f2e0d1cae1-4d721279, #w-node-_711fb7e7-e140-07ed-c85b-7feac9d4222d-4d721279, #w-node-bca9c295-8668-0aa7-0fc7-a486c9f0ba80-4d721279, #w-node-acdc2e33-04c0-78cd-9ac9-3a6633eadd34-4d721279, #w-node-_73f17c1f-9b2e-0af8-bb2f-6266f59b78a7-4d721279, #w-node-_882cdaa0-e6f5-74de-7dbb-e143b06a959a-4d721279, #w-node-_4fec70f3-74e2-b3db-46b7-9cc6d68a650f-4d721279, #w-node-_49aa6207-b7af-ea93-0513-2be3875de275-4d721279, #w-node-eba3aa63-e014-7be2-1818-685b8956a39f-4d721279, #w-node-_8055e204-c77f-2610-f699-08b7d2432120-4d721279, #w-node-_8055e204-c77f-2610-f699-08b7d2432121-4d721279, #w-node-f0bd2a5c-fa31-784f-121f-8e7184c528e3-4d721279, #w-node-f0bd2a5c-fa31-784f-121f-8e7184c528e6-4d721279, #w-node-_36ebc885-228d-a212-0da9-0a5fddc6a09d-7256da79, #w-node-e583a1b3-f235-c1d7-2b6c-d8f2e0d1cae1-7256da79, #w-node-e51927d3-efdb-0600-58ed-7e89dd624ba3-7256da79, #w-node-acdc2e33-04c0-78cd-9ac9-3a6633eadd34-7256da79, #w-node-_73f17c1f-9b2e-0af8-bb2f-6266f59b78a7-7256da79, #w-node-_882cdaa0-e6f5-74de-7dbb-e143b06a959a-7256da79, #w-node-_4fec70f3-74e2-b3db-46b7-9cc6d68a650f-7256da79, #w-node-_49aa6207-b7af-ea93-0513-2be3875de275-7256da79, #w-node-eba3aa63-e014-7be2-1818-685b8956a39f-7256da79, #w-node-_36ebc885-228d-a212-0da9-0a5fddc6a09d-3bc232c3, #w-node-e583a1b3-f235-c1d7-2b6c-d8f2e0d1cae1-3bc232c3, #w-node-acdc2e33-04c0-78cd-9ac9-3a6633eadd34-3bc232c3, #w-node-_73f17c1f-9b2e-0af8-bb2f-6266f59b78a7-3bc232c3, #w-node-_882cdaa0-e6f5-74de-7dbb-e143b06a959a-3bc232c3, #w-node-_4fec70f3-74e2-b3db-46b7-9cc6d68a650f-3bc232c3, #w-node-_49aa6207-b7af-ea93-0513-2be3875de275-3bc232c3, #w-node-eba3aa63-e014-7be2-1818-685b8956a39f-3bc232c3, #w-node-_8055e204-c77f-2610-f699-08b7d2432120-3bc232c3, #w-node-_36ebc885-228d-a212-0da9-0a5fddc6a09d-3f567243, #w-node-e583a1b3-f235-c1d7-2b6c-d8f2e0d1cae1-3f567243, #w-node-acdc2e33-04c0-78cd-9ac9-3a6633eadd34-3f567243, #w-node-_73f17c1f-9b2e-0af8-bb2f-6266f59b78a7-3f567243, #w-node-_882cdaa0-e6f5-74de-7dbb-e143b06a959a-3f567243, #w-node-_4fec70f3-74e2-b3db-46b7-9cc6d68a650f-3f567243, #w-node-_49aa6207-b7af-ea93-0513-2be3875de275-3f567243, #w-node-eba3aa63-e014-7be2-1818-685b8956a39f-3f567243, #w-node-_8055e204-c77f-2610-f699-08b7d2432120-3f567243, #w-node-_8055e204-c77f-2610-f699-08b7d2432121-3f567243, #w-node-_36ebc885-228d-a212-0da9-0a5fddc6a09d-bd377da0, #w-node-e583a1b3-f235-c1d7-2b6c-d8f2e0d1cae1-bd377da0, #w-node-acdc2e33-04c0-78cd-9ac9-3a6633eadd34-bd377da0, #w-node-_73f17c1f-9b2e-0af8-bb2f-6266f59b78a7-bd377da0, #w-node-_882cdaa0-e6f5-74de-7dbb-e143b06a959a-bd377da0, #w-node-_4fec70f3-74e2-b3db-46b7-9cc6d68a650f-bd377da0, #w-node-_49aa6207-b7af-ea93-0513-2be3875de275-bd377da0, #w-node-eba3aa63-e014-7be2-1818-685b8956a39f-bd377da0, #w-node-_8055e204-c77f-2610-f699-08b7d2432120-bd377da0, #w-node-_8055e204-c77f-2610-f699-08b7d2432121-bd377da0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-b6317dfb-94a6-de99-54d4-8eeeeb3ef74e-de85eeb5, #w-node-_348ea6ee-ccb7-992a-d65b-85b6e5b70c52-de85eeb5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


