@import url('https://fonts.googleapis.com/css2?family=BenchNine:wght@300;400;700&family=Coustard:wght@400;900&family=Open+Sans:wght@300;400;600;700;800&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@500&display=swap');



body {
    margin: 0px;
    background: #fff;
}



.ui-datepicker {
  font-size: 12px;
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ccc;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ccc;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #ccc;
}


.bodytext {
    position: relative;
    text-align:left;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #444;
    line-height: 22px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.bodytext a:link,
.bodytext a:hover,
.bodytext a:visited,
.bodytext a:active
{
  color: #444;
  text-decoration: none;
}


.body_title {
  display: block;
  position: relative;
  width: 100%;
  text-align:center;
  font-family: 'Poppins', sans-serif;
  font-size: 46px;
  font-weight: normal;
  color: #444;
  line-height: 52px;
  margin-bottom: 20px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.title_bullets {
  display: block;
  position: relative;
  width: 100%;
  text-align:center;
  font-family: 'Poppins', sans-serif;
  font-size: 42px;
  font-weight: normal;
  color: #444;
  line-height: 48px;
  margin-bottom: 40px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.body_subtitle {
  position: relative;
  text-align:center;
  font-family: 'Poppins', sans-serif;
  font-size: 26px;
  font-weight: normal;
  color: #444;
  line-height: 32px;
  margin-bottom: 20px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}



@media screen and (min-width: 1301px) {
  .bodytext {
      font-size: 18px;
      line-height: 24px;
  }
  .body_subtitle {
      font-size: 26px;
      line-height: 32px;
      margin-bottom: 20px;
  }
  .body_title {
      font-size: 46px;
      line-height: 52px;
  }
  .title_bullets {
      font-size: 42px;
      line-height: 48px;
      margin-bottom: 40px;
  }
}
@media screen and (min-width: 601px) and (max-width: 1300px) {
  .bodytext {
      font-size: 18px;
      line-height: 24px;
  }
  .body_subtitle {
      font-size: 26px;
      line-height: 32px;
      margin-bottom: 20px;
  }
  .body_title {
      font-size: 46px;
      line-height: 52px;
  }
  .title_bullets {
      font-size: 30px;
      line-height: 34px;
      margin-bottom: 25px;
  }
}
@media screen and (min-width: 401px) and (max-width: 600px) {
  .bodytext {
      font-size: 16px;
      line-height: 22px;
  }
  .body_subtitle {
      font-size: 20px;
      line-height: 25px;
      margin-bottom: 15px;
  }
  .body_title {
      font-size: 36px;
      line-height: 42px;
  }
  .title_bullets {
      font-size: 22px;
      line-height: 25px;
      margin-bottom: 20px;
  }
}
@media screen and (max-width: 400px) {
  .bodytext { 
      font-size: 14px;
      line-height: 18px;
  }
  .body_subtitle {
      font-size: 16px;
      line-height: 19px;
      margin-bottom: 10px;
  }
  .body_title {
      font-size: 30px;
      line-height: 34px;
  }
  .title_bullets {
      font-size: 18px;
      line-height: 21px;
      margin-bottom: 15px;
  }
}



#subtitle_container {
  display: inline-block; 
  position: relative;
  width: 55%;
  box-sizing: border-box;
  padding: 0px;
  order: 1;
}

#verbiage_container {
  display: inline-block; 
  position: relative;
  width: 55%;
  box-sizing: border-box;
  padding: 0px;
}

.right_img_block {
  display: inline-block;
  position: relative;
  margin-left: 10px;
  margin-bottom: 10px;
  margin-top: 5px;
  text-align: center;
  box-sizing: border-box;
  padding: 0px;
  width: calc(45% - 10px);
  order: 2;
}

.left_img_block {
  display: inline-block;
  position: relative;
  margin-right: 20px;
  margin-bottom: 10px;
  margin-top: 5px;
  text-align: center;
  box-sizing: border-box;
  padding: 0px;
  width: calc(45% - 10px);
}

#buy_now_star1 {
  border: 0px; 
  cursor: pointer; 
  width: 65%; 
  height: auto; 
  margin-top: 5vh;
}

#buy_now_btn_container {
  display: none;
  position: relative; 
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  margin-top: 15px;
}

