:root {
  --white-smoke: #f8f8f8;
  --silver: #c2c2c2;
  --black: black;
  --white: white;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

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

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
  line-height: 2;
  list-style-type: disc;
}

.heading {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 700;
  line-height: 54px;
}

.heading.ja {
  font-size: 44px;
  line-height: 1.2;
}

.paragraph {
  color: #fff;
  text-align: center;
  max-width: 640px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: 1.5;
  display: block;
}

.section {
  text-align: center;
  background-image: none;
  background-size: auto;
  flex-flow: column wrap;
  place-content: flex-end center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
}

.section.hero {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/tomasz-zagorski-1097343-unsplash.jpg');
  background-position: 0 0, 0 -15px;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-flow: column;
  place-content: flex-end center;
  align-items: center;
  height: 100vh;
  padding-top: auto;
  padding-bottom: auto;
  display: flex;
  position: static;
}

.section.grey {
  background-image: linear-gradient(to bottom, var(--white-smoke), var(--white-smoke));
  font-size: 13px;
  line-height: 24px;
}

.section.company {
  background-color: #333;
  background-image: none;
  padding-bottom: 0;
}

.heading-2 {
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.heading-2.company {
  color: #fff;
}

.heading-2.jp {
  font-size: 28px;
}

.title {
  text-align: center;
  font-weight: 500;
}

.title.jp {
  font-size: 20px;
  font-weight: 700;
}

.job-title {
  color: #33333380;
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
}

.job-title.ja {
  text-align: left;
  font-size: 14px;
}

.container {
  text-align: center;
}

.container.company {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.hero {
  flex: 0 auto;
}

.text-block {
  color: var(--silver);
  text-align: center;
  font-size: 16px;
}

.button {
  text-transform: uppercase;
  background-color: #000;
  margin-top: 40px;
  margin-bottom: 30px;
  padding: 20px 30px;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .3s;
}

.button:hover {
  background-color: #0009;
}

.button.member {
  margin-top: 0;
}

.footer {
  background-color: #2c2c2c;
  padding-top: 80px;
  padding-bottom: 80px;
}

.grid {
  text-align: left;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: .5fr 1fr;
  justify-items: start;
  max-width: 600px;
  margin-top: 30px;
}

.grid.company {
  grid-template-columns: .5fr 1fr;
  margin-bottom: 30px;
}

.info-title {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.info-description {
  color: #a3a3a3;
  font-size: 16px;
  line-height: 24px;
}

.navbar {
  background-color: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 1px 1px #0000001a;
}

.nav-link {
  color: #000;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding: 30px 10px 26px;
  font-size: 16px;
  font-weight: 400;
  transition: color .3s;
}

.nav-link:hover {
  color: var(--silver);
}

.nav-link:focus {
  color: #33333380;
}

.nav-link.w--current {
  color: #000;
  border-bottom: 4px solid #000;
  margin-top: 0;
  margin-bottom: 0;
}

.nav-link.ja {
  font-size: 15px;
}

.avatar {
  text-align: left;
  background-image: url('../images/1604764_914369698610535_1928131117352474672_n.jpg');
  background-position: 0 10px;
  background-size: cover;
  border-radius: 150px;
  width: 150px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: inset 0 0 1px #0003;
}

.avatar.shingo {
  background-image: url('../images/ebi.png');
  background-position: 50%;
}

.avatar.ngs {
  box-shadow: none;
  background-image: url('../images/ngs.png');
  background-position: 0 0;
  background-size: cover;
}

.avatar.osawa {
  background-image: url('../images/12036748_475072146007888_6841150556385716509_n.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.avatar.gakuji {
  background-image: url('../images/Gakuji.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.avatar.carlos {
  background-image: url('../images/carlos.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.avatar.mio {
  background-image: url('../images/mio.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.divider {
  background-image: linear-gradient(to bottom, var(--silver), var(--silver));
  width: 50px;
  height: 3px;
  margin-top: 20px;
  margin-bottom: 30px;
  display: inline-block;
}

.brand {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
  transition: opacity .3s;
  display: block;
  position: static;
}

.brand:hover {
  opacity: .6;
}

.image {
  width: 80px;
}

.board {
  flex-flow: wrap;
  grid-template: ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 / 1fr 1fr 1fr;
  place-content: space-around space-between;
  align-items: flex-start;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.member {
  flex: none;
  width: 30%;
  margin-bottom: 80px;
}

.map {
  height: 500px;
}

.nav-menu {
  transition: opacity .3s;
}

.service {
  width: 48%;
  margin-bottom: 20px;
}

.services {
  flex-wrap: wrap;
  grid-template-rows: auto auto auto auto;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.text-block-3 {
  color: #5f5f5f;
  text-align: center;
  display: block;
}

.footer-link {
  color: #fff;
  text-decoration: none;
  transition: opacity .5s;
}

.footer-link:hover {
  opacity: .5;
}

.section-2 {
  min-height: 400px;
  margin-top: 80px;
  padding-top: 50px;
  padding-bottom: 50px;
  position: static;
}

.map-link {
  color: #fff;
}

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

.inner {
  width: 700px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-4 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.text-block-4.update {
  margin-top: 0;
  margin-bottom: 40px;
}

.text-span {
  font-size: 18px;
  font-weight: 700;
}

.text-block-5 {
  text-align: right;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 26px;
}

.text-block-6 {
  text-align: right;
  line-height: 24px;
}

.heading-4 {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
}

.list {
  padding-left: 20px;
  font-weight: 700;
  list-style-type: decimal;
}

.grid-2 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  text-align: center;
  background-color: #ddd;
  border: 1px solid #d3d3d3;
  border-right-color: #ddd;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-flow: row;
  justify-items: stretch;
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-block-7, .text-block-8 {
  text-align: left;
  background-color: #fff;
  padding: 12px;
  font-weight: 400;
}

.text-block-9, .text-block-10 {
  text-align: left;
  background-color: #fff;
  padding: 12px;
  font-weight: 700;
}

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

.list-item {
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-block-12 {
  margin-top: 40px;
  font-size: 18px;
  font-weight: 700;
}

.text-block-13 {
  font-weight: 400;
}

.text-block-14 {
  font-family: Gotham;
  font-weight: 400;
}

.text-block-15 {
  font-weight: 400;
}

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

.text-block-16, .text-block-17, .text-block-18, .text-block-19 {
  font-weight: 400;
}

.post-date {
  color: #9e9e9e;
  text-align: left;
  min-width: 100px;
  font-size: 15px;
}

.post-date.inside {
  margin-right: 10px;
}

.collection-item {
  border-bottom: 1px solid #e9e9e9;
}

.text-block-20 {
  color: #333;
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 14px;
  font-weight: 500;
}

.text-block-20:hover {
  text-decoration: none;
}

.catagory {
  color: #333;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 500;
  line-height: 30px;
}

.heading-6 {
  text-align: center;
  font-size: 28px;
}

.section-3 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.container-3 {
  text-align: left;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rich-text-block {
  border-bottom: 1px solid #ddd;
  margin-top: 40px;
  padding-bottom: 60px;
}

.rich-text-block a {
  color: #333;
  border-bottom: 1px dashed #000;
  text-decoration: none;
}

.rich-text-block p {
  line-height: 2;
}

.paragraph-3 {
  color: #333;
  flex: 0 auto;
  align-self: center;
  margin-bottom: 0;
  font-size: 15px;
}

.link-block {
  padding-top: 40px;
  padding-bottom: 40px;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.link-block:hover {
  opacity: .5;
}

.div-block {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-2 {
  align-items: center;
  display: flex;
}

.sns-share-btn {
  border: 1.5px solid #000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin: 8px;
  transition: opacity .3s;
  display: flex;
}

.sns-share-btn:hover {
  opacity: .5;
}

.share-block {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.news-inner {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-block-22 {
  color: var(--black);
  font-size: 16px;
}

.dropdown-toggle {
  padding-top: 30px;
  padding-bottom: 26px;
}

.dropdown-link {
  background-color: #fff;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
  transition: color .3s;
}

.dropdown-link:hover {
  color: #9c9a9a;
}

.dropdown-list {
  box-shadow: 1px 1px 3px #000;
}

.dropdown-list.w--open {
  box-shadow: none;
}

.text-link {
  color: #333;
  border-bottom: 1px dashed #333;
  text-decoration: none;
  transition: opacity .3s;
}

.text-link:hover {
  opacity: .5;
}

.bio-link {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.sns {
  width: 24px;
  margin-left: 8px;
  margin-right: 8px;
  transition: opacity .3s;
}

.sns:hover {
  opacity: .5;
}

.contact-block {
  margin-top: 120px;
  margin-bottom: 120px;
}

.heading-7 {
  text-align: center;
}

.summit-btn {
  background-color: var(--black);
  width: 200px;
  padding: 20px 30px;
  font-size: 16px;
  font-weight: 500;
}

.form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.field-label {
  flex-direction: row;
  align-self: flex-start;
  align-items: center;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.checkbox-field {
  margin-top: 20px;
  margin-bottom: 40px;
}

.checkbox-label {
  font-size: 14px;
  font-weight: 500;
}

.link-2 {
  color: var(--black);
}

.textarea {
  min-height: 100px;
}

.form-block {
  margin-top: 40px;
}

.required {
  background-color: #e0e0e0;
  margin-left: 10px;
  padding: 4px 8px;
  font-size: 12px;
  display: inline-block;
}

.text-field {
  margin-bottom: 20px;
}

.radio-button-field {
  align-self: center;
  padding-top: 8px;
  padding-bottom: 8px;
}

.radio-button-field.other {
  margin-bottom: 0;
}

.div-block-3 {
  align-self: flex-start;
  width: 100%;
  margin-bottom: 20px;
}

.div-block-4 {
  flex-direction: row;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-field-2 {
  flex: 1;
  margin-bottom: 0;
  margin-left: 10px;
}

.text-span-2 {
  font-family: Gotham;
}

.list-3 {
  margin-bottom: 0;
  padding-left: 20px;
}

.list-item-2 {
  margin-bottom: 10px;
  list-style-type: decimal;
}

.footer-link-box {
  grid-column-gap: 20px;
  justify-content: center;
  margin-bottom: 20px;
  display: flex;
}

.float_menu {
  z-index: 9999;
  grid-column-gap: 1.5rem;
  background-color: #fff;
  border-radius: 40px;
  flex-direction: row;
  place-content: stretch center;
  align-items: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 40px;
  display: flex;
  position: fixed;
  inset: 0% auto auto;
  box-shadow: 0 0 4px #0000000a, 0 8px 16px #00000014;
}

.float_menu.mobile {
  display: none;
}

.float_menu.contact {
  background-color: #000;
  inset: 0% 40px auto auto;
}

.heading-8 {
  z-index: 999;
  color: #000;
  text-align: center;
  letter-spacing: -2px;
  text-transform: uppercase;
  word-break: normal;
  cursor: default;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 6.25rem;
  font-weight: 900;
  line-height: 5.625rem;
  display: flex;
}

.float_menu_item {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25rem;
  text-decoration: none;
}

.float_menu_item.white {
  color: #fff;
}

.cover {
  z-index: 1;
  object-fit: fill;
  display: block;
}

.main {
  z-index: 999;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  display: block;
  position: relative;
}

.body {
  height: 100%;
}

.reveal-type {
  z-index: 99;
  color: #000;
  text-align: left;
  max-width: 50rem;
  margin: 0 auto;
  font-family: Inter, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.reveal-type.jp {
  font-weight: 700;
  line-height: 1.5;
}

.reveal-type.tw {
  font-weight: 600;
  line-height: 1.5;
}

.section_title {
  color: #0000000d;
  text-align: center;
  letter-spacing: -10px;
  text-transform: uppercase;
  cursor: default;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 15rem;
  font-weight: 900;
  line-height: 1;
}

.service_wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  align-content: stretch;
  width: 100%;
  max-width: 1000px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.service_title {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}

.service_description {
  color: var(--black);
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.service_block {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  flex: none;
  align-items: stretch;
  width: 48%;
  display: flex;
}

.cover_team {
  z-index: 999;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 200svh;
  overflow: clip;
}

.section_service {
  z-index: 999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 150px;
  display: block;
  position: relative;
}

.section_team {
  z-index: 999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 250px;
  padding-top: 150px;
  display: flex;
  position: relative;
}

.team_wrapper {
  z-index: 999;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 40px;
  display: grid;
  position: relative;
}

.member_card {
  aspect-ratio: 3 / 2;
  object-fit: fill;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.member_photo {
  opacity: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.member_description_wrapper {
  z-index: 999;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  opacity: 0;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  overflow: scroll;
}

.member_name {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.member_name.jp {
  font-size: 1.375rem;
  line-height: 1.2;
}

.member_role {
  opacity: .3;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 120%;
}

.member_role.jp {
  font-size: .9375rem;
  line-height: 1.2;
}

.member_description {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 150%;
}

.member_description.jp {
  font-size: .8125rem;
  line-height: 1.5;
}

.wrapper {
  flex-direction: column;
  align-items: center;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: clip;
}

.company_wrapper {
  flex-direction: row;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.company_map_wrapper {
  width: 100%;
}

.company_info_wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  width: 100%;
  padding: 40px;
  display: flex;
}

.company_info_title {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  overflow: visible;
}

.company_info_content {
  color: var(--black);
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.company_info_block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.map_url {
  color: #000;
  text-decoration: underline;
}

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

.logo_wrapper {
  z-index: 9999;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: flex-start;
  display: flex;
  position: fixed;
  inset: 50px auto auto 40px;
}

.section_wrapper {
  z-index: 999;
  background-image: linear-gradient(#fff0, #fff 2%);
  position: relative;
}

.profile_link {
  color: #fff;
}

.profile_link.jp {
  font-size: .8125rem;
  line-height: 1.25rem;
}

.member_links {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.news_wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 700px;
  display: flex;
}

.news_name {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.news_date {
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.news_item {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #000;
  flex-direction: column;
  width: 100%;
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  text-decoration: none;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.news_item:hover {
  background-color: #f7f7f7;
  border-radius: 20px;
}

.footer_copyright {
  color: var(--black);
  font-family: Inter, sans-serif;
  font-size: .9375rem;
  line-height: 1.5;
}

.footer_link {
  color: var(--black);
  font-family: Inter, sans-serif;
  font-size: .875rem;
  line-height: 1.25rem;
}

.footer_links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 12px;
  margin-bottom: 12px;
  display: flex;
}

.contact_text {
  color: var(--black);
  margin-bottom: 1.25rem;
  font-family: Inter, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5;
}

.contact_wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.news_type {
  text-transform: uppercase;
  background-color: #d8d8d8;
  border-radius: 6px;
  padding: .25rem .5rem;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.25rem;
}

.news_info {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.section_news, .section_company, .section_contact {
  z-index: 999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 250px;
  padding-top: 150px;
  display: flex;
  position: relative;
}

.section-_footer {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 200px;
  margin-bottom: 80px;
  display: flex;
}

.btn {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--black);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 2.5rem;
  text-decoration: none;
  display: flex;
}

.btn_text {
  color: #fff;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.25rem;
  display: block;
}

.btn_arrow {
  color: #fff;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: block;
}

.btn_icon {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
  top: -1px;
  overflow: hidden;
}

.news_list_wrapper {
  width: 100%;
}

.div-block-26 {
  width: 40px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.scroll-line {
  background-color: #000;
  width: 1px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-27 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 0;
}

.text-block-30 {
  color: var(--black);
  font-family: Inter, sans-serif;
  font-size: .875rem;
  line-height: 1.25rem;
}

.text_wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.text-line {
  overflow: hidden;
}

.text-line.mobile {
  display: none;
}

.section_statement {
  z-index: 99;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.caption {
  margin-top: 24px;
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 500;
  display: none;
}

.logotype {
  color: #000;
  mix-blend-mode: difference;
  width: 80px;
  display: block;
}

.logo {
  width: 120px;
  height: 40px;
}

.br {
  width: 100%;
  display: block;
}

.language-type {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--black);
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
  text-decoration: none;
  transition: opacity .3s linear;
  display: flex;
}

.language-type:hover {
  opacity: .4;
}

.link-4 {
  color: var(--black);
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 100%;
}

.link-4.w--current {
  text-decoration: none;
}

.seprate {
  color: #b3b3b3;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 100%;
}

.seprate.w--current {
  text-decoration: none;
}

.float_menu_contact {
  z-index: 9999;
  grid-column-gap: 1.5rem;
  background-color: #000;
  border-radius: 40px;
  flex-direction: row;
  place-content: stretch center;
  align-items: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 40px;
  display: flex;
  position: fixed;
  inset: 0% 40px auto auto;
  box-shadow: 0 0 4px #0000000a, 0 8px 16px #00000014;
}

.float_menu_contact.mobile {
  display: none;
}

.float_menu_contact.contact {
  background-color: #000;
  inset: 0% 40px auto auto;
}

.float_menu_item_white {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25rem;
  text-decoration: none;
}

.float_menu_item_white.white {
  color: #fff;
}

.div-block-28 {
  width: 100%;
  height: 40px;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

._5th {
  color: #949494;
}

._5th-text {
  width: 15px;
  margin-top: 0;
}

.language-wrapper {
  z-index: 9999;
  grid-column-gap: .35rem;
  grid-row-gap: .35rem;
  display: flex;
}

.text-block-31 {
  color: #c9c9c9;
}

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

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

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

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

._404 {
  font-family: Oswald, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 100%;
}

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

.wrap {
  width: 100%;
  padding-bottom: 100vh;
  position: relative;
}

.stickey-track {
  position: absolute;
  inset: 0%;
}

.stickey-element {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 100svh;
  display: flex;
  position: sticky;
  top: 0;
}

@media screen and (max-width: 991px) {
  .heading {
    line-height: 54px;
  }

  .section.hero {
    background-image: linear-gradient(#0003, #0003), url('../images/tomasz-zagorski-1097343-unsplash.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .brand {
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .image {
    width: 80px;
  }

  .member {
    width: 45%;
  }

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

  .icon {
    color: #000;
  }

  .nav-menu {
    background-color: #fff;
  }

  .section-2 {
    margin-top: 60px;
  }

  .heading-8 {
    font-size: 80px;
    line-height: 1;
  }

  .section_title {
    overflow-wrap: anywhere;
    font-size: 160px;
    line-height: 80%;
  }

  .service_wrapper {
    flex-direction: row;
    padding-left: 40px;
    padding-right: 40px;
  }

  .service_block {
    width: 100%;
  }

  .team_wrapper {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .section_statement {
    height: 100svh;
    padding-left: 40px;
    padding-right: 40px;
  }

  .wrap {
    padding-bottom: 0;
  }

  .stickey-element {
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    font-size: 40px;
    line-height: 46px;
  }

  .heading.ja {
    font-size: 36px;
  }

  .paragraph {
    font-size: 18px;
  }

  .section.hero {
    background-image: linear-gradient(#0003, #0003), url('../images/tomasz-zagorski-1097343-unsplash.jpg');
    background-position: 0 0, 50%;
    height: 680px;
  }

  .heading-2 {
    font-size: 28px;
  }

  .title {
    font-size: 22px;
  }

  .job-title.ja {
    text-align: center;
  }

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

  .container.hero {
    flex: 0 auto;
  }

  .grid {
    grid-row-gap: 10px;
    text-align: left;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .grid.company, .info-title {
    text-align: center;
  }

  .info-description {
    text-align: center;
    margin-bottom: 20px;
  }

  .nav-link {
    background-color: #fff;
    padding-left: 20px;
  }

  .brand {
    margin-top: 15px;
    margin-bottom: 0;
  }

  .image {
    width: 70px;
    margin-left: 10px;
  }

  .board {
    grid-row-gap: 50px;
    grid-template-rows: auto auto auto auto auto auto;
    margin-left: 20px;
    margin-right: 20px;
  }

  .member {
    width: 100%;
  }

  .map {
    height: 300px;
  }

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

  .icon {
    color: #000;
  }

  .service {
    width: 100%;
  }

  .services {
    margin-left: 20px;
    margin-right: 20px;
  }

  .section-2 {
    margin-top: 60px;
  }

  .inner {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .post-date {
    min-width: auto;
  }

  .collection-item {
    flex-direction: column;
  }

  .text-block-20 {
    margin-left: 12px;
    margin-right: 0;
  }

  .section-3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .paragraph-3 {
    margin-top: 8px;
    font-size: 16px;
  }

  .link-block {
    flex-direction: column;
    align-items: center;
  }

  .collection-list-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dropdown-toggle {
    margin-left: 10px;
  }

  .contact-block {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .float_menu {
    margin-top: 80px;
    display: none;
  }

  .float_menu.mobile {
    margin-top: 0;
    display: block;
    inset: 30px 40px auto auto;
  }

  .heading-8 {
    font-size: 60px;
  }

  .reveal-type.jp {
    font-size: 32px;
  }

  .section_title {
    text-align: center;
    letter-spacing: -5px;
    overflow-wrap: anywhere;
    object-fit: fill;
    width: 100%;
    font-size: 110px;
  }

  .service_block {
    width: 100%;
  }

  .cover_team {
    height: 150svh;
  }

  .section_service {
    align-items: stretch;
    margin-top: 150px;
    display: flex;
  }

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

  .company_wrapper {
    flex-direction: column-reverse;
  }

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

  .contact_text {
    text-align: center;
    font-size: 30px;
  }

  .float_menu_contact {
    display: block;
  }

  .float_menu_contact.mobile {
    margin-top: 0;
    display: block;
    inset: 30px 40px auto auto;
  }

  .div-block-28 {
    z-index: 1000;
    background-image: linear-gradient(#fff, #fff0);
    height: 140px;
    display: block;
  }

  .wrap {
    padding-bottom: 0;
    overflow: hidden;
  }

  .stickey-track {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .stickey-element {
    height: auto;
    display: block;
    top: 60%;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    line-height: 46px;
  }

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

  .section.hero {
    background-image: linear-gradient(#0003, #0003), url('../images/tomasz-zagorski-1097343-unsplash.jpg');
    background-position: 0 0, 100%;
    background-size: auto, cover;
    height: 600px;
  }

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

  .info-description {
    text-align: center;
  }

  .brand {
    margin-top: 16px;
  }

  .member {
    width: 100%;
  }

  .text-block-3 {
    line-height: 24px;
  }

  .paragraph-3 {
    text-align: center;
  }

  .summit-btn {
    width: 100%;
  }

  .float_menu {
    grid-column-gap: 12px;
    display: none;
  }

  .float_menu.mobile {
    right: 24px;
  }

  .heading-8 {
    font-size: 15vw;
  }

  .float_menu_item {
    font-size: 14px;
  }

  .cover {
    left: -1%;
  }

  .reveal-type {
    font-size: 2rem;
  }

  .reveal-type.jp {
    font-size: 24px;
  }

  .section_title {
    letter-spacing: -2px;
    font-size: 72px;
  }

  .service_wrapper {
    margin-top: -40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .cover_team {
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .section_service {
    margin-top: 0;
    padding-top: 0;
  }

  .section_team {
    margin-top: 0;
  }

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

  .member_description_wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-start;
    padding: 20px;
    overflow: scroll;
  }

  .member_name {
    font-size: 20px;
  }

  .member_role {
    font-size: 15px;
  }

  .company_info_wrapper {
    margin-top: -40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .logo_wrapper {
    left: 24px;
  }

  .section_news, .section_company, .section_contact {
    margin-top: 0;
  }

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

  .text-line.desktop {
    display: none;
  }

  .section_statement {
    height: 100%;
    margin-top: 0;
    margin-bottom: 200px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .text-span-3 {
    text-decoration: none;
  }

  .caption {
    margin-top: 0;
    margin-bottom: 40px;
    display: block;
  }

  .float_menu_contact {
    grid-column-gap: 12px;
    padding-left: 24px;
    padding-right: 24px;
    right: 24px;
  }

  .float_menu_contact.mobile {
    right: 24px;
  }

  .float_menu_item_white {
    font-size: 14px;
  }
}

#w-node-_922fe480-0f82-f1ce-ed29-28eb026b73ac-026b73ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_922fe480-0f82-f1ce-ed29-28eb026b73b4-026b73ac {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7ba25fe9-391d-ad40-603a-85d21125bc09-7d20d3a7 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-a16c51fe-c66b-3e5d-94e8-cd44c7d3c54d-7d20d3a7 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-be43a503-aa6a-8cb8-e44b-07afa148b010-7d20d3a7 {
  grid-area: 3 / 1 / 5 / 2;
}

#w-node-_294fefa9-1e61-f80c-9818-2fa6a3cef877-7d20d3a7 {
  grid-area: 3 / 2 / 5 / 3;
}

#w-node-fa101bd9-c2bd-acf5-5d73-e54540154322-7d20d3a7 {
  grid-area: 1 / 1 / 4 / 2;
}

#w-node-d34797c6-ed9b-e3a3-bcc3-980467217019-7d20d3a7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b124bf58-7b5b-e553-3200-bc82131a9196-7d20d3a7 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-dc1fcd1f-50b7-c806-9997-6c13667533dd-7d20d3a7 {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-ef35f3c8-f8ef-6c61-d749-ccceb61b0c22-7d20d3a7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b4413703-d9cd-7089-b320-dd4a881257b0-7d20d3a7 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-c69ba603-eb7f-9db1-ece2-3005d69bcf38-7d20d3a7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_26e6ac2d-7806-b2c7-7bcb-cdff205f5299-7d20d3a7 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_0cf665f8-754d-c8ee-babe-0fa6acfeab00-7d20d3a7 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_0e3f80cc-2fd6-a20d-e1bd-d18de8677cd6-7d20d3a7 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_6f99c96f-2131-9a5f-ba8d-e03fc6512d4c-7d20d3a7 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_7ba25fe9-391d-ad40-603a-85d21125bc09-7d20d3ae {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-a16c51fe-c66b-3e5d-94e8-cd44c7d3c54d-7d20d3ae {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-be43a503-aa6a-8cb8-e44b-07afa148b010-7d20d3ae {
  grid-area: 3 / 1 / 5 / 2;
}

#w-node-_294fefa9-1e61-f80c-9818-2fa6a3cef877-7d20d3ae {
  grid-area: 3 / 2 / 5 / 3;
}

#w-node-fa101bd9-c2bd-acf5-5d73-e54540154322-7d20d3ae {
  grid-area: 1 / 1 / 4 / 2;
}

#w-node-_7fd5358e-6a08-132d-8d50-d0ff214da0bd-7d20d3ae {
  grid-area: 4 / 2 / 7 / 3;
}

#w-node-d34797c6-ed9b-e3a3-bcc3-980467217019-7d20d3ae {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b124bf58-7b5b-e553-3200-bc82131a9196-7d20d3ae {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-dc1fcd1f-50b7-c806-9997-6c13667533dd-7d20d3ae {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-ef35f3c8-f8ef-6c61-d749-ccceb61b0c22-7d20d3ae {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b4413703-d9cd-7089-b320-dd4a881257b0-7d20d3ae {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-c69ba603-eb7f-9db1-ece2-3005d69bcf38-7d20d3ae {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_26e6ac2d-7806-b2c7-7bcb-cdff205f5299-7d20d3ae {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_0cf665f8-754d-c8ee-babe-0fa6acfeab00-7d20d3ae {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_0e3f80cc-2fd6-a20d-e1bd-d18de8677cd6-7d20d3ae {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_6f99c96f-2131-9a5f-ba8d-e03fc6512d4c-7d20d3ae {
  grid-area: 2 / 2 / 3 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-_7ba25fe9-391d-ad40-603a-85d21125bc09-7d20d3a7, #w-node-_7ba25fe9-391d-ad40-603a-85d21125bc09-7d20d3ae {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_7fd5358e-6a08-132d-8d50-d0ff214da0bd-7d20d3ae {
    grid-area: 4 / 2 / 7 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7ba25fe9-391d-ad40-603a-85d21125bc09-7d20d3a7 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-a16c51fe-c66b-3e5d-94e8-cd44c7d3c54d-7d20d3a7 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-be43a503-aa6a-8cb8-e44b-07afa148b010-7d20d3a7 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_294fefa9-1e61-f80c-9818-2fa6a3cef877-7d20d3a7 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-fa101bd9-c2bd-acf5-5d73-e54540154322-7d20d3a7 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-d34797c6-ed9b-e3a3-bcc3-980467217019-7d20d3a7 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-b124bf58-7b5b-e553-3200-bc82131a9196-7d20d3a7 {
    grid-area: 10 / 1 / 11 / 3;
    place-self: auto;
  }

  #w-node-dc1fcd1f-50b7-c806-9997-6c13667533dd-7d20d3a7 {
    grid-area: 9 / 1 / 10 / 3;
  }

  #w-node-ef35f3c8-f8ef-6c61-d749-ccceb61b0c22-7d20d3a7 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-b4413703-d9cd-7089-b320-dd4a881257b0-7d20d3a7 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-c69ba603-eb7f-9db1-ece2-3005d69bcf38-7d20d3a7 {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-_26e6ac2d-7806-b2c7-7bcb-cdff205f5299-7d20d3a7 {
    grid-area: 6 / 1 / 7 / 3;
  }

  #w-node-_0cf665f8-754d-c8ee-babe-0fa6acfeab00-7d20d3a7 {
    grid-area: 7 / 1 / 8 / 3;
  }

  #w-node-_0e3f80cc-2fd6-a20d-e1bd-d18de8677cd6-7d20d3a7 {
    grid-area: 8 / 1 / 9 / 3;
  }

  #w-node-_6f99c96f-2131-9a5f-ba8d-e03fc6512d4c-7d20d3a7 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_7ba25fe9-391d-ad40-603a-85d21125bc09-7d20d3ae {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-a16c51fe-c66b-3e5d-94e8-cd44c7d3c54d-7d20d3ae {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-be43a503-aa6a-8cb8-e44b-07afa148b010-7d20d3ae {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_294fefa9-1e61-f80c-9818-2fa6a3cef877-7d20d3ae {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-fa101bd9-c2bd-acf5-5d73-e54540154322-7d20d3ae {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_7fd5358e-6a08-132d-8d50-d0ff214da0bd-7d20d3ae {
    grid-area: 5 / 1 / 6 / 4;
  }

  #w-node-d34797c6-ed9b-e3a3-bcc3-980467217019-7d20d3ae {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-b124bf58-7b5b-e553-3200-bc82131a9196-7d20d3ae {
    grid-area: 10 / 1 / 11 / 3;
    place-self: auto;
  }

  #w-node-dc1fcd1f-50b7-c806-9997-6c13667533dd-7d20d3ae {
    grid-area: 9 / 1 / 10 / 3;
  }

  #w-node-ef35f3c8-f8ef-6c61-d749-ccceb61b0c22-7d20d3ae {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-b4413703-d9cd-7089-b320-dd4a881257b0-7d20d3ae {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-c69ba603-eb7f-9db1-ece2-3005d69bcf38-7d20d3ae {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-_26e6ac2d-7806-b2c7-7bcb-cdff205f5299-7d20d3ae {
    grid-area: 6 / 1 / 7 / 3;
  }

  #w-node-_0cf665f8-754d-c8ee-babe-0fa6acfeab00-7d20d3ae {
    grid-area: 7 / 1 / 8 / 3;
  }

  #w-node-_0e3f80cc-2fd6-a20d-e1bd-d18de8677cd6-7d20d3ae {
    grid-area: 8 / 1 / 9 / 3;
  }

  #w-node-_6f99c96f-2131-9a5f-ba8d-e03fc6512d4c-7d20d3ae {
    grid-area: 4 / 1 / 5 / 3;
  }
}


