.section-web-ar-intro__video-wrap,
.acf-block-preview .section-web-ar-intro__video-wrap {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; }
  .section-web-ar-intro__video-wrap::before, .section-web-ar-intro__video-wrap::after,
  .acf-block-preview .section-web-ar-intro__video-wrap::before,
  .acf-block-preview .section-web-ar-intro__video-wrap::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; }
  .section-web-ar-intro__video-wrap::before,
  .acf-block-preview .section-web-ar-intro__video-wrap::before {
    top: 0;
    background: linear-gradient(0deg, rgba(3, 41, 58, 0.4), rgba(3, 41, 58, 0.4)); }
  .section-web-ar-intro__video-wrap::after,
  .acf-block-preview .section-web-ar-intro__video-wrap::after {
    height: 60%;
    background: linear-gradient(180deg, rgba(3, 41, 58, 0) 0%, rgba(3, 41, 58, 0.72) 68.63%, rgba(3, 41, 58, 0.9) 100%); }

.section-web-ar-intro__video,
.acf-block-preview .section-web-ar-intro__video {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.section-web-ar-intro__content,
.acf-block-preview .section-web-ar-intro__content {
  position: relative;
  padding-top: 21.4rem;
  padding-bottom: 8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 95rem;
  height: calc(var(--vh, 1vh) * 100); }
  @media (max-width: 1279.5px) {
    .section-web-ar-intro__content,
    .acf-block-preview .section-web-ar-intro__content {
      padding-top: 10rem;
      padding-bottom: 5rem;
      justify-content: center;
      min-height: 56rem; } }
  @media (max-width: 1279.5px) {
    .section-web-ar-intro__content,
    .acf-block-preview .section-web-ar-intro__content {
      min-height: 64rem; } }

.section-web-ar-intro__title, .section-web-ar-intro__subtitle,
.acf-block-preview .section-web-ar-intro__title,
.acf-block-preview .section-web-ar-intro__subtitle {
  color: #ffffff; }

.section-web-ar-intro__subtitle,
.acf-block-preview .section-web-ar-intro__subtitle {
  margin-top: 1.5rem;
  margin-bottom: 5rem;
  line-height: 1.5; }

.section-web-ar-intro__scroll-down,
.acf-block-preview .section-web-ar-intro__scroll-down {
  margin-top: auto;
  display: flex;
  align-items: center;
  color: #ffffff;
  text-decoration: none !important; }
  @media (pointer: coarse) {
    .section-web-ar-intro__scroll-down:active,
    .acf-block-preview .section-web-ar-intro__scroll-down:active {
      color: rgba(255, 255, 255, 0.75); } }
  @media (false), (hover: hover) and (pointer: fine) {
    .section-web-ar-intro__scroll-down:hover, .section-web-ar-intro__scroll-down:focus,
    .acf-block-preview .section-web-ar-intro__scroll-down:hover,
    .acf-block-preview .section-web-ar-intro__scroll-down:focus {
      color: rgba(255, 255, 255, 0.75); } }

.section-web-ar-intro__scroll-down-text,
.acf-block-preview .section-web-ar-intro__scroll-down-text {
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.1em;
  font-family: "Gotham";
  font-weight: 325; }

.section-web-ar-intro__scroll-down-icon,
.acf-block-preview .section-web-ar-intro__scroll-down-icon {
  margin-left: 0.6rem; }
  .section-web-ar-intro__scroll-down-icon .icon-wrap,
  .acf-block-preview .section-web-ar-intro__scroll-down-icon .icon-wrap {
    width: 2.4rem;
    height: 2.4rem;
    transform: translateY(-2%);
    animation: section-web-ar-intro-scroll-down .5s ease-in-out infinite alternate; }

@keyframes section-web-ar-intro-scroll-down {
  from {
    transform: translateY(-2%); }
  to {
    transform: translateY(2%); } }
