body {
  font-family: "brandon-grotesque", sans-serif;
  position: relative;
  cursor: default;
  color: #5a5c5c;
  /*padding-top: 121px;*/
}
body *:focus {
  outline: none;
}
body a {
  text-decoration: none;
}
body .fa {
  font-family: Fontawesome;
}
body .align_centre {
  text-align: center !important;
}
body .payment_type {
  text-align: center;
  margin: 0 auto;
  padding: 0 0 15px 0;
  font-size: 20px;
  color: #f0932e;
}
body .payment_type:hover {
  text-decoration: underline !important;
}
body .form_note {
  padding: 15px 5px;
  color: #f24e2a;
  display: block;
  clear: both;
  font-size: 100% !important;
  text-align: center !important;
  width: 100%;
  box-sizing: border-box;
  background-color: #F7F7F7;
  margin-bottom: 10px;
  font-weight: bold;
}
body .form_note p {
  border: none;
  margin: 0;
  padding: 0;
}
body .button,
body article section.join-programme form input.button {
  color: white;
  padding: 0 40px;
  line-height: 45px;
  height: 45px;
  font-size: 18px;
  cursor: pointer;
  border: none;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  display: inline-block;
  border-radius: 30px;
  transition: 0.25s;
  text-transform: uppercase;
  background-color: #f0932e;
  margin-top: 10px;
  box-sizing: border-box;
}
body .button:hover,
body article section.join-programme form input.button:hover {
  background-color: #db7a10;
}
body .button.dark,
body article section.join-programme form input.button.dark {
  background-color: #52949c;
}
body .button.dark:hover,
body article section.join-programme form input.button.dark:hover {
  background-color: #40747b;
}
body .button.light,
body article section.join-programme form input.button.light {
  color: #5a5b5b;
  font-weight: 400;
  background-color: #e6e7e8;
}
body .button.light strong,
body article section.join-programme form input.button.light strong {
  font-weight: 900;
}
body .button.light:hover,
body article section.join-programme form input.button.light:hover {
  background-color: #cbced0;
}
body .button.smaller,
body article section.join-programme form input.button.smaller {
  padding: 0 15px;
  height: 30px;
  font-size: 12px;
  margin-top: 0;
  line-height: 30px;
}
body .button.disabled,
body article section.join-programme form input.button.disabled {
  opacity: 0.5;
  cursor: default;
}
body .message {
  margin-top: 50px;
  display: block;
  padding: 30px 0;
  color: white;
  width: 100%;
  text-align: center;
  border-radius: 5px;
}
body .message.success {
  background-color: green;
}
body .message.warning {
  background-color: orange;
}
body .message.error {
  background-color: red;
}
body input.success, body select.success {
  outline: 1px solid green;
}
body input.warning, body select.warning {
  outline: 1px solid orange;
}
body input.error, body select.error {
  outline: 1px solid red;
}
body .wrap {
  position: relative;
  margin: 0 auto;
  width: 1140px;
}
body .arrow {
  position: absolute;
  z-index: 8;
  top: 50%;
  width: 30px;
  cursor: pointer;
  right: calc(100% + 20px);
  transform: translateY(-50%);
  transition: 0.25s;
}
body .arrow:last-child {
  right: auto;
  left: calc(100% + 20px);
}
body *, body *:before, body *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
body #payment-form {
  /* Variables */
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  display: block;
  justify-content: center;
  align-content: center;
  width: 100%;
  min-width: 500px;
  align-self: center;
  box-shadow: 0 0 0 0.5px rgba(50, 50, 93, 0.1), 0 2px 5px 0 rgba(50, 50, 93, 0.1), 0 1px 1.5px 0 rgba(0, 0, 0, 0.07);
  border-radius: 7px;
  padding: 40px;
  box-sizing: border-box;
  /* Buttons and links */
  /* spinner/processing state, errors */
}
body #payment-form * {
  box-sizing: border-box;
}
body #payment-form .result-message {
  line-height: 22px;
  font-size: 16px;
}
body #payment-form .result-message a {
  color: rgb(89, 111, 214);
  font-weight: 600;
  text-decoration: none;
}
body #payment-form .hidden {
  display: none;
}
body #payment-form #card-error {
  color: #e53935;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 12px;
}
body #payment-form #card-element {
  border-radius: 4px 4px 0 0;
  padding: 12px;
  border: 1px solid rgba(50, 50, 93, 0.1);
  height: 44px;
  width: 100%;
  background: white;
}
body #payment-form #payment-request-button {
  margin-bottom: 32px;
}
body #payment-form button {
  background: #5469d4;
  color: #ffffff;
  font-family: Arial, sans-serif;
  border-radius: 0 0 4px 4px;
  border: 0;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: block;
  transition: all 0.2s ease;
  box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
  width: 100%;
}
body #payment-form button:hover {
  filter: contrast(115%);
}
body #payment-form button:disabled {
  opacity: 0.5;
  cursor: default;
}
body #payment-form .spinner,
body #payment-form .spinner:before,
body #payment-form .spinner:after {
  border-radius: 50%;
}
body #payment-form .spinner {
  color: #ffffff;
  font-size: 22px;
  text-indent: -99999px;
  margin: 0px auto;
  position: relative;
  width: 20px;
  height: 20px;
  box-shadow: inset 0 0 0 2px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
body #payment-form .spinner:before,
body #payment-form .spinner:after {
  position: absolute;
  content: "";
}
body #payment-form .spinner:before {
  width: 10.4px;
  height: 20.4px;
  background: #5469d4;
  border-radius: 20.4px 0 0 20.4px;
  top: -0.2px;
  left: -0.2px;
  -webkit-transform-origin: 10.4px 10.2px;
  transform-origin: 10.4px 10.2px;
  -webkit-animation: loading 2s infinite ease 1.5s;
  animation: loading 2s infinite ease 1.5s;
}
body #payment-form .spinner:after {
  width: 10.4px;
  height: 10.2px;
  background: #5469d4;
  border-radius: 0 10.2px 10.2px 0;
  top: -0.1px;
  left: 10.2px;
  -webkit-transform-origin: 0px 10.2px;
  transform-origin: 0px 10.2px;
  -webkit-animation: loading 2s infinite ease;
  animation: loading 2s infinite ease;
}
@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 600px) {
  body #payment-form form {
    width: 80vw;
  }
}
body .cards {
  display: flex;
}
body .cards.checkout-cards {
  max-width: 540px;
  padding-top: 45px;
  margin-left: auto;
  margin-right: auto;
}
body .cards.white_back {
  margin-top: 20px;
}
body .cards.white_back .credit_cards img {
  border: 1px solid #fff;
  width: 20%;
  border-radius: 10px;
  display: inline-block;
}
body .cards .credit_cards {
  flex: 1;
}
body .cards .stripe {
  flex: 1;
  background-color: #32325D;
  border-radius: 5px;
  align-items: center;
  display: flex;
  justify-content: center;
}
body .cards .stripe img {
  width: 100%;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
}
header > .wrap {
  z-index: 9;
}
header > .wrap .mobile-menu {
  margin: 0 auto;
  cursor: pointer;
  top: 30px;
  left: 0;
  width: 25px;
  height: 20px;
  position: absolute;
  display: none;
}
header > .wrap .mobile-menu span {
  display: block;
  position: absolute;
  background: black;
  height: 2px;
  width: 100%;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
header > .wrap .mobile-menu span:nth-child(1) {
  bottom: calc(100% - 2px);
}
header > .wrap .mobile-menu span:nth-child(2), header > .wrap .mobile-menu span:nth-child(3) {
  top: 9px;
}
header > .wrap .mobile-menu span:nth-child(4) {
  top: calc(100% - 2px);
}
header > .wrap .mobile-menu.open span:nth-child(1) {
  bottom: 100%;
  width: 0%;
  left: 50%;
  opacity: 0;
}
header > .wrap .mobile-menu.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
header > .wrap .mobile-menu.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header > .wrap .mobile-menu.open span:nth-child(4) {
  top: 100%;
  width: 0%;
  left: 50%;
  opacity: 0;
}
header > .wrap a.logo {
  position: absolute;
  transition: 0.25s;
  line-height: 0;
  right: 0;
  top: -10px;
  z-index: 9;
}
header > .wrap a.logo img {
  height: 100px;
}
header nav {
  background-color: white;
  transition: 0.25s;
}
header nav > .wrap {
  line-height: 0;
}
header nav ol {
  width: 100%;
  line-height: 0;
  display: inline-block;
}
header nav ol li {
  float: left;
  border-left: 1px solid #eaebeb;
}
header nav ol li a {
  text-transform: uppercase;
  line-height: 80px;
  font-weight: 300;
  font-size: 14px;
  padding: 0 20px;
  display: block;
  color: #5a5c5c;
  position: relative;
  overflow: hidden;
}
header nav ol li a:before {
  content: "";
  width: 100%;
  height: 3px;
  transition: 0.25s;
  position: absolute;
  background-color: #f4753b;
  top: 100%;
  left: 0;
}
header nav ol li a:hover:before {
  top: calc(100% - 3px);
}
header nav ol li:last-child {
  border-right: 1px solid #eaebeb;
}
header nav ol li:last-child a {
  color: #f4753b;
  font-weight: 700;
}
header nav ol li:last-child a img {
  vertical-align: sub;
  margin-right: 5px;
  width: 10px;
  height: auto;
}
header nav#sub-nav {
  background-color: #59aeb7;
  position: relative;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
header nav#sub-nav ol {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  padding-right: 150px;
  justify-content: space-between;
}
header nav#sub-nav ol li {
  flex: 1;
  transition: 0.25s;
  text-align: center;
  display: inline-block;
  border-color: #6cb5bc;
}
header nav#sub-nav ol li span {
  font-size: 12px;
}
header nav#sub-nav ol li:after {
  display: none;
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 7px solid #59aeb7;
  position: absolute;
  top: calc(100% - 10px);
  transition: 0.25s;
  left: 50%;
  transform: translateX(-50%);
}
header nav#sub-nav ol li:hover, header nav#sub-nav ol li.current-page {
  background-color: #1e1e1d;
}
header nav#sub-nav ol li:hover span, header nav#sub-nav ol li.current-page span {
  transition: 0.25s;
}
header nav#sub-nav ol li:hover span.kids, header nav#sub-nav ol li.current-page span.kids {
  color: #59aeb7;
}
header nav#sub-nav ol li:hover span.teens, header nav#sub-nav ol li.current-page span.teens {
  color: #f0932e;
}
header nav#sub-nav ol li:hover span.women, header nav#sub-nav ol li.current-page span.women {
  color: #e68a7c;
}
header nav#sub-nav ol li:hover span.men, header nav#sub-nav ol li.current-page span.men {
  color: #6ca1b8;
}
header nav#sub-nav ol li:hover span.sport, header nav#sub-nav ol li.current-page span.sport {
  color: #9cba49;
}
header nav#sub-nav ol li:hover:after, header nav#sub-nav ol li.current-page:after {
  border-top-color: #1e1e1d;
  top: 100%;
}
header nav#sub-nav ol li > a {
  line-height: 40px;
  color: white;
}
header nav#sub-nav ol li > a span {
  text-transform: none;
}
header nav#sub-nav ol li > a:before {
  content: none;
}
header nav#sub-nav ol li:last-child {
  border-right: 1px solid #6cb5bc;
}
header nav#sub-nav ol li:last-child a {
  font-weight: 300;
}
header nav#sub-nav ol li .submenu {
  position: fixed;
  left: 0;
  top: 100vh;
  z-index: -1;
  transition: 0.25s;
  width: 100vw;
  overflow: hidden;
  text-align: left;
  height: 100vh;
  opacity: 0;
}
header nav#sub-nav ol li .submenu > img {
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  right: 50%;
  bottom: 50%;
  transform: translate(50%, 50%);
}
header nav#sub-nav ol li .submenu .wrap > div {
  margin-top: 60px;
  max-width: 100%;
  width: 450px;
  color: white;
}
header nav#sub-nav ol li .submenu .wrap > div h1 {
  color: white;
  font-size: 72px;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: -0.04em;
}
header nav#sub-nav ol li .submenu .wrap > div small {
  display: block;
  font-size: 26px;
  font-weight: 300;
  line-height: 34px;
  margin: 30px auto 25px;
}
header nav#sub-nav ol li .submenu .wrap > div.kids h1 {
  color: #59aeb7;
}
header nav#sub-nav ol li .submenu .wrap > div.kids small {
  color: #1a1a1a;
}
header nav#sub-nav ol li:hover .submenu {
  opacity: 1;
  top: 40px;
}
header.scroll-top #main-nav {
  margin-top: -80px;
}
header.scroll-top > .wrap a.logo {
  top: -105px;
}

