@font-face {
  font-family: NeueHelveticaPro;
  src: url('../fonts/font-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: NeueHelveticaPro;
  src: url('../fonts/font-500.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --gray-1: #222;
  --gray-2: #666;
  --primary: #f82e25;
  --white: white;
  --black: black;
  --gray-3: #999;
  --gray-4: #ccc;
  --gray-6: #eee;
  --bg-1: #f5f5f7;
  --gray-5: #d9d9d9;
  --bg-2: #f9f9f9;
}

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

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

@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 {
  color: #333;
  word-break: keep-all;
  font-size: 14px;
  line-height: 20px;
}

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

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

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

h5 {
  color: var(--gray-1);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

ol {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--gray-2);
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 16px;
  font-size: 16px;
  line-height: 1.5;
  display: flex;
}

img {
  max-width: 100%;
  display: inline-block;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.gray-700 {
  color: #424242;
}

.div-block {
  background-color: #212121;
}

.div-block-8 {
  background-color: #bdbdbd;
}

.blue-gray-200 {
  color: #a1a6ad;
}

.blue-gray-900 {
  color: #0d0f14;
}

.primary {
  color: var(--primary);
}

.primary-y {
  color: #6b16ee;
}

.blue-gray-600 {
  color: #242933;
}

.div-block-11 {
  background-color: #eee;
}

.list-more-button {
  grid-column-gap: 5px;
  background-color: var(--white);
  color: var(--gray-1);
  border: 1px solid #d9d9d9;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: 22px 28px;
  font-family: NeueHelveticaPro, Arial, sans-serif;
  font-size: 18px;
  text-decoration: none;
  display: flex;
}

.heading-7 {
  color: var(--gray-1);
  white-space: pre-wrap;
  word-break: break-all;
  font-family: NeueHelveticaPro, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.4em;
}

.heading-2 {
  color: var(--gray-1);
  margin-top: 0;
  margin-bottom: 0;
  font-family: NeueHelveticaPro, Arial, sans-serif;
  font-size: 100px;
  line-height: 1.3;
}

.heading-4 {
  color: var(--gray-1);
  margin-top: 0;
  margin-bottom: 0;
  font-family: NeueHelveticaPro, Arial, sans-serif;
  font-size: 60px;
  line-height: 1.5;
}

.div-block-6 {
  background-color: #757575;
}

.white {
  color: #fff;
}

.div-block-4 {
  background-color: #424242;
}

.blue-gray-500 {
  color: #383d47;
}

.blue-gray-300 {
  color: #787d85;
}

.p1 {
  color: var(--gray-2);
  white-space: pre-wrap;
  font-size: 22px;
  line-height: 1.6em;
}

.gray-600 {
  color: #616161;
}

.blue-gray-700 {
  color: #1c2029;
}

.heading-6 {
  color: var(--gray-1);
  margin-top: 0;
  margin-bottom: 0;
  font-family: NeueHelveticaPro, Arial, sans-serif;
  font-size: 34px;
  line-height: 1.4em;
}

.div-block-2 {
  background-color: #212121;
}

.primary-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--primary);
  color: #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.primary-button:hover {
  background-color: var(--primary);
}

.primary-button.lg {
  height: 70px;
  padding: 0 23px;
  font-size: 18px;
}

.primary-button.md {
  height: 48px;
  padding: 0 15px;
  font-size: 16px;
}

.primary-button.sm {
  height: 36px;
  padding: 0 11px;
  font-size: 14px;
}

.div-block-9 {
  background-color: #e0e0e0;
}

.gray-400 {
  color: #9e9e9e;
}

.div-block-10 {
  background-color: #eee;
}

.svg-icon-old._12 {
  color: #444;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  display: flex;
}

.heading-1 {
  color: var(--gray-1);
  margin-top: 0;
  margin-bottom: 0;
  font-family: NeueHelveticaPro, Arial, sans-serif;
  font-size: 100px;
  line-height: 1.2em;
}

.heading-1.text-animate {
  font-family: Helveticaneue;
}

.style-guide-wrapper {
  max-width: 960px;
  margin: auto;
}

.blue-gray-800 {
  color: #14171f;
}

.gray-200 {
  color: #e0e0e0;
}

.blue-gray-50 {
  color: #e6ebf0;
}

.gray-900 {
  color: #212121;
}

.gray-500 {
  color: #757575;
}

.gray-800 {
  color: #313131;
}

.bold-text {
  font-weight: 600;
}

.black {
  color: #000;
}

.text-block-10 {
  color: #444;
}

.p2 {
  color: var(--gray-2);
  white-space: pre-wrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.6em;
}

.p2.primary {
  color: var(--primary);
}

.div-block-3 {
  background-color: #313131;
}

.div-block-7 {
  background-color: #9e9e9e;
}

.list {
  color: #212121;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}

.secondary {
  color: #2e6baa;
}

.blue-gray-100 {
  color: #ccd1d6;
}

.blog-post {
  white-space: pre-wrap;
  word-break: keep-all;
  flex-flow: column;
  margin-top: 36px;
  padding-top: 0;
  display: flex;
}

.blog-post p {
  color: var(--gray-2);
  font-size: 18px;
  line-height: 1.6;
}

.blog-post h1 {
  color: var(--gray-1);
}

.blog-post h2 {
  color: var(--gray-1);
  font-size: 26px;
  font-weight: 600;
  line-height: 1.5;
}

.blog-post h3 {
  color: var(--gray-1);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}

.blog-post h6 {
  color: var(--gray-1);
  font-weight: 600;
  line-height: 1.5;
}

.blog-post ul {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--gray-2);
  flex-flow: column;
  padding-left: 16px;
  font-size: 16px;
  line-height: 1.5;
  display: flex;
}

.blog-post a {
  color: var(--gray-1);
}

.line-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #616161;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: all .2s;
  display: inline-flex;
}

.line-button:hover {
  color: #111;
  background-color: #fff;
  border-color: #9e9e9e;
}

.line-button.lg {
  height: 60px;
  padding: 0 23px;
  font-size: 20px;
}

.line-button.sm {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  height: 36px;
  padding: 0 11px;
}

.line-button.md {
  height: 50px;
  padding: 0 15px;
  font-size: 16px;
}

.heading-5 {
  color: var(--gray-1);
  margin-top: 0;
  margin-bottom: 0;
  font-family: NeueHelveticaPro, Arial, sans-serif;
  font-size: 48px;
  line-height: 1.3em;
}

.gray-50 {
  color: #f5f5f5;
}

.gray-100 {
  color: #eee;
}

.div-block-5 {
  background-color: #616161;
}

.gray-10 {
  color: #fafafa;
}

.blue-gray-400 {
  color: #4d525c;
}

.blue-gray-10 {
  color: #f7fafc;
}

.gray-300 {
  color: #bdbdbd;
}

.brand {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0% auto;
  overflow: hidden;
}

.container {
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 160px;
  padding-right: 160px;
  display: flex;
  position: relative;
}

