* {
  box-sizing: border-box; }

body {
  max-width: 100vw;
  overflow-x: hidden; }

.mobilenavtoggle {
  display: none; }

.leftblock, .rightblock, nav ul li, .trustedblock, .trustedblock img, .thirdsectfirstbox, .thirdsectsecondbox, .thirdsectthirdbox, .thirdsectfirstbox h3, .thirdsectfirstbox .createbox, .thirdsectfirstbox .createbox div, .thirdsectfirstbox .createbox img, .thirdsectfirstbox .buttontext, .thirdsectfirstbox #registerandsavebutton, .thirdsectthirdbox img, .linebox, .linebox .korallvertline, .linebox .bluevertline, .capsulebox, .capsulebox .redcapsule, .capsulebox .iconbox, .capsulebox .tagsbox span, .capsulebox .secondiconbox, .greycard, .vidbox, .lastroundyitem {
  display: inline-block;
  float: left; }

.sitelogo {
  background-size: cover;
  background-position: center; }

a, a:hover {
  transition-duration: .5s; }

header, .firstsection {
  width: 100%;
  max-width: 100vw; }

.leftblock, .rightblock {
  height: 75vh;
  width: 50%;
  padding: 7.5% 0%; }

.secondarysection {
  color: white;
  padding: 5vh 0;
  height: 16vh;
  background: #353A3F; }

.thirdsection {
  height: 75vh;
  background: linear-gradient(180deg, #353A3F 0%, #353A3F 100%);
  padding: 6% 0; }

.fourthsection {
  height: 95vh;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%), #F3F3F3; }

.fifthsection {
  height: 100vh;
  background: white; }

.seventhsection {
  height: 95vh; }

.eightsection {
  height: 75vh;
  background: linear-gradient(180deg, #353A3F 0%, #353A3F 100%); }

a {
  text-decoration: none;
  color: inherit; }

.white {
  color: white !important; }

header {
  position: fixed;
  z-index: 200;
  top: 0; }

.headerwrap {
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-size: 0.8rem;
  color: #727272;
  background: white;
  height: 9vh;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1); }

.signuporange {
  background-color: white; }

.sitelogo {
  position: absolute;
  left: 10%;
  top: 2vh;
  background-image: url("../assets/logo.png");
  width: 35px;
  height: 35px; }

nav {
  position: relative; }
  nav ul {
    position: absolute;
    width: 80%;
    top: 3.5vh;
    left: 47%; }
    nav ul li {
      position: relative;
      width: 12%;
      text-align: center; }
      nav ul li a:hover {
        color: #FF812E; }

.greyvertline::after {
  content: "";
  display: block;
  position: absolute;
  top: -14px;
  bottom: 0;
  width: 1px;
  height: 44px;
  right: 0;
  background: linear-gradient(to bottom, rgba(221, 221, 221, 0) 0, #ddd 25%, #ddd 75%, rgba(221, 221, 221, 0) 100%); }

#signupheaderlink {
  background-color: #FF812E;
  padding: 7.5% 30%;
  color: white;
  border-radius: 30px; }

#signupheaderlink:hover {
  background-color: white;
  color: #FF812E; }

main {
  font-family: "Open Sans", sans-serif; }

section {
  display: block; }

.firstsection {
  height: 75vh;
  margin-top: 9vh; }

.leftblock {
  color: white;
  background-color: #FF7D61; }

.rightblock {
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%), #F3F3F3; }
  .rightblock img {
    display: block;
    width: 85%;
    padding-left: 7.5vw; }

.headingwrap {
  padding-top: 10%;
  padding-left: 2.5vw; }
  .headingwrap h1 {
    font-size: 3.5rem;
    text-transform: uppercase;
    font-weight: 600;
    padding: 2.5% 0; }
  .headingwrap h2 {
    font-size: 1.25rem;
    margin-bottom: 5vh; }
  .headingwrap img {
    display: block;
    width: 35%;
    margin-top: 5vh; }

#registerbutton {
  border-radius: 30px;
  color: #FF7D61;
  padding: 2vh 5vw;
  background-color: white; }

#registerbutton:hover {
  color: white;
  background-color: #FF7D61; }

.firsttrustedblock {
  text-align: center;
  padding-top: 1%; }

.trustedblock {
  vertical-align: middle;
  width: 25%;
  margin-left: 3%;
  margin-right: 2.5%; }
  .trustedblock img {
    display: block;
    width: 40px;
    height: 40px;
    margin-right: 5%; }
  .trustedblock .trustnumber {
    font-size: 1.35rem;
    padding-bottom: .35vh;
    font-weight: 800; }

.thirdsectfirstbox {
  width: 50%;
  color: #E5F2F8;
  padding-left: 2.5vw; }
  .thirdsectfirstbox h3 {
    font-size: 2rem;
    font-weight: bold;
    color: white;
    width: 70%; }
  .thirdsectfirstbox .createbox {
    width: 30%; }
    .thirdsectfirstbox .createbox .editicon {
      margin-top: 5%; }
    .thirdsectfirstbox .createbox .hammericon {
      display: block;
      transform: scaleX(-1); }
    .thirdsectfirstbox .createbox .edittext {
      margin-top: 12.5%;
      margin-bottom: 9vh; }
    .thirdsectfirstbox .createbox img {
      width: 40px;
      height: 40px; }
  .thirdsectfirstbox .thirdparagraph {
    line-height: 1.3rem;
    padding-bottom: 5%; }
  .thirdsectfirstbox .buttontext, .thirdsectfirstbox #registerandsavebutton {
    margin-top: 5%; }
  .thirdsectfirstbox .buttontext {
    font-size: .8rem;
    margin-left: 15%;
    padding-top: 3.5%;
    padding-right: 5%;
    color: white; }
  .thirdsectfirstbox #registerandsavebutton {
    border-radius: 5px;
    padding: 3vh 5vw;
    background-color: #56CCF2;
    color: white;
    z-index: 200; }
  .thirdsectfirstbox #registerandsavebutton:hover {
    background-color: white;
    color: #56CCF2; }

.thirdsectsecondbox {
  width: 10%; }
  .thirdsectsecondbox img {
    z-index: 180;
    margin-left: 45%;
    margin-top: 25%;
    width: 55%; }

.thirdsectthirdbox {
  position: relative;
  width: 40%; }
  .thirdsectthirdbox img {
    position: absolute;
    top: -12.5vh;
    right: 0;
    vertical-align: top;
    height: 70vh; }

.koralltext {
  color: #FF7D61; }

.fourthtextbox {
  padding-left: 2.5vw; }
  .fourthtextbox h3 {
    font-size: 2rem;
    color: #FF7D61;
    font-weight: bold;
    padding-top: 5%;
    padding-bottom: 2.5%; }
  .fourthtextbox p {
    color: #727272;
    padding-right: 40%;
    line-height: 20px;
    padding-bottom: 2.5%; }

.linebox {
  padding-left: 2.5vw;
  width: 10%;
  height: 70%; }
  .linebox .korallvertline, .linebox .bluevertline {
    width: 10px;
    margin-right: 7.5%; }
  .linebox .korallvertline {
    height: 60%;
    background-color: #FF7D61; }
  .linebox .bluevertline {
    height: 80%;
    background-color: #56CCF2; }

.capsulebox .redcapsule {
  background-color: #FF7D61;
  height: 100%;
  width: 50%;
  color: white;
  text-align: center;
  padding: 2.05% 0;
  font-size: .95rem;
  border-radius: 50px; }

.capsulebox .bluecapsule {
  background-color: #E5F2F8;
  border-radius: 50px;
  height: 8vh; }

.capsulebox {
  width: 90%; }
  .capsulebox .capsulesection {
    height: 10vh;
    width: 90%;
    margin-bottom: 9vh; }
  .capsulebox .iconbox {
    margin-top: 1.25%;
    padding-left: 6%;
    width: 50%;
    height: 100%;
    vertical-align: middle; }
    .capsulebox .iconbox img {
      margin-right: 6%;
      width: 30px;
      height: 30px; }
  .capsulebox .tagsbox {
    color: #727272;
    width: 45%;
    float: right;
    font-size: .8rem; }
    .capsulebox .tagsbox span {
      margin-right: 5.23%; }
  .capsulebox .secondiconbox {
    padding-left: 20%;
    position: relative;
    width: 45%; }
    .capsulebox .secondiconbox img {
      width: 30px;
      height: 30px;
      margin-top: 5%;
      margin-right: 15%; }
    .capsulebox .secondiconbox .plus_img {
      position: absolute;
      top: 20px;
      left: 53%;
      margin: 0 1%;
      width: 15px;
      height: 15px; }
  .capsulebox .right {
    float: right; }

#process {
  background: linear-gradient(180deg, #353A3F 0%, #353A3F 100%);
  height: 100vh; }

.cardsslider {
  padding: 2.5% 10%; }

.greycard .greytop, .greycard .greybottom {
  width: 100%;
  height: 5vh;
  background-color: #F2F2F2; }

.greycard .bluehoriline, .greycard .korallhoriline {
  height: 5px;
  background-color: grey;
  margin-bottom: 2%; }

.greycard {
  width: 20vw; }
  .greycard .greytop {
    border-radius: 30px 30px 0 0; }
  .greycard .cardbg {
    height: 75%;
    padding: 5% 0;
    background-color: #525252; }
  .greycard .greybottom {
    border-radius: 0px 0px 30px 30px; }
  .greycard .bluehoriline {
    background-color: #56CCF2;
    width: 80%; }
  .greycard .korallhoriline {
    background-color: #FF7D61;
    width: 50%; }
  .greycard .cardimgbox {
    width: 100%;
    padding: 5% 30.5%; }
    .greycard .cardimgbox img {
      width: 85px;
      height: 85px;
      margin-left: 7.5%; }
  .greycard .cardtextbox {
    margin-top: 12.5%;
    color: white;
    text-align: center;
    padding: 10% 0;
    background-color: #414141; }

.arrowspace {
  width: 10%;
  padding: 10% 3.5%; }

.eightsection {
  padding-bottom: 5vh; }

.vidbox, .lastroundyitem {
  height: 60%; }

.vidbox {
  width: 50%;
  padding-left: 2.5vw; }
  .vidbox .ytbox {
    margin: 0 5%;
    width: 90%;
    height: 100%; }

.lastroundyitem {
  width: 42.5%;
  margin-left: 2.5vw;
  border-radius: 20px;
  color: white;
  text-align: center;
  background: linear-gradient(to right, #3e454c 0%, #495158 100%); }
  .lastroundyitem h3 {
    font-size: 1.8rem;
    padding: 10% 0;
    margin-bottom: 2.5vh; }
  .lastroundyitem a {
    background-color: #56CCF2;
    padding: 5% 25%;
    font-size: 1.3rem;
    border-radius: 5px; }
  .lastroundyitem a:hover {
    background-color: white;
    color: #56CCF2; }

.arrow-left-new, .arrow-right-new {
  display: none; }

@media screen and (min-width: 1279px) and (max-width: 1281px) and (min-height: 637px) and (max-height: 639px) {
  .leftblock, .rightblock {
    padding: 5.5% 0%; }

  .headerwrap {
    height: 10vh;
    padding-top: .5vh; }

  .createbox {
    padding-left: 7%; }

  .thirdsection {
    padding: 4% 0; }

  .buttontext, #registerandsavebutton {
    margin-top: 3%; }

  .capsulebox .iconbox {
    margin-top: 0.65%; }
  .capsulebox .redcapsule {
    padding: 1.75% 0;
    font-size: .85rem; }
  .capsulebox .secondiconbox img {
    margin-top: 4%; }

  .fifthsection {
    height: 110vh; }

  .seventhsection {
    height: 110vh; } }
@media screen and (min-width: 1279px) and (max-width: 1281px) and (min-height: 640px) and (max-height: 690px) {
  .createbox {
    padding-left: 8%; }

  .buttontext, #registerandsavebutton {
    margin-top: 3%; } }
@media screen and (min-width: 1279px) and (min-height: 799px) {
  .leftblock, .rightblock {
    padding: 9.5% 0%; }

  .thirdsectsecondbox img {
    margin-left: 18%; }

  .capsulebox .redcapsule {
    padding: 2.35% 0; }

  #process {
    height: 85vh; } }
@media screen and (min-width: 1360px) {
  .createbox {
    padding-left: 10%; }

  .thirdsectsecondbox img {
    margin-left: 36%; }

  #process {
    height: 90vh; } }
@media screen and (min-width: 1439px) {
  .thirdsectsecondbox img {
    margin-left: 15%; }

  .leftblock, .rightblock {
    padding: 10.5% 0%; }

  .createbox {
    padding-left: 6%; }

  .thirdsectfirstbox .buttontext, .thirdsectfirstbox #registerandsavebutton {
    margin-top: 4%; }

  .fifthsection {
    height: 88vh; }

  #process {
    height: 80vh; }

  .lastroundyitem h3 {
    padding: 14% 0;
    margin-bottom: -2.5vh; } }
@media screen and (min-width: 1535px) {
  .leftblock, .rightblock {
    padding: 8.5% 0%; }

  .headerwrap {
    font-size: .9rem; }

  .fifthsection {
    height: 95vh; }

  .capsulebox .redcapsule {
    padding: 2.2% 0; } }
@media screen and (min-width: 1919px) {
  .headerwrap {
    font-size: 1.15rem; }

  .headingwrap h1 {
    font-size: 5.5rem; }
  .headingwrap h2 {
    font-size: 2rem; }
  .headingwrap h3 {
    font-size: 1.8rem; }
  .headingwrap a {
    font-size: 1.3rem; }

  .trustedblock {
    font-size: 1.4rem; }
    .trustedblock .trustnumber {
      font-size: 1.8rem; }

  .thirdsectfirstbox h3 {
    font-size: 3rem; }
  .thirdsectfirstbox .createbox .edittext {
    margin-bottom: 7vh;
    font-size: 1.5rem; }
  .thirdsectfirstbox .createbox .editicon {
    margin-top: 8%;
    margin-right: 5%; }
  .thirdsectfirstbox .thirdparagraph {
    font-size: 1.4rem;
    line-height: 1.6rem; }

  .thirdsectfirstbox .buttontext, .thirdsectfirstbox #registerandsavebutton {
    margin-top: 2%;
    font-size: 1.3rem; }

  .fourthtextbox h3 {
    font-size: 3rem;
    padding-bottom: 1.5%; }
  .fourthtextbox p {
    font-size: 1.6rem;
    line-height: 30px; }

  .capsulebox .redcapsule {
    font-size: 1.45rem;
    padding: 2% 0; }
  .capsulebox .iconbox img, .capsulebox .secondiconbox img {
    width: 50px;
    height: 50px;
    margin-right: 4%; }
  .capsulebox .tagsbox span {
    margin-right: 4.23%;
    font-size: 1.2rem; }
  .capsulebox .secondiconbox img {
    margin-right: 15%; }
  .capsulebox .secondiconbox .plus_img {
    top: 36px;
    left: 54.5%; }

  .blogbox {
    width: 20vw !important;
    height: 25vw !important; }
    .blogbox .blogtitle {
      font-size: 2.2rem; }
    .blogbox .postscounter, .blogbox .followercounter {
      font-size: 1rem !important; }
    .blogbox .followerbutton {
      font-size: 1.2rem; }

  .blogtext p {
    font-size: 1.5rem !important; }

  .cardbg .cardimgbox img {
    width: 130px;
    height: 130px; }
  .cardbg .cardtitle {
    font-size: 1.3rem; } }
@media screen and (min-width: 2559px) and (max-height: 1081px) {
  .leftblock, .rightblock {
    padding: 2.5% 0%; }

  .headingwrap {
    padding-top: 14%; }

  .thirdsectfirstbox h3 {
    font-size: 4.2rem; }
  .thirdsectfirstbox .createbox .edittext {
    font-size: 1.9rem;
    margin-bottom: 10vh; }
  .thirdsectfirstbox .thirdparagraph {
    font-size: 1.8rem;
    line-height: 2.1rem; }
  .thirdsectfirstbox .buttontext, .thirdsectfirstbox #registerandsavebutton {
    margin-top: 1%;
    font-size: 1.7rem; }
  .thirdsectfirstbox .buttontext {
    padding-top: 2.5%; }

  .thirdsectsecondbox img {
    margin-left: 40%; }

  .thirdsectthirdbox img {
    top: -17.5vh;
    height: 83vh;
    right: 7vh; }

  .thirdsection {
    height: 85vh; }

  .fourthtextbox h3 {
    font-size: 3.5rem; }
  .fourthtextbox p {
    font-size: 1.9rem;
    line-height: 42px; }

  .capsulebox .redcapsule {
    padding: 1.5% 0; }
  .capsulebox .iconbox {
    margin-top: 0.75%; }
    .capsulebox .iconbox img {
      width: 56px;
      height: 56px; }
  .capsulebox .secondiconbox img {
    margin-top: 3%; }
  .capsulebox .secondiconbox .plus_img {
    top: 34px;
    left: 53%; }

  .fourthsection {
    height: 100vh; }

  .fifthsection {
    height: 132vh; }

  .blogtext p {
    font-size: 2.2rem !important; }

  #process {
    height: 115vh; }

  .cardbg .cardimgbox img {
    width: 170px;
    height: 170px; }
  .cardbg .cardtitle {
    font-size: 1.6rem; }

  .seventhsection {
    height: 125vh; }

  .lastroundyitem h3 {
    font-size: 2.8rem;
    padding: 11% 0; }
  .lastroundyitem a {
    font-size: 2.5rem; }

  .eightsection {
    height: 93vh;
    padding-bottom: 15vh; }

  .capsulebox .tagsbox span {
    margin-right: 4.03%;
    font-size: 1.3rem; } }
@media screen and (min-width: 799px) and (max-width: 802px) and (min-height: 599px) and (max-height: 601px) {
  header .headerwrap {
    font-size: 0.7rem; }
    header .headerwrap .sitelogo {
      top: 1.4vh; }
    header .headerwrap nav ul {
      left: 33%; }
      header .headerwrap nav ul li {
        width: 16%; }

  .leftblock, .rightblock {
    padding: 12.5% 0%; }

  .headingwrap h1 {
    font-size: 2.6rem;
    padding: 1.5% 0; }
  .headingwrap h2 {
    font-size: 1rem; }
  .headingwrap h3 {
    font-size: .8rem; }
  .headingwrap a {
    font-size: .8rem; }

  .rightblock img {
    padding-left: 4.5vw; }

  .firsttrustedblock {
    font-size: 0.9rem !important;
    padding-top: 1.3%; }

  .trustedblock {
    width: 30%;
    margin-left: 1.5%;
    margin-right: 0.5%;
    font-size: .70rem; }

  .thirdsectfirstbox h3 {
    font-size: 1.6rem; }
  .thirdsectfirstbox .createbox img {
    width: 30px;
    height: 30px; }
  .thirdsectfirstbox .thirdparagraph {
    font-size: .8rem;
    line-height: 1.1rem; }
  .thirdsectfirstbox .buttontext {
    margin-left: 0%;
    padding-right: 2%;
    font-size: .63rem;
    padding-top: 5%; }
  .thirdsectfirstbox a {
    font-size: .9rem;
    padding: 3vh 5vw; }

  .thirdsectsecondbox {
    display: none; }

  .thirdsectthirdbox {
    width: 50%; }
    .thirdsectthirdbox img {
      top: -11.5vh;
      right: -7px; }

  .fourthtextbox h3 {
    padding-bottom: 1.5%; }
  .fourthtextbox p {
    font-size: .8rem; }

  .capsulebox .redcapsule {
    width: 57%;
    font-size: .75rem;
    padding: 2.65% 0; }
  .capsulebox .iconbox {
    width: 43%;
    padding-left: 2%;
    margin-top: 2.25%; }
    .capsulebox .iconbox img {
      width: 17.5px;
      height: 17.5px; }
  .capsulebox .tagsbox span {
    font-size: .65rem;
    margin-right: 3.23%; }
  .capsulebox .secondiconbox {
    width: 43%; }
    .capsulebox .secondiconbox img {
      margin-top: 9%;
      width: 20px;
      height: 20px; }
    .capsulebox .secondiconbox .plus_img {
      left: 56%;
      width: 10px;
      height: 10px; }

  .blogbox-carousel {
    padding-top: 6vh !important; }

  .cardsslider {
    padding: 2.5% 2.5%; }

  .greycard {
    width: 27vw; }
    .greycard .cardimgbox img {
      margin-left: 0; }

  .arrowspace {
    width: 7%;
    padding: 15% 1.5%; }
    .arrowspace img {
      width: 30px; }

  .cardtextbox {
    font-size: .8rem; }

  .lastroundyitem h3 {
    font-size: 1.1rem;
    padding: 21% 0;
    margin-bottom: -4.5vh; } }
@media screen and (min-width: 1023px) and (max-width: 1024px) and (min-height: 654px) and (max-height: 768px) {
  header nav ul {
    left: 41%; }
    header nav ul li {
      width: 14%; }

  .leftblock, .rightblock {
    padding: 11.5% 0%; }

  .headingwrap {
    padding-top: 16%; }
    .headingwrap h1 {
      font-size: 3.2rem;
      padding: 1.5% 0; }
    .headingwrap h2 {
      font-size: 1.15rem; }

  .rightblock img {
    width: 92%;
    padding-left: 2.5vw; }

  .firsttrustedblock {
    font-size: 1rem !important; }

  .trustedblock {
    width: 28%;
    margin-right: 0.5%;
    font-size: .85rem; }

  .thirdsectfirstbox h3 {
    font-size: 1.8rem; }
  .thirdsectfirstbox .buttontext {
    margin-left: 0%;
    padding-top: 5.5%; }
  .thirdsectfirstbox .thirdparagraph {
    padding-bottom: 4%; }

  .thirdsectsecondbox {
    display: none; }

  .thirdsectthirdbox {
    width: 50%; }
    .thirdsectthirdbox img {
      height: 65vh; }

  .capsulebox .redcapsule {
    padding: 2.85% 0;
    width: 60%; }
  .capsulebox .iconbox, .capsulebox .secondiconbox {
    width: 40%; }
    .capsulebox .iconbox img, .capsulebox .secondiconbox img {
      width: 22px; }
  .capsulebox .iconbox {
    margin-top: 1.55%;
    padding-left: 2%; }
  .capsulebox .tagsbox span {
    margin-right: 3.23%; }
  .capsulebox .secondiconbox {
    padding-left: 15%;
    margin-top: 1%; }
    .capsulebox .secondiconbox img {
      width: 25px; }
    .capsulebox .secondiconbox .plus_img {
      top: 18px;
      left: 48%;
      width: 11px; }

  .fifthsection {
    height: 90vh; }

  .blogbox {
    height: 31vw !important; }

  .blogbox-carousel {
    height: 36vw !important; }

  #process, .seventhsection {
    height: 86vh; }

  .cardsslider {
    padding: 2.5% 5%; }
    .cardsslider .greycard {
      width: 24vw; }
    .cardsslider .arrowspace {
      padding: 14% 3.5%; }

  .lastroundyitem h3 {
    font-size: 1.4rem;
    padding: 21% 0;
    margin-bottom: -5.5vh; } }
/* GENERAL CSS */
@media screen and (max-width: 768px) {
  .firstsection .leftblock, .firstsection .rightblock {
    height: 100vh;
    width: 100%;
    padding: 5% 0%; }

  .thirdsection .thirdsectfirstbox h3, .thirdsection .thirdsectfirstbox .buttontext, .thirdsection .thirdsectfirstbox #registerandsavebutton, .thirdsection .thirdsectfirstbox, .thirdsection .thirdsectsecondbox, .thirdsection .thirdsectthirdbox, .fourthsection .linebox, .fourthsection .capsulebox .capsulesection .bluecapsule .redcapsule, .fourthsection .capsulebox .capsulesection .bluecapsule .iconbox, .fourthsection .capsulebox .capsulesection .bluecapsule .secondiconbox, .fourthsection .capsulebox .capsulesection .tagsbox, .fourthsection .capsulebox .capsulesection, .fourthsection .capsulebox, .eightsection .vidbox, .eightsection .lastroundyitem {
    display: block;
    width: 100%; }

  .thirdsection .thirdsectfirstbox .thirdparagraph, .fourthtextbox p {
    font-size: .8rem;
    line-height: 1.37rem;
    text-align: justify; }

  .fourthsection .linebox .korallvertline, .fourthsection .linebox .bluevertline {
    height: 7px;
    margin-bottom: 5%; }

  #process .cardsslider #greycard1, #process .cardsslider #greycard2, #process .cardsslider #greycard3, .seventhsection .cardsslider #greycard4, .seventhsection .cardsslider #greycard5, .seventhsection .cardsslider #greycard6 {
    position: absolute;
    border-radius: 30px;
    box-shadow: 0px 0px 70px -15px rgba(0, 0, 0, 0.49); }

  header {
    z-index: 201;
    box-shadow: 0px 0px 10px -15px rgba(0, 0, 0, 0.49); }

  .mobilenavtoggle {
    display: inline-block;
    position: absolute;
    top: 23.5%;
    right: 5%;
    width: 40%;
    transform: scaleX(-1); }
    .mobilenavtoggle .fa {
      font-size: 1.7rem; }

  nav {
    left: 100vw;
    display: none; }
    nav ul {
      left: 0;
      top: 12vh;
      width: 100%;
      z-index: 198; }
      nav ul li {
        display: block;
        width: 100%;
        padding: 6.75vh 0%;
        background-color: white; }
        nav ul li #signupheaderlink {
          padding: 0;
          border-radius: 0; }
      nav ul .signuporange {
        display: block;
        background-color: #FF812E; }

  .headerwrap {
    height: 12vh; }
    .headerwrap .sitelogo {
      left: 44%;
      width: 35px;
      height: 35px; }

  .firstsection {
    height: 200vh; }
    .firstsection .leftblock .headingwrap {
      padding: 40% 2%;
      padding-bottom: 0;
      text-align: center; }
      .firstsection .leftblock .headingwrap h1 {
        font-size: 2.2rem;
        padding: 1.5% 0; }
      .firstsection .leftblock .headingwrap h2 {
        font-size: .8rem;
        margin-bottom: 8vh; }
      .firstsection .leftblock .headingwrap h3 {
        font-size: .75rem; }
      .firstsection .leftblock .headingwrap #registerbutton {
        padding: 2.5vh 14vw;
        font-size: .8rem; }
      .firstsection .leftblock .headingwrap img {
        margin-left: 25%;
        width: 50%; }
    .firstsection .rightblock img {
      width: 97%;
      padding: 32.5% 1.5%; }

  .secondarysection {
    height: 45vh;
    padding-left: 2%;
    padding-right: 2%; }
    .secondarysection .trustedblock {
      width: 50%;
      margin: 0;
      text-align: center;
      font-size: .8rem;
      padding: 0 5%; }
      .secondarysection .trustedblock div {
        display: block;
        padding-bottom: 7.5%; }
      .secondarysection .trustedblock img {
        display: block;
        float: none;
        width: 37.5px;
        height: 37.5px;
        margin: 10% 35.5%; }
    .secondarysection .firsttrustedblock {
      display: block;
      width: 100%;
      margin-bottom: 5%;
      font-size: 1.1rem; }

  .thirdsection {
    height: 210vh;
    padding: 0 3.5vw; }
    .thirdsection .thirdsectfirstbox {
      padding-left: 0; }
      .thirdsection .thirdsectfirstbox h3 {
        padding: 12.5% 0;
        line-height: 2.2rem;
        text-align: center;
        font-size: 1.7rem; }
      .thirdsection .thirdsectfirstbox .createbox {
        float: right;
        margin-left: 5%;
        padding-left: 7.5%;
        margin-top: 5%;
        width: 54%; }
        .thirdsection .thirdsectfirstbox .createbox .edittext {
          margin-bottom: 4vh; }
      .thirdsection .thirdsectfirstbox .buttontext {
        padding-top: 0;
        margin: 0;
        margin-top: 3vh;
        text-align: center; }
      .thirdsection .thirdsectfirstbox #registerandsavebutton {
        text-align: center;
        padding: 5vh 5vw; }
    .thirdsection .thirdsectsecondbox {
      display: none;
      height: 25vh; }
      .thirdsection .thirdsectsecondbox img {
        transform: rotate(90deg);
        margin: 0;
        margin-top: -14vh;
        width: 100%;
        height: 226%; }
    .thirdsection .thirdsectthirdbox img {
      top: -7.5vh;
      right: -20px;
      height: 75vh; }

  .fourthsection {
    height: 175vh;
    padding: 0 3.5vw; }
    .fourthsection .linebox {
      padding: 0;
      height: 6.5%; }
      .fourthsection .linebox .korallvertline {
        width: 100%; }
      .fourthsection .linebox .bluevertline {
        width: 70%; }
    .fourthsection .capsulebox .capsulesection {
      height: 25vh; }
      .fourthsection .capsulebox .capsulesection .bluecapsule {
        height: 22vh;
        border-radius: 20px; }
        .fourthsection .capsulebox .capsulesection .bluecapsule .redcapsule {
          height: 50%;
          padding: 5% 5%;
          border-radius: 20px 20px 2px 2px;
          font-size: .75rem; }
        .fourthsection .capsulebox .capsulesection .bluecapsule .iconbox {
          margin-top: 3.5%;
          height: 20%; }
          .fourthsection .capsulebox .capsulesection .bluecapsule .iconbox img {
            width: 19px;
            height: 19px; }
        .fourthsection .capsulebox .capsulesection .bluecapsule .secondiconbox {
          padding: 0 30%;
          float: none; }
          .fourthsection .capsulebox .capsulesection .bluecapsule .secondiconbox img {
            margin: 7.5% 10.5%; }
          .fourthsection .capsulebox .capsulesection .bluecapsule .secondiconbox .plus_img {
            top: 47%;
            left: 37.5%;
            width: 10px;
            height: 10px; }
      .fourthsection .capsulebox .capsulesection .tagsbox {
        float: none;
        text-align: center;
        padding-left: 3%;
        padding-top: 3%; }
        .fourthsection .capsulebox .capsulesection .tagsbox span {
          margin-right: 4%;
          font-size: .6rem; }

  .fifthsection {
    height: 160vh;
    padding: 0 3.5vw; }
    .fifthsection .stepwrap {
      padding: 6vw 34% !important; }
    .fifthsection .blogtext {
      color: #727272; }

  #process {
    height: 140vh;
    padding: 0 3.5vw; }
    #process .cardsslider {
      position: relative; }
      #process .cardsslider #greycard2 {
        display: none;
        left: 100vw; }
      #process .cardsslider #greycard3 {
        display: none;
        left: 100vw; }

  .seventhsection {
    height: 155vh;
    padding: 0 3.5vw; }
    .seventhsection .cardsslider {
      position: relative; }
      .seventhsection .cardsslider #greycard5 {
        display: none;
        left: 100vw; }
      .seventhsection .cardsslider #greycard6 {
        display: none;
        left: 100vw; }

  .eightsection {
    height: 155vh;
    padding: 0 3.5vw; }
    .eightsection .vidbox {
      padding-left: 0;
      margin-bottom: 5vh;
      height: 25%; }
    .eightsection .lastroundyitem {
      height: 27%;
      margin-left: 0; }
      .eightsection .lastroundyitem h3 {
        padding: 12% 0;
        font-size: 1.2rem; }
      .eightsection .lastroundyitem #registersection {
        font-size: 1rem;
        padding: 5vh 32%; }

  .fourthtextbox {
    padding: 0; }
    .fourthtextbox h3 {
      text-align: center;
      font-size: 1.7rem;
      line-height: 2.2rem;
      padding-top: 15%;
      padding-bottom: 7.5%; }
    .fourthtextbox p {
      padding-right: 0;
      padding-bottom: 15%; }

  .arrowspace {
    display: none !important; }

  .greycard {
    width: 73vw; }

  .arrow-left-new, .arrow-right-new {
    position: absolute;
    z-index: 2;
    width: 13.5vw;
    font-size: 3rem;
    top: 57.5%;
    color: #FF812E;
    display: inline-block; }

  .arrow-left-new {
    display: none;
    top: 25vh;
    left: 5%;
    float: left; }

  .arrow-right-new {
    right: 5%;
    top: 25vh; }

  #blogbox2 {
    display: none; }

  #blogbox3 {
    display: none; }

  #blogbox4 {
    display: none; } }
