:root {
  --white: white;
  --black: black;
}

body {
  color: #333;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.nav-bg {
  background-image: linear-gradient(#0003, #0003), url('../images/nav-bg.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 320px;
  margin-bottom: -30px;
  padding-bottom: 70px;
  display: flex;
  position: relative;
}

.image {
  width: 150px;
}

.divider-bottom {
  background-image: url('../images/section-divider.png');
  background-position: 50%;
  background-size: auto;
  height: 70px;
  position: absolute;
  inset: auto 0% 0%;
}

.nav-wrapper {
  position: relative;
}

.nav-menu {
  z-index: 10;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: center;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.nav-menu.footer-link {
  padding-bottom: 0;
}

.nav-link {
  color: #000;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
}

.nav-link:hover {
  color: #868686;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.section.about {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  padding-top: 65px;
}

.section.full {
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.section.full.divider {
  color: #fff;
  background-image: url('../images/sejutsu.png');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 270px;
  padding-bottom: 70px;
}

.section.full.divider.top-margin {
  margin-top: 100px;
}

.section.news {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 20% 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
}

.section.process {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.section.inner {
  grid-row-gap: 25px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
}

.section.inner.blog_section_innerpage {
  padding-top: 0;
  padding-bottom: 0;
}

.heading {
  font-size: 32px;
}

.button {
  color: #000;
  border-radius: 45px;
  padding: 15px 60px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  box-shadow: inset 0 0 0 2px #000;
}

.button:hover {
  box-shadow: none;
  color: #fff;
  background-color: #678f42;
}

.button.line-add {
  align-self: center;
}

.button.line-add.w--current {
  justify-content: center;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button.horflex {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  margin-top: 15px;
  display: flex;
}

.text {
  margin-bottom: 0;
  font-weight: 500;
  line-height: 200%;
}

.text.left-border {
  border-left: 2px solid #000;
  padding-left: 20px;
}

.text.excerpt {
  padding-bottom: 15px;
}

.text.excerpt.text-style-3lines {
  padding-bottom: 0;
}

.text.full {
  width: 100%;
}

.two-col {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.left {
  flex-direction: column;
  padding: 60px 40px 60px 20px;
  display: flex;
}

.right-copy {
  background-image: linear-gradient(#75fef33b, #75fef33b), url('../images/about-bg-cs.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-top-left-radius: 120px;
  border-bottom-left-radius: 120px;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.cta {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #333;
  border-bottom: 2px solid #000;
  justify-content: space-between;
  align-self: flex-start;
  align-items: center;
  padding-bottom: 5px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.cta.seeall {
  margin-top: 20px;
}

.paragraph {
  margin-bottom: 0;
}

.image-2 {
  width: 14px;
}

.div-block-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.news-list-wrapper {
  width: 99%;
}

.news-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.news-item {
  background-color: #f3f3f3;
  border-bottom: 1px solid #0003;
  border-radius: 5px;
  padding: 10px;
  position: relative;
}

.news-item-link {
  color: #333;
  padding: 1em 2em;
  text-decoration: none;
  transition: box-shadow .2s;
}

.news-item-link:hover {
  box-shadow: 2px 2px 5px 2px #0003;
}

.news-item-header {
  justify-content: flex-start;
  display: flex;
}

.news-item-header.list {
  grid-column-gap: 20px;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 20px;
}

.news-item-date {
  border-right: 1px solid #000;
  margin-bottom: 0;
  margin-right: 10px;
  padding-right: 10px;
  font-weight: 500;
}

.news-item-category {
  color: #fff;
  background-color: #678f42;
  border-radius: 20px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
}

.news-item-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 900;
  line-height: 150%;
}

.h2-list {
  margin-top: 0;
  line-height: 100%;
}

.loader {
  background-color: #678f42;
  width: 15%;
  height: 0;
  padding-top: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  flex-direction: column;
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
}

.heading-3 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f3f3f3;
  border-radius: 10px;
  flex-direction: column;
  margin-top: 15px;
  padding: 20px;
  display: flex;
}

.smaller {
  font-size: 12px;
}

.heading-4 {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}

.div-block-6 {
  justify-content: space-between;
  display: flex;
}

.arrow-down {
  background-image: url('../images/arrow-down.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
}

.process-gallery {
  grid-column-gap: 2%;
  justify-content: space-between;
  width: 100%;
  margin-top: 2%;
  display: flex;
}

.image-3 {
  border-radius: 10px;
  width: 49%;
}

.before-footer {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.before-footer.about {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: center;
}

.before-footer.full {
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.before-footer.full.divider {
  color: #fff;
  background-image: url('../images/sejutsu.png');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 340px;
  padding-top: 70px;
  padding-bottom: 70px;
}

.before-footer.news {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 20% 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-left: 20px;
  display: grid;
}

.before-footer.process {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.divider-top {
  background-image: url('../images/section-divider.png');
  background-position: 50%;
  background-size: auto;
  height: 70px;
  position: absolute;
  inset: 0% 0% auto;
  transform: rotate(180deg);
}

.footer {
  padding-bottom: 50px;
}

.div-block-7 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-2 {
  font-size: 18px;
  font-weight: 700;
}

.mobile-menu-icon {
  display: none;
}

.heading-5 {
  margin-top: 0;
  margin-bottom: 0;
}

.footer-menu {
  z-index: 10;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: center;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.footer-menu.footer-link {
  padding-bottom: 0;
}

.divider-heading {
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-8 {
  width: 45px;
}

.arrow-side {
  display: none;
}

.section-heading.article {
  grid-column-gap: 20px;
  border-bottom: 1px solid #000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 20px;
  display: flex;
}

.section-heading.inner-page {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 20px;
  display: flex;
}

.section-heading.article-heading {
  grid-column-gap: 20px;
  border-bottom: 1px solid #000;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.heading-6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 150%;
}

.section-body {
  width: 100%;
  margin-bottom: 50px;
}

.div-block-9 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 40% 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-9.full-width {
  grid-template-columns: 1fr;
}

.image-area {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.text-area {
  width: 100%;
}

.cta-area {
  grid-column-gap: 30px;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.paragraph-5 {
  color: #333;
  font-size: 28px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.paragraph-5.contact {
  margin-bottom: 15px;
}

.blog_section_lightbox {
  width: 100%;
}

.blog_section_image {
  border-radius: 10px;
  width: 100%;
}

.collection-list-wrapper {
  width: 100%;
  margin-top: 10px;
}

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

.collection-item {
  position: relative;
}

.lightbox-link-2 {
  width: 100%;
}

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

.hide {
  display: none;
}

.rich-article p {
  line-height: 200%;
}

.menu-list {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.menu-item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #333;
  border-bottom: 1px dotted #000000b3;
  flex: 1;
  justify-content: space-between;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.text-span {
  font-size: 14px;
}

.sub-heading-h2 {
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 150%;
}

.sub-heading-h2.underline {
  border-bottom: 1px solid #222;
  padding-bottom: 15px;
}

.menu-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.menu-price {
  flex: none;
  margin-bottom: 0;
  line-height: 200%;
}

.div-block-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 35% 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.paragraph-6 {
  border-left: 1px solid #000;
  margin-top: 20px;
  margin-left: 10px;
  padding-left: 10px;
  font-weight: 500;
  line-height: 200%;
}

.image-6 {
  width: 100%;
}

.image-6.thumbnail {
  object-fit: cover;
  height: 150px;
}

.paragraph-7 {
  margin-top: 25px;
  font-weight: 700;
}

.div-block-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.paragraph-8 {
  line-height: 200%;
}

.form-area {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.form-block {
  margin-top: 25px;
  margin-bottom: 25px;
}

.submit-button {
  background-color: #222;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.list-2 {
  line-height: 200%;
}

.div-block-12 {
  grid-row-gap: 10px;
  border-bottom: 1px dotted #000;
  flex-direction: column;
  padding-bottom: 10px;
  display: flex;
}

.div-block-13 {
  flex-direction: column;
  display: flex;
}

.div-block-13.contact {
  grid-row-gap: 20px;
  align-items: center;
}

.text-span-2 {
  font-size: 10px;
}

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

.blog_section_inner {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 40% 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.blog_section_inner.full-width {
  grid-template-columns: 1fr;
}

.paragraph-9 {
  letter-spacing: 2px;
}

@media screen and (max-width: 991px) {
  .nav-bg {
    min-height: 370px;
  }

  .divider-bottom {
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .nav-menu {
    background-color: #325030;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 50px;
    padding-right: 50px;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .nav-link {
    color: #fff;
    border-bottom: 1px solid #fff;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-bottom: 20px;
    font-size: 20px;
    display: flex;
  }

  .nav-link.footer {
    color: #222;
    font-size: 16px;
    display: none;
  }

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

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

  .section.news {
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.process, .section.inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading {
    font-size: 28px;
  }

  .button {
    transition: none;
  }

  .button:hover {
    color: #000;
    background-color: #678f4200;
  }

  .two-col {
    grid-template-columns: 1fr;
  }

  .right {
    display: none;
  }

  .left {
    padding-top: 375px;
  }

  .right-copy {
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
    width: 65%;
    height: 57%;
    inset: 0% 0% auto auto;
  }

  .news-item-link {
    transition: none;
  }

  .news-item-link:hover {
    color: #000;
  }

  .before-footer.full.divider {
    height: 300px;
  }

  .divider-top {
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .mobile-menu-icon {
    z-index: 100;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    color: #fff;
    flex-direction: column;
    align-items: center;
    font-weight: 900;
    display: flex;
    position: fixed;
    inset: 20px auto auto 20px;
  }

  .footer-menu, .footer-menu.footer-link {
    display: none;
  }

  .site-name {
    z-index: 100;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    position: fixed;
    top: 20px;
    right: 20px;
  }

  .arrow-side {
    display: block;
  }

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

  .heading-6 {
    font-size: 22px;
  }

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

  .cta-area {
    justify-content: center;
    align-items: center;
  }

  .menu-item {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .sub-heading-h2 {
    font-size: 22px;
  }

  .image-6.thumbnail {
    height: 100px;
  }

  .blog_section_inner {
    flex-flow: column;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .section-heading.article-heading {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

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

@media screen and (max-width: 479px) {
  .divider-bottom {
    width: 100%;
  }

  .nav-menu {
    grid-row-gap: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link {
    font-size: 18px;
  }

  .section.about {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .heading {
    font-size: 22px;
  }

  .text {
    font-size: 12px;
  }

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

  .right-copy {
    width: 85%;
    height: 25%;
  }

  .news-item-header.list {
    grid-row-gap: 10px;
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .news-item-date.list {
    border-right-style: none;
    order: -1;
  }

  .news-item-category {
    padding-left: 15px;
    padding-right: 15px;
  }

  .news-item-heading {
    order: 2;
  }

  .news-item-heading.list {
    order: 1;
  }

  .before-footer.full.divider {
    background-position: 50%;
    background-size: cover;
  }

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

  .footer-menu.footer-link {
    grid-column-gap: 10px;
    grid-row-gap: 15px;
    text-align: center;
    flex-direction: column;
  }

  .paragraph-3 {
    font-size: 12px;
  }

  .divider-heading {
    margin-top: 0;
    margin-bottom: 0;
  }

  .section-heading.inner-page {
    grid-row-gap: 50px;
  }

  .heading-6 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .cta-area, .menu-item {
    grid-row-gap: 10px;
    flex-direction: column;
  }

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

  .submit-button {
    width: 100%;
  }

  .link-block {
    position: relative;
    bottom: -30px;
  }

  .hide-sp {
    display: none;
  }

  .news_list_outerwrapper {
    align-items: center;
  }
}

#w-node-_50bf0ef2-02cf-249b-6961-210d135f4d72-97b26a13, #w-node-e236865e-d931-2c2a-6acc-44b5c0b674dc-97b26a13, #w-node-_1a2d2f5f-a820-ef6e-bcb8-8bd21839cebc-cb47371b, #w-node-_1a2d2f5f-a820-ef6e-bcb8-8bd21839ced5-cb47371b, #w-node-_1a2d2f5f-a820-ef6e-bcb8-8bd21839ced7-cb47371b, #w-node-_1a2d2f5f-a820-ef6e-bcb8-8bd21839ced9-cb47371b, #w-node-_1a2d2f5f-a820-ef6e-bcb8-8bd21839cedb-cb47371b, #w-node-_923ef89a-35a3-0503-53de-50b133110669-33110663, #w-node-_923ef89a-35a3-0503-53de-50b133110682-33110663, #w-node-_923ef89a-35a3-0503-53de-50b133110684-33110663, #w-node-_923ef89a-35a3-0503-53de-50b133110686-33110663, #w-node-_923ef89a-35a3-0503-53de-50b133110688-33110663, #w-node-_26dca4c6-76cd-30d2-4dde-1fa4ceabd3bc-03575c0c, #w-node-_134c553f-1ad2-9291-3dd3-1f13107f8975-3aaf406f, #w-node-_134c553f-1ad2-9291-3dd3-1f13107f8978-3aaf406f, #w-node-_134c553f-1ad2-9291-3dd3-1f13107f8975-2a75f53a, #w-node-_134c553f-1ad2-9291-3dd3-1f13107f8978-2a75f53a, #w-node-_50bf0ef2-02cf-249b-6961-210d135f4d72-4e2e46a7, #w-node-e7eba32c-9b7f-2e22-69bd-67e7f61c3910-4e2e46a7, #w-node-_134c553f-1ad2-9291-3dd3-1f13107f8975-f7ebd183, #w-node-_134c553f-1ad2-9291-3dd3-1f13107f8978-f7ebd183, #w-node-_134c553f-1ad2-9291-3dd3-1f13107f8975-b1973857, #w-node-_134c553f-1ad2-9291-3dd3-1f13107f8978-b1973857, #w-node-_134c553f-1ad2-9291-3dd3-1f13107f8975-622d9951, #w-node-_134c553f-1ad2-9291-3dd3-1f13107f8978-622d9951, #w-node-_134c553f-1ad2-9291-3dd3-1f13107f8975-73f25c42, #w-node-_134c553f-1ad2-9291-3dd3-1f13107f8978-73f25c42, #w-node-_134c553f-1ad2-9291-3dd3-1f13107f8975-f537a435, #w-node-_134c553f-1ad2-9291-3dd3-1f13107f8978-f537a435, #w-node-_134c553f-1ad2-9291-3dd3-1f13107f8975-189f73b6, #w-node-_134c553f-1ad2-9291-3dd3-1f13107f8978-189f73b6, #w-node-_134c553f-1ad2-9291-3dd3-1f13107f8975-bded25b4, #w-node-_134c553f-1ad2-9291-3dd3-1f13107f8978-bded25b4, #w-node-_134c553f-1ad2-9291-3dd3-1f13107f8975-2deb2a16, #w-node-_134c553f-1ad2-9291-3dd3-1f13107f8978-2deb2a16, #w-node-_134c553f-1ad2-9291-3dd3-1f13107f8975-c76385e8, #w-node-_134c553f-1ad2-9291-3dd3-1f13107f8978-c76385e8, #w-node-_134c553f-1ad2-9291-3dd3-1f13107f8975-566a4d1e, #w-node-_134c553f-1ad2-9291-3dd3-1f13107f8978-566a4d1e, #w-node-_134c553f-1ad2-9291-3dd3-1f13107f8975-71ef2b98, #w-node-_134c553f-1ad2-9291-3dd3-1f13107f8978-71ef2b98, #w-node-_134c553f-1ad2-9291-3dd3-1f13107f8975-5ac85116, #w-node-_134c553f-1ad2-9291-3dd3-1f13107f8978-5ac85116, #w-node-_134c553f-1ad2-9291-3dd3-1f13107f8975-40668040, #w-node-_134c553f-1ad2-9291-3dd3-1f13107f8978-40668040, #w-node-_134c553f-1ad2-9291-3dd3-1f13107f8975-8601e618, #w-node-_134c553f-1ad2-9291-3dd3-1f13107f8978-8601e618, #w-node-_134c553f-1ad2-9291-3dd3-1f13107f8975-88dd5991, #w-node-_134c553f-1ad2-9291-3dd3-1f13107f8978-88dd5991, #w-node-_134c553f-1ad2-9291-3dd3-1f13107f8975-5747d164, #w-node-_134c553f-1ad2-9291-3dd3-1f13107f8978-5747d164, #w-node-_134c553f-1ad2-9291-3dd3-1f13107f8975-02647d7b, #w-node-_134c553f-1ad2-9291-3dd3-1f13107f8978-02647d7b, #w-node-_134c553f-1ad2-9291-3dd3-1f13107f8975-6772f042, #w-node-_134c553f-1ad2-9291-3dd3-1f13107f8978-6772f042, #w-node-_134c553f-1ad2-9291-3dd3-1f13107f8975-f69c4302, #w-node-_134c553f-1ad2-9291-3dd3-1f13107f8978-f69c4302, #w-node-_134c553f-1ad2-9291-3dd3-1f13107f8975-4686de95, #w-node-_134c553f-1ad2-9291-3dd3-1f13107f8978-4686de95, #w-node-_134c553f-1ad2-9291-3dd3-1f13107f8975-fb129e6d, #w-node-_134c553f-1ad2-9291-3dd3-1f13107f8978-fb129e6d, #w-node-_134c553f-1ad2-9291-3dd3-1f13107f8975-7b10037b, #w-node-_134c553f-1ad2-9291-3dd3-1f13107f8978-7b10037b, #w-node-_134c553f-1ad2-9291-3dd3-1f13107f8975-13129807, #w-node-_134c553f-1ad2-9291-3dd3-1f13107f8978-13129807, #w-node-_134c553f-1ad2-9291-3dd3-1f13107f8975-b854f9b1, #w-node-_134c553f-1ad2-9291-3dd3-1f13107f8978-b854f9b1, #w-node-_134c553f-1ad2-9291-3dd3-1f13107f8975-0bda1fa7, #w-node-_134c553f-1ad2-9291-3dd3-1f13107f8978-0bda1fa7, #w-node-_134c553f-1ad2-9291-3dd3-1f13107f8975-c3825173, #w-node-_134c553f-1ad2-9291-3dd3-1f13107f8978-c3825173, #w-node-_134c553f-1ad2-9291-3dd3-1f13107f8975-51c42a04, #w-node-_134c553f-1ad2-9291-3dd3-1f13107f8978-51c42a04, #w-node-_134c553f-1ad2-9291-3dd3-1f13107f8975-f9a6f742, #w-node-_134c553f-1ad2-9291-3dd3-1f13107f8978-f9a6f742, #w-node-_134c553f-1ad2-9291-3dd3-1f13107f8975-04537831, #w-node-_134c553f-1ad2-9291-3dd3-1f13107f8978-04537831, #w-node-_134c553f-1ad2-9291-3dd3-1f13107f8975-d8393279, #w-node-_134c553f-1ad2-9291-3dd3-1f13107f8978-d8393279, #w-node-_134c553f-1ad2-9291-3dd3-1f13107f8975-8106333d, #w-node-_134c553f-1ad2-9291-3dd3-1f13107f8978-8106333d, #w-node-_134c553f-1ad2-9291-3dd3-1f13107f8975-327df8d8, #w-node-_134c553f-1ad2-9291-3dd3-1f13107f8978-327df8d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


