/* line 1, ../scss/_spinner.scss */
.sk-circle {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  position: absolute;
}

/* line 9, ../scss/_spinner.scss */
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 16, ../scss/_spinner.scss */
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: white;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

/* line 27, ../scss/_spinner.scss */
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

/* line 31, ../scss/_spinner.scss */
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

/* line 35, ../scss/_spinner.scss */
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 39, ../scss/_spinner.scss */
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

/* line 43, ../scss/_spinner.scss */
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

/* line 47, ../scss/_spinner.scss */
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 51, ../scss/_spinner.scss */
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

/* line 55, ../scss/_spinner.scss */
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

/* line 59, ../scss/_spinner.scss */
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 63, ../scss/_spinner.scss */
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

/* line 67, ../scss/_spinner.scss */
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

/* line 71, ../scss/_spinner.scss */
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

/* line 74, ../scss/_spinner.scss */
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

/* line 77, ../scss/_spinner.scss */
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

/* line 80, ../scss/_spinner.scss */
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

/* line 83, ../scss/_spinner.scss */
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

/* line 86, ../scss/_spinner.scss */
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

/* line 89, ../scss/_spinner.scss */
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

/* line 92, ../scss/_spinner.scss */
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

/* line 95, ../scss/_spinner.scss */
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

/* line 98, ../scss/_spinner.scss */
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

