body,
html {
  margin: 0;
  overflow-x: hidden;
  scroll-behavior: smooth;
  min-width: 1440px;
}
.display-none {
  display: none !important;
}

.w-mc {
  width: max-content;
}
.w-full {
  width: 100%;
}
.w-90 {
  width: 90%;
}
.w-30 {
  width: 30%;
}
.w-40rem {
  width: 40.5rem;
}
.w-40 {
  width: 40%;
}
.w-45 {
  width: 45%;
}
.w-50 {
  width: 50%;
}
.w-640 {
  width: 640px;
  padding: 64px 48px;
  box-sizing: border-box;
}
.h-72 {
  height: 72px;
}
.h-900 {
  height: 900px;
}
.z-1 {
  z-index: 1;
}
.z-10 {
  z-index: 10;
}
.t-c {
  text-align: center;
}
.border-1-white-thin {
  border: 1px solid var(--Opacity-White-20, rgba(255, 255, 255, 0.2));
}
.border-1-grey {
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.border-1-grey-left {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}
.border-1-top {
  border-top: 1px solid var(--Opacity-Neutral-Darkest-15, rgba(0, 0, 0, 0.15));
}
.sticky {
  position: sticky;
  top: 0;
}
.relative {
  position: relative;
}

.white {
  color: white !important;
}
.black {
  color: black;
}
.bg-white {
  background-color: white;
}
.bg-red-solid {
  background-color: #ac1821;
}
.bg-8E0009 {
  background-color: #8e0009;
}
.bg-pink {
  background: rgba(166, 39, 75, 0.8);
}
.gap-10 {
  gap: 10px;
}
.gap-16 {
  gap: 16px;
}
.gap-20 {
  gap: 20px;
}
.gap-32 {
  gap: 32px;
}
.gap-48 {
  gap: 48px;
}
.gap-80 {
  gap: 80px;
}
.fs-18 {
  font-size: 18px;
}
.fs-20 {
  font-size: 20px;
}
.fs-24 {
  font-size: var(--Text-Sizes-Heading-6, 26px);
}
.fs-84 {
  font-size: var(--Text-Sizes-Heading-1, 84px);
}
.fw-700 {
  font-weight: 700 !important;
}
.opacity-70 {
  opacity: 0.7;
}
.lh-110 {
  line-height: 110%;
}
.ls--084 {
  letter-spacing: -0.84px;
}
.fw-400 {
  font-weight: 400;
}
.anybody {
  font-family: Anybody, sans-serif;
}
.fs-italic {
  font-style: italic !important;
}
.td-underline {
  text-decoration: underline;
}
.td-none {
  text-decoration: none;
  color: inherit;
}
.d-f {
  display: flex;
}
.flex-1 {
  flex: 1;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.jc-center {
  justify-content: center;
}
.jc-sb {
  justify-content: space-between;
}
.align-items-center {
  align-items: center;
}
.align-items-start {
  align-items: flex-start;
}
.m-0 {
  margin: 0;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-80 {
  margin-bottom: 80px;
}
.border-box {
  box-sizing: border-box;
}
.spacing-112-64 {
  padding: 112px 64px;
}
.p-20 {
  padding: 20px;
}
.p-24 {
  padding: 24px;
}
.p-80 {
  padding: 80px;
}
.p-6-12 {
  padding: 6px 12px;
}
.overflow-hidden {
  overflow: hidden;
}
.br-8 {
  border-radius: 8px;
  overflow: hidden;
}
.br-16 {
  border-radius: 16px;
  overflow: hidden;
}
.br-20 {
  border-radius: 20px;
  overflow: hidden;
}
.ism-logo {
  width: 100px;
  height: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.gradient {
  background: linear-gradient(180deg, #c45d63 0%, #8e0009 100%);
}
#header img[id^="header"],
#gallery img[id^="space"] {
  opacity: 0;
  transform: translateY(60px) scale(0.95);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}

#header img[id^="header"].animate,
#gallery img[id^="space"].animate {
  opacity: 1;
  transform: translateY(0) scale(1);
}
#direction1 {
  transition:
    transform 0.3s ease-in-out,
    box-shadow 0.3s ease-in-out;
}

#direction1:hover {
  transform: rotate(-2deg);
  box-shadow: 0px 0px 20px rgba(143, 4, 4, 0.2);
}
.button {
  /* Text/Regular/Medium */
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
}
.p-text {
  /* Text/Medium/Normal */
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
}
.section-title {
  /* Heading/Tagline */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
  margin: 0px 0px 16px 0px;
}
.section-heading {
  /* Heading/H2 */
  font-family: Anybody;
  font-size: var(--Text-Sizes-Heading-2, 60px);
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 72px */
  letter-spacing: -0.6px;
  margin: 0px 0px 24px 0px;
}
.small-heading {
  /* color: var(--Color-Scheme-3-Text, #000); */

  /* Heading/H6 */
  font-family: Anybody;
  font-size: var(--Text-Sizes-Heading-6, 26px);
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 36.4px */
  letter-spacing: -0.26px;
}
.sub-text {
  /* color: var(--Color-Scheme-3-Text, #000); */

  /* Text/Regular/Normal */
  font-family: Inter;
  font-size: var(--Text-Sizes-Text-Regular, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}

.chev-right::after {
  content: "";
  display: inline-block;
  background-color: black;
  width: 25px;
  height: 24px;
  -webkit-mask: url(../img/it-assets/chevron_right.svg) no-repeat center;
  mask: url(../img/it-assets/chevron_right.svg) no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position-y: 6px;
  margin-left: 10px;
}
.chev-right-white::after {
  content: "";
  display: inline-block;
  background-color: white;
  width: 25px;
  height: 24px;
  -webkit-mask: url(../img/it-assets/chevron_right.svg) no-repeat center;
  mask: url(../img/it-assets/chevron_right.svg) no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position-y: 6px;
  margin-left: 10px;
}
.accordion {
  position: relative;
  overflow: hidden;
}

.accordion-header {
  position: relative;
  z-index: 2;
  pointer-events: auto;
  cursor: pointer;
}
.accordion-item {
  position: relative;
  height: 720px;
}

.accordion-content {
  position: relative;
  z-index: 1;
  width: 0vw;
  opacity: 0;
  transition:
    width 0.3s ease-in-out,
    opacity 0.3s ease-in-out;
}
.position-img {
  width: 544px;
  height: 400px;
  object-fit: contain;
}
/* .accordion-content img {
  height: 320px;
  width: auto;
  align-self: stretch;
  aspect-ratio: 87/97;
} */

.accordion-content.active {
  width: 68vw;
  opacity: 1;
  /* padding: 15px 50px; */
}
.vertical {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
.accordion-ttl {
  color: var(--Color-Scheme-3-Text, #000);
  text-align: center;

  /* Heading/H5 */
  font-family: Anybody;
  font-size: var(--Text-Sizes-Heading-5, 32px);
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 41.6px */
  letter-spacing: -0.32px;
}
.accordion-content-ttl {
  color: var(--Color-Scheme-3-Text, #000);

  /* Heading/H3 */
  font-family: Anybody;
  font-size: var(--Text-Sizes-Heading-3, 48px);
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 57.6px */
  letter-spacing: -0.48px;
}
.accordion-content-text {
  color: var(--Color-Scheme-3-Text, #000);

  /* Text/Regular/Normal */
  font-family: Inter;
  font-size: var(--Text-Sizes-Text-Regular, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}

.journey {
  position: relative;
  padding: 100px 20px;
  display: flex;
  flex-direction: column;
}

/* container for line */
.journey-track {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 1;
  width: 6px;
  height: 100%;
  background: rgba(255, 255, 255, 0.15); /* empty track */
}

/* animated fill line */
.journey-line {
  width: 100%;
  height: 0%;
  background: white;
  transition: height 0.1s linear;
}

.journey-item {
  position: relative;
  z-index: 2;
  opacity: 0;
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
  width: 45%;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 16px;
  border: var(--Stroke-Border-Width, 1px) solid
    var(--Color-Scheme-5-Border, rgba(255, 255, 255, 0.2));
  background: rgba(172, 24, 33, 0.6);
}
.journey-item.active {
  opacity: 1;
  transform: translateX(0) !important;
}

.journey-item::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 34px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;

  box-shadow: 0 0 0 4px #8e0009;
}

.journey-item:nth-child(odd) {
  align-self: flex-start;
  transform: translateX(-50px);
}

.journey-item:nth-child(even) {
  align-self: flex-end;
  transform: translateX(50px);
}

.journey-item:nth-of-type(odd)::after {
  right: -5.2vw;
}

.journey-item:nth-of-type(even)::after {
  left: -5.2vw;
}

.journey-title {
  color: var(--Color-Scheme-5-Text, #fff);

  /* Heading/H4 */
  font-family: Anybody;
  font-size: var(--Text-Sizes-Heading-4, 40px);
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 52px */
  letter-spacing: -0.4px;
  margin: 0 0 24px 0;
}
.journey-text {
  color: var(--Color-Scheme-5-Text, #fff);

  /* Text/Medium/Normal */
  font-family: Inter;
  font-size: var(--Text-Sizes-Text-Medium, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
}

#journey-learn::after {
  content: "";
  display: inline-block;

  background-color: #fff;
  width: 20px;
  height: 20px;
  -webkit-mask: url(../img/it-assets/chevron_right.svg) no-repeat center;
  mask: url(../img/it-assets/chevron_right.svg) no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position-y: 3px;
}
#team1,
#team2,
#team3 {
  transition: transform 0.3s ease-in-out;
}
#team1:hover,
#team2:hover,
#team3:hover {
  transform: translateY(-25px);
}

.accordion-close {
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  background-color: #000;
  -webkit-mask: url(../img/it-assets/close.svg) no-repeat center;
  mask: url(../img/it-assets/close.svg) no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: transform 0.35s ease-in-out;
}
.accordion-close.active {
  transform: rotate(0deg);
}
.accordion-question {
  pointer-events: auto;
  cursor: pointer;
}
.accordion-answer {
  display: block;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  margin-top: 0;
  transition:
    max-height 0.35s ease-in-out,
    opacity 0.25s ease-in-out,
    margin-top 0.35s ease-in-out;
}

.accordion-answer.active {
  opacity: 1;
  margin-top: 20px;
}
#join-container {
  background: url(../img/it-assets/bg-1.jpg) no-repeat center center / cover;
}
#email::before {
  content: "";
  display: inline-block;

  background-color: #fff;
  width: 20px;
  height: 20px;
  -webkit-mask: url(../img/it-assets/mail.svg) no-repeat center;
  mask: url(../img/it-assets/mail.svg) no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  margin-right: 10px;
}
#phone::before {
  content: "";
  display: inline-block;

  background-color: #fff;
  width: 20px;
  height: 20px;
  -webkit-mask: url(../img/it-assets/call.svg) no-repeat center;
  mask: url(../img/it-assets/call.svg) no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  margin-right: 10px;
}
#office::before {
  content: "";
  display: inline-block;

  background-color: #fff;
  width: 20px;
  height: 20px;
  -webkit-mask: url(../img/it-assets/location_on.svg) no-repeat center;
  mask: url(../img/it-assets/location_on.svg) no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  margin-right: 10px;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
}

.direction,
.positions,
.journey,
.space,
.people {
  opacity: 0;
  transform: translateY(100px);
  transition:
    opacity 1s ease,
    transform 1s ease;
}
.direction.active,
.positions.active,
.journey.active,
.space.active,
.people.active {
  opacity: 1;
  transform: translateY(0);
}

/* entry button */
.entry-button {
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 150%;
  position: relative;
  display: inline-block;
}
.entry-button.border-1-grey {
  border: none;
}

.entry-button--style19 {
  color: #fff;
  background: none;
  padding: 0;
}

.entry-button--style19 .entry-button__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 999px;
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.entry-button--style19:hover .entry-button__bg {
  transform: scale3d(1.2, 1.2, 1);
}

.entry-button--style19 .entry-button__bg::before,
.entry-button--style19 .entry-button__bg::after {
  content: "";
  position: absolute;
  background: #000;
}

.entry-button--style19 .entry-button__bg::before {
  width: 110%;
  height: 0;
  padding-bottom: 110%;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 1);
}

.entry-button--style19:hover .entry-button__bg::before {
  transition:
    transform 0.4s cubic-bezier(0.1, 0, 0.3, 1),
    opacity 0.3s;
  transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
}

.entry-button--style19 .entry-button__bg::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s;
}

