:root {
  --vh: 100vh;
  --cardWidth: 280px;
}

body {
  font-family: "Graphik", Arial, sans-serif;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h6:not(:last-child) {
  margin-bottom: 2.3rem;
}

@media (max-width: 640px) {
  h6:not(:last-child) {
    margin-bottom: 1.3rem;
  }
}

h5:not(:last-child) {
  margin-bottom: 2.3rem;
}

@media (max-width: 640px) {
  h5:not(:last-child) {
    margin-bottom: 1.3rem;
  }
}

h4:not(:last-child) {
  margin-bottom: 2.3rem;
}

@media (max-width: 640px) {
  h4:not(:last-child) {
    margin-bottom: 1.3rem;
  }
}

h3:not(:last-child) {
  margin-bottom: 2.3rem;
}

@media (max-width: 640px) {
  h3:not(:last-child) {
    margin-bottom: 1.3rem;
  }
}

h2:not(:last-child) {
  margin-bottom: 2.3rem;
}

@media (max-width: 640px) {
  h2:not(:last-child) {
    margin-bottom: 1.3rem;
  }
}

h1:not(:last-child) {
  margin-bottom: 2.3rem;
}

@media (max-width: 640px) {
  h1:not(:last-child) {
    margin-bottom: 1.3rem;
  }
}

p:not(:last-child) {
  margin-bottom: 2.5rem;
}

@media (max-width: 640px) {
  p:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}

.text-3xl {
  font-size: calc(1rem + 4.814vh);
}

@media (max-width: 1440px) {
  .text-3xl {
    font-size: calc(1rem + 3.514vh);
  }
}

@media (max-width: 812px) {
  .text-3xl {
    font-size: calc(1rem + 2.269vh);
  }
}

@media (max-width: 640px) {
  .text-3xl {
    font-size: calc(1rem + 3.733vw);
  }
}

.text-xxl {
  font-size: calc(1rem + 1.354vw);
}

@media (max-width: 812px) {
  .text-xxl {
    font-size: 2.625rem;
  }
}

.text-xl {
  font-size: calc(1rem + 1.481vh);
}

@media (max-width: 1440px) {
  .text-xl {
    font-size: calc(1rem + 1.181vh);
  }
}

@media (max-width: 812px) {
  .text-xl {
    font-size: calc(1rem + 1.9vh);
  }
}

@media (max-width: 640px) {
  .text-xl {
    font-size: calc(1rem + 2.4vw);
  }
}

.text-lg {
  font-size: calc(1rem + 0.468vw);
}

@media (max-width: 1440px) {
  .text-lg {
    font-size: calc(1rem + 0.26vw);
  }
}

@media (max-width: 812px) {
  .text-lg {
    font-size: calc(1rem + 1vh);
  }
}

@media (max-width: 640px) {
  .text-lg {
    font-size: calc(1rem - 0.26vw);
  }
}

.text-md {
  font-size: calc(1rem + 0.468vw);
}

.text-sm {
  font-size: calc(1rem + 0.26vw);
}

@media (max-width: 812px) {
  .text-sm {
    font-size: calc(1rem + 1vh);
  }
}

@media (max-width: 640px) {
  .text-sm {
    font-size: calc(1rem - 0.26vw);
  }
}

.text-xs {
  font-size: calc(1rem + 0.104vw);
}

@media (max-width: 812px) {
  .text-xs {
    font-size: 0.6875rem;
  }
}

.text-xxs {
  font-size: calc(1.25rem);
}

@media (max-width: 812px) {
  .text-xxs {
    font-size: calc(1rem - 0.4vw);
  }
}

@media (max-width: 640px) {
  .text-xxs {
    font-size: 1rem;
  }
}

.text-3xs {
  font-size: calc(1rem - 0.03vw);
}

@media (max-width: 812px) {
  .text-3xs {
    font-size: 0.6875rem;
  }
}

@media (max-width: 812px) {
  .iOS .page-dots {
    bottom: 16vh;
  }
}

@media (max-width: 812px) {
  .android .page-dots {
    bottom: 10vh;
  }
}

.mobile-rotate {
  display: none;
}

@media (max-width: 812px) and (orientation: landscape) {
  .mobile .mobile-rotate {
    background-image: url(../img/section1-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mobile .mobile-rotate + * {
    display: none !important;
  }
}

.mobile-rotate .text-3xl {
  color: white;
}

@media (max-width: 810px) and (orientation: landscape) {
  .mobile-rotate .text-3xl {
    color: #ffffff;
    font-weight: 600;
  }
}

@media (max-width: 810px) and (orientation: landscape) {
  .mobile-rotate img {
    width: 200px;
    margin-bottom: 10px;
  }
}

html {
  scroll-behavior: smooth;
}

.container {
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 812px) {
  .container {
    width: 100%;
    padding: 0;
    height: 100%;
  }
}

.container-footer {
  width: 70.833vw;
  margin: 0 auto;
}

@media (max-width: 1440px) {
  .container-footer {
    width: 85%;
  }
}

@media (max-width: 1024px) {
  .container-footer {
    width: 90%;
  }
}

@media (max-width: 812px) {
  .container-footer {
    width: 100%;
    padding: 0 9.6vw;
  }
}

.section {
  position: relative;
}

@media (max-width: 812px) {
  .section {
    overflow: hidden;
  }
}

.section .text-xl {
  font-weight: 600;
  margin-bottom: 1.52vh;
}

@media (min-width: 1921px) {
  .section .text-xl {
    font-size: 32px;
  }
}

@media (max-width: 812px) {
  .section .text-xl {
    margin-bottom: 2.698vh;
  }
}

@media (max-width: 375px) {
  .section .text-xl {
    margin-bottom: 1.698vh;
    font-size: calc(1rem + 2vw);
  }
}

.section .text-lg {
  font-weight: 300;
  margin-bottom: 2.1vh;
  line-height: 1.333;
}

@media (min-width: 1921px) {
  .section .text-lg {
    font-size: 25px;
  }
}

@media (max-width: 812px) {
  .section .text-lg {
    margin-bottom: 1.3vh;
  }
}

@media (max-width: 640px) {
  .section .text-lg {
    margin-bottom: 3.3vh;
  }
}

@media (max-width: 375px) {
  .section .text-lg {
    margin-bottom: 1.3vh;
    font-size: calc(1rem - 0.4vw);
  }
}

.section .text-sm {
  font-weight: 600;
  margin-bottom: 6.1vh;
}

@media (min-width: 1921px) {
  .section .text-sm {
    font-size: 21px;
  }
}

@media screen and (max-width: 1280px) and (orientation: landscape) {
  .section .text-sm {
    margin-bottom: 3.1vh;
  }
}

@media (max-width: 812px) {
  .section .text-sm {
    margin-bottom: 5.1vh;
  }
}

@media (max-width: 375px) {
  .section .text-sm {
    margin-bottom: 3.1vh;
    font-size: calc(1rem - 0.4vw);
  }
}

.section-dark .text-xl,
.section-dark .text-lg,
.section-dark .text-sm {
  color: #ffffff;
}

.section-dark .option-unchecked {
  background: rgba(200, 201, 199, 0.5);
}

.section-dark .option-checked,
.section-dark .option-unchecked.active {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: transparent;
}

.section-dark .option-checked label,
.section-dark .option-unchecked.active label {
  color: #ffffff;
}

.section-light .text-xl,
.section-light .text-lg,
.section-light .text-sm {
  color: #707070;
}

.section-light .option-unchecked {
  background: rgba(85, 85, 89, 0.5);
}

.section-light .option-checked,
.section-light .option-unchecked.active {
  background-color: transparent;
  -webkit-box-shadow: inset 0px 0px 6px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 0px 6px 3px rgba(0, 0, 0, 0.15);
}

.section-light .option-checked label,
.section-light .option-unchecked.active label {
  color: #707070;
}

.option-unchecked {
  width: 329px;
  height: 286px;
  border-radius: 10px;
  position: relative;
  margin: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-transform: scale(0.85) !important;
  transform: scale(0.85) !important;
}

@media (max-width: 812px) {
  .option-unchecked {
    width: 254px;
    height: 221px;
  }
}

.option-unchecked label {
  color: #ffffff;
  font-size: calc(1.25rem);
  line-height: 1.312;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 300;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (max-width: 812px) {
  .option-unchecked label {
    font-size: calc(1rem - 0.4vw);
  }
}

@media (max-width: 640px) {
  .option-unchecked label {
    font-size: 1rem;
  }
}

.option-unchecked-link {
  padding: 0;
}

.option-unchecked-link a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 1.302vw;
  text-decoration: none;
}

.option-unchecked-link a label {
  cursor: pointer;
}

.option-checked,
.option-unchecked.active {
  border: 3px solid #ff8200;
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.option-checked label,
.option-unchecked.active label {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.width-50 {
  width: 50%;
}

@media (max-width: 812px) {
  .width-50 {
    width: 100%;
  }
}

.page {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  display: block;
  margin-right: 0;
  margin-bottom: 40px;
}

@media (max-width: 812px) {
  .page {
    margin: 0 6px;
  }
}

@media (min-width: 812px) and (max-height: 720px) {
  .page {
    margin-bottom: 35px;
  }
}

@media (min-width: 812px) and (max-height: 640px) {
  .page {
    margin-bottom: 30px;
  }
}

.page-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 2.76vw;
  top: 14.85vh;
  z-index: 999;
}

@media (max-width: 812px) {
  .page-dots {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    bottom: 3.798vh;
    top: unset;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    left: 0;
    right: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 320px), (max-height: 480px) {
  .page-dots {
    bottom: 5vh;
  }
}

.page-home {
  display: block;
  margin-bottom: 40px;
}

@media (max-width: 812px) {
  .page-home {
    width: 100%;
    margin-bottom: 12px;
    text-align: center;
  }
}

@media (min-width: 812px) and (max-height: 720px) {
  .page-home {
    margin-bottom: 35px;
  }
}

@media (min-width: 812px) and (max-height: 640px) {
  .page-home {
    margin-bottom: 30px;
  }
}

.page-home img {
  height: 2vh;
  width: auto;
}

.page-main-home {
  position: absolute;
  top: 1.5vh;
  left: 1.5vh;
}

.page-main-home img {
  height: 2vh;
}

.page-main-home-last {
  margin: 1.5vh 0 0 1.5vh;
  display: inline-block;
}

.page-main-home-last img {
  height: 2vh;
}

.page-dark {
  background-color: rgba(255, 255, 255, 0.1);
  pointer-events: none;
}

.page-dark-visited {
  background-color: #ffffff;
  pointer-events: auto;
}

.page-light {
  background-color: rgba(85, 85, 89, 0.1);
  pointer-events: none;
}

.page-light-visited {
  background-color: #555559;
  pointer-events: auto;
}

.page-active {
  background-color: #ff8200;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991px) {
  .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.col-8 {
  width: 66.6%;
}

@media (max-width: 812px) {
  .col-8 {
    width: 100%;
  }
}

.col-4 {
  width: 33.3%;
}

@media (max-width: 812px) {
  .col-4 {
    width: 100%;
  }
}

.col-3 {
  width: 25%;
  padding-right: 10px;
}

@media (max-width: 991px) {
  .col-3 {
    width: 50%;
    margin-bottom: 35px;
  }
}

.container-footer {
  width: 70.833vw;
  margin: 0 auto;
}

@media (max-width: 1440px) {
  .container-footer {
    width: 85%;
  }
}

@media (max-width: 1024px) {
  .container-footer {
    width: 90%;
  }
}

@media (max-width: 812px) {
  .container-footer {
    width: 100%;
    padding: 0 8.1vw;
  }
}

.footer {
  font-family: "Graphik", Arial, sans-serif;
}

.footer-new {
  padding: 8.241vh 0 10.093vh;
  background-color: #f0f0f0;
  border-top: 8px solid #ff8200;
}

@media (max-width: 812px) {
  .footer-new {
    padding: 8.2vh 0 3.133vh;
  }
}

.footer-new--single:first-child {
  margin-bottom: 3.4375rem;
}

.footer-new--single:first-child p {
  margin-bottom: 0;
}

.footer-new p {
  color: #707070;
  line-height: 1.437;
  margin-bottom: 1.5625rem;
}

.footer-new p:last-child {
  margin-bottom: 0;
}

.footer-new p.footer-new--title {
  margin-bottom: 0;
  font-style: italic;
  font-weight: bold;
}

.footer-new a {
  color: #3d8dac;
  text-decoration: none;
}

.fp-section.fp-table,
.fp-slide.fp-table {
  display: block;
}

.fp-tableCell {
  display: block;
  height: auto !important;
}

.btn,
.mktoForm .mktoButton {
  border: 0;
  background-color: #ff8200;
  color: #ffffff;
  font-size: 1rem;
  line-height: 100%;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  padding: 0.85rem 1.86rem;
  display: inline-block;
}

@media (max-width: 1024px) {
  .btn,
  .mktoForm .mktoButton {
    padding: 0.9rem 1.1rem;
  }
}

@media (max-width: 812px) {
  .btn,
  .mktoForm .mktoButton {
    padding: 1rem 0.9rem;
  }
}

.btn:focus,
.mktoForm .mktoButton:focus {
  outline: 0;
}

.btn-check {
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 3px;
  padding: 0.625rem 1.25rem;
  font-weight: normal;
  font-size: 0.6875rem;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 1.5vh;
}

@media (max-width: 812px) {
  .btn-check {
    padding: 0.625rem 0.4rem;
    font-size: 1rem;
  }
}

@media (max-width: 375px) {
  .btn-check {
    padding: 0.8rem 0.9rem;
  }
}

.btn-next {
  padding: 0.85rem 1.6rem;
  margin-top: 6.111vw;
}

@media (max-width: 1440px) {
  .btn-next {
    margin-top: 3.111vw;
  }
}

@media screen and (max-width: 1280px) and (orientation: landscape) {
  .btn-next {
    margin-top: 2.111vw;
  }
}

@media (max-width: 812px) {
  .btn-next {
    padding: 0.79rem 1.53rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 4vh auto 0;
  }
}

.btn-next-dark {
  color: #ffffff;
}

.btn-disabled {
  background-color: transparent;
  color: #707070;
  border: 1px solid #ff8200;
  pointer-events: none;
  opacity: 0.5;
}

input:not([type="checkbox"]):not([type="radio"]) {
  border: 0;
  padding: 0.813rem 1.1875rem 0.75rem;
  font-size: 1rem;
  color: #707070;
  font-weight: 600;
  font-family: "Graphik", Arial, sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (max-width: 812px) {
  input:not([type="checkbox"]):not([type="radio"]) {
    padding: 0.26rem 1.275rem;
  }
}

input:not([type="checkbox"]):not([type="radio"]):focus {
  outline: 0;
}

input[type="radio"] {
  visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0;
  left: 0;
  margin: 0;
}

.mktoForm {
  width: 100% !important;
  margin: 0 auto;
}

@media (max-width: 480px) {
  .mktoForm {
    padding: 0 30px 0 0 !important;
  }
}

.mktoForm .mktoOffset,
.mktoForm .mktoGutter {
  display: none !important;
}

.mktoForm .mktoFormRow,
.mktoForm .mktoFormCol {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mktoForm .mktoFormCol {
  margin-bottom: 10px !important;
}

.mktoForm .mktoFieldWrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  text-align: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mktoForm label {
  width: 100% !important;
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  display: none !important;
}

.mktoForm input:not([type="checkbox"]):not([type="radio"]),
.mktoForm select,
.mktoForm textarea {
  border: 0;
  padding: 0.813rem 1.1875rem 0.75rem;
  font-size: 1rem;
  color: #707070;
  font-weight: 600;
  font-family: "Graphik", Arial, sans-serif;
}

@media (max-width: 812px) {
  .mktoForm input:not([type="checkbox"]):not([type="radio"]),
  .mktoForm select,
  .mktoForm textarea {
    padding: 0.63rem 1.275rem !important;
  }
}

.mktoForm input:not([type="checkbox"]):not([type="radio"]):focus,
.mktoForm select:focus,
.mktoForm textarea:focus {
  outline: 0;
  border: 0;
}

@media only screen and (max-width: 480px) {
  .mktoForm input[type="url"],
  .mktoForm input[type="text"],
  .mktoForm input[type="date"],
  .mktoForm input[type="tel"],
  .mktoForm input[type="email"],
  .mktoForm input[type="number"],
  .mktoForm textarea.mktoField,
  .mktoForm select.mktoField {
    height: auto !important;
  }
}

.mktoForm
  input:not([type="checkbox"]):not([type="radio"])::-webkit-input-placeholder {
  color: #707070 !important;
}

.mktoForm
  input:not([type="checkbox"]):not([type="radio"]):-ms-input-placeholder {
  color: #707070 !important;
}

.mktoForm
  input:not([type="checkbox"]):not([type="radio"])::-ms-input-placeholder {
  color: #707070 !important;
}

.mktoForm input:not([type="checkbox"]):not([type="radio"])::placeholder {
  color: #707070 !important;
}

.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
  border: 0 !important;
  background-color: #ff8200 !important;
  color: #ffffff !important;
  font-size: 1rem !important;
  line-height: 100%;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  padding: 0.85rem 1.51rem !important;
  display: inline-block;
  background-image: none !important;
  margin-top: 2.1vw;
}

@media (max-width: 1024px) {
  .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
    padding: 0.63rem 1.275rem !important;
  }
}

.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:focus {
  outline: 0;
}

.mktoForm input.mktoField.mktoInvalid,
.mktoForm textarea.mktoField.mktoInvalid,
.mktoForm select.mktoField.mktoInvalid,
.mktoForm .mktoLogicalField.mktoInvalid {
  border: 0px !important;
  border: 1px solid #8c0005 !important;
}

.mktoForm select.mktoField {
  background-color: white;
  border: 1px solid #c8c9c7;
  padding: 0.813rem 1.1875rem 0.75rem !important;
  font-size: 1rem !important;
  color: #707070;
  font-weight: 600;
  font-family: "Graphik", Arial, sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (max-width: 812px) {
  .mktoForm select.mktoField {
    font-size: 1rem !important;
    padding: 0.63rem 1.275rem !important;
  }
}

.mktoForm select.mktoField:focus {
  outline: 0;
}

.mktoForm select.mktoField::-ms-expand {
  display: none !important;
}

.mktoButtonWrap {
  margin-left: 0 !important;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

#section-1 {
  height: var(--vh);
  background-image: url("../img/section1-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#section-1 .netskope-logo {
  padding: 4.5vh 0 2.13vh 2.5vh;
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
}

#section-1 .netskope-logo img {
  width: 205px;
}

@media (max-width: 812px) {
  #section-1 .netskope-logo img {
    width: 127px;
  }
}

#section-1 .section-1--bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

@media (max-width: 812px) {
  #section-1 .section-1--bg {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
}

@media (max-width: 375px) {
  #section-1 .section-1--bg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

#section-1 .section-1--bg .text-3xl {
  color: #ffffff;
  line-height: 1.058;
  font-weight: 600;
  margin-top: 3vh;
  margin-bottom: 3.2vh;
}

@media (min-width: 1921px) {
  #section-1 .section-1--bg .text-3xl {
    font-size: 68px;
  }
}

@media screen and (max-width: 1280px) and (orientation: landscape) {
  #section-1 .section-1--bg .text-3xl {
    font-size: calc(1rem + 2.514vh);
  }
}

@media (max-width: 812px) {
  #section-1 .section-1--bg .text-3xl {
    line-height: 1.31;
    margin-bottom: 0;
  }
}

@media (max-width: 375px), (max-height: 620px) {
  #section-1 .section-1--bg .text-3xl {
    line-height: 1.2;
    font-size: calc(1rem + 2vh);
  }
}

#section-1 .section-1--bg .text-xl {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto 0.6vh auto;
  color: #ffffff;
  line-height: 1.25;
  font-weight: 300;
}

@media (min-width: 1921px) {
  #section-1 .section-1--bg .text-xl {
    font-size: 32px;
  }
}

