/* Roboto */
/*@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;0,900;1,400&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@100;300;400;500;600;700&display=swap');

html,
body {
  height: 100%;
  /*font-family: 'Roboto', sans-serif;*/
  /*font-family: Poppins, Helvetica, Arial, sans-serif;
  font-family: 'Montserrat', sans-serif;*/
  font-family: 'Prompt', sans-serif;
  /*margin-top: 0;
  background: #ffb383;
  background-color: #ffe7d3;*/
  font-size: 14px;
  font-weight: 400;
  color: #000;
  margin: 0;
  padding: 0;

  margin-top: 0;
  background-color: #fff;
  /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='charlie-brown' fill='%23ffffff' fill-opacity='0.4'%3E%3Cpath d='M9.8 12L0 2.2V.8l10 10 10-10v1.4L10.2 12h-.4zm-4 0L0 6.2V4.8L7.2 12H5.8zm8.4 0L20 6.2V4.8L12.8 12h1.4zM9.8 0l.2.2.2-.2h-.4zm-4 0L10 4.2 14.2 0h-1.4L10 2.8 7.2 0H5.8z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");*/
}


*,
*:after,
*:before {
  box-sizing: border-box;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
  margin: 0;
}

img {
  width: fit-content;
  max-width: 100%;
  max-height: 100%;
}

h1 {
  font-size: 1.9em;
  font-weight: 500;
  margin: 25px 0;
  text-transform: uppercase;
}

h2 {
  font-size: 2em;
  font-weight: 700;
}

h3 {
  font-size: 1.8em;
  font-weight: 700;
}

p {
  font-size: 1.2em;
  margin-bottom: 15px;
}

.container {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.confetti-block {
  width: 100%;
  overflow-x: hidden;
}
.confetti {
  width: 10px;
  height: 20px;
  background-color: #ead25c;
  position: absolute;
  left: 0%;
  animation: confetti 6s ease-in-out -2s infinite;
  transform-origin: top left;
}
.confetti:nth-child(1) {
  background-color: #ead25c; left: 10%; animation-delay: 0;
}
.confetti:nth-child(2) {
  background-color: #f57dd6; left: 20%; animation-delay: -5s;
}
.confetti:nth-child(3) {
  background-color: #60abeb; left: 30%; animation-delay: -3s;
}
.confetti:nth-child(4) {
  background-color: #63ce7f; left: 40%; animation-delay: -2.5s;
}
.confetti:nth-child(5) {
  background-color: #ea954d; left: 50%; animation-delay: -4s;
}
.confetti:nth-child(6) {
  background-color: #b274e1; left: 60%; animation-delay: -6s;
}
.confetti:nth-child(7) {
  background-color: #ead25c; left: 70%; animation-delay: -1.5s;
}
.confetti:nth-child(8) {
  background-color: #f57dd6; left: 80%; animation-delay: -2s;
}
.confetti:nth-child(9) {
  background-color: #60abeb; left: 90%; animation-delay: -3.5s;
}
.confetti:nth-child(10) {
  background-color: #63ce7f; left: 100%; animation-delay: -2.5s;
}
@keyframes confetti {
  0% { transform: rotateZ(15deg) rotateY(0deg) translate(0,0); }
  25% { transform: rotateZ(5deg) rotateY(360deg) translate(-5vw,20vh); }
  50% { transform: rotateZ(15deg) rotateY(720deg) translate(5vw,60vh); }
  75% { transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw,80vh); }
  100% { transform: rotateZ(15deg) rotateY(1440deg) translate(10vw,110vh); }
}

#date {
  text-transform: uppercase;
}

.happy-user {
  max-width: 38px;
  vertical-align: middle;
}
.progress-wrap {
  margin-bottom: 25px;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
/* ---- PROGRESS BAR ---- */
.progress {
  height: 15px;
  margin: 8px auto 3px auto;
  max-width: 190px;
  border: 1px solid #cccccc;
}

.progress-claimed {
  color: #555555;
}

.progress.active .progress-bar {
  -webkit-transition: none !important;
}

/* Header */

/*.header {
  width: 100%;
  background: url(images/bg.png) center repeat rgba(40, 97, 154, 1);
  background-size: contain;
  border-radius: 0 0 20px 20px;
}
.header__inner {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}
.logo {
  width: 190px;
  max-width: 80%;
  display: block;
}*/

/* ----- HEADER ----- */
header {
  padding: 6px 0;
  margin: 0;
  background: #fddfcb;
  border-bottom: none;
  z-index: 200;
  position: relative;
}
header img.img-responsive {
  width: 48px;
  height: auto;
}
header .header-wrap .col-sm-6:nth-child(2) {
  width: 75%;
}
header .header-wrap .col-sm-6:first-child {
  width: 25%;
}
header .header-sub {
  font-size: 11px;
  float: right;
  font-style: italic;
  padding-top: 4px;
  text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.2);
  color: #ffffff;
}