/* iPhone 6/7/8 + X + XS */
/* iPhone X Max */
@media screen and (max-height: 785px) and (min-height: 658px) and (min-width: 410px) and (max-width: 415px) {
  nav ul {
    top: 9vh; }

  .headerwrap {
    font-size: 1rem;
    height: 9vh; }
    .headerwrap .sitelogo {
      left: 43%;
      width: 50px;
      height: 50px;
      top: 1vh; }

  .mobilenavtoggle {
    top: 27.5%;
    right: 6%; }

  .mobilenavtoggle .fa {
    font-size: 2.2rem; }

  .firstsection {
    height: 159vh; }
    .firstsection .leftblock .headingwrap {
      padding: 37% 2%; }
      .firstsection .leftblock .headingwrap h1 {
        font-size: 2.5rem; }
      .firstsection .leftblock .headingwrap h2 {
        font-size: 1.1rem;
        margin-bottom: 6vh; }
      .firstsection .leftblock .headingwrap h3 {
        font-size: 1rem; }
      .firstsection .leftblock .headingwrap #registerbutton {
        font-size: 1.1rem;
        padding: 2.5vh 20vw; }
    .firstsection .rightblock {
      height: 59vh; }
      .firstsection .rightblock img {
        padding: 14.5% 1.5%; }

  .secondarysection .trustedblock {
    font-size: 1rem;
    margin: 0; }
    .secondarysection .trustedblock img {
      margin: 10% 33.5%;
      width: 47.5px;
      height: 47.5px; }
  .secondarysection .firsttrustedblock {
    font-size: 1.3rem;
    padding: 7.5% 0; }

  .thirdsection {
    height: 180vh; }
    .thirdsection .thirdsectfirstbox h3 {
      font-size: 2.2rem; }
    .thirdsection .thirdsectfirstbox .thirdparagraph, .thirdsection .thirdsectfirstbox .fourthtextbox p {
      font-size: 1.05rem;
      line-height: 1.7rem; }
    .thirdsection .thirdsectfirstbox .createbox {
      padding-left: 8.5%; }
      .thirdsection .thirdsectfirstbox .createbox .edittext {
        padding: 0 5%; }
    .thirdsection .thirdsectsecondbox img {
      margin-top: -8vh;
      height: 183%; }
    .thirdsection .thirdsectthirdbox img {
      top: -6.5vh;
      right: -17px;
      height: 430px; }

  .fourthsection {
    height: 150vh; }
    .fourthsection .linebox {
      height: 4.5%; }
      .fourthsection .linebox .korallvertline, .fourthsection .linebox .bluevertline {
        margin-bottom: 2%; }
    .fourthsection .capsulebox .capsulesection .bluecapsule .redcapsule {
      padding: 6.25% 9%;
      font-size: 1rem; }
    .fourthsection .capsulebox .capsulesection .bluecapsule .iconbox {
      margin-top: 5.5%; }
      .fourthsection .capsulebox .capsulesection .bluecapsule .iconbox img {
        width: 28px;
        height: 28px;
        margin-right: 5%; }
    .fourthsection .capsulebox .capsulesection .bluecapsule .secondiconbox {
      padding: 0px 28%; }
      .fourthsection .capsulebox .capsulesection .bluecapsule .secondiconbox img {
        width: 35px;
        height: 35px;
        margin: 13.5% 12.5%; }
      .fourthsection .capsulebox .capsulesection .bluecapsule .secondiconbox .plus_img {
        top: 39%;
        left: 35.5%; }
    .fourthsection .capsulebox .capsulesection .tagsbox span {
      margin-right: 3.5%;
      font-size: .8rem; }

  .fifthsection {
    height: 120vh; }

  .fourthtextbox h3 {
    font-size: 2.2rem; }
  .fourthtextbox p {
    font-size: 1rem;
    line-height: 1.67rem;
    padding-bottom: 10%; }

  #process {
    height: 110vh; }

  .seventhsection {
    height: 130vh; }

  .eightsection {
    height: 110vh; }
    .eightsection .lastroundyitem {
      height: 30%; }
      .eightsection .lastroundyitem h3 {
        margin-bottom: 1.5vh; }
    .eightsection #registersection {
      font-size: 1.3rem;
      padding: 4vh 29%; }

  .greycard .cardimgbox img {
    width: 105px;
    height: 105px;
    margin-left: 3.5%; }
  .greycard .cardbg {
    padding: 13% 0; }
  .greycard .cardtitle {
    font-size: 1.2rem; }

  .arrow-left-new, .arrow-right-new {
    font-size: 4rem; }

  .arrow-left-new {
    left: 1%; }

  .arrow-right-new {
    right: 1%; } }