@media screen and (max-width: 1280px) and (orientation: landscape) {
  #section-1 .section-1--bg .text-xl {
    font-size: calc(1rem + 0.181vh);
  }
}

@media (max-width: 812px) {
  #section-1 .section-1--bg .text-xl {
    line-height: 1.312;
    margin-bottom: 0;
    font-size: 1.5625rem;
  }
}

@media (max-width: 640px) {
  #section-1 .section-1--bg .text-xl {
    font-size: calc(1rem - 0.1vw);
    line-height: 1.2;
  }
}

@media (max-width: 375px), (max-height: 620px) {
  #section-1 .section-1--bg .text-xl {
    font-size: calc(1rem - 0.4vw);
  }
}

@media (max-width: 1280px) {
  #section-1 .section-1--bg .text-xl br {
    display: none;
  }
}

#section-1 .section-1--bg .btn {
  margin-bottom: 7.9vh;
  border: 0;
  background-color: #ff8200;
  color: #ffffff;
  font-size: 1rem;
  line-height: 100%;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  padding: 1.25rem 1.4375rem;
  display: inline-block;
}

@media screen and (max-width: 1280px) and (orientation: landscape) {
  #section-1 .section-1--bg .btn {
    padding: 0.9rem 1.4375rem;
  }
}

@media (max-width: 812px) {
  #section-1 .section-1--bg .btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media (max-width: 640px) {
  #section-1 .section-1--bg .btn {
    margin: 2vh auto;
  }
}