/* line 101, ../scss/_spinner.scss */
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@font-face {
  font-family: "Poppins-Regular";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Poppins-Regular.eot?") format("eot"), url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins-Regular.ttf") format("truetype"), url("../fonts/Poppins-Regular.svg#Poppins-Regular") format("svg");
}
@font-face {
  font-family: "Poppins-SemiBold";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Poppins-SemiBold.eot?") format("eot"), url("../fonts/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins-SemiBold.woff") format("woff"), url("../fonts/Poppins-SemiBold.ttf") format("truetype"), url("../fonts/Poppins-SemiBold.svg#Poppins-SemiBold") format("svg");
}
@font-face {
  font-family: "Poppins-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Poppins-Bold.eot?") format("eot"), url("../fonts/Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins-Bold.woff") format("woff"), url("../fonts/Poppins-Bold.ttf") format("truetype"), url("../fonts/Poppins-Bold.svg#Poppins-Bold") format("svg");
}
/* line 8, ../scss/style.scss */
body {
  width: 100%;
  min-height: 100vh;
  position: relative;
  font-family: Poppins-Regular;
  font-size: 1.9em;
  font-weight: 400;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 23, ../scss/style.scss */
html {
  background-image: url("/assets/images/background.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  min-height: 100%;
  height: auto;
  background-color: #ffffff;
}

/* line 33, ../scss/style.scss */
body {
  background-color: transparent;
  color: white;
  height: auto;
  margin: 0;
  width: 100%;
  font-size: 14px;
}
/* line 41, ../scss/style.scss */
body.terms_visible {
  overflow: hidden;
}

/* line 46, ../scss/style.scss */
h1, h2, h3 {
  color: #14E884;
  text-transform: uppercase;
}
/* line 50, ../scss/style.scss */
h1.white, h2.white, h3.white {
  color: white;
}

/* line 55, ../scss/style.scss */
h1 {
  font-size: 1.9em;
}

/* line 59, ../scss/style.scss */
h2 {
  font-size: 1.5em;
}

/* line 63, ../scss/style.scss */
p {
  font-size: 1.4em;
  font-family: Poppins-SemiBold;
  line-height: 1.43;
  letter-spacing: normal;
  color: #000000;
}

/* line 70, ../scss/style.scss */
.link-black {
  display: block;
  font-size: 1.9em;
  font-family: Poppins-SemiBold;
  line-height: 1.43;
  letter-spacing: normal;
  color: #000000;
}
/* line 77, ../scss/style.scss */
.link-black:hover {
  color: #000000;
}

/* line 81, ../scss/style.scss */
.text-center {
  text-align: center;
}

/* line 85, ../scss/style.scss */
a {
  color: #ffffff;
}
/* line 88, ../scss/style.scss */
a:hover {
  color: #f4f4f4;
}
/* line 91, ../scss/style.scss */
a.link-style {
  color: #000000;
}

/* line 96, ../scss/style.scss */
footer {
  color: #333;
}
/* line 99, ../scss/style.scss */
footer a {
  color: #333;
}
/* line 104, ../scss/style.scss */
footer .personalized a {
  color: #333;
}

/* line 110, ../scss/style.scss */
.container {
  max-width: 614px;
}

/* line 114, ../scss/style.scss */
.hidden {
  display: none !important;
}

/* line 118, ../scss/style.scss */
.logo {
  width: 100%;
}

/* line 122, ../scss/style.scss */
header {
  padding-top: 70px;
}
/* line 124, ../scss/style.scss */
header .logo-wrapper {
  position: relative;
  text-align: center;
}
/* line 127, ../scss/style.scss */
header .logo-wrapper img {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 200px;
  max-height: 260px;
  height: auto;
}

/* line 138, ../scss/style.scss */
.footer-img {
  width: 100%;
  height: 95px;
  position: absolute;
  bottom: 0;
  background-image: url("/assets/images/footer_img.png");
  background-repeat: no-repeat;
  background-position: center;
}

/* line 148, ../scss/style.scss */
#content {
  position: relative;
  padding-bottom: 100px;
}
/* line 152, ../scss/style.scss */
#content .video-container {
  position: relative;
}
/* line 155, ../scss/style.scss */
#content .video-container .video-wrapper {
  width: 100%;
  position: relative;
  padding-top: 56%;
}
/* line 160, ../scss/style.scss */
#content .video-container .video-wrapper video {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
}
/* line 167, ../scss/style.scss */
#content .video-container .video-wrapper .chooser {
  z-index: 1001;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(255, 255, 255, 0);
}
/* line 177, ../scss/style.scss */
#content .video-container .video-wrapper .chooser .option {
  z-index: 1002;
  position: absolute;
  display: block;
  top: 40%;
  text-align: center;
  background-image: url(/assets/images/button.png);
  background-color: transparent;
  border: none;
  max-width: 199px;
  height: 32px;
  width: 100%;
}
/* line 192, ../scss/style.scss */
#content .video-container .video-wrapper .chooser .option:hover a {
  text-decoration: none;
}
/* line 197, ../scss/style.scss */
#content .video-container .video-wrapper .chooser .option.trainer, #content .video-container .video-wrapper .chooser .option.player {
  pointer-events: all;
  text-align: center;
  cursor: pointer;
}
/* line 202, ../scss/style.scss */
#content .video-container .video-wrapper .chooser .option.trainer a, #content .video-container .video-wrapper .chooser .option.player a {
  text-transform: uppercase;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  display: block;
  color: white;
  width: 100%;
  font-size: 12px;
}
@media (min-width: 768px) {
  /* line 215, ../scss/style.scss */
  #content .video-container .video-wrapper .chooser .option.trainer a, #content .video-container .video-wrapper .chooser .option.player a {
    font-size: 15px;
  }
}
@media (min-width: 1024px) {
  /* line 220, ../scss/style.scss */
  #content .video-container .video-wrapper .chooser .option.trainer a, #content .video-container .video-wrapper .chooser .option.player a {
    font-size: 17px;
  }
}
/* line 226, ../scss/style.scss */
#content .video-container .video-wrapper .chooser .option.trainer {
  right: 5%;
}
/* line 230, ../scss/style.scss */
#content .video-container .video-wrapper .chooser .option.player {
  left: 5%;
}
@media (max-width: 480px) {
  /* line 236, ../scss/style.scss */
  #content .video-container .video-wrapper .chooser .option {
    position: relative;
    top: initial;
    margin: 10% auto;
  }
  /* line 241, ../scss/style.scss */
  #content .video-container .video-wrapper .chooser .option.trainer {
    right: initial;
  }
  /* line 245, ../scss/style.scss */
  #content .video-container .video-wrapper .chooser .option.player {
    left: initial;
  }
}
/* line 254, ../scss/style.scss */
#content #loader {
  width: 100%;
  position: relative;
  padding-top: 56%;
}
/* line 259, ../scss/style.scss */
#content #loader .sk-circle {
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
  height: 70%;
  position: absolute;
}
/* line 269, ../scss/style.scss */
#content .socials-wrapper {
  padding: 10px 0 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* line 279, ../scss/style.scss */
