@font-face {
  font-family: "Roboto Flex";
  font-style: normal;
  font-weight: 100 1000;
  font-stretch: 100%;
  font-display: swap;
  src: url(../fonts/roboto-flex.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Alfa Slab One";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/alfa-slab-one.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
h1, h2, h3, h4, h5, h6, p, span, a, button, input, textarea, select, option, label, ul, ol, li, div, section, article, main, footer, header, nav {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 600;
}

html, body {
  overscroll-behavior: none;
}

body {
  font-family: "Roboto Flex", sans-serif;
  padding: 0;
  margin: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-color: #181818;
  color: #fff;
}
body.lightMode {
  color: #181818;
}
body.lightMode .arrowsNav button.arrow {
  border-color: #181818;
}
body.lightMode .arrowsNav button.arrow:before {
  border-color: #181818;
}
body.lightMode .arrowsNav button.arrow:hover {
  background-color: #181818;
}
body.lightMode .arrowsNav button.arrow:hover:before {
  border-color: white;
}

main {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  display: flex;
  justify-content: center;
  background-color: #43a1c6;
  align-items: center;
  filter: brightness(0);
}
#loader .loader-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(1.05);
  z-index: -1;
  background: #43a1c6 url(../img/bg-loader.jpg) no-repeat center center;
  background-size: cover;
  filter: blur(10px);
}
#loader .loader-content {
  font-size: 6rem;
  font-weight: 600;
  padding-bottom: 2rem;
  position: relative;
}
@media (max-width: 933px) and (max-height: 500px) {
  #loader .loader-content {
    padding-bottom: 0;
  }
}
#loader .text {
  margin: 0;
  font-size: 1.5rem;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 0.2rem 0.1rem;
  letter-spacing: 0.03em;
}
@media (max-width: 933px) and (max-height: 500px) {
  #loader .text {
    font-size: 1.2rem;
  }
}