@media screen and (min-width: 1001px) {
  #subtitle_container {
    width: 55%;
    order: 1;
  }
  .right_img_block { 
      width: calc(45% - 10px);
      margin-left: 10px;
      margin-top: 8px;
      order: 2;
  }
  #verbiage_container {
      width: 55%;
  }
  .left_img_block {
      margin-right: 20px;
      margin-top: 5px;
      width: calc(45% - 20px);
  }
  #buy_now_star1 {
    display: inline-block;
  }
  #buy_now_btn_container {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  #subtitle_container {
    width: 100%;
    order: 2;
  }
  .right_img_block { 
      width: 100%;
      margin-left: 0px;
      margin-top: 1px;
      order: 1;
  }
  #verbiage_container {
    width: 100%;
  }
  .left_img_block {
      margin-right: 0px;
      margin-top: 5px;
      width: 100%;
  }
  #buy_now_star1 {
    display: none;
  }
  #buy_now_btn_container {
    display: block;
  }
}




.bodytext_dark {
  position: relative;
  text-align:left;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #222;
  line-height: 20px;
}

.bodytext_dark a:link,
.bodytext_dark a:hover,
.bodytext_dark a:visited,
.bodytext_dark a:active
{
  color: #222;
  text-decoration: none;
}



.form_error_block {
  display: none; 
  position: relative; 
  width: 100%; 
  text-align: center; 
  font-weight: bold; 
  font-size: 13px; 
  line-height: 15px; 
  color: #ff0000; 
  margin-top: 10px; 
  margin-bottom: 0px;
  font-family: 'Poppins', sans-serif;
}




.bodytext_copyright {
  position: relative;
  text-align:left;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  line-height: 15px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bodytext_copyright a:link,
.bodytext_copyright a:hover,
.bodytext_copyright a:visited,
.bodytext_copyright a:active
{
  color: #fff;
  text-decoration: none;
}


@media screen and (min-width: 401px) {
  .bodytext_copyright { 
      font-size: 12px;
      line-height: 15px;
  }
}
@media screen and (max-width: 400px) {
  .bodytext_copyright { 
      font-size: 9px;
      line-height: 13px;
  }
}


#footer_links {
  position: relative;
  text-align:left;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  line-height: 23px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media screen and (min-width: 401px) {
  #footer_links { 
      font-size: 14px;
      line-height: 23px;
  }
}
@media screen and (max-width: 400px) {
  #footer_links { 
      font-size: 13px;
      line-height: 20px;
  }
}






.link_text {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}




.textfield_grey {
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #222;
    padding: 3px 2px 3px 2px;
    font-family: 'Open Sans', sans-serif;
    color: #222;
    background-color: #fff;
    font-size: 15px;
    line-height: 15px;
    font-weight: normal;
    outline: none;
    box-sizing: border-box;
    margin-top: 2px;
}

.textfield_grey:active,
.textfield_grey:hover,
.textfield_grey:focus {
    box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
    -webkit-box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
    -moz-box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
    -o-box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
    -khtml-box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
}







.quantity_grey {
  border-radius: 0px;
  border: none;
  /* border-bottom: 1px solid #222; */
  border-radius: 3px;
  padding: 5px 3px 5px 3px;
  font-family: 'Poppins', sans-serif;
  color: #222;
  font-size: 22px;
  line-height: 22px;
  font-weight: normal;
  outline: none;
  box-sizing: border-box;
}

.quantity_grey:active,
.quantity_grey:hover,
.quantity_grey:focus {
  box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
  -webkit-box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
  -moz-box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
  -o-box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
  -khtml-box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
}



input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
    -webkit-box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
    -moz-box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
    -o-box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
    -khtml-box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
    transition: background-color 5000s ease-in-out 0s;
}




.custom_button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    text-align: center;
    padding: 8px 12px 8px 12px;
    border-radius: 2px;
    background: #00a;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 16px; 
    line-height: 16px;
    font-weight: normal;
    transition: 0.3s;
    margin: 0px;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom_button:hover {
    background: #666 !important;
    color: #fff;
}




.terms_subtitle {
  display: block;
  position: relative;
  text-align: left;
  font-size: 22px; 
  font-weight: bold;
  line-height: 24px;
}




.terms_container {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 1000px;
  font-family: 'Open Sans', sans-serif;
  color: #444;
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
  text-align: left;
  text-align: justify;
  column-count: 2; 
  column-gap: 20px;
  column-rule: 1px solid #efefef;
  box-sizing: border-box;
  padding: 15px;
}