/* HONOR 8 */
/* iPhone X + XS */
@media screen and (min-height: 630px) and (max-height: 635px) {
  .mobilenavtoggle {
    top: 31.5%; }

  .headerwrap .sitelogo {
    width: 45px;
    height: 45px;
    top: 2.4vh; }

  .thirdsection, .fourthsection, .fifthsection, #process, .seventhsection, .eightsection {
    padding: 0px 4.5vw; }

  .firstsection .leftblock .headingwrap {
    padding: 51% 2%; }
    .firstsection .leftblock .headingwrap h1 {
      font-size: 2.6rem; }
    .firstsection .leftblock .headingwrap h2 {
      margin-bottom: 6vh; }
    .firstsection .leftblock .headingwrap h2, .firstsection .leftblock .headingwrap h3 {
      font-size: 1rem; }
    .firstsection .leftblock .headingwrap img {
      margin-left: 28%;
      width: 42%; }
    .firstsection .leftblock .headingwrap #registerbutton {
      padding: 2.5vh 25vw;
      font-size: 1.05rem; }
  .firstsection .rightblock img {
    width: 97%;
    padding: 41.5% 1.5%; }

  .secondarysection .trustedblock {
    font-size: .925rem; }
  .secondarysection .firsttrustedblock {
    padding: 5% 0;
    font-size: 1.3rem; }

  .thirdsection {
    height: 170vh; }
    .thirdsection .thirdsectfirstbox .thirdparagraph, .thirdsection .thirdsectfirstbox .fourthtextbox p {
      font-size: .875rem; }
    .thirdsection .thirdsectsecondbox img {
      margin-top: -8vh;
      height: 184%; }
    .thirdsection .thirdsectthirdbox img {
      top: -6.5vh;
      right: -18px;
      height: 62vh; }

  .fourthsection {
    height: 150vh; }
    .fourthsection .capsulebox .capsulesection .bluecapsule .redcapsule {
      font-size: .915rem;
      padding: 5.8% 7%; }
    .fourthsection .capsulebox .capsulesection .bluecapsule .iconbox {
      margin-top: 6%; }
      .fourthsection .capsulebox .capsulesection .bluecapsule .iconbox img {
        width: 22px;
        height: 22px; }
    .fourthsection .capsulebox .capsulesection .bluecapsule .secondiconbox img {
      margin: 13.5% 11.5%; }
    .fourthsection .capsulebox .capsulesection .bluecapsule .secondiconbox .plus_img {
      top: 38%;
      left: 36.2%; }
    .fourthsection .capsulebox .capsulesection .tagsbox span {
      font-size: .7rem; }

  .fifthsection {
    height: 125vh; }

  #process {
    height: 100vh; }

  .seventhsection {
    height: 125vh; }

  .eightsection {
    height: 125vh; }
    .eightsection .lastroundyitem {
      height: 30%; }
      .eightsection .lastroundyitem #registersection {
        font-size: 1.3rem;
        padding: 5vh 28%; }

  .arrow-right-new, .arrow-left-new {
    font-size: 4rem; }

  .arrow-right-new {
    right: 1%; }

  .arrow-left-new {
    left: 1%; } }