.scene {
  display: flex;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  height: 100vh;
  width: 100vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.scene.visible {
  display: flex;
  visibility: visible;
  pointer-events: auto;
}
.scene .bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.scene .bg video {
  position: fixed;
  right: 0;
  bottom: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  object-position: center;
}
.scene .scene-content {
  margin: 0 auto;
  position: relative;
}
.scene .videoContainer {
  position: relative;
}
.scene .videoOutro {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.btn.cta {
  display: block;
  padding: 0.8rem 1.5rem;
  text-decoration: none;
  text-align: center;
  justify-self: center;
  border: 2px solid transparent;
  cursor: pointer;
  border-radius: 3rem;
  font-family: "Alfa Slab One", serif;
  font-size: 1rem;
  background-color: #63CAF9;
  color: #fff;
  transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out, border-color 0.4s ease-in-out;
}
.btn.cta:hover {
  background-color: transparent;
  color: white;
  border-color: #63CAF9;
}
@media (max-width: 768px) {
  .btn.cta {
    padding: 0.7rem 1.3rem;
  }
}

p {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 300;
}

.actionsNav {
  position: fixed;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  z-index: 99;
  top: 50%;
  transform: translateY(-50%);
  left: 1.3rem;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1024px) {
  .actionsNav {
    gap: 0.5rem;
    left: 0.4rem;
  }
}
.actionsNav.active {
  opacity: 1;
  pointer-events: auto;
}
.actionsNav .btn.action {
  position: relative;
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background: linear-gradient(45deg, #B89C03 0%, #F5D109 100%);
  border: 2px solid #F5D109;
  border-radius: 50%;
  cursor: pointer;
  transform: scale(1);
  transition: transform 0.4s ease-in-out;
}
@media (max-width: 1024px) {
  .actionsNav .btn.action {
    width: 2.6rem;
    height: 2.6rem;
  }
}
.actionsNav .btn.action:hover {
  transform: scale(1.1);
}
.actionsNav .btn.action:hover img {
  transform: scale(1.14);
}
.actionsNav .btn.action:hover .text {
  opacity: 1;
  left: calc(100% - 0.05em);
}
.actionsNav .btn.action img {
  position: relative;
  z-index: 1;
  pointer-events: none;
  width: 100%;
  display: block;
  transition: all 0.3s ease-in-out;
}
.actionsNav .btn.action .text {
  position: absolute;
  z-index: 0;
  display: bock;
  white-space: nowrap;
  font-size: 0.9rem;
  line-height: 1;
  padding: 0.14rem 0.4rem;
  top: calc(50% - 0.5em);
  left: 0;
  border-radius: 0 0.3em 0.3em 0;
  color: #181818;
  background-color: #F5D109;
  pointer-events: none;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.arrowsNav {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  position: fixed;
  z-index: 100;
  bottom: 1.5rem;
  right: 1.5rem;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 768px) {
  .arrowsNav {
    right: 1rem;
  }
}
.arrowsNav.active {
  opacity: 1;
  pointer-events: auto;
}
.arrowsNav button.arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid white;
  border-radius: 0.6rem;
  background-color: transparent;
  backdrop-filter: blur(16px);
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.arrowsNav button.arrow:hover {
  background-color: white;
  color: #22bff8;
}
.arrowsNav button.arrow:hover:before {
  border-color: #181818;
}
.arrowsNav button.arrow:before {
  content: "";
  position: relative;
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  bottom: 0.2rem;
  border: 1px solid white;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
}
.arrowsNav button.arrow.prev:before {
  transform: rotate(-135deg);
  bottom: auto;
  top: 0.2rem;
}
.arrowsNav button.arrow:disabled {
  opacity: 0.3;
  pointer-events: none;
}

#header {
  opacity: 0;
  transform: translateY(-100%);
  position: fixed;
  width: 100%;
  z-index: 100;
}
#header .header-content {
  display: flex;
  padding: 1.4rem 2rem 0.7rem;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  #header .header-content {
    padding: 0.8rem 1rem 0.7rem;
  }
}
#header .logo {
  flex-shrink: 0;
  display: flex;
  gap: 1rem;
  width: auto;
  transition: all 0.4s ease-in-out;
}
#header .logo img {
  width: 180px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1024px) {
  #header .logo img {
    width: 140px;
  }
}
@media (max-width: 768px) {
  #header .logo img {
    width: 120px;
  }
}
#header .logo #wrap-c3 {
  display: flex;
  padding-left: 1rem;
  position: relative;
}
#header .logo #wrap-c3 img {
  width: 60px;
}
@media (max-width: 1024px) {
  #header .logo #wrap-c3 img {
    width: 60px;
  }
}
@media (max-width: 768px) {
  #header .logo #wrap-c3 img {
    width: 45px;
  }
}
#header .logo #wrap-c3:before {
  content: "";
  display: block;
  width: 1px;
  height: 75%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
}
#header nav.mainNav {
  padding-bottom: 0.7rem;
}
@media (max-width: 768px) {
  #header nav.mainNav {
    display: none;
    position: fixed;
    top: 100%;
    left: 0;
    width: 100%;
  }
}
@media (max-width: 768px) {
  #header.menuExpanded {
    background-color: white;
  }
  #header.menuExpanded .logo img {
    filter: brightness(0);
  }
  #header.menuExpanded .logo #wrap-c3:before {
    background-color: #181818;
  }
  #header.menuExpanded #menuToggle .icon {
    border-color: transparent;
  }
  #header.menuExpanded #menuToggle .icon:before, #header.menuExpanded #menuToggle .icon:after {
    background-color: #181818;
    width: 1em;
    height: 3px;
  }
  #header.menuExpanded #menuToggle .icon:before {
    transform: rotate(45deg);
  }
  #header.menuExpanded #menuToggle .icon:after {
    transform: rotate(-45deg);
  }
  #header.menuExpanded nav.mainNav {
    display: block;
  }
}

#mainMenu {
  display: flex;
  gap: 1.9rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
