@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Onest:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent !important;
}

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
  cursor: pointer;
}

img {
  max-width: 100%;
}

span, label {
  display: inline-block;
}

html {
  scroll-behavior: smooth;
}

input, textarea {
  outline: none;
  border: 0;
  background: transparent;
  font-weight: 400;
}

button, select {
  border: none;
  cursor: pointer;
  background: transparent;
  outline: 0;
  font-weight: 400;
}

address {
  font-style: normal;
}

.wrapper {
  width: 100%;
  overflow: hidden;
  min-height: 100svh;
}

ul, ol, dl {
  list-style: none;
  padding: 0;
  margin: 0;
}

p, h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
  font-weight: 400;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}

body {
  background: #fff;
  color: #000;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

button, input, textarea, li, div {
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

html {
  font-size: 1px;
}
@media (max-width: 1850px) {
  html {
    font-size: 0.95px;
  }
}
@media (max-width: 1780px) {
  html {
    font-size: 0.9px;
  }
}
@media (max-width: 1680px) {
  html {
    font-size: 0.85px;
  }
}
@media (max-width: 1580px) {
  html {
    font-size: 0.8px;
  }
}
@media (max-width: 1480px) {
  html {
    font-size: 0.75px;
  }
}
@media (max-width: 1380px) {
  html {
    font-size: 0.7px;
  }
}
@media (max-width: 1330px) {
  html {
    font-size: 0.65px;
  }
}
@media (max-width: 1240px) {
  html {
    font-size: 0.6px;
  }
}
@media (max-width: 1140px) {
  html {
    font-size: 0.55px;
  }
}
@media (max-width: 1030px) {
  html {
    font-size: 0.5px;
  }
}
@media (max-width: 930px) {
  html {
    font-size: 0.45px;
  }
}
@media (max-width: 850px) {
  html {
    font-size: 1px;
  }
}

.container {
  max-width: 1680rem;
  width: calc(100% - 40rem);
  margin: 0 auto;
}

.form-inp {
  position: relative;
  z-index: 1;
  width: 100%;
}
.form-inp input {
  padding: 0 18rem;
  background: rgba(24, 23, 28, 0.64);
  border-radius: 100rem;
  font-family: "Onest", sans-serif;
  font-weight: 200;
  font-size: 20rem;
  color: #fff;
  height: 60rem;
  width: 100%;
}
.form-inp input::-moz-placeholder {
  color: #fff;
}
.form-inp input::placeholder {
  color: #fff;
}
.form-checkbox {
  max-width: 724rem;
  display: flex;
  align-items: center;
  gap: 10rem;
}
@media screen and (max-width: 850px) {
  .form-checkbox {
    align-items: flex-start;
  }
}
.form-checkbox__icon {
  width: 28rem;
  height: 28rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  border-radius: 6rem;
  border: 0.35rem solid rgba(0, 0, 0, 0.5);
  flex-shrink: 0;
}
.form-checkbox__icon input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}
.form-checkbox__icon svg {
  width: 24rem;
  display: none;
}
.form-checkbox__icon input:checked ~ svg {
  display: block;
}
.form-checkbox__text {
  font-weight: 300;
  font-size: 16rem;
  color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 850px) {
  .form-checkbox__text {
    font-size: 12rem;
  }
}
.form-checkbox__text a {
  font-weight: 700;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  display: inline;
}

.btn-main {
  background: #ff7133;
  height: 60rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100rem;
  font-family: "Onest", sans-serif;
  font-weight: 700;
  font-size: 22rem;
  line-height: 91%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  padding: 0 43rem;
}
@media screen and (max-width: 850px) {
  .btn-main {
    font-size: 18rem;
    padding: 0 24rem;
  }
}

.sec-subtitle {
  font-style: italic;
  font-weight: 300;
  font-size: 20rem;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #acacac;
}
@media screen and (max-width: 850px) {
  .sec-subtitle {
    font-size: 14rem;
  }
}
.sec-title {
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 67rem;
  line-height: 113%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #18171c;
}
@media screen and (max-width: 850px) {
  .sec-title {
    font-size: 28rem;
  }
}
.sec-title span {
  color: #ff7133;
  display: inline;
}

.header {
  padding: 62rem 0 37rem;
}
@media screen and (max-width: 850px) {
  .header {
    display: none;
  }
}
.header.header-policy {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.header-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-navs {
  display: flex;
  align-items: flex-start;
  gap: 62rem;
}
.header-navs a {
  font-size: 16rem;
  line-height: 100%;
  color: #111;
}
.header-navs a.active {
  padding: 0 28rem 14rem;
  border-bottom: 1rem solid #FF7133;
}

.home-container {
  border-radius: 51rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 51rem 49rem 14rem;
  max-width: 1815rem;
  width: 100%;
}
@media screen and (max-width: 850px) {
  .home-container {
    padding: 50rem 20rem 0;
    border-radius: 32rem;
  }
}
.home-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.home h1 {
  font-family: "Onest", sans-serif;
  font-weight: 600;
  font-size: 74rem;
  line-height: 93%;
  letter-spacing: -0.03em;
  color: #000;
  max-width: 898rem;
  margin-bottom: 24rem;
}
@media screen and (max-width: 850px) {
  .home h1 {
    font-size: 36rem;
  }
}
.home h1 span {
  display: inline;
  color: #ff7133;
}
.home .description {
  font-weight: 300;
  font-size: 28rem;
  letter-spacing: -0.02em;
  color: #838383;
  max-width: 741rem;
  margin-bottom: 50rem;
}
@media screen and (max-width: 850px) {
  .home .description {
    font-size: 22rem;
    margin-bottom: 12rem;
  }
}
.home-card {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 907rem;
}
@media screen and (max-width: 850px) {
  .home-card {
    width: calc(100% + 40rem);
    min-width: calc(100% + 40rem);
    position: static;
    height: 350rem;
    -o-object-fit: contain;
       object-fit: contain;
    margin-left: -20rem;
  }
}
.home-form {
  background: #fff;
  border-radius: 65rem;
  position: relative;
  z-index: 1;
  max-width: 1139rem;
  width: 100%;
  padding: 49rem 67rem 21rem 56rem;
}
@media screen and (max-width: 850px) {
  .home-form {
    padding: 28rem 20rem;
    width: calc(100% + 40rem);
    margin-left: -20rem;
    border-radius: 0 0 32rem 32rem;
  }
}
.home-form::before {
  border-radius: 64px;
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  border: 1rem solid transparent;
  background: linear-gradient(-11deg, rgba(119, 119, 119, 0.2), #fff) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
@media screen and (max-width: 850px) {
  .home-form::before {
    border-radius: 31rem;
  }
}
.home-form h3 {
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 48rem;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 20rem;
  max-width: 612rem;
}
@media screen and (max-width: 850px) {
  .home-form h3 {
    font-size: 28rem;
    margin-bottom: 12rem;
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
}
.home-form p {
  font-weight: 300;
  font-size: 28rem;
  letter-spacing: -0.06em;
  color: #595959;
  margin-bottom: 42rem;
}
@media screen and (max-width: 850px) {
  .home-form p {
    font-size: 18rem;
    margin-bottom: 40rem;
    text-align: center;
  }
}
.home-form .form-group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28rem;
  margin-bottom: 26rem;
}
@media screen and (max-width: 850px) {
  .home-form .form-group {
    grid-template-columns: repeat(1, 1fr);
    gap: 11rem;
  }
}

.about {
  padding-top: 85rem;
}
@media screen and (max-width: 850px) {
  .about {
    padding-top: 60rem;
  }
}
.about-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about .sec-subtitle {
  margin-bottom: 16rem;
}
@media screen and (max-width: 850px) {
  .about .sec-subtitle {
    margin-bottom: 12rem;
  }
}
.about .sec-title {
  margin-bottom: 52rem;
}
@media screen and (max-width: 850px) {
  .about .sec-title {
    margin-bottom: 24rem;
  }
}
.about-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48rem;
  margin-bottom: 52rem;
  width: 100%;
}
@media screen and (max-width: 850px) {
  .about-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24rem;
  }
}
@media screen and (max-width: 700px) {
  .about-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
}
.about-card {
  border: 1rem solid rgba(17, 17, 17, 0.41);
  border-radius: 35rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 18rem;
}
.about-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24rem;
  margin-bottom: 4rem;
}
.about-card__head h3 {
  font-weight: 400;
  font-size: 32rem;
  letter-spacing: -0.06em;
  color: #000;
  min-height: 94.2rem;
}
.about-card__head img {
  flex-shrink: 0;
  width: 58rem;
}
.about-card__head-wrap {
  padding: 24rem 22rem 18rem 26rem;
  width: 100%;
}
.about-card p {
  font-weight: 400;
  font-size: 18rem;
  letter-spacing: -0.02em;
  color: #18171c;
  min-height: 79.7rem;
}
.about-card .main-img {
  width: calc(100% - 17rem);
  border: 1rem solid rgba(17, 17, 17, 0.41);
  border-radius: 29rem;
  -o-object-fit: cover;
     object-fit: cover;
  height: 202.89rem;
}
.about .btn-main {
  height: 72rem;
}
@media screen and (max-width: 850px) {
  .about .btn-main {
    height: 60rem;
  }
}
@media screen and (max-width: 450px) {
  .about .btn-main {
    width: 100%;
  }
}

.investment {
  padding-top: 85rem;
}
@media screen and (max-width: 850px) {
  .investment {
    padding-top: 60rem;
  }
}
.investment-container {
  display: flex;
  align-items: center;
  gap: 123rem;
}
@media screen and (max-width: 850px) {
  .investment-container {
    flex-direction: column;
    gap: 24rem;
  }
}
.investment-text {
  width: 100%;
}
.investment-text .sec-subtitle {
  font-size: 18rem;
  margin-bottom: 12rem;
}
@media screen and (max-width: 850px) {
  .investment-text .sec-subtitle {
    font-size: 14rem;
  }
}
.investment-text .sec-title {
  font-size: 46rem;
  font-weight: 500;
  margin-bottom: 42rem;
}
@media screen and (max-width: 850px) {
  .investment-text .sec-title {
    font-size: 28rem;
    margin-bottom: 24rem;
  }
}
.investment-text ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 29rem;
}
@media screen and (max-width: 850px) {
  .investment-text ul {
    gap: 14rem;
  }
}
.investment-text li {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  color: #585858;
}
@media screen and (max-width: 850px) {
  .investment-text li {
    font-size: 16rem;
  }
}
.investment-content {
  width: 908rem;
  flex-shrink: 0;
  background: #FF7133;
  padding: 13rem 15rem 12rem 12rem;
  border-radius: 39rem;
  display: flex;
  align-items: center;
  gap: 28rem;
}
@media screen and (max-width: 850px) {
  .investment-content {
    flex-direction: column;
    width: 100%;
    width: calc(100% + 40rem);
    padding: 18rem 20rem;
  }
}
.investment-content .main-img {
  width: 371rem;
  height: 273rem;
  border-radius: 33rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 850px) {
  .investment-content .main-img {
    width: 100%;
  }
}
.investment-content p {
  font-family: "Gilroy", sans-serif;
  font-weight: 300;
  font-size: 18rem;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 16rem;
}
.investment-content h3 {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 26rem;
  line-height: 108%;
  color: #fff;
  margin-bottom: 24rem;
}
.investment-content a {
  display: inline-flex;
  align-items: center;
  gap: 44.32rem;
  position: relative;
  z-index: 1;
  padding: 2.82rem 2.82rem 2.82rem 28rem;
  font-weight: 500;
  font-size: 18rem;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #ff7133;
}
.investment-content a img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.investment-content a .icon {
  width: 55.5rem;
  height: 55.5rem;
  border-radius: 50%;
  flex-shrink: 0;
  background: #FF7133;
  display: flex;
  align-items: center;
  justify-content: center;
}

