@charset "UTF-8";
@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }

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

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

@font-face {
  font-family: "Gotham";
  src: url("../fonts/GothamBlack.eot");
  src: url("../fonts/GothamBlack.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamBlack.woff2") format("woff2"), url("../fonts/GothamBlack.woff") format("woff"), url("../fonts/GothamBlack.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Bold.eot");
  src: url("../fonts/Gotham-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Bold.woff2") format("woff2"), url("../fonts/Gotham-Bold.woff") format("woff"), url("../fonts/Gotham-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/gotham-medium.eot");
  src: url("../fonts/gotham-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham-medium.woff") format("woff"), url("../fonts/gotham-medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham-Light.eot");
  src: url("../fonts/Gotham-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Light.woff2") format("woff2"), url("../fonts/Gotham-Light.woff") format("woff"), url("../fonts/Gotham-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "Proxima Nova Rg";
  src: url("../fonts/ProximaNova-Bold.eot");
  src: url("../fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Bold.woff2") format("woff2"), url("../fonts/ProximaNova-Bold.woff") format("woff"), url("../fonts/ProximaNova-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Gotham Condensed';
  src: url("../fonts/GothamCondensed-Bold.eot");
  src: url("../fonts/GothamCondensed-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamCondensed-Bold.woff2") format("woff2"), url("../fonts/GothamCondensed-Bold.woff") format("woff"), url("../fonts/GothamCondensed-Bold.ttf") format("truetype"), url("../fonts/GothamCondensed-Bold.svg#GothamCondensed-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'gotham black';
  src: url("../fonts/GothamBlack.eot");
  src: url("../fonts/GothamBlack.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamBlack.woff2") format("woff2"), url("../fonts/GothamBlack.woff") format("woff"), url("../fonts/GothamBlack.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Gotham Book";
  src: url("../fonts/Gotham-Book.eot");
  src: url("../fonts/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Book.woff2") format("woff2"), url("../fonts/Gotham-Book.woff") format("woff"), url("../fonts/Gotham-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Helvetica Neue';
  src: url("../fonts/HelveticaNeue-Light.eot");
  src: url("../fonts/HelveticaNeue-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue-Light.woff2") format("woff2"), url("../fonts/HelveticaNeue-Light.woff") format("woff"), url("../fonts/HelveticaNeue-Light.ttf") format("truetype"), url("../fonts/HelveticaNeue-Light.svg#HelveticaNeue-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Helvetica Neue';
  src: url("../fonts/HelveticaNeue-Medium.eot");
  src: url("../fonts/HelveticaNeue-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue-Medium.woff2") format("woff2"), url("../fonts/HelveticaNeue-Medium.woff") format("woff"), url("../fonts/HelveticaNeue-Medium.ttf") format("truetype"), url("../fonts/HelveticaNeue-Medium.svg#HelveticaNeue-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Helvetica Neue';
  src: url("../fonts/HelveticaNeue-Bold.eot");
  src: url("../fonts/HelveticaNeue-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue-Bold.woff2") format("woff2"), url("../fonts/HelveticaNeue-Bold.woff") format("woff"), url("../fonts/HelveticaNeue-Bold.ttf") format("truetype"), url("../fonts/HelveticaNeue-Bold.svg#HelveticaNeue-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Helvetica Neue';
  src: url("../fonts/HelveticaNeue.eot");
  src: url("../fonts/HelveticaNeue.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue.woff2") format("woff2"), url("../fonts/HelveticaNeue.woff") format("woff"), url("../fonts/HelveticaNeue.ttf") format("truetype"), url("../fonts/HelveticaNeue.svg#HelveticaNeue") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Blair ITC';
  src: url("../fonts/blairitc-medium.eot");
  src: local("Blair ITC Medium"), local("BlairITC-Medium"), url("../fonts/blairitc-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/blairitc-medium.woff2") format("woff2"), url("../fonts/blairitc-medium.woff") format("woff"), url("../fonts/blairitc-medium.ttf") format("truetype"), url("../fonts/blairitc-medium.svg#BlairITC-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Avenir LT Std';
  src: url("../fonts/AvenirLTStd-Black.eot");
  src: url("../fonts/AvenirLTStd-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirLTStd-Black.woff2") format("woff2"), url("../fonts/AvenirLTStd-Black.woff") format("woff"), url("../fonts/AvenirLTStd-Black.ttf") format("truetype"), url("../fonts/AvenirLTStd-Black.svg#AvenirLTStd-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Avenir LT Std';
  src: url("../fonts/AvenirLTStd-BlackOblique.eot");
  src: url("../fonts/AvenirLTStd-BlackOblique.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirLTStd-BlackOblique.woff2") format("woff2"), url("../fonts/AvenirLTStd-BlackOblique.woff") format("woff"), url("../fonts/AvenirLTStd-BlackOblique.ttf") format("truetype"), url("../fonts/AvenirLTStd-BlackOblique.svg#AvenirLTStd-BlackOblique") format("svg");
  font-weight: 900;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Avenir LT Std';
  src: url("../fonts/AvenirLTStd-Heavy.eot");
  src: url("../fonts/AvenirLTStd-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirLTStd-Heavy.woff2") format("woff2"), url("../fonts/AvenirLTStd-Heavy.woff") format("woff"), url("../fonts/AvenirLTStd-Heavy.ttf") format("truetype"), url("../fonts/AvenirLTStd-Heavy.svg#AvenirLTStd-Heavy") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Avenir LT Std';
  src: url("../fonts/AvenirLTStd-Book.eot");
  src: url("../fonts/AvenirLTStd-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirLTStd-Book.woff2") format("woff2"), url("../fonts/AvenirLTStd-Book.woff") format("woff"), url("../fonts/AvenirLTStd-Book.ttf") format("truetype"), url("../fonts/AvenirLTStd-Book.svg#AvenirLTStd-Book") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Avenir LT Std';
  src: url("../fonts/AvenirLTStd-HeavyOblique.eot");
  src: url("../fonts/AvenirLTStd-HeavyOblique.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirLTStd-HeavyOblique.woff2") format("woff2"), url("../fonts/AvenirLTStd-HeavyOblique.woff") format("woff"), url("../fonts/AvenirLTStd-HeavyOblique.ttf") format("truetype"), url("../fonts/AvenirLTStd-HeavyOblique.svg#AvenirLTStd-HeavyOblique") format("svg");
  font-weight: 900;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Avenir LT Std';
  src: url("../fonts/AvenirLTStd-Light.eot");
  src: url("../fonts/AvenirLTStd-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirLTStd-Light.woff2") format("woff2"), url("../fonts/AvenirLTStd-Light.woff") format("woff"), url("../fonts/AvenirLTStd-Light.ttf") format("truetype"), url("../fonts/AvenirLTStd-Light.svg#AvenirLTStd-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Avenir LT Std';
  src: url("../fonts/AvenirLTStd-BookOblique.eot");
  src: url("../fonts/AvenirLTStd-BookOblique.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirLTStd-BookOblique.woff2") format("woff2"), url("../fonts/AvenirLTStd-BookOblique.woff") format("woff"), url("../fonts/AvenirLTStd-BookOblique.ttf") format("truetype"), url("../fonts/AvenirLTStd-BookOblique.svg#AvenirLTStd-BookOblique") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Avenir LT Std';
  src: url("../fonts/AvenirLTStd-Medium.eot");
  src: url("../fonts/AvenirLTStd-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirLTStd-Medium.woff2") format("woff2"), url("../fonts/AvenirLTStd-Medium.woff") format("woff"), url("../fonts/AvenirLTStd-Medium.ttf") format("truetype"), url("../fonts/AvenirLTStd-Medium.svg#AvenirLTStd-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Avenir LT Std';
  src: url("../fonts/AvenirLTStd-MediumOblique.eot");
  src: url("../fonts/AvenirLTStd-MediumOblique.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirLTStd-MediumOblique.woff2") format("woff2"), url("../fonts/AvenirLTStd-MediumOblique.woff") format("woff"), url("../fonts/AvenirLTStd-MediumOblique.ttf") format("truetype"), url("../fonts/AvenirLTStd-MediumOblique.svg#AvenirLTStd-MediumOblique") format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Avenir LT Std';
  src: url("../fonts/AvenirLTStd-Oblique.eot");
  src: url("../fonts/AvenirLTStd-Oblique.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirLTStd-Oblique.woff2") format("woff2"), url("../fonts/AvenirLTStd-Oblique.woff") format("woff"), url("../fonts/AvenirLTStd-Oblique.ttf") format("truetype"), url("../fonts/AvenirLTStd-Oblique.svg#AvenirLTStd-Oblique") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Avenir LT Std';
  src: url("../fonts/AvenirLTStd-LightOblique.eot");
  src: url("../fonts/AvenirLTStd-LightOblique.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirLTStd-LightOblique.woff2") format("woff2"), url("../fonts/AvenirLTStd-LightOblique.woff") format("woff"), url("../fonts/AvenirLTStd-LightOblique.ttf") format("truetype"), url("../fonts/AvenirLTStd-LightOblique.svg#AvenirLTStd-LightOblique") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Avenir LT Std';
  src: url("../fonts/AvenirLTStd-Roman.eot");
  src: url("../fonts/AvenirLTStd-Roman.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirLTStd-Roman.woff2") format("woff2"), url("../fonts/AvenirLTStd-Roman.woff") format("woff"), url("../fonts/AvenirLTStd-Roman.ttf") format("truetype"), url("../fonts/AvenirLTStd-Roman.svg#AvenirLTStd-Roman") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Roobert';
  src: url("../fonts/Roobert-LightItalic.eot");
  src: url("../fonts/Roobert-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roobert-LightItalic.woff2") format("woff2"), url("../fonts/Roobert-LightItalic.woff") format("woff"), url("../fonts/Roobert-LightItalic.ttf") format("truetype"), url("../fonts/Roobert-LightItalic.svg#Roobert-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Roobert';
  src: url("../fonts/Roobert-Light.eot");
  src: url("../fonts/Roobert-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Roobert-Light.woff2") format("woff2"), url("../fonts/Roobert-Light.woff") format("woff"), url("../fonts/Roobert-Light.ttf") format("truetype"), url("../fonts/Roobert-Light.svg#Roobert-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Roobert';
  src: url("../fonts/Roobert-Regular.eot");
  src: url("../fonts/Roobert-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roobert-Regular.woff2") format("woff2"), url("../fonts/Roobert-Regular.woff") format("woff"), url("../fonts/Roobert-Regular.ttf") format("truetype"), url("../fonts/Roobert-Regular.svg#Roobert-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Roobert';
  src: url("../fonts/Roobert-Medium.eot");
  src: url("../fonts/Roobert-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Roobert-Medium.woff2") format("woff2"), url("../fonts/Roobert-Medium.woff") format("woff"), url("../fonts/Roobert-Medium.ttf") format("truetype"), url("../fonts/Roobert-Medium.svg#Roobert-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Roobert';
  src: url("../fonts/Roobert-MediumItalic.eot");
  src: url("../fonts/Roobert-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roobert-MediumItalic.woff2") format("woff2"), url("../fonts/Roobert-MediumItalic.woff") format("woff"), url("../fonts/Roobert-MediumItalic.ttf") format("truetype"), url("../fonts/Roobert-MediumItalic.svg#Roobert-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Roobert';
  src: url("../fonts/Roobert-BoldItalic.eot");
  src: url("../fonts/Roobert-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roobert-BoldItalic.woff2") format("woff2"), url("../fonts/Roobert-BoldItalic.woff") format("woff"), url("../fonts/Roobert-BoldItalic.ttf") format("truetype"), url("../fonts/Roobert-BoldItalic.svg#Roobert-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Roobert';
  src: url("../fonts/Roobert-RegularItalic.eot");
  src: url("../fonts/Roobert-RegularItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roobert-RegularItalic.woff2") format("woff2"), url("../fonts/Roobert-RegularItalic.woff") format("woff"), url("../fonts/Roobert-RegularItalic.ttf") format("truetype"), url("../fonts/Roobert-RegularItalic.svg#Roobert-RegularItalic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Roobert';
  src: url("../fonts/Roobert-Heavy.eot");
  src: url("../fonts/Roobert-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/Roobert-Heavy.woff2") format("woff2"), url("../fonts/Roobert-Heavy.woff") format("woff"), url("../fonts/Roobert-Heavy.ttf") format("truetype"), url("../fonts/Roobert-Heavy.svg#Roobert-Heavy") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Roobert';
  src: url("../fonts/Roobert-Bold.eot");
  src: url("../fonts/Roobert-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roobert-Bold.woff2") format("woff2"), url("../fonts/Roobert-Bold.woff") format("woff"), url("../fonts/Roobert-Bold.ttf") format("truetype"), url("../fonts/Roobert-Bold.svg#Roobert-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Roobert';
  src: url("../fonts/Roobert-SemiBold.eot");
  src: url("../fonts/Roobert-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roobert-SemiBold.woff2") format("woff2"), url("../fonts/Roobert-SemiBold.woff") format("woff"), url("../fonts/Roobert-SemiBold.ttf") format("truetype"), url("../fonts/Roobert-SemiBold.svg#Roobert-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Roobert';
  src: url("../fonts/Roobert-SemiBoldItalic.eot");
  src: url("../fonts/Roobert-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roobert-SemiBoldItalic.woff2") format("woff2"), url("../fonts/Roobert-SemiBoldItalic.woff") format("woff"), url("../fonts/Roobert-SemiBoldItalic.ttf") format("truetype"), url("../fonts/Roobert-SemiBoldItalic.svg#Roobert-SemiBoldItalic") format("svg");
  font-weight: 600;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Roobert';
  src: url("../fonts/Roobert-HeavyItalic.eot");
  src: url("../fonts/Roobert-HeavyItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roobert-HeavyItalic.woff2") format("woff2"), url("../fonts/Roobert-HeavyItalic.woff") format("woff"), url("../fonts/Roobert-HeavyItalic.ttf") format("truetype"), url("../fonts/Roobert-HeavyItalic.svg#Roobert-HeavyItalic") format("svg");
  font-weight: 900;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Reckless Neue Book';
  src: url("../fonts/RecklessNeue-Book.eot");
  src: url("../fonts/RecklessNeue-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/RecklessNeue-Book.woff2") format("woff2"), url("../fonts/RecklessNeue-Book.woff") format("woff"), url("../fonts/RecklessNeue-Book.ttf") format("truetype"), url("../fonts/RecklessNeue-Book.svg#RecklessNeue-Book") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Reckless Neue Book';
  src: url("../fonts/RecklessNeue-BookItalic.eot");
  src: url("../fonts/RecklessNeue-BookItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/RecklessNeue-BookItalic.woff2") format("woff2"), url("../fonts/RecklessNeue-BookItalic.woff") format("woff"), url("../fonts/RecklessNeue-BookItalic.ttf") format("truetype"), url("../fonts/RecklessNeue-BookItalic.svg#RecklessNeue-BookItalic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Reckless Neue';
  src: url("../fonts/RecklessNeue-Bold.eot");
  src: url("../fonts/RecklessNeue-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/RecklessNeue-Bold.woff2") format("woff2"), url("../fonts/RecklessNeue-Bold.woff") format("woff"), url("../fonts/RecklessNeue-Bold.ttf") format("truetype"), url("../fonts/RecklessNeue-Bold.svg#RecklessNeue-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Reckless Neue';
  src: url("../fonts/RecklessNeue-BoldItalic.eot");
  src: url("../fonts/RecklessNeue-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/RecklessNeue-BoldItalic.woff2") format("woff2"), url("../fonts/RecklessNeue-BoldItalic.woff") format("woff"), url("../fonts/RecklessNeue-BoldItalic.ttf") format("truetype"), url("../fonts/RecklessNeue-BoldItalic.svg#RecklessNeue-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Reckless Neue';
  src: url("../fonts/RecklessNeue-Light.eot");
  src: url("../fonts/RecklessNeue-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/RecklessNeue-Light.woff2") format("woff2"), url("../fonts/RecklessNeue-Light.woff") format("woff"), url("../fonts/RecklessNeue-Light.ttf") format("truetype"), url("../fonts/RecklessNeue-Light.svg#RecklessNeue-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Reckless Neue';
  src: url("../fonts/RecklessNeue-Heavy.eot");
  src: url("../fonts/RecklessNeue-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/RecklessNeue-Heavy.woff2") format("woff2"), url("../fonts/RecklessNeue-Heavy.woff") format("woff"), url("../fonts/RecklessNeue-Heavy.ttf") format("truetype"), url("../fonts/RecklessNeue-Heavy.svg#RecklessNeue-Heavy") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Reckless Neue';
  src: url("../fonts/RecklessNeue-HeavyItalic.eot");
  src: url("../fonts/RecklessNeue-HeavyItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/RecklessNeue-HeavyItalic.woff2") format("woff2"), url("../fonts/RecklessNeue-HeavyItalic.woff") format("woff"), url("../fonts/RecklessNeue-HeavyItalic.ttf") format("truetype"), url("../fonts/RecklessNeue-HeavyItalic.svg#RecklessNeue-HeavyItalic") format("svg");
  font-weight: 900;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Reckless Neue';
  src: url("../fonts/RecklessNeue-Regular.eot");
  src: url("../fonts/RecklessNeue-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/RecklessNeue-Regular.woff2") format("woff2"), url("../fonts/RecklessNeue-Regular.woff") format("woff"), url("../fonts/RecklessNeue-Regular.ttf") format("truetype"), url("../fonts/RecklessNeue-Regular.svg#RecklessNeue-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Reckless Neue';
  src: url("../fonts/RecklessNeue-LightItalic.eot");
  src: url("../fonts/RecklessNeue-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/RecklessNeue-LightItalic.woff2") format("woff2"), url("../fonts/RecklessNeue-LightItalic.woff") format("woff"), url("../fonts/RecklessNeue-LightItalic.ttf") format("truetype"), url("../fonts/RecklessNeue-LightItalic.svg#RecklessNeue-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Reckless Neue';
  src: url("../fonts/RecklessNeue-MediumItalic.eot");
  src: url("../fonts/RecklessNeue-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/RecklessNeue-MediumItalic.woff2") format("woff2"), url("../fonts/RecklessNeue-MediumItalic.woff") format("woff"), url("../fonts/RecklessNeue-MediumItalic.ttf") format("truetype"), url("../fonts/RecklessNeue-MediumItalic.svg#RecklessNeue-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Reckless Neue';
  src: url("../fonts/RecklessNeue-Medium.eot");
  src: url("../fonts/RecklessNeue-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/RecklessNeue-Medium.woff2") format("woff2"), url("../fonts/RecklessNeue-Medium.woff") format("woff"), url("../fonts/RecklessNeue-Medium.ttf") format("truetype"), url("../fonts/RecklessNeue-Medium.svg#RecklessNeue-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Reckless Neue';
  src: url("../fonts/RecklessNeue-SemiBoldItalic.eot");
  src: url("../fonts/RecklessNeue-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/RecklessNeue-SemiBoldItalic.woff2") format("woff2"), url("../fonts/RecklessNeue-SemiBoldItalic.woff") format("woff"), url("../fonts/RecklessNeue-SemiBoldItalic.ttf") format("truetype"), url("../fonts/RecklessNeue-SemiBoldItalic.svg#RecklessNeue-SemiBoldItalic") format("svg");
  font-weight: 600;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Reckless Neue';
  src: url("../fonts/RecklessNeue-Thin.eot");
  src: url("../fonts/RecklessNeue-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/RecklessNeue-Thin.woff2") format("woff2"), url("../fonts/RecklessNeue-Thin.woff") format("woff"), url("../fonts/RecklessNeue-Thin.ttf") format("truetype"), url("../fonts/RecklessNeue-Thin.svg#RecklessNeue-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Reckless Neue';
  src: url("../fonts/RecklessNeue-RegularItalic.eot");
  src: url("../fonts/RecklessNeue-RegularItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/RecklessNeue-RegularItalic.woff2") format("woff2"), url("../fonts/RecklessNeue-RegularItalic.woff") format("woff"), url("../fonts/RecklessNeue-RegularItalic.ttf") format("truetype"), url("../fonts/RecklessNeue-RegularItalic.svg#RecklessNeue-RegularItalic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Reckless Neue';
  src: url("../fonts/RecklessNeue-SemiBold.eot");
  src: url("../fonts/RecklessNeue-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/RecklessNeue-SemiBold.woff2") format("woff2"), url("../fonts/RecklessNeue-SemiBold.woff") format("woff"), url("../fonts/RecklessNeue-SemiBold.ttf") format("truetype"), url("../fonts/RecklessNeue-SemiBold.svg#RecklessNeue-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Reckless Neue';
  src: url("../fonts/RecklessNeue-ThinItalic.eot");
  src: url("../fonts/RecklessNeue-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/RecklessNeue-ThinItalic.woff2") format("woff2"), url("../fonts/RecklessNeue-ThinItalic.woff") format("woff"), url("../fonts/RecklessNeue-ThinItalic.ttf") format("truetype"), url("../fonts/RecklessNeue-ThinItalic.svg#RecklessNeue-ThinItalic") format("svg");
  font-weight: 100;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Termina W05';
  src: url("../fonts/TerminaW05-Bold.woff2") format("woff2"), url("../fonts/TerminaW05-Bold.woff") format("woff"), url("../fonts/TerminaW05-Bold.ttf") format("truetype"), url("../fonts/TerminaW05-Bold.svg#TerminaW05-Bold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

html {
  height: 100%;
  overflow-x: hidden; }

body {
  -webkit-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Gotham Book", Helvetica, Arial, sans-serif;
  color: #4a4a4a;
  background: #fff;
  letter-spacing: normal;
  position: relative; }

/* TYPOGRAPHY */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  line-height: 1.2;
  font-weight: 900;
  margin-bottom: 15px;
  letter-spacing: normal;
  color: #211551; }
  html[lang="cs-CZ"] h1, html[lang="cs-CZ"] h2, html[lang="cs-CZ"] h3, html[lang="cs-CZ"] h4, html[lang="cs-CZ"] h5, html[lang="cs-CZ"] h6 {
    font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
  html[lang="ru-RU"] h1, html[lang="ru-RU"] h2, html[lang="ru-RU"] h3, html[lang="ru-RU"] h4, html[lang="ru-RU"] h5, html[lang="ru-RU"] h6 {
    font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
  html[lang="hr"] h1, html[lang="hr"] h2, html[lang="hr"] h3, html[lang="hr"] h4, html[lang="hr"] h5, html[lang="hr"] h6 {
    font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
  html[lang="pl-PL"] h1, html[lang="pl-PL"] h2, html[lang="pl-PL"] h3, html[lang="pl-PL"] h4, html[lang="pl-PL"] h5, html[lang="pl-PL"] h6 {
    font-family: "Gotham Book", Helvetica, Arial, sans-serif; }

/* HEADER */
h1, h2, h3 {
  font-family: "Gotham condensed", Helvetica, Arial, sans-serif; }
  html[lang="cs-CZ"] h1, html[lang="cs-CZ"] h2, html[lang="cs-CZ"] h3 {
    font-family: "Gotham condensed", Helvetica, Arial, sans-serif; }
  html[lang="ru-RU"] h1, html[lang="ru-RU"] h2, html[lang="ru-RU"] h3 {
    font-family: "Gotham condensed", Helvetica, Arial, sans-serif; }
  html[lang="hr"] h1, html[lang="hr"] h2, html[lang="hr"] h3 {
    font-family: "Gotham condensed", Helvetica, Arial, sans-serif; }
  html[lang="pl-PL"] h1, html[lang="pl-PL"] h2, html[lang="pl-PL"] h3 {
    font-family: "Gotham condensed", Helvetica, Arial, sans-serif; }

h1, .h1 {
  font-size: 36px;
  letter-spacing: 0px; }

h2, .h2 {
  font-size: 40px;
  letter-spacing: 0px; }

h3, .h3 {
  font-size: 26px; }

h4, .h4 {
  font-size: 22px; }

p {
  margin-bottom: 10px; }

.f-500 {
  font-weight: 500; }

.title {
  font-family: "Gotham", Helvetica, Arial, sans-serif; }
  html[lang="cs-CZ"] .title {
    font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
  html[lang="ru-RU"] .title {
    font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
  html[lang="hr"] .title {
    font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
  html[lang="pl-PL"] .title {
    font-family: "Gotham Book", Helvetica, Arial, sans-serif; }

.text-uppercase {
  text-transform: uppercase; }

.title-underline {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px; }
  .title-underline:after {
    content: "";
    width: 85px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #d6001c; }
  .title-underline--top {
    padding-bottom: 0;
    padding-top: 20px; }
    .title-underline--top:after {
      bottom: auto;
      top: 0; }

.title-gb {
  text-transform: uppercase;
  font-family: "gotham black", Helvetica, Arial, sans-serif;
  font-weight: 900; }

.title-secondary {
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500; }
  html[lang="cs-CZ"] .title-secondary {
    font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
  html[lang="ru-RU"] .title-secondary {
    font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
  html[lang="hr"] .title-secondary {
    font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
  html[lang="pl-PL"] .title-secondary {
    font-family: "Gotham Book", Helvetica, Arial, sans-serif; }

@media screen and (min-width: 1024px) {
  h1 {
    line-height: 1;
    font-size: 80px; }
  h2 {
    font-size: 70px;
    line-height: 1; } }

@media screen and (max-width: 992px) {
  h1 {
    font-size: 36px; }
  h2 {
    font-size: 30px; }
  h3 {
    font-size: 26px; }
  h4 {
    font-size: 20px; }
  p {
    font-size: 17px;
    line-height: 25px; } }

@media screen and (max-width: 767px) {
  body {
    font-size: 15px; }
  h1 {
    font-size: 36px; }
  h2 {
    font-size: 30px; }
  h3 {
    font-size: 26px; } }

/* Fonts
    font-family: 'Rubik', sans-serif;
    font-family: 'Open Sans', sans-serif;
    font-family: 'Poppins', sans-serif;
*/
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box; }

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

a[href^="tel"] {
  text-decoration: inherit;
  color: inherit; }

a {
  text-decoration: none; }

button {
  outline: none !important; }

a, img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

blockquote, q {
  quotes: none; }

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

fieldset, img {
  border: none; }

ul, ol {
  padding-left: 17px; }

address {
  font-size: 14px;
  font-style: normal;
  line-height: 24px; }

input:-moz-placeholder {
  color: transparent; }

input:focus {
  outline: none;
  border: none; }
  input:focus::-webkit-input-placeholder {
    color: transparent; }
  input:focus::-moz-placeholder {
    color: transparent; }

input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important; }

input[type='search'] {
  box-sizing: border-box; }

input[type='checkbox'] + label, input[type='radio'] + label {
  display: inline-block;
  margin-left: 0.625rem;
  margin-right: 20px;
  margin-bottom: 0;
  vertical-align: baseline; }

input[type='file'] {
  width: 100%; }

[type='text'], [type='password'],
[type='date'], [type='datetime'],
[type='datetime-local'], [type='month'],
[type='week'], [type='email'],
[type='number'],
[type='search'], [type='tel'],
[type='time'],
[type='url'], [type='color'],
textarea, .form-control, select {
  webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 1;
  box-sizing: border-box;
  background-color: white;
  font-family: inherit;
  display: block;
  width: 100%;
  padding: 10px 15px;
  height: 3.125rem;
  font-size: 16px;
  line-height: 1.5;
  color: #555555;
  border: 1px solid #cccdd4;
  border-radius: 2px;
  box-shadow: none; }
  [type='text']:focus, [type='password']:focus,
  [type='date']:focus, [type='datetime']:focus,
  [type='datetime-local']:focus, [type='month']:focus,
  [type='week']:focus, [type='email']:focus,
  [type='number']:focus,
  [type='search']:focus, [type='tel']:focus,
  [type='time']:focus,
  [type='url']:focus, [type='color']:focus,
  textarea:focus, .form-control:focus, select:focus {
    border: 1px solid #d6001c;
    outline: none;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(214, 0, 28, 0.3) !important; }

.input-lg {
  height: 70px;
  padding: 17px 18px;
  font-size: 25px;
  line-height: 1.33333;
  border-radius: 2px; }

.form-control.error {
  border: 1px solid #d6001c;
  outline: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(214, 0, 28, 0.3) !important; }

.form-control.input-lg {
  font-size: 18px;
  height: 60px; }

textarea {
  height: 200px;
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  opacity: 0.6;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none; }

label, legend {
  font-size: 0.875rem;
  display: block;
  margin: 0;
  font-weight: bold;
  line-height: 2; }
  label.middle, legend.middle {
    margin: 0 0 20px;
    padding: 0.6875rem 0; }
  label.error, legend.error {
    color: #d6001c; }
  label > [type='checkbox'], label > [type='label'], legend > [type='checkbox'], legend > [type='label'] {
    margin-right: 0.625rem; }

.form-group {
  margin: 0 0 20px; }

.mfp-healcode-signup hr {
  border-color: #cccdd4; }

select {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%2851, 51, 51%29"></polygon></svg>');
  background-size: 9px 6px;
  background-position: right center;
  background-origin: content-box;
  background-repeat: no-repeat; }
  select:disabled {
    background-color: #f6f6f6;
    cursor: default; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }

.btn-sml {
  min-width: 148px;
  padding: 16px 30px 14px;
  letter-spacing: 1.5px; }

.control input {
  position: absolute;
  opacity: 0;
  z-index: -1;
  /* Put the input behind the label so it doesn't overlay text */ }

.control-indicator {
  position: absolute;
  top: 3px;
  left: 0; }

/* Focus */
/* Checked state */
/* Active */
/* Checkbox modifiers */
.checkbox label.error {
  display: none !important; }

.checkbox-custom {
  padding-left: 40px;
  position: relative; }
  .checkbox-custom .checkbox__input {
    position: absolute;
    opacity: 0; }

.checkbox .control-indicator, .radio .control-indicator {
  width: 25px;
  height: 25px;
  display: block; }

.checkbox .control-indicator {
  background: url(../images/icons/icon-checkbox.png) 0 0 no-repeat;
  background-size: 25px 50px; }

.checkbox input:checked ~ .control-indicator {
  background-position: 0 -25px; }

/* Radio modifiers */
.radio .control-indicator {
  background: url(../images/icons/icon-radio.png) 0 0 no-repeat;
  background-size: 25px 50px; }

.radio input:checked ~ .control-indicator {
  background-position: 0 -25px; }

.input-choices {
  position: relative; }

.input-choices.primary .choices-box {
  border-radius: 20px;
  padding: 0.0625rem 0.625rem 0.0625rem 0.625rem;
  background-color: #f6f6f6; }

.input-choices.primary .input-close {
  background-color: #106fd8; }

.input-choices.primary .input-close:hover {
  background-color: #073261; }

.input-choices.secondary .choices-box {
  background-color: #f6f6f6; }

.input-choices.secondary .input-close {
  background-color: #9b9ba1; }

.input-choices.secondary .input-close:hover {
  background-color: #5b5b61; }

.choices-box {
  border: 1px solid #cccdd4;
  padding: 0.0625rem 0.375rem 0.0625rem 0.375rem;
  position: absolute;
  top: 0.5625rem;
  left: 0.5625rem;
  background-color: #ffffff;
  font-weight: normal; }

.input-close {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/icons/icon-close.png) 50% 50% no-repeat;
  background-color: #cccdd4;
  background-size: 8px 8px;
  cursor: pointer;
  margin-left: 0.375rem;
  font-style: normal;
  transition: background-color 0.2s ease-in-out; }

.input-close:hover {
  background-color: #87899a; }

.error + .control-indicator {
  border: 1px solid #d6001c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(214, 0, 28, 0.3) !important; }

.valid + .error + .control-indicator {
  border: none;
  box-shadow: none !important; }

.form-group.agree-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative; }

textarea.form-control {
  resize: none; }

.col-xs-12 {
  width: 100%; }

.clearfix:before, .clearfix:after {
  content: '';
  display: table;
  clear: both; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

.form-check {
  position: relative;
  display: block;
  padding-left: 25px; }
  .form-check .form-check-label {
    margin: 0;
    font-weight: 400;
    line-height: 1.5; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -25px; }

.form-control-sm {
  padding-top: 4px;
  padding-bottom: 6px;
  height: 34px;
  line-height: 24px;
  font-size: 13px;
  border-radius: 3px; }

.form-group-name {
  display: flex;
  gap: 15px; }

.cancel-membership-step2 {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 12px 18px;
  font-size: 20px;
  line-height: 1;
  border-radius: 2px;
  user-select: none;
  outline: none; }
  .btn.btn-dark {
    color: white;
    background: #201551;
    border: 2px solid #201551;
    position: relative;
    overflow: hidden !important; }
    .btn.btn-dark:hover {
      background: transparent;
      border-color: #201551;
      color: #201551; }

.btn-primary {
  color: #fff;
  background-color: #d6001c;
  border-color: #d6001c; }
  .btn-primary.btn-secondary {
    background: transparent;
    color: #d6001c; }

.btn-block {
  display: block;
  width: 100%; }

.btn-lg {
  padding: 17px 18px !important; }

.btn.btn-lg {
  font-size: 18px;
  line-height: 1.35; }

.btn, a.btn {
  font-weight: 900;
  font-size: 14px;
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  display: inline-block;
  text-align: center;
  padding: 16px 30px 14px;
  text-transform: uppercase; }
  html[lang="cs-CZ"] .btn, html[lang="cs-CZ"] a.btn {
    font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
  html[lang="ru-RU"] .btn, html[lang="ru-RU"] a.btn {
    font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
  html[lang="hr"] .btn, html[lang="hr"] a.btn {
    font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
  html[lang="pl-PL"] .btn, html[lang="pl-PL"] a.btn {
    font-family: "Gotham Book", Helvetica, Arial, sans-serif; }

.btn-center {
  max-width: 205px;
  display: block;
  margin: 0 auto; }

.btn-outline, a.btn-outline {
  border: 2px solid #d6001c;
  color: #d6001c;
  overflow: hidden !important;
  background: transparent !important;
  position: relative;
  z-index: 10;
  letter-spacing: 1.5px;
  transition: none; }
  .btn-outline.white, a.btn-outline.white {
    border-color: #fff;
    color: #fff; }
  .btn-outline:hover, a.btn-outline:hover {
    background-color: #d6001c;
    color: #fff; }
  .btn-outline.black, a.btn-outline.black {
    color: #211551;
    border-color: #211551; }
    .btn-outline.black:before, .btn-outline.black:after, a.btn-outline.black:before, a.btn-outline.black:after {
      display: none; }
    .btn-outline.black:hover, a.btn-outline.black:hover {
      background-color: #211551 !important;
      color: white; }
  .btn-outline.btn-default:hover, a.btn-outline.btn-default:hover {
    color: #d6001c; }

/* Btn 10  */
.btn-default {
  background: #d6001c;
  color: #fff;
  border: 2px solid transparent;
  overflow: hidden !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 10; }
  .btn-default:hover {
    background-color: transparent;
    color: #d6001c;
    border-color: #d6001c; }

.btn-outline:before, .btn-default:before {
  content: "";
  width: 0%;
  height: 100%;
  display: block;
  background: #d6001c;
  position: absolute;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  left: -10%;
  opacity: 1;
  top: 0;
  z-index: -12;
  transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  box-shadow: 2px 0px 14px rgba(0, 0, 0, 0.6); }

.btn-default:before {
  background: #fff; }

.btn-default:after {
  background: #f6f6f6; }

.btn-outline:before, .btn-outline:after, .btn-default:before, .btn-default:after {
  content: "";
  width: 0%;
  height: 100%;
  display: block;
  background: #d6001c;
  position: absolute;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  left: -10%;
  opacity: 1;
  top: 0;
  z-index: -12;
  transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  box-shadow: 2px 0px 14px rgba(0, 0, 0, 0.6); }

.btn-outline:after, .btn-default:after, .btn-dark:after {
  z-index: -15;
  transition: all 0.4s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  box-shadow: 2px 0px 14px rgba(0, 0, 0, 0.6); }

.btn-outline:hover:before, .btn-dark:hover:before {
  opacity: 1;
  width: 116%; }

.btn-outline:hover:after, .btn-dark:hover:after {
  opacity: 1;
  width: 120%; }

.btn-sm {
  padding-top: 4px !important;
  padding-bottom: 2px !important;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.5px; }

@media screen and (max-width: 767px) {
  .d-max-sm-none {
    display: none !important; } }

.mt30 {
  margin-top: 30px !important; }

.mt50 {
  margin-top: 50px !important; }

.mt60 {
  margin-top: 60px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.pb60 {
  padding-bottom: 60px !important; }

.pt80 {
  padding-top: 80px !important; }

.pt100 {
  padding-top: 100px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.mb-5 {
  margin-bottom: 5px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.mb115 {
  margin-bottom: 115px !important; }

.mb120 {
  margin-bottom: 120px !important; }

.pb90 {
  padding-bottom: 90px !important; }

.pl20 {
  padding-left: 20px !important; }

.bdr-btm-none {
  border-bottom: none !important; }

.padd-tb-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important; }

.padd-tb-90 {
  padding-top: 70px !important;
  padding-bottom: 70px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mt-20 {
  margin-top: 20px !important; }

.f-12 {
  font-size: 12px; }

.f-16 {
  font-size: 16px; }

.sm-ptb {
  padding: 30px 0; }

.md-ptb {
  padding: 52px 0; }

.bg-clr-silver {
  background: rgba(0, 0, 0, 0.06); }

.mt-40 {
  margin-top: 40px; }

.m-h-10 {
  margin: 0 10px; }

.m-h-20 {
  margin: 0 20px; }

.mr-10 {
  margin-right: 10px; }

.ml-10 {
  margin-left: 10px; }

.ml-15 {
  margin-left: 15px; }

.clear-fix:before, .clear-fix:after {
  content: '';
  display: table;
  clear: both; }

.d-block {
  display: block !important;
  width: 100%; }

/* Flex */
.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

.reverse {
  flex-flow: row-reverse; }

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

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

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

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

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

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

.justify-content-center {
  justify-content: center; }

.text-left {
  text-align: left !important; }

.d-flex {
  display: flex; }

.flex-1 {
  flex: 1; }

.btn-icon {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  text-decoration: none !important; }

.bg-grey {
  background: rgba(0, 0, 0, 0.04); }

.color-blue {
  color: #211551 !important; }

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

.app-row {
  margin-left: -15px;
  margin-right: -15px; }

.app-col {
  padding-left: 15px;
  padding-right: 15px; }

.container.sml {
  max-width: 1140px; }

.clearfix {
  clear: both; }

.float, .contentSection {
  float: left;
  width: 100%; }

.text-center {
  text-align: center !important; }

.text-right {
  text-align: right !important; }

.full-width {
  width: 100% !important; }

.half-width {
  width: 50% !important; }

.width-220 {
  width: 220px; }

.f-20 {
  font-size: 20px !important; }

.font-18 {
  font-size: 18px; }

.font-14 {
  font-size: 14px;
  line-height: 1.4; }

.font-16 {
  font-size: 16px;
  line-height: 1.4; }

.link-underline {
  text-decoration: underline; }

.position-relative {
  position: relative; }

.font-sm {
  font-size: 13px;
  line-height: 1.4; }

.note {
  color: #d6001c;
  font-size: 22px;
  margin-bottom: 5px;
  display: block;
  font-family: "gotham black", "Gotham Book", Helvetica, Arial, sans-serif;
  font-weight: 900; }

.text-grey {
  color: rgba(84, 84, 84, 0.5); }

.link {
  text-decoration: none; }
  .link:hover {
    text-decoration: underline; }

.action-buttons .link {
  text-transform: none;
  margin-left: 10px; }

.link-text {
  color: inherit; }

.strong {
  font-weight: bold; }

.font-500 {
  font-weight: 500 !important; }

.flex-1 {
  flex: 1; }

.f-subtext {
  font-family: "Gotham", Helvetica, Arial, sans-serif; }
  html[lang="cs-CZ"] .f-subtext {
    font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
  html[lang="ru-RU"] .f-subtext {
    font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
  html[lang="hr"] .f-subtext {
    font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
  html[lang="pl-PL"] .f-subtext {
    font-family: "Gotham Book", Helvetica, Arial, sans-serif; }

.tpl-block {
  padding: 30px 0; }

.text-primary {
  color: #d6001c; }

.slim-callout {
  padding: 25px 0;
  background: #d6001c;
  color: white; }
  .slim-callout h3 {
    padding-right: 20px;
    color: inherit; }

.table {
  border-collapse: collapse;
  width: 100%;
  margin: 0 0 30px; }
  .table th {
    font-weight: bold; }
  .table th, .table td {
    text-align: left;
    padding: 8px 10px;
    border: none;
    border-bottom: 1px solid #f2f2f2; }
  .table th {
    border-top: 1px solid #f2f2f2; }
  .table td {
    background: #fafafa; }

.text-bold {
  font-weight: bold; }

.date-picker {
  background: url(../images/svg/icons-calendar.svg) no-repeat 98% center;
  padding-right: 50px; }

.daterangepicker select {
  display: inline; }

.position-relative {
  position: relative; }

.add-note-btn {
  position: absolute;
  top: 39px;
  color: inherit;
  right: 15px;
  text-decoration: underline; }
  .add-note-btn:hover {
    text-decoration: none; }

.form-control-note {
  padding-right: 100px; }

@media screen and (min-width: 768px) {
  .width-half {
    width: 50%; }
  .f-36 {
    line-height: 1.1;
    font-size: 36px; }
  .tpl-block {
    padding: 50px 0; }
  .d-sm-flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .is-visible-mobile, .is-visible-mobile-flex {
    display: none !important; }
  .is-visible-tablet {
    display: block !important; }
  .is-visible-tablet-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .show-mobile {
    display: none !important; }
  .text-right-md {
    text-align: right; }
  .d-sm-flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

@media screen and (min-width: 1024px) {
  .d-md-flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

@media screen and (max-width: 767px) {
  .slim-callout {
    text-align: center; }
    .slim-callout .btn {
      margin-top: 20px; }
  .d-block-xs {
    display: block !important; }
  .d-xs-block {
    display: block; }
    .d-xs-block.btn {
      width: 100%; }
  .is-hidden-mobile,
  .is-hidden-tablet,
  .is-visible-tablet-flex {
    display: none !important; }
  .is-visible-mobile {
    display: block !important; }
  .is-visible-mobile-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  div.white-popup {
    max-width: 90%; }
  .mt-xs-5 {
    margin-top: 50px !important; }
  .mb-xs-10 {
    margin-bottom: 10px; }
  .justify-content-center-xs {
    justify-content: center; }
  .text-center-xs {
    text-align: center; }
  .show-desktop {
    display: none !important; } }

/* HEADER */
.site-header {
  float: left;
  width: 100%;
  padding: 45px 0;
  font: 700 14px "Proxima Nova Rg";
  text-transform: uppercase;
  position: relative;
  z-index: 99999; }
  .site-header.inner-header {
    padding: 0;
    z-index: 100; }
    .site-header.inner-header .container {
      justify-content: center;
      width: 100%;
      min-height: 108px;
      align-items: center; }
    @media screen and (min-width: 1025px) {
      .site-header.inner-header.fix-top {
        background: none;
        position: absolute; } }
  .site-header li {
    list-style: none; }
  .site-header .inner-logo {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center; }

.site-header-left {
  float: left; }
  .site-header-left .logo {
    float: left;
    margin-right: 30px; }
    .site-header-left .logo img {
      max-width: 125px; }
  .site-header-left .inner-logo .logo {
    margin-right: 0; }
  .site-header-left .site-navigation {
    float: right; }
    .site-header-left .site-navigation li {
      margin-left: 30px;
      /*70px;*/
      float: left;
      position: relative; }
      .site-header-left .site-navigation li:first-of-type {
        margin-left: 0; }

.site-header-right {
  float: right;
  flex: 1; }
  .site-header-right ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-end; }
    .site-header-right ul li {
      float: left;
      margin-left: 30px; }
      .site-header-right ul li.btn-outline a {
        padding-bottom: 0; }
      .site-header-right ul li a {
        position: relative; }

.site-navigation li {
  padding: 10px 0; }
  .site-navigation li a {
    position: relative; }
  .site-navigation li.has-child a:after {
    display: none !important; }
  @media screen and (min-width: 768px) {
    .site-navigation li.has-child > a + .caret {
      cursor: pointer;
      display: block;
      position: absolute;
      right: -15px;
      top: 50%;
      margin-top: -2px;
      width: 0;
      height: 0;
      border-top: 0.3em solid #211551;
      border-right: .3em solid transparent;
      border-bottom: 0;
      border-left: .3em solid transparent; } }

.site-navigation li a:after,
.site-header-right li a:after {
  position: absolute;
  content: "";
  width: 0%;
  height: 2px;
  background: #211551;
  left: 0;
  top: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.site-header-right li a:hover:after {
  width: 100%; }

.site-header ul,
.footer-top ul {
  padding-left: 0;
  list-style: none; }

.site-header ul li a,
.footer-top ul li a {
  color: #211551; }
  .site-header ul li a:hover,
  .footer-top ul li a:hover {
    color: #d6001c; }

.site-header ul li a.btn {
  color: #d6001c;
  letter-spacing: 0px; }
  .site-header ul li a.btn:hover {
    color: #fff; }

@media screen and (min-width: 1025px) {
  .site-header.fix-top ul li a {
    color: white; }
  .site-header.fix-top li.btn-outline a {
    color: white; }
    .site-header.fix-top li.btn-outline a:hover {
      color: inherit !important; }
  .site-header.fix-top .btn-outline, .site-header.fix-top a.btn-outline {
    border-color: white;
    color: white !important; }
    .site-header.fix-top .btn-outline:after, .site-header.fix-top .btn-outline:before, .site-header.fix-top a.btn-outline:after, .site-header.fix-top a.btn-outline:before {
      display: none; }
    .site-header.fix-top .btn-outline:hover, .site-header.fix-top a.btn-outline:hover {
      background: white !important;
      color: #211551 !important; }
    .site-header.fix-top .btn-outline:hover a, .site-header.fix-top a.btn-outline:hover a {
      color: #211551 !important; } }

.site-navigation li.active a:after,
.site-navigation li:hover a:after,
.site-navigation li.current-menu-item a:after {
  width: 100%; }
  @media screen and (min-width: 1025px) {
    .fix-top .site-navigation li.active a:after, .fix-top
    .site-navigation li:hover a:after, .fix-top
    .site-navigation li.current-menu-item a:after {
      background: white; } }

.site-header-left-inner .site-navigation li.current-menu-item a {
  color: #d6001c; }

.site-header-right li.current-menu-item a:after {
  width: 100%; }

.site-header-right ul li.btn-outline {
  cursor: pointer; }
  .site-header-right ul li.btn-outline a {
    color: #d6001c;
    letter-spacing: 0px;
    text-decoration: none; }
    .site-header-right ul li.btn-outline a:hover {
      color: #ffffff;
      text-decoration: none; }
  .site-header-right ul li.btn-outline:hover a {
    color: #ffffff;
    text-decoration: none; }
  .site-header-right ul li.btn-outline a:after {
    display: none !important;
    opacity: 0; }

.site-header-left-inner {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  .site-header-left-inner .site-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .site-header-left-inner .site-navigation .btn-outline:hover a {
    color: #fff; }
  .site-header-left-inner .site-navigation li a {
    font-family: "Gotham", Helvetica, Arial, sans-serif; }
    html[lang="cs-CZ"] .site-header-left-inner .site-navigation li a {
      font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
    html[lang="ru-RU"] .site-header-left-inner .site-navigation li a {
      font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
    html[lang="hr"] .site-header-left-inner .site-navigation li a {
      font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
    html[lang="pl-PL"] .site-header-left-inner .site-navigation li a {
      font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
  .site-header-left-inner .site-navigation .btn-outline {
    padding: 15px 30px; }
    .site-header-left-inner .site-navigation .btn-outline > a:after {
      display: none !important; }

.inner-logo span {
  font-size: 24px;
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  color: #d6001c;
  padding-left: 30px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-left: 30px; }
  .inner-logo span:after {
    content: '';
    height: 46px;
    width: 2px;
    background: #211551;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0; }
  html[lang="cs-CZ"] .inner-logo span {
    font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
  html[lang="ru-RU"] .inner-logo span {
    font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
  html[lang="hr"] .inner-logo span {
    font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
  html[lang="pl-PL"] .inner-logo span {
    font-family: "Gotham Book", Helvetica, Arial, sans-serif; }

.site-header .site-navigation li a {
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  font-weight: bold; }
  html[lang="cs-CZ"] .site-header .site-navigation li a {
    font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
  html[lang="ru-RU"] .site-header .site-navigation li a {
    font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
  html[lang="hr"] .site-header .site-navigation li a {
    font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
  html[lang="pl-PL"] .site-header .site-navigation li a {
    font-family: "Gotham Book", Helvetica, Arial, sans-serif; }

@media screen and (min-width: 1280px) {
  .site-header ul li .sub-menu {
    position: absolute;
    left: 50%;
    top: 80%;
    opacity: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
    visibility: hidden;
    transform: translateX(-50%);
    min-width: 200px;
    width: 100%;
    background: white;
    display: block; }
    .site-header ul li .sub-menu:after {
      width: 20px;
      height: 20px;
      background: white;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
      position: absolute;
      left: 50%;
      margin: -10px 0 0 0;
      top: 0;
      content: "";
      z-index: -1;
      transform: translateX(-50%) rotate(-45deg); }
  .site-header ul li:hover > .sub-menu {
    opacity: 1;
    visibility: visible; }
  .site-header ul li:not(.btn) {
    padding: 46px 0; }
    .site-header ul li:not(.btn).menu-item-has-children {
      position: relative; }
      .site-header ul li:not(.btn).menu-item-has-children:hover a:after {
        display: none !important; }
      .site-header ul li:not(.btn).menu-item-has-children a:hover:after {
        display: none !important; }
    .site-header ul li:not(.btn) ul li {
      padding: 0;
      float: none;
      margin: 0;
      display: block; }
      .site-header ul li:not(.btn) ul li a {
        display: block;
        background: white;
        position: relative;
        padding: 14px 10px;
        text-align: center;
        text-transform: none;
        color: rgba(49, 55, 60, 0.7);
        font-weight: 400; }
        .site-header ul li:not(.btn) ul li a:hover {
          background: #F3F0F0;
          color: #4a4a4a; }
        .site-header ul li:not(.btn) ul li a:after {
          display: none; } }

@media only screen and (max-width: 1370px) {
  .site-header ul li a.btn {
    padding: 15px 30px; }
  .site-header-left .logo {
    margin-right: 30px; }
  .site-header-left .site-navigation li,
  .site-header-right ul li {
    margin-left: 30px; } }

@media only screen and (max-width: 1200px) {
  .site-header-left {
    float: left; }
  .site-header-right ul li, .site-header-left.site-header-left-inner .site-navigation li {
    margin-left: 15px; }
  .site-header-left .logo {
    margin-right: 35px; }
  .site-header-left .site-navigation li {
    margin-left: 20px; }
  .site-header-left.site-header-left-inner .site-navigation li:first-of-type {
    margin-left: 0; }
  .site-header-left-inner .site-navigation .btn-outline {
    padding: 15px 15px; } }

@media screen and (max-width: 1279px) {
  .toggle-btn {
    width: 30px;
    height: auto;
    display: inline-block;
    position: absolute;
    right: 25px;
    cursor: pointer; }
    .toggle-btn span {
      display: block;
      width: 100%;
      height: 4px;
      background: #211551;
      margin-bottom: 4px;
      -webkit-transition: all 0.35s ease;
      transition: all 0.35s ease; }
      .toggle-btn span:last-of-type {
        margin-bottom: 0; }
    .toggle-btn.toggleActive span {
      -webkit-transform: translateY(7px) rotate(45deg);
      transform: translateY(7px) rotate(45deg);
      top: 9px;
      -webkit-transition: all 0.35s ease;
      transition: all 0.35s ease; }
      .toggle-btn.toggleActive span:last-of-type {
        -webkit-transform: translateY(-9px) rotate(-45deg);
        transform: translateY(-9px) rotate(-45deg);
        top: 0px; }
      .toggle-btn.toggleActive span:nth-of-type(2) {
        opacity: 0;
        -webkit-transform: translateX(1000px);
        transform: translateX(1000px); }
  .menuActive body {
    overflow: hidden;
    position: relative;
    z-index: 0; }
    .menuActive body:after {
      position: absolute;
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.5); }
  .menuActive {
    overflow: hidden; }
  .site-header {
    padding: 35px 0; }
  .site-header-left {
    width: auto; }
  .site-header-right {
    margin-right: 60px; }
  .site-header-left .site-navigation {
    display: block;
    position: fixed;
    right: 0;
    width: 300px;
    background: #fff;
    padding: 15px 25px 70px;
    -webkit-transform: translateX(300px);
    transform: translateX(300px);
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    height: calc(100% - 120px);
    overflow-y: auto;
    z-index: 999999; }
  .menuActive .site-header-left .site-navigation {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: all .35s ease;
    transition: all .35s ease; }
  .site-header-left .site-navigation li {
    margin-left: 0;
    float: none;
    padding: 0 !important; }
    .site-header-left .site-navigation li a {
      padding: 15px 0 15px;
      display: block;
      border-bottom: 1px solid #211551; }
    .site-header-left .site-navigation li li a {
      padding-left: 20px; }
  .site-header-left-inner .site-navigation ul {
    display: block; }
  .site-header-left-inner .site-navigation .btn-outline {
    position: relative;
    left: 0;
    right: auto;
    margin-top: 20px;
    display: none; }
  .site-header-left-inner .site-navigation .btn-outline {
    padding: 0; }
    .site-header-left-inner .site-navigation .btn-outline a {
      padding: 15px 30px; }
  .site-header-left-inner .site-navigation li:last-of-type a {
    border-bottom: 0; }
  .inner-header .site-header-left .site-navigation {
    top: 91px;
    height: 100%; }
  .site-navigation li a:after,
  .site-header-right li a:after {
    display: none; }
  .site-header-left.site-header-left-inner .site-navigation li {
    margin-left: 0px; }
  .site-navigation ul > li.current-menu-item > a {
    color: #d6001c; }
  .site-header-right .sub-menu {
    display: none !important; }
  .site-header-left .logo {
    position: absolute;
    left: 25px; }
    .site-header-left .logo img {
      max-width: 75px; }
  .site-header-left .inner-logo .logo {
    position: static; }
  .site-header-left .btn {
    padding: 10px 12px;
    font-size: 13px;
    position: absolute;
    right: 70px; }
  header.inner-header .container {
    min-height: 60px; }
  .site-header {
    padding: 25px 0; }
  .site-header-right {
    margin-right: 45px; }
  .site-header-left .site-navigation li,
  .site-header-right ul li {
    font-size: 13px; } }

@media screen and (max-width: 992px) {
  .site-header-right.is-hidden-mobile {
    display: block !important; }
  .footer-top ul li.current-menu-item a {
    color: #d6001c; } }

@media screen and (max-width: 767px) {
  .site-header-right.is-hidden-mobile {
    display: none !important; } }

@media screen and (max-width: 480px) {
  .site-header .container {
    padding: 0 15px; }
  .toggle-btn {
    right: 15px; }
  .site-header-left .btn {
    right: 60px; } }

/* HEADER ENDS*/
/* Sub navigation*/
.sub-navigation {
  background: #F6F6F6; }
  .sub-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0 -15px; }
    .sub-navigation ul li {
      float: left; }
      .sub-navigation ul li a {
        padding: 19px 15px;
        display: block;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 12px;
        color: rgba(12, 0, 51, 0.5);
        font-family: "Gotham", Helvetica, Arial, sans-serif;
        position: relative; }
        html[lang="cs-CZ"] .sub-navigation ul li a {
          font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
        html[lang="ru-RU"] .sub-navigation ul li a {
          font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
        html[lang="hr"] .sub-navigation ul li a {
          font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
        html[lang="pl-PL"] .sub-navigation ul li a {
          font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
        .sub-navigation ul li a:after {
          content: "";
          transition: all 0.2s linear;
          height: 4px;
          width: calc(100% - 30px);
          bottom: 0;
          display: block;
          position: absolute;
          opacity: 0; }
        .sub-navigation ul li a:hover:after {
          opacity: 1; }
      .sub-navigation ul li.active a {
        color: #0c0033; }
        .sub-navigation ul li.active a:after {
          opacity: 1; }

.site-header-left-inner .site-navigation .btn-outline a {
  letter-spacing: 0;
  color: #d6001c;
  font-weight: 900; }

.studio-notification {
  background: rgba(0, 0, 0, 0.06);
  padding-top: 15px;
  padding-bottom: 15px; }
  .studio-notification a, .studio-notification a:visited {
    color: #FF0439 !important; }

/* STAY UPDATE */
.footer-images img + img {
  margin-left: 15px; }

.stay-update {
  margin: 70px auto;
  float: left;
  width: 100%; }
  .stay-update .container {
    max-width: 420px;
    padding: 0;
    text-align: center; }
  .stay-update h4 {
    font-size: 34px;
    font-family: "Gotham condensed", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    margin-bottom: 40px;
    text-align: center;
    border-bottom: 4px solid #d6001c;
    display: inline-block;
    padding-bottom: 10px; }
    html[lang="cs-CZ"] .stay-update h4 {
      font-family: "Gotham condensed", Helvetica, Arial, sans-serif; }
    html[lang="ru-RU"] .stay-update h4 {
      font-family: "Gotham condensed", Helvetica, Arial, sans-serif; }
    html[lang="hr"] .stay-update h4 {
      font-family: "Gotham condensed", Helvetica, Arial, sans-serif; }
    html[lang="pl-PL"] .stay-update h4 {
      font-family: "Gotham condensed", Helvetica, Arial, sans-serif; }
  .stay-update .input-box {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 95px; }
  .stay-update input[type="email"] {
    width: 100%;
    font-family: "Gotham Book", Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: rgba(55, 60, 116, 0.5);
    border: none;
    background: transparent;
    border-bottom: 4px solid #d6001c;
    padding: 15px 35px 15px 0; }
  .stay-update input[type="submit"] {
    position: absolute;
    right: 5px;
    background: transparent url(../images/arrow-fwd.svg) no-repeat center center;
    border: none;
    font-size: 0;
    width: 30px;
    height: 30px;
    top: 10px;
    cursor: pointer; }

/* FOOTER */
.site-footer {
  padding-bottom: 50px; }
  .site-footer .footer-top {
    padding: 0 65px 20px;
    border-bottom: 1px solid #211551;
    margin-bottom: 20px; }

.footer-top ul li {
  text-transform: uppercase;
  color: #211551;
  font-size: 14px;
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  font-weight: 700; }
  html[lang="cs-CZ"] .footer-top ul li {
    font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
  html[lang="ru-RU"] .footer-top ul li {
    font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
  html[lang="hr"] .footer-top ul li {
    font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
  html[lang="pl-PL"] .footer-top ul li {
    font-family: "Gotham Book", Helvetica, Arial, sans-serif; }

.footer-top-lt-top {
  -ms-flex-preferred-size: 250px;
  flex-basis: 250px; }
  .footer-top-lt-top p {
    font-size: 16px; }

.footer-top-lt-btm {
  margin-top: 10px; }
  .footer-top-lt-btm ul li {
    float: left;
    padding: 2px 15px 2px 0;
    border-right: 1px solid #211551;
    margin-right: 15px;
    text-transform: none; }
    .footer-top-lt-btm ul li:last-of-type {
      border: none; }

.footer-top-rt ul {
  -webkit-columns: 2 130px;
  columns: 2 130px; }
  .footer-top-rt ul li {
    padding-bottom: 10px; }

.footer-top-rt.flex.space-between {
  margin-top: 15px; }

.footer-btm {
  padding-left: 65px; }
  .footer-btm a {
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    color: #fff;
    border-radius: 50%;
    background: #211551;
    float: left;
    margin-right: 25px;
    font-size: 20px; }
    .footer-btm a:hover {
      background: #d6001c; }

.site-footer .footer-top {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0; }

.stay-update {
  margin-bottom: 0; }

.footer-top-lt-btm {
  margin: 10px 0 0; }

.footer-top-lt > div {
  width: 100%;
  text-align: center; }
  .footer-top-lt > div.footer-top-lt-btm ul li {
    display: inline-block;
    float: none;
    margin-right: 0; }
    .footer-top-lt > div.footer-top-lt-btm ul li + li {
      padding-left: 15px; }
    .footer-top-lt > div.footer-top-lt-btm ul li:last-child {
      padding-right: 0; }
  .footer-top-lt > div.footer-top-lt-top {
    flex: auto;
    justify-content: center; }

.footer-top-rt ul {
  columns: inherit;
  text-align: right; }

.footer-top-rt ul li {
  display: inline-block;
  float: none;
  margin-right: 0;
  margin-bottom: 10px;
  padding: 0; }
  .footer-top-rt ul li + li {
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid #211551; }
  .footer-top-rt ul li:last-child {
    padding-right: 0; }

/***********************************************************************marketting web************************************************
*************************************************************************************************************************************8
**************************************************************************************************************************************
 */
.site-footer .footer-top-lt > div.footer-top-lt-top img {
  margin-right: 10px; }

.site-footer.site-footer-default {
  justify-content: flex-start;
  padding-bottom: 20px; }

.site-footer.site-footer-default .footer-top {
  width: 100%;
  padding: 0 0px 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #211551; }
  @media screen and (min-width: 768px) {
    .site-footer.site-footer-default .footer-top {
      align-items: flex-end; } }

.site-footer.site-footer-default .footer-top-lt {
  flex: 1; }
  .site-footer.site-footer-default .footer-top-lt > div {
    text-align: left; }
    .site-footer.site-footer-default .footer-top-lt > div.footer-top-lt-top {
      justify-content: flex-start; }

.site-footer.site-footer-default .footer-btm {
  padding-left: 0;
  text-align: left; }
  @media screen and (min-width: 768px) {
    .site-footer.site-footer-default .footer-btm {
      display: flex; }
      .site-footer.site-footer-default .footer-btm .footer-btm-right {
        min-width: 268px;
        display: flex;
        justify-content: flex-end; }
      .site-footer.site-footer-default .footer-btm .dropdown-language {
        text-align: right; } }
  .site-footer.site-footer-default .footer-btm .footer-btm-left {
    flex: 1; }

.social-list:after, social-list:before {
  content: "";
  display: table;
  clear: both; }

.dropdown-language {
  position: relative;
  display: inline-block;
  width: auto; }
  .dropdown-language > span {
    color: #211551;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle; }
    .dropdown-language > span.dropdown-toggle {
      margin-left: 10px;
      position: relative; }
      .dropdown-language > span.dropdown-toggle a {
        position: relative;
        padding-right: 15px; }
        .dropdown-language > span.dropdown-toggle a:after {
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 6px 6px 6px;
          border-color: transparent transparent #211551 transparent;
          content: "";
          position: absolute;
          right: 0;
          top: 45%; }
        .dropdown-language > span.dropdown-toggle a img, .dropdown-language > span.dropdown-toggle a span {
          vertical-align: middle;
          display: inline-block; }
    .dropdown-language > span a {
      border-radius: 0;
      margin: 0;
      color: #211551;
      width: auto;
      font-weight: bold;
      height: auto;
      line-height: 1.4;
      float: none;
      background: none;
      display: block;
      text-align: left;
      font-size: inherit; }
      .dropdown-language > span a:hover {
        background: none; }
  .dropdown-language ul {
    position: absolute;
    list-style: none;
    padding: 10px 15px;
    background: white;
    z-index: 9;
    bottom: 0;
    right: 0;
    border: 1px solid #211551;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear; }
    .dropdown-language ul.show {
      opacity: 1;
      visibility: visible; }
    .dropdown-language ul li a {
      color: #211551;
      width: auto;
      font-weight: bold;
      height: auto;
      white-space: nowrap;
      line-height: 1.4;
      float: none;
      background: none;
      margin: 2px 0;
      display: block;
      padding: 0;
      text-align: left;
      border-radius: 0;
      font-size: inherit; }
      .dropdown-language ul li a:after {
        display: none; }
      .dropdown-language ul li a:hover {
        background: none; }
      .dropdown-language ul li a img, .dropdown-language ul li a span {
        vertical-align: middle;
        display: inline-block; }

.site-footer-loyals {
  padding: 50px 0;
  font-size: 20px;
  font-weight: 600; }
  .site-footer-loyals textarea {
    height: 180px; }
  .site-footer-loyals .info {
    margin: 40px 0 40px; }
  .site-footer-loyals .label-address {
    font-weight: bold;
    color: #d6001c;
    margin: 0 0 5px; }
  .site-footer-loyals .item-address {
    display: flex;
    align-items: flex-start; }
    .site-footer-loyals .item-address + .item-address {
      margin: 40px 0 0; }
    .site-footer-loyals .item-address .label-address {
      padding-bottom: 5px;
      margin-bottom: 5px;
      border-bottom: 1px solid #211551; }
    .site-footer-loyals .item-address .flag {
      max-width: 80px;
      min-width: 80px; }
    .site-footer-loyals .item-address .info {
      line-height: 1.5;
      margin: 0 0 0 30px;
      flex: 1; }
  .site-footer-loyals .social a {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 45px;
    margin-right: 5px;
    border: 2px solid #211551;
    color: #211551;
    border-radius: 50%;
    font-size: 35px; }
    .site-footer-loyals .social a:hover {
      background: #211551;
      color: white; }
  .site-footer-loyals h2 {
    font-size: 40px; }
    .site-footer-loyals h2 span {
      display: block;
      font-size: 50px;
      text-transform: uppercase;
      color: #d6001c; }
  .site-footer-loyals.footer-dark {
    color: white;
    background: #211551; }
    .site-footer-loyals.footer-dark .form-control {
      background: none;
      color: white; }
      .site-footer-loyals.footer-dark .form-control::-moz-placeholder {
        color: white;
        opacity: 1; }
      .site-footer-loyals.footer-dark .form-control:-ms-input-placeholder {
        color: white; }
      .site-footer-loyals.footer-dark .form-control::-webkit-input-placeholder {
        color: white; }
    .site-footer-loyals.footer-dark h2 {
      color: white; }
    .site-footer-loyals.footer-dark .item-address .label-address {
      border-bottom: 1px solid white; }
    .site-footer-loyals.footer-dark .social a {
      border: 2px solid white;
      color: white; }
      .site-footer-loyals.footer-dark .social a:hover {
        background: white;
        color: #d6001c; }
  @media screen and (min-width: 768px) {
    .site-footer-loyals .info {
      margin: 50px 0; }
    .site-footer-loyals .item-address + .item-address {
      margin: 70px 0 0; }
    .site-footer-loyals .get-in-touch {
      padding-right: 40px; } }

@media screen and (min-width: 768px) {
  .site-footer.site-footer-default .footer-top-rt {
    justify-content: flex-end; } }

@media screen and (max-width: 992px) {
  .site-footer .footer-top {
    padding: 0 30px 20px; }
  .footer-btm {
    padding-left: 30px; }
  .footer-top-rt {
    text-align: left; }
    .footer-top-rt ul {
      margin-top: 0px;
      text-align: left; }
      .footer-top-rt ul li {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 0 10px 0 0 !important;
        border: none !important;
        border-right: 1px solid #211515 !important; }
        .footer-top-rt ul li + li {
          padding-right: 10px !important;
          margin-right: 10px !important; }
        .footer-top-rt ul li:last-child {
          margin-right: 0px !important;
          padding-right: 0 !important;
          border: none !important; } }

@media (min-width: 992px) and (max-width: 1024px) {
  .site-footer.site-footer-default .footer-top-rt {
    max-width: 620px; } }

@media screen and (max-width: 767px) {
  .footer-btm-right {
    margin: 10px 0; }
  .site-footer .footer-top {
    padding: 0 0px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    width: 100%; }
  .footer-btm {
    padding-left: 0px; }
  .footer-btm p {
    float: right;
    font-size: 15px; }
  .footer-top-lt-top {
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .footer-top-lt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap; }
  .footer-btm a {
    display: block;
    float: left;
    margin-right: 15px; } }

#cookie-law-info-bar {
  padding: 0 !important; }

.cookie-box {
  background: #FFFFFF;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3) !important;
  padding: 15px;
  position: fixed;
  display: block !important;
  bottom: 20px;
  right: 20px;
  width: 250px;
  z-index: 99; }
  .cookie-box br {
    display: none; }
  .cookie-box .cli-bar-message {
    width: 100% !important; }
  .cookie-box button {
    font-size: 12px;
    height: 26px;
    padding: 0 10px; }
    .cookie-box button + button {
      margin-left: 5px; }
  .cookie-box p {
    text-align: left;
    line-height: 18px;
    color: #211551;
    font-size: 12px; }
  .cookie-box .cli_action_button {
    background-color: #d6001c !important;
    border-color: #d6001c !important;
    font-weight: 900 !important;
    font-family: "Gotham", Helvetica, Arial, sans-serif !important;
    display: inline-block !important;
    text-align: center !important;
    text-transform: uppercase !important;
    font-size: 12px !important;
    line-height: 15px !important;
    padding: 6px 14px !important;
    margin: 0 !important; }
    html[lang="cs-CZ"] .cookie-box .cli_action_button {
      font-family: "Gotham Book", Helvetica, Arial, sans-serif !important; }
    html[lang="ru-RU"] .cookie-box .cli_action_button {
      font-family: "Gotham Book", Helvetica, Arial, sans-serif !important; }
    html[lang="hr"] .cookie-box .cli_action_button {
      font-family: "Gotham Book", Helvetica, Arial, sans-serif !important; }
    html[lang="pl-PL"] .cookie-box .cli_action_button {
      font-family: "Gotham Book", Helvetica, Arial, sans-serif !important; }
  .cookie-box a {
    color: #d6001c; }
  .cookie-box a.cli_action_button {
    color: white; }

html[lang="sl-SI"] .cookie-box {
  width: 280px; }

@media screen and (max-width: 480px) {
  .cookie-box {
    width: calc(100% - 40px);
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .footer-btm {
    text-align: center; }
    .footer-btm a {
      display: inline-block;
      float: none;
      margin-right: 5px; }
    .footer-btm p {
      font-size: 14px;
      float: left;
      margin-top: 10px;
      width: 100%; } }

.back-to-top {
  position: fixed;
  z-index: 1000;
  right: 22px;
  bottom: 100px;
  background: #d6001c;
  color: #fff !important;
  font-size: 40px;
  display: none;
  line-height: 1;
  padding: 0px 10px 4px;
  border: 2px solid #fff;
  text-align: center;
  transition: all 200ms ease-in;
  opacity: 0; }
  .back-to-top.active {
    opacity: 1;
    color: #fff !important; }
  .back-to-top.has-popup-chat {
    bottom: 195px; }

body.show-btn-back-to-top .back-to-top {
  display: block; }

body.show-btn-back-to-top #hubspot-messages-iframe-container {
  z-index: 999; }

body.show-btn-back-to-top #hubspot-messages-iframe-container[style="width: 420px; height: 674px;"] {
  z-index: 2147483647; }

body.show-btn-back-to-top #hubspot-messages-iframe-container[style="width: 276px; height: 222px;"] ~ .back-to-top {
  bottom: 195px; }

body.show-btn-back-to-top #hubspot-messages-iframe-container[style="height: 96px"] ~ .back-to-top {
  bottom: 100px; }

.mainWrapper {
  position: relative;
  overflow: hidden; }

#map {
  z-index: 1; }

.page-template-template-studio .hidden-studio-microsite {
  display: none; }

.notify-top .container {
  padding: 0 !important; }

.action-buttons-center {
  display: flex;
  align-items: center; }
  @media screen and (min-width: 768px) {
    .action-buttons-center {
      margin-top: 50px; } }
  .action-buttons-center .btn-center {
    max-width: none; }
    @media (max-width: 340px) {
      .action-buttons-center .btn-center {
        white-space: normal; } }

.grecaptcha-badge {
  pointer-events: none;
  opacity: 0 !important; }

/* for video responsive */
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.bg-img-sec {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.redBar {
  padding: 70px 0;
  background: #d6001c; }
  .redBar .btn:hover {
    border-color: #fff;
    color: red; }
    .redBar .btn:hover:after, .redBar .btn:hover:before {
      background: white; }
  .redBar.sml {
    padding: 17px 20px;
    text-align: center;
    display: none; }
    .redBar.sml .container {
      padding: 0; }
    .redBar.sml.stick {
      position: fixed;
      display: block;
      left: 0;
      width: 100%;
      z-index: 9999999;
      -webkit-transition: all 0.35s ease;
      transition: all 0.35s ease; }
    .redBar.sml h1.h3,
    .redBar.sml h3 {
      margin-bottom: 0;
      padding-bottom: 0;
      font: 900 24px/28px "Gotham", Helvetica, Arial, sans-serif; }
      html[lang="cs-CZ"] .redBar.sml h1.h3, html[lang="cs-CZ"]
      .redBar.sml h3 {
        font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
      html[lang="ru-RU"] .redBar.sml h1.h3, html[lang="ru-RU"]
      .redBar.sml h3 {
        font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
      html[lang="hr"] .redBar.sml h1.h3, html[lang="hr"]
      .redBar.sml h3 {
        font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
      html[lang="pl-PL"] .redBar.sml h1.h3, html[lang="pl-PL"]
      .redBar.sml h3 {
        font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
  .redBar .container {
    padding: 0 25px; }
  .redBar * {
    color: #fff; }
  .redBar h3 {
    font: 900 24px/28px "Gotham", Helvetica, Arial, sans-serif;
    padding-bottom: 10px;
    letter-spacing: 0px; }
    html[lang="cs-CZ"] .redBar h3 {
      font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
    html[lang="ru-RU"] .redBar h3 {
      font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
    html[lang="hr"] .redBar h3 {
      font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
    html[lang="pl-PL"] .redBar h3 {
      font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
  @media only screen and (max-width: 1200px) {
    .redBar h3 {
      font-size: 28px; } }
  @media screen and (max-width: 992px) {
    .redBar {
      padding: 35px 0 25px; }
      .redBar.sml h1.h3,
      .redBar.sml h3 {
        font-size: 18px;
        line-height: 24px; }
      .redBar.sml .btn {
        padding: 10px 20px; }
      .redBar h3 {
        font-size: 30px;
        line-height: 36px; } }
  @media screen and (max-width: 767px) {
    .redBar.sml {
      padding-top: 12px;
      padding-bottom: 12px; }
      .redBar.sml .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap; }
      .redBar.sml h1.h3,
      .redBar.sml h3 {
        font-size: 18px;
        line-height: 22px;
        padding-bottom: 15px; }
    .redBar h3 {
      font-size: 26px;
      line-height: 32px; } }
  @media screen and (max-width: 480px) {
    .redBar {
      padding: 50px 0; }
      .redBar.sml h1.h3,
      .redBar.sml h3 {
        font-size: 14px;
        line-height: 18px; }
      .redBar h3 {
        font-size: 24px;
        line-height: 30px; } }
  .redBar.redBar-studio .btn {
    margin-top: 2rem; }
  @media screen and (min-width: 1200px) {
    .redBar.redBar-studio .btn {
      margin-top: 4rem; } }
  @media screen and (max-width: 1279px) {
    .redBar.redBar-studio p br {
      display: none; } }

.redBar-block.sml.stick {
  top: 0; }

.slider-item .container {
  max-width: 850px;
  text-align: center;
  margin: 0 auto;
  padding-top: 90px;
  padding-bottom: 70px; }

.slider-item .btn {
  margin-bottom: 60px; }

.slick-dots {
  text-align: center;
  padding-left: 0; }
  .slick-dots li {
    width: 14px;
    border: 2px solid #fff;
    background: transparent;
    height: 14px;
    margin: 0 5px;
    display: inline-block;
    cursor: pointer; }
    .slick-dots li.slick-active {
      background: #fff;
      border-color: transparent; }
    .slick-dots li button {
      border: none;
      outline: none !important;
      background: none !important;
      font-size: 0;
      cursor: pointer; }

.heading {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 50px;
  text-align: center;
  letter-spacing: 0; }
  .heading.right:after {
    left: 80%;
    right: auto; }
  .heading.center:after {
    right: auto;
    left: 50%;
    width: 60%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .heading:after {
    position: absolute;
    content: "";
    height: 5px;
    width: 10000%;
    right: 35%;
    background: #d6001c;
    top: 100%; }

.col {
  -ms-flex-preferred-size: 302px;
  flex-basis: 302px;
  text-align: center; }
  .col h4 {
    text-transform: uppercase;
    padding-bottom: 15px; }
  .col img {
    margin-bottom: 15px;
    max-width: 65px; }

.map {
  position: relative;
  min-height: calc(100vh - 107px); }

.workoutInfo.pt80 {
  padding-top: 70px !important; }

.schedule .threeColSectionContent {
  padding: 0 0 50px; }
  .schedule .threeColSectionContent .col {
    -ms-flex-preferred-size: 339px;
    flex-basis: 339px; }
  .schedule .threeColSectionContent img {
    margin-bottom: 30px; }
  .schedule .threeColSectionContent p {
    font-size: 14px;
    line-height: 24px; }
  .schedule .threeColSectionContent h4 {
    font-size: 22px;
    line-height: 30px;
    color: #d6001c;
    padding-bottom: 5px;
    margin-bottom: 0; }
  .schedule .threeColSectionContent .trainingDays {
    display: block;
    font: 300 22px/26px "Gotham", Helvetica, Arial, sans-serif;
    color: rgba(74, 74, 74, 0.5);
    padding-bottom: 20px; }
    html[lang="cs-CZ"] .schedule .threeColSectionContent .trainingDays {
      font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
    html[lang="ru-RU"] .schedule .threeColSectionContent .trainingDays {
      font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
    html[lang="hr"] .schedule .threeColSectionContent .trainingDays {
      font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
    html[lang="pl-PL"] .schedule .threeColSectionContent .trainingDays {
      font-family: "Gotham Book", Helvetica, Arial, sans-serif; }

.schedule .threeColSection .btn {
  max-width: 220px;
  font-size: 16px;
  letter-spacing: 0px; }

.mfp-content .container {
  background: white;
  padding: 40px;
  max-width: 800px; }

.container-sect {
  max-width: 1340px;
  margin: 0 auto; }

.bg-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover; }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive iframe, .embed-responsive img, .embed-responsive .embed-responsive-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-bg {
  position: absolute;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.embed-responsive-16by9:before {
  display: block;
  content: "";
  padding-top: 56.25%; }

.embed-responsive-1by1:before {
  display: block;
  content: "";
  padding-top: 100%; }

.new-to-f45 .img-w-text {
  min-height: 470px; }
  .new-to-f45 .img-w-text .text-sec h2 {
    line-height: 50px; }
  .new-to-f45 .img-w-text:nth-child(2n) .img-sec:before {
    transform: translate(-50%, -50%); }

.space {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease; }

.exerciseInfo {
  padding-bottom: 50px; }
  .exerciseInfo .col {
    text-align: left; }
    .exerciseInfo .col:first-of-type {
      -webkit-box-flex: 1;
      -ms-flex: auto;
      flex: auto;
      margin-right: 30px;
      border-right: 1px solid #d6001c;
      padding-right: 30px; }
      .exerciseInfo .col:first-of-type h3 {
        color: #d6001c;
        margin-bottom: 5px;
        text-transform: uppercase;
        font-size: 42px; }
      .exerciseInfo .col:first-of-type p {
        font: 300 22px "Gotham", Helvetica, Arial, sans-serif;
        padding-bottom: 5px; }
        html[lang="cs-CZ"] .exerciseInfo .col:first-of-type p {
          font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
        html[lang="ru-RU"] .exerciseInfo .col:first-of-type p {
          font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
        html[lang="hr"] .exerciseInfo .col:first-of-type p {
          font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
        html[lang="pl-PL"] .exerciseInfo .col:first-of-type p {
          font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
    .exerciseInfo .col p {
      font: 300 16px/24px "Gotham", Helvetica, Arial, sans-serif; }
      html[lang="cs-CZ"] .exerciseInfo .col p {
        font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
      html[lang="ru-RU"] .exerciseInfo .col p {
        font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
      html[lang="hr"] .exerciseInfo .col p {
        font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
      html[lang="pl-PL"] .exerciseInfo .col p {
        font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
    .exerciseInfo .col:last-of-type {
      -webkit-box-flex: 99999;
      -ms-flex: 99999;
      flex: 99999; }

.exercise-section-content.mb115 {
  margin-bottom: 70px !important; }

/* CARD */
.card-section .card {
  position: relative;
  padding-bottom: 70px; }
  .card-section .card .btn {
    position: absolute;
    left: 17px;
    bottom: 20px;
    margin: 0; }

.card-section-block.three-col .card {
  padding: 25px 25px 80px;
  box-shadow: none;
  border: 2px solid #F2F2F2;
  border-radius: 0;
  margin-bottom: 20px;
  text-align: center;
  margin-right: 2% !important; }
  .card-section-block.three-col .card .cardInfo h3 {
    font-weight: 500;
    font-family: "Gotham", Helvetica, Arial, sans-serif; }
    html[lang="cs-CZ"] .card-section-block.three-col .card .cardInfo h3 {
      font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
    html[lang="ru-RU"] .card-section-block.three-col .card .cardInfo h3 {
      font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
    html[lang="hr"] .card-section-block.three-col .card .cardInfo h3 {
      font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
    html[lang="pl-PL"] .card-section-block.three-col .card .cardInfo h3 {
      font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
  @media screen and (min-width: 768px) {
    .card-section-block.three-col .card {
      flex-basis: 32%; }
      .card-section-block.three-col .card:nth-child(3n) {
        margin-right: 0 !important; } }
  .card-section-block.three-col .card figure {
    display: block;
    max-height: 260px; }
  .card-section-block.three-col .card .cardInfo {
    padding: 20px 0px; }
    .card-section-block.three-col .card .cardInfo .btn {
      left: 50%;
      min-width: 70%;
      bottom: 28px;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }
  @media screen and (max-width: 767px) {
    .card-section-block.three-col .card {
      flex-basis: 100%;
      margin-right: 0 !important; } }

.card-section-block .card .btn {
  margin-top: 5px; }

.card-section-block .card .cardInfo h3 {
  margin-bottom: 0;
  font-family: "gotham black", "Gotham Book", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 22px;
  color: #201551; }
  .card-section-block .card .cardInfo h3 a {
    color: inherit; }
  .card-section-block .card .cardInfo h3:after {
    display: none; }

.card {
  -ms-flex-preferred-size: 24.25%;
  flex-basis: 24.25%;
  border-radius: 2px;
  background-color: white;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 1%;
  margin-right: 1%;
  overflow: hidden; }
  .card figure {
    overflow: hidden; }
  .card img {
    width: 100%; }

.card-section .card:nth-child(4n) {
  margin-right: 0; }

.cardInfo {
  padding: 20px 17px; }
  .cardInfo h3 {
    color: #31373C;
    font: 700 18px 'Roboto', sans-serif;
    position: relative;
    padding-bottom: 10px; }
    .cardInfo h3:after {
      position: absolute;
      content: "";
      top: 100%;
      left: 0;
      width: 20px;
      background: #d6001c;
      height: 3px; }
  .cardInfo p {
    color: rgba(49, 55, 60, 0.7);
    font-size: inherit; }

.heading-w-desc .heading {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 100px;
  font: 900 25px "Roboto", sans-serif;
  letter-spacing: 0px;
  margin-bottom: 60px; }

.heading-w-desc p {
  -webkit-box-flex: 99999;
  -ms-flex: 99999;
  flex: 99999;
  padding-left: 50px;
  font: 400 18px/24px "Roboto", sans-serif;
  letter-spacing: 0px;
  position: relative;
  color: #9b9b9b;
  padding-right: 50px; }
  .heading-w-desc p:after {
    position: absolute;
    left: 0;
    content: "";
    width: 1px;
    height: 17px;
    background: #E1E1E1;
    top: 5px; }

/* ==== Slider Image Transition === */
@-webkit-keyframes fadeInDown {
  0% {
    -webkit-transform: translateY(-150px);
    transform: translateY(-150px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1; } }

@keyframes fadeInDown {
  0% {
    -webkit-transform: translateY(-150px);
    transform: translateY(-150px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1; } }

@-webkit-keyframes ProgressDots {
  from {
    width: 0px; }
  to {
    width: 100%; } }

@keyframes ProgressDots {
  from {
    width: 0px; }
  to {
    width: 100%; } }

/* MAGNIFIC POPUP */
.mfp-wrap, .mfp-bg {
  z-index: 9999999; }

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }
  .mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8; }
  .mfp-fade.mfp-bg.mfp-removing {
    opacity: 0; }

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

.videoContainer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .videoContainer video {
    /* optional */
    width: 100%;
    height: 100%; }

.hero-video-wrapper .bg-container {
  width: 110%;
  -moz-transform: skew(13deg, 0deg);
  -webkit-transform: skew(13deg, 0deg);
  -o-transform: skew(13deg, 0deg);
  -ms-transform: skew(13deg, 0deg);
  transform: skew(13deg, 0deg); }

.hero-video-wrapper {
  -moz-transform: skew(-13deg, 0deg);
  -webkit-transform: skew(-13deg, 0deg);
  -o-transform: skew(-13deg, 0deg);
  -ms-transform: skew(-13deg, 0deg);
  transform: skew(-13deg, 0deg);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
  background: #211551;
  padding-left: 100px;
  margin-left: -100px; }
  .hero-video-wrapper.fill-background {
    background-color: transparent; }

.videoContainer video {
  width: 130vw;
  height: 100vw; }

.inner-logo span {
  font-size: 24px;
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  color: #d6001c;
  padding-left: 30px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-left: 30px; }
  .inner-logo span:after {
    content: '';
    height: 46px;
    width: 2px;
    background: #211551;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0; }
  html[lang="cs-CZ"] .inner-logo span {
    font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
  html[lang="ru-RU"] .inner-logo span {
    font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
  html[lang="hr"] .inner-logo span {
    font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
  html[lang="pl-PL"] .inner-logo span {
    font-family: "Gotham Book", Helvetica, Arial, sans-serif; }

.site-contact ul {
  list-style: none;
  padding: 0; }
  .site-contact ul li {
    position: relative;
    padding: 0px 42px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .site-contact ul li:after {
      content: '';
      position: absolute;
      width: 2px;
      height: 40px;
      background: #d6001c;
      top: 36px;
      /* -webkit-transform: translateY(-50%);
              transform: translateY(-50%); */
      left: auto;
      right: 0; }
    .site-contact ul li:last-of-type:after {
      display: none; }
    .site-contact ul li a {
      display: block;
      margin: 0 auto; }
    .site-contact ul li img {
      display: block;
      margin: 0 auto;
      margin-bottom: 10px; }
    .site-contact ul li a, .site-contact ul li p {
      font-size: 16px;
      line-height: 1.35;
      color: #211551; }
    .site-contact ul li a:hover {
      color: #d6001c; }

.red-circle {
  background: #d6001c;
  border-radius: 50%;
  width: 85px;
  height: 85px;
  margin: 0 auto;
  margin-bottom: 20px; }
  .red-circle img {
    position: relative;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    right: 0; }

.class-section .heading:after {
  right: 10%; }

.class-section .col h4 {
  font-family: 'gotham_blackregular';
  font-weight: normal; }

/* Inner training */
.day-one-txt .heading:after {
  right: 72%; }

.day-one-txt p {
  max-width: 1140px; }

.cl-schedule h6, .cl-schedule p {
  font-size: 22px; }

.cl-schedule h6 {
  color: #d6001c;
  margin-bottom: 10px; }

.cl-schedule ul li p {
  color: #9b9b9b; }

.cl-schedule ul li:after {
  top: 10px; }

.prodigy-contact ul li a, .prodigy-contact ul li p {
  font-size: 16px;
  line-height: 1.35; }

.bgsec-prodigy {
  padding: 120px 0 130px; }

.red-text h2 {
  color: #d6001c; }

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0 !important; }

.inner-ul ul {
  text-align: center; }

.inner-ul .footer-top-lt-btm ul li {
  display: inline-block;
  padding: 2px 15px 2px 15px;
  border-right: 1px solid #211551;
  margin: 0;
  text-transform: none; }
  .inner-ul .footer-top-lt-btm ul li:last-of-type {
    border: 0; }

.sub-brand .fa {
  font-size: 18px;
  margin-right: 10px; }

.site-header + .navbar-fix-top {
  top: 110px; }

.navbar-fix-top.navbar-fix-top-challenge .navbar-brand {
  width: auto;
  height: auto; }

.navbar-fix-top.navbar-fix-top-challenge .sub-brand {
  color: #211551; }

.navbar-fix-top.navbar-fix-top-challenge.white-text {
  color: #fff; }
  .navbar-fix-top.navbar-fix-top-challenge.white-text .sub-brand {
    color: #fff; }
  .navbar-fix-top.navbar-fix-top-challenge.white-text .navbar-brand img {
    filter: brightness(0) invert(1); }

.navbar-fix-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  z-index: 1; }
  .navbar-fix-top .navbar-brand {
    display: inline-block;
    margin-right: 12px;
    vertical-align: middle;
    width: 3.75rem;
    height: 2.8125rem;
    display: inline-block; }
    .navbar-fix-top .navbar-brand img {
      max-width: 100%;
      max-height: 100%; }

.sub-brand {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase; }

.heading-line {
  width: 52px;
  height: 5px;
  display: block;
  background-color: #d6001c;
  margin-bottom: 20px; }

.float, .contentSection {
  float: none; }

.cta-button {
  margin: 50px 0 15px;
  display: inline-block; }

.justify-center {
  justify-content: center; }

.three-col .col {
  flex-basis: auto;
  width: 33.33333%; }
  .three-col .col img {
    margin: auto;
    max-width: 100%; }

.our-studio {
  overflow: hidden;
  position: relative;
  padding: 50px 0; }

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  outline: 0;
  padding: 0;
  text-indent: -99999px;
  display: block;
  z-index: 1;
  width: 50px;
  background-color: white;
  height: 50px;
  border-radius: 50%;
  cursor: pointer; }
  .slick-arrow.slick-disabled {
    opacity: 0; }

.slick .slick-arrow {
  left: -55px;
  width: 100px;
  height: 100px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0 50% 50% 0; }
  .slick .slick-arrow:after, .slick .slick-arrow:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    border-left: 2px solid white;
    border-bottom: 2px solid white; }

.slick .slick-next:after {
  transform: rotate(225deg);
  top: 36px;
  left: 0px; }

.slick .slick-next:before {
  transform: rotate(225deg);
  top: 36px;
  left: 6px; }

.slick .slick-prev:after, .slick .slick-prev:before {
  transform: rotate(45deg);
  top: 36px;
  right: 0px; }

.slick .slick-prev:after {
  right: 6px; }

.col-4 {
  width: 40%; }

.col-6 {
  width: 60%; }

.slick-list {
  outline: none !important; }

.slick-slide {
  outline: none !important;
  outline: none; }
  .slick-slide * {
    outline: none !important; }
  .slick-slide:focus {
    outline: none; }

.slick .slick-arrow.slick-next {
  border-radius: 50%  0   0 50%;
  left: auto;
  right: -55px; }

.punchline.text-center .punchline-content,
section.float, .contentSection,
section.challenge {
  float: none; }

.simple-text h4 {
  margin: 30px 0 10px; }

.simple-text p, .simple-text ul, .simple-text ol {
  margin-bottom: 20px; }

.simple-text p {
  padding: 0; }
  @media screen and (max-width: 767px) {
    .simple-text p {
      font-size: 15px;
      line-height: 1.5; } }

.simple-text ul li + li, .simple-text ol li + li {
  margin-top: 0.5rem; }

.simple-text table {
  border-collapse: collapse; }

.simple-text .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .simple-text .table-responsive table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    border: 1px solid #e2e2e2; }
    .simple-text .table-responsive table thead th, .simple-text .table-responsive table thead td {
      font-weight: 600;
      text-align: left; }
    .simple-text .table-responsive table td, .simple-text .table-responsive table th {
      border: 1px solid #e2e2e2;
      color: #4a4a4a;
      padding: 1rem;
      vertical-align: top; }

.col h4.red {
  font-size: 22px;
  line-height: 30px;
  color: #d6001c;
  padding-bottom: 5px;
  margin-bottom: 0; }

.col .date {
  display: block;
  font: 300 22px/26px "Gotham", Helvetica, Arial, sans-serif;
  color: rgba(74, 74, 74, 0.5);
  padding-bottom: 20px; }
  html[lang="cs-CZ"] .col .date {
    font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
  html[lang="ru-RU"] .col .date {
    font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
  html[lang="hr"] .col .date {
    font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
  html[lang="pl-PL"] .col .date {
    font-family: "Gotham Book", Helvetica, Arial, sans-serif; }

.tpl-prodigy .img-w-text .text-sec h2, .tpl-prodigy .heading, .tpl-prodigy .threeColSectionContent h4 {
  color: #d6001c; }

.featured-text h1, .featured-text h2, .featured-text h3 {
  color: #d6001c; }

.tpl-prodigy .heading:after {
  background: #211551; }

.map .search-results .input-group .button {
  border-color: transparent;
  background: #ff003c;
  color: white; }
  .map .search-results .input-group .button:hover {
    background: #cc0030; }

.map .search-results .search-form {
  max-height: 50px; }

div.prodigy-trial-navbar-fix-top .container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

div.prodigy-trial-navbar-fix-top .navbar-brand {
  background: none;
  overflow: visible;
  text-indent: inherit;
  height: auto;
  width: auto;
  max-width: 10rem;
  margin-left: -15px; }

.mfp-wrap .mfp-content .position {
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
  font-weight: bold; }

.mfp-wrap .mfp-content .position:after {
  content: "";
  width: 54px;
  height: 2px;
  background: #d6001c;
  position: absolute;
  left: 0;
  bottom: 0; }

.mfp-wrap .mfp-content .member-text-heading {
  display: flex; }

.mfp-wrap .mfp-content .member-head-info {
  flex: 1;
  padding-right: 10px; }

.mfp-wrap .mfp-content .member-text-heading .member-social {
  margin: 0; }

.mfp-healcode-signup.mfp-wrap .mfp-content {
  max-width: 560px; }

.newsletter-signup-form {
  max-width: 500px; }

@media screen and (min-width: 1024px) {
  body .map .search-results {
    left: 25px; } }

@media screen and (min-width: 768px) {
  .mfp-wrap .mfp-content .name {
    font-size: 42px; }
  .hidden-desktop {
    display: none !important; }
  .heading.heading-center {
    text-align: center;
    display: block; }
    .heading.heading-center:after {
      right: auto;
      left: 50%;
      width: 25%;
      max-width: 200px;
      transform: translateX(-50%); }
  .heading.heading-right {
    text-align: right;
    display: block; }
    .heading.heading-right:after {
      left: 80%;
      right: auto; }
  body .studio-listing .col, body .studio-listing .h-col {
    width: 33.3333%;
    margin-right: 0; }
  .navbar-fix-top .navbar-brand {
    margin-right: 18px;
    background-size: 4.9375rem 2.375rem;
    width: 6.9375rem;
    height: 5.375rem;
    display: inline-block; }
  .hero .hero-intro {
    float: left;
    width: calc(100% - 450px);
    padding: 0 50px 0 0; }
    .hero .hero-intro h1 {
      font-size: 70px; }
    .hero .hero-intro p {
      font-size: 20px; }
    .hero .hero-intro .video-play-btn .play-btn-txt {
      font-size: 40px; }
  .mobile-no-bg img {
    display: none; } }

@media only screen and (max-width: 1370px) {
  .container {
    padding: 0 25px; }
  .new-to-f45 .img-w-text .text-sec h2 {
    font-size: 30px; } }

@media only screen and (max-width: 1200px) {
  .col, .punchline .threeColSectionContent .col {
    -ms-flex-preferred-size: 29%;
    flex-basis: 29%; }
  .exerciseInfo {
    padding-bottom: 50px; }
    .exerciseInfo .col:last-of-type p br {
      display: none; }
  .exercise-section-content.mb115 {
    margin-bottom: 60px !important; }
  .why-f45-works .img-w-text .img-sec {
    width: 50%; }
  .why-f45-works .img-w-text .text-sec {
    width: 52%;
    padding-right: 15px; }
  .inner-logo span {
    font-size: 21px;
    font-family: "Gotham", Helvetica, Arial, sans-serif;
    color: #d6001c;
    padding-left: 20px;
    display: inline-block;
    margin-left: 20px; }
    .inner-logo span:after {
      content: '';
      height: 40px;
      width: 2px;
      background: #211551;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0; }
    html[lang="cs-CZ"] .inner-logo span {
      font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
    html[lang="ru-RU"] .inner-logo span {
      font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
    html[lang="hr"] .inner-logo span {
      font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
    html[lang="pl-PL"] .inner-logo span {
      font-family: "Gotham Book", Helvetica, Arial, sans-serif; } }

@media only screen and (max-width: 1024px) {
  .studio-listing {
    display: block !important; }
  body .map {
    height: 500px !important;
    width: 100%;
    overflow: hidden; }
  #map-canvas, #map-location {
    width: 100% !important;
    height: 100% !important; } }

@media screen and (max-width: 992px) {
  .heading {
    margin-bottom: 30px; }
  .col h4 {
    padding-bottom: 5px; }
  .stay-update {
    margin: 50px 0; }
    .stay-update h4 {
      padding-bottom: 15px;
      margin-bottom: 25px; }
  .exerciseInfo {
    padding-bottom: 50px; }
  .exercise-section-content.mb115 {
    margin-bottom: 50px !important; }
  .card {
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%;
    margin-right: 2%;
    margin-bottom: 2%; }
  .card-section .card:nth-child(4n) {
    margin-right: 2%; }
  .card-section .card:nth-child(3n) {
    margin-right: 0; }
  .new-to-f45 .img-w-text .text-sec h2 {
    line-height: 48px; }
  .heading-w-desc p {
    font-size: 16px;
    line-height: 22px; }
  .heading-w-desc .heading {
    margin-right: 60px; }
  .videoContainer video {
    width: 300vw;
    height: 150vw; }
  .site-contact ul li {
    padding: 0 25px; }
    .site-contact ul li a, .site-contact ul li p {
      font-size: 14px; }
  .inner-ul .footer-top-lt-btm {
    margin: 0 auto;
    margin-top: 10px; } }

@media screen and (max-width: 767px) {
  div.prodigy-trial-navbar-fix-top .navbar-brand {
    max-width: 7rem; }
  .hidden-mobile {
    display: none !important; }
  .inner-logo span {
    font-size: 18px;
    padding-left: 10px;
    display: block;
    margin-left: 10px; }
  .inner-logo span:after {
    height: 25px;
    top: 50%;
    transform: translateY(-50%); }
  .col-xs-6 {
    width: 50% !important; }
  .width-xs-100 {
    width: 100%; }
  .width-xs-100 + .width-xs-100 {
    margin-top: 20px; }
  .empty-schedule {
    height: auto;
    line-height: 1.5; }
  .slick .slick-arrow {
    left: -20px;
    width: 50px;
    height: 50px; }
  .slick .slick-prev:after, .slick .slick-prev:before,
  .slick .slick-next:after, .slick .slick-next:before {
    top: 18px;
    width: 13px;
    height: 13px; }
  .slick .slick-arrow.slick-next {
    left: auto;
    right: -20px; }
  .col,
  .exerciseInfo .col:first-of-type,
  .punchline .threeColSectionContent .col {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 30px; }
  .btn {
    padding: 12px 20px; }
  .stay-update {
    margin: 50px 0; }
  .stay-update h4 {
    padding: 0 0px 20px;
    display: block;
    margin-bottom: 20px; }
  .cta-btn-left .show-for-large {
    color: #211551;
    padding: 10px 25px; }
  .exerciseInfo .col,
  .punchline .threeColSectionContent .col:last-of-type {
    margin-bottom: 0; }
  .exerciseInfo .col:first-of-type {
    padding-right: 0;
    margin-right: 0;
    border: none;
    margin-bottom: 20px; }
  .exerciseInfo {
    padding-bottom: 40px; }
  .exercise-section-content.mb115 {
    margin-bottom: 70px !important; }
  .card {
    -ms-flex-preferred-size: 48.5%;
    flex-basis: 48.5%;
    margin-right: 3%;
    margin-bottom: 3%; }
  .card-section .card:nth-child(2n) {
    margin-right: 0; }
  .card-section .card:nth-child(3n) {
    margin-right: auto; }
  .new-to-f45 .img-w-text {
    min-height: inherit; }
  .punchline .threeColSectionContent .trainingDays {
    font-size: 22px;
    line-height: 24px; }
  .punchline .threeColSectionContent h4 {
    font-size: 26px;
    line-height: 28px; }
  .new-to-f45 .img-w-text .text-sec {
    padding-right: 130px; }
  .new-to-f45 .img-w-text .img-sec:before {
    right: 15px; }
  .new-to-f45 .img-w-text:nth-child(2n) .text-sec {
    padding-left: 130px;
    padding-right: 25px; }
  .new-to-f45 .img-w-text:nth-child(2n) .img-sec:before {
    left: 15px; }
  .new-to-f45 .img-w-text .text-sec h2 {
    line-height: 42px; }
  .heading-w-desc {
    display: block;
    width: 100%;
    clear: both; }
  .heading-w-desc .heading {
    display: block;
    margin-bottom: 30px;
    margin-right: 0; }
  .heading-w-desc p {
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
    text-align: center; }
  .heading-w-desc p:after {
    content: none; }
  .bgSecWithSideHeading.hero.innerpage.teamHero {
    padding-top: 200px;
    padding-bottom: 50px; }
  .heading-w-desc p br {
    display: none; }
  .videoContainer video {
    width: 133vw;
    height: 266vw; }
  .site-contact ul li {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    margin: 15px 0; }
  .site-contact ul li:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 2px;
    background: #d6001c;
    top: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    right: auto;
    margin-top: 10px; }
  .exercise-section-content.mb115 {
    margin-bottom: 55px !important; }
  .punchline.text-right .heading:after, .heading:after {
    left: 0;
    right: 0;
    max-width: 50%;
    margin: auto; }
  .heading {
    display: block; } }

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

.agree-check label.error-block {
  border: 1px solid #ef4135;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(239, 65, 53, 0.6); }

.footer .agree-container {
  margin-left: 40px;
  text-align: center; }

.agree-box .agree-input {
  width: 1px;
  height: 1px;
  margin-left: 10px;
  margin-top: 14px; }

.footer .newsletter input {
  margin-bottom: 0; }

.footer .agree-box.control-block {
  width: 330px;
  margin: 0 auto; }

.agree-box.control-block {
  margin-left: 0;
  /*padding: 2px 0 0;*/ }

.agree-box.control-block.error {
  border: 1px solid #ef4135; }

.agree-box.control-block.error:after {
  background: none; }

.agree-input-box {
  float: left;
  width: 25px; }

.footer .checkbox .control-indicator {
  background-size: 20px 40px;
  width: 20px;
  height: 20px; }

.agree-input-box .control-inline {
  padding-top: 0; }

.agree-label-box {
  float: left;
  width: 305px;
  padding: 0px 0 0px 0px; }

.mfp-content .agree-label-box {
  padding-left: 0; }

.mfp-healcode-signup .healcode-signup-form .agree-box .error-block label.error {
  border: 1px solid #ef839c;
  width: 300px;
  margin-left: 0; }

.mfp-healcode-signup .agree-box .error-block:after {
  left: 368px; }

.agree-label-box label {
  font-size: 11px;
  line-height: 1.2;
  font-weight: normal; }

.mfp-container {
  padding-left: unset;
  padding-right: unset; }

#iframe-signup-glofox iframe {
  overflow: scroll;
  min-height: 651px;
  width: 50%;
  margin-lef: 25%; }

.mfp-glofox-signup button.mfp-close {
  margin-right: 20%; }

.form-heading {
  color: #010101;
  font-weight: bold;
  margin-bottom: 0.25rem; }

.mfp-healcode-signup label.error-block.cvv_field:after {
  bottom: -1.8rem; }

.mfp-healcode-signup .code_landing label {
  width: 100%; }

.icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  fill: currentcolor; }

/* 1. Ensure this sits above everything when visible */
.modal {
  position: absolute;
  z-index: 10000;
  /* 1 */
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%; }

.modal.is-visible {
  visibility: visible; }

.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s; }

.modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s; }

.modal-wrapper {
  position: absolute;
  z-index: 9999;
  top: 6em;
  left: 50%;
  width: 32em;
  margin-left: -16em;
  background-color: #fff;
  box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.35); }

.modal-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0; }

.modal.is-visible .modal-transition {
  transform: translateY(0);
  opacity: 1; }

.modal-header,
.modal-content {
  padding: 1em; }

.modal-header {
  position: relative;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid #e8e8e8; }

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  color: #aaa;
  background: none;
  border: 0; }

.semantic-content .modal-close {
  position: static;
  padding: 0; }

.modal-close:hover {
  color: #777; }

.modal-heading {
  font-size: 1.125em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.modal-content > *:first-child {
  margin-top: 0; }

.modal-content > *:last-child {
  margin-bottom: 0; }

.iti-mobile .intl-tel-input.iti-container {
  z-index: 99999999; }

.agree-label-box label {
  font-size: 14px;
  padding: 8px 0px 0px 15px; }

.liability-waiver {
  max-height: 427px !important;
  overflow: auto; }

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
  .agree-label-box {
    width: 100% !important; } }

@media screen and (max-width: 767px) {
  .footer .agree-container {
    margin-left: 0px; }
  .new-to-f45 .img-w-text .text-sec h2 {
    font-size: 30px; } }

@media screen and (max-width: 480px) {
  .mfp-healcode-signup.mfp-wrap .mfp-content {
    max-width: calc(100% - 20px); }
  .punchline .threeColSectionContent .col {
    max-width: 90%;
    margin: 0 auto 30px; }
  .stay-update h4 {
    padding: 0 20px 10px;
    display: block;
    margin-bottom: 0; }
  .exercise-section-content.mb115 {
    margin-bottom: 50px !important; }
  .card {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 6%;
    margin-right: 0; }
  .class-section .heading:after {
    right: 0; } }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?j3eedo");
  src: url("../fonts/icomoon.eot?j3eedo#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?j3eedo") format("truetype"), url("../fonts/icomoon.woff?j3eedo") format("woff"), url("../fonts/icomoon.svg?j3eedo#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change ../fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-video-icon:before {
  content: "\e900";
  color: #fff; }

/* HERO SECTION */
.hero {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  position: relative; }
  .hero.login-block p {
    border-bottom: 1px solid #211551;
    padding-bottom: 20px;
    margin-bottom: 20px; }
  .hero .heading-box {
    max-width: 354px;
    text-transform: uppercase;
    background: #fff;
    padding: 30px 18px;
    margin-bottom: 0; }
    .hero .heading-box .form {
      text-transform: none;
      text-align: left; }
    .hero .heading-box.heading-box-sm {
      max-width: 285px; }
    .hero .heading-box.right {
      float: right; }
      .hero .heading-box.right h1:after, .hero .heading-box.right h2:after, .hero .heading-box.right h3:after {
        left: 70%;
        right: auto; }
    .hero .heading-box h1, .hero .heading-box h2, .hero .heading-box h3 {
      border-bottom: 1px solid #211551;
      line-height: 0.85em;
      letter-spacing: 0;
      position: relative;
      padding-bottom: 20px;
      margin-bottom: 20px;
      padding-top: 15px;
      font-size: 50px; }
      .hero .heading-box h1:after, .hero .heading-box h2:after, .hero .heading-box h3:after {
        position: absolute;
        right: 80%;
        top: -10px;
        width: 1000%;
        height: 5px;
        background: #d6001c;
        content: ""; }
    .hero .heading-box p {
      font-size: 11px;
      color: #211551;
      line-height: 20px;
      letter-spacing: 0px;
      padding-bottom: 25px; }
      .hero .heading-box p a {
        color: inherit; }
    .hero .heading-box ul {
      padding-left: 0;
      list-style: none;
      margin: 0 -18px -30px; }
      .hero .heading-box ul li {
        font-size: 20px;
        font-family: "Gotham", Helvetica, Arial, sans-serif;
        font-weight: 900;
        display: block; }
        html[lang="cs-CZ"] .hero .heading-box ul li {
          font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
        html[lang="ru-RU"] .hero .heading-box ul li {
          font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
        html[lang="hr"] .hero .heading-box ul li {
          font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
        html[lang="pl-PL"] .hero .heading-box ul li {
          font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
        .hero .heading-box ul li a {
          display: block;
          padding: 24px 18px;
          color: #211551;
          position: relative;
          -webkit-transition: all .35s ease;
          transition: all .35s ease; }
          .hero .heading-box ul li a i {
            position: absolute;
            font-size: 28px;
            right: 20px;
            top: 50%;
            transform: translateY(-50%); }
          .hero .heading-box ul li a:hover {
            color: #fff;
            letter-spacing: 0px;
            background: #d6001c; }
        .hero .heading-box ul li.item-hightlight {
          color: #fff;
          letter-spacing: 0px;
          background: #d6001c; }
          .hero .heading-box ul li.item-hightlight a {
            color: white; }
            .hero .heading-box ul li.item-hightlight a:before {
              background: transparent;
              /*display: none;*/
              height: 0; }
          .hero .heading-box ul li.item-hightlight + li a:before {
            background: transparent;
            /*display: none;*/
            height: 0; }
        .hero .heading-box ul li:hover + li a:before {
          background: transparent;
          /*display: none;*/
          height: 0; }
        .hero .heading-box ul li a:before {
          position: absolute;
          top: 0;
          left: 18px;
          width: calc(100% - 36px);
          background: #000;
          height: 1px;
          content: "";
          -webkit-transition: all 0.35s ease;
          transition: all 0.35s ease; }
        .hero .heading-box ul li:hover a:after {
          right: 7px; }
        .hero .heading-box ul li:hover a:before {
          background: #d6001c; }
    .hero .heading-box .heading-inner {
      padding: 30px 18px 0; }
    .hero .heading-box.right .vertical-logo:after {
      right: auto;
      left: 70%; }
    .hero .heading-box .vertical-logo {
      position: relative;
      text-align: center;
      margin-bottom: 20px;
      border-bottom: 1px solid #211551;
      padding-bottom: 10px; }
      .hero .heading-box .vertical-logo:after {
        position: absolute;
        right: 85%;
        top: 25px;
        width: 1000%;
        height: 5px;
        background: #d6001c;
        content: ""; }
      .hero .heading-box .vertical-logo img {
        width: 170px; }
  .hero .videoContent {
    position: relative;
    padding-bottom: 650px;
    z-index: -1;
    height: 100%; }
  .hero .hero-video-wrapper,
  .hero .videoContent .background-video {
    -moz-transform: skew(0deg, 0deg);
    -webkit-transform: skew(0deg, 0deg);
    -o-transform: skew(0deg, 0deg);
    -ms-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
    padding: 0;
    margin: 0; }
  .hero .action-buttons.d-flex {
    align-items: center; }
  .hero.hero-image {
    padding-bottom: 260px;
    padding-top: 60px; }
  .hero.hero-video {
    position: relative; }
    .hero.hero-video .background-video {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
    .hero.hero-video iframe {
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 100%;
      left: 50%;
      top: 50%;
      border: 0;
      transform: translate(-50%, -50%); }
    .hero.hero-video .container {
      position: absolute;
      top: 0;
      max-width: 1340px;
      left: 0;
      right: 0;
      width: 100%;
      padding: 60px 0px; }
  .hero.hero-location .heading-box p {
    font-size: 10px;
    position: relative;
    padding-left: 25px;
    line-height: 17px; }
    .hero.hero-location .heading-box p .icon {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 17px;
      height: auto; }
    .hero.hero-location .heading-box p:after {
      display: none !important; }
    .hero.hero-location .heading-box p a {
      display: block;
      color: #211551; }
      .hero.hero-location .heading-box p a:hover {
        color: #d6001c; }
  .hero .container {
    position: relative; }
  .hero.hero-gallery {
    display: block; }
    .hero.hero-gallery .hero-gallery-container {
      margin-bottom: 0; }
      .hero.hero-gallery .hero-gallery-container .slick-slide img {
        min-width: 100vw;
        min-height: 600px;
        max-height: calc(100vh - 200px);
        object-fit: cover; }
        @media screen and (max-width: 767px) {
          .hero.hero-gallery .hero-gallery-container .slick-slide img {
            min-height: calc(100vh - 72px); } }
        @media screen and (max-width: 374px) {
          .hero.hero-gallery .hero-gallery-container .slick-slide img {
            min-height: calc(100vh - 64px); } }
      .hero.hero-gallery .hero-gallery-container .slick-dots {
        text-align: right;
        margin-top: -60px;
        margin-bottom: 40px;
        margin-left: auto;
        margin-right: auto;
        padding-right: 15px; }
    .hero.hero-gallery .container-gallery {
      position: unset; }
      @media screen and (min-width: 768px) {
        .hero.hero-gallery .container-gallery .heading-box {
          position: absolute;
          top: 20px; } }
      @media screen and (min-width: 1400px) {
        .hero.hero-gallery .container-gallery .heading-box {
          position: absolute;
          top: 100px; } }
    @media screen and (max-width: 767px) {
      .hero.hero-gallery .container-gallery {
        position: absolute;
        z-index: 100;
        bottom: 60px;
        left: 50%;
        transform: translate(-50%, 0); } }

.hero--secondary__slide {
  color: white;
  position: relative;
  min-height: calc(100vh - 108px);
  overflow: hidden;
  padding: 50px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center; }
  .hero--secondary__slide.bottom {
    align-items: flex-end; }
  .hero--secondary__slide.top {
    align-items: flex-start; }

.hero--secondary__logo {
  max-width: 80px;
  margin-bottom: 20px; }

.hero--secondary__text {
  line-height: 1.5; }

.hero--secondary .popup-youtube {
  margin-top: 25px;
  color: white;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  align-items: center; }
  .hero--secondary .popup-youtube i {
    font-size: 46px;
    color: inherit;
    margin: 0 15px 0 0; }

.hero--secondary__title {
  font-weight: 700;
  line-height: 1.3;
  color: inherit;
  position: relative;
  padding-top: 25px; }
  .hero--secondary__title:before {
    content: "";
    top: 0;
    position: absolute;
    left: 0;
    height: 3px;
    width: 25px;
    background: #d6001c;
    display: block; }

.hero--secondary__bg {
  background-position: center;
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background-size: cover; }
  .hero--secondary__bg.gradient-blue:after {
    background: url(../images/bg-signup.png) no-repeat;
    background-size: cover;
    width: 100%; }
  .hero--secondary__bg:after {
    width: 60%;
    content: "";
    top: 0;
    height: 100%;
    position: absolute;
    left: 0;
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #000000 100%); }

.hero--secondary .container {
  position: relative;
  z-index: 1; }

@media screen and (min-width: 1200px) {
  .hero--secondary__text {
    max-width: 80%; }
  .hero--secondary__item {
    max-width: 50%; } }

@media screen and (min-width: 768px) {
  .hero--secondary__bg {
    min-height: 760px; }
  .hero--secondary__title {
    font-size: 40px;
    margin: 0 0 30px; }
  .hero--secondary__logo {
    max-width: 220px;
    margin-bottom: 60px; }
  .hero--secondary .popup-youtube {
    margin-top: 45px; }
    .hero--secondary .popup-youtube i {
      font-size: 66px; } }

.hero--third {
  background: #F4F4F4; }
  .hero--third .hero--secondary__title {
    color: #211551; }
  .hero--third .hero--secondary__slide {
    color: #211551;
    min-height: 600px;
    padding: 80px 0 0;
    display: block; }
    @media (min-width: 1921px) {
      .hero--third .hero--secondary__slide {
        max-width: 1920px;
        margin: auto; } }
  .hero--third .popup-youtube {
    color: #d6001c;
    font-weight: bold; }
    .hero--third .popup-youtube:hover {
      color: #211551; }
    .hero--third .popup-youtube i:before {
      color: inherit; }
  .hero--third .col-md-6 {
    margin-bottom: 3rem; }
  @media screen and (min-width: 768px) {
    .hero--third .col-md-6 {
      max-width: 40%;
      margin-bottom: 0; }
    .hero--third .hero--secondary__slide {
      display: flex;
      padding: 80px 0; }
    .hero--third .hero--secondary--img {
      position: absolute;
      height: 100%;
      display: flex;
      top: 0;
      right: 0;
      width: 57%; }
      .hero--third .hero--secondary--img img {
        object-fit: cover;
        flex: 1; } }

@media only screen and (max-width: 1300px) {
  .hero.hero-image {
    padding-bottom: 60px; }
  .hero.hero-video .container {
    padding: 60px 30px; } }

@media screen and (max-width: 767px) {
  .hero {
    min-height: 500px;
    padding-top: 50px;
    display: flex;
    padding-bottom: 50px;
    align-items: flex-end; }
    .hero:after {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-image: linear-gradient(-180deg, rgba(33, 21, 81, 0) -20%, #211551 100%); }
    .hero .heading-box {
      background: none;
      text-align: center;
      padding: 0;
      margin: auto;
      max-width: none;
      float: none !important; }
      .hero .heading-box .form {
        color: white; }
        .hero .heading-box .form label, .hero .heading-box .form a {
          color: inherit; }
      .hero .heading-box .vertical-logo {
        border: none;
        padding-bottom: 0; }
        .hero .heading-box .vertical-logo:after {
          display: none; }
      .hero .heading-box h1, .hero .heading-box h2, .hero .heading-box h3 {
        font-size: 36px;
        color: white;
        border: none; }
        .hero .heading-box h1:after, .hero .heading-box h2:after, .hero .heading-box h3:after {
          display: none; }
      .hero .heading-box p {
        font-weight: bold;
        font-size: 16px;
        border: none;
        color: white; }
      .hero .heading-box ul, .hero .heading-box p {
        margin: auto;
        max-width: 280px; }
      .hero .heading-box ul li {
        font-size: 16px; }
        .hero .heading-box ul li:not(.item-hightlight) {
          background: white; }
        .hero .heading-box ul li + li {
          margin-top: 10px; }
        .hero .heading-box ul li a {
          padding: 17px 18px; }
          .hero .heading-box ul li a:before {
            display: none; }
    .hero.hero-image {
      padding-bottom: 40px;
      padding-top: 60px; }
    .hero.hero-video {
      display: block;
      padding: 0; }
      .hero.hero-video .container {
        top: auto;
        bottom: 40px;
        padding: 0; }
      .hero.hero-video .videoContent {
        padding-bottom: 520px; }
    .hero.hero-location .container {
      position: static; }
      .hero.hero-location .container .heading-box {
        padding: 20px; }
        .hero.hero-location .container .heading-box p {
          text-align: left; }
        .hero.hero-location .container .heading-box p, .hero.hero-location .container .heading-box h1, .hero.hero-location .container .heading-box h2, .hero.hero-location .container .heading-box h3 {
          color: #4a4a4a; }
          .hero.hero-location .container .heading-box p a, .hero.hero-location .container .heading-box h1 a, .hero.hero-location .container .heading-box h2 a, .hero.hero-location .container .heading-box h3 a {
            word-break: break-all;
            color: inherit; }
    .hero.hero-location:after {
      display: none; }
    .hero .hero-video-wrapper {
      padding: 0;
      margin: 0; }
    .hero .container {
      z-index: 2; }
  .hero--third .hero--secondary__slide {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 0;
    min-height: auto; }
    .hero--third .hero--secondary__slide > .container {
      padding-top: 3rem; } }

.heading-box-no-line hr, .heading-box-no-line h1:after, .heading-box-no-line h2:after, .heading-box-no-line h3:after {
  display: none; }

/* HERO SECTION ENDS */
html[lang="sl-SI"] .hero .heading-box.heading-box-sm {
  max-width: 312px; }

.hero-video-wrapper .background-video-jwplayer div {
  overflow: initial !important;
  padding: 0 !important;
  position: static !important; }

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

@media (min-width: 768px) {
  .d-md-block {
    display: block !important; }
  .d-md-none {
    display: none !important; } }

@media (min-width: 1260px) {
  .d-lg-block {
    display: block !important; } }

.hero-carousel {
  position: relative;
  padding-top: 0;
  padding-bottom: 0; }
  .hero-carousel .swiper-wrapper {
    height: 500px; }
    .hero-carousel .swiper-wrapper .swiper-slide .divider {
      display: none;
      background: #7a93dc;
      position: absolute;
      left: 0;
      top: 80px;
      height: 5px;
      z-index: 4; }
    @media (min-width: 768px) {
      .hero-carousel .swiper-wrapper {
        height: 650px; }
        .hero-carousel .swiper-wrapper .divider {
          display: block !important; } }
    @media (min-width: 1300px) {
      .hero-carousel .swiper-wrapper {
        height: 600px; } }
    @media (min-width: 1700px) {
      .hero-carousel .swiper-wrapper {
        height: 800px; } }
  .hero-carousel .hero__video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
    display: none; }
    @media (min-width: 768px) {
      .hero-carousel .hero__video {
        display: flex !important; } }
    .hero-carousel .hero__video iframe {
      position: absolute;
      left: auto;
      right: auto;
      top: auto;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transform: scale(1.6); }
  .hero-carousel .container-gallery {
    position: absolute !important;
    top: 0;
    max-width: 1340px;
    left: 0;
    right: 0;
    width: 100%;
    padding-top: 60px; }
    .hero-carousel .container-gallery .heading-box {
      position: absolute !important;
      z-index: 2; }
      .hero-carousel .container-gallery .heading-box h2:after {
        display: none; }
  .hero-carousel img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
    @media (min-width: 768px) {
      .hero-carousel img {
        filter: unset; } }
  .hero-carousel .img-filter {
    filter: brightness(0.5); }

/* HERO TRIAL SECTION */
.hero-trial {
  overflow: hidden;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }
  .hero-trial .hero-intro {
    color: white;
    padding: 0 40px 0 0; }
    .hero-trial .hero-intro .video-play-btn {
      display: flex;
      align-items: center;
      padding-top: 35px; }
      .hero-trial .hero-intro .video-play-btn .play-btn-txt {
        padding-left: 25px;
        font-size: 38px;
        text-transform: uppercase;
        font-weight: bold;
        text-align: left;
        font-family: "Gotham condensed", Helvetica, Arial, sans-serif; }
      .hero-trial .hero-intro .video-play-btn button {
        width: 110px;
        height: 110px;
        background-color: #ffffff;
        border-radius: 50%;
        position: relative;
        box-shadow: 0 12px 18px 0 rgba(0, 0, 0, 0.5);
        transition: opacity 0.25s ease-in-out;
        padding: 0;
        border: 0; }
        .hero-trial .hero-intro .video-play-btn button:after {
          content: '';
          border-top: 20px solid transparent;
          border-bottom: 20px solid transparent;
          border-left: 34px solid #d6001c;
          margin-left: 4px;
          position: absolute;
          top: 50%;
          transform: translate(-50%, -50%);
          left: 50%; }
    .hero-trial .hero-intro h1 {
      color: white;
      font-weight: 900; }
  .hero-trial .container {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    min-height: 100vh; }
    .hero-trial .container:after, .hero-trial .container:before {
      display: none; }
  .hero-trial .hero-form {
    background: white;
    padding: 30px; }
  .hero-trial .heading-box {
    width: 450px;
    padding: 0px;
    margin-top: 20px;
    background: white; }
    .hero-trial .heading-box h2:after {
      position: absolute;
      top: -10px;
      width: 1000%;
      height: 5px;
      content: "";
      background: #d6001c;
      left: 70%;
      right: auto; }
    .hero-trial .heading-box p {
      margin-bottom: 25px; }
    .hero-trial .heading-box .h4 {
      text-transform: uppercase; }
    .hero-trial .heading-box h2 {
      position: relative;
      font-size: 50px;
      letter-spacing: 0; }
  .hero-trial .img-bg {
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%; }
    .hero-trial .img-bg:after {
      content: '';
      background-color: rgba(55, 60, 116, 0.6);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      /*z-index: 2;*/
      height: 100%; }
  .hero-trial .img-bg-trial:after {
    display: none; }
  .hero-trial .hero-video-wrapper {
    transform: skew(0deg, 0deg);
    padding: 0;
    margin: 0; }

.hero-form-container .heading-box a {
  color: #d6001c; }

.hero-form-container .heading-box h2 {
  border: none;
  padding-bottom: 0; }

.hero-form-container .heading-box .h4 {
  font-size: 16px; }

.hero-form-container .heading-box span.control-indicator.error {
  border: 1px solid #d6001c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(214, 0, 28, 0.6) !important; }

.thanks.message {
  margin: 20px 0 0;
  text-align: center;
  color: #d6001c !important; }

.hero-trial-challenge iframe {
  max-width: 100% !important; }

.hero-trial-challenge .background-video iframe {
  max-width: none !important;
  border: none; }

.hero-trial-challenge .container .img-bg {
  background-size: contain;
  height: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  width: 100%;
  left: auto;
  right: 0px;
  z-index: -1; }
  .hero-trial-challenge .container .img-bg:after {
    display: none; }

.hero-trial-challenge .hero-intro, .hero-trial-challenge .video-play-btn {
  color: #211551; }
  .hero-trial-challenge .hero-intro h1, .hero-trial-challenge .video-play-btn h1 {
    color: inherit; }

.hero-trial-challenge .hero-intro-image {
  max-width: 110px;
  margin-bottom: 25px; }

.hero-trial-challenge .hero-intro ul {
  font-size: 14px; }
  .hero-trial-challenge .hero-intro ul li + li {
    margin-top: 5px; }

.hero-trial-challenge .heading-box {
  border: 5px solid #d6001c; }

.hero-trial-challenge.hero-video .img-bg-trial.mobile-image {
  display: none !important; }
  @media screen and (max-width: 992px) {
    .hero-trial-challenge.hero-video .img-bg-trial.mobile-image {
      display: block !important; } }

@media (max-width: 1200px) {
  .hero-trial-challenge .img-bg-trial {
    display: none; }
  .hero-trial-challenge .container .img-bg {
    display: none; } }

.hero-trial-challenge.hero-video .background-video {
  opacity: 0.5; }

.hero-trial-challenge.hero-video .hero-video-wrapper.fill-background {
  background-color: #211551; }

@media screen and (max-width: 991px) {
  .hero-trial-challenge .mobile-image {
    display: block; } }

.hero-trial-challenge.white-text .hero-intro, .hero-trial-challenge.white-text .video-play-btn {
  color: #fff; }

.f45-studio-list.ui-autocomplete {
  list-style: none;
  max-height: 300px;
  overflow: auto;
  background: white;
  width: 100% !important;
  max-width: 316px !important;
  z-index: 999;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  padding: 10px 0;
  width: 100%; }
  .f45-studio-list.ui-autocomplete li {
    padding: 8px 20px; }
    .f45-studio-list.ui-autocomplete li:hover {
      background: #d6001c;
      color: white; }

.white-popup-block {
  position: relative; }

@media (min-width: 768px) and (max-height: 800px) {
  .hero-trial .heading-box {
    margin-top: 40px; } }

@media screen and (min-width: 768px) {
  .hero-trial .heading-box {
    min-width: 450px; }
  .hero-trial .hero-intro {
    width: calc(100% - 450px); }
  .hero-form-container .hero-intro, .hero-form-container .hero-form {
    flex: 1; } }

@media screen and (max-width: 992px) {
  .hero-trial .hero-intro {
    padding: 0 40px  30px 0; }
    .hero-trial .hero-intro .video-play-btn .play-btn-txt {
      font-size: 26px; }
    .hero-trial .hero-intro .video-play-btn {
      justify-content: flex-start;
      padding-top: 25px; }
      .hero-trial .hero-intro .video-play-btn .play-btn {
        width: 60px;
        height: 60px; }
      .hero-trial .hero-intro .video-play-btn button:after {
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        border-left: 19px solid #d6001c; } }

@media screen and (max-width: 767px) {
  .navbar-fix-top + .hero-trial {
    padding-top: 70px !important; }
  .hero-trial.hero-form-container {
    padding-top: 110px;
    background: white; }
  .hero-trial .img-bg {
    height: 570px; }
  .hero-trial .hero-form {
    padding: 25px 20px 20px;
    color: #211551; }
    .hero-trial .hero-form .heading-box .hero-form p, .hero-trial .hero-form .heading-box .hero-form h2 {
      color: #211551; }
  .hero-trial:after, .hero-trial .heading-box h2:after {
    display: none; }
  .hero-video.hero .container {
    top: auto;
    bottom: 40px;
    padding: 0; }
  .hero-trial {
    padding-top: 110px;
    padding-bottom: 40px;
    background-color: white;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .hero-trial .container {
      display: flex;
      flex-wrap: wrap;
      flex-direction: column-reverse;
      height: auto; }
    .hero-trial .hero-intro {
      color: inherit; }
      .hero-trial .hero-intro h1 {
        color: inherit; }
    .hero-trial .img-bg {
      height: 570px; }
    .hero-trial .heading-box {
      width: 100%;
      min-width: 0;
      margin-top: 0;
      box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
      margin-bottom: 30px; }
      .hero-trial .heading-box .white-popup-block {
        padding: 25px 20px; }
      .hero-trial .heading-box p {
        font-size: 16px;
        margin-bottom: 10px;
        padding-bottom: 0; }
      .hero-trial .heading-box h2 {
        font-size: 40px;
        margin-bottom: 10px; }
      .hero-trial .heading-box .form-group {
        margin: 0 0 15px; }
      .hero-trial .heading-box .intl-tel-input input {
        padding-left: 52px !important; }
      .hero-trial .heading-box .form-control.input-lg {
        font-size: 16px;
        height: 50px;
        padding: 5px 18px; }
      .hero-trial .heading-box.right {
        float: none; }
      .hero-trial .heading-box iframe {
        width: 100% !important;
        max-height: none !important;
        height: 100%;
        min-height: 740px !important; } }

/* HERO TRAIL SECTION ENDS */
.accordion {
  border-top: 1px solid rgba(173, 174, 186, 0.4);
  margin-bottom: 3.125rem;
  list-style-type: none;
  background: #fff;
  border-radius: 2px;
  margin-left: 0;
  padding: 0; }
  .accordion .accordion-item {
    border-bottom: 1px solid rgba(173, 174, 186, 0.4); }
    .accordion .accordion-item.is-active .accordion-title {
      color: #888992; }
  .accordion .accordion-title {
    display: block;
    padding: 1.875rem 0;
    color: #454b93;
    position: relative;
    font-size: 1.0625rem;
    font-weight: 600;
    border: none;
    line-height: inherit;
    transition: color 0.25s ease-in-out; }
    .accordion .accordion-title:hover, .accordion .accordion-title:focus {
      color: #888992;
      background-color: rgba(0, 0, 0, 0); }
  .accordion .accordion-content {
    padding: 0 0;
    display: none;
    border-bottom: none;
    background-color: #fff; }
    .accordion .accordion-content p, .accordion .accordion-content ul, .accordion .accordion-content ol {
      margin-bottom: 20px;
      font-size: 15px;
      padding: 0; }
    .accordion .accordion-content a {
      color: #106fd8; }

.studio-accordion {
  text-align: left; }
  .studio-accordion .studio-accordion__heading {
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 0.0625rem solid #ccc;
    padding: 0.75rem 0.3125rem; }
  .studio-accordion .studio-accordion__body {
    display: none; }
    .studio-accordion .studio-accordion__body .coming-soon .opening-text, .studio-accordion .studio-accordion__body .coming-soon .opening-date {
      font-size: .675rem;
      color: #333; }
    .studio-accordion .studio-accordion__body.active {
      display: block; }

.block-text ul li {
  float: left;
  width: 50%;
  color: #4a4a4a;
  margin: 5px 0; }

.block-text .title {
  width: 50%;
  margin: 25px 0 0 0;
  text-align: right;
  text-transform: uppercase;
  padding: 0 40px 20px 0px;
  border-bottom: 4px solid #d6001c;
  font-weight: bold;
  font-size: 22px; }

.block-text ul {
  overflow: hidden;
  list-style: none;
  padding: 0; }
  .block-text ul li a {
    color: inherit; }

@media screen and (max-width: 767px) {
  .block-text ul li {
    float: none;
    width: 100%;
    text-align: center;
    margin: 10px 0; }
    .block-text ul li:after {
      display: none; }
  .block-text .title {
    text-align: center;
    padding: 0;
    margin: 0 auto 20px;
    border: none;
    position: relative; }
    .block-text .title:after {
      content: "";
      width: 3px;
      height: 80px;
      background: #d6001c;
      position: absolute;
      left: 50%;
      margin-left: -2px;
      top: -100px;
      bottom: auto; } }

.block-amenities-content li {
  margin: 0 0 9px; }

@media screen and (min-width: 768px) {
  .block-amenities-content ul {
    display: flex;
    flex-wrap: wrap; }
  .block-amenities-content li {
    width: 33.333%;
    max-width: 33.3333%;
    flex: 0 0 33.33333%; } }

/* THREE COL SECTION */
.threeColSection {
  overflow: hidden; }
  .threeColSection .btn.btn-center {
    display: block; }

.dark-section {
  background-color: rgba(0, 0, 0, 0.04) !important; }

.threeColSectionContent {
  padding: 0 50px 50px; }
  .threeColSectionContent h4 {
    margin-bottom: 0px;
    padding-bottom: 30px; }

.col-img {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: #d6001c;
  display: block;
  margin: 0 auto 20px;
  position: relative; }
  .col-img.dark {
    background: #211551; }
  .col-img img {
    max-width: 58%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto; }

.icon-list-text {
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 0;
  padding-bottom: 30px;
  font-weight: 300;
  font-family: "Gotham", Helvetica, Arial, sans-serif; }
  html[lang="cs-CZ"] .icon-list-text {
    font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
  html[lang="ru-RU"] .icon-list-text {
    font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
  html[lang="hr"] .icon-list-text {
    font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
  html[lang="pl-PL"] .icon-list-text {
    font-family: "Gotham Book", Helvetica, Arial, sans-serif; }

@media screen and (min-width: 768px) {
  .threeColSectionContent {
    padding-bottom: 0; }
    .threeColSectionContent .col {
      width: 33.33333%;
      flex-basis: inherit;
      margin-top: 30px;
      padding: 0 20px; }
    .threeColSectionContent + .btn {
      margin-top: 50px; }
  .four-col-section .threeColSectionContent .col {
    width: 25%; } }

@media only screen and (max-width: 1370px) {
  .threeColSectionContent {
    padding: 0 25px 30px; } }

@media screen and (max-width: 992px) {
  .threeColSectionContent {
    padding: 0 0px 0px; }
  .threeColSection.padd-tb-90 {
    padding-top: 80px !important;
    padding-bottom: 80px !important; } }

@media screen and (max-width: 767px) {
  .threeColSection {
    text-align: center; }
    .threeColSection .heading + p {
      margin-bottom: 30px; }
    .threeColSection.padd-tb-90 {
      padding-top: 50px !important;
      padding-bottom: 50px !important; }
    .threeColSection .col {
      max-width: 80%;
      margin: 0 auto 30px; }
  .icon-list-text {
    font-size: 18px;
    line-height: 30px; } }

.member {
  padding: 30px 15px;
  position: relative;
  text-align: center;
  cursor: pointer; }
  .member:hover .member-info {
    opacity: 1;
    visibility: visible; }
  @media screen and (min-width: 768px) {
    .member .member-image {
      background-size: cover;
      background-position: top center;
      background-repeat: no-repeat;
      height: 450px;
      overflow: hidden; }
      .member .member-image > img {
        opacity: 0;
        visibility: hidden; } }
  @media screen and (max-width: 767px) {
    .member .member-image {
      background: none !important; } }

.member-info {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 20px;
  transition: all 0.3s linear;
  background: rgba(255, 255, 255, 0.8); }
  .member-info .position {
    margin: 0 0 12px; }
  .member-info .name {
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
    font-size: 40px; }
    .member-info .name a {
      color: inherit; }

.member-social {
  margin: 0 0 40px; }
  .member-social a {
    color: #211551;
    font-size: 24px;
    margin: 0 5px; }
    .member-social a:hover {
      color: #d6001c; }

.member-info .name:after {
  content: "";
  height: 4px;
  background: #d6001c;
  width: 60px;
  bottom: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%); }

#mindbody_membership_options {
  padding-left: 20px;
  padding-right: 20px; }

.recommend-text {
  background: #f5f5f5;
  padding: 12px 12px;
  font-weight: bold;
  font-size: 11px;
  display: inline-block;
  color: #211551;
  margin: 0; }

.purchase-plan .link-decoration {
  color: inherit; }

.table-div {
  color: #181A35;
  margin: 40px 0; }
  .table-div + .action-buttons {
    margin-top: 80px; }
  .table-div .table-heading {
    font-size: 20px;
    color: #181A35;
    font-weight: bold;
    font-family: "Gotham", Helvetica, Arial, sans-serif; }
    html[lang="cs-CZ"] .table-div .table-heading {
      font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
    html[lang="ru-RU"] .table-div .table-heading {
      font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
    html[lang="hr"] .table-div .table-heading {
      font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
    html[lang="pl-PL"] .table-div .table-heading {
      font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
  .table-div .table-body {
    margin: 20px 0;
    padding: 10px 0;
    border-top: 1px solid #979797;
    border-bottom: 1px solid #979797; }
  .table-div .d-flex {
    margin: 10px 0; }
  .table-div .left {
    flex: 1;
    font-family: "Gotham", Helvetica, Arial, sans-serif;
    padding-right: 20px;
    font-weight: bold; }
    html[lang="cs-CZ"] .table-div .left {
      font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
    html[lang="ru-RU"] .table-div .left {
      font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
    html[lang="hr"] .table-div .left {
      font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
    html[lang="pl-PL"] .table-div .left {
      font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
  .table-div .right {
    text-align: right; }

.membership_options .d-flex {
  color: #211551;
  margin-bottom: 0 !important;
  padding: 18px 12px;
  cursor: pointer; }
  .membership_options .d-flex:hover {
    background: #f5f5f5; }
  .membership_options .d-flex .text {
    padding-right: 20px; }
  .membership_options .d-flex .text, .membership_options .d-flex .text + div {
    line-height: 1.6; }
  .membership_options .d-flex .price {
    text-align: right; }
    .membership_options .d-flex .price strong {
      font-family: "Gotham", Helvetica, Arial, sans-serif; }
      html[lang="cs-CZ"] .membership_options .d-flex .price strong {
        font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
      html[lang="ru-RU"] .membership_options .d-flex .price strong {
        font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
      html[lang="hr"] .membership_options .d-flex .price strong {
        font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
      html[lang="pl-PL"] .membership_options .d-flex .price strong {
        font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
  .membership_options .d-flex .sub-text {
    color: #7F7F7F;
    font-size: 12px;
    display: block; }
  .membership_options .d-flex.first-item {
    background: #f5f5f5; }
  .membership_options .d-flex .btn {
    margin-left: 10px;
    border-radius: 5px;
    min-width: 140px;
    padding-right: 15px;
    padding-left: 15px; }

@media screen and (max-width: 767px) {
  .member {
    padding: 0 5px; }
  .member-info {
    padding: 20px 10px; }
    .member-info .name {
      font-size: 18px; }
  .member-social {
    margin: 0 0 10px; } }

.our-team.editable {
  padding: 30px 0; }
  .our-team.editable .member {
    padding: 10px 0px; }
  .our-team.editable .three-col {
    margin: 0 -15px; }
  .our-team.editable .member-image {
    border: 1px solid #DADADA;
    position: relative; }
  .our-team.editable .member-info {
    height: 100%;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

.mb-15 {
  margin-bottom: 15px; }

.form-modal-content {
  padding: 30px 0; }

.modal-form.white-popup {
  border-radius: 5px;
  padding: 30px; }
  .modal-form.white-popup .mfp-close {
    top: 15px;
    right: 15px; }

.form-modal-heading {
  font-weight: bold;
  font-size: 16px;
  color: #0C0033;
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 3px solid rgba(24, 26, 53, 0.1); }
  html[lang="cs-CZ"] .form-modal-heading {
    font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
  html[lang="ru-RU"] .form-modal-heading {
    font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
  html[lang="hr"] .form-modal-heading {
    font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
  html[lang="pl-PL"] .form-modal-heading {
    font-family: "Gotham Book", Helvetica, Arial, sans-serif; }

.input-file-container {
  position: relative;
  cursor: pointer;
  text-align: right; }
  .input-file-container input[type="text"] {
    padding-right: 80px;
    opacity: 1; }
  .input-file-container button {
    font-size: 16px;
    padding: 0;
    border: none !important;
    height: auto;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%); }
  .input-file-container input[type="file"] {
    cursor: pointer;
    opacity: 0;
    width: 80px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1; }

.font-12 {
  font-size: 12px; }

.add-able {
  color: #211551; }

.remove-able {
  position: relative; }
  .remove-able .remove-field {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #211551;
    font-size: 30px; }

.link-decoration {
  text-decoration: underline; }
  .link-decoration:hover {
    text-decoration: none;
    cursor: pointer; }

.block-tpl {
  padding: 30px 0; }

.group-form {
  margin: 0 0 20px; }
  .group-form .group-grey {
    padding: 20px;
    background: #F6F6F6; }
    .group-form .group-grey .form-group:last-child {
      margin-bottom: 5px; }
  .group-form legend {
    margin: 0 0 10px; }

.actions {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
  cursor: pointer; }
  .actions a {
    float: left; }
    .actions a + a {
      margin-left: 4px; }

.remove-btn, .actions a, .remove-photo {
  width: 24px;
  height: 24px;
  line-height: 24px;
  display: block;
  border-radius: 50%;
  text-align: center;
  color: white;
  transition: opacity 0.2s linear;
  background: #211551; }
  .remove-btn:hover, .actions a:hover, .remove-photo:hover {
    opacity: 0.8; }

.remove-photo {
  box-shadow: 0 0 1px 1px white; }

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

.relative {
  position: relative; }

.photo {
  margin: 10px 0; }
  .photo .actions {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2; }

.review-item {
  padding: 15px;
  background: #F7F7F7;
  margin: 15px 0;
  border: 1px solid #DADADA;
  overflow: hidden;
  font-size: 14px; }
  .review-item p, .review-item .name {
    font-family: "Gotham", Helvetica, Arial, sans-serif;
    font-size: inherit;
    font-weight: 700;
    color: #211551;
    padding-right: 80px;
    line-height: 22px;
    max-width: 880px; }
    html[lang="cs-CZ"] .review-item p, html[lang="cs-CZ"] .review-item .name {
      font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
    html[lang="ru-RU"] .review-item p, html[lang="ru-RU"] .review-item .name {
      font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
    html[lang="hr"] .review-item p, html[lang="hr"] .review-item .name {
      font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
    html[lang="pl-PL"] .review-item p, html[lang="pl-PL"] .review-item .name {
      font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
  .review-item .name {
    margin: 0 0 2px; }
  .review-item .address {
    opacity: 0.5; }
  .review-item .image {
    margin-right: 15px;
    max-width: 98px;
    float: left; }
    .review-item .image + div {
      overflow: hidden; }
  @media screen and (max-width: 767px) {
    .review-item .image {
      max-width: 60px; } }

.ui-sortable-helper {
  border-color: #d6001c !important; }

.mb-30 {
  margin-bottom: 30px; }

.challenge {
  float: left;
  width: 100%; }
  .challenge .slider-item {
    position: relative; }
    .challenge .slider-item .container {
      z-index: 2;
      position: relative; }
    .challenge .slider-item.slider-item-light * {
      color: #211551; }
    .challenge .slider-item.slider-item-light .btn-outline {
      border-color: #d6001c; }
      .challenge .slider-item.slider-item-light .btn-outline:hover {
        color: white; }
    .challenge .slider-item * {
      color: #fff; }
    .challenge .slider-item.slick-slide {
      overflow: hidden; }
    .challenge .slider-item h2 {
      text-transform: uppercase;
      padding-bottom: 15px;
      margin-bottom: 40px;
      position: relative; }
      .challenge .slider-item h2:after {
        position: absolute;
        content: "";
        right: auto;
        top: 100%;
        width: 0%;
        height: 5px;
        background: #d6001c;
        left: 70%;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        -webkit-transition-delay: .5s;
        transition-delay: .5s; }
    .challenge .slider-item h3 {
      font-family: "gotham black", "Gotham", Helvetica, Arial, sans-serif;
      font-weight: 900;
      text-transform: uppercase; }
      html[lang="cs-CZ"] .challenge .slider-item h3 {
        font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
      html[lang="ru-RU"] .challenge .slider-item h3 {
        font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
      html[lang="hr"] .challenge .slider-item h3 {
        font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
      html[lang="pl-PL"] .challenge .slider-item h3 {
        font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
    .challenge .slider-item p {
      font-size: 24px;
      line-height: 40px;
      letter-spacing: 0px;
      padding-bottom: 45px; }
    .challenge .slider-item img {
      margin: 0 auto 130px;
      max-width: 400px; }
  .challenge .slider-item h2, .challenge .slider-item p, .challenge .slider-item .btn {
    opacity: 1; }
  .challenge .slick-dots {
    text-align: center;
    padding-left: 0;
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0; }
  @media screen and (min-width: 1024px) {
    .challenge .slider-item h3 {
      font-size: 45px; } }

@media only screen and (max-width: 1370px) {
  .challenge .slider-item p {
    font-size: 22px; } }

@media screen and (max-width: 992px) {
  .challenge .slider-item p {
    padding-bottom: 35px; } }

@media screen and (max-width: 767px) {
  .challenge .slider-item p {
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 30px; }
  .challenge .slider-item.slick-slide {
    background-position: 77% center; } }

@media screen and (max-width: 480px) {
  .challenge .slider-item.slick-slide {
    background-position: 80% center; } }

.agree-label-box a {
  color: #d6001c; }

img#img-loading {
  margin: 10px auto; }

.mt-100 {
  margin-top: 100px; }

.steps {
  position: relative; }
  @media screen and (max-width: 992px) {
    .steps.button-bottom-fixed {
      position: relative; }
      .steps.button-bottom-fixed .action-buttons {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        right: 0; } }
  .steps .form-header {
    padding-top: 15px; }
    @media screen and (min-width: 1024px) {
      .steps .form-header h2 {
        font-size: 45px; } }
    .steps .form-header h2 .price {
      background: #eee;
      color: #211551;
      display: inline-block;
      padding: 4px 10px;
      font-size: 45px;
      margin-right: -30px;
      float: right;
      margin-left: 10px;
      margin-top: -5px; }
    .steps .form-header h2:before, .steps .form-header h2:after {
      clear: both;
      display: table;
      content: "";
      background: none;
      position: static;
      height: auto; }
    @media screen and (max-width: 992px) {
      .steps .form-header h2 {
        font-size: 40px; } }
    @media screen and (max-width: 767px) {
      .steps .form-header h2 .price {
        font-size: 40px;
        margin-right: -20px; } }
  .steps .confirm-tick {
    margin-bottom: 20px; }
  .steps .agree-label-box {
    width: auto; }
  @media screen and (max-width: 992px) {
    .steps {
      min-height: calc(100vh - 98px); }
      .steps .mt-100 {
        margin-top: 0px; } }
  .steps.congratulation_step {
    min-height: 0 !important;
    padding-bottom: 0 !important; }
  .steps .date-field {
    display: flex; }
    .steps .date-field select {
      flex: 1; }
      .steps .date-field select + label {
        margin-left: 5%;
        flex: 1; }
        .steps .date-field select + label input {
          margin-left: 0 !important;
          width: 100% !important; }
    .steps .date-field select + select {
      margin-left: 5%; }
  .steps .back-btn {
    padding-left: 0 !important;
    padding-right: 0 !important;
    color: #211551; }
  .steps .action-buttons {
    display: flex;
    align-items: center; }
    .steps .action-buttons .btn + .btn {
      margin-left: 12px; }

.mfp-content .highlight {
  color: #2A2c5c;
  font-weight: 700;
  font-family: "Gotham", Helvetica, Arial, sans-serif; }

@media screen and (max-width: 767px) {
  .mfp-content .steps .form-header h2 .price {
    margin-right: -30px; } }

.mfp-content .form-heading {
  line-height: 1.4; }

.mfp-content .healcode-signup-form {
  position: relative; }
  .mfp-content .healcode-signup-form .steps .form-header {
    text-align: left; }
    .mfp-content .healcode-signup-form .steps .form-header p {
      color: #4a4a4a;
      line-height: 1.4;
      padding: 0; }
      .mfp-content .healcode-signup-form .steps .form-header p:not(.sub-heading) {
        font-size: 18px; }
  .mfp-content .healcode-signup-form .sub-heading {
    margin-bottom: 30px; }

.mfp-content .add_hide_button a, .mfp-content .resend a {
  color: #1700ee !important;
  font-weight: bold !important; }

@media (max-width: 1025px) {
  .mfp-content .form-heading, .mfp-content action-buttons {
    margin-top: 0 !important; } }

.loading-inner-form {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  color: #211551;
  font-weight: 700; }
  .loading-inner-form div {
    width: 100%;
    line-height: 1.3;
    font-size: 18px; }

.btn.btn-primary {
  transition: all 0.3s ease;
  border-width: 2px; }
  .btn.btn-primary:hover {
    background-color: transparent;
    color: #d6001c;
    border-color: #d6001c; }

.btn-outline-black {
  background: white;
  border-color: #211551;
  color: #211551;
  border-radius: 0;
  border-width: 2px; }
  .btn-outline-black:after, .btn-outline-black:before {
    display: none; }
  .btn-outline-black:hover {
    color: white;
    background-color: #211551;
    border-color: #211551; }

.mfp-healcode-signup .healcode-signup-form .term_step .agree-checkbox {
  padding-left: 40px !important;
  background: none !important;
  border: none !important;
  font-weight: bold !important; }
  @media screen and (max-width: 767px) {
    .mfp-healcode-signup .healcode-signup-form .term_step .agree-checkbox {
      line-height: 1.4; } }
  .mfp-healcode-signup .healcode-signup-form .term_step .agree-checkbox .control-indicator {
    margin: 13px 13px 13px 0px !important; }

.mfp-healcode-signup .steps fieldset {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  font-weight: normal !important; }

@media (min-width: 768px) and (max-width: 992px) {
  .agree-label-box label {
    font-size: 11px !important;
    line-height: unset !important; } }

@media screen and (max-width: 767px) {
  .agree-label-box {
    text-align: left; }
  .agree-label-box label {
    font-size: 11px !important;
    line-height: unset !important;
    font-weight: normal !important; }
  .agree-label-box {
    text-align: left; } }

.teamInfo {
  padding-top: 45px;
  padding-bottom: 35px; }
  .teamInfo .col {
    text-align: left; }
    .teamInfo .col img {
      max-width: 100%;
      margin-bottom: 0;
      max-width: 80%; }
    .teamInfo .col:first-of-type {
      -ms-flex-preferred-size: 269px;
      flex-basis: 269px;
      text-align: center;
      margin-right: 60px;
      border-right: 2px solid #d6001c; }
    .teamInfo .col:last-of-type {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 900px;
      flex: 0 0 900px; }
      .teamInfo .col:last-of-type p {
        font-family: "Gotham", Helvetica, Arial, sans-serif;
        font-weight: 300;
        line-height: 26px;
        padding-bottom: 30px;
        letter-spacing: 0px; }
        html[lang="cs-CZ"] .teamInfo .col:last-of-type p {
          font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
        html[lang="ru-RU"] .teamInfo .col:last-of-type p {
          font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
        html[lang="hr"] .teamInfo .col:last-of-type p {
          font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
        html[lang="pl-PL"] .teamInfo .col:last-of-type p {
          font-family: "Gotham Book", Helvetica, Arial, sans-serif; }

@media only screen and (max-width: 1370px) {
  .teamInfo .col:last-of-type {
    -webkit-box-flex: 99999;
    -ms-flex: 99999;
    flex: 99999; }
  .teamInfo .space-evenly {
    padding-left: 40px;
    padding-right: 40px; } }

@media screen and (max-width: 767px) {
  .teamInfo {
    padding-top: 40px;
    padding-bottom: 0; }
    .teamInfo .col img {
      margin-bottom: 30px; }
    .teamInfo .col:first-of-type {
      margin-right: 0;
      margin-bottom: 30px;
      border: none;
      border-bottom: 2px solid #d6001c; }
    .teamInfo .col:first-of-type,
    .teamInfo .col:last-of-type {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; } }

/* TESTIMONIAL */
.testimonial {
  padding: 70px 0; }
  .testimonial .container {
    max-width: 900px;
    margin: 0 auto; }
  .testimonial .testi-nav {
    max-width: 650px;
    margin: 0 auto 40px;
    overflow: hidden; }
    .testimonial .testi-nav .slick-dots,
    .testimonial .testi-nav .slick-arrow {
      display: none !important; }
    .testimonial .testi-nav .slick-slide {
      margin: 0 5px; }
      .testimonial .testi-nav .slick-slide img {
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
        -webkit-transition: none;
        transition: none; }
      .testimonial .testi-nav .slick-slide.slick-current img {
        -webkit-filter: grayscale(0);
        filter: grayscale(0); }
  .testimonial .testi-for h3 {
    position: relative;
    padding-top: 70px;
    font-family: "Gotham Book", Helvetica, Arial, sans-serif;
    font-size: 26px;
    padding-bottom: 30px;
    font-weight: 400; }
    .testimonial .testi-for h3:after {
      top: 0%;
      background: url(../images/quote.svg) no-repeat center top;
      width: 67px;
      height: 55px;
      content: "";
      position: absolute;
      left: 0; }
    .testimonial .testi-for h3:before {
      content: "";
      position: absolute;
      left: 0;
      bottom: 6px;
      height: 4px;
      background: #d6001c;
      width: 160px; }
  .testimonial .testi-for strong {
    display: block;
    font: 700 22px/36px "Gotham", Helvetica, Arial, sans-serif;
    color: #211551; }
    html[lang="cs-CZ"] .testimonial .testi-for strong {
      font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
    html[lang="ru-RU"] .testimonial .testi-for strong {
      font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
    html[lang="hr"] .testimonial .testi-for strong {
      font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
    html[lang="pl-PL"] .testimonial .testi-for strong {
      font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
    .testimonial .testi-for strong span {
      font-family: "Gotham", Helvetica, Arial, sans-serif;
      color: #545454;
      font-weight: 300; }
      html[lang="cs-CZ"] .testimonial .testi-for strong span {
        font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
      html[lang="ru-RU"] .testimonial .testi-for strong span {
        font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
      html[lang="hr"] .testimonial .testi-for strong span {
        font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
      html[lang="pl-PL"] .testimonial .testi-for strong span {
        font-family: "Gotham Book", Helvetica, Arial, sans-serif; }

.testimonial--style2 {
  background: #211551;
  padding: 70px 0;
  color: white; }
  .testimonial--style2.grey {
    background: #f6f6f6;
    color: inherit; }
    .testimonial--style2.grey .slick-arrow {
      width: 20px;
      border: none; }
      .testimonial--style2.grey .slick-arrow:after, .testimonial--style2.grey .slick-arrow:before {
        content: "";
        display: block;
        position: absolute;
        border-left: 2px solid #211551;
        border-bottom: 2px solid #211551; }
      .testimonial--style2.grey .slick-arrow:before before {
        width: 14px;
        height: 14px;
        top: 50%;
        left: 54%;
        transform: translate(-50%, -50%) rotate(45deg);
        border-width: 1.5px; }
    .testimonial--style2.grey .testimonial-text {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      max-width: 950px;
      font-size: 16px;
      font-style: italic;
      font-family: "Gotham Book", Helvetica, Arial, sans-serif;
      color: #4a4a4a;
      margin: 0 auto; }
      .testimonial--style2.grey .testimonial-text .position {
        font-size: 15px; }
      .testimonial--style2.grey .testimonial-text .name {
        font-weight: bold;
        font-size: inherit;
        color: #211551;
        font-style: normal;
        margin: 10px 0 0;
        text-transform: uppercase; }
      .testimonial--style2.grey .testimonial-text .avatar {
        width: 124px;
        min-width: 124px;
        height: 124px;
        border: none;
        background-size: cover;
        background-position: center;
        margin-right: 35px; }
        .testimonial--style2.grey .testimonial-text .avatar img {
          visibility: hidden;
          opacity: 0; }
  .testimonial--style2 .testimonial-slider {
    padding: 0 100px; }
  .testimonial--style2 .avatar {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid white; }
  .testimonial--style2 .testimonial-text {
    margin: 0 0 40px;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.35;
    font-family: "Gotham", Helvetica, Arial, sans-serif; }
    html[lang="cs-CZ"] .testimonial--style2 .testimonial-text {
      font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
    html[lang="ru-RU"] .testimonial--style2 .testimonial-text {
      font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
    html[lang="hr"] .testimonial--style2 .testimonial-text {
      font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
    html[lang="pl-PL"] .testimonial--style2 .testimonial-text {
      font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
  .testimonial--style2 .name {
    font-size: 24px;
    margin: 0 0 10px;
    font-family: "Gotham", Helvetica, Arial, sans-serif; }
    html[lang="cs-CZ"] .testimonial--style2 .name {
      font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
    html[lang="ru-RU"] .testimonial--style2 .name {
      font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
    html[lang="hr"] .testimonial--style2 .name {
      font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
    html[lang="pl-PL"] .testimonial--style2 .name {
      font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
  .testimonial--style2 .position {
    font-size: 18px; }
  .testimonial--style2 .slick-arrow {
    width: 53px;
    height: 53px;
    border-radius: 50% !important;
    background: none;
    border: 1px solid white;
    left: 0; }
    .testimonial--style2 .slick-arrow:before {
      width: 14px;
      height: 14px;
      top: 50%;
      left: 54%;
      transform: translate(-50%, -50%) rotate(45deg);
      border-width: 1.5px; }
    .testimonial--style2 .slick-arrow:after {
      display: none !important; }
    .testimonial--style2 .slick-arrow.slick-next {
      right: 0;
      left: auto; }
      .testimonial--style2 .slick-arrow.slick-next:before {
        transform: translate(-50%, -50%) rotate(225deg);
        left: 45%; }

@media (max-width: 1200px) {
  .testimonial .testi-for h3 {
    font-size: 26px;
    line-height: 38px; } }

@media screen and (max-width: 992px) {
  .testimonial .testi-for h3 {
    font-size: 24px; }
  .testimonial--style2 .testimonial-text {
    font-size: 20px; }
  .testimonial--style2 .name, .testimonial--style2 .position {
    font-size: 16px; } }

@media screen and (max-width: 767px) {
  .testimonial {
    padding: 50px 0; }
    .testimonial .testi-nav {
      max-width: 500px;
      margin: 0 auto 20px; }
    .testimonial .testi-for h3 {
      padding-top: 70px;
      font-size: 22px;
      line-height: 32px; }
    .testimonial .testi-for strong {
      font: 700 20px/30px "Gotham", Helvetica, Arial, sans-serif; }
      html[lang="cs-CZ"] .testimonial .testi-for strong {
        font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
      html[lang="ru-RU"] .testimonial .testi-for strong {
        font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
      html[lang="hr"] .testimonial .testi-for strong {
        font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
      html[lang="pl-PL"] .testimonial .testi-for strong {
        font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
    .testimonial .testi-for h3:after {
      width: 50px;
      height: 38px;
      background-size: 84%; }
  .testimonial--style2.grey {
    text-align: center; }
    .testimonial--style2.grey .testimonial-text .avatar {
      margin: 0 auto 20px; }
  .testimonial--style2 .testimonial-slider {
    padding: 0 30px; }
  .testimonial--style2 .testimonial-text {
    font-size: 20px; }
  .testimonial--style2 .name {
    font-size: 16px; }
  .testimonial--style2 .position {
    font-size: 14px; }
  .testimonial--style2 .slick-arrow {
    width: 30px;
    height: 30px;
    left: -10px; }
    .testimonial--style2 .slick-arrow.slick-next {
      left: auto;
      right: -10px; }
    .testimonial--style2 .slick-arrow:before {
      width: 5px;
      height: 5px; } }

@media screen and (max-width: 480px) {
  .testimonial .testi-for h3 {
    font-size: 20px;
    line-height: 30px; } }

.punchline {
  padding: 70px 0;
  overflow: hidden; }
  .punchline.pb90 {
    padding-bottom: 70px !important; }
  .punchline.mb35 {
    margin-bottom: 0 !important; }
  .punchline .heading:after {
    right: 80%;
    left: auto; }
  .punchline.text-right .heading:after {
    left: 80%;
    right: auto; }
  .punchline .punchline-content {
    float: left; }
    .punchline .punchline-content p:last-child {
      padding-bottom: 0; }
  .punchline.text-right .punchline-content {
    float: right; }
  .punchline .heading {
    margin-bottom: 30px; }
  .punchline p {
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 0;
    padding-bottom: 30px;
    font-weight: 300;
    max-width: 55%;
    font-family: "Gotham", Helvetica, Arial, sans-serif; }
    html[lang="cs-CZ"] .punchline p {
      font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
    html[lang="ru-RU"] .punchline p {
      font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
    html[lang="hr"] .punchline p {
      font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
    html[lang="pl-PL"] .punchline p {
      font-family: "Gotham Book", Helvetica, Arial, sans-serif; }

@media screen and (min-width: 1024px) {
  .punchline.text-right .text:after, .punchline.text-right .text:before {
    content: "";
    display: table;
    clear: both; }
  .punchline.text-right p {
    float: right; }
  .punchline.text-right .btn {
    float: right;
    clear: both; }
  .punchline.text-center p {
    margin-left: auto;
    margin-right: auto; }
  .punchline.text-center .heading:after {
    right: auto;
    left: 50%;
    width: 60%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); } }

@media only screen and (max-width: 1370px) {
  .punchline p {
    font-size: 22px; }
  .punchline.text-right.pb90 {
    padding-bottom: 75px !important; } }

@media only screen and (max-width: 1200px) {
  .punchline.text-right.pb90 {
    padding-bottom: 70px !important; }
  .punchline .threeColSectionContent h4 {
    font-size: 22px;
    line-height: 32px; }
  .punchline .threeColSectionContent .trainingDays {
    font-size: 26px;
    line-height: 28px; } }

@media only screen and (max-width: 1024px) {
  .punchline p {
    max-width: 100%; } }

@media screen and (max-width: 992px) {
  .punchline p {
    font-size: 20px;
    line-height: 32px; }
    .punchline p br {
      display: none; }
  .punchline.text-right .punchline-content p {
    padding-left: 60px; }
  .workoutInfo.pt80 {
    padding-top: 50px !important; }
  .punchline.text-right.pb90 {
    padding-bottom: 50px !important; }
  .bg-grey.punchline.text-right.pb90 {
    padding-top: 50px !important; } }

@media screen and (max-width: 767px) {
  .punchline .punchline-content {
    float: none; }
  .punchline .heading:after {
    left: 0;
    right: 0;
    max-width: 50%;
    margin: auto; }
  .punchline.text-left .punchline-content {
    text-align: center; }
  .punchline + .punchline {
    padding-top: 0; }
  .punchline.pb90 {
    padding-bottom: 50px !important; }
  .punchline.text-right .punchline-content {
    text-align: center;
    float: none; }
  .punchline.text-right .heading:after {
    left: 0;
    right: 0;
    max-width: 50%;
    margin: auto; }
  .heading:after {
    left: 0;
    right: 0;
    max-width: 50%;
    margin: auto; }
  .punchline {
    padding: 50px 0; }
    .punchline p {
      font-size: 18px;
      line-height: 30px; }
      .punchline p br {
        display: none; }
    .punchline.text-right .punchline-content p {
      padding-left: 0px; }
    .punchline.text-right.pb90 {
      padding-bottom: 50px !important;
      margin-bottom: 0 !important; } }

@media screen and (max-width: 480px) {
  .punchline p {
    font-size: 16px; } }

.punchline-studio .heading {
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  font-size: 40px; }

.punchline-studio .punchline-content p {
  max-width: none;
  font-size: 16px;
  line-height: 1.5;
  color: #211551; }

@media screen and (min-width: 1280px) {
  .punchline-studio .text {
    width: 90%;
    margin: 0 auto; } }

@media screen and (min-width: 992px) {
  .punchline-studio .heading {
    padding-bottom: 20px; }
  .punchline-studio .text {
    padding-top: 20px; } }

@media screen and (max-width: 991px) {
  .punchline-studio .heading {
    font-size: 26px;
    width: 100%; }
  .punchline-studio .punchline-content p {
    text-align: center; }
    .punchline-studio .punchline-content p br {
      display: none; }
  .punchline-studio .heading:after {
    left: 0 !important;
    right: 0 !important;
    max-width: 50%;
    margin: auto; } }

.punchline-studio.text-center {
  background-color: #d6001c; }
  .punchline-studio.text-center .heading {
    font: 900 24px/28px "Gotham", Helvetica, Arial, sans-serif;
    padding-bottom: 10px;
    margin-bottom: 0;
    letter-spacing: 0px; }
    .punchline-studio.text-center .heading:after {
      display: none; }
  .punchline-studio.text-center .heading, .punchline-studio.text-center .punchline-content p {
    color: #fff; }
  .punchline-studio.text-center .punchline-content p {
    font-family: "Gotham Book", Helvetica, Arial, sans-serif;
    font-weight: 400; }
  .punchline-studio.text-center .btn {
    margin-top: 20px; }
    .punchline-studio.text-center .btn:hover {
      border-color: #fff;
      color: #d6001c; }
      .punchline-studio.text-center .btn:hover:after, .punchline-studio.text-center .btn:hover:before {
        background: white; }
  @media screen and (min-width: 1200px) {
    .punchline-studio.text-center .btn {
      margin-top: 60px; } }

.text-media-block .load-more {
  margin-top: 50px; }

.text-media-block .image img {
  margin: 0 0 20px; }

.text-media-block .row {
  padding-bottom: 50px;
  border-bottom: 2px solid #211551; }
  .text-media-block .row + .row {
    margin-top: 50px; }

.text-media-block h3 {
  color: #211551; }
  .text-media-block h3 a {
    color: inherit; }

.text-media-block .read-more {
  text-transform: uppercase;
  color: #211551;
  font-weight: bold;
  text-decoration: underline; }

@media screen and (min-width: 768px) {
  .text-media-block {
    margin: 50px 0; }
    .text-media-block .image {
      min-width: 370px;
      max-width: 370px;
      flex: 0 0 370px;
      text-align: center; }
      .text-media-block .image img {
        margin: 0 0; } }

.image-w-content .img-w-text .text-sec p:empty + p {
  margin-top: 0; }

.image-w-content .img-w-text .text-sec p:empty {
  display: none;
  margin-top: 0; }

.image-w-content.no-slash-effect {
  height: auto; }
  .image-w-content.no-slash-effect .img-w-text .text-sec {
    align-self: center;
    padding: 70px 92px; }
  .image-w-content.no-slash-effect .hero-video-wrapper {
    height: auto; }
    .image-w-content.no-slash-effect .hero-video-wrapper img {
      object-fit: cover;
      flex: 1;
      min-height: 100%; }
  @media screen and (min-width: 1371px) {
    .image-w-content.no-slash-effect .container {
      max-width: 100%; }
    .image-w-content.no-slash-effect .hero-video-wrapper img {
      min-width: 100%; } }
  @media screen and (max-width: 1370px) {
    .image-w-content.no-slash-effect .container {
      padding-left: 0;
      padding-right: 0; }
    .image-w-content.no-slash-effect .img-w-text .text-sec {
      padding-left: 70px;
      padding-right: 70px; } }
  @media screen and (min-width: 768px) and (max-width: 1370px) {
    .image-w-content.no-slash-effect .container {
      max-width: 100%; } }
  @media screen and (max-width: 1200px) {
    .image-w-content.no-slash-effect .img-w-text .text-sec {
      padding: 40px; }
    .image-w-content.no-slash-effect .hero-video-wrapper {
      position: relative; } }
  @media screen and (max-width: 991px) {
    .image-w-content.no-slash-effect {
      padding-top: 0 !important;
      padding-bottom: 0 !important; } }
  @media screen and (max-width: 767px) {
    .image-w-content.no-slash-effect .img-w-text .text-sec {
      padding: 40px 25px; } }

.img-w-text {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex; }
  .img-w-text .icon {
    padding: 0px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    left: 50%;
    top: 50%;
    margin: -47px 0 0 -47px;
    width: 94px;
    height: 94px;
    border-radius: 50%;
    position: absolute;
    z-index: 9;
    background: white;
    justify-content: center;
    align-items: center; }
  .img-w-text .text-sec {
    float: right;
    padding: 70px 0px 70px 75px;
    width: 50%;
    position: relative; }
    .img-w-text .text-sec h2 {
      padding-bottom: 25px;
      letter-spacing: 0;
      margin-bottom: 0; }
    .img-w-text .text-sec p {
      padding-bottom: 30px;
      font-family: "Gotham", Helvetica, Arial, sans-serif;
      font-weight: 300; }
      html[lang="cs-CZ"] .img-w-text .text-sec p {
        font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
      html[lang="ru-RU"] .img-w-text .text-sec p {
        font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
      html[lang="hr"] .img-w-text .text-sec p {
        font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
      html[lang="pl-PL"] .img-w-text .text-sec p {
        font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
  .img-w-text .img-sec {
    position: absolute;
    height: 100%;
    width: 50%;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center; }
  .img-w-text .hero-video-wrapper {
    box-sizing: initial; }
    .img-w-text .hero-video-wrapper .background-video, .img-w-text .hero-video-wrapper .background-video-jwplayer {
      -moz-transform: skew(13deg, 0deg);
      -webkit-transform: skew(13deg, 0deg);
      -o-transform: skew(13deg, 0deg);
      -ms-transform: skew(13deg, 0deg);
      transform: skew(13deg, 0deg);
      position: absolute;
      left: 0;
      top: 0;
      width: 100%; }
      .img-w-text .hero-video-wrapper .background-video div, .img-w-text .hero-video-wrapper .background-video-jwplayer div {
        overflow: initial !important; }
      .img-w-text .hero-video-wrapper .background-video iframe, .img-w-text .hero-video-wrapper .background-video-jwplayer iframe {
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        left: 50%;
        top: 50%;
        border: 0;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }

.no-slash-effect .reverse {
  flex-direction: row-reverse; }

.no-slash-effect .img-w-text {
  border: none; }

.no-slash-effect .img-sec {
  position: static !important; }

@media screen and (min-width: 768px) {
  .no-slash-effect .container .text-sec {
    width: 50%;
    padding-top: 0;
    padding-bottom: 0; }
  .no-slash-effect .hero-video-wrapper {
    width: 50%; } }

.no-slash-effect .hero-video-wrapper {
  padding: 0;
  margin: 0;
  overflow: visible;
  z-index: inherit;
  position: static !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important; }
  .no-slash-effect .hero-video-wrapper img {
    width: 100%; }
  .no-slash-effect .hero-video-wrapper .background-video, .no-slash-effect .hero-video-wrapper .background-video-jwplayer {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important; }
  .no-slash-effect .hero-video-wrapper .bg-container {
    position: static !important;
    width: auto !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    background: none !important; }

@media screen and (min-width: 768px) {
  .reverse.img-w-text .img-sec .hero-video-wrapper {
    -moz-transform: skew(13deg, 0deg);
    -webkit-transform: skew(13deg, 0deg);
    -o-transform: skew(13deg, 0deg);
    -ms-transform: skew(13deg, 0deg);
    transform: skew(13deg, 0deg);
    padding-left: 0;
    margin-left: auto;
    padding-right: 100px;
    margin-right: -100px; }
    .reverse.img-w-text .img-sec .hero-video-wrapper .background-video, .reverse.img-w-text .img-sec .hero-video-wrapper .background-video-jwplayer {
      -moz-transform: skew(-13deg, 0deg);
      -webkit-transform: skew(-13deg, 0deg);
      -o-transform: skew(-13deg, 0deg);
      -ms-transform: skew(-13deg, 0deg);
      transform: skew(-13deg, 0deg); }
    .reverse.img-w-text .img-sec .hero-video-wrapper .bg-container {
      -moz-transform: skew(-13deg, 0deg);
      -webkit-transform: skew(-13deg, 0deg);
      -o-transform: skew(-13deg, 0deg);
      -ms-transform: skew(-13deg, 0deg);
      transform: skew(-13deg, 0deg);
      left: -55px;
      background-position: left center; }
  .reverse.img-w-text .text-sec {
    float: left;
    padding-left: 0px;
    padding-right: 70px; }
  .reverse.img-w-text .img-sec {
    right: 0;
    left: auto; }
  .img-w-text .text-sec p {
    margin-bottom: 0;
    padding-bottom: 0; }
    .img-w-text .text-sec p + * {
      margin-top: 30px; }
  .img-w-text.video-w-text {
    min-height: 470px; } }

@media screen and (max-width: 992px) {
  .hero-video-wrapper .bg-container {
    width: 120%; }
  .img-w-text .text-sec h2 {
    font-size: 30px; } }

@media screen and (max-width: 767px) {
  .no-slash-effect .container {
    width: auto; }
  .mobile-no-bg {
    background: none !important; }
  .image-w-content {
    float: none; }
    .image-w-content .img-w-text {
      display: block;
      float: none; }
  .img-w-text {
    border: none; }
    .img-w-text .icon {
      width: 50px;
      height: 50px;
      margin: 0;
      top: 10px;
      left: auto;
      right: 10px; }
      .img-w-text .icon img {
        max-width: 30px; }
    .img-w-text .container {
      padding: 0; }
    .img-w-text .img-sec {
      position: static;
      display: block;
      width: 100%; }
      .img-w-text .img-sec .hero-video-wrapper {
        position: static;
        z-index: 1;
        padding: 0;
        margin: 0;
        -webkit-transform: none !important;
        transform: none !important; }
        .img-w-text .img-sec .hero-video-wrapper .hero-video {
          position: relative;
          -webkit-transform: none !important;
          transform: none !important;
          padding-top: 56.25%; }
        .img-w-text .img-sec .hero-video-wrapper .bg-container {
          position: static;
          -webkit-transform: none !important;
          transform: none !important; }
          .img-w-text .img-sec .hero-video-wrapper .bg-container.mobile-no-bg {
            height: auto; }
      .img-w-text .img-sec:after {
        content: none; }
    .img-w-text .text-sec {
      float: none;
      text-align: center;
      width: 100%;
      background: rgba(255, 255, 255, 0.7);
      padding: 50px 25px; }
      .img-w-text .text-sec p {
        color: #211551; }
        .img-w-text .text-sec p:last-child {
          padding-bottom: 0; }
  .img-w-text .text-sec {
    text-align: left; } }

@media screen and (max-width: 991px) {
  .image-w-content {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }
  .image-w-content + .image-w-content {
    padding-top: 0 !important; } }

@media screen and (max-width: 767px) {
  .image-w-content {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }
  .image-w-content + .image-w-content {
    padding-top: 0 !important; } }

.iwc-studio .heading {
  position: relative;
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  font-size: 36px; }

.iwc-studio:not(.no-full-width) .text-sec .heading {
  margin-bottom: 2.5rem; }
  .iwc-studio:not(.no-full-width) .text-sec .heading:after {
    width: auto;
    left: 10%;
    right: 10%; }

@media (min-width: 768px) and (max-width: 1279px) {
  .iwc-studio:not(.no-full-width) .reverse.img-w-text .img-sec .hero-video-wrapper .bg-container {
    left: -90px; } }

@media screen and (min-width: 1280px) {
  .iwc-studio:not(.no-full-width) .text-sec {
    width: 60%; }
  .iwc-studio:not(.no-full-width) .img-sec {
    width: 40%; } }

@media screen and (max-width: 767px) {
  .iwc-studio:not(.no-full-width) .mobile-no-bg img {
    min-width: 100%; }
  .iwc-studio:not(.no-full-width) .heading {
    font-size: 24px;
    padding-bottom: 15px; } }

.iwc-studio.no-full-width.no-slash-effect .heading {
  margin-bottom: 40px; }

@media screen and (min-width: 992px) {
  .iwc-studio.no-full-width.no-slash-effect .heading {
    text-align: left;
    margin-bottom: 60px; } }

@media screen and (min-width: 1400px) {
  .iwc-studio.no-full-width.no-slash-effect {
    overflow: hidden; }
    .iwc-studio.no-full-width.no-slash-effect .img-w-text {
      overflow: visible; }
    .iwc-studio.no-full-width.no-slash-effect .container {
      padding-left: 9rem;
      padding-right: 9rem; }
    .iwc-studio.no-full-width.no-slash-effect .text-sec {
      padding-left: 0; } }

@media screen and (max-width: 767px) {
  .iwc-studio.no-full-width.no-slash-effect .text-sec ul {
    color: #211551; } }

.schedule-box {
  font-family: "Gotham", Helvetica, Arial, sans-serif; }
  html[lang="cs-CZ"] .schedule-box {
    font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
  html[lang="ru-RU"] .schedule-box {
    font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
  html[lang="hr"] .schedule-box {
    font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
  html[lang="pl-PL"] .schedule-box {
    font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
  @media screen and (max-width: 767px) {
    .schedule-box .date-box {
      width: 100% !important;
      left: 0 !important; }
    .schedule-box .date-box, .schedule-box .schedule-heading .d-flex {
      overflow: auto; } }

.schedule-heading {
  text-align: center;
  background: #f0f0f0;
  padding: 25px 0; }
  .schedule-heading .category-item {
    padding: 0 20px;
    flex: 1; }
    .schedule-heading .category-item + .category-item {
      border-left: 2px solid #d6001c; }
    .schedule-heading .category-item .name {
      color: #d6001c;
      text-transform: uppercase;
      font-weight: 900;
      margin: 0 0 10px; }
    .schedule-heading .category-item .date {
      font-size: 14px;
      color: #9b9b9b; }

.date-box .date-item {
  flex: 1;
  background: #2a2c5c;
  color: white;
  text-align: center;
  padding: 10px;
  font-weight: 700;
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  border-left: 1px solid rgba(255, 255, 255, 0.1); }
  html[lang="cs-CZ"] .date-box .date-item {
    font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
  html[lang="ru-RU"] .date-box .date-item {
    font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
  html[lang="hr"] .date-box .date-item {
    font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
  html[lang="pl-PL"] .date-box .date-item {
    font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
  .date-box .date-item:first-child {
    border: none; }
  .date-box .date-item.today, .date-box .date-item active.today {
    background: #d6001c; }
    .date-box .date-item.today .date-number, .date-box .date-item active.today .date-number {
      color: white; }
  .date-box .date-item .icon-image {
    margin: auto;
    width: 50px;
    height: 30px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat; }
  .date-box .date-item .date {
    font-size: 10px;
    text-transform: uppercase; }
  .date-box .date-item .date-number {
    margin: 5px auto;
    font-size: 14px;
    color: #408CE0; }

.schedule-item-tilte {
  margin: 2px 0;
  padding: 9px 20px;
  font-weight: bold;
  font-size: 12px;
  background: #2a2c5c;
  text-transform: uppercase;
  color: white;
  position: relative; }
  .schedule-item-tilte:after {
    content: "";
    width: 8px;
    height: 8px;
    border-left: 1px solid white;
    border-bottom: 1px solid white;
    position: absolute;
    right: 20px;
    transform: translateY(-50%) rotate(-135deg);
    top: 50%; }

.schedule-item-body .item {
  display: flex;
  color: #181A35;
  position: relative; }
  .schedule-item-body .item:after {
    content: "";
    width: calc(100% - 50px);
    height: 1px;
    background: #f3f3f5;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block; }
  .schedule-item-body .item .content {
    padding: 15px 20px;
    flex: 1;
    border-left: 2px solid #f3f3f5; }
    .schedule-item-body .item .content h4 {
      font-size: 14px;
      margin: 0 0px; }
    .schedule-item-body .item .content p {
      margin: 0;
      color: #181A35;
      opacity: 0.5;
      font-size: 12px;
      padding: 0; }
  .schedule-item-body .item .time {
    padding: 15px 20px;
    font-size: 20px;
    font-weight: bold;
    min-width: 100px;
    text-align: right; }
    .schedule-item-body .item .time span {
      display: block;
      font-weight: normal;
      font-size: 12px;
      opacity: 0.5;
      text-align: right; }
  .schedule-item-body .item .action-button {
    padding: 15px 20px; }
    .schedule-item-body .item .action-button button {
      border-radius: 20px;
      color: white;
      font-weight: bold;
      padding: 8px 20px;
      background-color: #408CE0;
      border-color: #408CE0;
      text-transform: uppercase;
      border: none;
      cursor: pointer; }
      .schedule-item-body .item .action-button button:hover {
        background: #d6001c;
        border-color: #d6001c; }
    .schedule-item-body .item .action-button .cancel-class-btn {
      background-color: #d6001c;
      border-color: #d6001c; }

.fast-booking-class-flow-class-list .fast-booking-class-flow-classes {
  height: 70vh;
  overflow: scroll; }

.location-block .block__column + .block__column .location-block__item {
  margin-top: 0; }

.location-block h3 {
  font-size: 24px;
  margin: 0 0; }

.location-block p {
  margin: 0;
  padding: 0;
  font-weight: 500;
  color: #211551; }

.location-block form {
  max-width: 547px; }
  .location-block form label {
    color: #211551; }

.location-block .btn-outline {
  margin-top: 40px; }

.location-block__code {
  min-width: 76px;
  font-size: 24px;
  width: 76px;
  height: 76px;
  line-height: 76px;
  text-align: center;
  border-radius: 50%;
  text-transform: uppercase;
  color: #d6001c;
  border: 1px solid #d6001c; }

.location-block__item {
  align-items: center;
  margin: 58px 0; }

.location-block__content {
  padding-left: 30px;
  padding-right: 30px;
  color: #211551; }
  .location-block__content:hover {
    text-decoration: none; }

@media screen and (min-width: 768px) {
  .location-block .block__column + .block__column .location-block__item {
    margin-top: 58px; }
  .location-block .block__column {
    flex: 1; } }

.countdown-date {
  margin: 0 0 22px; }
  .countdown-date .countdown-col {
    flex: 1;
    text-align: center; }
  .countdown-date .countdown-num {
    font-size: 48px;
    font-family: "Gotham condensed", Helvetica, Arial, sans-serif;
    color: #d6001c;
    letter-spacing: 0.23px; }
    html[lang="cs-CZ"] .countdown-date .countdown-num {
      font-family: "Gotham condensed", Helvetica, Arial, sans-serif; }
    html[lang="ru-RU"] .countdown-date .countdown-num {
      font-family: "Gotham condensed", Helvetica, Arial, sans-serif; }
    html[lang="hr"] .countdown-date .countdown-num {
      font-family: "Gotham condensed", Helvetica, Arial, sans-serif; }
    html[lang="pl-PL"] .countdown-date .countdown-num {
      font-family: "Gotham condensed", Helvetica, Arial, sans-serif; }
  .countdown-date .countdown-unit {
    font-family: "Gotham", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #211551;
    font-weight: 700;
    letter-spacing: 0.07px;
    text-align: center; }
    html[lang="cs-CZ"] .countdown-date .countdown-unit {
      font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
    html[lang="ru-RU"] .countdown-date .countdown-unit {
      font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
    html[lang="hr"] .countdown-date .countdown-unit {
      font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
    html[lang="pl-PL"] .countdown-date .countdown-unit {
      font-family: "Gotham Book", Helvetica, Arial, sans-serif; }

.countdown-top-title {
  font-size: 14px; }

@media screen and (max-width: 767px) {
  .countdown-date .countdown-unit {
    color: white; }
  .countdown-top-title {
    color: white; } }

.feature-slider .containers {
  background: #F3F0F0; }

.feature-slider__title {
  text-align: center;
  margin-bottom: 60px; }

.feature-slider .testi-nav {
  font-weight: 900;
  color: #211551;
  text-transform: uppercase; }
  .feature-slider .testi-nav .slick-slide.slick-current {
    color: #d6001c; }

.feature-slider .slick-text-top {
  color: #d6001c;
  margin: 0 0 20px;
  display: block;
  font-weight: 900; }

.feature-slider .slick-image {
  background-size: cover;
  background-position: center;
  flex: 1; }
  .feature-slider .slick-image img {
    opacity: 0;
    visibility: hidden; }

.feature-slider .slick-text {
  padding: 30px 20px 30px 0;
  background: #F3F0F0; }
  .feature-slider .slick-text p {
    font-size: inherit; }
  .feature-slider .slick-text ul {
    list-style: none;
    padding: 0;
    margin: 30px 0 0; }
    .feature-slider .slick-text ul li {
      font-weight: 700;
      letter-spacing: 0.78px;
      margin: 10px 0 0; }

.feature-slider .slick-dots {
  font-size: 18px;
  color: #211551;
  bottom: auto;
  top: -40px; }
  .feature-slider .slick-dots li {
    margin: 0 10px;
    width: auto;
    height: auto;
    border: none;
    background: none !important; }
    .feature-slider .slick-dots li.slick-active a {
      color: #d6001c; }
    .feature-slider .slick-dots li a {
      color: inherit;
      font-weight: 700; }

@media screen and (min-width: 1024px) {
  .feature-slider .slick-text {
    padding: 60px 50px 60px 0; }
  .feature-slider h2 {
    font-size: 46px; }
  .feature-slider h3 {
    font-size: 40px; }
  .feature-slider .slick-dots li {
    margin: 10px 50px; } }

@media screen and (min-width: 768px) {
  .feature-slider .d-sm-flex.container {
    min-height: 500px;
    position: relative; }
  .feature-slider .slick-image {
    position: absolute;
    right: 0;
    width: 58%;
    height: 100%; }
  .feature-slider .slick-text {
    width: 40%; } }

@media (max-width: 1370px) {
  .feature-slider .slick-image {
    right: 25px; } }

@media screen and (max-width: 767px) {
  .feature-slider .slick-image {
    margin: 0 -25px; }
  .feature-slider .slick-text {
    padding-right: 0; }
  .feature-slider .slick-dots li {
    margin: 5px;
    font-size: 13px; } }

.btn-yellow {
  color: #000 !important;
  background-color: #eef386 !important; }

.logo-list .logo-list-container {
  padding: 38px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .logo-list .logo-list-container a {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 0 10px 38px;
    flex: 0 0  25%;
    max-width: 25%;
    text-align: center; }
    @media screen and (max-width: 480px) {
      .logo-list .logo-list-container a {
        flex: 0 0  50%;
        justify-content: flex-start;
        max-width: 50%; } }

@media (min-width: 1921px) {
  .logo-list .container {
    max-width: 1920px; } }

.app-download {
  background: #f3f0f0;
  padding-top: 70px; }
  .app-download .container {
    border-bottom: 1px solid #B0B0B0; }
  .app-download .text {
    padding-bottom: 30px; }
  .app-download .buttons a + a {
    margin-left: 15px; }
  .app-download .buttons img {
    width: 172px; }
  .app-download .heading:after {
    top: 110%; }
  @media screen and (min-width: 768px) {
    .app-download .d-sm-flex {
      align-items: center; }
    .app-download .buttons a + a {
      margin-left: 35px; }
    .app-download .heading {
      text-align: left; }
    .app-download .text {
      flex: 1; }
    .app-download .image {
      flex: 1;
      text-align: right; }
    .app-download .text {
      padding-top: 30px;
      margin-top: -70px; } }
  @media screen and (min-width: 1024px) {
    .app-download .heading {
      font-size: 46px; } }

.challenge-block {
  font-family: "Gotham", Helvetica, Arial, sans-serif; }
  html[lang="cs-CZ"] .challenge-block {
    font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
  html[lang="ru-RU"] .challenge-block {
    font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
  html[lang="hr"] .challenge-block {
    font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
  html[lang="pl-PL"] .challenge-block {
    font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
  .challenge-block__result {
    margin: 30px auto; }
  .challenge-block__tags {
    position: absolute;
    padding: 16px;
    text-align: right;
    width: 100%;
    top: 0;
    right: 0; }
    .challenge-block__tags a {
      font-size: 12px;
      color: #000000;
      line-height: 24px;
      background: #eef386;
      display: inline-block;
      text-transform: uppercase;
      font-weight: 500;
      border-radius: 8px;
      padding: 2px 10px;
      margin: 0 0px 5px 5px; }
  .challenge-block__item {
    position: relative;
    margin-bottom: 32px; }
  .challenge-block__body h3 {
    margin: 0 0 5px;
    font-size: 18px;
    font-family: inherit;
    font-weight: bold; }
    .challenge-block__body h3 a {
      color: inherit; }
  .challenge-block__image {
    min-height: 153px;
    margin: 0 0 25px; }
    .challenge-block__image img {
      width: 100%; }
  .challenge-block__date {
    font-family: "Gotham Book", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #B0B0B0;
    line-height: 14px;
    margin-bottom: 20px; }
  .challenge-block__text {
    font-size: 14px;
    font-weight: 500;
    color: #6D7278;
    line-height: 24px; }

.filter {
  background-color: #F3F0F0;
  padding: 18px 0;
  color: #211551;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase; }
  .filter .container {
    gap: 40px; }
  .filter a {
    color: inherit; }
    .filter a:hover {
      color: #d6001c; }
  .filter__left label {
    font-size: 18px; }
  .filter__left input {
    height: 44px;
    width: 300px;
    border-radius: 0;
    box-shadow: none; }
  .filter__left .form__group {
    position: relative; }
  .filter__left button {
    position: absolute;
    right: 14px;
    font-size: 18px;
    cursor: pointer;
    padding: 0;
    border: none;
    background: none;
    outline: none;
    top: 50%;
    transform: translateY(-50%); }
    .filter__left button:hover {
      color: #211551; }
  .filter__right {
    flex: 1;
    text-align: right; }
  .filter__label {
    text-align: left;
    font-size: 18px; }
  .filter__text {
    display: flex;
    white-space: nowrap;
    display: flex;
    flex-wrap: wrap;
    gap: 5px 40px;
    margin: 0; }
    .filter__text a {
      margin: 0; }
      .filter__text a.current {
        position: relative; }
        .filter__text a.current:after {
          position: absolute;
          content: "";
          width: 100%;
          left: 0;
          bottom: -8px;
          height: 3px;
          background: #211551; }
  @media screen and (min-width: 1200px) {
    .filter__text a {
      margin-left: 40px; } }
  @media screen and (max-width: 992px) {
    .filter__left input {
      width: 100%; }
    .filter__right {
      text-align: left; }
      .filter__right a {
        margin-left: 10px; } }
  @media screen and (max-width: 767px) {
    .filter__text a, .filter__text span {
      display: block;
      padding: 8px 0;
      margin: 0; }
      .filter__text a:after, .filter__text span:after {
        display: none; }
      .filter__text a.current, .filter__text span.current {
        color: #d6001c; } }

.filter-result-text {
  background: #211551;
  padding: 17px 0;
  font-weight: 500;
  color: #f3f0f0; }
  .filter-result-text a {
    color: inherit;
    text-decoration: underline; }
    .filter-result-text a:hover {
      text-decoration: none; }

.article-content {
  font-size: 16px; }
  .article-content iframe {
    width: 100%; }
  @media screen and (min-width: 1024px) {
    .article-content iframe {
      height: 480px; }
    .article-content h3 {
      font-size: 65px; }
    .article-content h4 {
      font-size: 60px; } }
  .article-content p img {
    margin: 0; }
  .article-content ul, .article-content ol, .article-content p, .article-content h1, .article-content h2, .article-content h3, .article-content h4, .article-content h5, .article-content h6, .article-content img {
    padding: 0;
    margin: 0 0 30px; }
  .article-content ul, .article-content ol {
    margin-left: 20px; }
  .article-content h2, .article-content h1 {
    margin: 0 0 50px; }
  .article-content h2 {
    font-size: 32px !important; }
  .article-content li {
    font-size: 16px; }
    .article-content li + li {
      margin-top: 10px; }

.back-btn {
  color: #211551; }
  .back-btn:hover {
    color: #211551; }
  .back-btn:before {
    border-style: solid;
    border-width: 1px 1px 0 0;
    content: '';
    display: inline-block;
    height: 7px;
    left: 1px;
    position: relative;
    top: 7px;
    transform: rotate(-45deg);
    vertical-align: top;
    width: 7px;
    left: 3px;
    transform: rotate(-135deg);
    vertical-align: center;
    margin-right: 10px; }

.block-recipe {
  font-size: 16px; }
  .block-recipe ul, .block-recipe ol {
    list-style: none;
    padding: 0;
    margin: 0; }
  .block-recipe li {
    font-size: inherit; }
    .block-recipe li + li {
      margin-top: 15px; }
  .block-recipe h5 {
    margin: 0 0 0px; }
  .block-recipe .recipe-title {
    font-size: 2rem;
    margin: 0 0 15px; }
  .block-recipe .block-recipe-top {
    margin-bottom: 20px; }
    .block-recipe .block-recipe-top .col-md-4 {
      position: relative; }
      .block-recipe .block-recipe-top .col-md-4 p {
        font-size: inherit;
        margin-bottom: 0; }
      .block-recipe .block-recipe-top .col-md-4 + .col-md-4:after {
        content: "";
        position: absolute;
        left: -15px;
        height: 100%;
        width: 1px;
        background: #e5e5f5;
        top: 50%;
        transform: translateY(-50%); }
  .block-recipe ol {
    counter-reset: any-name; }
    .block-recipe ol li {
      counter-increment: any-name;
      padding-left: 20px;
      position: relative; }
      .block-recipe ol li:before {
        position: absolute;
        left: 0;
        color: #d6001c;
        top: 0;
        font-weight: bold;
        content: counter(any-name); }
  @media screen and (min-width: 1024px) {
    .block-recipe iframe {
      height: 280px; } }
  @media screen and (max-width: 767px) {
    .block-recipe ul, .block-recipe ol {
      margin-bottom: 30px; }
    .block-recipe .block-recipe-top {
      margin-bottom: 20px; }
      .block-recipe .block-recipe-top .row {
        display: flex;
        font-size: 14px; }
        .block-recipe .block-recipe-top .row .col-md-4 {
          width: 33.3333%; } }

.video {
  position: relative;
  margin-bottom: 20px; }
  .video__img {
    position: absolute;
    visibility: hidden;
    opacity: 0; }
  .video__bg {
    position: relative;
    overflow: hidden;
    display: block; }
    .video__bg:before {
      content: "";
      display: block;
      padding-top: 56.25%; }
  .video__bg-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    height: 100%;
    width: 100%; }
  .video__text {
    font-style: italic;
    margin: 20px 0 20px; }
    .video__text:last-child {
      margin-bottom: 0; }
  .video__des {
    padding: 0 15px 0; }
  .video__subtext {
    font-style: italic;
    line-height: 1; }
  .video h4 {
    margin: 20px 0 8px;
    font-size: 16px;
    text-transform: uppercase; }
  .video__play {
    position: absolute;
    top: 50%;
    left: 50%;
    color: white;
    font-size: 56px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  @media screen and (max-width: 992px) {
    .video__play {
      font-size: 40px; } }

.gallery__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  font-size: 12px;
  padding: 18px 20px;
  background: #211551;
  margin: 0; }

.gallery__img {
  margin-bottom: 20px; }

.gallery__thumbnail {
  overflow-x: auto;
  white-space: nowrap; }
  .gallery__thumbnail a {
    display: inline-block;
    max-width: 100px;
    margin: 0 10px 0 0; }

@media screen and (min-width: 768px) {
  .gallery__thumbnail a {
    display: block;
    float: left;
    max-width: calc(50% - 20px);
    margin: 0 0 20px 20px; }
  .gallery__caption {
    font-size: 16px; }
  .gallery__thumbnail {
    width: 324px;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%; }
  .gallery__img {
    padding-right: 324px;
    margin-bottom: 0; } }

.gallery-block .container {
  padding-bottom: 50px;
  border-bottom: 1px solid #ddd; }

.gallery-full-image {
  padding-right: 0; }

.tpl-form-media .video__des {
  padding: 0; }

.tpl-form-media .video__subtext {
  font-style: normal; }

.tpl-form-media .video h4 {
  text-transform: none; }

@media screen and (min-width: 992px) {
  .tpl-form-media .text-column .title-gb {
    margin-bottom: 90px; }
  .tpl-form-media .form-column {
    padding-top: 100px; }
  .tpl-form-media .video {
    margin-right: 40px;
    margin-top: 72px; }
  .tpl-form-media .reverse .video {
    margin-left: 40px;
    margin-right: 0; } }

.tpl-block__des {
  margin-bottom: 50px;
  max-width: 600px; }

@media screen and (min-width: 768px) {
  .tpl-form-media .media-block {
    margin-bottom: 0 !important; }
    .tpl-form-media .media-block .video {
      height: 100% !important;
      margin-top: 0;
      margin-bottom: 0; }
    .tpl-form-media .media-block .video__item,
    .tpl-form-media .media-block .video__bg {
      height: 100%; }
    .tpl-form-media .media-block > a {
      display: flex;
      height: 100%; }
      .tpl-form-media .media-block > a > img {
        object-fit: cover; } }

.feature {
  margin: 25px 0; }
  .feature__header {
    margin: 0 0 15px;
    align-items: flex-end; }
    .feature__header img {
      max-width: 45px;
      margin-right: 15px; }
    .feature__header h4 {
      line-height: 1;
      margin: 0;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 18px;
      line-height: 21px; }
      .feature__header h4 a {
        color: inherit; }
  .feature__des {
    font-size: 14px;
    line-height: 19px; }

.tpl-feature-block .tpl-block__des {
  margin-bottom: 30px; }

.webinar-block__video-content {
  padding-top: 50px;
  padding-bottom: 50px; }

.webinar-block__video-time {
  border-top: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
  padding: 15px 0;
  max-width: 585px;
  margin: 0 0 20px; }

.webinar-related {
  background-color: #f6f6f6;
  padding: 45px 0; }
  .webinar-related .slick-list {
    margin: 0 -14px; }
  .webinar-related .webinar {
    padding: 0 14px; }
    .webinar-related .webinar img {
      width: 100%; }
  .webinar-related .slick-next {
    right: 30px; }
  .webinar-related .slick-arrow {
    top: 69px;
    text-indent: 0;
    color: #4a4a4a;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
    .webinar-related .slick-arrow:before {
      font-size: 20px;
      color: inherit;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: auto;
      height: 24px; }
  .webinar-related .slick-prev {
    left: 30px; }
  @media screen and (max-width: 767px) {
    .webinar-related .slick-arrow {
      top: 80px; }
    .webinar-related .slick-prev {
      left: 15px; }
    .webinar-related .slick-next {
      right: 15px; } }

.webinar__title {
  margin: 20px 0 10px;
  color: #d6001c;
  letter-spacing: 2px; }
  .webinar__title a {
    color: inherit; }

.signup-block {
  position: relative;
  background-size: cover;
  margin-bottom: 173px;
  background-position: center top; }
  .signup-block:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/bg-signup.png") no-repeat;
    background-size: cover; }
  .signup-block__title {
    color: white; }
    .signup-block__title.title-underline:after {
      width: 56px; }
    .signup-block__title h2 {
      font-size: 26px;
      line-height: 1;
      color: inherit;
      margin: 0 0 15px; }
    .signup-block__title h4 {
      margin: 0 0 15px;
      color: inherit;
      text-transform: uppercase;
      font-weight: bold; }
  .signup-block__content {
    position: relative;
    z-index: 1;
    color: white;
    bottom: -123px; }
    .signup-block__content > div {
      max-width: 574px; }
  .signup-block__form {
    margin: 25px 0 0;
    text-align: center;
    box-shadow: 0 2px 20px 1px rgba(0, 0, 0, 0.25);
    padding: 30px;
    background: white; }
    .signup-block__form .link {
      font-family: inherit;
      font-size: 11px;
      font-weight: bold;
      color: #B0B0B0;
      text-decoration: underline; }
    .signup-block__form .title {
      margin-bottom: 30px; }
    .signup-block__form h3 {
      font-size: 20px;
      margin: 0 0 10px;
      text-transform: uppercase; }
    .signup-block__form h4 {
      font-weight: 700;
      font-size: 11px;
      margin: 0 0 10px;
      text-transform: uppercase; }
    .signup-block__form button.btn-primary {
      margin: 40px 0 0;
      width: 100%;
      display: block; }
  @media screen and (min-width: 768px) {
    .signup-block__form {
      padding: 40px; }
      .signup-block__form h3 {
        font-size: 40px; } }

.three-col-text h4 {
  font-weight: 500;
  text-transform: uppercase; }

.three-col-text .title-underline {
  margin: 0 0 45px; }

.three-col-text .col-md-4 {
  display: flex;
  margin-bottom: 20px; }

.three-col-text .btn {
  position: absolute;
  bottom: 30px;
  max-width: 226px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% - 40px); }

.three-col-text .card {
  display: flex;
  box-shadow: none;
  border: 2px solid #F2F2F2;
  border-radius: 0;
  flex: 1;
  margin: 0; }

.three-col-text .card-body {
  text-align: center;
  padding: 35px 35px 100px;
  position: relative;
  min-height: 286px; }

.full-text-block p + ul {
  margin-top: 20px; }

.full-text-block .note {
  text-align: center; }

.full-text-block .heading {
  text-align: center; }

@media screen and (min-width: 768px) {
  .full-text-block .heading,
  .full-text-block .note {
    text-align: left; } }

@media screen and (min-width: 1024px) {
  .block-text-2column .left .des {
    padding-right: 80px; } }

.mfp-content .hbspt-form {
  margin-top: 40px; }

.hbspt-form .grecaptcha-badge {
  margin-bottom: 20px;
  opacity: 1 !important; }

.hbspt-form .form-columns-2 {
  display: flex; }
  .hbspt-form .form-columns-2 .hs-form-field + .hs-form-field {
    margin-left: 10px; }

.hbspt-form .input {
  margin-right: 0 !important; }

.hbspt-form .hs-input {
  width: 100% !important; }

.hbspt-form input[type="radio"].hs-input, .hbspt-form input[type="checkbox"].hs-input {
  width: auto !important; }

.hbspt-form .actions {
  position: static; }
  .hbspt-form .actions .hs-button {
    font-weight: 900;
    font-size: 14px;
    text-align: center;
    padding: 16px 30px 14px;
    text-transform: uppercase;
    color: white;
    background: #d6001c;
    border: 2px solid #d6001c;
    position: relative;
    overflow: hidden !important;
    display: block;
    width: 100%; }
    .mfp-content .hbspt-form .actions .hs-button {
      max-width: 200px; }
    .hbspt-form .actions .hs-button:hover {
      background: transparent;
      border-color: #211551;
      color: #211551; }

.hbspt-form .hs-form-field label {
  line-height: 1.5; }

.hbspt-form .hs-form-field .inputs-list {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
  display: flex; }
  .hbspt-form .hs-form-field .inputs-list li {
    margin-right: 10px; }
    .hbspt-form .hs-form-field .inputs-list li span {
      margin-left: 5px; }

.hbspt-form fieldset {
  margin: 0 0 1.25rem !important;
  max-width: 100% !important; }

@media screen and (max-width: 767px) {
  .hbspt-form .grecaptcha-badge {
    width: 100% !important; }
  .hbspt-form .input {
    margin-right: 0 !important; }
  .hbspt-form .form-columns-2 {
    display: block; }
    .hbspt-form .form-columns-2 .hs-input {
      width: 100% !important; }
    .hbspt-form .form-columns-2 .hs-form-field + .hs-form-field {
      margin-left: 0px; }
    .hbspt-form .form-columns-2 label .hs-input {
      width: auto !important; }
    .hbspt-form .form-columns-2 .hs-form-field {
      float: none !important;
      width: 100% !important; }
      .hbspt-form .form-columns-2 .hs-form-field + .hs-form-field {
        margin-top: 1.25rem; } }

.hs_phone {
  margin: 20px 0; }

.hs_country_id, .hs_territory_interested_in {
  margin: 0 0 20px 0; }

.hs-error-msg, .no-list.hs-error-msgs label {
  color: #d6001c;
  font-weight: normal; }

.no-list.hs-error-msgs {
  margin-bottom: 20px; }

.invest-home-details {
  margin-bottom: 40px; }
  .invest-home-details .slick-next, .invest-home-details .slick-prev {
    text-indent: 0; }
  .invest-home-details .slick-next {
    right: 0; }
  .invest-home-details .slick-prev {
    left: 0; }
  .invest-home-details .slick-next:before, .invest-home-details .slick-prev:before {
    color: #211551;
    font-family: "FontAwesome"; }
  .invest-home-details .slick-next:before {
    content: "\f105"; }
  .invest-home-details .slick-prev:before {
    content: "\f104"; }

.tab-content {
  display: none;
  padding: 50px; }
  .tab-content.active {
    display: block; }
  .tab-content .sub-title {
    color: #d6001c;
    font-size: 20px;
    font-weight: 500;
    font-family: "Gotham", Helvetica, Arial, sans-serif;
    margin: 0; }
    html[lang="cs-CZ"] .tab-content .sub-title {
      font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
    html[lang="ru-RU"] .tab-content .sub-title {
      font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
    html[lang="hr"] .tab-content .sub-title {
      font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
    html[lang="pl-PL"] .tab-content .sub-title {
      font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
  .tab-content p {
    max-width: 90%;
    margin-bottom: 30px; }
  .tab-content .title {
    font-size: 36px;
    line-height: 1.2;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px; }
    .tab-content .title:after {
      content: "";
      height: 3px;
      width: 90px;
      left: 0;
      bottom: 0;
      background: #d6001c;
      position: absolute; }

.tab {
  list-style: none;
  border-bottom: 1px solid #979797;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center; }
  .tab li {
    padding: 30px 25px; }
    .tab li a {
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 500;
      font-family: "Gotham", Helvetica, Arial, sans-serif;
      color: #211551;
      cursor: pointer; }
      html[lang="cs-CZ"] .tab li a {
        font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
      html[lang="ru-RU"] .tab li a {
        font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
      html[lang="hr"] .tab li a {
        font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
      html[lang="pl-PL"] .tab li a {
        font-family: "Gotham Book", Helvetica, Arial, sans-serif; }
      .tab li a:hover {
        color: #d6001c; }
    .tab li.active a {
      color: #d6001c;
      text-decoration: underline; }

.invest-details {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .invest-details .invest-form {
    min-width: 400px;
    max-width: 400px;
    margin-left: 30px; }

.invest-logo {
  background: #f9f9f9; }
  .invest-logo .container {
    padding-right: 400px; }

.invest-slick .slick-track a:nth-child(odd) {
  background: #f2f2f2; }

.invest-slick a {
  padding: 16px 40px;
  text-align: center;
  display: flex !important;
  height: 102px;
  justify-content: center;
  align-items: center; }
  .invest-slick a img {
    display: inline; }

.invest-form {
  margin-top: -148px;
  position: relative;
  background: #FFFFFF;
  box-shadow: -4px 4px 14px 0 rgba(0, 0, 0, 0.1); }
  .invest-form .form {
    padding: 30px 25px; }
  .invest-form .invest-form-heading {
    color: white;
    border: 1px solid #979797;
    background: #d6001c;
    text-align: center;
    padding: 43px 25px; }
  .invest-form h2 {
    font-size: 36px;
    margin: 0;
    line-height: 1.2;
    color: inherit; }
  .invest-form p {
    margin: 0; }

@media screen and (max-width: 992px) {
  .invest-details {
    flex-direction: column; }
    .invest-details .invest-form {
      margin: 0;
      min-width: 0; }
  .tab-content {
    display: none;
    padding: 20px 0; }
  .invest-logo .container {
    padding-right: 25px; }
  .invest-slick a {
    height: 80px; }
  .tab li {
    padding: 10px; }
    .tab li a {
      font-size: 10px; } }

@media screen and (max-width: 767px) {
  .invest-home-details .tab.slick-initialized {
    padding: 0px 40px; }
  .invest-home-details .tab.slick-initialized li {
    padding: 0;
    width: auto !important; }
  .invest-home-details .tab.slick-initialized li a {
    /*white-space: nowrap;*/
    padding: 20px 10px;
    display: block;
    text-align: center; } }

.faq-section h2, .faq-section h3, .faq-section h4, .faq-section h5 {
  font-weight: bold;
  font-family: "Gotham", Helvetica, Arial, sans-serif; }

.faq-section h2 {
  margin-top: 35px;
  margin-bottom: 35px;
  text-transform: uppercase;
  font-size: 22px; }

.faq-section__content {
  margin-bottom: 50px; }

.faq-section__items {
  margin: 0 auto 0;
  max-width: 760px; }

.faq-section__item + .faq-section__item {
  margin-top: 90px; }

.faq-section ul {
  margin-left: 20px; }

.faq-section p {
  margin-bottom: 30px; }

.faq-section h3 {
  font-size: 20px; }

.faq-section h4 {
  font-size: 18px; }

.faq-section h5 {
  font-size: 16px;
  font-weight: 500; }

.faq-section * {
  font-family: inherit; }

.faq-section label {
  color: #211551;
  font-weight: 700; }

.faq-section__menu {
  list-style: none;
  padding: 20px 0;
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
  text-align: center;
  font-weight: 500;
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  margin: 0 0 30px !important; }
  .faq-section__menu li {
    font-size: 14px;
    display: inline-block;
    margin-right: 40px; }
    .faq-section__menu li a {
      color: #211551; }
      .faq-section__menu li a.active {
        color: #d6001c !important;
        text-decoration: underline; }
      .faq-section__menu li a:hover {
        color: #d6001c; }

input[name="faqs_policy_and_tos"].error {
  height: 14px;
  width: 14px;
  border: 1px solid #d6001c;
  -webkit-appearance: none;
  -webkit-border-radius: 2px;
  border-radius: 2px; }

#faqs_policy_and_tos .wpcf7-list-item {
  margin-left: 0px; }

#faqs_policy_and_tos label.error {
  display: none !important; }

.blog-section {
  padding: 40px 0; }
  .blog-section .load-more {
    padding-bottom: 60px;
    border-bottom: 1px solid #979797; }
  .blog-section__sidebar {
    background: #f6f6f6;
    padding: 22px; }
    .blog-section__sidebar > div {
      max-width: 280px; }
    .blog-section__sidebar .h4 {
      margin-bottom: 25px; }
  .blog-section .blog-title {
    font-size: 48px;
    margin-top: 15px; }

.post {
  display: flex;
  font-size: 14px;
  color: black;
  font-weight: 700;
  margin-bottom: 45px; }
  .post.col-md-6 {
    padding-left: 10px;
    padding-right: 10px; }
  .post__image {
    margin-right: 15px;
    max-width: 160px; }
    .popular .post__image {
      max-width: 90px;
      min-width: 90px; }
  .post .meta {
    font-size: 12px;
    line-height: 1; }
    .post .meta div + div {
      padding-left: 10px;
      border-left: 1px solid #999;
      margin-left: 10px; }
  .post__des {
    margin-bottom: 15px; }
    @media screen and (min-width: 768px) {
      .post__des {
        padding-right: 20px; } }
  .post .date {
    color: #999; }

.popular {
  margin-bottom: 70px; }
  .popular .post {
    margin-bottom: 25px;
    border-bottom: 1px solid #eee;
    padding-bottom: 25px; }
  .popular .post__des {
    margin-bottom: 0;
    font-size: 12px;
    padding-right: 0; }

.feature-post {
  display: block;
  margin: 0 0 25px; }
  .feature-post__content {
    padding: 20px 0; }
  .feature-post .meta {
    font-size: 14px; }
    .feature-post .meta * {
      opacity: 0.8;
      line-height: 1;
      font-weight: normal; }
    .feature-post .meta div + div {
      padding-left: 10px;
      margin-left: 10px;
      border-left: 1px solid rgba(255, 255, 255, 0.8); }
    .feature-post .meta .author {
      opacity: 1;
      font-weight: 700; }
  @media screen and (min-width: 768px) {
    .feature-post {
      color: white;
      position: relative; }
      .feature-post__content {
        padding: 30px 37px;
        z-index: 2;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        color: white; }
      .feature-post:after {
        content: "";
        height: 50%;
        left: 0;
        bottom: 0;
        width: 100%;
        position: absolute;
        background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); } }
  .feature-post__img {
    width: 100%; }
  .feature-post .title {
    font-weight: 500;
    color: inherit;
    font-size: 23px; }

.post-video {
  color: white;
  display: block;
  position: relative;
  margin: 0 0 20px; }
  .post-video__img {
    width: 100%; }
  .post-video .video__play {
    position: static;
    transform: none;
    margin-right: 15px;
    font-size: 45px; }
  .post-video__content {
    padding: 15px;
    z-index: 2;
    font-size: 12px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    display: flex;
    align-items: center; }
  .post-video:after {
    content: "";
    height: 50%;
    left: 0;
    bottom: 0;
    width: 100%;
    position: absolute;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); }

.subscribe-block {
  margin-bottom: 30px; }
  .subscribe-block .form-group,
  .subscribe-block .form-check {
    margin-bottom: 20px; }
  .subscribe-block a {
    color: #106fd8;
    text-decoration: underline; }
  .subscribe-block .form-submit {
    display: flex;
    align-items: center; }
    .subscribe-block .form-submit .btn {
      margin-right: 20px; }
    .subscribe-block .form-submit .term {
      flex: 1;
      font-size: 11px;
      line-height: 1.5;
      color: #000; }
  @media screen and (max-width: 1279px) {
    .subscribe-block .title-underline .title-gb {
      font-size: 26px; }
    .subscribe-block .form-submit {
      flex-direction: column; }
      .subscribe-block .form-submit .btn {
        width: 100%;
        margin-right: 0; }
    .subscribe-block .term {
      margin-top: 15px; }
      .subscribe-block .term br {
        display: none; } }

input[name="newsletter_checkbox"].form-check-input.error {
  height: 14px;
  width: 14px;
  border: 1px solid #d6001c;
  -webkit-appearance: none;
  -webkit-border-radius: 2px;
  border-radius: 2px; }

.subscribe-block.subscribe-blog-detail {
  margin-top: 15px; }

.instagram-feed {
  padding: 70px 0; }

.title-block {
  background-color: #d6001c;
  color: #fff;
  text-align: center; }
  .title-block .title {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase; }
  .title-block .desc {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 30px; }
  .title-block .btn.btn-outline:hover {
    color: #d6001c; }
    .title-block .btn.btn-outline:hover:before, .title-block .btn.btn-outline:hover:after {
      background-color: #fff; }

.timeline-block .heading {
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  font-size: 40px;
  margin-bottom: 30px; }
  @media screen and (min-width: 992px) {
    .timeline-block .heading {
      margin-bottom: 0; } }
  .timeline-block .heading:after {
    content: "";
    width: 85px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #d6001c; }
  @media screen and (max-width: 991px) {
    .timeline-block .heading {
      display: block;
      text-align: center;
      font-size: 26px; }
      .timeline-block .heading:after {
        left: 0;
        right: 0;
        max-width: 50%;
        margin: auto; } }

.timeline-block .timeline-wrap {
  padding-top: 244px;
  padding-bottom: 200px;
  position: relative; }

.timeline-block .years {
  position: relative;
  display: flex;
  justify-content: space-around; }
  @media screen and (max-width: 991px) {
    .timeline-block .years {
      flex-direction: column;
      height: 1500px; } }
  .timeline-block .years:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #DEDEDE;
    position: absolute;
    z-index: 1; }
    @media screen and (min-width: 992px) {
      .timeline-block .years:after {
        width: 100%;
        height: 2px;
        top: 10px;
        left: 0; } }
    @media screen and (max-width: 991px) {
      .timeline-block .years:after {
        width: 2px;
        height: 100%;
        left: 50%;
        top: 0;
        margin-left: -1px; } }

.timeline-block .year {
  color: #979797;
  font-size: 18px;
  z-index: 2;
  position: relative; }
  @media (min-width: 992px) and (max-width: 1371px) {
    .timeline-block .year {
      font-size: 15px; } }
  @media screen and (max-width: 991px) {
    .timeline-block .year {
      text-align: center;
      text-indent: -100px; }
      .timeline-block .year:nth-child(4), .timeline-block .year:nth-child(7), .timeline-block .year:nth-child(9), .timeline-block .year:nth-child(11) {
        text-indent: 100px; } }
  .timeline-block .year:before {
    content: "";
    display: block;
    margin: 0 auto;
    background-color: #979797; }
    @media screen and (min-width: 992px) {
      .timeline-block .year:before {
        width: 1px;
        height: 22px;
        margin-bottom: 16px; } }
    @media screen and (max-width: 991px) {
      .timeline-block .year:before {
        width: 18px;
        height: 1px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); } }

.timeline-block .events {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3; }
  .timeline-block .events .desc p + p {
    margin-top: 20px; }
  @media screen and (max-width: 1279px) {
    .timeline-block .events .desc p {
      font-size: 13px;
      line-height: 1.3; } }
  @media (max-width: 389px) {
    .timeline-block .events .desc p {
      font-size: 12px; } }
  .timeline-block .events .event {
    position: absolute;
    width: calc(100% / 6); }
    @media screen and (max-width: 991px) {
      .timeline-block .events .event {
        width: 50%;
        padding-top: 15px; } }
    .timeline-block .events .event:before {
      content: "";
      background-color: #d6001c;
      position: absolute; }
      @media screen and (min-width: 992px) {
        .timeline-block .events .event:before {
          width: 1px;
          height: 150px; } }
      @media screen and (max-width: 991px) {
        .timeline-block .events .event:before {
          height: 1px;
          width: 100px;
          top: 0; } }
    .timeline-block .events .event:after {
      content: "";
      display: block;
      width: 13px;
      height: 13px;
      background-color: #211551;
      border-radius: 100%;
      position: absolute;
      z-index: 1; }
    .timeline-block .events .event .year-number {
      font-family: "Gotham", Helvetica, Arial, sans-serif;
      font-size: 16px;
      font-weight: 700; }
      @media screen and (max-width: 991px) {
        .timeline-block .events .event .year-number {
          font-size: 13px;
          margin-bottom: 10px; } }
    @media screen and (min-width: 992px) {
      .timeline-block .events .event:nth-child(odd) {
        bottom: 50%;
        padding-bottom: 50px;
        padding-left: 8px; }
        .timeline-block .events .event:nth-child(odd):before {
          height: 100%;
          bottom: 0;
          left: 0; }
        .timeline-block .events .event:nth-child(odd):after {
          left: -6px;
          bottom: -6px; } }
    @media screen and (max-width: 991px) {
      .timeline-block .events .event:nth-child(odd) {
        left: 50%;
        padding-left: 18px; }
        .timeline-block .events .event:nth-child(odd):before {
          left: 0; }
        .timeline-block .events .event:nth-child(odd):after {
          left: -6px;
          top: -6px; } }
    .timeline-block .events .event:nth-child(even) {
      text-align: right; }
      @media screen and (min-width: 992px) {
        .timeline-block .events .event:nth-child(even) {
          top: 50%;
          padding-top: 90px;
          padding-right: 8px; }
          .timeline-block .events .event:nth-child(even):before {
            top: 0;
            right: 0; }
          .timeline-block .events .event:nth-child(even):after {
            right: -6px;
            top: -6px; } }
      @media screen and (max-width: 991px) {
        .timeline-block .events .event:nth-child(even) {
          right: 50%;
          padding-right: 18px; }
          .timeline-block .events .event:nth-child(even):before {
            right: 0; }
          .timeline-block .events .event:nth-child(even):after {
            right: -6px;
            top: -6px; } }
  @media screen and (min-width: 992px) {
    .timeline-block .events .event-1 {
      left: 9%; }
    .timeline-block .events .event-2 {
      left: 11%; }
    .timeline-block .events .event-3 {
      left: 43%; }
    .timeline-block .events .event-4 {
      left: 35%; }
    .timeline-block .events .event-5 {
      left: 63%; }
    .timeline-block .events .event-6 {
      left: 56%; }
    .timeline-block .events .event-7 {
      left: 84%; }
    .timeline-block .events .event-8 {
      left: 74%; } }
  @media screen and (max-width: 991px) {
    .timeline-block .events .event-1 {
      top: 12%; }
    .timeline-block .events .event-2 {
      top: 29%; }
    .timeline-block .events .event-3 {
      top: 44%; }
    .timeline-block .events .event-4 {
      top: 53%; }
    .timeline-block .events .event-5 {
      top: 63%; }
    .timeline-block .events .event-6 {
      top: 71%; }
    .timeline-block .events .event-7 {
      top: 81%; }
    .timeline-block .events .event-8 {
      top: 89%; } }

@media screen and (max-width: 991px) {
  .timeline-block .timeline-wrap {
    padding: 0; } }

.add_file {
  position: absolute;
  right: 15px;
  top: 18px; }

.dz-error-message, .dz-error-mark, .dz-success-mark {
  display: none; }

.dz-details {
  display: flex;
  flex-flow: row-reverse;
  justify-content: flex-end;
  word-break: break-all; }
  .dz-details .dz-size {
    margin-left: 10px;
    min-width: 70px; }

.dz-filename {
  text-align: left; }

.dz-preview {
  padding-right: 20px;
  position: relative; }

.dz-remove {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 0;
  position: absolute;
  right: 0;
  color: #d6001c;
  top: 15px; }
  .dz-remove:before {
    content: "\f00d";
    font-size: 18px; }

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.ui-sortable > div {
  cursor: move; }

.photo-block, .member-review-block, .our-team.editable {
  min-height: 66vh; }

.overlay-loading {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  top: 0;
  left: 0;
  display: none; }
  .show-loading .overlay-loading {
    display: block; }

.overlay-container {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px; }

.modal-form .overlay-loading, .heading-box .overlay-loading, .has-loading .overlay-loading {
  position: absolute;
  background: rgba(255, 255, 255, 0.6); }

.form-modal + .overlay-loading {
  position: absolute;
  background: rgba(255, 255, 255, 0.6); }

.circular {
  -webkit-animation: 2s linear infinite rotate;
  animation: 2s linear infinite rotate;
  height: 100%;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

.path {
  stroke-dasharray: 1,200;
  stroke-dashoffset: 0;
  -webkit-animation: 1.5s ease-in-out infinite dash,6s ease-in-out infinite color;
  animation: 1.5s ease-in-out infinite dash,6s ease-in-out infinite color;
  stroke-linecap: round; }

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124px; } }

@keyframes dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124px; } }

@-webkit-keyframes color {
  0%, 100%, 40%, 66%, 80%, 90% {
    stroke: #2b2c5c; } }

@keyframes color {
  0%, 100%, 40%, 66%, 80%, 90% {
    stroke: #2b2c5c; } }

@media (min-width: 768px) and (max-width: 992px) {
  .studio_owner_header .site-navigation li.has-child > a + .caret {
    display: none; } }

@media screen and (max-width: 767px) {
  .hero .heading-box .overlay-loading {
    background: none; }
  .studio_owner_header .sub-menu-studio_owner {
    display: block !important; } }

.f45invest {
  font-size: 14px;
  /*.video-block .container {
    max-width: 1120px;
  }*/
  /*.hero .videoContent { padding-bottom: 750px; }*/
  /*.block-text-2column .container,
  .image-w-content .container,
  .card-section-block .container,
  .tpl-feature-block .container,
  .tpl-form-media .container {
    padding-left: 0px;
    padding-right: 0px;
  }*/
  /*.hero--secondary .container{ padding-left: 50px; padding-right: 50px; }*/
  /*#features-and-benefits .container{ padding-left: 0px; padding-right: 0px; }*/
  /*#college-form .container{ padding-left: 0px; padding-right: 0px; }
  */
  /*#corporate-features-and-benefits .container{ padding-left: 0px; padding-right: 0px; }*/ }
  @media screen and (max-width: 767px) {
    .f45invest .site-header-right.is-hidden-mobile {
      display: block !important;
      margin-left: 45px; }
      .f45invest .site-header-right.is-hidden-mobile ul {
        justify-content: center; }
      .f45invest .site-header-right.is-hidden-mobile .btn-outline {
        padding: 10px 12px 8px 12px; } }
  @media screen and (max-width: 1279px) {
    .f45invest .site-navigation li.menu-item-has-children > a {
      position: relative;
      color: #B0B0B0; }
      .f45invest .site-navigation li.menu-item-has-children > a:after {
        content: "";
        display: inline-block;
        width: 6px;
        height: 6px;
        background: transparent;
        text-indent: -9999px;
        border-top: 1.5px solid #bfbfbf;
        border-left: 1.5px solid #bfbfbf;
        transition: all 250ms ease-in-out;
        text-decoration: none;
        color: transparent;
        transform: rotate(-135deg);
        position: static;
        margin-left: 10px;
        vertical-align: 3px; } }
  .f45invest .img-w-text .text-sec h2 + p {
    margin-top: 24px; }
  .f45invest .img-w-text h2 {
    line-height: 1.1;
    font-size: 36px;
    font-family: "Gotham";
    position: relative; }
  .f45invest .img-w-text h2:after {
    content: "";
    width: 85px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #d6001c; }
  .f45invest .hs_country_id,
  .f45invest .hs_territory_interested_in {
    margin: 0px; }
  .f45invest .slim-callout .container {
    max-width: 1020px; }
  .f45invest .invest-form .invest-form-heading {
    text-align: left; }
  .f45invest .tab-content {
    padding: 50px 50px 50px 70px; }
  .f45invest .gallery-block .container {
    padding-left: 110px;
    padding-right: 110px;
    border-bottom: none; }
  .f45invest p {
    font-family: "Gotham Book" !important; }
  .f45invest .tab-content .sub-title {
    font-family: "Gotham Black"; }
  .f45invest .redBar h3 {
    font: 900 32px "Gotham", Helvetica, Arial, serif; }
  .f45invest .cardInfo p {
    color: inherit; }
  .f45invest #unique-business-opportunity .text-sec {
    width: 100%; }
  .f45invest #unique-business-opportunity-2 .text-sec {
    width: 60%; }
  .f45invest #unique-business-opportunity-2 .hero-video-wrapper {
    width: 40%; }
  .f45invest #unique-business-opportunity-2 .text-sec:nth-child(1) {
    display: none; }
  .f45invest .tpl-form-media {
    background-color: #fff;
    padding-top: 75px;
    padding-bottom: 50px; }
    .f45invest .tpl-form-media#college-form {
      background: none; }
  @media screen and (max-width: 992px) {
    .f45invest.contact-us .tpl-form-media {
      padding-top: 30px; }
    .f45invest.contact-us .tpl-block__des {
      max-width: none; } }
  @media screen and (max-width: 767px) {
    .f45invest.contact-us .tpl-block__des {
      margin-bottom: 30px; } }
  .f45invest .logo-list .container {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px; }
  .f45invest .logo-list .logo-list-container {
    padding: 0px; }
  .f45invest .logo-list .logo-list-container a {
    padding: 38px 10px 38px; }
  .f45invest .logo-list .logo-list-container a:nth-child(odd) {
    background-color: #f2f2f2; }
  .f45invest .logo-list .logo-list-container a:nth-child(even) {
    background-color: #f9f9f9; }
  @media screen and (max-width: 767px) {
    .f45invest .logo-list .logo-list-container a {
      padding: 16px 10px; }
    .f45invest .hero--third .col-md-6 {
      margin-bottom: 30px; } }
  .f45invest .college-page .tpl-form-media {
    background-color: white; }
  .f45invest #heading-1 .hero-video-wrapper,
  .f45invest #heading-2 .hero-video-wrapper,
  .f45invest #heading-3 .hero-video-wrapper,
  .f45invest #heading-3a .hero-video-wrapper,
  .f45invest #heading-4 .hero-video-wrapper,
  .f45invest #heading-5 .hero-video-wrapper {
    display: none; }
  .f45invest #heading-1 .text-sec,
  .f45invest #heading-2 .text-sec,
  .f45invest #heading-3 .text-sec,
  .f45invest #heading-3a .text-sec,
  .f45invest #heading-4 .text-sec,
  .f45invest #heading-5 .text-sec {
    width: 100%; }
  .f45invest #content-1 .text-sec,
  .f45invest #content-2 .text-sec,
  .f45invest #content-3 .text-sec,
  .f45invest #content-3a .text-sec,
  .f45invest #content-4 .text-sec,
  .f45invest #content-5 .text-sec {
    width: 60%; }
  @media (min-width: 768px) {
    .f45invest #content-1 .hero-video-wrapper,
    .f45invest #content-2 .hero-video-wrapper,
    .f45invest #content-3 .hero-video-wrapper,
    .f45invest #content-3a .hero-video-wrapper,
    .f45invest #content-4 .hero-video-wrapper,
    .f45invest #content-5 .hero-video-wrapper {
      width: 40%; } }
  .f45invest .hero--secondary__bg.gradient-blue:after {
    background: none;
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #000000 100%); }
  .f45invest .tpl-feature-block .feature__header img {
    max-height: 22px; }
  .f45invest .testimonial {
    padding-bottom: 40px; }
  .f45invest .footer-images img {
    max-width: 36px; }
  .f45invest .hs_phone {
    margin: 0; }
  .f45invest #features-and-benefits .feature .feature__header h4 {
    font-size: 18px; }
  .f45invest #corporate-features-and-benefits .tpl-feature-block .col-md-4 {
    width: 33%; }
  .f45invest .article-content li {
    font-size: 14px; }
  .f45invest.home .testimonial {
    background-color: #f6f6f6; }
  .f45invest.contact-us .hero--secondary {
    display: none; }
  @media screen and (min-width: 768px) {
    .f45invest .tpl-feature-block .row {
      margin: 0 -20px; }
    .f45invest .tpl-feature-block .row > div {
      padding: 0 20px; }
    .f45invest.college-page .tpl-feature-block .row .col-lg-4 {
      flex: 0 0 25%;
      max-width: 25%; } }
  @media screen and (max-width: 767px) {
    .f45invest .tab-content p {
      max-width: none; }
    .f45invest p {
      font-size: 14px; }
    .f45invest .block-text-2column .container,
    .f45invest .image-w-content .container,
    .f45invest .card-section-block .container,
    .f45invest .tpl-feature-block .container,
    .f45invest .gallery-block .container,
    .f45invest .tpl-form-media .container,
    .f45invest .hero--secondary .container {
      padding-left: 20px;
      padding-right: 20px; }
    .f45invest .tab-content {
      padding: 50px 0px 50px 0px; }
    .f45invest #unique-business-opportunity-2 .text-sec {
      width: 100%; }
    .f45invest #unique-business-opportunity-2 .hero-video-wrapper {
      width: 100%; }
    .f45invest #content-1 .text-sec,
    .f45invest #content-2 .text-sec,
    .f45invest #content-3 .text-sec,
    .f45invest #content-4 .text-sec,
    .f45invest #content-5 .text-sec {
      width: 100%; }
    .f45invest #content-1 .hero-video-wrapper,
    .f45invest #content-2 .hero-video-wrapper,
    .f45invest #content-3 .hero-video-wrapper,
    .f45invest #content-4 .hero-video-wrapper,
    .f45invest #content-5 .hero-video-wrapper {
      width: 100%; }
    .f45invest .tpl-feature-block .col-md-4 {
      width: 100%; }
    .f45invest .tpl-form-media div[style="padding-right:70px;"] {
      padding-right: 0 !important; } }
  .f45invest.vip-page .hero--third .popup-youtube {
    letter-spacing: 2px; }
  .f45invest.vip-page .testimonial--style2.grey {
    background: none; }
  .f45invest.vip-page #content-2 .text-sec .video-block,
  .f45invest.vip-page #heading-5, .f45invest.vip-page #content-5,
  .f45invest.vip-page #heading-2, .f45invest.vip-page #content-2,
  .f45invest.vip-page #heading-3a, .f45invest.vip-page #content-3a {
    background-color: #f6f6f6; }
  @media (min-width: 768px) {
    .f45invest.vip-page #heading-1, .f45invest.vip-page #heading-3, .f45invest.vip-page #heading-5 {
      padding-top: 0;
      padding-bottom: 0; }
    .f45invest.vip-page #heading-1, .f45invest.vip-page #heading-3, .f45invest.vip-page #heading-4,
    .f45invest.vip-page #heading-1 .text-sec, .f45invest.vip-page #heading-3 .text-sec, .f45invest.vip-page #heading-4 .text-sec {
      padding-bottom: 0; }
    .f45invest.vip-page .image-w-content.no-slash-effect .img-w-text .text-sec {
      align-self: flex-start; }
    .f45invest.vip-page #content-1 .text-sec, .f45invest.vip-page #content-3 .text-sec, .f45invest.vip-page #content-4 .text-sec {
      padding-top: 24px; }
    .f45invest.vip-page .video-block .flex-wrap > div {
      margin-bottom: 0; }
    .f45invest.vip-page .video-block .video__text p:last-child {
      margin-bottom: 0; }
    .f45invest.vip-page .tpl-form-media .col-md-6:last-child {
      background-color: #f6f6f6;
      padding: 20px; } }
  @media (min-width: 992px) {
    .f45invest.vip-page #heading-3 .text-sec h2 {
      max-width: 60%; } }
  @media (min-width: 1371px) {
    .f45invest.vip-page #content-1 .text-sec, .f45invest.vip-page #content-3 .text-sec, .f45invest.vip-page #content-4 .text-sec {
      padding-left: 0; }
    .f45invest.vip-page #heading-2 .text-sec, .f45invest.vip-page #heading-3a .text-sec, .f45invest.vip-page #heading-5 .text-sec {
      padding-bottom: 24px; }
    .f45invest.vip-page #content-2 .text-sec, .f45invest.vip-page #content-3a .text-sec, .f45invest.vip-page #content-5 .text-sec {
      padding-top: 0; }
    .f45invest.vip-page #content-1 > .container, .f45invest.vip-page #content-3 > .container, .f45invest.vip-page #content-4 > .container,
    .f45invest.vip-page #content-2 > .container, .f45invest.vip-page #content-3a > .container, .f45invest.vip-page #content-5 > .container {
      max-width: none;
      padding-left: 90px;
      padding-right: 90px; } }
  @media (min-width: 1371px) {
    .f45invest.franchise-page #content-1 > .container, .f45invest.franchise-page #content-3 > .container, .f45invest.franchise-page #content-4 > .container,
    .f45invest.franchise-page #content-2 > .container, .f45invest.franchise-page #content-3a > .container, .f45invest.franchise-page #content-5 > .container, .f45invest.aboutf45-page #content-1 > .container, .f45invest.aboutf45-page #content-3 > .container, .f45invest.aboutf45-page #content-4 > .container,
    .f45invest.aboutf45-page #content-2 > .container, .f45invest.aboutf45-page #content-3a > .container, .f45invest.aboutf45-page #content-5 > .container {
      max-width: 1340px; } }
  @media (min-width: 1800px) {
    .f45invest.franchise-page #content-1 > .container, .f45invest.franchise-page #content-3 > .container, .f45invest.franchise-page #content-4 > .container,
    .f45invest.franchise-page #content-2 > .container, .f45invest.franchise-page #content-3a > .container, .f45invest.franchise-page #content-5 > .container, .f45invest.aboutf45-page #content-1 > .container, .f45invest.aboutf45-page #content-3 > .container, .f45invest.aboutf45-page #content-4 > .container,
    .f45invest.aboutf45-page #content-2 > .container, .f45invest.aboutf45-page #content-3a > .container, .f45invest.aboutf45-page #content-5 > .container {
      max-width: 1600px; } }
  @media (max-width: 1370px) {
    .f45invest.franchise-page #content-1 > .container, .f45invest.franchise-page #content-3 > .container, .f45invest.franchise-page #content-4 > .container,
    .f45invest.franchise-page #content-2 > .container, .f45invest.franchise-page #content-3a > .container, .f45invest.franchise-page #content-5 > .container, .f45invest.aboutf45-page #content-1 > .container, .f45invest.aboutf45-page #content-3 > .container, .f45invest.aboutf45-page #content-4 > .container,
    .f45invest.aboutf45-page #content-2 > .container, .f45invest.aboutf45-page #content-3a > .container, .f45invest.aboutf45-page #content-5 > .container {
      padding-left: 25px;
      padding-right: 25px; } }
  @media (min-width: 1371px) {
    .f45invest.franchise-page #content-1 .img-w-text.reverse .text-sec, .f45invest.franchise-page #content-3 .img-w-text.reverse .text-sec, .f45invest.franchise-page #content-4 .img-w-text.reverse .text-sec, .f45invest.aboutf45-page #content-1 .img-w-text.reverse .text-sec, .f45invest.aboutf45-page #content-3 .img-w-text.reverse .text-sec, .f45invest.aboutf45-page #content-4 .img-w-text.reverse .text-sec {
      padding-left: 0; }
    .f45invest.franchise-page #heading-2 .text-sec, .f45invest.franchise-page #heading-3a .text-sec, .f45invest.franchise-page #heading-5 .text-sec, .f45invest.aboutf45-page #heading-2 .text-sec, .f45invest.aboutf45-page #heading-3a .text-sec, .f45invest.aboutf45-page #heading-5 .text-sec {
      padding-bottom: 24px; }
    .f45invest.franchise-page #content-2 .text-sec, .f45invest.franchise-page #content-3a .text-sec, .f45invest.franchise-page #content-5 .text-sec, .f45invest.aboutf45-page #content-2 .text-sec, .f45invest.aboutf45-page #content-3a .text-sec, .f45invest.aboutf45-page #content-5 .text-sec {
      padding-top: 0; } }
  @media (min-width: 1200px) {
    .f45invest.vip-page .hero--third .hero--secondary__title {
      max-width: 95%; }
    .f45invest.vip-page .hero--secondary__text {
      max-width: 85%; } }
  @media (max-width: 991.98px) {
    .f45invest.vip-page .img-w-text .text-sec {
      background: none; }
    .f45invest.vip-page .tpl-form-media {
      padding-top: 50px; } }
  .f45invest .hero--third .title {
    font-weight: 900;
    line-height: 1.1; }
  @media screen and (max-width: 767px) {
    .f45invest.franchise-page .image-w-content.no-slash-effect {
      padding-top: 3rem !important; } }
  @media screen and (min-width: 768px) {
    .f45invest.testimonials-page .video-block {
      padding-top: 70px; }
      .f45invest.testimonials-page .video-block .title-underline {
        display: none; } }
  .f45invest.aboutf45-page .card-section-block {
    background-color: #f9f9f9; }
  @media screen and (min-width: 768px) {
    .f45invest.aboutf45-page .card-section-block.three-col .card {
      margin-right: 2% !important;
      flex-basis: 49%; }
      .f45invest.aboutf45-page .card-section-block.three-col .card:nth-child(2n) {
        margin-right: 0% !important; } }
  @media screen and (min-width: 992px) {
    .f45invest.aboutf45-page .card-section-block.three-col .card {
      margin-right: 2% !important;
      flex-basis: 23.5%; }
      .f45invest.aboutf45-page .card-section-block.three-col .card:nth-child(3n), .f45invest.aboutf45-page .card-section-block.three-col .card:nth-child(2n) {
        margin-right: 2% !important; }
      .f45invest.aboutf45-page .card-section-block.three-col .card:nth-child(4n) {
        margin-right: 0 !important; } }
  .f45invest.aboutf45-page #content-1, .f45invest.aboutf45-page #content-3 {
    background-color: #f9f9f9; }
    @media screen and (max-width: 767px) {
      .f45invest.aboutf45-page #content-1, .f45invest.aboutf45-page #content-3 {
        padding-top: 30px !important; } }
  .f45invest.aboutf45-page #content-3 .hero-video-wrapper {
    background-color: transparent; }
    @media screen and (min-width: 1280px) {
      .f45invest.aboutf45-page #content-3 .hero-video-wrapper img {
        object-fit: contain; } }
  @media screen and (min-width: 768px) {
    .f45invest.aboutf45-page #content-3 .img-w-text {
      overflow: visible; } }
  @media screen and (min-width: 992px) {
    .f45invest.aboutf45-page #content-3 .hero-video-wrapper {
      margin-bottom: -100px;
      margin-top: -100px; } }
  @media screen and (max-width: 767px) {
    .f45invest.aboutf45-page #content-3 {
      padding-bottom: 30px !important; } }

body.page-template-template-challenge {
  font-size: 14px; }

.f45academy .hero .heading-box {
  padding-bottom: 0; }
  .f45academy .hero .heading-box .btn {
    border-radius: 0;
    padding: 20px 30px 18px;
    font-size: 16px; }
    @media screen and (min-width: 768px) {
      .f45academy .hero .heading-box .btn {
        display: block;
        margin-left: -18px;
        margin-right: -18px; } }
  .f45academy .hero .heading-box.left {
    display: flex;
    flex-direction: column; }
    .f45academy .hero .heading-box.left .vertical-logo {
      border-bottom: none;
      order: -1; }
      .f45academy .hero .heading-box.left .vertical-logo:after {
        display: none; }

.f45academy .hero.hero-image + .our-studio {
  padding: 0; }

.f45academy .site-header-left .logo img {
  max-width: inherit; }

.f45academy .card-section-block.three-col .card .cardInfo .btn {
  min-width: 90%; }

body.malibucrew {
  font-family: "Avenir LT Std", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #0C3353; }
  body.malibucrew h1 {
    font-family: "Blair ITC", Helvetica, Arial, sans-serif;
    font-weight: 500; }
  body.malibucrew .md-ptb {
    padding-top: 100px;
    padding-bottom: 100px; }
  body.malibucrew .img-w-text .text-sec p,
  body.malibucrew h2, body.malibucrew h3, body.malibucrew h4, body.malibucrew h5, body.malibucrew h6 {
    font-family: inherit; }
  body.malibucrew h1, body.malibucrew h2, body.malibucrew h3, body.malibucrew h4, body.malibucrew h5, body.malibucrew h6 {
    color: #0C3353; }
  body.malibucrew h2, body.malibucrew h3 {
    font-weight: 900;
    letter-spacing: 2.15px; }
  body.malibucrew h2 {
    line-height: 1.1; }
  body.malibucrew h4 {
    line-height: 1.2; }
  body.malibucrew .img-w-text .text-sec h2 {
    letter-spacing: 2.15px; }
  body.malibucrew .stay-update h4 {
    font-size: 36px;
    font-family: "Blair ITC", Helvetica, Arial, sans-serif;
    font-weight: medium;
    padding-top: 100px;
    padding-bottom: 100px; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/icons/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../../fonts/slick.eot");
  src: url("../../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../../fonts/slick.woff") format("woff"), url("../../fonts/slick.ttf") format("truetype"), url("../../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: #211551;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: #211551;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #211551;
      opacity: 0.75; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

body.fs8invest {
  font-family: "Helvetica Neue", Helvetica, Arial, serif;
  color: #000000;
  /*.hero .videoContent {
  padding-bottom: 750px;
  }*/
  /*.block-text-2column .container,.image-w-content .container,.card-section-block .container {
  padding-left: 70px; padding-right: 70px;
  }*/ }
  body.fs8invest a {
    color: #000000; }
  body.fs8invest p {
    font-family: "Helvetica Neue", Helvetica, Arial, serif; }
  body.fs8invest h1, body.fs8invest h2, body.fs8invest h3, body.fs8invest h4, body.fs8invest h5, body.fs8invest h6 {
    color: #000000;
    font-family: "Helvetica Neue", Helvetica, Arial, serif; }
  body.fs8invest .menu-item.btn-default {
    background-color: #000000;
    padding: 0;
    border: none; }
    body.fs8invest .menu-item.btn-default > a {
      display: block;
      padding: 16px 30px 14px;
      color: #fff;
      border: 2px solid transparent; }
      body.fs8invest .menu-item.btn-default > a:after {
        display: none; }
  body.fs8invest.home .menu-item.btn-default {
    background-color: #fff; }
    body.fs8invest.home .menu-item.btn-default a {
      color: #000; }
  body.fs8invest #heading-1 .hero-video-wrapper,
  body.fs8invest #heading-2 .hero-video-wrapper,
  body.fs8invest #heading-3 .hero-video-wrapper,
  body.fs8invest #heading-4 .hero-video-wrapper,
  body.fs8invest #heading-5 .hero-video-wrapper {
    display: none; }
  body.fs8invest #heading-1 .text-sec,
  body.fs8invest #heading-2 .text-sec,
  body.fs8invest #heading-3 .text-sec,
  body.fs8invest #heading-4 .text-sec,
  body.fs8invest #heading-5 .text-sec {
    width: 100%; }
  body.fs8invest #content-1 .text-sec,
  body.fs8invest #content-2 .text-sec,
  body.fs8invest #content-3 .text-sec,
  body.fs8invest #content-4 .text-sec,
  body.fs8invest #content-5 .text-sec {
    width: 60%; }
  body.fs8invest #content-1 .hero-video-wrapper,
  body.fs8invest #content-2 .hero-video-wrapper,
  body.fs8invest #content-3 .hero-video-wrapper,
  body.fs8invest #content-4 .hero-video-wrapper,
  body.fs8invest #content-5 .hero-video-wrapper {
    width: 40%; }
  @media screen and (max-width: 767px) {
    body.fs8invest #content-1 .text-sec,
    body.fs8invest #content-2 .text-sec,
    body.fs8invest #content-3 .text-sec,
    body.fs8invest #content-4 .text-sec,
    body.fs8invest #content-5 .text-sec {
      width: 100%; }
    body.fs8invest #content-1 .hero-video-wrapper,
    body.fs8invest #content-2 .hero-video-wrapper,
    body.fs8invest #content-3 .hero-video-wrapper,
    body.fs8invest #content-4 .hero-video-wrapper,
    body.fs8invest #content-5 .hero-video-wrapper {
      width: 100%; } }
  body.fs8invest .img-w-text h2 {
    line-height: 1.1;
    font-size: 36px;
    font-family: 'Gotham';
    position: relative; }
    body.fs8invest .img-w-text h2:after {
      content: "";
      width: 85px;
      height: 3px;
      position: absolute;
      left: 0;
      bottom: 0;
      background: #b2b2b2; }
  body.fs8invest .img-w-text .text-sec p, body.fs8invest .img-w-text .text-sec ul {
    font-family: "Helvetica Neue", Helvetica, Arial, serif;
    color: #4a4a4a;
    font-weight: 400; }
  body.fs8invest .hs_country_id,
  body.fs8invest .hs_territory_interested_in {
    margin: 0px; }
  body.fs8invest .video-block .container {
    max-width: 1120px; }
  body.fs8invest .slim-callout .container {
    max-width: 1020px; }
  body.fs8invest .invest-form .invest-form-heading {
    text-align: left; }
  @media screen and (max-width: 767px) {
    body.fs8invest .img-w-text .text-sec {
      text-align: left;
      padding: 50px 0px; } }
  body.fs8invest .tab-content {
    padding: 50px 50px 50px 70px; }
  body.fs8invest .tab-content .sub-title {
    font-family: "Gotham Black"; }
  body.fs8invest .cardInfo p {
    color: inherit; }
  body.fs8invest #unique-business-opportunity .text-sec {
    width: 100%; }
  body.fs8invest #unique-business-opportunity-2 .text-sec {
    width: 60%; }
  body.fs8invest #unique-business-opportunity-2 .hero-video-wrapper {
    width: 40%; }
  body.fs8invest #unique-business-opportunity-2 .text-sec:nth-child(1) {
    display: none; }
  body.fs8invest .tpl-form-media {
    background-color: #F6F6F6;
    padding-top: 50px;
    padding-bottom: 50px; }
  body.fs8invest .logo-list .container {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px; }
  body.fs8invest .logo-list .logo-list-container {
    padding: 0px; }
    body.fs8invest .logo-list .logo-list-container a {
      padding: 38px 10px 38px; }
      body.fs8invest .logo-list .logo-list-container a:nth-child(odd) {
        background-color: #F2F2F2; }
      body.fs8invest .logo-list .logo-list-container a:nth-child(even) {
        background-color: #F9F9F9; }
  body.fs8invest .college-page .tpl-form-media {
    background-color: white; }
  body.fs8invest .hs_recaptcha {
    display: none !important; }
  body.fs8invest .heading-line {
    background-color: #b2b2b2 !important; }
  body.fs8invest .btn-outline a.btn-outline {
    border: 2px solid #000;
    color: #fff !important;
    background-color: #000000; }
  body.fs8invest .site-header-right ul li.btn-outline a {
    color: #fff; }
  body.fs8invest .btn-outline:before,
  body.fs8invest .btn-outline:after,
  body.fs8invest .btn-default:before,
  body.fs8invest .btn-default:after {
    background: #000000; }
  body.fs8invest .hbspt-form .actions .hs-button {
    border: 2px solid #000;
    color: #fff !important;
    background-color: #000000;
    cursor: pointer; }
  body.fs8invest .hbspt-form .hs-form-field label {
    font-weight: 400; }
  body.fs8invest .note {
    color: #000000;
    margin-bottom: 25px; }
  body.fs8invest .redBar {
    font-weight: 900;
    font-size: 32px;
    font-family: "Helvetica Neue", Helvetica, Arial, serif;
    background-color: #f3f0f0; }
    body.fs8invest .redBar * {
      color: #000000; }
    body.fs8invest .redBar h3 {
      font-family: "Helvetica Neue", Helvetica, Arial, serif; }
    body.fs8invest .redBar .btn:hover {
      background-color: #000000;
      border-color: #000000;
      color: #fff; }
    body.fs8invest .redBar .btn-outline.white,
    body.fs8invest .redBar a.btn-outline.white {
      border-color: #000000; }
    body.fs8invest .redBar .btn:hover:after,
    body.fs8invest .redBar .btn:hover:before {
      background-color: #000000; }
  body.fs8invest .footer-top-lt-top p {
    padding-top: 12px; }
  body.fs8invest .site-header ul li a,
  body.fs8invest .footer-top ul li a {
    color: #000000; }
  body.fs8invest .site-header ul li a:hover,
  body.fs8invest .footer-top ul li a:hover {
    color: #333; }
  body.fs8invest .stay-update h4 {
    font-size: 24px;
    border-bottom-color: #b2b2b2; }
  body.fs8invest .navbar-fix-top .site-header-left-inner .site-navigation ul {
    list-style: none; }
  body.fs8invest .navbar-fix-top .site-header-left-inner.space-between {
    justify-content: start; }
  body.fs8invest .navbar-fix-top .toggle-btn span {
    background: #fff; }
  body.fs8invest .navbar-fix-top .inner-logo {
    padding-right: 60px; }
  body.fs8invest .navbar-fix-top .site-navigation li a:after {
    background: #b2b2b2; }
  @media (min-width: 768px) and (max-width: 1279px) {
    body.fs8invest .navbar-fix-top > .container {
      align-items: center; } }
  @media screen and (min-width: 1280px) {
    body.fs8invest .navbar-fix-top .toggle-btn {
      display: none; }
    body.fs8invest .navbar-fix-top .site-navigation ul > li > a {
      color: #fff; } }
  body.fs8invest .video-block .container {
    max-width: 1340px; }
  body.fs8invest .video__text {
    font-style: inherit; }
    body.fs8invest .video__text *:last-child {
      margin-bottom: 0; }
    body.fs8invest .video__text p {
      color: #4a4a4a; }
    body.fs8invest .video__text h3:last-child {
      margin-top: 25px; }
  body.fs8invest .hero-trial-form .heading-box .white-popup-block h1 {
    font-size: 36px; }
    @media screen and (max-width: 1279px) {
      body.fs8invest .hero-trial-form .heading-box .white-popup-block h1 {
        font-size: 24px; } }
  body.fs8invest .hero-trial-form .hero-intro .video-play-btn .play-btn-txt {
    font-size: 24px; }
  body.fs8invest .testimonial--style2.grey .testimonial-text {
    font-style: normal;
    font-size: 20px;
    color: #4a4a4a; }
    body.fs8invest .testimonial--style2.grey .testimonial-text .name {
      color: #000000;
      font-size: 20px;
      margin-top: 20px;
      text-transform: none; }
  body.fs8invest .testimonial--style2.grey .slick-arrow:after,
  body.fs8invest .testimonial--style2.grey .slick-arrow:before {
    width: 10px;
    height: 10px;
    border-color: #000000;
    border-left-width: 1px;
    border-bottom-width: 1px; }
  body.fs8invest .testimonial--style2.grey .slick-arrow {
    width: 53px;
    height: 53px;
    border-radius: 53px;
    border: 1px solid #000000; }
  body.fs8invest .card-section-block .card .cardInfo h3 {
    font-family: "Helvetica Neue", Helvetica, Arial, serif;
    margin-bottom: 20px;
    font-weight: 600;
    padding-bottom: 0;
    padding-top: 10px;
    color: #000000; }
  body.fs8invest .card-section-block.three-col .card .cardInfo h3 {
    font-family: "Helvetica Neue", Helvetica, Arial, serif;
    margin-bottom: 20px;
    color: #000000; }
  body.fs8invest .card-section-block.three-col .card .cardInfo p {
    color: #4a4a4a; }
  body.fs8invest .card-section-block.three-col .card {
    padding: 25px 25px 30px; }
    body.fs8invest .card-section-block.three-col .card .cardInfo {
      padding-bottom: 0; }
      body.fs8invest .card-section-block.three-col .card .cardInfo > *:last-child {
        margin-bottom: 0; }
      body.fs8invest .card-section-block.three-col .card .cardInfo .btn {
        position: static;
        transform: none;
        left: auto;
        top: auto;
        bottom: auto;
        margin-top: 15px;
        margin-bottom: 5px; }
  body.fs8invest .hero-trial-challenge.hero-video .hero-video-wrapper.fill-background {
    background-color: #000; }
  @media screen and (max-width: 767px) {
    body.fs8invest .block-text-2column .container,
    body.fs8invest .image-w-content .container,
    body.fs8invest .card-section-block .container {
      padding-left: 20px;
      padding-right: 20px; }
    body.fs8invest .tab-content {
      padding: 50px 0px 50px 0px; }
    body.fs8invest #unique-business-opportunity-2 .text-sec {
      width: 100%; }
    body.fs8invest #unique-business-opportunity-2 .hero-video-wrapper {
      width: 100%; }
    body.fs8invest .hero-trial .container {
      flex-direction: column; }
    body.fs8invest .hero-trial-form .hero-intro {
      padding-top: 100px;
      color: white !important; }
    body.fs8invest .hero-trial-form .heading-box .white-popup-block {
      max-width: 100%; } }
  @media screen and (min-width: 768px) {
    body.fs8invest .reverse.img-w-text .text-sec {
      padding-top: 50px; }
    body.fs8invest .no-slash-effect .container .text-sec {
      padding-top: 50px; }
    body.fs8invest .image-w-content {
      padding-top: 50px; } }

.avalonhouse {
  /* Header Mobile */ }
  @media (max-width: 767px) {
    .avalonhouse .site-header.inner-header .container {
      min-height: 72px; }
    .avalonhouse .site-header-left .logo img {
      max-width: 190px; }
    .avalonhouse .inner-logo span {
      font-size: 14px;
      padding-top: 0;
      vertical-align: middle; }
    .avalonhouse .inner-logo span:after {
      height: 20px;
      width: 1px; } }
  @media (max-width: 374px) {
    .avalonhouse .site-header.inner-header .container {
      min-height: 64px; }
    .avalonhouse .site-header-left .logo img {
      max-width: 150px; }
    .avalonhouse .inner-logo span {
      font-size: 12px;
      padding-top: 0; }
    .avalonhouse .inner-logo span:after {
      height: 16px; } }
  .avalonhouse .hero.hero-gallery {
    padding-top: 0;
    padding-bottom: 0; }
    .avalonhouse .hero.hero-gallery:after {
      background-image: linear-gradient(-180deg, rgba(33, 21, 81, 0) -20%, #093b32 90%); }
    @media screen and (max-width: 767px) {
      .avalonhouse .hero.hero-gallery .heading-box h2 {
        border-bottom: 1px solid #fff; }
      .avalonhouse .hero.hero-gallery .btn-default {
        background-color: #84ae99 !important;
        border-color: #84ae99 !important; }
      .avalonhouse .hero.hero-gallery .is-hidden-mobile {
        display: block !important; } }
  @media screen and (min-width: 992px) {
    .avalonhouse .our-studio .slick-slide img {
      height: calc(100vh - 105px);
      object-fit: cover;
      max-width: 100%; } }
  @media screen and (max-width: 767px) {
    .avalonhouse .our-studio .slick:after, .avalonhouse .our-studio .slick:before {
      display: none; } }

body.flywheel-theme .site-header-left .logo img {
  max-width: none;
  max-height: 64px; }

body.flywheel-theme .stay-update {
  display: none; }

body.flywheel-theme .footer-top-lt-btm {
  display: none; }

body.flywheel-theme .site-footer {
  padding-top: 40px; }
  body.flywheel-theme .site-footer .footer-top-lt > div.footer-top-lt-top img {
    max-height: 32px; }

body.flywheel-theme .site-footer.site-footer-default .footer-top-lt > div.footer-top-lt-top {
  align-items: center;
  padding-bottom: 11px; }

body.flywheel-theme .site-footer.site-footer-default .footer-top {
  border: none;
  margin: 0; }

body.flywheel-theme .footer-top ul li a:hover {
  color: #00B3DC; }

body.flywheel-theme .footer-top-lt-top p {
  padding: 5px 0 0;
  margin: 0;
  font-size: 13px; }

body.flywheel-theme .img-w-text h2 {
  margin-bottom: 24px; }

body.flywheel-theme .video__text p {
  color: #fff; }

body.flywheel-theme .heading-line {
  background-color: #00B3DC !important; }

body.flywheel-theme .testimonial--style2.grey .slick-arrow:before {
  border-color: #7a93dc !important; }

body.flywheel-theme .stay-update h4 {
  border-bottom-color: #7a93dc !important; }

body.flywheel-theme h1 {
  font-family: 'Termina W05', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 600; }

body.flywheel-theme h2 {
  font-family: 'Termina W05', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 600; }

body.flywheel-theme h3 {
  font-family: 'Termina W05', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 600; }

body.flywheel-theme h4 {
  font-family: 'Termina W05', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 600; }

body.flywheel-theme h5 {
  font-family: 'Termina W05', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 600; }

body.flywheel-theme h6 {
  font-family: 'Termina W05', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 600; }

body.flywheel-theme a {
  transition: all 0.2s ease; }
  body.flywheel-theme a:hover {
    color: #00B3DC; }

body.flywheel-theme .hero-trial-form .heading-box .white-popup-block h1 {
  font-family: 'Termina W05', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 600; }

body.flywheel-theme .card-section-block.three-col .title-underline:after {
  background-color: #00B3DC; }

body.flywheel-theme .card-section-block.three-col .cardInfo h3 span {
  display: inline-block; }

body.flywheel-theme.thank-you .simple-text {
  text-align: center;
  min-height: calc(100vh - 189px);
  display: flex;
  justify-content: center;
  align-items: center; }
  body.flywheel-theme.thank-you .simple-text a {
    color: #00B3DC; }
    body.flywheel-theme.thank-you .simple-text a:hover {
      color: #009ec3; }

body.flywheel-theme .hero .heading-box h2 {
  border-bottom: 1px solid #000;
  line-height: 1em;
  font-size: 36px;
  line-height: 42px; }
  body.flywheel-theme .hero .heading-box h2:after {
    background: #7a93dc; }

body.flywheel-theme .hero .heading-box .btn-default {
  background-color: black;
  color: white;
  border-color: black;
  border-radius: 0; }

body.flywheel-theme .hero .heading-box p {
  font-size: 14px;
  color: #000;
  text-transform: none; }

body.flywheel-theme .hero .heading-box.heading-box-sm {
  max-width: 354px; }

body.flywheel-theme .hero-video-wrapper {
  background-color: #000; }

body.flywheel-theme .video-block .video__item {
  background-color: #000;
  padding: 25px;
  min-height: 100%; }

body.flywheel-theme .video-block .video h4 {
  color: #fff; }

body.flywheel-theme .video-block .video__des {
  padding: 0;
  text-align: center; }

body.flywheel-theme .video h4 {
  font-size: 22px; }

body.flywheel-theme .hero-trial-challenge.hero-video .hero-video-wrapper {
  background: #000 !important; }

body.flywheel-theme #menu-f45-header-right .btn {
  font-family: Helvetica, Arial, serif; }

body.flywheel-theme #menu-f45-header-right a.btn {
  font-family: Helvetica, Arial, serif; }

body.flywheel-theme .hero-trial-form .hero-intro .video-play-btn .play-btn-txt .play-link {
  font-family: Helvetica, Arial, serif;
  font-size: 20px; }

body.flywheel-theme .hero-trial-form .hero-intro .video-play-btn button:after {
  border-left: 10px solid #000000;
  border-left: 10px solid #ffffff !important; }

body.flywheel-theme .hero-trial .hero-intro .video-play-btn button {
  background-color: #7a93dc !important; }

body.flywheel-theme #fs8-invest-cards .card {
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none;
  padding-top: 40px;
  padding-bottom: 60px; }
  body.flywheel-theme #fs8-invest-cards .card h3 {
    color: #ffffff !important; }
  body.flywheel-theme #fs8-invest-cards .card p {
    color: #ffffff !important; }

body.flywheel-theme #fs8-invest-cards .btn.btn-dark {
  color: black;
  background: #ffffff;
  border: 2px solid #ffffff; }

body.flywheel-theme #fs8-invest-cards-single {
  padding-top: 0px;
  margin-top: -10px; }
  body.flywheel-theme #fs8-invest-cards-single .card {
    background-color: #000000 !important;
    color: #ffffff !important;
    border: none;
    padding-top: 40px;
    padding-bottom: 60px;
    min-width: 100%;
    margin: auto;
    padding-top: 50px;
    padding-bottom: 70px; }
    body.flywheel-theme #fs8-invest-cards-single .card h3 {
      color: #ffffff !important; }
    body.flywheel-theme #fs8-invest-cards-single .card p {
      color: #ffffff !important; }
  body.flywheel-theme #fs8-invest-cards-single .btn.btn-dark {
    color: black;
    background: #ffffff;
    border: 2px solid #ffffff;
    max-width: 70%;
    margin: auto;
    min-width: 20%; }

body.flywheel-theme .slick-arrow {
  border: 1px solid #7a93dc !important; }

body.flywheel-theme .slick-next:before {
  color: #7a93dc !important; }

body.flywheel-theme .slick-prev:before {
  color: #7a93dc !important; }

body.flywheel-theme #fs8-invest-bottom-cta {
  background-color: #000000 !important; }
  body.flywheel-theme #fs8-invest-bottom-cta h3 {
    color: #ffffff !important; }
  body.flywheel-theme #fs8-invest-bottom-cta .btn-outline {
    border-color: #ffffff !important;
    color: #ffffff !important; }

body.flywheel-theme .footer-btm a {
  background-color: #000000 !important;
  color: #ffffff !important; }

body.flywheel-theme #fs8-invest-discovery-middle-cta {
  background-color: #000000 !important;
  margin: auto;
  max-width: 1340px;
  width: 100%; }
  body.flywheel-theme #fs8-invest-discovery-middle-cta h3 {
    color: #ffffff !important; }
  body.flywheel-theme #fs8-invest-discovery-middle-cta .btn-outline {
    border-color: #ffffff !important;
    color: #000000 !important;
    background-color: #ffffff !important; }
    body.flywheel-theme #fs8-invest-discovery-middle-cta .btn-outline:hover {
      border-color: #ffffff !important;
      color: #000000 !important;
      background-color: #ffffff !important; }

body.flywheel-theme .toggle-btn {
  display: none !important; }

@media screen and (min-width: 768px) {
  body.flywheel-theme .navbar-fix-top {
    padding-top: 30px;
    padding-bottom: 30px; }
  body.flywheel-theme body.thank-you .simple-text {
    min-height: calc(100vh - 124px); } }

@media screen and (max-width: 767px) {
  body.flywheel-theme .site-footer.site-footer-default .footer-top-lt > div.footer-top-lt-top {
    flex-direction: column; }
  body.flywheel-theme .site-footer.site-footer-default .footer-top {
    padding: 0; }
  body.flywheel-theme .footer-top-rt.flex.space-between {
    justify-content: center; }
  body.flywheel-theme .hbspt-form fieldset.form-columns-1:nth-child(3) div.hs-input {
    display: flex;
    flex-direction: column; }
  body.flywheel-theme .hbspt-form fieldset.form-columns-1:nth-child(3) div.hs-input > * {
    width: 100% !important; }
  body.flywheel-theme .hbspt-form fieldset.form-columns-1:nth-child(3) div.hs-input > *:first-child {
    margin-bottom: 20px; }
  body.flywheel-theme.home .card-section-block {
    padding-top: 30px !important; }
  body.flywheel-theme .hero-trial {
    border: none;
    padding-bottom: 0; }
  body.flywheel-theme .footer-top ul li a {
    display: block;
    min-width: 100px;
    text-align: center; }
  body.flywheel-theme #discovery-day-hero {
    padding-bottom: 10px; }
    body.flywheel-theme #discovery-day-hero .img-bg {
      height: 720px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  body.flywheel-theme .no-slash-effect .container .text-sec {
    padding-top: 0 !important; } }

@media (min-width: 768px) and (max-width: 1199px) {
  body.flywheel-theme .img-w-text h2 {
    font-size: 28px; } }

@media (min-width: 768px) and (max-width: 991px) {
  body.flywheel-theme .image-w-content.no-slash-effect .img-w-text {
    display: block;
    float: none; }
  body.flywheel-theme .image-w-content.no-slash-effect .hero-video-wrapper {
    width: 100%; }
  body.flywheel-theme .no-slash-effect .container .text-sec {
    width: 100%;
    padding-left: 0;
    padding-right: 0; } }

@media (max-width: 991px) {
  body.flywheel-theme .no-slash-effect .container .text-sec {
    padding-bottom: 0 !important; }
  body.flywheel-theme .image-w-content.no-slash-effect {
    padding-bottom: 0 !important; }
  body.flywheel-theme .img-w-text .text-sec p:last-child {
    margin-bottom: 0;
    padding-bottom: 0; }
  body.flywheel-theme .img-w-text .text-sec ul:last-child {
    margin-bottom: 0;
    padding-bottom: 0; }
  body.flywheel-theme .img-w-text .text-sec p {
    padding-bottom: 0; } }

@media (max-width: 767px) {
  body.flywheel-theme .hero:after {
    background-image: linear-gradient(-180deg, rgba(33, 21, 81, 0) -20%, rgba(0, 0, 0, 0.5) 100%); }
  body.flywheel-theme .hero .heading-box .btn-default {
    background-color: #fff;
    color: #000;
    border-color: #fff; }
  body.flywheel-theme .hero .heading-box h2 {
    border: none;
    margin-bottom: 0;
    font-size: 34px; }
  body.flywheel-theme .hero .heading-box p {
    color: #fff; }
  body.flywheel-theme .img-w-text h2 {
    font-size: 26px; }
  body.flywheel-theme .site-header.inner-header .container {
    min-height: 80px; }
  body.flywheel-theme .img-w-text .text-sec p {
    margin-bottom: 0; }
  body.flywheel-theme .fs8ambassadors .video-block .row.flex-wrap {
    margin-left: -15px;
    margin-right: -15px; }
  body.flywheel-theme .video-block .video__item {
    padding: 20px !important; } }

@media (min-width: 1200px) {
  body.flywheel-theme #fs8-invest-discovery-middle-cta {
    max-width: 1140px; } }

@media (min-width: 992px) {
  body.flywheel-theme #fs8-invest-discovery-middle-cta {
    max-width: 960px; } }

@media (min-width: 768px) {
  body.flywheel-theme #fs8-invest-discovery-middle-cta {
    max-width: 720px; } }

@media (min-width: 576px) {
  body.flywheel-theme #fs8-invest-discovery-middle-cta {
    max-width: 540px; } }

@media (max-width: 768px) {
  body.flywheel-theme #fs8-invest-cards-single .btn.btn-dark {
    max-width: 70%;
    margin: auto;
    min-width: 70%; } }

.tpl-corporate .row {
  align-items: center; }

.tpl-corporate__title {
  margin: 0;
  display: flex;
  align-items: center; }
  .tpl-corporate__title img {
    width: 30px;
    margin-right: 10px;
    margin-top: -4px; }

.tpl-corporate__row-text {
  margin-top: 30px; }

.tpl-corporate__col-text {
  padding: 0px 15px;
  flex: 0 0 50%;
  max-width: 50%; }
  .tpl-corporate__col-text ul {
    margin-top: 20px;
    margin-left: 15px; }
  .tpl-corporate__col-text + div {
    border-left: 1px solid #979797; }

@media screen and (min-width: 768px) {
  .tpl-corporate__row-text {
    margin-top: 0; } }

@media screen and (min-width: 1200px) {
  .tpl-corporate__col-text {
    padding: 25px 60px; } }

@media screen and (max-width: 767px) {
  .tpl-corporate__col-text ul {
    margin-top: 10px; }
  .tpl-corporate__title {
    font-size: 18px; }
    .tpl-corporate__title img {
      width: 20px;
      margin-right: 5px; } }

.hero-trial-form .img-bg-trial {
  display: block !important; }

.hero-trial-form .hero-intro {
  max-width: 400px; }
  .hero-trial-form .hero-intro h1 {
    text-transform: uppercase;
    font-size: 36px; }
  .hero-trial-form .hero-intro .video-play-btn button {
    width: 40px;
    height: 40px;
    cursor: pointer; }
    .hero-trial-form .hero-intro .video-play-btn button:after {
      content: '';
      border-top: 7px solid transparent;
      border-bottom: 7px solid transparent;
      border-left: 10px solid #d6001c;
      margin-left: 2px; }
  .hero-trial-form .hero-intro .video-play-btn .play-btn-txt {
    font-size: 18px; }
    .hero-trial-form .hero-intro .video-play-btn .play-btn-txt .play-link {
      color: #fff; }

.hero-trial-form .heading-box {
  flex: 1;
  border: none;
  display: flex;
  justify-content: flex-end;
  background: none;
  padding: 0;
  width: auto; }
  .hero-trial-form .heading-box .white-popup-block {
    background: #FFF;
    padding: 30px;
    max-width: 500px;
    margin: 0; }
    .hero-trial-form .heading-box .white-popup-block h1 {
      text-transform: uppercase;
      font-size: 36px;
      text-align: center; }

@media screen and (min-width: 1025px) {
  .hero-trial-form .heading-box .white-popup-block h1 {
    font-size: 50px; }
  .hero-trial-form .hero-intro h1 {
    font-size: 50px; } }

@media screen and (max-width: 992px) {
  .hero-trial-form .hero-intro {
    max-width: calc(100% - 400px);
    padding-right: 0; }
  .hero-trial-form .heading-box .white-popup-block {
    max-width: 400px; } }

@media screen and (max-width: 767px) {
  .hero-trial-form .hero-intro {
    color: inherit !important;
    max-width: 100%; }
  .hero-trial-form .heading-box {
    margin-top: 20px; } }

.order-form-select select.form-control {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  color: #0c0033;
  font-family: "Gotham", Helvetica, Arial, serif;
  position: relative;
  border: 1px solid #cccdd4;
  padding: 0px 42px 0 15px;
  box-shadow: none !important;
  width: auto;
  background-position: 110% center; }

.order-form-select label {
  color: #0c0033; }

.order-form-select .ui-autocomplete-input {
  width: 280px; }

.equipment-order-item input.checkbox-status {
  width: 20px;
  height: 20px; }

#equipment-order-list th {
  font-size: 14px; }

.supplier-equipment-order input:disabled, .supplier-equipment-order input[readonly],
.supplier-equipment-order textarea:disabled,
.supplier-equipment-order textarea[readonly] {
  background: #dedede; }

.supplier-equipment-order .checkbox .control-indicator {
  opacity: 0.4;
  cursor: not-allowed; }

.supplier-equipment-order .checkbox .control-indicator.show {
  opacity: 1;
  cursor: pointer; }

.supplier-equipment-order .input-file-container .no_file {
  background-color: #fff; }

.pagination {
  display: block;
  float: right; }
  .pagination ul {
    display: flex;
    list-style: none;
    border-radius: .25rem;
    padding: 0 0 0 17px;
    margin-top: 0;
    margin-bottom: 1rem; }
    .pagination ul li {
      margin: 0 0 0 20px;
      display: list-item;
      line-height: 1.3;
      color: rgba(12, 0, 51, 0.5); }
      .pagination ul li a {
        width: 100%;
        height: 34px;
        font-weight: 700;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        cursor: pointer;
        outline: none;
        color: #0c0033; }

.form-group-width-icon {
  position: relative; }

.btn-close {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%); }

.drp-buttons .cancelBtn,
.drp-buttons .applyBtn {
  background-color: #f0f0f0;
  color: #4a4a4a;
  border: none;
  font-weight: 500 !important;
  padding: 8px !important; }
  .drp-buttons .cancelBtn:hover,
  .drp-buttons .applyBtn:hover {
    background-color: #d6001c;
    color: #fff; }