.progress-steps {
  width: 100%;
  font-weight: 400;
  margin: 0;
  padding-top: 0.25rem;
  text-align: right;
}

.progress-steps .field--item {
  display: inline-block;
  position: relative;
}

.steps.active {
  font-weight: 600;
}

.progress-steps .steps .number {
  height: 15px;
  width: 15px;
  font-size: 10px;
  font-weight: 500;
  margin-right: 5px;
  background: #FFFFFF;
  border-radius: 25px;
  text-align: center;
  float: left;
  color: #000;
}

.progress-steps .field--item:not(:last-child) .steps .number::after {
  content: "";
  width: 90%;
  height: 1px;
  background-color: #C9C9C9;
  position: relative;
  display: block;
  top: -50%;
  left: 15px;
}

.step-1 .progress-steps .field--item:first-child .steps .number::after, .steps:first-child {
  background: #87C240;
}

.step-2 .progress-steps .field--item:nth-child(1) .steps .number::after,
.step-2 .progress-steps .field--item:nth-child(2) .steps .number::after,
.step-2 .progress-steps .field--item:nth-child(1) .steps .number,
.step-2 .progress-steps .field--item:nth-child(2) .steps .number {
  background: #87C240;
}

.step-3 .progress-steps .field--item:nth-child(1) .steps .number::after,
.step-3 .progress-steps .field--item:nth-child(2) .steps .number::after,
.step-3 .progress-steps .field--item:nth-child(3) .steps .number::after,
.step-3 .progress-steps .field--item:nth-child(1) .steps .number,
.step-3 .progress-steps .field--item:nth-child(2) .steps .number,
.step-3 .progress-steps .field--item:nth-child(3) .steps .number {
  background: #87C240;
}

.step-4 .progress-steps .field--item:nth-child(1) .steps .number::after,
.step-4 .progress-steps .field--item:nth-child(2) .steps .number::after,
.step-4 .progress-steps .field--item:nth-child(3) .steps .number::after,
.step-4 .progress-steps .field--item:nth-child(4) .steps .number::after,
.step-4 .progress-steps .field--item:nth-child(1) .steps .number,
.step-4 .progress-steps .field--item:nth-child(2) .steps .number,
.step-4 .progress-steps .field--item:nth-child(3) .steps .number,
.step-4 .progress-steps .field--item:nth-child(4) .steps .number {
  background: #87C240;
}

.progress-steps .steps .number .field--item {
  margin-top: 1px;
}

.progress-steps .field--item:last-child .steps .number {
  background: transparent;
}

.progress-steps .field--item:last-child .steps .number img {
  margin: -3px 0 0 2px;
  animation: wiggle 1s infinite;
}

.steps.active .number {
  background: #87C240;
}

@media (min-width: 991px) {
  .header-wrap .progress-steps {
    margin: 6px 0 0;
    text-align: right;
  }

  .header-wrap .col-md-4 {
    width: 58%;
  }

  .header-wrap .col-md-offset-3 {
    margin-left: 0;
    float: left;
  }
}
@keyframes wiggle {
  0% {
    transform: rotate(3deg);
  }
  50% {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(3deg);
  }
}

.main .main-title {
  font-weight: 700;
  font-size: 26px;
  text-shadow: -0.3px 0.3px 1px rgba(0, 0, 0, 0.3);
  color: #333;
  line-height: 1;
  margin: 5px auto 10px;
  text-align: center;
}
.main .sub-title {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  text-align: center;
}
.main .sub-title ul li {
  list-style-type: none;
  text-shadow: -0.2px 0.2px 0.5px rgba(0, 0, 0, 0.2);
}
.main .sub-title ul li i.fas.fa-check {
  color: #2b9d2b;
}


