font-thinning()
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
html,
body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  background-color: #ececec;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  min-width: 320px;
  overflow: hidden;
}
body {
  max-width: 100vw;
}
a {
  cursor: pointer;
}
img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  display: block;
}
.wrapper {
  width: 300vw;
  height: 100vh;
  transition: transform 0.5s ease-out;
  display: flex;
}
section {
  position: relative;
  height: 100vh;
  width: 100vw;
  overflow-y: auto;
}
.content {
  background-color: #fff;
}
@media (min-width: 1024px) {
  .content {
    width: 1344px;
    height: 950px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
#step1 .content {
  background-image: url("images/step-1-bg-desktop.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 100vh;
  min-height: 100vh;
  height: 100%;
}
#step1 .content a {
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  #step1 .content {
    max-height: none;
    min-height: 0;
    height: 950px;
  }
}
#step1 .content-inner {
  max-width: 90%;
  max-height: 90vh;
  position: relative;
}
#step1 .content-inner .desktop-content,
#step1 .content-inner .mobile-content {
  max-height: 90vh;
}
#step1 .content-inner .mobile-content {
  display: none;
}
@media (max-aspect-ratio: 1/1) and (max-width: 1023px) {
  #step1 .content-inner .mobile-content {
    display: block;
  }
  #step1 .content-inner .desktop-content {
    display: none;
  }
}
#step1 .content-inner .top {
  background-image: linear-gradient(to right, #302c65 0%, #302c65 26%, #76b729 26%, #76b729 75%, #21bbef 75%, #21bbef 100%);
  width: 100%;
  height: 1em;
  top: 0;
  left: 0;
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  animation-name: revealRight;
}
#step1 .content-inner .bottom {
  background-image: linear-gradient(to right, #76b729 0%, #76b729 13%, #21bbef 13%, #21bbef 80%, #302c65 80%, #302c65 100%);
  width: 100%;
  height: 1em;
  left: 0;
  bottom: 0;
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  animation-name: revealRight;
  animation-delay: 1.5s;
}
#step1 .content-inner .right {
  background-image: linear-gradient(to bottom, #21bbef 0%, #21bbef 14%, #302c65 14%, #302c65 39%, #75b726 39%, #76b726 74%, #302c65 74%, #302c65 100%);
  width: 1em;
  height: 100%;
  top: 0;
  right: 0;
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  animation-name: revealDown;
  animation-delay: 1.5s;
}
#step1 .content-inner .left {
  background-image: linear-gradient(to bottom, #302c65 0%, #302c65 30%, #00bbef 30%, #00bbef 30%, #21bbef 30%, #21bbef 71%, #76b729 71%, #76b729 100%);
  width: 1em;
  height: 100%;
  top: 0;
  left: 0;
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  animation-name: revealDown;
}
#step2 {
  overflow: hidden;
}
@media (min-width: 1024px) {
  #step2 .content {
    display: flex;
  }
}
#step2 .col {
  min-height: 100vh;
}
@media (min-width: 1024px) {
  #step2 .col {
    flex: 0 0 50%;
    height: 950px;
    min-height: 0;
    position: relative;
  }
}
#step2 .content-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#step2 .content-text .text-block {
  position: relative;
  max-width: 75%;
  margin: 12.5vw auto;
}
@media (min-width: 1024px) {
  #step2 .content-text .text-block {
    margin: 80px auto;
  }
}
#step2 .content-text .top {
  background-image: linear-gradient(to right, #75b726 0%, #75b726 27%, #00bbef 27%, #00bbef 55%, #2d2964 55%, #2d2964 100%);
  width: 100%;
  height: 1em;
  top: 0;
  left: 0;
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  animation-name: revealRight;
}
#step2 .content-text .bottom {
  background-image: linear-gradient(to right, #2d2964 0%, #2d2964 16%, #76b827 16%, #76b827 73%, #00bbef 73%, #00bbef 100%);
  width: 100%;
  height: 1em;
  left: 0;
  bottom: 0;
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  animation-name: revealRight;
  animation-delay: 1.5s;
}
#step2 .content-text .right {
  background-image: linear-gradient(to bottom, #2d2964 0%, #2d2964 7%, #76b827 7%, #76b827 38%, #2d2964 38%, #2d2964 81%, #0b96cc 81%, #00bbef 81%, #00bbef 100%);
  width: 1em;
  height: 100%;
  top: 0;
  right: 0;
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  animation-name: revealDown;
  animation-delay: 1.5s;
}
#step2 .content-text .left {
  background-image: linear-gradient(to bottom, #76b827 0%, #76b827 47%, #2d2964 47%, #2d2964 100%);
  width: 1em;
  height: 100%;
  top: 0;
  left: 0;
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  animation-name: revealDown;
}
#step2 .content-text button {
  pointer-events: none;
  color: #68a124;
  background: #fff;
  border: 0.22em solid;
  padding: 1em 2em;
  font-size: 3.5vw;
  font-weight: 500;
  display: block;
  margin: 0 auto 2em;
}
@media (min-width: 1024px) {
  #step2 .content-text button {
    margin: 0 140px 0 auto;
    font-size: 18.64px;
  }
}
#step2 .content-logo {
  background-color: #68a124;
  position: relative;
}
#step2 #logo {
  display: none;
  width: 35%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 1024px) {
  #step2 #logo {
    top: auto;
    bottom: 140px;
    transform: translateX(-50%);
  }
}
#step2 #symbol > * {
  stroke: #fff;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-name: draw;
}
#step2 #symbol polyline {
  stroke-dasharray: 120;
  stroke-dashoffset: 120;
  animation-duration: 1.5s;
}
#step2 #symbol line {
  stroke-dasharray: 30;
  stroke-dashoffset: 30;
  animation-duration: 0.375s;
  animation-delay: 1.45s;
}
#step2 #text {
  fill: #fff;
  opacity: 0;
  animation-name: fadeIn;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-delay: 1.8s;
}
#step2 .arrow-down {
  width: 64px;
  height: auto;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
