/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

html,
body {
  height: 100%;
  overflow-x: hidden;
}

img, video {
  max-width: 100%;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.container {
  max-width: 1406px;
  margin: 0 auto;
  padding: 0 15px;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
* ::before,
* ::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

li {
  list-style: none;
}

button {
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  border-radius: none;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  font-family: inherit;
  cursor: pointer;
}

input,
textarea,
select,
option {
  outline: none;
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  border-radius: none;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-weight: inherit;
  font-family: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
}

body {
  font-family: "Montserrat", serif;
  font-style: normal;
  font-weight: 400;
  line-height: 102.5%;
  font-size: 20px;
  color: #2C2C2C;
  background-color: #F6F6F6;
}

.container-fluid {
  padding: 0 32px;
  margin: 0 auto;
  max-width: 1440px;
}

.slick-dots {
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 8px;
  position: absolute;
  bottom: 32px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.slick-dots li {
  width: 16px;
  height: 16px;
  background-color: #FF8753;
  border-radius: 8px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.slick-dots .slick-active {
  width: 48px;
}

@-webkit-keyframes hello-arrow {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes hello-arrow {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes img-opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes img-opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.header-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.header-bg {
  width: 100%;
  height: 80px;
  background: rgba(0, 0, 0, 0.07);
  margin: 0 10px;
  -webkit-transform: perspective(191px) rotateX(-7deg);
          transform: perspective(191px) rotateX(-7deg);
  border-radius: 0 0 30px 30px;
  border: 1px #BFBFBF solid;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.header__logo {
  position: absolute;
}
.header .container {
  width: 100%;
  max-width: 1440px;
  padding: 0;
}

.main-video {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
    position: relative;
}
.main-video::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #f6f6f6;
    width: 100%;
    height: 5px;
    z-index: 5;
}
.main-video--desktop {
  display: block;
}
.main-video--mobile {
  display: none;
}

.buy-link {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}
.buy-link-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 82px;
}
.buy-link-bg {
  height: 82px;
  background: rgba(0, 0, 0, 0.07);
  -webkit-transform: perspective(191px) rotateX(5deg);
          transform: perspective(191px) rotateX(5deg);
  border-radius: 30px 30px 0 0;
  border: 1px #BFBFBF solid;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  margin: 0 10px 1px 10px;
  position: absolute;
  bottom: 0;
  left: -5px;
  right: 11px;
}
.buy-link-content a {
  padding: 14px 73px;
  color: #fff;
  background-color: #FF8753;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  border-radius: 10px;
  position: relative;
  z-index: 5;
  margin-right: 11px;
}
.buy-link-content a:hover {
  background-color: #FF7438;
}
.buy-link .container {
  width: 100%;
  max-width: 1440px;
  padding: 0;
}

.hello {
  margin-top: 250px;
}
.hello__text {
  font-size: 36px;
  line-height: 37px;
  margin-top: -80px;
  margin-left: 67px;
  font-weight: 300;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hello__text svg {
  margin-left: 8px;
  margin-top: 4px;
  -webkit-animation: hello-arrow 1s infinite ease;
          animation: hello-arrow 1s infinite ease;
}
.hello-content {
  position: relative;
}

.hello__video--mobile {
  display: none;
}
.scroll-up-box {
  position: sticky;
  left: 0;
  top: calc(100% - 143px);
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 10;
}

.scroll-up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px #BFBFBF solid;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.07);
  cursor: pointer;
  margin-right: 60px;
}
.abilites {
  padding-bottom: 72px;
  margin-top: 275px;
}
.abilites-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 174px 142px 186px 174px;
  grid-template-rows: 174px 142px 186px 174px;
  gap: 16px;
}
.abilites__item {
  background-color: #f8f8f8;
  border: 1px #e1e1e1 solid;
  border-radius: 32px;
  padding: 32px;
}
.abilites__item span {
  color: #ff8753;
}
.abilites__item h3 {
  font-size: 32px;
  line-height: 33px;
  font-weight: 700;
}
.abilites-lang {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}
.abilites-lang h3 {
  max-width: 548px;
  font-size: 32px;
  line-height: 37px;
  color: #2c2c2c;
  font-weight: 700;
  margin-bottom: 32px;
}
.abilites-lang strong {
  border: 3px #ff8753 solid;
  border-radius: 22px;
  padding: 0px 9px 2px;
}
.abilites-lang__item p {
  padding: 7.5px 11px 9.5px 11px;
  border: 1px #2c2c2c solid;
  border-radius: 48px;
  text-align: center;
}
.abilites-lang__item {
  position: relative;
}
.abilites-lang__item-translate {
  opacity: 0;
  background-color: #ff8753;
  border-color: #ff8753 !important;
  color: #fff;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.abilites-lang__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.abilites-lang__item:hover > .abilites-lang__item-text {
  opacity: 0;
}
.abilites-lang__item:hover > .abilites-lang__item-translate {
  opacity: 1;
}
.abilites-lang__item--japan .abilites-lang__item-text {
  padding-left: 9px;
  padding-right: 9px;
}
.abilites-lang__item--japan .abilites-lang__item-translate {
  padding-left: 7px;
  padding-right: 7px;
}
.abilites-faces {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.abilites-gestures {
  -ms-grid-row: 2;
  -ms-grid-row-span: 3;
  grid-row: 2/5;
}
.abilites-gpt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-color: #ff8753;
}
.abilites-emotions {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.abilites-emotions p {
  font-size: 16px;
  line-height: 17px;
  margin-top: 9px;
}
.abilites-emotions img {
  position: absolute;
  right: -32px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.abilites-gestures__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 29px 0;
}
.abilites-gestures__item {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  width: 33%;
}
.abilites-gestures__item-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.abilites-gestures__item p {
  margin-top: 15px;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.abilites-gestures__item:hover > .abilites-gestures__item-img svg:nth-child(2) {
  opacity: 1;
  width: auto;
  height: auto;
}
.abilites-gestures__item:hover > p {
  color: #ff8753;
}
.abilites-gestures__item:hover > .abilites-gestures__item-img svg:nth-child(1) {
  display: none;
}
.abilites-gestures__item-img svg:nth-child(2) {
  opacity: 0;
  width: 0;
  height: 0;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.abilites-gestures__item-pointleft {
  padding-right: 10px;
}
.abilites-gestures__item:hover > .abilites-gestures__item-pointleft svg:nth-child(2) {
  -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
          transform: translateX(-10px);
}
.abilites-gestures__item:hover > .abilites-gestures__item-pointright svg:nth-child(2) {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}
.abilites-gestures__item:hover > .abilites-gestures__item-pointup svg:nth-child(2) {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}
.abilites-gestures__item:hover > .abilites-gestures__item-luv svg:nth-child(2) {
  -webkit-transform: rotate(5deg);
      -ms-transform: rotate(5deg);
          transform: rotate(5deg);
}
.abilites-gestures__item-luv {
  height: 83px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.abilites-gestures__item:hover > .abilites-gestures__item-fist svg:nth-child(2) {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.abilites-gestures__item:hover > .abilites-gestures__item-click svg:nth-child(2) {
  -webkit-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
          transform: rotate(10deg);
}
.abilites-gestures__item:hover > .abilites-gestures__item-rock svg:nth-child(2) {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.abilites-gestures__item:hover > .abilites-gestures__item-love svg:nth-child(2) {
  -webkit-transform: scale(1.1) rotate(10deg);
      -ms-transform: scale(1.1) rotate(10deg);
          transform: scale(1.1) rotate(10deg);
}
.abilites-gestures__item:hover > .abilites-gestures__item-like svg:nth-child(2) {
  -webkit-transform: scale(1.05) translateX(10px);
      -ms-transform: scale(1.05) translateX(10px);
          transform: scale(1.05) translateX(10px);
}

.petbot-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.petbot__gif {
  position: absolute;
  top: 4%;
  right: 9%;
  width: 40%;
}

.loona-slider__item-img img, .loona-slider__item-img video {
  border-radius: 32px;
}
.loona-slider__video--desktop {
    display: block;
}
.loona-slider__video--mobile {
    display: none;
}
.loona-slider__title {
  font-size: 48px;
  line-height: 49px;
  margin-bottom: 16px;
  font-weight: 700;
}
.loona-slider__item-text {
  background-color: #f8f8f8;
  border: 1px #e1e1e1 solid;
  border-radius: 32px;
  padding: 32px;
  min-height: 193px;
  margin-top: 16px;
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}
.loona-slider__item-text h3 {
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 12px;
  color: #ff8753;
  font-weight: 600;
}
.loona-slider__item-img {
  position: relative;
}
.loona-slider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    border: 1px #DBDBDB solid;
    backdrop-filter: blur(10px);
}
.loona-slider .slick-arrow:hover svg path{
    stroke-width: 5px;
  }
.loona-slider .slick-arrow svg path{
    transition: 0.3s ease-out;
  }
.loona-slider .slick-prev {
    left: 24px;
    padding-right: 5px; 
}
.loona-slider .slick-next {
    right: 24px;
    padding-left: 5px;
}
.loona-slider .container-fluid {
  padding-top: 68px;
  padding-bottom: 262px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#e2e2e2));
  background: -o-linear-gradient(top, #f6f6f6 0%, #e2e2e2 100%);
  background: linear-gradient(180deg, #f6f6f6 0%, #e2e2e2 100%);
}
.loona-slider .slick-list {
  overflow: visible !important;
}
.loona-slider__item-play, .loona-slider__item-pause {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
  -webkit-animation: img-opacity 0.3s ease forwards;
          animation: img-opacity 0.3s ease forwards;
}
.loona-slider__item-pause {
  display: none;
}

.gpt__title {
  font-size: 210px;
  line-height: 215px;
  font-weight: 900;
  background: -webkit-gradient(linear, left top, left bottom, from(#505050), to(#121212));
  background: -o-linear-gradient(top, #505050 0%, #121212 100%);
  background: linear-gradient(180deg, #505050 0%, #121212 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: -40px;
}
.gpt .container-fluid {
  background-color: #e2e2e2;
  padding-bottom: 48px;
}
.gpt-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.gpt__item {
  min-height: 156px;
  background-color: #fff;
  border-radius: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 322px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.gpt__item h3 {
  font-size: 22px;
  line-height: 23px;
  font-weight: 700;
  padding: 32px 5px 0 26px;
}
.gpt__item-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: auto;
}
.gpt__item-button--active svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.gpt__item-button svg {
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.gpt__item-text {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.8s ease-out;
  -o-transition: max-height 0.8s ease-out;
  transition: max-height 0.8s ease-out;
  padding-left: 26px;
  padding-right: 19px;
  font-size: 18px;
  line-height: 25px;
}
.gpt__item-text p {
  padding-top: 16px;
}
.gpt__item-text p:last-child {
  padding-bottom: 16px;
}
.tech-slider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  right: 37px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  border: 1px #DBDBDB solid;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.tech-slider .slick-next {
  top: calc(50% + 100px);
  padding-top: 3px;
}

.tech-slider .slick-prev {
  top: calc(50% - 100px);
  padding-bottom: 3px;
}

.tech-slider .slick-arrow:hover svg path {
  stroke-width: 3px;
}

.tech-slider .slick-arrow svg path {
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.tech-slider .slick-dots {
  -webkit-transform: translate(0px, -50%) rotate(90deg);
      -ms-transform: translate(0px, -50%) rotate(90deg);
          transform: translate(0px, -50%) rotate(90deg);
  right: -4px;
  top: 50%;
  left: auto;
}
.tech-slider .container-fluid {
  background: -webkit-gradient(linear, left top, left bottom, from(#e2e2e2), to(#f6f6f6));
  background: -o-linear-gradient(top, #e2e2e2 0%, #f6f6f6 100%);
  background: linear-gradient(180deg, #e2e2e2 0%, #f6f6f6 100%);
}
.tech-slider-box {
  background-color: #f6f6f6;
  border-radius: 46px;
}
.tech-slider__item-text {
  position: absolute;
  -webkit-transform: translate(0px, -50%);
      -ms-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
  top: 50%;
  left: calc(50% + 150px);
  max-width: 433px;
}
.tech-slider__item-text h3 {
  font-size: 32px;
  line-height: 33px;
  font-weight: 600;
  margin-top: 32px;
}
.tech-slider__item-text h3:first-child {
  margin-top: 0;
}
.tech-slider__item-text p {
  margin-top: 16px;
}

.tech-info {
  margin-top: 107px;
}
.tech-info__title {
  font-weight: 900;
  font-size: 64px;
  line-height: 66px;
  background: -webkit-gradient(linear, left top, left bottom, from(#505050), to(#121212));
  background: -o-linear-gradient(top, #505050 0%, #121212 100%);
  background: linear-gradient(180deg, #505050 0%, #121212 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 56px;
}
.tech-info__list li {
  color: #ff8753;
  font-size: 32px;
  line-height: 33px;
  margin-bottom: 16px;
  position: relative;
  padding-left: 46px;
}
.tech-info__list li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #ff8753;
  top: 14px;
  left: 17px;
  border-radius: 50%;
}
.tech-info-box {
  margin-top: 82px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
  gap: 64px;
}
.tech-info__item {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.tech-info__item p {
  max-width: 206px;
  margin-top: 20px;
  -webkit-transition: 0.8s ease-out;
  -o-transition: 0.8s ease-out;
  transition: 0.8s ease-out;
}
.tech-info__item:hover > .tech-info__item-img svg:nth-child(1) {
  display: none;
}
.tech-info__item-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tech-info__item-img svg:nth-child(2) {
  opacity: 0.5;
  width: 0;
  height: 0;
  -webkit-transition: opacity 0.8s ease-out;
  -o-transition: opacity 0.8s ease-out;
  transition: opacity 0.8s ease-out;
  padding-right: 2px;
}
.tech-info__item:hover > .tech-info__item-img svg:nth-child(2) {
  opacity: 1;
  width: auto;
  height: auto;
}
.tech-info__item:hover > p {
  color: #ff8753;
}

.tech-info__dropdown {
  padding: 32px 32px 16px 32px;
  border: 1px #E1E1E1 solid;
  background-color: #F8F8F8;
  border-radius: 32px;
  margin-top: 68px;
}
.tech-info__dropdown > h3 {
  text-align: center;
  margin-bottom: 2px;
}
.tech-info__dropdown-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.8s ease-out;
  -o-transition: 0.8s ease-out;
  transition: 0.8s ease-out;
}
.tech-info__dropdown-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.8s ease-out;
  -o-transition: max-height 0.8s ease-out;
  transition: max-height 0.8s ease-out;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.46fr;
  grid-template-columns: 1fr 1.46fr;
  gap: 40px 80px;
}
.tech-info__dropdown-box h3 {
  font-size: 32px;
  line-height: 33px;
  margin-bottom: 28px;
  font-weight: 700;
}
.tech-info__dropdown-box {
  width: 100%;
}
.tech-info__dropdown-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px #D9D9D9 solid;
  margin-bottom: 16px;
  padding-bottom: 8px;
}
.tech-info__dropdown-item p:nth-child(2) {
  color: #E54500;
  text-align: right;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.tech-info__dropdown-item p:nth-child(1) {
  max-width: 380px;
}
.tech-info__dropdown-box:nth-child(3) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}
.tech-info__dropdown-box:nth-child(1), .tech-info__dropdown-box:nth-child(2) {
  padding-top: 64px;
}
.tech-info__dropdown-box img {
  margin: 40px auto 0 auto;
  display: block;
}
.tech-info__dropdown-button--active {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.tech-info__dropdown-gpt {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  padding-bottom: 32px;
}
.tech-info__dropdown-gpt h3{
  color: #FF8753;
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 16px;
  font-weight: 700;
}
.tech-info__dropdown-gpt p {
  padding: 32px;
  border: 1px solid #FF8753;
  border-radius: 32px;
  line-height: 24px;
  font-size: 18px;
}
.gallery {
  margin-top: 66px;
}
.gallery-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
  -ms-grid-rows: (1fr)[3];
  grid-template-rows: repeat(3, 1fr);
  gap: 16px;
}
.gallery-box {
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 32px;
}
.gallery-box img {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.8s ease-out;
  -o-transition: opacity 0.8s ease-out;
  transition: opacity 0.8s ease-out;
  border-radius: 32px;
}
.gallery-box:nth-child(4) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  grid-column: 2/5;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1/4;
}
.gallery-box:nth-child(7) {
  -ms-grid-column: 5;
  -ms-grid-column-span: 2;
  grid-column: 5/7;
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  grid-row: 2/4;
}
.gallery-img--active {
  opacity: 1 !important;
  width: 100% !important;
  height: auto !important;
  display: block !important;
  position: static !important;
}
.gallery-img--active--noanim {
  -webkit-transition: 0s !important;
  -o-transition: 0s !important;
  transition: 0s !important;
  opacity: 1 !important;
  width: 100% !important;
  height: auto !important;
  display: block !important;
  position: static !important;
}

.footer {
  margin-top: 80px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-bg {
  height: 369px;
  background: rgba(0, 0, 0, 0.07);
  -webkit-transform: perspective(231px) rotateX(2deg);
          transform: perspective(231px) rotateX(2deg);
  border-radius: 30px 30px 0 0;
  border: 1px #BFBFBF solid;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  position: relative;
  z-index: -1;
  margin: 0 10px;
}
.footer-content {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  text-align: center;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  top: 32px;
}
.footer-content p, .footer-content a {
  font-size: 12px;
  line-height: 15px;
  color: #656565;
  margin-bottom: 20px;
}
.footer .container {
  width: 100%;
  max-width: 1422px;
  padding: 0;
  position: relative;
}
.footer-content p a {
  text-decoration: underline;
}
.loona-app {
    padding-top: 64px;
}
.loona-app-content {
	padding: 50px;
	background: linear-gradient(180deg, #e9e9e9 0%, #e2e2e2 100%);
	border-radius: 32px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.loona-app__qr img  {
	border: 1px solid #e1e1e1;
	border-radius: 32px;
	padding: 11px;
	background: #fff;
}
.loona-app__qr p {
	font-weight: 700;
	font-size: 32px;
	line-height: 103%;
	text-align: center;
	color: #ff8753;
	margin-top: 12px;
}
.loona-app__text {
	font-weight: 900;
	font-size: 48px;
	line-height: 103%;
	text-align: center;
	background: linear-gradient(180deg, #505050 0%, #121212 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	max-width: 614px;
	padding-bottom: 50px;
}
@media screen and (max-width: 1400px) {
  .abilites {
    margin-top: 160px;
  }
  .abilites-content {
    -ms-grid-rows: auto 142px 186px 174px;
    grid-template-rows: auto 142px 186px 174px;
  }
  .gpt-box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .gpt__item {
    max-width: 100%;
    min-height: auto;
    height: 100%;
  }
  .gpt__item-button {
    margin-top: auto;
    padding-top: 16px;
  }
  .tech-slider__item-text {
    right: 80px;
  }
  .tech-info-box {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
  .loona-app__text {
	max-width: 371px;
	font-size: 28px;
	margin: 0 10px;
    }
}
@media screen and (max-width: 1200px) {
  .abilites-emotions {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .abilites-emotions img {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin-bottom: -46px;
    margin-top: 32px;
  }
}
@media screen and (max-width: 1080px) {
  .hello {
    margin-top: 64px;
  }
  .hello__text {
    font-size: 29px;
    line-height: 28px;
    margin-top: -45px;
    margin-left: 50px;
  }
  .abilites-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px 0;
  }
  .loona-slider__item-text h3 {
    font-size: 24px;
    line-height: 25px;
  }
  .loona-slider__item-text p {
    font-size: 16px;
    line-height: 17px;
  }
  .gpt__title {
    font-size: 150px;
    line-height: 163px;
  }
  .tech-slider__item-text {
    left: 54%;
  }
  .tech-slider__item-text h3 {
    font-size: 24px;
    line-height: 24px;
  }
  .tech-slider__item-text p {
    font-size: 16px;
    line-height: 17px;
  }
  .tech-info__title {
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 32px;
  }
  .tech-info__list li {
    font-size: 24px;
    line-height: 24px;
  }
  .tech-info-box {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .tech-info__list li::before {
    top: 9px;
  }
  .tech-info__dropdown-content {
    gap: 30px;
  }
  .loona-app__qr p {
	font-size: 27px;
	margin-top: 8px;
    }
    .loona-app-content {
    	padding: 20px;
    }
}
@media screen and (max-width: 720px) {
  body {
    font-size: 16px;
    line-height: 17px;
  }
  .header-bg {
    -webkit-transform: perspective(80px) rotateX(-7deg);
            transform: perspective(80px) rotateX(-7deg);
  }
  .buy-link-bg {
    -webkit-transform: perspective(80px) rotateX(5deg);
            transform: perspective(80px) rotateX(5deg);
  }
  .buy-link-content a {
      margin-right: 0;
  }
  .hello__text {
    margin-top: 0;
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 16px;
    line-height: 17px;
    text-align: center;
  }
  .hello__text svg {
    width: 16px;
    height: 16px;
    margin-top: 4px;
  }
  .hello__video--mobile {
    display: block;
  }
  .hello__video--desktop {
    display: none;
  }
  .scroll-up {
    width: 32px;
    height: 32px;
    margin-right: 16px;
  }
  .scroll-up-box {
    top: calc(100% - 120px);
  }
  .abilites {
    margin-top: 64px;
    padding-bottom: 64px;
  }
  .abilites-lang h3 {
    font-size: 23px !important;
    line-height: 32px !important;
    margin-bottom: 24px;
  }
  .abilites__item {
    padding: 24px 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .abilites__item h3 {
    font-size: 24px;
    line-height: 25px;
  }
  .abilites-lang strong {
    border: 2px #ff8753 solid;
    white-space: nowrap;
  }
  .abilites-faces {
    text-align: center;
  }
  .abilites-gestures {
    text-align: center;
  }
  .abilites-gestures__box {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 24px 0;
  }
  .abilites-gestures__item-img svg {
    max-width: 58px;
    max-height: 58px;
  }
  .abilites-gestures__item {
    width: 50%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .abilites-gestures__item-pointright, .abilites-gestures__item-pointleft {
    height: 48px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .abilites-gestures__item:hover > .abilites-gestures__item-luv svg:nth-child(2) {
    height: 68px;
    max-height: 100%;
  }
  .abilites-gestures__item-luv {
    height: 68px;
  }
  .abilites-gpt {
    text-align: center;
  }
  .container-fluid {
    padding: 0 15px;
  }
  .loona-slider__title {
    font-size: 32px;
    line-height: 32px;
  }
  .loona-slider__item-text {
    text-align: center;
    padding: 24px 16px;
  }
  .loona-slider .slick-next {
    right: 18px;
  }
  .loona-slider .slick-prev {
    left: 18px;
  }
  .loona-slider .slick-arrow {
    width: 45px;
    height: 45px;
    }
    .loona-slider .slick-arrow svg {
        height: 25px;
        width: 12px;
    }
  .loona-slider__item-play svg, .loona-slider__item-pause svg {
    width: 100px;
    height: 100px;
  }
  .gpt__title {
    font-size: 80px;
    line-height: 81px;
    margin-bottom: -17px;
  }
  .gpt-box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .gpt .container-fluid {
    padding-bottom: 64px;
  }
  .tech-slider .slick-arrow {
    right: 5px;
  }
  .tech-slider-box {
    max-width: 327px;
    position: relative;
  }
  .tech-slider__item-text {
    left: 20px;
    top: 42px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    right: auto;
    max-width: 287px;
  }
  .tech-slider__wrap {
    max-width: 327px;
    margin: 0 auto;
  }
  .tech-slider .slick-dots {
    right: -36px;
  }
  .tech-slider__item-text h3 {
    margin-top: 16px;
  }
  .tech-info {
    margin-top: 64px;
  }
  .tech-info__title {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 24px;
  }
  .tech-info__list li {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-left: 30px;
  }
  .tech-info__list li::before {
    top: 8px;
    left: 13px;
    width: 4px;
    height: 4px;
  }
  .tech-info-box {
    margin-top: 47px;
    gap: 34px 12px;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .tech-info__dropdown {
    padding: 16px 10px 8px 10px;
  }
  .tech-info__dropdown-box:nth-child(1) {
    padding-top: 32px;
  }
  .tech-info__dropdown-box {
    padding-top: 48px;
  }
  .tech-info__dropdown-content {
    display: block;
  }
  .tech-info__dropdown-box h3 {
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 28px;
  }
  .tech-info__dropdown-item p:nth-child(1) {
    margin-right: 10px;
  }
    .tech-info__dropdown-gpt {
    padding-top: 48px;
    padding-bottom: 16px;
  }
  .tech-info__dropdown-gpt h3 {
    font-size: 24px;
    line-height: 24px;
    text-align: center;
  }
  .tech-info__dropdown-gpt p {
    padding: 24px 10px;
    font-size: 14px;
    line-height: 19px;
  }
  .gallery-box {
    display: none;
  }
  .gallery-box:nth-child(1) {
    display: block;
  }
  .gallery-box:nth-child(2) {
    display: block;
  }
  .gallery-box:nth-child(4) {
    display: block;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
  }
  .gallery-content {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (1fr)[3];
    grid-template-rows: repeat(3, 1fr);
    gap: 16px;
    max-width: 329px;
    margin: 0 auto;
  }
  .footer {
    margin-top: 100px;
  }
  .footer-content {
    top: 8px;
  }
  .footer__logo svg {
    max-width: 252px;
  }
  .footer-contnent p {
    margin-bottom: 20px;
  }
  .footer-bg {
    -webkit-transform: perspective(188px) rotateX(4deg);
            transform: perspective(188px) rotateX(4deg);
  }
  .main-video {
    margin-top: 0;
  }
  .main-video--desktop {
    display: none;
  }
  .main-video--mobile {
    display: block;
  }
  .buy-link-bg {
    left: 0;
    right: 0;
  }
  	.loona-app-content {
		padding: 32px 16px;
		flex-direction: column; 
        max-width: 328px;
        margin: 0 auto;
	}
	.loona-app__text {
		font-size: 24px;
		margin: 0 0 32px 0;
		order: -1;
		padding-bottom: 0;
	}
	.loona-app__qr p {
		font-size: 20px;
    }
	.loona-app__qr {
		max-width: 160px;
		margin-bottom: 24px;
	}
	.loona-app__qr:last-child {
		margin-bottom: 0;
	}
	.loona-app__qr img {
		padding: 8px;
	}
}
@media screen and (max-width: 520px) {
  .petbot-content {
    display: block;
    margin: 0 auto;
    max-width: 328px;
  }
  .petbot__gif {
    width: 87%;
    top: 29%;
    right: 8.5%;
  }
  .loona-slider .slick-dots {
    bottom: 16px;
  }
  .loona-slider__item-img img {
    margin: 0 auto;
    display: block;
  }
  .loona-slider__item-img {
    min-height: 408px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .loona-slider .container-fluid {
    padding-bottom: 374px;
  }
  .loona-slider__video--desktop {
    display: none;
  }
   .loona-slider__video--mobile {
    display: block;
  }
  .gpt__title {
    white-space: nowrap;
  }
}