
  html .RichContent {
  font-size: 16px;
  font-family: "Source Sans 3", "Montserrat", sans-serif;
}

body .RichContent {
  padding: 0;
  margin: 0;
}

.content {
  max-width: 1152px;
  background: #000028;
  color: #fff;
  margin: 0 auto;
  box-sizing: border-box;
}
.header {
  height: 385px;
  width: 100%;
  position: relative;
}
.header__gif {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 526px) {
  .header__gif {
    height: 100%;
  }
}
.header__logo {
  position: absolute;
  height: 30px;
  top: 60px;
  left: 28px;
}
@media (min-width: 768px) {
  .header__logo {
    left: 58px;
  }
}
.header__title {
  position: absolute;
  top: 100px;
  left: 28px;
  padding-left: 32px;
  font-size: 32px;
}
.header__title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background: linear-gradient(to bottom, #00FFB9, #00E6DC);
}
@media (min-width: 768px) {
  .header__title {
    left: 58px;
  }
}

.header__subtitle {
  position: absolute;
  top: 210px;
  padding: 10px 80px 10px 58px;
  color: #000;
  font-family: Source Sans 3;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; 
  background: #00FFB9;
  clip-path: polygon(0% 0%, 100% 0%, 80% 100%, 0% 100%);
}

.RichContent .productRC{
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 54px;
}
.product__image {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product__container {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: flex;
  flex-direction: column;
  margin-left: 58px;
  gap: 20px;
}
@media (min-width: 768px) {
  .product__container {
    flex-direction: row;
  }
}
.product__title {
  margin: 0;
  margin-top: 50px;
  width: 70%;
  text-align: center;
  border: 1px solid;
  border-image-slice: 1;
  border-width: 1px;
  border-left-width: 5px;
  border-image-source: linear-gradient(to left, #00FFB9, #00E6DC);
  font-size: 28px;
  padding: 30px 0px;
}
@media (min-width: 768px) {
  .product__title {
    width: 20%;
    padding: 30px;
  }
}
.product__information {
  position: relative;
  margin-top: 50px;
  display: flex;
  width: 70%;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  border: 1px solid;
  border-image-slice: 1;
  border-width: 1px;
  border-right-width: 5px;
  border-image-source: linear-gradient(to left, #00FFB9, #00E6DC);
}
@media (min-width: 768px) {
  .product__information {
    width: 60%;
    border-right-width: 1px;
    flex-direction: row;
  }
}
.product__extras {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 25px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .product__extras {
    padding: 30px 30px;
  }
}
.product__extras--sup {
  margin-bottom: 4px;
}
.product__extras--line {
  border-top: 1px solid;
  border-image-slice: 1;
  border-width: 1px;
  border-image-source: linear-gradient(to left, #00FFB9, #00E6DC);
}
@media (min-width: 768px) {
  .product__extras--line {
    border-top: none;
  }
  .product__extras--line:before {
    content: "";
    position: absolute;
    top: 25%;
    left: 0;
    width: 1px;
    height: 50%;
    background: linear-gradient(to bottom, #00FFB9, #00E6DC);
  }
}
.product__wave {
  width: 100%;
  height: 100%;
  margin-left: 58px;
  transform: rotate(180deg) scaleX(1) scaleY(1);
}

.flip {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 50px;
}
@media (min-width: 768px) {
  .flip {
    width: 98%;
    flex-direction: row;
  }
}

.cards {
  width: 280px;
  height: 280px;
  perspective: 800px;
}
@media (min-width: 768px) {
  .cards {
    width: 300px;
    height: 300px;
  }
}

.cards:hover > .cards__element {
  cursor: pointer;
  transform: rotateY(180deg);
}

.cards__element {
  height: 100%;
  width: 100%;
  position: relative;
  transition: transform 1500ms;
  transform-style: preserve-3d;
}

.front,
.back {
  height: 100%;
  width: 100%;
  box-shadow: 0 0 5px 2px rgba(50, 50, 50, 0.25);
  position: absolute;
  backface-visibility: hidden;
}

.front {
  background-color: #000028;
  border: 1px solid;
  border-image-slice: 1;
  border-width: 1px;
  border-image-source: linear-gradient(to left, #00FFB9, #00E6DC);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.front__first {
  border-left-width: 5px;
}
.front__title {
  font-size: 28px;
  text-align: center;
}

.back {
  position: relative;
  height: 100%;
  background-color: #000028;
  transform: rotateY(180deg);
  border: 1px solid;
  border-image-slice: 1;
  border-width: 1px;
  border-image-source: linear-gradient(to left, #00FFB9, #00E6DC);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.back__first {
  border-left-width: 5px;
}
.back__title {
  font-size: 28px;
}
.back__text {
  margin: 0;
  height: 50%;
  height: 138px;
  padding: 0 10px;
  text-align: center;
  font-weight: bold;
}

.details {
  width: 100%;
  padding-bottom: 50px;
}
.details__image {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.accordion-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.accordion {
  flex: 1;
  margin: 0 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.accordion-arrow {
  width: 20px;
  height: 12px;
}

.accordion-label {
  width: 232px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px;
  cursor: pointer;
  font-size: 20px;
  transition: background-color 0.3s ease;
  border-top: 1px solid #00FFB9;
  border-left: 1px solid #00FFB9;
  border-right: 1px solid #00FFB9;
  border-bottom: 1px solid #00FFB9;
}

.accordion-content {
  width: 232px;
  font-size: 17px;
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.accordion__lines {
  width: 60px;
  height: 158px;
}

.accordion input[type=checkbox] {
  display: none;
}

.accordion input[type=checkbox]:checked ~ .accordion-label + .accordion-content {
  max-height: 1000px;
  min-height: 120px;
}

.accordion input[type=checkbox]:checked ~ .accordion-label {
  border-bottom: none;
}

.accordion input[type=checkbox]:checked ~ .accordion-label .accordion-arrow {
  transform: rotate(180deg);
}

.accordion input[type=checkbox]:checked ~ .accordion-content {
  border-left: 1px solid #00FFB9;
  border-right: 1px solid #00FFB9;
  border-bottom: 1px solid #00FFB9;
}

.information {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .information {
    flex-direction: row;
    margin: 50px 0;
  }
}
@media (min-width: 768px) {
  .information--reverse {
    flex-direction: row-reverse;
  }
}
.information__background {
  display: none;
}
@media (min-width: 768px) {
  .information__background {
    display: block;
    position: absolute;
    width: 75%;
    top: 25px;
    right: 0;
    transform: scaleY(-1) rotate(180deg);
  }
}
.information__background--reverse {
  transform: rotate(180deg) scaleX(-1);
  bottom: 25px;
  left: 0;
  top: unset;
  right: unset;
}
.information__element {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.information__element--container {
  flex-direction: column;
}
@media (min-width: 768px) {
  .information__element {
    width: 50%;
  }
}
.information__picture {
  width: 80%;
  border: 1px solid;
  border-image-slice: 1;
  border-width: 1px;
  border-image-source: linear-gradient(to left, #00FFB9, #00E6DC);
}
@media (min-width: 768px) {
  .information__picture {
    width: 50%;
    min-height: 477px;
  }
}
.information__title {
  width: 80%;
  padding-left: 32px;
  position: relative;
  font-size: 32px;
}
.information__title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background: linear-gradient(to bottom, #00FFB9, #00E6DC);
}
@media (min-width: 768px) {
  .information__title {
    width: 70%;
  }
}
.information__text {
  width: 80%;
  font-size: 17px;
  padding-right: 32px;
}
@media (min-width: 768px) {
  .information__text {
    width: 70%;
  }
}

.slider-container {
  height: 450px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 450px) {
  .slider-container {
    height: 500px;
  }
}
@media (min-width: 500px) {
  .slider-container {
    height: 550px;
  }
}
@media (min-width: 600px) {
  .slider-container {
    height: 600px;
  }
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-bottom: 105px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .slide {
    flex-direction: row;
  }
}
.slide__picture {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .slide__picture {
    width: 70%;
  }
}
@media (min-width: 880px) {
  .slide__picture {
    width: 50%;
  }
}

.slide-img {
  width: 80%;
  z-index: 1;
  height: auto;
  border: 1px solid;
  border-image-slice: 1;
  border-width: 1px;
  border-image-source: linear-gradient(to left, #00FFB9, #00E6DC);
}
@media (min-width: 768px) {
  .slide-img {
    max-height: 350px;
    width: auto;
  }
}

.slide-container {
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  .slide-container {
    padding: 0;
    width: 50%;
  }
}

.slide__title {
  position: relative;
  padding-left: 25px;
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
}
.slide__title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background: linear-gradient(to bottom, #00FFB9, #00E6DC);
}

.slide__text {
  font-size: 17px;
  font-weight: 400;
  line-height: 120%;
}

input:checked + .slide {
  opacity: 1;
}

.bullet-axis {
  position: absolute;
  width: 50%;
  bottom: 25px;
  right: 0;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media (min-width: 768px) {
  .bullet-axis {
    width: 20%;
    bottom: 30%;
  }
}

.bullet {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 3px solid #00FFB9;
  margin: 0 5px;
  cursor: pointer;
}

#slide1:checked ~ .bullet-axis .bullet:nth-child(1),
#slide2:checked ~ .bullet-axis .bullet:nth-child(2),
#slide3:checked ~ .bullet-axis .bullet:nth-child(3) {
  padding: -25px;
  background: #00FFB9;
  border: 3px solid #00FFB9;
}

#slide2:checked ~ .bullet-axis .bullet:nth-child(2) {
  background: linear-gradient(to right, #00FFB9, #00E6DC);
  border: 3px solid #00FFB9;
}

#slide3:checked ~ .bullet-axis .bullet:nth-child(3) {
  background: #00E6DC;
  border: 3px solid #00FFB9;
}

.slider-container input[type=radio] {
  display: none;
}

.bullet-subtitles {
  visibility: hidden;
  display: none;
}
@media (min-width: 576px) {
  .bullet-subtitles {
    visibility: visible;
    display: flex;
    text-align: center;
    padding-bottom: 50px;
  }
}
.bullet-subtitles h2 {
  position: relative;
  font-size: 20px;
  line-height: 120%;
  font-style: normal;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 576px) {
  .bullet-subtitles h2 {
    padding: 0 25px;
  }
}

.slide-lines {
  left: -29px;
  position: absolute;
  transform: rotate(-90deg);
}

.slider-wave {
  display: none;
}
@media (min-width: 768px) {
  .slider-wave {
    display: block;
    position: absolute;
    transform: rotate(180deg);
    bottom: 0;
    left: 10%;
  }
}

.extra {
  width: 100%;
  padding-bottom: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .extra {
    flex-direction: row;
  }
}
.extra__element {
  display: flex;
  justify-content: space-evenly;
  width: 90%;
  height: 100%;
}
@media (min-width: 768px) {
  .extra__element {
    width: 33%;
  }
}
.extra__element--title {
  justify-content: unset;
}
@media (min-width: 768px) {
  .extra__element--title {
    justify-content: space-evenly;
  }
}
.extra__btn {
  width: 50%;
  font-size: 17px;
  padding: 10px;
  text-decoration: none;
  font-weight: bold;
  color: #000028;
  background: #00FFB9;
  display: flex;
}
.extra__arrow {
  padding: 0 10px;
}
.extra__title {
  font-size: 28px;
  position: relative;
  padding-left: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.extra__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background: linear-gradient(to bottom, #00FFB9, #00E6DC);
}
.extra__h3 {
  font-size: 20px;
}
.extra__desc {
  font-size: 17px;
}
.extra__content {
  width: 50%;
}

.strip {
  margin: 0 auto;
  width: 100%;
  height: 20px;
  background: linear-gradient(to bottom, #00FFB9, #00E6DC);
}
@media (min-width: 768px) {
  .strip {
    width: 90%;
  }
}

.footer {
  height: 500px;
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .footer {
    height: 385px;
  }
}
.footer__gif {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 526px) {
  .footer__gif {
    height: 100%;
  }
}
.footer__logo {
  position: absolute;
  height: 30px;
  top: 60px;
  left: 28px;
}
@media (min-width: 768px) {
  .footer__logo {
    left: 58px;
  }
}
.footer__title {
  position: absolute;
  top: 230px;
  left: 20px;
  padding-left: 32px;
  font-size: 32px;
}
.footer__title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background: linear-gradient(to bottom, #00FFB9, #00E6DC);
}
@media (min-width: 768px) {
  .footer__title {
    top: 166px;
    left: 58px;
  }
}/*# sourceMappingURL=style.css.map */
