@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;600;700;900&display=swap");

/* Paddings */
* {
  margin: 0;
  padding: 0;
  font-weight: normal;
  box-sizing: border-box;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
}

body {
  background-color: white;
}

html .gsap-timeline {
  opacity: 0;
}

a {
  text-decoration: none;
}

.sch-comp {
  display: inline-block;
  width: 100%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
}

.sch-comp--padding {
  padding: 120px 0;
}

.sch-comp--dark {
  color: #fff;
  background-color: #000;
}

.sch-comp--dark h1:not([class]),
.sch-comp--dark h2:not([class]),
.sch-comp--dark h3:not([class]),
.sch-comp--dark h4:not([class]),
.sch-comp--dark h5:not([class]),
.sch-comp--dark h6:not([class]),
.sch-comp--dark p:not([class]),
.sch-comp--dark span:not([class]),
.sch-comp--dark strong:not([class]) {
  color: #fff;
}

.sch-comp--padding-half {
  padding: 50px 0;
}

.sch-comp--grey {
  background-color: #F4F5F5;
}

.sch-comp--primary {
  background-color: #BF1C1C;
}

.sch-comp--border-before {
  overflow: visible;
}

.sch-comp--border-before:before {
  content: '';
  height: 116px;
  width: 2px;
  background-color: #BF1C1C;
  position: absolute;
  top: -58px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  will-change: trasnform;
}

.sch-aspect-ratio-6x3 {
  width: 100%;
  padding-top: 50.13%;
  position: relative;
}

.sch-aspect-ratio-6x3__img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sch-aspect-ratio-16x9 {
  width: 100%;
  padding-top: 56.52%;
  position: relative;
}

.sch-aspect-ratio-16x9__img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sch-aspect-ratio-1x1 {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.sch-aspect-ratio-1x1__img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sch-d-none {
  display: none;
}

.sch-d-block {
  display: block;
}

.sch-d-grid {
  display: grid;
}

.sch-d-inline-block {
  display: inline-block;
}

.sch-parag {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.4545454545;
}

@media (min-width: 576px) {
  .sch-parag {
    font-size: calc(0.9615384615vw + 12.4615384615px);
  }
}

@media (min-width: 992px) {
  .sch-parag {
    font-size: 22px;
  }
}

.sch-parag strong {
  font-size: 16px;
  line-height: 1.89;
}

@media (min-width: 576px) {
  .sch-parag strong {
    font-size: calc(0.4807692308vw + 13.2307692308px);
  }
}

@media (min-width: 992px) {
  .sch-parag strong {
    font-size: 18px;
  }
}

.sch-parag--underline {
  text-decoration: underline;
}

.sch-parag--link-black a {
  color: rgba(0, 0, 0, 0.84);
  text-decoration: underline;
}

.sch-parag--link-white a {
  color: #fff;
  text-decoration: underline;
}

.sch-parag--border {
  padding-left: 8px;
  border-left: 2px solid #515151;
}

.sch-parag-links a {
  color: inherit;
  text-decoration: underline;
}

.sch-parag-small {
  font-size: 15px;
  line-height: 1.73;
}

.sch-m-auto {
  margin: 0 auto;
}

.sch-mt-0 {
  margin-top: 0;
}

.sch-mt-12 {
  margin-top: 12px;
}

.sch-mt-16 {
  margin-top: 16px;
}

.sch-mt-32 {
  margin-top: 32px;
}

.sch-mt-40 {
  margin-top: 40px;
}

.sch-mt-48 {
  margin-top: 48px;
}

.sch-mt-64 {
  margin-top: 64px;
}

.sch-mt-72 {
  margin-top: 72px;
}

.sch-mt-80 {
  margin-top: 44px;
}

@media (min-width: 576px) {
  .sch-mt-80 {
    margin-top: calc(6.25vw + 8px);
  }
}

@media (min-width: 768px) {
  .sch-mt-80 {
    margin-top: calc(10.7142857143vw - 26.2857142857px);
  }
}

@media (min-width: 992px) {
  .sch-mt-80 {
    margin-top: 80px;
  }
}

.sch-mt-100 {
  margin-top: 64px;
}

@media (min-width: 576px) {
  .sch-mt-100 {
    margin-top: calc(8.3333333333vw + 16px);
  }
}

@media (min-width: 768px) {
  .sch-mt-100 {
    margin-top: calc(8.9285714286vw + 11.4285714286px);
  }
}

@media (min-width: 992px) {
  .sch-mt-100 {
    margin-top: 100px;
  }
}

.sch-mt-20-negative {
  margin-top: -20px;
}

.sch-mt-30-negative {
  margin-top: -30px;
}

.sch-mt-40-negative {
  margin-top: -40px;
}

.sch-mt-60-negative {
  margin-top: -60px;
  bottom: -45px;
}

@media (min-width: 576px) {
  .sch-mt-60-negative {
    bottom: calc(-7.8125vw + 0px);
  }
}

@media (min-width: 768px) {
  .sch-mt-60-negative {
    bottom: -60px;
  }
}

.sch-mr-auto {
  margin-right: auto;
}

.sch-mr-8 {
  margin-right: 8px;
}

.sch-mr-12 {
  margin-right: 12px;
}

.sch-mr-16 {
  margin-right: 16px;
}

.sch-mr-24 {
  margin-right: 24px;
}

.sch-mr-32 {
  margin-right: 32px;
}

.sch-mb-0 {
  margin-bottom: 0;
}

.sch-mb-4 {
  margin-bottom: 4px;
}

.sch-mb-8 {
  margin-bottom: 8px;
}

.sch-mb-12 {
  margin-bottom: 12px;
}

.sch-mb-16 {
  margin-bottom: 16px;
}

.sch-mb-18 {
  margin-bottom: 18px;
}

.sch-mb-20 {
  margin-bottom: 20px;
}

.sch-mb-24 {
  margin-bottom: 24px;
}

.sch-mb-28 {
  margin-bottom: 28px;
}

.sch-mb-32 {
  margin-bottom: 32px;
}

.sch-mb-40 {
  margin-bottom: 40px;
}

.sch-mb-48 {
  margin-bottom: 48px;
}

.sch-mb-56 {
  margin-bottom: 40px;
}

@media (min-width: 576px) {
  .sch-mb-56 {
    margin-bottom: calc(3.8461538462vw + 17.8461538462px);
  }
}

@media (min-width: 992px) {
  .sch-mb-56 {
    margin-bottom: 56px;
  }
}

.sch-mb-64 {
  margin-bottom: 64px;
}

.sch-mb-72 {
  margin-bottom: 40px;
}

@media (min-width: 576px) {
  .sch-mb-72 {
    margin-bottom: calc(6.25vw + 4px);
  }
}

@media (min-width: 768px) {
  .sch-mb-72 {
    margin-bottom: calc(8.9285714286vw - 16.5714285714px);
  }
}

@media (min-width: 992px) {
  .sch-mb-72 {
    margin-bottom: 72px;
  }
}

.sch-mb-80 {
  margin-bottom: 52px;
}

@media (min-width: 576px) {
  .sch-mb-80 {
    margin-bottom: calc(6.3492063492vw + 15.4285714286px);
  }
}

@media (min-width: 765px) {
  .sch-mb-80 {
    margin-bottom: calc(7.0484581498vw + 10.0792951542px);
  }
}

@media (min-width: 992px) {
  .sch-mb-80 {
    margin-bottom: 80px;
  }
}

.sch-mb-90 {
  margin-bottom: 90px;
}

.sch-mb-100 {
  margin-bottom: 48px;
}

@media (min-width: 576px) {
  .sch-mb-100 {
    margin-bottom: calc(16.9312169312vw - 49.5238095238px);
  }
}

@media (min-width: 765px) {
  .sch-mb-100 {
    margin-bottom: calc(8.8105726872vw + 12.5991189427px);
  }
}

@media (min-width: 992px) {
  .sch-mb-100 {
    margin-bottom: 100px;
  }
}

.sch-mb-140 {
  margin-bottom: 80px;
}

@media (min-width: 576px) {
  .sch-mb-140 {
    margin-bottom: calc(16.9312169312vw - 17.5238095238px);
  }
}

@media (min-width: 765px) {
  .sch-mb-140 {
    margin-bottom: calc(12.3348017621vw + 17.6387665198px);
  }
}

@media (min-width: 992px) {
  .sch-mb-140 {
    margin-bottom: 140px;
  }
}

.sch-ml-auto {
  margin-left: auto;
}

.sch-ml-8 {
  margin-left: 8px;
}

.sch-ml-16 {
  margin-left: 16px;
}

.sch-ml-24 {
  margin-left: 24px;
}

.sch-ml-32 {
  margin-left: 32px;
}

.sch-p-14 {
  padding: 14px 0;
}

.sch-p-16 {
  padding: 16px 0;
}

.sch-p-40 {
  padding: 40px 0;
}

.sch-p-50 {
  padding: 50px;
}

.sch-pt-0 {
  padding-top: 0;
}

.sch-pt-24 {
  padding-top: 24px;
}

.sch-pt-44 {
  padding-top: 44px;
}

.sch-pt-72 {
  padding-top: 72px;
}

.sch-pt-85 {
  padding-top: 85px;
}

.sch-pr-10 {
  padding-right: 10px;
}

.sch-pr-14 {
  padding-right: 14px;
}

.sch-pr-16 {
  padding-right: 16px;
}

.sch-pr-32 {
  padding-right: 32px;
}

.sch-pr-40 {
  padding-right: 40px;
}

.sch-pr-30 {
  padding-right: 0px;
}

@media (min-width: 576px) {
  .sch-pr-30 {
    padding-right: calc(7.2115384615vw - 41.5384615385px);
  }
}

@media (min-width: 992px) {
  .sch-pr-30 {
    padding-right: 30px;
  }
}

.sch-pr-42 {
  padding-right: 42px;
}

.sch-pr-50 {
  padding-right: 50px;
}

.sch-pr-60 {
  padding-right: 60px;
}

.sch-pr-100 {
  padding-right: 100px;
}

.sch-pr-120 {
  padding-right: 0px;
}

@media (min-width: 576px) {
  .sch-pr-120 {
    padding-right: calc(28.8461538462vw - 166.1538461538px);
  }
}

@media (min-width: 992px) {
  .sch-pr-120 {
    padding-right: 120px;
  }
}

.sch-pr-250 {
  padding-right: 0px;
}

@media (min-width: 576px) {
  .sch-pr-250 {
    padding-right: calc(60.0961538462vw - 346.1538461538px);
  }
}

@media (min-width: 992px) {
  .sch-pr-250 {
    padding-right: 250px;
  }
}

.sch-pb-8 {
  padding-bottom: 8px;
}

.sch-pb-16 {
  padding-bottom: 16px;
}

.sch-pb-24 {
  padding-bottom: 24px;
}

.sch-pb-32 {
  padding-bottom: 32px;
}

.sch-pb-40 {
  padding-bottom: 40px;
}

.sch-pb-44 {
  padding-bottom: 44px;
}

.sch-pb-48 {
  padding-bottom: 48px;
}

.sch-pb-80 {
  padding-bottom: 80px;
}

.sch-pb-100 {
  padding-bottom: 100px;
}

.sch-pb-135 {
  padding-bottom: 135px;
}

.sch-pb-190 {
  padding-bottom: 190px;
}

.sch-pl-8 {
  padding-left: 8px;
}

.sch-pl-12 {
  padding-left: 12px;
}

.sch-pl-16 {
  padding-left: 16px;
}

.sch-pl-24 {
  padding-left: 24px;
}

.sch-pl-30 {
  padding-left: 30px;
}

.sch-pl-40 {
  padding-left: 40px;
}

.sch-pl-42 {
  padding-left: 42px;
}

.sch-t-0 {
  top: 0;
}

.sch-t-4 {
  top: 4px;
}

.sch-r-0 {
  right: 0;
}

.sch-r-15 {
  right: 15px;
}

.sch-b-0 {
  bottom: 0px;
}

.sch-l-15 {
  left: 15px;
}

.sch-object-contain {
  object-fit: contain;
}

.sch-object-cover {
  object-fit: cover;
}

.sch-object-pos-center {
  object-position: center;
}

.sch-object-pos-left {
  object-position: left;
}

.sch-max-w-30 {
  max-width: 30%;
}

.sch-max-w-40 {
  max-width: 40%;
}

.sch-max-w-50 {
  max-width: 50%;
}

.sch-max-w-60 {
  max-width: 60%;
}

.sch-max-w-65 {
  max-width: 65%;
}

.sch-max-w-70 {
  max-width: 70%;
}

.sch-max-w-80 {
  max-width: 80%;
}

.sch-max-w-100 {
  max-width: 100%;
}

.sch-w-45 {
  width: 45%;
}

.sch-w-50 {
  width: 50%;
}

.sch-w-55 {
  width: 55%;
}

.sch-w-70 {
  width: 70%;
}

.sch-w-95 {
  width: 95%;
}

.sch-w-100 {
  width: 100%;
}

.sch-min-h-100 {
  min-height: 100%;
}

.sch-min-h-90 {
  min-height: 90px;
}

.sch-max-h-100 {
  max-height: 100%;
}

.sch-window-height {
  height: 100%;
}

.sch-relative {
  position: relative;
}

.sch-absolute {
  position: absolute;
}

.sch-absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  will-change: trasnform;
}

