/*

Theme Name: Gaffy Portofolios
Author: Gaffy Budiman
Author URI: http://Gaffy
Description: a simple blog for life
Version: 1.0.0
License: MIT
 */
/*@import url("https://use.typekit.net/urp1fdh.css");*/
.bg-primary {
  background: #424E98; }

.bg-secondary {
  background: #49c5fe; }

.bg-lightBlue {
  background: #3f4e7b; }

.bg-yellow {
  background: #FECA49; }

.bg-red {
  background: #d83636; }

.bg-green {
  background: #26B2A1; }

.flex {
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: flexbox;
  display: flex; }

.backface {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.box-sizing {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.transition {
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s; }

.rotate__front {
  -ms-transform: rotate3d(0, 1, 0, 0deg);
  -webkit-transform: rotate3d(0, 1, 0, 0deg);
  transform: rotate3d(0, 1, 0, 0deg); }

.rotate__back {
  -ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 1, 0, 180deg);
  -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 1, 0, 180deg);
  transform: translate3d(-100%, 0, 0) rotate3d(0, 1, 0, 180deg); }

.flipped .rotate__front {
  -ms-transform: rotate3d(0, 1, 0, 180deg);
  -webkit-transform: rotate3d(0, 1, 0, 180deg);
  transform: rotate3d(0, 1, 0, 180deg); }

.flipped .rotate__back {
  -ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 1, 0, 0deg);
  -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 1, 0, 0deg);
  transform: translate3d(-100%, 0, 0) rotate3d(0, 1, 0, 0deg); }

.card--style {
  position: relative;
  text-align: center;
  padding: 1em 2em;
  margin-top: 1em;
  background-color: #3f4e7b;
  border: 1px solid #636c83;
  border-radius: 4px; }

@media screen and (max-width: 450px) {
  .small-none {
    display: none !important; } }

@media screen and (max-width: 450px) {
  .smaller-font {
    font-size: 15px; } }

@media screen and (max-width: 450px) {
  .smaller-body-font {
    font-size: 14px; } }

.mt10 {
  margin-top: 2em;
  position: relative; }

.divider::before, .divider::after {
  content: '';
  position: absolute;
  height: 6px;
  top: -15px;
  width: 100px;
  border-radius: 100px;
  background-color: #2b3363; }

.mbsmall {
  margin-bottom: 15px !important; }

.mr-2 {
  margin-right: 2em !important; }

.mr-1 {
  margin-right: 1em !important; }

.no-border {
  border: 0 !important; }

h1 {
  font-size: 24px !important;
  font-weight: 500 !important; }

span,
p {
  font-size: 16px; }

.white, .title-white, .successPay__content--title, .title-white-bold, .body-text, .tooltip .tooltiptext, .signup__form .sso__form__head p, .field__username .switchText1, .control__upload > .fa span, .timer__assessment, .body-text-small, .btn-small, .btn-medium, .btn-small-no-border, .col__two ul li .duration, .card-wrapper > .content > .date, .card-wrapper > .action > .btn, .body-text-large, .terms-wrapper > .terms-content > .head > .h1, .neobutton__white > i > span, .terms-wrapper > .terms-content > .content-wrapper > .content > .boxcard > .messages {
  color: #ffffff;
  font-family: "canada-type-gibson", sans-serif; }

.white-bold, .body-text-smallBold, .body-text-bold-medium, .circle__number, .content, .profile-tab > .avatar > .info > .title, .profile-tab > .avatar > .info > .errorBox__title {
  color: #ffffff;
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 500 !important; }

.bold {
  color: #ffffff;
  font-family: "canada-type-gibson", sans-serif; }

.blue, .blue-text, .signup__form .sso__form__head h3, .card-wrapper > .content > .title-card, .profile-certificate > .name, .blue-text-small, .terms-wrapper > .terms-content > .head > .links, .terms-wrapper > .terms-content > .content-wrapper > .content > .boxcard > .title, .terms-wrapper > .terms-content > .content-wrapper > .content > .boxcard > .errorBox__title, .boxforgotpw .boxemail span a {
  color: #49c5fe;
  font-family: "canada-type-gibson", sans-serif; }

.blue-bold, .-blue {
  color: #49c5fe;
  font-family: "canada-type-gibson", sans-serif; }

.yellow-bold, .title-yellow, .tokens > .circle, .tokens > .totals, .tokens > .changeTotals, .yellow, .yellow-med, .body-yellow-bold, .money-text, .money-text-regular, .content .input-style, .content .input-steps, .terms-wrapper > .terms-content > .head > .h1 {
  color: #FECA49;
  font-family: "canada-type-gibson", sans-serif !important; }

.yellow-thin, .money-text-thin {
  color: #FECA49;
  font-family: "canada-type-gibson", "canada-type-gibson", sans-serif; }

.yellow-regular {
  color: #FECA49;
  font-family: "canada-type-gibson", sans-serif; }

.title-white, .successPay__content--title {
  font-size: 32px; }
  @media screen and (max-width: 500px) {
    .title-white, .successPay__content--title {
      font-size: 24px; } }

.title-yellow, .tokens > .circle, .tokens > .totals, .tokens > .changeTotals {
  font-size: 32px; }

.yellow {
  font-size: 16px; }

.yellow-med {
  font-size: 20.8px; }

.body-yellow-bold {
  font-size: 32px; }

.title-white-bold {
  font-size: 64px;
  font-weight: 500; }
  @media screen and (max-width: 500px) {
    .title-white-bold {
      font-size: 24px; } }

.title, .errorBox__title {
  font-size: 32px;
  font-weight: bold; }
  @media screen and (max-width: 500px) {
    .title, .errorBox__title {
      font-size: 24px; } }

.body-text, .tooltip .tooltiptext, .signup__form .sso__form__head p, .field__username .switchText1, .control__upload > .fa span, .timer__assessment {
  font-size: 16px; }

.body-text-small, .btn-small, .btn-medium, .btn-small-no-border, .col__two ul li .duration, .card-wrapper > .content > .date, .card-wrapper > .action > .btn {
  font-size: 12px; }

.body-text-smallBold {
  font-size: 12px; }

.body-text-bold-medium {
  font-size: 20px; }

.body-text-large, .terms-wrapper > .terms-content > .head > .h1 {
  font-size: 20px; }

.money-text {
  font-size: 64px; }

.money-text-regular {
  font-size: 24px; }

.money-text-thin {
  font-size: 16px; }

.blue-text, .signup__form .sso__form__head h3, .card-wrapper > .content > .title-card, .profile-certificate > .name {
  font-size: 24px; }

.blue-text-dark {
  color: #019ae0;
  font-size: 24px; }

.blue-text-small {
  font-size: 16px; }

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: "canada-type-gibson", sans-serif;
  vertical-align: baseline;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1.5; }

ol,
ul {
  list-style: none !important; }

blockquote,
q {
  quotes: none; }

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

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

html {
  background-color: #434e98;
  z-index: -10;
  overflow: auto;
  padding: 0.5in;
  cursor: default;
  background-image: url("../../assets/img/bgspace.svg");
  /* Full height */
  height: 100%;
  /* Center and scale the image nicely */
  background-position: center;
  background-size: cover;
  background-attachment: fixed; }

a {
  cursor: pointer; }

/* Reset `button` and button-style `input` default styles */
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  background: none;
  border: 0;
  color: inherit;
  /* cursor: default; */
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button;
  /* for input */
  -webkit-user-select: none;
  /* for button */
  -moz-user-select: none;
  -ms-user-select: none;
  outline: none; }

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0; }

.timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  list-style: none;
  width: 100%;
  max-width: 500px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 32px; }
  .timeline > li {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg); }
  .timeline__img.active {
    border: 2px solid white;
    border-radius: 50px; }
  .timeline__img.position {
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3);
    -webkit-animation: beat 0.8s infinite alternate;
            animation: beat 0.8s infinite alternate;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center; }

@-webkit-keyframes beat {
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); } }

