@font-face {
  font-family: "Industry W00 Ultra";
  src: url("./font/2f3566210b0294b02081551e1564eeb0.eot");
  /* IE9*/
  src: url("./font/2f3566210b0294b02081551e1564eeb0.eot?#iefix") format("embedded-opentype"), url("./font/2f3566210b0294b02081551e1564eeb0.woff2") format("woff2"), url("./font/2f3566210b0294b02081551e1564eeb0.woff") format("woff"), url("./font/2f3566210b0294b02081551e1564eeb0.ttf") format("truetype"), url("./font/2f3566210b0294b02081551e1564eeb0.svg#Industry W00 Ultra") format("svg");
  /* iOS 4.1- */
}

.font-ultra {
  font-family: "Industry W00 Ultra" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

* {
  box-sizing: border-box;
}

html {
  margin: 0 !important;
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  padding: 0;
  color: #fff;
  background: #200036;
}

.outer {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.container {
  max-width: 1171px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

.ease {
  transition: 300ms ease-in-out;
}

.slick-slide, .slick-slide * {
  outline: none !important;
}

.site-heading {
  font-size: calc(30px + 0.625vw);
  font-weight: 700;
  color: #fbd017;
  text-align: center;
  margin: 0;
  line-height: 1;
  margin-bottom: 55px;
  text-shadow: 0 1px #000;
}

.btn {
  text-shadow: 0 1px #fff;
}

.btn-gradient-white {
  background-color: #fff;
  background-image: linear-gradient(to right, #ffffff, #dadada);
}

.btn-gradient-yellow {
  background: #fffa4a;
  background-image: linear-gradient(to right, #fffa4a, #e4890c);
}

.btn:hover {
  opacity: .85;
}

.mobile {
  display: none !important;
}

.text-uppercase {
  text-transform: uppercase;
}

#app {
  padding-top: 95px;
}

#header {
  background: url("./images/header-bg.jpg") top left repeat-x;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
}

#header .container {
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#header .logo img {
  width: 183px;
  height: 73px;
  display: block;
  margin: 0;
}

#header .link {
  display: flex;
}

#header .link a {
  font-size: 18px;
  font-weight: 700;
  color: #230441;
  width: 133px;
  line-height: 42px;
  text-decoration: none;
  text-align: center;
  border-radius: 4px;
}

#header .link a.reg {
  margin-left: 15px;
}

#banner {
  height: 618px;
  background: url("./images/banner.png") top center no-repeat;
  z-index: 2;
}

#banner .container {
  display: flex;
  height: 100%;
  align-items: flex-end;
}

#banner .content {
  padding-bottom: calc(75px + 4%);
}

#banner a {
  font-size: calc(15px + 1.250vw);
  padding: 10px 15px;
  text-decoration: none;
  color: #230441;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 5px;
  display: inline-block;
}

#feature {
  background: url("./images/feature-bg.jpg") center top no-repeat #400863;
  margin-top: -100px;
  padding-top: 60px;
}

#feature .site-heading {
  text-align: left;
  color: #ffeb07;
  margin-bottom: 50px;
}

#feature .feature {
  padding: 45px 0 25px;
}

#feature .feature .container {
  display: flex;
  position: relative;
  padding-top: 105px;
}

#feature .tag {
  align-self: flex-start;
  position: absolute;
  top: 0;
  right: 0;
  width: 250px;
}

#feature .content {
  position: relative;
  z-index: 2;
  min-width: 580px;
}

#feature .content .rating p {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  margin: 0;
  line-height: normal;
}

#feature .content ul {
  margin: 30px 0 30px;
  padding: 0;
  list-style-type: none;
}

#feature .content ul li {
  display: flex;
  align-items: center;
  font-size: 22px;
  color: #fff;
  margin-top: 22px;
}

#feature .content ul li:first-child {
  margin-top: 0;
}

#feature .content ul li::before {
  clear: both;
  content: '';
  display: block;
  background: url("./images/icon-check-md.png") center no-repeat;
  width: 54px;
  min-width: 43px;
  height: 43px;
  margin-right: 5px;
}

#feature .content .btn {
  margin-left: 5px;
  display: inline-block;
  width: 100%;
  color: #230441;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  border: thin solid #fff;
  text-decoration: none;
  outline: 0;
  border-radius: 10px;
  opacity: 1;
  max-width: 236px;
  line-height: 58px;
  text-shadow: none;
}

#feature .img {
  position: relative;
  z-index: 1;
  left: -225px;
  margin-top: -50px;
}