@media (max-height: 580px) {
  #section-1 .section-1--bg .btn {
    padding: 0.8rem 1rem;
  }
}

#section-1 .section-1--benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#section-1 .section-1--benefits div {
  width: 5.729vw;
  margin: 0 1.927vw;
}

@media (max-width: 1440px) {
  #section-1 .section-1--benefits div {
    width: 10vw;
  }
}

@media (max-width: 1024px) {
  #section-1 .section-1--benefits div {
    width: 15vw;
  }
}

@media (max-width: 640px) {
  #section-1 .section-1--benefits div {
    width: 33vw;
    margin: 0 0.927vw;
  }
}

#section-1 .section-1--benefits img {
  margin-bottom: 1.25vw;
}

@media (max-width: 812px) {
  #section-1 .section-1--benefits img {
    margin-bottom: 4.267vw;
  }
}

@media (max-width: 360px) {
  #section-1 .section-1--benefits img {
    margin-bottom: 2.267vw;
  }
}

#section-1 .section-1--benefits .clock {
  width: 4.583vw;
}

@media (max-width: 812px) {
  #section-1 .section-1--benefits .clock {
    height: 52px;
    width: auto;
  }
}

@media (max-width: 360px), (max-height: 620px) {
  #section-1 .section-1--benefits .clock {
    width: auto;
    height: 35px;
  }
}