.advantage {
  padding-top: 80rem;
}
@media screen and (max-width: 850px) {
  .advantage {
    padding: 60rem 0 40rem;
  }
}
.advantage-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 128rem;
}
.advantage-content {
  width: 646rem;
  height: 536rem;
  flex-shrink: 0;
  display: flex;
  overflow: hidden;
}
@media screen and (max-width: 850px) {
  .advantage-content {
    display: none;
  }
}
.advantage-content .card-1 {
  transform: translateY(89rem);
  width: 337rem;
  position: relative;
}
.advantage-content .card-1 button {
  width: 103.34rem;
  height: 103.34rem;
  border-radius: 50%;
  position: absolute;
  top: 290rem;
  left: 50%;
  transform: translateX(-50%);
}
.advantage-content .card-2 {
  margin-left: -76rem;
  width: 379rem;
  position: relative;
  z-index: 2;
}
.advantage-content .card-2 button {
  width: 117.17rem;
  height: 117.17rem;
  border-radius: 50%;
  position: absolute;
  top: 329rem;
  left: 50%;
  transform: translateX(-50%);
}
.advantage-content .card-2 button img {
  width: 100%;
}
.advantage-text {
  width: 100%;
  padding-top: 30rem;
}
.advantage-text h2 {
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 46rem;
  text-transform: uppercase;
  color: #18171c;
  margin-bottom: 52rem;
}
@media screen and (max-width: 850px) {
  .advantage-text h2 {
    font-size: 26rem;
    margin-bottom: 24rem;
  }
}
.advantage-text ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48rem 36rem;
}
@media screen and (max-width: 850px) {
  .advantage-text ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 24rem;
  }
}
.advantage-text li {
  display: flex;
  align-items: center;
  gap: 20rem;
}
@media screen and (max-width: 850px) {
  .advantage-text li {
    gap: 16rem;
  }
}
.advantage-text img {
  width: 50rem;
  flex-shrink: 0;
}
@media screen and (max-width: 850px) {
  .advantage-text img {
    width: 40rem;
  }
}
.advantage-text p {
  font-weight: 400;
  font-size: 24rem;
  color: #585858;
}
@media screen and (max-width: 850px) {
  .advantage-text p {
    font-size: 18rem;
  }
}