#feature .img img {
  max-width: 630px;
}

#reviews {
  background: url("./images/review-bg.jpg") center top no-repeat;
}

#reviews .reviews {
  padding: 45px 0 56px;
}

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

#reviews .content {
  position: relative;
  z-index: 2;
  min-width: 450px;
  order: 2;
}

#reviews .content img {
  display: block;
  margin: 0;
}

#reviews .content img.wb-logo {
  margin-bottom: 10px;
}

#reviews .content .rating {
  display: flex;
  align-items: center;
  margin-left: 10px;
}

#reviews .content .rating p {
  font-size: 30px;
  font-weight: bold;
  font-weight: bold;
  color: #2d0d43;
  margin: 0;
  line-height: normal;
}

#reviews .content .rating .star {
  font-size: 0;
  position: relative;
  top: 1px;
  margin: 0 10px;
}

#reviews .content .rating .star-count {
  font-size: 20px;
  font-weight: 700;
  position: relative;
  top: 4px;
  color: #2d0d43;
}

#reviews .content ul {
  margin: 30px 0 30px 15px;
  padding: 0;
  list-style-type: none;
}

#reviews .content ul li {
  display: flex;
  align-items: center;
  font-size: 22px;
  color: #2d0d43;
  margin-top: 22px;
}

#reviews .content ul li:first-child {
  margin-top: 0;
}

#reviews .content ul li::before {
  clear: both;
  content: '';
  display: block;
  background: url("./images/icon-check-sm.png") center no-repeat;
  width: 35px;
  min-width: 35px;
  height: 28px;
  margin-right: 5px;
}

#reviews .content .btn {
  margin-left: 20px;
  display: inline-block;
  width: 100%;
  color: #230441;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  border: thin solid #fff;
  text-decoration: none;
  outline: 0;
  border-radius: 10px;
  opacity: 1;
  max-width: 236px;
  line-height: 58px;
  text-shadow: none;
}

#reviews .img {
  position: relative;
  z-index: 1;
  max-width: 822px;
  order: 1;
}

#reviews .img img {
  max-width: 100%;
}

#steps {
  padding: 55px 0px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: #eeeeee;
  background: linear-gradient(180deg, #eeeeee 0%, #dedede 50%, #cdcdcd 100%);
}

#steps h2 {
  text-transform: uppercase;
  color: #230441;
  margin-bottom: 180px;
}

#steps .step-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}

#steps .step-item {
  width: calc(33.33% - 24px);
  margin: 0 12px;
  padding: 11px;
  border-radius: 25px;
  position: relative;
  background: #fff;
}

#steps .title {
  background: url("./images/step-ittle-bg.png") top center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 50%;
  padding: 30px 0 40px;
  width: calc(100% - 80px);
  margin-bottom: 36px;
  max-width: 334px;
  display: block;
  text-align: center;
  border-radius: 25px;
  transform: translate(-50%, -50%);
  z-index: 2;
}

#steps .title .num {
  display: block;
  font-size: 90px;
  line-height: 1;
  margin-bottom: 13px;
  font-weight: 400;
}

#steps .title img {
  display: block;
  margin: 0 auto 15px;
}

#steps .list {
  margin: 0;
  padding: 145px 0 80px;
  list-style-type: none;
  border: 6px solid #7407ff;
  border-radius: 25px;
  height: 100%;
  position: relative;
}

#steps .list li {
  margin: 0;
  padding: 12px;
}

#steps .list li:last-child {
  border-bottom: 0;
}

#steps .list li:not(.no-check) {
  display: flex;
  align-items: center;
}

#steps .list li:not(.no-check)::before {
  clear: both;
  content: '';
  display: block;
  width: 23px;
  min-width: 23px;
  height: 23px;
  margin-right: 10px;
  background: url("./images/icon-check.png") center no-repeat;
}

#steps .list li.no-check {
  padding-left: 11px;
  padding-right: 11px;
}

#steps .list li.vm {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 15px 0 13px 0;
}

#steps .list li.vm a {
  display: inline-block;
  color: #fbd017;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  width: 192px;
  line-height: 50px;
  color: #230441;
  border: thin solid #fff;
  border-radius: 10px;
}

#steps .list p {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #470575;
}

#steps .type {
  display: flex;
  padding: 13px 0;
}

#steps .type > div {
  flex: 1;
  padding: 0 2px;
}

#steps .type img {
  display: block;
  margin: 0 auto;
  border: 2px solid #4b077a;
  border-radius: 5px;
  max-width: 100%;
}