#mainMenu > li > a {
  font-weight: 600;
  color: white;
  text-decoration: none;
  padding-bottom: 0.15em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.7em;
  border-bottom: 2px solid transparent;
  transition: all 0.4s ease-in-out;
}
#mainMenu > li > a:hover {
  border-color: white;
}
#mainMenu > li:has(.sub-menu) {
  position: relative;
}
#mainMenu > li:has(.sub-menu).expanded .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
#mainMenu > li:has(.sub-menu) > a span {
  display: none;
}
#mainMenu > li:has(.sub-menu) > a:after {
  content: "";
  display: block;
  width: 0.6em;
  height: 0.6em;
  border: 1.5px solid white;
  border-right: none;
  border-top: none;
  transform: rotate(-45deg);
  position: relative;
  bottom: 0.15em;
  transition: all 0.3s ease-in-out;
}
#mainMenu > li:last-child .sub-menu {
  right: 0;
  left: auto;
}
#mainMenu .sub-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 1.9rem;
  padding: 0.6rem 1rem;
  transform: translateY(-2rem);
  list-style: none;
  min-width: 210px;
  visibility: hidden;
  background-color: white;
  border-radius: 0.5rem;
  box-shadow: 0px 10px 14px 4px rgba(0, 0, 0, 0.1490196078);
  transition: all 0.6s ease-in-out, opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
}
#mainMenu .sub-menu li a {
  display: block;
  color: #6F6C90;
  font-weight: 400;
  padding: 0.4rem 0;
  line-height: 1.2;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}
#mainMenu .sub-menu li a:hover {
  color: #181818;
}
@media (max-width: 768px) {
  #mainMenu {
    display: block;
    position: relative;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: white;
    border-radius: 0 0 1rem 1rem;
    z-index: 100;
  }
  #mainMenu:before {
    content: "";
    display: block;
    width: calc(100% - 3rem);
    margin-left: 1.5rem;
    height: 1px;
    background-color: #002643;
    position: absolute;
    top: 0;
  }
  #mainMenu li a {
    padding: 1.1rem 1.5rem !important;
    color: #6F6C90;
    font-size: 1.3rem;
  }
  #mainMenu > li > a {
    font-weight: 600;
  }
  #mainMenu > li:has(.sub-menu).expanded .sub-menu {
    visibility: visible;
  }
  #mainMenu > li:has(.sub-menu) > a {
    color: #6F6C90;
  }
  #mainMenu > li:has(.sub-menu) > a:after {
    border-color: #002643;
  }
  #mainMenu > li:has(.sub-menu).expanded .sub-menu {
    display: block;
  }
  #mainMenu .sub-menu {
    display: none;
    position: relative;
    top: auto;
    padding: 0;
    transform: none;
    min-width: 100%;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    transition: auto;
  }
  #mainMenu .sub-menu li a {
    font-weight: 200;
  }
}

#menuToggle {
  position: relative;
  display: none;
  margin-bottom: 0.8rem;
  font-size: 1rem;
  width: 2rem;
  height: 2rem;
  background-color: rgb(140, 140, 140);
  border: none;
  padding: 0.48em 0.4em;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
#menuToggle:hover {
  background-color: white;
}
#menuToggle:hover .icon {
  border-color: #181818;
}
#menuToggle:hover .icon:before, #menuToggle:hover .icon:after {
  background-color: #181818;
}
@media (max-width: 768px) {
  #menuToggle {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 0;
  }
}
#menuToggle .icon {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  border: 2px solid white;
  border-right: none;
  border-left: none;
  transition: all 0.4s ease-in-out;
}
#menuToggle .icon:before, #menuToggle .icon:after {
  position: absolute;
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background-color: white;
  transition: all 0.4s ease-in-out;
}

body.lightMode #header .logo img {
  filter: brightness(0);
}
body.lightMode #mainMenu > li > a {
  color: #002643;
}
body.lightMode #mainMenu > li > a:hover {
  border-color: #181818;
}
body.lightMode #mainMenu > li > a:after {
  border-color: #002643;
}