@media screen and (min-width: 374px) and (max-width: 375px) and (min-height: 550px) and (max-height: 620px) {
  nav ul {
    top: 11vh; }

  .headerwrap {
    height: 11vh; }

  .thirdsection {
    height: 191vh; }
    .thirdsection .thirdsectthirdbox img {
      top: -5.5vh;
      right: -24px;
      height: 73vh; }

  .fourthsection {
    height: 159vh; }

  .fourthsection .capsulebox .capsulesection .bluecapsule .redcapsule {
    padding: 5% 7%;
    font-size: .85rem; }

  .fourthsection .capsulebox .capsulesection .bluecapsule .iconbox img {
    width: 23px;
    height: 23px; }

  .fourthsection .capsulebox .capsulesection .tagsbox {
    padding-left: 5%; }

  .fourthsection .capsulebox .capsulesection .tagsbox span {
    margin-right: 5%; }

  .fourthsection .capsulebox .capsulesection .bluecapsule .secondiconbox .plus_img {
    top: 49%;
    left: 36%; }

  .fifthsection {
    height: 142vh; }

  #process {
    height: 120vh; }

  .seventhsection {
    height: 140vh; } }
@media screen and (min-width: 413px) and (max-width: 414px) and (max-height: 628px) and (min-height: 620px) {
  .headerwrap .sitelogo {
    top: 2.25vh;
    width: 45px;
    height: 45px; }

  .mobilenavtoggle {
    top: 29.5%; }

  .firstsection .leftblock .headingwrap {
    padding: 42% 2%; }
    .firstsection .leftblock .headingwrap h1 {
      font-size: 2.8rem; }
    .firstsection .leftblock .headingwrap h2 {
      font-size: 1.1rem;
      margin-bottom: 6vh; }
    .firstsection .leftblock .headingwrap h3 {
      font-size: 0.95rem; }
    .firstsection .leftblock .headingwrap #registerbutton {
      padding: 2.5vh 21vw;
      font-size: 1rem; }

  .secondarysection .firsttrustedblock {
    margin-bottom: 0;
    padding: 5% 0px;
    font-size: 1.4rem; }

  .thirdsection {
    height: 179vh; }
    .thirdsection .thirdsectfirstbox .thirdparagraph, .thirdsection .thirdsectfirstbox .fourthtextbox p {
      font-size: .94rem; }
    .thirdsection .thirdsectsecondbox img {
      margin-top: -6vh;
      height: 155%; }
    .thirdsection .thirdsectthirdbox img {
      top: -10.5vh;
      right: -26px;
      height: 71vh; }

  .fourthsection {
    height: 155vh; }
    .fourthsection .capsulebox .capsulesection .bluecapsule .redcapsule {
      font-size: 0.92rem;
      padding: 5.3% 8%; }
    .fourthsection .capsulebox .capsulesection .bluecapsule .iconbox {
      margin-top: 5%; }
      .fourthsection .capsulebox .capsulesection .bluecapsule .iconbox img {
        width: 24px;
        height: 24px; }
    .fourthsection .capsulebox .capsulesection .bluecapsule .secondiconbox img {
      margin: 12.5% 10.5%; }
    .fourthsection .capsulebox .capsulesection .bluecapsule .secondiconbox .plus_img {
      top: 36%;
      left: 35.5%; }
    .fourthsection .capsulebox .capsulesection .tagsbox span {
      font-size: .8rem;
      margin-right: 3.3%; }

  .fifthsection {
    height: 135vh; }

  #process {
    height: 110vh; }

  .seventhsection {
    height: 140vh; }

  .eightsection {
    height: 124vh; }
    .eightsection .lastroundyitem {
      height: 31%; }

  .arrow-right-new, .arrow-left-new {
    font-size: 3.5rem; }

  .arrow-left-new {
    left: 2%; }

  .arrow-right-new {
    right: 0.5%; }

  .greycard .cardimgbox img {
    width: 95px;
    height: 95px;
    margin-left: 8.5%; } }
/* iPhone 6 */
/* iPhone 5 */
/* -- MOBILE DEVICES ----------------------------------------- END ------------------*/
/* iPAD DEVICES ----------------------------------- START ------ */
/* iPAD DEVICES ----------------------------------- ENDS ------ */

/*# sourceMappingURL=cssnew.css.map */