#steps .btn-wrap {
  text-align: center;
  margin-top: 45px;
}

#steps .btn-wrap a {
  display: inline-block;
  font-size: calc(25px + 0.563vw);
  font-weight: 700;
  text-transform: uppercase;
  color: #230441;
  text-decoration: none;
  padding: 0 28px;
  line-height: 80px;
  border-radius: 10px;
}

.step-popup {
  position: relative;
  background: #f9f9f9;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
  border-radius: 10px;
}

.step-popup h2 {
  color: #230441;
  font-size: 35px;
  margin: 0 0 15px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 1px #fff;
}

.step-popup ul {
  margin: 0;
  padding: 0;
  display: block;
}

.step-popup ul li {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.step-popup ul li::before {
  clear: both;
  content: '';
  display: block;
  width: 23px;
  min-width: 23px;
  height: 23px;
  margin-right: 10px;
  background: url("./images/icon-check.png") center no-repeat;
}

.step-popup ul p {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #470575;
}

.step-popup .d-flex {
  display: flex;
  justify-content: space-between;
}

#partners {
  background: url("./images/partners-bg.jpg") top center no-repeat;
  padding: 95px 0;
  position: relative;
  z-index: 2;
}

#partners .site-heading {
  color: #fff;
}

#partners .partners-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -18px;
}

#partners .partner-list {
  width: calc(16.66% - 36px);
  margin: 0 18px;
  text-align: center;
  background: #6612a1;
  background: radial-gradient(circle, #6612a1 0%, #3f0269 100%);
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  top: 0;
  transition-property: top;
  border: 2px solid #fff;
  padding: 15px;
}

#partners .partner-list:hover {
  top: -8px;
}

#partners .partner-list img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

#about {
  background: url("./images/about-bg.jpg") top center no-repeat #fff;
  padding: 60px 0;
}

#about .site-heading {
  color: #2d0d43;
}

#about .d-flex {
  display: flex;
}

#about .content {
  flex-basis: 50%;
  padding-right: 25px;
  max-width: 655px;
}

#about .content p {
  font-size: 16px;
  line-height: 1.4;
  color: #000;
  margin-top: 0;
  margin-bottom: 15px;
}

#about .content p:last-child {
  margin-bottom: 0;
}

#about .video {
  flex-basis: 50%;
}

#about .video .video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}

#about .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#faq {
  background: url("./images/faq-bg.jpg") center top no-repeat #5d3189;
  background-size: cover;
  padding: 75px 0;
  position: relative;
}

#faq .container {
  max-width: 993px;
}

#faq .faq {
  background: #8951c1;
  border-radius: 7px;
  overflow: hidden;
}

#faq .faq h2 {
  text-transform: uppercase;
  font-size: 30px;
  color: #ffeb07;
  font-weight: 700;
  line-height: 50px;
  text-indent: 35px;
  margin: 0;
  background: #310955;
}

#faq .faq-list {
  padding: 0;
  list-style: none;
  margin: 37px 0 0;
}

#faq .faq-list li {
  background: #310955;
}

#faq .faq-list li:nth-child(even) {
  background: #531987;
}

#faq .faq-list a {
  font-size: 18px;
  color: #ffeb07;
  text-decoration: none;
  line-height: 35px;
  display: block;
  padding: 0 20px 0 45px;
  position: relative;
}

#faq .faq-list a::after {
  position: absolute;
  top: 13px;
  right: 30px;
  clear: both;
  content: '';
  display: block;
  width: 14px;
  height: 8px;
  background: url("./images/arrow-down.png") center no-repeat;
  transform: rotate(0deg);
  transition: transform .3s ease-in;
}

#faq .faq-list a.active::after {
  transform: rotate(180deg);
}

#faq .faq-list .content {
  display: none;
  padding: 10px 45px;
  background: rgba(0, 0, 0, 0.1);
}

#faq .faq-list p {
  margin: 0;
  font-size: 16px;
  color: #fff;
  line-height: 1.4;
}

#footer {
  background: #53028a;
  padding: 45px 0 0;
}

#footer .d-flex {
  display: flex;
  margin-bottom: 45px;
}

.ftr-logo-about-col {
  min-width: 435px;
  flex: 1;
}

.ftr-logo {
  margin-bottom: 28px;
}

.ftr-logo img {
  width: 251px;
  height: 99px;
}

.ftr-about {
  flex: 1;
  padding-right: 25px;
  position: relative;
}