.sch-flex {
  display: flex;
}

.sch-flex--items-center {
  align-items: center;
}

.sch-flex--items-start {
  align-items: flex-start;
}

.sch-flex--items-end {
  align-items: flex-end;
}

.sch-flex--items-baseline {
  align-items: baseline;
}

.sch-flex--justify-center {
  justify-content: center;
}

.sch-flex--justify-end {
  justify-content: flex-end;
}

.sch-flex--space-between {
  justify-content: space-between;
}

.sch-flex--wrap {
  flex-wrap: wrap;
}

.sch-flex--direction-column {
  flex-direction: column;
}

.sch-flex--none {
  flex: none;
}

.sch-flex--inline {
  display: inline-flex;
}

.sch-flex--content-center {
  align-content: center;
}

.sch-flex--self-start {
  align-self: flex-start;
}

.sch-flex--grow-1 {
  flex-grow: 1;
}

.sch-flex--basis-100 {
  flex-basis: 100%;
}

.sch-title-quote {
  font-size: 16px;
  line-height: 1.33;
  letter-spacing: 5px;
}

@media (min-width: 576px) {
  .sch-title-quote {
    font-size: calc(0.4807692308vw + 13.2307692308px);
  }
}

@media (min-width: 992px) {
  .sch-title-quote {
    font-size: 18px;
  }
}

.sch-title-primary {
  font-size: 32px;
  line-height: 1.37;
}

@media (min-width: 576px) {
  .sch-title-primary {
    font-size: calc(4.1666666667vw + 8px);
  }
}

@media (min-width: 768px) {
  .sch-title-primary {
    font-size: calc(4.9107142857vw + 2.2857142857px);
  }
}

@media (min-width: 992px) {
  .sch-title-primary {
    font-size: 51px;
  }
}

.sch-title-secondary {
  font-size: 26px;
  line-height: 1.5;
}

@media (min-width: 576px) {
  .sch-title-secondary {
    font-size: calc(5.2083333333vw - 4px);
  }
}

@media (min-width: 768px) {
  .sch-title-secondary {
    font-size: calc(2.6785714286vw + 15.4285714286px);
  }
}

@media (min-width: 992px) {
  .sch-title-secondary {
    font-size: 42px;
  }
}

.sch-title-third {
  font-size: 24px;
  line-height: 1.73;
}