.programm {
  padding: 60rem 0 40rem;
  background: #fafafa;
  position: relative;
  z-index: 1;
}
.programm h2 {
  font-weight: 400;
  font-size: 67rem;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  margin-bottom: 70rem;
}
@media screen and (max-width: 850px) {
  .programm h2 {
    font-size: 26rem;
    margin-bottom: 46rem;
  }
}
.programm-list {
  max-width: 1438rem;
  margin: 0 auto;
}
@media screen and (max-width: 850px) {
  .programm-list {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 28rem;
  }
}
.programm-list__item {
  border: 1rem solid rgba(0, 0, 0, 0.26);
  border-radius: 32rem;
  width: 641rem;
  padding: 22rem 16rem 31rem;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 850px) {
  .programm-list__item {
    width: calc(100% - 32rem);
    border-radius: 28rem;
    padding: 12rem 6rem 8rem 14rem;
  }
}
.programm-list__item::before {
  content: "";
  position: absolute;
  right: -73rem;
  top: 0;
  width: 5rem;
  height: calc(100% + 10rem);
  background: #FF7133;
}
@media screen and (max-width: 850px) {
  .programm-list__item::before {
    right: auto;
    left: -27rem;
    transform: translateX(-100%);
    height: calc(100% + 34rem);
  }
}
@media screen and (min-width: 850px) {
  .programm-list__item:nth-child(2n-1) {
    margin: 0 0 0 auto;
  }
  .programm-list__item:nth-child(2n-1)::before {
    left: -84rem;
    transform: translateX(-100%);
  }
  .programm-list__item:nth-child(2n-1) .number {
    right: auto;
    left: -55rem;
    transform: translateX(-100%);
  }
}
.programm-list__item:last-child::before {
  display: none;
}
.programm-list__item .number {
  width: 60rem;
  height: 60rem;
  border-radius: 50%;
  background: #FF7133;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 44rem;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  top: 0;
  right: -43rem;
  transform: translateX(100%);
}
@media screen and (max-width: 850px) {
  .programm-list__item .number {
    width: 36rem;
    height: 36rem;
    right: auto;
    left: -12rem;
    transform: translateX(-100%);
    font-size: 26rem;
  }
}
.programm-list__item h3 {
  font-weight: 700;
  font-size: 24rem;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 16rem;
}
@media screen and (max-width: 850px) {
  .programm-list__item h3 {
    font-size: 18rem;
    font-weight: 400;
    margin-bottom: 8rem;
  }
}
.programm-list__item h3 span {
  color: #FF7133;
  display: block;
}
.programm-list__item li {
  font-weight: 400;
  font-size: 20rem;
  line-height: 190%;
  color: rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 850px) {
  .programm-list__item li {
    font-size: 14rem;
  }
}

