@import url("https://fonts.googleapis.com/css?family=Muli");
/* @import url(../src/styles/font-awesome-4.7.0/css/font-awesome.css); */
@-ms-viewport {
  width: device-width; }
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%; }

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

.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%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

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

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

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

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

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

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

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

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

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

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

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

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

  .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; } }
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

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

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

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

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

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

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

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

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

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

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

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

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

  .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; } }
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

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

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

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

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

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

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

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

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

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

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

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

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

  .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; } }
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

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

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

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

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

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

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

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

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

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

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

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

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

  .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; } }
.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

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

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

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

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

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

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

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

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

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

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }

  .flex-sm-column {
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-sm-start {
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    justify-content: center !important; }

  .justify-content-sm-between {
    justify-content: space-between !important; }

  .justify-content-sm-around {
    justify-content: space-around !important; }

  .align-items-sm-start {
    align-items: flex-start !important; }

  .align-items-sm-end {
    align-items: flex-end !important; }

  .align-items-sm-center {
    align-items: center !important; }

  .align-items-sm-baseline {
    align-items: baseline !important; }

  .align-items-sm-stretch {
    align-items: stretch !important; }

  .align-content-sm-start {
    align-content: flex-start !important; }

  .align-content-sm-end {
    align-content: flex-end !important; }

  .align-content-sm-center {
    align-content: center !important; }

  .align-content-sm-between {
    align-content: space-between !important; }

  .align-content-sm-around {
    align-content: space-around !important; }

  .align-content-sm-stretch {
    align-content: stretch !important; }

  .align-self-sm-auto {
    align-self: auto !important; }

  .align-self-sm-start {
    align-self: flex-start !important; }

  .align-self-sm-end {
    align-self: flex-end !important; }

  .align-self-sm-center {
    align-self: center !important; }

  .align-self-sm-baseline {
    align-self: baseline !important; }

  .align-self-sm-stretch {
    align-self: stretch !important; } }
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }

  .flex-md-column {
    flex-direction: column !important; }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-md-wrap {
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-md-start {
    justify-content: flex-start !important; }

  .justify-content-md-end {
    justify-content: flex-end !important; }

  .justify-content-md-center {
    justify-content: center !important; }

  .justify-content-md-between {
    justify-content: space-between !important; }

  .justify-content-md-around {
    justify-content: space-around !important; }

  .align-items-md-start {
    align-items: flex-start !important; }

  .align-items-md-end {
    align-items: flex-end !important; }

  .align-items-md-center {
    align-items: center !important; }

  .align-items-md-baseline {
    align-items: baseline !important; }

  .align-items-md-stretch {
    align-items: stretch !important; }

  .align-content-md-start {
    align-content: flex-start !important; }

  .align-content-md-end {
    align-content: flex-end !important; }

  .align-content-md-center {
    align-content: center !important; }

  .align-content-md-between {
    align-content: space-between !important; }

  .align-content-md-around {
    align-content: space-around !important; }

  .align-content-md-stretch {
    align-content: stretch !important; }

  .align-self-md-auto {
    align-self: auto !important; }

  .align-self-md-start {
    align-self: flex-start !important; }

  .align-self-md-end {
    align-self: flex-end !important; }

  .align-self-md-center {
    align-self: center !important; }

  .align-self-md-baseline {
    align-self: baseline !important; }

  .align-self-md-stretch {
    align-self: stretch !important; } }
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }

  .flex-lg-column {
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-lg-start {
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    justify-content: center !important; }

  .justify-content-lg-between {
    justify-content: space-between !important; }

  .justify-content-lg-around {
    justify-content: space-around !important; }

  .align-items-lg-start {
    align-items: flex-start !important; }

  .align-items-lg-end {
    align-items: flex-end !important; }

  .align-items-lg-center {
    align-items: center !important; }

  .align-items-lg-baseline {
    align-items: baseline !important; }

  .align-items-lg-stretch {
    align-items: stretch !important; }

  .align-content-lg-start {
    align-content: flex-start !important; }

  .align-content-lg-end {
    align-content: flex-end !important; }

  .align-content-lg-center {
    align-content: center !important; }

  .align-content-lg-between {
    align-content: space-between !important; }

  .align-content-lg-around {
    align-content: space-around !important; }

  .align-content-lg-stretch {
    align-content: stretch !important; }

  .align-self-lg-auto {
    align-self: auto !important; }

  .align-self-lg-start {
    align-self: flex-start !important; }

  .align-self-lg-end {
    align-self: flex-end !important; }

  .align-self-lg-center {
    align-self: center !important; }

  .align-self-lg-baseline {
    align-self: baseline !important; }

  .align-self-lg-stretch {
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }

  .flex-xl-column {
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-xl-wrap {
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-xl-start {
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    justify-content: center !important; }

  .justify-content-xl-between {
    justify-content: space-between !important; }

  .justify-content-xl-around {
    justify-content: space-around !important; }

  .align-items-xl-start {
    align-items: flex-start !important; }

  .align-items-xl-end {
    align-items: flex-end !important; }

  .align-items-xl-center {
    align-items: center !important; }

  .align-items-xl-baseline {
    align-items: baseline !important; }

  .align-items-xl-stretch {
    align-items: stretch !important; }

  .align-content-xl-start {
    align-content: flex-start !important; }

  .align-content-xl-end {
    align-content: flex-end !important; }

  .align-content-xl-center {
    align-content: center !important; }

  .align-content-xl-between {
    align-content: space-between !important; }

  .align-content-xl-around {
    align-content: space-around !important; }

  .align-content-xl-stretch {
    align-content: stretch !important; }

  .align-self-xl-auto {
    align-self: auto !important; }

  .align-self-xl-start {
    align-self: flex-start !important; }

  .align-self-xl-end {
    align-self: flex-end !important; }

  .align-self-xl-center {
    align-self: center !important; }

  .align-self-xl-baseline {
    align-self: baseline !important; }

  .align-self-xl-stretch {
    align-self: stretch !important; } }

@media (min-width: 576px) {
  html {
    font-size: 16px; } }
@media (min-width: 768px) {
  html {
    font-size: 18px; } }
@media (min-width: 992px) {
  html {
    font-size: 20px; } }
body {
  font-family: Muli, Arial, sans-serif;
  background-color: #FBFBFB; }

.bold {
  font-weight: bold; }

html, body {
  max-width: 100%;
  overflow-x: hidden;
}

/******** START: FONTS STYLES *******/
h2, h3, p {
  font-family: Muli;
  font-style: normal;
  font-weight: normal;
}
h2 {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 300; }

h3 {
  font-size: 24px;
  line-height: 30px;
}
p {
  font-size: 16px;
  line-height: 24px; }

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a.underline {
  text-decoration: underline;
}
.center {
  text-align: center; }

.middle-align-flex {
  align-items: center;
  justify-content: center; }

.checklist {
  margin: 15px 0 30px 0;
  font-weight: 600;
  color: #40454a;
  font-size: 16px;
  display: flex;
  flex-direction: column;
}

.checklist .checklist--icon {
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.checklist i {
  color: #107cb2;
  margin: 0 15px 0 15px;
  font-size: 36px;
}

.checklist p {
  margin: 12px 49px 0;
  text-align: center;
}

.c-partners__logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.c-partners__logo img {
  width: 150px;
  height: auto;
  margin: 20px auto;
}

/*************************************/
/******** MOBILE FIRST DESIGN ********/
/*************************************/

/*---------------------------------------*/
/*------- START: COMPONENT STYLES -------*/
/*---------------------------------------*/

/* START: HEADER STYLES */
.c-header {
  background-color: #fff;
  height: 100px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

.c-header--sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.c-header__links #signup {
  margin-left: 40px;
}
.c-header__menu {
  position: absolute;
  bottom: 30px;
  right: 40px;
  z-index: 7;
  transition: all .4s ease-in-out;
}
.c-header__menu-line {
  width: 25px;
  height: 2px;
  border-radius: 0.5px;
  margin-bottom: 7px;
  background-color: #4F4F4F;
  transition: all .3s ease-in-out;
}
.c-header__menu.close {
  transform: rotate(90deg);
  transition: all .4s ease-in-out;
}
.close > .c-header__menu-line:nth-child(1) {
  transform: rotate(-45deg) translate(-10px, 10px);
}
.close > .c-header__menu-line:nth-child(2) {
  opacity: 0;
}
.close > .c-header__menu-line:nth-child(3) {
  transform: rotate(45deg) translate(-3px, -3px);
}
.c-header__nav {
  position: absolute;
  top: 0;
  right: 0;
  width: 75%;
  height: 100vh;
  overflow: hidden;
  z-index: 1;
  visibility: hidden;
  transform: translate3d(1000px, 0, 0);
  z-index: 6;
  transition: all .4s ease-in-out;
}
.c-header__nav.show {
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
.c-header__nav ul {
  height: 100%;
  padding: 0;
  margin: 160px 32px;
}
.c-header__nav ul .c-header__nav-item  {
  list-style: none;
  border-top: 1px solid #DBDBDB;
  padding: 15px 0;
  width: 100%;
  transform: translate3d(1000px, 0, 0);
}
.c-header__nav ul .c-header__nav-item:nth-child(2) {
  border-bottom: 1px solid #DBDBDB;
}
.c-header__nav ul .c-header__nav-item.show {
  transform: translate3d(0, 0, 0);
 }
.c-header__nav ul .c-header__nav-item a {
  text-decoration: none;
  font-size: 20px;
  line-height: 32px;
 }

.c-header--fill {
  /* Fills empty spot left by header */
  margin-top: 100px;
}
/* END: HEADER STYLES */

/* START: TEXT-ON-IMAGES STYLES */
.c-text-on-image {
  background-position: 65% 0%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  overflow: hidden;
}
.c-text-on-image--w-overlay {
  background-image: linear-gradient(104.62deg, #4F4F4F 13.26%, rgba(196, 196, 196, 0) 96.59%), url('img/kid-cropped.jpg');
  mix-blend-mode: multiply;
}
.c-text-on-image__title {
 text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
}
.c-text-on-image__paragraph {
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
}
/* END: TEXT-ON-IMAGES STYLES */

/* START: SWIPER CAROUSEL */
.swiper {
  /* Add bottom to make visible the box-shadow bottom  */
  padding-bottom: 10px;
}
.swiper-button-prev, .swiper-button-next {
  color: #DBDBDB;
  margin: 0 20px;
  opacity: 0;
}
.swiper-button-disabled {
  opacity: 0 !important;
}
.swiper-button-prev:active,
.swiper-button-prev:hover,
.swiper-button-prev:focus,
.swiper-button-next:active,
.swiper-button-next:hover,
.swiper-button-next:focus {
  border: 0;
  outline: 0;
}
.swiper-pagination span.swiper-pagination-bullet {
  border: 1px solid #AFAFAF;
  background-color: #fff;
  width: 10px;
  height: 10px;
  margin: 0 12px 20px !important;
  opacity: 0;
  outline: 0;
}
.swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active:active {
  border: 0;
  outline: 0;
}
.swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #AFAFAF;
  border: 2px solid #AFAFAF;
  outline: 0;
}
.l-swiper {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.l-swiper--overlap {
  margin-top: -152px;
  margin-bottom: 40px;
}
.c-swiper-header {
  background-color: #fff;
  padding: 0;
  border-bottom: 1px solid #DBDBDB;
  visibility: hidden;
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
  box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.1);
}
.c-swiper-header .c-swiper-header__link {
  font-weight: bold !important;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  padding: 20px 0 5px;
  margin: 24px 42px 0;
  cursor: pointer;
}

.swiper-slide__content {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 510px;
  padding: 0 10px;
  border-radius: 10px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
.swiper-slide__content h3 {
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 32px;
}
.swiper-slide__content p {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
/* END: SWIPER CAROUSEL */

/* START: STEPS */
.c-steps {
  display: block;
  margin: 0 auto;
}
.c-steps h2 {
  margin: 0 60px 17px
}
.l-steps--flex {
  flex: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-steps__content {
  background: #FBFBFB;
  padding: 16px 10px 0;
  margin-bottom: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 160px;
  width: 140px;
}
.c-steps__content--border {
  border: 1px solid #DBDBDB;
  border-radius: 10px;
}
.c-steps__label {
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.25);
  border-radius: 46px;
  width: 73px;
  height: 23px;
  font-size: 10px;
  line-height: 13px;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* END: STEPS */



/* START: QUALIFICATIONS */
.c-qualifications__image {
  margin-top: 32px;
  height: 400px;
  overflow: hidden;
  position: relative;
}
.c-qualifications__image img {
  height: 100%;
  position: absolute;
  top:0;
  left: 50%;
  transform: translateX(-40%);
  z-index: -1;
}
.c-qualifications__content {
  background-color: #FFFFFF;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 26px;
  padding: 50px 100px;
}
.c-qualifications__title {
  text-align: center;
  font-size: 24px;
  line-height: 40px;
  margin: 0;
}
.c-qualifications__sub-title {
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  margin: 0;
}
.c-qualifications__description {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  margin: 20px 0;
}
.c-qualifications__sub-title__description {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  margin: 20px 0 0 0;
}
#more-content__container {
  padding-right: 0;
}
#checklist__container {
  padding: 0;
}
@media only screen and (max-width: 992px) {
.c-qualifications__description,
.c-qualifications__sub-title__description {
  margin: 12px 0 20px 0;
  line-height: unset;
}
.c-qualifications__content {
  padding: 30px 70px;
}
}
/* END: QUALIFICATIONS */

/* START: PARTNERS */
.c-partners {
  background: #FFFFFF;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.c-partners__title {
  text-align: center;
  display: inline-block;
  font-size: 24px;
  line-height: 40px;
  margin: 25px auto 0;
}
.c-partners__disclaimer {
  font-size: 12px;
  line-height: 16px;
  margin: 0 10px;
}
/* END: PARTNERS */

/* START: FOTTER STYLES */
.c-footer {
  height: 250px;
  position: relative;
  z-index: -1;
}
.c-footer__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.c-footer p {
  font-size: 16px;
  line-height: 24px;

}
.c-social-media a {
  font-size: 20px;
  margin: 0 12px;
  transition: all .3s ease-in-out;
}
/* START: FOTTER STYLES */

/*---------------------------------------*/
/*-------- END: COMPONENT STYLES --------*/
/*---------------------------------------*/

/*---------------------------------------*/
/*-------- START: ELEMENTS STYLES -------*/
/*---------------------------------------*/

/* START: DARK OVERLAY STYLES */
.dark-overlay.show:after {
  position: absolute;
  content: '';
  top: 0;
  height: 100vh;
  left: 0;
  right: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  background-blend-mode: multiply;
  z-index: 3;
}
/* END: DARK OVERLAY STYLES */

/* START: BUTTON STYLES */
.e-button {
  border-radius: 4px;
  font-family: Muli;
  font-style: normal;
  font-weight: bold;
  height: 50px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: all .3s ease-in-out;
}
.e-button, .e-button:hover, .e-button:active, .e-button:disabled, .e-button:focus {
  border: 0;
  outline: 0;
}
.e-button--big {
  padding: 14px 20px;
  font-size: 14px;
  line-height: 24px;
}
.e-button--block {
  display: block;
}
.e-button--inline {
  display: inline-block;
}
/* END: BUTTON STYLES */

/*---------------------------------------*/
/*-------- END: ELEMENTS STYLES -------*/
/*---------------------------------------*/

/*---------------------------------------*/
/*------- START: MODIFIERS STYLES -------*/
/*---------------------------------------*/
.display-flex {
  display: flex;
}
.sm-br {
  display: block;
}
.sm-hidden {
  visibility: hidden;
}

#sign-up-0 {
  display: none;
}
#sign-up-1 {
  display: block;
}
/*---------------------------------------*/
/*-------- END: MODIFIERS STYLES --------*/
/*---------------------------------------*/

/******************************************/
/*********** START: MEDIA STYLES **********/
/******************************************/

@media only screen and (min-width: 450px) {
  /* START: TEXT-ON-IMAGE */
  .c-text-on-image {
    height: 600px;
  }
  /* END: TEXT-ON-IMAGE */

  /* START: STEPS */
  .c-steps h2 {
    margin-bottom: 38px;
  }
  .c-steps__content {
    width: 234px;
    height: 255px;
  }
  .c-steps__label {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    width: 122px;
    height: 40px;
    font-size: 16px;
    line-height: 20px;
    margin: 26px 0 24px;
  }
  /* END: STEPS */

  /* START: QUALIFICATIONS */
  .c-qualifications__image {
    height: 600px;
  }
  .c-qualifications__image img {
    left: 0;
    transform: translateX(-22%);
  }
  /* END: QUALIFICATIONS */

  /* MODIFIERS */
  .sm-br {
    display: none;
  }

}
@media only screen and (max-width: 576px) {
  #qualify {
    display: none;
  }
  #signup {
    display: none;
  }
}
@media only screen and (min-width: 577px) {

  /* START: HEADER */
  .c-header {
    padding: 0 80px 0 60px;
  }
  .c-header__menu {
    visibility: hidden;
  }
  /* END: HEADER */

  /* START: SWIPER CAROUSEL */
  .swiper {
    overflow: visible;
  }
  /* END: SWIPER CAROUSEL */

  /* START: PARTNERS */
.c-partners__disclaimer {
  margin: 0 35px;
}

 /* END: PARTNERS */

/****** MODIFIERS *****/
  .sm-hidden {
    visibility: visible;
  }
  .md-hidden {
    visibility: hidden;
  }
}
@media only screen and (min-width: 992px) {
  /****** COMPONENTS *****/
    #sign-up-0 {
      display: block;
    }
    #sign-up-1 {
      display: none;
    }
    /* START: HEADER */
    .c-header {
      padding: 0 160px;
    }
    .c-header__nav {
      display: none;
    }
    .dark-overlay {
      display: none;
    }
    .c-header__menu {
      visibility: hidden;
    }
    /* END: HEADER */

    /* START: TEXT-ON-IMAGE */
    .c-text-on-image {
      height: 768px;
      margin-top: 100px;
    }
    .c-text-on-image__title {
      font-size: 48px;
      line-height: 60px;
      margin-top: -60px;
    }
    .c-text-on-image__paragraph {
      font-size: 24px;
      line-height: 40px;
      width: 524px;
      margin-bottom: 50px;
    }
    .c-text-on-image__buttons-row {
      flex-direction: row;
    }
    /* END: TEXT-ON-IMAGE */

    /* START: SWIPER CAROUSEL */
    .l-swiper--overlap {
      margin-top: -30px;
      margin-bottom: 90px;
    }
    .swiper {
      overflow: hidden;
      background-color: #fff;
      box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1) !important;
      border-radius: 0 0 10px 10px;
      padding-bottom: 0;
    }
    .swiper-pagination span.swiper-pagination-bullet {
      opacity: 1 !important;
    }
    .swiper-button-prev, .swiper-button-next {
      opacity: 1;
    }
    .swiper-button-disabled {
      opacity: 0.3 !important;
    }
    .c-swiper-header {
      visibility: visible;
      border-radius: 10px 10px 0 0;
      border-bottom: 1px solid #DBDBDB;
    }

    .swiper-slide__content {
      padding: 0 110px 0;
      border-radius: 0 0 10px 10px !important;
      border: 0;
      align-items: flex-start !important;
    }
    .swiper-slide__content h3 {
      font-size: 32px;
      line-height: 40px;
      text-align: left;
    }
    .swiper-slide__content p {
      font-size: 20px;
      line-height: 32px;
      text-align: left;
    }
    /* END: SWIPER CAROUSEL */


    /* START: STEPS */
    .c-steps {
      margin-bottom: 96px;
    }
    /* END: STEPS */

    /* START: QUALIFICATIONS */
    .c-qualifications__image {
      height: 600px;
    }
    .c-qualifications__image img {
      left: 0;
      transform: translateX(0);
    }
    .checklist {
      flex-direction: row;
    }
    .checklist p {
      margin: 0 0 0 .25rem;
      text-align: left;
    }
    .c-qualifications__content {
    }
    .c-qualifications__title {
      text-align: left;
      font-size: 32px;
      line-height: 40px;
      margin-top: 0;
    }
    .c-qualifications__sub-title {
      text-align: left;
      font-size: 24px;
      line-height: 40px;
      margin-top: 0;
    }
    .c-qualifications__description {
      text-align: left;
      font-size: 20px;
      line-height: 32px;
      color: #4F4F4F;
    }
    .c-qualifications__sub-title__description {
      text-align: left;
      font-size: 20px;
      line-height: 32px;
      color: #4F4F4F;
    }
    /* END: QUALIFICATIONS */

    /* START: PARTNERS */
    .c-partners__title {
      font-size: 32px;
      line-height: 40px;
      margin-top: 54px;
    }

    /* END: PARTNERS */

    /* START: FOOTER */
    .c-footer {
      height: 500px;
      z-index: 0;
    }
    .c-social-media a {
      font-size: 30px;
      margin: 0 12px;
    }
    /* END: FOOTER */

  /****** ELEMENTS *****/
  .e-button--big {
    width: 270px;
  }

  /****** MODIFIERS *****/
    .sm-hidden {
      visibility: visible;
    }
    .md-hidden {
      visibility: visible;
    }
    .lg-hidden {
      visibility: hidden;
    }
    .ml-30 {
      margin-right: 30px;
    }
}
@media only screen and (min-width: 1100px) {
  .c-steps__content p {
    font-size: 20px;
    line-height: 32px;
    margin: 0 10px;
  }
}
@media only screen and (min-width: 1400px) {
  .c-qualifications__image img {
    width: 100%;
    height: auto;
  }
}

/******************************************/
/*********** END: MEDIA STYLES ************/
/******************************************/