#content .socials-wrapper .social-icon-wrapper {
  display: flex;
  position: relative;
  justify-content: center;
  width: 100%;
  height: 68px;
  margin: 15px;
}
/* line 288, ../scss/style.scss */
#content .socials-wrapper .social-icon-wrapper#linkedin a.social-icon {
  background-color: #0077b5;
}
/* line 294, ../scss/style.scss */
#content .socials-wrapper .social-icon-wrapper.download a.social-icon {
  background-color: #000000;
}
/* line 296, ../scss/style.scss */
#content .socials-wrapper .social-icon-wrapper.download a.social-icon i {
  color: #fdc800;
}
/* line 303, ../scss/style.scss */
#content .socials-wrapper .social-icon-wrapper#twitter a.social-icon {
  background-color: #1DA1F2;
}
/* line 308, ../scss/style.scss */
#content .socials-wrapper .social-icon-wrapper#facebook a.social-icon {
  background-color: #4267B2;
}
/* line 313, ../scss/style.scss */
#content .socials-wrapper .social-icon-wrapper#whatsapp a.social-icon {
  background-color: #25D366;
}
/* line 318, ../scss/style.scss */
#content .socials-wrapper .social-icon-wrapper.social-text {
  color: #14E884;
  font-size: 14px;
  display: none;
  line-height: 30px;
}
@media (min-width: 376px) {
  /* line 318, ../scss/style.scss */
  #content .socials-wrapper .social-icon-wrapper.social-text {
    display: block;
  }
}
/* line 328, ../scss/style.scss */
#content .socials-wrapper .social-icon-wrapper a.social-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  max-width: 437px;
  width: 100%;
  height: 100%;
  background-color: #2aa9e0;
  border-radius: 6px;
}
/* line 339, ../scss/style.scss */
#content .socials-wrapper .social-icon-wrapper a.social-icon .social-icon-text {
  font-family: Poppins-Bold !important;
  font-size: 20px;
  display: block;
  text-align: center;
  margin: 0 50px;
}
/* line 347, ../scss/style.scss */
#content .socials-wrapper .social-icon-wrapper a.social-icon i {
  position: absolute;
  color: #ffffff;
  font-size: 30px;
  width: 30px;
  height: 30px;
  top: 0;
  transform: translateY(50%);
  left: 18px;
}
/* line 368, ../scss/style.scss */
#content .embeded-form, #content .phone-form {
  margin-top: 40px;
}
/* line 372, ../scss/style.scss */
#content .embeded-form .invalid-feedback.show, #content .phone-form .invalid-feedback.show {
  display: block;
}
/* line 378, ../scss/style.scss */
#content .embeded-form .form-group.with-text, #content .phone-form .form-group.with-text {
  text-align: center;
}
/* line 381, ../scss/style.scss */
#content .embeded-form .form-group.with-text input, #content .phone-form .form-group.with-text input {
  max-width: 400px;
  width: 100%;
  background: none;
  border: 1px solid #14E884;
  color: #14E884;
  text-align: center;
  font-size: 25px;
  padding: 10px;
}
/* line 391, ../scss/style.scss */
#content .embeded-form .form-group.with-text input::placeholder, #content .phone-form .form-group.with-text input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #14E884;
  opacity: 1;
  /* Firefox */
}
/* line 396, ../scss/style.scss */
#content .embeded-form .form-group.with-text input:-ms-input-placeholder, #content .phone-form .form-group.with-text input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #14E884;
}
/* line 400, ../scss/style.scss */
#content .embeded-form .form-group.with-text input::-ms-input-placeholder, #content .phone-form .form-group.with-text input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #14E884;
}
/* line 407, ../scss/style.scss */
#content .embeded-form .form-group.with-checkbox .input-wrapper, #content .phone-form .form-group.with-checkbox .input-wrapper {
  background: none;
  margin: 10px 0;
}
/* line 413, ../scss/style.scss */
#content .embeded-form .form-group.with-checkbox label, #content .phone-form .form-group.with-checkbox label {
  display: block;
  position: relative;
  padding-left: 50px;
}
/* line 418, ../scss/style.scss */
#content .embeded-form .form-group.with-checkbox label .checkbox-indicatior, #content .phone-form .form-group.with-checkbox label .checkbox-indicatior {
  display: inline-block;
  background-image: url("/assets/images/checkbox.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 40px;
  height: 30px;
  border: none;
  position: absolute;
  left: 0px;
  top: 4px;
}
/* line 431, ../scss/style.scss */
#content .embeded-form .form-group.with-checkbox label .checkbox-indicatior:after, #content .phone-form .form-group.with-checkbox label .checkbox-indicatior:after {
  display: none;
}
/* line 436, ../scss/style.scss */
#content .embeded-form .form-group.with-checkbox label input, #content .phone-form .form-group.with-checkbox label input {
  width: 1px;
  position: absolute;
  height: 1px;
  z-index: -100;
  left: -100000px;
}
/* line 444, ../scss/style.scss */
#content .embeded-form .form-group.with-checkbox label input:checked + .checkbox-indicatior:after, #content .phone-form .form-group.with-checkbox label input:checked + .checkbox-indicatior:after {
  display: block;
  content: '\2713';
  width: 40px;
  font-size: 25px;
  height: 30px;
  position: absolute;
  left: 10px;
  top: -4px;
  color: #14E884;
}
/* line 464, ../scss/style.scss */
#content .embeded-form .form-group.with-button, #content .phone-form .form-group.with-button {
  margin: 30px 0;
  text-align: center;
}
/* line 468, ../scss/style.scss */
#content .embeded-form .form-group.with-button button, #content .phone-form .form-group.with-button button {
  background-image: url("/assets/images/button.png");
  background-color: transparent;
  border: none;
  width: 199px;
  height: 32px;
}
/* line 482, ../scss/style.scss */
#content .phone-form {
  position: absolute;
  top: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  margin-top: initial;
  width: 100%;
}
/* line 492, ../scss/style.scss */
#content .phone-form form {
  margin-top: 10%;
}
/* line 495, ../scss/style.scss */
#content .phone-form form p {
  padding: 0 50px;
}
@media (max-width: 480px) {
  /* line 501, ../scss/style.scss */
  #content .phone-form form {
    margin-top: 3%;
  }
  /* line 504, ../scss/style.scss */
  #content .phone-form form p {
    padding: 0 15px;
  }
  /* line 508, ../scss/style.scss */
  #content .phone-form form input.phone-input {
    padding: 0px;
  }
}