@media screen and (min-width: 651px) {
  .terms_container { 
  column-count: 2;
  font-size: 14px;
  line-height: 16px;
  }
}
@media screen and (min-width: 401px) and (max-width: 650px) {
  .terms_container { 
  column-count: 1;
  font-size: 13px;
  line-height: 15px;
  }
}
@media screen and (max-width: 400px) {
  .terms_container { 
  column-count: 1;
  font-size: 11px;
  line-height: 13px;
  }
}




  .dialog_container {
    display: flex; 
    position: absolute; 
    width: 90%; 
    top: 0px; 
    min-height: 95vh; 
    padding: 0px;
    padding-top: 20px;
    left: -20000px; 
    justify-content: center; 
    align-items: center; 
    align-content: center; 
    text-align: center; 
    z-index: 9999991;
  }


  .dialog_base {
      display: block;
      position: relative;
      font-family: 'Poppins', sans-serif;
      color: #222;
      font-size: 12px;
      line-height: 13px;
      text-align: left;
      width: 100%;
      padding: 16px 26px 20px 26px;
      box-sizing: border-box;
      background: #fff;
      border-radius: 4px;
      box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.7);
      min-height: 100px;
  }






.loader4 {
  margin: 0px auto;
  position: relative;
  -webkit-animation: load4 1.9s infinite linear;
  animation: load4 1.9s infinite linear;
  z-index: 99999999;
}
@-webkit-keyframes load4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}





  .loader {
    display: inline-block;
    color: #ff0000;
    font-size: 90px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin: 72px auto;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
    animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  }
  @-webkit-keyframes load6 {
    0% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
  }
  @keyframes load6 {
    0% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
  }
  @-webkit-keyframes round {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes round {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }






.select-wrapper{
  float: left;
  border-bottom: 1px solid #222;            
  background: url(pics/dropdown.png) no-repeat right center;
  font-family: 'Open Sans', sans-serif;
  font-size: 14.4px;
  line-height: 14.4px;
  color: #000;
  cursor: pointer;
}
.select-wrapper, .select-wrapper select{
  width: 100%;
  height: 26px;
  line-height: 26px;
  color: #000;
}
.select-wrapper .holder{
  display: block;
  margin: 0 35px 0 5px;
  white-space: nowrap;            
  overflow: hidden;
  cursor: pointer;
  position: relative;
  z-index: 999;
  color: #000;
}
.select-wrapper select{
  margin: 0;
  position: absolute;
  z-index: 2;            
  cursor: pointer;
  outline: none;
  opacity: 0;
  color: #000;
}
  



















/*Checkboxes styles*/
input[type="checkbox"] { display: none; }

input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 21px;
  top: 1px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #222;
  background-color: none;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

input[type="checkbox"] + label:last-child { margin-bottom: 0; }

input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: 2px solid #222;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: -1px;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

input[type="checkbox"]:checked + label:before {
  width: 5px;
  top: -5px;
  left: 3px;
  border-radius: 0;
  opacity: 1;
  background-color: none;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}






.checkbox_small {
  display: inline-block; 
  position: relative;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #ccc;
  width: 14px;
  height: 14px;
  cursor: pointer;
}










.debitcard_container {
  display: block;
  position: relative;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  margin: 0px;
  padding: 0px;
  z-index: 10;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.debitcard_container_inner {
  display: inline-block;
  position: relative;
  width: 90%;
  max-width: 508px;
}

.debitcard {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-top: 62%;
  transform-style: preserve-3d;
  perspective: 600px;
}

.debitcard .face {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  box-shadow: 0px 15px 35px rgba(0,0,0,0.5);
  border-radius: 15px;
  background: rgba(0, 0, 140, 0.3);
  background-image: linear-gradient(to right, rgba(0,0,40,0.8),rgba(0,0,140,0.2));
  transform-style: preserve-3d;
  transition: 1s;
  backface-visibility: hidden;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.debitcard:hover .face.front {
  transform: rotateY(180deg);
}

.debitcard .face.back {
  transform: rotateY(180deg);
}

.debitcard:hover .face.back {
  transform: rotateY(360deg);
}

.debitcard .face.front::before {
  content: '';
  position: absolute;
  bottom: 12%;
  right: 7.8%;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  opacity: 0.5;
} 

.debitcard .face.front::after {
  content: '';
  position: absolute;
  bottom: 12%;
  right: 15.7%;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  opacity: 0.7;
}

.debitcard .face.front .debit {
  position: absolute;
  left: 7.8%;
  top: 9.55%;
  color: #fff;
  font-weight: 500;
}

.debitcard .face.front .bank {
  position: absolute;
  right: 7.8%;
  top: 7.96%;
  color: #fff;
  font-weight: 500;
  font-style: italic;
  font-size: 24px;
}

.debitcard .face.front .chip {
  position: absolute;
  top: 25.5%;
  left: 9.8%;
  max-width: 12.6%;
}

.debitcard .face.front .number {
  position: absolute;
  bottom: 41.4%;
  left: 7.8%;
  color: #fff;
  font-weight: 500;
  letter-spacing: 6px;
  font-size: 18px;
  text-shadow: 0px 2px 1px #0005;
  font-family: 'Orbitron', sans-serif;
}

.debitcard .face.front .valid {
  position: absolute;
  bottom: 28.7%;
  left: 7.8%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 300;
  line-height: 1em;
  text-align: right;
}

.debitcard .face.front .valid span:last-child {
  margin-left: 20px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 2px;
}

.debitcard .face.front .cardHolder {
  position: absolute;
  bottom: 12.7%;
  left: 7.8%;
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 2px;
}

.debitcard .face.back .blackbar {
  position: absolute;
  top: 12.7%;
  width: 100%;
  height: 19.1%;
  background: #000;
}

.debitcard .face.back .ccvtext {
  position: absolute;
  top: 38.2%;
  left: 5.9%;
}

.debitcard .face.back .ccvtext h5 {
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.debitcard .face.back .whiteBar {
  position: relative;
  top: 50%;
  left: 5.9%;
  width: 72%;
  height: 12.7%;
  background: #fff;
  margin-top: 5px;
}

.debitcard .face.back .ccv {
  position: absolute;
  top: 8%;
  left: 100%;
  background: #111;
  color: #fff;
  width: 12%;
  height: 84%;
  font-weight: 600;
  letter-spacing: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.debitcard .face.back .text {
  position: absolute;
  bottom: 5.6%;
  left: 5.9%;
  right: 5.9%;
  color: #fff;
  font-size: 10px;
  line-height: 1.4em;
  font-weight: 300;
  text-align: left;
}



@media screen and (min-width: 801px) {
  .debitcard_container { 
      display: block;
  }
}
@media screen and (max-width: 800px) {
  .debitcard_container { 
      display: none;
  }
}







.bobble {
  -webkit-animation-name: bobble1; /* Chrome, Safari, Opera */
  animation-name: bobble1;
  -webkit-animation-duration: 1s; /* Chrome, Safari, Opera */
  animation-duration: 1s;
  animation-iteration-count: 1;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes bobble1 {
   0% { transform: translateX(0%); }
   15% { transform: translateX(-2%) rotate(-7deg); }
   30% { transform: translateX(2%) rotate(4deg); }
   45% { transform: translateX(-1%) rotate(-4deg); }
   60% { transform: translateX(2%) rotate(3deg); }
   75% { transform: translateX(-1%) rotate(-2deg); }
   100% { transform: translateX(0%); }
}

@keyframes bobble1 {
  0% { transform: translateX(0%); }
  15% { transform: translateX(-2%) rotate(-7deg); }
  30% { transform: translateX(2%) rotate(4deg); }
  45% { transform: translateX(-1%) rotate(-4deg); }
  60% { transform: translateX(2%) rotate(3deg); }
  75% { transform: translateX(-1%) rotate(-2deg); }
  100% { transform: translateX(0%); }
}




@media screen and (min-width: 621px) {
  #footer_links_container {
      text-align: right important!;
      order: 2;
  }
  #footer_links { 
      width: default;
  }
  #copyright_block {
      order: 1;
  }
}
@media screen and (max-width: 620px) {
  #footer_links_container {
      text-align: left important!;
      order: 1;
  }
  #footer_links { 
      width: 100%;
  }
  #copyright_block {
      order: 2;
  }
}