@media (min-width: 375px) {
  .main .main-title {
    font-size: 44px;
  }
  .main .sub-title {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .main .main-title {
    margin-top: 25px;
  }
  .main .sub-title {
    font-size: 24px;
  }
  .main h3.shipped {
    font-size: 16px;
  }
  .main .limit {
    font-size: 16px;
  }
}

/* Main */
.main .shipped {
  font-size: 18px;
  z-index: 200;
  position: relative;
  padding: 0 10px;
  margin-top: 20px;
  color: #484848;
}
.main .limit {
  font-style: italic;
  font-size: 16px;
  z-index: 200;
  position: relative;
  margin-top: 20px;
  color: #4e4e4e;
}
.main .landing-ship {
  margin-top: 50px;
}
.main {
  text-align: center;
  flex: 1 1 auto;
  padding-top: 10px;
}
.main__inner {
  width: 100%;
  max-width: 400px;
  text-align: center;
  margin: 0 auto 35px;
}
.main__image{
  width: 100%;
  max-width: 100%;
  margin-bottom: 15px;
}
.title {
  font-size: 27px;
  font-weight:400;
  margin-bottom: 20px;
}
.geo {
  display: flex;
  justify-content: center;
  align-items: center;

  font-size: 24px;
  font-weight: 700;
  color: rgb(2, 5, 12);
  margin-top: 15px;
  margin-bottom: 20px;
}
.geo__image {
  width: 30px;
  margin-right: 10px;
}
.geo__text {
  color: rgb(6, 71, 212);
}
.text {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.input__text {
  font-size: 20px;
  font-weight: 500;
  margin-top: 20px;
}
.form {
  width: 100%;
  position: relative;
  margin-top: 10px;
}
.input {
  text-align: center;
  width: 100%;
  padding: 14px;
  font-weight: 500;
  background: #dbf7fc77;
  border: 1px solid #4440e7;
  font-size: 18px;

  position: relative;
}
.form__image {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 15px;
  top: calc(50% - 12px);
  z-index: 5;
}
.button {
  text-decoration: none;
  font-weight: 500;
  color: #ffffff;
  font-size: 28px;

  box-shadow: 0 2px 4px rgb(0 0 0 / 19%);
  border-radius: 50px;
  background: #059acd;
  padding: 10px 35px;
  display: block;
  max-width: 290px;
  margin: 20px auto 0;
}
.button:hover {
  background: #01779d;
}
.reviews {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color:rgba(88, 89, 92, 0.712);
  margin-top: 15px;
}
.reviews__image {
  width: 120px;
  margin-right: 10px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  align-items: center;
}

.row .col-6 {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

@media all and (max-width: 675px) {
  .row .col-6 {
    width: 100%;
  }
  .row.img {
    flex-direction: column-reverse;
  }
  .row img {
    margin-bottom: 25px;
  }
}

.row h3 {
  font-size: 1.4em;
  margin-bottom: 20px;
}

.title-bottom {
  font-size: 1.9em;
  margin-top: 40px;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #059acd;
}

/******* Footer *********/
footer, .footer {
  width: 100%;
  padding: 15px 0;
  background: #2e2e2e;
  color: #fff;
  text-align: center;
  margin-top: 50px;
}
footer ul, 
.footer ul {
  list-style: none;
}

footer img, footer .img-responsive, .footer img, .footer .img-responsive {
  max-width: 200px;
  width: 100%;
  height: 100%;
}

footer a, 
.footer a {
  color: #fff;
  text-decoration: none;
}

footer a:hover, .footer a:hover {
  color: #ccc;
}

/* Footer */

.footer {
  width: 100%;
  background-color: rgba(243, 245, 247, 1);
  padding-top: 40px;
}
.footer__inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__logo {
  display: block;
  width: 265px;
  margin-bottom: 20px;
}
.footer-box {
  display: flex;
  flex-direction: column;
}
.footer-box__head {
  display: flex;
  flex-direction: column;
}
.footer-box__head_link {
  text-decoration: none;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  margin-right: 20px;
}
.footer-box__head_link:last-child {
  margin: 0;
}
.footer__text {
  color: #000;
  max-width: 265px;
  font-size: 10px;
  line-height: 1.2;
  margin-top: 20px;
}
.footer__image {
  display: block;
  width: 350px;
}
@media (min-width: 992px) {
  header {
    padding: 10px 0;
  }
  header .header-wrap {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
  }
  header .header-sub {
    font-size: 16px;
    padding-top: 8px;
  }

  footer .footer-links ul li a:hover {
    text-decoration: none;
  }
  footer .main-footer-links ul li {
    width: 24%;
    border: none;
    display: inline-block;
  }
  footer .ca-footer-links ul li {
    width: 49%;
    border: none;
    display: inline-block;
    text-align: right;
  }
}
@media (max-width: 1045px) {

  .footer__inner {
    width: 100%;
  }
}
@media (max-width: 751px) {
  .footer__inner {
    align-items: start;
  }
  .footer__logo {
    width: 240px;
  }
  .footer__image {
    width: 260px;
    margin-right: -25px;
  }
}
@media (max-width: 552px) {
  .footer__logo {
    width: 200px;
  }
  .footer__image {
    width: 220px;
    margin-right: -20px;
  }
  .footer__text {
    max-width: 220px;
    font-size: 10px;
    line-height: 1.2;
    margin-top: 20px;
  }
}
@media (max-width: 442px) {
  .footer__logo {
    width: 160px;
  }
  .footer-box__head_link {
    font-size: 14px;
    margin-right: 10px;
  }
  .footer__image {
    width: 180px;
    margin-right: -20px;
  }
  .button-text__title{
    font-size: 18px;
    margin: 20px 0 35px;
  }
}
@media (max-width: 372px) {
  .footer__logo {
    width: 140px;
  }
  .footer__image {
    width: 150px;
    margin-right: -20px;
  }
}

@media(max-width: 450px){
  .logo{
    width: 170px;
  }
  .uptitle{
    font-size: 22px;
  }
  .title{
    font-size: 28px;
  }
  .subtitle{
    font-size: 24px;
  }
  .reviews {
    font-size: 16px;
  }
  .reviews__image {
    width: 100px;
  }
}