@import url(https://fonts.googleapis.com/css2?family=Quicksand&family=Roboto&display=swap);
 html {
     overflow-x: hidden;
}
 body {
     font-family: 'Quicksand', sans-serif;
     font-size:16px;
     width:100%;
     overflow-x:hidden;
     line-height:1.4;
     padding:0;
     margin:0;
     text-align:center;
     background: linear-gradient(180deg, #FFFFFF 0%, #F7F7F7 100%);
}
 ::-webkit-scrollbar {
     display: none !important;
}
 p {
     font-family: 'Roboto', sans-serif;
     max-width: 640px;
}
 h1 {
     margin: 0;
     font-size: 32px;
}
 .space {
     margin-bottom: 40px;
}
 a {
     text-decoration:none;
     color:#fff
}
 div {
     display:flex;
     justify-content:center;
     flex-wrap:wrap
}
 .aboveFold {
     display:flex;
     justify-content:center;
     flex-wrap:wrap;
     position:relative;
     text-align:center;
     color:#fff;
     z-index:0;
     overflow:hidden;
     margin-bottom: 16px;
     min-height: 100vh;
}

 .bluefooter {
     position:relative;
     color:#fff;
     padding: 140px 0;
     display:flex;
     justify-content:center;
     align-items:center;
     flex-wrap:wrap
}
 .orangeBackground{
     position:absolute;
     z-index:-1;
     width:100%;
     background-image: url("bluewaveTop.svg");
     background-repeat: no-repeat;
     background-size: cover;
     background:linear-gradient(173.62deg,#83c4ff -5.85%,#2d6be7 128.53%);
     height: 110vh;
  	 overflow: hidden;
}
 .orangeBackground img {
     height: 160vh;
}
 .bluewaveBottom{
     position:absolute;
     z-index:-1;
     bottom:0;
     width:101%;
     height:400px;
     overflow:hidden;
}
 .bluewaveBottom img{
     width:100%;
}
 .bluefooter{
     margin:8px 40px;
}
 nav{
     display:flex;
     flex-wrap: wrap;
     width: 100%;
     justify-content: space-between;
     align-items: center;
     height: auto;
     padding: 4px;
}
 .Logo{
     width:140px;
     height:44.83px;
}
 .sm{
     padding:8px 16px;
     font-size:16px;
     display:inline
}
 .lg{
     padding:16px 56px;
     font-size: 32px;
     display:inline
}
 .btn{
     box-shadow:2.85px -2.85px 5.7px rgba(20,74,133,.2),inset 0 1px 1px rgba(145,189,229,.3);
     border-radius:40px;
     transition:.5s
}
 .btn.orange {
     margin-top: 16px;
}
 .btnsquare{
     box-shadow:2.85px -2.85px 5.7px rgba(20,74,133,.2),inset 0 1px 1px rgba(145,189,229,.3);
     border-radius:4px;
     transition:.5s;
     margin: 8px auto;
}
 .feature{
     margin: 40px 0;
}
 .btn:hover,.btnsquare:hover{
     transform: scale(1.064);
     transition: 1s;
}
 .blue{
     background:linear-gradient(180deg,#224a9a 0,#142b7d 100%);
     color:#fff;
}
 .orange{
     background:linear-gradient(180deg,#ffc592 0,#f6822b 100%);
     color:#fff;
}
 .content,.heroTxt,.title, h2 {
     text-align:center;
     width:100%
}
 h2 {
     font-size: 32px;
}
 .heroTxt {
     display: flex;
     justify-content: center;
     align-items: center;
}
 .lrgSize {
     font-size: 40px;
     text-align: center;
     width: 100%;
     font-weight: bold;
}
 .midSize {
     font-weight:400;
     font-size: 24px;
     width:100%
}
  .smallSize {
    margin-top: 8px;
    	font-size: 20px;
       font-weight: 300;
 }
 .content p,span {
     width:80vw;
     display:block;
     margin:8px auto
}
 .fontOrange {
     color:#f6822b
}
 .fontLightBlue, .fontLightBlue a {
     color:#91bde5
}
 .carousel h2 {
     color: #f6822b;
}
 .carouselWrapper {
     width: 80vw;
     margin: 0 auto;
     padding: 0 1.25rem;
     display: block;
}
 @keyframes tonext {
     75% {
         left: 0;
    }
     95% {
         left: 100%;
    }
     98% {
         left: 100%;
    }
     99% {
         left: 0;
    }
}
 * {
     box-sizing: border-box;
     scrollbar-color: transparent transparent;
    /* thumb and track color */
     scrollbar-width: 0px;
}
 *::-webkit-scrollbar {
     width: 0;
}
 *::-webkit-scrollbar-track {
     background: transparent;
}
 *::-webkit-scrollbar-thumb {
     background: transparent;
     border: none;
}
 * {
     -ms-overflow-style: none;
}
 ol, li {
     list-style: none;
     margin: 0;
     padding: 0;
}
 .carousel {
     position: relative;
     perspective: 100px;
}
 .carousel__viewport {
     overflow-y: clip;
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     display: flex;
     overflow-x: scroll;
     counter-reset: item;
     scroll-behavior: smooth;
     scroll-snap-type: x mandatory;
     max-height: 360px;
}
 .carousel__slide {
     position: relative;
     flex: 0 0 100%;
     width: 100%;
     counter-increment: item;
     padding: 2vw 0;
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
     align-content: center;
}
 .carousel__slide:before {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate3d(-50%,-40%,70px);
     color: #fff;
     font-size: 2em;
}
 .carousel__snapper {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     scroll-snap-align: center;
}
 .carousel__navigation {
     position: absolute;
     right: 0;
     bottom: 0;
     left: 0;
     text-align: center;
}
 .carousel__navigation-list, .carousel__navigation-item {
     display: inline-block;
}
 .carousel__navigation-button {
     display: inline-block;
     width: 1.5rem;
     height: 1.5rem;
     background-color: #ff8622;
     background-clip: content-box;
     border: 0.25rem solid transparent;
     border-radius: 50%;
     font-size: 0;
     transition: transform 0.1s;
}
 .carousel__navigation-button:hover {
     background-color: #fabd8b;
}
 .carousel::before, .carousel::after, .carousel__prev, .carousel__next {
     position: absolute;
     top: 0;
     margin-top: 32%;
     width: 3rem;
     height: 3rem;
     transform: translateY(-50%);
     border-radius: 50%;
     font-size: 0;
     outline: 0;
}
 .carousel::before, .carousel__prev {
     left: 0;
}
 .carousel::after, .carousel__next {
     right: 0;
}
 .carousel::before, .carousel::after {
     content: '';
     z-index: 1;
     background-size: 1.5rem 1.5rem;
     background-repeat: no-repeat;
     background-position: center center;
     color: #fff;
     font-size: 2.5rem;
     line-height: 4rem;
     text-align: center;
     pointer-events: none;
     opacity: .5;
}
 .carousel::before {
     background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='0,50 80,100 80,0' fill='%23fff'/%3E%3C/svg%3E");
}
 .carousel::after {
     background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='100,50 20,100 20,0' fill='%23fff'/%3E%3C/svg%3E");
}
 #trustpilot_stars, #trustpilot img {
     width: 160px;
     margin: 8px;
}
 iframe {
     border-radius: 16px;
}
 .conclusion {
     background-image: url("bluewaveBottom.svg");
     background-repeat: no-repeat;
     background-size: cover;
}
 .popup {
     visibility: hidden;
     z-index: 3;
     position: fixed;
     bottom: 0;
     height: 160px;
     width: 100vw;
     display: flex;
     justify-content: center;
     align-items: center;
     align-content: center;
     background: linear-gradient(180deg, #FFFFFF 0%, #ECECEC 100%);
     box-shadow: inset 0.4575px 0.4575px 0.915px rgba(255, 255, 255, 0.3), inset -0.4575px -0.4575px 0.915px rgba(224, 224, 224, 0.5);
}
 .slideUp {
     animation-name: slideUp;
     -webkit-animation-name: slideUp;
     animation-duration: 1s;
     -webkit-animation-duration: 1s;
     visibility: visible !important;
}
 @keyframes slideUp {
     0% {
         opacity: 0;
         -webkit-transform: translateY(70%);
    }
     100% {
         opacity: 1;
         -webkit-transform: translateY(0%);
    }
}
 @-webkit-keyframes slideUp {
     0% {
         opacity: 0;
         -webkit-transform: translateY(70%);
    }
     100% {
         opacity: 1;
         -webkit-transform: translateY(0%);
    }
}
 .popup img {
     height: 240px;
     position: relative;
     top: -40px;
}
 .popup h1 a {
     color: #f6822b;
     font-family: Roboto;
}
 .popup .exit {
     position: absolute;
     top: 0;
     right: 0;
     width: 40px;
     height: 40px;
}
 .ed {
     margin: 80px 0 100px 0;
}
.Logo img {
  width: 124px;
  height: 41px;
}
 @media screen and (min-width:640px){
     .orangeBackground{
         width:100%;
         left:unset;
         top:unset;
         display:flex;
         justify-content:center;
         align-items:center;
    }
     .orangeBackground img {
         display:flex;
         justify-content:center;
         align-items:center;
    }
     .heroVid{
         max-width:640px;
         max-height:360px
    }
     nav{
         justify-content:space-between;
         margin:0 40px
    }
     .carousel {
         height: 360px;
         padding: 0;
    }
     .carousel__viewport {
         max-height: 240px;
    }
}
 @media screen and (max-width:640px){
     .conclusion {
         background-position: bottom;
    }
     .orangeBackground {
         background-position: bottom;
    }
     nav .lrgSize h1 {
         font-size: 6vw;
         margin: 4px;
    }
     .midSize {
         font-size: 4vw;
    }
  	 .smallSize {
    		 font-size: 3.2vw;
         padding: 0 16px;
  	 }
     .lg{
         padding:16px 24px;
         font-size: 6vw;
    }
     .carousel {
         height: 460px;
         padding: 0;
    }
     .popup img {
         height: 200px;
         top: -110px;
    }
     .popup h1 {
         position: absolute;
         bottom: 32px;
    }
     .orangeBackground img {
         height: 100%;
    }
    .heroVid {
         width: 80%;
    }
   .heroTxt {
         margin-bottom: 40px;
   }
}