.nav_box {
  display: none;
  position: absolute;
  right: 0px; 
  top: calc(100% + 3px);
  background: #fff;
  border: 1px solid #666;
  box-sizing: border-box;
  padding: 0px;
  padding-top: 3px;
  padding-bottom: 3px;
  z-index: 999999;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.nav_link {
  display: block;
  position: relative;
  text-align: left;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #666;
  line-height: 16px;
  padding: 6px;
  padding-left: 10px;
  padding-right: 16px;
  box-sizing: border-box;
  transition: 0.3s;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.nav_link:hover {
  color: #000;
}






#hard_links {
  display: block; 
  position: absolute; 
  right: 25px; 
  top: 22px; 
  text-align: right; 
  color: #00a; 
  font-size: 15px; 
  line-height: 15px;
}

#masthead_menu_icon {
  display: none;
  position: absolute;
  right: 25px;
  top: 17px;
  height: 30px;
}

@media screen and (min-width: 901px) {
  #hard_links {
    display: block;
  }
  #masthead_menu_icon {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  #hard_links {
    display: none;
  }
  #masthead_menu_icon {
    display: block;
  }
}





#slides_container {
  display: block; 
  position: relative; 
  left: 0vw; 
  right: 0vw; 
  padding: 0px; 
  box-sizing: border-box; 
  margin-top: 60px;
  background: #000;
}