#intro {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #181818;
}
#intro.visible {
  z-index: 200;
}
#intro.hidden {
  pointer-events: none;
  visibility: hidden;
}
#intro .bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#intro .bg video {
  position: fixed;
  width: 100vw;
  height: 100vh;
  object-position: left bottom;
  object-fit: cover;
}
#intro .videoContainer {
  position: relative;
}
@media (max-width: 768px) {
  #intro .videoContainer {
    padding-bottom: 300px;
  }
}
#intro .videoContainer .videoIntro {
  width: calc(100vw - 50px);
  max-width: 1100px;
}
@media (max-width: 768px) {
  #intro .videoContainer .videoIntro {
    width: 100%;
    transform: scale(1.2);
  }
}
@media (max-width: 933px) and (max-height: 500px) {
  #intro .videoContainer .videoIntro {
    max-width: 560px;
  }
}
#intro .videoContainer .videoOutro {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

#scene2 {
  z-index: 8;
  padding-top: 3.8rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  #scene2 {
    padding-top: 0.5rem;
  }
}
#scene2 .scene-content {
  padding-bottom: 4rem;
  max-width: 1000px;
  display: flex;
}
@media (max-width: 768px) {
  #scene2 .scene-content {
    padding-left: 0.5rem;
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  #scene2 .scene-content {
    flex-direction: column;
    max-width: 100vw;
  }
}
#scene2 .scene-content .left {
  width: 50%;
}
@media (max-width: 768px) and (orientation: portrait) {
  #scene2 .scene-content .left {
    width: 100%;
  }
}
@media (max-width: 933px) and (max-height: 500px) {
  #scene2 .scene-content .left {
    width: 50%;
    max-width: 320px;
    flex-shrink: 0;
  }
}
#scene2 .scene-content .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-right: 2.4rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  #scene2 .scene-content .right {
    margin-top: -2rem;
    padding: 0 2.8rem;
    width: auto;
  }
}
@media (max-width: 933px) and (max-height: 500px) {
  #scene2 .scene-content .right {
    width: 100%;
  }
}
@media (max-width: 480px) {
  #scene2 .videoContainer {
    max-width: 290px;
  }
}
#scene2 .logo-mes {
  max-width: 170px;
  margin-bottom: 1.1rem;
}
@media (max-width: 768px) {
  #scene2 .logo-mes {
    max-width: 140px;
  }
}
@media (max-width: 933px) and (max-height: 500px) {
  #scene2 .logo-mes {
    max-width: 120px;
  }
}
#scene2 .title {
  font-size: 2.7rem;
  font-weight: 200;
  margin-bottom: 0.5rem;
  line-height: 0.85;
}
@media (max-width: 768px) {
  #scene2 .title {
    font-size: 2rem;
  }
}
@media (max-width: 933px) and (max-height: 500px) {
  #scene2 .title {
    font-size: 1.5rem;
  }
}
#scene2 .title strong {
  font-weight: 600;
}
@media (max-width: 768px) {
  #scene2 .title strong {
    font-size: 2rem;
  }
}
@media (max-width: 933px) and (max-height: 500px) {
  #scene2 .title strong {
    font-size: 1.5rem;
  }
}
#scene2 .text {
  font-size: 1.1rem;
  line-height: 1.4;
  margin-bottom: 0.8rem;
  font-weight: 100;
}
@media (max-width: 768px) {
  #scene2 .text {
    font-size: 1rem;
  }
}
#scene2 .btn.cta {
  color: #181818;
  opacity: 0;
  overflow: hidden;
  white-space: nowrap;
}
@media (max-width: 933px) and (max-height: 500px) {
  #scene2 .btn.cta {
    padding: 0.6rem 1.4rem;
  }
}
#scene2 .btn.cta:hover {
  color: white;
}