.free-signup p {
  /*margin-bottom: 45px;
  border-bottom: 1px dotted #eaeaeb;
    	padding: 0 0 10px;*/
  padding: 10px 0;
  line-height: initial;
}
.free-signup button {
  margin-top: 10px;
}
.free-signup .half {
  margin-bottom: 15px !important;
  padding: 0 7px !important;
}
.free-signup .wrap {
  margin-bottom: 50px;
}

ul#social-media {
  position: fixed;
  top: 150px;
  right: 0;
  z-index: 9;
  background-color: #1a1a1a;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
ul#social-media li a {
  color: white;
  width: 50px;
  font-size: 25px;
  line-height: 50px;
  padding-left: 5px;
  text-align: center;
}

article section.carousel .arrow, article section.testimonial .arrow {
  background-color: transparent;
  left: 80px;
  filter: gray;
  transition: 0.25s;
  filter: url(filters.svg#grayscale);
  -webkit-filter: grayscale(1);
}
article section.carousel .arrow:last-child, article section.testimonial .arrow:last-child {
  left: auto;
  right: 80px;
}
article section.carousel .arrow:hover, article section.testimonial .arrow:hover {
  filter: none;
  -webkit-filter: grayscale(0);
}
article section.carousel #message, article section.testimonial #message {
  width: 206px;
  height: 207px;
  border: none;
  position: absolute;
  right: 0;
  padding: 0;
  bottom: -35px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  background-image: url("/assets/www/img/money-back.png");
}
article section.carousel .content > div img, article section.testimonial .content > div img {
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
article section.carousel .content > div .wrap > div, article section.testimonial .content > div .wrap > div {
  margin: 120px 0;
  max-width: 100%;
  width: 450px;
  color: white;
}
article section.carousel .content > div .wrap > div h1, article section.testimonial .content > div .wrap > div h1 {
  color: white;
  font-size: 52px;
  font-weight: 700;
  line-height: 54px;
  letter-spacing: -0.04em;
}
article section.carousel .content > div .wrap > div small, article section.testimonial .content > div .wrap > div small {
  display: block;
  font-size: 26px;
  font-weight: 300;
  line-height: 34px;
  margin: 30px auto 25px;
}
article section.carousel .content > div .wrap > div.kids h1, article section.testimonial .content > div .wrap > div.kids h1 {
  color: #59aeb7;
}
article section.carousel .content > div .wrap > div.kids small, article section.testimonial .content > div .wrap > div.kids small {
  color: #1a1a1a;
}
article section.static {
  padding: 120px 0 60px;
}
article section.static h1 {
  color: #59aeb7;
  font-size: 45px;
  font-weight: 700;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  padding-bottom: 30px;
}
article section.static a {
  color: inherit;
  font-weight: 700;
}
article section.static h4,
article section.static h2 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: #59aeb7;
  margin: 40px auto 15px;
}
article section.static p {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 24px;
}
article section.static ul {
  margin: 0 auto 30px;
  padding-left: 30px;
  list-style: circle;
  display: block;
}
article section.static ul li {
  margin-top: 10px;
  color: #58595b;
  font-size: 18px;
}
article section.static ul li strong {
  display: block;
  font-weight: 700;
}
article section.carousel {
  overflow: hidden;
  position: relative;
  padding-bottom: 60px;
}
article section.carousel .content > div .wrap {
  height: 650px;
}
article section.carousel .content > div .wrap > img {
  position: absolute;
  bottom: 40px;
  top: auto;
  max-width: 170px;
  min-height: 0;
  min-width: 0;
  right: 50%;
  z-index: 8;
  transform: none;
}
article section.carousel .content > div .wrap > div {
  margin: 0;
  position: absolute;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
}
article section.carousel .content > div .wrap > div h1 {
  text-transform: uppercase;
}
article section.carousel > .wrap {
  z-index: 8;
}
article section.carousel:after {
  content: url(/assets/www/img/bg/shape.svg);
  width: 110%;
  position: absolute;
  bottom: 58px;
  left: 50%;
  transform: translateX(-50%);
  line-height: 0;
  pointer-events: none;
}
article section.contact {
  padding: 60px 0;
  width: 100%;
  line-height: 0;
  display: inline-block;
}
article section.contact .wrap aside {
  float: left;
  padding-right: 50px;
  max-width: 100%;
  text-align: left;
  color: #77787b;
}
article section.contact .wrap aside .address {
  line-height: normal;
}
article section.contact .wrap aside .address strong {
  display: inline-block;
  font-weight: bold;
  width: 20px;
  color: #59aeb7;
}
article section.contact .wrap aside .address a {
  color: inherit;
}
article section.contact .wrap aside .address a:hover {
  color: #59aeb7;
}
article section.contact .wrap .right {
  width: calc(100% - 220px);
  float: right;
}
article section.contact .wrap .right form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
article section.contact .wrap .right form input,
article section.contact .wrap .right form .inputarea,
article section.contact .wrap .right form textarea {
  color: #5a5c5c;
  font-size: 21px;
  border: none;
  width: calc(48% - 40px);
  margin-bottom: 15px;
  border: 1px solid #e6e7e7;
  font-family: "brandon-grotesque", sans-serif;
  padding: 0 20px;
  height: 45px;
  line-height: 45px;
  resize: none;
}
article section.contact .wrap .right form textarea:not(.inputarea) {
  width: 100%;
  height: 200px;
}
article section.contact .wrap .right form button {
  border: none;
}
article section.testimonial .content > div img {
  position: absolute;
  top: 50%;
  right: 0;
  min-height: 100%;
  min-width: 100%;
}
article section.testimonial .content > div .wrap {
  height: 450px;
}
article section.testimonial .content > div .wrap > div {
  position: absolute;
  max-width: 100%;
  width: 400px;
  top: 50%;
  left: 0;
  margin: 0;
  transform: translateY(-50%);
}
article section.testimonial .content > div .wrap > div q {
  font-weight: 400;
  display: block;
  position: relative;
  margin-bottom: 25px;
  letter-spacing: -0.04em;
  font-size: 22px;
  line-height: 29px;
}
article section.testimonial .content > div .wrap > div q:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-image: url(/assets/www/img/icons/q1.png);
}
article section.testimonial .content > div .wrap > div q:after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-image: url(/assets/www/img/icons/q2.png);
}
article section.testimonial .content > div .wrap > div > a {
  margin-top: 25px;
}
article section.choose-plan {
  background-color: #ebebeb;
  padding: 60px 0;
  text-align: center;
}
article section.choose-plan .wrap h1 {
  color: #59aeb7;
  font-size: 45px;
  font-weight: 700;
  letter-spacing: -0.04em;
}
article section.choose-plan .wrap > small {
  display: block;
  font-size: 26px;
  font-weight: 300;
  line-height: 34px;
  margin: 30px auto;
}
article section.choose-plan .wrap > p {
  font-size: 20px;
  line-height: 24px;
}
article section.choose-plan .wrap .plans {
  margin-top: 30px;
  position: relative;
}
article section.choose-plan .wrap .plans figure {
  width: 300px;
  max-width: calc(100% - 40px);
  border: 1px solid #ebebeb;
  display: inline-block;
  padding: 30px 20px;
  background-color: white;
}
article section.choose-plan .wrap .plans figure small {
  color: #59aeb7;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.04em;
}
article section.choose-plan .wrap .plans figure small:last-of-type {
  color: #5a5b5b;
}
article section.choose-plan .wrap .plans figure .price_strike {
  /*font-size: 28px;*/
  text-decoration: line-through;
  margin-top: 20px;
}
article section.choose-plan .wrap .plans figure .price_strike span {
  font-size: 25px;
  letter-spacing: -0.04em;
}
article section.choose-plan .wrap .plans figure h3 {
  margin: 10px 0 20px auto;
  font-weight: 700;
  letter-spacing: -0.04em;
  font-size: 20px;
}
article section.choose-plan .wrap .plans figure h3 span {
  font-size: 60px;
}
article section.choose-plan .wrap .plans figure figcaption {
  padding: 0 20px;
  margin-top: 20px;
  border-top: 1px solid #dfe0e0;
}
article section.choose-plan .wrap .plans figure figcaption p {
  font-size: 18px;
  padding: 30px 0;
  line-height: 34px;
}
article section.choose-plan .wrap .plans figure figcaption p span {
  font-weight: 700;
  display: block;
  color: #59aeb7;
}
article section.choose-plan .wrap .plans figure figcaption .button {
  margin-top: 20px;
}
article section.choose-plan .wrap #select-currency {
  margin-top: 20px;
}
article section.be-outstanding, article section.money-back, article section.cerebellum, article section.research {
  padding-top: 85px;
  text-align: center;
}
article section.be-outstanding h2, article section.money-back h2, article section.cerebellum h2, article section.research h2 {
  color: #59aeb7;
  font-size: 45px;
  font-weight: 700;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}