@media (min-width: 576px) {
  .sch-title-third {
    font-size: calc(3.125vw + 6px);
  }
}

@media (min-width: 768px) {
  .sch-title-third {
    font-size: calc(3.5714285714vw + 2.5714285714px);
  }
}

@media (min-width: 992px) {
  .sch-title-third {
    font-size: 38px;
  }
}

.sch-title-fourth {
  font-size: 19px;
  line-height: 1.33;
}

@media (min-width: 576px) {
  .sch-title-fourth {
    font-size: calc(1.2019230769vw + 12.0769230769px);
  }
}

@media (min-width: 992px) {
  .sch-title-fourth {
    font-size: 24px;
  }
}

.sch-title-border {
  padding-left: 16px;
}

@media (min-width: 576px) {
  .sch-title-border {
    padding-left: calc(4.3269230769vw - 8.9230769231px);
  }
}

@media (min-width: 992px) {
  .sch-title-border {
    padding-left: 34px;
  }
}

.sch-title-border:before {
  content: "";
  position: absolute;
  width: 6px;
  width: 4px;
  height: 100%;
  left: 0;
  bottom: 0;
  background-color: #F65858;
}

@media (min-width: 576px) {
  .sch-title-border:before {
    width: calc(0.4807692308vw + 1.2307692308px);
  }
}

@media (min-width: 992px) {
  .sch-title-border:before {
    width: 6px;
  }
}

.sch-button {
  display: inline-block;
  font-size: 18px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 40px;
  padding-right: 40px;
  line-height: 2.25;
  outline: none;
  border-radius: 0;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (min-width: 576px) {
  .sch-button {
    font-size: calc(0.4807692308vw + 15.2307692308px);
  }
}

@media (min-width: 992px) {
  .sch-button {
    font-size: 20px;
  }
}

@media (min-width: 576px) {
  .sch-button {
    padding-top: calc(0.9615384615vw + 2.4615384615px);
  }
}

@media (min-width: 992px) {
  .sch-button {
    padding-top: 12px;
  }
}

@media (min-width: 576px) {
  .sch-button {
    padding-bottom: calc(0.9615384615vw + 2.4615384615px);
  }
}

@media (min-width: 992px) {
  .sch-button {
    padding-bottom: 12px;
  }
}

@media (min-width: 576px) {
  .sch-button {
    padding-left: calc(4.8076923077vw + 12.3076923077px);
  }
}

@media (min-width: 992px) {
  .sch-button {
    padding-left: 60px;
  }
}

@media (min-width: 576px) {
  .sch-button {
    padding-right: calc(4.8076923077vw + 12.3076923077px);
  }
}

@media (min-width: 992px) {
  .sch-button {
    padding-right: 60px;
  }
}

.sch-button svg path {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.sch-button--primary {
  color: #000;
  border: 1px solid #BF1C1C;
  background-color: #BF1C1C;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.sch-button--primary:hover {
  color: #BF1C1C;
  background-color: #000;
}

.sch-button--primary:hover svg path {
  fill: #fff;
}

.sch-button--secondary {
  color: #fff;
  background-color: #515151;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.sch-button--secondary:hover {
  color: #000;
  background-color: #BF1C1C;
}

.sch-button--border {
  padding: 12px 32px;
  border: 1px solid #000;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.sch-button--border:hover {
  color: #fff;
  background-color: #000;
}

.sch-button--border-primary {
  border-color: #BF1C1C;
}

.sch-button--border-white {
  border-color: #fff;
  color: #fff;
}

.sch-button--border-white:hover {
  color: #000;
  background-color: #fff;
}

.sch-button--extra-large {
  padding-left: 86px;
  padding-right: 86px;
}

@media (min-width: 576px) {
  .sch-button--extra-large {
    padding-left: calc(11.4583333333vw + 20px);
  }
}

@media (min-width: 768px) {
  .sch-button--extra-large {
    padding-left: calc(12.0535714286vw + 15.4285714286px);
  }
}

@media (min-width: 992px) {
  .sch-button--extra-large {
    padding-left: 135px;
  }
}

@media (min-width: 576px) {
  .sch-button--extra-large {
    padding-right: calc(11.4583333333vw + 20px);
  }
}

@media (min-width: 768px) {
  .sch-button--extra-large {
    padding-right: calc(12.0535714286vw + 15.4285714286px);
  }
}

@media (min-width: 992px) {
  .sch-button--extra-large {
    padding-right: 135px;
  }
}

.sch-button--large {
  padding-left: 32px;
  padding-right: 32px;
}

@media (min-width: 576px) {
  .sch-button--large {
    padding-left: calc(4.1666666667vw + 8px);
  }
}

@media (min-width: 768px) {
  .sch-button--large {
    padding-left: calc(15.625vw - 80px);
  }
}

@media (min-width: 992px) {
  .sch-button--large {
    padding-left: 75px;
  }
}

@media (min-width: 576px) {
  .sch-button--large {
    padding-right: calc(4.1666666667vw + 8px);
  }
}

@media (min-width: 768px) {
  .sch-button--large {
    padding-right: calc(15.625vw - 80px);
  }
}

@media (min-width: 992px) {
  .sch-button--large {
    padding-right: 75px;
  }
}

.sch-button--small {
  padding-left: 16px;
  padding-right: 16px;
}

.sch-link {
  font-size: 16px;
  line-height: 1.75;
}

.sch-link--icon svg {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  will-change: trasnform;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.sch-link--icon:hover svg {
  -webkit-transform: translateX(6px);
  -moz-transform: translateX(6px);
  -ms-transform: translateX(6px);
  -o-transform: translateX(6px);
  transform: translateX(6px);
  will-change: trasnform;
}

.sch-link--border-middle span:before {
  content: "";
  width: 22px;
  height: 1px;
  display: inline-block;
  margin: 0 12px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sch-link--border-middle:hover span:before {
  width: 28px;
}

.sch-overflow-y-auto {
  overflow-y: auto;
}

.sch-overflow-x-scroll {
  overflow-x: scroll;
}

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

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

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

.sch-text-uppercase {
  text-transform: uppercase;
}

.sch-text-underline {
  text-decoration: underline;
}

.sch-zindex-1 {
  z-index: 1;
}

.sch-zindex-2 {
  z-index: 2;
}

.sch-zindex-nav {
  z-index: 3;
}

.sch-container {
  width: 100%;
  max-width: 1280px;
  padding-left: 30px;
  padding-right: 30px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576) {
  .sch-container {
    padding-left: calc(-5.2083333333vw + 60px);
  }
}

@media (min-width: 768px) {
  .sch-container {
    padding-left: calc(-2.2321428571vw + 37.1428571429px);
  }
}

@media (min-width: 992px) {
  .sch-container {
    padding-left: 15px;
  }
}

@media (min-width: 576) {
  .sch-container {
    padding-right: calc(-5.2083333333vw + 60px);
  }
}

@media (min-width: 768px) {
  .sch-container {
    padding-right: calc(-2.2321428571vw + 37.1428571429px);
  }
}

@media (min-width: 992px) {
  .sch-container {
    padding-right: 15px;
  }
}

.sch-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -14px;
  margin-left: -14px;
}

[class*="sch-col-"] {
  padding-left: 14px;
  padding-right: 14px;
}

.sch-img-100 {
  width: 100%;
}

.sch-img-h-100 {
  height: 100%;
}

.sch-color-primary {
  color: #BF1C1C;
}

.sch-color-secondary {
  color: #F65858;
}

.sch-color-third {
  color: #515151;
}

.sch-color-white {
  color: #fff;
}

.sch-color-white:before {
  background-color: #fff;
}

.sch-color-white--hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sch-color-white--hover:hover {
  color: rgba(255, 255, 255, 0.5);
}

.sch-color-black {
  color: #000;
}

.sch-color-black:before {
  background-color: #000;
}

.sch-bg-white {
  background-color: #fff;
}

.sch-bg--grey {
  background-color: #F4F5F5;
}

.sch-bg--primary {
  background-color: #BF1C1C;
}

.sch-font-primary {
  font-family: Montserrat, Arial, Helvetica, sans-serif;
}

.sch-font-primary-regular,
.sch-font-primary-regular p:not([class]),
.sch-font-primary-regular span:not([class]) {
  font-weight: 400;
}

.sch-font-primary-bold,
.sch-font-primary-bold p:not([class]),
.sch-font-primary-bold span:not([class]) {
  font-weight: 700;
}

.sch-font-primary-medium,
.sch-font-primary-medium p:not([class]),
.sch-font-primary-medium span:not([class]) {
  font-weight: 500;
}

.sch-tabs__item {
  font-size: 18px;
  line-height: 1.875;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 576px) {
  .sch-tabs__item {
    font-size: calc(3.125vw + 0px);
  }
}

@media (min-width: 768px) {
  .sch-tabs__item {
    font-size: 24px;
  }
}

.sch-tabs__item:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 1px;
  width: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  will-change: trasnform;
  transition: .1s;
}

@media (min-width: 576px) {
  .sch-tabs__item:after {
    bottom: calc(-6.25vw + 36px);
  }
}

@media (min-width: 768px) {
  .sch-tabs__item:after {
    bottom: -12px;
  }
}

.sch-tabs__item--light {
  color: rgba(255, 255, 255, 0.5);
}

.sch-tabs__item--light:hover {
  color: #fff;
}

.sch-tabs__item--light:after {
  background-color: rgba(255, 255, 255, 0.5);
}

.sch-tabs__item--dark {
  color: rgba(0, 0, 0, 0.3);
}

.sch-tabs__item--dark:hover {
  color: #000;
}

.sch-tabs__item--dark:after {
  background-color: rgba(0, 0, 0, 0.3);
}

.sch-tabs__checkbox {
  display: none;
}

.sch-tabs__checkbox#tab-1:checked~.sch-tabs__content .sch-tabs__content__tab:nth-of-type(1) {
  display: flex;
}

.sch-tabs__checkbox#tab-1:checked~.sch-tabs__buttons .sch-tabs__item--light:nth-child(1) {
  color: #fff;
}

