:root {
  --n-100: white;
  --n-200: #f3f3f3;
  --bg-100: white;
  --font-heading: "Instrument Sans", sans-serif;
  --p-100: #f2f2f2;
  --p-500: #191919;
  --a-500: #fe763c;
  --p-400: #6c6c6c;
  --n-400: lightgrey;
  --n-500: #9e9e9e;
  --n-700: #616161;
  --n-600: #757575;
  --n-800: #444;
  --n-900: #212121;
  --n-300: #dfdfdf;
  --p-200: #e6e6e6;
  --p-300: #b5b5b5;
  --a-100: #feeed8;
  --a-200: #fed7b1;
  --a-300: #febc89;
  --a-400: #fea26c;
  --a-600: #da542b;
  --a-700: #b6371e;
  --a-800: #931f13;
  --a-900: #790e0b;
  --s-600: #16be89;
  --s-100: #d1fdd9;
  --s-200: #a5fbbd;
  --s-300: #76f4a7;
  --s-400: #53ea9c;
  --s-500: #1fdd8e;
  --s-700: #0f9f80;
  --s-800: #098072;
  --s-900: #056a68;
  --e-100: #fee3da;
  --e-200: #fec0b5;
  --e-300: #fc978f;
  --e-400: #f97377;
  --e-500: #f6465b;
  --e-600: #d33355;
  --e-700: #b1234e;
  --e-800: #8e1645;
  --e-900: #760d40;
  --w-100: #fff6d7;
  --w-200: #ffecaf;
  --w-300: #ffde87;
  --w-400: #ffd169;
  --w-500: #ffbb38;
  --w-600: #db9828;
  --w-700: #b7771c;
  --w-800: #935911;
  --w-900: #7a440a;
  --i-100: #d3ecff;
  --i-200: #a8d7ff;
  --i-300: #7cbdff;
  --i-400: #5ca6ff;
  --i-500: #2680ff;
  --i-600: #1b63db;
  --i-700: #1349b7;
  --i-800: #0c3393;
  --i-900: #07237a;
  --font-paragraph: "Instrument Sans", sans-serif;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

img {
  flex: 0 auto;
  align-self: center;
  max-width: 100%;
  display: inline-block;
}

.page-track {
  width: 100%;
  /*height: 510vh;*/
  height: 470vh !important; /* 微調整余裕あり、460vhでも可 */
}

.page-camera {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.page-frame {
  height: 100%;
  display: flex;
  position: relative;
  width: 460vw !important; /* hero(100) + portfolio(260) + service(100) */
}

.hero-section {
  flex: none;
  width: 100vw;
  height: 100vh;
  display: block;
  position: relative;
}

.half-hero-section {
  background-color: var(--n-100);
  flex: none;
  width: 50vw;
  height: 100vh;
  position: relative;
}

.portfolio-section {
  background-color: var(--n-200);
  flex: none;
  width: 260vw;
  height: 100vh;
}

.navbar-section {
  z-index: 4;
  -webkit-backdrop-filter: blur(80px);
  backdrop-filter: blur(80px);
  mix-blend-mode: normal;
  background-color: #ffffff1c;
  border-right: 1px solid #ffffff4d;
  width: 154px;
  height: 100vh;
  padding: 0;
  display: block;
  position: fixed;
  inset: 0 auto auto 0;
}

.hero-image {
  z-index: 0;
  opacity: 1;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.hero-container {
  background-color: var(--bg-100);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 40px 60px 40px 220px;
  display: flex;
  position: static;
}

.hero-heading-1 {
  z-index: 1;
  font-family: var(--font-heading);
  color: var(--n-100);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 90px;
  line-height: 1em;
}

.hero-heading-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.hero-heading-2 {
  z-index: 1;
  font-family: var(--font-heading);
  color: var(--n-100);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 1em;
}

.hero-link-1 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  font-family: var(--font-heading);
  color: var(--n-100);
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
  display: flex;
  position: relative;
}

.hero-flex-block-1 {
  z-index: 1;
  justify-content: space-between;
  width: 100%;
  position: relative;
}

.hero-link-1-icon {
  width: 16px;
  height: 16px;
}

.hero-flex-block-2 {
  z-index: 1;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  position: relative;
}

.hero-heading-3 {
  z-index: 1;
  font-family: var(--font-heading);
  color: var(--n-100);
  text-align: right;
  text-transform: capitalize;
  width: 900px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
  line-height: 1.1em;
}

.hero-block {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.hero-link-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  font-family: var(--font-heading);
  color: var(--n-100);
  text-transform: capitalize;
  justify-content: flex-start;
  align-items: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: none;
  display: flex;
}

.hero-link-2-icon {
  width: 68px;
  height: 12px;
}

.navbar-container {
  z-index: 4;
  mix-blend-mode: difference;
  max-width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 40px;
  position: relative;
}

.navbar-block {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.navbar-text-block {
  font-family: var(--font-heading);
  color: var(--p-100);
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: difference;
  background-clip: border-box;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2em;
  transform: translate(0, -170%)rotate(-90deg);
}

.navbar-menu-icon {
  color: var(--n-100);
  cursor: pointer;
  mix-blend-mode: difference;
  width: 35px;
  height: 25px;
  display: block;
}

.navbar-logo {
  color: var(--p-100);
  cursor: pointer;
  mix-blend-mode: difference;
  width: 73px;
  height: 66px;
}

.hero-link-1-background {
  z-index: -1;
  background-color: var(--p-500);
  opacity: 0;
  border-radius: 100%;
  width: 98px;
  height: 110px;
  position: absolute;
  inset: -90px auto auto 0;
}

.half-hero-container {
  z-index: 2;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 40px 80px;
  display: flex;
  position: static;
}

.half-hero-heading {
  z-index: 0;
  font-family: var(--font-heading);
  color: var(--p-500);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.3em;
}

.half-hero-name {
  font-family: var(--font-heading);
  color: var(--a-500);
  font-size: 24px;
  font-weight: 600;
  line-height: 1em;
}

.half-hero-position {
  font-family: var(--font-heading);
  color: var(--p-400);
  font-size: 18px;
  font-weight: 400;
  line-height: 1em;
}

.half-hero-block-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.half-hero-block-1 {
  height: 312.031px;
  position: relative;
  overflow: hidden;
}

.blocking-text {
  background-color: var(--n-400);
  -webkit-text-fill-color: inherit;
  mix-blend-mode: screen;
  background-clip: padding-box;
  width: 100%;
  height: 25%;
  position: absolute;
  inset: 0% 0% auto auto;
}

/*.blocking-text.block-2 {
  top: 20%;
}*/

.blocking-text.block-2 {
  top: 36%;
}

/*.blocking-text.block-3 {
  top: 40%;
}*/

.blocking-text.block-3 {
  top: 70%;
}

.blocking-text.block-4 {
  top: 60%;
}

.blocking-text.block-5 {
  top: 80%;
}

.half-hero-block-3 {
  background-color: var(--n-200);
  width: 152px;
  height: 132px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.portfolio-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 40px 60px 40px 220px;
  display: flex;
}

.portfolio-block {
  grid-column-gap: 130px;
  grid-row-gap: 130px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  max-width: 328px;
}

.portfolio-flex-block-1 {
  z-index: 1;
  justify-content: flex-end;
  width: 80vw;
  position: sticky;
  top: 0;
  right: 0;
}

.portfolio-link-1 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  font-family: var(--font-heading);
  color: var(--p-500);
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
  display: flex;
  position: relative;
}

.portfolio-flex-block-2 {
  z-index: 1;
  grid-column-gap: 180px;
  grid-row-gap: 180px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  position: relative;
}

.portfolio-heading {
  z-index: 1;
  font-family: var(--font-heading);
  color: var(--p-500);
  text-align: left;
  text-transform: capitalize;
  white-space: nowrap;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 140px;
  line-height: 1.1em;
}

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

.portfolio-heading-block-2 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 400px;
  display: flex;
}

.body {
  font-family: var(--font-heading);
}

.portfolio-text-block {
  width: 375px;
  margin-top: 40px;
  font-size: 18px;
  line-height: 1.4em;
}

.portfolio-heading-block-3 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 550px;
  display: flex;
}

.portfolio-item-block {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.portfolio-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  min-width: 360px;
}

.portfolio-item-image {
  object-fit: cover;
  width: 414px;
  height: 414px;
}

.portfolio-item-number {
  color: var(--p-500);
  font-size: 48px;
  font-weight: 700;
  line-height: 1em;
}

.portfolio-item-inner-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.portfolio-item-client {
  color: var(--p-500);
  font-size: 18px;
  line-height: 1em;
}

.portfolio-item-inner-block-2 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.portfolio-item-info {
  color: var(--n-500);
  font-size: 18px;
  line-height: 1em;
}

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

.brand-section {
  background-color: var(--n-100);
  flex: none;
  width: 100vw;
  /*height: 100vh;*/
}

.brand-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 40px 60px 40px 220px;
  display: flex;
}