article section.be-outstanding small, article section.money-back small, article section.cerebellum small, article section.research small {
  display: block;
  font-size: 26px;
  font-weight: 300;
  line-height: 34px;
  margin: 35px auto 20px;
}
article section.be-outstanding p, article section.money-back p, article section.cerebellum p, article section.research p {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 40px;
}
article section.be-outstanding p:last-child, article section.money-back p:last-child, article section.cerebellum p:last-child, article section.research p:last-child {
  margin-bottom: 60px;
}
article section.be-outstanding .button, article section.money-back .button, article section.cerebellum .button, article section.research .button {
  margin-bottom: 60px;
}
article section.be-outstanding {
  padding-top: 0;
}
article section.money-back {
  padding: 60px 0;
}
article section.money-back .wrap > div {
  width: 720px;
  max-width: 100%;
  display: inline-block;
}
article section.money-back .wrap > div p {
  font-size: 18px;
  margin-bottom: 10px;
}
article section.money-back .wrap > div p:last-child {
  margin-bottom: 0;
}
article section.slider {
  background-color: #ebebeb;
}
article section.slider .arrow {
  transform: translateY(calc(-50% - 10px));
}
article section.slider .wrap h2 {
  color: #59aeb7;
  font-size: 45px;
  font-weight: 700;
  padding: 30px 0 20px;
  letter-spacing: -0.04em;
}
article section.slider .wrap small {
  margin: -10px auto 30px;
  display: block;
  line-height: 24px;
  font-weight: 400;
  font-size: 18px;
}
article section.slider .wrap small strong {
  font-weight: 700;
}
article section.slider .nav {
  position: relative;
}
article section.slider .nav:before, article section.slider .nav:after {
  content: "";
  position: absolute;
  top: 0;
  height: calc(100% - 20px);
  width: 1px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.05);
}
article section.slider .nav:after {
  left: auto;
  right: 0;
}
article section.slider .nav li {
  text-align: center;
  padding: 20px 0;
  cursor: pointer;
  position: relative;
  opacity: 1;
  transition: 0.25s;
  margin-bottom: 20px;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}
article section.slider .nav li:last-child {
  border-right: none;
}
article section.slider .nav li:after {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #f0932e;
  position: absolute;
  left: 50%;
  transition: 0.25s;
  top: calc(100% + 30px);
  transform: translateX(-50%) rotate(45deg);
}
article section.slider .nav li .image img {
  height: 60px;
  margin: auto;
  /*filter: gray;*/
  transition: 0.25s;
  /*filter: url(filters.svg#grayscale);
  -webkit-filter: grayscale(1);*/
}
article section.slider .nav li.slick-current {
  opacity: 1;
}
article section.slider .nav li.slick-current:after {
  top: calc(100% + 10px);
}
article section.slider .nav li.slick-current .image img {
  filter: none;
  -webkit-filter: grayscale(0);
}
article section.slider .nav li h6 {
  font-size: 20px;
  line-height: 24px;
  margin-top: 20px;
  color: #5a5c5c;
}
article section.slider .content div img {
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  right: 50%;
  bottom: 50%;
  transform: translate(50%, 50%);
}
article section.slider .content div .wrap > div {
  margin: 60px auto;
  max-width: 420px;
  color: white;
}
article section.slider .content div .wrap > div h3 {
  font-size: 45px;
  font-weight: 700;
  letter-spacing: -0.04em;
}
article section.slider .content div .wrap > div small {
  display: block;
  font-size: 26px;
  font-weight: 300;
  line-height: 34px;
  margin: 20px auto;
}
article section.slider .content div .wrap > div p {
  line-height: 24px;
  margin-bottom: 40px;
  font-weight: 400;
  font-size: 18px;
}
article section.slider.advantages .content div .wrap > div {
  display: inline-block;
  text-align: left;
  max-width: 100%;
  width: 520px;
}
article section.slider.advantages .content div .wrap > div h3 {
  color: #59aeb7;
  font-size: 45px;
  font-weight: 700;
  letter-spacing: -0.04em;
}
article section.slider.advantages .content div .wrap > div small {
  color: #5a5c5c;
  display: block;
  font-size: 26px;
  font-weight: 300;
  line-height: 34px;
  margin: 35px auto 20px;
}
article section.slider.advantages .content div .wrap > div p {
  color: #5a5c5c;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 40px;
}
article section.slider.is-this-your-child .content div .wrap {
  text-align: right;
}
article section.slider.is-this-your-child .content div .wrap > div {
  display: inline-block;
  max-width: 460px;
  text-align: left;
}
article section.whats-included {
  text-align: center;
  padding: 60px 0;
}
article section.whats-included h2 {
  color: #59aeb7;
  font-size: 45px;
  font-weight: 700;
  padding-bottom: 30px;
  letter-spacing: -0.04em;
}
article section.whats-included .wrap > a {
  margin: 30px auto 0;
}
article section.whats-included .wrap div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
article section.whats-included .wrap div .button {
  left: 50%;
  position: relative;
  margin-top: 30px;
  transform: translateX(-50%);
}
article section.whats-included .wrap div figure {
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 25px 0;
  float: left;
  height: 150px;
  width: calc(25% - 15px);
  background-image: url(/assets/www/img/pattern.png);
  background-repeat: repeat;
  background-color: #f3f1f2;
  margin-top: 20px;
}
article section.whats-included .wrap div figure:nth-child(-n+4) {
  margin-top: 0;
}
article section.whats-included .wrap div figure .image {
  height: 80px;
}
article section.whats-included .wrap div figure .image img {
  height: 100%;
  width: 100%;
  margin: 0 auto;
}
article section.whats-included .wrap div figure h6 {
  font-size: 20px;
  line-height: 24px;
  margin-top: 20px;
  color: #5a5c5c;
}
article section.whats-included .wrap div figure figcaption {
  padding: 50px 30px;
  border: 1px dotted #bbbbbd;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: 0.25s;
  background-color: #f3f1f2;
  border-radius: 5px;
}
article section.whats-included .wrap div figure figcaption p {
  transform: translateY(-50%);
  position: absolute;
  padding: 0 50px;
  top: 50%;
  left: 0;
  right: 0;
}
article section.whats-included .wrap div figure:hover figcaption {
  opacity: 1;
}
article section.accessible, article section.changing-lives, article section.cerebellum-development, article section.programme-development, article section.results {
  padding: 60px 0;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url("/assets/www/img/bg/accessible.jpg");
}
article section.accessible .wrap div, article section.changing-lives .wrap div, article section.cerebellum-development .wrap div, article section.programme-development .wrap div, article section.results .wrap div {
  display: inline-block;
  text-align: left;
  max-width: 100%;
  width: 400px;
}
article section.accessible .wrap div h2, article section.changing-lives .wrap div h2, article section.cerebellum-development .wrap div h2, article section.programme-development .wrap div h2, article section.results .wrap div h2 {
  color: #59aeb7;
  font-size: 45px;
  font-weight: 700;
  letter-spacing: -0.04em;
}
article section.accessible .wrap div small, article section.changing-lives .wrap div small, article section.cerebellum-development .wrap div small, article section.programme-development .wrap div small, article section.results .wrap div small {
  display: block;
  font-size: 26px;
  font-weight: 300;
  line-height: 34px;
  margin: 35px auto 20px;
}
article section.accessible .wrap div p, article section.changing-lives .wrap div p, article section.cerebellum-development .wrap div p, article section.programme-development .wrap div p, article section.results .wrap div p {
  font-size: 24px !important;
  font-weight: 300 !important;
  line-height: 30px !important;
}
article section.changing-lives p {
  font-size: 23px !important;
  font-weight: 300 !important;
  line-height: 34px !important;
}
article section.results {
  background-image: none;
}
article section.results .wrap {
  text-align: right;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url("/assets/www/img/bg/diagram.png");
}
article section.results .wrap div {
  width: 500px;
  margin: 60px 0;
}
article section.results .wrap div p:last-of-type {
  margin-bottom: 0;
}
article section.programme-development {
  background-color: #f2f5f3;
  background-image: none;
  padding: 60px 0 0 0;
}
article section.programme-development .wrap {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-image: url("/assets/www/img/bg/brain.png");
}
article section.programme-development .wrap div {
  width: 500px;
  margin: 0 auto 60px;
}
article section.programme-development .wrap div p:last-of-type {
  margin-bottom: 0;
}
article section.cerebellum, article section.research {
  padding-top: 0;
}
article section.cerebellum-development {
  background-color: #ebebeb;
  background-image: none;
  padding: 60px 0 0 0;
}
article section.cerebellum-development .wrap {
  padding-bottom: 60px;
  background-image: url("/assets/www/img/bg/cerebellum.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
}
article section.cerebellum-development .wrap div p {
  margin-bottom: 30px;
}
article section.cerebellum-development .wrap div p:last-child {
  margin-bottom: 0;
}
article section.animated-bg {
  position: relative;
  /*margin-top: 80px;*/
  overflow: hidden;
}
article section.animated-bg:after {
  content: url(/assets/www/img/bg/shape.svg);
  width: 110%;
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  line-height: 0;
  pointer-events: none;
}
article section.animated-bg > img {
  position: absolute;
  top: 0;
  right: 0;
  min-height: 100%;
  min-width: 100%;
}
article section.animated-bg .wrap {
  height: 300px;
}
article section.animated-bg .wrap div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 100%;
  width: 700px;
}
article section.animated-bg .wrap div h1 {
  color: #59aeb7;
  font-size: 55px;
  font-weight: 700;
  display: block;
  margin-bottom: 20px;
  letter-spacing: -0.04em;
}
article section.animated-bg .wrap div small {
  display: block;
  font-size: 26px;
  font-weight: 300;
  line-height: 34px;
}
article section.choose-platform {
  padding: 50px 0 100px;
}
article section.choose-platform .wrap {
  max-width: 100%;
}
article section.choose-platform .wrap h2 {
  color: #1a1a1a;
  font-size: 26px;
  line-height: 36px;
  padding-bottom: 15px;
  letter-spacing: -0.02em;
}
article section.choose-platform .wrap div {
  display: inline-block;
  width: 100%;
}
article section.choose-platform .wrap div figure {
  text-align: center;
  margin-top: 30px;
  float: left;
  margin-right: 30px;
  background-image: url(/assets/www/img/pattern.png);
  background-repeat: repeat;
  background-color: #f3f1f2;
  position: relative;
  overflow: hidden;
  padding: 25px 0;
  width: calc(33.3% - 20px);
}
article section.choose-platform .wrap div figure:nth-child(3) {
  margin-right: 0;
}
article section.choose-platform .wrap div figure h6 {
  color: #1a1a1a;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.02em;
}
article section.choose-platform .wrap div figure .image {
  height: 100px;
  position: relative;
}
article section.choose-platform .wrap div figure .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 90%;
  transform: translate(-50%, -50%);
}
article section.free-signup .wrap {
  display: flex;
  flex-direction: row !important;
  align-items: stretch;
  height: 100%;
}
article section.free-signup .wrap .box-content {
  padding: 50px 40px;
  box-sizing: border-box;
  text-align: left;
  background: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  font-size: 17px;
}
article section.free-signup .wrap .box-content h2 {
  font-size: 27px;
}
article section.free-signup .wrap .box-content h2 strong {
  font-weight: bold;
}
article section.free-signup .wrap .box-content:first-child {
  flex: 1;
}
article section.free-signup .wrap .box-content:first-child h2 {
  color: #2a628f;
}
article section.free-signup .wrap .box-content:first-child ul li {
  color: #585858;
}
article section.free-signup .wrap .box-content:first-child p {
  color: #585858;
}
article section.free-signup .wrap .box-content:first-child::after {
  content: "";
  background-image: url("/img/jpg/laptop-screen-2.jpg");
  background-size: cover;
  background-position-y: 40%;
  opacity: 0.1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}