#section-1 .section-1--benefits .report {
  width: 3.542vw;
}

@media (max-width: 812px) {
  #section-1 .section-1--benefits .report {
    height: 52px;
    width: auto;
  }
}

@media (max-width: 360px), (max-height: 620px) {
  #section-1 .section-1--benefits .report {
    width: auto;
    height: 35px;
  }
}

#section-1 .section-1--benefits .stopwatch {
  width: 4.531vw;
}

@media (max-width: 812px) {
  #section-1 .section-1--benefits .stopwatch {
    height: 52px;
    width: auto;
  }
}

@media (max-width: 360px), (max-height: 620px) {
  #section-1 .section-1--benefits .stopwatch {
    width: auto;
    height: 35px;
  }
}

#section-1 .section-1--benefits .text-xs {
  color: #ffffff;
  font-weight: 300;
}

@media screen and (max-width: 1280px) and (orientation: landscape) {
  #section-1 .section-1--benefits .text-xs {
    font-size: calc(1rem - 0.104vw);
  }
}

@media (max-width: 1024px) {
  #section-1 .section-1--benefits .text-xs {
    font-size: 0.8rem;
  }
}

@media (max-width: 375px), (max-height: 620px) {
  #section-1 .section-1--benefits .text-xs {
    font-size: 0.7rem;
  }
}

