.section {
  padding: 5em 0;
}
.title-wrapper {
  width: 100%;
  z-index: 1;
  display: flex;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
.title-wrapper>* {
  z-index: 1;
}
.title-wrapper h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 2px;
  max-width: 75vw;
}
.title-wrapper h1 {
  margin-top: 0;
  font-size: 128px;
  font-weight: 800;
  margin-bottom: 10px;
  line-height: 135px;
}
.title-wrapper p {
  max-width: 700px;
  margin-bottom: 5em;
  text-align: center;
  color: rgba(255,255,255,0.5);
  font-size: 18px;
}
.main-title {
  height: 100%;
}
.main-title p {
  font-size: 22px;
  max-width: 480px;
  letter-spacing: 1px;
  color: rgba(255,255,255,0.8);
}
.main-title img {
  display: block;
  width: 180px;
}
.example-wrapper {
  padding: 5em 0;
  grid-column-gap: 2.5em;
  position: relative;
}
.example-wrapper img {
  z-index: 1;
  width: 260px;
}
.example-wrapper img.example-middle {
  width: 320px;
}
.example-wrapper:after {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 50vw;
  height: 65vh;
  filter: blur(350px);
  background-image: linear-gradient(83deg, #3de85d, #03f6f4 28%, #03f6f4 46%, #30b6ff 62%, #00f0ff 75%, #6a54ff);
  margin-top: -10%;
  z-index: 0;
}
.support-types-text {
  color: rgba(255,255,255,0.5);
  text-align: center;
}
.support-types {
  width: fit-content;
  margin: 0 auto;
}
.support-types.rolling {
  -webkit-animation: 30s rolling linear infinite normal;
  animation: 30s rolling linear infinite normal;
}
.support-types>.flex-row {
  width: 320px;
  min-width: 320px;
}
.support-type-icon {
  height: 36px;
  margin-right: 8px;
}
.support-type-text {
  font-size: 24px;
  text-transform: capitalize;
}
.section .tutorial-section {
  padding: 0 2em;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  flex-flow: row-reverse nowrap;
}
.section .tutorial-section[data-step="1"] img[data-image="1"] {
  opacity: 1;
}
.section .tutorial-section[data-step="1"] .link-step[data-step="1"] {
  background: rgba(255,255,255,0.1);
}
.section .tutorial-section[data-step="1"] .link-step[data-step="1"] .link-step-icon {
  top: 50%;
}
.section .tutorial-section[data-step="2"] img[data-image="2"] {
  opacity: 1;
}
.section .tutorial-section[data-step="2"] .link-step[data-step="2"] {
  background: rgba(255,255,255,0.1);
}
.section .tutorial-section[data-step="2"] .link-step[data-step="2"] .link-step-icon {
  top: 50%;
}
.section .tutorial-section[data-step="3"] img[data-image="3"] {
  opacity: 1;
}
.section .tutorial-section[data-step="3"] .link-step[data-step="3"] {
  background: rgba(255,255,255,0.1);
}
.section .tutorial-section[data-step="3"] .link-step[data-step="3"] .link-step-icon {
  top: 50%;
}
.section .tutorial-section .tutorial-image {
  flex: 1;
  padding: 0;
  aspect-ratio: 0.86;
  max-height: 800px;
}
.section .tutorial-section .tutorial-image img {
  position: absolute;
  max-width: 80%;
  width: fit-content;
  max-height: 80%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.25s ease;
}
.section .tutorial-section .tutorial-content {
  flex: 1;
  grid-row-gap: 12px;
}
.section .tutorial-section .tutorial-content .link-step {
  cursor: pointer;
  border-radius: 16px;
  padding: 28px 20px 28px 96px;
  position: relative;
}
.section .tutorial-section .tutorial-content .link-step:hover {
  background: rgba(255,255,255,0.1);
}
.section .tutorial-section .tutorial-content .link-step:hover .link-step-icon {
  top: 50%;
}
.section .tutorial-section .tutorial-content .link-step h3 {
  margin-top: 0;
  font-size: 24px;
}
.section .tutorial-section .tutorial-content .link-step p {
  font-size: 16px;
  margin: 0;
}
.section .tutorial-section .tutorial-content .link-step .link-step-icon {
  position: absolute;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 20px;
  font-size: 20px;
  left: 16px;
  top: 50px;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.1);
  transition: all 0.25s ease;
}
.secure-data {
  background: #222;
  padding: 8em 5em;
  grid-column-gap: 2em;
}
.secure-data .secure-data-image {
  width: fit-content;
  position: relative;
  margin: 0 auto;
  white-space: nowrap;
}
.secure-data .secure-data-image img {
  display: inline-block;
  padding: 0 2em;
}
.secure-data .secure-data-list {
  left: 72px;
  top: 0;
  position: absolute;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}
.secure-data .secure-data-list li {
  color: #fff;
  background-image: url("/resources/images/listItemCheckIcon.svg");
  background-position: 3px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 30px;
}
.moreFAQ {
  margin: 2em auto;
  text-align: center;
  display: block;
}
@-moz-keyframes rolling {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}
@-webkit-keyframes rolling {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}
@-o-keyframes rolling {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}
@keyframes rolling {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}