article section.free-signup .wrap .box-content:last-child {
  flex: 1;
  margin-right: 0;
  background-color: #F79423;
  color: #fff;
}
article section.free-signup .wrap .box-content:last-child h2 {
  color: #fff;
}
article section.free-signup .wrap .box-content:last-child.alt_colour {
  background-color: #4AB0BF;
}
article section.free-signup .wrap .box-content:last-child.alt_colour button {
  border: 2px solid #fff !important;
}
article section.free-signup .wrap .box-content ul {
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 40px;
}
article section.free-signup .wrap .box-content ul li {
  list-style-type: initial;
  padding: 5px;
}
article section.free-signup .wrap .box-content h2 {
  text-align: center;
}
article section.free-signup .wrap .box-content .form_container {
  width: unset !important;
}
article section.free-signup iframe.billing_iframe {
  display: none;
  overflow: hidden;
  /*height: 1575px;*/
}
article section.free-signup iframe.billing_iframe.display_iframe {
  display: block;
  margin: 0 auto;
}
article section.free-signup iframe.billing_iframe.display_iframe html > body {
  overflow: hidden;
}
article section.next-steps {
  padding: 50px 0;
}
article section.next-steps .wrap {
  max-width: 950px;
  text-align: center;
}
article section.next-steps .wrap h2 {
  color: #5a5b5b;
  font-size: 37px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: -0.04em;
}
article section.next-steps .wrap small {
  display: block;
  font-size: 26px;
  font-weight: 300;
  line-height: 34px;
  text-align: center;
  margin: 35px auto 20px;
}
article section.next-steps .wrap > div {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  margin-bottom: 40px;
  justify-content: space-between;
}
article section.next-steps .wrap > div figure {
  flex: 1;
  -ms-flex: auto;
  max-width: calc(33.3% - 15px);
  overflow: hidden;
  background-color: #fafafa;
}
article section.next-steps .wrap > div figure h3 {
  color: #59aeb7;
  font-size: 27px;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  padding: 15px;
}
article section.next-steps .wrap > div figure h3 span {
  color: white;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-right: 15px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  background-color: #59aeb7;
}
article section.next-steps .wrap > div figure small {
  text-align: left;
  margin: 25px 15px;
}
article section.next-steps .wrap > div figure p, article section.next-steps .wrap > div figure ol {
  line-height: 24px;
  padding: 0 15px 25px;
}
article section.next-steps .wrap > div figure li {
  padding: 2px 0;
}
article section.next-steps .wrap > div.full_box {
  display: block;
}
article section.next-steps .wrap > div.full_box > figure {
  width: auto;
  max-width: 100%;
  padding-bottom: 70px;
}
article section.next-steps .wrap > div.full_box .second_course {
  padding: 0 10px;
  position: absolute;
}
article section.changing-lives {
  background-image: none;
  background-color: white;
}
article section.changing-lives .wrap > a {
  line-height: 0;
  position: absolute;
  top: 50%;
  right: 0;
  height: 75%;
  overflow: hidden;
  transform: translateY(-50%);
}
article section.changing-lives .wrap > a img {
  transform: translateY(-50%);
  top: 50%;
  height: 75%;
  position: relative;
}
article section.easy-and-fun {
  padding: 60px 0;
  background-size: auto;
  background-color: #daf0f2;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url("/assets/www/img/bg/easy-and-fun.png");
}
article section.easy-and-fun .wrap {
  margin: 60px auto;
  text-align: right;
}
article section.easy-and-fun .wrap div {
  display: inline-block;
  text-align: left;
  max-width: 100%;
  width: 520px;
}
article section.easy-and-fun .wrap div h2 {
  color: #59aeb7;
  font-size: 45px;
  font-weight: 700;
  letter-spacing: -0.04em;
}
article section.easy-and-fun .wrap div small {
  display: block;
  font-size: 26px;
  font-weight: 300;
  line-height: 34px;
  margin: 35px auto 20px;
}
article section.easy-and-fun .wrap div p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 40px;
}
article section.free-consultation {
  padding: 60px 0;
  text-align: center;
  background-color: #59aeb7;
  color: white;
}
article section.free-consultation h4 {
  font-size: 45px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
article section.free-consultation small {
  display: block;
  font-size: 26px;
  font-weight: 300;
  margin: 30px auto;
}
article section.free-consultation .buttons .button:first-child {
  margin-right: 30px;
}
article section.register, article section.join-programme {
  padding: 80px 0;
}
article section.register .sagepay_icon, article section.join-programme .sagepay_icon {
  clear: both !important;
  box-sizing: content-box !important;
  margin: 0 auto;
  padding-top: 40px;
}
article section.register .sagepay_iframe, article section.join-programme .sagepay_iframe {
  /*display: none;*/
}
article section.register .payment_methods, article section.join-programme .payment_methods {
  display: table;
  text-align: center;
  width: 100%;
}
article section.register .payment_methods .type_container, article section.join-programme .payment_methods .type_container {
  height: 40px;
  display: inline-table;
  padding-left: 50px;
  text-align: left;
}
article section.register .payment_methods .type_container .type, article section.join-programme .payment_methods .type_container .type {
  text-transform: uppercase;
  color: #54acb5;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 10px;
}
article section.register .payment_methods .paypal .type_container, article section.join-programme .payment_methods .paypal .type_container {
  background: url("/img/png/payment-bullet-2.png") center left no-repeat;
}
article section.register .payment_methods .paypal:hover, article section.join-programme .payment_methods .paypal:hover {
  background-color: #eff6f7;
}
article section.register .payment_methods .paypal:hover .type_container, article section.join-programme .payment_methods .paypal:hover .type_container {
  background: url("/img/png/payment-bullet-1.png") center left no-repeat;
}
article section.register .payment_methods .sagepay, article section.join-programme .payment_methods .sagepay {
  border-right: none;
}
article section.register .payment_methods .sagepay .type_container, article section.join-programme .payment_methods .sagepay .type_container {
  background: url("/img/png/payment-bullet-2.png") center left no-repeat;
}
article section.register .payment_methods .sagepay:hover, article section.register .payment_methods .sagepay.selected_button, article section.join-programme .payment_methods .sagepay:hover, article section.join-programme .payment_methods .sagepay.selected_button {
  background-color: #eff6f7;
}
article section.register .payment_methods .sagepay:hover .type_container, article section.register .payment_methods .sagepay.selected_button .type_container, article section.join-programme .payment_methods .sagepay:hover .type_container, article section.join-programme .payment_methods .sagepay.selected_button .type_container {
  background: url("/img/png/payment-bullet-1.png") center left no-repeat;
}
article section.register .payment_methods > div, article section.join-programme .payment_methods > div {
  display: table-cell;
  width: 50%;
  border: 2px solid #cae4e7;
  box-sizing: border-box;
  padding: 20px;
  float: left;
  height: 110px;
  cursor: pointer;
  cursor: hand;
}
article section.register form, article section.join-programme form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
article section.register form > *, article section.join-programme form > * {
  -webkit-transform: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
article section.register form#payment-form, article section.join-programme form#payment-form {
  display: block;
  width: 690px;
  margin: 0 auto;
}
article section.register form label, article section.join-programme form label {
  position: relative;
}
article section.register form label > img, article section.join-programme form label > img {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}
article section.register form label .success, article section.join-programme form label .success {
  position: absolute;
  top: 50%;
  border-radius: 5px;
  right: 5px;
  left: auto;
  font-size: 18px;
  color: white;
  text-align: left;
  transform: translateY(-50%);
  background-color: #5ec2ce;
  text-transform: uppercase;
  letter-spacing: 0;
  font-weight: 700;
  padding: 5px;
}
article section.register form .half > span:not(.success),
article section.register form .full > span:not(.success), article section.join-programme form .half > span:not(.success),
article section.join-programme form .full > span:not(.success) {
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 18px;
  color: #757575;
  text-align: left;
  transform: translateY(-50%);
}
article section.register form .half > span:not(.success).error,
article section.register form .full > span:not(.success).error, article section.join-programme form .half > span:not(.success).error,
article section.join-programme form .full > span:not(.success).error {
  position: absolute;
  right: 10px;
  left: auto;
  top: 100%;
  font-size: 12px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #d41c23;
  text-transform: uppercase;
  color: white;
  height: 15px;
  padding: 0 10px;
  z-index: 8;
  font-weight: 700;
  transform: none;
  line-height: 15px;
}
article section.register form .half > span:not(.success).error img,
article section.register form .full > span:not(.success).error img, article section.join-programme form .half > span:not(.success).error img,
article section.join-programme form .full > span:not(.success).error img {
  display: none;
  margin-left: 15px;
}
article section.register form .half.error .nice-select, article section.register form .half.error input,
article section.register form .full.error .nice-select,
article section.register form .full.error input, article section.join-programme form .half.error .nice-select, article section.join-programme form .half.error input,
article section.join-programme form .full.error .nice-select,
article section.join-programme form .full.error input {
  border-color: #d41c23 !important;
}
article section.register form .half.error span,
article section.register form .full.error span, article section.join-programme form .half.error span,
article section.join-programme form .full.error span {
  display: block;
}
article section.register form input,
article section.register form textarea,
article section.register form select, article section.join-programme form input,
article section.join-programme form textarea,
article section.join-programme form select {
  color: #5a5c5c;
  font-size: 21px;
  width: 100%;
  border: 1px solid #e6e7e7;
  font-family: "brandon-grotesque", sans-serif;
  padding: 0 15px;
  height: 45px;
  line-height: 45px;
  box-sizing: border-box;
}
article section.register form select, article section.join-programme form select {
  cursor: hand;
  cursor: pointer;
}
article section.register form textarea, article section.join-programme form textarea {
  margin-bottom: 25px;
  resize: none;
  width: 100%;
  height: 200px;
}
article section.register form button, article section.join-programme form button {
  width: 100%;
  border: none;
}
article section.register form button > img, article section.join-programme form button > img {
  margin-right: 10px;
  vertical-align: sub;
}
article section.register form .add_participant, article section.join-programme form .add_participant {
  color: #f0932e;
  cursor: hand;
  cursor: pointer;
}
article section.register form .add_participant:hover, article section.join-programme form .add_participant:hover {
  text-decoration: underline;
}
article section.register form #participant_details h3, article section.join-programme form #participant_details h3 {
  margin-left: auto;
  margin-right: auto;
}
article section.register .wrap, article section.join-programme .wrap {
  flex-direction: column;
}
article section.register .wrap .step, article section.join-programme .wrap .step {
  flex: 1;
  -ms-flex: auto;
  text-align: center;
  margin-top: 30px;
}
article section.register .wrap .step #payment-form, article section.join-programme .wrap .step #payment-form {
  /* Variables */
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  display: block;
  justify-content: center;
  align-content: center;
  width: 100%;
  /*min-width: 500px;*/
  min-width: unset;
  align-self: center;
  box-shadow: 0 0 0 0.5px rgba(50, 50, 93, 0.1), 0 2px 5px 0 rgba(50, 50, 93, 0.1), 0 1px 1.5px 0 rgba(0, 0, 0, 0.07);
  border-radius: 7px;
  padding: 40px;
  margin: 20px 0 0 0;
  box-sizing: border-box;
  /* Buttons and links */
  /* spinner/processing state, errors */
}
article section.register .wrap .step #payment-form *, article section.join-programme .wrap .step #payment-form * {
  box-sizing: border-box;
}
article section.register .wrap .step #payment-form.stripe_payment, article section.join-programme .wrap .step #payment-form.stripe_payment {
  max-width: 690px;
  margin: 0 auto;
  background-color: #F7F7F7;
  padding: 10px;
}
article section.register .wrap .step #payment-form input, article section.join-programme .wrap .step #payment-form input {
  border-radius: 6px;
  margin-bottom: 6px;
  padding: 12px;
  border: 1px solid rgba(50, 50, 93, 0.1);
  height: 44px;
  font-size: 16px;
  width: 100%;
  background: white;
}
article section.register .wrap .step #payment-form .result-message, article section.join-programme .wrap .step #payment-form .result-message {
  line-height: 22px;
  font-size: 16px;
}
article section.register .wrap .step #payment-form .result-message a, article section.join-programme .wrap .step #payment-form .result-message a {
  color: rgb(89, 111, 214);
  font-weight: 600;
  text-decoration: none;
}
article section.register .wrap .step #payment-form .hidden, article section.join-programme .wrap .step #payment-form .hidden {
  display: none;
}
article section.register .wrap .step #payment-form #card-error, article section.join-programme .wrap .step #payment-form #card-error {
  color: rgb(105, 115, 134);
  text-align: left;
  font-size: 13px;
  line-height: 17px;
  margin-top: 12px;
}
article section.register .wrap .step #payment-form #card-element, article section.join-programme .wrap .step #payment-form #card-element {
  border-radius: 4px 4px 0 0;
  padding: 12px;
  border: 1px solid rgba(50, 50, 93, 0.1);
  height: 44px;
  width: 100%;
  background: white;
}
article section.register .wrap .step #payment-form #payment-request-button, article section.join-programme .wrap .step #payment-form #payment-request-button {
  margin-bottom: 32px;
}
article section.register .wrap .step #payment-form button, article section.join-programme .wrap .step #payment-form button {
  background: #5469d4;
  color: #ffffff;
  font-family: Arial, sans-serif;
  border-radius: 0 0 4px 4px;
  border: 0;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: block;
  transition: all 0.2s ease;
  box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
  width: 100%;
}
article section.register .wrap .step #payment-form button:hover, article section.join-programme .wrap .step #payment-form button:hover {
  filter: contrast(115%);
}
article section.register .wrap .step #payment-form button:disabled, article section.join-programme .wrap .step #payment-form button:disabled {
  opacity: 0.5;
  cursor: default;
}
article section.register .wrap .step #payment-form .spinner,
article section.register .wrap .step #payment-form .spinner:before,
article section.register .wrap .step #payment-form .spinner:after, article section.join-programme .wrap .step #payment-form .spinner,
article section.join-programme .wrap .step #payment-form .spinner:before,
article section.join-programme .wrap .step #payment-form .spinner:after {
  border-radius: 50%;
}
article section.register .wrap .step #payment-form .spinner, article section.join-programme .wrap .step #payment-form .spinner {
  color: #ffffff;
  font-size: 22px;
  text-indent: -99999px;
  margin: 0px auto;
  position: relative;
  width: 20px;
  height: 20px;
  box-shadow: inset 0 0 0 2px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
