.s1 {
  margin: 140px auto 0;
  background: #236CB5;
  min-height: 280px;
  padding: 25px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  max-width: 1920px;
  transition: 0.3s;
}
.s1 .p1 {
  margin: 0;
  color: white;
  font-size: 62px;
  line-height: 72px;
  font-weight: 700;
  margin-left: 110px;
  letter-spacing: -3px;
}
.s1.small {
  padding: 15px 0;
  min-height: 150px;
  transition: 0.3s;
}
.s1.small .p1 {
  font-size: 42px;
  line-height: 48px;
}
@media only screen and (max-width: 1599px) {
  .s1 {
    background-position: 75% 50%;
  }
}
@media only screen and (max-width: 1399px) {
  .s1 {
    background-position: 70% 50%;
    height: 220px;
  }
}
@media only screen and (max-width: 1199px) {
  .s1 {
    margin-top: 80px;
    height: 180px;
    background-position: 50% 50%;
  }
  .s1 .p1 {
    margin-left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .s1 {
    background-position: 70% 50%;
  }
}
@media only screen and (max-width: 767px) {
  .s1 {
    background-position: 75% 50%;
  }
}
@media only screen and (max-width: 575px) {
  .s1 {
    margin-top: 70px;
    height: 120px;
    background-position: 80% 50%;
  }
  .s1 .p1 {
    font-size: 50px;
    line-height: 58px;
  }
  .s1.small {
    min-height: 100px;
  }
  .s1.small .p1 {
    font-size: 30px;
    line-height: 38px;
  }
}

.s2 {
  padding: 50px 0;
}
@media only screen and (min-width: 1320px) {
  .s2-container {
    max-width: 1260px;
  }
}
.s2 .b1 {
  padding-left: 90px;
}
.s2 .p1 {
  color: #001A6F;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 30px;
}
.s2 .p1 span {
  color: #FF7307;
}
@media only screen and (max-width: 1399px) {
  .s2 .b1 {
    padding-left: 70px;
  }
}
@media only screen and (max-width: 1199px) {
  .s2 .b1 {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .s2 .b1 {
    padding-left: 0;
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .s2 .p1 {
    font-size: 18px;
    line-height: 22px;
  }
}

.s3 {
  padding: 70px 0;
}
.s3 .p1 {
  font-size: 20px;
  font-weight: 400;
  color: #001A6F;
}
.s3 .schooling-slider {
  margin-bottom: 40px;
  outline: 0;
}
.s3 .schooling-arrow {
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin: 0 8px;
  background: #fff;
  border: solid 1px #001A6F;
  transition: 0.3s;
  cursor: pointer;
}
.s3 .schooling-arrow:hover {
  background: #001A6F;
  transition: 0.3s;
}
.s3 .schooling-arrow:hover:after {
  background: #fff;
  transition: 0.3s;
}
.s3 .schooling-arrow:after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 11px;
  height: 18px;
  background: #001A6F;
  -webkit-mask: url("/img/schooling/arrow.svg") no-repeat;
  mask: url("/img/schooling/arrow.svg") no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: 0.3s;
}
.s3 .schooling-arrow.next:after {
  transform: translate(-50%, -50%) rotate(180deg);
}
.s3 .schooling-run-container {
  display: none;
}
@media only screen and (max-width: 767px) {
  .s3 .p1 {
    font-size: 18px;
    line-height: 22px;
  }
}

.s4 {
  padding: 70px 0;
  display: none;
}
.s4 .p1 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 30px;
  color: #001A6F;
}
.s4 .p1.bold {
  font-weight: 700;
}
.s4 .hide {
  display: none;
}
.s4 .mar-left {
  margin-left: 15px;
}
.s4 .checkbox {
  position: relative;
}
.s4 .checkbox.agreement .checkbox-content {
  width: 20px;
  height: 20px;
  border-radius: 0;
  top: 2px;
}
.s4 .checkbox.agreement .checkbox-label {
  padding-left: 35px;
}
.s4 .checkbox input,
.s4 .checkbox .checkbox-content {
  position: absolute;
  left: 0;
  top: -1px;
  width: 30px;
  height: 30px;
}
.s4 .checkbox input {
  opacity: 0;
  z-index: 1;
  top: -1px;
  width: 35px;
  height: 35px;
  cursor: pointer;
}
.s4 .checkbox-content {
  border: 2px solid #001A6F;
  border-radius: 50%;
  transition: 0.3s;
}
.s4 .checkbox input:checked + .checkbox-content {
  background: #FF7307;
}
.s4 .checkbox-label {
  padding-left: 48px;
  display: block;
  cursor: pointer;
  color: #001A6F;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}
.s4 .checkbox a {
  position: relative;
  z-index: 1;
  display: inline-block;
  color: #E6470F;
}
.s4 .row-pad-25 > .col,
.s4 .row-pad-25 > [class*=col-] {
  padding-right: 25px;
  padding-left: 25px;
}
.s4 .row-pad-25 {
  margin-right: -25px;
  margin-left: -25px;
}
.s4 .schooling-row input {
  outline: 0;
  border: 0;
  font-size: 20px;
  padding: 15px 50px;
  width: 457px;
  max-width: 100%;
  background: none;
  color: #001A6F;
  border-bottom: solid 2px #FF7307;
}
.s4 .schooling-row input::-moz-placeholder {
  color: rgba(0, 26, 111, 0.4);
}
.s4 .schooling-row input::placeholder {
  color: rgba(0, 26, 111, 0.4);
}
.s4 .schooling-row input:focus {
  outline: 0;
  box-shadow: unset;
}
.s4 .mab-big {
  margin-bottom: 90px;
}
.s4 .mb-8 {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .s4 .p1 {
    font-size: 18px;
    line-height: 22px;
  }
  .s4 .schooling-row input {
    padding: 15px 35px;
    font-size: 18px;
  }
  .s4 .checkbox input,
  .s4 .checkbox .checkbox-content {
    width: 25px;
    height: 25px;
    top: 1px;
  }
  .s4 .checkbox-label {
    padding-left: 43px;
    font-size: 18px;
    line-height: 22px;
  }
  .s4 .mab-big {
    margin-bottom: 60px;
  }
}

.s5 {
  padding: 70px 0;
  display: none;
}
.s5 .p1 {
  font-size: 20px;
  font-weight: 400;
  color: #001A6F;
}
.s5 .p1.bold {
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .s5 .p1 {
    font-size: 18px;
    line-height: 22px;
  }
}

.s6 {
  padding: 70px 0;
  display: none;
}
.s6 .p1 {
  font-size: 20px;
  font-weight: 400;
  color: #001A6F;
}
.s6 .p1.bold {
  font-weight: 700;
}
.s6 .pharma-1 {
  display: none;
}
.s6 .pharma-2 {
  display: none;
}
@media only screen and (max-width: 767px) {
  .s6 .p1 {
    font-size: 18px;
    line-height: 22px;
  }
}

.schooling-row {
  display: inline-block;
}
.schooling-error {
  display: none;
  background: #e74c3c;
  padding: 5px 20px;
  border-radius: 5px;
  color: #fff;
  margin-top: 20px;
  font-size: 16px;
}
.schooling-img {
  box-shadow: 0px 3px 27px 0px rgba(0, 0, 0, 0.16);
  border-bottom-right-radius: 200px;
}
.schooling-quiz-section {
  padding: 80px 0;
  display: none;
}

.list-dotted {
  list-style: none;
  padding-inline-start: 0;
}
.list-dotted li {
  position: relative;
  padding-left: 20px;
  font-weight: 400;
  color: #001A6F;
  font-size: 20px;
  line-height: 24px;
}
.list-dotted li:not(:last-child) {
  margin-bottom: 10px;
}
.list-dotted li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  background: #001A6F;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .list-dotted li {
    font-size: 18px;
    line-height: 22px;
  }
}