#slides_spacer {
  content: url(pics/spacer_50pct.png);
  border: 0px; 
  width: 100%; 
  height: auto;
}

.slide_overlay
{
  display: flex;
  position: absolute;
  flex-flow: row wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  left: 0%;
  width: 100%;
  bottom: 5%;
  height: 45%;
  background: rgba(255,255,255,0.0);
}

.front_button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  text-align: center;
  padding: 8px 12px 8px 12px;
  border-radius: 2px;
  background: #00a;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 22px; 
  line-height: 22px;
  font-weight: bold;
  transition: 0.3s;
  margin: 0px;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.front_button:hover {
  background: #666 !important;
  color: #fff;
}

@media screen and (min-width: 701px) {
  #slides_spacer {
    content: url(pics/spacer_50pct.png);
  }
  .slide_overlay {
    height: 45%;
    left: 10%;
    width: 80%;
  }
  .front_button {
    padding: 8px 12px 8px 12px;
    font-size: 22px; 
    line-height: 22px;
  }
}
@media screen and (min-width: 501px) and (max-width: 700px) {
  #slides_spacer {
    content: url(pics/spacer_60pct.png);
  }
  .slide_overlay {
    height: 55%;
    left: 5%;
    width: 90%;
  }
  .front_button {
    padding: 6px 9px 6px 9px;
    font-size: 19px; 
    line-height: 19px;
  }
}
@media screen and (max-width: 500px) {
  #slides_spacer {
    content: url(pics/spacer_60pct.png);
  }
  .slide_overlay {
    height: 70%;
    left: 0%;
    width: 100%;
  }
  .front_button {
    padding: 3px 6px 3px 6px;
    font-size: 15px; 
    line-height: 15px;
  }
}








.icon_container {
  display: inline-block; 
  position: relative; 
  flex-grow: 0;
  width: 33.3%; 
  max-width: 270px; 
  margin: 20px; 
  text-align: center;
}

@media screen and (min-width: 501px) {
  .icon_container {
    flex-grow: 0;
    width: 33.3%; 
    max-width: 270px;
  }
}
@media screen and (max-width: 500px) {
  .icon_container {
    flex-grow: 1;
    width: 100%; 
    max-width: 100%;
  }
}





.user_review {
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  text-align: center;
  padding: 20px;
  padding-top: 0px;
  box-sizing: border-box;
}



#flex_img1 {
  border: 0px; 
  width: calc(40% - 20px); 
  max-width: 500px; 
  height: auto; 
  margin: 10px;
}

#flex_img2 {
  display: block;
  border: 0px; 
  width: calc(40% - 20px); 
  max-width: 500px; 
  height: auto; 
  margin: 10px;
}

#flex_img3 {
  display: none;
  border: 0px; 
  width: calc(100% - 20px); 
  max-width: 500px; 
  height: auto; 
  margin: 10px;
}

#flex_div1 {
  display: inline-block; 
  position: relative; 
  text-align: left; 
  width: calc(60% - 20px); 
  padding: 0px; 
  box-sizing: border-box; 
  margin: 10px;
}

