* {
  box-sizing: border-box;
}
body {
  font-family: Lato-Regular, Helvetica, Arial, sans-serif;
  overflow-x: hidden;
}
body,
div,
p,
a,
span,
main,
ul,
html,
button,
input {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
}
button,
a {
  cursor: pointer;
}
a {
  text-decoration: none;
  color: inherit;
}
h1,
h2,
h3 {
  margin: 0;
}
main {
  overflow: hidden;
  position: relative;
  transition: all 600ms ease-in-out;
}
.is-blurred {
  filter: blur(8px);
}
.main-flip {
  transition: transform 0.6s;
  transform-style: preserve-3d;
  position: relative;
}
main.socials-pics .paint-img,
main.socials-pics .paint-video {
  display: none;
}
main.socials-pics .backside {
  filter: drop-shadow(5px 5px 14px rgba(0, 0, 0, 0.05));
}
main:not(.socials-pics) .backside {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: rotateY(180deg);
  margin-top: -100%;
  filter: drop-shadow(5px 5px 14px rgba(0, 0, 0, 0.05));
}
.paint-video {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.paint-img {
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.art .flip-cont {
  perspective: 1000px;
}
@media (pointer: coarse) {
  main:not(.socials-pics) .flipped .main-flip {
    transform: rotateY(180deg);
  }
  main:not(.socials-pics) .flip-cont:after {
    content: '';
    font-size: 12px;
    color: black;
    position: absolute;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_1' data-name='Layer 1' viewBox='0 0 102.53 122.88'%3E%3Ctitle%3Emouse-cursor%3C/title%3E%3Cpath d='M76.7,122.45a4.62,4.62,0,0,1-3.11.28,4.34,4.34,0,0,1-2.66-2L59.78,101.51l-10.61,11.9A13.37,13.37,0,0,1,44.4,117a6.27,6.27,0,0,1-3.63.42,4.82,4.82,0,0,1-3.14-2.26,8.74,8.74,0,0,1-1.18-4l-5.91-77a1.09,1.09,0,0,1,0-.18,3.22,3.22,0,0,1,1.3-2.65,1.85,1.85,0,0,1,.63-.31,3.09,3.09,0,0,1,1.34-.15,3.34,3.34,0,0,1,1.23.39,1.76,1.76,0,0,1,.37.23L99,75a8.86,8.86,0,0,1,2.91,3,4.79,4.79,0,0,1,.38,3.85,6.29,6.29,0,0,1-2.18,2.93,13.34,13.34,0,0,1-5.47,2.35l-.07,0L79,90.38,90.1,109.66a4.32,4.32,0,0,1,.41,3.29,4.66,4.66,0,0,1-1.94,2.67l-.13.07-11.5,6.64a.9.9,0,0,1-.24.12Zm-2.08-3.62a.62.62,0,0,0,.33,0,.34.34,0,0,1,.12-.06l11.35-6.55a.58.58,0,0,0,.2-.31.35.35,0,0,0,0-.25l-13-22.22h0a2.05,2.05,0,0,1-.22-.6A2,2,0,0,1,75,86.46l18.26-3.24h.07a9.41,9.41,0,0,0,3.8-1.58,2.36,2.36,0,0,0,.83-1,.91.91,0,0,0-.11-.73,5,5,0,0,0-1.61-1.58l-61-41.92L41,110a4.86,4.86,0,0,0,.57,2.19.89.89,0,0,0,.57.45,2.22,2.22,0,0,0,1.29-.21,9.16,9.16,0,0,0,3.26-2.5l11.37-13.7h0a2.19,2.19,0,0,1,.5-.41,2,2,0,0,1,2.75.74l13.09,22.16a.34.34,0,0,0,.21.12Zm.44-.06a2,2,0,0,1,.88-.21l-.88.21ZM29.52,15.37a14.11,14.11,0,0,1,10,4.14c.27.27.52.54.76.82l-.41-.13a15.23,15.23,0,0,0-2.35-.54c-.26-.05-.53-.09-.79-.12a16.41,16.41,0,0,0-3.64,0l-.51.07a10.42,10.42,0,0,0-10.41,2.57h0a10.33,10.33,0,0,0-3,7.34,10.43,10.43,0,0,1-.18,3,16,16,0,0,0-.27,2.56,12.31,12.31,0,0,0,0,1.92l.14,1.78a14.16,14.16,0,0,1,.67-19.29h0a14.1,14.1,0,0,1,10-4.14ZM29.52,0A29.53,29.53,0,0,1,59.05,29.52c0,1,0,1.92-.14,2.86l-4.34-3A25,25,0,1,0,19.9,52.66l.38,4.91A29.53,29.53,0,0,1,29.52,0Z'/%3E%3C/svg%3E");
    width: 20px;
    background-repeat: no-repeat;
    height: 20px;
    bottom: -4%;
    right: 10%;
    animation: cursor-pointer 2s infinite ease 0.5s;
  }
  main:not(.socials-pics) .flip-cont:hover {
    transform: initial;
  }
  main:not(.socials-pics) .main-right .flip-cont:after {
    filter: invert(1);
  }
  @keyframes cursor-pointer {
    0% {
      transform: scale(1.2);
    }
    50% {
      transform: scale(1);
    }
    100% {
      transform: scale(1.2);
    }
  }
}
@media (pointer: fine) {
  main:not(.socials-pics) .main-right .flip-cont:hover .main-flip {
    transform: rotateY(180deg);
  }
  main:not(.socials-pics) .art .flip-cont:hover .main-flip {
    transform: rotateY(180deg);
  }
}
.main-right {
  position: relative;
}
.main-right .flip-cont {
  perspective: 1000px;
  max-width: 582px;
}
.main-right img {
  max-width: 100%;
  width: 582px;
}
.main-right video {
  max-width: 100%;
  width: 582px;
  object-fit: cover;
}
.main-right canvas {
  width: 582px;
}
div.art img,
div.art video {
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
}
canvas {
  max-width: 100%;
}
h2 {
  color: #1A1A1D;
  text-align: center;
  font-size: 40px;
  letter-spacing: 1.43px;
  line-height: 48px;
}
@media (max-width: 1250px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 700px) {
  h2 {
    font-size: 24px;
    line-height: 29px;
  }
}
h3 {
  color: #1A1A1D;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 34px;
}
@media (max-width: 600px) {
  h3 {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  h3 {
    font-size: 21px;
  }
}
p {
  max-width: 100%;
}
@font-face {
  font-family: Lato-Regular;
  src: url(fonts/Lato-Regular.eot);
  src: url(fonts/Lato-Regular.eot?#iefix) format('embedded-opentype'), url(fonts/Lato-Regular.woff2) format('woff2'), url(fonts/Lato-Regular.woff) format('woff'), url(fonts/Lato-Regular.ttf) format('truetype'), url(fonts/Lato-Regular.svg#Lato-Regular) format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Lato-Regular;
  src: url(fonts/lato-medium.eot);
  src: url(fonts/lato-medium.eot?#iefix) format('embedded-opentype'), url(fonts/lato-medium.woff2) format('woff2'), url(fonts/lato-medium.woff) format('woff'), url(fonts/lato-medium.ttf) format('truetype'), url(fonts/lato-medium.svg#lato-medium) format('svg');
  font-weight: 500;
  font-style: bolder;
}
@font-face {
  font-family: Lato-Regular;
  src: url(fonts/lato-light.eot);
  src: url(fonts/lato-light.eot?#iefix) format('embedded-opentype'), url(fonts/lato-light.woff2) format('woff2'), url(fonts/lato-light.woff) format('woff'), url(fonts/lato-light.ttf) format('truetype'), url(fonts/lato-light.svg#lato-light) format('svg');
  font-weight: 300;
  font-style: lighter;
}
@font-face {
  font-family: Lato-Semibold;
  src: url(fonts/Lato-Semibold.eot);
  src: url(fonts/Lato-Semibold.eot?#iefix) format('embedded-opentype'), url(fonts/Lato-Semibold.woff2) format('woff2'), url(fonts/Lato-Semibold.woff) format('woff'), url(fonts/Lato-Semibold.ttf) format('truetype'), url(fonts/Lato-Semibold.svg#Lato-Semibold) format('svg');
  font-weight: 400;
  font-style: normal;
}
.container {
  margin: 0 auto;
  max-width: 100%;
  width: 1280px;
}
@media (max-width: 1380px) {
  .container {
    padding: 0 50px;
  }
}
header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 50px 0;
  z-index: 1;
}
header .container {
  padding: 0 50px;
  width: 1920px;
}
@media (max-width: 600px) {
  header {
    height: 56px;
    padding: 0;
    background: rgba(255, 255, 255, 0.1);
  }
  header .container {
    padding: 0;
  }
  header span.logo {
    height: 25px;
    width: 109px;
    left: 19px;
    top: 17px;
    z-index: 11;
  }
  header .burger-btn {
    top: 18px;
    right: 10px;
  }
  header .burger-btn span:before,
  header .burger-btn span:after,
  header .burger-btn span {
    width: 22px;
  }
  header .burger-btn span:after {
    bottom: -8px;
  }
  header .burger-btn span:before {
    top: -8px;
  }
}
span.logo {
  height: 32px;
  margin-right: 20px;
  width: 140px;
  left: 50px;
  display: inline-block;
  position: absolute;
  z-index: 11;
}
.action-buttons {
  color: black;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 18px;
  position: absolute;
  right: 48px;
  top: 48px;
  font-size: 14px;
  display: flex;
  align-items: baseline;
}
.action-buttons .login-button {
  cursor: pointer;
  padding: 10px 16px;
  display: inline-block;
  margin-right: 6px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  color: white;
  font-weight: 500;
  transition: 0.3s all ease-in-out;
}
.action-buttons .login-button:hover {
  background: linear-gradient(270deg, rgba(255, 81, 38, 0.13) 0%, rgba(251, 64, 126, 0.2) 100%);
}
@media (max-width: 820px) {
  .action-buttons {
    display: none;
  }
}
span.lang {
  cursor: pointer;
}
span.lang ul {
  background: white;
  border-radius: 20px;
  min-width: 63px;
}
span.lang li {
  display: none;
  line-height: 24px;
}
span.lang li a {
  color: black!important;
  text-align: left;
  display: block;
  height: 100%;
  padding: 0px 16px;
}
span.lang li:first-child {
  display: block;
  text-align: center;
  padding-bottom: initial;
  line-height: initial;
}
span.lang li:first-child:after {
  position: absolute;
  display: inline-block;
  content: '';
  border: 3px solid black;
  border-color: black transparent transparent;
  margin-top: -20px;
  margin-left: 15px;
}
span.lang li:last-child {
  padding-bottom: 6px;
}
span.lang li:hover {
  opacity: 0.6;
}
span.lang input {
  display: none;
}
span.lang label {
  cursor: pointer;
  padding: 10px 25px 10px 16px;
  display: block;
}
span.lang input#d-lang[type="checkbox"]:checked ~ .drop li {
  display: block;
}
span.lang input#d-lang[type="checkbox"]:checked ~ .drop li label {
  padding: 10px 25px 0px 16px;
}
span.lang input#d-lang[type="checkbox"]:checked ~ .drop li:first-child:after {
  margin-top: -10px;
}
span.lang input#d-lang-t[type="checkbox"]:checked ~ .drop-t li {
  display: block;
}
span.lang input#d-lang-t[type="checkbox"]:checked ~ .drop-t li label {
  padding: 10px 25px 0px 16px;
}
span.lang input#d-lang-t[type="checkbox"]:checked ~ .drop-t li:first-child:after {
  margin-top: -10px;
}
ul.menu {
  text-align: center;
  color: white;
}
ul.menu li {
  line-height: 32px;
  margin: 0 22px;
  display: inline-block;
}
ul.menu li a {
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
@media screen and (max-width: 820px) {
  ul.menu {
    display: none;
  }
}
input#menu-burger[type="checkbox"]:checked ~ .container .close-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.burger-btn,
.burger-menu,
header input[type="checkbox"] {
  display: none;
}
input#menu-burger[type="checkbox"]:checked ~ .container .menu {
  display: block;
  padding: 20px 0;
  padding-top: 60px;
  z-index: 11;
}
input#menu-burger[type="checkbox"]:checked ~ .container .menu:before {
  content: '';
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
input#menu-burger[type="checkbox"]:checked ~ .container .menu li {
  list-style: none;
  width: 100%;
  text-align: left;
  position: relative;
  z-index: 11;
  margin: 0;
}
input#menu-burger[type="checkbox"]:checked ~ .container .menu li:hover {
  background: rgba(255, 255, 255, 0.1);
}
input#menu-burger[type="checkbox"]:checked ~ .container .menu li a:not(.drop) {
  color: white;
  font-size: 16px;
  letter-spacing: 0.86px;
  line-height: 24px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px;
  display: block;
}
input#menu-burger[type="checkbox"]:checked ~ .container .menu span.lang {
  display: block;
  position: relative;
  top: initial;
  right: initial;
  max-width: 75px;
}
@media (min-width: 600px) {
  input#menu-burger[type="checkbox"]:checked ~ .container .menu span.lang {
    max-width: 70px;
    line-height: 24px;
  }
}
input#menu-burger[type="checkbox"]:checked ~ .container .action-buttons {
  display: flex;
  left: 50px;
  z-index: 11;
  top: initial;
}
input#menu-burger[type="checkbox"]:checked ~ .container {
  background-color: rgba(70, 70, 172, 0.85);
  z-index: 10;
  backdrop-filter: blur(8px);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 50px;
}
@media (max-width: 820px) {
  .burger-btn {
    display: block;
  }
  .burger-btn {
    position: absolute;
    z-index: 20;
    right: 50px;
    top: 50px;
  }
  .burger-btn {
    cursor: pointer;
    padding: 10px 35px 16px 0;
  }
  .burger-btn span,
  .burger-btn span:before,
  .burger-btn span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 2px;
    width: 25px;
    background: white;
    position: absolute;
    display: block;
    content: '';
  }
  .burger-btn span:before {
    top: -10px;
  }
  .burger-btn span:after {
    bottom: -10px;
  }
  .burger-btn span,
  .burger-btn span:before,
  .burger-btn span:after {
    transition: all 500ms ease-in-out;
  }
  input#menu-burger[type="checkbox"]:checked ~ .container .burger-btn span {
    background-color: transparent;
  }
  input#menu-burger[type="checkbox"]:checked ~ .container .burger-btn span:before,
  input#menu-burger[type="checkbox"]:checked ~ .container .burger-btn span:after {
    top: 0;
  }
  input#menu-burger[type="checkbox"]:checked ~ .container .burger-btn span:before {
    transform: rotate(45deg);
  }
  input#menu-burger[type="checkbox"]:checked ~ .container .burger-btn span:after {
    transform: rotate(-45deg);
  }
}
.welcome {
  width: 100%;
  background-color: #934cc4;
  background: url(../assets/images/main2.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 1250px) {
  .welcome {
    padding-bottom: 15%;
  }
}
@media (max-width: 1000px) {
  .welcome {
    height: auto;
    padding-bottom: 100px;
  }
}
@media screen and (orientation: landscape) and (max-height: 700px) {
  .welcome .container {
    text-align: center;
  }
}
.main-left,
.main-right {
  display: inline-block;
  margin-top: 170px;
  max-width: 100%;
  vertical-align: top;
}
@media screen and (orientation: landscape) and (max-height: 600px) {
  .main-left,
  .main-right {
    margin-top: 120px;
  }
}
@media screen and (orientation: landscape) and (max-height: 700px) {
  .main-left,
  .main-right {
    text-align: left;
  }
}
.main-left {
  color: white;
  padding-top: 110px;
  margin-right: 68px;
  padding-bottom: 330px;
}
.main-left h1 {
  letter-spacing: 2px;
  font-size: 48px;
  line-height: 56px;
  width: 625px;
  max-width: 99%;
  margin-bottom: 24px;
}
.main-left p {
  line-height: 32px;
  letter-spacing: 0.75px;
  font-size: 21px;
  width: 500px;
  max-width: 99%;
  font-weight: 300;
}
.main-left .card {
  font-size: 12px;
  opacity: 0.7;
  padding: 0 34px;
  line-height: 14px;
  margin-top: 6px;
}
.main-left a.try-free {
  margin-top: 40px;
}
.main-left a.try-free:hover {
  opacity: 0.9;
}
@media (max-width: 1380px) {
  .main-left {
    max-width: 45%;
    margin-right: 9%;
  }
  .main-left h1 {
    font-size: 46px;
  }
}
@media (max-width: 1250px) {
  .main-left {
    padding-top: 7%;
    padding-bottom: initial;
  }
  .main-left h1 {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (max-width: 1000px) {
  .main-left {
    display: block;
    margin-top: 0;
    padding-top: 140px;
    max-width: 100%;
    text-align: center;
    margin-right: auto;
    padding-bottom: 0;
  }
  .main-left h1 {
    width: 490px;
    margin: 0 auto 24px auto;
  }
  .main-left p {
    margin: 0 auto;
  }
}
@media (max-width: 700px) {
  .main-left h1 {
    font-size: 28px;
    letter-spacing: 1px;
    line-height: 38px;
  }
  .main-left p {
    font-size: 18px;
    letter-spacing: 0.57px;
    line-height: 26px;
  }
  .main-left a.try-free {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .main-left {
    padding-top: 80px;
  }
}
@media (max-width: 480px) {
  .main-left h1 {
    font-size: 24px;
    line-height: 29px;
  }
  .main-left p {
    font-size: 16px;
  }
  .main-left a.try-free {
    font-size: 14px;
  }
}
@media screen and (orientation: landscape) and (max-height: 700px) {
  .main-left {
    padding-top: 20px;
  }
  .main-left h1 {
    font-size: 46px;
    line-height: 50px;
  }
  .main-left a.try-free {
    margin-top: 30px;
  }
}
@media screen and (orientation: landscape) and (max-height: 500px) {
  .main-left h1 {
    font-size: 32px;
    line-height: 36px;
    width: 480px;
  }
  .main-left p {
    width: 450px;
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 1380px) {
  .main-right {
    max-width: 45%;
  }
}
@media (max-width: 1000px) {
  .main-right {
    max-width: 75%;
    margin: 80px auto;
    display: block;
    text-align: center;
    width: 480px;
  }
}
@media screen and (orientation: landscape) and (max-height: 700px) {
  .main-right {
    width: 450px;
  }
}
@media screen and (orientation: landscape) and (max-height: 600px) {
  .main-right {
    width: 380px;
  }
}
@media screen and (orientation: landscape) and (max-height: 500px) {
  .main-right {
    width: 300px;
  }
}
a.try-free {
  text-transform: uppercase;
  color: white;
  padding: 20px 53px;
  background: linear-gradient(270deg, #FF5126 0%, #FB407E 100%);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.57px;
  line-height: 16px;
  box-shadow: 0 8px 30px 0 rgba(250, 57, 53, 0.25);
  border-radius: 28px;
  display: inline-block;
}
div.clients {
  margin-top: 200px;
  z-index: 1;
  position: relative;
}
div.clients ul {
  text-align: center;
  text-align-last: center;
  padding-top: 80px;
  margin-bottom: 75px;
}
@media (max-width: 422px) {
  div.clients ul {
    text-align: center;
  }
}
div.clients ul:after {
  display: inline-block;
  content: '';
  width: 100%;
}
div.clients ul li {
  margin: 15px 30px 30px;
  display: inline-block;
  vertical-align: middle;
}
div.clients ul li img {
  position: relative;
  max-height: 68px;
  max-width: 210px;
  z-index: 1;
  filter: "url(data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter i…0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale)";
  filter: gray;
  -webkit-filter: grayscale(100%);
  opacity: 0.3;
}
div.clients ul li img:hover {
  filter: none;
  -webkit-filter: grayscale(0);
  opacity: 1;
}
@media (max-width: 1250px) {
  div.clients ul li img {
    max-height: 54px;
    max-width: 180px;
  }
}
@media (max-width: 600px) {
  div.clients ul li img {
    max-width: 120px !important;
  }
}
@media (max-width: 400px) {
  div.clients ul li img {
    max-width: 100px;
  }
}
@media (max-width: 600px) {
  div.clients ul li {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 1000px) {
  div.clients {
    margin-top: 100px;
  }
}
div.back {
  width: 100%;
  background: url(../assets/images/wave.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-top: -20px;
  overflow-x: hidden;
}
div.features {
  padding-top: 200px;
  position: relative;
  z-index: 1;
}
div.features .container {
  width: 1100px;
}
@media (max-width: 600px) {
  div.features .container {
    padding: 0 24px;
  }
}
div.features .row {
  font-size: 0;
  display: table;
  margin-bottom: 160px;
}
div.features .row .intro {
  width: 556px;
  height: 510px;
  max-width: 100%;
  display: table-cell;
  vertical-align: middle;
}
div.features .row .intro h3 {
  margin-bottom: 18px;
  max-width: 90%;
}
@media screen and (max-width: 1120px) {
  div.features .row .intro h3 {
    margin: 0 auto 18px;
  }
}
div.features .row .intro p {
  width: 460px;
  color: #1A1A1D;
  font-size: 16px;
  letter-spacing: 0.57px;
  line-height: 26px;
  margin-bottom: 24px;
}
div.features .row .intro a {
  color: #FF3765;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.57px;
  line-height: 26px;
  text-transform: uppercase;
}
div.features .row .intro a:hover {
  background: rgba(224, 222, 255, 0.5);
}
div.features .row .art {
  height: 510px;
  width: 544px;
  max-width: 100%;
  display: table-cell;
  vertical-align: middle;
  padding: 15px;
  position: relative;
  z-index: 1;
}
div.features .row:nth-child(2) .art {
  padding: 36px;
}
div.features .row:nth-child(3) .art {
  padding: 0;
  text-align: center;
}
div.features .row:nth-child(4) {
  margin-bottom: 240px;
}
div.features .row:nth-child(4) .art {
  padding: 20px 40px 20px 0;
}
@media (max-width: 1120px) {
  div.features .row:nth-child(4) {
    margin-bottom: 60px;
  }
}
@media (max-width: 600px) {
  div.features .row:nth-child(4) {
    margin-bottom: 20px;
  }
}
div.features .row .art + .intro {
  padding-left: 80px;
}
@media (max-width: 1120px) {
  div.features .row .art + .intro {
    padding-left: initial;
  }
}
@media (max-width: 1380px) {
  div.features {
    padding-top: 100px;
  }
  div.features .row {
    margin-bottom: 80px;
  }
  div.features .row:nth-child(4) {
    margin-bottom: 80px;
  }
  div.features .row .intro {
    max-width: 60%;
    width: auto;
    padding-right: 60px;
  }
  div.features .row .art {
    max-width: 40%;
  }
}
@media (max-width: 1120px) {
  div.features .row {
    display: block;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  div.features .row .intro {
    padding: 0;
    width: 90%;
    display: block;
    margin: 0 auto 60px;
    max-width: initial;
    height: auto;
    text-align: center;
    order: 2;
    -webkit-order: 2;
  }
  div.features .row .intro p {
    margin: 0 auto 24px;
  }
  div.features .row .art {
    display: block;
    width: 470px;
    height: auto;
    text-align: center;
    max-width: 90%;
    margin: 0 auto 60px;
    order: 1;
    -webkit-order: 1;
  }
  div.features .row:nth-child(3) .art {
    width: 400px;
  }
}
div.slider {
  width: 100%;
  background: url(../assets/images/slider-bg.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 220px;
  padding-bottom: 210px;
  color: white;
}
div.slider > * {
  z-index: 1;
  position: relative;
}
div.slider h2 {
  color: white;
}
div.slider p {
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.57px;
  line-height: 26px;
  font-weight: 300;
  margin-top: 5px;
}
div.slider .slider-block {
  padding-top: 84px;
}
div.slider .slider-block div {
  width: 981px;
  max-width: 100%;
  margin: 0 auto;
  z-index: 10;
  position: relative;
  display: none;
  transform: scale(0.95);
  -webkit-transition: all 0.75s ease-in 0s;
  -moz-transition: all 0.75s ease-in 0s;
  -o-transition: all 0.75s ease-in 0s;
  transition: all 0.75s ease-in 0s;
}
div.slider .slider-block div.slide {
  position: absolute;
  display: block;
  opacity: 0;
  left: 50%;
  transform: scale(0.95) translateX(-52.5%);
  margin-top: -30px;
}
div.slider .slider-block div.active {
  transform: scale(1) translateX(-50%);
  margin-top: initial;
  display: block;
  z-index: 11;
  opacity: 1;
}
div.slider .slider-block div img {
  max-width: 100%;
  border-radius: 4px;
}
div.slider .slider-block div.mask {
  position: absolute;
  width: 916px;
  max-width: 90%;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  z-index: 5;
  margin-top: -10px;
  opacity: 0.7;
}
div.slider .slider-block div.mask img {
  border-radius: 4px;
}
div.slider .slider-block div.mask-2 {
  max-width: 80%;
  left: 50%;
  transform: translateX(-50%);
  width: 852px;
  display: block;
  z-index: 1;
  margin-top: -20px;
  opacity: 0.5;
  position: relative;
  transform: translateY(0px);
  left: initial;
  margin-bottom: 104px;
}
div.slider .slider-block div.mask-2 img {
  border-radius: 4px;
}
@media (max-width: 1280px) {
  div.slider .slider-block div {
    max-width: 75%;
  }
  div.slider .slider-block div.mask {
    max-width: 70%;
  }
  div.slider .slider-block div.mask-2 {
    max-width: 70%;
  }
}
@media (max-width: 900px) {
  div.slider .slider-block div {
    max-width: 85%;
  }
  div.slider .slider-block div.mask {
    max-width: 75%;
  }
  div.slider .slider-block div.mask-2 {
    max-width: 75%;
  }
}
@media (max-width: 900px) {
  div.slider .slider-block div.mask {
    max-width: 78%;
    margin-top: -8px;
  }
  div.slider .slider-block div.mask-2 {
    max-width: 86%;
    margin-top: -16px;
  }
}
div.slider div.arrows {
  width: 1110px;
  max-width: 98%;
  margin: -28% auto 28% auto;
  position: relative;
  z-index: 1;
}
div.slider div.arrows .left,
div.slider div.arrows .right {
  cursor: pointer;
}
div.slider div.arrows .right {
  float: right;
}
@media (max-width: 900px) {
  div.slider div.arrows {
    margin: 170px auto 0 auto;
    text-align: center;
  }
  div.slider div.arrows .left,
  div.slider div.arrows .right {
    margin: 0 16px;
  }
  div.slider div.arrows .right {
    float: initial;
  }
}
div.slider div.sl-dots {
  display: block;
  text-align: center;
  padding-top: 26px;
  position: relative;
  z-index: 1;
}
div.slider div.sl-dots .dot {
  height: 7px;
  width: 7px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  margin: 0 7.5px;
  vertical-align: middle;
  cursor: pointer;
  display: inline-block;
  border-radius: 50%;
}
div.slider div.sl-dots .dot.active {
  background: linear-gradient(270deg, #FF5126 0%, #FB407E 100%);
  width: 8px;
  height: 8px;
  border: none;
}
@media (max-width: 900px) {
  div.slider div.sl-dots {
    margin-top: -130px;
  }
}
@media (max-width: 1000px) {
  div.slider {
    padding-top: 180px;
  }
}
div.pricing {
  text-align: center;
  margin-top: 160px;
  position: relative;
  z-index: 1;
}
div.pricing .container {
  width: 980px;
  padding: 0;
}
div.pricing p {
  font-size: 16px;
  letter-spacing: 0.57px;
  line-height: 26px;
  margin-top: 16px;
  text-align: center;
  margin-bottom: 24px;
}
div.pricing a {
  text-align: center;
  color: #FF3765;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.57px;
  line-height: 26px;
  text-transform: uppercase;
}
div.pricing div.bubbles {
  display: block;
  margin-top: 80px;
}
div.pricing div.bubbles img.pointer {
  position: absolute;
  z-index: 1;
  bottom: 0;
}
@media (min-width: 700px) {
  div.pricing div.bubbles .b-left {
    width: 36%;
    text-align: left;
  }
}
div.pricing div.bubbles .b-left .bub {
  margin-top: 160px;
  position: absolute;
  margin-left: 255px;
  height: 154px;
  width: 154px;
  background: linear-gradient(270deg, #00DAC6 0%, #00B395 100%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 20px 220px 0 rgba(1, 209, 187, 0.36);
}
div.pricing div.bubbles .b-left .bub span {
  color: white;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 154px;
}
div.pricing div.bubbles .b-left .bub img.pointer {
  margin-left: -54px;
  margin-bottom: 15px;
  left: 0;
}
div.pricing div.bubbles .b-left ul {
  padding-top: 137px;
}
div.pricing div.bubbles .b-left ul li strong {
  color: #01d4c1;
  font-weight: 600;
}
div.pricing div.bubbles .b-left ul li::before {
  background-color: #00DAC6;
}
div.pricing div.bubbles .b-right {
  max-width: 60%;
}
div.pricing div.bubbles .b-right .bub {
  height: 279px;
  width: 279px;
  background: linear-gradient(270deg, #FF5126 0%, #FB407E 100%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  box-shadow: 0 20px 120px 0 rgba(250, 57, 53, 0.49);
}
div.pricing div.bubbles .b-right .bub span {
  color: white;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 1.71px;
  line-height: 279px;
}
div.pricing div.bubbles .b-right .bub img.pointer {
  margin-bottom: 50px;
  margin-left: 8px;
}
div.pricing div.bubbles .b-right .bub label {
  display: none;
}
@media (min-width: 700px) {
  div.pricing div.bubbles .b-right .bub label {
    display: inline;
    color: white;
    position: absolute;
    line-height: 279px;
    margin-top: 30px;
    opacity: 0.8;
    margin-left: -37px;
  }
}
div.pricing div.bubbles .b-right ul {
  margin-left: 344px;
  max-width: 240px;
  padding-top: 170px;
}
div.pricing div.bubbles .b-right ul li strong {
  color: #FB407E;
  font-weight: 500;
}
div.pricing div.bubbles .b-right ul li::before {
  background-color: #FB407E;
}
div.pricing div.bubbles .b-left,
div.pricing div.bubbles .b-right,
div.pricing div.bubbles .bub,
div.pricing div.bubbles ul {
  display: inline-block;
  vertical-align: top;
}
div.pricing div.bubbles ul {
  text-align: left;
  padding-left: 20px;
  font-size: 16px;
  letter-spacing: 0.89px;
  line-height: 18px;
}
div.pricing div.bubbles ul li {
  margin-bottom: 14px;
}
div.pricing div.bubbles ul li::before {
  position: absolute;
  background-color: #00DAC6;
  width: 7px;
  height: 7px;
  display: block;
  content: '';
  margin-left: -20px;
  border-radius: 50%;
  margin-top: 6px;
}
@media (max-width: 920px) {
  div.pricing p {
    max-width: 80%;
    margin: 16px auto 24px;
  }
  div.pricing div.bubbles {
    padding: 0 20px;
  }
  div.pricing div.bubbles .b-left {
    margin-left: 60px;
    display: block;
    text-align: left;
  }
  div.pricing div.bubbles .b-right {
    max-width: initial;
    display: block;
    margin-top: 60px;
  }
}
@media (max-width: 800px) {
  div.pricing div.bubbles {
    margin-top: 0;
  }
  div.pricing div.bubbles .b-right {
    margin-left: 70px;
  }
}
@media (max-width: 700px) {
  div.pricing {
    margin-top: 80px;
  }
  div.pricing div.bubbles {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  div.pricing div.bubbles img.pointer {
    display: none;
  }
  div.pricing div.bubbles .b-right {
    order: 1;
    -webkit-order: 1;
    margin-left: 0;
    margin-top: 117px;
  }
  div.pricing div.bubbles .b-right .bub {
    width: 200px;
    height: 200px;
    margin-top: -37px;
    right: -54px;
  }
  div.pricing div.bubbles .b-right .bub span {
    line-height: 200px;
    font-size: 32px;
    margin-left: -30px;
  }
  div.pricing div.bubbles .b-right ul {
    display: block;
    margin-left: 0;
    padding-top: 0;
    width: 240px;
    max-width: 60%;
    padding-left: 25px;
  }
  div.pricing div.bubbles .b-left {
    order: 2;
    -webkit-order: 2;
    margin-left: 0;
    margin-top: 114px;
  }
  div.pricing div.bubbles .b-left ul {
    padding-top: 0;
    float: right;
  }
  div.pricing div.bubbles .b-left .bub {
    margin-top: -34px;
    left: 0;
    margin-left: -26px;
  }
}
@media (max-width: 375px) {
  div.pricing .b-left .bub {
    margin-left: -42px;
  }
  div.pricing .b-right .bub {
    right: -68px;
  }
}
span.play-button {
  display: block;
  width: 80px;
  height: 80px;
  border: 1px solid white;
  border-radius: 50%;
  position: absolute;
  margin-top: -28%;
  left: 50%;
  transform: translate(-50%, -50%);
}
span.play-button:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12.5px 0 12.5px 22.3px;
  border-color: transparent transparent transparent #ffffff;
  display: block;
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  z-index: 50;
}
.start-video {
  display: block;
  height: 1px;
}
.start-video:hover {
  opacity: 1;
  -webkit-filter: brightness 1;
  filter: brightness 1;
}
div.thumbnail_container {
  width: 980px;
  max-width: 98%;
  overflow: hidden;
  background: linear-gradient(45.83deg, #8837BC 0%, #514ED7 100%);
  margin: 0 auto;
}
div.youtube-player {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
div.youtube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
img.thumbnail {
  opacity: 0.5;
  max-width: 102%;
  border-radius: 4px;
}
div.youtube-player {
  margin-top: 40px;
  text-align: center;
  overflow: hidden;
}
@media (max-width: 700px) {
  div.youtube-player {
    margin-top: 32px;
  }
}
div.explainer {
  margin-top: 270px;
  position: relative;
  z-index: 1;
}
div.explainer .container {
  width: 980px;
  padding: 0;
}
@media (max-width: 1000px) {
  div.explainer .container {
    padding: 0 30px;
  }
}
div.explainer p {
  text-align: center;
  margin-top: 16px;
}
@media (max-width: 700px) {
  div.explainer {
    margin-top: 180px;
  }
}
div.socials {
  background: url(../assets/images/bg-footer.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 400px;
  padding-bottom: 82px;
  text-align: center;
  z-index: 1;
}
div.socials > * {
  z-index: 1;
  position: relative;
}
div.socials h2 {
  font-size: 56px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 67px;
  text-align: center;
  color: white;
  max-width: 90%;
  margin: 0 auto;
}
div.socials p {
  font-size: 21px;
  letter-spacing: 0.75px;
  line-height: 32px;
  text-align: center;
  color: white;
  width: 970px;
  margin: 25px auto;
  max-width: 90%;
  font-weight: 300;
}
div.socials a.try-free {
  margin-top: 23px;
}
div.socials a.try-free:hover {
  opacity: 0.9;
}
div.socials .card {
  font-size: 14px;
  opacity: 0.6;
  margin: 8px auto 0 auto;
  line-height: 26px;
}
div.socials .back-to-top {
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 19px;
  font-size: 12px;
  letter-spacing: 0.43px;
  line-height: 26px;
  vertical-align: middle;
  text-transform: uppercase;
  color: white;
  margin-top: 285px;
  padding: 3px 16px;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.1s ease-in 0s;
  -moz-transition: all 0.1s ease-in 0s;
  -o-transition: all 0.1s ease-in 0s;
  transition: all 0.1s ease-in 0s;
}
div.socials .back-to-top img {
  vertical-align: middle;
  max-height: 100%;
  margin-right: 5px;
}
div.socials .back-to-top:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
div.socials div.networks {
  text-align: left;
  width: 1110px;
  margin: 0 auto;
  margin-top: 140px;
}
div.socials div.networks > * {
  z-index: 0;
}
div.socials div.networks span {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  vertical-align: top;
  position: absolute;
  z-index: 0;
}
div.socials div.networks span img {
  width: 100%;
  max-height: 100%;
  max-width: 100%;
  margin-top: 50%;
  transform: translateY(-50%);
}
div.socials div.networks span:before {
  content: '';
  border: 1px solid rgba(255, 255, 255, 0.53);
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 0;
  opacity: 0.06;
  z-index: 0;
  margin-left: -1px;
  margin-top: -1px;
}
div.socials div.networks span:nth-child(1) {
  width: 138px;
  height: 138px;
  padding: 42px;
  margin-left: 225px;
  margin-top: -186px;
}
div.socials div.networks span:nth-child(1):before {
  width: 138px;
  height: 138px;
  animation: pulse 4s infinite linear 2s;
}
div.socials div.networks span:nth-child(2) {
  width: 78px;
  height: 78px;
  padding: 17px;
  margin-left: 372px;
  margin-top: 389px;
  border: 11px solid #1012227d;
}
div.socials div.networks span:nth-child(2):before {
  width: 78px;
  height: 78px;
  animation: pulse 4s infinite linear;
  margin-left: -12px;
  margin-top: -12px;
}
div.socials div.networks span:nth-child(3) {
  width: 93px;
  height: 93px;
  padding: 20px;
  margin-left: 456px;
  margin-top: -262px;
  border: 13px solid #1012227d;
}
div.socials div.networks span:nth-child(3):before {
  width: 93px;
  height: 93px;
  animation: pulse 4s infinite linear 0.5s;
  margin-left: -14px;
  margin-top: -14px;
}
@media (max-width: 600px) {
  div.socials div.networks span:nth-child(3) {
    margin-top: 153px;
  }
}
div.socials div.networks span:nth-child(4) {
  width: 136px;
  height: 136px;
  padding: 31px;
  margin-left: 182px;
  margin-top: 266px;
  border: 17px solid #1012227d;
}
div.socials div.networks span:nth-child(4):before {
  width: 136px;
  height: 136px;
  animation: pulse 4s infinite linear;
  margin-left: -18px;
  margin-top: -18px;
}
div.socials div.networks span:nth-child(5) {
  width: 56px;
  height: 56px;
  padding: 17px;
  margin-left: 13px;
  margin-top: -155px;
}
div.socials div.networks span:nth-child(5):before {
  width: 56px;
  height: 56px;
  animation: pulse 4s infinite linear 0.5s;
}
div.socials div.networks span:nth-child(6) {
  width: 77px;
  height: 77px;
  padding: 22px;
  margin-top: 369px;
}
div.socials div.networks span:nth-child(6):before {
  width: 77px;
  height: 77px;
  animation: pulse 4s infinite linear 0.3s;
}
div.socials div.networks span:nth-child(7) {
  width: 80px;
  height: 80px;
  padding: 24px;
  margin-left: 727px;
  margin-top: -191px;
}
div.socials div.networks span:nth-child(7):before {
  width: 80px;
  height: 80px;
  animation: pulse 4s infinite linear;
}
div.socials div.networks span:nth-child(8) {
  width: 100px;
  height: 100px;
  padding: 28px;
  margin-left: 805px;
  margin-top: 284px;
  z-index: 1;
}
div.socials div.networks span:nth-child(8):before {
  width: 100px;
  height: 100px;
  animation: pulse 4s infinite linear 0.5s;
}
div.socials div.networks span:nth-child(9) {
  width: 64px;
  height: 64px;
  padding: 18px;
  margin-left: 1040px;
  margin-top: 264px;
}
div.socials div.networks span:nth-child(9):before {
  width: 64px;
  height: 64px;
  animation: pulse 4s infinite linear 0.2s;
}
div.socials div.networks span:nth-child(10) {
  width: 56px;
  height: 56px;
  padding: 16px;
  margin-left: 558px;
  margin-top: -141px;
}
div.socials div.networks span:nth-child(10):before {
  width: 56px;
  height: 56px;
  animation: pulse 4s infinite linear 1s;
}
div.socials div.networks span:nth-child(11) {
  width: 79px;
  height: 79px;
  padding: 17px;
  margin-left: 948px;
  margin-top: -136px;
  border: 11px solid #1012227d;
}
div.socials div.networks span:nth-child(11):before {
  width: 79px;
  height: 79px;
  animation: pulse 4s infinite linear 2s;
  margin-left: -12px;
  margin-top: -12px;
}
div.socials div.networks span:nth-child(12) {
  width: 78px;
  height: 78px;
  padding: 24px;
  margin-left: 662px;
  margin-top: 399px;
}
div.socials div.networks span:nth-child(12):before {
  width: 78px;
  height: 78px;
  animation: pulse 4s infinite linear 0.7s;
}
@media (max-width: 900px) {
  div.socials div.networks {
    margin-left: -230px;
  }
}
@media (max-width: 1120px) {
  div.socials h2 {
    font-size: 26px;
  }
}
@media (max-width: 700px) {
  div.socials {
    margin-top: 120px;
  }
  div.socials h2 {
    font-size: 40px;
    letter-spacing: 0.86px;
    line-height: 52px;
  }
  div.socials p {
    font-size: 18px;
    line-height: 26px;
  }
  div.socials .back-to-top {
    margin-top: 140px;
  }
}
@media (max-width: 600px) {
  div.socials {
    padding-top: 250px;
  }
  div.socials h2 {
    font-size: 28px;
    line-height: 36px;
  }
  div.socials p {
    font-size: 16px;
    line-height: 21px;
  }
}
footer {
  background: linear-gradient(164deg, #0c0e23 0.7%, #11163d 100%);
  padding: 32px 48px;
  min-height: 160px;
}
footer .footer-main {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.9px;
  padding-bottom: 34px;
}
footer .footer-main h5 {
  font-size: 16px;
}
footer .footer-main .media-block .logo-container {
  min-height: 64px;
}
footer .footer-main .media-block .logo {
  display: block;
  max-width: 100%;
  width: 156px;
}
footer .footer-main .media-block span {
  color: #8E8E97;
  display: block;
}
footer .footer-main .media-block span + span {
  margin-top: 34px;
}
footer .footer-main .media-block span strong {
  display: block;
  color: #FF3765;
  font-weight: 400;
}
footer .footer-main .media-block span strong a:hover {
  position: relative;
}
footer .footer-main .media-block span strong a:hover:before {
  content: '';
  position: absolute;
  height: calc(100% + 4px);
  width: calc(100% + 4px);
  border-radius: 4px;
  left: -2px;
  top: -2px;
  background-color: #2196f324;
  border: 1px solid #2196f326;
}
footer .footer-main .footer-list h5 {
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  min-height: 64px;
  margin: 0;
  max-width: 212px;
  line-height: 22px;
}
footer .footer-main .footer-list ul.socials-list {
  column-count: 2;
  gap: 54px;
}
footer .footer-main .footer-list ul li {
  margin-bottom: 4px;
}
footer .footer-main .footer-list ul li a {
  text-decoration: none;
  color: #8E8E97;
}
footer .footer-main .footer-list ul li a:hover {
  color: #fff;
}
footer .credentials {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #8E8E97;
  letter-spacing: 0.89px;
  line-height: 34px;
  font-size: 16px;
  border-top: 1px solid #ffffff33;
  padding-top: 26px;
}
footer .credentials a:hover {
  color: #fff;
}
footer .credentials strong {
  font-weight: 400;
  color: #FF3765;
}
footer .credentials .left {
  display: flex;
  gap: 32px;
}
footer .credentials .socials-block ul {
  display: flex;
  gap: 16px;
  align-items: center;
}
footer .credentials .socials-block ul li a {
  opacity: 0.5;
  display: grid;
  place-content: center;
}
footer .credentials .socials-block ul li a:hover {
  opacity: 1;
}
footer .credentials .socials-block ul li a img {
  display: block;
  max-height: 16px;
  max-width: 20px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 1200px) {
  footer {
    padding: 18px 26px;
  }
  footer .footer-main {
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 18px;
  }
  footer .footer-main .footer-list h5 {
    font-size: 14px;
    min-height: 48px;
  }
  footer .footer-main .media-block .logo-container {
    min-height: 48px;
  }
  footer .footer-main .media-block .logo {
    width: 132px;
  }
  footer .credentials {
    font-size: 14px;
    line-height: 22px;
    padding-top: 18px;
  }
}
@media screen and (max-width: 900px) {
  footer .footer-main {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto 1fr;
    grid-gap: 18px 10px;
  }
  footer .footer-main .footer-list ul.socials-list {
    gap: 18px;
  }
}
@media screen and (max-width: 600px) {
  footer .footer-main {
    display: flex;
    flex-direction: column;
  }
  footer .footer-main .footer-list ul.socials-list {
    column-count: 1;
  }
  footer .credentials {
    justify-content: center;
    gap: 18px 36px;
    flex-wrap: wrap;
  }
  footer .credentials .left {
    align-items: center;
    flex-wrap: wrap;
    gap: 14px 18px;
    justify-content: center;
  }
  footer .credentials .left span {
    text-align: center;
  }
}
div.decor {
  position: absolute;
  width: 1920px;
  max-width: 100%;
  top: 0;
  z-index: 0;
}
@media (min-width: 1921px) {
  div.decor {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 1250px) {
  div.decor {
    margin-top: -15%;
  }
}
div.decor img {
  position: absolute;
  z-index: 0;
}
div.decor img:nth-child(1) {
  margin-left: 201px;
  margin-top: 815px;
  transform: initial!important;
}
div.decor img:nth-child(2) {
  right: 0;
  margin-right: 150px;
  margin-top: 1495px;
  margin-top: 1525px;
}
@media (min-width: 2100px) {
  div.decor img:nth-child(2) {
    margin-top: 1585px;
  }
}
div.decor img:nth-child(3) {
  margin-left: 48px;
  margin-top: 1732px;
}
div.decor img:nth-child(4) {
  right: 0;
  margin-right: 125px;
  margin-top: 2328px;
}
div.decor img:nth-child(5) {
  right: 0;
  margin-right: -6px;
  margin-top: 2297px;
}
div.decor img:nth-child(6) {
  margin-left: 164px;
  margin-top: 2669px;
}
div.decor img:nth-child(7) {
  margin-left: 45px;
  margin-top: 2873px;
}
div.decor img:nth-child(8) {
  right: 0;
  margin-right: -173px;
  margin-top: 3271px;
}
div.decor img:nth-child(9) {
  right: 0;
  margin-top: 3479px;
  margin-right: 35px;
}
div.decor img:nth-child(10) {
  margin-left: 404px;
  margin-top: 3554px;
  margin-top: 3654px;
}
div.decor img:nth-child(11) {
  margin-top: 3631px;
  margin-top: 3731px;
  margin-left: -28px;
}
div.decor img:nth-child(12) {
  right: 0;
  margin-right: 507px;
  margin-top: 4427px;
}
@media (max-width: 1000px) {
  div.decor img:nth-child(12) {
    display: none;
  }
}
div.decor img:nth-child(13) {
  margin-top: 4490px;
  margin-top: 4540px;
  margin-left: 253px;
}
div.decor img:nth-child(14) {
  right: 0;
  margin-right: 109px;
  margin-top: 5512px;
  margin-top: 5612px;
}
@media (max-width: 700px) {
  div.decor img:nth-child(14) {
    display: none;
  }
}
div.decor img:nth-child(15) {
  margin-left: 154px;
  margin-top: 7562px;
  margin-top: 7692px;
}
div.decor img:nth-child(16) {
  right: 0;
  margin-right: 160px;
  margin-top: 7705px;
  margin-top: 7835px;
}
div.decor img:nth-child(17) {
  margin-top: 8218px;
  margin-left: 221px;
}
div.decor img:nth-child(18) {
  right: 0;
  margin-top: 8243px;
  margin-right: -76px;
}
@media (max-width: 1000px) {
  div.decor img:nth-child(18) {
    display: none;
  }
}
@keyframes pulse {
  0% {
    transform: scale(0.6);
    opacity: 0;
  }
  50% {
    transform: scale(0.6);
    opacity: 0;
  }
  60% {
    transform: scale(1.2);
    opacity: 0.1;
  }
  70% {
    transform: scale(1.3);
    opacity: 0.25;
  }
  80% {
    transform: scale(1.55);
    opacity: 0.1;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}
header {
  z-index: 3;
}
.welcome {
  position: relative;
  z-index: 1;
}
.welcome.w-tiktok {
  width: 100%;
  background-color: #000;
  background: url(../assets/images/etc/wall-tiktok.svg);
  background-position-y: bottom;
  margin-bottom: -100px;
  z-index: 2;
}
@media screen and (max-width: 600px) {
  .welcome.w-tiktok {
    margin-bottom: -30px;
  }
}
div.features .row .art {
  padding: 15px!important;
}
.art .colg-img img {
  max-width: 120%;
}
@media screen and (max-width: 1120px) {
  .art .colg-img img {
    float: initial!important;
    margin-left: -10%;
  }
}
.row:nth-child(even) .art .colg-img img {
  float: right;
}
.main-socials .pricing {
  background: url(../instagram/slider-bg.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 180px 0px 200px;
}
@media (max-width: 920px) {
  .main-socials .pricing {
    padding: 120px 0px 140px;
  }
}
.main-socials .pricing h2,
.main-socials .pricing p,
.main-socials .pricing li {
  color: white;
}
.main-socials div.slider {
  background: none;
  padding: 120px 0;
}
.main-socials div.slider h2,
.main-socials div.slider p {
  color: black;
}
.main-socials div.slider .arrows .left,
.main-socials div.slider .arrows .right {
  -webkit-filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.95));
}
.main-socials div.slider div.sl-dots .dot {
  border: 1px solid #F44336;
}
.main-socials div.socials {
  margin-top: 145px;
}
.icon-vk {
  background: url(socials/vk.svg);
}
.icon-fb {
  background: url(socials/fb.svg);
}
.icon-ig {
  background: url(socials/ig.svg);
}
.icon-tg {
  background: url(socials/tg.svg);
}
.icon-tw {
  background: url(socials/tw.svg);
}
.icon-yt {
  background: url(socials/yt.svg);
}
.icon-ok {
  background: url(socials/ok.svg);
}
.icon-pn {
  background: url(socials/pn.svg);
}
.icon-tb {
  background: url(socials/tb.svg);
}
.icon-fk {
  background: url(socials/fk.svg);
}
.icon-cb {
  background: url(socials/cb.svg);
}
.icon-tt {
  background: url(socials/tt.svg);
}
.icon-social {
  display: inline-block;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  position: relative;
  background-size: contain;
  background-position: center;
}
lite-youtube {
  background-color: #000;
  position: relative;
  display: block;
  contain: content;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
  border-radius: 12px;
}
/* gradient */
lite-youtube::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==);
  background-position: top;
  background-repeat: repeat-x;
  height: 60px;
  padding-bottom: 50px;
  width: 100%;
  transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
}
/* responsive iframe with a 16:9 aspect ratio
	thanks https://css-tricks.com/responsive-iframes/
*/
lite-youtube::after {
  content: "";
  display: block;
  padding-bottom: calc(100% / (16 / 9));
}
lite-youtube > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
}
/* play button */
lite-youtube > .lty-playbtn {
  width: 68px;
  height: 48px;
  position: absolute;
  cursor: pointer;
  transform: translate3d(-50%, -50%, 0);
  top: 50%;
  left: 50%;
  z-index: 1;
  background-color: transparent;
  /* YT's actual play button svg */
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 68 48"><path fill="%23f00" fill-opacity="0.8" d="M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z"></path><path d="M 45,24 27,14 27,34" fill="%23fff"></path></svg>');
  filter: grayscale(100%);
  transition: filter 0.1s cubic-bezier(0, 0, 0.2, 1);
  border: none;
}
lite-youtube:hover > .lty-playbtn,
lite-youtube .lty-playbtn:focus {
  filter: none;
}
/* Post-click styles */
lite-youtube.lyt-activated {
  cursor: unset;
}
lite-youtube.lyt-activated::before,
lite-youtube.lyt-activated > .lty-playbtn {
  opacity: 0;
  pointer-events: none;
}
.lyt-visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.lucmus_block {
  background: linear-gradient(90deg, #2A53AB 0%, #411CAC 100%);
  border-radius: 24px;
  padding: 80px 0 40px;
  color: #fff;
  text-align: center;
  width: 960px;
  max-width: 80%;
  margin: 180px auto -220px;
  z-index: 1;
  position: relative;
}
.lucmus_block .lucmus_desc {
  font-size: 22px;
  line-height: 28px;
}
.lucmus_block .container {
  width: 960px;
  max-width: 80%;
  margin: 0 auto;
  padding: 0;
}
.lucmus_block p {
  font-size: 32px;
  line-height: 38px;
  display: block;
  font-weight: 300;
  text-shadow: 0.2px 0.1px;
  text-align: center;
  margin-bottom: 30px;
}
.lucmus_block .button_app {
  background: white;
  padding: 15px 46px;
  font-weight: 600;
  font-size: 14px;
  border-radius: 8px;
  text-transform: uppercase;
  display: inline-flex;
  transition: all 0.1s ease-in;
}
.lucmus_block .button_app:hover {
  background: #ffe783;
}
.lucmus_block .button_app .btn-cont {
  background: #fff;
}
.lucmus_block .button_app span {
  background: linear-gradient(90.45deg, #9D25D6 0.39%, #F8477C 99.72%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.lucmus_block .hor_line {
  background: rgba(255, 255, 255, 0.12);
  display: block;
  width: 100%;
  height: 1px;
}
.lucmus_block .popsters_cred {
  display: flex;
  align-items: center;
  font-size: 18px;
  margin-top: 42px;
  justify-content: center;
  font-weight: 300;
  text-shadow: 0.2px 0.2px;
  letter-spacing: 0.5;
}
.lucmus_block .popsters_cred .popsters_link {
  margin-left: 11px;
  margin-top: -2px;
}
.lucmus_block .popsters_cred .popsters_link img {
  width: 100%;
  max-width: 126px;
}
.lucmus_block::after {
  background: url('common/popsters_decor.svg');
  width: 108px;
  height: 120px;
  top: -60px;
  right: 54px;
}
.lucmus_block::before {
  background: url('common/popsters_decor_new.svg');
  width: 80px;
  height: 80px;
  left: -28px;
  bottom: 105px;
}
.lucmus_block::after,
.lucmus_block::before {
  position: absolute;
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: center;
  max-width: 13vw;
}
