.lp2_2 {
  background-color: #f0eefc;
}

.lp2-2-main {
  margin-top: 3rem;
}

.lp2-btn {
  padding: 0.5rem 2rem;
  transition: all 0.5s;
  display: inline-block;
  position: relative;
}

.lp2-btn:after {
  content: url(/img/lp2/download.png);
  position: absolute;
  opacity: 0;
  top: 3px;
  right: -20px;
  transition: 0.5s;
  transform: scale(0.8);
}

.lp2-btn:hover {
  padding-right: 60px;
  padding-left: 30px;
}

.lp2-btn:hover:after {
  opacity: 1;
  right: 15px;
}

/* header pink*/

.banner-pink {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: baseline;
  padding: 0.7rem 0;
  text-decoration: none;
  color: #17163e;
  font-family: var(--semibold-font);
}

.banner-pink > img {
  margin: 0 0.5rem;
  -webkit-animation: slide-down 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s
    infinite alternate;
  animation: slide-down 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s infinite
    alternate;
}

.banner-pink:hover {
  background-color: var(--btn-hover-color);
}

@-webkit-keyframes slide-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
}

@keyframes slide-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
}

/* header */
.lp2_2-header {
  background-image: url(/img/lp2_A_B/img_header_test.webp);
  height: 892px;
  background-repeat: no-repeat;
  position: relative;
  margin: auto;
  background-size: cover;
}

.lp2_2-header > div {
  width: 80%;
  margin: auto;
}

.lp2-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lp2-logo {
  background-color: white;
  padding: 1rem 2rem;
  border-radius: 0 0 1rem 1rem;
  /*   margin-top: -3.1rem;  */
}

.lp2_2-header-content {
  color: white;
  display: flex;
  flex-direction: column;
  margin-top: 5%;
  width: 55%;
}

.lp2_2_fr .lp2_2-header-content {
  width: 65% !important;
  margin-top: 7% !important;
}

.lp2_2_fr .lp2-fr-h1 {
  font-size: 4.5rem !important;
}

.lp2_2-header-content > h1 {
  font-family: var(--bold-font);
  font-size: 5.2rem;
  margin: 0;
  line-height: 1.2;
}

.lp2_2-header-content > p {
  font-family: var(--semibold-font);
  font-size: 1.7rem;
  margin: 2rem 0;
}

.lp2-header-btn,
.lp2-btn,
.lp2-2-windows {
  display: flex;
  align-items: center;
}

.lp2-btn > img,
.lp2-header-btn > img,
.lp2-2-windows > p {
  margin-left: 1rem;
}

.lp2-2-header-container {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}

.lp2-2-software {
  display: flex;
  margin-left: 80%;
  width: 19%;
  height: auto;
  position: absolute;
  z-index: 3;
  bottom: -124px;
}

.header-overlay {
  position: absolute;
  bottom: 3%;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 2;
  background-color: rgba(23, 22, 62, 0.65);

  padding-bottom: 1rem;
  margin-bottom: -1.6rem;
}

.header-overlay-content {
  display: flex;
  width: 70%;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: flex-start;
  margin: 0.3rem auto 0.1rem auto;
}

.header-column {
  color: white;
  text-align: center;
  padding: 0.5rem;
}

.header-column h3 {
  margin: 0.5rem 0;
  text-align: center;
  font-family: Poppins;
  font-size: 2.5rem;
}

.header-column p {
  margin: 0.5rem 0;
  font-size: 1rem;
}

/* 1 section features/container lp2_2 */

.features-container {
  border: 2px #17163e solid;
  background-color: #17163e;
  width: 70%;
  height: 55.5rem;
  margin: auto;
  border-radius: 1rem;
  padding: 2rem 0 0 0;
  margin: 3rem auto 7rem auto;
}

.functions-title {
  display: flex;
  justify-content: center;
  margin: 1.5rem auto;
}

.functions-title > h2 {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 42%;
  margin: auto;
}

.functions-description {
  text-align: center;
  color: #fff;
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 44%;
  margin: auto;
}

.rose {
  color: var(--Black-Main, #ff488b);
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.icons-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 185px;
}

.function-icon {
  cursor: pointer;
  width: 50px;
  height: auto;
}

.tab-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 130px;
  min-width: 247px;
  justify-content: flex-end;
}

.tab-lineA,
.tab-lineB,
.tab-lineC,
.tab-lineD {
  justify-content: flex-end;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 247px;
  border-radius: 5px 5px 0 0;
}

.tab-lineA {
  border-bottom: 10px #b7b4c7 solid;
}

.tab-lineB {
  border-bottom: 10px #6e5ddc solid;
}

.tab-lineC {
  border-bottom: 10px #ff488b solid;
}

.tab-lineD {
  border-bottom: 10px #000000 solid;
}

.line-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px #f0eefc solid;
}

.label-title {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 0.8125rem;
  margin-top: 0.5rem;
}

.function-icon:hover {
  transform: scale(1.1);
}

input:checked + label {
  background: var(--second-color);
}

.info-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5rem 0 0 0;
}

.info-container > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 28rem;
  margin-right: 2rem;
  min-height: 333px;
}

.info-container > img {
  width: 40%;
  height: 40%;
}

.info-container > div > a {
  margin-top: 2rem;
}

.description-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.info-title {
  color: #fff;
  font-family: Poppins;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
  margin-top: 0;
}

.description-text > p {
  color: #fff;
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.btn-feature {
  padding: 0.5rem 2rem;
}

.screenshot {
  width: 50%;
  height: auto;
}

@keyframes example {
  from {
    top: -100px;
    opacity: 0;
  }

  to {
    top: 0px;
    opacity: 1;
  }
}

input {
  display: none;
}

input + label {
  display: inline-block;
}

.tab-line1,
.tab-line2,
.tab-line3,
.tab-line4 {
  visibility: hidden;
}

input ~ .tabe {
  display: none;
}

#tab1:checked ~ .tabe.content1,
#tab2:checked ~ .tabe.content2,
#tab3:checked ~ .tabe.content3,
#tab4:checked ~ .tabe.content4 {
  display: block;
  -webkit-animation-name: example;
  -webkit-animation-duration: 1s;
  animation-name: example;
  animation-duration: 2s;
}

#tab1:checked ~ .line-icons > .tab-line1,
#tab2:checked ~ .line-icons > .tab-line2,
#tab3:checked ~ .line-icons > .tab-line3,
#tab4:checked ~ .line-icons > .tab-line4 {
  visibility: visible;
  -webkit-animation-name: example;
  -webkit-animation-duration: 0.5s;
  animation-name: example;
  animation-duration: 1s;
}

/* 3 section */
.lp2-benefit-heading {
  width: 40%;
  margin: auto;
  text-align: center;
}

.lp2-benefit-heading > h2 {
  margin: 0;
}

.lp2-benefit-heading > p {
  margin: 0.8rem 0 3rem 0;
}

.lp2-benefit-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 70%;
  margin: auto;
}

.lp2-benefit-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 45%;
}

.lp2-benefit-image > img {
  width: 100%;
  height: auto;
}

.lp2-benefit-content {
  border-radius: 2rem;
  width: 35%;
  background-color: var(--secondary-color);
  min-height: 550px;
  padding: 0 5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.lp2-benefit-content > details {
  color: var(--primary-color);
  border-bottom: 2px rgba(255, 255, 255, 0.356) solid;
  padding: 1rem 0;
}

.lp2-benefit-content > details summary {
  width: 100%;
  padding: 1rem 0;
  position: relative;
  font-size: 1.2rem;
  font-family: var(--bold-font);
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding-bottom: 1rem;
}

.lp2-benefit-content > details summary:hover {
  color: white;
}

.lp2-benefit-content > details:nth-child(3) {
  border-bottom: none;
}

.lp2-benefit-content > details summary:after {
  content: url(/img/lp2/detail-down.png);
  position: absolute;
  right: 0;
  transform-origin: center;
  transition: 200ms linear;
}

.lp2-benefit-content > details > summary::-webkit-details-marker {
  display: none;
}

.lp2-benefit-content > details[open] {
  color: white;
}

.lp2-benefit-content > details[open] summary:after {
  content: url(/img/lp2/detail-up.png);
}

.open {
  animation: open 0.5s ease-in-out;
}

@keyframes open {
  0% {
    opacity: 0.2;
  }

  100% {
    opacity: 1;
  }
}

/* benefit lp2_2 */
.lp2-2heading-benefit {
  margin-top: 4rem;
}

/* squares section */
.lp2-square-heading2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 3rem 0;
  text-align: center;
}