@media (min-width: 1024px) {
  #step2 .arrow-down {
    display: none;
  }
}
@-moz-keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
@-o-keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
@-moz-keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
#step3 .content {
  padding: 0 8vw;
  overflow: hidden;
}
@media (min-width: 1024px) {
  #step3 .content {
    padding: 0;
  }
}
#step3 .main-heading {
  color: #25224e;
  font-size: 44px;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 5px;
  border-bottom: 7px solid;
  border-image: linear-gradient(to right, #75b726 0%, #75b726 29%, #20bbef 29%, #20bbef 42%, #2d2964 42%, #2d2964 58%, #20bbef 58%, #20bbef 71%, #75b726 71%, #75b726 100%) 7;
  margin-bottom: 48px;
}
@media (min-width: 1024px) {
  #step3 .main-heading {
    position: absolute;
    left: 95px;
    right: 95px;
    bottom: 25px;
    margin-bottom: 0;
  }
}
#step3 .links {
  margin: 18px auto;
}
@media (min-width: 1024px) {
  #step3 .links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1000px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
#step3 .link {
  display: block;
  position: relative;
  flex-basis: 100%;
  background-color: currentColor;
  margin-right: 18px;
  margin-bottom: 72px;
  background-size: cover;
  max-width: 392px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  #step3 .link {
    flex: 0 0 460px;
    height: 198px;
    max-width: none;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 52px;
  }
  #step3 .link:hover .link-details {
    transform: translateX(0);
  }
  #step3 .link:hover .link-title {
    right: 56%;
  }
  #step3 .link:hover .link-page-numbers {
    background-color: currentColor;
  }
  #step3 .link:hover .link-page-numbers span {
    color: #fff;
  }
}
#step3 .link:nth-of-type(1) {
  color: #25224e;
  background-image: url(images/mobile-link-1.jpg);
}
@media (min-width: 1024px) {
  #step3 .link:nth-of-type(1) {
    background-image: url(images/desktop-link-1.jpg);
  }
}
#step3 .link:nth-of-type(2) {
  color: #00afed;
  background-image: url(images/mobile-link-2.jpg);
}
@media (min-width: 1024px) {
  #step3 .link:nth-of-type(2) {
    background-image: url(images/desktop-link-2.jpg);
  }
}
#step3 .link:nth-of-type(3) {
  color: #ce650a;
  background-image: url(images/mobile-link-3.jpg);
}
@media (min-width: 1024px) {
  #step3 .link:nth-of-type(3) {
    background-image: url(images/desktop-link-3.jpg);
  }
}
#step3 .link:nth-of-type(4) {
  color: #bf1549;
  background-image: url(images/mobile-link-4.jpg);
}
@media (min-width: 1024px) {
  #step3 .link:nth-of-type(4) {
    background-image: url(images/desktop-link-4.jpg);
  }
}
#step3 .link:nth-of-type(5) {
  color: #76a841;
  background-image: url(images/mobile-link-5.jpg);
}
@media (min-width: 1024px) {
  #step3 .link:nth-of-type(5) {
    background-image: url(images/desktop-link-5.jpg);
  }
}
#step3 .link:nth-of-type(6) {
  color: #25224e;
  background-image: url(images/mobile-link-6.jpg);
}
@media (min-width: 1024px) {
  #step3 .link:nth-of-type(6) {
    background-image: url(images/desktop-link-6.jpg);
  }
}
#step3 .link-sizer {
  padding-bottom: 73%;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1024px) {
  #step3 .link-sizer {
    padding-bottom: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
#step3 .link-title {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 0;
  padding-right: 20px;
  margin: 0;
  color: #fff;
  font-size: 23.5px;
  font-weight: bold;
}
#step3 .link-details {
  display: none;
}
@media (min-width: 1024px) {
  #step3 .link-details {
    transform: translateX(100%);
    transition: transform 0.3s ease-out;
    display: flex;
    align-items: center;
    position: absolute;
    width: 56%;
    height: 100%;
    right: 0;
    top: 0;
    background-color: currentColor;
  }
  #step3 .link-details ul {
    color: #fff;
    font-size: 12.6px;
    list-style-type: none;
    padding: 0 15px;
  }
  #step3 .link-details li {
    margin: 0.2em 0;
  }
}
#step3 .link-page-numbers {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 76px;
  height: 54px;
  border: 3px solid;
  font-size: 14.8px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  transition: background-color 0.15s ease-out;
}
.display-desktop {
  display: none;
}
@media (min-width: 1024px) {
  .display-desktop {
    display: block;
  }
}
.display-mobile {
  display: block;
}
@media (min-width: 1024px) {
  .display-mobile {
    display: none;
  }
}
.animated-border {
  display: none;
}
.border {
  position: absolute;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  animation-duration: 1.5s;
  font-size: 12px;
}
@media (max-width: 768px) {
  .border {
    font-size: 1.56vw;
  }
}
@-moz-keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@-moz-keyframes revealRight {
  to {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@-webkit-keyframes revealRight {
  to {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@-o-keyframes revealRight {
  to {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@keyframes revealRight {
  to {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@-moz-keyframes revealDown {
  to {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@-webkit-keyframes revealDown {
  to {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@-o-keyframes revealDown {
  to {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@keyframes revealDown {
  to {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
