.stagger-text-container {
  display: block;
  position: relative;
}
.stagger-text-element {
  opacity: 0;
  will-change: transform, opacity, filter;
  background: inherit;
  -webkit-background-clip: inherit;
  background-clip: inherit;
  color: inherit;
  margin-right: 0.25em;
  display: inline-block;
}
.stagger-text-element.animate {
  opacity: 1;
  transform: translateY(0);
}
.stagger-text-element:last-child {
  margin-right: 0;
}
.stagger-text-container p {
  margin-bottom: 1em;
}
.stagger-text-container h1,
.stagger-text-container h2,
.stagger-text-container h3,
.stagger-text-container h4,
.stagger-text-container h5,
.stagger-text-container h6 {
  margin-bottom: 0.5em;
  line-height: 1.2;
}
.gradient-text .stagger-text-element {
  background: inherit;
  -webkit-background-clip: inherit;
  background-clip: inherit;
  color: inherit;
}
.stagger-text-container.leaving .stagger-text-element {
  opacity: 0;
}
.footer-container {
  z-index: 500;
  background-color: #000;
  position: relative;
}
.eagle-footer-heading span:nth-child(2) {
  margin-right: 0;
}
.eagle-footer {
  color: #fff;
  text-align: center;
  z-index: 1;
  background: #000 url(../../../img/footer/footer-bg.webp) 50% / cover no-repeat;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 50vh;
  padding: 0;
  display: flex;
  position: sticky;
  top: -150px;
  overflow: hidden;
}
.footer-eagle-body img {
  width: 100%;
  height: auto;
}
.footer-eagle-v2 {
  pointer-events: none;
  width: 100%;
  transform: scale(1) translateY(-65px);
}
.footer-eagle-v2 img {
  width: 100%;
  height: auto;
}
.footer-eagle-v2 .footer-padding {
  z-index: 2;
  position: relative;
  top: -2px;
}
.footer-eagle-v2 .footer-eagle-v2-head {
  position: relative;
}
.footer-eagle-v2 .footer-sequence {
  contain: layout;
  width: 100%;
  height: auto;
  min-height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.footer-eagle-v2 .footer-sequence img {
  width: 100%;
  height: auto;
  display: block;
}
.footer-eagle-v2 .footer-eagle-body {
  z-index: 2;
  position: relative;
}
.footer-eagle-v2 .footer-eagle-body img {
  width: 100%;
  height: auto;
}
.eagle-footer .eagle-footer-content {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 200px;
  left: 0;
}
.eagle-footer-eyebrow {
  text-align: center;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  margin-bottom: 37px;
  font-size: 18px;
  font-style: normal;
  line-height: normal;
}
.eagle-footer-heading {
  text-align: center;
  letter-spacing: -8.54px;
  font-size: 244px;
  line-height: 88%;
}
.eagle-footer-button-container {
  border-top: 1px solid #fff;
  justify-content: space-between;
  gap: 20px;
  width: 866px;
  margin: 69px auto 0;
  padding-top: 24px;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  display: flex;
}
.eagle-footer-button-container .button {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #0000001a;
}
.eagle-footer-image-container {
  pointer-events: none;
  background: url(../../../img/footer/footer-bg.webp) 50% / cover no-repeat;
  width: 100%;
  height: auto;
}
.eagle-footer-image {
  object-fit: cover;
  will-change: contents;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  top: 2px;
  left: 1px;
  transform: translateZ(0);
}
.eagle-footer-image-static {
  object-fit: cover;
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 1px;
  left: 1px;
}
.footer-padding,
.footer-padding-btm {
  z-index: 1;
  width: 100%;
  height: auto;
  position: relative;
}
:is(.footer-padding, .footer-padding-btm) img {
  width: 100%;
  height: auto;
}
.footer-padding {
  margin-bottom: -2px;
}
.footer-padding-btm {
  margin-top: -2px;
}
@media screen and (max-height: 775px) and (orientation: landscape) {
  .footer-eagle-v2 {
    transform: scale(1) translateY(-25px);
  }
}
@media (max-width: 1140px) {
  .eagle-footer {
    position: sticky;
    top: -135px;
  }
  .eagle-footer-heading {
    letter-spacing: -3.08px;
    font-size: 200px;
    line-height: 88%;
  }
  .eagle-footer .eagle-footer-content {
    top: 150px;
  }
  .eagle-footer .eagle-footer-content .eagle-footer-button-container {
    width: 726px;
    max-width: 100%;
    padding: 16px 0;
  }
  .footer-eagle-v2 {
    position: relative;
    top: 120px;
    transform: translate(5vw);
  }
}
@media (max-width: 980px) {
  .eagle-footer-heading {
    letter-spacing: -3.08px;
    font-size: 150px;
    line-height: 88%;
  }
  .eagle-footer-button-container {
    width: 90vw;
  }
  .eagle-footer-content {
    margin-bottom: 10vh;
  }
}
@media (max-width: 860px) {
  .footer-eagle-v2 {
    transform: scale(1.1);
  }
  .eagle-footer-eyebrow {
    letter-spacing: 0.75px;
    margin-bottom: 24px;
    font-size: 15px;
  }
  .eagle-footer-heading {
    letter-spacing: -3.08px;
    font-size: 140px;
    line-height: 88%;
  }
  .eagle-footer-content {
    width: 100%;
    margin-bottom: 40vh;
  }
  .eagle-footer-button-container {
    margin-top: 34px;
    padding: 24px 0 0;
  }
  .eagle-footer-button-container span {
    letter-spacing: -0.21px;
    text-align: left;
    max-width: 139px;
    font-size: 14px;
    line-height: 130%;
  }
}
@media (max-width: 772px) {
  .footer-eagle-v2 {
    transform: scale(1.1) translateY(-15vh);
  }
  .eagle-footer-eyebrow {
    letter-spacing: 0.75px;
    margin-bottom: 24px;
    font-size: 15px;
  }
  .eagle-footer-heading {
    letter-spacing: -3.08px;
    font-size: 100px;
    line-height: 88%;
  }
  .eagle-footer-content {
    width: 100%;
    margin-top: -10vh;
  }
  .eagle-footer .eagle-footer-content .eagle-footer-button-container {
    width: 95%;
    max-width: 100%;
    padding: 16px 0;
  }
  .eagle-footer-button-container {
    width: 100%;
  }
}
@media (max-width: 613px) {
  .eagle-footer {
    height: 80vh;
  }
  .eagle-footer-content {
    margin-top: -10vh;
  }
  .eagle-footer .eagle-footer-content .eagle-footer-button-container {
    width: 95%;
    max-width: 100%;
    padding: 16px 0;
  }
  .eagle-footer-button-container {
    width: 100%;
  }
  .footer-eagle-v2 {
    transform: scale(1.1) translateY(-5vh);
  }
}
@media (max-width: 520px) {
  .eagle-footer-heading {
    letter-spacing: -3.08px;
    font-size: 65px;
    line-height: 88%;
  }
  .eagle-footer {
    height: 80vh;
    top: 5vh;
  }
  .eagle-footer-content {
    margin-top: 6vh;
  }
  .footer-eagle-v2 {
    transform: scale(2) translateY(3vh);
  }
  .eagle-footer .eagle-footer-content {
    top: 50px;
  }
  .eagle-footer .eagle-footer-content .eagle-footer-button-container {
    width: 95%;
    max-width: 100%;
    padding: 16px 0;
  }
  .eagle-footer-button-container {
    width: 100%;
  }
  .eagle-footer-button-container a {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-color: #fafafa59;
  }
}
@media screen and (orientation: landscape) and (max-height: 500px) {
  .eagle-footer-heading {
    font-size: 90px;
  }
}
.gold-button {
  color: #fff !important;
  background-color: #ffe193 !important;
}
.footer-container .eagle-footer .gold-button {
  color: #fff !important;
  background-color: #ffe193 !important;
  border: none !important;
}
.image-gallery {
  width: 100%;
  height: 100vh;
  min-height: 774px;
  position: relative;
}
.clip-img {
  clip-path: inset(0 0 50%);
}
.progress-bars {
  z-index: 10;
  justify-content: center;
  gap: 8px;
  padding: 0 80px;
  display: flex;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
}
.progress-bar-container {
  cursor: pointer;
  background-color: #fafafa40;
  border-radius: 4px;
  flex: 1;
  height: 4px;
  overflow: hidden;
}
.progress-bar {
  background-color: var(--color-tc-white);
  height: 100%;
  transition: width 0.3s;
}
.image-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.image-container > div {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.current-image {
  z-index: 1;
}
.next-image-container {
  z-index: 2;
  width: 100%;
  height: 100%;
  transition: transform 0.8s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(100%);
}
.next-image-container.slide-right {
  transform: translate(0);
}
.next-image-container.slide-left {
  transform: translate(-100%);
}
.next-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.mask {
  background-color: #000;
  width: 100%;
  position: absolute;
  left: 0;
}
.prev-image {
  z-index: 1;
}
.hidden-image {
  z-index: 0;
}
.slide-image {
  position: absolute;
  inset: 0;
}
.slide-image-bg {
  background-blend-mode: darken;
  background-color: #00000040;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.slide-image-content {
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 80px;
  display: flex;
}
.slide-image-copy {
  letter-spacing: -4.34px;
  color: #fff;
  max-width: 90%;
  margin-top: 1%;
  font-size: 119px;
  line-height: 1;
}
.slide-image-copy:before {
  content: "“";
  margin-left: -34px;
  position: absolute;
}
.slide-image-signature {
  width: 288px;
  height: auto;
  margin-bottom: 10px;
  margin-left: 11px;
}
.slide-image-avatar {
  border: 1.355px solid #fafafa0d;
  border-radius: 100px;
  width: 80px;
  height: 80px;
}
.slide-image-avatar-container {
  justify-content: start;
  align-items: center;
  gap: 16px;
  display: flex;
}
.slide-image-avatar-name {
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
}
@media screen and (max-height: 775px) and (orientation: landscape) {
  .slide-image-copy {
    font-size: 100px;
  }
  .slide-image-signature {
    width: 260px;
  }
}
@media screen and (max-width: 1960px) {
  .slide-image-copy {
    color: #fff;
    letter-spacing: -3.36px;
    max-width: 100%;
    font-size: 100px;
  }
  .slide-image-copy:before {
    margin-left: -16px;
  }
}
@media screen and (max-width: 1170px) {
  .slide-image-copy {
    color: #fff;
    letter-spacing: -3.36px;
    max-width: 100%;
    font-size: 90px;
  }
  .slide-image-copy:before {
    margin-left: -16px;
  }
}
@media screen and (max-width: 1030px) {
  .slide-image-copy {
    color: #fff;
    letter-spacing: -3.36px;
    max-width: 100%;
    font-size: 70px;
  }
  .slide-image-copy:before {
    margin-left: -16px;
  }
}
@media screen and (max-width: 580px) {
  .slide-image-content {
    padding: 68px 24px 48px;
  }
  .progress-bars {
    padding: 0 24px;
    top: 20px;
  }
  .progress-bars:before {
    margin-left: -14px;
  }
  .progress-bar-container {
    height: 2px;
  }
  .slide-image-copy {
    letter-spacing: -2px;
    font-size: 48px;
  }
  .slide-image-copy:before {
    margin-left: -13px;
  }
  .slide-image-signature {
    width: 240px;
  }
  .slide-image-avatar-name {
    font-size: 17px;
  }
}
.info-section {
  z-index: 1;
  color: #000;
  background: var(--tc-white-white);
  width: 100%;
  margin: 0 auto;
  padding: 160px 40px;
  position: relative;
}
.info-section h2 {
  margin-bottom: 64px;
}
@media screen and (max-width: 800px) {
  .info-section {
    padding: 120px 0;
  }
}
.faq-item {
  text-align: left;
  margin: 48px 24px;
}
.faq-item:last-child,
.faq-item .faq-divider:last-child {
  margin-bottom: 0;
}
.faq-divider {
  content: "";
  background: #00000014;
  width: 100%;
  height: 1px;
  margin: 48px 0;
  display: block;
}
.faq-divider-active {
  background: linear-gradient(90deg, #f0c94f33, #f0c94f, #cfae4480);
}
.faq-question {
  cursor: pointer;
  letter-spacing: -0.92px;
  justify-content: space-between;
  align-items: center;
  font-family: Instrument Serif;
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  line-height: 96%;
  display: flex;
}
.accordion-trigger {
  font: inherit;
  color: inherit;
  cursor: pointer;
  text-align: left;
  background: 0 0;
  border: 0;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  width: 100%;
  padding: 0;
  font-size: 46px;
  line-height: 1.1;
  display: flex;
}
.accordion-trigger span:first-child {
  max-width: 80%;
}
.accordion-content {
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.5s;
  display: grid;
}
.accordion-content p {
  color: #0006;
  letter-spacing: -0.24px;
  width: 100%;
  max-width: 740px;
  margin-top: 24px;
  font-family: Instrument Sans;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.accordion-content[aria-hidden="false"] {
  grid-template-rows: 1fr;
}
.accordion-content > div {
  overflow: hidden;
}
.accordion-trigger-icon img {
  width: 48px;
  height: 48px;
}
.faq-answer {
  color: #555;
  padding: 10px 0;
  overflow: hidden;
}
@media (max-width: 800px) {
  .info-section {
    padding-bottom: 88px;
  }
  .accordion-trigger span:first-child {
    max-width: 80%;
  }
  .faq-question {
    font-size: 32px;
  }
  .accordion-trigger {
    font-size: 32px;
    line-height: 1.1;
  }
  .accordion-trigger-icon {
    font-size: 32px;
  }
  .accordion-content p {
    font-size: 18px;
    line-height: 26px;
  }
}
.info-section-disclaimer {
  font-size: 14px;
  line-height: 24px;
}
.feature-point-header h3 {
  font-family:
    Instrument Sans,
    sans-serif;
}
.feature-point-header h3 span {
  margin-right: 8px;
}
.png-sequence-container {
  color: #000;
  z-index: 1;
  background: url(../../../img/product-sequence/marble.webp) 50% / cover
    no-repeat fixed;
  max-width: 100%;
  height: auto;
  font-family:
    Instrument Sans,
    sans-serif;
  position: relative;
}
ol,
ul {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}
li {
  margin-bottom: 0.5rem;
}
