/**
 *
 */
@font-face {
  font-family: "Evogria";
  src: url("/fonts/Evogria.otf") format("opentype");
}
* {
  box-sizing: border-box;
  word-wrap: break-word;
}

:focus {
  outline: 0;
}

body {
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-family: "Source Sans Pro", sans-serif;
}

template {
  display: none;
}

.wrapper {
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
}
.wrapper:after {
  content: "";
  display: table;
  clear: both;
}

h2 {
  text-transform: uppercase;
  font-size: 30px;
}

h3 {
  text-transform: uppercase;
}

main {
  padding-top: 89px;
}
@media (max-width: 1024px) {
  main {
    padding-top: 77px;
  }
}
@media (max-width: 900px) {
  main {
    padding-top: 84px;
  }
}
main.ads {
  padding-top: 0;
}
main.ads .black-logo {
  padding: 30px;
  background: #000;
  text-align: center;
}
main.ads .black-logo img {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  display: block;
}

.pull-right {
  float: right;
}

.message.error {
  color: red;
}
.message.success {
  color: rgb(46, 110, 21);
}

.btn {
  display: inline-block;
  padding: 10px 40px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  font-size: 18px;
  margin-left: 0;
  cursor: pointer;
}
.btn .icon {
  width: 15px;
  margin-bottom: -2px;
  margin-right: 15px;
}
.btn-full {
  width: 100%;
}
.btn-sm {
  padding: 8px 30px;
  font-size: 14px;
  font-weight: normal;
}
.btn-l {
  padding: 4px 15px;
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
}
.btn-red {
  background: #fb0000;
  border: 4px solid #fb0000;
  color: #fff !important;
}
.btn-red:hover {
  border-color: #ff6262;
  background: #ff6262;
}
.btn-red:active {
  border-color: #950000;
  background: #950000;
}
.btn-silver {
  background: #4d4d4d;
  border: 4px solid #4d4d4d;
  color: #fff;
}
.btn-silver:hover {
  border-color: gray;
  background: gray;
}
.btn-silver:active {
  border-color: #1a1a1a;
  background: #1a1a1a;
}
.btn-border {
  color: #fff;
  border: 4px solid #fff;
  background: #000;
  cursor: pointer;
}
.btn-border:hover {
  border-color: rgba(255, 255, 255, 0.6);
}
.btn-border:active {
  border-color: #fff;
  background: #000;
  color: #fff;
}
.btn-clean {
  color: #000;
  border: 4px solid #000;
}
.btn-clean:hover {
  border-color: #333333;
  background: #e6e6e6;
}
.btn-clean:active {
  border-color: #000;
  background: #000;
  color: #fff;
}
.btn-black {
  color: #fff !important;
  background: #000;
  border: 4px solid #000;
}
.btn-black:hover {
  border-color: #333333;
  background: #333333;
}
.btn-black:active {
  border-color: #000;
  background: #000;
  color: #fff;
}
.btn-link {
  color: #000;
  background: #fff;
  border: 0;
}
.btn-link:hover {
  border-color: #333333;
  text-decoration: underline;
}
.btn-link:active {
  color: #ccc;
}
.btn-fb {
  color: #fff !important;
  background: #176cf0;
  padding: 10px;
}
.btn-fb .icon {
  margin-right: 5px;
}
.btn-fb:hover {
  background: #0e60df;
}
.btn-fb:active {
  background: #0d56c7;
}
.btn-mini {
  padding: 2px 4px;
  font-size: 10px;
  font-weight: normal;
  border-width: 2px;
  cursor: pointer;
}

