@import url("https://fonts.googleapis.com/css?family=Lato:400,700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  background-color: #001709;
}

.cta-video {
  background-color: #38eb97;
  color: #fff;
  text-decoration: none;
  font-weight: bolder;
  transition: .3s all;
}

.cta-video:hover {
  background-color: #16da7e;
  color: #fff;
}

.container {
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
}

.inner-wrapper {
  padding-left: 1%;
  padding-right: 1%;
  padding-bottom: 1%;
}

.flex-vert-ctr {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cta {
  background-color: #38eb97;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bolder;
  transition: .3s all;
}

.cta:hover {
  color: #000;
  text-decoration: underline;
  background-color: #15d179;
}

.btn-lg {
  padding: .5em;
  font-size: 4em;
  margin: 0 1em;
}

.btn-lg:hover {
  color: #000;
  text-decoration: underline;
  background-color: #15d179;
}

@media (max-width: 768px) {
  .btn-lg {
    margin: 0;
  }
}

.btn-sm {
  padding: .5em 2em;
  font-size: 2em;
  font-weight: bold;
}

@media (min-width: 280px) and (max-width: 430px) {
  .btn-sm {
    padding: .2em 0;
    font-size: 1.7em;
  }
}

@media (min-width: 431px) and (max-width: 768px) {
  .btn-sm {
    padding: .2em 0;
    font-size: 1.7em;
  }
}

.btn {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  margin: 2px 0;
  padding: 1.2em 0;
  border-radius: 2px;
  color: #2e2e2e;
  background-color: #cecece;
  text-transform: uppercase;
  font-weight: bold;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
}

.btn:hover {
  color: #000;
  text-decoration: underline;
  background-color: #15d179;
}

.btn-white {
  background-color: #38eb97;
  color: #000;
  text-transform: uppercase;
  padding: 1.2em 0;
  font-weight: bold;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
  display: inline-block;
  text-align: center;
  text-decoration: none;
  margin: 2px 0;
  border-radius: 2px;
}

.btn-white:hover {
  color: #000;
  text-decoration: underline;
  background-color: #15d179;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.div-spacer {
  padding-top: 4%;
  padding-bottom: 4%;
}

.div-spacer-sm {
  padding-top: 3%;
  padding-bottom: 3%;
}

.bottom-spacer {
  padding-top: 0;
  padding-bottom: 4%;
}

@media (min-width: 300px) and (max-width: 530px) {
  .bottom-spacer {
    padding-bottom: 8%;
  }
}

.text-center {
  width: 100%;
  margin: 40px 0;
  margin-bottom: 0;
  text-align: center;
}

.text-center h1 {
  margin: 0;
  font-size: calc(0.75em + 4vmin);
  text-transform: uppercase;
  font-weight: bold;
  color: #38eb97;
}

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

/*------------------------------------*\
    # Simple Typography Settings
\*------------------------------------*/
/*------------------------------------*\
    # Type
\*------------------------------------*/
*, html, body {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 36px;
  line-height: 1.25em;
  font-weight: 900;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

h1 {
  font-size: 2.5rem;
  margin-bottom: 24px;
}

h2 {
  font-size: 1.92308rem;
  margin-bottom: 18.46154px;
}

h3 {
  font-size: 1.66667rem;
  margin-bottom: 16px;
}

h4 {
  font-size: 1.47059rem;
  margin-bottom: 14.11765px;
}

h5 {
  font-size: 1.38889rem;
  margin-bottom: 13.33333px;
}

h6 {
  font-size: 1.25rem;
  margin-bottom: 12px;
}

p {
  margin-bottom: 20px;
  font-size: 1.0625rem;
  line-height: 1.5em;
  color: #323232;
}

p:last-of-type {
  margin-bottom: 0;
}

ul,
ol {
  margin: 20px 0 0 20px;
}

ul li,
ol li {
  margin-top: 10px;
  line-height: 1.5em;
  color: #505050;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-top: 0;
}

ul li {
  list-style: disc;
}

ul ul li {
  list-style: circle;
}

ol li {
  list-style: decimal;
}

hr {
  height: 3px;
  margin: 30px 0;
  border: none;
  background-color: #323232;
  opacity: .3;
}

blockquote {
  margin: 30px 0;
  font-size: 1.4375rem;
  line-height: 1.5em;
  color: #505050;
  text-align: center;
  font-style: italic;
}

table {
  width: 100%;
  border-collapse: collapse;
}

table, td, th {
  text-align: left;
}

th {
  font-weight: 800;
}

th, td {
  padding: 15px;
}

figure {
  margin: 30px 0;
}

figure img {
  margin: 0;
}

figcaption {
  margin-top: 10px;
  color: #6a6a6a;
  font-size: 16px;
}

pre {
  display: block;
  margin: 0 0 40px 0;
  padding: 20px;
  background-color: #f9f9f9;
  border: 1px solid #DADADA;
  overflow: auto;
  border-radius: 3px;
}

pre code {
  position: static;
  padding: 0;
  border: none;
  line-height: 1.5em;
}

code {
  position: relative;
  top: -0.2em;
  padding: 3px;
  font-family: Courier New, Courier, monospace;
  font-size: 0.88542rem;
  color: #282828;
  line-height: 1em;
  pointer-events: none;
  border: 1px solid #DADADA;
  border-radius: 3px;
}

em,
i,
.italic {
  font-style: italic;
}

strong,
b,
.bold {
  font-weight: 800;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: #fff;
}

a:hover {
  color: #4ad0bb;
}

.latest-videos {
  background: #001709;
}

.video-card-wrapper {
  width: 100%;
  height: auto;
  padding-top: 1em;
  /*display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    grid-gap: 1.5em;
    */
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 1em;
}

@media (min-width: 200px) and (max-width: 430px) {
  .video-card-wrapper {
    grid-template-columns: 1fr;
    grid-gap: 1em;
  }
}

@media (min-width: 431px) and (max-width: 768px) {
  .video-card-wrapper {
    grid-template-columns: 1fr 1fr;
    grid-gap: 1em;
  }
}

@media (min-width: 769px) and (max-width: 999px) {
  .video-card-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1em;
  }
}

.video-card .video-top-text {
  background-color: #ede901;
  text-align: center;
  font-weight: bold;
  padding: .5rem 0;
}

.video-card .video-top-text a {
  font-size: calc(15px + 0.390625vw);
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
}

.video-card .video-top-text a:hover {
  text-decoration: underline;
}

.video-card .video-card-text {
  background-color: #000;
  border-top: 2px solid #000;
  padding: .5em 0;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 10px 10px 10px;
}

.block2 {
  padding: 2em auto;
  text-align: center;
  margin: .5rem auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

@media (min-width: 200px) and (max-width: 768px) {
  .block2 {
    grid-template-columns: 1fr;
  }
}

.block2 img {
  justify-self: center;
}

.block2 span {
  display: block;
  font-size: 18px;
  letter-spacing: 0;
  padding-top: .5rem;
  text-decoration: none;
}

.zoom {
  transition: transform .2s;
  /* Animation */
  margin: 0 auto;
}

.zoom:hover {
  transform: scale(1.04);
  /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  border: 2px solid #fff;
}

.model-slider p {
  color: #fff;
}

.slick-list {
  margin: 0;
}

.footer {
  width: 100%;
  margin: 0 auto;
  color: #BBB;
}

.footer .footer-nav {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 1em;
}

.footer li {
  display: inline-block;
  padding: 10px;
  font-weight: bold;
  font-size: 1.1em;
}

.footer a {
  color: #7a7a7a;
  text-decoration: none;
}

.footer a:hover {
  color: #4ad0bb;
}

.footer p {
  color: #fff;
}

@media (min-width: 300px) and (max-width: 530px) {
  .footer {
    padding-top: 3em;
  }
  .footer .footer-nav {
    flex-direction: column;
    padding-bottom: 2em;
  }
  .footer li {
    padding: 5px;
  }
}

header {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  width: 100%;
  height: 80%;
  position: relative;
  color: #fff;
  background-color: black;
  /*
    .header-pics{
        position: absolute;
        width: 100%;
        height: auto;
        z-index: 2;
        display: grid;
        grid-template-columns: repeat(8, 1fr);
        

        @media(min-width:768px) and (max-width:1400px){
            grid-template-columns: repeat(6, 1fr);
        }
        //grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        
        

        
        
    }
    */
}

header .navlogo {
  position: absolute;
  z-index: 3;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}

header .navlogo img {
  width: 40%;
  filter: drop-shadow(1px 4px 12px #000);
}

@media (min-width: 200px) and (max-width: 768px) {
  header .navlogo img {
    width: 60%;
  }
}

.row-header-pics {
  display: flex;
  flex-wrap: wrap;
}

.row-header-pics img {
  display: block;
  max-width: 100%;
  height: auto;
}

.d-sm-block {
  display: block !important;
}

@media (min-width: 200px) and (max-width: 576px) {
  .d-sm-block {
    display: block !important;
  }
}

.d-none {
  display: block !important;
}

@media (min-width: 200px) and (max-width: 768px) {
  .d-none {
    display: none !important;
  }
}

.row-none {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 200px) and (max-width: 768px) {
  .row-none {
    display: none !important;
  }
}

.less-padding {
  padding-left: 0.1em;
  padding-right: 0.1em;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.mid-header {
  background-blend-mode: multiply;
  background-image: url(../../dist/images/mid-header-img.jpeg), linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.8) 100%), linear-gradient(to top, black 0%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.4) 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  min-height: 600px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

@media (min-width: 200px) and (max-width: 768px) {
  .mid-header {
    grid-template-columns: 1fr;
  }
}

.mid-header .right {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  text-align: center;
}

.mid-header img {
  width: 200px;
  height: auto;
  margin: 0 auto;
}

.mid-header .btn-white {
  width: 50%;
  margin: 0 auto;
}

@media (min-width: 430px) and (max-width: 768px) {
  .mid-header .btn-white {
    width: auto;
  }
}

@media (min-width: 200px) and (max-width: 429px) {
  .mid-header .btn-white {
    width: auto;
  }
}

.mid-header a {
  font-size: calc(15px + 0.390625vw);
}

@media (min-width: 430px) and (max-width: 768px) {
  .mid-header a {
    font-size: 2.5rem;
  }
}

@media (min-width: 200px) and (max-width: 429px) {
  .mid-header a {
    font-size: 1.5rem;
  }
}

.navlinks {
  background-color: #1d1d1d;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1em;
  padding: 1em;
}

@media (min-width: 280px) and (max-width: 430px) {
  .navlinks {
    grid-template-columns: 1fr;
    gap: 5px;
    padding: 5px;
  }
}

@media (min-width: 430px) and (max-width: 768px) {
  .navlinks {
    gap: 5px;
    padding: 5px;
    grid-template-columns: 1fr;
  }
}

.navlinks span {
  display: block;
  font-size: 18px;
  letter-spacing: 0;
  padding-top: .5rem;
}

@media (min-width: 280px) and (max-width: 768px) {
  .navlinks span {
    font-size: 14px;
    padding: 3px 0 0 0;
  }
}

.head-mobile {
  display: none;
}

.head-mobile h1 {
  margin: 0;
  padding: .5em 0;
}

@media (min-width: 200px) and (max-width: 768px) {
  .head-mobile {
    display: block;
    text-align: center;
  }
}

.welcome-text {
  background-color: #373536;
  margin: 0;
  padding: 1em 0;
}

.welcome-text h1 {
  font-size: 4vw;
  margin: 0;
  padding: 1.3% 0;
}

.welcome-text h3 {
  margin: 0 2em;
  line-height: 1.5;
  font-weight: normal;
}

@media (min-width: 200px) and (max-width: 768px) {
  .welcome-text h3 {
    display: none;
  }
}

@media (min-width: 200px) and (max-width: 768px) {
  .welcome-text {
    grid-template-columns: 1fr;
    display: none;
  }
}

.signup-btn {
  background-color: #38eb97;
}

.video-wrap {
  display: grid;
  grid-template-columns: 75% 25%;
  padding: 0 2em;
}

@media (max-width: 1199px) {
  .video-wrap {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .video-wrap {
    padding: 0 7em;
  }
}

@media (min-width: 200px) and (max-width: 529px) {
  .video-wrap {
    padding: 0 1em;
  }
}

.aside-wrap .aside-videos {
  display: grid;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .aside-wrap .aside-videos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
}

.aside-wrap .aside-title {
  background-color: #403f3f;
  display: flex;
  justify-content: space-between;
  margin: 2em 0 1em 0;
  padding: 10px 5px;
  text-align: center;
}

.aside-wrap .aside-title h6 {
  margin: 0;
}

.aside-wrap .aside-card {
  padding-bottom: 1rem;
}

.aside-wrap .aside-card img {
  border: 1px solid #6e6e6e;
}

.aside-wrap .aside-card p {
  color: #fff;
  text-align: center;
}

.aside-wrap .aside-card a {
  text-decoration: none;
}

.video-main-wrap {
  padding-right: 2em;
}

@media (max-width: 1199px) {
  .video-main-wrap {
    padding-right: 0;
  }
}

.video-main-wrap .video-title {
  background: #0F2027;
  /* fallback for old browsers */
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #2C5364, #203A43, #0F2027);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  display: flex;
  justify-content: space-between;
  margin: 2em 0 1em 0;
  padding: 10px 5px;
}

.video-main-wrap .video-title h6 {
  margin: 0;
}

.video-main-wrap .video-title p {
  color: #fff;
}

@media (max-width: 992px) {
  .video-main-wrap .video-title p {
    display: none;
  }
}

.video-main-wrap .video-info-title h6 {
  color: #4acdb3;
}

.video-main-wrap .video-player {
  background-color: #000;
  padding: .5em;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: .8rem;
}

@media (max-width: 992px) {
  .video-main-wrap .video-player {
    grid-template-columns: 1fr;
  }
}

.video-main-wrap .video-footer {
  background-color: #2e2e2e;
  padding: .5rem;
  text-align: center;
}

.video-main-wrap .video-footer a {
  font-size: 2.5em;
  color: #38eb97;
}

.video-main-wrap .video-footer a:hover {
  color: #fff;
}

.preview {
  background-color: #000;
  margin-top: 2em;
  padding: 1em .5em;
}

.preview .preview-title {
  display: flex;
  justify-content: space-between;
}

.preview .preview-title h5 {
  color: #4acdb3;
}

.preview .preview-title p {
  color: #b8b8b8;
}

@media (max-width: 992px) {
  .preview .preview-title p {
    display: none;
  }
}

.preview .preview-thumbs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: .5rem;
}

@media (max-width: 449px) {
  .preview .preview-thumbs {
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  }
}

@media (min-width: 920px) and (max-width: 1199px) {
  .preview .preview-thumbs {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }
}

.add-onbg {
  background-image: url("../../dist/images/bg.jpg");
  width: 100%;
  height: 250px;
  height: auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.container {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.join-form-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

/*
.left{
  background-image: url(../../dist/images/join-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
*/
.left-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  grid-auto-rows: max-content;
  gap: .5rem;
  background-color: #1d1d1d;
  height: 100vh;
  overflow: hidden;
}

@media (min-width: 200px) and (max-width: 450px) {
  .left-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
}

@media (min-width: 451px) and (max-width: 936px) {
  .left-grid {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  }
}

.join-banner {
  padding: 2em 0;
}

.join-btn a {
  background: #4ad0bb;
  color: #000;
  padding: 10px 20px !important;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
}

.join-btn a:hover {
  background-color: #cba801;
  color: #000;
}

.join-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

@media (min-width: 200px) and (max-width: 768px) {
  .join-wrapper .text {
    width: 90%;
    margin: 0 auto;
    padding: 1em 0;
  }
  .join-wrapper .btn-sm {
    padding: .5em 2em;
    font-size: 5vw;
    font-weight: bold;
  }
}

@media (min-width: 769px) and (max-width: 1020px) {
  .join-wrapper .text {
    width: 90%;
    margin: 0 auto;
    padding: .5em 0;
  }
}

.join-wrapper .text {
  padding: 2em 0;
  text-align: center;
}

.join-wrapper .text p {
  color: #ffffff;
}

.join-form-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

@media (min-width: 200px) and (max-width: 768px) {
  .join-form-wrapper {
    grid-template-columns: 1fr;
  }
}

.join-form-wrapper .right img {
  width: 300px;
  margin: 0 auto;
}

@media (min-width: 200px) and (max-width: 430px) {
  .join-form-wrapper .right img {
    width: 90%;
  }
}

@media (min-width: 200px) and (max-width: 430px) {
  .join-form-wrapper {
    grid-template-columns: 1fr;
  }
}

.join-form-wrapper .right {
  background-color: #1d1d1d;
  padding: 2em;
}

@media (min-width: 1200px) {
  .join-form-wrapper .right {
    padding: 0 10%;
  }
}

@media (min-width: 200px) and (max-width: 1199px) {
  .join-form-wrapper .right {
    padding: 0 2em;
  }
}

@media (min-width: 200px) and (max-width: 430px) {
  .join-form-wrapper .right {
    margin: 0;
  }
}

.join-form-wrapper .right span {
  color: #38eb97;
}

.join-form-wrapper .right input {
  border: 0;
}

.join-form-wrapper .right p {
  color: #fff;
}

.join-form-wrapper .left {
  background-color: #292929;
}

@media (min-width: 200px) and (max-width: 768px) {
  .text {
    width: 90%;
    margin: 0 auto;
    padding: 1em 0;
  }
  .btn-sm {
    padding: .5em 2em;
    font-size: 5vw;
    font-weight: bold;
  }
  .right {
    margin: 1em;
  }
  .left {
    padding: 0;
    grid-row: 2 / 3;
  }
  .left-grid {
    padding: 1rem;
  }
  .left-info ul {
    padding: 0 0 1rem 0;
  }
}

.input-field {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.input-field select {
  padding: .5em 0;
  margin: .5em 0 1em 0;
}

.payment {
  margin-bottom: 2em;
}

.payment form {
  display: flex;
  font-size: 1.2em;
  padding-top: 10px;
}

.checkbox {
  margin-bottom: 10px;
}

.checkbox label {
  display: flex;
}

form > input[type="radio"]:checked + * {
  color: #38eb97;
}

form > input[type="radio"]:checked + *::before {
  background-color: #fff;
  border-color: #38eb97;
}

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

.form-btn p {
  font-size: 12px;
  padding-top: 1em;
}

.join_input, select {
  width: 100%;
}

.radio {
  width: auto;
}

body {
  background: #323232;
  color: #fff;
  font-family: "Lato", sans-serif;
}
/*# sourceMappingURL=main.css.map */