<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
}

p {
  font-size: 12px;
  color: #000;
}
@media (min-width: 575px) {
  p {
    font-size: 16px;
  }
}

h1 {
  font-size: 30px;
  color: #000;
}
@media (min-width: 575px) {
  h1 {
    font-size: 36px;
  }
}

h4 {
  font-size: 17px;
}
@media (min-width: 575px) {
  h4 {
    font-size: 20px;
  }
}

h3 {
  font-size: 18px;
  color: #000;
}
@media (min-width: 575px) {
  h3 {
    font-size: 24px;
  }
}

h2 {
  font-size: 20px;
  color: #000;
}
@media (min-width: 575px) {
  h2 {
    font-size: 30px;
  }
}

.text-center {
  text-align: center;
}

.red {
  color: #ff0000;
}

.bold {
  font-weight: 600;
}

a {
  color: #1b569c;
}

.logo-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
}
.logo-list li {
  margin: 0 10px;
}

header {
  text-align: center;
  -webkit-box-shadow: 0 3px 5px #ddd;
  -moz-box-shadow: 0 3px 5px #ddd;
  box-shadow: 0 3px 5px #ddd;
}
header .bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
header .bar .logo {
  margin: 0 auto;
  text-align: center;
  max-width: 160px;
  padding: 10px;
}
@media (min-width: 575px) {
  header .bar .logo {
    max-width: 235px;
  }
}
header .bar .logo-list {
  display: none;
  list-style: none;
  padding: 0;
}
header .bar .logo-list li {
  margin: 0 10px;
}
@media (min-width: 768px) {
  header .bar .logo-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.main {
  padding: 0;
  margin-top: 0;
}
@media (min-width: 992px) {
  .main {
    padding: 40px;
    margin-top: 20px;
  }
}
.main h1 {
  font-size: 28px;
  color: #474747;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media (min-width: 575px) {
  .main h1 {
    font-size: 42px;
  }
}
.main .badge-section {
  margin-top: 20px;
  padding: 20px 0;
}
.main .badge-section img {
  width: 100%;
  max-width: 165px;
}
.main .badge-section p, .main .badge-section h3 {
  color: #666666;
}
.main .terms {
  margin-top: 30px;
  border: 1px solid #474747;
  border-radius: 8px;
  padding: 30px;
  background-color: #f9f9f9;
}
.main .terms h3 {
  color: #121212;
}
.main .terms ul {
  padding-left: 20px;
}
.main .terms ul li {
  color: #121212;
  font-size: 14px;
  line-height: 25px;
}
.main .check_shipping {
  cursor: pointer;
}
.main .subscription {
  position: relative;
  background-image: url("images/subscription-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border: 3px dashed #474747;
}
.main .subscription-wrapper {
  padding: 20px;
}
.main .subscription p {
  font-size: 15px;
  text-align: center;
}
.main .subscription h1 {
  font-size: 30px;
  font-family: "Georgia";
  text-align: center;
  color: black;
  font-weight: bold;
  font-style: italic;
  line-height: 1.2;
}
@media (min-width: 575px) {
  .main .subscription h1 {
    font-size: 46px;
  }
}
.main .subscription h2 {
  font-size: 24px;
  font-family: "Georgia";
  text-align: center;
  color: black;
  font-weight: bold;
  font-style: italic;
  line-height: 1.2;
}
@media (min-width: 575px) {
  .main .subscription h2 {
    font-size: 32px;
  }
}
.main .subscription .block {
  border-width: 1px;
  text-align: center;
  border-color: #626262;
  border-style: solid;
  border-radius: 4px;
  background-color: white;
  padding: 8px 20px;
  color: #121212;
  font-size: 16px;
}
.main .subscription .block .red {
  color: #b40016;
  font-weight: 600;
}
.main .subscription .button {
  background-color: #e56000;
  padding: 8px 20px;
  border: 2px solid #f48000;
  border-radius: 8px;
  margin-top: 0;
  cursor: pointer;
  max-width: 100%;
}
@media (min-width: 575px) {
  .main .subscription .button {
    padding: 10px 20px;
    max-width: 70%;
  }
}
.main .subscription .button:hover {
  background-color: #f48000;
}
.main .subscription .button label {
  cursor: pointer;
}
.main .subscription label &gt; input[type=checkbox] {
  display: none;
}
.main .subscription label &gt; input[type=checkbox] + *::before {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 10%;
  border-style: solid;
  border-width: 1px;
  border-color: #dadada;
  flex-shrink: 0;
  background: #f3f3f3;
}
.main .subscription label &gt; input[type=checkbox]:checked + *::before {
  content: "✔";
  color: #202531;
  font-size: 20px;
  text-align: center;
  background: #f3f3f3;
  border-color: #dadada;
}
.main .subscription label span {
  color: #fff;
  font-size: 20px;
}
@media (min-width: 575px) {
  .main .subscription label span {
    font-size: 28px;
  }
}
.main .subscription label span:after {
  display: none;
}
.main .subscription label &gt; input[type=checkbox] + * {
  display: flex;
  align-items: center;
  padding: 10px 8px;
}
.main .subscription .finger {
  position: absolute;
  bottom: -18px;
  max-width: 80px;
  right: 0;
}
@media (min-width: 575px) {
  .main .subscription .finger {
    right: 55px;
    max-width: 100px;
  }
}
.main .billing {
  display: none;
}
.main .billing.show {
  display: block;
}
.main .bg {
  padding: 20px;
  background-color: #f9f9f9;
  margin-top: 20px;
}
@media (min-width: 575px) {
  .main .bg {
    padding: 0;
    margin-top: 0;
    background-color: transparent;
  }
}
.main .block {
  margin-bottom: 20px;
}
.main .block input, .main .block select {
  border: 1px solid #CFCDD3;
  background-color: #FFFFFF;
  color: #979797;
  font-size: 16px;
  border-radius: 8px;
  padding: 10px;
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
@media (min-width: 575px) {
  .main .block input, .main .block select {
    font-size: 18px;
  }
}
.main .block input.card, .main .block select.card {
  background-image: url("images/ccicons.png");
  background-repeat: no-repeat;
  background-size: 35%;
  background-position: 98%;
  font-size: 13px;
}
@media (min-width: 575px) {
  .main .block input.card, .main .block select.card {
    font-size: 18px;
  }
}
.main .block .cvv {
  position: relative;
}
.main .block .cvv .card {
  display: none;
  border: 2px solid #B11A0E;
  -webkit-box-shadow: 0 3px 5px #ddd;
  -moz-box-shadow: 0 3px 5px #ddd;
  box-shadow: 0 3px 5px #ddd;
  cursor: pointer;
  left: -100px;
  max-width: 300px;
  top: 40px;
  z-index: 10;
  position: absolute;
}
@media (min-width: 575px) {
  .main .block .cvv .card {
    left: inherit;
    max-width: 400px;
  }
}
.main .block .cvv #cvv {
  color: #185EEB;
  cursor: pointer;
}
.main .block .cvv:hover .card {
  display: block;
}
.main .block label {
  font-size: 18px;
  color: #121212;
  margin-bottom: 10px;
}
.main .block select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("images/arrow.png");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 96% center;
}
.main .block p {
  font-weight: 400;
}
.main .block .summary-line {
  align-items: center;
  justify-content: space-between;
  position: relative;
  display: flex;
  padding: 5px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #CFCDD3;
}
.main .block .summary-line:last-child {
  border: none;
}
.main .block .summary-line .taxes {
  color: #979797;
  font-size: 11px;
}
@media (min-width: 575px) {
  .main .block .summary-line .taxes {
    font-size: 16px;
  }
}
.main .block .summary-line h4 {
  color: #474747;
  font-size: 20px;
}
.main .block .summary-line h4.red {
  color: #ff0000;
}
.main .block .summary-line.other {
  display: none;
}
.main .block .summary-line.other.show {
  display: flex;
}
.main .block.with_background {
  padding: 20px;
  border: 1px solid #CECECE;
  background-color: #FAFAFA;
}
.main .button {
  font-weight: 600;
  margin: 20px auto;
  text-align: center;
  display: block;
  max-width: 100%;
  background-color: #185EEB;
  font-size: 24px;
  border-radius: 4px;
  color: #ffffff;
  text-decoration: none;
  padding: 15px 30px;
}
.main .button:hover {
  background-color: #1544a2;
}
.main label span {
  font-size: 12px;
  color: #202531;
  font-weight: bold;
  position: relative;
}
.main label span:after {
  content: "";
  display: block;
  position: absolute;
  width: 84%;
  height: 1px;
  right: 7px;
  bottom: 9px;
  background-color: #202531;
}
.main label &gt; input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin-right: 20px;
}
.main .check_shipping {
  display: flex;
  align-items: center;
}
.main .check_shipping input {
  position: relative;
  top: -5px;
}
.main ::-webkit-input-placeholder {
  /* Edge */
  color: #bfc3cc;
}
.main :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #bfc3cc;
}
.main ::placeholder {
  color: #bfc3cc;
}
.main .package-availability {
  text-align: center;
  border: none;
  margin: 10px 0;
  border-radius: 10px;
}
@media (min-width: 575px) {
  .main .package-availability {
    border: 1px solid #474747;
    margin: 20px 0;
  }
}
.main .package-availability h4 {
  font-size: 14px;
}
@media (min-width: 575px) {
  .main .package-availability h4 {
    font-size: 20px;
  }
}
.main .package-availability .price {
  color: #666666;
  font-size: 30px;
  margin-top: 25px;
  text-align: center;
}
@media (min-width: 575px) {
  .main .package-availability .price {
    text-align: left;
  }
}
.main .package-availability .price.old {
  margin-top: 10px;
  font-size: 22px;
  color: #ff0000;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: line-through;
}
.main .package-availability .new-price {
  display: none;
  text-align: center;
  color: #000;
  font-size: 28px;
  font-weight: 600;
}
.main .package-availability .new-price.show {
  display: block;
}
@media (min-width: 575px) {
  .main .package-availability .new-price {
    text-align: left;
    font-size: 30px;
  }
}
.main .package-availability h1 {
  color: #121212;
}
.main .package-availability h3 {
  text-align: center;
  margin-bottom: 0;
}
@media (min-width: 575px) {
  .main .package-availability h3 {
    text-align: left;
  }
}
.main .package-availability .image img {
  max-width: 180px;
}
@media (min-width: 575px) {
  .main .package-availability .image img {
    max-width: 250px;
  }
}
.main .package-availability-header {
  padding: 10px 5px;
  background-color: transparent;
  border-radius: 10px;
}
@media (min-width: 575px) {
  .main .package-availability-header {
    padding: 20px 30px;
    background-color: #eee;
  }
}
.main .package-availability-header .count {
  margin-top: 10px;
  font-weight: 400;
}
.main .packages-item {
  position: relative;
  border-width: 1px;
  border-color: #5c73a1;
  padding-bottom: 20px;
  border-style: solid;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 20px;
  min-height: auto;
  background-color: white;
}
@media (min-width: 992px) {
  .main .packages-item {
    display: block;
  }
}
@media (min-width: 575px) {
  .main .packages-item {
    flex-wrap: nowrap;
  }
}
.main .packages-item h1 {
  border-bottom: 1px solid #273f5c;
  background-color: #d8e8f4;
  font-size: 23px;
  color: #273f5c;
  font-weight: 600;
  padding: 15px 30px;
  text-align: right;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
@media (min-width: 575px) {
  .main .packages-item h1 {
    font-size: 36px;
  }
}
.main .packages-item-content {
  padding: 3px 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .main .packages-item-content {
    width: 100%;
  }
}
@media (min-width: 575px) {
  .main .packages-item-content {
    padding: 10px 35px;
  }
}
.main .packages-item-content .shipping {
  display: block;
  font-weight: 600;
  text-align: left;
  border-radius: 0.25rem !important;
  padding: 5px 3px;
  font-size: 12px;
  color: #121212;
}
@media (min-width: 575px) {
  .main .packages-item-content .shipping {
    font-size: 20px;
    padding: 5px;
  }
}
.main .packages-item-content img {
  width: 80%;
}
@media (min-width: 575px) {
  .main .packages-item-content img {
    width: 100%;
  }
}
.main .packages-item-content h1 {
  display: none;
  font-size: 20px;
  color: #202531;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .main .packages-item-content h1 {
    display: block;
  }
}
.main .packages-item-content h2 {
  font-size: 11px;
  color: #202531;
  font-weight: bold;
  line-height: 1.286;
  text-align: center;
  margin-top: 10px;
}
@media (min-width: 575px) {
  .main .packages-item-content h2 {
    font-size: 14px;
  }
}
.main .packages-item-content .rounded {
  display: flex;
  align-items: center;
  padding: 5px 0 0 0;
  width: auto;
  line-height: 1;
}
@media (min-width: 575px) {
  .main .packages-item-content .rounded {
    width: 170px;
  }
}
.main .packages-item-content .rounded .small {
  display: block;
  font-size: 10px;
  margin-left: 5px;
  color: #121212;
  line-height: 1.2;
  text-align: center;
}
@media (min-width: 575px) {
  .main .packages-item-content .rounded .small {
    font-size: 12px;
  }
}
.main .packages-item-content .rounded .small .line {
  text-decoration: line-through;
}
.main .packages-item-content .rounded .big {
  color: #121212;
  display: block;
  font-size: 18px;
  font-weight: 600;
}
@media (min-width: 575px) {
  .main .packages-item-content .rounded .big {
    font-size: 30px;
  }
}
.main .packages-item-content .button {
  text-decoration: none;
  font-size: 18px;
  color: #185eeb;
  font-weight: bold;
  background-color: #fff;
  text-transform: uppercase;
  border-radius: 4px;
  width: 120px;
  padding: 7px;
  margin: 5px 0;
  border: 3px solid #185eeb;
}
@media (min-width: 575px) {
  .main .packages-item-content .button {
    width: 200px;
  }
}
.main .packages-item-content .button.mobile {
  display: none;
}
.main .packages-item-content .button:hover {
  background-color: #185eeb;
  color: #fff;
}
.main .packages-item-header {
  position: absolute;
  top: 30px;
  left: 20px;
}
@media (min-width: 575px) {
  .main .packages-item-header {
    top: 0;
  }
}
.main .packages-item-header img {
  max-width: 150px;
}
@media (min-width: 575px) {
  .main .packages-item-header img {
    max-width: 100%;
  }
}
.main .packages-item-header .badge-count {
  position: absolute;
  top: 26%;
  left: 63%;
}
.main .packages-item.active {
  cursor: pointer;
}
.main .packages-item.active .button {
  display: none;
}
.main .packages-item.active .button.mobile {
  display: block;
  background-color: #185eeb;
  color: #fff;
}
.main .packages-item.second .packages-item-header {
  position: absolute;
  top: 30px;
  left: 20px;
}
@media (min-width: 575px) {
  .main .packages-item.second .packages-item-header {
    top: 0;
    left: 45px;
  }
}
.main .packages-item.second .packages-item-header img {
  max-width: 150px;
}
@media (min-width: 575px) {
  .main .packages-item.second .packages-item-header img {
    max-width: 100%;
  }
}
.main .packages-item.third .packages-item-header {
  position: absolute;
  top: 30px;
  left: 30px;
}
@media (min-width: 575px) {
  .main .packages-item.third .packages-item-header {
    top: 18px;
    left: 91px;
  }
}
.main .packages-item.third .packages-item-header img {
  max-width: 100px;
}
@media (min-width: 575px) {
  .main .packages-item.third .packages-item-header img {
    max-width: 125px;
  }
}