article section.register .wrap .step #payment-form .spinner:before,
article section.register .wrap .step #payment-form .spinner:after, article section.join-programme .wrap .step #payment-form .spinner:before,
article section.join-programme .wrap .step #payment-form .spinner:after {
  position: absolute;
  content: "";
}
article section.register .wrap .step #payment-form .spinner:before, article section.join-programme .wrap .step #payment-form .spinner:before {
  width: 10.4px;
  height: 20.4px;
  background: #5469d4;
  border-radius: 20.4px 0 0 20.4px;
  top: -0.2px;
  left: -0.2px;
  -webkit-transform-origin: 10.4px 10.2px;
  transform-origin: 10.4px 10.2px;
  -webkit-animation: loading 2s infinite ease 1.5s;
  animation: loading 2s infinite ease 1.5s;
}
article section.register .wrap .step #payment-form .spinner:after, article section.join-programme .wrap .step #payment-form .spinner:after {
  width: 10.4px;
  height: 10.2px;
  background: #5469d4;
  border-radius: 0 10.2px 10.2px 0;
  top: -0.1px;
  left: 10.2px;
  -webkit-transform-origin: 0px 10.2px;
  transform-origin: 0px 10.2px;
  -webkit-animation: loading 2s infinite ease;
  animation: loading 2s infinite ease;
}
@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 600px) {
  article section.register .wrap .step #payment-form form, article section.join-programme .wrap .step #payment-form form {
    width: 80vw;
  }
}
article section.register .wrap .step:first-child, article section.join-programme .wrap .step:first-child {
  margin-top: 0;
}
article section.register .wrap .step .steps, article section.join-programme .wrap .step .steps {
  display: block;
  margin-bottom: 40px;
  position: relative;
  cursor: pointer;
  cursor: hand;
}
article section.register .wrap .step .steps.no_pointer, article section.join-programme .wrap .step .steps.no_pointer {
  cursor: unset;
}
article section.register .wrap .step .steps:before, article section.join-programme .wrap .step .steps:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-top: 1px dotted #ebebeb;
}
article section.register .wrap .step .steps li, article section.join-programme .wrap .step .steps li {
  background-color: #ebebeb;
  display: inline-block;
  text-align: center;
  color: #939598;
  font-size: 18px;
  font-weight: 700;
  margin-right: 30px;
  position: relative;
  border-radius: 50%;
  line-height: 30px;
  height: 30px;
  width: 30px;
}
article section.register .wrap .step .steps li.current, article section.join-programme .wrap .step .steps li.current {
  background-color: #59aeb7;
  color: white;
}
article section.register .wrap .step .steps li:last-child, article section.join-programme .wrap .step .steps li:last-child {
  margin-right: 0;
}
article section.register .wrap .step h3, article section.register .wrap .step h4, article section.join-programme .wrap .step h3, article section.join-programme .wrap .step h4 {
  color: #1a1a1a;
  font-size: 25px;
  display: block;
  margin: 0 auto 25px auto;
  text-transform: uppercase;
}
article section.register .wrap .step h4, article section.join-programme .wrap .step h4 {
  color: #5a5c5c;
  font-size: 20px;
  font-weight: bold;
}
article section.register .wrap .step > div:not(.message):not(.error), article section.join-programme .wrap .step > div:not(.message):not(.error) {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 690px;
  /*max-width: 100%;*/
  margin: auto;
  overflow: visible;
  padding: 0;
}
article section.register .wrap .step > div:not(.message):not(.error) .select .nice-select, article section.join-programme .wrap .step > div:not(.message):not(.error) .select .nice-select {
  width: 100%;
  border-radius: 0;
  color: #5a5c5c;
  font-size: 21px;
  height: 45px;
  padding: 0 20px;
  line-height: 45px;
  border: 1px solid #e6e7e7;
  font-family: "brandon-grotesque", sans-serif;
}
article section.register .wrap .step > div:not(.message):not(.error) .select .nice-select:before, article section.join-programme .wrap .step > div:not(.message):not(.error) .select .nice-select:before {
  font-family: Fontawesome;
  color: #f0743c;
  content: "\f107";
  transition: 0.25s;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
article section.register .wrap .step > div:not(.message):not(.error) .select .nice-select:after, article section.join-programme .wrap .step > div:not(.message):not(.error) .select .nice-select:after {
  content: none;
}
article section.register .wrap .step > div:not(.message):not(.error) .select .nice-select ul.list, article section.join-programme .wrap .step > div:not(.message):not(.error) .select .nice-select ul.list {
  margin-top: -1px;
  border-radius: 0;
  min-width: 100%;
  max-height: 120px;
  overflow-y: auto;
}
article section.register .wrap .step > div:not(.message):not(.error) .select .nice-select.open:before, article section.join-programme .wrap .step > div:not(.message):not(.error) .select .nice-select.open:before {
  transform: translateY(-50%) rotate(180deg);
}
article section.register .wrap .step > div:not(.message):not(.error) .select .nice-select li, article section.join-programme .wrap .step > div:not(.message):not(.error) .select .nice-select li {
  line-height: normal;
  min-height: auto;
}
article section.register .wrap .step > div:not(.message):not(.error) .select.routine, article section.join-programme .wrap .step > div:not(.message):not(.error) .select.routine {
  margin-top: 10px;
}
article section.register .wrap .step > div:not(.message):not(.error) .half, article section.join-programme .wrap .step > div:not(.message):not(.error) .half {
  width: 50%;
  margin-bottom: 6px;
  position: relative;
  box-sizing: border-box;
  padding: 0 3px;
}
article section.register .wrap .step > div:not(.message):not(.error) .half > span:not(.error), article section.join-programme .wrap .step > div:not(.message):not(.error) .half > span:not(.error) {
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 18px;
  color: #757575;
  text-align: left;
  transform: translateY(-50%);
}
article section.register .wrap .step > div:not(.message):not(.error) .half > .select, article section.join-programme .wrap .step > div:not(.message):not(.error) .half > .select {
  width: 33.33%;
  float: left;
  padding: 0 2px;
  box-sizing: border-box;
}
article section.register .wrap .step > div:not(.message):not(.error) .half > .select > label, article section.join-programme .wrap .step > div:not(.message):not(.error) .half > .select > label {
  font-size: 16px;
  display: block;
  text-align: left;
  transform: translateY(-5px);
}
article section.register .wrap .step > div:not(.message):not(.error) .half > .select .nice-select, article section.join-programme .wrap .step > div:not(.message):not(.error) .half > .select .nice-select {
  width: auto;
  height: 30px;
  padding: 0 10px;
  margin-bottom: 0;
  line-height: 30px;
  padding-right: 30px;
}
article section.register .wrap .step > div:not(.message):not(.error) .half > .select .nice-select .current, article section.join-programme .wrap .step > div:not(.message):not(.error) .half > .select .nice-select .current {
  font-size: 16px;
}
article section.register .wrap .step > div:not(.message):not(.error) .half > .select .nice-select:before, article section.join-programme .wrap .step > div:not(.message):not(.error) .half > .select .nice-select:before {
  right: 10px;
}
article section.register .wrap .step > div:not(.message):not(.error) .full, article section.join-programme .wrap .step > div:not(.message):not(.error) .full {
  position: relative;
  margin-bottom: 6px;
  max-width: none;
  width: 100%;
  box-sizing: border-box;
  padding: 0 3px;
}
article section.register .wrap .step > div:not(.message):not(.error) .full.birth p, article section.join-programme .wrap .step > div:not(.message):not(.error) .full.birth p {
  margin: 10px 0;
  text-align: left;
  font-size: 18px;
}
article section.register .wrap .step > div:not(.message):not(.error) .full.birth > span:not(.error), article section.join-programme .wrap .step > div:not(.message):not(.error) .full.birth > span:not(.error) {
  position: relative;
  top: 15%;
  left: 0;
  display: block;
  font-size: 15px;
  color: #757575;
  text-align: left;
  transform: translateY(-50%);
  font-weight: bold;
}
article section.register .wrap .step > div:not(.message):not(.error) .full.birth .select.error .nice-select, article section.join-programme .wrap .step > div:not(.message):not(.error) .full.birth .select.error .nice-select {
  border: 1px solid red;
}
article section.register .wrap .step > div:not(.message):not(.error) .full.birth .select, article section.join-programme .wrap .step > div:not(.message):not(.error) .full.birth .select {
  width: calc(33.33% - 3px);
  margin-right: 3px;
  padding: 0;
  float: left;
  box-sizing: border-box;
}
article section.register .wrap .step > div:not(.message):not(.error) .full.birth .select:nth-child(4), article section.join-programme .wrap .step > div:not(.message):not(.error) .full.birth .select:nth-child(4) {
  margin-right: 0;
  width: 33.33%;
}
article section.register .wrap .step > div:not(.message):not(.error) .buttons, article section.join-programme .wrap .step > div:not(.message):not(.error) .buttons {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: none !important;
  justify-content: space-between;
}
article section.register .wrap .step > div:not(.message):not(.error) .buttons .button, article section.join-programme .wrap .step > div:not(.message):not(.error) .buttons .button {
  display: inline-block;
  font-weight: 700;
  color: #59aeb7;
}
article section.register .wrap .step > div:not(.message):not(.error) .buttons .button:last-child, article section.join-programme .wrap .step > div:not(.message):not(.error) .buttons .button:last-child {
  max-width: 100%;
  width: calc(100% - 250px);
}
article section.register .wrap .step > div:not(.message):not(.error) .table, article section.join-programme .wrap .step > div:not(.message):not(.error) .table {
  width: 100%;
  margin-bottom: 30px;
}
article section.register .wrap .step > div:not(.message):not(.error) .table table, article section.join-programme .wrap .step > div:not(.message):not(.error) .table table {
  width: 100%;
  border-collapse: separate;
}
article section.register .wrap .step > div:not(.message):not(.error) .table table td, article section.join-programme .wrap .step > div:not(.message):not(.error) .table table td {
  text-align: left;
  font-size: 18px;
  font-weight: 300;
  padding: 25px 20px;
  color: #5a5b5b;
  line-height: 24px;
}
article section.register .wrap .step > div:not(.message):not(.error) .table table td span, article section.join-programme .wrap .step > div:not(.message):not(.error) .table table td span {
  font-size: 16px;
  display: block;
}
article section.register .wrap .step > div:not(.message):not(.error) .table table td .select, article section.join-programme .wrap .step > div:not(.message):not(.error) .table table td .select {
  width: auto;
  display: inline-block;
  vertical-align: text-top;
}
article section.register .wrap .step > div:not(.message):not(.error) .table table td .select .nice-select, article section.join-programme .wrap .step > div:not(.message):not(.error) .table table td .select .nice-select {
  padding: 0 30px 0 10px;
  margin-bottom: 0;
  line-height: 25px;
  margin-left: 10px;
  height: 25px;
  border-radius: 3px;
  background-color: #ebebeb;
}
article section.register .wrap .step > div:not(.message):not(.error) .table table td .select .nice-select:before, article section.join-programme .wrap .step > div:not(.message):not(.error) .table table td .select .nice-select:before {
  right: 10px;
}
article section.register .wrap .step > div:not(.message):not(.error) .table table td .select .nice-select span, article section.join-programme .wrap .step > div:not(.message):not(.error) .table table td .select .nice-select span {
  font-weight: 700;
}
article section.register .wrap .step > div:not(.message):not(.error) .table table thead tr td, article section.join-programme .wrap .step > div:not(.message):not(.error) .table table thead tr td {
  border-bottom: 1px solid #eaeaeb;
  padding: 15px 20px;
  font-weight: 700;
  color: #59aeb7;
}
article section.register .wrap .step > div:not(.message):not(.error) .table table tbody tr td:first-child, article section.join-programme .wrap .step > div:not(.message):not(.error) .table table tbody tr td:first-child {
  font-weight: 700;
}
article section.register .wrap .step > div:not(.message):not(.error) .table table tfoot tr td, article section.join-programme .wrap .step > div:not(.message):not(.error) .table table tfoot tr td {
  border-top: 1px solid #eaeaeb;
}
article section.register .wrap .step > div:not(.message):not(.error) .table table tfoot tr:last-child, article section.join-programme .wrap .step > div:not(.message):not(.error) .table table tfoot tr:last-child {
  background-color: #f7f7f7;
}
article section.register .wrap .step > div:not(.message):not(.error) .table table tfoot tr:last-child td, article section.join-programme .wrap .step > div:not(.message):not(.error) .table table tfoot tr:last-child td {
  font-weight: 700;
}
article section.register .wrap .step > div:not(.message):not(.error) .table.mobile, article section.join-programme .wrap .step > div:not(.message):not(.error) .table.mobile {
  display: none;
}
article section.register .wrap .step > div:not(.message):not(.error) .table.mobile table tr td, article section.join-programme .wrap .step > div:not(.message):not(.error) .table.mobile table tr td {
  vertical-align: middle;
}
article section.register .wrap .step > div:not(.message):not(.error) .table.mobile table tr td strong, article section.join-programme .wrap .step > div:not(.message):not(.error) .table.mobile table tr td strong {
  display: block;
  color: #59aeb7;
}
article section.register .wrap .step > div:not(.message):not(.error) .table.mobile table tr td:last-child, article section.join-programme .wrap .step > div:not(.message):not(.error) .table.mobile table tr td:last-child {
  text-align: right;
  width: 100px;
}
article section.register .wrap .step > div:not(.message):not(.error) .table.mobile table thead tr td, article section.join-programme .wrap .step > div:not(.message):not(.error) .table.mobile table thead tr td {
  color: inherit;
}
article section.register .wrap .step > div:not(.message):not(.error) .table.mobile table thead tr td strong, article section.join-programme .wrap .step > div:not(.message):not(.error) .table.mobile table thead tr td strong {
  color: #59aeb7;
}
article section.register .wrap .step > div:not(.message):not(.error) .table.mobile table tbody tr:first-child td, article section.join-programme .wrap .step > div:not(.message):not(.error) .table.mobile table tbody tr:first-child td {
  border-bottom: 1px solid #eaeaeb;
  font-weight: normal;
}
article section.register .wrap .step > div:not(.message):not(.error) .table.mobile table tbody tr:first-child td strong, article section.join-programme .wrap .step > div:not(.message):not(.error) .table.mobile table tbody tr:first-child td strong {
  font-weight: 700;
}
article section.register .wrap .step:nth-child(3) > div, article section.join-programme .wrap .step:nth-child(3) > div {
  text-align: left;
}
article section.register .wrap .step:nth-child(3) > div .question, article section.join-programme .wrap .step:nth-child(3) > div .question {
  display: block;
  color: #1a1a1a;
  max-width: none;
  width: 100%;
  font-size: 18px;
  margin-bottom: 20px;
}
article section.register .wrap .step:nth-child(3) > div .question p, article section.join-programme .wrap .step:nth-child(3) > div .question p {
  display: block;
  margin-bottom: 10px;
}
article section.register .wrap .step:nth-child(3) > div .question:last-child, article section.join-programme .wrap .step:nth-child(3) > div .question:last-child {
  margin-bottom: 0;
}
article section.register.join-programme .wrap .step > div .half.birth, article section.join-programme.join-programme .wrap .step > div .half.birth {
  width: calc(48% - 100px);
  text-align: left;
  padding-left: 100px;
}

footer {
  background-color: #58595b;
  padding: 30px 0 80px;
  display: inline-block;
  width: 100%;
}
footer .wrap ol {
  margin-right: 60px;
  float: left;
}
footer .wrap ol li {
  position: relative;
  font-size: 17px;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
  color: white;
  min-width: 100%;
  font-weight: 300;
}
footer .wrap ol li a {
  color: white;
}
footer .wrap ol li a:hover span {
  transition: 0.25s;
}
footer .wrap ol li a:hover span.kids {
  color: #59aeb7;
}
footer .wrap ol li a:hover span.teens {
  color: #f0932e;
}
footer .wrap ol li a:hover span.women {
  color: #e68a7c;
}
footer .wrap ol li a:hover span.men {
  color: #6ca1b8;
}
footer .wrap ol li a:hover span.sport {
  color: #9cba49;
}
footer .wrap ol li:before {
  font-family: Fontawesome;
  color: #f0932e;
  content: "\f105";
  margin-right: 10px;
  transition: 0.25s;
  display: inline-block;
}
footer .wrap ol li:first-child {
  font-weight: 700;
  padding-bottom: 25px;
  text-transform: uppercase;
}
footer .wrap ol li:first-child:before {
  content: none;
}
footer .wrap ol li:last-child {
  margin-bottom: 0;
}
footer .wrap ol li:hover:before {
  transform: translateX(5px);
}
footer .wrap ol:last-of-type {
  margin-right: 0;
}
footer .wrap ol:last-of-type li:before {
  vertical-align: top;
  width: 15px;
}
footer .wrap ol:last-of-type li:nth-child(2):before {
  text-align: center;
  content: url("/assets/www/img/icons/telephone.svg");
}
footer .wrap ol:last-of-type li:nth-child(3):before {
  text-align: center;
  content: url("/assets/www/img/icons/address.svg");
}
footer .wrap ol:last-of-type li:last-child:before {
  text-align: center;
  content: url("/assets/www/img/icons/email.svg");
}
footer .wrap ol:last-of-type li:nth-child(3), footer .wrap ol:last-of-type li:nth-child(4), footer .wrap ol:last-of-type li:nth-child(5) {
  margin-bottom: 0;
}
footer .wrap ol:last-of-type li:nth-child(4):before, footer .wrap ol:last-of-type li:nth-child(5):before, footer .wrap ol:last-of-type li:nth-child(6):before {
  content: "";
}
footer .wrap ol:last-of-type li:nth-child(3), footer .wrap ol:last-of-type li:nth-child(4), footer .wrap ol:last-of-type li:nth-child(5), footer .wrap ol:last-of-type li:nth-child(6) {
  line-height: normal;
}
footer .wrap ol:last-of-type li:nth-child(3):hover:before, footer .wrap ol:last-of-type li:nth-child(4):hover:before, footer .wrap ol:last-of-type li:nth-child(5):hover:before, footer .wrap ol:last-of-type li:nth-child(6):hover:before {
  transform: none;
}
footer .wrap ol:last-of-type li:nth-child(3) {
  line-height: 21px;
}
footer .wrap a.logo {
  position: absolute;
  right: 0;
  top: 0;
}
footer .wrap a.logo img {
  width: 100px;
  height: 100px;
}

.currency {
  display: block !important;
}
.currency > div {
  padding-top: 5px;
  font-weight: normal;
  color: #59aeb7;
  font-size: 16px;
}

#currency {
  text-align: center;
  width: auto;
  font-size: 16px;
  height: auto;
  line-height: normal;
  padding: 5px;
}
#currency h5 {
  color: #59aeb7;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 40px;
  letter-spacing: -0.04em;
}
#currency .buttons a:nth-child(2) {
  margin: 0 10px;
}

