.home-page {
  max-width: 100%;
  overflow: hidden;
}
.home-page h2 {
  font-weight: 600;
  font-size: 4rem;
  line-height: 125%;
  letter-spacing: -0.02em;
}
@media (max-width: 768px) {
  .home-page h2 {
    font-weight: 600;
    font-size: 3rem;
    line-height: 130%;
    letter-spacing: -0.01em;
  }
}
.home-page .subtitle-wrapper p {
  font-family: 'Pacifico', sans-serif;
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #000000;
}
@media (max-width: 768px) {
  .home-page .subtitle-wrapper p {
    font-size: 2.8rem;
  }
}
.home-page .main-header {
  padding: 11.95rem 0 4.05rem;
  background-image: url('../../img/home/hero-bg.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .home-page .main-header {
    padding: var(--header-panel-height) 0 6.4rem;
  }
}
.home-page .main-header h1 {
  font-weight: 700;
  font-size: 8rem;
  line-height: 105%;
  letter-spacing: -0.02em;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .home-page .main-header h1 {
    font-size: 5.6rem;
    line-height: 120%;
  }
}
.home-page .main-header h1 span {
  font-family: 'Pacifico', sans-serif;
  font-weight: 400;
  font-size: 5.2rem;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  display: inline-block;
}
@media (max-width: 768px) {
  .home-page .main-header h1 span {
    font-size: 4rem;
  }
}
.home-page .main-header h2 {
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 135%;
  letter-spacing: -0.01em;
  color: #EDEDED;
}
@media (max-width: 768px) {
  .home-page .main-header h2 {
    font-size: 1.8rem;
    line-height: 140%;
  }
}
.home-page .main-header .content-wrapper {
  display: flex;
  gap: 5rem;
}
@media (max-width: 1024px) {
  .home-page .main-header .content-wrapper {
    flex-direction: column-reverse;
    gap: 2rem;
  }
}
.home-page .main-header .content-wrapper .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2.4rem;
}
@media (max-width: 768px) {
  .home-page .main-header .content-wrapper .content {
    gap: 3.2rem;
  }
}
.home-page .main-header .content-wrapper .content .top-content {
  margin-top: 8.16rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.4rem;
}
@media (max-width: 1024px) {
  .home-page .main-header .content-wrapper .content .top-content {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .home-page .main-header .content-wrapper .content .top-content {
    gap: 2rem;
  }
}
@media (max-width: 1024px) {
  .home-page .main-header .content-wrapper .content .top-content .btn {
    padding: 2rem;
    width: 100%;
    text-align: center;
  }
}
.home-page .main-header .content-wrapper .content .trustpilot-wrapper {
  border-radius: 8px;
  padding: 5px 2px 2px;
  height: 34px;
  min-width: min(260px, 100%);
  background-color: #FFFFFF;
}
.home-page .main-header .content-wrapper .content .logos {
  display: flex;
  gap: 4rem;
  margin-bottom: 1.05rem;
}
@media (max-width: 1024px) {
  .home-page .main-header .content-wrapper .content .logos {
    flex-wrap: wrap;
    gap: 1.6rem 4rem;
    margin-bottom: 0;
  }
}
.home-page .main-header .content-wrapper .content .logos div {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.4rem;
}
.home-page .main-header .content-wrapper .content .logos div p {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 150%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #FFFFFF99;
}
.home-page .main-header .content-wrapper .content .logos div img {
  height: 2.8rem;
  width: auto;
}
.home-page .main-header .content-wrapper .content .logos div:first-of-type img {
  height: 2.6rem;
}
.home-page .main-header .content-wrapper .video-content {
  max-width: 76rem;
  max-height: 76rem;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .home-page .main-header .content-wrapper .video-content {
    padding: 0 2rem;
    max-width: 100%;
    max-height: unset;
  }
}
.home-page .main-header .content-wrapper .video-content img,
.home-page .main-header .content-wrapper .video-content video {
  width: 100%;
  aspect-ratio: 1 / 1;
}
.home-page .courses-slider {
  background-color: #FFFFFF;
}
@media (max-width: 768px) {
  .home-page .courses-slider .container {
    overflow: hidden;
  }
}
.home-page .courses-slider__content {
  overflow: hidden;
  padding: 10rem 0 9.6rem;
}
@media (max-width: 768px) {
  .home-page .courses-slider__content {
    padding: 6.4rem 0;
    overflow: visible;
  }
}
.home-page .courses-slider .subtitle-wrapper {
  margin-bottom: 2rem;
}
.home-page .courses-slider .subtitle-wrapper p {
  text-align: center;
}
@media (max-width: 768px) {
  .home-page .courses-slider .subtitle-wrapper p {
    text-align: start;
  }
}
.home-page .courses-slider h2 {
  text-align: center;
}
@media (max-width: 768px) {
  .home-page .courses-slider h2 {
    text-align: start;
  }
}
.home-page .courses-slider .home-course-swiper {
  margin-top: 6.4rem;
  overflow: visible;
}
@media (max-width: 768px) {
  .home-page .courses-slider .home-course-swiper {
    margin-top: 4rem;
  }
}
.home-page .courses-slider .home-course-swiper:first-child {
  margin-top: 0;
}
.home-page .courses-slider .home-course-swiper .swiper-pagination {
  position: static;
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .home-page .courses-slider .home-course-swiper .swiper-pagination {
    margin-top: 2.8rem;
  }
}
.home-page .courses-slider .home-course-swiper .swiper-pagination-bullet {
  margin: 0 0.6rem;
  width: 1.2rem;
  height: 1.2rem;
  opacity: 100%;
  background-color: #EDEDED;
}
.home-page .courses-slider .home-course-swiper .swiper-pagination-bullet-active {
  border-radius: 2rem;
  width: 6.4rem;
  background-image: linear-gradient(90deg, #F40B03 0%, #FFB401 100%);
}
.home-page .courses-slider .course-card {
  overflow: hidden;
  box-shadow: 0 0.2rem 0.4rem 0 #0000000A, 0 0.8rem 2rem 0 #0000000A;
  border-radius: 2.4rem;
  font-size: 1.6rem;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #000000;
}
.home-page .courses-slider .course-card__body {
  display: flex;
  flex-direction: column;
}
.home-page .courses-slider .course-card__preview {
  height: 42.8rem;
}
@media (max-width: 768px) {
  .home-page .courses-slider .course-card__preview {
    height: 81.8dvw;
  }
}
.home-page .courses-slider .course-card__preview img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.home-page .courses-slider .course-card__panel {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5.2rem;
  padding: 2rem 1.6rem 2.8rem 2rem;
}
@media (max-width: 768px) {
  .home-page .courses-slider .course-card__panel {
    gap: 2rem;
  }
}
.home-page .courses-slider .course-card__panel-text {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  flex-grow: 1;
  min-width: 0;
}
.home-page .courses-slider .course-card__panel-title {
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 135%;
  letter-spacing: -0.01em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .home-page .courses-slider .course-card__panel-title {
    font-size: 1.8rem;
    line-height: 140%;
  }
}
.home-page .courses-slider .course-card__panel-caption {
  font-size: 1.4rem;
  line-height: 150%;
  color: #8D8D8D;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-page .courses-slider .course-card__panel-icon {
  flex-shrink: 0;
  border-radius: 50%;
  border: 0.2rem solid currentColor;
  padding: 1rem;
}
.home-page .courses-slider .course-card__panel-icon svg {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
}
.home-page .experience-section {
  padding: 10rem 0 9.2rem;
  background-color: #F9F9F9;
}
@media (max-width: 768px) {
  .home-page .experience-section {
    padding: 6.4rem 0;
  }
}
.home-page .experience-section .subtitle-wrapper {
  position: relative;
  display: flex;
  gap: 1.2rem;
  margin-bottom: 2.4rem;
}
@media (max-width: 768px) {
  .home-page .experience-section .subtitle-wrapper {
    flex-wrap: wrap;
    gap: 0 2rem;
    width: fit-content;
  }
}
.home-page .experience-section .subtitle-wrapper img {
  margin-top: 1.3rem;
  width: 8.8rem;
  height: 5.5rem;
}
@media (max-width: 768px) {
  .home-page .experience-section .subtitle-wrapper img {
    margin-left: auto;
    width: 7.2rem;
    height: 4.5rem;
  }
}
.home-page .experience-section .content-wrapper {
  display: flex;
  gap: 5.6rem;
}
@media (max-width: 1024px) {
  .home-page .experience-section .content-wrapper {
    flex-direction: column;
    gap: 3.2rem;
  }
}
.home-page .experience-section .content-wrapper .content-img {
  width: 64rem;
  height: 42rem;
  border-radius: 2.4rem;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .home-page .experience-section .content-wrapper .content-img {
    width: 100%;
    height: auto;
  }
}
.home-page .experience-section .content-wrapper .content-img img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.home-page .experience-section .content-wrapper .experience-content {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  align-items: flex-start;
  width: 66rem;
}
@media (max-width: 1024px) {
  .home-page .experience-section .content-wrapper .experience-content {
    width: 100%;
  }
}
.home-page .experience-section .content-wrapper .experience-content .description {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.home-page .experience-section .content-wrapper .experience-content .description p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #000000;
}
@media (max-width: 1024px) {
  .home-page .experience-section .content-wrapper .experience-content .btn {
    width: 100%;
    text-align: center;
  }
}
.home-page .experience-section .content-wrapper .experience-content .btn__text {
  width: unset;
}
.home-page .experience-section .content-wrapper .experience-content .btn__content {
  justify-content: center;
}
.home-page .info-content-section {
  padding: 5.8rem 0 8rem;
  background-color: #EDEDED;
}
@media (max-width: 768px) {
  .home-page .info-content-section {
    padding: 6.4rem 0;
  }
}
.home-page .info-content-section .subtitle-wrapper {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 2.7rem;
}
.home-page .info-content-section .subtitle-wrapper__content {
  display: flex;
  gap: 0 1.7rem;
}
@media (max-width: 768px) {
  .home-page .info-content-section .subtitle-wrapper__content {
    flex-wrap: wrap-reverse;
  }
}
@media (max-width: 768px) {
  .home-page .info-content-section .subtitle-wrapper {
    margin-bottom: 2.4rem;
  }
}
.home-page .info-content-section .subtitle-wrapper img {
  margin-top: 1rem;
  width: 7.2rem;
  height: 3.3rem;
}
.home-page .info-content-section .info-list {
  display: flex;
  justify-content: space-between;
  gap: 3.6rem;
}
@media (max-width: 1024px) {
  .home-page .info-content-section .info-list {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .home-page .info-content-section .info-list {
    gap: 2.4rem;
  }
}
.home-page .info-content-section .info-list .item {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  width: 42.8rem;
  background-color: #FFFFFF;
  border-radius: 2rem;
  padding: 3rem 2.7rem;
  box-shadow: 0 0.2rem 0.4rem 0 #0000000A, 0 0.8rem 2rem 0 #0000000A;
}
@media (max-width: 1024px) {
  .home-page .info-content-section .info-list .item {
    padding: 3rem 2.5rem;
    width: 100%;
  }
}
.home-page .info-content-section .info-list .item img {
  width: 8rem;
  height: 8rem;
}
.home-page .info-content-section .info-list .item-content {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.home-page .info-content-section .info-list .item-content .item-title {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: #000000;
}
.home-page .info-content-section .info-list .item-content p {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #8D8D8D;
}
.home-page .graduates-triving {
  padding: 9.8rem 0 8rem;
  background-color: #F9F9F9;
  border-bottom: 0.1rem solid #EDEDED;
}
@media (max-width: 768px) {
  .home-page .graduates-triving {
    padding: 6.8rem 0 4.8rem;
  }
}
.home-page .graduates-triving .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5.6rem;
}
@media (max-width: 768px) {
  .home-page .graduates-triving .content-wrapper {
    flex-direction: column;
    align-items: stretch;
    gap: 2.4rem;
  }
}
.home-page .graduates-triving .content-wrapper .subtitle-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .home-page .graduates-triving .content-wrapper .subtitle-wrapper {
    margin-bottom: 1.6rem;
  }
}
.home-page .graduates-triving .content-wrapper .description {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin-top: 2.4rem;
}
.home-page .graduates-triving .content-wrapper .description p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #000000;
}
.home-page .graduates-triving .content-wrapper .left {
  width: 60rem;
  flex-grow: 1;
}
@media (max-width: 768px) {
  .home-page .graduates-triving .content-wrapper .left {
    width: 100%;
    flex-grow: 0;
  }
}
.home-page .graduates-triving .content-wrapper .video {
  position: relative;
  flex-grow: 1;
  width: 58.18rem;
  border-radius: 2.4rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .home-page .graduates-triving .content-wrapper .video {
    flex-grow: 0;
    width: 100%;
  }
}
.home-page .graduates-triving .content-wrapper .video .item-video {
  width: 100%;
  height: 100%;
}
.home-page .graduates-triving .content-wrapper .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.home-page .graduates-triving .content-wrapper .video .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8.3rem;
  height: 8.3rem;
  cursor: pointer;
  z-index: 2;
}
.home-page .graduates-triving .content-wrapper .video .play-icon img {
  width: 100%;
  height: 100%;
}
.home-page .graduates-triving .content-wrapper .video .poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.home-page .graduates {
  --graduates-gap: 4rem;
  --row-items-tablet: 3;
  padding: 4rem 0 6.4rem;
  background-color: #F9F9F9;
}
@media (max-width: 768px) {
  .home-page .graduates {
    --graduates-gap: 1.6rem;
    padding: 3.2rem 0 6.4rem;
  }
}
.home-page .graduates p {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #8D8D8D;
  margin-bottom: 2.4rem;
  text-align: center;
}
@media (max-width: 768px) {
  .home-page .graduates p {
    margin-bottom: 3.2rem;
  }
}
.home-page .graduates .wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: var(--graduates-gap);
  margin-top: 2.4rem;
}
@media (max-width: 768px) {
  .home-page .graduates .wrapper {
    margin-top: 3.2rem;
  }
}
.home-page .graduates__item {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .home-page .graduates__item {
    width: calc((100% - var(--graduates-gap) * (var(--row-items-tablet) - 1)) / var(--row-items-tablet));
  }
}
@media (max-width: 768px) {
  .home-page .graduates__item {
    flex-grow: 1;
  }
}
.home-page .graduates__item--landscape {
  height: 4.8rem;
}
.home-page .graduates__item--portrait {
  height: 8rem;
}
.home-page .graduates__item img {
  height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}