#section-1 .page-dark {
  background-color: rgba(255, 255, 255, 0.5);
}

#section-1 .page-dark-section1 {
  pointer-events: auto;
}

#section-1 .bottom-arrow {
  display: block;
  margin: 2vh auto 1vh auto;
}

@media (max-width: 375px), (max-height: 620px) {
  #section-1 .bottom-arrow {
    margin: 1vh auto 0.5vh auto;
  }
  #section-1 .bottom-arrow img {
    height: 30px;
  }
}

@media (max-width: 812px) {
  #section-1.section-enable .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5vw;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
}

@media (max-width: 375px) {
  #section-1.section-enable .container {
    padding: 3vw 5vw;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (max-width: 812px) {
  #section-1 .page-dots {
    display: none;
  }
}

@media (max-width: 1440px) {
  #section-1 .container {
    width: 85%;
  }
}

#section-2,
#section-3,
#section-4,
#section-5,
#section-6,
#section-7,
#section-8,
#section-9,
#section-10,
#section-11 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  padding-top: 8.074vw;
  text-align: center;
}

@media (min-width: 1921px) {
  #section-2,
  #section-3,
  #section-4,
  #section-5,
  #section-6,
  #section-7,
  #section-8,
  #section-9,
  #section-10,
  #section-11 {
    padding-top: 15vh;
  }
}