.link-upper {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: #001A6F;
  padding: 0 20px 0 0;
}
.link-upper:hover {
  text-decoration: none;
  color: #001A6F;
}
.link-upper:hover:before {
  width: calc(100% + 5px);
  transition: 0.3s;
}
.link-upper:hover:after {
  transform: translate(5px, -50%);
  transition: 0.3s;
}
.link-upper:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 2px;
  background: #001A6F;
  transition: 0.3s;
}
.link-upper:after {
  position: absolute;
  content: ">";
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  color: #001A6F;
  font-size: 20px;
  transition: 0.3s;
}

.mab-10 {
  margin-bottom: 100px;
}

.quiz-step {
  display: none;
}
.quiz-step.active {
  display: block;
}
.quiz-step .checkbox {
  position: relative;
  min-width: 26px;
  min-height: 26px;
  margin-bottom: 20px;
}
.quiz-step .checkbox input,
.quiz-step .checkbox .checkbox-content {
  position: absolute;
  left: 0;
  top: 5px;
  width: 26px;
  height: 26px;
}
@media only screen and (max-width: 991px) {
  .quiz-step .checkbox input,
  .quiz-step .checkbox .checkbox-content {
    top: 2px;
  }
}
.quiz-step .checkbox input {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.quiz-step .checkbox input[disabled] {
  cursor: inherit !important;
}
.quiz-step .checkbox input[disabled] ~ div {
  opacity: 0.5;
  cursor: inherit !important;
}
.quiz-step .checkbox input[disabled] ~ label {
  opacity: 0.5;
  cursor: inherit;
}
.quiz-step .checkbox-content {
  border: 1px solid #BAC7D8;
  background: bottom no-repeat;
  border-radius: 50%;
  transition: 0.5s;
}
.quiz-step .checkbox-content:after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border: 0px solid #BAC7D8;
  transition: 0.3s;
}
.quiz-step .checkbox input:checked + .checkbox-content {
  border: 1px solid #07A6E0;
  transition: 0.5s;
}
.quiz-step .checkbox input:checked + .checkbox-content:after {
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  background: #001A6F;
  border-radius: 50%;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .quiz-step .checkbox input:checked + .checkbox-content:after {
    width: 10px;
    height: 10px;
  }
}
.quiz-step .checkbox input:checked + .checkbox-content:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: animatecheck 0.8s ease-out;
  background-color: #BAC7D8;
}
.quiz-step .checkbox-label {
  font-size: 24px;
  font-weight: 700;
  color: #001A6F;
  padding-left: 40px;
  display: block;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .quiz-step .checkbox-label {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .quiz-step .checkbox-label {
    font-size: 18px;
  }
}
.quiz-question-number {
  color: #001A6F;
  font-size: 32px;
  border-radius: 50%;
  border: solid 1px #07A6E0;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .quiz-question-number {
    font-size: 24px;
    width: 40px;
    height: 40px;
  }
}
.quiz-title {
  margin-top: 10px;
  color: #001A6F;
  font-size: 32px;
}
.quiz-title-mab {
  margin-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  .quiz-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .quiz-title {
    font-size: 20px;
  }
  .quiz-title-mab {
    margin-bottom: 40px;
  }
}

@keyframes animatecheck {
  0% {
    width: 200%;
    height: 200%;
    opacity: 1;
  }
  to {
    width: 400%;
    height: 400%;
    opacity: 0;
  }
}/*# sourceMappingURL=schooling.css.map */