.container.full {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.container.relate {
  position: relative;
}

.container.top-button-wrap {
  justify-content: flex-end;
  align-items: flex-end;
  height: 0;
  position: sticky;
  bottom: 0;
}

.nav-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.navbar {
  z-index: 2000;
  background-color: var(--white);
  height: 70px;
  position: fixed;
  inset: 0% 0% auto;
}

.menu-left {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.nav-link {
  height: 100%;
  color: var(--gray-1);
  white-space: nowrap;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: NeueHelveticaPro, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

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

.nav-link.en-medium {
  font-family: Helveticaneue;
  font-weight: 500;
}

.nav-link.en-m {
  transition: all .2s;
}

.nav-link.en-m:hover {
  color: var(--primary);
}

.menu-group {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.section.footer-section {
  border-top: 1px solid #eee;
}

.section.overflow-hidden {
  display: block;
}

.section.about-scroll {
  height: 300vh;
}

.section.relate {
  position: relative;
}

.section._300vh {
  background-color: var(--white);
  min-height: 300svh;
  overflow: clip;
}

.hero {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 960px;
  position: relative;
}

.section-wrap {
  width: 100%;
  padding-top: 240px;
  padding-bottom: 240px;
}

.section-wrap.top-small-padding {
  padding-top: 140px;
}

.section-wrap.split {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-height: 100svh;
  display: flex;
  position: sticky;
  top: 0;
}

.text-container.right {
  text-align: right;
}

.quote-wrap {
  grid-column-gap: 240px;
  grid-row-gap: 240px;
  flex-flow: column;
  display: flex;
}

.home-works-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.home-works-list.right {
  justify-content: flex-end;
  align-items: flex-start;
}

.home-works-item {
  min-width: 796px;
  max-width: 796px;
}

.works-list-image {
  aspect-ratio: 1.66;
  object-fit: cover;
  width: 100%;
  max-width: 796px;
  transition: all .8s;
}

.works-list-image:hover {
  transform: scale(1.03);
}

.wroks-list-heading-wrap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  padding-top: 28px;
  display: flex;
}

.wroks-list-heading-wrap.small {
  padding-top: 24px;
}

.tag {
  color: #999;
  background-color: #f5f5f7;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  height: 34px;
  padding-left: 14px;
  padding-right: 14px;
  font-family: NeueHelveticaPro, Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  display: flex;
}

.tag.dark {
  background-color: #000;
  border: 1px solid #343434;
}

.list-tag-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  margin-top: 14px;
  display: flex;
}

.list-tag-wrap.small {
  margin-top: 20px;
}

.works-list-heading {
  color: var(--gray-1);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.45;
}

.works-list-heading.small {
  font-size: 20px;
}

.works-list-heading.white {
  color: var(--white);
}

.works-client {
  color: var(--gray-2);
  font-size: 18px;
  line-height: 1.55;
}

.home-works-collection-list-group {
  z-index: 3;
  grid-column-gap: 154px;
  grid-row-gap: 154px;
  background-color: var(--black);
  mix-blend-mode: screen;
  flex-flow: column;
  padding-top: 800px;
  padding-bottom: 160px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-insight-wrap {
  display: flex;
}

.home-insight-collection-wrap {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
}

.home-insight-collection-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: end;
  display: grid;
}

.home-insight-collection-item {
  width: 100%;
  max-width: 520px;
}

.insight-image {
  object-fit: cover;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
}

.home-insight-list-header {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 28px;
  display: flex;
}

.image-2 {
  width: 14px;
  height: 14px;
}

.out-link-block {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--gray-3);
  justify-content: flex-start;
  align-items: center;
  margin-top: 24px;
  font-size: 16px;
  display: flex;
}

.out-link {
  background-image: url('../images/ico14.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
}

.footer {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.footer-bottom {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.footer-info-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-info-text {
  color: var(--gray-3);
  font-size: 13px;
  line-height: 1.2;
}

.footer-slogan {
  color: var(--gray-1);
  font-family: NeueHelveticaPro, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.en-m {
  font-family: Helveticaneue;
  font-weight: 500;
}

.en-r {
  font-family: NeueHelveticaPro, Arial, sans-serif;
  font-weight: 400;
}

.div-block-12 {
  background-color: #ccc;
  width: 1px;
  height: 10px;
}

.regular {
  font-weight: 400;
}

.overflow-hidden {
  font-size: 100px;
  line-height: 1.2;
  overflow: hidden;
}

.get-in-thouch-button {
  z-index: 1999;
  background-color: var(--black);
  width: 54px;
  height: 178px;
  color: var(--white);
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.get-in-touch-text {
  z-index: 1;
  white-space: nowrap;
  overflow-wrap: normal;
  font-family: NeueHelveticaPro, Arial, sans-serif;
  position: relative;
}

.image-3 {
  z-index: 1;
  width: 16px;
  position: relative;
}

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

.insight-link {
  cursor: pointer;
  text-decoration: none;
}

.get-in-touch-wrap {
  z-index: 3000;
  position: fixed;
  inset: 0% 0% auto auto;
}

.about-hero {
  background-color: var(--white);
  width: 100%;
  position: relative;
}

.about-hero-top {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 400vh;
  display: flex;
  position: relative;
}

.about-hero-bottom {
  height: 300vh;
  display: flex;
  position: relative;
}

.about-heading-wrap-1 {
  z-index: 100;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 1.3em;
  font-size: 48px;
  line-height: 1.3;
  display: flex;
  overflow: hidden;
}

.about-hero-top-image-wrap {
  aspect-ratio: 1;
  width: 40vw;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.about-hero-image {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.about-slide-image-1 {
  object-fit: cover;
  min-width: 50vw;
  height: 100%;
}

.about-hero-bottom-slide-header {
  grid-column-gap: 3vh;
  grid-row-gap: 3vh;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 65vw;
  padding-left: 160px;
  padding-right: 160px;
  display: flex;
}

.semibold {
  font-weight: 600;
}

.about-slide-image-2 {
  object-fit: cover;
  width: 100%;
  min-width: 45vw;
  height: 100%;
}

.about-slide-image-3 {
  object-fit: cover;
  width: 100%;
  min-width: 70vw;
  height: 100%;
}

.about-slide-image-4 {
  object-fit: cover;
  width: 100%;
  min-width: 45vw;
  height: 100%;
}

.section-header {
  margin-bottom: 140px;
}

.section-header.small-margin {
  margin-bottom: 80px;
}

.heading-3 {
  color: var(--gray-1);
  margin-top: 0;
  margin-bottom: 0;
  font-family: NeueHelveticaPro, Arial, sans-serif;
  font-size: 80px;
  line-height: 1.3;
}

.service-list {
  flex-flow: column;
  display: flex;
}

.service-item {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: -1px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-item:hover {
  z-index: 1;
}

.plus-icon {
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  display: flex;
  position: relative;
}

.plus-line {
  background-color: var(--gray-1);
  border-radius: 999px;
  width: 100%;
  height: 2px;
  position: absolute;
}

.plus-line._2 {
  width: 2px;
  height: 100%;
}

.p3 {
  color: var(--gray-2);
  font-size: 16px;
  line-height: 1.5;
}

.service-item-heading-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.service-item-button {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--gray-2);
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.service-item-header {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.service-item-bottom {
  width: 100%;
  padding-left: 54px;
  overflow: hidden;
}

.service-item-sub-heading {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
}

.service-item-sub-heading.normal {
  font-weight: 400;
}

.spacing-28 {
  width: 28px;
  height: 28px;
}

.flex-v {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.section-heading-wrap {
  margin-bottom: 32px;
}

.section-heading-wrap.large-margin {
  margin-bottom: 80px;
}

.section-sub-heading {
  color: var(--gray-1);
  font-family: NeueHelveticaPro, Arial, sans-serif;
  font-size: 23px;
  line-height: 1.5;
}

.works-collection-list-wrap {
  margin-top: 0;
}

.works-collection-list {
  grid-column-gap: 20px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.works-item-link {
  width: 100%;
  text-decoration: none;
}

.list-more-button-wrap {
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

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

.ready-image {
  width: 1005px;
}

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

.bottom-padding-0 {
  padding-bottom: 0;
}

.more-project-headline {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #eee;
  grid-template-rows: auto;
  grid-template-columns: 53% 5% 25% 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 20px;
  display: grid;
}

.text-block-15 {
  color: var(--gray-3);
  font-family: Helveticaneue;
  font-size: 16px;
  line-height: 1.5;
}

.more-project-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #eee;
  grid-template-rows: auto;
  grid-template-columns: 53% 5% 25% 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.more-works-item-header {
  flex-flow: column;
  display: flex;
}

.more-works-list-heading {
  color: var(--gray-1);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.client-text {
  color: var(--gray-3);
  font-size: 18px;
  line-height: 1.5;
}

.text-block-16-copy {
  color: var(--gray-1);
  font-size: 18px;
  line-height: 1.5;
}

.filter-wrap {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tab-field {
  height: 50px;
  max-height: 50px;
  color: var(--gray-3);
  white-space: nowrap;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 12px 6px;
  font-family: NeueHelveticaPro, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  display: flex;
  position: relative;
}

.tab-field.w--current {
  border-bottom: 2px solid var(--black);
  background-color: var(--white);
  color: var(--gray-1);
  font-weight: 500;
}

.radio-button {
  border: 1px #000;
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  inset: 0%;
}

.radio-button.w--redirected-checked {
  box-shadow: none;
}

.collection-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.p2-copy {
  color: var(--gray-2);
  white-space: pre-wrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.6em;
}

.section-sub-heading-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.medium {
  font-weight: 500;
}

.section-header-bottom {
  display: flex;
}

.secondary-button {
  grid-column-gap: 5px;
  color: var(--gray-1);
  background-color: #f5f5f7;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: 22px 28px;
  font-family: Helveticaneue;
  font-size: 18px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.secondary-button.fill {
  white-space: nowrap;
  background-image: url('../images/Rectangle-151153689.svg');
  background-position: 0 70px;
  background-repeat: no-repeat;
  background-size: cover;
  transition-duration: .3s;
}

.secondary-button.fill:hover {
  color: var(--white);
  background-position: 0 0;
}

.career-button-wrap {
  justify-content: flex-end;
  align-items: flex-end;
  margin-left: auto;
  display: flex;
}

.career-item-sub-heading-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: var(--white);
  flex-flow: wrap;
  display: flex;
}

.career-item-sub-heading {
  font-size: 20px;
  line-height: 1.6;
}

.item-bottom-line {
  background-color: var(--gray-2);
  width: 100%;
  max-width: 1600px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.item-top-line {
  background-color: var(--gray-2);
  width: 100%;
  max-width: 1600px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.keyword-line {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 20px;
  display: flex;
}

.keyword-line.right {
  justify-content: flex-end;
  align-items: flex-start;
}

.keyword-item {
  border-top: 2px solid var(--gray-1);
  flex-flow: column;
  justify-content: space-between;
  min-width: 356px;
  min-height: 288px;
  padding: 48px 48px 56px;
  display: flex;
  box-shadow: 0 8px 32px #0000000f;
}

.keyword-heading {
  color: var(--gray-1);
  white-space: pre-wrap;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.6em;
}

.keyword-body {
  color: var(--gray-2);
  font-size: 20px;
  line-height: 1.6;
}

.keyword-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.keyword-track {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.keyword-track.right {
  justify-content: flex-end;
  align-items: flex-start;
}

.contact-image {
  width: 100%;
}

.contact-info-list {
  grid-column-gap: 40px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  display: grid;
}

.contact-info-item {
  cursor: pointer;
  border-bottom: 1px solid #ccc;
  justify-content: space-between;
  padding-bottom: 24px;
  display: flex;
}

.contact-info-item-heading {
  color: var(--gray-2);
  font-family: NeueHelveticaPro, Arial, sans-serif;
  font-size: 22px;
  line-height: 1.5;
}

.contact-info-item-body {
  color: var(--gray-1);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.contact-info-item-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.contact-link {
  color: var(--gray-1);
  text-decoration: none;
}

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

.axc-content-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: flex-start;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 240px;
  display: flex;
  position: relative;
}

.axc-content-wrap.top-small-padding {
  padding-top: 140px;
}

.axc-lnb {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 200px;
}

.toc-button {
  grid-column-gap: 5px;
  color: var(--gray-2);
  white-space: nowrap;
  background-color: #f5f5f7;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: 10px 18px;
  font-family: Helveticaneue;
  font-size: 16px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.toc-button:hover, .toc-button.w--current {
  background-color: var(--primary);
  color: var(--white);
}

.axc-content-body {
  background-color: var(--white);
  flex-flow: column;
  width: 100%;
  max-width: 800px;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.tab-menu {
  z-index: 1;
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  background-color: var(--white);
  max-width: 1920px;
  display: flex;
  position: sticky;
  top: 70px;
  box-shadow: 0 -70px 0 70px #fff;
}

.blog-heading-1 {
  color: var(--gray-1);
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.5;
}

.blog-heading-2 {
  color: var(--gray-1);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.5;
}

.blog-heading-3 {
  color: var(--gray-1);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}

.blog-sub-heading {
  color: var(--gray-2);
  font-size: 18px;
  line-height: 1.6;
}

.acx-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--gray-2);
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 16px;
  font-size: 16px;
  line-height: 1.5;
  display: flex;
}

.axc-sub-heading-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  margin-bottom: 20px;
  display: flex;
}

.axc-gray-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f9f9f9;
  border-radius: 12px;
  flex-flow: column;
  padding: 24px 28px;
  display: flex;
}

.axc-section-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  margin-bottom: 80px;
  display: flex;
}

.axc-section-wrap.bottom-margin-0 {
  margin-bottom: 0;
}

.axc-image-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f9f9f9;
  border-radius: 12px;
  flex-flow: column;
  padding: 24px 28px;
  display: flex;
}

.axc-image {
  width: 100%;
}

.axc-flex-v {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.paragraph {
  font-size: 18px;
}

.code-embed {
  display: none;
}

.tabs-content {
  width: 100%;
  overflow: visible;
}

.tabs-old {
  width: 100%;
  position: relative;
}

.axc-line {
  background-color: #eee;
  width: 100vw;
  min-width: 100vw;
  height: 1px;
  margin-bottom: -1px;
  position: sticky;
  top: 70px;
  transform: translate(0, 50px);
}

.hero-contact-wrap {
  z-index: 1999;
  background-color: var(--black);
  flex-flow: column;
  width: 510px;
  height: 100vh;
  max-height: 100vh;
  padding-bottom: 40px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
  transform: translate(100%);
}

.contact-heading {
  color: var(--white);
  font-size: 26px;
  line-height: 1.5;
}

.text-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--gray-2);
  width: 100%;
  height: 56px;
  color: var(--white);
  background-color: #fff0;
  border-radius: 0;
  margin-bottom: 0;
  padding: 16px 0;
  font-size: 16px;
}

.text-field:focus {
  border-bottom-color: var(--white);
}

.text-field::placeholder {
  color: var(--gray-3);
}

.text-field.light {
  border-bottom-color: var(--gray-4);
  color: var(--gray-1);
}

.text-field.light:focus {
  border-bottom-color: var(--gray-1);
}

.hero-contact-heading-wrap {
  background-color: var(--black);
  justify-content: space-between;
  align-items: center;
  margin-top: 70px;
  padding: 40px 40px 24px;
  display: flex;
  box-shadow: 0 2px 20px #0003;
}

.text-area {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--gray-2);
  min-height: 169px;
  max-height: 169px;
  color: var(--white);
  background-color: #fff0;
  border-radius: 0;
  margin-bottom: 0;
  padding: 16px 0;
  font-size: 16px;
}

.text-area::placeholder {
  color: var(--gray-3);
}

.text-area.light {
  border-bottom-color: var(--gray-4);
}

.contact-body {
  flex-flow: column;
  flex: 1;
  display: flex;
  overflow: auto;
}

.file-upload-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin-top: 12px;
  display: flex;
}

.upload-button {
  height: 56px;
  color: var(--white);
  white-space: nowrap;
  background-color: #fafafa00;
  border: 1px solid #666;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 16px;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.upload-button.light {
  color: var(--gray-1);
}

.contact-bottom {
  background-color: var(--black);
  margin-top: auto;
  padding: 40px;
  position: absolute;
  inset: auto 0% 0%;
}

.contact-form-block {
  height: 100%;
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  overflow: auto;
}

.contact-form {
  flex-flow: column;
  height: 100%;
  display: flex;
}

.checkbox-label {
  color: var(--white);
  margin-left: 8px;
  font-size: 16px;
}

.checkbox {
  border: 1px solid #d9d9d9;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-left: 0;
}

.checkbox.w--redirected-checked {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--gray-1);
  background-image: url('../images/check-white.svg');
  background-position: 50%;
  background-size: 12px;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 28px;
  padding-left: 0;
  display: flex;
}

.field-label {
  color: var(--gray-3);
  white-space: nowrap;
  font-size: 16px;
  font-weight: 400;
  display: none;
  position: absolute;
}

.field-label.hidden {
  display: none;
}

.require-icon {
  color: var(--primary);
}

.field-input-wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-link-white {
  color: var(--white);
}

.code-embed-2 {
  display: none;
}

.div-block-18 {
  height: 100%;
}

.nav-link-label {
  line-height: 1.3;
  transition: color .2s;
}

.nav-link-label.over {
  justify-content: space-between;
  align-items: center;
}

.nav-link-label.normal {
  background-color: var(--white);
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.nav-link-label.bottom {
  color: var(--primary);
}

.nav-link-label.top {
  color: var(--gray-1);
}

.nav-link-label.current {
  color: var(--primary);
}

.track {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 160px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-works-collection-list-top {
  display: flex;
}

.home-works-collection-list-bottom {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.home-collection-list-wrap {
  margin-right: 40px;
}

.insight-image-wrap {
  padding: 0;
  overflow: hidden;
}

.about-mask-header {
  z-index: 2;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.about-line {
  background-color: var(--white);
  opacity: .3;
  width: 100%;
  height: 1px;
  display: flex;
}

.about-large-sub-heading {
  color: var(--white);
  white-space: pre-wrap;
  font-size: 34px;
  line-height: 1.4;
}

.about-hero-sticky-wrap {
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.about-hero-scroll-item {
  display: flex;
}

.nav-container {
  z-index: 1;
  background-color: var(--white);
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 160px;
  padding-right: 160px;
  display: flex;
  position: relative;
}

.nav-container.full {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.nav-container.relate {
  position: relative;
}

.insight-detail-wrap {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 240px;
}

.image-6 {
  width: 100%;
}

.works-detail-header {
  flex-flow: column;
  padding-top: 190px;
  display: flex;
}

.insight-rtb {
  color: var(--gray-1);
  padding-top: 40px;
  font-size: 16px;
}

.insight-rtb p {
  color: var(--gray-2);
  font-size: 18px;
  line-height: 1.6;
}

.insight-rtb h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

.insight-rtb h1, .insight-rtb h2, .insight-rtb h4, .insight-rtb h5, .insight-rtb h6 {
  line-height: 1.3;
}

.insight-rtb ol {
  color: var(--gray-2);
}

.insight-rtb li {
  font-size: 16px;
  line-height: 1.5;
}

.insight-rtb ul {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--gray-2);
  background-color: #f9f9f9;
  border-radius: 12px;
  flex-flow: column;
  padding: 24px 24px 24px 40px;
  display: flex;
}

.insight-rtb a {
  color: var(--gray-1);
}

.insight-rtb strong {
  color: var(--gray-1);
  font-weight: 500;
}

.insight-rtb figure {
  border: 1px solid var(--gray-6);
  background-color: #fff;
  border-radius: 12px;
  padding: 32px;
}

.insight-rtb img {
  border-radius: 8px;
  margin-bottom: 0;
}

.insight-rtb figcaption {
  color: var(--gray-3);
  margin-top: 0;
  font-size: 13px;
}

.paragraph-2 {
  color: var(--gray-1);
  font-size: 18px;
  line-height: 1.6;
}

.insight-heading {
  font-size: 34px;
  font-weight: 600;
  line-height: 1.4;
}

.detail-date-text {
  color: var(--gray-3);
  font-size: 16px;
  line-height: 1.5;
}

.heading-8 {
  font-size: 26px;
  font-weight: 500;
}

.heading-9 {
  font-size: 18px;
  font-weight: 500;
}

.heading-10, .heading-11, .heading-12 {
  font-weight: 500;
}

.bold-text-2 {
  color: var(--gray-1);
}

.works-detail-client {
  margin-bottom: 4px;
  font-size: 18px;
  line-height: 1.6;
}

.works-detail-wrap {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.works-detail {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.works-detail-main-image {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.works-detail-image {
  width: 100vw;
}

.works-detail-info-wrap {
  grid-column-gap: 142px;
  grid-row-gap: 142px;
  grid-template-rows: auto;
  grid-template-columns: 150px 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 50px;
  display: grid;
}

.works-detial-info-item {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  font-family: Helveticaneue;
  display: flex;
}

.works-detail-heading {
  color: var(--gray-1);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.4;
}

.text-block-21 {
  color: var(--gray-2);
  font-family: NeueHelveticaPro, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.text-block-22 {
  color: var(--gray-1);
  font-family: NeueHelveticaPro, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.works-body-wrap {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.works-rtb {
  color: var(--gray-1);
  padding-top: 160px;
  padding-bottom: 240px;
}

.works-rtb p {
  color: var(--gray-2);
  font-size: 18px;
  line-height: 1.6;
}

.works-rtb h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
}

.works-rtb h1 {
  font-size: 44px;
  line-height: 1.3;
}

.works-rtb h2 {
  font-size: 34px;
  line-height: 1.3;
}

.works-rtb h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

.works-rtb h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}

.works-rtb h6 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}

.works-rtb ol {
  color: var(--gray-2);
}

.works-rtb li {
  font-size: 16px;
  line-height: 1.5;
}

.works-rtb ul {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--gray-2);
  background-color: #f9f9f9;
  border-radius: 12px;
  flex-flow: column;
  padding: 24px 24px 24px 40px;
  display: flex;
}

.works-rtb a {
  color: var(--gray-1);
}

.works-rtb strong {
  color: var(--gray-1);
  font-weight: 500;
}

.insight-detail-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #d9d9d9;
  flex-flow: column;
  margin-bottom: 40px;
  padding-top: 190px;
  padding-bottom: 20px;
  display: flex;
}

.works-link {
  position: absolute;
  inset: 0%;
}

.home-video-embed {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 960px;
  margin: auto;
}

.home-video-wrap {
  z-index: -999;
  background-color: #000;
  width: 1000%;
  height: 100%;
  padding-bottom: 56.25%;
  position: absolute;
}

.video-dim-layer {
  z-index: 1;
  background-image: linear-gradient(0deg, #000 6%, #0000);
  width: 100%;
  min-height: 30vh;
  position: absolute;
  inset: auto 0% 0%;
}

.home-hero-video-embed-pc {
  opacity: .75;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-video-background {
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.home-video-container {
  height: 100vh;
}

.text-span {
  background-image: url('../images/ico14.svg');
  background-position: 0 0;
  background-size: auto;
  width: 16px;
}

.outlink {
  font-family: NeueHelveticaPro, Arial, sans-serif;
}

.arrow {
  background-image: url('../images/ico14.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 14px;
  width: 16px;
  min-width: 16px;
  padding-left: 20px;
}

.text-span-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.link-arrow-default {
  width: 14px;
  height: 14px;
  transform: translate(0);
}

.link-arrow-default.over {
  position: absolute;
  inset: 0%;
  transform: translate(-100%, 100%);
}

.div-block-20 {
  height: 2000px;
  min-height: 2000px;
}

.page-wrap {
  position: relative;
}

.top-button {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  width: 64px;
  height: 64px;
  color: var(--gray-2);
  cursor: pointer;
  background-color: #ffffffb3;
  border: 1px solid #d9d9d9;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  transition: all .3s;
  display: flex;
}

.top-button:hover {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--white);
}

.top-button-wrap-2 {
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  max-width: 1920px;
  height: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 160px;
  padding-right: 160px;
  display: flex;
  position: sticky;
  bottom: 0;
}

.top-button-wrap {
  z-index: 1998;
  cursor: pointer;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  max-width: 1920px;
  height: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 160px;
  padding-right: 160px;
  display: flex;
  position: sticky;
  bottom: 0;
}

.code-embed-3 {
  display: none;
}

.about-hero-sticky {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.image-8 {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.div-block-22 {
  z-index: 1;
  background-color: var(--white);
  mix-blend-mode: screen;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.div-block-23 {
  background-color: var(--black);
  width: 500px;
  height: 500px;
}

.about-overlay {
  z-index: 1;
  background-color: var(--white);
  mix-blend-mode: screen;
  justify-content: center;
  align-items: flex-end;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.about-image-mask {
  background-color: var(--black);
  width: 35vw;
  height: 35vw;
}

.hover-layer {
  background-color: var(--primary);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: translate(0, -100%);
}

.page-search {
  background-color: var(--bg-1);
  width: 20vw;
  height: 56px;
  color: var(--gray-1);
  background-image: url('../images/ico24-2.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #000;
  border-radius: 999px;
  justify-content: flex-start;
  align-items: center;
  margin-top: -54px;
  margin-bottom: 0;
  margin-left: auto;
  padding: 0 80px 0 20px;
  font-size: 16px;
  line-height: 1;
  display: flex;
}

.page-search.none {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-9 {
  margin-left: auto;
}

.tabs-menu {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  display: flex;
}

.tabs-contents {
  width: 100%;
  overflow: visible;
}

.tabs {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.category-filter-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.category-filter-tab {
  background-color: var(--bg-1);
  height: 44px;
  color: var(--gray-2);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  position: relative;
  overflow: hidden;
}

.category-filter-tab.is-active {
  background-color: var(--primary);
  color: var(--white);
  font-weight: 500;
}

.filter-radio {
  border: 1px #000;
  border-radius: 999px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.radio-label {
  display: none;
}

.tabs-axc {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 160px;
  padding-right: 160px;
  position: relative;
}

.tab-axc-wrap {
  width: 100%;
  position: relative;
}

.modal-wrap {
  z-index: 2999;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal {
  background-color: var(--white);
  width: 100%;
  max-width: 520px;
  height: auto;
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 40px;
}

.career-form-block {
  flex-flow: column;
  height: 100%;
  margin-bottom: 0;
  display: flex;
}

.career-form {
  flex-flow: column;
  display: flex;
}

.career-form-body {
  flex-flow: column;
  flex: 1;
  display: flex;
  overflow: auto;
}

.career-modal-header {
  margin-bottom: 40px;
}

.modal-filter-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.modal-filter-tab {
  background-color: var(--bg-1);
  height: 44px;
  color: var(--gray-2);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  position: relative;
  overflow: hidden;
}

.modal-filter-tab.is-active {
  background-color: var(--primary);
  color: var(--white);
  font-weight: 500;
}

.modal-filter-tab.is-active-inputactive {
  background-color: var(--primary);
  color: var(--white);
}

.modal-filter-radio {
  border: 1px #000;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.modal-heading {
  color: var(--gray-1);
  font-size: 26px;
  font-weight: 600;
  line-height: 1.4;
}

.modal-heading-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.modal-close-button {
  cursor: pointer;
}

.modal-segment-heading-wrap {
  margin-bottom: 24px;
}

.modal-segment-heading {
  color: var(--gray-1);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.modal-segment-wrap {
  margin-bottom: 40px;
}

.modal-segment-wrap.bottom-margin-0 {
  margin-bottom: 0;
}

.grow {
  width: 100%;
}

.modal-button-wrap {
  margin-top: 20px;
  margin-bottom: 0;
}

.black-button {
  background-color: var(--black);
  color: var(--white);
  background-image: url('../images/Rectangle-151153689.svg');
  background-position: 0 85px;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: all .3s;
}

.black-button:hover {
  background-color: var(--black);
  background-position: 0 0;
}

.nav-link-overflow-wrap {
  flex-flow: column;
  height: 1.3em;
  font-size: 16px;
  display: flex;
  overflow: hidden;
}

.top-button-arrow {
  justify-content: center;
  align-items: center;
}

.nav-link-underline {
  background-color: var(--gray-1);
  width: 100%;
  height: 1px;
}

.tab-underbar {
  background-color: var(--gray-1);
  width: 0%;
  height: 2px;
  position: absolute;
  inset: auto 0% 0%;
}

.get-it-touch-bg {
  background-color: var(--primary);
  width: 100%;
  height: 0%;
  margin-top: auto;
  position: absolute;
  inset: 0%;
}

.get-in-touch-inner {
  z-index: 1;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  transform: rotate(-90deg);
}

.quote-large {
  color: var(--gray-1);
  margin-top: 0;
  margin-bottom: 0;
  font-family: NeueHelveticaPro, Arial, sans-serif;
  font-size: 4.8vw;
  line-height: 1.2em;
}

.quote-large.text-animate {
  font-family: Helveticaneue;
}

.arrow-overflow-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-10 {
  width: 100%;
}

.link-arrow-over {
  width: 14px;
  height: 14px;
  transform: translate(-14px, 14px);
}

.link-arrow-over.over {
  position: absolute;
  inset: 0%;
  transform: translate(-100%, 100%);
}

.div-block-24 {
  width: 100%;
  height: 100%;
}

.about-heading-group {
  z-index: 100;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 240px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.large-arrow-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 16px;
  height: 16px;
  display: flex;
  overflow: hidden;
}

.large-arrow {
  width: 16px;
  height: 16px;
}

.large-arrow-over {
  width: 16px;
  height: 16px;
  margin-left: -16px;
}

.div-block-25 {
  z-index: 1;
  background-color: var(--black);
  mix-blend-mode: darken;
  width: 10%;
  height: 100%;
  position: absolute;
}

.works-overlay {
  z-index: 1;
  background-color: var(--white);
  mix-blend-mode: screen;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.works-image-mask {
  background-color: var(--black);
  width: 100%;
  height: 100%;
}

.div-block-26, .flex-v-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.filter-text-wrap {
  height: 20px;
  display: none;
}

.works-filter-form-block {
  margin-bottom: 0;
}

.works-filter-form.none {
  height: 0;
}

.works-filter-form.height-0 {
  height: 0;
  margin-top: 0;
}

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

.empty-wrap {
  justify-content: center;
  align-items: center;
  min-height: 200px;
  font-family: NeueHelveticaPro, Arial, sans-serif;
  display: flex;
}

.text-block-24 {
  color: var(--gray-2);
  font-size: 16px;
}

.pagination {
  margin-top: 80px;
}

.category-filter-collection-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.insight-item-link {
  width: 100%;
  text-decoration: none;
}

.works-image-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.menu-line-black {
  background-color: #232334;
}

.top-icon {
  justify-content: center;
  align-items: center;
  width: 17px;
  display: flex;
}

.client-type-wrap {
  display: flex;
}

.more-works-list-body {
  color: var(--gray-1);
  font-size: 18px;
  line-height: 1.5;
}

.service-item-inner {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.spacer-16px {
  width: 16px;
  height: 16px;
}

.axc-list-item.none {
  list-style-type: none;
}

.scroll-to-top {
  display: none;
}

.sub-hero-header {
  margin-bottom: 140px;
  padding-right: 0;
}

.sub-hero-header.small-margin {
  margin-bottom: 80px;
}

.sub-hero-header.bottom-margin-0 {
  margin-bottom: 0;
}

.service-arrow {
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  display: flex;
}

.service-arrow-label {
  font-family: NeueHelveticaPro, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.spacer-26px {
  width: 26px;
  height: 26px;
}

.spacer-20px {
  width: 20px;
  height: 20px;
}

.service-item-caption {
  font-size: 20px;
  line-height: 1.6;
}

.old-project-wrap {
  flex-flow: row;
  display: flex;
}

.privacy-modal-wrap {
  z-index: 3000;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.privacy-modal {
  background-color: var(--white);
  flex-flow: column;
  width: 100%;
  max-width: 740px;
  height: auto;
  max-height: 800px;
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 40px;
  display: flex;
}

.privacy-rtb {
  height: 100%;
  color: var(--gray-1);
  padding-right: 16px;
  overflow: auto;
}

.privacy-rtb h1 {
  font-size: 24px;
  font-weight: 600;
}

.privacy-rtb h2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
}

.privacy-rtb h3 {
  font-size: 16px;
  font-weight: 600;
}

.privacy-rtb h4 {
  font-size: 14px;
}

.privacy-rtb h5 {
  font-size: 13px;
}

.privacy-rtb h6 {
  font-weight: 600;
}

.privacy-rtb p {
  color: var(--gray-2);
  font-weight: 400;
  line-height: 1.55;
}

.privacy-rtb blockquote {
  border: 1px solid var(--gray-6);
  color: var(--gray-2);
  border-radius: 12px;
  margin-bottom: 0;
  padding: 20px;
  font-weight: 400;
  line-height: 1.6;
}

.about-modal {
  z-index: 3000;
  background-color: #00000080;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 80px 160px;
  position: fixed;
  inset: 0%;
}

.about-modal._1 {
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.about-modal._2 {
  display: none;
}

.aboout-modal-close-button {
  margin-top: 60px;
  margin-right: 60px;
  position: fixed;
  inset: 0% 0% auto auto;
}

.axc-heading-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.list-medium {
  color: var(--gray-1);
  font-weight: 500;
}

.about-modal-header {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-bottom: 1px solid #d9d9d9;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 40px;
  display: flex;
}

.about-modal-header.bottom-margin-0 {
  margin-bottom: 0;
}

.axc-image-border-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid var(--gray-6);
  background-color: var(--white);
  border-radius: 12px;
  flex-flow: column;
  padding: 24px 28px;
  display: flex;
}

.link-block {
  justify-content: flex-end;
  align-items: center;
  margin-top: 10px;
  padding-right: 30px;
  display: flex;
}

.image-11 {
  height: 16px;
}

.loading-wrap {
  z-index: 5000;
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.loader-heading {
  color: var(--primary);
  font-family: NeueHelveticaPro, Arial, sans-serif;
  font-size: 180px;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
  transform: translate(0);
}

.loader-heading.move-1 {
  transform: translate(0, -100%);
}

.overflow-wrap {
  justify-content: flex-start;
  align-items: center;
  height: 216px;
  min-height: 216px;
  display: flex;
  position: relative;
}

.loader-overflow-hidden {
  height: 216px;
  position: relative;
  overflow: hidden;
}

.image-12 {
  height: 140px;
}

.div-block-28 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 216px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-29 {
  text-align: center;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 118px;
  height: 118px;
  display: flex;
}

.play {
  color: #ccc;
  font-family: NeueHelveticaPro, Arial, sans-serif;
  font-size: 20px;
}

.play-button-wrap {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #0006;
  border: 1px solid #ffffff1a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto;
}

.home-hero-video-embed-tb {
  opacity: .75;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.div-block-30 {
  z-index: 1;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-31 {
  background-color: var(--black);
  width: 100%;
  height: 100px;
  margin-top: auto;
  margin-bottom: auto;
}

.split-wrap {
  z-index: 1;
  pointer-events: none;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.spplit-top, .spplit-bottom {
  background-color: var(--black);
  width: 100%;
  height: 0%;
  display: flex;
  position: relative;
}

.container-copy {
  z-index: 0;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 160px;
  padding-right: 160px;
  display: flex;
  position: relative;
}

.container-copy.full {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.container-copy.relate {
  position: relative;
}

.container-copy.top-button-wrap {
  justify-content: flex-end;
  align-items: flex-end;
  height: 0;
  position: sticky;
  bottom: 0;
}

.gray-2, .text-link-gray-2 {
  color: var(--gray-2);
}

.fill {
  background-image: url('../images/Rectangle-151153689.svg');
  background-position: 0 70px;
  background-size: auto;
  transition: all .2s;
}

.fill:hover {
  background-position: 0 0;
}

.home-collection-list-wrap-tb {
  display: none;
}

.home-works-list-tb {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.home-works-list-tb.right {
  justify-content: flex-end;
  align-items: flex-start;
}

.home-works-item-tb {
  min-width: 796px;
  max-width: 796px;
}

.works-item-link-tb {
  width: 100%;
  text-decoration: none;
}

.video-wrapper-2 {
  z-index: -999;
  background-color: #000;
  width: 1000%;
  height: 100%;
  padding-bottom: 56.25%;
  position: absolute;
}

.video-embed-2 {
  opacity: .75;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.works-item-col-heading {
  color: var(--gray-3);
  font-family: NeueHelveticaPro, Arial, sans-serif;
  font-size: 16px;
}

.more-project-item-header {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #eee;
  grid-template-rows: auto;
  grid-template-columns: 53% 5% 25% 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 20px;
  display: grid;
}

.spacing-24 {
  width: 24px;
  height: 24px;
}

.spacing-60 {
  width: 60px;
  height: 60px;
}

.code-embed-4 {
  z-index: 1;
  object-fit: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.insight-sub-heading {
  color: var(--gray-2);
  font-size: 18px;
  line-height: 1.5;
}

.about-modal-body {
  flex-flow: column;
  flex: 1;
  padding: 60px 40px 40px;
  display: flex;
  overflow: auto;
}

.text {
  display: none;
}

.file-upload {
  flex-flow: column;
  flex: 1;
  display: flex;
}

.default-state {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.file-upload-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--gray-2);
  width: 100%;
  height: 56px;
  color: var(--gray-3);
  background-color: #fff0;
  margin-bottom: 0;
  padding: 16px 0;
  font-size: 16px;
}

.file-upload-field:focus {
  border-bottom-color: var(--white);
}

.file-upload-field::placeholder {
  color: var(--gray-3);
}

.file-upload-field.light {
  border-bottom-color: var(--gray-4);
  color: var(--gray-1);
}

.file-upload-field.light:focus {
  border-bottom-color: var(--gray-1);
}

.success-state {
  width: 100%;
}

.uploaded-file {
  background-color: var(--gray-1);
  border: 1px #000;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  padding: 0 16px;
}

.uploaded-file.light {
  background-color: #fafafa;
}

.text-block-25 {
  color: var(--white);
  font-size: 13px;
}

.text-block-25.light {
  color: var(--gray-1);
}

.icon {
  color: var(--gray-3);
  font-size: 10px;
}

.uploading-state {
  width: 100%;
  height: 50px;
}

.button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--gray-1);
  border: 1px #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 0 16px;
}

.button.light {
  background-color: #fafafa;
}

.text-block-26 {
  color: var(--white);
  font-size: 13px;
}

.text-block-26.light {
  color: var(--gray-1);
}

.icon-2 {
  color: var(--primary);
}

.error-message {
  color: var(--primary);
  background-color: #ffdede00;
}

.success-message {
  background-color: var(--gray-1);
  color: var(--white);
  border-radius: 8px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.success-message.light {
  color: var(--gray-1);
  background-color: #fafafa;
}

.content-image {
  width: 100%;
}

.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: 260px;
  display: flex;
}

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

.text-block-27 {
  color: var(--gray-3);
}

.more-works-list-body-copy {
  color: #2220;
  font-size: 18px;
  line-height: 1.5;
}

.sound-toggle-wrap {
  z-index: 3000;
  background-color: #fff;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  max-width: 1920px;
  height: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 160px;
  padding-right: 160px;
  display: flex;
  position: sticky;
  inset: auto auto 0% 0%;
}

.sound-toggle-button {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  width: 64px;
  height: 64px;
  color: var(--gray-2);
  cursor: pointer;
  background-color: #0009;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 112px;
  transition: all .3s;
  display: flex;
}

.sound-on-icon {
  width: 24px;
  display: none;
  position: absolute;
}

.sound-off-icon {
  width: 24px;
  position: absolute;
}

.bottom-small-padding {
  padding-bottom: 120px;
  padding-right: 0;
}

.sub-hero-header-copy {
  margin-bottom: 0;
  padding-right: 0;
}

.sub-hero-header-copy.small-margin {
  margin-bottom: 80px;
}

.sub-hero-header-copy.bottom-margin-0 {
  margin-bottom: 0;
}

.history-header {
  z-index: 1;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  top: 180px;
}

.history-info-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.heading-3-2 {
  color: #333;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
}

.container-2 {
  z-index: 1;
  max-width: 1440px;
  padding-left: 80px;
  padding-right: 80px;
  position: relative;
}

.history-wrap {
  align-items: flex-start;
  width: 100%;
  padding-bottom: 240px;
  display: flex;
}

.history-wrap.bottom-padding-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.category-text {
  color: #e98300;
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 500;
}

.category-wrap {
  margin-bottom: 16px;
}

.heading-2-2 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.3;
}

.history-item-num {
  color: #e98300;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
}

.section-wrap-2 {
  padding-top: 180px;
  padding-bottom: 180px;
}

.history-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.history-info-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 40px 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: flex;
}

.history-text {
  color: #666;
  white-space: pre-wrap;
  font-size: 18px;
  line-height: 1.8em;
}

.history-item {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border-bottom: 1px solid #0003;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 16px;
  display: flex;
}

.award-year {
  color: var(--gray-1);
  margin-top: 0;
  margin-bottom: 0;
  font-family: NeueHelveticaPro, Arial, sans-serif;
  font-size: 28px;
  line-height: 1.2em;
}

.award-title {
  color: var(--primary);
  white-space: pre-wrap;
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.6em;
}

.award-title.primary {
  color: var(--primary);
}

.text-span-4, .text-span-5, .text-span-6, .text-span-7 {
  display: block;
}

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

.axc-section-heading-wrap {
  flex-flow: column;
  display: flex;
}

.text-block-28 {
  color: var(--gray-1);
  font-size: 18px;
  font-weight: 700;
}

.blog-body {
  color: var(--gray-2);
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (min-width: 1920px) {
  .more-works-item-header {
    width: 100%;
  }

  .axc-content-body {
    background-color: var(--white);
  }

  .quote-large {
    font-size: 4vw;
  }

  .old-project-wrap {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .list-more-button {
    padding: 16px 24px;
    font-size: 16px;
  }

  .heading-7 {
    font-size: 18px;
  }

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

  .heading-4 {
    font-size: 24px;
  }

  .p1 {
    font-size: 18px;
  }

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

  .primary-button {
    font-size: 16px;
  }

  .primary-button.lg {
    height: 62px;
    font-size: 16px;
  }

  .primary-button.md {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
  }

  .svg-icon-old._12 {
    width: 10px;
    height: 10px;
  }

  .heading-1 {
    font-size: 44px;
  }

  .p2 {
    font-size: 15px;
  }

  .line-button.sm {
    font-size: 14px;
  }

  .line-button.md {
    font-size: 16px;
  }

  .heading-5 {
    font-size: 26px;
  }

  .brand.w--current {
    justify-content: flex-start;
    align-items: center;
  }

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

  .nav-wrap {
    justify-content: flex-start;
    align-items: center;
    height: 100%;
  }

  .nav-menu {
    background-color: var(--white);
    flex-flow: column;
    justify-content: flex-start;
    height: 100dvh;
    padding-top: 100px;
    inset: 0%;
  }

  .nav-link {
    height: auto;
    font-size: 24px;
  }

  .menu-group {
    flex-flow: column;
    height: auto;
    margin-bottom: 40px;
  }

  .section._300vh {
    min-height: auto;
  }

  .section-wrap {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section-wrap.top-small-padding {
    padding-top: 70px;
  }

  .section-wrap.split {
    min-height: auto;
    position: static;
  }

  .home-works-list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .home-works-list.tb-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .home-works-item {
    min-width: 360px;
    max-width: 360px;
  }

  .home-works-item.tb-auto {
    min-width: auto;
    max-width: none;
  }

  .tag {
    height: 28px;
  }

  .tag.dark.tb-normal {
    background-color: #f5f5f7;
    border-style: none;
  }

  .works-list-heading, .works-list-heading.small {
    font-size: 16px;
  }

  .works-list-heading.white.tb-normal {
    color: var(--gray-1);
  }

  .works-client {
    font-size: 14px;
  }

  .home-works-collection-list-group {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    mix-blend-mode: normal;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .home-works-collection-list-group.tb-normal {
    background-color: var(--white);
    padding: 0 40px;
  }

  .home-insight-wrap {
    flex-flow: column;
  }

  .home-insight-collection-list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .home-insight-list-header {
    padding-top: 20px;
  }

  .out-link-block {
    margin-top: 20px;
    font-size: 15px;
  }

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

  .footer-bottom {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }

  .get-in-thouch-button {
    width: 44px;
    height: 160px;
  }

  .get-in-touch-text {
    font-size: 16px;
  }

  .image-3 {
    width: 14px;
  }

  .about-heading-wrap-1 {
    font-size: 26px;
  }

  .about-slide-image-1 {
    min-width: 100vw;
  }

  .about-hero-bottom-slide-header {
    min-width: 90vw;
    padding-left: 80px;
    padding-right: 80px;
  }

  .about-slide-image-2, .about-slide-image-3, .about-slide-image-4 {
    min-width: 100vw;
  }

  .section-header {
    margin-bottom: 70px;
  }

  .section-header.small-margin {
    margin-bottom: 40px;
  }

  .heading-3 {
    font-size: 34px;
  }

  .service-item {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .plus-icon {
    width: 14px;
    height: 14px;
  }

  .p3 {
    font-size: 15px;
  }

  .service-item-heading-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .service-item-header {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .service-item-header.flex-h {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .service-item-bottom {
    padding-left: 0;
  }

  .service-item-sub-heading {
    font-size: 15px;
  }

  .section-heading-wrap {
    margin-bottom: 16px;
  }

  .section-heading-wrap.large-margin {
    margin-bottom: 30px;
  }

  .section-sub-heading {
    font-size: 17px;
  }

  .works-collection-list {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .list-more-button-wrap {
    margin-top: 40px;
  }

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

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

  .bottom-padding-0 {
    padding-bottom: 0;
  }

  .more-project-item {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .more-works-list-heading {
    font-size: 16px;
  }

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

  .tab-field {
    height: 40px;
    padding: 8px 4px;
    font-size: 15px;
  }

  .p2-copy {
    font-size: 16px;
  }

  .section-sub-heading-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-bottom: 16px;
  }

  .section-header-bottom {
    flex-flow: column;
  }

  .secondary-button {
    padding: 16px 20px;
    font-size: 16px;
  }

  .career-button-wrap {
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 24px;
    margin-left: 0;
  }

  .career-item-sub-heading-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    width: 100%;
  }

  .career-item-sub-heading {
    font-size: 15px;
  }

  .keyword-item {
    min-width: 280px;
    min-height: 200px;
    padding: 24px 24px 28px;
  }

  .keyword-heading {
    font-size: 18px;
  }

  .keyword-body {
    font-size: 15px;
  }

  .contact-info-list {
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }

  .contact-info-item {
    padding-bottom: 20px;
  }

  .contact-info-item-heading {
    font-size: 17px;
  }

  .contact-info-item-body {
    font-size: 15px;
  }

  .axc-content-wrap {
    flex-flow: column;
    padding-top: 40px;
    padding-bottom: 120px;
  }

  .axc-lnb {
    flex-flow: row;
    display: none;
  }

  .toc-button {
    font-size: 14px;
  }

  .tab-menu {
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 40px;
    padding-right: 40px;
    overflow: auto;
  }

  .blog-heading-1 {
    font-size: 24px;
  }

  .blog-heading-2 {
    font-size: 21px;
  }

  .blog-heading-3, .blog-sub-heading {
    font-size: 15px;
  }

  .acx-list {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .axc-gray-wrap {
    padding: 20px 24px;
  }

  .axc-section-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 40px;
  }

  .axc-image-wrap {
    padding: 20px;
  }

  .axc-line {
    transform: translate(0, 40px);
  }

  .contact-heading {
    font-size: 24px;
  }

  .text-field.light {
    border-radius: 0;
  }

  .home-works-collection-list-top.tb-hidden, .home-works-collection-list-bottom.tb-hidden {
    display: none;
  }

  .about-large-sub-heading {
    font-size: 18px;
  }

  .nav-container {
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .insight-detail-wrap {
    padding-bottom: 120px;
  }

  .works-detail-header {
    padding-left: 40px;
    padding-right: 40px;
  }

  .insight-rtb p {
    font-size: 15px;
  }

  .insight-rtb h3 {
    font-size: 18px;
  }

  .insight-rtb h1 {
    font-size: 24px;
  }

  .insight-rtb h2 {
    font-size: 20px;
  }

  .insight-heading {
    font-size: 24px;
  }

  .detail-date-text {
    font-size: 15px;
  }

  .works-detail-client {
    font-size: 14px;
  }

  .works-detail-info-wrap {
    margin-top: 20px;
    margin-bottom: 25px;
  }

  .works-detail-heading {
    font-size: 24px;
  }

  .text-block-21, .text-block-22 {
    font-size: 14px;
  }

  .works-body-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }

  .works-rtb {
    padding-top: 80px;
    padding-bottom: 120px;
  }

  .works-rtb p {
    font-size: 15px;
  }

  .works-rtb h3 {
    font-size: 20px;
  }

  .works-rtb h1 {
    font-size: 32px;
  }

  .works-rtb h2 {
    font-size: 24px;
  }

  .works-rtb h4 {
    font-size: 18px;
  }

  .works-rtb h5 {
    font-size: 16px;
  }

  .works-rtb h6 {
    font-size: 15px;
  }

  .works-rtb ol {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .works-rtb li {
    font-size: 15px;
  }

  .works-rtb ul {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 32px;
  }

  .video-dim-layer {
    z-index: 2;
  }

  .home-hero-video-embed-pc {
    z-index: 1;
    display: none;
  }

  .top-button {
    width: 44px;
    height: 44px;
  }

  .top-button-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }

  .page-search {
    background-position: 96%;
    width: 100%;
    max-width: none;
    height: 48px;
    margin-top: 0;
    margin-left: 0;
  }

  .category-filter-tab {
    height: 36px;
    font-size: 14px;
  }

  .tabs-axc {
    padding-left: 40px;
    padding-right: 40px;
  }

  .modal-wrap {
    display: none;
  }

  .nav-link-overflow-wrap {
    font-size: 24px;
  }

  .quote-large {
    font-size: 34px;
  }

  .about-heading-group {
    margin-top: 20vh;
  }

  .works-filter-form.none {
    margin-bottom: 40px;
    display: none;
  }

  .works-filter-form.height-0 {
    height: auto;
    margin-top: 16px;
  }

  .pagination {
    margin-top: 40px;
  }

  .category-filter-collection-list {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .menu-line-wrap {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    background-color: var(--white);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 8px 5px;
    display: flex;
  }

  .menu-line-black {
    border-radius: 999px;
    width: 24px;
    min-width: 18px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button:focus {
    background-color: var(--white);
  }

  .top-icon {
    justify-content: center;
    align-items: center;
    width: 12px;
    display: flex;
  }

  .more-works-list-body {
    font-size: 15px;
  }

  .spacer-16px {
    width: 16px;
    height: 16px;
    padding: 0;
    display: block;
  }

  .axc-list-item {
    font-size: 15px;
  }

  .sub-hero-header {
    margin-bottom: 70px;
    padding-right: 60px;
  }

  .sub-hero-header.small-margin {
    margin-bottom: 40px;
  }

  .service-arrow-label {
    font-size: 15px;
  }

  .spacer-26px, .spacer-20px {
    width: 16px;
    height: 16px;
    padding: 0;
    display: block;
  }

  .service-item-caption {
    font-size: 15px;
  }

  .old-project-wrap {
    flex-flow: wrap;
  }

  .privacy-modal-wrap {
    display: none;
  }

  .about-modal {
    padding-left: 40px;
    padding-right: 40px;
  }

  .aboout-modal-close-button {
    width: 44px;
    height: 44px;
    margin-top: 40px;
    margin-right: 40px;
  }

  .about-modal-header {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .axc-image-border-wrap {
    padding: 20px 24px;
  }

  .loader-heading {
    font-size: 90px;
  }

  .overflow-wrap {
    height: 108px;
    min-height: 108px;
  }

  .loader-overflow-hidden {
    height: 108px;
  }

  .image-12 {
    height: 70px;
  }

  .div-block-28 {
    height: 108px;
    overflow: hidden;
  }

  .play-button-wrap {
    display: none;
  }

  .home-hero-video-embed-tb {
    z-index: 1;
    margin-bottom: 0;
    display: flex;
  }

  .container-copy {
    padding-left: 40px;
    padding-right: 40px;
  }

  .home-collection-list-wrap-tb {
    display: block;
  }

  .home-works-list-tb {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    display: grid;
  }

  .home-works-list-tb.tb-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .home-works-item-tb, .home-works-item-tb.tb-auto {
    min-width: auto;
    max-width: none;
  }

  .video-embed-2 {
    z-index: 1;
  }

  .works-item-col-heading {
    font-size: 14px;
  }

  .works-item-col-heading.tb-hidden {
    display: none;
  }

  .more-project-item-header {
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .spacing-60 {
    width: 40px;
    height: 40px;
  }

  .file-upload-field.light {
    border-radius: 0;
  }

  .more-works-list-body-copy {
    font-size: 16px;
  }

  .sound-toggle-wrap {
    padding-left: 16px;
    padding-right: 16px;
    display: none;
  }

  .sound-toggle-button {
    width: 44px;
    height: 44px;
    margin-bottom: 88px;
  }

  .sound-on-icon, .sound-off-icon {
    width: 18px;
  }

  .bottom-small-padding {
    padding-bottom: 70px;
  }

  .sub-hero-header-copy {
    padding-right: 60px;
  }

  .sub-hero-header-copy.small-margin {
    margin-bottom: 40px;
  }

  .history-header {
    margin-bottom: 20px;
    margin-left: 0;
    position: static;
  }

  .heading-3-2 {
    font-size: 24px;
  }

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

  .history-wrap {
    flex-flow: column;
    padding-bottom: 80px;
  }

  .category-text {
    font-size: 16px;
  }

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

  .history-item-num, .history-text {
    font-size: 15px;
  }

  .award-year {
    font-size: 20px;
    line-height: 1.35em;
  }

  .award-title {
    font-size: 15px;
  }

  .text-span-4, .text-span-5, .text-span-6, .text-span-7 {
    display: inline;
  }

  .div-block-33 {
    width: 16px;
    height: 16px;
    padding: 0;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .list-more-button, .heading-7 {
    font-size: 16px;
  }

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

  .heading-4 {
    font-size: 20px;
  }

  .p1, .heading-6 {
    font-size: 16px;
  }

  .primary-button {
    padding: 12px 20px;
  }

  .primary-button.lg {
    height: 58px;
  }

  .primary-button.md {
    font-size: 15px;
  }

  .heading-1 {
    font-size: 32px;
  }

  .p2 {
    z-index: 100;
    font-size: 14px;
  }

  .line-button {
    padding: 12px 20px;
    font-size: 14px;
  }

  .line-button.md {
    font-size: 15px;
  }

  .heading-5 {
    font-size: 18px;
  }

  .brand, .brand.w--current {
    padding-left: 0;
  }

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

  .menu-group {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-bottom: 24px;
  }

  .home-works-collection-list-group.tb-normal {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-hero-bottom-slide-header {
    padding-left: 40px;
    padding-right: 40px;
  }

  .service-item-button.mw-hidden {
    display: none;
  }

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

  .bottom-padding-0 {
    padding-bottom: 0;
  }

  .p2-copy {
    font-size: 14px;
  }

  .section-sub-heading-wrap {
    z-index: 1;
  }

  .secondary-button, .keyword-heading, .toc-button {
    font-size: 16px;
  }

  .tab-menu {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-contact-wrap {
    width: 100vw;
    max-width: 100vw;
  }

  .contact-heading {
    font-size: 20px;
  }

  .file-upload-wrap {
    flex-flow: column;
  }

  .upload-button {
    height: 48px;
  }

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

  .checkbox {
    width: 20px;
    height: 20px;
  }

  .about-large-sub-heading {
    font-size: 16px;
  }

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

  .works-detail-header {
    padding-top: 120px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .works-detail-info-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    display: flex;
  }

  .works-body-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .insight-detail-header {
    padding-top: 120px;
  }

  .page-search {
    background-position: 96%;
    background-size: 20px;
  }

  .category-filter-tab {
    height: 36px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 14px;
  }

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

  .career-modal-header {
    margin-bottom: 24px;
  }

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

  .modal-filter-tab {
    height: 40px;
    font-size: 15px;
  }

  .modal-heading {
    font-size: 24px;
  }

  .modal-heading-wrap {
    margin-bottom: 16px;
  }

  .modal-close-button {
    width: 24px;
    height: 24px;
  }

  .modal-segment-heading-wrap {
    margin-bottom: 16px;
  }

  .modal-segment-heading {
    font-size: 16px;
  }

  .quote-large {
    font-size: 32px;
  }

  .works-filter-form-block {
    margin-bottom: 0;
  }

  .works-filter-form.none {
    margin-bottom: 24px;
  }

  .category-filter-collection-list {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: wrap;
  }

  .more-works-list-body {
    font-size: 14px;
  }

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

  .aboout-modal-close-button {
    width: 36px;
    height: 36px;
    margin-top: 24px;
    margin-right: 24px;
  }

  .about-modal-header {
    margin-left: 24px;
    margin-right: 24px;
  }

  .loader-heading {
    font-size: 48px;
  }

  .overflow-wrap {
    height: 58px;
    min-height: 58px;
  }

  .loader-overflow-hidden {
    height: 57.6px;
  }

  .image-12 {
    height: 38px;
  }

  .div-block-28 {
    height: 58px;
  }

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

  .home-works-list-tb {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    display: flex;
  }

  .about-modal-body {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .bottom-small-padding {
    padding-bottom: 40px;
  }

  .history-header {
    margin-bottom: 8px;
  }

  .history-info-list {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

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

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

  .history-wrap {
    padding-bottom: 60px;
  }

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

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

  .history-item-num {
    font-size: 14px;
  }

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

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

  .history-item {
    padding-bottom: 8px;
  }

  .award-year {
    font-size: 16px;
    line-height: 1.45em;
  }

  .award-title {
    z-index: 100;
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .list-more-button {
    max-width: none;
  }

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

  .primary-button.md {
    font-size: 14px;
  }

  .home-insight-collection-list {
    flex-flow: column;
    display: flex;
  }

  .footer-bottom {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .footer-info-wrap {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-info-text {
    font-size: 12px;
  }

  .footer-slogan {
    font-size: 14px;
  }

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

  .heading-3 {
    font-size: 24px;
  }

  .works-collection-list {
    flex-flow: column;
    display: flex;
  }

  .more-project-item {
    grid-template-columns: 60px 1fr 100px;
  }

  .tab-field {
    font-size: 14px;
  }

  .secondary-button {
    max-width: none;
  }

  .keyword-line {
    flex-flow: column;
    width: 100%;
    padding-right: 0;
  }

  .keyword-line.top, .keyword-line.bottom {
    flex-flow: column;
    padding-right: 0;
  }

  .keyword-item {
    width: 100%;
  }

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

  .contact-info-item {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .toc-button {
    max-width: none;
  }

  .hero-contact-heading-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .file-upload-wrap {
    flex-flow: column;
  }

  .contact-bottom, .contact-form-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .works-detail-info-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .works-detial-info-item {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .works-body-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-search {
    background-position: 94%;
  }

  .tabs-menu {
    width: 100vw;
    margin-left: -20px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: auto;
  }

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

  .modal-filter-tab {
    flex: 1;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .more-works-list-body {
    font-size: 14px;
  }

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

  .more-project-item-header {
    grid-template-columns: 60px 1fr 100px;
  }

  .mp-hidden {
    display: none;
  }

  .more-works-list-body-copy {
    font-size: 14px;
  }

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

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

  .history-item-num {
    font-size: 14px;
  }

  .history-item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }
}

#w-node-_102cb2ba-cccd-aa54-75a2-b0bd7d134eeb-bc64c060 {
  order: 0;
}

#w-node-b08a8f41-d8a6-9061-f0ca-077d9f63f32e-d7eb6f39, #w-node-add09502-db97-46d2-04ce-ee69a8bafc94-712fa41e, #w-node-_0aa24a4a-995f-2d1f-a42f-29e99fac1fc2-712fa41e, #w-node-aed34533-96b8-2362-31e4-7e23504d5c2a-712fa41e, #w-node-c9d490b5-a1b9-d73d-d057-97820d2ac714-712fa41e, #w-node-_6b76b870-6c9b-7d49-2fb0-71bfa463712f-7fec3806, #w-node-ae8ea3b4-bf8f-d928-55d1-80c1859627f8-7fec3806, #w-node-_39b1b17e-5ddb-d2f7-3f15-d42cc44f5016-7fec3806, #w-node-_2800f345-7a05-fd7c-70fc-d43ca9ebc220-7fec3806, #w-node-_0cf686a2-83ae-4a21-58b2-571fa45c34cb-7fec3806 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_79d6e6d2-8a96-ddd3-a379-7ea535aef281-712fa41e, #w-node-df57ee85-2d20-24e8-be4f-87e0fa794ddc-712fa41e, #w-node-fc5f1871-dccb-6c73-7d7f-6962b33823b1-712fa41e {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}


@font-face {
  font-family: 'NeueHelveticaPro';
  src: url('../fonts/font-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NeueHelveticaPro';
  src: url('../fonts/font-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}