.entry-button--style19:hover .entry-button__bg::after {
  opacity: 1;
  transition-duration: 0.01s;
  transition-delay: 0.3s;
}

.entry-button--style19 .entry-button-text {
  display: block;
  position: relative;
  padding: 4px 14px;
  color: #000;
  transition: color 0.25s ease;
  z-index: 1;
}

.entry-button--style19:hover .entry-button-text {
  color: #fff;
}

/* learn more button */
.btn-oval {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 10px 20px;

  font-family: Inter;
  font-size: 18px;
  font-weight: 500;

  color: #fff;
  text-decoration: none;

  background: transparent;

  transform: scale(1);
  transition: transform 0.4s ease;
}

.btn-oval:hover {
  transform: scale(1.1);
}

.btn-oval-ring {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.base {
  fill: none;
  stroke: rgba(255, 255, 255, 0.5);
  stroke-width: 1;
}

.anim {
  fill: none;
  stroke: #fff;
  stroke-width: 2;

  stroke-dasharray: 600;
  stroke-dashoffset: 600;

  transition: stroke-dashoffset 1s linear;
}

.btn-oval:hover .anim {
  stroke-dashoffset: 0;
}

.btn-oval span {
  position: relative;
  z-index: 2;
}

/* line hover styles - style 04 inspired */
.link-style-04 {
  position: relative;
  display: inline-block;
  overflow: hidden;
  line-height: 1.8;
  color: inherit;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  font-size: 18px;
}

.link-style-04::before,
.link-style-04::after {
  position: absolute;
  left: 0;
  width: 100%;
  pointer-events: none;
}

.link-style-04::before {
  content: "";
  height: 2px;
  top: calc(100% - 4px);
  background: currentColor;
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s cubic-bezier(0.5, 0.5, 0.3, 1);
}

.link-style-04:hover::before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}