#scene3 {
  padding-top: 3.8rem;
}
@media (max-width: 768px) {
  #scene3 {
    padding: 0;
  }
}
@media (max-width: 933px) and (max-height: 500px) {
  #scene3 {
    padding-top: 1.5rem;
  }
}
#scene3 .scene-content {
  padding: 0 4rem 4rem 4rem;
  max-width: 900px;
}
@media (max-width: 768px) {
  #scene3 .scene-content {
    padding: 0 0 2rem 2rem;
  }
}
@media (max-width: 933px) and (max-height: 500px) {
  #scene3 .scene-content {
    padding: 0;
  }
}
@media (max-width: 933px) and (max-height: 500px) {
  #scene3 .videoContainer {
    max-width: 450px;
    margin: 0 auto;
    transform: none;
  }
}
#scene3 .videoIntro, #scene3 .videoOutro {
  transform: translateX(-8vw);
}
@media (min-width: 1024px) {
  #scene3 .videoIntro, #scene3 .videoOutro {
    transform: translateX(-90px);
  }
}
@media (max-width: 768px) {
  #scene3 .videoIntro, #scene3 .videoOutro {
    transform: scale(1.1) translateX(-8vw);
  }
}
#scene3 .title {
  position: relative;
  z-index: 1;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: -12vw;
  text-align: center;
}
@media (min-width: 1024px) {
  #scene3 .title {
    margin-bottom: -120px;
  }
}
@media (max-width: 768px) {
  #scene3 .title {
    font-size: 2.3rem;
    margin-bottom: -30px;
  }
}
@media (max-width: 933px) and (max-height: 500px) {
  #scene3 .title {
    margin-bottom: -50px;
  }
}
#scene3 .title span {
  color: #002643;
}
@media (max-width: 933px) and (max-height: 500px) {
  #scene3 .title {
    font-size: 2rem;
  }
}
#scene3 .text {
  font-size: 1.2rem;
  line-height: 1.2;
  margin: 0 auto;
  text-align: center;
  padding: 0 10vw;
  margin-top: -6vw;
}
@media (min-width: 1024px) {
  #scene3 .text {
    margin-top: -50px;
    padding: 0;
    max-width: 700px;
  }
}
@media (max-width: 768px) {
  #scene3 .text {
    margin-top: 0;
    font-size: 1rem;
    padding: 0 2.6rem;
  }
}
@media (max-width: 933px) and (max-height: 500px) {
  #scene3 .text {
    padding: 0 50px;
  }
}
#scene3 .text strong {
  font-weight: 700;
}
#scene3 .btn.cta {
  margin: 0 auto;
  position: relative;
  opacity: 0;
  padding: 0.5rem 1.3rem;
  color: #181818;
  font-size: 1.2rem;
  letter-spacing: 0.5em;
  transform: translateY(-255%);
  z-index: 10;
}
@media (max-width: 933px) and (max-height: 500px) {
  #scene3 .btn.cta {
    transform: translateY(-70px);
  }
}
#scene3 .btn.cta:hover {
  border-color: #181818;
  background-color: rgb(51, 173, 221);
}
@media (max-width: 768px) {
  #scene3 .btn.cta {
    transform: none;
    margin-top: -30px;
    margin-bottom: 1rem;
    max-width: 150px;
  }
}