.lectures {
  padding-top: 100rem;
}
@media screen and (max-width: 850px) {
  .lectures {
    padding-top: 60rem;
  }
}
.lectures h2 {
  text-align: center;
  margin-bottom: 32rem;
}
@media screen and (max-width: 850px) {
  .lectures h2 {
    margin-bottom: 12rem;
  }
}
.lectures .description {
  font-weight: 400;
  font-size: 28rem;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  text-align: center;
  color: #acacac;
  max-width: 1100rem;
  margin: 0 auto 72rem;
}
@media screen and (max-width: 850px) {
  .lectures .description {
    font-size: 16rem;
    margin-bottom: 24rem;
  }
}
.lectures-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40rem;
}
@media screen and (max-width: 850px) {
  .lectures-list {
    gap: 24rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .lectures-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.lectures-card {
  overflow: hidden;
  border: 1rem solid #235045;
  border-radius: 30rem;
}
.lectures-card__head {
  height: 309rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.lectures-card__head .main-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.5;
}
.lectures-card__head::after {
  content: "";
  background: #000;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.lectures-card__head .play-btn {
  width: 100rem;
  height: 100rem;
  border-radius: 100rem;
}
@media screen and (max-width: 850px) {
  .lectures-card__head .play-btn {
    width: 80rem;
    height: 80rem;
  }
}
.lectures-card__head .play-btn img {
  width: 100%;
}
.lectures-card__body {
  padding: 16rem 20rem 27rem;
}
.lectures-card__body h3 {
  font-weight: 700;
  font-size: 32rem;
  text-transform: uppercase;
  color: #FF7133;
  margin-bottom: 22rem;
  max-width: 439rem;
}
@media screen and (max-width: 850px) {
  .lectures-card__body h3 {
    font-size: 20rem;
    margin-bottom: 8rem;
  }
}
.lectures-card__body p {
  font-weight: 300;
  font-size: 24rem;
  line-height: 125%;
  color: #111;
  margin-bottom: 32rem;
}
@media screen and (max-width: 850px) {
  .lectures-card__body p {
    font-size: 18rem;
    margin-bottom: 12rem;
  }
}
.lectures-card__body .btn-main {
  display: flex;
  width: 320rem;
  height: 60rem;
  margin: 0 auto;
}
@media screen and (max-width: 850px) {
  .lectures-card__body .btn-main {
    width: 100%;
  }
}

.author {
  padding: 140rem 0 114rem;
}
@media screen and (max-width: 850px) {
  .author {
    padding: 60rem 0;
  }
}
.author-container {
  position: relative;
  z-index: 1;
}
.author-text {
  max-width: 804rem;
  width: 100%;
}
@media screen and (max-width: 850px) {
  .author-text {
    max-width: 100%;
  }
}
.author .sec-title {
  margin: 16rem 0 60rem;
}
@media screen and (max-width: 850px) {
  .author .sec-title {
    margin: 12rem 0 24rem;
  }
}
.author .description {
  font-weight: 200;
  font-size: 36rem;
  letter-spacing: -0.06em;
  color: #111;
  margin-bottom: 40rem;
}
@media screen and (max-width: 850px) {
  .author .description {
    font-size: 20rem;
    margin-bottom: 24rem;
  }
}
.author .description b {
  font-weight: 500;
}
.author h3 {
  font-weight: 500;
  font-size: 36rem;
  letter-spacing: -0.06em;
  color: #111;
  margin-bottom: 24rem;
}
@media screen and (max-width: 850px) {
  .author h3 {
    font-size: 24rem;
  }
}
.author ul {
  display: flex;
  flex-direction: column;
  gap: 24rem;
  margin-bottom: 60rem;
}
@media screen and (max-width: 850px) {
  .author ul {
    margin-bottom: 24rem;
  }
}
.author li {
  display: flex;
  flex-direction: column;
  gap: 18rem;
}
.author h4 {
  font-weight: 400;
  font-size: 24rem;
  letter-spacing: -0.06em;
  color: #111;
}
@media screen and (max-width: 850px) {
  .author h4 {
    font-size: 18rem;
  }
}
.author p {
  font-weight: 200;
  font-size: 24rem;
  letter-spacing: -0.06em;
  color: #111;
}
@media screen and (max-width: 850px) {
  .author p {
    font-size: 18rem;
  }
}
.author .btn-main {
  height: 72rem;
  padding: 0 24rem;
}
@media screen and (max-width: 850px) {
  .author .btn-main {
    height: 60rem;
  }
}
@media screen and (max-width: 450px) {
  .author .btn-main {
    width: 100%;
  }
}
.author .card-1 {
  position: absolute;
  bottom: 275.22rem;
  right: 295.69rem;
  width: 507rem;
  height: 603rem;
  padding: 21rem 20rem;
  border: 1.65rem solid #FF7133;
  border-radius: 43.37rem;
  background: #fff;
}
@media screen and (max-width: 850px) {
  .author .card-1 {
    display: none;
  }
}
.author .card-1 img {
  border: 1.65rem solid #FF7133;
  border-radius: 43.36rem;
}
.author .card-2 {
  position: absolute;
  bottom: 53rem;
  right: -85rem;
  width: 515rem;
  height: 610rem;
  padding: 22rem 20rem;
}
@media screen and (max-width: 850px) {
  .author .card-2 {
    display: none;
  }
}
.author .card-2 img {
  border: 1.65rem solid #FF7133;
  border-radius: 43.36rem;
}
.author .card-icon {
  position: absolute;
  bottom: 53rem;
  right: -85rem;
  width: 515rem;
  height: 610rem;
  padding: 22rem 20rem;
  z-index: -1;
  border: 1.65rem solid #FF7133;
  border-radius: 43.37rem;
}
@media screen and (max-width: 850px) {
  .author .card-icon {
    display: none;
  }
}

.footer {
  background: #FF7133;
  padding: 40rem 0;
  position: relative;
}
.footer::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 3rem;
  width: 100%;
  background: linear-gradient(to right, #F5F5F5, #8F8F8F);
}
.footer-logo {
  width: 339.25rem;
  text-align: right;
}
@media screen and (max-width: 850px) {
  .footer-logo {
    max-width: 350rem;
    width: 100%;
  }
}
.footer-logo img {
  width: 284rem;
}
.footer-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 850px) {
  .footer-head {
    flex-direction: column;
    align-items: center;
    gap: 32rem;
  }
}
.footer-head__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32rem;
}
@media screen and (max-width: 850px) {
  .footer-head__item {
    align-items: center;
  }
}
.footer-head__item:nth-child(3) {
  width: 448rem;
}
@media screen and (max-width: 850px) {
  .footer-head__item:nth-child(3) {
    width: auto;
  }
}
.footer-head__item h3 {
  font-weight: 700;
  font-size: 22rem;
  line-height: 100%;
  color: #fff;
}
@media screen and (max-width: 850px) {
  .footer-head__item h3 {
    text-align: center;
  }
}
.footer-head__item ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32rem;
}
@media screen and (max-width: 850px) {
  .footer-head__item ul {
    align-items: center;
    text-align: center;
  }
}
.footer-head__item a {
  font-size: 16rem;
  line-height: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 12rem;
  text-transform: uppercase;
}
.footer-head__item a img {
  width: 24rem;
}
@media screen and (max-width: 850px) {
  .footer-head__item a span {
    max-width: 260rem;
  }
}
.footer-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32rem;
  margin-top: 32rem;
}
@media screen and (max-width: 850px) {
  .footer-bottom {
    margin-top: 32rem;
  }
}
.footer-bottom .text {
  font-weight: 300;
  font-size: 20rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}