/* line 518, ../scss/style.scss */
.terms-and-conditions {
  background-color: black;
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  box-sizing: border-box;
  padding: 10%;
  pointer-events: none;
}
/* line 531, ../scss/style.scss */
.terms-and-conditions .terms-content {
  padding: 45px 15px 15px 15px;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #111622;
  color: #14E884;
  overflow-y: scroll;
  z-index: 999999;
  pointer-events: all;
}
/* line 544, ../scss/style.scss */
.terms-and-conditions.hidden {
  display: none;
}
/* line 548, ../scss/style.scss */
.terms-and-conditions #close_terms_conditions_link {
  font-size: 50px;
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  right: 15px;
  top: 15px;
  font-family: Arial;
  line-height: 30px;
  z-index: 999999999999999;
}
/* line 560, ../scss/style.scss */
.terms-and-conditions #close_terms_conditions_link:hover {
  color: black;
  text-decoration: none;
}

@media (min-width: 376px) {
  /* line 569, ../scss/style.scss */
  h1 {
    font-size: 3.6em;
  }

  /* line 573, ../scss/style.scss */
  h2 {
    font-size: 2.4em;
  }

  /* line 577, ../scss/style.scss */
  p {
    font-size: 1.2em;
  }

  /* line 580, ../scss/style.scss */
  .link-black {
    font-size: 1.2em;
  }

  /* line 584, ../scss/style.scss */
  #content {
    background-size: 240%;
  }

  /* line 587, ../scss/style.scss */
  header .logo-wrapper img {
    max-width: 150px;
  }
}
@media (min-width: 601px) {
  /* line 593, ../scss/style.scss */
  h1 {
    font-size: 2.14em;
  }

  /* line 597, ../scss/style.scss */
  h2 {
    font-size: 2.14em;
  }

  /* line 601, ../scss/style.scss */
  p {
    font-size: 1.4em;
  }

  /* line 604, ../scss/style.scss */
  .link-black {
    font-size: 1.4em;
  }

  /* line 607, ../scss/style.scss */
  #content {
    background-size: 140%;
  }

  /* line 610, ../scss/style.scss */
  header .logo-wrapper img {
    max-width: 150px;
  }
}
@media (min-width: 1081px) {
  /* line 616, ../scss/style.scss */
  h1 {
    font-size: 2.57em;
  }

  /* line 620, ../scss/style.scss */
  h2 {
    font-size: 2.57em;
  }

  /* line 624, ../scss/style.scss */
  p {
    font-size: 1.4em;
  }

  /* line 627, ../scss/style.scss */
  .link-black {
    font-size: 1.9em;
  }

  /* line 630, ../scss/style.scss */
  #content {
    background-size: contain;
  }
}
@media (max-width: 375px) {
  /* line 635, ../scss/style.scss */
  h1 {
    font-size: 3.6em;
  }

  /* line 639, ../scss/style.scss */
  h2 {
    font-size: 2.4em;
  }

  /* line 643, ../scss/style.scss */
  p {
    font-size: 1.2em;
  }

  /* line 646, ../scss/style.scss */
  .link-black {
    font-size: 1.2em;
  }

  /* line 650, ../scss/style.scss */
  #content {
    background-size: 240%;
  }

  /* line 653, ../scss/style.scss */
  header .logo-wrapper img {
    max-width: 150px;
  }
}
