body {
  overflow: hidden;
}
.sections {
  width: 100%;
}
.sections .section {
  opacity: 0;
  pointer-events: none;
  z-index: 0;
  overflow: auto;
  visibility: hidden;
  display: none;
}

.sections .section.active {
  opacity: 1;
  transition: opacity 1s;
  pointer-events: all;
  z-index: 1;
  visibility: visible;
  display: block;
  overflow: hidden;
  height: 100vh;
}
/*.sections .page_1.section.active {*/
/*  overflow: auto;*/
/*}*/

.scroll-indicator {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 2;
  gap: 0.75rem;
}

.l-scroll {
    background-color: unset;
    border: none;
    padding: unset;
    width: 1.36875rem;
    z-index: 9;
    opacity: 1;
    cursor: pointer;
    transition: all 0.6s ease-in-out;
}

.l-scroll .arrow, .l-scroll .mouse, .l-scroll .line {
    animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
    animation-iteration-count: infinite;
}

.l-scroll .arrow {
    animation-duration: 2s;
    animation-name: scroll-arrow;
}

.l-scroll .line {
  animation-duration: 2s;
  animation-name: scroll-line;
}

.l-scroll .mouse {
    animation-name: scroll-mouse;
    animation-duration: 2s;
}

@keyframes scroll-line {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
    transform: translateY(0);
  }
  50% {
    transform: translateY(0.9375rem);
    opacity: 1;
  }
  70% {
    transform: translateY(0.9375rem);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes scroll-mouse {
  40% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(0.5rem);
    opacity: 1;
  }
  70% {
    transform: translateY(0.5rem);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes scroll-arrow {
  10% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

// Fade in sections
.sections .section {
  animation: fadeIn 2s forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.main-content {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  flex-wrap: nowrap;
  max-width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  height: 100vh;
}

.main-content.full {
  flex-direction: row-reverse;
  align-items: flex-start;
  flex-grow: 1;
  width: 100%;
}
.main-content.full .main-content-wrapper {
  flex-grow: 1;
  padding: 6rem 0 2rem;
}
.main-content.full .main-content-wrapper .palo-alto-networks-container {
  max-width: 80%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  right: 2rem;
}

H1 {
  font-family: var(--font-tt-hoves);
  font-size: 64px;
  font-style: normal;
  line-height: 112%;
  font-weight: 500;
  padding-bottom: 2rem;
  color: var(--strata);
}
H2 {
  font-family: var(--font-tt-hoves);
  font-size: 48px;
  font-style: normal;
  line-height: 112%;
  font-weight: 500;
  padding-bottom: 2rem;
  color: var(--strata);
}
H2.small {
  font-size: 38px;
}
H3 {
  font-family: var(--font-tt-hoves);
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding-bottom: 2rem;
}

p {
  font-family: var(--font-tt-hoves);
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

b {
  font-weight: 500;
  font-family: var(--font-tt-hoves-bold);
}

@media screen and (max-width: 1440px) {
  H1 {
    font-size: 54px;
  }
  H2 {
    font-size: 48px;
  }
  H3 {
    font-size: 36px;
  }
  H2.small {
    font-size: 30px;
  }
  p {
    font-size: 20px;
  }
}
@media screen and (max-width: 1200px) {
  H1 {
    font-size: 48px;
  }
  H2 {
    font-size: 36px;
  }
  H2.small {
    font-size: 28px;
  }
  H3 {
    font-size: 24px;
  }
  p {
    font-size: 18px;
  }
}
@media screen and (max-width: 1023px) {
  H1 {
    font-size: 36px;
  }
  H2 {
    font-size: 30px;
  }
  H2.small {
    font-size: 26px;
  }
  H3 {
    font-size: 18px;
  }
  p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  H1 {
    font-size: 36px;
  }
  H2 {
    font-size: 30px;
  }
  H3 {
    font-size: 18px;
  }
  p {
    font-size: 16px;
  }
}
@media screen and (max-width: 375px) {
  H1 {
    font-size: 32px;
  }
  H2 {
    font-size: 28px;
  }
  H3 {
    font-size: 18px;
  }
  p {
    font-size: 16px;
  }
}
@media screen and (max-width: 375px) {
  H1 {
    font-size: 24px;
  }
  H2 {
    font-size: 20px;
  }
  H3 {
    font-size: 16px;
  }
  p {
    font-size: 14px;
  }
}

.start-screen-r2-1 {
  height: 69.625rem;
  width: 111.438rem;
  position: relative;
  display: none;
  max-width: 100%;
  z-index: 0;
}
.laptop-1-1-icon {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-position: right bottom;
  object-fit: contain;
  aspect-ratio: auto 1728 / 1117;
  z-index: 1;
  overflow: clip;
  overflow-clip-margin: content-box;
}
.chatbot-icon {
  height: 3.5rem;
  width: 3.625rem;
  position: relative;
  object-fit: cover;
  mix-blend-mode: screen;
}
.cta {
  border-radius: 70px;
  background-color: rgba(0, 0, 0, 0.8);
  border: 3px solid var(--orange);
  flex-direction: row;
  padding: 0.875rem 2.687rem;
  white-space: nowrap;
  cursor: pointer;
}
.cta-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 8rem 0 2rem;
  width: 100%;
}
.nav-icon {
  height: 12.25rem;
  width: 1.875rem;
  position: relative;
  object-fit: cover;
  mix-blend-mode: screen;
}
.group-icon,
.parent-logo-rgb,
.vector-icon {
  position: absolute;
  height: 90.34%;
  width: 0.15%;
  top: 4.83%;
  right: 48.17%;
  bottom: 4.83%;
  left: 51.68%;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
}
.group-icon,
.parent-logo-rgb {
  height: 100%;
  width: 48.85%;
  top: 0;
  right: 51.15%;
  bottom: 0;
  left: 0;
}
.group-icon {
  height: 87.98%;
  width: 43.67%;
  top: 0.86%;
  right: 0;
  bottom: 11.16%;
  left: 56.33%;
}
.group {
  position: absolute;
  height: 80.34%;
  width: 98.97%;
  top: 9.66%;
  right: 0.73%;
  bottom: 10%;
  left: 0.29%;
  z-index: 1;
}
.cortex-xsoar-rgb-logo-lockup-n {
  height: 1.813rem;
  width: 17.063rem;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  cursor: pointer;
}
.ui {
  width: 100%;
  height: 100%;
  max-height: 50rem;
  margin: 0 !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 2.375rem 44.937rem;
  box-sizing: border-box;
  text-align: center;
  color: var(--color-white);
  font-family: var(--font-tt-hoves);
}
.day-in-the,
.enterprise-iot-security {
  align-self: stretch;
  position: relative;
  z-index: 3;
}
.enterprise-iot-security {
  font-size: 20px;
  font-weight: 700;
  line-height: 110%;
  text-transform: uppercase;
}
.day-in-the {
  margin: 0;
  line-height: 112%;
  display: inline-block;
  min-height: 13.5rem;
}
.youre-a-global {
  margin: 0;
}
.youre-a-global-container {
  margin: 0;
  padding-bottom: 2rem;
  align-self: stretch;
  position: relative;
  line-height: 150%;
  font-weight: 400;
  font-family: inherit;
  color: var(--color-white);
  mix-blend-mode: normal;
  z-index: 3;
  max-width: 34rem;
}
.content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 3rem;
  max-width: 100%;
}
.swipe-to-begin {
  z-index: 1;
  margin: 4rem auto;
}
.scroll-to-begin {
  color: var(--color-white);
}
.scroll-indicator-icon {
  height: 2.75rem;
  width: 1.375rem;
  position: absolute;
  margin: 0 !important;
  bottom: -0.687rem;
  left: 0;
  z-index: 3;
}
.footer {
  width: 14.375rem;
  flex-direction: row;
  padding: 0 3rem;
  color: var(--color-white);
}
.footer,
.header,
.root {
  position: relative;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  box-sizing: border-box;
}
.header {
  flex: 1;
  flex-direction: column;
  padding: 4rem;
  gap: 3.25rem;
  max-width: 100%;
  text-align: left;
  color: var(--strata);
  font-family: var(--font-tt-hoves);
}
.last_page .header {
  padding: 0;
}
.root {
  width: 100%;
  min-height: 100vh;
  /*background-color: #000;*/
  overflow: hidden;
  flex-direction: row;
  padding: 0 0 0.187rem;
  line-height: normal;
  letter-spacing: normal;
}
@media screen and (max-width: 1125px) {
  .header {
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1025px) {
  .ui {
    padding-left: var(--padding-340xl);
    padding-right: var(--padding-340xl);
    box-sizing: border-box;
  }
  .day-in-the {
    line-height: 2.563rem;
  }
  .header {
    padding-left: var(--padding-61xl);
    padding-right: var(--padding-61xl);
    box-sizing: border-box;
  }
}
@media screen and (max-width: 750px) {
  .content {
    gap: 1.5rem;
  }
  .header {
    gap: 1.625rem;
    padding: 2rem;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 450px) {
  .ui {
    padding-left: var(--padding-xl);
    padding-right: var(--padding-xl);
    box-sizing: border-box;
  }
}

.fg-pattern-icon,
.laptop-2-1 {
  width: 100%;
  position: absolute;
  margin: 0 !important;
  right: 0;
  left: 0;
}
.laptop-2-1 {
  bottom: -0.406rem;
}
.fg-pattern-icon {
  top: 0;
  bottom: 0;
  max-width: 100%;
  overflow: hidden;
  mix-blend-mode: normal;
}
.cta,
.cta-button {
  align-items: center;
  justify-content: center;
}
.cta-button {
  font-family: var(--font-tt-hoves-medium);
  height: 1.375rem;
  position: relative;
  line-height: 112%;
  text-transform: uppercase;
  display: flex;
}
.cta {
  color: var(--color-white);
  border-radius: 70px;
  background-color: rgba(0, 0, 0, 0.8);
  border: 3px solid var(--orange);
  box-sizing: border-box;
  flex-direction: row;
  padding: 0.875rem 2.687rem;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  max-width: 28rem;
}
.group-icon,
.parent-logo-rgb,
.vector-icon {
  position: absolute;
  height: 90.34%;
  width: 0.15%;
  top: 4.83%;
  right: 48.17%;
  bottom: 4.83%;
  left: 51.68%;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
}
.group-icon,
.parent-logo-rgb {
  height: 100%;
  width: 48.85%;
  top: 0;
  right: 51.15%;
  bottom: 0;
  left: 0;
}
.group-icon {
  height: 87.98%;
  width: 43.67%;
  top: 0.86%;
  right: 0;
  bottom: 11.16%;
  left: 56.33%;
}
.group {
  position: absolute;
  height: 80.34%;
  width: 98.97%;
  top: 9.66%;
  right: 0.73%;
  bottom: 10%;
  left: 0.29%;
  z-index: 1;
}
.cortex-xsoar-rgb-logo-lockup-n {
  height: 1.813rem;
  width: 17.063rem;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
}
.cortex-container {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
}
.chatbot-icon,
.nav-icon {
  position: relative;
  object-fit: cover;
  mix-blend-mode: screen;
}
.nav-icon {
  width: 1.875rem;
  flex: 1;
  max-height: 100%;
}
.chatbot-icon {
  height: 3.5rem;
  width: 3.625rem;
}
.chatbot-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 0 var(--padding-18xl) 0 0;
}
.nav-parent,
.ui {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
}
.nav-parent {
  flex: 1;
  gap: 22.937rem;
}
.ui {
  width: 100%;
  height: 100%;
  margin: 0 !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 2.375rem 0 2.187rem;
  box-sizing: border-box;
  gap: 24.562rem;
  max-width: 100%;
  text-align: center;
}
.main-content-text-you-grab-your-coffe {
  margin: 0;
}
.main-content-text-container {
  position: relative;
  line-height: 150%;
  display: flex;
  width: 100%;
  flex-direction: column;
  mix-blend-mode: normal;
  max-width: 100%;
  z-index: 3;
}
.main-content-text-container p {
  margin: 0 0 1rem;
}

.full-width H1 {
  max-width: 30rem;
}
.palo-alto-networks-container > *,
.main-content-header-container > *,
.main-content-text-container > * {
  animation: fade-in 0.5s ease-in, up-down 1s ease-out backwards;
}

.page_2 .fg-pattern-icon {
  animation: fade-in 1s ease-in;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes up-down {
  from {
    transform: translateY(4rem);
  }
  to {
    transform: translateY(0);
  }
}

.main-content-wrapper {
  width: 32rem;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  max-width: 100%;
}
.last_page .main-content-wrapper {
  width: 44rem;
}
.inactive-bar,
.active-bar {
  position: absolute;
  height: 100%;
  width: 17.04%;
  top: 0;
  right: 42.22%;
  bottom: 0;
  left: 40.74%;
  background-color: var(--color-darkslategray);
}
.text {
  align-self: stretch;
  position: relative;
  line-height: 150%;
}
.text-wrapper {
  position: absolute;
  top: calc(50% - 26.5px);
  left: 1.5rem;
  border-radius: var(--br-3xs);
  background-color: var(--color-black);
  color: var(--color-white);
  width: 4.75rem;
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: var(--padding-xs);
  box-sizing: border-box;
}
.progress-bar-item:hover .text-wrapper {
  display: flex;
}
.progress-bar-item {
  align-self: stretch;
  height: 1.438rem;
  width: 1.5rem;
  position: relative;
}
.progress-bar .progress-bar-item.active {
  align-self: stretch;
  height: 1.438rem;
  position: relative;
}
.progress-bar .progress-bar-item .bar {
  position: absolute;
  height: 100%;
  width: 14.81%;
  top: 0;
  right: 44.44%;
  bottom: 0;
  left: 40.74%;
  background-color: var(--color-darkslategray);
}
.progress-bar .progress-bar-item.active .bar {
  background-color: var(--strata);
  z-index: 1;
}
.progress-bar .progress-bar-item:hover .bar {
  background-color: white;
  transform: scale(3, 1);
  transition: transform 0.5s ease-in-out;
}
.text2 {
  position: relative;
  line-height: 150%;
}
.main,
.progress-bar,
.root {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.progress-bar {
  width: 1.688rem;
  gap: 0.125rem;
  margin: auto 1rem;
  z-index: 3;
  font-size: var(--body-size);
  color: var(--strata);
}
.main,
.root {
  position: relative;
  box-sizing: border-box;
}
.main {
  align-self: stretch;
  max-width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
}
.root {
  width: 100%;
  background-color: var(--color-black);
  overflow: hidden;
  padding: 0 0 0.187rem;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: var(--color-white);
  font-family: var(--body);
}
@media screen and (max-width: 1100px) {
  .main {
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1025px) {
  .ui {
    gap: 12.25rem;
  }
}
@media screen and (max-width: 750px) {
  .main {
    box-sizing: border-box;
  }
}
@media screen and (max-width: 450px) {
  .ui {
    gap: 6.125rem;
  }
}

video::-webkit-media-controls {
  display: none;
}

.bg-video-mobile {
  display: none;
}

.bg-video.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  z-index: 0;
  overflow: hidden;
}

.bg-video.bottom {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-position: center bottom;
  object-fit: contain;
  aspect-ratio: auto 1728 / 1117;
  z-index: 0;
  overflow: hidden;
}
.bg-video.right {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-position: right bottom;
  object-fit: contain;
  aspect-ratio: auto 1728 / 1117;
  z-index: 0;
  overflow: hidden;
}

.page_2,
.page_3 {
  background-color: #000;
}

.you-check-your-container {
  width: 25rem;
  position: relative;
  line-height: 150%;
  display: inline-block;
  flex-shrink: 0;
  mix-blend-mode: normal;
  max-width: 100%;
  z-index: 3;
}
.content,
.dashboard-message,
.root {
  display: flex;
  align-items: flex-start;
}
.dashboard-message {
  width: 40rem;
  flex-direction: row;
  justify-content: center;
  max-width: 100%;
  margin-top: -12.625rem;
}
.palo-alto-networks {
  margin: 0;
}
.palo-alto-networks-container {
  padding: 2rem;
  position: relative;
  line-height: 150%;
  display: inline-block;
  flex-shrink: 0;
  mix-blend-mode: normal;
  max-width: 100%;
  z-index: 3;
}
.subheader {
  height: 100vh;
  align-self: stretch;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: center;
  max-width: 100%;
  color: #FFF;
  text-align: center;
  font-family: "TT Hoves";
  font-style: normal;
  font-weight:400;
  line-height: 150%;
}

.subheader .subheader-wrapper {
  margin-top: 4rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main.inner {
  min-height: 100vh;
}
.page_9 .progress-bar,
.page_8 .progress-bar {
  margin: auto 1rem;
}
/*.last_page .progress-bar {*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  left: 2rem;*/
/*}*/

.video-mobile-wrapper {
  position: relative;
  margin: 1rem auto;
}
.video-mobile-wrapper .video-mobile-play-button {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
  z-index: 10;
}

.video-mobile {
  display: none;
  margin: 2rem 0;
}

.mobile {
  display: none;
}

.last_page .header .content {
  flex-direction: row-reverse;
  align-items: center;
  height: 100vh;
  margin: 0;
  gap: unset;
}

.last_page .header .content .content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4rem 1rem 2rem;
  gap: unset;
  max-width: 34rem;
}
.last_page .header .content .content-wrapper .progress-bar {
  margin-top: auto;
  margin-bottom: auto;
}
.home_page .content {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 4rem;
}
@media screen and (max-width: 1600px) {
  .main-content-wrapper {
    width: 26rem;
  }
  .last_page .main-content-wrapper {
    width: 40rem;
  }
}
@media screen and (max-width: 1440px) {
  .main-content-wrapper {
    width: 24rem;
  }
  .last_page .main-content-wrapper {
    width: 36rem;
  }

  .subheader {
  }
}
@media screen and (max-width: 1200px) {
  .subheader {
  }
  .main-content-wrapper {
    flex-direction: column;
    width: 18rem;
  }
  .last_page .main-content-wrapper {
    width: 24rem;
  }
  .main-content.full .main-content-wrapper {
  }
  .video-mobile {
    margin: 2rem 0;
  }
}
@media screen and (max-width: 1023px) {
  .palo-alto-networks {
    text-align: center0;
  }
  .main-content.full .main-content-wrapper .palo-alto-networks-container {
    right: unset;
  }
  .video-mobile-wrapper .video-mobile-play-button {
    display: block;
  }
  .page_1 .youre-a-global-container {
    margin: 0 auto;
  }
  .sections .page_1.section.active {
    display: flex;
    width: 100%;
  }
  .main-content {
    height: auto;
    padding: 6rem 0 2rem;
  }
  .main-content.full .main-content-wrapper .palo-alto-networks-container {
  }
  main.header {
    text-align: center;
    width: 100%;
  }
  main.header h1 {
    padding-bottom: 0;
    margin: 0.75rem auto;
  }
  .main-content-wrapper {
    width: 100%;
    padding-right: 1rem;
  }
  .last_page .main-content-wrapper {
    width: 100%;
  }
  .main-content.full .main-content-wrapper {
    flex-direction: column;
  }
  .subheader {
    padding-top: 0;
    height: auto;
  }
  .main-content-header-container {
    text-align: center;
  }
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  .cta.mobile {
    margin: 2rem auto 8vh;
    z-index: 1;
    display: inline-block;
  }
  .video-mobile {
    display: block;
    width: 100%;
  }
  .last_page .header {
    padding: 0;
  }
  .last_page .header .content,
  .subheader {
    flex-direction: row-reverse;
    align-items: center;
  }
  .last_page .header .content .content-wrapper,
  .subheader .subheader-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 4rem 1rem 2rem;
    gap: unset;
    max-width: 100%;
  }
  .video-mobile.limit-height {
    width: unset;
    max-height: 24rem;
    margin-left: auto;
    margin-right: auto;
  }
  .bg-video {
    display: none;
  }
  .bg-video-mobile {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
  }
  .main-content.full {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    flex-grow: unset;
  }
  .main-content.full .main-content-wrapper .palo-alto-networks-container {
    max-width: auto;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .video-mobile.limit-height {
    width: unset;
    max-height: 20rem;
    margin-left: auto;
    margin-right: auto;
  }
  .last_page .header .content .content-wrapper,
  .subheader .subheader-wrapper {
    max-width: 100%;
  }
  .cta-container {
    margin: 0 0 12vh;
  }
}

@media screen and (max-width: 440px) {
  .last_page .header .content .content-wrapper,
  .subheader .subheader-wrapper {
    max-width: 76%;
  }
  .section {
    max-height: 100vh;
    overflow: hidden;
  }
  .main-content {
    padding: 2rem 0;
  }
  .cta.mobile {
    margin: 0.5rem auto 12vh;
  }
  .cta-container {
    margin: 0 0 4vh;
  }
  .swipe-to-begin {
    margin: 2rem auto;
  }
  .video-mobile.limit-height,
  .video-mobile {
    max-height: 10rem;
    margin: 0.5rem auto;
  }
}
