@font-face {
  font-family: "TT Hoves";
  src: url("/etc/clientlibs/clean/dependencies/fonts/tthoves/TT-Hoves-Bold.woff2") format("woff2"), url("/etc/clientlibs/clean/dependencies/fonts/tthoves/TT-Hoves-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Hoves";
  src: url("/etc/clientlibs/clean/dependencies/fonts/tthoves/TT-Hoves-DemiBold.woff2") format("woff2"), url("/etc/clientlibs/clean/dependencies/fonts/tthoves/TT-Hoves-DemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Hoves";
  src: url("/etc/clientlibs/clean/dependencies/fonts/tthoves/TT-Hoves-Light.woff2") format("woff2"), url("/etc/clientlibs/clean/dependencies/fonts/tthoves/TT-Hoves-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Hoves";
  src: url("/etc/clientlibs/clean/dependencies/fonts/tthoves/TT-Hoves-Medium.woff2") format("woff2"), url("/etc/clientlibs/clean/dependencies/fonts/tthoves/TT-Hoves-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Hoves";
  src: url("/etc/clientlibs/clean/dependencies/fonts/tthoves/TT-Hoves-Regular.woff2") format("woff2"), url("/etc/clientlibs/clean/dependencies/fonts/tthoves/TT-Hoves-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  background-color: #001D28;
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
}
body.is-landscape {
  height: 100%;
  overflow: unset;
}

.theme--product {
  background-color: #000000;
  font-family: "TT Hoves";
  font-size: 16px;
}
.theme--product * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

html {
  -webkit-text-size-adjust: 100%;
}

.theme--product li {
  list-style: none;
}
.theme--product img {
  display: block;
  max-width: 100%;
  height: auto;
}
.theme--product a:not(.l-btn) {
  color: #00C0E8;
  transition: all 0.3s ease-in-out;
}
.theme--product a:not(.l-btn):active {
  text-decoration: underline;
}
.theme--product a:not(.l-btn):hover {
  text-decoration: underline;
  background-color: #000;
}
.theme--product p {
  font-size: 0.875em;
  line-height: 1.8;
  margin: 0 0 1.25rem;
  font-weight: 325;
  font-family: "TT Hoves";
}
@media screen and (min-width:768px) {
  .theme--product p {
    font-size: 1em;
    line-height: 1.8;
  }
}
.theme--product p:last-of-type {
  margin: 0;
}
.theme--product p:empty {
  display: none;
}
.theme--product h1, .theme--product h2, .theme--product h3, .theme--product h4, .theme--product h5, .theme--product h6 {
  margin: 0 0 1.25rem;
}
.theme--product h1 {
  font-size: 2.25em;
  line-height: 1.2;
  letter-spacing: 0.06em;
}
@media screen and (min-width:1199px) {
  .theme--product h1 {
    font-size: 6.25em;
    line-height: 0.99;
    letter-spacing: 0.16em;
  }
}
.theme--product h2 {
  font-size: 1.6875em;
  line-height: 1.2;
}
@media screen and (min-width:1199px) {
  .theme--product h2 {
    font-size: 3.1875em;
    line-height: 0.99;
  }
}
.theme--product h3 {
  font-size: 1.5625em;
  line-height: 1.2;
}
@media screen and (min-width:1199px) {
  .theme--product h3 {
    font-size: 2.5em;
    line-height: 1.25;
  }
}
.theme--product h4 {
  font-size: 1.125em;
  line-height: 1.3333333333;
}
@media screen and (min-width:1199px) {
  .theme--product h4 {
    font-size: 1.875em;
    line-height: 0.84;
  }
}
.theme--product h5 {
  font-size: 1em;
  line-height: 1.25;
}
@media screen and (min-width:1199px) {
  .theme--product h5 {
    font-size: 1.625em;
    line-height: 1.1538461538;
  }
}
.theme--product h6 {
  font-size: 0.875em;
  line-height: 1.1428571429;
}
@media screen and (min-width:1199px) {
  .theme--product h6 {
    font-size: 1.375em;
    line-height: 1.2727272727;
  }
}

.aspect-box {
  position: relative;
  width: 100%;
}
.aspect-box img, .aspect-box video, .aspect-box canvas, .aspect-box iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  object-fit: cover;
}
.aspect-box:before {
  content: "";
  display: block;
  padding-top: calc(var(--aspect-ratio) * 100%);
  background-color: transparent;
}

.l-btn {
  font-size: 0.838125rem;
  font-family: "TT Hoves";
  line-height: 1.46875rem;
  letter-spacing: 8%;
  font-style: normal;
  font-weight: 700;
  position: relative;
  background-color: #00C0E8;
  color: #fff;
  padding: 0.375rem 1.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.25rem;
  text-decoration: none;
  outline: none;
  border: none;
  transition: all 0.3s ease-in-out;
  min-width: 15rem;
  cursor: pointer;
  text-transform: uppercase;
}
@media screen and (min-width:1360px) and (min-height:760px) {
  .l-btn {
    min-width: 20rem;
  }
}
.l-btn:hover {
  background-color: #fff;
  color: #001D28;
}

.l-line-top {
  font-size: 0;
}
.l-line-top::after, .l-line-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0.125rem;
  height: 3.125rem;
  background: rgba(0, 193, 232, 0.138);
  transform: translateY(-100%);
  transition: all 0.6s ease-in-out;
}
@media screen and (min-width:768px) {
  .l-line-top::after, .l-line-top::before {
    height: 3.75rem;
  }
}
@media screen and (min-width:1360px) and (min-height:760px) {
  .l-line-top::after, .l-line-top::before {
    height: 4.6875rem;
  }
}
@media screen and (min-width:1599px) and (min-height:980px) {
  .l-line-top::after, .l-line-top::before {
    height: 9.8125rem;
    width: 0.1875rem;
  }
}
.active .l-line-top::after, .active .l-line-top::before {
  transform: translateY(0);
}
.l-line-top::after {
  background: rgb(0, 193, 232);
}
.active .l-line-top::after {
  transform: translateY(0);
  transition-delay: 0.6s;
}

.l-line-bottom {
  font-size: 0;
}
.l-line-bottom::after, .l-line-bottom::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0.125rem;
  height: 3.125rem;
  bottom: 0;
  opacity: 0;
  transition: all 0.6s ease-in-out;
}
@media screen and (min-width:768px) {
  .l-line-bottom::after, .l-line-bottom::before {
    height: 6.25rem;
  }
}
@media screen and (min-width:1360px) and (min-height:760px) {
  .l-line-bottom::after, .l-line-bottom::before {
    height: 7.5rem;
  }
}
@media screen and (min-width:1599px) and (min-height:980px) {
  .l-line-bottom::after, .l-line-bottom::before {
    height: 8.75rem;
    width: 0.1875rem;
  }
}
.active .l-line-bottom::after, .active .l-line-bottom::before {
  transform: translateY(0);
  opacity: 1;
}
.l-line-bottom::after {
  background: rgb(0, 192, 232);
  background: -moz-linear-gradient(0deg, rgb(0, 192, 232) 0%, rgb(0, 29, 40) 100%);
  background: -webkit-linear-gradient(0deg, rgb(0, 192, 232) 0%, rgb(0, 29, 40) 100%);
  background: linear-gradient(0deg, rgb(0, 192, 232) 0%, rgb(0, 29, 40) 100%);
  transform: translateY(-50%);
}
.active .l-line-bottom::after {
  transform: translateY(0);
  transition-delay: 1.2s;
}

.is-fullpage {
  height: 100vh;
  position: relative;
  min-height: 52.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width:1199px) and (min-height:700px) {
  .is-fullpage {
    min-height: 48.75rem;
  }
}
.is-landscape .is-fullpage {
  min-height: unset;
  height: unset;
}

.l-scroll {
  background-color: transparent;
  border: none;
  padding: unset;
  position: absolute;
  left: 2.25rem;
  bottom: 3.7%;
  width: 1.36875rem;
  z-index: 9;
  display: none;
  opacity: 0;
  cursor: pointer;
  transition: all 0.6s ease-in-out;
}
.fp-viewing-6 .l-scroll {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.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 .line {
  animation-duration: 2s;
  animation-name: scroll-line;
}
.l-scroll .mouse {
  animation-name: scroll-mouse;
  animation-duration: 2s;
}
.l-scroll .arrow {
  animation-duration: 2s;
  animation-name: scroll-arrow;
}
@media screen and (min-width:950px) {
  .l-scroll {
    left: 1.875rem;
    display: block;
  }
}
@media screen and (min-width:1360px) and (min-height:760px) {
  .l-scroll {
    left: 2.5rem;
  }
}
@media screen and (min-width:1599px) and (min-height:980px) {
  .l-scroll {
    left: 7.0625rem;
  }
}
.is-loaded .l-scroll {
  opacity: 1;
}
.is-landscape .l-scroll {
  display: none;
}

@keyframes scroll-line {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
    transform: translateY(0);
  }
  50% {
    transform: translateY(15px);
    opacity: 1;
  }
  70% {
    transform: translateY(15px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scroll-mouse {
  40% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(8px);
    opacity: 1;
  }
  70% {
    transform: translateY(8px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scroll-arrow {
  10% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.fade-up {
  transition: all 0.6s ease-in-out;
  transform: translateY(20px);
  opacity: 0;
}
.active .fade-up {
  transform: translateY(0);
  opacity: 1;
  transition-delay: var(--delay);
}

.fade-down {
  transition: all 1s ease-in-out;
  transform: translateY(-20px);
  opacity: 0;
}
.active .fade-down {
  transform: translateY(0);
  opacity: 1;
  transition-delay: var(--delay);
}

.container {
  padding: 0 0.9375rem;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .container {
    max-width: 95.75rem;
    padding: 0 8%;
  }
}
@media screen and (min-width:1199px) {
  .container {
    padding: 0 10%;
  }
}
.container--fluid {
  max-width: 108rem;
  margin: 0 auto;
}

.fullpage-section {
  position: relative;
  overflow: hidden;
}

.pa.aside-nav {
  position: fixed;
  top: 49.3%;
  left: 2.25rem;
  transform: translateY(-50%);
  z-index: 3;
  transition: all 0.5s ease-in-out;
  display: none;
  min-width: 1.5rem;
  opacity: 0;
}
@media screen and (min-width:950px) {
  .pa.aside-nav {
    transition-delay: 1s;
    display: block;
    left: 1.875rem;
  }
}
@media screen and (min-width:1360px) and (min-height:760px) {
  .pa.aside-nav {
    left: 2.5rem;
  }
}
@media screen and (min-width:1599px) and (min-height:980px) {
  .pa.aside-nav {
    left: 7.5rem;
  }
}
.pa.aside-nav li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 1rem;
  margin: 0 auto;
  margin-bottom: 1.125rem;
  cursor: pointer;
}
@media screen and (min-width:1360px) and (min-height:760px) {
  .pa.aside-nav li {
    margin-bottom: 1.525rem;
  }
}
.pa.aside-nav li:first-child {
  display: none;
}
.pa.aside-nav li a {
  display: block;
  width: 0.875rem;
  height: 0.875rem;
  background-color: transparent;
  border: 0.0625rem solid #00C0E8;
  border-radius: 50%;
  text-indent: -62.4375rem;
  position: relative;
  transition: none;
  outline: none;
  font-size: 0;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width:1360px) and (min-height:760px) {
  .pa.aside-nav li a {
    width: 1rem;
    height: 1rem;
  }
}
.pa.aside-nav li a:hover {
  border-color: #fff;
}
.pa.aside-nav li.active {
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(../images/aside-nav-active.svg);
  background-size: 0.82125rem 1.07rem;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #00C0E8;
  border-radius: 624.9375rem;
  box-shadow: 0px 0px 4px 2px rgba(255, 255, 255, 0.251);
}
@media screen and (min-width:1360px) and (min-height:760px) {
  .pa.aside-nav li.active {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.is-loaded .pa.aside-nav {
  opacity: 1;
  transition-delay: 0.6s;
}
.is-landscape .pa.aside-nav {
  display: none;
}
.fp-viewing-section0 .pa.aside-nav {
  display: none;
}

#fp-nav ul {
  position: fixed;
  top: 49.3%;
  left: 2.25rem;
  transform: translateY(-50%);
  z-index: 3;
  transition: all 0.5s ease-in-out;
  display: none;
  min-width: 1.5rem;
  opacity: 0;
  padding-left: 0;
}
@media screen and (min-width:950px) {
  #fp-nav ul {
    transition-delay: 1s;
    display: block;
    left: 1.875rem;
  }
}
@media screen and (min-width:1360px) and (min-height:760px) {
  #fp-nav ul {
    left: 2.5rem;
  }
}
@media screen and (min-width:1599px) and (min-height:980px) {
  #fp-nav ul {
    left: 7.5rem;
  }
}
#fp-nav ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 1rem;
  margin: 0 auto;
  margin-bottom: 1.125rem;
  cursor: pointer;
  padding: 0;
  min-width: 1.625rem;
}
@media screen and (min-width:1360px) and (min-height:760px) {
  #fp-nav ul li {
    margin-bottom: 1.525rem;
  }
}
#fp-nav ul li:first-child {
  display: none;
}
#fp-nav ul li div {
  display: none;
}
#fp-nav ul li a {
  transition: none;
}
#fp-nav ul li a span {
  display: block;
  width: 0.875rem;
  height: 0.875rem;
  background-color: transparent;
  border: 0.0625rem solid #00C0E8;
  background-image: url("");
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  text-indent: -62.4375rem;
  position: relative;
  transition: none;
  outline: none;
  font-size: 0;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width:1360px) and (min-height:760px) {
  #fp-nav ul li a span {
    width: 1rem;
    height: 1rem;
  }
}
#fp-nav ul li a span:hover {
  border-color: #fff;
}
#fp-nav ul li a.active span {
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(../images/aside-nav-active.svg);
  background-size: 0.82125rem 1.07rem;
  background-color: #00C0E8;
  border-radius: 624.9375rem;
  box-shadow: 0px 0px 4px 2px rgba(255, 255, 255, 0.251);
}
@media screen and (min-width:1360px) and (min-height:760px) {
  #fp-nav ul li a.active span {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.is-loaded #fp-nav ul {
  opacity: 1;
  transition-delay: 0.6s;
}
.is-landscape #fp-nav ul {
  display: none;
}
.fp-viewing-0 #fp-nav ul {
  opacity: 0;
  pointer-events: none;
}