footer {
  background-color: #F0F0F0;
  margin: 0 auto;
  margin-top: 80px;
  padding: 20px 30px;
  text-align: center;
}
@media (min-width: 767px) {
  footer {
    padding: 40px 100px;
  }
}
footer a {
  display: block;
  margin: 3px auto;
}
footer p {
  font-size: 12px;color: #707070;
}


@media (min-width: 575px){
	footer ul li:after {
		height: 70%;
		width: 2px;
		top: 5px;
	}
}
footer ul li:after {
    content: "";
    background-color: #5077AC;
    display: block;
    position: absolute;
    right: 0;
    height: 75%;
    top: 3px;
}
footer ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0 auto;
}

footer img {
  margin-bottom: 20px;
}
footer ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 20px;
}
@media (min-width: 767px) {
  footer ul {
    display: flex;
    justify-content: center;
  }
}
footer ul li {
  font-size: 12px;
  color: #5077AC;
  margin: 10px 20px;
  font-weight: 600;
  
  padding-right: 25px;
    margin: 10px;
    position: relative; 
  
  
}


@media (min-width: 767px) {
  footer ul li {
    margin: 10px 20px;
  }
}
footer ul li a {
  text-decoration: none;
  color: #5077AC;
}

.progress.active .progress-bar {
  -webkit-transition: none !important;
  transition: none !important;
}