.sch-tabs__checkbox#tab-1:checked~.sch-tabs__buttons .sch-tabs__item--dark:nth-child(1) {
  color: #000;
}

.sch-tabs__checkbox#tab-1:checked~.sch-tabs__buttons .sch-tabs__item:nth-child(1):after {
  height: 3px;
  background-color: #BF1C1C;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sch-tabs__checkbox#tab-1:checked~.sch-tabs__buttons .sch-tabs__item:nth-child(1).rfb-tabs__item--light:after {
  bottom: -4px;
}

@media (min-width: 576px) {
  .sch-tabs__checkbox#tab-1:checked~.sch-tabs__buttons .sch-tabs__item:nth-child(1).rfb-tabs__item--light:after {
    bottom: calc(-5.2083333333vw + 26px);
  }
}

@media (min-width: 768px) {
  .sch-tabs__checkbox#tab-1:checked~.sch-tabs__buttons .sch-tabs__item:nth-child(1).rfb-tabs__item--light:after {
    bottom: -14px;
  }
}

.sch-tabs__checkbox#tab-1:checked~.sch-tabs__buttons .sch-tabs__item:nth-child(1).rfb-tabs__item--dark:after {
  background-color: #000;
}

.sch-tabs__checkbox#tab-2:checked~.sch-tabs__content .sch-tabs__content__tab:nth-of-type(2) {
  display: flex;
}

.sch-tabs__checkbox#tab-2:checked~.sch-tabs__buttons .sch-tabs__item--light:nth-child(2) {
  color: #fff;
}

.sch-tabs__checkbox#tab-2:checked~.sch-tabs__buttons .sch-tabs__item--dark:nth-child(2) {
  color: #000;
}

.sch-tabs__checkbox#tab-2:checked~.sch-tabs__buttons .sch-tabs__item:nth-child(2):after {
  height: 3px;
  background-color: #BF1C1C;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sch-tabs__checkbox#tab-2:checked~.sch-tabs__buttons .sch-tabs__item:nth-child(2).rfb-tabs__item--light:after {
  bottom: -4px;
}

@media (min-width: 576px) {
  .sch-tabs__checkbox#tab-2:checked~.sch-tabs__buttons .sch-tabs__item:nth-child(2).rfb-tabs__item--light:after {
    bottom: calc(-5.2083333333vw + 26px);
  }
}

@media (min-width: 768px) {
  .sch-tabs__checkbox#tab-2:checked~.sch-tabs__buttons .sch-tabs__item:nth-child(2).rfb-tabs__item--light:after {
    bottom: -14px;
  }
}

.sch-tabs__checkbox#tab-2:checked~.sch-tabs__buttons .sch-tabs__item:nth-child(2).rfb-tabs__item--dark:after {
  background-color: #000;
}

.sch-tabs__checkbox#tab-3:checked~.sch-tabs__content .sch-tabs__content__tab:nth-of-type(3) {
  display: flex;
}

.sch-tabs__checkbox#tab-3:checked~.sch-tabs__buttons .sch-tabs__item--light:nth-child(3) {
  color: #fff;
}

.sch-tabs__checkbox#tab-3:checked~.sch-tabs__buttons .sch-tabs__item--dark:nth-child(3) {
  color: #000;
}

.sch-tabs__checkbox#tab-3:checked~.sch-tabs__buttons .sch-tabs__item:nth-child(3):after {
  height: 3px;
  background-color: #BF1C1C;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sch-tabs__checkbox#tab-3:checked~.sch-tabs__buttons .sch-tabs__item:nth-child(3).rfb-tabs__item--light:after {
  bottom: -4px;
}

@media (min-width: 576px) {
  .sch-tabs__checkbox#tab-3:checked~.sch-tabs__buttons .sch-tabs__item:nth-child(3).rfb-tabs__item--light:after {
    bottom: calc(-5.2083333333vw + 26px);
  }
}

@media (min-width: 768px) {
  .sch-tabs__checkbox#tab-3:checked~.sch-tabs__buttons .sch-tabs__item:nth-child(3).rfb-tabs__item--light:after {
    bottom: -14px;
  }
}

.sch-tabs__checkbox#tab-3:checked~.sch-tabs__buttons .sch-tabs__item:nth-child(3).rfb-tabs__item--dark:after {
  background-color: #000;
}

.sch-tabs__checkbox#tab-4:checked~.sch-tabs__content .sch-tabs__content__tab:nth-of-type(4) {
  display: flex;
}

.sch-tabs__checkbox#tab-4:checked~.sch-tabs__buttons .sch-tabs__item--light:nth-child(4) {
  color: #fff;
}

.sch-tabs__checkbox#tab-4:checked~.sch-tabs__buttons .sch-tabs__item--dark:nth-child(4) {
  color: #000;
}

.sch-tabs__checkbox#tab-4:checked~.sch-tabs__buttons .sch-tabs__item:nth-child(4):after {
  height: 3px;
  background-color: #BF1C1C;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sch-tabs__checkbox#tab-4:checked~.sch-tabs__buttons .sch-tabs__item:nth-child(4).rfb-tabs__item--light:after {
  bottom: -4px;
}

@media (min-width: 576px) {
  .sch-tabs__checkbox#tab-4:checked~.sch-tabs__buttons .sch-tabs__item:nth-child(4).rfb-tabs__item--light:after {
    bottom: calc(-5.2083333333vw + 26px);
  }
}

@media (min-width: 768px) {
  .sch-tabs__checkbox#tab-4:checked~.sch-tabs__buttons .sch-tabs__item:nth-child(4).rfb-tabs__item--light:after {
    bottom: -14px;
  }
}