@media (max-width: 1440px) {
  #section-2,
  #section-3,
  #section-4,
  #section-5,
  #section-6,
  #section-7,
  #section-8,
  #section-9,
  #section-10,
  #section-11 {
    padding-top: 5.074vw;
  }
}

@media (max-width: 1280px) {
  #section-2,
  #section-3,
  #section-4,
  #section-5,
  #section-6,
  #section-7,
  #section-8,
  #section-9,
  #section-10,
  #section-11 {
    padding-top: 24.074vw;
  }
}

@media screen and (max-width: 1280px) and (orientation: landscape) {
  #section-2,
  #section-3,
  #section-4,
  #section-5,
  #section-6,
  #section-7,
  #section-8,
  #section-9,
  #section-10,
  #section-11 {
    padding-top: 5.074vw;
  }
}

@media (max-width: 1024px) {
  #section-2,
  #section-3,
  #section-4,
  #section-5,
  #section-6,
  #section-7,
  #section-8,
  #section-9,
  #section-10,
  #section-11 {
    padding-top: 10.074vw;
  }
}

@media (max-width: 812px) {
  #section-2,
  #section-3,
  #section-4,
  #section-5,
  #section-6,
  #section-7,
  #section-8,
  #section-9,
  #section-10,
  #section-11 {
    padding-bottom: 6vh;
    padding-top: 13.074vh;
  }
}

@media (max-width: 640px) {
  #section-2,
  #section-3,
  #section-4,
  #section-5,
  #section-6,
  #section-7,
  #section-8,
  #section-9,
  #section-10,
  #section-11 {
    padding-top: 10.074vh;
  }
}

@media (max-height: 667px) {
  #section-2,
  #section-3,
  #section-4,
  #section-5,
  #section-6,
  #section-7,
  #section-8,
  #section-9,
  #section-10,
  #section-11 {
    padding-top: 4.074vh;
  }
}

#section-2 .text-xl,
#section-2 .text-lg,
#section-2 .text-sm,
#section-3 .text-xl,
#section-3 .text-lg,
#section-3 .text-sm,
#section-4 .text-xl,
#section-4 .text-lg,
#section-4 .text-sm,
#section-5 .text-xl,
#section-5 .text-lg,
#section-5 .text-sm,
#section-6 .text-xl,
#section-6 .text-lg,
#section-6 .text-sm,
#section-7 .text-xl,
#section-7 .text-lg,
#section-7 .text-sm,
#section-8 .text-xl,
#section-8 .text-lg,
#section-8 .text-sm,
#section-9 .text-xl,
#section-9 .text-lg,
#section-9 .text-sm,
#section-10 .text-xl,
#section-10 .text-lg,
#section-10 .text-sm,
#section-11 .text-xl,
#section-11 .text-lg,
#section-11 .text-sm {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 812px) {
  #section-2 .text-xl,
  #section-2 .text-lg,
  #section-2 .text-sm,
  #section-3 .text-xl,
  #section-3 .text-lg,
  #section-3 .text-sm,
  #section-4 .text-xl,
  #section-4 .text-lg,
  #section-4 .text-sm,
  #section-5 .text-xl,
  #section-5 .text-lg,
  #section-5 .text-sm,
  #section-6 .text-xl,
  #section-6 .text-lg,
  #section-6 .text-sm,
  #section-7 .text-xl,
  #section-7 .text-lg,
  #section-7 .text-sm,
  #section-8 .text-xl,
  #section-8 .text-lg,
  #section-8 .text-sm,
  #section-9 .text-xl,
  #section-9 .text-lg,
  #section-9 .text-sm,
  #section-10 .text-xl,
  #section-10 .text-lg,
  #section-10 .text-sm,
  #section-11 .text-xl,
  #section-11 .text-lg,
  #section-11 .text-sm {
    width: 85%;
  }
}