.lp2-square-heading2 > h2 {
  margin-bottom: 0.5rem;
}

.lp2-square-heading2 > p {
  margin-top: 0;
  width: 30%;
}

.square-container {
  display: flex;
  flex-direction: column;
}

.square-container > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--secondary-color);
  position: relative;
  margin-top: -1%;
}

.square-img {
  width: 50%;
  height: auto;
}

.square-img > img {
  width: 100%;
  height: auto;
}

.square-text {
  display: flex;
  flex-direction: column;
  margin: auto;
  width: 35%;
}

.square-heading {
  font-family: var(--bold-font);
  font-size: 2rem;
  color: white;
}

.square-title {
  font-family: var(--semibold-font);
  margin-top: 0.5rem;
  color: #cfc8fc;
  font-size: 1.5rem;
}

.square-container > div:nth-child(1) > .square-img {
  order: 2;
}

/* square tabs */
.lp2-square-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.lp2-square-content > .lp2-btn-center {
  justify-content: flex-start;
}

.lp2-square-content > details {
  color: var(--primary-color);
  border-bottom: 2px rgba(255, 255, 255, 0.356) solid;
  padding: 1rem 0;
}

.lp2-square-content > details summary {
  width: 100%;
  padding: 1rem 0;
  position: relative;
  font-size: 1.3rem;
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding-bottom: 1rem;
}

.lp2-square-content > details summary:after {
  content: url(/img/lp2/detail-down.png);
  position: absolute;
  right: 0;
  transform-origin: center;
  transition: 200ms linear;
}

.lp2-square-content > details > summary::-webkit-details-marker {
  display: none;
}

#faq-text-5,
#faq-text-7 {
  border-bottom: none;
}

.lp2-square-content > details[open] > p {
  color: white;
  line-height: 1.5;
}

.border-white {
  width: 100%;
  height: 20px;
  background-color: #f0eefc !important;
  position: sticky !important;
  margin-top: -10px !important;
}

.lp2-btn-center {
  margin: 3rem 0;
  display: flex;
  justify-content: center;
}

/* image mockup */

.lp2-mockup {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 6rem;
}

.lp2-mockup > h2 {
  margin-bottom: 0;
}

.lp2-mockup > a {
  width: 30%;
  margin: 1rem 0;
}

.lp2-mockup > a {
  color: #161616;
}

.lp2-mockup > a > strong {
  font-family: var(--semibold-font);
}

.lp2-mockup > div {
  margin-top: -4rem;
}

.lp2-mockup > div > img {
  width: 75%;
  height: auto;
}

/* former flip cards */
.lp2-flip-cards {
  display: flex;
  justify-content: center;
  width: 70%;
  margin: 0 auto 3rem auto;
}

.cardBox {
  margin-left: 2rem;
  width: 300px;
}