.sch-tabs__checkbox#tab-4:checked~.sch-tabs__buttons .sch-tabs__item:nth-child(4).rfb-tabs__item--dark:after {
  background-color: #000;
}

.sch-tabs__checkbox#tab-5:checked~.sch-tabs__content .sch-tabs__content__tab:nth-of-type(5) {
  display: flex;
}

.sch-tabs__checkbox#tab-5:checked~.sch-tabs__buttons .sch-tabs__item--light:nth-child(5) {
  color: #fff;
}

.sch-tabs__checkbox#tab-5:checked~.sch-tabs__buttons .sch-tabs__item--dark:nth-child(5) {
  color: #000;
}

.sch-tabs__checkbox#tab-5:checked~.sch-tabs__buttons .sch-tabs__item:nth-child(5):after {
  height: 3px;
  background-color: #BF1C1C;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sch-tabs__checkbox#tab-5:checked~.sch-tabs__buttons .sch-tabs__item:nth-child(5).rfb-tabs__item--light:after {
  bottom: -4px;
}

@media (min-width: 576px) {
  .sch-tabs__checkbox#tab-5:checked~.sch-tabs__buttons .sch-tabs__item:nth-child(5).rfb-tabs__item--light:after {
    bottom: calc(-5.2083333333vw + 26px);
  }
}

@media (min-width: 768px) {
  .sch-tabs__checkbox#tab-5:checked~.sch-tabs__buttons .sch-tabs__item:nth-child(5).rfb-tabs__item--light:after {
    bottom: -14px;
  }
}

.sch-tabs__checkbox#tab-5:checked~.sch-tabs__buttons .sch-tabs__item:nth-child(5).rfb-tabs__item--dark:after {
  background-color: #000;
}

.sch-tabs__checkbox#tab-6:checked~.sch-tabs__content .sch-tabs__content__tab:nth-of-type(6) {
  display: flex;
}

.sch-tabs__checkbox#tab-6:checked~.sch-tabs__buttons .sch-tabs__item--light:nth-child(6) {
  color: #fff;
}

.sch-tabs__checkbox#tab-6:checked~.sch-tabs__buttons .sch-tabs__item--dark:nth-child(6) {
  color: #000;
}

.sch-tabs__checkbox#tab-6:checked~.sch-tabs__buttons .sch-tabs__item:nth-child(6):after {
  height: 3px;
  background-color: #BF1C1C;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sch-tabs__checkbox#tab-6:checked~.sch-tabs__buttons .sch-tabs__item:nth-child(6).rfb-tabs__item--light:after {
  bottom: -4px;
}

@media (min-width: 576px) {
  .sch-tabs__checkbox#tab-6:checked~.sch-tabs__buttons .sch-tabs__item:nth-child(6).rfb-tabs__item--light:after {
    bottom: calc(-5.2083333333vw + 26px);
  }
}

@media (min-width: 768px) {
  .sch-tabs__checkbox#tab-6:checked~.sch-tabs__buttons .sch-tabs__item:nth-child(6).rfb-tabs__item--light:after {
    bottom: -14px;
  }
}

.sch-tabs__checkbox#tab-6:checked~.sch-tabs__buttons .sch-tabs__item:nth-child(6).rfb-tabs__item--dark:after {
  background-color: #000;
}

.sch-tabs__checkbox#tab-7:checked~.sch-tabs__content .sch-tabs__content__tab:nth-of-type(7) {
  display: flex;
}

.sch-tabs__checkbox#tab-7:checked~.sch-tabs__buttons .sch-tabs__item--light:nth-child(7) {
  color: #fff;
}

.sch-tabs__checkbox#tab-7:checked~.sch-tabs__buttons .sch-tabs__item--dark:nth-child(7) {
  color: #000;
}

.sch-tabs__checkbox#tab-7:checked~.sch-tabs__buttons .sch-tabs__item:nth-child(7):after {
  height: 3px;
  background-color: #BF1C1C;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sch-tabs__checkbox#tab-7:checked~.sch-tabs__buttons .sch-tabs__item:nth-child(7).rfb-tabs__item--light:after {
  bottom: -4px;
}

@media (min-width: 576px) {
  .sch-tabs__checkbox#tab-7:checked~.sch-tabs__buttons .sch-tabs__item:nth-child(7).rfb-tabs__item--light:after {
    bottom: calc(-5.2083333333vw + 26px);
  }
}

@media (min-width: 768px) {
  .sch-tabs__checkbox#tab-7:checked~.sch-tabs__buttons .sch-tabs__item:nth-child(7).rfb-tabs__item--light:after {
    bottom: -14px;
  }
}

.sch-tabs__checkbox#tab-7:checked~.sch-tabs__buttons .sch-tabs__item:nth-child(7).rfb-tabs__item--dark:after {
  background-color: #000;
}

.sch-tabs__checkbox#tab-8:checked~.sch-tabs__content .sch-tabs__content__tab:nth-of-type(8) {
  display: flex;
}

.sch-tabs__checkbox#tab-8:checked~.sch-tabs__buttons .sch-tabs__item--light:nth-child(8) {
  color: #fff;
}

.sch-tabs__checkbox#tab-8:checked~.sch-tabs__buttons .sch-tabs__item--dark:nth-child(8) {
  color: #000;
}

.sch-tabs__checkbox#tab-8:checked~.sch-tabs__buttons .sch-tabs__item:nth-child(8):after {
  height: 3px;
  background-color: #BF1C1C;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sch-tabs__checkbox#tab-8:checked~.sch-tabs__buttons .sch-tabs__item:nth-child(8).rfb-tabs__item--light:after {
  bottom: -4px;
}

@media (min-width: 576px) {
  .sch-tabs__checkbox#tab-8:checked~.sch-tabs__buttons .sch-tabs__item:nth-child(8).rfb-tabs__item--light:after {
    bottom: calc(-5.2083333333vw + 26px);
  }
}

@media (min-width: 768px) {
  .sch-tabs__checkbox#tab-8:checked~.sch-tabs__buttons .sch-tabs__item:nth-child(8).rfb-tabs__item--light:after {
    bottom: -14px;
  }
}

.sch-tabs__checkbox#tab-8:checked~.sch-tabs__buttons .sch-tabs__item:nth-child(8).rfb-tabs__item--dark:after {
  background-color: #000;
}

.sch-tabs__checkbox#tab-9:checked~.sch-tabs__content .sch-tabs__content__tab:nth-of-type(9) {
  display: flex;
}

.sch-tabs__checkbox#tab-9:checked~.sch-tabs__buttons .sch-tabs__item--light:nth-child(9) {
  color: #fff;
}

.sch-tabs__checkbox#tab-9:checked~.sch-tabs__buttons .sch-tabs__item--dark:nth-child(9) {
  color: #000;
}

.sch-tabs__checkbox#tab-9:checked~.sch-tabs__buttons .sch-tabs__item:nth-child(9):after {
  height: 3px;
  background-color: #BF1C1C;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sch-tabs__checkbox#tab-9:checked~.sch-tabs__buttons .sch-tabs__item:nth-child(9).rfb-tabs__item--light:after {
  bottom: -4px;
}

@media (min-width: 576px) {
  .sch-tabs__checkbox#tab-9:checked~.sch-tabs__buttons .sch-tabs__item:nth-child(9).rfb-tabs__item--light:after {
    bottom: calc(-5.2083333333vw + 26px);
  }
}

@media (min-width: 768px) {
  .sch-tabs__checkbox#tab-9:checked~.sch-tabs__buttons .sch-tabs__item:nth-child(9).rfb-tabs__item--light:after {
    bottom: -14px;
  }
}

.sch-tabs__checkbox#tab-9:checked~.sch-tabs__buttons .sch-tabs__item:nth-child(9).rfb-tabs__item--dark:after {
  background-color: #000;
}

.sch-tabs__checkbox#tab-10:checked~.sch-tabs__content .sch-tabs__content__tab:nth-of-type(10) {
  display: flex;
}