#guarantee {
  display: none;
  border-radius: 10px;
  padding: 50px 40px;
  max-width: 90%;
  width: 600px;
  background-color: white;
}
#guarantee h5 {
  color: #59aeb7;
  font-size: 35px;
  font-weight: 700;
}
#guarantee small {
  display: block;
  font-size: 26px;
  font-weight: 300;
  line-height: 34px;
  margin: 20px auto;
  letter-spacing: 0.04em;
}
#guarantee p {
  line-height: 24px;
  letter-spacing: 0.04em;
}
#guarantee p a {
  color: inherit;
}
#guarantee p strong {
  font-weight: 700;
}
#guarantee p .note {
  display: block;
  font-size: 16px;
  margin-top: 30px;
  letter-spacing: -0.04em;
}
#guarantee .button {
  margin-top: 30px;
}

#talk-to-us {
  display: none;
  margin: 30px auto;
  background-color: #e6e7e8;
  border-radius: 10px;
  padding-top: 15px;
  max-width: 90%;
  width: 600px;
}
#talk-to-us form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#talk-to-us form input,
#talk-to-us form textarea {
  color: #5a5c5c;
  font-size: 21px;
  border: none;
  width: 48%;
  margin-bottom: 15px;
  border: 1px solid #e6e7e7;
  font-family: "brandon-grotesque", sans-serif;
  padding: 0 20px;
  height: 45px;
  line-height: 45px;
}
#talk-to-us form textarea {
  margin-bottom: 15px;
  resize: none;
  width: 100%;
  height: 250px;
}
#talk-to-us form button {
  width: 100%;
  border: none;
}
#talk-to-us .tabs {
  padding: 0 20px;
  width: 100%;
}
#talk-to-us .tabs li {
  width: 49%;
  float: left;
  font-size: 17px;
  font-weight: 900;
  color: #bcbec0;
  cursor: pointer;
  line-height: 40px;
  text-align: center;
  padding-bottom: 1px;
  text-transform: uppercase;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: transparent;
  transition: 0.25s;
}
#talk-to-us .tabs li:first-child {
  margin-right: 2%;
}
#talk-to-us .tabs li.current, #talk-to-us .tabs li:hover {
  color: #f4753b;
  background-color: white;
}
#talk-to-us .tab-content {
  min-height: 570px;
  background-color: white;
  padding: 30px;
  overflow: hidden;
  display: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#talk-to-us .tab-content h5 {
  color: #59aeb7;
  font-size: 30px;
  font-weight: 700;
  display: block;
  width: 470px;
  max-width: 100%;
  margin-bottom: 25px;
  letter-spacing: -0.04em;
}
#talk-to-us .tab-content#book-a-call {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-image: url("/assets/www/img/bg/book-a-call.jpg");
}
#talk-to-us .tab-content.current {
  display: block;
}
#talk-to-us p {
  width: 310px;
  max-width: 100%;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 40px;
}
#talk-to-us .buttons {
  width: 300px;
  max-width: 100%;
}
#talk-to-us .buttons a {
  width: 100%;
  padding: 0;
  text-align: center;
}
#talk-to-us .buttons a:last-child {
  margin-top: 15px;
}

