@import url("https://lp.al.to/libs/fonts/CentraleSans.css");
* {
  font-family: "CentraleSansRnd";
}
html {
  font-size: 1rem;
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
  background-color: #fff;
  position: relative;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

h1 {
  font-size: 30px !important;
  font-weight: 500 !important;
}
h2 {
  font-size: 28px !important;
  font-weight: 200 !important;
}

h3 {
  font-size: 22px !important;
  font-weight: 200 !important;
}

h4 {
  font-size: 19px !important;
  font-weight: 200 !important;
}

.txt-header h1 {
  font-size: 28px !important;
  font-weight: 500 !important;
}
.txt-header h2 {
  font-size: 26px !important;
  font-weight: 200 !important;
}

.txt-header h3 {
  font-size: 20px !important;
  font-weight: 200 !important;
}

@media (max-width: 767.98px) {
  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 20px;
  }

  .copy-header {
    text-align: center !important;
  }
}

.cta {
  background: #00b1ed;
  font-size: 20px;
  color: #fff;
  padding: 10px 30px;
  transition: all 0.5s;
  border-radius: 4px;
  border: 2px solid #00b1ed;
  text-decoration: none;
}
.cta:hover {
  background: none;
  color: #00b1ed;
  text-decoration: none;
}

.bg-produkt {
  background-color: rgb(235, 235, 235);
  border-radius: 2%;
  /* margin-left: 5px;
  margin-right: 5px; */
  height: auto;
  max-width: 370px !important;
}

.bg-produkt-gratis {
  background-color: rgb(235, 235, 235);
  border-radius: 2%;
  /* margin-left: 5px;
  margin-right: 5px; */
  height: auto;
  max-width: 220px !important;
}

.cta-white {
  font-size: 20px;
  color: #000;
  padding: 10px 30px;
  transition: all 0.5s;
  border-radius: 4px;
  border: 2px solid #fff;
  text-decoration: none;
  background: #fff;
}
.cta-white:hover {
  background: none;
  color: #fff;
  text-decoration: none;
}

.cta-blue {
  background: #00b1ed;
  font-size: 20px;
  color: #fff;
  padding: 10px 30px;
  transition: all 0.5s;
  border-radius: 4px;
  border: 2px solid #00b1ed;
  text-decoration: none;
}
.cta-blue:hover {
  background: none;
  color: #00b1ed;
  text-decoration: none;
}

.cta-violet {
  background: #96238e;
  font-size: 20px;
  color: #fff;
  padding: 10px 30px;
  transition: all 0.5s;
  border-radius: 4px;
  border: 2px solid #96238e;
  text-decoration: none;
}
.cta-violet:hover {
  background: none;
  color: #96238e;
  text-decoration: none;
}

.bg-header {
  color: #fff;
  background-image: url("../img/bg-header.jpg?v=2.1");
  background-repeat: no-repeat;
  min-height: 600px;
  background-position: 50% 0;
  background-color: #fff;
}

.bg-s1 {
  color: #000;
  position: relative;
}

.bg-s2 {
  background-color: #0a9ae9;
  color: #fff;
}

.okrag {
  border-radius: 100%;
}

.bg-s3 {
  background-color: #c7f8ff;
  color: #000;
}

.responsive-iframe {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 620px;
}

@media screen and (max-width: 768px) {
  .bg-header {
    color: #fff;
    background-image: url("../img/bg-header-xs.jpg?=v1.0");
    background-color: #0a9ae9;
    background-repeat: no-repeat;
    min-height: 1200px;
  }
}

@media screen and (max-width: 1024px) {
  header {
    min-height: 470px;
  }
}

@media screen and (max-width: 768px) {
  header {
    min-height: 440px;
  }
}

@media screen and (max-width: 500px) {
  header {
    min-height: 530px;
  }
}

.brand-shadow {
  -webkit-box-shadow: 0px 25px 40px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 25px 40px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 25px 40px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease-in;
}

.brand-shadow:hover {
  -webkit-box-shadow: 0px 25px 40px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 25px 40px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 25px 40px 0px rgba(0, 0, 0, 0.2);
  transform: scale(1.1);
}