.brand-block {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.brand-flex-block-1 {
  z-index: 2;
  justify-content: flex-end;
  width: 100%;
  position: sticky;
  top: 0;
  right: 0;
}

.brand-flex-block-2 {
  z-index: 1;
  grid-column-gap: 180px;
  grid-row-gap: 180px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
}

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

.brand-heading {
  z-index: 1;
  font-family: var(--font-heading);
  color: var(--p-500);
  text-align: left;
  text-transform: capitalize;
  white-space: nowrap;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 140px;
  line-height: 1.1em;
}

.brand-heading-block-2 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 100px;
  display: flex;
}

.brand-heading-block-3 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 200px;
  display: flex;
}

.brand-image {
  z-index: 0;
  object-fit: fill;
  width: 476px;
  height: 540px;
  position: absolute;
  inset: auto -60px 0% auto;
}

.brand-flex-block-3 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.brand-info-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-top: 1px solid var(--n-400);
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  display: flex;
}

.brand-text-block-1 {
  color: var(--n-700);
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.4em;
}

.brand-text-block-2 {
  color: var(--n-700);
  width: 320px;
  font-size: 16px;
  line-height: 1.4em;
}

.brand-flex-block-4 {
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.brand-link {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  font-family: var(--font-heading);
  color: var(--p-500);
  text-transform: capitalize;
  justify-content: flex-start;
  align-items: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: none;
  display: flex;
}

.brand-link-icon {
  width: 68px;
  height: 12px;
}

.project-section {
  background-color: var(--p-500);
  flex: none;
  width: 200vw;
  height: 100vh;
}

.project-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  /*padding: 40px 60px 40px 220px;*/
  padding: 110px 170px 110px 0px;
  display: flex;
}

.project-block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.project-flex-block-1 {
  z-index: 2;
  justify-content: flex-end;
  width: 80vw;
  position: sticky;
  top: 0;
  right: 0;
}

.project-text-block {
  color: var(--bg-100);
  font-size: 18px;
  line-height: 1em;
}

.project-flex-block-2 {
  z-index: 1;
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 220px;
  display: flex;
  position: relative;
}

.project-flex-block-2.hide {
  display: none;
}

.project-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.project-item-category {
  color: var(--bg-100);
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2em;
}

.project-item-image {
  object-fit: cover;
  width: 254px;
  height: 312px;
}

.project-item-title {
  color: var(--bg-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 1em;
}

.project-item-inner-block-1 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: flex-end;
  padding-right: 100px;
  display: flex;
}

.project-item-text-block-1 {
  color: var(--bg-100);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
}

.project-item-inner-block-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: flex-end;
  padding-left: 100px;
  display: flex;
}

.project-item-date {
  color: var(--n-600);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2em;
}

.project-item-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.work-section {
  width: 100%;
  height: 300vh;
  overflow: visible;
}

.work-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 40px 60px 10px 220px;
  display: flex;
  position: sticky;
  top: -32%;
  overflow: hidden;
}

.work-block {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.work-flex-block-1 {
  z-index: 2;
  justify-content: flex-end;
  width: 100%;
  position: sticky;
  top: 0;
  right: 0;
}

.work-flex-block-2 {
  z-index: 2;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  position: sticky;
  top: 0;
  right: 0;
}

.work-text-block {
  color: var(--p-500);
  white-space: nowrap;
  font-size: 140px;
  font-weight: 700;
  line-height: 1em;
}

.work-icon {
  width: 86px;
  height: 86px;
  margin-top: 20px;
}

.work-flex-block-3 {
  box-sizing: border-box;
  object-fit: fill;
  flex: none;
  width: 100%;
  display: flex;
  overflow: visible;
}

.work-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 16.66%;
  height: 668px;
  display: flex;
}

.work-grid-title-1 {
  color: var(--p-500);
  text-align: center;
  font-size: 18px;
}

.work-grid-circle-1 {
  color: var(--a-500);
  width: 6px;
  height: 6px;
}

.work-grid-text-block {
  color: var(--n-500);
  white-space: nowrap;
  margin-top: 220px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1em;
  transform: rotate(90deg);
}

.work-grid-title-2 {
  color: var(--n-500);
  text-align: center;
  font-size: 18px;
}

.work-grid-circle-2 {
  color: var(--n-500);
  width: 6px;
  height: 6px;
}

.work-grid-inner {
  border-right: 1px dashed var(--n-400);
  border-left: 1px dashed var(--n-400);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 10px;
  display: flex;
  position: relative;
}

.work-grid-line {
  border-left: 1px dashed var(--n-400);
  width: 0;
  height: 100%;
}

.work-item-1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 96%;
  display: flex;
  position: absolute;
  top: 5%;
}

.work-item-title {
  color: var(--p-500);
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
}

.work-item-number {
  color: var(--n-600);
  font-size: 20px;
  font-weight: 400;
  line-height: 1em;
}

.work-item-image {
  object-fit: cover;
  width: 100%;
  height: 160px;
}

.work-item-text-block {
  color: var(--n-600);
  font-size: 15px;
  line-height: 1.4em;
}

.work-item-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 96%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 5%;
}

.service-section {
  background-color: var(--p-500);
  flex: none;
  width: 100%;
  height: auto;
  overflow: visible;
}

.service-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 40px 60px 60px 220px;
  display: flex;
}

.service-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.service-flex-block-1 {
  z-index: 2;
  justify-content: flex-end;
  width: 80vw;
  position: static;
  top: 0;
  right: 0;
}

.service-flex-block-2 {
  z-index: 3;
  justify-content: center;
  align-items: flex-start;
  width: 80vw;
  position: relative;
  top: 0;
  right: 0;
}

.service-item-1 {
  z-index: 3;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 584px;
  display: flex;
}

.service-item-image-1 {
  object-fit: cover;
  width: 100%;
  height: 302px;
}

.service-item-title {
  color: var(--bg-100);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4em;
}

.service-item-desc {
  color: var(--bg-100);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3em;
}

.service-item-block {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.service-flex-block-3 {
  justify-content: space-between;
  align-items: flex-start;
  width: 80vw;
  margin-top: 140px;
  position: relative;
  top: 0;
  right: 0;
}

.service-item-2 {
  z-index: 2;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 480px;
  display: flex;
  position: relative;
}

.service-item-image-2 {
  object-fit: cover;
  width: 100%;
  height: 302px;
}

.service-item-3 {
  z-index: 2;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 506px;
  margin-top: 80px;
  display: flex;
  position: relative;
}

.service-item-image-3 {
  object-fit: cover;
  width: 100%;
  height: 302px;
}

.service-item-4 {
  z-index: 2;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 480px;
  display: flex;
  position: relative;
}

.service-item-image-4 {
  object-fit: cover;
  width: 100%;
  height: 302px;
}

.service-flex-block-4 {
  z-index: 2;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 100px;
  display: flex;
  position: sticky;
  inset: 20% auto auto 0%;
}

.service-heading {
  color: var(--bg-100);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 140px;
  line-height: 1em;
}

.service-text-block {
  color: var(--n-400);
  width: 394px;
  font-size: 16px;
  line-height: 1.4em;
}

.service-inner-block {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 48%;
  display: flex;
}

.page-track-2 {
  z-index: 1;
  width: 100%;
  height: 300vw;
  position: relative;
  inset: 0% auto auto 0%;
}

.page-camera-2 {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.page-frame-2 {
  width: 300vw;
  height: 100%;
  display: flex;
}

.cta-image {
  z-index: 0;
  opacity: 1;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.cta-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 40px 60px 40px 220px;
  display: flex;
  position: relative;
}

.cta-section {
  flex: none;
  width: 100vw;
  height: 100vh;
  display: block;
  overflow: hidden;
}

.testimonial-section {
  background-color: var(--n-100);
  flex: none;
  width: 150vw;
  height: 100vh;
  overflow: hidden;
}

.testimonial-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 40px 60px 40px 156px;
  display: flex;
}

.testimonial-block {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.testimonial-flex-block-1 {
  z-index: 1;
  justify-content: flex-end;
  width: 84vw;
  position: sticky;
  top: 0;
  right: 0;
}

.testimonial-flex-block-2 {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px dashed var(--n-400);
  border-bottom: 1px dashed var(--n-400);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 686px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
}

.testimonial-heading-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 1110px;
  display: flex;
}

.testimonial-heading {
  z-index: 1;
  font-family: var(--font-heading);
  color: var(--p-500);
  text-align: left;
  text-transform: capitalize;
  white-space: normal;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 140px;
  line-height: 1.1em;
}

/*.testimonial-item-block {
  z-index: 1;
  width: auto;
  height: 544px;
  margin-left: -768px;
  display: flex;
  position: relative;
}*/

.testimonial-item-block {
  z-index: 1;
  width: auto;
  margin-left: -768px;
  display: flex;
  flex-wrap: wrap;
  height: auto;
  position: relative;
}

/*.testimonial-item-1 {
  border: 1px solid var(--n-400);
  background-color: var(--bg-100);
  cursor: pointer;
  flex-flow: column;
  justify-content: space-between;
  align-self: flex-end;
  align-items: flex-start;
  width: 332px;
  height: 362px;
  padding: 20px;
  display: flex;
}*/

.testimonial-item-1 {
  border: 1px solid var(--n-400);
  background-color: var(--bg-100);
  cursor: pointer;
  flex-flow: column;
  justify-content: space-between;
  align-self: flex-end;
  align-items: flex-start;
  width: 240px;
  height: 240px;
  padding: 20px;
  display: flex;
}

.testimonial-item-1._3, .testimonial-item-1._5, .testimonial-item-1._7, .testimonial-item-1._9, .testimonial-item-1._11, .testimonial-item-1._13 {
  cursor: pointer;
}

.testimonial-item-number {
  color: var(--n-400);
  font-size: 48px;
  font-weight: 700;
  line-height: 1em;
}

.testimonial-item-desc {
  color: var(--n-800);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
}

.testimonial-item-name {
  color: var(--n-800);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1em;
}

.testimonial-item-position {
  color: var(--n-500);
  font-size: 14px;
  font-weight: 400;
  line-height: 1em;
}

.testimonial-item-inner-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  width: 150px;
  height: 0;
  display: block;
}

