@media (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

.mo-only {
  display: none !important;
}
@media (max-width: 768px) {
  .mo-only {
    display: block !important;
  }
}

.header__wrap {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: background-color 0.3s ease;
}
.header__wrap .mobile__menu {
  position: relative;
  z-index: 10;
  display: none;
  width: 2.4rem;
  height: 2.4rem;
}
@media (max-width: 768px) {
  .header__wrap .mobile__menu {
    display: block;
  }
}
.header__wrap .mobile__menu span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  transition: all 0.3s;
}
.header__wrap .mobile__menu span:nth-of-type(1) {
  top: 0.2rem;
}
.header__wrap .mobile__menu span:nth-of-type(2) {
  top: 1.1rem;
}
.header__wrap .mobile__menu span:nth-of-type(3) {
  top: 2rem;
}
.header__wrap .mobile__menu.on span:nth-of-type(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.header__wrap .mobile__menu.on span:nth-of-type(2) {
  background-color: transparent;
}
.header__wrap .mobile__menu.on span:nth-of-type(3) {
  transform: rotate(-45deg) translate(7px, -8px);
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1470px;
  margin: 0 auto;
  padding: 3.2rem 1.6rem;
}
@media (max-width: 768px) {
  .header__inner {
    padding: 1.8rem 1.6rem;
  }
}
.header__inner .logo {
  position: relative;
  z-index: 10;
  width: 11.1rem;
  height: 2.7rem;
  background-image: url("../images/logo.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
@media (max-width: 768px) {
  .header__inner .btn-lang {
    display: none;
  }
}

.nav__wrap {
  position: fixed;
  right: calc((100% - 1400px) / 2 + 21.4rem);
  top: 3.2rem;
  z-index: 100;
}
@media (max-width: 1200px) {
  .nav__wrap {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .nav__wrap {
    display: none;
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    padding-top: 8.4rem;
    padding-bottom: 10rem;
    transform: translateX(0);
  }
}
.nav__wrap.active {
  display: block;
  z-index: 20;
}
.nav__wrap > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7.8rem;
}
@media (max-width: 768px) {
  .nav__wrap > ul {
    flex-direction: column;
    align-items: start;
    gap: 3rem;
  }
}
.nav__wrap > ul > li {
  position: relative;
}
.nav__wrap > ul > li:hover > a {
  background-color: #fff;
  color: #000;
}
.nav__wrap > ul > li > a {
  position: relative;
  display: inline-block;
  font-size: 2rem;
  line-height: 1.42;
  font-weight: 400;
  color: #fff;
  padding: 0.1rem 1.1rem;
  border-radius: 5rem;
}
@media (max-width: 768px) {
  .nav__wrap > ul > li > a {
    margin-left: 2rem;
  }
}
.nav__wrap > ul > li > a:hover {
  background-color: #fff;
  color: #000;
}
.nav__wrap .depth2 {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 12.2rem;
  padding-top: 2rem;
  padding-left: 1rem;
}
@media (max-width: 768px) {
  .nav__wrap .depth2 {
    position: relative;
    left: auto;
    top: auto;
    margin-left: 3rem;
    padding-top: 2rem;
    background: transparent;
  }
}
.nav__wrap .depth2 li + li {
  padding-top: 0.7rem;
}
@media (max-width: 768px) {
  .nav__wrap .depth2 li + li {
    padding-top: 1.5rem;
  }
}
.nav__wrap .depth2 a {
  display: block;
  font-size: 1.6rem;
  line-height: 1.19;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 1.4rem;
}
@media (max-width: 768px) {
  .nav__wrap .depth2 a {
    padding: 0;
  }
}
.nav__wrap .depth2 a:hover {
  color: #fff;
}

.section__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.6rem;
}
.section__inner .title__wrap {
  text-align: center;
}
.section__inner .title__wrap .title {
  background: linear-gradient(90.51deg, #FF6A00 12.89%, #FF9C2B 20.38%, #FF6A00 65.69%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 4.5rem;
  line-height: 1.4;
  font-weight: 800;
  padding-top: 2rem;
}
@media (max-width: 768px) {
  .section__inner .title__wrap .title {
    font-size: 2.5rem;
    padding-top: 1rem;
  }
}
.section__inner .title__wrap .title-sub {
  display: inline-block;
  padding: 0.2rem 2.4rem;
  border: 1px solid #fff;
  font-size: 2rem;
  line-height: 1.1;
  color: #fff;
  border-radius: 5rem;
}
@media (max-width: 768px) {
  .section__inner .title__wrap .title-sub {
    font-size: 1.5rem;
    padding: 0.2rem 1.2rem;
  }
}
.section__inner .bullet li {
  position: relative;
  padding-left: 1.6rem;
}
.section__inner .bullet li:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 1.1rem;
  background-color: #fff;
}
.section__main {
  position: relative;
  width: 100%;
  height: 100vh;
}
.section__main .intro__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
@media (max-width: 768px) {
  .section__main .intro__video {
    height: 100%;
  }
}
@media (max-width: 768px) {
  .section__main {
    height: auto;
    padding-bottom: 19rem;
  }
}
.section__main .main__txt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100vh;
}
@media (max-width: 1200px) {
  .section__main .main__txt {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 768px) {
  .section__main .main__txt {
    padding-top: 20rem;
    height: auto;
    text-align: center;
    align-items: center;
  }
}
.section__main .main__txt .title {
  font-size: 6rem;
  font-weight: 700;
  line-height: 1.1;
}
.section__main .main__txt .title.type2 {
  background: linear-gradient(90.51deg, #FF6A00 12.89%, #FF9C2B 20.38%, #FF6A00 65.69%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
  .section__main .main__txt .title {
    font-size: 2.5rem;
    line-height: 1.4;
  }
}
.section__main .main__txt .title-sub {
  padding: 3rem 0;
  font-size: 3rem;
  line-height: 1.4;
  font-weight: 400;
}
@media (max-width: 768px) {
  .section__main .main__txt .title-sub {
    padding: 1.6rem 0 3.5rem;
    font-size: 2rem;
  }
}
.section__main .main__txt .title-desc {
  padding-bottom: 10rem;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.19;
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 768px) {
  .section__main .main__txt .title-desc {
    padding-bottom: 7rem;
    font-size: 1.8rem;
  }
}
.section__main .main__txt .btn-primary {
  position: relative;
}
.section__main .main__txt .btn-primary:before {
  content: "";
  position: absolute;
  top: -4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 26.3rem;
  height: 3.3rem;
  background-image: url("../images/img_bubble.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
}
.section__explorer {
  padding-top: 21rem;
}
@media (max-width: 768px) {
  .section__explorer {
    padding-top: 17.4rem;
  }
}
.section__explorer .explorer__wrap + .explorer__wrap {
  margin-top: 20rem;
}
@media (max-width: 768px) {
  .section__explorer .explorer__wrap + .explorer__wrap {
    margin-top: 11.4rem;
  }
}
.section__explorer .explorer__box {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 3rem;
  padding-top: 6rem;
}
.section__explorer .explorer__box.type2 {
  gap: 1rem;
}
@media (max-width: 768px) {
  .section__explorer .explorer__box {
    flex-direction: column;
    gap: 1.6rem;
    padding-top: 2.4rem;
  }
}
.section__explorer .explorer__con {
  position: relative;
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  text-align: center;
  padding: 6.4rem 3rem;
  flex: 1;
}
@media (max-width: 1200px) {
  .section__explorer .explorer__con {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
  }
}
@media (max-width: 768px) {
  .section__explorer .explorer__con {
    min-height: 27.8rem;
  }
}
.section__explorer .explorer__con:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px;
  padding: 1px;
  background: linear-gradient(90deg, #175E8C 0%, #00ABFF 27.5%, #1DBBE8 80.5%, #87D2CD 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.section__explorer .explorer__con.type2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 18rem;
  text-align: left;
  align-items: flex-start;
  padding: 2rem;
}
.section__explorer .explorer__con.type2:before {
  background: #fff;
}
@media (max-width: 768px) {
  .section__explorer .explorer__con.type2 {
    min-height: 12.6rem;
  }
}
.section__explorer .explorer__con.type2 .title {
  padding-bottom: 0;
}
.section__explorer .explorer__con.type2 .title-small {
  font-size: 1.5rem;
  color: rgb(153, 153, 153);
  font-weight: 400;
}
@media (max-width: 768px) {
  .section__explorer .explorer__con.type3 {
    min-height: 21.3rem;
    margin: 0 2rem;
  }
}
.section__explorer .explorer__con.type3:before {
  background: rgb(0, 81, 255);
}
.section__explorer .explorer__con .title {
  padding-bottom: 1.4rem;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .section__explorer .explorer__con .title {
    padding-bottom: 1rem;
    font-size: 2rem;
  }
}
.section__explorer .explorer__con .desc {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .section__explorer .explorer__con .desc {
    font-size: 1.6rem;
  }
}
.section__explorer .explorer__info {
  padding: 6rem 7.6rem 0;
}
@media (max-width: 768px) {
  .section__explorer .explorer__info {
    padding: 3rem 0 0;
  }
}
.section__explorer .explorer__info .title {
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
  line-height: 2.8rem;
}
@media (max-width: 768px) {
  .section__explorer .explorer__info .title {
    font-size: 1.5rem;
  }
}
.section__explorer .explorer__info .bullet li {
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .section__explorer .explorer__info .bullet li {
    font-size: 1.5rem;
  }
}
.section__cloud {
  padding-top: 21rem;
}
@media (max-width: 768px) {
  .section__cloud {
    padding-top: 11.2rem;
  }
}
.section__cloud .cloud__list {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 7.4rem;
}
@media (max-width: 768px) {
  .section__cloud .cloud__list {
    padding-top: 5rem;
  }
}
.section__cloud .cloud__list li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  font-size: 2.5rem;
  color: #fff;
  line-height: 1.4;
  font-weight: 800;
  gap: 3rem;
}
@media (max-width: 768px) {
  .section__cloud .cloud__list li {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 1.8rem;
    font-size: 2rem;
  }
}
.section__cloud .cloud__list li:before {
  content: "";
  width: 7.8rem;
  height: 7.8rem;
  flex: 0 0 7.8rem;
}
.section__cloud .cloud__list li.type1:before {
  background: url("../images/ico_cloud01.png") center no-repeat;
  background-size: 100% auto;
}
.section__cloud .cloud__list li.type2:before {
  background: url("../images/ico_cloud02.png") center no-repeat;
  background-size: 100% auto;
}
.section__cloud .cloud__list li.type3:before {
  background: url("../images/ico_cloud03.png") center no-repeat;
  background-size: 100% auto;
}
.section__cloud .cloud__list li.type4:before {
  background: url("../images/ico_cloud04.png") center no-repeat;
  background-size: 100% auto;
}
.section__cloud .cloud__list li + li {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .section__cloud .cloud__list li + li {
    margin-top: 4rem;
  }
}
.section__geeblock {
  background-color: #E3781B;
  padding: 10rem 0;
  text-align: center;
}
@media (max-width: 768px) {
  .section__geeblock {
    padding: 4.5rem 0 5.6rem;
  }
}
.section__geeblock .title {
  padding-bottom: 2.6rem;
  font-size: 4.5rem;
  line-height: 1.4;
  font-weight: 800;
  text-align: center;
  color: #100031;
}
@media (max-width: 768px) {
  .section__geeblock .title {
    padding-bottom: 2rem;
    font-size: 2.5rem;
  }
}
.section__geeblock .btn-primary {
  background: #07002B;
  padding: 2rem 4rem;
}
@media (max-width: 768px) {
  .section__geeblock .btn-primary {
    padding: 1.6rem 4rem;
  }
}
.section__faq {
  padding-top: 13.6rem;
  padding-bottom: 20rem;
  background-image: url("../images/bg_faq.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
@media (max-width: 768px) {
  .section__faq {
    padding-top: 9rem;
    padding-bottom: 10rem;
    background-image: url("../images/bg_faq_mo.jpg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
  }
}
.section__faq .title {
  padding-bottom: 8rem;
  background: linear-gradient(90.51deg, #FF6A00 12.89%, #FF9C2B 20.38%, #FF6A00 65.69%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 4.5rem;
  line-height: 1.4;
  text-align: center;
  font-weight: 800;
}
@media (max-width: 768px) {
  .section__faq .title {
    padding-bottom: 2.4rem;
    font-size: 2.5rem;
  }
}
.section__faq .faq__wrap {
  position: relative;
  min-height: 43rem;
}
@media (max-width: 768px) {
  .section__faq .faq__wrap {
    min-height: auto;
  }
}
.section__faq .faq__wrap .icon {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 3.6rem;
  height: 3.6rem;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .section__faq .faq__wrap .icon {
    right: 1.6rem;
    bottom: auto;
    top: 50%;
    margin-top: -1.2rem;
    width: 2.4rem;
    height: 2.4rem;
  }
}
.section__faq .faq__wrap .icon__view {
  background-image: url("../images/btn_view.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 768px) {
  .section__faq .faq__wrap .icon__view {
    transform: rotate(90deg);
  }
}
.section__faq .faq__wrap .icon__back {
  background-image: url("../images/btn_view.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transform: rotate(180deg);
}
.section__faq .faq__list {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.6rem;
}
@media (max-width: 768px) {
  .section__faq .faq__list {
    flex-direction: column;
    border: 1px solid #fff;
    border-radius: 5px;
    gap: 0;
    margin-bottom: 2.4rem;
  }
}
.section__faq .faq__title {
  flex: 0 0 24%;
  position: relative;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 2.4rem 2rem;
  min-height: 20rem;
}
@media (max-width: 768px) {
  .section__faq .faq__title {
    min-height: auto;
    border: 0;
    padding: 1.8rem;
  }
}
.section__faq .faq__title .tit {
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: 800;
  color: #fff;
}
@media (max-width: 768px) {
  .section__faq .faq__title .tit {
    font-size: 1.8rem;
    padding-right: 3.6rem;
  }
}
.section__faq .faq__title .desc {
  display: none;
}
.section__faq .faq__title.active .icon__view {
  transform: rotate(270deg);
}
.section__faq .faq__desc {
  display: none;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 0 1.6rem 2.4rem;
}
.section__faq .faq__desc .desc {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 400;
}
.section__faq .faq__con {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 2.6rem;
}
.section__faq .faq__con.active {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.section__faq .faq__con .tit {
  padding-bottom: 1.8rem;
  font-size: 2.5rem;
  font-weight: 800;
}
.section__faq .faq__con .desc {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 400;
}
.section__media {
  padding: 20rem 0;
  background-image: url("../images/bg_media.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
@media (max-width: 768px) {
  .section__media {
    padding: 15rem 0;
  }
}
.section__media .media__txt {
  text-align: center;
}
.section__media .media__txt .title {
  padding-bottom: 2.7rem;
  background: linear-gradient(90.51deg, #FF6A00 12.89%, #FF9C2B 20.38%, #FF6A00 65.69%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 4.5rem;
  line-height: 1.4;
  text-align: center;
  font-weight: 800;
}
@media (max-width: 768px) {
  .section__media .media__txt .title {
    padding-bottom: 1.6rem;
    font-size: 2.5rem;
  }
}
.section__media .media__txt .desc {
  padding-bottom: 6rem;
  font-size: 2.5rem;
  line-height: 1.4;
  color: #fff;
  font-weight: 400;
}
@media (max-width: 768px) {
  .section__media .media__txt .desc {
    padding-bottom: 2.6rem;
    font-size: 2rem;
  }
}
.section__media .media__slide {
  position: relative;
}
.section__media .media__slide .swiper {
  max-width: 120rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .section__media .media__slide .swiper .swiper-wrapper {
    flex-direction: column;
    gap: 1rem;
  }
}
.section__media .media__box {
  position: relative;
  display: block;
}
.section__media .media__box .img {
  background-color: #151522;
  width: 100%;
  height: 21.4rem;
  text-align: center;
}
.section__media .media__box .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 768px) {
  .section__media .media__box .img img {
    width: 80%;
  }
}
.section__media .media__box .txt-wrap {
  min-height: 16.5rem;
  padding: 1.6rem 1.6rem 3.6rem;
}
@media (max-width: 768px) {
  .section__media .media__box .txt-wrap {
    padding: 3rem 1rem 4.2rem;
  }
}
.section__media .media__box .txt-wrap .title {
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  background: linear-gradient(90.51deg, #FF6A00 12.89%, #FF9C2B 20.38%, #FF6A00 65.69%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .section__media .media__box .txt-wrap .title {
    margin-bottom: 1.2rem;
    font-size: 1.8rem;
  }
}
.section__media .media__box .txt-wrap .desc {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.4;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .section__media .media__box .txt-wrap .desc {
    font-size: 1.8rem;
  }
}
.section__disclaimers {
  padding: 20rem 0;
}
@media (max-width: 768px) {
  .section__disclaimers {
    padding: 10rem 0;
  }
}
.section__disclaimers .desc {
  font-size: 1.8rem;
  line-height: 1.4;
}
.section__disclaimers .desc + .desc {
  margin-top: 4rem;
}

.bg {
  background-image: url("../images/bg_section01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
@media (max-width: 768px) {
  .bg {
    background-image: url("../images/bg_section01_mo.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
  }
}

.swiper-btns {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1470px;
  padding: 0 1.5rem;
}
@media (max-width: 1200px) {
  .swiper-btns {
    position: relative;
    left: auto;
    top: auto;
    transform: translate(0);
    max-width: 100%;
    height: 5rem;
    margin-top: 2.8rem;
    z-index: 10;
  }
}
@media (max-width: 768px) {
  .swiper-btns {
    height: 3rem;
  }
}
.swiper-btns .swiper-button-prev,
.swiper-btns .swiper-button-next {
  width: 8rem;
  height: 8rem;
  top: 50%;
  transform: translateY(-50%);
}
.swiper-btns .swiper-button-prev:after,
.swiper-btns .swiper-button-next:after {
  display: none;
}
@media (max-width: 1200px) {
  .swiper-btns .swiper-button-prev,
  .swiper-btns .swiper-button-next {
    width: 5rem;
    height: 5rem;
    top: auto;
    transform: translateY(0);
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .swiper-btns .swiper-button-prev,
  .swiper-btns .swiper-button-next {
    width: 3rem;
    height: 3rem;
  }
}
.swiper-btns .swiper-button-prev {
  background-image: url("../images/ico_prev.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.swiper-btns .swiper-button-next {
  background-image: url("../images/ico_next.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.swiper-pagination-bullets {
  bottom: -4rem !important;
}
@media (max-width: 1200px) {
  .swiper-pagination-bullets {
    bottom: 0.5rem !important;
    left: 50% !important;
    transform: translateX(-50%);
  }
}
.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 1.8rem;
  height: 1.8rem;
  background: linear-gradient(90deg, #DA309C, #FE755B);
  opacity: 0.3;
  margin: 0 6px !important;
}
.swiper-pagination-bullets .swiper-pagination-bullet-active {
  opacity: 1;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-primary {
  background: linear-gradient(94.56deg, #FF7723 17.71%, #D95A00 81.23%);
  font-size: 2.5rem;
  line-height: 1.19;
  font-weight: 700;
  color: #fff;
  padding: 2rem 9rem;
  border-radius: 0.5rem;
}
@media (max-width: 768px) {
  .btn-primary {
    font-size: 2rem;
    padding: 1rem 7rem;
    height: 5rem;
  }
}
.btn-primary__sm {
  font-size: 1.8rem;
  line-height: 4rem;
  padding: 0 2.1rem;
}
.btn-primary__sm:after {
  display: none;
}
.btn-lang {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem 1.6rem;
  font-size: 1.5rem;
  line-height: 1.42;
  border-radius: 5rem;
  color: #000;
}
.btn-lang img {
  width: 20px;
  height: 11px;
  margin-right: 4px;
}

.footer__wrap {
  position: relative;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
}
.footer__wrap .logo {
  width: 11rem;
  height: 2.7rem;
  background-image: url("../images/logo.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .footer__wrap .logo {
    margin-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .footer__wrap .logo {
    display: none;
  }
}
@media (max-width: 1200px) {
  .footer__wrap .newsletter__wrap {
    width: 100%;
  }
}
.footer__wrap .newsletter__form {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  min-width: 22.7rem;
}
@media (max-width: 1200px) {
  .footer__wrap .newsletter__form {
    flex-direction: row;
    align-items: flex-end;
    min-width: 100%;
    margin-top: 3.4rem;
  }
}
.footer__wrap .newsletter__form label {
  display: block;
  font-weight: 700;
  font-size: 1.5rem;
  text-decoration: underline;
  padding-bottom: 1rem;
}
.footer__wrap .newsletter__form .desc {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2;
  padding-bottom: 1.3rem;
}
@media (max-width: 1200px) {
  .footer__wrap .newsletter__form .desc {
    padding-bottom: 0;
  }
}
.footer__wrap .newsletter__form .input {
  position: relative;
  width: 100%;
}
@media (max-width: 1200px) {
  .footer__wrap .newsletter__form .input {
    width: 50%;
  }
}
.footer__wrap .newsletter__form .input input {
  background-color: rgba(217, 217, 217, 0.2);
  line-height: 2;
  font-size: 1.2rem;
  font-weight: 100;
  padding: 0.1rem 1.4rem;
  color: #fff;
  width: 100%;
}
.footer__wrap .newsletter__form .input button {
  position: absolute;
  right: 1.4rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.4rem;
  height: 1.4rem;
  background-image: url("../images/btn_submit.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
}
.footer__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
  padding: 7rem 1.6rem 0;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .footer__inner {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .footer__inner {
    padding: 0;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .footer-list {
    width: 100%;
    flex: 0 0 100%;
    border-bottom: 1px solid rgb(40, 25, 112);
    text-align: center;
  }
}
.footer-list:last-child {
  border-bottom: 0;
}
.footer-list .title {
  padding-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .footer-list .title {
    padding-bottom: 0;
  }
}
.footer-list .title a {
  display: block;
  font-weight: 700;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .footer-list .title a {
    padding: 1.6rem 0;
    text-align: center;
  }
}
.footer-list a {
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 400;
}
.footer-list__wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 5.6rem;
  padding-left: 10rem;
}
@media (max-width: 1200px) {
  .footer-list__wrap {
    padding-left: 0;
    padding: 0 2.7rem;
  }
}
@media (max-width: 768px) {
  .footer-list__wrap {
    flex-direction: column;
    width: 100%;
    gap: 0;
    padding: 0;
  }
}
.footer__copy {
  flex: 100%;
  padding: 5em 0 4rem;
}
@media (max-width: 768px) {
  .footer__copy {
    width: 100%;
    padding: 4rem 0 1rem;
  }
}
.footer__copy p {
  text-align: left;
  font-size: 1rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5);
  line-height: 2;
}
@media (max-width: 768px) {
  .footer__copy p {
    text-align: center;
  }
}/*# sourceMappingURL=ui.css.map */