.stars {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  position: absolute;
}
.stars .container {
  position: absolute;
  animation: stars linear infinite;
}
.stars .container .star {
  animation: twinkle linear infinite;
  border-radius: 100%;
  transform: translateZ(0);
}
.stars .container:nth-child(0) {
  width: 3px;
  height: 3px;
  left: 17.5vw;
  animation-delay: -994.4666666666667s;
  animation-duration: 46.13333333333333s;
}
.stars .container:nth-child(0) .star {
  width: inherit;
  height: inherit;
  animation-delay: -49.7s;
  animation-duration: 49.5s;
  background: blue;
}
.stars .container:nth-child(1) {
  width: 3px;
  height: 3px;
  left: 19vw;
  animation-delay: -987.6s;
  animation-duration: 226.6s;
}
.stars .container:nth-child(1) .star {
  width: inherit;
  height: inherit;
  animation-delay: -42.9s;
  animation-duration: 36.8s;
  background: #00b1ed;
}
.stars .container:nth-child(2) {
  width: 3px;
  height: 3px;
  left: 15vw;
  animation-delay: -998.2s;
  animation-duration: 74s;
}
.stars .container:nth-child(2) .star {
  width: inherit;
  height: inherit;
  animation-delay: -49s;
  animation-duration: 28s;
  background: #00b1ed;
}
.stars .container:nth-child(3) {
  width: 3px;
  height: 3px;
  left: 78.5vw;
  animation-delay: -995.4s;
  animation-duration: 117.33333333333333s;
}
.stars .container:nth-child(3) .star {
  width: inherit;
  height: inherit;
  animation-delay: -44.4s;
  animation-duration: 29.4s;
  background: #00b1ed;
}
.stars .container:nth-child(4) {
  width: 3px;
  height: 3px;
  left: 21.5vw;
  animation-delay: -997.1s;
  animation-duration: 146.9s;
}
.stars .container:nth-child(4) .star {
  width: inherit;
  height: inherit;
  animation-delay: -45.8s;
  animation-duration: 49.2s;
  background: #00b1ed;
}
.stars .container:nth-child(5) {
  width: 3px;
  height: 3px;
  left: 47.5vw;
  animation-delay: -994.3s;
  animation-duration: 45.6s;
}
.stars .container:nth-child(5) .star {
  width: inherit;
  height: inherit;
  animation-delay: -44.1s;
  animation-duration: 47.7s;
  background: #00b1ed;
}
.stars .container:nth-child(6) {
  width: 3px;
  height: 3px;
  left: 18.5vw;
  animation-delay: -999.6s;
  animation-duration: 39.46666666666667s;
}
.stars .container:nth-child(6) .star {
  width: inherit;
  height: inherit;
  animation-delay: -48.7s;
  animation-duration: 34.2s;
  background: #00b1ed;
}
.stars .container:nth-child(7) {
  width: 3px;
  height: 3px;
  left: 24.5vw;
  animation-delay: -991.8s;
  animation-duration: 92.8s;
}
.stars .container:nth-child(7) .star {
  width: inherit;
  height: inherit;
  animation-delay: -41.5s;
  animation-duration: 27.1s;
  background: #00b1ed;
}
.stars .container:nth-child(8) {
  width: 3px;
  height: 3px;
  left: 13.5vw;
  animation-delay: -996.5s;
  animation-duration: 79.1s;
}
.stars .container:nth-child(8) .star {
  width: inherit;
  height: inherit;
  animation-delay: -42.3s;
  animation-duration: 11.1s;
  background: rgba(210, 209, 134, 0.7);
}
.stars .container:nth-child(9) {
  width: 3px;
  height: 3px;
  left: 80.5vw;
  animation-delay: -982.2s;
  animation-duration: 103.8s;
}
.stars .container:nth-child(9) .star {
  width: inherit;
  height: inherit;
  animation-delay: -43.2s;
  animation-duration: 17.7s;
  background: rgba(238, 162, 161, 0.9);
}
.stars .container:nth-child(10) {
  width: 3px;
  height: 3px;
  left: 84vw;
  animation-delay: -988s;
  animation-duration: 110.6s;
}
.stars .container:nth-child(10) .star {
  width: inherit;
  height: inherit;
  animation-delay: -47.7s;
  animation-duration: 5.3s;
  background: #ebbf9f;
}
.stars .container:nth-child(11) {
  width: 3px;
  height: 3px;
  left: 88vw;
  animation-delay: -995.5s;
  animation-duration: 154.1s;
}
.stars .container:nth-child(11) .star {
  width: inherit;
  height: inherit;
  animation-delay: -40.4s;
  animation-duration: 49.4s;
  background: rgba(230, 193, 193, 0.9);
}
.stars .container:nth-child(12) {
  width: 3px;
  height: 3px;
  left: 54vw;
  animation-delay: -998.5333333333333s;
  animation-duration: 115.86666666666667s;
}
.stars .container:nth-child(12) .star {
  width: inherit;
  height: inherit;
  animation-delay: -43.8s;
  animation-duration: 35s;
  background: #e1f8ae;
}
.stars .container:nth-child(13) {
  width: 3px;
  height: 3px;
  left: 25vw;
  animation-delay: -994.6s;
  animation-duration: 193.2s;
}
.stars .container:nth-child(13) .star {
  width: inherit;
  height: inherit;
  animation-delay: -44s;
  animation-duration: 7.6s;
  background: rgba(230, 198, 203, 0.8);
}
.stars .container:nth-child(14) {
  width: 3px;
  height: 3px;
  left: 66.5vw;
  animation-delay: -998.8s;
  animation-duration: 148.1s;
}
.stars .container:nth-child(14) .star {
  width: inherit;
  height: inherit;
  animation-delay: -41.9s;
  animation-duration: 20s;
  background: rgba(200, 213, 128, 0.8);
}
.stars .container:nth-child(15) {
  width: 3px;
  height: 3px;
  left: 32.5vw;
  animation-delay: -998.9333333333333s;
  animation-duration: 119.86666666666667s;
}
.stars .container:nth-child(15) .star {
  width: inherit;
  height: inherit;
  animation-delay: -49.2s;
  animation-duration: 29.9s;
  background: rgba(218, 253, 133, 0.9);
}
.stars .container:nth-child(16) {
  width: 3px;
  height: 3px;
  left: 98vw;
  animation-delay: -994.2s;
  animation-duration: 268.2s;
}
.stars .container:nth-child(16) .star {
  width: inherit;
  height: inherit;
  animation-delay: -42.1s;
  animation-duration: 44.1s;
  background: rgba(231, 180, 251, 0.7);
}
.stars .container:nth-child(17) {
  width: 3px;
  height: 3px;
  left: 11.5vw;
  animation-delay: -993.6s;
  animation-duration: 69.4s;
}
.stars .container:nth-child(17) .star {
  width: inherit;
  height: inherit;
  animation-delay: -41.9s;
  animation-duration: 7s;
  background: rgba(239, 195, 187, 0.8);
}
.stars .container:nth-child(18) {
  width: 3px;
  height: 3px;
  left: 73.5vw;
  animation-delay: -998.8s;
  animation-duration: 37.9s;
}
.stars .container:nth-child(18) .star {
  width: inherit;
  height: inherit;
  animation-delay: -47.4s;
  animation-duration: 22s;
  background: rgba(251, 195, 142, 0.8);
}
.stars .container:nth-child(19) {
  width: 3px;
  height: 3px;
  left: 29.5vw;
  animation-delay: -993.6s;
  animation-duration: 25.333333333333332s;
}
.stars .container:nth-child(19) .star {
  width: inherit;
  height: inherit;
  animation-delay: -40.9s;
  animation-duration: 33.4s;
  background: rgba(212, 204, 211, 0.8);
}
.stars .container:nth-child(20) {
  width: 3px;
  height: 3px;
  left: 2.5vw;
  animation-delay: -995.7s;
  animation-duration: 106.6s;
}
.stars .container:nth-child(20) .star {
  width: inherit;
  height: inherit;
  animation-delay: -47.5s;
  animation-duration: 24s;
  background: rgba(235, 181, 178, 0.8);
}
.stars .container:nth-child(21) {
  width: 3px;
  height: 3px;
  left: 43vw;
  animation-delay: -990.9s;
  animation-duration: 115.7s;
}
.stars .container:nth-child(21) .star {
  width: inherit;
  height: inherit;
  animation-delay: -42.6s;
  animation-duration: 15.5s;
  background: rgba(240, 195, 138, 0.9);
}
.stars .container:nth-child(22) {
  width: 3px;
  height: 3px;
  left: 66vw;
  animation-delay: -996.5s;
  animation-duration: 36.6s;
}
.stars .container:nth-child(22) .star {
  width: inherit;
  height: inherit;
  animation-delay: -43.8s;
  animation-duration: 48.2s;
  background: rgba(254, 178, 209, 0.7);
}
.stars .container:nth-child(23) {
  width: 3px;
  height: 3px;
  left: 31vw;
  animation-delay: -993.8666666666667s;
  animation-duration: 22.599999999999998s;
}
.stars .container:nth-child(23) .star {
  width: inherit;
  height: inherit;
  animation-delay: -49.8s;
  animation-duration: 43.2s;
  background: rgba(216, 157, 103, 0.8);
}
.stars .container:nth-child(24) {
  width: 3px;
  height: 3px;
  left: 48vw;
  animation-delay: -998.8s;
  animation-duration: 45.6s;
}
.stars .container:nth-child(24) .star {
  width: inherit;
  height: inherit;
  animation-delay: -45.4s;
  animation-duration: 17.1s;
  background: #ee9fa4;
}
.stars .container:nth-child(25) {
  width: 3px;
  height: 3px;
  left: 3vw;
  animation-delay: -997.2s;
  animation-duration: 31.666666666666668s;
}
.stars .container:nth-child(25) .star {
  width: inherit;
  height: inherit;
  animation-delay: -49.3s;
  animation-duration: 46.4s;
  background: rgba(253, 200, 118, 0.7);
}
.stars .container:nth-child(26) {
  width: 3px;
  height: 3px;
  left: 27vw;
  animation-delay: -996.1333333333333s;
  animation-duration: 92.73333333333333s;
}
.stars .container:nth-child(26) .star {
  width: inherit;
  height: inherit;
  animation-delay: -49.9s;
  animation-duration: 7s;
  background: rgba(250, 243, 180, 0.8);
}
.stars .container:nth-child(27) {
  width: 3px;
  height: 3px;
  left: 71.5vw;
  animation-delay: -994.0666666666667s;
  animation-duration: 115.60000000000001s;
}
.stars .container:nth-child(27) .star {
  width: inherit;
  height: inherit;
  animation-delay: -44.9s;
  animation-duration: 46.8s;
  background: rgba(236, 181, 184, 0.7);
}
.stars .container:nth-child(28) {
  width: 3px;
  height: 3px;
  left: 97.5vw;
  animation-delay: -983.4s;
  animation-duration: 196.6s;
}
.stars .container:nth-child(28) .star {
  width: inherit;
  height: inherit;
  animation-delay: -48.8s;
  animation-duration: 36.4s;
  background: rgba(215, 181, 220, 0.7);
}
.stars .container:nth-child(29) {
  width: 3px;
  height: 3px;
  left: 98.5vw;
  animation-delay: -981s;
  animation-duration: 348.8s;
}
.stars .container:nth-child(29) .star {
  width: inherit;
  height: inherit;
  animation-delay: -43.1s;
  animation-duration: 12.6s;
  background: rgba(210, 170, 210, 0.8);
}
.stars .container:nth-child(30) {
  width: 3px;
  height: 3px;
  left: 80vw;
  animation-delay: -997.0666666666667s;
  animation-duration: 55.800000000000004s;
}
.stars .container:nth-child(30) .star {
  width: inherit;
  height: inherit;
  animation-delay: -47.8s;
  animation-duration: 8.4s;
  background: #f4b68a;
}
.stars .container:nth-child(31) {
  width: 3px;
  height: 3px;
  left: 74vw;
  animation-delay: -982.2s;
  animation-duration: 397.2s;
}
.stars .container:nth-child(31) .star {
  width: inherit;
  height: inherit;
  animation-delay: -48.5s;
  animation-duration: 45.6s;
  background: rgba(230, 211, 196, 0.7);
}
.stars .container:nth-child(32) {
  width: 3px;
  height: 3px;
  left: 67.5vw;
  animation-delay: -982.6s;
  animation-duration: 46.4s;
}
.stars .container:nth-child(32) .star {
  width: inherit;
  height: inherit;
  animation-delay: -48.8s;
  animation-duration: 29.6s;
  background: rgba(236, 233, 139, 0.9);
}
.stars .container:nth-child(33) {
  width: 3px;
  height: 3px;
  left: 62.5vw;
  animation-delay: -983.4s;
  animation-duration: 362.8s;
}
.stars .container:nth-child(33) .star {
  width: inherit;
  height: inherit;
  animation-delay: -45.7s;
  animation-duration: 9.5s;
  background: rgba(205, 220, 154, 0.7);
}
.stars .container:nth-child(34) {
  width: 3px;
  height: 3px;
  left: 70vw;
  animation-delay: -993.7s;
  animation-duration: 182.8s;
}
.stars .container:nth-child(34) .star {
  width: inherit;
  height: inherit;
  animation-delay: -42.4s;
  animation-duration: 46.8s;
  background: rgba(236, 172, 179, 0.8);
}
.stars .container:nth-child(35) {
  width: 3px;
  height: 3px;
  left: 84.5vw;
  animation-delay: -991s;
  animation-duration: 133.5s;
}
.stars .container:nth-child(35) .star {
  width: inherit;
  height: inherit;
  animation-delay: -42.8s;
  animation-duration: 25.6s;
  background: #dbea7b;
}
.stars .container:nth-child(36) {
  width: 3px;
  height: 3px;
  left: 96vw;
  animation-delay: -980.2s;
  animation-duration: 229s;
}
.stars .container:nth-child(36) .star {
  width: inherit;
  height: inherit;
  animation-delay: -44s;
  animation-duration: 25s;
  background: rgba(207, 183, 173, 0.9);
}
.stars .container:nth-child(37) {
  width: 3px;
  height: 3px;
  left: 46.5vw;
  animation-delay: -990.5s;
  animation-duration: 172.9s;
}
.stars .container:nth-child(37) .star {
  width: inherit;
  height: inherit;
  animation-delay: -46.4s;
  animation-duration: 41.1s;
  background: rgba(228, 195, 127, 0.7);
}
.stars .container:nth-child(38) {
  width: 3px;
  height: 3px;
  left: 10vw;
  animation-delay: -998.4s;
  animation-duration: 54.6s;
}
.stars .container:nth-child(38) .star {
  width: inherit;
  height: inherit;
  animation-delay: -44.2s;
  animation-duration: 21.9s;
  background: #f8a77d;
}
.stars .container:nth-child(39) {
  width: 3px;
  height: 3px;
  left: 22.5vw;
  animation-delay: -992.6s;
  animation-duration: 210.4s;
}
.stars .container:nth-child(39) .star {
  width: inherit;
  height: inherit;
  animation-delay: -49.4s;
  animation-duration: 30.2s;
  background: rgba(219, 188, 171, 0.9);
}
.stars .container:nth-child(40) {
  width: 3px;
  height: 3px;
  left: 28vw;
  animation-delay: -999.7s;
  animation-duration: 59.8s;
}
.stars .container:nth-child(40) .star {
  width: inherit;
  height: inherit;
  animation-delay: -45.2s;
  animation-duration: 42.3s;
  background: rgba(214, 153, 143, 0.9);
}
.stars .container:nth-child(41) {
  width: 3px;
  height: 3px;
  left: 4.5vw;
  animation-delay: -997.3333333333334s;
  animation-duration: 20.400000000000002s;
}
.stars .container:nth-child(41) .star {
  width: inherit;
  height: inherit;
  animation-delay: -49.1s;
  animation-duration: 34.6s;
  background: rgba(232, 168, 190, 0.8);
}
.stars .container:nth-child(42) {
  width: 3px;
  height: 3px;
  left: 36vw;
  animation-delay: -995.8s;
  animation-duration: 22.266666666666666s;
}
.stars .container:nth-child(42) .star {
  width: inherit;
  height: inherit;
  animation-delay: -43.1s;
  animation-duration: 17.2s;
  background: #e7d6b5;
}
.stars .container:nth-child(43) {
  width: 3px;
  height: 3px;
  left: 86.5vw;
  animation-delay: -998.2s;
  animation-duration: 56.5s;
}
.stars .container:nth-child(43) .star {
  width: inherit;
  height: inherit;
  animation-delay: -43.7s;
  animation-duration: 22s;
  background: #dfe297;
}
.stars .container:nth-child(44) {
  width: 3px;
  height: 3px;
  left: 27vw;
  animation-delay: -984.4s;
  animation-duration: 118.4s;
}
.stars .container:nth-child(44) .star {
  width: inherit;
  height: inherit;
  animation-delay: -49.9s;
  animation-duration: 46.2s;
  background: #e7abbb;
}
.stars .container:nth-child(45) {
  width: 3px;
  height: 3px;
  left: 88.5vw;
  animation-delay: -993.9333333333333s;
  animation-duration: 111.8s;
}
.stars .container:nth-child(45) .star {
  width: inherit;
  height: inherit;
  animation-delay: -48.4s;
  animation-duration: 25s;
  background: rgba(217, 212, 249, 0.8);
}
.stars .container:nth-child(46) {
  width: 3px;
  height: 3px;
  left: 85.5vw;
  animation-delay: -997.6s;
  animation-duration: 185.6s;
}
.stars .container:nth-child(46) .star {
  width: inherit;
  height: inherit;
  animation-delay: -48.7s;
  animation-duration: 33.4s;
  background: #caefd8;
}
.stars .container:nth-child(47) {
  width: 7px;
  height: 7px;
  left: 70vw;
  animation-delay: -993.8s;
  animation-duration: 167.2s;
}
.stars .container:nth-child(47) .star {
  width: inherit;
  height: inherit;
  animation-delay: -44.2s;
  animation-duration: 45s;
  background: rgba(252, 224, 245, 0.9);
}
.stars .container:nth-child(48) {
  width: 7px;
  height: 7px;
  left: 81vw;
  animation-delay: -994.8s;
  animation-duration: 108.26666666666667s;
}
.stars .container:nth-child(48) .star {
  width: inherit;
  height: inherit;
  animation-delay: -47.7s;
  animation-duration: 5.2s;
  background: rgba(210, 171, 214, 0.8);
}
.stars .container:nth-child(49) {
  width: 7px;
  height: 7px;
  left: 26vw;
  animation-delay: -994s;
  animation-duration: 219s;
}
.stars .container:nth-child(49) .star {
  width: inherit;
  height: inherit;
  animation-delay: -48.8s;
  animation-duration: 40.9s;
  background: rgba(206, 196, 247, 0.9);
}
.stars .container:nth-child(50) {
  width: 7px;
  height: 7px;
  left: 53.5vw;
  animation-delay: -997.2666666666667s;
  animation-duration: 78.60000000000001s;
}
.stars .container:nth-child(50) .star {
  width: inherit;
  height: inherit;
  animation-delay: -49.8s;
  animation-duration: 20.1s;
  background: rgba(253, 209, 207, 0.8);
}
.stars .container:nth-child(51) {
  width: 7px;
  height: 7px;
  left: 77vw;
  animation-delay: -997.1333333333333s;
  animation-duration: 33s;
}
.stars .container:nth-child(51) .star {
  width: inherit;
  height: inherit;
  animation-delay: -45.3s;
  animation-duration: 18.1s;
  background: #ebd098;
}
.stars .container:nth-child(52) {
  width: 7px;
  height: 7px;
  left: 6vw;
  animation-delay: -997.5333333333333s;
  animation-duration: 49.26666666666667s;
}
.stars .container:nth-child(52) .star {
  width: inherit;
  height: inherit;
  animation-delay: -42.1s;
  animation-duration: 32.1s;
  background: #f7fb92;
}
.stars .container:nth-child(53) {
  width: 7px;
  height: 7px;
  left: 61.5vw;
  animation-delay: -996.4s;
  animation-duration: 27.4s;
}
.stars .container:nth-child(53) .star {
  width: inherit;
  height: inherit;
  animation-delay: -44.3s;
  animation-duration: 43.1s;
  background: #fafadd;
}
.stars .container:nth-child(54) {
  width: 7px;
  height: 7px;
  left: 91vw;
  animation-delay: -994.2s;
  animation-duration: 241.6s;
}
.stars .container:nth-child(54) .star {
  width: inherit;
  height: inherit;
  animation-delay: -48.4s;
  animation-duration: 8.8s;
  background: #d3fd6d;
}
.stars .container:nth-child(55) {
  width: 7px;
  height: 7px;
  left: 83.5vw;
  animation-delay: -995.8s;
  animation-duration: 17.933333333333334s;
}
.stars .container:nth-child(55) .star {
  width: inherit;
  height: inherit;
  animation-delay: -42.8s;
  animation-duration: 15.4s;
  background: rgba(236, 226, 236, 0.9);
}
.stars .container:nth-child(56) {
  width: 7px;
  height: 7px;
  left: 51.5vw;
  animation-delay: -999.7333333333333s;
  animation-duration: 36.4s;
}
.stars .container:nth-child(56) .star {
  width: inherit;
  height: inherit;
  animation-delay: -45s;
  animation-duration: 49.6s;
  background: rgba(230, 168, 221, 0.7);
}
.stars .container:nth-child(57) {
  width: 7px;
  height: 7px;
  left: 62vw;
  animation-delay: -990s;
  animation-duration: 45s;
}
.stars .container:nth-child(57) .star {
  width: inherit;
  height: inherit;
  animation-delay: -42.9s;
  animation-duration: 23.6s;
  background: rgba(246, 196, 213, 0.9);
}
.stars .container:nth-child(58) {
  width: 7px;
  height: 7px;
  left: 77vw;
  animation-delay: -992.8s;
  animation-duration: 64.8s;
}
.stars .container:nth-child(58) .star {
  width: inherit;
  height: inherit;
  animation-delay: -49.2s;
  animation-duration: 18.5s;
  background: #dfcb70;
}
.stars .container:nth-child(59) {
  width: 7px;
  height: 7px;
  left: 72.5vw;
  animation-delay: -981.6s;
  animation-duration: 164.6s;
}
.stars .container:nth-child(59) .star {
  width: inherit;
  height: inherit;
  animation-delay: -49.6s;
  animation-duration: 31.6s;
  background: rgba(214, 201, 109, 0.8);
}
.stars .container:nth-child(60) {
  width: 7px;
  height: 7px;
  left: 47.5vw;
  animation-delay: -999.6s;
  animation-duration: 33.93333333333333s;
}
.stars .container:nth-child(60) .star {
  width: inherit;
  height: inherit;
  animation-delay: -44.2s;
  animation-duration: 8.4s;
  background: rgba(228, 228, 110, 0.8);
}
.stars .container:nth-child(61) {
  width: 7px;
  height: 7px;
  left: 36.5vw;
  animation-delay: -997.4s;
  animation-duration: 175.4s;
}
.stars .container:nth-child(61) .star {
  width: inherit;
  height: inherit;
  animation-delay: -47.5s;
  animation-duration: 30.9s;
  background: rgba(246, 248, 119, 0.9);
}
.stars .container:nth-child(62) {
  width: 7px;
  height: 7px;
  left: 67.5vw;
  animation-delay: -994.2666666666667s;
  animation-duration: 119.13333333333333s;
}
.stars .container:nth-child(62) .star {
  width: inherit;
  height: inherit;
  animation-delay: -42.3s;
  animation-duration: 36.4s;
  background: rgba(244, 176, 143, 0.9);
}
.stars .container:nth-child(63) {
  width: 7px;
  height: 7px;
  left: 99.5vw;
  animation-delay: -997.4s;
  animation-duration: 302s;
}
.stars .container:nth-child(63) .star {
  width: inherit;
  height: inherit;
  animation-delay: -40.7s;
  animation-duration: 15.9s;
  background: #def3f9;
}
.stars .container:nth-child(64) {
  width: 5px;
  height: 5px;
  left: 82.5vw;
  animation-delay: -996.8s;
  animation-duration: 282.4s;
}
.stars .container:nth-child(64) .star {
  width: inherit;
  height: inherit;
  animation-delay: -46.2s;
  animation-duration: 43.6s;
  background: rgba(215, 219, 207, 0.9);
}
.stars .container:nth-child(65) {
  width: 5px;
  height: 5px;
  left: 53.5vw;
  animation-delay: -982.2s;
  animation-duration: 200s;
}
.stars .container:nth-child(65) .star {
  width: inherit;
  height: inherit;
  animation-delay: -45s;
  animation-duration: 27.3s;
  background: #c9c69b;
}
.stars .container:nth-child(66) {
  width: 5px;
  height: 5px;
  left: 71vw;
  animation-delay: -995.9333333333333s;
  animation-duration: 20.866666666666667s;
}
.stars .container:nth-child(66) .star {
  width: inherit;
  height: inherit;
  animation-delay: -44.9s;
  animation-duration: 22.5s;
  background: rgba(214, 187, 187, 0.7);
}
.stars .container:nth-child(67) {
  width: 5px;
  height: 5px;
  left: 85vw;
  animation-delay: -999.7333333333333s;
  animation-duration: 41.13333333333333s;
}
.stars .container:nth-child(67) .star {
  width: inherit;
  height: inherit;
  animation-delay: -43.1s;
  animation-duration: 35s;
  background: rgba(237, 178, 189, 0.7);
}
.stars .container:nth-child(68) {
  width: 5px;
  height: 5px;
  left: 72vw;
  animation-delay: -986.8s;
  animation-duration: 118.6s;
}
.stars .container:nth-child(68) .star {
  width: inherit;
  height: inherit;
  animation-delay: -41.5s;
  animation-duration: 39s;
  background: rgba(221, 156, 231, 0.8);
}
.stars .container:nth-child(69) {
  width: 5px;
  height: 5px;
  left: 76vw;
  animation-delay: -994.8s;
  animation-duration: 48.6s;
}
.stars .container:nth-child(69) .star {
  width: inherit;
  height: inherit;
  animation-delay: -43.4s;
  animation-duration: 49.2s;
  background: rgba(210, 220, 110, 0.8);
}
.stars .container:nth-child(70) {
  width: 5px;
  height: 5px;
  left: 10vw;
  animation-delay: -983.6s;
  animation-duration: 189.6s;
}
.stars .container:nth-child(70) .star {
  width: inherit;
  height: inherit;
  animation-delay: -43.7s;
  animation-duration: 43.2s;
  background: rgba(212, 196, 242, 0.9);
}
.stars .container:nth-child(71) {
  width: 5px;
  height: 5px;
  left: 80.5vw;
  animation-delay: -993.2s;
  animation-duration: 199.4s;
}
.stars .container:nth-child(71) .star {
  width: inherit;
  height: inherit;
  animation-delay: -42.2s;
  animation-duration: 46.2s;
  background: rgba(215, 165, 186, 0.7);
}
.stars .container:nth-child(72) {
  width: 5px;
  height: 5px;
  left: 61.5vw;
  animation-delay: -991.7s;
  animation-duration: 110.9s;
}
.stars .container:nth-child(72) .star {
  width: inherit;
  height: inherit;
  animation-delay: -42.1s;
  animation-duration: 6.2s;
  background: rgba(201, 192, 132, 0.8);
}
.stars .container:nth-child(73) {
  width: 5px;
  height: 5px;
  left: 60.5vw;
  animation-delay: -999.7333333333333s;
  animation-duration: 15.333333333333334s;
}
.stars .container:nth-child(73) .star {
  width: inherit;
  height: inherit;
  animation-delay: -40.3s;
  animation-duration: 18.1s;
  background: rgba(200, 249, 210, 0.8);
}
.stars .container:nth-child(74) {
  width: 5px;
  height: 5px;
  left: 17vw;
  animation-delay: -984.4s;
  animation-duration: 62.4s;
}
.stars .container:nth-child(74) .star {
  width: inherit;
  height: inherit;
  animation-delay: -40.4s;
  animation-duration: 34.5s;
  background: rgba(202, 239, 206, 0.7);
}
.stars .container:nth-child(75) {
  width: 5px;
  height: 5px;
  left: 65vw;
  animation-delay: -999.8s;
  animation-duration: 124.26666666666667s;
}
.stars .container:nth-child(75) .star {
  width: inherit;
  height: inherit;
  animation-delay: -49.3s;
  animation-duration: 18.7s;
  background: rgba(204, 185, 216, 0.9);
}
.stars .container:nth-child(76) {
  width: 5px;
  height: 5px;
  left: 51.5vw;
  animation-delay: -995.7333333333333s;
  animation-duration: 97.26666666666667s;
}
.stars .container:nth-child(76) .star {
  width: inherit;
  height: inherit;
  animation-delay: -46.8s;
  animation-duration: 8.2s;
  background: rgba(249, 198, 179, 0.8);
}
.stars .container:nth-child(77) {
  width: 5px;
  height: 5px;
  left: 42.5vw;
  animation-delay: -992.8s;
  animation-duration: 52.2s;
}
.stars .container:nth-child(77) .star {
  width: inherit;
  height: inherit;
  animation-delay: -41s;
  animation-duration: 50s;
  background: rgba(220, 250, 231, 0.9);
}
.stars .container:nth-child(78) {
  width: 5px;
  height: 5px;
  left: 14vw;
  animation-delay: -998.1333333333333s;
  animation-duration: 121.39999999999999s;
}
.stars .container:nth-child(78) .star {
  width: inherit;
  height: inherit;
  animation-delay: -47s;
  animation-duration: 19.6s;
  background: rgba(200, 224, 195, 0.7);
}
.stars .container:nth-child(79) {
  width: 5px;
  height: 5px;
  left: 76vw;
  animation-delay: -990.4s;
  animation-duration: 322s;
}
.stars .container:nth-child(79) .star {
  width: inherit;
  height: inherit;
  animation-delay: -48.2s;
  animation-duration: 19.4s;
  background: rgba(244, 253, 169, 0.9);
}
.stars .container:nth-child(80) {
  width: 5px;
  height: 5px;
  left: 77vw;
  animation-delay: -998.9s;
  animation-duration: 64.5s;
}
.stars .container:nth-child(80) .star {
  width: inherit;
  height: inherit;
  animation-delay: -47.5s;
  animation-duration: 27.4s;
  background: rgba(239, 184, 210, 0.7);
}
.stars .container:nth-child(81) {
  width: 5px;
  height: 5px;
  left: 41.5vw;
  animation-delay: -992.6s;
  animation-duration: 298s;
}
.stars .container:nth-child(81) .star {
  width: inherit;
  height: inherit;
  animation-delay: -43s;
  animation-duration: 5s;
  background: rgba(212, 171, 226, 0.9);
}
.stars .container:nth-child(82) {
  width: 5px;
  height: 5px;
  left: 14.5vw;
  animation-delay: -998.8s;
  animation-duration: 44.8s;
}
.stars .container:nth-child(82) .star {
  width: inherit;
  height: inherit;
  animation-delay: -48.2s;
  animation-duration: 17s;
  background: rgba(215, 192, 137, 0.9);
}
.stars .container:nth-child(83) {
  width: 5px;
  height: 5px;
  left: 34vw;
  animation-delay: -980.6s;
  animation-duration: 238.8s;
}
.stars .container:nth-child(83) .star {
  width: inherit;
  height: inherit;
  animation-delay: -49.3s;
  animation-duration: 40.8s;
  background: rgba(255, 194, 237, 0.8);
}
.stars .container:nth-child(84) {
  width: 5px;
  height: 5px;
  left: 47vw;
  animation-delay: -993.5333333333333s;
  animation-duration: 127.8s;
}
.stars .container:nth-child(84) .star {
  width: inherit;
  height: inherit;
  animation-delay: -47.2s;
  animation-duration: 26.8s;
  background: rgba(250, 163, 166, 0.7);
}
.stars .container:nth-child(85) {
  width: 5px;
  height: 5px;
  left: 57.5vw;
  animation-delay: -995.6s;
  animation-duration: 23s;
}
.stars .container:nth-child(85) .star {
  width: inherit;
  height: inherit;
  animation-delay: -47.3s;
  animation-duration: 11.2s;
  background: rgba(229, 187, 201, 0.9);
}
.stars .container:nth-child(86) {
  width: 5px;
  height: 5px;
  left: 65vw;
  animation-delay: -999.5s;
  animation-duration: 94.4s;
}
.stars .container:nth-child(86) .star {
  width: inherit;
  height: inherit;
  animation-delay: -41.1s;
  animation-duration: 5s;
  background: #fddaf8;
}
.stars .container:nth-child(87) {
  width: 5px;
  height: 5px;
  left: 2vw;
  animation-delay: -994.9s;
  animation-duration: 45.6s;
}
.stars .container:nth-child(87) .star {
  width: inherit;
  height: inherit;
  animation-delay: -48.8s;
  animation-duration: 9.1s;
  background: rgba(204, 180, 114, 0.9);
}
.stars .container:nth-child(88) {
  width: 5px;
  height: 5px;
  left: 71.5vw;
  animation-delay: -993.6s;
  animation-duration: 84s;
}
.stars .container:nth-child(88) .star {
  width: inherit;
  height: inherit;
  animation-delay: -42.5s;
  animation-duration: 33.2s;
  background: #ccc379;
}
.stars .container:nth-child(89) {
  width: 5px;
  height: 5px;
  left: 12.5vw;
  animation-delay: -996.2s;
  animation-duration: 128.4s;
}
.stars .container:nth-child(89) .star {
  width: inherit;
  height: inherit;
  animation-delay: -47s;
  animation-duration: 23.6s;
  background: rgba(215, 185, 121, 0.9);
}
.stars .container:nth-child(90) {
  width: 5px;
  height: 5px;
  left: 41vw;
  animation-delay: -994.3333333333334s;
  animation-duration: 75.46666666666667s;
}
.stars .container:nth-child(90) .star {
  width: inherit;
  height: inherit;
  animation-delay: -42.4s;
  animation-duration: 24.5s;
  background: rgba(233, 193, 175, 0.7);
}
.stars .container:nth-child(91) {
  width: 5px;
  height: 5px;
  left: 63.5vw;
  animation-delay: -998.6s;
  animation-duration: 278.4s;
}
.stars .container:nth-child(91) .star {
  width: inherit;
  height: inherit;
  animation-delay: -41.4s;
  animation-duration: 20.4s;
  background: rgba(214, 163, 191, 0.8);
}
.stars .container:nth-child(92) {
  width: 5px;
  height: 5px;
  left: 20vw;
  animation-delay: -980s;
  animation-duration: 44.8s;
}
.stars .container:nth-child(92) .star {
  width: inherit;
  height: inherit;
  animation-delay: -41.4s;
  animation-duration: 22.5s;
  background: rgba(200, 238, 236, 0.9);
}
.stars .container:nth-child(93) {
  width: 5px;
  height: 5px;
  left: 94vw;
  animation-delay: -994.4666666666667s;
  animation-duration: 124.26666666666667s;
}
.stars .container:nth-child(93) .star {
  width: inherit;
  height: inherit;
  animation-delay: -43.5s;
  animation-duration: 29.8s;
  background: rgba(206, 178, 254, 0.9);
}
.stars .container:nth-child(94) {
  width: 5px;
  height: 5px;
  left: 38vw;
  animation-delay: -999.4s;
  animation-duration: 110.4s;
}
.stars .container:nth-child(94) .star {
  width: inherit;
  height: inherit;
  animation-delay: -41s;
  animation-duration: 30.9s;
  background: #fd9ca5;
}
.stars .container:nth-child(95) {
  width: 5px;
  height: 5px;
  left: 95.5vw;
  animation-delay: -988s;
  animation-duration: 368.2s;
}
.stars .container:nth-child(95) .star {
  width: inherit;
  height: inherit;
  animation-delay: -49.7s;
  animation-duration: 17.7s;
  background: rgba(232, 165, 231, 0.9);
}
.stars .container:nth-child(96) {
  width: 5px;
  height: 5px;
  left: 57.5vw;
  animation-delay: -996.8s;
  animation-duration: 157.8s;
}
.stars .container:nth-child(96) .star {
  width: inherit;
  height: inherit;
  animation-delay: -47.3s;
  animation-duration: 9s;
  background: rgba(226, 242, 177, 0.9);
}
.stars .container:nth-child(97) {
  width: 5px;
  height: 5px;
  left: 28.5vw;
  animation-delay: -992.4s;
  animation-duration: 60.4s;
}
.stars .container:nth-child(97) .star {
  width: inherit;
  height: inherit;
  animation-delay: -46.7s;
  animation-duration: 39s;
  background: rgba(205, 178, 248, 0.7);
}
.stars .container:nth-child(98) {
  width: 5px;
  height: 5px;
  left: 20.5vw;
  animation-delay: -995.4s;
  animation-duration: 108.6s;
}
.stars .container:nth-child(98) .star {
  width: inherit;
  height: inherit;
  animation-delay: -49.3s;
  animation-duration: 38s;
  background: rgba(208, 216, 249, 0.8);
}
.stars .container:nth-child(99) {
  width: 5px;
  height: 5px;
  left: 69.5vw;
  animation-delay: -983.2s;
  animation-duration: 256.4s;
}
.stars .container:nth-child(99) .star {
  width: inherit;
  height: inherit;
  animation-delay: -48.5s;
  animation-duration: 37.8s;
  background: rgba(253, 215, 225, 0.9);
}
.stars .container:nth-child(100) {
  width: 5px;
  height: 5px;
  left: 94vw;
  animation-delay: -999.4s;
  animation-duration: 109.13333333333333s;
}
.stars .container:nth-child(100) .star {
  width: inherit;
  height: inherit;
  animation-delay: -44.8s;
  animation-duration: 11.5s;
  background: #e1cbe6;
}
@-moz-keyframes stars {
  0% {
    transform: translateY(110vh) translateZ(0);
  }
  30% {
    transform: translateY(-10vh) translateZ(0);
  }
}
@-webkit-keyframes stars {
  0% {
    transform: translateY(110vh) translateZ(0);
  }
  30% {
    transform: translateY(-10vh) translateZ(0);
  }
}
@-o-keyframes stars {
  0% {
    transform: translateY(110vh) translateZ(0);
  }
  30% {
    transform: translateY(-10vh) translateZ(0);
  }
}
@keyframes stars {
  0% {
    transform: translateY(110vh) translateZ(0);
  }
  30% {
    transform: translateY(-10vh) translateZ(0);
  }
}
@-moz-keyframes twinkle {
  0%,
  80%,
  100% {
    opacity: 0.7;
    box-shadow: 0 0 0 #fff, 0 0 0 #fff;
  }
  95% {
    opacity: 1;
    box-shadow: 0 0 2px #fff, 0 0 4px #fff;
  }
}
@-webkit-keyframes twinkle {
  0%,
  80%,
  100% {
    opacity: 0.7;
    box-shadow: 0 0 0 #fff, 0 0 0 #fff;
  }
  95% {
    opacity: 1;
    box-shadow: 0 0 2px #fff, 0 0 4px #fff;
  }
}
@-o-keyframes twinkle {
  0%,
  80%,
  100% {
    opacity: 0.7;
    box-shadow: 0 0 0 #fff, 0 0 0 #fff;
  }
  95% {
    opacity: 1;
    box-shadow: 0 0 2px #fff, 0 0 4px #fff;
  }
}
@keyframes twinkle {
  0%,
  80%,
  100% {
    opacity: 0.7;
    box-shadow: 0 0 0 #fff, 0 0 0 #fff;
  }
  95% {
    opacity: 1;
    box-shadow: 0 0 2px #fff, 0 0 4px #fff;
  }
}

footer {
  position: relative;
}

.price {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.old-price {
  text-decoration: line-through;
  color: rgba(100, 100, 100, 0.5);
  margin-right: 10px;
}

.new-price {
  font-size: 1.2rem;
  font-weight: 500;
}
