
/* FONTS
=====================*/
/* BREAKPOINTS
=====================*/
/*
    @include flexbox();
    @include inline-flex();
    @include flex-direction(row);
    @include flex-wrap(nowrap);
    @include flex-flow(row nowrap);
    @include order(0);
    @include box-flex(1);
    @include flex-grow(1);
    @include flex-shrink(1);
    @include flex-basis(auto);
    @include flex(1, 1, auto);
    @include justify-content(flex-start);
    @include align-items(stretch);
    @include align-self(auto);
    @include align-content(stretch);
*/
.custom-form {
  text-align: left;
  font-family: "bentonsans-regular-webfont";
  position: relative;
  width: 100%;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .custom-form {
      margin-bottom: 30px; } }
  .custom-form h2 {
    font-family: "bentonsans-regular-webfont";
    font-size: 14px;
    line-height: 20px; }
    @media (min-width: 576px) {
      .custom-form h2 {
        font-size: calc(2.67857vw - 1.42857px); } }
    @media (min-width: 1024px) {
      .custom-form h2 {
        font-size: 26px; } }
    @media (min-width: 576px) {
      .custom-form h2 {
        line-height: calc(2.67857vw + 4.57143px); } }
    @media (min-width: 1024px) {
      .custom-form h2 {
        line-height: 32px; } }
  .custom-form__group {
    padding: 0; }
    .custom-form__group--hidden {
      margin-top: 40px; }
  .custom-form__value {
    font-family: "bentonsans-regular-webfont";
    width: calc(100% - 75px);
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    transform: translate(45px, 0); }
    @media (min-width: 768px) {
      .custom-form__value {
        transform: translate(75px, 50%); } }
  .custom-form label {
    font-family: "bentonsans-bold-webfont";
    margin-bottom: 5px;
    display: block;
    font-size: 14px;
    line-height: 20px; }
    @media (min-width: 576px) {
      .custom-form label {
        font-size: calc(2.67857vw - 1.42857px); } }
    @media (min-width: 1024px) {
      .custom-form label {
        font-size: 26px; } }
    @media (min-width: 576px) {
      .custom-form label {
        line-height: calc(2.67857vw + 4.57143px); } }
    @media (min-width: 1024px) {
      .custom-form label {
        line-height: 32px; } }
    @media (min-width: 768px) {
      .custom-form label {
        margin-bottom: 20px; } }
  .custom-form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ffffff; }
  .custom-form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #ffffff; }
  .custom-form :-ms-input-placeholder {
    /* IE 10+ */
    color: #ffffff; }
  .custom-form :-moz-placeholder {
    /* Firefox 18- */
    color: #ffffff; }
  .custom-form__control {
    display: block;
    position: relative;
    cursor: pointer; }
    .custom-form__control--checkbox, .custom-form__control--radio {
      width: auto;
      height: 30px;
      margin-bottom: 15px !important; }
      @media (min-width: 768px) {
        .custom-form__control--checkbox, .custom-form__control--radio {
          height: 60px;
          width: auto;
          margin-bottom: 30px !important; } }
      .custom-form__control--checkbox input, .custom-form__control--radio input {
        position: absolute;
        z-index: -1;
        opacity: 0; }
  .custom-form__control-indicator {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    background: #ffffff; }
    @media (min-width: 768px) {
      .custom-form__control-indicator {
        height: 60px;
        width: 60px; } }
    .custom-form__control-indicator:before {
      content: '';
      position: absolute;
      display: none; }
      .custom-form__control input:checked ~ .custom-form__control-indicator:before {
        display: block; }
      .custom-form__control--checkbox .custom-form__control-indicator:before,
      .custom-form__control--radio .custom-form__control-indicator:before {
        left: 2px;
        top: 2px;
        height: calc(100% - 4px);
        width: calc(100% - 4px);
        background: #0089FF; }
    .custom-form__control-indicator:after {
      text-align: center;
      content: '\2713';
      position: absolute;
      display: none;
      font-size: 14px;
      line-height: 17px; }
      @media (min-width: 576px) {
        .custom-form__control-indicator:after {
          font-size: calc(2.90179vw - 2.71429px); } }
      @media (min-width: 1024px) {
        .custom-form__control-indicator:after {
          font-size: 27px; } }
      @media (min-width: 576px) {
        .custom-form__control-indicator:after {
          line-height: calc(3.125vw - 1px); } }
      @media (min-width: 1024px) {
        .custom-form__control-indicator:after {
          line-height: 31px; } }
      .custom-form__control input:checked ~ .custom-form__control-indicator:after {
        display: block; }
      .custom-form__control--checkbox .custom-form__control-indicator:after,
      .custom-form__control--radio .custom-form__control-indicator:after {
        left: 0;
        top: 0;
        height: 15px;
        width: 15px;
        transform: translate(50%, 50%);
        color: #ffffff; }
        @media (min-width: 768px) {
          .custom-form__control--checkbox .custom-form__control-indicator:after,
          .custom-form__control--radio .custom-form__control-indicator:after {
            height: 30px;
            width: 30px; } }
  .custom-form__error {
    position: relative;
    width: 100%;
    margin: 5px 0;
    padding: 0;
    display: inline-block;
    text-align: left;
    font-size: 14px;
    line-height: 17px; }
    @media (min-width: 576px) {
      .custom-form__error {
        font-size: calc(1.33929vw + 6.28571px); } }
    @media (min-width: 1024px) {
      .custom-form__error {
        font-size: 20px; } }
    @media (min-width: 576px) {
      .custom-form__error {
        line-height: calc(0.44643vw + 14.42857px); } }
    @media (min-width: 1024px) {
      .custom-form__error {
        line-height: 19px; } }
    @media (min-width: 768px) {
      .custom-form__error {
        width: 50%; } }
  .custom-form__hint {
    position: relative;
    margin: 5px 0;
    padding: 0;
    display: block;
    text-align: right;
    font-size: 14px;
    line-height: 17px; }
    @media (min-width: 576px) {
      .custom-form__hint {
        font-size: calc(1.33929vw + 6.28571px); } }
    @media (min-width: 1024px) {
      .custom-form__hint {
        font-size: 20px; } }
    @media (min-width: 576px) {
      .custom-form__hint {
        line-height: calc(0.44643vw + 14.42857px); } }
    @media (min-width: 1024px) {
      .custom-form__hint {
        line-height: 19px; } }
  .custom-form__input {
    font-family: "bentonsans-light-webfont";
    width: 100%;
    height: 55px;
    color: #ffffff;
    background: transparent;
    border: none;
    border-bottom: 1px solid #ffffff;
    padding: 5px;
    margin: 0;
    font-size: 14px;
    line-height: 16px; }
    .custom-form__input:focus {
      outline: none; }
    .custom-form__input--error {
      background: #0A2240; }
    @media (min-width: 768px) {
      .custom-form__input {
        border-bottom: 2px solid #ffffff; } }
    .custom-form__input--textarea {
      resize: vertical;
      height: 110px;
      min-height: 55px;
      max-height: 165px;
      background: rgba(255, 255, 255, 0.15);
      border: 1px solid #ffffff; }
      .custom-form__input--textarea.custom-form__input--error {
        background: #0A2240; }
      @media (min-width: 768px) {
        .custom-form__input--textarea {
          border: 2px solid #ffffff; } }
    .custom-form__input--radio, .custom-form__input--chackbox {
      border: none !important; }
    @media (min-width: 576px) {
      .custom-form__input {
        font-size: calc(3.57143vw - 6.57143px); } }
    @media (min-width: 1024px) {
      .custom-form__input {
        font-size: 30px; } }
    @media (min-width: 576px) {
      .custom-form__input {
        line-height: calc(4.46429vw - 9.71429px); } }
    @media (min-width: 1024px) {
      .custom-form__input {
        line-height: 36px; } }
    .custom-form__input--checkbox, .custom-form__input--radio {
      left: 0;
      top: 0;
      height: 30px;
      width: 30px;
      background: #ffffff; }
      @media (min-width: 768px) {
        .custom-form__input--checkbox, .custom-form__input--radio {
          height: 60px;
          width: 60px; } }
  .custom-form__select {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    min-width: 100%; }
    .custom-form__select--hidden {
      margin: 20px 0; }
    .custom-form__select--error select {
      color: #ffffff !important;
      background: #0A2240 !important; }
    .custom-form__select--error::after {
      color: #ffffff !important; }
    @media (min-width: 768px) {
      .custom-form__select {
        min-width: 50%;
        max-width: 100%; } }
    .custom-form__select select {
      font-family: "bentonsans-light-webfont";
      width: 100%;
      height: 55px;
      color: #0033A1;
      background: #ffffff;
      border: 1px solid #ffffff;
      border-radius: 0 !important;
      padding: 5px 30px 5px 10px;
      margin: 0;
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
      font-size: 14px;
      line-height: 16px; }
      @media (min-width: 576px) {
        .custom-form__select select {
          font-size: calc(3.57143vw - 6.57143px); } }
      @media (min-width: 1024px) {
        .custom-form__select select {
          font-size: 30px; } }
      @media (min-width: 576px) {
        .custom-form__select select {
          line-height: calc(4.46429vw - 9.71429px); } }
      @media (min-width: 1024px) {
        .custom-form__select select {
          line-height: 36px; } }
      .custom-form__select select::-ms-expand {
        display: none; }
    .custom-form__select::before, .custom-form__select::after {
      content: '';
      position: absolute;
      pointer-events: none; }
    .custom-form__select::after {
      content: '\276F';
      height: 30px;
      width: 30px;
      display: block;
      text-align: center;
      color: #0033A1;
      top: 0;
      right: 10px;
      transform: translateY(50%) rotate(90deg); }

/* BASE
=========================*/
a:hover {
  text-decoration: none; }

@media (min-width: 1200px) {
  .container {
    max-width: 1230px; } }

@media (min-width: 768px) {
  .container {
    max-width: 1230px; } }

@media (min-width: 500px) {
  .container {
    max-width: 1230px; } }

.container--full-screen {
  max-width: none; }
  @media (min-width: 1200px) {
    .container--full-screen {
      max-width: none; } }
  @media (min-width: 768px) {
    .container--full-screen {
      max-width: none; } }
  @media (min-width: 500px) {
    .container--full-screen {
      max-width: none; } }

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

/* Project
=========================*/
.my-fearless-next {
  background: #121e34;
  background: url("/assets/campaigns/my-fearless-next/images/bg-image.jpg");
  text-align: center; }
  .my-fearless-next ul li::before {
    border-color: transparent; }
  .my-fearless-next .tab-content > .tab-pane {
    display: none; }
  .my-fearless-next .tab-content > .active {
    display: block; }
  .my-fearless-next__responsive-image {
    width: 100%; }
  .my-fearless-next__section {
    overflow: auto;
    margin-bottom: 40px; }
    @media (min-width: 1024px) {
      .my-fearless-next__section {
        margin-bottom: 80px; } }
    .my-fearless-next__section--overlap {
      margin-bottom: 0; }
      @media (min-width: 1024px) {
        .my-fearless-next__section--overlap {
          margin-bottom: 140px; } }
  .my-fearless-next__enter {
    margin-bottom: 40px; }
    @media (min-width: 1024px) {
      .my-fearless-next__enter {
        margin-bottom: 80px; } }
  .my-fearless-next__mentor {
    clear: both;
    position: relative; }
  .my-fearless-next__faq {
    overflow: auto;
    margin-bottom: 40px;
    position: relative; }
    @media (min-width: 992px) {
      .my-fearless-next__faq {
        margin-bottom: 80px; } }
  .my-fearless-next__roadshow {
    overflow: auto;
    margin-bottom: 40px;
    position: relative; }
    @media (min-width: 992px) {
      .my-fearless-next__roadshow {
        margin-bottom: 80px; } }
  .my-fearless-next__intro {
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    height: calc(100vh - 60px);
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (min-width: 480px) {
      .my-fearless-next__intro {
        height: calc(100vh - 105px); } }
    @media (min-width: 768px) {
      .my-fearless-next__intro {
        height: calc(100vh - 130px); } }
  .my-fearless-next__intro-banner {
    height: 60%; }
    @media (min-width: 320px) {
      .my-fearless-next__intro-banner {
        height: 70%; } }
  .my-fearless-next__intro-banner-image {
    width: 100%;
    max-width: 800px;
    margin: 0 auto; }
    @media (min-width: 320px) {
      .my-fearless-next__intro-banner-image {
        width: auto;
        max-width: 100%;
        margin: 0 auto;
        height: auto;
        max-height: 100%; } }
  .my-fearless-next__intro-scroll {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
  .my-fearless-next__intro-scroll-text {
    font-family: "bentonsans-regular-webfont";
    font-size: 10px;
    color: #fff;
    margin: 15px 0; }
    @media (min-width: 576px) {
      .my-fearless-next__intro-scroll-text {
        font-size: calc(2.23214vw - 2.85714px); } }
    @media (min-width: 1024px) {
      .my-fearless-next__intro-scroll-text {
        font-size: 20px; } }
  .my-fearless-next__intro-scroll-icon {
    width: 100%;
    max-width: 25px;
    margin: 0 auto; }
    .my-fearless-next__intro-scroll-icon--mobi {
      display: block; }
      @media (min-width: 1024px) {
        .my-fearless-next__intro-scroll-icon--mobi {
          display: none; } }
    .my-fearless-next__intro-scroll-icon--desktop {
      display: none; }
      @media (min-width: 1024px) {
        .my-fearless-next__intro-scroll-icon--desktop {
          display: block; } }
  .my-fearless-next__menu {
    margin: 5px 0 25px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    @media (min-width: 1024px) {
      .my-fearless-next__menu {
        margin: 10px 0 75px 0; } }
  .my-fearless-next__menu-logo {
    max-width: 90%; }
    @media (min-width: 768px) {
      .my-fearless-next__menu-logo {
        max-width: 45%; } }
  .my-fearless-next__menu-desktop {
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: nowrap;
    display: none !important;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap; }
    @media (min-width: 992px) {
      .my-fearless-next__menu-desktop {
        display: flex !important;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
  .my-fearless-next__menu-desktop-item {
    display: inline-block;
    width: 120px; }
  .my-fearless-next__menu-link {
    background: #f4f4f4;
    font-family: "bentonsans-bold-webfont";
    font-size: 11px;
    color: #0c2648;
    text-transform: uppercase;
    border-radius: 10px;
    padding: 10px;
    width: 100%;
    display: block;
    transition: all .15s ease-in; }
    .my-fearless-next__menu-link:hover {
      background: #0033A1;
      color: #fff; }
    .my-fearless-next__menu-link.active {
      background: #0033A1;
      color: #fff; }
  .my-fearless-next__menu-mobi {
    width: 100%;
    max-width: 295px;
    list-style: none;
    margin: 0;
    padding: 0;
    transition: all .3s ease; }
    @media (min-width: 992px) {
      .my-fearless-next__menu-mobi {
        display: none; } }
  .my-fearless-next__menu-mobi-item {
    margin: 0;
    padding: 15px 0;
    font-family: "bentonsans-bold-webfont";
    font-size: 10px;
    color: #000;
    text-transform: uppercase;
    background: #FFF;
    transition: background .3s ease; }
    .my-fearless-next__menu-mobi-item:before {
      content: none; }
    .my-fearless-next__menu-mobi-item .fa {
      color: #FFF;
      font-size: 16px; }
    .my-fearless-next__menu-mobi-item .active {
      background-color: #071A39; }
    .my-fearless-next__menu-mobi-item:hover {
      color: #FFF;
      background: #0085f8;
      transition: background .3s ease; }
    .my-fearless-next__menu-mobi-item--selected {
      color: #FFF;
      background: transparent; }
  .my-fearless-next__menu-mobi-selected {
    padding: 0 10px 0 0;
    vertical-align: bottom; }
  .my-fearless-next__video-box {
    background: #6182bf;
    height: 200px;
    width: 270px;
    display: block;
    position: relative;
    z-index: 99; }
    @media (min-width: 480px) {
      .my-fearless-next__video-box {
        height: 300px;
        width: 420px; } }
    @media (min-width: 768px) {
      .my-fearless-next__video-box {
        height: 480px;
        width: 700px; } }
    .my-fearless-next__video-box--center {
      margin: 0 auto;
      clear: both;
      margin-bottom: 30px; }
      @media (min-width: 768px) {
        .my-fearless-next__video-box--center {
          margin-bottom: 80px;
          max-width: 85%; } }
    .my-fearless-next__video-box--bottom-left {
      float: left;
      margin-top: -50px;
      margin-bottom: 40px;
      margin-left: 10px; }
      @media (min-width: 992px) {
        .my-fearless-next__video-box--bottom-left {
          margin-top: -150px;
          margin-bottom: 80px; } }
    .my-fearless-next__video-box--bottom-right {
      float: right;
      margin-top: -50px;
      margin-bottom: 40px;
      margin-right: 10px; }
      @media (min-width: 992px) {
        .my-fearless-next__video-box--bottom-right {
          margin-top: -150px;
          margin-bottom: 80px; } }
    .my-fearless-next__video-box--top-right {
      float: right;
      margin-bottom: -40px;
      max-width: 85%; }
      @media (min-width: 992px) {
        .my-fearless-next__video-box--top-right {
          margin-bottom: -30px; } }
    .my-fearless-next__video-box--top-left {
      float: left;
      margin-bottom: -40px;
      max-width: 85%; }
      @media (min-width: 992px) {
        .my-fearless-next__video-box--top-left {
          margin-bottom: 80px; } }
  .my-fearless-next iframe,
  .my-fearless-next object,
  .my-fearless-next embed {
    width: 100%;
    height: 100%; }
  .my-fearless-next__text-box {
    background: #0033A1;
    border-radius: 20px;
    padding: 25px;
    position: relative; }
    @media (min-width: 992px) {
      .my-fearless-next__text-box {
        padding: 40px 50px; } }
    .my-fearless-next__text-box--center {
      width: 100%;
      margin: 0 auto 30px auto; }
      @media (min-width: 992px) {
        .my-fearless-next__text-box--center {
          width: 70%;
          margin: 0 auto 80px auto; } }
    .my-fearless-next__text-box--title {
      width: 90%;
      background: #ffffff;
      margin-bottom: -20px;
      z-index: 2; }
      @media (min-width: 992px) {
        .my-fearless-next__text-box--title {
          width: 50%;
          padding: 30px 40px; } }
    .my-fearless-next__text-box--bottom-right {
      width: 100%;
      float: right;
      text-align: right;
      margin-bottom: 30px; }
      @media (min-width: 992px) {
        .my-fearless-next__text-box--bottom-right {
          width: 70%;
          margin-bottom: 80px; } }
    .my-fearless-next__text-box--bottom-left {
      width: 100%;
      float: left;
      text-align: left;
      margin-bottom: 30px; }
      @media (min-width: 992px) {
        .my-fearless-next__text-box--bottom-left {
          width: 70%;
          margin-bottom: 80px; } }
    .my-fearless-next__text-box--top-right {
      width: 100%;
      float: right;
      text-align: right;
      margin-bottom: 30px; }
      @media (min-width: 992px) {
        .my-fearless-next__text-box--top-right {
          width: 70%;
          margin-bottom: 80px; } }
    .my-fearless-next__text-box--top-left {
      width: 100%;
      float: left;
      text-align: left;
      margin-bottom: 30px; }
      @media (min-width: 992px) {
        .my-fearless-next__text-box--top-left {
          width: 70%;
          margin-bottom: 80px; } }
    .my-fearless-next__text-box--about-intro {
      width: 90%;
      padding-bottom: 70px; }
      @media (min-width: 992px) {
        .my-fearless-next__text-box--about-intro {
          width: 45%; } }
    .my-fearless-next__text-box--about-story {
      width: 100%; }
    .my-fearless-next__text-box--finalist-left-top {
      width: 100%;
      float: left;
      text-align: left;
      margin-bottom: 20px;
      padding: 50px 25px; }
      @media (min-width: 768px) {
        .my-fearless-next__text-box--finalist-left-top {
          width: 60%;
          margin-bottom: -80px; } }
      .my-fearless-next__text-box--finalist-left-top .my-fearless-next__text-container {
        text-align: right;
        float: left;
        width: 100%; }
        @media (min-width: 768px) {
          .my-fearless-next__text-box--finalist-left-top .my-fearless-next__text-container {
            width: 85%;
            padding-bottom: 80px; } }
    .my-fearless-next__text-box--finalist-right-top {
      width: 100%;
      float: right;
      text-align: right;
      margin-bottom: 20px;
      padding: 50px 25px; }
      @media (min-width: 768px) {
        .my-fearless-next__text-box--finalist-right-top {
          width: 60%;
          margin-bottom: -80px; } }
      .my-fearless-next__text-box--finalist-right-top .my-fearless-next__text-container {
        text-align: left;
        float: right;
        width: 100%; }
        @media (min-width: 768px) {
          .my-fearless-next__text-box--finalist-right-top .my-fearless-next__text-container {
            width: 80%;
            padding-bottom: 80px; } }
    .my-fearless-next__text-box--mentor-left-top {
      width: 100%;
      float: left;
      text-align: left;
      margin-bottom: 30px; }
      @media (min-width: 992px) {
        .my-fearless-next__text-box--mentor-left-top {
          width: 70%;
          margin-bottom: 80px; } }
      .my-fearless-next__text-box--mentor-left-top .my-fearless-next__text-container {
        text-align: left;
        float: left;
        width: 100%; }
        @media (min-width: 480px) {
          .my-fearless-next__text-box--mentor-left-top .my-fearless-next__text-container {
            width: 65%; } }
    .my-fearless-next__text-box--mentor-right-top {
      width: 100%;
      float: right;
      text-align: right;
      margin-bottom: 30px; }
      @media (min-width: 992px) {
        .my-fearless-next__text-box--mentor-right-top {
          width: 70%;
          margin-bottom: 80px; } }
      .my-fearless-next__text-box--mentor-right-top .my-fearless-next__text-container {
        text-align: right;
        float: right;
        width: 100%; }
        @media (min-width: 480px) {
          .my-fearless-next__text-box--mentor-right-top .my-fearless-next__text-container {
            width: 65%; } }
    .my-fearless-next__text-box--mentor-left-bottom {
      width: 100%;
      float: left;
      margin-bottom: 30px; }
      @media (min-width: 992px) {
        .my-fearless-next__text-box--mentor-left-bottom {
          width: 70%;
          margin-bottom: 80px; } }
      .my-fearless-next__text-box--mentor-left-bottom .my-fearless-next__text-container {
        text-align: left;
        float: left;
        width: 100%; }
        @media (min-width: 480px) {
          .my-fearless-next__text-box--mentor-left-bottom .my-fearless-next__text-container {
            width: 65%; } }
    .my-fearless-next__text-box--mentor-right-bottom {
      width: 100%;
      float: right;
      margin-bottom: 30px; }
      @media (min-width: 992px) {
        .my-fearless-next__text-box--mentor-right-bottom {
          width: 70%;
          margin-bottom: 80px; } }
      .my-fearless-next__text-box--mentor-right-bottom .my-fearless-next__text-container {
        text-align: right;
        float: right;
        width: 100%; }
        @media (min-width: 480px) {
          .my-fearless-next__text-box--mentor-right-bottom .my-fearless-next__text-container {
            width: 65%; } }
    .my-fearless-next__text-box--bootcamp-left-top {
      width: 100%;
      float: left;
      text-align: left;
      padding-bottom: 60px;
      margin-bottom: 30px; }
      @media (min-width: 992px) {
        .my-fearless-next__text-box--bootcamp-left-top {
          width: 70%;
          padding-bottom: 100px;
          margin-bottom: 80px; } }
      .my-fearless-next__text-box--bootcamp-left-top .my-fearless-next__text-container {
        text-align: left;
        float: left;
        width: 100%; }
    .my-fearless-next__text-box--bootcamp-right-top {
      width: 100%;
      float: right;
      text-align: right;
      padding-bottom: 60px;
      margin-bottom: 30px; }
      @media (min-width: 992px) {
        .my-fearless-next__text-box--bootcamp-right-top {
          width: 70%;
          padding-bottom: 100px;
          margin-bottom: 80px; } }
      .my-fearless-next__text-box--bootcamp-right-top .my-fearless-next__text-container {
        text-align: right;
        float: right;
        width: 100%; }
    .my-fearless-next__text-box--bootcamp-left-bottom {
      width: 100%;
      float: left;
      padding-top: 60px;
      margin-bottom: 30px; }
      @media (min-width: 992px) {
        .my-fearless-next__text-box--bootcamp-left-bottom {
          width: 70%;
          padding-bottom: 100px;
          margin-bottom: 80px; } }
      .my-fearless-next__text-box--bootcamp-left-bottom .my-fearless-next__text-container {
        text-align: left;
        float: left;
        width: 100%; }
    .my-fearless-next__text-box--bootcamp-right-bottom {
      width: 100%;
      float: right;
      padding-top: 60px;
      margin-bottom: 30px; }
      @media (min-width: 992px) {
        .my-fearless-next__text-box--bootcamp-right-bottom {
          width: 70%;
          padding-top: 100px;
          margin-bottom: 80px; } }
      .my-fearless-next__text-box--bootcamp-right-bottom .my-fearless-next__text-container {
        text-align: right;
        float: right;
        width: 100%; }
  .my-fearless-next__down {
    display: none; }
    @media (min-width: 992px) {
      .my-fearless-next__down {
        display: block;
        position: fixed;
        right: 30px;
        bottom: 30px; } }
  .my-fearless-next__text-container--left {
    text-align: left; }
  .my-fearless-next__text-container--right {
    text-align: right; }
  .my-fearless-next__text-container--85 {
    width: 100%; }
    @media (min-width: 992px) {
      .my-fearless-next__text-container--85 {
        width: 85%; } }
  .my-fearless-next__text-title {
    font-family: "bentonsans-bold-webfont";
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 5px; }
    @media (min-width: 576px) {
      .my-fearless-next__text-title {
        font-size: calc(1.78571vw + 1.71429px); } }
    @media (min-width: 1024px) {
      .my-fearless-next__text-title {
        font-size: 20px; } }
    .my-fearless-next__text-title--blue {
      color: #0033A1; }
    .my-fearless-next__text-title--left {
      text-align: left;
      margin: 0 0 30px 5px; }
    .my-fearless-next__text-title--large {
      font-size: 18px; }
      @media (min-width: 576px) {
        .my-fearless-next__text-title--large {
          font-size: calc(1.78571vw + 7.71429px); } }
      @media (min-width: 1024px) {
        .my-fearless-next__text-title--large {
          font-size: 26px; } }
  .my-fearless-next__text-subtitle {
    font-family: "bentonsans-bold-webfont";
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    margin-bottom: 5px; }
    @media (min-width: 576px) {
      .my-fearless-next__text-subtitle {
        font-size: calc(1.33929vw + 2.28571px); } }
    @media (min-width: 1024px) {
      .my-fearless-next__text-subtitle {
        font-size: 16px; } }
  .my-fearless-next__text-title-image {
    width: 20px;
    height: 25px;
    display: inline-block; }
  .my-fearless-next__text-title--role {
    display: block;
    font-family: "bentonsans-light-webfont";
    color: #fff;
    font-size: 10px; }
    @media (min-width: 576px) {
      .my-fearless-next__text-title--role {
        font-size: calc(1.33929vw + 2.28571px); } }
    @media (min-width: 1024px) {
      .my-fearless-next__text-title--role {
        font-size: 16px; } }
  .my-fearless-next__text {
    font-family: "bentonsans-regular-webfont";
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 20px; }
    @media (min-width: 576px) {
      .my-fearless-next__text {
        font-size: calc(0.66964vw + 8.14286px); } }
    @media (min-width: 1024px) {
      .my-fearless-next__text {
        font-size: 15px; } }
    @media (min-width: 576px) {
      .my-fearless-next__text {
        line-height: calc(2.00893vw + 4.42857px); } }
    @media (min-width: 1024px) {
      .my-fearless-next__text {
        line-height: 25px; } }
    .my-fearless-next__text--large {
      font-size: 12px;
      line-height: 16px; }
      @media (min-width: 576px) {
        .my-fearless-next__text--large {
          font-size: calc(1.78571vw + 1.71429px); } }
      @media (min-width: 1024px) {
        .my-fearless-next__text--large {
          font-size: 20px; } }
      @media (min-width: 576px) {
        .my-fearless-next__text--large {
          line-height: calc(1.78571vw + 5.71429px); } }
      @media (min-width: 1024px) {
        .my-fearless-next__text--large {
          line-height: 24px; } }
  .my-fearless-next__text-highlight {
    color: #0089FF;
    text-decoration: none; }
  .my-fearless-next__button {
    width: 100%;
    max-width: 165px;
    font-family: "bentonsans-bold-webfont";
    color: #0033A1;
    text-transform: uppercase;
    text-align: center;
    padding: 10px;
    margin: 20px auto 10px auto;
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid #ffffff;
    display: block;
    transition: all .15s ease-in; }
    @media (min-width: 992px) {
      .my-fearless-next__button {
        padding: 15px;
        border-radius: 15px; } }
    .my-fearless-next__button:hover {
      background: transparent;
      color: #ffffff; }
    .my-fearless-next__button.button--disabled {
      background: rgba(255, 255, 255, 0.15);
      color: #0033A1 !important;
      cursor: none; }
    .my-fearless-next__button.button--transparent {
      color: #ffffff; }
      .my-fearless-next__button.button--transparent:hover {
        background: #ffffff !important;
        color: #0A2240 !important; }
  .my-fearless-next__terms {
    font-family: "bentonsans-regular-webfont";
    color: #fff;
    font-size: 10px;
    clear: both;
    display: block;
    margin-bottom: 60px; }
    .my-fearless-next__terms--center {
      text-align: center; }
    .my-fearless-next__text-box .my-fearless-next__terms {
      margin-bottom: 0; }
  .my-fearless-next__image-box--about-intro {
    width: 80%;
    float: right;
    margin-top: -50px;
    margin-bottom: 50px;
    position: relative;
    z-index: 9; }
    @media (min-width: 992px) {
      .my-fearless-next__image-box--about-intro {
        width: 60%;
        float: none;
        position: absolute;
        right: 15px;
        bottom: 60px;
        margin: 0; } }
  .my-fearless-next__image-box-banner {
    width: 100%; }
  .my-fearless-next__sabc {
    text-align: center;
    margin-bottom: 50px; }
    @media (min-width: 992px) {
      .my-fearless-next__sabc {
        text-align: right; } }
    @media (min-width: 992px) {
      .my-fearless-next__sabc--top {
        position: absolute;
        top: 50px;
        right: 15px; } }
  .my-fearless-next__sabc-tune-in {
    display: inline-block;
    font-family: "bentonsans-bold-webfont";
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    vertical-align: middle; }
    @media (min-width: 576px) {
      .my-fearless-next__sabc-tune-in {
        font-size: calc(1.78571vw - 0.28571px); } }
    @media (min-width: 1024px) {
      .my-fearless-next__sabc-tune-in {
        font-size: 18px; } }
  .my-fearless-next__sabc-logo {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    max-height: 30px; }
    @media (min-width: 1024px) {
      .my-fearless-next__sabc-logo {
        max-height: 40px; } }
  .my-fearless-next__sabc-details {
    display: block;
    font-family: "bentonsans-regular-webfont";
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    margin-top: 10px; }
    @media (min-width: 576px) {
      .my-fearless-next__sabc-details {
        font-size: calc(1.78571vw - 0.28571px); } }
    @media (min-width: 1024px) {
      .my-fearless-next__sabc-details {
        font-size: 18px; } }
  .my-fearless-next__whatsapp-logo {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    margin-left: 5px;
    margin-top: 5px;
    max-height: 20px; }
    @media (min-width: 1024px) {
      .my-fearless-next__whatsapp-logo {
        max-height: 30px; } }
  .my-fearless-next__whatsapp-number {
    display: inline-block;
    font-family: "bentonsans-bold-webfont";
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    vertical-align: middle;
    margin-top: 5px; }
    @media (min-width: 576px) {
      .my-fearless-next__whatsapp-number {
        font-size: calc(1.11607vw + 3.57143px); } }
    @media (min-width: 1024px) {
      .my-fearless-next__whatsapp-number {
        font-size: 15px; } }
  .my-fearless-next__bootcamp-intro {
    width: 70%;
    display: block;
    text-align: right;
    font-family: "bentonsans-regular-webfont";
    color: #fff;
    margin: 15px 0;
    float: right; }
  .my-fearless-next__mentor-image {
    position: absolute;
    bottom: 0;
    display: none; }
    @media (min-width: 480px) {
      .my-fearless-next__mentor-image {
        width: 33%;
        display: block; } }
    .my-fearless-next__mentor-image--left {
      left: 10px; }
    .my-fearless-next__mentor-image--right {
      right: 10px; }
  .my-fearless-next__finalist-image {
    width: 230px;
    height: 230px;
    display: block;
    overflow: hidden;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 15px 15px 6px 0 rgba(0, 0, 0, 0.15);
    position: relative;
    margin: 0 auto;
    z-index: 2;
    margin-bottom: -30px; }
    @media (min-width: 768px) {
      .my-fearless-next__finalist-image {
        position: absolute;
        margin-bottom: 0; } }
    .my-fearless-next__finalist-image--right {
      text-align: right; }
      @media (min-width: 768px) {
        .my-fearless-next__finalist-image--right {
          top: 40px;
          left: 52%; } }
    .my-fearless-next__finalist-image--left {
      text-align: left; }
      @media (min-width: 768px) {
        .my-fearless-next__finalist-image--left {
          top: 40px;
          right: 52%; } }
  .my-fearless-next__campaign-box {
    clear: both;
    display: block; }
  .my-fearless-next__finalist-box {
    clear: both;
    display: block;
    position: relative; }
  .my-fearless-next__infographic--left {
    text-align: left; }
  .my-fearless-next__infographic--right {
    text-align: right; }
  .my-fearless-next__infographic--center {
    text-align: center; }
  .my-fearless-next__infographic--50-staff {
    width: 49%;
    display: inline-block;
    vertical-align: middle; }
  @media (min-width: 768px) {
    .my-fearless-next__infographic--collapse {
      margin-top: -30px; } }
  .my-fearless-next__infographic-image {
    width: 80%;
    height: auto;
    display: inline-block; }
    @media (min-width: 768px) {
      .my-fearless-next__infographic-image {
        width: 55%; } }
    .my-fearless-next__infographic-image--small {
      width: 55%; }
      @media (min-width: 768px) {
        .my-fearless-next__infographic-image--small {
          width: 40%; } }
    .my-fearless-next__infographic-image--medium {
      width: 100%; }
      @media (min-width: 768px) {
        .my-fearless-next__infographic-image--medium {
          width: 65%; } }
    .my-fearless-next__infographic-image--full {
      width: 100%;
      margin: 5px 0; }
      @media (min-width: 768px) {
        .my-fearless-next__infographic-image--full {
          width: 100%;
          margin: 20px 0; } }
    .my-fearless-next__infographic-image--chevrons {
      width: 40%;
      margin-left: 0;
      -webkit-animation-duration: .1s;
      -webkit-animation-name: glow;
      -webkit-animation-direction: alternate;
      -webkit-animation-iteration-count: infinite;
      animation-duration: .1s;
      animation-name: glow;
      animation-direction: alternate;
      animation-iteration-count: infinite; }
      @media (min-width: 768px) {
        .my-fearless-next__infographic-image--chevrons {
          width: 47%;
          margin-left: 50px; } }
    .my-fearless-next__infographic--50-staff .my-fearless-next__infographic-image {
      width: 100%; }
  .my-fearless-next__infographic-text-box {
    width: 100%;
    text-align: left;
    position: relative; }
    @media (min-width: 768px) {
      .my-fearless-next__infographic-text-box {
        width: 80%; } }
    .my-fearless-next__infographic-text-box--center {
      width: 70%;
      margin: 60px 0 10px 0;
      text-align: left; }
      @media (min-width: 480px) {
        .my-fearless-next__infographic-text-box--center {
          margin: 120px 0 50px 0; } }
      @media (min-width: 640px) {
        .my-fearless-next__infographic-text-box--center {
          margin: 150px 0 50px 0; } }
      @media (min-width: 768px) {
        .my-fearless-next__infographic-text-box--center {
          width: 90%;
          margin: 50px auto;
          text-align: center; } }
  .my-fearless-next__infographic-text-box-indicator {
    position: absolute;
    right: 0;
    width: 25%;
    top: auto;
    bottom: 0; }
    @media (min-width: 768px) {
      .my-fearless-next__infographic-text-box-indicator {
        right: -25%;
        top: 20%;
        bottom: auto; } }
  .my-fearless-next__infographic-text {
    font-family: "bentonsans-regular-webfont";
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 5px; }
    @media (min-width: 576px) {
      .my-fearless-next__infographic-text {
        font-size: calc(2.23214vw + 2.14286px); } }
    @media (min-width: 1024px) {
      .my-fearless-next__infographic-text {
        font-size: 25px; } }
    @media (min-width: 576px) {
      .my-fearless-next__infographic-text {
        line-height: calc(2.23214vw + 7.14286px); } }
    @media (min-width: 1024px) {
      .my-fearless-next__infographic-text {
        line-height: 30px; } }
    @media (min-width: 768px) {
      .my-fearless-next__infographic-text {
        margin-bottom: 25px; } }
  .my-fearless-next__infographic-subtext {
    font-family: "bentonsans-regular-webfont";
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 5px; }
    @media (min-width: 576px) {
      .my-fearless-next__infographic-subtext {
        font-size: calc(2.23214vw + 2.14286px); } }
    @media (min-width: 1024px) {
      .my-fearless-next__infographic-subtext {
        font-size: 25px; } }
    @media (min-width: 576px) {
      .my-fearless-next__infographic-subtext {
        line-height: calc(2.23214vw + 7.14286px); } }
    @media (min-width: 1024px) {
      .my-fearless-next__infographic-subtext {
        line-height: 30px; } }
    @media (min-width: 768px) {
      .my-fearless-next__infographic-subtext {
        margin-bottom: 25px; } }
  .my-fearless-next__infographic-divider {
    width: 100%; }
  .my-fearless-next__accordion {
    text-align: left;
    margin-bottom: 10px; }
  .my-fearless-next__accordion-title {
    font-family: "bentonsans-bold-webfont";
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    padding-bottom: 4px;
    width: 100%;
    display: block;
    padding: 10px;
    background: rgba(0, 137, 255, 0.1); }
    @media (min-width: 576px) {
      .my-fearless-next__accordion-title {
        font-size: calc(1.33929vw + 4.28571px); } }
    @media (min-width: 1024px) {
      .my-fearless-next__accordion-title {
        font-size: 18px; } }
    .my-fearless-next__accordion-title:hover {
      background: #0069c4;
      color: #ffffff; }
  .my-fearless-next__accordion-content {
    margin-top: 15px;
    font-family: "bentonsans-regular-webfont";
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 20px; }
    @media (min-width: 576px) {
      .my-fearless-next__accordion-content {
        font-size: calc(0.66964vw + 8.14286px); } }
    @media (min-width: 1024px) {
      .my-fearless-next__accordion-content {
        font-size: 15px; } }
    @media (min-width: 576px) {
      .my-fearless-next__accordion-content {
        line-height: calc(2.00893vw + 4.42857px); } }
    @media (min-width: 1024px) {
      .my-fearless-next__accordion-content {
        line-height: 25px; } }
  .my-fearless-next__roadshow-heading p {
    font-family: "bentonsans-regular-webfont";
    color: #fff;
    font-size: 14px;
    line-height: 18px; }
    @media (min-width: 576px) {
      .my-fearless-next__roadshow-heading p {
        font-size: calc(0.66964vw + 10.14286px); } }
    @media (min-width: 1024px) {
      .my-fearless-next__roadshow-heading p {
        font-size: 17px; } }
    @media (min-width: 576px) {
      .my-fearless-next__roadshow-heading p {
        line-height: calc(2.00893vw + 6.42857px); } }
    @media (min-width: 1024px) {
      .my-fearless-next__roadshow-heading p {
        line-height: 27px; } }

.entry-form {
  font-family: "bentonsans-regular-webfont";
  position: relative;
  margin: 0 auto;
  padding: 10% 0;
  color: #ffffff;
  background: #0A2240;
  background: -moz-linear-gradient(-45deg, #0069c4 0%, #0A2240 100%);
  background: -webkit-linear-gradient(-45deg, #0069c4 0%, #0A2240 100%);
  background: linear-gradient(135deg, #0069c4 0%, #0A2240 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#0069c4, endColorstr=#0A2240); }
  .entry-form .my-fearless-next__button {
    cursor: pointer;
    font-weight: bolder;
    color: #0A2240;
    min-width: 120px;
    max-width: 275px !important;
    width: auto;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 17px; }
    @media (min-width: 576px) {
      .entry-form .my-fearless-next__button {
        font-size: calc(0.66964vw + 10.14286px); } }
    @media (min-width: 1024px) {
      .entry-form .my-fearless-next__button {
        font-size: 17px; } }
    @media (min-width: 576px) {
      .entry-form .my-fearless-next__button {
        line-height: calc(0.66964vw + 13.14286px); } }
    @media (min-width: 1024px) {
      .entry-form .my-fearless-next__button {
        line-height: 20px; } }
    .entry-form .my-fearless-next__button.button--disabled {
      background: rgba(255, 255, 255, 0.15);
      color: #0A2240 !important;
      cursor: none; }
    .entry-form .my-fearless-next__button.button--transparent {
      color: #ffffff; }
      .entry-form .my-fearless-next__button.button--transparent:hover {
        background: #ffffff !important;
        color: #0A2240 !important; }
    @media (min-width: 768px) {
      .entry-form .my-fearless-next__button {
        padding: 10px !important; } }
  .entry-form__title {
    font-family: "bentonsans-bold-webfont";
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 32px; }
    @media (min-width: 576px) {
      .entry-form__title {
        font-size: calc(0vw + 26px); } }
    @media (min-width: 1024px) {
      .entry-form__title {
        font-size: 26px; } }
    @media (min-width: 576px) {
      .entry-form__title {
        line-height: calc(0vw + 32px); } }
    @media (min-width: 1024px) {
      .entry-form__title {
        line-height: 32px; } }
    @media (min-width: 768px) {
      .entry-form__title {
        margin-bottom: 40px; } }
  .entry-form__p {
    font-family: "bentonsans-regular-webfont";
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 18px; }
    @media (min-width: 576px) {
      .entry-form__p {
        font-size: calc(2.00893vw + 0.42857px); } }
    @media (min-width: 1024px) {
      .entry-form__p {
        font-size: 21px; } }
    @media (min-width: 576px) {
      .entry-form__p {
        line-height: calc(3.125vw + 0px); } }
    @media (min-width: 1024px) {
      .entry-form__p {
        line-height: 32px; } }
    @media (min-width: 768px) {
      .entry-form__p {
        margin-bottom: 40px; } }
  .entry-form__back-arrow {
    cursor: pointer;
    position: relative;
    width: 30px;
    height: 30px;
    font-size: 34px;
    line-height: 34px; }
    @media (min-width: 576px) {
      .entry-form__back-arrow {
        font-size: calc(0vw + 34px); } }
    @media (min-width: 1024px) {
      .entry-form__back-arrow {
        font-size: 34px; } }
    @media (min-width: 576px) {
      .entry-form__back-arrow {
        line-height: calc(0vw + 34px); } }
    @media (min-width: 1024px) {
      .entry-form__back-arrow {
        line-height: 34px; } }
    .entry-form__back-arrow::before {
      content: '\2794';
      height: 30px;
      width: 30px;
      display: block;
      text-align: center;
      color: #ffffff;
      top: 0;
      left: 0;
      transform: rotate(180deg); }
    .entry-form__back-arrow-text {
      position: absolute;
      top: 0;
      left: 40px;
      display: inline-block;
      text-transform: uppercase;
      font-size: 7px;
      line-height: 30px; }
      @media (min-width: 576px) {
        .entry-form__back-arrow-text {
          font-size: calc(2.45536vw - 7.14286px); } }
      @media (min-width: 1024px) {
        .entry-form__back-arrow-text {
          font-size: 18px; } }
      @media (min-width: 576px) {
        .entry-form__back-arrow-text {
          line-height: calc(-1.78571vw + 40.28571px); } }
      @media (min-width: 1024px) {
        .entry-form__back-arrow-text {
          line-height: 22px; } }
      @media (min-width: 768px) {
        .entry-form__back-arrow-text {
          position: relative;
          left: 0;
          transform: translate(-25%, -25%); } }
  .entry-form__back-button {
    display: none;
    margin: 0 auto 10px auto; }
    .entry-form__back-button--enabled {
      display: block; }
    @media (min-width: 768px) {
      .entry-form__back-button {
        margin-bottom: 30px; } }
  .entry-form__start {
    display: none; }
    .entry-form__start--active {
      display: block; }
  .entry-form__content {
    display: none; }
    .entry-form__content--active {
      display: block; }
  .entry-form__steps {
    display: none; }
    .entry-form__steps--active {
      display: block; }
  .entry-form__step {
    display: none; }
    .entry-form__step--active {
      display: block; }
  .entry-form__progress-container {
    position: relative;
    margin: 0 auto 50px auto;
    border-bottom: 2px solid #ffffff;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    @media (min-width: 768px) {
      .entry-form__progress-container {
        margin: 0 auto 100px auto;
        border-bottom: 4px solid #ffffff; } }
  .entry-form__progress-text {
    text-align: center;
    position: absolute;
    display: block;
    transform: translate(-28px, 34px);
    width: 75px;
    height: auto;
    top: 0;
    left: 0;
    text-transform: uppercase;
    white-space: nowrap;
    font-size: 7px;
    line-height: 9px; }
    @media (min-width: 576px) {
      .entry-form__progress-text {
        font-size: calc(2.45536vw - 7.14286px); } }
    @media (min-width: 1024px) {
      .entry-form__progress-text {
        font-size: 18px; } }
    @media (min-width: 576px) {
      .entry-form__progress-text {
        line-height: calc(2.90179vw - 7.71429px); } }
    @media (min-width: 1024px) {
      .entry-form__progress-text {
        line-height: 22px; } }
    @media (min-width: 768px) {
      .entry-form__progress-text {
        transform: translate(-60px, 60px);
        width: 150px; } }
  .entry-form__progress-item {
    position: relative;
    width: 18px;
    height: 18px;
    overflow: visible; }
    @media (min-width: 768px) {
      .entry-form__progress-item {
        width: 28px;
        height: 28px; } }
    .entry-form__progress-item:first-child::after {
      left: -1px !important; }
    .entry-form__progress-item:last-child::after {
      left: 1px !important; }
    .entry-form__progress-item::after {
      background-color: transparent;
      position: absolute;
      display: inline-block;
      content: '';
      left: 0;
      top: 10px;
      width: 18px;
      height: 18px;
      border-radius: 50%; }
      @media (min-width: 768px) {
        .entry-form__progress-item::after {
          top: 15px;
          width: 28px;
          height: 28px; } }
    .entry-form__progress-item--complete::after {
      background-color: #ffffff !important;
      border: 2px solid #ffffff !important; }
      @media (min-width: 768px) {
        .entry-form__progress-item--complete::after {
          border: 4px solid #ffffff !important; } }
    .entry-form__progress-item--main::after {
      background-color: #0069c4;
      border: 2px solid #ffffff; }
      @media (min-width: 768px) {
        .entry-form__progress-item--main::after {
          border: 4px solid #ffffff; } }
    .entry-form__progress-item--active::after {
      background-color: #a3a3a3;
      border: 2px solid #ffffff; }
      @media (min-width: 768px) {
        .entry-form__progress-item--active::after {
          border: 4px solid #ffffff; } }
  .entry-form__success {
    display: none; }
    .entry-form__success--active {
      display: block; }
  .entry-form__failed {
    display: none; }
    .entry-form__failed--active {
      display: block; }

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