@media (min-width: 1440px) {
  #section-2 .text-xl,
  #section-2 .text-lg,
  #section-2 .text-sm,
  #section-3 .text-xl,
  #section-3 .text-lg,
  #section-3 .text-sm,
  #section-4 .text-xl,
  #section-4 .text-lg,
  #section-4 .text-sm,
  #section-5 .text-xl,
  #section-5 .text-lg,
  #section-5 .text-sm,
  #section-6 .text-xl,
  #section-6 .text-lg,
  #section-6 .text-sm,
  #section-7 .text-xl,
  #section-7 .text-lg,
  #section-7 .text-sm,
  #section-8 .text-xl,
  #section-8 .text-lg,
  #section-8 .text-sm,
  #section-9 .text-xl,
  #section-9 .text-lg,
  #section-9 .text-sm,
  #section-10 .text-xl,
  #section-10 .text-lg,
  #section-10 .text-sm,
  #section-11 .text-xl,
  #section-11 .text-lg,
  #section-11 .text-sm {
    width: 55%;
  }
}

#section-2 {
  background-image: url("../img/section2-bg.png");
}

#section-3 {
  background-image: url("../img/section3-bg.png");
}

#section-4 {
  background-image: url("../img/section4-bg.png");
}

#section-5 {
  background-image: url("../img/section5-bg.png");
}

#section-6 {
  background-image: url("../img/section6-bg.png");
}

#section-7 {
  background-image: url("../img/section7-bg.png");
}

#section-8 {
  background-image: url("../img/section8-bg.png");
}

#section-9 {
  background-image: url("../img/section9-bg.png");
}

#section-10 {
  background-image: url("../img/section10-bg.png");
}

#section-11 {
  background-image: url("../img/section11-bg.png");
}

#section-12:not(.section-disabled) {
  height: auto !important;
}

#section-12 .fp-tableCell {
  height: auto !important;
}

#section-12 .container {
  min-height: 100vh;
  margin: 0 auto;
}

#section-12 .container a:link,
#section-12 .container a:visited,
#section-12 .container a:hover,
#section-12 .container a:active {
  color: #ff8200;
  text-decoration: none;
}

#section-12 .container .download-report {
  display: block;
  text-align: center;
  margin: 6vh auto 1vh auto;
}

@media (max-width: 812px) {
  #section-12 .container .download-report {
    margin: 4vh auto 1vh auto;
  }
}

#section-12 .get-report-form {
  margin: 0 auto 0vh auto;
}

#section-12 .container,
#section-12 .get-report-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 75%;
}

#section-12 .container-bg,
#section-12 .get-report-form-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/section10-bg.png");
}

#section-12 .container-wrapper,
#section-12 .get-report-form-wrapper {
  position: relative;
  width: 100%;
  min-height: 100vh;
}

#section-12 .container-wrapper .page-dots,
#section-12 .get-report-form-wrapper .page-dots {
  bottom: 3vh !important;
}

@media (min-width: 1440px) {
  #section-12 .container,
  #section-12 .get-report-form {
    width: 60%;
  }
}

@media (max-width: 1280px) {
  #section-12 .container,
  #section-12 .get-report-form {
    width: 75%;
  }
}

@media (max-width: 1024px) {
  #section-12 .container,
  #section-12 .get-report-form {
    width: 85%;
  }
}

@media (max-width: 812px) {
  #section-12 .container,
  #section-12 .get-report-form {
    width: 90%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 5.519vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 11.958vh;
  }
}

#section-12 .container .col-100,
#section-12 .get-report-form .col-100 {
  width: 100%;
}

#section-12 .container .text-sm,
#section-12 .get-report-form .text-sm {
  text-align: center;
  font-weight: initial;
  margin-bottom: 1vh !important;
}

@media (max-width: 812px) {
  #section-12 .container .text-sm,
  #section-12 .get-report-form .text-sm {
    text-align: center;
  }
}

#section-12 .container .text-xxl,
#section-12 .get-report-form .text-xxl {
  color: #ff8200;
  margin-bottom: 2.778vh;
  margin-top: 2vh;
  font-weight: 600;
}

@media (min-width: 1921px) {
  #section-12 .container .text-xxl,
  #section-12 .get-report-form .text-xxl {
    font-size: 42px;
  }
}

#section-12 .container .text-xxs,
#section-12 .get-report-form .text-xxs {
  color: #707070;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.437;
  margin-bottom: 3vh;
}

@media (min-width: 1921px) {
  #section-12 .container .text-xxs,
  #section-12 .get-report-form .text-xxs {
    font-size: 16px;
  }
}

@media (max-width: 812px) {
  #section-12 .container .text-xxs,
  #section-12 .get-report-form .text-xxs {
    font-size: 1rem;
    margin-bottom: 4.5vh;
  }
}

#section-12 .container .text-xl,
#section-12 .get-report-form .text-xl {
  font-size: calc(1rem + 1.169vh);
}

@media (max-width: 812px) {
  #section-12 .container .text-xl,
  #section-12 .get-report-form .text-xl {
    font-size: calc(1rem + 0.4vh);
    padding: 0 6vh;
    margin-bottom: 1.2vh;
  }
}

#section-12 .container .text-3xs,
#section-12 .get-report-form .text-3xs {
  text-align: center;
  font-weight: initial;
  margin-bottom: 0 !important;
}

@media (max-width: 812px) {
  #section-12 .container .text-3xs,
  #section-12 .get-report-form .text-3xs {
    margin-top: 6.6vh;
    font-size: 1rem;
  }
}

