.support-block {
  width: 144rem;
  margin: 0 auto;
  font-family: "Aeonik", sans-serif;
  font-style: normal;
  color: #00343a;
  position: relative;
}
@media screen and (max-width: 880px) {
  .support-block {
    width: 39rem;
    margin: 1rem auto 0;
  }
}
.support-block .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  overflow: hidden;
}
.support-block .background.desktop {
  display: block;
}
@media screen and (max-width: 880px) {
  .support-block .background.desktop {
    display: none;
  }
}
.support-block .background.mobile {
  display: none;
}
@media screen and (max-width: 880px) {
  .support-block .background.mobile {
    display: block;
    border-radius: 1rem;
  }
}
.support-block .content-block {
  border-radius: 1rem;
  padding: 15.2rem 5.4rem 15.3rem 27.4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}
.support-block .content-block::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 111rem;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
@media screen and (max-width: 880px) {
  .support-block .content-block {
    padding: 3.2rem 3rem 4.8rem;
    flex-direction: column;
    gap: 3.4rem;
  }
  .support-block .content-block:before {
    display: none;
  }
}
.support-block .content-block .left {
  position: relative;
}
.support-block .content-block .left .subheader {
  font-family: "Aeonik", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 3rem;
  line-height: 3rem;
  color: #ffffff;
  transform: translate(0, 1rem);
  margin: 0 5rem 0 auto;
  width: fit-content;
}
@media (max-width: 1440px) {
  .support-block .content-block .left .subheader {
    font-size: 2rem;
    margin: 0 11rem 0 auto;
  }
}
.support-block .content-block .left h2 {
  width: 44.2rem;
  font-family: "Aeonik", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 8rem;
  line-height: 8.5rem;
  color: #ffffff;
}
@media (max-width: 1440px) {
  .support-block .content-block .left h2 {
    font-size: 5rem;
    line-height: 5.5rem;
    width: 100%;
  }
}
.support-block .content-block .right {
  background: #00343a;
  border-radius: 0.6rem;
  margin-left: 6.4rem;
  padding: 6.9rem 5.3rem 6.9rem 6.4rem;
  position: relative;
}
@media screen and (max-width: 880px) {
  .support-block .content-block .right {
    margin: 0;
    padding: 3.7rem 2rem 5.3rem 3rem;
  }
}
.support-block .content-block .right h3 {
  font-family: "Aeonik", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 2.9rem;
  color: #cdde5e;
}
@media screen and (max-width: 880px) {
  .support-block .content-block .right h3 {
    font-size: 2.2rem;
    line-height: 2.64rem;
  }
}
.support-block .content-block .right .content + .content {
  margin-top: 2.8rem;
}
@media screen and (max-width: 880px) {
  .support-block .content-block .right .content + .content {
    margin-top: 3rem;
  }
}
.support-block .content-block .right ul {
  margin-top: 1.3rem;
  list-style-type: none;
  padding: 0;
}
@media screen and (max-width: 880px) {
  .support-block .content-block .right ul {
    margin-top: 1.6rem;
  }
}
.support-block .content-block .right ul li {
  padding-left: 1.7rem;
  position: relative;
  font-family: "Aeonik", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: #ffffff;
}
.support-block .content-block .right ul li::before {
  content: "";
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
}
.support-block .content-block .right ul li + li {
  margin-top: 0.7rem;
}
@media screen and (max-width: 880px) {
  .support-block .content-block .right ul li {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  .support-block .content-block .right ul li + li {
    margin-top: 1rem;
  }
}
/*# sourceMappingURL=index.css.map */