/*
Theme Name: Entain apprenticeships tool
Theme URI: #
Author: Blackbridge Ltd.
Author URI: http://blackbridge.co.uk
Description: Entain apprenticeships tool theme.
Version: 2019
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: blank
Text Domain: entain
*/
.text--white {
  color: #ffffff; }

.bg--white {
  background-color: #ffffff; }

.text--off-black {
  color: #202020; }

.bg--off-black {
  background-color: #202020; }

.text--pink {
  color: #f88ebd; }

.bg--pink {
  background-color: #f88ebd; }

.text--very-light-grey {
  color: #f2f2f2; }

.bg--very-light-grey {
  background-color: #f2f2f2; }

.text--black {
  color: #000000; }

.bg--black {
  background-color: #000000; }

.text--magenta {
  color: #bf00ff; }

.bg--magenta {
  background-color: #bf00ff; }

.text--purple {
  color: #43268b; }

.bg--purple {
  background-color: #43268b; }

.text--cyan {
  color: #0cd6ff; }

.bg--cyan {
  background-color: #0cd6ff; }

.text--highlight {
  color: #dbff0d; }

.bg--highlight {
  background-color: #dbff0d; }

.text--light-grey {
  color: #f2f2f2; }

.bg--light-grey {
  background-color: #f2f2f2; }

html, body, div, span, applet, object, iframe, button,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

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

blockquote, q {
  quotes: none; }

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

table {
  border-collapse: collapse;
  border-spacing: 0; }

h1, h2, h3, h4, h5, h6, p {
  margin: 0; }

button {
  background: transparent;
  outline: none;
  border-radius: 0px;
  cursor: pointer; }

button, button:hover, button:active, button:focus {
  outline: none; }

input:invalid, textarea:invalid, select:invalid {
  border: 0;
  box-shadow: none; }

a {
  text-decoration: none; }

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
       box-sizing: border-box; }

html {
  height: 100%;
  font-weight: 400;
  font-size: 62.5%; }

body {
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  font-family: mulish, sans-serif;
  font-weight: 400;
  color: #000000;
  min-height: 100%;
  font-size: 1.2rem; }
  @media (min-width: 768px) {
    body {
      font-size: 1.4rem; } }
  @media (min-width: 1140px) {
    body {
      font-size: 1.6rem; } }
  body.no-scroll {
    position: fixed;
    overflow-y: scroll;
    width: 100%; }

.wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative; }
  @media (min-width: 768px) {
    .wrapper {
      min-height: -webkit-calc(100vh - 12.5rem);
      min-height: calc(100vh - 12.5rem); } }
  @media (min-width: 1140px) {
    .wrapper {
      min-height: -webkit-calc(100vh - 17.5rem);
      min-height: calc(100vh - 17.5rem); } }

.row {
  position: relative;
  width: 100%;
  max-width: 146rem;
  margin: 0 auto; }

h1 {
  font-family: mulish, sans-serif;
  font-size: 3rem;
  font-weight: 700; }
  @media (min-width: 768px) {
    h1 {
      font-size: 4.5rem; } }
  @media (min-width: 1140px) {
    h1 {
      font-size: 6rem; } }

h2 {
  font-family: mulish, sans-serif;
  font-size: 2rem;
  margin: 0;
  font-weight: 800; }
  @media (min-width: 768px) {
    h2 {
      font-size: 2.4rem; } }
  @media (min-width: 1140px) {
    h2 {
      font-size: 3rem; } }

p,
ul {
  font-size: 1.6rem;
  line-height: 1.66; }
  @media (min-width: 1140px) {
    p,
    ul {
      font-size: 1.8rem; } }

p a {
  color: #bf00ff;
  text-decoration: underline; }

h4 {
  font-size: 1em;
  font-weight: bold;
  text-align: center; }

.para-wrapper h3 {
  font-size: 1.1em;
  font-weight: 500;
  margin-bottom: 0.75em; }

.para-wrapper p {
  margin-bottom: 1em; }
  .para-wrapper p:last-child {
    margin-bottom: 0; }

.para-wrapper img {
  max-width: 100%; }

.sticker-heading,
.sticker-pre-heading {
  font-family: mulish, sans-serif;
  position: relative;
  display: inline-block;
  z-index: 1; }

.sticker-pre-heading {
  font-size: 1.8rem;
  margin-bottom: 0.25em;
  float: left;
  font-weight: 500;
  color: #dbff0d; }
  .sticker-pre-heading a {
    color: inherit;
    -webkit-transition: color 192ms ease-in-out;
    transition: color 192ms ease-in-out; }
    .sticker-pre-heading a:hover {
      color: #4d4d4d; }
  @media (min-width: 768px) {
    .sticker-pre-heading {
      font-size: 2.4rem; } }
  @media (min-width: 1140px) {
    .sticker-pre-heading {
      font-size: 3.2rem; } }

.sticker-heading {
  font-size: 3.6rem;
  margin-bottom: 0.5em;
  color: #fff;
  float: left;
  clear: both;
  line-height: 1;
  font-weight: 900; }
  @media (min-width: 768px) {
    .sticker-heading {
      font-size: 5.4rem; } }
  @media (min-width: 1140px) {
    .sticker-heading {
      font-size: 7.6rem; } }

.card-button, .r-button, .slider-controls__button, .main-navigation__link, .result-subheading a, .section-nav__link {
  -webkit-transition: background 192ms ease-in-out, color 192ms ease-in-out, border 192ms ease-in-out;
  transition: background 192ms ease-in-out, color 192ms ease-in-out, border 192ms ease-in-out; }

.card-button {
  font-family: mulish, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  display: block;
  text-align: center;
  margin: 0.5em auto;
  max-width: 40rem;
  border: 10px solid #f2f2f2;
  padding: 1em;
  color: #000000;
  background-color: #ffffff; }
  .card-button:hover {
    color: #bf00ff;
    border: 10px solid #bf00ff; }
  .card-button--selected {
    color: #ffffff;
    background-color: #bf00ff; }
    .card-button--selected:hover {
      color: #ffffff; }
  @media (min-width: 768px) {
    .card-button {
      padding: 3em 1.5em;
      margin: 1rem;
      width: -webkit-calc(33.33% - 2rem);
      width: calc(33.33% - 2rem);
      float: left;
      height: 5em;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media (min-width: 1140px) {
    .card-button {
      width: -webkit-calc(25% - 2rem);
      width: calc(25% - 2rem);
      font-size: 2.4rem; } }

.r-button {
  font-family: mulish, sans-serif;
  color: #000000;
  background-color: #0cd6ff;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 1em 1.5em;
  line-height: 1;
  position: relative; }
  .r-button:hover {
    background-color: #72e7ff; }
  .r-button--has-icon {
    padding-right: 3.5em; }
  .r-button__icon {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0.66em;
    width: 1.66em;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%; }
    .r-button__icon--right-arrow {
      background-image: url("img/right-arrow-icon-black.svg"); }
    .r-button__icon--external {
      background-image: url("img/external-icon-black.svg");
      background-size: 70%; }
    .r-button__icon--pdf {
      background-image: url("img/pdf-icon-black.svg");
      background-size: 90%; }

.slider-controls {
  overflow: auto; }
  .slider-controls__button {
    float: left;
    width: 4.4rem;
    height: 4.4rem;
    background-color: #0cd6ff;
    background-size: 2rem;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("img/slider-arrow-right-icon-black.svg");
    margin-right: 1px; }
    .slider-controls__button:hover {
      background-color: #72e7ff; }
    .slider-controls__button--back {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }

.btn {
  display: table;
  font-family: mulish, sans-serif;
  font-weight: 700;
  color: #000;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.8125em 3em 0.8125em 1em;
  font-size: 1.6rem;
  line-height: 1;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  position: relative;
  background-color: #0cd6ff;
  background-image: url("img/right-arrow-button-black.svg");
  background-size: 0.5em;
  background-position: center right 1.25em;
  background-repeat: no-repeat; }
  .btn:hover {
    background-color: #72e7ff; }
  .btn--hero {
    font-size: 2.4rem; }

.main-header {
  z-index: 2;
  width: 100%;
  height: 8rem;
  background: #000000; }
  .main-header__inner {
    height: 100%; }

.main-header__logo {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 6.6rem; }
  @media (min-width: 768px) {
    .main-header__logo {
      width: 8rem;
      left: 0; } }
  @media (min-width: 1140px) {
    .main-header__logo {
      width: 10.5rem; } }

.menu-trigger {
  z-index: 100;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 3rem;
  font-size: 1rem;
  right: 0; }
  .menu-trigger div, .menu-trigger:before, .menu-trigger:after {
    background-color: #fff;
    content: "";
    display: block;
    height: 3px;
    margin: 0.7em 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .menu-trigger.active {
    position: fixed;
    top: 4rem;
    right: 2rem; }
    @media (min-width: 560px) {
      .menu-trigger.active {
        right: 3rem; } }
    .menu-trigger.active:before {
      -webkit-transform: translateY(1em) rotate(135deg);
          -ms-transform: translateY(1em) rotate(135deg);
              transform: translateY(1em) rotate(135deg); }
    .menu-trigger.active:after {
      -webkit-transform: translateY(-1em) rotate(-135deg);
          -ms-transform: translateY(-1em) rotate(-135deg);
              transform: translateY(-1em) rotate(-135deg); }
    .menu-trigger.active div {
      -webkit-transform: scale(0);
          -ms-transform: scale(0);
              transform: scale(0); }
  @media (min-width: 768px) {
    .menu-trigger {
      display: none; } }

.main-navigation {
  padding: 11rem 3rem 3rem;
  background-color: #202020;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 100%;
  -webkit-transition: -webkit-transform 192ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 192ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 192ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 192ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 192ms cubic-bezier(0.19, 1, 0.22, 1);
  text-align: right;
  z-index: 99;
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
  width: 255px; }
  .main-navigation.active {
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%); }
  @media (min-width: 768px) {
    .main-navigation {
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0%, -50%);
          -ms-transform: translate(0%, -50%);
              transform: translate(0%, -50%);
      padding: 0;
      left: auto;
      right: 0;
      background-color: transparent;
      width: auto;
      bottom: auto; }
      .main-navigation.active {
        -webkit-transform: translate(0%, -50%);
            -ms-transform: translate(0%, -50%);
                transform: translate(0%, -50%); } }

.main-navigation__link {
  font-family: mulish, sans-serif;
  color: #fff;
  display: inline-block;
  float: right;
  clear: right;
  padding-bottom: 0em;
  font-size: 1.7rem; }
  .main-navigation__link:first-child {
    margin-bottom: 1em; }
  .main-navigation__link:hover {
    color: #bf00ff; }
  @media (min-width: 768px) {
    .main-navigation__link {
      float: none;
      clear: none;
      margin: 0 0 0 2em; }
      .main-navigation__link:first-child {
        margin: 0 0 0 2em; } }

.main-footer {
  background-color: #bf00ff;
  padding: 3rem 0;
  width: 100%;
  position: relative; }
  .main-footer__inner {
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  @media (min-width: 768px) {
    .main-footer {
      padding: 0; }
      .main-footer__inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        height: 12.5rem; } }
  @media (min-width: 1140px) {
    .main-footer__inner {
      height: 17.5rem; } }

.footer-nav {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  list-style: none;
  margin: -0.8em 0;
  display: block;
  width: 100%;
  font-size: 0px; }
  @media (min-width: 768px) {
    .footer-nav {
      margin: 0;
      width: auto; } }
  .footer-nav__item {
    display: block;
    font-size: 1.4rem;
    font-weight: 400;
    position: relative; }
    @media (min-width: 768px) {
      .footer-nav__item {
        display: inline-block; }
        .footer-nav__item:not(:last-of-type):after {
          display: inline-block;
          content: "/";
          color: #ffffff;
          margin: 0 0.7em; } }
    @media (min-width: 1140px) {
      .footer-nav__item {
        font-size: 1.4rem; } }
    .footer-nav__item a {
      color: #fff;
      padding: 0.5em 0 0;
      display: inline-block;
      border-bottom: 2px solid transparent; }
      .footer-nav__item a:hover {
        color: #ffffff;
        border-bottom: 2px solid #fff; }

.footer-logo {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
  margin-top: 3rem; }
  @media (min-width: 768px) {
    .footer-logo {
      margin: 0; } }
  .footer-logo__image {
    width: 8rem; }

.footer-social {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.footer-social {
  margin-top: 1em; }
  @media (min-width: 768px) {
    .footer-social {
      margin-top: 0; } }

.list-share-icons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  padding-left: 0;
  list-style: none; }

.list-share-icons li {
  display: inline-block; }

.footer-social .list-share-icons li a {
  color: #fff; }

.footer-social .list-share-icons li:first-child a {
  padding-left: 0; }
  @media (min-width: 768px) {
    .footer-social .list-share-icons li:first-child a {
      padding-left: 0.8em; } }

.list-share-icons li a {
  display: block;
  padding: 0.8rem; }

.list-share-icons li a:focus,
.list-share-icons li a:hover {
  color: #fff; }

.list-share-icons .icon-sprite {
  width: 2.4rem;
  height: 2.4rem; }

.icon-sprite {
  fill: currentColor;
  vertical-align: top; }

.main-section {
  width: 100%;
  position: relative;
  overflow: auto; }
  .main-section--padding-y {
    padding-top: 5rem;
    padding-bottom: 5rem; }
    @media (min-width: 768px) {
      .main-section--padding-y {
        padding-top: 8rem;
        padding-bottom: 8rem; } }
    @media (min-width: 1140px) {
      .main-section--padding-y {
        padding-top: 10rem;
        padding-bottom: 10rem; } }
    @media (min-width: 1400px) {
      .main-section--padding-y {
        padding-top: 12rem;
        padding-bottom: 12rem; } }
  .main-section__inner, .main-header__inner {
    width: -webkit-calc(100% - 4rem);
    width: calc(100% - 4rem);
    max-width: 144rem;
    margin: 0 auto;
    position: relative; }
    @media (min-width: 560px) {
      .main-section__inner, .main-header__inner {
        width: -webkit-calc(100% - 6rem);
        width: calc(100% - 6rem); } }
    @media (min-width: 768px) {
      .main-section__inner, .main-header__inner {
        width: -webkit-calc(100% - 8rem);
        width: calc(100% - 8rem); } }
    .main-section__inner--narrow {
      margin: 0 auto;
      max-width: 70.8rem; }
      @media (min-width: 768px) {
        .main-section__inner--narrow {
          max-width: 70.8rem; } }
    .main-section__inner--extra-narrow {
      margin: 0 auto;
      max-width: 53rem; }
      @media (min-width: 768px) {
        .main-section__inner--extra-narrow {
          max-width: 53rem; } }

.heading-block {
  background: url(img/hero-purple-bg.svg) no-repeat bottom right #000;
  background-size: contain;
  padding: 14rem 0 3rem; }
  @media (min-width: 1140px) {
    .heading-block {
      padding: 10rem 0; } }

.thick-border {
  border: 20px solid; }
  .thick-border--purple {
    border-color: #43268b; }

.hero-block {
  background-color: #000000; }
  .hero-block video {
    opacity: 0.8; }
  .hero-block__text-wrapper {
    width: 100%;
    float: left;
    z-index: 1;
    position: relative; }
    @media (min-width: 768px) {
      .hero-block__text-wrapper {
        width: 80%; } }
    @media (min-width: 1140px) {
      .hero-block__text-wrapper {
        width: 75%; } }
  .hero-block__image-wrapper {
    float: left;
    display: none; }
    @media (min-width: 768px) {
      .hero-block__image-wrapper {
        display: block;
        width: 35%; } }
    @media (min-width: 1140px) {
      .hero-block__image-wrapper {
        display: block;
        width: 40%; } }
  .hero-block__heading {
    font-size: 3.5rem;
    font-family: mulish, sans-serif;
    line-height: 1.11;
    display: table;
    position: relative;
    z-index: 1;
    max-width: 90rem; }
    .hero-block__heading .top-bar,
    .hero-block__heading .bottom-bar {
      display: inline-block;
      position: relative; }
    @media (min-width: 480px) {
      .hero-block__heading {
        font-size: 4rem; } }
    @media (min-width: 560px) {
      .hero-block__heading {
        font-size: 4.5rem; } }
    @media (min-width: 768px) {
      .hero-block__heading {
        font-size: 5.5rem;
        max-width: none; } }
    @media (min-width: 960px) {
      .hero-block__heading {
        font-size: 6.25rem; } }
    @media (min-width: 1280px) {
      .hero-block__heading {
        font-size: 8.8rem; } }
  .hero-block__paragraph {
    font-size: 1.3rem;
    max-width: 25rem;
    font-weight: 400; }
    @media (min-width: 768px) {
      .hero-block__paragraph {
        font-size: 1.6rem;
        width: 65%;
        max-width: 30rem; } }
    @media (min-width: 1140px) {
      .hero-block__paragraph {
        font-size: 2.2rem;
        max-width: 55rem; } }
    @media (min-width: 1280px) {
      .hero-block__paragraph {
        font-size: 2.5rem;
        max-width: 55rem; } }

.object-fit {
  font-family: "object-fit: cover;";
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0; }

.image-slider {
  width: 50%;
  margin: 0 auto;
  font-size: 0px; }
  @media (min-width: 768px) {
    .image-slider {
      width: 62.5%;
      float: right;
      margin-right: 16.66%; } }
  .image-slider__slide {
    width: 100%;
    position: relative; }
    .image-slider__slide:after {
      content: "";
      padding-bottom: 115%;
      display: block; }
  .image-slider__image {
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    display: block; }
    @media (min-width: 768px) {
      .image-slider__image {
        width: 100%; } }

.text-slider {
  width: 100%; }
  .text-slider__slide {
    width: 100%; }
  .text-slider__heading {
    font-size: 1.8rem;
    display: block;
    font-weight: bold;
    margin-top: 3em; }
    @media (min-width: 768px) {
      .text-slider__heading {
        font-size: 2.4rem;
        margin-top: 0; } }

.text-slider__wrapper {
  margin: 0 auto 0;
  max-width: 40rem; }
  @media (min-width: 768px) {
    .text-slider__wrapper {
      margin-top: 0;
      max-width: 60rem; } }
  .text-slider__wrapper .slider-controls {
    margin: 0 auto;
    display: table; }
    @media (min-width: 768px) {
      .text-slider__wrapper .slider-controls {
        margin: 0;
        display: inline-block; } }

.pre-footer p {
  width: 90%;
  max-width: 750px;
  margin: 0 auto 1em; }

.pre-footer a {
  display: table;
  margin: 0 auto; }

.point-list {
  width: auto;
  display: table;
  margin: 0 auto; }
  @media (min-width: 960px) {
    .point-list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      max-width: 1100px; } }

.point {
  font-size: 1.2rem;
  padding-bottom: 1em; }
  .point:last-of-type {
    padding-bottom: 0; }
  @media (min-width: 768px) {
    .point {
      font-size: 1.4rem; } }
  @media (min-width: 960px) {
    .point {
      padding-bottom: 0; } }
  @media (min-width: 1140px) {
    .point {
      font-size: 1.6rem; } }
  .point__number {
    font-size: 1em;
    display: inline-block;
    background-color: #000000;
    margin-right: 1em;
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    font-weight: bold; }
  .point__text {
    display: inline-block;
    font-size: 1em; }

.scheme-list-wrapper {
  margin: 3rem 0; }
  @media (min-width: 768px) {
    .scheme-list-wrapper {
      margin: 5rem 0; } }
  @media (min-width: 1140px) {
    .scheme-list-wrapper {
      margin: 8rem 0; } }

.scheme-card {
  width: 100%;
  background-color: #ffffff;
  padding: 2rem;
  text-align: left;
  position: relative;
  margin-bottom: 1em;
  border: 10px #f2f2f2 solid; }
  @media (min-width: 560px) {
    .scheme-card {
      padding: 3rem; } }
  .scheme-card__title {
    font-family: mulish, sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
    color: #000000;
    display: block;
    margin-bottom: 0.25em; }
    @media (min-width: 480px) {
      .scheme-card__title {
        font-size: 2rem;
        display: inline-block; } }
    @media (min-width: 560px) {
      .scheme-card__title {
        width: 65%; } }
    @media (min-width: 1140px) {
      .scheme-card__title {
        font-size: 2.4rem; } }
  .scheme-card__info {
    display: block;
    font-size: 1.2rem;
    color: #828282;
    margin-bottom: 2rem; }
    @media (min-width: 560px) {
      .scheme-card__info {
        margin-bottom: 0px; } }
    @media (min-width: 768px) {
      .scheme-card__info {
        font-size: 1.4rem; } }
    @media (min-width: 1140px) {
      .scheme-card__info {
        font-size: 1.4rem; } }
  .scheme-card__point {
    margin-right: 1.5em; }
    .scheme-card__point:last-child {
      margin-right: 0; }
  .scheme-card a {
    display: inline-block; }
    @media (min-width: 560px) {
      .scheme-card a {
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0%, -50%);
            -ms-transform: translate(0%, -50%);
                transform: translate(0%, -50%);
        right: 3rem; } }

@media (min-width: 768px) {
  .card-block .main-section__inner, .card-block .main-header__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

.card {
  padding: 2.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
  .card h2 {
    text-align: center; }
  .card:first-child {
    margin-bottom: 4rem; }
  @media (min-width: 768px) {
    .card {
      width: -webkit-calc(50% - 2.5rem);
      width: calc(50% - 2.5rem);
      padding: 3.5rem; }
      .card:first-child {
        float: left;
        margin-bottom: 0; } }
  @media (min-width: 1140px) {
    .card {
      width: -webkit-calc(50% - 7rem);
      width: calc(50% - 7rem); } }
  .card a {
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto; }

.t-heading {
  font-size: 3rem; }
  .t-heading span {
    color: #bf00ff; }
  @media (min-width: 768px) {
    .t-heading {
      font-size: 4rem; } }
  @media (min-width: 1140px) {
    .t-heading {
      font-size: 6rem; } }

.result-subheading {
  font-size: 1.8rem;
  text-align: center; }
  .result-subheading a {
    color: inherit;
    text-decoration: underline; }
  @media (min-width: 768px) {
    .result-subheading {
      font-size: 2.4rem; } }
  @media (min-width: 1140px) {
    .result-subheading {
      font-size: 3.4rem; } }

.card-wrapper {
  overflow: auto;
  margin: 0; }
  @media (min-width: 768px) {
    .card-wrapper {
      margin: 0 -1rem; } }

.filter-input {
  display: block;
  width: 100%;
  background-color: transparent;
  border-left: none;
  border-top: none;
  border-right: none;
  border-bottom: 2px solid #bf00ff;
  font-size: 1.4rem;
  padding: 0.5em 0 0.5em 2em;
  background: url("img/search-icon-magenta.svg");
  background-repeat: no-repeat;
  background-position: 2px center;
  background-size: 1em; }
  @media (min-width: 768px) {
    .filter-input {
      font-size: 1.6rem; } }

.role-list {
  list-style: none;
  margin-bottom: 4em; }
  .role-list__item {
    display: block;
    text-align: center; }
    .role-list__item a {
      background-color: #f2f2f2;
      display: block;
      font-size: 1.4rem;
      margin: 0 0 1em 0;
      padding: 0.5em 0;
      color: #000000;
      -webkit-transition: background 192ms ease-in-out, color 192ms ease-in-out, border 192ms ease-in-out;
      transition: background 192ms ease-in-out, color 192ms ease-in-out, border 192ms ease-in-out; }
      .role-list__item a:hover {
        color: #ffffff;
        background: #bf00ff; }
      @media (min-width: 768px) {
        .role-list__item a {
          font-size: 1.6rem; } }
  .role-list__heading {
    font-size: 1.2em;
    margin: 1.5em 0 1.5em; }

.shadowed {
  position: relative; }
  .shadowed:after {
    opacity: 0;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
    -webkit-transition: opacity 192ms ease-in-out;
    transition: opacity 192ms ease-in-out; }
  .shadowed:hover:after {
    opacity: 1; }

.how-it-works {
  overflow: initial; }

.section-nav-wrapper {
  padding-top: 3em; }
  @media (min-width: 768px) {
    .section-nav-wrapper {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      width: 30rem;
      float: left;
      padding-right: 2em; } }
  @media (min-width: 960px) {
    .section-nav-wrapper {
      width: 35rem; } }
  @media (min-width: 1140px) {
    .section-nav-wrapper {
      width: 40rem; } }

.section-nav {
  width: inherit; }
  .section-nav__link {
    font-weight: 400;
    display: block;
    font-weight: 600;
    margin-bottom: 1em;
    color: #bf00ff;
    text-decoration: underline;
    font-size: 1.6rem; }
    .section-nav__link:hover {
      color: #d966ff; }
    .section-nav__link:last-child {
      margin-bottom: 0; }
    @media (min-width: 768px) {
      .section-nav__link {
        font-size: 0.9em;
        text-decoration: none;
        margin-bottom: 2em;
        margin-right: 4em;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding-bottom: 0.75em;
        color: #000000; }
        .section-nav__link:hover {
          color: #bf00ff; } }
  @media (min-width: 768px) and (min-width: 960px) {
    .section-nav__link {
      font-size: 1em; } }
    @media (min-width: 768px) {
        .section-nav__link:last-child {
          margin-bottom: 0; } }

.content-wrapper {
  float: left;
  width: 100%; }
  @media (min-width: 768px) {
    .content-wrapper {
      width: -webkit-calc(100% - 30rem);
      width: calc(100% - 30rem); } }
  @media (min-width: 960px) {
    .content-wrapper {
      width: -webkit-calc(100% - 35rem);
      width: calc(100% - 35rem); } }
  @media (min-width: 1140px) {
    .content-wrapper {
      width: -webkit-calc(100% - 40rem);
      width: calc(100% - 40rem); } }
  .content-wrapper p {
    margin-bottom: 1em;
    line-height: 1.75;
    font-size: 1.6rem; }
  .content-wrapper ul,
  .content-wrapper ol {
    padding-left: 2em;
    margin-bottom: 1.5em; }
    .content-wrapper ul li,
    .content-wrapper ol li {
      line-height: 2;
      padding-left: 0.5em;
      font-size: 1.6rem; }
  .content-wrapper h2 {
    font-family: mulish, sans-serif;
    margin: 2em 0 0.5em;
    font-weight: 800;
    font-size: 2rem; }
    @media (min-width: 768px) {
      .content-wrapper h2 {
        font-size: 2em; } }
  .content-wrapper h3 {
    font-size: 1.25em;
    margin: 0 0 1em;
    font-weight: 800; }
  .content-wrapper h4 {
    text-align: left;
    font-size: 1em;
    margin: 0 0 0.25em;
    font-weight: 700; }
  .content-wrapper strong {
    font-weight: 700; }
  .content-wrapper a {
    color: #bf00ff;
    text-decoration: underline; }
  .content-wrapper img {
    max-width: 100%; }
  .content-wrapper table {
    margin: 1em 0; }
    .content-wrapper table td {
      padding: 0.5em 2em 0.5em 0.5em;
      border: 1px solid rgba(105, 63, 63, 0.1); }
      .content-wrapper table td:last-child {
        padding-right: 0; }
    .content-wrapper table tr:first-child td {
      background-color: rgba(0, 0, 0, 0.1);
      font-weight: 600;
      font-style: normal; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .how-it-works .content-wrapper {
    float: right; } }

.relative {
  position: relative; }

.full-width {
  width: 100%; }

.centered {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.hidden {
  display: none; }

.circular {
  border-radius: 50%; }

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

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

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

.clearfix:after {
  content: ".";
  visibility: hidden;
  display: table;
  height: 0;
  clear: both; }

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .row--j-around {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
  .row--j-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .row--nowrap {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
  .row--align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  @media (min-width: 768px) {
    .row--m {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  .row__column {
    width: 100%; }
    @media (min-width: 768px) {
      .row__column--50-m {
        width: 50%; }
      .row__column--33-m {
        width: 33.33%; }
      .row__column--25-m {
        width: 25%; }
      .row__column--narrow-m {
        width: auto;
        -webkit-box-flex: 0;
        -webkit-flex: none;
           -moz-box-flex: 0;
            -ms-flex: none;
                flex: none; } }

.mt-05--r {
  margin-top: 0.5rem !important; }

.mt-05--e {
  margin-top: 0.5em !important; }

.pt-05--r {
  padding-top: 0.5rem !important; }

.pt-05--e {
  padding-top: 0.5em !important; }

.mb-05--r {
  margin-bottom: 0.5rem !important; }

.mb-05--e {
  margin-bottom: 0.5em !important; }

.pb-05--r {
  padding-bottom: 0.5rem !important; }

.pb-05--e {
  padding-bottom: 0.5em !important; }

.ml-05--r {
  margin-left: 0.5rem !important; }

.ml-05--e {
  margin-left: 0.5em !important; }

.pl-05--r {
  padding-left: 0.5rem !important; }

.pl-05--e {
  padding-left: 0.5em !important; }

.mr-05--r {
  margin-right: 0.5rem !important; }

.mr-05--e {
  margin-right: 0.5em !important; }

.pr-05--r {
  padding-right: 0.5rem !important; }

.pr-05--e {
  padding-right: 0.5em !important; }

.mt-1--r {
  margin-top: 1rem !important; }

.mt-1--e {
  margin-top: 1em !important; }

.pt-1--r {
  padding-top: 1rem !important; }

.pt-1--e {
  padding-top: 1em !important; }

.mb-1--r {
  margin-bottom: 1rem !important; }

.mb-1--e {
  margin-bottom: 1em !important; }

.pb-1--r {
  padding-bottom: 1rem !important; }

.pb-1--e {
  padding-bottom: 1em !important; }

.ml-1--r {
  margin-left: 1rem !important; }

.ml-1--e {
  margin-left: 1em !important; }

.pl-1--r {
  padding-left: 1rem !important; }

.pl-1--e {
  padding-left: 1em !important; }

.mr-1--r {
  margin-right: 1rem !important; }

.mr-1--e {
  margin-right: 1em !important; }

.pr-1--r {
  padding-right: 1rem !important; }

.pr-1--e {
  padding-right: 1em !important; }

.mt-15--r {
  margin-top: 1.5rem !important; }

.mt-15--e {
  margin-top: 1.5em !important; }

.pt-15--r {
  padding-top: 1.5rem !important; }

.pt-15--e {
  padding-top: 1.5em !important; }

.mb-15--r {
  margin-bottom: 1.5rem !important; }

.mb-15--e {
  margin-bottom: 1.5em !important; }

.pb-15--r {
  padding-bottom: 1.5rem !important; }

.pb-15--e {
  padding-bottom: 1.5em !important; }

.ml-15--r {
  margin-left: 1.5rem !important; }

.ml-15--e {
  margin-left: 1.5em !important; }

.pl-15--r {
  padding-left: 1.5rem !important; }

.pl-15--e {
  padding-left: 1.5em !important; }

.mr-15--r {
  margin-right: 1.5rem !important; }

.mr-15--e {
  margin-right: 1.5em !important; }

.pr-15--r {
  padding-right: 1.5rem !important; }

.pr-15--e {
  padding-right: 1.5em !important; }

.mt-2--r {
  margin-top: 2rem !important; }

.mt-2--e {
  margin-top: 2em !important; }

.pt-2--r {
  padding-top: 2rem !important; }

.pt-2--e {
  padding-top: 2em !important; }

.mb-2--r {
  margin-bottom: 2rem !important; }

.mb-2--e {
  margin-bottom: 2em !important; }

.pb-2--r {
  padding-bottom: 2rem !important; }

.pb-2--e {
  padding-bottom: 2em !important; }

.ml-2--r {
  margin-left: 2rem !important; }

.ml-2--e {
  margin-left: 2em !important; }

.pl-2--r {
  padding-left: 2rem !important; }

.pl-2--e {
  padding-left: 2em !important; }

.mr-2--r {
  margin-right: 2rem !important; }

.mr-2--e {
  margin-right: 2em !important; }

.pr-2--r {
  padding-right: 2rem !important; }

.pr-2--e {
  padding-right: 2em !important; }

.mt-25--r {
  margin-top: 2.5rem !important; }

.mt-25--e {
  margin-top: 2.5em !important; }

.pt-25--r {
  padding-top: 2.5rem !important; }

.pt-25--e {
  padding-top: 2.5em !important; }

.mb-25--r {
  margin-bottom: 2.5rem !important; }

.mb-25--e {
  margin-bottom: 2.5em !important; }

.pb-25--r {
  padding-bottom: 2.5rem !important; }

.pb-25--e {
  padding-bottom: 2.5em !important; }

.ml-25--r {
  margin-left: 2.5rem !important; }

.ml-25--e {
  margin-left: 2.5em !important; }

.pl-25--r {
  padding-left: 2.5rem !important; }

.pl-25--e {
  padding-left: 2.5em !important; }

.mr-25--r {
  margin-right: 2.5rem !important; }

.mr-25--e {
  margin-right: 2.5em !important; }

.pr-25--r {
  padding-right: 2.5rem !important; }

.pr-25--e {
  padding-right: 2.5em !important; }

.mt-3--r {
  margin-top: 3rem !important; }

.mt-3--e {
  margin-top: 3em !important; }

.pt-3--r {
  padding-top: 3rem !important; }

.pt-3--e {
  padding-top: 3em !important; }

.mb-3--r {
  margin-bottom: 3rem !important; }

.mb-3--e {
  margin-bottom: 3em !important; }

.pb-3--r {
  padding-bottom: 3rem !important; }

.pb-3--e {
  padding-bottom: 3em !important; }

.ml-3--r {
  margin-left: 3rem !important; }

.ml-3--e {
  margin-left: 3em !important; }

.pl-3--r {
  padding-left: 3rem !important; }

.pl-3--e {
  padding-left: 3em !important; }

.mr-3--r {
  margin-right: 3rem !important; }

.mr-3--e {
  margin-right: 3em !important; }

.pr-3--r {
  padding-right: 3rem !important; }

.pr-3--e {
  padding-right: 3em !important; }

.mt-35--r {
  margin-top: 3.5rem !important; }

.mt-35--e {
  margin-top: 3.5em !important; }

.pt-35--r {
  padding-top: 3.5rem !important; }

.pt-35--e {
  padding-top: 3.5em !important; }

.mb-35--r {
  margin-bottom: 3.5rem !important; }

.mb-35--e {
  margin-bottom: 3.5em !important; }

.pb-35--r {
  padding-bottom: 3.5rem !important; }

.pb-35--e {
  padding-bottom: 3.5em !important; }

.ml-35--r {
  margin-left: 3.5rem !important; }

.ml-35--e {
  margin-left: 3.5em !important; }

.pl-35--r {
  padding-left: 3.5rem !important; }

.pl-35--e {
  padding-left: 3.5em !important; }

.mr-35--r {
  margin-right: 3.5rem !important; }

.mr-35--e {
  margin-right: 3.5em !important; }

.pr-35--r {
  padding-right: 3.5rem !important; }

.pr-35--e {
  padding-right: 3.5em !important; }

.mt-4--r {
  margin-top: 4rem !important; }

.mt-4--e {
  margin-top: 4em !important; }

.pt-4--r {
  padding-top: 4rem !important; }

.pt-4--e {
  padding-top: 4em !important; }

.mb-4--r {
  margin-bottom: 4rem !important; }

.mb-4--e {
  margin-bottom: 4em !important; }

.pb-4--r {
  padding-bottom: 4rem !important; }

.pb-4--e {
  padding-bottom: 4em !important; }

.ml-4--r {
  margin-left: 4rem !important; }

.ml-4--e {
  margin-left: 4em !important; }

.pl-4--r {
  padding-left: 4rem !important; }

.pl-4--e {
  padding-left: 4em !important; }

.mr-4--r {
  margin-right: 4rem !important; }

.mr-4--e {
  margin-right: 4em !important; }

.pr-4--r {
  padding-right: 4rem !important; }

.pr-4--e {
  padding-right: 4em !important; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ""; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir="rtl"] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*# sourceMappingURL=style.css.map */
