/*Games*/
.quoridor .bg, .quoridor.bg {
  background-color: #e31e27;
  /*Only for Buttons*/
  /*&.btn {
            border-color: $color;

            &:hover {
                background-color: darken($color, 15%);
                border-color: darken($color, 15%);
            }
        }*/ }
  .quoridor .bg.faded, .quoridor.bg.faded {
    -moz-transition: background-color 700ms ease-out;
    -o-transition: background-color 700ms ease-out;
    -webkit-transition: background-color 700ms ease-out;
    transition: background-color 700ms ease-out; }
  .quoridor .bg.disabled, .quoridor.bg.disabled {
    background-color: #6a1f28; }

.quoridor .color, .quoridor.color {
  color: #e31e27; }
  .quoridor .color.disabled, .quoridor.color.disabled {
    color: #6a1f28; }

.quoridor .stroke, .quoridor.stroke {
  stroke: #e31e27; }
  .quoridor .stroke.disabled, .quoridor.stroke.disabled {
    stroke: #6a1f28; }

.quoridor .fill, .quoridor.fill {
  fill: #e31e27; }
  .quoridor .fill.disabled, .quoridor.fill.disabled {
    fill: #6a1f28; }

.tactico .bg, .tactico.bg,
.talent .bg,
.talent.bg,
.twoflags .bg,
.twoflags.bg {
  background-color: #F99F1C;
  /*Only for Buttons*/
  /*&.btn {
            border-color: $color;

            &:hover {
                background-color: darken($color, 15%);
                border-color: darken($color, 15%);
            }
        }*/ }
  .tactico .bg.faded, .tactico.bg.faded,
  .talent .bg.faded,
  .talent.bg.faded,
  .twoflags .bg.faded,
  .twoflags.bg.faded {
    -moz-transition: background-color 700ms ease-out;
    -o-transition: background-color 700ms ease-out;
    -webkit-transition: background-color 700ms ease-out;
    transition: background-color 700ms ease-out; }
  .tactico .bg.disabled, .tactico.bg.disabled,
  .talent .bg.disabled,
  .talent.bg.disabled,
  .twoflags .bg.disabled,
  .twoflags.bg.disabled {
    background-color: #735323; }

.tactico .color, .tactico.color,
.talent .color,
.talent.color,
.twoflags .color,
.twoflags.color {
  color: #F99F1C; }
  .tactico .color.disabled, .tactico.color.disabled,
  .talent .color.disabled,
  .talent.color.disabled,
  .twoflags .color.disabled,
  .twoflags.color.disabled {
    color: #735323; }

.tactico .stroke, .tactico.stroke,
.talent .stroke,
.talent.stroke,
.twoflags .stroke,
.twoflags.stroke {
  stroke: #F99F1C; }
  .tactico .stroke.disabled, .tactico.stroke.disabled,
  .talent .stroke.disabled,
  .talent.stroke.disabled,
  .twoflags .stroke.disabled,
  .twoflags.stroke.disabled {
    stroke: #735323; }

.tactico .fill, .tactico.fill,
.talent .fill,
.talent.fill,
.twoflags .fill,
.twoflags.fill {
  fill: #F99F1C; }
  .tactico .fill.disabled, .tactico.fill.disabled,
  .talent .fill.disabled,
  .talent.fill.disabled,
  .twoflags .fill.disabled,
  .twoflags.fill.disabled {
    fill: #735323; }

.moveit .bg, .moveit.bg {
  background-color: #79C044;
  /*Only for Buttons*/
  /*&.btn {
            border-color: $color;

            &:hover {
                background-color: darken($color, 15%);
                border-color: darken($color, 15%);
            }
        }*/ }
  .moveit .bg.faded, .moveit.bg.faded {
    -moz-transition: background-color 700ms ease-out;
    -o-transition: background-color 700ms ease-out;
    -webkit-transition: background-color 700ms ease-out;
    transition: background-color 700ms ease-out; }
  .moveit .bg.disabled, .moveit.bg.disabled {
    background-color: #406033; }

.moveit .color, .moveit.color {
  color: #79C044; }
  .moveit .color.disabled, .moveit.color.disabled {
    color: #406033; }

.moveit .stroke, .moveit.stroke {
  stroke: #79C044; }
  .moveit .stroke.disabled, .moveit.stroke.disabled {
    stroke: #406033; }

.moveit .fill, .moveit.fill {
  fill: #79C044; }
  .moveit .fill.disabled, .moveit.fill.disabled {
    fill: #406033; }

.pingwins .bg, .pingwins.bg {
  background-color: #0F5DA5;
  /*Only for Buttons*/
  /*&.btn {
            border-color: $color;

            &:hover {
                background-color: darken($color, 15%);
                border-color: darken($color, 15%);
            }
        }*/ }
  .pingwins .bg.faded, .pingwins.bg.faded {
    -moz-transition: background-color 700ms ease-out;
    -o-transition: background-color 700ms ease-out;
    -webkit-transition: background-color 700ms ease-out;
    transition: background-color 700ms ease-out; }
  .pingwins .bg.disabled, .pingwins.bg.disabled {
    background-color: #16385a; }

.pingwins .color, .pingwins.color {
  color: #0F5DA5; }
  .pingwins .color.disabled, .pingwins.color.disabled {
    color: #16385a; }

.pingwins .stroke, .pingwins.stroke {
  stroke: #0F5DA5; }
  .pingwins .stroke.disabled, .pingwins.stroke.disabled {
    stroke: #16385a; }

.pingwins .fill, .pingwins.fill {
  fill: #0F5DA5; }
  .pingwins .fill.disabled, .pingwins.fill.disabled {
    fill: #16385a; }

.score .bg, .score.bg {
  background-color: #783f84;
  /*Only for Buttons*/
  /*&.btn {
            border-color: $color;

            &:hover {
                background-color: darken($color, 15%);
                border-color: darken($color, 15%);
            }
        }*/ }
  .score .bg.faded, .score.bg.faded {
    -moz-transition: background-color 700ms ease-out;
    -o-transition: background-color 700ms ease-out;
    -webkit-transition: background-color 700ms ease-out;
    transition: background-color 700ms ease-out; }
  .score .bg.disabled, .score.bg.disabled {
    background-color: #402c4d; }

.score .color, .score.color {
  color: #783f84; }
  .score .color.disabled, .score.color.disabled {
    color: #402c4d; }

.score .stroke, .score.stroke {
  stroke: #783f84; }
  .score .stroke.disabled, .score.stroke.disabled {
    stroke: #402c4d; }

.score .fill, .score.fill {
  fill: #783f84; }
  .score .fill.disabled, .score.fill.disabled {
    fill: #402c4d; }

.accelium-score .bg, .accelium-score.bg,
.accelium-score-410 .bg,
.accelium-score-410.bg {
  background-color: #FFD800;
  /*Only for Buttons*/
  /*&.btn {
            border-color: $color;

            &:hover {
                background-color: darken($color, 15%);
                border-color: darken($color, 15%);
            }
        }*/ }
  .accelium-score .bg.faded, .accelium-score.bg.faded,
  .accelium-score-410 .bg.faded,
  .accelium-score-410.bg.faded {
    -moz-transition: background-color 700ms ease-out;
    -o-transition: background-color 700ms ease-out;
    -webkit-transition: background-color 700ms ease-out;
    transition: background-color 700ms ease-out; }
  .accelium-score .bg.disabled, .accelium-score.bg.disabled,
  .accelium-score-410 .bg.disabled,
  .accelium-score-410.bg.disabled {
    background-color: #766a18; }

.accelium-score .color, .accelium-score.color,
.accelium-score-410 .color,
.accelium-score-410.color {
  color: #FFD800; }
  .accelium-score .color.disabled, .accelium-score.color.disabled,
  .accelium-score-410 .color.disabled,
  .accelium-score-410.color.disabled {
    color: #766a18; }

.accelium-score .stroke, .accelium-score.stroke,
.accelium-score-410 .stroke,
.accelium-score-410.stroke {
  stroke: #FFD800; }
  .accelium-score .stroke.disabled, .accelium-score.stroke.disabled,
  .accelium-score-410 .stroke.disabled,
  .accelium-score-410.stroke.disabled {
    stroke: #766a18; }

.accelium-score .fill, .accelium-score.fill,
.accelium-score-410 .fill,
.accelium-score-410.fill {
  fill: #FFD800; }
  .accelium-score .fill.disabled, .accelium-score.fill.disabled,
  .accelium-score-410 .fill.disabled,
  .accelium-score-410.fill.disabled {
    fill: #766a18; }

.accelium-score-2 .bg, .accelium-score-2.bg {
  background-color: #B07CC6;
  /*Only for Buttons*/
  /*&.btn {
            border-color: $color;

            &:hover {
                background-color: darken($color, 15%);
                border-color: darken($color, 15%);
            }
        }*/ }
  .accelium-score-2 .bg.faded, .accelium-score-2.bg.faded {
    -moz-transition: background-color 700ms ease-out;
    -o-transition: background-color 700ms ease-out;
    -webkit-transition: background-color 700ms ease-out;
    transition: background-color 700ms ease-out; }
  .accelium-score-2 .bg.disabled, .accelium-score-2.bg.disabled {
    background-color: #564567; }

.accelium-score-2 .color, .accelium-score-2.color {
  color: #B07CC6; }
  .accelium-score-2 .color.disabled, .accelium-score-2.color.disabled {
    color: #564567; }

.accelium-score-2 .stroke, .accelium-score-2.stroke {
  stroke: #B07CC6; }
  .accelium-score-2 .stroke.disabled, .accelium-score-2.stroke.disabled {
    stroke: #564567; }

.accelium-score-2 .fill, .accelium-score-2.fill {
  fill: #B07CC6; }
  .accelium-score-2 .fill.disabled, .accelium-score-2.fill.disabled {
    fill: #564567; }

/*Lessons*/
.basics .bg, .basics.bg,
.parta .bg,
.parta.bg,
.part1 .bg,
.part1.bg {
  background-color: #E31E27;
  /*Only for Buttons*/
  /*&.btn {
            border-color: $color;

            &:hover {
                background-color: darken($color, 15%);
                border-color: darken($color, 15%);
            }
        }*/ }
  .basics .bg.faded, .basics.bg.faded,
  .parta .bg.faded,
  .parta.bg.faded,
  .part1 .bg.faded,
  .part1.bg.faded {
    -moz-transition: background-color 700ms ease-out;
    -o-transition: background-color 700ms ease-out;
    -webkit-transition: background-color 700ms ease-out;
    transition: background-color 700ms ease-out; }
  .basics .bg.disabled, .basics.bg.disabled,
  .parta .bg.disabled,
  .parta.bg.disabled,
  .part1 .bg.disabled,
  .part1.bg.disabled {
    background-color: #6a1f28; }

.basics .color, .basics.color,
.parta .color,
.parta.color,
.part1 .color,
.part1.color {
  color: #E31E27; }
  .basics .color.disabled, .basics.color.disabled,
  .parta .color.disabled,
  .parta.color.disabled,
  .part1 .color.disabled,
  .part1.color.disabled {
    color: #6a1f28; }

.basics .stroke, .basics.stroke,
.parta .stroke,
.parta.stroke,
.part1 .stroke,
.part1.stroke {
  stroke: #E31E27; }
  .basics .stroke.disabled, .basics.stroke.disabled,
  .parta .stroke.disabled,
  .parta.stroke.disabled,
  .part1 .stroke.disabled,
  .part1.stroke.disabled {
    stroke: #6a1f28; }

.basics .fill, .basics.fill,
.parta .fill,
.parta.fill,
.part1 .fill,
.part1.fill {
  fill: #E31E27; }
  .basics .fill.disabled, .basics.fill.disabled,
  .parta .fill.disabled,
  .parta.fill.disabled,
  .part1 .fill.disabled,
  .part1.fill.disabled {
    fill: #6a1f28; }

.basics .bg.btn, .basics.bg.btn,
.parta .bg.btn,
.parta.bg.btn,
.part1 .bg.btn,
.part1.bg.btn {
  background-color: #E31E27;
  border-color: #E31E27; }
  .basics .bg.btn:hover, .basics.bg.btn:hover,
  .parta .bg.btn:hover,
  .parta.bg.btn:hover,
  .part1 .bg.btn:hover,
  .part1.bg.btn:hover {
    background-color: #a1141a;
    border-color: #a1141a; }

.my-funnel.performance .bg, .my-funnel.performance.bg, .my-funnel.prioritization-edu .bg, .my-funnel.prioritization-edu.bg, .my-funnel.planning-edu-c2 .bg, .my-funnel.planning-edu-c2.bg {
  background-color: #E31E27; }
  .my-funnel.performance .bg.faded, .my-funnel.performance.bg.faded, .my-funnel.prioritization-edu .bg.faded, .my-funnel.prioritization-edu.bg.faded, .my-funnel.planning-edu-c2 .bg.faded, .my-funnel.planning-edu-c2.bg.faded {
    -moz-transition: background-color 700ms ease-out;
    -o-transition: background-color 700ms ease-out;
    -webkit-transition: background-color 700ms ease-out;
    transition: background-color 700ms ease-out; }
  .my-funnel.performance .bg.disabled, .my-funnel.performance.bg.disabled, .my-funnel.prioritization-edu .bg.disabled, .my-funnel.prioritization-edu.bg.disabled, .my-funnel.planning-edu-c2 .bg.disabled, .my-funnel.planning-edu-c2.bg.disabled {
    background-color: #6a1f28; }

.my-funnel.performance .arrow-left, .my-funnel.prioritization-edu .arrow-left, .my-funnel.planning-edu-c2 .arrow-left {
  border-right-color: #E31E27; }
  .my-funnel.performance .arrow-left.disabled, .my-funnel.prioritization-edu .arrow-left.disabled, .my-funnel.planning-edu-c2 .arrow-left.disabled {
    border-right-color: #6a1f28; }

.my-funnel.performance .arrow-right, .my-funnel.prioritization-edu .arrow-right, .my-funnel.planning-edu-c2 .arrow-right {
  border-left-color: #E31E27; }
  .my-funnel.performance .arrow-right.disabled, .my-funnel.prioritization-edu .arrow-right.disabled, .my-funnel.planning-edu-c2 .arrow-right.disabled {
    border-left-color: #6a1f28; }

.my-funnel.performance .arrow-down, .my-funnel.prioritization-edu .arrow-down, .my-funnel.planning-edu-c2 .arrow-down {
  border-top-color: #E31E27; }
  .my-funnel.performance .arrow-down.disabled, .my-funnel.prioritization-edu .arrow-down.disabled, .my-funnel.planning-edu-c2 .arrow-down.disabled {
    border-top-color: #6a1f28; }

.my-funnel.performance .arrow-up, .my-funnel.prioritization-edu .arrow-up, .my-funnel.planning-edu-c2 .arrow-up {
  border-bottom-color: #E31E27; }
  .my-funnel.performance .arrow-up.disabled, .my-funnel.prioritization-edu .arrow-up.disabled, .my-funnel.planning-edu-c2 .arrow-up.disabled {
    border-bottom-color: #6a1f28; }

.talent191 .bg, .talent191.bg {
  background-color: #F99F1C;
  /*Only for Buttons*/
  /*&.btn {
            border-color: $color;

            &:hover {
                background-color: darken($color, 15%);
                border-color: darken($color, 15%);
            }
        }*/ }
  .talent191 .bg.faded, .talent191.bg.faded {
    -moz-transition: background-color 700ms ease-out;
    -o-transition: background-color 700ms ease-out;
    -webkit-transition: background-color 700ms ease-out;
    transition: background-color 700ms ease-out; }
  .talent191 .bg.disabled, .talent191.bg.disabled {
    background-color: #735323; }

.talent191 .color, .talent191.color {
  color: #F99F1C; }
  .talent191 .color.disabled, .talent191.color.disabled {
    color: #735323; }

.talent191 .stroke, .talent191.stroke {
  stroke: #F99F1C; }
  .talent191 .stroke.disabled, .talent191.stroke.disabled {
    stroke: #735323; }

.talent191 .fill, .talent191.fill {
  fill: #F99F1C; }
  .talent191 .fill.disabled, .talent191.fill.disabled {
    fill: #735323; }

.talent191 .bg.btn, .talent191.bg.btn {
  background-color: #F99F1C;
  border-color: #F99F1C; }
  .talent191 .bg.btn:hover, .talent191.bg.btn:hover {
    background-color: #c37605;
    border-color: #c37605; }

.a4 .bg, .a4.bg,
.strategy .bg,
.strategy.bg,
.moveit-tutorial .bg,
.moveit-tutorial.bg,
.pingwins-tutorial .bg,
.pingwins-tutorial.bg,
.partb .bg,
.partb.bg,
.part2 .bg,
.part2.bg {
  background-color: #F99F1C;
  /*Only for Buttons*/
  /*&.btn {
            border-color: $color;

            &:hover {
                background-color: darken($color, 15%);
                border-color: darken($color, 15%);
            }
        }*/ }
  .a4 .bg.faded, .a4.bg.faded,
  .strategy .bg.faded,
  .strategy.bg.faded,
  .moveit-tutorial .bg.faded,
  .moveit-tutorial.bg.faded,
  .pingwins-tutorial .bg.faded,
  .pingwins-tutorial.bg.faded,
  .partb .bg.faded,
  .partb.bg.faded,
  .part2 .bg.faded,
  .part2.bg.faded {
    -moz-transition: background-color 700ms ease-out;
    -o-transition: background-color 700ms ease-out;
    -webkit-transition: background-color 700ms ease-out;
    transition: background-color 700ms ease-out; }
  .a4 .bg.disabled, .a4.bg.disabled,
  .strategy .bg.disabled,
  .strategy.bg.disabled,
  .moveit-tutorial .bg.disabled,
  .moveit-tutorial.bg.disabled,
  .pingwins-tutorial .bg.disabled,
  .pingwins-tutorial.bg.disabled,
  .partb .bg.disabled,
  .partb.bg.disabled,
  .part2 .bg.disabled,
  .part2.bg.disabled {
    background-color: #735323; }

.a4 .color, .a4.color,
.strategy .color,
.strategy.color,
.moveit-tutorial .color,
.moveit-tutorial.color,
.pingwins-tutorial .color,
.pingwins-tutorial.color,
.partb .color,
.partb.color,
.part2 .color,
.part2.color {
  color: #F99F1C; }
  .a4 .color.disabled, .a4.color.disabled,
  .strategy .color.disabled,
  .strategy.color.disabled,
  .moveit-tutorial .color.disabled,
  .moveit-tutorial.color.disabled,
  .pingwins-tutorial .color.disabled,
  .pingwins-tutorial.color.disabled,
  .partb .color.disabled,
  .partb.color.disabled,
  .part2 .color.disabled,
  .part2.color.disabled {
    color: #735323; }

.a4 .stroke, .a4.stroke,
.strategy .stroke,
.strategy.stroke,
.moveit-tutorial .stroke,
.moveit-tutorial.stroke,
.pingwins-tutorial .stroke,
.pingwins-tutorial.stroke,
.partb .stroke,
.partb.stroke,
.part2 .stroke,
.part2.stroke {
  stroke: #F99F1C; }
  .a4 .stroke.disabled, .a4.stroke.disabled,
  .strategy .stroke.disabled,
  .strategy.stroke.disabled,
  .moveit-tutorial .stroke.disabled,
  .moveit-tutorial.stroke.disabled,
  .pingwins-tutorial .stroke.disabled,
  .pingwins-tutorial.stroke.disabled,
  .partb .stroke.disabled,
  .partb.stroke.disabled,
  .part2 .stroke.disabled,
  .part2.stroke.disabled {
    stroke: #735323; }

.a4 .fill, .a4.fill,
.strategy .fill,
.strategy.fill,
.moveit-tutorial .fill,
.moveit-tutorial.fill,
.pingwins-tutorial .fill,
.pingwins-tutorial.fill,
.partb .fill,
.partb.fill,
.part2 .fill,
.part2.fill {
  fill: #F99F1C; }
  .a4 .fill.disabled, .a4.fill.disabled,
  .strategy .fill.disabled,
  .strategy.fill.disabled,
  .moveit-tutorial .fill.disabled,
  .moveit-tutorial.fill.disabled,
  .pingwins-tutorial .fill.disabled,
  .pingwins-tutorial.fill.disabled,
  .partb .fill.disabled,
  .partb.fill.disabled,
  .part2 .fill.disabled,
  .part2.fill.disabled {
    fill: #735323; }

.a4 .bg.btn, .a4.bg.btn,
.strategy .bg.btn,
.strategy.bg.btn,
.moveit-tutorial .bg.btn,
.moveit-tutorial.bg.btn,
.pingwins-tutorial .bg.btn,
.pingwins-tutorial.bg.btn,
.partb .bg.btn,
.partb.bg.btn,
.part2 .bg.btn,
.part2.bg.btn {
  background-color: #F99F1C;
  border-color: #F99F1C; }
  .a4 .bg.btn:hover, .a4.bg.btn:hover,
  .strategy .bg.btn:hover,
  .strategy.bg.btn:hover,
  .moveit-tutorial .bg.btn:hover,
  .moveit-tutorial.bg.btn:hover,
  .pingwins-tutorial .bg.btn:hover,
  .pingwins-tutorial.bg.btn:hover,
  .partb .bg.btn:hover,
  .partb.bg.btn:hover,
  .part2 .bg.btn:hover,
  .part2.bg.btn:hover {
    background-color: #c37605;
    border-color: #c37605; }

.my-funnel.analyticalAbility .bg, .my-funnel.analyticalAbility.bg, .my-funnel.systemic-vision-edu .bg, .my-funnel.systemic-vision-edu.bg, .my-funnel.prioritization-edu-c2 .bg, .my-funnel.prioritization-edu-c2.bg {
  background-color: #F99F1C; }
  .my-funnel.analyticalAbility .bg.faded, .my-funnel.analyticalAbility.bg.faded, .my-funnel.systemic-vision-edu .bg.faded, .my-funnel.systemic-vision-edu.bg.faded, .my-funnel.prioritization-edu-c2 .bg.faded, .my-funnel.prioritization-edu-c2.bg.faded {
    -moz-transition: background-color 700ms ease-out;
    -o-transition: background-color 700ms ease-out;
    -webkit-transition: background-color 700ms ease-out;
    transition: background-color 700ms ease-out; }
  .my-funnel.analyticalAbility .bg.disabled, .my-funnel.analyticalAbility.bg.disabled, .my-funnel.systemic-vision-edu .bg.disabled, .my-funnel.systemic-vision-edu.bg.disabled, .my-funnel.prioritization-edu-c2 .bg.disabled, .my-funnel.prioritization-edu-c2.bg.disabled {
    background-color: #735323; }

.my-funnel.analyticalAbility .arrow-left, .my-funnel.systemic-vision-edu .arrow-left, .my-funnel.prioritization-edu-c2 .arrow-left {
  border-right-color: #F99F1C; }
  .my-funnel.analyticalAbility .arrow-left.disabled, .my-funnel.systemic-vision-edu .arrow-left.disabled, .my-funnel.prioritization-edu-c2 .arrow-left.disabled {
    border-right-color: #735323; }

.my-funnel.analyticalAbility .arrow-right, .my-funnel.systemic-vision-edu .arrow-right, .my-funnel.prioritization-edu-c2 .arrow-right {
  border-left-color: #F99F1C; }
  .my-funnel.analyticalAbility .arrow-right.disabled, .my-funnel.systemic-vision-edu .arrow-right.disabled, .my-funnel.prioritization-edu-c2 .arrow-right.disabled {
    border-left-color: #735323; }

.my-funnel.analyticalAbility .arrow-down, .my-funnel.systemic-vision-edu .arrow-down, .my-funnel.prioritization-edu-c2 .arrow-down {
  border-top-color: #F99F1C; }
  .my-funnel.analyticalAbility .arrow-down.disabled, .my-funnel.systemic-vision-edu .arrow-down.disabled, .my-funnel.prioritization-edu-c2 .arrow-down.disabled {
    border-top-color: #735323; }

.my-funnel.analyticalAbility .arrow-up, .my-funnel.systemic-vision-edu .arrow-up, .my-funnel.prioritization-edu-c2 .arrow-up {
  border-bottom-color: #F99F1C; }
  .my-funnel.analyticalAbility .arrow-up.disabled, .my-funnel.systemic-vision-edu .arrow-up.disabled, .my-funnel.prioritization-edu-c2 .arrow-up.disabled {
    border-bottom-color: #735323; }

.professional .bg, .professional.bg,
.partc .bg,
.partc.bg,
.part3 .bg,
.part3.bg {
  background-color: #79C044;
  /*Only for Buttons*/
  /*&.btn {
            border-color: $color;

            &:hover {
                background-color: darken($color, 15%);
                border-color: darken($color, 15%);
            }
        }*/ }
  .professional .bg.faded, .professional.bg.faded,
  .partc .bg.faded,
  .partc.bg.faded,
  .part3 .bg.faded,
  .part3.bg.faded {
    -moz-transition: background-color 700ms ease-out;
    -o-transition: background-color 700ms ease-out;
    -webkit-transition: background-color 700ms ease-out;
    transition: background-color 700ms ease-out; }
  .professional .bg.disabled, .professional.bg.disabled,
  .partc .bg.disabled,
  .partc.bg.disabled,
  .part3 .bg.disabled,
  .part3.bg.disabled {
    background-color: #406033; }

.professional .color, .professional.color,
.partc .color,
.partc.color,
.part3 .color,
.part3.color {
  color: #79C044; }
  .professional .color.disabled, .professional.color.disabled,
  .partc .color.disabled,
  .partc.color.disabled,
  .part3 .color.disabled,
  .part3.color.disabled {
    color: #406033; }

.professional .stroke, .professional.stroke,
.partc .stroke,
.partc.stroke,
.part3 .stroke,
.part3.stroke {
  stroke: #79C044; }
  .professional .stroke.disabled, .professional.stroke.disabled,
  .partc .stroke.disabled,
  .partc.stroke.disabled,
  .part3 .stroke.disabled,
  .part3.stroke.disabled {
    stroke: #406033; }

.professional .fill, .professional.fill,
.partc .fill,
.partc.fill,
.part3 .fill,
.part3.fill {
  fill: #79C044; }
  .professional .fill.disabled, .professional.fill.disabled,
  .partc .fill.disabled,
  .partc.fill.disabled,
  .part3 .fill.disabled,
  .part3.fill.disabled {
    fill: #406033; }

.professional .bg.btn, .professional.bg.btn,
.partc .bg.btn,
.partc.bg.btn,
.part3 .bg.btn,
.part3.bg.btn {
  background-color: #79C044;
  border-color: #79C044; }
  .professional .bg.btn:hover, .professional.bg.btn:hover,
  .partc .bg.btn:hover,
  .partc.bg.btn:hover,
  .part3 .bg.btn:hover,
  .part3.bg.btn:hover {
    background-color: #55892e;
    border-color: #55892e; }

.my-funnel.adaptability .bg, .my-funnel.adaptability.bg, .my-funnel.planning-edu .bg, .my-funnel.planning-edu.bg, .my-funnel.timeManagement-edu-c2 .bg, .my-funnel.timeManagement-edu-c2.bg {
  background-color: #79C044; }
  .my-funnel.adaptability .bg.faded, .my-funnel.adaptability.bg.faded, .my-funnel.planning-edu .bg.faded, .my-funnel.planning-edu.bg.faded, .my-funnel.timeManagement-edu-c2 .bg.faded, .my-funnel.timeManagement-edu-c2.bg.faded {
    -moz-transition: background-color 700ms ease-out;
    -o-transition: background-color 700ms ease-out;
    -webkit-transition: background-color 700ms ease-out;
    transition: background-color 700ms ease-out; }
  .my-funnel.adaptability .bg.disabled, .my-funnel.adaptability.bg.disabled, .my-funnel.planning-edu .bg.disabled, .my-funnel.planning-edu.bg.disabled, .my-funnel.timeManagement-edu-c2 .bg.disabled, .my-funnel.timeManagement-edu-c2.bg.disabled {
    background-color: #406033; }

.my-funnel.adaptability .arrow-left, .my-funnel.planning-edu .arrow-left, .my-funnel.timeManagement-edu-c2 .arrow-left {
  border-right-color: #79C044; }
  .my-funnel.adaptability .arrow-left.disabled, .my-funnel.planning-edu .arrow-left.disabled, .my-funnel.timeManagement-edu-c2 .arrow-left.disabled {
    border-right-color: #406033; }

.my-funnel.adaptability .arrow-right, .my-funnel.planning-edu .arrow-right, .my-funnel.timeManagement-edu-c2 .arrow-right {
  border-left-color: #79C044; }
  .my-funnel.adaptability .arrow-right.disabled, .my-funnel.planning-edu .arrow-right.disabled, .my-funnel.timeManagement-edu-c2 .arrow-right.disabled {
    border-left-color: #406033; }

.my-funnel.adaptability .arrow-down, .my-funnel.planning-edu .arrow-down, .my-funnel.timeManagement-edu-c2 .arrow-down {
  border-top-color: #79C044; }
  .my-funnel.adaptability .arrow-down.disabled, .my-funnel.planning-edu .arrow-down.disabled, .my-funnel.timeManagement-edu-c2 .arrow-down.disabled {
    border-top-color: #406033; }

.my-funnel.adaptability .arrow-up, .my-funnel.planning-edu .arrow-up, .my-funnel.timeManagement-edu-c2 .arrow-up {
  border-bottom-color: #79C044; }
  .my-funnel.adaptability .arrow-up.disabled, .my-funnel.planning-edu .arrow-up.disabled, .my-funnel.timeManagement-edu-c2 .arrow-up.disabled {
    border-bottom-color: #406033; }

.practice .bg, .practice.bg,
.partd .bg,
.partd.bg,
.part4 .bg,
.part4.bg {
  background-color: #0F5DA5;
  /*Only for Buttons*/
  /*&.btn {
            border-color: $color;

            &:hover {
                background-color: darken($color, 15%);
                border-color: darken($color, 15%);
            }
        }*/ }
  .practice .bg.faded, .practice.bg.faded,
  .partd .bg.faded,
  .partd.bg.faded,
  .part4 .bg.faded,
  .part4.bg.faded {
    -moz-transition: background-color 700ms ease-out;
    -o-transition: background-color 700ms ease-out;
    -webkit-transition: background-color 700ms ease-out;
    transition: background-color 700ms ease-out; }
  .practice .bg.disabled, .practice.bg.disabled,
  .partd .bg.disabled,
  .partd.bg.disabled,
  .part4 .bg.disabled,
  .part4.bg.disabled {
    background-color: #16385a; }

.practice .color, .practice.color,
.partd .color,
.partd.color,
.part4 .color,
.part4.color {
  color: #0F5DA5; }
  .practice .color.disabled, .practice.color.disabled,
  .partd .color.disabled,
  .partd.color.disabled,
  .part4 .color.disabled,
  .part4.color.disabled {
    color: #16385a; }

.practice .stroke, .practice.stroke,
.partd .stroke,
.partd.stroke,
.part4 .stroke,
.part4.stroke {
  stroke: #0F5DA5; }
  .practice .stroke.disabled, .practice.stroke.disabled,
  .partd .stroke.disabled,
  .partd.stroke.disabled,
  .part4 .stroke.disabled,
  .part4.stroke.disabled {
    stroke: #16385a; }

.practice .fill, .practice.fill,
.partd .fill,
.partd.fill,
.part4 .fill,
.part4.fill {
  fill: #0F5DA5; }
  .practice .fill.disabled, .practice.fill.disabled,
  .partd .fill.disabled,
  .partd.fill.disabled,
  .part4 .fill.disabled,
  .part4.fill.disabled {
    fill: #16385a; }

.practice .bg.btn, .practice.bg.btn,
.partd .bg.btn,
.partd.bg.btn,
.part4 .bg.btn,
.part4.bg.btn {
  background-color: #0F5DA5;
  border-color: #0F5DA5; }
  .practice .bg.btn:hover, .practice.bg.btn:hover,
  .partd .bg.btn:hover,
  .partd.bg.btn:hover,
  .part4 .bg.btn:hover,
  .part4.bg.btn:hover {
    background-color: #09355f;
    border-color: #09355f; }

.my-funnel.quickThinking .bg, .my-funnel.quickThinking.bg, .my-funnel.systemic-vision-edu .bg, .my-funnel.systemic-vision-edu.bg, .my-funnel.bigPicture-edu-c2 .bg, .my-funnel.bigPicture-edu-c2.bg {
  background-color: #0F5DA5; }
  .my-funnel.quickThinking .bg.faded, .my-funnel.quickThinking.bg.faded, .my-funnel.systemic-vision-edu .bg.faded, .my-funnel.systemic-vision-edu.bg.faded, .my-funnel.bigPicture-edu-c2 .bg.faded, .my-funnel.bigPicture-edu-c2.bg.faded {
    -moz-transition: background-color 700ms ease-out;
    -o-transition: background-color 700ms ease-out;
    -webkit-transition: background-color 700ms ease-out;
    transition: background-color 700ms ease-out; }
  .my-funnel.quickThinking .bg.disabled, .my-funnel.quickThinking.bg.disabled, .my-funnel.systemic-vision-edu .bg.disabled, .my-funnel.systemic-vision-edu.bg.disabled, .my-funnel.bigPicture-edu-c2 .bg.disabled, .my-funnel.bigPicture-edu-c2.bg.disabled {
    background-color: #16385a; }

.my-funnel.quickThinking .arrow-left, .my-funnel.systemic-vision-edu .arrow-left, .my-funnel.bigPicture-edu-c2 .arrow-left {
  border-right-color: #0F5DA5; }
  .my-funnel.quickThinking .arrow-left.disabled, .my-funnel.systemic-vision-edu .arrow-left.disabled, .my-funnel.bigPicture-edu-c2 .arrow-left.disabled {
    border-right-color: #16385a; }

.my-funnel.quickThinking .arrow-right, .my-funnel.systemic-vision-edu .arrow-right, .my-funnel.bigPicture-edu-c2 .arrow-right {
  border-left-color: #0F5DA5; }
  .my-funnel.quickThinking .arrow-right.disabled, .my-funnel.systemic-vision-edu .arrow-right.disabled, .my-funnel.bigPicture-edu-c2 .arrow-right.disabled {
    border-left-color: #16385a; }

.my-funnel.quickThinking .arrow-down, .my-funnel.systemic-vision-edu .arrow-down, .my-funnel.bigPicture-edu-c2 .arrow-down {
  border-top-color: #0F5DA5; }
  .my-funnel.quickThinking .arrow-down.disabled, .my-funnel.systemic-vision-edu .arrow-down.disabled, .my-funnel.bigPicture-edu-c2 .arrow-down.disabled {
    border-top-color: #16385a; }

.my-funnel.quickThinking .arrow-up, .my-funnel.systemic-vision-edu .arrow-up, .my-funnel.bigPicture-edu-c2 .arrow-up {
  border-bottom-color: #0F5DA5; }
  .my-funnel.quickThinking .arrow-up.disabled, .my-funnel.systemic-vision-edu .arrow-up.disabled, .my-funnel.bigPicture-edu-c2 .arrow-up.disabled {
    border-bottom-color: #16385a; }

.bonus .bg, .bonus.bg,
.part5 .bg,
.part5.bg {
  background-color: #783f84;
  /*Only for Buttons*/
  /*&.btn {
            border-color: $color;

            &:hover {
                background-color: darken($color, 15%);
                border-color: darken($color, 15%);
            }
        }*/ }
  .bonus .bg.faded, .bonus.bg.faded,
  .part5 .bg.faded,
  .part5.bg.faded {
    -moz-transition: background-color 700ms ease-out;
    -o-transition: background-color 700ms ease-out;
    -webkit-transition: background-color 700ms ease-out;
    transition: background-color 700ms ease-out; }
  .bonus .bg.disabled, .bonus.bg.disabled,
  .part5 .bg.disabled,
  .part5.bg.disabled {
    background-color: #402c4d; }

.bonus .color, .bonus.color,
.part5 .color,
.part5.color {
  color: #783f84; }
  .bonus .color.disabled, .bonus.color.disabled,
  .part5 .color.disabled,
  .part5.color.disabled {
    color: #402c4d; }

.bonus .stroke, .bonus.stroke,
.part5 .stroke,
.part5.stroke {
  stroke: #783f84; }
  .bonus .stroke.disabled, .bonus.stroke.disabled,
  .part5 .stroke.disabled,
  .part5.stroke.disabled {
    stroke: #402c4d; }

.bonus .fill, .bonus.fill,
.part5 .fill,
.part5.fill {
  fill: #783f84; }
  .bonus .fill.disabled, .bonus.fill.disabled,
  .part5 .fill.disabled,
  .part5.fill.disabled {
    fill: #402c4d; }

.bonus .bg.btn, .bonus.bg.btn,
.part5 .bg.btn,
.part5.bg.btn {
  background-color: #783f84;
  border-color: #783f84; }
  .bonus .bg.btn:hover, .bonus.bg.btn:hover,
  .part5 .bg.btn:hover,
  .part5.bg.btn:hover {
    background-color: #492650;
    border-color: #492650; }

.riddle .bg, .riddle.bg {
  background-color: #27DCE3;
  /*Only for Buttons*/
  /*&.btn {
            border-color: $color;

            &:hover {
                background-color: darken($color, 15%);
                border-color: darken($color, 15%);
            }
        }*/ }
  .riddle .bg.faded, .riddle.bg.faded {
    -moz-transition: background-color 700ms ease-out;
    -o-transition: background-color 700ms ease-out;
    -webkit-transition: background-color 700ms ease-out;
    transition: background-color 700ms ease-out; }
  .riddle .bg.disabled, .riddle.bg.disabled {
    background-color: #1f6b73; }

.riddle .color, .riddle.color {
  color: #27DCE3; }
  .riddle .color.disabled, .riddle.color.disabled {
    color: #1f6b73; }

.riddle .stroke, .riddle.stroke {
  stroke: #27DCE3; }
  .riddle .stroke.disabled, .riddle.stroke.disabled {
    stroke: #1f6b73; }

.riddle .fill, .riddle.fill {
  fill: #27DCE3; }
  .riddle .fill.disabled, .riddle.fill.disabled {
    fill: #1f6b73; }

.riddle .bg.btn, .riddle.bg.btn {
  background-color: #27DCE3;
  border-color: #27DCE3; }
  .riddle .bg.btn:hover, .riddle.bg.btn:hover {
    background-color: #16a2a8;
    border-color: #16a2a8; }

.twoplayers .bg, .twoplayers.bg {
  background-color: #46576C;
  /*Only for Buttons*/
  /*&.btn {
            border-color: $color;

            &:hover {
                background-color: darken($color, 15%);
                border-color: darken($color, 15%);
            }
        }*/ }
  .twoplayers .bg.faded, .twoplayers.bg.faded {
    -moz-transition: background-color 700ms ease-out;
    -o-transition: background-color 700ms ease-out;
    -webkit-transition: background-color 700ms ease-out;
    transition: background-color 700ms ease-out; }
  .twoplayers .bg.disabled, .twoplayers.bg.disabled {
    background-color: #2c3643; }

.twoplayers .color, .twoplayers.color {
  color: #46576C; }
  .twoplayers .color.disabled, .twoplayers.color.disabled {
    color: #2c3643; }

.twoplayers .stroke, .twoplayers.stroke {
  stroke: #46576C; }
  .twoplayers .stroke.disabled, .twoplayers.stroke.disabled {
    stroke: #2c3643; }

.twoplayers .fill, .twoplayers.fill {
  fill: #46576C; }
  .twoplayers .fill.disabled, .twoplayers.fill.disabled {
    fill: #2c3643; }

.twoplayers .bg.btn, .twoplayers.bg.btn {
  background-color: #46576C;
  border-color: #46576C; }
  .twoplayers .bg.btn:hover, .twoplayers.bg.btn:hover {
    background-color: #28323e;
    border-color: #28323e; }

/* Place on the bottom styles that overrides above */
.a4 .bg, .a4.bg {
  background-color: #F99F1C;
  /*Only for Buttons*/
  /*&.btn {
            border-color: $color;

            &:hover {
                background-color: darken($color, 15%);
                border-color: darken($color, 15%);
            }
        }*/ }
  .a4 .bg.faded, .a4.bg.faded {
    -moz-transition: background-color 700ms ease-out;
    -o-transition: background-color 700ms ease-out;
    -webkit-transition: background-color 700ms ease-out;
    transition: background-color 700ms ease-out; }
  .a4 .bg.disabled, .a4.bg.disabled {
    background-color: #735323; }

.a4 .color, .a4.color {
  color: #F99F1C; }
  .a4 .color.disabled, .a4.color.disabled {
    color: #735323; }

.a4 .stroke, .a4.stroke {
  stroke: #F99F1C; }
  .a4 .stroke.disabled, .a4.stroke.disabled {
    stroke: #735323; }

.a4 .fill, .a4.fill {
  fill: #F99F1C; }
  .a4 .fill.disabled, .a4.fill.disabled {
    fill: #735323; }

.a4 .bg.btn, .a4.bg.btn {
  background-color: #F99F1C;
  border-color: #F99F1C; }
  .a4 .bg.btn:hover, .a4.bg.btn:hover {
    background-color: #c37605;
    border-color: #c37605; }

/*.accelium-score {
    @include theme(#FFD800);
}*/

ml-navbar-locales {
  display: block; }

.locale-selector svg {
  stroke: #919EA7;
  width: 18px;
  height: 18px; }

.locale-selector:hover svg, .locale-selector.open svg {
  stroke: white; }

.locale-selector .dropdown-option {
  /*&::before {
            vertical-align: middle;
            content: '';
            display: inline-block;
            background: url(/Content/images/flags.jpg);
            width: 29px;
            height: 15px;
            margin-right: 15px;
        }

        &.he-il:before {
            background-position: 0 0;
        }

        &.en-us::before {
            background-position: 0 -15px;
        }

        &.tr-tr:before {
            background-position: 0 -30px;
        }

        &.it-it::before {
            background-position: 0 -45px;
        }

        &.es-es::before {
            background-position: 0 -60px;
        }

        &.ro-ro::before {
            background-position: 0 -75px;
        }*/ }

.btn-social {
  position: relative;
  text-align: left;
  color: #FFF;
  border-color: rgba(0, 0, 0, 0.2);
  display: inline-block;
  width: 100%;
  border-radius: 3px; }
  .btn-social::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-bottom: 2px;
    margin-right: 10px;
    vertical-align: middle;
    background-position: 0 0;
    background-repeat: no-repeat; }
    .btn-social::before svg {
      width: 100%;
      height: 100%; }
  .btn-social.btn-facebook {
    background-color: #3b5998; }
    .btn-social.btn-facebook:hover, .btn-social.btn-facebook:focus, .btn-social.btn-facebook:active, .btn-social.btn-facebook.active {
      background-color: #2d4373; }
    .btn-social.btn-facebook::before {
      background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KICAgICB2aWV3Qm94PSIwIDAgNDMwLjExMyA0MzAuMTE0Ig0KICAgICB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KPHBhdGggZmlsbD0iI0ZGRiIgZD0iTTE1OC4wODEsODMuM2MwLDEwLjgzOSwwLDU5LjIxOCwwLDU5LjIxOGgtNDMuMzg1djcyLjQxMmg0My4zODV2MjE1LjE4M2g4OS4xMjJWMjE0LjkzNmg1OS44MDUNCgkJYzAsMCw1LjYwMS0zNC43MjEsOC4zMTYtNzIuNjg1Yy03Ljc4NCwwLTY3Ljc4NCwwLTY3Ljc4NCwwczAtNDIuMTI3LDAtNDkuNTExYzAtNy40LDkuNzE3LTE3LjM1NCwxOS4zMjEtMTcuMzU0DQoJCWM5LjU4NiwwLDI5LjgxOCwwLDQ4LjU1NywwYzAtOS44NTksMC00My45MjQsMC03NS4zODVjLTI1LjAxNiwwLTUzLjQ3NiwwLTY2LjAyMSwwQzE1NS44NzgtMC4wMDQsMTU4LjA4MSw3Mi40OCwxNTguMDgxLDgzLjN6IiAvPg0KPC9nPg0KPC9zdmc+DQo=");
      /*/Content/images/btn-facebook.svg*/ }
  .btn-social.btn-google {
    background-color: #dd4b39; }
    .btn-social.btn-google:hover, .btn-social.btn-google:focus, .btn-social.btn-google:active, .btn-social.btn-google.active {
      background-color: #c23321; }
    .btn-social.btn-google::before {
      background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KICAgICB2aWV3Qm94PSIwIDAgOTAgOTAiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQo8cGF0aCBmaWxsPSIjRkZGIiBkPSJNNzQuNDk5LDBINTAuMTQ0Yy02LjM4MiwwLTE0LjQyMSwwLjk0Mi0yMS4xNTgsNi40OWMtNS4wOSw0LjM3NC03LjU2NiwxMC4zOTItNy41NjYsMTUuODI4DQoJCWMwLDkuMjExLDcuMDk0LDE4LjU0NiwxOS42MjUsMTguNTQ2YzEuMTgyLDAsMi40NzctMC4xMiwzLjc4Ny0wLjIzNWMtMC41OTIsMS40MTMtMS4xODksMi41OTQtMS4xODksNC42MDUNCgkJYzAsMy42NjIsMS44OTMsNS45MDIsMy41NDcsOC4wMjljLTUuMzE0LDAuMzUzLTE1LjI0OSwwLjk0Mi0yMi41ODMsNS40MjhjLTYuOTc1LDQuMTQzLTkuMTA3LDEwLjE2LTkuMTA3LDE0LjQxNA0KCQlDMTUuNDk5LDgxLjg0NiwyMy43NzgsOTAsNDAuOTIzLDkwYzIwLjMzNiwwLDMxLjA5OC0xMS4yMiwzMS4wOTgtMjIuMzNjMC04LjE0My00LjcyOS0xMi4xNjQtOS45MzItMTYuNTM0bC00LjI1OC0zLjMwNQ0KCQljLTEuMjk1LTEuMDY1LTMuMDY4LTIuNDc5LTMuMDY4LTUuMDhjMC0yLjU5NywxLjc3My00LjI1NCwzLjMwNy01Ljc4OWM0Ljk2NC0zLjg5Niw5LjkzMy04LjAzLDkuOTMzLTE2Ljc3DQoJCWMwLTguOTc5LTUuNjgtMTMuNzA0LTguMzk2LTE1Ljk0N2g3LjMzNEw3NC40OTksMHogTTY0LjEwMyw3Mi4yNzljMCw3LjMyMi02LjAzMywxMi43NTMtMTcuMzg1LDEyLjc1Mw0KCQljLTEyLjY0OCwwLTIwLjgwOS02LjAyNC0yMC44MDktMTQuNDA1YzAtOC4zOTMsNy41NjgtMTEuMjE4LDEwLjE2Ni0xMi4xNjRjNC45NjktMS42NTYsMTEuMzUyLTEuODkxLDEyLjQxNC0xLjg5MQ0KCQljMS4xODQsMCwxLjc3NSwwLDIuNzI1LDAuMTE1QzYwLjIwMiw2My4wNjQsNjQuMTAzLDY2LjI1Nyw2NC4xMDMsNzIuMjc5eiBNNTQuNjQyLDM0LjI0OWMtMS44OTMsMS44ODYtNS4wODgsMy4zMDUtOC4wNDUsMy4zMDUNCgkJYy0xMC4xNjQsMC0xNC43NzItMTMuMTEzLTE0Ljc3Mi0yMS4wMjNjMC0zLjA3MiwwLjU5Mi02LjI1OCwyLjU5OC04Ljc0YzEuODkzLTIuMzYyLDUuMjAxLTMuODk5LDguMjc3LTMuODk5DQoJCWM5LjgxMiwwLDE0Ljg5OSwxMy4yMjksMTQuODk5LDIxLjczQzU3LjU5OSwyNy43NTIsNTcuMzU4LDMxLjUyOCw1NC42NDIsMzQuMjQ5eiIgLz4NCjwvZz4NCjwvc3ZnPg0K");
      /*/Content/images/btn-google.svg*/ }
  .btn-social.btn-linkedin {
    background-color: #007bb6; }
    .btn-social.btn-linkedin:hover, .btn-social.btn-linkedin:focus, .btn-social.btn-linkedin:active, .btn-social.btn-linkedin.active {
      background-color: #005983; }
    .btn-social.btn-linkedin::before {
      background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KICAgICB2aWV3Qm94PSIwIDAgNDMwLjExNyA0MzAuMTE3IiANCiAgICAgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCiAgICA8cGF0aCBmaWxsPSIjRkZGIiBkPSJNNDMwLjExNywyNjEuNTQzVjQyMC41NmgtOTIuMTg4VjI3Mi4xOTNjMC0zNy4yNzEtMTMuMzM0LTYyLjcwNy00Ni43MDMtNjIuNzA3DQoJCWMtMjUuNDczLDAtNDAuNjMyLDE3LjE0Mi00Ny4zMDEsMzMuNzI0Yy0yLjQzMiw1LjkyOC0zLjA1OCwxNC4xNzktMy4wNTgsMjIuNDc3VjQyMC41NmgtOTIuMjE5YzAsMCwxLjI0Mi0yNTEuMjg1LDAtMjc3LjMyaDkyLjIxDQoJCXYzOS4zMDljLTAuMTg3LDAuMjk0LTAuNDMsMC42MTEtMC42MDYsMC44OTZoMC42MDZ2LTAuODk2YzEyLjI1MS0xOC44NjksMzQuMTMtNDUuODI0LDgzLjEwMi00NS44MjQNCgkJQzM4NC42MzMsMTM2LjcyNCw0MzAuMTE3LDE3Ni4zNjEsNDMwLjExNywyNjEuNTQzeiBNNTIuMTgzLDkuNTU4QzIwLjYzNSw5LjU1OCwwLDMwLjI1MSwwLDU3LjQ2Mw0KCQljMCwyNi42MTksMjAuMDM4LDQ3Ljk0LDUwLjk1OSw0Ny45NGgwLjYxNmMzMi4xNTksMCw1Mi4xNTktMjEuMzE3LDUyLjE1OS00Ny45NEMxMDMuMTI4LDMwLjI1MSw4My43MzQsOS41NTgsNTIuMTgzLDkuNTU4eg0KCQkgTTUuNDc3LDQyMC41Nmg5Mi4xODR2LTI3Ny4zMkg1LjQ3N1Y0MjAuNTZ6IiAvPg0KPC9nPg0KPC9zdmc+DQo=");
      /*/Content/images/btn-linkedin.svg*/ }

.rtl .flip-icon {
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }

.rtl .locale-selector .dropdown-option::before {
  margin-right: 0;
  margin-left: 15px; }

.rtl .btn-social {
  text-align: right; }
  .rtl .btn-social::before {
    margin-right: 0;
    margin-left: 10px; }

.ltr .flip-ltr {
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }


.error-page {
  text-align: center;
  background-color: #fff;}
  .error-page .shell-view::before {
    content: '';
    display: none;}
  .error-page h2 {
    font-size: 40px;
    font-weight: bolder;
    line-height: 1; }
  .error-page p {
    font-size: 28px;
    font-weight: lighter;
    margin-bottom: 2em; }
  .error-page img {
    max-width: 100%; }
  .error-page main {
    margin-top: 19%;
    max-width: 90%;
    vertical-align: middle;
    display: inline-block; }

/*# sourceMappingURL=404.css.map */

.account-modal {
  -moz-animation: fadeIn .5s ease-in-out;
  -o-animation: fadeIn .5s ease-in-out;
  -webkit-animation: fadeIn .5s ease-in-out;
  animation: fadeIn .5s ease-in-out; }
  .account-modal.ng-hide-add {
    -moz-animation: fadeOut .5s ease-in-out;
    -o-animation: fadeOut .5s ease-in-out;
    -webkit-animation: fadeOut .5s ease-in-out;
    animation: fadeOut .5s ease-in-out; }
  .account-modal .busy-img {
    width: 30px;
    height: 30px;
    margin: 0 10px; }
  .account-modal .account-form,
  .account-modal .btn-sign-up,
  .account-modal .link {
    font-size: 16px;
    outline: none; }
  .account-modal .link-offset {
    margin-right: 20px; }
  .account-modal .modal-body {
    width: 710px; }
    .account-modal .modal-body.forgot-password-body {
      width: 590px; }
  .account-modal .modal-content {
    padding: 20px; }
    .account-modal .modal-content .title {
      font-size: 30px;
      font-weight: normal;
      margin: 0; }
    .account-modal .modal-content .footer {
      padding: 5px; }
    .account-modal .modal-content .sign-up-content {
      margin: 25px 0 15px 0; }
    .account-modal .modal-content .sign-up-content,
    .account-modal .modal-content .sign-in-content,
    .account-modal .modal-content .forgot-password-content {
      margin: 25px 0 5px 0; }
      .account-modal .modal-content .sign-up-content .account-form .submit-group,
      .account-modal .modal-content .sign-in-content .account-form .submit-group,
      .account-modal .modal-content .forgot-password-content .account-form .submit-group {
        line-height: 36px; }
  .account-modal .confirmation-content {
    margin: 5px 10px 10px 10px; }
    .account-modal .confirmation-content .instruction-text {
      font-size: 16px;
      margin-top: 10px;
      margin-bottom: 0; }
  .account-modal .btn-social {
    margin-top: 5px; }
  .account-modal .social-form-frame {
    padding-right: 10px; }
  .account-modal .account-form-frame {
    border-left: 1px solid #ccc;
    padding-left: 5px; }
  .account-modal .account-form .form-group {
    margin-bottom: 15px; }
  .account-modal .account-form .submit-group {
    padding: 0 5px;
    margin-bottom: 0; }
  .account-modal .account-form .form-control {
    border-radius: 6px;
    color: #000;
    font-size: 16px; }
  .account-modal .account-form .btn-sign-up {
    border-radius: 6px; }
  .account-modal .account-form .alert {
    font-size: 14px; }
  .account-modal .account-form .error-list {
    margin-top: 5px;
    margin-bottom: 0; }
  .account-modal .account-form .field-validation-error {
    font-size: 14px;
    -moz-animation: fadeIn 500ms;
    -o-animation: fadeIn 500ms;
    -webkit-animation: fadeIn 500ms;
    animation: fadeIn 500ms; }
  .account-modal .account-form .recieve-updates-text {
    display: inline-block; }

.rtl .account-modal .link-offset {
  margin-right: 0;
  margin-left: 20px; }

.rtl .account-modal .social-form-frame {
  padding-right: 0;
  padding-left: 10px; }

.rtl .account-modal .account-form-frame {
  border-left: none;
  padding-left: 0;
  border-right: 1px solid #ccc;
  padding-right: 5px; }

@media screen and (max-width: 767px) {
  .account-modal .modal-body,
  .rtl .account-modal .modal-body {
    width: 97%;
    margin-top: 5px; }
    .account-modal .modal-body.forgot-password-body,
    .rtl .account-modal .modal-body.forgot-password-body {
      width: 97%; }
    .account-modal .modal-body .modal-close,
    .rtl .account-modal .modal-body .modal-close {
      width: 25px;
      height: 25px;
      right: 5px;
      top: 5px;
      padding: 2px;
      border: none; }
    .account-modal .modal-body .heading,
    .rtl .account-modal .modal-body .heading {
      margin-top: 5px; }
  .account-modal ml-busy .busy-img,
  .rtl .account-modal ml-busy .busy-img {
    position: absolute;
    top: 20%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px; }
  .account-modal ml-busy .overlay,
  .rtl .account-modal ml-busy .overlay {
    background: rgba(0, 0, 0, 0.4); }
  .account-modal .modal-content,
  .rtl .account-modal .modal-content {
    padding-bottom: 15px; }
    .account-modal .modal-content .content,
    .rtl .account-modal .modal-content .content {
      margin: 15px 0; }
    .account-modal .modal-content .title,
    .rtl .account-modal .modal-content .title {
      font-size: 24px; }
    .account-modal .modal-content .btn,
    .rtl .account-modal .modal-content .btn {
      font-size: 14px; }
    .account-modal .modal-content .sign-in-content,
    .account-modal .modal-content .sign-up-content,
    .account-modal .modal-content .forgot-password-content,
    .rtl .account-modal .modal-content .sign-in-content,
    .rtl .account-modal .modal-content .sign-up-content,
    .rtl .account-modal .modal-content .forgot-password-content {
      margin-top: 15px; }
    .account-modal .modal-content .forgot-password-content,
    .rtl .account-modal .modal-content .forgot-password-content {
      position: relative; }
  .account-modal .social-form-frame,
  .account-modal .footer,
  .account-modal .account-form-frame,
  .rtl .account-modal .social-form-frame,
  .rtl .account-modal .footer,
  .rtl .account-modal .account-form-frame {
    padding: 0; }
  .account-modal .account-form-frame,
  .rtl .account-modal .account-form-frame {
    border: none;
    border-top: solid 1px #CCC !important;
    margin-top: 15px;
    padding-top: 10px; }
  .account-modal .account-form .submit-group,
  .rtl .account-modal .account-form .submit-group {
    padding: 0;
    margin-top: 20px; }
  .account-modal .account-form .form-group,
  .rtl .account-modal .account-form .form-group {
    margin-bottom: 10px; }
  .account-modal .pad-5,
  .rtl .account-modal .pad-5 {
    padding: 5px 0; } }

/*# sourceMappingURL=account.css.map */

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2%, 0);
    -moz-transform: translate3d(0, 2%, 0);
    -ms-transform: translate3d(0, 2%, 0);
    -o-transform: translate3d(0, 2%, 0);
    transform: translate3d(0, 2%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2%, 0);
    transform: translate3d(0, 2%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes progress {
  0% {
    left: 520px; }
  100% {
    left: 0; } }

@-webkit-keyframes progress {
  0% {
    left: -webkit-calc(50% - 80px);
    left: calc(50% - 80px); }
  100% {
    left: 0; } }

/*glowing*/
@keyframes glow {
  from {
    box-shadow: 0 0 9px transparent; }
  50% {
    box-shadow: 0 0 30px white; }
  to {
    box-shadow: 0 0 9px transparent; } }

@-webkit-keyframes glow {
  from {
    -webkit-box-shadow: 0 0 9px transparent; }
  50% {
    -webkit-box-shadow: 0 0 30px white; }
  to {
    -webkit-box-shadow: 0 0 9px transparent; } }

/*tooltip-pulse*/
@keyframes tooltip-pulse {
  0% {
    transform: scale(1);
    opacity: 0.2; }
  100% {
    transform: scale(1.3);
    opacity: 0.8; } }

@-webkit-keyframes tooltip-pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.2; }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0.8; } }

/*bounceIn*/
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

/*bounceOut*/
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

/*slideInLeft*/
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }


/*$save-progress-link-offset: 10px;*/
html {
  height: 100%;
  overflow-y: no-content; }

body {
  font-family: 'Open Sans Hebrew', 'Open Sans', Arial, sans-serif;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover; }

body.ie {
  font-family: 'Open Sans', Arial, sans-serif; }

.native .hidden-native {
  display: none !important; }

.frame-bg {
  background-color: #1A2028; }

.frame-dark {
  background-color: #000; }

.slide-link {
  color: white;
  text-decoration: underline; }
  .slide-link:hover {
    color: white; }

/*.corporate-bg {
    background-color: $corporate-bg-color;
}*/
.primary-bg {
  background-color: #28323E; }

.warning-bar {
  background: #FA9F1B;
  height: 40px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999; }
  .warning-bar .broken-link-text {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto; }
  .warning-bar .img-broken-link {
    margin-right: 10px; }
  .warning-bar .close {
    text-shadow: none;
    margin-left: auto; }
  .warning-bar .container {
    display: flex;
    justify-content: center;
    align-items: center; }

.navbar .navbar-toggle {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  border: none;
  display: block; }
  .navbar .navbar-toggle:focus, .navbar .navbar-toggle:active, .navbar .navbar-toggle:hover {
    background-color: transparent !important; }
  .navbar .navbar-toggle:hover .icon-bar {
    background-color: #777; }
  .navbar .navbar-toggle .icon-bar {
    background-color: #FFF; }

.navbar .navbar-brand {
  margin-top: -11px; }

.navbar .logo.icon {
  width: 180px;
  height: 32px; }

.navbar .logo {
  margin-right: 10px;
  margin-top: 4px; }

.max-width {
  max-width: 100%; }

.max-height {
  height: 100%; }

.fade-content {
  -webkit-animation: fadeIn 1s ease-in-out;
  -moz-animation: fadeIn 1s ease-in-out;
  -o-animation: fadeIn 1s ease-in-out;
  animation: fadeIn 1s ease-in-out; }

.fade-in.ng-hide-remove {
  -webkit-animation: fadeIn 1s ease-in-out;
  -moz-animation: fadeIn 1s ease-in-out;
  -o-animation: fadeIn 1s ease-in-out;
  animation: fadeIn 1s ease-in-out; }

.fade-out.ng-hide-add {
  -webkit-animation: fadeOut 1s ease-in-out;
  -moz-animation: fadeOut 1s ease-in-out;
  -o-animation: fadeOut 1s ease-in-out;
  animation: fadeOut 1s ease-in-out; }

.shell-view {
  top: 75px;
  position: relative;
  height: calc(100% - 75px); }

.shell-view.no-navbar {
  top: 0;
  height: 100%;
}

.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -60px; }

.push {
  height: 60px; }

.font-normal {
  font-size: 20px; }

.content-center {
  display: block;
  margin: 0 auto; }

.text-orange {
  color: #FA9F1B; }

.text-yellow {
  color: #FFD800; }

.text-white {
  color: #fff; }

.text-center {
  text-align: center; }

.text-strong {
  font-weight: bold; }

.text-underline {
  text-decoration: underline; }

.scroll-hidden {
  -ms-scrollbar-track-color: transparent;
  scrollbar-track-color: transparent;
  -ms-scrollbar-face-color: transparent;
  scrollbar-face-color: transparent;
  -ms-scrollbar-shadow-color: transparent;
  scrollbar-shadow-color: transparent;
  -ms-scrollbar-arrow-color: transparent;
  scrollbar-arrow-color: transparent; }
  .scroll-hidden::-webkit-scrollbar {
    width: 0; }
  .scroll-hidden::-webkit-scrollbar-thumb {
    background-color: transparent; }

.scroll-smooth {
  -ms-scrollbar-track-color: #192028;
  scrollbar-track-color: #192028;
  -ms-scrollbar-face-color: #192028;
  scrollbar-face-color: #192028;
  -ms-scrollbar-shadow-color: #777;
  scrollbar-shadow-color: #777;
  -ms-scrollbar-arrow-color: #192028;
  scrollbar-arrow-color: #192028; }
  .scroll-smooth::-webkit-scrollbar {
    width: 10px; }
  .scroll-smooth::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.1); }

.inverse {
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }

/*.save-progress-link {
    text-transform: none !important;
    color: $orange-color !important;
    text-decoration: underline;
    cursor: pointer;
    font-size: 18px;
    margin-left: $save-progress-link-offset;

    &:hover {
        color: lighten($orange-color, 15%) !important;
        text-decoration: underline !important;
    }
}*/
.nav-link {
  color: #777;
  text-decoration: none; }
  .nav-link:hover, .nav-link:focus {
    color: #fff;
    background-color: transparent;
    text-decoration: none !important; }

.pulse {
  position: relative;
  cursor: pointer; }
  .pulse .pulse-outer,
  .pulse .pulse-inner {
    border: 3px solid #716f42;
    background: transparent;
    -moz-animation: tooltip-pulse .8s ease-in-out;
    -o-animation: tooltip-pulse .8s ease-in-out;
    -webkit-animation: tooltip-pulse .8s ease-in-out;
    animation: tooltip-pulse .8s ease-in-out;
    -moz-animation-direction: alternate-reverse;
    -o-animation-direction: alternate-reverse;
    -webkit-animation-direction: alternate-reverse;
    animation-direction: alternate-reverse;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    position: absolute; }
  .pulse .pulse-outer {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    height: 30px;
    width: 30px;
    -moz-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    top: -15px;
    left: -15px;
    z-index: 1; }
  .pulse .pulse-inner {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    height: 16px;
    width: 16px;
    top: -8px;
    left: -8px;
    z-index: 1; }

.btn {
  outline-color: transparent !important; }
  .btn svg {
    width: 15px;
    height: 15px;
    fill: #fff;
    stroke: none;
    margin-left: 20px; }
  .btn.btn-framed {
    background: #28323E;
    border: solid 2px #000;
    border-radius: 3px;
    color: #FA9F1B; }
    .btn.btn-framed:hover {
      opacity: .7; }
  .btn.btn-teal {
    color: #000;
    background-color: #27DCE3;
    border-color: #27DCE3;
    border-radius: 5px; }
    .btn.btn-teal:hover {
      background-color: #16a2a8;
      border-color: #16a2a8; }
  .btn.btn-round {
    border-radius: 3px; }

.a4 .btn.btn-teal {
  background-color: #F99F1C;
  border-color: #F99F1C;
  border-radius: 3px;
  color: #FFF; }
  .a4 .btn.btn-teal:hover {
    background-color: #c37605;
    border-color: #c37605; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.height-100 {
  height: 100%; }

.margin-r-15 {
  margin-right: 15px; }

.margin-r-30 {
  margin-right: 30px; }

.margin-l-30 {
  margin-left: 30px; }

.margin-l-40 {
  margin-left: 40px; }

.rtl .margin-r-15 {
  margin-right: auto;
  margin-left: 15px; }

.rtl .margin-r-30 {
  margin-right: auto;
  margin-left: 30px; }

.rtl .margin-l-30 {
  margin-left: auto;
  margin-right: 30px; }

.rtl .margin-l-40 {
  margin-left: auto;
  margin-right: 40px; }

.rtl .btn svg {
  margin-left: auto;
  margin-right: 20px; }

.ltr {
  direction: ltr; }

.ltr-inline {
  direction: ltr;
  unicode-bidi: bidi-override; }

.margin-t-10px {
  margin-top: 10px; }

.margin-t-20px {
  margin-top: 20px; }

.margin-t-30px {
  margin-top: 30px; }

.margin-b-20px {
  margin-bottom: 20px; }

.pad-15 {
  padding: 15px; }

.pad-5 {
  padding: 5px; }

.pointer {
  cursor: pointer; }

.list li {
  margin-bottom: 1em; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px; }

.visible {
  visibility: visible; }

.unvisible {
  visibility: hidden; }

.center-middle {
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.center-abs {
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.center-middle-abs {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.center-middle-abs-y {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.center-middle-abs-x {
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.inline-block {
  display: inline-block; }

.block {
  display: block; }

.flip {
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }

/*.container.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}*/
/*.zoom-header {
    width: 100%;
    padding: 16px 0;
    background: $orange-color;
    text-align: center;
    font-size: 110%;
    line-height: 17px;
    position: absolute;
    top: 60px;
    z-index: 100000;

    a {
        margin-left: 10px;
        opacity: 0.5;
        position: relative;
        top: 2px;
    }

    a:hover {
        opacity: 1;
    }
}*/
/*.spread-content {
    padding: 0;
    text-align: justify;

    > li {
        margin: .5em;
        display: inline-block;
    }

    &:after {
        content: '';
        display: inline-block;
        width: 100%;
    }
}*/
/*video pop-up*/
.busy-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 520px; }
  .busy-container.with-greeting {
    top: 35%; }
    .busy-container.with-greeting .greeting {
      position: absolute;
      -moz-transform: translateY(20%);
      -ms-transform: translateY(20%);
      -o-transform: translateY(20%);
      -webkit-transform: translateY(20%);
      transform: translateY(20%);
      font-size: 24px;
      text-align: center;
      direction: ltr; }
    .busy-container.with-greeting .author {
      display: block; }
    .busy-container.with-greeting .blurry-text {
      color: transparent;
      text-shadow: 0 0 5px rgba(0, 0, 0, 0.9); }
  .busy-container .img {
    width: 100px;
    height: 100px; }

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.overlay-video {
  z-index: 6000;
  background-color: rgba(0, 0, 0, 0.85); }

/*.video-inline {

    .offline-frame {
        border: solid 5px #FFF;
        border-radius: 40px;
        display: inline-block;
        padding: 20px 15%;

        .title {
            line-height: 1.2;
        }
    }
}*/
.video-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 800px;
  width: 100%; }
  .video-popup.offline {
    padding: 30px;
    background: #1a2028;
    border: solid 5px #FFF;
    border-radius: 40px; }
  .video-popup .offline-frame .img-offline {
    margin: 0 auto; }
  .video-popup .offline-frame .title {
    margin: 0;
    color: #FFF;
    margin-bottom: 40px;
    line-height: 1.2; }
  .video-popup .video-header a {
    float: right;
    -moz-transform: translate(100%);
    -ms-transform: translate(100%);
    -o-transform: translate(100%);
    -webkit-transform: translate(100%);
    transform: translate(100%);
    cursor: pointer;
    color: white;
    font-size: 30px;
    line-height: 15px;
    text-decoration: none; }
    .video-popup .video-header a:hover {
      color: #aaa; }
  .video-popup .video-content {
    width: 100%; }

@media screen and (max-width: 767px) {
  .btn {
    font-size: 20px;
    padding: 5px; }
  .busy-container {
    width: 84%; }
  .video-inline .img-offline {
    width: 40%; }
  .video-popup.offline {
    max-width: 80%; }
  .video-popup .offline-frame .title {
    font-size: 24px; } }

@media screen and (min-width: 767px) {
  .link-hover:hover {
    opacity: .6; } }

@media screen and (max-width: 767px) and (orientation: landscape) {
  .video-inline .img-offline {
    width: 30%; }
  .video-popup {
    max-width: 90%; }
    .video-popup.offline {
      max-width: 80%;
      max-height: 90%; }
    .video-popup .offline-frame .img-offline {
      width: 40%; } }

@media screen and (max-width: 768px) {
  .video-inline .img-offline {
    width: 30%; }
  .video-popup {
    max-width: 90%; }
    .video-popup.offline {
      max-width: 80%;
      max-height: 90%; }
    .video-popup .offline-frame .img-offline {
      width: 40%; } }

@media screen and (max-width: 768px) {
  .hidden-ipad-xs {
    display: none !important; } }


.colorSchemeYellow .primary-color {
  color: #FBBB37; }

.colorSchemeYellow .primary-stroke {
  stroke: #FBBB37; }

.colorSchemeYellow .primary-background, .colorSchemeYellow.primary-background {
  background-color: #FBBB37; }

.colorSchemeYellow .btn.primary-background:hover {
  background-color: #faaa05; }

.colorSchemeYellow .primary-row .part-icon {
  color: #FBBB37; }

.colorSchemeYellow .primary-row button {
  display: none; }

.colorSchemeYellow .primary-row.done:hover {
  background-color: #e6e6e6; }

.colorSchemeYellow .primary-row.done:hover button {
  background-color: #e6e6e6;
  border: 1px solid black;
  display: inline; }

.colorSchemeYellow .primary-selected-row {
  background-color: #faaa05 !important;
  color: white !important; }
  .colorSchemeYellow .primary-selected-row .part-icon {
    color: #FBBB37; }
  .colorSchemeYellow .primary-selected-row .btn {
    background: none;
    border: 1px solid #FFF; }
  .colorSchemeYellow .primary-selected-row .part-button button.btn {
    display: none;
    border: 1px solid black; }

.colorSchemeYellow .primary-fill {
  fill: #FBBB37 !important; }

.colorSchemeGreen .primary-color {
  color: #7BC437; }

.colorSchemeGreen .primary-stroke {
  stroke: #7BC437; }

.colorSchemeGreen .primary-background, .colorSchemeGreen.primary-background {
  background-color: #7BC437; }

.colorSchemeGreen .btn.primary-background:hover {
  background-color: #629c2c; }

.colorSchemeGreen .primary-row .part-icon {
  color: #7BC437; }

.colorSchemeGreen .primary-row button {
  display: none; }

.colorSchemeGreen .primary-row.done:hover {
  background-color: #e6e6e6; }

.colorSchemeGreen .primary-row.done:hover button {
  background-color: #e6e6e6;
  border: 1px solid black;
  display: inline; }

.colorSchemeGreen .primary-selected-row {
  background-color: #629c2c !important;
  color: white !important; }
  .colorSchemeGreen .primary-selected-row .part-icon {
    color: #7BC437; }
  .colorSchemeGreen .primary-selected-row .btn {
    background: none;
    border: 1px solid #FFF; }
  .colorSchemeGreen .primary-selected-row .part-button button.btn {
    display: none;
    border: 1px solid black; }

.colorSchemeGreen .primary-fill {
  fill: #7BC437 !important; }

.colorSchemeRed .primary-color {
  color: #EA5247; }

.colorSchemeRed .primary-stroke {
  stroke: #EA5247; }

.colorSchemeRed .primary-background, .colorSchemeRed.primary-background {
  background-color: #EA5247; }

.colorSchemeRed .btn.primary-background:hover {
  background-color: #e4281a; }

.colorSchemeRed .primary-row .part-icon {
  color: #EA5247; }

.colorSchemeRed .primary-row button {
  display: none; }

.colorSchemeRed .primary-row.done:hover {
  background-color: #e6e6e6; }

.colorSchemeRed .primary-row.done:hover button {
  background-color: #e6e6e6;
  border: 1px solid black;
  display: inline; }

.colorSchemeRed .primary-selected-row {
  background-color: #e4281a !important;
  color: white !important; }
  .colorSchemeRed .primary-selected-row .part-icon {
    color: #EA5247; }
  .colorSchemeRed .primary-selected-row .btn {
    background: none;
    border: 1px solid #FFF; }
  .colorSchemeRed .primary-selected-row .part-button button.btn {
    display: none;
    border: 1px solid black; }

.colorSchemeRed .primary-fill {
  fill: #EA5247 !important; }

.colorSchemeTeal .primary-color {
  color: #39D2BD; }

.colorSchemeTeal .primary-stroke {
  stroke: #39D2BD; }

.colorSchemeTeal .primary-background, .colorSchemeTeal.primary-background {
  background-color: #39D2BD; }

.colorSchemeTeal .btn.primary-background:hover {
  background-color: #28b09d; }

.colorSchemeTeal .primary-row .part-icon {
  color: #39D2BD; }

.colorSchemeTeal .primary-row button {
  display: none; }

.colorSchemeTeal .primary-row.done:hover {
  background-color: #e6e6e6; }

.colorSchemeTeal .primary-row.done:hover button {
  background-color: #e6e6e6;
  border: 1px solid black;
  display: inline; }

.colorSchemeTeal .primary-selected-row {
  background-color: #28b09d !important;
  color: white !important; }
  .colorSchemeTeal .primary-selected-row .part-icon {
    color: #39D2BD; }
  .colorSchemeTeal .primary-selected-row .btn {
    background: none;
    border: 1px solid #FFF; }
  .colorSchemeTeal .primary-selected-row .part-button button.btn {
    display: none;
    border: 1px solid black; }

.colorSchemeTeal .primary-fill {
  fill: #39D2BD !important; }

.colorSchemePurple .primary-color {
  color: #8C7DCE; }

.colorSchemePurple .primary-stroke {
  stroke: #8C7DCE; }

.colorSchemePurple .primary-background, .colorSchemePurple.primary-background {
  background-color: #8C7DCE; }

.colorSchemePurple .btn.primary-background:hover {
  background-color: #6b58c0; }

.colorSchemePurple .primary-row .part-icon {
  color: #8C7DCE; }

.colorSchemePurple .primary-row button {
  display: none; }

.colorSchemePurple .primary-row.done:hover {
  background-color: #e6e6e6; }

.colorSchemePurple .primary-row.done:hover button {
  background-color: #e6e6e6;
  border: 1px solid black;
  display: inline; }

.colorSchemePurple .primary-selected-row {
  background-color: #6b58c0 !important;
  color: white !important; }
  .colorSchemePurple .primary-selected-row .part-icon {
    color: #8C7DCE; }
  .colorSchemePurple .primary-selected-row .btn {
    background: none;
    border: 1px solid #FFF; }
  .colorSchemePurple .primary-selected-row .part-button button.btn {
    display: none;
    border: 1px solid black; }

.colorSchemePurple .primary-fill {
  fill: #8C7DCE !important; }

.colorSchemeBlue .primary-color {
  color: #27A3C9; }

.colorSchemeBlue .primary-stroke {
  stroke: #27A3C9; }

.colorSchemeBlue .primary-background, .colorSchemeBlue.primary-background {
  background-color: #27A3C9; }

.colorSchemeBlue .btn.primary-background:hover {
  background-color: #1f809e; }

.colorSchemeBlue .primary-row .part-icon {
  color: #27A3C9; }

.colorSchemeBlue .primary-row button {
  display: none; }

.colorSchemeBlue .primary-row.done:hover {
  background-color: #e6e6e6; }

.colorSchemeBlue .primary-row.done:hover button {
  background-color: #e6e6e6;
  border: 1px solid black;
  display: inline; }

.colorSchemeBlue .primary-selected-row {
  background-color: #1f809e !important;
  color: white !important; }
  .colorSchemeBlue .primary-selected-row .part-icon {
    color: #27A3C9; }
  .colorSchemeBlue .primary-selected-row .btn {
    background: none;
    border: 1px solid #FFF; }
  .colorSchemeBlue .primary-selected-row .part-button button.btn {
    display: none;
    border: 1px solid black; }

.colorSchemeBlue .primary-fill {
  fill: #27A3C9 !important; }

.colorSchemeSkyBlue .primary-color {
  color: #198ffd; }

.colorSchemeSkyBlue .primary-stroke {
  stroke: #198ffd; }

.colorSchemeSkyBlue .primary-background, .colorSchemeSkyBlue.primary-background {
  background-color: #198ffd; }

.colorSchemeSkyBlue .btn.primary-background:hover {
  background-color: #0275e1; }

.colorSchemeSkyBlue .primary-row .part-icon {
  color: #198ffd; }

.colorSchemeSkyBlue .primary-row button {
  display: none; }

.colorSchemeSkyBlue .primary-row.done:hover {
  background-color: #e6e6e6; }

.colorSchemeSkyBlue .primary-row.done:hover button {
  background-color: #e6e6e6;
  border: 1px solid black;
  display: inline; }

.colorSchemeSkyBlue .primary-selected-row {
  background-color: #0275e1 !important;
  color: white !important; }
  .colorSchemeSkyBlue .primary-selected-row .part-icon {
    color: #198ffd; }
  .colorSchemeSkyBlue .primary-selected-row .btn {
    background: none;
    border: 1px solid #FFF; }
  .colorSchemeSkyBlue .primary-selected-row .part-button button.btn {
    display: none;
    border: 1px solid black; }

.colorSchemeSkyBlue .primary-fill {
  fill: #198ffd !important; }

.colorSchemeOrange .primary-color {
  color: #ff7700; }

.colorSchemeOrange .primary-stroke {
  stroke: #ff7700; }

.colorSchemeOrange .primary-background, .colorSchemeOrange.primary-background {
  background-color: #ff7700; }

.colorSchemeOrange .btn.primary-background:hover {
  background-color: #cc5f00; }

.colorSchemeOrange .primary-row .part-icon {
  color: #ff7700; }

.colorSchemeOrange .primary-row button {
  display: none; }

.colorSchemeOrange .primary-row.done:hover {
  background-color: #e6e6e6; }

.colorSchemeOrange .primary-row.done:hover button {
  background-color: #e6e6e6;
  border: 1px solid black;
  display: inline; }

.colorSchemeOrange .primary-selected-row {
  background-color: #cc5f00 !important;
  color: white !important; }
  .colorSchemeOrange .primary-selected-row .part-icon {
    color: #ff7700; }
  .colorSchemeOrange .primary-selected-row .btn {
    background: none;
    border: 1px solid #FFF; }
  .colorSchemeOrange .primary-selected-row .part-button button.btn {
    display: none;
    border: 1px solid black; }

.colorSchemeOrange .primary-fill {
  fill: #ff7700 !important; }

.colorSchemeOrchid .primary-color {
  color: #ff4bff; }

.colorSchemeOrchid .primary-stroke {
  stroke: #ff4bff; }

.colorSchemeOrchid .primary-background, .colorSchemeOrchid.primary-background {
  background-color: #ff4bff; }

.colorSchemeOrchid .btn.primary-background:hover {
  background-color: #ff18ff; }

.colorSchemeOrchid .primary-row .part-icon {
  color: #ff4bff; }

.colorSchemeOrchid .primary-row button {
  display: none; }

.colorSchemeOrchid .primary-row.done:hover {
  background-color: #e6e6e6; }

.colorSchemeOrchid .primary-row.done:hover button {
  background-color: #e6e6e6;
  border: 1px solid black;
  display: inline; }

.colorSchemeOrchid .primary-selected-row {
  background-color: #ff18ff !important;
  color: white !important; }
  .colorSchemeOrchid .primary-selected-row .part-icon {
    color: #ff4bff; }
  .colorSchemeOrchid .primary-selected-row .btn {
    background: none;
    border: 1px solid #FFF; }
  .colorSchemeOrchid .primary-selected-row .part-button button.btn {
    display: none;
    border: 1px solid black; }

.colorSchemeOrchid .primary-fill {
  fill: #ff4bff !important; }

/*# sourceMappingURL=color-schemes.css.map */

.card {
  position: relative;
  margin: 0 auto;
  transform-style: preserve-3d;
  -moz-transition: transform 1s;
  -o-transition: transform 1s;
  -webkit-transition: transform 1s;
  transition: transform 1s; }
  .card .card-front, .card .card-back {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    backface-visibility: hidden; }
  .card .card-front {
    z-index: 1; }
  .card .card-back {
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg); }
  .card .tip-block {
    margin-top: 40px;
    padding: 0 20px; }
  .card .card-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
  .card .card-intro {
    position: absolute;
    padding: 20px;
    top: 60%; }
  .card .card-name {
    margin-top: 10px;
    z-index: 5;
    width: 100%; }
  .card .flip-card {
    position: absolute;
    bottom: 0;
    right: 0; }
    .card .flip-card.flip {
      left: 0;
      right: initial; }
    .card .flip-card.flip-add, .card .flip-card.flip-remove {
      -moz-animation: fadeIn 2s ease-in-out;
      -o-animation: fadeIn 2s ease-in-out;
      -webkit-animation: fadeIn 2s ease-in-out;
      animation: fadeIn 2s ease-in-out; }
    .card .flip-card .svg-icon {
      width: 100%;
      height: 100%; }
  .card.show-tip {
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg); }
    .card.show-tip .card-front {
      z-index: 0; }

.rtl .card {
  direction: rtl; }

.rtl .card-img {
  transform: scaleX(-1); }

.rtl .card .card-front .flip-card {
  right: initial;
  left: 0;
  transform: scaleX(-1); }

.rtl .card .card-back .flip-card {
  right: 0;
  left: initial;
  transform: scaleX(1); }

@media screen and (max-width: 767px) {
  .card {
    width: 237.6px;
    height: 336.8px; }
    .card .card-intro {
      font-size: 16px; }
    .card .card-back {
      font-size: 14px; }
    .card .flip-card {
      width: 25px;
      height: 25px; } }

@media screen and (min-width: 768px) {
  .card {
    width: 297px;
    height: 421px; }
    .card .card-intro, .card .card-back {
      font-size: 18px; }
    .card .flip-card {
      width: 30px;
      height: 30px; } }


.ml-crystalball {
  min-height: 600px;
  padding: 30px;
  margin: 0 auto;
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  width: 500px;
  height: 600px; }

@media screen and (min-width: 767px) {
  .ml-crystalball {
    /*margin-left: -50px;*/
    margin-top: -13px; } }

@media screen and (max-width: 767px) {
  .ml-crystalball {
    min-height: 435px;
    max-width: 368px;
    width: auto;
    height: auto; }
    .ml-crystalball strong {
      font-size: 4vw !important; }
    .ml-crystalball p {
      font-size: 4vw !important; } }

.bar-chart {
  text-align: center;
  position: relative; }
  .bar-chart .bar-box {
    display: inline-block;
    position: relative; }
  .bar-chart .bar-frame {
    position: relative;
    margin: 0 auto; }
  .bar-chart .bar {
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #2ba58c;
    -moz-transition: height 1s ease-in-out;
    -o-transition: height 1s ease-in-out;
    -webkit-transition: height 1s ease-in-out;
    transition: height 1s ease-in-out;
    position: absolute; }
  .bar-chart .global {
    background-color: #334454; }
  .bar-chart .personal {
    background-color: #2ba58c; }
  .bar-chart .stand {
    position: absolute;
    bottom: 0;
    height: 1px; }
  .bar-chart .value {
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    top: 5px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .bar-chart .legend {
    position: absolute;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }

@media screen and (max-width: 767px) {
  .bar-chart {
    height: 160px;
    margin-top: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -ms-flex-pack: center; }
    .bar-chart .bar-box {
      margin: 0 30px; }
    .bar-chart .bar-frame {
      width: 35px; }
    .bar-chart .legend {
      font-size: 16px;
      width: 80px; }
    .bar-chart .stand {
      left: 0;
      right: 0; } }

@media screen and (min-width: 768px) {
  .bar-chart {
    height: 200px;
    margin: 70px 0; }
    .bar-chart .bar-box {
      margin: 0 40px; }
    .bar-chart .bar-frame {
      width: 40px; }
    .bar-chart .legend {
      font-size: 18px;
      width: 120px; }
    .bar-chart .stand {
      left: 40px;
      right: 40px; } }


ml-bg-fade {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1; }
  ml-bg-fade > div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -moz-transition: opacity 2s ease-in-out;
    -o-transition: opacity 2s ease-in-out;
    -webkit-transition: opacity 2s ease-in-out;
    transition: opacity 2s ease-in-out; }
    ml-bg-fade > div.active {
      opacity: 1; }

/*# sourceMappingURL=mlBgFade.css.map */

.ml-browser-detector {
  background: #ffffff;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  font-size: 2.8vmax;
  text-align: center;
  overflow: hidden;
  color: #55565a;
  font-weight: 300; }
  .ml-browser-detector h1, .ml-browser-detector h2, .ml-browser-detector h4 {
    font-weight: 300; }
  .ml-browser-detector .mobile-browser {
    padding: 5%;
    margin-top: 65px; }
    .ml-browser-detector .mobile-browser h1 {
      font-size: 6vmax;
      color: #000000; }
    .ml-browser-detector .mobile-browser h2 {
      font-size: 3.5vmax; }
    .ml-browser-detector .mobile-browser .badge {
      width: 215.9px;
      height: 60.5px; }
    .ml-browser-detector .mobile-browser .badges {
      margin: 42px 0; }
    .ml-browser-detector .mobile-browser a {
      color: #4990e2;
      font-size: 2.8vmax; }
    .ml-browser-detector .mobile-browser .mobile-details {
      opacity: 0; }
      .ml-browser-detector .mobile-browser .mobile-details.active {
        opacity: 1; }
  .ml-browser-detector .old-browser {
    margin-top: 175px;
    font-size: initial; }
    .ml-browser-detector .old-browser h1 {
      font-size: 38px; }
    .ml-browser-detector .old-browser h2 {
      font-size: 24px; }
    .ml-browser-detector .old-browser h4 {
      font-size: 16px;
      color: #7e7e7e; }
    .ml-browser-detector .old-browser .sad-cloud {
      width: 158px;
      height: 99px; }
    .ml-browser-detector .old-browser .browsers {
      margin: 40px 0 85px 0; }
    .ml-browser-detector .old-browser .icon-description {
      font-size: 16px;
      color: #656565; }
    .ml-browser-detector .old-browser .icon-ff {
      margin-top: -3px; }
    .ml-browser-detector .old-browser .browser {
      width: 64px;
      height: 64px;
      margin: 0 20px;
      cursor: pointer; }
  .ml-browser-detector .top-strip {
    height: 60px;
    background-color: #181f27;
    width: 100%;
    position: absolute;
    top: 0;
    display: flex; }
    .ml-browser-detector .top-strip .brand-logo {
      width: 180px;
      height: 28px;
      margin: auto 15px; }


ml-busy.ng-hide {
  -moz-animation: fadeOut 1s ease-in-out;
  -o-animation: fadeOut 1s ease-in-out;
  -webkit-animation: fadeOut 1s ease-in-out;
  animation: fadeOut 1s ease-in-out; }

ml-busy .busy-img {
  display: inline-block;
  width: 35px;
  height: 35px; }

ml-busy .overlay {
  background-color: transparent; }

/*# sourceMappingURL=mlBusy.css.map */

.draggable-transition {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

[ml-draggable] {
  cursor: default;
  position: absolute;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none; }

/*# sourceMappingURL=mlDraggable.css.map */

.loader img {
  display: none; }

.ie .loader img {
  display: inline !important; }

.ie .loader svg {
  display: none; }

/*# sourceMappingURL=mlLoading.css.map */

.modal {
  position: fixed;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  z-index: 5000;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.7);
  /*&.active {
        .modal-body {
        }
    }*/ }
  .modal.overflow .modal-body {
    overflow: unset !important; }
  .modal .modal-body {
    background-color: #FFF;
    margin: 0 auto;
    margin-top: 100px;
    position: relative; }
  .modal .modal-close {
    width: 60px;
    height: 60px;
    right: -30px;
    top: -30px;
    position: absolute;
    cursor: pointer;
    stroke: #000;
    z-index: 1000;
    opacity: 1;
    fill: none;
    stroke-width: 1.5px;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10; }
    .modal .modal-close .close-bg:hover {
      fill: #CCC; }
  .modal .small {
    width: 40px;
    height: 40px;
    right: -20px;
    top: -20px; }

@media screen and (max-width: 767px) {
  .modal .modal-close {
    width: 40px;
    height: 40px;
    right: -20px;
    top: -20px; }
  .modal .modal-body {
    margin-top: 25px;
    margin-bottom: 20px; } }


ml-new-activity {
  display: block;
  width: 1280px;
  height: 752px; }
  ml-new-activity > iframe {
    width: 100%;
    height: 100%; }

/*# sourceMappingURL=mlNewActivity.css.map */

ml-popover {
  position: relative; }

.popover {
  -moz-animation: bounceIn 1s;
  -o-animation: bounceIn 1s;
  -webkit-animation: bounceIn 1s;
  animation: bounceIn 1s;
  padding: 5px 0;
  box-shadow: 0 0 80px #2c2b30;
  border-radius: 5px;
  background-color: #FFF;
  z-index: 1070;
  position: absolute;
  -moz-backface-visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible; }
  .popover.ng-hide-add {
    -webkit-animation: bounceOut 1s;
    -moz-animation: bounceOut 1s;
    -o-animation: bounceOut 1s;
    animation: bounceOut 1s; }
  .popover.left .arrow, .popover.right .arrow {
    top: 50%;
    margin-top: -11px; }
  .popover.up, .popover.down {
    margin-left: auto !important;
    margin-right: auto !important; }
    .popover.up .arrow, .popover.down .arrow {
      left: 50%; }
  .popover.left .arrow {
    left: 0;
    border-width: 11px 11px 11px 0;
    border-right-color: #FFF;
    margin-left: -11px; }
  .popover.right .arrow {
    right: 0;
    border-width: 11px 0 11px 11px;
    border-left-color: #FFF;
    margin-right: -11px; }
  .popover.up .arrow {
    top: 0;
    border-width: 0 11px 11px 11px;
    border-bottom-color: #FFF;
    margin-left: -11px;
    margin-top: -11px; }
  .popover .arrow {
    border-color: transparent;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid; }
  .popover .content {
    padding: 15px;
    display: block;
    background-color: #FFF;
    font-size: 16px; }

/*# sourceMappingURL=mlPopover.css.map */

ml-questionnaire {
  display: block; }


.scroll-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgba(0, 0, 0, 0.8);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  border-radius: 50%;
  -moz-transition: opacity 0.3s ease-in-out, background 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, background 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out, background 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, background 0.3s ease-in-out;
  text-align: center;
  opacity: 0; }
  .scroll-top .icon {
    margin: 0;
    position: relative;
    top: 13px;
    -moz-transition: top 0.3s ease-in-out;
    -o-transition: top 0.3s ease-in-out;
    -webkit-transition: top 0.3s ease-in-out;
    transition: top 0.3s ease-in-out;
    width: 24px;
    height: 24px; }
    .scroll-top .icon .polyline {
      stroke-width: 3;
      stroke: #FFF;
      fill: none; }
  .scroll-top.opened {
    opacity: 1; }
  .scroll-top:hover {
    background: black; }
    .scroll-top:hover .icon {
      top: 5px; }

/*# sourceMappingURL=mlScrollTop.css.map */

.ml-social-share {
  margin-bottom: 20px; }
  .ml-social-share ul {
    display: flex;
    justify-content: center; }
  .ml-social-share li {
    display: inline-block;
    padding: 0 20px; }
  .ml-social-share.social-gray svg g {
    stroke: #333333; }
  .ml-social-share.social-white svg g {
    stroke: #ffffff; }


.stacked-bar-chart .legends {
  margin: 0 -10px; }

.stacked-bar-chart .legend {
  display: inline-block;
  margin: 0 10px; }

.stacked-bar-chart .referrer {
  margin: 0 5px; }

.stacked-bar-chart .marker {
  display: inline-block;
  border-radius: 2px; }

.stacked-bar-chart .group {
  margin-top: 25px; }

.stacked-bar-chart .value {
  -moz-transform: translateY(25%);
  -ms-transform: translateY(25%);
  -o-transform: translateY(25%);
  -webkit-transform: translateY(25%);
  transform: translateY(25%);
  bottom: 50%;
  position: relative;
  font-size: 14px;
  display: inline-block;
  -moz-animation: fadeIn 2s ease-in-out;
  -o-animation: fadeIn 2s ease-in-out;
  -webkit-animation: fadeIn 2s ease-in-out;
  animation: fadeIn 2s ease-in-out; }

.stacked-bar-chart .bar-group {
  margin-top: 10px; }

.stacked-bar-chart .bar-group-block {
  white-space: nowrap;
  height: 49%; }

.stacked-bar-chart .bar {
  display: inline-block;
  width: 0;
  height: 100%;
  -moz-transition: width .7s ease-in-out;
  -o-transition: width .7s ease-in-out;
  -webkit-transition: width .7s ease-in-out;
  transition: width .7s ease-in-out; }

@media screen and (min-width: 768px) {
  .stacked-bar-chart .bar-group {
    height: 40px; }
  .stacked-bar-chart .bar-group-block {
    width: 100%; }
  .stacked-bar-chart .marker {
    width: 30px;
    height: 10px; } }

@media screen and (max-width: 767px) {
  .stacked-bar-chart .marker {
    width: 20px;
    height: 8px;
    border-radius: 1px; }
  .stacked-bar-chart .bar-group-block {
    width: 90%; }
  .stacked-bar-chart .bar-group {
    height: 30px; } }


.switch {
  display: inline-block; }
  .switch .checkbox {
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    text-indent: -100000px;
    opacity: 0; }
    .switch .checkbox:checked + .handle:before {
      left: 18px; }
  .switch .handle {
    position: relative;
    display: block;
    width: 36px;
    height: 6px;
    border-radius: 14px; }
    .switch .handle:before {
      content: "";
      position: absolute;
      top: -6px;
      left: 0;
      width: 18px;
      height: 18px;
      -moz-transition: left .2s ease-in-out;
      -o-transition: left .2s ease-in-out;
      -webkit-transition: left .2s ease-in-out;
      transition: left .2s ease-in-out;
      border-radius: 50%; }


ml-tooltip {
  position: relative; }

.ml-tooltip {
  -moz-animation: bounceIn 1s;
  -o-animation: bounceIn 1s;
  -webkit-animation: bounceIn 1s;
  animation: bounceIn 1s;
  padding: 5px 0;
  box-shadow: 0 0 80px #2c2b30;
  border-radius: 5px;
  background-color: #FFF;
  z-index: 1070;
  position: absolute; }
  .ml-tooltip.ng-hide-add {
    -webkit-animation: bounceOut 1s;
    -moz-animation: bounceOut 1s;
    -o-animation: bounceOut 1s;
    animation: bounceOut 1s; }
  .ml-tooltip .arrow {
    top: 0;
    left: 50%;
    margin-top: -20px;
    margin-left: -13px;
    border-width: 0 13px 20px;
    border-color: transparent;
    border-bottom-color: #FFF;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid; }
  .ml-tooltip .inner {
    padding: 20px 25px;
    display: block;
    background-color: #FFF; }
  .ml-tooltip .close {
    width: 1.8em;
    height: 1.8em;
    padding: 6px;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 50%;
    position: absolute;
    right: -0.9em;
    top: -0.9em;
    cursor: pointer;
    stroke: #000;
    opacity: 1; }
    .ml-tooltip .close:hover {
      background-color: #cccccc; }


.play-video-link {
  cursor: pointer;
  position: relative; }
  .play-video-link .play-video-icon {
    width: 60px;
    height: 60px; }
    .play-video-link .play-video-icon .circle {
      opacity: .6; }
  .play-video-link:hover::after {
    opacity: 0.6; }
  .play-video-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s; }

/*# sourceMappingURL=mlTransferVideos.css.map */

.about-page .text-large {
  font-size: 1.2em; }

.about-page .text-small {
  font-size: 0.75em; }

.about-page .text-orange {
  color: #fa9f1b; }

.about-page .frame {
  margin-top: 60px;
  background-color: #1A2028;
  font-size: 20px;
  border: 1px solid #3E4854; }

.about-page a {
  color: #fa9f1b; }

@media screen and (min-width: 768px) {
  .about-page .title {
    margin: 30px 0; }
  .about-page .frame {
    width: 775px; }
  .about-page .content {
    padding: 25px 50px 0 50px; } }

@media screen and (max-width: 767px) {
  .about-page .title {
    margin: 20px 0;
    font-size: 24px; }
  .about-page .frame {
    font-size: 16px;
    margin-bottom: 20px;
    max-width: 420px;
    width: 97%; }
  .about-page .content {
    padding: 20px; } }

@media screen and (max-width: 786px) {
  .about-page .img-responsive {
    display: none; }
  .about-page .frame {
    margin-top: 3px; } }

/*# sourceMappingURL=aboutPage.css.map */

.home-corp-reports {
  margin: 0 auto; }
  .home-corp-reports .heading {
    width: 100%; }
  .home-corp-reports .nav-list {
    margin: 0; }
  .home-corp-reports .btn {
    font-size: 14px; }
  .home-corp-reports .title {
    text-transform: uppercase;
    color: #FFA200;
    width: 100%;
    text-align: center;
    margin: 0; }
  .home-corp-reports .nav-item {
    display: inline-block;
    position: relative;
    color: #FFF;
    margin: 0 5px;
    top: 2px; }
    .home-corp-reports .nav-item.selected {
      border-bottom: solid 2px #FFA200;
      font-weight: bold; }
      .home-corp-reports .nav-item.selected .nav-item-link {
        color: #FFF; }
      .home-corp-reports .nav-item.selected .nav-item-icon path, .home-corp-reports .nav-item.selected .nav-item-icon polygon, .home-corp-reports .nav-item.selected .nav-item-icon line {
        stroke: #FFF; }
    .home-corp-reports .nav-item.disabled .nav-item-link {
      color: #919EA7;
      opacity: .6;
      pointer-events: none; }
    .home-corp-reports .nav-item.tests .pulse {
      top: 0;
      margin-left: 8px; }
  .home-corp-reports .nav-item-link {
    display: inline-block;
    color: #919EA7;
    font-weight: 400;
    text-transform: uppercase; }
    .home-corp-reports .nav-item-link.close-link {
      color: #919EA7 !important; }
    .home-corp-reports .nav-item-link path {
      stroke: #919EA7; }
    .home-corp-reports .nav-item-link:hover {
      text-decoration: none;
      opacity: .6; }
    .home-corp-reports .nav-item-link:focus {
      text-decoration: none; }
  .home-corp-reports .nav-item-icon {
    position: relative; }
    .home-corp-reports .nav-item-icon.results path {
      stroke-width: 15px; }
    .home-corp-reports .nav-item-icon path, .home-corp-reports .nav-item-icon polygon, .home-corp-reports .nav-item-icon line {
      stroke: #919EA7;
      fill: none; }
  .home-corp-reports .hr {
    margin: 0;
    border-top-color: #2E3D4C; }
  .home-corp-reports .hotspot .close-link {
    position: absolute;
    right: 5px;
    top: 2px; }
  .home-corp-reports .pulse {
    position: absolute;
    z-index: 220; }
    .home-corp-reports .pulse .pulse-outer,
    .home-corp-reports .pulse .pulse-inner {
      -moz-animation-duration: .7s;
      -o-animation-duration: .7s;
      -webkit-animation-duration: .7s;
      animation-duration: .7s; }
    .home-corp-reports .pulse .pulse-outer {
      border: 1px solid #FA9F1B;
      -webkit-border-radius: 16px;
      -moz-border-radius: 16px;
      border-radius: 16px;
      height: 16px;
      width: 16px;
      top: -8px;
      left: -8px; }
    .home-corp-reports .pulse .pulse-inner {
      border: none;
      background-color: #FA9F1B;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      border-radius: 8px;
      height: 8px;
      width: 8px;
      top: -4px;
      left: -4px;
      z-index: 1; }
  .home-corp-reports .tooltip {
    position: absolute;
    z-index: 10;
    border: solid 2px #919EA7;
    background-color: #28323E;
    padding: 25px 0;
    white-space: nowrap; }
    .home-corp-reports .tooltip .arrow {
      display: block;
      position: absolute;
      stroke-width: 18px;
      stroke: #919EA7;
      fill: #28323E;
      width: 16px;
      height: 16px; }
    .home-corp-reports .tooltip.ng-hide-remove {
      -moz-animation-duration: .4s;
      -o-animation-duration: .4s;
      -webkit-animation-duration: .4s;
      animation-duration: .4s; }
    .home-corp-reports .tooltip.hotspot {
      z-index: 205;
      padding: 20px 30px 15px 30px; }
      .home-corp-reports .tooltip.hotspot .nav-panel {
        margin-top: 15px; }
      .home-corp-reports .tooltip.hotspot.ng-hide-remove {
        -moz-animation: bounceIn .7s ease-in-out;
        -o-animation: bounceIn .7s ease-in-out;
        -webkit-animation: bounceIn .7s ease-in-out;
        animation: bounceIn .7s ease-in-out; }
    .home-corp-reports .tooltip.tests {
      right: 80%;
      top: -25px; }
      .home-corp-reports .tooltip.tests .arrow {
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        top: 15px;
        right: -16px; }
    .home-corp-reports .tooltip .nav-panel {
      margin-top: 25px; }
    .home-corp-reports .tooltip .btn {
      margin: 0 5px;
      font-weight: bold;
      padding: 3px 0;
      border-radius: 2px;
      color: #000;
      font-weight: bold;
      width: 70px; }

@media screen and (min-width: 768px) {
  .home-corp .busy-img {
    width: 80px;
    height: 80px; }
  .home-corp .home-view {
    /*width: 970px;*/
    max-width: 97%;
    margin: 0 auto; }
  .home-corp .nav-list {
    font-size: 16px; }
  .home-corp .nav-item {
    padding: 0 20px 5px 20px; }
  .home-corp .nav-item-icon.tests {
    position: relative;
    left: 7px; }
    .home-corp .nav-item-icon.tests svg {
      width: 40px;
      height: 36px; }
    .home-corp .nav-item-icon.tests path,
    .home-corp .nav-item-icon.tests polygon,
    .home-corp .nav-item-icon.tests line {
      stroke-width: 6px; }
  .home-corp .nav-item-icon.results svg {
    width: 53px;
    height: 37px; }
  .home-corp .nav-item-link:hover {
    color: #919EA7;
    cursor: pointer; } }

@media screen and (max-width: 767px) {
  .home-corp {
    width: 99%;
    /*.home-view {
            overflow: auto;
            height: calc(100% - 65px);
        }*/
    /*.nav-list {
            font-size: 14px;
        }*/
    /*.nav-item {
            padding: 0 10px 5px 10px;
        }*/
    /*.nav-item-icon {

            &.tests {
                svg {
                    width: 30px;
                    height: 27px;
                }
            }

            &.results {
                svg {
                    width: 45px;
                    height: 27px;
                }
            }
        }*/ }
    .home-corp .title {
      font-size: 20px; }
    .home-corp .busy-img {
      width: 40px;
      height: 40px; } }

.home-results {
  color: #FFF;
  /*.tooltip {
        position: absolute;
        z-index: 10;
        border: solid 2px $nav-color;
        background-color: $panel-color;

        &.ng-hide-remove {
            animation-duration: .4s;
        }

        .nav-panel {
            margin-top: 25px;
        }

        .btn {
            margin: 0 5px;
            font-weight: bold;
        }
    }*/ }
  .home-results .content-view {
    position: relative; }
  .home-results .overall .title {
    text-transform: none;
    margin-bottom: 20px; }
  .home-results .overall .radar-chart {
    width: 200px;
    height: 120px; }
  .home-results .covered {
    opacity: 0; }
    .home-results .covered.off {
      opacity: 1; }
  .home-results .cards {
    margin: 0 -10px; }
  .home-results .card-item {
    display: inline-block;
    margin: 10px; }
  .home-results .preloader {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 5; }
    .home-results .preloader .welcome {
      margin: 10px 0; }
    .home-results .preloader .nav {
      position: relative; }
    .home-results .preloader .btn {
      padding-left: 12px;
      padding-right: 12px; }
  .home-results .item-tabs {
    font-size: 16px;
    margin-bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -ms-flex-pack: justify; }
  .home-results .item-tab {
    text-align: center;
    display: inline-block;
    margin: 0;
    position: relative;
    background-color: #28323E;
    -moz-transition: background-color .4s ease-in-out;
    -o-transition: background-color .4s ease-in-out;
    -webkit-transition: background-color .4s ease-in-out;
    transition: background-color .4s ease-in-out; }
    .home-results .item-tab.nav-item-link {
      text-transform: uppercase; }
    .home-results .item-tab.overall .nav-item-link, .home-results .item-tab.selected .nav-item-link {
      color: #FFF; }
      .home-results .item-tab.overall .nav-item-link path, .home-results .item-tab.selected .nav-item-link path {
        stroke: #FFF; }
    .home-results .item-tab.overall {
      background-color: #3e5265; }
    .home-results .item-tab.selected {
      background-color: #2DA58C;
      pointer-events: none; }
    .home-results .item-tab.disabled {
      opacity: .2;
      pointer-events: none; }
  .home-results .item-symbol {
    vertical-align: bottom; }
    .home-results .item-symbol .icon {
      width: 100%;
      height: 100%; }
    .home-results .item-symbol.corp-analytical-ability {
      width: 28px;
      height: 28px; }
      .home-results .item-symbol.corp-analytical-ability path {
        stroke-width: 10px; }
    .home-results .item-symbol.corp-analytical-ability-demo {
      width: 28px;
      height: 28px; }
      .home-results .item-symbol.corp-analytical-ability-demo path {
        stroke-width: 10px; }
    .home-results .item-symbol.corp-strategic-thinking {
      width: 28px;
      height: 28px; }
      .home-results .item-symbol.corp-strategic-thinking path {
        stroke-width: 10px; }
    .home-results .item-symbol.corp-execution {
      width: 32px;
      height: 25px; }
      .home-results .item-symbol.corp-execution path {
        stroke-width: 20px; }
    .home-results .item-symbol.overall {
      width: 32px;
      height: 18px; }
      .home-results .item-symbol.overall line {
        stroke-width: 4px; }
  .home-results .my.bg, .home-results .my .bg {
    background-color: #2DA58C; }
  .home-results .global.bg, .home-results .global .bg {
    background-color: #3e5265; }
  .home-results .panel {
    /*margin-top: 4px;*/
    /*background-color: $panel-color;*/ }
  .home-results .pulse {
    right: 36%;
    top: 12px; }
  .home-results .restart {
    position: relative; }
  .home-results .btn-restart {
    color: #000;
    font-size: 17px;
    font-weight: bold;
    margin-left: 40px;
    margin-right: 40px; }
  .home-results .hotspot {
    bottom: 90%;
    right: -webkit-calc(22%);
    right: calc(22%); }
    .home-results .hotspot .arrow {
      right: 20px;
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
      top: 100%; }
  .home-results .section-title {
    margin: 0; }
  .home-results .score-value {
    margin: 0 10px; }
  .home-results .section {
    margin-top: 20px; }
  .home-results .description-title {
    margin-bottom: 10px;
    display: inline-block;
    text-transform: uppercase; }
  .home-results .skill-bars .bar-group-block.my {
    height: 56%; }
  .home-results .skill-bars .bar-group-block.global {
    height: 30%; }
  .home-results .tip .icon path, .home-results .tip .icon line {
    stroke: #2DA58C;
    stroke-width: 20px; }
  .home-results .tip .section-title {
    margin: 15px 0 10px 0; }
  .home-results .tip .notes li {
    margin-top: 10px; }
  .home-results .reflection {
    margin: 0 20px; }
  .home-results .content {
    position: relative; }
    .home-results .content::before {
      content: '';
      display: block;
      background-color: #28323E;
      opacity: 0; }
    .home-results .content.tooltip-open::before {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: 5;
      opacity: .8;
      -moz-transition: opacity .4s ease-in-out;
      -o-transition: opacity .4s ease-in-out;
      -webkit-transition: opacity .4s ease-in-out;
      transition: opacity .4s ease-in-out; }
  .home-results .tab-tooltip {
    left: 0;
    opacity: 0;
    width: 100%;
    white-space: normal; }
    .home-results .tab-tooltip.open {
      opacity: 1; }
    .home-results .tab-tooltip .item-tabs {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      z-index: -1; }
    .home-results .tab-tooltip .item-tab {
      height: 2px;
      text-align: center;
      padding: 0;
      position: relative; }
    .home-results .tab-tooltip .arrow {
      top: -20px;
      left: 50%;
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }

@media screen and (max-width: 767px) {
  .home-results {
    font-size: 16px;
    /*.toolbox {
           
        }*/
    /*.tooltip {
            background-color: $panel-color;
        }*/
    /*.tab-tooltip {
            width: 95%;
            top: 10px;
            left: 50%;
            transform: translateX(-50%);
        }*/ }
    .home-results .content-view {
      background-color: #28323E; }
    .home-results .overall {
      /*width: -webkit-calc(100% - 14px);
			width: calc(100% - 14px); */
      width: auto; }
      .home-results .overall .top-title {
        width: 100%;
        padding: 5px 0;
        color: #FA9F1B;
        background-color: #28323E;
        font-size: 20px;
        position: fixed;
        z-index: 1;
        margin-top: -2px; }
      .home-results .overall .mob-top-offset {
        margin-top: 40px; }
      .home-results .overall .overall-content {
        height: calc(100% - 60px);
        overflow-y: auto; }
      .home-results .overall ml-owl-carousel .owl-nav-link {
        height: 50px; }
        .home-results .overall ml-owl-carousel .owl-nav-link.next {
          right: -15px; }
        .home-results .overall ml-owl-carousel .owl-nav-link.prev {
          left: -15px; }
      .home-results .overall .section-tabs {
        position: fixed;
        width: 14px;
        bottom: 0;
        top: 142px;
        z-index: 2;
        opacity: 1;
        -moz-transition: opacity .2s ease-in-out;
        -o-transition: opacity .2s ease-in-out;
        -webkit-transition: opacity .2s ease-in-out;
        transition: opacity .2s ease-in-out; }
        .home-results .overall .section-tabs.out {
          opacity: 0; }
      .home-results .overall .section-tab {
        height: 25%;
        margin-top: 5px;
        float: right;
        width: 100%;
        background-color: #28323E;
        transition: background-color .2s ease-in-out; }
        .home-results .overall .section-tab.selected {
          background-color: #3e5265; }
      .home-results .overall .section-tab-link {
        width: 100%;
        height: 100%;
        display: block; }
    .home-results .preloader .nav {
      height: 40px; }
    .home-results .item-tabs {
      margin-top: 3px; }
    .home-results .item-tab {
      width: -webkit-calc(100% / 4 - 3px + 1px);
      width: calc(100% / 4 - 3px + 1px);
      padding: 3px 0; }
    .home-results .panel {
      padding: 15px 20px;
      margin-top: 4px;
      background-color: #1A2028; }
    .home-results .content {
      height: -webkit-calc(100% - 142px);
      height: calc(100% - 142px);
      overflow-y: auto; }
      .home-results .content.tooltip-open {
        overflow-y: hidden; }
        .home-results .content.tooltip-open::before {
          position: fixed; }
    .home-results .section-title {
      font-size: 16px; }
      .home-results .section-title.score {
        margin-top: 20px;
        margin-bottom: 25px; }
    .home-results .workout-name {
      font-size: 20px;
      margin-top: 15px;
      margin-bottom: 0; }
    .home-results .score-value {
      font-size: 24px; }
    .home-results .nav-item-link {
      vertical-align: middle; }
    .home-results .description {
      margin-top: 40px; }
    .home-results .tip .icon {
      width: 42px;
      height: 40px; }
    .home-results .tab-tooltip {
      left: 50%;
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      position: fixed;
      max-width: 312px; }
      .home-results .tab-tooltip.open {
        -moz-transition: opacity .6s ease-in-out;
        -o-transition: opacity .6s ease-in-out;
        -webkit-transition: opacity .6s ease-in-out;
        transition: opacity .6s ease-in-out; }
    .home-results .btn {
      font-size: 14px; }
    .home-results .btn-restart {
      margin-left: auto;
      margin-right: auto; }
    .home-results .restart-modal {
      position: fixed;
      left: 0;
      right: 0;
      bottom: 0;
      height: calc(100% - 110px);
      z-index: 100;
      overflow: hidden; }
      .home-results .restart-modal .restart {
        border: outset 2px #FFF;
        font-size: 16px;
        color: #FFF;
        background-color: rgba(33, 43, 53, 0.9);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        flex-direction: column;
        justify-content: center; }
  .rtl .home-results .hotspot {
    right: auto;
    left: calc(22%); }
  .rtl .home-results .overall .section-tabs {
    left: 0; }
  .ltr .home-results .overall .section-tabs {
    right: 0; } }

@media screen and (min-width: 768px) {
  .home-results {
    font-size: 18px;
    margin-bottom: 30px;
    /*.icon {
            width: 80px;
        }*/
    /*.tooltip {
            
        }*/ }
    .home-results .preloader .nav {
      height: 50px; }
    .home-results .item-tabs {
      margin-top: 4px; }
    .home-results .item-tab {
      width: -webkit-calc(100% / 4 - 4px);
      width: calc(100% / 4 - 4px);
      padding: 15px 0; }
    .home-results .panel {
      padding: 40px 60px 40px;
      margin-top: 4px;
      background-color: #28323E; }
    .home-results .section-title {
      font-size: 20px; }
      .home-results .section-title.score {
        font-weight: bold; }
    .home-results .score-value {
      font-size: 40px;
      vertical-align: sub; }
    .home-results .toolbox {
      height: 40px; }
    .home-results .skill-bars {
      margin-top: 40px; }
    .home-results .description {
      height: 520px;
      padding: 0 10px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      justify-content: space-between;
      -ms-flex-pack: justify;
      flex-direction: column;
      overflow: auto; }
    .home-results .tab-tooltip {
      top: 10px;
      font-size: 20px; }
      .home-results .tab-tooltip.open {
        -moz-transition: opacity .6s ease-in-out, top .3s ease-in-out;
        -o-transition: opacity .6s ease-in-out, top .3s ease-in-out;
        -webkit-transition: opacity .6s ease-in-out, top .3s ease-in-out;
        transition: opacity .6s ease-in-out, top .3s ease-in-out;
        top: 0; }
    .home-results .tip .icon {
      width: 65px;
      height: 70px; } }

@media (min-width: 992px) {
  .col-md-3 {
    width: 24.1%; } }

.modal.corp-pane-modal .modal-body {
  height: auto !important;
  padding: 25px; }
  .modal.corp-pane-modal .modal-body .btn-restart {
    color: #000;
    font-size: 17px;
    font-weight: bold;
    width: 16%;
    margin-left: 5px;
    margin-right: 5px; }
  .modal.corp-pane-modal .modal-body .restart-nav-panel {
    margin-top: 15px; }


.home-corp {
  margin: 0 auto; }
  .home-corp .heading {
    width: 100%; }
  .home-corp .nav-list {
    margin: 0; }
  .home-corp .btn {
    font-size: 14px; }
  .home-corp .title {
    text-transform: uppercase;
    color: #FFA200;
    width: 100%;
    text-align: center;
    margin: 0; }
  .home-corp .nav-item {
    display: inline-block;
    position: relative;
    color: #FFF;
    margin: 0 5px;
    top: 2px; }
    .home-corp .nav-item.selected {
      border-bottom: solid 2px #FFA200;
      font-weight: bold; }
      .home-corp .nav-item.selected .nav-item-link {
        color: #FFF; }
      .home-corp .nav-item.selected .nav-item-icon path, .home-corp .nav-item.selected .nav-item-icon polygon, .home-corp .nav-item.selected .nav-item-icon line {
        stroke: #FFF; }
    .home-corp .nav-item.disabled .nav-item-link {
      color: #919EA7;
      opacity: .6;
      pointer-events: none; }
    .home-corp .nav-item.tests .pulse {
      top: 0;
      margin-left: 8px; }
  .home-corp .nav-item-link {
    display: inline-block;
    color: #919EA7;
    font-weight: 400;
    text-transform: uppercase; }
    .home-corp .nav-item-link.close-link {
      color: #919EA7 !important; }
    .home-corp .nav-item-link path {
      stroke: #919EA7; }
    .home-corp .nav-item-link:hover {
      text-decoration: none;
      opacity: .6; }
    .home-corp .nav-item-link:focus {
      text-decoration: none; }
  .home-corp .nav-item-icon {
    position: relative; }
    .home-corp .nav-item-icon.results path {
      stroke-width: 15px; }
    .home-corp .nav-item-icon path, .home-corp .nav-item-icon polygon, .home-corp .nav-item-icon line {
      stroke: #919EA7;
      fill: none; }
  .home-corp .hr {
    margin: 0;
    border-top-color: #2E3D4C; }
  .home-corp .hotspot .close-link {
    position: absolute;
    right: 5px;
    top: 2px; }
  .home-corp .pulse {
    position: absolute;
    z-index: 220; }
    .home-corp .pulse .pulse-outer,
    .home-corp .pulse .pulse-inner {
      -moz-animation-duration: .7s;
      -o-animation-duration: .7s;
      -webkit-animation-duration: .7s;
      animation-duration: .7s; }
    .home-corp .pulse .pulse-outer {
      border: 1px solid #FA9F1B;
      -webkit-border-radius: 16px;
      -moz-border-radius: 16px;
      border-radius: 16px;
      height: 16px;
      width: 16px;
      top: -8px;
      left: -8px; }
    .home-corp .pulse .pulse-inner {
      border: none;
      background-color: #FA9F1B;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      border-radius: 8px;
      height: 8px;
      width: 8px;
      top: -4px;
      left: -4px;
      z-index: 1; }
  .home-corp .tooltip {
    position: absolute;
    z-index: 10;
    border: solid 2px #919EA7;
    background-color: #28323E;
    padding: 25px 0;
    white-space: nowrap; }
    .home-corp .tooltip .arrow {
      display: block;
      position: absolute;
      stroke-width: 18px;
      stroke: #919EA7;
      fill: #28323E;
      width: 16px;
      height: 16px; }
    .home-corp .tooltip.ng-hide-remove {
      -moz-animation-duration: .4s;
      -o-animation-duration: .4s;
      -webkit-animation-duration: .4s;
      animation-duration: .4s; }
    .home-corp .tooltip.hotspot {
      z-index: 205;
      padding: 20px 30px 15px 30px; }
      .home-corp .tooltip.hotspot .nav-panel {
        margin-top: 15px; }
      .home-corp .tooltip.hotspot.ng-hide-remove {
        -moz-animation: bounceIn .7s ease-in-out;
        -o-animation: bounceIn .7s ease-in-out;
        -webkit-animation: bounceIn .7s ease-in-out;
        animation: bounceIn .7s ease-in-out; }
    .home-corp .tooltip.tests {
      right: 80%;
      top: -25px; }
      .home-corp .tooltip.tests .arrow {
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        top: 15px;
        right: -16px; }
    .home-corp .tooltip .nav-panel {
      margin-top: 25px; }
    .home-corp .tooltip .btn {
      margin: 0 5px;
      font-weight: bold;
      padding: 3px 0;
      border-radius: 2px;
      color: #000;
      font-weight: bold;
      width: 70px; }

@media screen and (min-width: 768px) {
  .home-corp .busy-img {
    width: 80px;
    height: 80px; }
  .home-corp .home-view {
    /*width: 970px;*/
    max-width: 97%;
    margin: 0 auto; }
  .home-corp .nav-list {
    font-size: 16px; }
  .home-corp .nav-item {
    padding: 0 20px 5px 20px; }
  .home-corp .nav-item-icon.tests {
    position: relative;
    left: 7px; }
    .home-corp .nav-item-icon.tests svg {
      width: 40px;
      height: 36px; }
    .home-corp .nav-item-icon.tests path,
    .home-corp .nav-item-icon.tests polygon,
    .home-corp .nav-item-icon.tests line {
      stroke-width: 6px; }
  .home-corp .nav-item-icon.results svg {
    width: 53px;
    height: 37px; }
  .home-corp .nav-item-link:hover {
    color: #919EA7;
    cursor: pointer; } }

@media screen and (max-width: 767px) {
  .home-corp {
    width: 99%;
    /*.home-view {
            overflow: auto;
            height: calc(100% - 65px);
        }*/
    /*.nav-list {
            font-size: 14px;
        }*/
    /*.nav-item {
            padding: 0 10px 5px 10px;
        }*/
    /*.nav-item-icon {

            &.tests {
                svg {
                    width: 30px;
                    height: 27px;
                }
            }

            &.results {
                svg {
                    width: 45px;
                    height: 27px;
                }
            }
        }*/ }
    .home-corp .title {
      font-size: 20px; }
    .home-corp .busy-img {
      width: 40px;
      height: 40px; } }


.modal.a4.corp-preview-modal.ng-hide-remove {
  -moz-animation: fadeIn .5s ease-in-out forwards;
  -o-animation: fadeIn .5s ease-in-out forwards;
  -webkit-animation: fadeIn .5s ease-in-out forwards;
  animation: fadeIn .5s ease-in-out forwards; }

.modal.a4.corp-preview-modal.ng-hide-add {
  -moz-animation: fadeOut .3s ease-in-out forwards;
  -o-animation: fadeOut .3s ease-in-out forwards;
  -webkit-animation: fadeOut .3s ease-in-out forwards;
  animation: fadeOut .3s ease-in-out forwards; }

.modal.a4.corp-preview-modal .modal-body {
  margin-top: 0;
  margin-bottom: 0; }

.modal.a4.corp-preview-modal .modal-content {
  height: 100%; }

.modal.a4.corp-preview-modal .img-block {
  height: 65%;
  position: relative; }

.modal.a4.corp-preview-modal .main-block {
  background-color: #2DA58C;
  height: 35%;
  padding: 15px 0; }

.modal.a4.corp-preview-modal .img {
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.modal.a4.corp-preview-modal .preview-list {
  position: relative;
  color: #FFF;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0; }

.modal.a4.corp-preview-modal .preview-item {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }
  .modal.a4.corp-preview-modal .preview-item.active.next {
    -moz-animation: slideInRight 0.2s ease-in-out forwards;
    -o-animation: slideInRight 0.2s ease-in-out forwards;
    -webkit-animation: slideInRight 0.2s ease-in-out forwards;
    animation: slideInRight 0.2s ease-in-out forwards; }
  .modal.a4.corp-preview-modal .preview-item.active.prev {
    -moz-animation: slideInLeft 0.2s ease-in-out forwards;
    -o-animation: slideInLeft 0.2s ease-in-out forwards;
    -webkit-animation: slideInLeft 0.2s ease-in-out forwards;
    animation: slideInLeft 0.2s ease-in-out forwards; }
  .modal.a4.corp-preview-modal .preview-item.inactive.next {
    -moz-animation: slideOutLeft 0.2s ease-in-out forwards;
    -o-animation: slideOutLeft 0.2s ease-in-out forwards;
    -webkit-animation: slideOutLeft 0.2s ease-in-out forwards;
    animation: slideOutLeft 0.2s ease-in-out forwards; }
  .modal.a4.corp-preview-modal .preview-item.inactive.prev {
    -moz-animation: slideOutRight 0.2s ease-in-out forwards;
    -o-animation: slideOutRight 0.2s ease-in-out forwards;
    -webkit-animation: slideOutRight 0.2s ease-in-out forwards;
    animation: slideOutRight 0.2s ease-in-out forwards; }

.modal.a4.corp-preview-modal .bullets {
  padding: 0;
  margin: 0; }

.modal.a4.corp-preview-modal .bullet {
  width: 13px;
  height: 13px;
  margin: 0 3px;
  border-radius: 100%;
  background-color: #63d5bd;
  display: inline-block; }
  .modal.a4.corp-preview-modal .bullet.current {
    background-color: #FFF; }

.modal.a4.corp-preview-modal .description-frame {
  position: relative; }

.modal.a4.corp-preview-modal .description {
  position: absolute;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.modal.a4.corp-preview-modal .nav {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%; }

.modal.a4.corp-preview-modal .nav-left {
  float: left; }

.modal.a4.corp-preview-modal .nav-right {
  float: right; }

.modal.a4.corp-preview-modal .link {
  color: #FFF;
  cursor: pointer; }
  .modal.a4.corp-preview-modal .link.ng-hide-remove {
    -moz-animation: fadeIn .3s ease-in-out forwards;
    -o-animation: fadeIn .3s ease-in-out forwards;
    -webkit-animation: fadeIn .3s ease-in-out forwards;
    animation: fadeIn .3s ease-in-out forwards; }

.modal.a4.corp-preview-modal .nav-link.next .nav-icon {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  -ms-filter: "FlipH";
  filter: FlipH; }

@media screen and (min-width: 768px) {
  .modal.a4.corp-preview-modal {
    background-color: rgba(33, 43, 53, 0.8);
    font-size: 20px; }
    .modal.a4.corp-preview-modal.ng-hide-remove .modal-body {
      -moz-animation: growIn .5s ease-in-out forwards;
      -o-animation: growIn .5s ease-in-out forwards;
      -webkit-animation: growIn .5s ease-in-out forwards;
      animation: growIn .5s ease-in-out forwards; }
    .modal.a4.corp-preview-modal.ng-hide-add .modal-body {
      -moz-animation: growOut .2s ease-in-out forwards;
      -o-animation: growOut .2s ease-in-out forwards;
      -webkit-animation: growOut .2s ease-in-out forwards;
      animation: growOut .2s ease-in-out forwards; }
    .modal.a4.corp-preview-modal .modal-body {
      width: 480px;
      height: 760px;
      top: 50%;
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      margin-top: 0;
      box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.7); }
    .modal.a4.corp-preview-modal .description-frame {
      margin: 0 40px;
      height: 160px; }
    .modal.a4.corp-preview-modal .nav {
      padding: 15px; }
    .modal.a4.corp-preview-modal .nav-link {
      cursor: pointer;
      width: 30px;
      height: 30px; }
      .modal.a4.corp-preview-modal .nav-link:hover {
        opacity: .6; } }

@media screen and (max-width: 767px) {
  .modal.a4.corp-preview-modal {
    background-color: transparent;
    font-size: 16px; }
    .modal.a4.corp-preview-modal.ng-hide-remove .modal-body {
      -moz-animation: slideInRight .5s ease-in-out forwards;
      -o-animation: slideInRight .5s ease-in-out forwards;
      -webkit-animation: slideInRight .5s ease-in-out forwards;
      animation: slideInRight .5s ease-in-out forwards; }
    .modal.a4.corp-preview-modal.ng-hide-add .modal-body {
      -moz-animation: slideOutRight .2s ease-in-out forwards;
      -o-animation: slideOutRight .2s ease-in-out forwards;
      -webkit-animation: slideOutRight .2s ease-in-out forwards;
      animation: slideOutRight .2s ease-in-out forwards; }
    .modal.a4.corp-preview-modal .modal-body {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: calc(100% - 50px);
      height: -webkit-calc(100% - 50px);
      animation: none; }
    .modal.a4.corp-preview-modal .description-frame {
      margin: 0 35px;
      height: 70%; }
    .modal.a4.corp-preview-modal .nav {
      padding: 10px 15px; }
    .modal.a4.corp-preview-modal .nav-link {
      width: 27px;
      height: 27px; }
    .modal.a4.corp-preview-modal .img {
      max-width: 80%;
      max-height: 80%; } }

@media screen and (max-width: 767px) and (orientation: landscape) {
  .modal.a4.corp-preview-modal .bullets {
    display: none; }
  .modal.a4.corp-preview-modal .description {
    left: 50%;
    top: 0;
    transform: translate(-50%, 0); } }


.corp-exported-pdf {
  font-family: Helvetica, Arial, sans-serif;
  color: #000000;
  background: #ffffff; }
  .corp-exported-pdf .section {
    margin-top: 20px; }
  .corp-exported-pdf .panel {
    padding: 40px 0;
    margin-top: 4px; }
  .corp-exported-pdf .notes {
    list-style-type: none;
    padding-left: 20px; }
    .corp-exported-pdf .notes li::before {
      content: "\2022";
      margin-right: 5px; }
  .corp-exported-pdf .tip .notes li {
    margin-top: 10px; }
  .corp-exported-pdf .flex {
    display: flex; }
  .corp-exported-pdf .flex-justify-center {
    display: flex;
    justify-content: center;
    align-items: center; }
  .corp-exported-pdf .pdf-header {
    background-color: #1A2028;
    text-transform: uppercase;
    padding: 0 20px;
    color: #ffffff;
    display: flex;
    align-items: center; }
    .corp-exported-pdf .pdf-header h3 {
      margin-left: auto;
      font-size: 16px; }
  .corp-exported-pdf .workout-icon {
    margin-left: 10px; }
  .corp-exported-pdf .skill-bars {
    margin-top: 40px; }
    .corp-exported-pdf .skill-bars .bar-group-block.my {
      height: 56%; }
    .corp-exported-pdf .skill-bars .bar-group-block.global {
      height: 30%; }
  .corp-exported-pdf .my.bg, .corp-exported-pdf .my .bg {
    background-color: #2DA58C; }
  .corp-exported-pdf .global.bg, .corp-exported-pdf .global .bg {
    background-color: #3e5265; }

.rtl .corp-exported-pdf h3 {
  margin-left: 0;
  margin-right: auto; }


.home-results {
  color: #FFF;
  /*.tooltip {
        position: absolute;
        z-index: 10;
        border: solid 2px $nav-color;
        background-color: $panel-color;

        &.ng-hide-remove {
            animation-duration: .4s;
        }

        .nav-panel {
            margin-top: 25px;
        }

        .btn {
            margin: 0 5px;
            font-weight: bold;
        }
    }*/ }
  .home-results .content-view {
    position: relative; }
  .home-results .overall .title {
    text-transform: none;
    margin-bottom: 20px; }
  .home-results .overall .radar-chart {
    width: 200px;
    height: 120px; }
  .home-results .covered {
    opacity: 0; }
    .home-results .covered.off {
      opacity: 1; }
  .home-results .cards {
    margin: 0 -10px; }
  .home-results .card-item {
    display: inline-block;
    margin: 10px; }
  .home-results .preloader {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 5; }
    .home-results .preloader .welcome {
      margin: 10px 0; }
    .home-results .preloader .nav {
      position: relative; }
    .home-results .preloader .btn {
      padding-left: 12px;
      padding-right: 12px; }
  .home-results .item-tabs {
    font-size: 16px;
    margin-bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -ms-flex-pack: justify; }
  .home-results .item-tab {
    text-align: center;
    display: inline-block;
    margin: 0;
    position: relative;
    background-color: #28323E;
    -moz-transition: background-color .4s ease-in-out;
    -o-transition: background-color .4s ease-in-out;
    -webkit-transition: background-color .4s ease-in-out;
    transition: background-color .4s ease-in-out; }
    .home-results .item-tab.nav-item-link {
      text-transform: uppercase; }
    .home-results .item-tab.overall .nav-item-link, .home-results .item-tab.selected .nav-item-link {
      color: #FFF; }
      .home-results .item-tab.overall .nav-item-link path, .home-results .item-tab.selected .nav-item-link path {
        stroke: #FFF; }
    .home-results .item-tab.overall {
      background-color: #3e5265; }
    .home-results .item-tab.selected {
      background-color: #2DA58C;
      pointer-events: none; }
    .home-results .item-tab.disabled {
      opacity: .2;
      pointer-events: none; }
  .home-results .item-symbol {
    vertical-align: bottom; }
    .home-results .item-symbol .icon {
      width: 100%;
      height: 100%; }
    .home-results .item-symbol.corp-analytical-ability {
      width: 28px;
      height: 28px; }
      .home-results .item-symbol.corp-analytical-ability path {
        stroke-width: 10px; }
    .home-results .item-symbol.corp-analytical-ability-demo {
      width: 28px;
      height: 28px; }
      .home-results .item-symbol.corp-analytical-ability-demo path {
        stroke-width: 10px; }
    .home-results .item-symbol.corp-strategic-thinking {
      width: 28px;
      height: 28px; }
      .home-results .item-symbol.corp-strategic-thinking path {
        stroke-width: 10px; }
    .home-results .item-symbol.corp-execution {
      width: 32px;
      height: 25px; }
      .home-results .item-symbol.corp-execution path {
        stroke-width: 20px; }
    .home-results .item-symbol.overall {
      width: 32px;
      height: 18px; }
      .home-results .item-symbol.overall line {
        stroke-width: 4px; }
  .home-results .my.bg, .home-results .my .bg {
    background-color: #2DA58C; }
  .home-results .global.bg, .home-results .global .bg {
    background-color: #3e5265; }
  .home-results .panel {
    /*margin-top: 4px;*/
    /*background-color: $panel-color;*/ }
  .home-results .pulse {
    right: 36%;
    top: 12px; }
  .home-results .restart {
    position: relative; }
  .home-results .btn-restart {
    color: #000;
    font-size: 17px;
    font-weight: bold;
    margin-left: 40px;
    margin-right: 40px; }
  .home-results .hotspot {
    bottom: 90%;
    right: -webkit-calc(22%);
    right: calc(22%); }
    .home-results .hotspot .arrow {
      right: 20px;
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
      top: 100%; }
  .home-results .section-title {
    margin: 0; }
  .home-results .score-value {
    margin: 0 10px; }
  .home-results .section {
    margin-top: 20px; }
  .home-results .description-title {
    margin-bottom: 10px;
    display: inline-block;
    text-transform: uppercase; }
  .home-results .skill-bars .bar-group-block.my {
    height: 56%; }
  .home-results .skill-bars .bar-group-block.global {
    height: 30%; }
  .home-results .tip .icon path, .home-results .tip .icon line {
    stroke: #2DA58C;
    stroke-width: 20px; }
  .home-results .tip .section-title {
    margin: 15px 0 10px 0; }
  .home-results .tip .notes li {
    margin-top: 10px; }
  .home-results .reflection {
    margin: 0 20px; }
  .home-results .content {
    position: relative; }
    .home-results .content::before {
      content: '';
      display: block;
      background-color: #28323E;
      opacity: 0; }
    .home-results .content.tooltip-open::before {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: 5;
      opacity: .8;
      -moz-transition: opacity .4s ease-in-out;
      -o-transition: opacity .4s ease-in-out;
      -webkit-transition: opacity .4s ease-in-out;
      transition: opacity .4s ease-in-out; }
  .home-results .tab-tooltip {
    left: 0;
    opacity: 0;
    width: 100%;
    white-space: normal; }
    .home-results .tab-tooltip.open {
      opacity: 1; }
    .home-results .tab-tooltip .item-tabs {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      z-index: -1; }
    .home-results .tab-tooltip .item-tab {
      height: 2px;
      text-align: center;
      padding: 0;
      position: relative; }
    .home-results .tab-tooltip .arrow {
      top: -20px;
      left: 50%;
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }

@media screen and (max-width: 767px) {
  .home-results {
    font-size: 16px;
    /*.toolbox {
           
        }*/
    /*.tooltip {
            background-color: $panel-color;
        }*/
    /*.tab-tooltip {
            width: 95%;
            top: 10px;
            left: 50%;
            transform: translateX(-50%);
        }*/ }
    .home-results .content-view {
      background-color: #28323E; }
    .home-results .overall {
      /*width: -webkit-calc(100% - 14px);
			width: calc(100% - 14px); */
      width: auto; }
      .home-results .overall .top-title {
        width: 100%;
        padding: 5px 0;
        color: #FA9F1B;
        background-color: #28323E;
        font-size: 20px;
        position: fixed;
        z-index: 1;
        margin-top: -2px; }
      .home-results .overall .mob-top-offset {
        margin-top: 40px; }
      .home-results .overall .overall-content {
        height: calc(100% - 60px);
        overflow-y: auto; }
      .home-results .overall ml-owl-carousel .owl-nav-link {
        height: 50px; }
        .home-results .overall ml-owl-carousel .owl-nav-link.next {
          right: -15px; }
        .home-results .overall ml-owl-carousel .owl-nav-link.prev {
          left: -15px; }
      .home-results .overall .section-tabs {
        position: fixed;
        width: 14px;
        bottom: 0;
        top: 142px;
        z-index: 2;
        opacity: 1;
        -moz-transition: opacity .2s ease-in-out;
        -o-transition: opacity .2s ease-in-out;
        -webkit-transition: opacity .2s ease-in-out;
        transition: opacity .2s ease-in-out; }
        .home-results .overall .section-tabs.out {
          opacity: 0; }
      .home-results .overall .section-tab {
        height: 25%;
        margin-top: 5px;
        float: right;
        width: 100%;
        background-color: #28323E;
        transition: background-color .2s ease-in-out; }
        .home-results .overall .section-tab.selected {
          background-color: #3e5265; }
      .home-results .overall .section-tab-link {
        width: 100%;
        height: 100%;
        display: block; }
    .home-results .preloader .nav {
      height: 40px; }
    .home-results .item-tabs {
      margin-top: 3px; }
    .home-results .item-tab {
      width: -webkit-calc(100% / 4 - 3px + 1px);
      width: calc(100% / 4 - 3px + 1px);
      padding: 3px 0; }
    .home-results .panel {
      padding: 15px 20px;
      margin-top: 4px;
      background-color: #1A2028; }
    .home-results .content {
      height: -webkit-calc(100% - 142px);
      height: calc(100% - 142px);
      overflow-y: auto; }
      .home-results .content.tooltip-open {
        overflow-y: hidden; }
        .home-results .content.tooltip-open::before {
          position: fixed; }
    .home-results .section-title {
      font-size: 16px; }
      .home-results .section-title.score {
        margin-top: 20px;
        margin-bottom: 25px; }
    .home-results .workout-name {
      font-size: 20px;
      margin-top: 15px;
      margin-bottom: 0; }
    .home-results .score-value {
      font-size: 24px; }
    .home-results .nav-item-link {
      vertical-align: middle; }
    .home-results .description {
      margin-top: 40px; }
    .home-results .tip .icon {
      width: 42px;
      height: 40px; }
    .home-results .tab-tooltip {
      left: 50%;
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      position: fixed;
      max-width: 312px; }
      .home-results .tab-tooltip.open {
        -moz-transition: opacity .6s ease-in-out;
        -o-transition: opacity .6s ease-in-out;
        -webkit-transition: opacity .6s ease-in-out;
        transition: opacity .6s ease-in-out; }
    .home-results .btn {
      font-size: 14px; }
    .home-results .btn-restart {
      margin-left: auto;
      margin-right: auto; }
    .home-results .restart-modal {
      position: fixed;
      left: 0;
      right: 0;
      bottom: 0;
      height: calc(100% - 110px);
      z-index: 100;
      overflow: hidden; }
      .home-results .restart-modal .restart {
        border: outset 2px #FFF;
        font-size: 16px;
        color: #FFF;
        background-color: rgba(33, 43, 53, 0.9);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        flex-direction: column;
        justify-content: center; }
  .rtl .home-results .hotspot {
    right: auto;
    left: calc(22%); }
  .rtl .home-results .overall .section-tabs {
    left: 0; }
  .ltr .home-results .overall .section-tabs {
    right: 0; } }

@media screen and (min-width: 768px) {
  .home-results {
    font-size: 18px;
    margin-bottom: 30px;
    /*.icon {
            width: 80px;
        }*/
    /*.tooltip {
            
        }*/ }
    .home-results .preloader .nav {
      height: 50px; }
    .home-results .item-tabs {
      margin-top: 4px; }
    .home-results .item-tab {
      width: -webkit-calc(100% / 4 - 4px);
      width: calc(100% / 4 - 4px);
      padding: 15px 0; }
    .home-results .panel {
      padding: 40px 60px 40px;
      margin-top: 4px;
      background-color: #28323E; }
    .home-results .section-title {
      font-size: 20px; }
      .home-results .section-title.score {
        font-weight: bold; }
    .home-results .score-value {
      font-size: 40px;
      vertical-align: sub; }
    .home-results .toolbox {
      height: 40px; }
    .home-results .skill-bars {
      margin-top: 40px; }
    .home-results .description {
      height: 520px;
      padding: 0 10px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      justify-content: space-between;
      -ms-flex-pack: justify;
      flex-direction: column;
      overflow: auto; }
    .home-results .tab-tooltip {
      top: 10px;
      font-size: 20px; }
      .home-results .tab-tooltip.open {
        -moz-transition: opacity .6s ease-in-out, top .3s ease-in-out;
        -o-transition: opacity .6s ease-in-out, top .3s ease-in-out;
        -webkit-transition: opacity .6s ease-in-out, top .3s ease-in-out;
        transition: opacity .6s ease-in-out, top .3s ease-in-out;
        top: 0; }
    .home-results .tip .icon {
      width: 65px;
      height: 70px; } }

@media (min-width: 992px) {
  .col-md-3 {
    width: 24.1%; } }

.modal.corp-pane-modal .modal-body {
  height: auto !important;
  padding: 25px; }
  .modal.corp-pane-modal .modal-body .btn-restart {
    color: #000;
    font-size: 17px;
    font-weight: bold;
    width: 16%;
    margin-left: 5px;
    margin-right: 5px; }
  .modal.corp-pane-modal .modal-body .restart-nav-panel {
    margin-top: 15px; }


.home-workouts {
  color: #FFF;
  /*-moz-animation: slideInLeft $anim-duration ease-in-out forwards;
    -o-animation: slideInLeft $anim-duration ease-in-out forwards;
    -webkit-animation: slideInLeft $anim-duration ease-in-out forwards;
    animation: slideInLeft $anim-duration ease-in-out forwards;*/ }
  .home-workouts .busy-img {
    position: relative; }
  .home-workouts .link {
    color: #FFF;
    cursor: pointer;
    position: relative; }
    .home-workouts .link:hover {
      text-decoration: none; }
  .home-workouts .workout-list {
    padding: 0;
    margin-bottom: 2px; }
  .home-workouts .workout {
    position: relative; }
  .home-workouts .workout-nav {
    border: outset 2px transparent;
    overflow: hidden;
    background-color: #2DA58C;
    position: absolute;
    left: 0;
    right: 0;
    background-color: #2DA58C; }
  .home-workouts .intro .nav {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
  .home-workouts .intro .icon {
    width: 50px;
    height: 50px; }
  .home-workouts .btn-start, .home-workouts .btn-restart {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    width: 75%; }
  .home-workouts .btn-restart {
    width: 45%; }
  .home-workouts .workout-img {
    position: absolute;
    left: 0;
    right: 0; }
  .home-workouts .workout-name {
    margin: 0; }
  .home-workouts .workout-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(33, 43, 53, 0.6);
    -moz-animation: fadeIn .5s ease-in-out;
    -o-animation: fadeIn .5s ease-in-out;
    -webkit-animation: fadeIn .5s ease-in-out;
    animation: fadeIn .5s ease-in-out; }
  .home-workouts .status-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .home-workouts .btn-go {
    text-transform: uppercase;
    background-color: #212B35;
    font-weight: bold;
    border-radius: 3px;
    padding: 4px 0;
    position: relative;
    opacity: 1;
    top: 0;
    -moz-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -o-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -webkit-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out; }
    .home-workouts .btn-go.ng-hide {
      opacity: 0;
      top: 20px; }
    .home-workouts .btn-go:hover {
      background-color: #040506; }
    .title-img { width: 100%;
    padding: 0 15px;
    height: 100%; }

@media screen and (min-width: 768px) {
  .home-workouts {
    font-size: 18px;
    margin-bottom: 30px; }
    .home-workouts .busy-img {
      top: 200px; }
    .home-workouts .title {
      font-size: 26px;
      margin: 40px 0 30px 0; }
    .home-workouts .workout {
      width: 33%;
      display: inline-block;
      height: 568px;
      opacity: 0;
      top: 60px;
      position: relative;
      -moz-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out;
      -o-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out;
      -webkit-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out;
      transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out; }
      .home-workouts .workout.ready {
        opacity: 1;
        top: 0; }
      .home-workouts .workout.completed .status-icon {
        width: 105px;
        height: 110px; }
      .home-workouts .workout.uncompleted .status-icon {
        width: 180px;
        height: 110px; }
      .home-workouts .workout.workout-1 .shadow, .home-workouts .workout.workout-2 .shadow {
        box-shadow: 0 -5px 30px rgba(0, 0, 0, 0.7); }
      .home-workouts .workout.workout-3 .shadow {
        box-shadow: inset 5px 0px 15px 0px rgba(0, 0, 0, 0.3); }
      .home-workouts .workout.show-intro .workout-nav {
        height: 100%;
        background-color: rgba(33, 43, 53, 0.9);
        border-color: #FFF; }
        .home-workouts .workout.show-intro .workout-nav .nav-block {
          opacity: 0; }
        .home-workouts .workout.show-intro .workout-nav .intro {
          opacity: 1;
          transition: opacity 1.7s 0.7s; }
          .home-workouts .workout.show-intro .workout-nav .intro .btn {
            margin-bottom: 30px;
            opacity: 1; }
      .home-workouts .workout.show-restart .workout-nav {
        height: 41%;
        background-color: rgba(33, 43, 53, 0.9);
        border-color: #FFF; }
        .home-workouts .workout.show-restart .workout-nav .nav-block {
          opacity: 0; }
        .home-workouts .workout.show-restart .workout-nav .restart {
          opacity: 1;
          transition: opacity 1.7s 0.7s; }
          .home-workouts .workout.show-restart .workout-nav .restart .btn {
            margin-bottom: 30px;
            opacity: 1; }
    .home-workouts .workout-img {
      top: 0;
      height: 458px; }
    .home-workouts .workout-name {
      margin-bottom: 17px; }
    .home-workouts .workout-nav {
      height: 110px;
      padding: 15px;
      bottom: 0;
      -moz-transition: height 0.7s 0.3s, background-color 0.7s 0.3s, border-color 1s 0.3s;
      -o-transition: height 0.7s 0.3s, background-color 0.7s 0.3s, border-color 1s 0.3s;
      -webkit-transition: height 0.7s 0.3s, background-color 0.7s 0.3s, border-color 1s 0.3s;
      transition: height 0.7s 0.3s, background-color 0.7s 0.3s, border-color 1s 0.3s; }
      .home-workouts .workout-nav .nav-block {
        opacity: 1;
        -moz-transition: opacity 0.3s 0.3s;
        -o-transition: opacity 0.3s 0.3s;
        -webkit-transition: opacity 0.3s 0.3s;
        transition: opacity 0.3s 0.3s; }
      .home-workouts .workout-nav .intro {
        opacity: 0; }
        .home-workouts .workout-nav .intro .btn-start, .home-workouts .workout-nav .intro .btn-restart {
          opacity: 0;
          margin-bottom: -60px;
          -moz-transition: all 0.4s 0.7s;
          -o-transition: all 0.4s 0.7s;
          -webkit-transition: all 0.4s 0.7s;
          transition: all 0.4s 0.7s; }
      .home-workouts .workout-nav .restart {
        opacity: 0; }
    .home-workouts .btn-go {
      width: 160px;
      font-size: 20px; }
    .home-workouts .btn-two {
      width: 151px;
      font-size: 20px; }
  .rtl .home-workouts .workout.workout-3 .shadow {
    box-shadow: inset -10px 0px 15px 0px rgba(0, 0, 0, 0.3); } }

@media screen and (max-width: 991px) {
    .home-workouts .workout {
        height: 468px;
    }
}

@media screen and (max-width: 767px) {
  .home-workouts {
    max-width: 380px;
    margin: 0 auto;
    height: 100%; }
    .home-workouts .restart-modal .restart {
      border: outset 2px #FFF;
      font-size: 16px;
      color: #FFF;
      background-color: rgba(33, 43, 53, 0.9);
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: flex;
      flex-direction: column;
      justify-content: center; }
    .home-workouts .intro-modal, .home-workouts .restart-modal {
      position: fixed;
      left: 0;
      right: 0;
      bottom: 0;
      height: calc(100% - 110px);
      z-index: 100;
      overflow: hidden; }
      .home-workouts .intro-modal .intro, .home-workouts .restart-modal .intro {
        padding: 25px 15px 15px;
        border: outset 2px #FFF;
        font-size: 16px;
        color: #FFF;
        background-color: rgba(33, 43, 53, 0.9);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      .home-workouts .intro-modal .workout-name, .home-workouts .restart-modal .workout-name {
        margin-top: 20px;
        font-size: 28px;
        margin: 0; }
      .home-workouts .intro-modal .nav, .home-workouts .restart-modal .nav {
        bottom: 30px; }
      .home-workouts .intro-modal .close-link, .home-workouts .restart-modal .close-link {
        right: 10px;
        top: 5px;
        position: absolute;
        font-size: 20px; }
    .home-workouts .title {
      margin: 0;
      border-top: solid 2px #344555;
      padding: 20px 0; }
    .home-workouts .busy-img {
      top: 50%;
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
    .home-workouts .workout {
      height: 160px;
      max-width: 100%; }
      .home-workouts .workout.completed .status-icon {
        width: 50px;
        height: 55px; }
      .home-workouts .workout.uncompleted .status-icon {
        width: 90px;
        height: 60px; }
    .home-workouts .img {
      width: 100%;
      height: 100%; }
    .home-workouts .workout-img {
      bottom: 0;
      height: 120px; }
    .home-workouts .workout-name {
      font-size: 18px;
      margin: 0 10px; }
    .home-workouts .workout-nav {
      height: 40px;
      top: 0;
      padding: 0 8px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center; }
    .home-workouts .workout-symbol .icon {
      width: 100%;
      height: 100%; }
    .home-workouts .workout-symbol.corp-analytical-ability, .home-workouts .workout-symbol.corp-analytical-ability-demo {
      width: 28px;
      height: 28px; }
      .home-workouts .workout-symbol.corp-analytical-ability path, .home-workouts .workout-symbol.corp-analytical-ability-demo path {
        stroke-width: 14px; }
    .home-workouts .workout-symbol.corp-strategic-thinking {
      width: 28px;
      height: 28px; }
      .home-workouts .workout-symbol.corp-strategic-thinking path {
        stroke-width: 14px; }
    .home-workouts .workout-symbol.corp-execution {
      width: 32px;
      height: 30px; }
      .home-workouts .workout-symbol.corp-execution path {
        stroke-width: 24px; }
    .home-workouts .nav-block {
      position: absolute;
      width: 97%;
      bottom: 10px; }
    .home-workouts .btn-go {
      width: 120px;
      font-size: 16px; } }


.modal.default-preview-modal .section-title {
  font-weight: bold; }

.modal.default-preview-modal .section-list {
  display: flex;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.modal.default-preview-modal .tools-list {
  list-style-type: disc;
  padding-left: 24px;
  margin: 0; }

.rtl .modal.default-preview-modal .tools-list {
  padding-left: 0;
  padding-right: 24px; }

@media screen and (min-width: 768px) {
  .modal.default-preview-modal .modal-body {
    max-width: 888px;
    width: 92%; }
  .modal.default-preview-modal .workout-title {
    font-size: 36px;
    margin-top: 30px; }
  .modal.default-preview-modal .section-title {
    font-size: 20px; }
  .modal.default-preview-modal .section-list {
    margin: 20px 30px 30px 30px; }
    .modal.default-preview-modal .section-list .section-item {
      font-size: 20px;
      flex-basis: 31%; }
  .modal.default-preview-modal .start-block {
    height: 158px;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
  .modal.default-preview-modal .btn-start {
    padding: 4px 62px 8px 62px;
    color: #1A2028;
    font-weight: bold;
    border: solid 1px #1A2028; } }

@media screen and (max-width: 767px) {
  .modal.default-preview-modal .modal-body {
    height: 98%; }
    .modal.default-preview-modal .modal-body .modal-content {
      position: relative;
      height: calc(100% - 20px); }
  .modal.default-preview-modal .workout-title {
    font-size: 24px;
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2); }
  .modal.default-preview-modal .section-title {
    font-size: 16px;
    margin-top: 0; }
  .modal.default-preview-modal .section-list-frame {
    overflow-y: auto;
    height: calc(100% - 170px);
    margin: 10px;
    padding: 0 5px; }
  .modal.default-preview-modal .section-list {
    margin: 0; }
    .modal.default-preview-modal .section-list .section-item {
      font-size: 16px;
      margin-bottom: 25px; }
  .modal.default-preview-modal .start-block {
    background-image: none !important;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    background-color: #28323E;
    border-top: solid 1px rgba(255, 255, 255, 0.2); }
  .modal.default-preview-modal .btn-start {
    width: 94%;
    padding-top: 6px;
    padding-bottom: 8px; } }


.home-v2.home-education .content {
  padding: 0;
  background-color: #394656; }

.content{
    visibility: hidden;
}

.home-v2.home-education .activity-container {
    position: relative;
    text-align: center;
    user-select: none;
}
.activity-container .basket {
    position: relative;
    display: inline-block;
    background: #11161c;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transition: transform .3s ease-in-out, background-color .15s ease-out;
    -o-transition: transform .3s ease-in-out, background-color .15s ease-out;
    -webkit-transition: transform .3s ease-in-out, background-color .15s ease-out;
    transition: transform .3s ease-in-out, background-color .15s ease-out;
    border-left: solid 14px #192028;
    border-right: solid 14px #192028;
    border-bottom: solid 14px #192028;
    /*&.blink {
                background-color: rgba(#FFF, .7);
            }*/ }
  .home-v2.home-education .activity-container .drop {
    position: fixed;
    left: 50%;
    -moz-transition: transform .6s ease-in-out, opacity .6s ease-in-out;
    -o-transition: transform .6s ease-in-out, opacity .6s ease-in-out;
    -webkit-transition: transform .6s ease-in-out, opacity .6s ease-in-out;
    transition: transform .6s ease-in-out, opacity .6s ease-in-out; }
  .home-v2.home-education .activity-container .drop-indicator {
    top: 40px;
    opacity: 1;
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%); }
    .home-v2.home-education .activity-container .drop-indicator .drop-icon {
      position: relative;
      width: 100%;
      height: 100%; }
    .home-v2.home-education .activity-container .drop-indicator.active .drop-icon {
      -moz-animation: moveUpDown .7s ease infinite;
      -o-animation: moveUpDown .7s ease infinite;
      -webkit-animation: moveUpDown .7s ease infinite;
      animation: moveUpDown .7s ease infinite; }
  .home-v2.home-education .activity-container .drop-text {
    color: #FFF;
    position: absolute;
    opacity: 0;
    top: 0;
    -moz-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    -o-transform: translate(-50%, -100%);
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%); }
  .home-v2.home-education .activity-container .activity {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
    .home-v2.home-education .activity-container canvas {
        background-color: transparent !important;
    }

/*canvas {
    background-color: #394656 !important;
}*/
  .home-v2.home-education .activity-container.game-over .drop-indicator, .home-v2.home-education .activity-container.scale .drop-indicator {
    -moz-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    -o-transform: translate(-50%, -100%);
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    opacity: 0; }
  .home-v2.home-education .activity-container.game-over .drop-text, .home-v2.home-education .activity-container.scale .drop-text {
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    opacity: 1; }
  .home-v2.home-education .activity-container.game-over {
    overflow: hidden; }
    .home-v2.home-education .activity-container.game-over .basket {
      -moz-transform: scale(24);
      -ms-transform: scale(24);
      -o-transform: scale(24);
      -webkit-transform: scale(24);
      transform: scale(24);
      z-index: 20;
      -moz-transition-duration: 1s;
      -o-transition-duration: 1s;
      -webkit-transition-duration: 1s;
      transition-duration: 1s; }
  .home-v2.home-education .activity-container.scale .basket {
    -moz-transform: scale(1.7, 1.7);
    -ms-transform: scale(1.7, 1.7);
    -o-transform: scale(1.7, 1.7);
    -webkit-transform: scale(1.7, 1.7);
    transform: scale(1.7, 1.7); }

@media screen and (max-width: 768px) {
  .home-education .activity-container.game-over .basket {
    -moz-transform: scale(25);
    -ms-transform: scale(25);
    -o-transform: scale(25);
    -webkit-transform: scale(25);
    transform: scale(25); }
  .home-education .activity-container .drop-indicator {
    width: 25px; }
  .home-v2.home-education .activity-container .drop-indicator {
    top: 55px; }
}

@media screen and (min-width: 1026px) {
  .home-v2.home-education .content {
    max-width: inherit; }
  .home-v2.home-education .activity-container .drop-indicator {
    width: 45px;
    height: 46px; }
}

@media screen and (max-width: 1025px) {
    .home-v2.home-education .content {
        max-width: inherit;
    }

    .home-v2.home-education .activity-container .drop-indicator {
        width: 54px;
        height: 32px;
    }
    .home-v2.home-education .activity-container .drop-indicator {
        top: 55px;
    }
}

@-moz-keyframes moveUpDown {
  0% {
    bottom: 0; }
  50% {
    bottom: 30%; }
  100% {
    bottom: 0; } }

@-webkit-keyframes moveUpDown {
  0% {
    bottom: 0; }
  50% {
    bottom: 30%; }
  100% {
    bottom: 0; } }

@keyframes moveUpDown {
  0% {
    bottom: 0; }
  50% {
    bottom: 30%; }
  100% {
    bottom: 0; } }


.modal.home-completion-modal .completion-list {
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.modal.home-completion-modal .title,
.modal.home-completion-modal .percentage-value,
.modal.home-completion-modal .workout-title {
  color: #FFF; }

.modal.home-completion-modal .bar-back {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  background-color: #151a20;
  border: solid 1px rgba(255, 255, 255, 0.2); }

.modal.home-completion-modal .bar {
  position: absolute; }

.modal.home-completion-modal .img-sphere {
  position: relative;
  overflow: hidden; }

.modal.home-completion-modal .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*iPad Adjustment*/
@media screen and (width: 768px) {
  .modal.home-completion-modal .modal-body {
    max-width: 708px; }
  .modal.home-completion-modal .completion-list {
    width: 94%; } }

/*iPad Adjustment*/
@media screen and (min-width: 769px) {
  .modal.home-completion-modal .modal-body {
    max-width: 960px; }
  .modal.home-completion-modal .completion-list {
    width: 84%; } }

@media screen and (min-width: 768px) {
  .modal.home-completion-modal .title {
    font-size: 36px;
    margin-top: 30px; }
  .modal.home-completion-modal .workout-title {
    margin-top: 5px;
    line-height: 1.2; }
  .modal.home-completion-modal .completion-list {
    justify-content: space-between;
    margin: 40px auto; }
  .modal.home-completion-modal .completion-item {
    width: 105px; }
  .modal.home-completion-modal .bar-back {
    margin: 10px 0;
    width: 25px;
    height: 250px; }
  .modal.home-completion-modal .bar {
    height: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -moz-transition: height 1s ease-out;
    -o-transition: height 1s ease-out;
    -webkit-transition: height 1s ease-out;
    transition: height 1s ease-out; }
  .modal.home-completion-modal .img-sphere {
    width: 80px;
    height: 80px; } }

@media screen and (max-width: 767px) {
  .modal.home-completion-modal .percentage-value,
  .modal.home-completion-modal .workout-title {
    font-size: 16px; }
  .modal.home-completion-modal .title {
    font-size: 24px;
    margin-top: 20px;
    padding-bottom: 20px; }
  .modal.home-completion-modal .workout-title {
    padding: 0 6px;
    margin: 0; }
  .modal.home-completion-modal .completion-list {
    margin: 10px;
    justify-content: center; }
  .modal.home-completion-modal .completion-item {
    width: 100%;
    max-width: 290px;
    margin-bottom: 25px; }
  .modal.home-completion-modal .completion-block {
    margin-top: 6px; }
  .modal.home-completion-modal .bar-back {
    height: 25px;
    width: 240px; }
  .modal.home-completion-modal .bar {
    width: 0;
    top: 0;
    bottom: 0;
    left: 0;
    -moz-transition: width 1s ease-out;
    -o-transition: width 1s ease-out;
    -webkit-transition: width 1s ease-out;
    transition: width 1s ease-out; }
  .modal.home-completion-modal .img-sphere {
    vertical-align: middle;
    width: 40px;
    height: 40px; }
  .rtl .modal.home-completion-modal .bar {
    width: 0;
    right: 0; } }

/*# sourceMappingURL=home.completion.css.map */

/*.scroll-smooth {
    -ms-scrollbar-track-color: $navbar-default-bg;
    scrollbar-track-color: $navbar-default-bg;
    -ms-scrollbar-face-color: $navbar-default-bg;
    scrollbar-face-color: $navbar-default-bg;
    -ms-scrollbar-shadow-color: $navbar-default-color;
    scrollbar-shadow-color: $navbar-default-color;
    -ms-scrollbar-arrow-color: $navbar-default-bg;
    scrollbar-arrow-color: $navbar-default-bg;

    &::-webkit-scrollbar {
        width: 10px;
    }


    &::-webkit-scrollbar-thumb {
        background-color: rgba(255, 255, 255, .1);
    }
}*/
.home-v2 {
  font-size: 22px; }
  .home-v2 .flex-1 {
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1; }
  .home-v2 ml-busy .busy-img {
    width: 80px;
    height: 80px; }
  .home-v2 ml-new-activity {
    width: 100%;
    height: 100%; }
  .home-v2 .pick-game {
    font-size: 27px;
    margin: auto; }
  .home-v2 .heading {
    position: relative;
    background-color: #28323E;
    min-height: 160px;
    padding: 10px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
    .home-v2 .heading .brand-link {
      margin: 0 30px; }
      .home-v2 .heading .brand-link:hover {
        text-decoration: none; }
    .home-v2 .heading .brand-logo {
      width: 277px;
      height: 46px; }
    .home-v2 .heading .slogan {
      font-size: 19px;
      color: #F9A020;
      letter-spacing: 1px;
      font-weight: 300;
      margin-left: 50px;
      margin-top: 2px; }
    .home-v2 .heading .tutorial {
      margin: 0 10px;
      color: #FFF;
      font-size: 18px;
      display: flex;
      align-items: center;
      height: 100%; }
    .home-v2 .heading .play-video-text {
      color: white;
      position: absolute;
      top: 15px;
      max-width: 190px;
      left: 15px;
      font-size: 0.9em; }
    .home-v2 .heading .marker {
      margin: 0 5px;
      color: #FFF; }
    .home-v2 .heading .play-video-icon {
      width: 40%; }
  .home-v2 .content {
    padding-top: 20px;
    /*background-color: #192028;*/
    position: relative;
    height: 723px; }

/* SCREEN RESOLUTION */
@media screen and (max-width: 1200px) {
    .home-v2 .content {
        height: 800px;
    }
        .pick-game {
    display: none; } }

@media screen and (max-width: 767px) {
  .v2 {
    height: 100%; }
  .home-v2 {
    height: 100%; }
    .home-v2 ml-busy .busy-img {
      width: 50px;
      height: 50px; }
    .home-v2 .heading {
      padding: 10px;
      min-height: 80px; }
      .home-v2 .heading .brand-link {
        width: 143px;
        margin: 0; }
      .home-v2 .heading .brand-logo {
        width: 100%;
        height: 24px; }
      .home-v2 .heading .slogan {
        font-size: .63em;
        margin-left: 0.47em;
        margin-top: 0;
        line-height: 1.1; }
      .home-v2 .heading .tutorial {
        margin: 0;
        width: 140px; }
      .home-v2 .heading .play-video-link {
        width: 100%; }
        .home-v2 .heading .play-video-link .play-video-icon {
          width: 20%; }
    .home-v2 .content {
      padding-top: 0;
      height: calc(100% - 80px); } }

/*# sourceMappingURL=home.css.map */

.home-talent .heading {
  min-height: 0;
  display: block; }

.home-talent .title {
  margin: 0;
  padding: 0;
  width: 100%; }

.home-talent .content {
  position: relative; }

.home-talent ml-busy.ng-hide {
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }

.home-talent .workout-item {
  position: relative;
  bottom: -20px;
  /*left: -20px;*/
  width: 252px;
  opacity: 0;
  margin: 0 6px 6px;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out; }
  .home-talent .workout-item.active {
    bottom: 0;
    left: 0;
    opacity: 1; }
  .home-talent .workout-item .workout-link {
    border: solid 4px transparent;
    position: relative;
    text-decoration: none;
    opacity: 1;
    -moz-transition: opacity 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out;
    -webkit-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out; }
  .home-talent .workout-item .workout-title {
    position: absolute;
    z-index: 10;
    left: -4px;
    bottom: -4px;
    right: -4px;
    padding: 7px 0; }
  .home-talent .workout-item.completed, .home-talent .workout-item.not-started {
    pointer-events: none; }
  .home-talent .workout-item.not-started .workout-link {
    border-color: #FFF; }
  .home-talent .workout-item.not-started .workout-title {
    background-color: rgba(25, 32, 40, 0.8);
    color: #FFF; }
  .home-talent .workout-item.uncompleted::before, .home-talent .workout-item.completed::before {
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain; }
  .home-talent .workout-item.uncompleted .workout-link, .home-talent .workout-item.completed .workout-link {
    border-color: #FA9F1B; }
  .home-talent .workout-item.uncompleted .workout-title, .home-talent .workout-item.completed .workout-title {
    color: #000;
    background-color: rgba(250, 159, 27, 0.8); }
  .home-talent .workout-item.completed .workout-link {
    opacity: 0.4; }
  .home-talent .workout-item.completed::before {
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9Iklzb2xhdGlvbl9Nb2RlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiDQoJIHk9IjBweCIgd2lkdGg9Ijg1LjcwNnB4IiBoZWlnaHQ9Ijk1LjAwMXB4IiB2aWV3Qm94PSIwIDAgODUuNzA2IDk1LjAwMSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgODUuNzA2IDk1LjAwMSINCgkgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8cGF0aCBmaWxsPSIjOEJFRDAwIiBkPSJNODMuNDM5LDEuNzcxbC0xLjYzMy0xLjAyOWMtMi4xNTItMS4zNDktNC45NzktMC44MTMtNi40NzcsMS4yMzJMMzYuMjUzLDU1LjE1M0wyNS45NzIsMzYuNDI1DQoJCWMtMC4wNTUtMC4xMDItMC4xMTUtMC4yMDMtMC4xNzYtMC4yOTljLTAuODM2LTEuMjkxLTIuODY1LTMuNDU1LTcuMDgtMy40NTVjLTMuMTMzLDAtNi45LDEuMjcxLTEwLjM0NiwzLjQ5DQoJCUMxLjEyMyw0MC44NTEtMS44NDIsNDcuMzc0LDEuMTY0LDUyLjAyOGMwLjA2MSwwLjA5NiwwLjEyOSwwLjE5MywwLjE5NSwwLjI4M2wxMy4zMywxNy43MzZsMTYuMjM0LDIyLjkxDQoJCWMwLjkxNCwxLjI4NywyLjM4OSwyLjA0MywzLjk1NSwyLjA0M2MwLjA3NiwwLDAuMTUyLTAuMDAyLDAuMjI5LTAuMDA2YzEuNjQ2LTAuMDc2LDMuMTQ1LTAuOTksMy45NjktMi40MjJsOS4yNjQtMTYuMTA5DQoJCWw0LjEzNS03LjI3MWMwLjAyMS0wLjAzNywwLjA0MS0wLjA3NCwwLjA2MS0wLjEwN0w4NS4xMzIsOC4xNTRDODYuMzMyLDUuOTExLDg1LjU5NSwzLjEyMyw4My40MzksMS43NzF6Ii8+DQo8L2c+DQo8L3N2Zz4NCg=="); }
  .home-talent .workout-item.uncompleted.en-us::before {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGIAAABXCAYAAAD/EpAQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAACGNJREFUeNrsXXlsFFUYf4UiaBRdRQSxagbBkyguhsQjRiyIGEGiXf7QaLy2Rk3wzCLReODREhOPGE2LURBR04JcCkaKojFRE4oRVBToggYJCrpIEQEp9fux30s/Jzu7s7uzM3u8L/llzp15+/3ed7xjZqoOLj5DlbL0nrjR8VjXkmG96XgXLY+kzZMJ+whY709I0LHNxfI/qlWZCSl9KC2OJtxBiNB2FS03EWoIUwmdhC2ErcVU7qpStwiSEwhPEy4hDCP04/3bCNsJnxLeJGwmC9hbrH+iFC3ieMJRhOsJ4winE84Rx78mzCE0o6KR8g+Wwp8qJSJOIgwnzCUMYF/fi3CAsJqXz5HiPyhFsy4FIqDw6wgNbAkDeP8ewjLC26T8pTowl6p/LfYYMZHwDOE8sQ81fyXhHcI8Un53OSQZxWYRVVym6YQo1/4j+Nh6pJywAMIbhP3llO0VExHw99cSHiZcJAiAfEK4lfCLKlMpFiIQiB9kKziW9yHbWcOxYaEqcykGIgYi2yHcROjD+/4gvE5oJOxWFSDVAd97AuEJwkix/0vCnYQNhH9VhUhQRMD/P0m4l1NSyFp2RWgld6gKkyCIuJLwOOEy3kbu/wrhxUokICgiIoRHCSN4+xDhXc6U9qkKFr+IQPsALce3CH15XzdnSXM4Q6po6eXTfW4kvCdIQCZ0BTfOKp4EvyxiDGEmYTBvYxzgZcJnRv3+EXEKYT4hJPYhZf3RqN4/13QxYZYgARnR1YR1ldQ+CJqI01Sy4248bye4pfyRUbl/rgnXfIlrv5bbCB8bdftnEccRmgiT+Nroqn6EsIiw16jbH4tAV8UUley8g2zjGDHTqNlfIkDADNUzjvAUE3HIqNk/Iq4ivKB6OvBms4sy4rbrwYMxa5D5HeFMrv2YeneBStN3lG52ngnWucuzTAJkD8eJfUa1/hJxvkr2nCrOkN4nfGvU6j8RLbxETyom9N5tVOo/EWg1D+f1XYQHCP8YlfpLRD/OkrRgiHO5Uaf/RGAK5BBeR4v5fqNK/4nAXNRawjG8jVnX64wq/ScCD4FMELFhulFjMETcpXpG2+aaAO2NZNvFgdkXU0XjLe8A3bVkmH2Xxa6vjRDP4ZJhRnMWv8EkhnaGr6J7GaqztJ7LVbKrW3HreVWOyq9lZevRuwQroZX3o5+qnpUZ5vZKxKWiogy3RFp8v2a+Z9FbBAiYDBJ5O5ajW2piRcWFoiyhPLuE+LgVRI0tRiLgQ8bw+m8qt1kYmoRpZJKNNtdksWXYBeQMzdFNlWWwfl6s4zm1bVneC4qugwvQJNgknsbnx3gpBfvw7BwmJaxgl+YkOLeBy6AynKev2eRwvjzHfs0w/y7E5+myyeMtYn80W4sYLbozIB/m4JbquICtOQRfezBtEQE9IVyXk3JjHGPiGcoXF/fQcWyUsFR931bxmzpxji6rdqcyToVZ+e28H+c0kUcIoWK6JeJC1fMQISaILc7B+qwMNT8bQutEMM8UuFFrpznEHykJVqgSRKwQitf3jQgiLLYO3KfR9l9HpXDLIGGsbV+MyGh2S8Q17MYw8DNTBTv8WctKa3Vxniah0cV12xxcZUhcT1uMZSPQ7jZbU1TCMJfFst3jsPVUu3RL40XKurYIYlvCIbDL4w0OCs5HLOXu0QGnsjWIcv3P/boh4myVnM0N2aFyn7MqfW9zgYkKce2rZb8+KgNxbiVucy2ZFG+XaaksmWJE3E3WFBVu6bU8/kQrFzjqgTKsFO4g1f3qdVD0iASLrxe3IeHSgsP234IEt+mrnhgGq9iQpztBjQhTcFpNiBIskdZGsyRUp7S6S6TOQXn1fCyWJxHNfD2dOemyx1xUigTHqTqR8h4uN+kg5oaIKhFcMCa90IM/Uy8yhg5Gi4MinWpmRGQsOie30hDXyAqrzbMiRXi5QpQ95qJ9orgMjVzhOuztn0zTadDs/ZwwSCXfe4EujgNedHSxNdTaTFUGxXTb9g6+NluWE0pxvpUmyDsdc7qvLnt7CtdkZUjRQ1xmLNu1a8pEBEbiFrDl4GnPx7zscTTivovjUnHOZqOu4IgYKtbNpLGAiMCYtH4WGqnrbqOuYIhAY08/8YmH0tcYdQVDBIZFB/J6h3FNwRGBNkS3yKGNawqIiLXi+BZBihGfiTiVYwPkd7FuxGci+ggr+NmoKjgiBggi/jSqCrZBp1/tNtyoKjgiOsV6X6Oqwkq6Eboh7JqQxm738qYpplnmLOXSgZjOIr5RPUOk5lnpAIlAVdvPVvFrmvP6GzUWlgi4rV1sFZ1pgvl9Ro2FJQIdfpt4fZDDOZgdjrcO1BhVFjZ91TO/JzpYww1MwlajyvyJGJzm+A+87Jfi2EgmaKMI6kbyIAKvfHvI4XhbGtc0hUn8ymRV3rQj8PjV3yo5Gw5fqtojji9nJdewm9IdfzUcpLuE1RjJ0yIwgWwe13D7vE5kTT8Rdtoaf7eIGLLSqNG7YI2XXv2lkiNy9uce8BGNkHA/eIXoZP5tpzLjFJ5nTTeLwLxT7Mc7Wk9UPR2AIEt/8weTzXYYNXpLBB7H0uPS+MjeIl6fzbV+HG/jTff6dXHzTcbkPRFwPRGxjTdVNnDwhlVgshneOiC7xNuVGbkrSINuKeEesY0JtvjMwO2EcwlncYxQTMAso8LCtaxfJSwR2zO45Yxzx7JVQBaIuGGkQF0ck2zZE/qcMIFAT6nv5mzKvOO7wEQoEZwVB2eM5pzG20h1Fxr1+UPEFyr5sQ0to8U6Hu81Ewp8IgKySiXf7S0FbgkvyjJfQvGRCMUp7Pdiu4q7RIz4TARkhFjHu123G9UFQ0Q3d21gDHuZ8u8jURUj2bwmCH1KeKZuvTLjD57LfwIMAKSIApEs1XXPAAAAAElFTkSuQmCC"); }
  .home-talent .workout-item.uncompleted.he-il::before {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGIAAABXCAYAAAD/EpAQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAACDxJREFUeNrsXWlsVFUUvi0gSxQGxQWxMojgSihGQ+LGDCoiRijRwA+NtC64JlKXGIkJrbggMSkYo0GMtCJqDFoWBWNEpomJmigUiKKAYWqQoCCMtGJBSj0n813n8DLLe+1bZjr3JF/mvvdm3nK+e5Z73713So6vvlAVsvSaujPjsY41o3rR8Q767E+b5xLaCVweSDhEx3bny3P0Vj1MSOkj6eNUwn2EGbRdQp+7CGWExwithDhhTz7dd0mhWwTJGYTnCdcQRhH6Yf9ewj7CRsIywm6ygCP5+hCFaBGnEwYQbidMIoQJl4rj3xIaCG9yRSPlHy+EhyokIs4mjCYsJwyBry8lHCN8h8+XSPGfFKJZFwIRrPAKwgJYwhDsbyOsI7xLyl+rA3Oh+td8jxFTCS8QLhf7uOZvILxHWEHK7+wJSUa+WUQJ7mkuYTZq/yk4tp1TTrYAwtuEoz0p28snItjf30Z4inCVIIDlS0IV4VfVQyVfiOBA/ASsYBD2cbazCbGhUfVwyQcizuJsh3AXoQ/2/Ul4i/Ay4bAqAukd8LWnEGoI48T+rwn3E3YQ/lVFIkERwf6/lvAoUlKWrXBF3Er+RRWZBEHEDYR5hOuwzbn/a4RFxUhAUETMIDxLGIPtE4T3kSm1qyIWv4jg9gG3HN8h9MW+TmRJDciQilpKfbrOnYQPBAmcCUXROCt6EvyyiImEhYSh2Ob3AK8Smoz6/SPiPMJKwmCxj1PWn4zq/XNNVxOWChI4I7qFsK2Y2gdBEzFcJTvuJmP7EFrKnxmV++ea+JyLUfu13EP43KjbP4sIEZYQpuHc3FX9DGEV4YhRtz8WwV0VM1Wy845lL2LEQqNmf4lgAuar1HuE50DECaNm/4i4mVCnUh149XBRRnwkQgfnAaj9PPTuIaNa/4P1i4SLUG5DnGg3qvWXiLEq2XOqkCF9TNhi1Oo/ER/ik3tSeUDvw0al/hPBrebRKCcIjxP+MSr1l4h+yJK08CvO9Uad/mdNPARyGMrcYq4O6gE61ozKdx1HCBNU8gVY3HpQz+/oikXwWNQbCadhm0ddbzN1OqMwCTUqOWrdVdfEk0CmiNgw1+g6GNf0oEq9bVvezQDNnYQ8i6cFrXG5j6U2w+8qVbKrXR+fo5IdjVricAUxG/fAvx2ERmnChlvZmOE8/NvV4jmsMgvnSudam5xaxBihpDYXAnQCSq2z7AvBnOdkeagasV1nMf1KlZoplEsG4VwVNt0Kk1OeIRbw9Tbj/rW0oEKE8R2JCpx/ghMiSnFj+iLtNmtcLmnGOeXD1oKQeZaHyiQjgCgwGOetBLJJgyDXyT1HLRgBayi3VKz6NN/VWKzJKnXoRqZzoMf20y61G5rxGbZYRRWuWWfjHPE0lhYVZOb6bQw1NNxN667C+Spt/ka705gTItiZTUT5d+X9KIxV4qEiXVSMdglhm1ZR4cJ9xx2mtnFKYeNOiHhFlHme2l4PSQjB12oFznPR2jKRnkjjnsJdUK5dKcdzxpykr+NFdwbLpx53ZyzDjVYjmEUsgbvcZeUkQEa5JRBHcB0viNBWvtoJEVeo1CTCPfrHHkoFavMiBO5mWIXOPEIuJQrp3NM0kNGI69V72NBTTi3iVnyXX/wsVN6+/owId6FFB+5GlZo91ODydTWxNXCLEZRrvaxsFB8SdolgtzRZpKxbA2h4NovUUGdEdiwi1IVrxZEdjvCQhIiFfFtEXKKSo7lZ9qvgxqxWi5Zvc1cf2CYRq9K0st0O1CxbnBAxW7ilNwLsjkmghoZF6z4XCeUWF5cvMtZaoewQoQeGsVXsCPgBFuHma9J0aUREC70SsSThoXtxwyL+JyJXpx8r/wKUj6r8mGZbLfqRoiLdTediqhy4Mb+JOMld5iKCZ/n0R5knnfPgsWM+BOZoltw9JggIodaPw8MNx/4mD9JbLdEc8aM6R5IQSneOXERcppLzoFk2+UCC7Jqwk2pK8vyq+TEbFcnx8+WKEdeK7+xWRjyTXESMFGUzaCwgIvidtJ4LzanrYaMu76R3jmN6xmcHYoQX0oR0NJ4H+uD7aAniwtkWzroeQYVTWJ58yIsXHsy3mpRtudGe4pqYAL062CHjmoIjYqs4HhekGPGZiPMRG1j+EGUjPhPRR1hBi1FVcEQMEUQcNKoKtkGnl3YbbVQVHBGtotzXqCo4IoYJ17TPqCo4Ijar1CtSM1c6QCK4yXoUVvFblu8NNGr0lgjua0rAKlqzBPM5Ro3eEsEdfrtQPifDd3iQFK86UGZU6W36qkd+T81gDXeAhD1Gld0nYmiW4z/is1+aY+NA0E4R1I10gwhe8u3JDMe/yOKaZoLEb0xW1X3hgMzTr/4mXKmS/1TVJo6vh5LL4KZ0x18ZgnSHsBoj3bQIHkC2AjXcuiQ0Z00/Ew6ok9/mzRIxZINRo3vBmhe9+kslh85Y5z3weKbBwv3wEqLT8dtWZd5TuJ413S0C8wGxn1+TnqlSHYBMlv7PHx7ntN+o0V0ieDqWHjLDf7KnB+/Wo9ZPwjZPGNHLxa00GZP7RLDrmSG2eebMAgRvtgoebMarDsgu8e+VeXPnSYNuLeERsc1TePlvBu5VyeGXFyNGKBCw1KjQu5b164Q1Yns+Ws783ZtgFSwfibhhxKMujmmW7In7nHgAwQPY7kQ2Zdb49pgIJYKzQnDmCe962Dunuo1Gff4Q8ZVKzUNgGS/KPL3XDCjwiQiWmEqu7S2F3RIvlGX+CcVHIhRS2B/Edgm6RIz4TATLGFHmtV3NYIKAiOhE1wa/w16n/PuTqKIRJ0vJcZ8SL1uwXZn3D67LfwIMAEcyxPrzGpZiAAAAAElFTkSuQmCC"); }
  .home-talent .workout-item.uncompleted::before {
    opacity: 0;
    position: relative;
    transition: opacity .5s ease-in-out;
    margin: 0 auto 0 45%;
    animation: slideUpDown 1.5s ease infinite; }
  .home-talent .workout-item.uncompleted.animated::before {
    opacity: 1; }
  .home-talent .workout-item.uncompleted:hover::before {
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    -webkit-animation-play-state: paused;
    animation-play-state: paused; }
  .home-talent .workout-item.uncompleted:hover .workout-link {
    opacity: 0.4; }

@media screen and (max-width: 768px) {
  .home-talent .heading {
    padding: 30px 0; }
  .home-talent .title {
    font-size: 22px; }
  .home-talent .workout-list {
    margin-top: 15px;
    margin-bottom: 15px; }
  .home-talent .workout-item {
    max-width: 45%; }
    .home-talent .workout-item.prev-uncompleted {
      vertical-align: top; }
    .home-talent .workout-item.uncompleted::before {
      width: 70px;
      height: 65px; }
    .home-talent .workout-item.uncompleted.bottom-item::before {
      content: none; }
    .home-talent .workout-item.uncompleted.bottom-item::after {
      content: '';
      display: block;
      opacity: 0;
      position: relative;
      -moz-transition: opacity .5s ease-in-out;
      -o-transition: opacity .5s ease-in-out;
      -webkit-transition: opacity .5s ease-in-out;
      transition: opacity .5s ease-in-out;
      margin: 0 auto 0 45%;
      -moz-animation: slideDownUp 1500ms ease infinite;
      -o-animation: slideDownUp 1500ms ease infinite;
      -webkit-animation: slideDownUp 1500ms ease infinite;
      animation: slideDownUp 1500ms ease infinite;
      width: 70px;
      height: 65px;
      background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAAAyCAMAAADIim3SAAABp1BMVEX8sST////8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sST8sSSZ5cdjAAAAjHRSTlMAAH9AvyBgEO8CMN8Bn49QzwSvcOUI1Abx+P4ZBQkRDOjM3qaEmoYKtZPAKPzhcexTCw8tzj9e3bTj4hg1aB1r9RQxVcuiVCSr7TieWm+xMhpRlByu2o4jVov9vdI+mMIH2wOjcg629Nnyt/MTxR736mFSzUlqNPpifmN8Sy7gWBW+JhIbg6C6Z5Gskqh8+rMAAAJkSURBVHherdVlr6NAGIbhpwODl3qPu7u766q7u7u7u7w/erFsU2Fzcpg76XwgnQuYgYCgOoQU22Lw6+gUA+2m7lERkEpU3ScCylMLMQFQJ/W0a72NkaFJmjq4L7lLjQo1UDN2HjhFh6JCbcRR2zB2y7aiQXdb67Gjpr5p/xM9GiQ1AnubU3jZ2xB9+4+PWxhJV2E7xWSjAO05CmB+ZHsQSQXoQreOkgzm/lQAEoOSluMSvBIKAM4A2SmtuFCcOSlwsoZmURonAzBtAIzAGItTwoeIAxIBznyFaTJizM2Mwyk3M66jNHeiRIYHuTENXmYmgCTvdFLMS/OvqDmfK4cYoCblf5DqzQTsZAECAsggDqeLd47pFSDX0RQwE14BxImDJUugjOkv9r1sVSVI0dSMpsbTRRCSLKGxEki2Pai+ja5VgpgMyKZmFEOMkgwlECU8CAv9J8IgTkphG928oyWQRNyHTtJwGATbDOabCIG8JfKhuprDehikagy29xyFQ/F0AB3JrqMCJClwkjJQbJlxFEOM+6MLKVIA4TqtVoDKKkCFit5+63Xtm5QICOdOn7GEQKmzdB/FSTwE4kY4BGuBzov59n++ealPCHT5Sv/VlAgIqzX5RiEQNojpQqCVG8uLQiBM0u1RIZA+TYNdIiDMPXj4SAiEx9rAUyGQ3r6cHRMBQX1GLc9FQEDHi+yaECj3qlZb6xIAoWmzemhJBAS8baGNdyKg1EoPvR9UrUhQQH1Yp+mlj9EhoO7TFOUnvkSHkPv6bbZ6Zjg6BOhzm98HWn/8XNSjQIHVNPEr/fvPvFq1Begv1Zdl1symLTkAAAAASUVORK5CYII=") no-repeat center/contain; }
    .home-talent .workout-item.uncompleted.bottom-item.animated::after {
      opacity: 1; }
    .home-talent .workout-item.completed::before {
      width: 56px;
      height: 70px; }
    .home-talent .workout-item .workout-title {
      font-size: 16px; } }

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .home-talent .workout-item {
    width: 222px; } }

@media screen and (min-width: 769px) {
  .home-talent .heading {
    padding: 50px 0; }
  .home-talent .title {
    font-size: 45px; }
  .home-talent .workout-list {
    margin-top: 70px;
    margin-bottom: 0; }
  .home-talent .workout-item.uncompleted::before {
    width: 100px;
    height: 90px; }
  .home-talent .workout-item.completed::before {
    width: 86px;
    height: 100px; }
  .home-talent .workout-item .workout-title {
    font-size: 20px; } }

/* == ANIMATIONS ===  */
/* =================  */
@-moz-keyframes slideUpDown {
  0% {
    bottom: 12px; }
  50% {
    bottom: 5px; }
  100% {
    bottom: 12px; } }

@-webkit-keyframes slideUpDown {
  0% {
    bottom: 12px; }
  50% {
    bottom: 5px; }
  100% {
    bottom: 12px; } }

@keyframes slideUpDown {
  0% {
    bottom: 12px; }
  50% {
    bottom: 5px; }
  100% {
    bottom: 12px; } }

@-moz-keyframes slideDownUp {
  0% {
    top: 12px; }
  50% {
    top: 5px; }
  100% {
    top: 12px; } }

@-webkit-keyframes slideDownUp {
  0% {
    top: 12px; }
  50% {
    top: 5px; }
  100% {
    top: 12px; } }

@keyframes slideDownUp {
  0% {
    top: 12px; }
  50% {
    top: 5px; }
  100% {
    top: 12px; } }


.navbar.navbar-v2 {
  z-index: 200;
  border: none;
  min-height: inherit; }
  .navbar.navbar-v2 .navbar-header {
    float: none;
    height: 100%; }
  .navbar.navbar-v2 .logo {
    margin-top: 0; }
  .navbar.navbar-v2 .navbar-toggle {
    margin: 0;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    border: none;
    display: block; }
  .navbar.navbar-v2.default .navbar-brand, .navbar.navbar-v2.education .navbar-brand {
    float: right;
    margin-left: 7px;
    margin-right: 0; }
  .navbar.navbar-v2.default .navbar-toggle, .navbar.navbar-v2.education .navbar-toggle {
    float: left;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .navbar.navbar-v2.default .navbar-toggle .icon-bar, .navbar.navbar-v2.education .navbar-toggle .icon-bar {
      background-color: #FFF; }
    .navbar.navbar-v2.default .navbar-toggle:focus, .navbar.navbar-v2.default .navbar-toggle:active, .navbar.navbar-v2.default .navbar-toggle:hover, .navbar.navbar-v2.education .navbar-toggle:focus, .navbar.navbar-v2.education .navbar-toggle:active, .navbar.navbar-v2.education .navbar-toggle:hover {
      background-color: transparent !important; }
    @media screen and (min-device-width: 1024px) {
      .navbar.navbar-v2.default .navbar-toggle:hover .icon-bar, .navbar.navbar-v2.education .navbar-toggle:hover .icon-bar {
        background-color: #777; } }
  .navbar.navbar-v2.default {
    height: 38px;
    line-height: 36px; }
    .navbar.navbar-v2.default .logo {
      width: 24px;
      height: 24px; }
  .navbar.navbar-v2.education {
    height: 75px;
    background-color: #28323E; }
    .navbar.navbar-v2.education .navbar-brand {
      margin: 0;
      padding: 0;
      float: none;
      display: block;
      width: 277px;
      max-width: 50%;
      height: 46px; }
    .navbar.navbar-v2.education .logo {
      margin: 0;
      width: 100%;
      height: 100%; }
  .navbar.navbar-v2.a4 {
    height: 75px;
    padding: 12px 20px; }
    .navbar.navbar-v2.a4 .navbar-toggle {
      padding: 0; }
    .navbar.navbar-v2.a4 .toggle-icon {
      fill: #FFF;
      width: 100%;
      height: 100%; }
    .navbar.navbar-v2.a4 .navbar-brand {
      margin: 0;
      padding: 0;
      float: left;
      display: block;
      max-width: 55%;
      width: 224px;
      height: 35px; }
    .navbar.navbar-v2.a4 .logo {
      margin: 0;
      width: 100%;
      height: 100%; }

.feature-view .pricing-page,
.feature-view .checkout-page {
  font-size: 30px; }

.feature-view .checkout-page {
  margin-top: 45px; }

.feature-view .back {
  border-bottom: solid 1px #3E4854; }

.feature-view .btn-back {
  background-color: transparent;
  text-transform: uppercase;
  padding: 0;
  color: #FFF;
  line-height: 1; }
  .feature-view .btn-back::before {
    content: "<";
    display: inline-block;
    font-family: monospace; }
  .feature-view .btn-back:hover {
    opacity: 0.7; }

.rtl .navbar.navbar-v2.default .navbar-brand, .rtl .navbar.navbar-v2.education .navbar-brand {
  float: left; }

.rtl .navbar.navbar-v2 .navbar-toggle {
  float: right; }

.rtl .navbar.navbar-v2 .logo {
  margin-right: 0; }

.rtl .btn-back::before {
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -ms-filter: "FlipH"; }

.rtl .home-v2 .heading .rtl-flip {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  -ms-filter: "FlipH";
  filter: FlipH; }

.rtl .home-v2 .heading .play-video-text {
  left: auto;
  right: 15px; }

.rtl .home-v2 .heading .slogan {
  margin-left: 0;
  margin-right: 0; }

@media screen and (max-width: 767px) {
  .navbar.navbar-v2.education {
    height: 50px; }
  .navbar.navbar-v2.a4 {
    height: 50px;
    padding-top: 8px; }
    .navbar.navbar-v2.a4 .navbar-toggle.navbar-show {
      width: 15px;
      height: 30px; }
    .navbar.navbar-v2.a4 .navbar-toggle.navbar-hide {
      width: 20px;
      height: 30px; }
  .feature-view {
    height: calc(100% - 56px); }
    .feature-view .pricing-page,
    .feature-view .checkout-page {
      font-size: 18px; }
    .feature-view .checkout-page {
      margin-top: 5px; }
    .feature-view .back {
      padding: 10px; }
    .feature-view .btn-back {
      font-size: 16px; }
      .feature-view .btn-back::before {
        font-size: 20px;
        width: 20px; } }

@media screen and (min-width: 768px) {
  .navbar.navbar-v2.a4 .navbar-toggle.navbar-show {
    width: 5px;
    height: 30px; }
  .navbar.navbar-v2.a4 .navbar-toggle.navbar-hide {
    width: 22px;
    height: 30px; }
  .feature-view .back {
    padding: 15px; }
  .feature-view .btn-back {
    font-size: 18px; }
    .feature-view .btn-back::before {
      font-size: 22px;
      width: 30px; } }

.new-home-page {
  height: calc(100%);
}


.account-a4 {
  position: relative; }
  .account-a4 .account-block {
    position: absolute;
    width: 100%; }
  .account-a4 .form-name {
    position: relative;
    height: 34px;
    width: 100%; }
    .account-a4 .form-name:first-child {
      margin-bottom: 15px; }
    .account-a4 .form-name .form-input,
    .account-a4 .form-name .form-input-readonly {
      position: absolute; }
  .account-a4 .form-group.double {
    margin-bottom: 60px; }
  .account-a4 .form-input,
  .account-a4 .form-input-readonly {
    width: 100%;
    height: 100%; }
  .account-a4 .form-input-readonly {
    padding-bottom: 3px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2); }
  .account-a4 .instruction {
    font-size: 16px;
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.4);
    font-weight: 300; }
  .account-a4 .link-edit {
    color: #FA9F1B;
    margin-top: 10px; }
    .account-a4 .link-edit:hover {
      color: #FA9F1B; }
  .account-a4 .link-cancel {
    margin: 0 10px; }


/*SHARED*/
.navbar-menu-panel.a4 .menu-page-a4 {
  color: #FFF;
  -moz-animation: fadeIn .4s ease-in-out;
  -o-animation: fadeIn .4s ease-in-out;
  -webkit-animation: fadeIn .4s ease-in-out;
  animation: fadeIn .4s ease-in-out; }
  .navbar-menu-panel.a4 .menu-page-a4 .form {
    position: relative; }
    .navbar-menu-panel.a4 .menu-page-a4 .form::before {
      content: '';
      display: block;
      -moz-transition: background-color .4s ease-in-out;
      -o-transition: background-color .4s ease-in-out;
      -webkit-transition: background-color .4s ease-in-out;
      transition: background-color .4s ease-in-out;
      background-color: transparent; }
    .navbar-menu-panel.a4 .menu-page-a4 .form.busy::before {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      z-index: 10;
      background-color: rgba(40, 50, 62, 0.6); }
  .navbar-menu-panel.a4 .menu-page-a4 .fade-in-out.ng-hide-add {
    -moz-animation: fadeOut .2s ease-in-out;
    -o-animation: fadeOut .2s ease-in-out;
    -webkit-animation: fadeOut .2s ease-in-out;
    animation: fadeOut .2s ease-in-out; }
  .navbar-menu-panel.a4 .menu-page-a4 .fade-in-out.ng-hide-remove {
    -moz-animation: fadeIn .4s ease-in-out;
    -o-animation: fadeIn .4s ease-in-out;
    -webkit-animation: fadeIn .4s ease-in-out;
    animation: fadeIn .4s ease-in-out; }
  .navbar-menu-panel.a4 .menu-page-a4 .field-error {
    font-size: 16px;
    margin-top: 5px; }
  .navbar-menu-panel.a4 .menu-page-a4 .form-control {
    background-color: #FFF; }
  .navbar-menu-panel.a4 .menu-page-a4 textarea.form-control {
    height: 135px; }
  .navbar-menu-panel.a4 .menu-page-a4 .title {
    margin: 0;
    color: #FFF;
    font-weight: bold; }
  .navbar-menu-panel.a4 .menu-page-a4 .hr {
    margin-top: 10px;
    margin-bottom: 0;
    border-top: solid 2px rgba(255, 255, 255, 0.2); }
  .navbar-menu-panel.a4 .menu-page-a4 label {
    font-weight: normal; }
    .navbar-menu-panel.a4 .menu-page-a4 label.required::before {
      margin: 0 5px;
      content: "*";
      color: #FA9F1B;
      font-size: 16px; }
  .navbar-menu-panel.a4 .menu-page-a4 .has-error .control-label {
    color: #FFF; }
  .navbar-menu-panel.a4 .menu-page-a4 .form-input {
    width: 100%;
    border: none;
    border-radius: 5px;
    font-size: 16px; }
  .navbar-menu-panel.a4 .menu-page-a4 .btn-submit {
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    min-width: 160px; }

.navbar-menu-panel.a4 .modal.a4-view-modal {
  background-color: #28323E;
  overflow: hidden; }
  .navbar-menu-panel.a4 .modal.a4-view-modal.ng-hide-add {
    -moz-animation: fadeOut .2s ease-in-out;
    -o-animation: fadeOut .2s ease-in-out;
    -webkit-animation: fadeOut .2s ease-in-out;
    animation: fadeOut .2s ease-in-out; }
  .navbar-menu-panel.a4 .modal.a4-view-modal.ng-hide-remove {
    -moz-animation: fadeIn .2s ease-in-out;
    -o-animation: fadeIn .2s ease-in-out;
    -webkit-animation: fadeIn .2s ease-in-out;
    animation: fadeIn .2s ease-in-out; }
  .navbar-menu-panel.a4 .modal.a4-view-modal .modal-close {
    stroke: #FFF; }
    .navbar-menu-panel.a4 .modal.a4-view-modal .modal-close circle {
      fill: none;
      stroke: none; }
    .navbar-menu-panel.a4 .modal.a4-view-modal .modal-close line {
      stroke-width: 1; }
  .navbar-menu-panel.a4 .modal.a4-view-modal .modal-body {
    margin-top: 0;
    margin-bottom: 0;
    background-color: transparent; }

.navbar-menu.a4 {
  -moz-transition: right 200ms ease-in-out;
  -o-transition: right 200ms ease-in-out;
  -webkit-transition: right 200ms ease-in-out;
  transition: right 200ms ease-in-out;
  right: -305px; }
  .navbar-menu.a4.opened {
    right: 0; }
  .navbar-menu.a4 .menu-item {
    padding-left: 2px; }
  .navbar-menu.a4 .menu-item-project {
    padding-left: 18%; }

.rtl .navbar-menu.a4 .welcome-text {
  margin-right: 17px; }

.rtl .navbar-menu.a4 .menu-link {
  padding-right: 15px; }

.ltr .navbar-menu.a4 .welcome-text {
  margin-left: 17px; }

.ltr .navbar-menu.a4 .menu-link {
  padding-left: 15px; }

@media screen and (min-width: 768px) {
  .navbar-menu-panel.a4 .modal.a4-view-modal {
    z-index: 6; }
    .navbar-menu-panel.a4 .modal.a4-view-modal .modal-close {
      width: 75px;
      height: 75px;
      top: 30px; }
      .navbar-menu-panel.a4 .modal.a4-view-modal .modal-close:hover {
        opacity: .6; }
    .navbar-menu-panel.a4 .modal.a4-view-modal .modal-body {
      width: 550px;
      top: 54px;
      left: 0;
      height: 100%;
      transform: none;
      font-size: 20px; }
  .navbar-menu-panel.a4 .menu-page-a4 {
    padding-top: 50px;
    width: 550px; }
    .navbar-menu-panel.a4 .menu-page-a4 .heading {
      margin-bottom: 45px; }
    .navbar-menu-panel.a4 .menu-page-a4 .btn-submit {
      font-size: 16px; }
    .navbar-menu-panel.a4 .menu-page-a4 .about-content {
      width: 550px;
      padding-right: 10px;
      position: fixed;
      top: 245px;
      padding-bottom: 50px;
      overflow-x: hidden;
      overflow-y: auto;
      touch-action: auto;
      bottom: 0; }
  .navbar-menu.a4 .active-state {
    background-color: #FA9F1B !important; }
    .navbar-menu.a4 .active-state .link,
    .navbar-menu.a4 .active-state .menu-link, .navbar-menu.a4 .active-state.menu-link {
      color: #FFF;
      cursor: default; }
    .navbar-menu.a4 .active-state.menu-link {
      padding-top: 4px;
      padding-bottom: 4px;
      margin: -4px 0;
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px; }
    .navbar-menu.a4 .active-state .icon path {
      fill: #FFF;
      stroke: #FFF; }
  .ltr .navbar-menu-panel.a4 .modal.a4-view-modal .modal-close {
    right: -22px; }
  .rtl .navbar-menu-panel.a4 .modal.a4-view-modal .modal-close {
    right: auto;
    left: -22px; }
  .rtl .navbar-menu-panel.a4 .menu-page-a4 .about-content {
    padding-right: 0;
    padding-left: 10px; } }

@media screen and (max-width: 767px) {
  .navbar-menu-panel.a4 .modal.a4-view-modal {
    z-index: 210; }
    .navbar-menu-panel.a4 .modal.a4-view-modal .modal-close {
      width: 50px;
      height: 50px;
      right: -15px;
      top: -5px; }
    .navbar-menu-panel.a4 .modal.a4-view-modal .modal-body {
      width: 92%;
      top: 0;
      font-size: 16px; }
    .navbar-menu-panel.a4 .modal.a4-view-modal .modal-content {
      padding-top: 30px; }
  .navbar-menu-panel.a4 .menu-breadcrumbs {
    color: #FFF; }
    .navbar-menu-panel.a4 .menu-breadcrumbs .item {
      display: inline-block; }
    .navbar-menu-panel.a4 .menu-breadcrumbs .arrow {
      margin: 0 2px; }
    .navbar-menu-panel.a4 .menu-breadcrumbs .link {
      color: #FFF; }
    .navbar-menu-panel.a4 .menu-breadcrumbs .hr {
      margin-top: 15px;
      margin-bottom: 25px;
      border-top-color: rgba(255, 255, 255, 0.2); }
  .navbar-menu-panel.a4 .menu-page-a4 textarea.form-control {
    height: auto; }
  .navbar-menu-panel.a4 .menu-page-a4 .heading {
    display: none; }
  .navbar-menu-panel.a4 .menu-page-a4 .btn-submit {
    font-size: 16px; }
  .navbar-menu-panel.a4 .menu-page-a4 .about-content {
    position: fixed;
    top: 93px;
    bottom: 0;
    overflow: auto;
    width: 92%;
    padding-right: 10px; }
  .navbar-menu.a4 {
    width: 100%;
    right: -100%; }
    .navbar-menu.a4 .locale-list {
      margin-bottom: 20px; }
  .rtl .navbar-menu-panel.a4 .menu-page-a4 .about-content {
    padding-right: 0;
    padding-left: 10px; } }

.notifications-a4 label {
  margin: 0;
  line-height: 1; }

.notifications-a4 .switch {
  position: relative; }
  .notifications-a4 .switch .handle {
    background-color: #212B35;
    width: 50px;
    height: 22px;
    border: solid 1px rgba(0, 0, 0, 0.2);
    border-radius: 9px; }
    .notifications-a4 .switch .handle:before {
      width: 20px;
      height: 20px;
      top: 0;
      transition: background-color .2s ease-in-out, left .2s ease-in-out; }
  .notifications-a4 .switch.on .handle:before {
    background-color: #FA9F1B;
    left: 28px; }
  .notifications-a4 .switch.off .handle:before {
    background-color: #344555; }

@media screen and (max-width: 767px) {
  .notifications-a4 .state {
    margin-top: 5px; }
  .notifications-a4 .switch {
    top: 2px; } }

@media screen and (min-width: 768px) {
  .notifications-a4 .switch {
    top: 4px;
    margin: 0 15px; } }


/*$caret-offset: 10px;*/
.navbar-menu-panel .overlay {
  background-color: rgba(0, 0, 0, 0.5); }
  .navbar-menu-panel .overlay.ng-hide-add {
    -moz-animation: fadeOut 200ms;
    -o-animation: fadeOut 200ms;
    -webkit-animation: fadeOut 200ms;
    animation: fadeOut 200ms; }
  .navbar-menu-panel .overlay.ng-hide-remove {
    -moz-animation: fadeIn 200ms;
    -o-animation: fadeIn 200ms;
    -webkit-animation: fadeIn 200ms;
    animation: fadeIn 200ms; }

.navbar-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  background-color: #192028;
  border: none;
  width: 305px;
  padding-top: 60px;
  z-index: 10;
  overflow-y: auto;
  overflow-x: hidden;
  /*.upgrade-btn {
        width: 100%;
        padding: 15px 10px;
        font-size: $menu-font-size;
        text-align: left;
        color: $navbar-default-bg;

        .icon {
            fill: $navbar-default-bg;
            margin-left: auto;
        }
    }*/ }
  .navbar-menu.default {
    -moz-transition: left 200ms ease-in-out;
    -o-transition: left 200ms ease-in-out;
    -webkit-transition: left 200ms ease-in-out;
    transition: left 200ms ease-in-out;
    left: -305px; }
    .navbar-menu.default.opened {
      left: 0; }
    .navbar-menu.default .locale-list {
      bottom: 30px; }
    .navbar-menu.default .active-state {
      background-color: #FA9F1B !important;
      margin-right: 10px;
      border-top-right-radius: 6px;
      border-bottom-right-radius: 6px; }
      .navbar-menu.default .active-state .menu-link, .navbar-menu.default .active-state.menu-link,
      .navbar-menu.default .active-state .workout-link {
        color: #FFF;
        cursor: default; }
      .navbar-menu.default .active-state.menu-link {
        padding: 4px; }
      .navbar-menu.default .active-state .icon path {
        fill: #FFF;
        stroke: #FFF; }
  .navbar-menu .heading {
    font-size: 20px;
    margin-top: 10px; }
  .navbar-menu .icon {
    width: 24px;
    height: 24px;
    vertical-align: top;
    margin-right: 5px; }
    .navbar-menu .icon.fill {
      fill: #777;
      stroke: #777; }
    .navbar-menu .icon .fill-active {
      fill: #FFF; }
    .navbar-menu .icon.lang path,
    .navbar-menu .icon.lang circle {
      fill: none;
      stroke: #777; }
  .navbar-menu .account-block {
    text-align: center;
    margin-top: 30px; }
  .navbar-menu .btn-account {
    background-color: #192028;
    color: #777;
    border-radius: 8px;
    border: solid 1px #777;
    font-size: 20px;
    display: inline-block;
    margin: 0 7px;
    width: 100px; }
    .navbar-menu .btn-account:hover {
      border: solid 2px #FA9F1B;
      color: #FA9F1B;
      padding: 4px 11px; }
    .navbar-menu .btn-account:active, .navbar-menu .btn-account:focus {
      outline: none; }
  .navbar-menu .welcome-text {
    font-size: 20px;
    color: #FFF;
    margin: 0;
    margin-left: 10px; }
  .navbar-menu .menu-hr {
    margin-bottom: 0;
    border-top-color: rgba(255, 255, 255, 0.2); }
  .navbar-menu .menu-item,
  .navbar-menu .workout-item {
    padding-left: 10px;
    font-size: 20px;
    margin-top: 15px;
    padding-top: 4px;
    padding-bottom: 4px; }
    .navbar-menu .menu-item.hr-item-top,
    .navbar-menu .workout-item.hr-item-top {
      margin-top: 30px;
      padding-top: 20px;
      border-top: solid 1px rgba(255, 255, 255, 0.2); }
    .navbar-menu .menu-item.hr-item-bottom,
    .navbar-menu .workout-item.hr-item-bottom {
      margin-bottom: 30px;
      padding-bottom: 20px;
      border-bottom: solid 1px rgba(255, 255, 255, 0.2); }
  .navbar-menu .menu-item-projects {
    margin-left: 6%; }
  .navbar-menu .menu-item {
    color: #FFF; }
  .navbar-menu .link,
  .navbar-menu .menu-link {
    font-size: 20px;
    display: block;
    color: #FFF; }
    .navbar-menu .link:focus, .navbar-menu .link:active, .navbar-menu .link:hover,
    .navbar-menu .menu-link:focus,
    .navbar-menu .menu-link:active,
    .navbar-menu .menu-link:hover {
      text-decoration: none; }
  .navbar-menu .state-list {
    width: 30%;
    margin-right: 35px; }
    .navbar-menu .state-list .state-item {
      width: 50%;
      display: inline-block; }
  .navbar-menu .workout-list {
    margin-bottom: 0;
    -moz-transition: max-height 200ms linear;
    -o-transition: max-height 200ms linear;
    -webkit-transition: max-height 200ms linear;
    transition: max-height 200ms linear; }
  .navbar-menu .workout-item {
    padding-left: 35px;
    margin-top: 10px;
    position: relative; }
    .navbar-menu .workout-item:first-child {
      overflow: hidden; }
    .navbar-menu .workout-item::before {
      content: "";
      border-left: solid 1px rgba(255, 255, 255, 0.2);
      border-bottom: solid 1px rgba(255, 255, 255, 0.2);
      width: 15px;
      height: 46px;
      position: absolute;
      left: 12px;
      top: -27px; }
  .navbar-menu .upgrade-btn,
  .navbar-menu .workout-link {
    text-decoration: none; }
    .navbar-menu .upgrade-btn:focus, .navbar-menu .upgrade-btn:active, .navbar-menu .upgrade-btn:hover,
    .navbar-menu .workout-link:focus,
    .navbar-menu .workout-link:active,
    .navbar-menu .workout-link:hover {
      text-decoration: none; }
  .navbar-menu .workout-link {
    color: #777; }
  .navbar-menu .workout-list,
  .navbar-menu .menu-items {
    padding: 0; }
  .navbar-menu .locale-block {
    position: relative;
    display: inline-block;
    width: 50%; }
    .navbar-menu .locale-block .locale-list {
      max-height: 600px;
      overflow: hidden;
      position: absolute;
      width: 100%;
      background-color: #192028;
      border: solid 1px #FA9F1B;
      -moz-transition: max-height .2s linear;
      -o-transition: max-height .2s linear;
      -webkit-transition: max-height .2s linear;
      transition: max-height .2s linear; }
      .navbar-menu .locale-block .locale-list.ng-hide {
        max-height: 0; }
    .navbar-menu .locale-block .divider {
      height: 1px;
      margin: 9px 0;
      overflow: hidden;
      background-color: #FA9F1B; }
    .navbar-menu .locale-block .locale-item {
      text-align: center;
      margin: 10px 15px; }
    .navbar-menu .locale-block .switch-state-link {
      /*color: $navbar-default-bg;*/ }
  .navbar-menu .switch-link {
    display: inline-block; }
  .navbar-menu .switch-state-link {
    color: rgba(255, 255, 255, 0.1); }
    .navbar-menu .switch-state-link.active {
      color: #FFF;
      cursor: default; }
  .navbar-menu .item-name {
    display: inline-block;
    width: 120px; }

.rtl .navbar-menu {
  /*.locale-block {
            .locale-list {
                left: 0;
                right: inherit;
            }
        }*/ }
  .rtl .navbar-menu.default {
    -moz-transition-property: right,opacity;
    -o-transition-property: right,opacity;
    -webkit-transition-property: right,opacity;
    transition-property: right,opacity;
    right: -305px; }
    .rtl .navbar-menu.default.opened {
      left: auto;
      right: 0; }
    .rtl .navbar-menu.default .menu-item {
      padding-left: 0;
      padding-right: 10px; }
    .rtl .navbar-menu.default .workout-item {
      padding-left: 0;
      padding-right: 35px; }
      .rtl .navbar-menu.default .workout-item::before {
        left: auto;
        right: 12px;
        -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        -ms-filter: "FlipH";
        filter: FlipH; }
  .rtl .navbar-menu .welcome-text {
    margin-left: 0;
    margin-right: 10px; }
  .rtl .navbar-menu .state-list {
    margin-left: 35px;
    margin-right: 0; }
  .rtl .navbar-menu .icon {
    margin-right: 0;
    margin-left: 5px; }
  .rtl .navbar-menu .active-state {
    border-radius: 6px 0 0 6px;
    margin-left: 10px;
    margin-right: 0; }
  .rtl .navbar-menu .upgrade-btn {
    text-align: right; }

@media screen and (max-width: 767px) {
  .navbar-menu-panel .overlay {
    background-color: rgba(0, 0, 0, 0.5); }
    .navbar-menu-panel .overlay.ng-hide-add, .navbar-menu-panel .overlay.ng-hide-remove {
      -moz-animation-duration: 400ms;
      -o-animation-duration: 400ms;
      -webkit-animation-duration: 400ms;
      animation-duration: 400ms; }
  .navbar-menu.default, .navbar-menu.a4 {
    -moz-transition-duration: 400ms;
    -o-transition-duration: 400ms;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms; }
  .navbar-menu.default {
    width: 250px;
    left: -250px; }
  .navbar-menu .icon {
    width: 20px;
    height: 20px; }
    .navbar-menu .icon .fill-active {
      fill: #FA9F1B; }
  .navbar-menu .item-name {
    width: 105px; }
  .navbar-menu .heading,
  .navbar-menu .btn-account,
  .navbar-menu .welcome-text,
  .navbar-menu .link,
  .navbar-menu .menu-link {
    font-size: 16px; }
  .navbar-menu .menu-link.switch-state-link.active {
    color: #FA9F1B; } }
  @media screen and (max-width: 767px) and (min-device-width: 1024px) {
    .navbar-menu .menu-link.switch-state-link.active:hover {
      color: #FA9F1B; } }

@media screen and (max-width: 767px) {
  .navbar-menu .workout-list,
  .navbar-menu .menu-items {
    padding: 0; }
  .navbar-menu .menu-item,
  .navbar-menu .workout-item {
    font-size: 16px; }
  .navbar-menu .upgrade-btn {
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px; }
  .rtl .navbar-menu.default {
    left: auto;
    right: -250px; } }

@media screen and (min-width: 768px) {
  .navbar-menu .menu-hr {
    margin-top: 30px; }
  .navbar-menu .link:hover,
  .navbar-menu .menu-link:hover {
    color: #777; }
  .navbar-menu .workout-link:hover {
    color: #FFF; } }

.settings-page .settings-form {
  background-color: #1A2028;
  font-size: 20px;
  border: 1px solid #3E4854; }
  .settings-page .settings-form .link {
    color: #FFF; }
    .settings-page .settings-form .link.edit {
      font-size: 16px;
      bottom: 1px;
      position: relative; }
  .settings-page .settings-form .dot {
    background: #FFF;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px; }
  .settings-page .settings-form .state-items .link {
    cursor: default; }
    .settings-page .settings-form .state-items .link:hover, .settings-page .settings-form .state-items .link:focus {
      text-decoration: none;
      outline: none; }
    .settings-page .settings-form .state-items .link.inactive {
      cursor: pointer;
      color: rgba(255, 255, 255, 0.1); }
  .settings-page .settings-form .state-items .state-item {
    margin-right: 10px; }
  .settings-page .settings-form .check {
    width: 16px;
    height: 16px;
    margin-right: 15px; }
    .settings-page .settings-form .check:focus {
      outline: none; }
  .settings-page .settings-form .control-label {
    font-weight: normal;
    color: #777; }
  .settings-page .settings-form .form-group {
    position: relative;
    margin: 0; }
    .settings-page .settings-form .form-group:last-child {
      padding-bottom: 0; }
    .settings-page .settings-form .form-group.account {
      background-color: #28323E; }
  .settings-page .settings-form .full-name {
    color: #fa9f1b; }
  .settings-page .settings-form .form-control {
    background: #FFF;
    color: #000;
    font-size: 20px;
    border-radius: 3px;
    border: none; }
    .settings-page .settings-form .form-control.last-name {
      margin-top: 5px;
      margin-bottom: 10px; }
  .settings-page .settings-form .name-display-block,
  .settings-page .settings-form .name-edit-block {
    position: absolute;
    z-index: 0;
    width: 100%;
    opacity: 1;
    -moz-transition: width 0.3s, opacity 0.3s;
    -o-transition: width 0.3s, opacity 0.3s;
    -webkit-transition: width 0.3s, opacity 0.3s;
    transition: width 0.3s, opacity 0.3s; }
    .settings-page .settings-form .name-display-block.ng-hide,
    .settings-page .settings-form .name-edit-block.ng-hide {
      width: 0;
      opacity: 0; }
  .settings-page .settings-form .confirm-msg.ng-hide-remove {
    -moz-animation: fadeIn 1s;
    -o-animation: fadeIn 1s;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s; }

.rtl .settings-page .settings-form .state-items .state-item {
  margin-right: 0;
  margin-left: 10px; }

.rtl .settings-page .settings-form .dot {
  margin-right: 0;
  margin-left: 12px; }

.rtl .settings-page .settings-form .check {
  margin-right: 0;
  margin-left: 15px; }

@media screen and (min-width: 768px) {
  .settings-page .title {
    margin: 0 0 30px 0; }
  .settings-page .full-name {
    font-size: 24px; }
  .settings-page .settings-form {
    font-size: 20px;
    padding-bottom: 30px;
    margin-bottom: 20px;
    width: 620px;
    max-width: 97%;
    margin-top: 60px; }
    .settings-page .settings-form .control-label {
      max-width: 85%; }
    .settings-page .settings-form .form-control {
      font-size: 20px; }
      .settings-page .settings-form .form-control.last-name {
        margin-bottom: 10px; }
    .settings-page .settings-form .name-edit-block,
    .settings-page .settings-form .name-display-block {
      top: 40%; }
    .settings-page .settings-form .form-group {
      padding: 15px 50px; }
      .settings-page .settings-form .form-group.personal-details {
        margin-top: 10px; }
      .settings-page .settings-form .form-group.account {
        padding-top: 20px;
        padding-bottom: 20px;
        margin: 30px 0; }
    .settings-page .settings-form .check-group {
      margin-top: 30px;
      padding: 0 50px; }
    .settings-page .settings-form .recieve-block {
      margin-top: 15px; } }

@media screen and (max-width: 767px) {
  .settings-page .title {
    margin: 0 0 10px 0;
    font-size: 24px; }
  .settings-page .settings-form {
    font-size: 16px;
    padding: 0 0 20px 0;
    margin-bottom: 20px;
    max-width: 420px;
    width: 97%;
    margin-top: 3px; }
    .settings-page .settings-form .dot {
      width: 10px;
      height: 10px;
      margin-right: 8px; }
    .settings-page .settings-form .form-control {
      font-size: 16px; }
    .settings-page .settings-form .control-label {
      max-width: 85%; }
    .settings-page .settings-form .name-edit-block,
    .settings-page .settings-form .name-display-block {
      top: 0; }
    .settings-page .settings-form .form-group {
      padding: 15px 20px; }
      .settings-page .settings-form .form-group.personal-details {
        position: relative;
        height: 120px; }
      .settings-page .settings-form .form-group.account {
        padding-top: 10px;
        padding-bottom: 10px;
        margin: 0 0 20px 0; }
    .settings-page .settings-form .state-items {
      float: right; }
    .settings-page .settings-form .check-group {
      margin-top: 20px;
      padding: 0 20px; }
    .settings-page .settings-form .recieve-block {
      margin-top: 10px; }
  .rtl .settings-page .settings-form .state-items {
    float: left; }
  .rtl .settings-page .settings-form .dot {
    margin-right: 0;
    margin-left: 8px; } }

/*# sourceMappingURL=settings.css.map */

.support-page .support-form {
  background-color: #1A2028;
  font-size: 20px;
  border: 1px solid #3E4854; }
  .support-page .support-form .input.ng-invalid.ng-touched {
    background-color: red; }
  .support-page .support-form input.ng-valid.ng-touched {
    background-color: white; }
  .support-page .support-form h2 {
    margin-bottom: 10px;
    margin-top: 0; }
  .support-page .support-form .link {
    color: #FFF; }
    .support-page .support-form .link.edit {
      font-size: 16px;
      bottom: 1px;
      position: relative; }
  .support-page .support-form .control-label {
    font-weight: normal;
    color: #777; }
  .support-page .support-form .btn-framed {
    width: 295px;
    margin-top: 35px;
    color: #ffffff; }
  .support-page .support-form .form-group {
    position: relative;
    margin: 0; }
    .support-page .support-form .form-group .control-label::after {
      padding-left: 5px;
      content: "*";
      color: red; }
  .support-page .support-form .full-name {
    color: #ffffff; }
  .support-page .support-form .info {
    margin-top: 30px;
    color: #53555A;
    font-size: 14px; }
  .support-page .support-form .form-control {
    background: #FFF;
    color: #000;
    font-size: 20px;
    border-radius: 3px;
    border: none; }
    .support-page .support-form .form-control.last-name {
      margin-top: 5px;
      margin-bottom: 10px; }

@media screen and (min-width: 768px) {
  .support-page .title {
    margin: 0 0 30px 0; }
  .support-page .full-name {
    font-size: 24px; }
  .support-page .support-form {
    font-size: 20px;
    padding-bottom: 30px;
    margin-bottom: 20px;
    width: 720px;
    max-width: 97%;
    margin-top: 60px; }
    .support-page .support-form .control-label {
      max-width: 85%; }
    .support-page .support-form .form-control {
      font-size: 20px; }
      .support-page .support-form .form-control.last-name {
        margin-bottom: 10px; }
    .support-page .support-form .name-edit-block,
    .support-page .support-form .name-display-block {
      top: 40%; }
    .support-page .support-form .form-group {
      padding: 15px 50px; }
      .support-page .support-form .form-group.personal-details {
        display: flex;
        -ms-flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap; }
      .support-page .support-form .form-group.account {
        padding-top: 20px;
        padding-bottom: 20px;
        margin: 30px 0; }
    .support-page .support-form .check-group {
      margin-top: 30px;
      padding: 0 50px; }
    .support-page .support-form .recieve-block {
      margin-top: 15px; } }

@media screen and (max-width: 767px) {
  .support-page .title {
    margin: 0 0 10px 0;
    font-size: 24px; }
  .support-page .support-form {
    font-size: 16px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    max-width: 420px;
    width: 97%;
    margin-top: 5px; }
    .support-page .support-form .dot {
      width: 10px;
      height: 10px;
      margin-right: 8px; }
    .support-page .support-form .form-control {
      font-size: 16px; }
    .support-page .support-form .info {
      font-size: 13px; }
    .support-page .support-form .name-edit-block,
    .support-page .support-form .name-display-block {
      top: 0; }
    .support-page .support-form .form-group {
      padding: 15px 20px; }
      .support-page .support-form .form-group.personal-details {
        position: relative;
        height: 120px; }
      .support-page .support-form .form-group.account {
        padding-top: 10px;
        padding-bottom: 10px;
        margin: 0 0 20px 0; }
    .support-page .support-form .state-items {
      float: right; }
    .support-page .support-form .check-group {
      margin-top: 20px;
      padding: 0 20px; }
    .support-page .support-form .recieve-block {
      margin-top: 10px; }
  .rtl .support-page .support-form .state-items {
    float: left; }
  .rtl .support-page .support-form .dot {
    margin-right: 0;
    margin-left: 8px; } }


.terms-modal {
  z-index: 6000;
  -moz-animation: fadeIn .5s ease-in-out;
  -o-animation: fadeIn .5s ease-in-out;
  -webkit-animation: fadeIn .5s ease-in-out;
  animation: fadeIn .5s ease-in-out; }
  .terms-modal.ng-hide-add {
    -moz-animation: fadeOut .5s ease-in-out;
    -o-animation: fadeOut .5s ease-in-out;
    -webkit-animation: fadeOut .5s ease-in-out;
    animation: fadeOut .5s ease-in-out; }

.terms-content .tabs-container {
  height: 100%; }

.terms-content .tab-list {
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0 4px; }
  .terms-content .tab-list .pane-item {
    text-align: center;
    flex-grow: 1; }
    .terms-content .tab-list .pane-item .pane-link {
      text-decoration: none; }
    .terms-content .tab-list .pane-item.active {
      background-color: rgba(0, 0, 0, 0.5); }
      .terms-content .tab-list .pane-item.active .pane-link {
        color: #FFF; }
    .terms-content .tab-list .pane-item + .pane-item {
      border-left: solid 1px rgba(0, 0, 0, 0.5); }
  .terms-content .tab-list .pane-link {
    width: 100%;
    display: inline-block; }
    .terms-content .tab-list .pane-link:hover {
      text-decoration: none; }

.terms-content .content {
  overflow-y: auto;
  overflow-x: hidden;
  position: relative; }
  .terms-content .content .tab-pane {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 16px; }
    .terms-content .content .tab-pane.ng-hide-add {
      -moz-animation: fadeOut .5s;
      -o-animation: fadeOut .5s;
      -webkit-animation: fadeOut .5s;
      animation: fadeOut .5s; }
    .terms-content .content .tab-pane.ng-hide-remove {
      -moz-animation: fadeIn .5s;
      -o-animation: fadeIn .5s;
      -webkit-animation: fadeIn .5s;
      animation: fadeIn .5s; }

.rtl .terms-content .tab-list .pane-item + .pane-item {
  border-left: none;
  border-right: solid 1px rgba(0, 0, 0, 0.5); }

@media screen and (min-width: 768px) {
  .terms-modal .modal-body {
    width: 860px; }
  .terms-modal .modal-content {
    padding: 0;
    height: 600px; }
  .terms-content .tab-list {
    font-size: 24px; }
    .terms-content .tab-list .pane-item {
      margin: 4px 0; }
      .terms-content .tab-list .pane-item .pane-link {
        margin: 8px 0; }
  .terms-content .content {
    height: calc(100% - 90px);
    margin-top: 20px;
    margin-right: 10px;
    margin-left: 15px; }
    .terms-content .content .tab-pane {
      max-width: 98%; }
  .rtl .terms-content .content {
    margin-right: 15px;
    margin-left: 10px; } }

@media screen and (max-width: 767px) {
  .terms-modal .modal-body {
    height: 97%;
    margin-top: 5px; }
    .terms-modal .modal-body .modal-close {
      width: 25px;
      height: 25px;
      right: 5px;
      top: 5px;
      padding: 2px;
      border: none; }
  .terms-modal .modal-content {
    padding: 0;
    height: 100%; }
  .terms-content .tabs-container {
    padding-top: 28px; }
  .terms-content .tab-list {
    font-size: 18px; }
    .terms-content .tab-list .pane-item {
      margin: 4px 0;
      padding: 0 4px; }
      .terms-content .tab-list .pane-item .pane-link {
        line-height: 1.2; }
  .terms-content .content {
    height: calc(100% - 110px);
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 5px; }
    .terms-content .content .tab-pane {
      max-width: 96%; }
  .rtl .terms-content .content {
    margin-left: 5px;
    margin-right: 10px; } }

/*# sourceMappingURL=mlTerms.css.map */

.modal.a4-pane-modal.ng-hide-remove {
  -moz-animation: fadeIn .4s ease-in-out forwards;
  -o-animation: fadeIn .4s ease-in-out forwards;
  -webkit-animation: fadeIn .4s ease-in-out forwards;
  animation: fadeIn .4s ease-in-out forwards; }
  .modal.a4-pane-modal.ng-hide-remove .modal-body {
    -moz-animation: fadeIn .4s ease-in-out forwards;
    -o-animation: fadeIn .4s ease-in-out forwards;
    -webkit-animation: fadeIn .4s ease-in-out forwards;
    animation: fadeIn .4s ease-in-out forwards; }

.modal.a4-pane-modal.ng-hide-add {
  -moz-animation: fadeOut .4s ease-in-out forwards;
  -o-animation: fadeOut .4s ease-in-out forwards;
  -webkit-animation: fadeOut .4s ease-in-out forwards;
  animation: fadeOut .4s ease-in-out forwards; }
  .modal.a4-pane-modal.ng-hide-add .modal-body {
    -moz-animation: fadeOut .4s ease-in-out forwards;
    -o-animation: fadeOut .4s ease-in-out forwards;
    -webkit-animation: fadeOut .4s ease-in-out forwards;
    animation: fadeOut .4s ease-in-out forwards; }

.modal.a4-pane-modal .modal-close {
  right: 5px;
  top: 5px;
  stroke: #FFF; }
  .modal.a4-pane-modal .modal-close circle {
    fill: none;
    stroke: none; }
  .modal.a4-pane-modal .modal-close line {
    stroke-width: 1; }
  .modal.a4-pane-modal .modal-close:hover {
    opacity: 0.6; }

.modal.a4-pane-modal .modal-body {
  width: 820px;
  height: 525px;
  top: 10%;
  margin-top: 0; }

@-moz-keyframes growIn {
  0% {
    top: -25%; }
  100% {
    top: 50%; } }

@-webkit-keyframes growIn {
  0% {
    top: -25%; }
  100% {
    top: 50%; } }

@keyframes growIn {
  0% {
    top: -25%; }
  100% {
    top: 50%; } }

@keyframes growOut {
  0% {
    top: 50%; }
  100% {
    top: -25%; } }

@media screen and (max-width: 767px){
    .modal.a4-pane-modal .modal-body{
        height: auto;
        width: auto;
    }
}
/*$map-width-mob: ($item-width + ($item-offset-x *2)) * $items-per-row-mob;*/
.a4-map-container .map,
.a4-map-container .pager {
  padding: 0;
  margin: 0; }

.a4-map-container .map {
  margin: 0 auto; }

.a4-map-container .pager {
  bottom: 25px;
  right: 0; }
  .a4-map-container .pager .page-item {
    margin: 0 7px; }
    .a4-map-container .pager .page-item.current .page-link {
      color: #FFF; }
  .a4-map-container .pager .page-link {
    font-size: 16px;
    color: #919EA7;
    cursor: pointer;
    text-decoration: none; }
    .a4-map-container .pager .page-link:hover {
      color: #FFF; }

.a4-map-container .title {
  color: #FFF;
  font-weight: 300; }

.a4-map-container .map-item {
  width: 43px;
  height: 61px;
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .a4-map-container .map-item.ng-hide-remove {
    -moz-animation: fadeIn .5s ease-in-out forwards;
    -o-animation: fadeIn .5s ease-in-out forwards;
    -webkit-animation: fadeIn .5s ease-in-out forwards;
    animation: fadeIn .5s ease-in-out forwards; }

.a4-map-container .item-link {
  cursor: pointer;
  color: #FFF;
  text-decoration: none; }
  .a4-map-container .item-link:hover {
    opacity: 0.6; }
  .a4-map-container .item-link.current {
    filter: brightness(1.7); }

.a4-map-container .item-index {
  font-size: 24px; }

.a4-map-container .item-label {
  height: 43px;
  border-radius: 3px; }
  .a4-map-container .item-label.current, .a4-map-container .item-label.completed, .a4-map-container .item-label.locked, .a4-map-container .item-label.unlocked {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    justify-content: center;
    -ms-flex-pack: center; }
  .a4-map-container .item-label.unlocked .value {
    font-size: 26.5px;
    line-height: 26.5px;
    font-weight: bold; }
  .a4-map-container .item-label.current {
    background-color: #2DA58C;
    box-shadow: 2px 2px 4px #000; }
  .a4-map-container .item-label.completed {
    background-color: #1b232c;
    box-shadow: 2px 2px 4px #000; }
  .a4-map-container .item-label.locked {
    background-color: #1d262f;
    box-shadow: inset 3px 3px 4px #151c22; }
    .a4-map-container .item-label.locked .lock-svg {
      width: 23.5px;
      height: 23.5px; }
      .a4-map-container .item-label.locked .lock-svg .stroke {
        stroke: #919EA7;
        stroke-width: 8px; }
  .a4-map-container .item-label.inactive {
    filter: grayscale(100%); }

.a4-map-container .rating-star-list {
  line-height: 11px;
  margin-top: 3px; }
  .a4-map-container .rating-star-list .star-item {
    width: 11px;
    height: 11px; }
    .a4-map-container .rating-star-list .star-item .stroke {
      stroke: #919EA7;
      stroke-width: 4px; }
    .a4-map-container .rating-star-list .star-item.rated .stroke {
      stroke: #2DA58C;
      fill: #2DA58C; }

@media screen and (min-width: 768px) {
  .a4-map-container .map {
    width: 354px; }
  .a4-map-container .map-item {
    margin: 15px 8px; }
  .a4-map-container .title {
    margin: 55px 0 20px 0; } }

@media screen and (max-width: 768px) {
  .a4-map-container {
    background-color: #212B35;
    overflow: auto;
    overflow-x: hidden;
    height: 100%;
    padding-bottom: 60px; }
    .a4-map-container .map {
      max-width: 380px; }
    .a4-map-container .map-item {
      margin: 15px 12px; }
    .a4-map-container .title {
      font-size: 28px;
      margin: 10px 0 10px 0; } }


md-dropdown {
  display: inline-block;
  position: relative;
  top: -4px; }
  md-dropdown > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    width: 5.5em;
    text-align: center; }
    md-dropdown > ul .placeholder {
      opacity: .7; }
    md-dropdown > ul li {
      padding: 0.3em .8em; }
    md-dropdown > ul > li {
      background: #1a2028;
      border: 1px solid #ffffff;
      border-radius: 5px; }
      md-dropdown > ul > li .dropdown-caret {
        float: right;
        margin-top: .5em;
        width: 0;
        height: 0;
        border-top: 8px solid;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent; }
    md-dropdown > ul a {
      color: #FFF;
      text-decoration: none;
      display: block;
      width: 100%;
      font-size: 18px; }
      md-dropdown > ul a:hover {
        color: #FFF;
        text-decoration: none; }
      md-dropdown > ul a:focus {
        color: #FFF;
        text-decoration: none; }
    md-dropdown > ul .opened .dropdown-items {
      display: block; }
    md-dropdown > ul .dropdown-items {
      max-height: 250px;
      overflow-y: auto;
      background: #1a2028;
      margin: 0;
      padding: 0;
      left: 0;
      list-style: none;
      position: absolute;
      top: 100%;
      width: 100%;
      z-index: 1000;
      display: none;
      border: 1px solid #ffffff;
      margin-top: -3px;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px; }
      md-dropdown > ul .dropdown-items li {
        border-bottom: 1px solid #6a6f73;
        padding: 0.1em .8em;
        margin: 0 !important; }
        md-dropdown > ul .dropdown-items li:hover {
          background-color: #28323E; }

/*# sourceMappingURL=mdDropdown.css.map */

.md-radio {
  display: block;
  min-height: 35px;
  /*margin-bottom: 25px;*/
  padding: 0 42px;
  position: relative;
  -webkit-transition: color .25s linear;
  -moz-transition: color .25s linear;
  -o-transition: color .25s linear;
  transition: color .25s linear;
  font-size: 24px;
  line-height: 1;
  font-weight: 200;
  margin-top: 25px;
  cursor: pointer; }
  .md-radio .icons {
    color: #bdc3c7;
    display: block;
    height: 25px;
    top: 0;
    left: 0;
    position: absolute;
    width: 25px;
    text-align: center;
    cursor: pointer; }
    .md-radio .icons:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-style: solid;
      border-width: 1px;
      border-radius: 50%; }
    .md-radio .icons .md-icon-unchecked {
      display: inline-table;
      position: absolute;
      left: 0;
      top: 0;
      background-color: transparent;
      margin: 0;
      opacity: 1;
      -webkit-filter: none;
      filter: none;
      -webkit-transition: color .25s linear;
      transition: color .25s linear; }
    .md-radio .icons .md-icon-checked {
      display: inline-table;
      position: absolute;
      left: 5px;
      top: 5px;
      margin: 0;
      opacity: 0;
      -webkit-filter: none;
      filter: none;
      -webkit-transition: opacity .25s linear;
      transition: opacity .25s linear;
      background-color: #ffffff;
      border-radius: 50%;
      width: 15px;
      height: 15px; }
  .md-radio.checked {
    color: #FA9F1B; }
    .md-radio.checked .md-icon-checked {
      opacity: 1; }
  .md-radio .md-custom-radio {
    outline: none !important;
    opacity: 0;
    position: absolute;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px; }

.rtl .md-radio .md-custom-radio {
  right: 0; }

.rtl .md-radio .icons {
  right: 0; }

@media (max-width: 767px) {
  .md-radio {
    min-height: 20px;
    font-size: 16px;
    padding: 0 30px; }
    .md-radio .icons {
      width: 20px;
      height: 20px; }
      .md-radio .icons .md-icon-checked {
        width: 10px;
        height: 10px; }
    .md-radio .md-custom-radio {
      width: 20px;
      height: 20px; } }


#score-questionnaire md-dropdown {
  margin: 0 20px; }

#score-questionnaire h2 {
  margin: 40px 0; }

#score-questionnaire li {
  margin: 40px 0; }

@media (max-width: 767px) {
  #score-questionnaire {
    margin-bottom: 0; }
    #score-questionnaire ol > li:first-child {
      margin-bottom: 0; }
    #score-questionnaire ol > li:last-child {
      margin-top: 0; }
  md-dropdown > ul {
    width: 10.5em; } }

/*# sourceMappingURL=score.questionnaire.css.map */

.average-chart-container {
  /*overflow: hidden;*/
  padding-bottom: 20px;
  padding-top: 20px;
  position: relative;
  width: 100%;
  height: 50%;
  font-size: 0.6em; }
  .average-chart-container .y-axis-title {
    position: absolute;
    top: -9px;
    left: 29px;
    font-size: 1.6vmin;
    text-align: center;
    line-height: 1; }
  .average-chart-container .chart-heading {
    background-color: #000;
    color: #FFF;
    padding: 20px; }
    .average-chart-container .chart-heading .chart-legends {
      float: left;
      margin: 0;
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      -ms-flex-flow: row wrap;
      -webkit-flex-flow: row wrap;
      flex-flow: row wrap; }
      .average-chart-container .chart-heading .chart-legends > li {
        display: inline-block;
        direction: ltr; }
        .average-chart-container .chart-heading .chart-legends > li:not(:last-child) {
          margin-right: 25px; }
        .average-chart-container .chart-heading .chart-legends > li .move-mark {
          display: inline-block;
          width: 12px;
          height: 12px;
          margin-left: 5px; }
          .average-chart-container .chart-heading .chart-legends > li .move-mark.right {
            background-color: #34c03b; }
          .average-chart-container .chart-heading .chart-legends > li .move-mark.wrong {
            background-color: #cf4f4e; }
          .average-chart-container .chart-heading .chart-legends > li .move-mark.hint {
            background-color: #cfc450; }
          .average-chart-container .chart-heading .chart-legends > li .move-mark.reset {
            background-color: #27dce3; }
    .average-chart-container .chart-heading .chart-title {
      float: right;
      margin: 0;
      margin-top: 3px; }
  .average-chart-container .chart-outer {
    margin-top: 5px;
    margin-left: 40px;
    margin-right: 10px; }
  .average-chart-container .x-legend {
    width: 100%;
    text-align: center; }
  .average-chart-container .y-legend {
    -moz-transform: rotate(-90deg) translateX(-50%);
    -ms-transform: rotate(-90deg) translateX(-50%);
    -o-transform: rotate(-90deg) translateX(-50%);
    -webkit-transform: rotate(-90deg) translateX(-50%);
    transform: rotate(-90deg) translateX(-50%);
    -moz-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    -o-transform-origin: left top 0;
    -webkit-transform-origin: left top 0;
    transform-origin: left top 0;
    position: absolute;
    top: 50%;
    left: 5px; }

.rtl .average-chart-container .chart-heading .chart-legends > li:not(:last-child) {
  margin-right: 0;
  margin-left: 25px; }

@media screen and (max-width: 767px) {
  .average-chart-container {
    font-size: 0.8em; }
    .average-chart-container .chart-heading {
      padding: 10px; }
      .average-chart-container .chart-heading .chart-legends {
        float: none; }
      .average-chart-container .chart-heading .chart-title {
        float: none;
        font-size: 1.2em; }
    .average-chart-container .chart-outer {
      margin-left: 20px; }
  .y-legend {
    left: 2px; } }

/*# sourceMappingURL=mlAverageChart.css.map */

.a4-emphasis {
  color: #2DA58C; }

.timer {
  line-height: 58px;
  font-size: 1.5em; }

.button-260 {
  min-width: 260px; }

.extra-large {
  font-size: 1.8em; }

.large {
  font-size: 1.4em; }

.medium {
  font-size: 1.1em; }

.small {
  font-size: 0.8em; }

.chalked {
  background: url("/Content/appImages/chalked-frame.svg") 0 0/100% 100% no-repeat;
  padding: 10px 15px; }

.chalked-yellow {
  background: url("/Content/appImages/chalked-frame-yellow.svg") 0 0/100% 100% no-repeat;
  padding: 10px 15px; }

.chalked-line-yellow {
  padding: 10px;
  background: url("/Content/appImages/chalked-line-yellow.svg") 0 0/100% 100% no-repeat; }

.modal.game-modal.ng-hide-remove {
  -moz-animation: fadeIn .5s ease-in-out;
  -o-animation: fadeIn .5s ease-in-out;
  -webkit-animation: fadeIn .5s ease-in-out;
  animation: fadeIn .5s ease-in-out; }

/*.modal.game-modal.ng-hide-add {*/
/*  -moz-animation: fadeOut .5s ease-in-out;*/
/*  -o-animation: fadeOut .5s ease-in-out;*/
/*  -webkit-animation: fadeOut .5s ease-in-out;*/
/*  animation: fadeOut .5s ease-in-out; }*/

.modal.game-modal .modal-body {
  color: #FFF;
  background-color: #1A2028;
  border: solid 1px #FFF; }

.modal.a4 {
  background-color: rgba(0, 0, 0, 0.8); }
  .modal.a4 .modal-body {
    color: #FFF;
    background-color: #212B35;
    overflow: hidden;
    border: none; }

.navbar-new {
  position: relative;
  color: #FFF;
  z-index: 200;
  overflow: hidden; }
  .navbar-new .navbar-links {
    text-align: right; }
  .navbar-new.navbar-game {
    font-size: 2em;
    line-height: 58px; }
    .navbar-new.navbar-game .navbar-brand {
      margin-left: 5px;
      margin-right: 0; }
    .navbar-new.navbar-game .navbar-header {
      float: none; }
    .navbar-new.navbar-game.navbar .logo {
      width: 32px;
      height: 32px; }
    .navbar-new.navbar-game .ml-navbar-link {
      font-size: 0.7em;
      line-height: 34px;
      display: inline-block; }
    .navbar-new.navbar-game .map-icon {
      width: 30px;
      height: 30px;
      vertical-align: middle;
      fill: #fff;
      margin: 0 20px; }
      .navbar-new.navbar-game .map-icon:hover {
        fill: #bbb;
        cursor: pointer; }
  .navbar-new.navbar-a4 {
    height: 75px;
    width: 100%;
    border: none; }
    .navbar-new.navbar-a4 .game-logo {
      position: absolute;
      top: 8px;
      left: 20px; }
    .navbar-new.navbar-a4 .game-icon {
      width: 35px;
      height: 40px;
      vertical-align: middle; }
      .navbar-new.navbar-a4 .game-icon svg {
        width: 100%;
        height: 100%; }
      .navbar-new.navbar-a4 .game-icon path {
        stroke-width: 10px; }
    .navbar-new.navbar-a4 .navbar-links {
      top: 15px;
      right: 22px;
      position: absolute; }
    .navbar-new.navbar-a4 .navbar-link {
      background: transparent;
      border: none;
      outline: none;
      cursor: pointer;
      vertical-align: middle;
      padding: 0;
      height: 30px; }
      .navbar-new.navbar-a4 .navbar-link.menu-open {
        width: 30px;
        margin-right: -10px; }
      .navbar-new.navbar-a4 .navbar-link.menu-close {
        width: 25px; }
      .navbar-new.navbar-a4 .navbar-link.home {
        width: 30px;
        margin: 0 35px; }
      .navbar-new.navbar-a4 .navbar-link.map {
        width: 30px;
        margin: 0 10px; }
    .navbar-new.navbar-a4 .link-icon {
      width: 100%;
      height: 100%; }
    .navbar-new.navbar-a4 .game-title {
      margin: 0;
      position: relative;
      -moz-transform: translateY(25%);
      -ms-transform: translateY(25%);
      -o-transform: translateY(25%);
      -webkit-transform: translateY(25%);
      transform: translateY(25%); }

.leader-board-frame {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 370px; }

.mob-overview {
  position: absolute;
  z-index: 1;
  width: 840px; }
  .mob-overview .levels-map {
    display: inline-block;
    width: 800px; }

.level-container {
  font-weight: lighter;
  background-color: #28323E; }
  .level-container strong {
    font-size: 1.2em; }
  .level-container .btn-game,
  .level-container .transition-nav .btn {
    border-radius: 3px;
    border: none;
    color: white; }
  .level-container .transition-nav {
    text-align: center;
    min-height: 55px;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
    /*ml-busy {
            display: block;
            width: 100%;
            position: absolute;
            height: 40px;
        }*/
    /*.btn-purple {
            background-color: #783f84;
        }*/ }
    .level-container .transition-nav .btn {
      width: 100%; }
    .level-container .transition-nav .busy-img {
      width: 40px;
      height: 40px; }
    .level-container .transition-nav .btn-bonus {
      width: 85%;
      margin-bottom: 12px; }
  .level-container .transition-view {
    font-weight: 300;
    padding: 35px 70px;
    padding-bottom: 0; }
    .level-container .transition-view .dear-family-end {
      background: url(/Content/appImages/dear-family-end-bg.png) center/contain no-repeat;
      height: 532px;
      padding: 60px 80px; }
    .level-container .transition-view .max-width {
      width: 600px; }
    .level-container .transition-view .btn-end {
      width: 42%;
      margin: 0 5px; }
    .level-container .transition-view .offline-frame {
      margin-top: 20px; }
    .level-container .transition-view .video-frame {
      margin: 30px 5%; }
    .level-container .transition-view .title {
      font-size: 24px;
      font-weight: 300;
      margin: 0 0 20px 0; }
      .level-container .transition-view .title > strong {
        font-weight: 300;
        font-size: 40px; }
    .level-container .transition-view .info {
      font-size: 24px; }
    .level-container .transition-view .img-responsive {
      margin: 25px auto; }
  .level-container .slide-summary .well-done {
    margin: 10px 0 30px 0; }
  .level-container .inner {
    padding-top: 45px;
    /*display: block;*/
    text-align: center;
    /*background-color: $primary-bg-color;*/ }
  .level-container .frame {
    background-color: #1A2028;
    border-radius: 3px;
    border: 2px solid #3E4854;
    display: inline-block;
    max-width: 940px; }
    .level-container .frame.riddle.end {
      background-color: transparent;
      border-radius: unset;
      border: none; }
    .level-container .frame.game-end {
      background: #1A2028 url(/Content/appImages/game-end-bg.jpg) no-repeat 0 0;
      background-size: cover;
      position: relative;
      padding-bottom: 60px; }
      .level-container .frame.game-end .title {
        margin: 200px auto auto;
        width: 50%;
        font-size: 20px; }
        .level-container .frame.game-end .title > strong {
          display: block;
          margin-bottom: 20px; }
  .level-container .img {
    margin-top: 1em;
    margin-bottom: 1em; }
  .level-container .info {
    display: inline-block;
    /*margin-left: 30px;*/ }
    .level-container .info::before {
      content: '';
      background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZpZXdCb3g9IjAgMCAyMCAyMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQogICAgPGNpcmNsZSBmaWxsPSIjRkZGIiBjeD0iOS41IiBjeT0iOS41IiByPSI5LjUiIC8+DQogICAgPHBhdGggZmlsbD0iIzI4MzIzRSIgZD0iTTExLjUsM2MtMC45LDAtMS43LDAuNy0xLjcsMS42YzAsMC44LDAuNiwxLjMsMS40LDEuM2MxLDAsMS44LTAuNywxLjgtMS42QzEzLDMuNiwxMi40LDMsMTEuNSwzeg0KCQkJIE0xMiwxMi43Yy0wLjMsMC0xLjUsMS43LTIuMSwxLjdjLTAuMiwwLTAuMy0wLjEtMC4zLTAuM2MwLTAuMywwLjItMC44LDAuNC0xLjFsMS41LTMuOWMwLjgtMS45LTAuMi0yLjQtMS4xLTIuNA0KCQkJQzkuMSw2LjcsOCw3LjIsNy4yLDhDNi45LDguMiw2LDkuMSw2LDkuNGMwLDAuMSwwLjEsMC4zLDAuMywwLjNDNi43LDkuNyw3LjcsOCw4LjUsOGMwLjIsMCwwLjQsMC4yLDAuMiwwLjVMNy4yLDEyDQoJCQljLTAuMSwwLjMtMC45LDItMC45LDIuOWMwLDAuOCwwLjUsMS4xLDEuMywxLjFjMi4xLDAsNC42LTIuNSw0LjYtM0MxMi4yLDEyLjgsMTIuMSwxMi43LDEyLDEyLjd6IiAvPg0KPC9zdmc+DQo=");
      width: 20px;
      min-width: 20px;
      height: 20px;
      background-size: 20px 20px;
      display: inline-block;
      margin-right: 5px; }
  .level-container .block-chart {
    display: block;
    max-width: 100%; }
  .level-container.dear-family {
    height: 100%; }
  .level-container.a4 {
    background-color: #28323E; }
    .level-container.a4 .progress-map .item.current, .level-container.a4 .progress-map .item.completed {
      background-color: #2DA58C; }
    .level-container.a4 .my.bg, .level-container.a4 .my .bg {
      background-color: #2DA58C; }
    .level-container.a4 .global.bg, .level-container.a4 .global .bg {
      background-color: #344555; }
    .level-container.a4 .bar-group-block.my {
      height: 56%; }
    .level-container.a4 .bar-group-block.global {
      height: 30%; }
    .level-container.a4 .inline-block {
      width: 100%; }
    .level-container.a4 strong {
      display: block;
      font-size: 24px; }
    .level-container.a4 p {
      margin: 0; }
      .level-container.a4 p + .tags {
        margin-top: 5px; }
    .level-container.a4 .tags {
      margin: -5px; }
      .level-container.a4 .tags + strong {
        margin-top: 15px; }
    .level-container.a4 .stand {
      background-color: #344555; }
    .level-container.a4 .btn {
      padding: 5px; }
    .level-container.a4 .frame {
      background-color: #212B35;
      border: none;
      position: relative;
      text-align: left; }
    .level-container.a4 .transition-nav {
      margin: 0;
      min-height: initial; }
    .level-container.a4 .icon {
      display: block;
      margin-bottom: 20px; }
    .level-container.a4 .img {
      display: block;
      margin: 0 auto; }
    .level-container.a4 .badge {
      position: relative;
      margin: 0 auto; }
      .level-container.a4 .badge .symbol {
        top: 57%;
        width: 50%; }
    .level-container.a4 .link {
      color: #FFF; }
      .level-container.a4 .link.end {
        display: block;
        text-decoration: underline; }
    .level-container.a4 .part {
      fill: #FFF;
      -moz-transition: fill .5s ease-in-out;
      -o-transition: fill .5s ease-in-out;
      -webkit-transition: fill .5s ease-in-out;
      transition: fill .5s ease-in-out; }
      .level-container.a4 .part.completed {
        fill: #2DA58C; }
      .level-container.a4 .part.one {
        transition-delay: 0.2s; }
      .level-container.a4 .part.two {
        transition-delay: 0.4s; }
      .level-container.a4 .part.three {
        transition-delay: 0.6s; }
      .level-container.a4 .part.four {
        transition-delay: 0.8s; }

.game {
  height: -webkit-calc(100%);
  height: calc(100%);
  width: 100vw;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
  .game.dear-family {
    height: 100%; }
  .game > iframe {
    width: 100%;
    height: calc(100% - 8px); }

.ml-horizontal-levels {
  direction: ltr;
  color: #fff;
  padding-left: 0;
  height: 100%; }
  .ml-horizontal-levels .owl-carousel .rules {
    display: inline-block;
    margin-top: 3px;
    width: 40px;
    text-align: center;
    font-size: 16px; }
  .ml-horizontal-levels .owl-item:not(:first-child)::before {
    content: '';
    position: absolute;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    border-top: 2px solid #fff;
    display: inline-block;
    top: 18px;
    left: -webkit-calc(40px - 100%);
    left: calc(40px - 100%); }
  .ml-horizontal-levels .level-item {
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
    background-color: #28323E;
    position: relative;
    line-height: 38px;
    vertical-align: middle; }
    .ml-horizontal-levels .level-item.completed {
      background-color: #fff;
      color: black;
      border: 1px solid black;
      cursor: pointer; }
    .ml-horizontal-levels .level-item .check {
      fill: none;
      stroke-width: 25px;
      stroke: #000;
      width: 40px;
      line-height: 0; }
    .ml-horizontal-levels .level-item.current {
      background-color: #fff;
      color: black; }
      .ml-horizontal-levels .level-item.current::after {
        content: '';
        position: absolute;
        width: 42px;
        height: 42px;
        border: 2px solid transparent;
        box-shadow: 0 0 0 1px #fff;
        display: inline-block;
        top: -2px;
        left: -2px;
        border-radius: 50%; }
  .ml-horizontal-levels .rating-star-list {
    margin-top: 5px; }
    .ml-horizontal-levels .rating-star-list > li {
      width: 13px;
      height: 13px; }
    .ml-horizontal-levels .rating-star-list .star {
      width: 100%;
      height: 100%; }

.v2 .inline-block {
  text-align: left;
  margin-bottom: 10px; }

.rtl .level-container .info::before {
  margin-left: 5px; }

.rtl .level-container.a4 .frame {
  text-align: right; }

.rtl .v2 .inline-block {
  text-align: right; }

@media screen and (min-width: 992px) and (max-width: 1024px) {
  .mob-overview .levels-map {
    width: 740px; } }

@media screen and (max-width: 991px) {
  .navbar-new.navbar-a4.navbar {
    min-height: 40px; }
  .navbar-new.navbar-a4 .game-logo {
    top: 6px;
    left: 8px;
    width: 30px;
    -moz-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    -webkit-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
    text-align: right;
    max-width: -webkit-calc(100% - 17px);
    max-width: calc(100% - 17px); }
    .navbar-new.navbar-a4 .game-logo.map-opened {
      width: 100%; }
  .navbar-new.navbar-a4 .game-icon {
    width: 30px;
    height: 30px; }
    .navbar-new.navbar-a4 .game-icon path {
      stroke-width: 12px; }
  .navbar-new.navbar-a4 .navbar-links {
    right: 15px;
    top: 6px;
    opacity: 1;
    -moz-transition: transform .2s ease-in-out .1s, opacity .2s ease-in-out .1s;
    -o-transition: transform .2s ease-in-out .1s, opacity .2s ease-in-out .1s;
    -webkit-transition: transform .2s ease-in-out .1s, opacity .2s ease-in-out .1s;
    transition: transform .2s ease-in-out .1s, opacity .2s ease-in-out .1s; }
    .navbar-new.navbar-a4 .navbar-links.map-opened {
      opacity: 0;
      transform: translateX(100%);
      transition-delay: 0;
      position: fixed; }
    .navbar-new.navbar-a4 .navbar-links .username {
      vertical-align: middle;
      font-size: 24px; }
  .navbar-new.navbar-a4 .navbar-link {
    height: 30px; }
    .navbar-new.navbar-a4 .navbar-link.map {
      width: 25px; }
    .navbar-new.navbar-a4 .navbar-link.home {
      margin: 0;
      width: 24px; }
    .navbar-new.navbar-a4 .navbar-link.menu-open {
      width: 15px;
      margin-right: -4px;
      padding-left: 5px;
      padding-right: 5px; }
    .navbar-new.navbar-a4 .navbar-link.menu-close {
      width: 20px; }
    .navbar-new.navbar-a4 .navbar-link.back {
      top: 6px;
      width: 20px;
      left: -10%;
      position: relative;
      opacity: 0;
      z-index: 10;
      -moz-transition: left .3s ease-in-out .1s, opacity .3s ease-in-out .1s;
      -o-transition: left .3s ease-in-out .1s, opacity .3s ease-in-out .1s;
      -webkit-transition: left .3s ease-in-out .1s, opacity .3s ease-in-out .1s;
      transition: left .3s ease-in-out .1s, opacity .3s ease-in-out .1s; }
      .navbar-new.navbar-a4 .navbar-link.back.map-opened {
        opacity: 1;
        left: 45px; }
  .navbar-new.navbar-game {
    font-size: 1.4em;
    line-height: 38px; }
    .navbar-new.navbar-game.navbar {
      min-height: 40px; }
      .navbar-new.navbar-game.navbar .logo {
        width: 25px;
        height: 25px; }
    .navbar-new.navbar-game .navbar-brand {
      padding: 12px 0;
      height: 40px; }
    .navbar-new.navbar-game .navbar-toggle {
      margin-top: 3px;
      margin-bottom: 0; }
    .navbar-new.navbar-game .ml-navbar-link {
      min-width: initial;
      padding: 0 10px; }
  .mob-overview,
  .rtl .mob-overview {
    width: 100%;
    height: -webkit-calc(100% - 40px);
    height: calc(100% - 40px); }
    .mob-overview .mob-map-container,
    .rtl .mob-overview .mob-map-container {
      background: #1A2028;
      padding-top: 10px;
      border-bottom: solid 1px rgba(255, 255, 255, 0.2);
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }
      .mob-overview .mob-map-container .section-title,
      .rtl .mob-overview .mob-map-container .section-title {
        font-weight: 300;
        font-size: 1.2em;
        color: #FFF;
        margin: 0;
        display: inline-block; }
      .mob-overview .mob-map-container .leader-board-section,
      .rtl .mob-overview .mob-map-container .leader-board-section {
        padding-bottom: 5px;
        border-bottom: solid 1px rgba(255, 255, 255, 0.2);
        overflow: hidden;
        height: 500px; }
        .mob-overview .mob-map-container .leader-board-section .user-points-outer,
        .rtl .mob-overview .mob-map-container .leader-board-section .user-points-outer {
          height: 100%;
          padding: 0 10px;
          text-align: center;
          display: -webkit-box;
          /* OLD - iOS 6-, Safari 3.1-6 */
          display: -moz-box;
          /* OLD - Firefox 19- (buggy but mostly works) */
          display: -ms-flexbox;
          /* TWEENER - IE 10 */
          display: -webkit-flex;
          /* NEW - Chrome */
          display: flex;
          /* NEW, Spec - Opera 12.1, Firefox 20+ */
          align-items: center; }
          .mob-overview .mob-map-container .leader-board-section .user-points-outer .user-points,
          .rtl .mob-overview .mob-map-container .leader-board-section .user-points-outer .user-points {
            font-weight: normal;
            color: #000;
            text-align: center;
            background-color: #eda933;
            padding: 10% 15%; }
            .mob-overview .mob-map-container .leader-board-section .user-points-outer .user-points > strong,
            .rtl .mob-overview .mob-map-container .leader-board-section .user-points-outer .user-points > strong {
              display: inline-block;
              font-size: 2em;
              margin-top: 10px;
              width: 100%; }
        .mob-overview .mob-map-container .leader-board-section .leader-board,
        .rtl .mob-overview .mob-map-container .leader-board-section .leader-board {
          text-align: center;
          border-left: solid 1px rgba(255, 255, 255, 0.2);
          height: 100%; }
          .mob-overview .mob-map-container .leader-board-section .leader-board .section-title,
          .rtl .mob-overview .mob-map-container .leader-board-section .leader-board .section-title {
            padding-bottom: 5px;
            border-bottom: solid 1px rgba(255, 255, 255, 0.2);
            margin-bottom: 10px; }
          .mob-overview .mob-map-container .leader-board-section .leader-board .table,
          .rtl .mob-overview .mob-map-container .leader-board-section .leader-board .table {
            width: auto;
            margin: 0 auto;
            font-weight: 300;
            color: #FFF; }
            .mob-overview .mob-map-container .leader-board-section .leader-board .table > tbody > tr > td,
            .rtl .mob-overview .mob-map-container .leader-board-section .leader-board .table > tbody > tr > td {
              font-size: 1em;
              padding: 1px 0;
              line-height: normal;
              border: none; }
              .mob-overview .mob-map-container .leader-board-section .leader-board .table > tbody > tr > td.name,
              .rtl .mob-overview .mob-map-container .leader-board-section .leader-board .table > tbody > tr > td.name {
                width: 120px;
                padding: 1px; }
              .mob-overview .mob-map-container .leader-board-section .leader-board .table > tbody > tr > td .overflow,
              .rtl .mob-overview .mob-map-container .leader-board-section .leader-board .table > tbody > tr > td .overflow {
                width: 120px;
                display: inline-block;
                -ms-text-overflow: ellipsis;
                -o-text-overflow: ellipsis;
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap; }
      .mob-overview .mob-map-container .levels-map,
      .rtl .mob-overview .mob-map-container .levels-map {
        height: 35px;
        margin: 0 auto;
        width: 100%;
        display: block; }
        .mob-overview .mob-map-container .levels-map .owl-carousel,
        .rtl .mob-overview .mob-map-container .levels-map .owl-carousel {
          width: 98% !important; }
        .mob-overview .mob-map-container .levels-map .owl-nav-link,
        .rtl .mob-overview .mob-map-container .levels-map .owl-nav-link {
          display: none; }
        .mob-overview .mob-map-container .levels-map .owl-item:not(.first-child)::before,
        .rtl .mob-overview .mob-map-container .levels-map .owl-item:not(.first-child)::before {
          width: -webkit-calc(100% - 35px);
          width: calc(100% - 35px);
          top: 16px;
          left: -webkit-calc(35px - 100%);
          left: calc(35px - 100%); }
        .mob-overview .mob-map-container .levels-map .level-item,
        .rtl .mob-overview .mob-map-container .levels-map .level-item {
          width: 35px;
          height: 35px;
          line-height: 33px;
          font-size: 1.2em; }
          .mob-overview .mob-map-container .levels-map .level-item.current::after,
          .rtl .mob-overview .mob-map-container .levels-map .level-item.current::after {
            width: 37px;
            height: 37px;
            top: -2px;
            left: -2px;
            border-radius: 50%; }
          .mob-overview .mob-map-container .levels-map .level-item .check,
          .rtl .mob-overview .mob-map-container .levels-map .level-item .check {
            stroke-width: 20px;
            width: 35px; }
        .mob-overview .mob-map-container .levels-map .rating-star-list, .mob-overview .mob-map-container .levels-map .rules,
        .rtl .mob-overview .mob-map-container .levels-map .rating-star-list,
        .rtl .mob-overview .mob-map-container .levels-map .rules {
          display: none; }
        .mob-overview .mob-map-container .levels-map .rating-star-list,
        .rtl .mob-overview .mob-map-container .levels-map .rating-star-list {
          margin-top: 5px; }
          .mob-overview .mob-map-container .levels-map .rating-star-list > li,
          .rtl .mob-overview .mob-map-container .levels-map .rating-star-list > li {
            width: 11px;
            height: 11px; }
    .mob-overview .swipe-link,
    .rtl .mob-overview .swipe-link {
      width: 105px;
      bottom: -22px;
      height: 25px;
      cursor: pointer;
      position: absolute;
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      left: 50%;
      background: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KICAgICB2aWV3Qm94PSIwIDAgOTIuNTU5IDE3IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiMxQTIwMjgiIGQ9Ik0xMy4yNzksOGgwLjAyNGMwLjI1Nyw1LDUuODM2LDksMTEuNDY0LDloNDMuMDIzYzUuNjI3LDAsMTEuMjA3LTQsMTEuNDY0LTloMC4wMjRjMC01LDcuNDg3LTgsMTMuMjc5LThIMA0KCSAgICAgICAgICAgIEM1Ljc5MiwwLDEzLjI3OSwzLDEzLjI3OSw4eiIgLz4NCiAgICAgICAgICAgIDwvc3ZnPg==") 0 0 no-repeat; }
      .mob-overview .swipe-link .swipe-icon,
      .rtl .mob-overview .swipe-link .swipe-icon {
        stroke-width: 4;
        fill: none;
        stroke: #FFF;
        width: 12px;
        height: 34px;
        display: block;
        margin: 0 auto; }
        .mob-overview .swipe-link .swipe-icon.down,
        .rtl .mob-overview .swipe-link .swipe-icon.down {
          -moz-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          -o-transform: rotate(90deg);
          -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
          margin-top: -6px; }
        .mob-overview .swipe-link .swipe-icon.up,
        .rtl .mob-overview .swipe-link .swipe-icon.up {
          -moz-transform: rotate(270deg);
          -ms-transform: rotate(270deg);
          -o-transform: rotate(270deg);
          -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }
    .mob-overview.v2, .mob-overview.v3,
    .rtl .mob-overview.v2,
    .rtl .mob-overview.v3 {
      top: -webkit-calc(-1 * (100% - 80px));
      top: calc(-1 * (100% - 80px));
      -moz-transition: top .5s ease-in-out;
      -o-transition: top .5s ease-in-out;
      -webkit-transition: top .5s ease-in-out;
      transition: top .5s ease-in-out; }
    .mob-overview.a4,
    .rtl .mob-overview.a4 {
      position: fixed;
      transition: left .3s ease-in-out, opacity .3s ease-in-out;
      left: -100%;
      opacity: 0; }
      .mob-overview.a4 .mob-map-container,
      .rtl .mob-overview.a4 .mob-map-container {
        background: #212B35; }
      .mob-overview.a4.opened,
      .rtl .mob-overview.a4.opened {
        left: 0;
        opacity: 1; }
    .mob-overview.opened,
    .rtl .mob-overview.opened {
      top: 40px;
      overflow: hidden; }
      .mob-overview.opened.dear-family,
      .rtl .mob-overview.opened.dear-family {
        height: 100%; }
      .mob-overview.opened .mob-map-container,
      .rtl .mob-overview.opened .mob-map-container {
        overflow: auto; }
        .mob-overview.opened .mob-map-container .leader-board-section,
        .rtl .mob-overview.opened .mob-map-container .leader-board-section {
          height: -webkit-calc(100% - 275px);
          height: calc(100% - 275px); }
        .mob-overview.opened .mob-map-container .levels-map,
        .rtl .mob-overview.opened .mob-map-container .levels-map {
          min-height: 70px;
          margin-top: 15px; }
          .mob-overview.opened .mob-map-container .levels-map .rating-star-list, .mob-overview.opened .mob-map-container .levels-map .rules,
          .rtl .mob-overview.opened .mob-map-container .levels-map .rating-star-list,
          .rtl .mob-overview.opened .mob-map-container .levels-map .rules {
            display: block; }
      .mob-overview.opened .swipe-link,
      .rtl .mob-overview.opened .swipe-link {
        bottom: 10px; }
      .mob-overview.opened .swipe-area,
      .rtl .mob-overview.opened .swipe-area {
        height: 100%; }
  .rtl .mob-overview .mob-map-container .leader-board-section .leader-board {
    border-left: none;
    border-right: solid 1px rgba(255, 255, 255, 0.2); }
  .game {
    height: -webkit-calc(100%);
    height: calc(100%); }
    .game.dear-family {
      height: 100%; }
    .game > iframe {
      height: calc(100% - 8px); }
  .level-container .inner {
    /*background: $main-bg-color;*/
    /*background-image: none !important;*/ }
  .level-container .frame {
    background-color: #2A3037;
    border: none; }
  .level-container.a4 .frame {
    background-color: #212B35; } }

@media screen and (max-width: 768px) {
  .level-container {
    height: -webkit-calc(100%);
    height: calc(100%); }
    .level-container.dear-family {
      height: 100%; } }

@media screen and (max-width: 320px) {
  .view {
    height: auto !important; } }

@media screen and (max-width: 767px) {
  .modal.game-modal .modal-body {
    margin-top: 5px;
    width: 97%; }
    .modal.game-modal .modal-body .modal-close {
      width: 25px;
      height: 25px;
      right: 5px;
      top: 5px;
      padding: 2px;
      border: none; }
  .modal.offline-modal .modal-body {
    width: 97%; }
  .modal.offline-modal .sad-cloud {
    width: 50%; }
  .extra-large {
    font-size: 1.6em; }
  .large {
    font-size: 1.2em; }
  .medium {
    font-size: 1.2em; }
  .small {
    font-size: .9em; }
  .toast {
    display: none !important; }
  /*.text-xs-justify {
        text-align: justify;
    }*/
  /*.top-fade-effect::before {
        display: none;
    }*/
  .view {
    margin: 0 25px;
    height: 100%;
    margin-top: 10px; }
  .level-container {
    font-size: 18px;
    /*height: -webkit-calc(100% - 40px);
        height: calc(100% - 40px);*/ }
    .level-container.dear-family {
      height: 100%; }
    .level-container .inner {
      padding-top: 0;
      min-height: 100%;
      background: #2A3037; }
      .level-container .inner .frame {
        padding-bottom: 10px;
        padding-left: 0;
        padding-right: 0;
        overflow-y: auto;
        min-height: initial;
        min-width: initial;
        margin-top: -60px; }
    .level-container .transition-nav {
      min-height: 55px;
      position: fixed;
      bottom: 0;
      left: 45px;
      right: 45px;
      padding: 15px 0;
      margin: 0;
      /*background-color: $main-bg-color;*/ }
    .level-container .transition-view {
      padding: 0;
      overflow-y: auto;
      position: fixed;
      bottom: 70px;
      top: 60px;
      left: 0;
      right: 0; }
      .level-container .transition-view .include {
        display: flex;
        align-items: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        height: 100%;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        position: relative; }
        .level-container .transition-view .include .align-start {
          align-self: flex-start; }
        .level-container .transition-view .include > .inline-block {
          max-height: 100%; }
    .level-container .v2 .transition-view {
      bottom: 60px; }
      .level-container .v2 .transition-view .img-responsive {
        margin-top: 15px;
        margin-bottom: 15px; }
    .level-container .block-chart {
      margin: auto;
      margin-bottom: 30px; }
    .level-container .slide-summary .well-done {
      margin: 10px 0; }
    .level-container.a4 {
      font-size: 16px;
      /*.end-slide {
                .progress-map {
                    .item {
                        width: 200px;
                        height: 200px;
                    }
                }
            }*/ }
      .level-container.a4 .busy-img {
        bottom: 15px; }
      .level-container.a4 strong {
        font-size: 20px; }
      .level-container.a4 .inner {
        background-color: #212B35; }
      .level-container.a4 .top-offset {
        margin-top: 40px; }
      .level-container.a4 .a4-lesson-map {
        display: flex;
        justify-content: center;
        align-items: center; }
      .level-container.a4 .transition-view {
        top: 85px; }
        .level-container.a4 .transition-view .include {
          align-items: unset;
          justify-content: unset; }
      .level-container.a4 .top-strip {
        max-width: 710px;
        margin-left: -25px; }
      .level-container.a4 .icon {
        width: 70px;
        max-height: 65px;
        margin-top: 5px; }
      .level-container.a4 .img {
        max-width: 100%; }
      .level-container.a4 .badge {
        width: 80px; }
      .level-container.a4 .link.end {
        margin-top: 40px; }
      .level-container.a4 .transition-strip {
        background-color: #2DA58C;
        position: fixed;
        top: 40px;
        left: 0;
        right: 0;
        padding: 7px 10px;
        z-index: 1; }
        .level-container.a4 .transition-strip + div {
          /*margin-top: auto;*/ }
        .level-container.a4 .transition-strip .name {
          font-size: 20px;
          margin: 0 5px;
          display: inline-block; }
        .level-container.a4 .transition-strip .symbol {
          display: inline-block;
          width: 28px;
          height: 28px;
          vertical-align: bottom; }
          .level-container.a4 .transition-strip .symbol path {
            stroke-width: 12px; }
    .level-container.a4 .end.slide3 .transition-view {
      top: 85px; }
    .level-container.a4.course1-evaluation .end.slide1.frame, .level-container.a4.course2-evaluation .end.slide1.frame, .level-container.a4.course3-evaluation .end.slide1.frame, .level-container.a4.course4-evaluation .end.slide1.frame {
      padding: 50px 0; }
  /*RTL support*/
  .rtl .level-container .transition-view .info {
    text-align: right; }
  .rtl .level-container.a4 .top-strip {
    margin-right: -25px; } }

@media screen and (min-width: 768px) {
  .modal.a4 .modal-body {
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.7); }
  .navbar-new.navbar-a4 .navbar-link:hover {
    opacity: .6; }
  .level-container {
    min-height: -webkit-calc(100%);
    min-height: calc(100%);
    font-size: 30px; }
    .level-container.a4 {
      font-size: 22px;
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      align-items: center;
      -ms-flex-item-align: center;
      justify-content: center;
      -ms-flex-pack: center; }
      .level-container.a4 .inner {
        padding-top: 0; }
      .level-container.a4 .btn {
        font-size: 22px; }
      .level-container.a4 .frame {
        box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.7);
        border: none;
        width: 785px;
        position: relative;
        padding: 50px 125px; }
      .level-container.a4 .no-padding {
        padding: 0; }
      .level-container.a4 .img {
        /*width: 65%;*/ }
      .level-container.a4 .transition-view {
        margin-bottom: 40px;
        padding: 0; }
      .level-container.a4 .transition-nav {
        margin: 0;
        min-height: initial; }
        .level-container.a4 .transition-nav .btn {
          width: 50%; }
      .level-container.a4 .top-offset {
        margin-top: 40px; }
      .level-container.a4 .a4-lesson-map {
        display: flex;
        justify-content: center;
        align-items: center; }
      .level-container.a4 .top-strip {
        max-width: 640px;
        margin-left: -127px;
        margin-top: -49px; }
      .level-container.a4 .icon {
        width: 100px;
        max-height: 92px; }
      .level-container.a4 .badge {
        width: 120px; }
      .level-container.a4 .link.end {
        font-size: 18px;
        margin-top: 40px; }
      .level-container.a4 .link:hover {
        opacity: .6; }
  .rtl .level-container.a4 .top-strip {
    margin-right: -127px; }
  .a4.course1-evaluation .end.slide1.frame,
  .a4.course2-evaluation .end.slide1.frame,
  .a4.course3-evaluation .end.slide1.frame,
  .a4.course4-evaluation .end.slide1.frame {
    padding: 50px 0; } }

@media only screen and (max-device-width: 1366px) {
  .game > iframe {
    height: calc(100% - 1%); } }

@media only screen and (min-device-width: 768) and (max-device-width: 1366px) {
  .game {
    overflow: hidden; }
    .game iframe {
      height: 150%;
      transform: translateY(-21%); } }


.v2.frame-instructor {
  background-color: #28323E; }
  .v2.frame-instructor .instructor-view {
    bottom: 0; }
    .v2.frame-instructor .instructor-view .instructor-list {
      padding: 0;
      display: flex;
      justify-content: center;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-bottom: 30px; }
      .v2.frame-instructor .instructor-view .instructor-list .instructor-item {
        position: relative;
        padding: 15px;
        background-color: #1A2028;
        border: 2px solid #3E4854;
        margin: 10px;
        width: 302px; }
        .v2.frame-instructor .instructor-view .instructor-list .instructor-item .quote {
          margin-top: 20px;
          margin-left: 20px;
          line-height: 1.3; }
        .v2.frame-instructor .instructor-view .instructor-list .instructor-item .author {
          margin-left: 20px; }
        .v2.frame-instructor .instructor-view .instructor-list .instructor-item .pick-block {
          /*&::before,
                        .btn-pick {
                            -moz-animation: fadeOut $animation-duration ease-in-out;
                            -o-animation: fadeOut $animation-duration ease-in-out;
                            -webkit-animation: fadeOut $animation-duration ease-in-out;
                            animation: fadeOut $animation-duration ease-in-out;
                        }*/ }
          .v2.frame-instructor .instructor-view .instructor-list .instructor-item .pick-block::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            z-index: 10;
            background-color: rgba(0, 0, 0, 0.7); }
          .v2.frame-instructor .instructor-view .instructor-list .instructor-item .pick-block .btn-pick {
            z-index: 20;
            padding: 5px;
            width: 60%; }
        .v2.frame-instructor .instructor-view .instructor-list .instructor-item:hover {
          cursor: pointer;
          border: solid 2px #FFA200; }
        .v2.frame-instructor .instructor-view .instructor-list .instructor-item.selected {
          border: solid 2px #FFA200;
          -moz-transition: border-color 0.5s ease-in-out;
          -o-transition: border-color 0.5s ease-in-out;
          -webkit-transition: border-color 0.5s ease-in-out;
          transition: border-color 0.5s ease-in-out; }
          .v2.frame-instructor .instructor-view .instructor-list .instructor-item.selected .pick-block::before,
          .v2.frame-instructor .instructor-view .instructor-list .instructor-item.selected .pick-block .btn-pick {
            -moz-animation: fadeIn 0.5s ease-in-out;
            -o-animation: fadeIn 0.5s ease-in-out;
            -webkit-animation: fadeIn 0.5s ease-in-out;
            animation: fadeIn 0.5s ease-in-out; }
  .v2.frame-instructor .transition-nav {
    height: 55px; }

@media screen and (min-width: 768px) {
  .v2.frame-instructor .instructor-view .instructor-list {
    min-height: 400px; }
    .v2.frame-instructor .instructor-view .instructor-list .quote {
      padding-bottom: 40px; }
    .v2.frame-instructor .instructor-view .instructor-list .author {
      position: absolute;
      bottom: 15px;
      left: 35px;
      margin: 0 !important; }
  .rtl .v2.frame-instructor .instructor-view .instructor-list .author {
    left: unset;
    right: 35px; } }

.rtl .v2.frame-instructor .instructor-view .instructor-list .quote,
.rtl .v2.frame-instructor .instructor-view .instructor-list .author {
  margin-left: 0;
  margin-right: 20px; }

/*# sourceMappingURL=game.instructor.css.map */

.level-container .lesson-summary .transition-view .title {
  font-weight: 400;
  opacity: 1;
  width: 218px; }
  .level-container .lesson-summary .transition-view .title.ng-hide {
    opacity: 0; }
  .level-container .lesson-summary .transition-view .title.ng-hide-add, .level-container .lesson-summary .transition-view .title.ng-hide-remove {
    -moz-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
    -webkit-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear; }

.lesson-summary .summary-view {
  min-height: 365px; }

.lesson-summary ml-busy {
  -moz-animation: none;
  -o-animation: none;
  -webkit-animation: none;
  animation: none; }
  .lesson-summary ml-busy .busy-img {
    width: 150px;
    height: 150px;
    opacity: 1; }
    .lesson-summary ml-busy .busy-img.ng-hide {
      opacity: 0; }
    .lesson-summary ml-busy .busy-img.ng-hide-add, .lesson-summary ml-busy .busy-img.ng-hide-remove {
      -moz-transition: opacity 0.2s linear 0.2s;
      -o-transition: opacity 0.2s linear 0.2s;
      -webkit-transition: opacity 0.2s linear 0.2s;
      transition: opacity 0.2s linear 0.2s; }

.lesson-summary .content {
  min-height: 330px;
  position: relative; }

.lesson-summary .lesson-list {
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  max-width: 220px;
  margin: 0 auto; }
  .lesson-summary .lesson-list.ng-hide-remove {
    height: 0;
    -moz-transition: opacity 1.5s linear;
    -o-transition: opacity 1.5s linear;
    -webkit-transition: opacity 1.5s linear;
    transition: opacity 1.5s linear; }
  .lesson-summary .lesson-list .lesson-item {
    flex-grow: 2;
    width: 108px;
    height: 108px;
    text-align: center;
    position: relative;
    margin: 1px; }
    .lesson-summary .lesson-list .lesson-item .disabled {
      color: #76797e;
      -moz-transition: color 1s ease-in-out, background-color 1s ease-in-out, fill 1s ease-in-out;
      -o-transition: color 1s ease-in-out, background-color 1s ease-in-out, fill 1s ease-in-out;
      -webkit-transition: color 1s ease-in-out, background-color 1s ease-in-out, fill 1s ease-in-out;
      transition: color 1s ease-in-out, background-color 1s ease-in-out, fill 1s ease-in-out; }
      .lesson-summary .lesson-list .lesson-item .disabled .lesson-icon {
        opacity: 0.4;
        -moz-transition: opacity 1s ease-in-out;
        -o-transition: opacity 1s ease-in-out;
        -webkit-transition: opacity 1s ease-in-out;
        transition: opacity 1s ease-in-out; }
    .lesson-summary .lesson-list .lesson-item .appearance-primary {
      -moz-animation: 200ms grow ease-out forwards;
      -o-animation: 200ms grow ease-out forwards;
      -webkit-animation: 200ms grow ease-out forwards;
      animation: 200ms grow ease-out forwards;
      z-index: 10; }
    .lesson-summary .lesson-list .lesson-item .flash {
      -moz-animation: 200ms flash ease-out 1s;
      -o-animation: 200ms flash ease-out 1s;
      -webkit-animation: 200ms flash ease-out 1s;
      animation: 200ms flash ease-out 1s; }
    .lesson-summary .lesson-list .lesson-item .faded.flash {
      width: 100%;
      height: 100%; }
    .lesson-summary .lesson-list .lesson-item .appearance-secondary {
      -moz-animation: 400ms fadeIn ease-out forwards;
      -o-animation: 400ms fadeIn ease-out forwards;
      -webkit-animation: 400ms fadeIn ease-out forwards;
      animation: 400ms fadeIn ease-out forwards; }
    .lesson-summary .lesson-list .lesson-item .transparent {
      opacity: 0; }
    .lesson-summary .lesson-list .lesson-item .lesson-name-outer {
      position: absolute;
      left: 50%;
      bottom: 5px;
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
    .lesson-summary .lesson-list .lesson-item .lesson-name {
      font-size: 18px; }
    .lesson-summary .lesson-list .lesson-item .completed-icon {
      width: 52px;
      height: 52px;
      margin-top: -10px;
      opacity: 0;
      stroke-width: 1; }
    .lesson-summary .lesson-list .lesson-item .arrow {
      position: absolute;
      z-index: 9;
      stroke: #192028;
      stroke-width: 2px;
      width: 14px;
      height: 26px;
      opacity: 0; }
      .lesson-summary .lesson-list .lesson-item .arrow.arrow-right.appearance-primary {
        -moz-animation: 400ms arrow-right ease-out forwards 600ms;
        -o-animation: 400ms arrow-right ease-out forwards 600ms;
        -webkit-animation: 400ms arrow-right ease-out forwards 600ms;
        animation: 400ms arrow-right ease-out forwards 600ms; }
      .lesson-summary .lesson-list .lesson-item .arrow.arrow-left.appearance-primary {
        -moz-animation: 400ms arrow-left ease-out forwards 600ms;
        -o-animation: 400ms arrow-left ease-out forwards 600ms;
        -webkit-animation: 400ms arrow-left ease-out forwards 600ms;
        animation: 400ms arrow-left ease-out forwards 600ms; }
      .lesson-summary .lesson-list .lesson-item .arrow.arrow-down.appearance-primary {
        -moz-animation: 400ms arrow-down ease-out forwards 600ms;
        -o-animation: 400ms arrow-down ease-out forwards 600ms;
        -webkit-animation: 400ms arrow-down ease-out forwards 600ms;
        animation: 400ms arrow-down ease-out forwards 600ms; }
      .lesson-summary .lesson-list .lesson-item .arrow.arrow-right {
        left: 94px;
        top: 42px; }
      .lesson-summary .lesson-list .lesson-item .arrow.arrow-down {
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        top: 88px;
        left: 48px; }
      .lesson-summary .lesson-list .lesson-item .arrow.arrow-left {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        right: 94px;
        top: 42px; }
  .lesson-summary .lesson-list .lesson-icon-outer {
    width: 50px;
    height: 50px;
    margin-top: -10px; }
  .lesson-summary .lesson-list .lesson-icon {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }

@media screen and (min-width: 768px) {
  .lesson-summary .summary-view {
    min-width: 360px; } }

@keyframes grow {
  from {
    width: 50%;
    height: 50%; }
  to {
    width: 100%;
    height: 100%; } }

@keyframes arrow-right {
  from {
    left: 94px;
    opacity: 0; }
  to {
    left: 108px;
    opacity: 1; } }

@keyframes arrow-left {
  from {
    right: 94px;
    opacity: 0; }
  to {
    right: 108px;
    opacity: 1; } }

@keyframes arrow-down {
  from {
    top: 88px;
    opacity: 0; }
  to {
    top: 102px;
    opacity: 1; } }

@keyframes flash {
  100% {
    background-color: #fff;
    fill: #fff; } }

/*# sourceMappingURL=game.lesson.map.css.map */

.modal.mission-text {
  font-size: 20px; }
  .modal.mission-text .modal-body {
    display: inline-block;
    max-width: 460px;
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    margin: 0; }
  .modal.mission-text .nav-block {
    margin-top: 30px; }
  .modal.mission-text .btn {
    font-size: 20px;
    padding: 5px 15px; }
  .modal.mission-text.a4 {
    font-size: 22px; }
    .modal.mission-text.a4 .icon {
      height: 100%;
      width: 100%; }
    .modal.mission-text.a4 .heading {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      /*align-items: center;
            -ms-flex-align: center;*/ }
    .modal.mission-text.a4 .remark {
      font-weight: normal;
      /*margin-left: 20px;*/ }
    .modal.mission-text.a4 .btn {
      width: 100%;
      padding: 5px; }
    .modal.mission-text.a4 .nav-block {
      margin-top: 45px; }

@media screen and (min-width: 768px) {
  .modal.mission-text .modal-body {
    padding: 35px; }
  .modal.mission-text.a4 {
    font-size: 22px; }
    .modal.mission-text.a4 .modal-body {
      width: 400px;
      padding: 45px 15px 15px 15px;
      border-radius: 3px; }
    .modal.mission-text.a4 .icon-src {
      width: 45px;
      max-height: 90px; }
      .modal.mission-text.a4 .icon-src path, .modal.mission-text.a4 .icon-src circle, .modal.mission-text.a4 .icon-src line {
        stroke-width: 15px; }
    .modal.mission-text.a4 .heading {
      margin-bottom: 10px; }
    .modal.mission-text.a4 .remark {
      font-size: 35px; }
    .modal.mission-text.a4 .btn {
      font-size: 22px; }
    .modal.mission-text.a4 .inner-block {
      padding: 0 45px; }
  .ltr .modal.mission-text.a4 .remark {
    margin-left: 20px; }
  .rtl .modal.mission-text.a4 .remark {
    margin-right: 20px; } }

@media screen and (max-width: 767px) {
  .modal.mission-text .modal-body {
    padding: 15px 25px;
    width: 85%; }
  .modal.mission-text.a4 {
    font-size: 18px; }
    .modal.mission-text.a4 .modal-body {
      width: 100%;
      /*padding: 45px 0 0;*/
      border-radius: 0; }
    .modal.mission-text.a4 .icon-src {
      width: 35px;
      max-height: 70px; }
      .modal.mission-text.a4 .icon-src path, .modal.mission-text.a4 .icon-src circle, .modal.mission-text.a4 .icon-src line {
        stroke-width: 15px; }
    .modal.mission-text.a4 .heading {
      margin-bottom: 0; }
    .modal.mission-text.a4 .remark {
      font-size: 35px; }
    .modal.mission-text.a4 .btn {
      font-size: 18px;
      border-radius: 0; }
    .modal.mission-text.a4 .inner-block {
      padding: 0 25px; }
  .ltr .modal.mission-text.a4 .remark {
    margin-left: 15px; }
  .rtl .modal.mission-text.a4 .remark {
    margin-right: 15px; } }


.v2.frame-gateway .btn-unlock {
  padding-top: 6px;
  padding-bottom: 8px; }

.v2.frame-gateway .back-link {
  color: white; }

.v2.frame-gateway .lock-icon {
  margin: 30px 0; }

.v2.frame-gateway .or-text {
  margin-top: 15px;
  margin-bottom: 10px; }

@media screen and (min-width: 768px) {
  .v2.frame-gateway .btn-unlock {
    width: 300px; }
  .v2.frame-gateway .lock-icon {
    margin: 30px 0;
    width: 115px;
    height: 155px; }
  .v2.frame-gateway .gateway-view {
    padding-bottom: 35px; } }

@media screen and (max-width: 767px) {
  .v2.frame-gateway .btn-unlock {
    width: 94%;
    max-width: 300px; }
  .v2.frame-gateway .lock-icon {
    margin-top: 20px;
    width: 95px;
    height: 128px; }
  .v2.frame-gateway .gateway-view {
    padding-bottom: 0;
    bottom: 0; } }

/*# sourceMappingURL=game.payment-gateway.css.map */

.metrics-container {
  color: #FFF; }
  .metrics-container .inline-block {
    text-align: unset;
    margin: 0; }
  .metrics-container .tab {
    top: 3px;
    position: relative;
    -moz-transition: border-color 700ms ease-in;
    -o-transition: border-color 700ms ease-in;
    -webkit-transition: border-color 700ms ease-in;
    transition: border-color 700ms ease-in; }
    .metrics-container .tab.selected {
      border-bottom: solid 3px #f99f1c; }
  .metrics-container .metric-list {
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin: 0; }
  .metrics-container .metric-item {
    width: 100%;
    background-color: #28323E; }
    .metrics-container .metric-item:not(:last-child) {
      margin-bottom: 5px; }
  .metrics-container .heading,
  .metrics-container .skill-name {
    color: #FFF; }
  .metrics-container .heading {
    text-align: center;
    border-bottom: 3px solid #FFF; }
  .metrics-container .skill-name {
    margin: 0; }
  .metrics-container .metric-max-value,
  .metrics-container .inactive {
    color: #777; }
  .metrics-container .bar-back {
    position: relative;
    border-radius: 6px;
    background-color: #151a20;
    border: solid 1px rgba(255, 255, 255, 0.2); }
  .metrics-container .my-funnel {
    position: absolute;
    width: 0;
    top: 0;
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    -moz-transition: width 1s linear;
    -o-transition: width 1s linear;
    -webkit-transition: width 1s linear;
    transition: width 1s linear; }
  .metrics-container .all-funnel {
    z-index: 10;
    position: relative;
    height: 100%; }
    .metrics-container .all-funnel.ng-hide-add {
      -moz-animation: fadeOut 700ms;
      -o-animation: fadeOut 700ms;
      -webkit-animation: fadeOut 700ms;
      animation: fadeOut 700ms; }
    .metrics-container .all-funnel.ng-hide-remove {
      -moz-animation: fadeIn 700ms;
      -o-animation: fadeIn 700ms;
      -webkit-animation: fadeIn 700ms;
      animation: fadeIn 700ms; }
  .metrics-container .metric-value {
    position: relative; }
  .metrics-container .metric-indicator {
    position: relative; }
    .metrics-container .metric-indicator.my {
      margin-top: 5px; }
    .metrics-container .metric-indicator.all {
      -moz-transform: translateY(-48%);
      -ms-transform: translateY(-48%);
      -o-transform: translateY(-48%);
      -webkit-transform: translateY(-48%);
      transform: translateY(-48%); }
      .metrics-container .metric-indicator.all .metric-value {
        bottom: 7px; }
  .metrics-container .metric-offset {
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    -webkit-transform: translateX(50%);
    transform: translateX(50%); }
  .metrics-container .arrow {
    position: relative;
    width: 0;
    height: 0; }
  .metrics-container .arrow-up {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom-width: 9px;
    border-bottom-style: solid;
    margin-top: 4px; }
  .metrics-container .arrow-down {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top-width: 9px;
    border-top-style: solid;
    bottom: 8px; }
  .metrics-container .icon {
    stroke-width: 5px;
    stroke: #FFF;
    width: 22px !important;
    height: 22px;
    margin-bottom: 0 !important; }

.rtl .metrics-container .my-funnel {
  left: auto;
  right: 0;
  border-radius: 0 6px 6px 0; }

.rtl .metrics-container .metric-offset {
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

@media screen and (min-width: 768px) {
  .modal.skills-modal .modal-body {
    max-width: 880px; }
  .metrics-container {
    font-size: 18px; }
    .metrics-container .heading {
      font-size: 24px;
      margin-top: 8px; }
    .metrics-container .tab {
      padding: 10px 20px;
      margin: 0 10px;
      width: auto !important; }
    .metrics-container .metric-item {
      padding-top: 40px;
      padding-bottom: 45px; }
    .metrics-container .metric-item-block {
      display: flex;
      justify-content: center;
      align-items: center; }
    .metrics-container .skill-name {
      font-size: 18px;
      width: 290px;
      display: inline-block; }
    .metrics-container .bar-back {
      margin: 0 10px;
      height: 35px;
      width: 250px !important; }
  .rtl .metrics-container .skill-name {
    width: 120px; } }

@media screen and (max-width: 767px) {
  .transition-view .metrics-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: auto; }
  .metrics-container {
    height: calc(100% - 35px);
    overflow-y: auto;
    font-size: 16px; }
    .metrics-container .heading {
      font-size: 20px; }
    .metrics-container .tab {
      padding: 0 20px 10px 20px;
      margin: 0 5px;
      width: auto !important; }
    .metrics-container .metric-item {
      padding-top: 30px;
      padding-bottom: 40px; }
    .metrics-container .metric-item-block {
      margin: 0 auto;
      width: 280px; }
    .metrics-container .bar-back {
      height: 35px;
      width: 235px; }
    .metrics-container .skill-name {
      font-size: 16px;
      margin-bottom: 5px; }
    .metrics-container .metric-max-value {
      margin-top: 5px; } }


.time-management {
  margin-top: 1em;
  direction: ltr; }
  .time-management ul {
    max-width: 972px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding: 0; }
  .time-management .level-item {
    position: relative;
    display: flex;
    list-style-type: none;
    width: calc(100% / 6);
    flex-grow: 1;
    max-width: 182px;
    margin: 0.2em;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.8em; }
    .time-management .level-item img {
      width: 100%;
      height: auto; }
    .time-management .level-item:hover::after {
      opacity: 1;
      background-color: rgba(255, 255, 255, 0.4);
      transition: opacity 0.3s ease;
      border: 1px solid #0388c4;
      cursor: pointer; }
    .time-management .level-item::after {
      display: block;
      position: absolute;
      content: ' ';
      background: rgba(0, 0, 0, 0.4);
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      opacity: 0; }
    .time-management .level-item .level-index {
      background: white;
      position: absolute;
      border-radius: 50%;
      height: 40px;
      width: 40px;
      z-index: 100;
      align-self: flex-start;
      border: 1px solid #0388c4;
      margin-top: -18px;
      color: black;
      font-weight: 400;
      font-size: 18px;
      display: flex;
      top: 0;
      justify-content: center;
      align-items: center;
      box-shadow: inset 2px 3px 6px rgba(0, 0, 0, 0.7); }
    .time-management .level-item .v-sign {
      position: absolute;
      z-index: 100; }
      .time-management .level-item .v-sign svg {
        height: auto;
        width: auto; }
    .time-management .level-item.completed::after {
      opacity: 1; }
    .time-management .level-item.completed:hover::after {
      opacity: 1;
      background: rgba(0, 0, 0, 0.4);
      border: none;
      cursor: default; }

/** Transition View override */
.timeManagement .start.slide1.frame {
  max-width: none;
  width: auto; }

.timeManagement .start.slide1 .transition-nav {
  display: none; }

@media (max-width: 767px) {
  .timeManagement .start.slide1 .view {
    height: auto; }
  .timeManagement .start.slide1 .transition-view {
    height: 100%; }
  .timeManagement .level-item {
    width: calc(100% / 3); }
  .time-management {
    margin-bottom: 80px; } }


.level-container.a4 .corp-intro .icon {
  width: 100%;
  height: 100%;
  margin: 0; }

.level-container.a4 .corp-intro .workout-title {
  margin-left: 20px;
  margin-right: 20px; }

.level-container.a4 .corp-intro .intro-box {
  background: #28323E;
  margin-bottom: 5px; }

.level-container.a4 .corp-intro .skill-list {
  margin: 20px -4px -8px -4px; }

.level-container.a4 .corp-intro .skill-item {
  display: inline-block;
  padding: 5px 10px;
  margin: 0 4px 8px;
  background-color: #344555; }

.level-container.a4 .corp-intro .stats-icon .icon {
  margin-bottom: 0; }

.level-container.a4 .corp-intro .stats-icon .part {
  fill: none; }
  .level-container.a4 .corp-intro .stats-icon .part.one {
    fill: #2DA58C; }

.level-container.a4 .corp-intro .stats-icon path {
  stroke-width: 10px; }

.level-container.a4 .corp-intro .img-frame {
  height: 47px;
  border-radius: 6px;
  overflow: hidden; }
  .level-container.a4 .corp-intro .img-frame img {
    position: relative;
    left: 1px; }

.level-container.a4 .corp-intro .game-list {
  margin: 20px -5px 0; }

.level-container.a4 .corp-intro .game-item {
  display: inline-block;
  margin: 0 5px; }

@media screen and (min-width: 768px) {
  .level-container.a4 .corp-intro {
    padding: 0 0 40px 0; }
    .level-container.a4 .corp-intro .intro-box {
      padding: 25px; }
    .level-container.a4 .corp-intro .workout-icon svg {
      width: 68px;
      height: 68px; }
    .level-container.a4 .corp-intro .btn {
      width: 380px; } }

@media screen and (max-width: 767px) {
  .level-container.a4 .corp-intro .intro-box {
    padding: 15px; }
  .level-container.a4 .corp-intro .workout-title {
    margin: 10px 10px 0;
    font-size: 20px; }
  .level-container.a4 .corp-intro .workout-icon svg {
    width: 48px;
    height: 48px; }
  .level-container.a4 .corp-intro .stats-icon .icon {
    width: 62px; } }


.v2.frame-intro {
  /*max-width: 400px;
        max-height: 400px;*/
  -moz-transition: max-width 1s, max-height 1s;
  -o-transition: max-width 1s, max-height 1s;
  -webkit-transition: max-width 1s, max-height 1s;
  transition: max-width 1s, max-height 1s;
  /*overflow: hidden;*/ }
  .v2.frame-intro.ready {
    /*max-width: 1000px;
            max-height: 1000px;*/ }

.v2 .transition-view.intro-view .choice-block {
  background-color: #28323E;
  position: relative; }

.v2 .transition-view.intro-view .slide-content.ng-hide-remove {
  -moz-animation: fadeIn 1s;
  -o-animation: fadeIn 1s;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s; }

.v2 .transition-view.intro-view .icon {
  stroke: #fff; }
  .v2 .transition-view.intro-view .icon.intro {
    display: block;
    margin: 0 auto;
    stroke-width: 1px; }

.v2 .transition-view.intro-view .filter-icon {
  width: 0;
  height: 0;
  position: absolute;
  top: -1000px;
  z-index: -1; }

.v2 .transition-view.intro-view .flip-frame {
  position: relative;
  width: 100%; }

.v2 .transition-view.intro-view .pulse {
  display: inline-block;
  margin-bottom: 8px; }
  .v2 .transition-view.intro-view .pulse .pulse-inner,
  .v2 .transition-view.intro-view .pulse .pulse-outer {
    border: solid 1px #FFF; }

.v2 .transition-view.intro-view .choice-avatar {
  text-align: center; }
  .v2 .transition-view.intro-view .choice-avatar.left {
    float: left; }
  .v2 .transition-view.intro-view .choice-avatar.right {
    float: right; }
  .v2 .transition-view.intro-view .choice-avatar .icon-frame {
    position: relative;
    margin: 0 auto; }
  .v2 .transition-view.intro-view .choice-avatar .filter-icon {
    width: 0;
    height: 0;
    position: absolute;
    top: -300px;
    z-index: -1; }
  .v2 .transition-view.intro-view .choice-avatar .fill-dark {
    stroke: white;
    fill: #151a20;
    -moz-transition: fill 2s ease;
    -o-transition: fill 2s ease;
    -webkit-transition: fill 2s ease;
    transition: fill 2s ease; }
  .v2 .transition-view.intro-view .choice-avatar .label {
    display: inline-block;
    line-height: 1.2; }
  .v2 .transition-view.intro-view .choice-avatar .icon {
    position: absolute;
    width: 100%;
    max-height: 100%;
    height: auto;
    bottom: 0;
    left: 0; }
    .v2 .transition-view.intro-view .choice-avatar .icon.active .fill-dark {
      fill: #FFF !important;
      stroke: #000; }

.v2 .transition-view.intro-view .choice-avatar-block {
  width: 100%; }

.v2 rzslider {
  margin: 0;
  height: auto;
  position: absolute;
  left: 0; }
  .v2 rzslider.active .rz-pointer {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.3); }
  .v2 rzslider .rz-bubble {
    display: none; }
  .v2 rzslider .rz-bar-wrapper {
    padding: 0;
    margin: 0;
    height: 34px; }
    .v2 rzslider .rz-bar-wrapper:first-child {
      position: relative; }
  .v2 rzslider .rz-bar {
    height: 34px;
    background-color: #151a20;
    border-radius: 6px; }
  .v2 rzslider .rz-pointer {
    top: 0;
    height: 34px;
    width: 56px;
    background: #FFA200;
    outline: none;
    border-radius: 6px;
    z-index: 100;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    -webkit-transition: all 500ms;
    transition: all 500ms; }
    .v2 rzslider .rz-pointer:after {
      display: none; }
    .v2 rzslider .rz-pointer.rz-active:after {
      background: none; }

@media screen and (max-width: 767px) {
  .v2 rzslider {
    top: 130px; }
  .v2 .transition-view.intro-view .heading {
    margin: 0 15px 20px 15px; }
  .v2 .transition-view.intro-view .view {
    width: 100%;
    margin: 0; }
  .v2 .transition-view.intro-view .icon.intro {
    max-width: 48%; }
  .v2 .transition-view.intro-view .intro-puzzle {
    margin-top: 15px; }
    .v2 .transition-view.intro-view .intro-puzzle .nav-link {
      color: #FFF; }
  .v2 .transition-view.intro-view .pulse {
    /*margin-right: $pulse-offset-mob;*/
    margin-bottom: 0;
    width: 20px;
    height: 20px; }
    .v2 .transition-view.intro-view .pulse .pulse-outer {
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px;
      height: 20px;
      width: 20px;
      top: 0;
      left: -10px; }
    .v2 .transition-view.intro-view .pulse .pulse-inner {
      -webkit-border-radius: 9px;
      -moz-border-radius: 9px;
      border-radius: 9px;
      height: 9px;
      width: 9px;
      top: 4.5px;
      left: -4.5px; }
  .v2 .transition-view.intro-view .choice-block {
    padding: 10px 10px 10px 10px;
    margin-top: 30px;
    margin-bottom: 40px; }
  .v2 .transition-view.intro-view .choice-avatar .icon-frame {
    height: 110px;
    margin-bottom: 48px;
    width: 84px !important; }
  .v2 .transition-view.intro-view .choice-avatar .label {
    max-width: 100px; }
  .rtl .v2 .transition-view.intro-view .pulse {
    margin-right: 0;
    margin-left: 18px; } }

@media screen and (min-width: 768px) {
  .v2 rzslider {
    top: 144px; }
    .v2 rzslider.active .rz-pointer {
      height: 44px;
      width: 66px;
      top: -5px;
      margin-left: -5px; }
  .v2 .transition-view.intro-view {
    min-width: 530px;
    min-height: 568px;
    padding-left: 0;
    padding-right: 0;
    position: relative; }
    .v2 .transition-view.intro-view .heading {
      margin: 0 40px; }
    .v2 .transition-view.intro-view .choice-block {
      margin-top: 60px;
      padding: 10px 20px 10px 20px; }
    .v2 .transition-view.intro-view .icon.intro {
      max-width: 320px;
      height: 356px;
      margin-top: 30px; }
    .v2 .transition-view.intro-view .intro-puzzle {
      margin-top: 30px; }
    .v2 .transition-view.intro-view .pulse {
      margin-right: 25px; }
    .v2 .transition-view.intro-view .choice-avatar .icon-frame {
      width: 80px;
      height: 124px;
      margin-bottom: 48px; }
    .v2 .transition-view.intro-view .choice-avatar .label {
      max-width: 140px; }
  .rtl .v2 .transition-view.intro-view .pulse {
    margin-right: 0;
    margin-left: 25px; } }


.rating-star-list {
  margin-bottom: 0; }
  .rating-star-list .star-item {
    display: inline-block; }
    .rating-star-list .star-item .star-icon {
      width: 100%;
      height: 100%;
      display: block; }
    .rating-star-list .star-item:not(:first-child):not(:last-child) {
      margin: 0 2px; }
    .rating-star-list .star-item .stroke {
      fill: none;
      stroke: #FFF;
      stroke-width: 4px; }
    .rating-star-list .star-item.rated .stroke {
      fill: #FFF; }
  .rating-star-list.perfect > li .star > path {
    fill: #FFFC00;
    stroke: #FFFC00; }

/*# sourceMappingURL=mlLevelRating.css.map */

ml-owl-carousel {
  display: block;
  position: relative; }
  ml-owl-carousel .owl-carousel {
    margin: 0 auto; }
    ml-owl-carousel .owl-carousel .owl-wrapper-outer {
      width: auto;
      padding: 3px;
      direction: ltr; }
    ml-owl-carousel .owl-carousel.owl-theme .owl-page {
      margin: 0 7px; }
      ml-owl-carousel .owl-carousel.owl-theme .owl-page.active span {
        background: #FFF; }
      ml-owl-carousel .owl-carousel.owl-theme .owl-page span {
        background-color: transparent;
        border: solid 1px #FFF;
        opacity: 1;
        border-radius: 100%;
        margin: 0; }
      ml-owl-carousel .owl-carousel.owl-theme .owl-page:hover {
        opacity: .6; }
  ml-owl-carousel .owl-nav-link {
    width: 15px;
    height: 35px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    ml-owl-carousel .owl-nav-link .svg {
      height: 100%; }
      ml-owl-carousel .owl-nav-link .svg .polyline {
        stroke-width: 2;
        fill: none;
        stroke: #FFF; }
    ml-owl-carousel .owl-nav-link.prev {
      left: 0; }
    ml-owl-carousel .owl-nav-link.next {
      right: 0; }
    ml-owl-carousel .owl-nav-link.disabled {
      cursor: default;
      opacity: .5; }
      ml-owl-carousel .owl-nav-link.disabled:hover {
        opacity: .5; }

/*# sourceMappingURL=mlOwlCarousel.css.map */

.progress-map {
  direction: ltr;
  display: inline-block; }
  .progress-map .map-item {
    display: inline-block;
    text-align: left;
    position: relative; }
    .progress-map .map-item:not(:last-child) {
      width: 55px; }
      .progress-map .map-item:not(:last-child)::before {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        width: calc(100% - 38px);
        height: 2px;
        border-top: 2px solid #FFF; }
  .progress-map .item {
    display: inline-block;
    text-align: center;
    color: #FFF;
    width: 38px;
    height: 38px;
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 18px;
    text-align: center;
    background-color: transparent;
    position: relative;
    line-height: 36px;
    vertical-align: middle;
    position: relative; }
    .progress-map .item .completed-icon {
      width: 20px;
      height: 20px; }
      .progress-map .item .completed-icon .icon {
        width: 100%;
        height: 100%; }


/*MOBILE*/
/*DESKTOP*/
/*PANE - COMMON STYLES*/
.game-pane {
  color: #FFF;
  position: relative;
  /*TABS*/ }
  .game-pane a {
    color: #FFF; }
  .game-pane .tabs-container {
    height: 100%; }
  .game-pane .tab-list {
    background-color: #1A2028;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2); }
    .game-pane .tab-list .pane-item {
      text-align: center;
      flex-grow: 1; }
      .game-pane .tab-list .pane-item .pane-link {
        text-decoration: none; }
      .game-pane .tab-list .pane-item.active .pane-link {
        color: #FFF; }
      .game-pane .tab-list .pane-item.disabled .pane-link {
        color: rgba(255, 255, 255, 0.1);
        cursor: default; }
      .game-pane .tab-list .pane-item + .pane-item {
        border-left: solid 1px rgba(255, 255, 255, 0.2); }
    .game-pane .tab-list .pane-link {
      color: #919ea7;
      width: 100%;
      display: inline-block; }
      .game-pane .tab-list .pane-link:hover {
        text-decoration: none;
        color: #FFF; }
  .game-pane .content {
    overflow-y: auto;
    overflow-x: hidden;
    position: relative; }
    .game-pane .content .tab-pane {
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0; }
      .game-pane .content .tab-pane.ng-hide-add {
        -moz-animation: fadeOut .5s;
        -o-animation: fadeOut .5s;
        -webkit-animation: fadeOut .5s;
        animation: fadeOut .5s; }
      .game-pane .content .tab-pane.ng-hide-remove {
        -moz-animation: fadeIn .5s;
        -o-animation: fadeIn .5s;
        -webkit-animation: fadeIn .5s;
        animation: fadeIn .5s; }

/*RTL*/
.rtl .game-pane {
  /*TABS*/ }
  .rtl .game-pane .tab-list .pane-item + .pane-item {
    border: none;
    border-right: solid 1px rgba(255, 255, 255, 0.2); }
  .rtl .game-pane .lesson-list .lesson-item .lesson-progress-frame {
    /*margin-right: $lesson-progress-frame-offset;
                    margin-left: 0;*/ }

/*MOBILE SPECIFIC STYLES*/
.mob-map-container .game-pane {
  height: calc(100% - 35px); }
  .mob-map-container .game-pane .tab-list {
    padding-bottom: 5px;
    font-size: 16px; }
    .mob-map-container .game-pane .tab-list .pane-item {
      margin: 6px 0; }
  .mob-map-container .game-pane .content {
    height: calc(100% - 56px); }

/*DESKTOP SPECIFIC STYLES*/
.pane-modal .game-pane .tab-list {
  font-size: 24px; }
  .pane-modal .game-pane .tab-list .pane-item {
    margin: 8px 0; }
    .pane-modal .game-pane .tab-list .pane-item .pane-link {
      margin: 8px 0; }

.pane-modal .game-pane .content {
  height: 526px; }

@media (min-width: 992px) {
  .pane-modal .container {
    width: 922px; } }

/*# sourceMappingURL=mlGamePane.css.map */

/*MOBILE*/
/*DESKTOP*/
.leaderboard-pane .leaderboard-root {
  height: 100%;
  overflow: hidden; }

.leaderboard-pane .leaderboard-frame {
  min-width: 280px;
  max-height: unset;
  margin: 0 auto;
  margin-top: 15px;
  overflow-y: auto;
  overflow-x: hidden; }

.leaderboard-pane .my-rating-frame {
  border: solid 2px #FFF;
  padding: 4px;
  background-color: #28323E;
  position: absolute;
  bottom: 0;
  left: 4px;
  right: 4px; }

.leaderboard-pane table.leaderboard-table {
  margin: 0 auto;
  width: 94%; }
  .leaderboard-pane table.leaderboard-table.my {
    width: 96%;
    margin-top: 4px; }
  .leaderboard-pane table.leaderboard-table > tbody > tr > td {
    padding: 1px 0;
    line-height: normal;
    border: none; }
    .leaderboard-pane table.leaderboard-table > tbody > tr > td.index, .leaderboard-pane table.leaderboard-table > tbody > tr > td.points {
      color: #f99f1c; }
    .leaderboard-pane table.leaderboard-table > tbody > tr > td.name {
      padding: 1px;
      color: #FFF; }
    .leaderboard-pane table.leaderboard-table > tbody > tr > td .overflow {
      display: inline-block;
      -ms-text-overflow: ellipsis;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap; }

.include .leaderboard-pane .my-rating-frame {
  width: auto;
  bottom: 0; }

.include .leaderboard-pane .leaderboard-frame {
  width: auto; }

/*MOBILE SPECIFIC STYLES*/
@media screen and (max-width: 991px) {
  .leaderboard-pane table.leaderboard-table > tbody > tr > td {
    font-size: 16px; }
    .leaderboard-pane table.leaderboard-table > tbody > tr > td.name {
      width: 200px; }
    .leaderboard-pane table.leaderboard-table > tbody > tr > td .overflow {
      width: 200px; }
  .leaderboard-pane .leaderboard-frame {
    height: calc(100% - 66px); }
  .include .leaderboard-pane {
    height: 100%; }
    .include .leaderboard-pane .leaderboard-root {
      height: calc(100% - 128px); }
    .include .leaderboard-pane .leader-board-frame {
      height: 100%; }
    .include .leaderboard-pane .my-rating-frame {
      bottom: 10px; }
    .include .leaderboard-pane table.leaderboard-table {
      width: auto; }
      .include .leaderboard-pane table.leaderboard-table > tbody > tr > td.name {
        width: 160px; }
      .include .leaderboard-pane table.leaderboard-table > tbody > tr > td .overflow {
        width: 160px; } }

/*DESKTOP SPECIFIC STYLES*/
@media screen and (min-width: 992px) {
  .leaderboard-pane .my-rating-frame,
  .leaderboard-pane .leaderboard-frame {
    width: 80%; }
  .leaderboard-pane table.leaderboard-table > tbody > tr > td {
    font-size: 20px; }
    .leaderboard-pane table.leaderboard-table > tbody > tr > td.index {
      width: 60px; }
    .leaderboard-pane table.leaderboard-table > tbody > tr > td.name {
      width: 300px; }
    .leaderboard-pane table.leaderboard-table > tbody > tr > td .overflow {
      width: 300px; }
  .leaderboard-pane .leaderboard-frame {
    height: calc(100% - 100px); }
  .leaderboard-pane .my-rating-frame {
    bottom: 20px;
    margin: 0 auto; }
  .include .leaderboard-pane {
    position: relative; }
    .include .leaderboard-pane .leaderboard-root {
      height: 480px; } }

/*# sourceMappingURL=mlPaneLeaderBoard.css.map */

/*MOBILE*/
/*DESKTOP*/
.map-pane {
  /*.levels-map {
        margin-top: 10px !important;
        min-height: unset !important;
        height: unset !important;
        -moz-animation: fadeIn .5s ease-in-out;
        -o-animation: fadeIn .5s ease-in-out;
        -webkit-animation: fadeIn .5s ease-in-out;
        animation: fadeIn .5s ease-in-out;

        &.ng-hide-add {
            -moz-animation: fadeOut .5s ease-in-out;
            -o-animation: fadeOut .5s ease-in-out;
            -webkit-animation: fadeOut .5s ease-in-out;
            animation: fadeOut .5s ease-in-out;
        }

        .owl-item:not(:first-child)::before {
            display: none !important;
        }

        .rating-star-list {
            margin-top: 0 !important;
        }

        .level-item:not(.completed) {
            background-color: $frame-bg-color;
        }
    }*/ }
  .map-pane .lesson-list {
    margin: 0; }
    .map-pane .lesson-list .lesson-item {
      background-color: #28323E; }
      .map-pane .lesson-list .lesson-item .lesson-link {
        display: block;
        -moz-transition: height .5s linear;
        -o-transition: height .5s linear;
        -webkit-transition: height .5s linear;
        transition: height .5s linear; }
        .map-pane .lesson-list .lesson-item .lesson-link.selected {
          height: 132px; }
      .map-pane .lesson-list .lesson-item .lesson-icon-box {
        position: relative;
        height: 100%; }
      .map-pane .lesson-list .lesson-item .lesson-progress-box {
        height: 100%;
        position: relative; }
      .map-pane .lesson-list .lesson-item .lesson-progress-frame {
        width: 91%; }
      .map-pane .lesson-list .lesson-item .lesson-icon {
        border: none; }
    .map-pane .lesson-list .lesson-name {
      margin: 0; }

/* MOBILE SPECIFIC STYLES */
.mob-map-container .map-pane .levels-map {
  margin-top: 10px !important;
  min-height: unset !important;
  height: unset !important;
  -moz-animation: fadeIn .5s ease-in-out;
  -o-animation: fadeIn .5s ease-in-out;
  -webkit-animation: fadeIn .5s ease-in-out;
  animation: fadeIn .5s ease-in-out; }
  .mob-map-container .map-pane .levels-map.ng-hide-add {
    -moz-animation: fadeOut .5s ease-in-out;
    -o-animation: fadeOut .5s ease-in-out;
    -webkit-animation: fadeOut .5s ease-in-out;
    animation: fadeOut .5s ease-in-out; }
  .mob-map-container .map-pane .levels-map .owl-item:not(:first-child)::before,
  .mob-map-container .map-pane .levels-map .owl-item:not(:last-child)::before {
    display: none !important; }

.mob-map-container .map-pane ml-owl-carousel .owl-carousel .rules {
  font-size: 14px; }

.mob-map-container .map-pane .lesson-list {
  margin: 0; }
  .mob-map-container .map-pane .lesson-list .lesson-item {
    margin-bottom: 2px; }
    .mob-map-container .map-pane .lesson-list .lesson-item .lesson-link {
      height: 66px; }
      .mob-map-container .map-pane .lesson-list .lesson-item .lesson-link.selected {
        height: 132px; }
    .mob-map-container .map-pane .lesson-list .lesson-item .lesson-icon-box {
      width: 40px; }
    .mob-map-container .map-pane .lesson-list .lesson-item .lesson-progress-box {
      width: calc(100% - 40px); }
    .mob-map-container .map-pane .lesson-list .lesson-item .lesson-icon {
      margin-top: 5px;
      width: 30px;
      height: 40px; }
  .mob-map-container .map-pane .lesson-list .lesson-name {
    font-size: 16px; }

/*DESKTOP SPECIFIC STYLES*/
.pane-modal .map-pane .levels-map {
  margin-top: 15px; }

.pane-modal .map-pane .lesson-list {
  margin: 0; }
  .pane-modal .map-pane .lesson-list .lesson-name {
    margin-bottom: 15px;
    font-size: 20px; }
  .pane-modal .map-pane .lesson-list .lesson-item {
    margin-bottom: 2px; }
    .pane-modal .map-pane .lesson-list .lesson-item .lesson-link {
      height: 86px; }
      .pane-modal .map-pane .lesson-list .lesson-item .lesson-link:hover {
        cursor: pointer; }
      .pane-modal .map-pane .lesson-list .lesson-item .lesson-link.selected {
        height: 172px; }
    .pane-modal .map-pane .lesson-list .lesson-item .lesson-icon-box {
      width: 80px; }
    .pane-modal .map-pane .lesson-list .lesson-item .lesson-progress-box {
      width: calc(100% - 80px); }
    .pane-modal .map-pane .lesson-list .lesson-item .lesson-icon {
      margin-top: 10px;
      width: 40px;
      height: 50px; }

/* RTL */
.rtl .map-pane ml-owl-carousel .owl-carousel .owl-item:not(:first-child)::before {
  border: none;
  display: none; }

.rtl .map-pane ml-owl-carousel .owl-carousel .owl-item:not(:last-child)::before {
  content: '';
  position: absolute;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  border-top: 2px solid #fff;
  display: inline-block;
  top: 18px;
  right: -webkit-calc(40px - 100%);
  right: calc(40px - 100%); }

/*# sourceMappingURL=mlPaneMap.css.map */

/*MOBILE*/
/*DESKTOP*/
/* COMMON STYLES */
.toolbox-pane .toolbox-root {
  height: 100%;
  overflow: hidden; }

.toolbox-pane .slide-content-outer {
  position: relative;
  width: 100%;
  background-color: #28323e; }

.toolbox-pane .slide-content {
  font-size: 20px; }
  .toolbox-pane .slide-content .chalked-line-yellow {
    width: 60%; }
  .toolbox-pane .slide-content.ng-hide-remove {
    -moz-animation: fadeIn 1000ms ease-in;
    -o-animation: fadeIn 1000ms ease-in;
    -webkit-animation: fadeIn 1000ms ease-in;
    animation: fadeIn 1000ms ease-in-out; }

.toolbox-pane ml-owl-carousel .owl-carousel {
  margin: 0 auto; }
  .toolbox-pane ml-owl-carousel .owl-carousel .owl-wrapper-outer {
    padding: 0;
    margin: 0 auto; }

.toolbox-pane ml-owl-carousel .owl-nav-link {
  width: 18px;
  height: 50px;
  top: 45%; }

.toolbox-pane ml-owl-carousel .slide-item {
  margin: 0 auto;
  position: relative; }

/* RTL SUPPORT */
.rtl .toolbox-pane .slide-description,
.rtl .toolbox-pane .summary {
  direction: rtl; }

/* MOBILE STYLES */
@media (max-width: 767px) {
  .toolbox-pane .toolbox-root {
    position: relative; }
  .toolbox-pane .slide-content {
    font-size: 16px; }
    .toolbox-pane .slide-content .chalked-line-yellow {
      margin: 10px auto; }
  .toolbox-pane .slides-container {
    height: calc(100% - 10px); }
  .toolbox-pane .img-frame {
    display: block;
    position: relative;
    padding-bottom: 75.98253%;
    max-width: 229px;
    margin: 0 auto;
    margin-bottom: 20px; }
  .toolbox-pane .item-img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%; }
  .toolbox-pane ml-owl-carousel {
    height: 100%;
    position: relative; }
    .toolbox-pane ml-owl-carousel .owl-carousel {
      position: static;
      margin-top: 20px;
      height: 100%;
      width: 80% !important; }
      .toolbox-pane ml-owl-carousel .owl-carousel .owl-wrapper-outer,
      .toolbox-pane ml-owl-carousel .owl-carousel .owl-wrapper,
      .toolbox-pane ml-owl-carousel .owl-carousel .owl-item {
        height: 100%; }
      .toolbox-pane ml-owl-carousel .owl-carousel .slide-item {
        max-height: calc(100% - 40px);
        overflow-y: auto;
        padding: 0 10px; }
        .toolbox-pane ml-owl-carousel .owl-carousel .slide-item .text-intro {
          text-align: center; }
      .toolbox-pane ml-owl-carousel .owl-carousel .owl-controls {
        padding-top: 10px;
        border-top: solid 1px rgba(255, 255, 255, 0.2);
        position: absolute;
        bottom: 1px;
        left: 0;
        right: 0; }
    .toolbox-pane ml-owl-carousel .owl-nav-link {
      height: 35px; }
      .toolbox-pane ml-owl-carousel .owl-nav-link.prev {
        left: 10px; }
      .toolbox-pane ml-owl-carousel .owl-nav-link.next {
        right: 10px; }
  .rtl .toolbox-pane ml-owl-carousel {
    height: 100%;
    position: relative; }
    .rtl .toolbox-pane ml-owl-carousel .owl-carousel .text-intro {
      direction: rtl; }
    .rtl .toolbox-pane ml-owl-carousel .owl-carousel .owl-controls {
      direction: ltr; } }

/*@media (min-width: $front-img-width) {
    .toolbox-pane {

        .img-frame {
            height: $front-img-height;
            padding-bottom: 0 !important;
        }
    }
}*/
/* DESKTOP STYLES */
@media (min-width: 768px) {
  .toolbox-pane .slide-content {
    width: 85%;
    margin: 0 auto;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .toolbox-pane .slide-content .chalked-line-yellow {
      margin: 20px auto; }
  .toolbox-pane .slide-content-outer {
    padding-top: 20px;
    height: 60%; }
  .toolbox-pane .slides-container {
    height: 40%;
    padding: 20px 0; }
  .toolbox-pane .slide-description {
    max-width: 60%; }
  .toolbox-pane .slide-summary {
    width: 40%;
    position: relative; }
  .toolbox-pane .summary {
    width: 90%;
    position: absolute;
    top: 50%;
    right: 0;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .toolbox-pane .item-link {
    opacity: .1;
    -moz-transition: opacity 300ms linear;
    -o-transition: opacity 300ms linear;
    -webkit-transition: opacity 300ms linear;
    transition: opacity 300ms linear; }
    .toolbox-pane .item-link:hover, .toolbox-pane .item-link.selected {
      opacity: 1; }
    .toolbox-pane .item-link.selected:hover {
      cursor: default; }
  .toolbox-pane ml-owl-carousel .owl-carousel .owl-wrapper-outer {
    width: 94.4%; }
  .toolbox-pane ml-owl-carousel .owl-nav-link.prev {
    left: 25px; }
  .toolbox-pane ml-owl-carousel .owl-nav-link.next {
    right: 25px; } }

/*# sourceMappingURL=mlPaneToolbox.css.map */

/*MOBILE*/
/*DESKTOP*/

/*# sourceMappingURL=pane.shared.css.map */

.checkout-page {
  background: #FFF; }
  .checkout-page .checkout-frame,
  .checkout-page .checkout-completed {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0; }
    .checkout-page .checkout-frame.ng-hide-add,
    .checkout-page .checkout-completed.ng-hide-add {
      -moz-animation: fadeOut 0.5s ease-in-out;
      -o-animation: fadeOut 0.5s ease-in-out;
      -webkit-animation: fadeOut 0.5s ease-in-out;
      animation: fadeOut 0.5s ease-in-out; }
    .checkout-page .checkout-frame.ng-hide-remove,
    .checkout-page .checkout-completed.ng-hide-remove {
      -moz-animation: fadeIn 0.5s ease-in-out;
      -o-animation: fadeIn 0.5s ease-in-out;
      -webkit-animation: fadeIn 0.5s ease-in-out;
      animation: fadeIn 0.5s ease-in-out; }
  .checkout-page .checkout-frame {
    width: 100%;
    height: 100%; }
  .checkout-page .checkout-completed {
    right: 0;
    bottom: 0;
    border: 2px solid #3E4854;
    background: #1A2028; }
    .checkout-page .checkout-completed .bg {
      background: url(/Content/appImages/thank-you-bg.png) center center/cover no-repeat; }
    .checkout-page .checkout-completed .title {
      margin: 0; }

@media screen and (min-width: 768px) {
  .checkout-page {
    position: relative;
    height: 820px;
    padding: 5px;
    width: 65%;
    margin: -18px auto 45px auto; }
    .checkout-page .checkout-frame {
      box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.7); }
    .checkout-page .checkout-completed .heading {
      position: relative;
      margin-top: 140px;
      margin-left: 50px;
      margin-right: -50px; }
    .checkout-page .checkout-completed .bg {
      height: 84%;
      margin-right: 20px;
      margin-left: -20px; }
    .checkout-page .checkout-completed .title {
      font-size: 36px;
      margin-bottom: 10px; }
    .checkout-page .checkout-completed .btn-continue {
      width: 280px;
      position: absolute;
      left: 50%;
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      bottom: 50px; }
  .rtl .checkout-page .checkout-completed .heading {
    margin-left: -50px;
    margin-right: 50px; }
  .rtl .checkout-page .checkout-completed .bg {
    margin-right: -20px;
    margin-left: 20px; } }

@media screen and (max-width: 767px) {
  .checkout-page {
    overflow-y: auto;
    position: fixed;
    bottom: 0;
    top: 40px;
    left: 0;
    right: 0; }
    .checkout-page ml-loading {
      display: block;
      width: 80px;
      height: 80px; }
      .checkout-page ml-loading .spinner {
        width: 80px !important;
        height: 80px !important; }
    .checkout-page .checkout-frame {
      margin: 20px 0; }
    .checkout-page .checkout-completed .heading {
      font-size: 1.2em;
      text-align: center;
      margin-top: 20px; }
    .checkout-page .checkout-completed .title {
      font-size: 1.2em; }
    .checkout-page .checkout-completed .bg {
      height: 60%; }
    .checkout-page .checkout-completed .btn-continue {
      position: absolute;
      left: 50%;
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      bottom: 10px;
      margin-top: 0; } }

/*# sourceMappingURL=game.checkout.css.map */

.pricing-page {
  max-width: none;
  /*.privilege-list {

        .privilege-item {
            background: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8yIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCiAgdmlld0JveD0iMCAwIDI1Ljc0OSAyNS43NDkiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJDQogICAgPHBvbHlsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzkxOUVBNyIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgcG9pbnRzPSINCgkJMSwxMi44NzUgOC45MTcsMjQuNzQ5IDI0Ljc0OSwxIAkiIC8+DQo8L2c+DQo8L3N2Zz4NCg==') 0 40% no-repeat;
            color: $navbar-default-link-color;
            background-position: 0 40%;
        }
    }*/ }
  .pricing-page .pricing-bg-frame {
    position: relative;
    background-color: #FFF;
    background-image: url(/Content/appImages/pricing-page-bg.jpg);
    background-repeat: no-repeat; }
  .pricing-page .heading {
    color: #000; }
    .pricing-page .heading .h2 {
      margin: 0; }
  .pricing-page .pricing-list {
    padding: 0;
    display: flex;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .pricing-page .pricing-list .pricing-item {
      position: relative;
      background-color: #1A2028;
      border: 2px solid #3E4854;
      margin: 5px;
      overflow: hidden;
      border-radius: 3px; }
      .pricing-page .pricing-list .pricing-item .duration {
        position: relative;
        width: 100%;
        background-color: #28323E; }
      .pricing-page .pricing-list .pricing-item .stripe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #FFA200;
        color: #000; }
      .pricing-page .pricing-list .pricing-item .pricing .part {
        display: inline-block; }
      .pricing-page .pricing-list .pricing-item .pricing .month {
        position: relative; }
      .pricing-page .pricing-list .pricing-item .plan-price,
      .pricing-page .pricing-list .pricing-item .total-price {
        position: relative; }
        .pricing-page .pricing-list .pricing-item .plan-price .currency,
        .pricing-page .pricing-list .pricing-item .total-price .currency {
          position: absolute; }
        .pricing-page .pricing-list .pricing-item .plan-price .total-price-part,
        .pricing-page .pricing-list .pricing-item .total-price .total-price-part {
          position: relative;
          display: inline-block; }
      .pricing-page .pricing-list .pricing-item .total-price {
        color: #919EA7; }
      .pricing-page .pricing-list .pricing-item .btn-purchase {
        border-radius: 3px; }
  .pricing-page .overview {
    padding: 0;
    display: flex;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .pricing-page .overview .overview-item {
      width: 302px;
      font-size: 16px;
      /*border: solid 1px red;*/
      margin: 0 5px;
      position: relative; }
      .pricing-page .overview .overview-item .icon {
        width: 56px;
        height: 56px;
        fill: #FFF;
        display: block;
        margin: 0 auto; }
      .pricing-page .overview .overview-item .overview-item-content {
        margin: 0 auto; }
      .pricing-page .overview .overview-item .overview-item-heading {
        margin-left: 14px; }
  .pricing-page .paragraph-list {
    margin: 0;
    padding: 0;
    width: 100%; }
  .pricing-page .paragraph-item {
    display: flex; }
    .pricing-page .paragraph-item:not(:last-child) {
      margin-bottom: 8px; }
    .pricing-page .paragraph-item::before {
      content: '+';
      margin-right: 7px;
      display: block; }

.rtl .pricing-page {
  /*.privilege-list {
            .privilege-item {
                background-position: 100% 40%;
            }
        }*/ }
  .rtl .pricing-page .overview .overview-item .overview-item-heading {
    margin-right: 14px;
    margin-left: 0; }
  .rtl .pricing-page .paragraph-item::before {
    margin-right: 0;
    margin-left: 7px; }

@media screen and (min-width: 768px) {
  .inner .pricing-page {
    margin-top: -45px; }
  .pricing-page {
    background-color: #28323E; }
    .pricing-page .pricing-bg-frame {
      background-size: cover;
      background-position: center center;
      padding-top: 40px;
      padding-bottom: 10px;
      min-height: 714px; }
    .pricing-page .pricing-list {
      margin-top: 35px;
      align-items: center; }
      .pricing-page .pricing-list .pricing-item {
        width: 302px;
        height: 460px; }
        .pricing-page .pricing-list .pricing-item .duration {
          padding: 15px 0; }
        .pricing-page .pricing-list .pricing-item .stripe {
          height: 28px;
          -moz-transform: translateX(40%) translateY(43%) rotate(38deg);
          -ms-transform: translateX(40%) translateY(43%) rotate(38deg);
          -o-transform: translateX(40%) translateY(43%) rotate(38deg);
          -webkit-transform: translateX(40%) translateY(43%) rotate(38deg);
          transform: translateX(40%) translateY(43%) rotate(38deg);
          font-size: 14px;
          line-height: 2; }
        .pricing-page .pricing-list .pricing-item .pricing {
          margin: 30px 0; }
          .pricing-page .pricing-list .pricing-item .pricing .month {
            font-size: 20px;
            /*margin-right: 12px;*/
            -moz-transform: translateY(-90%);
            -ms-transform: translateY(-90%);
            -o-transform: translateY(-90%);
            -webkit-transform: translateY(-90%);
            transform: translateY(-90%); }
        .pricing-page .pricing-list .pricing-item .plan-price .currency,
        .pricing-page .pricing-list .pricing-item .total-price .currency {
          margin-left: -14px; }
        .pricing-page .pricing-list .pricing-item .plan-price {
          font-size: 20px; }
          .pricing-page .pricing-list .pricing-item .plan-price .currency {
            top: 16px; }
        .pricing-page .pricing-list .pricing-item .total-price {
          font-size: 18px;
          margin-top: -6px; }
          .pricing-page .pricing-list .pricing-item .total-price .currency {
            top: 7px;
            margin-left: -10px; }
          .pricing-page .pricing-list .pricing-item .total-price .total-price-part {
            margin-left: 12px; }
        .pricing-page .pricing-list .pricing-item .description .privilege {
          line-height: 1.1;
          width: 66%; }
        .pricing-page .pricing-list .pricing-item .description .recurring {
          color: #919EA7;
          font-size: 18px;
          line-height: 1.8; }
        .pricing-page .pricing-list .pricing-item .btn-purchase {
          position: absolute;
          left: 50%;
          bottom: 20px;
          width: 90%;
          -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
        .pricing-page .pricing-list .pricing-item.best-offer {
          height: 496px; }
          .pricing-page .pricing-list .pricing-item.best-offer .btn-purchase {
            bottom: 38px; }
    .pricing-page .overview {
      padding-top: 40px;
      padding-bottom: 30px; }
      .pricing-page .overview .overview-item .overview-item-content {
        width: 75%; }
      .pricing-page .overview .overview-item .overview-item-title {
        margin-top: 20px;
        margin-bottom: 20px; }
  .rtl .pricing-page {
    /*.privilege-list {

                .privilege-item {
                    padding-right: $privilege-item-offset;
                    padding-left: 0;
                }
            }*/ }
    .rtl .pricing-page .pricing-list .pricing-item .pricing .month {
      margin-right: 12px; }
    .rtl .pricing-page .pricing-list .pricing-item .total-price {
      /*font-size: 18px;
                        margin-top: -8px;

                        .currency {
                            top: 7px;
                            margin-left: -12px;
                        }*/ }
      .rtl .pricing-page .pricing-list .pricing-item .total-price .total-price-part {
        margin-left: 0; } }

@media screen and (max-width: 767px) {
  .pricing-busy .overlay {
    background-color: rgba(0, 0, 0, 0.5); }
  .pricing-busy .busy-img {
    width: 50px;
    height: 50px; }
  .pricing-page .pricing-bg-frame {
    min-height: 100%;
    padding: 15px 3px 22px 3px;
    background-size: cover; }
  .pricing-page .heading {
    margin-top: 10px; }
  .pricing-page .pricing-list .pricing-item {
    width: 100%;
    max-width: 320px; }
    .pricing-page .pricing-list .pricing-item .duration {
      padding: 8px 0; }
    .pricing-page .pricing-list .pricing-item .stripe {
      height: 24px;
      -moz-transform: translateX(42%) translateY(41%) rotate(39deg);
      -ms-transform: translateX(42%) translateY(41%) rotate(39deg);
      -o-transform: translateX(42%) translateY(41%) rotate(39deg);
      -webkit-transform: translateX(42%) translateY(41%) rotate(39deg);
      transform: translateX(42%) translateY(41%) rotate(39deg);
      font-size: 12px;
      line-height: 2; }
    .pricing-page .pricing-list .pricing-item .pricing {
      margin-top: 20px; }
      .pricing-page .pricing-list .pricing-item .pricing .month {
        font-size: 20px;
        -moz-transform: translateY(-90%);
        -ms-transform: translateY(-90%);
        -o-transform: translateY(-90%);
        -webkit-transform: translateY(-90%);
        transform: translateY(-90%); }
    .pricing-page .pricing-list .pricing-item .plan-price .currency,
    .pricing-page .pricing-list .pricing-item .total-price .currency {
      margin-left: -14px; }
    .pricing-page .pricing-list .pricing-item .plan-price {
      font-size: 20px; }
      .pricing-page .pricing-list .pricing-item .plan-price .currency {
        top: 16px; }
    .pricing-page .pricing-list .pricing-item .total-price {
      font-size: 18px;
      margin-top: -6px; }
      .pricing-page .pricing-list .pricing-item .total-price .currency {
        top: 7px;
        margin-left: -10px; }
      .pricing-page .pricing-list .pricing-item .total-price .total-price-part {
        margin-left: 12px; }
    .pricing-page .pricing-list .pricing-item .description {
      margin: 30px 0; }
      .pricing-page .pricing-list .pricing-item .description .privilege {
        line-height: 1.1; }
      .pricing-page .pricing-list .pricing-item .description .recurring {
        color: #919EA7;
        font-size: 18px;
        line-height: 1.8; }
    .pricing-page .pricing-list .pricing-item .btn-purchase {
      margin-bottom: 15px;
      width: 90%; }
  .pricing-page .overview {
    background-color: #1A2028; }
    .pricing-page .overview .overview-item {
      margin: 25px 0 0 0; }
      .pricing-page .overview .overview-item:last-child {
        margin-bottom: 25px; }
      .pricing-page .overview .overview-item .icon {
        width: 36px;
        height: 36px; }
      .pricing-page .overview .overview-item .paragraph-content {
        margin-left: 64px;
        margin-top: -18px; }
      .pricing-page .overview .overview-item .overview-item-content {
        margin-top: 20px; }
  .rtl .pricing-page .overview .overview-item .paragraph-content {
    margin-left: 0;
    margin-right: 64px; } }

/*# sourceMappingURL=game.pricing.css.map */

.metrics-container {
  color: #FFF; }
  .metrics-container .inline-block {
    text-align: unset;
    margin: 0; }
  .metrics-container .tab {
    top: 3px;
    position: relative;
    -moz-transition: border-color 700ms ease-in;
    -o-transition: border-color 700ms ease-in;
    -webkit-transition: border-color 700ms ease-in;
    transition: border-color 700ms ease-in; }
    .metrics-container .tab.selected {
      border-bottom: solid 3px #f99f1c; }
  .metrics-container .metric-list {
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin: 0; }
  .metrics-container .metric-item {
    width: 100%;
    background-color: #28323E; }
    .metrics-container .metric-item:not(:last-child) {
      margin-bottom: 5px; }
  .metrics-container .heading,
  .metrics-container .skill-name {
    color: #FFF; }
  .metrics-container .heading {
    text-align: center;
    border-bottom: 3px solid #FFF; }
  .metrics-container .skill-name {
    margin: 0; }
  .metrics-container .metric-max-value,
  .metrics-container .inactive {
    color: #777; }
  .metrics-container .bar-back {
    position: relative;
    border-radius: 6px;
    background-color: #151a20;
    border: solid 1px rgba(255, 255, 255, 0.2); }
  .metrics-container .my-funnel {
    position: absolute;
    width: 0;
    top: 0;
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    -moz-transition: width 1s linear;
    -o-transition: width 1s linear;
    -webkit-transition: width 1s linear;
    transition: width 1s linear; }
  .metrics-container .all-funnel {
    z-index: 10;
    position: relative;
    height: 100%; }
    .metrics-container .all-funnel.ng-hide-add {
      -moz-animation: fadeOut 700ms;
      -o-animation: fadeOut 700ms;
      -webkit-animation: fadeOut 700ms;
      animation: fadeOut 700ms; }
    .metrics-container .all-funnel.ng-hide-remove {
      -moz-animation: fadeIn 700ms;
      -o-animation: fadeIn 700ms;
      -webkit-animation: fadeIn 700ms;
      animation: fadeIn 700ms; }
  .metrics-container .metric-value {
    position: relative; }
  .metrics-container .metric-indicator {
    position: relative; }
    .metrics-container .metric-indicator.my {
      margin-top: 5px; }
    .metrics-container .metric-indicator.all {
      -moz-transform: translateY(-48%);
      -ms-transform: translateY(-48%);
      -o-transform: translateY(-48%);
      -webkit-transform: translateY(-48%);
      transform: translateY(-48%); }
      .metrics-container .metric-indicator.all .metric-value {
        bottom: 7px; }
  .metrics-container .metric-offset {
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    -webkit-transform: translateX(50%);
    transform: translateX(50%); }
  .metrics-container .arrow {
    position: relative;
    width: 0;
    height: 0; }
  .metrics-container .arrow-up {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom-width: 9px;
    border-bottom-style: solid;
    margin-top: 4px; }
  .metrics-container .arrow-down {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top-width: 9px;
    border-top-style: solid;
    bottom: 8px; }
  .metrics-container .icon {
    stroke-width: 5px;
    stroke: #FFF;
    width: 22px !important;
    height: 22px;
    margin-bottom: 0 !important; }

.rtl .metrics-container .my-funnel {
  left: auto;
  right: 0;
  border-radius: 0 6px 6px 0; }

.rtl .metrics-container .metric-offset {
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

@media screen and (min-width: 768px) {
  .modal.skills-modal .modal-body {
    max-width: 880px; }
  .metrics-container {
    font-size: 18px; }
    .metrics-container .heading {
      font-size: 24px;
      margin-top: 8px; }
    .metrics-container .tab {
      padding: 10px 20px;
      margin: 0 10px;
      width: auto !important; }
    .metrics-container .metric-item {
      padding-top: 40px;
      padding-bottom: 45px; }
    .metrics-container .metric-item-block {
      display: flex;
      justify-content: center;
      align-items: center; }
    .metrics-container .skill-name {
      font-size: 18px;
      width: 290px;
      display: inline-block; }
    .metrics-container .bar-back {
      margin: 0 10px;
      height: 35px;
      width: 250px !important; }
  .rtl .metrics-container .skill-name {
    width: 120px; } }

@media screen and (max-width: 767px) {
  .transition-view .metrics-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: auto; }
  .metrics-container {
    height: calc(100% - 35px);
    overflow-y: auto;
    font-size: 16px; }
    .metrics-container .heading {
      font-size: 20px; }
    .metrics-container .tab {
      padding: 0 20px 10px 20px;
      margin: 0 5px;
      width: auto !important; }
    .metrics-container .metric-item {
      padding-top: 30px;
      padding-bottom: 40px; }
    .metrics-container .metric-item-block {
      margin: 0 auto;
      width: 280px; }
    .metrics-container .bar-back {
      height: 35px;
      width: 235px !important; }
    .metrics-container .skill-name {
      font-size: 16px;
      margin-bottom: 5px; }
    .metrics-container .metric-max-value {
      margin-top: 5px; } }


.a4 .corp-end-slide {
  position: relative; }
  .a4 .corp-end-slide .progress-map {
    width: 100%;
    margin: 1rem 0; }
  .a4 .corp-end-slide .card-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0; }
  .a4 .corp-end-slide .cards-slider {
    position: absolute;
    top: 0;
    left: 0; }
    .a4 .corp-end-slide .cards-slider .card-img {
      z-index: -1; }
  .a4 .corp-end-slide .card-preview {
    margin: 0 5px;
    display: inline-block;
    position: relative; }
  .a4 .corp-end-slide .card-name {
    margin-top: 10px;
    z-index: 5;
    width: 100%; }
  .a4 .corp-end-slide .link {
    color: #FFF; }

@media screen and (max-width: 767px) {
  .a4 .corp-end-slide {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .a4 .corp-end-slide .progress-map .item {
      width: 8rem;
      height: 8rem;
      border-width: 4px; }
    .a4 .corp-end-slide .progress-map .completed-icon {
      width: 40px;
      height: 40px; }
    .a4 .corp-end-slide .heading {
      margin: 0 -25px;
      padding: 20px 0;
      background-color: #1A2028; }
    .a4 .corp-end-slide .cards-block {
      margin-top: 40px; }
    .a4 .corp-end-slide .card-preview {
      width: 119px;
      height: 105.7px; }
    .a4 .corp-end-slide ml-owl-carousel .owl-nav-link {
      height: 50px; }
      .a4 .corp-end-slide ml-owl-carousel .owl-nav-link.next {
        right: -15px; }
      .a4 .corp-end-slide ml-owl-carousel .owl-nav-link.prev {
        left: -15px; }
    .a4 .corp-end-slide .well-done {
      font-size: 40px;
      line-height: 1; } }

@media screen and (min-width: 768px) {
  .a4 .corp-end-slide .progress-map .item {
    width: 140px;
    height: 140px;
    border-width: 4px; }
  .a4 .corp-end-slide .progress-map .completed-icon {
    width: 70px;
    height: 70px; }
  .a4 .corp-end-slide .cards-block {
    margin-top: 60px; }
  .a4 .corp-end-slide .card-preview {
    width: 170px;
    height: 151px; }
  .a4 .corp-end-slide ml-owl-carousel .owl-nav-link {
    height: 50px; }
  .a4 .corp-end-slide .well-done {
    font-size: 70px;
    line-height: 1; } }


/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*# sourceMappingURL=Normalize.css.map */
