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

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 96px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .container {
    flex-direction: column;
    padding: 32px 18px;
  }
}

.flex-start {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-column {
  flex-direction: column;
}

.relative {
  position: relative;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-item-1 {
  flex: 1 1 360px;
}

.flex-item-2 {
  flex: 2 1 360px;
}

.flex-item-3 {
  flex: 3 1 360px;
}

.flex-item-4 {
  flex: 4 1 360px;
}

.flex-item-5 {
  flex: 5 1 360px;
}

.flex-item-auto {
  flex: 2 1 auto;
}

.w-auto {
  width: auto;
}

.w-100 {
  width: 100%;
}

.w-75 {
  width: 75%;
}

.w-50 {
  width: 50%;
}

.w-25 {
  width: 25%;
}

.hidden {
  overflow: hidden;
}

.hero {
  height: 90vh;
}
@media screen and (max-width: 960px) {
  .hero {
    height: auto;
  }
}

.bg-home {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.svg-bg-home {
  width: 150%;
}
@media screen and (min-width: 1440px) {
  .svg-bg-home {
    width: 100%;
  }
}

.list-item {
  list-style: none;
  position: relative;
  padding: 8px 8px 8px 72px;
  margin-bottom: 48px;
}
.list-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: -8px;
  display: block;
  margin-left: -70px;
  margin-top: -50px;
  width: 64px;
  height: 64px;
}

.list-item-gm {
  list-style: none;
  position: relative;
  padding: 8px 8px 8px 72px;
  margin-bottom: -28px;
}
.list-item-gm:after {
  content: "";
  position: absolute;
  top: 0;
  left: -8px;
  display: block;
  margin-left: -70px;
  margin-top: -50px;
  width: 64px;
  height: 64px;
}

.best {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 50px;
  background-color: #f9edde;
}
@media screen and (max-width: 960px) {
  .best {
    flex-direction: column;
  }
}
.best::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 124px;
  height: 32px;
  background-image: url("../../svg/entail.svg");
  background-repeat: no-repeat;
}

.best-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px;
  margin: 8px 0px;
}
@media screen and (max-width: 960px) {
  .best-item {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 960px) {
  .phone {
    width: 600px;
    height: 888px;
  }
}
@media screen and (max-width: 540px) {
  .phone {
    width: 450px;
    height: 688px;
  }
}

.bg-invite {
  height: 100vh;
  overflow: hidden;
}

.svg-invite {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 1440px) and (min-width: 1140px) {
  .svg-invite {
    transform: translate(-50%, -50%) scale(1.5);
  }
}

h1 {
  transform: uppercase;
  background: linear-gradient(68deg, #21170b 0.43%, #945000 75.28%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Sora", sans-serif;
  font-size: 64px;
  line-height: 100%;
}
@media screen and (max-width: 960px) {
  h1 {
    font-family: "Sora", sans-serif;
    font-size: 36px;
    line-height: 120%;
  }
}

h2 {
  transform: uppercase;
  background: linear-gradient(85deg, #21170b 14.43%, #945000 85.28%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Sora", sans-serif;
  font-size: 52px;
  line-height: 100%;
}
@media screen and (max-width: 960px) {
  h2 {
    font-family: "Sora", sans-serif;
    font-size: 36px;
    line-height: 120%;
  }
}

h3 {
  color: #945000;
  font-family: "Sora", sans-serif;
  font-size: 36px;
  line-height: 120%;
}
@media screen and (max-width: 960px) {
  h3 {
    font-family: "Sora", sans-serif;
    font-size: 24px;
    line-height: 120%;
  }
}

h4 {
  color: #945000;
  font-family: "Sora", sans-serif;
  font-size: 24px;
  line-height: 130%;
}
@media screen and (max-width: 960px) {
  h4 {
    font-family: "Sora", sans-serif;
    font-size: 18px;
    line-height: 130%;
  }
}

h5 {
  transform: uppercase;
  background: linear-gradient(73deg, #f8c6a3 30%, #f26c2d 70%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Sora", sans-serif;
  font-size: 18px;
  line-height: 140%;
}
@media screen and (max-width: 960px) {
  h5 {
    font-family: "Sora", sans-serif;
    font-size: 16px;
    line-height: 150%;
  }
}

p {
  color: #666565;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  line-height: 140%;
}
@media screen and (max-width: 960px) {
  p {
    font-family: "Source Sans 3", sans-serif;
    font-size: 14px;
    line-height: 150%;
  }
}

.bold {
  font-weight: bold;
  color: #0f0b06;
}

strong {
  color: #2B2B2C;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  line-height: 140%;
}
@media screen and (max-width: 960px) {
  strong {
    font-family: "Source Sans 3", sans-serif;
    font-size: 14px;
    line-height: 150%;
  }
}

.text-center {
  text-align: center;
}

a {
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  line-height: 140%;
  text-decoration: none;
  color: #2B2B2C;
  transition: 0.5s ease;
}
a:hover {
  opacity: 0.9;
}

.btn {
  background: linear-gradient(220.94deg, #f8c6a3 30%, #f26c2d 70%);
  border-radius: 16px;
  padding: 12px 32px;
  /*box-shadow: 0px 17px 17px rgba(248, 166, 73, 0.8),
  0px 5.125px 5.125px rgba(244, 159, 69, 0.521),
  0px 2.12866px 2.12866px rgba(244, 159, 69, 0.4),
  0px 0.769896px 0.769896px rgba(244, 159, 69, 0.279);*/
}

.link {
  display: inline-block;
  color: #f26c2d;
  background-image: url("../../svg/seta.svg");
  background-repeat: no-repeat;
  background-position: 0% 50%;
  font-size: 18px;
  padding: 16px 16px 16px 40px;
  position: relative;
}
.link::after {
  content: "";
  position: absolute;
  display: block;
  top: 75%;
  left: 56px;
  width: 0%;
  height: 2px;
  border-radius: 2px;
  transition: 0.5s ease;
  background-color: #f26c2d;
}
.link:hover {
  opacity: 0.8;
  padding-left: 64px;
  background-position: 8px 50%;
}
.link:hover::after {
  width: 100%;
  background-color: #f26c2d;
}

.s-0 {
  margin: 0;
  padding: 0;
}

.m-1 {
  margin: 8px;
}

.m-2 {
  margin: 16px;
}

.m-3 {
  margin: 48px;
}

.m-4 {
  margin: 72px;
}

.m-5 {
  margin: 128px;
}

.mt-1 {
  margin-top: 8px;
}

.mt-2 {
  margin-top: 16px;
}

.mt-3 {
  margin-top: 48px;
}

.mt-4 {
  margin-top: 72px;
}

.mt-5 {
  margin-top: 128px;
}

.ml-1 {
  margin-left: 8px;
}

.ml-2 {
  margin-left: 16px;
}

.ml-3 {
  margin-left: 48px;
}

.ml-4 {
  margin-left: 72px;
}

.ml-5 {
  margin-left: 128px;
}

.mr-1 {
  margin-right: 8px;
}

.mr-2 {
  margin-right: 16px;
}

.mr-3 {
  margin-right: 48px;
}

.mr-4 {
  margin-right: 72px;
}

.mr-5 {
  margin-right: 128px;
}

.mb-1 {
  margin-bottom: 8px;
}

.mb-2 {
  margin-bottom: 16px;
}

.mb-3 {
  margin-bottom: 48px;
}

.mb-4 {
  margin-bottom: 72px;
}

.mb-5 {
  margin-bottom: 128px;
}

.mx-1 {
  margin-left: 8px;
  margin-right: 8px;
}

.mx-2 {
  margin-left: 16px;
  margin-right: 16px;
}

.mx-3 {
  margin-left: 48px;
  margin-right: 48px;
}

.mx-4 {
  margin-left: 72px;
  margin-right: 72px;
}

.mx-5 {
  margin-left: 128px;
  margin-right: 128px;
}

.my-1 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.my-2 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.my-3 {
  margin-top: 48px;
  margin-bottom: 48px;
}

.my-4 {
  margin-top: 72px;
  margin-bottom: 72px;
}

.my-5 {
  margin-top: 128px;
  margin-bottom: 128px;
}

.p-1 {
  padding: 8px;
}

.p-2 {
  padding: 16px;
}

.p-3 {
  padding: 48px;
}

.p-4 {
  padding: 72px;
}

.p-5 {
  padding: 128px;
}

.pt-1 {
  padding-top: 8px;
}

.pt-2 {
  padding-top: 16px;
}

.pt-3 {
  padding-top: 48px;
}

.pt-4 {
  padding-top: 72px;
}

.pt-5 {
  padding-top: 128px;
}

.pl-1 {
  padding-left: 8px;
}

.pl-2 {
  padding-left: 16px;
}

.pl-3 {
  padding-left: 48px;
}

.pl-4 {
  padding-left: 72px;
}

.pl-5 {
  padding-left: 128px;
}

.pr-1 {
  padding-right: 8px;
}

.pr-2 {
  padding-right: 16px;
}

.pr-3 {
  padding-right: 48px;
}

.pr-4 {
  padding-right: 72px;
}

.pr-5 {
  padding-right: 128px;
}

.pb-1 {
  padding-bottom: 8px;
}

.pb-2 {
  padding-bottom: 16px;
}

.pb-3 {
  padding-bottom: 48px;
}

.pb-4 {
  padding-bottom: 72px;
}

.pb-5 {
  padding-bottom: 128px;
}

.px-1 {
  padding-left: 8px;
  padding-right: 8px;
}

.px-2 {
  padding-left: 16px;
  padding-right: 16px;
}

.px-3 {
  padding-left: 48px;
  padding-right: 48px;
}

.px-4 {
  padding-left: 72px;
  padding-right: 72px;
}

.px-5 {
  padding-left: 128px;
  padding-right: 128px;
}

.py-1 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.py-2 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.py-3 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.py-4 {
  padding-top: 72px;
  padding-bottom: 72px;
}

.py-5 {
  padding-top: 128px;
  padding-bottom: 128px;
}

html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  height: 100vh;
  position: relative;
  scroll-behavior: smooth;
  background-color: #FFFDFD;
}

svg, img {
  display: block;
  width: 100%;
}

.border {
  border: 1px solid blue;
}

header {
  width: 100%;
  height: 72px;
  background-color: transparent;
  box-shadow: none;
  transition: 0.5s ease;
  position: fixed;
  z-index: 800;
}

.active-header {
  background-color: #fffefe;
  box-shadow: 0px 51px 80px rgba(244, 159, 69, 0.08), 0px 15.375px 24.1177px rgba(244, 159, 69, 0.0521271), 0px 6.38599px 10.0172px rgba(244, 159, 69, 0.04), 0px 2.30969px 3.62304px rgba(244, 159, 69, 0.0278729);
}

.navbar-desktop {
  max-width: 1440px;
  margin: 0 auto;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .navbar-desktop {
    display: none;
  }
}

.logo {
  width: 58px;
  height: 58px;
  margin: 5px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navbar-desktop-item {
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.menu-desktop {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.menu-desktop .menu-item {
  margin-left: 16px;
}

.nav-link-desktop {
  display: inline-block;
  width: 100%;
  padding: 8px 16px;
  position: relative;
}
.nav-link-desktop::after {
  content: "";
  position: absolute;
  top: 90%;
  left: 0;
  transition: 0.5s ease;
  width: 0%;
  height: 2px;
  background-color: #f26c2d;
}
.nav-link-desktop:hover::after {
  width: 100%;
}

.navbar-mobile {
  max-width: 1440px;
  margin: 0 auto;
  padding: 10px 24px;
  display: none;
}
@media screen and (max-width: 960px) {
  .navbar-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.bx {
  width: 36px;
  height: 46px;
  position: relative;
  cursor: pointer;
  z-index: 800;
  transition: 0.7 ease;
}
.bx::after {
  content: "";
  position: absolute;
  top: 40%;
  left: 17%;
  width: 70%;
  height: 2px;
  transition: 0.7s ease;
  background-color: #f26c2d;
}
.bx::before {
  content: "";
  position: absolute;
  top: 64%;
  left: 17%;
  width: 70%;
  height: 2px;
  transition: 0.7s ease;
  background-color: #f26c2d;
}

.active-bx {
  width: 36px;
  height: 36px;
  position: relative;
  cursor: pointer;
  z-index: 800;
  transition: 0.7 ease;
}
.active-bx::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 17%;
  transform: rotate(-135deg);
  width: 70%;
  height: 2px;
  background-color: #f26c2d;
}
.active-bx::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 17%;
  transform: rotate(315deg);
  width: 70%;
  height: 2px;
  background-color: #f26c2d;
}

.menu-mobile {
  width: 100vw;
  height: 100vh;
  background-color: #FFFDFD;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, -100px, 0);
}

.active-menu-mobile {
  opacity: 1;
  pointer-events: all;
}

.nav-list-mobile {
  max-width: 1440px;
  list-style: none;
  display: flex;
  flex-direction: column;
}

.nav-link-mobile {
  display: inline-block;
  font-family: "Sora", sans-serif;
  font-size: 36px;
  line-height: 120%;
  color: #945000;
  padding: 16px 24px;
  position: relative;
}
.nav-link-mobile::after {
  content: "";
  position: absolute;
  top: 90%;
  left: 16px;
  width: 0%;
  height: 2px;
  transition: 1s ease;
  background-color: #f26c2d;
}
.nav-link-mobile:hover {
  color: #f26c2d;
}
.nav-link-mobile:hover::after {
  width: 100%;
}

.box {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0px 24px;
}

.container-swiper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 96px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-slide {
  max-width: 420px;
  padding: 24px 36px;
  margin: 0px 16px;
  border-radius: 50px;
  background-color: #f9edde;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.button-next {
  position: absolute;
  right: 32px;
  top: 24px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  background-image: url("../svg/seta.svg");
  background-repeat: no-repeat;
  background-position: center center;
}

.button-prev {
  position: absolute;
  right: 88px;
  top: 24px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  background-image: url("../svg/seta.svg");
  background-repeat: no-repeat;
  background-position: center center;
  transform: rotate(180deg);
}

.photo-profile {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #f49f45;
  background-size: cover;
  background-repeat: no-repeat;
}
.photo-profile a {
  cursor: pointer;
}

.photo-1 {
  background-image: url("../img/ligantes/foto0.jpeg");
}

.photo-2 {
  background-image: url("../img/ligantes/foto1.png");
}

.photo-3 {
  background-image: url("../img/ligantes/foto2.png");
}

.photo-4 {
  background-image: url("../img/ligantes/foto3.jpeg");
}

.photo-5 {
  background-image: url("../img/ligantes/foto4.png");
}

.photo-6 {
  background-image: url("../img/ligantes/foto5.png");
}

.photo-7 {
  background-image: url("../img/ligantes/foto6.png");
}

.photo-8 {
  background-image: url("../img/ligantes/foto7.png");
}

.photo-9 {
  background-image: url("../img/ligantes/foto8.png");
}

.photo-10 {
  background-image: url("../img/ligantes/foto9.png");
}

.photo-11 {
  background-image: url("../img/ligantes/foto10.png");
}

.photo-12 {
  background-image: url("../img/ligantes/foto11.png");
}

.photo-13 {
  background-image: url("../img/ligantes/foto0.");
}

.photo-14 {
  background-image: url("../img/ligantes/foto0.");
}

.photo-15 {
  background-image: url("../img/ligantes/foto0.");
}

.dropshadow {
  filter: drop-shadow(0px 16px 24px rgba(244, 159, 69, 0.25));
}

.bg-icon-checkbg::after {
  background-image: url("../../svg/icons-check-bg.svg");
  background-size: cover;
  transition: 0.5s ease;
  filter: drop-shadow(0px 16px 24px rgba(247, 196, 141, 0.25));
}
.bg-icon-checkbg:hover::after {
  transform: scale(1.05);
}

.bg-icon-checksm::after {
  background-image: url("../../svg/icons-check-sm.svg");
  background-size: cover;
  transition: 0.5s ease;
  align-items: start;
  width: 50px;
  height: 50px;
  margin-left: 10px;
  margin-top: -7px;
  filter: drop-shadow(0px 16px 24px rgba(247, 196, 141, 0.25));
}
.bg-icon-checksm:hover::after {
  transform: scale(1.05);
}

.bg-icon-artigo::after {
  background-image: url("../../svg/icons-artigo.svg");
  background-size: cover;
  transition: 0.5s ease;
  cursor: pointer;
  filter: drop-shadow(0px 16px 24px rgba(247, 196, 141, 0.25));
}
.bg-icon-artigo:hover::after {
  transform: scale(1.05);
}

.bg-icon-ig::after {
  background-image: url("../../svg/icons-instagram.svg");
  background-size: cover;
  transition: 0.5s ease;
  cursor: pointer;
  filter: drop-shadow(0px 16px 24px rgba(247, 196, 141, 0.25));
}
.bg-icon-ig:hover::after {
  transform: scale(1.05);
}

.bg-icon-yt::after {
  background-image: url("../../svg/icons-youyube.svg");
  background-size: cover;
  transition: 0.5s ease;
  cursor: pointer;
  filter: drop-shadow(0px 16px 24px rgba(247, 196, 141, 0.25));
}
.bg-icon-yt:hover::after {
  transform: scale(1.05);
}

.bg-icon-spy::after {
  background-image: url("../../svg/icons-spotify.svg");
  background-size: cover;
  transition: 0.5s ease;
  cursor: pointer;
  filter: drop-shadow(0px 16px 24px rgba(247, 196, 141, 0.25));
}
.bg-icon-spy:hover::after {
  transform: scale(1.05);
}

.bg-icon-tik::after {
  background-image: url("../../svg/icons-tiktok.svg");
  background-size: cover;
  transition: 0.5s ease;
  cursor: pointer;
  filter: drop-shadow(0px 16px 24px rgba(247, 196, 141, 0.25));
}
.bg-icon-tik:hover::after {
  transform: scale(1.05);
}

.icon {
  filter: drop-shadow(0px 16px 24px rgba(247, 196, 141, 0.25));
  transition: 0.5s ease;
  cursor: pointer;
}
.icon:hover {
  transform: scale(1.05);
}

.icon-pet {
  transform: translate(-80px, 60px);
  filter: drop-shadow(0px 16px 24px rgba(247, 196, 141, 0.25));
  transition: 0.5s ease;
}

.div-card {
  perspective: 500px;
  position: relative;
}

.card {
  width: 340px;
  height: 217.6px;
  border-radius: 12px;
  margin-left: 80px;
  transform-origin: center center;
  transform-style: preserve-3d;
  z-index: -1;
  animation: flip-card 12s linear infinite alternate, change-bg-card 12s linear infinite alternate;
}
@media screen and (max-width: 960px) {
  .card {
    margin-left: -10px;
  }
}

@keyframes flip-card {
  0% {
    transform: rotateX(-10deg) rotateY(10deg) rotateY(-15deg);
  }
  40% {
    transform: rotateX(0deg) rotateY(20deg);
  }
  60% {
    transform: rotateX(180deg) rotateY(20deg);
  }
  100% {
    transform: rotateX(190deg) rotateY(10deg) rotateY(15deg);
  }
}
@keyframes change-bg-card {
  0%, 49% {
    background-image: url("../../svg/card-front.svg");
    background-size: cover;
  }
  50%, 100% {
    background-image: url("../../svg/card-verse.svg");
    background-size: cover;
  }
}
.icon-yt-hero {
  position: absolute;
  top: 0px;
  left: 30px;
  z-index: 200;
  animation: icons-hero 7s ease 0.5s infinite alternate;
}
@media screen and (max-width: 540px) {
  .icon-yt-hero {
    top: 20px;
  }
}

.icon-ig-hero {
  position: absolute;
  top: 290px;
  left: 90px;
  z-index: 200;
  animation: icons-hero 7s ease 1s infinite alternate;
}
@media screen and (max-width: 540px) {
  .icon-ig-hero {
    top: 340px;
  }
}

.icon-spy-hero {
  position: absolute;
  top: 150px;
  left: -200px;
  z-index: 200;
  animation: icons-hero 7s ease 1.5s infinite alternate;
}
@media screen and (max-width: 960px) {
  .icon-spy-hero {
    top: 240px;
    left: -120px;
  }
}
@media screen and (max-width: 540px) {
  .icon-spy-hero {
    top: 320px;
  }
}

@keyframes icons-hero {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(10px, -40px, 0);
  }
}
.bg-home-blur1 {
  transform: translate3d(0, -100px, 0);
}
@media screen and (max-width: 540px) {
  .bg-home-blur1 {
    animation: none;
  }
}
@media screen and (max-width: 960px) {
  .bg-home-blur1 {
    animation: none;
  }
}

.bg-home-blur2 {
  transform: translate3d(0, -150px, 0);
}
@media screen and (max-width: 540px) {
  .bg-home-blur2 {
    animation: none;
  }
}
@media screen and (max-width: 960px) {
  .bg-home-blur2 {
    animation: none;
  }
}

.bg-home-rect1 {
  animation: bg-home-rect1 3s ease 0s infinite alternate;
}
@media screen and (max-width: 540px) {
  .bg-home-rect1 {
    animation: none;
  }
}
@media screen and (max-width: 960px) {
  .bg-home-rect1 {
    animation: none;
  }
}

.bg-home-rect2 {
  animation: bg-home-rect1 3s ease 0.5s infinite alternate;
}
@media screen and (max-width: 540px) {
  .bg-home-rect2 {
    animation: none;
  }
}
@media screen and (max-width: 960px) {
  .bg-home-rect2 {
    animation: none;
  }
}

.bg-home-rect3 {
  animation: bg-home-rect1 3s ease 1s infinite alternate;
}
@media screen and (max-width: 540px) {
  .bg-home-rect3 {
    animation: none;
  }
}
@media screen and (max-width: 960px) {
  .bg-home-rect3 {
    animation: none;
  }
}

.bg-home-rect4 {
  animation: bg-home-rect1 3s ease 1.5s infinite alternate;
}
@media screen and (max-width: 540px) {
  .bg-home-rect4 {
    animation: none;
  }
}
@media screen and (max-width: 960px) {
  .bg-home-rect4 {
    animation: none;
  }
}

@keyframes bg-home-rect1 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 30px, 0);
  }
}
.card-a1 {
  opacity: 0;
  animation: card 10s ease 0s infinite;
}

.card-a2 {
  opacity: 0;
  animation: card 10s ease 5s infinite;
}

.card-b1 {
  opacity: 0;
  animation: card 10s ease 2s infinite;
}

.card-b2 {
  opacity: 0;
  animation: card 10s ease 7s infinite;
}

.card-c1 {
  opacity: 0;
  animation: card 10s ease 3s infinite;
}

.card-c2 {
  opacity: 0;
  animation: card 10s ease 0s infinite;
}

@media screen and (max-width: 960px) {
  #card2 {
    display: none;
  }
}

@keyframes card {
  0% {
    opacity: 0;
  }
  20%, 50% {
    opacity: 1;
  }
  70%, 100% {
    opacity: 0;
  }
}
.fignu2-screen1 {
  animation: fignu2-screen1 18s ease infinite alternate;
}

@keyframes fignu2-screen1 {
  0%, 30% {
    opacity: 1;
  }
  35%, 100% {
    opacity: 0;
  }
}
.fignu2-screen2 {
  animation: fignu2-screen2 18s ease infinite alternate;
}

@keyframes fignu2-screen2 {
  0%, 30% {
    opacity: 0;
  }
  30%, 55% {
    opacity: 1;
  }
  60%, 100% {
    opacity: 0;
  }
}
.fignu2-screen3 {
  animation: fignu2-screen3 18s ease infinite alternate;
}

@keyframes fignu2-screen3 {
  0%, 40% {
    opacity: 0;
  }
  55%, 70% {
    opacity: 1;
  }
  75%, 100% {
    opacity: 0;
  }
}
.fignu2-screen4 {
  animation: fignu2-screen4 18s ease infinite alternate;
}

@keyframes fignu2-screen4 {
  0%, 70% {
    opacity: 0;
  }
  75%, 100% {
    opacity: 1;
  }
}
.fignu2-icon1 {
  animation: fignu2-icon-move 3s ease 0s infinite alternate;
}

.fignu2-icon5 {
  animation: fignu2-icon-move 3s ease 1s infinite alternate;
}

@keyframes fignu2-icon-move {
  0% {
    transform: translate3d(0, 0, 0);
  }
  0% {
    transform: translate3d(10px, -40px, 0);
  }
}
.fignu3-card1 {
  transform-origin: center center;
  transform-box: fill-box;
  transform: translate3d(0, -40px, 0);
  animation: fignu3-card1-move 3s ease infinite alternate;
}

@keyframes fignu3-card1-move {
  0% {
    transform: translate3d(0, -40px, 0) rotate(0deg);
  }
  100% {
    transform: translate3d(0, 20px, 0) rotate(5deg);
  }
}
.fignu3-card2 {
  transform-origin: center center;
  transform-box: fill-box;
  transform: translate3d(0, -40px, 0);
  animation: fignu3-card2-move 3s ease 1s infinite alternate;
}

@keyframes fignu3-card2-move {
  0% {
    transform: translate3d(0, -40px, 0) rotate(0deg);
  }
  100% {
    transform: translate3d(0, 20px, 0) rotate(5deg);
  }
}
.fignu3-shadow {
  transform-origin: center center;
  transform-box: fill-box;
  fill-opacity: 0.15;
  animation: fignu3-shadow 3s ease 1s infinite alternate;
}

@keyframes fignu3-shadow {
  0% {
    fill-opacity: 0.15;
  }
  100% {
    fill-opacity: 0.4;
  }
}
.fignu4-icon-dog, .fignu4-icon-cat {
  animation: fig4nu-letter 4s ease infinite alternate;
}

@keyframes fig4nu-letter {
  0% {
    stroke-width: 4;
    stroke-dasharray: 0 500;
    stroke-opacity: 1;
  }
  60%, 100% {
    stroke-width: 4;
    stroke-dasharray: 520 0;
    stroke-opacity: 1;
  }
}
.fignu5-ball1 {
  animation: translate-ball 4s ease infinite alternate;
}
@media screen and (max-width: 540px) {
  .fignu5-ball1 {
    animation: none;
  }
}
@media screen and (max-width: 960px) {
  .fignu5-ball1 {
    animation: none;
  }
}

.fignu5-ball2 {
  animation: translate-ball 4s ease 0.5s infinite alternate;
}
@media screen and (max-width: 540px) {
  .fignu5-ball2 {
    animation: none;
  }
}
@media screen and (max-width: 960px) {
  .fignu5-ball2 {
    animation: none;
  }
}

.fignu5-ball3 {
  animation: translate-ball 4s ease 1.5s infinite alternate;
}
@media screen and (max-width: 540px) {
  .fignu5-ball3 {
    animation: none;
  }
}
@media screen and (max-width: 960px) {
  .fignu5-ball3 {
    animation: none;
  }
}

.fignu5-ball4 {
  animation: translate-ball 4s ease 1s infinite alternate;
}
@media screen and (max-width: 540px) {
  .fignu5-ball4 {
    animation: none;
  }
}
@media screen and (max-width: 960px) {
  .fignu5-ball4 {
    animation: none;
  }
}

@keyframes translate-ball {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(200px, -100px, 0);
  }
}/*# sourceMappingURL=style.css.map */