@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes upAndBack {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
  51% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes upAndBack {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
  51% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.container {
  max-width: 1246px;
  padding: 0 1.5rem;
  margin: 0 auto;
}
@media (max-width: 1050px) {
  .container {
    padding: 0px 2.4rem;
  }
}

.s-hero__desktop {
  overflow: hidden;
  display: block;
}
.s-hero__desktop > img {
  height: 100% !important;
  width: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}
.s-hero__desktop picture img {
  height: 100% !important;
  width: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.s-hero__hat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
  font-weight: 600;
  color: #ea3031;
  text-transform: uppercase;
  letter-spacing: 0.28px;
}
.s-hero__hat img {
  width: 2rem;
  height: 2rem;
}
@media (max-width: 600px) {
  .s-hero__hat {
    font-size: 1.2rem;
  }
}

html {
  overflow: initial;
}
@media (max-width: 1000px) {
  html {
    overflow-x: hidden;
  }
}

.s-hero {
  min-height: 47.9rem;
  padding-bottom: 6.7rem;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.s-hero::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  display: none;
}
.s-hero .container {
  width: 100%;
  z-index: 2;
}
.s-hero__hat {
  color: #ffffff;
}
.s-hero__title {
  margin-top: 1.2rem;
  max-width: 70.7rem;
  font-size: 6.4rem;
  font-weight: 600;
  font-family: "Noto Sans", Arial, sans-serif;
  line-height: 120%;
  font-weight: 500;
  color: #ffffff;
}
.s-hero__desktop {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.s-hero__desktop img {
  -o-object-position: top;
  object-position: top;
}
@media (max-width: 1000px) {
  .s-hero__desktop img {
    -o-object-position: right;
    object-position: right;
  }
}
@media (max-width: 600px) {
  .s-hero {
    padding-bottom: 3rem;
  }
  .s-hero::before {
    display: block;
  }
  .s-hero__title {
    font-size: 3.2rem;
    font-family: "Noto Sans", Arial, sans-serif;
    line-height: 120%;
    font-weight: 500;
    max-width: 35rem;
  }
}

.s-content {
  padding: 8rem 0;
}
.s-content .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 3rem;
}
.s-content__nav {
  position: sticky;
  top: 12rem;
}
.s-content__nav__title {
  margin-bottom: 3.2rem;
  color: #859bab;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
  font-weight: 700;
  text-transform: uppercase;
}
.s-content__nav__list li {
  color: #668091;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.2rem;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.s-content__nav__list li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 1px;
  background-color: #668091;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.s-content__nav__list li:not(:last-child) {
  margin-bottom: 1.6rem;
}
.s-content__nav__list li.active, .s-content__nav__list li:hover {
  color: #ea3031;
}
.s-content__nav__list li.active::before, .s-content__nav__list li:hover::before {
  background-color: #ea3031;
}
.s-content__main {
  max-width: 91.2rem;
}
.s-content__main h2,
.s-content__main h4,
.s-content__main h5 {
  color: #22292f;
}
.s-content__main h2 {
  margin-bottom: 2.4rem;
  font-size: 3.2rem;
  font-family: "Noto Sans", Arial, sans-serif;
  line-height: 120%;
  font-weight: 500;
}
.s-content__main h3 {
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
  font-weight: 700;
  color: #394753;
}
.s-content__main em {
  margin-bottom: 1.6rem;
  color: #516778;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
  font-weight: 500;
  display: block;
}
.s-content__main strong {
  font: inherit;
  color: inherit;
  font-weight: 600;
}
.s-content__main span,
.s-content__main em {
  font: inherit;
  color: inherit;
}
.s-content__main p {
  margin-bottom: 3rem;
  color: #394753;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
}
.s-content__main hr {
  margin: 1rem 0 3rem;
  border-color: #e7e7ea;
}
.s-content__main ul,
.s-content__main ol {
  margin-bottom: 3rem;
  padding-left: 2.2rem;
}
.s-content__main ul li,
.s-content__main ol li {
  color: #394753;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
}
.s-content__main ul li:not(:last-child),
.s-content__main ol li:not(:last-child) {
  margin-bottom: 1.2rem;
}
.s-content__main ul li {
  position: relative;
}
.s-content__main ul li::before {
  content: "";
  position: absolute;
  width: 1.6rem;
  height: 1.7rem;
  left: -2.4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17' fill='none'><path fill-rule='evenodd' clip-rule='evenodd' d='M8 14.5V14.5C4.686 14.5 2 11.814 2 8.5V8.5C2 5.186 4.686 2.5 8 2.5V2.5C11.314 2.5 14 5.186 14 8.5V8.5C14 11.814 11.314 14.5 8 14.5Z' fill='%23EA3031' stroke='%23EA3031' stroke-linecap='round' stroke-linejoin='round'/><path d='M10.6663 7.16663L7.33301 10.5L5.33301 8.49996' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
}
.s-content__main ol li {
  list-style: decimal;
}
@media (max-width: 1000px) {
  .s-content__nav {
    display: none;
  }
  .s-content__main {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .s-content {
    padding: 6rem 0;
  }
  .s-content__main h2 {
    font-size: 2.8rem;
  }
  .s-content__main p {
    margin-bottom: 2rem;
    font-size: 1.6rem;
    font-weight: 400;
    font-family: "Inter", Arial, sans-serif;
    line-height: 150%;
  }
  .s-content__main hr {
    margin: 1rem 0 2rem;
  }
  .s-content__main ul,
  .s-content__main ol {
    padding-left: 2rem;
  }
  .s-content__main ul li,
  .s-content__main ol li {
    font-size: 1.6rem;
    font-weight: 400;
    font-family: "Inter", Arial, sans-serif;
    line-height: 150%;
  }
}