.sch-tabs__checkbox#tab-10:checked~.sch-tabs__buttons .sch-tabs__item--light:nth-child(10) {
  color: #fff;
}

.sch-tabs__checkbox#tab-10:checked~.sch-tabs__buttons .sch-tabs__item--dark:nth-child(10) {
  color: #000;
}

.sch-tabs__checkbox#tab-10:checked~.sch-tabs__buttons .sch-tabs__item:nth-child(10):after {
  height: 3px;
  background-color: #BF1C1C;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sch-tabs__checkbox#tab-10:checked~.sch-tabs__buttons .sch-tabs__item:nth-child(10).rfb-tabs__item--light:after {
  bottom: -4px;
}

@media (min-width: 576px) {
  .sch-tabs__checkbox#tab-10:checked~.sch-tabs__buttons .sch-tabs__item:nth-child(10).rfb-tabs__item--light:after {
    bottom: calc(-5.2083333333vw + 26px);
  }
}

@media (min-width: 768px) {
  .sch-tabs__checkbox#tab-10:checked~.sch-tabs__buttons .sch-tabs__item:nth-child(10).rfb-tabs__item--light:after {
    bottom: -14px;
  }
}

.sch-tabs__checkbox#tab-10:checked~.sch-tabs__buttons .sch-tabs__item:nth-child(10).rfb-tabs__item--dark:after {
  background-color: #000;
}

.sch-tabs__content__tab {
  display: none;
}

.sch-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.sch-ellipsis--2 {
  -webkit-line-clamp: 2;
}

.sch-ellipsis--3 {
  -webkit-line-clamp: 3;
  line-clamp: 3;
}

.sch-border-b {
  border-bottom: 2px solid #000;
}

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

.sch-col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.sch-col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

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

.sch-col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.sch-col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

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

.sch-col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.sch-col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

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

.sch-col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.sch-col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