#scene4 {
  padding-top: 3.8rem;
}
@media (max-width: 768px) {
  #scene4 {
    padding-top: 0;
  }
}
@media (max-width: 933px) and (max-height: 500px) {
  #scene4 {
    padding-top: 1.5rem;
  }
}
#scene4 .scene-content {
  max-width: 900px;
  padding: 0 6rem 4rem 4rem;
}
@media (max-width: 768px) {
  #scene4 .scene-content {
    padding: 0 1.5rem 2rem 2.5rem;
  }
}
@media (max-width: 933px) and (max-height: 500px) {
  #scene4 .scene-content {
    padding: 0 1.5rem 1rem;
  }
}
#scene4 .contentWrapper {
  background-color: #78B0D0;
  max-width: 1000px;
  border-radius: 3em;
  display: flex;
}
@media (max-width: 768px) and (orientation: portrait) {
  #scene4 .contentWrapper {
    flex-direction: column-reverse;
    border-radius: 0;
    background-color: transparent;
  }
}
@media (max-width: 933px) and (max-height: 500px) {
  #scene4 .contentWrapper {
    border-radius: 1rem;
  }
}
#scene4 .contentWrapper .left {
  position: relative;
  z-index: 1;
  width: 46%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2.4rem 1.5rem 2.4rem 3rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  #scene4 .contentWrapper .left {
    width: auto;
    padding: 140px 1.2rem 1.3rem 1.2rem;
    background-color: #78B0D0;
    border-radius: 1.4rem;
  }
}
@media (max-width: 933px) and (max-height: 500px) {
  #scene4 .contentWrapper .left {
    padding: 1.7rem 0.2rem 1.6rem 1.2rem;
    width: 50%;
  }
}
#scene4 .contentWrapper .right {
  position: relative;
  width: 54%;
}
@media (max-width: 768px) and (orientation: portrait) {
  #scene4 .contentWrapper .right {
    width: auto;
    z-index: 3;
  }
}
@media (max-width: 933px) and (max-height: 500px) {
  #scene4 .contentWrapper .right {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 933px) and (max-height: 500px) {
  #scene4 .videoContainer {
    max-width: 280px;
  }
}
#scene4 .videoIntro, #scene4 .videoOutro {
  transform: scale(1.4) translateX(3vw);
}
@media (max-width: 768px) and (orientation: portrait) {
  #scene4 .videoIntro, #scene4 .videoOutro {
    transform: scale(1.1) translateX(15px);
    margin-bottom: -150px;
  }
}
@media (max-width: 933px) and (max-height: 500px) {
  #scene4 .videoIntro, #scene4 .videoOutro {
    transform: scale(1.1) translateX(15px);
  }
}
#scene4 .title {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  color: white;
  margin-bottom: 0.7rem;
}
@media (max-width: 768px) {
  #scene4 .title {
    font-size: 1.7rem;
    line-height: 1;
  }
  #scene4 .title span {
    display: inline;
  }
}
@media (max-width: 933px) and (max-height: 500px) {
  #scene4 .title {
    font-size: 1.4rem;
    margin-bottom: 0.4rem;
  }
}
#scene4 .title span {
  color: #002643;
  display: block;
}
#scene4 .text {
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 200;
  margin-bottom: 1.5rem;
  color: white;
}
@media (max-width: 768px) {
  #scene4 .text {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 933px) and (max-height: 500px) {
  #scene4 .text {
    font-size: 1rem;
    margin-bottom: 0.8rem;
  }
}
#scene4 .btn.cta {
  opacity: 0;
  display: inline-block;
  background-color: #F5D109;
  border-color: #F5D109;
  color: #002643;
  padding: 0.5rem 1.4rem;
  font-size: 1.2rem;
}
#scene4 .btn.cta:hover {
  border-color: #002643;
  background-color: transparent;
}
@media (max-width: 768px) {
  #scene4 .btn.cta {
    font-size: 1rem;
    padding: 0.5rem 1.3rem;
  }
}

#scene5 .scene-content {
  max-width: 750px;
  padding-bottom: 1rem;
  padding-left: 2rem;
}
@media (max-width: 768px) {
  #scene5 .scene-content {
    padding: 0 0 5.5rem 2rem;
    max-width: 100%;
  }
}
@media (max-width: 933px) and (max-height: 500px) {
  #scene5 .scene-content {
    padding: 0 1.5rem 1rem;
  }
}
@media (max-width: 480px) {
  #scene5 .videoContainer video {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  #scene5 .videoContainer video {
    width: calc(100% + 3rem);
    margin-left: -1.64rem;
  }
}
@media (max-width: 933px) and (max-height: 500px) {
  #scene5 .videoContainer {
    max-width: 400px;
    margin: 0 auto;
  }
}
#scene5 .contentWrapper {
  position: relative;
  z-index: 1;
  max-width: 570px;
  margin: -60px auto 0;
}
@media (max-width: 768px) {
  #scene5 .contentWrapper {
    margin-top: -28px;
    padding: 0 1.5rem;
  }
}
@media (max-width: 933px) and (max-height: 500px) {
  #scene5 .contentWrapper {
    margin-top: -30px;
  }
}
#scene5 .contentWrapper .contentBottom {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  #scene5 .contentWrapper .contentBottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
#scene5 .title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  #scene5 .title {
    font-size: 2rem;
    line-height: 0.9;
    margin-bottom: 0.2rem;
  }
}
@media (max-width: 933px) and (max-height: 500px) {
  #scene5 .title {
    font-size: 1.5rem;
  }
}
#scene5 .title span {
  color: #F9D849;
}
#scene5 .text {
  margin: 0;
  width: 100%;
  min-width: 330px;
  font-size: 1.1rem;
  font-weight: 200;
}
@media (max-width: 768px) {
  #scene5 .text {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}
#scene5 .btn.cta {
  flex-shrink: 0;
  display: block;
  color: #181818;
  padding: 0.8rem 1.3rem;
  margin: 0;
  opacity: 0;
  background: linear-gradient(45deg, #B89C03 0%, #F5D109 100%);
  border: none;
  transition: filter 0.3s ease-in-out;
}
#scene5 .btn.cta:hover {
  filter: brightness(1.1);
}