.home-page .earlier-and-now {
  padding: 10rem 0 9.8rem;
  background-color: #FFFFFF;
}
@media (max-width: 768px) {
  .home-page .earlier-and-now {
    padding: 6.4rem 0;
  }
}
.home-page .earlier-and-now .subtitle-wrapper {
  position: relative;
  display: flex;
  gap: 2rem;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .home-page .earlier-and-now .subtitle-wrapper {
    flex-wrap: wrap;
    margin-bottom: 2.4rem;
    width: fit-content;
    max-width: 100%;
  }
}
.home-page .earlier-and-now .subtitle-wrapper img {
  margin-top: 1rem;
  width: 6.4rem;
  height: 3rem;
}
@media (max-width: 768px) {
  .home-page .earlier-and-now .subtitle-wrapper img {
    margin-left: auto;
  }
}
.home-page .earlier-and-now .earlier-content {
  display: flex;
  gap: 5.6rem;
}
@media (max-width: 1024px) {
  .home-page .earlier-and-now .earlier-content {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .home-page .earlier-and-now .earlier-content {
    gap: 3.2rem;
  }
}
.home-page .earlier-and-now .left-side {
  flex-grow: 1;
  padding-right: 0.8rem;
  width: 64rem;
}
@media (max-width: 1024px) {
  .home-page .earlier-and-now .left-side {
    flex-grow: 0;
    padding-right: 0;
    width: 100%;
  }
}
.home-page .earlier-and-now .left-side .images-wrapper {
  display: flex;
  flex-direction: column;
}
.home-page .earlier-and-now .left-side .top {
  position: relative;
  z-index: 1;
  width: 87%;
  max-width: 100%;
  border-radius: 2.4rem;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .home-page .earlier-and-now .left-side .top {
    width: 90%;
  }
}
.home-page .earlier-and-now .left-side .top img {
  width: 100%;
  height: auto;
}
.home-page .earlier-and-now .left-side .bottom {
  position: relative;
  z-index: 2;
  align-self: flex-end;
  margin-top: -22%;
  width: 45%;
  border-radius: 2rem;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .home-page .earlier-and-now .left-side .bottom {
    margin-top: -23%;
    width: 50%;
  }
}
.home-page .earlier-and-now .left-side .bottom img {
  width: 100%;
  height: auto;
}
.home-page .earlier-and-now .right-side {
  flex-grow: 1;
  width: 66rem;
}
@media (max-width: 1024px) {
  .home-page .earlier-and-now .right-side {
    flex-grow: 0;
    width: 100%;
  }
}
.home-page .earlier-and-now .right-side h4 {
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 135%;
  letter-spacing: -0.01em;
  color: #000000;
  margin-top: 1.2rem;
}
@media (max-width: 768px) {
  .home-page .earlier-and-now .right-side h4 {
    font-size: 1.8rem;
    line-height: 140%;
  }
}
.home-page .earlier-and-now .right-side .description {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin-top: 2.4rem;
}
.home-page .earlier-and-now .right-side .description p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #000000;
}
.home-page .earlier-and-now .right-side .btn {
  margin-top: 2.4rem;
}
@media (max-width: 1024px) {
  .home-page .earlier-and-now .right-side .btn {
    width: 100%;
  }
}
.home-page .earlier-and-now .right-side .btn__content {
  justify-content: center;
}
.home-page .earlier-and-now .right-side .btn__text {
  width: unset;
}
.home-page .earlier-and-now .sponsors {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  margin-top: 2.4rem;
}
@media (max-width: 768px) {
  .home-page .earlier-and-now .sponsors {
    margin-top: 3.2rem;
  }
}
.home-page .earlier-and-now .sponsors div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.4rem;
  flex-shrink: 0;
}
.home-page .earlier-and-now .sponsors div p {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #00000099;
}
.home-page .earlier-and-now .sponsors div img {
  height: 2.8rem;
  width: auto;
}
.home-page .earlier-and-now .sponsors div:first-of-type img {
  height: 2.6rem;
}
.home-page .bonuses-section {
  padding: 4.8rem 0;
  background-color: #000000;
}
@media (max-width: 768px) {
  .home-page .bonuses-section {
    padding: 4rem 0;
  }
}
.home-page .bonuses-section .wrapper {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  padding: 0 11.5rem;
}
@media (max-width: 1024px) {
  .home-page .bonuses-section .wrapper {
    justify-content: flex-start;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .home-page .bonuses-section .wrapper {
    flex-direction: column;
    align-items: stretch;
    gap: 3.2rem;
  }
}
.home-page .bonuses-section .wrapper .bonuses-icon {
  width: 10.3rem;
  object-fit: contain;
}
@media (max-width: 768px) {
  .home-page .bonuses-section .wrapper .bonuses-icon {
    align-self: center;
  }
}
.home-page .bonuses-section .wrapper .content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 3.2rem 5rem;
}
@media (max-width: 1024px) {
  .home-page .bonuses-section .wrapper .content {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .home-page .bonuses-section .wrapper .content {
    align-items: stretch;
  }
}
.home-page .bonuses-section .wrapper .content h4 {
  font-weight: 600;
  font-size: 3rem;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .home-page .bonuses-section .wrapper .content h4 {
    font-size: 2.2rem;
    line-height: 135%;
  }
}
.home-page .bonuses-section .wrapper .content ul {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding-left: 2.4rem;
  list-style: disc;
}
@media (max-width: 768px) {
  .home-page .bonuses-section .wrapper .content ul {
    gap: 1.2rem;
  }
}
.home-page .bonuses-section .wrapper .content ul li {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}
.home-page .bonuses-section .wrapper .subtitle-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 1.6rem;
}
@media (max-width: 1024px) {
  .home-page .bonuses-section .wrapper .subtitle-wrapper {
    flex-wrap: wrap;
    width: fit-content;
  }
}
.home-page .bonuses-section .wrapper .subtitle-wrapper p {
  color: #FFFFFF;
}
.home-page .bonuses-section .wrapper .subtitle-wrapper img {
  margin: 0.6rem 0 0 auto;
  width: 6rem;
  height: 3.2rem;
}
.home-page .bonuses-section__info {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media (max-width: 768px) {
  .home-page .bonuses-section__info {
    gap: 2rem;
  }
}
.home-page .our-instagram {
  background-color: #FFFFFF;
  padding: 10rem 0 0;
}
@media (max-width: 768px) {
  .home-page .our-instagram {
    padding: 0;
  }
}
.home-page .our-instagram .subtitle-wrapper {
  position: relative;
  display: flex;
  gap: 0 2rem;
  padding: 0 4.2rem;
}
@media (max-width: 768px) {
  .home-page .our-instagram .subtitle-wrapper {
    flex-wrap: wrap-reverse;
    padding: 0 2rem;
    width: fit-content;
    max-width: 100%;
  }
}
.home-page .our-instagram .subtitle-wrapper img {
  margin-top: 1.3rem;
  width: 8.8rem;
  height: 5.5rem;
  object-fit: contain;
}
@media (max-width: 768px) {
  .home-page .our-instagram .subtitle-wrapper img {
    width: 7.2rem;
    height: 4.5rem;
  }
}
.home-page .our-instagram .container {
  padding: 0;
  width: 100%;
}
.home-page .our-instagram .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3.2rem;
}
@media (max-width: 768px) {
  .home-page .our-instagram .list {
    margin-top: 2rem;
  }
}
.home-page .our-instagram .list:first-child {
  margin-top: 0;
}
.home-page .our-instagram__item {
  display: flex;
  width: 22rem;
  flex-grow: 1;
  aspect-ratio: 1;
}
@media (max-width: 768px) {
  .home-page .our-instagram__item {
    width: 50%;
  }
}
.home-page .our-instagram__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-page .arrow-btn {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 140%;
}
.home-page .arrow-btn .btn__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.8rem;
}
.home-page .arrow-btn .btn__content .btn__text {
  position: relative;
  left: 0;
  transition: left 0.3s ease;
}
.home-page .arrow-btn .btn__content svg {
  flex-shrink: 0;
  width: 2.4rem;
  position: relative;
  left: 0;
  transition: left 0.3s ease;
}
.home-page .arrow-btn:hover .btn__content .btn__text {
  left: -0.2rem;
}
.home-page .arrow-btn:hover .btn__content svg {
  left: 0.2rem;
}
/*# sourceMappingURL=home.css.map */