.ftr-about p {
  margin-top: 0;
  font-size: 16px;
  line-height: 1.3;
}

.ftr-about p span {
  color: #fbd017;
}

.ftr-menu-col {
  padding-top: 45px;
  padding-left: 40px;
  flex: 2;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.ftr-menu-col span {
  font-size: 16px;
  font-weight: 700;
  color: #fbd017;
  display: block;
  margin-bottom: 15px;
}

.ftr-menu-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ftr-menu-col li {
  color: #fff;
  margin: 0 0 15px;
  padding: 0;
}

.ftr-menu-col a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  transition: opacity .3s linear;
}

.ftr-menu-col a:hover {
  opacity: .85;
}

.ftr-disclaimer {
  background: #200036;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 15px;
}

.ftr-disclaimer .icon {
  min-width: 47px;
  margin-right: 15px;
}

.ftr-disclaimer .content p {
  font-size: 16px;
  line-height: 1.2;
  margin: 0;
}

.ftr-disclaimer .content p a {
  color: inherit;
  text-decoration: none;
}

.ftr-copyright {
  text-align: center;
  padding: 14px 0;
}

.ftr-copyright p {
  color: #fff;
  font-size: 16px;
  margin: 0;
}

.ftr-copyright p a {
  color: #fbd017;
  text-decoration: none;
}

.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
}

.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}

.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
  transform: scale(1.3);
  opacity: 0;
}

.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}

.wiggle {
  -webkit-animation: wiggle 2.5s infinite;
  -moz-animation: wiggle 2.5s infinite;
  -o-animation: wiggle 2.5s infinite;
  animation: wiggle 2.5s infinite;
}

@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: rotate(0deg);
  }
  2% {
    -webkit-transform: rotate(-2deg);
  }
  3.5% {
    -webkit-transform: rotate(2deg);
  }
  5% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}

@-o-keyframes wiggle {
  0% {
    -webkit-transform: rotate(0deg);
  }
  2% {
    -webkit-transform: rotate(-2deg);
  }
  3.5% {
    -webkit-transform: rotate(2deg);
  }
  5% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}

@keyframes wiggle {
  0% {
    -webkit-transform: rotate(0deg);
  }
  2% {
    -webkit-transform: rotate(-2deg);
  }
  3.5% {
    -webkit-transform: rotate(2deg);
  }
  5% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}

@media only screen and (max-width: 1199px) {
  #banner {
    background-size: 160%;
    height: 520px;
  }
  #reviews .reviews .container {
    align-items: center;
  }
  #reviews .img {
    max-width: 500px;
    margin-left: 0;
  }
  #reviews .img img {
    max-width: 100%;
  }
  #steps .list p {
    font-size: 17px;
  }
  #steps .type img {
    max-width: 100%;
  }
}

@media only screen and (max-width: 992px) {
  #feature .img {
    left: -185px;
    margin-top: 0;
  }
  #feature .img img {
    max-width: 450px;
  }
}

