@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  height: 100vh;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}

body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.content {
  position: relative;
  display: flex;
  width: 75rem;
  height: 44rem;
  z-index: 2;
  border-radius: 0.75rem;
  overflow: hidden;
  background: center no-repeat
    url("https://image.s51.sfmc-content.com/lib/fe3111737364047b701772/m/1/rst_onboarding_background.png");
  background-size: cover;
}

.left {
  width: 47%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
}

.right {
  width: 53%;
  display: flex;
  justify-content: right;
  align-items: center;
}

.exitLink {
  position: absolute;
  right: 0.625rem;
  top: 0.5rem;
  -webkit-tap-highlight-color: transparent;
}

#exit-1 {
  opacity: 0.5;
}

.stripes {
  display: none;
  position: absolute;
  top: 3.25rem;
  left: 3.25rem;
  right: 3.25rem;
  width: auto;
}

.stripe {
  width: 100%;
  height: 0.313rem;
  background-color: #497dcd;
  margin-right: 0.5rem;
  border-radius: 0.313rem;
  cursor: pointer;
}

.last-stripe {
  margin-right: 0px;
}

.text-container {
  position: absolute;
  top: 50%;
  left: 3.25rem;
  right: 3.25rem;
  transform: translateY(-50%);
  color: #ffffff;
  z-index: 3;
}

.button-container {
  display: flex;
  justify-content: space-between;
}

.text-large {
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.25rem;
  margin-bottom: 1.25rem;
}

.tl-firtSlide {
  font-size: 3.625rem;
  line-height: 4rem;
  margin-bottom: 1.5rem;
}

.text-small {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5rem;
}

.ts-firtSlide span {
  font-size: 1.5rem;
  line-height: 1.875rem;
  margin-bottom: 2.5rem;
}

.text-middle {
  font-size: 1.625rem;
  font-weight: bold;
  margin: 2.5rem 0 1rem;
}

.features-text {
  font-size: 1.125rem;
  font-weight: 500;
  display: none;
  margin-bottom: 0.25rem;
}

.bullet-points {
  list-style-type: disc;
  margin-top: 0.625rem;
  padding-left: 1.25rem;
  padding-top: 0.313rem;
  font-weight: 300;
}

.bullet-points li,
li b {
  font-size: 1.25rem;
  color: #ffffff;
  padding: 0.438rem 0;
}

li::marker {
  color: #2971de;
}

.button {
  background-color: #ffffff;
  height: 2.75rem;
  width: 6.25rem;
  font-weight: 500;
  font-size: 1rem;
  font-style: normal;
  align-items: center;
  justify-content: center;
  line-height: 2.75rem;
  color: #2971de;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  align-self: flex-end;
  margin-bottom: 1.875rem;
  margin-right: 1.875rem;
  transition: width 0.3s ease;
  user-select: none;
}

.helpLink {
  display: none;
  margin: 0 0 3.25rem 3.25rem;
  cursor: pointer;
}

.help-img {
  display: block;
  width: auto;
  height: 2.75rem;
}

#nextButton {
  display: none;
  margin: 0 3.25rem 3.25rem 0;
}

#startButton {
  display: flex;
  margin-top: 2.5rem;
  width: 14rem;
  height: 4rem;
  line-height: 3.25rem;
  font-size: 1.4rem;
  background-color: #2971de;
  color: #ffffff;
  border-radius: 0.7rem;
}

#startButtonMobile {
  display: none;
}

.content .text {
  display: none;
}

.rightImg {
  height: 100%;
  object-fit: cover;
  border-radius: 0.75rem;
}

.firstSlideImg {
  height: 90%;
  background: radial-gradient(
    50% 50% at 50% 50%,
    #71c0ff 0%,
    rgba(113, 192, 255, 0) 100%
  );
  margin: 0 1.25rem 1.25rem 0;
}

.right video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0.75rem;
}

.mode-switch {
  display: inline-flex;
  border-radius: 0.5rem;
  padding: 0.125rem;
  background-color: #326abe;
  border: none;
  font-size: 0.875rem;
  display: none;
  width: 15rem;
  margin-bottom: 2rem;
  cursor: pointer;
}