@media (max-width: 576px) {
  .sch-col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

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

@media (min-width: 576px) {
  .sch-col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .sch-col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .sch-col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

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

  .sch-col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .sch-col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

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

  .sch-col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .sch-col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

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

  .sch-col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .sch-col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
}

@media (min-width: 768px) {
  .sch-w-sm-max-content {
    width: max-content;
  }

  .sch-m-sm-auto {
    margin: 0 auto;
  }

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

  .sch-col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .sch-col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

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

  .sch-col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .sch-col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

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

  .sch-col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .sch-col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

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

  .sch-col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .sch-col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
}

@media (min-width: 992px) {
  .sch-d-lg-none {
    display: none;
  }

  .sch-d-md-block {
    display: block;
  }

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

  .sch-col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .sch-col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

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

  .sch-col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .sch-col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

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

  .sch-col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .sch-col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

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

  .sch-col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .sch-col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
}

@media (min-width: 1200px) {
  .sch-d-lg-block {
    display: block;
  }

  .sch-hidden-xl {
    display: none;
  }

  .sch-col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

@media (max-width: 1200px) {
  .sch-max-w-lg-100 {
    max-width: 100%;
  }
}

@media (max-width: 992px) {
  .sch-mb-md-0 {
    margin-bottom: 0;
  }

  .sch-mb-md-8 {
    margin-bottom: 8px;
  }

  .sch-mb-md-16 {
    margin-bottom: 16px;
  }

  .sch-mb-md-24 {
    margin-bottom: 24px;
  }

  .sch-mb-md-32 {
    margin-bottom: 32px;
  }

  .sch-mb-md-48 {
    margin-bottom: 48px;
  }

  .sch-mb-md-56 {
    margin-bottom: 56px;
  }

  .sch-mt-md-0 {
    margin-top: 0;
  }

  .sch-mt-md-8 {
    margin-top: 8px;
  }

  .sch-mt-md-24 {
    margin-top: 24px;
  }

  .sch-mt-md-32 {
    margin-top: 32px;
  }

  .sch-mt-md-40 {
    margin-top: 40px;
  }

  .sch-mt-md-56 {
    margin-top: 56px;
  }

  .sch-mt-md-64 {
    margin-top: 64px;
  }

  .sch-mt-md-auto {
    margin-top: auto;
  }

  .sch-mr-md-0 {
    margin-right: 0;
  }

  .sch-w-md-50 {
    width: 50%;
  }

  .sch-w-md-75 {
    width: 75%;
  }

  .sch-w-md-100 {
    width: 100%;
  }

  .sch-max-w-md-100 {
    max-width: 100%;
  }

  .sch-hidden-md {
    display: none;
  }

  .sch-p-md-30 {
    padding: 30px 0;
  }

  .sch-p-md-0 {
    padding: 0;
  }

  .sch-pb-md-50 {
    padding-bottom: 50px;
  }

  .sch-pb-md-70 {
    padding-bottom: 70px;
  }

  .sch-flex-md--justify-start {
    justify-content: flex-start;
  }

  .sch-flex-md--items-start {
    align-items: flex-start;
  }

  .sch-flex-md--wrap {
    flex-wrap: wrap;
  }

  .sch-flex-md--justify-center {
    justify-content: center;
  }

  .sch-flex-md--direction-column {
    flex-direction: column;
  }

  .sch-flex-md--basis-100 {
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
  }

  .sch-flex-md--grow-1 {
    flex-grow: 1;
    -ms-flex-positive: 1;
  }
}

@media (max-width: 767px) {
  .sch-mt-sm-0 {
    margin-top: 0;
  }

  .sch-mt-sm-8 {
    margin-top: 8px;
  }

  .sch-mt-sm-24 {
    margin-top: 24px;
  }

  .sch-mt-sm-32 {
    margin-top: 32px;
  }

  .sch-mt-sm-40 {
    margin-top: 40px;
  }

  .sch-mt-sm-56 {
    margin-top: 56px;
  }

  .sch-mt-sm-64 {
    margin-top: 64px;
  }

  .sch-mt-sm-auto {
    margin-top: auto;
  }

  .sch-ml-sm-auto {
    margin-left: auto;
  }

  .sch-mr-sm-auto {
    margin-right: auto;
  }

  .sch-sm-relative {
    position: relative;
  }

  .sch-sm-w-100 {
    width: 100%;
  }

  .sch-sm-r-auto {
    right: auto;
  }

  .sch-sm-l-auto {
    left: auto;
  }

  .sch-w-sm-100 {
    width: 100%;
  }

  .sch-pl-sm-20 {
    padding-left: 20px;
  }

  .sch-mb-sm {
    margin-bottom: 14px;
  }
}

@media (max-width: 768px) {
  .sch-sm-relative {
    position: relative;
  }

  .sch-column-sm-revert {
    flex-direction: column-reverse;
  }

  .sch-flex-sm--wrap {
    flex-wrap: wrap;
  }

  .sch-flex-sm--justify-start {
    justify-content: flex-start;
  }

  .sch-flex-sm--justify-center {
    justify-content: center;
  }

  .sch-flex-sm--align-items {
    align-items: flex-end;
  }

  .sch-flex-sm--direction-column {
    flex-direction: column;
  }

  .sch-flex-sm--items-start {
    align-items: flex-start;
  }

  .sch-flex-sm--order-1 {
    order: 1;
  }

  .sch-d-sm-block {
    display: block;
  }

  .sch-d-sm-none {
    display: none;
  }

  .sch-w-sm-100 {
    width: 100%;
  }

  .sch-max-w-50 {
    max-width: 100%;
  }

  .sch-max-w-40 {
    max-width: 100%;
  }

  .sch-max-w-65 {
    max-width: 100%;
  }

  .sch-max-w-80 {
    max-width: 100%;
  }

  .sch-max-w-60 {
    max-width: 100%;
  }

  .sch-max-w-65 {
    max-width: 100%;
  }

  .sch-max-w-70 {
    max-width: 100%;
  }

  .sch-comp--padding {
    padding: 60px 0;
  }

  .sch-p-40 {
    padding: 20px 0;
  }

  .sch-mt-sm-16 {
    margin-top: 16px;
  }

  .sch-mt-sm-30 {
    margin-top: 30px;
  }

  .sch-mt-sm-0 {
    margin-top: 0;
  }

  .sch-ml-sm-16 {
    margin-left: 16px;
  }

  .sch-mr-sm-0 {
    margin-right: 0;
  }

  .sch-mr-sm-16 {
    margin-right: 16px;
  }

  .sch-mr-sm-10 {
    margin-right: 10px;
  }

  .sch-mr-sm-20 {
    margin-right: 20px;
  }

  .sch-mb-sm {
    margin-bottom: 14px;
  }

  .sch-mb-sm-0 {
    margin-bottom: 0;
  }

  .sch-mb-sm-8 {
    margin-bottom: 8px;
  }

  .sch-mb-sm-20 {
    margin-bottom: 20px;
  }

  .sch-mb-sm-16 {
    margin-bottom: 16px;
  }

  .sch-mb-sm-24 {
    margin-bottom: 24px;
  }

  .sch-mb-sm-32 {
    margin-bottom: 32px;
  }

  .sch-mb-sm-40 {
    margin-bottom: 40px;
  }

  .sch-mb-sm-48 {
    margin-bottom: 48px;
  }

  .sch-mb-sm-56 {
    margin-bottom: 56px;
  }

  .sch-mb-sm-64 {
    margin-bottom: 64px;
  }

  .sch-mb-sm-72 {
    margin-bottom: 72px;
  }

  .sch-pt-sm-0 {
    padding-top: 0px;
  }

  .sch-pt-sm-56 {
    padding-top: 56px;
  }

  .sch-pb-sm-24 {
    padding-bottom: 24px;
  }

  .sch-pb-sm-72 {
    padding-bottom: 72px;
  }

  .sch-pl-sm-0 {
    padding-left: 0;
  }

  .sch-pl-sm-8 {
    padding-left: 8px;
  }

  .sch-pl-sm-52 {
    padding-left: 52px;
  }

  .sch-pl-sm-60 {
    padding-left: 60px;
  }

  .sch-pl-sm-40 {
    padding-left: 40px;
  }

  .sch-pl-sm-16 {
    padding-left: 16px;
  }

  .sch-pl-sm-0 {
    padding-left: 0;
  }

  .sch-p-sm-25 {
    padding: 25px;
  }

  .sch-pr-sm-52 {
    padding-right: 52px;
  }

  .sch-pr-sm-60 {
    padding-right: 60px;
  }

  .sch-pr-sm-40 {
    padding-right: 40px;
  }

  .sch-pr-sm-20 {
    padding-right: 20px;
  }

  .sch-pr-sm-16 {
    padding-right: 16px;
  }

  .sch-pr-sm-0 {
    padding-right: 0;
  }

  .sch-pr-sm-lr-60 {
    padding: 0 60px;
  }

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

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

  .sch-parag-small {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .sch-d-sm-none {
    display: none;
  }

  .sch-d-sm-flex {
    display: flex;
  }

  .sch-flex-xs {
    display: flex;
  }

  .sch-flex-xs--items-center {
    align-items: center;
  }

  .sch-block-xs {
    display: block;
  }

  .sch-w-xs-100 {
    width: 100%;
  }

  .sch-max-w-xs-100 {
    max-width: 100%;
  }

  .sch-pl-xs-0 {
    padding-left: 0;
  }

  .sch-mr-xs-0 {
    margin-right: 0;
  }

  .sch-mb-xs-8 {
    margin-bottom: 8px;
  }

  .sch-mb-xs-16 {
    margin-bottom: 16px;
  }

  .sch-mb-xs-20 {
    margin-bottom: 20px;
  }

  .sch-mb-xs-30 {
    margin-bottom: 30px;
  }

  .sch-mb-xs-50 {
    margin-bottom: 50px;
  }

  .sch-title-fourth {
    line-height: 1.36;
  }
}

.sch-cursor--pointer {
  cursor: pointer;
}

.sch-header__img {
  min-width: 80px;
  height: 80px;
}

.sch-header__link {
  position: relative;
  margin-right: 48px;
  font-size: 14px;
  line-height: 1.36;
  color: #fff;
}

@media (min-width: 576) {
  .sch-header__link {
    margin-right: calc(8.8541666667vw - 3px);
  }
}

@media (min-width: 768px) {
  .sch-header__link {
    margin-right: calc(9.8214285714vw - 10.4285714286px);
  }
}

@media (min-width: 992px) {
  .sch-header__link {
    margin-right: 46px;
  }
}

@media (min-width: 576) {
  .sch-header__link {
    font-size: calc(1.0416666667vw + 8px);
  }
}

@media (min-width: 768px) {
  .sch-header__link {
    font-size: calc(4.0178571429vw - 14.8571428571px);
  }
}

@media (min-width: 992px) {
  .sch-header__img {
    min-width: 108px;
    height: 110px;
  }

  .sch-header__link {
    font-size: 25px;
  }
}

.sch-header__link:last-child {
  margin-right: 0;
}

.sch-navbar-nav {
  display: flex;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.sch-navbar-nav.open {
  display: block;
}

.sch-navbar-toggler {
  display: none;
  border: 0;
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
}

@media (max-width: 992px) {
  .sch-header__link {
    margin-right: 0;
    padding: 14px 0;
  }

  .sch-header__link--active:before {
    bottom: 0;
  }

  .sch-navbar-nav {
    display: none;
  }

  .sch-navbar-toggler {
    display: block;
  }
}

.sch-animated-icon3 {
  width: 40px;
  height: 34px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.sch-animated-icon3 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  background: linear-gradient(113deg, #ebeced 5%, #a8aaad 105%);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.sch-animated-icon3 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.sch-animated-icon3 span:nth-child(2) {
  top: 14px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.sch-animated-icon3 span:nth-child(3) {
  top: 28px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.sch-animated-icon3.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 8px;
}

.sch-animated-icon3.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.sch-animated-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 28px;
  left: 8px;
}

.sch-about-us__list-item {
  font-size: 18px;
  line-height: 2;
}

@media (min-width: 576) {
  .sch-about-us__list-item {
    font-size: calc(3.125vw + 0px);
  }
}

@media (min-width: 768px) {
  .sch-about-us__list-item {
    font-size: calc(2.6785714286vw + 3.4285714286px);
  }
}

@media (min-width: 992px) {
  .sch-about-us__list-item {
    font-size: 30px;
  }
}

.sch-about-us__team-card {
  max-width: 330px;
}

.sch-about-us__team-img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.sch-about-us__team-img-holder {
  max-height: 280px;
  height: 100%;
  min-width: 260px;
  text-align: center;
  border: 1px solid #bbbbbb;
}

.sch-about-us__team-name {
  font-size: 24px;
  font-weight: normal;
}

.sch-about-us__team-subheading {
  font-size: 16px;
  font-weight: bold;
}

.sch-about-us__team-description {
  font-size: 16px;
  font-weight: normal;
}

.sch-about-us__team-description ul {
  margin-left: 25px;
}

/* .sch-about-us__team-img-holder::before {
      content: ' ';
      position: absolute;
      top: 20%;
      left: 0;
      -webkit-transform: translateY(-20%);
      -moz-transform: translateY(-20%);
      -ms-transform: translateY(-20%);
      -o-transform: translateY(-20%);
      transform: translateY(-20%);
      will-change: trasnform;
      width: 100%;
      height: 100%;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='247.706' height='219.676' viewBox='0 0 247.706 219.676'%3E%3Cpath id='Path_448' data-name='Path 448' d='M466.31,220.87v5.285h31.116v29.2h5.284V220.87ZM255,255.358h5.285v-29.2h31.117V220.87H255ZM497.426,406.047v29.214H466.31v5.285h36.4v-34.5Zm-237.137,0H255v34.5h36.4v-5.285H260.289Z' transform='translate(-255.004 -220.87)' fill='%234598e6'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: center; } */
.sch-services__text {
  font-size: 18px;
  line-height: 1.3333333333;
}

@media (min-width: 576) {
  .sch-services__text {
    font-size: calc(3.125vw + 0px);
  }
}

@media (min-width: 768px) {
  .sch-services__text {
    font-size: calc(2.6785714286vw + 3.4285714286px);
  }
}

@media (min-width: 992px) {
  .sch-services__text {
    font-size: 30px;
  }
}

.sch-apt__input {
  width: 100%;
  padding: 14px 29px;
  font-size: 22px;
  line-height: 1.3428571429;
  color: #000;
  border-radius: 40px;
  border: 1px solid #BF1C1C;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (min-width: 576) {
  .sch-apt__input {
    font-size: calc(2.6041666667vw + 7px);
  }
}

@media (min-width: 768px) {
  .sch-apt__input {
    font-size: calc(3.5714285714vw - 0.4285714286px);
  }
}

@media (min-width: 992px) {
  .sch-apt__input {
    font-size: 35px;
  }
}

.sch-apt__input:focus {
  outline: none;
  border-color: #000;
}

.sch-apt__input::placeholder {
  color: #000;
}

.sch-apt__input--tel {
  position: relative;
}

.sch-apt__input--tel input {
  padding-left: 85px;
}

.sch-apt__input--tel::before {
  content: '+41';
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  padding: 21px 16px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50%;
  border: 1px solid #BF1C1C;
}

@media (min-width: 576) {
  .sch-apt__input--tel::before {
    font-size: calc(2.0833333333vw + 4px);
  }
}

@media (min-width: 768px) {
  .sch-apt__input--tel::before {
    font-size: calc(2.2321428571vw + 2.8571428571px);
  }
}

@media (min-width: 992px) {
  .sch-apt__input--tel::before {
    font-size: 25px;
  }
}

.sch-apt__input--textarea {
  height: 100%;
  resize: none;
}

.sch-apt__input--radio,
.sch-apt__input--radio-simple {
  display: none;
}

.sch-apt__input--radio:checked~.sch-apt__checkmark::after,
.sch-apt__input--radio-simple:checked~.sch-apt__checkmark::after {
  display: block;
}

.sch-apt__input--radio-container,
.sch-apt__input--radio-simple-container {
  position: relative;
  padding-left: 35px;
  font-size: 28px !important;
}

.sch-apt__input--label {
  font-size: 22px;
  line-height: 1.3428571429;
}

@media (min-width: 576) {
  .sch-apt__input--label {
    font-size: calc(2.6041666667vw + 7px);
  }
}

@media (min-width: 768px) {
  .sch-apt__input--label {
    font-size: calc(3.5714285714vw - 0.4285714286px);
  }
}

@media (min-width: 992px) {
  .sch-apt__input--label {
    font-size: 35px;
  }
}

.sch-apt-intro__text {
  font-size: 22px;
  line-height: 1.3428571429;
}

@media (min-width: 576) {
  .sch-apt-intro__text {
    font-size: calc(2.6041666667vw + 7px);
  }
}

@media (min-width: 768px) {
  .sch-apt-intro__text {
    font-size: calc(3.5714285714vw - 0.4285714286px);
  }
}

@media (min-width: 992px) {
  .sch-apt-intro__text {
    font-size: 35px;
  }
}

.sch-apt-intro__button {
  font-size: 22px;
  line-height: 1.3428571429;
  background-color: #BF1C1C;
  padding: 30px 20px;
  border-radius: 40px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (min-width: 576) {
  .sch-apt-intro__button {
    font-size: calc(2.6041666667vw + 7px);
  }
}

@media (min-width: 768px) {
  .sch-apt-intro__button {
    font-size: calc(3.5714285714vw - 0.4285714286px);
  }
}

@media (min-width: 992px) {
  .sch-apt-intro__button {
    font-size: 35px;
  }
}

.sch-apt-intro__button:hover {
  background-color: rgba(191, 28, 28, 0.7);
}

.sch-apt-intro__button--rounded-full {
  padding: 30px 60px;
  border-radius: 60px;
}

.sch-apt-intro__link {
  font-size: 16px;
  line-height: 0.7428571429;
  border-bottom: 1px solid #515151;
}

@media (min-width: 576) {
  .sch-apt-intro__link {
    font-size: calc(1.0416666667vw + 10px);
  }
}

@media (min-width: 768px) {
  .sch-apt-intro__link {
    font-size: calc(3.5714285714vw - 9.4285714286px);
  }
}

@media (min-width: 992px) {
  .sch-apt-intro__link {
    font-size: 26px;
  }
}

.sch-apt__checkmark {
  position: absolute;
  top: 8px;
  left: 0;
  height: 25px;
  width: 25px;
  border: 1px solid #BF1C1C;
}

.sch-apt__checkmark::after {
  content: "";
  position: absolute;
  display: none;
  top: 5px;
  left: 5px;
  width: 13px;
  height: 13px;
  background: #BF1C1C;
}

.sch-apt-calendar__title {
  font-size: 32px;
  letter-spacing: 10px;
}

.sch-apt-calendar__input {
  padding: 10px 25px;
  font-size: 16px;
  line-height: 1.2666666667;
  background-color: #ECF3FD;
  border-radius: 100px;
  border: none;
  outline: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  cursor: pointer;
}

@media (min-width: 576) {
  .sch-apt-calendar__input {
    font-size: calc(2.6041666667vw);
  }
}

@media (min-width: 768px) {
  .sch-apt-calendar__input {
    font-size: calc(2.2321428571vw);
  }
}

@media (min-width: 992px) {
  .sch-apt-calendar__input {
    font-size: 30px;
  }
}

.sch-apt-calendar__input--selected {
  background-color: #BF1C1C;
  color: #fff;
}

.sch-apt-calendar__table {
  border-collapse: separate;
  border-spacing: 10px;
  /* Apply cell spacing */
}

.sch-apt-file-area {
  position: relative;
  width: 100%;
  padding-top: 75px;
  padding-bottom: 75px;
  border: 1px solid #BF1C1C;
  border-radius: 40px;
  transition: all .3s ease-in-out;
}

.sch-apt-file__input {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.sch-services__list {
  margin-left: 28px;
}

.sch-break-word {
  word-break: break-word;
}

.sch-modal {
  position: fixed;
  /* Stay in place */
  padding: 40px 20px;
  z-index: 20;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(191, 28, 28);
  background-color: rgba(191, 28, 28, 0.7);
  /* Black w/ opacity */
}

.sch-modal__dialog {
  display: block;
  position: relative;
  max-width: 650px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 40px;
  padding: 50px 40px;
}

.sch-modal__close {
  position: absolute;
  right: 25px;
  top: 25px;
  cursor: pointer;
}

.sch-modal__content {
  margin-top: 10px;
}

.sch-select-none {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}

.sch-header {
  top: 0;
  z-index: 10;
}

.sch-sticky {
  position: sticky;
  transition: all ease-in-out 0.1s;
}

.sch-about-us__btn-next::after {
  display: none;
}

.sch-about-us__btn-prev::after {
  display: none;
}

@media (max-width: 640px) {
  .sch-about-us__btn-next::after {
    content: ' ' !important;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='57' height='65' viewBox='0 0 57 65'%3E%3Cpath id='Polygon_3' data-name='Polygon 3' d='M32.5,0,65,57H0Z' transform='translate(57) rotate(90)' fill='%23bf1c1c'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .sch-about-us__btn-prev::after {
    content: ' ' !important;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='57' height='65' viewBox='0 0 57 65'%3E%3Cpath id='Polygon_4' data-name='Polygon 4' d='M32.5,0,65,57H0Z' transform='translate(0 65) rotate(-90)' fill='%23bf1c1c'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

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