@keyframes beat {
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); } }
  .timeline__img {
    height: 70px; }
    .timeline__img.special {
      -webkit-transform: scale(1.5);
          -ms-transform: scale(1.5);
              transform: scale(1.5); }
      @media screen and (max-width: 769px) {
        .timeline__img.special {
          -webkit-transform: scale(1.2);
              -ms-transform: scale(1.2);
                  transform: scale(1.2); } }
    .timeline__img.start {
      -webkit-transform: scale(1.5);
          -ms-transform: scale(1.5);
              transform: scale(1.5); }
  .timeline-image.target:after {
    content: "Target";
    color: white;
    position: absolute;
    left: 19px;
    top: -15px;
    -webkit-transform-origin: 30% 50%;
        -ms-transform-origin: 30% 50%;
            transform-origin: 30% 50%; }
  .timeline > li {
    position: relative;
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .timeline > li:not(:first-child) {
      margin-top: -64px; }
    .timeline > li:nth-child(odd) {
      -ms-flex-item-align: end;
          align-self: flex-end;
      border-radius: 50px; }
    .timeline > li:nth-child(even) {
      -ms-flex-item-align: start;
          align-self: flex-start;
      border-radius: 50px; }
    .timeline > li .line {
      z-index: -3 !important; }
      .timeline > li .line:before {
        width: 2px;
        height: 90px;
        background-color: #364572; }
      .timeline > li .line.active:before {
        background-color: #4a90e2; }
    .timeline > li:nth-child(odd) .line:before {
      content: "";
      position: absolute;
      top: 36px;
      bottom: 0;
      left: 10px;
      -webkit-transform: rotate(40deg); }
    .timeline > li:nth-child(even) .line:before {
      content: "";
      top: -20px;
      right: 74px;
      position: absolute;
      bottom: 0;
      -webkit-transform: rotate(-40deg);
      /* Safari */ }
  @media screen and (max-width: 769px) {
    .timeline {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      max-width: 235px;
      min-width: 235px;
      -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
              transform: rotate(0deg); }
      .timeline > li {
        -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
                transform: rotate(0deg); }
      .timeline-image.target:after {
        content: "Target";
        left: -30px;
        top: 40%; }
      .timeline .line:before {
        height: 50px; }
      .timeline li:nth-child(odd) .line:before {
        position: absolute;
        top: 36px;
        bottom: 0;
        left: 10px;
        -webkit-transform: rotate(66deg); }
      .timeline li:nth-child(even) .line:before {
        top: 36px;
        right: 10px;
        position: absolute;
        bottom: 0;
        /* IE 9 */
        -webkit-transform: rotate(-66deg); } }

.corelationContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media screen and (max-width: 769px) {
    .corelationContainer {
      margin-top: 15px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      white-space: normal;
      margin-top: 50px; } }
  .corelationContainer > * {
    background-color: rgba(60, 75, 123, 0.66);
    border-radius: 10px;
    padding: 1em 2em;
    margin: 15px; }
    @media screen and (max-width: 769px) {
      .corelationContainer > * {
        padding: 0.5em; } }

.PTbox {
  margin: 15px 0;
  border-radius: 0;
  padding: 1em 2em;
  text-align: center; }

.title-level {
  font-weight: 500;
  text-align: center;
  font-size: 20px; }

.barPTImage {
  width: 13px; }

/*@font-face {
  font-family: neoFontRegular;
  src: url("../font/Cera GR.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: neoFontBold;
  src: url("../font/Cera GR Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: neoFontThin;
  src: url("../font/Cera GR Thin.woff") format("woff");
  font-weight: normal;
  font-style: normal; }*/

.text-center, .title, .errorBox__title, .btn {
  text-align: center; }

.title, .errorBox__title {
  font-family: Calibri, sans-serif;
  font-size: 32px; }
  @media screen and (max-width: 624px) {
    .title, .errorBox__title {
      font-size: 24px; } }

.text--center, .title, .errorBox__title {
  text-align: center; }

.textcl--primary {
  color: #3F4E7B; }

.textcl--secondary {
  color: #49C5FE; }

.font--small, .prev_step {
  font-size: 12px; }

.font--medium, .nowgoal_content1 ul li {
  font-size: 16px; }

.font--xlarge, .nowgoal_content1 h2 {
  font-size: 24px; }

.padding-tb-20 {
  padding: 20px 0; }

.padding-tb-10 {
  padding: 10px 0; }

.padding-tb-40 {
  padding: 40px 0; }

.margin--auto {
  margin: auto; }

.margin-b-25, .prev_step {
  margin: 0 0 25px; }

.flex--center, .pt_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.flex--spacearound {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.flex__column--c, .nowgoal_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.no-select, .accordion, .accordionLanding {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.title, .errorBox__title {
  font-family: Calibri, sans-serif;
  font-size: 32px; }
  @media screen and (max-width: 624px) {
    .title, .errorBox__title {
      font-size: 24px; } }

.spaces, .upload {
  margin-top: 15px;
  margin-bottom: 15px; }

.image__wrap {
  position: relative; }

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; }

.tooltip .tooltiptext {
  visibility: hidden;
  max-width: 300px;
  min-width: 200px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  /* Position the tooltip */
  position: absolute;
  z-index: 1; }
  @media screen and (max-width: 624px) {
    .tooltip .tooltiptext {
      left: -200px; } }

.tooltip:hover .tooltiptext {
  visibility: visible; }

.ptresult {
  -ms-flex-item-align: center !important;
      align-self: center !important;
  font-size: 14px !important;
  color: #49C5FE !important; }
  .ptresult:hover {
    color: #fff !important; }

.btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 1em 1em;
  border-radius: 50px;
  margin: 20px 20px;
  cursor: pointer;
  font-family: Calibri, sans-serif; }
  .btn__primary {
    background-color: #49C5FE;
    -webkit-transition: all cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.2s;
    transition: all cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.2s; }
    .btn__primary:hover {
      background-color: #16b5fe; }
  .btn__secondary {
    background-color: transparent; }

.-red {
  background-color: #EE3D49 !important;
  color: #fff !important;
  border: transparent !important; }
  .-red:hover {
    background-color: #cd121f !important; }

.btn-small, .btn-medium {
  background: transparent;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  border: 1px solid #49C5FE;
  padding: 0.5em 1em !important;
  border-radius: 50px;
  cursor: pointer; }
  .btn-small:hover, .btn-medium:hover {
    background: #49C5FE; }

.btn-small-no-border {
  border: none !important;
  color: #49C5FE !important;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  color: #49C5FE;
  padding: 0.5em 1em !important; }
  .btn-small-no-border:hover {
    color: #FECA49 !important; }

.btn-medium {
  font-size: 16px; }

.flexbtn {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  font-family: "canada-type-gibson", sans-serif;
  color: #fff !important;
  border: 0px !important;
  min-width: 120px !important; }
  .flexbtn > * {
    margin-left: 15px; }

.facebook {
  background-color: #4a66ac !important;
  background-color: #4a66ac; }
  .facebook:hover {
    background-color: #3b5188 !important; }

.twitter {
  background-color: #4d9fec !important;
  background-color: #4d9fec; }
  .twitter:hover {
    background-color: #1f86e7 !important; }

.linkedin {
  background-color: #2d3d49 !important;
  background-color: #2d3d49; }
  .linkedin:hover {
    background-color: #1a2329 !important; }

.neobutton, .neobutton__white, .neobutton__red, .neobutton__blue, .userButton .neoRed {
  background: #5764b6;
  border-radius: 100px;
  margin: 0 auto;
  padding: 0.5em 1.25em;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  cursor: pointer;
  font-weight: 500;
  margin-top: 15px;
  font-size: 18px;
  min-height: 40px;
  min-width: 220px; }
  .neobutton:hover, .neobutton__white:hover, .neobutton__red:hover, .neobutton__blue:hover, .userButton .neoRed:hover {
    background: #49C5FE;
    border: 1px solid #49C5FE;
    color: #fff; }
  .neobutton__outline {
    background: #fff;
    color: #49C5FE;
    border: 1px solid #49C5FE; }
    .neobutton__outline:hover {
      background: #49C5FE !important;
      color: #fff !important;
      border: 1px solid #fff !important; }
  .neobutton__small {
    margin: 0;
    min-width: 0;
    min-height: 0; }
  .neobutton__green {
    border: 0;
    background: #26B2A1; }
    .neobutton__green--small {
      margin: 0;
      min-width: 0;
      min-height: 0; }
    .neobutton__green:hover {
      background: #229d8e;
      border: 0; }
  @media screen and (max-width: 624px) {
    .neobutton, .neobutton__white, .neobutton__red, .neobutton__blue, .userButton .neoRed {
      padding: 0.5em 1em; } }
  .neobutton__white {
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    font-family: "canada-type-gibson", sans-serif !important;
    min-width: 250px; }
    @media screen and (max-width: 320px) {
      .neobutton__white {
        min-width: 220px; } }
    .neobutton__white > i {
      font-size: 16px; }
  .neobutton__red, .neobutton__blue {
    background-color: #ee3d49;
    padding: 0.5em 1em;
    color: #fff;
    border: 0;
    min-width: 120px; }
    .neobutton__red:hover, .neobutton__blue:hover {
      background-color: #cd121f; }
  .neobutton__blue {
    background-color: #49C5FE; }
    .neobutton__blue:hover {
      background-color: #01abf9; }

@-webkit-keyframes anim-shadow {
  to {
    -webkit-box-shadow: 0px 0px 100px 55px;
            box-shadow: 0px 0px 100px 55px;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; } }

@keyframes anim-shadow {
  to {
    -webkit-box-shadow: 0px 0px 100px 55px;
            box-shadow: 0px 0px 100px 55px;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; } }

.neo__select {
  padding: 1em;
  background: #3F4E7B;
  color: #fff;
  font-weight: 500;
  padding: 1em .5em;
  font-size: 16px; }

/* ============================ HEADER ========================================== */
.header {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 0.5em 3em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "canada-type-gibson", sans-serif;
  font-size: 16px;
  min-height: 50px;
  margin-top: 15px; }
  @media screen and (max-width: 624px) {
    .header {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 0.5em 1em;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
      -webkit-box-align: none;
          -ms-flex-align: none;
              align-items: none; } }

.half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 10;
      -ms-flex: 10;
          flex: 10; }
  .half--rights {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media screen and (max-width: 624px) {
      .half--rights {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .half--rights * {
      font-size: 20px;
      margin: 8px; }

/* ============================ NAVIGASI & BRAND ========================================== */
.navlogo img {
  max-height: 45px; }
  @media screen and (max-width: 624px) {
    .navlogo img {
      max-height: 28px; } }

.toggleNav {
  color: #fff; }

.open {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.navmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none; }
  @media screen and (max-width: 624px) {
    .navmenu {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-top: 15px;
      width: 100%;
      padding: 0; }
      .navmenu .hideMeOnPhone {
        display: none; }
      .navmenu .hideMeOnDesktop {
        display: block !important; } }
  .navmenu .hideMeOnDesktop {
    display: none; }
  .navmenu__right--li {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    cursor: pointer;
    margin-right: 35px;
    color: #fff; }
    @media screen and (max-width: 700px) {
      .navmenu__right--li {
        margin-right: 0px; } }
    .navmenu__right--li:hover {
      color: #49C5FE !important; }

.profile__nav {
  background: rgba(11, 14, 22, 0.3);
  padding: 10px 15px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .profile__nav > * {
    margin-right: 10px; }
  .profile__nav--image {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center right;
       object-position: center right; }
  .profile__nav--text {
    font-size: 14px; }

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%; }

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

.tooltips {
  width: 20px;
  border-radius: 25px;
  background: black;
  /* text-align: center; */
  height: 20px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.box__accordion, .box__assessment, .box__contactUs, .box_payment, .box__cert {
  max-width: 100%;
  padding: 1em 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(63, 78, 123, 0.1);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: Calibri, sans-serif;
  color: #fff;
  font-size: 16px;
  border-radius: 4px; }
  @media screen and (max-width: 624px) {
    .box__accordion, .box__assessment, .box__contactUs, .box_payment, .box__cert {
      background-color: transparent;
      border: 0;
      padding: 0.5em 1em;
      min-width: 275px; } }
  @media screen and (max-width: 320px) {
    .box__accordion, .box__assessment, .box__contactUs, .box_payment, .box__cert {
      padding: 0.5em .75em; } }

.box__review {
  max-width: 800px;
  padding: 1em 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: Calibri, sans-serif;
  color: #333;
  font-size: 16px; }

.box__profile {
  padding: 1em 2em;
  font-family: Calibri, sans-serif;
  font-size: 16px;
  color: #fff;
  background-color: rgba(63, 78, 123, 0.8);
  border-top: 7px solid #5367a4;
  border-bottom: 7px solid #5367a4; }
  .box__profile > .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.box__accordion--notif {
  padding: 1em;
  display: none;
  font-size: 14px; }

.box__assessment, .box__contactUs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px !important; }
  @media screen and (max-width: 624px) {
    .box__assessment, .box__contactUs {
      font-size: 14px; } }

.box__contactUs {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.box__cert {
  background: rgba(37, 46, 72, 0.2);
  text-align: center;
  width: 100%;
  border-radius: 10px;
  margin: 20px 15px; }
  @media screen and (max-width: 624px) {
    .box__cert {
      margin: 0 auto; } }

.box__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.box__subscription {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: start;
  padding: 1.5em 1em; }

.box__between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 15px 0; }
  .box__between--text {
    font-size: 20px;
    font-weight: 500; }

.box__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

/* new css from robert soerbakti */
.box__assessment .boxcontactus, .box__contactUs .boxcontactus {
  width: 80%; }
  @media screen and (max-width: 624px) {
    .box__assessment .boxcontactus, .box__contactUs .boxcontactus {
      width: 90%; } }
  .box__assessment .boxcontactus h3, .box__contactUs .boxcontactus h3 {
    font-family: "canada-type-gibson", "canada-type-gibson", sans-serif;
    font-size: 1em;
    letter-spacing: 0.3px;
    margin-bottom: 10px; }
    @media screen and (max-width: 768px) {
      .box__assessment .boxcontactus h3, .box__contactUs .boxcontactus h3 {
        text-align: center; } }
  .box__assessment .boxcontactus .control, .box__contactUs .boxcontactus .control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .box__assessment .boxcontactus .control label, .box__contactUs .boxcontactus .control label,
    .box__assessment .boxcontactus .control a,
    .box__contactUs .boxcontactus .control a {
      font-family: "canada-type-gibson", "canada-type-gibson", sans-serif;
      font-size: 0.9em;
      margin-top: 10px; }
  .box__assessment .boxcontactus .controlbtn, .box__contactUs .boxcontactus .controlbtn {
    margin-top: 30px;
    margin-bottom: 20px; }
    @media screen and (max-width: 624px) {
      .box__assessment .boxcontactus .controlbtn, .box__contactUs .boxcontactus .controlbtn {
        width: 100%; } }
    .box__assessment .boxcontactus .controlbtn a, .box__contactUs .boxcontactus .controlbtn a {
      font-family: "canada-type-gibson", "canada-type-gibson", sans-serif;
      font-size: 0.9em; }
    .box__assessment .boxcontactus .controlbtn button, .box__contactUs .boxcontactus .controlbtn button {
      padding: 0.4em;
      letter-spacing: 0.5px;
      margin-top: 0;
      margin-right: 0; }
      @media screen and (max-width: 624px) {
        .box__assessment .boxcontactus .controlbtn button, .box__contactUs .boxcontactus .controlbtn button {
          min-width: 140px; } }

/* ============================ Global Settings ========================================== */
a:link {
  text-decoration: none;
  color: white; }

a:visited {
  text-decoration: none;
  color: white; }

a:hover {
  text-decoration: none; }

.wrapper {
  z-index: -100;
  min-height: 100%; }

.phone__text {
  position: relative;
  color: #fff;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.phone--selection {
  padding: 10px;
  color: black;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  max-width: 30px;
  font-size: 13px;
  border: 0;
  margin-right: 2px;
  border-radius: 3px;
  background: #fff; }

.liveportalsec, .liveportalError, .neosystem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5em 3em;
  max-width: 1000px;
  margin: 0 auto; }
  @media screen and (max-width: 624px) {
    .liveportalsec, .liveportalError, .neosystem {
      padding: 0; } }

.liveportalError {
  height: 100%; }
  @media screen and (max-width: 624px) {
    .liveportalError {
      padding: 0; } }

.sectionbox, .modal--box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (max-width: 624px) {
    .sectionbox, .modal--box {
      /* max-width: 350px;  */
    } 
    }
  @media screen and (max-width: 414px) {
    .sectionbox, .modal--box {
      /* max-width: 335px;  */
    } }
  @media screen and (max-width: 375px) {
    .sectionbox, .modal--box {
      /* max-width: 300px;  */
    } }
  @media screen and (max-width: 320px) {
    .sectionbox, .modal--box {
      max-width: 285px; } }

.sectionbox:not(:first-of-type), .modal--box:not(:first-of-type) {
  display: none; }

.flex__horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.wrapAll {
  min-height: 100%; }

.footer {
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
  padding: 1em;
  font-family: "canada-type-gibson", sans-serif;
  color: #fff;
  background-color: transparent; }
  .footer__first {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center; }
  .footer__last > * {
    padding: 5px 15px;
    font-size: 16px !important;
    cursor: pointer;
    color: #fff; }
    .footer__last > *:hover {
      color: #49C5FE !important; }
  .footer__wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  @media screen and (max-width: 624px) {
    .footer {
      padding: 1em; } }

.-transparent {
  background-color: transparent !important;
  border-color: transparent !important; }

.question {
  margin-bottom: 15px;
  margin-top: 15px; }
  .question__text {
    max-width: 500px;
    margin: auto; }
    @media screen and (max-width: 624px) {
      .question__text {
        max-width: 320px; } }
  .question__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .question__image img {
      max-height: 150px; }
  .question__audio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .question__audio--option {
      font-size: 24px !important;
      padding: 0em;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 50px;
      border-radius: 50px; }
  .question__imageAndText {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .question__imageAndText--img {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .question__imageAndText--img img {
        max-height: 150px;
        margin: auto; }
    .question__imageAndText--txt {
      -webkit-box-flex: 4;
          -ms-flex: 4;
              flex: 4; }
  .question__audioAndText {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .question__audioAndText--audio {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      margin-right: 15px; }
    .question__audioAndText--txt {
      -webkit-box-flex: 4;
          -ms-flex: 4;
              flex: 4; }

.answer__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 500px;
  margin: auto; }
  @media screen and (max-width: 624px) {
    .answer__text {
      max-width: 320px; } }
  .answer__text--box {
    margin-top: 10px;
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid gray;
    padding: 0.5em 1em;
    font-family: Calibri, sans-serif;
    border-radius: 8px; }
    .answer__text--box:hover {
      cursor: pointer;
      background-color: #1c2338; }

.answer__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .answer__image--option {
    padding: 1em;
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid gray;
    margin: 10px; }
    .answer__image--option:hover {
      cursor: pointer;
      background-color: #1c2338; }
  .answer__image img {
    max-height: 130px; }
    @media screen and (max-width: 624px) {
      .answer__image img {
        max-height: 90px; } }

.answer__audio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .answer__audio--option {
    font-size: 40px !important;
    padding: 1em;
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid gray;
    margin: 10px; }
    .answer__audio--option:hover {
      cursor: pointer;
      background-color: #1c2338; }

.webcam__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .webcam__container > * {
    font-family: "canada-type-gibson", sans-serif !important;
    color: #fff !important; }
  .webcam__container > .text {
    margin: 15px auto; }
    .webcam__container > .text ul > li {
      margin: 15px auto; }
      @media screen and (max-width: 624px) {
        .webcam__container > .text ul > li {
          display: none; } }

.webcam__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1in;
  font-family: "canada-type-gibson", sans-serif !important; }
  @media screen and (max-width: 624px) {
    .webcam__wrapper {
      padding: 15px; } }
  .webcam__wrapper > span {
    margin: 15px auto;
    font-size: 13px;
    font-style: italic;
    color: #FECA49; }

.webcam__items--border {
  border: 1px solid;
  position: absolute;
  min-width: 170px;
  min-height: 170px;
  border-radius: 10px;
  margin-top: -65px; }
  @media screen and (max-width: 624px) {
    .webcam__items--border {
      display: none; } }

.receipt {
  min-width: 760px;
  width: 100%; }
  @media screen and (max-width: 624px) {
    .receipt {
      min-width: 500px; } }
  @media screen and (max-width: 624px) {
    .receipt {
      min-width: 450px;
      margin-left: 0;
      margin-right: 0; } }
  @media screen and (max-width: 624px) {
    .receipt {
      min-width: 350px; } }
  @media screen and (max-width: 624px) {
    .receipt {
      min-width: 325px; } }
  .receipt__header {
    background: #49C5FE;
    padding: 1em;
    border-radius: 4px 4px 0 0; }
    .receipt__header--h1 {
      color: #fff;
      font-size: 30px;
      font-weight: 600; }
      .receipt__header--h1 span {
        color: inherit;
        font-size: 15px; }
  .receipt__content {
    padding: 1em;
    background: #fff; }
  .receipt__group {
    width: 100%; }
    .receipt__group--head {
      font-size: 12px;
      color: #ABABAB; }
    .receipt__group--name {
      font-size: 16px; }
    .receipt__group:first-child {
      margin-right: 15px; }
  .receipt__total {
    background: rgba(73, 197, 254, 0.2);
    padding: 1em 1.25em; }
  .receipt__box {
    padding: 1em;
    border-radius: 10px;
    border: 1px solid #D8D8D8; }

.checkout {
  min-width: 300px;
  max-width: 650px; }
  @media screen and (max-width: 624px) {
    .checkout {
      max-width: 300px; } }
  @media screen and (max-width: 320px) {
    .checkout__header > p {
      display: none; } }
  .checkout__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #fff; }
    .checkout__content * {
      margin-bottom: 15px; }
    .checkout__content--two {
      color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
  .checkout__footer {
    text-align: center; }

.hideOnPhone {
  display: inline; }
  @media screen and (max-width: 624px) {
    .hideOnPhone {
      display: none; } }

/* Form Progress */
.progress {
  width: 100%;
  margin: 40px auto;
  text-align: center;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .progress.myLevel {
    margin: 15px auto; }
  .progress > .circle, .tokens.progress > .totals, .tokens.progress > .changeTotals {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #2e3959;
    width: 55px;
    height: 55px;
    border-radius: 40px; }
    @media screen and (max-width: 624px) {
      .progress > .circle.myLevel, .tokens.progress > .myLevel.totals, .tokens.progress > .myLevel.changeTotals {
        width: 60px;
        height: 60px; } }
    @media screen and (max-width: 624px) {
      .progress > .circle, .tokens.progress > .totals, .tokens.progress > .changeTotals {
        width: 40px;
        height: 40px; } }
    .progress > .circle > span.now, .tokens.progress > .totals > span.now, .tokens.progress > .changeTotals > span.now, .progress > .circle > span.goals, .tokens.progress > .totals > span.goals, .tokens.progress > .changeTotals > span.goals {
      position: absolute;
      margin-top: -50px; }
      @media screen and (max-width: 624px) {
        .progress > .circle > span.now, .tokens.progress > .totals > span.now, .tokens.progress > .changeTotals > span.now, .progress > .circle > span.goals, .tokens.progress > .totals > span.goals, .tokens.progress > .changeTotals > span.goals {
          margin-top: -35px; } }
    @media screen and (min-width: 624px) {
      .progress > .circle, .tokens.progress > .totals, .tokens.progress > .changeTotals {
        width: 82px;
        height: 82px; } }
  .progress > .active {
    border: 2px solid #49C5FE; }
  .progress .preA1 {
    background: #B2ABF2 !important; }
  .progress .label {
    color: white !important;
    font-size: 20px !important;
    font-weight: bold; }
    @media screen and (max-width: 624px) {
      .progress .label {
        font-size: 15px !important; } }
  .progress .A1 {
    background: #70B2E2 !important; }
  .progress .A2 {
    background: #3374BA !important; }
  .progress .B1 {
    background: #81C784 !important; }
  .progress .B2 {
    background: #42A047 !important; }
  .progress .C1 {
    background: #AC6CAD !important; }
  .progress .bar {
    background: #fff;
    border-radius: 40px;
    width: 35px;
    height: 4px;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 5px;
    z-index: -3;
    border-radius: 0; }
    @media screen and (max-width: 624px) {
      .progress .bar {
        width: 15px; } }
    @media screen and (max-width: 320px) {
      .progress .bar {
        width: 10px; } }
  .progress .circle .label, .progress .tokens > .totals .label, .progress .tokens > .changeTotals .label {
    margin-top: 0;
    color: #fff;
    font-size: 12px; }
  .progress .bar.active,
  .progress .circle.active,
  .progress .tokens > .active.totals,
  .progress .tokens > .active.changeTotals {
    background: #FECA49; }
    .progress .bar.active .label,
    .progress .circle.active .label,
    .progress .tokens > .active.totals .label,
    .progress .tokens > .active.changeTotals .label {
      color: #2e3959; }

/* Done / Active */
.progresss {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.progress__title {
  color: #aab0c2;
  font-family: "canada-type-gibson", sans-serif;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 700px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 10px; }
  @media screen and (max-width: 600px) {
    .progress__title {
      min-width: 400px; } }
  @media screen and (max-width: 400px) {
    .progress__title {
      min-width: 370px;
      font-size: 13px; } }

.spanactive {
  display: block;
  color: #fff;
  -webkit-transition: all 2s;
  transition: all 2s;
  font-size: 36px;
  font-weight: 500; }
  .spanactive::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    width: 60px;
    margin-left: -30px;
    border-bottom: 6px solid #49C5FE; }
  @media screen and (max-width: 500px) {
    .spanactive {
      font-size: 16px; } }

/*progress__bar*/
#progress__bar {
  overflow: hidden;
  /*CSS counters to number the steps*/
  counter-reset: step;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 350px;
  /*progress__bar connectors*/
  /*marking active/completed steps green*/
  /*The number of the step and the connector before it = green*/ }
  @media screen and (max-width: 600px) {
    #progress__bar {
      min-width: 150px; } }
  @media screen and (max-width: 320px) {
    #progress__bar {
      min-width: 320px; } }
  #progress__bar li {
    list-style-type: none;
    color: white;
    text-transform: uppercase;
    width: 33.33%;
    float: left;
    position: relative;
    border: none; }
  #progress__bar li:before {
    content: counter(step);
    counter-increment: step;
    width: 30px;
    height: 30px;
    line-height: 29px;
    display: block;
    font-size: 16px;
    font-family: "canada-type-gibson", sans-serif;
    font-weight: bold;
    color: #fff;
    background: transparent;
    margin: 0 auto 5px auto;
    text-align: center;
    position: relative;
    z-index: 5; }
  #progress__bar li:after {
    content: "";
    position: absolute;
    top: 13px;
    z-index: 1;
    /*put it behind the numbers*/
    width: 100%;
    background: transparent;
    position: absolute;
    left: -50%; }
  #progress__bar li:first-child:after {
    /*connector not needed before the first step*/
    content: none; }
  #progress__bar li.active:before,
  #progress__bar li.active:after {
    background: transparent;
    color: #49C5FE;
    -webkit-transition: all 2s;
    transition: all 2s; }

#result {
  overflow: hidden;
  /*CSS counters to number the steps*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 600px;
  /*progress__bar connectors*/
  /*marking active/completed steps green*/
  /*The number of the step and the connector before it = green*/ }
  @media screen and (max-width: 500px) {
    #result {
      min-width: 350px; } }
  #result li {
    list-style-type: none;
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    float: left;
    position: relative;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    #result li p {
      position: absolute;
      -ms-flex-item-align: center;
          align-self: center;
      z-index: 5;
      color: #ffffff; }
      @media screen and (max-width: 500px) {
        #result li p {
          font-size: 13px; } }
  #result li:before {
    content: "";
    width: 70px;
    height: 70px;
    line-height: 29px;
    display: block;
    font-weight: bold;
    color: #636c83;
    background: #28324f;
    border-radius: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 5; }
    @media screen and (max-width: 500px) {
      #result li:before {
        width: 55px;
        height: 55px; } }
  #result li:after {
    content: "";
    position: absolute;
    top: 25px;
    z-index: 1;
    /*put it behind the numbers*/
    width: 100%;
    height: 10px;
    background: #28324f;
    position: absolute;
    left: -50%; }
    @media screen and (max-width: 500px) {
      #result li:after {
        top: 17px; } }
  #result li:first-child:after {
    /*connector not needed before the first step*/
    content: none; }
  #result li.active:before,
  #result li.active:after {
    background: #f7f052;
    color: white;
    text-shadow: 0px 1px 10px #fff;
    -webkit-transition: all 2s;
    transition: all 2s; }
  #result li.active p {
    color: #46578a; }

#package__bar {
  overflow: hidden;
  /*CSS counters to number the steps*/
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  min-width: 600px;
  /*progress__bar connectors*/
  /*marking active/completed steps green*/
  /*The number of the step and the connector before it = green*/ }
  @media screen and (max-width: 500px) {
    #package__bar {
      min-width: 0; } }
  #package__bar li {
    list-style-type: none;
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    float: left;
    position: relative;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    #package__bar li p {
      position: absolute;
      -ms-flex-item-align: center;
          align-self: center;
      z-index: 5;
      color: #ffffff; }
  #package__bar li:before {
    content: "";
    width: 60px;
    height: 60px;
    line-height: 29px;
    display: block;
    font-size: 13px;
    font-weight: bold;
    color: #636c83;
    background: #28324f;
    border-radius: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 5; }
  #package__bar li:after {
    content: "";
    position: absolute;
    top: 25px;
    z-index: 1;
    /*put it behind the numbers*/
    width: 100%;
    height: 10px;
    background: #28324f;
    position: absolute;
    left: -50%; }
  #package__bar li:first-child:after {
    /*connector not needed before the first step*/
    content: none; }
  #package__bar li.active:before,
  #package__bar li.active:after {
    background: #f7f052;
    color: white;
    text-shadow: 0px 1px 10px #fff;
    -webkit-transition: all 2s;
    transition: all 2s; }
  #package__bar li.active p {
    color: #46578a; }

.linecont {
  width: 100%; }
  .linecont .linehr {
    background: white;
    height: 2px;
    width: 35px;
    margin: auto;
    margin-top: 10px; }
  .linecont .linehrfull {
    background: white;
    height: 1px;
    width: 100%;
    margin: auto; }
  .linecont .linehrDark {
    background: #1c2338;
    height: 1px;
    margin: auto;
    margin-top: 15px; }

.cross {
  position: relative;
  display: inline-block; }

.cross::before,
.cross::after {
  content: "";
  width: 100%;
  position: absolute;
  right: 0;
  top: 50%; }

.cross::before {
  border-bottom: 2px solid red;
  -webkit-transform: skewY(-15deg);
  -ms-transform: skewY(-15deg);
      transform: skewY(-15deg); }

.progressDefault {
  display: none; }

.corelations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.text-corelations {
  position: absolute;
  margin-top: -25px;
  background: #424E98;
  padding: 1em; }

.PTprogress {
  width: 100%;
  margin: 20px auto;
  text-align: center;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.equals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background-color: transparent; }
  @media screen and (max-width: 624px) {
    .equals {
      padding: 1em;
      background-color: transparent; } }
  .equals .barPT {
    margin: 0 10px; }
  .equals .bWhite {
    background-color: white !important; }
  .equals > .other {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center; }
    .equals > .other > .level {
      font-size: 15px;
      font-weight: 600; }
      @media screen and (max-width: 624px) {
        .equals > .other > .level {
          font-size: 13px; } }
    .equals > .other > .line {
      height: 1px;
      min-width: 15px;
      margin: 5px 0;
      background-color: #49C5FE; }
    .equals > .other > .score {
      font-size: 18px; }
      @media screen and (max-width: 624px) {
        .equals > .other > .score {
          font-size: 12px; } }
  .equals > .badge img {
    max-height: 80px; }
    @media screen and (max-width: 624px) {
      .equals > .badge img {
        max-height: 50px; } }

.hideCamera {
  display: none; }

section#sso {
  z-index: 10; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0; }

button:focus {
  outline: 0; }

.warning {
  color: #ff5858;
  display: none; }

.disNon {
  display: none !important; }

#progress__bar li.yellow:before,
#progress__bar li.yellow:after {
  background: #FECA49;
  color: #333333;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 30px; }

/*anvas {
            top: 0;
            left: 0;
            position: absolute;
            z-index: -40;
        }*/
.audio__assessment--question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

/* PLAY ICON ANIMATION */
.stroke-dotted {
  opacity: 0;
  stroke-dasharray: 4, 5;
  stroke-width: 1px;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation: spin 4s infinite linear;
          animation: spin 4s infinite linear;
  -webkit-transition: opacity 1s ease, stroke-width 1s ease;
  transition: opacity 1s ease, stroke-width 1s ease; }

.stroke-solid {
  stroke-dashoffset: 0;
  stroke-dasharray: 300;
  stroke-width: 4px;
  -webkit-transition: stroke-dashoffset 1s ease, opacity 1s ease;
  transition: stroke-dashoffset 1s ease, opacity 1s ease; }

.icon {
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out; }

#speaker {
  display: none; }

#play.active .stroke-dotted {
  stroke-width: 4px;
  stroke-linecap: round;
  stroke-dasharray: 8;
  stroke-dashoffset: 100%;
  opacity: 1; }

#play.active .stroke-solid {
  opacity: 0;
  stroke-dashoffset: 10%; }

#play.active .icon {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05); }

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/* PLAY ICON ANIMATION END*/
/* ============================ ASSESSMENT ========================================== */
.assessmentClicked {
  background-color: #1c2338 !important;
  border: 1px solid #49C5FE !important;
  color: #49C5FE !important; }

.assessment__image--ques {
  margin: 2em auto;
  font-family: "canada-type-gibson", sans-serif; }
  @media screen and (max-width: 624px) {
    .assessment__image--ques {
      padding: 1em auto; } }

.signup__form {
  padding: 1em; }
  .signup__form .organization {
    background: rgba(216, 216, 216, 0.5);
    border-radius: 4px;
    padding: .5em 1em; }
  @media screen and (max-width: 624px) {
    .signup__form {
      padding: 0; } }
  .signup__form .label {
    font-family: "canada-type-gibson", sans-serif !important;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase; }
  .signup__form .sso__form__head p {
    width: 300px;
    padding: 10px 0; }
    .signup__form .sso__form__head p i {
      color: #49C5FE; }
  .signup__form .field {
    padding: 5px 0;
    margin-bottom: 15px; }

.field__username {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  padding: 0 0 5px 0; }
  .field__username span {
    border-bottom: 1px solid #fafafa; }
  .field__username .div_upd {
    margin-top: 0px !important;
    border-top: 0px !important; }
  .field__username .switchText1 {
    width: 88%;
    min-height: 19px;
    background: transparent;
    outline: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #fafafa; }
  .field__username .grayed {
    color: #606983; }
  .field__username .btn_save {
    cursor: pointer; }
  .field__username .btn_cancel {
    cursor: pointer;
    margin-left: 5px; }
  .field__username .iconEdit {
    float: right;
    margin-right: 10px; }

.pt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.pt__title {
  font-family: Calibri, sans-serif;
  text-align: center; }
  .pt__title h2 {
    font-size: 20px; }
  .pt__title h1 {
    font-size: 30px; }

.sectionbox:nth-child(3) .neobutton, .modal--box:nth-child(3) .neobutton, .sectionbox:nth-child(3) .neobutton__white, .modal--box:nth-child(3) .neobutton__white, .sectionbox:nth-child(3) .neobutton__red, .modal--box:nth-child(3) .neobutton__red, .sectionbox:nth-child(3) .neobutton__blue, .modal--box:nth-child(3) .neobutton__blue, .sectionbox:nth-child(3) .userButton .neoRed, .userButton .sectionbox:nth-child(3) .neoRed, .modal--box:nth-child(3) .userButton .neoRed, .userButton .modal--box:nth-child(3) .neoRed {
  bottom: 100px; }

.assignup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.signup__title {
  -ms-flex-item-align: center;
      align-self: center; }
  .signup__title > img {
    margin-top: 3em;
    margin-bottom: 2em;
    max-height: 250px;
    height: 75px; }
    @media screen and (max-width: 624px) {
      .signup__title > img {
        max-height: 200px;
        height: 50px; } }

.control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 624px) {
    .control__upload {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .control__upload > .fa {
    cursor: pointer;
    margin: -20px 15px 0 0;
    -ms-flex-item-align: center;
        align-self: center; }
    @media screen and (max-width: 624px) {
      .control__upload > .fa {
        margin: 15px; } }
    .control__upload > .fa span {
      font-family: "canada-type-gibson", sans-serif;
      margin-left: 5px; }

.image__profile {
  position: absolute;
  right: 145px;
  top: 24%; }
  @media screen and (max-width: 624px) {
    .image__profile {
      position: absolute;
      right: 65px;
      top: 24%; } }
  .image__profile--text {
    position: absolute;
    top: 150px;
    right: 235px; }
    @media screen and (max-width: 624px) {
      .image__profile--text {
        -ms-flex-item-align: center;
            align-self: center;
        top: 130px;
        right: 135px;
        font-size: 21px !important; } }
    @media screen and (max-width: 624px) {
      .image__profile--text {
        -ms-flex-item-align: center;
            align-self: center;
        top: 135px;
        right: 96px;
        font-size: 14px !important; } }

.image__profile2 {
  position: absolute;
  right: 125px;
  top: 24%; }
  @media screen and (max-width: 624px) {
    .image__profile2 {
      position: absolute;
      right: 65px;
      top: 24%; } }
  .image__profile2--text {
    position: absolute;
    top: 150px;
    right: 200px; }
    @media screen and (max-width: 624px) {
      .image__profile2--text {
        -ms-flex-item-align: center;
            align-self: center;
        top: 135px;
        right: 110px;
        font-size: 14px !important; } }

.image__upload {
  margin: 0px 20px 20px 20px;
  width: 50px !important;
  height: 50px !important;
  border-radius: 50%;
  border: 1px solid gray;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; }
  @media screen and (max-width: 624px) {
    .image__upload {
      -ms-flex-item-align: center;
          align-self: center;
      margin: 10px;
      width: 30px !important;
      height: 30px !important; } }

.upload {
  padding: 5px;
  background-color: #3F4E7B;
  border: 1px solid #636c83;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .upload > .optional {
    margin-top: -35px;
    background-color: #3f4e7b;
    padding: 1em; }
    @media screen and (max-width: 624px) {
      .upload > .optional {
        margin-top: 5px;
        padding: 0; } }

.profile__upload {
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 624px) {
    .profile__upload {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .profile__upload a {
        margin: 15px;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; } }

.input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px 15px;
  min-height: 48px;
  margin: 0;
  border: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: #E6EDEF;
  font-size: 16px;
  color: black;
  min-width: 270px;
  border-radius: 3px; }
  @media screen and (max-width: 624px) {
    .input {
      min-width: 180px;
      width: 100%; } }

.signin {
  text-align: center;
  position: relative;
  color: #fff; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0; }

button:focus {
  outline: 0; }

.warning {
  color: #ff5858;
  display: none; }

.timer__assessment {
  display: none;
  position: fixed;
  color: #FECA49;
  padding: 0.5em;
  background: #1c2338;
  border-radius: 4px;
  right: 10%;
  top: 12%;
  text-align: center;
  min-width: 50px;
  min-height: 25px; }
  @media screen and (max-width: 624px) {
    .timer__assessment {
      right: 15%; } }
  @media screen and (max-width: 624px) {
    .timer__assessment {
      top: 15%;
      right: 5%; } }

.showTime {
  display: block; }

.hideTime {
  display: none; }

.circle__number {
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  /* the magic */
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
  background-color: #49C5FE;
  text-transform: uppercase; }

.number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 0; }

.payment__option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.payment__items {
  background-color: #36436a;
  border: 1px solid gray;
  padding: 1em;
  border-radius: 4px;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 5px;
  cursor: pointer; }
  .payment__items:hover {
    background-color: #2e3959; }

.payment__result {
  background-color: #36436a;
  border: 1px solid gray;
  padding: 1em;
  border-radius: 4px;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 5px; }
  .payment__result--divider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .payment__result--button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (max-width: 624px) {
      .payment__result--button {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    .payment__result--button button {
      margin: 15px; }
  .payment__result hr {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border: 0.5px solid #737373; }

.note {
  text-align: left;
  margin: 15px 0px; }

.fieldInput {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 5px; }

.method__choose {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .method__choose > * {
    margin: 15 0 0 0; }
  .method__choose > .profile > .certificate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto; }

.method__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.method__option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px; }

.zip {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0; }

.errorBox > * {
  margin-bottom: 15px; }

.errorBox {
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "canada-type-gibson", sans-serif;
  color: #fff;
  padding: 15px;
  max-width: 300px; }
  .errorBox__title {
    font-family: "canada-type-gibson", sans-serif;
    color: #FECA49;
    text-align: left; }
  .errorBox__image img {
    height: 150px; }
  .errorBox__message {
    font-size: 16px; }
    .errorBox__message p > a {
      color: #49C5FE; }
  .errorBox__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .errorBox__button > * {
    margin-bottom: 10px; }

.list__title {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 500; }

.list__item {
  text-align: start;
  margin-bottom: 15px;
  font-size: 18px; }
  @media screen and (max-width: 624px) {
    .list__item {
      text-align: center; } }

.sectionbox:nth-child(4) .accordion__margin, .modal--box:nth-child(4) .accordion__margin {
  position: relative;
  top: -25px; }

.sectionbox:nth-child(4) .neobutton, .modal--box:nth-child(4) .neobutton, .sectionbox:nth-child(4) .neobutton__white, .modal--box:nth-child(4) .neobutton__white, .sectionbox:nth-child(4) .neobutton__red, .modal--box:nth-child(4) .neobutton__red, .sectionbox:nth-child(4) .neobutton__blue, .modal--box:nth-child(4) .neobutton__blue, .sectionbox:nth-child(4) .userButton .neoRed, .userButton .sectionbox:nth-child(4) .neoRed, .modal--box:nth-child(4) .userButton .neoRed, .userButton .modal--box:nth-child(4) .neoRed {
  bottom: 70px; }

.sectionbox:nth-child(5) .neobutton, .modal--box:nth-child(5) .neobutton, .sectionbox:nth-child(5) .neobutton__white, .modal--box:nth-child(5) .neobutton__white, .sectionbox:nth-child(5) .neobutton__red, .modal--box:nth-child(5) .neobutton__red, .sectionbox:nth-child(5) .neobutton__blue, .modal--box:nth-child(5) .neobutton__blue, .sectionbox:nth-child(5) .userButton .neoRed, .userButton .sectionbox:nth-child(5) .neoRed, .modal--box:nth-child(5) .userButton .neoRed, .userButton .modal--box:nth-child(5) .neoRed {
  width: 160px; }

.sectionbox:nth-child(5) .titlearco, .modal--box:nth-child(5) .titlearco {
  margin-bottom: 10px; }

.sectionbox:nth-child(5) .pt_logo img, .modal--box:nth-child(5) .pt_logo img {
  width: 140px;
  margin-left: -20px;
  margin-top: -20px; }

.sectionbox:nth-child(5) .nowgoal_content2 img, .modal--box:nth-child(5) .nowgoal_content2 img {
  width: 290px; }

.titlearco {
  font-size: 22px;
  font-family: Calibri, sans-serif;
  color: #49c5fe;
  text-align: center; }
  @media screen and (max-width: 624px) {
    .titlearco {
      font-size: 18px;
      color: #FECA49; } }

.accordion {
  color: #fff;
  list-style: none;
  -webkit-perspective: 900;
          perspective: 900;
  padding: 0;
  margin: 0 auto; }
  .accordion .yellowAccor {
    color: #FECA49 !important; }
  .accordion li {
    position: relative;
    margin: 10px 0;
    padding: 5px 10px;
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-animation: flipdown 0.5s ease both;
            animation: flipdown 0.5s ease both;
    border-radius: 4px; }
    .accordion li h2 {
      margin: 0 30px 0px 0px; }
    .accordion li i {
      position: absolute;
      -webkit-transform: translate(-6px, 0);
          -ms-transform: translate(-6px, 0);
              transform: translate(-6px, 0);
      margin: 16px 0 0;
      top: 0px;
      right: 15px; }
      .accordion li i:before {
        content: "";
        position: absolute;
        background-color: #fff;
        width: 3px;
        height: 9px;
        -webkit-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        -webkit-transform: translate(-3px, 1px) rotate(45deg);
            -ms-transform: translate(-3px, 1px) rotate(45deg);
                transform: translate(-3px, 1px) rotate(45deg); }
      .accordion li i:after {
        content: "";
        position: absolute;
        background-color: #fff;
        width: 3px;
        height: 9px;
        -webkit-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        -webkit-transform: translate(2px, 0) rotate(-45deg);
            -ms-transform: translate(2px, 0) rotate(-45deg);
                transform: translate(2px, 0) rotate(-45deg); }
    .accordion li input[type="checkbox"] {
      position: absolute;
      cursor: pointer;
      width: 100%;
      height: 100%;
      z-index: 1;
      opacity: 0;
      top: 0px;
      left: 0px; }
      .accordion li input[type="checkbox"]:checked ~ .accordion__menu {
        margin-top: 0;
        max-height: 0;
        opacity: 0;
        -webkit-transform: translate(0, 50%);
            -ms-transform: translate(0, 50%);
                transform: translate(0, 50%); }
      .accordion li input[type="checkbox"]:checked ~ i:before {
        -webkit-transform: translate(2px, 0) rotate(45deg);
            -ms-transform: translate(2px, 0) rotate(45deg);
                transform: translate(2px, 0) rotate(45deg); }
      .accordion li input[type="checkbox"]:checked ~ i:after {
        -webkit-transform: translate(-3px, -1px) rotate(-45deg);
            -ms-transform: translate(-3px, -1px) rotate(-45deg);
                transform: translate(-3px, -1px) rotate(-45deg); }
    .accordion li:nth-of-type(1) {
      -webkit-animation-delay: 0.5s;
              animation-delay: 0.5s; }
    .accordion li:nth-of-type(2) {
      -webkit-animation-delay: 0.75s;
              animation-delay: 0.75s; }
    .accordion li:nth-of-type(3) {
      -webkit-animation-delay: 1s;
              animation-delay: 1s; }
    .accordion li:nth-of-type(4) {
      -webkit-animation-delay: 1.25s;
              animation-delay: 1.25s;
      margin-bottom: 20px; }
  .accordion__menu {
    position: relative;
    max-height: 800px;
    font-size: 14px;
    line-height: 30px;
    opacity: 1;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    margin: 0;
    z-index: 2;
    cursor: pointer;
    border: 1px solid transparent;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    .accordion__menu:hover {
      border-top: 1px solid rgba(255, 255, 255, 0.3);
      border-bottom: 1px solid rgba(255, 255, 255, 0.3);
      background: #50639d; }

.accordionLanding {
  font-size: 20px;
  color: #FECA49 !important;
  text-align: left !important;
  list-style: none;
  padding: 0;
  margin: 0 auto; }
  .accordionLanding .yellowAccor {
    color: #FECA49 !important; }
  .accordionLanding li {
    position: relative;
    margin: 10px 0;
    padding: 5px 10px;
    -webkit-animation: flipdown 0.5s ease both;
            animation: flipdown 0.5s ease both; }
    .accordionLanding li h2 {
      margin: 0 30px 0 0; }
    .accordionLanding li i {
      position: absolute;
      -webkit-transform: translate(-6px, 0);
          -ms-transform: translate(-6px, 0);
              transform: translate(-6px, 0);
      margin: 16px 0 0;
      top: 0px;
      right: 15px; }
      .accordionLanding li i:before {
        content: "";
        position: absolute;
        background-color: #fff;
        width: 3px;
        height: 9px;
        -webkit-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        -webkit-transform: translate(-3px, 1px) rotate(45deg);
            -ms-transform: translate(-3px, 1px) rotate(45deg);
                transform: translate(-3px, 1px) rotate(45deg); }
      .accordionLanding li i:after {
        content: "";
        position: absolute;
        background-color: #fff;
        width: 3px;
        height: 9px;
        -webkit-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        -webkit-transform: translate(2px, 0) rotate(-45deg);
            -ms-transform: translate(2px, 0) rotate(-45deg);
                transform: translate(2px, 0) rotate(-45deg); }
    .accordionLanding li input[type="checkbox"] {
      position: absolute;
      cursor: pointer;
      width: 100%;
      height: 100%;
      z-index: 1;
      opacity: 0;
      top: 0px;
      left: 0px; }
      .accordionLanding li input[type="checkbox"]:checked ~ a .accordionLanding__menu {
        margin-top: 0;
        max-height: 0;
        display: none;
        -webkit-transform: translate(0, 50%);
            -ms-transform: translate(0, 50%);
                transform: translate(0, 50%); }
      .accordionLanding li input[type="checkbox"]:checked ~ i:before {
        -webkit-transform: translate(2px, 0) rotate(45deg);
            -ms-transform: translate(2px, 0) rotate(45deg);
                transform: translate(2px, 0) rotate(45deg); }
      .accordionLanding li input[type="checkbox"]:checked ~ i:after {
        -webkit-transform: translate(-3px, -1px) rotate(-45deg);
            -ms-transform: translate(-3px, -1px) rotate(-45deg);
                transform: translate(-3px, -1px) rotate(-45deg); }
    .accordionLanding li:nth-of-type(1) {
      -webkit-animation-delay: 0.5s;
              animation-delay: 0.5s; }
    .accordionLanding li:nth-of-type(2) {
      -webkit-animation-delay: 0.75s;
              animation-delay: 0.75s; }
    .accordionLanding li:nth-of-type(3) {
      -webkit-animation-delay: 1s;
              animation-delay: 1s; }
    .accordionLanding li:nth-of-type(4) {
      -webkit-animation-delay: 1.25s;
              animation-delay: 1.25s;
      margin-bottom: 20px; }
  .accordionLanding__menu {
    position: relative;
    max-height: 800px;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    opacity: 1;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    z-index: 2;
    padding: 15px 0;
    cursor: pointer;
    border: 1px solid transparent;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    .accordionLanding__menu:hover {
      background: #2e3959;
      color: #49C5FE; }

.pt_logo img {
  margin-left: -20px;
  height: 100px; }
  @media screen and (max-width: 624px) {
    .pt_logo img {
      margin-left: -20px;
      height: 70px; } }

.nowgoal_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  margin-top: -45px;
  padding-top: 65px;
  padding-bottom: 65px;
  background: rgba(0, 0, 0, 0.1);
  padding-left: 2em;
  padding-right: 2em;
  border: 1px solid gray;
  border-radius: 3px; }
  @media screen and (max-width: 624px) {
    .nowgoal_contents {
      margin-top: -30px;
      padding-top: 15px;
      padding-bottom: 30px;
      padding-left: 0.75em;
      padding-right: 0.75em; } }

.nowgoal_content1 h2 {
  margin: 0 0 20px; }

.nowgoal_content1 ul li {
  list-style-type: disc; }
  @media screen and (max-width: 624px) {
    .nowgoal_content1 ul li {
      font-size: 14px; } }

.nowgoal_content2 img {
  width: 323px; }

@media screen and (max-width: 624px) {
  .nowgoal_content2 img {
    width: 250px; } }

.nowgoal_btn {
  margin-top: 65px; }

.prev_step {
  cursor: pointer; }

@-webkit-keyframes flipdown {
  0% {
    opacity: 0;
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg); }
  5% {
    opacity: 1; }
  80% {
    -webkit-transform: rotateX(8deg);
            transform: rotateX(8deg); }
  83% {
    -webkit-transform: rotateX(6deg);
            transform: rotateX(6deg); }
  92% {
    -webkit-transform: rotateX(-3deg);
            transform: rotateX(-3deg); }
  100% {
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg); } }

@keyframes flipdown {
  0% {
    opacity: 0;
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg); }
  5% {
    opacity: 1; }
  80% {
    -webkit-transform: rotateX(8deg);
            transform: rotateX(8deg); }
  83% {
    -webkit-transform: rotateX(6deg);
            transform: rotateX(6deg); }
  92% {
    -webkit-transform: rotateX(-3deg);
            transform: rotateX(-3deg); }
  100% {
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg); } }

.nowgoal_content1 {
  padding: 1em; }

.borderCheck {
  border: 1px solid #49C5FE; }

.selectedBorder {
  border: 1px solid #49C5FE !important;
  color: #FECA49 !important;
  background-color: #252e48; }

.reDselect {
  border: 4px solid #d83636 !important;
  color: #FECA49 !important;
  background-color: #252e48; }

.box_payment {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 30px; }

.payment__title {
  font-size: 25px;
  font-family: Calibri, sans-serif;
  color: #49c5fe;
  margin-top: 10px;
  text-align: center; }

.payment__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px; }
  .payment__ul ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    color: #fff;
    font-family: Calibri, sans-serif;
    font-size: 16px;
    width: 100%;
    border: 1px solid #636c83;
    cursor: pointer; }
    .payment__ul ul li {
      background-color: rgba(70, 87, 138, 0.3);
      width: 100%;
      padding: 5px;
      text-align: center; }
    .payment__ul ul li.current {
      background-color: rgba(70, 87, 138, 0.9);
      -webkit-transition: all 0.7s;
      transition: all 0.7s; }

.payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.payment__credit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.accountinfo {
  width: 50%;
  text-align: left;
  margin-right: 15px; }
  .accountinfo label {
    color: #fff;
    position: relative;
    font-size: 13px; }

.paymentsDetails {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left; }
  .paymentsDetails label {
    color: #fff;
    position: relative;
    font-size: 12px; }
  .paymentsDetails .input1 {
    margin-top: 19px; }
  .paymentsDetails .btn__payment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .paymentsDetails .neobutton, .paymentsDetails .neobutton__white, .paymentsDetails .neobutton__red, .paymentsDetails .neobutton__blue, .paymentsDetails .userButton .neoRed, .userButton .paymentsDetails .neoRed {
    width: 150px; }

.cardnum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .cardnum input {
    width: 55px; }
  .cardnum span {
    margin: 0 5px 0 4px;
    position: relative;
    font-weight: bold;
    color: #fff;
    top: 5px; }
  .cardnum .span2 {
    margin-right: 75px; }

.labelnum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 90%; }

.tab-content {
  display: none; }

.tab-content.current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.inputMenu {
  -webkit-transition: all 0.7s ease 2s;
  transition: all 0.7s ease 2s; }

.inputMenu:focus {
  outline: 0; }

.searchText {
  background: #0b0e16;
  border: 0;
  font-size: 100%;
  overflow: hidden;
  resize: none;
  display: block;
  height: 40px;
  padding: 15px;
  color: #FECA49; }
  @media screen and (max-width: 500px) {
    .searchText {
      font-size: 50%; } }
  .searchText:focus {
    outline: 0; }

.formSearch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "canada-type-gibson", sans-serif; }
  .formSearch > * {
    margin: 10px; }

.modalSearch {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-template-areas: ". . ." ". content ." ". . .";
  grid-gap: 15px;
  color: rgba(255, 255, 255, 0.3);
  font-size: 175%;
  height: 100%; }
  .modalSearch__search {
    grid-area: content;
    justify-self: center; }
  .modalSearch .closeSearch {
    cursor: pointer;
    padding: 5px; }
  .modalSearch__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.menuModal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  font-family: "canada-type-gibson", sans-serif;
  font-size: 24px;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (max-width: 500px) {
    .menuModal {
      font-size: 16px; } }
  .menuModal__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    min-width: 200px; }
  .menuModal > * {
    color: #fff;
    padding: 15px;
    cursor: pointer; }
  .menuModal__items {
    padding: 15px;
    color: #fff; }
    .menuModal__items:hover {
      color: #49C5FE; }
    @media screen and (max-width: 500px) {
      .menuModal__items {
        padding: 3px; } }

.showMenu {
  display: block !important; }

.modalPreventScroll {
  overflow-y: hidden; }

.modalSocial, .modalExitExam, .modal-videos, .modalRegisAgreement, .modalReview {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 6; }
  .modalSocial__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%; }

.prolog-wrapper, .learn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "canada-type-gibson", sans-serif;
  color: #fff;
  padding: 1.5em;
  height: 100vh; }
  @media screen and (max-width: 768px) {
    .prolog-wrapper, .learn-wrapper {
      height: auto; } }
  .prolog-wrapper > .content-down, .learn-wrapper > .content-down {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .prolog-wrapper > .content-down > .title-prolog, .learn-wrapper > .content-down > .title-prolog {
      font-weight: 500;
      font-size: 36px;
      text-transform: capitalize; }
      .prolog-wrapper > .content-down > .title-prolog::after, .learn-wrapper > .content-down > .title-prolog::after {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        width: 60px;
        margin-left: -30px;
        border-bottom: 6px solid #49C5FE; }
    @media screen and (min-width: 900px) {
      .prolog-wrapper > .content-down, .learn-wrapper > .content-down {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .prolog-wrapper > .content-down > *, .learn-wrapper > .content-down > * {
      margin-bottom: 40px; }
    .prolog-wrapper > .content-down > .image img, .learn-wrapper > .content-down > .image img {
      max-height: 150px; }
      @media screen and (max-width: 400px) {
        .prolog-wrapper > .content-down > .image img, .learn-wrapper > .content-down > .image img {
          max-height: 80px; } }
  .prolog-wrapper > .close, .learn-wrapper > .close {
    font-size: 24px;
    font-family: "canada-type-gibson", sans-serif;
    color: #fff;
    margin: 30px 0; }
  .prolog-wrapper > .buttonWrap, .learn-wrapper > .buttonWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .prolog-wrapper > .buttonWrap > .btn, .learn-wrapper > .buttonWrap > .btn {
      font-size: 18px;
      color: #fff;
      border-radius: 50%;
      width: 15px;
      border: 2px solid #fff; }
    .prolog-wrapper > .buttonWrap > .dotwrap, .learn-wrapper > .buttonWrap > .dotwrap {
      margin: auto; }
      .prolog-wrapper > .buttonWrap > .dotwrap > .dot, .learn-wrapper > .buttonWrap > .dotwrap > .dot {
        cursor: pointer;
        height: 10px;
        width: 10px;
        margin: 0 2px;
        background-color: #1c2338;
        border-radius: 50%;
        display: inline-block;
        -webkit-transition: background-color 0.6s ease;
        transition: background-color 0.6s ease; }
        .prolog-wrapper > .buttonWrap > .dotwrap > .dot.activedot, .learn-wrapper > .buttonWrap > .dotwrap > .dot.activedot,
        .prolog-wrapper > .buttonWrap > .dotwrap > .dot .dot:hover,
        .learn-wrapper > .buttonWrap > .dotwrap > .dot .dot:hover {
          background-color: #49C5FE; }

.learn-wrapper {
  max-width: 960px; }
  @media screen and (max-width: 500px) {
    .learn-wrapper {
      padding: 15px; } }
  .learn-wrapper > .content-sidebyside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px; }
    @media screen and (max-width: 768px) {
      .learn-wrapper > .content-sidebyside {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .learn-wrapper > .content-sidebyside > .text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media screen and (max-width: 768px) {
        .learn-wrapper > .content-sidebyside > .text {
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1; } }
      .learn-wrapper > .content-sidebyside > .text > .number {
        color: #fff;
        font-size: 24px;
        background-color: #49C5FE;
        border-radius: 50%;
        min-width: 30px;
        height: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin: 15px 25px 15px 0px; }
        @media screen and (max-width: 768px) {
          .learn-wrapper > .content-sidebyside > .text > .number {
            -ms-flex-item-align: start;
                align-self: flex-start;
            width: 30px;
            margin: 15px; } }
      .learn-wrapper > .content-sidebyside > .text > .content > ul {
        list-style: disc !important; }
        @media screen and (max-width: 768px) {
          .learn-wrapper > .content-sidebyside > .text > .content > ul {
            margin-left: 15px; } }
      .learn-wrapper > .content-sidebyside > .text > .content ul > li {
        margin: 15px auto; }
      .learn-wrapper > .content-sidebyside > .text > .content > * {
        margin-bottom: 15px; }
    .learn-wrapper > .content-sidebyside > .image img {
      max-height: 375px;
      margin: auto; }
      @media screen and (max-width: 500px) {
        .learn-wrapper > .content-sidebyside > .image img {
          max-width: 300px; } }

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 6; }
  .modal__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%; }
  .modal__icon {
    font-size: 4rem !important;
    text-align: center;
    margin-bottom: 0.6rem;
    background-image: -webkit-gradient(linear, left top, right top, from(#FECA49), to(#ef737b));
    background-image: -webkit-linear-gradient(left, #FECA49, #ef737b);
    background-image: linear-gradient(to right, #FECA49, #ef737b);
    -webkit-background-clip: text;
    color: transparent; }
  .modal__ul {
    padding: 1.5em;
    background-color: rgba(247, 247, 247, 0.9);
    border-radius: 3px;
    max-width: 300px; }
  .modal__list {
    font-size: 1em;
    color: black; }
    .modal__list--heading {
      font-family: "canada-type-gibson", sans-serif;
      font-size: 1.4em;
      color: #3F4E7B;
      text-transform: uppercase;
      text-align: center;
      margin: 0.5em auto; }
    .modal__list:not(:last-child) {
      margin-bottom: 0.8em; }
  .modal__group {
    text-align: center; }

.close {
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-size: 30px;
  text-align: center;
  cursor: pointer;
  line-height: 20px; }

.modalRegis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh; }
  .modalRegis__container {
    max-width: 560px;
    margin: 0 auto; }
    @media screen and (max-width: 624px) {
      .modalRegis__container {
        max-width: 300px; } }
  .modalRegis__content {
    padding: 1em;
    background-color: #FFFFFF; }
  .modalRegis__button {
    padding: 1em;
    background-color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .modalRegis__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    background-color: #CFDBE0;
    padding: .5em; }

.modalReview {
  display: block; }
  .modalReview__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%; }

.blur {
  -webkit-filter: blur(25px);
          filter: blur(25px); }

.closeWatch {
  font-size: 40px;
  cursor: pointer;
  color: #fff;
  -ms-flex-item-align: end;
      align-self: flex-end;
  padding-bottom: 15px; }
  @media screen and (max-width: 768px) {
    .closeWatch {
      font-size: 20px; } }

.videoWatch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 0.5in 3in; }
  @media screen and (max-width: 768px) {
    .videoWatch {
      padding: 15px; } }
  .videoWatch__container {
    float: none;
    clear: both;
    position: relative;
    padding-bottom: 56.25%;
    /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
    padding-top: 30px;
    height: 0;
    overflow: hidden; }
    .videoWatch__container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.centerspin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-height: 100px; }

.imageLogo {
  margin-bottom: 10px; }
  .imageLogo img {
    max-height: 70px; }

.spinnerWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%; }

.spinner {
  width: 300px;
  height: 300px;
  background: transparent;
  border-radius: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .spinner span {
    display: block;
    height: 5px;
    width: 5px;
    background: #49c5fe;
    border-radius: 50%;
    margin: 10px; }
    .spinner span:nth-child(1) {
      -webkit-animation: bounce 1s ease-in-out infinite;
      animation: bounce 1s ease-in-out infinite; }
    .spinner span:nth-child(2) {
      -webkit-animation: bounce 1s ease-in-out 0.33s infinite;
      animation: bounce 1s ease-in-out 0.33s infinite; }
    .spinner span:nth-child(3) {
      -webkit-animation: bounce 1s ease-in-out 0.66s infinite;
      animation: bounce 1s ease-in-out 0.66s infinite; }

@-webkit-keyframes bounce {
  0%,
  75%,
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  25% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); } }

@keyframes bounce {
  0%,
  75%,
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  25% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); } }

.voucher {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #49C5FE;
  padding: 2em 1em;
  border-radius: 10px; }
  .voucher__span {
    margin-bottom: -17px;
    z-index: 3;
    cursor: pointer;
    padding: .5em;
    text-decoration: underline;
    background: #424E98;
    font-size: 18px; }

.col__two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .col__two--horizontal {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (min-width: 700px) {
      .col__two--horizontal {
        margin-left: 30px; } }
  .col__two ul li .duration {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 10px auto; }

.showTab {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.tabHide {
  display: none; }

.box__package {
  padding: 2em;
  background: #36436a;
  border-radius: 4px;
  border: 1px solid gray;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (max-width: 500px) {
    .box__package {
      background: transparent;
      border: 0; } }
  .box__package--info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .box__package span.info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .box__package .info__package__three {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right; }
  .box__package .info {
    font-size: 16px;
    -ms-flex-item-align: end;
        align-self: flex-end; }
    .box__package .info--detail {
      font-size: 13px;
      color: #fff;
      -ms-flex-item-align: end;
          align-self: flex-end;
      text-align: right;
      max-width: 160px; }

.tab__justify {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.choose__package {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-width: 100px;
  cursor: pointer;
  margin: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: .75em;
  border-radius: 4px;
  border: 1px solid gray;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #36436a;
  background-color: #36436a;
  text-align: left; }
  .choose__package:hover {
    background-color: #49C5FE; }

.show {
  display: block; }

.content .table {
  display: grid;
  grid-template-columns: repeat(2, minmax(150px, 1fr)); }
  .content .table > span:nth-row(odd) {
    background-color: #ccc; }

.content > .split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .content > .split > .goals {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .content > .split > .input-goals {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 192px; }
    @media screen and (max-width: 500px) {
      .content > .split > .input-goals {
        width: 35%;
        height: 192px; } }
    .content > .split > .input-goals input {
      height: 24px; }
      @media screen and (max-width: 500px) {
        .content > .split > .input-goals input {
          height: 24px; } }
  .content > .split > .steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .content > .split > .input-steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

.content .goals > *,
.content .input-goals > *,
.content .steps > *,
.content .input-steps > * {
  margin-bottom: 10px; }

.content .input-style, .content .input-steps {
  background-color: transparent;
  text-align: right;
  border: 0;
  font-size: 14px; }

.history {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .history > * {
    margin-bottom: 20px; }

.card-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1em;
  background: rgba(28, 35, 56, 0.1);
  border-radius: 4px;
  border: 1px solid #3F4E7B; }
  @media screen and (max-width: 624px) {
    .card-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .card-wrapper > .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 250px; }
  .card-wrapper > .content > .title-card {
    color: #49C5FE;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s; }
    .card-wrapper > .content > .title-card:hover {
      color: #01abf9; }
  .card-wrapper > .content > * {
    margin-bottom: 10px; }
  .card-wrapper > .action > .btn {
    background: transparent;
    color: #49C5FE;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    color: #49C5FE;
    border: 1px solid #49C5FE;
    padding: 0.5em 1em; }
    .card-wrapper > .action > .btn:hover {
      background: #49C5FE; }
    .card-wrapper > .action > .btn:hover {
      color: #fff; }

.profile-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-item-align: start;
      align-self: flex-start; }
  .profile-option > a.tab {
    color: rgba(255, 255, 255, 0.4);
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    cursor: pointer;
    padding: 1em 0.5em;
    font-size: 14px;
    font-weight: 600;
    margin: 5px;
    color: rgba(255, 255, 255, 0.4); }
    .profile-option > a.tab:hover {
      color: #fff; }
    @media screen and (max-width: 768px) {
      .profile-option > a.tab {
        padding: 0.5em;
        font-size: 13px;
        margin: 2px; } }
  .profile-option > a.active {
    border-bottom: 4px solid #49C5FE;
    color: #fff; }

.button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .button-group > * {
    margin-right: 15px;
    margin-bottom: 15px; }
    @media screen and (max-width: 768px) {
      .button-group > * {
        width: 100%;
        text-align: center;
        margin-right: 0; } }
  .button-group > *:last-child {
    margin-right: 0; }
  .button-group > .red-btn {
    border-radius: 100px;
    background-color: #ee3d49;
    padding: 0.5em 1.5em; }
    .button-group > .red-btn:hover {
      background-color: #cd121f; }
  .button-group > .profile-btn {
    padding: 0.5em 1em;
    background-color: #transparent;
    color: #16b5fe;
    border-radius: 50px;
    cursor: pointer;
    border: 1px solid #49C5FE; }
    .button-group > .profile-btn:hover {
      background-color: #16b5fe; }
    .button-group > .profile-btn:hover {
      color: #fff; }
  .button-group > .disabled {
    cursor: not-allowed;
    color: #8b8b8b;
    background-color: transparent;
    border: 1px solid #8b8b8b; }
    .button-group > .disabled:hover {
      color: #8b8b8b; }
    .button-group > .disabled:hover {
      background-color: transparent; }

.note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 480px;
  text-align: left;
  margin: auto;
  font-size: 12px; }

.profile-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .profile-tab img {
    width: 100%; }
  .profile-tab > .avatar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .profile-tab > .avatar > * {
      margin-bottom: 15px; }
    .profile-tab > .avatar > .avatar__top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .profile-tab > .avatar > .avatar__top > .cont-img > img {
        margin: 0px 20px 0px 0px;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(0, 0, 0, 0.05);
                box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(0, 0, 0, 0.05);
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center center;
           object-position: center center; }
        @media screen and (max-width: 500px) {
          .profile-tab > .avatar > .avatar__top > .cont-img > img {
            display: none; } }
  .profile-tab > .avatar > .info > .title, .profile-tab > .avatar > .info > .errorBox__title {
    font-size: 24px;
    text-align: left;
    border-bottom: 1px solid white;
    margin-bottom: 5px; }
  .profile-tab > .avatar > .info > .small-info {
    font-size: 14px; }
  .profile-tab > .avatar > .image-journey {
    width: 50px;
    height: 50px;
    margin: 0;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(0, 0, 0, 0.05);
            box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(0, 0, 0, 0.05);
    -o-object-position: -3px -3px;
       object-position: -3px -3px; }
    @media screen and (max-width: 500px) {
      .profile-tab > .avatar > .image-journey {
        width: 40px;
        height: 40px; } }
  .profile-tab > .journey {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 768px) {
      .profile-tab > .journey {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    .profile-tab > .journey .btn-small, .profile-tab > .journey .btn-medium {
      margin: 0;
      font-size: 13px;
      text-transform: none;
      border: 1px solid #49C5FE;
      padding: 0.5em 1em;
      color: #49C5FE;
      border-radius: 50px;
      -webkit-transition: all ease 0.5s;
      transition: all ease 0.5s;
      color: #49C5FE;
      background: transparent; }
      .profile-tab > .journey .btn-small:hover, .profile-tab > .journey .btn-medium:hover {
        color: #fff; }
      .profile-tab > .journey .btn-small:hover, .profile-tab > .journey .btn-medium:hover {
        background: #49C5FE; }
      @media screen and (max-width: 768px) {
        .profile-tab > .journey .btn-small, .profile-tab > .journey .btn-medium {
          padding: 0.5em; } }
  .profile-tab #profileimage {
    cursor: pointer; }
    .profile-tab #profileimage:hover {
      opacity: 1;
      -webkit-filter: blur(1px);
              filter: blur(1px); }

.container__three {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px; }
  .container__three .wrapIn {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .container__three--divider {
    width: 2px;
    margin: 3px 15px;
    background: white; }

.rotate0,
.rotate90,
.rotate180,
.rotate270 {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0px 20px 0px 0px; }

#profileimage {
  transform-origin: top left;
  /* IE 10+, Firefox, etc. */
  -webkit-transform-origin: top left;
  /* Chrome */
  -ms-transform-origin: top left; }

.rotate90 #profileimage {
  transform: rotate(90deg) translateY(-100%);
  -webkit-transform: rotate(90deg) translateY(-100%);
  -ms-transform: rotate(90deg) translateY(-100%); }

.rotate180 #profileimage {
  transform: rotate(180deg) translate(-100%, -100%);
  -webkit-transform: rotate(180deg) translate(-100%, -100%);
  -ms-transform: rotate(180deg) translateX(-100%, -100%); }

.rotate270 #profileimage {
  transform: rotate(270deg) translateX(-100%);
  -webkit-transform: rotate(270deg) translateX(-100%);
  -ms-transform: rotate(270deg) translateX(-100%); }

#profileimage1 {
  transform-origin: top left;
  /* IE 10+, Firefox, etc. */
  -webkit-transform-origin: top left;
  /* Chrome */
  -ms-transform-origin: top left; }

.rotate90 #profileimage1 {
  transform: rotate(90deg) translateY(-100%);
  -webkit-transform: rotate(90deg) translateY(-100%);
  -ms-transform: rotate(90deg) translateY(-100%); }

.rotate180 #profileimage1 {
  transform: rotate(180deg) translate(-100%, -100%);
  -webkit-transform: rotate(180deg) translate(-100%, -100%);
  -ms-transform: rotate(180deg) translateX(-100%, -100%); }

.rotate270 #profileimage1 {
  transform: rotate(270deg) translateX(-100%);
  -webkit-transform: rotate(270deg) translateX(-100%);
  -ms-transform: rotate(270deg) translateX(-100%); }

.bxrotate {
  min-width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .bxrotate img {
    width: 100%; }
  .bxrotate #cont-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
        align-self: center; }
    .bxrotate #cont-img .image {
      width: 90px;
      height: 90px;
      border-radius: 50%;
      -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(0, 0, 0, 0.05);
              box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(0, 0, 0, 0.05);
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center right;
         object-position: center right; }
  .bxrotate .split {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .bxrotate .split .neobutton, .bxrotate .split .neobutton__white, .bxrotate .split .neobutton__red, .bxrotate .split .neobutton__blue, .bxrotate .split .userButton .neoRed, .userButton .bxrotate .split .neoRed {
      height: 50px;
      width: 90px;
      border-radius: 26px;
      min-width: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      text-transform: capitalize;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }

/* reset */
.headInvoice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  width: 100%; }
  @media screen and (max-width: 624px) {
    .headInvoice {
      margin-bottom: 15px; } }
  .headInvoice .title, .headInvoice .errorBox__title {
    font-size: 40px;
    font-weight: 500;
    text-transform: uppercase; }
    @media screen and (max-width: 624px) {
      .headInvoice .title, .headInvoice .errorBox__title {
        font-size: 20px;
        font-family: "canada-type-gibson", sans-serif; } }
  .headInvoice img {
    max-height: 45px; }
    @media screen and (max-width: 624px) {
      .headInvoice img {
        max-height: 50px; } }

.user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media screen and (max-width: 624px) {
    .user {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .user > * {
        margin: 15px; } }

.userInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  @media screen and (max-width: 624px) {
    .userInfo {
      width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none; } }
  .userInfo__name {
    font-size: 24px;
    font-family: "canada-type-gibson", sans-serif;
    margin: 15px 0px 5px 0px; }
    @media screen and (max-width: 624px) {
      .userInfo__name {
        font-size: 20px; } }
  .userInfo u {
    text-decoration: none;
    border-bottom: 1px solid black;
    margin: 0px 15px 15px 0px; }
  .userInfo__items {
    font-size: 13px; }
    @media screen and (max-width: 624px) {
      .userInfo__items {
        font-size: 10px; } }

.userButton {
  -ms-flex-item-align: center;
      align-self: center; }
  .userButton .neobutton, .userButton .neobutton__white, .userButton .neobutton__red, .userButton .neobutton__blue, .userButton .neoRed {
    -webkit-appearance: none;
    background-color: transparent;
    color: #49C5FE;
    cursor: pointer;
    padding: .5em 1em;
    border: 1px solid #49C5FE;
    border-radius: 50px; }
    .userButton .neobutton:hover, .userButton .neobutton__white:hover, .userButton .neobutton__red:hover, .userButton .neobutton__blue:hover, .userButton .neoRed:hover {
      background-color: #49C5FE;
      color: white; }
  .userButton .neoRed {
    font-size: 16px;
    background-color: #EE3D49;
    color: white !important;
    border-color: #EE3D49 !important; }
    .userButton .neoRed:hover {
      background-color: #EE3D49;
      color: white !important; }

/* table */
table {
  border-collapse: collapse; }

.inventory {
  display: table;
  width: 100%;
  margin-top: 25px; }
  .inventory tr th {
    font-weight: 500 !important; }
  .inventory tr th,
  .inventory tr td {
    border: 0;
    padding: 1em;
    text-align: center;
    background: #fff; }
    @media screen and (max-width: 624px) {
      .inventory tr th,
      .inventory tr td {
        padding: 5px; } }
  .inventory tr td {
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    vertical-align: middle; }
  .inventory tr .numbering {
    text-align: center; }
  .inventory tr .description__items {
    line-height: 1.5 !important;
    font-size: 11px !important;
    text-align: left !important; }
    .inventory tr .description__items--title {
      font-size: 14px !important;
      font-weight: 600; }

.balance {
  margin-top: 2em;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .balance tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .balance th,
  .balance td {
    padding: 1em;
    background: white; }
  .balance th {
    font-weight: 500; }
  .balance td {
    font-size: 20px;
    font-weight: 500; }

th {
  border-color: #BBB; }
  @media screen and (max-width: 624px) {
    th {
      font-size: 11px; } }

td {
  border-color: #DDD; }

/* page */
.invoice {
  padding: 0.5in;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "canada-type-gibson", sans-serif;
  height: auto;
  margin: 1in auto;
  overflow: hidden;
  padding: 0.5in;
  min-width: 300px;
  max-width: 8.5in;
  background: #FFF;
  border-radius: 1px;
  color: #273454; }
  @media screen and (max-width: 624px) {
    .invoice {
      padding: 15px;
      margin: 0 auto; } }

/* header */
.headerInvoice {
  margin-bottom: 30px;
  width: 100% !important; }

.bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.terms {
  margin: 15px auto;
  font-size: 11px; }
  .terms a {
    color: blue; }

@media print {
  .invoice {
    width: 8.5in; } }

.imagePhone {
  max-height: 400;
  margin: 0 35px; }

.successPay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 1in;
  max-width: 800px;
  z-index: 10;
  font-family: "canada-type-gibson", sans-serif;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 768px) {
    .successPay {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: .5in;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .successPay__phone {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 15px; }
    @media screen and (max-width: 768px) {
      .successPay__phone {
        margin: 0 auto; } }
  .successPay__content {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .successPay__content--buttonPay {
      max-height: 40px;
      margin-left: -15px; }
    .successPay__content--title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .successPay__content--title i {
        color: #FECA49;
        margin-right: 15px; }
    .successPay__content--button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media screen and (max-width: 768px) {
        .successPay__content--button {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
      .successPay__content--button--item {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-right: 15px; }
        @media screen and (max-width: 768px) {
          .successPay__content--button--item {
            width: auto; } }
    .successPay__content--share {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media screen and (max-width: 768px) {
        .successPay__content--share {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
  .successPay .share__text {
    margin: 15px 0px; }
  .successPay .share__icon {
    font-size: 32px; }
    .successPay .share__icon--social {
      margin: 15px; }
  .successPay .buttonPay {
    margin-bottom: 25px; }
    .successPay .buttonPay .big {
      font-size: 18px;
      font-weight: 800;
      display: inline; }

.b2Content {
  display: grid;
  grid-template-columns: 4fr 1fr;
  grid-template-areas: 'im sb' 'hd sb' 'ct sb';
  font-family: "canada-type-gibson", sans-serif;
  color: #fff;
  font-size: 16px;
  grid-gap: 30px; }
  @media screen and (max-width: 624px) {
    .b2Content {
      grid-template-columns: 1fr;
      grid-template-areas: 'sb sb' 'hd hd' 'ct ct' 'im im';
      grid-gap: 15px; } }
  .b2Content__text > * {
    text-align: left;
    margin-bottom: 15px; }
  .b2Content__text {
    grid-area: hd; }
    @media screen and (max-width: 624px) {
      .b2Content__text {
        padding: 0 1.5em; } }
  .b2Content__nav > * {
    margin-bottom: 25px; }
    @media screen and (max-width: 624px) {
      .b2Content__nav > * {
        margin: 0; } }
  .b2Content__nav {
    grid-area: sb; }
    @media screen and (max-width: 624px) {
      .b2Content__nav {
        margin: 0 1em; } }

@media screen and (max-width: 624px) {
  .accordionLanding {
    width: 100%;
    display: block !important; } }

.nav__b2c {
  -ms-flex-item-align: center;
      align-self: center; }
  .nav__b2c--item {
    margin: 15px auto;
    color: #49C5FE;
    font-size: 20px;
    cursor: pointer; }
    .nav__b2c--item:hover,
    .nav__b2c--item :focus {
      color: #fff; }
  @media screen and (max-width: 624px) {
    .nav__b2c {
      display: none; } }

.imageLanding {
  grid-area: im; }
  @media screen and (max-width: 624px) {
    .imageLanding {
      padding: 1em; } }

.landingImage {
  width: 100%;
  max-height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center; }

.videoLanding {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 15px; }
  .videoLanding__item > * {
    margin-bottom: 15px; }
  .videoLanding .titleVideo {
    justify-self: center; }

/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y; }
  .bx-wrapper img {
    max-width: 100%;
    display: block; }

.bxslider {
  margin: 0;
  padding: 0; }

ul.bxslider {
  list-style: none; }

.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0); }

/** THEME
===================================*/
.bx-wrapper {
  -webkit-box-shadow: 0 0px 10px #010101;
          box-shadow: 0 0px 10px #010101;
  background: #fff; }
  .bx-wrapper .bx-pager,
  .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%; }
  .bx-wrapper .bx-loading {
    min-height: 50px;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000; }
  .bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    padding-top: 20px; }
    .bx-wrapper .bx-pager.bx-default-pager a {
      background: rgba(0, 0, 0, 0.7);
      display: block;
      width: 10px;
      height: 10px;
      margin: 0 5px;
      outline: 0;
      border-radius: 5px; }
      .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
        background: rgba(254, 202, 73, 0.7); }
  .bx-wrapper .bx-pager-item,
  .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    vertical-align: bottom;
    *zoom: 1;
    *display: inline; }
  .bx-wrapper .bx-pager-item {
    font-size: 0;
    line-height: 0; }
  .bx-wrapper .bx-prev {
    left: -80px; }
    @media screen and (max-width: 624px) {
      .bx-wrapper .bx-prev {
        left: 10px; } }
  .bx-wrapper .bx-next {
    right: -80px; }
    @media screen and (max-width: 624px) {
      .bx-wrapper .bx-next {
        right: 10px; } }
    .bx-wrapper .bx-next:hover, .bx-wrapper .bx-next:focus {
      background-position: -43px 0; }
  .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    outline: 0;
    min-width: 50px;
    margin-top: -15px;
    color: #fff;
    font-size: 24px;
    min-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    z-index: 10;
    background-color: rgba(37, 46, 72, 0.8); }
    @media screen and (max-width: 624px) {
      .bx-wrapper .bx-controls-direction a {
        font-size: 20px;
        min-width: 7mm;
        min-height: 7mm; } }
    .bx-wrapper .bx-controls-direction a.disabled {
      display: none; }
  .bx-wrapper .bx-controls-auto {
    text-align: center; }
    .bx-wrapper .bx-controls-auto .bx-start {
      display: block;
      width: 10px;
      height: 11px;
      outline: 0;
      margin: 0 3px; }
      .bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active, .bx-wrapper .bx-controls-auto .bx-start:focus {
        background-position: -86px 0; }
    .bx-wrapper .bx-controls-auto .bx-stop {
      display: block;
      width: 9px;
      height: 11px;
      outline: 0;
      margin: 0 3px; }
      .bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active, .bx-wrapper .bx-controls-auto .bx-stop:focus {
        background-position: -86px -33px; }
  .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%; }
  .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px; }
  .bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    padding: .25em;
    font-family: 16px !important;
    color: #FECA49;
    font-style: 16px;
    text-transform: uppercase;
    background: rgba(54, 67, 106, 0.8);
    width: 100%; }
    .bx-wrapper .bx-caption span {
      color: #010101;
      font-family: 16px;
      display: block;
      font-size: .85em;
      padding: 10px; }

/* LOADER */
/* PAGER */
/* DIRECTION CONTROLS (NEXT / PREV) */
/* AUTO CONTROLS (START / STOP) */
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
/* IMAGE CAPTIONS */
.terms-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%; }
  .terms-wrapper > .terms-content {
    max-width: 960px;
    min-height: 600px;
    margin: 30px 0 30px 0;
    border-radius: 3px; }
    @media screen and (max-width: 768px) {
      .terms-wrapper > .terms-content {
        margin: 0;
        width: 100%; } }
    .terms-wrapper > .terms-content > .head {
      width: 100%;
      height: 180px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .terms-wrapper > .terms-content > .head > .links {
        font-size: 0.9em;
        font-family: "canada-type-gibson", "canada-type-gibson", sans-serif;
        font-weight: bold;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        min-width: 130px;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
      .terms-wrapper > .terms-content > .head > .h1 {
        margin-top: 10px;
        font-size: 3em;
        font-family: "canada-type-gibson", "canada-type-gibson", sans-serif; }
        @media screen and (max-width: 768px) {
          .terms-wrapper > .terms-content > .head > .h1 {
            font-size: 1.5em; } }
    .terms-wrapper > .terms-content > .content-wrapper {
      width: 100%;
      min-height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .terms-wrapper > .terms-content > .content-wrapper > .content {
        margin-bottom: 5em;
        border-radius: 3px;
        background-color: rgba(46, 57, 89, 0.8);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .terms-wrapper > .terms-content > .content-wrapper > .content > .boxcard {
          background-color: rgba(11, 14, 22, 0.13);
          font-family: "canada-type-gibson", "canada-type-gibson", sans-serif;
          margin: 0 3em 1em 3em;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          border-radius: 3px;
          padding: 5px; }
          @media screen and (max-width: 768px) {
            .terms-wrapper > .terms-content > .content-wrapper > .content > .boxcard {
              margin: 0 1em 1em 1em; } }
          .terms-wrapper > .terms-content > .content-wrapper > .content > .boxcard:nth-child(1) {
            margin-top: 70px; }
          .terms-wrapper > .terms-content > .content-wrapper > .content > .boxcard:nth-child(6) {
            margin-bottom: 70px; }
          .terms-wrapper > .terms-content > .content-wrapper > .content > .boxcard > .title, .terms-wrapper > .terms-content > .content-wrapper > .content > .boxcard > .errorBox__title {
            font-size: 1.2em;
            margin: 10px 0px 10px 20px;
            text-align: left; }
          .terms-wrapper > .terms-content > .content-wrapper > .content > .boxcard > .messages {
            font-size: 1em;
            margin: 0px 10px 10px 20px; }
            .terms-wrapper > .terms-content > .content-wrapper > .content > .boxcard > .messages > .links {
              color: #49C5FE;
              font-size: .9em; }

.ol-terms {
  counter-reset: item; }
  .ol-terms > .li-terms {
    display: block; }
  .ol-terms > .li-terms:before {
    content: counters(item, ".") " ";
    counter-increment: item; }

.-blue {
  font-size: 20px; }
  .-blue > .small, .-blue > .small-white {
    font-size: 13px;
    margin: 20px 0 0 20px; }
  .-blue > .small-white {
    color: #fff; }

.-ext {
  margin: 0 0 0 25px !important; }

.terms-text {
  font-family: "canada-type-gibson", sans-serif;
  margin: -18px 0 0 25px; }
  .terms-text-ext {
    font-family: "canada-type-gibson", sans-serif;
    margin: -18px 0 0 35px; }

.flex-down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.flex-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.flex-around {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.flex-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.token-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .token-wrapper > * {
    margin: 15px; }
  @media screen and (max-width: 768px) {
    .token-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .token-wrapper > .tokens-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .token-wrapper > .tokens-button > * {
      margin-bottom: 20px; }

.convert {
  padding: 5px;
  background: #252e48;
  border: 0;
  outline: 0;
  border-radius: 3px;
  color: #FECA49;
  height: 35px;
  font-family: "canada-type-gibson", sans-serif;
  font-size: 14px; }

.method > .item-method {
  padding: 1em;
  background: #2e3959;
  margin-bottom: 15px;
  border-radius: 3px;
  font-size: 13px;
  cursor: pointer; }

.tokens {
  position: relative; }
  .tokens > .circle, .tokens > .totals, .tokens > .changeTotals {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 70px;
    height: 70px;
    border: 1px solid #FECA49;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    margin: 15px;
    background: transparent;
    -webkit-appearance: textfield;
       -moz-appearance: textfield;
            appearance: textfield; }
  .tokens > .plus, .tokens > .minus {
    background: #2e3959;
    padding: .5em;
    -ms-flex-item-align: center;
        align-self: center;
    color: #FECA49;
    font-size: 20px;
    cursor: pointer; }
  .tokens > .totals, .tokens > .changeTotals {
    background: transparent;
    font-size: 16px;
    padding: 1em;
    border-radius: 3px;
    width: auto;
    height: auto;
    -webkit-appearance: textfield;
       -moz-appearance: textfield;
            appearance: textfield; }
  .tokens > .dollar {
    position: absolute;
    left: 35px;
    font-family: "canada-type-gibson", sans-serif;
    color: #FECA49;
    top: 16px; }
  .tokens > .head {
    position: absolute;
    top: -20px;
    left: 50px;
    padding: .5em;
    background: #3f4e7b; }
  .tokens > .notes {
    max-width: 450px;
    margin: 0 auto;
    font-size: 13px; }

.currency-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .currency-option * > {
    margin-bottom: 15px; }

.boxforgotpw {
  padding: 30px; }
  @media screen and (max-width: 624px) {
    .boxforgotpw {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .boxforgotpw .boxform {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 400px; }
    @media screen and (max-width: 624px) {
      .boxforgotpw .boxform {
        width: 100%; } }
    .boxforgotpw .boxform span {
      font-family: "canada-type-gibson", "canada-type-gibson", sans-serif;
      margin-bottom: 15px; }
    .boxforgotpw .boxform .control {
      margin-top: 15px; }
      .boxforgotpw .boxform .control input {
        width: 100%;
        margin-bottom: 15px; }
    .boxforgotpw .boxform button {
      margin-top: 20px;
      margin-bottom: 20px; }

.boxforgotpw .boxcircle {
  text-align: center;
  margin-bottom: 10px; }
  .boxforgotpw .boxcircle i {
    color: #FECA49;
    text-align: center; }

.boxforgotpw .boxemail {
  margin-top: 20px;
  max-width: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 624px) {
    .boxforgotpw .boxemail {
      width: 100%; } }
  .boxforgotpw .boxemail span {
    font-family: "canada-type-gibson", "canada-type-gibson", sans-serif;
    width: 100%;
    text-align: center; }

.user-certificate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .user-certificate > * {
    margin: 15px; }

.modal-certificate {
  display: none;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  background: rgba(11, 14, 22, 0.7);
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.profile-certificate {
  max-width: 500px;
  margin: 0 auto;
  position: relative; }
  .profile-certificate > .certificate {
    max-width: 500px; }
    @media screen and (max-width: 624px) {
      .profile-certificate > .certificate {
        max-width: 300px; } }
  .profile-certificate > .profile {
    position: absolute;
    top: 150px;
    right: 40px;
    width: 40px;
    height: 40px;
    border: 1px solid gray;
    border-radius: 50%; }
    @media screen and (max-width: 624px) {
      .profile-certificate > .profile {
        top: 75px;
        right: 20px;
        width: 40px;
        height: 40px; } }
  .profile-certificate > .name {
    position: absolute;
    top: 183px;
    left: 100px;
    font-size: 32px;
    font-family: "canada-type-gibson", sans-serif; }
    @media screen and (max-width: 624px) {
      .profile-certificate > .name {
        font-size: 20px;
        top: 110px;
        left: 70px;
        margin: auto; } }

.certif-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .certif-wrapper > * {
    margin: 10px; }

.items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .items > * {
    margin-bottom: 20px; }
  .items > .circle-image > .image {
    max-width: 60px; }
  .items > .button {
    border: 1px solid #49C5FE;
    padding: 0.5em 0.75em;
    border-radius: 50px;
    font-size: 14px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    cursor: pointer;
    color: #49C5FE;
    background: transparent; }
    .items > .button:hover {
      color: #fff; }
    .items > .button:hover {
      background: #49C5FE; }
  .items > .disabled {
    color: gray !important;
    cursor: not-allowed !important;
    border: 1px solid gray !important;
    pointer-events: none !important; }
    .items > .disabled:hover {
      background-color: transparent !important; }

.browser-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px; }

.nosupport {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px; }
  .nosupport > * {
    margin: 15px; }

.support-note {
  text-align: center; }
  .support-note .medium {
    font-size: 24px;
    font-family: "canada-type-gibson", sans-serif;
    color: #FECA49;
    margin-bottom: 20px; }

.nosupports-option > * {
  margin: 15px; }

.nosupports-option > a {
  cursor: pointer; }
  .nosupports-option > a > img {
    max-height: 200px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    -webkit-filter: grayscale(90%);
            filter: grayscale(90%); }
    .nosupports-option > a > img:hover {
      -webkit-filter: grayscale(0%);
              filter: grayscale(0%); }
    @media screen and (max-width: 768px) {
      .nosupports-option > a > img {
        max-height: 120px; } }

.system-content > * {
  margin-bottom: 15px; }

.system-content > .image {
  width: 100%;
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  padding: 1em; }

.neo-divide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1em; }
  @media screen and (max-width: 500px) {
    .neo-divide {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .neo-divide > * {
    margin-bottom: 15px; }
  .neo-divide > .image {
    width: 100%;
    height: 300px;
    background-image: url("../../assets/img/forneosystem/macLive.png");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-border-image: none;
         -o-border-image: none;
            border-image: none; }
  .neo-divide > .left {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center; }
    .neo-divide > .left .image {
      max-width: 320px;
      min-width: 300px; }
  .neo-divide > .right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 280px; }

.notification {
  margin-bottom: 15px;
  min-width: 70%; }
  .notification > .success, .notification > .failed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1em;
    border-radius: 4px;
    background: #26B2A1;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    color: #fff;
    font-family: "canada-type-gibson", sans-serif; }
    .notification > .success > .close, .notification > .failed > .close {
      line-height: unset; }
  .notification > .failed {
    background: #d83636; }

.video-grid,
.video-page {
  max-width: 900px;
  padding: 0; }

ul.video-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

li.video {
  position: relative;
  overflow: hidden;
  list-style-type: none;
  width: -webkit-calc(100% / 2 - 0.4em);
  width: calc(100% / 2 - 0.4em);
  border: solid 0.2em transparent; }
  @media screen and (max-width: 624px) {
    li.video {
      width: 100% !important; } }
  li.video a {
    outline: none; }
  li.video:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: background-color .15s;
    transition: background-color .15s; }
  li.video figure {
    display: block;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    li.video figure img {
      display: block;
      max-width: 100%;
      height: auto;
      opacity: 0;
      -webkit-transform: scale(0.5);
          -ms-transform: scale(0.5);
              transform: scale(0.5);
      -webkit-transition: all .20s;
      transition: all .20s; }
    li.video figure figcaption {
      position: absolute;
      bottom: 0;
      width: 100%;
      background: rgba(0, 0, 0, 0.8);
      color: #fff;
      font-size: 1em;
      padding: 1rem;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
      -webkit-transition: all .20s;
      transition: all .20s; }
  li.video:hover figure img {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }
  li.video:hover figure figcaption {
    opacity: 0;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%); }
  li.video:hover:before {
    background-color: rgba(0, 0, 0, 0.3); }

label#language-label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(28, 35, 56, 0.5);
  padding: 10px 15px;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.24);
          box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.24);
  border-radius: 3px; }
  label#language-label:hover,
  label#language-label :active,
  label#language-label :visited {
    color: white; }
  label#language-label > * {
    margin-right: 5px; }
  label#language-label i.flag {
    width: 25px; }
  label#language-label:after {
    content: "";
    position: relative;
    display: block;
    right: -5px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 6px solid #FECA49;
    border-bottom: 0 solid #FECA49;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    -webkit-transition: border-bottom 0.1s, border-top 0.1s 0.1s;
    transition: border-bottom 0.1s, border-top 0.1s 0.1s; }
    @media screen and (max-width: 624px) {
      label#language-label:after {
        right: 0px; } }

input:checked ~ label#language-label:after {
  border-top: 0 solid #FECA49;
  border-bottom: 6px solid #FECA49;
  -webkit-transition: border-top 0.1s, border-bottom 0.1s 0.1s;
  transition: border-top 0.1s, border-bottom 0.1s 0.1s; }

input:checked ~ ul.submenu {
  max-height: 800px;
  -webkit-transition: max-height 0.5s ease-in;
  transition: max-height 0.5s ease-in;
  z-index: 300; }

input.language {
  display: none !important; }

ul.submenu {
  max-height: 0;
  padding: 0;
  overflow: hidden;
  list-style-type: none;
  background: transparent;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  -webkit-transition: max-height 0.5s ease-out;
  transition: max-height 0.5s ease-out;
  position: absolute;
  background: white;
  margin-top: 5px;
  border-radius: 3px; }

ul.submenu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  padding: 10px 15px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s; }
  ul.submenu li a:hover {
    background: #f3f3f3; }

@-webkit-keyframes "placeHolderShimmer" {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }

@keyframes "placeHolderShimmer" {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }

.card-wrap {
  margin: 30px;
  padding: 30px;
  background: RGBA(0, 0, 0, 0.1);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.card-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px; }
  .card-cell:last-child {
    margin-bottom: 0px; }

.animated-background {
  -webkit-animation-duration: 1.25s;
          animation-duration: 1.25s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
          animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  background: #474b99;
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, #3c426c), color-stop(18%, RGBA(0, 0, 0, 0.1)), color-stop(33%, #3c426c));
  background: -webkit-linear-gradient(left, #3c426c 8%, RGBA(0, 0, 0, 0.1) 18%, #3c426c 33%);
  background: linear-gradient(to right, #3c426c 8%, RGBA(0, 0, 0, 0.1) 18%, #3c426c 33%);
  background-size: 800px 104px;
  height: 96px;
  position: relative; }

.image-card {
  -webkit-animation-duration: 1.25s;
          animation-duration: 1.25s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
          animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  background: #474b99;
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, #3c426c), color-stop(18%, RGBA(71, 75, 153, 0.7)), color-stop(33%, #3c426c));
  background: -webkit-linear-gradient(left, #3c426c 8%, RGBA(71, 75, 153, 0.7) 18%, #3c426c 33%);
  background: linear-gradient(to right, #3c426c 8%, RGBA(71, 75, 153, 0.7) 18%, #3c426c 33%);
  background-size: 800px 104px;
  height: 96px;
  position: relative;
  height: 60px;
  width: 60px; }

.text-line {
  -webkit-animation-duration: 1.25s;
          animation-duration: 1.25s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
          animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  background: #474b99;
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, #3c426c), color-stop(18%, RGBA(71, 75, 153, 0.7)), color-stop(33%, #3c426c));
  background: -webkit-linear-gradient(left, #3c426c 8%, RGBA(71, 75, 153, 0.7) 18%, #3c426c 33%);
  background: linear-gradient(to right, #3c426c 8%, RGBA(71, 75, 153, 0.7) 18%, #3c426c 33%);
  background-size: 800px 104px;
  height: 96px;
  position: relative;
  height: 10px;
  width: 230px;
  margin: 4px 0; }
  @media screen and (max-width: 500px) {
    .text-line {
      width: 120px; } }

.text {
  margin-left: 20px; }

.WrapCell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.flexy-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (max-width: 620px) {
    .flexy-content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.f {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .f__button {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

.jfe {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.jfs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.jsa {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.jsb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.jc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.ac {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center; }

.as {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start; }

.fc {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.nw {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.w {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.al-f {
  -ms-flex-item-align: start;
      align-self: flex-start; }

.al-c {
  -ms-flex-item-align: center;
      align-self: center; }

.al-e {
  -ms-flex-item-align: end;
      align-self: flex-end; }

.fr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

/**
 * Utility styles
 */
.inliner {
  display: inline-block;
  vertical-align: middle; }
  .inliner + .inlined {
    display: inline-block;
    vertical-align: middle; }

/**
 * Component styles
 */
.pmr {
  margin: 40px auto 40px;
  padding: 80px 60px;
  counter-reset: point; }
  .pmr .tr {
    position: relative;
    height: 4px;
    background: #ddd; }
  .pmr .progress {
    -webkit-transition: width 1s;
    transition: width 1s;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 4px;
    background: #2b89b9; }
  .pmr .pr-p {
    position: relative;
    margin: -14px 0 0;
    padding: 0;
    list-style: none; }
    .pmr .pr-p .progress-point:nth-child(1) {
      left: 0%; }
    .pmr .pr-p .progress-point:nth-child(2) {
      left: 16.66%; }
    .pmr .pr-p .progress-point:nth-child(3) {
      left: 33.33%; }
    .pmr .pr-p .progress-point:nth-child(4) {
      left: 50%; }
    .pmr .pr-p .progress-point:nth-child(5) {
      left: 66.66%; }
    .pmr .pr-p .progress-point:nth-child(6) {
      left: 83.33%; }
    .pmr .pr-p .progress-point:nth-child(7) {
      left: 100%; }
  .pmr .progress-point {
    -webkit-transition: color 1s;
    transition: color 1s;
    position: absolute;
    display: block;
    width: 100px;
    height: 60px;
    margin-left: -50px;
    text-align: center;
    cursor: pointer;
    color: #ddd; }
    .pmr .progress-point.completed, .pmr .progress-point.active {
      color: dimgray; }
    .pmr .progress-point.completed:before {
      border-color: #777;
      background-color: #777; }
    .pmr .progress-point.active:before {
      -webkit-transition-delay: 1s;
      transition-delay: 1s;
      border-color: #777; }
    .pmr .progress-point .label:before {
      counter-increment: point;
      content: counter(point) ". ";
      /* Display the counter */ }

@media screen and (max-width: 460px) {
  .pmr {
    margin: 5px auto -15px;
    padding: 90px 20px; } }

/*
 * Demo controls
 */
.controls {
  text-align: center;
  font-size: 12px; }

.trigger {
  border-radius: 3px;
  padding: 8px 8px;
  border: none;
  font: 14px inherit;
  text-shadow: 0px 1px 1px rgba(251, 251, 251, 0.75);
  color: #626262;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JiYmJiYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzk1OTU5NSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #bbbbbb), color-stop(100%, blue));
  background-image: -webkit-linear-gradient(#bbbbbb, #959595);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#bbbbbb), to(#959595));
  background-image: linear-gradient(#bbbbbb, #959595); }

#label0,
#label1,
#label2,
#label3,
#label4,
#label5,
#label6 {
  margin-top: -10px;
  margin-bottom: 0px;
  height: 45px;
  width: 100%; }

.before {
  opacity: 1; }

.active {
  opacity: 1; }

#userhere,
#goalhere {
  height: 80px;
  margin-top: -95px; }

@media screen and (max-width: 760px) {
  .pmr .progress-point {
    width: 40px;
    height: 0;
    margin-left: -19px; }
  #label0 {
    content: url("../../media/img/start.svg");
    margin-top: 0;
    height: 30px;
    width: 100%; }
  #label1 {
    content: url("../../media/img/A1.svg");
    margin-top: 0;
    height: 30px;
    width: 100%; }
  #label2 {
    content: url("../../media/img/A2.svg");
    margin-top: 0;
    height: 30px;
    width: 100%; }
  #label3 {
    content: url("../../media/img/B1.svg");
    margin-top: 0;
    height: 30px;
    width: 100%; }
  #label4 {
    content: url("../../media/img/B2.svg");
    margin-top: 0;
    height: 30px;
    width: 100%; }
  #label5 {
    content: url("../../media/img/C1.svg");
    margin-top: 0;
    height: 30px;
    width: 100%; }
  #label6 {
    content: url("../../media/img/C2.svg");
    margin-top: 0;
    height: 30px;
    width: 100%; }
  #goalhere {
    content: url("../../media/img/GOAL.svg");
    height: 50px;
    position: inherit;
    margin-top: -65px;
    margin-left: 0px; }
  #userhere {
    content: url("../../media/img/HERE.svg");
    height: 50px;
    position: inherit;
    margin-top: -65px;
    margin-left: 0px; } }

.tooltip-inner {
  max-width: 100px !important;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.imgpp {
  position: relative; }

.tooltip {
  display: inline-block !important; }

#label23 {
  content: url(popover-dyned.svg);
  margin-top: -5px;
  display: block;
  text-align: center;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation: grow 2s cubic-bezier(0, 1.44, 1, -0.34);
          animation: grow 2s cubic-bezier(0, 1.44, 1, -0.34); }

@keyframes grow {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes grow {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.circo {
  -webkit-transition: all cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.2s;
  transition: all cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.2s; }
  .circo.act {
    top: -17px;
    left: 20px;
    /* bottom: 300px; */
    position: absolute;
    width: 60px !important;
    height: 60px;
    border-radius: 100px;
    border: 4px solid #49C5FE;
    z-index: 30;
    opacity: 1; }
    @media only screen and (max-width: 40em) {
      .circo.act {
        width: 35px !important;
        height: 35px;
        top: -6px;
        left: -1px; } }
    @media screen and (max-width: 760px) {
      .circo.act {
        width: 40px !important;
        height: 40px;
        top: -9px;
        left: -3px; } }

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