@import url("https://fonts.googleapis.com/css?family=Muli:300,300i,400,400i,600,600i,700,700i,800,800i,900,900i|Nunito+Sans:300,300i,400,400i,600,600i,700,700i,800,800i,900,900i|Open+Sans:400,400i,600,600i,700,700i,800,800i|Poppins:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i");

html {
  font-size: 100%;
  overflow-x: hidden;
}

body {
  background-color: #fff;
  color: #61657a;
  font-family: "Muli", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  margin: 0;
  padding: 0;
  position: relative;
}

a {
  color: #303030;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

a,
a > * {
  cursor: pointer;
  outline: medium none;
  text-decoration: none;
}

a:focus,
a:hover {
  outline: medium none;
  text-decoration: none;
  color: inherit;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  color: #30323c;
  font-family: "Poppins", sans-serif;
  margin: 0 0 15px;
  padding: 0;
  transition: 0.3s;
}

h1 {
  font-size: 60px;
  font-weight: 800;
  line-height: 125%;
}
@media (max-width: 991px) {
  h1 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 34px;
  }
}
h2 {
  font-size: 48px;
  font-weight: 800;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 28px;
  }
}
h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 133%;
}
@media (max-width: 575px) {
  h3 {
    font-size: 20px;
  }
}
h4 {
  font-size: 22px;
  font-weight: 700;
}
h5 {
  font-size: 20px;
  font-weight: 800;
}
h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 145%;
}

a {
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  color: var(--header);
  transition: all 0.4s ease-in-out;
}
p {
  margin: 0;
  margin-bottom: .5rem;
  transition: all 0.4s ease-in-out;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  display: block;
  padding: 0;
  margin: 0;
}
.bullet-list, .info-container ul, .info-container ol {
  position: relative;
  margin-bottom: 20px;
  padding-left: 20px;
  list-style: none;
}
ol.bullet-list li, .info-container ol li {
  position: relative;
  counter-increment: list-item;
}
ol.bullet-list li::marker, .info-container ol li::marker {
  font-weight: 700;
  padding-right: 10px;
  content: none;
}
ol.bullet-list li::before, .info-container ol li::before {
  content: counter(list-item) ". ";
  position: absolute;
  left: -20px;
  font-weight: 700;
}
.bullet-list li, .info-container ul li, .info-container ol li {
  position: relative;
  margin-bottom: 10px;
}
ul.bullet-list li::before, .info-container ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -20px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #03d658;
}
.data-container {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.info-container blockquote {
    border-left: 3px solid #03d658;
    margin: 0 50px;
    font-style: italic;
    color: #03d658;
    padding-left: 20px;
}
.info-container code {
    color: #03d658;
}
.info-container p {
    margin-bottom: 1rem;
}
.info-container p a {
    color: #03d658;
}
table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
table th,
table td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: left;
}
table th {
  color: #30323c;
  background-color: #f1f1f1;
}
table thead tr th {
  background-color: #03d658;
  color: #fff;
}

@media (max-width: 991px) {
    .info-container table {
        display: inline-block;
    	vertical-align: top;
    	max-width: 100%;
    	overflow-x: auto;
    	white-space: nowrap;
    	-webkit-overflow-scrolling: touch;
    }
    .info-container table td {
        border: 1px solid #000;
    }
}


footer.site-footer {
  padding-top: 30px;
}


.legal-info {
  border-top: 1px solid #edf2ff;
  padding: 20px 0;
}

.nav-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}

.nav-links ul li {
  display: inline-block;
}

.nav-links ul li a {
  padding: 0 10px;
  font-size: 14px;
  color: #61657a;
  text-transform: uppercase;
  font-weight: 900;
}

.showcase-banner {
  position: relative;
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #30323c;
}

a.purchase-button {
  color: #eeeeee;
  background: #03d658;
  width: 170px;
  height: 60px;
  text-align: center;
  font-size: 18px;
  line-height: 56px;
  border-radius: 5px;
  font-weight: 600;
}

.promo-content {
  padding: 100px 0 200px;
  align-content: center;
}

.promo-content h1 {
  color: #eeeeee;
  font-weight: 500;
  margin-bottom: 32px;
}

.promo-content p {
  color: #eeeeee;
  font-size: 18px;
  line-height: 32px;
}

.details-block {
  padding-top: 30px;
}

.cookie-popup {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 300px;
  max-width: calc(100% - 40px);
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.cookie-content {
  font-size: 16px;
  text-align: center;
  color: var(--primary-dark-color);
}

.btn-container {
  margin-top: 10px;
}

.btn {
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 3px;
  border: none;
  font-size: 14px;
  margin: 0 5px;
}

.btn-primary {
  background-color: #03d658;
}

.btn-primary:hover {
  background-color: #03d658;
}

.btn-secondary {
  background-color: #30323c;
}

.brand-logo img {
  height: 112px;
  object-fit: contain;
}

.socs {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: 20px;
}

.socs a {
  height: 24px;
  width: 24px;
  margin: 0 10px;
  transition: transform .3s;
}

.socs a:hover {
  transform: scale(1.1);
}

.socs a img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.banner-swiper-container {
  width: 100%;
  height: 600px;
  position: relative;
  margin-top: 40px;
  border-radius: 20px;
}

.banner-swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}