.navigation {
  position: fixed;
  width: 100%;
  background: #000;
  padding: 30px 10px 20px 10px;
  z-index: 100;
}
.navigation .logo {
  width: 100%;
  max-width: 300px;
  border: 0;
}
.navigation .menu-button {
  background: none;
  border: 0;
  float: right;
  cursor: pointer;
  padding: 10px;
  margin-top: -10px;
  display: none;
}
.navigation .menu-button img {
  width: 20px;
}
.navigation .menu {
  float: right;
  padding: 0;
  margin: 10px 0 0 0;
}
.navigation .menu:after {
  content: "";
  display: table;
  clear: both;
}
.navigation .menu li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0 10px;
}
.navigation .menu li a {
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  padding: 4px 0;
  border-bottom: 3px solid #000;
  position: relative;
}
.navigation .menu li a:hover {
  border-color: #fb0000;
}
.navigation .menu li a .badge {
  display: inline-block;
  padding: 4px;
  font-size: 10px;
  background: #fb0000;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin-left: 5px;
  margin-top: -6px;
}
.navigation .menu li.menu-item {
  position: relative;
}
.navigation .menu li.menu-item a {
  border-color: #000 !important;
}
.navigation .menu li.menu-item .dropdown {
  position: absolute;
  background: #fb0000;
  margin-top: 5px;
  display: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.navigation .menu li.menu-item .dropdown:after {
  content: "";
  display: table;
  clear: both;
}
.navigation .menu li.menu-item .dropdown a {
  float: left;
  width: 180px;
  color: #fff;
  font-size: 14px;
  border-bottom: 0;
  padding: 6px 10px 6px 30px;
  text-align: left;
}
.navigation .menu li.menu-item .dropdown a.hover {
  font-weight: bold;
}
.navigation .menu li.menu-item:hover .dropdown {
  display: block;
}
@media (max-width: 900px) {
  .navigation .menu li.menu-item .dropdown {
    position: relative;
    display: block;
    margin-top: 0px;
    margin-bottom: 10px;
    background: rgba(251, 0, 0, 0.5215686275);
  }
  .navigation .menu li.menu-item .dropdown a {
    width: 100%;
  }
}
.navigation .menu li.full a {
  padding: 4px 10px;
  background: #fb0000;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  font-weight: bold;
}
.navigation .menu li.full a:hover {
  border-color: #fff;
}
.navigation .menu li.channel a {
  padding: 4px 10px;
  background: #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  font-weight: bold;
  color: #000;
}
.navigation .menu li.channel a:hover {
  background: rgba(255, 255, 255, 0.7);
}
.navigation .menu li.separator {
  border-left: 1px solid #fff;
  padding-left: 20px;
  margin-left: 10px;
}
@media (max-width: 1024px) {
  .navigation .logo {
    max-width: 200px;
  }
  .navigation .menu {
    margin-top: 0;
  }
}
@media (max-width: 900px) {
  .navigation .menu-button {
    display: block;
  }
  .navigation .menu {
    float: none;
    width: 100%;
    margin-top: 20px;
    display: none;
  }
  .navigation .menu li {
    float: none;
    width: 100%;
    padding: 5px;
  }
  .navigation .menu li a {
    display: block;
    text-align: center;
    padding: 10px;
  }
  .navigation .menu li.separator {
    border-left: 0;
    padding-left: 10px;
    margin-left: 0;
  }
}

.promo-line {
  padding: 40px 20px;
  background: #d7d7d7;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
.promo-line a {
  text-decoration: none;
  color: #000;
}
.promo-line span.close {
  position: absolute;
  right: 0;
  top: -30px;
  cursor: pointer;
}
@media (max-width: 990px) {
  .promo-line {
    padding: 20px 10px;
    font-size: 14px;
  }
  .promo-line span.close {
    top: -15px;
  }
}

.home-header-video {
  padding: 20px;
  background: #000;
  text-align: center;
  position: relative;
  max-height: 600px;
  /*padding-top: 56.25%;*/
}
.home-header-video iframe {
  margin: 0 auto;
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-width: 1024px;
}
.home-header-video:before {
  display: block;
  content: "";
  padding-top: 56.25%;
}
.home-header-video.clear {
  padding: 0;
}
.home-header-video.clear:before {
  display: none;
}
.home-header-video .closed-overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 300;
}
.home-header-video .closed-overlay-popup {
  width: 100%;
  max-width: 900px;
  margin: 50px auto;
}
.home-header-video .closed-overlay-popup .close-btn {
  position: fixed;
  right: 10px;
  top: 10px;
  background: #fff;
  z-index: 500;
  padding: 10px 30px;
  font-size: 20px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  font-family: "Evogria";
}
.home-header-video .closed-overlay-popup .close-btn:hover {
  cursor: pointer;
  opacity: 0.8;
}
.home-header-video .closed-overlay-popup .close-btn:active {
  cursor: pointer;
  opacity: 0.6;
}
.home-header-video .closed {
  padding: 0;
  position: relative;
}
.home-header-video .closed .introduction-image {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 150px;
  height: 80px;
  background: #ccc;
  cursor: pointer;
}
.home-header-video .closed .introduction-image:hover {
  opacity: 0.8;
}
.home-header-video .closed .introduction-image:active {
  opacity: 0.6;
}
.home-header-video .closed .introduction-image:before {
  content: "";
  position: absolute;
  width: 150px;
  height: 75px;
  background: url("/images/watch-the-video.png") center center;
  background-size: contain;
  left: -150px;
  top: -70px;
  background-repeat: no-repeat;
}
@media (max-width: 900px) {
  .home-header-video .closed .introduction-image {
    width: 120px;
    height: 70px;
  }
  .home-header-video .closed .introduction-image:before {
    left: -50px;
    top: -70px;
    width: 100px;
    height: 60px;
  }
}

.page-header {
  padding: 40px 20px;
  background: #000;
  color: #fff;
  text-align: center;
}
.page-header h1 {
  text-transform: uppercase;
  font-size: 26px;
}
.page-header hr {
  height: 1px;
  border: 0;
  background: #fff;
  width: 100%;
  max-width: 80px;
}
.page-header p {
  width: 100%;
  max-width: 700px;
  text-transform: uppercase;
  margin: 25px auto 0 auto;
}
@media (max-width: 900px) {
  .page-header {
    text-align: left;
    padding-top: 20px;
  }
  .page-header h1 {
    margin-top: 0;
    max-width: calc(100% - 140px);
  }
  .page-header p {
    margin-bottom: 30px;
    margin: 20px 0 0 0;
    display: block;
    max-width: calc(100% - 140px);
  }
  .page-header hr {
    margin: 0;
  }
}

.buttonsline {
  padding: 30px;
  background: #3b3b3b;
  text-align: center;
}
.buttonsline .btn {
  margin: 0 10px;
}
.buttonsline .btn .youtube {
  height: 22px;
  margin-bottom: -6px;
  margin-left: 5px;
}
@media (max-width: 900px) {
  .buttonsline .btn {
    display: block;
    margin: 5px;
  }
}

.borderbox {
  margin: 50px auto;
  padding: 30px;
}
.borderbox h2 {
  margin-top: 0;
}
.borderbox .badge {
  display: inline-block;
  padding: 4px;
  font-size: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  color: #fff;
  margin-top: -6px;
}
.borderbox a {
  color: #000;
}

.form {
  width: 100%;
  max-width: 675px;
  margin: 20px auto;
  border-top: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}
.form.no-center {
  margin: 20px 0 20px 0;
}
.form-group {
  padding: 10px;
  border-bottom: 1px solid #eeeeee;
}
.form-group label {
  display: block;
  width: 100%;
}
.form-group input, .form-group textarea, .form-group select {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border: 1px solid rgb(218, 218, 218);
}
.form-group a {
  color: #000;
}
.form-group .checkbox-left {
  float: left;
  width: 50px;
}
.form-group .checkbox-right {
  float: left;
  width: calc(100% - 50px);
}
.form-group .row:after {
  content: "";
  display: table;
  clear: both;
}
.form-group .row.mt-2 {
  margin-top: 20px;
}
.form-group .help-block {
  font-size: 12px;
  margin-top: 20px;
  opacity: 0.8;
}
.form .payment-block:after {
  content: "";
  display: table;
  clear: both;
}
.form .payment-block input[type=radio] {
  margin: 0 auto 10px auto;
  display: none;
}
.form .payment-block .block {
  float: left;
  width: 50%;
  padding: 20px;
  text-align: center;
}
.form .payment-block .block img {
  height: 70px;
  cursor: pointer;
  border: 5px solid #fff;
}
.form .payment-block .block img.paypal {
  padding: 15px;
}
.form .payment-block .block img.active {
  border: 5px solid rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background: #fff;
}
@media (max-width: 990px) {
  .form .payment-block .block img {
    height: 50px;
  }
}

.info-panel-box {
  padding: 20px;
  background: rgb(248, 247, 201);
}
.info-panel-box:after {
  content: "";
  display: table;
  clear: both;
}
.info-panel-box .canceled {
  margin-bottom: 10px;
  font-weight: bold;
  color: red;
}

.table {
  width: 100%;
}
.table th {
  background: rgb(230, 230, 230);
}
.table td {
  padding: 10px;
  text-align: center;
}

.cookie-message {
  position: fixed;
  width: 100%;
  padding: 10px;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f8f7c9;
  text-align: center;
  z-index: 1000;
}
.cookie-message a {
  color: #000;
}
@media (max-width: 990px) {
  .cookie-message {
    padding: 8px 100px 8px 8px;
  }
}

.paginate {
  text-align: center;
}
.paginate .pagination {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.paginate .pagination .page-item {
  display: inline-block;
  padding: 5px 10px;
  background: #000;
  color: #fff;
}
.paginate .pagination .page-item a {
  color: #fff;
  text-decoration: none;
}
.paginate .pagination .page-item.disabled {
  opacity: 0.6;
}
.paginate .pagination .page-item.active {
  background: #fb0000;
}
@media (max-width: 990px) {
  .paginate .pagination .page-item {
    font-size: 12px !important;
    padding: 5px !important;
  }
}

@media (max-width: 990px) {
  .pager .page-button {
    font-size: 12px !important;
    padding: 5px 14px !important;
  }
}

.bundles {
  margin-bottom: 20px;
}
.bundles .bundle {
  margin-bottom: 20px;
  background: #000;
  padding: 20px;
  color: #fff;
  display: block;
  text-decoration: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.bundle-detail #auth-panel {
  margin-top: 30px;
  display: none;
}
.bundle-detail .create-account {
  padding: 20px;
  border: 5px solid #b3b3b3;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  margin-bottom: 20px;
}
.bundle-detail .create-account input, .bundle-detail .create-account textarea, .bundle-detail .create-account select {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border: 1px solid rgb(218, 218, 218);
}
.bundle-detail .create-account .box-half {
  margin: 5px 0;
}
.bundle-detail .create-account .btn-black {
  width: 100%;
}
.bundle-detail .create-account .box .text {
  color: rgb(99, 99, 99);
}

.mobile-header {
  background: url("/images/mobile-header.jpg") center center;
  background-size: cover;
  padding: 40px 20px;
}
.mobile-header h2 {
  font-family: "Evogria", sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-size: 50px;
  margin: 0;
  font-weight: normal;
}
@media (max-width: 990px) {
  .mobile-header h2 {
    font-size: 35px;
  }
}
.mobile-header .icon {
  width: 100px;
}
.mobile-header .text,
.mobile-header .dynamic-text {
  color: #fff;
  font-size: 18px;
}
@media (max-width: 990px) {
  .mobile-header .text,
  .mobile-header .dynamic-text {
    font-size: 16px;
  }
}
.mobile-header .dynamic-text {
  text-transform: uppercase;
  font-family: "Evogria", sans-serif;
  font-weight: normal;
}
.mobile-header .content {
  width: 50%;
  margin-left: 50%;
  text-align: center;
}
@media (max-width: 990px) {
  .mobile-header .content {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
}
.mobile-header .buttons {
  margin: 30px auto;
}
.mobile-header .buttons:after {
  content: "";
  display: table;
  clear: both;
}
.mobile-header .buttons a {
  width: 50%;
  float: left;
  padding: 5px;
}
.mobile-header .buttons a img {
  width: 100%;
  max-width: 180px;
  transition: transform 0.2s;
}
.mobile-header .buttons a:hover img {
  transform: scale(1.1);
}
@media (max-width: 990px) {
  .mobile-header {
    background: url("/images/mobile-header-mobile.jpg") center top;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.dark-text-block {
  background: #212121;
  text-align: center;
  color: #fff;
  padding: 50px 0;
}
.dark-text-block h2 {
  margin: 0 0 20px 0;
  font-size: 35px;
  text-transform: uppercase;
  font-family: "Evogria", sans-serif;
  font-weight: normal;
}
@media (max-width: 990px) {
  .dark-text-block h2 {
    font-size: 28px;
  }
}
@media (max-width: 990px) {
  .dark-text-block {
    padding: 20px;
  }
}

.lets-see {
  padding-top: 40px;
}
.lets-see h2 {
  text-align: center;
  margin: 0 0 20px 0;
  font-size: 35px;
  text-transform: uppercase;
  font-family: "Evogria", sans-serif;
  font-weight: normal;
}
@media (max-width: 990px) {
  .lets-see h2 {
    font-size: 28px;
  }
}

.body-transformation {
  background: #000;
  color: #fff;
  text-align: center;
  padding-top: 40px;
}
.body-transformation h2 {
  text-align: center;
  margin: 0 0 20px 0;
  font-size: 35px;
  text-transform: uppercase;
  font-family: "Evogria", sans-serif;
  font-weight: normal;
}
@media (max-width: 990px) {
  .body-transformation h2 {
    font-size: 28px;
  }
}

.review h2 {
  text-align: center;
  font-size: 35px;
  text-transform: uppercase;
  font-family: "Evogria", sans-serif;
  font-weight: normal;
}
@media (max-width: 990px) {
  .review h2 {
    font-size: 28px;
  }
}
.review .user-reviews {
  background: #fb0000;
}

.mobilefaq h2 {
  font-size: 35px;
  text-transform: uppercase;
  font-family: "Evogria", sans-serif;
  font-weight: normal;
}
@media (max-width: 990px) {
  .mobilefaq h2 {
    font-size: 28px;
  }
}

.banner {
  text-align: center;
}
.banner button {
  border: 0;
  font-weight: bold;
  margin-left: 10px;
  float: right;
}
.banner button:hover {
  cursor: pointer;
}
.banner button:hover:hover {
  opacity: 0.9;
}
.banner button:hover:active {
  opacity: 0.7;
}
.banner-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
.banner-wrapper .action-button {
  padding: 10px 20px;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  margin-top: 20px;
  display: inline-block;
}
.banner-wrapper .action-button:hover {
  opacity: 0.9;
}
.banner-wrapper .action-button:active {
  opacity: 0.7;
}

.purchase-box .image {
  text-align: center;
}
.purchase-box .image img {
  width: 100%;
  max-width: 200px;
}

/**
 * Swiper 5.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 3, 2020
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

.home-promobox h2 {
  font-family: "Evogria", sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 20px;
}
.home-promobox h2.center {
  text-align: center !important;
}
.home-promobox .wrapper {
  display: block;
}
.home-promobox .wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.home-promobox .box-one {
  width: 100%;
  max-width: 70%;
  margin-left: 15%;
  padding: 50px 20px;
}
.home-promobox .box-one img {
  width: 100%;
}
.home-promobox .box-one .btn {
  margin: 40px auto;
  display: inline-block;
}
.home-promobox .box-one h2 {
  font-family: "Evogria", sans-serif;
  font-weight: normal;
}
.home-promobox .box-one p {
  font-size: 20px;
}
.home-promobox .box-one img {
  max-width: 100%;
  margin: 0 auto;
  display: inline-block;
}
.home-promobox .box-one .title {
  margin-top: 20px;
  font-weight: bold;
  font-size: 22px;
  text-transform: uppercase;
}
@media (max-width: 990px) {
  .home-promobox .box-one {
    margin-left: 0;
    max-width: 100%;
  }
}
.home-promobox .box, .home-promobox .box-three {
  float: left;
  width: 50%;
  padding: 50px 20px;
}
.home-promobox .box .btn, .home-promobox .box-three .btn {
  margin: 40px auto;
  display: inline-block;
}
.home-promobox .box h2, .home-promobox .box-three h2 {
  font-family: "Evogria", sans-serif;
  font-weight: normal;
}
.home-promobox .box p, .home-promobox .box-three p {
  font-size: 20px;
}
.home-promobox .box img, .home-promobox .box-three img {
  max-width: 100%;
  margin: 0 auto;
  display: inline-block;
}
.home-promobox .box .title, .home-promobox .box-three .title {
  margin-top: 20px;
  font-weight: bold;
  font-size: 22px;
  text-transform: uppercase;
}
.home-promobox .box .btn, .home-promobox .box-three .btn {
  margin-top: 20px;
}
.home-promobox .box .videobox, .home-promobox .box-three .videobox {
  height: 500px;
  background: url("/images/trial-bg.jpg") center center;
  background-size: cover;
  position: relative;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}
.home-promobox .box .videobox .play-btn, .home-promobox .box-three .videobox .play-btn {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
}
@media (max-width: 900px) {
  .home-promobox .box .videobox, .home-promobox .box-three .videobox {
    height: 250px;
  }
}
.home-promobox .box .videobox-desktop, .home-promobox .box-three .videobox-desktop {
  height: 500px;
  background: url("/images/trial-bg.jpg") center center;
  background-size: cover;
  position: relative;
}
@media (max-width: 900px) {
  .home-promobox .box .videobox-desktop, .home-promobox .box-three .videobox-desktop {
    display: none;
  }
}
.home-promobox .box .videobox-mobile, .home-promobox .box-three .videobox-mobile {
  height: 380px;
  background: url("/images/trial-bg.jpg") center center;
  background-size: cover;
  position: relative;
  display: none;
}
@media (max-width: 900px) {
  .home-promobox .box .videobox-mobile, .home-promobox .box-three .videobox-mobile {
    display: block;
  }
}
@media (max-width: 990px) {
  .home-promobox .box p, .home-promobox .box-three p {
    font-size: 14px;
  }
  .home-promobox .box p .btn, .home-promobox .box-three p .btn {
    font-size: 14px;
    padding: 8px 10px;
  }
  .home-promobox .box h2, .home-promobox .box-three h2 {
    font-size: 20px;
  }
  .home-promobox .box .title, .home-promobox .box-three .title {
    font-size: 16px;
  }
}
.home-promobox .box-three {
  width: 33.3333333333%;
}
.home-promobox.mirror .wrapper {
  display: block;
}
.home-promobox.mirror .wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.home-promobox.mirror .wrapper .box {
  width: 50%;
}
.home-promobox.mirror .wrapper .box:nth-child(1) {
  float: right;
}
.home-promobox.mirror .wrapper .box:nth-child(2) {
  float: left;
}
@media (max-width: 900px) {
  .home-promobox.mirror .wrapper .box {
    float: none;
    width: 100%;
  }
}
.home-promobox .promobox-content {
  padding: 40px 0;
}
.home-promobox .promobox-content h2 {
  text-align: center;
}
@media (max-width: 900px) {
  .home-promobox .wrapper {
    display: block;
  }
  .home-promobox .wrapper .box, .home-promobox .wrapper .box-three {
    float: none;
    display: block;
    width: 100%;
    padding: 20px;
  }
  .home-promobox .promobox-content {
    padding: 20px;
  }
  .home-promobox.no-mobile-padding .box:first-child {
    padding-bottom: 0;
  }
  .home-promobox.no-mobile-padding .box:last-child {
    padding-top: 0;
  }
  .home-promobox.no-mobile-padding .box h2 {
    margin-top: 5px;
  }
}
.home-promobox.black {
  background: #000;
  color: #fff;
}
@media (max-width: 990px) {
  .home-promobox.black {
    padding: 0;
    text-align: center;
  }
}
.home-promobox.black h2 {
  text-align: left;
  font-size: 35px;
  text-transform: uppercase;
  font-family: "Evogria", sans-serif;
  font-weight: normal;
}
@media (max-width: 990px) {
  .home-promobox.black h2 {
    font-size: 28px;
    text-align: center;
  }
}
.home-promobox.black .box .videobox {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.home-promobox.black .buttons {
  margin: 30px auto;
}
.home-promobox.black .buttons:after {
  content: "";
  display: table;
  clear: both;
}
.home-promobox.black .buttons a {
  width: 50%;
  float: left;
  padding: 5px;
}
.home-promobox.black .buttons a img {
  width: 180px;
  transition: transform 0.2s;
}
.home-promobox.black .buttons a:hover img {
  transform: scale(1.1);
}
@media (max-width: 990px) {
  .home-promobox.black .buttons {
    margin: 20px auto 0 auto;
  }
}
.home-become {
  padding: 40px 20px;
  background: #000;
  color: #fff;
  text-align: center;
}
.home-become .text {
  margin-top: 20px;
  font-weight: bold;
}
.home-become .text a {
  color: #fff;
  text-decoration: none;
}
.home-become .text a:hover {
  text-decoration: underline;
}
.home-halfbox {
  display: table;
  width: 100%;
}
.home-halfbox-panel {
  display: table-cell;
  width: 50%;
  padding: 20px;
  text-align: center;
}
.home-halfbox-panel p {
  max-width: 500px;
  margin: 20px auto 40px auto;
}
@media (max-width: 990px) {
  .home-halfbox-panel p {
    font-size: 14px;
  }
}
.home-halfbox-panel img {
  width: 100%;
  max-width: 500px;
}
.home-halfbox-panel.silver {
  background: #e4e5e6;
}
.home-halfbox-panel.gray {
  background: #424141;
}
.home-halfbox-panel.gray h3 {
  color: #fff;
}
.home-halfbox-panel .yotpo.yotpo-main-widget {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  background: #fff !important;
}
.home-halfbox-panel .yotpo.yotpo-main-widget:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 900px) {
  .home-halfbox {
    width: 100%;
    display: block;
  }
  .home-halfbox-panel {
    width: 100%;
    display: block;
  }
}
.home-joinnow {
  padding: 30px;
  background: #131313 url("/images/joinnowbg.jpg") left center;
  background-size: cover;
  min-height: 500px;
  color: #fff;
}
.home-joinnow h2 {
  font-family: "Evogria", sans-serif;
  font-weight: normal;
}
.home-joinnow .guarantee {
  margin-top: 40px;
  width: 100%;
  max-width: 150px;
}
.home-joinnow .content {
  max-width: 380px;
}

.nutritions {
  padding: 20px 0;
  margin: 20px 0;
  background: #e8e8e8;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.nutritions:after {
  content: "";
  display: table;
  clear: both;
}
.nutritions p {
  padding: 0 20px;
}
.nutritions h2 {
  margin: 4px 0;
  padding: 0 20px;
  text-transform: none;
}
.nutritions .nutrition-block {
  display: table;
  width: 100%;
}
.nutritions .nutrition-block:after {
  content: "";
  display: table;
  clear: both;
}
.nutritions .nutrition {
  cursor: pointer;
  padding: 10px 20px;
}
.nutritions .nutrition:hover {
  background: rgba(0, 0, 0, 0.1);
}
.nutritions .nutrition:active {
  background: rgba(0, 0, 0, 0.2);
}
.nutritions .nutrition .lock-block {
  display: table-cell;
  vertical-align: middle;
  width: 40px;
}
.nutritions .nutrition .lock-block .lock {
  margin-bottom: -4px !important;
  display: inline-block;
  margin-right: 10px;
}
.nutritions .nutrition h4 {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  margin: 0;
  width: 100%;
}
@media (max-width: 990px) {
  .nutritions .nutrition h4 {
    font-size: 14px;
    padding: 10px 0;
  }
}
.nutritions .nutrition .flag {
  display: table-cell;
  min-width: 120px;
  vertical-align: middle;
  text-transform: uppercase;
  text-align: right;
}
.nutritions .nutrition .flag.free {
  color: #2d7230;
}
.nutritions .nutrition .flag.paid {
  color: red;
}
@media (max-width: 990px) {
  .nutritions .nutrition .flag {
    font-size: 12px;
    min-width: 100px;
  }
}
.nutritions .nutrition-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  display: none;
}
.nutritions .nutrition-popup-overlay {
  position: absolute;
  z-index: 110;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(37, 36, 36, 0.4);
  overflow: scroll;
}
.nutritions .nutrition-popup-panel {
  position: absolute;
  width: 100%;
  max-width: 700px;
  z-index: 120;
  box-shadow: 0 5px 13px -4px rgba(0, 0, 0, 0.75);
  margin: 150px auto 50px auto;
  left: 0;
  right: 0;
  margin-bottom: 10px;
}
.nutritions .nutrition-popup-panel .popup-header {
  padding: 10px;
  background: #fff;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
}
.nutritions .nutrition-popup-panel .popup-header:after {
  content: "";
  display: table;
  clear: both;
}
.nutritions .nutrition-popup-panel .popup-header .popup-close {
  float: right;
  padding: 0 5px;
  text-align: center;
  display: block;
  cursor: pointer;
}
.nutritions .nutrition-popup-panel .popup-header .popup-close:hover {
  opacity: 0.7;
}
.nutritions .nutrition-popup-panel .popup-video {
  background: #fff;
}
.nutritions .nutrition-popup-panel .popup-video iframe {
  width: 100%;
  border: 0;
  height: 360px;
  margin: 0;
}
.nutritions .nutrition-popup-panel .popup-body {
  padding: 20px;
  background: #fff;
  border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
}
.nutritions .nutrition-popup-panel .popup-body h3 {
  margin-top: 0;
}
@media (max-width: 990px) {
  .nutritions .nutrition {
    padding: 5px 10px;
  }
}
@media (max-width: 990px) {
  .nutritions p {
    padding: 0 10px;
    font-size: 12px;
  }
  .nutritions h2 {
    font-size: 20px;
    padding: 0 10px;
  }
}

.wods {
  padding: 20px 0;
}
.wods:after {
  content: "";
  display: table;
  clear: both;
}
.wods .wod {
  float: left;
  width: 50%;
  padding: 20px;
  text-align: center;
}
.wods .wod-image {
  height: 270px;
  background-color: #ccc;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.wods .wod .title {
  padding: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 900px) {
  .wods .wod {
    float: left;
    width: 100%;
  }
}

.wod-detail .buttons {
  padding: 30px;
  text-align: center;
}
.wod-detail .buttons .btn {
  width: auto;
}
.wod-detail .buttons .btn.active {
  border-color: #fb0000;
}
@media (max-width: 900px) {
  .wod-detail .buttons {
    padding: 10px;
  }
  .wod-detail .buttons .btn {
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .wod-detail .buttons .btn:last-child {
    margin-bottom: 0;
    padding: 10px;
  }
}
.wod-detail .blackline {
  padding: 20px;
  background: #000;
}
.wod-detail .blackline h2 {
  padding: 0;
  margin: 0 auto;
  font-size: 25px;
  width: 100%;
  max-width: 1024px;
  color: #fff;
}
@media (max-width: 990px) {
  .wod-detail .blackline {
    padding: 10px;
  }
  .wod-detail .blackline h2 {
    font-size: 18px;
  }
}
.wod-detail .element-video-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  display: none;
}
.wod-detail .element-video-popup-overlay {
  position: absolute;
  z-index: 110;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(37, 36, 36, 0.4);
  overflow: scroll;
}
.wod-detail .element-video-popup-panel {
  position: absolute;
  width: 100%;
  max-width: 700px;
  z-index: 120;
  box-shadow: 0 5px 13px -4px rgba(0, 0, 0, 0.75);
  margin: 150px auto 50px auto;
  left: 0;
  right: 0;
}
.wod-detail .element-video-popup-panel .popup-header {
  padding: 10px;
  background: #fff;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
}
.wod-detail .element-video-popup-panel .popup-header:after {
  content: "";
  display: table;
  clear: both;
}
.wod-detail .element-video-popup-panel .popup-header .popup-close {
  float: right;
  padding: 0 5px;
  text-align: center;
  display: block;
  cursor: pointer;
  font-family: sans-serif;
}
.wod-detail .element-video-popup-panel .popup-header .popup-close:hover {
  opacity: 0.7;
}
.wod-detail .element-video-popup-panel .popup-video {
  background: #fff;
  border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
}
.wod-detail .element-video-popup-panel .popup-video iframe {
  width: 100%;
  border: 0;
  height: 360px;
  margin: 0;
}
.wod-detail .element-video-popup-panel .popup-body {
  padding: 20px;
  background: #fff;
}
.wod-detail .element-video-popup-panel .popup-body a {
  color: #000;
}
.wod-detail .element-video-popup-panel .popup-body h3 {
  margin-top: 0;
}
.wod-detail .videos {
  position: relative;
}
.wod-detail .videos .wrapper {
  padding: 0 10px;
  display: table;
  width: 100%;
}
.wod-detail .videos .wod-video:nth-child(2n+2) {
  background: #e8e8e8;
}
.wod-detail .videos .wod-video .members-image {
  height: 180px;
  background: url("/images/members-only.jpg") center center;
  background-size: cover;
  display: block;
  margin: 0 auto;
}
@media (max-width: 990px) {
  .wod-detail .videos .wod-video .members-image {
    height: 80px;
  }
}
.wod-detail .videos .wod-video .video {
  display: table-cell;
  width: 30%;
  vertical-align: top;
}
.wod-detail .videos .wod-video .video:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
}
.wod-detail .videos .wod-video .video iframe {
  width: 100%;
  height: 200px;
  border: 0;
}
@media (max-width: 990px) {
  .wod-detail .videos .wod-video .video iframe {
    height: 100px;
  }
}
.wod-detail .videos .wod-video .description {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
  width: 70%;
}
.wod-detail .videos .wod-video .description .members-only {
  color: red;
}
@media (max-width: 990px) {
  .wod-detail .videos .wod-video .description {
    font-size: 12px;
  }
}

.events:after {
  content: "";
  display: table;
  clear: both;
}
.events .event {
  padding: 40px;
  background: #e8e8e8;
}
.events .event:after {
  content: "";
  display: table;
  clear: both;
}
.events .event:nth-child(2n+2) {
  background: #fff;
}
.events .event .image {
  float: left;
  width: 320px;
  height: 320px;
  background-color: #ccc;
}
.events .event .text {
  float: left;
  width: calc(100% - 360px);
  text-transform: uppercase;
  margin-left: 40px;
}
.events .event .text .strong {
  margin-bottom: 20px;
  font-weight: bold;
}
@media (max-width: 900px) {
  .events .event .image,
  .events .event .text {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
.events .empty {
  padding: 0 20px 40px 20px;
  text-align: center;
}

.event-cover {
  height: 650px;
}
.event-detail {
  margin: 40px 0;
  display: table;
  width: 100%;
  align-items: top;
  text-transform: uppercase;
}
.event-detail a {
  color: #000;
}
.event-detail .left {
  display: table-cell;
  width: 65%;
  padding: 20px;
  vertical-align: top;
}
.event-detail .right {
  display: table-cell;
  vertical-align: top;
}
.event-detail-info {
  margin-top: 50px;
}
.event-detail-info .image {
  height: 150px;
  background-size: contain !important;
  background-repeat: no-repeat;
  background-size: center center;
  margin-bottom: 20px;
}
.event-detail-info .line {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
.event-detail-info .line .icon {
  display: table-cell;
  width: 80px;
  vertical-align: top;
}
.event-detail-info .line .icon img {
  height: 30px;
}
@media (max-width: 800px) {
  .event-detail-info .line .icon {
    display: none;
  }
}
.event-detail-info .line .value {
  display: table-cell;
  vertical-align: top;
  font-size: 25px;
}
@media (max-width: 800px) {
  .event-detail-info .line .value {
    font-size: 20px;
  }
}
.event-detail-info .line .value .name {
  font-weight: bold;
}
.event-detail-info .line .value .info-value {
  font-weight: bold;
  color: #fb0000;
}
.event-detail-info .line .value .info-subvalue {
  margin-top: 6px;
  font-size: 18px;
}
@media (max-width: 800px) {
  .event-detail-info .line .value .info-subvalue {
    font-size: 16px;
  }
}
@media (max-width: 800px) {
  .event-detail {
    display: block;
  }
  .event-detail .left,
  .event-detail .right {
    display: block;
    padding: 0 20px;
    width: 100%;
  }
}

.workshops {
  padding-bottom: 40px;
}
.workshops:after {
  content: "";
  display: table;
  clear: both;
}
.workshops .workshop {
  padding: 40px;
  background: #fff;
}
.workshops .workshop:after {
  content: "";
  display: table;
  clear: both;
}
.workshops .workshop:nth-child(2n+2) {
  background: #e8e8e8;
}
.workshops .workshop .image {
  float: left;
  width: 320px;
  height: 320px;
  background-color: #ccc;
}
.workshops .workshop .text {
  float: left;
  width: calc(100% - 360px);
  text-transform: uppercase;
  margin-left: 40px;
}
.workshops .workshop .text .strong {
  margin-bottom: 20px;
  font-weight: bold;
}
@media (max-width: 900px) {
  .workshops .workshop .image,
  .workshops .workshop .text {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}

.about-header {
  padding: 40px 20px;
  background: url("/images/about.jpg") center center;
  background-size: cover;
  text-align: center;
  color: #fff;
}
.about-header h1 {
  text-transform: uppercase;
  font-size: 50px;
}
.about-header h2 {
  font-weight: normal;
  font-size: 20px;
  position: relative;
}
.about-header h2::before {
  position: absolute;
  width: 180px;
  height: 1px;
  background: rgba(255, 255, 255, 0.6);
  margin-left: -210px;
  margin-top: 12px;
  content: "";
}
.about-header h2::after {
  position: absolute;
  width: 180px;
  height: 1px;
  background: rgba(255, 255, 255, 0.6);
  margin-left: 30px;
  margin-top: 12px;
  content: "";
}
@media (max-width: 900px) {
  .about-header h1 {
    font-size: 30px;
  }
  .about-header h2::before, .about-header h2::after {
    display: none;
  }
}
.about-quote {
  text-align: center;
  padding: 40px 20px;
}
.about-quote .quote {
  margin-bottom: 20px;
  font-size: 30px;
  position: relative;
}
.about-quote .quote::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 1px;
  background: #000;
  margin-top: -20px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
.about-quote .quote::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 1px;
  background: #000;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
.about-quote .quote .author {
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 900px) {
  .about-quote .quote {
    font-size: 20px !important;
  }
}
.about-story .story-line {
  width: 100%;
}
.about-story-block h2 {
  color: #fb0000;
  font-size: 38px;
  margin-bottom: 0;
  padding-left: 20px;
}
@media (max-width: 900px) {
  .about-story-block h2 {
    font-size: 28px !important;
  }
}
.about-story-block img {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.blocks {
  display: table;
  width: 100%;
}
.blocks .half {
  width: 50%;
  display: table-cell;
  padding: 20px;
  vertical-align: top;
}
.blocks .half p {
  margin: 0;
  margin-bottom: 10px;
}
.blocks .half p.big {
  font-size: 30px;
}
@media (max-width: 900px) {
  .blocks .half p.big {
    font-size: 28px !important;
  }
}
.blocks .half .image {
  width: 100%;
}
.blocks .full {
  display: table-cell;
  width: 100%;
  padding: 20px;
  vertical-align: top;
}
.blocks .full p.big {
  font-size: 30px;
}
@media (max-width: 900px) {
  .blocks .full p.big {
    font-size: 24px !important;
  }
}
@media (max-width: 900px) {
  .blocks {
    display: block;
  }
  .blocks .half,
  .blocks .full {
    display: block;
    width: 100%;
  }
}

.arrows-gif {
  margin: 0 auto;
  width: 280px;
}

.become h2 {
  font-family: "Evogria", sans-serif;
  font-weight: normal;
}
.become-slogen-line {
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  background: #d7d7d7;
}
.become-online-text {
  padding: 20px;
  color: #fff;
  background: #000;
  margin: 0;
  text-align: center;
  font-size: 22px;
}
.become-sale-text {
  padding: 20px;
  background: #000;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 21px;
}
.become-sale-text h2 {
  font-family: "Evogria", sans-serif;
  font-weight: normal;
}
.become-sale-text .box {
  padding: 10px;
  font-size: 30px;
  display: inline-block;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
.become-sale-text br {
  display: none;
}
@media (max-width: 900px) {
  .become-sale-text {
    font-size: 14px;
    padding: 10px 20px 10px 20px;
  }
  .become-sale-text h2 {
    margin-top: 0;
    font-size: 20px;
    margin-bottom: 5px;
  }
  .become-sale-text br {
    display: inline;
  }
}
.become-discounted-line {
  padding: 10px;
  background: #fb0000;
  color: #fff;
}
.become-discounted-line:after {
  content: "";
  display: table;
  clear: both;
}
.become-discounted-line .box {
  display: table;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.become-discounted-line .box .block {
  width: 50%;
  display: table-cell;
  padding: 20px;
  vertical-align: middle;
}
.become-discounted-line .box .block .title {
  font-size: 50px;
  text-transform: uppercase;
}
.become-discounted-line .box .block .time-block {
  float: left;
  margin-right: 10px;
  padding: 10px;
  width: calc((100% - 40px) / 3);
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
  text-align: center;
}
.become-discounted-line .box .block .time-block .number {
  font-size: 50px;
}
.become-discounted-line .box .block .time-block .text {
  opacity: 0.5;
}
@media (max-width: 900px) {
  .become-discounted-line .box {
    display: block;
    text-align: center;
  }
  .become-discounted-line .box .block {
    display: block;
    width: 100%;
  }
  .become-discounted-line .box .block .title {
    font-size: 30px;
  }
}
.become-plans {
  padding: 40px 20px;
  background: #000;
}
.become-plans h2 {
  font-family: "Evogria", sans-serif;
  font-weight: normal;
}
.become-plans .check-out {
  padding: 20px;
  border: 5px solid #9d9d9d;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  max-width: 850px;
  margin: 10px auto;
  display: none;
}
.become-plans .check-out .sr-field-error {
  text-align: center;
  color: #fb0000;
  font-weight: bold;
}
.become-plans .check-out .title {
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}
.become-plans .check-out .progress {
  padding: 5px;
  background: #282828;
  margin-bottom: 20px;
}
.become-plans .check-out .progress .line {
  background: #fb0000;
  padding: 10px;
  color: #fff;
  width: 50%;
  text-transform: uppercase;
  text-align: center;
}
.become-plans .check-out .redline {
  margin: 20px 0;
  height: 5px;
  background: #fb0000;
}
.become-plans .check-out .box-info {
  margin: 10px 0;
  text-align: center;
  font-size: 16px;
}
.become-plans .check-out .box-info.or-text {
  margin-bottom: 20px;
}
.become-plans .check-out .section {
  padding: 10px;
  border-bottom: 4px solid #fb0000;
  margin-bottom: 10px;
}
.become-plans .check-out .section .text {
  font-weight: bold;
  text-transform: uppercase;
}
.become-plans .check-out .step-2 {
  display: none;
}
.become-plans .check-out button {
  padding: 20px;
  display: block;
  width: 100%;
  background: #30bc40;
  border: 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  cursor: pointer;
  max-width: 250px;
  margin: 10px auto;
}
.become-plans .check-out button:hover {
  background: #2ba839;
}
.become-plans .check-out button:active {
  background: #269332;
}
.become-plans .check-out .button-small {
  padding: 10px;
  max-width: 100px;
  font-size: 12px;
  display: inline-block;
  margin: 0;
}
.become-plans .check-out .button-paypal {
  margin: 10px auto;
  padding: 20px;
  display: block;
  width: 100%;
  background: #faa522;
  border: 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  max-width: 250px;
}
.become-plans .check-out .button-paypal:hover {
  background: #f99b09;
}
.become-plans .check-out .button-paypal:active {
  background: #e48c05;
}
.become-plans .check-out .button-paypal .pay {
  color: #00457c;
}
.become-plans .check-out .button-paypal .pal {
  color: #0075c0;
}
.become-plans .check-out .box {
  padding: 20px;
  border: 1px solid #9d9d9d;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background: #f6f6f6;
}
.become-plans .check-out .box:after {
  content: "";
  display: table;
  clear: both;
}
.become-plans .check-out .box.light {
  border: 0;
  background: none;
  padding: 0 20px;
}
.become-plans .check-out .box-half {
  float: left;
  width: 50%;
}
@media (max-width: 900px) {
  .become-plans .check-out .box-half {
    float: none;
    width: 100%;
  }
}
.become-plans .check-out .box .text {
  margin: 5px;
}
.become-plans .check-out .box .padding-right-5 {
  padding-right: 5px;
}
.become-plans .check-out .box .padding-left-5 {
  padding-left: 5px;
}
.become-plans .check-out .box input {
  padding: 10px;
  font-size: 16px;
  border: 0;
  width: 100%;
  background: #e5e8e8;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  margin: 4px 0;
}
.become-plans.white {
  background: #fff;
}
.become-plans .coupon-input {
  display: none;
}
.become-plans .coupon-input.show {
  display: block;
}
.become-plans .coupon-label {
  cursor: pointer;
}
.become-plans .payment-logos {
  margin: 20px auto 0 auto;
  text-align: center;
  display: block;
  padding: 10px;
  background: #fff;
  width: 100%;
  max-width: 180px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.become-plans .payment-logos img {
  width: 100%;
  display: block;
}
.become-plans .plan-list {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
}
.become-plans .plan-list.items-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1110px) {
  .become-plans .plan-list {
    display: block;
  }
}
.become-plans .plan {
  padding: 10px;
}
.become-plans .plan.center {
  float: none;
  margin: 0 auto;
}
.become-plans .plan .title {
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 20px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.become-plans .plan .block {
  background: #2f2f2f;
  color: #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  text-align: center;
  border: 5px solid #000;
  position: relative;
}
.become-plans .plan .block .badge {
  position: absolute;
  width: 130px;
  top: -50px;
  right: -30px;
}
.become-plans .plan .block .most-popular {
  position: absolute;
  padding: 5px 10px;
  background: #fb0000;
  color: #fff;
  left: 0;
  right: 0;
  top: -13px;
  width: 100px;
  margin: 0 auto;
  font-size: 13px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.become-plans .plan .block.selected {
  border-color: #fb0000;
}
.become-plans .plan .block .btn {
  width: 100%;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  box-shadow: 0px 10px 0px 0px rgba(0, 0, 0, 0.3);
}
.become-plans .plan .block .oldprice {
  color: #a2a2a2;
  font-size: 26px;
  padding: 20px 10px 0 10px;
}
.become-plans .plan .block .price {
  font-size: 35px;
  padding: 10px;
  font-weight: bold;
}
.become-plans .plan .block .price span {
  font-weight: normal;
  font-size: 15px;
}
.become-plans .plan .block .description {
  padding: 20px 10px 10px 10px;
}
@media (max-width: 900px) {
  .become-plans .plan {
    width: 100%;
  }
}
.become-plans .guarantee {
  width: 150px;
  display: block;
  margin: 30px auto 0 auto;
}
.become-freevideos {
  padding: 40px 20px;
  background: #fff;
}
.become-freevideos .swiper-wrapper {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.become-freevideos .image-box {
  height: 300px;
}
.become-freevideos .image-box-bg {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.become-freevideos .image-box:hover {
  opacity: 0.9;
  cursor: pointer;
}
.become-freevideos .video-popup {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 400;
}
.become-freevideos .video-popup-overflow {
  z-index: 410;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.become-freevideos .video-popup-body {
  position: absolute;
  background: #fff;
  padding: 20px;
  left: 0;
  right: 0;
  margin: 50px auto;
  width: 100%;
  max-width: 600px;
  z-index: 420;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.become-freevideos .video-popup-body .close {
  font-weight: bold;
  float: right;
  cursor: pointer;
}
.become-freevideos .video-popup-body iframe {
  width: 100%;
  height: 300px;
  border: 0;
}
.become-freevideos.testimonial-block .testimonials:after {
  content: "";
  display: table;
  clear: both;
}
.become-freevideos.testimonial-block .testimonials .testimonial {
  float: left;
  width: 25%;
  padding: 10px 4px 20px 4px;
}
.become-freevideos.testimonial-block .testimonials .testimonial .image-box-test {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.become-freevideos.testimonial-block .testimonials .testimonial .image-box-test:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
}
.become-freevideos.testimonial-block .testimonials .testimonial .image-box-test:hover {
  opacity: 0.7;
  cursor: pointer;
}
.become-freevideos.testimonial-block .testimonials .testimonial .image-box-test:active {
  opacity: 1;
}
.become-freevideos.testimonial-block .testimonials .testimonial iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0 auto;
}
.become-freevideos.testimonial-block .testimonials .testimonial .text {
  margin-top: 5px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 900px) {
  .become-freevideos.testimonial-block .testimonials .testimonial {
    float: none;
    width: 100%;
    text-align: center;
  }
}
.become-membership {
  padding: 40px 20px;
}
.become-membership .image-box {
  height: 300px;
}
.become-membership .image-box-bg {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.become-membership .blocks .block {
  float: left;
  width: 25%;
  padding: 10px;
}
.become-membership .blocks .block .image {
  width: 100%;
  max-width: 260px;
  height: 260px;
  background-color: #ccc;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  margin: 0 auto;
  display: block;
}
.become-membership .blocks .block .title {
  text-transform: uppercase;
  margin: 20px 0;
  text-align: center;
  font-weight: bold;
}
.become-membership .blocks .block ul {
  margin: 0.75em 0;
  padding: 0 1em;
  list-style: none;
}
.become-membership .blocks .block ul li::before {
  content: "";
  border-color: transparent #111;
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.45em;
  display: block;
  height: 0;
  width: 0;
  left: -1em;
  top: 0.9em;
  position: relative;
}
@media (max-width: 900px) {
  .become-membership .blocks .block {
    float: none;
    width: 100%;
  }
}
.become-membership.body-block .bodies:after {
  content: "";
  display: table;
  clear: both;
}
.become-membership.body-block .bodies .body {
  float: left;
  width: 25%;
  padding: 10px;
}
.become-membership.body-block .bodies .body .image-box {
  height: 220px;
  width: 220px;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .become-membership.body-block .bodies .body {
    float: none;
    width: 100%;
  }
  .become-membership.body-block .bodies .body .image-box {
    width: calc(100% - 5px);
    height: auto;
    padding-bottom: calc(100% - 5px);
  }
}
@media (max-width: 900px) {
  .become-membership {
    padding: 20px 10px;
  }
}
.become-faq {
  padding: 40px 20px;
  background: #000;
  color: #fff;
}
.become-faq h2 {
  font-family: "Evogria", sans-serif;
  font-weight: normal;
}
.become-faq .list .item {
  margin-bottom: 20px;
}
.become-faq .list .item .question {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
  margin-left: 30px;
  cursor: pointer;
}
.become-faq .list .item .question::before {
  content: "";
  border-color: transparent #fb0000;
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.45em;
  display: block;
  height: 0;
  width: 0;
  left: -1em;
  top: 0.9em;
  position: relative;
}
.become-faq .list .item .answer {
  margin-left: 30px;
  display: none;
}
.become-faq .list .item.opened .answer {
  display: block;
}
.become-faq .list .item.opened .question::before {
  transform: rotate(90deg);
}
.become-buttons {
  padding: 40px 20px;
  background: #000;
  color: #fff;
  text-align: center;
}
.become-buttons .image {
  height: 30px;
  margin-bottom: -8px;
  margin-right: 20px;
}
@media (max-width: 560px) {
  .become-buttons .image {
    margin-bottom: 20px;
  }
}

.get-started-button {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
  max-width: 240px;
  margin-top: -35px;
  margin-bottom: -38px;
}
.get-started-button img {
  width: 100%;
  max-width: 240px;
}
.get-started-button:hover {
  opacity: 0.9;
}

.auth-page {
  padding: 50px 20px;
  text-align: center;
}
.auth-page .half {
  display: flex;
}
.auth-page .half .half-panel {
  width: 50%;
}
@media (max-width: 1000px) {
  .auth-page .half {
    display: block;
  }
  .auth-page .half .half-panel {
    width: 100%;
  }
}
.auth-page .form-group {
  max-width: 500px;
  margin: 0 auto;
  border-top: 1px solid rgb(238, 238, 238);
  border-left: 1px solid rgb(238, 238, 238);
  border-right: 1px solid rgb(238, 238, 238);
  padding: 20px;
  text-align: left;
}
.auth-page .form-group label {
  text-transform: uppercase;
}
.auth-page .form-group input {
  width: 100%;
  padding: 10px;
}
.auth-page .mb-0 {
  border-bottom: 1px solid rgb(238, 238, 238);
}
.auth-page .btn {
  border: 0;
  cursor: pointer;
}
.auth-page .btn-link {
  margin-top: 20px;
}

.fb-button-hidden {
  display: none;
}

.shoppinglist .wrapper {
  padding: 40px 20px;
}
@media (max-width: 850px) {
  .shoppinglist .wrapper {
    padding: 10px;
  }
}
.shoppinglist .lists:after {
  content: "";
  display: table;
  clear: both;
}
.shoppinglist .lists .listbox {
  float: left;
  margin: 10px;
  width: calc(33.3333333333% - 20px);
  background: #4d4d4f;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.shoppinglist .lists .listbox-header {
  padding: 15px 10px;
  background: #000;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  text-align: center;
  font-size: 14px;
}
.shoppinglist .lists .listbox-header img {
  height: 18px;
  margin-bottom: -4px;
  margin-right: 8px;
}
.shoppinglist .lists .listbox-body {
  padding: 20px;
  text-align: center;
  color: #fff;
}
.shoppinglist .lists .listbox-body .list-text {
  display: none;
}
.shoppinglist .lists .listbox-body a {
  color: #fff;
}
.shoppinglist .lists .listbox-body ul {
  margin: 0;
  text-align: center;
  list-style-position: inside;
}
.shoppinglist .lists .listbox-body ul li {
  margin-left: -30px;
}
@media (max-width: 850px) {
  .shoppinglist .lists .listbox {
    float: none;
    width: 100%;
    margin: 10px 0;
  }
  .shoppinglist .lists .listbox-body {
    padding: 10px;
  }
}

.membership-exist {
  margin-top: 40px;
}
.membership-exist:after {
  content: "";
  display: table;
  clear: both;
}

.panels {
  display: table;
  width: 100%;
  border-top: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}

.panel {
  display: table-cell;
  padding: 20px;
  border-left: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.panel.text-center {
  text-align: center;
}
.panel.large {
  width: 70%;
}
.panel h4 {
  margin: 0 0 20px 0;
  text-transform: uppercase;
}
.panel .payment-button {
  margin-top: 20px;
}
.panel .infos {
  padding: 20px 20px 0 20px;
}
.panel .infos label {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 4px;
  font-size: 12px;
}
.panel .infos input {
  padding: 10px;
  width: 100%;
  margin-bottom: 10px;
}

@media (max-width: 900px) {
  .panels {
    display: block;
  }
  .panels .panel {
    width: 100%;
    display: block;
  }
}
main.payment .borderbox {
  width: 100%;
  max-width: 600px;
  margin: 50px auto;
  padding: 20px;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  text-align: center;
}

.all-videos .element-video-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  display: none;
}
.all-videos .element-video-popup-overlay {
  position: absolute;
  z-index: 110;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(37, 36, 36, 0.4);
  overflow: scroll;
}
.all-videos .element-video-popup-panel {
  position: absolute;
  width: 100%;
  max-width: 700px;
  z-index: 120;
  box-shadow: 0 5px 13px -4px rgba(0, 0, 0, 0.75);
  margin: 150px auto 50px auto;
  left: 0;
  right: 0;
}
.all-videos .element-video-popup-panel .popup-header {
  padding: 10px;
  background: #fff;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
}
.all-videos .element-video-popup-panel .popup-header:after {
  content: "";
  display: table;
  clear: both;
}
.all-videos .element-video-popup-panel .popup-header .popup-close {
  float: right;
  padding: 0 5px;
  text-align: center;
  display: block;
  cursor: pointer;
}
.all-videos .element-video-popup-panel .popup-header .popup-close:hover {
  opacity: 0.7;
}
.all-videos .element-video-popup-panel .popup-video {
  background: #fff;
  border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
}
.all-videos .element-video-popup-panel .popup-video iframe {
  width: 100%;
  border: 0;
  height: 360px;
  margin: 0;
}
.all-videos .element-video-popup-panel .popup-body {
  padding: 20px;
  background: #fff;
}
.all-videos .element-video-popup-panel .popup-body h3 {
  margin-top: 0;
}
.all-videos .filters {
  padding: 40px 20px;
  text-align: center;
}
.all-videos .filters .search-block {
  position: relative;
  margin: 0 auto;
  margin-bottom: 10px;
  max-width: 600px;
  width: 100%;
}
.all-videos .filters .search-block img {
  position: absolute;
  z-index: 5;
  height: 25px;
  right: 10px;
  top: 8px;
  cursor: pointer;
}
.all-videos .filters .search-input {
  width: 100%;
  padding: 10px 50px 10px 10px;
  background: #282828;
  color: #fff;
  text-transform: uppercase;
  border: 0;
  font-size: 16px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
.all-videos .filters-list {
  margin-bottom: 10px;
  text-align: left;
}
.all-videos .filters-list .title {
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  color: #888888;
  padding-left: 10px;
}
.all-videos .filters-list .filter-category {
  padding: 5px;
}
.all-videos .filters-list .filter-category:after {
  content: "";
  display: table;
  clear: both;
}
.all-videos .filters-list .filter-category button {
  float: left;
  width: calc(12.5% - 8px);
  margin: 4px;
  background: #e8e8e8;
  padding: 10px;
  border: 0;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  font-weight: bold;
  color: #282828;
  font-size: 14px;
}
@media (min-width: 991px) {
  .all-videos .filters-list .filter-category button:hover {
    background: #4d4d4d;
    color: #fff;
    cursor: pointer;
  }
}
.all-videos .filters-list .filter-category button.active {
  background: #000;
  color: #fff;
}
@media (max-width: 1040px) {
  .all-videos .filters-list .filter-category button {
    width: calc(20% - 8px);
  }
}
@media (max-width: 990px) {
  .all-videos .filters-list .filter-category button {
    font-size: 12px;
    padding: 8px;
  }
}
@media (max-width: 660px) {
  .all-videos .filters-list .filter-category button {
    width: calc(33.3333333333% - 8px);
  }
}
@media (max-width: 550px) {
  .all-videos .filters-list .filter-category button {
    width: calc(50% - 8px);
  }
}
.all-videos-list {
  padding: 20px;
  background: #e8e8e8;
  border-radius: 20px 20px 0 0;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
}
@media (max-width: 990px) {
  .all-videos-list {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    padding: 10px;
  }
}
.all-videos-list h2 {
  text-align: center;
}
.all-videos-list .data-results {
  padding: 20px;
}
.all-videos-list .data-results .please-wait {
  text-align: center;
}
.all-videos-list .data-results-item {
  margin-bottom: 50px;
  display: table;
  width: 100%;
  text-transform: uppercase;
}
.all-videos-list .data-results-item .image {
  display: table-cell;
  width: 30%;
  text-align: center;
  vertical-align: middle;
}
.all-videos-list .data-results-item .image img {
  width: 100%;
  max-width: 240px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.all-videos-list .data-results-item .title {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 18px;
}
.all-videos-list .data-results-item .text {
  display: table-cell;
  padding: 10px;
  padding-left: 20px;
  vertical-align: middle;
  font-size: 14px;
}
@media (max-width: 900px) {
  .all-videos-list .data-results-item .image {
    height: auto;
  }
  .all-videos-list .data-results-item .text {
    font-size: 12px;
  }
  .all-videos-list .data-results-item .title {
    font-size: 14px;
  }
  .all-videos-list .data-results-item .btn {
    font-size: 12px;
    padding: 5px 10px;
  }
}
@media (max-width: 900px) {
  .all-videos-list .data-results {
    padding: 0;
  }
}

.page-content {
  padding: 50px 20px;
}

.subscribe {
  padding: 20px;
  background: #000;
  text-align: center;
  color: #fff;
}
.subscribe .logo {
  width: 100%;
  max-width: 250px;
}
.subscribe p {
  font-weight: bold;
  font-size: 22px;
  text-transform: uppercase;
}
.subscribe h2 {
  color: #fff;
}
.subscribe .icons img {
  width: 50px;
  margin: 5px;
}
@media (max-width: 990px) {
  .subscribe .logo {
    max-width: 180px;
  }
  .subscribe h2 {
    font-size: 22px;
  }
  .subscribe p {
    font-size: 16px;
  }
}
.subscribe-chatbot {
  padding: 40px 10px;
}
.subscribe-popup {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 200;
}
.subscribe-popup-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 250;
  background: rgba(0, 0, 0, 0.5);
}
.subscribe-popup-body {
  position: absolute;
  width: 100%;
  max-width: 500px;
  z-index: 300;
  color: #fff;
  margin: 20px auto;
  left: 0;
  right: 0;
  text-align: center;
  background: #000;
  padding: 20px;
}
.subscribe-popup-body .success {
  padding: 20px;
  text-align: center;
  font-weight: bold;
  color: rgb(48, 128, 48);
  text-transform: uppercase;
  background: #fff;
}
.subscribe-popup-body span.close {
  float: right;
  font-weight: bold;
  margin-bottom: 20px;
  cursor: pointer;
}
.subscribe-popup-body img {
  width: 100%;
}
.subscribe-popup-body input {
  width: 100%;
  padding: 10px;
  border: 0;
  font-size: 16px;
}

.page {
  padding: 50px 20px;
}
@media (max-width: 990px) {
  .page {
    padding: 20px 10px;
  }
}

.videos-parent:after {
  content: "";
  display: table;
  clear: both;
}
.videos-parent .element {
  padding: 20px 0;
}
.videos-parent .element:nth-child(2n+2) {
  background: #e8e8e8;
}
.videos-parent .element .wrapper {
  display: table;
  width: 100%;
  max-width: 1024px;
}
.videos-parent .element-image {
  width: 30%;
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
}
.videos-parent .element-content {
  padding: 20px;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
@media (max-width: 990px) {
  .videos-parent .element-content {
    font-size: 12px !important;
    padding: 10px;
  }
  .videos-parent .element-content h3 span {
    font-size: 12px !important;
  }
  .videos-parent .element-content .btn {
    font-size: 12px;
    padding: 6px 20px;
  }
}
.videos-parent .element iframe {
  border: 0;
  width: 100%;
  height: 200px;
}
.videos-parent .element .title {
  font-size: 18px;
}
@media (max-width: 990px) {
  .videos-parent .element .title {
    font-size: 14px;
  }
}
.videos-parent .element .image {
  text-align: center;
}
.videos-parent .element .image img {
  width: 100%;
  max-width: 200px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.videos-parent .element .title {
  margin-bottom: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
.videos-parent .element ul {
  padding-left: 17px;
  font-size: 14px;
}
.videos-parent .element p {
  margin: 0 auto;
  font-size: 14px;
}
.videos-parent .element p span {
  font-size: 14px !important;
}
.videos-parent .element .text {
  margin-bottom: 15px;
  font-size: 14px;
}
@media (max-width: 990px) {
  .videos-parent .element {
    padding: 10px 0;
  }
  .videos-parent .element ul {
    font-size: 12px;
  }
  .videos-parent .element p {
    font-size: 12px;
  }
  .videos-parent .element p span {
    font-size: 12px !important;
  }
  .videos-parent .element .text {
    font-size: 12px;
  }
}
.videos-parent .part {
  margin-top: 20px;
  margin-bottom: 40px;
  background: #e8e8e8;
  padding: 20px 0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.videos-parent .part-title {
  padding: 0 20px;
}
.videos-parent .part h2 {
  margin: 4px 0;
  padding: 0 20px;
  text-transform: none;
}
.videos-parent .part h2 a {
  color: #000;
  text-decoration: none;
}
.videos-parent .part p {
  padding: 0 20px;
}
@media (max-width: 900px) {
  .videos-parent .part {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
  }
  .videos-parent .part-title {
    padding: 0 10px;
  }
  .videos-parent .part h2 {
    font-size: 20px;
    padding: 0 10px;
  }
  .videos-parent .part p {
    font-size: 12px;
    padding: 0 10px;
  }
}
.videos-parent .lession {
  padding: 10px 20px;
  display: block;
  color: #000;
  text-decoration: none;
}
.videos-parent .lession:after {
  content: "";
  display: table;
  clear: both;
}
.videos-parent .lession:hover {
  background: rgba(0, 0, 0, 0.1);
}
.videos-parent .lession:active {
  background: rgba(0, 0, 0, 0.2);
}
.videos-parent .lession .lock-block {
  display: table-cell;
  vertical-align: middle;
  width: 40px;
}
.videos-parent .lession .lock-block .lock {
  margin-bottom: -4px !important;
  display: inline-block;
  margin-right: 10px;
}
.videos-parent .lession.click {
  cursor: pointer;
}
.videos-parent .lession h4 {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  margin: 0;
}
@media (max-width: 990px) {
  .videos-parent .lession h4 {
    font-size: 14px;
    padding: 10px 0;
  }
}
.videos-parent .lession .subtitle {
  opacity: 0.8;
  font-size: 14px;
}
.videos-parent .lession .flag {
  display: table-cell;
  width: 110px;
  vertical-align: middle;
  text-transform: uppercase;
  text-align: right;
}
.videos-parent .lession .flag.free {
  color: #2d7230;
}
.videos-parent .lession .flag.paid {
  color: red;
}
.videos-parent .lession .lock {
  width: 20px;
  margin-top: 2px;
}
@media (max-width: 990px) {
  .videos-parent .lession {
    padding: 5px 10px;
  }
  .videos-parent .lession .flag {
    font-size: 12px;
  }
}
.videos-parent .lesson-block {
  width: 100%;
  display: table;
}
.videos-parent .title-bar {
  padding: 20px;
  background: #000;
  color: #fff;
}
.videos-parent .title-bar h2 {
  padding: 0;
  margin: 0 auto;
  font-size: 25px;
  width: 100%;
  max-width: 1024px;
  color: #fff;
}
@media (max-width: 900px) {
  .videos-parent .title-bar {
    padding: 10px;
  }
  .videos-parent .title-bar h2 {
    font-size: 18px;
  }
}
.videos-parent .element-video {
  background: #e8e8e8;
}
.videos-parent .element-video:after {
  content: "";
  display: table;
  clear: both;
}
.videos-parent .element-video .open-video {
  cursor: pointer;
}
.videos-parent .element-video:nth-child(2n+2) {
  background: #fff;
}
.videos-parent .element-video .wrapper {
  padding: 20px;
}
.videos-parent .element-video .table {
  display: table;
  width: 100%;
}
.videos-parent .element-video .video {
  display: table-cell;
  width: 300px;
  position: relative;
}
.videos-parent .element-video .video iframe {
  border: 0;
}
.videos-parent .element-video .video .members-palceholder {
  width: 100%;
  max-width: 300px;
  height: 150px;
  background: url("/images/members-only.jpg") center center;
  background-size: cover;
  display: block;
  margin: 0 auto;
}
.videos-parent .element-video .video:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
}
.videos-parent .element-video .video-info {
  display: table-cell;
  width: calc(100% - 300px);
  vertical-align: middle;
  padding-left: 20px;
}
.videos-parent .element-video .video-info h4 {
  font-size: 20px;
  margin: 4px 0;
}
.videos-parent .element-video .video-info p {
  margin: 0 0 15px 0;
}
.videos-parent .element-video .video-info .flag.free {
  color: #2d7230;
}
.videos-parent .element-video .video-info .flag.paid {
  color: red;
}
.videos-parent .element-video-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  display: none;
}
.videos-parent .element-video-popup-overlay {
  position: absolute;
  z-index: 110;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(37, 36, 36, 0.4);
  overflow: scroll;
}
.videos-parent .element-video-popup-panel {
  position: absolute;
  width: 100%;
  max-width: 700px;
  z-index: 120;
  box-shadow: 0 5px 13px -4px rgba(0, 0, 0, 0.75);
  margin: 150px auto 50px auto;
  left: 0;
  right: 0;
}
.videos-parent .element-video-popup-panel .popup-header {
  padding: 10px;
  background: #fff;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
}
.videos-parent .element-video-popup-panel .popup-header:after {
  content: "";
  display: table;
  clear: both;
}
.videos-parent .element-video-popup-panel .popup-header .popup-close {
  float: right;
  padding: 0 5px;
  text-align: center;
  display: block;
  cursor: pointer;
  font-family: sans-serif;
}
.videos-parent .element-video-popup-panel .popup-header .popup-close:hover {
  opacity: 0.7;
}
.videos-parent .element-video-popup-panel .popup-video {
  background: #fff;
  border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
}
.videos-parent .element-video-popup-panel .popup-video iframe {
  width: 100%;
  border: 0;
  height: 360px;
  margin: 0;
}
.videos-parent .element-video-popup-panel .popup-body {
  padding: 20px;
  background: #fff;
  border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
}
.videos-parent .element-video-popup-panel .popup-body a {
  color: #000;
}
.videos-parent .element-video-popup-panel .popup-body h3 {
  margin-top: 0;
}
@media (max-width: 900px) {
  .videos-parent .element-video .video {
    width: 30%;
  }
  .videos-parent .element-video .video iframe {
    width: 100%;
    height: auto;
  }
  .videos-parent .element-video .video img {
    width: 100%;
    height: auto;
  }
  .videos-parent .element-video .video-info {
    width: 70%;
    padding: 20px;
    font-size: 13px;
  }
  .videos-parent .element-video .video-info h4 {
    font-size: 16px;
  }
}

.next-lesson-button {
  padding: 20px;
  text-align: right;
}
.next-lesson-button:after {
  content: "";
  display: table;
  clear: both;
}

#coupon-text {
  display: none;
}

#coupon-price {
  color: green;
}

#coupon-errors {
  color: red;
}

.coupon-input {
  margin-bottom: 10px;
  margin-top: 10px;
  position: relative;
}

.coupon-input .loading-gif {
  position: absolute;
  width: 50px;
  right: 5px;
  top: -2px;
  display: none;
}

.plan-clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.coupon-field {
  margin-top: 20px;
  margin-left: 20px;
}
.coupon-field .coupon-input {
  position: relative;
}
.coupon-field .coupon-field-panel {
  display: block;
  width: 100%;
  max-width: 250px;
  position: relative;
}
.coupon-field input {
  padding: 10px;
  border: 1px solid #ccc;
}

.channel {
  padding: 20px 0;
}
.channel:after {
  content: "";
  display: table;
  clear: both;
}
.channel .info-text {
  padding: 10px 10px 30px 10px;
}
.channel a {
  color: #000;
  text-decoration: none;
}
.channel-block {
  float: left;
  width: 50%;
  padding: 20px;
  text-align: center;
}
.channel-block-image {
  height: 270px;
  background-color: #ccc;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.channel-block button img {
  height: 18px;
  margin-bottom: -4px;
  margin-right: 10px;
}
.channel-block .youtube {
  position: relative;
}
.channel-block .youtube iframe {
  width: 100%;
  height: 270px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.channel-block .youtube:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
}
.channel-block .title {
  padding: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 900px) {
  .channel-block {
    float: left;
    width: 100%;
  }
}
.channel-block .element-video {
  background: #e8e8e8;
}
.channel-block .element-video:after {
  content: "";
  display: table;
  clear: both;
}
.channel-block .element-video .open-video {
  cursor: pointer;
}
.channel-block .element-video .wrapper {
  padding: 20px;
}
.channel-block .element-video-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  display: none;
}
.channel-block .element-video-popup-overlay {
  position: absolute;
  z-index: 110;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(37, 36, 36, 0.4);
  overflow: scroll;
}
.channel-block .element-video-popup-panel {
  position: absolute;
  width: 100%;
  max-width: 700px;
  z-index: 120;
  box-shadow: 0 5px 13px -4px rgba(0, 0, 0, 0.75);
  margin: 150px auto 50px auto;
  left: 0;
  right: 0;
}
.channel-block .element-video-popup-panel .popup-header {
  padding: 10px;
  background: #fff;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
}
.channel-block .element-video-popup-panel .popup-header:after {
  content: "";
  display: table;
  clear: both;
}
.channel-block .element-video-popup-panel .popup-header .popup-close {
  float: right;
  padding: 0 5px;
  text-align: center;
  display: block;
  cursor: pointer;
  font-family: sans-serif;
}
.channel-block .element-video-popup-panel .popup-header .popup-close:hover {
  opacity: 0.7;
}
.channel-block .element-video-popup-panel .popup-video {
  background: #fff;
  border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
}
.channel-block .element-video-popup-panel .popup-video iframe {
  width: 100%;
  border: 0;
  height: 360px;
  margin: 0;
}
.channel-block .element-video-popup-panel .popup-body {
  padding: 20px;
  background: #fff;
  border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
}
.channel-block .element-video-popup-panel .popup-body a {
  color: #000;
}
.channel-block .element-video-popup-panel .popup-body h3 {
  margin-top: 0;
}
@media (max-width: 900px) {
  .channel-block .element-video .video {
    width: 30%;
  }
  .channel-block .element-video .video iframe {
    width: 100%;
    height: auto;
  }
  .channel-block .element-video .video img {
    width: 100%;
    height: auto;
  }
  .channel-block .element-video .video-info {
    width: 70%;
    padding: 20px;
    font-size: 13px;
  }
  .channel-block .element-video .video-info h4 {
    font-size: 16px;
  }
}

.user-reviews {
  padding: 20px 20px 60px 20px;
  background: #fb0000;
}
.user-reviews h2 {
  color: #fff;
  text-transform: uppercase;
  font-family: "Evogria", sans-serif;
  font-weight: normal;
}
.user-reviews .review-box {
  display: table;
  width: 100%;
  max-width: 990px;
  margin: 0 auto;
}
.user-reviews .review-box-user {
  display: table-cell;
  width: 300px;
  vertical-align: middle;
  padding: 20px;
  background: #fff;
  text-align: center;
  position: relative;
}
.user-reviews .review-box-user .review_back {
  position: absolute;
  left: 20px;
  top: 80px;
  cursor: pointer;
}
.user-reviews .review-box-user .review_next {
  position: absolute;
  right: 20px;
  top: 80px;
  cursor: pointer;
}
.user-reviews .review-box-user .image {
  width: 120px;
  height: 120px;
  background: #ccc;
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  margin: 10px auto;
  border: 4px solid #000;
}
.user-reviews .review-box-user .stars img {
  width: 16px;
}
.user-reviews .review-box-user .name {
  font-weight: bold;
  color: #424141;
  margin-top: 10px;
}
.user-reviews .review-box-user .name span {
  display: block;
  font-size: 13px;
  font-style: italic;
  font-weight: normal;
}
.user-reviews .review-box-text {
  display: table-cell;
  vertical-align: middle;
  padding: 20px;
  background: #d7d7d7;
}
.user-reviews .review-box-text .q-image {
  width: 20px;
}
.user-reviews .review-box-text .q-image.right {
  float: right;
}
@media (max-width: 900px) {
  .user-reviews .review-box {
    display: block;
  }
  .user-reviews .review-box-user, .user-reviews .review-box-text {
    display: block;
    width: 100%;
  }
}

.premium-page-content {
  background: #000;
  color: #fff;
  padding: 40px 20px;
}
.premium-page-content h2 {
  text-align: center;
  margin-bottom: 40px;
}
.premium-page-content ul {
  list-style-image: url("/images/list-icon.png");
}
.premium-page-content ul li {
  margin-bottom: 10px;
}

@media (max-width: 1200px) {
  .mobile-padding {
    padding: 20px;
  }
}

.webshop-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 30px;
  padding: 20px 0;
}
.webshop-list .webshop-product {
  color: #000;
  text-decoration: none;
}
.webshop-list .webshop-product .image {
  height: 150px;
  background-size: contain !important;
  background-repeat: no-repeat;
  background-size: center center;
}
.webshop-list .webshop-product .name {
  font-weight: bold;
  font-size: 20px;
}
.webshop-list .webshop-product .price {
  margin-top: 5px;
  font-weight: bold;
}
.webshop-list .webshop-product .price .original-price {
  text-decoration: line-through;
  opacity: 0.9;
  font-weight: normal;
}
.webshop-order {
  padding-bottom: 20px;
}
.webshop-order .form-box {
  padding: 20px;
  border: 1px solid #eeeeee;
  margin: 20px 0;
}
.webshop-order .form-box.half {
  display: flex;
  padding: 0;
  align-items: center;
}
.webshop-order .form-box.half .box {
  width: 50%;
  padding: 20px;
}
.webshop-order .form-box.half .box:first-child {
  border-right: 1px solid #eeeeee;
}
.webshop-order .form-box.half .box table {
  width: 100%;
}

.padding {
  padding: 20px;
}
.padding h2 {
  font-family: "Evogria", sans-serif;
  font-weight: normal;
}

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

h2 {
  font-family: "Evogria", sans-serif;
  font-weight: normal;
}
h2.black-title {
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #000;
  margin-bottom: 0;
  font-size: 34px;
  font-family: "Evogria", sans-serif;
  font-weight: normal;
}
@media (max-width: 990px) {
  h2.black-title {
    padding: 10px;
    font-size: 28px;
  }
}

h4 {
  font-family: "Evogria", sans-serif;
  font-weight: normal;
  margin-top: 0;
}
h4.black-title {
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #000;
  margin-bottom: 0;
  font-size: 20px;
  font-family: "Evogria", sans-serif;
  font-weight: normal;
}
@media (max-width: 990px) {
  h4.black-title {
    padding: 10px;
    font-size: 28px;
  }
}

.guarantee-image {
  width: 100%;
  max-width: 250px;
}

footer {
  padding: 40px 20px;
  background: #212121;
  color: #fff;
}
footer:after {
  content: "";
  display: table;
  clear: both;
}
footer .block {
  float: left;
  width: 25%;
  text-align: center;
}
footer .block .title {
  font-weight: bold;
}
footer .block .links {
  margin-top: 20px;
}
footer .block .links a {
  display: block;
  width: 100%;
  padding: 5px 10px;
  color: #fff;
  text-decoration: none;
}
footer .block .links a:hover {
  text-decoration: underline;
}
footer .poweredby {
  float: left;
  width: 100%;
  text-align: right;
}
footer .poweredby img {
  border: 0;
  width: 100px;
}
footer .poweredby:hover {
  opacity: 0.9;
}
@media (max-width: 900px) {
  footer .block {
    float: none;
    width: 100%;
  }
  footer .block .title {
    margin-top: 20px;
  }
  footer .block .links {
    margin-top: 10px;
  }
  footer .poweredby {
    float: none;
    text-align: center;
    margin-top: 40px;
  }
}

.line-row {
  display: flex;
}
.line-row .col-mini {
  margin-left: auto;
  padding: 0 10px;
  text-align: right;
}
.line-row .col-mini input {
  display: block;
  width: 20px;
}

.success-message {
  padding: 10px;
  background: rgb(199, 235, 179);
}

.error-message {
  padding: 10px;
  background: rgb(235, 179, 179);
}

.blur {
  color: transparent;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
}

.p-20 {
  padding: 20px;
}
