@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: #fff;
    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: #fff;
  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: #fff;
  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: #fff;
  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: #fff;
  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: #ff0000;
    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: #fff;
  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;
  }
}