@media only screen and (max-width: 991px) {
  .mobile {
    display: block !important;
  }
  .desktop {
    display: none !important;
  }
  #banner {
    background: none;
    height: auto;
  }
  #banner .container {
    padding-left: 0;
    padding-right: 0;
  }
  #banner .content {
    padding-bottom: 0;
    width: 100%;
  }
  #banner .content .mobile img {
    display: block;
    max-width: 100%;
    width: 100%;
  }
  #banner .content .btn {
    position: absolute;
    bottom: calc(10px + 5%);
    left: 20px;
  }
  #feature {
    background-size: cover;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 25px;
  }
  #feature .feature {
    padding-top: 0;
  }
  #feature .content {
    min-width: 0;
    width: 100%;
  }
  #feature .content .mobile img {
    display: block;
    max-width: 460px;
    margin: 0 auto;
    width: 100%;
  }
  #feature .content .btn {
    font-size: 24px;
    max-width: 240px;
    display: block;
    margin: auto;
  }
  #reviews {
    background-size: cover;
  }
  #reviews .wb-logo {
    margin: 0 auto 25px !important;
  }
  #reviews .content {
    min-width: 100%;
  }
  #reviews .content ul {
    margin: 30px 15px 0;
  }
  #reviews .content ul li {
    font-size: 22px;
  }
  #reviews .content .mobile {
    margin-top: -35px;
  }
  #reviews .content .mobile img {
    max-width: 640px;
    margin: 0 auto;
    width: 100%;
  }
  #reviews .content .btn {
    font-size: 24px;
    max-width: 240px;
    display: block;
    margin: auto;
  }
  #steps {
    background-size: cover;
  }
  #steps .step-wrap {
    margin: 0;
    flex-direction: column;
  }
  #steps .step-item {
    width: 100%;
    max-width: 437px;
    margin: 200px auto 0;
  }
  #steps .step-item:first-child {
    margin-top: 0;
  }
  #steps .btn-wrap a {
    font-size: calc(20px + 0.563vw);
    line-height: 1.5;
    padding: 10px 25px;
  }
  #partners {
    background-size: cover;
    padding: 65px 0 25px;
  }
  #partners .partner-list {
    width: calc(33.33% - 36px);
    margin-bottom: 45px;
  }
  #about {
    background-size: cover;
    padding-bottom: 0;
  }
  #about .site-heading {
    padding: 0 15px;
  }
  #about .container {
    padding-left: 0;
    padding-right: 0;
  }
  #about .d-flex {
    flex-direction: column;
  }
  #about .content {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 25px;
  }
  #faq .faq h2 {
    text-indent: 20px;
  }
  #footer .d-flex {
    flex-wrap: wrap;
  }
  .ftr-logo-about-col {
    min-width: 100%;
  }
  .ftr-logo img {
    display: block;
    max-width: 100%;
    margin: auto;
  }
  .ftr-about {
    padding-right: 0;
    text-align: center;
  }
  .ftr-menu-col {
    padding-top: 15px;
    padding-left: 0;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .ftr-menu-col .menu-col {
    flex-basis: 100%;
    text-align: center;
    margin-top: 25px;
  }
  .ftr-menu-col .menu-col:first-child {
    margin-top: 0;
  }
  .ftr-disclaimer {
    flex-direction: column;
    text-align: center;
  }
  .ftr-disclaimer .icon {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .site-heading {
    font-size: 32px;
    line-height: 1.3;
  }
}

@media only screen and (max-width: 600px) {
  #feature {
    background: url("./images/bg-purple.jpg") top center no-repeat;
    background-size: cover;
  }
  #reviews {
    background: url("./images/bg-gold.jpg") top center no-repeat;
    background-size: cover;
  }
}

@media only screen and (max-width: 480px) {
  #app {
    padding-top: 65px;
  }
  .site-heading {
    margin-bottom: 35px;
  }
  #header .container {
    height: 65px;
  }
  #header .logo img {
    width: 100px;
    height: 39px;
  }
  #header .link a {
    font-size: 14px;
    width: 75px;
    line-height: 34px;
  }
  #header .link a.reg {
    margin-left: 5px;
  }
  #banner .content .btn {
    bottom: 8px;
    left: 10px;
    font-size: 17px;
    padding: 5px 15px;
  }
  #feature .tag {
    width: 120px;
  }
  #feature .site-heading {
    margin-bottom: 25px;
  }
  #feature .feature {
    padding-bottom: 0;
  }
  #feature .feature .container {
    padding-top: 50px;
  }
  #feature .content .rating p {
    font-size: 22px;
  }
  #feature .content ul li {
    font-size: 17px;
  }
  #feature .content ul li::before {
    width: 30px;
    height: 30px;
    background-size: 100%;
  }
  #reviews .reviews {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  #reviews .content .rating {
    flex-wrap: wrap;
  }
  #reviews .content .rating p {
    width: 100%;
    font-size: 22px;
  }
  #reviews .content .rating .star {
    margin-left: 0;
  }
  #reviews .content ul {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 35px;
  }
  #reviews .content ul li {
    font-size: 17px;
  }
  #steps {
    padding: 35px 0;
  }
  .step-popup ul p {
    font-size: 16px;
  }
  #partners {
    padding: 35px 0 15px;
  }
  #partners .partner-list {
    width: calc(50% - 36px);
    margin-bottom: 45px;
  }
  #about {
    padding: 35px 0 0;
  }
  #faq {
    padding: 35px 0;
  }
  #faq .container {
    padding-left: 0;
    padding-right: 0;
  }
  #faq .faq-list a {
    font-size: 15.5px;
    padding-left: 15px;
  }
  #faq .faq-list a::after {
    right: 15px;
  }
  #faq .faq-list .content {
    padding-left: 15px;
    padding-right: 15px;
  }
  #faq .faq-list p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 320px) {
  #banner .content .btn {
    font-size: 12px;
  }
  #steps .list p {
    font-size: 16px;
  }
}