#close-modal {
  width: 27px;
  height: 28px;
  padding: 0;
  border: none;
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 99;
  cursor: pointer;
  background-color: transparent;
  background-image: url("/assets/www/img/icons/close.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.modal-testimonial {
  display: none;
  border-radius: 10px;
  padding: 50px;
  background-color: white;
  width: 650px;
  max-width: 90%;
}
.modal-testimonial q {
  font-weight: 400;
  display: block;
  margin-bottom: 25px;
  letter-spacing: -0.04em;
  font-size: 22px;
  line-height: 29px;
}

.message_container {
  width: 100%;
}
.message_container .message {
  margin: 0 0 15px 0;
}

.fa-facebook {
  opacity: 0.9;
}

.fa-instagram {
  opacity: 0.9;
}

.fa-youtube {
  opacity: 0.9;
}

.fa-twitter {
  opacity: 0.9;
}

.fa-facebook:hover {
  background-color: #3a579b;
  border-top-left-radius: 9px;
  border-bottom-left-radius: 9px;
  opacity: 1;
}

.fa-youtube:hover {
  background-color: #CC181E;
  border-top-left-radius: 9px;
  border-bottom-left-radius: 9px;
  opacity: 1;
}

.fa-twitter:hover {
  background-color: #0084b4;
  border-top-left-radius: 9px;
  border-bottom-left-radius: 9px;
  opacity: 1;
}