.mode-switch-radio {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.mode-switch-label {
  display: inline-flex;
  height: 2rem;
  width: 49%;
  user-select: none;
  color: #ffffff;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.mode-switch-option:first-child .mode-switch-label {
  border-radius: 0.375rem;
}

.mode-switch-option:last-child .mode-switch-label {
  border-radius: 0.375rem;
  height: 2rem;
}

.mode-switch-radio:checked + .mode-switch-label {
  color: #ffffff;
  background-color: #7097d3;
}

.invisibleImg {
  display: none;
}

.copy-list {
  display: none;
  margin-top: 2rem;
}
.copy-list-item {
  display: flex;
  padding: 0.5rem 0;
}
.copy-text {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5rem;
  padding-left: 1rem;
}

.desktop-hidden {
  display: none !important;
}

@media only screen and (min-width: 1921px) {
  /*2K*/
  body {
    background-image: url("https://image.s51.sfmc-content.com/lib/fe3111737364047b701772/m/1/Terminal-xl.png");
  }
}

@media only screen and (max-width: 1920px) {
  /*FullHD*/
  html {
    font-size: 14px;
  }
  body {
    background-image: url("https://image.s51.sfmc-content.com/lib/fe3111737364047b701772/m/1/Terminal-l.png");
  }
}

@media only screen and (max-width: 1536px) {
  /**/
  body {
    background-image: url("https://image.s51.sfmc-content.com/lib/fe3111737364047b701772/m/1/Terminal-m.png");
  }
}

@media only screen and (max-width: 1440px) {
  /**/
  body {
    background-image: url("https://image.s51.sfmc-content.com/lib/fe3111737364047b701772/m/1/Terminal-s.png");
  }
}

@media only screen and (max-width: 1366px) {
  /**/
  body {
    background-image: url("https://image.s51.sfmc-content.com/lib/fe3111737364047b701772/m/1/Terminal-xs.jpg");
  }
}

@media only screen and (max-width: 1224px) {
  /*Tablet*/
  html {
    font-size: 16px;
  }
}

@media only screen and (max-width: 760px) {
  /*Mobile*/
  html {
    font-size: 16px;
  }
  body {
    height: 100svh;
    background-image: url("");
    background: center no-repeat
      url("https://image.s51.sfmc-content.com/lib/fe3111737364047b701772/m/1/rst_onboarding_background_mobile.png");
  }
  .content {
    height: 100%;
    width: 100%;
    border-radius: 0;
    display: flex;
    flex-direction: column-reverse;
    background: center no-repeat
      url("https://image.s51.sfmc-content.com/lib/fe3111737364047b701772/m/1/rst_onboarding_background_mobile.png");
    background-size: cover;
  }
  .left {
    width: 100%;
    height: 40%;
  }
  .right {
    width: auto;
    height: 60%;
    /*display: block;*/
    margin-left: auto;
    margin-right: auto;
    justify-content: end;
    flex-direction: column;
    overflow: hidden;
  }
  .rightImg {
    border-radius: 0;
    width: 100%;
    height: auto;
  }
  .rightImg img {
    width: 100%;
    transform: translateY(1rem);
  }

  .firstSlideImg {
    height: 100%;
    margin: 0 auto;
  }
  .text-container {
    top: 15% !important;
    margin: auto 0 1.5rem 0;
    left: 2.75rem;
    right: 2.75rem;
    transform: none;
  }
  .text-large {
    font-size: 1.875rem;
    line-height: 2.25rem;
    text-align: center;
    margin-bottom: 1rem;
  }
  .text-middle {
    display: none;
  }
  .text-small {
    font-size: 1.125rem;
    line-height: 1.5rem;
    text-align: center;
    margin: 0 0.25rem;
  }
  .tl-firtSlide {
    font-size: 2.25rem;
  }
  .ts-firtSlide span {
    font-size: 1.25rem;
  }
  .stripes {
    position: static;
    margin: 2.25rem auto;
  }
  .stripe {
    width: 0.5rem;
    height: 0.5rem;
    margin-right: 0.625rem;
  }
  .copy-list {
    display: none !important;
  }
  .features-text {
    display: none !important;
  }
  .mode-switch {
    margin-left: auto;
    margin-right: auto;
  }
  .bullet-points {
    display: none !important;
  }
  .right video {
    border-radius: 0;
    width: 100%;
    height: 98%;
    background-color: #f4f4f7;
    transform: translateY(1.25rem);
  }
  .mobile-hidden {
    display: none !important;
  }
  .desktop-hidden {
    display: block !important;
  }
  .helpLink {
    margin: 0 auto 2.5rem auto;
    position: absolute;
    top: -147%;
    left: 1rem;
    z-index: 1;
  }
  .help-img {
    height: 2rem;
  }
  .exitLink {
    right: 0.5rem;
    top: 0.5rem;
  }
  #nextButton {
    margin: 1.875rem auto;
    width: 75% !important;
    height: 2.75rem;
    font-size: 1rem;
  }
  #startButtonMobile {
    display: flex !important;
    margin: 1.875rem auto;
    height: 2.75rem;
    font-size: 1rem;
    width: 80% !important;
  }
}
@media only screen and (max-width: 760px) and (max-height: 700px) {
  .text-container {
    top: 10% !important;
  }
}
