@font-face {
  font-family: 'FuturaPTLight';
  src: url("../fonts/FuturaPTLight.otf") format("opentype"); }
@font-face {
  font-family: 'FuturaPTBook';
  src: url("../fonts/FuturaPTBook.otf") format("opentype"); }
@font-face {
  font-family: 'FuturaPTMedium';
  src: url("../fonts/FuturaPTMedium.otf") format("opentype"); }
@font-face {
  font-family: 'FuturaPTBold';
  src: url("../fonts/FuturaPTBold.otf") format("opentype"); }
body, html {
  font-size: 16px;
  font-family: 'DM Sans', sans-serif; }

body {
  background-image: url("../img/background-1.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 100vh;
  position: relative;
  overflow-y: scroll; }

a {
  transition: color .3s; }

.font-dm-sans {
  font-family: 'DM Sans', sans-serif; }

.light {
  font-weight: 400 !important; }

.medium {
  font-weight: 500; }

.bold {
  font-weight: 700; }

.color {
  color: #F7A823; }

.slide:focus {
  outline: none !important; }

.btn-theme {
  padding: .5rem 1.75rem;
  color: #184689 !important;
  font-size: 1.375rem;
  border-radius: 10px;
  min-width: 150px;
  border: none;
  transition: .3s;
  font-weight: 500;
  text-decoration: none !important;
  background-image: linear-gradient(to bottom, #F7A823, #F2EF99);
  font-family: 'FuturaPTMedium' !important; }
  .btn-theme:hover {
    color: white; }
  .btn-theme[disabled] {
    opacity: .5;
    cursor: not-allowed !important; }
  @media screen and (max-width: 575px) {
    .btn-theme.btn-mobile-block {
      width: 100%; } }

.custom-control {
  padding-left: 1.75rem; }

.custom-control-label {
  padding-left: .25rem; }

.custom-control-input {
  top: .125rem;
  left: .25rem; }

.custom-radio .custom-control-label::before {
  border-radius: 3px;
  background-color: #F1CEDE;
  border: 1px solid #184689; }

.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #184689;
  border: 1px solid #184689; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: none; }

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(24, 70, 137, 0.25); }

.header-wrapper {
  position: relative; }
  .header-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 180px;
    background-image: url("../img/header-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
    border-bottom: 5px solid white; }
  .header-wrapper .header a {
    display: inline-flex;
    justify-content: center;
    align-items: center; }
  .header-wrapper .header .slogan {
    color: white;
    font-size: 2.375rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.05;
    font-family: 'DM Sans', sans-serif;
    margin-bottom: 0;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1.75rem;
    letter-spacing: 1px;
    max-width: 460px; }
  @media screen and (max-width: 1199px) {
    .header-wrapper .header .logo {
      width: 270px; }
    .header-wrapper .header .slogan {
      font-size: 2rem; }
    .header-wrapper .header .packshots {
      width: 210px; } }
  @media screen and (max-width: 991px) {
    .header-wrapper:before {
      border-bottom: 0; }
    .header-wrapper:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #e7c868;
      z-index: -1;
      border-bottom: 5px solid white; }
    .header-wrapper .header .slogan {
      height: auto;
      padding: 0; }
    .header-wrapper .header .packshots {
      width: auto; } }
  @media screen and (max-width: 992px) {
    .header-wrapper .header .slogan {
      font-size: 1.75rem; } }

.quiz-slider {
  background-color: white;
  border: 3px solid #F1CEDE;
  border-radius: 20px;
  padding: 2.25rem;
  max-width: 960px;
  margin: 0 auto; }
  .quiz-slider .slide {
    height: auto;
    color: #383838;
    user-select: text !important;
    color: #184689;
    font-family: 'FuturaPTBook';
    padding: .25rem; }
    .quiz-slider .slide:not(.slick-active) {
      overflow: hidden; }
    .quiz-slider .slide .title {
      font-weight: 500;
      text-decoration: underline;
      color: #F7A823;
      font-size: 2.5rem;
      margin-bottom: .375rem;
      font-family: 'Nunito', sans-serif;
      text-decoration-thickness: 3px; }
    .quiz-slider .slide .title-h3 {
      color: #F7A823;
      text-decoration: underline;
      margin-bottom: .5rem;
      font-size: 1.375rem;
      font-weight: 700; }
    .quiz-slider .slide .subtitle {
      font-weight: 500;
      font-size: 1.5rem;
      margin-bottom: .5rem;
      line-height: 1.2; }
    .quiz-slider .slide .action-wrapper {
      margin: 2rem 0; }
    .quiz-slider .slide a {
      text-decoration: underline;
      text-decoration-thickness: 1px;
      color: #184689;
      font-family: 'FuturaPTLight';
      font-weight: 400; }
      .quiz-slider .slide a:hover {
        color: #F7A823; }
    .quiz-slider .slide small {
      font-size: .6875rem; }
    .quiz-slider .slide .answers {
      margin-top: 1rem;
      margin-bottom: 2rem; }
      .quiz-slider .slide .answers .custom-control {
        margin-bottom: .5rem; }
        .quiz-slider .slide .answers .custom-control .custom-control-label {
          font-size: 1.375rem;
          padding-left: .75rem;
          line-height: 1.4;
          font-family: 'FuturaPTLight'; }
          .quiz-slider .slide .answers .custom-control .custom-control-label:before {
            width: 21px;
            height: 21px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 1rem;
            font-family: 'DM Sans', sans-serif;
            background-color: #F1CEDE;
            border-color: #F1CEDE;
            color: #184689; }
        .quiz-slider .slide .answers .custom-control .custom-control-input {
          width: 21px;
          height: 21px;
          top: 4px;
          left: 4px; }
        .quiz-slider .slide .answers .custom-control .custom-control-input:checked ~ .custom-control-label::before {
          background-color: #184689;
          border-color: #184689;
          color: #F1CEDE; }
        .quiz-slider .slide .answers .custom-control .custom-control-input:checked + label {
          text-decoration: underline;
          text-decoration-thickness: 1px; }
        .quiz-slider .slide .answers .custom-control:last-of-type {
          margin-bottom: 0; }
      .quiz-slider .slide .answers .custom-control:nth-child(1) .custom-control-label:before {
        content: "a"; }
      .quiz-slider .slide .answers .custom-control:nth-child(2) .custom-control-label:before {
        content: "b"; }
      .quiz-slider .slide .answers .custom-control:nth-child(3) .custom-control-label:before {
        content: "c"; }
      .quiz-slider .slide .answers .custom-control:nth-child(4) .custom-control-label:before {
        content: "d"; }
    .quiz-slider .slide .rewards h3 {
      color: #F7A823;
      font-size: 1.5rem;
      font-weight: 700;
      text-align: center;
      margin-bottom: 0; }
    .quiz-slider .slide .rewards .img-wrapper {
      display: flex;
      justify-content: center;
      align-items: center; }
      .quiz-slider .slide .rewards .img-wrapper img {
        max-width: 100%; }
    .quiz-slider .slide .rewards .title-wrapper {
      text-align: center; }
      .quiz-slider .slide .rewards .title-wrapper h3 {
        color: #184689;
        margin-bottom: .25rem; }
      .quiz-slider .slide .rewards .title-wrapper h4 {
        font-weight: 400;
        margin-bottom: 0; }
    .quiz-slider .slide .form .form-group {
      margin-bottom: .5rem; }
      .quiz-slider .slide .form .form-group label {
        font-size: .8125rem;
        margin: 0 .5rem .25rem;
        line-height: 1.2;
        font-family: 'FuturaPTLight';
        color: #383838; }
      .quiz-slider .slide .form .form-group .invalid-feedback {
        font-size: .8125rem;
        margin: .125rem .5rem 0;
        font-family: 'FuturaPTLight'; }
      .quiz-slider .slide .form .form-group .form-control {
        background-color: #F0F0F0;
        border: 1px solid #B5B5B5;
        border-radius: 8px;
        height: 30px;
        color: #184689; }
        .quiz-slider .slide .form .form-group .form-control:focus {
          border-color: #184689; }
    .quiz-slider .slide .reward .custom-control-label {
      font-size: 1.25rem;
      line-height: 1.25; }
    .quiz-slider .slide .consents .custom-control {
      margin-bottom: .375rem; }
      .quiz-slider .slide .consents .custom-control .custom-control-label {
        font-size: .625rem;
        padding-top: .3125rem; }
        .quiz-slider .slide .consents .custom-control .custom-control-label a {
          color: #184689; }
      .quiz-slider .slide .consents .custom-control .invalid-feedback {
        font-size: .625rem;
        padding-left: .25rem;
        font-family: 'FuturaPTLight'; }
    .quiz-slider .slide .not-checkbox {
      font-size: .625rem;
      padding: .3125rem 0 .3125rem 2rem;
      margin-bottom: .375rem; }
  @media screen and (max-width: 575px) {
    .quiz-slider {
      padding: 1rem; }
      .quiz-slider .slide .title {
        text-align: center; }
      .quiz-slider .slide .subtitle {
        text-align: center; }
      .quiz-slider .slide .action-wrapper {
        margin: 1.5rem 0; }
      .quiz-slider .slide .rewards > div {
        width: 100%; }
        .quiz-slider .slide .rewards > div .img-wrapper {
          height: inherit; }
      .quiz-slider .slide .answers {
        margin-top: 2rem; }
        .quiz-slider .slide .answers .custom-control {
          margin-bottom: .75rem; }
          .quiz-slider .slide .answers .custom-control .custom-control-label {
            line-height: 1.1; } }

.footer {
  background-color: #184689;
  color: white;
  padding: 2rem 0;
  border-top: 3px solid white;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%; }
  .footer a {
    color: white;
    font-size: .8125rem;
    text-transform: uppercase;
    border-radius: 13px;
    padding: .375rem;
    border: 2px solid white;
    max-width: 230px;
    display: block;
    margin: 0 auto;
    text-align: center; }
    .footer a:hover {
      text-decoration: none; }
  .footer .footer-salmex {
    position: absolute;
    top: -160px;
    right: 0; }
  .footer .code {
    position: absolute;
    right: 1rem;
    bottom: .5rem;
    font-size: .8125rem;
    color: #F1D5E1; }
  @media screen and (max-width: 1199px) {
    .footer {
      padding: 2rem 0 3rem; } }
  @media screen and (max-width: 767px) {
    .footer .footer-salmex {
      position: static; } }
  @media screen and (max-width: 575px) {
    .footer {
      padding: 1.5rem 0 3rem; }
      .footer .code {
        width: 100%;
        text-align: center;
        right: 0;
        bottom: 1rem; } }

.gate .col {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center; }
  .gate .col .pwz-wrapper {
    background-color: white;
    border: 3px solid #F1CEDE;
    border-radius: 20px;
    padding: 2.25rem;
    max-width: 960px; }
    .gate .col .pwz-wrapper .form-control {
      background-color: #F0F0F0;
      border: 1px solid #B5B5B5;
      border-radius: 8px;
      height: 49px;
      text-align: center;
      color: #184689; }
      .gate .col .pwz-wrapper .form-control:focus {
        border-color: #184689; }
@media screen and (max-width: 575px) {
  .gate .col .pwz-wrapper {
    padding: 1rem; }
    .gate .col .pwz-wrapper .btn-theme {
      width: 100%; } }