@media screen and (min-width: 801px) {
  #flex_img1 {
    width: calc(40% - 20px);
  }
  #flex_img2 {
    display: block;
  }
  #flex_img3 {
    display: none;
  }
  #flex_div1 {
    width: calc(60% - 20px);
  }
}
@media screen and (max-width: 800px) {
  #flex_img1 {
    width: 100%;
  }
  #flex_img2 {
    display: none;
  }
  #flex_img3 {
    display: inline-block;
  }
  #flex_div1 {
    width: 100%;
  }
}


#main_title {
  display: block; 
  position: relative; 
  flex-grow: 1; 
  font-size: 48px; 
  line-height: 52px; 
  font-weight: bold; 
  color: #fff; 
  text-shadow: 0px 0px 5px rgba(0,0,0,0.5); 
  text-align: center;
  margin-top: 8px;
}

#sub_title {
  display: block; 
  position: relative; 
  flex-grow: 1; 
  font-size: 28px; 
  line-height: 32px; 
  font-weight: bold; 
  color: #fff; 
  text-shadow: 0px 0px 5px rgba(0,0,0,0.5); 
  text-align: center;
}

#title_image {
  content: url(pics/spacer_35pct.png);
}

@media screen and (min-width: 801px) {
  #main_title {
    font-size: 60px; 
    line-height: 66px;
  }
  #sub_title {
    font-size: 28px; 
    line-height: 32px;
  }
  #title_image {
    content: url(pics/spacer_35pct.png);
  }
}
@media screen and (min-width: 501px) and (max-width: 800px) {
  #main_title {
    font-size: 38px; 
    line-height: 42px;
  }
  #sub_title {
    font-size: 22px; 
    line-height: 25px;
  }
  #title_image {
    content: url(pics/spacer_40pct.png);
  }
}
@media screen and (max-width: 500px) {
  #main_title {
    font-size: 28px; 
    line-height: 31px;
  }
  #sub_title {
    font-size: 18px; 
    line-height: 21px;
  }
  #title_image {
    content: url(pics/spacer_60pct.png);
  }
}







.list_title {
  display: block;
  position: relative;
  width: 100%;
  flex-grow: 1;
  text-align:center;
  font-family: 'Poppins', sans-serif;
  font-size: 28px;
  font-weight: normal;
  color: #444;
  line-height: 32px;
  margin-bottom: 20px;
  padding: 4px; 
  box-sizing: border-box; 
  background: #ccc;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.list_column {
  display: inline-block; 
  position: relative; 
  text-align: left; 
  margin: 5px; 
  box-sizing: border-box; 
  padding: 5px; 
  width: calc(25% - 10px); 
  min-width: 280px; 
  flex-grow: 0;
}

.list_image {
  display: block;
  position: relative;
  width: calc(25% - 20px);
  min-width: 250px;
  height: auto;
  margin: 10px;
}

.list_image_alt {
  display: none;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0px;
  margin-bottom: 4px;
}

.price_table {
  display: inline-block;
  position: relative;
  flex-grow: 1;
  width: 100%;
  padding: 0px;
  box-sizing: border-box;
  margin: 0px;
  margin-top: 15px;
  margin-bottom: 25px;
  text-align: center;
}

.price_table_header {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 4px;
  box-sizing: border-box;
  margin: 0px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: normal;
  color: #444;
  line-height: 17px;
  border-left: 1px solid #fff;
}

.price_table_text {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 4px;
  box-sizing: border-box;
  margin: 0px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  line-height: 17px;
  font-weight: normal;
  color: #444;
  border-left: 1px solid #efefef;
}


@media screen and (min-width: 671px) {
  .list_image {
    display: block;
  }
  .list_column {
    width: calc(25% - 10px);
  }
  .list_image_alt {
    display: none;
  }
  .price_table_header {
    padding: 4px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 15px;
    line-height: 17px;
  }
  .price_table_text { 
    padding: 4px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 15px;
    line-height: 17px;
  }
}
@media screen and (max-width: 670px) {
  .list_image {
    display: none;
  }
  .list_column {
    width: calc(33% - 10px);
  }
  .list_image_alt {
    display: block;
  }
  .price_table_header {
    padding: 4px;
    font-size: 13px;
    line-height: 15px;
  }
  .price_table_text { 
    padding: 4px;
    font-size: 13px;
    line-height: 15px;
  }
}