.link-style-04::after {
  content: attr(data-text);
  top: 0;
  height: 100%;
  background: none;
  color: currentColor;
  transform: translate3d(150%, 0, 0);
  transition: transform 0.3s cubic-bezier(0.5, 0.5, 0.3, 1);
}

.link-style-04:hover::after {
  transform: translate3d(0, 0, 0);
}

.link-style-04 > span:not(.link-style-04__hover),
.link-style-04 .link-style-04__label {
  display: inline-block;
  transition: transform 0.3s cubic-bezier(0.5, 0.5, 0.3, 1);
}

.link-style-04:hover > span:not(.link-style-04__hover),
.link-style-04:hover .link-style-04__label {
  transform: translate3d(-150%, 0, 0);
}

.link-style-04--chev::after {
  content: none;
}

.link-style-04--chev .link-style-04__hover {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  transform: translate3d(150%, 0, 0);
  transition: transform 0.3s cubic-bezier(0.5, 0.5, 0.3, 1);
}

.link-style-04--chev:hover .link-style-04__hover {
  transform: translate3d(0, 0, 0);
}

/* line hover styles - style 12 inspired */
.link-style-12 {
  font-family: lust-fine, sans-serif;
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 7px 0;
  color: inherit;
}

.link-style-12 span {
  display: inline-block;
}