.pa.hero {
  background-color: #001D28;
}
.is-landscape .pa.hero {
  padding: 6.875rem 0;
  height: 100vh;
  min-height: 32.5rem;
  display: flex;
  align-items: center;
}
.pa.hero .l-particle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 0;
}
.pa.hero .l-particle img {
  width: 100%;
}
.pa.hero header {
  display: flex;
  justify-content: center;
  z-index: 99;
  padding-top: 1.875rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.pa.hero header a {
  background-color: transparent;
}
.pa.hero header a:hover {
  background-color: transparent;
}
.pa.hero header a img {
  height: 1.5rem;
  width: auto;
}
@media screen and (min-width:1360px) and (min-height:760px) {
  .pa.hero header a img {
    height: 1.75rem;
  }
}
@media screen and (min-width:1599px) and (min-height:980px) {
  .pa.hero header a img {
    height: 2rem;
  }
}
@media screen and (min-width:1360px) and (min-height:760px) {
  .pa.hero header {
    padding-top: 2.5rem;
  }
}
@media screen and (min-width:1599px) and (min-height:980px) {
  .pa.hero header {
    padding-top: 5rem;
  }
}
.pa.hero .is-fullpage {
  min-height: unset;
}
.pa.hero .hero__wrapper {
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (min-width:1360px) and (min-height:760px) {
  .pa.hero .hero__wrapper {
    padding-top: 1.875rem;
  }
}
@media screen and (min-width:1599px) and (min-height:980px) {
  .pa.hero .hero__wrapper {
    padding-top: 4rem;
    left: -0.3125rem;
  }
}
.pa.hero .hero__wrapper h1 {
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 150%;
  color: #fff;
  margin-bottom: 1.25rem;
  letter-spacing: normal;
  position: relative;
  z-index: 2;
}
.pa.hero .hero__wrapper h1 br {
  display: none;
}
@media screen and (min-width:640px) {
  .pa.hero .hero__wrapper h1 {
    font-size: 1.75rem;
  }
}
@media screen and (min-width:768px) {
  .pa.hero .hero__wrapper h1 {
    font-size: 2.25rem;
  }
  .pa.hero .hero__wrapper h1 br {
    display: block;
  }
}
@media screen and (min-width:1199px) and (min-height:700px) {
  .pa.hero .hero__wrapper h1 {
    font-size: 2.875rem;
  }
}
@media screen and (min-width:1360px) and (min-height:760px) {
  .pa.hero .hero__wrapper h1 {
    line-height: 160%;
    font-size: 3.5rem;
    margin-bottom: 1.875rem;
  }
}
@media screen and (min-width:1599px) and (min-height:980px) {
  .pa.hero .hero__wrapper h1 {
    font-size: 4.5rem;
    margin-bottom: 4.5625rem;
  }
}
.pa.hero .hero__wrapper h1::after {
  content: "";
  position: absolute;
  top: 4.5rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: rgb(0, 192, 232);
  width: 0.125rem;
  height: 0;
  background: -moz-linear-gradient(180deg, rgb(0, 192, 232) 0%, rgb(0, 29, 40) 100%);
  background: -webkit-linear-gradient(180deg, rgb(0, 192, 232) 0%, rgb(0, 29, 40) 100%);
  background: linear-gradient(180deg, rgb(0, 192, 232) 0%, rgb(0, 29, 40) 100%);
  z-index: -1;
  opacity: 0.7;
  display: none;
}
@media screen and (min-width:768px) {
  .pa.hero .hero__wrapper h1::after {
    top: 3.75rem;
  }
}
@media screen and (min-width:950px) {
  .pa.hero .hero__wrapper h1::after {
    display: block;
  }
}
@media screen and (min-width:1199px) and (min-height:700px) {
  .pa.hero .hero__wrapper h1::after {
    top: 4.5rem;
  }
}
@media screen and (min-width:1360px) and (min-height:760px) {
  .pa.hero .hero__wrapper h1::after {
    top: 5.4375rem;
  }
}
@media screen and (min-width:1599px) and (min-height:980px) {
  .pa.hero .hero__wrapper h1::after {
    width: 0.1875rem;
    top: 7.375rem;
  }
}
.pa.hero .hero__wrapper h1 span {
  font-weight: 600;
  margin-right: 0.625rem;
  text-decoration: underline;
  text-decoration-color: #00C0E8;
}
@media screen and (min-width:768px) {
  .pa.hero .hero__wrapper h1 span {
    text-decoration: none;
    border: 0.125rem solid #00C0E8;
    margin-right: 1rem;
    padding: 0.375rem 1rem 0.625rem;
    border-radius: 0.75rem;
  }
}
@media screen and (min-width:1360px) and (min-height:760px) {
  .pa.hero .hero__wrapper h1 span {
    border: 0.1875rem solid #00C0E8;
  }
}
@media screen and (min-width:1599px) and (min-height:980px) {
  .pa.hero .hero__wrapper h1 span {
    position: relative;
    margin-right: 1.875rem;
    left: -0.9375rem;
    padding-bottom: 1rem;
  }
}
.pa.hero .hero__wrapper h2 {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 140%;
  color: #fff;
  max-width: 49.375rem;
  margin: 0 auto 1.25rem;
}
@media screen and (min-width:640px) {
  .pa.hero .hero__wrapper h2 {
    font-size: 1.25rem;
  }
}
@media screen and (min-width:768px) {
  .pa.hero .hero__wrapper h2 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width:1360px) and (min-height:760px) {
  .pa.hero .hero__wrapper h2 {
    font-size: 1.75rem;
  }
}
@media screen and (min-width:1599px) and (min-height:980px) {
  .pa.hero .hero__wrapper h2 {
    font-size: 2.25rem;
    max-width: 61.4375rem;
    margin-bottom: 1.85rem;
  }
}
.pa.hero .hero__wrapper p {
  font-size: 0.875rem;
  line-height: 140%;
  color: #fff;
  font-weight: normal;
  max-width: 56.25rem;
  margin: 0 auto;
}
@media screen and (min-width:640px) {
  .pa.hero .hero__wrapper p {
    font-size: 1rem;
  }
}
@media screen and (min-width:1360px) and (min-height:760px) {
  .pa.hero .hero__wrapper p {
    font-size: 1.125rem;
  }
}
@media screen and (min-width:1599px) and (min-height:980px) {
  .pa.hero .hero__wrapper p {
    font-size: 1.3125rem;
    max-width: 61.625rem;
  }
}

.pa.hero .fade-down {
  opacity: 0;
  transform: translateY(-20px);
}
.pa.hero .fade-up {
  opacity: 0;
  transform: translateY(20px);
}
.pa.hero .l-line-bottom::after, .pa.hero .l-line-bottom::before {
  transform: translateY(100%);
}
.pa.hero .hero__wrapper h1::after {
  height: 0;
  transition: all 0.6s ease-in-out;
}

.pa.hero.is-animated .fade-up, .pa.hero.is-animated .fade-down {
  transform: translateY(0);
  transition-delay: var(--delay);
  opacity: 1;
}
.pa.hero.is-animated .l-line-bottom::after, .pa.hero.is-animated .l-line-bottom::before {
  transform: translateY(0);
  transition-delay: 0.4s;
}
.pa.hero.is-animated .hero__wrapper h1::after {
  height: 10rem;
  transition-delay: 1s;
}
@media screen and (min-width:1599px) and (min-height:980px) {
  .pa.hero.is-animated .hero__wrapper h1::after {
    height: 12.5rem;
  }
}

.pa.page {
  background-color: #001D28;
}
.is-landscape .pa.page {
  padding-bottom: 3.75rem;
}
.pa.page .l-particle {
  position: absolute;
  top: -110vh;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 0;
  pointer-events: none;
}
@media screen and (min-width:1360px) and (min-height:760px) {
  .pa.page .l-particle {
    top: -100vh;
  }
}
.pa.page .l-particle img {
  width: 100%;
}
.is-landscape .pa.page .l-particle {
  display: none;
}
@media screen and (max-width: 600px) {
  .pa.page .is-fullpage {
    align-items: unset;
  }
}
.pa.page .page__header {
  width: 100%;
  max-width: 39.4375rem;
  margin: 3.4375rem auto 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media screen and (min-width:768px) {
  .pa.page .page__header {
    margin-top: 4.375rem;
  }
}
@media screen and (min-width:1360px) and (min-height:760px) {
  .pa.page .page__header {
    margin-top: 6.25rem;
    max-width: 60rem;
  }
}
@media screen and (min-width:1599px) and (min-height:980px) {
  .pa.page .page__header {
    margin-top: 11.25rem;
  }
}
.is-landscape .pa.page .page__header {
  position: static;
  padding-top: 3.75rem;
  margin: 0 auto;
}
.pa.page .page__header h2 {
  font-size: 1.5rem;
  line-height: 120%;
  text-align: center;
  color: #00C0E8;
  font-weight: 500;
}
@media screen and (min-width:640px) {
  .pa.page .page__header h2 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width:768px) {
  .pa.page .page__header h2 {
    font-size: 1.75rem;
  }
}
@media screen and (min-width:1360px) and (min-height:760px) {
  .pa.page .page__header h2 {
    font-size: 2.625rem;
    line-height: 140%;
  }
}
.pa.page .page__wrapper {
  width: 77.75rem;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 5%;
}
@media screen and (max-width: 991px) {
  .pa.page .page__wrapper {
    margin-top: -5%;
  }
}
@media screen and (max-height: 700px) {
  .pa.page .page__wrapper {
    margin-top: -10%;
  }
}
@media screen and (max-width: 600px) {
  .pa.page .page__wrapper {
    margin-top: 35%;
  }
}
@media screen and (min-width:1199px) and (min-height:700px) {
  .pa.page .page__wrapper {
    margin-top: 5%;
  }
}
@media screen and (min-width:1360px) and (min-height:760px) {
  .pa.page .page__wrapper {
    margin-top: 7.3%;
  }
}
@media screen and (min-width:1599px) and (min-height:980px) {
  .pa.page .page__wrapper {
    margin-top: 12.4%;
  }
}
.pa.page .page__wrapper .row {
  display: flex;
  gap: 17.5840978593%;
  flex-direction: column-reverse;
  align-items: flex-start;
}
@media screen and (min-width:768px) {
  .pa.page .page__wrapper .row {
    flex-direction: row;
  }
}
@media screen and (min-width:1599px) and (min-height:980px) {
  .pa.page .page__wrapper .row {
    gap: 15.2905198777%;
    justify-content: space-between;
  }
}
.pa.page .page__wrapper .col-content {
  text-align: center;
}
@media screen and (min-width:768px) {
  .pa.page .page__wrapper .col-content {
    text-align: left;
  }
}
.pa.page .page__wrapper .col-content .content__wrapper {
  max-height: 40vh;
  scrollbar-width: auto;
  overscroll-behavior: contain;
  scrollbar-color: #4c6e7b transparent;
  padding: 0 0.375rem;
}
@media screen and (max-width: 600px) {
  .pa.page .page__wrapper .col-content .content__wrapper {
    max-height: 30vh;
  }
}
@media screen and (min-width:768px) {
  .pa.page .page__wrapper .col-content .content__wrapper {
    text-align: left;
    max-height: 45vh;
    padding: 0;
  }
}
@media screen and (min-width:950px) {
  .pa.page .page__wrapper .col-content .content__wrapper::-webkit-scrollbar {
    width: 0.625rem;
  }
  .pa.page .page__wrapper .col-content .content__wrapper::-webkit-scrollbar-track {
    background: transparent;
  }
  .pa.page .page__wrapper .col-content .content__wrapper::-webkit-scrollbar-thumb {
    background-color: #4c6e7b;
    border-radius: 0.625rem;
    border: 0.1875rem solid transparent;
  }
}
.is-landscape .pa.page .page__wrapper .col-content .content__wrapper {
  max-height: unset;
  overflow: unset;
}
.pa.page .page__wrapper .col-content h3 {
  font-size: 1.25rem;
  line-height: 140%;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0.875rem;
}
@media screen and (min-width:640px) {
  .pa.page .page__wrapper .col-content h3 {
    font-size: 1.375rem;
  }
}
@media screen and (min-width:768px) {
  .pa.page .page__wrapper .col-content h3 {
    max-width: 30.125rem;
    font-size: 1.5rem;
    margin-bottom: 1.125rem;
  }
}
@media screen and (min-width:1360px) and (min-height:760px) {
  .pa.page .page__wrapper .col-content h3 {
    margin-bottom: 1.625rem;
  }
}
@media screen and (min-width:1599px) and (min-height:980px) {
  .pa.page .page__wrapper .col-content h3 {
    margin-bottom: 2.75rem;
  }
}
.pa.page .page__wrapper .col-content p {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0;
}
@media screen and (min-width:768px) {
  .pa.page .page__wrapper .col-content p {
    line-height: 1.625rem;
    max-width: 30.125rem;
  }
}
.pa.page .page__wrapper .col-content p + p {
  margin-top: 0.9375rem;
}
@media screen and (min-width:1360px) and (min-height:760px) {
  .pa.page .page__wrapper .col-content p + p {
    margin-top: 1.125rem;
  }
}
@media screen and (min-width:1599px) and (min-height:980px) {
  .pa.page .page__wrapper .col-content p + p {
    margin-top: 1.625rem;
  }
}
.pa.page .page__wrapper .col-content .button__wrapper {
  margin-top: 1.25rem;
  display: inline-flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width:1360px) and (min-height:760px) {
  .pa.page .page__wrapper .col-content .button__wrapper {
    margin-top: 1.625rem;
  }
}
@media screen and (min-width:1599px) and (min-height:980px) {
  .pa.page .page__wrapper .col-content .button__wrapper {
    margin-top: 2.75rem;
  }
}
.pa.page .page__wrapper .col-content.has-scroll {
  position: relative;
}
.pa.page .page__wrapper .col-content.has-scroll .content__wrapper {
  padding-bottom: 10%;
  overflow-y: auto;
}
.pa.page .page__wrapper .col-content.has-scroll::after {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 100%;
  height: 20%;
  background: rgb(4, 29, 40);
  background: linear-gradient(0deg, rgb(4, 29, 40) 0%, rgba(0, 29, 40, 0) 100%);
  pointer-events: none;
}
.is-landscape .pa.page .page__wrapper .col-content.has-scroll::after {
  display: none;
}
.pa.page .page__wrapper .col-animation {
  width: 60%;
  margin: 0 auto 1.25rem;
}
@media screen and (max-height: 640px) {
  .pa.page .page__wrapper .col-animation {
    width: 40%;
  }
}
@media screen and (min-width:640px) {
  .pa.page .page__wrapper .col-animation {
    width: 40%;
  }
}
@media screen and (min-width:768px) {
  .pa.page .page__wrapper .col-animation {
    width: 38.2262996942%;
    margin: unset;
  }
}
.pa.page .page__wrapper .col-animation .animation__wrapper {
  padding-bottom: 100%;
  position: relative;
}
.pa.page .page__wrapper .col-animation .animation__wrapper .bg_video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (min-width:768px) {
  .pa.page--data-secure .is-fullpage .page__wrapper .col-animation .animation__wrapper .bg_video {
    transform: unset;
    left: -50%;
    top: -20%;
    width: 180%;
  }
}
@media screen and (min-width:1599px) and (min-height:980px) {
  .pa.page--data-secure .is-fullpage .page__wrapper .col-animation .animation__wrapper .bg_video {
    width: 174%;
    left: -46%;
    top: -45%;
  }
}
@media screen and (min-width:768px) {
  .pa.page--unmanaged-device .is-fullpage .page__wrapper .col-animation .animation__wrapper .bg_video {
    transform: unset;
    left: -20%;
    top: -20%;
    width: 130%;
  }
}
@media screen and (min-width:1599px) and (min-height:980px) {
  .pa.page--unmanaged-device .is-fullpage .page__wrapper .col-animation .animation__wrapper .bg_video {
    left: -26%;
    top: -28%;
    width: 162%;
  }
}
@media screen and (min-width:768px) {
  .pa.page--user-experience .is-fullpage .page__wrapper .col-animation .animation__wrapper .bg_video {
    transform: unset;
    left: -4%;
    top: -15%;
    width: 120%;
  }
}
@media screen and (min-width:1599px) and (min-height:980px) {
  .pa.page--user-experience .is-fullpage .page__wrapper .col-animation .animation__wrapper .bg_video {
    left: -14%;
    top: -31%;
    width: 150%;
  }
}
@media screen and (min-width:768px) {
  .pa.page--digital-experience .is-fullpage .page__wrapper .col-animation .animation__wrapper .bg_video {
    transform: unset;
    left: -25%;
    top: -30%;
    width: 140%;
  }
}
@media screen and (min-width:1599px) and (min-height:980px) {
  .pa.page--digital-experience .is-fullpage .page__wrapper .col-animation .animation__wrapper .bg_video {
    left: -37%;
    top: -51%;
    width: 175%;
  }
}
@media screen and (min-width:768px) {
  .pa.page--automation .is-fullpage .page__wrapper .col-animation .animation__wrapper .bg_video {
    transform: unset;
    left: -20%;
    top: -25%;
    width: 132%;
  }
}
@media screen and (min-width:1599px) and (min-height:980px) {
  .pa.page--automation .is-fullpage .page__wrapper .col-animation .animation__wrapper .bg_video {
    left: -30%;
    top: -43%;
    width: 157%;
  }
}
@media screen and (min-width:1599px) {
  .pa.page--network-complexity .is-fullpage .page__wrapper {
    margin-top: 13.1%;
  }
}
@media screen and (max-width: 600px) {
  .pa.page--network-complexity .is-fullpage .page__wrapper .col-content {
    margin-top: -5%;
  }
}
.pa.page--network-complexity .is-fullpage .page__wrapper .col-content .col__div {
  position: relative;
}
.pa.page--network-complexity .is-fullpage .page__wrapper .col-content .col__div .content__wrapper {
  max-height: calc(45vh - 100px);
}
@media screen and (max-width: 600px) {
  .pa.page--network-complexity .is-fullpage .page__wrapper .col-content .col__div .content__wrapper {
    max-height: calc(40vh - 100px);
  }
}
.is-landscape .pa.page--network-complexity .is-fullpage .page__wrapper .col-content .col__div .content__wrapper {
  max-height: unset;
  overflow: unset;
}
.pa.page--network-complexity .is-fullpage .page__wrapper .col-content .col__div.has-scroll .content__wrapper {
  overflow-y: auto;
  overscroll-behavior: contain;
  padding-bottom: 10%;
}
.pa.page--network-complexity .is-fullpage .page__wrapper .col-content .col__div.has-scroll::after {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 100%;
  height: 20%;
  background: rgb(4, 29, 40);
  background: linear-gradient(0deg, rgb(4, 29, 40) 0%, rgba(0, 29, 40, 0) 100%);
  pointer-events: none;
}
.is-landscape .pa.page--network-complexity .is-fullpage .page__wrapper .col-content .col__div.has-scroll::after {
  display: none;
}
.pa.page--network-complexity .is-fullpage .page__wrapper .col-content .col__div .button__wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  min-width: 15.625rem;
  max-width: 100%;
}
@media screen and (min-width:768px) {
  .pa.page--network-complexity .is-fullpage .page__wrapper .col-content .col__div .button__wrapper {
    right: unset;
    min-width: 20rem;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-height: 780px) {
  .pa.page--network-complexity .is-fullpage .page__wrapper .col-animation {
    width: 40%;
  }
}
@media screen and (min-width:768px) {
  .pa.page--network-complexity .is-fullpage .page__wrapper .col-animation .animation__wrapper .bg_video {
    transform: unset;
    left: -20%;
    top: -6%;
    width: 110%;
  }
}
@media screen and (min-width:1599px) and (min-height:980px) {
  .pa.page--network-complexity .is-fullpage .page__wrapper .col-animation .animation__wrapper .bg_video {
    left: -16%;
    top: -20%;
    width: 140%;
  }
}
.pa.page--end .l-line::after {
  display: none;
}