.rosette_button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  text-align: left;
  width: 170px;
  padding: 8px 12px 8px 12px;
  padding-left: 37px;
  border-radius: 4px;
  border: 1px solid #ccc;
  border-bottom: 1px solid #444;
  border-left: 1px solid #aaa;
  background-color: #AABFED;
  background-image: url(pics/rosette.svg);
  background-size: 12%;
  background-position: 10px center;
  background-repeat: no-repeat;
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 15px; 
  line-height: 15px;
  font-weight: normal;
  transition: 0.3s;
  margin: 5px;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.rosette_button:hover {
  background-color: #666;
  color: #fff;
}

.rosette_button_selected {
  display: inline-block;
  position: relative;
  cursor: default;
  text-align: left;
  width: 170px;
  padding: 8px 12px 8px 12px;
  padding-left: 37px;
  border-radius: 4px;
  border: 1px solid #ccc;
  border-bottom: 1px solid #444;
  border-left: 1px solid #aaa;
  background-color: #4F79D3;
  background-image: url(pics/rosette.svg);
  background-size: 12%;
  background-position: 10px center;
  background-repeat: no-repeat;
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 15px; 
  line-height: 15px;
  font-weight: normal;
  transition: 0.3s;
  margin: 5px;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}




.level_block {
  display: inline-block;
  position: relative;
  width: calc(25% - 8px);
  margin: 4px;
  text-align: left;
  color: #444;
  font-family: 'Poppins', sans-serif;
  font-size: 14px; 
  line-height: 17px;
  font-weight: normal;
}

@media screen and (min-width: 801px) {
  .level_block {
    width: calc(25% - 8px);
    margin: 4px;
  }
}
@media screen and (min-width: 501px) and (max-width: 800px) {
  .level_block {
    width: calc(50% - 8px);
    margin: 4px;
  }
}
@media screen and (max-width: 500px) {
  .level_block {
    width: 100%;
    margin: 0px;
    margin-top: 4px;
    margin-bottom: 4px;
  }
}



.level_button_container {
  display: inline-block;
  position: relative;
  margin: 0px;
  margin-left: 2.5px;
  margin-right: 2.5px;
  padding: 0px;
  box-sizing: border-box;
}



.price_table_text_alt {
  display: inline-block;
  position: relative;
  padding: 4px;
  box-sizing: border-box;
  margin: 0px;
  text-align: left;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  line-height: 17px;
  font-weight: normal;
  color: #444;
  border-left: 1px solid #efefef;
}

.price_table_header_alt {
  display: block;
  position: relative;
  left: 20px;
  bottom: 0px;
  box-sizing: border-box;
  margin: 0px;
  text-align: left;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  line-height: 13px;
  font-weight: normal;
  color: #222;
  transform-origin: bottom left;
  -webkit-transform: rotate(320deg);
  transform: rotate(320deg);

}