.link-style-12__graphic {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  fill: none;
  stroke: currentColor;
  stroke-width: 1px;
}

.link-style-12__graphic--slide {
  top: -3px;
  stroke-width: 2px;
  transition: transform 0.7s;
  transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
}

.link-style-12:hover .link-style-12__graphic--slide {
  transform: translate3d(-66.6%, 0, 0);
}

/* footer styles */
#footer {
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding: 112px 64px;
}
.footer-header {
  color: var(--Color-Scheme-5-Text, #fff);
  text-align: center;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 48px */
}

.footer-container {
  display: flex;
  justify-content: space-between;
}

.footer-column {
  /* flex: 1; */
  margin-right: 20px;
  width: 20%;
}

.footer-column-content {
  margin-bottom: 20px;
}

.footer-ttl {
  color: #fff;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 36px */
}

.footer-text {
  color: #ffafb4;
  font-family: Inter;
  font-size: var(--Text-Sizes-Text-Small, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}

.site-map {
  color: var(--Color-Scheme-5-Text, #fff);

  /* Text/Small/Link */
  font-family: Inter;
  font-size: var(--Text-Sizes-Text-Small, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.footer-bottom {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.footer-logo {
  width: 192px;
  height: auto;
  object-fit: contain;
}
.site-map-container {
  display: flex;
  gap: 16px;
  align-items: center;
}