.fa-instagram:hover {
  background: #f09433;
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f09433", endColorstr="#bc1888",GradientType=1 );
  border-top-left-radius: 9px;
  border-bottom-left-radius: 9px;
  opacity: 1;
}

.fa-linkedin:hover {
  background-color: #0077b5;
  border-top-left-radius: 9px;
  border-bottom-left-radius: 9px;
  opacity: 1;
}

.be-outstanding2 {
  background-color: #daf0f2;
}
.be-outstanding2 h2 {
  color: #59aeb7;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -0.04em;
  vertical-align: baseline;
  line-height: 44px;
  padding-top: 80px;
  text-align: center;
}
.be-outstanding2 p {
  display: inline;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  color: #5a5c5c;
  text-align: left;
  line-height: 34px;
  font-weight: 300;
  font-size: 22px;
}

.be-outstanding3 {
  padding-top: 85px;
  text-align: center;
  background-color: #59aeb7;
}
.be-outstanding3 h2 {
  color: #59aeb7;
  font-size: 45px;
  font-weight: 700;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}
.be-outstanding3 small {
  display: block;
  font-size: 26px;
  font-weight: 300;
  line-height: 34px;
  margin: 35px auto 20px;
  color: #5a5c5c;
}

.disclaimer {
  opacity: 0.5;
  margin-bottom: 0px;
}

.disclaimer2 {
  opacity: 0.5;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.origins {
  padding-top: 50px;
}

.origins_text {
  padding-bottom: 50px;
}

.bold {
  font-weight: bold;
}

.forget_accelerated {
  font-size: 22px;
  font-weight: 300;
  display: inline;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  color: #5a5c5c;
  text-align: left;
  line-height: 34px;
}

.affiliate_header {
  background-image: url("/assets/www/img/bg/header-image-overlay.jpg");
  background-size: cover;
  width: 100%;
  height: 600px;
  background-position-y: 50%;
}
.affiliate_header h1 {
  color: #f9f9f9;
  font-size: 50px;
  font-weight: 700;
  display: block;
  letter-spacing: -0.04em;
  margin-left: 0%;
  padding: 0.5em;
  text-align: center;
  padding-top: 250px;
}
.affiliate_header small {
  font-size: 26px;
  color: #f9f9f9;
  padding: 1em;
}

.filter_h2 {
  padding: 0em;
  font-size: 20px;
  line-height: 34px;
  color: #59aeb7;
  font-weight: 500;
}

.filter_list {
  padding: 1em;
  padding-left: 15em;
}
.filter_list li {
  color: #59aeb7;
  font-weight: 800;
  font-size: 20px;
  padding: 1em;
}
.filter_list span {
  display: inline;
  padding: 1em;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  color: #5a5c5c;
  border: solid 2px rgba(0, 0, 0, 0);
}
.filter_list span:hover {
  color: #59aeb7;
}

.page_list {
  text-align: center;
  padding-bottom: 50px;
}
.page_list span {
  font-size: 0px;
  padding: 5px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
.page_list span:hover {
  border-radius: 50%;
  background-color: #59aeb7;
  border: 2px solid #59aeb7;
  color: #f9f9f9;
}
.page_list li {
  display: inline;
  padding-right: 1em;
  line-height: 34px;
}

.div_table {
  display: table;
  width: 93%;
  margin-left: 125px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div_table_header_row {
  display: table-row;
}

.div_table_row {
  display: table-row;
  opacity: 0.8;
  border-bottom: 2px solid rgba(0, 0, 0, 0.09);
}

.div_table_row:hover {
  background-color: #daf0f2;
  opacity: 1;
}

.div_table_heading {
  background-color: #EEE;
  display: table-header-group;
}

.div_table_cell, .div_table_head {
  border-bottom: 2px solid rgba(0, 0, 0, 0.09);
  display: table-cell;
  padding-top: 1em;
  padding-bottom: 1em;
}

.div_table_heading {
  background-color: #EEE;
  display: table-header-group;
  font-weight: bold;
}

.div_table_foot {
  background-color: #EEE;
  display: table-footer-group;
  font-weight: bold;
}

.div_table_body {
  display: table-row-group;
}

.certificate_icon {
  list-style: none;
  background-image: url("/assets/www/img/icons/certificate.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: left;
}

.search_icon {
  list-style: none;
  background-image: url("/assets/www/img/icons/search.svg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position-y: 10px;
}

.insight_report_icon {
  list-style: none;
  background-image: url("/assets/www/img/icons/insight.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: left;
}

.information_icon {
  list-style: none;
  background-image: url("/assets/www/img/icons/information.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: left;
}

.div_table_cell span {
  color: #f0932e;
  font-weight: 500;
  font-size: 15px;
  padding: 10px;
  opacity: 0.9;
}
.div_table_cell span:hover {
  opacity: 1;
}

.table_headers {
  color: #59aeb7;
  font-weight: 500;
  font-size: 20px;
  padding-bottom: 0.5em;
}

.resource_name {
  font-weight: 500;
  font-size: 20px;
  color: #5a5c5c;
  opacity: 1;
}

.previous_page {
  background-image: url("/assets/www/img/icons/green_arrow_left.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.next_page {
  background-image: url("/assets/www/img/icons/green_arrow_right.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.affiliate_links {
  background-color: #ebebeb;
}
.affiliate_links li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  width: 100%;
  font-size: 20px;
}
.affiliate_links li:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.learning_resources {
  float: left;
  padding-left: 25%;
  background-color: #ebebeb;
  line-height: 50px;
  padding-bottom: 50px;
  display: inline-block;
}

.helpful_websites {
  float: right;
  padding-right: 25%;
  background-color: #ebebeb;
  line-height: 50px;
  padding-bottom: 50px;
  display: inline-block;
}

h2 {
  font-size: 26px;
  font-weight: 500;
  color: #59aeb7;
}

.horizontal_arrow_list_learning {
  background-image: url("/assets/www/img/icons/green_arrow_right.png");
  background-repeat: no-repeat;
  background-size: contain;
  padding: 4px;
  display: inline;
  margin-left: 50px;
  background-position-y: 10px;
}

.horizontal_arrow_list_helpful {
  background-image: url("/assets/www/img/icons/green_arrow_right.png");
  background-repeat: no-repeat;
  background-size: contain;
  padding: 4px;
  display: inline;
  background-position-y: 10px;
  margin-left: 50px;
}

.useful_links {
  padding: 2em;
  text-align: center;
  background-color: #ebebeb;
  width: 50%;
  padding-left: 25%;
}
.useful_links h2 {
  color: #59aeb7;
  font-size: 35px;
  padding-bottom: 0.5em;
  font-weight: 500;
}
.useful_links small {
  font-size: 18px;
  font-weight: 300;
  padding: 20px auto 20px;
}

.dropdown-list {
  display: list-item;
}

.hidden {
  display: none !important;
}

.hide {
  display: none;
}

.hide_force {
  display: none !important;
}

.pad_top_10 {
  padding-top: 10px;
}

.no_marg_top {
  margin-top: 0 !important;
}

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