/*.testimonial-item-2 {
  border: 1px solid var(--n-400);
  background-color: var(--bg-100);
  flex-flow: column;
  justify-content: space-between;
  align-self: flex-start;
  align-items: flex-start;
  width: 332px;
  height: 362px;
  padding: 20px;
  display: flex;
}*/

.testimonial-item-2 {
  border: 1px solid var(--n-400);
  background-color: var(--bg-100);
  flex-flow: column;
  justify-content: space-between;
  align-self: flex-start;
  align-items: flex-start;
  width: 240px;
  height: 240px;
  padding: 20px;
  display: flex;
}

.testimonial-item-2._2, .testimonial-item-2._4, .testimonial-item-2._6, .testimonial-item-2._8, .testimonial-item-2._10, .testimonial-item-2._12, .testimonial-item-2._14 {
  cursor: pointer;
}

.cta-block {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.cta-flex-block-1 {
  z-index: 1;
  justify-content: flex-end;
  width: 100%;
  position: relative;
}

.cta-flex-block-2 {
  z-index: 1;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  position: relative;
}

.cta-text-block {
  color: var(--bg-100);
  text-align: left;
  width: 344px;
  font-size: 15px;
  line-height: 1.3em;
}

.cta-flex-block-3 {
  z-index: 1;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding-bottom: 100px;
  position: relative;
}

.cta-heading {
  color: var(--bg-100);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 140px;
  line-height: 1.1em;
}

.cta-link-block {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.cta-ling-icon {
  width: 50px;
  height: 50px;
}

.cta-circle-text {
  width: 244px;
  max-width: none;
  height: 244px;
  position: static;
}

.cta-link-inner-block {
  background-color: var(--bg-100);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 118px;
  height: 118px;
  display: flex;
  position: absolute;
}

.contact-section {
  background-color: var(--n-100);
  flex: none;
  width: 50vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.contact-container {
  flex-flow: column;
  max-width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 40px 60px;
  display: flex;
}

.contact-block {
  grid-column-gap: 50px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.testimonial-text-block {
  color: var(--n-700);
  padding-left: 60px;
  font-size: 18px;
  line-height: 1em;
}

.testimonial-text-block-2 {
  color: var(--p-500);
  padding-left: 60px;
  font-size: 20px;
  line-height: 1em;
}

.contact-flex-block-1 {
  z-index: 1;
  justify-content: flex-end;
  width: 100%;
  position: sticky;
  top: 0;
  right: 0;
}

.contact-heading {
  color: var(--p-500);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 140px;
  line-height: 1em;
}

.contact-text-block {
  color: var(--n-700);
  width: 100%;
  font-size: 15px;
  line-height: 1.4em;
}

.contact-flex-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.form-block {
  width: 100%;
}

.form {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.form-group {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
}

.field-label {
  color: var(--p-400);
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1em;
}

.text-field {
  color: var(--p-500);
  border: 1px #000;
  border-bottom: 1px solid #dfdfdf;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding: 14px 0;
  font-size: 20px;
  line-height: 1em;
}

.text-field:active {
  border-bottom-color: #000;
}

.text-field:focus {
  border-bottom-style: solid;
  border-bottom-color: #000;
}

.text-field:focus-visible, .text-field[data-wf-focus-visible] {
  border-bottom-style: solid;
}

.form-flex-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.textarea {
  color: var(--p-500);
  border: 1px #000;
  border-bottom: 1px solid #dfdfdf;
  min-height: 120px;
  margin-bottom: 0;
  padding: 14px 0;
  font-size: 20px;
  line-height: 1.2em;
}

.textarea:active, .textarea:focus {
  border-bottom-color: #000;
}

.submit-button {
  background-color: var(--p-500);
  color: var(--bg-100);
  border-radius: 1000px;
  width: 100%;
  height: auto;
  padding: 16px 20px;
  font-size: 20px;
  line-height: 1em;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.submit-button:hover {
  background-color: var(--n-800);
}

.footer-section {
  z-index: 0;
  background-color: var(--n-200);
  flex: none;
  width: 100%;
  height: 100vh;
  padding-bottom: 0;
  position: sticky;
  top: auto;
  bottom: 0;
  right: auto;
  overflow: hidden;
}

.footer-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 40px 60px 140px 220px;
  display: flex;
  position: relative;
}

.footer-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.footer-flex-block-1 {
  z-index: 1;
  justify-content: flex-end;
  width: 100%;
  position: static;
  top: 0;
  right: 0;
}

.footer-flex-block-2 {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  position: static;
  top: 0;
  right: 0;
}

.footer-text-block-1 {
  border-bottom: 2px solid var(--p-500);
  color: var(--p-500);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none;
}

.footer-flex-block-3 {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 50px;
  position: static;
  top: 0;
  right: 0;
}

.footer-link-menu {
  color: var(--p-500);
  font-size: 36px;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.footer-link-menu:hover {
  color: var(--a-500);
}

.footer-menu-block-1 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-menu-block-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.footer-flex-block-4 {
  z-index: 1;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 50px;
  position: static;
  top: 0;
  right: 0;
}

.footer-social-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-social-link {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: var(--p-500);
  flex-flow: column;
  font-size: 24px;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.footer-heading-block {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.footer-heading {
  color: var(--a-500);
  font-size: 90px;
  font-weight: 700;
  line-height: .8em;
}

.footer-heading-inner-block {
  flex-flow: row;
}

.footer-heading-prop {
  color: var(--a-500);
  font-size: 18px;
  font-weight: 600;
  line-height: 1em;
}

.footer-subheading {
  color: var(--p-500);
  font-size: 40px;
  font-weight: 600;
  line-height: 1em;
}

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

.footer-copyright {
  color: var(--n-500);
  font-size: 16px;
  line-height: 1.2em;
}

.footer-link-info {
  color: var(--n-600);
  font-size: 13px;
  line-height: 1.2em;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.footer-link-info:hover {
  color: var(--n-900);
}

.footer-info-link-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.hero-portfolio-section {
  z-index: 0;
  height: 100vh;
}

.hero-portfolio-container {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 40px 60px 60px 220px;
  position: relative;
  overflow: hidden;
}

.portfolio-single-image {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-shadow {
  background-image: linear-gradient(#0000, #0009);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.hero-portfolio-block {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.hero-portfolio-flex-block-1 {
  z-index: 1;
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  position: relative;
}

.hero-portfolio-client {
  color: var(--bg-100);
  font-size: 28px;
  font-weight: 700;
  line-height: 1em;
}

.hero-portfolio-date {
  color: var(--bg-100);
  font-size: 18px;
  font-weight: 400;
  line-height: 1em;
}

.hero-portfolio-inner-block-1 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.hero-portfolio-flex-block-2 {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  position: relative;
}

.hero-portfolio-title {
  color: var(--bg-100);
  width: 748px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
  line-height: 1.2em;
}

.hero-portfolio-service {
  border: 1px solid var(--bg-100);
  color: var(--bg-100);
  border-radius: 1000px;
  padding: 16px 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1em;
}

.portfolio-single-section {
  z-index: 1;
  background-color: var(--bg-100);
  height: auto;
  position: relative;
}

.portfolio-single-container {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 100px 60px 100px 220px;
  position: relative;
}

.portfolio-single-block {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.portfolio-single-inner-block-1 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 35%;
  display: flex;
}

.portfolio-single-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1em;
}

.portfolio-single-info-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.portfolio-single-label {
  color: var(--p-400);
  font-size: 20px;
  line-height: 1em;
}

.portfolio-single-info {
  color: var(--p-500);
  font-size: 20px;
  line-height: 1em;
  text-decoration: none;
}

.portfolio-single-inner-block-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 65%;
  display: flex;
}

.portfolio-single-value {
  color: var(--n-600);
  font-size: 16px;
  line-height: 1.4em;
}

.portfolio-single-inner-block-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-top: 1px solid var(--n-300);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 100px;
  padding-top: 40px;
  display: flex;
}

.portfolio-single-text-block {
  color: var(--n-700);
  font-size: 18px;
  line-height: 1em;
}

.portfolio-single-image-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
  display: flex;
}

.portfolio-single-image-wrapper {
  width: 100%;
  height: 280px;
  position: relative;
  overflow: hidden;
}

.portfolio-single-image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.portfolio-single-image-inner-block {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  opacity: 0;
  background-color: #0000004d;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.portfolio-single-image-text-block-1 {
  color: var(--bg-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 1em;
}

.portfolio-single-image-text-block-2 {
  color: var(--bg-100);
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1em;
}

.license-section {
  height: auto;
}

.license-container {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 60px 60px 100px 220px;
  position: relative;
}

.license-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.license-flex-block-1 {
  z-index: 1;
  justify-content: flex-end;
  width: 100%;
  position: static;
  top: 0;
  right: 0;
}

.license-flex-block-2 {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  position: static;
  top: 0;
  right: 0;
}

.heading-style {
  color: var(--p-500);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 140px;
  line-height: 1em;
}

.text-block-style {
  color: var(--n-700);
  text-align: right;
  width: 340px;
  font-size: 20px;
  line-height: 1.4em;
}

.license-flex-block-3 {
  z-index: 1;
  border-top: 1px solid var(--n-300);
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  position: static;
  top: 0;
  right: 0;
}

.label-style {
  color: var(--n-500);
  width: 30%;
  font-size: 18px;
  line-height: 1em;
}

.license-inner-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.license-text-block {
  color: var(--p-500);
  font-size: 15px;
  line-height: 1.5em;
}

.license-text-block-2 {
  color: var(--p-500);
  font-size: 48px;
  font-weight: 700;
  line-height: 1.4em;
}

.link {
  color: var(--p-500);
}

.style-guide-section {
  height: auto;
}

.style-guide-container {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 60px 60px 100px 220px;
  position: relative;
}

.style-guide-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.style-guide-flex-block-1 {
  z-index: 1;
  justify-content: flex-end;
  width: 100%;
  position: static;
  top: 0;
  right: 0;
}

.style-guide-flex-block-2 {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  position: static;
  top: 0;
  right: 0;
}

.style-guide-flex-block-3 {
  z-index: 1;
  border-top: 1px solid var(--n-300);
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  position: static;
  top: 0;
  right: 0;
}

.style-guide-text-block-1 {
  color: var(--p-500);
  font-size: 20px;
  line-height: 1em;
}

.style-guide-inner-block {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.style-guide-flex-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
}

.style-guide-text-block-2 {
  color: var(--n-500);
  font-size: 18px;
  line-height: 1em;
}

.color-block {
  flex-flow: wrap;
  align-items: flex-start;
  width: 506px;
  display: flex;
}

.primary-500 {
  background-color: var(--p-500);
  width: 100%;
  height: 212px;
}

.primary-100 {
  background-color: var(--p-100);
  width: 25%;
  height: 76px;
}

.primary-200 {
  background-color: var(--p-200);
  width: 25%;
  height: 76px;
}

.primary-300 {
  background-color: var(--p-300);
  width: 25%;
  height: 76px;
}

.primary-400 {
  background-color: var(--p-400);
  width: 25%;
  height: 76px;
}

.accent-500 {
  background-color: var(--a-500);
  width: 100%;
  height: 212px;
}

.accent-100 {
  background-color: var(--a-100);
  width: 12.5%;
  height: 76px;
}

.accent-200 {
  background-color: var(--a-200);
  width: 12.5%;
  height: 76px;
}

.accent-300 {
  background-color: var(--a-300);
  width: 12.5%;
  height: 76px;
}

.accent-400 {
  background-color: var(--a-400);
  width: 12.5%;
  height: 76px;
}

.accent-600 {
  background-color: var(--a-600);
  width: 12.5%;
  height: 76px;
}

.accent-700 {
  background-color: var(--a-700);
  width: 12.5%;
  height: 76px;
}

.accent-800 {
  background-color: var(--a-800);
  width: 12.5%;
  height: 76px;
}

.accent-900 {
  background-color: var(--a-900);
  width: 12.5%;
  height: 76px;
}

.style-guide-inner-block-2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.typography-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.typography-inner-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.typography-label {
  color: var(--p-400);
  line-height: 1em;
}

.typography-heading-1 {
  color: var(--p-500);
  font-size: 48px;
  font-weight: 700;
  line-height: 1em;
}

.typography-heading-2 {
  color: var(--p-500);
  font-size: 36px;
  font-weight: 700;
  line-height: 1em;
}

.typography-heading-3 {
  color: var(--p-500);
  font-size: 28px;
  font-weight: 700;
  line-height: 1em;
}

.typography-heading-4 {
  color: var(--p-500);
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
}

.typography-heading-5 {
  color: var(--p-500);
  font-size: 20px;
  font-weight: 400;
  line-height: 1em;
}

.typography-heading-6 {
  color: var(--p-500);
  font-size: 18px;
  font-weight: 400;
  line-height: 1em;
}

.typography-bodytext-1 {
  color: var(--p-500);
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
}

.typography-bodytext-2 {
  color: var(--p-500);
  font-size: 14px;
  font-weight: 400;
  line-height: 1em;
}

.typography-button-1 {
  color: var(--p-500);
  font-size: 20px;
  font-weight: 500;
  line-height: 1em;
}

.typography-button-2 {
  color: var(--p-500);
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
}

.typography-button-3 {
  color: var(--p-500);
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
}

.typography-button-4 {
  color: var(--p-500);
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
}

.button-primary {
  background-color: var(--p-500);
  color: var(--bg-100);
  border-radius: 1000px;
  padding: 16px 40px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

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

.button-secondary {
  border: 1px solid var(--n-300);
  background-color: var(--bg-100);
  color: var(--p-500);
  border-radius: 1000px;
  padding: 16px 40px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.button-secondary:hover, .button-secondary.hover {
  background-color: var(--n-200);
}

.button-tertiary {
  border-bottom: 1px solid var(--p-500);
  background-color: var(--bg-100);
  color: var(--p-500);
  font-size: 20px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.button-tertiary:hover, .button-tertiary.hover {
  border-bottom-color: var(--n-700);
  color: var(--n-700);
}

.button-tertiary.small {
  font-size: 16px;
}

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

._404-section {
  height: 100vh;
}

._404-container {
  background-image: url('../images/Group-1000003594.svg');
  background-position: 0 0;
  background-size: contain;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 40px 60px 40px 220px;
  position: relative;
}

._404-block {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

._404-flex-block-1 {
  z-index: 1;
  justify-content: flex-end;
  width: 100%;
  position: static;
  top: 0;
  right: 0;
}

._404-flex-block-2 {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 70px;
  position: static;
  top: 0;
  right: 0;
}

._404-heading {
  color: var(--p-500);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 350px;
  line-height: 1em;
}

._404-subheading {
  color: var(--p-500);
  font-size: 56px;
  font-weight: 600;
  line-height: 1em;
}

._404-flex-block-3 {
  z-index: 1;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  position: static;
  top: 0;
  right: 0;
}

._404-text-block {
  color: var(--n-500);
  text-align: right;
  width: 374px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4em;
}

.navbar-menu-block {
  z-index: 3;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: var(--p-500);
  opacity: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  padding: 40px 60px 60px 220px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(-100vw);
}

.navbar-flex-block-1 {
  z-index: 2;
  justify-content: flex-end;
  width: 100%;
  position: sticky;
  top: 0;
  right: 0;
}

.navbar-flex-block-2 {
  z-index: 2;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  position: sticky;
  top: 0;
  right: 0;
}

.navbar-link {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: var(--bg-100);
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 80px;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.navbar-link:hover {
  color: var(--a-500);
}

.navbar-text-block-2 {
  color: var(--n-500);
  align-self: flex-end;
  height: 3.2em;
  font-size: 18px;
  font-weight: 400;
}

.navbar-inner-block-1 {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  width: 50%;
  height: 100%;
}

.navbar-inner-block-2 {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  justify-content: space-between;
  align-items: flex-end;
  width: 50%;
  height: 100%;
}

.navbar-link-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: var(--bg-100);
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 28px;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.navbar-link-2:hover {
  color: var(--a-500);
}

.navbar-inner-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-end;
}

.navbar-inner-block-4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
}

.navbar-link-social {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: var(--bg-100);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  font-size: 24px;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.navbar-menu-icon-close {
  color: var(--n-100);
  cursor: pointer;
  mix-blend-mode: difference;
  width: 28px;
  height: 25px;
  display: none;
}

.navbar-link-line {
  background-color: var(--bg-100);
  width: 100%;
  height: 2px;
}

.footer-link-line {
  background-color: var(--p-500);
  width: 100%;
  height: 2px;
}

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

.footer-wipe {
  height: 400vh;
  position: relative;
  overflow: visible;
}

.footer-wrapper {
  height: 100vh;
  position: relative;
  overflow: visible;
}

.navbar-menu-icon-back {
  color: var(--bg-100);
  cursor: pointer;
  mix-blend-mode: difference;
  width: 35px;
  height: 35px;
  display: block;
}

.link-block {
  color: var(--bg-100);
}

.link-block.w--current {
  color: var(--p-500);
}

.success-message {
  background-color: var(--s-600);
  color: #fff;
  border-radius: 0;
  font-size: 20px;
}

.error-message {
  background-color: var(--a-600);
  color: var(--bg-100);
  font-size: 20px;
}

.half-hero-anchor {
  z-index: -1;
  width: 100%;
  height: 50vh;
  position: relative;
}

.portfolio-anchor {
  z-index: -1;
  width: 100%;
  height: 260vh;
  position: relative;
}

.brand-anchor {
  z-index: -1;
  width: 100%;
  height: 100vh;
  position: relative;
}

.project-anchor {
  z-index: -1;
  width: 100%;
  height: 200vh;
  position: relative;
}

.brand-anchor-mobile {
  display: none;
}

.contact-anchor {
  z-index: -1;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: auto auto 0% 0%;
}

.text-block-2 {
  font-size: 15px;
}

.text-block-3 {
  text-transform: none;
}

@media screen and (max-width: 991px) {
  .page-track {
    height: auto;
    margin-top: -100px;
  }

  .page-camera {
    height: auto;
    position: static;
  }

  .page-frame {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    height: auto;
  }

  .half-hero-section {
    width: 100vw;
  }

  /*.portfolio-section {
    width: 100vw;
    height: 260vh;
  }*/

  .portfolio-section {
    flex: none;
    width: 200vw;
    height: 100vh;
  }

  .navbar-section {
    width: 100vw;
    height: 100px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .hero-container {
    padding-top: 140px;
    padding-left: 60px;
  }

  .hero-heading-1 {
    font-size: 69px;
  }

  .hero-heading-2 {
    font-size: 13px;
  }

  .hero-link-1 {
    font-size: 16px;
  }

  .hero-heading-3 {
    width: 448px;
    font-size: 50px;
  }

  .navbar-container {
    padding: 20px 40px;
  }

  .navbar-block {
    flex-flow: row-reverse;
    justify-content: space-between;
  }

  .navbar-text-block {
    text-align: right;
    font-size: 16px;
    display: none;
    transform: translate(0)rotate(0);
  }

  .navbar-menu-icon {
    object-fit: contain;
    width: 26px;
    height: 20px;
    margin-right: 0;
  }

  .navbar-logo {
    object-fit: contain;
    width: 46px;
    height: 46px;
    mix-blend-mode: exclusion;
  }

  .half-hero-block-3 {
    width: 110px;
    height: 80px;
  }

  .portfolio-container {
    padding-bottom: 60px;
    padding-left: 60px;
  }

  .portfolio-block {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .portfolio-flex-block-1 {
    width: 100%;
  }

  .portfolio-link-1 {
    font-size: 16px;
  }

  .portfolio-flex-block-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .portfolio-heading {
    font-size: 68px;
  }

  .portfolio-heading-block {
    width: 100%;
  }

  .portfolio-heading-block-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-left: 100px;
  }

  .portfolio-text-block {
    width: 298px;
    margin-top: 10px;
    font-size: 14px;
  }

  .portfolio-heading-block-3 {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    padding-left: 100px;
  }

  .portfolio-item-block {
    flex-flow: column;
    width: 100%;
  }

  .portfolio-item, .portfolio-item-image {
    width: 100%;
  }

  .brand-section {
    /*height: 100vh;*/
    position: relative;
  }

  .brand-container {
    padding-bottom: 60px;
    padding-left: 60px;
  }

  .brand-flex-block-2 {
    grid-column-gap: 51px;
    grid-row-gap: 51px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .brand-heading-block {
    width: 100%;
  }

  .brand-heading {
    font-size: 68px;
  }

  .brand-image {
    object-fit: cover;
    width: 100%;
    height: 200px;
    position: static;
  }

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

  .brand-text-block-2 {
    font-size: 14px;
  }

  .project-section {
    width: 100vw;
    height: auto;
  }

  .project-container {
    padding-bottom: 60px;
    padding-left: 60px;
  }

  .project-block {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    justify-content: flex-start;
    align-items: center;
  }

  .project-flex-block-1 {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .project-flex-block-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    padding-left: 0;
  }

  .project-item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 20px;
  }

  .project-item-category {
    font-size: 30px;
  }

  .project-item-image {
    width: 100%;
    height: 450px;
  }

  .project-item-title {
    font-size: 40px;
  }

  .project-item-inner-block-1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .project-item-text-block-1 {
    font-size: 16px;
  }

  .project-item-inner-block-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .project-item-date {
    font-size: 16px;
  }

  .project-item-block {
    margin-top: 40px;
  }

  .work-container {
    padding-bottom: 60px;
    padding-left: 60px;
  }

  .work-block {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .work-flex-block-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .work-text-block {
    font-size: 72px;
  }

  .work-icon {
    width: 60px;
    height: 60px;
    margin-top: 10px;
  }

  .work-flex-block-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .work-grid {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .work-grid.head {
    padding-bottom: 20px;
  }

  .work-grid-title-1 {
    font-size: 18px;
  }

  .work-grid-circle-1 {
    display: none;
  }

  .work-grid-text-block {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 20px;
    transform: rotate(0);
  }

  .work-grid-title-2 {
    white-space: nowrap;
    font-size: 16px;
  }

  .work-grid-circle-2 {
    height: 23px;
    display: block;
  }

  .work-grid-inner {
    border-width: 1px 0;
    border-top-style: dashed;
    border-top-color: var(--n-400);
    border-bottom-style: dashed;
    border-bottom-color: var(--n-400);
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    height: 260px;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .work-grid-line {
    z-index: -1;
    border-bottom: 1px dashed var(--n-400);
    border-left-style: none;
    width: 100%;
    height: 1px;
    position: static;
  }

  .work-item-1 {
    width: 230px;
    position: absolute;
    top: auto;
    left: 0;
  }

  .work-item-title, .work-item-number {
    font-size: 18px;
  }

  .work-item-image {
    width: 100%;
    height: 127px;
  }

  .work-item-2 {
    align-self: flex-end;
    width: 230px;
    position: absolute;
    inset: auto 0% auto auto;
  }

  .service-container {
    padding-top: 100px;
    padding-left: 60px;
  }

  .service-flex-block-1 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .service-flex-block-2 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .service-item-1 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .service-item-image-1 {
    width: 100%;
    height: 350px;
    margin-bottom: 20px;
  }

  .service-item-title {
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 1.2em;
  }

  .service-item-desc {
    font-size: 14px;
  }

  .service-item-block {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    justify-content: flex-start;
    align-items: center;
  }

  .service-flex-block-3 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 60px;
  }

  .service-item-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .service-item-image-2 {
    width: 100%;
    height: 350px;
    margin-bottom: 20px;
  }

  .service-item-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .service-item-image-3 {
    width: 100%;
    height: 350px;
    margin-bottom: 20px;
  }

  .service-item-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 100px;
  }

  .service-item-image-4 {
    width: 100%;
    height: 350px;
    margin-bottom: 20px;
  }

  .service-flex-block-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    padding-left: 0;
    position: static;
  }

  .service-heading {
    justify-content: center;
    align-items: center;
    font-size: 80px;
    display: inline-flex;
  }

  .service-text-block {
    width: 272px;
    font-size: 14px;
    display: none;
  }

  .service-inner-block {
    flex-flow: column;
    align-items: stretch;
    padding-left: 0%;
  }

  .page-track-2 {
    height: auto;
  }

  .page-camera-2 {
    height: auto;
    overflow: hidden;
  }

  .page-frame-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100vw;
    height: auto;
  }

  .cta-container {
    padding-left: 60px;
  }

  .testimonial-section {
    width: 100vw;
    height: auto;
  }

  .testimonial-container {
    padding-left: 60px;
  }

  .testimonial-flex-block-1 {
    width: 100%;
  }

  .testimonial-flex-block-2 {
    grid-column-gap: 46px;
    grid-row-gap: 46px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .testimonial-heading-block {
    width: 100%;
  }

  .testimonial-heading {
    white-space: normal;
    width: 100%;
    font-size: 80px;
  }

  .testimonial-item-block {
    flex-flow: wrap !important;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-left: 0;
    overflow: visible;
  }

  .testimonial-item-1 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex: none;
    align-self: flex-start;
    width: 50%;
    height: auto;
    margin-top: 0;
  }

  /*.testimonial-item-1._3, .testimonial-item-1._5, .testimonial-item-1._7 {
    margin-top: -60px;
  }*/

  .testimonial-image {
    height: 150px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .testimonial-item-2 {
    flex: none;
    align-self: flex-end;
    width: 50%;
    margin-top: 0;
  }

  .testimonial-item-2._2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: auto;
    margin-top: 300px;
  }

  .testimonial-item-2._4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: auto;
    margin-top: 300px;
  }

  .testimonial-item-2._6 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: auto;
    margin-top: 300px;
  }

  .testimonial-item-2._8 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: auto;
    margin-top: 250px;
  }

  .testimonial-item-2._10 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: auto;
    margin-top: 250px;
  }

  .testimonial-item-2._12 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: auto;
    margin-top: 250px;
  }

  .testimonial-item-2._14 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: auto;
    margin-top: 250px;
  }

  .cta-block {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .cta-flex-block-1 {
    justify-content: center;
    align-items: flex-start;
  }

  .cta-flex-block-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: flex-start;
    align-items: center;
  }

  .cta-text-block {
    text-align: center;
    width: 320px;
    font-size: 18px;
  }

  .cta-flex-block-3 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
  }

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

  .cta-link-block {
    position: static;
  }

  .cta-ling-icon {
    width: 30px;
    height: 30px;
  }

  .cta-circle-text {
    width: 170px;
    height: 170px;
  }

  .cta-link-inner-block {
    width: 70px;
    height: 70px;
  }

  .contact-section {
    width: 100vw;
    height: auto;
  }

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

  .testimonial-text-block, .testimonial-text-block-2 {
    padding-left: 0;
  }

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

  .contact-text-block {
    font-size: 18px;
  }

  .field-label {
    font-size: 16px;
  }

  .text-field, .textarea {
    font-size: 18px;
  }

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

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

  .footer-text-block-1 {
    font-size: 30px;
  }

  .footer-flex-block-3 {
    margin-top: 60px;
  }

  .footer-link-menu {
    font-size: 28px;
  }

  .footer-menu-block-1, .footer-menu-block-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .footer-flex-block-4 {
    margin-top: 100px;
  }

  .footer-social-link {
    font-size: 20px;
  }

  .footer-heading {
    font-size: 118px;
  }

  .footer-heading-prop {
    font-size: 26px;
  }

  .footer-subheading {
    font-size: 28px;
  }

  .footer-copyright, .footer-link-info {
    font-size: 12px;
  }

  .footer-info-link-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .hero-portfolio-section {
    margin-top: -100px;
  }

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

  .hero-portfolio-client {
    font-size: 24px;
  }

  .hero-portfolio-date {
    font-size: 16px;
  }

  .hero-portfolio-flex-block-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero-portfolio-title {
    width: 100%;
    font-size: 72px;
    line-height: 1.1em;
  }

  .hero-portfolio-service {
    font-size: 14px;
  }

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

  .portfolio-single-inner-block-1 {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
  }

  .portfolio-single-heading {
    font-size: 26px;
  }

  .portfolio-single-info-block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .portfolio-single-label, .portfolio-single-info, .portfolio-single-text-block {
    font-size: 16px;
  }

  .portfolio-single-image-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .portfolio-single-image-wrapper {
    height: 150px;
  }

  .portfolio-single-image-text-block-1 {
    font-size: 30px;
  }

  .portfolio-single-image-text-block-2 {
    font-size: 12px;
  }

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

  .heading-style {
    font-size: 50px;
  }

  .text-block-style {
    width: 238px;
    font-size: 14px;
  }

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

  .license-inner-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .license-text-block {
    font-size: 14px;
  }

  .license-text-block-2 {
    font-size: 24px;
  }

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

  .style-guide-text-block-1 {
    font-size: 14px;
  }

  .style-guide-inner-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .style-guide-text-block-2 {
    font-size: 14px;
  }

  .color-block {
    width: 380px;
  }

  .primary-500 {
    height: 160px;
  }

  .primary-100, .primary-200, .primary-300, .primary-400 {
    height: 60px;
  }

  .accent-500 {
    height: 160px;
  }

  .accent-100, .accent-200, .accent-300, .accent-400, .accent-600, .accent-700, .accent-800, .accent-900 {
    height: 60px;
  }

  .style-guide-inner-block-2 {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    flex-flow: column;
    justify-content: flex-start;
  }

  .typography-block {
    margin-top: 20px;
  }

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

  ._404-section {
    height: 88vh;
  }

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

  ._404-flex-block-1 {
    justify-content: center;
    align-items: flex-start;
  }

  ._404-flex-block-2 {
    justify-content: flex-start;
    align-items: center;
  }

  ._404-heading {
    font-size: 190px;
  }

  ._404-subheading {
    font-size: 32px;
  }

  ._404-flex-block-3 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  ._404-text-block {
    width: 284px;
    font-size: 18px;
  }

  .navbar-menu-block {
    opacity: 0;
    padding-top: 150px;
    padding-left: 40px;
    padding-right: 40px;
    transform: translate(-100vw);
  }

  .navbar-flex-block-1 {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .navbar-link {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    font-size: 46px;
  }

  .navbar-text-block-2 {
    height: 2.5em;
    font-size: 14px;
  }

  .navbar-inner-block-1 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .navbar-link-2 {
    font-size: 22px;
  }

  .navbar-inner-block-4 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .navbar-link-social {
    font-size: 16px;
  }

  .navbar-menu-icon-close {
    object-fit: contain;
    width: 26px;
    height: 20px;
    margin-right: 0;
  }

  .collection-list-wrapper {
    width: 100%;
  }

  .navbar-menu-icon-back {
    object-fit: contain;
    margin-right: 0;
  }

  .collection-item {
    border-bottom: 1px solid #3d3d3d;
    width: 100%;
    padding-bottom: 60px;
  }

  .half-hero-anchor, .portfolio-anchor {
    display: none;
  }

  .brand-anchor {
    display: block;
    position: absolute;
    top: 460vh;
  }

  .project-anchor {
    display: block;
    position: absolute;
    top: 560vh;
  }

  .brand-anchor-mobile {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .contact-anchor {
    display: block;
    position: absolute;
    inset: auto auto 0% 0%;
  }
}

@media screen and (max-width: 767px) {
  .page-track {
    margin-top: -70px;
  }

  .half-hero-section {
    height: 70vh;
  }

  .portfolio-section {
    height: 190vh;
  }

  .navbar-section {
    width: 100vw;
    height: 70px;
  }

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

  .hero-heading-1 {
    font-size: 49px;
  }

  .hero-heading-2 {
    font-size: 13px;
  }

  .hero-heading-3 {
    width: 362px;
    font-size: 40px;
  }

  .hero-link-2 {
    font-size: 16px;
  }

  .navbar-container {
    padding: 15px 40px 10px;
  }

  .navbar-block {
    flex-flow: row-reverse;
  }

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

  .navbar-menu-icon {
    width: 26px;
  }

  .navbar-logo {
    width: 38px;
    height: 36px;
    padding-top: 5px;
  }

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

  .half-hero-heading {
    font-size: 42px;
  }

  .half-hero-name {
    font-size: 20px;
  }

  .half-hero-position {
    font-size: 16px;
  }

  .half-hero-block-3 {
    display: none;
  }

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

  .portfolio-block {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .portfolio-flex-block-2 {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .portfolio-heading {
    font-size: 64px;
  }

  .portfolio-heading-block-2 {
    padding-left: 0;
  }

  .portfolio-text-block {
    width: 100%;
  }

  .portfolio-heading-block-3 {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
  }

  .portfolio-item-block {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .portfolio-item {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .portfolio-item-image {
    height: 260px;
  }

  .portfolio-item-number {
    font-size: 40px;
  }

  .portfolio-item-client, .portfolio-item-info {
    font-size: 16px;
  }

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

  .brand-link {
    font-size: 16px;
  }

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

  .project-text-block {
    font-size: 14px;
  }

  .project-flex-block-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .project-item-category {
    font-size: 26px;
  }

  .project-item-image {
    height: 260px;
  }

  .project-item-title {
    font-size: 32px;
  }

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

  .work-text-block {
    font-size: 64px;
  }

  .work-icon {
    width: 40px;
    height: 40px;
  }

  .work-grid-title-1 {
    font-size: 14px;
  }

  .work-grid-text-block {
    font-size: 20px;
  }

  .work-grid-title-2 {
    font-size: 14px;
  }

  .work-item-1 {
    width: 200px;
  }

  .work-item-title, .work-item-number {
    font-size: 16px;
  }

  .work-item-text-block {
    font-size: 14px;
  }

  .work-item-2 {
    width: 200px;
  }

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

  .service-item-image-1 {
    height: 243px;
  }

  .service-item-3 {
    margin-bottom: 60px;
  }

  .service-heading {
    font-size: 82px;
  }

  .service-text-block {
    width: 272px;
  }

  .service-inner-block {
    padding-left: 0%;
  }

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

  .testimonial-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: flex-start;
    align-items: center;
  }

  .testimonial-flex-block-1 {
    justify-content: center;
    align-items: flex-start;
  }

  .testimonial-heading {
    text-align: center;
    white-space: normal;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 60px;
  }

  .testimonial-item-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .testimonial-item-1 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .testimonial-item-1._3 {
    height: auto;
    margin-top: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .testimonial-item-1._5 {
    height: auto;
    margin-top: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .testimonial-item-1._7 {
    height: auto;
    margin-top: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .testimonial-item-1._9 {
    height: auto;
    margin-top: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .testimonial-item-1._11 {
    height: auto;
    margin-top: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .testimonial-item-1._13 {
    height: auto;
    margin-top: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .testimonial-item-number {
    font-size: 32px;
  }

  .testimonial-item-desc {
    text-align: center;
    width: 80%;
    font-size: 14px;
  }

  .testimonial-item-name {
    font-size: 16px;
  }

  .testimonial-item-position {
    font-size: 12px;
  }

  .testimonial-item-inner-block {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    justify-content: flex-start;
    align-items: center;
  }

  .testimonial-item-2 {
    height: 320px;
  }

  .testimonial-item-2._2, .testimonial-item-2._4, .testimonial-item-2._6, .testimonial-item-2._8, .testimonial-item-2._10, .testimonial-item-2._12, .testimonial-item-2._14 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 20px;
  }

  .cta-block {
    grid-column-gap: 39px;
    grid-row-gap: 39px;
  }

  .cta-flex-block-3 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    padding-bottom: 20px;
  }

  .testimonial-text-block, .testimonial-text-block-2 {
    font-size: 16px;
  }

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

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

  .contact-flex-block-2 {
    width: 100%;
  }

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

  .text-field, .textarea, .submit-button {
    font-size: 16px;
  }

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

  .footer-block {
    justify-content: space-between;
  }

  .footer-flex-block-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .footer-text-block-1 {
    font-size: 20px;
  }

  .footer-flex-block-3 {
    margin-top: 20px;
  }

  .footer-link-menu {
    font-size: 22px;
  }

  .footer-menu-block-1, .footer-menu-block-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .footer-flex-block-4 {
    margin-top: 20px;
  }

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

  .footer-social-link {
    font-size: 16px;
  }

  .footer-heading-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
  }

  .footer-info-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column-reverse;
    justify-content: flex-start;
  }

  .footer-info-link-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .hero-portfolio-section {
    margin-top: -70px;
  }

  .hero-portfolio-container {
    padding-left: 40px;
  }

  .hero-portfolio-flex-block-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .hero-portfolio-title {
    font-size: 54px;
  }

  .hero-portfolio-service {
    font-size: 12px;
  }

  .portfolio-single-container {
    padding-top: 60px;
    padding-left: 40px;
  }

  .portfolio-single-block {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-flow: column;
  }

  .portfolio-single-inner-block-1, .portfolio-single-inner-block-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 100%;
  }

  .portfolio-single-inner-block-3 {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    margin-top: 0;
    padding-top: 20px;
  }

  .portfolio-single-text-block {
    font-size: 14px;
  }

  .portfolio-single-image-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
  }

  .portfolio-single-image-text-block-1 {
    font-size: 26px;
  }

  .license-container {
    padding-top: 40px;
    padding-left: 40px;
  }

  .license-flex-block-2 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-style {
    font-size: 42px;
  }

  .text-block-style {
    text-align: left;
    width: 100%;
  }

  .license-flex-block-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .label-style {
    width: 100%;
    font-size: 18px;
  }

  .license-inner-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 100%;
  }

  .style-guide-container {
    padding-top: 40px;
    padding-left: 40px;
  }

  .style-guide-flex-block-2 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .style-guide-flex-block-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .style-guide-inner-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 100%;
  }

  .style-guide-flex-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .style-guide-inner-block-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    width: 100%;
  }

  .typography-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 10px;
  }

  .typography-label {
    font-size: 12px;
  }

  .button-primary {
    white-space: nowrap;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
  }

  .button-secondary {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
  }

  ._404-container {
    padding-top: 60px;
    padding-left: 40px;
  }

  ._404-flex-block-1 {
    justify-content: center;
    align-items: flex-start;
  }

  ._404-flex-block-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
  }

  ._404-heading {
    font-size: 160px;
  }

  ._404-subheading {
    font-size: 28px;
  }

  ._404-flex-block-3 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  ._404-text-block {
    width: 250px;
    font-size: 16px;
  }

  .navbar-menu-block {
    padding-top: 120px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .navbar-flex-block-1 {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .navbar-flex-block-2 {
    grid-column-gap: 61px;
    grid-row-gap: 61px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .navbar-link {
    justify-content: space-between;
    width: 100%;
    font-size: 36px;
  }

  .navbar-text-block-2 {
    height: 2.2em;
    font-size: 12px;
  }

  .navbar-inner-block-1 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .navbar-inner-block-2 {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .navbar-link-2 {
    font-size: 20px;
  }

  .navbar-inner-block-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .navbar-inner-block-4 {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
  }

  .navbar-link-social {
    font-size: 16px;
  }

  .navbar-menu-icon-close {
    width: 20px;
  }

  .brand-anchor {
    top: 360vh;
  }

  .project-anchor {
    top: 460vh;
  }

  .contact-anchor {
    inset: auto auto 0% 0%;
  }
}

@media screen and (max-width: 479px) {
  .portfolio-section {
    /*height: 170vh;*/
    height: 213vh;
  }

  .navbar-section {
    width: 100vw;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-container {
    padding-top: 100px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-heading-1 {
    font-size: 35px;
  }

  .hero-heading-2 {
    font-size: 13px;
  }

  .hero-link-1 {
    font-size: 14px;
  }

  .hero-flex-block-1 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .hero-flex-block-2 {
    justify-content: flex-start;
    align-items: center;
  }

  .hero-heading-3 {
    text-align: center;
    width: 100%;
    font-size: 30px;
  }

  .hero-block {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: center;
    align-items: center;
  }

  .hero-link-2 {
    flex-flow: column;
    font-size: 14px;
  }

  .hero-link-2-icon {
    width: 42px;
  }

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

  .navbar-block {
    flex-flow: row-reverse;
  }

  .navbar-text-block {
    font-size: 14px;
  }

  .navbar-logo {
    width: 30px;
    height: 28px;
  }

  .hero-link-1-background {
    top: -90px;
  }

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

  .half-hero-heading {
    font-size: 22px;
  }

  .half-hero-name {
    font-size: 16px;
  }

  .half-hero-position {
    font-size: 13px;
  }

  .half-hero-block-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .half-hero-block-1 {
    text-align: center;
    height: auto;
  }

  /*.blocking-text.block-1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }*/

  .blocking-text.block-1 {
    top:3%;
  }

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

  .portfolio-flex-block-1 {
    justify-content: center;
    align-items: flex-start;
  }

  .portfolio-link-1 {
    justify-content: center;
    align-items: center;
    font-size: 14px;
    display: flex;
  }

  .portfolio-heading {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 34px;
    display: inline-flex;
  }

  .portfolio-heading-block {
    justify-content: space-between;
    align-items: center;
  }

  .portfolio-heading-block-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .portfolio-text-block {
    font-size: 12px;
    display: none;
  }

  .portfolio-item-number {
    font-size: 26px;
  }

  .portfolio-item-client {
    font-size: 14px;
  }

  .portfolio-item-info {
    font-size: 12px;
  }

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

  .brand-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .brand-flex-block-1 {
    justify-content: center;
    align-items: flex-start;
  }

  .brand-heading {
    font-size: 42px;
  }

  .brand-heading-block-2 {
    padding-left: 60px;
  }

  .brand-heading-block-3 {
    padding-left: 120px;
  }

  .brand-image {
    height: 174px;
  }

  .brand-info-block {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-flow: column;
  }

  .brand-text-block-2 {
    width: 100%;
    font-size: 13px;
  }

  .brand-link {
    font-size: 14px;
  }

  .brand-link-icon {
    width: 42px;
  }

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

  .project-block {
    justify-content: flex-start;
    align-items: center;
  }

  .project-flex-block-1 {
    justify-content: center;
    align-items: flex-start;
  }

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

  .project-item-category {
    font-size: 20px;
  }

  .project-item-image {
    width: 100%;
    height: 220px;
  }

  .project-item-title {
    white-space: nowrap;
    font-size: 20px;
  }

  .project-item-inner-block-1 {
    padding-right: 60px;
  }

  .project-item-text-block-1 {
    font-size: 12px;
  }

  .project-item-inner-block-2 {
    padding-left: 60px;
  }

  .project-item-date {
    white-space: nowrap;
    font-size: 14px;
  }

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

  .work-flex-block-1 {
    justify-content: center;
    align-items: flex-start;
  }

  .work-flex-block-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .work-text-block {
    font-size: 33px;
  }

  .work-icon {
    width: 22px;
    height: 22px;
    margin-top: 5px;
  }

  .work-grid {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .work-grid-text-block {
    margin-left: 5px;
    font-size: 16px;
  }

  .work-grid-title-2 {
    margin-top: 20px;
  }

  .work-grid-circle-2 {
    display: none;
  }

  .work-grid-inner {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .work-grid-line {
    display: none;
  }

  .work-item-1 {
    position: static;
  }

  .work-item-2 {
    position: static;
    left: 0;
    right: auto;
  }

  .service-container {
    padding-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .service-flex-block-1 {
    padding-bottom: 20px;
  }

  .service-flex-block-2 {
    margin-top: 20px;
  }

  .service-item-title {
    font-size: 18px;
  }

  .service-item-desc {
    text-align: center;
  }

  .service-item-image-2 {
    height: 130px;
  }

  .service-item-image-3 {
    height: 164px;
  }

  .service-item-image-4 {
    height: 134px;
  }

  .service-flex-block-4 {
    padding-left: 0;
  }

  .service-heading {
    font-size: 57px;
  }

  .service-text-block {
    width: 164px;
    font-size: 10px;
  }

  .service-inner-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
  }

  .cta-image {
    vertical-align: baseline;
  }

  .cta-container, .testimonial-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .testimonial-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .testimonial-flex-block-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .testimonial-heading {
    font-size: 45px;
  }

  .testimonial-item-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .testimonial-item-1 {
    width: 100%;
    height: auto;
  }

  .testimonial-item-1._3 {
    margin-top: 0;
  }

  .testimonial-item-1._5 {
    margin-top: 0;
  }

  .testimonial-item-1._7 {
    margin-top: 0;
  }

  .testimonial-item-1._9 {
    margin-top: 0;
  }

  .testimonial-item-1._11 {
    margin-top: 0;
  }

  .testimonial-item-1._13 {
    margin-top: 0;
  }

  .testimonial-item-2 {
    width: 100%;
    height: 300px;
  }

  .testimonial-item-2._2, .testimonial-item-2._4, .testimonial-item-2._6, .testimonial-item-2._8, .testimonial-item-2._10, .testimonial-item-2._12, .testimonial-item-2._14 {
    margin-top: 0;
  }

  .cta-block {
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .cta-flex-block-1 {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
  }

  .cta-text-block {
    text-align: center;
    width: 250px;
    font-size: 14px;
  }

  .cta-flex-block-3 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 40px;
  }

  .cta-heading {
    text-align: center;
    font-size: 36px;
  }

  .cta-link-block {
    flex-flow: column;
    position: static;
  }

  .cta-ling-icon {
    width: 20px;
    height: 20px;
  }

  .cta-circle-text {
    width: 120px;
    height: 120px;
  }

  .cta-link-inner-block {
    width: 50px;
    height: 50px;
  }

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

  .testimonial-text-block, .testimonial-text-block-2 {
    font-size: 14px;
  }

  .contact-flex-block-1 {
    justify-content: center;
    align-items: flex-start;
  }

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

  .contact-text-block {
    width: 100%;
    font-size: 14px;
  }

  .contact-flex-block-2 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .form-flex-block {
    flex-flow: column;
  }

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

  .footer-flex-block-1 {
    justify-content: center;
    align-items: flex-start;
  }

  .footer-flex-block-2 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    justify-content: flex-start;
    align-items: center;
  }

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

  .footer-flex-block-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
  }

  .footer-link-menu {
    font-size: 20px;
  }

  .footer-menu-block-1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    align-items: center;
  }

  .footer-menu-block-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-flex-block-4 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 0;
  }

  .footer-social-block {
    justify-content: center;
    align-items: flex-start;
  }

  .footer-social-link {
    font-size: 14px;
  }

  .footer-heading-block {
    justify-content: flex-start;
    align-items: center;
  }

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

  .footer-heading-prop, .footer-subheading {
    font-size: 7px;
  }

  .footer-info-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .footer-copyright {
    text-align: center;
    font-size: 12px;
    line-height: 1.4em;
  }

  .footer-info-link-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
  }

  .hero-portfolio-container {
    padding: 20px 30px 40px;
  }

  .hero-portfolio-block {
    justify-content: center;
    align-items: center;
  }

  .hero-portfolio-flex-block-1 {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 60px;
  }

  .hero-portfolio-client {
    font-size: 20px;
  }

  .hero-portfolio-date {
    font-size: 14px;
  }

  .hero-portfolio-inner-block-1 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .hero-portfolio-flex-block-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: flex-start;
    align-items: center;
  }

  .hero-portfolio-title {
    text-align: center;
    font-size: 28px;
  }

  .hero-portfolio-service {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
  }

  .portfolio-single-container {
    padding: 40px 30px 60px;
  }

  .portfolio-single-value {
    font-size: 14px;
  }

  .portfolio-single-image-block {
    flex-flow: column;
  }

  .license-container {
    padding: 40px 30px 60px;
  }

  .license-flex-block-1 {
    justify-content: center;
    align-items: flex-start;
  }

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

  .license-flex-block-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .label-style {
    font-size: 16px;
  }

  .style-guide-container {
    padding: 40px 30px 60px;
  }

  .style-guide-flex-block-1 {
    justify-content: center;
    align-items: flex-start;
  }

  .style-guide-flex-block-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .style-guide-flex-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
  }

  .color-block {
    width: 100%;
  }

  .primary-500 {
    height: 100px;
  }

  .primary-100, .primary-200, .primary-300, .primary-400 {
    height: 40px;
  }

  .accent-500 {
    height: 100px;
  }

  .accent-100, .accent-200, .accent-300, .accent-400, .accent-600, .accent-700, .accent-800, .accent-900 {
    height: 40px;
  }

  .style-guide-inner-block-2 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .typography-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 20px;
  }

  ._404-container {
    padding: 40px 30px;
  }

  ._404-block {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    justify-content: center;
    align-items: center;
  }

  ._404-flex-block-1 {
    justify-content: center;
    align-items: flex-start;
  }

  ._404-flex-block-2 {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
  }

  ._404-heading {
    font-size: 86px;
  }

  ._404-subheading {
    font-size: 20px;
  }

  ._404-flex-block-3 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  ._404-text-block {
    text-align: center;
    width: 100%;
  }

  .navbar-menu-block {
    padding-top: 106px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .navbar-flex-block-2 {
    height: 100%;
  }

  .navbar-link {
    font-size: 30px;
  }

  .navbar-inner-block-1 {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
  }

  .navbar-inner-block-2 {
    justify-content: space-between;
  }

  .navbar-link-social {
    font-size: 14px;
  }

  .navbar-menu-icon-back {
    color: var(--bg-100);
  }

  .flex-block {
    justify-content: flex-start;
    align-items: center;
  }

  .brand-anchor {
    top: 340vh;
  }

  .project-anchor {
    top: 440vh;
  }

  .contact-anchor {
    inset: auto auto 0% 0%;
  }

  /* ──────────────────────────────────────────
     Projects セクション（ID=Project-Mobile）を
     横幅 200vw / 高さ 100vh → 縦スクロールにリセット
  ────────────────────────────────────────── */
  section.project-section#Project-Mobile {
    width:       100vw    !important;
    height:      auto     !important;
    overflow-x:  hidden   !important;
    padding:     40px 20px!important;
  }

  /* プロジェクト内コンテナも縦積みに */
  section#Project-Mobile .project-container {
    display:        flex    !important;
    flex-direction: column  !important;
    gap:            20px    !important;
  }

  /* 元 sticky や flex-flow が残っている要素をすべて解除 */
  section#Project-Mobile .project-flex-block-1,
  section#Project-Mobile .project-flex-block-2 {
    position:       static !important;
    width:          100%   !important;
    margin-bottom:  20px   !important;
  }

  /* Portfolio セクションを自動高さに */
  section.portfolio-section {
    height:      auto    !important;
    overflow:    visible !important;
    /*padding:     60px 20px !important;*/
  }

  /* 大見出しブロックを非表示に */
  section.portfolio-section .portfolio-heading-block,
  section.portfolio-section .portfolio-heading-block-2,
  section.portfolio-section .portfolio-heading-block-3 {
    display: none !important;
  }

  /* Portfolio 内も縦積みに */
  section.portfolio-section .portfolio-block {
    flex-direction: column !important;
    gap: 20px !important;
  }
  /* ──────────────────────────────────────────
     1) Project-Mobile セクションの高さを自動に戻す
     ────────────────────────────────────────── */
  #Project-Mobile.project-section {
    width:       100vw    !important;
    height:      auto     !important;
    overflow:    visible  !important;
    padding:     60px 20px 80px !important;
  }

  /* ──────────────────────────────────────────
     2) .project-flex-block-2 を通常の流れに戻す
     ────────────────────────────────────────── */
  .project-flex-block-2 {
    position:    static   !important;
    z-index:     auto     !important;
    padding-left: 0       !important;
    margin-top:  20px     !important;
  }
  .project-container {
    padding: 0;
  }
}