@media screen and (min-width: 601px) {
  .price_table_text_alt {
    font-size: 15px;
    line-height: 17px;
    padding: 4px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .price_table_header_alt {
    font-size: 13px;
    line-height: 13px;
    left: 20px;
    -webkit-transform: rotate(320deg);
    transform: rotate(320deg);
  }
}
@media screen and (max-width: 600px) {
  .price_table_text_alt {
    font-size: 11px;
    line-height: 13px;
    padding: 4px;
  }
  .price_table_header_alt {
    font-size: 10px;
    line-height: 10px;
    left: 30px;
    -webkit-transform: rotate(300deg);
    transform: rotate(300deg);
  }
}




.flex_block_img {
  display: block;
  border: 0px; 
  width: calc(40% - 10px); 
  max-width: 500px; 
  height: auto; 
  margin: 5px;
  align-self: flex-start;
}

.flex_block_text {
  display: inline-block; 
  position: relative;
  width: calc(60% - 10px); 
  margin: 5px; 
  padding: 0px; 
  box-sizing: border-box; 
  text-align: left;
}

@media screen and (min-width: 501px) {
  .flex_block_img {
    width: calc(40% - 10px); 
    margin: 5px;
  }
  .flex_block_text {
    width: calc(60% - 10px); 
    margin: 5px; 
  }
}
@media screen and (max-width: 500px) {
  .flex_block_img {
    width: 100%; 
    margin: 0px;
    margin-bottom: 10px;
  }
  .flex_block_text {
    width: 100%; 
    margin: 0px; 
  }
}



.faq_header {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 5px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 22px;
  line-height: 25px;
  color: #00a;
  font-weight: bold;
  text-align: left;
  margin-top: 15px;
  cursor: pointer;
}

.faq_header::before {
  content: url(pics/arrow_right.svg);
  position: absolute;
  left: -15px;
  transform: scale(65%);
  transform-origin: center;
}

.faq_header_open {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 5px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 22px;
  line-height: 25px;
  color: #00a;
  font-weight: bold;
  text-align: left;
  margin-top: 15px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.faq_header_open::before {
  content: url(pics/arrow_down.svg);
  position: absolute;
  left: -15px;
  transform: scale(65%);
  transform-origin: center;
}

.faq_text {
  display: none;
  position: relative;
  width: 100%;
  padding: 0px;
  box-sizing: border-box;
  margin-top: 10px;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #444;
  line-height: 22px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}



@media screen and (min-width: 1301px) {
  .faq_text {
      font-size: 18px;
      line-height: 24px;
  }
  .faq_header {
    font-size: 22px;
    line-height: 25px;
  }
  .faq_header_open {
    font-size: 22px;
    line-height: 25px;
  }
}
@media screen and (min-width: 601px) and (max-width: 1300px) {
  .faq_text {
      font-size: 17px;
      line-height: 23px;
  }
  .faq_header {
    font-size: 20px;
    line-height: 24px;
  }
  .faq_header_open {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (min-width: 401px) and (max-width: 600px) {
  .faq_text {
      font-size: 16px;
      line-height: 22px;
  }
  .faq_header {
    font-size: 17px;
    line-height: 22px;
  }
  .faq_header_open {
    font-size: 17px;
    line-height: 22px;
  }
}
@media screen and (max-width: 400px) {
  .faq_text { 
      font-size: 14px;
      line-height: 18px;
  }
  .faq_header {
    font-size: 16px;
    line-height: 20px;
  }
  .faq_header_open {
    font-size: 16px;
    line-height: 20px;
  }
}







.sign_up_box {
  display: inline-block; 
  position: relative; 
  width: 100%; 
  max-width: 420px; 
  text-align: center; 
  box-sizing: border-box; 
  padding: 10px; 
  margin-top: 20px; 
  margin-bottom: 30px; 
  border: 1px solid #efefef; 
  background: #fff; 
  box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
  -webkit-animation: signup1 3.9s infinite linear;
  animation: signup1 3.9s infinite linear;
}

@-webkit-keyframes signup1 {
  0% {
    box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
    border: 1px solid #efefef;
  }
  50% {
    box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
    border: 1px solid #ddd;
  }
  100% {
    box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
    border: 1px solid #efefef;
  }
}
@keyframes signup1 {
  0% {
    box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
    border: 1px solid #efefef;
  }
  50% {
    box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
    border: 1px solid #ddd;
  }
  100% {
    box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
    border: 1px solid #efefef;
  }
}









#signup_email_input {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 300px;
  padding: 0px;
  margin: 0px;
  margin-top: 8px;
}

#signup_email_button {
  position: relative;
  top: 4px;
  padding: 7px 11px 7px 11px;
  margin-left: 2px;
  margin-right: 2px;
}

#signup_email_input2 {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 300px;
  padding: 0px;
  margin: 0px;
  margin-top: 8px;
}

#signup_email_button2 {
  position: relative;
  top: 4px;
  padding: 7px 11px 7px 11px;
  margin-left: 2px;
  margin-right: 2px;
}

@media screen and (min-width: 461px) {
  #signup_email_input { 
    margin-bottom: 0px;
  }
  #signup_email_button {
    width: auto;
  }
  #signup_email_input2 { 
    margin-bottom: 0px;
  }
  #signup_email_button2 {
    width: auto;
  }
}
@media screen and (max-width: 460px) {
  #signup_email_input { 
    margin-bottom: 7px;
  }
  #signup_email_button {
    width: 100%;
    max-width: 300px;
  }
  #signup_email_input2 { 
    margin-bottom: 7px;
  }
  #signup_email_button2 {
    width: 100%;
    max-width: 300px;
  }
}