.progress {
  background: #ffffff;
  border: 1px solid #474747;
  border-radius: 0.5rem;
  height: 1.5rem;
}

.progress-bar {
  background-color: #ff0000;
}

.modal {
  top: 10%;
}
@media (min-width: 575px) {
  .modal {
    top: 30%;
  }
}
.modal .modal-body {
  padding: 20px;
}
@media (min-width: 575px) {
  .modal .modal-body {
    padding: 0;
    padding-bottom: 30px;
  }
}
.modal .modal-dialog {
  max-width: 700px;
}
.modal .modal-content {
  border-width: 8px;
  border-color: #193610;
  border-style: solid;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 25px #18e136;
  -moz-box-shadow: 0 0 25px #18e136;
  box-shadow: 0 0 25px #18e136;
}
.modal .modal-content h1 {
  font-size: 21px;
  text-align: center;
  color: #193610;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
}
@media (min-width: 575px) {
  .modal .modal-content h1 {
    font-size: 30px;
  }
}
.modal .modal-content p {
  font-size: 16px;
  padding: 10px;
  text-align: center;
}
@media (min-width: 575px) {
  .modal .modal-content p {
    text-align: left;
    padding-left: 30px;
    font-size: 18px;
  }
}
.modal .modal-content .bottom-txt {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  color: black;
  font-weight: bold;
  font-style: italic;
  line-height: 1.2;
}
.modal .modal-content .content {
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 575px) {
  .modal .modal-content .content {
    flex-wrap: nowrap;
  }
}
.modal .modal-content .content img {
  max-width: 100px;
}
@media (min-width: 575px) {
  .modal .modal-content .content img {
    max-width: 100%;
  }
}
.modal .modal-content .btn {
  font-size: 18px;
  max-width: 360px;
  padding: 10px;
  width: 100%;
  display: block;
  font-weight: 600;
  margin: 10px auto;
  border-radius: 4px;
  background-color: #1b74ec;
  color: #fff;
  text-align: center;
}
@media (min-width: 575px) {
  .modal .modal-content .btn {
    font-size: 24px;
    padding: 15px 10px;
    margin: 20px auto;
  }
}
.modal .modal-content i {
  font-size: 20px;
  margin-right: 7px;
}
.modal .modal-content .close {
  position: absolute;
  width: 40px;
  border: none;
  background: none;
  top: -19px;
  right: -21px;
}
.modal .modal-content .close img {
  width: 100%;
}
.modal .modal-header, .modal .modal-footer {
  border: none;
}

.animation {
  max-width: 65px;
}
@media (min-width: 575px) {
  .animation {
    max-width: 85px;
  }
}

.custom-padding {
  padding: 0 15px;
}
@media (min-width: 575px) {
  .custom-padding {
    padding: 0 30px;
  }
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

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

.error{
	background-color: #fcfbd9 !important;
	border: 1px solid #FCC !important;
}

label.error{
	display: none !important;
}</pre></body></html>