.footer-bottom p {
  font-weight: 400;
  font-size: 22rem;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 850px) {
  .footer-bottom p {
    display: none;
  }
}

.policy {
  padding: 171rem 0 203rem;
  position: relative;
}
@media screen and (max-width: 850px) {
  .policy {
    padding: 80rem 0;
  }
}
.policy-title {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 60rem;
  text-transform: uppercase;
  text-align: center;
  color: #FF7133;
}
@media screen and (max-width: 850px) {
  .policy-title {
    text-align: left;
    font-size: 24rem;
  }
}
.policy-head {
  margin-bottom: 48rem;
  display: flex;
  flex-direction: column;
  gap: 16rem;
  margin-bottom: 48rem;
}
.policy-head p {
  font-weight: 400;
  font-size: 26rem;
  color: #fff;
  max-width: 875rem;
  width: 100%;
}
@media screen and (max-width: 850px) {
  .policy-head p {
    font-size: 18rem;
  }
}
.policy-content {
  display: flex;
  flex-direction: column;
  gap: 32rem;
  max-width: 1044rem;
  margin: 0 auto;
}
.policy-content__item h3 {
  display: flex;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 32rem;
  color: rgba(17, 17, 17, 0.8);
  gap: 24rem;
  margin-bottom: 16rem;
}
@media screen and (max-width: 850px) {
  .policy-content__item h3 {
    font-size: 20rem;
    gap: 16rem;
  }
}
.policy-content__item h3 .number {
  border-radius: 131rem;
  width: 42rem;
  height: 42rem;
  background: #FF7133;
  font-weight: 700;
  font-size: 28rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media screen and (max-width: 850px) {
  .policy-content__item h3 .number {
    width: 36rem;
    height: 36rem;
    font-size: 22rem;
  }
}
.policy-content__item .text {
  display: flex;
  flex-direction: column;
  gap: 20rem;
}
.policy-content__item p, .policy-content__item li {
  font-family: "Gilroy", sans-serif;
  font-weight: 300;
  font-size: 22rem;
  color: rgba(17, 17, 17, 0.8);
}
@media screen and (max-width: 850px) {
  .policy-content__item p, .policy-content__item li {
    font-size: 16rem;
  }
}/*# sourceMappingURL=style.css.map */