#scene6 {
  padding-top: 3.8rem;
}
@media (max-width: 768px) {
  #scene6 {
    padding-top: 0;
  }
}
#scene6 .scene-content {
  max-width: 900px;
  padding: 0 6rem 4rem 8rem;
}
@media (max-width: 768px) {
  #scene6 .scene-content {
    padding: 0 0 3.5rem 2rem;
  }
}
@media (max-width: 933px) and (max-height: 500px) {
  #scene6 .scene-content {
    padding: 0;
  }
}
@media (max-width: 933px) and (max-height: 500px) {
  #scene6 {
    padding-top: 1.5rem;
  }
}
#scene6 .contentWrapper {
  max-width: 900px;
  border-radius: 3em;
  display: flex;
}
@media (max-width: 768px) {
  #scene6 .contentWrapper {
    flex-direction: column-reverse;
  }
}
#scene6 .contentWrapper .left {
  position: relative;
  z-index: 1;
  width: 46%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 768px) {
  #scene6 .contentWrapper .left {
    width: auto;
    padding: 0 1.5rem;
  }
}
@media (max-width: 933px) and (max-height: 500px) {
  #scene6 .contentWrapper .left {
    width: 55%;
  }
}
#scene6 .contentWrapper .right {
  position: relative;
  width: 54%;
}
@media (max-width: 768px) {
  #scene6 .contentWrapper .right {
    width: auto;
    margin-bottom: -30px;
  }
}
@media (max-width: 933px) and (max-height: 500px) {
  #scene6 .contentWrapper .right {
    width: 45%;
  }
}
@media (max-width: 480px) {
  #scene6 .videoContainer {
    max-width: 300px;
  }
}
@media (max-width: 933px) and (max-height: 500px) {
  #scene6 .videoContainer {
    max-width: 230px;
    margin: 0 auto;
  }
}
#scene6 .videoIntro, #scene6 .videoOutro {
  transform: scale(1.4) translateX(3vw);
}
@media (max-width: 768px) {
  #scene6 .videoIntro, #scene6 .videoOutro {
    transform: none;
    margin-left: -1.4rem;
    width: calc(100% + 2.8rem);
  }
}
#scene6 .title {
  font-size: 2.9rem;
  font-weight: 200;
  line-height: 0.9;
  color: white;
  margin-bottom: 0.8rem;
  display: block;
}
@media (max-width: 768px) {
  #scene6 .title {
    margin-bottom: 0.5rem;
    font-size: 2em;
    line-height: 1;
  }
}
@media (max-width: 933px) and (max-height: 500px) {
  #scene6 .title {
    font-size: 1.7rem;
    margin-bottom: 0.4rem;
  }
}
#scene6 .title strong {
  font-weight: 600;
  display: block;
}
#scene6 .title span {
  color: #F5D109;
}
#scene6 .text {
  margin-bottom: 1.5rem;
  font-weight: 200;
  font-size: 1.2rem;
  line-height: 1.3;
  color: white;
}
@media (max-width: 768px) {
  #scene6 .text {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 933px) and (max-height: 500px) {
  #scene6 .text {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
}
#scene6 .btn.cta {
  opacity: 0;
  display: inline-block;
  background-color: #F5D109;
  padding: 0.6rem 1rem;
  color: #181818;
  line-height: 1.2;
  transform: translateY(50px);
  border-color: #F5D109;
}
#scene6 .btn.cta:hover {
  background-color: transparent;
  color: white;
}