.card {
  width: 100%;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

.card .back {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1rem;
}

.card .back h3 {
  margin-bottom: 0.5rem;
}

.card .back p {
  margin: 0;
  font-size: 0.9rem;
}

.card > div > h3 {
  font-size: 1.2rem;
  font-family: var(--bold-font);
}

.back > p {
  margin-top: -0.5rem;
  font-size: 0.9rem;
}

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

.lp2-stars-container > img {
  margin-left: 1rem;
}

.lp2-btn-center:nth-child(9) {
  margin-top: 2rem;
}

/* information section */

.lp2-information {
  background-color: var(--secondary-color);
  color: white;
  width: 850px;
  margin: 6rem auto;
  border-radius: 1rem;
  padding: 4rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.lp2-information > h2 {
  margin-bottom: 0.5rem;
}

.lp2-information > p {
  margin-top: 0.5rem;
  width: 40%;
  text-align: center;
}

.lp2-info-title {
  display: flex;
  align-items: center;
  width: 75%;
  margin: 2rem 0 1rem 0;
}

.lp2-info-title > p {
  margin-left: 0.5rem;
  color: #cfc8fc;
  font-family: var(--semibold-font);
  font-size: 1.1rem;
}

.lp2-info-content {
  width: 75%;
  margin-bottom: 3rem;
}

.lp2-info-content > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px white solid;
  padding: 0 8rem 0 2rem;
}

.lp2-information > .lp2-btn-center {
  margin: 1rem 0 2rem 0;
}

/* cards reasons */

.lp2-cards-heading {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.lp2-cards-heading > h2 {
  width: 35%;
  margin-bottom: 1rem;
}

.lp2-cards-heading > p {
  margin-top: 0;
  width: 25%;
}

.lp2-reasons {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  gap: 20px;
  width: 70%;
  margin: 4rem auto;
}

.lp2-card-reason {
  background-color: var(--secondary-color);
  padding: 2.5rem 2rem 1rem 2rem;
  border-radius: 1rem;
}

.lp2-card-reason > div {
  display: flex;
  align-items: center;
}

.lp2-card-reason > div > p {
  font-family: var(--bold-font);
  font-size: 1.1rem;
  color: #cfc8fc;
  margin: 0 0 0 0.5rem;
}

.lp2-card-reason > p {
  color: white;
}

.animation-reason {
  animation: appears 1.5s cubic-bezier(0.37, 0, 0.63, 1) 0.5s 1 normal forwards;
}

@keyframes appears {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* faqs lp2*/

.lp2-faq-container {
  width: 70%;
  margin: auto;
  padding: 6rem 0 8rem 0;
}

.lp2-faqs {
  margin: auto;
}

.lp2-faq-container > h2 {
  text-align: center;
}

.lp2-faqs > details[open] summary ~ * {
  animation: openfaq 0.3s ease-in-out;
}

@keyframes openfaq {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.lp2-faqs > details summary::-webkit-details-marker {
  display: none;
}

.lp2-faqs > details summary {
  width: 100%;
  padding: 0.5rem 0;
  position: relative;
  font-size: 1.3rem;
  font-family: var(--bold-font);
  list-style: none;
  cursor: pointer;
}

.lp2-faqs > details summary:after {
  content: "+";
  position: absolute;
  font-size: 1.75rem;
  line-height: 0;
  margin-top: 0.75rem;
  right: 0;
  font-family: var(--regular-font);
  transform-origin: center;
  transition: 200ms linear;
}

.lp2-faqs > details[open] summary:after {
  content: "\2014";
  font-size: 1.75rem;
  color: #161616;
}

.lp2-faqs > details[open] summary {
  color: #000;
}

.lp2-faqs > details {
  padding: 2rem 0;
  color: #161616;
  border-bottom: 2px #000 solid;
}

.lp2-faqs > details > p {
  width: 95%;
  color: #17163e;
}

.lp2-faqs > details:nth-child(4) {
  border-bottom: none;
}

/* a/b test r6 reason*/
.lp2_2heading6 {
  margin-top: 4rem;
}

.container-reason-lp2-2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  margin: 3rem auto;
}

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

.tabet {
  display: none;
  background-color: #6e5ddc;
  border-radius: 1rem;
  height: 36.5rem;
  align-content: center;
}

@keyframes fadeInOpacity {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

input + label {
  display: inline-block;
}

input ~ .tabet {
  display: none;
}

#tab11:checked ~ .tabet.contentt1,
#tab22:checked ~ .tabet.contentt2,
#tab33:checked ~ .tabet.contentt3,
#tab44:checked ~ .tabet.contentt4,
#tab55:checked ~ .tabet.contentt5,
#tab66:checked ~ .tabet.contentt6 {
  display: block;
  animation-name: fadeInOpacity;
  animation-duration: 2s;
}

.functions-reason {
  margin-right: 2rem;
}

.icons-container-reason {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.color-content-label2 {
  height: 5.4375rem;
  border-radius: 0.625rem;
  background: #cfc8fc;
  margin: 0.4rem 0;
  transition: background-color 0.3s ease;
}

.tab-label-x {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 34.125rem;
  height: 5.4375rem;
  justify-content: flex-start;
  cursor: pointer;
}

.tab-label-active {
  /*   background-color: #6e5ddc; */
  border-radius: 0.625rem;
}

.tab-label-x.tab-label-active img {
  filter: invert(62%) brightness(200%);
}

.tab-label-x.tab-label-active span {
  filter: invert(62%) brightness(200%);
  font-weight: bold;
}

.see_function {
  margin-right: 0.8rem;
  margin-left: 1.5rem;
}

.label-title-a {
  font-family: Poppins;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  flex-grow: 1;
}

.arrow-function {
  transform-origin: center;
  transition: 200ms linear;
  margin-right: 1.5rem;
}

.img-text-explanation {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-left: 8rem;
}

.icon-description {
  margin-right: 0.8rem;
}

.infor-title {
  color: #f0eefc;
  font-family: Poppins;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
}

.description-text-funtions > p {
  color: #f0eefc;
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 8rem;
}

.infor-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cards {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 21.875rem;
  width: 100%;
}

.carde > div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 2rem;
}

.carde {
  width: 27.8125rem;
  height: 23.125rem;
  padding: 2rem 1.5rem;
  justify-content: center;
  align-items: flex-start;
  gap: 1.5rem;
  border-radius: 1rem;
  transform-origin: center center;
  transform: scale(1) translate(0px, 0px) perspective(750px) rotateY(0deg);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  transition-duration: 0.5s;
  position: absolute;
  top: 0;
  background: var(--Background, #f0eefc);
  box-shadow: 0px 0px 50px 0px rgba(23, 22, 62, 0.25);
  z-index: 3;
  cursor: pointer;
  overflow: hidden;
}

.card__detail > h3 {
  color: var(--Black-Main, #000);
  font-family: Poppins;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 0rem;
}

.card__detail > p {
  color: var(--Black-Main, #000);
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.carde * {
  pointer-events: none;
}

.card--left {
  transform: scale(0.75) translate(-520px, 0px) perspective(750px)
    rotateY(10deg);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.card--center {
  transform: scale(1) translate(0px, 0px) perspective(750px) rotateY(0deg);
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.1);
  z-index: 3;
}

.card--right {
  transform: scale(0.75) translate(529px, 0px) perspective(750px)
    rotateY(-10deg);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.card__detail {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  padding: 0 2rem 0 0.5rem;
}

.card__icon {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 1rem;
}

.card__icon > img {
  border-radius: 1.5rem;
}

.lp2-btn-center-lp2_2 {
  margin: 11rem 0 2rem;
  display: flex;
  justify-content: center;
}

.lp2-2-btn {
  padding: 0.5rem 2rem;
  transition: all 0.5s;
  display: inline-block;
  position: relative;
}

.lp2-2-btn:after {
  content: url(/img/lp2/download.png);
  position: absolute;
  opacity: 0;
  top: 3px;
  right: -20px;
  transition: 0.5s;
  transform: scale(0.8);
}

.lp2-2-btn:hover {
  padding-right: 60px;
  padding-left: 30px;
}

.lp2-2-btn:hover:after {
  opacity: 1;
  right: 15px;
}

.lp2-2-btn {
  display: flex;
  align-items: center;
}

.lp2-2-btn > img {
  margin-left: 1rem;
}

/* banner lp2*/
.lp2-banner {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background-color: var(--secondary-color);
  width: 70%;
  margin: 0 auto 8rem;
  border-radius: 1rem;
  color: white;
}

.lp2-banner > div:nth-child(1) {
  width: 50%;
}

.lp2-banner > div > div {
  display: flex;
  align-items: center;
}

.lp2-banner > div > p:nth-child(1) {
  font-family: var(--semibold-font);
  margin-bottom: 0;
}

.lp2-banner > div > h2 {
  margin: 0.5rem 0;
}

.lp2-banner > div > p:nth-child(5) {
  font-size: 0.8rem;
}

.lp2-banner > div > img {
  width: 70%;
  height: auto;
  padding: 2rem 1rem 1rem 1rem;
}

.lp2-banner > div > div > img {
  margin-left: 1rem;
}

/* banner lp2_2 */

.lp2-2-banner {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background-color: #6e5ddc;
  width: 70%;
  margin: 4rem auto 8rem;
  border-radius: 1rem;
  color: white;
}

.lp2-2-banner > div:nth-child(1) {
  width: 60%;
  margin-left: 5rem;
  padding: 2rem 0rem;
}

.lp2-2-banner > div > img {
  width: 100%;
  height: auto;
  padding: 1rem;
}

.imagen-banner-2 {
  width: 40%;
  height: auto;
  margin: 1rem 5rem 0 1rem;
}

.lp2-2-banner > div > h2 {
  margin: 0.5rem 0;
}

.lp2-2-banner > div > div {
  display: flex;
  align-items: center;
}

.lp2-2-banner > div > p:nth-child(1) {
  font-family: var(--semibold-font);
  margin-bottom: 0;
}

.lp2-2-banner > div > p:nth-child(5) {
  font-size: 0.8rem;
}

.lp2-2-banner > div > div > img {
  margin-left: 1rem;
}

/* footer lp2 */

.lp2-footer {
  background-color: var(--secondary-color);
  color: white;
  padding: 5rem 0;
}

.lp2-footer > div {
  width: 70%;
  margin: auto;
}

.lp2-footer > div > div:nth-child(2) {
  display: flex;
  justify-content: space-between;
}

.lp2-footer-legal > p:nth-child(1) {
  margin-bottom: 1.5rem;
}

.lp2-footer-legal > p:nth-child(3) {
  margin-top: 1.5rem;
}

.lp2-footer-legal > a {
  text-decoration: none;
  color: white;
  border: 1px white solid;
  padding: 0.5rem 2rem;
  border-radius: 2rem;
  font-family: var(--semibold-font);
  font-size: 1.05rem;
}

.lp2-footer-legal > a:hover {
  background-color: var(--primary-color);
  border: 1px var(--primary-color) solid;
}

.lp2-footer-legal > p:nth-child(4) {
  font-size: 0.8rem;
  width: 60%;
  line-height: 1.4;
}

.lp2-footer-legal > p > a {
  color: white;
}

.lp2-footer-links {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.lp2-footer-links > a {
  text-decoration: none;
  color: white;
  padding: 0.5rem 0;
  position: relative;
  padding-top: 10px;
}

.lp2-footer-links > a:before {
  content: "";
  position: absolute;
  transition: transform 0.5s ease;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: white;
  transform: scaleX(0);
}

.lp2-footer-links > a:hover:before {
  transform: scaleX(1);
}

.lp2-footer-links > a:after {
  content: "";
  position: absolute;
  transition: transform 0.5s ease;
}

.lp2-footer-2023 {
  border-top: 1px rgba(255, 255, 255, 0.226) solid;
  margin-top: 3rem;
}

/* responsive */
@media (min-width: 2561px) and (max-width: 3000px) {
  .lp2_2-header-content {
    margin-top: 5.5%;
    width: 57%;
  }

  .lp2-2-software {
    width: 16%;
    bottom: -125px;
  }

  .header-overlay {
    padding: 0.5rem 0;
  }

  .header-column p {
    margin: 0.5rem 0;
    font-size: 1.5rem;
  }

  .lp2-2-windows > p {
    font-size: 1.5rem;
  }

  .lp2_2-header-content > p {
    font-size: 2.2rem;
  }

  .lp2-2btn {
    padding: 0.8rem 5rem;
    font-size: 1.8rem;
  }
}

@media (min-width: 2200px) and (max-width: 2560px) {
  .lp2-2-software {
    width: 17%;
    bottom: -104px;
  }

  .softde {
    bottom: -204px;
  }

  .header-column p {
    margin: 0rem 0;
    font-size: 1.2rem;
  }

  .lp2-2-windows > p {
    font-size: 1.3rem;
  }

  .lp2_2-header-content > p {
    font-size: 2rem;
    margin: 1.3rem 0;
  }

  .lp2-2btn {
    padding: 0.8rem 5rem;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 1700px) {
  .lp2_2-header {
    height: 823px;
  }

  .lp2_2_fr .lp2_2-header-content {
    margin-top: 5% !important;
  }

  .lp2_2_fr .lp2-fr-h1 {
    font-size: 4rem !important;
  }

  .header-overlay {
    bottom: 3.2%;
  }

  .lp2-2-software {
    bottom: -131px;
  }

  .softde {
    margin-left: 77%;
    bottom: -144px;
  }

  .lp2_2-header-content > h1 {
    font-size: 3.9rem;
  }

  .lp2-benefit-content {
    min-height: 500px;
  }

  .square-heading {
    font-size: 1.7rem;
  }

  .square-title {
    font-size: 1.2rem;
  }

  .square-text {
    width: 38%;
  }

  .lp2-mockup > a {
    width: 40%;
  }

  .cardBox {
    width: 250px;
  }

  .card,
  .card .front,
  .card .back {
    width: 250px;
  }

  .front > img {
    width: 250px !important;
    height: auto;
  }

  .card .back,
  .front {
    padding: 1rem 0;
  }

  .card > div > h3 {
    font-size: 1.1rem;
    margin: 0.5rem 0;
  }

  .back > p {
    margin-bottom: 0.5rem;
  }

  .lp2-cards-heading > h2,
  .lp2-cards-heading > p {
    width: 50%;
  }

  /* icons fuctions sections */
  .functions-title > h2,
  .functions-description {
    width: 50%;
  }

  /* A/B TESTS 6 REASON */
  .description-text-funtions > p {
    margin: 0 5rem;
  }

  .img-text-explanation {
    margin-left: 5rem;
  }
}

@media screen and (max-width: 1665px) {
  .lp2-2-software {
    bottom: -115px;
  }

  .softde {
    bottom: -189px;
  }

  .lp2_2-header {
    height: 797px;
  }

  .lp2_2-header-content > p {
    font-size: 1.5rem;
  }

  .header-lp2-2-de {
    width: 70%;
  }

  /* A/B TESTS 6 REASON */
  .description-text-funtions > p {
    margin: 0 4rem;
  }

  .img-text-explanation {
    margin-left: 4rem;
  }
}

@media screen and (max-width: 1500px) {
  .lp2_2-header {
    height: 727px;
  }

  .lp2_2-header-content {
    width: 53%;
  }

  .lp2_2_fr .lp2_2-header-content {
    margin-top: 4% !important;
  }

  .lp2_2_fr .lp2-fr-h1 {
    font-size: 3.5rem !important;
  }

  .lp2_2_fr .header-column {
    width: -webkit-fill-available;
  }

  .lp2_2_fr .header-overlay-content {
    width: 80%;
  }

  .lp2_2_fr .lp2-2-software {
    bottom: -62px;
  }

  .lp2_2-header-content > h1 {
    font-size: 3rem;
  }

  .lp2_2-header-content {
    margin-top: 7%;
  }

  .lp2_2-header-content > p {
    font-size: 1.3rem;
    margin: 1.5rem 0;
  }

  .lp2-2-software {
    bottom: -96px;
  }

  .softde {
    bottom: -149px;
  }

  .softes {
    bottom: -128px;
  }

  .header-column h3 {
    font-size: 2.4rem;
  }

  .lp2-benefit-container,
  .lp2-reasons,
  .lp2-flip-cards,
  .lp2-faq-container,
  .lp2-2-banner,
  .lp2-footer > div {
    width: 80%;
  }

  .lp2-benefit-content {
    padding: 0 4rem;
  }

  .square-heading {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
  }

  .lp2-square-content > details summary {
    font-size: 1rem;
    padding: 0.5rem 0;
  }

  .square-title {
    font-size: 1rem;
  }

  .lp2-square-content > details[open] > p,
  .lp2-faqs > details[open] summary ~ *,
  .lp2-information > p {
    font-size: 0.9rem;
  }

  .lp2-mockup > div {
    margin-top: -2rem;
  }

  .lp2-mockup {
    margin-top: 4rem;
  }

  .lp2-faqs > details summary {
    font-size: 1.1rem;
  }

  .lp2-faqs > details summary::after,
  .lp2-faqs > details[open] summary::after {
    font-size: 1.3rem;
  }

  .lp2-2-banner > div:nth-child(1) {
    width: 55%;
  }

  .lp2-2-banner {
    justify-content: center;
  }

  .lp2-2-banner > div:nth-child(2) {
    display: flex;
    justify-content: flex-end;
  }

  .lp2-footer {
    padding: 3rem 0;
  }

  .lp2-footer-2023 > p {
    margin-bottom: 0;
  }

  .lp2-footer-2023 {
    margin-top: 1rem;
  }

  .overlay-contde {
    width: 72%;
  }

  /* Ajuste */
  .header-overlay {
    bottom: 3.7%;
  }

  /* banner lp2 */
  .lp2-banner {
    width: 80%;
  }

  .lp2-banner > div:nth-child(1) {
    width: 55%;
  }

  .lp2-banner {
    justify-content: center;
  }

  .lp2-banner > div:nth-child(2) {
    display: flex;
    justify-content: flex-end;
  }

  /* A/B TESTS 6 REASON */
  .description-text-funtions > p {
    margin: 1rem 4rem;
  }

  .container-reason-lp2-2 {
    width: 80%;
  }

  .tab-label-x {
    width: 33.125rem;
  }
}

@media screen and (max-width: 1440px) {
  .lp2_2-header {
    height: 699px;
  }

  .lp2-2-software {
    bottom: -89px;
  }

  .softde {
    bottom: -147px;
  }

  .header-column h3 {
    font-size: 2rem;
  }

  .header-column p {
    margin: 0rem 0;
    font-size: 0.9rem;
  }

  .header-overlay {
    bottom: 3.8%;
  }

  .header-lp2-2-de {
    width: 54%;
  }

  /* icons fuctions sections */
  .functions-title > h2,
  .functions-description {
    width: 55%;
  }

  .features-container {
    width: 75%;
    height: 52.5rem;
  }

  .tab-lineA,
  .tab-lineB,
  .tab-lineC,
  .tab-lineD {
    min-width: 237px;
  }

  .tab-label {
    min-width: 229px;
  }

  /* banner lp2_2 */
  .imagen-banner-2 {
    width: 50%;
    height: auto;
    margin: 0.5rem 2rem 0 1rem;
  }

  .lp2-2-banner > div:nth-child(1) {
    margin-left: 4rem;
  }

  /* a/b test testimonials lp2_2 */
  .carde {
    width: 25rem;
  }

  .card--right {
    transform: scale(0.75) translate(461px, 0px) perspective(750px)
      rotateY(-10deg);
  }

  .card--left {
    transform: scale(0.75) translate(-461px, 0px) perspective(750px)
      rotateY(10deg);
  }

  .card__detail {
    padding-right: 0.8rem;
  }
}

@media screen and (max-width: 1300px) {
  .lp2_2-header {
    height: 632px;
  }

  .lp2_2_fr .lp2_2-header-content {
    margin-top: 5% !important;
  }

  .lp2_2_fr .lp2-fr-h1 {
    font-size: 3rem !important;
  }

  .lp2_2_fr .lp2-2-software {
    bottom: -73px;
  }

  .header-overlay {
    bottom: 4%;
  }

  .banner-pink {
    padding: 0.5rem 0;
    font-size: 0.9rem;
  }

  .lp2_2-header-content > h1 {
    font-size: 2.8rem;
  }

  .header-column p {
    font-size: 0.8rem;
  }

  .header-column h3 {
    font-size: 1.9rem;
    margin-bottom: 0;
  }

  .lp2-logo {
    padding: 0.7rem 1.2rem;
  }

  .lang > a,
  .lp2-2-windows > p,
  .lp2-benefit-heading > p,
  .lp2-square-heading2 > p,
  .lp2-mockup > p,
  .lp2-stars-container > p,
  .lp2-cards-heading > p,
  .lp2-footer-legal > p:nth-child(1),
  .lp2-footer-links > a,
  .lp2-footer-2023 > p,
  .description-text > p,
  .lp2-info-content > div > p,
  .lp2-card-reason > p,
  .faq-text {
    font-size: 0.9rem;
  }

  .lp2-logo > a > img {
    width: 100px;
    height: auto;
  }

  .lp2_2-header-content {
    margin-top: 7%;
  }

  .lp2-2-software {
    bottom: -96px;
  }

  .softde {
    bottom: -140px;
  }

  .lp2_2-header-content > p {
    font-size: 1.1rem;
  }

  .lp2-benefit-container {
    width: 80%;
  }

  .lp2-benefit-content > details {
    padding: 0.3rem 0;
  }

  .lp2-benefit-content {
    min-height: 450px;
  }

  .faq-text {
    margin-top: 0;
  }

  .lp2-benefit-heading {
    width: 55%;
  }

  .lp2-benefit-content > details summary {
    font-size: 1.1rem;
  }

  .lp2-benefit-image > p,
  .lp2-footer-legal > p:nth-child(3) {
    font-size: 0.8rem;
  }

  .lp2-header-btn > img {
    width: 120px;
    height: auto;
  }

  .card,
  .card .front,
  .card .back,
  .front > img,
  .cardBox {
    width: 230px !important;
  }

  .cardBox {
    margin-left: 1rem;
  }

  .lp2-information {
    width: 600px;
    margin: 4rem auto;
    padding: 2rem 3rem;
  }

  .lp2-information > p {
    width: 60%;
  }

  .lp2-info-content,
  .lp2-info-title {
    width: 90%;
  }

  .lp2-mockup {
    margin-top: 2rem;
  }

  .lp2-flip-cards {
    margin-bottom: 1rem;
  }

  .lp2-info-content > div {
    padding: 0 4rem 0 2rem;
  }

  .lp2-info-title {
    margin: 0;
  }

  .lp2-info-content {
    margin-bottom: 2rem;
  }

  .lp2-reasons {
    margin: 1rem auto;
  }

  .lp2-card-reason > div > p {
    font-size: 1rem;
  }

  .lp2-square-heading2 > p {
    width: 70%;
  }

  .lp2-faqs > details {
    padding: 1rem 0;
  }

  .lp2-faq-container {
    padding: 3rem 0 5rem;
  }

  /* banner lp2 */
  .lp2-banner > div > img {
    width: 60%;
  }

  .lp2-banner {
    margin: 0 auto 6rem;
  }

  /* banner lp2_2 */
  .lp2-2-banner > div > img {
    width: 100%;
  }

  .lp2-2-banner {
    margin: 0 auto 4rem;
  }

  .imagen-banner-2 {
    width: 43%;
    height: auto;
    margin: 1rem 2rem 0 1rem;
  }

  /* icons fuctions sections */
  .info-container {
    padding-top: 3rem;
  }

  .features-container {
    height: 49.5rem;
  }

  .tab-lineA,
  .tab-lineB,
  .tab-lineC,
  .tab-lineD {
    min-width: 211px;
  }

  .functions-title > h2 {
    font-size: 1.5rem;
    width: 53%;
  }

  .functions-description {
    font-size: 0.9rem;
    width: 44%;
  }

  .tab-label {
    min-width: 217px;
  }

  /* A/B TESTS 6 REASON */
  .description-text-funtions > p {
    margin: 1rem 2rem;
  }

  .img-text-explanation {
    margin-left: 2rem;
  }

  .infor-title {
    font-size: 1.4rem;
  }

  .icon-description {
    margin-right: 0.8rem;
    width: 46px;
    height: auto;
  }

  .tab-label-x {
    width: 30.125rem;
  }
}

@media screen and (max-width: 1200px) {
  .lp2_2-header {
    height: 567px;
  }

  .lp2_2_fr .lp2_2-header {
    height: 585px;
  }

  .header-overlay {
    bottom: 4.5%;
  }

  .header-overlay-content {
    width: 73%;
  }

  .header-lp2-2-de {
    width: 60% !important;
  }

  .lp2_2-header-content > p {
    margin: 0.5rem 0 1.4rem;
  }

  .header-column h3 {
    font-size: 1.7rem;
  }

  .lp2_2-header-content {
    width: 54%;
    margin-top: 5%;
  }

  .lp2-2-software {
    margin-bottom: 2.5%;
  }

  .softes {
    margin-bottom: 3.5%;
  }

  .lp2-benefit-content {
    min-height: 400px;
  }

  .square-text {
    width: 42%;
  }

  .lp2-square-content > details {
    padding: 0.2rem 0;
  }

  .square-heading {
    font-size: 1rem;
  }

  .square-title,
  .lp2-square-content > details summary {
    font-size: 0.9rem;
  }

  .card,
  .card .front,
  .card .back,
  .cardBox {
    width: 200px !important;
  }

  .front > img {
    width: 180px !important;
  }

  .lp2-reasons {
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
    margin: 2rem auto;
  }

  /* icons fuctions sections */
  .info-container > img {
    width: 43%;
    height: auto;
  }

  .info-container > div {
    width: 24rem;
    margin-right: 1rem;
  }

  .description-text > p {
    width: 87%;
  }

  .features-container {
    height: 47.5rem;
    width: 79%;
  }

  .info-container {
    padding-top: 2.5rem;
    display: flex;
    flex-direction: row;
  }

  .functions-title > h2 {
    font-size: 1.3rem;
    width: 75%;
  }

  .functions-description {
    width: 56%;
  }

  .tab-label {
    min-width: 192px;
  }

  .tab-lineA,
  .tab-lineB,
  .tab-lineC,
  .tab-lineD {
    min-width: 193px;
  }

  .info-container > div > a {
    margin-top: 1rem;
  }

  /* banner lp2_2 */
  .lp2-2-banner div p {
    font-size: 0.9rem;
  }

  .btn-lp2_2 {
    padding: 0.5rem 1rem;
  }

  .lp2-2-banner > div > div > img {
    margin-left: 0.8rem;
    width: 110px;
    height: auto;
  }

  .lp2-2-banner > div:nth-child(1) {
    margin-left: 3rem;
  }

  .imagen-banner-2 {
    width: 51%;
    height: auto;
    margin: 1rem 1rem 0 1rem;
  }

  /* A/B TESTS 6 REASON */
  .infor-title {
    font-size: 1.3rem;
    margin-top: 0.8rem;
  }

  .icon-description {
    width: 38px;
    height: auto;
  }

  .functions-reason {
    margin-right: 1.5rem;
  }

  .img-text-explanation {
    margin-left: 1.5rem;
    align-items: flex-start;
  }

  .description-text-funtions > p {
    margin: 0 1.5rem;
    font-size: 0.9rem;
  }

  .label-title-a {
    font-size: 1rem;
  }

  .tab-label-x {
    width: 28.125rem;
  }

  /* a/b test testimonials lp2_2 */
  .card__detail > p {
    font-size: 0.9rem;
  }

  .carde {
    width: 22rem;
    height: 24.125rem;
  }

  .card__icon {
    padding: 0.5rem;
  }

  .card--right {
    transform: scale(0.75) translate(406px, 0px) perspective(750px)
      rotateY(-10deg);
  }

  .card--left {
    transform: scale(0.75) translate(-406px, 0px) perspective(750px)
      rotateY(10deg);
  }

  .card__detail {
    padding-right: 0.8rem;
  }
}

@media screen and (max-width: 1099px) {
  .header-overlay {
    bottom: 4.7%;
  }

  .lp2_2-header {
    height: 535px;
  }

  .lp2_2-header-content > h1 {
    font-size: 2.5rem;
  }

  .lp2_2_fr .lp2-fr-h1 {
    font-size: 2.4rem !important;
  }

  .lp2_2_fr .lp2_2-header {
    height: 540px;
  }

  .lp2_2-header-content > p {
    margin: 0.5rem 0 1rem;
    font-size: 1rem;
  }

  .header-column h3 {
    font-size: 1.5rem;
  }

  .header-overlay-content {
    width: 67%;
  }

  .lp2-2-windows > img {
    width: 25px;
    height: auto;
  }

  .lp2-2-software {
    bottom: -81px;
  }

  .softde {
    margin-bottom: -2.5%;
  }

  /* square container */
  .lp2-square-content > details[open] > p {
    font-size: 0.8rem;
  }

  .square-title_lp2_2 {
    margin-bottom: 0.5rem;
  }

  .btn_lp2_2_square {
    margin: 0.9rem auto 0.5rem 0;
  }

  .text-square-lp2_2 {
    width: 44%;
  }

  /* features container lp2_2 */
  .features-container {
    height: 45.5rem;
  }

  /* banner lp2_2 */
  .btn-lp2_2 {
    padding: 0.5rem;
    font-size: 0.9rem;
  }

  .lp2-2-banner > div > img {
    padding: 0rem;
  }

  .imagen-banner-2 {
    width: 51%;
    height: auto;
  }

  .lp2-2-banner div p {
    font-size: 0.8rem;
  }

  .lp2-2-banner > div:nth-child(1) {
    margin-left: 2rem;
    width: 48%;
  }

  /* A/B TESTS 6 REASON */
  .tab-label-x {
    width: 26.125rem;
  }

  .infor-title {
    font-size: 1.2rem;
  }

  /* a/b test testimonials lp2_2 */
  .card__detail > p {
    font-size: 0.9rem;
  }

  .carde {
    width: 22rem;
    height: 24.125rem;
  }

  .card--right {
    transform: scale(0.75) translate(378px, 0px) perspective(750px)
      rotateY(-10deg);
  }

  .card--left {
    transform: scale(0.75) translate(-378px, 0px) perspective(750px)
      rotateY(10deg);
  }
}

@media screen and (max-width: 1000px) {
  .lp2-benefit-heading,
  .lp2-benefit-container,
  .lp2-mockup > div > img,
  .lp2-cards-heading > p,
  .lp2-reasons,
  .lp2-faq-container,
  .lp2-2-banner,
  .lp2-footer > div,
  .lp2_2-header > div,
  .lp2-square-heading2 > p,
  .square-text,
  .container-reason-lp2-2 {
    width: 90%;
  }

  .lp2-mockup > p,
  .lp2-cards-heading > h2 {
    width: 80%;
  }

  .lp2_2-header {
    height: 497px;
  }

  .lp2_2_fr .header-overlay-content {
    width: 80%;
  }

  .lp2_2_fr .lp2-2-software {
    bottom: -104px;
  }

  .header-overlay {
    bottom: 5%;
  }

  .header-overlay-content {
    width: 69%;
  }

  .lp2-logo > a > img {
    width: 80px;
  }

  .lp2_2-header-content > h1 {
    font-size: 2.4rem;
  }

  .lp2_2-header-content > p {
    font-size: 1rem;
    margin-top: 0.5rem;
  }

  .lp2_2-header-content {
    margin-top: 5%;
    width: 51%;
  }

  .lp2-2-windows > img {
    width: 20px;
    height: auto;
  }

  .header-column h3 {
    font-size: 1.5rem;
  }

  .lp2-2-windows > p {
    font-size: 0.75rem;
    margin-left: 0.3rem;
  }

  .lp2-btn {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
  }

  .lp2-header-btn > img {
    width: 90px;
    margin-left: 0.3rem;
  }

  .lp2-2-software {
    width: 18%;
    margin-bottom: 4.3%;
  }

  .overlay-es {
    padding-bottom: 0.3rem;
  }

  .lp2-benefit-content {
    padding: 0 2rem;
  }

  .lp2-benefit-content {
    width: 40%;
    min-height: 320px;
  }

  .lp2-benefit-content > details summary {
    font-size: 1rem;
  }

  .faq-text {
    font-size: 0.8rem;
  }

  .lp2-benefit-content > details summary {
    padding: 0.4rem 0;
  }

  .lp2-square-heading2 {
    margin: 3rem 0 2rem 0;
  }

  .square-container > div {
    flex-direction: column;
    margin-top: 0;
  }

  .square-img {
    width: 100%;
  }

  .square-container > div:nth-child(1) > .square-img {
    order: 0;
  }

  .square-text {
    padding: 3rem 0;
  }

  .lp2-btn-center {
    margin: 2rem 0;
  }

  .lp2-flip-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    width: 70%;
  }

  .cardBox {
    margin-top: 2rem;
    margin-left: 0;
  }

  .card,
  .card .front,
  .card .back,
  .cardBox {
    width: 220px !important;
  }

  .front > img {
    width: 200px !important;
  }

  /* banner lp2 */
  .lp2-banner {
    width: 90%;
  }

  .lp2-banner > div > img {
    width: 100%;
  }

  .lp2-banner > div:nth-child(2) {
    width: 20%;
  }

  .lp2-banner {
    justify-content: space-evenly;
  }

  .lp2-banner > div:nth-child(1) {
    padding: 1rem;
  }

  /* banner lp2_2 */
  .lp2-2-banner > div > img {
    width: 100%;
  }

  .lp2-2-banner > div:nth-child(2) {
    width: 44%;
  }

  .lp2-2-banner {
    justify-content: space-evenly;
  }

  .lp2-2-banner > div:nth-child(1) {
    padding: 1rem;
    margin-left: 1.5rem;
    width: 45%;
  }

  .lp2-2-banner div p {
    width: 80%;
  }

  /* footer */
  .lp2-footer > div > img {
    width: 120px;
    height: auto;
  }

  .softde {
    margin-bottom: 0.1%;
  }

  .header-lp2-2-de {
    width: 70% !important;
  }

  /* icons fuctions sections */
  .tab-label {
    min-width: 160px;
  }

  .tab-lineA,
  .tab-lineB,
  .tab-lineC,
  .tab-lineD {
    min-width: 159px;
  }

  .functions-description {
    width: 78%;
  }

  .info-container {
    padding-top: 1rem;
  }

  .features-container {
    height: 43rem;
  }

  .functions-title > h2 {
    width: 95%;
  }

  .btn-feature {
    padding: 0.5rem 1rem;
  }

  /* A/B TEST 6 reason */
  .tab-label-x {
    width: 24.125rem;
  }

  .description-text-funtions > p {
    margin: 0 3rem;
  }

  .img-text-explanation {
    margin-left: 3rem;
  }

  /* a/b test testimonials lp2_2 */
  .card__detail > h3 {
    font-size: 1rem;
  }

  .lp2-btn-center-lp2_2 {
    margin-top: 6rem;
  }

  .lp2-2-btn {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
  }

  .card__detail > p {
    font-size: 0.9rem;
  }

  .carde {
    padding: 1rem;
    width: 21rem;
    height: 24rem;
  }

  .card--right {
    transform: scale(0.75) translate(320px, 0px) perspective(750px)
      rotateY(-10deg);
  }

  .card--left {
    transform: scale(0.75) translate(-320px, 0px) perspective(750px)
      rotateY(10deg);
  }
}

@media screen and (max-width: 800px) {
  .lp2_2-header {
    height: 470px;
  }

  .lp2_2_fr .lp2_2-header-content {
    width: 85% !important;
  }

  .lp2_2_fr .lp2-2-software {
    bottom: -117px;
  }

  .header-overlay {
    bottom: 5.5%;
  }

  .lp2_2_fr .header-overlay {
    bottom: 5%;
  }

  .lp2_2_fr .lp2-fr-h1 {
    font-size: 2rem !important;
  }

  .lp2_2_fr .lp2_2-header {
    height: 467px;
  }

  .header-lp2-2-de {
    width: 53%;
  }

  .lp2_2-header-content > h1 {
    font-size: 2rem;
  }

  .lp2_2-header-content > p {
    font-size: 0.9rem;
  }

  .header-column h3 {
    font-size: 1.3rem;
  }

  .header-column p {
    font-size: 0.7rem;
  }

  .header-overlay-content {
    width: 87%;
  }

  .lp2-2-software {
    margin-bottom: 5%;
    width: 20%;
  }

  .softes {
    margin-bottom: 4%;
    width: 20%;
  }

  .softde {
    margin-bottom: -1%;
  }

  .features-container {
    margin-bottom: 4rem;
  }

  /* lp2 banner */
  .lp2-banner > div > p:nth-child(1),
  .lp2-banner > div > p:nth-child(3) {
    font-size: 0.9rem;
  }

  .lp2-banner > div > div > img {
    width: 80px;
    height: auto;
  }

  .lp2-banner > div > p:nth-child(5) {
    font-size: 0.7rem;
  }

  /* banner lp2_2 */

  .lp2-2-banner {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-evenly;
    align-items: center;
  }

  .lp2-2-banner > div:nth-child(2) {
    width: 96%;
    margin: 0;
  }

  .lp2-2-banner div p {
    width: 84%;
    margin: 1rem auto;
  }

  .lp2-2-banner > div > img {
    width: 96%;
    margin: auto;
    margin-bottom: -2rem;
  }

  .lp2-2-banner > div > div {
    justify-content: center;
  }

  .lp2-2-banner > div:nth-child(1) {
    padding: 0;
    width: 95%;
    text-align: center;
    margin: auto;
    padding-bottom: 1rem;
  }

  .lp2-2-banner > div > p:nth-child(1),
  .lp2-2-banner > div > p:nth-child(3) {
    font-size: 0.9rem;
  }

  .lp2-2-banner > div > div > img {
    width: 80px;
    height: auto;
  }

  .lp2-2-banner > div > p:nth-child(5) {
    font-size: 0.7rem;
  }

  .lp2-footer-legal > p:nth-child(4) {
    width: 90%;
  }

  .lp2-information {
    width: 70%;
  }

  /* icons fuctions sections */
  .info-container {
    padding-top: 0rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .features-container {
    width: 88%;
    height: 59.5rem;
  }

  .lp2-2-main {
    margin-top: 1rem;
  }

  .info-container > div {
    width: 33rem;
    margin-right: 0rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 264px;
    justify-content: center;
  }

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

  .info-title {
    font-size: 1.3rem;
  }

  .icons-container {
    height: 166px;
  }

  .description-text > p {
    width: 98%;
    margin-top: 0;
    text-align: center;
  }

  .info-container > div > a {
    font-size: 0.9rem;
    width: 75%;
    align-content: center;
  }

  .info-container > img {
    width: 80%;
    height: auto;
    margin-top: 1rem;
  }

  .tab-label {
    min-width: 152px;
  }

  .tab-lineA,
  .tab-lineB,
  .tab-lineC,
  .tab-lineD {
    min-width: 151px;
  }

  .functions-description {
    width: 85%;
  }

  /* A/B TEST 6 reason */
  .container-1-lp2_2 {
    flex-direction: column;
  }

  .tab-label-x {
    width: 100%;
  }

  .color-content-label2 {
    width: 100%;
    margin: 0.3rem;
  }

  .functions-reason {
    margin-right: 0rem;
    width: 99%;
  }

  .icons-container-reason {
    margin-bottom: 1rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1px 10px;
  }

  .see_function {
    margin: 0 0.8rem 0 1rem;
  }

  .arrow-function {
    margin-right: 1rem;
  }

  .label-title-a {
    font-size: 0.9rem;
  }

  .tabet {
    height: 19.5rem;
  }

  .container-reason-lp2-2 {
    margin: 2rem auto;
  }

  /* a/b test testimonials lp2_2 */
  .cards {
    flex-direction: column;
    margin: auto 0;
  }

  .carde {
    display: flex;
    width: 90%;
    height: 17rem;
  }

  .carde > div {
    margin-top: 1.5rem;
  }

  .card--left {
    transform: scale(0.75) translate(0px, -218px) perspective(750px) rotateY(0)
      rotateX(-10deg) translateZ(-5px);
  }

  .card--center {
    transform: scale(1) translate(0px, 0px) perspective(750px) rotateY(0deg)
      rotateX(0deg) translateZ(5px);
  }

  .card--right {
    transform: scale(0.75) translate(0px, 218px) perspective(750px) rotateY(0)
      rotateX(10deg) translateZ(-5px);
  }

  .card__icon:before {
    transform: scale(0.75);
  }

  .lp2-btn-center-lp2_2 {
    margin-top: 7rem;
    display: flex;
    justify-content: center;
  }

  .lp2-faqs > details summary {
    font-size: 1rem;
  }
}

@media screen and (max-width: 690px) and (min-width: 651px) {
  .lp2_2-header-content {
    width: 65%;
  }

  .lp2-2-software {
    margin-left: 75%;
    margin-bottom: 7.7%;
    width: 23%;
  }

  .softde {
    width: 26%;
    margin-right: -1%;
    margin-bottom: -3%;
  }

  /* icons fuctions sections */
  .tab-label {
    min-width: 127px;
  }

  .tab-lineA,
  .tab-lineB,
  .tab-lineC,
  .tab-lineD {
    min-width: 127px;
  }
}

@media screen and (max-width: 650px) {
  .lp2_2-header-content > h1 {
    font-size: 2.5rem;
  }

  .lp2_2_fr .lp2_2-header-content {
    width: 100% !important;
  }
  .lp2_2_fr .lp2_2-header {
    height: 495px;
  }

  .lp2_2_fr .header-overlay-content {
    width: 95%;
  }

  .banner-pink {
    padding: 0.5rem 2rem;
    flex-wrap: wrap;
    font-size: 0.75rem;
  }

  .banner-pink > img {
    width: 15px;
    height: auto;
  }

  .lp2_2-header {
    background-size: cover;
    background-position: center;
    height: 495px;
  }

  .header-lp2-2-de {
    width: 100% !important;
  }

  .header-overlay {
    bottom: 5.4%;
  }

  .header-overlay-content {
    width: 92%;
    margin: 0rem auto;
  }

  .header-column h3 {
    font-size: 1rem;
  }

  .lp2-2-header-container {
    flex-direction: column;
    align-items: flex-end;
  }

  .lp2_2-header-content {
    width: 100%;
    margin-top: 10%;
  }

  .lp2-2-software {
    width: 26%;
    margin-bottom: 2%;
  }

  .softde {
    width: 26%;
    margin-right: -1%;
    margin-bottom: 1%;
  }

  .lp2-benefit-container {
    flex-direction: column;
  }

  .lp2-benefit-image {
    width: 100%;
  }

  .lp2-benefit-content {
    width: 80%;
  }

  .lp2-benefit-content {
    min-height: 270px;
    margin-top: 2rem;
  }

  .lp2-benefit-heading > p {
    margin: 1rem 0;
  }

  .faq-text {
    width: 95%;
  }

  .lp2-mockup > h2 {
    width: 90%;
  }

  .lp2-mockup > div {
    margin-top: -1rem;
  }

  .lp2-flip-cards {
    width: 90%;
    margin: 0 auto;
  }

  .card,
  .card .front,
  .card .back,
  .cardBox {
    width: 170px !important;
  }

  .front > img {
    width: 150px !important;
  }

  .cardBox {
    margin: 0;
  }

  .card > div > h3 {
    font-size: 0.9rem;
  }

  .back > p {
    font-size: 0.75rem;
  }

  .lp2-stars-container {
    width: 90%;
    margin: auto;
    flex-wrap: wrap;
  }

  .lp2-information > .heading {
    font-size: 1.1rem !important;
  }

  .lp2-information > p {
    width: 100%;
  }

  .lp2-information {
    padding: 2rem 1rem;
    width: 80%;
    margin: 3rem auto;
  }

  .lp2-info-content > div {
    padding: 0 1rem;
  }

  .lp2-mockup > p,
  .lp2-cards-heading > h2 {
    width: 90%;
  }

  /* lp2 banner */
  .lp2-banner {
    flex-direction: column-reverse;
    align-items: center;
    margin: 0 auto 3rem;
  }

  .lp2-banner > div:nth-child(1) {
    width: 85%;
    padding: 0 1rem 1rem;
    text-align: center;
  }

  .lp2-banner > div:nth-child(2) {
    width: 40%;
  }

  .lp2-banner > div > img {
    padding: 2rem 0rem 0rem 1rem;
  }

  .lp2-banner > div > div {
    flex-wrap: wrap;
    justify-content: center;
  }

  .lp2-banner > div > div > img {
    width: 120px;
    margin-top: 0.5rem;
    margin-left: 0;
  }

  .lp2-banner > div > p:nth-child(3) {
    font-size: 0.75rem;
  }

  .lp2-banner > div > div > a {
    width: 75%;
    justify-content: center;
  }

  /* banner lp2_2 */

  .lp2-2-banner > div > div {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
  }

  .lp2-2-banner > div > div > img {
    width: 120px;
    height: auto;
    margin: 0.6rem auto 0;
  }

  /* footer */
  .lp2-footer > div > div:nth-child(2) {
    flex-direction: column;
  }

  .square-text {
    padding: 1.5rem 0 3rem 0;
  }

  .border-white {
    display: none;
  }

  .lp2-info-content > div > p {
    font-size: 0.75rem;
  }

  .lp2-info-title > p {
    font-size: 1rem;
  }

  .lp2-reasons {
    margin: 1rem auto;
  }

  .lp2-faqs > details summary {
    font-size: 0.9rem;
    width: 90%;
  }

  .lp2-faqs > details summary:after {
    margin-top: 0.5rem;
    right: -10%;
  }

  .lp2-faq-container {
    padding: 3rem 0;
  }

  .scroll {
    right: 0;
  }

  .lp2-2-banner > div > p:nth-child(3) {
    font-size: 0.75rem;
  }

  .lp2-benefit-image > .lp2-btn,
  .lp2-btn-center:nth-child(5) > a,
  .lp2-btn-center:nth-child(9) > a,
  .lp2-btn-center:nth-child(13) > a,
  .lp2-btn-center:nth-child(18) > a,
  .lp2-2-banner > div > div > a {
    width: 75%;
    justify-content: center;
  }

  .lp2-menu > .lang > a {
    color: white;
  }

  .lp2-square-heading2 {
    margin: 2rem 0 1rem 0;
  }

  /* icons fuctions sections */
  .line-icons {
    display: none;
  }

  .icons-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 1rem;
  }

  .info-container {
    padding-top: 6rem;
  }

  .features-container {
    height: 65.5rem;
  }

  .info-container > img {
    width: 90%;
    margin-top: 0rem;
  }

  .function-icon {
    width: 70px;
    height: auto;
  }

  .functions-description {
    width: 87%;
  }

  .functions-title > h2 {
    width: 78%;
  }

  .description-text > p {
    width: 80%;
  }

  .description-text {
    width: 99%;
  }

  /* 6 reason lp2_2 */
  .icons-container-reason {
    gap: 1px 10px;
    grid-template-rows: repeat(3, 1fr);
    grid-template-columns: repeat(2, 1fr);
  }

  /* section testimonials a/b test lp2_2 */
  .carde > div {
    margin-top: 0.4rem;
  }

  .card__icon {
    margin-top: 0.5rem;
  }

  .card__detail > p {
    margin: 0.6rem auto 0.6rem 0rem;
  }
}

@media screen and (max-width: 616px) and (min-width: 320px) {
  .lp2-2-software {
    visibility: hidden;
  }

  .lp2_2-header-content > h1 {
    font-size: 2rem;
  }

  .lp2-2-windows {
    margin-top: 0.6rem;
  }

  .header-overlay-content {
    width: 92%;
    margin: 0rem auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
  }

  .overlay-es {
    padding: 0.8rem;
  }

  .header-overlay {
    bottom: 5.2%;
  }

  .header-column h3 {
    font-size: 1.4rem;
  }

  .header-column {
    padding: 0;
  }
}

@media screen and (max-width: 450px) {
  .lp2_2-header,
  .lp2_2_fr .lp2_2-header {
    height: 524px;
  }

  .lp2_2_fr .lp2-fr-h1 {
    font-size: 1.7rem !important;
  }

  .banner-pink {
    justify-content: flex-end;
    padding: 0.5rem 1rem;
  }

  .banner-pink > img {
    width: 25px;
    position: absolute;
    left: 8%;
  }

  .header-overlay {
    bottom: 5%;
    padding: 0.5rem 0 0.8rem 0;
  }

  .lp2-footer-legal > a {
    font-size: 0.9rem;
  }

  .lp2_2-header-content > h1 {
    font-size: 1.8rem;
  }

  .lp2-2-windows {
    margin-top: 0.3rem;
  }

  .lp2_2-header-content > p {
    margin: 0.7rem 4rem 0.8rem auto;
  }

  .lp2_2-header-content {
    margin-top: 10%;
  }

  .lp2-benefit-content {
    min-height: 287px;
  }

  /* icons fuctions sections */
  .info-container > div {
    width: 19rem;
  }

  .functions-title > h2 {
    width: 88%;
    font-size: 1.2rem;
  }

  .functions-description,
  .description-text > p,
  .features-container {
    width: 90%;
  }

  .features-container {
    height: 61.5rem;
  }

  .btn-feature {
    width: 75%;
  }

  .info-container > div > a {
    width: 98%;
  }

  .lp2-btn {
    width: 75%;
    justify-content: center;
  }

  .lp2-2-btn {
    width: 75%;
    justify-content: center;
  }

  .lp2-btn-center-lp2_2 {
    justify-content: center;
    width: 100%;
    margin-top: 8rem;
  }

  /* A/B TEST 6 reason */
  .lp2_2heading6,
  .lp2-2heading-benefit {
    margin-top: 3rem;
  }

  .description-text-funtions > p {
    margin: 0 2rem;
  }

  .img-text-explanation {
    margin-left: 2rem;
  }

  .infor-title {
    font-size: 1rem;
  }

  .icon-description {
    width: 36px;
    height: auto;
  }

  .color-content-label2 {
    margin: 0.3rem auto;
  }

  /* a/b test testimonials lp2_2 */
  .carde {
    padding: 1rem 1rem 1.5rem 1rem;
  }

  .card__detail > p {
    font-size: 0.8rem;
  }

  /* banner lp2_2 */
  .lp2-2-banner > div > div > a {
    width: 75%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 400px) {
  .lp2-reasons {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }

  .lp2-card-reason {
    padding: 1.5rem 1rem 1rem 1rem;
  }

  .heading {
    font-size: 1.1rem !important;
  }

  .cardBox:nth-child(1) > .card > .front {
    background-color: #b7b4c7;
  }

  .cardBox:nth-child(2) > .card > .front {
    background-color: var(--bg-color);
  }

  .cardBox:nth-child(3) > .card > .front {
    background-color: #ed2e74;
  }

  .cardBox:nth-child(4) > .card > .front {
    background-color: #161616;
  }

  .cardBox:is(:nth-child(2), :nth-child(3), :nth-child(4)) {
    margin-top: 1rem;
  }

  .lp2-flip-cards {
    grid-template-columns: repeat(1, 1fr);
  }

  .card,
  .card .front,
  .card .back,
  .cardBox {
    width: 100% !important;
    border-radius: 2rem;
  }

  .front > img {
    width: 100px !important;
    height: 100px;
  }

  .lp2_2-header {
    height: 523px;
  }

  .header-lp2-2-de {
    margin-top: 14%;
  }

  .overlay-de {
    bottom: 5%;
  }

  .info-container > div > a {
    width: 92%;
  }

  .lp2-btn {
    font-size: 0.8rem;
  }

  .lp2-benefit-content > details summary {
    font-size: 0.9rem;
  }

  /* a-b test section testimonilas */
  .carde {
    height: 19rem;
  }

  .lp2-btn-center-lp2_2 {
    margin-top: 10rem;
  }

  .card__detail > p {
    font-size: 0.8rem;
  }

  .lp2-2-btn {
    padding: 0.5rem 3rem;
  }

  .lp2-btn-center-lp2_2 {
    width: 95%;
  }

  /* 6 reason lp2_2 */
  .icons-container-reason {
    grid-template-rows: repeat(6, 1fr);
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

@media screen and (max-width: 330px) {
  .banner-pink > img {
    left: 5%;
  }

  .lp2_2_fr .lp2_2-header {
    height: 600px;
  }

  .lp2_2-header-content > h1 {
    font-size: 1.5rem;
  }

  .lp2-header-btn {
    flex-wrap: wrap;
    justify-content: center;
  }

  .header-column h3 {
    font-size: 1.3rem;
  }

  .lp2-header-btn > a {
    width: 85%;
    justify-content: center;
    margin-bottom: 1rem;
  }

  .lp2_2-header-content > p {
    margin: 0.5rem 0.8rem 0.8rem auto;
  }

  .lp2-2-windows {
    justify-content: center;
  }

  .lp2_2-header {
    height: 521px;
  }

  .lp2_2-header-content {
    margin-top: 7%;
  }

  .header-overlay-content {
    width: 97%;
  }

  .header-overlay {
    padding: 0.9rem 0;
  }

  .lp2-2-windows > p,
  .lp2-benefit-heading > p,
  .lp2-square-heading2 > p,
  .lp2-mockup > p,
  .lp2-stars-container > p,
  .lp2-cards-heading > p,
  .lp2-footer-legal > p:nth-child(1),
  .lp2-footer-links > a,
  .lp2-footer-2023 > p,
  .lp2-square-content > details[open] > p,
  .lp2-information > p,
  .lp2-card-reason > p,
  .lp2-btn {
    font-size: 0.75rem;
  }

  .lp2-information > .heading {
    font-size: 1rem !important;
  }

  .lp2-card-reason > div > p {
    font-size: 0.9rem;
  }

  /* features container lp2_2 */
  .description-text > p {
    width: 80%;
  }

  .info-container > div > a {
    width: 77%;
    font-size: 0.75rem;
  }

  /* A/B TEST 6 reason */
  .icon-description {
    width: 31px;
    height: auto;
    margin-right: 0.4rem;
  }

  .description-text-funtions > p {
    margin: 0 1.3rem;
  }

  .img-text-explanation {
    margin-left: 1.3rem;
  }

  /* a/b test testimonials lp2_2 */
  .lp2-2-btn {
    font-size: 0.75rem;
  }

  .carde {
    height: 20.5rem;
  }

  .card__detail > h3 {
    font-size: 0.9rem;
  }

  .card__icon > img {
    width: 63px;
    height: auto;
  }

  .card__detail > img {
    width: 90px;
    height: auto;
  }

  .lp2-2-btn {
    font-size: 0.75rem;
    padding: 0.5rem 2rem;
  }
}
