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 0.3s;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

.color {
  color: #EB1461;
}

.custom-control-input:focus ~ .custom-control-label::before,
.btn.focus, .btn:focus,
.form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(235, 20, 97, 0.25);
  border-color: rgba(235, 20, 97, 0.25) !important;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  background-color: rgba(235, 20, 97, 0.25);
  border-color: rgba(235, 20, 97, 0.25);
}

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

.btn-theme {
  padding: 0.5rem 1.5rem;
  color: white !important;
  font-size: 1.375rem;
  border-radius: 10px;
  min-width: 150px;
  border: none;
  transition: 0.3s;
  font-weight: 500;
  text-decoration: none !important;
  background-image: linear-gradient(to right, #F07D00, #EB1461);
}
.btn-theme:hover {
  color: white;
}
.btn-theme[disabled] {
  opacity: 0.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: 0.25rem;
}

.custom-control-input {
  top: 0.125rem;
  left: 0.25rem;
}

.custom-control-input:checked + label {
  font-weight: 500;
}

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

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

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

.header {
  margin: 4rem 0 3rem;
}
.header a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.header a img {
  width: inherit;
}
@media screen and (max-width: 575px) {
  .header {
    margin: 2rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.quiz-slider {
  background-color: white;
  border: 2px solid #EB1461;
  border-radius: 20px;
  padding: 2.25rem;
  max-width: 960px;
  margin: 0 auto;
}
.quiz-slider .slide {
  height: auto;
  color: #383838;
  user-select: text !important;
}
.quiz-slider .slide:not(.slick-active) {
  overflow: hidden;
}
.quiz-slider .slide .title {
  font-weight: 700;
  text-decoration: underline;
  color: #EB1461;
  font-size: 2.5rem;
  margin-bottom: 0.375rem;
}
.quiz-slider .slide .title-h3 {
  color: #EB1461;
  text-decoration: underline;
  margin-bottom: 0.5rem;
  font-size: 1.4375rem;
  font-weight: 700;
}
.quiz-slider .slide .subtitle {
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}
.quiz-slider .slide a {
  text-decoration: underline;
  color: black;
  font-weight: 500;
}
.quiz-slider .slide a:hover {
  color: #EB1461;
}
.quiz-slider .slide small {
  font-size: 0.6875rem;
}
.quiz-slider .slide .answers {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.quiz-slider .slide .answers .custom-control {
  margin-bottom: 0.5rem;
}
.quiz-slider .slide .answers .custom-control .custom-control-label {
  font-size: 1.375rem;
  padding-left: 0.75rem;
  line-height: 1.4;
}
.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-weight: 400 !important;
}
.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 + label {
  color: #EB1461;
}
.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 {
  display: flex;
  justify-content: space-around;
  margin-bottom: 2.5rem;
}
.quiz-slider .slide .rewards > div {
  width: 50%;
}
.quiz-slider .slide .rewards h3 {
  color: #EB1461;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
}
.quiz-slider .slide .rewards .img-wrapper {
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}
.quiz-slider .slide .rewards .img-wrapper img {
  max-width: 100%;
}
.quiz-slider .slide .rewards .batycki {
  position: relative;
}
.quiz-slider .slide .rewards .batycki .batycki-logo {
  position: absolute;
  top: 15px;
  right: -100px;
}
.quiz-slider .slide .form .form-group {
  margin-bottom: 0.5rem;
}
.quiz-slider .slide .form .form-group label {
  font-size: 0.8125rem;
  margin: 0 0.5rem 0.25rem;
  line-height: 1.2;
}
.quiz-slider .slide .form .form-group .invalid-feedback {
  font-size: 0.8125rem;
  margin: 0.125rem 0.5rem 0;
}
.quiz-slider .slide .form .form-group .form-control {
  background-color: #F0F0F0;
  border: 1px solid #B5B5B5;
  border-radius: 8px;
  height: 30px;
}
.quiz-slider .slide .form .form-group .form-control:focus {
  border-color: #383838;
}
.quiz-slider .slide .reward .custom-control-label {
  font-size: 1.25rem;
  line-height: 1.25;
}
.quiz-slider .slide .consents .custom-control {
  margin-bottom: 0.375rem;
}
.quiz-slider .slide .consents .custom-control .custom-control-label {
  font-size: 0.625rem;
  padding-top: 0.3125rem;
}
.quiz-slider .slide .consents .custom-control .custom-control-label a {
  color: #EB1461;
}
.quiz-slider .slide .consents .custom-control .invalid-feedback {
  font-size: 0.625rem;
  padding-left: 0.25rem;
}
.quiz-slider .slide .not-checkbox {
  font-size: 0.625rem;
  padding: 0 0 0.3125rem 2rem;
  margin-bottom: 0.375rem;
}
@media screen and (max-width: 575px) {
  .quiz-slider {
    padding: 1.25rem;
  }
  .quiz-slider .slide .title {
    text-align: center;
  }
  .quiz-slider .slide .subtitle {
    text-align: center;
    font-size: 1rem;
  }
  .quiz-slider .slide .rewards {
    flex-direction: column;
  }
  .quiz-slider .slide .rewards > div {
    width: 100%;
  }
  .quiz-slider .slide .rewards > div .img-wrapper {
    height: inherit;
  }
  .quiz-slider .slide .rewards > div:first-of-type {
    margin-bottom: 2.5rem;
  }
  .quiz-slider .slide .reward .custom-control-label {
    font-size: 1rem;
    padding-top: 0.188rem;
  }
  .quiz-slider .slide .answers {
    margin-top: 2rem;
  }
}

.footer {
  background-color: #EB1461;
  color: white;
  padding: 2rem 0;
  border-top: 3px solid white;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.footer a {
  color: white;
  font-size: 0.8125rem;
  text-transform: uppercase;
  border-radius: 13px;
  padding: 0.375rem;
  border: 2px solid white;
  max-width: 230px;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.footer a:hover {
  text-decoration: none;
}
.footer .row > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .footer-salmex {
  position: absolute;
  top: -75px;
  right: 0;
}
.footer .code {
  position: absolute;
  right: 1rem;
  bottom: 0.5rem;
  font-size: 0.8125rem;
}
.footer .footer-links {
  margin-top: 1rem;
  justify-content: flex-start !important;
}
.footer .footer-links a {
  margin: 0 0.5rem;
  padding: 0;
  border: none;
}
.footer .footer-links a:hover {
  text-decoration: underline;
}
.footer .footer-links a:first-of-type {
  margin-left: 0;
}
.footer .footer-links a:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 1199px) {
  .footer {
    padding: 2rem 0 3rem;
  }
}
@media screen and (max-width: 991px) {
  .footer {
    padding: 0.5rem 0 1.75rem;
  }
  .footer .footer-salmex {
    position: static;
  }
  .footer .footer-links {
    justify-content: center !important;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 1.5rem 0 3rem;
  }
  .footer .code {
    width: 100%;
    text-align: center;
    right: 0;
    bottom: 1rem;
  }
  .footer .footer-links {
    margin-top: 1rem;
  }
}

.gate .col {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gate .col .pwz-wrapper {
  background-color: white;
  border: 2px solid #EB1461;
  border-radius: 20px;
  padding: 2.25rem 2.25rem 1.25rem;
  max-width: 960px;
}
.gate .col .pwz-wrapper .pwz-links {
  margin-top: 1.5rem;
}
.gate .col .pwz-wrapper .pwz-links a {
  color: #EB1461;
  text-decoration: none;
  margin: 0 0.5rem;
}
.gate .col .pwz-wrapper .pwz-links a:hover {
  color: #F07D00;
}
.gate .col .pwz-wrapper .pwz-links a:first-of-type {
  margin-left: 0;
}
.gate .col .pwz-wrapper .pwz-links a:last-of-type {
  margin-right: 0;
}
.gate .col .pwz-wrapper .form-control {
  background-color: #F0F0F0;
  border: 1px solid #B5B5B5;
  border-radius: 8px;
  height: 49px;
  text-align: center;
  color: #F07D00;
  letter-spacing: 2px;
  width: 255px;
}
.gate .col .pwz-wrapper .form-control:focus {
  border-color: #F07D00;
}
@media screen and (max-width: 575px) {
  .gate .col .pwz-wrapper {
    padding: 1rem;
  }
  .gate .col .pwz-wrapper .form-control {
    width: 100%;
  }
  .gate .col .pwz-wrapper .btn-theme {
    width: 100%;
  }
  .gate .col .pwz-wrapper .pwz-links a {
    text-align: center;
    display: block;
    margin: 0.5rem 0;
  }
  .gate .col .pwz-wrapper .pwz-links a:first-of-type {
    margin-top: 0;
  }
  .gate .col .pwz-wrapper .pwz-links a:last-of-type {
    margin-bottom: 0;
  }
}

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