.hl_btn, .hl_btn_light, .subPageHeader__tableCell .white_block input[type=submit], .subPageHeader__tableCell--switch .white_block input[type=submit] {
  border: 0;
  outline: none;
  padding: 12px 20px 12px;
  margin: 5px 0 0 0;
  cursor: pointer;
  text-transform: none;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0;
  font-family: 'proxima_novasemibold';
  font-weight: normal;
  font-style: normal;
  background-color: #0d9bdc;
  color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1px;
  outline: none;
  display: inline-block;
  text-align: center;
  position: relative;
  -webkit-transition: opacity 100ms ease-out;
  -moz-transition: opacity 100ms ease-out;
  -ms-transition: opacity 100ms ease-out;
  -o-transition: opacity 100ms ease-out;
  text-decoration: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.hl_btn_light {
  background-color: #eaf8fe;
  color: #0d9bdc;
  border: 1px solid #DDD; }
  .hl_btn_light:hover {
    background-color: #d2effc; }

.hl_edt, .hl_edit_blue, .subPageHeader__tableCell .white_block input[type=text], .subPageHeader__tableCell--switch .white_block input[type=text],
.subPageHeader__tableCell .white_block input[type=password],
.subPageHeader__tableCell--switch .white_block input[type=password] {
  font-family: 'proxima_nova_rgregular';
  font-weight: normal;
  font-style: normal;
  width: 100%;
  min-height: 40px;
  box-sizing: border-box;
  background-color: #f6f7f8;
  border: 1px solid #e1e2e6;
  resize: none;
  font-size: 14px;
  line-height: 20px;
  color: #8f9ea6;
  padding: 5px 9px;
  outline: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-shadow: inset rgba(0, 0, 0, 0.15) 0px 3px 2px -3px;
  -webkit-box-shadow: inset rgba(0, 0, 0, 0.15) 0px 3px 2px -3px;
  box-shadow: inset rgba(0, 0, 0, 0.15) 0px 3px 2px -3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

.hl_edit_blue {
  background-color: #eaf8fe; }

.slideContent__left {
  position: absolute;
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: calc(50% + 5px); }
  .portrait .slideContent__left {
    top: 30px;
    right: 30px;
    left: 30px;
    bottom: calc(50% + 5px); }
    @media (min-width: 1200px) {
      .portrait .slideContent__left {
        top: 60px;
        right: 60px;
        left: 60px; } }
  @media (min-width: 1200px) {
    .slideContent__left {
      top: 60px;
      bottom: 60px;
      left: 60px; } }
.slideContent__right {
  position: absolute;
  top: 30px;
  bottom: 30px;
  right: 30px;
  left: calc(50% + 5px); }
  @media (min-width: 1200px) {
    .slideContent__right {
      top: 60px;
      bottom: 60px;
      right: 60px; } }
  .portrait .slideContent__right {
    top: 30px;
    bottom: 30px;
    left: 30px;
    top: calc(35% + 5px); }
    @media (min-width: 1200px) {
      .portrait .slideContent__right {
        top: 60px;
        bottom: 60px;
        left: 60px; } }
    @media (max-width: 350px) {
      .portrait .slideContent__right {
        right: 10px;
        left: 10px;
        top: 130px; } }
.slideContent__inner {
  width: 100%;
  height: 100%;
  position: relative; }
.slideContent__middle, .slideContent__middle--center {
  position: absolute;
  top: 50%;
  -ms-transform: translate(0, -50%);
  /* IE 9 */
  -webkit-transform: translate(0, -50%);
  /* Safari */
  transform: translate(0, -50%); }
  .slideContent__middle--center {
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    /* IE 9 */
    -webkit-transform: translate(-50%, -50%);
    /* Safari */
    transform: translate(-50%, -50%); }
.slideContent__btnVideoCircle, .slideContent__btnVideoCircle--big {
  box-sizing: border-box;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 23px;
  border: #0d9bdc solid 2.7px;
  position: relative;
  margin: -5px 0.5rem -5px -5px; }
  .slideContent__btnVideoCircle:after, .slideContent__btnVideoCircle--big:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5.5px 0 5.5px 7px;
    border-color: transparent transparent transparent #0d9bdc;
    position: absolute;
    top: 50%;
    left: 58%;
    -ms-transform: translate(-50%, -50%);
    /* IE 9 */
    -webkit-transform: translate(-50%, -50%);
    /* Safari */
    transform: translate(-50%, -50%); }
  .slideContent__btnVideoCircle--big {
    box-sizing: border-box;
    display: block;
    height: 105px;
    width: 105px;
    border: #0d9bdc solid 12px;
    background: rgba(13, 155, 220, 0.3);
    margin: auto;
    -ms-transform: scale(1);
    /* IE 9 */
    -webkit-transform: scale(1);
    /* Safari */
    transform: scale(1);
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out; }
    .slideContent__btnVideoCircle--big:after {
      border-width: 28px 0 28px 38px; }
    @media (max-width: 640px) {
      .subPageHeader__badges .slideContent__btnVideoCircle--big {
        -ms-transform: scale(1);
        /* IE 9 */
        -webkit-transform: scale(1);
        /* Safari */
        transform: scale(1); } }
    @media (max-width: 640px) {
      .slideContent__btnVideoCircle--big {
        -ms-transform: scale(0.8);
        /* IE 9 */
        -webkit-transform: scale(0.8);
        /* Safari */
        transform: scale(0.8); } }
    .slideContent__btnVideoCircle--big:hover {
      -webkit-transition: all 50ms ease-in-out;
      -moz-transition: all 50ms ease-in-out;
      -o-transition: all 50ms ease-in-out;
      transition: all 50ms ease-in-out;
      -ms-transform: scale(1.1);
      /* IE 9 */
      -webkit-transform: scale(1.1);
      /* Safari */
      transform: scale(1.1); }
.slideContent__badgesWrapper {
  position: absolute;
  top: 50%;
  margin-top: -72px;
  width: 100%;
  text-align: center; }
  @media (max-width: 350px) {
    .slideContent__badgesWrapper {
      margin-top: -85px; } }
.slideContent__badges {
  background-image: url("../images/page-headers/FHL.png"), url("../images/page-headers/MHL.png"), url("../images/page-headers/AHL.png");
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: right, center, left;
  background-size: contain, contain, contain;
  padding: 20px 20px;
  vertical-align: middle;
  box-sizing: border-box;
  min-width: 130px;
  max-width: 320px;
  margin: auto; }
  @media (max-width: 550px) {
    .slideContent__badges {
      background-size: auto 85%, auto 85%, auto 85%; } }
  @media (max-width: 350px) {
    .slideContent__badges {
      background-size: auto 70%, auto 70%, auto 70%; } }
.slideContent__header {
  color: #FFF;
  box-sizing: border-box; }
  .slideContent__header h2 {
    font-family: 'proxima_nova_rgbold';
    font-style: normal;
    text-transform: uppercase;
    font-size: 0.8rem;
    padding: 0px;
    margin: 0px 0px 5px 0px;
    line-height: 1.5;
    color: #FFF;
    letter-spacing: 2px; }
    @media (max-height: 680px) {
      .slideContent__header h2 {
        line-height: 1.4; } }
    @media (max-height: 580px) {
      .slideContent__header h2 {
        line-height: 1.3; } }
  .slideContent__header h1 {
    font-family: proxima_novalight;
    font-weight: 400;
    font-style: normal;
    font-size: 2.6rem;
    line-height: 48px;
    padding: 0px;
    margin: 0px 0px 10px 0px; }
    @media (max-width: 640px) {
      .slideContent__header h1 {
        font-size: 1.5rem;
        line-height: 1; } }
    @media (max-height: 480px) {
      .slideContent__header h1 {
        font-size: 1.4rem;
        line-height: 0.9; } }
  .slideContent__header p {
    color: #FFF; }
    @media (max-width: 640px) {
      .slideContent__header p {
        font-size: 0.9rem;
        line-height: 1.5; } }
    @media (max-width: 800px) {
      .slideContent__header p {
        font-size: 0.9rem;
        line-height: 1.2; } }
    @media (max-height: 680px) {
      .slideContent__header p {
        line-height: 1 !important;
        font-size: 0.8rem;
        display: none; } }
  @media (orientation: landscape) {
    .switched-mobile .slideContent__header {
      display: table-cell;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      vertical-align: middle; } }
.slideContent__btn, .slideContent__btn--darkBlueTransparent {
  box-sizing: border-box;
  display: block;
  background: #0d9bdc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #FFF;
  padding: 15px 15px;
  font-family: 'proxima_novasemibold';
  font-style: normal;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 2px;
  text-align: center;
  margin: 5px 0px 0px 0px;
  width: 100%;
  display: block;
  float: none; }
  @media (min-width: 740px) {
    .slideContent__btn, .slideContent__btn--darkBlueTransparent {
      margin: 0px 5px 0px 0px;
      width: calc(50% - 5px);
      display: inline-block;
      float: left; } }
  @media (max-width: 740px) {
    .portrait .slideContent__btn, .portrait .slideContent__btn--darkBlueTransparent {
      margin: 5px 0px 0px 0px;
      width: 100%;
      display: block;
      float: none; } }
  .slideContent__btn:hover, .slideContent__btn--darkBlueTransparent:hover {
    opacity: 0.7; }
  .slideContent__btn--darkBlueTransparent {
    background: rgba(17, 24, 51, 0.74);
    color: #0d9bdc; }

@media (max-width: 400px) {
  .hiddenOnMobile {
    display: none; } }

.subPageHeader {
  padding: 150px 20px;
  max-width: 1000px;
  margin: auto;
  position: relative;
  box-sizing: border-box; }
  @media (max-width: 640px) {
    .subPageHeader {
      display: block;
      padding: 10px 10px; } }
  .subPageHeader__header {
    color: #FFF;
    box-sizing: border-box; }
    .subPageHeader__header h2 {
      font-family: 'proxima_nova_rgbold';
      font-style: normal;
      text-transform: uppercase;
      font-size: 0.8rem;
      padding: 0px;
      margin: 0px 0px 5px 0px;
      line-height: 1.5;
      color: #FFF;
      letter-spacing: 2px; }
    .subPageHeader__header h1 {
      font-family: proxima_novalight;
      font-weight: 400;
      font-style: normal;
      font-size: 2.6rem;
      line-height: 48px;
      padding: 0px;
      margin: 0px;
      padding-bottom: 10px; }
      @media (max-width: 850px) {
        .subPageHeader__header h1 {
          font-size: 2.4rem; } }
      @media (max-width: 640px) {
        .subPageHeader__header h1 {
          font-size: 2rem;
          line-height: 1; } }
      @media (max-height: 680px) {
        .subPageHeader__header h1 {
          font-size: 1.6rem;
          line-height: 1; } }
      @media (max-height: 580px) {
        .subPageHeader__header h1 {
          font-size: 1.4rem;
          line-height: 0.9; } }
    .subPageHeader__header p {
      color: #FFF; }
      @media (max-width: 640px) {
        .subPageHeader__header p {
          font-size: 0.9rem;
          line-height: 1.5; } }
      @media (max-height: 680px) {
        .subPageHeader__header p {
          line-height: 1 !important;
          font-size: 0.8rem;
          display: none; } }
      @media (max-height: 570px) {
        .subPageHeader__header p {
          display: none; } }
    @media (orientation: landscape) {
      .switched-mobile .subPageHeader__header {
        display: table-cell;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        vertical-align: middle; } }
  .subPageHeader__wrapper, .subPageHeader__wrapper--recruitment {
    position: relative;
    box-sizing: border-box;
    z-index: 999;
    background: #FFF; }
    .subPageHeader__wrapper--recruitment {
      background: #EEE; }
    .subPageHeader__wrapper:after, .subPageHeader__wrapper--recruitment:after {
      content: '';
      display: block;
      position: absolute;
      height: 100px;
      width: 200px;
      left: 8px;
      bottom: 2px;
      background-image: url("../images/page-headers/seven_stars.png");
      background-position: left bottom;
      background-repeat: no-repeat; }
      @media (max-width: 680px) {
        .subPageHeader__wrapper:after, .subPageHeader__wrapper--recruitment:after {
          background-size: 60px 60px; } }
  @media (max-width: 680px) and (max-height: 580px) {
    .subPageHeader__wrapper:after, .subPageHeader__wrapper--recruitment:after {
      background-size: 60px 60px; } }

  .subPageHeader__sevenStars {
    max-width: 104px;
    display: block;
    color: #FFF;
    position: absolute;
    bottom: 14px;
    left: 110px;
    line-height: 1.2;
    font-size: 0.8rem; }
    .subPageHeader__sevenStars strong {
      color: #c5bc61; }
    @media (max-width: 640px) {
      .subPageHeader__sevenStars {
        max-width: 154px;
        bottom: 12px; } }
    @media (max-width: 680px) {
      .subPageHeader__sevenStars {
        left: 75px; } }
  @media (max-width: 680px) and (max-height: 580px) {
    .subPageHeader__sevenStars {
      bottom: 12px;
      left: 75px; } }
  .subPageHeader__bg {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    box-sizing: border-box;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    overflow: hidden;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 81px 100%, 0 calc(100% - 81px), 0 0);
    clip-path: polygon(100% 0, 100% 100%, 81px 100%, 0 calc(100% - 81px), 0 0);
    content: attr(data-bg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover; }
    .subPageHeader__bg:after {
      content: '';
      height: 100%;
      width: 100%;
      position: absolute;
      background: linear-gradient(90deg, rgba(29, 38, 69, 0.5), rgba(15, 20, 37, 0.6) 75%);
      top: 0;
      left: 0; }
  .subPageHeader__tableWrapper, .subPageHeader__tableWrapper--notFullWidth {
    box-sizing: border-box;
    display: table;
    table-layout: fixed;
    width: 100%; }
    @media (max-width: 640px) {
      .subPageHeader__tableWrapper, .subPageHeader__tableWrapper--notFullWidth {
        /*
        display: block;
        position: relative;
        margin-bottom: 10px;
        overflow: hidden;
        */ } }
    .subPageHeader__tableWrapper--notFullWidth {
      width: inherit; }
      @media (max-width: 880px) {
        .subPageHeader__tableWrapper--notFullWidth {
          display: block;
          width: 100%; } }
      @media (max-width: 440px) {
        .subPageHeader__tableWrapper--notFullWidth {
          display: block; } }
      @media (max-width: 780px) {
        .too-small .subPageHeader__tableWrapper--notFullWidth {
          display: block; } }
      @media (max-width: 780px) {
        .too-small .subPageHeader__tableWrapper--notFullWidth .subPageHeader__tableCell, .too-small .subPageHeader__tableWrapper--notFullWidth .subPageHeader__tableCell--switch {
          display: block;
          padding: 4px 0px 0px 0px; } }
      .too-small .subPageHeader__tableWrapper--notFullWidth .subPageHeader__tableCell a, .too-small .subPageHeader__tableWrapper--notFullWidth .subPageHeader__tableCell--switch a {
        padding: 17px 20px;
        margin-bottom: 5px; }
      .too-small .subPageHeader__tableWrapper--notFullWidth .subPageHeader__tableCell h2, .too-small .subPageHeader__tableWrapper--notFullWidth .subPageHeader__tableCell--switch h2 {
        line-height: 1.2 !important; }
      @media (max-height: 400px) {
        .too-small .subPageHeader__tableWrapper--notFullWidth .subPageHeader__tableCell a, .too-small .subPageHeader__tableWrapper--notFullWidth .subPageHeader__tableCell--switch a {
          padding: 15px 20px;
          margin-bottom: 0px; } }
    @media (orientation: portrait) {
      .subPageHeader__tableWrapper.too-small, .too-small.subPageHeader__tableWrapper--notFullWidth {
        display: block;
        position: relative;
        margin-bottom: 10px;
        overflow: hidden; } }
  .subPageHeader__tableCell, .subPageHeader__tableCell--switch {
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    padding: 10px;
    /* SIGN-UP-FORM */
    /* [END] of SIGN-UP-FORM */ }
    @media (orientation: portrait) {
      .too-small .subPageHeader__tableCell, .too-small .subPageHeader__tableCell--switch {
        display: block;
        padding: 4px 0px; } }
    @media (max-width: 680px) {
      .subPageHeader__tableCell, .subPageHeader__tableCell--switch {
        /*
        display: block;
        padding: 4px 0px;
        */ } }
  @media (max-width: 680px) and (max-height: 580px) {
    .subPageHeader__tableCell, .subPageHeader__tableCell--switch {
      padding: 8px 10px !important; } }

    .subPageHeader__tableWrapper--notFullWidth .subPageHeader__tableCell, .subPageHeader__tableWrapper--notFullWidth .subPageHeader__tableCell--switch {
      padding: 0px; }
@media (max-width: 770px) and (min-width: 700px) {
  .subPageHeader__tableWrapper--notFullWidth .subPageHeader__tableCell, .subPageHeader__tableWrapper--notFullWidth .subPageHeader__tableCell--switch {
    border: 2px solid transparent; } }

      @media (max-width: 880px) {
        .subPageHeader__tableWrapper--notFullWidth .subPageHeader__tableCell, .subPageHeader__tableWrapper--notFullWidth .subPageHeader__tableCell--switch {
          display: block; } }
      @media (max-width: 440px) {
        .subPageHeader__tableWrapper--notFullWidth .subPageHeader__tableCell, .subPageHeader__tableWrapper--notFullWidth .subPageHeader__tableCell--switch {
          display: block;
          padding: 5px 0px;
          position: relative; } }
    .subPageHeader__tableCell .white_block, .subPageHeader__tableCell--switch .white_block {
      background: #edf0f4;
      position: relative;
      overflow: hidden;
      box-sizing: border-box;
      border: 30px solid #edf0f4;
      border-top: 10px solid #edf0f4;
      border-bottom: 10px solid #edf0f4;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px; }
      .subPageHeader__tableCell .white_block:first-of-type h3:first-of-type, .subPageHeader__tableCell--switch .white_block:first-of-type h3:first-of-type {
        display: none; }
      .subPageHeader__tableCell .white_block:first-of-type p.subtext, .subPageHeader__tableCell--switch .white_block:first-of-type p.subtext {
        display: none; }
      .subPageHeader__tableCell .white_block:first-of-type .privacy p, .subPageHeader__tableCell--switch .white_block:first-of-type .privacy p {
        display: block;
        text-align: center;
        margin-bottom: 0px;
        padding-bottom: 0px;
        font-size: 12px;
        line-height: 16px;
        -webkit-margin-before: 1em;
        -webkit-margin-after: 1em;
        -webkit-margin-start: 0px;
        -webkit-margin-end: 0px;
        font-weight: bold;
        font-family: 'proxima_nova_rgbold';
        text-align: center; }
      .subPageHeader__tableCell .white_block h3, .subPageHeader__tableCell--switch .white_block h3 {
        letter-spacing: 1.1px;
        text-align: center;
        text-transform: uppercase;
        font-family: 'proxima_nova_rgbold';
        font-weight: normal;
        font-style: normal;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 1.1px;
        color: #5d6569;
        position: relative;
        display: inline-block;
        position: relative; }
        .subPageHeader__tableCell .white_block h3:before, .subPageHeader__tableCell--switch .white_block h3:before, .subPageHeader__tableCell .white_block h3:after, .subPageHeader__tableCell--switch .white_block h3:after {
          content: "";
          position: absolute;
          height: 5px;
          border-bottom: 1px solid #dce2e9;
          top: 0;
          width: 600px; }
        .subPageHeader__tableCell .white_block h3:before, .subPageHeader__tableCell--switch .white_block h3:before {
          right: 100%;
          margin-right: 15px; }
        .subPageHeader__tableCell .white_block h3:after, .subPageHeader__tableCell--switch .white_block h3:after {
          left: 100%;
          margin-left: 15px; }
      .subPageHeader__tableCell .white_block h4, .subPageHeader__tableCell--switch .white_block h4 {
        text-align: center;
        letter-spacing: 1.1px;
        margin: 0 0 10px 0; }
        .subPageHeader__tableCell .white_block h4 span, .subPageHeader__tableCell--switch .white_block h4 span {
          display: inline-block;
          position: relative; }
          .subPageHeader__tableCell .white_block h4 span:before, .subPageHeader__tableCell--switch .white_block h4 span:before, .subPageHeader__tableCell .white_block h4 span:after, .subPageHeader__tableCell--switch .white_block h4 span:after {
            background: none;
            content: "";
            position: absolute;
            height: 5px;
            border-bottom: 1px solid #dce2e9;
            top: 0;
            width: 600px; }
          .subPageHeader__tableCell .white_block h4 span:before, .subPageHeader__tableCell--switch .white_block h4 span:before {
            right: 100%;
            margin-right: 15px; }
          .subPageHeader__tableCell .white_block h4 span:after, .subPageHeader__tableCell--switch .white_block h4 span:after {
            left: 100%;
            margin-left: 15px; }
      .subPageHeader__tableCell .white_block .wysj__wrapper, .subPageHeader__tableCell--switch .white_block .wysj__wrapper {
        text-align: left;
        padding: 0px;
        box-shadow: none;
        moz-box-shadow: none;
        webkit-box-shadow: none; }
        .subPageHeader__tableCell .white_block .wysj__wrapper ul, .subPageHeader__tableCell--switch .white_block .wysj__wrapper ul {
          display: block;
          list-style-type: disc;
          -webkit-margin-before: 1em;
          -webkit-margin-after: 1em;
          -webkit-margin-start: 0px;
          -webkit-margin-end: 0px;
          -webkit-padding-start: 40px;
          margin: 0 !important;
          padding: 0 !important; }
          .subPageHeader__tableCell .white_block .wysj__wrapper ul li, .subPageHeader__tableCell--switch .white_block .wysj__wrapper ul li {
            padding: 14px 0 13px 20px;
            display: list-item;
            list-style: none;
            text-align: -webkit-match-parent; }
            .subPageHeader__tableCell .white_block .wysj__wrapper ul li h4, .subPageHeader__tableCell--switch .white_block .wysj__wrapper ul li h4 {
              text-align: left;
              color: #8f9ea6;
              font-size: 16px !important;
              font-family: 'proxima_novasemibold';
              padding-left: 25px;
              background: url(../images/home-popup-list-icon.png) no-repeat left center;
              padding-bottom: 5px;
              margin: 0; }
            .subPageHeader__tableCell .white_block .wysj__wrapper ul li p, .subPageHeader__tableCell--switch .white_block .wysj__wrapper ul li p {
              color: #adb8be !important;
              font-size: 16px !important;
              font-family: 'proxima_novasemibold';
              padding-left: 25px;
              margin: 0 !important; }
        .subPageHeader__tableCell .white_block .wysj__wrapper > p, .subPageHeader__tableCell--switch .white_block .wysj__wrapper > p {
          text-align: center;
          border-bottom: none; }
          .subPageHeader__tableCell .white_block .wysj__wrapper > p a, .subPageHeader__tableCell--switch .white_block .wysj__wrapper > p a {
            text-decoration: none;
            float: none;
            margin: auto; }
      .subPageHeader__tableCell .white_block i.zmdi-caret-down-circle, .subPageHeader__tableCell--switch .white_block i.zmdi-caret-down-circle {
        color: #0d9bdc; }
      .subPageHeader__tableCell .white_block a, .subPageHeader__tableCell--switch .white_block a {
        color: #59636d;
        font-weight: 600; }
      .subPageHeader__tableCell .white_block .privacy, .subPageHeader__tableCell--switch .white_block .privacy {
        display: block !important; }
      .subPageHeader__tableCell .white_block .widget, .subPageHeader__tableCell--switch .white_block .widget {
        left: 0px !important; }
        .subPageHeader__tableCell .white_block .widget .iubenda-button-holder, .subPageHeader__tableCell--switch .white_block .widget .iubenda-button-holder {
          display: block;
          width: 110px;
          margin: auto;
          margin-top: -20px; }
          .de .subPageHeader__tableCell .white_block .widget .iubenda-button-holder, .de .subPageHeader__tableCell--switch .white_block .widget .iubenda-button-holder {
            display: block;
            width: 160px;
            margin: auto; }
          .subPageHeader__tableCell .white_block .widget .iubenda-button-holder iframe, .subPageHeader__tableCell--switch .white_block .widget .iubenda-button-holder iframe {
            display: block;
            width: 121px !important;
            margin: auto; }
            .subPageHeader__tableCell .white_block .widget .iubenda-button-holder iframe a.jsIubendaButton.iubenda-white, .subPageHeader__tableCell--switch .white_block .widget .iubenda-button-holder iframe a.jsIubendaButton.iubenda-white {
              color: #333 !important; }
            .de .subPageHeader__tableCell .white_block .widget .iubenda-button-holder iframe, .de .subPageHeader__tableCell--switch .white_block .widget .iubenda-button-holder iframe {
              width: 157px !important; }
      .subPageHeader__tableCell .white_block input[type=text], .subPageHeader__tableCell--switch .white_block input[type=text],
      .subPageHeader__tableCell .white_block input[type=password],
      .subPageHeader__tableCell--switch .white_block input[type=password] {
        margin-bottom: 5px; }
      .subPageHeader__tableCell .white_block input[type=submit], .subPageHeader__tableCell--switch .white_block input[type=submit] {
        width: 100%;
        padding: 12px 20px 12px; }
      .subPageHeader__tableCell .white_block .signupform__wrapper, .subPageHeader__tableCell--switch .white_block .signupform__wrapper {
        padding: 0px;
        background: none; }
        .subPageHeader__tableCell .white_block .signupform__wrapper form .status, .subPageHeader__tableCell--switch .white_block .signupform__wrapper form .status {
          margin: 0 0 10px 0; }
      .subPageHeader__tableCell .white_block .oneall__wrapper, .subPageHeader__tableCell--switch .white_block .oneall__wrapper {
        background: none;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        padding: 0px;
        margin: 0; }
        .subPageHeader__tableCell .white_block .oneall__wrapper .import-bt-wrapper:before, .subPageHeader__tableCell--switch .white_block .oneall__wrapper .import-bt-wrapper:before, .subPageHeader__tableCell .white_block .oneall__wrapper .import-bt-wrapper:after, .subPageHeader__tableCell--switch .white_block .oneall__wrapper .import-bt-wrapper:after {
          display: none; }
        .subPageHeader__tableCell .white_block .oneall__wrapper .import-bt-wrapper #oa_social_login_login iframe, .subPageHeader__tableCell--switch .white_block .oneall__wrapper .import-bt-wrapper #oa_social_login_login iframe {
          min-height: 100px; }
    #mobile_switch_container .subPageHeader__tableCell--switch {
      margin: 0px;
      display: block; }
  .subPageHeader__badges {
    background-image: url("../images/page-headers/FHL.png"), url("../images/page-headers/MHL.png"), url("../images/page-headers/AHL.png");
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: right, center, left;
    background-size: contain, contain, contain;
    position: relative;
    padding: 20px 20px;
    max-width: 310px;
    vertical-align: middle;
    margin: 20px auto;
    max-height: 145px;
    box-sizing: border-box;
    min-width: 230px; }
    @media (max-width: 640px) {
      .subPageHeader__badges {
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%; } }
    @media (max-width: 640px) {
      .subPageHeader__badges {
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%; } }
    @media (orientation: landscape) {
      .switched-mobile .subPageHeader__badges {
        display: table-cell;
        padding: 0px;
        vertical-align: middle;
        border: 10px solid transparent;
        border-top: 40px solid transparent;
        border-bottom: 40px solid transparent; } }
  .subPageHeader__btn, .subPageHeader__btn--darkBlueTransparent {
    box-sizing: border-box;
    display: block;
    background: #0d9bdc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #FFF;
    padding: 17px 50px;
    font-family: 'proxima_novasemibold';
    font-style: normal;
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 400;
    letter-spacing: 2px;
    margin-right: 10px;
    text-align: center; }
    .subPageHeader__btn:hover, .subPageHeader__btn--darkBlueTransparent:hover {
      opacity: 0.7; }
    @media (max-width: 450px) {
      .subPageHeader__btn, .subPageHeader__btn--darkBlueTransparent {
        margin-right: 0px; } }
    .subPageHeader__btn--darkBlueTransparent {
      background: rgba(17, 24, 51, 0.74);
      color: #0d9bdc; }
  .subPageHeader__btnVideoCircle, .subPageHeader__btnVideoCircle--big {
    box-sizing: border-box;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    height: 23px;
    width: 23px;
    border: #0d9bdc solid 2.7px;
    position: relative;
    margin: -5px 0.5rem -5px -5px; }
    .subPageHeader__btnVideoCircle:after, .subPageHeader__btnVideoCircle--big:after {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 5.5px 0 5.5px 7px;
      border-color: transparent transparent transparent #0d9bdc;
      position: absolute;
      top: 50%;
      left: 58%;
      -ms-transform: translate(-50%, -50%);
      /* IE 9 */
      -webkit-transform: translate(-50%, -50%);
      /* Safari */
      transform: translate(-50%, -50%); }
    .subPageHeader__btnVideoCircle--big {
      box-sizing: border-box;
      display: block;
      height: 105px;
      width: 105px;
      border: #0d9bdc solid 12px;
      background: rgba(13, 155, 220, 0.3);
      margin: auto;
      -ms-transform: scale(1);
      /* IE 9 */
      -webkit-transform: scale(1);
      /* Safari */
      transform: scale(1);
      -webkit-transition: all 100ms ease-in-out;
      -moz-transition: all 100ms ease-in-out;
      -o-transition: all 100ms ease-in-out;
      transition: all 100ms ease-in-out; }
      .subPageHeader__btnVideoCircle--big:after {
        border-width: 28px 0 28px 38px; }
      @media (max-width: 640px) {
        .subPageHeader__badges .subPageHeader__btnVideoCircle--big {
          -ms-transform: scale(1);
          /* IE 9 */
          -webkit-transform: scale(1);
          /* Safari */
          transform: scale(1); } }
      @media (max-width: 640px) {
        .subPageHeader__btnVideoCircle--big {
          -ms-transform: scale(0.8);
          /* IE 9 */
          -webkit-transform: scale(0.8);
          /* Safari */
          transform: scale(0.8); } }
      .subPageHeader__btnVideoCircle--big:hover {
        -webkit-transition: all 50ms ease-in-out;
        -moz-transition: all 50ms ease-in-out;
        -o-transition: all 50ms ease-in-out;
        transition: all 50ms ease-in-out;
        -ms-transform: scale(1.1);
        /* IE 9 */
        -webkit-transform: scale(1.1);
        /* Safari */
        transform: scale(1.1); }
  .subPageHeader__downButton {
    box-sizing: border-box;
    background-color: #0d9bdc;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    position: absolute;
    bottom: -22px;
    left: 250px;
    cursor: pointer;
    z-index: 1;
    transition: ease-in-out 0.3s; }
    @media (max-width: 640px) {
      .subPageHeader__downButton {
        left: auto;
        right: 20px; } }
    .subPageHeader__downButton:before {
      background: url(../images/next.png);
      transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      content: '';
      width: 8px;
      height: 14px;
      position: absolute;
      background-size: 100% 100%;
      top: 16px;
      left: 19px; }
  .subPageHeader__contentPosition {
    position: absolute;
    bottom: 90px;
    width: calc(100% - 20px); }
    .subPageHeader__contentPosition.desktop {
      bottom: 30px; }
    @media (min-width: 640px) {
      .subPageHeader__contentPosition {
        width: calc(100% - 40px); } }
    @media (max-height: 580px) {
      .subPageHeader__contentPosition {
        bottom: 60px; } }
    @media (max-height: 340px) {
      .subPageHeader__contentPosition {
        bottom: 20px; } }

.appHeader {
  max-width: 1300px;
  margin: auto;
  padding: 5px;
  position: relative; }
  .appHeader .hide {
    color: #FFF;
    position: absolute;
    display: block;
    right: 15px;
    top: 50%;
    -ms-transform: translate(0, -50%);
    /* IE 9 */
    -webkit-transform: translate(0, -50%);
    /* Safari */
    transform: translate(0, -50%); }
    .appHeader .hide i {
      font-size: 22px; }
  .appHeader__appButtons {
    text-align: center; }
    .appHeader__appButtons p {
      padding: 0px 20px;
      margin: 0px 10px;
      color: #FFF;
      font-size: 0.9rem;
      display: block;
      text-align: right;
      text-align: center; }
      .appHeader__appButtons p > span {
        display: inline-block;
        vertical-align: middle;
        padding-right: 20px; }
  .appHeader__btn, .appHeader__btn--ios, .appHeader__btn--android {
    background: #000;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    min-height: 36px;
    min-width: 125px; }
    .appHeader__btn:hover, .appHeader__btn--ios:hover, .appHeader__btn--android:hover {
      background-color: #1a1a1a; }
    .appHeader__btn--ios {
      background-image: url("../images/page-headers/ios.png"); }
    .appHeader__btn--android {
      background-image: url("../images/page-headers/android.png"); }
  .appHeader__wrapper {
    position: absolute;
    z-index: 9999;
    top: 46px;
    left: 0px;
    right: 0px;
    background: rgba(0, 0, 0, 0.5); }

#mobile_switch_container {
  background: #FFF;
  margin: 0px; }

@media (max-width: 400px) and (max-height: 600px) {
  .slideContent__badges {
    -ms-transform: scale(0.6) !important;
    -webkit-transform: scale(0.6) !important;
    transform: scale(0.6) !important;
    margin-top: 20px; } }

@media (max-width: 400px) and (max-height: 600px) {
  .slideContent__header {
    margin-top: -50px; } }

@media (max-width: 400px) and (max-height: 600px) {
  .slideContent__left {
    top: -50px !important; } }
