@font-face {
  font-family: "Helvetica 587 Ebe 5 A 59211";
  src: url('../fonts/helvetica-light-587ebe5a59211.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica;
  src: url('../fonts/Helvetica-BoldOblique.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Helvetica;
  src: url('../fonts/Helvetica-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Reckless;
  src: url('../fonts/reckless_light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

.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-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

.header {
  z-index: 12;
  background-color: #0d0d0d;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  overflow: visible;
}

.navbar-wrapper {
  z-index: 999;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.anm_stagger_btn_text_wrap {
  color: #fff;
  position: relative;
  overflow: hidden;
}

.anm_stagger_btn_text_wrap:hover {
  color: #fff;
}

.navbar-no-shadow-container-4 {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.navbar-brand {
  z-index: 1500;
  padding-top: 6px;
  padding-bottom: 6px;
}

.anm_stagger_btn_wrap {
  color: #0c0f06;
  border: 1px solid #000;
  border-radius: 0;
  padding: 1rem 4rem;
  text-decoration: none;
  transition: border-color .3s ease-out, background-color .3s ease-out;
  display: inline-flex;
}

.anm_stagger_btn_wrap:hover {
  background-color: #f34848;
  border-color: #f34848;
}

.anm_stagger_btn_wrap.white {
  background-color: #fff;
}

.anm_stagger_btn_wrap.white:hover {
  background-color: #f34848;
}

.anm_stagger_btn_wrap.white.spacer {
  background-color: #9d0422;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  padding-left: 2rem;
  padding-right: 2rem;
}

.anm_stagger_btn_wrap.white.spacer:hover {
  color: #fff;
  background-color: #313131;
}

.nav-link-6 {
  color: #fff;
  letter-spacing: .25px;
  text-transform: none;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem;
  text-decoration: none;
  transition: color .2s;
}

.nav-link-6:hover {
  color: #9d0422;
  -webkit-text-stroke-color: #ed244e;
}

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

.container-4 {
  width: 100%;
  max-width: min(100% - 100px, 1400px);
  margin-left: auto;
  margin-right: auto;
}

.container-4.phone-container {
  max-width: min(100% - 100px, 1400px);
  position: static;
}

.mobile-margin-top-10 {
  flex: 0 auto;
  list-style-type: none;
  display: block;
}

.navbar-no-shadow-2 {
  z-index: 1500;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-menu-3 {
  color: #513535;
  flex-flow: row;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.anm_stagger_btn_text {
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 1.6rem;
  line-height: 1.5em;
}

.anm_stagger_btn_text.dark {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1em;
}

.heading {
  color: #000;
  width: 50%;
  font-family: Reckless, Georgia, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8rem;
}

.div-block {
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.div-block.abps {
  height: auto;
}

.div-block-2 {
  width: 100%;
  display: block;
}

.heading-2 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10vh;
  font-family: Anton, Impact, sans-serif;
  font-size: 14vw;
  font-weight: 400;
  line-height: 14vw;
}

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

.div-block-3.abp {
  justify-content: center;
  align-items: flex-end;
}

.text-span {
  width: 100%;
}

.section {
  background-color: #000;
  height: 100vh;
}

.section.section-hero {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 3rem;
  display: flex;
  position: relative;
}

.section.is--grid {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.grid-wrapper {
  grid-column-gap: 3rem;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-item {
  background-color: #313131;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  flex: none;
  height: 30vw;
}

.grid-item.grid-item-4 {
  background-image: url('../images/mezaya_studio_school_opening_event.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-item.grid-item-4.students {
  background-image: url('../images/mezaya_studio_school_students.jpg');
}

.grid-item.grid-item-second {
  background-image: url('../images/mezaya_studio_school_sports_ground.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-item.grid-item-first {
  background-image: url('../images/mezaya_studio_school_interior.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-item.grid-item-8 {
  background-image: url('../images/mezaya_studio_architecture.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-item.grid-item-5 {
  background-image: url('../images/mezaya_studio_school_uniform.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-item.grid-item-6 {
  background-image: url('../images/mezaya_studio_dance_classes.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-item.grid-item-7 {
  background-image: url('../images/bg__4.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-item.grid-item-third {
  background-image: url('../images/mezaya_studio_school_labs.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-column {
  grid-row-gap: 3rem;
  flex-direction: column;
  flex: none;
  width: 50vw;
  height: 100%;
  display: flex;
}

.container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
}

.nav {
  justify-content: space-between;
  padding: 3rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.nav.nav-bottom {
  inset: auto 0% 0%;
}

.text-span-2 {
  color: #fff;
  font-weight: 400;
}

.paragraph {
  color: #c7c7c7;
  text-align: left;
  width: 60%;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1.7rem;
}

.div-block-4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20vh;
  margin-bottom: 15vh;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  align-items: center;
  width: 60%;
  margin-top: 0;
  display: none;
}

.text-span-3 {
  color: #fff;
  font-family: Reckless, Georgia, sans-serif;
}

.dwps-logo {
  width: 92px;
  margin-right: 45px;
  display: block;
}

.allen-house-logo {
  width: 160px;
  display: block;
}

.heading-3 {
  color: #fff;
  text-align: left;
  margin-top: 5vh;
  margin-bottom: 30px;
  font-family: Reckless, Georgia, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
}

.div-block-6 {
  width: 60%;
  display: none;
}

.div-block-7 {
  width: 60%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.button-text.button-text-pre {
  font-family: Helvetica, Arial, sans-serif;
}

.button-tooltip {
  color: #000;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: .5em .75em;
  display: flex;
}

.button-transition-wrapper {
  pointer-events: none;
  border-radius: 0;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.button-transition {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #fff;
  background-color: #2b2b2b;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: translate(0, 100%);
}

.button-transition.button-transition-rounded {
  background-color: #111;
  border-radius: 0;
}

.button-tooltip-wrapper {
  justify-content: center;
  align-items: center;
  font-size: .75rem;
  display: flex;
  position: absolute;
  inset: auto 0% -2.25rem;
}

.button-rounded-tooltip {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  pointer-events: auto;
  color: #fff;
  background-color: #9d0422;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 200px;
  min-height: 4rem;
  padding: 1em 2.75em;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-rounded-tooltip.secondary-btn {
  background-color: #161616;
  width: auto;
}

.button-rounded-tooltip.cta {
  margin-right: 20px;
}

.text-block {
  font-family: Reckless, Georgia, sans-serif;
  font-weight: 400;
}

.ab-2 {
  z-index: 2;
  position: relative;
}

.bg-4 {
  z-index: 1;
  background-image: url('../images/3_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.bg-3 {
  z-index: 1;
  background-image: url('../images/2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.bg-2 {
  z-index: 1;
  background-image: url('../images/1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.s-main {
  z-index: 3;
  justify-content: center;
  align-items: center;
  min-height: 600vh;
  display: block;
  position: static;
  inset: 0%;
}

.wrap-s-1 {
  z-index: 4;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: fixed;
}

.wrap-s-3 {
  z-index: 2;
  background-color: #000;
  background-image: linear-gradient(#00000080, #00000080), url('../images/2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: fixed;
}

.text-block-2 {
  z-index: 2;
  margin-top: 25px;
  position: relative;
}

.wrap-s-4 {
  z-index: 1;
  background-color: #000;
  background-image: url('../images/3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: fixed;
}

.wrap-s-2 {
  z-index: 3;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: fixed;
}

.black-overlay {
  z-index: 2;
  background-color: #000000bf;
  display: block;
  position: absolute;
  inset: 0%;
}

.transition-wrapper {
  z-index: 999;
  background-color: #000;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.s-scroll {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.s-scroll.footer {
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-heading-wrapper {
  display: flex;
  overflow: hidden;
}

.content-top-right {
  max-width: 400px;
  font-size: 14px;
  line-height: 2em;
}

.image {
  width: 75px;
}

.number {
  margin-bottom: 30px;
  font-size: 1.6em;
}

.transition-block {
  z-index: 999;
  background-color: #000;
  display: none;
  position: absolute;
  inset: 0%;
}

.content-top {
  z-index: 2;
  justify-content: space-between;
  padding: 100px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.dev-letter {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 7.5em;
  line-height: 1.3em;
}

.content-bottom {
  z-index: 2;
  justify-content: space-between;
  align-items: flex-end;
  padding: 100px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.s-scroll-bg-img {
  background-image: url('../images/bg-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.s-scroll-bg-img.is-1 {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.s-scroll-bg-img.is-3 {
  z-index: 1;
  background-image: linear-gradient(#0003, #0003), url('../images/bg-3.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.interaction-letter {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 7.5em;
  line-height: 1.3em;
}

.footer-content-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  display: flex;
}

.heading-4 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 5em;
  line-height: 1.2em;
}

.paragraph-2 {
  max-width: 700px;
  margin-bottom: 0;
  font-size: 1.5em;
  line-height: 1.5em;
}

.link {
  color: #c6ae94;
}

.social-wrapper {
  justify-content: space-between;
  width: 200px;
  margin-top: 30px;
  display: flex;
}

.section-image {
  z-index: 0;
  background-image: url('../images/bg-3.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section-image.ukiyo {
  background-image: url('../images/2.jpg');
}

.section-image.ukiyo.one {
  background-image: url('../images/service_planning_and_infrastructure_mezaya_studio.jpg');
}

.section-image.ukiyo.one.two {
  background-image: linear-gradient(#0006, #0006), url('../images/service_construction_and_core_infrastructure_mezaya_studio.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-image.ukiyo.one.three {
  background-image: linear-gradient(#0006, #0006), url('../images/service_interior_setup_and_specialized_labs_mezaya_studio.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-image.ukiyo.one.four {
  background-image: linear-gradient(#0006, #0006), url('../images/service_sports_facilities_mezaya_studio.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-image.ukiyo.one.five {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/service_school_identity_and_merchandise_mezaya_studio.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-image.ukiyo.one.six {
  background-image: linear-gradient(#00000080, #00000080), url('../images/service_digital_presence_website_and_brand_launch_mezaya_studio.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-image.ukiyo.one.seven {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/service_enrichment_programs_mezaya_studio.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-image.ukiyo.one.eight {
  background-image: linear-gradient(#0006, #0006), url('../images/service_branding_events_mezaya_studio.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-image.ukiyo.one.abt-img {
  background-image: url('../images/about-background-img.jpg');
  background-position: 50%;
}

.section-image.ukiyo.one.abt-cta {
  background-image: linear-gradient(#0003, #0003), url('../images/about-cta-image-2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-image.ukiyo.two {
  background-position: 50%;
}

.section-image.ukiyo.three {
  background-image: url('../images/bg__9.jpg');
}

.scroll_wrapper {
  height: auto;
  position: relative;
}

.div-block-8 {
  height: 100vh;
  position: relative;
}

.div-block-8.service-slide.abt {
  width: 100%;
}

.div-block-9, .div-block-10 {
  height: 100vh;
  position: relative;
}

.div-block-11 {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.heading-5 {
  color: #fff;
  margin-top: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
}

.heading-5.phase-text {
  font-family: Reckless, Georgia, sans-serif;
  font-weight: 400;
}

.service-inner-content {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100vh;
  padding-bottom: 10vh;
  display: flex;
}

.service-top-div {
  justify-content: space-between;
  width: 100%;
  padding: 5vh 0;
  display: flex;
}

.service-bottom-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding: 5vh 0;
  display: grid;
}

.service-bottom-div.abt-cta-div {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading-6 {
  color: #fff;
  font-family: Reckless, Georgia, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
}

.service-content {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.heading-7 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Anton, Impact, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 4rem;
}

.heading-7.lal {
  text-align: left;
}

.bottom-left {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.bottom-left.abt-cta-inner-div {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
}

.paragraph-3 {
  color: #fff;
  width: 70%;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.4rem;
}

.bottom-right {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.heading-8 {
  color: #fff;
  width: 100%;
  margin-bottom: 0;
  font-family: Reckless, Georgia, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.9rem;
}

.italic-text {
  font-style: normal;
}

.projects {
  width: 100%;
}

.div-block-12 {
  width: 100%;
  height: auto;
  position: relative;
}

.heading-9 {
  height: 10vh;
  position: sticky;
  top: 0;
}

.heading-10 {
  color: #fff;
  margin-bottom: 0;
  font-family: Anton, Impact, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 4rem;
}

.div-block-13 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  padding-top: 15vh;
  display: flex;
}

.paragraph-4 {
  color: #737373;
  text-align: left;
  width: 60%;
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 1rem;
  line-height: 1.3rem;
}

.projecct-card-list {
  margin-bottom: 0;
}

.video-box-title-outer-wrapper {
  font-family: Reckless, Georgia, sans-serif;
  font-weight: 400;
  overflow: hidden;
}

.video-box-button-wrapper {
  z-index: 3;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.video-tag {
  background-color: #fff;
  border-radius: 50rem;
  padding: .35rem .8rem;
  font-size: .8rem;
  font-weight: 500;
}

.display-m {
  color: #fff;
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Anton, Impact, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2em;
}

.display-m.display-m-absolute {
  position: absolute;
}

.video-box-video-wrapper {
  z-index: 1;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.video-box {
  background-color: #282828;
  border-radius: 0;
  flex-direction: column;
  align-items: flex-end;
  width: 60%;
  margin-bottom: 5vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video-box.rs {
  background-image: linear-gradient(#9d0422, #121212);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin-bottom: 5vh;
}

.video-box-content-wrapper {
  z-index: 2;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  padding: 1.5rem;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.video-box-title-inner-wrapper {
  position: relative;
}

.image-2 {
  width: 100%;
  height: auto;
}

.card-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.card-wrapper.sl {
  justify-content: center;
  align-items: flex-end;
}

.card {
  color: #fff;
  width: 50%;
  position: relative;
}

.card-shade {
  z-index: 2;
  background-image: linear-gradient(to top, #00000040, #0000 25%);
  position: absolute;
  inset: 0%;
}

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

.display-m-2 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2em;
}

.display-m-2.display-m-absolute {
  position: absolute;
}

.card-content {
  z-index: 3;
  padding: 1.5rem;
  position: absolute;
  inset: auto 0% 0%;
}

.cards-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  margin-top: 20vh;
  display: flex;
}

.card-content-text-outer-wrapper {
  overflow: hidden;
}

.card-content-text-inner-wrapper {
  position: relative;
}

.div-block-14 {
  background-color: #fff;
  width: 60%;
  height: 1px;
}

.div-block-15 {
  justify-content: space-between;
  width: 60%;
  display: flex;
}

.heading-11 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem;
  display: inline-block;
}

.container-2 {
  max-width: none;
  position: relative;
}

.testimonial-image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 400px;
  min-height: 400px;
  max-height: 400px;
}

.section-2 {
  padding: 200px 20px;
}

.testimonial-4 {
  z-index: 4;
  background-color: #eae7da;
  border-radius: 5px;
}

.testimonial-text {
  text-align: center;
  margin-bottom: 20px;
  line-height: 140%;
}

.testimonial-author-image {
  border-radius: 100%;
  max-width: 50px;
  max-height: 50px;
  margin-bottom: 3px;
}

.testimonial-author-info {
  font-size: .8rem;
  line-height: 130%;
}

.centered-text {
  text-align: center;
}

.testimonial-3 {
  z-index: 100;
  position: relative;
}

.centered-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonial-block {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  padding: 20px;
  display: flex;
}

.testimonials-flex {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  min-height: 100vh;
  margin-bottom: 40px;
  display: grid;
  position: relative;
}

.testimonial-1 {
  background-color: #eceae5;
  border-radius: 5px;
}

.testimonial-5 {
  z-index: 2;
  background-color: #eceae5;
  border-radius: 5px;
}

.testimonial-2 {
  background-color: #eae7da;
  border-radius: 0;
}

.bottom-margin---m {
  margin-bottom: 40px;
}

.testimonial-author-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cards-ws__card--004 {
  background-color: #000;
  border-radius: 0;
  width: 100%;
  height: 30rem;
  margin-top: 0;
  display: flex;
  overflow: hidden;
}

.card-ws__card--004 {
  color: #000;
  background-color: #171717;
  border: 1px #393939;
  flex-flow: column wrap;
  justify-content: space-between;
  width: 33.3%;
  height: 100%;
  padding: 1.5rem;
  display: flex;
}

.card-ws__card--004.card-second-ws__card--004 {
  color: #fff;
  background-color: #000;
}

.card-ws__card--004.card-third-ws__card--004 {
  color: #fff;
  background-color: #171717;
}

.card-ws__card--004.black-card, .card-ws__card--004.dark-adv-card {
  background-color: #000;
}

.card-ws__card--004.val-card {
  width: 33.3%;
}

.card-ws__card--004.val-card.dark-card, .card-ws__card--004.card-carker {
  background-color: #000;
}

.card-number-ws__card--004 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Reckless, Georgia, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4em;
}

.card-number-ws__card--004.adv-heading {
  font-weight: 400;
}

.card-heading-wrapper-ws__card--004 {
  height: 1.5rem;
  margin-top: 10px;
  position: relative;
  overflow: hidden;
}

.card-heading-ws__card--004 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2em;
}

.card-heading-ws__card--004.sub-text {
  color: #6d6d6d;
  font-size: 1.2rem;
}

.paragraph-5 {
  color: #e0e0e0;
  font-family: Reckless, Georgia, sans-serif;
  font-size: 1.3rem;
  line-height: 1.5rem;
}

.paragraph-5.adv-para {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
}

.heading-12 {
  color: #fff;
  text-transform: uppercase;
  width: 60%;
  font-family: Anton, Impact, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 3rem;
}

.paragraph-6 {
  color: #929292;
  width: 60%;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.3rem;
}

.div-block-16 {
  padding-top: 15vh;
  padding-bottom: 10vh;
}

.div-block-16.faq-sub-section {
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq-list-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 60%;
  display: flex;
}

.faq-wrapper {
  flex-flow: column;
  display: flex;
}

.faq-header {
  cursor: pointer;
  border-bottom: 1px solid #c2c2c2;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1rem;
  display: flex;
}

.display-s {
  color: #fff;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Reckless, Georgia, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1em;
}

.faq-header-icon {
  color: #000;
  width: 1.25rem;
}

.faq-answer-wrapper {
  overflow: hidden;
}

.faq-answer {
  padding-top: 1rem;
}

.body {
  color: #c7c7c7;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
}

.div-block-17 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.track_hover-effect {
  z-index: 3;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.track_made-by {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  background-color: #3d3d3d;
  padding: .75rem 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.section_track {
  background-color: #0c0c0c;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.track_text {
  color: #faf7f3;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 7rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  position: relative;
}

.track_hover-image {
  pointer-events: none;
  object-fit: cover;
  border-radius: .25rem;
  width: 120%;
  max-width: none;
  height: 110%;
  position: absolute;
}

.track_info {
  z-index: 5;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.track_hover-image-wrap {
  object-fit: cover;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 10%;
  max-width: none;
  height: 100%;
  display: flex;
  position: relative;
}

.track_made-by-logo {
  width: 7rem;
}

.track_links {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.track_link {
  color: #ffffff4d;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.track_hover-row {
  width: 100%;
  height: 20%;
  display: flex;
}

.heading-13 {
  color: #fff;
  font-family: Reckless, Georgia, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
}

.heading-14 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Anton, Impact, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 4rem;
}

.div-block-18 {
  z-index: 80;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 60%;
  display: flex;
  position: static;
}

.div-block-19 {
  z-index: 77;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 5vh;
  display: flex;
  position: relative;
}

.status_text {
  color: #fff;
  letter-spacing: 1px;
  -webkit-text-stroke-color: #fff;
  text-transform: uppercase;
  font-size: 1.125em;
}

.fsection_body {
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1rem;
  text-decoration: none;
}

.footer_grid {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  text-transform: uppercase;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  display: grid;
}

.status_dot {
  background-color: #fff;
  border-radius: 100px;
  width: 10px;
  height: 10px;
}

.variable_text {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 20vw;
  font-weight: 700;
  line-height: 1;
}

.container-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  background-color: #000;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100vw;
  max-width: none;
  height: 100vh;
  padding: 4em 2em 2em;
  position: relative;
}

.wrapper {
  z-index: 1;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
  position: absolute;
  inset: auto 0% 2em;
}

.fsection_wrapper {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.status_wrapper {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fsection_header {
  color: #fff;
  font-family: Reckless, Georgia, sans-serif;
  text-decoration: none;
}

.heading-15 {
  color: #fff;
  text-transform: uppercase;
  font-family: Anton, Impact, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 4rem;
}

.paragraph-7 {
  color: #d2d2d2;
  width: 70%;
  margin-top: 30px;
  padding-bottom: 5vh;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.image-3 {
  width: 40%;
  height: 50%;
  position: absolute;
  inset: 30% 0% 0%;
}

.div-block-20 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: visible;
}

.div-block-20.abt-hd {
  margin-top: 10vh;
}

.heading-16 {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  width: 70%;
  padding-top: 20vh;
  padding-bottom: 10vh;
  font-family: Anton, Impact, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 4rem;
}

.heading-16.contact-heading {
  width: 100%;
}

.about-content {
  width: 100%;
  display: block;
}

.heading-17 {
  color: #fff;
  width: 70%;
  margin-top: 10vh;
  margin-bottom: 20px;
  font-family: Reckless, Georgia, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.2rem;
}

.div-block-21 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 0;
  display: flex;
}

.heading-18 {
  color: #fff;
  text-transform: uppercase;
  font-family: Anton, Impact, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2rem;
}

.paragraph-8 {
  color: #fff;
  margin-top: 10px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.7rem;
}

.div-block-22 {
  width: 100%;
}

.div-block-22.mm {
  width: 70%;
}

.div-block-23 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 5vh;
  display: flex;
}

.div-block-24 {
  background-color: #fff;
  width: 100%;
  height: 1px;
  margin-top: 20px;
}

.paragraph-9 {
  color: #999;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.2rem;
}

.primary-button {
  z-index: 1;
  color: #0b0b0b;
  background-color: #fbea69;
  border-radius: 96px;
  justify-content: center;
  align-items: center;
  padding: 15px 24px;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.container-4 {
  width: 100%;
  max-width: 1358px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.hero-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  min-height: calc(100vh - 90px);
  display: flex;
}

.hero-wrapper.v1 {
  min-height: auto;
}

.primary-button-bg {
  z-index: -1;
  opacity: 0;
  background-color: #0b0b0b;
  border-radius: 32px;
  position: absolute;
  inset: -10%;
}

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

.section-3.hero {
  padding-top: 190px;
  padding-bottom: 0;
}

.primary-button-text {
  font-size: 18px;
  font-weight: 500;
}

.primary-button-text.white {
  color: #fff;
}

.hero-button {
  margin-top: 40px;
}

.hero-title {
  text-align: center;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.hero-title.left {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

.hero-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.hero-wrap.about {
  max-width: 879px;
}

.primary-button-texts {
  height: 24px;
  overflow: hidden;
}

.section-4 {
  width: 100%;
  padding-top: 20vh;
}

.form-field-wrapper {
  position: relative;
}

.button {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  text-transform: none;
  background-color: #131313;
  border: 1px solid #131313;
  border-radius: 100rem;
  align-items: center;
  padding: .25rem .25rem .25rem 1.25rem;
  font-size: 1rem;
  transition: transform .3s;
  display: flex;
}

.button:active {
  transform: scale(.95);
}

.button.w--current {
  border-radius: 100rem;
}

.button.is-form {
  color: #fff;
  background-color: #777;
  border-radius: 6px;
  width: 100%;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  transition: color .3s, background-color .3s;
}

.button.is-form:hover {
  color: #131313;
  background-color: #fff;
}

.contact-item {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form-field-label {
  color: #fff;
  margin-bottom: .5rem;
  font-weight: 400;
}

.contact-component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.seccess-message {
  padding: 1.5rem;
}

.icon-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.error-text {
  color: #e23939;
}

.contact-form-block {
  background-image: linear-gradient(0deg, #131313, #252525);
  border: 1px solid #2e2e2e;
  border-radius: 6px;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
  padding: 4rem 2rem 2rem;
}

.contact-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.contact-icon-wrapper {
  border: 1px solid #2e2e2e;
  border-radius: 4px;
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
  padding: .5rem;
}

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

.form-input {
  color: #131313;
  background-color: #fff;
  border-radius: 6px;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem .5rem 1rem;
  font-size: 1rem;
  line-height: 1.6;
  transition: border-color .3s;
}

.form-input:hover, .form-input:focus {
  border: 1px solid #131313;
}

.form-input::placeholder {
  color: #7c7c7c;
}

.form-input.is-text-area {
  border-radius: 6px;
  min-height: 11rem;
  padding-top: .75rem;
}

.heading-style-h2 {
  letter-spacing: 0;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1;
}

.heading-style-h2.text-allcaps {
  color: #fff;
  font-family: Reckless, Georgia, sans-serif;
  font-weight: 400;
}

.text-size-medium {
  font-size: 1.125rem;
  font-weight: 400;
}

.text-size-medium.text-colour-grey {
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.contact-form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-field-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-padding-large {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.margin-bottom, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-medium {
  margin-bottom: 2rem;
}

.text-block-3, .text-block-4, .text-block-5 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1rem;
}

.form-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  display: flex;
}

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

.walsh-text-field-auto-gray {
  background-color: #eee;
  border: 1px solid #fff;
  border-radius: 6px;
  width: 100%;
  min-width: auto;
  height: auto;
  min-height: 65px;
  margin-top: 12px;
  margin-bottom: 0;
  margin-right: 15px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 20px;
  font-size: 18px;
  box-shadow: inset 1px 1px #fff;
}

.walsh-text-field-auto-gray.bcc {
  box-shadow: none;
  background-color: #000;
  border-style: none;
  border-color: #e4e4e4;
  border-radius: 0;
  width: 100%;
  font-family: Helvetica, Arial, sans-serif;
}

.walsh-form-single-row {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 25px;
  display: flex;
}

.walsh-form-block-center {
  text-align: center;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.walsh-form-error {
  color: #8a0a0a;
  background-color: #f76969;
  border-radius: 4px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.walsh-form-success-rounded {
  color: #313d17;
  background-color: #c4f85c;
  border-radius: 35px;
}

.btn {
  color: #fff;
  cursor: pointer;
  background-color: #004e92;
  border: 1px #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  padding: 1.5rem 3rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.86, 0, .07, 1);
  display: flex;
  position: relative;
}

.btn:hover {
  color: #000;
  background-color: #fff;
}

.btn.btn-book {
  background-color: #9d0422;
  border-style: none;
  border-color: #004e92;
  border-radius: 0;
  width: 100%;
}

.btn.btn-book:hover {
  border-style: solid;
  border-color: #c5c5c5;
}

.sub-div {
  margin-top: 5vh;
}

.heading-19 {
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1.4rem;
}

.paragraph-10 {
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.3rem;
}

.text-span-4 {
  color: #fff;
  text-decoration: none;
}

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

@media screen and (min-width: 1280px) {
  .hero-wrapper {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
  }

  .hero-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 991px) {
  .anm_stagger_btn_wrap.white.spacer {
    background-color: #e2e2e2;
    margin-top: 12px;
  }

  .nav-link-6 {
    color: #000;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .nav-link-6.w--current {
    text-align: left;
    width: 100%;
    display: block;
  }

  .nav-link-6.cta-special-link {
    color: #03f;
    font-weight: 700;
  }

  .nav-space-4 {
    text-align: left;
    width: 100%;
    margin-top: 15px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-3 {
    background-color: #fff;
    border-radius: 12px;
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-start;
    padding: 24px;
    display: flex;
  }

  .menu-button-3 {
    color: #fff;
    padding: 12px;
  }

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

  .grid-item {
    height: 40vw;
  }

  .grid-column.grid-column-second {
    width: 65vw;
  }

  .paragraph, .div-block-5, .div-block-6, .div-block-7 {
    width: 80%;
  }

  .button-text.button-text-pre {
    text-align: center;
    width: 100%;
  }

  .button-rounded-tooltip {
    min-height: 4.5rem;
  }

  .ab-2 {
    font-size: 50px;
  }

  .wrap-s-1 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .content-heading-wrapper {
    margin-bottom: 25px;
  }

  .section-p {
    text-align: center;
  }

  .image {
    margin-bottom: 25px;
  }

  .transition-block {
    display: block;
  }

  .content-top {
    flex-direction: column;
    align-items: center;
  }

  .dev-letter {
    font-size: 5em;
  }

  .content-bottom {
    flex-direction: column;
    align-items: center;
  }

  .interaction-letter {
    font-size: 5em;
  }

  .footer-content-wrapper {
    max-width: 600px;
  }

  .heading-4 {
    text-align: center;
    font-size: 3em;
  }

  .paragraph-2 {
    text-align: center;
    max-width: 100%;
  }

  .section-image.ukiyo.one {
    width: 100%;
    height: 120vh;
  }

  .section-image.ukiyo.one.three.spl-img-2, .section-image.ukiyo.one.four.spl-img, .div-block-8.service-slide {
    height: 120vh;
  }

  .service-inner-content {
    height: 100vh;
  }

  .service-bottom-div {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .heading-7 {
    font-size: 3rem;
  }

  .paragraph-3 {
    width: 100%;
  }

  .bottom-right {
    display: block;
  }

  .video-box.rs {
    width: 80%;
  }

  .card {
    width: 100%;
  }

  .display-m-2 {
    font-size: 1.5rem;
  }

  .cards-wrapper {
    flex-direction: column;
  }

  .div-block-14, .div-block-15 {
    width: 80%;
  }

  .container-2 {
    max-width: none;
  }

  .testimonial-3 {
    position: sticky;
    top: 0;
  }

  .testimonials-flex {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .testimonial-1 {
    z-index: 1;
  }

  .testimonial-5 {
    z-index: 5;
  }

  .testimonial-2 {
    z-index: 2;
  }

  .cards-ws__card--004 {
    height: 25rem;
  }

  .card-ws__card--004 {
    flex-flow: column;
    height: auto;
  }

  .card-ws__card--004.dark-adv-card {
    flex-flow: wrap;
  }

  .track_text {
    font-size: 8em;
  }

  .track_text:hover {
    border-bottom-style: none;
  }

  .div-block-18 {
    width: 80%;
  }

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

  .paragraph-7 {
    width: 80%;
  }

  .div-block-20 {
    justify-content: center;
    align-items: center;
  }

  .heading-16 {
    width: 80%;
  }

  .primary-button {
    letter-spacing: 0;
    font-size: 18px;
  }

  .hero-wrapper {
    justify-content: flex-end;
  }

  .section-3.hero {
    padding-top: 140px;
  }

  .hero-button {
    margin-top: 30px;
  }

  .hero-title {
    max-width: 500px;
  }

  .hero-title.left {
    max-width: 100%;
  }

  .contact-component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .contact-list {
    grid-row-gap: 1rem;
  }

  .heading-style-h2 {
    font-size: 3.5rem;
  }

  .section-padding-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .form-block {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 90%;
  }

  .walsh-text-field-auto-gray {
    min-width: 100%;
    margin-top: 10px;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .walsh-form-single-row {
    flex-direction: column;
  }

  .walsh-form-block-center {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-right: 0;
    display: flex;
  }

  .btn {
    width: 100%;
  }
}

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

  .anm_stagger_btn_wrap.white.spacer {
    margin-left: 10px;
  }

  .nav-link-6 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .nav-space-4 {
    padding-left: 20px;
  }

  .icon {
    color: #000;
  }

  .icon.light-icon {
    color: #fff;
  }

  .nav-menu-3 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .heading {
    width: 100%;
  }

  .heading-2 {
    font-size: 14vw;
  }

  .section.is--grid {
    height: 75vh;
  }

  .grid-wrapper {
    grid-column-gap: 2rem;
  }

  .grid-column.grid-column-first, .grid-column.grid-column-third, .grid-column.grid-column-second {
    grid-row-gap: 2rem;
  }

  .paragraph, .div-block-5, .div-block-6, .div-block-7 {
    width: 90%;
  }

  .button-rounded-tooltip {
    min-height: 4rem;
    padding-left: 2.5em;
    padding-right: 2.5em;
    font-size: .9rem;
  }

  .transition-block {
    display: block;
  }

  .dev-letter, .interaction-letter {
    font-size: 4em;
  }

  .footer-content-wrapper {
    max-width: 500px;
  }

  .paragraph-2 {
    font-size: 1.2em;
  }

  .heading-7 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .paragraph-4 {
    width: 80%;
  }

  .display-m-2 {
    font-size: 1.5rem;
  }

  .testimonial-image {
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .testimonial-text {
    font-size: 1.2rem;
  }

  .testimonial-3 {
    position: static;
  }

  .testimonial-block {
    min-height: 300px;
  }

  .testimonials-flex {
    grid-template-columns: 1fr;
    overflow: hidden;
  }

  .cards-ws__card--004 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
  }

  .card-ws__card--004 {
    width: 100%;
    height: auto;
  }

  .card-ws__card--004.val-card, .heading-12 {
    width: 100%;
  }

  .paragraph-6 {
    width: 80%;
  }

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

  .display-s {
    font-size: 1.25rem;
  }

  .section_track {
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .track_text {
    font-size: 5em;
  }

  .heading-13 {
    font-size: 1.3rem;
  }

  .heading-14 {
    margin-top: 0;
    font-size: 3rem;
    line-height: 3rem;
  }

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

  .variable_text {
    font-size: 19.5vw;
  }

  .container-3 {
    height: auto;
    min-height: 100vh;
  }

  .paragraph-7, .heading-16, .div-block-22.mm {
    width: 100%;
  }

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

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

  .section-3.hero {
    padding-top: 130px;
  }

  .hero-button {
    margin-top: 25px;
  }

  .hero-title {
    max-width: 350px;
  }

  .primary-button-texts {
    height: 22px;
  }

  .button {
    padding: .25rem 1rem;
  }

  .contact-component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .form-field-2col.is-mobile-1col {
    grid-template-columns: 1fr;
  }

  .section-padding-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .form-block {
    width: 90%;
  }

  .walsh-text-field-auto-gray {
    text-align: left;
  }

  .walsh-form-block-center {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .navbar-wrapper {
    margin-top: 10px;
  }

  .navbar-no-shadow-container-4 {
    background-color: #0000;
    padding-left: 0;
    padding-right: 0;
  }

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

  .anm_stagger_btn_wrap.white.spacer {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 10px;
  }

  .nav-link-6, .nav-link-6.w--current {
    width: 100%;
  }

  .container-4 {
    max-width: min(100% - 100px, 1400px);
  }

  .container-4.phone-container {
    max-width: min(100%, 1400px);
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-space-4 {
    text-align: left;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-left: 20px;
    display: block;
  }

  .icon {
    color: #000;
    border: 1px #000;
  }

  .icon.light-icon {
    color: #fff;
  }

  .navbar-no-shadow-2 {
    position: absolute;
    inset: 0% 0% auto;
  }

  .nav-menu-3 {
    background-color: #fff;
    flex-direction: column;
  }

  .anm_stagger_btn_text.dark {
    font-weight: 600;
  }

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

  .heading {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.4rem;
  }

  .div-block {
    height: 80vh;
  }

  .heading-2 {
    font-size: 20vw;
    line-height: 20vw;
  }

  .section.is--grid {
    height: 60vh;
  }

  .grid-wrapper {
    grid-column-gap: 1rem;
  }

  .grid-item {
    height: 50vw;
  }

  .grid-column.grid-column-first, .grid-column.grid-column-third, .grid-column.grid-column-second {
    grid-row-gap: 1rem;
  }

  .paragraph {
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .div-block-5 {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .allen-house-logo {
    margin-top: 20px;
  }

  .heading-3 {
    margin-bottom: 20px;
  }

  .div-block-6, .div-block-7, .button-transition-wrapper, .button-rounded-tooltip {
    width: 100%;
  }

  .button-rounded-tooltip.secondary-btn {
    width: 100%;
    margin-top: 15px;
  }

  .button-rounded-tooltip.cta {
    margin-right: 0;
  }

  .s-scroll {
    height: 80vh;
  }

  .s-scroll.footer {
    padding-left: 25px;
    padding-right: 25px;
  }

  .content-top-right {
    max-width: 100%;
  }

  .transition-block {
    display: block;
  }

  .content-top {
    padding: 40px;
  }

  .dev-letter {
    font-size: 2em;
  }

  .content-bottom {
    padding: 40px;
  }

  .interaction-letter, .heading-4 {
    font-size: 2em;
  }

  .paragraph-2 {
    font-size: 1em;
  }

  .section-image.ukiyo.one {
    height: auto;
  }

  .section-image.ukiyo.one.three.spl-img-2 {
    height: 140vh;
  }

  .section-image.ukiyo.one.five {
    background-image: linear-gradient(#00000080, #00000080), url('../images/service_school_identity_and_merchandise_mezaya_studio.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section-image.ukiyo.one.six {
    height: 48vh;
  }

  .section-image.ukiyo.one.seven {
    height: 40vh;
  }

  .div-block-8 {
    height: 120vh;
  }

  .heading-5 {
    line-height: 1.4rem;
  }

  .heading-5.phase-text {
    font-size: 1.2rem;
  }

  .service-inner-content {
    height: 120vh;
  }

  .heading-6 {
    margin-top: 0;
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .service-content {
    height: auto;
  }

  .heading-7 {
    margin-top: 0;
    font-size: 2rem;
    line-height: 2rem;
  }

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

  .heading-8 {
    margin-top: 10px;
    line-height: 1.5rem;
  }

  .div-block-13 {
    justify-content: center;
    align-items: center;
  }

  .video-box-title-outer-wrapper {
    display: none;
  }

  .video-box.rs, .video-box-content-wrapper {
    width: 100%;
  }

  .display-m-2 {
    font-size: 1.25rem;
  }

  .card-content {
    padding: 1rem;
  }

  .div-block-14, .div-block-15 {
    width: 100%;
  }

  .section-2 {
    overflow: hidden;
  }

  .testimonial-text {
    font-size: 1rem;
  }

  .testimonials-flex {
    grid-template-columns: 1fr;
  }

  .heading-12, .faq-list-wrapper {
    width: 100%;
  }

  .section_track {
    grid-row-gap: 7rem;
    padding-top: 8rem;
  }

  .track_text {
    font-size: 3.1em;
  }

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

  .div-block-19 {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-19.abtcta, .div-block-19.hcta {
    flex-flow: column;
  }

  .footer_grid {
    grid-template-columns: 1fr;
    margin-bottom: 20vh;
  }

  .variable_text {
    text-align: center;
    font-size: 17.5vw;
  }

  .heading-16 {
    font-size: 3rem;
    line-height: 3rem;
  }

  .heading-17 {
    width: 100%;
  }

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

  .hero-wrapper {
    min-height: auto;
  }

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

  .section-3.hero {
    padding-top: 120px;
  }

  .hero-button {
    margin-top: 20px;
  }

  .hero-title {
    max-width: 300px;
  }

  .hero-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .primary-button-texts {
    height: 21px;
  }

  .button {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-right: .25rem;
  }

  .contact-component {
    grid-template-columns: 1fr;
  }

  .contact-form-block {
    padding: 2rem 1rem 1rem;
  }

  .form-input {
    padding-left: .5rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .contact-form {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .form-field-2col {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .form-block {
    width: 100%;
  }

  .walsh-text-field-auto-gray {
    text-align: left;
  }

  .walsh-form-single-row {
    align-items: center;
  }
}

#w-node-_195d06db-05b7-ef54-e90b-f8431ef614b6-37fc2085, #w-node-_3370f01d-bce4-ad7b-56cb-03ca371b29a0-37fc2085, #w-node-_52b3122a-68fe-512f-cfca-b23d73beac90-37fc2085, #w-node-_51415cb2-09fd-6e49-da37-e0296af12c37-37fc2085, #w-node-b77e8b0c-b744-3c86-e202-8ebcc9f3d844-37fc2085, #w-node-ae3f5c05-18a6-1e75-64e0-0bede3bb765e-37fc2085, #w-node-_6754ddea-8dcf-7900-19d3-cb5624253ec0-37fc2085, #w-node-_4b09a1c4-a9f5-25ee-f415-b2eac59b6fd2-37fc2085 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4d7bde07-d0b1-a00d-c0fd-353511f2a020-37fc2085 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_234a4c22-15f4-fcdd-fa41-a515d91ca144-e846e5d7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_425dd90f-075d-d067-a0b1-3bf65492996d-be7a49ec, #w-node-_425dd90f-075d-d067-a0b1-3bf654929972-be7a49ec, #w-node-_425dd90f-075d-d067-a0b1-3bf654929977-be7a49ec {
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_8a2f6781-ef32-136b-07b8-3a6b3be6ef33-37fc2085, #w-node-_3370f01d-bce4-ad7b-56cb-03ca371b29a7-37fc2085, #w-node-_52b3122a-68fe-512f-cfca-b23d73beac97-37fc2085, #w-node-_51415cb2-09fd-6e49-da37-e0296af12c3e-37fc2085, #w-node-b77e8b0c-b744-3c86-e202-8ebcc9f3d84b-37fc2085, #w-node-ae3f5c05-18a6-1e75-64e0-0bede3bb7665-37fc2085, #w-node-_6754ddea-8dcf-7900-19d3-cb5624253ec7-37fc2085, #w-node-_4b09a1c4-a9f5-25ee-f415-b2eac59b6fd9-37fc2085 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Helvetica 587 Ebe 5 A 59211';
  src: url('../fonts/helvetica-light-587ebe5a59211.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-BoldOblique.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Anton';
  src: url('../fonts/Anton-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Reckless';
  src: url('../fonts/reckless_light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Reckless';
  src: url('../fonts/reckless_regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}