#section-12 .container input,
#section-12 .container select,
#section-12 .get-report-form input,
#section-12 .get-report-form select {
  position: relative;
  border: 1px solid #c8c9c7;
  margin: 0 1vw 0 0;
  width: 90% !important;
  margin-bottom: 0px;
}

@media (max-width: 812px) {
  #section-12 .container input,
  #section-12 .container select,
  #section-12 .get-report-form input,
  #section-12 .get-report-form select {
    width: 69.867vw;
  }
}

#section-12 .container input img,
#section-12 .container select img,
#section-12 .get-report-form input img,
#section-12 .get-report-form select img {
  position: absolute;
  right: 1.25rem;
  top: 0.813rem;
}

#section-12 .container .mktoButton,
#section-12 .get-report-form .mktoButton {
  margin-top: 6.7vh !important;
}

#section-12 .container input[type="checkbox"],
#section-12 .get-report-form input[type="checkbox"] {
  width: auto !important;
}

#section-12 .container .btn,
#section-12 .get-report-form .btn {
  padding: 0.86rem 1.5rem;
  margin-top: 8vh;
}

@media (max-width: 812px) {
  #section-12 .container .btn,
  #section-12 .get-report-form .btn {
    padding: 0.73rem 1.6rem;
    font-size: 0.8125rem;
    margin-bottom: 4vh;
    margin-top: 2vh;
  }
}

#section-12 .container .splide,
#section-12 .get-report-form .splide {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  visibility: visible !important;
}

@media (min-width: 812px) {
  #section-12 .container .splide__arrows,
  #section-12 .get-report-form .splide__arrows {
    display: none;
  }
}

#section-12 .container .splide__arrow--prev,
#section-12 .container .splide__arrow--next,
#section-12 .get-report-form .splide__arrow--prev,
#section-12 .get-report-form .splide__arrow--next {
  opacity: 1;
}

#section-12 .container .splide__arrow--prev,
#section-12 .get-report-form .splide__arrow--prev {
  left: 4em;
}

@media (max-width: 480px) {
  #section-12 .container .splide__arrow--prev,
  #section-12 .get-report-form .splide__arrow--prev {
    left: 1em;
  }
}

@media (max-width: 360px) {
  #section-12 .container .splide__arrow--prev,
  #section-12 .get-report-form .splide__arrow--prev {
    left: 0;
  }
}

#section-12 .container .splide__arrow--prev img,
#section-12 .get-report-form .splide__arrow--prev img {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#section-12 .container .splide__arrow--next,
#section-12 .get-report-form .splide__arrow--next {
  right: 4em;
}

@media (max-width: 480px) {
  #section-12 .container .splide__arrow--next,
  #section-12 .get-report-form .splide__arrow--next {
    right: 1em;
  }
}

@media (max-width: 360px) {
  #section-12 .container .splide__arrow--next,
  #section-12 .get-report-form .splide__arrow--next {
    right: 0;
  }
}

#section-12 .container .splide__arrow--next img,
#section-12 .get-report-form .splide__arrow--next img {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

@media (max-width: 812px) {
  #section-12 .container .row,
  #section-12 .get-report-form .row {
    width: 100%;
  }
}

#section-12 .container .row .width-50,
#section-12 .get-report-form .row .width-50 {
  margin-top: 5vh;
}

#section-12 .container .row .width-50:not(:first-child),
#section-12 .get-report-form .row .width-50:not(:first-child) {
  margin-top: 0vh;
}

#section-12 .overview-score {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 46vh;
  margin: 0 auto 2vh auto;
}

@media (max-width: 812px) {
  #section-12 .overview-score {
    margin-left: auto;
    margin-right: auto;
    height: 29vh;
  }
}

#section-12 .report-img {
  max-width: 250px;
  display: block;
  margin: auto;
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}

.custom-navigation {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 360px;
  pointer-events: none;
}

@media (max-width: 812px) {
  .custom-navigation {
    max-width: 280px;
    max-width: var(--cardWidth);
  }
}

.custom-navigation .swiper-button-disabled {
  display: none;
}

.custom-navigation .swiper-button-next {
  pointer-events: all;
  cursor: pointer;
  background-image: url("../img/arrow.png");
  background-size: 1rem;
  right: -1rem;
}

.custom-navigation .swiper-button-prev {
  pointer-events: all;
  cursor: pointer;
  background-image: url("../img/arrow.png");
  background-size: 1rem;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  left: -1rem;
}

@media (max-width: 812px) {
  .custom-navigation .swiper-button-next,
  .custom-navigation .swiper-button-prev {
    background-size: 0.5rem;
  }
}

@media (min-width: 640px) {
  .duo .custom-navigation {
    display: none !important;
  }
}

@media (min-width: 812px) {
  .swiper-container {
    margin: 0 6vw;
  }
}

@media (min-width: 640px) {
  .duo .options-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 640px) {
  .duo.selected .options-container {
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
  }
}
/*# sourceMappingURL=main.css.map */
